This file is a merged representation of the entire codebase, combined into a single document by Repomix.
The content has been processed where content has been compressed (code blocks are separated by ⋮---- delimiter).

# File Summary

## Purpose
This file contains a packed representation of the entire repository's contents.
It is designed to be easily consumable by AI systems for analysis, code review,
or other automated processes.

## File Format
The content is organized as follows:
1. This summary section
2. Repository information
3. Directory structure
4. Repository files (if enabled)
5. Multiple file entries, each consisting of:
  a. A header with the file path (## File: path/to/file)
  b. The full contents of the file in a code block

## Usage Guidelines
- This file should be treated as read-only. Any changes should be made to the
  original repository files, not this packed version.
- When processing this file, use the file path to distinguish
  between different files in the repository.
- Be aware that this file may contain sensitive information. Handle it with
  the same level of security as you would the original repository.

## Notes
- Some files may have been excluded based on .gitignore rules and Repomix's configuration
- Binary files are not included in this packed representation. Please refer to the Repository Structure section for a complete list of file paths, including binary files
- Files matching patterns in .gitignore are excluded
- Files matching default ignore patterns are excluded
- Content has been compressed - code blocks are separated by ⋮---- delimiter
- Files are sorted by Git change count (files with more changes are at the bottom)

# Directory Structure
```
.github/
  actions/
    test-coverage/
      action.yaml
      coverage.sh
  ISSUE_TEMPLATE/
    bug_report.md
    feature_request.md
  workflows/
    bindings.yml
    changelog.yml
    check-anvil-state.yml
    check-fmt.yml
    check-mocks.yml
    contracts.yml
    golangci-lint.yml
    test-coverage.yml
    unit-tests.yml
  dependabot.yml
  PULL_REQUEST_TEMPLATE.md
aws/
  kms/
    client.go
    get_public_key_test.go
    get_public_key.go
    get_signature.go
  secretmanager/
    secretmanager_test.go
    secretmanager.go
  config.go
chainio/
  clients/
    avsregistry/
      bindings.go
      builder.go
      reader_test.go
      reader.go
      subscriber_test.go
      subscriber.go
      writer_test.go
      writer.go
    eigenpod/
      bindings.go
      builder.go
      reader.go
      writer.go
    elcontracts/
      bindings.go
      builder.go
      reader_test.go
      reader.go
      types.go
      writer_test.go
      writer.go
    eth/
      client.go
      instrumented_client_test.go
      instrumented_client.go
    fireblocks/
      cancel_transaction.go
      client_test.go
      client.go
      contract_call.go
      get_asset_addresses.go
      get_transaction.go
      list_contracts.go
      list_external_accounts.go
      list_vault_accounts.go
      status.go
      transaction.go
      transfer.go
    mocks/
      fireblocks.go
      wallet.go
    wallet/
      fireblocks_wallet_test.go
      fireblocks_wallet.go
      privatekey_wallet_test.go
      privatekey_wallet.go
      README.md
      wallet.go
    builder.go
    clients_test.go
  txmgr/
    geometric/
      geometric_example_test.go
      geometric_test.go
      geometric.go
      metrics.go
    README.md
    simple_test.go
    simple.go
    txmgr.go
  utils/
    utils.go
  gen.go
  README.md
cmd/
  egnaddrs/
    main_test.go
    main.go
    README.md
  egnkey/
    generate/
      generate.go
    operatorid/
      operatorid.go
    store/
      store.go
    main_test.go
    main.go
    README.md
contracts/
  anvil/
    contracts-deployed-anvil-state.json
    deploy-contracts-save-anvil-state.sh
    README.md
    start-anvil-chain-with-el-and-avs-deployed.sh
    utils.sh
  bindings/
    AllocationManager/
      binding.go
    AVSDirectory/
      binding.go
    BLSApkRegistry/
      binding.go
    ContractsRegistry/
      binding.go
    DelegationManager/
      binding.go
    EigenPod/
      binding.go
    EigenPodManager/
      binding.go
    IBLSSignatureChecker/
      binding.go
    IERC20/
      binding.go
    IndexRegistry/
      binding.go
    IStrategy/
      binding.go
    MockAvsServiceManager/
      binding.go
    MockERC20/
      binding.go
    OperatorStateRetriever/
      binding.go
    PermissionController/
      binding.go
    RegistryCoordinator/
      binding.go
    RewardsCoordinator/
      binding.go
    ServiceManagerBase/
      binding.go
    SlashingRegistryCoordinator/
      binding.go
    SocketRegistry/
      binding.go
    StakeRegistry/
      binding.go
    StrategyManager/
      binding.go
  config/
    core/
      31337.json
  script/
    input/
      31337/
        ops_addresses.json
    output/
      31337/
        eigenlayer_deployment_output.json
        mockAvs_deployment_output.json
        token_and_strategy_deployment_output.json
    parsers/
      ConfigsReadWriter.sol
      EigenlayerContractsParser.sol
      MockAvsContractsParser.sol
      TokensAndStrategiesContractsParser.sol
    DeployMockAvs.s.sol
    DeployMockAvsRegistries.s.sol
    DeployTokensStrategiesCreateQuorums.s.sol
    RegisterOperatorsWithEigenlayer.s.sol
  src/
    ContractsRegistry.sol
    MockAvsServiceManager.sol
    MockERC20.sol
  test/
    RegistrationEncoding.t.sol
  .gitignore
  abigen-with-interfaces.Dockerfile
  foundry.toml
  generate-bindings.sh
crypto/
  bls/
    attestation_test.go
    attestation.go
  bn254/
    utils.go
  ecdsa/
    utils_test.go
    utils.go
  utils/
    test_data/
      bls_keys/
        keys/
          1.bls.key.json
          2.bls.key.json
          3.bls.key.json
        password.txt
        private_key_hex.txt
      ecdsa_keys/
        keys/
          1.ecdsa.key.json
          2.ecdsa.key.json
          3.ecdsa.key.json
        password.txt
        private_key_hex.txt
    batch_key_test.go
    batch_key.go
    types.go
integration-tests/
  rewards_scripts_test.go
internal/
  fakes/
    avs_registry.go
    eth_client.go
logging/
  constants.go
  logger.go
  README.md
  slog_logger.go
  zap_logger.go
M2-contracts/
  anvil/
    contracts-deployed-anvil-state.json
    deploy-contracts-save-anvil-state.sh
    README.md
    start-anvil-chain-with-el-and-avs-deployed.sh
    utils.sh
  bindings/
    BLSApkRegistry/
      binding.go
    ContractsRegistry/
      binding.go
    DelegationManager/
      binding.go
    EigenPod/
      binding.go
    EigenPodManager/
      binding.go
    IAVSDirectory/
      binding.go
    IBLSSignatureChecker/
      binding.go
    IERC20/
      binding.go
    IndexRegistry/
      binding.go
    IRewardsCoordinator/
      binding.go
    ISlasher/
      binding.go
    IStrategy/
      binding.go
    MockAvsServiceManager/
      binding.go
    OperatorStateRetriever/
      binding.go
    RegistryCoordinator/
      binding.go
    ServiceManagerBase/
      binding.go
    StakeRegistry/
      binding.go
    StrategyManager/
      binding.go
  script/
    input/
      31337/
        ops_addresses.json
    output/
      31337/
        eigenlayer_deployment_output.json
        mockAvs_deployment_output.json
        token_and_strategy_deployment_output.json
    parsers/
      ConfigsReadWriter.sol
      EigenlayerContractsParser.sol
      MockAvsContractsParser.sol
      TokensAndStrategiesContractsParser.sol
    DeployMockAvs.s.sol
    DeployMockAvsRegistries.s.sol
    DeployTokensStrategiesCreateQuorums.s.sol
    RegisterOperatorsWithEigenlayer.s.sol
  src/
    ContractsRegistry.sol
    MockAvsServiceManager.sol
    MockERC20.sol
  .gitignore
  abigen-with-interfaces.Dockerfile
  foundry.toml
  generate-bindings.sh
metrics/
  collectors/
    economic/
      economic_test.go
      economic.go
    rpc_calls/
      rpc_calls_test.go
      rpc_calls.go
  eigenmetrics_example_test.go
  eigenmetrics_test.go
  eigenmetrics.go
  metrics.go
  noop_metrics.go
  README.md
nodeapi/
  nodeapi_example_test.go
  nodeapi_test.go
  nodeapi.go
  README.md
services/
  avsregistry/
    avsregistry_chaincaller_test.go
    avsregistry_chaincaller.go
    avsregistry_fake.go
    avsregistry.go
  bls_aggregation/
    blsagg_test.go
    blsagg.go
  operatorsinfo/
    operatorsinfo_inmemory_test.go
    operatorsinfo_inmemory.go
    operatorsinfo_subgraph_test.go
    operatorsinfo_subgraph.go
    operatorsinfo.go
  README.md
signer/
  bls/
    cerberus/
      cerberus_test.go
      cerberus.go
    local/
      testdata/
        test.bls.json
      local_test.go
      local.go
    privatekey/
      privatekey_test.go
      privatekey.go
    types/
      errors.go
      types.go
    signer.go
  go.mod
signerv2/
  mockdata/
    dummy.key.json
  config.go
  kms_signer_test.go
  kms_signer.go
  README.md
  signer_test.go
  signer.go
  web3_signer.go
testutils/
  testclients/
    testclients.go
  anvil.go
  crypto.go
  localstack.go
  logger.go
  logging.go
  test_data.go
types/
  avs.go
  basic.go
  constants.go
  errors.go
  operator_metadata_test.go
  operator_metadata.go
  operator_test.go
  operator.go
  test.go
utils/
  errors.go
  utils_test.go
  utils.go
.gitignore
.gitmodules
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
go.mod
LICENSE
Makefile
README.md
```

# Files

## File: .github/actions/test-coverage/action.yaml
````yaml
name: 'Go coverage report'
description: 'This action updates adds an HTML coverage report and SVG badge to your wiki'
branding:
  color: blue
  icon: award

inputs:
  report:
    description: Generate an HTML coverage report.
    default: true
  chart:
    description: Generate a coverage over time chart.
    default: false
  amend:
    description: Amend wiki, avoiding spurious commits.
    default: false
  go-version:
    description: The Go version to download (if necessary) and use.
    default: '1.21'

runs:
  using: "composite"
  steps:
    - name: Checkout code
      uses: actions/checkout@v4

    - name: Checkout wiki
      uses: actions/checkout@v4
      with:
        repository: ${{github.repository}}.wiki
        token: ${{ github.token }}
        path: ./.github/wiki/

    - name: Set up Go
      uses: actions/setup-go@v5
      with:
        go-version: ${{inputs.go-version}}

    - name: Generate coverage report
      shell: bash
      env:
        INPUT_CHART:  ${{inputs.chart}}
        INPUT_REPORT: ${{inputs.report}}
      run: |
        ${{github.action_path}}/coverage.sh ./.github/wiki/

    - name: Push to wiki
      shell: bash
      run: |
        cd ./.github/wiki/
        git add --all
        git diff-index --quiet HEAD && exit
        git config --local user.name  "GitHub Action"
        git config --local user.email "action@github.com"
        git remote set-url --push origin https://${{ github.token }}@github.com/Layr-Labs/eigensdk-go.wiki.git
        test ${{inputs.amend}} == "true" && \
          git commit --amend --no-edit   && git push --force-with-lease || \
          git commit -m "Update coverage" && git push https://${{ github.token }}@github.com/Layr-Labs/eigensdk-go.wiki.git
````

## File: .github/actions/test-coverage/coverage.sh
````bash
# This code is sourced from the go-coverage-report Repository by ncruces.
# Original code: https://github.com/ncruces/go-coverage-report
#
# MIT License
#
# Copyright (c) 2023 Nuno Cruces
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

#!/usr/bin/env bash
set -euo pipefail

# This is a simple script to generate an HTML coverage report,
# and SVG badge for your Go project.
#
# It's meant to be used manually or as a pre-commit hook.
#
# Place it some where in your code tree and execute it.
# If your tests pass, next to the script you'll find
# the coverage.html report and coverage.svg badge.
#
# You can add the badge to your README.md as such:
#  [![Go Coverage](PATH_TO/coverage.svg)](https://raw.githack.com/URL/coverage.html)
#
# Visit https://raw.githack.com/ to find the correct URL.
#
# To have the script run as a pre-commmit hook,
# symlink the script to .git/hooks/pre-commit:
#
#  ln -s PATH_TO/coverage.sh .git/hooks/pre-commit
#
# Or, if you have other pre-commit hooks,
# call it from your main hook.

# Get the script's directory after resolving a possible symlink.
SCRIPT_DIR="$(dirname -- "$(readlink -f "${BASH_SOURCE[0]}")")"

OUT_DIR="${1-$SCRIPT_DIR}"
OUT_FILE="$(mktemp)"

# Get coverage for all packages in the current directory; store next to script.
go test -short ./...  -coverprofile "$OUT_FILE"

if [[ "${INPUT_REPORT-true}" == "true" ]]; then
	# Create an HTML report; store next to script.
	go tool cover -html="$OUT_FILE" -o "$OUT_DIR/coverage.html"
fi

# Extract total coverage: the decimal number from the last line of the function report.
COVERAGE=$(go tool cover -func="$OUT_FILE" | tail -1 | grep -Eo '[0-9]+\.[0-9]')

echo "coverage: $COVERAGE% of statements"

date "+%s,$COVERAGE" >> "$OUT_DIR/coverage.log"
sort -u -o "$OUT_DIR/coverage.log" "$OUT_DIR/coverage.log"

# Pick a color for the badge.
if awk "BEGIN {exit !($COVERAGE >= 90)}"; then
	COLOR=brightgreen
elif awk "BEGIN {exit !($COVERAGE >= 80)}"; then
	COLOR=green
elif awk "BEGIN {exit !($COVERAGE >= 70)}"; then
	COLOR=yellowgreen
elif awk "BEGIN {exit !($COVERAGE >= 60)}"; then
	COLOR=yellow
elif awk "BEGIN {exit !($COVERAGE >= 50)}"; then
	COLOR=orange
else
	COLOR=red
fi

# Download the badge; store next to script.
curl -s "https://img.shields.io/badge/coverage-$COVERAGE%25-$COLOR" > "$OUT_DIR/coverage.svg"

if [[ "${INPUT_CHART-false}" == "true" ]]; then
	# Download the chart; store next to script.
	curl -s -H "Content-Type: text/plain" --data-binary "@$OUT_DIR/coverage.log" \
		https://go-coverage-report.nunocruces.workers.dev/chart/ > \
		"$OUT_DIR/coverage-chart.svg"
fi

# When running as a pre-commit hook, add the report and badge to the commit.
if [[ -n "${GIT_INDEX_FILE-}" ]]; then
	git add "$OUT_DIR/coverage.html" "$OUT_DIR/coverage.svg"
fi
````

## File: .github/ISSUE_TEMPLATE/bug_report.md
````markdown
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
<!-- A clear and concise description of what the bug is. -->
<!-- Please report security vulnerabilities to security@eigenlabs.org. Do NOT report security bugs via Github Issues. -->

**To Reproduce**
<!-- Steps to reproduce the behavior: -->

**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->

**Screenshots**
<!--If applicable, add screenshots to help explain your problem. -->

**OS details**
<!-- 
 - OS: [e.g. Mac/Linux etc]
 - Version [e.g. 22]
 -->

**Additional context**
<!-- Add any other context about the problem here. -->
````

## File: .github/ISSUE_TEMPLATE/feature_request.md
````markdown
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->

**Describe the solution you'd like**
<!-- A clear and concise description of what you want to happen. -->

**Describe alternatives you've considered**
<!-- A clear and concise description of any alternative solutions or features you've considered. -->

**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->
````

## File: .github/workflows/bindings.yml
````yaml
name: Bindings

on:
  push:
    branches:
      - dev
  pull_request:
  merge_group:
  
permissions:
  contents: read

jobs:
  generate_bindings:
    name: Generate bindings
    runs-on: ubuntu-latest
    
    steps:
      - uses: actions/checkout@v4
        with:
          submodules: recursive

      - name: Install go1.21
        uses: actions/setup-go@v5
        with:
          go-version: "1.21"

      - name: Add Ethereum PPA
        run: sudo add-apt-repository -y ppa:ethereum/ethereum

      - name: Install Abigen
        run: sudo apt-get update && sudo apt-get install ethereum

      - name: Show abigen version
        run: abigen --version

      - name: Install Foundry
        uses: foundry-rs/foundry-toolchain@v1
        with:
          version: v0.3.0

      - name: Run make bindings
        run: make bindings

  check_bindings:
    name: Check bindings are up-to-date
    runs-on: ubuntu-latest
    
    steps:
      - uses: actions/checkout@v4
        with:
          submodules: recursive
      
       # This step is needed to know if the contracts were changed.
      - uses: dorny/paths-filter@v3
        id: filter
        with:
          filters: |
            contracts:
              - 'contracts/lib/**'
              - 'contracts/src/**'
            bindings:
              - 'contracts/bindings/**'
            
      
      # This step runs only if some contract changed.
      # It checks whether the bindings directory have changed.
      # If there are no changes, then the bindings are outdated
      # and therefore this step will fail.
      - name: Check the bindings are up-to-date
        if: steps.filter.outputs.contracts == 'true'
        run: |
          BINDINGS_UPDATED=${{ steps.filter.outputs.bindings }}
          if [[ "$BINDINGS_UPDATED" == "false" ]]; then
            echo "The bindings are outdated";
            exit 1
          fi
````

## File: .github/workflows/changelog.yml
````yaml
name: "Pull Request Workflow"
on:
  merge_group:
  pull_request:
    types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]

env:
  PR_URL: https://github.com/Layr-Labs/eigensdk-go/pull/${{ github.event.number }}

jobs:
  # Enforces the update of a changelog file on every pull request 
  # The update in the changelog can be skipped if the pull request
  # includes the `changelog-ignore` label.
  changelog:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v4
      with:
        fetch-depth: 0

    - name: Check CHANGELOG.md is updated
      uses: dangoslen/changelog-enforcer@v3
      with:
        skipLabels: changelog-ignore

    - name: Check the PR URL is included in CHANGELOG.md
      if: contains(github.event.pull_request.labels.*.name, 'changelog-ignore') == false
      run: git diff CHANGELOG.md | grep $PR_URL CHANGELOG.md
````

## File: .github/workflows/check-anvil-state.yml
````yaml
name: Check anvil state
on:
  push:
    branches:
      - dev
  pull_request:
  merge_group:

jobs:
  generate-anvil-state:
    name: generate anvil state
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
        with:
          submodules: recursive

      - name: Install Foundry
        uses: foundry-rs/foundry-toolchain@v1
        with:
          version: stable

      - name: Generate anvil state
        run: make deploy-contracts-to-anvil-and-save-state
  
  check-anvil-state:
    name: Check anvil dump is up-to-date
    runs-on: ubuntu-latest
    
    steps:
      - uses: actions/checkout@v4
        with:
          fetch-depth: 0

      # This step is needed to know if the contracts were changed.
      - uses: dorny/paths-filter@v3
        id: filter
        with:
          filters: |
            contracts:
              - 'contracts/lib/**'
              - 'contracts/script/**'
              - 'contracts/src/**'
            anvil_state:
              - 'contracts/anvil/contracts-deployed-anvil-state.json'

      # This step runs only if some contract changed.
      # It checks whether the anvil state has changed.
      # If there are no changes, then the anvil state is outdated
      # and therefore this step will fail.
      - name: Check the anvil state is up-to-date
        if: steps.filter.outputs.contracts == 'true'
        run: |
          ANVIL_STATE_UPDATED=${{ steps.filter.outputs.anvil_state }}
          if [[ "$ANVIL_STATE_UPDATED" == "false" ]]; then
            echo "The anvil state is outdated";
            exit 1
          fi
````

## File: .github/workflows/check-fmt.yml
````yaml
name: check that make fmt was run
on:
  push:
    branches:
      - dev
  pull_request:
  merge_group:

permissions:
  contents: read

jobs:
  check-make-fmt:
    name: check make fmt
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4

      - name: install go1.21
        uses: actions/setup-go@v5
        with:
          go-version: "1.21"

      - name: Run make fmt
        run: make fmt
      
      - name: Check if make fmt generated changes that should be committed
        run: |
          if [ -n "$(git status --porcelain)" ]; then
            echo "Error: make fmt generated changes that should be committed. Please run 'make fmt' and commit the changes."
            git diff
            git status
            exit 1
          fi
````

## File: .github/workflows/check-mocks.yml
````yaml
name: check mocks up-to-date
on:
  push:
    branches:
      - dev
  pull_request:
  merge_group:

permissions:
  contents: read

jobs:
  make-mocks:
    name: make mocks and check for diffs
    runs-on: ubuntu-latest
    steps:
      - name: checkout repo
        uses: actions/checkout@v4

      - name: install go1.21
        uses: actions/setup-go@v5
        with:
          go-version: "1.21"

      - name: run make mocks and check for diffs
        run: |
          make mocks
          if [ ! -z "$(git status --porcelain)" ]; then
            printf "Current generated mocks not up to date\n"
            git diff
            git status
            exit 1
          fi
````

## File: .github/workflows/contracts.yml
````yaml
name: Contracts CI

on:
  push:
    branches: [main]
  pull_request:
    branches: [ '**' ]

env:
  FOUNDRY_PROFILE: ci

jobs:
  check:
    strategy:
      fail-fast: true

    name: Foundry project
    runs-on: ubuntu-latest
    defaults:
      run:
        working-directory: ./contracts
    
    steps:
      - uses: actions/checkout@v4
        with:
          submodules: recursive

      - name: Install Foundry
        uses: foundry-rs/foundry-toolchain@v1
        with:
          version: stable

      - name: Show Forge version
        run: forge --version

      - name: Run Forge fmt
        run: forge fmt --check

      - name: Run Forge build
        run: forge build
````

## File: .github/workflows/golangci-lint.yml
````yaml
name: lint

on:
  push:
    branches:
      - dev
  pull_request:
  merge_group:

jobs:
  Lint:
    name: Lint
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4

      - name: install go 1.21
        uses: actions/setup-go@v5
        with:
          go-version: "1.21"

      - name: golangci-lint
        uses: golangci/golangci-lint-action@v6
        with:
          version: latest
          args: --timeout 3m
````

## File: .github/workflows/test-coverage.yml
````yaml
name: test-coverage

on:
  push:
    branches: [ dev ]
  workflow_dispatch:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v4

    - name: Set up Go
      uses: actions/setup-go@v5
      with:
        go-version: '1.21'

    - name: Update coverage badge
      uses: ./.github/actions/test-coverage
      with:
        chart: true
        amend: true
````

## File: .github/workflows/unit-tests.yml
````yaml
name: unit-tests

on:
  push:
    branches:
      - dev
  pull_request:
  merge_group:

jobs:  
  Test:
    name: Test
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: actions/setup-go@v5
        with:
          go-version: '1.21'
      - name: Test
        run: make tests
````

## File: .github/dependabot.yml
````yaml
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
  - package-ecosystem: "gomod" # See documentation for possible values
    directory: "/" # Location of package manifests
    schedule:
      interval: "weekly"
````

## File: .github/PULL_REQUEST_TEMPLATE.md
````markdown
Fixes # .

### What Changed?
<!-- Describe the changes made in this pull request -->

### Reviewer Checklist
- [ ] Code is well-documented
- [ ] Code adheres to Go [naming conventions](https://go.dev/doc/effective_go#names)
- [ ] Code deprecates any old functionality before removing it
````

## File: aws/kms/client.go
````go
package kms
⋮----
import (
	"context"

	"github.com/Layr-Labs/eigensdk-go/utils"
	"github.com/aws/aws-sdk-go-v2/config"
	"github.com/aws/aws-sdk-go-v2/service/kms"
)
⋮----
"context"
⋮----
"github.com/Layr-Labs/eigensdk-go/utils"
"github.com/aws/aws-sdk-go-v2/config"
"github.com/aws/aws-sdk-go-v2/service/kms"
⋮----
func NewKMSClient(ctx context.Context, region string) (*kms.Client, error)
````

## File: aws/kms/get_public_key_test.go
````go
package kms_test
⋮----
import (
	"context"
	"fmt"
	"os"
	"testing"

	eigenkms "github.com/Layr-Labs/eigensdk-go/aws/kms"
	"github.com/Layr-Labs/eigensdk-go/testutils"
	"github.com/aws/aws-sdk-go-v2/service/kms/types"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/crypto"
	"github.com/stretchr/testify/assert"
	"github.com/testcontainers/testcontainers-go"
)
⋮----
"context"
"fmt"
"os"
"testing"
⋮----
eigenkms "github.com/Layr-Labs/eigensdk-go/aws/kms"
"github.com/Layr-Labs/eigensdk-go/testutils"
"github.com/aws/aws-sdk-go-v2/service/kms/types"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/crypto"
"github.com/stretchr/testify/assert"
"github.com/testcontainers/testcontainers-go"
⋮----
var (
	mappedLocalstackPort string
	keyMetadata          *types.KeyMetadata
	container            testcontainers.Container
)
⋮----
func TestMain(m *testing.M)
⋮----
func setup() error
⋮----
var err error
⋮----
func teardown()
⋮----
func TestGetPublicKey(t *testing.T)
````

## File: aws/kms/get_public_key.go
````go
package kms
⋮----
import (
	"context"
	"crypto/ecdsa"
	"encoding/asn1"
	"fmt"

	"github.com/Layr-Labs/eigensdk-go/utils"
	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/service/kms"
	"github.com/ethereum/go-ethereum/crypto"
)
⋮----
"context"
"crypto/ecdsa"
"encoding/asn1"
"fmt"
⋮----
"github.com/Layr-Labs/eigensdk-go/utils"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/service/kms"
"github.com/ethereum/go-ethereum/crypto"
⋮----
type asn1EcPublicKey struct {
	EcPublicKeyInfo asn1EcPublicKeyInfo
	PublicKey       asn1.BitString
}
⋮----
type asn1EcPublicKeyInfo struct {
	Algorithm  asn1.ObjectIdentifier
	Parameters asn1.ObjectIdentifier
}
⋮----
// GetECDSAPublicKey retrieves the ECDSA public key for a KMS key
// It assumes the key is set up with `ECC_SECG_P256K1` key spec and `SIGN_VERIFY` key usage
func GetECDSAPublicKey(ctx context.Context, svc *kms.Client, keyId string) (*ecdsa.PublicKey, error)
⋮----
var asn1pubk asn1EcPublicKey
````

## File: aws/kms/get_signature.go
````go
package kms
⋮----
import (
	"context"
	"encoding/asn1"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/service/kms"
	"github.com/aws/aws-sdk-go-v2/service/kms/types"
)
⋮----
"context"
"encoding/asn1"
⋮----
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/service/kms"
"github.com/aws/aws-sdk-go-v2/service/kms/types"
⋮----
type asn1EcSig struct {
	R asn1.RawValue
	S asn1.RawValue
}
⋮----
// GetECDSASignature retrieves the ECDSA signature for a message using a KMS key
func GetECDSASignature(
	ctx context.Context, svc *kms.Client, keyId string, msg []byte,
) (r []byte, s []byte, err error)
⋮----
var sigAsn1 asn1EcSig
````

## File: aws/secretmanager/secretmanager_test.go
````go
package secretmanager_test
⋮----
import (
	"context"
	"testing"

	"github.com/Layr-Labs/eigensdk-go/aws/secretmanager"
)
⋮----
"context"
"testing"
⋮----
"github.com/Layr-Labs/eigensdk-go/aws/secretmanager"
⋮----
func TestReadString(t *testing.T)
````

## File: aws/secretmanager/secretmanager.go
````go
package secretmanager
⋮----
import (
	"context"

	"github.com/Layr-Labs/eigensdk-go/utils"
	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/config"
	"github.com/aws/aws-sdk-go-v2/service/secretsmanager"
)
⋮----
"context"
⋮----
"github.com/Layr-Labs/eigensdk-go/utils"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/config"
"github.com/aws/aws-sdk-go-v2/service/secretsmanager"
⋮----
func ReadStringFromSecretManager(ctx context.Context, secretName, region string) (string, error)
⋮----
// Create Secrets Manager client
⋮----
VersionStage: aws.String("AWSCURRENT"), // VersionStage defaults to AWSCURRENT if unspecified
⋮----
// For a list of exceptions thrown, see
// https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_GetSecretValue.html
⋮----
// Decrypts secret using the associated KMS key.
var secretString string = *result.SecretString
````

## File: aws/config.go
````go
package aws
⋮----
import (
	"context"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/config"
	"github.com/aws/aws-sdk-go-v2/credentials"
)
⋮----
"context"
⋮----
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/config"
"github.com/aws/aws-sdk-go-v2/credentials"
⋮----
func GetAWSConfig(accessKey, secretAccessKey, region, endpointURL string) (*aws.Config, error)
⋮----
// returning EndpointNotFoundError will allow the service to fallback to its default resolution
````

## File: chainio/clients/avsregistry/bindings.go
````go
package avsregistry
⋮----
import (
	"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
	blsapkregistry "github.com/Layr-Labs/eigensdk-go/contracts/bindings/BLSApkRegistry"
	contractDelegationManager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/DelegationManager"
	indexregistry "github.com/Layr-Labs/eigensdk-go/contracts/bindings/IndexRegistry"
	opstateretriever "github.com/Layr-Labs/eigensdk-go/contracts/bindings/OperatorStateRetriever"
	regcoordinator "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RegistryCoordinator"
	servicemanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/ServiceManagerBase"
	stakeregistry "github.com/Layr-Labs/eigensdk-go/contracts/bindings/StakeRegistry"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/utils"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"

	gethcommon "github.com/ethereum/go-ethereum/common"
)
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
blsapkregistry "github.com/Layr-Labs/eigensdk-go/contracts/bindings/BLSApkRegistry"
contractDelegationManager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/DelegationManager"
indexregistry "github.com/Layr-Labs/eigensdk-go/contracts/bindings/IndexRegistry"
opstateretriever "github.com/Layr-Labs/eigensdk-go/contracts/bindings/OperatorStateRetriever"
regcoordinator "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RegistryCoordinator"
servicemanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/ServiceManagerBase"
stakeregistry "github.com/Layr-Labs/eigensdk-go/contracts/bindings/StakeRegistry"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/utils"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
⋮----
gethcommon "github.com/ethereum/go-ethereum/common"
⋮----
// ContractBindings Unclear to me why geth bindings don't store and expose the contract address...
// so we also store them here in case the different constructors that use this struct need them
type ContractBindings struct {
	// contract addresses
	ServiceManagerAddr         gethcommon.Address
	RegistryCoordinatorAddr    gethcommon.Address
	StakeRegistryAddr          gethcommon.Address
	BlsApkRegistryAddr         gethcommon.Address
	OperatorStateRetrieverAddr gethcommon.Address
	IndexRegistryAddr          gethcommon.Address
	DelegationManagerAddr      gethcommon.Address
	AvsDirectoryAddr           gethcommon.Address
	AllocationManagerAddr      gethcommon.Address
	// contract bindings
	ServiceManager         *servicemanager.ContractServiceManagerBase
	RegistryCoordinator    *regcoordinator.ContractRegistryCoordinator
	StakeRegistry          *stakeregistry.ContractStakeRegistry
	BlsApkRegistry         *blsapkregistry.ContractBLSApkRegistry
	IndexRegistry          *indexregistry.ContractIndexRegistry
	OperatorStateRetriever *opstateretriever.ContractOperatorStateRetriever
}
⋮----
// contract addresses
⋮----
// contract bindings
⋮----
// NewBindingsFromConfig creates a new instance of ContractBindings
func NewBindingsFromConfig(
	cfg Config,
	client eth.HttpBackend,
	logger logging.Logger,
) (*ContractBindings, error)
⋮----
var (
		err error

		stakeRegistryAddr     gethcommon.Address
		blsApkRegistryAddr    gethcommon.Address
		indexRegistryAddr     gethcommon.Address
		delegationManagerAddr gethcommon.Address
		avsDirectoryAddr      gethcommon.Address
		allocationManagerAddr gethcommon.Address

		contractBlsRegistryCoordinator *regcoordinator.ContractRegistryCoordinator
		contractServiceManager         *servicemanager.ContractServiceManagerBase
		contractStakeRegistry          *stakeregistry.ContractStakeRegistry
		contractBlsApkRegistry         *blsapkregistry.ContractBLSApkRegistry
		contractIndexRegistry          *indexregistry.ContractIndexRegistry
		contractOperatorStateRetriever *opstateretriever.ContractOperatorStateRetriever
	)
⋮----
// NOTE: this is a hack to make this version of the SDK work with mainnet
// TODO: remove this once mainnet is updated with the new contracts
⋮----
func isZeroAddress(address gethcommon.Address) bool
````

## File: chainio/clients/avsregistry/builder.go
````go
package avsregistry
⋮----
import (
	"github.com/Layr-Labs/eigensdk-go/chainio/clients/elcontracts"
	"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
	"github.com/Layr-Labs/eigensdk-go/chainio/txmgr"
	"github.com/Layr-Labs/eigensdk-go/logging"
)
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients/elcontracts"
"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
"github.com/Layr-Labs/eigensdk-go/chainio/txmgr"
"github.com/Layr-Labs/eigensdk-go/logging"
⋮----
// Build an AVS registry client with the given configuration,
// HTTP and WS clients, and logger, but without a private key.
//
// This is useful for read-only operations.
func BuildReadClients(
	config Config,
	client eth.HttpBackend,
	wsClient eth.WsBackend,
	logger logging.Logger,
) (*ChainReader, *ChainSubscriber, *ContractBindings, error)
⋮----
func BuildClients(
	config Config,
	client eth.HttpBackend,
	wsClient eth.WsBackend,
	txMgr txmgr.TxManager,
	logger logging.Logger,
) (*ChainReader, *ChainSubscriber, *ChainWriter, *ContractBindings, error)
⋮----
// This is ugly, but we need elReader to be able to create the AVS writer
````

## File: chainio/clients/avsregistry/reader_test.go
````go
package avsregistry_test
⋮----
import (
	"context"
	"fmt"
	"math/big"
	"testing"

	"github.com/Layr-Labs/eigensdk-go/chainio/clients/avsregistry"
	"github.com/Layr-Labs/eigensdk-go/chainio/clients/elcontracts"
	"github.com/Layr-Labs/eigensdk-go/crypto/bls"

	"github.com/Layr-Labs/eigensdk-go/testutils"
	"github.com/Layr-Labs/eigensdk-go/testutils/testclients"
	"github.com/Layr-Labs/eigensdk-go/types"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"

	"github.com/stretchr/testify/require"
)
⋮----
"context"
"fmt"
"math/big"
"testing"
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients/avsregistry"
"github.com/Layr-Labs/eigensdk-go/chainio/clients/elcontracts"
"github.com/Layr-Labs/eigensdk-go/crypto/bls"
⋮----
"github.com/Layr-Labs/eigensdk-go/testutils"
"github.com/Layr-Labs/eigensdk-go/testutils/testclients"
"github.com/Layr-Labs/eigensdk-go/types"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
⋮----
"github.com/stretchr/testify/require"
⋮----
func TestReaderMethods(t *testing.T)
⋮----
// A quorum registered in the old workflow should return 0
⋮----
//REGISTER OPERATOR
⋮----
// Register operator
⋮----
// Test that the reader returns an error when the configuration is invalid.
func TestReaderWithInvalidConfiguration(t *testing.T)
````

## File: chainio/clients/avsregistry/reader.go
````go
package avsregistry
⋮----
import (
	"context"
	"errors"
	"math"
	"math/big"
	"slices"

	"github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"

	"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
	apkreg "github.com/Layr-Labs/eigensdk-go/contracts/bindings/BLSApkRegistry"
	opstateretriever "github.com/Layr-Labs/eigensdk-go/contracts/bindings/OperatorStateRetriever"
	regcoord "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RegistryCoordinator"
	servicemanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/ServiceManagerBase"
	stakeregistry "github.com/Layr-Labs/eigensdk-go/contracts/bindings/StakeRegistry"
	"github.com/Layr-Labs/eigensdk-go/crypto/bls"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/types"
	"github.com/Layr-Labs/eigensdk-go/utils"
)
⋮----
"context"
"errors"
"math"
"math/big"
"slices"
⋮----
"github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
apkreg "github.com/Layr-Labs/eigensdk-go/contracts/bindings/BLSApkRegistry"
opstateretriever "github.com/Layr-Labs/eigensdk-go/contracts/bindings/OperatorStateRetriever"
regcoord "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RegistryCoordinator"
servicemanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/ServiceManagerBase"
stakeregistry "github.com/Layr-Labs/eigensdk-go/contracts/bindings/StakeRegistry"
"github.com/Layr-Labs/eigensdk-go/crypto/bls"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/types"
"github.com/Layr-Labs/eigensdk-go/utils"
⋮----
// DefaultQueryBlockRange different node providers have different eth_getLogs range limits.
// 10k is an arbitrary choice that should work for most
var DefaultQueryBlockRange = big.NewInt(10_000)
⋮----
type Config struct {
	RegistryCoordinatorAddress    common.Address
	OperatorStateRetrieverAddress common.Address

	/// Setting this to true will disable the fetching of the AllocationManager address.
	/// This is useful for older deployments, which don't have the contract deployed.
	// TODO: remove this once mainnet is updated with the new contracts
	DontUseAllocationManager bool
	/// The address of the ServiceManager contract.
	ServiceManagerAddress common.Address
}
⋮----
/// Setting this to true will disable the fetching of the AllocationManager address.
/// This is useful for older deployments, which don't have the contract deployed.
// TODO: remove this once mainnet is updated with the new contracts
⋮----
/// The address of the ServiceManager contract.
⋮----
// The ChainReader provides methods to call the
// AVS registry contract's view functions.
type ChainReader struct {
	logger                  logging.Logger
	blsApkRegistryAddr      common.Address
	blsApkRegistry          *apkreg.ContractBLSApkRegistry
	registryCoordinatorAddr common.Address
	serviceManager          *servicemanager.ContractServiceManagerBase
	registryCoordinator     *regcoord.ContractRegistryCoordinator
	operatorStateRetriever  *opstateretriever.ContractOperatorStateRetriever
	stakeRegistry           *stakeregistry.ContractStakeRegistry
	ethClient               eth.HttpBackend
}
⋮----
// Creates a new instance  of the ChainReader.
func NewChainReader(
	serviceManager *servicemanager.ContractServiceManagerBase,
	registryCoordinatorAddr common.Address,
	blsApkRegistryAddr common.Address,
	registryCoordinator *regcoord.ContractRegistryCoordinator,
	blsApkRegistry *apkreg.ContractBLSApkRegistry,
	operatorStateRetriever *opstateretriever.ContractOperatorStateRetriever,
	stakeRegistry *stakeregistry.ContractStakeRegistry,
	logger logging.Logger,
	ethClient eth.HttpBackend,
) *ChainReader
⋮----
// NewReaderFromConfig creates a new ChainReader
func NewReaderFromConfig(
	cfg Config,
	client eth.HttpBackend,
	logger logging.Logger,
) (*ChainReader, error)
⋮----
// Returns the total quorum count read from the RegistryCoordinator
func (r *ChainReader) GetQuorumCount(opts *bind.CallOpts) (uint8, error)
⋮----
// Returns, for each quorum in `quorumNumbers`, a vector of the operators registered for
// that quorum at the current block, containing each operator's `operatorId` and `stake`.
func (r *ChainReader) GetOperatorsStakeInQuorumsAtCurrentBlock(
	opts *bind.CallOpts,
	quorumNumbers types.QuorumNums,
) ([][]opstateretriever.OperatorStateRetrieverOperator, error)
⋮----
// the contract stores historical state, so blockNumber should be the block number of the state you want to query
// and the blockNumber in opts should be the block number of the latest block (or set to nil, which is equivalent)
func (r *ChainReader) GetOperatorsStakeInQuorumsAtBlock(
	opts *bind.CallOpts,
	quorumNumbers types.QuorumNums,
	blockNumber uint32,
) ([][]opstateretriever.OperatorStateRetrieverOperator, error)
⋮----
// Returns, for each quorum in `quorumNumbers`, a vector of the addresses of the
// operators registered for that quorum at the current block.
func (r *ChainReader) GetOperatorAddrsInQuorumsAtCurrentBlock(
	opts *bind.CallOpts,
	quorumNumbers types.QuorumNums,
) ([][]common.Address, error)
⋮----
var quorumOperatorAddrs [][]common.Address
⋮----
var operatorAddrs []common.Address
⋮----
// Returns a tuple containing
//   - An array with the quorum IDs in which the given operator is registered at the given block
//   - An array that contains, for each quorum, an array with the address, id and stake
//     of each operator registered in that quorum.
func (r *ChainReader) GetOperatorsStakeInQuorumsOfOperatorAtBlock(
	opts *bind.CallOpts,
	operatorId types.OperatorId,
	blockNumber uint32,
) (types.QuorumNums, [][]opstateretriever.OperatorStateRetrieverOperator, error)
⋮----
// opts will be modified to have the latest blockNumber, so make sure not to reuse it
// blockNumber in opts will be ignored, and the chain will be queried to get the latest blockNumber
func (r *ChainReader) GetOperatorsStakeInQuorumsOfOperatorAtCurrentBlock(
	opts *bind.CallOpts,
	operatorId types.OperatorId,
) (types.QuorumNums, [][]opstateretriever.OperatorStateRetrieverOperator, error)
⋮----
// To avoid a possible race condition, this method must assure that all the calls
// are made with the same blockNumber.
// So, if the blockNumber and blockHash are not set in opts, blockNumber will be set
// to the latest block.
// All calls to the chain use `opts` parameter.
func (r *ChainReader) GetOperatorStakeInQuorumsOfOperatorAtCurrentBlock(
	opts *bind.CallOpts,
	operatorId types.OperatorId,
) (map[types.QuorumNum]types.StakeAmount, error)
⋮----
// check if opts parameter has not a block number set (BlockNumber)
var defaultHash common.Hash
⋮----
// if not, set the block number to the latest block
⋮----
// This function computes the total weight of the operator in the quorum quorumNumber.
func (r *ChainReader) WeightOfOperatorForQuorum(
	opts *bind.CallOpts,
	quorumNumber uint8,
	operatorAddr common.Address,
) (types.StakeAmount, error)
⋮----
// Returns the length of the dynamic array stored in strategyParams[quorumNumber] in the StakeRegistry contract.
func (r *ChainReader) StrategyParamsLength(
	opts *bind.CallOpts,
	quorumNumber uint8,
) (*big.Int, error)
⋮----
// Returns the strategy and weight multiplier for the index'th strategy in the specified quorum.
func (r *ChainReader) StrategyParamsByIndex(
	opts *bind.CallOpts,
	quorumNumber uint8,
	index *big.Int,
) (stakeregistry.IStakeRegistryTypesStrategyParams, error)
⋮----
// Returns the length of an operator's stake history for the given quorum
func (r *ChainReader) GetStakeHistoryLength(
	opts *bind.CallOpts,
	operatorId types.OperatorId,
	quorumNumber uint8,
) (*big.Int, error)
⋮----
// Returns the entire operatorStakeHistory[operatorId][quorumNumber] array which contains the operator's
// stake update history for a given quorum.
func (r *ChainReader) GetStakeHistory(
	opts *bind.CallOpts,
	operatorId types.OperatorId,
	quorumNumber uint8,
) ([]stakeregistry.IStakeRegistryTypesStakeUpdate, error)
⋮----
// Returns the most recent stake weight for the `operatorId` for a certain quorum
func (r *ChainReader) GetLatestStakeUpdate(
	opts *bind.CallOpts,
	operatorId types.OperatorId,
	quorumNumber uint8,
) (stakeregistry.IStakeRegistryTypesStakeUpdate, error)
⋮----
// Returns the `index`-th entry in the `operatorStakeHistory[operatorId][quorumNumber]` array, i.e.,
// returns the `index`-th stake update for the operator.
func (r *ChainReader) GetStakeUpdateAtIndex(
	opts *bind.CallOpts,
	operatorId types.OperatorId,
	quorumNumber uint8,
	index *big.Int,
) (stakeregistry.IStakeRegistryTypesStakeUpdate, error)
⋮----
// Returns the stake of the operator for the provided `quorumNumber` at the given `blockNumber`
func (r *ChainReader) GetStakeAtBlockNumber(
	opts *bind.CallOpts,
	operatorId types.OperatorId,
	quorumNumber uint8,
	blockNumber uint32,
) (types.StakeAmount, error)
⋮----
// Returns the indices of the operator stakes for the provided `quorumNumber` at the given `blockNumber`
func (r *ChainReader) GetStakeUpdateIndexAtBlockNumber(
	opts *bind.CallOpts,
	operatorId types.OperatorId,
	quorumNumber uint8,
	blockNumber uint32,
) (uint32, error)
⋮----
// Returns the stake weight corresponding to `operatorId` for quorum `quorumNumber`, at the
// `index`-th entry in the operator's stake history array if it was the operator's
// stake at `blockNumber`.
func (r *ChainReader) GetStakeAtBlockNumberAndIndex(
	opts *bind.CallOpts,
	operatorId types.OperatorId,
	quorumNumber uint8,
	blockNumber uint32,
	index *big.Int,
) (types.StakeAmount, error)
⋮----
// Returns the length of the total stake history for the given quorum
func (r *ChainReader) GetTotalStakeHistoryLength(
	opts *bind.CallOpts,
	quorumNumber uint8,
) (*big.Int, error)
⋮----
// Returns a struct containing the indices of the quorum members that signed,
// and the ones that didn't.
func (r *ChainReader) GetCheckSignaturesIndices(
	opts *bind.CallOpts,
	referenceBlockNumber uint32,
	quorumNumbers types.QuorumNums,
	nonSignerOperatorIds []types.OperatorId,
) (opstateretriever.OperatorStateRetrieverCheckSignaturesIndices, error)
⋮----
// Returns the stake weight from the latest entry in the quorum's stake history
func (r *ChainReader) GetCurrentTotalStake(
	opts *bind.CallOpts,
	quorumNumber uint8,
) (types.StakeAmount, error)
⋮----
func (r *ChainReader) GetTotalStakeUpdateAtIndex(
	opts *bind.CallOpts,
	quorumNumber uint8,
	index *big.Int,
) (stakeregistry.IStakeRegistryTypesStakeUpdate, error)
⋮----
// Returns the total stake weight for the specified quorum at the `index`-th entry in the
// stake history array if it was the stake at the specified blockNumber.
func (r *ChainReader) GetTotalStakeAtBlockNumberFromIndex(
	opts *bind.CallOpts,
	quorumNumber uint8,
	blockNumber uint32,
	index *big.Int,
) (types.StakeAmount, error)
⋮----
// Returns the indices of the total stakes for the provided quorumNumbers at the given blockNumber
func (r *ChainReader) GetTotalStakeIndicesAtBlockNumber(
	opts *bind.CallOpts,
	quorumNumbers types.QuorumNums,
	blockNumber uint32,
) ([]uint32, error)
⋮----
func (r *ChainReader) GetMinimumStakeForQuorum(
	opts *bind.CallOpts,
	quorumNumber uint8,
) (types.StakeAmount, error)
⋮----
func (r *ChainReader) GetStrategyParamsAtIndex(
	opts *bind.CallOpts,
	quorumNumber uint8,
	index *big.Int,
) (stakeregistry.IStakeRegistryTypesStrategyParams, error)
⋮----
func (r *ChainReader) GetStrategyPerQuorumAtIndex(
	opts *bind.CallOpts,
	quorumNumber uint8,
	index *big.Int,
) (common.Address, error)
⋮----
// Returns the list of strategies that the AVS supports for restaking.
// The list returned contains no duplicates.
func (r *ChainReader) GetRestakeableStrategies(opts *bind.CallOpts) ([]common.Address, error)
⋮----
// Returns the list of strategies that the operator has potentially restaked on the AVS.
// No guarantee is made on whether the operator has shares on each of the returned strategies.
func (r *ChainReader) GetOperatorRestakedStrategies(
	opts *bind.CallOpts,
	operator common.Address,
) ([]common.Address, error)
⋮----
func (r *ChainReader) GetStakeTypePerQuorum(
	opts *bind.CallOpts,
	quorumNumber uint8,
) (uint8, error)
⋮----
func (r *ChainReader) GetSlashableStakeLookAheadPerQuorum(
	opts *bind.CallOpts,
	quorumNumber uint8,
) (uint32, error)
⋮----
// Given an operator address, returns its ID.
func (r *ChainReader) GetOperatorId(
	opts *bind.CallOpts,
	operatorAddress common.Address,
) ([32]byte, error)
⋮----
// Given an operator ID, returns its address.
func (r *ChainReader) GetOperatorFromId(
	opts *bind.CallOpts,
	operatorId types.OperatorId,
) (common.Address, error)
⋮----
// Returns an array of booleans, where the boolean at index i represents
// whether the operator is registered for the quorum i.
func (r *ChainReader) QueryRegistrationDetail(
	opts *bind.CallOpts,
	operatorAddress common.Address,
) ([]bool, error)
⋮----
var quorums []bool
⋮----
// Returns true if the operator is registered, false otherwise.
func (r *ChainReader) IsOperatorRegistered(
	opts *bind.CallOpts,
	operatorAddress common.Address,
) (bool, error)
⋮----
// 0 = NEVER_REGISTERED, 1 = REGISTERED, 2 = DEREGISTERED
⋮----
// Returns the operator's operatorId (pubkeyhash) given their address
func (r *ChainReader) GetOperatorIdFromOperatorAddress(
	opts *bind.CallOpts,
	operatorAddress common.Address,
) ([32]byte, error)
⋮----
// Returns the operator address given their operator ID (their pubkeyhash)
func (r *ChainReader) GetOperatorAddressFromOperatorId(
	opts *bind.CallOpts,
	operatorPubkeyHash [32]byte,
) (common.Address, error)
⋮----
// Returns operator's BLS public key in G1 given their address
func (r *ChainReader) GetPubkeyFromOperatorAddress(
	opts *bind.CallOpts,
	operatorAddress common.Address,
) (bls.G1Point, error)
⋮----
// Stores the history of aggregate public key updates for `quorumNumber` at `index`
func (r *ChainReader) GetApkUpdate(
	opts *bind.CallOpts,
	quorumNumber uint8,
	index *big.Int,
) (apkreg.IBLSApkRegistryTypesApkUpdate, error)
⋮----
// Gets the current aggregate bls pubkey for a given quorum
func (r *ChainReader) GetCurrentApk(
	opts *bind.CallOpts,
	quorumNumber uint8,
) (bls.G1Point, error)
⋮----
// Queries existing operators for a particular block range.
// Returns two arrays. The first one contains the addresses
// of the operators, and the second contains their corresponding public keys.
func (r *ChainReader) QueryExistingRegisteredOperatorPubKeys(
	ctx context.Context,
	startBlock *big.Int,
	stopBlock *big.Int,
	blockRange *big.Int,
) ([]types.OperatorAddr, []types.OperatorPubkeys, error)
⋮----
// QueryExistingRegisteredOperatorPubKeys and QueryExistingRegisteredOperatorSockets
// both run in parallel and they read and mutate the same variable startBlock,
// so we clone it to prevent the race condition.
// TODO: we might want to eventually change the function signature to pass a uint,
// but that would be a breaking change
⋮----
// Subtract 1 since FilterQuery is inclusive
⋮----
// get the operator address
⋮----
// Queries existing operator sockets for a particular block range.
// Returns a mapping containing operator IDs as keys and their
// corresponding sockets as values.
func (r *ChainReader) QueryExistingRegisteredOperatorSockets(
	ctx context.Context,
	startBlock *big.Int,
	stopBlock *big.Int,
	blockRange *big.Int,
) (map[types.OperatorId]types.Socket, error)
⋮----
// Removes duplicates from the given list of strategies.
func removeDuplicateStrategies(strategies []common.Address) []common.Address
````

## File: chainio/clients/avsregistry/subscriber_test.go
````go
package avsregistry_test
⋮----
import (
	"context"
	"testing"
	"time"

	"github.com/Layr-Labs/eigensdk-go/chainio/clients/elcontracts"
	"github.com/Layr-Labs/eigensdk-go/crypto/bls"
	"github.com/Layr-Labs/eigensdk-go/testutils"
	"github.com/Layr-Labs/eigensdk-go/testutils/testclients"
	"github.com/Layr-Labs/eigensdk-go/types"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/crypto"
	"github.com/stretchr/testify/assert"
	"github.com/stretchr/testify/require"
)
⋮----
"context"
"testing"
"time"
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients/elcontracts"
"github.com/Layr-Labs/eigensdk-go/crypto/bls"
"github.com/Layr-Labs/eigensdk-go/testutils"
"github.com/Layr-Labs/eigensdk-go/testutils/testclients"
"github.com/Layr-Labs/eigensdk-go/types"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/crypto"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
⋮----
func TestSubscriberAvsRegistry(t *testing.T)
⋮----
// Emit a NewPubkeyRegistration event creating a new operator
⋮----
//quorumNumbers := types.QuorumNums{0}
⋮----
// Register operator
⋮----
// Throw an error if the event is not received within 10 seconds, making the test fail
⋮----
// Emit a SocketUpdate event
````

## File: chainio/clients/avsregistry/subscriber.go
````go
package avsregistry
⋮----
import (
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/event"

	"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
	blsapkreg "github.com/Layr-Labs/eigensdk-go/contracts/bindings/BLSApkRegistry"
	regcoord "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RegistryCoordinator"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/utils"
)
⋮----
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/event"
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
blsapkreg "github.com/Layr-Labs/eigensdk-go/contracts/bindings/BLSApkRegistry"
regcoord "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RegistryCoordinator"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/utils"
⋮----
type ChainSubscriber struct {
	logger         logging.Logger
	regCoord       regcoord.ContractRegistryCoordinatorFilters
	blsApkRegistry blsapkreg.ContractBLSApkRegistryFilters
}
⋮----
// NewChainSubscriber creates a new instance of ChainSubscriber
// The bindings must be created using websocket ETH Client
func NewChainSubscriber(
	regCoord regcoord.ContractRegistryCoordinatorFilters,
	blsApkRegistry blsapkreg.ContractBLSApkRegistryFilters,
	logger logging.Logger,
) *ChainSubscriber
⋮----
// NewSubscriberFromConfig creates a new instance of ChainSubscriber
// A websocket ETH Client must be provided
func NewSubscriberFromConfig(
	cfg Config,
	wsClient eth.WsBackend,
	logger logging.Logger,
) (*ChainSubscriber, error)
⋮----
// Returns a channel that receives new BLS pubkey registration events.
func (s *ChainSubscriber) SubscribeToNewPubkeyRegistrations() (chan *blsapkreg.ContractBLSApkRegistryNewPubkeyRegistration, event.Subscription, error)
⋮----
// Returns a channel that receives operator socket update events.
func (s *ChainSubscriber) SubscribeToOperatorSocketUpdates() (chan *regcoord.ContractRegistryCoordinatorOperatorSocketUpdate, event.Subscription, error)
````

## File: chainio/clients/avsregistry/writer_test.go
````go
package avsregistry_test
⋮----
import (
	"context"
	"math/big"
	"os"
	"testing"

	m2regcoord "github.com/Layr-Labs/eigensdk-go/M2-contracts/bindings/RegistryCoordinator"
	"github.com/Layr-Labs/eigensdk-go/chainio/clients"
	"github.com/Layr-Labs/eigensdk-go/chainio/clients/avsregistry"
	"github.com/Layr-Labs/eigensdk-go/chainio/clients/elcontracts"
	chainioutils "github.com/Layr-Labs/eigensdk-go/chainio/utils"
	avsdirectory "github.com/Layr-Labs/eigensdk-go/contracts/bindings/AVSDirectory"
	regcoord "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RegistryCoordinator"
	servicemanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/ServiceManagerBase"
	stakeregistry "github.com/Layr-Labs/eigensdk-go/contracts/bindings/StakeRegistry"
	"github.com/Layr-Labs/eigensdk-go/crypto/bls"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/testutils"
	"github.com/Layr-Labs/eigensdk-go/testutils/testclients"
	"github.com/Layr-Labs/eigensdk-go/types"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	gethcommon "github.com/ethereum/go-ethereum/common"
	gethtypes "github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/crypto"
	"github.com/ethereum/go-ethereum/ethclient"
	"github.com/stretchr/testify/assert"
	"github.com/stretchr/testify/require"
)
⋮----
"context"
"math/big"
"os"
"testing"
⋮----
m2regcoord "github.com/Layr-Labs/eigensdk-go/M2-contracts/bindings/RegistryCoordinator"
"github.com/Layr-Labs/eigensdk-go/chainio/clients"
"github.com/Layr-Labs/eigensdk-go/chainio/clients/avsregistry"
"github.com/Layr-Labs/eigensdk-go/chainio/clients/elcontracts"
chainioutils "github.com/Layr-Labs/eigensdk-go/chainio/utils"
avsdirectory "github.com/Layr-Labs/eigensdk-go/contracts/bindings/AVSDirectory"
regcoord "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RegistryCoordinator"
servicemanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/ServiceManagerBase"
stakeregistry "github.com/Layr-Labs/eigensdk-go/contracts/bindings/StakeRegistry"
"github.com/Layr-Labs/eigensdk-go/crypto/bls"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/testutils"
"github.com/Layr-Labs/eigensdk-go/testutils/testclients"
"github.com/Layr-Labs/eigensdk-go/types"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
gethcommon "github.com/ethereum/go-ethereum/common"
gethtypes "github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/ethclient"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
⋮----
func TestWriterMethods(t *testing.T)
⋮----
// Register operator
⋮----
// Set up to create a ServiceManager binding
⋮----
// Check that, first, initiator address is anvil first address
⋮----
// Modify initiator address, set it as anvil second address
⋮----
// Check that, after modifying it, initiator address is now anvil second address
⋮----
// Error cases
⋮----
// Fails because operators per quorum length is distinct from quorum numbers
⋮----
// When not set, lookAheadPeriod is Zero
⋮----
// Modify lookAheadPeriod, set it as 32
⋮----
// After modify, lookAheadPeriod's value is 32
⋮----
// Create stakeRegistry contract
⋮----
func TestRegisterOperatorWithChurn(t *testing.T)
⋮----
// At first, churnApprover is ANVIL_FIRST_ADDRESS
⋮----
// Set ANVIL_SECOND_ADDRESS as the new churnApprover
⋮----
// After change, churnApprover is ANVIL_SECOND_ADDRESS
⋮----
//Register ANVIL_FIRST_ADDRESS as operator
⋮----
// Change the OperatorSetParams to allow only 1 operator
⋮----
// We want to kick the first operator
⋮----
// Register ANVIL_THIRD_ADDRESS as operator. Since there is only one slot available, ANVIL_FIRST_ADDRESS should be
// kicked
⋮----
// ANVIL_FIRST_ADDRESS should be deregistered
⋮----
// ANVIL_THIRD_ADDRESS should be registered
⋮----
// Compliance test for BLS signature
func TestBlsSignature(t *testing.T)
⋮----
// read input from JSON if available, otherwise use default values
// Data taken from
// https://github.com/Layr-Labs/eigensdk-compliance/blob/429459572302d9fd42c1184b7257703460ba09ca/data_files/bls_signature.json
var defaultInput = struct {
		Message    string `json:"message"`
		BlsPrivKey string `json:"bls_priv_key"`
	}{
		Message:    "Hello, world!Hello, world!123456",
		BlsPrivKey: "12248929636257230549931416853095037629726205319386239410403476017439825112537",
	}
⋮----
// The message to sign
⋮----
var messageArray32 [32]byte
⋮----
// The private key as a string
⋮----
// Values taken from previous run of this test
⋮----
func TestCreateDelegatedAndSlashableStakeQuorums(t *testing.T)
⋮----
// First, quorum count is 1 because Registry is initialized with 1 quorum
⋮----
// Create a new total delegated stake quorum
⋮----
// After creating first quorum, count is 2
⋮----
// Create a new slashable stake quorum
⋮----
// After creating a new one, quorum count is 3
⋮----
func TestEjectOperator(t *testing.T)
⋮----
// Test set up
⋮----
// At the beginning, operator is not registered
⋮----
// After registration, operator is registered
⋮----
// After being ejected, operator is not registered anymore
⋮----
func TestSetOperatorSetParams(t *testing.T)
⋮----
// This parameters are seted to the quorum created on reg coordinator initialization
⋮----
// At the beginning, params are the set on initialization
⋮----
// After setting operator set params, params are the setted ones
⋮----
func TestSetChurnApprover(t *testing.T)
⋮----
// At first, churnApprover is anvil first address
⋮----
// Set a new churnApprover
⋮----
// After change, churnApprover is the setted value
⋮----
func TestSetEjector(t *testing.T)
⋮----
// At first, ejector is anvil first address
⋮----
// Set a new ejector
⋮----
// After change, ejector is the setted value
⋮----
func TestSetAvs(t *testing.T)
⋮----
// At first, avs is service manager address
⋮----
// Set a new avs
⋮----
// After change, avs is the value set
⋮----
func TestRemoveStrategies(t *testing.T)
⋮----
// There is a strategy at index 0. We will remove it
⋮----
// After removing, there are no strategies in quorum
⋮----
func TestSetEjectionCooldown(t *testing.T)
⋮----
// At first, ejectionCooldown is zero
⋮----
// Set a new ejectionCooldown
⋮----
// After change, ejectionCooldown is the value set
⋮----
func TestCreateAVSRewardsSubmission(t *testing.T)
⋮----
// These values are set to align with the contract's requirements for the `OperatorDirectedRewardsSubmission`.
// https://github.com/Layr-Labs/eigenlayer-contracts/blob/ecaff6304de6cb0f43b42024ad55d0e8a0430790/src/contracts/core/RewardsCoordinator.sol#L414
// https://github.com/Layr-Labs/eigenlayer-contracts/blob/ecaff6304de6cb0f43b42024ad55d0e8a0430790/src/contracts/core/RewardsCoordinator.sol#L482
var duration uint32 = calculationInterval
var startTimestamp uint32 = ((uint32(header.Time) / calculationInterval) + 1) * calculationInterval
⋮----
func TestAddStrategies(t *testing.T)
⋮----
// contractAddrs.Erc20MockStrategy is already set as a strategy at index 0
⋮----
// New strategy is set at index 1
⋮----
func TestModifyStrategyParams(t *testing.T)
⋮----
func TestCreateOperatorDirectedAVSRewardsSubmission(t *testing.T)
⋮----
// https://github.com/Layr-labs/eigenlayer-contracts/blob/5341ef83500476c62a4406ff00cdde7f5c2cc11f/src/contracts/core/RewardsCoordinator.sol#L485
// https://github.com/Layr-labs/eigenlayer-contracts/blob/5341ef83500476c62a4406ff00cdde7f5c2cc11f/src/contracts/core/RewardsCoordinator.sol#L438
⋮----
var startTimestamp uint32 = ((uint32(header.Time) / calculationInterval) - 2) * calculationInterval
⋮----
func TestUpdateAVSMetadataURI(t *testing.T)
⋮----
// Update the metadata URI
⋮----
// Assert the event was emitted
````

## File: chainio/clients/avsregistry/writer.go
````go
package avsregistry
⋮----
import (
	"context"
	"crypto/ecdsa"
	"crypto/rand"
	"encoding/hex"
	"math/big"
	"strings"

	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	gethcommon "github.com/ethereum/go-ethereum/common"
	gethtypes "github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/crypto"

	"github.com/Layr-Labs/eigensdk-go/chainio/clients/elcontracts"
	"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
	"github.com/Layr-Labs/eigensdk-go/chainio/txmgr"
	chainioutils "github.com/Layr-Labs/eigensdk-go/chainio/utils"
	blsapkregistry "github.com/Layr-Labs/eigensdk-go/contracts/bindings/BLSApkRegistry"
	opstateretriever "github.com/Layr-Labs/eigensdk-go/contracts/bindings/OperatorStateRetriever"
	regcoord "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RegistryCoordinator"
	servicemanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/ServiceManagerBase"
	stakeregistry "github.com/Layr-Labs/eigensdk-go/contracts/bindings/StakeRegistry"
	"github.com/Layr-Labs/eigensdk-go/crypto/bls"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/types"
	"github.com/Layr-Labs/eigensdk-go/utils"
)
⋮----
"context"
"crypto/ecdsa"
"crypto/rand"
"encoding/hex"
"math/big"
"strings"
⋮----
"github.com/ethereum/go-ethereum/accounts/abi/bind"
gethcommon "github.com/ethereum/go-ethereum/common"
gethtypes "github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto"
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients/elcontracts"
"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
"github.com/Layr-Labs/eigensdk-go/chainio/txmgr"
chainioutils "github.com/Layr-Labs/eigensdk-go/chainio/utils"
blsapkregistry "github.com/Layr-Labs/eigensdk-go/contracts/bindings/BLSApkRegistry"
opstateretriever "github.com/Layr-Labs/eigensdk-go/contracts/bindings/OperatorStateRetriever"
regcoord "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RegistryCoordinator"
servicemanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/ServiceManagerBase"
stakeregistry "github.com/Layr-Labs/eigensdk-go/contracts/bindings/StakeRegistry"
"github.com/Layr-Labs/eigensdk-go/crypto/bls"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/types"
"github.com/Layr-Labs/eigensdk-go/utils"
⋮----
type eLReader interface {
	CalculateOperatorAVSRegistrationDigestHash(
		ctx context.Context,
		operatorAddr gethcommon.Address,
		serviceManagerAddr gethcommon.Address,
		operatorToAvsRegistrationSigSalt [32]byte,
		operatorToAvsRegistrationSigExpiry *big.Int,
	) ([32]byte, error)
}
⋮----
// The ChainWriter provides methods to call the
// AVS registry contract's state-changing functions.
type ChainWriter struct {
	serviceManagerAddr     gethcommon.Address
	registryCoordinator    *regcoord.ContractRegistryCoordinator
	operatorStateRetriever *opstateretriever.ContractOperatorStateRetriever
	stakeRegistry          *stakeregistry.ContractStakeRegistry
	blsApkRegistry         *blsapkregistry.ContractBLSApkRegistry
	elReader               eLReader
	logger                 logging.Logger
	ethClient              eth.HttpBackend
	txMgr                  txmgr.TxManager
}
⋮----
// Returns a new instance of ChainWriter.
func NewChainWriter(
	serviceManagerAddr gethcommon.Address,
	registryCoordinator *regcoord.ContractRegistryCoordinator,
	operatorStateRetriever *opstateretriever.ContractOperatorStateRetriever,
	stakeRegistry *stakeregistry.ContractStakeRegistry,
	blsApkRegistry *blsapkregistry.ContractBLSApkRegistry,
	elReader eLReader,
	logger logging.Logger,
	ethClient eth.HttpBackend,
	txMgr txmgr.TxManager,
) *ChainWriter
⋮----
// NewWriterFromConfig creates a new ChainWriter from the provided config
func NewWriterFromConfig(
	cfg Config,
	client eth.HttpBackend,
	txMgr txmgr.TxManager,
	logger logging.Logger,
) (*ChainWriter, error)
⋮----
// RegisterOperator is used to register a single operator with the AVS's registry coordinator.
func (w *ChainWriter) RegisterOperator(
	ctx context.Context,
	// we need to pass the private key explicitly and can't use the signer because registering requires signing a
	// message which isn't a transaction and the signer can only signs transactions. See operatorSignature in
	// https://github.com/Layr-Labs/eigenlayer-middleware/blob/m2-mainnet/docs/RegistryCoordinator.md#registeroperator
	// TODO(madhur): check to see if we can make the signer and txmgr more flexible so we can use them (and remote
	// signers) to sign non txs
	operatorEcdsaPrivateKey *ecdsa.PrivateKey,
	blsKeyPair *bls.KeyPair,
	quorumNumbers types.QuorumNums,
	socket string,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// we need to pass the private key explicitly and can't use the signer because registering requires signing a
// message which isn't a transaction and the signer can only signs transactions. See operatorSignature in
// https://github.com/Layr-Labs/eigenlayer-middleware/blob/m2-mainnet/docs/RegistryCoordinator.md#registeroperator
// TODO(madhur): check to see if we can make the signer and txmgr more flexible so we can use them (and remote
// signers) to sign non txs
⋮----
// params to register bls pubkey with bls apk registry
⋮----
// generate a random salt and 1 hour expiry for the signature
var signatureSalt [32]byte
⋮----
sigValidForSeconds := int64(60 * 60) // 1 hour
⋮----
// params to register operator in delegation manager's operator-avs mapping
⋮----
// the crypto library is low level and deals with 0/1 v values, whereas ethereum expects 27/28, so we add 27
// see https://github.com/ethereum/go-ethereum/issues/28757#issuecomment-1874525854
// and https://twitter.com/pcaversaccio/status/1671488928262529031
⋮----
// TODO: this call will fail if max number of operators are already registered
// in that case, need to call churner to kick out another operator. See eigenDA's node/operator.go implementation
⋮----
// UpdateStakesOfEntireOperatorSetForQuorums is used by avs teams running https://github.com/Layr-Labs/avs-sync
// to updates the stake of their entire operator set.
// Because of high gas costs of this operation, it typically needs to be called for every quorum, or perhaps for a
// small grouping of quorums
// (highly dependent on number of operators per quorum)
func (w *ChainWriter) UpdateStakesOfEntireOperatorSetForQuorums(
	ctx context.Context,
	operatorsPerQuorum [][]gethcommon.Address,
	quorumNumbers types.QuorumNums,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Registers an operator while replacing existing operators in full quorums. If any quorum reaches its maximum
// operator capacity, `operatorKickParams` is used to replace an old operator with the new one.
// Note: This method is only works on the pre-slashing (M2) version of the contracts.
func (w *ChainWriter) RegisterOperatorWithChurn(
	ctx context.Context,
	operatorEcdsaPrivateKey *ecdsa.PrivateKey,
	churnApprovalEcdsaPrivateKey *ecdsa.PrivateKey,
	blsKeyPair *bls.KeyPair,
	quorumNumbers types.QuorumNums,
	quorumNumbersToKick types.QuorumNums,
	operatorsToKick []gethcommon.Address,
	socket string,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
var operatorKickParams []regcoord.ISlashingRegistryCoordinatorTypesOperatorKickParam
⋮----
var churnSignatureSalt [32]byte
⋮----
var operatorIdBytes [32]byte
⋮----
// `GetOperatorID()` returns the operator ID with `0x` prefix.
// We need to remove the prefix and decode the hex string to bytes.
⋮----
// Updates the stakes of a the given `operators` for all the quorums.
// On success, returns the receipt of the transaction.
func (w *ChainWriter) UpdateStakesOfOperatorSubsetForAllQuorums(
	ctx context.Context,
	operators []gethcommon.Address,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Deregisters the caller from the quorums given by `quorumNumbers`.
⋮----
func (w *ChainWriter) DeregisterOperator(
	ctx context.Context,
	quorumNumbers types.QuorumNums,
	pubkey regcoord.BN254G1Point,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Updates the socket of the sender (if it is a registered operator).
⋮----
func (w *ChainWriter) UpdateSocket(
	ctx context.Context,
	socket types.Socket,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Sets the rewards initiator address as the received as parameter. This address is the only one
// that can initiate rewards. Returns the receipt of the transaction in case of success.
func (w *ChainWriter) SetRewardsInitiator(
	ctx context.Context,
	rewardsInitiatorAddr gethcommon.Address,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// TODO: create ServiceManager binding in `NewChainWriter`
// (see https://github.com/Layr-Labs/eigensdk-go/issues/552)
⋮----
// Receives the quorum number to modify and the new look ahead period to set. Sets the look ahead
// time for checking operator shares for a specific quorum, and returns the receipt of the
// transaction in case of success.
func (w *ChainWriter) SetSlashableStakeLookahead(
	ctx context.Context,
	quorumNumber uint8,
	lookAheadPeriod uint32,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
func (w *ChainWriter) SetMinimumStakeForQuorum(
	ctx context.Context,
	quorumNumber uint8,
	minimumStake *big.Int,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Creates a new quorum that tracks total delegated stake for operators.
// It receives the operator set parameters for the given quorum and the minimum stake required to register.
// Returns the transaction receipt in case of success.
func (w *ChainWriter) CreateTotalDelegatedStakeQuorum(
	ctx context.Context,
	operatorSetParams regcoord.ISlashingRegistryCoordinatorTypesOperatorSetParam,
	minimumStakeRequired *big.Int,
	strategyParams []regcoord.IStakeRegistryTypesStrategyParams,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Creates a new quorum that tracks slashable stake for operators.
// It receives the operator set parameters for the given quorum, the minimum stake required to register,
// and the number of blocks to look ahead when calculating slashable stake.
⋮----
// Note: This function only works on M2 AVSs.
func (w *ChainWriter) CreateSlashableStakeQuorum(
	ctx context.Context,
	operatorSetParams regcoord.ISlashingRegistryCoordinatorTypesOperatorSetParam,
	minimumStakeRequired *big.Int,
	strategyParams []regcoord.IStakeRegistryTypesStrategyParams,
	lookAheadPeriod uint32,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Receives an operator address and quorum numbers and ejects the operator from the given quorums.
// Note: if the operator is not registered, the call will not fail, but will do nothing.
func (w *ChainWriter) EjectOperator(
	ctx context.Context,
	operatorAddress gethcommon.Address,
	quorumNumbers types.QuorumNums,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Sets the operator set params for the quorum which id matches the quorum number.
// Params consists in a new max operator count and operator churn parameters
⋮----
func (w *ChainWriter) SetOperatorSetParams(
	ctx context.Context,
	quorumNumber uint8,
	operatorSetParams regcoord.ISlashingRegistryCoordinatorTypesOperatorSetParam,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Sets the churnApprover as the address received as parameter. The churnApprover's signature is required in
// churn related methods (like churn registration). Returns the receipt of the transaction in case of success.
func (w *ChainWriter) SetChurnApprover(
	ctx context.Context,
	churnApproverAddress gethcommon.Address,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Sets the ejector address to the one received by parameter. This address is the only one
// that can eject operators. Returns the receipt of the transaction in case of success.
func (w *ChainWriter) SetEjector(
	ctx context.Context,
	ejectorAddress gethcommon.Address,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Modifies the multiplier of existing strategies for the given quorum number.
func (w *ChainWriter) ModifyStrategyParams(
	ctx context.Context,
	quorumNumber types.QuorumNum,
	strategyIndices []*big.Int,
	multipliers []*big.Int,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Sets the avs as the address received as parameter. Identifier should only be set once, since
// changing it could break existing operator sets. Returns the receipt of the transaction in case of success.
func (w *ChainWriter) SetAvs(
	ctx context.Context,
	avsAddress gethcommon.Address,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Sets the ejection cooldown with the value received by parameter. The ejection cooldown is the time an operator has to
// wait to join any quorum after being rejected. Returns the receipt of the transaction in case of success.
func (w *ChainWriter) SetEjectionCooldown(
	ctx context.Context,
	ejectionCooldown *big.Int,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Adds new strategies and their associated multipliers to the specified quorum.
func (w *ChainWriter) AddStrategies(
	ctx context.Context,
	quorumNumber types.QuorumNum,
	strategyParams []stakeregistry.IStakeRegistryTypesStrategyParams,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Updates the metadata URI for the AVS. Returns the receipt of the transaction in case of success.
func (w *ChainWriter) UpdateAVSMetadataURI(
	ctx context.Context,
	metadataUri string,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Removes strategies and their associated weights from the specified quorum.
func (w *ChainWriter) RemoveStrategies(
	ctx context.Context,
	quorumNumber types.QuorumNum,
	indicesToRemove []*big.Int,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Creates a new rewards submission to the EigenLayer RewardsCoordinator contract,
// to be split amongst the set of stakers delegated to operators who are registered
// to this `avs`. Returns the receipt of the transaction in case of success.
//
// Can fail in some cases:
//   - Only callable by the permissioned rewardsInitiator address
//   - The duration of the `rewardsSubmission` cannot exceed `MAX_REWARDS_DURATION`
//   - The tokens are sent to the `RewardsCoordinator` contract
//   - Strategies must be in ascending order of addresses to check for duplicates
//   - This function may fail to execute with a large number of submissions due to gas limits. Use a
//     smaller array of submissions if necessary.
func (w *ChainWriter) CreateAVSRewardsSubmission(
	ctx context.Context,
	rewardsSubmission []servicemanager.IRewardsCoordinatorTypesRewardsSubmission,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// TODO: store binding in struct
⋮----
// Creates a new operator-directed rewards submission, to be split amongst the operators and
// set of stakers delegated to operators who are registered to this `avs`.
// Returns the receipt of the transaction in case of success.
⋮----
//   - This contract needs a token approval of sum of all `operatorRewards` in the
//     `operatorDirectedRewardsSubmissions`, before calling this function.
⋮----
//   - Operators must be in ascending order of addresses to check for duplicates
//   - This function will revert if the `operatorDirectedRewardsSubmissions` is malformed.
⋮----
func (w *ChainWriter) CreateOperatorDirectedAVSRewardsSubmission(
	ctx context.Context,
	operatorDirectedRewardsSubmissions []servicemanager.IRewardsCoordinatorTypesOperatorDirectedRewardsSubmission,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
````

## File: chainio/clients/eigenpod/bindings.go
````go
package eigenpod
⋮----
import (
	ieigenpod "github.com/Layr-Labs/eigenlayer-contracts/pkg/bindings/IEigenPod"
	ieigenpodmanager "github.com/Layr-Labs/eigenlayer-contracts/pkg/bindings/IEigenPodManager"
	"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"

	"github.com/ethereum/go-ethereum/common"
)
⋮----
ieigenpod "github.com/Layr-Labs/eigenlayer-contracts/pkg/bindings/IEigenPod"
ieigenpodmanager "github.com/Layr-Labs/eigenlayer-contracts/pkg/bindings/IEigenPodManager"
"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
⋮----
"github.com/ethereum/go-ethereum/common"
⋮----
type ContractBindings struct {
	Address common.Address
	*ieigenpod.IEigenPod
}
⋮----
type ContractCallerBindings struct {
	Address common.Address
	*ieigenpod.IEigenPodCaller
}
⋮----
type ManagerContractBindings struct {
	Address common.Address
	*ieigenpodmanager.IEigenPodManager
}
⋮----
type ManagerContractCallerBindings struct {
	Address common.Address
	*ieigenpodmanager.IEigenPodManagerCaller
}
⋮----
func NewContractBindings(
	address common.Address,
	ethClient eth.HttpBackend,
) (*ContractBindings, error)
⋮----
func NewContractCallerBindings(
	address common.Address,
	ethClient eth.HttpBackend,
) (*ContractCallerBindings, error)
⋮----
func NewManagerContractBindings(
	address common.Address,
	ethClient eth.HttpBackend,
) (*ManagerContractBindings, error)
⋮----
func NewManagerContractCallerBindings(
	address common.Address,
	ethClient eth.HttpBackend,
) (*ManagerContractCallerBindings, error)
````

## File: chainio/clients/eigenpod/builder.go
````go
package eigenpod
⋮----
import (
	"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
	"github.com/Layr-Labs/eigensdk-go/chainio/txmgr"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/utils"

	"github.com/ethereum/go-ethereum/common"
)
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
"github.com/Layr-Labs/eigensdk-go/chainio/txmgr"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/utils"
⋮----
"github.com/ethereum/go-ethereum/common"
⋮----
func BuildEigenPodClients(
	address common.Address,
	client eth.HttpBackend,
	txMgr txmgr.TxManager,
	logger logging.Logger,
) (*ChainReader, *ChainWriter, *ContractBindings, error)
⋮----
func BuildEigenPodManagerClients(
	address common.Address,
	client eth.HttpBackend,
	txMgr txmgr.TxManager,
	logger logging.Logger,
) (*ManagerChainReader, *ManagerChainWriter, *ManagerContractBindings, error)
````

## File: chainio/clients/eigenpod/reader.go
````go
package eigenpod
⋮----
import (
	ieigenpod "github.com/Layr-Labs/eigenlayer-contracts/pkg/bindings/IEigenPod"
	ieigenpodmanager "github.com/Layr-Labs/eigenlayer-contracts/pkg/bindings/IEigenPodManager"
	"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/utils"

	"github.com/ethereum/go-ethereum/common"
)
⋮----
ieigenpod "github.com/Layr-Labs/eigenlayer-contracts/pkg/bindings/IEigenPod"
ieigenpodmanager "github.com/Layr-Labs/eigenlayer-contracts/pkg/bindings/IEigenPodManager"
"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/utils"
⋮----
"github.com/ethereum/go-ethereum/common"
⋮----
// ChainReader is a reader for the EigenPod contract.
// We want it to be different from the ManagerChainReader since as a user,
// I only need this reader to manage my EigenPod. So there's no need for ManagerChainReader
type ChainReader struct {
	logger    logging.Logger
	ethClient eth.HttpBackend
	*ieigenpod.IEigenPodCaller
}
⋮----
// ManagerChainReader is a reader for the EigenPodManager contract.
// We want it to be different from the ChainReader since as a user, this is only
// needed to get overall state of all the EigenPods in the system.
type ManagerChainReader struct {
	logger    logging.Logger
	ethClient eth.HttpBackend
	*ieigenpodmanager.IEigenPodManagerCaller
}
⋮----
func newChainReader(
	eigenPod *ieigenpod.IEigenPodCaller,
	ethClient eth.HttpBackend,
	logger logging.Logger,
) *ChainReader
⋮----
func newManagerChainReader(
	manager *ieigenpodmanager.IEigenPodManagerCaller,
	ethClient eth.HttpBackend,
	logger logging.Logger,
) *ManagerChainReader
⋮----
func NewReader(
	eigenPodAddress common.Address,
	ethClient eth.HttpBackend,
	logger logging.Logger,
) (*ChainReader, error)
⋮----
func NewManagerReader(
	eigenPodManagerAddress common.Address,
	ethClient eth.HttpBackend,
	logger logging.Logger,
) (*ManagerChainReader, error)
````

## File: chainio/clients/eigenpod/writer.go
````go
package eigenpod
⋮----
import (
	ieigenpod "github.com/Layr-Labs/eigenlayer-contracts/pkg/bindings/IEigenPod"
	ieigenpodmanager "github.com/Layr-Labs/eigenlayer-contracts/pkg/bindings/IEigenPodManager"
	"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
	"github.com/Layr-Labs/eigensdk-go/chainio/txmgr"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/utils"

	"github.com/ethereum/go-ethereum/common"
)
⋮----
ieigenpod "github.com/Layr-Labs/eigenlayer-contracts/pkg/bindings/IEigenPod"
ieigenpodmanager "github.com/Layr-Labs/eigenlayer-contracts/pkg/bindings/IEigenPodManager"
"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
"github.com/Layr-Labs/eigensdk-go/chainio/txmgr"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/utils"
⋮----
"github.com/ethereum/go-ethereum/common"
⋮----
type ChainWriter struct {
	logger    logging.Logger
	ethClient eth.HttpBackend
	eigenPod  *ieigenpod.IEigenPod
	txMgr     txmgr.TxManager
}
⋮----
type ManagerChainWriter struct {
	logger    logging.Logger
	ethClient eth.HttpBackend
	manager   *ieigenpodmanager.IEigenPodManager
	txMgr     txmgr.TxManager
}
⋮----
func newChainWriter(
	eigenPod *ieigenpod.IEigenPod,
	ethClient eth.HttpBackend,
	logger logging.Logger,
	txMgr txmgr.TxManager,
) *ChainWriter
⋮----
func newManagerChainWriter(
	manager *ieigenpodmanager.IEigenPodManager,
	ethClient eth.HttpBackend,
	logger logging.Logger,
	txMgr txmgr.TxManager,
) *ManagerChainWriter
⋮----
func NewWriter(
	eigenPodAddress common.Address,
	ethClient eth.HttpBackend,
	txMgr txmgr.TxManager,
	logger logging.Logger,
) (*ChainWriter, error)
⋮----
func NewManagerWriter(
	eigenPodManagerAddress common.Address,
	ethClient eth.HttpBackend,
	txMgr txmgr.TxManager,
	logger logging.Logger,
) (*ManagerChainWriter, error)
⋮----
// TODO(madhur): Add methods to ChainWriter and ManagerChainWriter to interact with the contracts.
````

## File: chainio/clients/elcontracts/bindings.go
````go
// Package elcontracts bindings.go contains functions that create contract bindings for the Eigenlayer Core contracts
// These functions are meant to be used by constructors of the chainio package.
package elcontracts
⋮----
import (
	permissioncontroller "github.com/Layr-Labs/eigensdk-go/contracts/bindings/PermissionController"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	gethcommon "github.com/ethereum/go-ethereum/common"

	"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
	avsdirectory "github.com/Layr-Labs/eigensdk-go/contracts/bindings/AVSDirectory"
	allocationmanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/AllocationManager"
	delegationmanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/DelegationManager"
	rewardscoordinator "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RewardsCoordinator"
	strategymanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/StrategyManager"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/utils"
)
⋮----
permissioncontroller "github.com/Layr-Labs/eigensdk-go/contracts/bindings/PermissionController"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
gethcommon "github.com/ethereum/go-ethereum/common"
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
avsdirectory "github.com/Layr-Labs/eigensdk-go/contracts/bindings/AVSDirectory"
allocationmanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/AllocationManager"
delegationmanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/DelegationManager"
rewardscoordinator "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RewardsCoordinator"
strategymanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/StrategyManager"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/utils"
⋮----
// ContractBindings contains the contract bindings for the EigenLayer Core contracts
//
// Unclear why geth bindings don't store and expose the contract address,
// so we also store them here in case the different constructors that use this struct need them
type ContractBindings struct {
	StrategyManagerAddr       gethcommon.Address
	DelegationManagerAddr     gethcommon.Address
	AvsDirectoryAddr          gethcommon.Address
	RewardsCoordinatorAddress gethcommon.Address
	AllocationManagerAddr     gethcommon.Address
	DelegationManager         *delegationmanager.ContractDelegationManager
	StrategyManager           *strategymanager.ContractStrategyManager
	AvsDirectory              *avsdirectory.ContractAVSDirectory
	RewardsCoordinator        *rewardscoordinator.ContractRewardsCoordinator
	AllocationManager         *allocationmanager.ContractAllocationManager
	PermissionController      *permissioncontroller.ContractPermissionController
}
⋮----
func NewBindingsFromConfig(
	cfg Config,
	client eth.HttpBackend,
	logger logging.Logger,
) (*ContractBindings, error)
⋮----
var (
		err error

		contractDelegationManager *delegationmanager.ContractDelegationManager
		contractStrategyManager   *strategymanager.ContractStrategyManager
		contractAllocationManager *allocationmanager.ContractAllocationManager
		strategyManagerAddr       gethcommon.Address
		allocationManagerAddr     gethcommon.Address
		avsDirectory              *avsdirectory.ContractAVSDirectory
		rewardsCoordinator        *rewardscoordinator.ContractRewardsCoordinator
		permissionController      *permissioncontroller.ContractPermissionController
	)
⋮----
// NOTE: this is a hack to make this version of the SDK work with mainnet
// TODO: remove this once mainnet is updated with the new contracts
⋮----
func isZeroAddress(address gethcommon.Address) bool
````

## File: chainio/clients/elcontracts/builder.go
````go
package elcontracts
⋮----
import (
	"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
	"github.com/Layr-Labs/eigensdk-go/chainio/txmgr"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/metrics"
)
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
"github.com/Layr-Labs/eigensdk-go/chainio/txmgr"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/metrics"
⋮----
// Returns a tuple of reader clients with the given:
// configuration, HTTP client, logger and metrics.
func BuildReadClients(
	config Config,
	client eth.HttpBackend,
	logger logging.Logger,
	eigenMetrics *metrics.EigenMetrics,
) (*ChainReader, *ContractBindings, error)
⋮----
func BuildClients(
	config Config,
	client eth.HttpBackend,
	txMgr txmgr.TxManager,
	logger logging.Logger,
	eigenMetrics *metrics.EigenMetrics,
) (*ChainReader, *ChainWriter, *ContractBindings, error)
````

## File: chainio/clients/elcontracts/reader_test.go
````go
package elcontracts_test
⋮----
import (
	"context"
	"math/big"
	"os"
	"testing"

	"github.com/Layr-Labs/eigensdk-go/chainio/clients/elcontracts"
	allocationmanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/AllocationManager"
	erc20 "github.com/Layr-Labs/eigensdk-go/contracts/bindings/IERC20"
	rewardscoordinator "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RewardsCoordinator"
	"github.com/Layr-Labs/eigensdk-go/crypto/bls"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/testutils"
	"github.com/Layr-Labs/eigensdk-go/testutils/testclients"
	"github.com/Layr-Labs/eigensdk-go/types"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	gethtypes "github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/ethclient"
	"github.com/stretchr/testify/assert"
	"github.com/stretchr/testify/require"
)
⋮----
"context"
"math/big"
"os"
"testing"
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients/elcontracts"
allocationmanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/AllocationManager"
erc20 "github.com/Layr-Labs/eigensdk-go/contracts/bindings/IERC20"
rewardscoordinator "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RewardsCoordinator"
"github.com/Layr-Labs/eigensdk-go/crypto/bls"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/testutils"
"github.com/Layr-Labs/eigensdk-go/testutils/testclients"
"github.com/Layr-Labs/eigensdk-go/types"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
gethtypes "github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/ethclient"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
⋮----
func TestChainReader(t *testing.T)
⋮----
// The delegated operator of an operator is the operator itself
⋮----
// with n strategies, response's list length is n
⋮----
// We could test modify the shares and verify the diff is the expected
⋮----
// with n strategies, response's list length is [1][n]
⋮----
// with n strategies, response's list length is [n][1]
⋮----
// with n strategies and n operators, response's list length is [n][n]
⋮----
// Get the interval in seconds at which the calculation for rewards distribution is done.
⋮----
// currently this is configured to zero but may be configured to 1 week in a future release, based on this
// comment:
// https://github.com/Layr-Labs/eigenlayer-contracts/blob/441339cbd570ad0d650a9c11bea9eed7f70a490d/src/contracts/core/RewardsCoordinatorStorage.sol#L64
⋮----
// After registration, operator is slashable
⋮----
// Just after deregistration, operator is still slashable until the slashableUntil has passed
⋮----
// After a certain time, operator is not slashable anymore
⋮----
// After registration, operator has zero stake in specified strategy
⋮----
// Allocate stake to the operator in the required strategy
⋮----
func TestGetCurrentClaimableDistributionRoot(t *testing.T)
⋮----
// Verifies GetCurrentClaimableDistributionRoot returns 0 if no root and the root if there's one
⋮----
// Create and configure rewards coordinator
⋮----
// Set delay to zero to inmediatly operate with coordinator
⋮----
// Create txManager to send transactions to the Ethereum node
⋮----
// Change the rewards updater to be able to submit the new root
⋮----
// Check that if there is no root submitted the result is zero
⋮----
// Check that if there is a root submitted the result is that root
⋮----
func TestGetRootIndexFromRootHash(t *testing.T)
⋮----
// Check that if there is no root submitted the result is an InvalidRoot error
⋮----
// Check that the first root inserted is the first indexed (zero)
⋮----
// Check that the second root inserted is the second indexed (zero)
⋮----
func TestGetCumulativeClaimedRewards(t *testing.T)
⋮----
// Create ChainWriter
⋮----
// Set activation delay to zero so that the earnings can be claimed right after submitting the root
⋮----
// This tests that without claims result is zero
⋮----
// This tests that with a claim result is cumulativeEarnings
⋮----
func TestCheckClaim(t *testing.T)
⋮----
// Create ChainWriter and chain reader
⋮----
func TestGetAllocatableMagnitudeAndEncumberedMagnitudeAndGetMaxMagnitudes(t *testing.T)
⋮----
// Without changes, Allocable magnitude is max magnitude
⋮----
// Test setup
⋮----
// Assert that at the beginning, Allocatable Magnitude is Max allocatable magnitude
⋮----
// Reduce allocatable magnitude for testAddr
⋮----
// Check that Allocation delay has been applied
⋮----
// Assert that after stake reduction, Allocatable Magnitude + reduction ammount equals Max allocatable magnitude
⋮----
// Check that the new allocationDelay is equal to delay
⋮----
func TestAdminFunctions(t *testing.T)
⋮----
func TestAppointeesFunctions(t *testing.T)
⋮----
func TestContractErrorCases(t *testing.T)
⋮----
// This address does not belong to a Token contract
⋮----
// TestInvalidConfig tests the behavior of the chainReader when the config is invalid (e.g. missing addresses, wrong
// addresses)
func TestInvalidConfig(t *testing.T)
⋮----
// IsOperatorRegistered needs a correct DelegationManagerAddress
⋮----
// GetOperatorDetails needs a correct DelegationManagerAddress
⋮----
// Invalid strategy address
⋮----
// GetOperatorSharesInStrategy needs a correct DelegationManagerAddress
⋮----
// GetStrategyAndUnderlyingToken needs a correct StrategyAddress
⋮----
// CalculateDelegationApprovalDigestHash needs a correct DelegationManagerAddress
⋮----
// CalculateOperatorAVSRegistrationDigestHash needs a correct AvsDirectoryAddress
⋮----
// GetDistributionRootsLength needs a correct RewardsCoordinatorAddress
⋮----
// GetRootIndexFromHash needs a correct RewardsCoordinatorAddress
⋮----
// GetStakerShares needs a correct DelegationManagerAddress
⋮----
// GetDelegatedOperator needs a correct DelegationManagerAddress
⋮----
// GetNumOperatorSetsForOperator needs a correct AllocationManagerAddress
⋮----
// GetOperatorSetsForOperator needs a correct AllocationManagerAddress
⋮----
// IsOperatorRegisteredWithOperatorSet with setId 0 needs a correct AVSDirectory
⋮----
// IsOperatorRegisteredWithOperatorSet with setId 1 needs a correct AllocationManagerAddress
⋮----
// GetOperatorsForOperatorSet needs a correct AllocationManagerAddress
⋮----
// GetNumOperatorsForOperatorSet needs a correct AllocationManagerAddress
⋮----
// GetStrategiesForOperatorSet needs a correct AllocationManagerAddress
⋮----
func TestOperatorSetsAndSlashableShares(t *testing.T)
⋮----
func TestOperatorSetsWithWrongInput(t *testing.T)
⋮----
// The idea is to cover some cases where network can fail by passing a
// cancelled context, so the binding returns an error
func TestFailingNetwork(t *testing.T)
⋮----
func TestCreateRederFromConfig(t *testing.T)
````

## File: chainio/clients/elcontracts/reader.go
````go
package elcontracts
⋮----
import (
	"context"
	"errors"
	"math/big"

	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	gethcommon "github.com/ethereum/go-ethereum/common"

	"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
	avsdirectory "github.com/Layr-Labs/eigensdk-go/contracts/bindings/AVSDirectory"
	allocationmanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/AllocationManager"
	delegationmanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/DelegationManager"
	erc20 "github.com/Layr-Labs/eigensdk-go/contracts/bindings/IERC20"
	strategy "github.com/Layr-Labs/eigensdk-go/contracts/bindings/IStrategy"
	permissioncontroller "github.com/Layr-Labs/eigensdk-go/contracts/bindings/PermissionController"
	rewardscoordinator "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RewardsCoordinator"
	strategymanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/StrategyManager"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/types"
	"github.com/Layr-Labs/eigensdk-go/utils"
)
⋮----
"context"
"errors"
"math/big"
⋮----
"github.com/ethereum/go-ethereum/accounts/abi/bind"
gethcommon "github.com/ethereum/go-ethereum/common"
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
avsdirectory "github.com/Layr-Labs/eigensdk-go/contracts/bindings/AVSDirectory"
allocationmanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/AllocationManager"
delegationmanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/DelegationManager"
erc20 "github.com/Layr-Labs/eigensdk-go/contracts/bindings/IERC20"
strategy "github.com/Layr-Labs/eigensdk-go/contracts/bindings/IStrategy"
permissioncontroller "github.com/Layr-Labs/eigensdk-go/contracts/bindings/PermissionController"
rewardscoordinator "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RewardsCoordinator"
strategymanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/StrategyManager"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/types"
"github.com/Layr-Labs/eigensdk-go/utils"
⋮----
type Config struct {
	DelegationManagerAddress    gethcommon.Address
	AvsDirectoryAddress         gethcommon.Address
	RewardsCoordinatorAddress   gethcommon.Address
	PermissionControllerAddress gethcommon.Address

	/// Setting this to true will disable the fetching of the AllocationManager address.
	/// This is useful for older deployments, which don't have the contract deployed.
	// TODO: remove this once mainnet is updated with the new contracts
	DontUseAllocationManager bool
}
⋮----
/// Setting this to true will disable the fetching of the AllocationManager address.
/// This is useful for older deployments, which don't have the contract deployed.
// TODO: remove this once mainnet is updated with the new contracts
⋮----
type ChainReader struct {
	logger               logging.Logger
	delegationManager    *delegationmanager.ContractDelegationManager
	strategyManager      *strategymanager.ContractStrategyManager
	avsDirectory         *avsdirectory.ContractAVSDirectory
	rewardsCoordinator   *rewardscoordinator.ContractRewardsCoordinator
	allocationManager    *allocationmanager.ContractAllocationManager
	permissionController *permissioncontroller.ContractPermissionController
	ethClient            eth.HttpBackend
}
⋮----
var errLegacyAVSsNotSupported = errors.New("method not supported for legacy AVSs")
⋮----
// Returns a new instance of ChainReader from a given set of bindings.
func NewChainReader(
	delegationManager *delegationmanager.ContractDelegationManager,
	strategyManager *strategymanager.ContractStrategyManager,
	avsDirectory *avsdirectory.ContractAVSDirectory,
	rewardsCoordinator *rewardscoordinator.ContractRewardsCoordinator,
	allocationManager *allocationmanager.ContractAllocationManager,
	permissionController *permissioncontroller.ContractPermissionController,
	logger logging.Logger,
	ethClient eth.HttpBackend,
) *ChainReader
⋮----
// Returns a new instance of ChainReader from a given config.
func NewReaderFromConfig(
	cfg Config,
	ethClient eth.HttpBackend,
	logger logging.Logger,
) (*ChainReader, error)
⋮----
// Returns `true` if the operator is registered to the EigenLayer protocol, `false` otherwise.
// Can return an error if the `DelegationManager` contract address was not provided, or due to
// errors in the underlying contract call.
func (r *ChainReader) IsOperatorRegistered(
	ctx context.Context,
	operator types.Operator,
) (bool, error)
⋮----
// Returns the amount of shares that a staker has in all of the strategies they have shares in.
⋮----
func (r *ChainReader) GetStakerShares(
	ctx context.Context,
	stakerAddress gethcommon.Address,
) ([]gethcommon.Address, []*big.Int, error)
⋮----
// Returns the AVSRegistrar of the avs received as parameter.
⋮----
func (r *ChainReader) GetAVSRegistrar(
	ctx context.Context,
	avs gethcommon.Address,
) (gethcommon.Address, error)
⋮----
// Returns the operator that a staker has delegated to.
⋮----
func (r *ChainReader) GetDelegatedOperator(
	ctx context.Context,
	stakerAddress gethcommon.Address,
	blockNumber *big.Int,
) (gethcommon.Address, error)
⋮----
// Returns detailed information on an operator.
⋮----
func (r *ChainReader) GetOperatorDetails(
	ctx context.Context,
	operator types.Operator,
) (types.Operator, error)
⋮----
// This call should not fail since it's a getter
⋮----
// This call should not fail
⋮----
var allocationDelay uint32
⋮----
// Returns the bindings of a given strategy and the address of its underlying token.
// Can return an error due to errors in the underlying contract call.
func (r *ChainReader) GetStrategyAndUnderlyingToken(
	ctx context.Context,
	strategyAddr gethcommon.Address,
) (*strategy.ContractIStrategy, gethcommon.Address, error)
⋮----
// This call should not fail since it's an init
⋮----
// Returns the bindings of a given strategy and the bindings and address of its underlying token.
⋮----
func (r *ChainReader) GetStrategyAndUnderlyingERC20Token(
	ctx context.Context,
	strategyAddr gethcommon.Address,
) (*strategy.ContractIStrategy, erc20.ContractIERC20Methods, gethcommon.Address, error)
⋮----
// This call should not fail, if the strategy does not have an underlying token then it would enter the if above
⋮----
// Returns the shares an operator has in a given strategy.
⋮----
func (r *ChainReader) GetOperatorSharesInStrategy(
	ctx context.Context,
	operatorAddr gethcommon.Address,
	strategyAddr gethcommon.Address,
) (*big.Int, error)
⋮----
// Returns the digest hash to be signed by the operator's delegation approver to be used
// when delegating to an operator.
⋮----
func (r *ChainReader) CalculateDelegationApprovalDigestHash(
	ctx context.Context,
	staker gethcommon.Address,
	operator gethcommon.Address,
	delegationApprover gethcommon.Address,
	approverSalt [32]byte,
	expiry *big.Int,
) ([32]byte, error)
⋮----
// Returns the digest hash to be signed by an operator to register with an AVS.
// Can return an error if the `AVSDirectory` contract address was not provided, or due to
⋮----
func (r *ChainReader) CalculateOperatorAVSRegistrationDigestHash(
	ctx context.Context,
	operator gethcommon.Address,
	avs gethcommon.Address,
	salt [32]byte,
	expiry *big.Int,
) ([32]byte, error)
⋮----
// Returns the number of distribution roots published.
// Can return an error if the `RewardsCoordinator` contract address was not provided, or due to
⋮----
func (r *ChainReader) GetDistributionRootsLength(ctx context.Context) (*big.Int, error)
⋮----
// Returns the timestamp until which rewards submissions have been calculated.
⋮----
func (r *ChainReader) CurrRewardsCalculationEndTimestamp(ctx context.Context) (uint32, error)
⋮----
// Returns the latest root that can be claimed against.
⋮----
func (r *ChainReader) GetCurrentClaimableDistributionRoot(
	ctx context.Context,
) (rewardscoordinator.IRewardsCoordinatorTypesDistributionRoot, error)
⋮----
// Returns the index of the latest root that can be claimed against.
⋮----
func (r *ChainReader) GetRootIndexFromHash(
	ctx context.Context,
	rootHash [32]byte,
) (uint32, error)
⋮----
// Returns the number of `token` tokens the `earner` has claimed.
⋮----
func (r *ChainReader) GetCumulativeClaimed(
	ctx context.Context,
	earner gethcommon.Address,
	token gethcommon.Address,
) (*big.Int, error)
⋮----
// Returns `true` if the claim would currently pass the check in
// `ChainWriter.ProcessClaims` or return an error if invalid.
⋮----
func (r *ChainReader) CheckClaim(
	ctx context.Context,
	claim rewardscoordinator.IRewardsCoordinatorTypesRewardsMerkleClaim,
) (bool, error)
⋮----
// TODO: this returns an error if the claim is invalid. We map this error to false instead
⋮----
// Returns the split configured by the `operator` for the `avs`.
⋮----
func (r *ChainReader) GetOperatorAVSSplit(
	ctx context.Context,
	operator gethcommon.Address,
	avs gethcommon.Address,
) (uint16, error)
⋮----
// Returns the split configured by the `operator` for Programmatic Incentives.
⋮----
func (r *ChainReader) GetOperatorPISplit(
	ctx context.Context,
	operator gethcommon.Address,
) (uint16, error)
⋮----
// Returns the split for an operator in an operator set.
⋮----
func (r *ChainReader) GetOperatorSetSplit(
	ctx context.Context,
	operator gethcommon.Address,
	operatorSet rewardscoordinator.OperatorSet,
) (uint16, error)
⋮----
// Gets the interval in seconds at which the calculation for rewards distribution is done.
func (r *ChainReader) GetCalculationIntervalSeconds(
	ctx context.Context,
) (uint32, error)
⋮----
// Gets the maximum amount of time (seconds) that a rewards submission can span over
func (r *ChainReader) GetMaxRewardsDuration(
	ctx context.Context,
) (uint32, error)
⋮----
// Get the max amount of time (seconds) that a rewards submission can start in the past
func (r *ChainReader) GetMaxRetroactiveLength(
	ctx context.Context,
) (uint32, error)
⋮----
// Get the max amount of time (seconds) that a rewards submission can start in the future
func (r *ChainReader) GetMaxFutureLength(
	ctx context.Context,
) (uint32, error)
⋮----
// Get absolute min timestamp (seconds) that a rewards submission can start at
func (r *ChainReader) GetGenesisRewardsTimestamp(
	ctx context.Context,
) (uint32, error)
⋮----
// Get the address of the entity that can update the contract with new merkle roots
func (r *ChainReader) GetRewardsUpdater(
	ctx context.Context,
) (gethcommon.Address, error)
⋮----
// Get delay in timestamp (seconds) before a posted root can be claimed against
func (r *ChainReader) GetActivationDelay(
	ctx context.Context,
) (uint32, error)
⋮----
// Get timestamp for last submitted DistributionRoot
func (r *ChainReader) GetCurrRewardsCalculationEndTimestamp(
	ctx context.Context,
) (uint32, error)
⋮----
// Get the default split for all operators across all avss in bips.
func (r *ChainReader) GetDefaultOperatorSplitBips(
	ctx context.Context,
) (uint16, error)
⋮----
func (r *ChainReader) GetClaimerFor(
	ctx context.Context,
	earner gethcommon.Address,
) (gethcommon.Address, error)
⋮----
// Returns the submission nonce for an avs
func (r *ChainReader) GetSubmissionNonce(
	ctx context.Context,
	avs gethcommon.Address,
) (*big.Int, error)
⋮----
// Returns whether a hash is a valid rewards submission hash for a given avs
func (r *ChainReader) GetIsAVSRewardsSubmissionHash(
	ctx context.Context,
	avs gethcommon.Address,
	hash [32]byte,
) (bool, error)
⋮----
// Returns whether a hash is a valid rewards submission for all hash for a given avs
func (r *ChainReader) GetIsRewardsSubmissionForAllHash(
	ctx context.Context,
	avs gethcommon.Address,
	hash [32]byte,
) (bool, error)
⋮----
// Returns whether a submitter is a valid rewards for all submitter
func (r *ChainReader) GetIsRewardsForAllSubmitter(
	ctx context.Context,
	submitter gethcommon.Address,
) (bool, error)
⋮----
// Returns whether a hash is a valid rewards submission for all earners hash for a given avs
func (r *ChainReader) GetIsRewardsSubmissionForAllEarnersHash(
	ctx context.Context,
	avs gethcommon.Address,
	hash [32]byte,
) (bool, error)
⋮----
// Returns whether a hash is a valid operator set performance rewards submission hash for a given avs
func (r *ChainReader) GetIsOperatorDirectedAVSRewardsSubmissionHash(
	ctx context.Context,
	avs gethcommon.Address,
	hash [32]byte,
) (bool, error)
⋮----
func (r *ChainReader) GetIsOperatorDirectedOperatorSetRewardsSubmissionHash(
	ctx context.Context,
	avs gethcommon.Address,
	hash [32]byte,
) (bool, error)
⋮----
// Returns the amount of magnitude on a strategy not currently allocated to any operator set,
// by an operator.
// Can return an error if the `AllocationManager` contract address was not provided, or due to
⋮----
func (r *ChainReader) GetAllocatableMagnitude(
	ctx context.Context,
	operatorAddress gethcommon.Address,
	strategyAddress gethcommon.Address,
) (uint64, error)
⋮----
// Returns the amount of magnitude an operator has allocated to operator sets for a given strategy
func (r *ChainReader) GetEncumberedMagnitude(
	ctx context.Context,
	operatorAddress gethcommon.Address,
	strategyAddress gethcommon.Address,
) (uint64, error)
⋮----
// Returns the delay within which deallocations are slashable.
func (r *ChainReader) GetDeallocationDelay(
	ctx context.Context,
) (uint32, error)
⋮----
// Returns the delay before allocation delay modifications take effect.
func (r *ChainReader) GetAllocationConfigurationDelay(
	ctx context.Context,
) (uint32, error)
⋮----
// Returns the maximum magnitude an operator can allocate for the given strategies.
⋮----
func (r *ChainReader) GetMaxMagnitudes(
	ctx context.Context,
	operatorAddress gethcommon.Address,
	strategyAddresses []gethcommon.Address,
) ([]uint64, error)
⋮----
// Returns the allocation info of a given operator and strategy.
⋮----
func (r *ChainReader) GetAllocationInfo(
	ctx context.Context,
	operatorAddress gethcommon.Address,
	strategyAddress gethcommon.Address,
) ([]AllocationInfo, error)
⋮----
// Returns the shares an operator has delegated to them on a strategy.
⋮----
func (r *ChainReader) GetOperatorShares(
	ctx context.Context,
	operatorAddress gethcommon.Address,
	strategyAddresses []gethcommon.Address,
) ([]*big.Int, error)
⋮----
// Returns the shares that a set of operators have delegated to them in a set of strategies.
⋮----
func (r *ChainReader) GetOperatorsShares(
	ctx context.Context,
	operatorAddresses []gethcommon.Address,
	strategyAddresses []gethcommon.Address,
) ([][]*big.Int, error)
⋮----
// Returns whether `delegationApprover` has already used the given `salt`.
func (r *ChainReader) GetDelegationApproverSaltIsSpent(
	ctx context.Context,
	delegationApprover gethcommon.Address,
	approverSalt [32]byte,
) (bool, error)
⋮----
// Returns whether a withdrawal is pending for a given `withdrawalRoot`.
func (r *ChainReader) GetPendingWithdrawalStatus(
	ctx context.Context,
	withdrawalRoot [32]byte,
) (bool, error)
⋮----
// Returns the total number of withdrawals that have been queued for a given `staker`
func (r *ChainReader) GetCumulativeWithdrawalsQueued(
	ctx context.Context,
	staker gethcommon.Address,
) (*big.Int, error)
⋮----
// Returns the number of operator sets that an operator is part of.
// This doesn't include M2 quorums.
⋮----
func (r *ChainReader) GetNumOperatorSetsForOperator(
	ctx context.Context,
	operatorAddress gethcommon.Address,
) (*big.Int, error)
⋮----
// Returns the list of operator sets the operator has current or pending allocations/deallocations in.
⋮----
func (r *ChainReader) GetOperatorSetsForOperator(
	ctx context.Context,
	operatorAddress gethcommon.Address,
) ([]allocationmanager.OperatorSet, error)
⋮----
// TODO: we're fetching max int64 operatorSets here. What's the practical limit for timeout by RPC? do we need to
// paginate?
⋮----
// Returns `true` if an operator is registered with a specific operator set. Can return an
// error if the `AllocationManager` contract addresses was not provided, or due to errors
// in the underlying contract call.
// Note: this method does not take into account M2 quorums
func (r *ChainReader) IsOperatorRegisteredWithOperatorSet(
	ctx context.Context,
	operatorAddress gethcommon.Address,
	operatorSet allocationmanager.OperatorSet,
) (bool, error)
⋮----
// Returns `true` if an operator is registered with a specific M2 quorum, querying AVSDirectory.
// Can return an error if the `AVSDirectory` contract addres was not provided, or due to errors
⋮----
// Note: this method does not take into account operator sets
func (r *ChainReader) IsOperatorRegisteredWithAvs(
	ctx context.Context,
	operatorAddress gethcommon.Address,
	avsAddress gethcommon.Address,
) (bool, error)
⋮----
// Returns true if the received operator is slashable by the received operator set. This means the operator is
// registered or their slashableUntil block has not passed (after deregistered, operators remain slashable for a period
// of time).
⋮----
func (r *ChainReader) IsOperatorSlashable(
	ctx context.Context,
	operatorAddress gethcommon.Address,
	operatorSet allocationmanager.OperatorSet,
) (bool, error)
⋮----
// Returns the current allocated stake, despite the operator's slashable status for the operatorSet.
⋮----
func (r *ChainReader) GetAllocatedStake(
	ctx context.Context,
	operatorSet allocationmanager.OperatorSet,
	operatorAddresses []gethcommon.Address,
	strategyAddresses []gethcommon.Address,
) ([][]*big.Int, error)
⋮----
// Returns the list of operators in a specific operator set.
// Not supported for M2 AVSs.
⋮----
func (r *ChainReader) GetOperatorsForOperatorSet(
	ctx context.Context,
	operatorSet allocationmanager.OperatorSet,
) ([]gethcommon.Address, error)
⋮----
// Returns the number of operators in a specific operator set.
⋮----
func (r *ChainReader) GetNumOperatorsForOperatorSet(
	ctx context.Context,
	operatorSet allocationmanager.OperatorSet,
) (*big.Int, error)
⋮----
// Returns the list of strategies that an operator set takes into account.
⋮----
func (r *ChainReader) GetStrategiesForOperatorSet(
	ctx context.Context,
	operatorSet allocationmanager.OperatorSet,
) ([]gethcommon.Address, error)
⋮----
// Returns a list of the number of shares slashable by the operator set
// for each of the given strategies.
⋮----
func (r *ChainReader) GetSlashableShares(
	ctx context.Context,
	operatorAddress gethcommon.Address,
	operatorSet allocationmanager.OperatorSet,
	strategies []gethcommon.Address,
) (map[gethcommon.Address]*big.Int, error)
⋮----
// The reason we use 0 here is because we only have one operator in the list
⋮----
// Returns the strategies the `operatorSets` take into account, their
// operators, and the minimum amount of shares that are slashable by the operatorSets.
⋮----
func (r *ChainReader) GetSlashableSharesForOperatorSets(
	ctx context.Context,
	operatorSets []allocationmanager.OperatorSet,
) ([]OperatorSetStakes, error)
⋮----
// operators, and the minimum amount of shares slashable by the
// `operatorSets` before a given timestamp.
// Timestamp must be in the future. Used to estimate future slashable stake.
⋮----
func (r *ChainReader) GetSlashableSharesForOperatorSetsBefore(
	ctx context.Context,
	operatorSets []allocationmanager.OperatorSet,
	futureBlock uint32,
) ([]OperatorSetStakes, error)
⋮----
// If operator setId is 0 will fail on if above
⋮----
// This call should not fail since it's a getter
⋮----
// Returns the time in blocks between an operator allocating slashable magnitude
// and the magnitude becoming slashable.
// Returns an error if the operator has not set an allocation delay.
⋮----
func (r *ChainReader) GetAllocationDelay(
	ctx context.Context,
	operatorAddress gethcommon.Address,
) (uint32, error)
⋮----
// Returns a list of all operator sets the operator is registered for.
⋮----
func (r *ChainReader) GetRegisteredSets(
	ctx context.Context,
	operatorAddress gethcommon.Address,
) ([]allocationmanager.OperatorSet, error)
⋮----
// Returns `true` if `appointeeAddress` has permission to call the function with the given
// `selector` on the `target` contract, on behalf of `accountAddress`, and `false` otherwise.
// Can return an error if the `PermissionController` contract address was not provided, or due to
⋮----
func (r *ChainReader) CanCall(
	ctx context.Context,
	accountAddress gethcommon.Address,
	appointeeAddress gethcommon.Address,
	target gethcommon.Address,
	selector [4]byte,
) (bool, error)
⋮----
// Returns the list of appointees for a given account, target and function selector.
// Note that this doesn't include any of the appointed admins.
⋮----
func (r *ChainReader) ListAppointees(
	ctx context.Context,
	accountAddress gethcommon.Address,
	target gethcommon.Address,
	selector [4]byte,
) ([]gethcommon.Address, error)
⋮----
// Returns the list of permissions of an appointee for a given account.
⋮----
func (r *ChainReader) ListAppointeePermissions(
	ctx context.Context,
	accountAddress gethcommon.Address,
	appointeeAddress gethcommon.Address,
) ([]gethcommon.Address, [][4]byte, error)
⋮----
// Returns the pending admins of an account.
⋮----
func (r *ChainReader) ListPendingAdmins(
	ctx context.Context,
	accountAddress gethcommon.Address,
) ([]gethcommon.Address, error)
⋮----
// Returns the admins of an account.
⋮----
func (r *ChainReader) ListAdmins(
	ctx context.Context,
	accountAddress gethcommon.Address,
) ([]gethcommon.Address, error)
⋮----
// Returns `true` if `pendingAdminAddress` is a pending admin for `accountAddress`, `false` otherwise.
⋮----
func (r *ChainReader) IsPendingAdmin(
	ctx context.Context,
	accountAddress gethcommon.Address,
	pendingAdminAddress gethcommon.Address,
) (bool, error)
⋮----
// Returns `true` if `adminAddress` is an admin of `accountAddress`.
⋮----
func (r *ChainReader) IsAdmin(
	ctx context.Context,
	accountAddress gethcommon.Address,
	adminAddress gethcommon.Address,
) (bool, error)
````

## File: chainio/clients/elcontracts/types.go
````go
package elcontracts
⋮----
import (
	"crypto/ecdsa"
	"math/big"

	allocationmanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/AllocationManager"
	"github.com/Layr-Labs/eigensdk-go/crypto/bls"

	"github.com/ethereum/go-ethereum/common"
)
⋮----
"crypto/ecdsa"
"math/big"
⋮----
allocationmanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/AllocationManager"
"github.com/Layr-Labs/eigensdk-go/crypto/bls"
⋮----
"github.com/ethereum/go-ethereum/common"
⋮----
type RegistrationType uint8
⋮----
const (
	RegistrationTypeNormal RegistrationType = 0
	RegistrationTypeChurn  RegistrationType = 1
)
⋮----
type OperatorSetStakes struct {
	OperatorSet     allocationmanager.OperatorSet
	Strategies      []common.Address
	Operators       []common.Address
	SlashableStakes [][]*big.Int
}
⋮----
type PendingDeallocation struct {
	MagnitudeDiff        uint64
	CompletableTimestamp uint32
}
⋮----
type AllocationInfo struct {
	CurrentMagnitude *big.Int
	PendingDiff      *big.Int
	EffectBlock      uint32
	OperatorSetId    uint32
	AvsAddress       common.Address
}
⋮----
type DeregistrationRequest struct {
	AVSAddress     common.Address
	OperatorSetIds []uint32
	WaitForReceipt bool
}
⋮----
type RegistrationRequest struct {
	OperatorAddress common.Address
	AVSAddress      common.Address
	OperatorSetIds  []uint32
	WaitForReceipt  bool
	BlsKeyPair      *bls.KeyPair
	Socket          string

	// The following are for registering with churn approval.

	// The private key of the churn approver
	ChurnApprovalEcdsaPrivateKey *ecdsa.PrivateKey
	// The operators to kick on each quorum
	OperatorKickParams []OperatorKickParam
}
⋮----
// The following are for registering with churn approval.
⋮----
// The private key of the churn approver
⋮----
// The operators to kick on each quorum
⋮----
// Parameters for removing an operator during churn.
// Used in RegistrationRequest to specify which operator to replace.
type OperatorKickParam struct {
	// Quorum from which to remove the operator.
	QuorumNumber uint8
	// Address of the operator to be removed.
	Operator common.Address
}
⋮----
// Quorum from which to remove the operator.
⋮----
// Address of the operator to be removed.
⋮----
// Struct that bundles together a signature, a salt for uniqueness, and an expiration time for the signature. Used
// primarily for stack management.
type SignatureWithSaltAndExpiry struct {
	// the signature itself, formatted as a single bytes object
	Signature []byte
	// the salt used to generate the signature
	Salt [32]byte
	// the expiration timestamp (UTC) of the signature
	Expiry *big.Int
}
⋮----
// the signature itself, formatted as a single bytes object
⋮----
// the salt used to generate the signature
⋮----
// the expiration timestamp (UTC) of the signature
⋮----
type RemovePermissionRequest struct {
	AccountAddress   common.Address
	AppointeeAddress common.Address
	Target           common.Address
	Selector         [4]byte
	WaitForReceipt   bool
}
⋮----
type SetPermissionRequest struct {
	AccountAddress   common.Address
	AppointeeAddress common.Address
	Target           common.Address
	Selector         [4]byte
	WaitForReceipt   bool
}
⋮----
type AcceptAdminRequest struct {
	AccountAddress common.Address
	WaitForReceipt bool
}
⋮----
type AddPendingAdminRequest struct {
	AccountAddress common.Address
	AdminAddress   common.Address
	WaitForReceipt bool
}
⋮----
type RemoveAdminRequest struct {
	AccountAddress common.Address
	AdminAddress   common.Address
	WaitForReceipt bool
}
⋮----
type RemovePendingAdminRequest struct {
	AccountAddress common.Address
	AdminAddress   common.Address
	WaitForReceipt bool
}
````

## File: chainio/clients/elcontracts/writer_test.go
````go
package elcontracts_test
⋮----
import (
	"context"
	"encoding/hex"
	"math/big"
	"os"
	"testing"
	"time"

	"github.com/Layr-Labs/eigensdk-go/chainio/clients"
	"github.com/Layr-Labs/eigensdk-go/chainio/clients/elcontracts"
	allocationmanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/AllocationManager"
	strategy "github.com/Layr-Labs/eigensdk-go/contracts/bindings/IStrategy"
	mockerc20 "github.com/Layr-Labs/eigensdk-go/contracts/bindings/MockERC20"
	regcoord "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RegistryCoordinator"
	rewardscoordinator "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RewardsCoordinator"
	"github.com/Layr-Labs/eigensdk-go/crypto/bls"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/testutils"
	"github.com/Layr-Labs/eigensdk-go/testutils/testclients"
	"github.com/Layr-Labs/eigensdk-go/types"
	"github.com/Layr-Labs/eigensdk-go/utils"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	gethtypes "github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/crypto"
	"github.com/ethereum/go-ethereum/ethclient"

	"github.com/stretchr/testify/assert"
	"github.com/stretchr/testify/require"
)
⋮----
"context"
"encoding/hex"
"math/big"
"os"
"testing"
"time"
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients"
"github.com/Layr-Labs/eigensdk-go/chainio/clients/elcontracts"
allocationmanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/AllocationManager"
strategy "github.com/Layr-Labs/eigensdk-go/contracts/bindings/IStrategy"
mockerc20 "github.com/Layr-Labs/eigensdk-go/contracts/bindings/MockERC20"
regcoord "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RegistryCoordinator"
rewardscoordinator "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RewardsCoordinator"
"github.com/Layr-Labs/eigensdk-go/crypto/bls"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/testutils"
"github.com/Layr-Labs/eigensdk-go/testutils/testclients"
"github.com/Layr-Labs/eigensdk-go/types"
"github.com/Layr-Labs/eigensdk-go/utils"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
gethtypes "github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/ethclient"
⋮----
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
⋮----
func TestRegisterOperator(t *testing.T)
⋮----
// Fund the new address with 5 ether
⋮----
time.Sleep(500 * time.Millisecond) // wait for the account to be funded
⋮----
func TestRegisterAndDeregisterFromOperatorSets(t *testing.T)
⋮----
// Create operator clients
⋮----
// Create an operator set to register an operator on it
⋮----
func TestRegisterOperatorSetWithChurn(t *testing.T)
⋮----
// Create ChainWriter for second operator
⋮----
// Create an operator set
⋮----
// Allow only 1 operator
⋮----
// Register first operator
⋮----
// Register second operator with churn
⋮----
// Check operator 1 is no longer registered
⋮----
// Check operator 2 is registered
⋮----
func getExampleRegistrationParams(t *testing.T) regcoord.IBLSApkRegistryTypesPubkeyRegistrationParams
⋮----
// Values are the same as in contracts/test/RegistrationEncoding.t.sol
⋮----
func TestEncodeRegistrationParams(t *testing.T)
⋮----
// This value was generated by running `abi.encode(...)` on the Solidity equivalent of the above struct
⋮----
func TestEncodeChurnRegistrationParams(t *testing.T)
⋮----
func TestChainWriter(t *testing.T)
⋮----
func TestSetClaimerFor(t *testing.T)
⋮----
// Create ChainWriter
⋮----
// call SetClaimerFor
⋮----
func TestSetOperatorPISplit(t *testing.T)
⋮----
// Set activation delay to zero so that the new PI split can be retrieved immediately after setting it
⋮----
// Set a new operator PI split
⋮----
// Retrieve the operator PI split to check it has been set
⋮----
// Set a invalid operator PI split
⋮----
func TestSetOperatorAVSSplit(t *testing.T)
⋮----
// Set activation delay to zero so that the new AVS split can be retrieved immediately after setting it
⋮----
// Set a new operator AVS split
⋮----
// Retrieve the operator AVS split to check it has been set
⋮----
// Set a invalid operator AVS split
⋮----
func TestSetOperatorSetSplit(t *testing.T)
⋮----
//SPLIT TEST START
⋮----
//REGISTER OPERATOR IN OPERATOR SET
⋮----
//FIRST GET
⋮----
//FIRST SET
⋮----
// Set a new operator set split
⋮----
//SECOND GET
⋮----
func TestSetAllocationDelay(t *testing.T)
⋮----
func TestSetAndRemovePermission(t *testing.T)
⋮----
func TestModifyAllocations(t *testing.T)
⋮----
// The allocation delay must be initialized before modifying the allocations
⋮----
// Advance the chain by the required number of blocks
// (ALLOCATION_CONFIGURATION_DELAY) to apply the allocation delay
⋮----
// Retrieve the allocation delay so that the delay is applied
⋮----
// Check that the new allocation is pending and the current magnitude is zero
⋮----
// Retrieve the allocation delay and advance the chain
⋮----
// Check the new allocation has been updated after the delay
⋮----
func TestClearDeallocationQueue(t *testing.T)
⋮----
// Check that the pending allocation has been completed after calling ClearDeallocationQueue
⋮----
// Assert that ClearDeallocationQueue fails if strategies and numsToClear have different legths
⋮----
func TestAddAndRemovePendingAdmin(t *testing.T)
⋮----
func TestAcceptAdmin(t *testing.T)
⋮----
func TestRemoveAdmin(t *testing.T)
⋮----
// Adding two admins and removing one. Cannot remove the last admin, so one must remain
⋮----
// Add and accept admin 1
⋮----
// Add and accept admin 2
⋮----
func TestProcessClaim(t *testing.T)
⋮----
// Set activation delay to zero so that the earnings can be claimed right after submitting the root
⋮----
func TestProcessClaims(t *testing.T)
⋮----
// Generate 2 claims
⋮----
// Creates an operator set with a single strategy. Note that operator set Id will be
// defined sequentially (as the new amount of operator sets minus one)
func createTotalStakeOperatorSet(
	clients *clients.Clients,
	erc20MockStrategyAddr common.Address,
) error
⋮----
// Sets the testing RewardsCoordinator's activationDelay.
// This is useful to test ChainWriter setter functions that depend on activationDelay.
func setTestRewardsCoordinatorActivationDelay(
	httpEndpoint string,
	privateKeyHex string,
	activationDelay uint32,
) (*gethtypes.Receipt, error)
⋮----
// TestInvalidConfig tests the behavior of the chainWriter when the config is invalid (e.g. missing addresses)
func TestInvalidConfigChainWriter(t *testing.T)
⋮----
// Returns a (test) claim for the given cumulativeEarnings, whose earner is
// the account given by the testutils.ANVIL_FIRST_ADDRESS address.
// This was taken from the eigensdk-rs
// https://github.com/Layr-Labs/eigensdk-rs/blob/d79b3672584b92f3c5fb204fde6bea394fbf0f12/crates/chainio/clients/elcontracts/src/lib.rs#L146
func newTestClaim(
	chainReader *elcontracts.ChainReader,
	httpEndpoint string,
	cumulativeEarnings int64,
	privateKeyHex string,
) (*rewardscoordinator.IRewardsCoordinatorTypesRewardsMerkleClaim, error)
⋮----
// Mint tokens for the RewardsCoordinator
⋮----
// Generate token tree leaf
// For the tree structure, see
// https://github.com/Layr-Labs/eigenlayer-contracts/blob/a888a1cd1479438dda4b138245a69177b125a973/docs/core/RewardsCoordinator.md#rewards-merkle-tree-structure
⋮----
// Write the *big.Int to a 32-byte sized buffer to match the uint256 length
⋮----
// Hash token tree leaf to get root
⋮----
// Generate earner tree leaf
⋮----
// Encode earner leaft
⋮----
// Hash encoded earner tree leaf to get root
⋮----
// Fetch the next root index from contract
⋮----
// Construct the claim
⋮----
// Empty proof because leaf == root
⋮----
// Fetch the current timestamp to increase it
⋮----
// Change the rewards updater to be able to submit the new root
⋮----
func TestM2Registering(t *testing.T)
⋮----
// Fund the new address with 5 ether
⋮----
time.Sleep(500 * time.Millisecond) // wait for the account to be funded
⋮----
// Register an operator with success
⋮----
// Register the same operator again will return an error
````

## File: chainio/clients/elcontracts/writer.go
````go
package elcontracts
⋮----
import (
	"context"
	"crypto/ecdsa"
	"crypto/rand"
	"errors"

	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/crypto"

	"math/big"

	gethcommon "github.com/ethereum/go-ethereum/common"
	gethtypes "github.com/ethereum/go-ethereum/core/types"

	m2delegationmanager "github.com/Layr-Labs/eigensdk-go/M2-contracts/bindings/DelegationManager"
	"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
	"github.com/Layr-Labs/eigensdk-go/chainio/txmgr"
	chainioutils "github.com/Layr-Labs/eigensdk-go/chainio/utils"
	avsdirectory "github.com/Layr-Labs/eigensdk-go/contracts/bindings/AVSDirectory"
	allocationmanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/AllocationManager"
	delegationmanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/DelegationManager"
	erc20 "github.com/Layr-Labs/eigensdk-go/contracts/bindings/IERC20"
	strategy "github.com/Layr-Labs/eigensdk-go/contracts/bindings/IStrategy"
	permissioncontroller "github.com/Layr-Labs/eigensdk-go/contracts/bindings/PermissionController"
	regcoord "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RegistryCoordinator"
	rewardscoordinator "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RewardsCoordinator"
	strategymanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/StrategyManager"
	"github.com/Layr-Labs/eigensdk-go/crypto/bls"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/metrics"
	"github.com/Layr-Labs/eigensdk-go/types"
	"github.com/Layr-Labs/eigensdk-go/utils"
)
⋮----
"context"
"crypto/ecdsa"
"crypto/rand"
"errors"
⋮----
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/crypto"
⋮----
"math/big"
⋮----
gethcommon "github.com/ethereum/go-ethereum/common"
gethtypes "github.com/ethereum/go-ethereum/core/types"
⋮----
m2delegationmanager "github.com/Layr-Labs/eigensdk-go/M2-contracts/bindings/DelegationManager"
"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
"github.com/Layr-Labs/eigensdk-go/chainio/txmgr"
chainioutils "github.com/Layr-Labs/eigensdk-go/chainio/utils"
avsdirectory "github.com/Layr-Labs/eigensdk-go/contracts/bindings/AVSDirectory"
allocationmanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/AllocationManager"
delegationmanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/DelegationManager"
erc20 "github.com/Layr-Labs/eigensdk-go/contracts/bindings/IERC20"
strategy "github.com/Layr-Labs/eigensdk-go/contracts/bindings/IStrategy"
permissioncontroller "github.com/Layr-Labs/eigensdk-go/contracts/bindings/PermissionController"
regcoord "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RegistryCoordinator"
rewardscoordinator "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RewardsCoordinator"
strategymanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/StrategyManager"
"github.com/Layr-Labs/eigensdk-go/crypto/bls"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/metrics"
"github.com/Layr-Labs/eigensdk-go/types"
"github.com/Layr-Labs/eigensdk-go/utils"
⋮----
type Reader interface {
	GetStrategyAndUnderlyingERC20Token(
		ctx context.Context, strategyAddr gethcommon.Address,
	) (*strategy.ContractIStrategy, erc20.ContractIERC20Methods, gethcommon.Address, error)
}
⋮----
// The ChainWriter provides methods to call the
// EigenLayer core contract's state-changing functions.
type ChainWriter struct {
	delegationManager    *delegationmanager.ContractDelegationManager
	strategyManager      *strategymanager.ContractStrategyManager
	rewardsCoordinator   *rewardscoordinator.ContractRewardsCoordinator
	avsDirectory         *avsdirectory.ContractAVSDirectory
	allocationManager    *allocationmanager.ContractAllocationManager
	permissionController *permissioncontroller.ContractPermissionController
	// This field exists to handle M2 contracts, so the address is used to create
	// the M2 delegationManager binding in registerAsOperatorPreSlashing.
	delegationManagerAddr gethcommon.Address
	strategyManagerAddr   gethcommon.Address
	elChainReader         Reader
	ethClient             eth.HttpBackend
	logger                logging.Logger
	txMgr                 txmgr.TxManager
}
⋮----
// This field exists to handle M2 contracts, so the address is used to create
// the M2 delegationManager binding in registerAsOperatorPreSlashing.
⋮----
// Returns a new instance of ChainWriter.
func NewChainWriter(
	delegationManager *delegationmanager.ContractDelegationManager,
	strategyManager *strategymanager.ContractStrategyManager,
	rewardsCoordinator *rewardscoordinator.ContractRewardsCoordinator,
	avsDirectory *avsdirectory.ContractAVSDirectory,
	allocationManager *allocationmanager.ContractAllocationManager,
	permissionController *permissioncontroller.ContractPermissionController,
	strategyManagerAddr gethcommon.Address,
	delegationManagerAddr gethcommon.Address,
	elChainReader Reader,
	ethClient eth.HttpBackend,
	logger logging.Logger,
	eigenMetrics metrics.Metrics,
	txMgr txmgr.TxManager,
) *ChainWriter
⋮----
// Returns a new instance of ChainWriter from a given config.
func NewWriterFromConfig(
	cfg Config,
	ethClient eth.HttpBackend,
	logger logging.Logger,
	eigenMetrics metrics.Metrics,
	txMgr txmgr.TxManager,
) (*ChainWriter, error)
⋮----
// Registers the caller as an operator in EigenLayer through the
// DelegationManager contract.
func (w *ChainWriter) RegisterAsOperator(
	ctx context.Context,
	operator types.Operator,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Registers the caller as an operator in EigenLayer through the M2 DelegationManager contract.
// Note: This method is only works on the pre-slashing (M2) version of the contracts.
func (w *ChainWriter) RegisterAsOperatorPreSlashing(
	ctx context.Context,
	operator types.M2Operator,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Earning receiver has been deprecated, so we just use the operator address as a dummy value
// Any reward related setup is via RewardsCoordinator contract
⋮----
// Updates an operator's stored `delegationApprover` with
// the given `operator.DelegationApproverAddress` by calling
// the `modifyOperatorDetails` function in the DelegationManager contract.
func (w *ChainWriter) UpdateOperatorDetails(
	ctx context.Context,
	operator types.Operator,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Updates the metadata URI for the given operator.
func (w *ChainWriter) UpdateMetadataURI(
	ctx context.Context,
	operatorAddress gethcommon.Address,
	uri string,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Deposits `amount` of the `strategyAddr` underlying token
// into the strategy given by `strategyAddr`.
func (w *ChainWriter) DepositERC20IntoStrategy(
	ctx context.Context,
	strategyAddr gethcommon.Address,
	amount *big.Int,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Sets `claimer` as the claimer for the earner (in this case the
// earner is the caller). That means that `claimer` can call `processClaim`
// on behalf of the earner.
func (w *ChainWriter) SetClaimerFor(
	ctx context.Context,
	claimer gethcommon.Address,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Processes the given `claim` for rewards.
// The rewards are transferred to the given `recipientAddress`.
func (w *ChainWriter) ProcessClaim(
	ctx context.Context,
	claim rewardscoordinator.IRewardsCoordinatorTypesRewardsMerkleClaim,
	recipientAddress gethcommon.Address,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Sets the split for a specific operator for a specific AVS.
// The caller must be a registered operator.
// The split has to be between 0 and 10000 bips (inclusive).
// The split will be activated after activation delay.
func (w *ChainWriter) SetOperatorAVSSplit(
	ctx context.Context,
	operator gethcommon.Address,
	avs gethcommon.Address,
	split uint16,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Sets the split for a specific operator for Programmatic Incentives.
⋮----
func (w *ChainWriter) SetOperatorPISplit(
	ctx context.Context,
	operator gethcommon.Address,
	split uint16,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
func (w *ChainWriter) SetOperatorSetSplit(
	ctx context.Context,
	operator gethcommon.Address,
	operatorSet rewardscoordinator.OperatorSet,
	split uint16,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Processes the claims given by `claims`.
⋮----
func (w *ChainWriter) ProcessClaims(
	ctx context.Context,
	claims []rewardscoordinator.IRewardsCoordinatorTypesRewardsMerkleClaim,
	recipientAddress gethcommon.Address,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Modifies the proportions of slashable stake allocated to an operator set
// from a list of strategies, for the given `operatorAddress`.
func (w *ChainWriter) ModifyAllocations(
	ctx context.Context,
	operatorAddress gethcommon.Address,
	allocations []allocationmanager.IAllocationManagerTypesAllocateParams,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Receives an operator address, and a list of strategies and numsToClear (number of elements to clear from queue),
// and clears the operators deallocation queue in numbers to clear for the given strategies, by completing the
// pending deallocations if their effect timestamps have passed. Note that strategies and numsToClear should have
// equal length, since there should be a number of elements to clear from queue for each strategy queue.
func (w *ChainWriter) ClearDeallocationQueue(
	ctx context.Context,
	operatorAddress gethcommon.Address,
	strategies []gethcommon.Address,
	numsToClear []uint16,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Sets the allocation delay for an operator.
// The allocation delay is the number of blocks between the operator
// allocating a magnitude to an operator set, and the magnitude becoming
// slashable.
func (w *ChainWriter) SetAllocationDelay(
	ctx context.Context,
	operatorAddress gethcommon.Address,
	delay uint32,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Sets the avsRegistrar for the received avs.
// The avsRegistrar is the contract called to complete registration,
// usually a RegistryCoordinator
func (w *ChainWriter) SetAVSRegistrar(
	ctx context.Context,
	avs gethcommon.Address,
	registrar gethcommon.Address,
	waitForReceipt bool,
) (*gethtypes.Receipt, error)
⋮----
// Deregister an operator from one or more of the AVS's operator sets.
// If the operator has any slashable stake allocated to the AVS,
// it remains slashable until the deallocation delay has passed.
func (w *ChainWriter) DeregisterFromOperatorSets(
	ctx context.Context,
	operator gethcommon.Address,
	request DeregistrationRequest,
) (*gethtypes.Receipt, error)
⋮----
// Register an operator for one or more operator sets for an AVS.
// If `churnApprovalEcdsaPrivateKey` is provided, the churn approver
// parameters will be used for replacing existing operators in full quorums.
// If the operator has any stake allocated to these operator sets,
// it immediately becomes slashable.
func (w *ChainWriter) RegisterForOperatorSets(
	ctx context.Context,
	registryCoordinatorAddr gethcommon.Address,
	request RegistrationRequest,
) (*gethtypes.Receipt, error)
⋮----
var data []byte
⋮----
// it's a registration with churn approval
⋮----
// it's a normal registration
⋮----
// Removes permission of an appointee for a specific function
// (given by request.selector) on a target contract, given an account address.
func (w *ChainWriter) RemovePermission(
	ctx context.Context,
	request RemovePermissionRequest,
) (*gethtypes.Receipt, error)
⋮----
// Builds a transaction for the PermissionController's removeAppointee function.
func (w *ChainWriter) NewRemovePermissionTx(
	txOpts *bind.TransactOpts,
	request RemovePermissionRequest,
) (*gethtypes.Transaction, error)
⋮----
// Builds a transaction for the PermissionController's setAppointee function.
func (w *ChainWriter) NewSetPermissionTx(
	txOpts *bind.TransactOpts,
	request SetPermissionRequest,
) (*gethtypes.Transaction, error)
⋮----
// Set an appointee for a given account.
// Only the admin of the account can set an appointee.
// The appointee will be able to call the function given
// by `request.Selector` on the contract given by `request.Target`.
func (w *ChainWriter) SetPermission(
	ctx context.Context,
	request SetPermissionRequest,
) (*gethtypes.Receipt, error)
⋮----
// Builds a transaction for the PermissionController's acceptAdmin function.
func (w *ChainWriter) NewAcceptAdminTx(
	txOpts *bind.TransactOpts,
	request AcceptAdminRequest,
) (*gethtypes.Transaction, error)
⋮----
// Accept a pending admin for the account given by `request.AccountAddress`.
// The sender of the transaction must be the pending admin.
func (w *ChainWriter) AcceptAdmin(
	ctx context.Context,
	request AcceptAdminRequest,
) (*gethtypes.Receipt, error)
⋮----
// Builds a transaction for the PermissionController's addPendingAdmin function.
func (w *ChainWriter) NewAddPendingAdminTx(
	txOpts *bind.TransactOpts,
	request AddPendingAdminRequest,
) (*gethtypes.Transaction, error)
⋮----
// Set a pending admin. Multiple admins can be set for an account.
// The caller must be an admin. If the account does not have an admin,
// the caller must be the account.
func (w *ChainWriter) AddPendingAdmin(ctx context.Context, request AddPendingAdminRequest) (*gethtypes.Receipt, error)
⋮----
// Builds a transaction for the PermissionController's removeAdmin function.
func (w *ChainWriter) NewRemoveAdminTx(
	txOpts *bind.TransactOpts,
	request RemoveAdminRequest,
) (*gethtypes.Transaction, error)
⋮----
// Removes the admin given by `request.AdminAddress` from the account given
// by `request.AccountAddress`. The sender of the transaction must be an admin.
func (w *ChainWriter) RemoveAdmin(
	ctx context.Context,
	request RemoveAdminRequest,
) (*gethtypes.Receipt, error)
⋮----
// Builds a transaction for the PermissionController's removePendingAdmin function.
func (w *ChainWriter) NewRemovePendingAdminTx(
	txOpts *bind.TransactOpts,
	request RemovePendingAdminRequest,
) (*gethtypes.Transaction, error)
⋮----
// Remove pending admin given by `request.AdminAddress` from the account given
// by `request.AccountAddress`. Only the admin of the account can remove a pending admin.
func (w *ChainWriter) RemovePendingAdmin(
	ctx context.Context,
	request RemovePendingAdminRequest,
) (*gethtypes.Receipt, error)
⋮----
// Returns the pubkey registration params for the operator given by `operatorAddress`.
func getPubkeyRegistrationParams(
	ethClient bind.ContractBackend,
	registryCoordinatorAddr, operatorAddress gethcommon.Address,
	blsKeyPair *bls.KeyPair,
) (*regcoord.IBLSApkRegistryTypesPubkeyRegistrationParams, error)
⋮----
// params to register bls pubkey with bls apk registry
⋮----
func signChurnRegistration(
	ctx context.Context,
	ethClient eth.HttpBackend,
	registryCoordinatorAddr, operatorAddress gethcommon.Address,
	churnApprovalEcdsaPrivateKey *ecdsa.PrivateKey,
	pubKeyG1 *bls.G1Point,
	operatorKickParams []OperatorKickParam,
) (SignatureWithSaltAndExpiry, error)
⋮----
sigValidForSeconds := int64(60 * 60) // 1 hour
⋮----
var salt [32]byte
⋮----
// the crypto library is low level and deals with 0/1 v values, whereas ethereum expects 27/28, so we add 27
// see https://github.com/ethereum/go-ethereum/issues/28757#issuecomment-1874525854
// and https://twitter.com/pcaversaccio/status/1671488928262529031
⋮----
func getNormalRegistrationAbi() []abi.ArgumentMarshaling
⋮----
func getRegistrationWithChurnAbi() []abi.ArgumentMarshaling
⋮----
// Returns the ABI encoding of the given normal registration params.
func AbiEncodeNormalRegistrationParams(
	socket string,
	pubkeyRegistrationParams regcoord.IBLSApkRegistryTypesPubkeyRegistrationParams,
) ([]byte, error)
⋮----
// The encoder is prepending 32 bytes to the data as if it was used in a dynamic function parameter.
// This is not used when decoding the bytes directly, so we need to remove it.
⋮----
// Returns the ABI encoding of the given registration with churn params.
func AbiEncodeRegistrationWithChurnParams(
	socket string,
	pubkeyRegistrationParams regcoord.IBLSApkRegistryTypesPubkeyRegistrationParams,
	operatorKickParams []OperatorKickParam,
	churnApproverSignature SignatureWithSaltAndExpiry,
) ([]byte, error)
````

## File: chainio/clients/eth/client.go
````go
package eth
⋮----
import (
	"context"
	"math/big"

	"github.com/ethereum/go-ethereum/core/types"

	"github.com/ethereum/go-ethereum/accounts/abi/bind"
)
⋮----
"context"
"math/big"
⋮----
"github.com/ethereum/go-ethereum/core/types"
⋮----
"github.com/ethereum/go-ethereum/accounts/abi/bind"
⋮----
// HttpBackend is the HTTP ETH Client interface
// It is exactly the same as the WsBackend and there is no difference between them to the compiler,
// but we keep them separate as a signal to the programmer that an eth.Client with an underlying http/ws connection is
// expected
type HttpBackend interface {
	bind.ContractBackend

	BlockNumber(ctx context.Context) (uint64, error)
	BlockByNumber(ctx context.Context, number *big.Int) (*types.Block, error)
}
⋮----
// WsBackend is the Websocket ETH Client interface
// It is exactly the same as the HttpBackend and there is no difference between them to the compiler,
⋮----
type WsBackend interface {
	bind.ContractBackend

	BlockNumber(ctx context.Context) (uint64, error)
	BlockByNumber(ctx context.Context, number *big.Int) (*types.Block, error)
}
````

## File: chainio/clients/eth/instrumented_client_test.go
````go
package eth_test
⋮----
import (
	"context"
	"fmt"
	"math/big"
	"os"
	"testing"
	"time"

	"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
	rpccalls "github.com/Layr-Labs/eigensdk-go/metrics/collectors/rpc_calls"
	"github.com/Layr-Labs/eigensdk-go/testutils"
	"github.com/Layr-Labs/eigensdk-go/utils"
	"github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/crypto"
	"github.com/prometheus/client_golang/prometheus"
	"github.com/stretchr/testify/assert"
	"github.com/testcontainers/testcontainers-go"
)
⋮----
"context"
"fmt"
"math/big"
"os"
"testing"
"time"
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
rpccalls "github.com/Layr-Labs/eigensdk-go/metrics/collectors/rpc_calls"
"github.com/Layr-Labs/eigensdk-go/testutils"
"github.com/Layr-Labs/eigensdk-go/utils"
"github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto"
"github.com/prometheus/client_golang/prometheus"
"github.com/stretchr/testify/assert"
"github.com/testcontainers/testcontainers-go"
⋮----
var (
	anvil             testcontainers.Container
	anvilHttpEndpoint string
	anvilWsEndpoint   string
	rpcCallsCollector *rpccalls.Collector
)
⋮----
func TestMain(m *testing.M)
⋮----
func setup() error
⋮----
var err error
⋮----
func teardown()
⋮----
func TestNewInstrumentedClient(t *testing.T)
⋮----
func TestChainID(t *testing.T)
⋮----
func TestBalanceAt(t *testing.T)
⋮----
func TestBlockByHash(t *testing.T)
⋮----
func TestBlockByNumber(t *testing.T)
⋮----
func TestBlockNumber(t *testing.T)
⋮----
func TestCallContract(t *testing.T)
⋮----
func TestCodeAt(t *testing.T)
⋮----
func TestEstimateGas(t *testing.T)
⋮----
func TestFeeHistory(t *testing.T)
⋮----
func TestFilterLogs(t *testing.T)
⋮----
func TestHeaderByHash(t *testing.T)
⋮----
func TestHeaderByNumber(t *testing.T)
⋮----
func TestNonceAt(t *testing.T)
⋮----
func TestPendingBalanceAt(t *testing.T)
⋮----
func TestPendingCallContract(t *testing.T)
⋮----
func TestPendingCodeAt(t *testing.T)
⋮----
func TestPendingNonceAt(t *testing.T)
⋮----
func TestPendingStorageAt(t *testing.T)
⋮----
func TestPendingTransactionCount(t *testing.T)
⋮----
func TestStorageAt(t *testing.T)
⋮----
func TestSubscribeFilterLogs(t *testing.T)
⋮----
func TestSubscribeNewHead(t *testing.T)
⋮----
func TestSuggestGasPrice(t *testing.T)
⋮----
func TestSuggestGasTipCap(t *testing.T)
⋮----
func TestSyncProgress(t *testing.T)
⋮----
assert.Nil(t, syncProgress) // is nil since there is no current syncing in place
⋮----
func TestTransactionMethods(t *testing.T)
⋮----
// this sleep is needed because we have to wait since the transaction is not ready yet
````

## File: chainio/clients/eth/instrumented_client.go
````go
package eth
⋮----
import (
	"context"
	"math/big"
	"time"

	rpccalls "github.com/Layr-Labs/eigensdk-go/metrics/collectors/rpc_calls"
	"github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/ethclient"
)
⋮----
"context"
"math/big"
"time"
⋮----
rpccalls "github.com/Layr-Labs/eigensdk-go/metrics/collectors/rpc_calls"
"github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/ethclient"
⋮----
// InstrumentedClient is a wrapper around the geth ethclient that instruments
// all the calls made to it. It counts each eth_ call made to it, and records the duration of each call,
// and exposes these as prometheus metrics
//
// TODO: ideally this should be done at the rpcclient level, not the ethclient level, which would make
// our life much easier... but geth implemented the gethclient using an rpcClient struct instead of interface...
// see https://github.com/ethereum/go-ethereum/issues/28267
type InstrumentedClient struct {
	client            *ethclient.Client
	rpcCallsCollector rpccalls.CollectorInterface
	// we store both client and version because that's what the web3_clientVersion jsonrpc call returns
	// https://ethereum.org/en/developers/docs/apis/json-rpc/#web3_clientversion
	clientAndVersion string
}
⋮----
// we store both client and version because that's what the web3_clientVersion jsonrpc call returns
// https://ethereum.org/en/developers/docs/apis/json-rpc/#web3_clientversion
⋮----
var _ HttpBackend = (*InstrumentedClient)(nil)
var _ WsBackend = (*InstrumentedClient)(nil)
⋮----
func NewInstrumentedClient(
	rpcAddress string,
	rpcCallsCollector rpccalls.CollectorInterface,
) (*InstrumentedClient, error)
⋮----
func NewInstrumentedClientFromClient(
	client *ethclient.Client,
	rpcCallsCollector rpccalls.CollectorInterface,
) *InstrumentedClient
⋮----
// gethClient interface methods
⋮----
func (iec *InstrumentedClient) ChainID(ctx context.Context) (*big.Int, error)
⋮----
func (iec *InstrumentedClient) BalanceAt(
	ctx context.Context,
	account common.Address,
	blockNumber *big.Int,
) (*big.Int, error)
⋮----
func (iec *InstrumentedClient) BlockByHash(ctx context.Context, hash common.Hash) (*types.Block, error)
⋮----
func (iec *InstrumentedClient) BlockByNumber(ctx context.Context, number *big.Int) (*types.Block, error)
⋮----
func (iec *InstrumentedClient) BlockNumber(ctx context.Context) (uint64, error)
⋮----
func (iec *InstrumentedClient) CallContract(
	ctx context.Context,
	call ethereum.CallMsg,
	blockNumber *big.Int,
) ([]byte, error)
⋮----
func (iec *InstrumentedClient) CodeAt(
	ctx context.Context,
	contract common.Address,
	blockNumber *big.Int,
) ([]byte, error)
⋮----
func (iec *InstrumentedClient) EstimateGas(ctx context.Context, call ethereum.CallMsg) (uint64, error)
⋮----
func (iec *InstrumentedClient) FeeHistory(
	ctx context.Context,
	blockCount uint64,
	lastBlock *big.Int,
	rewardPercentiles []float64,
) (*ethereum.FeeHistory, error)
⋮----
func (iec *InstrumentedClient) FilterLogs(ctx context.Context, query ethereum.FilterQuery) ([]types.Log, error)
⋮----
func (iec *InstrumentedClient) HeaderByHash(ctx context.Context, hash common.Hash) (*types.Header, error)
⋮----
func (iec *InstrumentedClient) HeaderByNumber(ctx context.Context, number *big.Int) (*types.Header, error)
⋮----
func (iec *InstrumentedClient) NonceAt(
	ctx context.Context,
	account common.Address,
	blockNumber *big.Int,
) (uint64, error)
⋮----
func (iec *InstrumentedClient) PendingBalanceAt(ctx context.Context, account common.Address) (*big.Int, error)
⋮----
func (iec *InstrumentedClient) PendingCallContract(ctx context.Context, call ethereum.CallMsg) ([]byte, error)
⋮----
func (iec *InstrumentedClient) PendingCodeAt(ctx context.Context, account common.Address) ([]byte, error)
⋮----
func (iec *InstrumentedClient) PendingNonceAt(ctx context.Context, account common.Address) (uint64, error)
⋮----
func (iec *InstrumentedClient) PendingStorageAt(
	ctx context.Context,
	account common.Address,
	key common.Hash,
) ([]byte, error)
⋮----
func (iec *InstrumentedClient) PendingTransactionCount(ctx context.Context) (uint, error)
⋮----
func (iec *InstrumentedClient) SendTransaction(ctx context.Context, tx *types.Transaction) error
⋮----
// instrumentFunction takes a function that returns a value and an error
// so we just wrap the SendTransaction method in a function that returns 0 as its value,
// which we throw out below
⋮----
func (iec *InstrumentedClient) StorageAt(
	ctx context.Context,
	account common.Address,
	key common.Hash,
	blockNumber *big.Int,
) ([]byte, error)
⋮----
func (iec *InstrumentedClient) SubscribeFilterLogs(
	ctx context.Context,
	query ethereum.FilterQuery,
	ch chan<- types.Log,
) (ethereum.Subscription, error)
⋮----
func (iec *InstrumentedClient) SubscribeNewHead(
	ctx context.Context,
	ch chan<- *types.Header,
) (ethereum.Subscription, error)
⋮----
func (iec *InstrumentedClient) SuggestGasPrice(ctx context.Context) (*big.Int, error)
⋮----
func (iec *InstrumentedClient) SuggestGasTipCap(ctx context.Context) (*big.Int, error)
⋮----
func (iec *InstrumentedClient) SyncProgress(ctx context.Context) (*ethereum.SyncProgress, error)
⋮----
// We write the instrumentation of this function directly because instrumentFunction[] generic fct only takes a single
// return value
func (iec *InstrumentedClient) TransactionByHash(
	ctx context.Context,
	hash common.Hash,
) (tx *types.Transaction, isPending bool, err error)
⋮----
// we count both successful and erroring calls (even though this is not well defined in the spec)
⋮----
// we only observe the duration of successful calls (even though this is not well defined in the spec)
⋮----
func (iec *InstrumentedClient) TransactionCount(ctx context.Context, blockHash common.Hash) (uint, error)
⋮----
func (iec *InstrumentedClient) TransactionInBlock(
	ctx context.Context,
	blockHash common.Hash,
	index uint,
) (*types.Transaction, error)
⋮----
func (iec *InstrumentedClient) TransactionReceipt(ctx context.Context, txHash common.Hash) (*types.Receipt, error)
⋮----
// Not sure why this method is not exposed in the ethclient itself...
// but it is needed to comply with the rpc metrics defined in avs-node spec
// https://docs.eigenlayer.xyz/eigenlayer/avs-guides/spec/metrics/metrics-prom-spec
func getClientAndVersion(client *ethclient.Client) string
⋮----
var clientVersion string
⋮----
// Generic function used to instrument all the eth calls that we make below
func instrumentFunction[T any](
	rpcCall func() (T, error),
	rpcMethodName string,
	iec *InstrumentedClient,
) (value T, err error)
````

## File: chainio/clients/fireblocks/cancel_transaction.go
````go
package fireblocks
⋮----
import (
	"context"
	"encoding/json"
	"fmt"
	"strings"

	"github.com/Layr-Labs/eigensdk-go/utils"
)
⋮----
"context"
"encoding/json"
"fmt"
"strings"
⋮----
"github.com/Layr-Labs/eigensdk-go/utils"
⋮----
type CancelTransactionResponse struct {
	Success bool `json:"success"`
}
⋮----
func (f *client) CancelTransaction(ctx context.Context, txID string) (bool, error)
⋮----
var response CancelTransactionResponse
````

## File: chainio/clients/fireblocks/client_test.go
````go
package fireblocks_test
⋮----
import (
	"context"
	"os"
	"testing"
	"time"

	"github.com/Layr-Labs/eigensdk-go/chainio/clients/fireblocks"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/stretchr/testify/assert"
)
⋮----
"context"
"os"
"testing"
"time"
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients/fireblocks"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/stretchr/testify/assert"
⋮----
const (
	sandboxAPI    = "https://sandbox-api.fireblocks.io"
	secretKeyPath = "FILL_ME_IN"
	apiKey        = "FILL_ME_IN"
)
⋮----
func newFireblocksClient(t *testing.T) fireblocks.Client
⋮----
func TestListContracts(t *testing.T)
⋮----
func TestContractCall(t *testing.T)
⋮----
// Tests the contract call against this contract:
// https://holesky.etherscan.io/address/0x2c61EA360D6500b58E7f481541A36B443Bc858c6
⋮----
"", // replaceTxByHash
"", // gasPrice
"", // gasLimit
"", // maxFee
"", // priorityFee
⋮----
func TestTransfer(t *testing.T)
⋮----
"5", // source account ID
⋮----
"1", // amount
"",  // replaceTxByHash
"",  // gasPrice
"",  // gasLimit
"",  // maxFee
"",  // priorityFee
⋮----
func TestCancelTransaction(t *testing.T)
⋮----
func TestListExternalWallets(t *testing.T)
⋮----
func TestListVaultAccounts(t *testing.T)
⋮----
func TestGetTransaction(t *testing.T)
⋮----
func TestGetAssetAddresses(t *testing.T)
````

## File: chainio/clients/fireblocks/client.go
````go
package fireblocks
⋮----
import (
	"bytes"
	"context"
	"crypto/rsa"
	"crypto/sha256"
	"encoding/hex"
	"encoding/json"
	"fmt"
	"io"
	"net/http"
	"net/url"
	"time"

	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/utils"
	"github.com/golang-jwt/jwt"
	"github.com/google/uuid"
)
⋮----
"bytes"
"context"
"crypto/rsa"
"crypto/sha256"
"encoding/hex"
"encoding/json"
"fmt"
"io"
"net/http"
"net/url"
"time"
⋮----
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/utils"
"github.com/golang-jwt/jwt"
"github.com/google/uuid"
⋮----
type AssetID string
⋮----
const (
	AssetIDETH       AssetID = "ETH"
	AssetIDGoerliETH AssetID = "ETH_TEST3"
	AssetIDHolETH    AssetID = "ETH_TEST6"
)
⋮----
var AssetIDByChain = map[uint64]AssetID{
	1:     AssetIDETH,       // mainnet
	5:     AssetIDGoerliETH, // goerli
	17000: AssetIDHolETH,    // holesky
}
⋮----
1:     AssetIDETH,       // mainnet
5:     AssetIDGoerliETH, // goerli
17000: AssetIDHolETH,    // holesky
⋮----
type Client interface {
	// ContractCall makes a ContractCall request to the Fireblocks API.
	// It signs and broadcasts a transaction and returns the transaction ID and status.
	// ref: https://developers.fireblocks.com/reference/post_transactions
	ContractCall(ctx context.Context, body *TransactionRequest) (*TransactionResponse, error)
	// Transfer makes a Transfer request to the Fireblocks API.
	// It signs and broadcasts a transaction and returns the transaction ID and status.
	// ref: https://developers.fireblocks.com/reference/post_transactions
	Transfer(ctx context.Context, body *TransactionRequest) (*TransactionResponse, error)
	// CancelTransaction makes a CancelTransaction request to the Fireblocks API
	// It cancels a transaction by its transaction ID.
	// It returns true if the transaction was successfully canceled.
	// ref: https://developers.fireblocks.com/reference/post_transactions-txid-cancel
	CancelTransaction(ctx context.Context, txID string) (bool, error)
	// ListContracts makes a ListContracts request to the Fireblocks API
	// It returns a list of whitelisted contracts and their assets for the account.
	// This call is used to get the contract ID for a whitelisted contract, which is needed as destination account ID by
	// NewContractCallRequest in a ContractCall
	// ref: https://developers.fireblocks.com/reference/get_contracts
	ListContracts(ctx context.Context) ([]WhitelistedContract, error)
	// ListExternalWallets makes a ListExternalWallets request to the Fireblocks API
	// It returns a list of external wallets for the account.
	// This call is used to get the external wallet ID, which is needed as destination account ID by NewTransferRequest
	// in a Transfer
	// ref: https://developers.fireblocks.com/reference/get_external-wallets
	ListExternalWallets(ctx context.Context) ([]WhitelistedAccount, error)
	// ListVaultAccounts makes a ListVaultAccounts request to the Fireblocks API
	// It returns a list of vault accounts for the account.
	ListVaultAccounts(ctx context.Context) ([]VaultAccount, error)
	// GetTransaction makes a GetTransaction request to the Fireblocks API
	// It returns the transaction details for the given transaction ID.
	GetTransaction(ctx context.Context, txID string) (*Transaction, error)
	// GetAssetAddresses makes a GetAssetAddresses request to the Fireblocks API
	// It returns the addresses for the given asset ID and vault ID.
	GetAssetAddresses(ctx context.Context, vaultID string, assetID AssetID) ([]AssetAddress, error)
}
⋮----
// ContractCall makes a ContractCall request to the Fireblocks API.
// It signs and broadcasts a transaction and returns the transaction ID and status.
// ref: https://developers.fireblocks.com/reference/post_transactions
⋮----
// Transfer makes a Transfer request to the Fireblocks API.
⋮----
// CancelTransaction makes a CancelTransaction request to the Fireblocks API
// It cancels a transaction by its transaction ID.
// It returns true if the transaction was successfully canceled.
// ref: https://developers.fireblocks.com/reference/post_transactions-txid-cancel
⋮----
// ListContracts makes a ListContracts request to the Fireblocks API
// It returns a list of whitelisted contracts and their assets for the account.
// This call is used to get the contract ID for a whitelisted contract, which is needed as destination account ID by
// NewContractCallRequest in a ContractCall
// ref: https://developers.fireblocks.com/reference/get_contracts
⋮----
// ListExternalWallets makes a ListExternalWallets request to the Fireblocks API
// It returns a list of external wallets for the account.
// This call is used to get the external wallet ID, which is needed as destination account ID by NewTransferRequest
// in a Transfer
// ref: https://developers.fireblocks.com/reference/get_external-wallets
⋮----
// ListVaultAccounts makes a ListVaultAccounts request to the Fireblocks API
// It returns a list of vault accounts for the account.
⋮----
// GetTransaction makes a GetTransaction request to the Fireblocks API
// It returns the transaction details for the given transaction ID.
⋮----
// GetAssetAddresses makes a GetAssetAddresses request to the Fireblocks API
// It returns the addresses for the given asset ID and vault ID.
⋮----
type client struct {
	apiKey     string
	privateKey *rsa.PrivateKey
	baseURL    string
	timeout    time.Duration
	client     *http.Client
	logger     logging.Logger
}
⋮----
type ErrorResponse struct {
	Message string `json:"message"`
	Code    int    `json:"code"`
}
⋮----
func NewClient(
	apiKey string,
	secretKey []byte,
	baseURL string,
	timeout time.Duration,
	logger logging.Logger,
) (Client, error)
⋮----
// signJwt signs a JWT token for the Fireblocks API
// mostly copied from the Fireblocks example:
// https://github.com/fireblocks/developers-hub/blob/main/authentication_examples/go/test.go
func (f *client) signJwt(path string, bodyJson interface
⋮----
// makeRequest makes a request to the Fireblocks API
⋮----
func (f *client) makeRequest(ctx context.Context, method, path string, body interface
⋮----
// remove query parameters from path and join with baseURL
⋮----
// add query parameters back to path
⋮----
var reqBodyBytes []byte
⋮----
var err error
⋮----
var errResp ErrorResponse
````

## File: chainio/clients/fireblocks/contract_call.go
````go
package fireblocks
⋮----
import (
	"context"
	"encoding/json"
	"strings"

	"github.com/Layr-Labs/eigensdk-go/utils"
)
⋮----
"context"
"encoding/json"
"strings"
⋮----
"github.com/Layr-Labs/eigensdk-go/utils"
⋮----
func NewContractCallRequest(
	externalTxID string,
	assetID AssetID,
	sourceAccountID string,
	destinationAccountID string,
	amount string, // amount in ETH
	calldata string,
	replaceTxByHash string,
	gasPrice string,
	gasLimit string,
	maxFee string,
	priorityFee string,
	feeLevel FeeLevel,
) *TransactionRequest
⋮----
amount string, // amount in ETH
⋮----
// https://developers.fireblocks.com/reference/transaction-sources-destinations
⋮----
func (f *client) ContractCall(ctx context.Context, req *TransactionRequest) (*TransactionResponse, error)
⋮----
var response TransactionResponse
````

## File: chainio/clients/fireblocks/get_asset_addresses.go
````go
package fireblocks
⋮----
import (
	"context"
	"encoding/json"
	"fmt"
	"net/url"
	"strings"

	"github.com/Layr-Labs/eigensdk-go/utils"
)
⋮----
"context"
"encoding/json"
"fmt"
"net/url"
"strings"
⋮----
"github.com/Layr-Labs/eigensdk-go/utils"
⋮----
type AssetAddress struct {
	AssetID           AssetID `json:"assetId"`
	Address           string  `json:"address"`
	Description       string  `json:"description"`
	Tag               string  `json:"tag"`
	Type              string  `json:"type"`
	CustomerRefID     string  `json:"customerRefId"`
	AddressFormat     string  `json:"addressFormat"`
	LegacyAddress     string  `json:"legacyAddress"`
	EnterpriseAddress string  `json:"enterpriseAddress"`
	BIP44AddressIndex int     `json:"bip44AddressIndex"`
	UserDefined       bool    `json:"userDefined"`
}
⋮----
func (f *client) GetAssetAddresses(ctx context.Context, vaultID string, assetID AssetID) ([]AssetAddress, error)
⋮----
var addresses []AssetAddress
type paging struct {
		Before string `json:"before"`
		After  string `json:"after"`
	}
var response struct {
		Addresses []AssetAddress `json:"addresses"`
		Paging    paging         `json:"paging"`
	}
````

## File: chainio/clients/fireblocks/get_transaction.go
````go
package fireblocks
⋮----
import (
	"context"
	"encoding/json"
	"fmt"
	"strings"

	"github.com/Layr-Labs/eigensdk-go/utils"
)
⋮----
"context"
"encoding/json"
"fmt"
"strings"
⋮----
"github.com/Layr-Labs/eigensdk-go/utils"
⋮----
// Transaction is a type for the transaction response from Fireblocks
type Transaction struct {
	ID                            string               `json:"id"`
	ExternalID                    string               `json:"externalId"`
	Status                        TxStatus             `json:"status"`
	SubStatus                     string               `json:"subStatus"`
	TxHash                        string               `json:"txHash"`
	Operation                     TransactionOperation `json:"operation"`
	CreatedAt                     int64                `json:"createdAt"`
	LastUpdated                   int64                `json:"lastUpdated"`
	AssetID                       AssetID              `json:"assetId"`
	Source                        account              `json:"source"`
	SourceAddress                 string               `json:"sourceAddress"`
	Destination                   account              `json:"destination"`
	DestinationAddress            string               `json:"destinationAddress"`
	DestinationAddressDescription string               `json:"destinationAddressDescription"`
	DestinationTag                string               `json:"destinationTag"`
	AmountInfo                    struct {
		Amount          string `json:"amount"`
		RequestedAmount string `json:"requestedAmount"`
		NetAmount       string `json:"netAmount"`
		AmountUSD       string `json:"amountUSD"`
	} `json:"amountInfo"`
⋮----
// The block hash and height of the block that this transaction was mined in.
⋮----
func (f *client) GetTransaction(ctx context.Context, txID string) (*Transaction, error)
⋮----
var tx Transaction
````

## File: chainio/clients/fireblocks/list_contracts.go
````go
package fireblocks
⋮----
import (
	"context"
	"encoding/json"
	"fmt"
	"strings"

	"github.com/Layr-Labs/eigensdk-go/utils"
	"github.com/ethereum/go-ethereum/common"
)
⋮----
"context"
"encoding/json"
"fmt"
"strings"
⋮----
"github.com/Layr-Labs/eigensdk-go/utils"
"github.com/ethereum/go-ethereum/common"
⋮----
type WhitelistedContract struct {
	ID     string `json:"id"`
	Name   string `json:"name"`
	Assets []struct {
		ID      AssetID        `json:"id"`
		Status  string         `json:"status"`
		Address common.Address `json:"address"`
		Tag     string         `json:"tag"`
	} `json:"assets"`
⋮----
func (f *client) ListContracts(ctx context.Context) ([]WhitelistedContract, error)
⋮----
var contracts []WhitelistedContract
````

## File: chainio/clients/fireblocks/list_external_accounts.go
````go
package fireblocks
⋮----
import (
	"context"
	"encoding/json"
	"fmt"
	"strings"

	"github.com/Layr-Labs/eigensdk-go/utils"
	"github.com/ethereum/go-ethereum/common"
)
⋮----
"context"
"encoding/json"
"fmt"
"strings"
⋮----
"github.com/Layr-Labs/eigensdk-go/utils"
"github.com/ethereum/go-ethereum/common"
⋮----
type WhitelistedAccount struct {
	ID     string `json:"id"`
	Name   string `json:"name"`
	Assets []struct {
		ID           AssetID        `json:"id"`
		Balance      string         `json:"balance"`
		LockedAmount string         `json:"lockedAmount"`
		Status       string         `json:"status"`
		Address      common.Address `json:"address"`
		Tag          string         `json:"tag"`
	} `json:"assets"`
⋮----
func (f *client) ListExternalWallets(ctx context.Context) ([]WhitelistedAccount, error)
⋮----
var accounts []WhitelistedAccount
````

## File: chainio/clients/fireblocks/list_vault_accounts.go
````go
package fireblocks
⋮----
import (
	"context"
	"encoding/json"
	"fmt"
	"net/url"
	"strings"

	"github.com/Layr-Labs/eigensdk-go/utils"
)
⋮----
"context"
"encoding/json"
"fmt"
"net/url"
"strings"
⋮----
"github.com/Layr-Labs/eigensdk-go/utils"
⋮----
type Asset struct {
	ID        AssetID `json:"id"`
	Total     string  `json:"total"`
	Balance   string  `json:"balance"`
	Available string  `json:"available"`
}
⋮----
type VaultAccount struct {
	ID     string  `json:"id"`
	Name   string  `json:"name"`
	Assets []Asset `json:"assets"`
}
⋮----
func (f *client) ListVaultAccounts(ctx context.Context) ([]VaultAccount, error)
⋮----
var accounts []VaultAccount
type paging struct {
		Before string `json:"before"`
		After  string `json:"after"`
	}
var response struct {
		Accounts []VaultAccount `json:"accounts"`
		Paging   paging         `json:"paging"`
	}
````

## File: chainio/clients/fireblocks/status.go
````go
package fireblocks
⋮----
type TxStatus string
⋮----
// statuses for transactions
// ref: https://developers.fireblocks.com/reference/primary-transaction-statuses
const (
	Submitted            TxStatus = "SUBMITTED"
	PendingScreening     TxStatus = "PENDING_AML_SCREENING"
	PendingAuthorization TxStatus = "PENDING_AUTHORIZATION"
	Queued               TxStatus = "QUEUED"
	PendingSignature     TxStatus = "PENDING_SIGNATURE"
	PendingEmailApproval TxStatus = "PENDING_3RD_PARTY_MANUAL_APPROVAL"
	Pending3rdParty      TxStatus = "PENDING_3RD_PARTY"
	Broadcasting         TxStatus = "BROADCASTING"
	Confirming           TxStatus = "CONFIRMING"
	Completed            TxStatus = "COMPLETED"
	Cancelling           TxStatus = "CANCELLING"
	Cancelled            TxStatus = "CANCELLED"
	Blocked              TxStatus = "BLOCKED"
	Rejected             TxStatus = "REJECTED"
	Failed               TxStatus = "FAILED"
)
````

## File: chainio/clients/fireblocks/transaction.go
````go
package fireblocks
⋮----
type TransactionOperation string
type FeeLevel string
⋮----
const (
	ContractCall TransactionOperation = "CONTRACT_CALL"
	Transfer     TransactionOperation = "TRANSFER"
	Mint         TransactionOperation = "MINT"
	Burn         TransactionOperation = "BURN"
	TypedMessage TransactionOperation = "TYPED_MESSAGE"
	Raw          TransactionOperation = "RAW"

	FeeLevelHigh   FeeLevel = "HIGH"
	FeeLevelMedium FeeLevel = "MEDIUM"
	FeeLevelLow    FeeLevel = "LOW"
)
⋮----
type account struct {
	Type string `json:"type"`
	ID   string `json:"id"`
}
⋮----
type extraParams struct {
	Calldata string `json:"contractCallData"`
}
⋮----
type TransactionRequest struct {
	Operation TransactionOperation `json:"operation"`
	// ExternalTxID is an optional field that can be used as an idempotency key.
	ExternalTxID    string      `json:"externalTxId,omitempty"`
	AssetID         AssetID     `json:"assetId"`
	Source          account     `json:"source"`
	Destination     account     `json:"destination"`
	Amount          string      `json:"amount,omitempty"`
	ExtraParameters extraParams `json:"extraParameters"`
	// In case a transaction is stuck, specify the hash of the stuck transaction to replace it
	// by this transaction with a higher fee, or to replace it with this transaction with a zero fee and drop it from
	// the blockchain.
	ReplaceTxByHash string `json:"replaceTxByHash,omitempty"`
	// GasPrice and GasLimit are the gas price and gas limit for the transaction.
	// If GasPrice is specified (non-1559), MaxFee and PriorityFee are not required.
	GasPrice string `json:"gasPrice,omitempty"`
	GasLimit string `json:"gasLimit,omitempty"`
	// MaxFee and PriorityFee are the maximum and priority fees for the transaction.
	// If the transaction is stuck, the Fireblocks platform will replace the transaction with a new one with a higher
	// fee.
	// These fields are required if FeeLevel is not specified.
	MaxFee      string `json:"maxFee,omitempty"`
	PriorityFee string `json:"priorityFee,omitempty"`
	// FeeLevel is the fee level for the transaction which Fireblocks estimates based on the current network conditions.
	// The fee level can be HIGH, MEDIUM, or LOW.
	// If MaxFee and PriorityFee are not specified, the Fireblocks platform will use the default fee level MEDIUM.
	// Ref: https://developers.fireblocks.com/docs/gas-estimation#estimated-network-fee
	FeeLevel FeeLevel `json:"feeLevel,omitempty"`
}
⋮----
// ExternalTxID is an optional field that can be used as an idempotency key.
⋮----
// In case a transaction is stuck, specify the hash of the stuck transaction to replace it
// by this transaction with a higher fee, or to replace it with this transaction with a zero fee and drop it from
// the blockchain.
⋮----
// GasPrice and GasLimit are the gas price and gas limit for the transaction.
// If GasPrice is specified (non-1559), MaxFee and PriorityFee are not required.
⋮----
// MaxFee and PriorityFee are the maximum and priority fees for the transaction.
// If the transaction is stuck, the Fireblocks platform will replace the transaction with a new one with a higher
// fee.
// These fields are required if FeeLevel is not specified.
⋮----
// FeeLevel is the fee level for the transaction which Fireblocks estimates based on the current network conditions.
// The fee level can be HIGH, MEDIUM, or LOW.
// If MaxFee and PriorityFee are not specified, the Fireblocks platform will use the default fee level MEDIUM.
// Ref: https://developers.fireblocks.com/docs/gas-estimation#estimated-network-fee
⋮----
type TransactionResponse struct {
	ID     string   `json:"id"`
	Status TxStatus `json:"status"`
}
````

## File: chainio/clients/fireblocks/transfer.go
````go
package fireblocks
⋮----
import (
	"context"
	"encoding/json"
	"strings"

	"github.com/Layr-Labs/eigensdk-go/utils"
)
⋮----
"context"
"encoding/json"
"strings"
⋮----
"github.com/Layr-Labs/eigensdk-go/utils"
⋮----
func NewTransferRequest(
	externalTxID string,
	assetID AssetID,
	sourceAccountID string,
	destinationAccountID string,
	amount string, // amount in ETH
	replaceTxByHash string,
	gasPrice string,
	gasLimit string,
	maxFee string,
	priorityFee string,
	feeLevel FeeLevel,
) *TransactionRequest
⋮----
amount string, // amount in ETH
⋮----
// https://developers.fireblocks.com/reference/transaction-sources-destinations
⋮----
func (f *client) Transfer(ctx context.Context, req *TransactionRequest) (*TransactionResponse, error)
⋮----
var response TransactionResponse
````

## File: chainio/clients/mocks/fireblocks.go
````go
// Code generated by MockGen. DO NOT EDIT.
// Source: github.com/Layr-Labs/eigensdk-go/chainio/clients/fireblocks (interfaces: Client)
//
// Generated by this command:
⋮----
//	mockgen -destination=./clients/mocks/fireblocks.go -package=mocks -mock_names=Client=MockFireblocksClient github.com/Layr-Labs/eigensdk-go/chainio/clients/fireblocks Client
⋮----
// Package mocks is a generated GoMock package.
package mocks
⋮----
import (
	context "context"
	reflect "reflect"

	fireblocks "github.com/Layr-Labs/eigensdk-go/chainio/clients/fireblocks"
	gomock "go.uber.org/mock/gomock"
)
⋮----
context "context"
reflect "reflect"
⋮----
fireblocks "github.com/Layr-Labs/eigensdk-go/chainio/clients/fireblocks"
gomock "go.uber.org/mock/gomock"
⋮----
// MockFireblocksClient is a mock of Client interface.
type MockFireblocksClient struct {
	ctrl     *gomock.Controller
	recorder *MockFireblocksClientMockRecorder
	isgomock struct{}
⋮----
// MockFireblocksClientMockRecorder is the mock recorder for MockFireblocksClient.
type MockFireblocksClientMockRecorder struct {
	mock *MockFireblocksClient
}
⋮----
// NewMockFireblocksClient creates a new mock instance.
func NewMockFireblocksClient(ctrl *gomock.Controller) *MockFireblocksClient
⋮----
// EXPECT returns an object that allows the caller to indicate expected use.
func (m *MockFireblocksClient) EXPECT() *MockFireblocksClientMockRecorder
⋮----
// CancelTransaction mocks base method.
func (m *MockFireblocksClient) CancelTransaction(ctx context.Context, txID string) (bool, error)
⋮----
// CancelTransaction indicates an expected call of CancelTransaction.
⋮----
// ContractCall mocks base method.
func (m *MockFireblocksClient) ContractCall(ctx context.Context, body *fireblocks.TransactionRequest) (*fireblocks.TransactionResponse, error)
⋮----
// ContractCall indicates an expected call of ContractCall.
⋮----
// GetAssetAddresses mocks base method.
func (m *MockFireblocksClient) GetAssetAddresses(ctx context.Context, vaultID string, assetID fireblocks.AssetID) ([]fireblocks.AssetAddress, error)
⋮----
// GetAssetAddresses indicates an expected call of GetAssetAddresses.
⋮----
// GetTransaction mocks base method.
func (m *MockFireblocksClient) GetTransaction(ctx context.Context, txID string) (*fireblocks.Transaction, error)
⋮----
// GetTransaction indicates an expected call of GetTransaction.
⋮----
// ListContracts mocks base method.
func (m *MockFireblocksClient) ListContracts(ctx context.Context) ([]fireblocks.WhitelistedContract, error)
⋮----
// ListContracts indicates an expected call of ListContracts.
⋮----
// ListExternalWallets mocks base method.
func (m *MockFireblocksClient) ListExternalWallets(ctx context.Context) ([]fireblocks.WhitelistedAccount, error)
⋮----
// ListExternalWallets indicates an expected call of ListExternalWallets.
⋮----
// ListVaultAccounts mocks base method.
func (m *MockFireblocksClient) ListVaultAccounts(ctx context.Context) ([]fireblocks.VaultAccount, error)
⋮----
// ListVaultAccounts indicates an expected call of ListVaultAccounts.
⋮----
// Transfer mocks base method.
func (m *MockFireblocksClient) Transfer(ctx context.Context, body *fireblocks.TransactionRequest) (*fireblocks.TransactionResponse, error)
⋮----
// Transfer indicates an expected call of Transfer.
````

## File: chainio/clients/mocks/wallet.go
````go
// Code generated by MockGen. DO NOT EDIT.
// Source: github.com/Layr-Labs/eigensdk-go/chainio/clients/wallet (interfaces: Wallet)
//
// Generated by this command:
⋮----
//	mockgen -destination=./clients/mocks/wallet.go -package=mocks github.com/Layr-Labs/eigensdk-go/chainio/clients/wallet Wallet
⋮----
// Package mocks is a generated GoMock package.
package mocks
⋮----
import (
	context "context"
	reflect "reflect"

	wallet "github.com/Layr-Labs/eigensdk-go/chainio/clients/wallet"
	common "github.com/ethereum/go-ethereum/common"
	types "github.com/ethereum/go-ethereum/core/types"
	gomock "go.uber.org/mock/gomock"
)
⋮----
context "context"
reflect "reflect"
⋮----
wallet "github.com/Layr-Labs/eigensdk-go/chainio/clients/wallet"
common "github.com/ethereum/go-ethereum/common"
types "github.com/ethereum/go-ethereum/core/types"
gomock "go.uber.org/mock/gomock"
⋮----
// MockWallet is a mock of Wallet interface.
type MockWallet struct {
	ctrl     *gomock.Controller
	recorder *MockWalletMockRecorder
	isgomock struct{}
⋮----
// MockWalletMockRecorder is the mock recorder for MockWallet.
type MockWalletMockRecorder struct {
	mock *MockWallet
}
⋮----
// NewMockWallet creates a new mock instance.
func NewMockWallet(ctrl *gomock.Controller) *MockWallet
⋮----
// EXPECT returns an object that allows the caller to indicate expected use.
func (m *MockWallet) EXPECT() *MockWalletMockRecorder
⋮----
// GetTransactionReceipt mocks base method.
func (m *MockWallet) GetTransactionReceipt(ctx context.Context, txID wallet.TxID) (*types.Receipt, error)
⋮----
// GetTransactionReceipt indicates an expected call of GetTransactionReceipt.
⋮----
// SendTransaction mocks base method.
func (m *MockWallet) SendTransaction(ctx context.Context, tx *types.Transaction) (wallet.TxID, error)
⋮----
// SendTransaction indicates an expected call of SendTransaction.
⋮----
// SenderAddress mocks base method.
func (m *MockWallet) SenderAddress(ctx context.Context) (common.Address, error)
⋮----
// SenderAddress indicates an expected call of SenderAddress.
````

## File: chainio/clients/wallet/fireblocks_wallet_test.go
````go
package wallet_test
⋮----
import (
	"context"
	"math/big"
	"testing"

	"github.com/Layr-Labs/eigensdk-go/internal/fakes"

	"github.com/Layr-Labs/eigensdk-go/chainio/clients/fireblocks"
	cmocks "github.com/Layr-Labs/eigensdk-go/chainio/clients/mocks"
	"github.com/Layr-Labs/eigensdk-go/chainio/clients/wallet"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/stretchr/testify/assert"
	"go.uber.org/mock/gomock"
)
⋮----
"context"
"math/big"
"testing"
⋮----
"github.com/Layr-Labs/eigensdk-go/internal/fakes"
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients/fireblocks"
cmocks "github.com/Layr-Labs/eigensdk-go/chainio/clients/mocks"
"github.com/Layr-Labs/eigensdk-go/chainio/clients/wallet"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/stretchr/testify/assert"
"go.uber.org/mock/gomock"
⋮----
const (
	vaultAccountName = "batcher"
	contractAddress  = "0x5f9ef6e1bb2acb8f592a483052b732ceb78e58ca"
	externalAccount  = "0x1111111111111111111111111111111111111111"
)
⋮----
func TestSendTransaction(t *testing.T)
⋮----
0,                                    // nonce
common.HexToAddress(contractAddress), // to
big.NewInt(0),                        // value
100000,                               // gas
big.NewInt(100),                      // gasPrice
common.Hex2Bytes("6057361d00000000000000000000000000000000000000000000000000000000000f4240"), // data
⋮----
func TestTransfer(t *testing.T)
⋮----
common.HexToAddress(externalAccount), // to
big.NewInt(0).Exp(big.NewInt(10), big.NewInt(18), nil), // value 1 ETH
100000,          // gas
big.NewInt(100), // gasPrice
[]byte{},        // data
⋮----
func TestSendTransactionNoValidContract(t *testing.T)
⋮----
ID:      "ETH_TEST123123", // wrong asset ID
⋮----
func TestSendTransactionNoValidExternalAccount(t *testing.T)
⋮----
ID:           "ETH_TEST123123", // wrong asset ID
⋮----
func TestSendTransactionInvalidVault(t *testing.T)
⋮----
ID:        "ETH_TEST123123", // wrong asset ID
⋮----
func TestSendTransactionReplaceTx(t *testing.T)
⋮----
"",        // gasPrice
"1000000", // gasLimit
"10",      // maxFee
"1",       // priorityFee
"",        // feeLevel
⋮----
// send another tx with the same nonce
⋮----
func TestWaitForTransactionReceipt(t *testing.T)
⋮----
func TestWaitForTransactionReceiptFailFromFireblocks(t *testing.T)
⋮----
Status: fireblocks.Confirming, // not completed
⋮----
func TestWaitForTransactionReceiptStuckAtFireblocks(t *testing.T)
⋮----
Status: fireblocks.PendingSignature, // not completed
⋮----
func TestWaitForTransactionReceiptFailFromChain(t *testing.T)
⋮----
func TestSenderAddress(t *testing.T)
````

## File: chainio/clients/wallet/fireblocks_wallet.go
````go
package wallet
⋮----
import (
	"context"
	"errors"
	"fmt"
	"math/big"
	"strconv"
	"sync"

	"github.com/ethereum/go-ethereum/accounts/abi/bind"

	"github.com/Layr-Labs/eigensdk-go/chainio/clients/fireblocks"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/utils"

	"github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/common/hexutil"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/params"
)
⋮----
"context"
"errors"
"fmt"
"math/big"
"strconv"
"sync"
⋮----
"github.com/ethereum/go-ethereum/accounts/abi/bind"
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients/fireblocks"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/utils"
⋮----
"github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/params"
⋮----
var _ Wallet = (*fireblocksWallet)(nil)
⋮----
var (
	// ErrNotYetBroadcasted indicates that the transaction has not been broadcasted yet.
	// This can happen if the transaction is still being processed by Fireblocks and has not been broadcasted to the
	// blockchain yet.
	ErrNotYetBroadcasted = errors.New("transaction not yet broadcasted")
⋮----
// ErrNotYetBroadcasted indicates that the transaction has not been broadcasted yet.
// This can happen if the transaction is still being processed by Fireblocks and has not been broadcasted to the
// blockchain yet.
⋮----
// ErrReceiptNotYetAvailable indicates that the transaction has been broadcasted but has not been confirmed onchain
// yet.
⋮----
type ethClient interface {
	ChainID(ctx context.Context) (*big.Int, error)
	TransactionReceipt(ctx context.Context, txHash common.Hash) (*types.Receipt, error)

	bind.ContractBackend
}
⋮----
type fireblocksWallet struct {
	// mu protects access to nonceToTxID and txIDToNonce which can be
	// accessed concurrently by SendTransaction and GetTransactionReceipt
	mu sync.Mutex

	fireblocksClient fireblocks.Client
	ethClient        ethClient
	vaultAccountName string
	logger           logging.Logger
	chainID          *big.Int

	// nonceToTx keeps track of the transaction ID for each nonce
	// this is used to retrieve the transaction hash for a given nonce
	// when a replacement transaction is submitted.
	nonceToTxID map[uint64]TxID
	txIDToNonce map[TxID]uint64

	// caches
	account              *fireblocks.VaultAccount
	whitelistedContracts map[common.Address]*fireblocks.WhitelistedContract
	whitelistedAccounts  map[common.Address]*fireblocks.WhitelistedAccount
}
⋮----
// mu protects access to nonceToTxID and txIDToNonce which can be
// accessed concurrently by SendTransaction and GetTransactionReceipt
⋮----
// nonceToTx keeps track of the transaction ID for each nonce
// this is used to retrieve the transaction hash for a given nonce
// when a replacement transaction is submitted.
⋮----
// caches
⋮----
func NewFireblocksWallet(
	fireblocksClient fireblocks.Client,
	ethClient ethClient,
	vaultAccountName string,
	logger logging.Logger,
) (Wallet, error)
⋮----
// caches
⋮----
func (t *fireblocksWallet) getAccount(ctx context.Context) (*fireblocks.VaultAccount, error)
⋮----
func (f *fireblocksWallet) getWhitelistedAccount(
	ctx context.Context,
	address common.Address,
) (*fireblocks.WhitelistedAccount, error)
⋮----
func (t *fireblocksWallet) getWhitelistedContract(
	ctx context.Context,
	address common.Address,
) (*fireblocks.WhitelistedContract, error)
⋮----
func (t *fireblocksWallet) SendTransaction(ctx context.Context, tx *types.Transaction) (TxID, error)
⋮----
// if the nonce is already in the map, it means that the transaction was already submitted
// we need to get the replacement transaction hash and use it as the replaceTxByHash parameter
⋮----
// if the gas fees are specified in the transaction, use them.
// Otherwise, use the default "HIGH" gas price estimated by Fireblocks
⋮----
var res *fireblocks.TransactionResponse
⋮----
"", // externalTxID
⋮----
account.ID,                      // source account ID
targetAccount.ID,                // destination account ID
weiToEther(tx.Value()).String(), // amount in ETH
replaceTxByHash,                 // replaceTxByHash
⋮----
contract.ID,                     // destination account ID
weiToEther(tx.Value()).String(), // amount
hexutil.Encode(tx.Data()),       // calldata
⋮----
func (t *fireblocksWallet) CancelTransactionBroadcast(ctx context.Context, txID TxID) (bool, error)
⋮----
func (t *fireblocksWallet) GetTransactionReceipt(ctx context.Context, txID TxID) (*types.Receipt, error)
⋮----
func (f *fireblocksWallet) SenderAddress(ctx context.Context) (common.Address, error)
⋮----
func weiToGwei(wei *big.Int) *big.Float
⋮----
func weiToEther(wei *big.Int) *big.Float
````

## File: chainio/clients/wallet/privatekey_wallet_test.go
````go
package wallet
⋮----
import (
	"context"
	"math/big"
	"testing"
	"time"

	"github.com/Layr-Labs/eigensdk-go/signerv2"
	"github.com/Layr-Labs/eigensdk-go/testutils"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/crypto"
	"github.com/ethereum/go-ethereum/ethclient"
	"github.com/stretchr/testify/require"
)
⋮----
"context"
"math/big"
"testing"
"time"
⋮----
"github.com/Layr-Labs/eigensdk-go/signerv2"
"github.com/Layr-Labs/eigensdk-go/testutils"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/ethclient"
"github.com/stretchr/testify/require"
⋮----
var (
	chainId = big.NewInt(31337)
⋮----
func TestPrivateKeyWallet(t *testing.T)
⋮----
// need to give some time for anvil to process the tx and mine the block
// TODO: shall we expose a public WaitForTxReceipt function in the wallet interface, or somewhere else?
⋮----
// make sure the txHash in the mined tx receipt matches the once we sent
````

## File: chainio/clients/wallet/privatekey_wallet.go
````go
package wallet
⋮----
import (
	"context"
	"fmt"

	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/signerv2"
	"github.com/Layr-Labs/eigensdk-go/utils"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
)
⋮----
"context"
"fmt"
⋮----
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/signerv2"
"github.com/Layr-Labs/eigensdk-go/utils"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
⋮----
type EthBackend interface {
	SendTransaction(ctx context.Context, tx *types.Transaction) error
	TransactionReceipt(ctx context.Context, txHash common.Hash) (*types.Receipt, error)
}
⋮----
type privateKeyWallet struct {
	ethClient EthBackend
	address   common.Address
	signerFn  signerv2.SignerFn
	logger    logging.Logger
}
⋮----
var _ Wallet = (*privateKeyWallet)(nil)
⋮----
func NewPrivateKeyWallet(
	ethClient EthBackend,
	signer signerv2.SignerFn,
	signerAddress common.Address,
	logger logging.Logger,
) (Wallet, error)
⋮----
func (t *privateKeyWallet) SendTransaction(ctx context.Context, tx *types.Transaction) (TxID, error)
⋮----
func (t *privateKeyWallet) GetTransactionReceipt(ctx context.Context, txID TxID) (*types.Receipt, error)
⋮----
func (t *privateKeyWallet) SenderAddress(ctx context.Context) (common.Address, error)
````

## File: chainio/clients/wallet/README.md
````markdown
# Wallet

TODO
````

## File: chainio/clients/wallet/wallet.go
````go
package wallet
⋮----
import (
	"context"

	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
)
⋮----
"context"
⋮----
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
⋮----
// Wallet is an interface for signing and sending transactions to the txpool.
// For a higher-level interface that includes nonce management and gas bumping, use the TxManager interface.
// This interface is used to abstract the process of sending transactions to the Ethereum network
// For example, for an MPC signer, the transaction would be broadcasted via an external API endpoint
// and the status is tracked via another external endpoint instead of being broadcasted
// and retrieved via an Ethereum client.
type Wallet interface {
	SendTransaction(ctx context.Context, tx *types.Transaction) (TxID, error)
	GetTransactionReceipt(ctx context.Context, txID TxID) (*types.Receipt, error)
	// SenderAddress returns the address of the wallet
	SenderAddress(ctx context.Context) (common.Address, error)
}
⋮----
// SenderAddress returns the address of the wallet
````

## File: chainio/clients/builder.go
````go
package clients
⋮----
import (
	"context"
	"crypto/ecdsa"
	"errors"
	"time"

	"github.com/ethereum/go-ethereum/ethclient"
	"github.com/testcontainers/testcontainers-go"

	"github.com/Layr-Labs/eigensdk-go/chainio/clients/avsregistry"
	"github.com/Layr-Labs/eigensdk-go/chainio/clients/elcontracts"
	"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
	"github.com/Layr-Labs/eigensdk-go/chainio/clients/wallet"
	"github.com/Layr-Labs/eigensdk-go/chainio/txmgr"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/metrics"
	"github.com/Layr-Labs/eigensdk-go/signerv2"
	"github.com/Layr-Labs/eigensdk-go/utils"
	gethcommon "github.com/ethereum/go-ethereum/common"
	"github.com/prometheus/client_golang/prometheus"
)
⋮----
"context"
"crypto/ecdsa"
"errors"
"time"
⋮----
"github.com/ethereum/go-ethereum/ethclient"
"github.com/testcontainers/testcontainers-go"
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients/avsregistry"
"github.com/Layr-Labs/eigensdk-go/chainio/clients/elcontracts"
"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
"github.com/Layr-Labs/eigensdk-go/chainio/clients/wallet"
"github.com/Layr-Labs/eigensdk-go/chainio/txmgr"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/metrics"
"github.com/Layr-Labs/eigensdk-go/signerv2"
"github.com/Layr-Labs/eigensdk-go/utils"
gethcommon "github.com/ethereum/go-ethereum/common"
"github.com/prometheus/client_golang/prometheus"
⋮----
type BuildAllConfig struct {
	EthHttpUrl               string
	EthWsUrl                 string
	AvsName                  string
	PromMetricsIpPortAddress string

	RegistryCoordinatorAddr     string
	OperatorStateRetrieverAddr  string
	RewardsCoordinatorAddress   string
	PermissionControllerAddress string

	/// The address of the ServiceManager contract.
	ServiceManagerAddress string

	/// Setting this to true will disable the fetching of the AllocationManager address.
	/// This is useful for older deployments, which don't have the contract deployed.
	// TODO: remove this once mainnet is updated with the new contracts
	DontUseAllocationManager bool
}
⋮----
/// The address of the ServiceManager contract.
⋮----
/// Setting this to true will disable the fetching of the AllocationManager address.
/// This is useful for older deployments, which don't have the contract deployed.
// TODO: remove this once mainnet is updated with the new contracts
⋮----
// ReadClients is a struct that holds only the read clients for interacting with the AVS and EL contracts.
type ReadClients struct {
	AvsRegistryChainReader      *avsregistry.ChainReader
	AvsRegistryChainSubscriber  *avsregistry.ChainSubscriber
	ElChainReader               *elcontracts.ChainReader
	EthHttpClient               eth.HttpBackend
	EthWsClient                 eth.WsBackend
	AvsRegistryContractBindings *avsregistry.ContractBindings
	EigenlayerContractBindings  *elcontracts.ContractBindings
	Metrics                     *metrics.EigenMetrics // exposes main avs node spec metrics that need to be incremented by avs code and used to start the metrics server
	PrometheusRegistry          *prometheus.Registry
}
⋮----
Metrics                     *metrics.EigenMetrics // exposes main avs node spec metrics that need to be incremented by avs code and used to start the metrics server
⋮----
// Clients is a struct that holds all the clients that are needed to interact with the AVS and EL contracts.
type Clients struct {
	ReadClients
	Wallet                 wallet.Wallet
	TxManager              txmgr.TxManager
	ElChainWriter          *elcontracts.ChainWriter
	AvsRegistryChainWriter *avsregistry.ChainWriter
	AnvilC                 testcontainers.Container
}
⋮----
// BuildReadClients creates all the read clients needed to interact with the AVS and EL contracts.
func BuildReadClients(
	config BuildAllConfig,
	logger logging.Logger,
) (*ReadClients, error)
⋮----
// Create the metrics server
⋮----
// creating two types of Eth clients: HTTP and WS
⋮----
// creating AVS clients: Reader
⋮----
// creating EL clients: Reader and EigenLayer Contract Bindings
⋮----
// BuildAll creates all the clients needed to interact with the AVS and EL contracts. For both read and write
// operations.
// TODO: this is confusing right now because clients are not instrumented clients, but
// we return metrics and prometheus reg, so user has to build instrumented clients at the call
// site if they need them. We should probably separate into two separate constructors, one
// for non-instrumented clients that doesn't return metrics/reg, and another instrumented-constructor
// that returns instrumented clients and the metrics/reg.
func BuildAll(
	config BuildAllConfig,
	ecdsaPrivateKey *ecdsa.PrivateKey,
	logger logging.Logger,
) (*Clients, error)
⋮----
// creating AVS clients: Reader and Writer
⋮----
// creating EL clients: Reader, Writer and EigenLayer Contract Bindings
⋮----
// Very basic validation that makes sure all fields are nonempty
// we might eventually want more sophisticated validation, based on regexp,
// or use something like https://json-schema.org/ (?)
func (config *BuildAllConfig) validate(logger logging.Logger) error
````

## File: chainio/clients/clients_test.go
````go
package clients_test
⋮----
import (
	"os"
	"testing"
)
⋮----
"os"
"testing"
⋮----
func TestMain(m *testing.M)
````

## File: chainio/txmgr/geometric/geometric_example_test.go
````go
package geometric
⋮----
import (
	"context"
	"crypto/ecdsa"
	"fmt"
	"math/big"
	"os"

	"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
	"github.com/Layr-Labs/eigensdk-go/chainio/clients/wallet"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/signerv2"
	"github.com/Layr-Labs/eigensdk-go/testutils"
	"github.com/Layr-Labs/eigensdk-go/utils"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/crypto"
	"github.com/ethereum/go-ethereum/ethclient"
	"github.com/prometheus/client_golang/prometheus"
)
⋮----
"context"
"crypto/ecdsa"
"fmt"
"math/big"
"os"
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
"github.com/Layr-Labs/eigensdk-go/chainio/clients/wallet"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/signerv2"
"github.com/Layr-Labs/eigensdk-go/testutils"
"github.com/Layr-Labs/eigensdk-go/utils"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/ethclient"
"github.com/prometheus/client_golang/prometheus"
⋮----
var (
	chainid = big.NewInt(31337)
⋮----
func createTx(client eth.HttpBackend, address common.Address) (*types.Transaction, error)
⋮----
func createTxMgr(rpcUrl string, ecdsaPrivateKey *ecdsa.PrivateKey) (eth.HttpBackend, *GeometricTxManager, error)
⋮----
func ExampleGeometricTxManager()
⋮----
// we just add this to make sure the example runs
⋮----
// Output: Tx sent
````

## File: chainio/txmgr/geometric/geometric_test.go
````go
package geometric
⋮----
import (
	"context"
	"fmt"
	"math/big"
	"sync"
	"testing"
	"time"

	"github.com/Layr-Labs/eigensdk-go/chainio/clients/wallet"
	"github.com/Layr-Labs/eigensdk-go/crypto/ecdsa"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/signerv2"
	"github.com/Layr-Labs/eigensdk-go/testutils"
	"github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/ethclient"
	"github.com/stretchr/testify/require"
	"golang.org/x/sync/errgroup"
)
⋮----
"context"
"fmt"
"math/big"
"sync"
"testing"
"time"
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients/wallet"
"github.com/Layr-Labs/eigensdk-go/crypto/ecdsa"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/signerv2"
"github.com/Layr-Labs/eigensdk-go/testutils"
"github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/ethclient"
"github.com/stretchr/testify/require"
"golang.org/x/sync/errgroup"
⋮----
var chainId = big.NewInt(31337)
⋮----
type testHarness struct {
	fakeEthBackend *fakeEthBackend
	txmgr          *GeometricTxManager
}
⋮----
func (h *testHarness) validateTxReceipt(t *testing.T, txReceipt *types.Receipt)
⋮----
func newTestHarness(t *testing.T, geometricTxnManagerParams *GeometricTxnManagerParams) *testHarness
⋮----
// set to 100 so that no buffer is added to the gasTipCap
// this way we can test that the txmgr will bump the gasTipCap to a working value
// and also simulate a congested network (with fakeEthBackend.congestedBlocks) where txs won't be mined
⋮----
// set to 1 second (instead of default 2min) so that we can test that the txmgr will bump the gasTipCap to a
// working value
⋮----
func TestGeometricTxManager(t *testing.T)
⋮----
// ethBackend returns an error if the tx's gasFeeCap is less than the baseFeePerGas
// this test makes sure that even setting a gasFeeCap less than the baseFeePerGas in the tx (1 above) still
// works,
// because the txmgr will overwrite it and set the gasFeeCap to a working value
⋮----
func newUnsignedEthTransferTx(nonce uint64, gasFeeCap *big.Int) *types.Transaction
⋮----
// 1 gwei is anvil's default starting baseFeePerGas on its genesis block
⋮----
type fakeEthBackend struct {
	// congestedBlocks can be set to a positive number to start a congestion period.
	// while congestedBlocks > 0, gasTipCap will increase everytime it is read, simulating a congested network
	// this way whenever the txmgr reads the gasTipCap to bump a tx and resend it, the gasTipCap will increase
	// so as to prevent the tx from being mined
	// everytime a block is mined, congestedBlocks will decrease by 1
	congestedBlocks uint64
	gasTipCap       *big.Int
	baseFeePerGas   *big.Int
	// mu protects all the below fields which are updated in "mining" goroutines (see Send)
	mu          sync.Mutex
	blockNumber uint64
	// we use a single nonce for now because the txmgr only supports a single sender
	nonce    uint64
	mempool  map[uint64]*types.Transaction // nonce -> tx
	minedTxs map[common.Hash]*types.Receipt
	logger   logging.Logger
}
⋮----
// congestedBlocks can be set to a positive number to start a congestion period.
// while congestedBlocks > 0, gasTipCap will increase everytime it is read, simulating a congested network
// this way whenever the txmgr reads the gasTipCap to bump a tx and resend it, the gasTipCap will increase
// so as to prevent the tx from being mined
// everytime a block is mined, congestedBlocks will decrease by 1
⋮----
// mu protects all the below fields which are updated in "mining" goroutines (see Send)
⋮----
// we use a single nonce for now because the txmgr only supports a single sender
⋮----
mempool  map[uint64]*types.Transaction // nonce -> tx
⋮----
func NewFakeEthBackend() *fakeEthBackend
⋮----
gasTipCap:       big.NewInt(1),             // 1 wei, same default as anvil
baseFeePerGas:   big.NewInt(1_000_000_000), // 1 gwei, same default as anvil
⋮----
func (s *fakeEthBackend) WithBaseFeePerGas(baseFeePerGas *big.Int) *fakeEthBackend
⋮----
func (s *fakeEthBackend) startMining()
⋮----
// if there's a tx in the mempool with the current nonce and its gasTipCap is >= baseFeePerGas, mine it
⋮----
// mine a block every 100 ms
⋮----
func (s *fakeEthBackend) setCongestedBlocks(n uint64)
⋮----
func (s *fakeEthBackend) BlockNumber(context.Context) (uint64, error)
⋮----
func (s *fakeEthBackend) SuggestGasTipCap(ctx context.Context) (*big.Int, error)
⋮----
func (s *fakeEthBackend) EstimateGas(ctx context.Context, msg ethereum.CallMsg) (uint64, error)
⋮----
func (s *fakeEthBackend) HeaderByNumber(ctx context.Context, number *big.Int) (*types.Header, error)
⋮----
func (s *fakeEthBackend) SendTransaction(ctx context.Context, tx *types.Transaction) error
⋮----
func (s *fakeEthBackend) TransactionReceipt(ctx context.Context, txHash common.Hash) (*types.Receipt, error)
⋮----
// ========================== INTEGRATION TESTS ==========================
⋮----
type integrationEthBackend interface {
	wallet.EthBackend
	ethBackend
}
type integrationTestHarness struct {
	ethBackend integrationEthBackend
	txmgr      *GeometricTxManager
}
⋮----
func newIntegrationTestHarness(t *testing.T) *integrationTestHarness
⋮----
func TestGeometricTxManagerIntegration(t *testing.T)
````

## File: chainio/txmgr/geometric/geometric.go
````go
package geometric
⋮----
import (
	"context"
	"errors"
	"fmt"
	"math/big"
	"net/url"
	"time"

	"github.com/Layr-Labs/eigensdk-go/chainio/clients/wallet"
	"github.com/Layr-Labs/eigensdk-go/chainio/txmgr"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/utils"
	"github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
)
⋮----
"context"
"errors"
"fmt"
"math/big"
"net/url"
"time"
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients/wallet"
"github.com/Layr-Labs/eigensdk-go/chainio/txmgr"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/utils"
"github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
⋮----
type transaction struct {
	*types.Transaction
	TxID        wallet.TxID
	requestedAt time.Time
}
⋮----
type txnRequest struct {
	tx *types.Transaction

	requestedAt time.Time
	// txAttempts are the transactions that have been attempted to be mined for this request.
	// If a transaction hasn't been confirmed within the timeout and a replacement transaction is sent,
	// the original transaction hash will be kept in this slice
	txAttempts []*transaction
}
⋮----
// txAttempts are the transactions that have been attempted to be mined for this request.
// If a transaction hasn't been confirmed within the timeout and a replacement transaction is sent,
// the original transaction hash will be kept in this slice
⋮----
type ethBackend interface {
	BlockNumber(ctx context.Context) (uint64, error)
	SuggestGasTipCap(ctx context.Context) (*big.Int, error)
	EstimateGas(ctx context.Context, msg ethereum.CallMsg) (uint64, error)
	HeaderByNumber(ctx context.Context, number *big.Int) (*types.Header, error)
}
⋮----
type GeometricTxManager struct {
	ethClient ethBackend
	wallet    wallet.Wallet
	logger    logging.Logger
	metrics   Metrics

	// consts
	params GeometricTxnManagerParams
}
⋮----
// consts
⋮----
var _ txmgr.TxManager = (*GeometricTxManager)(nil)
⋮----
// GeometricTxnManagerParams contains the parameters for the GeometricTxManager.
// If a parameter is not set (aka its zero value is present in the struct), the default value will be used.
type GeometricTxnManagerParams struct {
	// number of blocks to wait for a transaction to be confirmed
	// default: 0
	ConfirmationBlocks uint64
	// time to wait for a transaction to be broadcasted to the network
	// could be direct via eth_sendRawTransaction or indirect via a wallet service such as fireblocks
	// default: 2 minutes
	TxnBroadcastTimeout time.Duration
	// time to wait for a transaction to be confirmed (mined + confirmationBlocks blocks)
	// default: 5 * 12 seconds
	TxnConfirmationTimeout time.Duration
	// max number of times to retry sending a transaction before failing
	// this applies to every transaction attempt when a nonce is bumped
	// default: 3
	MaxSendTransactionRetry int
	// time to wait between checking for each transaction receipt
	// while monitoring transactions to get mined
	// default: 3 seconds
	GetTxReceiptTickerDuration time.Duration
	// default gas tip cap to use when eth_maxPriorityFeePerGas is not available
	// default: 5 gwei
	FallbackGasTipCap uint64
	// multiplier for gas limit to add a buffer and increase chance of tx getting included. Should be >= 1.0
	// default: 1.2
	GasMultiplier float64
	// multiplier for gas tip. Should be >= 1.0
	// default: 1.25
	GasTipMultiplier float64
}
⋮----
// number of blocks to wait for a transaction to be confirmed
// default: 0
⋮----
// time to wait for a transaction to be broadcasted to the network
// could be direct via eth_sendRawTransaction or indirect via a wallet service such as fireblocks
// default: 2 minutes
⋮----
// time to wait for a transaction to be confirmed (mined + confirmationBlocks blocks)
// default: 5 * 12 seconds
⋮----
// max number of times to retry sending a transaction before failing
// this applies to every transaction attempt when a nonce is bumped
// default: 3
⋮----
// time to wait between checking for each transaction receipt
// while monitoring transactions to get mined
// default: 3 seconds
⋮----
// default gas tip cap to use when eth_maxPriorityFeePerGas is not available
// default: 5 gwei
⋮----
// multiplier for gas limit to add a buffer and increase chance of tx getting included. Should be >= 1.0
// default: 1.2
⋮----
// multiplier for gas tip. Should be >= 1.0
// default: 1.25
⋮----
var defaultParams = GeometricTxnManagerParams{
	ConfirmationBlocks:         0,                    // tx mined is considered confirmed
	TxnBroadcastTimeout:        2 * time.Minute,      // fireblocks has had issues so we give it a long time
	TxnConfirmationTimeout:     5 * 12 * time.Second, // 5 blocks
	MaxSendTransactionRetry:    3,                    // arbitrary
	GetTxReceiptTickerDuration: 3 * time.Second,
	FallbackGasTipCap:          uint64(5_000_000_000), // 5 gwei
	GasMultiplier:              float64(1.20),         // add an extra 20% gas buffer to the gas limit
	GasTipMultiplier:           float64(1.25),         // add an extra 25% to the gas tip
}
⋮----
ConfirmationBlocks:         0,                    // tx mined is considered confirmed
TxnBroadcastTimeout:        2 * time.Minute,      // fireblocks has had issues so we give it a long time
TxnConfirmationTimeout:     5 * 12 * time.Second, // 5 blocks
MaxSendTransactionRetry:    3,                    // arbitrary
⋮----
FallbackGasTipCap:          uint64(5_000_000_000), // 5 gwei
GasMultiplier:              float64(1.20),         // add an extra 20% gas buffer to the gas limit
GasTipMultiplier:           float64(1.25),         // add an extra 25% to the gas tip
⋮----
func fillUnsetParamsWithDefaultValues(params *GeometricTxnManagerParams)
⋮----
func NewGeometricTxnManager(
	ethClient ethBackend,
	wallet wallet.Wallet,
	logger logging.Logger,
	metrics Metrics,
	params GeometricTxnManagerParams,
) *GeometricTxManager
⋮----
// GetNoSendTxOpts This generates a noSend TransactOpts so that we can use
// this to generate the transaction without actually sending it
func (m *GeometricTxManager) GetNoSendTxOpts() (*bind.TransactOpts, error)
⋮----
func newTxnRequest(tx *types.Transaction) *txnRequest
⋮----
// Send is used to sign and send a transaction to an evm chain.
// It does gas estimation and gas price bumping to ensure the transaction gets mined,
// but it does not do nonce management, so the tx argument must have the correct nonce already set.
//
// Send is blocking and safe to call concurrently, so sending multiple txs in parallel is safe.
func (t *GeometricTxManager) Send(
	ctx context.Context,
	tx *types.Transaction,
	waitForReceipt bool,
) (*types.Receipt, error)
⋮----
// processTransaction sends the transaction and runs a monitoring loop to bump the gasPrice until the tx get included.
// processTransaction can be called concurrently, so sending multiple txs in parallel is safe.
// However, the nonces have to be set correctly by the caller. One could send txs with nonces 3,2,1,0 in this order.
// But sending nonces 2,1 and forgetting 0 would cause the manager to get stuck waiting for nonce 0 to be mined.
// Thus a wallet which manages nonces should be used to ensure the correct nonce is set.
func (t *GeometricTxManager) processTransaction(ctx context.Context, req *txnRequest) (*types.Receipt, error)
⋮----
var txn *types.Transaction
var txID wallet.TxID
⋮----
// the fireblocks and privatekey wallets use go's net.Http client which returns a url.Error on timeouts
// see https://pkg.go.dev/net/http#Client.Do
// context.DeadlineExceeded error is returned by any other (non-network) context timeouting.
// so we need this ugly code to catch both forms of timeout.
// Perhaps we could in the fireblocks client convert the url.Error into context.DeadlineExceeded errors?
var urlErr *url.Error
⋮----
// TODO: why do we only retry on client or server timeouts? what about other errors?
⋮----
// if all attempts to send the tx failed, return an error
⋮----
// ensureAnyFireblocksTransactionBroadcasted waits until at least one of the bumped transactions are broadcasted to the
// network.
// this is only needed for the Fireblocks wallet, where some processing is done in their backend before broadcasting to
// the ethereum network.
func (t *GeometricTxManager) ensureAnyFireblocksTransactionBroadcasted(ctx context.Context, txs []*transaction) error
⋮----
// Wait for the next round.
⋮----
// ensureAnyTransactionConfirmed waits until at least one of the transactions is confirmed (mined + confirmationBlocks
// blocks). It returns the receipt of the first transaction that is confirmed (only one tx can ever be mined given they
// all have the same nonce).
func (t *GeometricTxManager) ensureAnyTransactionConfirmed(
	ctx context.Context,
	txs []*transaction,
) (*types.Receipt, error)
⋮----
var receipt *types.Receipt
var err error
// transactions that need to be queried. Some transactions will be removed from this map depending on their status.
⋮----
// TODO(samlaf): how to maintain these better? How do we know which errors to use and where they are
// returned from?
⋮----
// Remove the transaction from the list of transactions to query.
// go seemingly allows deleting from a map while iterating over it:
// https://groups.google.com/g/golang-nuts/c/rEmaoxi11_A
// although the official spec and faq don't seem to mention this anywhere...
⋮----
// monitorTransaction waits until the transaction is confirmed (or failed) and resends it with a higher gas price if it
// is not mined without a timeout.
// It returns the receipt once the transaction has been confirmed.
// It returns an error if the transaction fails to be sent for reasons other than timeouts.
func (t *GeometricTxManager) monitorTransaction(ctx context.Context, req *txnRequest) (*types.Receipt, error)
⋮----
// Fireblocks wallet is used, there may be delays in broadcasting the transaction due to
// latency from cosigning and MPC operations. We thus make sure that at least one of the
// bumped transactions are broadcasted to the network before querying for its receipt.
⋮----
// Consider these transactions failed as they haven't been broadcasted within timeout.
// Cancel these transactions to avoid blocking the next transactions.
⋮----
// speedUpTxn increases the gas price of the existing transaction by specified percentage.
// It makes sure the new gas price is not lower than the current gas price.
func (t *GeometricTxManager) speedUpTxn(
	ctx context.Context,
	tx *types.Transaction,
	numSpeedUps int,
) (*types.Transaction, error)
⋮----
// bump the current gasTip, and also reestimate it from the node, and take the highest value
var newGasTipCap *big.Int
⋮----
// UpdateGasParams updates the three gas related parameters of a transaction:
// - gasTipCap: calls the json-rpc method eth_maxPriorityFeePerGas and
// adds a extra buffer based on o.params.GasTipMultiplierPercentage
// - gasFeeCap: calculates the gas fee cap as 2 * baseFee + gasTipCap
// - gasLimit: calls the json-rpc method eth_estimateGas and
// adds a extra buffer based on o.params.GasMultiplierPercentage
func (t *GeometricTxManager) updateGasTipCap(
	ctx context.Context,
	tx *types.Transaction,
	newGasTipCap *big.Int,
	from common.Address,
) (*types.Transaction, error)
⋮----
// we reestimate the gas limit because the state of the chain may have changed,
// which could cause the previous gas limit to be insufficient
⋮----
// we also add a buffer to the gas limit to account for potential changes in the state of the chain
// between the time of estimation and the time the transaction is mined
⋮----
func (t *GeometricTxManager) estimateGasTipCap(ctx context.Context) (gasTipCap *big.Int, err error)
⋮----
// If the transaction failed because the backend does not support
// eth_maxPriorityFeePerGas, fallback to using the default constant.
// Currently Alchemy is the only backend provider that exposes this
// method, so in the event their API is unreachable we can fallback to a
// degraded mode of operation. This also applies to our test
// environments, as hardhat doesn't support the query either.
// TODO: error could actually come from node not being down or network being slow, etc.
⋮----
// addGasTipCapBuffer adds a buffer to the gas tip cap to account for potential changes in the state of the chain
// The result is returned in a new big.Int to avoid modifying the input gasTipCap.
func (t *GeometricTxManager) addGasTipCapBuffer(gasTipCap *big.Int) *big.Int
⋮----
// estimateGasFeeCap returns the gas fee cap for a transaction, calculated as:
// gasFeeCap = 2 * baseFee + gasTipCap
// Rationale: https://www.blocknative.com/blog/eip-1559-fees
// The result is returned in a new big.Int to avoid modifying gasTipCap.
func (t *GeometricTxManager) estimateGasFeeCap(ctx context.Context, gasTipCap *big.Int) (*big.Int, error)
⋮----
func (t *GeometricTxManager) addGasBuffer(gasLimit uint64) uint64
````

## File: chainio/txmgr/geometric/metrics.go
````go
package geometric
⋮----
import (
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/prometheus/client_golang/prometheus"
	"github.com/prometheus/client_golang/prometheus/promauto"
)
⋮----
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
⋮----
type Metrics interface {
	ObserveBroadcastLatencyMs(latencyMs int64)
	ObserveConfirmationLatencyMs(latencyMs int64)
	ObserveGasUsedWei(gasUsedWei uint64)
	ObserveSpeedups(speedUps int)
	IncrementProcessingTxCount()
	DecrementProcessingTxCount()
	IncrementProcessedTxsTotal(state string)
}
⋮----
const namespace = "txmgr"
⋮----
type PromMetrics struct {
	broadcastLatencyMs    prometheus.Summary
	confirmationLatencyMs prometheus.Summary
	gasUsedGwei           prometheus.Summary
	speedUps              prometheus.Histogram
	processingTxCount     prometheus.Gauge
	processedTxsTotal     *prometheus.CounterVec
}
⋮----
var _ Metrics = (*PromMetrics)(nil)
⋮----
func NewMetrics(reg prometheus.Registerer, subsystem string, logger logging.Logger) *PromMetrics
⋮----
// TODO: we only observe latency of txs that were successfully broadcasted or confirmed.
// We should also observe latency of txs that failed to broadcast or confirm.
⋮----
func (m *PromMetrics) ObserveBroadcastLatencyMs(latencyMs int64)
⋮----
func (m *PromMetrics) ObserveConfirmationLatencyMs(latencyMs int64)
⋮----
func (m *PromMetrics) ObserveGasUsedWei(gasUsedWei uint64)
⋮----
func (m *PromMetrics) ObserveSpeedups(speedUps int)
⋮----
func (m *PromMetrics) IncrementProcessingTxCount()
⋮----
func (m *PromMetrics) DecrementProcessingTxCount()
⋮----
func (m *PromMetrics) IncrementProcessedTxsTotal(state string)
⋮----
type NoopMetrics struct{}
⋮----
var _ Metrics = (*NoopMetrics)(nil)
⋮----
func NewNoopMetrics() *NoopMetrics
````

## File: chainio/txmgr/README.md
````markdown
## Transaction Manager

Transaction Manager is responsible for
* Building transactions
* Estimating fees and adding gas limit buffer
* Signing transactions
* Sending transactions to the network
* Doing transaction nonce and gas price management to ensure transactions are mined


Here's the flow of the simple transaction manager which is used to send smart contract transactions to the network.
![Simple Transaction Manager](./simple-tx-manager-flow.png)

### Simple Transaction Manager

The simple txmgr simply sends transactions to the network, waits for them to be mined, and returns the receipt. It doesn't do any managing.

### Geometric Transaction Manager

The geometric txmgr is a more advanced version of the simple txmgr. It sends transactions to the network, waits for them to be mined, and if they are not mined within a certain time, it bumps the gas price geometrically and resubmits the transaction. This process is repeated until the transaction is mined.
````

## File: chainio/txmgr/simple_test.go
````go
package txmgr_test
⋮----
import (
	"context"
	"errors"
	"math/big"
	"testing"
	"time"

	"github.com/Layr-Labs/eigensdk-go/chainio/clients/wallet"
	"github.com/Layr-Labs/eigensdk-go/chainio/txmgr"
	"github.com/Layr-Labs/eigensdk-go/signerv2"
	"github.com/Layr-Labs/eigensdk-go/testutils"
	"github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/crypto"
	"github.com/ethereum/go-ethereum/ethclient"
	"github.com/stretchr/testify/assert"
	"github.com/stretchr/testify/require"
)
⋮----
"context"
"errors"
"math/big"
"testing"
"time"
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients/wallet"
"github.com/Layr-Labs/eigensdk-go/chainio/txmgr"
"github.com/Layr-Labs/eigensdk-go/signerv2"
"github.com/Layr-Labs/eigensdk-go/testutils"
"github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/ethclient"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
⋮----
func newTx() *types.Transaction
⋮----
func TestSendWithRetryWithNoError(t *testing.T)
⋮----
// Test SendWithRetry with a non-failing transaction to verify normal behavior
⋮----
func TestSendWithRetryDoesBackoff(t *testing.T)
⋮----
// Test SendWithRetry using a FailingEthBackend to simulate errors when sending transactions
⋮----
// Mock of the EthBackend that returns an error when sending transactions.
// Once pendingFailures reaches zero, SendTransaction will no longer fail
type FailingEthBackend struct {
	pendingFailures uint32
}
⋮----
func NewFailingEthBackend(pendingFailures uint32) *FailingEthBackend
⋮----
func (s *FailingEthBackend) SendTransaction(ctx context.Context, tx *types.Transaction) error
⋮----
func (s *FailingEthBackend) TransactionReceipt(ctx context.Context, txHash common.Hash) (*types.Receipt, error)
⋮----
func (s *FailingEthBackend) EstimateGas(ctx context.Context, msg ethereum.CallMsg) (uint64, error)
⋮----
func (s *FailingEthBackend) HeaderByNumber(ctx context.Context, number *big.Int) (*types.Header, error)
⋮----
func (s *FailingEthBackend) SuggestGasTipCap(ctx context.Context) (*big.Int, error)
````

## File: chainio/txmgr/simple.go
````go
package txmgr
⋮----
import (
	"context"
	"errors"
	"math/big"
	"time"

	"github.com/Layr-Labs/eigensdk-go/chainio/clients/wallet"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/utils"
	"github.com/cenkalti/backoff/v4"
	"github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/log"
)
⋮----
"context"
"errors"
"math/big"
"time"
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients/wallet"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/utils"
"github.com/cenkalti/backoff/v4"
"github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/log"
⋮----
var (
	// FallbackGasTipCap 5 gwei in case the backend does not support eth_maxPriorityFeePerGas (no idea if/when this ever
	// happens..)
⋮----
// FallbackGasTipCap 5 gwei in case the backend does not support eth_maxPriorityFeePerGas (no idea if/when this ever
// happens..)
⋮----
// FallbackGasLimitMultiplier 1.20x gas limit multiplier. This is arbitrary but should be safe for most cases
⋮----
type ethBackend interface {
	SuggestGasTipCap(ctx context.Context) (*big.Int, error)
	HeaderByNumber(ctx context.Context, number *big.Int) (*types.Header, error)
	EstimateGas(ctx context.Context, msg ethereum.CallMsg) (uint64, error)
}
⋮----
type SimpleTxManager struct {
	wallet             wallet.Wallet
	client             ethBackend
	logger             logging.Logger
	sender             common.Address
	gasLimitMultiplier float64
}
⋮----
var _ TxManager = (*SimpleTxManager)(nil)
⋮----
// NewSimpleTxManager creates a new simpleTxManager which can be used
// to send a transaction to smart contracts on the Ethereum node
func NewSimpleTxManager(
	wallet wallet.Wallet,
	client ethBackend,
	logger logging.Logger,
	sender common.Address,
) *SimpleTxManager
⋮----
func (m *SimpleTxManager) WithGasLimitMultiplier(multiplier float64) *SimpleTxManager
⋮----
// Send is used to send a transaction to the Ethereum node. It takes an unsigned/signed transaction
// and then sends it to the Ethereum node.
// It also takes care of gas estimation and adds a buffer to the gas limit
// If you pass in a signed transaction it will ignore the signature
// and resign the transaction after adding the nonce and gas limit.
// To check out the whole flow on how this works, check out the README.md in this folder
// If waitForReceipt is set to false, the function returns a dummy transaction receipt containing a transaction hash.
func (m *SimpleTxManager) Send(
	ctx context.Context,
	tx *types.Transaction,
	waitForReceipt bool,
) (*types.Receipt, error)
⋮----
// SendWithRetry is used to send a transaction to the Ethereum node, same as Send but adding retry logic.
// If the transaction fails, it will retry sending the transaction until it gets a receipt, using
// **exponential backoff** with factor `multiplier`, starting with `initialInterval`.
func (m *SimpleTxManager) SendWithRetry(
	ctx context.Context,
	tx *types.Transaction,
	initialInterval time.Duration,
	maxElapsedTime time.Duration,
	multiplier float64,
) (*types.Receipt, error)
⋮----
func (m *SimpleTxManager) send(ctx context.Context, tx *types.Transaction) (*types.Receipt, error)
⋮----
// Estimate gas and nonce
// can't print tx hash in logs because the tx changes below when we complete and sign it
// so the txHash is meaningless at this point
⋮----
func NoopSigner(addr common.Address, tx *types.Transaction) (*types.Transaction, error)
⋮----
// GetNoSendTxOpts This generates a noSend TransactOpts so that we can use
// this to generate the transaction without actually sending it
func (m *SimpleTxManager) GetNoSendTxOpts() (*bind.TransactOpts, error)
⋮----
func (m *SimpleTxManager) waitForReceipt(ctx context.Context, txID wallet.TxID) (*types.Receipt, error)
⋮----
// TODO: make this ticker adjustable
⋮----
func (m *SimpleTxManager) queryReceipt(ctx context.Context, txID wallet.TxID) *types.Receipt
⋮----
// estimateGasAndNonce we are explicitly implementing this because
// * We want to support legacy transactions (i.e. not dynamic fee)
// * We want to support gas management, i.e. add buffer to gas limit
func (m *SimpleTxManager) estimateGasAndNonce(ctx context.Context, tx *types.Transaction) (*types.Transaction, error)
⋮----
// If the transaction failed because the backend does not support
// eth_maxPriorityFeePerGas, fallback to using the default constant.
⋮----
// 2*baseFee + gasTipCap makes sure that the tx remains includeable for 6 consecutive 100% full blocks.
// see https://www.blocknative.com/blog/eip-1559-fees
⋮----
// we only estimate if gasLimit is not already set
⋮----
Nonce:     tx.Nonce(), // We are not doing any nonce management for now but we probably should later for more robustness
````

## File: chainio/txmgr/txmgr.go
````go
package txmgr
⋮----
import (
	"context"

	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/core/types"
)
⋮----
"context"
⋮----
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/core/types"
⋮----
type TxManager interface {
	// Send is used to sign and send a transaction to an evm chain
	// It takes an unsigned transaction and then signs it before sending
	// It might also take care of nonce management and gas estimation, depending on the implementation
	Send(ctx context.Context, tx *types.Transaction, waitForReceipt bool) (*types.Receipt, error)

	// GetNoSendTxOpts generates a TransactOpts with
	// - NoSend=true: b/c we want to manage the sending ourselves
	// - Signer=NoopSigner: b/c we want the wallet to manage signing
	// - From=sender: unfortunately needed as first parameter to
	// This is needed when using abigen to construct transactions.
	// this to generate the transaction without actually sending it
	GetNoSendTxOpts() (*bind.TransactOpts, error)
}
⋮----
// Send is used to sign and send a transaction to an evm chain
// It takes an unsigned transaction and then signs it before sending
// It might also take care of nonce management and gas estimation, depending on the implementation
⋮----
// GetNoSendTxOpts generates a TransactOpts with
// - NoSend=true: b/c we want to manage the sending ourselves
// - Signer=NoopSigner: b/c we want the wallet to manage signing
// - From=sender: unfortunately needed as first parameter to
// This is needed when using abigen to construct transactions.
// this to generate the transaction without actually sending it
````

## File: chainio/utils/utils.go
````go
package utils
⋮----
import (
	"math/big"

	m2regcoord "github.com/Layr-Labs/eigensdk-go/M2-contracts/bindings/RegistryCoordinator"
	regcoord "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RegistryCoordinator"
	"github.com/Layr-Labs/eigensdk-go/crypto/bls"
	"github.com/consensys/gnark-crypto/ecc/bn254"
)
⋮----
"math/big"
⋮----
m2regcoord "github.com/Layr-Labs/eigensdk-go/M2-contracts/bindings/RegistryCoordinator"
regcoord "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RegistryCoordinator"
"github.com/Layr-Labs/eigensdk-go/crypto/bls"
"github.com/consensys/gnark-crypto/ecc/bn254"
⋮----
// BINDING UTILS - conversion from contract structs to golang structs
⋮----
func ConvertBn254GethToGnark(input regcoord.BN254G1Point) *bn254.G1Affine
⋮----
// BN254.sol is a library, so bindings for G1 Points and G2 Points are only generated
// in every contract that imports that library. Thus the output here will need to be
// type casted if G1Point is needed to interface with another contract (eg: BLSPublicKeyCompendium.sol)
func ConvertToBN254G1Point(input *bls.G1Point) regcoord.BN254G1Point
⋮----
func ConvertToBN254G2Point(input *bls.G2Point) regcoord.BN254G2Point
⋮----
// This function is for M2 functionality
func ConvertM2Bn254GethToGnark(input m2regcoord.BN254G1Point) *bn254.G1Affine
⋮----
func ConvertToM2BN254G1Point(input *bls.G1Point) m2regcoord.BN254G1Point
⋮----
func ConvertToM2BN254G2Point(input *bls.G2Point) m2regcoord.BN254G2Point
````

## File: chainio/gen.go
````go
package chainio
⋮----
//go:generate mockgen -destination=./clients/mocks/fireblocks.go -package=mocks -mock_names=Client=MockFireblocksClient github.com/Layr-Labs/eigensdk-go/chainio/clients/fireblocks Client
//go:generate mockgen -destination=./clients/mocks/wallet.go -package=mocks github.com/Layr-Labs/eigensdk-go/chainio/clients/wallet Wallet
````

## File: chainio/README.md
````markdown
## ChainIO


### Interacting with a json-rpc node

We have a basic [ethClient](./clients/eth/client.go) which simply wraps geth's ethClient and adds some convenience methods. The Client interface is also implemented by [instrumentedClient](./clients/eth/instrumented_client.go) which adds metrics to the ethClient to conform to the node spec's [rpc metrics](https://docs.eigenlayer.xyz/eigenlayer/avs-guides/spec/metrics/metrics-prom-spec#rpc-metrics) requirements.


### Building Transactions

In order to facilitate reading/writing/subscribing to [eigenlayer core](./clients/elcontracts/) contracts and [avs registry](./clients/avsregistry/) contracts, we use geth's abigen created bindings for low-level interactions, as well as our own high-level clients with higher utility functions:
- [Eigenlayer Contract Bindings](./clients/elcontracts/bindings.go)
  - generated by abigen
  - low level bindings to eigenlayer core contracts, which wrap our ethClient
- [ELChainReader](./clients/elcontracts/reader.go) / [ELChainWriter](./clients/elcontracts/writer.go) / [ELChainSubscriber](./clients/avsregistry/subscriber.go)
  - wraps bindings and adds convenience methods
  - These structs should be the only ones used by AVS developers, apart from interacting with an ethClient directly to make direct json rpc calls such as waiting for a transaction receipt.

There's a similar setup for the [avs registry](./clients/avsregistry/) contracts.

### Signing, Sending, and Managing Transactions

After building transactions, we need to sign them, send them to the network, and manage the nonce and gas price to ensure they are mined. This functionality is provided by:
- [txmgr](./txmgr/README.md)
  - uses a wallet to sign and submit transactions, but then manages them by resubmitting with higher gas prices until they are mined.
- [wallet](./clients/wallet)
  - uses a signerv2 to sign transactions, sends them to the network and can query for their receipts
  - wallet abstraction is needed because "wallets", such as fireblocks, both sign and send transactions to the network (they don't simply return signed bytes so that we can send them ourselves)
- [signerv2](../signerv2/README.md)
  - signs transactions
````

## File: cmd/egnaddrs/main_test.go
````go
package main
⋮----
import (
	"context"
	"testing"

	"github.com/Layr-Labs/eigensdk-go/testutils"
	"github.com/ethereum/go-ethereum/common"
)
⋮----
"context"
"testing"
⋮----
"github.com/Layr-Labs/eigensdk-go/testutils"
"github.com/ethereum/go-ethereum/common"
⋮----
const (
	anvilStateFileName = "contracts-deployed-anvil-state.json" // in contracts/anvil/
)
⋮----
anvilStateFileName = "contracts-deployed-anvil-state.json" // in contracts/anvil/
⋮----
func TestEgnAddrsWithServiceManagerFlag(t *testing.T)
⋮----
// read input from JSON if available, otherwise use default values
var defaultInput = struct {
		ServiceManagerAddress common.Address `json:"service_manager_address"`
		RpcUrl                string         `json:"rpc_url"`
	}{
		ServiceManagerAddress: testutils.GetContractAddressesFromContractRegistry(anvilEndpoint).ServiceManager,
		RpcUrl:                anvilEndpoint,
	}
⋮----
// we just make sure it doesn't crash
⋮----
func TestEgnAddrsWithRegistryCoordinatorFlag(t *testing.T)
````

## File: cmd/egnaddrs/main.go
````go
package main
⋮----
import (
	"context"
	"encoding/json"
	"errors"
	"fmt"
	"os"
	"time"

	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/ethclient"
	"github.com/urfave/cli/v2"

	dm "github.com/Layr-Labs/eigensdk-go/contracts/bindings/DelegationManager"
	iblssigchecker "github.com/Layr-Labs/eigensdk-go/contracts/bindings/IBLSSignatureChecker"
	regcoord "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RegistryCoordinator"
	slashregcoord "github.com/Layr-Labs/eigensdk-go/contracts/bindings/SlashingRegistryCoordinator"
	stakeregistry "github.com/Layr-Labs/eigensdk-go/contracts/bindings/StakeRegistry"
)
⋮----
"context"
"encoding/json"
"errors"
"fmt"
"os"
"time"
⋮----
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/ethclient"
"github.com/urfave/cli/v2"
⋮----
dm "github.com/Layr-Labs/eigensdk-go/contracts/bindings/DelegationManager"
iblssigchecker "github.com/Layr-Labs/eigensdk-go/contracts/bindings/IBLSSignatureChecker"
regcoord "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RegistryCoordinator"
slashregcoord "github.com/Layr-Labs/eigensdk-go/contracts/bindings/SlashingRegistryCoordinator"
stakeregistry "github.com/Layr-Labs/eigensdk-go/contracts/bindings/StakeRegistry"
⋮----
var (
	ServiceManagerAddrFlag = &cli.StringFlag{
		Name:     "service-manager",
		Usage:    "ServiceManager contract address",
		Required: false,
	}
	RegistryCoordinatorAddrFlag = &cli.StringFlag{
		Name:     "registry-coordinator",
		Usage:    "BLSRegistryCoordinatorWithIndices contract address",
		Required: false,
	}
	RpcUrlFlag = &cli.StringFlag{
		Name:        "rpc-url",
		Usage:       "rpc url",
		Value:       "http://localhost:8545",
		DefaultText: "http://localhost:8545",
	}
)
⋮----
func main()
⋮----
// We structure run in this way to make it testable.
// see https://github.com/urfave/cli/issues/731
func run(args []string)
⋮----
func printAddrs(c *cli.Context) error
⋮----
func getRegCoordAndServiceMngrAddr(
	c *cli.Context, client *ethclient.Client,
) (regcoordAddr common.Address, servicemanagerAddr common.Address, err error)
⋮----
// if registry coordinator addr was passed as argument
⋮----
// We assume a failure here means it's a `SlashingRegistryCoordinator`, which doesn't have a
// `serviceManager()` method.
// In that case, we just return a zero address for the `ServiceManager`.
⋮----
// else service manager addr was passed as argument
⋮----
// we use the IBLSSignatureChecker interface because the IServiceManager interface doesn't have a getter for the
// registry coordinator
// because we don't want to restrict teams to use our registry contracts.
// However, egnaddrs is targeted at teams using our registry contracts, so we assume that they are using our
// registries and that their service manager inherits the IBLSSignatureChecker interface (to check signatures
// against the BLSPubkeyRegistry).
⋮----
// else neither registry coordinator addr nor service manager addr was passed as argument
⋮----
func getAvsContractAddrs(
	client *ethclient.Client,
	registryCoordinatorAddr common.Address,
	serviceManagerAddr common.Address,
) (map[string]string, error)
⋮----
// 3 registries
⋮----
func getEigenlayerContractAddrs(
	client *ethclient.Client,
	registryCoordinatorAddr common.Address,
) (map[string]string, error)
````

## File: cmd/egnaddrs/README.md
````markdown
## egnaddrs
This tool is used to help debug and test eigenlayer/avs deployments and contract setups.

### How to install
#### Install from repository
```bash
go install github.com/Layr-Labs/eigensdk-go/cmd/egnaddrs@latest
```

#### Install from local source
If you have git cloned eigensdk-go to your machine, navigate to [cmd/egnaddrs](.) directory and run
```bash
go install
```

### Usage

Currently egnaddrs only supports deriving contract addresses starting from a registry-coordinator or service-manager address. It then prints the following datastructure:

```bash
$$$ egnaddrs --registry-coordinator 0x9E545E3C0baAB3E08CdfD552C960A1050f373042
{
  "avs": {
    "bls-pubkey-compendium (shared)": "0x322813Fd9A801c5507c9de605d63CEA4f2CE6c44",
    "bls-pubkey-registry": "0xa82fF9aFd8f496c3d6ac40E2a0F282E47488CFc9",
    "index-registry": "0x1613beB3B2C4f22Ee086B2b38C1476A3cE7f78E8",
    "registry-coordinator": "0x9E545E3C0baAB3E08CdfD552C960A1050f373042",
    "service-manager": "0xc3e53F4d16Ae77Db1c982e75a937B9f60FE63690",
    "stake-registry": "0x851356ae760d987E095750cCeb3bC6014560891C"
  },
  "eigenlayer": {
    "delegation-manager": "0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9",
    "slasher": "0x5FC8d32690cc91D4c39d9d3abcBD16989F875707",
    "strategy-manager": "0xDc64a140Aa3E981100a9becA4E685f962f0cF6C9"
  },
  "network": {
    "chain-id": "31337",
    "rpc-url": "http://localhost:8545"
  }
}
```

Note: If working with the slashing version of contracts, in case the service manager address is not passed, then the returned service manager address will be zero.
````

## File: cmd/egnkey/generate/generate.go
````go
package generate
⋮----
import (
	"crypto/rand"
	"encoding/hex"
	"fmt"
	"math/big"
	"os"
	"path/filepath"

	"github.com/Layr-Labs/eigensdk-go/crypto/bls"

	"github.com/Layr-Labs/eigensdk-go/crypto/ecdsa"
	"github.com/ethereum/go-ethereum/crypto"
	"github.com/google/uuid"
	"github.com/urfave/cli/v2"
)
⋮----
"crypto/rand"
"encoding/hex"
"fmt"
"math/big"
"os"
"path/filepath"
⋮----
"github.com/Layr-Labs/eigensdk-go/crypto/bls"
⋮----
"github.com/Layr-Labs/eigensdk-go/crypto/ecdsa"
"github.com/ethereum/go-ethereum/crypto"
"github.com/google/uuid"
"github.com/urfave/cli/v2"
⋮----
const (
	DefaultKeyFolder = "keys"

	PasswordFile      = "password.txt"
	PrivateKeyHexFile = "private_key_hex.txt"
)
⋮----
var (
	KeyTypeFlag = &cli.StringFlag{
		Name:     "key-type",
		Usage:    "key type to create (ecdsa or bls)",
⋮----
var Command = &cli.Command{
	Name:    "generate",
	Aliases: []string{"g"},
	Description: `Generate keys for testing purpose.
This command creates ecdsa or bls key pair for testing purposes. It generates
all the relevant files for reading and keys and decrypted it and also gets 
you the private keys in plaintext.

It creates the following artifacts based on arguments
- passwords.txt - contains all passwords to decrypt keys
- private_key_hex.txt - will create plaintext private keys
- keys/* - create all the encrypted json files in this folder
`,
	Action: generate,
	Flags: []cli.Flag{
		KeyTypeFlag,
		NumKeysFlag,
		OutputDirFlag,
	},
}
⋮----
// KeyGenerator defines the interface for generating keys
type KeyGenerator interface {
	GenerateKeys(numKeys int, path string, passwordFile, privateKeyFile *os.File) error
}
⋮----
// ECDSAKeyGenerator implements KeyGenerator for ECDSA keys
type ECDSAKeyGenerator struct{}
⋮----
func (g ECDSAKeyGenerator) GenerateKeys(numKeys int, path string, passwordFile, privateKeyFile *os.File) error
⋮----
return generateECDSAKeys(numKeys, path, passwordFile, privateKeyFile) // Existing logic from generateECDSAKeys
⋮----
// BLSKeyGenerator implements KeyGenerator for BLS keys
type BLSKeyGenerator struct{}
⋮----
return generateBlsKeys(numKeys, path, passwordFile, privateKeyFile) // Existing logic from generateBlsKeys
⋮----
// NewKeyGenerator is the factory function to create a KeyGenerator based on the key type
func NewKeyGenerator(keyType string) KeyGenerator
⋮----
// Modified generate function using the factory pattern
func generate(c *cli.Context) error
⋮----
func createDir(c *cli.Context, prefix string) (fileName string, err error)
⋮----
// Clean the path
⋮----
func createPasswordAndPrivateKeyFiles(folder string) (passwordFile, privateKeyFile *os.File, err error)
⋮----
func generateBlsKeys(numKeys int, path string, passwordFile, privateKeyFile *os.File) error
⋮----
func generateECDSAKeys(numKeys int, path string, passwordFile, privateKeyFile *os.File) error
⋮----
// Check if the length of privateKeyHex is 32 bytes (64 characters)
⋮----
// Reset count
⋮----
func generateRandomPassword() (string, error)
⋮----
// Define character sets for the password
⋮----
//specialSymbols := "!@#$%^&*()-_+=[]{}|;:,.<>?/\\"
⋮----
// Combine character sets into one
//allCharacters := uppercaseLetters + lowercaseLetters + digits + specialSymbols
⋮----
// Length of the password you want
⋮----
// Generate the password
⋮----
return "", err // Return empty string in case of error
````

## File: cmd/egnkey/operatorid/operatorid.go
````go
package operatorid
⋮----
import (
	"encoding/hex"
	"fmt"

	"github.com/Layr-Labs/eigensdk-go/crypto/bls"
	"github.com/Layr-Labs/eigensdk-go/types"
	"github.com/urfave/cli/v2"
)
⋮----
"encoding/hex"
"fmt"
⋮----
"github.com/Layr-Labs/eigensdk-go/crypto/bls"
"github.com/Layr-Labs/eigensdk-go/types"
"github.com/urfave/cli/v2"
⋮----
var (
	PrivateKey = &cli.StringFlag{
		Name:     "private-key",
		Usage:    "(bn254) private key from which to derive operatorId from",
⋮----
var Command = &cli.Command{
	Name:        "derive-operator-id",
	Aliases:     []string{"d"},
	Description: `Given a private key, output its associated operatorId (hash of bn254 G1 pubkey).`,
	Action:      derive,
	Flags: []cli.Flag{
		PrivateKey,
	},
}
⋮----
func derive(c *cli.Context) error
````

## File: cmd/egnkey/store/store.go
````go
package store
⋮----
import (
	"github.com/Layr-Labs/eigensdk-go/crypto/ecdsa"
	"github.com/urfave/cli/v2"
)
⋮----
"github.com/Layr-Labs/eigensdk-go/crypto/ecdsa"
"github.com/urfave/cli/v2"
⋮----
const defaultFile = "key.json"
⋮----
var (
	PrivateKey = &cli.StringFlag{
		Name:     "private-key",
		Usage:    "private key to store (in hex)",
⋮----
var Command = &cli.Command{
	Name:        "convert",
	Aliases:     []string{"c"},
	Description: `Stores an ecdsa key to a file, in web3 secret storage format.`,
	Action:      store,
	Flags: []cli.Flag{
		PrivateKey,
		OutputFile,
		Password,
	},
}
⋮----
func store(c *cli.Context) error
````

## File: cmd/egnkey/main_test.go
````go
package main
⋮----
import (
	"encoding/hex"
	"os"
	"path/filepath"
	"strings"
	"testing"

	"github.com/Layr-Labs/eigensdk-go/crypto/bls"
	sdkEcdsa "github.com/Layr-Labs/eigensdk-go/crypto/ecdsa"
	"github.com/stretchr/testify/assert"
)
⋮----
"encoding/hex"
"os"
"path/filepath"
"strings"
"testing"
⋮----
"github.com/Layr-Labs/eigensdk-go/crypto/bls"
sdkEcdsa "github.com/Layr-Labs/eigensdk-go/crypto/ecdsa"
"github.com/stretchr/testify/assert"
⋮----
func TestGenerateBlsKeys(t *testing.T)
⋮----
// Decrypt private key from json file and compare it with private_key_hex.txt
⋮----
func TestGenerateEcdsaKeys(t *testing.T)
⋮----
func TestDeriveOperatorId(t *testing.T)
⋮----
func TestStore(t *testing.T)
⋮----
// Verify the content of tempFile
````

## File: cmd/egnkey/main.go
````go
package main
⋮----
import (
	"fmt"
	"os"

	"github.com/Layr-Labs/eigensdk-go/cmd/egnkey/generate"
	"github.com/Layr-Labs/eigensdk-go/cmd/egnkey/operatorid"
	"github.com/Layr-Labs/eigensdk-go/cmd/egnkey/store"
	"github.com/urfave/cli/v2"
)
⋮----
"fmt"
"os"
⋮----
"github.com/Layr-Labs/eigensdk-go/cmd/egnkey/generate"
"github.com/Layr-Labs/eigensdk-go/cmd/egnkey/operatorid"
"github.com/Layr-Labs/eigensdk-go/cmd/egnkey/store"
"github.com/urfave/cli/v2"
⋮----
func main()
⋮----
// We structure run in this way to make it testable.
// see https://github.com/urfave/cli/issues/731
func run(args []string) error
````

## File: cmd/egnkey/README.md
````markdown
## egnkey
This tool is used to manage keys for AVS development purpose

Features:
- [Generate ecdsa or bls key in batches](#generate-ecdsa-or-bls-key-in-batches)

### How to install
#### Install from source
```bash
go install github.com/Layr-Labs/eigensdk-go/cmd/egnkey@latest
```

#### Build from source
Navigate to [egnkey](../egnkey/) directory and run
```bash
go install
```

### Generate ecdsa or bls key in batches

To create in a random folder
```bash
egnkey generate --key-type ecdsa --num-keys <num_key>
```

To create in specific folder
```bash
egnkey generate --key-type ecdsa --num-keys <num_key> --output-dir <path_to_folder>
```

To create `ECDSA` and `BLS` keys in a random folder
```bash
egnkey generate --key-type both --num-keys <num_key>
```
````

## File: contracts/anvil/contracts-deployed-anvil-state.json
````json
{"block":{"number":"0x1c6","coinbase":"0x0000000000000000000000000000000000000000","timestamp":"0x685d8d11","gas_limit":"0x1c9c380","basefee":"0x8","difficulty":"0x0","prevrandao":"0xc9725b9a32986fffba37413a22ed0e34213abfd485775d4d2a4b5f2b0254e16b","blob_excess_gas_and_price":{"excess_blob_gas":0,"blob_gasprice":1}},"accounts":{"0x0000000000000000000000000000000000000000":{"nonce":0,"balance":"0x6077b50","code":"0x","storage":{}},"0x011bd5423c5f77b5a0789e27f922535fd76b688f":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x0165878a594ca255338adfa4d48449f69242eb8f":{"nonce":1,"balance":"0x0","code":"0x60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0000000000000000000000000000000000000000000000000000000000000033":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000000000000000000000000000000000000000066":"0x0000000000000000000000000000000000000000000000000000000000000000","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x0000000000000000000000000b306bf915c4d645ff596e518faf3f9669b97016","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}},"0x02484cb50aac86eae85610d6f4bf026f30f6627d":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x042a63149117602129b6922ecfe3111168c2c323":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x0536896a5e38bbd59f3f369ff3682677965abd19":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x08135da0a343e492fa2d4282f2ae34c6c5cc1bbe":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x08a2de6f3528319123b25935c92888b16db8913e":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x09635f643e140090a9a8dcd712ed6285858cebef":{"nonce":1,"balance":"0x0","code":"0x608060405234801561000f575f5ffd5b5060043610610187575f3560e01c80637a8b2637116100d9578063c4d66de811610093578063df6fadc11161006e578063df6fadc114610361578063e3dae51c1461037c578063f3e738751461038f578063fabc1cbc146103a2575f5ffd5b8063c4d66de814610328578063ce7c2ac21461033b578063d9caed121461034e575f5ffd5b80637a8b2637146102ad578063886f1195146102c05780638c871019146102e75780638f6a6240146102fa578063a6ab36f21461030d578063ab5921e114610320575f5ffd5b806347e7ef2411610144578063595c6a671161011f578063595c6a67146102655780635ac86ab71461026d5780635c975abb1461029c57806361b01b5d146102a4575f5ffd5b806347e7ef241461022a57806354fd4d501461023d578063553ca5f814610252575f5ffd5b806311c70c9d1461018b578063136439dd146101a05780632495a599146101b357806339b70e38146101e35780633a98ef391461020a57806343fe08b014610221575b5f5ffd5b61019e6101993660046112e7565b6103b5565b005b61019e6101ae366004611307565b610474565b6032546101c6906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b6101c67f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570781565b61021360335481565b6040519081526020016101da565b61021360645481565b610213610238366004611335565b610545565b610245610691565b6040516101da919061135f565b610213610260366004611394565b6106c1565b61019e6106d4565b61028c61027b3660046113c4565b6001805460ff9092161b9081161490565b60405190151581526020016101da565b600154610213565b61021360655481565b6102136102bb366004611307565b610783565b6101c67f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e081565b6102136102f5366004611307565b6107cc565b610213610308366004611394565b6107d6565b61019e61031b3660046113df565b6107e3565b6102456108be565b61019e610336366004611394565b6108de565b610213610349366004611394565b6109a4565b61019e61035c366004611415565b610a36565b606454606554604080519283526020830191909152016101da565b61021361038a366004611307565b610b53565b61021361039d366004611307565b610b8a565b61019e6103b0366004611307565b610b94565b7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610411573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104359190611453565b6001600160a01b0316336001600160a01b0316146104665760405163794821ff60e01b815260040160405180910390fd5b6104708282610caa565b5050565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa1580156104d6573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104fa919061146e565b61051757604051631d77d47760e21b815260040160405180910390fd5b600154818116811461053c5760405163c61dca5d60e01b815260040160405180910390fd5b61047082610d4e565b600180545f91829181160361056d5760405163840a48d560e01b815260040160405180910390fd5b336001600160a01b037f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570716146105b6576040516348da714f60e01b815260040160405180910390fd5b6105c08484610d8b565b6033545f6105d06103e8836114a1565b90505f6103e86105de610de2565b6105e891906114a1565b90505f6105f587836114b4565b90508061060284896114c7565b61060c91906114de565b9550855f0361062e57604051630c392ed360e11b815260040160405180910390fd5b61063886856114a1565b60338190556f4b3b4ca85a86c47a098a223fffffffff101561066d57604051632f14e8a360e11b815260040160405180910390fd5b610686826103e860335461068191906114a1565b610e4c565b505050505092915050565b60606106bc7f76302e302e300000000000000000000000000000000000000000000000000006610e98565b905090565b5f6106ce6102bb836109a4565b92915050565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610736573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061075a919061146e565b61077757604051631d77d47760e21b815260040160405180910390fd5b6107815f19610d4e565b565b5f5f6103e860335461079591906114a1565b90505f6103e86107a3610de2565b6107ad91906114a1565b9050816107ba85836114c7565b6107c491906114de565b949350505050565b5f6106ce82610b53565b5f6106ce61039d836109a4565b5f54610100900460ff161580801561080157505f54600160ff909116105b8061081a5750303b15801561081a57505f5460ff166001145b61083f5760405162461bcd60e51b8152600401610836906114fd565b60405180910390fd5b5f805460ff191660011790558015610860575f805461ff0019166101001790555b61086a8484610caa565b61087382610ed5565b80156108b8575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b60606040518060800160405280604d8152602001611594604d9139905090565b5f54610100900460ff16158080156108fc57505f54600160ff909116105b806109155750303b15801561091557505f5460ff166001145b6109315760405162461bcd60e51b8152600401610836906114fd565b5f805460ff191660011790558015610952575f805461ff0019166101001790555b61095b82610ed5565b8015610470575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498906020015b60405180910390a15050565b60405163fe243a1760e01b81526001600160a01b0382811660048301523060248301525f917f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757079091169063fe243a1790604401602060405180830381865afa158015610a12573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106ce919061154b565b60018054600290811603610a5d5760405163840a48d560e01b815260040160405180910390fd5b336001600160a01b037f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757071614610aa6576040516348da714f60e01b815260040160405180910390fd5b610ab1848484611020565b60335480831115610ad557604051630b469df360e41b815260040160405180910390fd5b5f610ae26103e8836114a1565b90505f6103e8610af0610de2565b610afa91906114a1565b90505f82610b0887846114c7565b610b1291906114de565b9050610b1e86856114b4565b603355610b3e610b2e82846114b4565b6103e860335461068191906114a1565b610b49888883611053565b5050505050505050565b5f5f6103e8603354610b6591906114a1565b90505f6103e8610b73610de2565b610b7d91906114a1565b9050806107ba83866114c7565b5f6106ce82610783565b7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610bf0573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c149190611453565b6001600160a01b0316336001600160a01b031614610c455760405163794821ff60e01b815260040160405180910390fd5b60015480198219811614610c6c5760405163c61dca5d60e01b815260040160405180910390fd5b600182905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b60645460408051918252602082018490527ff97ed4e083acac67830025ecbc756d8fe847cdbdca4cee3fe1e128e98b54ecb5910160405180910390a160655460408051918252602082018390527f6ab181e0440bfbf4bacdf2e99674735ce6638005490688c5f994f5399353e452910160405180910390a180821115610d435760405163052b07b760e21b815260040160405180910390fd5b606491909155606555565b600181905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b606454811115610dae5760405163052b07b760e21b815260040160405180910390fd5b606554610db9610de2565b1115610dd85760405163d86bae6760e01b815260040160405180910390fd5b6104708282611067565b6032546040516370a0823160e01b81523060048201525f916001600160a01b0316906370a0823190602401602060405180830381865afa158015610e28573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106bc919061154b565b7fd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be881610e8084670de0b6b3a76400006114c7565b610e8a91906114de565b604051908152602001610998565b60605f610ea483611095565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b5f54610100900460ff16610f3f5760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608401610836565b603280546001600160a01b0319166001600160a01b038316179055610f635f610d4e565b7f1c540707b00eb5427b6b774fc799d756516a54aee108b64b327acc55af55750760325f9054906101000a90046001600160a01b0316826001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fd5573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ff99190611562565b604080516001600160a01b03909316835260ff90911660208301520160405180910390a150565b6032546001600160a01b0383811691161461104e57604051630312abdd60e61b815260040160405180910390fd5b505050565b61104e6001600160a01b03831684836110bc565b6032546001600160a01b0383811691161461047057604051630312abdd60e61b815260040160405180910390fd5b5f60ff8216601f8111156106ce57604051632cd44ac360e21b815260040160405180910390fd5b604080516001600160a01b03848116602483015260448083018590528351808403909101815260649092018352602080830180516001600160e01b031663a9059cbb60e01b17905283518085019094528084527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65649084015261104e928692915f9161114b9185169084906111ca565b905080515f148061116b57508080602001905181019061116b919061146e565b61104e5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610836565b60606107c484845f85855f5f866001600160a01b031685876040516111ef919061157d565b5f6040518083038185875af1925050503d805f8114611229576040519150601f19603f3d011682016040523d82523d5f602084013e61122e565b606091505b509150915061123f8783838761124a565b979650505050505050565b606083156112b85782515f036112b1576001600160a01b0385163b6112b15760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610836565b50816107c4565b6107c483838151156112cd5781518083602001fd5b8060405162461bcd60e51b8152600401610836919061135f565b5f5f604083850312156112f8575f5ffd5b50508035926020909101359150565b5f60208284031215611317575f5ffd5b5035919050565b6001600160a01b0381168114611332575f5ffd5b50565b5f5f60408385031215611346575f5ffd5b82356113518161131e565b946020939093013593505050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f602082840312156113a4575f5ffd5b81356113af8161131e565b9392505050565b60ff81168114611332575f5ffd5b5f602082840312156113d4575f5ffd5b81356113af816113b6565b5f5f5f606084860312156113f1575f5ffd5b8335925060208401359150604084013561140a8161131e565b809150509250925092565b5f5f5f60608486031215611427575f5ffd5b83356114328161131e565b925060208401356114428161131e565b929592945050506040919091013590565b5f60208284031215611463575f5ffd5b81516113af8161131e565b5f6020828403121561147e575f5ffd5b815180151581146113af575f5ffd5b634e487b7160e01b5f52601160045260245ffd5b808201808211156106ce576106ce61148d565b818103818111156106ce576106ce61148d565b80820281158282048414176106ce576106ce61148d565b5f826114f857634e487b7160e01b5f52601260045260245ffd5b500490565b6020808252602e908201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160408201526d191e481a5b9a5d1a585b1a5e995960921b606082015260800190565b5f6020828403121561155b575f5ffd5b5051919050565b5f60208284031215611572575f5ffd5b81516113af816113b6565b5f82518060208501845e5f92019182525091905056fe4261736520537472617465677920696d706c656d656e746174696f6e20746f20696e68657269742066726f6d20666f72206d6f726520636f6d706c657820696d706c656d656e746174696f6e73a2646970667358221220f6d0807e73887982106b1d0c458dc1e0c5d8c4fa2781fd65c1f4ded9556e0aee64736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x00000000000000000000000000000000000000000000000000000000000000ff"}},"0x09db0a93b389bef724429898f539aeb7ac2dd55f":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x0b306bf915c4d645ff596e518faf3f9669b97016":{"nonce":1,"balance":"0x0","code":"0x608060405234801561000f575f5ffd5b5060043610610148575f3560e01c8063a1060c88116100bf578063dce974b911610079578063dce974b914610334578063df5cf7231461035b578063ec76f44214610382578063f2fde38b146103b5578063f698da25146103c8578063fabc1cbc146103d0575f5ffd5b8063a1060c881461029a578063a364f4da146102ad578063a98fb355146102c0578063c825fe68146102d3578063cd6dc687146102fa578063d79aceab1461030d575f5ffd5b80635ac86ab7116101105780635ac86ab7146101fa5780635c975abb1461021d578063715018a61461022f578063886f1195146102375780638da5cb5b146102765780639926ee7d14610287575f5ffd5b8063136439dd1461014c578063374823b51461016157806349075da3146101a357806354fd4d50146101dd578063595c6a67146101f2575b5f5ffd5b61015f61015a36600461119f565b6103e3565b005b61018e61016f3660046111ca565b609960209081525f928352604080842090915290825290205460ff1681565b60405190151581526020015b60405180910390f35b6101d06101b13660046111f4565b609860209081525f928352604080842090915290825290205460ff1681565b60405161019a919061123f565b6101e56104b8565b60405161019a9190611293565b61015f6104e8565b61018e6102083660046112ac565b606654600160ff9092169190911b9081161490565b6066545b60405190815260200161019a565b61015f610597565b61025e7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e081565b6040516001600160a01b03909116815260200161019a565b6033546001600160a01b031661025e565b61015f61029536600461133a565b6105a8565b6102216102a8366004611427565b6107c7565b61015f6102bb36600461146a565b610846565b61015f6102ce366004611485565b61092b565b6102217f809c5ac049c45b7a7f050a20f00c16cf63797efbf8b1eb8d749fdfa39ff8f92981565b61015f6103083660046111ca565b610972565b6102217fda2c89bafdd34776a2b8bb9c83c82f419e20cc8c67207f70edd58249b92661bd81565b6102217f4ee65f64218c67b68da66fd0db16560040a6b973290b9e71912d661ee53fe49581565b61025e7f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b61015f61039036600461119f565b335f90815260996020908152604080832093835292905220805460ff19166001179055565b61015f6103c336600461146a565b610a8e565b610221610b07565b61015f6103de36600461119f565b610bc0565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610445573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061046991906114f3565b61048657604051631d77d47760e21b815260040160405180910390fd5b60665481811681146104ab5760405163c61dca5d60e01b815260040160405180910390fd5b6104b482610ccf565b5050565b60606104e37f76302e302e300000000000000000000000000000000000000000000000000006610d0c565b905090565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa15801561054a573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061056e91906114f3565b61058b57604051631d77d47760e21b815260040160405180910390fd5b6105955f19610ccf565b565b61059f610d49565b6105955f610da3565b6066545f906001908116036105d05760405163840a48d560e01b815260040160405180910390fd5b6001335f9081526098602090815260408083206001600160a01b038816845290915290205460ff1660018111156106095761060961122b565b0361062757604051631aa528bb60e11b815260040160405180910390fd5b6001600160a01b0383165f90815260996020908152604080832085830151845290915290205460ff161561066e57604051630d4c4c9160e21b815260040160405180910390fd5b6040516336b87bd760e11b81526001600160a01b0384811660048301527f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91690636d70f7ae90602401602060405180830381865afa1580156106d2573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106f691906114f3565b61071357604051639f88c8af60e01b815260040160405180910390fd5b6107378361072b8533866020015187604001516107c7565b84516040860151610df4565b6001600160a01b0383165f81815260996020908152604080832086830151845282528083208054600160ff19918216811790925533808652609885528386208787529094529382902080549094168117909355519092917ff0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b41916107ba919061123f565b60405180910390a3505050565b604080517fda2c89bafdd34776a2b8bb9c83c82f419e20cc8c67207f70edd58249b92661bd60208201526001600160a01b038087169282019290925290841660608201526080810183905260a081018290525f9061083d9060c00160405160208183030381529060405280519060200120610e4c565b95945050505050565b6066545f9060019081160361086e5760405163840a48d560e01b815260040160405180910390fd5b6001335f9081526098602090815260408083206001600160a01b038716845290915290205460ff1660018111156108a7576108a761122b565b146108c5576040516352df45c960e01b815260040160405180910390fd5b335f8181526098602090815260408083206001600160a01b0387168085529252808320805460ff191690555190917ff0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b419161091f919061123f565b60405180910390a35050565b336001600160a01b03167fa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c9437138383604051610966929190611512565b60405180910390a25050565b5f54610100900460ff161580801561099057505f54600160ff909116105b806109a95750303b1580156109a957505f5460ff166001145b610a115760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015610a32575f805461ff0019166101001790555b610a3b82610ccf565b610a4483610da3565b8015610a89575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050565b610a96610d49565b6001600160a01b038116610afb5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610a08565b610b0481610da3565b50565b60408051808201909152600a81526922b4b3b2b72630bcb2b960b11b6020909101525f7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f7f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea610b74610e92565b805160209182012060408051928301949094529281019190915260608101919091524660808201523060a082015260c00160405160208183030381529060405280519060200120905090565b7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c1c573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c409190611540565b6001600160a01b0316336001600160a01b031614610c715760405163794821ff60e01b815260040160405180910390fd5b60665480198219811614610c985760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c90602001610966565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b60605f610d1883610f2e565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6033546001600160a01b031633146105955760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610a08565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b42811015610e1557604051630819bdcd60e01b815260040160405180910390fd5b610e296001600160a01b0385168484610f5b565b610e4657604051638baa579f60e01b815260040160405180910390fd5b50505050565b5f610e55610b07565b60405161190160f01b6020820152602281019190915260428101839052606201604051602081830303815290604052805190602001209050919050565b60605f610ebe7f76302e302e300000000000000000000000000000000000000000000000000006610d0c565b9050805f81518110610ed257610ed261155b565b602001015160f81c60f81b81600181518110610ef057610ef061155b565b016020908101516040516001600160f81b03199384169281019290925291909116602182015260220160405160208183030381529060405291505090565b5f60ff8216601f811115610f5557604051632cd44ac360e21b815260040160405180910390fd5b92915050565b5f5f5f610f688585610fb9565b90925090505f816004811115610f8057610f8061122b565b148015610f9e5750856001600160a01b0316826001600160a01b0316145b80610faf5750610faf868686610ffb565b9695505050505050565b5f5f8251604103610fed576020830151604084015160608501515f1a610fe1878285856110e2565b94509450505050610ff4565b505f905060025b9250929050565b5f5f5f856001600160a01b0316631626ba7e60e01b868660405160240161102392919061156f565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b0319909416939093179092529051611061919061158f565b5f60405180830381855afa9150503d805f8114611099576040519150601f19603f3d011682016040523d82523d5f602084013e61109e565b606091505b50915091508180156110b257506020815110155b8015610faf57508051630b135d3f60e11b906110d790830160209081019084016115a5565b149695505050505050565b5f807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083111561111757505f90506003611196565b604080515f8082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015611168573d5f5f3e3d5ffd5b5050604051601f1901519150506001600160a01b038116611190575f60019250925050611196565b91505f90505b94509492505050565b5f602082840312156111af575f5ffd5b5035919050565b6001600160a01b0381168114610b04575f5ffd5b5f5f604083850312156111db575f5ffd5b82356111e6816111b6565b946020939093013593505050565b5f5f60408385031215611205575f5ffd5b8235611210816111b6565b91506020830135611220816111b6565b809150509250929050565b634e487b7160e01b5f52602160045260245ffd5b602081016002831061125f57634e487b7160e01b5f52602160045260245ffd5b91905290565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6112a56020830184611265565b9392505050565b5f602082840312156112bc575f5ffd5b813560ff811681146112a5575f5ffd5b634e487b7160e01b5f52604160045260245ffd5b6040516060810167ffffffffffffffff81118282101715611303576113036112cc565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715611332576113326112cc565b604052919050565b5f5f6040838503121561134b575f5ffd5b8235611356816111b6565b9150602083013567ffffffffffffffff811115611371575f5ffd5b830160608186031215611382575f5ffd5b61138a6112e0565b813567ffffffffffffffff8111156113a0575f5ffd5b8201601f810187136113b0575f5ffd5b803567ffffffffffffffff8111156113ca576113ca6112cc565b6113dd601f8201601f1916602001611309565b8181528860208385010111156113f1575f5ffd5b816020840160208301375f6020928201830152835283810135908301525060409182013591810191909152919491935090915050565b5f5f5f5f6080858703121561143a575f5ffd5b8435611445816111b6565b93506020850135611455816111b6565b93969395505050506040820135916060013590565b5f6020828403121561147a575f5ffd5b81356112a5816111b6565b5f5f60208385031215611496575f5ffd5b823567ffffffffffffffff8111156114ac575f5ffd5b8301601f810185136114bc575f5ffd5b803567ffffffffffffffff8111156114d2575f5ffd5b8560208284010111156114e3575f5ffd5b6020919091019590945092505050565b5f60208284031215611503575f5ffd5b815180151581146112a5575f5ffd5b60208152816020820152818360408301375f818301604090810191909152601f909201601f19160101919050565b5f60208284031215611550575f5ffd5b81516112a5816111b6565b634e487b7160e01b5f52603260045260245ffd5b828152604060208201525f6115876040830184611265565b949350505050565b5f82518060208501845e5f920191825250919050565b5f602082840312156115b5575f5ffd5b505191905056fea2646970667358221220e0e0523d6fb8eb8aa79da912134baca493d9102de9a054d64ab128b842f8a16b64736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x00000000000000000000000000000000000000000000000000000000000000ff"}},"0x0d803cdeee5990f22c2a8df10a695d2312da26cc":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82":{"nonce":1,"balance":"0x0","code":"0x608060405234801561000f575f5ffd5b50600436106102ff575f3560e01c8063715018a611610195578063bfae3fd2116100e4578063e4cc3f901161009e578063f2fde38b11610079578063f2fde38b14610848578063f698da251461085b578063fabc1cbc14610863578063fd8aa88d14610876575f5ffd5b8063e4cc3f9014610802578063eea9064b14610815578063f0e0e67614610828575f5ffd5b8063bfae3fd21461074d578063c448feb814610760578063c978f7ac14610794578063ca8aa7c7146107b5578063cd6dc687146107dc578063da8be864146107ef575f5ffd5b80639104c3191161014f578063a17884841161012a578063a1788484146106cc578063a33a3433146106eb578063b7f06ebe146106fe578063bb45fef214610720575f5ffd5b80639104c3191461067e5780639435bb431461069957806399f5371b146106ac575f5ffd5b8063715018a6146105ee578063778e55f3146105f657806378296ec514610620578063886f1195146106335780638da5cb5b1461065a578063900413471461066b575f5ffd5b806354fd4d50116102515780635dd685791161020b57806365da1264116101e657806365da12641461057f57806366d5ba93146105a75780636d70f7ae146105c85780636e174448146105db575f5ffd5b80635dd6857914610538578063601bb36f1461055957806360a0d1ce1461056c575f5ffd5b806354fd4d50146104bc578063595c6a67146104d1578063597b36da146104d95780635ac86ab7146104ec5780635c975abb1461050f5780635d975e8814610517575f5ffd5b806339b70e38116102bc5780633e28391d116102975780633e28391d146104385780634657e26a1461045b5780634665bcda1461048257806354b7c96c146104a9575f5ffd5b806339b70e38146103b85780633c651cf2146103f75780633cdeb5e01461040a575f5ffd5b806304a4f979146103035780630b9f487a1461033d5780630dd8dd0214610350578063136439dd1461037057806325df922e146103855780632aa6d888146103a5575b5f5ffd5b61032a7f14bde674c9f64b2ad00eaaee4a8bed1fabef35c7507e3c5b9cfc9436909a2dad81565b6040519081526020015b60405180910390f35b61032a61034b366004614d3f565b610889565b61036361035e366004614dd6565b610911565b6040516103349190614e14565b61038361037e366004614e4b565b610ba2565b005b610398610393366004614fe0565b610c77565b604051610334919061508e565b6103836103b33660046150f0565b610dd7565b6103df7f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570781565b6040516001600160a01b039091168152602001610334565b61038361040536600461514e565b610f2b565b6103df610418366004615191565b6001600160a01b039081165f908152609960205260409020600101541690565b61044b610446366004615191565b61107e565b6040519015158152602001610334565b6103df7f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad78881565b6103df7f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c85381565b6103836104b73660046151ac565b61109d565b6104c461110b565b6040516103349190615211565b61038361113b565b61032a6104e73660046152df565b6111ea565b61044b6104fa366004615310565b606654600160ff9092169190911b9081161490565b60665461032a565b61052a610525366004614e4b565b611219565b6040516103349291906153e7565b61054b610546366004615191565b611236565b604051610334929190615459565b6103836105673660046154da565b611360565b61038361057a366004615533565b6114d8565b6103df61058d366004615191565b609a6020525f90815260409020546001600160a01b031681565b6105ba6105b5366004615191565b611683565b604051610334929190615572565b61044b6105d6366004615191565b611983565b61032a6105e93660046151ac565b6119bb565b610383611a65565b61032a6106043660046151ac565b609860209081525f928352604080842090915290825290205481565b61038361062e366004615584565b611a76565b6103df7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e081565b6033546001600160a01b03166103df565b6103986106793660046155d4565b611b0c565b6103df73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b6103836106a7366004615620565b611be2565b6106bf6106ba366004614e4b565b611cbb565b60405161033491906156bc565b61032a6106da366004615191565b609f6020525f908152604090205481565b6103636106f93660046156ce565b611dd7565b61044b61070c366004614e4b565b609e6020525f908152604090205460ff1681565b61044b61072e3660046157b5565b609c60209081525f928352604080842090915290825290205460ff1681565b61032a61075b3660046151ac565b611def565b60405163ffffffff7f0000000000000000000000000000000000000000000000000000000000000384168152602001610334565b6107a76107a23660046155d4565b611e2b565b6040516103349291906157df565b6103df7f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31881565b6103836107ea3660046157b5565b6120b8565b6103636107fd366004615191565b6121d3565b6103836108103660046157fe565b6122fc565b6103836108233660046156ce565b612352565b61083b610836366004615871565b6123bd565b604051610334919061591e565b610383610856366004615191565b612462565b61032a6124db565b610383610871366004614e4b565b612594565b610363610884366004615191565b6126ab565b604080517f14bde674c9f64b2ad00eaaee4a8bed1fabef35c7507e3c5b9cfc9436909a2dad60208201526001600160a01b03808616928201929092528187166060820152908516608082015260a0810183905260c081018290525f906109079060e001604051602081830303815290604052805190602001206126ce565b9695505050505050565b60665460609060019060029081160361093d5760405163840a48d560e01b815260040160405180910390fd5b6109456126fc565b5f836001600160401b0381111561095e5761095e614e62565b604051908082528060200260200182016040528015610987578160200160208202803683370190505b50335f908152609a60205260408120549192506001600160a01b03909116905b85811015610b93578686828181106109c1576109c1615930565b90506020028101906109d39190615944565b6109e1906020810190615962565b90508787838181106109f5576109f5615930565b9050602002810190610a079190615944565b610a119080615962565b905014610a31576040516343714afd60e01b815260040160405180910390fd5b5f610a9b33848a8a86818110610a4957610a49615930565b9050602002810190610a5b9190615944565b610a659080615962565b808060200260200160405190810160405280939291908181526020018383602002808284375f9201919091525061275592505050565b9050610b6d33848a8a86818110610ab457610ab4615930565b9050602002810190610ac69190615944565b610ad09080615962565b808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152508e92508d9150889050818110610b1557610b15615930565b9050602002810190610b279190615944565b610b35906020810190615962565b808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152508892506128a7915050565b848381518110610b7f57610b7f615930565b6020908102919091010152506001016109a7565b5050600160c955949350505050565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610c04573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c2891906159a7565b610c4557604051631d77d47760e21b815260040160405180910390fd5b6066548181168114610c6a5760405163c61dca5d60e01b815260040160405180910390fd5b610c7382612e42565b5050565b6001600160a01b038084165f908152609a60205260408120546060921690610ca0868387612755565b90505f85516001600160401b03811115610cbc57610cbc614e62565b604051908082528060200260200182016040528015610ce5578160200160208202803683370190505b5090505f5b8651811015610dca576001600160a01b0388165f90815260a260205260408120885182908a9085908110610d2057610d20615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f206040518060200160405290815f820154815250509050610da4878381518110610d7257610d72615930565b6020026020010151858481518110610d8c57610d8c615930565b602002602001015183612e7f9092919063ffffffff16565b838381518110610db657610db6615930565b602090810291909101015250600101610cea565b50925050505b9392505050565b610ddf6126fc565b610de83361107e565b15610e0657604051633bf2b50360e11b815260040160405180910390fd5b604051632b6241f360e11b815233600482015263ffffffff841660248201527f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b0316906356c483e6906044015f604051808303815f87803b158015610e70575f5ffd5b505af1158015610e82573d5f5f3e3d5ffd5b50505050610e903385612e9d565b610e9a3333612eff565b6040516001600160a01b038516815233907fa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c19060200160405180910390a2336001600160a01b03167f02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b67080908383604051610f139291906159c2565b60405180910390a2610f25600160c955565b50505050565b336001600160a01b037f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f875707161480610f8a5750336001600160a01b037f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c85316145b610fa75760405163045206a560e21b815260040160405180910390fd5b610faf6126fc565b6001600160a01b038481165f908152609a602052604080822054905163152667d960e31b8152908316600482018190528684166024830152927f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318169063a9333ec890604401602060405180830381865afa15801561102f573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061105391906159f0565b90505f6110618787846131a6565b9050611071838888888886613288565b505050610f25600160c955565b6001600160a01b039081165f908152609a602052604090205416151590565b816110a7816133cd565b6110c45760405163932d94f760e01b815260040160405180910390fd5b6110cc6126fc565b6110d583611983565b6110f2576040516325ec6c1f60e01b815260040160405180910390fd5b6110fc8383612e9d565b611106600160c955565b505050565b60606111367f76302e302e300000000000000000000000000000000000000000000000000006613477565b905090565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa15801561119d573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111c191906159a7565b6111de57604051631d77d47760e21b815260040160405180910390fd5b6111e85f19612e42565b565b5f816040516020016111fc91906156bc565b604051602081830303815290604052805190602001209050919050565b611221614c00565b606061122c836134b4565b9094909350915050565b6060805f611243846126ab565b8051909150806001600160401b0381111561126057611260614e62565b60405190808252806020026020018201604052801561129957816020015b611286614c00565b81526020019060019003908161127e5790505b509350806001600160401b038111156112b4576112b4614e62565b6040519080825280602002602001820160405280156112e757816020015b60608152602001906001900390816112d25790505b5092505f5b818110156113585761131683828151811061130957611309615930565b60200260200101516134b4565b86838151811061132857611328615930565b6020026020010186848151811061134157611341615930565b6020908102919091010191909152526001016112ec565b505050915091565b336001600160a01b037f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31816146113a9576040516323d871a560e01b815260040160405180910390fd5b6113b16126fc565b6001600160a01b038085165f9081526098602090815260408083209387168352929052908120546113ef906001600160401b03808616908516613707565b90505f6113fe8686868661371f565b90505f61140b8284615a1f565b9050611419875f88866137dc565b604080516001600160a01b038881168252602082018490528916917fdd611f4ef63f4385f1756c86ce1f1f389a9013ba6fa07daba8528291bc2d3c30910160405180910390a25f61146987613856565b60405163debe1eab60e01b81526001600160a01b038981166004830152602482018590529192509082169063debe1eab906044015f604051808303815f87803b1580156114b4575f5ffd5b505af11580156114c6573d5f5f3e3d5ffd5b5050505050505050610f25600160c955565b336001600160a01b037f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c853161461152157604051633213a66160e21b815260040160405180910390fd5b6115296126fc565b6115328361107e565b156110fc576001600160a01b038381165f908152609a602052604080822054905163152667d960e31b81529083166004820181905273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06024830152927f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318169063a9333ec890604401602060405180830381865afa1580156115c9573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115ed91906159f0565b6001600160a01b0386165f90815260a26020908152604080832073beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac08452825280832081519283019091525481529192506116538661164b6001600160401b038087169089166138c8565b8491906138dc565b9050611675848873beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0846137dc565b50505050611106600160c955565b6040516394f649dd60e01b81526001600160a01b03828116600483015260609182915f9182917f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570716906394f649dd906024015f60405180830381865afa1580156116ef573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526117169190810190615a8d565b60405163fe243a1760e01b81526001600160a01b03888116600483015273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac060248301529294509092505f917f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c853169063fe243a1790604401602060405180830381865afa15801561179c573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117c09190615b48565b9050805f036117d457509094909350915050565b5f835160016117e39190615a1f565b6001600160401b038111156117fa576117fa614e62565b604051908082528060200260200182016040528015611823578160200160208202803683370190505b5090505f845160016118359190615a1f565b6001600160401b0381111561184c5761184c614e62565b604051908082528060200260200182016040528015611875578160200160208202803683370190505b50905073beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0828651815181106118a0576118a0615930565b60200260200101906001600160a01b031690816001600160a01b03168152505082818651815181106118d4576118d4615930565b60209081029190910101525f5b8551811015611975578581815181106118fc576118fc615930565b602002602001015183828151811061191657611916615930565b60200260200101906001600160a01b031690816001600160a01b03168152505084818151811061194857611948615930565b602002602001015182828151811061196257611962615930565b60209081029190910101526001016118e1565b509097909650945050505050565b5f6001600160a01b038216158015906119b557506001600160a01b038083165f818152609a6020526040902054909116145b92915050565b60405163152667d960e31b81526001600160a01b03838116600483015282811660248301525f9182917f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318169063a9333ec890604401602060405180830381865afa158015611a2b573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a4f91906159f0565b9050611a5d8484835f61371f565b949350505050565b611a6d6138fa565b6111e85f613954565b82611a80816133cd565b611a9d5760405163932d94f760e01b815260040160405180910390fd5b611aa684611983565b611ac3576040516325ec6c1f60e01b815260040160405180910390fd5b836001600160a01b03167f02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b67080908484604051611afe9291906159c2565b60405180910390a250505050565b60605f82516001600160401b03811115611b2857611b28614e62565b604051908082528060200260200182016040528015611b51578160200160208202803683370190505b5090505f5b8351811015611bda576001600160a01b0385165f9081526098602052604081208551909190869084908110611b8d57611b8d615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f2054828281518110611bc757611bc7615930565b6020908102919091010152600101611b56565b509392505050565b606654600290600490811603611c0b5760405163840a48d560e01b815260040160405180910390fd5b611c136126fc565b855f5b81811015611ca657611c9e898983818110611c3357611c33615930565b9050602002810190611c459190615b5f565b611c4e90615b73565b888884818110611c6057611c60615930565b9050602002810190611c729190615962565b888886818110611c8457611c84615930565b9050602002016020810190611c999190615b7e565b6139a5565b600101611c16565b5050611cb2600160c955565b50505050505050565b611cc3614c00565b5f82815260a46020908152604091829020825160e08101845281546001600160a01b03908116825260018301548116828501526002830154168185015260038201546060820152600482015463ffffffff1660808201526005820180548551818602810186019096528086529194929360a08601939290830182828015611d7157602002820191905f5260205f20905b81546001600160a01b03168152600190910190602001808311611d53575b5050505050815260200160068201805480602002602001604051908101604052809291908181526020018280548015611dc757602002820191905f5260205f20905b815481526020019060010190808311611db3575b5050505050815250509050919050565b6060611de2336121d3565b9050610dd0848484612352565b6001600160a01b038083165f90815260a260209081526040808320938516835292815282822083519182019093529154825290610dd090613de7565b60608082516001600160401b03811115611e4757611e47614e62565b604051908082528060200260200182016040528015611e70578160200160208202803683370190505b50915082516001600160401b03811115611e8c57611e8c614e62565b604051908082528060200260200182016040528015611eb5578160200160208202803683370190505b506001600160a01b038086165f908152609a6020526040812054929350911690611ee0868387612755565b90505f5b85518110156120ad575f611f10878381518110611f0357611f03615930565b6020026020010151613856565b9050806001600160a01b031663fe243a1789898581518110611f3457611f34615930565b60200260200101516040518363ffffffff1660e01b8152600401611f6e9291906001600160a01b0392831681529116602082015260400190565b602060405180830381865afa158015611f89573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fad9190615b48565b858381518110611fbf57611fbf615930565b6020026020010181815250505f60a25f8a6001600160a01b03166001600160a01b031681526020019081526020015f205f89858151811061200257612002615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f206040518060200160405290815f82015481525050905061208686848151811061205457612054615930565b602002602001015185858151811061206e5761206e615930565b6020026020010151836138dc9092919063ffffffff16565b87848151811061209857612098615930565b60209081029190910101525050600101611ee4565b5050505b9250929050565b5f54610100900460ff16158080156120d657505f54600160ff909116105b806120ef5750303b1580156120ef57505f5460ff166001145b6121575760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015612178575f805461ff0019166101001790555b61218182612e42565b61218a83613954565b8015611106575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a1505050565b60606121dd6126fc565b6121e68261107e565b6122035760405163a5c7c44560e01b815260040160405180910390fd5b61220c82611983565b1561222a576040516311ca333560e31b815260040160405180910390fd5b336001600160a01b038316146122e2576001600160a01b038083165f908152609a60205260409020541661225d816133cd565b8061228357506001600160a01b038181165f908152609960205260409020600101541633145b6122a057604051631e499a2360e11b815260040160405180910390fd5b806001600160a01b0316836001600160a01b03167ff0eddf07e6ea14f388b47e1e94a0f464ecbd9eed4171130e0fc0e99fb4030a8a60405160405180910390a3505b6122eb82613e06565b90506122f7600160c955565b919050565b6066546002906004908116036123255760405163840a48d560e01b815260040160405180910390fd5b61232d6126fc565b61234161233986615b73565b8585856139a5565b61234b600160c955565b5050505050565b61235a6126fc565b6123633361107e565b1561238157604051633bf2b50360e11b815260040160405180910390fd5b61238a83611983565b6123a7576040516325ec6c1f60e01b815260040160405180910390fd5b6123b333848484614065565b6110fc3384612eff565b60605f83516001600160401b038111156123d9576123d9614e62565b60405190808252806020026020018201604052801561240c57816020015b60608152602001906001900390816123f75790505b5090505f5b8451811015611bda5761243d85828151811061242f5761242f615930565b602002602001015185611b0c565b82828151811061244f5761244f615930565b6020908102919091010152600101612411565b61246a6138fa565b6001600160a01b0381166124cf5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161214e565b6124d881613954565b50565b60408051808201909152600a81526922b4b3b2b72630bcb2b960b11b6020909101525f7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f7f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea612548614124565b805160209182012060408051928301949094529281019190915260608101919091524660808201523060a082015260c00160405160208183030381529060405280519060200120905090565b7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156125f0573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126149190615b99565b6001600160a01b0316336001600160a01b0316146126455760405163794821ff60e01b815260040160405180910390fd5b6066548019821981161461266c5760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c906020015b60405180910390a25050565b6001600160a01b0381165f90815260a3602052604090206060906119b5906141c0565b5f6126d76124db565b60405161190160f01b60208201526022810191909152604281018390526062016111fc565b600260c9540361274e5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015260640161214e565b600260c955565b60605f82516001600160401b0381111561277157612771614e62565b60405190808252806020026020018201604052801561279a578160200160208202803683370190505b5090505f7f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b031663547afb8786866040518363ffffffff1660e01b81526004016127ec929190615bb4565b5f60405180830381865afa158015612806573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261282d9190810190615bd7565b90505f5b845181101561289c576128778786838151811061285057612850615930565b602002602001015184848151811061286a5761286a615930565b60200260200101516131a6565b83828151811061288957612889615930565b6020908102919091010152600101612831565b509095945050505050565b5f6001600160a01b0386166128cf576040516339b190bb60e11b815260040160405180910390fd5b83515f036128f05760405163796cc52560e01b815260040160405180910390fd5b5f84516001600160401b0381111561290a5761290a614e62565b604051908082528060200260200182016040528015612933578160200160208202803683370190505b5090505f85516001600160401b0381111561295057612950614e62565b604051908082528060200260200182016040528015612979578160200160208202803683370190505b5090505f5b8651811015612c75575f61299d888381518110611f0357611f03615930565b90505f60a25f8c6001600160a01b03166001600160a01b031681526020019081526020015f205f8a85815181106129d6576129d6615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f209050612a4f888481518110612a1457612a14615930565b6020026020010151888581518110612a2e57612a2e615930565b602090810291909101810151604080519283019052845482529091906138dc565b848481518110612a6157612a61615930565b602002602001018181525050612aa0888481518110612a8257612a82615930565b602090810291909101810151604080519283019052835482526141cc565b858481518110612ab257612ab2615930565b60209081029190910101526001600160a01b038a1615612b4757612b098a8a8581518110612ae257612ae2615930565b6020026020010151878681518110612afc57612afc615930565b60200260200101516141e0565b612b478a8c8b8681518110612b2057612b20615930565b6020026020010151878781518110612b3a57612b3a615930565b60200260200101516137dc565b5f826001600160a01b031663724af4238d8c8781518110612b6a57612b6a615930565b60200260200101518c8881518110612b8457612b84615930565b60200260200101516040518463ffffffff1660e01b8152600401612baa93929190615c66565b6020604051808303815f875af1158015612bc6573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bea9190615b48565b9050805f03612c67575f82557f8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f8c8b8681518110612c2a57612c2a615930565b6020026020010151612c4f856040518060200160405290815f82015481525050613de7565b604051612c5e93929190615c66565b60405180910390a15b50505080600101905061297e565b506001600160a01b0388165f908152609f60205260408120805491829190612c9c83615c8a565b91905055505f6040518060e001604052808b6001600160a01b031681526020018a6001600160a01b031681526020018b6001600160a01b031681526020018381526020014363ffffffff1681526020018981526020018581525090505f612d02826111ea565b5f818152609e602090815260408083208054600160ff19909116811790915560a4835292819020865181546001600160a01b03199081166001600160a01b039283161783558885015195830180548216968316969096179095559187015160028201805490951692169190911790925560608501516003830155608085015160048301805463ffffffff191663ffffffff90921691909117905560a085015180519394508593612db89260058501920190614c59565b5060c08201518051612dd4916006840191602090910190614cbc565b5050506001600160a01b038b165f90815260a360205260409020612df8908261424a565b507f26b2aae26516e8719ef50ea2f6831a2efbd4e37dccdf0f6936b27bc08e793e30818386604051612e2c93929190615ca2565b60405180910390a19a9950505050505050505050565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b5f611a5d82612e97612e9087613de7565b8690614255565b90614255565b6001600160a01b038281165f8181526099602090815260409182902060010180546001600160a01b0319169486169485179055905192835290917f773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6910161269f565b6066545f90600190811603612f275760405163840a48d560e01b815260040160405180910390fd5b5f5f612f3285611683565b915091505f612f425f8685612755565b6001600160a01b038781165f818152609a602052604080822080546001600160a01b031916948b16948517905551939450919290917fc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d874330491a35f5b8351811015611cb25773beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06001600160a01b0316848281518110612fd557612fd5615930565b60200260200101516001600160a01b0316036131455760405163a3d75e0960e01b81526001600160a01b0388811660048301525f917f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8539091169063a3d75e0990602401602060405180830381865afa158015613053573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061307791906159f0565b90505f60a25f8a6001600160a01b03166001600160a01b031681526020019081526020015f205f8785815181106130b0576130b0615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f206040518060200160405290815f82015481525050905061312485848151811061310257613102615930565b6020026020010151836001600160401b0316836138dc9092919063ffffffff16565b85848151811061313657613136615930565b60200260200101818152505050505b61319e868886848151811061315c5761315c615930565b60200260200101515f87868151811061317757613177615930565b602002602001015187878151811061319157613191615930565b6020026020010151613288565b600101612f9c565b5f73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeabf196001600160a01b038416016132785760405163a3d75e0960e01b81526001600160a01b0385811660048301525f917f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8539091169063a3d75e0990602401602060405180830381865afa158015613234573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061325891906159f0565b90506132706001600160401b038481169083166138c8565b915050610dd0565b506001600160401b031692915050565b805f036132a857604051630a33bc6960e21b815260040160405180910390fd5b81156133c5576001600160a01b038086165f90815260a2602090815260408083209388168352929052206132de81858585614269565b6040805160208101909152815481527f8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f908790879061331c90613de7565b60405161332b93929190615c66565b60405180910390a161333c8661107e565b15611cb2576001600160a01b038088165f90815260986020908152604080832093891683529290529081208054859290613377908490615a1f565b92505081905550866001600160a01b03167f1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c8787866040516133bb93929190615c66565b60405180910390a2505b505050505050565b604051631beb2b9760e31b81526001600160a01b0382811660048301523360248301523060448301525f80356001600160e01b0319166064840152917f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7889091169063df595cb8906084016020604051808303815f875af1158015613453573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119b591906159a7565b60605f613483836142e4565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6134bc614c00565b5f82815260a46020908152604091829020825160e08101845281546001600160a01b0390811682526001830154811682850152600283015416818501526003820154606082810191909152600483015463ffffffff1660808301526005830180548651818702810187019097528087529195929460a0860193929083018282801561356e57602002820191905f5260205f20905b81546001600160a01b03168152600190910190602001808311613550575b50505050508152602001600682018054806020026020016040519081016040528092919081815260200182805480156135c457602002820191905f5260205f20905b8154815260200190600101908083116135b0575b50505050508152505091508160a00151516001600160401b038111156135ec576135ec614e62565b604051908082528060200260200182016040528015613615578160200160208202803683370190505b5090505f7f000000000000000000000000000000000000000000000000000000000000038483608001516136499190615ccc565b90505f4363ffffffff168263ffffffff161061367a57613675845f015185602001518660a00151612755565b613691565b613691845f015185602001518660a001518561430b565b90505f5b8460a0015151811015611358576136e28560c0015182815181106136bb576136bb615930565b60200260200101518383815181106136d5576136d5615930565b6020026020010151614439565b8482815181106136f4576136f4615930565b6020908102919091010152600101613695565b5f6137158483856001614444565b611a5d9085615ce8565b6001600160a01b038085165f90815260a560209081526040808320938716835292905290812081906137509061449f565b90505f6137b660016137827f000000000000000000000000000000000000000000000000000000000000038443615cfb565b61378c9190615cfb565b6001600160a01b03808a165f90815260a560209081526040808320938c16835292905220906144b9565b90505f6137c38284615ce8565b90506137d08187876144d5565b98975050505050505050565b6001600160a01b038085165f90815260986020908152604080832093861683529290529081208054839290613812908490615ce8565b92505081905550836001600160a01b03167f6909600037b75d7b4733aedd815442b5ec018a827751c832aaff64eba5d6d2dd848484604051611afe93929190615c66565b5f6001600160a01b03821673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0146138a1577f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757076119b5565b7f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c85392915050565b5f610dd08383670de0b6b3a76400006144f3565b5f611a5d826138f46138ed87613de7565b86906138c8565b906138c8565b6033546001600160a01b031633146111e85760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161214e565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b60a08401515182146139ca576040516343714afd60e01b815260040160405180910390fd5b83604001516001600160a01b0316336001600160a01b031614613a00576040516316110d3560e21b815260040160405180910390fd5b5f613a0a856111ea565b5f818152609e602052604090205490915060ff16613a3b576040516387c9d21960e01b815260040160405180910390fd5b60605f7f00000000000000000000000000000000000000000000000000000000000003848760800151613a6e9190615ccc565b90508063ffffffff164363ffffffff1611613a9c576040516378f67ae160e11b815260040160405180910390fd5b613ab3875f015188602001518960a001518461430b565b87516001600160a01b03165f90815260a360205260409020909250613ad99150836145d8565b505f82815260a46020526040812080546001600160a01b031990811682556001820180548216905560028201805490911690556003810182905560048101805463ffffffff1916905590613b306005830182614cf5565b613b3d600683015f614cf5565b50505f828152609e602052604090819020805460ff19169055517f1f40400889274ed07b24845e5054a87a0cab969eb1277aafe61ae352e7c32a0090613b869084815260200190565b60405180910390a185516001600160a01b039081165f908152609a6020526040812054885160a08a01519190931692613bc0918490612755565b90505f5b8860a0015151811015613ddc575f613beb8a60a001518381518110611f0357611f03615930565b90505f613c218b60c001518481518110613c0757613c07615930565b60200260200101518785815181106136d5576136d5615930565b9050805f03613c31575050613dd4565b8715613cff57816001600160a01b0316632eae418c8c5f01518d60a001518681518110613c6057613c60615930565b60200260200101518d8d88818110613c7a57613c7a615930565b9050602002016020810190613c8f9190615191565b60405160e085901b6001600160e01b03191681526001600160a01b03938416600482015291831660248301529091166044820152606481018490526084015f604051808303815f87803b158015613ce4575f5ffd5b505af1158015613cf6573d5f5f3e3d5ffd5b50505050613dd1565b5f5f836001600160a01b03166350ff72258e5f01518f60a001518881518110613d2a57613d2a615930565b6020026020010151866040518463ffffffff1660e01b8152600401613d5193929190615c66565b60408051808303815f875af1158015613d6c573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d909190615d17565b91509150613dce878e5f01518f60a001518881518110613db257613db2615930565b602002602001015185858b8b8151811061319157613191615930565b50505b50505b600101613bc4565b505050505050505050565b80515f9015613df75781516119b5565b670de0b6b3a764000092915050565b606654606090600190600290811603613e325760405163840a48d560e01b815260040160405180910390fd5b6001600160a01b038084165f818152609a602052604080822080546001600160a01b0319811690915590519316928392917ffee30966a256b71e14bc0ebfc94315e28ef4a97a7131a9e2b7a310a73af4467691a35f5f613e9186611683565b9150915081515f03613ea55750505061405f565b81516001600160401b03811115613ebe57613ebe614e62565b604051908082528060200260200182016040528015613ee7578160200160208202803683370190505b5094505f613ef6878585612755565b90505f5b8351811015614059576040805160018082528183019092525f916020808301908036833750506040805160018082528183019092529293505f9291506020808301908036833750506040805160018082528183019092529293505f92915060208083019080368337019050509050868481518110613f7a57613f7a615930565b6020026020010151835f81518110613f9457613f94615930565b60200260200101906001600160a01b031690816001600160a01b031681525050858481518110613fc657613fc6615930565b6020026020010151825f81518110613fe057613fe0615930565b602002602001018181525050848481518110613ffe57613ffe615930565b6020026020010151815f8151811061401857614018615930565b6020026020010181815250506140318b898585856128a7565b8a858151811061404357614043615930565b6020908102919091010152505050600101613efa565b50505050505b50919050565b6001600160a01b038084165f90815260996020526040902060010154168061408d5750610f25565b6001600160a01b0381165f908152609c6020908152604080832085845290915290205460ff16156140d157604051630d4c4c9160e21b815260040160405180910390fd5b6001600160a01b0381165f908152609c602090815260408083208584528252909120805460ff1916600117905583015161234b908290614118908890889084908890610889565b855160208701516145e3565b60605f6141507f76302e302e300000000000000000000000000000000000000000000000000006613477565b9050805f8151811061416457614164615930565b602001015160f81c60f81b8160018151811061418257614182615930565b016020908101516040516001600160f81b03199384169281019290925291909116602182015260220160405160208183030381529060405291505090565b60605f610dd083614635565b5f610dd06141d984613de7565b83906138c8565b6001600160a01b038084165f90815260a560209081526040808320938616835292905290812061420f9061449f565b9050610f254361421f8484615a1f565b6001600160a01b038088165f90815260a560209081526040808320938a16835292905220919061468e565b5f610dd08383614699565b5f610dd083670de0b6b3a7640000846144f3565b825f036142955760408051602081019091528454815261428e908290612e9790613de7565b8455610f25565b6040805160208101909152845481525f906142b19085846138dc565b90505f6142be8483615a1f565b90505f6142d984612e976142d2888a615a1f565b8590614255565b875550505050505050565b5f60ff8216601f8111156119b557604051632cd44ac360e21b815260040160405180910390fd5b60605f83516001600160401b0381111561432757614327614e62565b604051908082528060200260200182016040528015614350578160200160208202803683370190505b5090505f7f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b03166394d7d00c8787876040518463ffffffff1660e01b81526004016143a493929190615d39565b5f60405180830381865afa1580156143be573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526143e59190810190615bd7565b90505f5b855181101561442d576144088887838151811061285057612850615930565b83828151811061441a5761441a615930565b60209081029190910101526001016143e9565b50909695505050505050565b5f610dd083836138c8565b5f5f6144518686866144f3565b9050600183600281111561446757614467615d72565b14801561448357505f848061447e5761447e615d86565b868809115b1561449657614493600182615a1f565b90505b95945050505050565b5f6144aa82826146e5565b6001600160e01b031692915050565b5f6144c583838361472a565b6001600160e01b03169392505050565b5f611a5d6144e38385615d9a565b85906001600160401b03166138c8565b5f80805f19858709858702925082811083820303915050805f0361452a5783828161452057614520615d86565b0492505050610dd0565b8084116145715760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b604482015260640161214e565b5f8486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091025f889003889004909101858311909403939093029303949094049190911702949350505050565b5f610dd08383614773565b4281101561460457604051630819bdcd60e01b815260040160405180910390fd5b6146186001600160a01b0385168484614856565b610f2557604051638baa579f60e01b815260040160405180910390fd5b6060815f0180548060200260200160405190810160405280929190818152602001828054801561468257602002820191905f5260205f20905b81548152602001906001019080831161466e575b50505050509050919050565b6111068383836148aa565b5f8181526001830160205260408120546146de57508154600181810184555f8481526020808220909301849055845484825282860190935260409020919091556119b5565b505f6119b5565b81545f9080156147225761470b846146fe600184615ce8565b5f91825260209091200190565b5464010000000090046001600160e01b0316611a5d565b509092915050565b82545f908161473b868683856149b0565b9050801561476957614752866146fe600184615ce8565b5464010000000090046001600160e01b0316610907565b5091949350505050565b5f818152600183016020526040812054801561484d575f614795600183615ce8565b85549091505f906147a890600190615ce8565b9050818114614807575f865f0182815481106147c6576147c6615930565b905f5260205f200154905080875f0184815481106147e6576147e6615930565b5f918252602080832090910192909255918252600188019052604090208390555b855486908061481857614818615db9565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f9055600193505050506119b5565b5f9150506119b5565b5f5f5f6148638585614a03565b90925090505f81600481111561487b5761487b615d72565b1480156148995750856001600160a01b0316826001600160a01b0316145b806109075750610907868686614a42565b82548015614962575f6148c2856146fe600185615ce8565b60408051808201909152905463ffffffff8082168084526401000000009092046001600160e01b0316602084015291925090851610156149155760405163151b8e3f60e11b815260040160405180910390fd5b805163ffffffff8086169116036149605782614936866146fe600186615ce8565b80546001600160e01b03929092166401000000000263ffffffff9092169190911790555050505050565b505b506040805180820190915263ffffffff92831681526001600160e01b03918216602080830191825285546001810187555f968752952091519051909216640100000000029190921617910155565b5f5b81831015611bda575f6149c58484614b29565b5f8781526020902090915063ffffffff86169082015463ffffffff1611156149ef578092506149fd565b6149fa816001615a1f565b93505b506149b2565b5f5f8251604103614a37576020830151604084015160608501515f1a614a2b87828585614b43565b945094505050506120b1565b505f905060026120b1565b5f5f5f856001600160a01b0316631626ba7e60e01b8686604051602401614a6a929190615dcd565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b0319909416939093179092529051614aa89190615de5565b5f60405180830381855afa9150503d805f8114614ae0576040519150601f19603f3d011682016040523d82523d5f602084013e614ae5565b606091505b5091509150818015614af957506020815110155b801561090757508051630b135d3f60e11b90614b1e9083016020908101908401615b48565b149695505050505050565b5f614b376002848418615dfb565b610dd090848416615a1f565b5f807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0831115614b7857505f90506003614bf7565b604080515f8082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015614bc9573d5f5f3e3d5ffd5b5050604051601f1901519150506001600160a01b038116614bf1575f60019250925050614bf7565b91505f90505b94509492505050565b6040518060e001604052805f6001600160a01b031681526020015f6001600160a01b031681526020015f6001600160a01b031681526020015f81526020015f63ffffffff16815260200160608152602001606081525090565b828054828255905f5260205f20908101928215614cac579160200282015b82811115614cac57825182546001600160a01b0319166001600160a01b03909116178255602090920191600190910190614c77565b50614cb8929150614d0c565b5090565b828054828255905f5260205f20908101928215614cac579160200282015b82811115614cac578251825591602001919060010190614cda565b5080545f8255905f5260205f20908101906124d891905b5b80821115614cb8575f8155600101614d0d565b6001600160a01b03811681146124d8575f5ffd5b80356122f781614d20565b5f5f5f5f5f60a08688031215614d53575f5ffd5b8535614d5e81614d20565b94506020860135614d6e81614d20565b93506040860135614d7e81614d20565b94979396509394606081013594506080013592915050565b5f5f83601f840112614da6575f5ffd5b5081356001600160401b03811115614dbc575f5ffd5b6020830191508360208260051b85010111156120b1575f5ffd5b5f5f60208385031215614de7575f5ffd5b82356001600160401b03811115614dfc575f5ffd5b614e0885828601614d96565b90969095509350505050565b602080825282518282018190525f918401906040840190835b8181101561289c578351835260209384019390920191600101614e2d565b5f60208284031215614e5b575f5ffd5b5035919050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715614e9857614e98614e62565b60405290565b604080519081016001600160401b0381118282101715614e9857614e98614e62565b604051601f8201601f191681016001600160401b0381118282101715614ee857614ee8614e62565b604052919050565b5f6001600160401b03821115614f0857614f08614e62565b5060051b60200190565b5f82601f830112614f21575f5ffd5b8135614f34614f2f82614ef0565b614ec0565b8082825260208201915060208360051b860101925085831115614f55575f5ffd5b602085015b83811015614f7b578035614f6d81614d20565b835260209283019201614f5a565b5095945050505050565b5f82601f830112614f94575f5ffd5b8135614fa2614f2f82614ef0565b8082825260208201915060208360051b860101925085831115614fc3575f5ffd5b602085015b83811015614f7b578035835260209283019201614fc8565b5f5f5f60608486031215614ff2575f5ffd5b8335614ffd81614d20565b925060208401356001600160401b03811115615017575f5ffd5b61502386828701614f12565b92505060408401356001600160401b0381111561503e575f5ffd5b61504a86828701614f85565b9150509250925092565b5f8151808452602084019350602083015f5b82811015615084578151865260209586019590910190600101615066565b5093949350505050565b602081525f610dd06020830184615054565b803563ffffffff811681146122f7575f5ffd5b5f5f83601f8401126150c3575f5ffd5b5081356001600160401b038111156150d9575f5ffd5b6020830191508360208285010111156120b1575f5ffd5b5f5f5f5f60608587031215615103575f5ffd5b843561510e81614d20565b935061511c602086016150a0565b925060408501356001600160401b03811115615136575f5ffd5b615142878288016150b3565b95989497509550505050565b5f5f5f5f60808587031215615161575f5ffd5b843561516c81614d20565b9350602085013561517c81614d20565b93969395505050506040820135916060013590565b5f602082840312156151a1575f5ffd5b8135610dd081614d20565b5f5f604083850312156151bd575f5ffd5b82356151c881614d20565b915060208301356151d881614d20565b809150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f610dd060208301846151e3565b5f60e08284031215615233575f5ffd5b61523b614e76565b905061524682614d34565b815261525460208301614d34565b602082015261526560408301614d34565b604082015260608281013590820152615280608083016150a0565b608082015260a08201356001600160401b0381111561529d575f5ffd5b6152a984828501614f12565b60a08301525060c08201356001600160401b038111156152c7575f5ffd5b6152d384828501614f85565b60c08301525092915050565b5f602082840312156152ef575f5ffd5b81356001600160401b03811115615304575f5ffd5b611a5d84828501615223565b5f60208284031215615320575f5ffd5b813560ff81168114610dd0575f5ffd5b5f8151808452602084019350602083015f5b828110156150845781516001600160a01b0316865260209586019590910190600101615342565b80516001600160a01b03908116835260208083015182169084015260408083015190911690830152606080820151908301526080808201515f916153b49085018263ffffffff169052565b5060a082015160e060a08501526153ce60e0850182615330565b905060c083015184820360c08601526144968282615054565b604081525f6153f96040830185615369565b82810360208401526144968185615054565b5f82825180855260208501945060208160051b830101602085015f5b8381101561442d57601f19858403018852615443838351615054565b6020988901989093509190910190600101615427565b5f604082016040835280855180835260608501915060608160051b8601019250602087015f5b828110156154b057605f1987860301845261549b858351615369565b9450602093840193919091019060010161547f565b505050508281036020840152614496818561540b565b6001600160401b03811681146124d8575f5ffd5b5f5f5f5f608085870312156154ed575f5ffd5b84356154f881614d20565b9350602085013561550881614d20565b92506040850135615518816154c6565b91506060850135615528816154c6565b939692955090935050565b5f5f5f60608486031215615545575f5ffd5b833561555081614d20565b9250602084013591506040840135615567816154c6565b809150509250925092565b604081525f6153f96040830185615330565b5f5f5f60408486031215615596575f5ffd5b83356155a181614d20565b925060208401356001600160401b038111156155bb575f5ffd5b6155c7868287016150b3565b9497909650939450505050565b5f5f604083850312156155e5575f5ffd5b82356155f081614d20565b915060208301356001600160401b0381111561560a575f5ffd5b61561685828601614f12565b9150509250929050565b5f5f5f5f5f5f60608789031215615635575f5ffd5b86356001600160401b0381111561564a575f5ffd5b61565689828a01614d96565b90975095505060208701356001600160401b03811115615674575f5ffd5b61568089828a01614d96565b90955093505060408701356001600160401b0381111561569e575f5ffd5b6156aa89828a01614d96565b979a9699509497509295939492505050565b602081525f610dd06020830184615369565b5f5f5f606084860312156156e0575f5ffd5b83356156eb81614d20565b925060208401356001600160401b03811115615705575f5ffd5b840160408187031215615716575f5ffd5b61571e614e9e565b81356001600160401b03811115615733575f5ffd5b8201601f81018813615743575f5ffd5b80356001600160401b0381111561575c5761575c614e62565b61576f601f8201601f1916602001614ec0565b818152896020838501011115615783575f5ffd5b816020840160208301375f60209282018301528352928301359282019290925293969395505050506040919091013590565b5f5f604083850312156157c6575f5ffd5b82356157d181614d20565b946020939093013593505050565b604081525f6153f96040830185615054565b80151581146124d8575f5ffd5b5f5f5f5f60608587031215615811575f5ffd5b84356001600160401b03811115615826575f5ffd5b850160e08188031215615837575f5ffd5b935060208501356001600160401b03811115615851575f5ffd5b61585d87828801614d96565b9094509250506040850135615528816157f1565b5f5f60408385031215615882575f5ffd5b82356001600160401b03811115615897575f5ffd5b8301601f810185136158a7575f5ffd5b80356158b5614f2f82614ef0565b8082825260208201915060208360051b8501019250878311156158d6575f5ffd5b6020840193505b828410156159015783356158f081614d20565b8252602093840193909101906158dd565b945050505060208301356001600160401b0381111561560a575f5ffd5b602081525f610dd0602083018461540b565b634e487b7160e01b5f52603260045260245ffd5b5f8235605e19833603018112615958575f5ffd5b9190910192915050565b5f5f8335601e19843603018112615977575f5ffd5b8301803591506001600160401b03821115615990575f5ffd5b6020019150600581901b36038213156120b1575f5ffd5b5f602082840312156159b7575f5ffd5b8151610dd0816157f1565b60208152816020820152818360408301375f818301604090810191909152601f909201601f19160101919050565b5f60208284031215615a00575f5ffd5b8151610dd0816154c6565b634e487b7160e01b5f52601160045260245ffd5b808201808211156119b5576119b5615a0b565b5f82601f830112615a41575f5ffd5b8151615a4f614f2f82614ef0565b8082825260208201915060208360051b860101925085831115615a70575f5ffd5b602085015b83811015614f7b578051835260209283019201615a75565b5f5f60408385031215615a9e575f5ffd5b82516001600160401b03811115615ab3575f5ffd5b8301601f81018513615ac3575f5ffd5b8051615ad1614f2f82614ef0565b8082825260208201915060208360051b850101925087831115615af2575f5ffd5b6020840193505b82841015615b1d578351615b0c81614d20565b825260209384019390910190615af9565b8095505050505060208301516001600160401b03811115615b3c575f5ffd5b61561685828601615a32565b5f60208284031215615b58575f5ffd5b5051919050565b5f823560de19833603018112615958575f5ffd5b5f6119b53683615223565b5f60208284031215615b8e575f5ffd5b8135610dd0816157f1565b5f60208284031215615ba9575f5ffd5b8151610dd081614d20565b6001600160a01b03831681526040602082018190525f90611a5d90830184615330565b5f60208284031215615be7575f5ffd5b81516001600160401b03811115615bfc575f5ffd5b8201601f81018413615c0c575f5ffd5b8051615c1a614f2f82614ef0565b8082825260208201915060208360051b850101925086831115615c3b575f5ffd5b6020840193505b82841015610907578351615c55816154c6565b825260209384019390910190615c42565b6001600160a01b039384168152919092166020820152604081019190915260600190565b5f60018201615c9b57615c9b615a0b565b5060010190565b838152606060208201525f615cba6060830185615369565b82810360408401526109078185615054565b63ffffffff81811683821601908111156119b5576119b5615a0b565b818103818111156119b5576119b5615a0b565b63ffffffff82811682821603908111156119b5576119b5615a0b565b5f5f60408385031215615d28575f5ffd5b505080516020909101519092909150565b6001600160a01b03841681526060602082018190525f90615d5c90830185615330565b905063ffffffff83166040830152949350505050565b634e487b7160e01b5f52602160045260245ffd5b634e487b7160e01b5f52601260045260245ffd5b6001600160401b0382811682821603908111156119b5576119b5615a0b565b634e487b7160e01b5f52603160045260245ffd5b828152604060208201525f611a5d60408301846151e3565b5f82518060208501845e5f920191825250919050565b5f82615e1557634e487b7160e01b5f52601260045260245ffd5b50049056fea264697066735822122028823ec872a9df95048c08df1bd11d6833b239643a395c032aeedc56c3554f0e64736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x00000000000000000000000000000000000000000000000000000000000000ff"}},"0x0e801d84fa97b50751dbf25036d067dcf18858bf":{"nonce":1,"balance":"0x0","code":"0x60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033","storage":{"0x05b8ccbb9d4d8fb16ea74ce3c29a41f1b461fbdaff4714a0d9a8eb05499746bc":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0eb5be412f275a18f6e4d622aee4ff40b21467c926224771b782d4c095d1444b":"0x0000000000000000000000000000000000000000000000000000000000000036","0x17ef568e3e12ab5b9c7254a8d58478811de00f9e6eb34345acd53bf8fd09d3ec":"0x0000000000000000000000000000000000000000000000000000000000000001","0x295841a49a1089f4b560f91cfbb0133326654dcbb1041861fc5dde96c724a22f":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x0000000000000000000000001291be112d480055dafd8a610b7d1e203891c274","0x3617319a054d772f909f7c479a2cebe5066e836a939412e32403c99029b92eff":"0x0000000000000000000000000000000000000000000000000000000000000001","0xa6eef7e35abe7026729641147f7915573c7e97b47efa546f5f6e3230263bcb49":"0x0000000000000000000000000000000000000000000000000000000000000001","0xad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb5":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e","0xcfb339bd1c51c488f6134f4ac63d1594afad827b3401c3fc51ed1da74a8ca14e":"0x000000000de0b6b3a7640000202cce504e04bed6fc0521238ddf04bc9e8e15ab"}},"0x1003ff39d25f2ab16dbcc18ece05a9b6154f65f4":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x11e8f3ea3c6fcf12ecff2722d75cefc539c51a1c":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x1291be112d480055dafd8a610b7d1e203891c274":{"nonce":1,"balance":"0x0","code":"0x6080806040526004361015610012575f80fd5b5f905f3560e01c9081630491b41c146119f65750806308732461146119995780631f9b74e01461194557806320b66298146117dd57806325504777146116c25780632cd95940146115c65780633ca5a5f5146115945780634bd26e09146115555780635401ed271461152d5780635e5a67751461150b5780635f1f2d771461108c578063697fbd931461104e5780636b3aa72e146110095780636c3fb4bf14610dde5780636d14a98714610d9957806375d4173a14610cb25780637c17234714610c9757806381c0750214610aaf5780639ab4d6ff14610a775780639f3ccf6514610a1c578063ac6bfb03146109cd578063adc804da14610959578063b6904b7814610917578063bc9a40c3146108db578063bd29b8cd14610856578063c46778a51461081c578063c601527d146105c7578063c8294c5614610579578063ca8aa7c714610534578063cc5a7c20146103f0578063d5eccc0514610386578063dd9846b91461035e578063df5cf72314610319578063e086adb3146102da578063f2be94ae1461026a578063f851e1981461020b5763fa28c627146101b5575f80fd5b34610208576001600160601b036101fa6020926101f460406101d636611c69565b92909194858152600289522060ff82165f52875260405f2093612e3e565b90611a44565b505460401c16604051908152f35b80fd5b503461020857604036600319011261020857606061023261022a611a34565b600435611ed3565b61026860405180926001600160601b036040809263ffffffff815116855263ffffffff6020820151166020860152015116910152565bf35b5034610208576080366003190112610208576001600160601b036040602092610291611a24565b60ff8361029c611c56565b936044358152600288522091165f5284526102cf6102c86102c2845f2060643590611a44565b50611d1d565b9182612cb4565b015116604051908152f35b5034610208576040366003190112610208576103166102f7611a24565b6102ff611c56565b90610308611fcf565b61031181611f43565b612cfc565b80f35b50346102085780600319360112610208576040517f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b03168152602090f35b503461020857602061037861037236611c69565b91612e3e565b63ffffffff60405191168152f35b50346102085760203660031901126102085760ff6103a2611a24565b1680825260016020526040822090825260016020526040822054915f1983019283116103dc5760206001600160601b036101fa8585611a44565b634e487b7160e01b81526011600452602490fd5b50346102085760803660031901126102085761040a611a24565b610412611b9b565b906044359163ffffffff83168303610530576064356001600160401b03811161052c57610443903690600401611bb1565b61044b61205c565b6104638360ff165f52600160205260405f2054151590565b61051d579061047561047b9284612a28565b82612c5e565b60ff8116808452600560209081526040808620805460ff19166001179055519193919290830183807f7c112e863ccf007862e2c9e25819c933fedbc9350a6443423b4a8599c2e8a52d9260016104d497520390a1612cfc565b8152600160205261031660408220604051906104ef82611b35565b63ffffffff43168252836020830152836040830152611e26565b634e487b7160e01b5f52602160045260245ffd5b6310cda51760e21b8552600485fd5b8480fd5b8380fd5b50346102085780600319360112610208576040517f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b03168152602090f35b5034610208576060366003190112610208576001600160601b0360406020926102cf6102c86102c26105a9611a24565b9360ff6105b4611c56565b9516815260018852856044359120611a44565b5034610208576040366003190112610208576105e1611a24565b906024356001600160401b03811161081857610601903690600401611bb1565b9161060a611fcf565b61061381611f43565b61061d8382612a28565b825160405163de1164bb60e01b8152906020826004817f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03165afa91821561080d5784926107dc575b506040517f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b0316906106a581611b06565b6001600160a01b03848116825260ff8616602083019081526040516304c1b8eb60e31b8152925190911660048301525163ffffffff166024820152602081604481855afa9081156107d15786916107a2575b50610700578480f35b61070982611cbe565b91855b818110610779575050849550803b1561052c576107439385809460405196879586948593630287f75160e51b855260048501611d9b565b03925af1801561076e57610759575b8080808480f35b8161076391611b50565b61020857805f610752565b6040513d84823e3d90fd5b6001906001600160a01b0361078e828b611d09565b51511661079b8287611d09565b520161070c565b6107c4915060203d6020116107ca575b6107bc8183611b50565b810190611d83565b5f6106f7565b503d6107b2565b6040513d88823e3d90fd5b6107ff91925060203d602011610806575b6107f78183611b50565b810190611d64565b905f61066d565b503d6107ed565b6040513d86823e3d90fd5b5080fd5b5034610208576020366003190112610208576001600160601b03604060209260ff610845611a24565b168152808452205416604051908152f35b5034610208576040366003190112610208576004356024356001600160401b0381116108d75761088a903690600401611a9d565b61089592919261205c565b835b8181106108a2578480f35b806108d06108b36001938588611cf0565b3560f81c6108c081611f43565b6108ca818761209d565b906123ee565b5001610897565b8280fd5b5034610208576040366003190112610208576103166108f8611a24565b610900611b9b565b90610909611fcf565b61091281611f43565b612c5e565b5034610208576040366003190112610208576102326102c260609260ff61093c611a24565b610944611e90565b50168152600160205260406024359120611a44565b5034610208576040366003190112610208576109aa6109a460409260ff61097e611a24565b826020875161098c81611b06565b82815201521681526003602052836024359120611a44565b50611eae565b6001600160601b03602083519260018060a01b0381511684520151166020820152f35b50346102085760603660031901126102085760ff60406109eb611a24565b926109f4611e90565b50602435815260026020522091165f5260205260606102326102c260405f2060443590611a44565b503461020857604036600319011261020857610a36611a24565b60ff16815260046020526040812080546024359290831015610208576020610a5e8484611a44565b905460405160039290921b1c6001600160a01b03168152f35b50346102085760203660031901126102085763ffffffff604060209260ff610a9d611a24565b16815260068452205416604051908152f35b50346102085760403660031901126102085760043563ffffffff8116809103610818576024356001600160401b0381116108d757610af1903690600401611a9d565b9190610afc83611b71565b91610b0a6040519384611b50565b838352610b1684611b71565b602084019490601f1901368637855b818110610b7657868587604051928392602084019060208552518091526040840192915b818110610b57575050500390f35b825163ffffffff16845285945060209384019390920191600101610b49565b610b81818386611cf0565b3560f81c610b8e81611f43565b808852600160205260408820805415610c835788528363ffffffff60208a20541611610c745780885260016020526040882054885b818110610bd6575b505050600101610b25565b828a52600160205260408a20610bec8284611d57565b5f19810191908211610c6057610c08889263ffffffff92611a44565b5054161115610c1957600101610bc3565b90610c249250611d57565b5f198101908111610c4c579063ffffffff60019216610c438288611d09565b52905f80610bcb565b634e487b7160e01b88526011600452602488fd5b634e487b7160e01b8c52601160045260248cfd5b63cc64657360e01b8852600488fd5b634e487b7160e01b89526032600452602489fd5b50346102085780600319360112610208576020604051818152f35b503461020857606036600319011261020857610ccc611a24565b610cd4611b9b565b6044356001600160401b03811161053057610cf3903690600401611bb1565b610cfb61205c565b610d138360ff165f52600160205260405f2054151590565b610d8a578291610475610d289260ff95612a28565b1680825260056020526040822060ff1981541690557f7c112e863ccf007862e2c9e25819c933fedbc9350a6443423b4a8599c2e8a52d60405180610d6c8582611b88565b0390a18152600160205261031660408220604051906104ef82611b35565b6310cda51760e21b8452600484fd5b50346102085780600319360112610208576040517f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03168152602090f35b5034610208576060366003190112610208576004356001600160401b0381116108185736602382011215610818578060040135610e1a81611b71565b91610e286040519384611b50565b8183526024602084019260051b8201019036821161052c57602401915b818310610fe957505050602435906001600160401b0382116108d757366023830112156108d757816004013591610e7b83611b71565b92610e896040519485611b50565b8084526024602085019160051b83010191368311610fe557602401905b828210610fd55750505060443560ff8116810361053057610ec561205c565b610ecf8251611cbe565b92610ed982611f43565b610ee3838361264d565b8693919290845b8651861015610f8257610efd8683611d09565b5115610f64575b610f2d610f118785611d09565b51856001600160601b03610f258a8a611d09565b511691612241565b90898282019283129112908015821691151617610f505760019590950194610eea565b634e487b7160e01b89526011600452602489fd5b88610f6f8787611d09565b526001610f7c878a611d09565b52610f04565b88610f8e8992866123ee565b50604051918291602083016020845282518091526020604085019301915b818110610fba575050500390f35b82511515845285945060209384019390920191600101610fac565b8135815260209182019101610ea6565b8580fd5b82356001600160a01b0381168103610fe557815260209283019201610e45565b50346102085780600319360112610208576040517f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b03168152602090f35b50346102085760203660031901126102085760ff60406110889282611071611a24565b168152600560205220541660405191829182611b88565b0390f35b5034611292576040366003190112611292576110a6611a24565b6024356001600160401b0381116112925736602382011215611292578060040135906110d182611b71565b916110df6040519384611b50565b8083526024602084019160051b8301019136831161129257602401905b8282106114fb5750505061110e611fcf565b61111782611f43565b805180156114ec5760ff831691825f52600360205260405f2091835f52600460205260405f209161114782611cbe565b935f5b8381106112d657505060405163de1164bb60e01b8152949250602091508490506004817f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03165afa928315611287575f936112b5575b506040517f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b0316916111df82611b06565b6001600160a01b038581168352602083019182526040516304c1b8eb60e31b815292511660048301525163ffffffff166024820152602081604481855afa908115611287575f91611296575b50611234578480f35b803b156112925761125f935f80946040519687958694859363b66bd98960e01b855260048501611d9b565b03925af1801561128757611274578080808480f35b61128091505f90611b50565b5f5f610752565b6040513d5f823e3d90fd5b5f80fd5b6112af915060203d6020116107ca576107bc8183611b50565b5f61122b565b6112cf91935060203d602011610806576107f78183611b50565b915f6111a7565b6112ea6112e38285611d09565b5183611a44565b50546001600160a01b03166112ff8288611d09565b52867f31fa2e2cd280c9375e13ffcf3d81e2378100186e4058f8d3ddb690b82dcd31f760206113386113318588611d09565b5186611a44565b50546040516001600160a01b039091168152a2867f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75604061137c6113318588611d09565b505481516001600160a01b0390911681525f6020820152a281545f198101908111611497576113ab9083611a44565b506113c06113b98386611d09565b5184611a44565b6114ab578181036114be575b505081548015611483575f19016113e38184611a44565b6114ab575f9055825584545f198101908111611497576114066114509187611a44565b905460039190911b1c6001600160a01b031661142c6114258487611d09565b5188611a44565b81546001600160a01b0393841660039290921b91821b9390911b1916919091179055565b8454908115611483576001915f19016114698188611a44565b815490858060a01b039060031b1b1916905586550161114a565b634e487b7160e01b5f52603160045260245ffd5b634e487b7160e01b5f52601160045260245ffd5b634e487b7160e01b5f525f60045260245ffd5b815481546001600160a01b039091166001600160a01b03199182168117835592541690911790555f806113cc565b63796cc52560e01b5f5260045ffd5b81358152602091820191016110fc565b34611292575f366003190112611292576020604051670de0b6b3a76400008152f35b346112925760403660031901126112925760206001600160601b0360406102cf61022a611a34565b346112925760403660031901126112925761156e611a34565b6004355f52600260205260ff60405f2091165f52602052602060405f2054604051908152f35b346112925760203660031901126112925760ff6115af611a24565b165f526003602052602060405f2054604051908152f35b34611292576040366003190112611292576115df611a34565b6004355f52600260205260ff60405f2091165f5260205260405f2080549061160682611b71565b916116146040519384611b50565b8083526020830180925f5260205f205f915b8383106116a5578486604051918291602083019060208452518091526040830191905f5b818110611658575050500390f35b91935091602060608261169760019488516001600160601b036040809263ffffffff815116855263ffffffff6020820151166020860152015116910152565b01940191019184939261164a565b6001602081926116b485611d1d565b815201920192019190611626565b34611292576060366003190112611292576004356001600160a01b038116810361129257602435906044356001600160401b03811161129257611709903690600401611a9d565b9061171261205c565b61171b82611cbe565b9261172583611cbe565b925f5b8181106117595761174b8661108887604051938493604085526040850190611aca565b908382036020850152611aca565b611764818386611cf0565b3560f81c9061177282611f43565b61177c8483611f71565b929092156117ce5782816117966001956117b2948d612241565b916001600160601b036117a9868d611d09565b911690526123ee565b6001600160601b036117c48389611d09565b9116905201611728565b63207f13e360e11b5f5260045ffd5b34611292576060366003190112611292576117f6611a24565b6024356001600160401b03811161129257611815903690600401611a6d565b916044356001600160401b03811161129257611835903690600401611a6d565b909161183f611fcf565b61184881611f43565b84156114ec578482036119365760ff1691825f52600360205260405f20935f5b86811061187157005b806118c361188a6118856001948888611c9a565b611caa565b61189f611898848c88611c9a565b358a611a44565b5080546001600160a01b031660a09290921b6001600160a01b031916919091179055565b857f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a756118f3611898848c88611c9a565b50848060a01b0390541661190b611885858a8a611c9a565b604080516001600160a01b039390931683526001600160601b0391909116602083015290a201611868565b6343714afd60e01b5f5260045ffd5b346112925760403660031901126112925761195e611a24565b602435906001600160a01b0382168203611292576020918161198261198793611f43565b611f71565b506001600160601b0360405191168152f35b34611292576040366003190112611292576119b2611a24565b60ff60243591165f52600360205260405f208054821015611292576040916119d991611a44565b505481516001600160a01b038216815260a09190911c6020820152f35b346112925760203660031901126112925760209060ff611a14611a24565b165f526001825260405f20548152f35b6004359060ff8216820361129257565b6024359060ff8216820361129257565b8054821015611a59575f5260205f2001905f90565b634e487b7160e01b5f52603260045260245ffd5b9181601f84011215611292578235916001600160401b038311611292576020808501948460051b01011161129257565b9181601f84011215611292578235916001600160401b038311611292576020838186019501011161129257565b90602080835192838152019201905f5b818110611ae75750505090565b82516001600160601b0316845260209384019390920191600101611ada565b604081019081106001600160401b03821117611b2157604052565b634e487b7160e01b5f52604160045260245ffd5b606081019081106001600160401b03821117611b2157604052565b90601f801991011681019081106001600160401b03821117611b2157604052565b6001600160401b038111611b215760051b60200190565b9190602083019260028210156105095752565b602435906001600160601b038216820361129257565b81601f8201121561129257803590611bc882611b71565b92611bd66040519485611b50565b82845260208085019360061b8301019181831161129257602001925b828410611c00575050505090565b6040848303126112925760405190611c1782611b06565b84356001600160a01b03811681036112925782526020850135906001600160601b03821682036112925782602092836040950152815201930192611bf2565b6024359063ffffffff8216820361129257565b6060906003190112611292576004359060243560ff81168103611292579060443563ffffffff811681036112925790565b9190811015611a595760051b0190565b356001600160601b03811681036112925790565b90611cc882611b71565b611cd56040519182611b50565b8281528092611ce6601f1991611b71565b0190602036910137565b90821015611a59570190565b805115611a595760200190565b8051821015611a595760209160051b010190565b90604051611d2a81611b35565b60406001600160601b0382945463ffffffff8116845263ffffffff8160201c166020850152821c16910152565b9190820391821161149757565b9081602091031261129257516001600160a01b03811681036112925790565b90816020910312611292575180151581036112925790565b60809060ff60209394606083019560018060a01b031683521683820152606060408201528451809452019201905f5b818110611dd75750505090565b82516001600160a01b0316845260209384019390920191600101611dca565b906bffffffffffffffffffffffff60401b82549160401b16906bffffffffffffffffffffffff60401b1916179055565b8054600160401b811015611b2157611e4391600182018155611a44565b6114ab578151815460208085015167ffffffff00000000911b1663ffffffff90921667ffffffffffffffff1990911617178155611e8e916001600160601b0390604001511690611df6565b565b60405190611e9d82611b35565b5f6040838281528260208201520152565b90604051611ebb81611b06565b91546001600160a01b038116835260a01c6020830152565b90611edc611e90565b50815f52600260205260405f2060ff82165f5260205260405f205490611f00611e90565b9282611f0c5750505090565b909192505f52600260205260ff60405f2091165f5260205260405f205f19820191821161149757611f40916102c291611a44565b90565b611f5b9060ff165f52600160205260405f2054151590565b15611f6257565b637310cff560e11b5f5260045ffd5b6001600160601b03611fba611fc19493611fc99360405191611f94604084611b50565b6001835260203681850137611fa883611cfc565b6001600160a01b03909116905261264d565b9490611cfc565b511692611cfc565b51151590565b604051638da5cb5b60e01b81526020816004817f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03165afa908115611287575f9161203d575b506001600160a01b0316330361202e57565b63ce98c24b60e01b5f5260045ffd5b612056915060203d602011610806576107f78183611b50565b5f61201c565b7f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b0316330361208e57565b632c01b20560e21b5f5260045ffd5b5f90805f52600260205260405f2060ff84165f5260205260405f205480155f1461214457505f516020612fcd5f395f51905f5260406001600160601b0394835f526002602052815f2060ff82165f5260205261211a825f2083519061210182611b35565b63ffffffff431682525f60208301525f85830152611e26565b60ff8251911681525f6020820152a2165f81810391125f82128116905f8313901516176114975790565b908092505f52600260205260405f2060ff84165f5260205260405f20905f1981019081116114975761217591611a44565b50908154916001600160601b038360401c16928315612238576001600160601b03945f516020612fcd5f395f51905f529260409263ffffffff438116911681036121da5750805473ffffffffffffffffffffffff00000000000000001916905561211a565b815467ffffffff000000001916602082901b67ffffffff00000000161790915561223390855f526002602052835f2060ff84165f52602052835f2084519161222183611b35565b82525f60208301525f85830152611e26565b61211a565b50505050505f90565b9190915f90805f52600260205260405f2060ff85165f5260205260405f205480155f146122f057505f516020612fcd5f395f51905f5260406001600160601b038095845f526002602052825f2060ff89165f526020526122c4835f208451906122a982611b35565b63ffffffff431682525f602083015284841686830152611e26565b60ff8351981688521695866020820152a216905f82820392128183128116918313901516176114975790565b908092505f52600260205260405f2060ff85165f5260205260405f20905f1981019081116114975761232191611a44565b50908154916001600160601b038360401c16926001600160601b038516908185146123e357855f516020612fcd5f395f51905f52936001600160601b039763ffffffff6040958a9582431692839116145f1461238757505061238291611df6565b6122c4565b835467ffffffff000000001916602083901b67ffffffff00000000161790935561238292909150875f526002602052855f2060ff8c165f52602052855f20908651926123d284611b35565b83525f602084015286830152611e26565b505050505050505f90565b60ff165f81815260016020526040902080549192915f1981019081116114975761241791611a44565b509080156124b05763ffffffff61243c8354926001600160601b038460401c16612f83565b93849243831692168203612455575050611f4091611df6565b835467ffffffff000000001916602083901b67ffffffff000000001617909355611f40929091505f52600160205260405f206040519161249483611b35565b82525f60208301526001600160601b0384166040830152611e26565b506001600160601b0391505460401c1690565b602081830312611292578051906001600160401b03821161129257019080601f83011215611292578151906124f782611b71565b926125056040519485611b50565b82845260208085019360051b820101908282116112925760208101935b82851061253157505050505090565b84516001600160401b03811161129257820184603f820112156112925760208101519061255d82611b71565b9161256b6040519384611b50565b8083526020808085019260051b840101019187831161129257604001905b8282106125a157505050815260209485019401612522565b8151815260209182019101612589565b90602080835192838152019201905f5b8181106125ce5750505090565b82516001600160a01b03168452602093840193909201916001016125c1565b90602082549182815201915f5260205f20905f5b81811061260e5750505090565b82546001600160a01b0316845260209093019260019283019201612601565b906001600160601b03809116911601906001600160601b03821161149757565b6126578251611cbe565b60ff6126638451611cbe565b92165f8181526003602052604090208054919591908161268281611b71565b916126906040519384611b50565b81835260208301905f5260205f205f915b8383106129fe5750505050865f52600560205260ff60405f20541660028110156105095760010361295a57865f52600660205263ffffffff6126e98160405f20541643612a1b565b60405163de1164bb60e01b81529116906020816004817f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03165afa908115611287575f916127a091839161293b575b506040519061274d82611b06565b6001600160a01b03908116825260208083018d81528d8652600491829052604080872090516315d5962560e11b81529451909316918401919091525163ffffffff1660248301529093849283926127c691565b60a060448501526127b460a485018e6125b1565b848103600319016064860152906125ed565b608483019190915203817f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b03165afa908115611287575f91612919575b50925b5f5b875181101561290c575f5b8481106128615750806001600160601b0361283760019389611d09565b51168a5f525f6020526001600160601b0360405f205416111561285a828a611d09565b520161280f565b61286b8185611d09565b51906128818161287b858a611d09565b51611d09565b51612891575b600191500161281a565b6001600160601b0360206128a98361287b878c611d09565b519301511691828102928184041490151715611497576128f16001600160601b03670de0b6b3a764000060019404166001600160601b036128ea868c611d09565b511661262d565b6001600160601b03612903858b611d09565b91169052612887565b5095505050509092509190565b61293591503d805f833e61292d8183611b50565b8101906124c3565b5f61280a565b612954915060203d602011610806576107f78183611b50565b5f61273f565b865f5260046020526129a15f6040812060405180938192637870733b60e11b83526040600484015261298f604484018d6125b1565b838103600319016024850152906125ed565b03817f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b03165afa908115611287575f916129e4575b509261280d565b6129f891503d805f833e61292d8183611b50565b5f6129dd565b600160208192612a0d85611eae565b8152019201920191906126a1565b9190820180921161149757565b8151156114ec5760ff8251911691825f52600360205260405f2054926020612a508486612a1b565b11611936575f925b808410612a66575050505050565b90919293945f5b612a778688612a1b565b811015612aca57835f526003602052612a938160405f20611a44565b50546001600160a01b0390811690612aab8888611d09565b51511614612abb57600101612a6d565b637b74340b60e01b5f5260045ffd5b509493929190926001600160601b036020612ae58386611d09565b5101511615612c4f57815f52600360205260405f20612b048285611d09565b51908054600160401b811015611b2157612b2391600182018155611a44565b6114ab5781516020929092015160a01b6001600160a01b0319166001600160a01b03929092169190911790555f828152600460205260409020906001600160a01b03612b6f8286611d09565b515116825490600160401b821015611b215761142c8260019586612b9595018155611a44565b827f10565e56cacbf32eca267945f054fec02e59750032d113d3302182ad967f54046020848060a01b03612bc98589611d09565b515116604051908152a2827f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75838060a01b03612c058488611d09565b5151166001600160601b036020612c1c868a611d09565b510151604080516001600160a01b0394909416845291166001600160601b03166020830152819081010390a20192612a58565b637257125160e01b5f5260045ffd5b602060ff7f26eecff2b70b0a71104ff4d940ba7162d23a95c248771fc487a7be17a596b3cf921692835f525f82526001600160601b0360405f20911690816001600160601b0319825416179055604051908152a2565b63ffffffff808251169216918210612ce3576020015163ffffffff168015918215612cf2575b505015612ce357565b631391e11b60e21b5f5260045ffd5b1090505f80612cda565b60ff1690815f52600560205260ff60405f205416600281101561050957600103612e2f57604051632981eb7760e01b8152906020826004817f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b03165afa918215611287575f92612dea575b5063ffffffff80911691168111612ddb57816040917f28d7358b79f02d21b8b7e17aefc4185a64308aa37406fa5befc05b91932c39c7935f52600660205263ffffffff835f205416915f526006602052825f208163ffffffff1982541617905582519182526020820152a1565b630bd441b960e21b5f5260045ffd5b9091506020813d602011612e27575b81612e0660209383611b50565b81010312611292575163ffffffff81168103611292579063ffffffff612d6e565b3d9150612df9565b63a3be258360e01b5f5260045ffd5b929190835f52600260205260405f2060ff82165f5260205260405f2054805b612f225760405162461bcd60e51b815260206004820152608160248201527f5374616b6552656769737472792e5f6765745374616b65557064617465496e6460448201527f6578466f724f70657261746f724174426c6f636b4e756d6265723a206e6f207360648201527f74616b652075706461746520666f756e6420666f72206f70657261746f72496460848201527f20616e642071756f72756d4e756d62657220617420626c6f636b206e756d626560a4820152603960f91b60c482015260e490fd5b845f52600260205260405f2060ff83165f5260205260405f205f1982019082821161149757612f568263ffffffff92611a44565b50541663ffffffff85161015612f7657508015611497575f190180612e5d565b63ffffffff169450505050565b905f811215612fb857600160ff1b8114611497576001600160601b0380915f03169116036001600160601b0381116114975790565b906001600160601b03611f4092169061262d56fe2f527d527e95d8fe40aec55377743bb779087da3f6d0d08f12e36444da62327da2646970667358221220060b7d5a87a74d7aaed381474cb24f72f0f4e6f61c18df12a463cd6e6686055464736f6c634300081b0033","storage":{}},"0x145e2dc5c8238d1be628f87076a37d4a26a78544":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x14dc79964da2c08b23698b3d3cc7ca32193d9955":{"nonce":2,"balance":"0x21e5f445b3cf7033e56","code":"0x","storage":{}},"0x15d34aaf54267db7d7c367839aaf71a00a2c6a65":{"nonce":2,"balance":"0x21e5f445b3cf7033e56","code":"0x","storage":{}},"0x1613beb3b2c4f22ee086b2b38c1476a3ce7f78e8":{"nonce":1,"balance":"0x0","code":"0x6080806040526004361015610012575f80fd5b5f905f3560e01c908163204e1c7a1461045057508063715018a6146103f95780637eff275e146103675780638da5cb5b146103405780639623609d1461024257806399a88ec4146101ad578063f2fde38b146100e75763f3b7dead14610076575f80fd5b346100e45760203660031901126100e457808060046001600160a01b0361009b6104b2565b6040516303e1469160e61b815291165afa6100b4610530565b90156100e25780516020916001600160a01b03916100d991908101840190840161055f565b16604051908152f35b505b80fd5b50346100e45760203660031901126100e4576101016104b2565b61010961057e565b6001600160a01b031680156101595781546001600160a01b03198116821783556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08380a380f35b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b50346100e45760403660031901126100e457806101c86104b2565b6101d06104c8565b906101d961057e565b6001600160a01b031690813b1561023e57604051631b2ce7f360e11b81526001600160a01b0390911660048201529082908290602490829084905af18015610233576102225750f35b8161022c916104de565b6100e45780f35b6040513d84823e3d90fd5b5050fd5b5060603660031901126100e457806102586104b2565b6102606104c8565b6044359167ffffffffffffffff831161033b573660238401121561033b5782600401359061028d82610514565b9161029b60405193846104de565b80835260208301943660248383010111610337578187926024602093018837840101526102c661057e565b6001600160a01b0316803b15610333578492606460405180968195829463278f794360e11b845260018060a01b03166004840152604060248401525180918160448501528484015e8181018301879052601f01601f1916810103019134905af18015610233576102225750f35b8480fd5b8680fd5b505050fd5b50346100e457806003193601126100e457546040516001600160a01b039091168152602090f35b50346103f55760403660031901126103f5576103816104b2565b6103896104c8565b9061039261057e565b6001600160a01b031690813b156103f5576040516308f2839760e41b81526001600160a01b039091166004820152905f908290602490829084905af180156103ea576103dc575080f35b6103e891505f906104de565b005b6040513d5f823e3d90fd5b5f80fd5b346103f5575f3660031901126103f55761041161057e565b5f80546001600160a01b0319811682556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b346103f55760203660031901126103f5575f9081906004906001600160a01b036104786104b2565b635c60da1b60e01b8352165afa61048d610530565b90156103f55780516020916001600160a01b03916100d991908101840190840161055f565b600435906001600160a01b03821682036103f557565b602435906001600160a01b03821682036103f557565b90601f8019910116810190811067ffffffffffffffff82111761050057604052565b634e487b7160e01b5f52604160045260245ffd5b67ffffffffffffffff811161050057601f01601f191660200190565b3d1561055a573d9061054182610514565b9161054f60405193846104de565b82523d5f602084013e565b606090565b908160209103126103f557516001600160a01b03811681036103f55790565b5f546001600160a01b0316330361059157565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fdfea2646970667358221220fe1df9a54abaf2bc18b8a9ca8e1cf4726b8f899d4fdbf0d5a7e3b8a18ae0eef564736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"}},"0x16adfbefdefd488c992086d472a4ca577a0e5e54":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x1aac82773cb722166d7da0d5b0fa35b0307dd99d":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x1bcb8e569eedab4668e55145cfeaf190902d3cf2":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x1c87bb9234aec6adc580eae6c8b59558a4502220":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x1cbd3b2770909d4e10f157cabc84c7264073c9ec":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab":{"nonce":1,"balance":"0x0","code":"0x60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0000000000000000000000000000000000000000000000000000000000000001":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0000000000000000000000000000000000000000000000000000000000000032":"0x0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","0x0000000000000000000000000000000000000000000000000000000000000033":"0x00000000000000000000000000000000000000000000001cc929a623532de2a9","0x0000000000000000000000000000000000000000000000000000000000000064":"0x00000000000000000000000000000000000000000000003635c9adc5dea00000","0x0000000000000000000000000000000000000000000000000000000000000065":"0x00000000000000000000000000000000000000000000003635c9adc5dea00000","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x00000000000000000000000009635f643e140090a9a8dcd712ed6285858cebef","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}},"0x225356ff5d64889d7364be2c990f93a66298ee8d":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6":{"nonce":1,"balance":"0x0","code":"0x60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0000000000000000000000000000000000000000000000000000000000000033":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000000000000000000000000000000000000000066":"0x0000000000000000000000000000000000000000000000000000000000000000","0x00000000000000000000000000000000000000000000000000000000000000cb":"0x000003e80000000000001c20f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x0000000000000000000000009a9f2ccfde556a7e9ff0848998aa4a0cfd8863ae","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}},"0x23618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f":{"nonce":2,"balance":"0x21e5f445b3cf7033e56","code":"0x","storage":{}},"0x2546bcd3c84621e976d8185a91a922ae77ecec30":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x262595fa2a3a86adacde208589614d483e3ef1c0":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x265188114eb5d5536bc8654d8e9710fe72c28c4d":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x2f4f06d218e426344cfe1a83d53dad806994d325":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x35304262b9e87c00c430149f28dd154995d01207":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x3aa5ebb10dc797cac828524e59a333d0a371443c":{"nonce":1,"balance":"0x0","code":"0x608060405234801561000f575f5ffd5b50600436106100e5575f3560e01c80639100674511610088578063ad8aca7711610063578063ad8aca77146101df578063df595cb8146101f2578063eb5a4e8714610205578063fddbdefd14610218575f5ffd5b80639100674514610196578063950d806e146101b9578063ad5f2210146101cc575f5ffd5b806354fd4d50116100c357806354fd4d5014610124578063628806ef146101425780636bddfa1f14610155578063882a3b3814610175575f5ffd5b806306641201146100e9578063268959e5146100fe5780634f906cf914610111575b5f5ffd5b6100fc6100f7366004610dbd565b61022b565b005b6100fc61010c366004610e0e565b61034c565b6100fc61011f366004610e0e565b610427565b61012c6104ca565b6040516101399190610e3f565b60405180910390f35b6100fc610150366004610e74565b6104fa565b610168610163366004610e74565b610588565b6040516101399190610ed0565b610188610183366004610e0e565b6105b1565b604051610139929190610ee2565b6101a96101a4366004610e0e565b610712565b6040519015158152602001610139565b6100fc6101c7366004610dbd565b610782565b6101686101da366004610e74565b610893565b6101a96101ed366004610e0e565b610939565b6101a9610200366004610dbd565b61095a565b6100fc610213366004610e0e565b6109af565b610168610226366004610f44565b610a7d565b836102368133610712565b61025357604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0385165f908152600160205260408120906102758585610abb565b6001600160a01b0387165f908152600484016020526040902090915061029b9082610ae8565b6102b85760405163262118cd60e01b815260040160405180910390fd5b6001600160a01b0386165f90815260048301602052604090206102db9082610aff565b505f81815260058301602052604090206102f59087610b0a565b50856001600160a01b0316876001600160a01b03167f18242326b6b862126970679759169f01f646bd55ec5bfcab85ba9f337a74e0c6878760405161033b929190610f84565b60405180910390a350505050505050565b816103578133610712565b61037457604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0383165f9081526001602081905260409091206002019061039b82610b1e565b116103b9576040516310ce892b60e31b815260040160405180910390fd5b6103c38184610b0a565b6103e057604051630716d81b60e51b815260040160405180910390fd5b6040516001600160a01b0384811682528516907fdb9d5d31320daf5bc7181d565b6da4d12e30f0f4d5aa324a992426c14a1d19ce906020015b60405180910390a250505050565b816104328133610712565b61044f57604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0383165f9081526001602052604090206104708184610b0a565b61048d5760405163bed8295f60e01b815260040160405180910390fd5b6040516001600160a01b0384811682528516907fd706ed7ae044d795b49e54c9f519f663053951011985f663a862cd9ee72a9ac790602001610419565b60606104f57f76302e302e300000000000000000000000000000000000000000000000000006610b27565b905090565b6001600160a01b0381165f90815260016020526040902061051b8133610b0a565b6105385760405163bed8295f60e01b815260040160405180910390fd5b6105456002820133610b64565b506040513381526001600160a01b038316907fbf265e8326285a2747e33e54d5945f7111f2b5edb826eb8c08d4677779b3ff979060200160405180910390a25050565b6001600160a01b0381165f9081526001602052604090206060906105ab90610b78565b92915050565b6001600160a01b038083165f9081526001602090815260408083209385168352600490930190529081206060918291906105ea82610b1e565b90505f8167ffffffffffffffff81111561060657610606610fa7565b60405190808252806020026020018201604052801561062f578160200160208202803683370190505b5090505f8267ffffffffffffffff81111561064c5761064c610fa7565b604051908082528060200260200182016040528015610675578160200160208202803683370190505b5090505f5b83811015610704576106a861068f8683610b84565b606081901c9160a09190911b6001600160e01b03191690565b8483815181106106ba576106ba610fbb565b602002602001018484815181106106d3576106d3610fbb565b6001600160e01b0319909316602093840291909101909201919091526001600160a01b03909116905260010161067a565b509097909650945050505050565b6001600160a01b0382165f90815260016020526040812061073590600201610b1e565b5f0361075757816001600160a01b0316836001600160a01b03161490506105ab565b6001600160a01b0383165f90815260016020526040902061077b9060020183610b8f565b9392505050565b8361078d8133610712565b6107aa57604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0385165f908152600160205260408120906107cc8585610abb565b6001600160a01b0387165f90815260048401602052604090209091506107f29082610ae8565b156108105760405163ad8efeb760e01b815260040160405180910390fd5b6001600160a01b0386165f90815260048301602052604090206108339082610bb0565b505f818152600583016020526040902061084d9087610b64565b50856001600160a01b0316876001600160a01b03167f037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169878760405161033b929190610f84565b6001600160a01b0381165f9081526001602052604090206060906108b990600201610b1e565b5f03610911576040805160018082528183019092525f916020808301908036833701905050905082815f815181106108f3576108f3610fbb565b6001600160a01b039092166020928302919091019091015292915050565b6001600160a01b0382165f9081526001602052604090206105ab90600201610b78565b919050565b6001600160a01b0382165f90815260016020526040812061077b9083610b8f565b5f6109658585610712565b806109a657506109a66109788484610abb565b6001600160a01b038088165f908152600160209081526040808320938a168352600490930190522090610ae8565b95945050505050565b816109ba8133610712565b6109d757604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0383165f9081526001602052604090206109fb6002820184610b8f565b15610a195760405163130160e560e31b815260040160405180910390fd5b610a238184610b64565b610a40576040516319abede360e11b815260040160405180910390fd5b6040516001600160a01b0384811682528516907fb14b9a3d448c5b04f0e5b087b6f5193390db7955482a6ffb841e7b3ba61a460c90602001610419565b60605f610a8a8484610abb565b6001600160a01b0386165f90815260016020908152604080832084845260050190915290209091506109a690610b78565b60609190911b6bffffffffffffffffffffffff191660a09190911c6bffffffff0000000000000000161790565b5f818152600183016020526040812054151561077b565b5f61077b8383610bbb565b5f61077b836001600160a01b038416610bbb565b5f6105ab825490565b60605f610b3383610c9e565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b5f61077b836001600160a01b038416610cc5565b60605f61077b83610d11565b5f61077b8383610d6a565b6001600160a01b0381165f908152600183016020526040812054151561077b565b5f61077b8383610cc5565b5f8181526001830160205260408120548015610c95575f610bdd600183610fcf565b85549091505f90610bf090600190610fcf565b9050818114610c4f575f865f018281548110610c0e57610c0e610fbb565b905f5260205f200154905080875f018481548110610c2e57610c2e610fbb565b5f918252602080832090910192909255918252600188019052604090208390555b8554869080610c6057610c60610fee565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f9055600193505050506105ab565b5f9150506105ab565b5f60ff8216601f8111156105ab57604051632cd44ac360e21b815260040160405180910390fd5b5f818152600183016020526040812054610d0a57508154600181810184555f8481526020808220909301849055845484825282860190935260409020919091556105ab565b505f6105ab565b6060815f01805480602002602001604051908101604052809291908181526020018280548015610d5e57602002820191905f5260205f20905b815481526020019060010190808311610d4a575b50505050509050919050565b5f825f018281548110610d7f57610d7f610fbb565b905f5260205f200154905092915050565b80356001600160a01b0381168114610934575f5ffd5b80356001600160e01b031981168114610934575f5ffd5b5f5f5f5f60808587031215610dd0575f5ffd5b610dd985610d90565b9350610de760208601610d90565b9250610df560408601610d90565b9150610e0360608601610da6565b905092959194509250565b5f5f60408385031215610e1f575f5ffd5b610e2883610d90565b9150610e3660208401610d90565b90509250929050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f60208284031215610e84575f5ffd5b61077b82610d90565b5f8151808452602084019350602083015f5b82811015610ec65781516001600160a01b0316865260209586019590910190600101610e9f565b5093949350505050565b602081525f61077b6020830184610e8d565b604081525f610ef46040830185610e8d565b82810360208401528084518083526020830191506020860192505f5b81811015610f385783516001600160e01b031916835260209384019390920191600101610f10565b50909695505050505050565b5f5f5f60608486031215610f56575f5ffd5b610f5f84610d90565b9250610f6d60208501610d90565b9150610f7b60408501610da6565b90509250925092565b6001600160a01b039290921682526001600160e01b031916602082015260400190565b634e487b7160e01b5f52604160045260245ffd5b634e487b7160e01b5f52603260045260245ffd5b818103818111156105ab57634e487b7160e01b5f52601160045260245ffd5b634e487b7160e01b5f52603160045260245ffdfea2646970667358221220d27fc578553d9b089fb6c1e7b6c2d45f132cb089bd090ffcdf7dad08628d4e8464736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x00000000000000000000000000000000000000000000000000000000000000ff"}},"0x3c3e2e178c69d4bad964568415a0f0c84fd6320a":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x3c44cdddb6a900fa2b585dd299e03d12fa4293bc":{"nonce":2,"balance":"0x21e5f445b3cf7033e56","code":"0x","storage":{}},"0x40fc963a729c542424cd800349a7e4ecc4896624":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x4779d18931b35540f84b0cd0e9633855b84df7b8":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x4826533b4897376654bb4d4ad88b7fafd0c98528":{"nonce":1,"balance":"0x0","code":"0x60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033","storage":{"0x17ef568e3e12ab5b9c7254a8d58478811de00f9e6eb34345acd53bf8fd09d3ec":"0x0000000000000000000000000000000000000000000000000000000000000001","0x295841a49a1089f4b560f91cfbb0133326654dcbb1041861fc5dde96c724a22f":"0x0000000000000036000000000000000000000000000000000000000000000000","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x0000000000000000000000005eb3bc0a489c5a8288765d2336659ebca68fcd00","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e"}},"0x48fa7b63049a6f4e7316eb2d9c5bdda8933bca2f":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x492c973c16e8aec46f4d71716e91b05b245377c9":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x4b23d303d9e3719d6cdf8d172ea030f80509ea15":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x4c40a6acdad9308e41797f21325685a34b6d7f19":{"nonce":1,"balance":"0x0","code":"0x60806040526004361015610011575f80fd5b5f3560e01c80631a3894e9146103a1578063224c4ae8146102675780638192610f146101a35763ae1d62db14610045575f80fd5b307f0000000000000000000000004c40a6acdad9308e41797f21325685a34b6d7f191461019f57606036600319011261019f576004356044356001600160c01b038116906024359082810361019f57815f528360205260405f205480155f146100dc575050916100da925f5260205260405f206100c06103cf565b9163ffffffff431683525f602084015260408301526104c0565b005b825f949294528460205260405f20905f19810190811161018b576100ff91610441565b509363ffffffff8554169263ffffffff43168094145f1461013d57505050506100da919067ffffffffffffffff82549181199060401b169116179055565b855467ffffffff000000001916602085901b67ffffffff0000000016179095556100da9492935090915f5260205260405f20906101786103cf565b9283525f602084015260408301526104c0565b634e487b7160e01b5f52601160045260245ffd5b5f80fd5b608036600319011261019f5760443563ffffffff811680910361019f576024355f526004356020526101da60643560405f20610441565b50906101e46103cf565b91549163ffffffff83168082526040602083019263ffffffff8660201c168452019360401c84528210610258575163ffffffff16801591821561024e575b50501561023f57516040516001600160c01b039091168152602090f35b63bbba60cb60e01b5f5260045ffd5b1090508280610222565b636cb19aff60e01b5f5260045ffd5b606036600319011261019f5760243560043563ffffffff8216820361019f576044359067ffffffffffffffff821161019f573660238301121561019f578160040135916102bb6102b684610429565b610403565b926024602085838152019160051b8301019136831161019f57602401905b828210610391575050508151926102fe6102f56102b686610429565b94808652610429565b602085019390601f19013685375f5b8151811015610347578061032e610326600193856104ac565b518587610536565b63ffffffff61033d838a6104ac565b911690520161030d565b8486604051918291602083019060208452518091526040830191905f5b818110610372575050500390f35b825163ffffffff16845285945060209384019390920191600101610364565b81358152602091820191016102d9565b604036600319011261019f5760206103bd60243560043561046a565b6040516001600160c01b039091168152f35b604051906060820182811067ffffffffffffffff8211176103ef57604052565b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff8111838210176103ef57604052565b67ffffffffffffffff81116103ef5760051b60200190565b8054821015610456575f5260205f2001905f90565b634e487b7160e01b5f52603260045260245ffd5b815f528060205260405f20549182155f14610486575050505f90565b5f5260205260405f20905f19810190811161018b576104a491610441565b505460401c90565b80518210156104565760209160051b010190565b8054680100000000000000008110156103ef576104e291600182018155610441565b61052357815160208084015160409485015190941b67ffffffffffffffff191663ffffffff90921693901b67ffffffff000000001692909217919091179055565b634e487b7160e01b5f525f60045260245ffd5b9190815f528260205260405f2054925f5b8481106105df5760405162461bcd60e51b815260206004820152605c60248201527f5265676973747279436f6f7264696e61746f722e67657451756f72756d42697460448201527f6d6170496e6465784174426c6f636b4e756d6265723a206e6f206269746d617060648201527f2075706461746520666f756e6420666f72206f70657261746f72496400000000608482015260a490fd5b80850385811161018b575f19810190811161018b5763ffffffff16845f528260205263ffffffff6106138260405f20610441565b50541663ffffffff8516101561062c5750600101610547565b9450505050509056fea26469706673582212208a8c37fd2221c83dc18f2c5fef07500dd52618b45c220426ad505a982529514064736f6c634300081b0033","storage":{}},"0x4e59b44847b379578588920ca78fbf26c0b4956c":{"nonce":2,"balance":"0x0","code":"0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe03601600081602082378035828234f58015156039578182fd5b8082525050506014600cf3","storage":{}},"0x4edfedff17ab9642f8464d6143900903dd21421a":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x54ccceb38251c29b628ef8b00b3cab97e7cac7d5":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x553bc17a05702530097c3677091c5bb47a3a7931":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x586af62eae7f447d14d25f53918814e04d3a5ba4":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x586ba39027a74e8d40e6626f89ae97ba7f616644":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x5e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x5eb15c0992734b5e77c888d713b4fc67b3d679a2":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x5eb3bc0a489c5a8288765d2336659ebca68fcd00":{"nonce":1,"balance":"0x0","code":"0x60806040526004361015610011575f80fd5b5f3560e01c8062a1f4cb1461015957806303c5a6b61461015457806313542a4e1461010957806326d941f21461014f578063377ed99d1461014a5780633fb279521461014557806347b314e8146101045780635f61a88414610140578063605747d51461013b578063671699111461013657806368bccaac146101315780636d14a9871461012c5780637916cea6146101275780637ff81a8714610122578063a3db80e21461011d578063bf79ce5814610118578063d1a6465014610113578063d5254a8c1461010e578063de29fac014610109578063e8bb9ae6146101045763f4e24fe5146100ff575f80fd5b610a95565b6104f6565b61025c565b610a28565b610906565b6108e5565b61089a565b610855565b6107e2565b61075e565b61067f565b610638565b610584565b610522565b61046f565b61031f565b6102a7565b610207565b610173565b6001600160a01b0381160361016f57565b5f80fd5b3461016f57602036600319011261016f576004356101908161015e565b60018060a01b03165f52600360205260405f2060018154910154906101c76040519283928360209093929193604081019481520152565b0390f35b61016060031982011261016f576004356101e48161015e565b9161010060231983011261016f57604060249261012319011261016f5761012490565b3461016f576020610217366101cb565b90610220611453565b6001600160a01b0383165f90815260018552604090205492831561024a575b505050604051908152f35b6102549350610d61565b5f808061023f565b3461016f57602036600319011261016f576004356102798161015e565b60018060a01b03165f526001602052602060405f2054604051908152f35b6004359060ff8216820361016f57565b3461016f57602036600319011261016f5760ff6102c2610297565b6102ca611453565b16805f52600460205260405f2054610310575f52600460205261030e60405f206102f26103ca565b5f81524363ffffffff166020820152905b5f6040830152610ae8565b005b6310cda51760e21b5f5260045ffd5b3461016f57602036600319011261016f5760ff61033a610297565b165f526004602052602063ffffffff60405f205416604051908152f35b634e487b7160e01b5f52604160045260245ffd5b6040810190811067ffffffffffffffff82111761038757604052565b610357565b6060810190811067ffffffffffffffff82111761038757604052565b90601f8019910116810190811067ffffffffffffffff82111761038757604052565b604051906103d96060836103a8565b565b906103d960405192836103a8565b90604060031983011261016f576004356104028161015e565b9160243567ffffffffffffffff811161016f578160238201121561016f5780600401359067ffffffffffffffff8211610387576040519261044d601f8401601f1916602001856103a8565b8284526024838301011161016f57815f92602460209301838601378301015290565b3461016f577f73a2b7fb844724b971802ae9b15db094d4b7192df9d7350e14eb466b9b22eb4e61049e366103e9565b906104a7611453565b6104ba6104b382610d02565b50836114bb565b60018060a01b0381165f5260016020526104df60405f20549260405193849384610b5d565b0390a1005b602090600319011261016f5760043590565b3461016f57610504366104e4565b5f526002602052602060018060a01b0360405f205416604051908152f35b3461016f57602036600319011261016f5760ff61053d610297565b610545610b9d565b50165f5260056020526040805f2060018251916105618361036b565b80548352015460208201526105828251809260208091805184520151910152565bf35b3461016f57604036600319011261016f576105d96105d36105a3610297565b60ff602435915f604080516105b78161038c565b8281528260208201520152165f52600460205260405f206107cd565b50610bd3565b604051809163ffffffff6040606084019267ffffffffffffffff19815116855282602082015116602086015201511660408301520390f35b905f905b6002821061062257505050565b6020806001928551815201930191019091610615565b3461016f57602036600319011261016f57608061065f60043561065a8161015e565b610ca5565b610582602060405192610673848251610611565b01516040830190610611565b3461016f57606036600319011261016f57610698610297565b6024359063ffffffff821680920361016f576105d36106ce9160ff6106bc60443590565b91165f52600460205260405f206107cd565b9063ffffffff602083015116811061074f5781610714610723926106fc60406101c796015163ffffffff1690565b9063ffffffff82161591821561073f575b5050610cec565b5167ffffffffffffffff191690565b60405167ffffffffffffffff1990911681529081906020820190565b63ffffffff161190505f8061070d565b633d22884160e01b5f5260045ffd5b3461016f575f36600319011261016f576040517f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03168152602090f35b634e487b7160e01b5f52603260045260245ffd5b8054156107c8575f5260205f20905f90565b6107a2565b80548210156107c8575f5260205f2001905f90565b3461016f57604036600319011261016f576107fb610297565b60ff60243591165f52600460205260405f2090815481101561016f57610820916107cd565b50546040805182821b67ffffffffffffffff1916815260c083901c63ffffffff16602082015260e09290921c90820152606090f35b3461016f57602036600319011261016f57606061087c6004356108778161015e565b610d02565b610893604051809360208091805184520151910152565b6040820152f35b3461016f57602036600319011261016f5760ff6108b5610297565b165f52600560205260405f2060018154910154906101c76040519283928360209093929193604081019481520152565b3461016f5760206108fe6108f8366101cb565b91610d61565b604051908152f35b3461016f5760a036600319011261016f576004356109238161015e565b608036602319011261016f57604051638da5cb5b60e01b8152906020826004817f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03165afa9182156109de575f9261099b575b5061030e91610996906001600160a01b031633146119b9565b61119a565b91506020823d6020116109d6575b816109b6602093836103a8565b8101031261016f5761099661030e92516109cf8161015e565b925061097d565b3d91506109a9565b6040513d5f823e3d90fd5b60206040818301928281528451809452019201905f5b818110610a0c5750505090565b825163ffffffff168452602093840193909201916001016109ff565b3461016f57604036600319011261016f5760043567ffffffffffffffff811161016f573660238201121561016f57806004013567ffffffffffffffff811161016f57366024828401011161016f576101c791610a8991602480359201611316565b604051918291826109e9565b3461016f577ff843ecd53a563675e62107be1494fdde4a3d49aeedaf8d88c616d85346e3500e610ac4366103e9565b90610acd611453565b6104ba610ae2610adc83610d02565b506119e5565b836114bb565b80546801000000000000000081101561038757610b0a916001820181556107cd565b610b4a578151602083015160409384015163ffffffff60c01b60c09290921b919091169190931c1760e09290921b6001600160e01b031916919091179055565b634e487b7160e01b5f525f60045260245ffd5b919260809360209260018060a01b0316845282840152606060408401528051918291826060860152018484015e5f828201840152601f01601f1916010190565b60405190610baa8261036b565b5f6020838281520152565b90604051610bc28161036b565b602060018294805484520154910152565b90604051610be08161038c565b604081935467ffffffffffffffff1981831b16835263ffffffff8160c01c16602084015260e01c910152565b60405190610180610c1d81846103a8565b368337565b60405190610c316020836103a8565b6020368337565b60405190610c458261036b565b8160206040918251610c5784826103a8565b833682378152825192610c6a81856103a8565b3684370152565b60405191905f835b60028210610c8f575050506103d96040836103a8565b6001602081928554815201930191019091610c79565b610cad610c38565b5060018060a01b03165f52600660205260405f20610ce4600260405192610cd38461036b565b610cdc81610c71565b845201610c71565b602082015290565b15610cf357565b636fe02d4b60e01b5f5260045ffd5b610d0a610b9d565b5060018060a01b031690815f52600360205260405f2091600160405193610d308561036b565b80548552015460208401525f52600160205260405f2054918215610d52579190565b6325ec6c1f60e01b5f5260045ffd5b919091610d6c611453565b6040830190610d7b3683610fa4565b610d919080515f526020015160205260405f2090565b93610dbe7fad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb5861415610fcc565b6001600160a01b0382165f9081526001602052604090205415610de090610fe2565b5f85815260026020526040902054610e01906001600160a01b031615610ff8565b80359360208201358435906060840135608085019788928535602087013591604051958695602087019860c08c0193610e3a978b61100e565b03601f1981018252610e4c90826103a8565b5190207f30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f000000190069136610e7d91610fa4565b82610e883687610fa4565b90610e9291611669565b610e9b916116af565b91610ea4611711565b9136610eaf91610fa4565b90610eb86117db565b90610ec291611669565b610ecb916116af565b610ed5368761108f565b91610edf9361187c565b610ee8906110c8565b6001600160a01b0381165f908152600360209081526040808320853581558583013560019091015560069091529020610f2290849061110d565b6001600160a01b0381165f90815260016020526040902084905580610f4f855f52600260205260405f2090565b80546001600160a01b0319166001600160a01b0392831617905560405191169290918291610f7d9183611168565b037fe3fb6613af2e8930cf85d47fcf6db10192224a64c6cbe8023e0eee1ba382804191a290565b919082604091031261016f57604051610fbc8161036b565b6020808294803584520135910152565b15610fd357565b630cc7509160e01b5f5260045ffd5b15610fe957565b6342ee68b560e01b5f5260045ffd5b15610fff57565b634c334c9760e11b5f5260045ffd5b969490936101409896936040959386948a5260208a0152838901526060880152608087013760c08501376101008301526101208201520190565b9080601f8301121561016f57604051916110636040846103a8565b82906040810192831161016f57905b82821061107f5750505090565b8135815260209182019101611072565b919060808382031261016f5760206110c3604051926110ad8461036b565b604084966110bb8382611048565b865201611048565b910152565b156110cf57565b63a72d026360e01b5f5260045ffd5b634e487b7160e01b5f52601160045260245ffd5b9060068202918083046006149015171561110857565b6110de565b90805f5b600281106111445750506040015f5b6002811061112d57505050565b600190602083359301926002828601015501611120565b600190602083359301928186015501611111565b9060408080938181853701910137565b9160406103d9929493602060c082019680358352013560208201520190611158565b6080810192916103d99190611158565b6111fa6111f56111a983610d02565b506111d36111b685610ca5565b805151159081611284575b81611276575b8161125f575b506119cf565b6111db611711565b6111e36117db565b906111ef36602461108f565b9261187c565b6110c8565b6001600160a01b0381165f90815260066020526040902061121d9060249061110d565b6040516001600160a01b03909116907f5c4f9f28153dbf3f00e69607a59e82ad806fffb78d09f179f62432f7e9d2511a908061125a60248261118a565b0390a2565b61126e91506020015160200190565b51155f6111cd565b6020810151511591506111c7565b8051602001511591506111c1565b67ffffffffffffffff81116103875760051b60200190565b906112b482611292565b6112c160405191826103a8565b82815280926112d2601f1991611292565b0190602036910137565b908210156107c8570190565b8015611108575f190190565b5f1981019190821161110857565b80518210156107c85760209160051b010190565b919091611322836112aa565b925f5b818110611333575050505090565b6113586113526113448385876112dc565b356001600160f81b03191690565b60f81c90565b61136d8160ff165f52600460205260405f2090565b5480158015611428575b61141957805b61138c575b5050600101611325565b8563ffffffff6113ca6113bc6113ad8660ff165f52600460205260405f2090565b6113b6866112f4565b906107cd565b505460c01c63ffffffff1690565b1611156113e0576113da906112e8565b8061137d565b60019291506113fd6113f4611412926112f4565b63ffffffff1690565b6114078389611302565b9063ffffffff169052565b905f611382565b633f4cb70f60e01b5f5260045ffd5b5061144c6113f46113bc6114478560ff165f52600460205260405f2090565b6107b6565b8610611377565b7f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b0316330361148557565b634394dbdf60e11b5f5260045ffd5b9081518110156107c8570160200190565b156114ac57565b637310cff560e11b5f5260045ffd5b91906114c5610b9d565b504363ffffffff16905f5b84518110156116625780836114fb6113526114ed6001958a611494565b516001600160f81b03191690565b6115108160ff165f52600460205260405f2090565b549061151d8215156114a5565b6115b561159661158861154c896115476115428760ff165f52600560205260405f2090565b610bb5565b6116af565b611576816115658760ff165f52600560205260405f2090565b906020600191805184550151910155565b80515f526020015160205260405f2090565b67ffffffffffffffff191690565b926113b66115af8460ff165f52600460205260405f2090565b916112f4565b5090836115cd6113f4845463ffffffff9060c01c1690565b036115f657506115f092509060401c67ffffffffffffffff60c01b825416179055565b016114d0565b81546001600160e01b031660e09490941b6001600160e01b03191693909317905561165d916116309060ff165f52600460205260405f2090565b61164c61163b6103ca565b67ffffffffffffffff199093168352565b63ffffffff87166020830152610303565b6115f0565b5050509050565b91906040906060611678610b9d565b948592602085519261168a85856103a8565b8436853780518452015160208301528482015260076107cf195a01fa156116ad57565bfe5b6020929160806040926116c0610b9d565b958693818651936116d186866103a8565b85368637805185520151828401528051868401520151606082015260066107cf195a01fa80156116ad571561170257565b63d4b68fd760e01b5f5260045ffd5b611719610c38565b506040516117268161036b565b7f198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c281527f1800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed602082015260405161177b8161036b565b7f275dc4a288d1afb3cbb1ac09187524c7db36395df7be3b99e673b13a075a65ec81527f1d9befcd05a5323e6da4d435f3b617cdb3af83285c2df711ef39c01571827f9d6020820152604051916117d18361036b565b8252602082015290565b6117e3610b9d565b506040516117f08161036b565b600181526002602082015290565b9060028110156107c85760051b0190565b906001820180921161110857565b906002820180921161110857565b906003820180921161110857565b906004820180921161110857565b906005820180921161110857565b90600c8110156107c85760051b0190565b1561186d57565b6324ccc79360e21b5f5260045ffd5b92909161188960406103db565b938452602084015261189b60406103db565b91825260208201526118ab610c0c565b915f5b600281106118e8575050506020610180916118c7610c22565b92839160086107cf195a01fa80156116ad576118e290611866565b51151590565b806118f46001926110f2565b6118fe82856117fe565b515161190a8288611855565b52602061191783866117fe565b51015161192c6119268361180f565b88611855565b5261193782866117fe565b5151516119466119268361181d565b5261195c61195483876117fe565b515160200190565b516119696119268361182b565b52602061197683876117fe565b5101515161198661192683611839565b526119b26119ac6119a5602061199c868a6117fe565b51015160200190565b5192611847565b87611855565b52016118ae565b156119c057565b637070f3b160e11b5f5260045ffd5b156119d657565b630849e5cf60e41b5f5260045ffd5b6119ed610b9d565b50805190811580611a99575b15611a1a575050604051611a0e6040826103a8565b5f81525f602082015290565b60207f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47910151067f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47037f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47811161110857604051916117d16040846103a8565b506020810151156119f956fea2646970667358221220133aee01c3ab285c541d1517f97939b6d111fabcc7b7ac382b1b2db778a24b2864736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x00000000000000000000000000000000000000000000000000000000000000ff"}},"0x5fbdb2315678afecb367f032d93f642f64180aa3":{"nonce":1,"balance":"0x0","code":"0x6080806040526004361015610012575f80fd5b5f3560e01c9081633ca6bb92146102f8575080637f3c2c28146100ca5780638736381a146100ad57638c5b838514610048575f80fd5b346100a95760203660031901126100a95760043567ffffffffffffffff81116100a95761007b6020913690600401610435565b8160405191805191829101835e5f90820190815281900382019020546040516001600160a01b039091168152f35b5f80fd5b346100a9575f3660031901126100a9576020600254604051908152f35b346100a95760403660031901126100a95760043567ffffffffffffffff81116100a9576100fb903690600401610435565b6024356001600160a01b038116908190036100a95760405182519060208401918083835e5f9082019081528190036020019020546001600160a01b03166102b3576020604051809285518091835e81015f815203019020906bffffffffffffffffffffffff60a01b8254161790556002545f52600160205260405f20815167ffffffffffffffff811161029f5761019282546103db565b601f811161025a575b50602092601f82116001146101fb57928192935f926101f0575b50508160011b915f199060031b1c19161790555b6002545f1981146101dc57600101600255005b634e487b7160e01b5f52601160045260245ffd5b0151905083806101b5565b601f19821693835f52805f20915f5b868110610242575083600195961061022a575b505050811b0190556101c9565b01515f1960f88460031b161c1916905583808061021d565b9192602060018192868501518155019401920161020a565b825f5260205f20601f830160051c81019160208410610295575b601f0160051c01905b81811061028a575061019b565b5f815560010161027d565b9091508190610274565b634e487b7160e01b5f52604160045260245ffd5b60405162461bcd60e51b815260206004820152601b60248201527f636f6e747261637420616c7265616479207265676973746572656400000000006044820152606490fd5b346100a95760203660031901126100a9576004355f52600160205260405f20905f825492610325846103db565b9081845260208401946001811690815f146103be575060011461037e575b8460408561035381870382610413565b8151928391602083525180918160208501528484015e5f828201840152601f01601f19168101030190f35b5f90815260208120939250905b8082106103a45750909150810160200161035382610343565b91926001816020925483858801015201910190929161038b565b60ff191686525050151560051b8201602001905061035382610343565b90600182811c92168015610409575b60208310146103f557565b634e487b7160e01b5f52602260045260245ffd5b91607f16916103ea565b90601f8019910116810190811067ffffffffffffffff82111761029f57604052565b81601f820112156100a95780359067ffffffffffffffff821161029f576040519261046a601f8401601f191660200185610413565b828452602083830101116100a957815f92602080930183860137830101529056fea2646970667358221220e6aafbc3402413b008183c1edb0841262a9e9126661fac47989e15675be16a8664736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000002":"0x0000000000000000000000000000000000000000000000000000000000000008","0x2530796d58628e4b3dd5db0d44433a0207a8da65e806a6815a2fa87fb24a7616":"0x0000000000000000000000009d4454b023096f34b160d6b654540c56a1f81688","0x5a105ec97f363ec5586f506ef8e1fad389d2a0275fbef6322a78e21c0640504f":"0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c","0x5b103892d785e903f72f2e72dfbd4a6e4f97ba9259586f91f2f7f2140e1bafd1":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x6309f3c430c3b173aa928a10d2cabb245bae0b278de096da1b482f6e67a2295f":"0x0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe6","0x788a408b6fa94f32351ea2075021dffa8b99053510e67501f7e7353362805a16":"0x0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f875707","0x7dfe757ecd65cbd7922a9c0161e935dd7fdbcc0e999689c7d31633896b1fc60b":"0x64656c65676174696f6e4d616e61676572000000000000000000000000000022","0x8f331abe73332f95a25873e8b430885974c0409691f89d643119a11623a7924a":"0x7065726d697373696f6e436f6e74726f6c6c6572000000000000000000000028","0xa6eef7e35abe7026729641147f7915573c7e97b47efa546f5f6e3230263bcb49":"0x6d6f636b417673536572766963654d616e61676572000000000000000000002a","0xaec042747de4dbfef4a318a36b979f05c565af1ba593f4159410715096300a21":"0x000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c9","0xbd96e8d51b0d500d910f6cc94f4b906a6e548d89c909c4ec7b753ab714d754ed":"0x000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad788","0xcc69885fda6bcc1a4ace058b4a62bf5e179ea78fd58a1ccd71c22cc9b688792f":"0x6d6f636b4176735265676973747279436f6f7264696e61746f72000000000034","0xd6b8b93bd8854fe813bf2c494a9d7862d1d948777f4a5bfdf1b066693ed94d83":"0x00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49","0xd9d16d34ffb15ba3a3d852f0d403e2ce1d691fb54de27ac87cd2f993f3ec330f":"0x6d6f636b4176734f70657261746f72537461746552657472696576657200003a","0xdc686ec4a0ff239c70e7c7c36e8f853eced3bc8618f48d2b816da2a74311237e":"0x65726332304d6f636b5374726174656779000000000000000000000000000022","0xe2689cd4a84e23ad2f564004f1c9013e9589d260bde6380aba3ca7e09e4df40c":"0x72657761726473436f6f7264696e61746f720000000000000000000000000024","0xedc95719e9a3b28dd8e80877cb5880a9be7de1a13fc8b05e7999683b6b567643":"0x73747261746567794d616e61676572000000000000000000000000000000001e"}},"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707":{"nonce":1,"balance":"0x0","code":"0x60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0000000000000000000000000000000000000000000000000000000000000033":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000000000000000000000000000000000000000065":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0000000000000000000000000000000000000000000000000000000000000098":"0x0000000000000000000000000000000000000000000000000000000000000000","0x00000000000000000000000000000000000000000000000000000000000000cb":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00012470c5b6bb2a644c5685b79c67dbc72293d00e5ec70944046dafc5c74b6f":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x0181e46b0e8a99795c1e510220230eba8fccc06709c7b660d116a9d0bca3f56b":"0x0000000000000000000000000000000000000000000000000000000000000001","0x028ed7928f1bab1c7c9635fd234689b2d01b9f4050a6a7083dffe35042595bf8":"0x0000000000000000000000000000000000000000000000000000000000000001","0x03210eac47673b86b1237efcc690a14b33c121bb1c76a6821d374af16708dfaa":"0x0000000000000000000000000000000000000000000000000000000000000001","0x03bf1cc688c97c809a871ac59f0c37dafc0ecff7402d1c52ed532fcf134941ef":"0x0000000000000000000000000000000000000000000000003a7c536d83f91028","0x064cc89aa43ef105a1dbb6b3c8cf4df25294e864703fec604efafabfb32b9bd4":"0x00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","0x09109bdfd66897edc8b75654225017cf98c89ecf3d638212de0e1ba339d9fc8e":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0a1c134d509f4894afb78969b95c47ec30c36c23cb1f8bda4fd5a2762acdad14":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0a875b625f114fd045868e5d289cd8712cb55db16d7e4b6944473b255a05a6ab":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0c7e47477d7062b331f752d3cfedb43f74f08bd9bf02bc25aef7d5b6b82b6980":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0d0a4e4b405f836c325155d760f0bf68f1a1a3caba59771e9d177b9bd6e9e732":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0da3768f7a0ff06567a83fd1fa059498157ae8b73981bd16d282bbb080cd0bbb":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0ed66b679d4b30755c9937583fe42ce7dc338cd57a48d9ddca560b4a1992aef0":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x1096a3911fd8e69296e5fab6bb94a58b29aad80797f11ffa03fe9f4f5aaea73f":"0x0000000000000000000000000000000000000000000000000000000000000001","0x121d77493bc8fbc9018c0ce19791d53fa6218accbe1c49bc73012ad4655dc6fa":"0x0000000000000000000000000000000000000000000000003d547b2078bf5a28","0x13dcd5241a85cf47301802481558e946c0324733b05f6e13a8a48e116579b507":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x144f8979f16656c55fc839f8c94014a063cd5230ecd5ba6eb56c7008c936f8b0":"0x0000000000000000000000000000000000000000000000000000000000000001","0x152e1ceb415b53d68ed8d8fe3fa771d52342ef5d858a1442e974f85bac9a6259":"0x0000000000000000000000000000000000000000000000002951ecf8fade0441","0x159785199cbf9e86a38d0ed50137639b07743465cf502a0e8520b5e8cecf1881":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x159d5ed9cd98c04f8498a6792fee146170467852ba42897bda5b34a3ddefc17b":"0x0000000000000000000000000000000000000000000000000000000000000001","0x176a9f1f97df18842edcba91f20bc0228a5e58d940de843f8db6a3eb3537491b":"0x0000000000000000000000000000000000000000000000000000000000000001","0x176cdf546e9631dcd07b0a0513bae43cee1a29cc77ac714c153f3a8084090ff7":"0x00000000000000000000000000000000000000000000000035305bc89a3aca62","0x179b2d2a14e266c3187de279e14810069c1af24c2c23d7faf16132ec8484697a":"0x0000000000000000000000000000000000000000000000000000000000000001","0x17f7bbf439f69d31f7875a9b76fee55189df010c3ef81139a25f323068dda036":"0x0000000000000000000000000000000000000000000000000000000000000001","0x1b5a88df14f30e35f38826cb5b83ebb57511204fdf527e2561b79f969bf00d6b":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x1b769251d277a1489015288929c9f8a0eaf2bc14c8b86d7e0cf0ef70ee3ae40b":"0x0000000000000000000000000000000000000000000000000000000000000001","0x1bb6e0336c16150a926c6af9e948f9195daea17d3d1a036000a680131935f240":"0x0000000000000000000000000000000000000000000000000000000000000001","0x1c919bbf312633cda04a81ae84d7fec7c36759595c0c7e9ae37c51dd92a5505b":"0x000000000000000000000000000000000000000000000000300e7cf3b6570d42","0x1cd8e5fa4ba3c38fce04c813eb27e30a6acd1b0401426a21c70040ef10cbba55":"0x0000000000000000000000000000000000000000000000000000000000000001","0x1d4b30fad16d02c8b2a69b36cbafd578c025671f6178606ce99aa7b3c1dc22e4":"0x000000000000000000000000000000000000000000000000749bda47f696ad25","0x1d54343aeb2a2d1054e02d93239c1dfa56e846cd848b1a974864628044024f87":"0x0000000000000000000000000000000000000000000000000000000000000001","0x1d752f9644d9f780ddaa2fca04854cd7d46c93ea26ab68d7032b1247533291a3":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x1e1125565df4e04807d3bc07210630f7f897d40b4044ecc339a14b917b2e9a7e":"0x0000000000000000000000000000000000000000000000000000000000000001","0x1e3f1fd4aeaaf68b18ac3ca32c72a19c670a84a32e7cc7bc8dc2f3811ad7d653":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x2190fc63b22225c4cfbb886bdd5bd4109545d591ec347c99bbd81ed097a020a4":"0x0000000000000000000000000000000000000000000000000000000000000001","0x227a6c0c3a9e928d8baeb6cd853874f67c55526ec1efe3ad6be196a91783d873":"0x0000000000000000000000000000000000000000000000001bd4943ef7e051c3","0x23a20b940505c8c07955013bf66fa95c21006af707dc1f1a4ca3f352e831225a":"0x0000000000000000000000000000000000000000000000000000000000000001","0x23ce5a91626c1682d267d30c89eff8a538f462baf408c0ac115b0e96cbf9f2d3":"0x0000000000000000000000000000000000000000000000000000000000000001","0x24467e36688938fa844a34dbb466be284d58b5571ac103e128e6ad6a58988890":"0x0000000000000000000000000000000000000000000000005cde953af7a868ea","0x245c01627481c8aef2e91f44ed55306d79a3dfb6fd600f29d22cc568a9779198":"0x000000000000000000000000000000000000000000000000740135c4c48c6c7f","0x25973bcc03716aae46e1947c55da7cdbb10ae800fd3d9aec0c3cf3c2901555d8":"0x0000000000000000000000000000000000000000000000000000000000000001","0x27b7285775869e1e36e98bad58742f5ebdbdb0c13eda554fd650e9759628e982":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x28e4d483827fd33b125a908b3788e2955d796d55dcff27ee7b4005788f715b5e":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x29e70b8e4e2436d1195159d8d48b45f2fd419ad7d79d951f01e0e7df0701f45c":"0x0000000000000000000000000000000000000000000000001c712bd73fa1ed3c","0x2a3f14b47e97085caf765918d0ee74bb6686aa37e98748574f6bcc9ee1fc0854":"0x0000000000000000000000000000000000000000000000001a1ba04ee1a41b73","0x2af14d3479ddeed0e50354f613ee1f124205b0e2f52d03b7197ce9035d9ebd3b":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x2d8801a46b97d37b85774da41f893dc3c758ecec4f1b1d3eabc927bcb213d5e3":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x2e9e3de57affc6f7b130fe68810eae921c88850d02861d3c889fdc9a50ec1a85":"0x0000000000000000000000000000000000000000000000000000000000000001","0x30de3d2439899997603febfbc08f27ede88be19315167b555ffe09456c256d22":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x32e5f26db1cfdc7d1804eb70ea2855450ca5d081d109bf8a77244924446527dc":"0x0000000000000000000000000000000000000000000000000000000000000001","0x33812b6da613809e6ac1df478b8e83fd8f254d0791f067af3a44e2a296cd168f":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x35a023d5679a48d46f9e26941b3b13445275a97ea36112f22cf92d69e8f94aa1":"0x00000000000000000000000000000000000000000000000015f9186533eda559","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x0000000000000000000000009a676e781a523b5d0c0e43731313a708cb607508","0x3664a68bef13ba4e00d2bbd6ea1ec5089e40244bfd79d650f7312445c5bb7338":"0x00000000000000000000000000000000000000000000000032d96cba53cf0152","0x3681b1e67633d84af21b0b1944ca1492a8ed9da255302f555a8b8d5653413769":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x36f05225a96139e847adfd39b98d96fe177e3d13348b730bb604de54d60072ed":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x3b201ab441bf4ad607edbc6cc2c600a0706f406208d7ef410f68a8977a2f822c":"0x0000000000000000000000000000000000000000000000000000000000000001","0x3b6789b027201a3c2f67079ca9836b6ab69655f14ad6092e0907f8dc242a4d39":"0x0000000000000000000000000000000000000000000000000000000000000001","0x3ba5456edaeb21483d6326761f39e38f4817582a090487c3b6f1429c97a0e04f":"0x0000000000000000000000000000000000000000000000003bbbb9e20a3e8778","0x3c01c05177b49e9ef82aaf9573e28522a15bb62d647f4117700c359c73e82cde":"0x0000000000000000000000000000000000000000000000000000000000000001","0x3c8a3c0acd973f384436d8a1b44c2ca20406eaa68cb0f15c46a6b628136ab0f2":"0x0000000000000000000000000000000000000000000000000000000000000001","0x3ce400cc2a3fd63b4f6afec0f7b2459ff102c050c2ae28cc1c95be34dadf16c1":"0x0000000000000000000000000000000000000000000000000000000000000001","0x3cf4e68a0f2106951c41984e2be5550239966e8a765c3b6b911fb48521730f94":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x3f1193502744c2204098c0a553d5e2de8deb503d831f63f53409b949909b935a":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x3fc7bdbb8ac400773b221193d933b0a71943316230cccdc4e505ac0b4fc0af7a":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x40713f4cf525654fd76c82e58efdea5f3735637fb79976147be7b3f2331795c9":"0x0000000000000000000000000000000000000000000000000000000000000001","0x40c535a4a45fe852ec21338d6d42cad9fee16d07e36d750fd65ed1532316fc0b":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x41a95ffb707aa1e771e4c5f280c5a084ecf63e636f2db5d174bc434f8e284ec7":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x41f37ab4abc95cb9468099916fff543a755ba5d285f6ecee881473ca418cee88":"0x0000000000000000000000000000000000000000000000003bbfc153bbaaad52","0x431467763219135bec9e844099008aad545c462d9321ebcaea0a59534747ccb8":"0x0000000000000000000000000000000000000000000000000000000000000001","0x43ed22fddc60773568d2fd1d692da1f012498c8052963157de884320d6c4b18d":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x440735bafbf8082e66025d9fa8fd5d508597d0424956cd32ea90747dde39388d":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x440b0ce297af512895107c1c66dca295d9687a6508bef4b5ac52e9f15b1756d0":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x454ddfc0e91eed18c3bdc3d7e25586e7081a784e40f1e22e1b562b302ed6c709":"0x0000000000000000000000000000000000000000000000000000000000000001","0x458d40356308a63405f82a212b9668dd242df9a6c4a0640ef4a64cb15ab1f17c":"0x0000000000000000000000000000000000000000000000000000000000000001","0x45d512764314ea531dec889d32ff4ed24ee3e20cd1c297c51011e8340b095611":"0x0000000000000000000000000000000000000000000000007a4c38967d5fef52","0x45e8b2264152cec58ec3d85fe134cdf7f459c9353f33ff99b7288c9ea949ce49":"0x0000000000000000000000000000000000000000000000003eb75af02a4d70a3","0x466b6213b1fec21b9705f17cd4d6f5b6085be1f3b48d3423ba55f50b373d26bf":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x46788ab5251f05744a3dfaee5cdecbba3ac253a152530a5d6fb388fc69ab14cf":"0x0000000000000000000000000000000000000000000000008ab268a9fc9a4827","0x47bc9c09dbdcb02b7f418bbe8a21836da0866f56921e70846168f0253b7bfaf3":"0x00000000000000000000000000000000000000000000000022997aec86aa0174","0x47c08ef4f8a5801195df5cdc68220a14073f38aa67f7eb3c25a395463ee9400f":"0x000000000000000000000000000000000000000000000000297d9557a14b736a","0x4821f6907f3e919636c625b9c70e9a7e2c2c3b633b788922e447290527d28094":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x4844bee13afe308fd43ca20b3c5902225c8f7ed8febdaca4d0f8f5ef3cf9fbc3":"0x00000000000000000000000000000000000000000000000067f2132e2fa3914e","0x486320dad2a15316c0b4e829cd7c27253b80485c1cc266a3908d55884e874639":"0x0000000000000000000000000000000000000000000000000000000000000001","0x4b520c4e45e992378617adbbee076205c9a1dc8439c53ab5747e65dea75419b9":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x4c1a81a0be6ce4638dfecc46cd6b65ee73794a05117e2229e12a01931f770da1":"0x0000000000000000000000000000000000000000000000002703a666cad171b0","0x4c6231ac4eeec1a9b283b1de1b03c54d98b695569fabf2f6bf295b3470a0c846":"0x000000000000000000000000000000000000000000000000512d628d4f5142b3","0x4c6b0929e5883ec723d838425d02094d6d98d8c9c4afa0bd1dfe49d6e9b605bf":"0x0000000000000000000000000000000000000000000000000000000000000001","0x4dcbcd2cdf5fca388e1b5b729b231a58449c188cde0568566a5e16732a002446":"0x0000000000000000000000000000000000000000000000000000000000000001","0x4e0a51fd26771cc8e0118fc4993101067175e0a0f075985f71179b6265938f3c":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x5087c3127cba8feb0d570b7023ffa135d112fd9ddd6388e127b1057490654f68":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x5188396b214788e8696b2e9f6b8c77c5223b6f35407f4f31a835ea9b39f6bf06":"0x0000000000000000000000000000000000000000000000000000000000000001","0x51c1bf642902efdf503b8b3d0989cf0073e2aa4aafb8dd1c9b56c0f6a95d2d63":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x550a8742f414612392a9a2c1af057043d8406dd33d9e1f9a22d8503b2254d0cc":"0x0000000000000000000000000000000000000000000000000000000000000001","0x55341990609f6eb918a1ece7df0d334af88daf0f5847450b68c8d49b5bb68db5":"0x00000000000000000000000000000000000000000000000034ec8b2e30a30bd7","0x5537fae697c944a066e17fde440c7d73ea04236e9af1e968a765db4a2148104e":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x55718076ff12dbc99e02704e0808d6d56af69456ea25f71320d1d94eaa24656a":"0x0000000000000000000000000000000000000000000000006e7330ddc26efb3d","0x55d3bbcb9f8f0a91289625f108bf80f31c60a30ae5c27295da20564258df69c6":"0x0000000000000000000000000000000000000000000000000000000000000001","0x564c3addbf57abbe3d7d3bab34d5100d92afc25beaaf48577d92797dd9cfb046":"0x0000000000000000000000000000000000000000000000000000000000000001","0x5655ffa7b3f889f36423649263334ac3afaa30b951180b1ab0e6adbeaa27d7b3":"0x0000000000000000000000000000000000000000000000004047d566deddfa5f","0x56b3bab0b58f43179210fd092ce667e8bfc3093e7533da2c7afeb4bf135f1570":"0x0000000000000000000000000000000000000000000000001b5c36f1c8de7aff","0x56baac3de5d1ba731a5a65f4cbbe752b91e807f5cb0f4fcad456d602f2c5f7bf":"0x000000000000000000000000000000000000000000000000216714fd5b83698d","0x579db28dbc6e493a09bb35435703f32a9fc367a6793466bf545c6f2e83c7d88f":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x57b7b2ddeae79dd596700ff7f0a5bdb93b72d19e677a6bbc89f6896b76bcdcdf":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x57fd1a0802af3a20a4cfff44af83f461ff85bbfe05e4f5556c179aaa0c0e4ab9":"0x0000000000000000000000000000000000000000000000000000000000000001","0x58f74a1ea92258eb9dbfe58194b018db51826c25fc4bea4ff5680eb59373464a":"0x0000000000000000000000000000000000000000000000006ceb59830bfc8ad2","0x5968a37fb479cffa3b98e9302da5db7aca0463077e31468c7f1d400445043c97":"0x0000000000000000000000000000000000000000000000004a7072fce970f68e","0x597195fcdd9b917919326355107e6a3be86b03f00e0cb2fc6bbfcf766675e2fc":"0x0000000000000000000000000000000000000000000000000000000000000001","0x5ab9c743d7983d7e09c22b549804668c1f4b8892110309bab94f2521770f6c9e":"0x0000000000000000000000000000000000000000000000000000000000000001","0x5ac42a1939d760fab35de97c65446c61ce35a3203e1b9b1223539efa8b38cd54":"0x00000000000000000000000000000000000000000000000043222dc4c4c0ac15","0x5df4c3b8a43c5664656da602e17f5979c4e24184995fa51034d0f4e8489d37cc":"0x00000000000000000000000000000000000000000000000058ae5cd63f90f417","0x5e545515e6c10285022f5beed5c380de06546944d4bc861e9e1cd9ac39d78c83":"0x0000000000000000000000000000000000000000000000007f47897fbdd0284b","0x5e82e38307a021b14c802f5ba20911fe49b75be305a24151f0196545c727dfda":"0x000000000000000000000000000000000000000000000000454cbb70f6deda57","0x5f3876ce98919ce98b11997cc1bc68e120800c4a193a957cc4283a2ef1549a20":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x600db5edfb38232ee157cdf58a0939fe693898b0ed3077fb92e1ded0af0f3276":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x60c67935954cfd630de09669d9cc7caa88c4ae6f3731bea6fae453d84e4cf545":"0x00000000000000000000000000000000000000000000000041b4adb212af6ec2","0x60ecd0f3f7ec26f044cb9eaad3d814b1da7a95f01339ef6363c70b829624ee27":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x60fb4a5302541e72227378bc50d5c0593229cd6c77a9818db47d7428c2a0a920":"0x0000000000000000000000000000000000000000000000001570f3822260154b","0x61806dd1bd0af1bbe9976e8846f852bdf3d1a4304e477c698379fe1cf07f250f":"0x0000000000000000000000000000000000000000000000000000000000000001","0x62531465c1dd3de0ee4d120b4c9864c803cc049c8baab0f88f6bf808a3efdd6e":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x62ecf074104289b6cacd0a50f2868c2412cc77beda51daef047743da0762e007":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x6332760fed8f871dfb503c57bc0c91f8464b341b546d974676c67209ed194770":"0x0000000000000000000000000000000000000000000000007a87f16164855f4a","0x63f044fd1fd6370ff95b3eab82c5db19502b8b374db494d26b9b345eecf7387c":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x65179c5f31183d2145e6281bed88da3b82f9a8cb800d3e0dd4aa433b920399c0":"0x0000000000000000000000000000000000000000000000000000000000000001","0x6596916e2204a451a1a7f6db03052cd81171a654f69fa8de24aece80bd437e21":"0x0000000000000000000000000000000000000000000000000000000000000001","0x65d34f301256f1de2a71843f365d66ff6fdf6f2fd47ba0bfdb0ff4db3740943d":"0x0000000000000000000000000000000000000000000000005d00f765584df03b","0x66ac7a14380f5419027429849575363ab7e6b8a962d03d748e6f7d332ea72f75":"0x000000000000000000000000000000000000000000000000539c867c7e3bfd3c","0x67211e67eb707ffe4bd877410add509cf83662575c708367baf0b424048d8691":"0x0000000000000000000000000000000000000000000000003f94a2da3a2576fd","0x690b7b2c482af15c78979157ebbab3b8cb6e8d904a4775be2f1339131441955a":"0x0000000000000000000000000000000000000000000000000000000000000001","0x6aaac42cf2f51e4a861fa3de9e22197bf9f67720dcf6a72f46f1fac3e6b1632e":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x6b00a180453a6b00288fa1f1d26eae976ac81247f86bb6c60d48e639e1bff42d":"0x0000000000000000000000000000000000000000000000006579430c2f80163e","0x6bd8cefaf9062d32856582c982e31e18b2247861888b1a032cc74d99291f74f2":"0x0000000000000000000000000000000000000000000000007bebfb23c69b5006","0x6d217a27bfaf797c5ec4e617d8a8607e2c98280f3859af3782c14ba652b26771":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x6df7357e76f04da35ecf8a39edd9addb1e3b3fc02ebca5f416fc45a5d9156bd4":"0x00000000000000000000000000000000000000000000000029ebf4b678942b1c","0x6e45da2e9eee03fd170707b978ee9cf8eb1a12f455f6537c2e09ec29e3432d51":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x6ea6abb7902dd2fb322b932ddc8a77934735157f6beaf8a319a9e6f6caf1c456":"0x0000000000000000000000000000000000000000000000000000000000000001","0x6f8e33ae66fcee1ba09e87a503b26872bb593922302d4c243fe4166f171a7633":"0x0000000000000000000000000000000000000000000000005d9f943ccb6a86b8","0x7047a6c034147c7e11eafdb3ab20c4db0c310745957b506399b96e77196c7a71":"0x00000000000000000000000000000000000000000000000012f18e79c1965b98","0x72d4725bfad83417e3d71427dbdec4f07dda3f7875417dbc6af1d2a1b24dde9c":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x72efd927cd993799bdb4641c953effee7531fe5ee2322d3ceda3f0cf0513cdf2":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x72fe07c180b7026435fa9f73672c6caa94ef18eeff8020dc18f46b147c80b778":"0x0000000000000000000000000000000000000000000000000000000000000001","0x73017715bd295e1260bde9d64dbdf18447c307319474c190225d47925c452352":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x74d923f60e5a14d485b9727b0117564051799440bc829ed4f7682f4ee05c31b0":"0x0000000000000000000000000000000000000000000000003a20d7435e1e5233","0x7618a1b7a16c5a6c8b567850a413d766b4e6a3909ab7280890983a80d308e0fc":"0x0000000000000000000000000000000000000000000000000000000000000001","0x763c27a454002b88ee0fef8392ccbd3e61f3b2cabd13e5d196053b2c643dd25b":"0x0000000000000000000000000000000000000000000000000f4679cadc66390d","0x7651a69f68b14174b46b2e090e43a66341d2f5d8e23e5bfdd60ea605d68ddc16":"0x0000000000000000000000000000000000000000000000000000000000000001","0x781c31c6282cd09051373769e50e0d587975bed7d964572e1a08434ec215643d":"0x0000000000000000000000000000000000000000000000000000000000000001","0x78df8df9ba333bb181ed58001b3891505fb4544dea6b1fc75f7d6e12ec51f65f":"0x00000000000000000000000000000000000000000000000064ef509b4398ca51","0x7a52fd21b9f89709db0495d9ec50f3d5880adb4e3f369efaeb56d8e06457168f":"0x0000000000000000000000000000000000000000000000004947aeb13928ba0c","0x7ae2528454d32d62d71540f2147d2005724902b0ff0f2ff8a1a543224defa887":"0x0000000000000000000000000000000000000000000000002d140bef1be0a9d1","0x7b30f1ccfa3668ea11b9d3f4f5ed698103e32796b04dcfda09f6a436f65829fb":"0x0000000000000000000000000000000000000000000000000000000000000001","0x7bc60e0d3aa9506304d85b1397d207d1a7c58d435a12e5ba643abe7ce4a0a303":"0x0000000000000000000000000000000000000000000000001eaea2d75e247668","0x7e4a62dcb8b90d58373c222d554bf66f2aa94ade05fba43e4514a314152d7e25":"0x000000000000000000000000000000000000000000000000129529541e807c45","0x7efd97d5250001f0bb571d468beb42c991e90339f02cd5dbdaece61a6b02f5e0":"0x00000000000000000000000000000000000000000000000016a09e5cc91e09eb","0x7fbbf86f02a8941e5e70651311e7503226e88095c31a252bd0da8a1795883aed":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x7fce664fc99c40d50e0bfc1ce4a22d16b123235a4581c95bb0f305737648f6dc":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x80005c24f4c85a4b2a106dd1e024854ed7cf40fb57111bc6a3e5695e427d60cc":"0x000000000000000000000000000000000000000000000000500faf0ef0d10cc6","0x80acb723e40004986f2f3a63ff934cc2029115ada23194aa4e881681cd2029c7":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x80e97252cfa54ebe441992e6adf8d2992ffadfe93fc0a43b7fe5efd85a7beb63":"0x0000000000000000000000000000000000000000000000007b5665642e785f30","0x81215d03db14513960d3df5d62a3d9aa86a604a161e0a3371f62c35cabf2fb51":"0x0000000000000000000000000000000000000000000000000000000000000001","0x823a19f9f86a614df9acfc22a31f5ce784796654ea703be81e1287cb5d8d9458":"0x0000000000000000000000000000000000000000000000006e7e031b7ce27244","0x824f6e2a46a1fcc08982294ddb2ebe3e69128ba3b2901047f41e99e7da6423d5":"0x0000000000000000000000000000000000000000000000004110171a4c1b2174","0x82f6de978b9febcd0137260ce204cdc2d77053769c8431b6b1c869df928aef22":"0x0000000000000000000000000000000000000000000000000000000000000001","0x835dc81db889efb4ae5e9665340e72b29390ccff605992787d7844b590f00391":"0x0000000000000000000000000000000000000000000000000000000000000001","0x8651ae832af017f5c542de1feed040f8a8a823bef9570884e9fefb0ebca34d7a":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x87d9d1aca036fded92c279e2919d960082482d919ae5faac92bf83fb9a75c823":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x88205aace8af3a8d64a6514a4bf0983c3f86f3899d6b979cfb805c6f1e7ff537":"0x000000000000000000000000000000000000000000000000783eab248f3c5e5c","0x885b88a26973a0d995f339abf302191f6bd9c3f1c35f60e215917de873148ff1":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x896ef0cae4e70658f9c9b2e13ce0a573ed348ee01c321e4d2529db591d26f658":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x8c24d9770f9377ffad035cb1cc3497d0d298858fde54e8b84bde9b75ce072b93":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x8d19f9a754920c1515764cae9ca624bf7b3417115904dd1517cffaf24753eda3":"0x0000000000000000000000000000000000000000000000000000000000000001","0x8db1f1f79c3045f9f5f4e2c73ca3f2b993e0a1f507f91123c8a350c79df90eb2":"0x0000000000000000000000000000000000000000000000008042ae896b8e68bb","0x8eafdf157d87abead6c76ec650d97c006e7662e74ff5e810b19ae664924aa2fa":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x9039a090ee11efe4765258b1cec0bf6811169bd89d5b70af0208ba0af29fec5d":"0x0000000000000000000000000000000000000000000000000000000000000001","0x90870068fcd66b7389172031e6f580dcdde4d25210cc7d199bc9fdb0e5d4a07d":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x90f741f93beb1a0feac5f7c962f32d2c04d3e266ef9fe984746a4a70b0fb4266":"0x0000000000000000000000000000000000000000000000000000000000000001","0x912145a7a45c64ddf5252326741e68d9219372b020d9024fd92881173cd19941":"0x0000000000000000000000000000000000000000000000000000000000000001","0x92dc7228a03ba9216e86e91ca2f6611def6fed49e7fe74f2958ae797f65380f8":"0x00000000000000000000000000000000000000000000000032a862794ae172cb","0x93c9798cedeff034dae68ff21af777b2301393172bc4be90096b2c14d633e34b":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x951ef97556990b886bafbce04c2f0b65d62d4a60e20563565810a3703e9973ba":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x9682d903265fbd122536ba0bf3aeac6b1f7e2d85c88a881987af119569d6bfdc":"0x0000000000000000000000000000000000000000000000000000000000000001","0x97b7a76636c8a2601cb317ca51645b06995f9f5ae982ecd8d60e9f711c4cd657":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x987674714074025fa6085d7d8c2d8445deebb43f6a1c455c0f177f38059943ee":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x98db07ac740cc349fbd3177947166e65a13ffcd9cf28daf402fdd321d1ba13b8":"0x0000000000000000000000000000000000000000000000000000000000000001","0x993c350765283aa58d0a6d6ebd238d00cf7eb2f422418c413f03c37e0e4bbd5d":"0x0000000000000000000000000000000000000000000000006ffccceb49d04f1d","0x9bb5d2dce929adad35073c9ec0f73a177dfc36adfb160b6b17f15c868cdb5402":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x9c86d20db2a6371b09b3d3758c34c45bc2622bc6c43f4f2a43e2a9eaf4f31293":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x9e899a1d2e546bb784945b0635ddfddd4b1a91bfeece9bba398e0d4398e6a362":"0x0000000000000000000000000000000000000000000000000000000000000001","0x9f98a7b735fe106f5b6ca8b2cb32fb0184166697fba3fe51fe3271d6034fcad9":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xa0f9ee6133e166165f891b524df80966189116a9bdc1e73190565a906e1016b5":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xa1192d72203a4d5c8bf19f4fe0386f9b28ba31dd74483b0993a14945357a7bc4":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xa11c4e015451430864de7e0ecbe16b3185afa9262e4da652d87c0dd425c87a51":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xa11e3ac2212f263026de64f9d86f500689f5aa3790993b52fefee5e07f4b8a3c":"0x00000000000000000000000000000000000000000000000086759309fd1fd327","0xa162e00aa8f33557575473ab7b5dd83ae7ed34a0f835b824741d3722e471b333":"0x0000000000000000000000000000000000000000000000007b4c8567c0e9c3de","0xa2d404230092937dc527d777181bb2cf409497ae0770ed86113443952e28ad55":"0x00000000000000000000000000000000000000000000000038312cbeff92e5ce","0xa337aa538d8e744ae399816fb571dc825b95e9af2cd214f5d83b9fd3d15d7f84":"0x0000000000000000000000000000000000000000000000000000000000000001","0xa5b055118adcbd1ff245e99942b58652bf5229d6e3e6070e5569af880654f30d":"0x00000000000000000000000000000000000000000000000089a2b30fd4eda421","0xa5c88b681e7c0d6f03d13632852fc477597cff373a9ac3571f476e5476b1706a":"0x00000000000000000000000000000000000000000000000078999484ace91c39","0xa5fe2c294a169f007c89cb479b9f66cff5113d8f1fb004f695274cd6f515f8ec":"0x0000000000000000000000000000000000000000000000000000000000000001","0xa62048bae9de7f2515c4f988c9274726c8c03587ff879778664db7ef59bc6ce6":"0x00000000000000000000000000000000000000000000000024109a665095c888","0xa636d522a6d15823379dd89b5428939385bb063992d9e0b4839c468f35c50a82":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xa6816411acb26900b955c49dbfec8d8abca08d7788df8dd3fe200b35ee663271":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xa82acb77d09c97b27f9614424a5257a63f659589cfa5393219200d0f1040adac":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xa9b84bd778330b244c609fa4551bc5a8de5f5c67598fe6aed6c711c4145fb429":"0x0000000000000000000000000000000000000000000000000000000000000001","0xaacfaa0ad298f571cf12625b6535b10528a1d6934e2b1703cfb649a91bdc4152":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xab355cde16656792d84616c288d1f7abf40a1757e0f9bd903f0c83a458971298":"0x00000000000000000000000000000000000000000000000087046ef5ec157d3a","0xacc3274be996d534bc993822f1868b81051914f54f75aa51bc41291a75e76d89":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xad11d7859d911e7b5a32c589ecaef42457e5950a3456e4edc9d9d9c838899500":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xad555cc1379909798f9fcfcbf59f0ffb50af669161b8ff0e6f6e7905ee91cc98":"0x00000000000000000000000000000000000000000000000051169428b2187257","0xaea0e82d765807f108e5ad45ff36880a105e65b43be91c1d4568930b2030ae35":"0x0000000000000000000000000000000000000000000000000000000000000001","0xb3ec84cb338a50d41b0d906337698d687732e150a0e6c9b3e04cf267f5d1f51f":"0x0000000000000000000000000000000000000000000000007ee8b22590a6071f","0xb4e58842ab781b2cecaa2da4d10467520ec3871a8454552d84094124dcc04364":"0x0000000000000000000000000000000000000000000000000000000000000001","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512","0xb5c13cee51033fb17b49b3e9cbb2c8baa7c1efad1973ba113e54677a56b92357":"0x00000000000000000000000000000000000000000000000080267dc069a25faf","0xb5d7587252f3a246ec802e1211951ad2b91836ca76a27a2097ee31c47e1d98ac":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xb76cce2876fbdfcc65306e461a52a762d1fabf043ec9dec7df0f6294a36e567d":"0x000000000000000000000000000000000000000000000000109cb2e58d61778d","0xb782d633d41af43bf65bbacde54f7febb64729e14c8723d242d492a4515d49c7":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xb8219bf723b86566f8f44122cb3a3af54956d10388564b4492494d8631bad7f3":"0x0000000000000000000000000000000000000000000000000000000000000001","0xb8670df08eca212758804f1190faf029796c518fa394238323760706cbdb633d":"0x0000000000000000000000000000000000000000000000000000000000000001","0xb907880f805be2a3f619ecb08f9da5a6f9c05ff77dc72fcf1ab6c718d08677bf":"0x000000000000000000000000000000000000000000000000225d9fccf0291e95","0xb9fbd26f5a2cb0b71179e4f06967ea42363eadf1f72c5eaead13adbc26ce2d8f":"0x0000000000000000000000000000000000000000000000000000000000000001","0xbb2be61ff7a19937dd70632b2dec74fc966f43e1ec4100d1d2332f2204da5f61":"0x0000000000000000000000000000000000000000000000000000000000000001","0xbccabf8c5bcff6b7151ac83e376dee7bec928d16b6ee6de184fcb86a0f33399d":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xbccbec9132f13e359d0382d4200d68e234d3000a34001b2efc789c9433129006":"0x0000000000000000000000000000000000000000000000000000000000000001","0xbdca4bf0cbefb63c16dc0613270620f0f029d6f1ac149e6656d3603e77d3bd7f":"0x0000000000000000000000000000000000000000000000000000000000000001","0xbea3bc72143ca1c84965c8745ad3b4368f8d3c821acf54d2da0379c8e956997e":"0x00000000000000000000000000000000000000000000000056bbecb0ff9fdea6","0xbfc290106528abe05fcdbdd2e27f407eb19e7e496a0673e472a4dc0a54c24598":"0x0000000000000000000000000000000000000000000000007c6d1175e13d2753","0xc05217a6641de93c38d3f666bd787bbf79ea4ba29ce3bc4a7ae6986059661f1c":"0x0000000000000000000000000000000000000000000000000000000000000001","0xc0de8e2d9b2fa8e88f241e6a6aa4554077f761f1d72993cd2a2ee3afa3e98c6a":"0x00000000000000000000000000000000000000000000000051f08614c35c92fb","0xc2069e90ef389200969f8992e2c66e109f9c2a7d7ba6e2ba6371004ff9a35b98":"0x0000000000000000000000000000000000000000000000000000000000000001","0xc2fa8e88c77ba3d331d2cef16e04d097d11a8da3605e4332cbee495fe2d6fd7c":"0x000000000000000000000000000000000000000000000000598aed7205272e87","0xc3f2f9c6a758c00afc765b2027eaa6f58bf57a5fbb776baeaab58bb8f3bc1564":"0x000000000000000000000000000000000000000000000000122c6ab631ff0891","0xc42e9c55b8ec54de36b5ea3f4e6928ff5078c8636397bc2b7b4a30c52cb7c059":"0x0000000000000000000000000000000000000000000000000000000000000001","0xc5d42b616d9b38a0ed26933e93adf975c3bc059afeafc68505ae02ee46ef7a93":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xc63f0340bb7859a8caa7de70c17394904fd4125de2eaf02541c4dc1df626eb11":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xc82021a0f8ccc1109f0a1b8b73236888ab623f6d9aa57ee2f5ba656e9e415370":"0x00000000000000000000000000000000000000000000000022cd6f987e0f1fd7","0xc963f4678340f4f0b3eafd9cda142b40997850abee4418e0580a3bc6437646f2":"0x0000000000000000000000000000000000000000000000000000000000000001","0xc96438d4eb7b6bb4a9d5ce753d7e425a1be9ba3a9ab7a69824bf839636c71400":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xcaf88c87506b5d452ade06c647d8ebf97e4c731498d8785e4806a5a21aa3a598":"0x0000000000000000000000000000000000000000000000000000000000000001","0xcc356646c79ec6df08376fed583eebe3ce389cba46da65f99f602b39e33bae29":"0x0000000000000000000000000000000000000000000000004c612aa7299fd57f","0xcc5450bfeda02862e05c8142e54b62c8932773c8ea183089f5cd8435cfad6dab":"0x0000000000000000000000000000000000000000000000000000000000000001","0xcc7738880c31a966acbc9e0cd61dd2699639da0c0fb4e38057de466e213ddd58":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xcc8aafdcd6e5ddac1a0d0c51f67d64b1bd33930988e390542a27a84433d4fe2f":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840","0xcdd3d9a1faec25746e83d4dd8bb9e6985ece5f17799a73d0eaf568b56ead03ed":"0x00000000000000000000000000000000000000000000000084d96eae26b46228","0xcfa26945c8b17999af98ee1c359b7a80051d935283151d86530177c300495f25":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xcff47cb3c80fc72744fb4afef831fb543ed7d4066232538bd0621ed5061320ec":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xd0cb8c243184a4c9b4efbe55f3f1581bcb48c47862b9df05caeb6af634136aa8":"0x0000000000000000000000000000000000000000000000000000000000000001","0xd12c0dd6fb868f89381604e387d679dd9773c99c59169e248289d5373181dd46":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xd175e5a38e6fc6d98fc800dc41affa679d3ff0d7d87ab1184344866b32b4ee42":"0x0000000000000000000000000000000000000000000000000000000000000001","0xd2f10446e649c4d74561e1eff3836623964cfc7ccf3c59dc4686e7a80bf19da8":"0x0000000000000000000000000000000000000000000000000000000000000001","0xd383435ab465b01ce189f65bee257f178567f8e4d87ac88de5e991f10b2d2e40":"0x0000000000000000000000000000000000000000000000007beb33e25ef5e098","0xd39987464f81dac6b6b41b6708dfe2ab9d3a9502395a00e355dc86f253aeadd4":"0x0000000000000000000000000000000000000000000000006545d716817d36a9","0xd406876c014633a506d9fd703c5a33b54c58263c7e94f9079ba7c3ae4143ce0a":"0x0000000000000000000000000000000000000000000000002f03491c799698ec","0xd61592b22ff7bb8bd5419c99fa1878381ea0b14179e0369bb10f1fb0c9fcd99d":"0x0000000000000000000000000000000000000000000000000000000000000001","0xd7f5c4b66b8d42042511f7267aa6a5cb7285400ec95e2fd60fe618f0c85621ae":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xd89c0d424ea7a762d99e0cb828dbf68c9bb0386a1aef182e84cfccde20323bf1":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xd8bb52e50fbc9591ed60c81800097db565ea6ab9104c95f945742a1e812aa7ad":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xd8bf6fcb47f5c0c80fe11ec4e2e24f7990882d3dc412e1272ac8b8238bd96c67":"0x0000000000000000000000000000000000000000000000000000000000000001","0xda4aea7093bc607ffffbec7cfce5b4c11e2e0243abe53d7cb4ff79fc8f643e07":"0x0000000000000000000000000000000000000000000000000000000000000001","0xda67c58644531e98c51da9295bd6b97f13ff615a49bcd74d079682bf317da6e5":"0x0000000000000000000000000000000000000000000000000000000000000001","0xdaeaf1b8a8c49604cd25171bf9efb169ad05e94e3c02550f1c41741fc960768b":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xdbda742972a264835b90de9aba0faf319850307ceca626da0c029b0d9fab5e58":"0x00000000000000000000000000000000000000000000000060f0389daa707614","0xdc26b7c68af5c3619850420eaa3e820bd9e5f3de3e67eebef4f8eb02f88b039e":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xdc3702e5309263f0d94d1ac5b534c3a85309d8a346f83c65e2a7b7f5b1ddf3a4":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xdca000ca7ee7d3262d2d247c8b4f9f62704d3da31aea0bd99a7a5da316471737":"0x0000000000000000000000000000000000000000000000000000000000000001","0xdd5432ca5038aad1c7bdf8cd1b37c253f8cc7bb10bdc1fbaaf00d76a82687877":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xdddb0c71496ada18675913a1e11514f8a2ce01a0a2ab6828c4a330d4c9c1d0c8":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xde796195492c6a6a299774e47d0e0eae6ff070be5118cd98edf1566328fd171c":"0x000000000000000000000000000000000000000000000000580fd18d39e768d0","0xde836558c1295fd28e954047a87eebcc99290e066b5f270dc2671f2a00c7acd3":"0x0000000000000000000000000000000000000000000000000000000000000001","0xded85bf218babd003e156ce46bcfd48da8b3ab77415347d90ac2c1cdfa3d71f8":"0x0000000000000000000000000000000000000000000000000000000000000001","0xe04489ef819b7809064344234287236ef5200592feb293aa8adb23f6374c1b9e":"0x0000000000000000000000000000000000000000000000000000000000000001","0xe060af02f10fc766f45813982ffb498e1408a1efae4cf0b063c537e2a5e188af":"0x000000000000000000000000000000000000000000000000296ff7d27034cca9","0xe0ef8e67489800538a09c05946ac0b5706b16e8d57dd3dd5af9933bf83ab2d4d":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xe1e098e4907f7f340e0c6f960b1a41c19a5af30a45366b96710f0988eb22a0cd":"0x0000000000000000000000000000000000000000000000000000000000000001","0xe1e0da0f3b81ecc960ec743f3ba3b5c666e6d3c7a3b5d4233c980c497547ed56":"0x0000000000000000000000000000000000000000000000002ca592cd3c4c864f","0xe228983571cb3274fdacaa5a16aca986c829e4120137eb508d2261cc6ef18ce8":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xe54f5ef6e24375c79f3f18a96b98b0bb0eff8ccb97ff4509051524dd15687925":"0x0000000000000000000000000000000000000000000000005777c6e94b74fd0f","0xe555054d32b794722199bc47f108075e6ab6ea1c532a5c77bb141629a381d0b6":"0x00000000000000000000000000000000000000000000000084accd221fa5fef9","0xe58dd36e41b31fce189fa81a7f0597b0238adf3843e6829a5aafd0bcb63abb11":"0x0000000000000000000000000000000000000000000000002ff96ee5f4c45346","0xe71f4e025ce9fd9646bc41b0b80abc1f9db7bbf693174a43a19203fd43dcde62":"0x00000000000000000000000000000000000000000000000022bf698e9dd6f0b0","0xe9cd77f728e886c25ee6f34662739662d022f9843083db4f3da0c8cf936ba8db":"0x0000000000000000000000000000000000000000000000004df6c2702215b7bc","0xea8a6d31df81c4e06c4cf69e552df35a98b7bdea4a0123dac62f615d20eae5c5":"0x0000000000000000000000000000000000000000000000000000000000000001","0xeac8ca83aea44209bf5ae4e20992529f3c6be1c9cf8afcadd28deb2d288f1379":"0x0000000000000000000000000000000000000000000000003a6e87f491fb9ccb","0xeb09e3fecf921d3b2f45f34181427e794f215ec728cc48c87e54996cae9e272b":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xed63b697ad693c1a6a90bf5a78228bc0f64e0817a378694c52a51398bf75892d":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xeed648e28df6841d78587b0178fde53cd1e50d726077468d7e1c3eb196c9991c":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xf0786d85c67e2da7e764d959bff38903a7159129e3d6978d0c2e2f82b98d5c9d":"0x0000000000000000000000000000000000000000000000000000000000000001","0xf198fbf17be6ac7e8d48d541029f448a48ee24c546f2430d8f5d7361f703307f":"0x0000000000000000000000000000000000000000000000000000000000000001","0xf1ba70b4177fbda7ecf4396f125335ba00168b662fccf58afb30e8efbd430817":"0x0000000000000000000000000000000000000000000000000000000000000001","0xf1f15f083d73c200cd08f96bbd0aea6d9614be08622a05d35074df74a2f71750":"0x000000000000000000000000000000000000000000000000185ead5d59e005d7","0xf21034bcf241ea61ce6badf3458c00c527fb552efa02d647e9e81c9f34147fcd":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xf293395393c30bf46460e9ecc9bf60152932ada58e4d3ec8787d5dea1716211d":"0x0000000000000000000000000000000000000000000000002f8498dda5bb1dde","0xf33eb90d5aa2c4711014d36cf7d7bc2d8334d0a9e2faa80303f514fe7680f977":"0x00000000000000000000000000000000000000000000000039f4d3f2cf92a422","0xf3c110f4416bacb7c52996d0a427348521926ed632caf456419bc57bbada1908":"0x0000000000000000000000000000000000000000000000000000000000000001","0xf429b3dd4145f737fc73540224bfe99acc1912f19c4a8e55563112331841c017":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xf5759355cdafebb986ab1f9ed4e59b3b9c9abd879712706d1875b32222c08038":"0x0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","0xf6e8a99765ab0962ae3b1948b1e4cb066932979187cc635db64f6658b4443882":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xf6f5c4ec7ba881b930cd3c5fd9257cbd94617a2b7b6da628d0aa81bb50987bbb":"0x0000000000000000000000000000000000000000000000000000000000000001","0xf770a0aebc1ad7657266502927a027d2e90d63e480e82e2df2c13ae12f317550":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xf7cd44484fad507701d755f50a0021a6603ab981516b5e3520ca8905db85b97c":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xf893349a17c85b19bef76769892332a0178ed60c968b9fe1132c6cb052cf6ed6":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xfaa4cb47e75e05ba312e90f56c8d50c7c2beee024c0de4c46e2eded6350a4d0b":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0xffe1c7e4afb37bf4deedd842b17c718f2f3efd5e963fd12b83d25544d1e5d943":"0x0000000000000000000000000000000000000000000000000000000000000001"}},"0x610178da211fef7d417bc0e6fed39f05609ad788":{"nonce":1,"balance":"0x0","code":"0x60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033","storage":{"0x0356138c0491bf9534372bd89fb5ee72fde3583ebbf6669f58b5f72d83c5015c":"0x0000000000000000000000000000000000000000000000000000000000000002","0x056593fd4f3062c443815dafdcd14b38cca87b1383601566535b635f7a6167d7":"0x0000000000000000000000000000000000000000000000000000000000000001","0x07afcfd654bb9ff57b753052caac9faf8f2d7b278b6aefa38d5fc6428e2e58f0":"0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c","0x15fe56b5de483ae4a642834b2695d505061d5743d807d360216c65be1d599308":"0x0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf","0x18de024ee5d3c59d80efd1fae0c238db2f5a8813a4653e94a90f01e2fd6986fa":"0x0000000000000000000000000000000000000000000000000000000000000001","0x1ee19634ec2147178d50dc4019653672b8333f4944dbd37a6e553092fb7f7b94":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe69cb9a5fa0000000000000000","0x294742e60636d797316c097fad12455f4165b19acb0008ef990ea46a3b5e99e1":"0x0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf","0x2dd73613b3ef945ffcee51ff21f3b3dbd300a5ebe9e0d71bf82fd38436b38a4c":"0x8a791620dd6260079bf849dc5567adc3f2fdc31850feea200000000000000000","0x2dd73613b3ef945ffcee51ff21f3b3dbd300a5ebe9e0d71bf82fd38436b38a4d":"0x8a791620dd6260079bf849dc5567adc3f2fdc318b66bd9890000000000000000","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x0000000000000000000000003aa5ebb10dc797cac828524e59a333d0a371443c","0x3cf1bdd00c5f16aa890e2baca56cbd47cb782d9139a731c1fabaf480af19fdeb":"0x0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf","0x4b036e8f43c207736fe819f6c89812ca3a40e54d20ed976255e45be36a120a51":"0x0000000000000000000000000000000000000000000000000000000000000001","0x4f1576df88856631509aeada5a484048291995dc535e90a187bdb77152f9502a":"0x0000000000000000000000000000000000000000000000000000000000000001","0x50b99318eb3dd61d4fa020a970aea84041428c6925be2b31e8091703d89d74d3":"0x0000000000000000000000000000000000000000000000000000000000000001","0x523472e75c03e4e7013876614b751f2c2d41cd6fa0eb4a056140275164e4aaf5":"0x0000000000000000000000000000000000000000000000000000000000000001","0x53ef191e47d1d40a433e69a590c9ef6588359463955ce1c687c54d5d6c48ba5d":"0x0000000000000000000000000000000000000000000000000000000000000001","0x54df34161765ebc8ecd01387a7aa04bf5c720638315c0272178c45b19c819c2d":"0x00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49","0x571e16e986aeae46a40b30e6a4fc7faea67b880e6fc5c30342ac0ab247e624fe":"0x8a791620dd6260079bf849dc5567adc3f2fdc318261f84e00000000000000000","0x571e16e986aeae46a40b30e6a4fc7faea67b880e6fc5c30342ac0ab247e624ff":"0x8a791620dd6260079bf849dc5567adc3f2fdc3186e3492b50000000000000000","0x5c9a1eb1f12a0a9a15d5081d978fea9734a01c70702ced7c86a988650aa29179":"0x0000000000000000000000000000000000000000000000000000000000000002","0x5d96047fe401e82e1852633092df364cfd1d2b7b0b3ff746ccc82fc30878603f":"0x00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49","0x74bc1db1b0d4febe2404936233570c489b54e2aef4d86b3215c8515289f1462b":"0x0000000000000000000000000000000000000000000000000000000000000000","0x75c228a8daf936278f85fdb58c7bea51022d3fa42ce401b038b3752511cac6cb":"0x0000000000000000000000000000000000000000000000000000000000000001","0x769d4873fcd5e1821f879a51b115b56b136c0850432381f8e65717cb53a5cfc5":"0x0000000000000000000000000000000000000000000000000000000000000002","0x79ec3b83bf5228b32335415467a9c3d60ed5b39415f096d8697b0b5ca9d75dc4":"0x0000000000000000000000000000000000000000000000000000000000000001","0x7a226363846d32ea1288ac9af13ae3f6496de79a49cf3f2a961d09a3e4179c16":"0x0000000000000000000000000000000000000000000000000000000000000000","0x7a226363846d32ea1288ac9af13ae3f6496de79a49cf3f2a961d09a3e4179c18":"0x0000000000000000000000000000000000000000000000000000000000000001","0x7a7e00695dd016f88bb1be4c6dc232abd6c8e61087d694e67de3b75a8baee1d6":"0x00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49","0x7c6bafffaaee8abce741a09f9ef1cc7f906ee1571b49045dd2c1c5c0da797dde":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x8787dcb6fe5679f0b022c2b8201efc371912888955b279e45e4c1e7a87f7ff3a":"0x0000000000000000000000000000000000000000000000000000000000000001","0x916bb79d00641e9dece28c72d6fd1b07cfcdd1d94abe56c353b37eba856d0993":"0x0000000000000000000000000000000000000000000000000000000000000002","0x95291bdab3bbfc1e25274f5f560926dedef5e9cc12dd4f2b9bebfc9028e9e7c5":"0x8a791620dd6260079bf849dc5567adc3f2fdc31850feea200000000000000000","0x95291bdab3bbfc1e25274f5f560926dedef5e9cc12dd4f2b9bebfc9028e9e7c6":"0x8a791620dd6260079bf849dc5567adc3f2fdc318b66bd9890000000000000000","0x96fe5bea991fec41eb06592a25f2af6d9f07f09d84e78c28a07f5876cc2516b4":"0x0000000000000000000000000000000000000000000000000000000000000001","0x9ee77af37d14ee599ec2e8e67ba5ab5e10c2a14c702bbae9dd8703f4cb399861":"0x0000000000000000000000000000000000000000000000000000000000000002","0xa3c1274aadd82e4d12c8004c33fb244ca686dad4fcc8957fc5668588c11d9504":"0x0000000000000000000000000000000000000000000000000000000000000000","0xaa8152718c84d5007ac35d9dca273e97c7e372c723fa86a258c25f6da88b7ff5":"0x0000000000000000000000000000000000000000000000000000000000000000","0xaf035297dc83a2d93d22e2ea881fa2e9132edaad8fe21056ff433e15f23d66e5":"0x0000000000000000000000000000000000000000000000000000000000000001","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512","0xb954393af3895e982266d0f0c4b91e8c0dd2fd1224959b4602ef4b14a5edf1fd":"0x0000000000000000000000000000000000000000000000000000000000000001","0xbac5f6c167bf52681a2b2fcf2fa460914146f5e30d6c5d1b1e7facc3f467d39d":"0x0000000000000000000000000000000000000000000000000000000000000002","0xbc66e91a0b080950630926babce7964376c401eb9d9a9995670b7281c3674cc5":"0x0000000000000000000000000000000000000000000000000000000000000001","0xc433635f27333dac5ee6df5f25480c053e41acac93fdb721c5fb925fd1e36f09":"0x0000000000000000000000000000000000000000000000000000000000000001","0xc911d3e4db93bdde6edb347c72b8b0c980690f48c3b6f0b939f5a02df85b0781":"0x0000000000000000000000000000000000000000000000000000000000000001","0xcb5789f35de0d9055e94a840fdb0a085395a22a2074bd306d6c01a664ae02980":"0x0000000000000000000000000000000000000000000000000000000000000002","0xd3f196384c5dfa6a51207aa6b82aa9e93a8486e9fbd7e3e1598481dbb490fbd3":"0x0000000000000000000000000000000000000000000000000000000000000001","0xd7126eb04c848f30547871fb0ca8838d73e663814e374db17ad868441fee3880":"0x0000000000000000000000000000000000000000000000000000000000000001","0xdfec72eb0b15ffee13d128cd5b9dddb0d7db4c2cccf4963a2e75b54c3abc078e":"0x0000000000000000000000000000000000000000000000000000000000000001","0xe0718af1c003fd93bd5de2fa3dffadc97d15b8484c2689da5e52488f12609ded":"0x0000000000000000000000000000000000000000000000000000000000000001","0xe0b527ea9897affe70ec6937cef4d5b173d6488a297684638480a123bf0727cd":"0x0000000000000000000000000000000000000000000000000000000000000001","0xeaa754fb1c0e3679b5cebba42b1c88e87db15ba3978214282e4428f186ac0a3d":"0x00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49","0xec6535ec4ab37565a1d53b7ca1e2ddf421748695c63d76320ca1c594b74ee856":"0x0000000000000000000000000000000000000000000000000000000000000002","0xee5f524df5de2b7958dd280a78db395acae85ee5da67c3674f662e3e7a7ba87c":"0x0000000000000000000000000000000000000000000000000000000000000001","0xf02077732dab952412a2a964b9ad1d1abefa794be65ff14f70079004d092008c":"0x0000000000000000000000000000000000000000000000000000000000000001","0xf1fe8aeba54c3c05e7e3798016942d5a73e95e0f42d280b748a08067d43b07de":"0x8a791620dd6260079bf849dc5567adc3f2fdc318261f84e00000000000000000","0xf1fe8aeba54c3c05e7e3798016942d5a73e95e0f42d280b748a08067d43b07df":"0x8a791620dd6260079bf849dc5567adc3f2fdc3186e3492b50000000000000000","0xf580e86a8d9097f740e1c6ed93a617d72eead2dbc1ed4f3ab7ab1c9480849c70":"0x0000000000000000000000000000000000000000000000000000000000000001","0xf6c8f0302641d715b0967e5d5e24963d43582788143d3afccc424597ff5a5d59":"0x0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf","0xfbc5c4b0bc246d45e635a59f352a128d3bd0214b183b5c44d3b8ecbf81b9d0ae":"0x0000000000000000000000000000000000000000000000000000000000000000","0xfdccbec42ca2a6313dad82d467baeb798e897f96c95c415aed04dd53b6a5eb64":"0x0000000000000000000000000000000000000000000000000000000000000001"}},"0x61097ba76cd906d2ba4fd106e757f7eb455fc295":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x63c3686ef31c03a641e2ea8993a91ea351e5891a":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x64492e25c30031edad55e57cea599cdb1f06dad1":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x67d269191c92caf3cd7723f116c85e6e9bf55933":{"nonce":1,"balance":"0x0","code":"0x60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0000000000000000000000000000000000000000000000000000000000000001":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0000000000000000000000000000000000000000000000000000000000000032":"0x000000000000000000000000c5a5c42992decbae36851359345fe25997f5c42d","0x0000000000000000000000000000000000000000000000000000000000000064":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff","0x0000000000000000000000000000000000000000000000000000000000000065":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x00000000000000000000000009635f643e140090a9a8dcd712ed6285858cebef","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}},"0x68b1d87f95878fe05b998f19b66f4baba5de1aed":{"nonce":1,"balance":"0x0","code":"0x608060405234801561000f575f5ffd5b50600436106102b1575f3560e01c80636cfb44811161017b578063a9821821116100e4578063c221d8ae1161009e578063df5cf72311610079578063df5cf7231461072d578063f2fde38b14610754578063f605ce0814610767578063fabc1cbc1461077a575f5ffd5b8063c221d8ae146106f4578063cd6dc68714610707578063d3d96ff41461071a575f5ffd5b8063a982182114610666578063adc2e3d914610679578063b2447af71461068c578063b66bd9891461069f578063b9fbaed1146106b2578063ba1a84e5146106e1575f5ffd5b8063886f119511610135578063886f1195146105d55780638ce64854146105fc5780638da5cb5b1461061c57806394d7d00c1461062d578063952899ee14610640578063a9333ec814610653575f5ffd5b80636cfb4481146105425780636e3492b51461056d5780636e875dba14610580578063715018a61461059357806379ae50cd1461059b5780637bc1ef61146105ae575f5ffd5b80634177a87c1161021d57806354fd4d50116101d757806354fd4d50146104ca57806356c483e6146104df578063595c6a67146104f25780635ac86ab7146104fa5780635c975abb1461051d578063670d3ba21461052f575f5ffd5b80634177a87c1461042a5780634657e26a1461044a5780634a10ffe5146104715780634b5046ef1461049157806350feea20146104a4578063547afb87146104b7575f5ffd5b80632981eb771161026e5780632981eb771461035c5780632b453a9a146103985780632bab2c4a146103b8578063304c10cd146103cb57806336352057146103f657806340120dab14610409575f5ffd5b806310e1b9b8146102b55780631352c3e6146102de578063136439dd1461030157806315fe502814610316578063260dc75814610336578063261f84e014610349575b5f5ffd5b6102c86102c3366004614a50565b61078d565b6040516102d59190614a97565b60405180910390f35b6102f16102ec366004614aca565b6107c8565b60405190151581526020016102d5565b61031461030f366004614afe565b610843565b005b610329610324366004614b15565b610918565b6040516102d59190614b93565b6102f1610344366004614ba5565b610a2f565b610314610357366004614bff565b610a60565b6103837f000000000000000000000000000000000000000000000000000000000000038481565b60405163ffffffff90911681526020016102d5565b6103ab6103a6366004614ce4565b610d3b565b6040516102d59190614d87565b6103ab6103c6366004614dea565b610d51565b6103de6103d9366004614b15565b610df0565b6040516001600160a01b0390911681526020016102d5565b610314610404366004614e6e565b610e1f565b61041c610417366004614ec0565b611629565b6040516102d5929190614f4d565b61043d610438366004614ba5565b6117a4565b6040516102d59190614faa565b6103de7f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad78881565b61048461047f366004614fbc565b6117c8565b6040516102d59190614fff565b61031461049f36600461504a565b611870565b6103146104b23660046150ca565b61192a565b6104846104c5366004615128565b611a88565b6104d2611b30565b6040516102d5919061516a565b6103146104ed36600461519f565b611b60565b610314611c65565b6102f16105083660046151c9565b606654600160ff9092169190911b9081161490565b6066545b6040519081526020016102d5565b6102f161053d366004614aca565b611d14565b610555610550366004614ec0565b611d25565b6040516001600160401b0390911681526020016102d5565b61031461057b3660046151ff565b611d3a565b61043d61058e366004614ba5565b61211b565b61031461212c565b6103296105a9366004614b15565b61213d565b6103837f00000000000000000000000000000000000000000000000000000000000004b081565b6103de7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e081565b61060f61060a366004615230565b612217565b6040516102d59190615273565b6033546001600160a01b03166103de565b61048461063b366004615285565b6122d3565b61031461064e3660046152e0565b6123bf565b610555610661366004614ec0565b61287e565b610314610674366004615489565b6128ad565b610314610687366004615507565b61295f565b61052161069a366004614ba5565b612cbc565b6103146106ad3660046150ca565b612cde565b6106c56106c0366004614b15565b612e38565b60408051921515835263ffffffff9091166020830152016102d5565b6105216106ef366004614b15565b612ed2565b61043d610702366004614aca565b612ef2565b610314610715366004615549565b612f1b565b610314610728366004614ec0565b613038565b6103de7f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b610314610762366004614b15565b61315c565b610555610775366004614ec0565b6131d5565b610314610788366004614afe565b6131e1565b604080516060810182525f80825260208201819052918101829052906107bc856107b6866132f7565b8561335a565b925050505b9392505050565b6001600160a01b0382165f908152609e602052604081208190816107eb856132f7565b815260208082019290925260409081015f2081518083019092525460ff8116151580835261010090910463ffffffff16928201929092529150806108395750806020015163ffffffff164311155b9150505b92915050565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa1580156108a5573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108c99190615573565b6108e657604051631d77d47760e21b815260040160405180910390fd5b606654818116811461090b5760405163c61dca5d60e01b815260040160405180910390fd5b610914826134c6565b5050565b6001600160a01b0381165f908152609d602052604081206060919061093c90613503565b90505f816001600160401b0381111561095757610957614974565b60405190808252806020026020018201604052801561099b57816020015b604080518082019091525f80825260208201528152602001906001900390816109755790505b5090505f5b82811015610a27576001600160a01b0385165f908152609d60205260409020610a02906109cd908361350c565b604080518082019091525f80825260208201525060408051808201909152606082901c815263ffffffff909116602082015290565b828281518110610a1457610a14615592565b60209081029190910101526001016109a0565b509392505050565b60208082015182516001600160a01b03165f90815260989092526040822061083d9163ffffffff9081169061351716565b82610a6a8161352e565b610a875760405163932d94f760e01b815260040160405180910390fd5b6001600160a01b0384165f90815260a4602052604090205460ff16610abf576040516348f7dbb960e01b815260040160405180910390fd5b5f5b82811015610d34575f6040518060400160405280876001600160a01b03168152602001868685818110610af657610af6615592565b9050602002810190610b0891906155a6565b610b169060208101906155c4565b63ffffffff168152509050610b60816020015163ffffffff1660985f896001600160a01b03166001600160a01b031681526020019081526020015f206135d890919063ffffffff16565b610b7d57604051631fb1705560e21b815260040160405180910390fd5b7f31629285ead2335ae0933f86ed2ae63321f7af77b4e6eaabc42c057880977e6c6040518060400160405280886001600160a01b03168152602001836020015163ffffffff16815250604051610bd391906155dd565b60405180910390a15f610be5826132f7565b90505f5b868685818110610bfb57610bfb615592565b9050602002810190610c0d91906155a6565b610c1b9060208101906155eb565b9050811015610d2957610c91878786818110610c3957610c39615592565b9050602002810190610c4b91906155a6565b610c599060208101906155eb565b83818110610c6957610c69615592565b9050602002016020810190610c7e9190614b15565b5f848152609960205260409020906135e3565b507f7ab260fe0af193db5f4986770d831bda4ea46099dc817e8b6716dcae8af8e88b83888887818110610cc657610cc6615592565b9050602002810190610cd891906155a6565b610ce69060208101906155eb565b84818110610cf657610cf6615592565b9050602002016020810190610d0b9190614b15565b604051610d19929190615630565b60405180910390a1600101610be9565b505050600101610ac1565b5050505050565b6060610d49848484436135f7565b949350505050565b6060610d5f858585856135f7565b90505f5b8451811015610de757610d8f858281518110610d8157610d81615592565b6020026020010151876107c8565b610ddf575f5b8451811015610ddd575f838381518110610db157610db1615592565b60200260200101518281518110610dca57610dca615592565b6020908102919091010152600101610d95565b505b600101610d63565b50949350505050565b6001600160a01b038082165f908152609760205260408120549091168015610e1857806107c1565b5090919050565b606654600190600290811603610e485760405163840a48d560e01b815260040160405180910390fd5b82610e528161352e565b610e6f5760405163932d94f760e01b815260040160405180910390fd5b5f6040518060400160405280866001600160a01b03168152602001856020016020810190610e9d91906155c4565b63ffffffff1690529050610eb460608501856155eb565b9050610ec360408601866155eb565b905014610ee3576040516343714afd60e01b815260040160405180910390fd5b60208082015182516001600160a01b03165f90815260989092526040909120610f159163ffffffff9081169061351716565b610f3257604051631fb1705560e21b815260040160405180910390fd5b610f48610f426020860186614b15565b826107c8565b610f655760405163ebbff49760e01b815260040160405180910390fd5b5f610f7360408601866155eb565b90506001600160401b03811115610f8c57610f8c614974565b604051908082528060200260200182016040528015610fb5578160200160208202803683370190505b5090505f5b610fc760408701876155eb565b90508110156115bb5780158061105a5750610fe560408701876155eb565b610ff060018461566a565b818110610fff57610fff615592565b90506020020160208101906110149190614b15565b6001600160a01b031661102a60408801886155eb565b8381811061103a5761103a615592565b905060200201602081019061104f9190614b15565b6001600160a01b0316115b61107757604051639f1c805360e01b815260040160405180910390fd5b61108460608701876155eb565b8281811061109457611094615592565b905060200201355f1080156110d45750670de0b6b3a76400006110ba60608801886155eb565b838181106110ca576110ca615592565b9050602002013511155b6110f157604051631353603160e01b815260040160405180910390fd5b61114d61110160408801886155eb565b8381811061111157611111615592565b90506020020160208101906111269190614b15565b60995f611132876132f7565b81526020019081526020015f206138e490919063ffffffff16565b61116a576040516331bc342760e11b815260040160405180910390fd5b5f806111bc61117c60208a018a614b15565b611185876132f7565b61119260408c018c6155eb565b878181106111a2576111a2615592565b90506020020160208101906111b79190614b15565b61335a565b805191935091506001600160401b03165f036111d95750506115b3565b5f6112146111ea60608b018b6155eb565b868181106111fa576111fa615592565b85516001600160401b031692602090910201359050613905565b835190915061122f6001600160401b0380841690831661391b565b86868151811061124157611241615592565b60200260200101818152505081835f0181815161125e919061567d565b6001600160401b031690525083518290859061127b90839061567d565b6001600160401b031690525060208401805183919061129b90839061567d565b6001600160401b031690525060208301515f600f9190910b12156113b3575f6112fe6112ca60608d018d6155eb565b888181106112da576112da615592565b9050602002013585602001516112ef9061569c565b6001600160801b031690613905565b9050806001600160401b03168460200181815161131b91906156c0565b600f0b9052507f1487af5418c47ee5ea45ef4a93398668120890774a9e13487e61e9dc3baf76dd61134f60208d018d614b15565b8961135d60408f018f6155eb565b8a81811061136d5761136d615592565b90506020020160208101906113829190614b15565b611393885f0151896020015161392f565b88604001516040516113a99594939291906156ed565b60405180910390a1505b6114056113c360208c018c614b15565b6113cc896132f7565b6113d960408e018e6155eb565b898181106113e9576113e9615592565b90506020020160208101906113fe9190614b15565b878761394e565b7f1487af5418c47ee5ea45ef4a93398668120890774a9e13487e61e9dc3baf76dd61143360208c018c614b15565b8861144160408e018e6155eb565b8981811061145157611451615592565b90506020020160208101906114669190614b15565b865160405161147a949392919043906156ed565b60405180910390a16114cb61149260208c018c614b15565b61149f60408d018d6155eb565b888181106114af576114af615592565b90506020020160208101906114c49190614b15565b8651613b86565b6001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91663601bb36f61150760208d018d614b15565b61151460408e018e6155eb565b8981811061152457611524615592565b90506020020160208101906115399190614b15565b875160405160e085901b6001600160e01b03191681526001600160a01b0393841660048201529290911660248301526001600160401b0380861660448401521660648201526084015f604051808303815f87803b158015611598575f5ffd5b505af11580156115aa573d5f5f3e3d5ffd5b50505050505050505b600101610fba565b507f80969ad29428d6797ee7aad084f9e4a42a82fc506dcd2ca3b6fb431f85ccebe56115ea6020870187614b15565b836115f860408901896155eb565b8561160660808c018c61573e565b60405161161997969594939291906157a8565b60405180910390a1505050505050565b6001600160a01b0382165f908152609d60205260408120606091829161164e90613503565b90505f816001600160401b0381111561166957611669614974565b6040519080825280602002602001820160405280156116ad57816020015b604080518082019091525f80825260208201528152602001906001900390816116875790505b5090505f826001600160401b038111156116c9576116c9614974565b60405190808252806020026020018201604052801561171257816020015b604080516060810182525f80825260208083018290529282015282525f199092019101816116e75790505b5090505f5b83811015611795576001600160a01b0388165f908152609d60205260408120611744906109cd908461350c565b90508084838151811061175957611759615592565b602002602001018190525061176f89828a61078d565b83838151811061178157611781615592565b602090810291909101015250600101611717565b509093509150505b9250929050565b60605f6107c160995f6117b6866132f7565b81526020019081526020015f20613c08565b60605f83516001600160401b038111156117e4576117e4614974565b60405190808252806020026020018201604052801561180d578160200160208202803683370190505b5090505f5b8451811015610a275761183e85828151811061183057611830615592565b60200260200101518561287e565b82828151811061185057611850615592565b6001600160401b0390921660209283029190910190910152600101611812565b6066545f906001908116036118985760405163840a48d560e01b815260040160405180910390fd5b8382146118b8576040516343714afd60e01b815260040160405180910390fd5b5f5b8481101561192157611919878787848181106118d8576118d8615592565b90506020020160208101906118ed9190614b15565b8686858181106118ff576118ff615592565b9050602002016020810190611914919061583e565b613c14565b6001016118ba565b50505050505050565b836119348161352e565b6119515760405163932d94f760e01b815260040160405180910390fd5b604080518082019091526001600160a01b038616815263ffffffff851660208201525f61197d826132f7565b90506119be826020015163ffffffff1660985f8a6001600160a01b03166001600160a01b031681526020019081526020015f2061351790919063ffffffff16565b6119db57604051631fb1705560e21b815260040160405180910390fd5b5f5b84811015611a7e576119fa868683818110610c6957610c69615592565b611a175760405163585cfb2f60e01b815260040160405180910390fd5b7f7ab260fe0af193db5f4986770d831bda4ea46099dc817e8b6716dcae8af8e88b83878784818110611a4b57611a4b615592565b9050602002016020810190611a609190614b15565b604051611a6e929190615630565b60405180910390a16001016119dd565b5050505050505050565b60605f82516001600160401b03811115611aa457611aa4614974565b604051908082528060200260200182016040528015611acd578160200160208202803683370190505b5090505f5b8351811015610a2757611afe85858381518110611af157611af1615592565b602002602001015161287e565b828281518110611b1057611b10615592565b6001600160401b0390921660209283029190910190910152600101611ad2565b6060611b5b7f76302e302e300000000000000000000000000000000000000000000000000006613d18565b905090565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91614611c5b57611b998261352e565b611bb6576040516348f5c3ed60e01b815260040160405180910390fd5b6040516336b87bd760e11b81526001600160a01b0383811660048301527f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91690636d70f7ae90602401602060405180830381865afa158015611c1a573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c3e9190615573565b611c5b5760405163ccea9e6f60e01b815260040160405180910390fd5b6109148282613d55565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa158015611cc7573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ceb9190615573565b611d0857604051631d77d47760e21b815260040160405180910390fd5b611d125f196134c6565b565b5f6107c183609a5f611132866132f7565b5f5f611d318484613f01565b95945050505050565b606654600290600490811603611d635760405163840a48d560e01b815260040160405180910390fd5b611d78611d736020840184614b15565b61352e565b80611d915750611d91611d736040840160208501614b15565b611dae576040516348f5c3ed60e01b815260040160405180910390fd5b5f5b611dbd60408401846155eb565b905081101561207f575f6040518060400160405280856020016020810190611de59190614b15565b6001600160a01b03168152602001611e0060408701876155eb565b85818110611e1057611e10615592565b9050602002016020810190611e2591906155c4565b63ffffffff168152509050611e72816020015163ffffffff1660985f876020016020810190611e549190614b15565b6001600160a01b0316815260208101919091526040015f2090613517565b611e8f57604051631fb1705560e21b815260040160405180910390fd5b609e5f611e9f6020870187614b15565b6001600160a01b03166001600160a01b031681526020019081526020015f205f611ec8836132f7565b815260208101919091526040015f205460ff16611ef8576040516325131d4f60e01b815260040160405180910390fd5b611f32611f04826132f7565b609c5f611f146020890189614b15565b6001600160a01b0316815260208101919091526040015f2090614070565b50611f6a611f436020860186614b15565b609a5f611f4f856132f7565b81526020019081526020015f2061407b90919063ffffffff16565b50611f786020850185614b15565b6001600160a01b03167fad34c3070be1dffbcaa499d000ba2b8d9848aefcac3059df245dd95c4ece14fe82604051611fb091906155dd565b60405180910390a2604080518082019091525f815260208101611ff37f00000000000000000000000000000000000000000000000000000000000003844361585f565b63ffffffff169052609e5f61200b6020880188614b15565b6001600160a01b03166001600160a01b031681526020019081526020015f205f612034846132f7565b81526020808201929092526040015f2082518154939092015163ffffffff166101000264ffffffff00199215159290921664ffffffffff199093169290921717905550600101611db0565b506120936103d96040840160208501614b15565b6001600160a01b031663303ca9566120ae6020850185614b15565b6120be6040860160208701614b15565b6120cb60408701876155eb565b6040518563ffffffff1660e01b81526004016120ea94939291906158b4565b5f604051808303815f87803b158015612101575f5ffd5b505af1158015612113573d5f5f3e3d5ffd5b505050505050565b606061083d609a5f6117b6856132f7565b61213461408f565b611d125f6140e9565b6001600160a01b0381165f908152609c602052604081206060919061216190613503565b90505f816001600160401b0381111561217c5761217c614974565b6040519080825280602002602001820160405280156121c057816020015b604080518082019091525f808252602082015281526020019060019003908161219a5790505b5090505f5b82811015610a27576001600160a01b0385165f908152609c602052604090206121f2906109cd908361350c565b82828151811061220457612204615592565b60209081029190910101526001016121c5565b60605f84516001600160401b0381111561223357612233614974565b60405190808252806020026020018201604052801561227c57816020015b604080516060810182525f80825260208083018290529282015282525f199092019101816122515790505b5090505f5b8551811015610de7576122ae86828151811061229f5761229f615592565b6020026020010151868661078d565b8282815181106122c0576122c0615592565b6020908102919091010152600101612281565b60605f83516001600160401b038111156122ef576122ef614974565b604051908082528060200260200182016040528015612318578160200160208202803683370190505b5090505f5b8451811015610de7576001600160a01b0386165f90815260a160205260408120865161238d9287929189908690811061235857612358615592565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f2061413a90919063ffffffff16565b82828151811061239f5761239f615592565b6001600160401b039092166020928302919091019091015260010161231d565b6066545f906001908116036123e75760405163840a48d560e01b815260040160405180910390fd5b6123f08361352e565b61240d576040516348f5c3ed60e01b815260040160405180910390fd5b5f5f5f61241986612e38565b915091508161243b5760405163fa55fc8160e01b815260040160405180910390fd5b91505f90505b8351811015610d345783818151811061245c5761245c615592565b6020026020010151604001515184828151811061247b5761247b615592565b60200260200101516020015151146124a6576040516343714afd60e01b815260040160405180910390fd5b5f8482815181106124b9576124b9615592565b602090810291909101810151518082015181516001600160a01b03165f908152609890935260409092209092506124f99163ffffffff9081169061351716565b61251657604051631fb1705560e21b815260040160405180910390fd5b5f61252187836107c8565b90505f5b86848151811061253757612537615592565b60200260200101516020015151811015612873575f87858151811061255e5761255e615592565b602002602001015160200151828151811061257b5761257b615592565b60200260200101519050612592898261ffff613c14565b5f5f6125a18b6107b6886132f7565b91509150806040015163ffffffff165f146125cf57604051630d8fcbe360e41b815260040160405180910390fd5b5f6125dc8785848961414e565b9050612621825f01518c8a815181106125f7576125f7615592565b602002602001015160400151878151811061261457612614615592565b6020026020010151614184565b600f0b602083018190525f0361264a57604051634606179360e11b815260040160405180910390fd5b5f8260200151600f0b121561278e578015612710576126cb61266b886132f7565b6001600160a01b03808f165f90815260a360209081526040808320938a16835292905220908154600160801b90819004600f0b5f818152600180860160205260409091209390935583546001600160801b03908116939091011602179055565b6126f57f00000000000000000000000000000000000000000000000000000000000003844361585f565b61270090600161585f565b63ffffffff1660408301526127fb565b6127228360200151836020015161392f565b6001600160401b031660208401528a518b908990811061274457612744615592565b602002602001015160400151858151811061276157612761615592565b6020908102919091018101516001600160401b031683525f9083015263ffffffff431660408301526127fb565b5f8260200151600f0b13156127fb576127af8360200151836020015161392f565b6001600160401b0390811660208501819052845190911610156127e557604051636c9be0bf60e01b815260040160405180910390fd5b6127ef894361585f565b63ffffffff1660408301525b6128108c612808896132f7565b86868661394e565b7f1487af5418c47ee5ea45ef4a93398668120890774a9e13487e61e9dc3baf76dd8c8886612845865f0151876020015161392f565b866040015160405161285b9594939291906156ed565b60405180910390a15050600190920191506125259050565b505050600101612441565b6001600160a01b038083165f90815260a16020908152604080832093851683529290529081206107c19061419b565b826128b78161352e565b6128d45760405163932d94f760e01b815260040160405180910390fd5b6001600160a01b0384165f90815260a4602052604090205460ff16612916576001600160a01b0384165f90815260a460205260409020805460ff191660011790555b836001600160a01b03167fa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c94371384846040516129519291906158e0565b60405180910390a250505050565b6066546002906004908116036129885760405163840a48d560e01b815260040160405180910390fd5b826129928161352e565b6129af5760405163932d94f760e01b815260040160405180910390fd5b6040516336b87bd760e11b81526001600160a01b0385811660048301527f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91690636d70f7ae90602401602060405180830381865afa158015612a13573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a379190615573565b612a545760405163ccea9e6f60e01b815260040160405180910390fd5b5f5b612a6360208501856155eb565b9050811015612c2b57604080518082019091525f9080612a866020880188614b15565b6001600160a01b03168152602001868060200190612aa491906155eb565b85818110612ab457612ab4615592565b9050602002016020810190612ac991906155c4565b63ffffffff90811690915260208083015183516001600160a01b03165f90815260989092526040909120929350612b0592919081169061351716565b612b2257604051631fb1705560e21b815260040160405180910390fd5b612b2c86826107c8565b15612b4a57604051636c6c6e2760e11b815260040160405180910390fd5b612b73612b56826132f7565b6001600160a01b0388165f908152609c60205260409020906135d8565b50612b9f86609a5f612b84856132f7565b81526020019081526020015f206135e390919063ffffffff16565b50856001600160a01b03167f43232edf9071753d2321e5fa7e018363ee248e5f2142e6c08edd3265bfb4895e82604051612bd991906155dd565b60405180910390a26001600160a01b0386165f908152609e60205260408120600191612c04846132f7565b815260208101919091526040015f20805460ff191691151591909117905550600101612a56565b50612c3c6103d96020850185614b15565b6001600160a01b031663c63fd50285612c586020870187614b15565b612c6560208801886155eb565b612c7260408a018a61573e565b6040518763ffffffff1660e01b8152600401612c93969594939291906158f3565b5f604051808303815f87803b158015612caa575f5ffd5b505af1158015611a7e573d5f5f3e3d5ffd5b5f61083d609a5f612ccc856132f7565b81526020019081526020015f20613503565b83612ce88161352e565b612d055760405163932d94f760e01b815260040160405180910390fd5b6040805180820182526001600160a01b03871680825263ffffffff80881660208085018290525f93845260989052939091209192612d44929161351716565b612d6157604051631fb1705560e21b815260040160405180910390fd5b5f612d6b826132f7565b90505f5b84811015611a7e57612db4868683818110612d8c57612d8c615592565b9050602002016020810190612da19190614b15565b5f8481526099602052604090209061407b565b612dd1576040516331bc342760e11b815260040160405180910390fd5b7f7b4b073d80dcac55a11177d8459ad9f664ceeb91f71f27167bb14f8152a7eeee83878784818110612e0557612e05615592565b9050602002016020810190612e1a9190614b15565b604051612e28929190615630565b60405180910390a1600101612d6f565b6001600160a01b0381165f908152609b602090815260408083208151608081018352905463ffffffff80821680845260ff600160201b8404161515958401869052650100000000008304821694840194909452600160481b909104166060820181905284939192919015801590612eb95750826060015163ffffffff164310155b15612ec8575050604081015160015b9590945092505050565b6001600160a01b0381165f90815260986020526040812061083d90613503565b6001600160a01b0382165f908152609f602052604081206060919061083990826117b6866132f7565b5f54610100900460ff1615808015612f3957505f54600160ff909116105b80612f525750303b158015612f5257505f5460ff166001145b612fba5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015612fdb575f805461ff0019166101001790555b612fe4826134c6565b612fed836140e9565b8015613033575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498906020015b60405180910390a15b505050565b816130428161352e565b61305f5760405163932d94f760e01b815260040160405180910390fd5b60405163b526578760e01b81526001600160a01b03848116600483015283169063b526578790602401602060405180830381865afa1580156130a3573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130c79190615573565b6130e457604051631d0b13c160e31b815260040160405180910390fd5b6001600160a01b038381165f90815260976020526040902080546001600160a01b0319169184169190911790557f2ae945c40c44dc0ec263f95609c3fdc6952e0aefa22d6374e44f2c997acedf858361313c81610df0565b604080516001600160a01b0393841681529290911660208301520161302a565b61316461408f565b6001600160a01b0381166131c95760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401612fb1565b6131d2816140e9565b50565b5f5f610de78484613f01565b7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561323d573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613261919061593f565b6001600160a01b0316336001600160a01b0316146132925760405163794821ff60e01b815260040160405180910390fd5b606654801982198116146132b95760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b5f815f0151826020015163ffffffff1660405160200161334292919060609290921b6bffffffffffffffffffffffff1916825260a01b6001600160a01b031916601482015260200190565b60405160208183030381529060405261083d9061595a565b6040805180820182525f80825260208083018290528351606081018552828152808201839052808501839052845180860186526001600160a01b03898116855260a18452868520908816855290925293822092939281906133ba9061419b565b6001600160401b0390811682526001600160a01b038981165f81815260a260209081526040808320948c168084529482528083205486169682019690965291815260a082528481208b8252825284812092815291815290839020835160608101855290549283168152600160401b8304600f0b91810191909152600160c01b90910463ffffffff1691810182905291925043101561345c5790925090506134be565b61346d815f0151826020015161392f565b6001600160401b0316815260208101515f600f9190910b12156134ab5761349c8260200151826020015161392f565b6001600160401b031660208301525b5f60408201819052602082015290925090505b935093915050565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b5f61083d825490565b5f6107c183836141ae565b5f81815260018301602052604081205415156107c1565b604051631beb2b9760e31b81526001600160a01b0382811660048301523360248301523060448301525f80356001600160e01b0319166064840152917f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7889091169063df595cb8906084016020604051808303815f875af11580156135b4573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061083d9190615573565b5f6107c183836141d4565b5f6107c1836001600160a01b0384166141d4565b606083516001600160401b0381111561361257613612614974565b60405190808252806020026020018201604052801561364557816020015b60608152602001906001900390816136305790505b5090505f7f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b031663f0e0e67686866040518363ffffffff1660e01b815260040161369792919061597d565b5f60405180830381865afa1580156136b1573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526136d891908101906159a1565b90505f5b85518110156138da575f8682815181106136f8576136f8615592565b6020026020010151905085516001600160401b0381111561371b5761371b614974565b604051908082528060200260200182016040528015613744578160200160208202803683370190505b5084838151811061375757613757615592565b60209081029190910101525f5b86518110156138d0575f87828151811061378057613780615592565b6020908102919091018101516001600160a01b038086165f90815260a18452604080822092841682529190935282209092506137bb9061419b565b9050806001600160401b03165f036137d45750506138c8565b5f6137e0858d8561078d565b90508863ffffffff16816040015163ffffffff161115801561380857505f8160200151600f0b125b1561382a5761381e815f0151826020015161392f565b6001600160401b031681525b80515f90613845906001600160401b0390811690851661391b565b905061388c8189898151811061385d5761385d615592565b6020026020010151878151811061387657613876615592565b602002602001015161422090919063ffffffff16565b89888151811061389e5761389e615592565b602002602001015186815181106138b7576138b7615592565b602002602001018181525050505050505b600101613764565b50506001016136dc565b5050949350505050565b6001600160a01b0381165f90815260018301602052604081205415156107c1565b5f6107c18383670de0b6b3a76400006001614234565b5f6107c183670de0b6b3a76400008461428d565b5f6107c1613946836001600160401b0386166156c0565b600f0b614372565b6020808301516001600160a01b038088165f90815260a284526040808220928816825291909352909120546001600160401b03908116911614613a1457602082810180516001600160a01b038881165f81815260a286526040808220938a1680835293875290819020805467ffffffffffffffff19166001600160401b0395861617905593518451918252948101919091529216908201527facf9095feb3a370c9cf692421c69ef320d4db5c66e6a7d29c7694eb02364fc559060600160405180910390a15b6001600160a01b038086165f90815260a060209081526040808320888452825280832093871683529281529082902083518154928501519385015163ffffffff16600160c01b0263ffffffff60c01b196001600160801b038616600160401b026001600160c01b03199095166001600160401b03909316929092179390931716919091179055600f0b15613af6576001600160a01b0385165f908152609f602090815260408083208784529091529020613ace90846135e3565b506001600160a01b0385165f908152609d60205260409020613af090856135d8565b50610d34565b80516001600160401b03165f03610d34576001600160a01b0385165f908152609f602090815260408083208784529091529020613b33908461407b565b506001600160a01b0385165f908152609f602090815260408083208784529091529020613b5f90613503565b5f03610d34576001600160a01b0385165f908152609d602052604090206121139085614070565b6001600160a01b038084165f90815260a160209081526040808320938616835292905220613bb59043836143dd565b604080516001600160a01b038086168252841660208201526001600160401b038316918101919091527f1c6458079a41077d003c11faf9bf097e693bd67979e4e6500bac7b29db779b5c9060600161302a565b60605f6107c1836143f1565b6001600160a01b038381165f90815260a360209081526040808320938616835292905290812054600f81810b600160801b909204900b035b5f81118015613c5e57508261ffff1682105b15610d34576001600160a01b038086165f90815260a3602090815260408083209388168352929052908120613c929061444a565b90505f5f613ca188848961335a565b91509150806040015163ffffffff16431015613cbf57505050610d34565b613ccc888489858561394e565b6001600160a01b038089165f90815260a360209081526040808320938b16835292905220613cf99061449c565b50613d0385615aad565b9450613d0e84615ac5565b9350505050613c4c565b60605f613d2483614519565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6001600160a01b0382165f908152609b60209081526040918290208251608081018452905463ffffffff808216835260ff600160201b830416151593830193909352650100000000008104831693820193909352600160481b909204166060820181905215801590613dd15750806060015163ffffffff164310155b15613deb57604081015163ffffffff168152600160208201525b63ffffffff82166040820152613e217f00000000000000000000000000000000000000000000000000000000000004b04361585f565b613e2c90600161585f565b63ffffffff90811660608381019182526001600160a01b0386165f818152609b602090815260409182902087518154838a0151858b01519851928a1664ffffffffff1990921691909117600160201b91151591909102176cffffffffffffffff0000000000191665010000000000978916979097026cffffffff000000000000000000191696909617600160481b968816968702179055815192835294871694820194909452928301919091527f4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db910161302a565b6001600160a01b038281165f81815260a2602090815260408083209486168084529482528083205493835260a38252808320948352939052918220546001600160401b039091169190600f81810b600160801b909204900b03815b8181101561402c576001600160a01b038087165f90815260a3602090815260408083209389168352929052908120613f949083614540565b6001600160a01b038881165f90815260a0602090815260408083208584528252808320938b16835292815290829020825160608101845290546001600160401b0381168252600160401b8104600f0b92820192909252600160c01b90910463ffffffff1691810182905291925043101561400f57505061402c565b61401d86826020015161392f565b95505050806001019050613f5c565b506001600160a01b038086165f90815260a160209081526040808320938816835292905220839061405c9061419b565b614066919061567d565b9150509250929050565b5f6107c183836145af565b5f6107c1836001600160a01b0384166145af565b6033546001600160a01b03163314611d125760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401612fb1565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b5f6107c18383670de0b6b3a7640000614692565b5f61415f8460995f611132896132f7565b80156141685750815b8015611d3157505090516001600160401b031615159392505050565b5f6107c16001600160401b03808516908416615ada565b5f61083d82670de0b6b3a76400006146e7565b5f825f0182815481106141c3576141c3615592565b905f5260205f200154905092915050565b5f81815260018301602052604081205461421957508154600181810184555f84815260208082209093018490558454848252828601909352604090209190915561083d565b505f61083d565b5f6107c18383670de0b6b3a764000061428d565b5f5f61424186868661428d565b9050600183600281111561425757614257615b07565b14801561427357505f848061426e5761426e615b1b565b868809115b15611d3157614283600182615b2f565b9695505050505050565b5f80805f19858709858702925082811083820303915050805f036142c4578382816142ba576142ba615b1b565b04925050506107c1565b80841161430b5760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b6044820152606401612fb1565b5f8486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091025f889003889004909101858311909403939093029303949094049190911702949350505050565b5f6001600160401b038211156143d95760405162461bcd60e51b815260206004820152602660248201527f53616665436173743a2076616c756520646f65736e27742066697420696e203660448201526534206269747360d01b6064820152608401612fb1565b5090565b61303383836001600160401b03841661471e565b6060815f0180548060200260200160405190810160405280929190818152602001828054801561443e57602002820191905f5260205f20905b81548152602001906001019080831161442a575b50505050509050919050565b5f6144648254600f81810b600160801b909204900b131590565b1561448257604051631ed9509560e11b815260040160405180910390fd5b508054600f0b5f9081526001909101602052604090205490565b5f6144b68254600f81810b600160801b909204900b131590565b156144d457604051631ed9509560e11b815260040160405180910390fd5b508054600f0b5f818152600180840160205260408220805492905583546fffffffffffffffffffffffffffffffff191692016001600160801b03169190911790915590565b5f60ff8216601f81111561083d57604051632cd44ac360e21b815260040160405180910390fd5b5f5f61456261454e84614821565b855461455d9190600f0b615b42565b61488a565b8454909150600160801b9004600f90810b9082900b1261459557604051632d0483c560e21b815260040160405180910390fd5b600f0b5f9081526001939093016020525050604090205490565b5f8181526001830160205260408120548015614689575f6145d160018361566a565b85549091505f906145e49060019061566a565b9050818114614643575f865f01828154811061460257614602615592565b905f5260205f200154905080875f01848154811061462257614622615592565b5f918252602080832090910192909255918252600188019052604090208390555b855486908061465457614654615b69565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f90556001935050505061083d565b5f91505061083d565b82545f90816146a3868683856148f3565b905080156146dd576146c7866146ba60018461566a565b5f91825260209091200190565b54600160201b90046001600160e01b03166107bc565b5091949350505050565b81545f90801561471657614700846146ba60018461566a565b54600160201b90046001600160e01b0316610839565b509092915050565b825480156147d4575f614736856146ba60018561566a565b60408051808201909152905463ffffffff808216808452600160201b9092046001600160e01b0316602084015291925090851610156147885760405163151b8e3f60e11b815260040160405180910390fd5b805163ffffffff8086169116036147d257826147a9866146ba60018661566a565b80546001600160e01b0392909216600160201b0263ffffffff9092169190911790555050505050565b505b506040805180820190915263ffffffff92831681526001600160e01b03918216602080830191825285546001810187555f968752952091519051909216600160201b029190921617910155565b5f6001600160ff1b038211156143d95760405162461bcd60e51b815260206004820152602860248201527f53616665436173743a2076616c756520646f65736e27742066697420696e2061604482015267371034b73a191a9b60c11b6064820152608401612fb1565b80600f81900b81146148ee5760405162461bcd60e51b815260206004820152602760248201527f53616665436173743a2076616c756520646f65736e27742066697420696e20316044820152663238206269747360c81b6064820152608401612fb1565b919050565b5f5b81831015610a27575f6149088484614946565b5f8781526020902090915063ffffffff86169082015463ffffffff16111561493257809250614940565b61493d816001615b2f565b93505b506148f5565b5f6149546002848418615b7d565b6107c190848416615b2f565b6001600160a01b03811681146131d2575f5ffd5b634e487b7160e01b5f52604160045260245ffd5b604051606081016001600160401b03811182821017156149aa576149aa614974565b60405290565b604051601f8201601f191681016001600160401b03811182821017156149d8576149d8614974565b604052919050565b803563ffffffff811681146148ee575f5ffd5b5f60408284031215614a03575f5ffd5b604080519081016001600160401b0381118282101715614a2557614a25614974565b6040529050808235614a3681614960565b8152614a44602084016149e0565b60208201525092915050565b5f5f5f60808486031215614a62575f5ffd5b8335614a6d81614960565b9250614a7c85602086016149f3565b91506060840135614a8c81614960565b809150509250925092565b81516001600160401b03168152602080830151600f0b9082015260408083015163ffffffff16908201526060810161083d565b5f5f60608385031215614adb575f5ffd5b8235614ae681614960565b9150614af584602085016149f3565b90509250929050565b5f60208284031215614b0e575f5ffd5b5035919050565b5f60208284031215614b25575f5ffd5b81356107c181614960565b80516001600160a01b0316825260209081015163ffffffff16910152565b5f8151808452602084019350602083015f5b82811015614b8957614b73868351614b30565b6040959095019460209190910190600101614b60565b5093949350505050565b602081525f6107c16020830184614b4e565b5f60408284031215614bb5575f5ffd5b6107c183836149f3565b5f5f83601f840112614bcf575f5ffd5b5081356001600160401b03811115614be5575f5ffd5b6020830191508360208260051b850101111561179d575f5ffd5b5f5f5f60408486031215614c11575f5ffd5b8335614c1c81614960565b925060208401356001600160401b03811115614c36575f5ffd5b614c4286828701614bbf565b9497909650939450505050565b5f6001600160401b03821115614c6757614c67614974565b5060051b60200190565b5f82601f830112614c80575f5ffd5b8135614c93614c8e82614c4f565b6149b0565b8082825260208201915060208360051b860101925085831115614cb4575f5ffd5b602085015b83811015614cda578035614ccc81614960565b835260209283019201614cb9565b5095945050505050565b5f5f5f60808486031215614cf6575f5ffd5b614d0085856149f3565b925060408401356001600160401b03811115614d1a575f5ffd5b614d2686828701614c71565b92505060608401356001600160401b03811115614d41575f5ffd5b614d4d86828701614c71565b9150509250925092565b5f8151808452602084019350602083015f5b82811015614b89578151865260209586019590910190600101614d69565b5f602082016020835280845180835260408501915060408160051b8601019250602086015f5b82811015614dde57603f19878603018452614dc9858351614d57565b94506020938401939190910190600101614dad565b50929695505050505050565b5f5f5f5f60a08587031215614dfd575f5ffd5b614e0786866149f3565b935060408501356001600160401b03811115614e21575f5ffd5b614e2d87828801614c71565b93505060608501356001600160401b03811115614e48575f5ffd5b614e5487828801614c71565b925050614e63608086016149e0565b905092959194509250565b5f5f60408385031215614e7f575f5ffd5b8235614e8a81614960565b915060208301356001600160401b03811115614ea4575f5ffd5b830160a08186031215614eb5575f5ffd5b809150509250929050565b5f5f60408385031215614ed1575f5ffd5b8235614edc81614960565b91506020830135614eb581614960565b5f8151808452602084019350602083015f5b82811015614b8957614f3786835180516001600160401b03168252602080820151600f0b9083015260409081015163ffffffff16910152565b6060959095019460209190910190600101614efe565b604081525f614f5f6040830185614b4e565b8281036020840152611d318185614eec565b5f8151808452602084019350602083015f5b82811015614b895781516001600160a01b0316865260209586019590910190600101614f83565b602081525f6107c16020830184614f71565b5f5f60408385031215614fcd575f5ffd5b82356001600160401b03811115614fe2575f5ffd5b614fee85828601614c71565b9250506020830135614eb581614960565b602080825282518282018190525f918401906040840190835b8181101561503f5783516001600160401b0316835260209384019390920191600101615018565b509095945050505050565b5f5f5f5f5f6060868803121561505e575f5ffd5b853561506981614960565b945060208601356001600160401b03811115615083575f5ffd5b61508f88828901614bbf565b90955093505060408601356001600160401b038111156150ad575f5ffd5b6150b988828901614bbf565b969995985093965092949392505050565b5f5f5f5f606085870312156150dd575f5ffd5b84356150e881614960565b93506150f6602086016149e0565b925060408501356001600160401b03811115615110575f5ffd5b61511c87828801614bbf565b95989497509550505050565b5f5f60408385031215615139575f5ffd5b823561514481614960565b915060208301356001600160401b0381111561515e575f5ffd5b61406685828601614c71565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f5f604083850312156151b0575f5ffd5b82356151bb81614960565b9150614af5602084016149e0565b5f602082840312156151d9575f5ffd5b813560ff811681146107c1575f5ffd5b5f606082840312156151f9575f5ffd5b50919050565b5f6020828403121561520f575f5ffd5b81356001600160401b03811115615224575f5ffd5b610839848285016151e9565b5f5f5f60808486031215615242575f5ffd5b83356001600160401b03811115615257575f5ffd5b61526386828701614c71565b935050614a7c85602086016149f3565b602081525f6107c16020830184614eec565b5f5f5f60608486031215615297575f5ffd5b83356152a281614960565b925060208401356001600160401b038111156152bc575f5ffd5b6152c886828701614c71565b9250506152d7604085016149e0565b90509250925092565b5f5f604083850312156152f1575f5ffd5b82356152fc81614960565b915060208301356001600160401b03811115615316575f5ffd5b8301601f81018513615326575f5ffd5b8035615334614c8e82614c4f565b8082825260208201915060208360051b850101925087831115615355575f5ffd5b602084015b8381101561547a5780356001600160401b03811115615377575f5ffd5b85016080818b03601f1901121561538c575f5ffd5b615394614988565b6153a18b602084016149f3565b815260608201356001600160401b038111156153bb575f5ffd5b6153ca8c602083860101614c71565b60208301525060808201356001600160401b038111156153e8575f5ffd5b6020818401019250508a601f8301126153ff575f5ffd5b813561540d614c8e82614c4f565b8082825260208201915060208360051b86010192508d83111561542e575f5ffd5b6020850194505b828510156154645784356001600160401b0381168114615453575f5ffd5b825260209485019490910190615435565b604084015250508452506020928301920161535a565b50809450505050509250929050565b5f5f5f6040848603121561549b575f5ffd5b83356154a681614960565b925060208401356001600160401b038111156154c0575f5ffd5b8401601f810186136154d0575f5ffd5b80356001600160401b038111156154e5575f5ffd5b8660208284010111156154f6575f5ffd5b939660209190910195509293505050565b5f5f60408385031215615518575f5ffd5b823561552381614960565b915060208301356001600160401b0381111561553d575f5ffd5b614066858286016151e9565b5f5f6040838503121561555a575f5ffd5b823561556581614960565b946020939093013593505050565b5f60208284031215615583575f5ffd5b815180151581146107c1575f5ffd5b634e487b7160e01b5f52603260045260245ffd5b5f8235603e198336030181126155ba575f5ffd5b9190910192915050565b5f602082840312156155d4575f5ffd5b6107c1826149e0565b6040810161083d8284614b30565b5f5f8335601e19843603018112615600575f5ffd5b8301803591506001600160401b03821115615619575f5ffd5b6020019150600581901b360382131561179d575f5ffd5b6060810161563e8285614b30565b6001600160a01b039290921660409190910152919050565b634e487b7160e01b5f52601160045260245ffd5b8181038181111561083d5761083d615656565b6001600160401b03828116828216039081111561083d5761083d615656565b5f81600f0b60016001607f1b031981036156b8576156b8615656565b5f0392915050565b600f81810b9083900b0160016001607f1b03811360016001607f1b03198212171561083d5761083d615656565b6001600160a01b038616815260c0810161570a6020830187614b30565b6001600160a01b039490941660608201526001600160401b0392909216608083015263ffffffff1660a09091015292915050565b5f5f8335601e19843603018112615753575f5ffd5b8301803591506001600160401b0382111561576c575f5ffd5b60200191503681900382131561179d575f5ffd5b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b6001600160a01b03881681525f60c082016157c6602084018a614b30565b60c060608401528690528660e083015f5b888110156158075782356157ea81614960565b6001600160a01b03168252602092830192909101906001016157d7565b50838103608085015261581a8188614d57565b91505082810360a0840152615830818587615780565b9a9950505050505050505050565b5f6020828403121561584e575f5ffd5b813561ffff811681146107c1575f5ffd5b63ffffffff818116838216019081111561083d5761083d615656565b8183526020830192505f815f5b84811015614b895763ffffffff61589e836149e0565b1686526020958601959190910190600101615888565b6001600160a01b038581168252841660208201526060604082018190525f90614283908301848661587b565b602081525f610d49602083018486615780565b6001600160a01b038781168252861660208201526080604082018190525f9061591f908301868861587b565b8281036060840152615932818587615780565b9998505050505050505050565b5f6020828403121561594f575f5ffd5b81516107c181614960565b805160208083015191908110156151f9575f1960209190910360031b1b16919050565b604081525f61598f6040830185614f71565b8281036020840152611d318185614f71565b5f602082840312156159b1575f5ffd5b81516001600160401b038111156159c6575f5ffd5b8201601f810184136159d6575f5ffd5b80516159e4614c8e82614c4f565b8082825260208201915060208360051b850101925086831115615a05575f5ffd5b602084015b83811015615aa25780516001600160401b03811115615a27575f5ffd5b8501603f81018913615a37575f5ffd5b6020810151615a48614c8e82614c4f565b808282526020820191506020808460051b8601010192508b831115615a6b575f5ffd5b6040840193505b82841015615a8d578351825260209384019390910190615a72565b86525050602093840193919091019050615a0a565b509695505050505050565b5f60018201615abe57615abe615656565b5060010190565b5f81615ad357615ad3615656565b505f190190565b600f82810b9082900b0360016001607f1b0319811260016001607f1b038213171561083d5761083d615656565b634e487b7160e01b5f52602160045260245ffd5b634e487b7160e01b5f52601260045260245ffd5b8082018082111561083d5761083d615656565b8082018281125f831280158216821582161715615b6157615b61615656565b505092915050565b634e487b7160e01b5f52603160045260245ffd5b5f82615b9757634e487b7160e01b5f52601260045260245ffd5b50049056fea26469706673582212203c3fd667caf85070715ce20d313fa488db936999ef7ff1875a48d39c4e97cebc64736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x00000000000000000000000000000000000000000000000000000000000000ff"}},"0x6c8ea11559dfe79ae3dbdd6a67b47f61b929398f":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x6d69f301d1da5c7818b5e61eecc745b30179c68b":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x70997970c51812dc3a010c7d01b50e0d17dc79c8":{"nonce":2,"balance":"0x21e5f445b3cf7033e56","code":"0x","storage":{}},"0x70e0ba845a1a0f2da3359c97e0285013525ffc49":{"nonce":1,"balance":"0x0","code":"0x60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0000000000000000000000000000000000000000000000000000000000000001":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0000000000000000000000000000000000000000000000000000000000000064":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000000000000000000000000000000000000000096":"0x0000000000000000000000000000000000000000000000000000000000000001","0x000000000000000000000000000000000000000000000000000000000000009d":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000000000000000000000000000000000000000009e":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000000000000000000000000000000000000000000a1":"0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c","0x00000000000000000000000000000000000000000000000000000000000000c8":"0x0000000000000000000000000000000000000000000000000000000000000000","0x00000000000000000000000000000000000000000000000000000000000000c9":"0x0000000000000000000000000000000000000000000000000000000000000000","0x00000000000000000000000000000000000000000000000000000000000000ca":"0x4156535265676973747279436f6f7264696e61746f720000000000000000002c","0x00000000000000000000000000000000000000000000000000000000000000cb":"0x76302e302e31000000000000000000000000000000000000000000000000000c","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x00000000000000000000000082e01223d51eb87e16a03e24687edf0f294da6f1","0x683723e34a772b6e4f2c919bba7fa32ed8ea11a8325f54da7db716e9d9dd98c7":"0x00000000000000000000000000000000000000000000000000643a9800002710","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e"}},"0x71be63f3384f5fb98995898a86b02fb2426c5788":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x71f280dea6fc5a03790941ad72956f545feb7a52":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x73b3074ac649a8dc31c2c90a124469456301a30f":{"nonce":2,"balance":"0x4563918244c3306a","code":"0x","storage":{}},"0x7d86687f980a56b832e9378952b738b614a99dc6":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x7df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x7ebb637fd68c523613be51aad27c35c4db199b9c":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x809d550fca64d94bd9f66e60752a544199cfac3d":{"nonce":1,"balance":"0x0","code":"0x60806040526004361015610011575f80fd5b5f3560e01c8062bff04d146105c657806312d1d74d1461058157806326d941f21461051f5780632ed583e5146104855780636d14a987146104415780637b5d26be146104075780638121906f146103cb57806389026245146102de578063a48bb0ac14610261578063bd29b8cd1461013d578063caa3cd7614610123578063e2e68580146100df5763f3410922146100a7575f80fd5b346100db5760203660031901126100db57602063ffffffff6100cf6100ca6107b1565b610bec565b54821c16604051908152f35b5f80fd5b346100db5760403660031901126100db5760ff6100fa6107b1565b165f52600160205260405f206024355f52602052602063ffffffff60405f205416604051908152f35b346100db575f3660031901126100db5760206040515f8152f35b346100db5761014b3661075d565b61015361096d565b4363ffffffff16905f5b81811061016657005b610171818386610846565b3560f81c90815f52600360205260405f20541561025257816001925f528260205260405f20875f5260205263ffffffff60405f2054166101b082610bec565b916101cf6101c763ffffffff855460201c16610866565b809483610cab565b6101d98382610aa9565b928584018863ffffffff8254965416145f14610216575f9150555b828903610205575b5050500161015d565b61020e926109f4565b8680806101fc565b50815f52600260205263ffffffff60405f2091165f5260205261024d60405f2061023e6107d4565b908982525f60208301526109ae565b6101f4565b637310cff560e11b5f5260045ffd5b346100db5760403660031901126100db576102da6102b56102af6102836107b1565b60ff61028d6107c1565b915f60206102996107d4565b8281520152165f52600360205260405f206108b1565b5061094d565b60405191829182919091602063ffffffff816040840195828151168552015116910152565b0390f35b346100db5760403660031901126100db576102f76107b1565b6102ff6107c1565b9063ffffffff61030f8383610af1565b1661032161031c8261082e565b610808565b9281845261032e8261082e565b602085019390601f19013685375f5b838110610388578486604051918291602083019060208452518091526040830191905f5b81811061036f575050500390f35b8251845285945060209384019390920191600101610361565b6103998363ffffffff831684610c12565b6103a3828861087e565b526103ae818761087e565b51156103bc5760010161033d565b637f12098d60e11b5f5260045ffd5b346100db5760203660031901126100db576102da6102b56104026103ed6107b1565b5f60206103f86107d4565b8281520152610bec565b61094d565b346100db5760403660031901126100db5760206104336104256107b1565b61042d6107c1565b90610af1565b63ffffffff60405191168152f35b346100db575f3660031901126100db576040517f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03168152602090f35b346100db5760603660031901126100db5761049e6107b1565b6104a66107c1565b6044359163ffffffff831683036100db576102da926104fc9260ff6104f6935f60206104d06107d4565b8281520152165f52600260205263ffffffff60405f2091165f5260205260405f20610934565b50610892565b60405191829182919091602080604083019463ffffffff81511684520151910152565b346100db5760203660031901126100db5760ff61053a6107b1565b61054261096d565b16805f52600360205260405f2054610252575f52600360205261057f60405f2061056a6107d4565b9063ffffffff431682525f60208301526108c6565b005b346100db5760403660031901126100db576102da6104fc6105c16105a36107b1565b6105ab6107c1565b905f60206105b76107d4565b8281520152610aa9565b610892565b346100db576105d43661075d565b906105dd61096d565b6105e961031c8361082e565b928284526105f68361082e565b602085019390601f19013685375f5b818110610656578486604051918291602083019060208452518091526040830191905f5b818110610637575050500390f35b825163ffffffff16845285945060209384019390920191600101610629565b610661818386610846565b3560f81c90815f52600360205260405f2054156102525761068182610bec565b600163ffffffff825460201c16019063ffffffff821161074957836106ac836106e793600197610cab565b805f52600260205260405f2063ffffffff6106c685610866565b165f5260205260405f205415610700575b6106e083610866565b90876109f4565b63ffffffff6106f6838a61087e565b9116905201610605565b805f52600260205260405f2063ffffffff61071a85610866565b165f5260205261074460405f2061072f6107d4565b9063ffffffff431682525f60208301526109ae565b6106d7565b634e487b7160e01b5f52601160045260245ffd5b60406003198201126100db576004359160243567ffffffffffffffff81116100db57826023820112156100db5780600401359267ffffffffffffffff84116100db57602484830101116100db576024019190565b6004359060ff821682036100db57565b6024359063ffffffff821682036100db57565b604051906040820182811067ffffffffffffffff8211176107f457604052565b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff8111838210176107f457604052565b67ffffffffffffffff81116107f45760051b60200190565b90821015610852570190565b634e487b7160e01b5f52603260045260245ffd5b63ffffffff5f199116019063ffffffff821161074957565b80518210156108525760209160051b010190565b90600161089d6107d4565b9263ffffffff815416845201546020830152565b8054821015610852575f5260205f2001905f90565b8054600160401b8110156107f4576108e3916001820181556108b1565b610921578151815460209384015167ffffffffffffffff1990911663ffffffff9290921691909117921b67ffffffff0000000016919091179055565b565b634e487b7160e01b5f525f60045260245ffd5b8054821015610852575f5260205f209060011b01905f90565b9063ffffffff61095b6107d4565b9254818116845260201c166020830152565b7f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b0316330361099f57565b634394dbdf60e11b5f5260045ffd5b8054600160401b8110156107f4576109cb91600182018155610934565b9190916109215760208163ffffffff8060019451161663ffffffff198554161784550151910155565b9160409063ffffffff60ff7f6ee1e4f4075f3d067176140d34e87874244dd273294c05b2218133e49a2ba6f69486610a2c8583610aa9565b80544386169086168103610a6f5750600101555b1691825f526001602052835f20865f52602052835f2082821683198254161790558351928352166020820152a2565b9050610aa491508383165f526002602052865f208587165f52602052865f20610a966107d4565b9182528960208301526109ae565b610a40565b60ff165f90815260026020908152604080832063ffffffff9490941683529290522080545f19810190811161074957610ae191610934565b5090565b8015610749575f190190565b60ff1690815f52600360205260405f2054805b610b915760405162461bcd60e51b815260206004820152605560248201527f496e64657852656769737472792e5f6f70657261746f72436f756e744174426c60448201527f6f636b4e756d6265723a2071756f72756d20646964206e6f742065786973742060648201527430ba1033b4bb32b710313637b1b590373ab6b132b960591b608482015260a490fd5b825f52600360205260405f205f1982019082821161074957610bb6916102af916108b1565b63ffffffff81511663ffffffff84161015610bdb5750610bd590610ae5565b80610b04565b6020015163ffffffff169392505050565b60ff165f90815260036020526040902080545f19810190811161074957610ae1916108b1565b60ff909291921691825f52600260205260405f2063ffffffff82165f5260205260405f2054805b610c4557505050505f90565b835f52600260205260405f2063ffffffff83165f5260205260405f205f1982019082821161074957610c7a916104f691610934565b63ffffffff81511663ffffffff85161015610c9f5750610c9990610ae5565b80610c39565b60200151949350505050565b919063ffffffff81541663ffffffff43168091145f14610ced575061091f92509067ffffffff0000000082549160201b169067ffffffff000000001916179055565b91905060ff61091f93165f52600360205263ffffffff60405f2091610d106107d4565b9384521660208301526108c656fea26469706673582212204a724660837c1bab9342d497d2e8fb8b67ced1112928afa1870e62b6fe4b9f4b64736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x00000000000000000000000000000000000000000000000000000000000000ff"}},"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7":{"nonce":1,"balance":"0x0","code":"0x6080806040526004361015610012575f80fd5b5f3560e01c90816306fdde03146104b057508063095ea7b31461048a57806318160ddd1461046d57806323b872dd14610440578063313ce5671461042557806339509351146103d757806340c10f191461031a57806370a08231146102e357806395d89b41146101c8578063a457c2d714610125578063a9059cbb146100f45763dd62ed3e146100a0575f80fd5b346100f05760403660031901126100f0576100b96105a9565b6100c16105bf565b6001600160a01b039182165f908152600160209081526040808320949093168252928352819020549051908152f35b5f80fd5b346100f05760403660031901126100f05761011a6101106105a9565b60243590336106fa565b602060405160018152f35b346100f05760403660031901126100f05761013e6105a9565b60243590335f52600160205260405f2060018060a01b0382165f5260205260405f2054918083106101755761011a920390336105f6565b60405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b6064820152608490fd5b346100f0575f3660031901126100f0576040515f6004548060011c906001811680156102d9575b6020831081146102c5578285529081156102a95750600114610254575b50819003601f01601f191681019067ffffffffffffffff8211818310176102405761023c8291826040528261057f565b0390f35b634e487b7160e01b5f52604160045260245ffd5b905060045f527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b5f905b8282106102935750602091508201018261020c565b600181602092548385880101520191019061027e565b90506020925060ff191682840152151560051b8201018261020c565b634e487b7160e01b5f52602260045260245ffd5b91607f16916101ef565b346100f05760203660031901126100f0576001600160a01b036103046105a9565b165f525f602052602060405f2054604051908152f35b346100f05760403660031901126100f0576103336105a9565b6001600160a01b03166024358115610392577fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6020826103765f946002546105d5565b60025584845283825260408420818154019055604051908152a3005b60405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f2061646472657373006044820152606490fd5b346100f05760403660031901126100f05761011a6103f36105a9565b335f52600160205260405f2060018060a01b0382165f5260205261041e60405f2060243590546105d5565b90336105f6565b346100f0575f3660031901126100f057602060405160128152f35b346100f05760603660031901126100f05761011a61045c6105a9565b6104646105bf565b604435916106fa565b346100f0575f3660031901126100f0576020600254604051908152f35b346100f05760403660031901126100f05761011a6104a66105a9565b60243590336105f6565b346100f0575f3660031901126100f0575f6003548060011c90600181168015610575575b6020831081146102c5578285529081156102a957506001146105205750819003601f01601f191681019067ffffffffffffffff8211818310176102405761023c8291826040528261057f565b905060035f527fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b5f905b82821061055f5750602091508201018261020c565b600181602092548385880101520191019061054a565b91607f16916104d4565b602060409281835280519182918282860152018484015e5f828201840152601f01601f1916010190565b600435906001600160a01b03821682036100f057565b602435906001600160a01b03821682036100f057565b919082018092116105e257565b634e487b7160e01b5f52601160045260245ffd5b6001600160a01b03169081156106a9576001600160a01b03169182156106595760207f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591835f526001825260405f20855f5282528060405f2055604051908152a3565b60405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608490fd5b60405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608490fd5b6001600160a01b031690811561081d576001600160a01b03169182156107cc57815f525f60205260405f205481811061077857817fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92602092855f525f84520360405f2055845f525f825260405f20818154019055604051908152a3565b60405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608490fd5b60405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608490fd5b60405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608490fdfea2646970667358221220052a0f245b6e6b4b30a01195e59fc4ff0a133ae6b239a5eb85e229cfe7fb3b9c64736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000002":"0x00000000000000000000000000000000000000000000010f0cf064dd59200000","0x0000000000000000000000000000000000000000000000000000000000000003":"0x4d6f636b20546f6b656e00000000000000000000000000000000000000000014","0x0000000000000000000000000000000000000000000000000000000000000004":"0x4d434b0000000000000000000000000000000000000000000000000000000006","0x01aad34cdf9f8f5fca811e2fab1411b08778be71f547894fa0d9fafa5c1f60b2":"0x0000000000000000000000000000000000000000000000000000000000000000","0x033bbe334fb2c44e88997000c4e718ed728d5e88fe1c5d16a6f3f4a0c698fc7c":"0x0000000000000000000000000000000000000000000000000000000000000000","0x07461428b4f064170d61f150a9918ffd2e4bbe913d190953d87e6c26176c5a2a":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0c4b652b75e06dd2eab57dda74797ff6b6d5da2052d263f4912b2e25c1c7be17":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0d78464d78e5ee550946a9179ae783424c036b0160a4bfb7f2d2320edaa2684d":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0dc47b4d95208d165f797d3df5c93ad44d82fcd405a92e5057211684b68e4d3f":"0x0000000000000000000000000000000000000000000000000000000000000000","0x14e04a66bf74771820a7400ff6cf065175b3d7eb25805a5bd1633b161af5d101":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1664bf7a4a9a4ac7b6887b207d85b9c75602a8dad6d55d58e273c749f84b0a7c":"0x0000000000000000000000000000000000000000000000000000000000000000","0x18bbf5fcf8fe870ecff419c4677497c08b2e6a5431bb94541d06c9da3f308e55":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1c7a29f5a750951acb14fdf82a876085914eb17f15a162b054a3d2f8c92e2451":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1dde801acf032acf4b3151b5edb82e0e4d872a54d9efbf3809d75efcbfa2bf8f":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1f27de92fedf410197c8a09d0f2f03372d92b75c9889a6a61cf491395877fbcf":"0x0000000000000000000000000000000000000000000000000000000000000000","0x215be5d23550ceb1beff54fb579a765903ba2ccc85b6f79bcf9bda4e8cb86034":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2589e1958c4e4f4a5f777b0b92a3170cc21771a8d3580331a71232f8624f7628":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2669da0cfc8c0c376cefe53fd05535472a058e9f08ede32f4cc4f703745f82ed":"0x0000000000000000000000000000000000000000000000000000000000000000","0x271927a243b678b7a071f19b4051ef93b16e397066e3fdef5bba26527e34a1a1":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2a8cfebfbe4dca779a17e9802f1c7b225f971fd67322dc2170210613cca1263b":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2a95ee547cef07a2fff0a68144824a0d9ded35ed87da118a53e1cda4aca8b944":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2ca3f4504814a4e69d0298ce9a6e815ee9b1b930ad5e14397497eff5204c1986":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2fe2844d12634f5dce1e2be5be96b2ea1c573f8f25171997e2f4bd943dd32f92":"0x0000000000000000000000000000000000000000000000000000000000000000","0x351029fda7a406abf60c25c78fd341e7e8ca3ce9a2feaed01a0b8e6291b274e0":"0x0000000000000000000000000000000000000000000000000000000000000000","0x352c3281a58937f04ef7cc7b88f3456b6ffd47f52a321c253dc083fb53a3a114":"0x0000000000000000000000000000000000000000000000000000000000000000","0x3836a017087644fbf6925ae1aca14201ce898a35434d9dea9ebd03cea44e049a":"0x0000000000000000000000000000000000000000000000000000000000000000","0x39cd5e5ec54ce41a5f5b2c13ce7133998dfef654caacfb44d5c517700c217d36":"0x0000000000000000000000000000000000000000000000000000000000000000","0x3c0f9d0c0dab3dc01e9c6ef2d5523487fc46ce512bd8941ffcd60a04d98d079f":"0x0000000000000000000000000000000000000000000000000000000000000000","0x3d35e960a76766923ba996a0e806607ddb806491e28e29657c07423301571cfc":"0x0000000000000000000000000000000000000000000000000000000000000000","0x40f9c2870c16301e8614e56453fc5b838c4a153eb0b18c4c050efbf4f786518a":"0x0000000000000000000000000000000000000000000000000000000000000000","0x42a55e7dd56ccb5232847b4aa561f5f86162a9677aaf38e2e1efde67d5b03ad5":"0x0000000000000000000000000000000000000000000000000000000000000000","0x447e229f55de11d1a89a9909e716ee1210570ee678df3c30b05694f3ade74419":"0x0000000000000000000000000000000000000000000000000000000000000000","0x45124dfaa1716b8d229f646ff926377e17b887c2b2eab6a87ab0348ee1689eac":"0x0000000000000000000000000000000000000000000000000000000000000000","0x454340b1295f9ff1c0fb9192166d0215d33f84dc5f2dc3f3e5732a4b557186bf":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4663d660b5d810c9ab2f6dc64af7ff84ebae28a72342391622649a7fe87c93d4":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4ae6b45920d5d9f5cc5228f821bfd3e0f9fa474100c9100f601e93aa32f4b721":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4ca8f789d6573c161792cfa3420dceebe9ae255794644576564118ecc2818958":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4e64a51bc5d96536198ca11548b9301a73059b8ba9977e2378a71bb4a75c5012":"0x0000000000000000000000000000000000000000000000000000000000000000","0x509c640066f1872118ec768fcb985c7bf4476690788ac7e112ab072ca82ab219":"0x0000000000000000000000000000000000000000000000000000000000000000","0x526ee6335f002dc9dbeb2c80aede745c684cb9d12007a0d36e424890de66e48b":"0x0000000000000000000000000000000000000000000000000000000000000000","0x52c0eeeba21034a69ad7cfa70f75c6fd127acd4084a4da80f30cc7540bdf990b":"0x0000000000000000000000000000000000000000000000000000000000000000","0x5669db25f925320d60176a58775d80018b972fdf445120a0cfc1b14aa201cd34":"0x0000000000000000000000000000000000000000000000000000000000000000","0x5735d6fad3ea4f2328a1557ff1be7570df3d4c2630b448c1b7fe2781d018beb0":"0x0000000000000000000000000000000000000000000000000000000000000000","0x5877f8b103d7676cb15584b0077e364b635db08cf91b93bceaf7e2b29cd11b95":"0x0000000000000000000000000000000000000000000000000000000000000000","0x58c49375f810e70d7d728b1f9132a36387d063d53c4631ed20e758dc89d5395f":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6045e6a831cab71159570dd665eb2bee07ef239e09d0251a4be51acdfa8728e5":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6141cf1692daef429b1021490bf3fc0d0c6ce809a7bf6775e051a1b8e719f530":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6419baab5b295e16424cd008e1cd25c5cc00687e81dc69540b254ab6b5ddf864":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6447e8706a1563f63faa56e05801f4d6a35bcfc4d9f08452b72cbb0551d9ff3c":"0x0000000000000000000000000000000000000000000000000000000000000000","0x65cee0cf3d643c3f3402a40ddebed72cec3dd6bac66974bff967dc0ef9e2faed":"0x0000000000000000000000000000000000000000000000000000000000000000","0x673de83553dc3a2c0f59aa7193de392a4530feb73b9d6cd4fcef68802b8195c1":"0x0000000000000000000000000000000000000000000000000000000000000000","0x68a6709c26ad115a906888286d0b6a5e691168d8fb43c7a9c35ddc8a41a60d09":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6a3bb1dada7c82a99b4a02d16da3fda07cb31d8887b9b99ec829ab67fd7a817e":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6d1035fce6503985ab075a4ff3f7ce2e57cd5a9c5e6a0589dccacfea7bcb0af4":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6d5faa5f4e671e6fe47b0eab51c62f8cebf354e21e8fdccf8cdfc0293dd341a3":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6e3431b4e42570cb9e3d926eb26f9e54de2df536ae0741ae16350d17a6c16ddc":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6f29f2c1be868db631cf2c2bfc97f2b895860ab6d1ddf10ed8816fa38eaf8b30":"0x0000000000000000000000000000000000000000000000000000000000000000","0x723077b8a1b173adc35e5f0e7e3662fd1208212cb629f9c128551ea7168da722":"0x0000000000000000000000000000000000000000000000f243c6beba05f21d57","0x75713fc3fef93ad10190b9937f38ff0384ddd58c89ad22ff295d3e9825885ca4":"0x0000000000000000000000000000000000000000000000000000000000000000","0x7aa9dbabf0494f1171864a9543d750abd5d510f80e1abc4c281cdd6fe0883577":"0x0000000000000000000000000000000000000000000000000000000000000000","0x7af9391ba0109e60bc6bb7a25eb20330d3e15adc3c08e0089a3193003bac86b4":"0x0000000000000000000000000000000000000000000000000000000000000000","0x7baf79093c4f20e2b0d67d92eeceea70528d3f48ad051ff8a1f1d675e61c316c":"0x0000000000000000000000000000000000000000000000000000000000000000","0x7fcecd2a720442e9bc0cf1a8a6976f9fbddf6b996dc0d78af7e94dadf360d579":"0x0000000000000000000000000000000000000000000000000000000000000000","0x843a9befd317bdcee99c42a3adf6d00b789224beda1485c7f6e7bf327755328e":"0x0000000000000000000000000000000000000000000000000000000000000000","0x85312f4e38edae628562570a8ce8cb075bfc3d00b1cf8463bffa3ab4e65978e2":"0x0000000000000000000000000000000000000000000000000000000000000000","0x87d11160035f8424b7163a397fc780b278af3de5a6caa2cb71bb2b46825ce159":"0x0000000000000000000000000000000000000000000000000000000000000000","0x89539953b76e9b221957c6852151ca1445a76b3c98ce54412921f1eb9e7ecade":"0x0000000000000000000000000000000000000000000000000000000000000000","0x8a113c2ed36db6735cdd04bbb0fdc5b3a41cdd91af154c61ab109a786efb7913":"0x0000000000000000000000000000000000000000000000000000000000000000","0x8b6a7148182c39c1ca0b052292befa83d09344947c23e47b300314fa8c2b8f7d":"0x0000000000000000000000000000000000000000000000000000000000000000","0x8db523c6dbb7a0ac8a69a39caef85d9e767f6062586be5b334053a474b4e3fbe":"0x0000000000000000000000000000000000000000000000000000000000000000","0x913d5916d9c72e20c0aca11492d4b605e88ef2895454791cba50fc5301a8efc5":"0x0000000000000000000000000000000000000000000000000000000000000000","0x9a7df726e386ef060a18224cb380231eecf5a91b693d10cac88e35c8fa120243":"0x0000000000000000000000000000000000000000000000000000000000000000","0x9bfb81430b166d40f3a3599fd16bf1c9a70e812b79814d7656cb4d3ac1ce7b83":"0x0000000000000000000000000000000000000000000000000000000000000000","0xa1d47ef1a6916dfbe65888f77739da164feb3a9a6afc95ee57e8b3e85ea5e955":"0x0000000000000000000000000000000000000000000000000000000000000000","0xa29a83a6616756f08e971bfbeeddd3d3108810ef10eaab9048f69377bc8e4966":"0x0000000000000000000000000000000000000000000000000000000000000000","0xa3550f0bc232ebb00f93c5f3c95f15838bd6206549e02818e880699a5d3da54e":"0x0000000000000000000000000000000000000000000000000000000000000000","0xaf28f137ef84e678535fd900e2f7e3ced7e8106e10252c55899318c73b5b836f":"0x0000000000000000000000000000000000000000000000000000000000000000","0xaf6cadccd3f046eeb282ec0b08e44adbe45784a23f41d76b096ccb8e7f238e2b":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb0509b8377d1471dc673311dfb5b570fa9886a69e22efb1858bc8782c455f5aa":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb0877772f9ae23f213a9447f9e3f9c2155231d4c5724c54dd32f9878e7f52e30":"0x00000000000000000000000000000000000000000000001cc929a623532de2a9","0xb2cf9981caf23ae4f73546f69882c2fcb26bf10ad6a39cc9c83f3abff6f34d31":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb35e50ca9439ba8754813f7d36e67f74aaba5356d2d36df45bf1d63572b827e5":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb66d7c0dbb6c7f546ffd1256084957ac0847e17803f0af38f19b83756c049e38":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb8c3b54c383d28ca95b9d1762c558b80495e73c21a1dd84d6ce8449c08e4ce1f":"0x0000000000000000000000000000000000000000000000000000000000000000","0xbbc2bec56e90846b50ef471636ece4dc41e62b8562c669db433e8ff4c0874f57":"0x0000000000000000000000000000000000000000000000000000000000000000","0xbc5186150091760a47a6c4d645404f3a89cc942b1934738aeafc2fbc9b1b8840":"0x0000000000000000000000000000000000000000000000000000000000000000","0xbd55c9294669a294e0c8fd07e2c07738e95be0123b62b752d782fe317f25ca97":"0x0000000000000000000000000000000000000000000000000000000000000000","0xc7e6986931ef7cd82947a6a08c5539182b2057082de2d0d2ac7fbe614da2d1f8":"0x0000000000000000000000000000000000000000000000000000000000000000","0xc8852d5d421c06e6386a3f564a97dbf6598ab77849fbead8a56d8d998e526800":"0x0000000000000000000000000000000000000000000000000000000000000000","0xccdea4c4fcf2bda5348533ae64d5443347a4f3aadf816f5b13ce5ad19fcb024f":"0x0000000000000000000000000000000000000000000000000000000000000000","0xd1015378a422f11b94dd6a16fcfe1ce9c83d85bc4a958eaeb7d0e33a6e38d0f5":"0x0000000000000000000000000000000000000000000000000000000000000000","0xd32ce6ad935caf8ea10b5311fcc456bda2b2f45f0089bd4c1c16762be7cea1b6":"0x0000000000000000000000000000000000000000000000000000000000000000","0xd46a4409ebc9fc47afedecdadc89dbc0d6f46be6bdb49fd822d5143daedc83f0":"0x0000000000000000000000000000000000000000000000000000000000000000","0xdb302bf24b1ad5f23949da8e6b05747dc699499a995361a7bf40ec7204696d6f":"0x0000000000000000000000000000000000000000000000000000000000000000","0xde655f39ba636c5be600881c2714f215b450e802d11ead496caea154c67cf534":"0x0000000000000000000000000000000000000000000000000000000000000000","0xdf4f241b345e1835efc2c36020118c172ce322d95f990012ca96415aac1a65a6":"0x0000000000000000000000000000000000000000000000000000000000000000","0xe91685417b3ed77c2abd069ec6c56969badbfba9cd212219c18234897877bde2":"0x0000000000000000000000000000000000000000000000000000000000000000","0xe99d350b4de55a4c0b7f1b71dd4acf7d00e9c9f6a9c023da928ec73161a35ca8":"0x0000000000000000000000000000000000000000000000000000000000000000","0xea09b20615ffad342fb450741e59ea6ba180fa93b8701b31fa639ef9ff50d2b0":"0x0000000000000000000000000000000000000000000000000000000000000000","0xec8f1290293665b78005c89fc8a7af12fa530e1b63c3b7f6af258b2d06a60bc3":"0x0000000000000000000000000000000000000000000000000000000000000000","0xed4a23b4a030ee0d64ef69b276dee81d493e5efca01c0fa514e0c38f882af152":"0x0000000000000000000000000000000000000000000000000000000000000000","0xf59215da6a7bae884e546f8b2b321ef28d2cf1bc3e8bd0dbbe104b8472fba29b":"0x0000000000000000000000000000000000000000000000000000000000000000","0xf9982658df503b792c55f860aefa42588712c9069523324d4b9ce4d9a10e2e9c":"0x0000000000000000000000000000000000000000000000000000000000000000","0xf9fa4d248ddd2e8c112fa27b8f0395e3d283adcf1de0df70f58f4152a44bb963":"0x0000000000000000000000000000000000000000000000000000000000000000"}},"0x8263fce86b1b78f95ab4dae11907d8af88f841e7":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x82e01223d51eb87e16a03e24687edf0f294da6f1":{"nonce":1,"balance":"0x0","code":"0x60806040526004361015610011575f80fd5b5f3560e01c8062cf2ab51461038357806303fd34921461037e57806304ec635114610379578063054310e6146103745780630cf4b7671461036f5780630d3f21341461036a578063125e05841461036557806313542a4e14610360578063136439dd1461035b5780631478851f146103565780631eb812da14610351578063249a0c421461034c57806328f61b3114610347578063296bb0641461034257806329d1e0c31461033d5780632cdd1e8614610338578063303ca956146103335780633c2a7f4c1461032e5780633eef3a51146103295780635140a54814610324578063530b97a41461031f57806354fd4d501461031a5780635865c60c14610315578063595c6a67146103105780635ac86ab71461030b5780635b0b829f146103065780635c975abb146103015780635df45946146102fc57806368304835146102f75780636e3b17db146102f2578063715018a6146102ed57806373447992146102e85780638281ab75146102e357806384b0196e146102de57806384ca5213146102d9578063871ef049146102d4578063886f1195146102cf5780638da5cb5b146102ca5780639aa1653d146102c55780639e9923c2146102c05780639feab859146102bb578063a65497c6146102b6578063a96f783e146102b1578063b5265787146102ac578063c391425e146102a7578063c63fd502146102a2578063ca0de8821461029d578063ca8aa7c714610298578063de1164bb14610293578063e65797ad1461028e578063ea32afae14610289578063f2fde38b14610284578063f698da251461027f578063fabc1cbc1461027a5763fd39105a14610275575f80fd5b61269d565b6125bb565b6125a1565b612510565b6124cc565b61245f565b612406565b6123c2565b612388565b612256565b6121b2565b61213a565b61211d565b6120f0565b6120b6565b612072565b612052565b61202a565b611fe6565b611fb6565b611f62565b611e30565b611aac565b611a7d565b611a22565b6119a2565b61195e565b61191a565b6118fd565b611868565b611839565b6117c6565b611756565b61168d565b611550565b61148a565b6110a5565b610f62565b610c64565b610bd0565b610ba3565b610af0565b610ac8565b610a96565b6109d9565b6109aa565b6108f1565b6108b6565b61087b565b610827565b6107b4565b61071d565b610644565b61060c565b6104ab565b634e487b7160e01b5f52604160045260245ffd5b606081019081106001600160401b038211176103b757604052565b610388565b604081019081106001600160401b038211176103b757604052565b90601f801991011681019081106001600160401b038211176103b757604052565b604051906104076040836103d7565b565b604051906104076060836103d7565b6001600160401b0381116103b75760051b60200190565b6001600160a01b0381160361044057565b5f80fd5b9080601f8301121561044057813561045b81610418565b9261046960405194856103d7565b81845260208085019260051b82010192831161044057602001905b8282106104915750505090565b6020809183356104a08161042f565b815201910190610484565b34610440576020366003190112610440576004356001600160401b038111610440576104db903690600401610444565b6104f26104ec600480600154161490565b156126e3565b6040905f60205b825182101561060a5783519061050f85836103d7565b600182528036602084013761054f61053761052a858761271a565b516001600160a01b031690565b6105408461270d565b6001600160a01b039091169052565b61055761272e565b9061058161056861052a868861271a565b6001600160a01b03165f90815260996020526040902090565b5461058b8361270d565b526105b56105b06105a461059e8561270d565b51613143565b6001600160c01b031690565b6131f3565b945f5b86518110156105f857806105f26105eb6105e56105d76001958c612782565b516001600160f81b03191690565b60f81c90565b86886133a0565b016105b8565b50945060019093019291506104f99050565b005b34610440576020366003190112610440576004355f526098602052602060405f2054604051908152f35b63ffffffff81160361044057565b346104405760603660031901126104405760043560243561066481610636565b63ffffffff6044359160405193638192610f60e01b85526098600486015260248501521660448301526064820152602081608481734c40a6acdad9308e41797f21325685a34b6d7f195af4801561070e576106db915f916106df575b506040516001600160c01b0390911681529081906020820190565b0390f35b610701915060203d602011610707575b6106f981836103d7565b810190612793565b5f6106c0565b503d6106ef565b6127b2565b5f91031261044057565b34610440575f36600319011261044057609d546040516001600160a01b039091168152602090f35b6001600160401b0381116103b757601f01601f191660200190565b92919261076c82610745565b9161077a60405193846103d7565b829481845281830111610440578281602093845f960137010152565b9080601f83011215610440578160206107b193359101610760565b90565b34610440576020366003190112610440576004356001600160401b038111610440576107e4903690600401610796565b335f52609960205260ff600160405f2001541690600382101561082257610810600161060a93146127bd565b335f52609960205260405f2054613497565b611710565b34610440576020366003190112610440577fa77a91bea7b6d95a8eb5a54878a1d9e3c875e26c86a9b70e3420c5c5db193b626040600435610866613557565b60a054908060a05582519182526020820152a1005b34610440576020366003190112610440576004356108988161042f565b60018060a01b03165f52609f602052602060405f2054604051908152f35b34610440576020366003190112610440576004356108d38161042f565b60018060a01b03165f526099602052602060405f2054604051908152f35b346104405760203660031901126104405760043560405163237dfb4760e11b8152336004820152906020826024817f000000000000000000000000f5059a5d33d5853360d16c683c16e67980206f366001600160a01b03165afa91821561070e5761060a92610967915f9161097b575b506127f4565b6109766001548281161461280a565b6135e3565b61099d915060203d6020116109a3575b61099581836103d7565b8101906127e0565b5f610961565b503d61098b565b34610440576020366003190112610440576004355f52609a602052602060ff60405f2054166040519015158152f35b34610440576040366003190112610440576024356004356109f8612820565b505f52609860205260405f20908154811015610a73576106db915f5260205f200160405190610a268261039c565b5463ffffffff808216808452602083811c8316818601908152604094851c9585019586528451928352519092169181019190915291516001600160c01b0316908201529081906060820190565b6126f9565b6004359060ff8216820361044057565b359060ff8216820361044057565b346104405760203660031901126104405760ff610ab1610a78565b165f52609b602052602060405f2054604051908152f35b34610440575f36600319011261044057609e546040516001600160a01b039091168152602090f35b34610440576020366003190112610440576040516308f6629d60e31b815260048035908201526020816024816001600160a01b037f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c98528165afa801561070e576106db915f91610b74575b506040516001600160a01b0390911681529081906020820190565b610b96915060203d602011610b9c575b610b8e81836103d7565b81019061283e565b5f610b59565b503d610b84565b346104405760203660031901126104405761060a600435610bc38161042f565b610bcb613557565b613615565b346104405760203660031901126104405761060a600435610bf08161042f565b610bf8613557565b613673565b9080601f83011215610440578135610c1481610418565b92610c2260405194856103d7565b81845260208085019260051b82010192831161044057602001905b828210610c4a5750505090565b602080918335610c5981610636565b815201910190610c3d565b3461044057606036600319011261044057600435610c818161042f565b602435610c8d8161042f565b604435906001600160401b03821161044057610ce3610cb3610ce8933690600401610bfd565b91610cbc6136d1565b610ccd6104ec600280600154161490565b60a1546001600160a01b03918216911614612853565b613712565b6001600160a01b0382165f9081526099602052604090209091610d82825492610d316001610d2281610d1988613143565b94015460ff1690565b610d2b81611724565b146127bd565b610d4c6105a46105a4610d4660965460ff1690565b88613b3e565b90610d5882151561375b565b610d738282166001600160c01b03168314612ae3565b612ae3565b9019166001600160c01b031690565b610d8c818461484f565b6001600160c01b031615610f03575b7f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985286001600160a01b0316803b1561044057835f91610df0938360405180968195829463f4e24fe560e01b845260048401613771565b03925af1801561070e57610eef575b507f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b0316803b15610440575f604051809263bd29b8cd60e01b8252818381610e52898960048401613793565b03925af1801561070e57610edb575b507f00000000000000000000000099bba657f2bbc93c02d617f8ba121cb8fc104acf6001600160a01b031691823b1561044057610eb7925f928360405180968195829463bd29b8cd60e01b845260048401613793565b03925af1801561070e57610ec757005b80610ed55f61060a936103d7565b80610713565b80610ed55f610ee9936103d7565b5f610e61565b80610ed55f610efd936103d7565b5f610dff565b6001600160a01b0381165f908152609960205260409020610f2e90600101805460ff19166002179055565b816001600160a01b0382167f396fdcb180cb0fea26928113fb0fd1c3549863f9cd563e6a184f1d578116c8e45f80a3610d9b565b34610440576020366003190112610440576040610f9a610f95600435610f878161042f565b610f8f612869565b50612d10565b6137be565b610fb08251809260208091805184520151910152565bf35b60609060031901126104405760405190610fcb8261039c565b81600435610fd881610636565b815260243561ffff811681036104405760208201526044359061ffff821682036104405760400152565b6001600160601b0381160361044057565b81601f820112156104405780359061102a82610418565b9261103860405194856103d7565b82845260208085019360061b8301019181831161044057602001925b828410611062575050505090565b604084830312610440576020604091825161107c816103bc565b86356110878161042f565b81528287013561109681611002565b83820152815201930192611054565b346104405760c0366003190112610440576110bf36610fb2565b6064356110cb81611002565b6084356001600160401b038111610440576110ea903690600401611013565b60a435926110f784610636565b6110ff613557565b60965460ff1692839161111460c084106138dc565b611130611120866138f2565b60ff1660ff196096541617609655565b61113a8186613c6f565b611142613904565b9461114d8551612750565b965f5b865181101561118a578061118461117a61116c6001948b61271a565b51516001600160a01b031690565b610540838d61271a565b01611150565b5086889695966111986103f8565b63ffffffff891681529060208201526111b08261270d565b526111ba8161270d565b5060a1546001600160a01b037f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31881169116813b1561044057604051630130fc2760e51b8152925f9184918291611214919060048401613951565b038183855af190811561070e57600492602092611449575b50611237600161303f565b611241600161303f565b604051632981eb7760e01b815292839182905afa90811561070e5761127d9163ffffffff915f9161141a575b501663ffffffff83161115613a0c565b7f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b0316803b15610440575f6040518092630662d3e160e51b82528183816112d18c898d8c60048601613a73565b03925af1801561070e57611406575b507f00000000000000000000000099bba657f2bbc93c02d617f8ba121cb8fc104acf6001600160a01b0316803b156104405760405163136ca0f960e11b815260ff84166004820152905f908290602490829084905af1801561070e576113f2575b507f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985286001600160a01b0316803b156104405760405163136ca0f960e11b815260ff9390931660048401525f908390602490829084905af1801561070e577fa34835bc2b673ec37fcf1591a91295b163fc2e181e4ea4e733beb27de1ceac4c956113d9936001926113de575b5060405195869586613ad0565b0390a2005b80610ed55f6113ec936103d7565b886113cc565b80610ed55f611400936103d7565b86611341565b80610ed55f611414936103d7565b866112e0565b61143c915060203d602011611442575b61143481836103d7565b810190612ab8565b8961126d565b503d61142a565b80610ed55f611457936103d7565b8961122c565b9181601f84011215610440578235916001600160401b038311610440576020838186019501011161044057565b34610440576040366003190112610440576004356001600160401b03811161044057366023820112156104405780600401356114c581610418565b916114d360405193846103d7565b8183526024602084019260051b820101903682116104405760248101925b82841061152157602435856001600160401b0382116104405761151b61060a92369060040161145d565b91612881565b83356001600160401b03811161044057602091611545839260243691870101610444565b8152019301926114f1565b346104405760a03660031901126104405760043561156d8161042f565b6115e160243561157c8161042f565b6044356115888161042f565b60643590608435926115998461042f565b5f54956115c760ff600889901c16156115b1565b1590565b8098819961165b575b811561163b575b50612b0f565b866115d8600160ff195f5416175f55565b61162457612b72565b6115e757005b6115f561ff00195f54165f55565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1005b61163661010061ff00195f5416175f55565b612b72565b303b1591508161164d575b505f6115c1565b60ff1660011490505f611646565b600160ff82161091506115ba565b805180835260209291819084018484015e5f828201840152601f01601f1916010190565b34610440575f366003190112610440577f76312e332e302d72632e3000000000000000000000000000000000000000000b60ff8116601f8111611701576106db91604051916116dd6040846103d7565b60208084528381019190368337835252604051918291602083526020830190611669565b632cd44ac360e21b5f5260045ffd5b634e487b7160e01b5f52602160045260245ffd5b6003111561082257565b9060038210156108225752565b8151815260209182015160408201939261040792019061172e565b34610440576020366003190112610440576004356117738161042f565b61177b612869565b5060018060a01b03165f52609960205260405f2060ff6001604051926117a0846103bc565b80548452015416906003821015610822576106db9160208201526040519182918261173b565b34610440575f3660031901126104405760405163237dfb4760e11b81523360048201526020816024817f000000000000000000000000f5059a5d33d5853360d16c683c16e67980206f366001600160a01b03165afa801561070e57611831915f9161097b57506127f4565b61060a6135af565b34610440576020366003190112610440576020600160ff611858610a78565b161b806001541614604051908152f35b3461044057608036600319011261044057611881610a78565b6060366023190112610440576040516118998161039c565b6024356118a581610636565b815260443561ffff8116810361044057602082015260643561ffff811681036104405760408201526118d5613557565b60ff6096541660ff831610156118ee5761060a91613c6f565b637310cff560e11b5f5260045ffd5b34610440575f366003190112610440576020600154604051908152f35b34610440575f366003190112610440576040517f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985286001600160a01b03168152602090f35b34610440575f366003190112610440576040517f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b03168152602090f35b34610440576040366003190112610440576004356119bf8161042f565b6024356001600160401b038111610440576119de903690600401610796565b609e546001600160a01b03163303611a13576001600160a01b0382165f908152609f6020526040902042905561060a91613d12565b6376d8ab1760e11b5f5260045ffd5b34610440575f36600319011261044057611a3a613557565b606480546001600160a01b031981169091555f906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b34610440576020366003190112610440576020611aa4600435611a9f8161042f565b612d10565b604051908152f35b346104405760a036600319011261044057611ac636610fb2565b606435611ad281611002565b6084356001600160401b03811161044057611af1903690600401611013565b611af9613557565b60965460ff1680611b0c60c082106138dc565b611b18611120826138f2565b611b228582613c6f565b611b2a613904565b93611b358451612750565b955f5b8551811015611b645780611b5e611b5461116c6001948a61271a565b610540838c61271a565b01611b38565b50848688611b706103f8565b63ffffffff88168152906020820152611b888261270d565b52611b928161270d565b5060a1546001600160a01b037f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318811692911690823b1561044057611bef925f9283604051809681958294630130fc2760e51b845260048401613951565b03925af1801561070e57611d99575b50611c085f61303f565b7f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b0316803b15610440575f6040518092633aea0b9d60e11b8252818381611c5b888b8d60048501613aa8565b03925af1801561070e57611d85575b507f00000000000000000000000099bba657f2bbc93c02d617f8ba121cb8fc104acf6001600160a01b0316803b156104405760405163136ca0f960e11b815260ff86166004820152905f908290602490829084905af1801561070e57611d71575b507f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985286001600160a01b0316803b156104405760405163136ca0f960e11b815260ff9590951660048601525f908590602490829084905af193841561070e575f6113d99281927fa34835bc2b673ec37fcf1591a91295b163fc2e181e4ea4e733beb27de1ceac4c97611d63575060405195869586613ad0565b80610ed5846113ec936103d7565b80610ed55f611d7f936103d7565b85611ccb565b80610ed55f611d93936103d7565b85611c6a565b80610ed55f611da7936103d7565b85611bfe565b929391611dcf611ddd92600f60f81b865260e0602087015260e0860190611669565b908482036040860152611669565b92606083015260018060a01b031660808201525f60a082015260c0818303910152602080835192838152019201905f5b818110611e1a5750505090565b8251845260209384019390920191600101611e0d565b34610440575f3660031901126104405760c8541580611ec8575b15611e8b57611e57613dfb565b611e5f613eb0565b906106db604051611e716020826103d7565b5f8082523660208301376040519384933091469186611dad565b60405162461bcd60e51b81526020600482015260156024820152741152540dcc4c8e88155b9a5b9a5d1a585b1a5e9959605a1b6044820152606490fd5b5060c95415611e4a565b81601f8201121561044057803590611ee982610418565b92611ef760405194856103d7565b82845260208085019360061b8301019181831161044057602001925b828410611f21575050505090565b6040848303126104405760206040918251611f3b816103bc565b611f4487610a88565b815282870135611f538161042f565b83820152815201930192611f13565b346104405760a036600319011261044057600435611f7f8161042f565b60243590604435906001600160401b03821161044057602092611fa9611aa4933690600401611ed2565b6064359160843593612d63565b34610440576020366003190112610440576020611fd4600435613143565b6040516001600160c01b039091168152f35b34610440575f366003190112610440576040517f000000000000000000000000f5059a5d33d5853360d16c683c16e67980206f366001600160a01b03168152602090f35b34610440575f366003190112610440576064546040516001600160a01b039091168152602090f35b34610440575f36600319011261044057602060ff60965416604051908152f35b34610440575f366003190112610440576040517f00000000000000000000000099bba657f2bbc93c02d617f8ba121cb8fc104acf6001600160a01b03168152602090f35b34610440575f3660031901126104405760206040517f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de68152f35b346104405760203660031901126104405761060a6004356121108161042f565b612118613557565b613c11565b34610440575f36600319011261044057602060a054604051908152f35b346104405760203660031901126104405760206004356121598161042f565b60a1546040516001600160a01b0392831691909216148152f35b60206040818301928281528451809452019201905f5b8181106121965750505090565b825163ffffffff16845260209384019390920191600101612189565b34610440576040366003190112610440576004356121cf81610636565b602435906001600160401b0382116104405736602383011215610440578160040135916121fb83610418565b9261220960405194856103d7565b8084526024602085019160051b8301019136831161044057602401905b828210612246576106db61223a8686612ea1565b60405191829182612173565b8135815260209182019101612226565b34610440576080366003190112610440576004356122738161042f565b60243561227f8161042f565b6044356001600160401b0381116104405761229e903690600401610bfd565b6064356001600160401b03811161044057610ce3916122c46122df92369060040161145d565b9390946122cf6136d1565b610ccd6104ec6001808054161490565b9082019261014083850312610440576122f783612f4c565b9060208401356001600160401b0381116104405785612317918601610796565b9361232e6123288760408401612fc8565b83613f7b565b926123388161303f565b8061234957505061060a9450614343565b8061235b60019297959796949661303f565b036123795761060a9561236d91613049565b9793509591505061407d565b63354bb8ab60e01b5f5260045ffd5b34610440575f3660031901126104405760206040517f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a8152f35b34610440575f366003190112610440576040517f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b03168152602090f35b34610440575f3660031901126104405760a1546040516001600160a01b039091168152602090f35b61040790929192606081019361ffff6040809263ffffffff8151168552826020820151166020860152015116910152565b346104405760203660031901126104405760ff61247a610a78565b612482612820565b50165f5260976020526106db60405f2061ffff604051916124a28361039c565b5463ffffffff81168352818160201c16602084015260301c1660408201526040519182918261242e565b34610440575f366003190112610440576040517f0000000000000000000000008f86403a4de0bb5791fa46b8e795c547942fe4cf6001600160a01b03168152602090f35b346104405760203660031901126104405760043561252d8161042f565b612535613557565b6001600160a01b0381161561254d5761060a90613bc9565b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b34610440575f366003190112610440576020611aa4614f2a565b346104405760203660031901126104405760043560405163755b36bd60e11b81526020816004817f000000000000000000000000f5059a5d33d5853360d16c683c16e67980206f366001600160a01b03165afa90811561070e575f9161267e575b506001600160a01b0316330361266f5761263d60015419821981161461280a565b806001556040519081527f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c60203392a2005b63794821ff60e01b5f5260045ffd5b612697915060203d602011610b9c57610b8e81836103d7565b5f61261c565b34610440576020366003190112610440576004356126ba8161042f565b60018060a01b03165f526099602052602060ff600160405f20015416610fb0604051809261172e565b156126ea57565b63840a48d560e01b5f5260045ffd5b634e487b7160e01b5f52603260045260245ffd5b805115610a735760200190565b8051821015610a735760209160051b010190565b6040805190919061273f83826103d7565b6001815291601f1901366020840137565b9061275a82610418565b61276760405191826103d7565b8281528092612778601f1991610418565b0190602036910137565b908151811015610a73570160200190565b9081602091031261044057516001600160c01b03811681036104405790565b6040513d5f823e3d90fd5b156127c457565b63aba4733960e01b5f5260045ffd5b5190811515820361044057565b90816020910312610440576107b1906127d3565b156127fb57565b631d77d47760e21b5f5260045ffd5b1561281157565b63c61dca5d60e01b5f5260045ffd5b6040519061282d8261039c565b5f6040838281528260208201520152565b9081602091031261044057516107b18161042f565b1561285a57565b6366e565df60e01b5f5260045ffd5b60405190612876826103bc565b5f6020838281520152565b91906128946104ec600480600154161490565b6128b36128a360965460ff1690565b6128ae368585610760565b613b3e565b506128c082845114612a96565b5f917f00000000000000000000000099bba657f2bbc93c02d617f8ba121cb8fc104acf6001600160a01b03165b8184106128fb575050505050565b61291f6105e561291186858798999a9697612aac565b356001600160f81b03191690565b9161292a868861271a565b5180516040516379a0849160e11b815260ff8616600482015291939190602082602481865afa91821561070e576129709263ffffffff915f91612a78575b501614612acd565b61297a8351612750565b955f985f995b85518b1015612a0657886129fe6001926129e9610d6e8f6129db6105a461059e8f938f61052a826129b09261271a565b6001600160a01b0381165f908152609960205260409020909a90546129d5838361271a565b5261271a565b60ff600192161c1660011490565b838060a01b0316838060a01b03831611612af9565b9a0199612980565b509594809298939950612a1c91976001956133a0565b43612a328260ff165f52609b60205260405f2090565b557f46077d55330763f16269fd75e5761663f4192d2791747c0189b16ad31db07db460ff60405192169180612a6c43829190602083019252565b0390a2019291936128ed565b612a90915060203d81116114425761143481836103d7565b5f612968565b15612a9d57565b63aaad13f760e01b5f5260045ffd5b90821015610a73570190565b9081602091031261044057516107b181610636565b15612ad457565b638e5aeee760e01b5f5260045ffd5b15612aea57565b63d053aa2160e01b5f5260045ffd5b15612b0057565b63ba50f91160e01b5f5260045ffd5b15612b1657565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b92919260408051612b8382826103d7565b601681527520ab29a932b3b4b9ba393ca1b7b7b93234b730ba37b960511b6020820152612bb2825192836103d7565b600682526576302e302e3160d01b6020830152612bde60ff5f5460081c16612bd981613b69565b613b69565b8051906001600160401b0382116103b757612c0382612bfe60ca54613dc3565b614947565b602090601f8311600114612c7557610bf894612c536121189895612c4b86610976976104079e9d9b97610bcb975f92612c6a575b50508160011b915f199060031b1c19161790565b60ca556149e6565b612c5c5f60c855565b612c655f60c955565b613bc9565b015190505f80612c37565b60ca5f52601f19831691907f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee1925f5b818110612cf8575061211898956001866104079d9c9a96610bcb96610bf89b966109769a612c539710612ce0575b505050811b0160ca556149e6565b01515f1960f88460031b161c191690555f8080612cd2565b92936020600181928786015181550195019301612ca4565b6107b19060405160208101917f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de6835260018060a01b0316604082015260408152612d5b6060826103d7565b519020613d9d565b919493909260405192602084019460e08501917f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a875260018060a01b03166040860152606085015260c060808501528651809152602061010085019701905f5b818110612df0575050506107b19495612d5b92849260a084015260c083015203601f1981018352826103d7565b8251805160ff168a526020908101516001600160a01b0316818b015260409099019890920191600101612dc3565b602081830312610440578051906001600160401b03821161044057019080601f83011215610440578151612e5181610418565b92612e5f60405194856103d7565b81845260208085019260051b82010192831161044057602001905b828210612e875750505090565b602080918351612e9681610636565b815201910190612e7a565b604051918291630449895d60e31b835263ffffffff6064840191609860048601521660248401526060604484015281518091526020608484019201905f5b818110612f335750505090805f920381734c40a6acdad9308e41797f21325685a34b6d7f195af490811561070e575f91612f17575090565b6107b191503d805f833e612f2b81836103d7565b810190612e1e565b8251845285945060209384019390920191600101612edf565b3590600282101561044057565b919082604091031261044057604051612f71816103bc565b6020808294803584520135910152565b9080601f830112156104405760405191612f9c6040846103d7565b82906040810192831161044057905b828210612fb85750505090565b8135815260209182019101612fab565b8082039291610100841261044057604051612fe28161039c565b60808195612ff08486612f59565b8352612fff8460408701612f59565b6020840152607f1901126104405761303660409260c0845195613021876103bc565b61302e8360808301612f81565b875201612f81565b60208401520152565b6002111561082257565b9190610180838203126104405761305f83612f4c565b9260208101356001600160401b038111610440578261307f918301610796565b9261308d8360408401612fc8565b926101408301356001600160401b03811161044057816130ae918501611ed2565b92610160810135906001600160401b03821161044057019060608282031261044057604051916130dd8361039c565b80356001600160401b038111610440576040926130fb918301610796565b8352602081013560208401520135604082015290565b9060405161311e8161039c565b604061ffff82945463ffffffff81168452818160201c16602085015260301c16910152565b60405190631a3894e960e01b8252609860048301526024820152602081604481734c40a6acdad9308e41797f21325685a34b6d7f195af490811561070e575f9161318b575090565b6107b1915060203d602011610707576106f981836103d7565b906131ae82610745565b6131bb60405191826103d7565b8281528092612778601f1991610745565b634e487b7160e01b5f52601160045260245ffd5b5f1981146131ee5760010190565b6131cc565b5f81805b61326d57506132099061ffff166131a4565b5f5f5b8251821080613262575b1561325b576001811b8416613234575b61322f906131e0565b61320c565b90600161322f9160ff60f81b8460f81b165f1a6132518287612782565b5301919050613226565b5050905090565b506101008110613216565b5f1981018181116131ee5761ffff9116911661ffff81146131ee5760010190806131f7565b602081830312610440578051906001600160401b03821161044057019080601f830112156104405781516132c581610418565b926132d360405194856103d7565b81845260208085019260051b82010192831161044057602001905b8282106132fb5750505090565b60208091613308846127d3565b8152019101906132ee565b93929190606085016060865281518091526020608087019201905f5b818110613381575050508481036020860152602080835192838152019201905f5b81811061336b575050509060406104079294019060ff169052565b8251845260209384019390920191600101613350565b82516001600160a01b031684526020938401939092019160010161332f565b905f6133e794936133af61272e565b9260f882901b6001600160f81b031916831a6133ca8561270d565b53604051636c3fb4bf60e01b815296879283928760048501613313565b0381837f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b03165af193841561070e575f94613473575b505f5b825181101561346c57806134466134406001938861271a565b51151590565b613451575b01613427565b6134678361346261052a848861271a565b613d12565b61344b565b5050509050565b6134909194503d805f833e61348881836103d7565b810190613292565b925f613424565b907f0000000000000000000000008f86403a4de0bb5791fa46b8e795c547942fe4cf6001600160a01b031690813b15610440575f60405180936378219b3f60e11b8252856004830152604060248301528183816134f76044820188611669565b03925af190811561070e577fec2963ab21c1e50e1e582aa542af2e4bf7bf38e6e1403c27b42e1c5d6e621eaa9261354292613547575b50604051918291602083526020830190611669565b0390a2565b5f613551916103d7565b5f61352d565b6064546001600160a01b0316330361356b57565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b5f196001556040515f1981527fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d60203392a2565b806001556040519081527fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d60203392a2565b609d54604080516001600160a01b038084168252841660208201529192917f315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c9190a16001600160a01b03166001600160a01b03199190911617609d55565b609e54604080516001600160a01b038084168252841660208201529192917f8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc99190a16001600160a01b03166001600160a01b03199190911617609e55565b7f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b0316330361370357565b6323d871a560e01b5f5260045ffd5b9061371d82516131a4565b5f5b8351811015613756576001906001600160f81b031961373e828761271a565b5160f81b165f1a61374f8285612782565b530161371f565b509150565b1561376257565b6368b6a87560e11b5f5260045ffd5b6001600160a01b0390911681526040602082018190526107b192910190611669565b6040906107b1939281528160208201520190611669565b634e487b7160e01b5f52601260045260245ffd5b5f51602061507d5f395f51905f52906137d5612869565b505f919006602060c0835b6138d5575f935f51602061507d5f395f51905f526003818681818009090860405161380b85826103d7565b8436823784818560405161381f82826103d7565b813682378381528360208201528360408201528560608201527f0c19139cb84c680a6e14116da060561765e05aa45a1c72a34f082305b61f3f5260808201525f51602061507d5f395f51905f5260a082015260056107cf195a01fa80156138da5761388990614f91565b51916138d5575f51602061507d5f395f51905f52828009146138c057505f51602061507d5f395f51905f5260015f940892936137e0565b929350506138cc6103f8565b92835282015290565b6137aa565bfe5b156138e357565b633cb89c9760e01b5f5260045ffd5b60ff60019116019060ff82116131ee57565b6040805190919061391583826103d7565b6001815291601f1901825f5b82811061392d57505050565b60209060405161393c816103bc565b5f815260608382015282828501015201613921565b90604082019060018060a01b031682526040602083015282518091526060820191602060608360051b8301019401925f915b83831061399257505050505090565b9091929394605f1982820301835285516020606081604085019363ffffffff81511686520151936040838201528451809452019201905f905b8082106139ea5750505060208060019297019301930191939290613983565b82516001600160a01b03168452602093840193909201916001909101906139cb565b15613a1357565b630bd441b960e21b5f5260045ffd5b90602080835192838152019201905f5b818110613a3f5750505090565b825180516001600160a01b031685526020908101516001600160601b03168186015260409094019390920191600101613a32565b906107b194936001600160601b0360809460ff63ffffffff941685521660208401521660408201528160608201520190613a22565b6001600160601b036107b1949360ff6060941683521660208201528160408201520190613a22565b9395949060c0936001600160601b0363ffffffff94613b1288613b299561ffff6040809263ffffffff8151168552826020820151166020860152015116910152565b16606087015260e0608087015260e0860190613a22565b95613b338161303f565b60a085015216910152565b906001613b4c60ff936148cf565b928392161b1115613b5a5790565b63ca95733360e01b5f5260045ffd5b15613b7057565b60405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608490fd5b606480546001600160a01b039283166001600160a01b0319821681179092559091167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3565b60a154604080516001600160a01b038084168252841660208201529192917f9770f3cadfdcbb6f93af935e86047111590c3768271d237e4a2bc0b874bed6939190a16001600160a01b03166001600160a01b0319919091161760a155565b60ff7f3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac911691825f52609760205260405f2063ffffffff82511681549065ffff00000000602085015160201b169067ffff000000000000604086015160301b16926001600160401b0319161717179055604051809161354282606081019261ffff6040809263ffffffff8151168552826020820151166020860152015116910152565b9060018060a01b0382165f52609960205260405f2060ff600182015416600381101561082257600103613d8e57613d7d9054613d566105a460ff6096541685613b3e565b906001600160c01b0390613d6990613143565b1681166001600160c01b0390811691161490565b613d85575050565b61040791614b27565b6325ec6c1f60e01b5f5260045ffd5b604290613da8614f2a565b906040519161190160f01b8352600283015260228201522090565b90600182811c92168015613df1575b6020831014613ddd57565b634e487b7160e01b5f52602260045260245ffd5b91607f1691613dd2565b604051905f8260ca5491613e0e83613dc3565b8083529260018116908115613e915750600114613e32575b610407925003836103d7565b5060ca5f90815290917f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee15b818310613e7557505090602061040792820101613e26565b6020919350806001915483858901015201910190918492613e5d565b6020925061040794915060ff191682840152151560051b820101613e26565b604051905f8260cb5491613ec383613dc3565b8083529260018116908115613e915750600114613ee657610407925003836103d7565b5060cb5f90815290917fa7ce836d032b2bf62b7e2097a8e0a6d8aeb35405ad15271e96d3b0188a1d06fb5b818310613f2957505090602061040792820101613e26565b6020919350806001915483858901015201910190918492613f11565b90816020910312610440575190565b905f905b60028210613f6557505050565b6020806001928551815201930191019091613f58565b9061400f90613f88612869565b50613ffb60206040613f9c610f9587612d10565b81516301e2d35b60e11b81526001600160a01b0390971660048801528451805160248901526020015160448801529380830151805160648901526020015160848801520151613fef60a487018251613f54565b015160e4850190613f54565b805161012484015260200151610144830152565b602081610164815f7f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985286001600160a01b03165af190811561070e575f91614054575090565b6107b1915060203d602011614076575b61406e81836103d7565b810190613f45565b503d614064565b949180939161409e6140a4946140968851855114612a96565b87838a614c69565b86614659565b5f5b82518110156141c257806140de6140d96140c86105e56105d760019689612782565b60ff165f52609760205260405f2090565b613111565b6140f66140ec83865161271a565b5163ffffffff1690565b63ffffffff61411561410c845163ffffffff1690565b63ffffffff1690565b911611614124575b50016140a6565b61417a906141386105e56105d78589612782565b61415661414985604089015161271a565b516001600160601b031690565b896141686141498760208b015161271a565b91614173878c61271a565b5193614da7565b6141bc61418561272e565b6141926105d78488612782565b5f1a61419d8261270d565b5361346260206141ad858a61271a565b5101516001600160a01b031690565b5f61411d565b5050505050565b604051906141d68261039c565b60606040838281528260208201520152565b156141ef57565b6313ca465760e01b5f5260045ffd5b1561420557565b630c6816cd60e01b5f5260045ffd5b919082018092116131ee57565b1561422857565b631968677d60e11b5f5260045ffd5b6001602091835181550191015160038110156108225760ff80198354169116179055565b9080601f8301121561044057815161427281610418565b9261428060405194856103d7565b81845260208085019260051b82010192831161044057602001905b8282106142a85750505090565b6020809183516142b781611002565b81520191019061429b565b9190916040818403126104405780516001600160401b03811161044057836142eb91830161425b565b9260208201516001600160401b038111610440576107b1920161425b565b6107b1939260609260018060a01b0316825260208201528160408201520190611669565b1561433457565b63c6b9e76760e01b5f5260045ffd5b6143db61434e6141c9565b946143d56143646105a4610d4660965460ff1690565b61436d86613143565b6001600160c01b03909116906143848215156141e8565b60018060c01b031661439e6143998284161590565b6141fe565b6001600160a01b0386165f908152609f602052604090206143ce906143c7905460a05490614214565b4211614221565b178561484f565b83613497565b6001614403816143fb8460018060a01b03165f52609960205260405f2090565b015460ff1690565b61440c81611724565b036145f4575b7f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985286001600160a01b0316803b15610440575f6040518092631fd93ca960e11b82528183816144648a8960048401613771565b03925af1801561070e5784925f9285926145e0575b506144986040519485938493632550477760e01b855260048501614309565b0381837f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b03165af1801561070e57614503925f928592849185916145bc575b5060408801526020870152604051938492839262bff04d60e01b845260048401613793565b0381837f00000000000000000000000099bba657f2bbc93c02d617f8ba121cb8fc104acf6001600160a01b03165af190811561070e575f916145a2575b5082525f5b815181101561459d578061459761456a6140d96140c86105e56105d760019789612782565b63ffffffff61458e61410c6145836140ec878b5161271a565b935163ffffffff1690565b9116111561432d565b01614545565b505090565b6145b691503d805f833e612f2b81836103d7565b5f614540565b90506145da91503d8086833e6145d281836103d7565b8101906142c2565b5f6144de565b80610ed5856145ee936103d7565b5f614479565b6146256145ff6103f8565b838152600160208201526001600160a01b0383165f908152609960205260409020614237565b816001600160a01b0382167fe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe5f80a3614412565b61466461434e6141c9565b6001614684816143fb8460018060a01b03165f52609960205260405f2090565b61468d81611724565b03614810575b7f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985286001600160a01b0316803b15610440575f6040518092631fd93ca960e11b82528183816146e58a8960048401613771565b03925af1801561070e5784925f9285926147fc575b506147196040519687938493632550477760e01b855260048501614309565b0381837f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b03165af191821561070e57614783935f93849185916147e0575b5060408701526020860152604051938492839262bff04d60e01b845260048401613793565b0381837f00000000000000000000000099bba657f2bbc93c02d617f8ba121cb8fc104acf6001600160a01b03165af190811561070e575f916147c6575b50815290565b6147da91503d805f833e612f2b81836103d7565b5f6147c0565b90506147f691503d8086833e6145d281836103d7565b5f61475e565b80610ed58561480a936103d7565b5f6146fa565b61481b6145ff6103f8565b816001600160a01b0382167fe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe5f80a3614693565b734c40a6acdad9308e41797f21325685a34b6d7f1991823b156104405760405163ae1d62db60e01b81526098600482015260248101929092526001600160c01b03166044820152905f90829060649082905af4801561070e576148af5750565b5f610407916103d7565b156148c057565b631019106960e31b5f5260045ffd5b906101008251116149385781511561493357602082015160019060f81c81901b5b835182101561492e5760019061491961490f6105e56105d78689612782565b60ff600191161b90565b906149258183116148b9565b179101906148f0565b925050565b5f9150565b637da54e4760e11b5f5260045ffd5b601f8111614953575050565b60ca5f5260205f20906020601f840160051c8301931061498d575b601f0160051c01905b818110614982575050565b5f8155600101614977565b909150819061496e565b601f82116149a457505050565b5f5260205f20906020601f840160051c830193106149dc575b601f0160051c01905b8181106149d1575050565b5f81556001016149c6565b90915081906149bd565b9081516001600160401b0381116103b757614a0d81614a0660cb54613dc3565b60cb614997565b602092601f8211600114614a4157614a3c929382915f92612c6a5750508160011b915f199060031b1c19161790565b60cb55565b60cb5f52601f198216937fa7ce836d032b2bf62b7e2097a8e0a6d8aeb35405ad15271e96d3b0188a1d06fb915f5b868110614aa55750836001959610614a8d575b505050811b0160cb55565b01515f1960f88460031b161c191690555f8080614a82565b91926020600181928685015181550194019201614a6f565b602080825282516001600160a01b039081168284015281840151166040808401919091529092015160608083015280516080830181905260a09092019201905f5b818110614b0b5750505090565b825163ffffffff16845260209384019390920191600101614afe565b60a154825192936001600160a01b03918216939290917f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31816614b6884610418565b93614b7660405195866103d7565b808552614b85601f1991610418565b013660208601375f5b8651811015614bb95780614ba460019289612782565b5160f81c614bb2828861271a565b5201614b8e565b509291945092614bed90614bdd614bce610409565b6001600160a01b039096168652565b6001600160a01b03166020850152565b6040830152803b1561044057604051636e3492b560e01b8152915f918391829084908290614c1e9060048301614abd565b03925af1801561070e57614c2f5750565b80610ed55f610407936103d7565b15614c4457565b636fbefec360e11b5f5260045ffd5b15614c5a57565b630819bdcd60e01b5f5260045ffd5b614cfc906020850193614c9a614c956115ad614c8e88515f52609a60205260405f2090565b5460ff1690565b614c3d565b6040860190614cac8251421115614c53565b614ccf614cc287515f52609a60205260405f2090565b805460ff19166001179055565b609d547390de7b425fdba98413ae6ec5c64bd3d852af6cb995906001600160a01b03169651925193612d63565b925190803b1561044057614d29935f93604051958694859384936311c5268f60e11b855260048501614309565b03915af4801561070e57614c2f5750565b15614d4157565b6356168b4160e11b5f5260045ffd5b15614d5757565b63263a721560e11b5f5260045ffd5b9081602091031261044057516107b181611002565b15614d8257565b634c44995d60e01b5f5260045ffd5b15614d9857565b63b187e86960e01b5f5260045ffd5b60209192614e04614df7614e5c989697614df0614dcc8783015160018060a01b031690565b6001600160a01b039081165f81815260996020526040902054969091161415614d3a565b5160ff1690565b60ff808516911614612acd565b614e31614e2c614e1a6105a4600160ff87161b81565b614e266105a485613143565b81161490565b614d50565b604051635401ed2760e01b8152600481019190915260ff909116602482015294859081906044820190565b03817f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b03165afa92831561070e57610407945f94614ee0575b5082614ed892614ed3614ebf936001600160601b03614ecb614ebf82998b614fca565b6001600160601b031690565b911611614d7b565b614fed565b911610614d91565b614ebf91945092614ed892614ed3614f176001600160601b039660203d602011614f23575b614f0f81836103d7565b810190614d66565b96935050925092614e9c565b503d614f05565b614f3261500b565b614f3a615056565b6040519060208201927f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f8452604083015260608201524660808201523060a082015260a08152614f8b60c0826103d7565b51902090565b15614f9857565b63d51edae360e01b5f5260045ffd5b906001600160601b03809116911602906001600160601b0382169182036131ee57565b614fe86001600160601b039161ffff60206127109501511690614fa7565b160490565b614fe86001600160601b039161ffff60406127109501511690614fa7565b615013613dfb565b8051908115615023576020012090565b505060c85480156150315790565b507fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a47090565b61505e613eb0565b805190811561506e576020012090565b505060c9548015615031579056fe30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47a26469706673582212205e8d97530dfe21ccc62fa833023b5d9cf138249950b296abe8412ec2853866f064736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x00000000000000000000000000000000000000000000000000000000000000ff"}},"0x851356ae760d987e095750cceb3bc6014560891c":{"nonce":1,"balance":"0x0","code":"0x60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0000000000000000000000000000000000000000000000000000000000000033":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000000000000000000000000000000000000000065":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x000000000000000000000000cbeaf3bde82155f56486fb5a1072cb8baaf547cc","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x0000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e8"}},"0x8626f6940e2eb28930efb4cef49b2d1f2c9c1199":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x86c53eb85d0b7548fea5c4b4f82b4205c8f6ac18":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x87bdce72c06c21cd96219bd8521bdf1f42c78b5e":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x8a791620dd6260079bf849dc5567adc3f2fdc318":{"nonce":1,"balance":"0x0","code":"0x60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0000000000000000000000000000000000000000000000000000000000000033":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000000000000000000000000000000000000000066":"0x0000000000000000000000000000000000000000000000000000000000000000","0x017aefba5c3ab1da2dab1a3c5aa95643ac2bee9a7ba056dcc62dc14e5c34d47f":"0x0000000000000000000000000000000000000000000620000000020000000000","0x0193f8dfa3dce45d21f098df40515b1c466ee9c2e9c675faaee618ac6d1d2465":"0x0000000000000000000000000000000000000000000000000000000000000000","0x025404a9b80868d34da04ea8ccfed32ca6458eda731e22adadd79dff0a4f9f5d":"0x0000000000000000000000000000000000000000000642000000020000000000","0x06184b01b0fe09a89cf45b2b023d9d678a49804a9f5e7b6e6ee94e781b577d08":"0x0000000000000000000000000000000000000000000000000000000000000000","0x068aa020ce8b21e7427117c062f27171469ae295470649a1378e2370907605c1":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0a53bcba6192608baf3d979794bfaf123c6d77b7debeafe03d6d84654565852f":"0x00000000000000000000000000000000000000000005f0000000020000000000","0x0a8046d4685a9489145edadbd82af65330bdde4f705f1e18e7fe9d432b67af9a":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0c823e7f56eed0538c2673f0a6c9144e2182eba0c4b58b70f85b21de4a63c432":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0dd1a3701c9f713e353a040c8cb67da4ab8a29d0d75b9e4ef98537602c304da9":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0de71f7313e09211342a792ede3fc0b9c9023a902194db0e1996006311cd63c4":"0x00000000000000000000000000000000000000000005f8000000020000000000","0x0eff5b567e8e5532f921239c67fbbbf2117486e9d073268874c8aa4aa9310d73":"0x0000000000000000000000000000000000000000000672000000020000000000","0x0f3c73f7e774eb863eb896281a670f8d65da435168ad97605aee5378a235939b":"0x00000000000000000000000000000000000000000005f4000000020000000000","0x100b92d405499c3de7f4a1e8085709adcf550341c269b620c70ea9255439afcd":"0x00000000000000000000000000000000000000000005b4000000020000000000","0x10b424f3d9763951e179863a236ccf79c19123af35567b8a9f71c44a4df4ab54":"0x0000000000000000000000000000000000000000000000000000000000000000","0x11c952b4dd2c089346361b186555b9af35af246a7ea7172b7c9c2a6f3b926059":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1251cf410ea43302a8c1ac047faea39e140c4574ba1e531a114459f582f0c346":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1393a1d70b9b844090bd72cf75acdf0f029e51c7f20dc19f709114e90291f857":"0x00000000000000000000000000000000000000000005b2000000020000000000","0x14e4f2a24eefe86764bccc49ae19dbd460755eadfca480d0bdc7f44a2d7e1a21":"0x0000000000000000000000000000000000000000000000000000000000000000","0x15156df92e41425412f69713e766c43075ed9b038e580035d2d419aeab8f391e":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1633aa2ef57ce52d4c67eeb1ceecaebbfda5ceef2e19ba607b88650c0a47f202":"0x00000000000000000000000000000000000000000005ce000000020000000000","0x18340c526f800ce75b70c8dacc3e325d9e8e19598a1735e88ff1fa6b8878b976":"0x000000000000000000000000000000000000000000065c000000020000000000","0x1bfb005f6126ff0b966b46dd0f309173020b7907413b19a0e25be39de741400e":"0x0000000000000000000000000000000000000000000612000000020000000000","0x1c01b1e58cad7c9f9ca8c72484653766d6bcbfaf0aefe83ed23dc5545c6cdb43":"0x000000000000000000000000000000000000000000066e000000020000000000","0x1d08eae7c4a6a7f1ae753179c51a17a14d6f06f51fcc2527ad43a8aecc254719":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1dd10bba900ac0b327e085cc18faa1ab66d3f0a7654ca8836111e1efb6e2f7d3":"0x00000000000000000000000000000000000000000005d2000000020000000000","0x1e7f66e4a7f275f374911598389f07268f88053c311197bb2c938d8c5ae0e082":"0x000000000000000000000000000000000000000000061c000000020000000000","0x207a8f91847f8924ea4cb84450821e0891ac96fa9fff39f74231ad613da21a5f":"0x00000000000000000000000000000000000000000005fc000000020000000000","0x22080c2d09fb6263ea337b1286f91fb1d59ab7752e5928a2a1e7d9808bbe8bed":"0x000000000000000000000000000000000000000000064e000000020000000000","0x2370238976c7b47e6e4f4992d7c15e466a211919406b88b4ccbe8622e8fcc1a8":"0x0000000000000000000000000000000000000000000614000000020000000000","0x238b2fb9a4fdf453215593b19c7836a559c96acf9012c7a27c028972d6f85803":"0x00000000000000000000000000000000000000000005e8000000020000000000","0x24a91b6f20b18008e234d465fb161eab5592b829206446c1bfeb20b583227fbe":"0x0000000000000000000000000000000000000000000000000000000000000000","0x25964d58d7e53dd6dacf7085d2e59a9093b3e81085222a90e96dfc7e94d42e74":"0x0000000000000000000000000000000000000000000000000000000000000001","0x25d794dd452d2273fb062531ea6277b08953e5d0d91a010b7f5c048dd684fd17":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2741f036ca735951dede4f893d9b9483d47b1e8395a23f9d071cd97d477eefae":"0x00000000000000000000000000000000000000000005cc000000020000000000","0x27eb720cf23598b52171a640c6e16cac7c5a8987f218f1c06aa20470479d7e5c":"0x0000000000000000000000000000000000000000000648000000020000000000","0x280fe1ca001af09575bff9b48d871accc517e1a39a9f8896c4e373d1daab1d4a":"0x0000000000000000000000000000000000000000000000000000000000000000","0x28caeeec3909ba55f21c7e4ab1801af2c2a7c50b143dba163368911296923b54":"0x000000000000000000000000000000000000000000065e000000020000000000","0x28fddee6c25d6fdaf9811f0d1df614b893c3fdec5253af2c22aac12fe89e77b9":"0x0000000000000000000000000000000000000000000652000000020000000000","0x29779eec92e7ff8e3eb36b871f50073850ad10444c6dcce08229f3361b74d347":"0x00000000000000000000000000000000000000000005e6000000020000000000","0x2abf0e4d84476331660589691ba1ca38d6a226c6cb223ad529ccfe0637bc6ea5":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2b00b187602dc8cf515130478fe8e8ba45062f6a7ae413ba1f023894b0f0036b":"0x000000000000000000000000000000000000000000064c000000020000000000","0x2d845e296cc0208f61091b62f592701dedaf4a9d0e4525d8ef4e48b207d95f4d":"0x000000000000000000000000000000000000000000062e000000020000000000","0x2dc72bbabc152c7252825a47cd34e595a2701a182c945d9973a88af03a8c1785":"0x0000000000000000000000000000000000000000000610000000020000000000","0x2e932f752ac889cd6a32899d0d05760edea3c880b629156a60043faed3ab51de":"0x0000000000000000000000000000000000000000000000000000000000000000","0x30350a56c6b4ac76326e3d48638096483fb24595dd91f8517a06bb5db863c6e2":"0x0000000000000000000000000000000000000000000000000000000000000000","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x00000000000000000000000068b1d87f95878fe05b998f19b66f4baba5de1aed","0x3681dea9ab71b660d6ff70edb897f2718500224a08644ea418025132135a0daa":"0x0000000000000000000000000000000000000000000000000000000000000001","0x386ca4caf6b5d029b6056a7ab8ca7941f9c6f68fcf59a75e75818295fb25dee7":"0x00000000000000000000000000000000000000000005b0000000020000000000","0x397754557a66e9b56579a3c8b7b073fc8e407dd0def4112bb3010f874ff6d44f":"0x0000000000000000000000000000000000000000000000000000000000000000","0x3a3d0c39bf923b98872ee804839e8c5fc70deeba2888de03892f075226a93dd9":"0x00000000000000000000000000000000000000000005d0000000020000000000","0x3b18158e653473375b1bcaf68bfd70768a802f10f1757cf5861cac785bb20633":"0x0000000000000000000000000000000000000000000670000000020000000000","0x3c4c5c0b2c2de8d375d7ab1a0b99d4e8c71bac4e9ab19ef3192e2b305229944e":"0x0000000000000000000000000000000000000000000616000000020000000000","0x3cd210789afc22f078e06a51cf159da27eacedb02758343da028623e641d4f83":"0x000000000000000000000000000000000000000000064a000000020000000000","0x3d717104b42fdc487d2ece58f6f1c2af356b98acdfaaa51d6ef0f8d3d7b2b86c":"0x00000000000000000000000000000000000000000005ea000000020000000000","0x3e31176190450c9a4f3266e36956229d42460bc115e5cc5651665e4bf1f86fde":"0x00000000000000000000000000000000000000000005de000000020000000000","0x3e5fbe6381f7fea1063247e5af7046aea95aeb3194d9a024eb2c53a329c3bdde":"0x0000000000000000000000000000000000000000000000000000000000000000","0x40dc23498734a2815b1289394a4a2a397d278c32c387d1259c25c43a46604967":"0x000000000000000000000000000000000000000000060a000000020000000000","0x410fb1fc2d7bc93f144572dd9aa5385d343e701a8508f5df8e99288d962b1ad6":"0x0000000000000000000000000000000000000000000000000000000000000000","0x443d6f0681ad42c3e0de6d6e7e2318f28aed550d0c90289c598f9dca1aa97db3":"0x0000000000000000000000000000000000000000000626000000020000000000","0x446bb4fdaa9c506ef15ad3e858f9288806d20b568244efdff71bb575bd031dd4":"0x00000000000000000000000000000000000000000005d4000000020000000000","0x449f36e8f49f3d32765b892a560b1490d727f9ea1447d1149863eef66f7605f7":"0x0000000000000000000000000000000000000000000000000000000000000000","0x44a23f52967cb8443e2e7d9b4efc58a6c0ba7ea41e0926c6234b7d90d7156644":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4639e7a9cf1f5654d9e943ce9959b5644b8a000d39e828605bf1e853d4fb1130":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","0x467c9bdd21bb60d5a28dddaa83e0e47996125ad041845d3ee3c694b33dbf7f7e":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4699606bfde8807cccdcce7c22d44296cc1baa290e037e798b10753487d46103":"0x0000000000000000000000000000000000000000000000000000000000000000","0x469a8828c178b6ed2e6e967f91f5fcdaae0f027cc5adaa434c35467e7e591eba":"0x00000000000000000000000000000000000000000005e2000000020000000000","0x48e403f9f5d431441d522d27e914bfd9bfe8431bc9c9f35534bbca4565475409":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4abcf2d2b781b1b64000a61f84b172794290806155596d08b154e58600e1c6ed":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4b853bc13dff8824dcdf6228ccc6269146044a95aca0aca2550e79eb9b00657a":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4bd1a248598516933914f7c6a6034a5ceb25277f3805df0b4c6bc6d58e8df63b":"0x00000000000000000000000000000000000000000005be000000020000000000","0x4c397a6e9902dc63365089322fd5b7c2095100b4bbb5105e284113747585abbd":"0x0000000000000000000000000000000000000000000666000000020000000000","0x4d262569b8595c19c31a0f1b1b57b7a133c94d8a1848b4977f83ed69ac771109":"0x00000000000000000000000000000000000000000005e0000000020000000000","0x4d725e8e4e87e1bd5c7ed4befbe5778d8b482196aa5cd44d4600bc6b4a51593b":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4de894e1d58718b5665dfc7f5b710366eedb61ce74a9aff71b84570a7d93df0c":"0x0000000000000000000000000000000000000000000658000000020000000000","0x4e1279e12885f1f2012adfcb75fac8763549ce8589a021d0e5aa49c4e6807a0a":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4ebcd4325707a1d179c405f4bc656112dac9a347f3f03c808a1944d2344b8ef2":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4f449f322e8d293ecb81d48f947c291c4babe49fc348614292f20b30fc93480b":"0x0000000000000000000000000000000000000000000000000000000000000000","0x5198c4d0ef0d0dff50c7cdf0b0c169a8058deb467803638255c839040d6cffb6":"0x00000000000000000000000000000000000000000005c0000000020000000000","0x5236044366448d26983d66514b13115e8d12f10e5de35822113436247c4836b1":"0x00000000000000000000000000000000000000000005c4000000020000000000","0x566f9d80e905d575d7553a2963e58bc4872a486b224e7e45d1f7ccabb5f1dc81":"0x000000000000000000000000000000000000000000066c000000020000000000","0x57efe7ba272225d708490111047eb4f0093dde026553c70638889b9248508ea1":"0x0000000000000000000000000000000000000000000000000000000000000000","0x58190826f8c02e0e2816fa57ee14afd731855d22cfe88a50a5881e01144e4c7e":"0x0000000000000000000000000000000000000000000000000000000000000000","0x58246db0281dbf53815555e48407bf1e189d7106ae028a7815a93ed5642ffbb5":"0x0000000000000000000000000000000000000000000000000000000000000000","0x597c3a78677fd3652996acdd7c56ea31e33bcdcdb9fd461136afc6312a1d6d49":"0x0000000000000000000000000000000000000000000638000000020000000000","0x59fc43dada2d67e3f7066ae53aaa95e74ad48454481429b6a74087a0f8c55c70":"0x0000000000000000000000000000000000000000000000000000000000000001","0x5c0303bf43fa83aad7ab86a176f351a262bce4957fc64d3f0d935bd3db8262ce":"0x0000000000000000000000000000000000000000000602000000020000000000","0x5c84a508e5c2e1f59aca7865dd96efefe67bae29618777ad0a43f5012eed1ed6":"0x0000000000000000000000000000000000000000000000000000000000000000","0x5ca66219b7ce04fec4ffe5dca348684c1061ab3a7cf389c143db7286407c2021":"0x0000000000000000000000000000000000000000000656000000020000000000","0x5cc9758faaee1c0769f26a496195f06a118636c3aaf5e55b8698732c1afcc514":"0x0000000000000000000000000000000000000000000000000000000000000000","0x5d34c738f58c7d2ae18b429a8aa438c699694ebb554e5a29d9150a932ab7e5f0":"0x0000000000000000000000000000000000000000000000000000000000000000","0x5e0203bb188fa6d4a8dafa6886d32dacbc83db5543c9b18e451d41423b3f85fc":"0x0000000000000000000000000000000000000000000000000000000000000000","0x5e32a917639086de95162f1342d5e631be0466dbfe4032c8a8a5c0b7cd458cb6":"0x000000000000000000000000000000000000000000065a000000020000000000","0x62610fa3edfb288964ab81be69dc6bb2d586d8f41fa1863b2c8a9103284a11ef":"0x0000000000000000000000000000000000000000000660000000020000000000","0x63cdaacc3240128c4e37ab8ffb16cbe8ca69019638605f1ea3bc67e031d0efe0":"0x0000000000000000000000000000000000000000000000000000000000000000","0x659500bf511b4710334db32193928bba2ff2cbc25bedc38de40a9fd6df014adb":"0x0000000000000000000000000000000000000000000000000000000000000000","0x66302fd6d76c4e37ffd502571fff3b3a869958317a64f359b98db1edf68efec2":"0x0000000000000000000000000000000000000000000000000000000000000000","0x67cd21b99f556aae1a6c5d3dd6904058397c338d816f868edbfcc25068ecc323":"0x0000000000000000000000000000000000000000000630000000020000000000","0x6a711178b20b100607cd681de46450d41626af9315668c26276b8ac3b959c60d":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6b4a04124946d37a612596a81b4699b513a201b0ed06b1fbd0b84be3f0c646ed":"0x00000000000000000000000000000000000000000005ee000000020000000000","0x6ba3a8a7ebab321917dca2014fdd62b3a4191692745b052ca542f1569179962a":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6be672b54c49aa95196d54e0ee23a3cb74b947124ea61b12dc1be5cab65d4e76":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6ce5c81d12795029941efdc0105087cd8d899fe0668ac33053a241049ad0e895":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6d8328111c1e40534e4a16d92016e53e751b03f80298b42039bb48e26c3daba9":"0x0000000000000000000000000000000000000000000000000000000000000000","0x7252638e9537b92a07e7971413facd0d1d32e075f171550c9098ff9a973b94ab":"0x00000000000000000000000000000000000000000005c2000000020000000000","0x74450ad27278392b7d39ace107b4fff5fb8b9c6d82b205c66a70393ae26eb07b":"0x0000000000000000000000000000000000000000000000000000000000000000","0x75552982061d3d396cce3c840d56eecd91fb964fd8cdd3313829a7502c7e81ed":"0x0000000000000000000000000000000000000000000000000000000000000000","0x797143b1c0dc30412a860f89c3c0c0b95983e77c7edd10fb0777124854fbfec4":"0x00000000000000000000000000000000000000000005ca000000020000000000","0x7db4a862581610a6fef2ddda843459abefde0d2884adda3347c12c484eac02a5":"0x0000000000000000000000000000000000000000000000000000000000000000","0x7ed08af6bdd7a0c375bde387aff4975a6c9edf2ee2f3bbad902e0878b5e13ef1":"0x000000000000000000000000000000000000000000062c000000020000000000","0x80006d972e9df17321ecce082c43149c704531d6cfeed38c0b7a0b5590fab1d1":"0x0000000000000000000000000000000000000000000000000000000000000000","0x80a7c00ae7ca5d410d9e9409cfd2592347b8f638ce474361dbb5ac93a03c81e3":"0x0000000000000000000000000000000000000000000650000000020000000000","0x81a38abe6cdf821bd61a0a7f850ab0f066d5b7c379214c427447572903f95384":"0x00000000000000000000000000000000000000000005dc000000020000000000","0x81d363669e61f2b5deffaec405fe01b6283151fbe953c8fc72c133e31953ff1c":"0x0000000000000000000000000000000000000000000000000000000000000000","0x82625232c2632d914343cf724c00813f6bef3918213ebc7ef5b005194b5b7f16":"0x000000000000000000000000000000000000000000063a000000020000000000","0x82ccca85d26fe2374b548a73fba1d27409b015252d67a29d6edb9c9ef1f457b2":"0x0000000000000000000000000000000000000000000000000000000000000000","0x85f30eb7f2212cf630801b7c20d05ba4bb93ef37a276a7bcf9136cd1561140c6":"0x0000000000000000000000000000000000000000000000000000000000000000","0x890197eddeef7a99039eedfed12ae7b7742025c9560b4cc1c26cd2ffae6c2b68":"0x0000000000000000000000000000000000000000000676000000020000000000","0x89357551bf329529cf61f8ae58779c02378fffad7892130b3e02ce9c432db349":"0x00000000000000000000000000000000000000000005fa000000020000000000","0x8ab6fd75d5bc775a403feaa9dd6106e959d5014d2763f369dd5a7fd0d95996a2":"0x0000000000000000000000000000000000000000000000000000000000000000","0x8ee4c85154e3ebdc63c13f1fbda441db4e85f491c2e805c42543fc4cee48724c":"0x00000000000000000000000000000000000000000005e4000000020000000000","0x952727ee84f6793ce2b65793186746c5612521727b0334cb38c5c1ee773dc315":"0x00000000000000000000000000000000000000000005fe000000020000000000","0x95f67fa67c8915400b674f2ee9bb50879c889ac2a6a40f89cf86f0c6e9a04421":"0x0000000000000000000000000000000000000000000600000000020000000000","0x9655b2ef9788fd9b9d882457865bbb1c046823385d49223774cba503924cdf8c":"0x00000000000000000000000000000000000000000005f2000000020000000000","0x97f85b0f31ef2ac63d62c131903c0aceae3460ca2dc641fc0bc1e2485894a7d4":"0x0000000000000000000000000000000000000000000668000000020000000000","0x9839e89904a9756a4a3ff61bae79da9af9ac17f85f161ea7dfde12d3b476a40d":"0x0000000000000000000000000000000000000000000644000000020000000000","0x9a6d74af7ff16416d11133bcff55143c9d437154b6b57cfd7551db45e6c110c6":"0x0000000000000000000000000000000000000000000000000000000000000000","0x9d39774e8efe6337566370c5ae412d86631a4cbf583be830bf17483edc8c2457":"0x000000000000000000000000000000000000000000060e000000020000000000","0x9daf89ecdc0432cb291d6df4c3de00422fd79073ad57890d89d3ee5037f0cd34":"0x0000000000000000000000000000000000000000000000000000000000000000","0x9e785299ea34a9481d9a8b9db845a134733d7608b8e26f95e6395f87f3490625":"0x00000000000000000000000000000000000000000005da000000020000000000","0xa02d7dfbb81b1fdc74a6e6a67f69884915cda1e56abf3be38db2b2d9c9ca05ef":"0x0000000000000000000000000000000000000000000000000000000000000000","0xa1c255f4b4177460d5fc832a3df288de2f0a658fd010e69c115b890f5f09dd9a":"0x000000000000000000000000000000000000000000061e000000020000000000","0xa21f2f2ef8415aa4c16102f869bb62ca10cc54a66da91471428533ddde3e6c7e":"0x0000000000000000000000000000000000000000000000000000000000000000","0xa2ccb4b59e9710e838974c3aa528911d97be1a1577dcb24d75eb8a07d8624fd8":"0x00000000000000000000000000000000000000000005d6000000020000000000","0xa3608d5b35120f13b88ae5e7379a81b2a204dc15cec5b444d4e1ca1e148c690a":"0x0000000000000000000000000000000000000000000608000000020000000000","0xa4a288c8f1ab4d99b8b71ccfc7a587e921aad96bee60704e512773d7abbc73ae":"0x0000000000000000000000000000000000000000000664000000020000000000","0xa556b4d4c149e6fcc5367c728acf57bd6f87c6bc65035b0ba51616dcd38d5f9f":"0x0000000000000000000000000000000000000000000000000000000000000001","0xa9a550cdc2021cc49ba4e8b3cbf7c7e026c012c39c60915cfaab702648ff0be3":"0x000000000000000000000000000000000000000000063e000000020000000000","0xa9ca2b30b2d45a5ce984d562e99eeac7e9e8e5150fea197d61ea21a516fec509":"0x0000000000000000000000000000000000000000000000000000000000000000","0xab0ffa3d749e36e0367cf88a24e82e51cce82581d0531d0f939a33b53a41c30a":"0x0000000000000000000000000000000000000000000000000000000000000000","0xac5d5c943416226926d562e41786322a6141623c4b22eb28ce48dc7a4c3075dc":"0x0000000000000000000000000000000000000000000000000000000000000000","0xadc85eec5d9f7b0d5f9358213fb14665dbda3950b8c7e3ec4bdfb28c19599deb":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb03c1d8a8855206d8f1a60ef13fe8ca0133e544612372e0bf9492485fffa4665":"0x00000000000000000000000000000000000000000005ba000000020000000000","0xb122e9d168bbf65c7f3ae2b0d20eadaff99d18826484f9abb85dd27f931c7561":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb191138402de41f42cafcfb5ac8f654f89063fff2c8bb451ca4be42e2195b458":"0x0000000000000000000000000000000000000000000632000000020000000000","0xb1f0bee038dec1cc338bc9d500809dffbb974e96520ad8b088eaa55e37252a27":"0x0000000000000000000000000000000000000000000618000000020000000000","0xb41f69155ee7e8828a8d4d917e819e19c28c9c3671d26f570758d8702515f70d":"0x00000000000000000000000000000000000000000005c6000000020000000000","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512","0xb646ab8dba2fe01d6996eb0f1b119cc5e638340dcf5632a55bc68bc935af1f13":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb6c2b0d85d3c4cf9086149971a08374fe5ddb6510d28308e665249e7226f2783":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb712a5d87f4e96e9e9cf61e39e10b5d6cebdfe804041a1ce316ee9cf71b5a02e":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb72d2386bd849817f8553780a3e5142ff7522cdf0ec019e23c060d48051de728":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb7bcae4292be0c12db7346fb79e40eaa288988a4adbce5d33778916d648e89b7":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb9baf33f610888aa105b28b4cc6dc3b3a389c5ad6b19ebaf82e960f235205692":"0x0000000000000000000000000000000000000000000000000000000000000000","0xba32ada680f533c483cb5986884141891a836dedf2ba502e6d2711d4e03e7ec9":"0x0000000000000000000000000000000000000000000000000000000000000000","0xbb1cc9c6b537376759aeaf2065e17904a85aa7120778951c51940736ac846890":"0x0000000000000000000000000000000000000000000000000000000000000000","0xbbed94ee43ad8dc25c0f280657be25eac161dcc66395523da10db7015bc63ae2":"0x00000000000000000000000000000000000000000005b8000000020000000000","0xbcba1a655201bf8d2bd7ee80cd8d5158c658fb6dd498b61789418a5f61cbab59":"0x000000000000000000000000000000000000000000063c000000020000000000","0xc08e12bc5fbb93846fc7f8767f5766d85d90cb37cdea4ec4a114071008d41df4":"0x0000000000000000000000000000000000000000000624000000020000000000","0xc0bfdc87e86ca4560aa132098db5554e502eca9488c550d23f4637a221cd6d69":"0x000000000000000000000000000000000000000000060c000000020000000000","0xc65681ccef6a8e26b4ddee72a9e4f0f31b17dd75c6ece5c159c1cd00c845b01c":"0x0000000000000000000000000000000000000000000000000000000000000000","0xc748c9157dff2c9892bf350adddff05c35fa309634ce7008e1e6826d414f0690":"0x0000000000000000000000000000000000000000000000000000000000000000","0xc99104e74ea3dee5dd8b9932396279d855dc3fab84a167fd37b4136d447276d1":"0x000000000000000000000000000000000000000000061a000000020000000000","0xc9d88ad87fdd5ea1c544f4f8d32eeb8b0fb96d31a85d50daee18851d8be85b3d":"0x0000000000000000000000000000000000000000000000000000000000000000","0xca6dcc01ab1f2bfe701a4af18ae650d51526b1452b35e6f13145a0f44a672b5d":"0x0000000000000000000000000000000000000000000674000000020000000000","0xca989dcbce49eb7ee3d022639b9b4ba90b6d934d2efe89d68ac44797c3d9c727":"0x0000000000000000000000000000000000000000000000000000000000000000","0xcbb35128f7977519368f3f843d70ba6a036e878df4cf1aaf966a4682b111106f":"0x00000000000000000000000000000000000000000005ec000000020000000000","0xcc3b850d34ee990099ab13b03f2ae430c56b5c1694ab614e27c26ab04efcb56e":"0x0000000000000000000000000000000000000000000654000000020000000000","0xccd29edd886ad6f8aa373d316750e41fea2d2c4ad1a5a200cd73aa3d70e3118d":"0x0000000000000000000000000000000000000000000000000000000000000000","0xcdc53640907557ce27b7956155287ec3d639bfc4a20ec7e552da3ba41174bce5":"0x0000000000000000000000000000000000000000000000000000000000000000","0xcead4e1260f56aa1c0a032b9950fc6b86756f6450199362284bead6cdf02c271":"0x0000000000000000000000000000000000000000000000000000000000000000","0xcf12883c0efa64ef4a106bff64685433c1d7aa1316b9289d7b2e1186b1f32f47":"0x00000000000000000000000000000000000000000005bc000000020000000000","0xcf3675944c3d43ca7e07ccff77a7e918455a2acae903e1d64f79985d7257353f":"0x0000000000000000000000000000000000000000000662000000020000000000","0xcf68c6e1fe20e13bd1892afaffaf43e9a3ff75380cbaed8acd59e00a248d3ba5":"0x0000000000000000000000000000000000000000000000000000000000000000","0xcf69f2e059726cccf8a56ea675adeab31d22e67e4c41aa34730f98b119e18ae6":"0x0000000000000000000000000000000000000000000000000000000000000000","0xd1f67244d7f1592a5789ba6e37307b5d5d509c73ae17c52282347b2cb85546b6":"0x0000000000000000000000000000000000000000000622000000020000000000","0xd217710a0c414a0f43791db2b6df0b24fa10e2744800f58caf0c33ca34de7572":"0x00000000000000000000000000000000000000000005b6000000020000000000","0xd28ede4c0286495384528324134a1916c34fccca41892f3c3d7ff5b7b8eb1e20":"0x0000000000000000000000000000000000000000000634000000020000000000","0xd2dd2467175a01517406c1ccd6f71a1f0565aeca427e9390e8722cc7b213fca8":"0x0000000000000000000000000000000000000000000628000000020000000000","0xd386124f31a71ac5c0b6150e70740fb733d4b3bf32ce898960ed236e229e384e":"0x00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49","0xd4c6e81e5ed07efa10220f70f114dbd44eed8e0ab8c75ae16c65a5ebf31ff96f":"0x0000000000000000000000000000000000000000000000000000000000000000","0xd671d8459a8e35277c3dc36d7e972036dc2fb873481e9755c0b5fd5da13780e5":"0x0000000000000000000000000000000000000000000000000000000000000000","0xd8b6b5448d90c3f7d34cd3e01f2d32f24abf9bb3712610f0dc345bafab64f86c":"0x0000000000000000000000000000000000000000000604000000020000000000","0xd9385c4ac93a462a4d612faadb3079c1fc6a47ad9f2202f91fc7fc1c819b1193":"0x0000000000000000000000000000000000000000000000000000000000000000","0xdb8013aec13e317a941f816e69f97d6e5a504a44e45bd5c3ea290b96776661b3":"0x0000000000000000000000000000000000000000000606000000020000000000","0xdbb47cb0ea51eb032eb0feeee9f889319ef966853c530720578839c8a7838177":"0x0000000000000000000000000000000000000000000000000000000000000000","0xdd2f027e0b453595c5bf38e6b021383e71154d48d02a6c516179e62e33003233":"0x00000000000000000000000000000000000000000005f6000000020000000000","0xdff8181e893ad2b23bddbe6b18875cc8b9472206bb4e913e88dcb1e8e1125a32":"0x0000000000000000000000000000000000000000000000000000000000000000","0xe0197754ee132e86113fa73f8ece3143a474912daa312aab6bfee8dcd8bc8bba":"0x0000000000000000000000000000000000000000000000000000000000000001","0xe046e81b4e0e93954c4ffd9ca274ae93bf1721f7f3a21ecbb633d3b764b4978f":"0x0000000000000000000000000000000000000000000000000000000000000000","0xe1cef7e7304acf25d7747036d778263581dd0f1f5e750d8ed16680aae6cb28f1":"0x0000000000000000000000000000000000000000000000000000000000000000","0xe33b1e9e845f441a762da846325b71d19c31bd88da797505f1a222b11520df32":"0x000000000000000000000000000000000000000000062a000000020000000000","0xe3b0d8540b27f9f24da3a88bf196d2ce1be17c2d4dfdfeef783e7e3c4cde3493":"0x0000000000000000000000000000000000000000000000000000000000000000","0xe53ca6d760744d93da35de9358e151e02ca6142cc1af655ce44abe879d8d3b09":"0x0000000000000000000000000000000000000000000000000000000000000000","0xec2a55a1a4b67482a8a66ca0a56a8629602c24b5f8e8683a55cb63c4aa1bd7ca":"0x0000000000000000000000000000000000000000000000000000000000000000","0xeeb45db88ceb986dca113cf7e0aaeba43a166b6d134b95a6cfd63ad63b51fd02":"0x0000000000000000000000000000000000000000000000000000000000000000","0xef01b8890ceae86e9d9558315290cd0b6a727187535759e0848739239435e1c1":"0x000000000000000000000000000000000000000000066a000000020000000000","0xf0341913394290ec636ecf5600a4bc60cf974bd760b50300d2ece7baed6a7ea7":"0x0000000000000000000000000000000000000000000000000000000000000000","0xf03dc1a934f29804d63604dd6cc1ee7ffbd417524bf3f426d2c289a738fd9dbe":"0x0000000000000000000000000000000000000000000000000000000000000000","0xf07ff682af13b805f505fb9e1e6e1442c4ac8bc4e4a46ac6cba92f6796483dc4":"0x0000000000000000000000000000000000000000000000000000000000000000","0xf30b40d9f7eda275f0c971d203517a454796ba4a4e6ac0b621447d6a429a738f":"0x0000000000000000000000000000000000000000000646000000020000000000","0xf475ebae53664f15558795e008a3ed1f3a22d0454c5947e7bcba92d1a8ff4e45":"0x0000000000000000000000000000000000000000000000000000000000000000","0xf76261352269f076f5083fc868f9305a11ec8b3c1409d30c4452b6d3ca084eae":"0x0000000000000000000000000000000000000000000636000000020000000000","0xf88c41002e35f0bdecdcdbe2085c9bad166d9cf6583760609c2eb4e5be0e80d7":"0x00000000000000000000000000000000000000000005c8000000020000000000","0xf8baec964e8fc39e3290f05688bd5b43b9b1300d32d1c80dbeafeb2ba1946355":"0x0000000000000000000000000000000000000000000000000000000000000000","0xf8e5a22eda6e9cf1244d5a88521ec639897ea2b059e35623daaf3b064016e9e7":"0x0000000000000000000000000000000000000000000000000000000000000000","0xfbbe8e25e882f651d129f736d6beaf89aec6faf07a918fd7c4e0244d810ca161":"0x0000000000000000000000000000000000000000000000000000000000000000","0xfbf880c71e0b4686f89be3145a1eea17646b1aec8aaa45befe827dd5b4609570":"0x0000000000000000000000000000000000000000000000000000000000000000","0xfce3a54bda2e172d98bfc962c53fdf92b473b2c7a4631e1996328b2eb35a5760":"0x0000000000000000000000000000000000000000000000000000000000000000","0xfd576f48ab0fab85cf3bd2faf87009b68805c1646ff62d25fe8290a91749a2b9":"0x0000000000000000000000000000000000000000000640000000020000000000","0xfdc10ad373e0e13a6f08491ec811e31456c414e032289201d3b2876b95591f58":"0x00000000000000000000000000000000000000000005d8000000020000000000"}},"0x8f86403a4de0bb5791fa46b8e795c547942fe4cf":{"nonce":1,"balance":"0x0","code":"0x60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033","storage":{"0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x000000000000000000000000b7278a61aa25c888815afc32ad3cc52ff24fe575","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e"}},"0x90de7b425fdba98413ae6ec5c64bd3d852af6cb9":{"nonce":1,"balance":"0x0","code":"0x60806040526004361015610011575f80fd5b5f3560e01c63238a4d1e14610024575f80fd5b60603660031901126101a3576004356001600160a01b0381168082036101a3576044359160243567ffffffffffffffff84116101a357366023850112156101a35783600401359361007485610219565b9461008260405196876101e3565b808652602086019136602483830101116101a357815f926024602093018537870101526100af8583610235565b60058196929610156101cf571594856101bc575b505083156100e7575b5050509050156100d857005b638baa579f60e01b5f5260045ffd5b5f94859450608461013f916040519384916020830196630b135d3f60e11b88526024840152604060448401525180918160648501528484015e87838284010152601f801991011681010301601f1981018352826101e3565b51915afa3d156101b5573d61015381610219565b9061016160405192836101e3565b81523d5f602083013e5b816101a7575b81610181575b50805f80806100cc565b90506020818051810103126101a35760200151630b135d3f60e11b145f610177565b5f80fd5b905060208151101590610171565b606061016b565b6001600160a01b03161493505f806100c3565b634e487b7160e01b5f52602160045260245ffd5b90601f8019910116810190811067ffffffffffffffff82111761020557604052565b634e487b7160e01b5f52604160045260245ffd5b67ffffffffffffffff811161020557601f01601f191660200190565b9060418151145f146102615761025d91602082015190606060408401519301515f1a9061026a565b9091565b50505f90600290565b7f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a084116102e5576020935f9360ff60809460405194855216868401526040830152606082015282805260015afa156102da575f516001600160a01b038116156102d257905f90565b505f90600190565b6040513d5f823e3d90fd5b505050505f9060039056fea264697066735822122021b2eeb99002ed22a57c0e460618fe37aa4813a45832f18f3dabb43a760a6c9b64736f6c634300081b0033","storage":{}},"0x90f79bf6eb2c4f870365e785982e1f101e93b906":{"nonce":2,"balance":"0x21e5f445b3cf7033e56","code":"0x","storage":{}},"0x924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x9394cb5f737bd3acea7dce90ca48dbd42801ee5d":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x95401dc811bb5740090279ba06cfa8fcf6113778":{"nonce":1,"balance":"0x0","code":"0x60808060405260043610156011575f80fd5b5f3560e01c63c2985578146023575f80fd5b346039575f366003190112603957805f60209252f35b5f80fdfea264697066735822122000286effa624ab12275f8ccc327fc364fd572f6f2d2715420829728c1407962f64736f6c634300081b0033","storage":{}},"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1":{"nonce":1,"balance":"0x0","code":"0x6080604052600436106101c5575f3560e01c80639b4e4634116100f2578063d48e889411610092578063f5d4fed311610062578063f5d4fed31461059d578063f6848d24146105b2578063fabc1cbc146105eb578063fe243a171461060a575f5ffd5b8063d48e889414610501578063debe1eab1461052c578063ea4d3c9b1461054b578063f2fde38b1461057e575f5ffd5b8063a38406a3116100cd578063a38406a314610476578063a3d75e0914610495578063a6a509be146104cd578063cd6dc687146104e2575f5ffd5b80639b4e4634146104105780639ba0627514610423578063a1ca780b14610457575f5ffd5b80635c975abb1161016857806384d810621161013857806384d8106214610385578063886f1195146103995780638da5cb5b146103cc5780639104c319146103e9575f5ffd5b80635c975abb14610301578063715018a61461031f578063724af4231461033357806374cdd79814610352575f5ffd5b806350ff7225116101a357806350ff72251461025957806354fd4d501461028d578063595c6a67146102ae5780635ac86ab7146102c2575f5ffd5b8063136439dd146101c9578063292b7b2b146101ea5780632eae418c1461023a575b5f5ffd5b3480156101d4575f5ffd5b506101e86101e3366004611c73565b610629565b005b3480156101f5575f5ffd5b5061021d7f000000000000000000000000a51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c081565b6040516001600160a01b0390911681526020015b60405180910390f35b348015610245575f5ffd5b506101e8610254366004611c9e565b6106fe565b348015610264575f5ffd5b50610278610273366004611cec565b610957565b60408051928352602083019190915201610231565b348015610298575f5ffd5b506102a1610a07565b6040516102319190611d2a565b3480156102b9575f5ffd5b506101e8610a37565b3480156102cd575f5ffd5b506102f16102dc366004611d5f565b606654600160ff9092169190911b9081161490565b6040519015158152602001610231565b34801561030c575f5ffd5b506066545b604051908152602001610231565b34801561032a575f5ffd5b506101e8610ae6565b34801561033e575f5ffd5b5061031161034d366004611cec565b610af7565b34801561035d575f5ffd5b5061021d7f00000000000000000000000000000000219ab540356cbb839cbe05303d7705fa81565b348015610390575f5ffd5b5061021d610c3c565b3480156103a4575f5ffd5b5061021d7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e081565b3480156103d7575f5ffd5b506033546001600160a01b031661021d565b3480156103f4575f5ffd5b5061021d73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b6101e861041e366004611dbd565b610cbe565b34801561042e575f5ffd5b5061021d61043d366004611e30565b60986020525f90815260409020546001600160a01b031681565b348015610462575f5ffd5b506101e8610471366004611e4b565b610d8d565b348015610481575f5ffd5b5061021d610490366004611e30565b610fae565b3480156104a0575f5ffd5b506104b46104af366004611e30565b61107f565b60405167ffffffffffffffff9091168152602001610231565b3480156104d8575f5ffd5b5061031160995481565b3480156104ed575f5ffd5b506101e86104fc366004611e7d565b6110df565b34801561050c575f5ffd5b5061031161051b366004611e30565b609b6020525f908152604090205481565b348015610537575f5ffd5b506101e8610546366004611e7d565b6111fb565b348015610556575f5ffd5b5061021d7f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b348015610589575f5ffd5b506101e8610598366004611e30565b61129f565b3480156105a8575f5ffd5b50610311609e5481565b3480156105bd575f5ffd5b506102f16105cc366004611e30565b6001600160a01b039081165f9081526098602052604090205416151590565b3480156105f6575f5ffd5b506101e8610605366004611c73565b611318565b348015610615575f5ffd5b50610311610624366004611ea7565b61142e565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa15801561068b573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106af9190611ede565b6106cc57604051631d77d47760e21b815260040160405180910390fd5b60665481811681146106f15760405163c61dca5d60e01b815260040160405180910390fd5b6106fa826114ae565b5050565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916146107475760405163f739589b60e01b815260040160405180910390fd5b61074f6114eb565b6001600160a01b03831673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac01461078c57604051632711b74d60e11b815260040160405180910390fd5b6001600160a01b0384166107b3576040516339b190bb60e11b815260040160405180910390fd5b5f81136107d35760405163ef147de160e01b815260040160405180910390fd5b6001600160a01b0384165f908152609b60205260408120549082908212156108cd575f6107ff83611f11565b90505f8185111561081d5750806108168186611f2b565b9250610823565b505f9150835b5f61082e8286611f3e565b6001600160a01b038a165f818152609b60205260409081902083905551919250907f4e2b791dedccd9fb30141b088cabf5c14a8912b52f59375c95c010700b8c61939061087e9085815260200190565b60405180910390a2886001600160a01b03167fd4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe077098826040516108c191815260200190565b60405180910390a25050505b8015610945576001600160a01b038681165f81815260986020526040908190205490516362483a2160e11b81526004810192909252602482018490529091169063c4907442906044015b5f604051808303815f87803b15801561092e575f5ffd5b505af1158015610940573d5f5f3e3d5ffd5b505050505b5050610951600160c955565b50505050565b5f80336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916146109a25760405163f739589b60e01b815260040160405180910390fd5b6109aa6114eb565b6001600160a01b03841673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0146109e757604051632711b74d60e11b815260040160405180910390fd5b6109f18584611544565b915091506109ff600160c955565b935093915050565b6060610a327f76302e302e30000000000000000000000000000000000000000000000000000661168b565b905090565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610a99573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610abd9190611ede565b610ada57604051631d77d47760e21b815260040160405180910390fd5b610ae45f196114ae565b565b610aee6116c8565b610ae45f611722565b5f336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91614610b415760405163f739589b60e01b815260040160405180910390fd5b610b496114eb565b6001600160a01b03831673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac014610b8657604051632711b74d60e11b815260040160405180910390fd5b5f610b9083611773565b6001600160a01b0386165f908152609b6020526040902054610bb29190611f65565b90505f811215610bd55760405163ef147de160e01b815260040160405180910390fd5b6001600160a01b0385165f818152609b602052604090819020839055517fd4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe07709890610c219084815260200190565b60405180910390a29050610c35600160c955565b9392505050565b6066545f908190600190811603610c665760405163840a48d560e01b815260040160405180910390fd5b610c6e6114eb565b335f908152609860205260409020546001600160a01b031615610ca45760405163031a852160e21b815260040160405180910390fd5b5f610cad6117dc565b925050610cba600160c955565b5090565b6066545f90600190811603610ce65760405163840a48d560e01b815260040160405180910390fd5b610cee6114eb565b335f908152609860205260409020546001600160a01b031680610d1657610d136117dc565b90505b6040516326d3918d60e21b81526001600160a01b03821690639b4e4634903490610d4c908b908b908b908b908b90600401611fb3565b5f604051808303818588803b158015610d63575f5ffd5b505af1158015610d75573d5f5f3e3d5ffd5b505050505050610d85600160c955565b505050505050565b6001600160a01b038084165f908152609860205260409020548491163314610dc8576040516312e16d7160e11b815260040160405180910390fd5b610dd06114eb565b6001600160a01b038416610df7576040516339b190bb60e11b815260040160405180910390fd5b610e05633b9aca0083612000565b15610e23576040516347d072bb60e11b815260040160405180910390fd5b6001600160a01b0384165f908152609b602052604081205490811215610e5c57604051634b692bcf60e01b815260040160405180910390fd5b5f831315610f1d575f5f610e708786611544565b604051631e328e7960e11b81526001600160a01b038a8116600483015273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0602483015260448201849052606482018390529294509092507f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c990911690633c651cf2906084015f604051808303815f87803b158015610f00575f5ffd5b505af1158015610f12573d5f5f3e3d5ffd5b505050505050610fa3565b5f831215610fa3575f610f398686610f3487611f11565b611937565b60405163305068e760e11b81526001600160a01b0388811660048301526024820185905267ffffffffffffffff831660448301529192507f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c9909116906360a0d1ce90606401610917565b50610951600160c955565b6001600160a01b038082165f908152609860205260408120549091168061107957611076836001600160a01b03165f1b60405180610940016040528061090e81526020016120b961090e9139604080516001600160a01b037f000000000000000000000000a51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0166020820152808201919091525f606082015260800160408051601f198184030181529082905261105b9291602001612036565b60405160208183030381529060405280519060200120611a30565b90505b92915050565b6001600160a01b0381165f908152609d6020908152604080832081518083019092525460ff8116151580835261010090910467ffffffffffffffff1692820192909252906110d557670de0b6b3a7640000610c35565b6020015192915050565b5f54610100900460ff16158080156110fd57505f54600160ff909116105b806111165750303b15801561111657505f5460ff166001145b61117e5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff19166001179055801561119f575f805461ff0019166101001790555b6111a883611722565b6111b1826114ae565b80156111f6575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916146112445760405163f739589b60e01b815260040160405180910390fd5b61124c6114eb565b80609e5f82825461125d9190612052565b90915550506040518181527f1ed04b7fd262c0d9e50fa02957f32a81a151f03baaa367faeedc7521b001c4a49060200160405180910390a16106fa600160c955565b6112a76116c8565b6001600160a01b03811661130c5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401611175565b61131581611722565b50565b7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611374573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113989190612065565b6001600160a01b0316336001600160a01b0316146113c95760405163794821ff60e01b815260040160405180910390fd5b606654801982198116146113f05760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b5f6001600160a01b03821673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac01461146c57604051632711b74d60e11b815260040160405180910390fd5b6001600160a01b0383165f908152609b6020526040812054126114a6576001600160a01b0383165f908152609b6020526040902054611076565b505f92915050565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b600260c9540361153d5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401611175565b600260c955565b5f806001600160a01b03841661156d576040516339b190bb60e11b815260040160405180910390fd5b5f83121561158e5760405163ef147de160e01b815260040160405180910390fd5b6001600160a01b0384165f908152609b602052604081205484916115b28383611f3e565b6001600160a01b0388165f818152609b60205260409081902083905551919250907f4e2b791dedccd9fb30141b088cabf5c14a8912b52f59375c95c010700b8c6193906116029086815260200190565b60405180910390a2866001600160a01b03167fd4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe0770988260405161164591815260200190565b60405180910390a25f8113611662575f5f94509450505050611684565b5f821215611677575f94509250611684915050565b5092508391506116849050565b9250929050565b60605f61169783611a3c565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6033546001600160a01b03163314610ae45760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401611175565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b5f6001600160ff1b03821115610cba5760405162461bcd60e51b815260206004820152602860248201527f53616665436173743a2076616c756520646f65736e27742066697420696e2061604482015267371034b73a191a9b60c11b6064820152608401611175565b5f60995f81546117eb90612080565b9091555060408051610940810190915261090e8082525f9161188891839133916120b96020830139604080516001600160a01b037f000000000000000000000000a51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0166020820152808201919091525f606082015260800160408051601f19818403018152908290526118749291602001612036565b604051602081830303815290604052611a63565b60405163189acdbd60e31b81523360048201529091506001600160a01b0382169063c4d66de8906024015f604051808303815f87803b1580156118c9575f5ffd5b505af11580156118db573d5f5f3e3d5ffd5b5050335f8181526098602052604080822080546001600160a01b0319166001600160a01b038816908117909155905192945092507f21c99d0db02213c32fff5b05cf0a718ab5f858802b91498f80d82270289d856a91a3919050565b5f806119438385611f2b565b90505f61194f8661107f565b90505f61196767ffffffffffffffff83168488611b65565b90505f6119748284612098565b6040805180820182526001815267ffffffffffffffff85811660208084018281526001600160a01b038f165f818152609d845287902095518654925168ffffffffffffffffff1990931690151568ffffffffffffffff001916176101009286169290920291909117909455845193845291881691830191909152918101919091529091507fb160ab8589bf47dc04ea11b50d46678d21590cea2ed3e454e7bd3e41510f98cf9060600160405180910390a1979650505050505050565b5f611076838330611c4a565b5f60ff8216601f81111561107957604051632cd44ac360e21b815260040160405180910390fd5b5f83471015611ab45760405162461bcd60e51b815260206004820152601d60248201527f437265617465323a20696e73756666696369656e742062616c616e63650000006044820152606401611175565b81515f03611b045760405162461bcd60e51b815260206004820181905260248201527f437265617465323a2062797465636f6465206c656e677468206973207a65726f6044820152606401611175565b8282516020840186f590506001600160a01b038116610c355760405162461bcd60e51b815260206004820152601960248201527f437265617465323a204661696c6564206f6e206465706c6f79000000000000006044820152606401611175565b5f80805f19858709858702925082811083820303915050805f03611b9c57838281611b9257611b92611fec565b0492505050610c35565b808411611be35760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b6044820152606401611175565b5f8486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091025f889003889004909101858311909403939093029303949094049190911702949350505050565b5f604051836040820152846020820152828152600b8101905060ff815360559020949350505050565b5f60208284031215611c83575f5ffd5b5035919050565b6001600160a01b0381168114611315575f5ffd5b5f5f5f5f60808587031215611cb1575f5ffd5b8435611cbc81611c8a565b93506020850135611ccc81611c8a565b92506040850135611cdc81611c8a565b9396929550929360600135925050565b5f5f5f60608486031215611cfe575f5ffd5b8335611d0981611c8a565b92506020840135611d1981611c8a565b929592945050506040919091013590565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f60208284031215611d6f575f5ffd5b813560ff81168114610c35575f5ffd5b5f5f83601f840112611d8f575f5ffd5b50813567ffffffffffffffff811115611da6575f5ffd5b602083019150836020828501011115611684575f5ffd5b5f5f5f5f5f60608688031215611dd1575f5ffd5b853567ffffffffffffffff811115611de7575f5ffd5b611df388828901611d7f565b909650945050602086013567ffffffffffffffff811115611e12575f5ffd5b611e1e88828901611d7f565b96999598509660400135949350505050565b5f60208284031215611e40575f5ffd5b8135610c3581611c8a565b5f5f5f60608486031215611e5d575f5ffd5b8335611e6881611c8a565b95602085013595506040909401359392505050565b5f5f60408385031215611e8e575f5ffd5b8235611e9981611c8a565b946020939093013593505050565b5f5f60408385031215611eb8575f5ffd5b8235611ec381611c8a565b91506020830135611ed381611c8a565b809150509250929050565b5f60208284031215611eee575f5ffd5b81518015158114610c35575f5ffd5b634e487b7160e01b5f52601160045260245ffd5b5f600160ff1b8201611f2557611f25611efd565b505f0390565b8181038181111561107957611079611efd565b8082018281125f831280158216821582161715611f5d57611f5d611efd565b505092915050565b8181035f831280158383131683831282161715611f8457611f84611efd565b5092915050565b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b606081525f611fc6606083018789611f8b565b8281036020840152611fd9818688611f8b565b9150508260408301529695505050505050565b634e487b7160e01b5f52601260045260245ffd5b5f8261201a57634e487b7160e01b5f52601260045260245ffd5b500790565b5f81518060208401855e5f93019283525090919050565b5f61204a612044838661201f565b8461201f565b949350505050565b8082018082111561107957611079611efd565b5f60208284031215612075575f5ffd5b8151610c3581611c8a565b5f6001820161209157612091611efd565b5060010190565b67ffffffffffffffff828116828216039081111561107957611079611efd56fe608060405260405161090e38038061090e83398101604081905261002291610460565b61002e82826000610035565b505061058a565b61003e83610100565b6040516001600160a01b038416907f1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e90600090a260008251118061007f5750805b156100fb576100f9836001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100c5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100e99190610520565b836102a360201b6100291760201c565b505b505050565b610113816102cf60201b6100551760201c565b6101725760405162461bcd60e51b815260206004820152602560248201527f455243313936373a206e657720626561636f6e206973206e6f74206120636f6e6044820152641d1c9858dd60da1b60648201526084015b60405180910390fd5b6101e6816001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156101b3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101d79190610520565b6102cf60201b6100551760201c565b61024b5760405162461bcd60e51b815260206004820152603060248201527f455243313936373a20626561636f6e20696d706c656d656e746174696f6e206960448201526f1cc81b9bdd08184818dbdb9d1c9858dd60821b6064820152608401610169565b806102827fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d5060001b6102de60201b6100641760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b60606102c883836040518060600160405280602781526020016108e7602791396102e1565b9392505050565b6001600160a01b03163b151590565b90565b6060600080856001600160a01b0316856040516102fe919061053b565b600060405180830381855af49150503d8060008114610339576040519150601f19603f3d011682016040523d82523d6000602084013e61033e565b606091505b5090925090506103508683838761035a565b9695505050505050565b606083156103c65782516103bf576001600160a01b0385163b6103bf5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610169565b50816103d0565b6103d083836103d8565b949350505050565b8151156103e85781518083602001fd5b8060405162461bcd60e51b81526004016101699190610557565b80516001600160a01b038116811461041957600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101561044f578181015183820152602001610437565b838111156100f95750506000910152565b6000806040838503121561047357600080fd5b61047c83610402565b60208401519092506001600160401b038082111561049957600080fd5b818501915085601f8301126104ad57600080fd5b8151818111156104bf576104bf61041e565b604051601f8201601f19908116603f011681019083821181831017156104e7576104e761041e565b8160405282815288602084870101111561050057600080fd5b610511836020830160208801610434565b80955050505050509250929050565b60006020828403121561053257600080fd5b6102c882610402565b6000825161054d818460208701610434565b9190910192915050565b6020815260008251806020840152610576816040850160208701610434565b601f01601f19169190910160400192915050565b61034e806105996000396000f3fe60806040523661001357610011610017565b005b6100115b610027610022610067565b610100565b565b606061004e83836040518060600160405280602781526020016102f260279139610124565b9392505050565b6001600160a01b03163b151590565b90565b600061009a7fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50546001600160a01b031690565b6001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100fb9190610249565b905090565b3660008037600080366000845af43d6000803e80801561011f573d6000f35b3d6000fd5b6060600080856001600160a01b03168560405161014191906102a2565b600060405180830381855af49150503d806000811461017c576040519150601f19603f3d011682016040523d82523d6000602084013e610181565b606091505b50915091506101928683838761019c565b9695505050505050565b6060831561020d578251610206576001600160a01b0385163b6102065760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064015b60405180910390fd5b5081610217565b610217838361021f565b949350505050565b81511561022f5781518083602001fd5b8060405162461bcd60e51b81526004016101fd91906102be565b60006020828403121561025b57600080fd5b81516001600160a01b038116811461004e57600080fd5b60005b8381101561028d578181015183820152602001610275565b8381111561029c576000848401525b50505050565b600082516102b4818460208701610272565b9190910192915050565b60208152600082518060208401526102dd816040850160208701610272565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220d51e81d3bc5ed20a26aeb05dce7e825c503b2061aa78628027300c8d65b9d89a64736f6c634300080c0033416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220cbdc18eab0d6586f86542a10e04092fe3f48030b0322afd813dc9ee6bb79df8664736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x00000000000000000000000000000000000000000000000000000000000000ff"}},"0x976ea74026e726554db657fa54763abd0c3a0aa9":{"nonce":2,"balance":"0x21e5f445b3cf7033e56","code":"0x","storage":{}},"0x98d08079928fccb30598c6c6382abfd7dbfaa1cd":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc":{"nonce":2,"balance":"0x21e5f445b3cf7033e56","code":"0x","storage":{}},"0x998abeb3e57409262ae5b751f60747921b33613e":{"nonce":1,"balance":"0x0","code":"0x6080806040526004361015610012575f80fd5b5f905f3560e01c908163204e1c7a1461045057508063715018a6146103f95780637eff275e146103675780638da5cb5b146103405780639623609d1461024257806399a88ec4146101ad578063f2fde38b146100e75763f3b7dead14610076575f80fd5b346100e45760203660031901126100e457808060046001600160a01b0361009b6104b2565b6040516303e1469160e61b815291165afa6100b4610530565b90156100e25780516020916001600160a01b03916100d991908101840190840161055f565b16604051908152f35b505b80fd5b50346100e45760203660031901126100e4576101016104b2565b61010961057e565b6001600160a01b031680156101595781546001600160a01b03198116821783556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08380a380f35b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b50346100e45760403660031901126100e457806101c86104b2565b6101d06104c8565b906101d961057e565b6001600160a01b031690813b1561023e57604051631b2ce7f360e11b81526001600160a01b0390911660048201529082908290602490829084905af18015610233576102225750f35b8161022c916104de565b6100e45780f35b6040513d84823e3d90fd5b5050fd5b5060603660031901126100e457806102586104b2565b6102606104c8565b6044359167ffffffffffffffff831161033b573660238401121561033b5782600401359061028d82610514565b9161029b60405193846104de565b80835260208301943660248383010111610337578187926024602093018837840101526102c661057e565b6001600160a01b0316803b15610333578492606460405180968195829463278f794360e11b845260018060a01b03166004840152604060248401525180918160448501528484015e8181018301879052601f01601f1916810103019134905af18015610233576102225750f35b8480fd5b8680fd5b505050fd5b50346100e457806003193601126100e457546040516001600160a01b039091168152602090f35b50346103f55760403660031901126103f5576103816104b2565b6103896104c8565b9061039261057e565b6001600160a01b031690813b156103f5576040516308f2839760e41b81526001600160a01b039091166004820152905f908290602490829084905af180156103ea576103dc575080f35b6103e891505f906104de565b005b6040513d5f823e3d90fd5b5f80fd5b346103f5575f3660031901126103f55761041161057e565b5f80546001600160a01b0319811682556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b346103f55760203660031901126103f5575f9081906004906001600160a01b036104786104b2565b635c60da1b60e01b8352165afa61048d610530565b90156103f55780516020916001600160a01b03916100d991908101840190840161055f565b600435906001600160a01b03821682036103f557565b602435906001600160a01b03821682036103f557565b90601f8019910116810190811067ffffffffffffffff82111761050057604052565b634e487b7160e01b5f52604160045260245ffd5b67ffffffffffffffff811161050057601f01601f191660200190565b3d1561055a573d9061054182610514565b9161054f60405193846104de565b82523d5f602084013e565b606090565b908160209103126103f557516001600160a01b03811681036103f55790565b5f546001600160a01b0316330361059157565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fdfea2646970667358221220fe1df9a54abaf2bc18b8a9ca8e1cf4726b8f899d4fdbf0d5a7e3b8a18ae0eef564736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"}},"0x99bba657f2bbc93c02d617f8ba121cb8fc104acf":{"nonce":1,"balance":"0x0","code":"0x60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033","storage":{"0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x000000000000000000000000809d550fca64d94bd9f66e60752a544199cfac3d","0x3617319a054d772f909f7c479a2cebe5066e836a939412e32403c99029b92eff":"0x0000000000000000000000000000000000000000000000000000000000000001","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e","0xcfb339bd1c51c488f6134f4ac63d1594afad827b3401c3fc51ed1da74a8ca14e":"0x0000000000000000000000000000000000000000000000000000000000000036"}},"0x9a50ed082cf2fc003152580dcdb320b834fa379e":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x9a676e781a523b5d0c0e43731313a708cb607508":{"nonce":1,"balance":"0x0","code":"0x608060405234801561000f575f5ffd5b5060043610610213575f3560e01c80638b8aac3c1161011f578063debe1eab116100a9578063f3b4a00011610079578063f3b4a0001461052f578063f698da2514610539578063fabc1cbc14610541578063fd98042314610554578063fe243a1714610567575f5ffd5b8063debe1eab146104cf578063df5cf723146104e2578063e7a050aa14610509578063f2fde38b1461051c575f5ffd5b80639ac01d61116100ef5780639ac01d6114610463578063b5d8b5b814610476578063c665670214610489578063cbc2bd621461049c578063de44acb6146104af575f5ffd5b80638b8aac3c146103f65780638da5cb5b1461041e57806394f649dd1461042f578063967fc0d214610450575f5ffd5b8063595c6a67116101a0578063663c1de411610170578063663c1de41461035b578063715018a61461037d578063724af423146103855780637ecebe0014610398578063886f1195146103b7575f5ffd5b8063595c6a67146103055780635ac86ab71461030d5780635c975abb146103405780635de08ff214610348575f5ffd5b806336a8c500116101e657806336a8c5001461027857806348825e941461028e5780634b6d5d6e146102b557806350ff7225146102c857806354fd4d50146102f0575f5ffd5b8063136439dd146102175780631794bb3c1461022c5780632eae418c1461023f57806332e89ace14610252575b5f5ffd5b61022a6102253660046125e1565b610591565b005b61022a61023a36600461260c565b610666565b61022a61024d36600461264a565b61078c565b6102656102603660046126ac565b610844565b6040519081526020015b60405180910390f35b6102806108e8565b60405161026f9291906127e1565b6102657f4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea922481565b61022a6102c3366004612837565b610a05565b6102db6102d636600461260c565b610b3e565b6040805192835260208301919091520161026f565b6102f8610bb2565b60405161026f9190612880565b61022a610be2565b61033061031b366004612892565b609854600160ff9092169190911b9081161490565b604051901515815260200161026f565b609854610265565b61022a6103563660046128b2565b610c91565b610330610369366004612837565b60d16020525f908152604090205460ff1681565b61022a610de4565b61026561039336600461260c565b610df5565b6102656103a6366004612837565b60ca6020525f908152604090205481565b6103de7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e081565b6040516001600160a01b03909116815260200161026f565b610265610404366004612837565b6001600160a01b03165f90815260ce602052604090205490565b6033546001600160a01b03166103de565b61044261043d366004612837565b610e68565b60405161026f92919061295c565b60cb546103de906001600160a01b031681565b610265610471366004612989565b610fe0565b61022a6104843660046128b2565b611071565b61022a610497366004612837565b6111b8565b6103de6104aa3660046129ea565b6111db565b6104c26104bd366004612837565b61120f565b60405161026f9190612a14565b61022a6104dd3660046129ea565b611282565b6103de7f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b61026561051736600461260c565b611346565b61022a61052a366004612837565b611398565b6103de620e16e481565b61026561140e565b61022a61054f3660046125e1565b6114c7565b610265610562366004612837565b6115dd565b610265610575366004612a26565b60cd60209081525f928352604080842090915290825290205481565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa1580156105f3573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106179190612a5d565b61063457604051631d77d47760e21b815260040160405180910390fd5b60985481811681146106595760405163c61dca5d60e01b815260040160405180910390fd5b610662826115f2565b5050565b5f54610100900460ff161580801561068457505f54600160ff909116105b8061069d5750303b15801561069d57505f5460ff166001145b6107055760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015610726575f805461ff0019166101001790555b61072f826115f2565b6107388461162f565b61074183611680565b8015610786575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916146107d55760405163f739589b60e01b815260040160405180910390fd5b6107dd6116e9565b604051636ce5768960e11b81526001600160a01b0384169063d9caed129061080d90879086908690600401612a7c565b5f604051808303815f87803b158015610824575f5ffd5b505af1158015610836573d5f5f3e3d5ffd5b505050506107866001606555565b6098545f90819060019081160361086e5760405163840a48d560e01b815260040160405180910390fd5b6108766116e9565b6001600160a01b0385165f90815260ca60205260409020546108a7866108a0818c8c8c878c610fe0565b8688611742565b6001600160a01b0386165f90815260ca602052604090206001820190556108d0868a8a8a611794565b9250506108dd6001606555565b509695505050505050565b6060805f6108f660d4611901565b90505f8167ffffffffffffffff81111561091257610912612698565b60405190808252806020026020018201604052801561093b578160200160208202803683370190505b5090505f8267ffffffffffffffff81111561095857610958612698565b604051908082528060200260200182016040528015610981578160200160208202803683370190505b5090505f5b838110156109fa575f5f61099b60d484611911565b91509150818584815181106109b2576109b2612aa0565b60200260200101906001600160a01b031690816001600160a01b031681525050808484815181106109e5576109e5612aa0565b60209081029190910101525050600101610986565b509094909350915050565b610a0d6116e9565b5f610a1960d48361192e565b915050610a2760d483611945565b50604080516001600160a01b0384168152602081018390527fd9d082c3ec4f3a3ffa55c324939a06407f5fbcb87d5e0ce3b9508c92c84ed839910160405180910390a18015610b3057816001600160a01b031663d9caed12620e16e4846001600160a01b0316632495a5996040518163ffffffff1660e01b8152600401602060405180830381865afa158015610abf573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ae39190612ab4565b846040518463ffffffff1660e01b8152600401610b0293929190612a7c565b5f604051808303815f87803b158015610b19575f5ffd5b505af1158015610b2b573d5f5f3e3d5ffd5b505050505b50610b3b6001606555565b50565b5f80336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91614610b895760405163f739589b60e01b815260040160405180910390fd5b610b916116e9565b610b9c858585611959565b91509150610baa6001606555565b935093915050565b6060610bdd7f76302e302e300000000000000000000000000000000000000000000000000006611ac1565b905090565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610c44573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c689190612a5d565b610c8557604051631d77d47760e21b815260040160405180910390fd5b610c8f5f196115f2565b565b60cb546001600160a01b03163314610cbc576040516320ba3ff960e21b815260040160405180910390fd5b610cc46116e9565b805f5b81811015610dd85760d15f858584818110610ce457610ce4612aa0565b9050602002016020810190610cf99190612837565b6001600160a01b0316815260208101919091526040015f205460ff16610dd057600160d15f868685818110610d3057610d30612aa0565b9050602002016020810190610d459190612837565b6001600160a01b0316815260208101919091526040015f20805460ff19169115159190911790557f0c35b17d91c96eb2751cd456e1252f42a386e524ef9ff26ecc9950859fdc04fe848483818110610d9f57610d9f612aa0565b9050602002016020810190610db49190612837565b6040516001600160a01b03909116815260200160405180910390a15b600101610cc7565b50506106626001606555565b610dec611afe565b610c8f5f61162f565b5f336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91614610e3f5760405163f739589b60e01b815260040160405180910390fd5b610e476116e9565b5f610e53858585611b58565b92505050610e616001606555565b9392505050565b6001600160a01b0381165f90815260ce60205260408120546060918291908167ffffffffffffffff811115610e9f57610e9f612698565b604051908082528060200260200182016040528015610ec8578160200160208202803683370190505b5090505f5b82811015610f56576001600160a01b0386165f90815260cd6020908152604080832060ce9092528220805491929184908110610f0b57610f0b612aa0565b5f9182526020808320909101546001600160a01b031683528201929092526040019020548251839083908110610f4357610f43612aa0565b6020908102919091010152600101610ecd565b5060ce5f866001600160a01b03166001600160a01b031681526020019081526020015f208181805480602002602001604051908101604052809291908181526020018280548015610fce57602002820191905f5260205f20905b81546001600160a01b03168152600190910190602001808311610fb0575b50505050509150935093505050915091565b604080517f4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea922460208201526001600160a01b03808916928201929092528187166060820152908516608082015260a0810184905260c0810183905260e081018290525f90611066906101000160405160208183030381529060405280519060200120611c1e565b979650505050505050565b60cb546001600160a01b0316331461109c576040516320ba3ff960e21b815260040160405180910390fd5b6110a46116e9565b805f5b81811015610dd85760d15f8585848181106110c4576110c4612aa0565b90506020020160208101906110d99190612837565b6001600160a01b0316815260208101919091526040015f205460ff16156111b0575f60d15f86868581811061111057611110612aa0565b90506020020160208101906111259190612837565b6001600160a01b0316815260208101919091526040015f20805460ff19169115159190911790557f4074413b4b443e4e58019f2855a8765113358c7c72e39509c6af45fc0f5ba03084848381811061117f5761117f612aa0565b90506020020160208101906111949190612837565b6040516001600160a01b03909116815260200160405180910390a15b6001016110a7565b6111c0611afe565b6111c86116e9565b6111d181611680565b610b3b6001606555565b60ce602052815f5260405f2081815481106111f4575f80fd5b5f918252602090912001546001600160a01b03169150829050565b6001600160a01b0381165f90815260ce602090815260409182902080548351818402810184019094528084526060939283018282801561127657602002820191905f5260205f20905b81546001600160a01b03168152600190910190602001808311611258575b50505050509050919050565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916146112cb5760405163f739589b60e01b815260040160405180910390fd5b6112d36116e9565b5f6112df60d48461192e565b91506112f8905060d4846112f38585612ae3565b611c64565b50604080516001600160a01b0385168152602081018490527fca3e02a4ab7ad3c47a8e36e5a624c30170791726ab720f1babfef21046d953ff910160405180910390a1506106626001606555565b6098545f9081906001908116036113705760405163840a48d560e01b815260040160405180910390fd5b6113786116e9565b61138433868686611794565b91506113906001606555565b509392505050565b6113a0611afe565b6001600160a01b0381166114055760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016106fc565b610b3b8161162f565b60408051808201909152600a81526922b4b3b2b72630bcb2b960b11b6020909101525f7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f7f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea61147b611c79565b805160209182012060408051928301949094529281019190915260608101919091524660808201523060a082015260c00160405160208183030381529060405280519060200120905090565b7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611523573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115479190612ab4565b6001600160a01b0316336001600160a01b0316146115785760405163794821ff60e01b815260040160405180910390fd5b6098548019821981161461159f5760405163c61dca5d60e01b815260040160405180910390fd5b609882905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b5f5f6115ea60d48461192e565b949350505050565b609881905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b60cb54604080516001600160a01b03928316815291831660208301527f4264275e593955ff9d6146a51a4525f6ddace2e81db9391abcc9d1ca48047d29910160405180910390a160cb80546001600160a01b0319166001600160a01b0392909216919091179055565b60026065540361173b5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0060448201526064016106fc565b6002606555565b4281101561176357604051630819bdcd60e01b815260040160405180910390fd5b6117776001600160a01b0385168484611d15565b61078657604051638baa579f60e01b815260040160405180910390fd5b6001600160a01b0383165f90815260d16020526040812054849060ff166117ce57604051632efd965160e11b815260040160405180910390fd5b6117e36001600160a01b038516338786611d73565b6040516311f9fbc960e21b81526001600160a01b038581166004830152602482018590528616906347e7ef24906044016020604051808303815f875af115801561182f573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118539190612af6565b91505f5f611862888886611959565b604051631e328e7960e11b81526001600160a01b038b811660048301528a8116602483015260448201849052606482018390529294509092507f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c990911690633c651cf2906084015f604051808303815f87803b1580156118e0575f5ffd5b505af11580156118f2573d5f5f3e3d5ffd5b50505050505050949350505050565b5f61190b82611dcb565b92915050565b5f80808061191f8686611dd5565b909450925050505b9250929050565b5f80808061191f866001600160a01b038716611dfe565b5f610e61836001600160a01b038416611e36565b5f806001600160a01b038516611982576040516316f2ccc960e01b815260040160405180910390fd5b825f036119a2576040516342061b2560e11b815260040160405180910390fd5b6001600160a01b038086165f90815260cd6020908152604080832093881683529290529081205490819003611a48576001600160a01b0386165f90815260ce602090815260409091205410611a0a576040516301a1443960e31b815260040160405180910390fd5b6001600160a01b038681165f90815260ce602090815260408220805460018101825590835291200180546001600160a01b0319169187169190911790555b611a528482612ae3565b6001600160a01b038088165f90815260cd60209081526040808320938a16835292905281902091909155517f5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f6290611aae90889088908890612a7c565b60405180910390a1959294509192505050565b60605f611acd83611e52565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6033546001600160a01b03163314610c8f5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016106fc565b5f5f825f03611b7a576040516342061b2560e11b815260040160405180910390fd5b6001600160a01b038086165f90815260cd602090815260408083209388168352929052205480841115611bc057604051634b18b19360e01b815260040160405180910390fd5b611bca8482612b0d565b6001600160a01b038088165f90815260cd60209081526040808320938a168352929052908120829055909150819003611c1257611c078686611e79565b600192509050610baa565b5f969095509350505050565b5f611c2761140e565b60405161190160f01b6020820152602281019190915260428101839052606201604051602081830303815290604052805190602001209050919050565b5f6115ea846001600160a01b03851684611ff7565b60605f611ca57f76302e302e300000000000000000000000000000000000000000000000000006611ac1565b9050805f81518110611cb957611cb9612aa0565b602001015160f81c60f81b81600181518110611cd757611cd7612aa0565b016020908101516040516001600160f81b03199384169281019290925291909116602182015260220160405160208183030381529060405291505090565b5f5f5f611d228585612013565b90925090505f816004811115611d3a57611d3a612b20565b148015611d585750856001600160a01b0316826001600160a01b0316145b80611d695750611d69868686612052565b9695505050505050565b610786846323b872dd60e01b858585604051602401611d9493929190612a7c565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152612139565b5f61190b82612211565b5f8080611de2858561221a565b5f81815260029690960160205260409095205494959350505050565b5f818152600283016020526040812054819080611e2b57611e1f8585612225565b92505f91506119279050565b600192509050611927565b5f8181526002830160205260408120819055610e618383612230565b5f60ff8216601f81111561190b57604051632cd44ac360e21b815260040160405180910390fd5b6001600160a01b0382165f90815260ce6020526040812054905b81811015611f8b576001600160a01b038481165f90815260ce6020526040902080549185169183908110611ec957611ec9612aa0565b5f918252602090912001546001600160a01b031603611f83576001600160a01b0384165f90815260ce602052604090208054611f0790600190612b0d565b81548110611f1757611f17612aa0565b5f9182526020808320909101546001600160a01b03878116845260ce9092526040909220805491909216919083908110611f5357611f53612aa0565b905f5260205f20015f6101000a8154816001600160a01b0302191690836001600160a01b03160217905550611f8b565b600101611e93565b818103611fab57604051632df15a4160e11b815260040160405180910390fd5b6001600160a01b0384165f90815260ce60205260409020805480611fd157611fd1612b34565b5f8281526020902081015f1990810180546001600160a01b031916905501905550505050565b5f82815260028401602052604081208290556115ea848461223b565b5f5f8251604103612047576020830151604084015160608501515f1a61203b87828585612246565b94509450505050611927565b505f90506002611927565b5f5f5f856001600160a01b0316631626ba7e60e01b868660405160240161207a929190612b48565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b03199094169390931790925290516120b89190612b60565b5f60405180830381855afa9150503d805f81146120f0576040519150601f19603f3d011682016040523d82523d5f602084013e6120f5565b606091505b509150915081801561210957506020815110155b8015611d6957508051630b135d3f60e11b9061212e9083016020908101908401612af6565b149695505050505050565b5f61218d826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166123039092919063ffffffff16565b905080515f14806121ad5750808060200190518101906121ad9190612a5d565b61220c5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b60648201526084016106fc565b505050565b5f61190b825490565b5f610e618383612311565b5f610e618383612337565b5f610e61838361234e565b5f610e618383612431565b5f807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083111561227b57505f905060036122fa565b604080515f8082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa1580156122cc573d5f5f3e3d5ffd5b5050604051601f1901519150506001600160a01b0381166122f4575f600192509250506122fa565b91505f90505b94509492505050565b60606115ea84845f8561247d565b5f825f01828154811061232657612326612aa0565b905f5260205f200154905092915050565b5f8181526001830160205260408120541515610e61565b5f8181526001830160205260408120548015612428575f612370600183612b0d565b85549091505f9061238390600190612b0d565b90508181146123e2575f865f0182815481106123a1576123a1612aa0565b905f5260205f200154905080875f0184815481106123c1576123c1612aa0565b5f918252602080832090910192909255918252600188019052604090208390555b85548690806123f3576123f3612b34565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f90556001935050505061190b565b5f91505061190b565b5f81815260018301602052604081205461247657508154600181810184555f84815260208082209093018490558454848252828601909352604090209190915561190b565b505f61190b565b6060824710156124de5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b60648201526084016106fc565b5f5f866001600160a01b031685876040516124f99190612b60565b5f6040518083038185875af1925050503d805f8114612533576040519150601f19603f3d011682016040523d82523d5f602084013e612538565b606091505b509150915061106687838387606083156125b25782515f036125ab576001600160a01b0385163b6125ab5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016106fc565b50816115ea565b6115ea83838151156125c75781518083602001fd5b8060405162461bcd60e51b81526004016106fc9190612880565b5f602082840312156125f1575f5ffd5b5035919050565b6001600160a01b0381168114610b3b575f5ffd5b5f5f5f6060848603121561261e575f5ffd5b8335612629816125f8565b92506020840135612639816125f8565b929592945050506040919091013590565b5f5f5f5f6080858703121561265d575f5ffd5b8435612668816125f8565b93506020850135612678816125f8565b92506040850135612688816125f8565b9396929550929360600135925050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f5f5f5f60c087890312156126c1575f5ffd5b86356126cc816125f8565b955060208701356126dc816125f8565b94506040870135935060608701356126f3816125f8565b92506080870135915060a087013567ffffffffffffffff811115612715575f5ffd5b8701601f81018913612725575f5ffd5b803567ffffffffffffffff81111561273f5761273f612698565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561276e5761276e612698565b6040528181528282016020018b1015612785575f5ffd5b816020840160208301375f602083830101528093505050509295509295509295565b5f8151808452602084019350602083015f5b828110156127d75781518652602095860195909101906001016127b9565b5093949350505050565b604080825283519082018190525f9060208501906060840190835b818110156128235783516001600160a01b03168352602093840193909201916001016127fc565b50508381036020850152611d6981866127a7565b5f60208284031215612847575f5ffd5b8135610e61816125f8565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f610e616020830184612852565b5f602082840312156128a2575f5ffd5b813560ff81168114610e61575f5ffd5b5f5f602083850312156128c3575f5ffd5b823567ffffffffffffffff8111156128d9575f5ffd5b8301601f810185136128e9575f5ffd5b803567ffffffffffffffff8111156128ff575f5ffd5b8560208260051b8401011115612913575f5ffd5b6020919091019590945092505050565b5f8151808452602084019350602083015f5b828110156127d75781516001600160a01b0316865260209586019590910190600101612935565b604081525f61296e6040830185612923565b828103602084015261298081856127a7565b95945050505050565b5f5f5f5f5f5f60c0878903121561299e575f5ffd5b86356129a9816125f8565b955060208701356129b9816125f8565b945060408701356129c9816125f8565b959894975094956060810135955060808101359460a0909101359350915050565b5f5f604083850312156129fb575f5ffd5b8235612a06816125f8565b946020939093013593505050565b602081525f610e616020830184612923565b5f5f60408385031215612a37575f5ffd5b8235612a42816125f8565b91506020830135612a52816125f8565b809150509250929050565b5f60208284031215612a6d575f5ffd5b81518015158114610e61575f5ffd5b6001600160a01b039384168152919092166020820152604081019190915260600190565b634e487b7160e01b5f52603260045260245ffd5b5f60208284031215612ac4575f5ffd5b8151610e61816125f8565b634e487b7160e01b5f52601160045260245ffd5b8082018082111561190b5761190b612acf565b5f60208284031215612b06575f5ffd5b5051919050565b8181038181111561190b5761190b612acf565b634e487b7160e01b5f52602160045260245ffd5b634e487b7160e01b5f52603160045260245ffd5b828152604060208201525f6115ea6040830184612852565b5f82518060208501845e5f92019182525091905056fea26469706673582212206bef2139b3e85b0a1c52eb23c765cce2122fab72f8cc25c7a7b23162e084f97e64736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x00000000000000000000000000000000000000000000000000000000000000ff"}},"0x9a9f2ccfde556a7e9ff0848998aa4a0cfd8863ae":{"nonce":1,"balance":"0x0","code":"0x608060405234801561000f575f5ffd5b50600436106103b3575f3560e01c8063886f1195116101f5578063de02e50311610114578063f6efbb59116100a9578063fabc1cbc11610079578063fabc1cbc14610a33578063fbf1e2c114610a46578063fce36c7d14610a59578063ff9f6cce14610a6c575f5ffd5b8063f6efbb59146109e7578063f74e8eac146109fa578063f8cd844814610a0d578063f96abf2e14610a20575f5ffd5b8063ed71e6a2116100e4578063ed71e6a214610967578063f22cef8514610994578063f2f07ab4146109a7578063f2fde38b146109d4575f5ffd5b8063de02e50314610907578063e063f81f1461091a578063e810ce211461092d578063ea4d3c9b14610940575f5ffd5b8063a50a1d9c1161018a578063bf21a8aa1161015a578063bf21a8aa14610879578063c46db606146108a0578063ca8aa7c7146108cd578063dcbb03b3146108f4575f5ffd5b8063a50a1d9c14610807578063aebd8bae1461081a578063b3dbb0e014610847578063bb7e451f1461085a575f5ffd5b80639cb9a5fa116101c55780639cb9a5fa146107a75780639d45c281146107ba5780639de4b35f146107e1578063a0169ddd146107f4575f5ffd5b8063886f11951461074c5780638da5cb5b146107735780639104c319146107845780639be3d4e41461079f575f5ffd5b80634596021c116102e15780635c975abb11610276578063715018a611610246578063715018a6146106ff5780637b8f8b0514610707578063863cb9a91461070f578063865c695314610722575f5ffd5b80635c975abb146106a25780635e9d8348146106aa57806363f6a798146106bd5780636d21117e146106d2575f5ffd5b806354fd4d50116102b157806354fd4d501461064f57806358baaa3e14610664578063595c6a67146106775780635ac86ab71461067f575f5ffd5b80634596021c146105d85780634657e26a146105eb5780634b943960146106125780634d18cc3514610638575f5ffd5b8063149bc8721161035757806339b70e381161032757806339b70e38146105745780633a8c07861461059b5780633ccc861d146105b25780633efe1db6146105c5575f5ffd5b8063149bc872146104d95780632b9f64a4146104fa57806336af41fa1461053a57806337838ed01461054d575f5ffd5b80630e9a53cf116103925780630e9a53cf1461043f5780630eb383451461048c578063131433b41461049f578063136439dd146104c6575f5ffd5b806218572c146103b757806304a0c502146103ee5780630ca298991461042a575b5f5ffd5b6103d96103c5366004613bb9565b60d16020525f908152604090205460ff1681565b60405190151581526020015b60405180910390f35b6104157f0000000000000000000000000000000000000000000000000000000000278d0081565b60405163ffffffff90911681526020016103e5565b61043d610438366004613c31565b610a7f565b005b610447610d44565b6040516103e591905f6080820190508251825263ffffffff602084015116602083015263ffffffff604084015116604083015260608301511515606083015292915050565b61043d61049a366004613c8d565b610e44565b6104157f0000000000000000000000000000000000000000000000000000000065fb788081565b61043d6104d4366004613cc4565b610ec4565b6104ec6104e7366004613cdb565b610f99565b6040519081526020016103e5565b610522610508366004613bb9565b60cc6020525f90815260409020546001600160a01b031681565b6040516001600160a01b0390911681526020016103e5565b61043d610548366004613cf5565b61100e565b6104157f000000000000000000000000000000000000000000000000000000000076a70081565b6105227f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570781565b60cb5461041590600160a01b900463ffffffff1681565b61043d6105c0366004613d44565b61119d565b61043d6105d3366004613d9a565b6111e2565b61043d6105e6366004613dc4565b6113d6565b6105227f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad78881565b610625610620366004613bb9565b611457565b60405161ffff90911681526020016103e5565b60cb5461041590600160c01b900463ffffffff1681565b6106576114b2565b6040516103e59190613e16565b61043d610672366004613e4b565b6114e2565b61043d6114f6565b6103d961068d366004613e64565b606654600160ff9092169190911b9081161490565b6066546104ec565b6103d96106b8366004613e84565b6115a5565b60cb5461062590600160e01b900461ffff1681565b6103d96106e0366004613eb5565b60cf60209081525f928352604080842090915290825290205460ff1681565b61043d611630565b60ca546104ec565b61043d61071d366004613bb9565b611641565b6104ec610730366004613edf565b60cd60209081525f928352604080842090915290825290205481565b6105227f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e081565b6033546001600160a01b0316610522565b61052273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b610447611652565b61043d6107b5366004613f0b565b6116ee565b6104157f0000000000000000000000000000000000000000000000000000000000093a8081565b6106256107ef366004613f42565b611887565b61043d610802366004613bb9565b61190a565b61043d610815366004613f7e565b611915565b6103d9610828366004613eb5565b60d260209081525f928352604080842090915290825290205460ff1681565b61043d610855366004613f97565b611926565b6104ec610868366004613bb9565b60ce6020525f908152604090205481565b6104157f00000000000000000000000000000000000000000000000000000000005c490081565b6103d96108ae366004613eb5565b60d060209081525f928352604080842090915290825290205460ff1681565b6105227f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31881565b61043d610902366004613fc1565b611a6f565b610447610915366004613cc4565b611bda565b610625610928366004613edf565b611c6a565b61041561093b366004613cc4565b611ccf565b6105227f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b6103d9610975366004613eb5565b60d360209081525f928352604080842090915290825290205460ff1681565b61043d6109a2366004613edf565b611d50565b6103d96109b5366004613eb5565b60d760209081525f928352604080842090915290825290205460ff1681565b61043d6109e2366004613bb9565b611eba565b61043d6109f5366004614005565b611f35565b61043d610a08366004614063565b61206a565b6104ec610a1b366004613cdb565b612250565b61043d610a2e366004613e4b565b612260565b61043d610a41366004613cc4565b6123af565b60cb54610522906001600160a01b031681565b61043d610a67366004613cf5565b6124c5565b61043d610a7a366004613cf5565b612614565b60665460099061020090811603610aa95760405163840a48d560e01b815260040160405180910390fd5b610ab66020850185613bb9565b610abf81612793565b610adc5760405163932d94f760e01b815260040160405180910390fd5b610ae461283d565b6040516304c1b8eb60e31b81526001600160a01b037f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318169063260dc75890610b309088906004016140ce565b602060405180830381865afa158015610b4b573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b6f91906140dc565b610b8c57604051631fb1705560e21b815260040160405180910390fd5b5f5b83811015610d325736858583818110610ba957610ba96140f7565b9050602002810190610bbb919061410b565b90505f60ce81610bce60208b018b613bb9565b6001600160a01b031681526020808201929092526040015f90812054925090610bf9908a018a613bb9565b8284604051602001610c0d93929190614333565b6040516020818303038152906040528051906020012090505f610c2f84612896565b9050600160d75f610c4360208e018e613bb9565b6001600160a01b0316815260208082019290925260409081015f9081208682529092529020805460ff1916911515919091179055610c82836001614376565b60ce5f610c9260208e018e613bb9565b6001600160a01b03166001600160a01b031681526020019081526020015f208190555081336001600160a01b03167ffff0759ccb371dfb5691798724e70b4fa61cb3bfe730a33ac19fb86a48efc7568c8688604051610cf393929190614389565b60405180910390a3610d22333083610d116040890160208a01613bb9565b6001600160a01b0316929190612a81565b505060019092019150610b8e9050565b50610d3d6001609755565b5050505050565b604080516080810182525f80825260208201819052918101829052606081019190915260ca545b8015610e1c575f60ca610d7f6001846143ae565b81548110610d8f57610d8f6140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff161580156060830181905291925090610dfe5750806040015163ffffffff164210155b15610e095792915050565b5080610e14816143c1565b915050610d6b565b5050604080516080810182525f80825260208201819052918101829052606081019190915290565b610e4c612aec565b6001600160a01b0382165f81815260d1602052604080822054905160ff9091169284151592841515927f4de6293e668df1398422e1def12118052c1539a03cbfedc145895d48d7685f1c9190a4506001600160a01b03919091165f90815260d160205260409020805460ff1916911515919091179055565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610f26573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f4a91906140dc565b610f6757604051631d77d47760e21b815260040160405180910390fd5b6066548181168114610f8c5760405163c61dca5d60e01b815260040160405180910390fd5b610f9582612b46565b5050565b5f80610fa86020840184613bb9565b8360200135604051602001610ff19392919060f89390931b6001600160f81b031916835260609190911b6bffffffffffffffffffffffff19166001830152601582015260350190565b604051602081830303815290604052805190602001209050919050565b6066546001906002908116036110375760405163840a48d560e01b815260040160405180910390fd5b335f90815260d1602052604090205460ff1661106657604051635c427cd960e01b815260040160405180910390fd5b61106e61283d565b5f5b8281101561118d573684848381811061108b5761108b6140f7565b905060200281019061109d91906143d6565b335f81815260ce602090815260408083205490519495509391926110c79290918591879101614468565b6040516020818303038152906040528051906020012090506110e883612b83565b335f90815260d0602090815260408083208484529091529020805460ff1916600190811790915561111a908390614376565b335f81815260ce602052604090819020929092559051829184917f51088b8c89628df3a8174002c2a034d0152fce6af8415d651b2a4734bf2704829061116190889061448e565b60405180910390a4611182333060408601803590610d119060208901613bb9565b505050600101611070565b506111986001609755565b505050565b6066546002906004908116036111c65760405163840a48d560e01b815260040160405180910390fd5b6111ce61283d565b6111d88383612c6e565b6111986001609755565b60665460039060089081160361120b5760405163840a48d560e01b815260040160405180910390fd5b60cb546001600160a01b0316331461123657604051635c427cd960e01b815260040160405180910390fd5b60cb5463ffffffff600160c01b90910481169083161161126957604051631ca7e50b60e21b815260040160405180910390fd5b428263ffffffff161061128f576040516306957c9160e11b815260040160405180910390fd5b60ca5460cb545f906112ae90600160a01b900463ffffffff16426144a0565b6040805160808101825287815263ffffffff87811660208084018281528684168587018181525f6060880181815260ca8054600181018255925297517f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee160029092029182015592517f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee290930180549151975193871667ffffffffffffffff1990921691909117600160201b978716979097029690961760ff60401b1916600160401b921515929092029190911790945560cb805463ffffffff60c01b1916600160c01b840217905593519283529394508892908616917fecd866c3c158fa00bf34d803d5f6023000b57080bcb48af004c2b4b46b3afd08910160405180910390a45050505050565b6066546002906004908116036113ff5760405163840a48d560e01b815260040160405180910390fd5b61140761283d565b5f5b838110156114465761143e858583818110611426576114266140f7565b905060200281019061143891906144bc565b84612c6e565b600101611409565b506114516001609755565b50505050565b6001600160a01b0381165f90815260d5602090815260408083208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff16908201526114ac90612ef6565b92915050565b60606114dd7f76302e302e300000000000000000000000000000000000000000000000000006612f66565b905090565b6114ea612aec565b6114f381612fa3565b50565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa158015611558573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061157c91906140dc565b61159957604051631d77d47760e21b815260040160405180910390fd5b6115a35f19612b46565b565b5f6116288260ca6115b96020830183613e4b565b63ffffffff16815481106115cf576115cf6140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff1615156060820152613014565b506001919050565b611638612aec565b6115a35f6131b7565b611649612aec565b6114f381613208565b604080516080810182525f80825260208201819052918101829052606081019190915260ca8054611685906001906143ae565b81548110611695576116956140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff1615156060820152919050565b6066546005906020908116036117175760405163840a48d560e01b815260040160405180910390fd5b8361172181612793565b61173e5760405163932d94f760e01b815260040160405180910390fd5b61174661283d565b5f5b83811015610d325736858583818110611763576117636140f7565b9050602002810190611775919061410b565b6001600160a01b0388165f90815260ce60209081526040808320549051939450926117a6918b918591879101614333565b6040516020818303038152906040528051906020012090505f6117c884612896565b6001600160a01b038b165f90815260d3602090815260408083208684529091529020805460ff19166001908117909155909150611806908490614376565b6001600160a01b038b165f81815260ce60205260409081902092909255905183919033907ffc8888bffd711da60bc5092b33f677d81896fe80ecc677b84cfab8184462b6e0906118599088908a906144d0565b60405180910390a4611877333083610d116040890160208a01613bb9565b5050600190920191506117489050565b6001600160a01b0382165f90815260d66020526040812061190390826118ba6118b5368790038701876144e8565b613263565b815260208082019290925260409081015f208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff1690820152612ef6565b9392505050565b33610f9581836132c6565b61191d612aec565b6114f381613329565b60665460079060809081160361194f5760405163840a48d560e01b815260040160405180910390fd5b8261195981612793565b6119765760405163932d94f760e01b815260040160405180910390fd5b60cb545f9061199290600160a01b900463ffffffff16426144a0565b6001600160a01b0386165f90815260d5602090815260408083208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff1690820152919250906119eb90612ef6565b6001600160a01b0387165f90815260d560205260409020909150611a10908684613394565b6040805163ffffffff8416815261ffff838116602083015287168183015290516001600160a01b0388169133917fd1e028bd664486a46ad26040e999cd2d22e1e9a094ee6afe19fcf64678f16f749181900360600190a3505050505050565b606654600690604090811603611a985760405163840a48d560e01b815260040160405180910390fd5b83611aa281612793565b611abf5760405163932d94f760e01b815260040160405180910390fd5b60cb545f90611adb90600160a01b900463ffffffff16426144a0565b6001600160a01b038781165f90815260d460209081526040808320938a1683529281528282208351606081018552905461ffff80821683526201000082041692820192909252600160201b90910463ffffffff1692810192909252919250611b4290612ef6565b6001600160a01b038089165f90815260d460209081526040808320938b16835292905220909150611b74908684613394565b6040805163ffffffff8416815261ffff838116602083015287168183015290516001600160a01b0388811692908a169133917f48e198b6ae357e529204ee53a8e514c470ff77d9cc8e4f7207f8b5d490ae6934919081900360600190a450505050505050565b604080516080810182525f80825260208201819052918101829052606081019190915260ca8281548110611c1057611c106140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff161515606082015292915050565b6001600160a01b038281165f90815260d46020908152604080832093851683529281528282208351606081018552905461ffff80821683526201000082041692820192909252600160201b90910463ffffffff16928101929092529061190390612ef6565b60ca545f905b63ffffffff811615611d36578260ca611cef600184614550565b63ffffffff1681548110611d0557611d056140f7565b905f5260205f2090600202015f015403611d2457611903600182614550565b80611d2e8161456c565b915050611cd5565b5060405163504570e360e01b815260040160405180910390fd5b81611d5a81612793565b611d775760405163932d94f760e01b815260040160405180910390fd5b6040516336b87bd760e11b81526001600160a01b0384811660048301527f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91690636d70f7ae90602401602060405180830381865afa158015611ddb573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dff91906140dc565b80611e93575060405163ba1a84e560e01b81526001600160a01b0384811660048301525f917f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3189091169063ba1a84e590602401602060405180830381865afa158015611e6d573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e91919061458a565b115b611eb05760405163fb494ea160e01b815260040160405180910390fd5b61119883836132c6565b611ec2612aec565b6001600160a01b038116611f2c5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b6114f3816131b7565b5f54610100900460ff1615808015611f5357505f54600160ff909116105b80611f6c5750303b158015611f6c57505f5460ff166001145b611fcf5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401611f23565b5f805460ff191660011790558015611ff0575f805461ff0019166101001790555b611ff985612b46565b612002866131b7565b61200b84613208565b61201483612fa3565b61201d82613329565b8015612062575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050505050565b606654600890610100908116036120945760405163840a48d560e01b815260040160405180910390fd5b8361209e81612793565b6120bb5760405163932d94f760e01b815260040160405180910390fd5b6040516304c1b8eb60e31b81526001600160a01b037f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318169063260dc758906121079087906004016140ce565b602060405180830381865afa158015612122573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061214691906140dc565b61216357604051631fb1705560e21b815260040160405180910390fd5b60cb545f9061217f90600160a01b900463ffffffff16426144a0565b6001600160a01b0387165f90815260d660205260408120919250906121b190826118ba6118b5368b90038b018b6144e8565b6001600160a01b0388165f90815260d6602052604081209192506121f691906121e26118b5368b90038b018b6144e8565b81526020019081526020015f208684613394565b866001600160a01b0316336001600160a01b03167f14918b3834ab6752eb2e1b489b6663a67810efb5f56f3944a97ede8ecf1fd9f18885858a60405161223f94939291906145a1565b60405180910390a350505050505050565b5f6001610fa86020840184613bb9565b6066546003906008908116036122895760405163840a48d560e01b815260040160405180910390fd5b60cb546001600160a01b031633146122b457604051635c427cd960e01b815260040160405180910390fd5b60ca5463ffffffff8316106122dc576040516394a8d38960e01b815260040160405180910390fd5b5f60ca8363ffffffff16815481106122f6576122f66140f7565b905f5260205f20906002020190508060010160089054906101000a900460ff161561233457604051631b14174b60e01b815260040160405180910390fd5b6001810154600160201b900463ffffffff16421061236557604051630c36f66560e21b815260040160405180910390fd5b60018101805460ff60401b1916600160401b17905560405163ffffffff8416907fd850e6e5dfa497b72661fa73df2923464eaed9dc2ff1d3cb82bccbfeabe5c41e905f90a2505050565b7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561240b573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061242f91906145d5565b6001600160a01b0316336001600160a01b0316146124605760405163794821ff60e01b815260040160405180910390fd5b606654801982198116146124875760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b6066545f906001908116036124ed5760405163840a48d560e01b815260040160405180910390fd5b6124f561283d565b5f5b8281101561118d5736848483818110612512576125126140f7565b905060200281019061252491906143d6565b335f81815260ce6020908152604080832054905194955093919261254e9290918591879101614468565b60405160208183030381529060405280519060200120905061256f83612b83565b335f90815260cf602090815260408083208484529091529020805460ff191660019081179091556125a1908390614376565b335f81815260ce602052604090819020929092559051829184917f450a367a380c4e339e5ae7340c8464ef27af7781ad9945cfe8abd828f89e6281906125e890889061448e565b60405180910390a4612609333060408601803590610d119060208901613bb9565b5050506001016124f7565b60665460049060109081160361263d5760405163840a48d560e01b815260040160405180910390fd5b335f90815260d1602052604090205460ff1661266c57604051635c427cd960e01b815260040160405180910390fd5b61267461283d565b5f5b8281101561118d5736848483818110612691576126916140f7565b90506020028101906126a391906143d6565b335f81815260ce602090815260408083205490519495509391926126cd9290918591879101614468565b6040516020818303038152906040528051906020012090506126ee83612b83565b335f90815260d2602090815260408083208484529091529020805460ff19166001908117909155612720908390614376565b335f81815260ce602052604090819020929092559051829184917f5251b6fdefcb5d81144e735f69ea4c695fd43b0289ca53dc075033f5fc80068b9061276790889061448e565b60405180910390a4612788333060408601803590610d119060208901613bb9565b505050600101612676565b604051631beb2b9760e31b81526001600160a01b0382811660048301523360248301523060448301525f80356001600160e01b0319166064840152917f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7889091169063df595cb8906084016020604051808303815f875af1158015612819573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114ac91906140dc565b60026097540361288f5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401611f23565b6002609755565b5f6128c96128a483806145f0565b6128b46080860160608701613e4b565b6128c460a0870160808801613e4b565b613463565b5f6128d760408401846145f0565b9050116128f75760405163796cc52560e01b815260040160405180910390fd5b4261290860a0840160808501613e4b565b6129186080850160608601613e4b565b61292291906144a0565b63ffffffff16106129465760405163150358a160e21b815260040160405180910390fd5b5f80805b61295760408601866145f0565b9050811015612a48573661296e60408701876145f0565b8381811061297e5761297e6140f7565b6040029190910191505f90506129976020830183613bb9565b6001600160a01b0316036129be57604051630863a45360e11b815260040160405180910390fd5b6129cb6020820182613bb9565b6001600160a01b0316836001600160a01b0316106129fc576040516310fb47f160e31b815260040160405180910390fd5b5f816020013511612a20576040516310eb483f60e21b815260040160405180910390fd5b612a2d6020820182613bb9565b9250612a3d602082013585614376565b93505060010161294a565b506f4b3b4ca85a86c47a098a223fffffffff821115612a7a5760405163070b5a6f60e21b815260040160405180910390fd5b5092915050565b6040516001600160a01b03808516602483015283166044820152606481018290526114519085906323b872dd60e01b906084015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152613761565b6033546001600160a01b031633146115a35760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401611f23565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b612bb0612b9082806145f0565b612ba06080850160608601613e4b565b6128c460a0860160808701613e4b565b5f816040013511612bd4576040516310eb483f60e21b815260040160405180910390fd5b6f4b3b4ca85a86c47a098a223fffffffff81604001351115612c095760405163070b5a6f60e21b815260040160405180910390fd5b612c3963ffffffff7f0000000000000000000000000000000000000000000000000000000000278d001642614376565b612c496080830160608401613e4b565b63ffffffff1611156114f357604051637ee2b44360e01b815260040160405180910390fd5b5f60ca612c7e6020850185613e4b565b63ffffffff1681548110612c9457612c946140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff16151560608201529050612cf48382613014565b5f612d056080850160608601613bb9565b6001600160a01b038082165f90815260cc60205260409020549192501680612d2a5750805b336001600160a01b03821614612d5357604051635c427cd960e01b815260040160405180910390fd5b5f5b612d6260a0870187614635565b90508110156120625736612d7960e08801886145f0565b83818110612d8957612d896140f7565b6001600160a01b0387165f90815260cd602090815260408083209302949094019450929091508290612dbd90850185613bb9565b6001600160a01b03166001600160a01b031681526020019081526020015f2054905080826020013511612e035760405163aa385e8160e01b815260040160405180910390fd5b5f612e128260208501356143ae565b6001600160a01b0387165f90815260cd60209081526040822092935085018035929190612e3f9087613bb9565b6001600160a01b031681526020808201929092526040015f2091909155612e809089908390612e7090870187613bb9565b6001600160a01b03169190613834565b86516001600160a01b03808a1691878216918916907f9543dbd55580842586a951f0386e24d68a5df99ae29e3b216588b45fd684ce3190612ec46020890189613bb9565b604080519283526001600160a01b039091166020830152810186905260600160405180910390a4505050600101612d55565b5f816040015163ffffffff165f1480612f285750815161ffff908116148015612f285750816040015163ffffffff1642105b15612f4057505060cb54600160e01b900461ffff1690565b816040015163ffffffff16421015612f595781516114ac565b506020015190565b919050565b60605f612f7283613864565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b60cb546040805163ffffffff600160a01b9093048316815291831660208301527faf557c6c02c208794817a705609cfa935f827312a1adfdd26494b6b95dd2b4b3910160405180910390a160cb805463ffffffff909216600160a01b0263ffffffff60a01b19909216919091179055565b80606001511561303757604051631b14174b60e01b815260040160405180910390fd5b806040015163ffffffff1642101561306257604051631437a2bb60e31b815260040160405180910390fd5b61306f60c0830183614635565b905061307e60a0840184614635565b90501461309e576040516343714afd60e01b815260040160405180910390fd5b6130ab60e08301836145f0565b90506130ba60c0840184614635565b9050146130da576040516343714afd60e01b815260040160405180910390fd5b8051613106906130f06040850160208601613e4b565b6130fd604086018661467a565b8660600161388b565b5f5b61311560a0840184614635565b9050811015611198576131af608084013561313360a0860186614635565b84818110613143576131436140f7565b90506020020160208101906131589190613e4b565b61316560c0870187614635565b85818110613175576131756140f7565b9050602002810190613187919061467a565b61319460e08901896145f0565b878181106131a4576131a46140f7565b90506040020161392f565b600101613108565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b60cb546040516001600160a01b038084169216907f237b82f438d75fc568ebab484b75b01d9287b9e98b490b7c23221623b6705dbb905f90a360cb80546001600160a01b0319166001600160a01b0392909216919091179055565b5f815f0151826020015163ffffffff166040516020016132ae92919060609290921b6bffffffffffffffffffffffff1916825260a01b6001600160a01b031916601482015260200190565b6040516020818303038152906040526114ac906146bc565b6001600160a01b038083165f81815260cc602052604080822080548686166001600160a01b0319821681179092559151919094169392849290917fbab947934d42e0ad206f25c9cab18b5bb6ae144acfb00f40b4e3aa59590ca3129190a4505050565b60cb546040805161ffff600160e01b9093048316815291831660208301527fe6cd4edfdcc1f6d130ab35f73d72378f3a642944fb4ee5bd84b7807a81ea1c4e910160405180910390a160cb805461ffff909216600160e01b0261ffff60e01b19909216919091179055565b61271061ffff831611156133bb5760405163891c63df60e01b815260040160405180910390fd5b8254600160201b900463ffffffff1642116133e957604051637b1e25c560e01b815260040160405180910390fd5b8254600160201b900463ffffffff165f0361341057825461ffff191661ffff178355613427565b825462010000810461ffff1661ffff199091161783555b825463ffffffff909116600160201b0267ffffffff000000001961ffff90931662010000029290921667ffffffffffff00001990911617179055565b826134815760405163796cc52560e01b815260040160405180910390fd5b7f00000000000000000000000000000000000000000000000000000000005c490063ffffffff168163ffffffff1611156134ce57604051630dd0b9f560e21b815260040160405180910390fd5b6134f87f0000000000000000000000000000000000000000000000000000000000093a80826146f3565b63ffffffff161561351c5760405163ee66470560e01b815260040160405180910390fd5b5f8163ffffffff16116135425760405163cb3f434d60e01b815260040160405180910390fd5b61356c7f0000000000000000000000000000000000000000000000000000000000093a80836146f3565b63ffffffff161561359057604051633c1a94f160e21b815260040160405180910390fd5b8163ffffffff167f000000000000000000000000000000000000000000000000000000000076a70063ffffffff16426135c991906143ae565b1115801561360357508163ffffffff167f0000000000000000000000000000000000000000000000000000000065fb788063ffffffff1611155b6136205760405163041aa75760e11b815260040160405180910390fd5b5f805b84811015612062575f86868381811061363e5761363e6140f7565b6136549260206040909202019081019150613bb9565b60405163198f077960e21b81526001600160a01b0380831660048301529192507f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757079091169063663c1de490602401602060405180830381865afa1580156136bd573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136e191906140dc565b8061370857506001600160a01b03811673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0145b61372557604051632efd965160e11b815260040160405180910390fd5b806001600160a01b0316836001600160a01b0316106137575760405163dfad9ca160e01b815260040160405180910390fd5b9150600101613623565b5f6137b5826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b031661396d9092919063ffffffff16565b905080515f14806137d55750808060200190518101906137d591906140dc565b6111985760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401611f23565b6040516001600160a01b03831660248201526044810182905261119890849063a9059cbb60e01b90606401612ab5565b5f60ff8216601f8111156114ac57604051632cd44ac360e21b815260040160405180910390fd5b61389660208361471a565b6001901b8463ffffffff16106138be5760405162c6c39d60e71b815260040160405180910390fd5b5f6138c882610f99565b905061391284848080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152508a92508591505063ffffffff8916613983565b612062576040516369ca16c960e01b815260040160405180910390fd5b61393a60208361471a565b6001901b8463ffffffff16106139635760405163054ff4df60e51b815260040160405180910390fd5b5f6138c882612250565b606061397b84845f8561399a565b949350505050565b5f83613990868585613a71565b1495945050505050565b6060824710156139fb5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401611f23565b5f5f866001600160a01b03168587604051613a16919061472d565b5f6040518083038185875af1925050503d805f8114613a50576040519150601f19603f3d011682016040523d82523d5f602084013e613a55565b606091505b5091509150613a6687838387613b08565b979650505050505050565b5f60208451613a809190614743565b15613a9e576040516313717da960e21b815260040160405180910390fd5b8260205b85518111613aff57613ab5600285614743565b5f03613ad657815f528086015160205260405f209150600284049350613aed565b808601515f528160205260405f2091506002840493505b613af8602082614376565b9050613aa2565b50949350505050565b60608315613b765782515f03613b6f576001600160a01b0385163b613b6f5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401611f23565b508161397b565b61397b8383815115613b8b5781518083602001fd5b8060405162461bcd60e51b8152600401611f239190613e16565b6001600160a01b03811681146114f3575f5ffd5b5f60208284031215613bc9575f5ffd5b813561190381613ba5565b5f60408284031215613be4575f5ffd5b50919050565b5f5f83601f840112613bfa575f5ffd5b5081356001600160401b03811115613c10575f5ffd5b6020830191508360208260051b8501011115613c2a575f5ffd5b9250929050565b5f5f5f60608486031215613c43575f5ffd5b613c4d8585613bd4565b925060408401356001600160401b03811115613c67575f5ffd5b613c7386828701613bea565b9497909650939450505050565b80151581146114f3575f5ffd5b5f5f60408385031215613c9e575f5ffd5b8235613ca981613ba5565b91506020830135613cb981613c80565b809150509250929050565b5f60208284031215613cd4575f5ffd5b5035919050565b5f60408284031215613ceb575f5ffd5b6119038383613bd4565b5f5f60208385031215613d06575f5ffd5b82356001600160401b03811115613d1b575f5ffd5b613d2785828601613bea565b90969095509350505050565b5f6101008284031215613be4575f5ffd5b5f5f60408385031215613d55575f5ffd5b82356001600160401b03811115613d6a575f5ffd5b613d7685828601613d33565b9250506020830135613cb981613ba5565b803563ffffffff81168114612f61575f5ffd5b5f5f60408385031215613dab575f5ffd5b82359150613dbb60208401613d87565b90509250929050565b5f5f5f60408486031215613dd6575f5ffd5b83356001600160401b03811115613deb575f5ffd5b613df786828701613bea565b9094509250506020840135613e0b81613ba5565b809150509250925092565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f60208284031215613e5b575f5ffd5b61190382613d87565b5f60208284031215613e74575f5ffd5b813560ff81168114611903575f5ffd5b5f60208284031215613e94575f5ffd5b81356001600160401b03811115613ea9575f5ffd5b61397b84828501613d33565b5f5f60408385031215613ec6575f5ffd5b8235613ed181613ba5565b946020939093013593505050565b5f5f60408385031215613ef0575f5ffd5b8235613efb81613ba5565b91506020830135613cb981613ba5565b5f5f5f60408486031215613f1d575f5ffd5b8335613f2881613ba5565b925060208401356001600160401b03811115613c67575f5ffd5b5f5f60608385031215613f53575f5ffd5b8235613f5e81613ba5565b9150613dbb8460208501613bd4565b803561ffff81168114612f61575f5ffd5b5f60208284031215613f8e575f5ffd5b61190382613f6d565b5f5f60408385031215613fa8575f5ffd5b8235613fb381613ba5565b9150613dbb60208401613f6d565b5f5f5f60608486031215613fd3575f5ffd5b8335613fde81613ba5565b92506020840135613fee81613ba5565b9150613ffc60408501613f6d565b90509250925092565b5f5f5f5f5f60a08688031215614019575f5ffd5b853561402481613ba5565b945060208601359350604086013561403b81613ba5565b925061404960608701613d87565b915061405760808701613f6d565b90509295509295909350565b5f5f5f60808486031215614075575f5ffd5b833561408081613ba5565b925061408f8560208601613bd4565b9150613ffc60608501613f6d565b80356140a881613ba5565b6001600160a01b0316825263ffffffff6140c460208301613d87565b1660208301525050565b604081016114ac828461409d565b5f602082840312156140ec575f5ffd5b815161190381613c80565b634e487b7160e01b5f52603260045260245ffd5b5f823560be1983360301811261411f575f5ffd5b9190910192915050565b5f5f8335601e1984360301811261413e575f5ffd5b83016020810192503590506001600160401b0381111561415c575f5ffd5b8060061b3603821315613c2a575f5ffd5b8183526020830192505f815f5b848110156141d057813561418d81613ba5565b6001600160a01b0316865260208201356bffffffffffffffffffffffff81168082146141b7575f5ffd5b602088015250604095860195919091019060010161417a565b5093949350505050565b5f5f8335601e198436030181126141ef575f5ffd5b83016020810192503590506001600160401b0381111561420d575f5ffd5b803603821315613c2a575f5ffd5b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b5f61424e8283614129565b60c0855261426060c08601828461416d565b915050602083013561427181613ba5565b6001600160a01b0316602085015261428c6040840184614129565b858303604087015280835290915f91906020015b818310156142db5783356142b381613ba5565b6001600160a01b031681526020848101359082015260409384019360019390930192016142a0565b6142e760608701613d87565b63ffffffff81166060890152935061430160808701613d87565b63ffffffff81166080890152935061431c60a08701876141da565b9450925086810360a0880152613a6681858561421b565b60018060a01b0384168152826020820152606060408201525f6143596060830184614243565b95945050505050565b634e487b7160e01b5f52601160045260245ffd5b808201808211156114ac576114ac614362565b614393818561409d565b826040820152608060608201525f6143596080830184614243565b818103818111156114ac576114ac614362565b5f816143cf576143cf614362565b505f190190565b5f8235609e1983360301811261411f575f5ffd5b5f6143f58283614129565b60a0855261440760a08601828461416d565b915050602083013561441881613ba5565b6001600160a01b031660208501526040838101359085015263ffffffff61444160608501613d87565b16606085015263ffffffff61445860808501613d87565b1660808501528091505092915050565b60018060a01b0384168152826020820152606060408201525f61435960608301846143ea565b602081525f61190360208301846143ea565b63ffffffff81811683821601908111156114ac576114ac614362565b5f823560fe1983360301811261411f575f5ffd5b828152604060208201525f61397b6040830184614243565b5f60408284031280156144f9575f5ffd5b50604080519081016001600160401b038111828210171561452857634e487b7160e01b5f52604160045260245ffd5b604052823561453681613ba5565b815261454460208401613d87565b60208201529392505050565b63ffffffff82811682821603908111156114ac576114ac614362565b5f63ffffffff82168061458157614581614362565b5f190192915050565b5f6020828403121561459a575f5ffd5b5051919050565b60a081016145af828761409d565b63ffffffff94909416604082015261ffff92831660608201529116608090910152919050565b5f602082840312156145e5575f5ffd5b815161190381613ba5565b5f5f8335601e19843603018112614605575f5ffd5b8301803591506001600160401b0382111561461e575f5ffd5b6020019150600681901b3603821315613c2a575f5ffd5b5f5f8335601e1984360301811261464a575f5ffd5b8301803591506001600160401b03821115614663575f5ffd5b6020019150600581901b3603821315613c2a575f5ffd5b5f5f8335601e1984360301811261468f575f5ffd5b8301803591506001600160401b038211156146a8575f5ffd5b602001915036819003821315613c2a575f5ffd5b80516020808301519190811015613be4575f1960209190910360031b1b16919050565b634e487b7160e01b5f52601260045260245ffd5b5f63ffffffff831680614708576147086146df565b8063ffffffff84160691505092915050565b5f82614728576147286146df565b500490565b5f82518060208501845e5f920191825250919050565b5f82614751576147516146df565b50069056fea2646970667358221220d63b7f01ef92bde201fe23e3565d12efb900ef9e9ff3c2279a81e717dcb1668064736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x00000000000000000000000000000000000000000000000000000000000000ff"}},"0x9d4454b023096f34b160d6b654540c56a1f81688":{"nonce":1,"balance":"0x0","code":"0x60806040526004361015610011575f80fd5b5f3560e01c806331b36bd914610c135780633563b0d114610b7a5780634d2b57fe14610a3c5780634f739f741461046d5780635c155662146102b25763cefdc1d41461005b575f80fd5b346102ae5760603660031901126102ae57610074610d67565b60243590610080610e32565b916040926100d78451926100948685610dac565b60018452601f198601366020860137806100ad85610fb4565b5285516361c8a12f60e11b81526001600160a01b0386169490925f9184918291876004840161152a565b0381875afa9182156102a45763ffffffff6100fe6020946064935f91610282575b50610fb4565b511691875195869384926304ec635160e01b8452600484015263ffffffff8716602484015260448301525afa918215610278575f92610247575b506001600160c01b038216915f83805b61020e575061ffff169261015b84610e17565b9361016887519586610dac565b808552610177601f1991610e17565b013660208601375f925f5b8551851080610203575b156101da576001811b84166001600160c01b03166101b3575b6101ae90611595565b610182565b9360016101ae9160ff60f81b8760f81b165f1a6101d0828a611024565b53019490506101a5565b87836101ff6101ea858a8c611035565b83519384938452806020850152830190610e45565b0390f35b50610100811061018c565b5f1981018181116102335761ffff9116911661ffff8114610233576001019080610148565b634e487b7160e01b5f52601160045260245ffd5b61026a91925060203d602011610271575b6102628183610dac565b81019061156a565b905f610138565b503d610258565b84513d5f823e3d90fd5b61029e91503d805f833e6102968183610dac565b8101906114a9565b5f6100f8565b86513d5f823e3d90fd5b5f80fd5b346102ae5760603660031901126102ae576102cb610d67565b6024356001600160401b0381116102ae576102ea903690600401610eec565b6102f2610e32565b6040516361c8a12f60e11b815290926001600160a01b03165f828061031b86886004840161152a565b0381845afa918215610402575f92610451575b5082519361035461033e86610dcd565b9561034c6040519788610dac565b808752610dcd565b602086019490601f19013686375f5b815181101561040d576103768183610fd5565b519060208463ffffffff61038a848a610fd5565b516040516304ec635160e01b8152600481019690965263ffffffff92831660248701521616604484015282606481885afa8015610402576001925f916103e4575b50828060c01b03166103dd828a610fd5565b5201610363565b6103fc915060203d8111610271576102628183610dac565b896103cb565b6040513d5f823e3d90fd5b8587604051918291602083019060208452518091526040830191905f5b818110610438575050500390f35b825184528594506020938401939092019160010161042a565b6104669192503d805f833e6102968183610dac565b908461032e565b346102ae5760803660031901126102ae57610486610d67565b60243563ffffffff8116908181036102ae576044356001600160401b0381116102ae57366023820112156102ae578060040135916001600160401b0383116102ae57602482019160248436920101116102ae576064356001600160401b0381116102ae576104f8903690600401610eec565b94610501611464565b50604051636830483560e01b81526001600160a01b0391909116939092602084600481885afa938415610402575f94610a1b575b5061053e611464565b936040516361c8a12f60e11b81525f818061055d8c896004840161152a565b03818a5afa908115610402575f91610a01575b50855260018060a01b031691604051976340e03a8160e11b89528760048a0152604060248a01525f89806105a860448201868861154a565b0381875afa988915610402575f996109e5575b5060408699979899019687526105d082610dcd565b956105de6040519788610dac565b8287526105fa601f196105f085610dcd565b0160208901611008565b606081019687525f985b60ff8a169a848c101561085f575f996106348d6106218751610f82565b8c519061062e8383610fd5565b52610fd5565b505f5b85518110156107ee5761064a8187610fd5565b5160208b63ffffffff61065e858a51610fd5565b516040516304ec635160e01b8152600481019590955263ffffffff92831660248601521616604483015281606481885afa908115610402575f916107d0575b506001600160c01b031680156107c15760018f9181906106be848c8e611589565b3560f81c1c16146106d3575b50600101610637565b60208b916106f0849f946106e7908b610fd5565b51918b8d611589565b60405163dd9846b960e01b815260048101929092523560f81c602482015263ffffffff929092166044830152816064818d5afa908115610402578f908d905f93610769575b509163ffffffff61075785610751600197956107609751610fd5565b51610fd5565b91169052611595565b9b90508d6106ca565b925050506020813d82116107b9575b8161078560209383610dac565b810103126102ae57818f63ffffffff6107578f92956107516001976107ac61076098611498565b9750955050955050610735565b3d9150610778565b6325ec6c1f60e01b5f5260045ffd5b6107e8915060203d8111610271576102628183610dac565b8f61069d565b509b909a91996107fd81610f82565b905f5b8b8282106108355760ff95949250610820939150519061062e8383610fd5565b501660ff811461023357600101989997610604565b9063ffffffff61084c826107518860019651610fd5565b51166108588286610fd5565b5201610800565b898560048860208d9660405193848092632efa2ca360e11b82525afa908115610402575f936108b59385936109b4575b506040519687948593849363354952a360e21b855260406004860152604485019161154a565b602483019190915203916001600160a01b03165afa9182156104025761093392610920915f9161099a575b50908594939291602061090d970190815260405196879660208852516080602089015260a0880190610f49565b9051868203601f19016040880152610f49565b9051848203601f19016060860152610f49565b905190601f19838203016080840152815180825260208201916020808360051b8301019401925f915b8383106109695786860387f35b919395509193602080610988600193601f198682030187528951610f49565b9701930193019092869594929361095c565b6109ae91503d805f833e6102968183610dac565b866108e0565b6109d791935060203d6020116109de575b6109cf8183610dac565b810190610fe9565b918961088f565b503d6109c5565b6109fa9199503d805f833e6102968183610dac565b97896105bb565b610a1591503d805f833e6102968183610dac565b89610570565b610a3591945060203d6020116109de576109cf8183610dac565b9287610535565b346102ae5760403660031901126102ae57610a55610d67565b6024356001600160401b0381116102ae57610a74903690600401610eec565b8051610a98610a8282610dcd565b91610a906040519384610dac565b808352610dcd565b602082019290601f19013684376001600160a01b03909316925f5b8151811015610b2d57610ac68183610fd5565b519060405191630a5aec1960e21b83526004830152602082602481895afa8015610402576001925f91610b0f575b50610aff8286610fd5565b90838060a01b0316905201610ab3565b610b27915060203d81116109de576109cf8183610dac565b87610af4565b8383604051918291602083019060208452518091526040830191905f5b818110610b58575050500390f35b82516001600160a01b0316845285945060209384019390920191600101610b4a565b346102ae5760603660031901126102ae57610b93610d67565b6024356001600160401b0381116102ae57366023820112156102ae57806004013591610bbe83610e17565b610bcb6040519182610dac565b83815236602485850101116102ae575f6020856101ff966024610bff97018386013783010152610bf9610e32565b91611035565b604051918291602083526020830190610e45565b346102ae5760403660031901126102ae57610c2c610d67565b602435906001600160401b0382116102ae57366023830112156102ae578160040135610c5781610dcd565b92610c656040519485610dac565b8184526024602085019260051b820101903682116102ae57602401915b818310610d47578385610c958151610f82565b6001600160a01b03909216915f5b8251811015610d31576001600160a01b03610cbe8285610fd5565b516040516309aa152760e11b81529116600482015290602082602481885afa8015610402575f90610cff575b60019250610cf88285610fd5565b5201610ca3565b506020823d8211610d29575b81610d1860209383610dac565b810103126102ae5760019151610cea565b3d9150610d0b565b604051602080825281906101ff90820185610de4565b82356001600160a01b03811681036102ae57815260209283019201610c82565b600435906001600160a01b03821682036102ae57565b606081019081106001600160401b03821117610d9857604052565b634e487b7160e01b5f52604160045260245ffd5b90601f801991011681019081106001600160401b03821117610d9857604052565b6001600160401b038111610d985760051b60200190565b90602080835192838152019201905f5b818110610e015750505090565b8251845260209384019390920191600101610df4565b6001600160401b038111610d9857601f01601f191660200190565b6044359063ffffffff821682036102ae57565b9080602083519182815201916020808360051b8301019401925f915b838310610e7057505050505090565b9091929394601f19828203018352855190602080835192838152019201905f905b808210610eb05750505060208060019297019301930191939290610e61565b909192602060606001926001600160601b0360408851868060a01b03815116845285810151868501520151166040820152019401920190610e91565b9080601f830112156102ae578135610f0381610dcd565b92610f116040519485610dac565b81845260208085019260051b8201019283116102ae57602001905b828210610f395750505090565b8135815260209182019101610f2c565b90602080835192838152019201905f5b818110610f665750505090565b825163ffffffff16845260209384019390920191600101610f59565b90610f8c82610dcd565b610f996040519182610dac565b8281528092610faa601f1991610dcd565b0190602036910137565b805115610fc15760200190565b634e487b7160e01b5f52603260045260245ffd5b8051821015610fc15760209160051b010190565b908160209103126102ae57516001600160a01b03811681036102ae5790565b5f5b82811061101657505050565b60608282015260200161100a565b908151811015610fc1570160200190565b604051636830483560e01b81526001600160a01b0390911692909190602083600481875afa928315610402575f93611443575b50604051634f4c91e160e11b815292602084600481885afa938415610402575f946113fe575b5060206004949560405195868092632efa2ca360e11b82525afa938415610402575f946113dd575b50919493908551926110f16110ca85610dcd565b946110d86040519687610dac565b8086526110e7601f1991610dcd565b0160208601611008565b5f965b80518810156113d3576111078882611024565b51604051638902624560e01b815260f89190911c6004820181905263ffffffff851660248301529790945f866044816001600160a01b0385165afa958615610402575f96611341575b50855161115c81610dcd565b9061116a6040519283610dac565b808252611179601f1991610dcd565b015f5b81811061131857505061118f8b89610fd5565b5261119a8a88610fd5565b505f5b8651811015611307576111b08188610fd5565b516040516308f6629d60e31b81526004810191909152906020826024816001600160a01b038e165afa918215610402575f926112e7575b50866111f3828a610fd5565b5160208d611201858d610fd5565b5160405163fa28c62760e01b8152600481019190915260ff91909116602482015263ffffffff939093166044840152826064816001600160a01b038c165afa908115610402578e925f926112a0575b509361128d611299936001600160601b0386946001986040519561127387610d7d565b8a8060a01b0316865260208601521660408401528d610fd5565b519061062e8383610fd5565b500161119d565b915091506020813d82116112df575b816112bc60209383610dac565b810103126102ae57516001600160601b03811681036102ae578d9161128d611250565b3d91506112af565b61130091925060203d81116109de576109cf8183610dac565b905f6111e7565b5060019099019890975093506110f4565b60209060405161132781610d7d565b5f81525f838201525f60408201528282860101520161117c565b9095503d805f833e6113538183610dac565b8101906020818303126102ae578051906001600160401b0382116102ae57019080601f830112156102ae57815161138981610dcd565b926113976040519485610dac565b81845260208085019260051b8201019283116102ae57602001905b8282106113c357505050945f611150565b81518152602091820191016113b2565b5092955050505050565b6113f791945060203d6020116109de576109cf8183610dac565b925f6110b6565b9093506020813d60201161143b575b8161141a60209383610dac565b810103126102ae5751926001600160a01b03841684036102ae57602061108e565b3d915061140d565b61145d91935060203d6020116109de576109cf8183610dac565b915f611068565b60405190608082018281106001600160401b03821117610d9857604052606080838181528160208201528160408201520152565b519063ffffffff821682036102ae57565b6020818303126102ae578051906001600160401b0382116102ae57019080601f830112156102ae5781516114dc81610dcd565b926114ea6040519485610dac565b81845260208085019260051b8201019283116102ae57602001905b8282106115125750505090565b6020809161151f84611498565b815201910190611505565b60409063ffffffff61154794931681528160208201520190610de4565b90565b908060209392818452848401375f828201840152601f01601f1916010190565b908160209103126102ae57516001600160c01b03811681036102ae5790565b90821015610fc1570190565b5f198114610233576001019056fea26469706673582212202798a3e30f0c42f1ffc8229a8cc64395eb4a40db1100bfe1fd8c02471368c40c64736f6c634300081b0033","storage":{}},"0x9dcce783b6464611f38631e6c851bf441907c710":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x9e126c57330fa71556628e0aabd6b6b6783d99fa":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x9eaf5590f2c84912a08de97fa28d0529361deb9e":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x9ef6c02fb2ecc446146e05f1ff687a788a8bf76d":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0x9fe46736679d2d9a65f0992f2272de9f3c7fa6e0":{"nonce":1,"balance":"0x0","code":"0x608060405234801561000f575f5ffd5b506004361061004a575f3560e01c806346fbf68e1461004e5780638568520614610085578063ce5484281461009a578063eab66d7a146100ad575b5f5ffd5b61007061005c36600461027a565b5f6020819052908152604090205460ff1681565b60405190151581526020015b60405180910390f35b61009861009336600461029a565b6100d8565b005b6100986100a836600461027a565b610111565b6001546100c0906001600160a01b031681565b6040516001600160a01b03909116815260200161007c565b6001546001600160a01b031633146101035760405163794821ff60e01b815260040160405180910390fd5b61010d8282610148565b5050565b6001546001600160a01b0316331461013c5760405163794821ff60e01b815260040160405180910390fd5b610145816101cf565b50565b6001600160a01b03821661016f576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b0382165f8181526020818152604091829020805460ff19168515159081179091558251938452908301527f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152910160405180910390a15050565b6001600160a01b0381166101f6576040516339b190bb60e11b815260040160405180910390fd5b600154604080516001600160a01b03928316815291831660208301527f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892910160405180910390a1600180546001600160a01b0319166001600160a01b0392909216919091179055565b80356001600160a01b0381168114610275575f5ffd5b919050565b5f6020828403121561028a575f5ffd5b6102938261025f565b9392505050565b5f5f604083850312156102ab575f5ffd5b6102b48361025f565b9150602083013580151581146102c8575f5ffd5b80915050925092905056fea2646970667358221220db74dd8a1c2636fc45fee53a0fefff90f86f0498901cb732dc4c0ce26247557164736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000001":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x723077b8a1b173adc35e5f0e7e3662fd1208212cb629f9c128551ea7168da722":"0x0000000000000000000000000000000000000000000000000000000000000001"}},"0xa0ec9ee47802ceb56eb58ce80f3e41630b771b04":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xa0ee7a142d267c1f36714e4a8f75612f20a79720":{"nonce":2,"balance":"0x21e5f445b3cf7033e56","code":"0x","storage":{}},"0xa1196426b41627ae75ea7f7409e074be97367da2":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853":{"nonce":1,"balance":"0x0","code":"0x60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0000000000000000000000000000000000000000000000000000000000000033":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000000000000000000000000000000000000000066":"0x000000000000000000000000000000000000000000000000000000000000001e","0x017aefba5c3ab1da2dab1a3c5aa95643ac2bee9a7ba056dcc62dc14e5c34d47f":"0x0000000000000000000000000000000000000000000000000000000000000000","0x025404a9b80868d34da04ea8ccfed32ca6458eda731e22adadd79dff0a4f9f5d":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0a53bcba6192608baf3d979794bfaf123c6d77b7debeafe03d6d84654565852f":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0de71f7313e09211342a792ede3fc0b9c9023a902194db0e1996006311cd63c4":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0eff5b567e8e5532f921239c67fbbbf2117486e9d073268874c8aa4aa9310d73":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0f3c73f7e774eb863eb896281a670f8d65da435168ad97605aee5378a235939b":"0x0000000000000000000000000000000000000000000000000000000000000000","0x100b92d405499c3de7f4a1e8085709adcf550341c269b620c70ea9255439afcd":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1393a1d70b9b844090bd72cf75acdf0f029e51c7f20dc19f709114e90291f857":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1633aa2ef57ce52d4c67eeb1ceecaebbfda5ceef2e19ba607b88650c0a47f202":"0x0000000000000000000000000000000000000000000000000000000000000000","0x18340c526f800ce75b70c8dacc3e325d9e8e19598a1735e88ff1fa6b8878b976":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1bfb005f6126ff0b966b46dd0f309173020b7907413b19a0e25be39de741400e":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1c01b1e58cad7c9f9ca8c72484653766d6bcbfaf0aefe83ed23dc5545c6cdb43":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1dd10bba900ac0b327e085cc18faa1ab66d3f0a7654ca8836111e1efb6e2f7d3":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1e7f66e4a7f275f374911598389f07268f88053c311197bb2c938d8c5ae0e082":"0x0000000000000000000000000000000000000000000000000000000000000000","0x207a8f91847f8924ea4cb84450821e0891ac96fa9fff39f74231ad613da21a5f":"0x0000000000000000000000000000000000000000000000000000000000000000","0x22080c2d09fb6263ea337b1286f91fb1d59ab7752e5928a2a1e7d9808bbe8bed":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2370238976c7b47e6e4f4992d7c15e466a211919406b88b4ccbe8622e8fcc1a8":"0x0000000000000000000000000000000000000000000000000000000000000000","0x238b2fb9a4fdf453215593b19c7836a559c96acf9012c7a27c028972d6f85803":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2741f036ca735951dede4f893d9b9483d47b1e8395a23f9d071cd97d477eefae":"0x0000000000000000000000000000000000000000000000000000000000000000","0x27eb720cf23598b52171a640c6e16cac7c5a8987f218f1c06aa20470479d7e5c":"0x0000000000000000000000000000000000000000000000000000000000000000","0x28caeeec3909ba55f21c7e4ab1801af2c2a7c50b143dba163368911296923b54":"0x0000000000000000000000000000000000000000000000000000000000000000","0x28fddee6c25d6fdaf9811f0d1df614b893c3fdec5253af2c22aac12fe89e77b9":"0x0000000000000000000000000000000000000000000000000000000000000000","0x29779eec92e7ff8e3eb36b871f50073850ad10444c6dcce08229f3361b74d347":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2b00b187602dc8cf515130478fe8e8ba45062f6a7ae413ba1f023894b0f0036b":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2d845e296cc0208f61091b62f592701dedaf4a9d0e4525d8ef4e48b207d95f4d":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2dc72bbabc152c7252825a47cd34e595a2701a182c945d9973a88af03a8c1785":"0x0000000000000000000000000000000000000000000000000000000000000000","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x000000000000000000000000959922be3caee4b8cd9a407cc3ac1c251c2007b1","0x386ca4caf6b5d029b6056a7ab8ca7941f9c6f68fcf59a75e75818295fb25dee7":"0x0000000000000000000000000000000000000000000000000000000000000000","0x3a3d0c39bf923b98872ee804839e8c5fc70deeba2888de03892f075226a93dd9":"0x0000000000000000000000000000000000000000000000000000000000000000","0x3b18158e653473375b1bcaf68bfd70768a802f10f1757cf5861cac785bb20633":"0x0000000000000000000000000000000000000000000000000000000000000000","0x3c4c5c0b2c2de8d375d7ab1a0b99d4e8c71bac4e9ab19ef3192e2b305229944e":"0x0000000000000000000000000000000000000000000000000000000000000000","0x3cd210789afc22f078e06a51cf159da27eacedb02758343da028623e641d4f83":"0x0000000000000000000000000000000000000000000000000000000000000000","0x3d717104b42fdc487d2ece58f6f1c2af356b98acdfaaa51d6ef0f8d3d7b2b86c":"0x0000000000000000000000000000000000000000000000000000000000000000","0x3e31176190450c9a4f3266e36956229d42460bc115e5cc5651665e4bf1f86fde":"0x0000000000000000000000000000000000000000000000000000000000000000","0x40dc23498734a2815b1289394a4a2a397d278c32c387d1259c25c43a46604967":"0x0000000000000000000000000000000000000000000000000000000000000000","0x443d6f0681ad42c3e0de6d6e7e2318f28aed550d0c90289c598f9dca1aa97db3":"0x0000000000000000000000000000000000000000000000000000000000000000","0x446bb4fdaa9c506ef15ad3e858f9288806d20b568244efdff71bb575bd031dd4":"0x0000000000000000000000000000000000000000000000000000000000000000","0x469a8828c178b6ed2e6e967f91f5fcdaae0f027cc5adaa434c35467e7e591eba":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4bd1a248598516933914f7c6a6034a5ceb25277f3805df0b4c6bc6d58e8df63b":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4c397a6e9902dc63365089322fd5b7c2095100b4bbb5105e284113747585abbd":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4d262569b8595c19c31a0f1b1b57b7a133c94d8a1848b4977f83ed69ac771109":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4de894e1d58718b5665dfc7f5b710366eedb61ce74a9aff71b84570a7d93df0c":"0x0000000000000000000000000000000000000000000000000000000000000000","0x5198c4d0ef0d0dff50c7cdf0b0c169a8058deb467803638255c839040d6cffb6":"0x0000000000000000000000000000000000000000000000000000000000000000","0x5236044366448d26983d66514b13115e8d12f10e5de35822113436247c4836b1":"0x0000000000000000000000000000000000000000000000000000000000000000","0x566f9d80e905d575d7553a2963e58bc4872a486b224e7e45d1f7ccabb5f1dc81":"0x0000000000000000000000000000000000000000000000000000000000000000","0x597c3a78677fd3652996acdd7c56ea31e33bcdcdb9fd461136afc6312a1d6d49":"0x0000000000000000000000000000000000000000000000000000000000000000","0x5c0303bf43fa83aad7ab86a176f351a262bce4957fc64d3f0d935bd3db8262ce":"0x0000000000000000000000000000000000000000000000000000000000000000","0x5ca66219b7ce04fec4ffe5dca348684c1061ab3a7cf389c143db7286407c2021":"0x0000000000000000000000000000000000000000000000000000000000000000","0x5e32a917639086de95162f1342d5e631be0466dbfe4032c8a8a5c0b7cd458cb6":"0x0000000000000000000000000000000000000000000000000000000000000000","0x62610fa3edfb288964ab81be69dc6bb2d586d8f41fa1863b2c8a9103284a11ef":"0x0000000000000000000000000000000000000000000000000000000000000000","0x67cd21b99f556aae1a6c5d3dd6904058397c338d816f868edbfcc25068ecc323":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6b4a04124946d37a612596a81b4699b513a201b0ed06b1fbd0b84be3f0c646ed":"0x0000000000000000000000000000000000000000000000000000000000000000","0x7252638e9537b92a07e7971413facd0d1d32e075f171550c9098ff9a973b94ab":"0x0000000000000000000000000000000000000000000000000000000000000000","0x797143b1c0dc30412a860f89c3c0c0b95983e77c7edd10fb0777124854fbfec4":"0x0000000000000000000000000000000000000000000000000000000000000000","0x7ed08af6bdd7a0c375bde387aff4975a6c9edf2ee2f3bbad902e0878b5e13ef1":"0x0000000000000000000000000000000000000000000000000000000000000000","0x80a7c00ae7ca5d410d9e9409cfd2592347b8f638ce474361dbb5ac93a03c81e3":"0x0000000000000000000000000000000000000000000000000000000000000000","0x81a38abe6cdf821bd61a0a7f850ab0f066d5b7c379214c427447572903f95384":"0x0000000000000000000000000000000000000000000000000000000000000000","0x82625232c2632d914343cf724c00813f6bef3918213ebc7ef5b005194b5b7f16":"0x0000000000000000000000000000000000000000000000000000000000000000","0x890197eddeef7a99039eedfed12ae7b7742025c9560b4cc1c26cd2ffae6c2b68":"0x0000000000000000000000000000000000000000000000000000000000000000","0x89357551bf329529cf61f8ae58779c02378fffad7892130b3e02ce9c432db349":"0x0000000000000000000000000000000000000000000000000000000000000000","0x8ee4c85154e3ebdc63c13f1fbda441db4e85f491c2e805c42543fc4cee48724c":"0x0000000000000000000000000000000000000000000000000000000000000000","0x952727ee84f6793ce2b65793186746c5612521727b0334cb38c5c1ee773dc315":"0x0000000000000000000000000000000000000000000000000000000000000000","0x95f67fa67c8915400b674f2ee9bb50879c889ac2a6a40f89cf86f0c6e9a04421":"0x0000000000000000000000000000000000000000000000000000000000000000","0x9655b2ef9788fd9b9d882457865bbb1c046823385d49223774cba503924cdf8c":"0x0000000000000000000000000000000000000000000000000000000000000000","0x97f85b0f31ef2ac63d62c131903c0aceae3460ca2dc641fc0bc1e2485894a7d4":"0x0000000000000000000000000000000000000000000000000000000000000000","0x9839e89904a9756a4a3ff61bae79da9af9ac17f85f161ea7dfde12d3b476a40d":"0x0000000000000000000000000000000000000000000000000000000000000000","0x9d39774e8efe6337566370c5ae412d86631a4cbf583be830bf17483edc8c2457":"0x0000000000000000000000000000000000000000000000000000000000000000","0x9e785299ea34a9481d9a8b9db845a134733d7608b8e26f95e6395f87f3490625":"0x0000000000000000000000000000000000000000000000000000000000000000","0xa1c255f4b4177460d5fc832a3df288de2f0a658fd010e69c115b890f5f09dd9a":"0x0000000000000000000000000000000000000000000000000000000000000000","0xa2ccb4b59e9710e838974c3aa528911d97be1a1577dcb24d75eb8a07d8624fd8":"0x0000000000000000000000000000000000000000000000000000000000000000","0xa3608d5b35120f13b88ae5e7379a81b2a204dc15cec5b444d4e1ca1e148c690a":"0x0000000000000000000000000000000000000000000000000000000000000000","0xa4a288c8f1ab4d99b8b71ccfc7a587e921aad96bee60704e512773d7abbc73ae":"0x0000000000000000000000000000000000000000000000000000000000000000","0xa9a550cdc2021cc49ba4e8b3cbf7c7e026c012c39c60915cfaab702648ff0be3":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb03c1d8a8855206d8f1a60ef13fe8ca0133e544612372e0bf9492485fffa4665":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb191138402de41f42cafcfb5ac8f654f89063fff2c8bb451ca4be42e2195b458":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb1f0bee038dec1cc338bc9d500809dffbb974e96520ad8b088eaa55e37252a27":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb41f69155ee7e8828a8d4d917e819e19c28c9c3671d26f570758d8702515f70d":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512","0xbbed94ee43ad8dc25c0f280657be25eac161dcc66395523da10db7015bc63ae2":"0x0000000000000000000000000000000000000000000000000000000000000000","0xbcba1a655201bf8d2bd7ee80cd8d5158c658fb6dd498b61789418a5f61cbab59":"0x0000000000000000000000000000000000000000000000000000000000000000","0xc08e12bc5fbb93846fc7f8767f5766d85d90cb37cdea4ec4a114071008d41df4":"0x0000000000000000000000000000000000000000000000000000000000000000","0xc0bfdc87e86ca4560aa132098db5554e502eca9488c550d23f4637a221cd6d69":"0x0000000000000000000000000000000000000000000000000000000000000000","0xc99104e74ea3dee5dd8b9932396279d855dc3fab84a167fd37b4136d447276d1":"0x0000000000000000000000000000000000000000000000000000000000000000","0xca6dcc01ab1f2bfe701a4af18ae650d51526b1452b35e6f13145a0f44a672b5d":"0x0000000000000000000000000000000000000000000000000000000000000000","0xcbb35128f7977519368f3f843d70ba6a036e878df4cf1aaf966a4682b111106f":"0x0000000000000000000000000000000000000000000000000000000000000000","0xcc3b850d34ee990099ab13b03f2ae430c56b5c1694ab614e27c26ab04efcb56e":"0x0000000000000000000000000000000000000000000000000000000000000000","0xcf12883c0efa64ef4a106bff64685433c1d7aa1316b9289d7b2e1186b1f32f47":"0x0000000000000000000000000000000000000000000000000000000000000000","0xcf3675944c3d43ca7e07ccff77a7e918455a2acae903e1d64f79985d7257353f":"0x0000000000000000000000000000000000000000000000000000000000000000","0xd1f67244d7f1592a5789ba6e37307b5d5d509c73ae17c52282347b2cb85546b6":"0x0000000000000000000000000000000000000000000000000000000000000000","0xd217710a0c414a0f43791db2b6df0b24fa10e2744800f58caf0c33ca34de7572":"0x0000000000000000000000000000000000000000000000000000000000000000","0xd28ede4c0286495384528324134a1916c34fccca41892f3c3d7ff5b7b8eb1e20":"0x0000000000000000000000000000000000000000000000000000000000000000","0xd2dd2467175a01517406c1ccd6f71a1f0565aeca427e9390e8722cc7b213fca8":"0x0000000000000000000000000000000000000000000000000000000000000000","0xd8b6b5448d90c3f7d34cd3e01f2d32f24abf9bb3712610f0dc345bafab64f86c":"0x0000000000000000000000000000000000000000000000000000000000000000","0xdb8013aec13e317a941f816e69f97d6e5a504a44e45bd5c3ea290b96776661b3":"0x0000000000000000000000000000000000000000000000000000000000000000","0xdd2f027e0b453595c5bf38e6b021383e71154d48d02a6c516179e62e33003233":"0x0000000000000000000000000000000000000000000000000000000000000000","0xe33b1e9e845f441a762da846325b71d19c31bd88da797505f1a222b11520df32":"0x0000000000000000000000000000000000000000000000000000000000000000","0xef01b8890ceae86e9d9558315290cd0b6a727187535759e0848739239435e1c1":"0x0000000000000000000000000000000000000000000000000000000000000000","0xf30b40d9f7eda275f0c971d203517a454796ba4a4e6ac0b621447d6a429a738f":"0x0000000000000000000000000000000000000000000000000000000000000000","0xf76261352269f076f5083fc868f9305a11ec8b3c1409d30c4452b6d3ca084eae":"0x0000000000000000000000000000000000000000000000000000000000000000","0xf88c41002e35f0bdecdcdbe2085c9bad166d9cf6583760609c2eb4e5be0e80d7":"0x0000000000000000000000000000000000000000000000000000000000000000","0xfd576f48ab0fab85cf3bd2faf87009b68805c1646ff62d25fe8290a91749a2b9":"0x0000000000000000000000000000000000000000000000000000000000000000","0xfdc10ad373e0e13a6f08491ec811e31456c414e032289201d3b2876b95591f58":"0x0000000000000000000000000000000000000000000000000000000000000000"}},"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0":{"nonce":1,"balance":"0x0","code":"0x608060405234801561000f575f5ffd5b5060043610610055575f3560e01c80633659cfe6146100595780635c60da1b1461006e578063715018a6146100975780638da5cb5b1461009f578063f2fde38b146100af575b5f5ffd5b61006c6100673660046102d7565b6100c2565b005b6001546001600160a01b03165b6040516001600160a01b03909116815260200160405180910390f35b61006c610109565b5f546001600160a01b031661007b565b61006c6100bd3660046102d7565b61011c565b6100ca61019a565b6100d3816101f3565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b61011161019a565b61011a5f610288565b565b61012461019a565b6001600160a01b03811661018e5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b61019781610288565b50565b5f546001600160a01b0316331461011a5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610185565b6001600160a01b0381163b6102665760405162461bcd60e51b815260206004820152603360248201527f5570677261646561626c65426561636f6e3a20696d706c656d656e746174696f6044820152721b881a5cc81b9bdd08184818dbdb9d1c9858dd606a1b6064820152608401610185565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f602082840312156102e7575f5ffd5b81356001600160a01b03811681146102fd575f5ffd5b939250505056fea2646970667358221220521ca4c20142a7f693ef7735bad4fe09622e49c3a7bd3c7b54c1ae4e9a37a04864736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000000000000000000000000000000000000000001":"0x000000000000000000000000b7f8bc63bbcad18155201308c8f3540b07f84f5e"}},"0xa82ff9afd8f496c3d6ac40e2a0f282e47488cfc9":{"nonce":1,"balance":"0x0","code":"0x60808060405260043610156011575f80fd5b5f3560e01c63c2985578146023575f80fd5b346039575f366003190112603957805f60209252f35b5f80fdfea264697066735822122000286effa624ab12275f8ccc327fc364fd572f6f2d2715420829728c1407962f64736f6c634300081b0033","storage":{}},"0xab707cb80e7de7c75d815b1a653433f3eec44c74":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xb7278a61aa25c888815afc32ad3cc52ff24fe575":{"nonce":1,"balance":"0x0","code":"0x60806040526004361015610011575f80fd5b5f3560e01c806310bea0d714610268578063af65fdfc14610268578063cf1d6b42146102245763f043367e14610045575f80fd5b346102205760403660031901126102205760243567ffffffffffffffff8111610220573660238201121561022057806004013567ffffffffffffffff81116101fd576040519161009f601f8301601f191660200184610303565b818352366024838301011161022057815f9260246020930183860137830101527f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03163303610211576004355f525f60205260405f20815167ffffffffffffffff81116101fd5761011782546102cb565b601f81116101b8575b50602092601f821160011461015c57928192935f92610151575b50505f19600383901b1c191660019190911b179055005b015190505f8061013a565b601f19821693835f52805f20915f5b8681106101a05750836001959610610188575b505050811b019055005b01515f1960f88460031b161c191690555f808061017e565b9192602060018192868501518155019401920161016b565b825f5260205f20601f830160051c810191602084106101f3575b601f0160051c01905b8181106101e85750610120565b5f81556001016101db565b90915081906101d2565b634e487b7160e01b5f52604160045260245ffd5b632c01b20560e21b5f5260045ffd5b5f80fd5b34610220575f366003190112610220576040517f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03168152602090f35b34610220576020366003190112610220576004355f525f60205261029d61029160405f20610325565b604051918291826102a1565b0390f35b602060409281835280519182918282860152018484015e5f828201840152601f01601f1916010190565b90600182811c921680156102f9575b60208310146102e557565b634e487b7160e01b5f52602260045260245ffd5b91607f16916102da565b90601f8019910116810190811067ffffffffffffffff8211176101fd57604052565b9060405191825f825492610338846102cb565b80845293600181169081156103a3575060011461035f575b5061035d92500383610303565b565b90505f9291925260205f20905f915b81831061038757505090602061035d928201015f610350565b602091935080600191548385890101520191019091849261036e565b90506020925061035d94915060ff191682840152151560051b8201015f61035056fea26469706673582212201f9202a00c32bf6e49ab832dd78ef68facfd396b2aae63935674ac267e44f46b64736f6c634300081b0033","storage":{}},"0xb7f8bc63bbcad18155201308c8f3540b07f84f5e":{"nonce":1,"balance":"0x0","code":"0x60806040526004361061017e575f3560e01c80636fcd0e53116100cd578063c490744211610087578063dda3346c11610062578063dda3346c146105d1578063ee94d67c146105f0578063f074ba621461060f578063f28824611461062e575f5ffd5b8063c490744214610574578063c4d66de814610593578063d06d5587146105b2575f5ffd5b80636fcd0e531461048f5780637439841f146104bb57806374cdd798146104f057806388676cad146105235780639b4e463414610542578063b522538a14610555575f5ffd5b80634665bcda1161013857806354fd4d501161011357806354fd4d5014610404578063587533571461042557806358eaee79146104445780636c0d2d5a14610470575f5ffd5b80634665bcda146102b257806347d28372146102e557806352396a59146103d0575f5ffd5b8063039157d2146101bc5780630b18ff66146101dd5780632340e8d3146102195780633474aa161461023c5780633f65cf191461026d57806342ecff2a1461028c575f5ffd5b366101b8576040513481527f6fdd3dbdb173299608c0aa9f368735857c8842b581f8389238bf05bd04b3bf499060200160405180910390a1005b5f5ffd5b3480156101c7575f5ffd5b506101db6101d63660046130c2565b610661565b005b3480156101e8575f5ffd5b506033546101fc906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b348015610224575f5ffd5b5061022e60395481565b604051908152602001610210565b348015610247575f5ffd5b506034546001600160401b03165b6040516001600160401b039091168152602001610210565b348015610278575f5ffd5b506101db61028736600461317b565b61098d565b348015610297575f5ffd5b50603a5461025590600160401b90046001600160401b031681565b3480156102bd575f5ffd5b506101fc7f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c85381565b3480156102f0575f5ffd5b506103756040805160a0810182525f80825260208201819052918101829052606081018290526080810191909152506040805160a081018252603c548152603d5462ffffff811660208301526001600160401b0363010000008204811693830193909352600160581b810460070b6060830152600160981b9004909116608082015290565b60405161021091905f60a0820190508251825262ffffff60208401511660208301526001600160401b036040840151166040830152606083015160070b60608301526001600160401b03608084015116608083015292915050565b3480156103db575f5ffd5b506102556103ea366004613250565b603b6020525f90815260409020546001600160401b031681565b34801561040f575f5ffd5b50610418610c15565b604051610210919061329e565b348015610430575f5ffd5b50603e546101fc906001600160a01b031681565b34801561044f575f5ffd5b5061046361045e3660046132ed565b610c45565b604051610210919061335f565b34801561047b575f5ffd5b5061022e61048a366004613250565b610ca7565b34801561049a575f5ffd5b506104ae6104a936600461336d565b610db5565b6040516102109190613384565b3480156104c6575f5ffd5b506104636104d536600461336d565b5f90815260366020526040902054600160c01b900460ff1690565b3480156104fb575f5ffd5b506101fc7f00000000000000000000000000000000219ab540356cbb839cbe05303d7705fa81565b34801561052e575f5ffd5b506101db61053d3660046133e7565b610e60565b6101db610550366004613402565b610f55565b348015610560575f5ffd5b506104ae61056f3660046132ed565b61109c565b34801561057f575f5ffd5b506101db61058e366004613492565b61118b565b34801561059e575f5ffd5b506101db6105ad3660046134bc565b6112c2565b3480156105bd575f5ffd5b506101db6105cc3660046134bc565b61140c565b3480156105dc575f5ffd5b506101db6105eb3660046135a7565b6114a0565b3480156105fb575f5ffd5b50603a54610255906001600160401b031681565b34801561061a575f5ffd5b506101db610629366004613679565b6115ff565b348015610639575f5ffd5b506102557f000000000000000000000000000000000000000000000000000000006059f46081565b604051635ac86ab760e01b8152600660048201819052907f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8536001600160a01b031690635ac86ab790602401602060405180830381865afa1580156106c7573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106eb91906136e0565b156107095760405163840a48d560e01b815260040160405180910390fd5b604051635ac86ab760e01b8152600860048201819052907f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8536001600160a01b031690635ac86ab790602401602060405180830381865afa15801561076f573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061079391906136e0565b156107b15760405163840a48d560e01b815260040160405180910390fd5b5f6107f56107bf85806136fb565b808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152506119fc92505050565b5f818152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff1660028111156108635761086361332b565b60028111156108745761087461332b565b81525050905080604001516001600160401b0316876001600160401b0316116108b0576040516337e07ffd60e01b815260040160405180910390fd5b6001816060015160028111156108c8576108c861332b565b146108e65760405163d49e19a760e01b815260040160405180910390fd5b6109296108f386806136fb565b808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250611a1e92505050565b6109465760405163161ce5ed60e31b815260040160405180910390fd5b61095861095288610ca7565b87611a46565b61097b863561096787806136fb565b61097460208a018a613740565b8651611aeb565b6109845f611c12565b50505050505050565b6033546001600160a01b03163314806109b05750603e546001600160a01b031633145b6109cd5760405163427a777960e01b815260040160405180910390fd5b604051635ac86ab760e01b8152600260048201819052907f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8536001600160a01b031690635ac86ab790602401602060405180830381865afa158015610a33573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a5791906136e0565b15610a755760405163840a48d560e01b815260040160405180910390fd5b8584148015610a8357508382145b610aa0576040516343714afd60e01b815260040160405180910390fd5b603a546001600160401b03600160401b9091048116908a1611610ad6576040516337e07ffd60e01b815260040160405180910390fd5b610ae8610ae28a610ca7565b89611a46565b5f805b87811015610b8057610b6c8a358a8a84818110610b0a57610b0a613782565b9050602002016020810190610b1f9190613796565b898985818110610b3157610b31613782565b9050602002810190610b439190613740565b898987818110610b5557610b55613782565b9050602002810190610b6791906136fb565b611d92565b610b7690836137ce565b9150600101610aeb565b5060335460405163a1ca780b60e01b81526001600160a01b0391821660048201525f6024820152604481018390527f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8539091169063a1ca780b906064015f604051808303815f87803b158015610bf3575f5ffd5b505af1158015610c05573d5f5f3e3d5ffd5b5050505050505050505050505050565b6060610c407f76302e302e300000000000000000000000000000000000000000000000000006612247565b905090565b5f5f610c8584848080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525061228492505050565b5f90815260366020526040902054600160c01b900460ff169150505b92915050565b5f610cb5611fff600c6137e1565b610cc86001600160401b038416426137f8565b10610ce657604051637944e66d60e11b815260040160405180910390fd5b604080516001600160401b03841660208201525f918291720f3df6d732807ef1319fb7b8bb8522d0beac02910160408051601f1981840301815290829052610d2d91613822565b5f60405180830381855afa9150503d805f8114610d65576040519150601f19603f3d011682016040523d82523d5f602084013e610d6a565b606091505b5091509150818015610d7c57505f8151115b610d995760405163558ad0a360e01b815260040160405180910390fd5b80806020019051810190610dad919061382d565b949350505050565b610ddc604080516080810182525f8082526020820181905291810182905290606082015290565b5f82815260366020908152604091829020825160808101845281546001600160401b038082168352600160401b8204811694830194909452600160801b810490931693810193909352906060830190600160c01b900460ff166002811115610e4657610e4661332b565b6002811115610e5757610e5761332b565b90525092915050565b6033546001600160a01b0316331480610e835750603e546001600160a01b031633145b610ea05760405163427a777960e01b815260040160405180910390fd5b604051635ac86ab760e01b8152600660048201819052907f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8536001600160a01b031690635ac86ab790602401602060405180830381865afa158015610f06573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f2a91906136e0565b15610f485760405163840a48d560e01b815260040160405180910390fd5b610f5182611c12565b5050565b336001600160a01b037f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8531614610f9e57604051633213a66160e21b815260040160405180910390fd5b346801bc16d674ec80000014610fc75760405163049696b360e31b815260040160405180910390fd5b7f00000000000000000000000000000000219ab540356cbb839cbe05303d7705fa6001600160a01b031663228951186801bc16d674ec800000878761100a612315565b8888886040518863ffffffff1660e01b815260040161102e9695949392919061386c565b5f604051808303818588803b158015611045575f5ffd5b505af1158015611057573d5f5f3e3d5ffd5b50505050507f606865b7934a25d4aed43f6cdb426403353fa4b3009c4d228407474581b01e23858560405161108d9291906138ba565b60405180910390a15050505050565b6110c3604080516080810182525f8082526020820181905291810182905290606082015290565b60365f61110485858080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525061228492505050565b815260208082019290925260409081015f20815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b81049094169281019290925290916060830190600160c01b900460ff1660028111156111705761117061332b565b60028111156111815761118161332b565b9052509392505050565b336001600160a01b037f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c85316146111d457604051633213a66160e21b815260040160405180910390fd5b5f6111e3633b9aca00836138e1565b90506111fc633b9aca006001600160401b0383166137e1565b6034549092506001600160401b03908116908216111561122f576040516302c6f54760e21b815260040160405180910390fd5b603480548291905f9061124c9084906001600160401b03166138f4565b92506101000a8154816001600160401b0302191690836001600160401b03160217905550826001600160a01b03167f8947fd2ce07ef9cc302c4e8f0461015615d91ce851564839e91cc804c2f49d8e836040516112ab91815260200190565b60405180910390a26112bd8383612359565b505050565b5f54610100900460ff16158080156112e057505f54600160ff909116105b806112f95750303b1580156112f957505f5460ff166001145b6113615760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015611382575f805461ff0019166101001790555b6001600160a01b0382166113a9576040516339b190bb60e11b815260040160405180910390fd5b603380546001600160a01b0319166001600160a01b0384161790558015610f51575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15050565b6033546001600160a01b031633146114375760405163719f370360e11b815260040160405180910390fd5b603e54604080516001600160a01b03928316815291831660208301527ffb8129080a19d34dceac04ba253fc50304dc86c729bd63cdca4a969ad19a5eac910160405180910390a1603e80546001600160a01b0319166001600160a01b0392909216919091179055565b6033546001600160a01b031633146114cb5760405163719f370360e11b815260040160405180910390fd5b604051635ac86ab760e01b8152600560048201819052907f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8536001600160a01b031690635ac86ab790602401602060405180830381865afa158015611531573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061155591906136e0565b156115735760405163840a48d560e01b815260040160405180910390fd5b8251845114611595576040516343714afd60e01b815260040160405180910390fd5b5f5b84518110156115f8576115f0838583815181106115b6576115b6613782565b60200260200101518784815181106115d0576115d0613782565b60200260200101516001600160a01b031661246e9092919063ffffffff16565b600101611597565b5050505050565b604051635ac86ab760e01b8152600760048201819052907f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8536001600160a01b031690635ac86ab790602401602060405180830381865afa158015611665573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061168991906136e0565b156116a75760405163840a48d560e01b815260040160405180910390fd5b603a54600160401b90046001600160401b03165f8190036116db57604051631a544f4960e01b815260040160405180910390fd5b6040805160a081018252603c54808252603d5462ffffff811660208401526001600160401b0363010000008204811694840194909452600160581b810460070b6060840152600160981b900490921660808201529061173a90876124c0565b5f805b858110156119a3573687878381811061175857611758613782565b905060200281019061176a9190613913565b80355f908152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff1660028111156117da576117da61332b565b60028111156117eb576117eb61332b565b90525090506001816060015160028111156118085761180861332b565b1461181457505061199b565b856001600160401b031681604001516001600160401b03161061183857505061199b565b5f8080611848848a8f3588612571565b60208b018051939650919450925061185f82613931565b62ffffff1690525060808801805184919061187b90839061394e565b6001600160401b031690525060608801805183919061189b90839061396d565b60070b9052506118ab818861394e565b85355f908152603660209081526040918290208751815492890151938901516001600160401b03908116600160801b0267ffffffffffffffff60801b19958216600160401b026001600160801b0319909516919092161792909217928316821781556060880151939a50879390929091839160ff60c01b1990911668ffffffffffffffffff60801b1990911617600160c01b83600281111561194f5761194f61332b565b021790555050845160405164ffffffffff90911691506001600160401b038b16907fa91c59033c3423e18b54d0acecebb4972f9ea95aedf5f4cae3b677b02eaf3a3f905f90a350505050505b60010161173d565b506001600160401b038084165f908152603b60205260408120805484939192916119cf9185911661394e565b92506101000a8154816001600160401b0302191690836001600160401b0316021790555061098482612694565b5f815f81518110611a0f57611a0f613782565b60200260200101519050919050565b5f81600381518110611a3257611a32613782565b60200260200101515f5f1b14159050919050565b611a52600360206137e1565b611a5f6020830183613740565b905014611a7f576040516313717da960e21b815260040160405180910390fd5b611ace611a8f6020830183613740565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f92019190915250869250508435905060036128c3565b610f51576040516309bde33960e01b815260040160405180910390fd5b60088414611b0c5760405163200591bd60e01b815260040160405180910390fd5b6005611b1a602860016137ce565b611b2491906137ce565b611b2f9060206137e1565b8214611b4e576040516313717da960e21b815260040160405180910390fd5b5f611b8a8686808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152506128da92505050565b90505f64ffffffffff8316611ba1602860016137ce565b600b901b179050611beb85858080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152508c92508691508590506128c3565b611c08576040516309bde33960e01b815260040160405180910390fd5b5050505050505050565b603a54600160401b90046001600160401b031615611c425760405162be9bc360e81b815260040160405180910390fd5b603a546001600160401b03428116911603611c70576040516367db5b8b60e01b815260040160405180910390fd5b6034545f906001600160401b0316611c8c633b9aca00476138e1565b611c9691906138f4565b9050818015611cac57506001600160401b038116155b15611cca576040516332dea95960e21b815260040160405180910390fd5b5f6040518060a00160405280611cdf42610ca7565b815260395462ffffff1660208201526001600160401b0380851660408301525f60608301819052608090920191909152603a805442909216600160401b026fffffffffffffffff0000000000000000199092169190911790559050611d4381612694565b805160208083015160405162ffffff90911681526001600160401b034216917f575796133bbed337e5b39aa49a30dc2556a91e0c6c2af4b7b886ae77ebef1076910160405180910390a3505050565b5f5f611dcf8484808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152506119fc92505050565b5f818152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff166002811115611e3d57611e3d61332b565b6002811115611e4e57611e4e61332b565b90525090505f81606001516002811115611e6a57611e6a61332b565b14611e88576040516335e09e9d60e01b815260040160405180910390fd5b6001600160401b038016611ecd8686808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250612b6a92505050565b6001600160401b031603611ef457604051631958236d60e21b815260040160405180910390fd5b6001600160401b038016611f398686808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250612b8e92505050565b6001600160401b031614611f6057604051632eade63760e01b815260040160405180910390fd5b611f68612315565b611f719061399c565b611fac8686808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250612ba592505050565b14611fca57604051633772dd5360e11b815260040160405180910390fd5b5f6120068686808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250612bb992505050565b90506120168a87878b8b8e611aeb565b60398054905f612025836139bf565b9091555050603a545f90600160401b90046001600160401b03161561205c57603a54600160401b90046001600160401b0316612069565b603a546001600160401b03165b6040805160808101825264ffffffffff8d1681526001600160401b03858116602083015283169181019190915290915060608101600190525f858152603660209081526040918290208351815492850151938501516001600160401b03908116600160801b0267ffffffffffffffff60801b19958216600160401b026001600160801b031990951691909216179290921792831682178155606084015190929091839160ff60c01b1990911668ffffffffffffffffff60801b1990911617600160c01b83600281111561213e5761213e61332b565b021790555050603d8054849250601390612169908490600160981b90046001600160401b031661394e565b92506101000a8154816001600160401b0302191690836001600160401b031602179055507f2d0800bbc377ea54a08c5db6a87aafff5e3e9c8fead0eda110e40e0c104414498a6040516121c9919064ffffffffff91909116815260200190565b60405180910390a16040805164ffffffffff8c1681526001600160401b03838116602083015284168183015290517f0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df9181900360600190a1612238633b9aca006001600160401b0384166137e1565b9b9a5050505050505050505050565b60605f61225383612bd0565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b5f81516030146122a757604051634f88323960e11b815260040160405180910390fd5b6040516002906122bd9084905f906020016139d7565b60408051601f19818403018152908290526122d791613822565b602060405180830381855afa1580156122f2573d5f5f3e3d5ffd5b5050506040513d601f19601f82011682018060405250810190610ca1919061382d565b60408051600160f81b60208201525f602182015230606090811b6bffffffffffffffffffffffff1916602c8301529101604051602081830303815290604052905090565b804710156123a95760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a20696e73756666696369656e742062616c616e63650000006044820152606401611358565b5f826001600160a01b0316826040515f6040518083038185875af1925050503d805f81146123f2576040519150601f19603f3d011682016040523d82523d5f602084013e6123f7565b606091505b50509050806112bd5760405162461bcd60e51b815260206004820152603a60248201527f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260448201527f6563697069656e74206d617920686176652072657665727465640000000000006064820152608401611358565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663a9059cbb60e01b1790526112bd908490612bf7565b6124cc600560036137ce565b6124d79060206137e1565b6124e46020830183613740565b905014612504576040516313717da960e21b815260040160405180910390fd5b606c6125546125166020840184613740565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152508792505085359050846128c3565b6112bd576040516309bde33960e01b815260040160405180910390fd5b83516020850151905f90819081612589878388612cca565b9050846001600160401b0316816001600160401b031614612603576125ae85826139fb565b6040805164ffffffffff851681526001600160401b038b8116602083015284168183015290519195507f0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df919081900360600190a15b6001600160401b0380821660208b0181905290891660408b01525f036126885760398054905f61263283613a2a565b9091555050600260608a015261264784613a3f565b92508164ffffffffff16886001600160401b03167f2a02361ffa66cf2c2da4682c2355a6adcaa9f6c227b6e6563e68480f9587626a60405160405180910390a35b50509450945094915050565b602081015162ffffff1615612734578051603c556020810151603d80546040840151606085015160809095015162ffffff9094166affffffffffffffffffffff199092169190911763010000006001600160401b0392831602176fffffffffffffffffffffffffffffffff60581b1916600160581b9482169490940267ffffffffffffffff60981b191693909317600160981b9390921692909202179055565b60808101516034545f91612750916001600160401b031661394e565b90505f82606001518360400151612767919061396d565b60408401516034805492935090915f9061278b9084906001600160401b031661394e565b82546101009290920a6001600160401b03818102199093169183160217909155603a8054600160401b810483166001600160801b03199091161790555f91506127db90633b9aca009085166137e1565b90505f6127f0633b9aca00600785900b613a64565b603a546040518281529192506001600160401b0316907f525408c201bc1576eb44116f6478f1c2a54775b19a043bcfdc708364f74f8e449060200160405180910390a260335460405163a1ca780b60e01b81526001600160a01b03918216600482015260248101849052604481018390527f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8539091169063a1ca780b906064015f604051808303815f87803b1580156128a6575f5ffd5b505af11580156128b8573d5f5f3e3d5ffd5b505050505050505050565b5f836128d0868585612da8565b1495945050505050565b5f5f600283516128ea91906138e1565b90505f816001600160401b03811115612905576129056134d7565b60405190808252806020026020018201604052801561292e578160200160208202803683370190505b5090505f5b82811015612a285760028561294883836137e1565b8151811061295857612958613782565b60200260200101518683600261296e91906137e1565b6129799060016137ce565b8151811061298957612989613782565b60200260200101516040516020016129ab929190918252602082015260400190565b60408051601f19818403018152908290526129c591613822565b602060405180830381855afa1580156129e0573d5f5f3e3d5ffd5b5050506040513d601f19601f82011682018060405250810190612a03919061382d565b828281518110612a1557612a15613782565b6020908102919091010152600101612933565b50612a346002836138e1565b91505b8115612b47575f5b82811015612b3457600282612a5483836137e1565b81518110612a6457612a64613782565b602002602001015183836002612a7a91906137e1565b612a859060016137ce565b81518110612a9557612a95613782565b6020026020010151604051602001612ab7929190918252602082015260400190565b60408051601f1981840301815290829052612ad191613822565b602060405180830381855afa158015612aec573d5f5f3e3d5ffd5b5050506040513d601f19601f82011682018060405250810190612b0f919061382d565b828281518110612b2157612b21613782565b6020908102919091010152600101612a3f565b50612b406002836138e1565b9150612a37565b805f81518110612b5957612b59613782565b602002602001015192505050919050565b5f610ca182600581518110612b8157612b81613782565b6020026020010151612e7c565b5f610ca182600681518110612b8157612b81613782565b5f81600181518110611a0f57611a0f613782565b5f610ca182600281518110612b8157612b81613782565b5f60ff8216601f811115610ca157604051632cd44ac360e21b815260040160405180910390fd5b5f612c4b826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316612ee39092919063ffffffff16565b905080515f1480612c6b575080806020019051810190612c6b91906136e0565b6112bd5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401611358565b5f612cd7602660016137ce565b612ce29060206137e1565b612cef6040840184613740565b905014612d0f576040516313717da960e21b815260040160405180910390fd5b5f612d1b600485613a93565b64ffffffffff169050612d74612d346040850185613740565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525089925050506020860135846128c3565b612d91576040516309bde33960e01b815260040160405180910390fd5b612d9f836020013585612ef1565b95945050505050565b5f83515f14158015612dc5575060208451612dc39190613abc565b155b612de2576040516313717da960e21b815260040160405180910390fd5b604080516020808201909252848152905b85518111612e7257612e06600285613abc565b5f03612e385781515f528086015160205260208260405f60026107d05a03fa612e2d575f5ffd5b600284049350612e60565b808601515f52815160205260208260405f60026107d05a03fa612e59575f5ffd5b6002840493505b612e6b6020826137ce565b9050612df3565b5051949350505050565b60f881901c60e882901c61ff00161760d882901c62ff0000161760c882901c63ff000000161764ff0000000060b883901c161765ff000000000060a883901c161766ff000000000000609883901c161767ff0000000000000060889290921c919091161790565b6060610dad84845f85612f1d565b5f80612efe600484613acf565b612f09906040613af8565b64ffffffffff169050610dad84821b612e7c565b606082471015612f7e5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401611358565b5f5f866001600160a01b03168587604051612f999190613822565b5f6040518083038185875af1925050503d805f8114612fd3576040519150601f19603f3d011682016040523d82523d5f602084013e612fd8565b606091505b5091509150612fe987838387612ff4565b979650505050505050565b606083156130625782515f0361305b576001600160a01b0385163b61305b5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401611358565b5081610dad565b610dad83838151156130775781518083602001fd5b8060405162461bcd60e51b8152600401611358919061329e565b80356001600160401b03811681146130a7575f5ffd5b919050565b5f604082840312156130bc575f5ffd5b50919050565b5f5f5f606084860312156130d4575f5ffd5b6130dd84613091565b925060208401356001600160401b038111156130f7575f5ffd5b613103868287016130ac565b92505060408401356001600160401b0381111561311e575f5ffd5b61312a868287016130ac565b9150509250925092565b5f5f83601f840112613144575f5ffd5b5081356001600160401b0381111561315a575f5ffd5b6020830191508360208260051b8501011115613174575f5ffd5b9250929050565b5f5f5f5f5f5f5f5f60a0898b031215613192575f5ffd5b61319b89613091565b975060208901356001600160401b038111156131b5575f5ffd5b6131c18b828c016130ac565b97505060408901356001600160401b038111156131dc575f5ffd5b6131e88b828c01613134565b90975095505060608901356001600160401b03811115613206575f5ffd5b6132128b828c01613134565b90955093505060808901356001600160401b03811115613230575f5ffd5b61323c8b828c01613134565b999c989b5096995094979396929594505050565b5f60208284031215613260575f5ffd5b61326982613091565b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6132696020830184613270565b5f5f83601f8401126132c0575f5ffd5b5081356001600160401b038111156132d6575f5ffd5b602083019150836020828501011115613174575f5ffd5b5f5f602083850312156132fe575f5ffd5b82356001600160401b03811115613313575f5ffd5b61331f858286016132b0565b90969095509350505050565b634e487b7160e01b5f52602160045260245ffd5b6003811061335b57634e487b7160e01b5f52602160045260245ffd5b9052565b60208101610ca1828461333f565b5f6020828403121561337d575f5ffd5b5035919050565b5f6080820190506001600160401b0383511682526001600160401b0360208401511660208301526001600160401b03604084015116604083015260608301516133d0606084018261333f565b5092915050565b80151581146133e4575f5ffd5b50565b5f602082840312156133f7575f5ffd5b8135613269816133d7565b5f5f5f5f5f60608688031215613416575f5ffd5b85356001600160401b0381111561342b575f5ffd5b613437888289016132b0565b90965094505060208601356001600160401b03811115613455575f5ffd5b613461888289016132b0565b96999598509660400135949350505050565b6001600160a01b03811681146133e4575f5ffd5b80356130a781613473565b5f5f604083850312156134a3575f5ffd5b82356134ae81613473565b946020939093013593505050565b5f602082840312156134cc575f5ffd5b813561326981613473565b634e487b7160e01b5f52604160045260245ffd5b604051601f8201601f191681016001600160401b0381118282101715613513576135136134d7565b604052919050565b5f6001600160401b03821115613533576135336134d7565b5060051b60200190565b5f82601f83011261354c575f5ffd5b813561355f61355a8261351b565b6134eb565b8082825260208201915060208360051b860101925085831115613580575f5ffd5b602085015b8381101561359d578035835260209283019201613585565b5095945050505050565b5f5f5f606084860312156135b9575f5ffd5b83356001600160401b038111156135ce575f5ffd5b8401601f810186136135de575f5ffd5b80356135ec61355a8261351b565b8082825260208201915060208360051b85010192508883111561360d575f5ffd5b6020840193505b8284101561363857833561362781613473565b825260209384019390910190613614565b955050505060208401356001600160401b03811115613655575f5ffd5b6136618682870161353d565b92505061367060408501613487565b90509250925092565b5f5f5f6040848603121561368b575f5ffd5b83356001600160401b038111156136a0575f5ffd5b6136ac868287016130ac565b93505060208401356001600160401b038111156136c7575f5ffd5b6136d386828701613134565b9497909650939450505050565b5f602082840312156136f0575f5ffd5b8151613269816133d7565b5f5f8335601e19843603018112613710575f5ffd5b8301803591506001600160401b03821115613729575f5ffd5b6020019150600581901b3603821315613174575f5ffd5b5f5f8335601e19843603018112613755575f5ffd5b8301803591506001600160401b0382111561376e575f5ffd5b602001915036819003821315613174575f5ffd5b634e487b7160e01b5f52603260045260245ffd5b5f602082840312156137a6575f5ffd5b813564ffffffffff81168114613269575f5ffd5b634e487b7160e01b5f52601160045260245ffd5b80820180821115610ca157610ca16137ba565b8082028115828204841417610ca157610ca16137ba565b81810381811115610ca157610ca16137ba565b5f81518060208401855e5f93019283525090919050565b5f613269828461380b565b5f6020828403121561383d575f5ffd5b5051919050565b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b608081525f61387f60808301888a613844565b82810360208401526138918188613270565b905082810360408401526138a6818688613844565b915050826060830152979650505050505050565b602081525f610dad602083018486613844565b634e487b7160e01b5f52601260045260245ffd5b5f826138ef576138ef6138cd565b500490565b6001600160401b038281168282160390811115610ca157610ca16137ba565b5f8235605e19833603018112613927575f5ffd5b9190910192915050565b5f62ffffff821680613945576139456137ba565b5f190192915050565b6001600160401b038181168382160190811115610ca157610ca16137ba565b600781810b9083900b01677fffffffffffffff8113677fffffffffffffff1982121715610ca157610ca16137ba565b805160208083015191908110156130bc575f1960209190910360031b1b16919050565b5f600182016139d0576139d06137ba565b5060010190565b5f6139e2828561380b565b6001600160801b03199390931683525050601001919050565b600782810b9082900b03677fffffffffffffff198112677fffffffffffffff82131715610ca157610ca16137ba565b5f81613a3857613a386137ba565b505f190190565b5f8160070b677fffffffffffffff198103613a5c57613a5c6137ba565b5f0392915050565b8082025f8212600160ff1b84141615613a7f57613a7f6137ba565b8181058314821517610ca157610ca16137ba565b5f64ffffffffff831680613aa957613aa96138cd565b8064ffffffffff84160491505092915050565b5f82613aca57613aca6138cd565b500690565b5f64ffffffffff831680613ae557613ae56138cd565b8064ffffffffff84160691505092915050565b64ffffffffff81811683821602908116908181146133d0576133d06137ba56fea2646970667358221220ee8944e7c6eeceaf312bcc5ef6ae6ca9651a38d06a553df7177cd8b7b1cb273264736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x00000000000000000000000000000000000000000000000000000000000000ff"}},"0xbc5bdcee96b1bc47822c74e6f64186fba7d686be":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xbc8183bac3e969042736f7af07f76223d11d2148":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xbcd4042de499d14e55001ccbb24a551f3b954096":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xbda5747bfd65f08deb54cb465eb87d40e51b197e":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xc004e69c5c04a223463ff32042dd36dabf63a25a":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xc0543b0b980d8c834cbdf023b2d2a75b5f9d1909":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xc5a5c42992decbae36851359345fe25997f5c42d":{"nonce":1,"balance":"0x0","code":"0x608060405234801561000f575f5ffd5b50600436106100cb575f3560e01c806342966c681161008857806395d89b411161006357806395d89b41146101a7578063a457c2d7146101af578063a9059cbb146101c2578063dd62ed3e146101d5575f5ffd5b806342966c681461015757806370a082311461016c57806379cc679014610194575f5ffd5b806306fdde03146100cf578063095ea7b3146100ed57806318160ddd1461011057806323b872dd14610122578063313ce567146101355780633950935114610144575b5f5ffd5b6100d76101e8565b6040516100e49190610826565b60405180910390f35b6101006100fb366004610876565b610278565b60405190151581526020016100e4565b6002545b6040519081526020016100e4565b61010061013036600461089e565b610291565b604051601281526020016100e4565b610100610152366004610876565b6102b4565b61016a6101653660046108d8565b6102d5565b005b61011461017a3660046108ef565b6001600160a01b03165f9081526020819052604090205490565b61016a6101a2366004610876565b6102e2565b6100d76102fb565b6101006101bd366004610876565b61030a565b6101006101d0366004610876565b610389565b6101146101e336600461090f565b610396565b6060600380546101f790610940565b80601f016020809104026020016040519081016040528092919081815260200182805461022390610940565b801561026e5780601f106102455761010080835404028352916020019161026e565b820191905f5260205f20905b81548152906001019060200180831161025157829003601f168201915b5050505050905090565b5f336102858185856103c0565b60019150505b92915050565b5f3361029e8582856104e4565b6102a985858561055c565b506001949350505050565b5f336102858185856102c68383610396565b6102d09190610978565b6103c0565b6102df33826106fe565b50565b6102ed8233836104e4565b6102f782826106fe565b5050565b6060600480546101f790610940565b5f33816103178286610396565b90508381101561037c5760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084015b60405180910390fd5b6102a982868684036103c0565b5f3361028581858561055c565b6001600160a01b039182165f90815260016020908152604080832093909416825291909152205490565b6001600160a01b0383166104225760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608401610373565b6001600160a01b0382166104835760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608401610373565b6001600160a01b038381165f8181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b5f6104ef8484610396565b90505f19811461055657818110156105495760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e63650000006044820152606401610373565b61055684848484036103c0565b50505050565b6001600160a01b0383166105c05760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608401610373565b6001600160a01b0382166106225760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608401610373565b6001600160a01b0383165f90815260208190526040902054818110156106995760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608401610373565b6001600160a01b038481165f81815260208181526040808320878703905593871680835291849020805487019055925185815290927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a3610556565b6001600160a01b03821661075e5760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b6064820152608401610373565b6001600160a01b0382165f90815260208190526040902054818110156107d15760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b6064820152608401610373565b6001600160a01b0383165f818152602081815260408083208686039055600280548790039055518581529192917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91016104d7565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b80356001600160a01b0381168114610871575f5ffd5b919050565b5f5f60408385031215610887575f5ffd5b6108908361085b565b946020939093013593505050565b5f5f5f606084860312156108b0575f5ffd5b6108b98461085b565b92506108c76020850161085b565b929592945050506040919091013590565b5f602082840312156108e8575f5ffd5b5035919050565b5f602082840312156108ff575f5ffd5b6109088261085b565b9392505050565b5f5f60408385031215610920575f5ffd5b6109298361085b565b91506109376020840161085b565b90509250929050565b600181811c9082168061095457607f821691505b60208210810361097257634e487b7160e01b5f52602260045260245ffd5b50919050565b8082018082111561028b57634e487b7160e01b5f52601160045260245ffdfea2646970667358221220e22bb8a1111ed9b19d1fa2dff5ee1e97b8924067fd64b92ca0f74f7af32d182364736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000002":"0x00000000000000000000000000000000ffffffffffffffffffffffffffffffff","0x0000000000000000000000000000000000000000000000000000000000000003":"0x54657374546f6b656e0000000000000000000000000000000000000000000012","0x0000000000000000000000000000000000000000000000000000000000000004":"0x5445535400000000000000000000000000000000000000000000000000000008","0x723077b8a1b173adc35e5f0e7e3662fd1208212cb629f9c128551ea7168da722":"0x00000000000000000000000000000000ffffffffffffffffffffffffffffffff"}},"0xcbdc0f9a4c38f1e010bd3b6e43598a55d1868c23":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xcbeaf3bde82155f56486fb5a1072cb8baaf547cc":{"nonce":1,"balance":"0x0","code":"0x60806040526004361015610011575f80fd5b5f3560e01c8063171f1d5b146101c45780631785f53c146101bf5780631fdb0cfd146101ba578063279432eb146101b557806333cfb7b7146101b05780633bc28c8c146101ab5780635df45946146101a657806368304835146101a15780636b3aa72e1461019c5780636d14a987146101975780636efb463614610192578063715018a61461018d5780638da5cb5b146101885780639926ee7d146101835780639da16d8e1461017e578063a0169ddd14610179578063a20b99bf14610174578063a364f4da1461016f578063a98fb3551461016a578063ba55088014610165578063c1a8e2c514610160578063c4d66de81461015b578063df5cf72314610156578063e481af9d14610151578063f2fde38b1461014c578063fc299dee146101475763fce36c7d14610142575f80fd5b61145c565b611434565b6113a3565b611388565b611344565b611251565b611166565b6110da565b61103a565b610f7d565b610e3d565b610d5a565b610cd0565b610c34565b610bbb565b610b60565b610acb565b610779565b610735565b6106f1565b6106ad565b610676565b61063e565b610572565b6104d2565b6103ea565b610371565b634e487b7160e01b5f52604160045260245ffd5b604081019081106001600160401b038211176101f857604052565b6101c9565b606081019081106001600160401b038211176101f857604052565b90601f801991011681019081106001600160401b038211176101f857604052565b6040519061024961010083610218565b565b60405190610249604083610218565b906102496040519283610218565b60409060e31901126102915760405190610281826101dd565b60e4358252610104356020830152565b5f80fd5b9190826040910312610291576040516102ad816101dd565b6020808294803584520135910152565b9080601f8301121561029157604051916102d8604084610218565b82906040810192831161029157905b8282106102f45750505090565b81358152602091820191016102e7565b9060806063198301126102915760405161031d816101dd565b6020610338829461032f8160646102bd565b845260a46102bd565b910152565b91906080838203126102915760206103386040519261035b846101dd565b6040849661036983826102bd565b8652016102bd565b3461029157610120366003190112610291576004356040366023190112610291576103c960409182516103a3816101dd565b602435815260443560208201526103b936610304565b906103c336610268565b9261156e565b8251911515825215156020820152f35b6001600160a01b0381160361029157565b34610291575f602036600319011261029157600435610408816103d9565b610410613139565b7f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7886001600160a01b0316803b156102915760405163268959e560e01b81523060048201526001600160a01b0390921660248301525f908290818381604481015b03925af1801561049057610482575080f35b61048e91505f90610218565b005b611654565b6060906003190112610291576004356104ad816103d9565b906024356104ba816103d9565b906044356001600160e01b0319811681036102915790565b34610291576104e036610495565b6104e8613139565b7f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7886001600160a01b031692833b1561029157604051634a86c03760e11b81523060048201526001600160a01b039182166024820152921660448301526001600160e01b03191660648201525f81608481015b93818381819703925af1801561049057610482575080f35b34610291575f602036600319011261029157600435610590816103d9565b610598613139565b7f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7886001600160a01b0316803b156102915760405163eb5a4e8760e01b81523060048201526001600160a01b0390921660248301525f90829081838160448101610470565b60206040818301928281528451809452019201905f5b81811061061f5750505090565b82516001600160a01b0316845260209384019390920191600101610612565b3461029157602036600319011261029157610672610666600435610661816103d9565b6117dd565b604051918291826105fc565b0390f35b346102915760203660031901126102915761048e600435610696816103d9565b61069e613139565b61322f565b5f91031261029157565b34610291575f366003190112610291576040517f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985286001600160a01b03168152602090f35b34610291575f366003190112610291576040517f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b03168152602090f35b34610291575f366003190112610291576040517f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b03168152602090f35b34610291575f366003190112610291576040517f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03168152602090f35b6044359063ffffffff8216820361029157565b359063ffffffff8216820361029157565b6001600160401b0381116101f85760051b60200190565b9080601f8301121561029157813561080f816107e1565b9261081d6040519485610218565b81845260208085019260051b82010192831161029157602001905b8282106108455750505090565b60208091610852846107d0565b815201910190610838565b81601f82011215610291578035610873816107e1565b926108816040519485610218565b81845260208085019260061b8401019281841161029157602001915b8383106108ab575050505090565b60206040916108ba8486610295565b81520192019161089d565b9080601f830112156102915781356108dc816107e1565b926108ea6040519485610218565b81845260208085019260051b820101918383116102915760208201905b83821061091657505050505090565b81356001600160401b03811161029157602091610938878480948801016107f8565b815201910190610907565b9190916101808184031261029157610959610239565b9281356001600160401b03811161029157816109769184016107f8565b845260208201356001600160401b038111610291578161099791840161085d565b602085015260408201356001600160401b03811161029157816109bb91840161085d565b60408501526109cd816060840161033d565b60608501526109df8160e08401610295565b60808501526101208201356001600160401b0381116102915781610a049184016107f8565b60a08501526101408201356001600160401b0381116102915781610a299184016107f8565b60c08501526101608201356001600160401b03811161029157610a4c92016108c5565b60e0830152565b90602080835192838152019201905f5b818110610a705750505090565b82516001600160601b0316845260209384019390920191600101610a63565b929190610ac66020916040865282610ab282516040808a01526080890190610a53565b910151868203603f19016060880152610a53565b930152565b34610291576080366003190112610291576004356024356001600160401b03811161029157366023820112156102915780600401356001600160401b03811161029157366024828401011161029157610b226107bd565b90606435936001600160401b038511610291576024610b48610b50963690600401610943565b940190611cf1565b9061067260405192839283610a8f565b34610291575f36600319011261029157610b78613139565b603380546001600160a01b031981169091555f906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b34610291575f366003190112610291576033546040516001600160a01b039091168152602090f35b6001600160401b0381116101f857601f01601f191660200190565b929192610c0a82610be3565b91610c186040519384610218565b829481845281830111610291578281602093845f960137010152565b3461029157604036600319011261029157600435610c51816103d9565b602435906001600160401b03821161029157606060031983360301126102915760405190610c7e826101fd565b82600401356001600160401b038111610291578301366023820112156102915761048e93610cb86044923690602460048201359101610bfe565b84526024810135602085015201356040830152612418565b34610291575f602036600319011261029157600435610cee816103d9565b610cf6613139565b7f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7886001600160a01b0316803b1561029157604051634f906cf960e01b81523060048201526001600160a01b0390921660248301525f90829081838160448101610470565b34610291575f602036600319011261029157600435610d78816103d9565b610d80613139565b7f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b031690813b156102915760405163a0169ddd60e01b81526001600160a01b039091166004820152905f908290602490829084905af1801561049057610482575080f35b906020600319830112610291576004356001600160401b0381116102915760040182601f82011215610291578035926001600160401b038411610291576020808301928560051b010111610291579190565b3461029157610e4b36610deb565b90610e54613473565b7f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b0316915f5b818110610ed85750823b1561029157610eb4925f9283604051809681958294634e5cd2fd60e11b84523060048501612669565b03925af1801561049057610ec457005b80610ed25f61048e93610218565b806106a3565b915f93915f915b610ef7610eed868484612516565b6040810190612538565b9050831015610f33576001610f2981976020610f2187610f1b610eed8c8a8a612516565b9061256d565b013590611763565b9301929550610edf565b9390929460019250610f7790610f61813088610f5c6020610f56898c3395612516565b0161257d565b613496565b86610f726020610f5686898b612516565b6134df565b01610e81565b34610291575f602036600319011261029157600435610f9b816103d9565b610fcf337f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b031614612402565b7f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b031690813b15610291576040516351b27a6d60e11b81526001600160a01b039091166004820152905f908290602490829084905af1801561049057610482575080f35b34610291575f6020366003190112610291576004356001600160401b03811161029157366023820112156102915761107c903690602481600401359101610bfe565b611084613139565b7f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b0316803b156102915760405163a98fb35560e01b8152915f91839182908490829061047090600483016127d9565b34610291576110e836610495565b6110f0613139565b7f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7886001600160a01b031692833b1561029157604051630664120160e01b81523060048201526001600160a01b039182166024820152921660448301526001600160e01b03191660648201525f816084810161055a565b3461029157604036600319011261029157600435611183816103d9565b6024356001600160401b038111610291576111a29036906004016107f8565b6111d6337f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b031614612402565b6111f3604051926111e6846101fd565b6001600160a01b03168352565b30602083015260408201527f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b0316803b1561029157604051636e3492b560e01b8152905f908290818381610eb488600483016127ea565b346102915760203660031901126102915760043561126e816103d9565b6112bc5f54916112a261128c6112888560ff9060081c1690565b1590565b80948195611336575b8115611316575b50612854565b826112b3600160ff195f5416175f55565b6112ff576128b7565b6112c257005b6112d061ff00195f54165f55565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1005b61131161010061ff00195f5416175f55565b6128b7565b303b15915081611328575b505f61129c565b60ff1660011490505f611321565b600160ff8216109150611295565b34610291575f366003190112610291576040517f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b03168152602090f35b34610291575f3660031901126102915761067261066661299e565b34610291576020366003190112610291576004356113c0816103d9565b6113c8613139565b6001600160a01b038116156113e05761048e9061342b565b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b34610291575f366003190112610291576065546040516001600160a01b039091168152602090f35b346102915761146a36610deb565b90611473613473565b7f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b0316915f5b8181106114d25750823b1561029157610eb4925f928360405180968195829463fce36c7d60e01b845260048401612bed565b806115016114e86020610f566001958789612bcb565b60406114f5848789612bcb565b01359030903390613496565b61152a6115146020610f56848789612bcb565b86604061152285888a612bcb565b0135916134df565b016114a0565b634e487b7160e01b5f52603260045260245ffd5b9060028110156115555760051b0190565b611530565b634e487b7160e01b5f52601260045260245ffd5b61164a6116276116509561162161161a85875160208901518a515160208c51015160208d016020815151915101519189519360208b0151956040519760208901998a5260208a015260408901526060880152608087015260a086015260c085015260e08401526101008301526115f181610120840103601f198101835282610218565b5190207f30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f0000001900690565b8096612d06565b90612d4c565b9261162161163c611636612dae565b94612ea5565b91611645612fc1565b612d06565b9161300b565b9091565b6040513d5f823e3d90fd5b90816020910312610291575190565b9081602091031261029157516001600160c01b03811681036102915790565b90816020910312610291575160ff811681036102915790565b604051906116b5602083610218565b5f808352366020840137565b906116cb826107e1565b6116d86040519182610218565b82815280926116e9601f19916107e1565b0190602036910137565b908151811015611555570160200190565b634e487b7160e01b5f52601160045260245ffd5b906001820180921161172657565b611704565b906002820180921161172657565b906003820180921161172657565b906004820180921161172657565b906005820180921161172657565b9190820180921161172657565b6001600160601b0381160361029157565b908160409103126102915760206040519161179b836101dd565b80516117a6816103d9565b835201516117b381611770565b602082015290565b80518210156115555760209160051b010190565b5f1981146117265760010190565b6040516309aa152760e11b81526001600160a01b0391821660048201527f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc4990911690602081602481855afa9081156104905761185d916020915f91611b5c575b506040518093819263871ef04960e01b8352600483019190602083019252565b0381855afa908115610490575f91611b2d575b506001600160c01b0316908115908115611aca575b50611abe5761189390613191565b5f91907f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b031690835b815185101561196f5761191860206118f56118ef6118e189876116f3565b516001600160f81b03191690565b60f81c90565b604051633ca5a5f560e01b815260ff909116600482015291829081906024820190565b0381875afa801561049057600192611937925f9261193f575b50611763565b9401936118c3565b61196191925060203d8111611968575b6119598183610218565b81019061165f565b905f611931565b503d61194f565b61197a9194506116c1565b925f905f5b8151811015611ab8576119986118ef6118e183856116f3565b604051633ca5a5f560e01b815260ff8216600482015290602082602481895afa918215610490575f92611a98575b50905f915b8183106119dd5750505060010161197f565b604080516356e4026d60e11b815260ff83166004820152602481018590529396929391929190816044818b5afa91821561049057611a5c8b611a4d83611a47611a3b600198611a61985f91611a6a575b50516001600160a01b031690565b6001600160a01b031690565b926117bb565b6001600160a01b039091169052565b6117cf565b950191906119cb565b611a8b915060403d8111611a91575b611a838183610218565b810190611781565b5f611a2d565b503d611a79565b611ab191925060203d8111611968576119598183610218565b905f6119c6565b50505050565b50611ac76116a6565b90565b604051639aa1653d60e01b81529150602090829060049082905afa80156104905760ff915f91611afe575b5016155f611885565b611b20915060203d602011611b26575b611b188183610218565b81019061168d565b5f611af5565b503d611b0e565b611b4f915060203d602011611b55575b611b478183610218565b81019061166e565b5f611870565b503d611b3d565b611b739150823d8411611968576119598183610218565b5f61183d565b60405190611b86826101dd565b60606020838281520152565b15611b9957565b62f8202d60e51b5f5260045ffd5b15611bae57565b6343714afd60e01b5f5260045ffd5b15611bc457565b635f832f4160e01b5f5260045ffd5b15611bda57565b634b874f4560e01b5f5260045ffd5b5f1981019190821161172657565b15611bfe57565b633fdc650560e21b5f5260045ffd5b90821015611555570190565b90816020910312610291575167ffffffffffffffff19811681036102915790565b15611c4157565b63e1310aed60e01b5f5260045ffd5b908160209103126102915751611ac781611770565b906001600160601b03809116911603906001600160601b03821161172657565b15611c8c57565b6367988d3360e01b5f5260045ffd5b15611ca257565b63ab1b236b60e01b5f5260045ffd5b60049163ffffffff60e01b9060e01b1681520160208251919201905f5b818110611cdb5750505090565b8251845260209384019390920191600101611cce565b949392909193611cff611b79565b50611d0b851515611b92565b6040840151518514806123f4575b806123e6575b806123d8575b611d2e90611ba7565b611d4060208501515185515114611bbd565b611d5763ffffffff431663ffffffff841610611bd3565b611d5f61024b565b5f81525f602082015292611d71611b79565b611d7a876116c1565b6020820152611d88876116c1565b8152611d92611b79565b92611da16020880151516116c1565b8452611db16020880151516116c1565b602085810191909152604051639aa1653d60e01b815290816004817f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03165afa801561049057611e1a915f916123b9575b50611e15368b87610bfe565b61328d565b985f965b60208901518051891015611f9657602088611e8b611e818c611e798f96868e611e5e611e4b8680956117bb565b5180515f526020015160205260405f2090565b611e6b84848401516117bb565b5282611f63575b01516117bb565b5195516117bb565b5163ffffffff1690565b6040516304ec635160e01b8152600481019490945263ffffffff9182166024850152166044830152816064816001600160a01b037f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49165afa918215610490576116218a611f388f611f318f8460208f92611f2893611f208460019e611f3e9e5f91611f46575b508f8060c01b031692516117bb565b5201516117bb565b51938d516117bb565b51166132b8565b906132e9565b970196611e1e565b611f5d9150863d8111611b5557611b478183610218565b5f611f11565b611f91611f7384848401516117bb565b51611f8a84840151611f8487611be9565b906117bb565b5110611bf7565b611e72565b50909597949650611fab9198939299506133a6565b915f905b8082106120115750505092611fea611fe5611fde61200b9585611ffd986080606060209901519201519261156e565b9190611c85565b611c9b565b0151604051928391602083019586611cb1565b03601f198101835282610218565b51902090565b918495969361205c6118ef61204e8587612048879f989e9b611e4b84604061203a9301516117bb565b67ffffffffffffffff191690565b96611c0d565b356001600160f81b03191690565b602087612070611e818d60a08d01516117bb565b604051631a2f32ab60e21b815260ff94909416600485015263ffffffff9182166024850152166044830152816064816001600160a01b037f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c98528165afa9283156104905761210c936120f7925f9161238b575b5067ffffffffffffffff19918216911614611c3a565b6121058960408901516117bb565b5190612d4c565b9061211e6118ef61204e8a868d611c0d565b602086612132611e818c60c08c01516117bb565b604051636414a62b60e11b815260ff94909416600485015263ffffffff9182166024850152166044830152816064816001600160a01b037f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf165afa8015610490576121c88a60208e611e726121d5956121e0975f9161236e575b506121ba85858501516117bb565b906001600160601b03169052565b516001600160601b031690565b6121ba8a8d516117bb565b5f965f5b60208801515181101561235a57898b612220612201848a516117bb565b516122136118ef61204e868c87611c0d565b60ff161c60019081161490565b61222f575b50506001016121e4565b88886122b6612276611e81879f8f978060e08f849c602061225f6118ef61204e839f98612267966122709a611c0d565b9a01516117bb565b519a01516117bb565b516117bb565b60405163795f4a5760e11b815260ff909316600484015263ffffffff93841660248401526044830195909552919093166064840152829081906084820190565b03817f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b03165afa918215610490576123198e6001948e86955f92612324575b50611a476121ba929351936123146121c884876117bb565b611c65565b01989050898b612225565b6121ba925061234c611a479160203d8111612353575b6123448183610218565b810190611c50565b92506122fc565b503d61233a565b509594976001919993929497500190611faf565b6123859150843d8111612353576123448183610218565b5f6121ac565b6123ac915060203d81116123b2575b6123a48183610218565b810190611c19565b5f6120e1565b503d61239a565b6123d2915060203d602011611b2657611b188183610218565b5f611e09565b5060e0840151518514611d25565b5060c0840151518514611d1f565b5060a0840151518514611d19565b1561240957565b634394dbdf60e11b5f5260045ffd5b61244c337f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b031614612402565b7f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b031691823b15610291575f928392604051948580948193639926ee7d60e01b835260018060a01b031660048301526040602483015260406124c182516060604486015260a48501906124f2565b91602081015160648501520151608483015203925af18015610490576124e45750565b80610ed25f61024993610218565b805180835260209291819084018484015e5f828201840152601f01601f1916010190565b91908110156115555760051b8101359060be1981360301821215610291570190565b903590601e198136030182121561029157018035906001600160401b03821161029157602001918160061b3603831361029157565b91908110156115555760061b0190565b35611ac7816103d9565b9035601e19823603018112156102915701602081359101916001600160401b038211610291578160061b3603831361029157565b916020908281520191905f5b8181106125d45750505090565b90919260408060019286356125e8816103d9565b848060a01b031681526001600160601b03602088013561260781611770565b1660208201520194019291016125c7565b9035601e19823603018112156102915701602081359101916001600160401b03821161029157813603831361029157565b908060209392818452848401375f828201840152601f01601f1916010190565b6001600160a01b0390911681526040602082018190528101839052600583901b810160609081019383923684900360be1901925f91908101905b8383106126b4575050505050505090565b90919293949596605f19828203018352873586811215610291578701906126ec6126de8380612587565b60c0845260c08401916125bb565b9160208101356126fb816103d9565b6001600160a01b031660208381019190915261271a6040830183612587565b848603604086015280865294909101935f5b8181106127a5575050506127946001936020936127868461276061275360608998016107d0565b63ffffffff166060850152565b61277c61276f608083016107d0565b63ffffffff166080850152565b60a0810190612618565b9160a0818503910152612649565b9901930193019195949392906126a3565b90919460408060019288356127b9816103d9565b848060a01b0316815260208901356020820152019601910191909161272c565b906020611ac79281815201906124f2565b602080825282516001600160a01b039081168284015281840151166040808401919091529092015160608083015280516080830181905260a09092019201905f5b8181106128385750505090565b825163ffffffff1684526020938401939092019160010161282b565b1561285b57565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b60ff5f5460081c1615612945576128cd8161342b565b6128d68161322f565b7f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7886001600160a01b0316803b156102915760405163eb5a4e8760e01b81523060048201526001600160a01b039290921660248301525f908290604490829084905af18015610490576124e45750565b60405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608490fd5b604051639aa1653d60e01b81527f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b031690602081600481855afa80156104905760ff915f91612bac575b50168015612ba2577f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b0316905f9081905b808310612b5e5750612a3991506116c1565b925f905f5b604051639aa1653d60e01b8152602081600481895afa80156104905760ff915f91612b40575b5016811015612b3957604051633ca5a5f560e01b815260ff821660048201819052602082602481895afa918215610490575f92612b19575b50905f915b818310612ab357505050600101612a3e565b604080516356e4026d60e11b815260ff83166004820152602481018590529396929391929190816044818b5afa91821561049057611a5c8b611a4d83611a47611a3b600198612b10985f91611a6a5750516001600160a01b031690565b95019190612aa1565b612b3291925060203d8111611968576119598183610218565b905f612a9c565b5092505050565b612b58915060203d8111611b2657611b188183610218565b5f612a64565b604051633ca5a5f560e01b815260ff84166004820152909190602081602481885afa801561049057600192612b99925f9261193f5750611763565b92019190612a27565b5050611ac76116a6565b612bc5915060203d602011611b2657611b188183610218565b5f6129ef565b91908110156115555760051b81013590609e1981360301821215610291570190565b909180602083016020845252604082019260408260051b8401019381935f91609e1984360301915b858410612c26575050505050505090565b90919293949596603f19828203018352873590848212156102915760208091886001940190608063ffffffff612cad82612c71612c638780612587565b60a0885260a08801916125bb565b9587810135612c7f816103d9565b8a8060a01b0316888701526040810135604087015283612ca1606083016107d0565b166060870152016107d0565b16910152990193019401929195949390612c15565b60405190612ccf826101dd565b5f6020838281520152565b60405190610180612ceb8184610218565b368337565b60405190612cff602083610218565b6020368337565b91906040906060612d15612cc2565b9485926020855192612d278585610218565b8436853780518452015160208301528482015260076107cf195a01fa15612d4a57565bfe5b602092916080604092612d5d612cc2565b95869381865193612d6e8686610218565b85368637805185520151828401528051868401520151606082015260066107cf195a01fa8015612d4a5715612d9f57565b63d4b68fd760e01b5f5260045ffd5b604051612dba816101dd565b6040908151612dc98382610218565b8236823781526020825191612dde8484610218565b8336843701528051612df08282610218565b7f198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c281527f1800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed6020820152815190612e468383610218565b7f275dc4a288d1afb3cbb1ac09187524c7db36395df7be3b99e673b13a075a65ec82527f1d9befcd05a5323e6da4d435f3b617cdb3af83285c2df711ef39c01571827f9d6020830152612e9b83519384610218565b8252602082015290565b5f5160206137f25f395f51905f5290612ebc612cc2565b505f919006602060c0835b612fbc575f935f5160206137f25f395f51905f5260038186818180090908604051612ef28582610218565b84368237848185604051612f068282610218565b813682378381528360208201528360408201528560608201527f0c19139cb84c680a6e14116da060561765e05aa45a1c72a34f082305b61f3f5260808201525f5160206137f25f395f51905f5260a082015260056107cf195a01fa8015612d4a57612f7090613746565b5191612fbc575f5160206137f25f395f51905f5282800914612fa757505f5160206137f25f395f51905f5260015f94089293612ec7565b92935050612fb361024b565b92835282015290565b61155a565b612fc9612cc2565b50604051612fd6816101dd565b600181526002602082015290565b9060068202918083046006149015171561172657565b90600c8110156115555760051b0190565b93929091613019604061025a565b948552602085015261302b604061025a565b918252602082015261303b612cda565b925f5b6002811061306857505050602061018092613057612cf0565b93849160086201d4c0fa9151151590565b80613074600192612fe4565b61307e8285611544565b515161308a8289612ffa565b5260206130978386611544565b5101516130ac6130a683611718565b89612ffa565b526130b78286611544565b5151516130c66130a68361172b565b526130dc6130d48387611544565b515160200190565b516130e96130a683611739565b5260206130f68387611544565b510151516131066130a683611747565b5261313261312c613125602061311c868a611544565b51015160200190565b5192611755565b88612ffa565b520161303e565b6033546001600160a01b0316330361314d57565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b61ffff61319d826132b8565b166131a781610be3565b906131b56040519283610218565b8082526131c4601f1991610be3565b013660208301375f5f5b8251821080613224575b1561321d576001811b84166131f6575b6131f1906117cf565b6131ce565b9060016131f19160ff60f81b8460f81b165f1a61321382876116f3565b53019190506131e8565b5050905090565b5061010081106131d8565b606554604080516001600160a01b038084168252841660208201529192917fe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e39190a16001600160a01b03166001600160a01b03199190911617606555565b90600161329b60ff9361359f565b928392161b11156132a95790565b63ca95733360e01b5f5260045ffd5b805f915b6132c4575090565b5f1981018181116117265761ffff9116911661ffff81146117265760010190806132bc565b906132f2612cc2565b5061ffff81169061020082101561339757600182146133925761331361024b565b5f81525f602082015292906001905f925b61ffff831685101561333857505050505090565b600161ffff831660ff86161c811614613372575b600161336861335d8360ff94612d4c565b9460011b61fffe1690565b9401169291613324565b94600161336861335d6133878960ff95612d4c565b98935050505061334c565b505090565b637fc4ea7d60e11b5f5260045ffd5b6133ae612cc2565b5080519081158061341f575b156133db5750506040516133cf604082610218565b5f81525f602082015290565b60205f5160206137f25f395f51905f52910151065f5160206137f25f395f51905f52035f5160206137f25f395f51905f5281116117265760405191612e9b836101dd565b506020810151156133ba565b603380546001600160a01b039283166001600160a01b0319821681179092559091167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3565b6065546001600160a01b0316330361348757565b638e79fdb560e01b5f5260045ffd5b6040516323b872dd60e01b60208201526001600160a01b039283166024820152929091166044830152606480830193909352918152610249916134da608483610218565b61368e565b604051636eb1769f60e11b81523060048201526001600160a01b0383166024820152602081806044810103816001600160a01b0386165afa90811561049057610249946134da92613536925f9161356a5750611763565b60405163095ea7b360e01b60208201526001600160a01b039490941660248501526044808501919091528352606483610218565b613583915060203d602011611968576119598183610218565b5f611931565b1561359057565b631019106960e31b5f5260045ffd5b906101008251116136085781511561360357602082015160019060f81c81901b5b83518210156135fe576001906135e96135df6118ef6118e186896116f3565b60ff600191161b90565b906135f5818311613589565b179101906135c0565b925050565b5f9150565b637da54e4760e11b5f5260045ffd5b90816020910312610291575180151581036102915790565b1561363657565b60405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608490fd5b610249916137109160018060a01b03165f80604051936136af604086610218565b602085527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564602086015260208151910182855af13d1561373e573d916136f483610be3565b926137026040519485610218565b83523d5f602085013e61375c565b8051908115918215613724575b505061362f565b6137379250602080918301019101613617565b5f8061371d565b60609161375c565b1561374d57565b63d51edae360e01b5f5260045ffd5b919290156137be5750815115613770575090565b3b156137795790565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b8251909150156137d15750805190602001fd5b60405162461bcd60e51b81529081906137ed90600483016127d9565b0390fdfe30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47a2646970667358221220c4905b9f938a31a86a84d2571c92dbbdb0c3937a748b457401e5c0e21c9f62be64736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x00000000000000000000000000000000000000000000000000000000000000ff"}},"0xccdd262f272ee6c226266eea13ee48d4d932ce66":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xcd3b766ccdd6ae721141f452c550ca635964ce71":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xcf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xcf7ed3acca5a467e9e704c703e8d87f634fb0fc9":{"nonce":1,"balance":"0x0","code":"0x6080604052348015600e575f5ffd5b50600436106026575f3560e01c8063c298557814602a575b5f5ffd5b5f60405190815260200160405180910390f3fea26469706673582212209418b3fed5398be22255b6d3eb5d6b8f62c4a07d850ec544a547026b380ff91d64736f6c634300081b0033","storage":{}},"0xd4a1e660c916855229e1712090ccfd8a424a2e33":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xd6a098ebcc5f8bd4e174d915c54486b077a34a51":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xd9065f27e9b706e5f7628e067cc00b288dddbf19":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9":{"nonce":1,"balance":"0x0","code":"0x60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0000000000000000000000000000000000000000000000000000000000000033":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000000000000000000000000000000000000000066":"0x0000000000000000000000000000000000000000000000000000000000000000","0x00000000000000000000000000000000000000000000000000000000000000c9":"0x0000000000000000000000000000000000000000000000000000000000000001","0x00d915a241c25c95ac341fe97c2b6d8223b8283fcc90db49b0e856781d4d7572":"0x0000000000000000000000000000000000000000000000003bbbb9e20a3e8778","0x01ca89688940851195aab7ebe419ccb9755e0e03bc4727aab7ecda128d8f4aaf":"0x0000000000000000000000000000000000000000000000005d9f943ccb6a86b8","0x0384e1879a6770bf795c9354b759140f71fd33bef37bdb0f74d31cf0e04ae2d9":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x03e6b7080df6facf27eb83ec010e787e351d97822c5d8680f10e27ee69d29efd":"0x00000000000000000000000000000000000000000000000022997aec86aa0174","0x03f233414cc2cd25be4b0ec1b73e18ddb5f3c8ffee50aa48a79d55ee81f0c6a7":"0x0000000000000000000000000000000000000000000000000000000000000000","0x04669dd8da60e089d7447b965a01923e9ec4618884724748c933618409c972ae":"0x00000000000000000000000000000000000000000000000058ae5cd63f90f417","0x04bc0d1ad07452d6ca7bb4f9b3fdd695402d1d8f4580eeb4d0ec8a5c0d82a4f8":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x059988aa781d4313fa93bddb8b4cc9adb39d60f80dfb4b22c14b5d76aef5eb9d":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x05a26e3cbcaead198a8b3a040a53ed69a07f89759d29bd7c5ae5d98aee9c8e99":"0x0000000000000000000000000000000000000000000000007c6d1175e13d2753","0x0671c190a3308bc66f6fd6956e00b9df54603ba902e6d84cba33be5a10366cbd":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x06d117f4069ad5afd3c16643b38d624792fb482569d4195ba13cb43dc29aead0":"0x00000000000000000000000000000000000000000000000056bbecb0ff9fdea6","0x06f346c18f5d360d2a579f390e16b0f68c3b0a15727cb279fc1666275cb05a37":"0x0000000000000000000000000000000000000000000000006ffccceb49d04f1d","0x07be0ea168ec3364042ed92691bc7fd6ca9b041772978ccf5f7a61e020c84fb9":"0x00000000000000000000000000000000000000000000000084accd221fa5fef9","0x083042fe26b6ce4051820e7632256040a60f1fc87a32245330c93ce693558030":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0872e98059a981ad02abff116819309b0ee114e16989714229571078d2887535":"0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be","0x08e77f5d1ebf4aedc936dbbab653494b02166219b96ba23b0e527a8b57bf759d":"0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15","0x09e31aac4888d76c574924957a7182bbb0ca0604a8cc0e49ee49bcbab368ee50":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0a7842ae7038bdc4142d838b8c45e4ac65bc370d0f18f32da152689629cc11f3":"0x000000000000000000000000000000000000000000000000122c6ab631ff0891","0x0ab9898c9c4c1495ac3b6cc3fe01d6a82d1a0eeace091c7867d1c78cce5b1c18":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x0b1cdf5a4280cdcae6d2af15c18d251ea85a80430b891fe5bfffbb270660cc3d":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0b5662db127cf590d4d0f9d2f4b196490fc77d7850914207d1498a41c091a418":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x0b56f6be08e62ffe33d6c8aa283af6799316c733e1496cde493b4a64458ca3d0":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x0bb572af17aa177d1fb2b98a0056a39440cba0e2120733825e9218b890c76e66":"0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f","0x0bc840717fb01bb5b300927e4568c0416bc2bff15b15c9ea63a9ac3052a60744":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0bf2ef4f51305390742ec254c6779ad2a45e6ae2947525967f095b718d222de0":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0cdb970882bba99cb23f442b691a4f4772cf0fa7ce0abd086aa06a88b67c19ba":"0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0","0x0dbb217b4382771dc4154fab4a98ef68db10c038179de3a32c1d4f3465284627":"0x00000000000000000000000000000000000000000000000043222dc4c4c0ac15","0x0dd08b7ca6eec2680830b1aafa14257451e19fce1447fdf5091c934f5c9da9b0":"0x0000000000000000000000000000000000000000000000007bebfb23c69b5006","0x0e1fdaa49ef1658e3d7438f30f37316bbe332b1319dbecf4b7576a86ab42b085":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0efe55e532ba2086359a731691cbb4134c5dda4b08384b8cebbbc7dc6cecc7e8":"0x0000000000000000000000000000000000000000000000007b4c8567c0e9c3de","0x0f429a0a0299e44903002cf4ad50df821b69b834d7ec8c46d542c21be9e68fa0":"0x000000000000000000000000000000000000000000000000185ead5d59e005d7","0x1063b73b8687bec89da8fd85d38f55297da48db3eb5a5635177460bfbd54d2f7":"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc","0x10ac29d00e956009f8b373876865195d7927c0d9bc0fdc2fa5a04be5130c85cd":"0x0000000000000000000000000000000000000000000000000000000000000000","0x115011df4017532d8fd721bce632963c36d85e9434fc3c670b63f5263db85e21":"0x0000000000000000000000000000000000000000000000000000000000000000","0x116cfa6ab7982398906acb3da9428e2e369bdb248cde325e179db1517d412092":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x12c28acbcafcfdfd94d7e0a45e2f26ad4512555c63a305a12d18a35bce25c8de":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x12cab81005913a97fc4addc638e6ee6b57da1be5260375f05bb5443b5cca7e12":"0x0000000000000000000000000000000000000000000000000000000000000000","0x12cab98873a3230e42fd7b77dd30d429d519a44ed479e5a8381b62f3cd8840eb":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x1411e4e530b7e935fb5fb2d529ba100d5ca7b8b2e8b80e316c5020800ffe78bd":"0x0000000000000000000000000000000000000000000000000000000000000000","0x15124de51567b29ea2218b95bf353bfd1f007968fef61596955cdf40a2ccaf7a":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1555ac1f8ea46577ff727389f5d4bf332d54b1e459eec5e22c1692def09033e8":"0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2","0x155cad90e149911501689395f75774385da0dc374819412e4a6599a7e95f3805":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x15990d1ed18c2830503341646681650536baa386d61863dc2675e3fc97bdcffe":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x198e55e6b621d5a084afbb899c253b0c7c35e1e8be94fd3632403f1c5c583ceb":"0x00000000000000000000000000000000000000000000000041b4adb212af6ec2","0x1994f6c5c384a41b7ddf142495273b8445b671b1a8988c230fbb78b0feb50ea7":"0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30","0x19a490ceaa658e13db25c2e914ca1b73cf00377b7c1ff5bb081da3da9fd6a5d3":"0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33","0x1a0654c6d2a7a2577a5f63c5fb6b66ffb561d41fe5f6c93aa6b034c6c5173d69":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1a22f354d89f4df6090f93df1bac06e235cbda8d0d922c8a38719fe20471e3c9":"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096","0x1b5be69e3e675b94765a1b0d04d766a362cb7cc88cf7ef28cd57cde2436afdef":"0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9","0x1b9d80b1f906435fce739a3ede4f6ddc13a1536f9d86bcd7ae15e9957e6e05a2":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x1eac87a7665797ada98f2e0a996788e9f83501e49f704c181b3d579201e1006a":"0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19","0x1f7a759de8de115107f4ab8a54d9678835ef130e2492ad2ddfe12f2fec7e0ddf":"0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a","0x2011d03d395e50adb32f980da2b53edc8fd2823882f4674737ebcccdc2b83c81":"0x0000000000000000000000000000000000000000000000000000000000000000","0x209bab8855e4065ff9e7e3c84b4f980f8861b74e6e9873a661fb13138ad76705":"0x0000000000000000000000000000000000000000000000000000000000000000","0x20e7cf0ed2a0cab2c8b422c295ce9edff18bea7c8c373ceec90b583058e2b700":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x20eba981400e854213ca904052ef13bb3e67bd8837bce1f4d5b572b3c25d30db":"0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9","0x210a8606b45c5622683b205a7ffcc35d26ca86bd9e861c0d85d3bc808f2b2469":"0x0000000000000000000000000000000000000000000000007a4c38967d5fef52","0x2229733d36372df8e0b3f818b24f5a978a09155179d6eeea21a1577e0dc01761":"0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","0x22c4fcb2c41c4ce1dd215bbc4a88cdd98ff850221cea7930c7e79109c0cb6647":"0x0000000000000000000000000000000000000000000000000000000000000000","0x23931a65b6286757e6b061166beb57286188be7879f5f8fa2218bab9bf1413bd":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x2599d51ef51090a549dee40223769554e5470288feacd0a0add5021534e431cf":"0x0000000000000000000000000000000000000000000000001c712bd73fa1ed3c","0x2613b8dbd9c60028b11adedad7d908a1a76fac86aa26228fcd944b8a571a3813":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x267148570e36bb59378e731cdb277d3e51058a32bc8845a3e96ac0a7be17c84f":"0x0000000000000000000000000000000000000000000000000000000000000000","0x26852dbb7c28e3da6b4c93f62a21723c8517b368914e09b3b7481f1255227f20":"0x0000000000000000000000000000000000000000000000003a6e87f491fb9ccb","0x272ae914a21a3d080d09966954c43b6914ed6465c160d5e0b30dcf50a1fe65e6":"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8","0x2856c4e216cb0bb7eb112e91b1501e2c6134616de8a1cfe9d5e0e00629708b85":"0x0000000000000000000000000000000000000000000000001b5c36f1c8de7aff","0x2887eb84e9196e693a2ba34c533208535ee464c551b2836acd259d1d7aeddcdc":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x28920d358d1fb8adc5104cc7a4a3b036812626a5e876c0e87d66ee2e8fba2147":"0x0000000000000000000000000000000000000000000000000000000000000000","0x28f4852e861596d454edca73fc7609c7a2d27ebf3db4e38d5d42c6630c95a5ff":"0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc","0x2a6c728fe243447a0cdc32e115cea56d22236fec48c55f924cff34218ea533e7":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x2a87202aac51ae870d8a982d6008c3a8491bbd6ab1b932dff95c7607e91790e6":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2b8cd9ae011c3041a3fcc994167fb72779a9cd6c75376cba6f47ccbe37ac1dcd":"0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","0x2bd71492f757a688450673e4166709eed8056d2b32a82cabedc0d635e5783760":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x2bec253d0f3d236341e648f66708acb5e499b896e5be6d8b4377be0bb8d8c474":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x2c9e0f131f7856d8239b4df6bff8bafd7b7a89b921ddb58e882c6bb24f118dd7":"0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd","0x2e1834f6ba6a7fc7ecef55759d67cc5a4abf225b3d5ead61393a5b1b2f952c5b":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2f53b30a86d9c65e2dc1229ccb5b83eacd80a9137c942601dc0ecdb17ac660b8":"0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e","0x2f73968a8e97ab75be7799079a5944f5b7438acd04e5649b374619cc084d13b6":"0x0000000000000000000000000000000000000000000000004110171a4c1b2174","0x2fd2e766da78b7361c75bd3478dd55a1d7ee6b858702ca0d67b5e08d6f2d9c71":"0x0000000000000000000000000000000000000000000000000000000000000000","0x3004161db839fbde4028a82a0e281de27468471151074ef0a2c2081f6b66943c":"0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5","0x308eaac4fe7f97235eaadf7731cb7e3452c956316099bd79bc16b6ae9afce557":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x3156e053f44f5abfaefd12fcbfd884ee39edd53b6ad84639519826ac4cdc2e70":"0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8","0x31cdfe8bc4c568329d7c5069d4dd34847007bd5fb8ee33a9bf1c0c902aff860d":"0x0000000000000000000000000000000000000000000000000000000000000000","0x31f1ccf7f973d826edc963ad6dd12e7188b2ab6ec4c70c26a7b6ea9d835e02f3":"0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","0x32f2d655f70bd85ba6e5675c210da82a37a19e66f646846a0a67baaae00a044f":"0x0000000000000000000000000000000000000000000000001bd4943ef7e051c3","0x330971861c0dfaa0f44bee1bb5c0be4907c36e690de63d3b2ab3edb8a3c4a2a2":"0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295","0x358cdf7b7b96c3d9a7a397cdea895a05ea3e7f27feadd3100aa8e23729ebec16":"0x0000000000000000000000000000000000000000000000003bbfc153bbaaad52","0x35bec569a709d651c5c13688224e330762085baf83f04abc9f9b4bbf3d9d5434":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x0000000000000000000000000dcd1bf9a1b36ce34237eeafef220932846bcd82","0x375a4a658517ef3652f85c0a43a9db7f74485b06b37cde9a35f3857b743452ef":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x37dcbc83d86fac536ade3171b211c70225eff0c86e6803aad1120ecfe0073e68":"0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c","0x386637cbe5509fb01292fc5252c62d2848a921c345e2ee647fe906c163d8b2ff":"0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa","0x3897aba9dd49b25ba18503700f19cd977d38127adf77a4ebe0562840ed3c5e56":"0x00000000000000000000000000000000000000000000000067f2132e2fa3914e","0x3b0930567fa38deba43711436638169dc65ba7096fbb56dd084b1be56ce54ce6":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x3b0b39e7bb8ba9180560d0df4fcb5a37d0882459289f370703b214a765142210":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x3b7f75f0eab6c1d2df09e2c9e4aa6a76cd2881b1e688dc801bbfe4439c42b838":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x3d383bf0a2a52b4b20ea8ac5f713951acdb427b11b5d98638dc56f985eee451a":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x3da92b195ddca7bebd5138aeef08fedb92e2648331f6baa61510270fcc27c538":"0x0000000000000000000000000000000000000000000000000000000000000000","0x3eac7faa6249e8d7d10e2137775df29b8cfa9bdc61ae3e5777cbe6571611b4d5":"0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0","0x4154e16188140bd67e91ddcf512508c72473e7695c5c92b2fce6449a2f7c417e":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x417025f0c58b7fc898fecda627288c380f75cd0ce9b2cfb6565e2f7e71beac5a":"0x0000000000000000000000000000000000000000000000006545d716817d36a9","0x4230ae7aef55e8af42819266482f3100e43097c8781c093b13ab5d9195fcc469":"0x00000000000000000000000000000000000000000000000022bf698e9dd6f0b0","0x423448ec11376dcbfd37a377968b97092783897a38cdfe6cecad41e9728131bb":"0x0000000000000000000000000000000000000000000000000000000000000000","0x42660350fcdf93ed193788ccccf05eb92e04ab14cda79a2939d695d81a16b873":"0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0","0x4335b9b4219c2c1d6fa45ae8aeb9bd620e8805ab627b01905399719f44191ece":"0x0000000000000000000000000000000000000000000000006579430c2f80163e","0x43c041b50f8fefa2c872fd9e14d295a5ac2d3c9a905f2712ceb1e43030592ec9":"0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710","0x44724e31f2baaa696515a49b6b8e080e6debd6c9f7f8a925d3a3ed49f1770829":"0x0000000000000000000000000000000000000000000000007a87f16164855f4a","0x447ab30fbb460391ea30dba5e451426908e420d62c34ead2e919f00a4528568d":"0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f","0x44ea37c198e327f4c4dafd6162050c028684c2e9949c782328e3c15e4b052190":"0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492","0x454e984d553d52c1f34cf530cd804491c6344fdd22b227858cf6e9a90462ad16":"0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff","0x4583b35cb8d75cbf2ed0a063b5b2a0879bc8d78560b60d98935558cc67e5aa4d":"0x0000000000000000000000000000000000000000000000002f8498dda5bb1dde","0x45fb093827532f0d4d2d1d4b37cb90d6c46e6a3c7e3538163ba78d1ed9760491":"0x0000000000000000000000000000000000000000000000007f47897fbdd0284b","0x472b4892842c64bde20b45a7a83df84ce90b498a5c58fa88320f2e91f28fe065":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x47c2c52a99b58593577775eca2c86ab32c8c7eb8abeb780ee123bc54af2ec4cb":"0x00000000000000000000000000000000000000000000000064ef509b4398ca51","0x48a968c3b913fc1fd484a734e04a8d62f16f9161c38915439a2b17c439f45bbd":"0x0000000000000000000000000000000000000000000000000000000000000000","0x48da42dd74197e0a62297ab05da255cbc383a5b98a4491c8f400d210bee6de10":"0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a","0x49487afce45d653d08f302feb2996a01830a54c191ee30514f79a3aa2bf6b0bf":"0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220","0x49b87e7c4ba37accdc995b4de70e43ee6f0dc1f09c5c47435f22534f09dd1ec3":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4a45f2ca628c6c8fce36fc7ad427781a1b8128149e58597d011c09fdae2cf92d":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4aba504c84a82ca374f9c586cf8109ca4e6b4df477fc03213b8781d6e19dadf1":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x4c1d00afd1eb391258ab26249cf5448ec7ec747e924ea6d57c600149e26afaaa":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x4c33116c90b5fe82e70783e4e165f970329d56fa28d27622798777fd6d41ec2a":"0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","0x4c9e0bcac200177b818f8bf315c57f5b10390afe2819248764ca4090bcadcd98":"0x000000000000000000000000000000000000000000000000512d628d4f5142b3","0x4d41d5e239c07b5d1e3f782318f18e7dc60ef966c06925dbda0e394b95b32d94":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4eeb41c7965b015c3df9dc9289e309bde6ec3b22f6b27cbcf478a69a5b699568":"0x0000000000000000000000000000000000000000000000004047d566deddfa5f","0x4fb311af0be60343892314fbdd5ea5c8101384c62291a7840a15c4562c04f728":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x50691feb316d60978e9a47c3c50f7d0a54e434e050f2067b552086a7384175da":"0x0000000000000000000000000000000000000000000000000000000000000000","0x519b983e2ba668682b54fa96c5e2c1964c3c7d3fcee5983542094edbf173fb79":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x520e834847e28a04affb1984f2ed37376449f53d0f4bcce43b0ddf0c03d2d3c4":"0x0000000000000000000000000000000000000000000000005777c6e94b74fd0f","0x5226fb8674622ba8be13b3d7f8fba5414c6435dd972cde75a2f4756f10faa8bc":"0x0000000000000000000000000000000000000000000000006ceb59830bfc8ad2","0x5294b492e97e28a2ec0696dfd2edd20ae6d363d41221ba8a4e9a5d7cd0fa6b85":"0x0000000000000000000000000000000000000000000000000000000000000000","0x529d369c7b1c4d30861b0556913d7f355e8bcfc25035257efaf2659b066c0a79":"0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52","0x52ed1118fbe888a7af540513fdc2985611a9b164064db5d526f6daf70a27ccb3":"0x0000000000000000000000000000000000000000000000001a1ba04ee1a41b73","0x531a2086135cd40961922ff44886b9e84b2f5567df33304bd1268899b8333241":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x536995fc54ac00f76bbbc423b7116f542d6a768d69b1a76a42cfab7764981976":"0x0000000000000000000000000000000000000000000000000000000000000000","0x53af5fbeeb14cc4d0ca1cf2b658e00e43629bf73825344b8d0d7119de3cb775b":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x53c21a771edff16642f32399d0d956b30040b7f23e2c5814dc643f3cc02a4194":"0x0000000000000000000000000000000000000000000000000000000000000000","0x545dd669a47e24f431c076363ae0ec0d929081a9177299c1aea7310251d0fb82":"0x0000000000000000000000000000000000000000000000005cde953af7a868ea","0x54807c92b89a422559f2d60bfbd1e92243b898bd9aca3ae32a318dc88c2441f7":"0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71","0x5537953c5931bb3324635b8a62fcd48ed85f69d971c1b52be74be44052edfaab":"0x0000000000000000000000000000000000000000000000000000000000000000","0x556868baa15e0d7663c2c605c8b4ad9e38da1c6c86c134ae2442be69738806ff":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x55a451ec8622ed801fe617eb84c7afcff9557d9af76bb16052f3881fb14c1b4d":"0x0000000000000000000000000000000000000000000000000000000000000000","0x56f44710d9f37defc777f01c3a717eb814f7c4f52126df7df4aa7bde493d4cdd":"0x000000000000000000000000000000000000000000000000749bda47f696ad25","0x579cc5f10e11644e8168bcef1d3a7719390c6c9e011de6219f3a129ccbe8abde":"0x0000000000000000000000000000000000000000000000005d00f765584df03b","0x5ac282bfd28646c5fd9eaa5b402db851505ffac39c7428fe8cf4ad28eba9e523":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x5ac5fbbf76c3d526a105b4b1dafd771e325ab852c28567c53e2cc093a4f2e648":"0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909","0x5afeccf41bf577d78776628745ac0b0eeac6940e2e20d514169b5c6fe971557e":"0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a","0x5b743fa6a4ade134e6e11917eb55a998ed5dc8693e896bbc79d48dfd53e1cbce":"0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec","0x5c960b1354def7556ff93fb90da8a7d8bb4e3a888d5dba049053fbf45dd94ce0":"0x000000000000000000000000000000000000000000000000225d9fccf0291e95","0x5cd5076bd153ac1e7b4c810a0c4f50b34e991894d66d156d58d9be3fd7fa595b":"0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19","0x5e354f24d5192ee35f7e1490040baca3e670b5377261fead147d80a9eb82df16":"0x0000000000000000000000000000000000000000000000000000000000000000","0x5ebc724b54fcf1234516edcca1c757eb924f71d80f23a9557dca9be462716fae":"0x00000000000000000000000000000000000000000000000022cd6f987e0f1fd7","0x5f259a9d05825fea039238c93c10051a1d366a4992d7cee7805ff4407b6d9083":"0x0000000000000000000000000000000000000000000000000000000000000000","0x5f2ead667c1fb70d1c67666c768dd7a9722e30bd77ac8e2c5016a3845b7a578d":"0x0000000000000000000000000000000000000000000000003eb75af02a4d70a3","0x5f88d14ca6bc266963abcc248d0cecd98a06fe4a508fa8becbf4628f08e1d5ab":"0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","0x60c67cad1417e4c53597859dd12a3aa37b15b0791011190a51e49b8134fca071":"0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e","0x6177821f41e73d28e7f20b93d607c4fc6da46793b32845fff71c8cb0a150b1e2":"0x0000000000000000000000000000000000000000000000000000000000000000","0x62618af2333b650d88337e7220e62354d1644fba60c059c7e236d26e063a4ad0":"0x000000000000000000000000000000000000000000000000500faf0ef0d10cc6","0x62f80f8abe2087f3ebc45f5ae5160d876176ec35b98ac1cd4690132aff5d06cd":"0x0000000000000000000000000000000000000000000000000000000000000000","0x634ec6cfd6c1dc2e193568631146cbeb754b43bb8e83916f7deba46029a5fb27":"0x0000000000000000000000000000000000000000000000002ff96ee5f4c45346","0x636b4849abcd2204ee6caf33084127017ec946958d075f4e0a3825da14c9f68a":"0x0000000000000000000000000000000000000000000000000000000000000000","0x637666216dae3167cd6ba02a97bdda9c8cd754acc673ff6dd33d7b858a71b337":"0x0000000000000000000000000000000000000000000000000000000000000000","0x63809bf4edcbf3449e78d5eb491aa4ec5cb22ac2d2f7250be93225549cc06dea":"0x0000000000000000000000000000000000000000000000007beb33e25ef5e098","0x63c8edac75fe00dd133098de59e7c74ae3bb2da65de0c7033df23ebb3f7d9ddf":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x63ddf1b50305759f9f317e1a87c2dadefd0716b2f54d8d565200cf030b500912":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6404f6dc04336f6aa7c4442bc4110b5178bc703c310e395f758cbaf804e68180":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x6429e0315bd5f1e2f52836310224caa8d0ad24fa398de2bcc3efde25ff5b3736":"0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","0x64b5646416c266eaafc2440ec333392db8b35eaab1dda9336fa9ec2d11bedef9":"0x000000000000000000000000000000000000000000000000740135c4c48c6c7f","0x64c988c22b8da316daeca00fd2a1f5dbae3508b76b32f5b36f645d06cf822ca4":"0x000000000000000000000000000000000000000000000000109cb2e58d61778d","0x65375ebb9eca400e6f3136ab69264d043ecbf19e7c323ea6a3565e2a0880fa3f":"0x0000000000000000000000000000000000000000000000004a7072fce970f68e","0x658806f0665230e4f024b116a8f1de3acf451bf498dd30fdc1179ff41ab025a6":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x65fb12405e5311ce2d72ec25b49c8fd6ccae0e6f55a8c30718b145d146935844":"0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544","0x664478c9066ae65300821818c02fe1abc4fbdbace5f37bd307d0b251aa4fd0cb":"0x00000000000000000000000000000000000000000000000016a09e5cc91e09eb","0x667c2667cb932bb2d24dbcafd3db56a0cbf57477ef61aa1415d8d489dfe3f94b":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6713ef5d4df00f4e051f50fbded335ed4a0ef75d4f4acab90ece9f43ccee4810":"0x00000000000000000000000000000000000000000000000087046ef5ec157d3a","0x67512eee8733bfdfbc0323d6e042778b94d81e8cdae66525a1e314577708cb25":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6776ec7e23fca1d6864fa1346e8fc935347c61fbfc1494a71eea23707b1c9e9c":"0x0000000000000000000000000000000000000000000000003d547b2078bf5a28","0x67b2cc903af49eb4f82025706e7b8651580c2492fe2e76e26c8027611211a980":"0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04","0x6a5b0e94e0184e690b794e58691f2202b5652407a061d84d1846848d82846c16":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6abccc6dc9984b95317b6a8a49866b327738eaa72203151ae17d598cfedd8b8e":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6b360a5ffb1ce20a8c7d1d456dd0fe3ac566829def16df77a3fe1c06e1912d38":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x6bc3569769f25ac4066feb17ae3f62e5e3ec83e57059048c4831018130a6c52b":"0x00000000000000000000000000000000000000000000000024109a665095c888","0x6beb314a9329cda1cb0b7bbd9b354cd975f83d918a31b8d37f9f67c219f554e4":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x6c09ed6952459e4ac5750e8f72633c896225706c2410fd0e26ddffadf17c1f64":"0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207","0x6c725e49e04e17d5d72afaeb686c7eccbeea9be46d88cd8b402c4258ed245ff1":"0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148","0x6c881a589d0ea3cf71899565aee7ccfd42749a9b40e39ee7d70afbfe84874821":"0x000000000000000000000000000000000000000000000000296ff7d27034cca9","0x6ca94de51e5da7098b248f626df3d5732f957f86d4db88072ee147b39ddf29a7":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6e98742e7199d75510f708f6472e87c977d8566b100311c4bb4bd4ff26c7428e":"0x00000000000000000000000000000000000000000000000035305bc89a3aca62","0x6f5bd500ef90ee0d0ba4890a985735227dd011ed5aeeaf08dd82f48c9dd15793":"0x00000000000000000000000000000000000000000000000051f08614c35c92fb","0x710af28a03abec56ac317e76e7988e97cd573113bd055603c518fe6fa72c3143":"0x0000000000000000000000000000000000000000000000002d140bef1be0a9d1","0x71197affe16f4a9d9798db6f1ea119e2eab9b6210bb84b2401050d31f2a9452e":"0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323","0x72954c90802c050a16971c541118a9e073f42a9c3182cba06f8a39a1704c65a7":"0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d","0x739fd0867dee3f3e69a08972d907595bf0b1fb1abf7f52553237d6d7ad81f630":"0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66","0x7410732f3a1a8097499dbc36ad20aeabed968f490d529fe41004bf17b669e27f":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x7486c24f8c264f5ae3a29a946a000dd8a03bf04ea7b92c6eb69f530c03b56a0a":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x74b80bb81060dc4db0cf5bfa4fb6ec8f6085f81a83369d538cf28377173f4170":"0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2","0x755327e7b5c1532f1765229ac7e2626d206fe3a88c54030a475fb99bf47f9b1f":"0x00000000000000000000000000000000000000000000000012f18e79c1965b98","0x7658356b1a8fa0ff356e658e6217f222c03d37852700ea031e46d3672bbcdac9":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x779dc4cca0ed69eef72df71cbb1e49242e0c5a24c49a7cdbb6ba5c9da5ca91b6":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x77b9cf3c283f9ebd23ad948d36e8f6d58f736b123b64d4efdeb0e32789bfc89e":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x78d2ab6c3322a1c9a604132c997e9bd0fc34b1d50412f9e9c29314052c24703c":"0x0000000000000000000000000000000000000000000000000000000000000000","0x78d53bd24cd172b9d4a1387427d47e4b1a2fda543349946e34d2e919a4dbe982":"0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931","0x78f3cb8625c58a5ab80e36ae3cf440ce15930f792bbf42865a75585460cde69a":"0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183","0x793b45eac03840d8a7055c730ba2814ec08315eec0e46379339320e97c0bdb4c":"0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199","0x799da7fa1f2bdc364e99e7bb18941326a20ec5257988b55c31f09aa218950747":"0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788","0x7b332920eb7d6d90a9eb34aed3bc29b56f8bb5f9fbf025434b2a6e083a098ce2":"0x0000000000000000000000000000000000000000000000000000000000000000","0x7bfc9ff4d45debc6349b44e69330b7a7ea861ae5ff38c29a60f34febc84641aa":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x7cc359f9a980aadf8caa7a8f8ad023d8878c5e42e6262c51b0c932b52809f921":"0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a","0x7cce27feef8271cc6151fef949aef8cbd9349f4c5f0f0e1f850e31d7a0eb7aa3":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x7d738d85dab016681ae5069213d85e2e23a72a100734d2affed7d2fc537514eb":"0x000000000000000000000000000000000000000000000000783eab248f3c5e5c","0x7e762ea712ee1cc677bff2fb483cf8bbd82154acde14cd5565bdab8a17f8164a":"0x0000000000000000000000000000000000000000000000006e7e031b7ce27244","0x7e9c19700d6635c53030585e4d70f6bd8fda4e35453abaf354b0d65762616772":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x7edbf1e1187bb24a0811c256546bc7b094317003caacc529aa73ab9291279f30":"0x0000000000000000000000000000000000000000000000000000000000000000","0x7ee06c8cc51564bcc85135e6862eb14f38e4d886aecad027fb823ccf88fb6931":"0x0000000000000000000000000000000000000000000000000000000000000000","0x7fb616014b103b780e02d057189e89b46c94207cfe08a17b09b64a5fa6720ff0":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x818b3389a8f52b5a660a00896837557a618807d3b1c937f1e8c1526083834eb5":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x82f0ff47531ab3c8fbe2186b5060bc9fc025e3dd4dc476b04cc4883002ab845f":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x83a532c84f79344341e2db94decb087afa74b27f21a717a48d1f00b2496bad93":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x83fd3c8d5c82a32b55ecf2092e2d6d63928741c7b2045ae7e6bd4370d4100bcb":"0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5","0x8768479e8d62bea55b6799a65b5e1e3665ba4cc439e2f61a1e14834e968499ae":"0x0000000000000000000000000000000000000000000000007ee8b22590a6071f","0x87aaf0879447152d434c52817d8249864f3489f2cb31e32f532ca2112f18f115":"0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4","0x8875d97ab64a184f817dd8f4090f183df85423a607de4bf84b4e9b45bfa42129":"0x0000000000000000000000000000000000000000000000000000000000000000","0x894bf5467b30b96692f4cc3a372b2d4c7b7bc00a5c02dca1b1d4d9c28b853249":"0x0000000000000000000000000000000000000000000000000000000000000000","0x89edb08c6a90ea5ac93a0b04fff6308912cfc503d9e49e735dad728ee600437f":"0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a","0x8b4c61dc1e6f730e928229ad4604a848d646c16caa8c522ff91a3e6588231362":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x8c8d8deaac088fc303e9f069518a797afe4fb0aade41fb29a972694c75004ac4":"0x0000000000000000000000000000000000000000000000002f03491c799698ec","0x8cb5fd46622084325f9fbcf95fd40446cfe54107931513b4de07d1dc4736662b":"0x000000000000000000000000000000000000000000000000129529541e807c45","0x8d08579f6cd94bd02058661436bda040fab920a17ae8bdcd8eb07610fe30874a":"0x0000000000000000000000000000000000000000000000000000000000000000","0x8d3b610f76751fc6eada1faa0ed094b37dfbc805b6397c880f8b5e357a26578c":"0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720","0x8d4925b55a7f8bb0b2f010b5e335178f1665f3545d0fb0b643157ee94dc4704e":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x8d540158e75f108b59ba8039a09a1d7e71d1b1b98db6e2befabacde092d15753":"0x0000000000000000000000000000000000000000000000000000000000000000","0x8d94f5339b9e4e395d9519ad57726eee6e27e18351ff77f3fd3052c4cc7f8a27":"0x0000000000000000000000000000000000000000000000000000000000000000","0x8e15aa7685372d446d122cb45beedde0883e690ff36d2a4e113de47e153ba5e1":"0x0000000000000000000000000000000000000000000000000000000000000000","0x8eaefeff2594801a583693255faefb10804c0fa13273e0c497481e18eba93bec":"0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7","0x8ed59c726104060f656dbae59ca5c248b7c26d4ed8454608e6ac4baa6773cff2":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x8ef4566ee46e535fb383490f987ca04af3c56cb997cea7da9e01baddcbadaf5e":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x8f38e46b7eb74a30497eefd827d8213e56ff06a09c1929de69890ed500e00e6c":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x8f860cbeb62c731e655387fff25d44bacdc8842fd619b450ee8efa3b786cab3c":"0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc","0x8fbfb5e22ad010d1865c72c497f0f36ae3b034fe3f80f7382f707d1b00a72352":"0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9","0x8fe2b60f408dd8e2cbfacfd281fba869d5d40aee34508e101cb23df273dbbc80":"0x0000000000000000000000000000000000000000000000000f4679cadc66390d","0x903067670e9d49e9b4e67606314bc6807165b2b86e0eda4b7438d6346824909c":"0x0000000000000000000000000000000000000000000000000000000000000000","0x90b086a71ce080ed2bd55df80db139d96ffefb49b94caf12271f2177f87104d3":"0x0000000000000000000000000000000000000000000000000000000000000000","0x90f7f176699ba74b4780c23da7606a89adedcac80c2d6c8d917dc0a92b41d755":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x91d9e997eb7e4aaea090f9415bbfd12688c6730370135b644d8db8d3665bafcd":"0x0000000000000000000000000000000000000000000000000000000000000000","0x929b5f76c40b05d46d13d7422a941a58ddee1524477b22d2e4d5f2bd4ba928ec":"0x00000000000000000000000000000000000000000000000034ec8b2e30a30bd7","0x93441d1ae339cd813620afdd53a08bfeb46d713078ea79061e126919cb3f528a":"0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6","0x93a201d65cd872bc4d6ebfe2328bd2d71cc723f54f0cc96bbae636d1b414f885":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x950088bab8f4de0db93fa403dbe3a051f9a6dbe83a7b3743d2dc49f811396aaf":"0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d","0x95ac71364aa81cb5c2c78374ca471dac19d7342bd155eb713df4fe47fabd338f":"0x000000000000000000000000000000000000000000000000216714fd5b83698d","0x9620d8eee42db058db5b187a507f8e0501d6b76431c40d4abadab2a34848a0cd":"0x0000000000000000000000000000000000000000000000000000000000000000","0x969cfcb063f955d6e1cea67054ea91ea90d23d5970990a72e7f6cfba3b38a2f1":"0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4","0x96c5d333f093a6d1cba872e2a429e9c3bac80ef4e12659852eaccb04520184b5":"0x000000000000000000000000000000000000000000000000454cbb70f6deda57","0x96ee15bda0a2d5d8381005a598e35df96a684476721e52ff597cb0fbca3ba9de":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x9705ca5f2d16fe43fdada69057692f9479813226926c62f66386ad0bcb4a97b6":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0x99282e975d81509425e23f60dfe0b8c5ccbd8c4964f001812def45ae8f87a91a":"0x0000000000000000000000000000000000000000000000000000000000000000","0x994c778e3fc4e24bf2e026fb6c7e643c54a18da3ee2b9e693881cdbac6279ba7":"0x000000000000000000000000000000000000000000000000580fd18d39e768d0","0x99aa136fd0d398511f1ee8245fee64eb0b3a0c43c690aea3d9cc91f8e3fceb2c":"0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","0x99e88842c74e3a65522abfc45853daf1a6cfe7f6d57bb8f26bce36bca563e38e":"0x0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","0x99f445212900ad1b1d4bb81b14259708e80fa06c30ed71889c0e57c1809d6291":"0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d","0x9a40079b17ca6cb118c5d2c2233021b02b817d64895aaeb83a9dff3b03fe56c3":"0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b","0x9a9deb3a0a5781115e6bad0f4b6d12e743f6c5c0ede9a6236258e883c7f4a56c":"0x00000000000000000000000000000000000000000000000089a2b30fd4eda421","0x9c20d31c8b4f6872a5d02211bd9f4a12a479761cd973ada1e770ec0823bbf3c4":"0x0000000000000000000000000000000000000000000000000000000000000000","0x9cbc467a15144382566f35dad8ebc7163d9dd0d8d282bf78909d54ef820e348c":"0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","0x9d4651deaf516107880717adf685ec4b1edd3c7479ba8d10a7bd496d4025a809":"0x0000000000000000000000000000000000000000000000000000000000000000","0x9d799c159bf69617f2ff44c1ba7f03b64e91fe825fbfa349e16c2283e49a6fca":"0x0000000000000000000000000000000000000000000000000000000000000000","0x9f3cb99050b5ac4d67e1f2bf096dc482935d4074145d4624ca2f7d1fda3c2fff":"0x00000000000000000000000000000000000000000000000078999484ace91c39","0xa0f7369d3cab3ea0152e5260a2d0a05360428d1644c85b5a807f7167b2f6c628":"0x0000000000000000000000000000000000000000000000000000000000000000","0xa23ace11a03ce192dc121a7582006403e928218140300f4314e6fcfbbc056a96":"0x000000000000000000000000000000000000000000000000300e7cf3b6570d42","0xa35929ce48fc2bc04f780eaa67083da5dbbcdf7a8139cda43bfe5da8b9f5aa94":"0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906","0xa39991882f186d55518f9b58c45807dc639af0e8a1eabfc276f2400ac599ebd9":"0x0000000000000000000000000000000000000000000000000000000000000000","0xa4d74b8204b992143aa7966a6563d7e35c93183740b3c8dbb07a7af05bd3ca74":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xa535686d0568cfb8212796dc559fbf230c2a08981a2b9a5cd37ef542d0916038":"0x0000000000000000000000000000000000000000000000000000000000000000","0xa5d86b365c06859951d9d883b6d67b6d76b1d17134c3ec7afaa1e6bbc6553340":"0x0000000000000000000000000000000000000000000000000000000000000000","0xa66273ae38b26c6e33cb88f7f534d8d5b9a4bb2bad6d3a841c86b06ed44e8f49":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xa77f82378459eb6037bb981385afe2dea01a5358bb433f2b75692f8fab415300":"0x0000000000000000000000000000000000000000000000000000000000000000","0xa7bdd8b66dadd4cfd212ad0eb3fb4e789003d03afde5e5f0a042ec2ac53ae3ee":"0x0000000000000000000000000000000000000000000000000000000000000000","0xa881f3e592fa4dee337599270fd11503710905bdf8928a4db5891c9cfb14bc10":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xa885308d2ce488207b8c0216a9172af243c23ca6fc971e9009832c7515c24a7b":"0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d","0xa96bce2fc26237742da44d56a0c5963f0afefb83fbcc2f3730e28928139b3c39":"0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1","0xa9f4fd231432d6604c53a337490455f03dce170ea50a670f5c671269efbed7d9":"0x00000000000000000000000000000000000000000000000086759309fd1fd327","0xaa1f988945641eb17ead86915304784c55d3f29c307aeed9f00c18cb763707ed":"0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe","0xaa4f84af0cfa73a357cb51e2ab26680f40ccff61b4f202d3e5c5aa59b3eb228d":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xab8ff0174d7c421a6d391489f70c4734ca5a3a8865427e732bcb2de4b07e303b":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xb153ebf9554b804316537706e8d1a86a14ac3043fd84e2504eaa1d4f0805284a":"0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f","0xb1a579cd4ae50c813e0c7e76b5be4c6bf98df58022b3ab944fbb90f5298419e6":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb207fad84e04c3763560b907b680e318c26c04a0c46da0cc17d88bc5674f3653":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb37c2e2688cf3d15d5993192042b9d491bde3bbb57db21f3b87c708e55cc4e20":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb4cf846df7e2b053169b146f7213acfb1de76a6be23635accaf63076d29212ee":"0x00000000000000000000000000000000000000000000000015f9186533eda559","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512","0xb577404c09582478cd62a4e76b37748ef3436f3a26bb1c1ac46847efe7614ffa":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb67fbbeb560397e1322bee3cca9d60bb249d9b47db4baed7a7e47a27033b7c93":"0x000000000000000000000000000000000000000000000000598aed7205272e87","0xb73c7fb442032933b5de334107a01ebc86698641f5f85c0b5ac7591c84f72262":"0x0000000000000000000000000000000000000000000000008ab268a9fc9a4827","0xb7604da75fbe3efd6ed69f0f84dfc6815b462c54f7544931958dd4a4906f9634":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb811e0c1d7721129e2e45fa3519a49ae355bbde96d3e4009e2603e2f6eb19962":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xb813d9ff6bf39a1acd5f580b04d5de77ffcb790a5f6b95a0492e5bbf43e2ea22":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb8a51e34643c50a4eeb6190188b9c391956ec3efa7c93a5de935000dbfb02d01":"0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955","0xb9f74f17f68cd4c31f392ea16a67db973badfcbe13f691661805b8028c788629":"0x00000000000000000000000000000000000000000000000084d96eae26b46228","0xba6a7017c350ed4646d6ed63fc9657d05e52cc5fdebf9a7becc1e6c43b3a5088":"0x0000000000000000000000000000000000000000000000002703a666cad171b0","0xbb714267b2b21c77ab121873e7a37200942f67ac92aebdc3a41dda22def7606f":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xbbac3fafe6007a7d3cf4d4223904ca3ccd61c583ac83f24867552ca76be563e1":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xbbc499e8a091bcd4bd3844d4842caead33a0a31c0ddb14888849cde646cfc2c3":"0x0000000000000000000000000000000000000000000000003f94a2da3a2576fd","0xbbd41c4fafd271448ff0d8366f892db4b38adabd348be7f2ce373ac30d38b627":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xbbf5de47efc219ef6152dfb7cb04a3444bfbf2fbef138561168877b39836a6f7":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xbc213aeec083c745fdae3ae8b7b4153f1eeecdec466b4239f01b3479cd8f39a7":"0x0000000000000000000000000000000000000000000000000000000000000000","0xbc7e3f3b7e050f9b54e86184cde3d6b22e957aff0e358e53154730134f9f59dc":"0x0000000000000000000000000000000000000000000000004c612aa7299fd57f","0xbccdbbaa08c67ed3c9f8cc0718284231db38856ff2018db58a0a6a32d108e7db":"0x0000000000000000000000000000000000000000000000000000000000000000","0xbcd99326721e46af4e85b92e763218e47af0080ed530c31f554011b091a5453c":"0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f","0xbd2994b6480f4816484054718df42762d5877356e91d42cb008a18167fea8802":"0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","0xbe0c9b41ff8979f72d70b3c24494ba0760ad72cca85771061da0f814ec07c99d":"0x0000000000000000000000000000000000000000000000000000000000000000","0xbe54cb1ef7394467de1d92ab9df94baf69bb2c2e78ce5cdf706ededf9ca38884":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xbfc7e2b612074aa9328f3354784d338442d4f08112bd4c739b5819c12516260c":"0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1","0xc0ab3eda17c3f9d44d99b81c394851dac9b9859d8fc4d1d9e4c3db6d80a22f7c":"0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097","0xc0ffdb0872f2e69da1f4f8e4f0d62fdfdbf85b04b5d1198b750dc4856f4ae108":"0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51","0xc1431ee408c82d0ed1f18bc4ca766b550923e447048c04324b756c5f552e5861":"0x0000000000000000000000000000000000000000000000000000000000000000","0xc38aba744296b53346855e23ac320a21da92511c94674faa53c5b7d46c29ac91":"0x0000000000000000000000000000000000000000000000002ca592cd3c4c864f","0xc3aeb197d056f6259306d739406ff52fdc884a1693708125a8347fc565fbbf68":"0x0000000000000000000000000000000000000000000000008042ae896b8e68bb","0xc4a157da170aba8c6c536b9f364d8c5a917881ae1e6a2c07ded463d7282bfac9":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xc53304e1d3224e41b6fa408070f910f3b1b7da8de485efab7645881131dcef90":"0x00000000000000000000000000000000000000000000000039f4d3f2cf92a422","0xc53fea0dc16735322f7cda6e551ad512582820d9d61bb81d8a88f376d949d3ed":"0x0000000000000000000000000000000000000000000000000000000000000000","0xc568727d744f366b8ba921a20a389d0325a9eede756f59523cd3c37740fca7fe":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xc68bf510ad01c52ef71cb97b32bc9302a601cb6a776340fe0a061c11ba4c9695":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xc702d82c9458c5e5195d28dd2b1230d708a8132c528c8ccb658e1514a22c78f5":"0x0000000000000000000000000000000000000000000000001eaea2d75e247668","0xc752ebd7a2f47c2300a68c2a69f67f116e72a586a247350fcbfbf2d567fd4f12":"0x00000000000000000000000000000000000000000000000029ebf4b678942b1c","0xc98504e810b95395999dfb65346dde3e4a13b1b653647b9f99397c6a5e1509cb":"0x0000000000000000000000000000000000000000000000002951ecf8fade0441","0xcce15414420694a6a4f5a6b41e40c486b25b9e2c058827f2b17e2d89b0e53088":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xce78476e53e55e2afb8c12fdae06c074173099209cade08480f222e9f9bc4b74":"0x0000000000000000000000000000000000000000000000000000000000000000","0xcf323bfb23df2004af99709024710cf52dcc0899fcddf85b994f03b8da50e33a":"0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325","0xd0d57c36bf81db28b1ea823dadc00bd1ba48aacdcec4faa2cd9883ec3705f3d1":"0x0000000000000000000000000000000000000000000000000000000000000000","0xd0e6d7533420d722e6b756859dde43d47021f9d86f0e73b7bae6a1ad38c01be5":"0x0000000000000000000000000000000000000000000000004947aeb13928ba0c","0xd149ae14b8859a88bda7f09d234081d43f70d4608560ff165a6259cee0924f5b":"0x00000000000000000000000000000000000000000000000051169428b2187257","0xd20b685c12ec9dc5cdbfdca6aa0ac4cb37a4cb89a16beae5696acfc682b5f03b":"0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff","0xd30f066aac3ba0611c2d45052ee7094d82defd2f4da37f2fd781fc0934729f4a":"0x00000000000000000000000000000000000000000000000032d96cba53cf0152","0xd317925ff578ff1b618886538329ec1da3d617489953bfa161b20758d4f33d87":"0x0000000000000000000000000000000000000000000000006e7330ddc26efb3d","0xd345862d33f44988e30d7b974712ef161e0fdc4d2730008791f6bea4909ac05a":"0x0000000000000000000000000000000000000000000000000000000000000000","0xd390a2e0ae0b5290c9de218d1b45192e0de2bcdec4c0ee1f6a2eee70cf5b6cda":"0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","0xd3ef6811f53da7e8e917054ad1924f46c4ad16534f5ab7875ba10340368c080e":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xd40b919043847c8f196a72a0ee539a0715d84bc92071ed459d36f8aaabe1096d":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xd4ed45c43fc78dc96b168d6168dc9d1fe7e3a4f36d8a1069308ae46b64a89114":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xd5775d86f6565f5905aefc7ee75d5d3a66ff458fc101165db952d993b302b05d":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xd82e21d3c7352c4989aebd1877e41f9f3efd0db988afd183b5518aab9bae7693":"0x0000000000000000000000000000000000000000000000000000000000000000","0xd83f125c10f5498965511ee833214daf64ba5803f4a1305f64a6becf67ebf326":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xd8647c92f988e7815a605374276413b3f55e46ac178309f2812a732c6070d35a":"0x0000000000000000000000000000000000000000000000000000000000000000","0xd8b399198a6ce7419919ad43ba697b6482ce46c1d076841fde0e460dc8ec4b8f":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xdb3828a965063146b0b41736586aa541e895165057acf741f5447d2c611dbec4":"0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e","0xdbba9f0a729b571363971542fd6c947b37bc1905820c3635729a40c11b3dde3d":"0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74","0xdc6e0b96521a5083dcac8afad561837e3234e266a24a767149338a010a57f3c7":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xdccbd04713739d8a40481a0e4e25c95d35b039c79c15e20fd1feda5a1ea9cab7":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xdd02758a97a13abcb010dcae448a1a95a5968e419e014b48cbaadf7f55b7de2d":"0x00000000000000000000000000000000000000000000000038312cbeff92e5ce","0xdea8bf2594ca9fe09fed8e03a7ccb2bf4e43ed6c04391a37ceb56fb3acea4779":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xe011f03ea57d79c1491c9f6096507800f9a53b3fcd8478675657043e008ada3f":"0x0000000000000000000000000000000000000000000000003a7c536d83f91028","0xe05acdcd107798077d77ad390c6bbe1ad4e44348cdea70be5fd9626c9d1de2bd":"0x000000000000000000000000000000000000000000000000297d9557a14b736a","0xe1877c2b2bac38bacc3beab846482af1b9e3ebfda57ba38fc23a44f64e697430":"0x00000000000000000000000000000000000000000000000032a862794ae172cb","0xe2a22539d2ad3c625a786c49fa26f360577f7f1ca5994f18eb989778134b06d2":"0x0000000000000000000000000000000000000000000000003a20d7435e1e5233","0xe32e32aa82a2a0f9350b4152a8e6083d5888d0ad0ddd347a040a373b2772f914":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xe389e4572c1e79168ce9df263dd053aa71d1d40a3e6447b49cff2898cd4e845f":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xe3dc8887809cfbfeb544180da9dff284cc99216ec6bcfd38c39909d08181a797":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xe409b4b94900007ac066b0886c28e415a13b6032594060a469fa9440fecbf935":"0x00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","0xe4eb06598984289b40e64e0cb6213e8a97e4ed49dd273969d080aaaf79fa15be":"0x00000000000000000000000000000000000000000000000060f0389daa707614","0xe614bc826e8b0520888202eaff6d403982f967ce43531e58794d67266fd2a671":"0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913","0xe61aea5e0516165b5bbbb9e8ac4e955b208e2180f2d07167a7f51b4dd478df66":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xe63ea3f4863637b54ac96a364eeabd56ff31c7165a8cdbe44988072bc69ce38b":"0x0000000000000000000000000000000000000000000000000000000000000000","0xe6671ebbc9d1953a9bfa43f2370acdef619ee4c327566e13f6a6714756d0e27e":"0x0000000000000000000000000000000000000000000000000000000000000000","0xe6d79c557c2c1570d3887b03ae42ad03d023349b62379d8885dba83982e87ac2":"0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4","0xe86219373f2182361746d77d947860ee932158bbc9cb9a885797b6b30b8a32da":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xe87d6fdc272c92a22dd278b8baf57f3af3e04bd05c9bf31321cf69edcc614e8a":"0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2","0xe968c23c07dc0557a1ef99253079572ab820305bd606ecd12771bc3357f7261b":"0x0000000000000000000000000000000000000000000000004df6c2702215b7bc","0xe977782b28b4663ebc082ca2817e54f44fc0e9ede6422ad22f071f887a7dbc0e":"0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d","0xe983e747f268c224ddd94a67552d98d9fb92098e362a0f36e94d90215e9ec95d":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xe9b6fbb601be9573615f84bec503b6764c18201e897f69b0b8abe0c274d90a9b":"0x0000000000000000000000000000000000000000000000000000000000000000","0xea022e504053b0dd265d967182048c0b2df436f57e8dba5446c09a70a4bb9504":"0x0000000000000000000000000000000000000000000000001570f3822260154b","0xea9360c0cb31dc426043c3f68fd821b67e21db113b38494dd2b10f453fd76290":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xeb675536bc69e00fccd4099b4cea837bc80506f833ddb0952a41532472cb30da":"0x0000000000000000000000000000000000000000000000000000000000000000","0xeb7b17dd4a860e2649bdf81ffcf97688eed12795c851639e3dd8ab371f50c248":"0x0000000000000000000000000000000000000000000000000000000000000000","0xeb86c8ac2308cebb195feb6023db33a4584b9ae9ce1e598046fda3091ae475df":"0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54","0xeccdb2a356f25abedbd9f5f85d5bf705985f6df14a38d4f1b4440afe1203abd2":"0x0000000000000000000000000000000000000000000000000000000000000000","0xed85ac5765a6a59fa265683958bc148c9303adf0056d9b50695e2bf27c3cc703":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xedbad961ae43ac75ecb8a3932923813073b1d5cab54d394a9b2ac5ed9b21f25a":"0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e","0xee08cebefb6f120d5fa32f3032a7f2513f309530c3755db09af11230f8c58a1e":"0x0000000000000000000000000000000000000000000000007b5665642e785f30","0xee269c98d0c1ae5c46d78880bf1d79792d439266e3ad9c2611ab5ca049a4ff13":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xef22f60a4f33c96c194cd2c5d9995a32089ced0ed28fd56c8350ae2abc81884b":"0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65","0xf107ecb76062d4e63d4bc8f0a974a87e149225f668e94d42f2841231491f7cb6":"0x0000000000000000000000000000000000000000000000000000000000000000","0xf2d2440e1fa0acce4fc4f177d376a61cbc21febeab2029985c1933c5690b15c9":"0x0000000000000000000000000000000000000000000000000000000000000000","0xf2db410bca5f32d8e0796553823515be2a64e25e579042ecf41ac320ff92fa21":"0x0000000000000000000000000000000000000000000000000000000000000000","0xf313879498b8a4765631c052393b9dd32e93495ec6899ce72b83425005d1fb08":"0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624","0xf3563e51d41d5e1c8a844f05eb0c22d7e8755180d6039e4f1a0972770485134d":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840","0xf3571d5fed80edf8d02ed523d0fe3ce70e75dc45367d1595364544e68fe4f38f":"0x00000000000000000000000000000000000000000000000080267dc069a25faf","0xf44dfb80d3ce0707b25b96272320f6c8347655eed570282c287a309d520bfa63":"0x0000000000000000000000000000000000000000000000000000000000000000","0xf46c6219eada63bf85300f24e13c29e1abe7e23cf5d86a616c534e199ccf80b9":"0x0000000000000000000000000000000000000000000000000000000000000000","0xf65abb752b68aade6528b7544cdd4ccde4bafa7f342f11137100423e6209ffd6":"0x0000000000000000000000000000000000000000000000000000000000000000","0xf69bca89a7cdee186124ffb4a262ed8e76b974f2e6db35a410bb98f9af716feb":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xf6b29b2d452a6bb84fff62f296a9838a430cc9e47069e000d824b13c1eadc1ad":"0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","0xf7195b8dce2950aa97a213c7b00730d0a4ac13d646a0d420162ef5b2633eb734":"0x0000000000000000000000000000000000000000000000000000000000000000","0xf76acaa09d12da6cc2fa4069c3b5023631c6cf38e0024ea1206a57cc643fe530":"0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e","0xf80899cae2884e29b2a0920f3e3e7bad7387b238372d3bbbabef71be8505b8eb":"0x000000000000000000000000000000000000000000000000539c867c7e3bfd3c","0xf9b72fa227a11e566e5e157aa7365bc3fdefdbef003472d16273e07d83f6ea2e":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xfb632491ec9ef394d912d5280b2289eae32d3899eaa0f39103b2a130497cb0d4":"0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d","0xfd7f9563dfcd65b27c8a3bc9015be349e374baecf6023a990ac59ec2a56bc1c8":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xfdab92585da7f88acd71dfcc1860d615e13ed19080924698b64450a23facf06b":"0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644","0xfe26cc3990510539faea9195329c10d1fa94612542b486e5ab65a18c7bb41d5a":"0x0000000000000000000000000000000000000000000000000000000000000000","0xfe813b9f10a4eac1a2628bef9a9803bed262206388ea1925e00069a1c67a4ac6":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","0xfe82ba4f8805d988deeeca7766af25efd2dfd4a07c9aba6fe002f553dd8e19b7":"0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a","0xfe92f1fde341cacba0ede1710b963b813c59e3810fc1251a809b298c3cea7a9a":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"}},"0xdd2fd4581271e230360230f9337d5c0430bf44c0":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xdf37f81daad2b0327a0a50003740e1c935c70913":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xdf3e18d64bc6a983f673ab319ccae4f1a57c7097":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xdfd99099fa13541a64aee9aad61c0dbf3d32d492":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xe141c82d99d85098e03e1a1cc1cde676556fdde0":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xe5d3ab6883b7e8c35c04675f28bb992ca1129ee4":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xe74cef90b6cf1a77fefad731713e6f53e575c183":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xe77478d9e136d3643cfc6fef578abf63f9ab91b1":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512":{"nonce":1,"balance":"0x0","code":"0x608060405260043610610079575f3560e01c80639623609d1161004c5780639623609d1461010957806399a88ec41461011c578063f2fde38b1461013b578063f3b7dead1461015a575f5ffd5b8063204e1c7a1461007d578063715018a6146100b85780637eff275e146100ce5780638da5cb5b146100ed575b5f5ffd5b348015610088575f5ffd5b5061009c610097366004610479565b610179565b6040516001600160a01b03909116815260200160405180910390f35b3480156100c3575f5ffd5b506100cc610204565b005b3480156100d9575f5ffd5b506100cc6100e836600461049b565b610217565b3480156100f8575f5ffd5b505f546001600160a01b031661009c565b6100cc6101173660046104e6565b61027a565b348015610127575f5ffd5b506100cc61013636600461049b565b6102e5565b348015610146575f5ffd5b506100cc610155366004610479565b61031b565b348015610165575f5ffd5b5061009c610174366004610479565b610399565b5f5f5f836001600160a01b031660405161019d90635c60da1b60e01b815260040190565b5f60405180830381855afa9150503d805f81146101d5576040519150601f19603f3d011682016040523d82523d5f602084013e6101da565b606091505b5091509150816101e8575f5ffd5b808060200190518101906101fc91906105bd565b949350505050565b61020c6103bd565b6102155f610416565b565b61021f6103bd565b6040516308f2839760e41b81526001600160a01b038281166004830152831690638f283970906024015b5f604051808303815f87803b158015610260575f5ffd5b505af1158015610272573d5f5f3e3d5ffd5b505050505050565b6102826103bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906102b290869086906004016105d8565b5f604051808303818588803b1580156102c9575f5ffd5b505af11580156102db573d5f5f3e3d5ffd5b5050505050505050565b6102ed6103bd565b604051631b2ce7f360e11b81526001600160a01b038281166004830152831690633659cfe690602401610249565b6103236103bd565b6001600160a01b03811661038d5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b61039681610416565b50565b5f5f5f836001600160a01b031660405161019d906303e1469160e61b815260040190565b5f546001600160a01b031633146102155760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610384565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b0381168114610396575f5ffd5b5f60208284031215610489575f5ffd5b813561049481610465565b9392505050565b5f5f604083850312156104ac575f5ffd5b82356104b781610465565b915060208301356104c781610465565b809150509250929050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156104f8575f5ffd5b833561050381610465565b9250602084013561051381610465565b9150604084013567ffffffffffffffff81111561052e575f5ffd5b8401601f8101861361053e575f5ffd5b803567ffffffffffffffff811115610558576105586104d2565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610587576105876104d2565b60405281815282820160200188101561059e575f5ffd5b816020840160208301375f602083830101528093505050509250925092565b5f602082840312156105cd575f5ffd5b815161049481610465565b60018060a01b0383168152604060208201525f82518060408401528060208501606085015e5f606082850101526060601f19601f830116840101915050939250505056fea264697066735822122008341f3bd242202e610c1575dfe9dfe1791f0d91d1e9f5c768baf14a32d1efd064736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"}},"0xe8b1ff302a740fd2c6e76b620d45508daec2ddff":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xee7f6a930b29d7350498af97f0f9672eaecbeeff":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xf0ce7bab13c99ba0565f426508a7cd8f4c247e5a":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xf0eeddc5e015d4c459590e01dcc2f2fd1d2baac7":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xf23e054d8b4d0becfa22deef5632f27f781f8bf5":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266":{"nonce":285,"balance":"0x20344360cab5db90b67","code":"0x","storage":{}},"0xf5059a5d33d5853360d16c683c16e67980206f36":{"nonce":1,"balance":"0x0","code":"0x6080806040526004361015610012575f80fd5b5f3560e01c90816346fbf68e146101a3575080638568520614610111578063ce548428146100745763eab66d7a14610048575f80fd5b34610070575f366003190112610070576001546040516001600160a01b039091168152602090f35b5f80fd5b346100705760203660031901126100705761008d6101db565b6001546001600160a01b0381169133839003610102576001600160a01b03169182156100f35760407f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892918151908152846020820152a16001600160a01b03191617600155005b6339b190bb60e11b5f5260045ffd5b63794821ff60e01b5f5260045ffd5b346100705760403660031901126100705761012a6101db565b60243590811515809203610070576001546001600160a01b03163303610102576001600160a01b03169081156100f357816040917f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152935f525f602052825f2060ff1981541660ff831617905582519182526020820152a1005b34610070576020366003190112610070576020906001600160a01b036101c76101db565b165f525f825260ff60405f20541615158152f35b600435906001600160a01b03821682036100705756fea2646970667358221220e62ce488e19c972b414a2c71f5fb70f214eefe96fe4be29e844f8cfcc017fbb864736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000001":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x723077b8a1b173adc35e5f0e7e3662fd1208212cb629f9c128551ea7168da722":"0x0000000000000000000000000000000000000000000000000000000000000001"}},"0xfabb0ac9d68b0b445fb7357272ff202c5651694a":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}},"0xfe0f143fcad5b561b1ed2ac960278a2f23559ef9":{"nonce":2,"balance":"0x4563918244c32ffe","code":"0x","storage":{}}},"best_block_number":"0x1c6","blocks":[{"header":{"parentHash":"0x0000000000000000000000000000000000000000000000000000000000000000","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x0000000000000000000000000000000000000000000000000000000000000000","transactionsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","receiptsRoot":"0x0000000000000000000000000000000000000000000000000000000000000000","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x0","gasLimit":"0x1c9c380","gasUsed":"0x0","timestamp":"0x685d8cfa","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x3b9aca00","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[],"ommers":[]},{"header":{"parentHash":"0x3e7fc6db7539ead1133b8791e83a95ab848a8ebdc9ffcb4f3dd81dffd4de15fd","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5431ba1b03b3e1cac6d2392f32228f099e4c3fbbec45c1fde88f156e18940c11","transactionsRoot":"0xff5b38a0a09baa4b15916a5a81e8d4b7d33a1f7ba88ac22f7a65a469e7c2bd15","receiptsRoot":"0xcfc562e8f2c65869e2dd29ee3e5d6dc7eca9105175d9148081510eeb713f0d7b","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x1","gasLimit":"0x1c9c380","gasUsed":"0x4d3a4","timestamp":"0x685d8cfe","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x3b9aca00","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x4d3a4","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x608080604052346015576104c1908161001a8239f35b5f80fdfe6080806040526004361015610012575f80fd5b5f3560e01c9081633ca6bb92146102f8575080637f3c2c28146100ca5780638736381a146100ad57638c5b838514610048575f80fd5b346100a95760203660031901126100a95760043567ffffffffffffffff81116100a95761007b6020913690600401610435565b8160405191805191829101835e5f90820190815281900382019020546040516001600160a01b039091168152f35b5f80fd5b346100a9575f3660031901126100a9576020600254604051908152f35b346100a95760403660031901126100a95760043567ffffffffffffffff81116100a9576100fb903690600401610435565b6024356001600160a01b038116908190036100a95760405182519060208401918083835e5f9082019081528190036020019020546001600160a01b03166102b3576020604051809285518091835e81015f815203019020906bffffffffffffffffffffffff60a01b8254161790556002545f52600160205260405f20815167ffffffffffffffff811161029f5761019282546103db565b601f811161025a575b50602092601f82116001146101fb57928192935f926101f0575b50508160011b915f199060031b1c19161790555b6002545f1981146101dc57600101600255005b634e487b7160e01b5f52601160045260245ffd5b0151905083806101b5565b601f19821693835f52805f20915f5b868110610242575083600195961061022a575b505050811b0190556101c9565b01515f1960f88460031b161c1916905583808061021d565b9192602060018192868501518155019401920161020a565b825f5260205f20601f830160051c81019160208410610295575b601f0160051c01905b81811061028a575061019b565b5f815560010161027d565b9091508190610274565b634e487b7160e01b5f52604160045260245ffd5b60405162461bcd60e51b815260206004820152601b60248201527f636f6e747261637420616c7265616479207265676973746572656400000000006044820152606490fd5b346100a95760203660031901126100a9576004355f52600160205260405f20905f825492610325846103db565b9081845260208401946001811690815f146103be575060011461037e575b8460408561035381870382610413565b8151928391602083525180918160208501528484015e5f828201840152601f01601f19168101030190f35b5f90815260208120939250905b8082106103a45750909150810160200161035382610343565b91926001816020925483858801015201910190929161038b565b60ff191686525050151560051b8201602001905061035382610343565b90600182811c92168015610409575b60208310146103f557565b634e487b7160e01b5f52602260045260245ffd5b91607f16916103ea565b90601f8019910116810190811067ffffffffffffffff82111761029f57604052565b81601f820112156100a95780359067ffffffffffffffff821161029f576040519261046a601f8401601f191660200185610413565b828452602083830101116100a957815f92602080930183860137830101529056fea2646970667358221220e6aafbc3402413b008183c1edb0841262a9e9126661fac47989e15675be16a8664736f6c634300081b0033","r":"0x2a037b494b571d563d4bbfc347aba5de9dd008241277da333f9b75cc5091e58b","s":"0x765fa3db70e0b1505e1933efd7156d344cea06376d8c3abe3a89538b89244d1f","yParity":"0x1","v":"0x1","hash":"0x103e7e7ec1854488150de53203b0356032ffd99571209bb13bd99f4e0dda9815"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6479dc5ad5f6cbe89af95faeee8ab648dbc768f91b3569cc3f68c5d2907af60c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xbb98ecec1dc0bf3db0f9fdf4df1a279fede2891362209089bd1296a8086c894e","transactionsRoot":"0x883347f787253809d0b0ba329a8108ffde87ee858b92da269cac211a272231eb","receiptsRoot":"0x7c587ad253f57f673e0111b0ec69d195e66519583219f845cc39c4f851b3155b","logsBloom":"0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000100000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000001000000000002000000000000000000020000000000000000000000000000000000000000000000000800000000000000000","difficulty":"0x0","number":"0x2","gasLimit":"0x1c9c380","gasUsed":"0x6890a","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x344fa9c2","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x87ef3","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052348015600e575f5ffd5b50601633601a565b6069565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b610652806100765f395ff3fe608060405260043610610079575f3560e01c80639623609d1161004c5780639623609d1461010957806399a88ec41461011c578063f2fde38b1461013b578063f3b7dead1461015a575f5ffd5b8063204e1c7a1461007d578063715018a6146100b85780637eff275e146100ce5780638da5cb5b146100ed575b5f5ffd5b348015610088575f5ffd5b5061009c610097366004610479565b610179565b6040516001600160a01b03909116815260200160405180910390f35b3480156100c3575f5ffd5b506100cc610204565b005b3480156100d9575f5ffd5b506100cc6100e836600461049b565b610217565b3480156100f8575f5ffd5b505f546001600160a01b031661009c565b6100cc6101173660046104e6565b61027a565b348015610127575f5ffd5b506100cc61013636600461049b565b6102e5565b348015610146575f5ffd5b506100cc610155366004610479565b61031b565b348015610165575f5ffd5b5061009c610174366004610479565b610399565b5f5f5f836001600160a01b031660405161019d90635c60da1b60e01b815260040190565b5f60405180830381855afa9150503d805f81146101d5576040519150601f19603f3d011682016040523d82523d5f602084013e6101da565b606091505b5091509150816101e8575f5ffd5b808060200190518101906101fc91906105bd565b949350505050565b61020c6103bd565b6102155f610416565b565b61021f6103bd565b6040516308f2839760e41b81526001600160a01b038281166004830152831690638f283970906024015b5f604051808303815f87803b158015610260575f5ffd5b505af1158015610272573d5f5f3e3d5ffd5b505050505050565b6102826103bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906102b290869086906004016105d8565b5f604051808303818588803b1580156102c9575f5ffd5b505af11580156102db573d5f5f3e3d5ffd5b5050505050505050565b6102ed6103bd565b604051631b2ce7f360e11b81526001600160a01b038281166004830152831690633659cfe690602401610249565b6103236103bd565b6001600160a01b03811661038d5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b61039681610416565b50565b5f5f5f836001600160a01b031660405161019d906303e1469160e61b815260040190565b5f546001600160a01b031633146102155760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610384565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b0381168114610396575f5ffd5b5f60208284031215610489575f5ffd5b813561049481610465565b9392505050565b5f5f604083850312156104ac575f5ffd5b82356104b781610465565b915060208301356104c781610465565b809150509250929050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156104f8575f5ffd5b833561050381610465565b9250602084013561051381610465565b9150604084013567ffffffffffffffff81111561052e575f5ffd5b8401601f8101861361053e575f5ffd5b803567ffffffffffffffff811115610558576105586104d2565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610587576105876104d2565b60405281815282820160200188101561059e575f5ffd5b816020840160208301375f602083830101528093505050509250925092565b5f602082840312156105cd575f5ffd5b815161049481610465565b60018060a01b0383168152604060208201525f82518060408401528060208501606085015e5f606082850101526060601f19601f830116840101915050939250505056fea264697066735822122008341f3bd242202e610c1575dfe9dfe1791f0d91d1e9f5c768baf14a32d1efd064736f6c634300081b0033","r":"0xc68f9cd185c8fbdfc408f6fe803f59f6d99cda347d57424a011b6f803a14c5cc","s":"0x4c112a91a0af16f8f6ce7288599066a1dfd6a320b5ac2b0f075389ecc2e6cdc9","yParity":"0x1","v":"0x1","hash":"0xe10b12864bfecb33e4486dc7dff90ea0ac9f2674074fc2ef9b482fdb212cf7e5"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4e067714b5572cc9cf784a9366be2b025552f47ee0527fa16fc9f4b54a41b98e","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa43737f5e34ca5588bc361c14c9d739e13d7bdc6a4e8581dba2637f9785ca487","transactionsRoot":"0x4a72bb5d63739bfa091356bd54a0c14bfaf8b286a22b6c7174fb17e6034741c5","receiptsRoot":"0xefe533668ab0f1dac9f29e1d183eeb6cfe25245ddd206769154ba7309ab2edff","logsBloom":"0x00000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040200000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004401000000000000000","difficulty":"0x0","number":"0x3","gasLimit":"0x1c9c380","gasUsed":"0x45cdf","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x2df58089","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x2","gas":"0x5abee","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x608060405234801561000f575f5ffd5b506040516105c83803806105c883398101604081905261002e916101c2565b5f5b825181101561006b5761006383828151811061004e5761004e61029e565b6020026020010151600161007c60201b60201c565b600101610030565b5061007581610103565b50506102b2565b6001600160a01b0382166100a3576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b0382165f8181526020818152604091829020805460ff19168515159081179091558251938452908301527f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152910160405180910390a15050565b6001600160a01b03811661012a576040516339b190bb60e11b815260040160405180910390fd5b600154604080516001600160a01b03928316815291831660208301527f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892910160405180910390a1600180546001600160a01b0319166001600160a01b0392909216919091179055565b634e487b7160e01b5f52604160045260245ffd5b80516001600160a01b03811681146101bd575f5ffd5b919050565b5f5f604083850312156101d3575f5ffd5b82516001600160401b038111156101e8575f5ffd5b8301601f810185136101f8575f5ffd5b80516001600160401b0381111561021157610211610193565b604051600582901b90603f8201601f191681016001600160401b038111828210171561023f5761023f610193565b60405291825260208184018101929081018884111561025c575f5ffd5b6020850194505b8385101561028257610274856101a7565b815260209485019401610263565b50945061029592505050602084016101a7565b90509250929050565b634e487b7160e01b5f52603260045260245ffd5b610309806102bf5f395ff3fe608060405234801561000f575f5ffd5b506004361061004a575f3560e01c806346fbf68e1461004e5780638568520614610085578063ce5484281461009a578063eab66d7a146100ad575b5f5ffd5b61007061005c36600461027a565b5f6020819052908152604090205460ff1681565b60405190151581526020015b60405180910390f35b61009861009336600461029a565b6100d8565b005b6100986100a836600461027a565b610111565b6001546100c0906001600160a01b031681565b6040516001600160a01b03909116815260200161007c565b6001546001600160a01b031633146101035760405163794821ff60e01b815260040160405180910390fd5b61010d8282610148565b5050565b6001546001600160a01b0316331461013c5760405163794821ff60e01b815260040160405180910390fd5b610145816101cf565b50565b6001600160a01b03821661016f576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b0382165f8181526020818152604091829020805460ff19168515159081179091558251938452908301527f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152910160405180910390a15050565b6001600160a01b0381166101f6576040516339b190bb60e11b815260040160405180910390fd5b600154604080516001600160a01b03928316815291831660208301527f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892910160405180910390a1600180546001600160a01b0319166001600160a01b0392909216919091179055565b80356001600160a01b0381168114610275575f5ffd5b919050565b5f6020828403121561028a575f5ffd5b6102938261025f565b9392505050565b5f5f604083850312156102ab575f5ffd5b6102b48361025f565b9150602083013580151581146102c8575f5ffd5b80915050925092905056fea2646970667358221220db74dd8a1c2636fc45fee53a0fefff90f86f0498901cb732dc4c0ce26247557164736f6c634300081b00330000000000000000000000000000000000000000000000000000000000000040000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000003000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","r":"0xe1d97b626e7ed1a4ed09215497347c513c00abb81582a0fed8b67b8b1e733151","s":"0x4e00d8157903e76d2e83055cabe85fb1d73ac7a43dd1a8ab6c120a1445a4007f","yParity":"0x1","v":"0x1","hash":"0xd89cd24f64d916bc630b22c7b95c36c30b46c988e5bc244b855c0350def59c2b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc5a86bc6baeb5936a153322de7426595e5a6cc686596d0fb08ddbecd6cdd98cc","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa72a47d277553faf010a092d5317497c09515953433e8b245719ab0f57982191","transactionsRoot":"0xff77449db7167df7b5e26f30dace544438289f240a3e0a32698f63ccd5ae3c70","receiptsRoot":"0x64fcbf1f14419d9cb04b2c392726da6dfbd58f1b0a35ae979e1c88b8f970eeaf","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x4","gasLimit":"0x1c9c380","gasUsed":"0x131eb","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x2852d8f6","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x3","gas":"0x18db1","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052348015600e575f5ffd5b50607380601a5f395ff3fe6080604052348015600e575f5ffd5b50600436106026575f3560e01c8063c298557814602a575b5f5ffd5b5f60405190815260200160405180910390f3fea26469706673582212209418b3fed5398be22255b6d3eb5d6b8f62c4a07d850ec544a547026b380ff91d64736f6c634300081b0033","r":"0xa3ad16db61fd8b27d0fdee25c1f8d1a22f04744e440def03d0dff5f435f2bffd","s":"0x2dc563ecf8cce88a2d7511a1b860044f76faa0668ece72a796f243f9aaf219a2","yParity":"0x1","v":"0x1","hash":"0x3f05703b92f0fcdae5f2d415cb17423f1774f361194d46dad64f272968593c04"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4ec096671b75e800f00a16a3468232a11fb0392dca6bcc2deb6ce75b7f1e1539","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5838f14634b2797da5d80e24740f19c9bfea013144d0b49262fcde5b54cfb38d","transactionsRoot":"0xb50f07a91cb1a0560888effe736c645e5cd85877cd1c37f60ee6fedfe27a9288","receiptsRoot":"0x747877f61b8c7336d8ed8585db84fd887a314b0614c0bc664c5ef78378202457","logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000010000000000000080000000000000000000000000000000000000000000000000001000000000000000000000000002000000000250000000010000000000000000000000000000000000000000000000000000800000000000000000000000040000000000000000000000000000000000000000000040000000000000800000000000001000000000000000000040000000000000000000000000000000008000000024000000000000000000000000000000000420000000000001000000000000000000000000008000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x5","gasLimit":"0x1c9c380","gasUsed":"0x2c7a3b","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x234f3a80","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x4","gas":"0xb906b","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052604051610d76380380610d76833981016040819052610022916103c3565b828161002f82825f610043565b5061003b90508261006e565b5050506104df565b61004c836100db565b5f825111806100585750805b1561006957610067838361011a565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6100ad5f516020610d2f5f395f51905f52546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16100d881610146565b50565b6100e4816101e1565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b606061013f8383604051806060016040528060278152602001610d4f60279139610275565b9392505050565b6001600160a01b0381166101b05760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b805f516020610d2f5f395f51905f525b80546001600160a01b0319166001600160a01b039290921691909117905550565b6001600160a01b0381163b61024e5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016101a7565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6101c0565b60605f5f856001600160a01b0316856040516102919190610494565b5f60405180830381855af49150503d805f81146102c9576040519150601f19603f3d011682016040523d82523d5f602084013e6102ce565b606091505b5090925090506102e0868383876102ea565b9695505050505050565b606083156103585782515f03610351576001600160a01b0385163b6103515760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016101a7565b5081610362565b610362838361036a565b949350505050565b81511561037a5781518083602001fd5b8060405162461bcd60e51b81526004016101a791906104aa565b80516001600160a01b03811681146103aa575f5ffd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156103d5575f5ffd5b6103de84610394565b92506103ec60208501610394565b60408501519092506001600160401b03811115610407575f5ffd5b8401601f81018613610417575f5ffd5b80516001600160401b03811115610430576104306103af565b604051601f8201601f19908116603f011681016001600160401b038111828210171561045e5761045e6103af565b604052818152828201602001881015610475575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b610843806104ec5f395ff3fe60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","r":"0x6092e831314e0ec4db60b2a9ffffc810c78217f7961ef734c875724a4787e604","s":"0x6a08f52324deef782fb400fcaa94be6da9227f4d65c83af7adf1e759ee578dc4","yParity":"0x0","v":"0x0","hash":"0x47573a740d3852c8f91deea74c2caa4ede286826558ad951f9f557781895dd79"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x5","gas":"0xb906b","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052604051610d76380380610d76833981016040819052610022916103c3565b828161002f82825f610043565b5061003b90508261006e565b5050506104df565b61004c836100db565b5f825111806100585750805b1561006957610067838361011a565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6100ad5f516020610d2f5f395f51905f52546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16100d881610146565b50565b6100e4816101e1565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b606061013f8383604051806060016040528060278152602001610d4f60279139610275565b9392505050565b6001600160a01b0381166101b05760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b805f516020610d2f5f395f51905f525b80546001600160a01b0319166001600160a01b039290921691909117905550565b6001600160a01b0381163b61024e5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016101a7565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6101c0565b60605f5f856001600160a01b0316856040516102919190610494565b5f60405180830381855af49150503d805f81146102c9576040519150601f19603f3d011682016040523d82523d5f602084013e6102ce565b606091505b5090925090506102e0868383876102ea565b9695505050505050565b606083156103585782515f03610351576001600160a01b0385163b6103515760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016101a7565b5081610362565b610362838361036a565b949350505050565b81511561037a5781518083602001fd5b8060405162461bcd60e51b81526004016101a791906104aa565b80516001600160a01b03811681146103aa575f5ffd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156103d5575f5ffd5b6103de84610394565b92506103ec60208501610394565b60408501519092506001600160401b03811115610407575f5ffd5b8401601f81018613610417575f5ffd5b80516001600160401b03811115610430576104306103af565b604051601f8201601f19908116603f011681016001600160401b038111828210171561045e5761045e6103af565b604052818152828201602001881015610475575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b610843806104ec5f395ff3fe60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","r":"0x31d9175e1eac2624e29867961de36f197e975708132606b23dc156d6d9f21ac4","s":"0x500d4003de84df6db4b030b3eb6f41453765884003e0c1d08e1c2d534aa6784c","yParity":"0x1","v":"0x1","hash":"0x93780bec42d5e1984cba5e692fcf7c5938eb60646159fe3b119ee5b678f1b09c"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x6","gas":"0xb906b","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052604051610d76380380610d76833981016040819052610022916103c3565b828161002f82825f610043565b5061003b90508261006e565b5050506104df565b61004c836100db565b5f825111806100585750805b1561006957610067838361011a565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6100ad5f516020610d2f5f395f51905f52546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16100d881610146565b50565b6100e4816101e1565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b606061013f8383604051806060016040528060278152602001610d4f60279139610275565b9392505050565b6001600160a01b0381166101b05760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b805f516020610d2f5f395f51905f525b80546001600160a01b0319166001600160a01b039290921691909117905550565b6001600160a01b0381163b61024e5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016101a7565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6101c0565b60605f5f856001600160a01b0316856040516102919190610494565b5f60405180830381855af49150503d805f81146102c9576040519150601f19603f3d011682016040523d82523d5f602084013e6102ce565b606091505b5090925090506102e0868383876102ea565b9695505050505050565b606083156103585782515f03610351576001600160a01b0385163b6103515760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016101a7565b5081610362565b610362838361036a565b949350505050565b81511561037a5781518083602001fd5b8060405162461bcd60e51b81526004016101a791906104aa565b80516001600160a01b03811681146103aa575f5ffd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156103d5575f5ffd5b6103de84610394565b92506103ec60208501610394565b60408501519092506001600160401b03811115610407575f5ffd5b8401601f81018613610417575f5ffd5b80516001600160401b03811115610430576104306103af565b604051601f8201601f19908116603f011681016001600160401b038111828210171561045e5761045e6103af565b604052818152828201602001881015610475575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b610843806104ec5f395ff3fe60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","r":"0x9fc7896a315d7f383b0f7095ce0157421843633b15ddd66886c609d8f7e66ec9","s":"0x5abe595aebdfb431df73bf904500d6308120404d7d1c94a518e852aba5096619","yParity":"0x1","v":"0x1","hash":"0x5060a5446ce35991cbcef19a5b081641e907818f3b026b5bf01b11f33bb03a93"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x7","gas":"0xb906b","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052604051610d76380380610d76833981016040819052610022916103c3565b828161002f82825f610043565b5061003b90508261006e565b5050506104df565b61004c836100db565b5f825111806100585750805b1561006957610067838361011a565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6100ad5f516020610d2f5f395f51905f52546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16100d881610146565b50565b6100e4816101e1565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b606061013f8383604051806060016040528060278152602001610d4f60279139610275565b9392505050565b6001600160a01b0381166101b05760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b805f516020610d2f5f395f51905f525b80546001600160a01b0319166001600160a01b039290921691909117905550565b6001600160a01b0381163b61024e5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016101a7565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6101c0565b60605f5f856001600160a01b0316856040516102919190610494565b5f60405180830381855af49150503d805f81146102c9576040519150601f19603f3d011682016040523d82523d5f602084013e6102ce565b606091505b5090925090506102e0868383876102ea565b9695505050505050565b606083156103585782515f03610351576001600160a01b0385163b6103515760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016101a7565b5081610362565b610362838361036a565b949350505050565b81511561037a5781518083602001fd5b8060405162461bcd60e51b81526004016101a791906104aa565b80516001600160a01b03811681146103aa575f5ffd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156103d5575f5ffd5b6103de84610394565b92506103ec60208501610394565b60408501519092506001600160401b03811115610407575f5ffd5b8401601f81018613610417575f5ffd5b80516001600160401b03811115610430576104306103af565b604051601f8201601f19908116603f011681016001600160401b038111828210171561045e5761045e6103af565b604052818152828201602001881015610475575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b610843806104ec5f395ff3fe60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","r":"0xfbb47632068c4540c882a7c04a53aa0b1bdaad35ce6284bb7936174ab65cbfb8","s":"0x7dbb97f2693cbaa499edc95b8ec81bbd0406e89da30dd2e7155a5964e9ecfcac","yParity":"0x0","v":"0x0","hash":"0xf994b51799c76994e0fcc688492455cd90a7013f1d7f738d84e34579f8e6bb2c"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x8","gas":"0xb906b","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052604051610d76380380610d76833981016040819052610022916103c3565b828161002f82825f610043565b5061003b90508261006e565b5050506104df565b61004c836100db565b5f825111806100585750805b1561006957610067838361011a565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6100ad5f516020610d2f5f395f51905f52546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16100d881610146565b50565b6100e4816101e1565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b606061013f8383604051806060016040528060278152602001610d4f60279139610275565b9392505050565b6001600160a01b0381166101b05760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b805f516020610d2f5f395f51905f525b80546001600160a01b0319166001600160a01b039290921691909117905550565b6001600160a01b0381163b61024e5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016101a7565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6101c0565b60605f5f856001600160a01b0316856040516102919190610494565b5f60405180830381855af49150503d805f81146102c9576040519150601f19603f3d011682016040523d82523d5f602084013e6102ce565b606091505b5090925090506102e0868383876102ea565b9695505050505050565b606083156103585782515f03610351576001600160a01b0385163b6103515760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016101a7565b5081610362565b610362838361036a565b949350505050565b81511561037a5781518083602001fd5b8060405162461bcd60e51b81526004016101a791906104aa565b80516001600160a01b03811681146103aa575f5ffd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156103d5575f5ffd5b6103de84610394565b92506103ec60208501610394565b60408501519092506001600160401b03811115610407575f5ffd5b8401601f81018613610417575f5ffd5b80516001600160401b03811115610430576104306103af565b604051601f8201601f19908116603f011681016001600160401b038111828210171561045e5761045e6103af565b604052818152828201602001881015610475575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b610843806104ec5f395ff3fe60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","r":"0xcf7ca12f97d6b6dae77b91c385458966f64edb8724cfda7a2c0b3bf06f2689fc","s":"0x5018c94869f40f17c20fac4f49aa7112139336714ab36325772e239fc21072b7","yParity":"0x1","v":"0x1","hash":"0x8efa723e232d06f87718d6cb546c5ecd411f0df7849c144ec890aa2b7ffac4d7"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x86018fb5d079b77cb3129f4aea993b36399d469254d8ff84754398c7055c3e21","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xbdfd21ec9f1a7d5e898168c4d5923e475c0a10e59cd0e7371b5313ac0ae4eee4","transactionsRoot":"0x8655d06c361ed5847826cb196a04f0fc6694cdb08b7f3f3726934a932b9367d2","receiptsRoot":"0xeb3f732d91e66122223d63a3b621e29efcd1e6c938b785efe6fd77f63ec546bc","logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000800000002000001000000000000000008000000000000000000000000000000000000000000020000000000000000000000000040000000400000000000000000000000000000000000000008000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x6","gasLimit":"0x1c9c380","gasUsed":"0x8e53f","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1fc0e4ba","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x9","gas":"0xb906b","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052604051610d76380380610d76833981016040819052610022916103c3565b828161002f82825f610043565b5061003b90508261006e565b5050506104df565b61004c836100db565b5f825111806100585750805b1561006957610067838361011a565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6100ad5f516020610d2f5f395f51905f52546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16100d881610146565b50565b6100e4816101e1565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b606061013f8383604051806060016040528060278152602001610d4f60279139610275565b9392505050565b6001600160a01b0381166101b05760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b805f516020610d2f5f395f51905f525b80546001600160a01b0319166001600160a01b039290921691909117905550565b6001600160a01b0381163b61024e5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016101a7565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6101c0565b60605f5f856001600160a01b0316856040516102919190610494565b5f60405180830381855af49150503d805f81146102c9576040519150601f19603f3d011682016040523d82523d5f602084013e6102ce565b606091505b5090925090506102e0868383876102ea565b9695505050505050565b606083156103585782515f03610351576001600160a01b0385163b6103515760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016101a7565b5081610362565b610362838361036a565b949350505050565b81511561037a5781518083602001fd5b8060405162461bcd60e51b81526004016101a791906104aa565b80516001600160a01b03811681146103aa575f5ffd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156103d5575f5ffd5b6103de84610394565b92506103ec60208501610394565b60408501519092506001600160401b03811115610407575f5ffd5b8401601f81018613610417575f5ffd5b80516001600160401b03811115610430576104306103af565b604051601f8201601f19908116603f011681016001600160401b038111828210171561045e5761045e6103af565b604052818152828201602001881015610475575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b610843806104ec5f395ff3fe60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","r":"0xb7d6bce9b3a4d2af91a8882a8575cf68764ac9309060e338affacade87903501","s":"0x6f405de1b84aa7d360e3d3a66d8f339dd54e03cfe280f2210505fba41124080a","yParity":"0x0","v":"0x0","hash":"0x190b17b56040d9383f4540a8e93c68a04612b02b7172e4b490ceacbdd9c55e68"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x1b1eb278fa8d5d827613d998632156dad8e21db1a4c6ae38a3beb21939ae34e8","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x599487a082cac729efa7a9477c7f070f5be985a0b16ec286ee45872ddc02f5ca","transactionsRoot":"0x9750afdb4c2ce3b7236dba103c299c201b07e91a511e6d0fc7fbcd20ab5a85b7","receiptsRoot":"0xb80dd5538bc2bb34eb5264dc879a06d048c0e3261199e276edf77992865d5ad7","logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000480000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000020000000000000000000000000000000000000000000000800000000040000000000000000000000000000000000000000000000000000000000000000000000000800000000000001000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000400000000000000000000000000000000000000008000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x7","gasLimit":"0x1c9c380","gasUsed":"0x8e53f","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1bf045e1","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xa","gas":"0xb906b","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052604051610d76380380610d76833981016040819052610022916103c3565b828161002f82825f610043565b5061003b90508261006e565b5050506104df565b61004c836100db565b5f825111806100585750805b1561006957610067838361011a565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6100ad5f516020610d2f5f395f51905f52546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16100d881610146565b50565b6100e4816101e1565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b606061013f8383604051806060016040528060278152602001610d4f60279139610275565b9392505050565b6001600160a01b0381166101b05760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b805f516020610d2f5f395f51905f525b80546001600160a01b0319166001600160a01b039290921691909117905550565b6001600160a01b0381163b61024e5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016101a7565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6101c0565b60605f5f856001600160a01b0316856040516102919190610494565b5f60405180830381855af49150503d805f81146102c9576040519150601f19603f3d011682016040523d82523d5f602084013e6102ce565b606091505b5090925090506102e0868383876102ea565b9695505050505050565b606083156103585782515f03610351576001600160a01b0385163b6103515760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016101a7565b5081610362565b610362838361036a565b949350505050565b81511561037a5781518083602001fd5b8060405162461bcd60e51b81526004016101a791906104aa565b80516001600160a01b03811681146103aa575f5ffd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156103d5575f5ffd5b6103de84610394565b92506103ec60208501610394565b60408501519092506001600160401b03811115610407575f5ffd5b8401601f81018613610417575f5ffd5b80516001600160401b03811115610430576104306103af565b604051601f8201601f19908116603f011681016001600160401b038111828210171561045e5761045e6103af565b604052818152828201602001881015610475575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b610843806104ec5f395ff3fe60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","r":"0x7af3c56654c2b3f7a067218d64b09c439b6fb9f570b78b45668093dee79df3a9","s":"0x7ee7a63d968abbc83697b965249a355917cbe9c72f69f90bee3cee76fd2cb32b","yParity":"0x0","v":"0x0","hash":"0x3791c8ed96bb57576a4b063ac3bcba6c2c67a74cc6e249a40dfbc972c0aa8628"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x2d40dae6f140de742ed1f78466d295084765122f135e5a0707d42b103856c90b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5ff34b3fa82235d47ad54585718b3667480fe5f07fee8a1fc500f9e4174beadb","transactionsRoot":"0xea53fd4f75ae6c1e0ed41337b36210240ae60b01ec0f787805de737ab80e79dc","receiptsRoot":"0xb86a71d887e3b3a76edbb319e030f6c1f42ec656d383ba6694c9169439f0142d","logsBloom":"0x00000000100000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x8","gasLimit":"0x1c9c380","gasUsed":"0x336b2d","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1894fc49","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xb","gas":"0x42d820","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x610100604052348015610010575f5ffd5b50604051613eb5380380613eb583398101604081905261002f91610197565b806100398161006e565b608052506001600160a01b0380851660a052831660c0526001600160401b03821660e0526100656100b4565b505050506102e7565b5f5f829050601f815111156100a1578260405163305a27a960e01b8152600401610098919061028c565b60405180910390fd5b80516100ac826102c1565b179392505050565b5f54610100900460ff161561011b5760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608401610098565b5f5460ff9081161461016a575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b0381168114610180575f5ffd5b50565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f5f608085870312156101aa575f5ffd5b84516101b58161016c565b60208601519094506101c68161016c565b60408601519093506001600160401b03811681146101e2575f5ffd5b60608601519092506001600160401b038111156101fd575f5ffd5b8501601f8101871361020d575f5ffd5b80516001600160401b0381111561022657610226610183565b604051601f8201601f19908116603f011681016001600160401b038111828210171561025457610254610183565b60405281815282820160200189101561026b575f5ffd5b8160208401602083015e5f6020838301015280935050505092959194509250565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b805160208083015191908110156102e1575f198160200360031b1b821691505b50919050565b60805160a05160c05160e051613b4e6103675f395f61063f01525f81816102c30152818161067a01528181610722015281816109e601528181610bb001528181610eb901528181610f6001528181611196015281816114e401528181611618015261286301525f81816105010152610fc901525f610c1c0152613b4e5ff3fe60806040526004361061017e575f3560e01c80636fcd0e53116100cd578063c490744211610087578063dda3346c11610062578063dda3346c146105d1578063ee94d67c146105f0578063f074ba621461060f578063f28824611461062e575f5ffd5b8063c490744214610574578063c4d66de814610593578063d06d5587146105b2575f5ffd5b80636fcd0e531461048f5780637439841f146104bb57806374cdd798146104f057806388676cad146105235780639b4e463414610542578063b522538a14610555575f5ffd5b80634665bcda1161013857806354fd4d501161011357806354fd4d5014610404578063587533571461042557806358eaee79146104445780636c0d2d5a14610470575f5ffd5b80634665bcda146102b257806347d28372146102e557806352396a59146103d0575f5ffd5b8063039157d2146101bc5780630b18ff66146101dd5780632340e8d3146102195780633474aa161461023c5780633f65cf191461026d57806342ecff2a1461028c575f5ffd5b366101b8576040513481527f6fdd3dbdb173299608c0aa9f368735857c8842b581f8389238bf05bd04b3bf499060200160405180910390a1005b5f5ffd5b3480156101c7575f5ffd5b506101db6101d63660046130c2565b610661565b005b3480156101e8575f5ffd5b506033546101fc906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b348015610224575f5ffd5b5061022e60395481565b604051908152602001610210565b348015610247575f5ffd5b506034546001600160401b03165b6040516001600160401b039091168152602001610210565b348015610278575f5ffd5b506101db61028736600461317b565b61098d565b348015610297575f5ffd5b50603a5461025590600160401b90046001600160401b031681565b3480156102bd575f5ffd5b506101fc7f000000000000000000000000000000000000000000000000000000000000000081565b3480156102f0575f5ffd5b506103756040805160a0810182525f80825260208201819052918101829052606081018290526080810191909152506040805160a081018252603c548152603d5462ffffff811660208301526001600160401b0363010000008204811693830193909352600160581b810460070b6060830152600160981b9004909116608082015290565b60405161021091905f60a0820190508251825262ffffff60208401511660208301526001600160401b036040840151166040830152606083015160070b60608301526001600160401b03608084015116608083015292915050565b3480156103db575f5ffd5b506102556103ea366004613250565b603b6020525f90815260409020546001600160401b031681565b34801561040f575f5ffd5b50610418610c15565b604051610210919061329e565b348015610430575f5ffd5b50603e546101fc906001600160a01b031681565b34801561044f575f5ffd5b5061046361045e3660046132ed565b610c45565b604051610210919061335f565b34801561047b575f5ffd5b5061022e61048a366004613250565b610ca7565b34801561049a575f5ffd5b506104ae6104a936600461336d565b610db5565b6040516102109190613384565b3480156104c6575f5ffd5b506104636104d536600461336d565b5f90815260366020526040902054600160c01b900460ff1690565b3480156104fb575f5ffd5b506101fc7f000000000000000000000000000000000000000000000000000000000000000081565b34801561052e575f5ffd5b506101db61053d3660046133e7565b610e60565b6101db610550366004613402565b610f55565b348015610560575f5ffd5b506104ae61056f3660046132ed565b61109c565b34801561057f575f5ffd5b506101db61058e366004613492565b61118b565b34801561059e575f5ffd5b506101db6105ad3660046134bc565b6112c2565b3480156105bd575f5ffd5b506101db6105cc3660046134bc565b61140c565b3480156105dc575f5ffd5b506101db6105eb3660046135a7565b6114a0565b3480156105fb575f5ffd5b50603a54610255906001600160401b031681565b34801561061a575f5ffd5b506101db610629366004613679565b6115ff565b348015610639575f5ffd5b506102557f000000000000000000000000000000000000000000000000000000000000000081565b604051635ac86ab760e01b8152600660048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa1580156106c7573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106eb91906136e0565b156107095760405163840a48d560e01b815260040160405180910390fd5b604051635ac86ab760e01b8152600860048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa15801561076f573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061079391906136e0565b156107b15760405163840a48d560e01b815260040160405180910390fd5b5f6107f56107bf85806136fb565b808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152506119fc92505050565b5f818152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff1660028111156108635761086361332b565b60028111156108745761087461332b565b81525050905080604001516001600160401b0316876001600160401b0316116108b0576040516337e07ffd60e01b815260040160405180910390fd5b6001816060015160028111156108c8576108c861332b565b146108e65760405163d49e19a760e01b815260040160405180910390fd5b6109296108f386806136fb565b808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250611a1e92505050565b6109465760405163161ce5ed60e31b815260040160405180910390fd5b61095861095288610ca7565b87611a46565b61097b863561096787806136fb565b61097460208a018a613740565b8651611aeb565b6109845f611c12565b50505050505050565b6033546001600160a01b03163314806109b05750603e546001600160a01b031633145b6109cd5760405163427a777960e01b815260040160405180910390fd5b604051635ac86ab760e01b8152600260048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa158015610a33573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a5791906136e0565b15610a755760405163840a48d560e01b815260040160405180910390fd5b8584148015610a8357508382145b610aa0576040516343714afd60e01b815260040160405180910390fd5b603a546001600160401b03600160401b9091048116908a1611610ad6576040516337e07ffd60e01b815260040160405180910390fd5b610ae8610ae28a610ca7565b89611a46565b5f805b87811015610b8057610b6c8a358a8a84818110610b0a57610b0a613782565b9050602002016020810190610b1f9190613796565b898985818110610b3157610b31613782565b9050602002810190610b439190613740565b898987818110610b5557610b55613782565b9050602002810190610b6791906136fb565b611d92565b610b7690836137ce565b9150600101610aeb565b5060335460405163a1ca780b60e01b81526001600160a01b0391821660048201525f6024820152604481018390527f00000000000000000000000000000000000000000000000000000000000000009091169063a1ca780b906064015f604051808303815f87803b158015610bf3575f5ffd5b505af1158015610c05573d5f5f3e3d5ffd5b5050505050505050505050505050565b6060610c407f0000000000000000000000000000000000000000000000000000000000000000612247565b905090565b5f5f610c8584848080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525061228492505050565b5f90815260366020526040902054600160c01b900460ff169150505b92915050565b5f610cb5611fff600c6137e1565b610cc86001600160401b038416426137f8565b10610ce657604051637944e66d60e11b815260040160405180910390fd5b604080516001600160401b03841660208201525f918291720f3df6d732807ef1319fb7b8bb8522d0beac02910160408051601f1981840301815290829052610d2d91613822565b5f60405180830381855afa9150503d805f8114610d65576040519150601f19603f3d011682016040523d82523d5f602084013e610d6a565b606091505b5091509150818015610d7c57505f8151115b610d995760405163558ad0a360e01b815260040160405180910390fd5b80806020019051810190610dad919061382d565b949350505050565b610ddc604080516080810182525f8082526020820181905291810182905290606082015290565b5f82815260366020908152604091829020825160808101845281546001600160401b038082168352600160401b8204811694830194909452600160801b810490931693810193909352906060830190600160c01b900460ff166002811115610e4657610e4661332b565b6002811115610e5757610e5761332b565b90525092915050565b6033546001600160a01b0316331480610e835750603e546001600160a01b031633145b610ea05760405163427a777960e01b815260040160405180910390fd5b604051635ac86ab760e01b8152600660048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa158015610f06573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f2a91906136e0565b15610f485760405163840a48d560e01b815260040160405180910390fd5b610f5182611c12565b5050565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610f9e57604051633213a66160e21b815260040160405180910390fd5b346801bc16d674ec80000014610fc75760405163049696b360e31b815260040160405180910390fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663228951186801bc16d674ec800000878761100a612315565b8888886040518863ffffffff1660e01b815260040161102e9695949392919061386c565b5f604051808303818588803b158015611045575f5ffd5b505af1158015611057573d5f5f3e3d5ffd5b50505050507f606865b7934a25d4aed43f6cdb426403353fa4b3009c4d228407474581b01e23858560405161108d9291906138ba565b60405180910390a15050505050565b6110c3604080516080810182525f8082526020820181905291810182905290606082015290565b60365f61110485858080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525061228492505050565b815260208082019290925260409081015f20815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b81049094169281019290925290916060830190600160c01b900460ff1660028111156111705761117061332b565b60028111156111815761118161332b565b9052509392505050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146111d457604051633213a66160e21b815260040160405180910390fd5b5f6111e3633b9aca00836138e1565b90506111fc633b9aca006001600160401b0383166137e1565b6034549092506001600160401b03908116908216111561122f576040516302c6f54760e21b815260040160405180910390fd5b603480548291905f9061124c9084906001600160401b03166138f4565b92506101000a8154816001600160401b0302191690836001600160401b03160217905550826001600160a01b03167f8947fd2ce07ef9cc302c4e8f0461015615d91ce851564839e91cc804c2f49d8e836040516112ab91815260200190565b60405180910390a26112bd8383612359565b505050565b5f54610100900460ff16158080156112e057505f54600160ff909116105b806112f95750303b1580156112f957505f5460ff166001145b6113615760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015611382575f805461ff0019166101001790555b6001600160a01b0382166113a9576040516339b190bb60e11b815260040160405180910390fd5b603380546001600160a01b0319166001600160a01b0384161790558015610f51575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15050565b6033546001600160a01b031633146114375760405163719f370360e11b815260040160405180910390fd5b603e54604080516001600160a01b03928316815291831660208301527ffb8129080a19d34dceac04ba253fc50304dc86c729bd63cdca4a969ad19a5eac910160405180910390a1603e80546001600160a01b0319166001600160a01b0392909216919091179055565b6033546001600160a01b031633146114cb5760405163719f370360e11b815260040160405180910390fd5b604051635ac86ab760e01b8152600560048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa158015611531573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061155591906136e0565b156115735760405163840a48d560e01b815260040160405180910390fd5b8251845114611595576040516343714afd60e01b815260040160405180910390fd5b5f5b84518110156115f8576115f0838583815181106115b6576115b6613782565b60200260200101518784815181106115d0576115d0613782565b60200260200101516001600160a01b031661246e9092919063ffffffff16565b600101611597565b5050505050565b604051635ac86ab760e01b8152600760048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa158015611665573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061168991906136e0565b156116a75760405163840a48d560e01b815260040160405180910390fd5b603a54600160401b90046001600160401b03165f8190036116db57604051631a544f4960e01b815260040160405180910390fd5b6040805160a081018252603c54808252603d5462ffffff811660208401526001600160401b0363010000008204811694840194909452600160581b810460070b6060840152600160981b900490921660808201529061173a90876124c0565b5f805b858110156119a3573687878381811061175857611758613782565b905060200281019061176a9190613913565b80355f908152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff1660028111156117da576117da61332b565b60028111156117eb576117eb61332b565b90525090506001816060015160028111156118085761180861332b565b1461181457505061199b565b856001600160401b031681604001516001600160401b03161061183857505061199b565b5f8080611848848a8f3588612571565b60208b018051939650919450925061185f82613931565b62ffffff1690525060808801805184919061187b90839061394e565b6001600160401b031690525060608801805183919061189b90839061396d565b60070b9052506118ab818861394e565b85355f908152603660209081526040918290208751815492890151938901516001600160401b03908116600160801b0267ffffffffffffffff60801b19958216600160401b026001600160801b0319909516919092161792909217928316821781556060880151939a50879390929091839160ff60c01b1990911668ffffffffffffffffff60801b1990911617600160c01b83600281111561194f5761194f61332b565b021790555050845160405164ffffffffff90911691506001600160401b038b16907fa91c59033c3423e18b54d0acecebb4972f9ea95aedf5f4cae3b677b02eaf3a3f905f90a350505050505b60010161173d565b506001600160401b038084165f908152603b60205260408120805484939192916119cf9185911661394e565b92506101000a8154816001600160401b0302191690836001600160401b0316021790555061098482612694565b5f815f81518110611a0f57611a0f613782565b60200260200101519050919050565b5f81600381518110611a3257611a32613782565b60200260200101515f5f1b14159050919050565b611a52600360206137e1565b611a5f6020830183613740565b905014611a7f576040516313717da960e21b815260040160405180910390fd5b611ace611a8f6020830183613740565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f92019190915250869250508435905060036128c3565b610f51576040516309bde33960e01b815260040160405180910390fd5b60088414611b0c5760405163200591bd60e01b815260040160405180910390fd5b6005611b1a602860016137ce565b611b2491906137ce565b611b2f9060206137e1565b8214611b4e576040516313717da960e21b815260040160405180910390fd5b5f611b8a8686808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152506128da92505050565b90505f64ffffffffff8316611ba1602860016137ce565b600b901b179050611beb85858080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152508c92508691508590506128c3565b611c08576040516309bde33960e01b815260040160405180910390fd5b5050505050505050565b603a54600160401b90046001600160401b031615611c425760405162be9bc360e81b815260040160405180910390fd5b603a546001600160401b03428116911603611c70576040516367db5b8b60e01b815260040160405180910390fd5b6034545f906001600160401b0316611c8c633b9aca00476138e1565b611c9691906138f4565b9050818015611cac57506001600160401b038116155b15611cca576040516332dea95960e21b815260040160405180910390fd5b5f6040518060a00160405280611cdf42610ca7565b815260395462ffffff1660208201526001600160401b0380851660408301525f60608301819052608090920191909152603a805442909216600160401b026fffffffffffffffff0000000000000000199092169190911790559050611d4381612694565b805160208083015160405162ffffff90911681526001600160401b034216917f575796133bbed337e5b39aa49a30dc2556a91e0c6c2af4b7b886ae77ebef1076910160405180910390a3505050565b5f5f611dcf8484808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152506119fc92505050565b5f818152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff166002811115611e3d57611e3d61332b565b6002811115611e4e57611e4e61332b565b90525090505f81606001516002811115611e6a57611e6a61332b565b14611e88576040516335e09e9d60e01b815260040160405180910390fd5b6001600160401b038016611ecd8686808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250612b6a92505050565b6001600160401b031603611ef457604051631958236d60e21b815260040160405180910390fd5b6001600160401b038016611f398686808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250612b8e92505050565b6001600160401b031614611f6057604051632eade63760e01b815260040160405180910390fd5b611f68612315565b611f719061399c565b611fac8686808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250612ba592505050565b14611fca57604051633772dd5360e11b815260040160405180910390fd5b5f6120068686808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250612bb992505050565b90506120168a87878b8b8e611aeb565b60398054905f612025836139bf565b9091555050603a545f90600160401b90046001600160401b03161561205c57603a54600160401b90046001600160401b0316612069565b603a546001600160401b03165b6040805160808101825264ffffffffff8d1681526001600160401b03858116602083015283169181019190915290915060608101600190525f858152603660209081526040918290208351815492850151938501516001600160401b03908116600160801b0267ffffffffffffffff60801b19958216600160401b026001600160801b031990951691909216179290921792831682178155606084015190929091839160ff60c01b1990911668ffffffffffffffffff60801b1990911617600160c01b83600281111561213e5761213e61332b565b021790555050603d8054849250601390612169908490600160981b90046001600160401b031661394e565b92506101000a8154816001600160401b0302191690836001600160401b031602179055507f2d0800bbc377ea54a08c5db6a87aafff5e3e9c8fead0eda110e40e0c104414498a6040516121c9919064ffffffffff91909116815260200190565b60405180910390a16040805164ffffffffff8c1681526001600160401b03838116602083015284168183015290517f0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df9181900360600190a1612238633b9aca006001600160401b0384166137e1565b9b9a5050505050505050505050565b60605f61225383612bd0565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b5f81516030146122a757604051634f88323960e11b815260040160405180910390fd5b6040516002906122bd9084905f906020016139d7565b60408051601f19818403018152908290526122d791613822565b602060405180830381855afa1580156122f2573d5f5f3e3d5ffd5b5050506040513d601f19601f82011682018060405250810190610ca1919061382d565b60408051600160f81b60208201525f602182015230606090811b6bffffffffffffffffffffffff1916602c8301529101604051602081830303815290604052905090565b804710156123a95760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a20696e73756666696369656e742062616c616e63650000006044820152606401611358565b5f826001600160a01b0316826040515f6040518083038185875af1925050503d805f81146123f2576040519150601f19603f3d011682016040523d82523d5f602084013e6123f7565b606091505b50509050806112bd5760405162461bcd60e51b815260206004820152603a60248201527f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260448201527f6563697069656e74206d617920686176652072657665727465640000000000006064820152608401611358565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663a9059cbb60e01b1790526112bd908490612bf7565b6124cc600560036137ce565b6124d79060206137e1565b6124e46020830183613740565b905014612504576040516313717da960e21b815260040160405180910390fd5b606c6125546125166020840184613740565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152508792505085359050846128c3565b6112bd576040516309bde33960e01b815260040160405180910390fd5b83516020850151905f90819081612589878388612cca565b9050846001600160401b0316816001600160401b031614612603576125ae85826139fb565b6040805164ffffffffff851681526001600160401b038b8116602083015284168183015290519195507f0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df919081900360600190a15b6001600160401b0380821660208b0181905290891660408b01525f036126885760398054905f61263283613a2a565b9091555050600260608a015261264784613a3f565b92508164ffffffffff16886001600160401b03167f2a02361ffa66cf2c2da4682c2355a6adcaa9f6c227b6e6563e68480f9587626a60405160405180910390a35b50509450945094915050565b602081015162ffffff1615612734578051603c556020810151603d80546040840151606085015160809095015162ffffff9094166affffffffffffffffffffff199092169190911763010000006001600160401b0392831602176fffffffffffffffffffffffffffffffff60581b1916600160581b9482169490940267ffffffffffffffff60981b191693909317600160981b9390921692909202179055565b60808101516034545f91612750916001600160401b031661394e565b90505f82606001518360400151612767919061396d565b60408401516034805492935090915f9061278b9084906001600160401b031661394e565b82546101009290920a6001600160401b03818102199093169183160217909155603a8054600160401b810483166001600160801b03199091161790555f91506127db90633b9aca009085166137e1565b90505f6127f0633b9aca00600785900b613a64565b603a546040518281529192506001600160401b0316907f525408c201bc1576eb44116f6478f1c2a54775b19a043bcfdc708364f74f8e449060200160405180910390a260335460405163a1ca780b60e01b81526001600160a01b03918216600482015260248101849052604481018390527f00000000000000000000000000000000000000000000000000000000000000009091169063a1ca780b906064015f604051808303815f87803b1580156128a6575f5ffd5b505af11580156128b8573d5f5f3e3d5ffd5b505050505050505050565b5f836128d0868585612da8565b1495945050505050565b5f5f600283516128ea91906138e1565b90505f816001600160401b03811115612905576129056134d7565b60405190808252806020026020018201604052801561292e578160200160208202803683370190505b5090505f5b82811015612a285760028561294883836137e1565b8151811061295857612958613782565b60200260200101518683600261296e91906137e1565b6129799060016137ce565b8151811061298957612989613782565b60200260200101516040516020016129ab929190918252602082015260400190565b60408051601f19818403018152908290526129c591613822565b602060405180830381855afa1580156129e0573d5f5f3e3d5ffd5b5050506040513d601f19601f82011682018060405250810190612a03919061382d565b828281518110612a1557612a15613782565b6020908102919091010152600101612933565b50612a346002836138e1565b91505b8115612b47575f5b82811015612b3457600282612a5483836137e1565b81518110612a6457612a64613782565b602002602001015183836002612a7a91906137e1565b612a859060016137ce565b81518110612a9557612a95613782565b6020026020010151604051602001612ab7929190918252602082015260400190565b60408051601f1981840301815290829052612ad191613822565b602060405180830381855afa158015612aec573d5f5f3e3d5ffd5b5050506040513d601f19601f82011682018060405250810190612b0f919061382d565b828281518110612b2157612b21613782565b6020908102919091010152600101612a3f565b50612b406002836138e1565b9150612a37565b805f81518110612b5957612b59613782565b602002602001015192505050919050565b5f610ca182600581518110612b8157612b81613782565b6020026020010151612e7c565b5f610ca182600681518110612b8157612b81613782565b5f81600181518110611a0f57611a0f613782565b5f610ca182600281518110612b8157612b81613782565b5f60ff8216601f811115610ca157604051632cd44ac360e21b815260040160405180910390fd5b5f612c4b826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316612ee39092919063ffffffff16565b905080515f1480612c6b575080806020019051810190612c6b91906136e0565b6112bd5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401611358565b5f612cd7602660016137ce565b612ce29060206137e1565b612cef6040840184613740565b905014612d0f576040516313717da960e21b815260040160405180910390fd5b5f612d1b600485613a93565b64ffffffffff169050612d74612d346040850185613740565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525089925050506020860135846128c3565b612d91576040516309bde33960e01b815260040160405180910390fd5b612d9f836020013585612ef1565b95945050505050565b5f83515f14158015612dc5575060208451612dc39190613abc565b155b612de2576040516313717da960e21b815260040160405180910390fd5b604080516020808201909252848152905b85518111612e7257612e06600285613abc565b5f03612e385781515f528086015160205260208260405f60026107d05a03fa612e2d575f5ffd5b600284049350612e60565b808601515f52815160205260208260405f60026107d05a03fa612e59575f5ffd5b6002840493505b612e6b6020826137ce565b9050612df3565b5051949350505050565b60f881901c60e882901c61ff00161760d882901c62ff0000161760c882901c63ff000000161764ff0000000060b883901c161765ff000000000060a883901c161766ff000000000000609883901c161767ff0000000000000060889290921c919091161790565b6060610dad84845f85612f1d565b5f80612efe600484613acf565b612f09906040613af8565b64ffffffffff169050610dad84821b612e7c565b606082471015612f7e5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401611358565b5f5f866001600160a01b03168587604051612f999190613822565b5f6040518083038185875af1925050503d805f8114612fd3576040519150601f19603f3d011682016040523d82523d5f602084013e612fd8565b606091505b5091509150612fe987838387612ff4565b979650505050505050565b606083156130625782515f0361305b576001600160a01b0385163b61305b5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401611358565b5081610dad565b610dad83838151156130775781518083602001fd5b8060405162461bcd60e51b8152600401611358919061329e565b80356001600160401b03811681146130a7575f5ffd5b919050565b5f604082840312156130bc575f5ffd5b50919050565b5f5f5f606084860312156130d4575f5ffd5b6130dd84613091565b925060208401356001600160401b038111156130f7575f5ffd5b613103868287016130ac565b92505060408401356001600160401b0381111561311e575f5ffd5b61312a868287016130ac565b9150509250925092565b5f5f83601f840112613144575f5ffd5b5081356001600160401b0381111561315a575f5ffd5b6020830191508360208260051b8501011115613174575f5ffd5b9250929050565b5f5f5f5f5f5f5f5f60a0898b031215613192575f5ffd5b61319b89613091565b975060208901356001600160401b038111156131b5575f5ffd5b6131c18b828c016130ac565b97505060408901356001600160401b038111156131dc575f5ffd5b6131e88b828c01613134565b90975095505060608901356001600160401b03811115613206575f5ffd5b6132128b828c01613134565b90955093505060808901356001600160401b03811115613230575f5ffd5b61323c8b828c01613134565b999c989b5096995094979396929594505050565b5f60208284031215613260575f5ffd5b61326982613091565b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6132696020830184613270565b5f5f83601f8401126132c0575f5ffd5b5081356001600160401b038111156132d6575f5ffd5b602083019150836020828501011115613174575f5ffd5b5f5f602083850312156132fe575f5ffd5b82356001600160401b03811115613313575f5ffd5b61331f858286016132b0565b90969095509350505050565b634e487b7160e01b5f52602160045260245ffd5b6003811061335b57634e487b7160e01b5f52602160045260245ffd5b9052565b60208101610ca1828461333f565b5f6020828403121561337d575f5ffd5b5035919050565b5f6080820190506001600160401b0383511682526001600160401b0360208401511660208301526001600160401b03604084015116604083015260608301516133d0606084018261333f565b5092915050565b80151581146133e4575f5ffd5b50565b5f602082840312156133f7575f5ffd5b8135613269816133d7565b5f5f5f5f5f60608688031215613416575f5ffd5b85356001600160401b0381111561342b575f5ffd5b613437888289016132b0565b90965094505060208601356001600160401b03811115613455575f5ffd5b613461888289016132b0565b96999598509660400135949350505050565b6001600160a01b03811681146133e4575f5ffd5b80356130a781613473565b5f5f604083850312156134a3575f5ffd5b82356134ae81613473565b946020939093013593505050565b5f602082840312156134cc575f5ffd5b813561326981613473565b634e487b7160e01b5f52604160045260245ffd5b604051601f8201601f191681016001600160401b0381118282101715613513576135136134d7565b604052919050565b5f6001600160401b03821115613533576135336134d7565b5060051b60200190565b5f82601f83011261354c575f5ffd5b813561355f61355a8261351b565b6134eb565b8082825260208201915060208360051b860101925085831115613580575f5ffd5b602085015b8381101561359d578035835260209283019201613585565b5095945050505050565b5f5f5f606084860312156135b9575f5ffd5b83356001600160401b038111156135ce575f5ffd5b8401601f810186136135de575f5ffd5b80356135ec61355a8261351b565b8082825260208201915060208360051b85010192508883111561360d575f5ffd5b6020840193505b8284101561363857833561362781613473565b825260209384019390910190613614565b955050505060208401356001600160401b03811115613655575f5ffd5b6136618682870161353d565b92505061367060408501613487565b90509250925092565b5f5f5f6040848603121561368b575f5ffd5b83356001600160401b038111156136a0575f5ffd5b6136ac868287016130ac565b93505060208401356001600160401b038111156136c7575f5ffd5b6136d386828701613134565b9497909650939450505050565b5f602082840312156136f0575f5ffd5b8151613269816133d7565b5f5f8335601e19843603018112613710575f5ffd5b8301803591506001600160401b03821115613729575f5ffd5b6020019150600581901b3603821315613174575f5ffd5b5f5f8335601e19843603018112613755575f5ffd5b8301803591506001600160401b0382111561376e575f5ffd5b602001915036819003821315613174575f5ffd5b634e487b7160e01b5f52603260045260245ffd5b5f602082840312156137a6575f5ffd5b813564ffffffffff81168114613269575f5ffd5b634e487b7160e01b5f52601160045260245ffd5b80820180821115610ca157610ca16137ba565b8082028115828204841417610ca157610ca16137ba565b81810381811115610ca157610ca16137ba565b5f81518060208401855e5f93019283525090919050565b5f613269828461380b565b5f6020828403121561383d575f5ffd5b5051919050565b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b608081525f61387f60808301888a613844565b82810360208401526138918188613270565b905082810360408401526138a6818688613844565b915050826060830152979650505050505050565b602081525f610dad602083018486613844565b634e487b7160e01b5f52601260045260245ffd5b5f826138ef576138ef6138cd565b500490565b6001600160401b038281168282160390811115610ca157610ca16137ba565b5f8235605e19833603018112613927575f5ffd5b9190910192915050565b5f62ffffff821680613945576139456137ba565b5f190192915050565b6001600160401b038181168382160190811115610ca157610ca16137ba565b600781810b9083900b01677fffffffffffffff8113677fffffffffffffff1982121715610ca157610ca16137ba565b805160208083015191908110156130bc575f1960209190910360031b1b16919050565b5f600182016139d0576139d06137ba565b5060010190565b5f6139e2828561380b565b6001600160801b03199390931683525050601001919050565b600782810b9082900b03677fffffffffffffff198112677fffffffffffffff82131715610ca157610ca16137ba565b5f81613a3857613a386137ba565b505f190190565b5f8160070b677fffffffffffffff198103613a5c57613a5c6137ba565b5f0392915050565b8082025f8212600160ff1b84141615613a7f57613a7f6137ba565b8181058314821517610ca157610ca16137ba565b5f64ffffffffff831680613aa957613aa96138cd565b8064ffffffffff84160491505092915050565b5f82613aca57613aca6138cd565b500690565b5f64ffffffffff831680613ae557613ae56138cd565b8064ffffffffff84160691505092915050565b64ffffffffff81811683821602908116908181146133d0576133d06137ba56fea2646970667358221220ee8944e7c6eeceaf312bcc5ef6ae6ca9651a38d06a553df7177cd8b7b1cb273264736f6c634300081b003300000000000000000000000000000000219ab540356cbb839cbe05303d7705fa000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c853000000000000000000000000000000000000000000000000000000006059f4600000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000676302e302e300000000000000000000000000000000000000000000000000000","r":"0xe3d3cd209b3cc7d8b494503286098f054882249ed2c15c989af6d5d9b524c419","s":"0x5cef255f774546916167edef92349b2bf8d60455bf32abf816f04a4f5ff5ea66","yParity":"0x1","v":"0x1","hash":"0x0922f1f17652ddc90f8143416ac435fb62a80399e3add383746f4f6829bd3d9b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb2a0166059e647dd095704f449658e35387a4cafd1f189a266909a6c1a8fbc55","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5cfc282eca655b0e01ee3862915c68b3a5858a853c2aa60cfb27064f3dfac257","transactionsRoot":"0x31663e20282643dd606221400daf0a1891175077da6b9f9d4922e1ed9713e5b4","receiptsRoot":"0x97a1b174d4259d49ce8f15f243beabec19f2a6a8f8a4749c1d018095a7afd315","logsBloom":"0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000100000800000000000000000000000000000000400000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000002000000000000000000020000000000000000000000000000002000000000000000000000000400000000000","difficulty":"0x0","number":"0x9","gasLimit":"0x1c9c380","gasUsed":"0x45e40","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x16331413","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xc","gas":"0x5adb9","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x608060405234801561000f575f5ffd5b506040516104ac3803806104ac83398101604081905261002e91610138565b61003733610046565b61004081610095565b50610165565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b0381163b6101165760405162461bcd60e51b815260206004820152603360248201527f5570677261646561626c65426561636f6e3a20696d706c656d656e746174696f60448201527f6e206973206e6f74206120636f6e747261637400000000000000000000000000606482015260840160405180910390fd5b600180546001600160a01b0319166001600160a01b0392909216919091179055565b5f60208284031215610148575f5ffd5b81516001600160a01b038116811461015e575f5ffd5b9392505050565b61033a806101725f395ff3fe608060405234801561000f575f5ffd5b5060043610610055575f3560e01c80633659cfe6146100595780635c60da1b1461006e578063715018a6146100975780638da5cb5b1461009f578063f2fde38b146100af575b5f5ffd5b61006c6100673660046102d7565b6100c2565b005b6001546001600160a01b03165b6040516001600160a01b03909116815260200160405180910390f35b61006c610109565b5f546001600160a01b031661007b565b61006c6100bd3660046102d7565b61011c565b6100ca61019a565b6100d3816101f3565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b61011161019a565b61011a5f610288565b565b61012461019a565b6001600160a01b03811661018e5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b61019781610288565b50565b5f546001600160a01b0316331461011a5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610185565b6001600160a01b0381163b6102665760405162461bcd60e51b815260206004820152603360248201527f5570677261646561626c65426561636f6e3a20696d706c656d656e746174696f6044820152721b881a5cc81b9bdd08184818dbdb9d1c9858dd606a1b6064820152608401610185565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f602082840312156102e7575f5ffd5b81356001600160a01b03811681146102fd575f5ffd5b939250505056fea2646970667358221220521ca4c20142a7f693ef7735bad4fe09622e49c3a7bd3c7b54c1ae4e9a37a04864736f6c634300081b0033000000000000000000000000b7f8bc63bbcad18155201308c8f3540b07f84f5e","r":"0x13ffc0f03388f0e23c19886d33ab52d73507b7e2abf0581cdc41657b2c2f7bf1","s":"0x188a7d6635e538d5ff931275d76a06ab2117588712543849fc4a873d29178ab7","yParity":"0x0","v":"0x0","hash":"0x90150390c6e74ffd8909a06defff482e23a3f9edf54336d5d8f8f6bf18b18832"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xcba8b73cb70160de2738aad2921a00b2c63361f2779c09f61f42043f8d780c39","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x21a4bef0a94badb08ed6fee93e4a801b69cfd6bdc2f9c01f3b3646eb4d167aa1","transactionsRoot":"0x6ca1e96408d6de2eaa44c840095ad0d5ce4daaa21ab17ffeedd195991936caac","receiptsRoot":"0xc348dad50a92e9d2f83d3e6adf432217c089555cbbfb2824fbfdc43260d899f6","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000","difficulty":"0x0","number":"0xa","gasLimit":"0x1c9c380","gasUsed":"0x51002b","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x137a404d","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xd","gas":"0x694d04","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x610160604052348015610010575f5ffd5b506040516162ad3803806162ad83398101604081905261002f916101d9565b808084898989878a6001600160a01b03811661005e576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b0390811660805293841660a05291831660c052821660e05263ffffffff16610100521661012052610095816100b0565b61014052506100a490506100f6565b50505050505050610364565b5f5f829050601f815111156100e3578260405163305a27a960e01b81526004016100da9190610309565b60405180910390fd5b80516100ee8261033e565b179392505050565b5f54610100900460ff161561015d5760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b60648201526084016100da565b5f5460ff908116146101ac575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b03811681146101c2575f5ffd5b50565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f5f5f5f5f60e0888a0312156101ef575f5ffd5b87516101fa816101ae565b602089015190975061020b816101ae565b604089015190965061021c816101ae565b606089015190955061022d816101ae565b608089015190945061023e816101ae565b60a089015190935063ffffffff81168114610257575f5ffd5b60c08901519092506001600160401b03811115610272575f5ffd5b88015f601f82018b13610283575f5ffd5b81516001600160401b0381111561029c5761029c6101c5565b604051601f8201601f19908116603f011681016001600160401b03811182821017156102ca576102ca6101c5565b6040528181528382016020018d10156102e1575f5ffd5b8160208501602083015e5f602083830101528092508094505050505092959891949750929550565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b8051602080830151919081101561035e575f198160200360031b1b821691505b50919050565b60805160a05160c05160e051610100516101205161014051615e5061045d5f395f8181611112015261412c01525f8181610460015261340b01525f818161076a0152818161361b0152818161375d0152613a4001525f81816107ba01528181610e2701528181610fea0152818161136b01528181611584015281816119e6015281816127a0015261435601525f818161048701528181610f68015281816114e3015281816117570152818161300c015281816131ed01526138a301525f81816103bd01528181610f36015281816116ab015261387d01525f818161063801528181610bb70152818161115001526125960152615e505ff3fe608060405234801561000f575f5ffd5b50600436106102ff575f3560e01c8063715018a611610195578063bfae3fd2116100e4578063e4cc3f901161009e578063f2fde38b11610079578063f2fde38b14610848578063f698da251461085b578063fabc1cbc14610863578063fd8aa88d14610876575f5ffd5b8063e4cc3f9014610802578063eea9064b14610815578063f0e0e67614610828575f5ffd5b8063bfae3fd21461074d578063c448feb814610760578063c978f7ac14610794578063ca8aa7c7146107b5578063cd6dc687146107dc578063da8be864146107ef575f5ffd5b80639104c3191161014f578063a17884841161012a578063a1788484146106cc578063a33a3433146106eb578063b7f06ebe146106fe578063bb45fef214610720575f5ffd5b80639104c3191461067e5780639435bb431461069957806399f5371b146106ac575f5ffd5b8063715018a6146105ee578063778e55f3146105f657806378296ec514610620578063886f1195146106335780638da5cb5b1461065a578063900413471461066b575f5ffd5b806354fd4d50116102515780635dd685791161020b57806365da1264116101e657806365da12641461057f57806366d5ba93146105a75780636d70f7ae146105c85780636e174448146105db575f5ffd5b80635dd6857914610538578063601bb36f1461055957806360a0d1ce1461056c575f5ffd5b806354fd4d50146104bc578063595c6a67146104d1578063597b36da146104d95780635ac86ab7146104ec5780635c975abb1461050f5780635d975e8814610517575f5ffd5b806339b70e38116102bc5780633e28391d116102975780633e28391d146104385780634657e26a1461045b5780634665bcda1461048257806354b7c96c146104a9575f5ffd5b806339b70e38146103b85780633c651cf2146103f75780633cdeb5e01461040a575f5ffd5b806304a4f979146103035780630b9f487a1461033d5780630dd8dd0214610350578063136439dd1461037057806325df922e146103855780632aa6d888146103a5575b5f5ffd5b61032a7f14bde674c9f64b2ad00eaaee4a8bed1fabef35c7507e3c5b9cfc9436909a2dad81565b6040519081526020015b60405180910390f35b61032a61034b366004614d3f565b610889565b61036361035e366004614dd6565b610911565b6040516103349190614e14565b61038361037e366004614e4b565b610ba2565b005b610398610393366004614fe0565b610c77565b604051610334919061508e565b6103836103b33660046150f0565b610dd7565b6103df7f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b039091168152602001610334565b61038361040536600461514e565b610f2b565b6103df610418366004615191565b6001600160a01b039081165f908152609960205260409020600101541690565b61044b610446366004615191565b61107e565b6040519015158152602001610334565b6103df7f000000000000000000000000000000000000000000000000000000000000000081565b6103df7f000000000000000000000000000000000000000000000000000000000000000081565b6103836104b73660046151ac565b61109d565b6104c461110b565b6040516103349190615211565b61038361113b565b61032a6104e73660046152df565b6111ea565b61044b6104fa366004615310565b606654600160ff9092169190911b9081161490565b60665461032a565b61052a610525366004614e4b565b611219565b6040516103349291906153e7565b61054b610546366004615191565b611236565b604051610334929190615459565b6103836105673660046154da565b611360565b61038361057a366004615533565b6114d8565b6103df61058d366004615191565b609a6020525f90815260409020546001600160a01b031681565b6105ba6105b5366004615191565b611683565b604051610334929190615572565b61044b6105d6366004615191565b611983565b61032a6105e93660046151ac565b6119bb565b610383611a65565b61032a6106043660046151ac565b609860209081525f928352604080842090915290825290205481565b61038361062e366004615584565b611a76565b6103df7f000000000000000000000000000000000000000000000000000000000000000081565b6033546001600160a01b03166103df565b6103986106793660046155d4565b611b0c565b6103df73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b6103836106a7366004615620565b611be2565b6106bf6106ba366004614e4b565b611cbb565b60405161033491906156bc565b61032a6106da366004615191565b609f6020525f908152604090205481565b6103636106f93660046156ce565b611dd7565b61044b61070c366004614e4b565b609e6020525f908152604090205460ff1681565b61044b61072e3660046157b5565b609c60209081525f928352604080842090915290825290205460ff1681565b61032a61075b3660046151ac565b611def565b60405163ffffffff7f0000000000000000000000000000000000000000000000000000000000000000168152602001610334565b6107a76107a23660046155d4565b611e2b565b6040516103349291906157df565b6103df7f000000000000000000000000000000000000000000000000000000000000000081565b6103836107ea3660046157b5565b6120b8565b6103636107fd366004615191565b6121d3565b6103836108103660046157fe565b6122fc565b6103836108233660046156ce565b612352565b61083b610836366004615871565b6123bd565b604051610334919061591e565b610383610856366004615191565b612462565b61032a6124db565b610383610871366004614e4b565b612594565b610363610884366004615191565b6126ab565b604080517f14bde674c9f64b2ad00eaaee4a8bed1fabef35c7507e3c5b9cfc9436909a2dad60208201526001600160a01b03808616928201929092528187166060820152908516608082015260a0810183905260c081018290525f906109079060e001604051602081830303815290604052805190602001206126ce565b9695505050505050565b60665460609060019060029081160361093d5760405163840a48d560e01b815260040160405180910390fd5b6109456126fc565b5f836001600160401b0381111561095e5761095e614e62565b604051908082528060200260200182016040528015610987578160200160208202803683370190505b50335f908152609a60205260408120549192506001600160a01b03909116905b85811015610b93578686828181106109c1576109c1615930565b90506020028101906109d39190615944565b6109e1906020810190615962565b90508787838181106109f5576109f5615930565b9050602002810190610a079190615944565b610a119080615962565b905014610a31576040516343714afd60e01b815260040160405180910390fd5b5f610a9b33848a8a86818110610a4957610a49615930565b9050602002810190610a5b9190615944565b610a659080615962565b808060200260200160405190810160405280939291908181526020018383602002808284375f9201919091525061275592505050565b9050610b6d33848a8a86818110610ab457610ab4615930565b9050602002810190610ac69190615944565b610ad09080615962565b808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152508e92508d9150889050818110610b1557610b15615930565b9050602002810190610b279190615944565b610b35906020810190615962565b808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152508892506128a7915050565b848381518110610b7f57610b7f615930565b6020908102919091010152506001016109a7565b5050600160c955949350505050565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610c04573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c2891906159a7565b610c4557604051631d77d47760e21b815260040160405180910390fd5b6066548181168114610c6a5760405163c61dca5d60e01b815260040160405180910390fd5b610c7382612e42565b5050565b6001600160a01b038084165f908152609a60205260408120546060921690610ca0868387612755565b90505f85516001600160401b03811115610cbc57610cbc614e62565b604051908082528060200260200182016040528015610ce5578160200160208202803683370190505b5090505f5b8651811015610dca576001600160a01b0388165f90815260a260205260408120885182908a9085908110610d2057610d20615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f206040518060200160405290815f820154815250509050610da4878381518110610d7257610d72615930565b6020026020010151858481518110610d8c57610d8c615930565b602002602001015183612e7f9092919063ffffffff16565b838381518110610db657610db6615930565b602090810291909101015250600101610cea565b50925050505b9392505050565b610ddf6126fc565b610de83361107e565b15610e0657604051633bf2b50360e11b815260040160405180910390fd5b604051632b6241f360e11b815233600482015263ffffffff841660248201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906356c483e6906044015f604051808303815f87803b158015610e70575f5ffd5b505af1158015610e82573d5f5f3e3d5ffd5b50505050610e903385612e9d565b610e9a3333612eff565b6040516001600160a01b038516815233907fa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c19060200160405180910390a2336001600160a01b03167f02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b67080908383604051610f139291906159c2565b60405180910390a2610f25600160c955565b50505050565b336001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161480610f8a5750336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016145b610fa75760405163045206a560e21b815260040160405180910390fd5b610faf6126fc565b6001600160a01b038481165f908152609a602052604080822054905163152667d960e31b8152908316600482018190528684166024830152927f0000000000000000000000000000000000000000000000000000000000000000169063a9333ec890604401602060405180830381865afa15801561102f573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061105391906159f0565b90505f6110618787846131a6565b9050611071838888888886613288565b505050610f25600160c955565b6001600160a01b039081165f908152609a602052604090205416151590565b816110a7816133cd565b6110c45760405163932d94f760e01b815260040160405180910390fd5b6110cc6126fc565b6110d583611983565b6110f2576040516325ec6c1f60e01b815260040160405180910390fd5b6110fc8383612e9d565b611106600160c955565b505050565b60606111367f0000000000000000000000000000000000000000000000000000000000000000613477565b905090565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa15801561119d573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111c191906159a7565b6111de57604051631d77d47760e21b815260040160405180910390fd5b6111e85f19612e42565b565b5f816040516020016111fc91906156bc565b604051602081830303815290604052805190602001209050919050565b611221614c00565b606061122c836134b4565b9094909350915050565b6060805f611243846126ab565b8051909150806001600160401b0381111561126057611260614e62565b60405190808252806020026020018201604052801561129957816020015b611286614c00565b81526020019060019003908161127e5790505b509350806001600160401b038111156112b4576112b4614e62565b6040519080825280602002602001820160405280156112e757816020015b60608152602001906001900390816112d25790505b5092505f5b818110156113585761131683828151811061130957611309615930565b60200260200101516134b4565b86838151811061132857611328615930565b6020026020010186848151811061134157611341615930565b6020908102919091010191909152526001016112ec565b505050915091565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146113a9576040516323d871a560e01b815260040160405180910390fd5b6113b16126fc565b6001600160a01b038085165f9081526098602090815260408083209387168352929052908120546113ef906001600160401b03808616908516613707565b90505f6113fe8686868661371f565b90505f61140b8284615a1f565b9050611419875f88866137dc565b604080516001600160a01b038881168252602082018490528916917fdd611f4ef63f4385f1756c86ce1f1f389a9013ba6fa07daba8528291bc2d3c30910160405180910390a25f61146987613856565b60405163debe1eab60e01b81526001600160a01b038981166004830152602482018590529192509082169063debe1eab906044015f604051808303815f87803b1580156114b4575f5ffd5b505af11580156114c6573d5f5f3e3d5ffd5b5050505050505050610f25600160c955565b336001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161461152157604051633213a66160e21b815260040160405180910390fd5b6115296126fc565b6115328361107e565b156110fc576001600160a01b038381165f908152609a602052604080822054905163152667d960e31b81529083166004820181905273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06024830152927f0000000000000000000000000000000000000000000000000000000000000000169063a9333ec890604401602060405180830381865afa1580156115c9573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115ed91906159f0565b6001600160a01b0386165f90815260a26020908152604080832073beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac08452825280832081519283019091525481529192506116538661164b6001600160401b038087169089166138c8565b8491906138dc565b9050611675848873beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0846137dc565b50505050611106600160c955565b6040516394f649dd60e01b81526001600160a01b03828116600483015260609182915f9182917f000000000000000000000000000000000000000000000000000000000000000016906394f649dd906024015f60405180830381865afa1580156116ef573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526117169190810190615a8d565b60405163fe243a1760e01b81526001600160a01b03888116600483015273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac060248301529294509092505f917f0000000000000000000000000000000000000000000000000000000000000000169063fe243a1790604401602060405180830381865afa15801561179c573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117c09190615b48565b9050805f036117d457509094909350915050565b5f835160016117e39190615a1f565b6001600160401b038111156117fa576117fa614e62565b604051908082528060200260200182016040528015611823578160200160208202803683370190505b5090505f845160016118359190615a1f565b6001600160401b0381111561184c5761184c614e62565b604051908082528060200260200182016040528015611875578160200160208202803683370190505b50905073beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0828651815181106118a0576118a0615930565b60200260200101906001600160a01b031690816001600160a01b03168152505082818651815181106118d4576118d4615930565b60209081029190910101525f5b8551811015611975578581815181106118fc576118fc615930565b602002602001015183828151811061191657611916615930565b60200260200101906001600160a01b031690816001600160a01b03168152505084818151811061194857611948615930565b602002602001015182828151811061196257611962615930565b60209081029190910101526001016118e1565b509097909650945050505050565b5f6001600160a01b038216158015906119b557506001600160a01b038083165f818152609a6020526040902054909116145b92915050565b60405163152667d960e31b81526001600160a01b03838116600483015282811660248301525f9182917f0000000000000000000000000000000000000000000000000000000000000000169063a9333ec890604401602060405180830381865afa158015611a2b573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a4f91906159f0565b9050611a5d8484835f61371f565b949350505050565b611a6d6138fa565b6111e85f613954565b82611a80816133cd565b611a9d5760405163932d94f760e01b815260040160405180910390fd5b611aa684611983565b611ac3576040516325ec6c1f60e01b815260040160405180910390fd5b836001600160a01b03167f02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b67080908484604051611afe9291906159c2565b60405180910390a250505050565b60605f82516001600160401b03811115611b2857611b28614e62565b604051908082528060200260200182016040528015611b51578160200160208202803683370190505b5090505f5b8351811015611bda576001600160a01b0385165f9081526098602052604081208551909190869084908110611b8d57611b8d615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f2054828281518110611bc757611bc7615930565b6020908102919091010152600101611b56565b509392505050565b606654600290600490811603611c0b5760405163840a48d560e01b815260040160405180910390fd5b611c136126fc565b855f5b81811015611ca657611c9e898983818110611c3357611c33615930565b9050602002810190611c459190615b5f565b611c4e90615b73565b888884818110611c6057611c60615930565b9050602002810190611c729190615962565b888886818110611c8457611c84615930565b9050602002016020810190611c999190615b7e565b6139a5565b600101611c16565b5050611cb2600160c955565b50505050505050565b611cc3614c00565b5f82815260a46020908152604091829020825160e08101845281546001600160a01b03908116825260018301548116828501526002830154168185015260038201546060820152600482015463ffffffff1660808201526005820180548551818602810186019096528086529194929360a08601939290830182828015611d7157602002820191905f5260205f20905b81546001600160a01b03168152600190910190602001808311611d53575b5050505050815260200160068201805480602002602001604051908101604052809291908181526020018280548015611dc757602002820191905f5260205f20905b815481526020019060010190808311611db3575b5050505050815250509050919050565b6060611de2336121d3565b9050610dd0848484612352565b6001600160a01b038083165f90815260a260209081526040808320938516835292815282822083519182019093529154825290610dd090613de7565b60608082516001600160401b03811115611e4757611e47614e62565b604051908082528060200260200182016040528015611e70578160200160208202803683370190505b50915082516001600160401b03811115611e8c57611e8c614e62565b604051908082528060200260200182016040528015611eb5578160200160208202803683370190505b506001600160a01b038086165f908152609a6020526040812054929350911690611ee0868387612755565b90505f5b85518110156120ad575f611f10878381518110611f0357611f03615930565b6020026020010151613856565b9050806001600160a01b031663fe243a1789898581518110611f3457611f34615930565b60200260200101516040518363ffffffff1660e01b8152600401611f6e9291906001600160a01b0392831681529116602082015260400190565b602060405180830381865afa158015611f89573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fad9190615b48565b858381518110611fbf57611fbf615930565b6020026020010181815250505f60a25f8a6001600160a01b03166001600160a01b031681526020019081526020015f205f89858151811061200257612002615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f206040518060200160405290815f82015481525050905061208686848151811061205457612054615930565b602002602001015185858151811061206e5761206e615930565b6020026020010151836138dc9092919063ffffffff16565b87848151811061209857612098615930565b60209081029190910101525050600101611ee4565b5050505b9250929050565b5f54610100900460ff16158080156120d657505f54600160ff909116105b806120ef5750303b1580156120ef57505f5460ff166001145b6121575760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015612178575f805461ff0019166101001790555b61218182612e42565b61218a83613954565b8015611106575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a1505050565b60606121dd6126fc565b6121e68261107e565b6122035760405163a5c7c44560e01b815260040160405180910390fd5b61220c82611983565b1561222a576040516311ca333560e31b815260040160405180910390fd5b336001600160a01b038316146122e2576001600160a01b038083165f908152609a60205260409020541661225d816133cd565b8061228357506001600160a01b038181165f908152609960205260409020600101541633145b6122a057604051631e499a2360e11b815260040160405180910390fd5b806001600160a01b0316836001600160a01b03167ff0eddf07e6ea14f388b47e1e94a0f464ecbd9eed4171130e0fc0e99fb4030a8a60405160405180910390a3505b6122eb82613e06565b90506122f7600160c955565b919050565b6066546002906004908116036123255760405163840a48d560e01b815260040160405180910390fd5b61232d6126fc565b61234161233986615b73565b8585856139a5565b61234b600160c955565b5050505050565b61235a6126fc565b6123633361107e565b1561238157604051633bf2b50360e11b815260040160405180910390fd5b61238a83611983565b6123a7576040516325ec6c1f60e01b815260040160405180910390fd5b6123b333848484614065565b6110fc3384612eff565b60605f83516001600160401b038111156123d9576123d9614e62565b60405190808252806020026020018201604052801561240c57816020015b60608152602001906001900390816123f75790505b5090505f5b8451811015611bda5761243d85828151811061242f5761242f615930565b602002602001015185611b0c565b82828151811061244f5761244f615930565b6020908102919091010152600101612411565b61246a6138fa565b6001600160a01b0381166124cf5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161214e565b6124d881613954565b50565b60408051808201909152600a81526922b4b3b2b72630bcb2b960b11b6020909101525f7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f7f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea612548614124565b805160209182012060408051928301949094529281019190915260608101919091524660808201523060a082015260c00160405160208183030381529060405280519060200120905090565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156125f0573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126149190615b99565b6001600160a01b0316336001600160a01b0316146126455760405163794821ff60e01b815260040160405180910390fd5b6066548019821981161461266c5760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c906020015b60405180910390a25050565b6001600160a01b0381165f90815260a3602052604090206060906119b5906141c0565b5f6126d76124db565b60405161190160f01b60208201526022810191909152604281018390526062016111fc565b600260c9540361274e5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015260640161214e565b600260c955565b60605f82516001600160401b0381111561277157612771614e62565b60405190808252806020026020018201604052801561279a578160200160208202803683370190505b5090505f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663547afb8786866040518363ffffffff1660e01b81526004016127ec929190615bb4565b5f60405180830381865afa158015612806573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261282d9190810190615bd7565b90505f5b845181101561289c576128778786838151811061285057612850615930565b602002602001015184848151811061286a5761286a615930565b60200260200101516131a6565b83828151811061288957612889615930565b6020908102919091010152600101612831565b509095945050505050565b5f6001600160a01b0386166128cf576040516339b190bb60e11b815260040160405180910390fd5b83515f036128f05760405163796cc52560e01b815260040160405180910390fd5b5f84516001600160401b0381111561290a5761290a614e62565b604051908082528060200260200182016040528015612933578160200160208202803683370190505b5090505f85516001600160401b0381111561295057612950614e62565b604051908082528060200260200182016040528015612979578160200160208202803683370190505b5090505f5b8651811015612c75575f61299d888381518110611f0357611f03615930565b90505f60a25f8c6001600160a01b03166001600160a01b031681526020019081526020015f205f8a85815181106129d6576129d6615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f209050612a4f888481518110612a1457612a14615930565b6020026020010151888581518110612a2e57612a2e615930565b602090810291909101810151604080519283019052845482529091906138dc565b848481518110612a6157612a61615930565b602002602001018181525050612aa0888481518110612a8257612a82615930565b602090810291909101810151604080519283019052835482526141cc565b858481518110612ab257612ab2615930565b60209081029190910101526001600160a01b038a1615612b4757612b098a8a8581518110612ae257612ae2615930565b6020026020010151878681518110612afc57612afc615930565b60200260200101516141e0565b612b478a8c8b8681518110612b2057612b20615930565b6020026020010151878781518110612b3a57612b3a615930565b60200260200101516137dc565b5f826001600160a01b031663724af4238d8c8781518110612b6a57612b6a615930565b60200260200101518c8881518110612b8457612b84615930565b60200260200101516040518463ffffffff1660e01b8152600401612baa93929190615c66565b6020604051808303815f875af1158015612bc6573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bea9190615b48565b9050805f03612c67575f82557f8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f8c8b8681518110612c2a57612c2a615930565b6020026020010151612c4f856040518060200160405290815f82015481525050613de7565b604051612c5e93929190615c66565b60405180910390a15b50505080600101905061297e565b506001600160a01b0388165f908152609f60205260408120805491829190612c9c83615c8a565b91905055505f6040518060e001604052808b6001600160a01b031681526020018a6001600160a01b031681526020018b6001600160a01b031681526020018381526020014363ffffffff1681526020018981526020018581525090505f612d02826111ea565b5f818152609e602090815260408083208054600160ff19909116811790915560a4835292819020865181546001600160a01b03199081166001600160a01b039283161783558885015195830180548216968316969096179095559187015160028201805490951692169190911790925560608501516003830155608085015160048301805463ffffffff191663ffffffff90921691909117905560a085015180519394508593612db89260058501920190614c59565b5060c08201518051612dd4916006840191602090910190614cbc565b5050506001600160a01b038b165f90815260a360205260409020612df8908261424a565b507f26b2aae26516e8719ef50ea2f6831a2efbd4e37dccdf0f6936b27bc08e793e30818386604051612e2c93929190615ca2565b60405180910390a19a9950505050505050505050565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b5f611a5d82612e97612e9087613de7565b8690614255565b90614255565b6001600160a01b038281165f8181526099602090815260409182902060010180546001600160a01b0319169486169485179055905192835290917f773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6910161269f565b6066545f90600190811603612f275760405163840a48d560e01b815260040160405180910390fd5b5f5f612f3285611683565b915091505f612f425f8685612755565b6001600160a01b038781165f818152609a602052604080822080546001600160a01b031916948b16948517905551939450919290917fc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d874330491a35f5b8351811015611cb25773beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06001600160a01b0316848281518110612fd557612fd5615930565b60200260200101516001600160a01b0316036131455760405163a3d75e0960e01b81526001600160a01b0388811660048301525f917f00000000000000000000000000000000000000000000000000000000000000009091169063a3d75e0990602401602060405180830381865afa158015613053573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061307791906159f0565b90505f60a25f8a6001600160a01b03166001600160a01b031681526020019081526020015f205f8785815181106130b0576130b0615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f206040518060200160405290815f82015481525050905061312485848151811061310257613102615930565b6020026020010151836001600160401b0316836138dc9092919063ffffffff16565b85848151811061313657613136615930565b60200260200101818152505050505b61319e868886848151811061315c5761315c615930565b60200260200101515f87868151811061317757613177615930565b602002602001015187878151811061319157613191615930565b6020026020010151613288565b600101612f9c565b5f73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeabf196001600160a01b038416016132785760405163a3d75e0960e01b81526001600160a01b0385811660048301525f917f00000000000000000000000000000000000000000000000000000000000000009091169063a3d75e0990602401602060405180830381865afa158015613234573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061325891906159f0565b90506132706001600160401b038481169083166138c8565b915050610dd0565b506001600160401b031692915050565b805f036132a857604051630a33bc6960e21b815260040160405180910390fd5b81156133c5576001600160a01b038086165f90815260a2602090815260408083209388168352929052206132de81858585614269565b6040805160208101909152815481527f8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f908790879061331c90613de7565b60405161332b93929190615c66565b60405180910390a161333c8661107e565b15611cb2576001600160a01b038088165f90815260986020908152604080832093891683529290529081208054859290613377908490615a1f565b92505081905550866001600160a01b03167f1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c8787866040516133bb93929190615c66565b60405180910390a2505b505050505050565b604051631beb2b9760e31b81526001600160a01b0382811660048301523360248301523060448301525f80356001600160e01b0319166064840152917f00000000000000000000000000000000000000000000000000000000000000009091169063df595cb8906084016020604051808303815f875af1158015613453573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119b591906159a7565b60605f613483836142e4565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6134bc614c00565b5f82815260a46020908152604091829020825160e08101845281546001600160a01b0390811682526001830154811682850152600283015416818501526003820154606082810191909152600483015463ffffffff1660808301526005830180548651818702810187019097528087529195929460a0860193929083018282801561356e57602002820191905f5260205f20905b81546001600160a01b03168152600190910190602001808311613550575b50505050508152602001600682018054806020026020016040519081016040528092919081815260200182805480156135c457602002820191905f5260205f20905b8154815260200190600101908083116135b0575b50505050508152505091508160a00151516001600160401b038111156135ec576135ec614e62565b604051908082528060200260200182016040528015613615578160200160208202803683370190505b5090505f7f000000000000000000000000000000000000000000000000000000000000000083608001516136499190615ccc565b90505f4363ffffffff168263ffffffff161061367a57613675845f015185602001518660a00151612755565b613691565b613691845f015185602001518660a001518561430b565b90505f5b8460a0015151811015611358576136e28560c0015182815181106136bb576136bb615930565b60200260200101518383815181106136d5576136d5615930565b6020026020010151614439565b8482815181106136f4576136f4615930565b6020908102919091010152600101613695565b5f6137158483856001614444565b611a5d9085615ce8565b6001600160a01b038085165f90815260a560209081526040808320938716835292905290812081906137509061449f565b90505f6137b660016137827f000000000000000000000000000000000000000000000000000000000000000043615cfb565b61378c9190615cfb565b6001600160a01b03808a165f90815260a560209081526040808320938c16835292905220906144b9565b90505f6137c38284615ce8565b90506137d08187876144d5565b98975050505050505050565b6001600160a01b038085165f90815260986020908152604080832093861683529290529081208054839290613812908490615ce8565b92505081905550836001600160a01b03167f6909600037b75d7b4733aedd815442b5ec018a827751c832aaff64eba5d6d2dd848484604051611afe93929190615c66565b5f6001600160a01b03821673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0146138a1577f00000000000000000000000000000000000000000000000000000000000000006119b5565b7f000000000000000000000000000000000000000000000000000000000000000092915050565b5f610dd08383670de0b6b3a76400006144f3565b5f611a5d826138f46138ed87613de7565b86906138c8565b906138c8565b6033546001600160a01b031633146111e85760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161214e565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b60a08401515182146139ca576040516343714afd60e01b815260040160405180910390fd5b83604001516001600160a01b0316336001600160a01b031614613a00576040516316110d3560e21b815260040160405180910390fd5b5f613a0a856111ea565b5f818152609e602052604090205490915060ff16613a3b576040516387c9d21960e01b815260040160405180910390fd5b60605f7f00000000000000000000000000000000000000000000000000000000000000008760800151613a6e9190615ccc565b90508063ffffffff164363ffffffff1611613a9c576040516378f67ae160e11b815260040160405180910390fd5b613ab3875f015188602001518960a001518461430b565b87516001600160a01b03165f90815260a360205260409020909250613ad99150836145d8565b505f82815260a46020526040812080546001600160a01b031990811682556001820180548216905560028201805490911690556003810182905560048101805463ffffffff1916905590613b306005830182614cf5565b613b3d600683015f614cf5565b50505f828152609e602052604090819020805460ff19169055517f1f40400889274ed07b24845e5054a87a0cab969eb1277aafe61ae352e7c32a0090613b869084815260200190565b60405180910390a185516001600160a01b039081165f908152609a6020526040812054885160a08a01519190931692613bc0918490612755565b90505f5b8860a0015151811015613ddc575f613beb8a60a001518381518110611f0357611f03615930565b90505f613c218b60c001518481518110613c0757613c07615930565b60200260200101518785815181106136d5576136d5615930565b9050805f03613c31575050613dd4565b8715613cff57816001600160a01b0316632eae418c8c5f01518d60a001518681518110613c6057613c60615930565b60200260200101518d8d88818110613c7a57613c7a615930565b9050602002016020810190613c8f9190615191565b60405160e085901b6001600160e01b03191681526001600160a01b03938416600482015291831660248301529091166044820152606481018490526084015f604051808303815f87803b158015613ce4575f5ffd5b505af1158015613cf6573d5f5f3e3d5ffd5b50505050613dd1565b5f5f836001600160a01b03166350ff72258e5f01518f60a001518881518110613d2a57613d2a615930565b6020026020010151866040518463ffffffff1660e01b8152600401613d5193929190615c66565b60408051808303815f875af1158015613d6c573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d909190615d17565b91509150613dce878e5f01518f60a001518881518110613db257613db2615930565b602002602001015185858b8b8151811061319157613191615930565b50505b50505b600101613bc4565b505050505050505050565b80515f9015613df75781516119b5565b670de0b6b3a764000092915050565b606654606090600190600290811603613e325760405163840a48d560e01b815260040160405180910390fd5b6001600160a01b038084165f818152609a602052604080822080546001600160a01b0319811690915590519316928392917ffee30966a256b71e14bc0ebfc94315e28ef4a97a7131a9e2b7a310a73af4467691a35f5f613e9186611683565b9150915081515f03613ea55750505061405f565b81516001600160401b03811115613ebe57613ebe614e62565b604051908082528060200260200182016040528015613ee7578160200160208202803683370190505b5094505f613ef6878585612755565b90505f5b8351811015614059576040805160018082528183019092525f916020808301908036833750506040805160018082528183019092529293505f9291506020808301908036833750506040805160018082528183019092529293505f92915060208083019080368337019050509050868481518110613f7a57613f7a615930565b6020026020010151835f81518110613f9457613f94615930565b60200260200101906001600160a01b031690816001600160a01b031681525050858481518110613fc657613fc6615930565b6020026020010151825f81518110613fe057613fe0615930565b602002602001018181525050848481518110613ffe57613ffe615930565b6020026020010151815f8151811061401857614018615930565b6020026020010181815250506140318b898585856128a7565b8a858151811061404357614043615930565b6020908102919091010152505050600101613efa565b50505050505b50919050565b6001600160a01b038084165f90815260996020526040902060010154168061408d5750610f25565b6001600160a01b0381165f908152609c6020908152604080832085845290915290205460ff16156140d157604051630d4c4c9160e21b815260040160405180910390fd5b6001600160a01b0381165f908152609c602090815260408083208584528252909120805460ff1916600117905583015161234b908290614118908890889084908890610889565b855160208701516145e3565b60605f6141507f0000000000000000000000000000000000000000000000000000000000000000613477565b9050805f8151811061416457614164615930565b602001015160f81c60f81b8160018151811061418257614182615930565b016020908101516040516001600160f81b03199384169281019290925291909116602182015260220160405160208183030381529060405291505090565b60605f610dd083614635565b5f610dd06141d984613de7565b83906138c8565b6001600160a01b038084165f90815260a560209081526040808320938616835292905290812061420f9061449f565b9050610f254361421f8484615a1f565b6001600160a01b038088165f90815260a560209081526040808320938a16835292905220919061468e565b5f610dd08383614699565b5f610dd083670de0b6b3a7640000846144f3565b825f036142955760408051602081019091528454815261428e908290612e9790613de7565b8455610f25565b6040805160208101909152845481525f906142b19085846138dc565b90505f6142be8483615a1f565b90505f6142d984612e976142d2888a615a1f565b8590614255565b875550505050505050565b5f60ff8216601f8111156119b557604051632cd44ac360e21b815260040160405180910390fd5b60605f83516001600160401b0381111561432757614327614e62565b604051908082528060200260200182016040528015614350578160200160208202803683370190505b5090505f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166394d7d00c8787876040518463ffffffff1660e01b81526004016143a493929190615d39565b5f60405180830381865afa1580156143be573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526143e59190810190615bd7565b90505f5b855181101561442d576144088887838151811061285057612850615930565b83828151811061441a5761441a615930565b60209081029190910101526001016143e9565b50909695505050505050565b5f610dd083836138c8565b5f5f6144518686866144f3565b9050600183600281111561446757614467615d72565b14801561448357505f848061447e5761447e615d86565b868809115b1561449657614493600182615a1f565b90505b95945050505050565b5f6144aa82826146e5565b6001600160e01b031692915050565b5f6144c583838361472a565b6001600160e01b03169392505050565b5f611a5d6144e38385615d9a565b85906001600160401b03166138c8565b5f80805f19858709858702925082811083820303915050805f0361452a5783828161452057614520615d86565b0492505050610dd0565b8084116145715760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b604482015260640161214e565b5f8486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091025f889003889004909101858311909403939093029303949094049190911702949350505050565b5f610dd08383614773565b4281101561460457604051630819bdcd60e01b815260040160405180910390fd5b6146186001600160a01b0385168484614856565b610f2557604051638baa579f60e01b815260040160405180910390fd5b6060815f0180548060200260200160405190810160405280929190818152602001828054801561468257602002820191905f5260205f20905b81548152602001906001019080831161466e575b50505050509050919050565b6111068383836148aa565b5f8181526001830160205260408120546146de57508154600181810184555f8481526020808220909301849055845484825282860190935260409020919091556119b5565b505f6119b5565b81545f9080156147225761470b846146fe600184615ce8565b5f91825260209091200190565b5464010000000090046001600160e01b0316611a5d565b509092915050565b82545f908161473b868683856149b0565b9050801561476957614752866146fe600184615ce8565b5464010000000090046001600160e01b0316610907565b5091949350505050565b5f818152600183016020526040812054801561484d575f614795600183615ce8565b85549091505f906147a890600190615ce8565b9050818114614807575f865f0182815481106147c6576147c6615930565b905f5260205f200154905080875f0184815481106147e6576147e6615930565b5f918252602080832090910192909255918252600188019052604090208390555b855486908061481857614818615db9565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f9055600193505050506119b5565b5f9150506119b5565b5f5f5f6148638585614a03565b90925090505f81600481111561487b5761487b615d72565b1480156148995750856001600160a01b0316826001600160a01b0316145b806109075750610907868686614a42565b82548015614962575f6148c2856146fe600185615ce8565b60408051808201909152905463ffffffff8082168084526401000000009092046001600160e01b0316602084015291925090851610156149155760405163151b8e3f60e11b815260040160405180910390fd5b805163ffffffff8086169116036149605782614936866146fe600186615ce8565b80546001600160e01b03929092166401000000000263ffffffff9092169190911790555050505050565b505b506040805180820190915263ffffffff92831681526001600160e01b03918216602080830191825285546001810187555f968752952091519051909216640100000000029190921617910155565b5f5b81831015611bda575f6149c58484614b29565b5f8781526020902090915063ffffffff86169082015463ffffffff1611156149ef578092506149fd565b6149fa816001615a1f565b93505b506149b2565b5f5f8251604103614a37576020830151604084015160608501515f1a614a2b87828585614b43565b945094505050506120b1565b505f905060026120b1565b5f5f5f856001600160a01b0316631626ba7e60e01b8686604051602401614a6a929190615dcd565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b0319909416939093179092529051614aa89190615de5565b5f60405180830381855afa9150503d805f8114614ae0576040519150601f19603f3d011682016040523d82523d5f602084013e614ae5565b606091505b5091509150818015614af957506020815110155b801561090757508051630b135d3f60e11b90614b1e9083016020908101908401615b48565b149695505050505050565b5f614b376002848418615dfb565b610dd090848416615a1f565b5f807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0831115614b7857505f90506003614bf7565b604080515f8082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015614bc9573d5f5f3e3d5ffd5b5050604051601f1901519150506001600160a01b038116614bf1575f60019250925050614bf7565b91505f90505b94509492505050565b6040518060e001604052805f6001600160a01b031681526020015f6001600160a01b031681526020015f6001600160a01b031681526020015f81526020015f63ffffffff16815260200160608152602001606081525090565b828054828255905f5260205f20908101928215614cac579160200282015b82811115614cac57825182546001600160a01b0319166001600160a01b03909116178255602090920191600190910190614c77565b50614cb8929150614d0c565b5090565b828054828255905f5260205f20908101928215614cac579160200282015b82811115614cac578251825591602001919060010190614cda565b5080545f8255905f5260205f20908101906124d891905b5b80821115614cb8575f8155600101614d0d565b6001600160a01b03811681146124d8575f5ffd5b80356122f781614d20565b5f5f5f5f5f60a08688031215614d53575f5ffd5b8535614d5e81614d20565b94506020860135614d6e81614d20565b93506040860135614d7e81614d20565b94979396509394606081013594506080013592915050565b5f5f83601f840112614da6575f5ffd5b5081356001600160401b03811115614dbc575f5ffd5b6020830191508360208260051b85010111156120b1575f5ffd5b5f5f60208385031215614de7575f5ffd5b82356001600160401b03811115614dfc575f5ffd5b614e0885828601614d96565b90969095509350505050565b602080825282518282018190525f918401906040840190835b8181101561289c578351835260209384019390920191600101614e2d565b5f60208284031215614e5b575f5ffd5b5035919050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715614e9857614e98614e62565b60405290565b604080519081016001600160401b0381118282101715614e9857614e98614e62565b604051601f8201601f191681016001600160401b0381118282101715614ee857614ee8614e62565b604052919050565b5f6001600160401b03821115614f0857614f08614e62565b5060051b60200190565b5f82601f830112614f21575f5ffd5b8135614f34614f2f82614ef0565b614ec0565b8082825260208201915060208360051b860101925085831115614f55575f5ffd5b602085015b83811015614f7b578035614f6d81614d20565b835260209283019201614f5a565b5095945050505050565b5f82601f830112614f94575f5ffd5b8135614fa2614f2f82614ef0565b8082825260208201915060208360051b860101925085831115614fc3575f5ffd5b602085015b83811015614f7b578035835260209283019201614fc8565b5f5f5f60608486031215614ff2575f5ffd5b8335614ffd81614d20565b925060208401356001600160401b03811115615017575f5ffd5b61502386828701614f12565b92505060408401356001600160401b0381111561503e575f5ffd5b61504a86828701614f85565b9150509250925092565b5f8151808452602084019350602083015f5b82811015615084578151865260209586019590910190600101615066565b5093949350505050565b602081525f610dd06020830184615054565b803563ffffffff811681146122f7575f5ffd5b5f5f83601f8401126150c3575f5ffd5b5081356001600160401b038111156150d9575f5ffd5b6020830191508360208285010111156120b1575f5ffd5b5f5f5f5f60608587031215615103575f5ffd5b843561510e81614d20565b935061511c602086016150a0565b925060408501356001600160401b03811115615136575f5ffd5b615142878288016150b3565b95989497509550505050565b5f5f5f5f60808587031215615161575f5ffd5b843561516c81614d20565b9350602085013561517c81614d20565b93969395505050506040820135916060013590565b5f602082840312156151a1575f5ffd5b8135610dd081614d20565b5f5f604083850312156151bd575f5ffd5b82356151c881614d20565b915060208301356151d881614d20565b809150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f610dd060208301846151e3565b5f60e08284031215615233575f5ffd5b61523b614e76565b905061524682614d34565b815261525460208301614d34565b602082015261526560408301614d34565b604082015260608281013590820152615280608083016150a0565b608082015260a08201356001600160401b0381111561529d575f5ffd5b6152a984828501614f12565b60a08301525060c08201356001600160401b038111156152c7575f5ffd5b6152d384828501614f85565b60c08301525092915050565b5f602082840312156152ef575f5ffd5b81356001600160401b03811115615304575f5ffd5b611a5d84828501615223565b5f60208284031215615320575f5ffd5b813560ff81168114610dd0575f5ffd5b5f8151808452602084019350602083015f5b828110156150845781516001600160a01b0316865260209586019590910190600101615342565b80516001600160a01b03908116835260208083015182169084015260408083015190911690830152606080820151908301526080808201515f916153b49085018263ffffffff169052565b5060a082015160e060a08501526153ce60e0850182615330565b905060c083015184820360c08601526144968282615054565b604081525f6153f96040830185615369565b82810360208401526144968185615054565b5f82825180855260208501945060208160051b830101602085015f5b8381101561442d57601f19858403018852615443838351615054565b6020988901989093509190910190600101615427565b5f604082016040835280855180835260608501915060608160051b8601019250602087015f5b828110156154b057605f1987860301845261549b858351615369565b9450602093840193919091019060010161547f565b505050508281036020840152614496818561540b565b6001600160401b03811681146124d8575f5ffd5b5f5f5f5f608085870312156154ed575f5ffd5b84356154f881614d20565b9350602085013561550881614d20565b92506040850135615518816154c6565b91506060850135615528816154c6565b939692955090935050565b5f5f5f60608486031215615545575f5ffd5b833561555081614d20565b9250602084013591506040840135615567816154c6565b809150509250925092565b604081525f6153f96040830185615330565b5f5f5f60408486031215615596575f5ffd5b83356155a181614d20565b925060208401356001600160401b038111156155bb575f5ffd5b6155c7868287016150b3565b9497909650939450505050565b5f5f604083850312156155e5575f5ffd5b82356155f081614d20565b915060208301356001600160401b0381111561560a575f5ffd5b61561685828601614f12565b9150509250929050565b5f5f5f5f5f5f60608789031215615635575f5ffd5b86356001600160401b0381111561564a575f5ffd5b61565689828a01614d96565b90975095505060208701356001600160401b03811115615674575f5ffd5b61568089828a01614d96565b90955093505060408701356001600160401b0381111561569e575f5ffd5b6156aa89828a01614d96565b979a9699509497509295939492505050565b602081525f610dd06020830184615369565b5f5f5f606084860312156156e0575f5ffd5b83356156eb81614d20565b925060208401356001600160401b03811115615705575f5ffd5b840160408187031215615716575f5ffd5b61571e614e9e565b81356001600160401b03811115615733575f5ffd5b8201601f81018813615743575f5ffd5b80356001600160401b0381111561575c5761575c614e62565b61576f601f8201601f1916602001614ec0565b818152896020838501011115615783575f5ffd5b816020840160208301375f60209282018301528352928301359282019290925293969395505050506040919091013590565b5f5f604083850312156157c6575f5ffd5b82356157d181614d20565b946020939093013593505050565b604081525f6153f96040830185615054565b80151581146124d8575f5ffd5b5f5f5f5f60608587031215615811575f5ffd5b84356001600160401b03811115615826575f5ffd5b850160e08188031215615837575f5ffd5b935060208501356001600160401b03811115615851575f5ffd5b61585d87828801614d96565b9094509250506040850135615528816157f1565b5f5f60408385031215615882575f5ffd5b82356001600160401b03811115615897575f5ffd5b8301601f810185136158a7575f5ffd5b80356158b5614f2f82614ef0565b8082825260208201915060208360051b8501019250878311156158d6575f5ffd5b6020840193505b828410156159015783356158f081614d20565b8252602093840193909101906158dd565b945050505060208301356001600160401b0381111561560a575f5ffd5b602081525f610dd0602083018461540b565b634e487b7160e01b5f52603260045260245ffd5b5f8235605e19833603018112615958575f5ffd5b9190910192915050565b5f5f8335601e19843603018112615977575f5ffd5b8301803591506001600160401b03821115615990575f5ffd5b6020019150600581901b36038213156120b1575f5ffd5b5f602082840312156159b7575f5ffd5b8151610dd0816157f1565b60208152816020820152818360408301375f818301604090810191909152601f909201601f19160101919050565b5f60208284031215615a00575f5ffd5b8151610dd0816154c6565b634e487b7160e01b5f52601160045260245ffd5b808201808211156119b5576119b5615a0b565b5f82601f830112615a41575f5ffd5b8151615a4f614f2f82614ef0565b8082825260208201915060208360051b860101925085831115615a70575f5ffd5b602085015b83811015614f7b578051835260209283019201615a75565b5f5f60408385031215615a9e575f5ffd5b82516001600160401b03811115615ab3575f5ffd5b8301601f81018513615ac3575f5ffd5b8051615ad1614f2f82614ef0565b8082825260208201915060208360051b850101925087831115615af2575f5ffd5b6020840193505b82841015615b1d578351615b0c81614d20565b825260209384019390910190615af9565b8095505050505060208301516001600160401b03811115615b3c575f5ffd5b61561685828601615a32565b5f60208284031215615b58575f5ffd5b5051919050565b5f823560de19833603018112615958575f5ffd5b5f6119b53683615223565b5f60208284031215615b8e575f5ffd5b8135610dd0816157f1565b5f60208284031215615ba9575f5ffd5b8151610dd081614d20565b6001600160a01b03831681526040602082018190525f90611a5d90830184615330565b5f60208284031215615be7575f5ffd5b81516001600160401b03811115615bfc575f5ffd5b8201601f81018413615c0c575f5ffd5b8051615c1a614f2f82614ef0565b8082825260208201915060208360051b850101925086831115615c3b575f5ffd5b6020840193505b82841015610907578351615c55816154c6565b825260209384019390910190615c42565b6001600160a01b039384168152919092166020820152604081019190915260600190565b5f60018201615c9b57615c9b615a0b565b5060010190565b838152606060208201525f615cba6060830185615369565b82810360408401526109078185615054565b63ffffffff81811683821601908111156119b5576119b5615a0b565b818103818111156119b5576119b5615a0b565b63ffffffff82811682821603908111156119b5576119b5615a0b565b5f5f60408385031215615d28575f5ffd5b505080516020909101519092909150565b6001600160a01b03841681526060602082018190525f90615d5c90830185615330565b905063ffffffff83166040830152949350505050565b634e487b7160e01b5f52602160045260245ffd5b634e487b7160e01b5f52601260045260245ffd5b6001600160401b0382811682821603908111156119b5576119b5615a0b565b634e487b7160e01b5f52603160045260245ffd5b828152604060208201525f611a5d60408301846151e3565b5f82518060208501845e5f920191825250919050565b5f82615e1557634e487b7160e01b5f52601260045260245ffd5b50049056fea264697066735822122028823ec872a9df95048c08df1bd11d6833b239643a395c032aeedc56c3554f0e64736f6c634300081b00330000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f875707000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8530000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3180000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad788000000000000000000000000000000000000000000000000000000000000038400000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000000000000000676302e302e300000000000000000000000000000000000000000000000000000","r":"0xd29adc1d10cbd69b3323acbb0a1a06593aae6d6135f577cc95c2e4b78fe1aef8","s":"0x36e950f259263041ccfa4f44eb116993b95ef46a98275712dc57e7559c723c3e","yParity":"0x1","v":"0x1","hash":"0x7d5a448ba369110b1acc7e610c2a6ab08c08a8e5b611ca2f2fe079a1e794b486"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x77325f74482a97227dc8bf14f94a503de571637a147a7cf906e83275e0c9b533","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8dad3664c77f983fb4f22f6eebc13fb0d94a7a59c9139fc2e2a747e8962fe930","transactionsRoot":"0x30753fc8c392c14daadee99589c72247b405737daab0a18a7b1fb4faad3e3fb5","receiptsRoot":"0xf82cd1ed8bf06c7819f6b59a79a9e9926ded3ffb9995aca0445a7b6e67cd8ded","logsBloom":"0x00000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000800400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xb","gasLimit":"0x1c9c380","gasUsed":"0x263a92","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x11e78c20","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xe","gas":"0x31b28a","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x60e060405234801561000f575f5ffd5b50604051612ef9380380612ef983398101604081905261002e916101b3565b808084846001600160a01b038116610059576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b039081166080521660a0526100748161008a565b60c0525061008290506100d0565b5050506102e4565b5f5f829050601f815111156100bd578260405163305a27a960e01b81526004016100b49190610289565b60405180910390fd5b80516100c8826102be565b179392505050565b5f54610100900460ff16156101375760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b60648201526084016100b4565b5f5460ff90811614610186575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b038116811461019c575f5ffd5b50565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156101c5575f5ffd5b83516101d081610188565b60208501519093506101e181610188565b60408501519092506001600160401b038111156101fc575f5ffd5b8401601f8101861361020c575f5ffd5b80516001600160401b038111156102255761022561019f565b604051601f8201601f19908116603f011681016001600160401b03811182821017156102535761025361019f565b60405281815282820160200188101561026a575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b805160208083015191908110156102de575f198160200360031b1b821691505b50919050565b60805160a05160c051612bac61034d5f395f8181610bb90152611c8101525f81816104e70152818161079701528181610b4b01528181610e010152818161128d015261189d01525f81816103bc015281816105a601528181610bf701526114c90152612bac5ff3fe608060405234801561000f575f5ffd5b5060043610610213575f3560e01c80638b8aac3c1161011f578063debe1eab116100a9578063f3b4a00011610079578063f3b4a0001461052f578063f698da2514610539578063fabc1cbc14610541578063fd98042314610554578063fe243a1714610567575f5ffd5b8063debe1eab146104cf578063df5cf723146104e2578063e7a050aa14610509578063f2fde38b1461051c575f5ffd5b80639ac01d61116100ef5780639ac01d6114610463578063b5d8b5b814610476578063c665670214610489578063cbc2bd621461049c578063de44acb6146104af575f5ffd5b80638b8aac3c146103f65780638da5cb5b1461041e57806394f649dd1461042f578063967fc0d214610450575f5ffd5b8063595c6a67116101a0578063663c1de411610170578063663c1de41461035b578063715018a61461037d578063724af423146103855780637ecebe0014610398578063886f1195146103b7575f5ffd5b8063595c6a67146103055780635ac86ab71461030d5780635c975abb146103405780635de08ff214610348575f5ffd5b806336a8c500116101e657806336a8c5001461027857806348825e941461028e5780634b6d5d6e146102b557806350ff7225146102c857806354fd4d50146102f0575f5ffd5b8063136439dd146102175780631794bb3c1461022c5780632eae418c1461023f57806332e89ace14610252575b5f5ffd5b61022a6102253660046125e1565b610591565b005b61022a61023a36600461260c565b610666565b61022a61024d36600461264a565b61078c565b6102656102603660046126ac565b610844565b6040519081526020015b60405180910390f35b6102806108e8565b60405161026f9291906127e1565b6102657f4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea922481565b61022a6102c3366004612837565b610a05565b6102db6102d636600461260c565b610b3e565b6040805192835260208301919091520161026f565b6102f8610bb2565b60405161026f9190612880565b61022a610be2565b61033061031b366004612892565b609854600160ff9092169190911b9081161490565b604051901515815260200161026f565b609854610265565b61022a6103563660046128b2565b610c91565b610330610369366004612837565b60d16020525f908152604090205460ff1681565b61022a610de4565b61026561039336600461260c565b610df5565b6102656103a6366004612837565b60ca6020525f908152604090205481565b6103de7f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b03909116815260200161026f565b610265610404366004612837565b6001600160a01b03165f90815260ce602052604090205490565b6033546001600160a01b03166103de565b61044261043d366004612837565b610e68565b60405161026f92919061295c565b60cb546103de906001600160a01b031681565b610265610471366004612989565b610fe0565b61022a6104843660046128b2565b611071565b61022a610497366004612837565b6111b8565b6103de6104aa3660046129ea565b6111db565b6104c26104bd366004612837565b61120f565b60405161026f9190612a14565b61022a6104dd3660046129ea565b611282565b6103de7f000000000000000000000000000000000000000000000000000000000000000081565b61026561051736600461260c565b611346565b61022a61052a366004612837565b611398565b6103de620e16e481565b61026561140e565b61022a61054f3660046125e1565b6114c7565b610265610562366004612837565b6115dd565b610265610575366004612a26565b60cd60209081525f928352604080842090915290825290205481565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa1580156105f3573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106179190612a5d565b61063457604051631d77d47760e21b815260040160405180910390fd5b60985481811681146106595760405163c61dca5d60e01b815260040160405180910390fd5b610662826115f2565b5050565b5f54610100900460ff161580801561068457505f54600160ff909116105b8061069d5750303b15801561069d57505f5460ff166001145b6107055760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015610726575f805461ff0019166101001790555b61072f826115f2565b6107388461162f565b61074183611680565b8015610786575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146107d55760405163f739589b60e01b815260040160405180910390fd5b6107dd6116e9565b604051636ce5768960e11b81526001600160a01b0384169063d9caed129061080d90879086908690600401612a7c565b5f604051808303815f87803b158015610824575f5ffd5b505af1158015610836573d5f5f3e3d5ffd5b505050506107866001606555565b6098545f90819060019081160361086e5760405163840a48d560e01b815260040160405180910390fd5b6108766116e9565b6001600160a01b0385165f90815260ca60205260409020546108a7866108a0818c8c8c878c610fe0565b8688611742565b6001600160a01b0386165f90815260ca602052604090206001820190556108d0868a8a8a611794565b9250506108dd6001606555565b509695505050505050565b6060805f6108f660d4611901565b90505f8167ffffffffffffffff81111561091257610912612698565b60405190808252806020026020018201604052801561093b578160200160208202803683370190505b5090505f8267ffffffffffffffff81111561095857610958612698565b604051908082528060200260200182016040528015610981578160200160208202803683370190505b5090505f5b838110156109fa575f5f61099b60d484611911565b91509150818584815181106109b2576109b2612aa0565b60200260200101906001600160a01b031690816001600160a01b031681525050808484815181106109e5576109e5612aa0565b60209081029190910101525050600101610986565b509094909350915050565b610a0d6116e9565b5f610a1960d48361192e565b915050610a2760d483611945565b50604080516001600160a01b0384168152602081018390527fd9d082c3ec4f3a3ffa55c324939a06407f5fbcb87d5e0ce3b9508c92c84ed839910160405180910390a18015610b3057816001600160a01b031663d9caed12620e16e4846001600160a01b0316632495a5996040518163ffffffff1660e01b8152600401602060405180830381865afa158015610abf573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ae39190612ab4565b846040518463ffffffff1660e01b8152600401610b0293929190612a7c565b5f604051808303815f87803b158015610b19575f5ffd5b505af1158015610b2b573d5f5f3e3d5ffd5b505050505b50610b3b6001606555565b50565b5f80336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610b895760405163f739589b60e01b815260040160405180910390fd5b610b916116e9565b610b9c858585611959565b91509150610baa6001606555565b935093915050565b6060610bdd7f0000000000000000000000000000000000000000000000000000000000000000611ac1565b905090565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610c44573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c689190612a5d565b610c8557604051631d77d47760e21b815260040160405180910390fd5b610c8f5f196115f2565b565b60cb546001600160a01b03163314610cbc576040516320ba3ff960e21b815260040160405180910390fd5b610cc46116e9565b805f5b81811015610dd85760d15f858584818110610ce457610ce4612aa0565b9050602002016020810190610cf99190612837565b6001600160a01b0316815260208101919091526040015f205460ff16610dd057600160d15f868685818110610d3057610d30612aa0565b9050602002016020810190610d459190612837565b6001600160a01b0316815260208101919091526040015f20805460ff19169115159190911790557f0c35b17d91c96eb2751cd456e1252f42a386e524ef9ff26ecc9950859fdc04fe848483818110610d9f57610d9f612aa0565b9050602002016020810190610db49190612837565b6040516001600160a01b03909116815260200160405180910390a15b600101610cc7565b50506106626001606555565b610dec611afe565b610c8f5f61162f565b5f336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610e3f5760405163f739589b60e01b815260040160405180910390fd5b610e476116e9565b5f610e53858585611b58565b92505050610e616001606555565b9392505050565b6001600160a01b0381165f90815260ce60205260408120546060918291908167ffffffffffffffff811115610e9f57610e9f612698565b604051908082528060200260200182016040528015610ec8578160200160208202803683370190505b5090505f5b82811015610f56576001600160a01b0386165f90815260cd6020908152604080832060ce9092528220805491929184908110610f0b57610f0b612aa0565b5f9182526020808320909101546001600160a01b031683528201929092526040019020548251839083908110610f4357610f43612aa0565b6020908102919091010152600101610ecd565b5060ce5f866001600160a01b03166001600160a01b031681526020019081526020015f208181805480602002602001604051908101604052809291908181526020018280548015610fce57602002820191905f5260205f20905b81546001600160a01b03168152600190910190602001808311610fb0575b50505050509150935093505050915091565b604080517f4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea922460208201526001600160a01b03808916928201929092528187166060820152908516608082015260a0810184905260c0810183905260e081018290525f90611066906101000160405160208183030381529060405280519060200120611c1e565b979650505050505050565b60cb546001600160a01b0316331461109c576040516320ba3ff960e21b815260040160405180910390fd5b6110a46116e9565b805f5b81811015610dd85760d15f8585848181106110c4576110c4612aa0565b90506020020160208101906110d99190612837565b6001600160a01b0316815260208101919091526040015f205460ff16156111b0575f60d15f86868581811061111057611110612aa0565b90506020020160208101906111259190612837565b6001600160a01b0316815260208101919091526040015f20805460ff19169115159190911790557f4074413b4b443e4e58019f2855a8765113358c7c72e39509c6af45fc0f5ba03084848381811061117f5761117f612aa0565b90506020020160208101906111949190612837565b6040516001600160a01b03909116815260200160405180910390a15b6001016110a7565b6111c0611afe565b6111c86116e9565b6111d181611680565b610b3b6001606555565b60ce602052815f5260405f2081815481106111f4575f80fd5b5f918252602090912001546001600160a01b03169150829050565b6001600160a01b0381165f90815260ce602090815260409182902080548351818402810184019094528084526060939283018282801561127657602002820191905f5260205f20905b81546001600160a01b03168152600190910190602001808311611258575b50505050509050919050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146112cb5760405163f739589b60e01b815260040160405180910390fd5b6112d36116e9565b5f6112df60d48461192e565b91506112f8905060d4846112f38585612ae3565b611c64565b50604080516001600160a01b0385168152602081018490527fca3e02a4ab7ad3c47a8e36e5a624c30170791726ab720f1babfef21046d953ff910160405180910390a1506106626001606555565b6098545f9081906001908116036113705760405163840a48d560e01b815260040160405180910390fd5b6113786116e9565b61138433868686611794565b91506113906001606555565b509392505050565b6113a0611afe565b6001600160a01b0381166114055760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016106fc565b610b3b8161162f565b60408051808201909152600a81526922b4b3b2b72630bcb2b960b11b6020909101525f7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f7f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea61147b611c79565b805160209182012060408051928301949094529281019190915260608101919091524660808201523060a082015260c00160405160208183030381529060405280519060200120905090565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611523573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115479190612ab4565b6001600160a01b0316336001600160a01b0316146115785760405163794821ff60e01b815260040160405180910390fd5b6098548019821981161461159f5760405163c61dca5d60e01b815260040160405180910390fd5b609882905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b5f5f6115ea60d48461192e565b949350505050565b609881905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b60cb54604080516001600160a01b03928316815291831660208301527f4264275e593955ff9d6146a51a4525f6ddace2e81db9391abcc9d1ca48047d29910160405180910390a160cb80546001600160a01b0319166001600160a01b0392909216919091179055565b60026065540361173b5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0060448201526064016106fc565b6002606555565b4281101561176357604051630819bdcd60e01b815260040160405180910390fd5b6117776001600160a01b0385168484611d15565b61078657604051638baa579f60e01b815260040160405180910390fd5b6001600160a01b0383165f90815260d16020526040812054849060ff166117ce57604051632efd965160e11b815260040160405180910390fd5b6117e36001600160a01b038516338786611d73565b6040516311f9fbc960e21b81526001600160a01b038581166004830152602482018590528616906347e7ef24906044016020604051808303815f875af115801561182f573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118539190612af6565b91505f5f611862888886611959565b604051631e328e7960e11b81526001600160a01b038b811660048301528a8116602483015260448201849052606482018390529294509092507f000000000000000000000000000000000000000000000000000000000000000090911690633c651cf2906084015f604051808303815f87803b1580156118e0575f5ffd5b505af11580156118f2573d5f5f3e3d5ffd5b50505050505050949350505050565b5f61190b82611dcb565b92915050565b5f80808061191f8686611dd5565b909450925050505b9250929050565b5f80808061191f866001600160a01b038716611dfe565b5f610e61836001600160a01b038416611e36565b5f806001600160a01b038516611982576040516316f2ccc960e01b815260040160405180910390fd5b825f036119a2576040516342061b2560e11b815260040160405180910390fd5b6001600160a01b038086165f90815260cd6020908152604080832093881683529290529081205490819003611a48576001600160a01b0386165f90815260ce602090815260409091205410611a0a576040516301a1443960e31b815260040160405180910390fd5b6001600160a01b038681165f90815260ce602090815260408220805460018101825590835291200180546001600160a01b0319169187169190911790555b611a528482612ae3565b6001600160a01b038088165f90815260cd60209081526040808320938a16835292905281902091909155517f5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f6290611aae90889088908890612a7c565b60405180910390a1959294509192505050565b60605f611acd83611e52565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6033546001600160a01b03163314610c8f5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016106fc565b5f5f825f03611b7a576040516342061b2560e11b815260040160405180910390fd5b6001600160a01b038086165f90815260cd602090815260408083209388168352929052205480841115611bc057604051634b18b19360e01b815260040160405180910390fd5b611bca8482612b0d565b6001600160a01b038088165f90815260cd60209081526040808320938a168352929052908120829055909150819003611c1257611c078686611e79565b600192509050610baa565b5f969095509350505050565b5f611c2761140e565b60405161190160f01b6020820152602281019190915260428101839052606201604051602081830303815290604052805190602001209050919050565b5f6115ea846001600160a01b03851684611ff7565b60605f611ca57f0000000000000000000000000000000000000000000000000000000000000000611ac1565b9050805f81518110611cb957611cb9612aa0565b602001015160f81c60f81b81600181518110611cd757611cd7612aa0565b016020908101516040516001600160f81b03199384169281019290925291909116602182015260220160405160208183030381529060405291505090565b5f5f5f611d228585612013565b90925090505f816004811115611d3a57611d3a612b20565b148015611d585750856001600160a01b0316826001600160a01b0316145b80611d695750611d69868686612052565b9695505050505050565b610786846323b872dd60e01b858585604051602401611d9493929190612a7c565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152612139565b5f61190b82612211565b5f8080611de2858561221a565b5f81815260029690960160205260409095205494959350505050565b5f818152600283016020526040812054819080611e2b57611e1f8585612225565b92505f91506119279050565b600192509050611927565b5f8181526002830160205260408120819055610e618383612230565b5f60ff8216601f81111561190b57604051632cd44ac360e21b815260040160405180910390fd5b6001600160a01b0382165f90815260ce6020526040812054905b81811015611f8b576001600160a01b038481165f90815260ce6020526040902080549185169183908110611ec957611ec9612aa0565b5f918252602090912001546001600160a01b031603611f83576001600160a01b0384165f90815260ce602052604090208054611f0790600190612b0d565b81548110611f1757611f17612aa0565b5f9182526020808320909101546001600160a01b03878116845260ce9092526040909220805491909216919083908110611f5357611f53612aa0565b905f5260205f20015f6101000a8154816001600160a01b0302191690836001600160a01b03160217905550611f8b565b600101611e93565b818103611fab57604051632df15a4160e11b815260040160405180910390fd5b6001600160a01b0384165f90815260ce60205260409020805480611fd157611fd1612b34565b5f8281526020902081015f1990810180546001600160a01b031916905501905550505050565b5f82815260028401602052604081208290556115ea848461223b565b5f5f8251604103612047576020830151604084015160608501515f1a61203b87828585612246565b94509450505050611927565b505f90506002611927565b5f5f5f856001600160a01b0316631626ba7e60e01b868660405160240161207a929190612b48565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b03199094169390931790925290516120b89190612b60565b5f60405180830381855afa9150503d805f81146120f0576040519150601f19603f3d011682016040523d82523d5f602084013e6120f5565b606091505b509150915081801561210957506020815110155b8015611d6957508051630b135d3f60e11b9061212e9083016020908101908401612af6565b149695505050505050565b5f61218d826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166123039092919063ffffffff16565b905080515f14806121ad5750808060200190518101906121ad9190612a5d565b61220c5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b60648201526084016106fc565b505050565b5f61190b825490565b5f610e618383612311565b5f610e618383612337565b5f610e61838361234e565b5f610e618383612431565b5f807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083111561227b57505f905060036122fa565b604080515f8082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa1580156122cc573d5f5f3e3d5ffd5b5050604051601f1901519150506001600160a01b0381166122f4575f600192509250506122fa565b91505f90505b94509492505050565b60606115ea84845f8561247d565b5f825f01828154811061232657612326612aa0565b905f5260205f200154905092915050565b5f8181526001830160205260408120541515610e61565b5f8181526001830160205260408120548015612428575f612370600183612b0d565b85549091505f9061238390600190612b0d565b90508181146123e2575f865f0182815481106123a1576123a1612aa0565b905f5260205f200154905080875f0184815481106123c1576123c1612aa0565b5f918252602080832090910192909255918252600188019052604090208390555b85548690806123f3576123f3612b34565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f90556001935050505061190b565b5f91505061190b565b5f81815260018301602052604081205461247657508154600181810184555f84815260208082209093018490558454848252828601909352604090209190915561190b565b505f61190b565b6060824710156124de5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b60648201526084016106fc565b5f5f866001600160a01b031685876040516124f99190612b60565b5f6040518083038185875af1925050503d805f8114612533576040519150601f19603f3d011682016040523d82523d5f602084013e612538565b606091505b509150915061106687838387606083156125b25782515f036125ab576001600160a01b0385163b6125ab5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016106fc565b50816115ea565b6115ea83838151156125c75781518083602001fd5b8060405162461bcd60e51b81526004016106fc9190612880565b5f602082840312156125f1575f5ffd5b5035919050565b6001600160a01b0381168114610b3b575f5ffd5b5f5f5f6060848603121561261e575f5ffd5b8335612629816125f8565b92506020840135612639816125f8565b929592945050506040919091013590565b5f5f5f5f6080858703121561265d575f5ffd5b8435612668816125f8565b93506020850135612678816125f8565b92506040850135612688816125f8565b9396929550929360600135925050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f5f5f5f60c087890312156126c1575f5ffd5b86356126cc816125f8565b955060208701356126dc816125f8565b94506040870135935060608701356126f3816125f8565b92506080870135915060a087013567ffffffffffffffff811115612715575f5ffd5b8701601f81018913612725575f5ffd5b803567ffffffffffffffff81111561273f5761273f612698565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561276e5761276e612698565b6040528181528282016020018b1015612785575f5ffd5b816020840160208301375f602083830101528093505050509295509295509295565b5f8151808452602084019350602083015f5b828110156127d75781518652602095860195909101906001016127b9565b5093949350505050565b604080825283519082018190525f9060208501906060840190835b818110156128235783516001600160a01b03168352602093840193909201916001016127fc565b50508381036020850152611d6981866127a7565b5f60208284031215612847575f5ffd5b8135610e61816125f8565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f610e616020830184612852565b5f602082840312156128a2575f5ffd5b813560ff81168114610e61575f5ffd5b5f5f602083850312156128c3575f5ffd5b823567ffffffffffffffff8111156128d9575f5ffd5b8301601f810185136128e9575f5ffd5b803567ffffffffffffffff8111156128ff575f5ffd5b8560208260051b8401011115612913575f5ffd5b6020919091019590945092505050565b5f8151808452602084019350602083015f5b828110156127d75781516001600160a01b0316865260209586019590910190600101612935565b604081525f61296e6040830185612923565b828103602084015261298081856127a7565b95945050505050565b5f5f5f5f5f5f60c0878903121561299e575f5ffd5b86356129a9816125f8565b955060208701356129b9816125f8565b945060408701356129c9816125f8565b959894975094956060810135955060808101359460a0909101359350915050565b5f5f604083850312156129fb575f5ffd5b8235612a06816125f8565b946020939093013593505050565b602081525f610e616020830184612923565b5f5f60408385031215612a37575f5ffd5b8235612a42816125f8565b91506020830135612a52816125f8565b809150509250929050565b5f60208284031215612a6d575f5ffd5b81518015158114610e61575f5ffd5b6001600160a01b039384168152919092166020820152604081019190915260600190565b634e487b7160e01b5f52603260045260245ffd5b5f60208284031215612ac4575f5ffd5b8151610e61816125f8565b634e487b7160e01b5f52601160045260245ffd5b8082018082111561190b5761190b612acf565b5f60208284031215612b06575f5ffd5b5051919050565b8181038181111561190b5761190b612acf565b634e487b7160e01b5f52602160045260245ffd5b634e487b7160e01b5f52603160045260245ffd5b828152604060208201525f6115ea6040830184612852565b5f82518060208501845e5f92019182525091905056fea26469706673582212206bef2139b3e85b0a1c52eb23c765cce2122fab72f8cc25c7a7b23162e084f97e64736f6c634300081b0033000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c90000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e00000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000000676302e302e300000000000000000000000000000000000000000000000000000","r":"0xc761cd726f4673da9847fc741df01460b796ebe1987df89d7442de1caa6e6642","s":"0x6c9d817ae1ca86533d1077691f89b3a525b1f8eed43e1dbc7baeef81e9c8afa6","yParity":"0x0","v":"0x0","hash":"0x0851bce9056322607a36c8d68db8469cedf0128a83885a3b99340b9358e42939"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc95e9272a307a29f0ed39048a7710645f9ac9678eda409164d564d1ed6846121","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x88ef106448224c3ac9d9a4e1d2623679dd73946c5bfbc7f59370a3fa0cba54c0","transactionsRoot":"0x24ea18d6660480df80e2ff1e55da2721ef679666a86058a1bc18239afaa201c8","receiptsRoot":"0xca31123c3a459770050689eefe612e0c15799f65b5a2c00357edfb49cb3e82e7","logsBloom":"0x00000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000008080000000000000000000000000000000000000200000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000010000000000010000000000000000000000000000000000","difficulty":"0x0","number":"0xc","gasLimit":"0x1c9c380","gasUsed":"0x38b043","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x100a4ca1","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xf","gas":"0x19dba2","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x60e060405234801561000f575f5ffd5b5060405161192338038061192383398101604081905261002e916101b3565b808084846001600160a01b038116610059576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b039081166080521660a0526100748161008a565b60c0525061008290506100d0565b5050506102e4565b5f5f829050601f815111156100bd578260405163305a27a960e01b81526004016100b49190610289565b60405180910390fd5b80516100c8826102be565b179392505050565b5f54610100900460ff16156101375760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b60648201526084016100b4565b5f5460ff90811614610186575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b038116811461019c575f5ffd5b50565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156101c5575f5ffd5b83516101d081610188565b60208501519093506101e181610188565b60408501519092506001600160401b038111156101fc575f5ffd5b8401601f8101861361020c575f5ffd5b80516001600160401b038111156102255761022561019f565b604051601f8201601f19908116603f011681016001600160401b03811182821017156102535761025361019f565b60405281815282820160200188101561026a575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b805160208083015191908110156102de575f198160200360031b1b821691505b50919050565b60805160a05160c0516115f26103315f395f81816104bf0152610e9a01525f8181610360015261068d01525f818161023c015281816103f8015281816104fd0152610bc201526115f25ff3fe608060405234801561000f575f5ffd5b5060043610610148575f3560e01c8063a1060c88116100bf578063dce974b911610079578063dce974b914610334578063df5cf7231461035b578063ec76f44214610382578063f2fde38b146103b5578063f698da25146103c8578063fabc1cbc146103d0575f5ffd5b8063a1060c881461029a578063a364f4da146102ad578063a98fb355146102c0578063c825fe68146102d3578063cd6dc687146102fa578063d79aceab1461030d575f5ffd5b80635ac86ab7116101105780635ac86ab7146101fa5780635c975abb1461021d578063715018a61461022f578063886f1195146102375780638da5cb5b146102765780639926ee7d14610287575f5ffd5b8063136439dd1461014c578063374823b51461016157806349075da3146101a357806354fd4d50146101dd578063595c6a67146101f2575b5f5ffd5b61015f61015a36600461119f565b6103e3565b005b61018e61016f3660046111ca565b609960209081525f928352604080842090915290825290205460ff1681565b60405190151581526020015b60405180910390f35b6101d06101b13660046111f4565b609860209081525f928352604080842090915290825290205460ff1681565b60405161019a919061123f565b6101e56104b8565b60405161019a9190611293565b61015f6104e8565b61018e6102083660046112ac565b606654600160ff9092169190911b9081161490565b6066545b60405190815260200161019a565b61015f610597565b61025e7f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b03909116815260200161019a565b6033546001600160a01b031661025e565b61015f61029536600461133a565b6105a8565b6102216102a8366004611427565b6107c7565b61015f6102bb36600461146a565b610846565b61015f6102ce366004611485565b61092b565b6102217f809c5ac049c45b7a7f050a20f00c16cf63797efbf8b1eb8d749fdfa39ff8f92981565b61015f6103083660046111ca565b610972565b6102217fda2c89bafdd34776a2b8bb9c83c82f419e20cc8c67207f70edd58249b92661bd81565b6102217f4ee65f64218c67b68da66fd0db16560040a6b973290b9e71912d661ee53fe49581565b61025e7f000000000000000000000000000000000000000000000000000000000000000081565b61015f61039036600461119f565b335f90815260996020908152604080832093835292905220805460ff19166001179055565b61015f6103c336600461146a565b610a8e565b610221610b07565b61015f6103de36600461119f565b610bc0565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610445573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061046991906114f3565b61048657604051631d77d47760e21b815260040160405180910390fd5b60665481811681146104ab5760405163c61dca5d60e01b815260040160405180910390fd5b6104b482610ccf565b5050565b60606104e37f0000000000000000000000000000000000000000000000000000000000000000610d0c565b905090565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa15801561054a573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061056e91906114f3565b61058b57604051631d77d47760e21b815260040160405180910390fd5b6105955f19610ccf565b565b61059f610d49565b6105955f610da3565b6066545f906001908116036105d05760405163840a48d560e01b815260040160405180910390fd5b6001335f9081526098602090815260408083206001600160a01b038816845290915290205460ff1660018111156106095761060961122b565b0361062757604051631aa528bb60e11b815260040160405180910390fd5b6001600160a01b0383165f90815260996020908152604080832085830151845290915290205460ff161561066e57604051630d4c4c9160e21b815260040160405180910390fd5b6040516336b87bd760e11b81526001600160a01b0384811660048301527f00000000000000000000000000000000000000000000000000000000000000001690636d70f7ae90602401602060405180830381865afa1580156106d2573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106f691906114f3565b61071357604051639f88c8af60e01b815260040160405180910390fd5b6107378361072b8533866020015187604001516107c7565b84516040860151610df4565b6001600160a01b0383165f81815260996020908152604080832086830151845282528083208054600160ff19918216811790925533808652609885528386208787529094529382902080549094168117909355519092917ff0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b41916107ba919061123f565b60405180910390a3505050565b604080517fda2c89bafdd34776a2b8bb9c83c82f419e20cc8c67207f70edd58249b92661bd60208201526001600160a01b038087169282019290925290841660608201526080810183905260a081018290525f9061083d9060c00160405160208183030381529060405280519060200120610e4c565b95945050505050565b6066545f9060019081160361086e5760405163840a48d560e01b815260040160405180910390fd5b6001335f9081526098602090815260408083206001600160a01b038716845290915290205460ff1660018111156108a7576108a761122b565b146108c5576040516352df45c960e01b815260040160405180910390fd5b335f8181526098602090815260408083206001600160a01b0387168085529252808320805460ff191690555190917ff0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b419161091f919061123f565b60405180910390a35050565b336001600160a01b03167fa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c9437138383604051610966929190611512565b60405180910390a25050565b5f54610100900460ff161580801561099057505f54600160ff909116105b806109a95750303b1580156109a957505f5460ff166001145b610a115760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015610a32575f805461ff0019166101001790555b610a3b82610ccf565b610a4483610da3565b8015610a89575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050565b610a96610d49565b6001600160a01b038116610afb5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610a08565b610b0481610da3565b50565b60408051808201909152600a81526922b4b3b2b72630bcb2b960b11b6020909101525f7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f7f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea610b74610e92565b805160209182012060408051928301949094529281019190915260608101919091524660808201523060a082015260c00160405160208183030381529060405280519060200120905090565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c1c573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c409190611540565b6001600160a01b0316336001600160a01b031614610c715760405163794821ff60e01b815260040160405180910390fd5b60665480198219811614610c985760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c90602001610966565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b60605f610d1883610f2e565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6033546001600160a01b031633146105955760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610a08565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b42811015610e1557604051630819bdcd60e01b815260040160405180910390fd5b610e296001600160a01b0385168484610f5b565b610e4657604051638baa579f60e01b815260040160405180910390fd5b50505050565b5f610e55610b07565b60405161190160f01b6020820152602281019190915260428101839052606201604051602081830303815290604052805190602001209050919050565b60605f610ebe7f0000000000000000000000000000000000000000000000000000000000000000610d0c565b9050805f81518110610ed257610ed261155b565b602001015160f81c60f81b81600181518110610ef057610ef061155b565b016020908101516040516001600160f81b03199384169281019290925291909116602182015260220160405160208183030381529060405291505090565b5f60ff8216601f811115610f5557604051632cd44ac360e21b815260040160405180910390fd5b92915050565b5f5f5f610f688585610fb9565b90925090505f816004811115610f8057610f8061122b565b148015610f9e5750856001600160a01b0316826001600160a01b0316145b80610faf5750610faf868686610ffb565b9695505050505050565b5f5f8251604103610fed576020830151604084015160608501515f1a610fe1878285856110e2565b94509450505050610ff4565b505f905060025b9250929050565b5f5f5f856001600160a01b0316631626ba7e60e01b868660405160240161102392919061156f565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b0319909416939093179092529051611061919061158f565b5f60405180830381855afa9150503d805f8114611099576040519150601f19603f3d011682016040523d82523d5f602084013e61109e565b606091505b50915091508180156110b257506020815110155b8015610faf57508051630b135d3f60e11b906110d790830160209081019084016115a5565b149695505050505050565b5f807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083111561111757505f90506003611196565b604080515f8082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015611168573d5f5f3e3d5ffd5b5050604051601f1901519150506001600160a01b038116611190575f60019250925050611196565b91505f90505b94509492505050565b5f602082840312156111af575f5ffd5b5035919050565b6001600160a01b0381168114610b04575f5ffd5b5f5f604083850312156111db575f5ffd5b82356111e6816111b6565b946020939093013593505050565b5f5f60408385031215611205575f5ffd5b8235611210816111b6565b91506020830135611220816111b6565b809150509250929050565b634e487b7160e01b5f52602160045260245ffd5b602081016002831061125f57634e487b7160e01b5f52602160045260245ffd5b91905290565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6112a56020830184611265565b9392505050565b5f602082840312156112bc575f5ffd5b813560ff811681146112a5575f5ffd5b634e487b7160e01b5f52604160045260245ffd5b6040516060810167ffffffffffffffff81118282101715611303576113036112cc565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715611332576113326112cc565b604052919050565b5f5f6040838503121561134b575f5ffd5b8235611356816111b6565b9150602083013567ffffffffffffffff811115611371575f5ffd5b830160608186031215611382575f5ffd5b61138a6112e0565b813567ffffffffffffffff8111156113a0575f5ffd5b8201601f810187136113b0575f5ffd5b803567ffffffffffffffff8111156113ca576113ca6112cc565b6113dd601f8201601f1916602001611309565b8181528860208385010111156113f1575f5ffd5b816020840160208301375f6020928201830152835283810135908301525060409182013591810191909152919491935090915050565b5f5f5f5f6080858703121561143a575f5ffd5b8435611445816111b6565b93506020850135611455816111b6565b93969395505050506040820135916060013590565b5f6020828403121561147a575f5ffd5b81356112a5816111b6565b5f5f60208385031215611496575f5ffd5b823567ffffffffffffffff8111156114ac575f5ffd5b8301601f810185136114bc575f5ffd5b803567ffffffffffffffff8111156114d2575f5ffd5b8560208284010111156114e3575f5ffd5b6020919091019590945092505050565b5f60208284031215611503575f5ffd5b815180151581146112a5575f5ffd5b60208152816020820152818360408301375f818301604090810191909152601f909201601f19160101919050565b5f60208284031215611550575f5ffd5b81516112a5816111b6565b634e487b7160e01b5f52603260045260245ffd5b828152604060208201525f6115876040830184611265565b949350505050565b5f82518060208501845e5f920191825250919050565b5f602082840312156115b5575f5ffd5b505191905056fea2646970667358221220e0e0523d6fb8eb8aa79da912134baca493d9102de9a054d64ab128b842f8a16b64736f6c634300081b0033000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c90000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e00000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000000676302e302e300000000000000000000000000000000000000000000000000000","r":"0x20af3d82ee306233ccba94d7b8616dd57c0c7c9b707d47d8466959f1c5b04bce","s":"0x6b93f1d772415b084c98f98288075427eec14c2d311cacae10937be9ccffc8e7","yParity":"0x1","v":"0x1","hash":"0xa6311db1243145787f5207e22b3ce5e733652d5fd8fd40f92fc5c9caedbbdcbf"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x10","gas":"0x2fd64e","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x610120604052348015610010575f5ffd5b50604051612da0380380612da083398101604081905261002f916101c2565b80858585856001600160a01b03811661005b576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b0390811660805292831660a05290821660c0521660e05261008281610099565b610100525061008f6100df565b505050505061031a565b5f5f829050601f815111156100cc578260405163305a27a960e01b81526004016100c391906102bf565b60405180910390fd5b80516100d7826102f4565b179392505050565b5f54610100900460ff16156101465760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b60648201526084016100c3565b5f5460ff90811614610195575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b03811681146101ab575f5ffd5b50565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f5f5f60a086880312156101d6575f5ffd5b85516101e181610197565b60208701519095506101f281610197565b604087015190945061020381610197565b606087015190935061021481610197565b60808701519092506001600160401b0381111561022f575f5ffd5b8601601f8101881361023f575f5ffd5b80516001600160401b03811115610258576102586101ae565b604051601f8201601f19908116603f011681016001600160401b0381118282101715610286576102866101ae565b6040528181528282016020018a101561029d575f5ffd5b8160208401602083015e5f602083830101528093505050509295509295909350565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b80516020808301519190811015610314575f198160200360031b1b821691505b50919050565b60805160a05160c05160e051610100516129fc6103a45f395f610a0e01525f818161055c015281816107090152818161096401528181610b0301528181610ebd01528181610f72015261120601525f81816101fb01528181611008015261182101525f61036301525f81816103aa0152818161063e01528181610a4c015261131a01526129fc5ff3fe6080604052600436106101c5575f3560e01c80639b4e4634116100f2578063d48e889411610092578063f5d4fed311610062578063f5d4fed31461059d578063f6848d24146105b2578063fabc1cbc146105eb578063fe243a171461060a575f5ffd5b8063d48e889414610501578063debe1eab1461052c578063ea4d3c9b1461054b578063f2fde38b1461057e575f5ffd5b8063a38406a3116100cd578063a38406a314610476578063a3d75e0914610495578063a6a509be146104cd578063cd6dc687146104e2575f5ffd5b80639b4e4634146104105780639ba0627514610423578063a1ca780b14610457575f5ffd5b80635c975abb1161016857806384d810621161013857806384d8106214610385578063886f1195146103995780638da5cb5b146103cc5780639104c319146103e9575f5ffd5b80635c975abb14610301578063715018a61461031f578063724af4231461033357806374cdd79814610352575f5ffd5b806350ff7225116101a357806350ff72251461025957806354fd4d501461028d578063595c6a67146102ae5780635ac86ab7146102c2575f5ffd5b8063136439dd146101c9578063292b7b2b146101ea5780632eae418c1461023a575b5f5ffd5b3480156101d4575f5ffd5b506101e86101e3366004611c73565b610629565b005b3480156101f5575f5ffd5b5061021d7f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b0390911681526020015b60405180910390f35b348015610245575f5ffd5b506101e8610254366004611c9e565b6106fe565b348015610264575f5ffd5b50610278610273366004611cec565b610957565b60408051928352602083019190915201610231565b348015610298575f5ffd5b506102a1610a07565b6040516102319190611d2a565b3480156102b9575f5ffd5b506101e8610a37565b3480156102cd575f5ffd5b506102f16102dc366004611d5f565b606654600160ff9092169190911b9081161490565b6040519015158152602001610231565b34801561030c575f5ffd5b506066545b604051908152602001610231565b34801561032a575f5ffd5b506101e8610ae6565b34801561033e575f5ffd5b5061031161034d366004611cec565b610af7565b34801561035d575f5ffd5b5061021d7f000000000000000000000000000000000000000000000000000000000000000081565b348015610390575f5ffd5b5061021d610c3c565b3480156103a4575f5ffd5b5061021d7f000000000000000000000000000000000000000000000000000000000000000081565b3480156103d7575f5ffd5b506033546001600160a01b031661021d565b3480156103f4575f5ffd5b5061021d73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b6101e861041e366004611dbd565b610cbe565b34801561042e575f5ffd5b5061021d61043d366004611e30565b60986020525f90815260409020546001600160a01b031681565b348015610462575f5ffd5b506101e8610471366004611e4b565b610d8d565b348015610481575f5ffd5b5061021d610490366004611e30565b610fae565b3480156104a0575f5ffd5b506104b46104af366004611e30565b61107f565b60405167ffffffffffffffff9091168152602001610231565b3480156104d8575f5ffd5b5061031160995481565b3480156104ed575f5ffd5b506101e86104fc366004611e7d565b6110df565b34801561050c575f5ffd5b5061031161051b366004611e30565b609b6020525f908152604090205481565b348015610537575f5ffd5b506101e8610546366004611e7d565b6111fb565b348015610556575f5ffd5b5061021d7f000000000000000000000000000000000000000000000000000000000000000081565b348015610589575f5ffd5b506101e8610598366004611e30565b61129f565b3480156105a8575f5ffd5b50610311609e5481565b3480156105bd575f5ffd5b506102f16105cc366004611e30565b6001600160a01b039081165f9081526098602052604090205416151590565b3480156105f6575f5ffd5b506101e8610605366004611c73565b611318565b348015610615575f5ffd5b50610311610624366004611ea7565b61142e565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa15801561068b573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106af9190611ede565b6106cc57604051631d77d47760e21b815260040160405180910390fd5b60665481811681146106f15760405163c61dca5d60e01b815260040160405180910390fd5b6106fa826114ae565b5050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146107475760405163f739589b60e01b815260040160405180910390fd5b61074f6114eb565b6001600160a01b03831673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac01461078c57604051632711b74d60e11b815260040160405180910390fd5b6001600160a01b0384166107b3576040516339b190bb60e11b815260040160405180910390fd5b5f81136107d35760405163ef147de160e01b815260040160405180910390fd5b6001600160a01b0384165f908152609b60205260408120549082908212156108cd575f6107ff83611f11565b90505f8185111561081d5750806108168186611f2b565b9250610823565b505f9150835b5f61082e8286611f3e565b6001600160a01b038a165f818152609b60205260409081902083905551919250907f4e2b791dedccd9fb30141b088cabf5c14a8912b52f59375c95c010700b8c61939061087e9085815260200190565b60405180910390a2886001600160a01b03167fd4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe077098826040516108c191815260200190565b60405180910390a25050505b8015610945576001600160a01b038681165f81815260986020526040908190205490516362483a2160e11b81526004810192909252602482018490529091169063c4907442906044015b5f604051808303815f87803b15801561092e575f5ffd5b505af1158015610940573d5f5f3e3d5ffd5b505050505b5050610951600160c955565b50505050565b5f80336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146109a25760405163f739589b60e01b815260040160405180910390fd5b6109aa6114eb565b6001600160a01b03841673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0146109e757604051632711b74d60e11b815260040160405180910390fd5b6109f18584611544565b915091506109ff600160c955565b935093915050565b6060610a327f000000000000000000000000000000000000000000000000000000000000000061168b565b905090565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610a99573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610abd9190611ede565b610ada57604051631d77d47760e21b815260040160405180910390fd5b610ae45f196114ae565b565b610aee6116c8565b610ae45f611722565b5f336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610b415760405163f739589b60e01b815260040160405180910390fd5b610b496114eb565b6001600160a01b03831673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac014610b8657604051632711b74d60e11b815260040160405180910390fd5b5f610b9083611773565b6001600160a01b0386165f908152609b6020526040902054610bb29190611f65565b90505f811215610bd55760405163ef147de160e01b815260040160405180910390fd5b6001600160a01b0385165f818152609b602052604090819020839055517fd4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe07709890610c219084815260200190565b60405180910390a29050610c35600160c955565b9392505050565b6066545f908190600190811603610c665760405163840a48d560e01b815260040160405180910390fd5b610c6e6114eb565b335f908152609860205260409020546001600160a01b031615610ca45760405163031a852160e21b815260040160405180910390fd5b5f610cad6117dc565b925050610cba600160c955565b5090565b6066545f90600190811603610ce65760405163840a48d560e01b815260040160405180910390fd5b610cee6114eb565b335f908152609860205260409020546001600160a01b031680610d1657610d136117dc565b90505b6040516326d3918d60e21b81526001600160a01b03821690639b4e4634903490610d4c908b908b908b908b908b90600401611fb3565b5f604051808303818588803b158015610d63575f5ffd5b505af1158015610d75573d5f5f3e3d5ffd5b505050505050610d85600160c955565b505050505050565b6001600160a01b038084165f908152609860205260409020548491163314610dc8576040516312e16d7160e11b815260040160405180910390fd5b610dd06114eb565b6001600160a01b038416610df7576040516339b190bb60e11b815260040160405180910390fd5b610e05633b9aca0083612000565b15610e23576040516347d072bb60e11b815260040160405180910390fd5b6001600160a01b0384165f908152609b602052604081205490811215610e5c57604051634b692bcf60e01b815260040160405180910390fd5b5f831315610f1d575f5f610e708786611544565b604051631e328e7960e11b81526001600160a01b038a8116600483015273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0602483015260448201849052606482018390529294509092507f000000000000000000000000000000000000000000000000000000000000000090911690633c651cf2906084015f604051808303815f87803b158015610f00575f5ffd5b505af1158015610f12573d5f5f3e3d5ffd5b505050505050610fa3565b5f831215610fa3575f610f398686610f3487611f11565b611937565b60405163305068e760e11b81526001600160a01b0388811660048301526024820185905267ffffffffffffffff831660448301529192507f0000000000000000000000000000000000000000000000000000000000000000909116906360a0d1ce90606401610917565b50610951600160c955565b6001600160a01b038082165f908152609860205260408120549091168061107957611076836001600160a01b03165f1b60405180610940016040528061090e81526020016120b961090e9139604080516001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000166020820152808201919091525f606082015260800160408051601f198184030181529082905261105b9291602001612036565b60405160208183030381529060405280519060200120611a30565b90505b92915050565b6001600160a01b0381165f908152609d6020908152604080832081518083019092525460ff8116151580835261010090910467ffffffffffffffff1692820192909252906110d557670de0b6b3a7640000610c35565b6020015192915050565b5f54610100900460ff16158080156110fd57505f54600160ff909116105b806111165750303b15801561111657505f5460ff166001145b61117e5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff19166001179055801561119f575f805461ff0019166101001790555b6111a883611722565b6111b1826114ae565b80156111f6575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146112445760405163f739589b60e01b815260040160405180910390fd5b61124c6114eb565b80609e5f82825461125d9190612052565b90915550506040518181527f1ed04b7fd262c0d9e50fa02957f32a81a151f03baaa367faeedc7521b001c4a49060200160405180910390a16106fa600160c955565b6112a76116c8565b6001600160a01b03811661130c5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401611175565b61131581611722565b50565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611374573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113989190612065565b6001600160a01b0316336001600160a01b0316146113c95760405163794821ff60e01b815260040160405180910390fd5b606654801982198116146113f05760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b5f6001600160a01b03821673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac01461146c57604051632711b74d60e11b815260040160405180910390fd5b6001600160a01b0383165f908152609b6020526040812054126114a6576001600160a01b0383165f908152609b6020526040902054611076565b505f92915050565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b600260c9540361153d5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401611175565b600260c955565b5f806001600160a01b03841661156d576040516339b190bb60e11b815260040160405180910390fd5b5f83121561158e5760405163ef147de160e01b815260040160405180910390fd5b6001600160a01b0384165f908152609b602052604081205484916115b28383611f3e565b6001600160a01b0388165f818152609b60205260409081902083905551919250907f4e2b791dedccd9fb30141b088cabf5c14a8912b52f59375c95c010700b8c6193906116029086815260200190565b60405180910390a2866001600160a01b03167fd4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe0770988260405161164591815260200190565b60405180910390a25f8113611662575f5f94509450505050611684565b5f821215611677575f94509250611684915050565b5092508391506116849050565b9250929050565b60605f61169783611a3c565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6033546001600160a01b03163314610ae45760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401611175565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b5f6001600160ff1b03821115610cba5760405162461bcd60e51b815260206004820152602860248201527f53616665436173743a2076616c756520646f65736e27742066697420696e2061604482015267371034b73a191a9b60c11b6064820152608401611175565b5f60995f81546117eb90612080565b9091555060408051610940810190915261090e8082525f9161188891839133916120b96020830139604080516001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000166020820152808201919091525f606082015260800160408051601f19818403018152908290526118749291602001612036565b604051602081830303815290604052611a63565b60405163189acdbd60e31b81523360048201529091506001600160a01b0382169063c4d66de8906024015f604051808303815f87803b1580156118c9575f5ffd5b505af11580156118db573d5f5f3e3d5ffd5b5050335f8181526098602052604080822080546001600160a01b0319166001600160a01b038816908117909155905192945092507f21c99d0db02213c32fff5b05cf0a718ab5f858802b91498f80d82270289d856a91a3919050565b5f806119438385611f2b565b90505f61194f8661107f565b90505f61196767ffffffffffffffff83168488611b65565b90505f6119748284612098565b6040805180820182526001815267ffffffffffffffff85811660208084018281526001600160a01b038f165f818152609d845287902095518654925168ffffffffffffffffff1990931690151568ffffffffffffffff001916176101009286169290920291909117909455845193845291881691830191909152918101919091529091507fb160ab8589bf47dc04ea11b50d46678d21590cea2ed3e454e7bd3e41510f98cf9060600160405180910390a1979650505050505050565b5f611076838330611c4a565b5f60ff8216601f81111561107957604051632cd44ac360e21b815260040160405180910390fd5b5f83471015611ab45760405162461bcd60e51b815260206004820152601d60248201527f437265617465323a20696e73756666696369656e742062616c616e63650000006044820152606401611175565b81515f03611b045760405162461bcd60e51b815260206004820181905260248201527f437265617465323a2062797465636f6465206c656e677468206973207a65726f6044820152606401611175565b8282516020840186f590506001600160a01b038116610c355760405162461bcd60e51b815260206004820152601960248201527f437265617465323a204661696c6564206f6e206465706c6f79000000000000006044820152606401611175565b5f80805f19858709858702925082811083820303915050805f03611b9c57838281611b9257611b92611fec565b0492505050610c35565b808411611be35760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b6044820152606401611175565b5f8486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091025f889003889004909101858311909403939093029303949094049190911702949350505050565b5f604051836040820152846020820152828152600b8101905060ff815360559020949350505050565b5f60208284031215611c83575f5ffd5b5035919050565b6001600160a01b0381168114611315575f5ffd5b5f5f5f5f60808587031215611cb1575f5ffd5b8435611cbc81611c8a565b93506020850135611ccc81611c8a565b92506040850135611cdc81611c8a565b9396929550929360600135925050565b5f5f5f60608486031215611cfe575f5ffd5b8335611d0981611c8a565b92506020840135611d1981611c8a565b929592945050506040919091013590565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f60208284031215611d6f575f5ffd5b813560ff81168114610c35575f5ffd5b5f5f83601f840112611d8f575f5ffd5b50813567ffffffffffffffff811115611da6575f5ffd5b602083019150836020828501011115611684575f5ffd5b5f5f5f5f5f60608688031215611dd1575f5ffd5b853567ffffffffffffffff811115611de7575f5ffd5b611df388828901611d7f565b909650945050602086013567ffffffffffffffff811115611e12575f5ffd5b611e1e88828901611d7f565b96999598509660400135949350505050565b5f60208284031215611e40575f5ffd5b8135610c3581611c8a565b5f5f5f60608486031215611e5d575f5ffd5b8335611e6881611c8a565b95602085013595506040909401359392505050565b5f5f60408385031215611e8e575f5ffd5b8235611e9981611c8a565b946020939093013593505050565b5f5f60408385031215611eb8575f5ffd5b8235611ec381611c8a565b91506020830135611ed381611c8a565b809150509250929050565b5f60208284031215611eee575f5ffd5b81518015158114610c35575f5ffd5b634e487b7160e01b5f52601160045260245ffd5b5f600160ff1b8201611f2557611f25611efd565b505f0390565b8181038181111561107957611079611efd565b8082018281125f831280158216821582161715611f5d57611f5d611efd565b505092915050565b8181035f831280158383131683831282161715611f8457611f84611efd565b5092915050565b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b606081525f611fc6606083018789611f8b565b8281036020840152611fd9818688611f8b565b9150508260408301529695505050505050565b634e487b7160e01b5f52601260045260245ffd5b5f8261201a57634e487b7160e01b5f52601260045260245ffd5b500790565b5f81518060208401855e5f93019283525090919050565b5f61204a612044838661201f565b8461201f565b949350505050565b8082018082111561107957611079611efd565b5f60208284031215612075575f5ffd5b8151610c3581611c8a565b5f6001820161209157612091611efd565b5060010190565b67ffffffffffffffff828116828216039081111561107957611079611efd56fe608060405260405161090e38038061090e83398101604081905261002291610460565b61002e82826000610035565b505061058a565b61003e83610100565b6040516001600160a01b038416907f1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e90600090a260008251118061007f5750805b156100fb576100f9836001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100c5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100e99190610520565b836102a360201b6100291760201c565b505b505050565b610113816102cf60201b6100551760201c565b6101725760405162461bcd60e51b815260206004820152602560248201527f455243313936373a206e657720626561636f6e206973206e6f74206120636f6e6044820152641d1c9858dd60da1b60648201526084015b60405180910390fd5b6101e6816001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156101b3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101d79190610520565b6102cf60201b6100551760201c565b61024b5760405162461bcd60e51b815260206004820152603060248201527f455243313936373a20626561636f6e20696d706c656d656e746174696f6e206960448201526f1cc81b9bdd08184818dbdb9d1c9858dd60821b6064820152608401610169565b806102827fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d5060001b6102de60201b6100641760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b60606102c883836040518060600160405280602781526020016108e7602791396102e1565b9392505050565b6001600160a01b03163b151590565b90565b6060600080856001600160a01b0316856040516102fe919061053b565b600060405180830381855af49150503d8060008114610339576040519150601f19603f3d011682016040523d82523d6000602084013e61033e565b606091505b5090925090506103508683838761035a565b9695505050505050565b606083156103c65782516103bf576001600160a01b0385163b6103bf5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610169565b50816103d0565b6103d083836103d8565b949350505050565b8151156103e85781518083602001fd5b8060405162461bcd60e51b81526004016101699190610557565b80516001600160a01b038116811461041957600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101561044f578181015183820152602001610437565b838111156100f95750506000910152565b6000806040838503121561047357600080fd5b61047c83610402565b60208401519092506001600160401b038082111561049957600080fd5b818501915085601f8301126104ad57600080fd5b8151818111156104bf576104bf61041e565b604051601f8201601f19908116603f011681019083821181831017156104e7576104e761041e565b8160405282815288602084870101111561050057600080fd5b610511836020830160208801610434565b80955050505050509250929050565b60006020828403121561053257600080fd5b6102c882610402565b6000825161054d818460208701610434565b9190910192915050565b6020815260008251806020840152610576816040850160208701610434565b601f01601f19169190910160400192915050565b61034e806105996000396000f3fe60806040523661001357610011610017565b005b6100115b610027610022610067565b610100565b565b606061004e83836040518060600160405280602781526020016102f260279139610124565b9392505050565b6001600160a01b03163b151590565b90565b600061009a7fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50546001600160a01b031690565b6001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100fb9190610249565b905090565b3660008037600080366000845af43d6000803e80801561011f573d6000f35b3d6000fd5b6060600080856001600160a01b03168560405161014191906102a2565b600060405180830381855af49150503d806000811461017c576040519150601f19603f3d011682016040523d82523d6000602084013e610181565b606091505b50915091506101928683838761019c565b9695505050505050565b6060831561020d578251610206576001600160a01b0385163b6102065760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064015b60405180910390fd5b5081610217565b610217838361021f565b949350505050565b81511561022f5781518083602001fd5b8060405162461bcd60e51b81526004016101fd91906102be565b60006020828403121561025b57600080fd5b81516001600160a01b038116811461004e57600080fd5b60005b8381101561028d578181015183820152602001610275565b8381111561029c576000848401525b50505050565b600082516102b4818460208701610272565b9190910192915050565b60208152600082518060208401526102dd816040850160208701610272565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220d51e81d3bc5ed20a26aeb05dce7e825c503b2061aa78628027300c8d65b9d89a64736f6c634300080c0033416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220cbdc18eab0d6586f86542a10e04092fe3f48030b0322afd813dc9ee6bb79df8664736f6c634300081b003300000000000000000000000000000000219ab540356cbb839cbe05303d7705fa000000000000000000000000a51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c90000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000000676302e302e300000000000000000000000000000000000000000000000000000","r":"0x717778601162d6c3ef4baca1c665e890b838fb5f45ca4e509195904926867202","s":"0x325ef5ee5bb0e6a0710fdaabb8858a5d421e562b68d1ad547e11e2b8f9abb56a","yParity":"0x1","v":"0x1","hash":"0xb778f67b2244c487fa011533895091d62872895357d586a9b470d10813618cf6"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x61255498f8885e882d8ca47e1294e7a2a4b976fdd02fbb63fc98e45bf9546230","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x6ab263a874980cb5ff83443548b7b76c00d120599f6b9ac89c306f7f42a7be04","transactionsRoot":"0x33e8112351d6c6d284c8c402a0a63be466ca083b095a4e0b8aca3e7cd83f1bd2","receiptsRoot":"0xe32d604decc54adbd1a538508e3c1b9472023aeb3c1d18301465a968006743b9","logsBloom":"0x00000000000001000000000000000000000000000000000000000000000000000000000020000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xd","gasLimit":"0x1c9c380","gasUsed":"0x3de97f","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xe882410","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x11","gas":"0x507c58","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6101e0604052348015610010575f5ffd5b50604051614d61380380614d6183398101604081905261002f9161034a565b610140810151608082015182516020840151604085015160a086015160c087015160e08801516101008901516101208a015160608b01516001600160a01b03811661008d576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b03166080526100a38582610465565b63ffffffff16156100c757604051630e06bd3160e01b815260040160405180910390fd5b6100d46201518086610465565b63ffffffff16156100f85760405163223c7b3960e11b815260040160405180910390fd5b6001600160a01b0397881660a05295871660c05293861660e05263ffffffff9283166101005290821661012052811661014052908116610160521661018052166101a05261014581610158565b6101c0525061015261019e565b506104f3565b5f5f829050601f8151111561018b578260405163305a27a960e01b81526004016101829190610498565b60405180910390fd5b8051610196826104cd565b179392505050565b5f54610100900460ff16156102055760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608401610182565b5f5460ff90811614610254575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b634e487b7160e01b5f52604160045260245ffd5b60405161016081016001600160401b038111828210171561028d5761028d610256565b60405290565b80516001600160a01b03811681146102a9575f5ffd5b919050565b805163ffffffff811681146102a9575f5ffd5b5f82601f8301126102d0575f5ffd5b81516001600160401b038111156102e9576102e9610256565b604051601f8201601f19908116603f011681016001600160401b038111828210171561031757610317610256565b60405281815283820160200185101561032e575f5ffd5b8160208501602083015e5f918101602001919091529392505050565b5f6020828403121561035a575f5ffd5b81516001600160401b0381111561036f575f5ffd5b82016101608185031215610381575f5ffd5b61038961026a565b61039282610293565b81526103a060208301610293565b60208201526103b160408301610293565b60408201526103c260608301610293565b60608201526103d360808301610293565b60808201526103e460a083016102ae565b60a08201526103f560c083016102ae565b60c082015261040660e083016102ae565b60e082015261041861010083016102ae565b61010082015261042b61012083016102ae565b6101208201526101408201516001600160401b0381111561044a575f5ffd5b610456868285016102c1565b61014083015250949350505050565b5f63ffffffff83168061048657634e487b7160e01b5f52601260045260245ffd5b8063ffffffff84160691505092915050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b805160208083015191908110156104ed575f198160200360031b1b821691505b50919050565b60805160a05160c05160e05161010051610120516101405161016051610180516101a0516101c05161478c6105d55f395f6114b901525f81816105f001526127d101525f81816104a401526135db01525f81816103f30152612c1301525f8181610552015261359901525f818161087e015261348301525f81816107bf015281816134d3015261354701525f81816108d201528181610afb01528181611e2601526120d201525f8181610579015261367601525f81816109450152611d9601525f818161075101528181610ed90152818161150b01526123b1015261478c5ff3fe608060405234801561000f575f5ffd5b50600436106103b3575f3560e01c8063886f1195116101f5578063de02e50311610114578063f6efbb59116100a9578063fabc1cbc11610079578063fabc1cbc14610a33578063fbf1e2c114610a46578063fce36c7d14610a59578063ff9f6cce14610a6c575f5ffd5b8063f6efbb59146109e7578063f74e8eac146109fa578063f8cd844814610a0d578063f96abf2e14610a20575f5ffd5b8063ed71e6a2116100e4578063ed71e6a214610967578063f22cef8514610994578063f2f07ab4146109a7578063f2fde38b146109d4575f5ffd5b8063de02e50314610907578063e063f81f1461091a578063e810ce211461092d578063ea4d3c9b14610940575f5ffd5b8063a50a1d9c1161018a578063bf21a8aa1161015a578063bf21a8aa14610879578063c46db606146108a0578063ca8aa7c7146108cd578063dcbb03b3146108f4575f5ffd5b8063a50a1d9c14610807578063aebd8bae1461081a578063b3dbb0e014610847578063bb7e451f1461085a575f5ffd5b80639cb9a5fa116101c55780639cb9a5fa146107a75780639d45c281146107ba5780639de4b35f146107e1578063a0169ddd146107f4575f5ffd5b8063886f11951461074c5780638da5cb5b146107735780639104c319146107845780639be3d4e41461079f575f5ffd5b80634596021c116102e15780635c975abb11610276578063715018a611610246578063715018a6146106ff5780637b8f8b0514610707578063863cb9a91461070f578063865c695314610722575f5ffd5b80635c975abb146106a25780635e9d8348146106aa57806363f6a798146106bd5780636d21117e146106d2575f5ffd5b806354fd4d50116102b157806354fd4d501461064f57806358baaa3e14610664578063595c6a67146106775780635ac86ab71461067f575f5ffd5b80634596021c146105d85780634657e26a146105eb5780634b943960146106125780634d18cc3514610638575f5ffd5b8063149bc8721161035757806339b70e381161032757806339b70e38146105745780633a8c07861461059b5780633ccc861d146105b25780633efe1db6146105c5575f5ffd5b8063149bc872146104d95780632b9f64a4146104fa57806336af41fa1461053a57806337838ed01461054d575f5ffd5b80630e9a53cf116103925780630e9a53cf1461043f5780630eb383451461048c578063131433b41461049f578063136439dd146104c6575f5ffd5b806218572c146103b757806304a0c502146103ee5780630ca298991461042a575b5f5ffd5b6103d96103c5366004613bb9565b60d16020525f908152604090205460ff1681565b60405190151581526020015b60405180910390f35b6104157f000000000000000000000000000000000000000000000000000000000000000081565b60405163ffffffff90911681526020016103e5565b61043d610438366004613c31565b610a7f565b005b610447610d44565b6040516103e591905f6080820190508251825263ffffffff602084015116602083015263ffffffff604084015116604083015260608301511515606083015292915050565b61043d61049a366004613c8d565b610e44565b6104157f000000000000000000000000000000000000000000000000000000000000000081565b61043d6104d4366004613cc4565b610ec4565b6104ec6104e7366004613cdb565b610f99565b6040519081526020016103e5565b610522610508366004613bb9565b60cc6020525f90815260409020546001600160a01b031681565b6040516001600160a01b0390911681526020016103e5565b61043d610548366004613cf5565b61100e565b6104157f000000000000000000000000000000000000000000000000000000000000000081565b6105227f000000000000000000000000000000000000000000000000000000000000000081565b60cb5461041590600160a01b900463ffffffff1681565b61043d6105c0366004613d44565b61119d565b61043d6105d3366004613d9a565b6111e2565b61043d6105e6366004613dc4565b6113d6565b6105227f000000000000000000000000000000000000000000000000000000000000000081565b610625610620366004613bb9565b611457565b60405161ffff90911681526020016103e5565b60cb5461041590600160c01b900463ffffffff1681565b6106576114b2565b6040516103e59190613e16565b61043d610672366004613e4b565b6114e2565b61043d6114f6565b6103d961068d366004613e64565b606654600160ff9092169190911b9081161490565b6066546104ec565b6103d96106b8366004613e84565b6115a5565b60cb5461062590600160e01b900461ffff1681565b6103d96106e0366004613eb5565b60cf60209081525f928352604080842090915290825290205460ff1681565b61043d611630565b60ca546104ec565b61043d61071d366004613bb9565b611641565b6104ec610730366004613edf565b60cd60209081525f928352604080842090915290825290205481565b6105227f000000000000000000000000000000000000000000000000000000000000000081565b6033546001600160a01b0316610522565b61052273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b610447611652565b61043d6107b5366004613f0b565b6116ee565b6104157f000000000000000000000000000000000000000000000000000000000000000081565b6106256107ef366004613f42565b611887565b61043d610802366004613bb9565b61190a565b61043d610815366004613f7e565b611915565b6103d9610828366004613eb5565b60d260209081525f928352604080842090915290825290205460ff1681565b61043d610855366004613f97565b611926565b6104ec610868366004613bb9565b60ce6020525f908152604090205481565b6104157f000000000000000000000000000000000000000000000000000000000000000081565b6103d96108ae366004613eb5565b60d060209081525f928352604080842090915290825290205460ff1681565b6105227f000000000000000000000000000000000000000000000000000000000000000081565b61043d610902366004613fc1565b611a6f565b610447610915366004613cc4565b611bda565b610625610928366004613edf565b611c6a565b61041561093b366004613cc4565b611ccf565b6105227f000000000000000000000000000000000000000000000000000000000000000081565b6103d9610975366004613eb5565b60d360209081525f928352604080842090915290825290205460ff1681565b61043d6109a2366004613edf565b611d50565b6103d96109b5366004613eb5565b60d760209081525f928352604080842090915290825290205460ff1681565b61043d6109e2366004613bb9565b611eba565b61043d6109f5366004614005565b611f35565b61043d610a08366004614063565b61206a565b6104ec610a1b366004613cdb565b612250565b61043d610a2e366004613e4b565b612260565b61043d610a41366004613cc4565b6123af565b60cb54610522906001600160a01b031681565b61043d610a67366004613cf5565b6124c5565b61043d610a7a366004613cf5565b612614565b60665460099061020090811603610aa95760405163840a48d560e01b815260040160405180910390fd5b610ab66020850185613bb9565b610abf81612793565b610adc5760405163932d94f760e01b815260040160405180910390fd5b610ae461283d565b6040516304c1b8eb60e31b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063260dc75890610b309088906004016140ce565b602060405180830381865afa158015610b4b573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b6f91906140dc565b610b8c57604051631fb1705560e21b815260040160405180910390fd5b5f5b83811015610d325736858583818110610ba957610ba96140f7565b9050602002810190610bbb919061410b565b90505f60ce81610bce60208b018b613bb9565b6001600160a01b031681526020808201929092526040015f90812054925090610bf9908a018a613bb9565b8284604051602001610c0d93929190614333565b6040516020818303038152906040528051906020012090505f610c2f84612896565b9050600160d75f610c4360208e018e613bb9565b6001600160a01b0316815260208082019290925260409081015f9081208682529092529020805460ff1916911515919091179055610c82836001614376565b60ce5f610c9260208e018e613bb9565b6001600160a01b03166001600160a01b031681526020019081526020015f208190555081336001600160a01b03167ffff0759ccb371dfb5691798724e70b4fa61cb3bfe730a33ac19fb86a48efc7568c8688604051610cf393929190614389565b60405180910390a3610d22333083610d116040890160208a01613bb9565b6001600160a01b0316929190612a81565b505060019092019150610b8e9050565b50610d3d6001609755565b5050505050565b604080516080810182525f80825260208201819052918101829052606081019190915260ca545b8015610e1c575f60ca610d7f6001846143ae565b81548110610d8f57610d8f6140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff161580156060830181905291925090610dfe5750806040015163ffffffff164210155b15610e095792915050565b5080610e14816143c1565b915050610d6b565b5050604080516080810182525f80825260208201819052918101829052606081019190915290565b610e4c612aec565b6001600160a01b0382165f81815260d1602052604080822054905160ff9091169284151592841515927f4de6293e668df1398422e1def12118052c1539a03cbfedc145895d48d7685f1c9190a4506001600160a01b03919091165f90815260d160205260409020805460ff1916911515919091179055565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610f26573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f4a91906140dc565b610f6757604051631d77d47760e21b815260040160405180910390fd5b6066548181168114610f8c5760405163c61dca5d60e01b815260040160405180910390fd5b610f9582612b46565b5050565b5f80610fa86020840184613bb9565b8360200135604051602001610ff19392919060f89390931b6001600160f81b031916835260609190911b6bffffffffffffffffffffffff19166001830152601582015260350190565b604051602081830303815290604052805190602001209050919050565b6066546001906002908116036110375760405163840a48d560e01b815260040160405180910390fd5b335f90815260d1602052604090205460ff1661106657604051635c427cd960e01b815260040160405180910390fd5b61106e61283d565b5f5b8281101561118d573684848381811061108b5761108b6140f7565b905060200281019061109d91906143d6565b335f81815260ce602090815260408083205490519495509391926110c79290918591879101614468565b6040516020818303038152906040528051906020012090506110e883612b83565b335f90815260d0602090815260408083208484529091529020805460ff1916600190811790915561111a908390614376565b335f81815260ce602052604090819020929092559051829184917f51088b8c89628df3a8174002c2a034d0152fce6af8415d651b2a4734bf2704829061116190889061448e565b60405180910390a4611182333060408601803590610d119060208901613bb9565b505050600101611070565b506111986001609755565b505050565b6066546002906004908116036111c65760405163840a48d560e01b815260040160405180910390fd5b6111ce61283d565b6111d88383612c6e565b6111986001609755565b60665460039060089081160361120b5760405163840a48d560e01b815260040160405180910390fd5b60cb546001600160a01b0316331461123657604051635c427cd960e01b815260040160405180910390fd5b60cb5463ffffffff600160c01b90910481169083161161126957604051631ca7e50b60e21b815260040160405180910390fd5b428263ffffffff161061128f576040516306957c9160e11b815260040160405180910390fd5b60ca5460cb545f906112ae90600160a01b900463ffffffff16426144a0565b6040805160808101825287815263ffffffff87811660208084018281528684168587018181525f6060880181815260ca8054600181018255925297517f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee160029092029182015592517f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee290930180549151975193871667ffffffffffffffff1990921691909117600160201b978716979097029690961760ff60401b1916600160401b921515929092029190911790945560cb805463ffffffff60c01b1916600160c01b840217905593519283529394508892908616917fecd866c3c158fa00bf34d803d5f6023000b57080bcb48af004c2b4b46b3afd08910160405180910390a45050505050565b6066546002906004908116036113ff5760405163840a48d560e01b815260040160405180910390fd5b61140761283d565b5f5b838110156114465761143e858583818110611426576114266140f7565b905060200281019061143891906144bc565b84612c6e565b600101611409565b506114516001609755565b50505050565b6001600160a01b0381165f90815260d5602090815260408083208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff16908201526114ac90612ef6565b92915050565b60606114dd7f0000000000000000000000000000000000000000000000000000000000000000612f66565b905090565b6114ea612aec565b6114f381612fa3565b50565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa158015611558573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061157c91906140dc565b61159957604051631d77d47760e21b815260040160405180910390fd5b6115a35f19612b46565b565b5f6116288260ca6115b96020830183613e4b565b63ffffffff16815481106115cf576115cf6140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff1615156060820152613014565b506001919050565b611638612aec565b6115a35f6131b7565b611649612aec565b6114f381613208565b604080516080810182525f80825260208201819052918101829052606081019190915260ca8054611685906001906143ae565b81548110611695576116956140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff1615156060820152919050565b6066546005906020908116036117175760405163840a48d560e01b815260040160405180910390fd5b8361172181612793565b61173e5760405163932d94f760e01b815260040160405180910390fd5b61174661283d565b5f5b83811015610d325736858583818110611763576117636140f7565b9050602002810190611775919061410b565b6001600160a01b0388165f90815260ce60209081526040808320549051939450926117a6918b918591879101614333565b6040516020818303038152906040528051906020012090505f6117c884612896565b6001600160a01b038b165f90815260d3602090815260408083208684529091529020805460ff19166001908117909155909150611806908490614376565b6001600160a01b038b165f81815260ce60205260409081902092909255905183919033907ffc8888bffd711da60bc5092b33f677d81896fe80ecc677b84cfab8184462b6e0906118599088908a906144d0565b60405180910390a4611877333083610d116040890160208a01613bb9565b5050600190920191506117489050565b6001600160a01b0382165f90815260d66020526040812061190390826118ba6118b5368790038701876144e8565b613263565b815260208082019290925260409081015f208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff1690820152612ef6565b9392505050565b33610f9581836132c6565b61191d612aec565b6114f381613329565b60665460079060809081160361194f5760405163840a48d560e01b815260040160405180910390fd5b8261195981612793565b6119765760405163932d94f760e01b815260040160405180910390fd5b60cb545f9061199290600160a01b900463ffffffff16426144a0565b6001600160a01b0386165f90815260d5602090815260408083208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff1690820152919250906119eb90612ef6565b6001600160a01b0387165f90815260d560205260409020909150611a10908684613394565b6040805163ffffffff8416815261ffff838116602083015287168183015290516001600160a01b0388169133917fd1e028bd664486a46ad26040e999cd2d22e1e9a094ee6afe19fcf64678f16f749181900360600190a3505050505050565b606654600690604090811603611a985760405163840a48d560e01b815260040160405180910390fd5b83611aa281612793565b611abf5760405163932d94f760e01b815260040160405180910390fd5b60cb545f90611adb90600160a01b900463ffffffff16426144a0565b6001600160a01b038781165f90815260d460209081526040808320938a1683529281528282208351606081018552905461ffff80821683526201000082041692820192909252600160201b90910463ffffffff1692810192909252919250611b4290612ef6565b6001600160a01b038089165f90815260d460209081526040808320938b16835292905220909150611b74908684613394565b6040805163ffffffff8416815261ffff838116602083015287168183015290516001600160a01b0388811692908a169133917f48e198b6ae357e529204ee53a8e514c470ff77d9cc8e4f7207f8b5d490ae6934919081900360600190a450505050505050565b604080516080810182525f80825260208201819052918101829052606081019190915260ca8281548110611c1057611c106140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff161515606082015292915050565b6001600160a01b038281165f90815260d46020908152604080832093851683529281528282208351606081018552905461ffff80821683526201000082041692820192909252600160201b90910463ffffffff16928101929092529061190390612ef6565b60ca545f905b63ffffffff811615611d36578260ca611cef600184614550565b63ffffffff1681548110611d0557611d056140f7565b905f5260205f2090600202015f015403611d2457611903600182614550565b80611d2e8161456c565b915050611cd5565b5060405163504570e360e01b815260040160405180910390fd5b81611d5a81612793565b611d775760405163932d94f760e01b815260040160405180910390fd5b6040516336b87bd760e11b81526001600160a01b0384811660048301527f00000000000000000000000000000000000000000000000000000000000000001690636d70f7ae90602401602060405180830381865afa158015611ddb573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dff91906140dc565b80611e93575060405163ba1a84e560e01b81526001600160a01b0384811660048301525f917f00000000000000000000000000000000000000000000000000000000000000009091169063ba1a84e590602401602060405180830381865afa158015611e6d573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e91919061458a565b115b611eb05760405163fb494ea160e01b815260040160405180910390fd5b61119883836132c6565b611ec2612aec565b6001600160a01b038116611f2c5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b6114f3816131b7565b5f54610100900460ff1615808015611f5357505f54600160ff909116105b80611f6c5750303b158015611f6c57505f5460ff166001145b611fcf5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401611f23565b5f805460ff191660011790558015611ff0575f805461ff0019166101001790555b611ff985612b46565b612002866131b7565b61200b84613208565b61201483612fa3565b61201d82613329565b8015612062575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050505050565b606654600890610100908116036120945760405163840a48d560e01b815260040160405180910390fd5b8361209e81612793565b6120bb5760405163932d94f760e01b815260040160405180910390fd5b6040516304c1b8eb60e31b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063260dc758906121079087906004016140ce565b602060405180830381865afa158015612122573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061214691906140dc565b61216357604051631fb1705560e21b815260040160405180910390fd5b60cb545f9061217f90600160a01b900463ffffffff16426144a0565b6001600160a01b0387165f90815260d660205260408120919250906121b190826118ba6118b5368b90038b018b6144e8565b6001600160a01b0388165f90815260d6602052604081209192506121f691906121e26118b5368b90038b018b6144e8565b81526020019081526020015f208684613394565b866001600160a01b0316336001600160a01b03167f14918b3834ab6752eb2e1b489b6663a67810efb5f56f3944a97ede8ecf1fd9f18885858a60405161223f94939291906145a1565b60405180910390a350505050505050565b5f6001610fa86020840184613bb9565b6066546003906008908116036122895760405163840a48d560e01b815260040160405180910390fd5b60cb546001600160a01b031633146122b457604051635c427cd960e01b815260040160405180910390fd5b60ca5463ffffffff8316106122dc576040516394a8d38960e01b815260040160405180910390fd5b5f60ca8363ffffffff16815481106122f6576122f66140f7565b905f5260205f20906002020190508060010160089054906101000a900460ff161561233457604051631b14174b60e01b815260040160405180910390fd5b6001810154600160201b900463ffffffff16421061236557604051630c36f66560e21b815260040160405180910390fd5b60018101805460ff60401b1916600160401b17905560405163ffffffff8416907fd850e6e5dfa497b72661fa73df2923464eaed9dc2ff1d3cb82bccbfeabe5c41e905f90a2505050565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561240b573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061242f91906145d5565b6001600160a01b0316336001600160a01b0316146124605760405163794821ff60e01b815260040160405180910390fd5b606654801982198116146124875760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b6066545f906001908116036124ed5760405163840a48d560e01b815260040160405180910390fd5b6124f561283d565b5f5b8281101561118d5736848483818110612512576125126140f7565b905060200281019061252491906143d6565b335f81815260ce6020908152604080832054905194955093919261254e9290918591879101614468565b60405160208183030381529060405280519060200120905061256f83612b83565b335f90815260cf602090815260408083208484529091529020805460ff191660019081179091556125a1908390614376565b335f81815260ce602052604090819020929092559051829184917f450a367a380c4e339e5ae7340c8464ef27af7781ad9945cfe8abd828f89e6281906125e890889061448e565b60405180910390a4612609333060408601803590610d119060208901613bb9565b5050506001016124f7565b60665460049060109081160361263d5760405163840a48d560e01b815260040160405180910390fd5b335f90815260d1602052604090205460ff1661266c57604051635c427cd960e01b815260040160405180910390fd5b61267461283d565b5f5b8281101561118d5736848483818110612691576126916140f7565b90506020028101906126a391906143d6565b335f81815260ce602090815260408083205490519495509391926126cd9290918591879101614468565b6040516020818303038152906040528051906020012090506126ee83612b83565b335f90815260d2602090815260408083208484529091529020805460ff19166001908117909155612720908390614376565b335f81815260ce602052604090819020929092559051829184917f5251b6fdefcb5d81144e735f69ea4c695fd43b0289ca53dc075033f5fc80068b9061276790889061448e565b60405180910390a4612788333060408601803590610d119060208901613bb9565b505050600101612676565b604051631beb2b9760e31b81526001600160a01b0382811660048301523360248301523060448301525f80356001600160e01b0319166064840152917f00000000000000000000000000000000000000000000000000000000000000009091169063df595cb8906084016020604051808303815f875af1158015612819573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114ac91906140dc565b60026097540361288f5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401611f23565b6002609755565b5f6128c96128a483806145f0565b6128b46080860160608701613e4b565b6128c460a0870160808801613e4b565b613463565b5f6128d760408401846145f0565b9050116128f75760405163796cc52560e01b815260040160405180910390fd5b4261290860a0840160808501613e4b565b6129186080850160608601613e4b565b61292291906144a0565b63ffffffff16106129465760405163150358a160e21b815260040160405180910390fd5b5f80805b61295760408601866145f0565b9050811015612a48573661296e60408701876145f0565b8381811061297e5761297e6140f7565b6040029190910191505f90506129976020830183613bb9565b6001600160a01b0316036129be57604051630863a45360e11b815260040160405180910390fd5b6129cb6020820182613bb9565b6001600160a01b0316836001600160a01b0316106129fc576040516310fb47f160e31b815260040160405180910390fd5b5f816020013511612a20576040516310eb483f60e21b815260040160405180910390fd5b612a2d6020820182613bb9565b9250612a3d602082013585614376565b93505060010161294a565b506f4b3b4ca85a86c47a098a223fffffffff821115612a7a5760405163070b5a6f60e21b815260040160405180910390fd5b5092915050565b6040516001600160a01b03808516602483015283166044820152606481018290526114519085906323b872dd60e01b906084015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152613761565b6033546001600160a01b031633146115a35760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401611f23565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b612bb0612b9082806145f0565b612ba06080850160608601613e4b565b6128c460a0860160808701613e4b565b5f816040013511612bd4576040516310eb483f60e21b815260040160405180910390fd5b6f4b3b4ca85a86c47a098a223fffffffff81604001351115612c095760405163070b5a6f60e21b815260040160405180910390fd5b612c3963ffffffff7f00000000000000000000000000000000000000000000000000000000000000001642614376565b612c496080830160608401613e4b565b63ffffffff1611156114f357604051637ee2b44360e01b815260040160405180910390fd5b5f60ca612c7e6020850185613e4b565b63ffffffff1681548110612c9457612c946140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff16151560608201529050612cf48382613014565b5f612d056080850160608601613bb9565b6001600160a01b038082165f90815260cc60205260409020549192501680612d2a5750805b336001600160a01b03821614612d5357604051635c427cd960e01b815260040160405180910390fd5b5f5b612d6260a0870187614635565b90508110156120625736612d7960e08801886145f0565b83818110612d8957612d896140f7565b6001600160a01b0387165f90815260cd602090815260408083209302949094019450929091508290612dbd90850185613bb9565b6001600160a01b03166001600160a01b031681526020019081526020015f2054905080826020013511612e035760405163aa385e8160e01b815260040160405180910390fd5b5f612e128260208501356143ae565b6001600160a01b0387165f90815260cd60209081526040822092935085018035929190612e3f9087613bb9565b6001600160a01b031681526020808201929092526040015f2091909155612e809089908390612e7090870187613bb9565b6001600160a01b03169190613834565b86516001600160a01b03808a1691878216918916907f9543dbd55580842586a951f0386e24d68a5df99ae29e3b216588b45fd684ce3190612ec46020890189613bb9565b604080519283526001600160a01b039091166020830152810186905260600160405180910390a4505050600101612d55565b5f816040015163ffffffff165f1480612f285750815161ffff908116148015612f285750816040015163ffffffff1642105b15612f4057505060cb54600160e01b900461ffff1690565b816040015163ffffffff16421015612f595781516114ac565b506020015190565b919050565b60605f612f7283613864565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b60cb546040805163ffffffff600160a01b9093048316815291831660208301527faf557c6c02c208794817a705609cfa935f827312a1adfdd26494b6b95dd2b4b3910160405180910390a160cb805463ffffffff909216600160a01b0263ffffffff60a01b19909216919091179055565b80606001511561303757604051631b14174b60e01b815260040160405180910390fd5b806040015163ffffffff1642101561306257604051631437a2bb60e31b815260040160405180910390fd5b61306f60c0830183614635565b905061307e60a0840184614635565b90501461309e576040516343714afd60e01b815260040160405180910390fd5b6130ab60e08301836145f0565b90506130ba60c0840184614635565b9050146130da576040516343714afd60e01b815260040160405180910390fd5b8051613106906130f06040850160208601613e4b565b6130fd604086018661467a565b8660600161388b565b5f5b61311560a0840184614635565b9050811015611198576131af608084013561313360a0860186614635565b84818110613143576131436140f7565b90506020020160208101906131589190613e4b565b61316560c0870187614635565b85818110613175576131756140f7565b9050602002810190613187919061467a565b61319460e08901896145f0565b878181106131a4576131a46140f7565b90506040020161392f565b600101613108565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b60cb546040516001600160a01b038084169216907f237b82f438d75fc568ebab484b75b01d9287b9e98b490b7c23221623b6705dbb905f90a360cb80546001600160a01b0319166001600160a01b0392909216919091179055565b5f815f0151826020015163ffffffff166040516020016132ae92919060609290921b6bffffffffffffffffffffffff1916825260a01b6001600160a01b031916601482015260200190565b6040516020818303038152906040526114ac906146bc565b6001600160a01b038083165f81815260cc602052604080822080548686166001600160a01b0319821681179092559151919094169392849290917fbab947934d42e0ad206f25c9cab18b5bb6ae144acfb00f40b4e3aa59590ca3129190a4505050565b60cb546040805161ffff600160e01b9093048316815291831660208301527fe6cd4edfdcc1f6d130ab35f73d72378f3a642944fb4ee5bd84b7807a81ea1c4e910160405180910390a160cb805461ffff909216600160e01b0261ffff60e01b19909216919091179055565b61271061ffff831611156133bb5760405163891c63df60e01b815260040160405180910390fd5b8254600160201b900463ffffffff1642116133e957604051637b1e25c560e01b815260040160405180910390fd5b8254600160201b900463ffffffff165f0361341057825461ffff191661ffff178355613427565b825462010000810461ffff1661ffff199091161783555b825463ffffffff909116600160201b0267ffffffff000000001961ffff90931662010000029290921667ffffffffffff00001990911617179055565b826134815760405163796cc52560e01b815260040160405180910390fd5b7f000000000000000000000000000000000000000000000000000000000000000063ffffffff168163ffffffff1611156134ce57604051630dd0b9f560e21b815260040160405180910390fd5b6134f87f0000000000000000000000000000000000000000000000000000000000000000826146f3565b63ffffffff161561351c5760405163ee66470560e01b815260040160405180910390fd5b5f8163ffffffff16116135425760405163cb3f434d60e01b815260040160405180910390fd5b61356c7f0000000000000000000000000000000000000000000000000000000000000000836146f3565b63ffffffff161561359057604051633c1a94f160e21b815260040160405180910390fd5b8163ffffffff167f000000000000000000000000000000000000000000000000000000000000000063ffffffff16426135c991906143ae565b1115801561360357508163ffffffff167f000000000000000000000000000000000000000000000000000000000000000063ffffffff1611155b6136205760405163041aa75760e11b815260040160405180910390fd5b5f805b84811015612062575f86868381811061363e5761363e6140f7565b6136549260206040909202019081019150613bb9565b60405163198f077960e21b81526001600160a01b0380831660048301529192507f00000000000000000000000000000000000000000000000000000000000000009091169063663c1de490602401602060405180830381865afa1580156136bd573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136e191906140dc565b8061370857506001600160a01b03811673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0145b61372557604051632efd965160e11b815260040160405180910390fd5b806001600160a01b0316836001600160a01b0316106137575760405163dfad9ca160e01b815260040160405180910390fd5b9150600101613623565b5f6137b5826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b031661396d9092919063ffffffff16565b905080515f14806137d55750808060200190518101906137d591906140dc565b6111985760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401611f23565b6040516001600160a01b03831660248201526044810182905261119890849063a9059cbb60e01b90606401612ab5565b5f60ff8216601f8111156114ac57604051632cd44ac360e21b815260040160405180910390fd5b61389660208361471a565b6001901b8463ffffffff16106138be5760405162c6c39d60e71b815260040160405180910390fd5b5f6138c882610f99565b905061391284848080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152508a92508591505063ffffffff8916613983565b612062576040516369ca16c960e01b815260040160405180910390fd5b61393a60208361471a565b6001901b8463ffffffff16106139635760405163054ff4df60e51b815260040160405180910390fd5b5f6138c882612250565b606061397b84845f8561399a565b949350505050565b5f83613990868585613a71565b1495945050505050565b6060824710156139fb5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401611f23565b5f5f866001600160a01b03168587604051613a16919061472d565b5f6040518083038185875af1925050503d805f8114613a50576040519150601f19603f3d011682016040523d82523d5f602084013e613a55565b606091505b5091509150613a6687838387613b08565b979650505050505050565b5f60208451613a809190614743565b15613a9e576040516313717da960e21b815260040160405180910390fd5b8260205b85518111613aff57613ab5600285614743565b5f03613ad657815f528086015160205260405f209150600284049350613aed565b808601515f528160205260405f2091506002840493505b613af8602082614376565b9050613aa2565b50949350505050565b60608315613b765782515f03613b6f576001600160a01b0385163b613b6f5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401611f23565b508161397b565b61397b8383815115613b8b5781518083602001fd5b8060405162461bcd60e51b8152600401611f239190613e16565b6001600160a01b03811681146114f3575f5ffd5b5f60208284031215613bc9575f5ffd5b813561190381613ba5565b5f60408284031215613be4575f5ffd5b50919050565b5f5f83601f840112613bfa575f5ffd5b5081356001600160401b03811115613c10575f5ffd5b6020830191508360208260051b8501011115613c2a575f5ffd5b9250929050565b5f5f5f60608486031215613c43575f5ffd5b613c4d8585613bd4565b925060408401356001600160401b03811115613c67575f5ffd5b613c7386828701613bea565b9497909650939450505050565b80151581146114f3575f5ffd5b5f5f60408385031215613c9e575f5ffd5b8235613ca981613ba5565b91506020830135613cb981613c80565b809150509250929050565b5f60208284031215613cd4575f5ffd5b5035919050565b5f60408284031215613ceb575f5ffd5b6119038383613bd4565b5f5f60208385031215613d06575f5ffd5b82356001600160401b03811115613d1b575f5ffd5b613d2785828601613bea565b90969095509350505050565b5f6101008284031215613be4575f5ffd5b5f5f60408385031215613d55575f5ffd5b82356001600160401b03811115613d6a575f5ffd5b613d7685828601613d33565b9250506020830135613cb981613ba5565b803563ffffffff81168114612f61575f5ffd5b5f5f60408385031215613dab575f5ffd5b82359150613dbb60208401613d87565b90509250929050565b5f5f5f60408486031215613dd6575f5ffd5b83356001600160401b03811115613deb575f5ffd5b613df786828701613bea565b9094509250506020840135613e0b81613ba5565b809150509250925092565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f60208284031215613e5b575f5ffd5b61190382613d87565b5f60208284031215613e74575f5ffd5b813560ff81168114611903575f5ffd5b5f60208284031215613e94575f5ffd5b81356001600160401b03811115613ea9575f5ffd5b61397b84828501613d33565b5f5f60408385031215613ec6575f5ffd5b8235613ed181613ba5565b946020939093013593505050565b5f5f60408385031215613ef0575f5ffd5b8235613efb81613ba5565b91506020830135613cb981613ba5565b5f5f5f60408486031215613f1d575f5ffd5b8335613f2881613ba5565b925060208401356001600160401b03811115613c67575f5ffd5b5f5f60608385031215613f53575f5ffd5b8235613f5e81613ba5565b9150613dbb8460208501613bd4565b803561ffff81168114612f61575f5ffd5b5f60208284031215613f8e575f5ffd5b61190382613f6d565b5f5f60408385031215613fa8575f5ffd5b8235613fb381613ba5565b9150613dbb60208401613f6d565b5f5f5f60608486031215613fd3575f5ffd5b8335613fde81613ba5565b92506020840135613fee81613ba5565b9150613ffc60408501613f6d565b90509250925092565b5f5f5f5f5f60a08688031215614019575f5ffd5b853561402481613ba5565b945060208601359350604086013561403b81613ba5565b925061404960608701613d87565b915061405760808701613f6d565b90509295509295909350565b5f5f5f60808486031215614075575f5ffd5b833561408081613ba5565b925061408f8560208601613bd4565b9150613ffc60608501613f6d565b80356140a881613ba5565b6001600160a01b0316825263ffffffff6140c460208301613d87565b1660208301525050565b604081016114ac828461409d565b5f602082840312156140ec575f5ffd5b815161190381613c80565b634e487b7160e01b5f52603260045260245ffd5b5f823560be1983360301811261411f575f5ffd5b9190910192915050565b5f5f8335601e1984360301811261413e575f5ffd5b83016020810192503590506001600160401b0381111561415c575f5ffd5b8060061b3603821315613c2a575f5ffd5b8183526020830192505f815f5b848110156141d057813561418d81613ba5565b6001600160a01b0316865260208201356bffffffffffffffffffffffff81168082146141b7575f5ffd5b602088015250604095860195919091019060010161417a565b5093949350505050565b5f5f8335601e198436030181126141ef575f5ffd5b83016020810192503590506001600160401b0381111561420d575f5ffd5b803603821315613c2a575f5ffd5b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b5f61424e8283614129565b60c0855261426060c08601828461416d565b915050602083013561427181613ba5565b6001600160a01b0316602085015261428c6040840184614129565b858303604087015280835290915f91906020015b818310156142db5783356142b381613ba5565b6001600160a01b031681526020848101359082015260409384019360019390930192016142a0565b6142e760608701613d87565b63ffffffff81166060890152935061430160808701613d87565b63ffffffff81166080890152935061431c60a08701876141da565b9450925086810360a0880152613a6681858561421b565b60018060a01b0384168152826020820152606060408201525f6143596060830184614243565b95945050505050565b634e487b7160e01b5f52601160045260245ffd5b808201808211156114ac576114ac614362565b614393818561409d565b826040820152608060608201525f6143596080830184614243565b818103818111156114ac576114ac614362565b5f816143cf576143cf614362565b505f190190565b5f8235609e1983360301811261411f575f5ffd5b5f6143f58283614129565b60a0855261440760a08601828461416d565b915050602083013561441881613ba5565b6001600160a01b031660208501526040838101359085015263ffffffff61444160608501613d87565b16606085015263ffffffff61445860808501613d87565b1660808501528091505092915050565b60018060a01b0384168152826020820152606060408201525f61435960608301846143ea565b602081525f61190360208301846143ea565b63ffffffff81811683821601908111156114ac576114ac614362565b5f823560fe1983360301811261411f575f5ffd5b828152604060208201525f61397b6040830184614243565b5f60408284031280156144f9575f5ffd5b50604080519081016001600160401b038111828210171561452857634e487b7160e01b5f52604160045260245ffd5b604052823561453681613ba5565b815261454460208401613d87565b60208201529392505050565b63ffffffff82811682821603908111156114ac576114ac614362565b5f63ffffffff82168061458157614581614362565b5f190192915050565b5f6020828403121561459a575f5ffd5b5051919050565b60a081016145af828761409d565b63ffffffff94909416604082015261ffff92831660608201529116608090910152919050565b5f602082840312156145e5575f5ffd5b815161190381613ba5565b5f5f8335601e19843603018112614605575f5ffd5b8301803591506001600160401b0382111561461e575f5ffd5b6020019150600681901b3603821315613c2a575f5ffd5b5f5f8335601e1984360301811261464a575f5ffd5b8301803591506001600160401b03821115614663575f5ffd5b6020019150600581901b3603821315613c2a575f5ffd5b5f5f8335601e1984360301811261468f575f5ffd5b8301803591506001600160401b038211156146a8575f5ffd5b602001915036819003821315613c2a575f5ffd5b80516020808301519190811015613be4575f1960209190910360031b1b16919050565b634e487b7160e01b5f52601260045260245ffd5b5f63ffffffff831680614708576147086146df565b8063ffffffff84160691505092915050565b5f82614728576147286146df565b500490565b5f82518060208501845e5f920191825250919050565b5f82614751576147516146df565b50069056fea2646970667358221220d63b7f01ef92bde201fe23e3565d12efb900ef9e9ff3c2279a81e717dcb1668064736f6c634300081b00330000000000000000000000000000000000000000000000000000000000000020000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c90000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757070000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3180000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7880000000000000000000000000000000000000000000000000000000000093a8000000000000000000000000000000000000000000000000000000000005c4900000000000000000000000000000000000000000000000000000000000076a7000000000000000000000000000000000000000000000000000000000000278d000000000000000000000000000000000000000000000000000000000065fb78800000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000000676302e302e300000000000000000000000000000000000000000000000000000","r":"0x35e9a9d8a445b34922cbb2e6edb01e6c0a1ea67ac0155813d0492441ea54ebd9","s":"0x264131477e10f38c28d72778d7d16af5779df27ef9c77e82854e9be031780e33","yParity":"0x1","v":"0x1","hash":"0x8020297e48870cce10f05b179f34cb947242b4c59c07592bc6bc029a11bc4e2a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x409dfa2615ee7e8a8b5e2bef72ad5f7ac986a188f68c77453b9ad294412a0696","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x61ba1c833f5bd70212f1bb94878454be119eb8f69b7c6f72862bfa8e205358b4","transactionsRoot":"0xc454850fc9b62191a1f7926ff51bfe7bb02d3460212af5932f6ca0cb69d64ff0","receiptsRoot":"0xc80313dc9665ff4d48d4e81846d45517dd6d8502d66e81dbe9f5ab5e0c8e0d9e","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000008000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000","difficulty":"0x0","number":"0xe","gasLimit":"0x1c9c380","gasUsed":"0x4eecb7","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xd34e8de","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x12","gas":"0x669a21","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x610140604052348015610010575f5ffd5b50604051615fb7380380615fb783398101604081905261002f916101e6565b8084878585896001600160a01b03811661005c576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b0390811660805292831660a05263ffffffff91821660c0521660e052166101005261008d816100a5565b610120525061009a6100eb565b50505050505061034a565b5f5f829050601f815111156100d8578260405163305a27a960e01b81526004016100cf91906102ef565b60405180910390fd5b80516100e382610324565b179392505050565b5f54610100900460ff16156101525760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b60648201526084016100cf565b5f5460ff908116146101a1575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b03811681146101b7575f5ffd5b50565b805163ffffffff811681146101cd575f5ffd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f5f5f5f60c087890312156101fb575f5ffd5b8651610206816101a3565b6020880151909650610217816101a3565b6040880151909550610228816101a3565b9350610236606088016101ba565b9250610244608088016101ba565b60a08801519092506001600160401b0381111561025f575f5ffd5b8701601f8101891361026f575f5ffd5b80516001600160401b03811115610288576102886101d2565b604051601f8201601f19908116603f011681016001600160401b03811182821017156102b6576102b66101d2565b6040528181528282016020018b10156102cd575f5ffd5b8160208401602083015e5f602083830101528093505050509295509295509295565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b80516020808301519190811015610344575f198160200360031b1b821691505b50919050565b60805160a05160c05160e0516101005161012051615bd26103e55f395f611b3701525f818161044f015261356c01525f81816105b30152613dfc01525f818161036101528181611fce01526126d001525f8181610732015281816114d501528181611b6b01528181611bd5015281816129ce015261364b01525f81816105da0152818161085801528181611c7a01526131e30152615bd25ff3fe608060405234801561000f575f5ffd5b50600436106102b1575f3560e01c80636cfb44811161017b578063a9821821116100e4578063c221d8ae1161009e578063df5cf72311610079578063df5cf7231461072d578063f2fde38b14610754578063f605ce0814610767578063fabc1cbc1461077a575f5ffd5b8063c221d8ae146106f4578063cd6dc68714610707578063d3d96ff41461071a575f5ffd5b8063a982182114610666578063adc2e3d914610679578063b2447af71461068c578063b66bd9891461069f578063b9fbaed1146106b2578063ba1a84e5146106e1575f5ffd5b8063886f119511610135578063886f1195146105d55780638ce64854146105fc5780638da5cb5b1461061c57806394d7d00c1461062d578063952899ee14610640578063a9333ec814610653575f5ffd5b80636cfb4481146105425780636e3492b51461056d5780636e875dba14610580578063715018a61461059357806379ae50cd1461059b5780637bc1ef61146105ae575f5ffd5b80634177a87c1161021d57806354fd4d50116101d757806354fd4d50146104ca57806356c483e6146104df578063595c6a67146104f25780635ac86ab7146104fa5780635c975abb1461051d578063670d3ba21461052f575f5ffd5b80634177a87c1461042a5780634657e26a1461044a5780634a10ffe5146104715780634b5046ef1461049157806350feea20146104a4578063547afb87146104b7575f5ffd5b80632981eb771161026e5780632981eb771461035c5780632b453a9a146103985780632bab2c4a146103b8578063304c10cd146103cb57806336352057146103f657806340120dab14610409575f5ffd5b806310e1b9b8146102b55780631352c3e6146102de578063136439dd1461030157806315fe502814610316578063260dc75814610336578063261f84e014610349575b5f5ffd5b6102c86102c3366004614a50565b61078d565b6040516102d59190614a97565b60405180910390f35b6102f16102ec366004614aca565b6107c8565b60405190151581526020016102d5565b61031461030f366004614afe565b610843565b005b610329610324366004614b15565b610918565b6040516102d59190614b93565b6102f1610344366004614ba5565b610a2f565b610314610357366004614bff565b610a60565b6103837f000000000000000000000000000000000000000000000000000000000000000081565b60405163ffffffff90911681526020016102d5565b6103ab6103a6366004614ce4565b610d3b565b6040516102d59190614d87565b6103ab6103c6366004614dea565b610d51565b6103de6103d9366004614b15565b610df0565b6040516001600160a01b0390911681526020016102d5565b610314610404366004614e6e565b610e1f565b61041c610417366004614ec0565b611629565b6040516102d5929190614f4d565b61043d610438366004614ba5565b6117a4565b6040516102d59190614faa565b6103de7f000000000000000000000000000000000000000000000000000000000000000081565b61048461047f366004614fbc565b6117c8565b6040516102d59190614fff565b61031461049f36600461504a565b611870565b6103146104b23660046150ca565b61192a565b6104846104c5366004615128565b611a88565b6104d2611b30565b6040516102d5919061516a565b6103146104ed36600461519f565b611b60565b610314611c65565b6102f16105083660046151c9565b606654600160ff9092169190911b9081161490565b6066545b6040519081526020016102d5565b6102f161053d366004614aca565b611d14565b610555610550366004614ec0565b611d25565b6040516001600160401b0390911681526020016102d5565b61031461057b3660046151ff565b611d3a565b61043d61058e366004614ba5565b61211b565b61031461212c565b6103296105a9366004614b15565b61213d565b6103837f000000000000000000000000000000000000000000000000000000000000000081565b6103de7f000000000000000000000000000000000000000000000000000000000000000081565b61060f61060a366004615230565b612217565b6040516102d59190615273565b6033546001600160a01b03166103de565b61048461063b366004615285565b6122d3565b61031461064e3660046152e0565b6123bf565b610555610661366004614ec0565b61287e565b610314610674366004615489565b6128ad565b610314610687366004615507565b61295f565b61052161069a366004614ba5565b612cbc565b6103146106ad3660046150ca565b612cde565b6106c56106c0366004614b15565b612e38565b60408051921515835263ffffffff9091166020830152016102d5565b6105216106ef366004614b15565b612ed2565b61043d610702366004614aca565b612ef2565b610314610715366004615549565b612f1b565b610314610728366004614ec0565b613038565b6103de7f000000000000000000000000000000000000000000000000000000000000000081565b610314610762366004614b15565b61315c565b610555610775366004614ec0565b6131d5565b610314610788366004614afe565b6131e1565b604080516060810182525f80825260208201819052918101829052906107bc856107b6866132f7565b8561335a565b925050505b9392505050565b6001600160a01b0382165f908152609e602052604081208190816107eb856132f7565b815260208082019290925260409081015f2081518083019092525460ff8116151580835261010090910463ffffffff16928201929092529150806108395750806020015163ffffffff164311155b9150505b92915050565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa1580156108a5573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108c99190615573565b6108e657604051631d77d47760e21b815260040160405180910390fd5b606654818116811461090b5760405163c61dca5d60e01b815260040160405180910390fd5b610914826134c6565b5050565b6001600160a01b0381165f908152609d602052604081206060919061093c90613503565b90505f816001600160401b0381111561095757610957614974565b60405190808252806020026020018201604052801561099b57816020015b604080518082019091525f80825260208201528152602001906001900390816109755790505b5090505f5b82811015610a27576001600160a01b0385165f908152609d60205260409020610a02906109cd908361350c565b604080518082019091525f80825260208201525060408051808201909152606082901c815263ffffffff909116602082015290565b828281518110610a1457610a14615592565b60209081029190910101526001016109a0565b509392505050565b60208082015182516001600160a01b03165f90815260989092526040822061083d9163ffffffff9081169061351716565b82610a6a8161352e565b610a875760405163932d94f760e01b815260040160405180910390fd5b6001600160a01b0384165f90815260a4602052604090205460ff16610abf576040516348f7dbb960e01b815260040160405180910390fd5b5f5b82811015610d34575f6040518060400160405280876001600160a01b03168152602001868685818110610af657610af6615592565b9050602002810190610b0891906155a6565b610b169060208101906155c4565b63ffffffff168152509050610b60816020015163ffffffff1660985f896001600160a01b03166001600160a01b031681526020019081526020015f206135d890919063ffffffff16565b610b7d57604051631fb1705560e21b815260040160405180910390fd5b7f31629285ead2335ae0933f86ed2ae63321f7af77b4e6eaabc42c057880977e6c6040518060400160405280886001600160a01b03168152602001836020015163ffffffff16815250604051610bd391906155dd565b60405180910390a15f610be5826132f7565b90505f5b868685818110610bfb57610bfb615592565b9050602002810190610c0d91906155a6565b610c1b9060208101906155eb565b9050811015610d2957610c91878786818110610c3957610c39615592565b9050602002810190610c4b91906155a6565b610c599060208101906155eb565b83818110610c6957610c69615592565b9050602002016020810190610c7e9190614b15565b5f848152609960205260409020906135e3565b507f7ab260fe0af193db5f4986770d831bda4ea46099dc817e8b6716dcae8af8e88b83888887818110610cc657610cc6615592565b9050602002810190610cd891906155a6565b610ce69060208101906155eb565b84818110610cf657610cf6615592565b9050602002016020810190610d0b9190614b15565b604051610d19929190615630565b60405180910390a1600101610be9565b505050600101610ac1565b5050505050565b6060610d49848484436135f7565b949350505050565b6060610d5f858585856135f7565b90505f5b8451811015610de757610d8f858281518110610d8157610d81615592565b6020026020010151876107c8565b610ddf575f5b8451811015610ddd575f838381518110610db157610db1615592565b60200260200101518281518110610dca57610dca615592565b6020908102919091010152600101610d95565b505b600101610d63565b50949350505050565b6001600160a01b038082165f908152609760205260408120549091168015610e1857806107c1565b5090919050565b606654600190600290811603610e485760405163840a48d560e01b815260040160405180910390fd5b82610e528161352e565b610e6f5760405163932d94f760e01b815260040160405180910390fd5b5f6040518060400160405280866001600160a01b03168152602001856020016020810190610e9d91906155c4565b63ffffffff1690529050610eb460608501856155eb565b9050610ec360408601866155eb565b905014610ee3576040516343714afd60e01b815260040160405180910390fd5b60208082015182516001600160a01b03165f90815260989092526040909120610f159163ffffffff9081169061351716565b610f3257604051631fb1705560e21b815260040160405180910390fd5b610f48610f426020860186614b15565b826107c8565b610f655760405163ebbff49760e01b815260040160405180910390fd5b5f610f7360408601866155eb565b90506001600160401b03811115610f8c57610f8c614974565b604051908082528060200260200182016040528015610fb5578160200160208202803683370190505b5090505f5b610fc760408701876155eb565b90508110156115bb5780158061105a5750610fe560408701876155eb565b610ff060018461566a565b818110610fff57610fff615592565b90506020020160208101906110149190614b15565b6001600160a01b031661102a60408801886155eb565b8381811061103a5761103a615592565b905060200201602081019061104f9190614b15565b6001600160a01b0316115b61107757604051639f1c805360e01b815260040160405180910390fd5b61108460608701876155eb565b8281811061109457611094615592565b905060200201355f1080156110d45750670de0b6b3a76400006110ba60608801886155eb565b838181106110ca576110ca615592565b9050602002013511155b6110f157604051631353603160e01b815260040160405180910390fd5b61114d61110160408801886155eb565b8381811061111157611111615592565b90506020020160208101906111269190614b15565b60995f611132876132f7565b81526020019081526020015f206138e490919063ffffffff16565b61116a576040516331bc342760e11b815260040160405180910390fd5b5f806111bc61117c60208a018a614b15565b611185876132f7565b61119260408c018c6155eb565b878181106111a2576111a2615592565b90506020020160208101906111b79190614b15565b61335a565b805191935091506001600160401b03165f036111d95750506115b3565b5f6112146111ea60608b018b6155eb565b868181106111fa576111fa615592565b85516001600160401b031692602090910201359050613905565b835190915061122f6001600160401b0380841690831661391b565b86868151811061124157611241615592565b60200260200101818152505081835f0181815161125e919061567d565b6001600160401b031690525083518290859061127b90839061567d565b6001600160401b031690525060208401805183919061129b90839061567d565b6001600160401b031690525060208301515f600f9190910b12156113b3575f6112fe6112ca60608d018d6155eb565b888181106112da576112da615592565b9050602002013585602001516112ef9061569c565b6001600160801b031690613905565b9050806001600160401b03168460200181815161131b91906156c0565b600f0b9052507f1487af5418c47ee5ea45ef4a93398668120890774a9e13487e61e9dc3baf76dd61134f60208d018d614b15565b8961135d60408f018f6155eb565b8a81811061136d5761136d615592565b90506020020160208101906113829190614b15565b611393885f0151896020015161392f565b88604001516040516113a99594939291906156ed565b60405180910390a1505b6114056113c360208c018c614b15565b6113cc896132f7565b6113d960408e018e6155eb565b898181106113e9576113e9615592565b90506020020160208101906113fe9190614b15565b878761394e565b7f1487af5418c47ee5ea45ef4a93398668120890774a9e13487e61e9dc3baf76dd61143360208c018c614b15565b8861144160408e018e6155eb565b8981811061145157611451615592565b90506020020160208101906114669190614b15565b865160405161147a949392919043906156ed565b60405180910390a16114cb61149260208c018c614b15565b61149f60408d018d6155eb565b888181106114af576114af615592565b90506020020160208101906114c49190614b15565b8651613b86565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001663601bb36f61150760208d018d614b15565b61151460408e018e6155eb565b8981811061152457611524615592565b90506020020160208101906115399190614b15565b875160405160e085901b6001600160e01b03191681526001600160a01b0393841660048201529290911660248301526001600160401b0380861660448401521660648201526084015f604051808303815f87803b158015611598575f5ffd5b505af11580156115aa573d5f5f3e3d5ffd5b50505050505050505b600101610fba565b507f80969ad29428d6797ee7aad084f9e4a42a82fc506dcd2ca3b6fb431f85ccebe56115ea6020870187614b15565b836115f860408901896155eb565b8561160660808c018c61573e565b60405161161997969594939291906157a8565b60405180910390a1505050505050565b6001600160a01b0382165f908152609d60205260408120606091829161164e90613503565b90505f816001600160401b0381111561166957611669614974565b6040519080825280602002602001820160405280156116ad57816020015b604080518082019091525f80825260208201528152602001906001900390816116875790505b5090505f826001600160401b038111156116c9576116c9614974565b60405190808252806020026020018201604052801561171257816020015b604080516060810182525f80825260208083018290529282015282525f199092019101816116e75790505b5090505f5b83811015611795576001600160a01b0388165f908152609d60205260408120611744906109cd908461350c565b90508084838151811061175957611759615592565b602002602001018190525061176f89828a61078d565b83838151811061178157611781615592565b602090810291909101015250600101611717565b509093509150505b9250929050565b60605f6107c160995f6117b6866132f7565b81526020019081526020015f20613c08565b60605f83516001600160401b038111156117e4576117e4614974565b60405190808252806020026020018201604052801561180d578160200160208202803683370190505b5090505f5b8451811015610a275761183e85828151811061183057611830615592565b60200260200101518561287e565b82828151811061185057611850615592565b6001600160401b0390921660209283029190910190910152600101611812565b6066545f906001908116036118985760405163840a48d560e01b815260040160405180910390fd5b8382146118b8576040516343714afd60e01b815260040160405180910390fd5b5f5b8481101561192157611919878787848181106118d8576118d8615592565b90506020020160208101906118ed9190614b15565b8686858181106118ff576118ff615592565b9050602002016020810190611914919061583e565b613c14565b6001016118ba565b50505050505050565b836119348161352e565b6119515760405163932d94f760e01b815260040160405180910390fd5b604080518082019091526001600160a01b038616815263ffffffff851660208201525f61197d826132f7565b90506119be826020015163ffffffff1660985f8a6001600160a01b03166001600160a01b031681526020019081526020015f2061351790919063ffffffff16565b6119db57604051631fb1705560e21b815260040160405180910390fd5b5f5b84811015611a7e576119fa868683818110610c6957610c69615592565b611a175760405163585cfb2f60e01b815260040160405180910390fd5b7f7ab260fe0af193db5f4986770d831bda4ea46099dc817e8b6716dcae8af8e88b83878784818110611a4b57611a4b615592565b9050602002016020810190611a609190614b15565b604051611a6e929190615630565b60405180910390a16001016119dd565b5050505050505050565b60605f82516001600160401b03811115611aa457611aa4614974565b604051908082528060200260200182016040528015611acd578160200160208202803683370190505b5090505f5b8351811015610a2757611afe85858381518110611af157611af1615592565b602002602001015161287e565b828281518110611b1057611b10615592565b6001600160401b0390921660209283029190910190910152600101611ad2565b6060611b5b7f0000000000000000000000000000000000000000000000000000000000000000613d18565b905090565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614611c5b57611b998261352e565b611bb6576040516348f5c3ed60e01b815260040160405180910390fd5b6040516336b87bd760e11b81526001600160a01b0383811660048301527f00000000000000000000000000000000000000000000000000000000000000001690636d70f7ae90602401602060405180830381865afa158015611c1a573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c3e9190615573565b611c5b5760405163ccea9e6f60e01b815260040160405180910390fd5b6109148282613d55565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa158015611cc7573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ceb9190615573565b611d0857604051631d77d47760e21b815260040160405180910390fd5b611d125f196134c6565b565b5f6107c183609a5f611132866132f7565b5f5f611d318484613f01565b95945050505050565b606654600290600490811603611d635760405163840a48d560e01b815260040160405180910390fd5b611d78611d736020840184614b15565b61352e565b80611d915750611d91611d736040840160208501614b15565b611dae576040516348f5c3ed60e01b815260040160405180910390fd5b5f5b611dbd60408401846155eb565b905081101561207f575f6040518060400160405280856020016020810190611de59190614b15565b6001600160a01b03168152602001611e0060408701876155eb565b85818110611e1057611e10615592565b9050602002016020810190611e2591906155c4565b63ffffffff168152509050611e72816020015163ffffffff1660985f876020016020810190611e549190614b15565b6001600160a01b0316815260208101919091526040015f2090613517565b611e8f57604051631fb1705560e21b815260040160405180910390fd5b609e5f611e9f6020870187614b15565b6001600160a01b03166001600160a01b031681526020019081526020015f205f611ec8836132f7565b815260208101919091526040015f205460ff16611ef8576040516325131d4f60e01b815260040160405180910390fd5b611f32611f04826132f7565b609c5f611f146020890189614b15565b6001600160a01b0316815260208101919091526040015f2090614070565b50611f6a611f436020860186614b15565b609a5f611f4f856132f7565b81526020019081526020015f2061407b90919063ffffffff16565b50611f786020850185614b15565b6001600160a01b03167fad34c3070be1dffbcaa499d000ba2b8d9848aefcac3059df245dd95c4ece14fe82604051611fb091906155dd565b60405180910390a2604080518082019091525f815260208101611ff37f00000000000000000000000000000000000000000000000000000000000000004361585f565b63ffffffff169052609e5f61200b6020880188614b15565b6001600160a01b03166001600160a01b031681526020019081526020015f205f612034846132f7565b81526020808201929092526040015f2082518154939092015163ffffffff166101000264ffffffff00199215159290921664ffffffffff199093169290921717905550600101611db0565b506120936103d96040840160208501614b15565b6001600160a01b031663303ca9566120ae6020850185614b15565b6120be6040860160208701614b15565b6120cb60408701876155eb565b6040518563ffffffff1660e01b81526004016120ea94939291906158b4565b5f604051808303815f87803b158015612101575f5ffd5b505af1158015612113573d5f5f3e3d5ffd5b505050505050565b606061083d609a5f6117b6856132f7565b61213461408f565b611d125f6140e9565b6001600160a01b0381165f908152609c602052604081206060919061216190613503565b90505f816001600160401b0381111561217c5761217c614974565b6040519080825280602002602001820160405280156121c057816020015b604080518082019091525f808252602082015281526020019060019003908161219a5790505b5090505f5b82811015610a27576001600160a01b0385165f908152609c602052604090206121f2906109cd908361350c565b82828151811061220457612204615592565b60209081029190910101526001016121c5565b60605f84516001600160401b0381111561223357612233614974565b60405190808252806020026020018201604052801561227c57816020015b604080516060810182525f80825260208083018290529282015282525f199092019101816122515790505b5090505f5b8551811015610de7576122ae86828151811061229f5761229f615592565b6020026020010151868661078d565b8282815181106122c0576122c0615592565b6020908102919091010152600101612281565b60605f83516001600160401b038111156122ef576122ef614974565b604051908082528060200260200182016040528015612318578160200160208202803683370190505b5090505f5b8451811015610de7576001600160a01b0386165f90815260a160205260408120865161238d9287929189908690811061235857612358615592565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f2061413a90919063ffffffff16565b82828151811061239f5761239f615592565b6001600160401b039092166020928302919091019091015260010161231d565b6066545f906001908116036123e75760405163840a48d560e01b815260040160405180910390fd5b6123f08361352e565b61240d576040516348f5c3ed60e01b815260040160405180910390fd5b5f5f5f61241986612e38565b915091508161243b5760405163fa55fc8160e01b815260040160405180910390fd5b91505f90505b8351811015610d345783818151811061245c5761245c615592565b6020026020010151604001515184828151811061247b5761247b615592565b60200260200101516020015151146124a6576040516343714afd60e01b815260040160405180910390fd5b5f8482815181106124b9576124b9615592565b602090810291909101810151518082015181516001600160a01b03165f908152609890935260409092209092506124f99163ffffffff9081169061351716565b61251657604051631fb1705560e21b815260040160405180910390fd5b5f61252187836107c8565b90505f5b86848151811061253757612537615592565b60200260200101516020015151811015612873575f87858151811061255e5761255e615592565b602002602001015160200151828151811061257b5761257b615592565b60200260200101519050612592898261ffff613c14565b5f5f6125a18b6107b6886132f7565b91509150806040015163ffffffff165f146125cf57604051630d8fcbe360e41b815260040160405180910390fd5b5f6125dc8785848961414e565b9050612621825f01518c8a815181106125f7576125f7615592565b602002602001015160400151878151811061261457612614615592565b6020026020010151614184565b600f0b602083018190525f0361264a57604051634606179360e11b815260040160405180910390fd5b5f8260200151600f0b121561278e578015612710576126cb61266b886132f7565b6001600160a01b03808f165f90815260a360209081526040808320938a16835292905220908154600160801b90819004600f0b5f818152600180860160205260409091209390935583546001600160801b03908116939091011602179055565b6126f57f00000000000000000000000000000000000000000000000000000000000000004361585f565b61270090600161585f565b63ffffffff1660408301526127fb565b6127228360200151836020015161392f565b6001600160401b031660208401528a518b908990811061274457612744615592565b602002602001015160400151858151811061276157612761615592565b6020908102919091018101516001600160401b031683525f9083015263ffffffff431660408301526127fb565b5f8260200151600f0b13156127fb576127af8360200151836020015161392f565b6001600160401b0390811660208501819052845190911610156127e557604051636c9be0bf60e01b815260040160405180910390fd5b6127ef894361585f565b63ffffffff1660408301525b6128108c612808896132f7565b86868661394e565b7f1487af5418c47ee5ea45ef4a93398668120890774a9e13487e61e9dc3baf76dd8c8886612845865f0151876020015161392f565b866040015160405161285b9594939291906156ed565b60405180910390a15050600190920191506125259050565b505050600101612441565b6001600160a01b038083165f90815260a16020908152604080832093851683529290529081206107c19061419b565b826128b78161352e565b6128d45760405163932d94f760e01b815260040160405180910390fd5b6001600160a01b0384165f90815260a4602052604090205460ff16612916576001600160a01b0384165f90815260a460205260409020805460ff191660011790555b836001600160a01b03167fa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c94371384846040516129519291906158e0565b60405180910390a250505050565b6066546002906004908116036129885760405163840a48d560e01b815260040160405180910390fd5b826129928161352e565b6129af5760405163932d94f760e01b815260040160405180910390fd5b6040516336b87bd760e11b81526001600160a01b0385811660048301527f00000000000000000000000000000000000000000000000000000000000000001690636d70f7ae90602401602060405180830381865afa158015612a13573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a379190615573565b612a545760405163ccea9e6f60e01b815260040160405180910390fd5b5f5b612a6360208501856155eb565b9050811015612c2b57604080518082019091525f9080612a866020880188614b15565b6001600160a01b03168152602001868060200190612aa491906155eb565b85818110612ab457612ab4615592565b9050602002016020810190612ac991906155c4565b63ffffffff90811690915260208083015183516001600160a01b03165f90815260989092526040909120929350612b0592919081169061351716565b612b2257604051631fb1705560e21b815260040160405180910390fd5b612b2c86826107c8565b15612b4a57604051636c6c6e2760e11b815260040160405180910390fd5b612b73612b56826132f7565b6001600160a01b0388165f908152609c60205260409020906135d8565b50612b9f86609a5f612b84856132f7565b81526020019081526020015f206135e390919063ffffffff16565b50856001600160a01b03167f43232edf9071753d2321e5fa7e018363ee248e5f2142e6c08edd3265bfb4895e82604051612bd991906155dd565b60405180910390a26001600160a01b0386165f908152609e60205260408120600191612c04846132f7565b815260208101919091526040015f20805460ff191691151591909117905550600101612a56565b50612c3c6103d96020850185614b15565b6001600160a01b031663c63fd50285612c586020870187614b15565b612c6560208801886155eb565b612c7260408a018a61573e565b6040518763ffffffff1660e01b8152600401612c93969594939291906158f3565b5f604051808303815f87803b158015612caa575f5ffd5b505af1158015611a7e573d5f5f3e3d5ffd5b5f61083d609a5f612ccc856132f7565b81526020019081526020015f20613503565b83612ce88161352e565b612d055760405163932d94f760e01b815260040160405180910390fd5b6040805180820182526001600160a01b03871680825263ffffffff80881660208085018290525f93845260989052939091209192612d44929161351716565b612d6157604051631fb1705560e21b815260040160405180910390fd5b5f612d6b826132f7565b90505f5b84811015611a7e57612db4868683818110612d8c57612d8c615592565b9050602002016020810190612da19190614b15565b5f8481526099602052604090209061407b565b612dd1576040516331bc342760e11b815260040160405180910390fd5b7f7b4b073d80dcac55a11177d8459ad9f664ceeb91f71f27167bb14f8152a7eeee83878784818110612e0557612e05615592565b9050602002016020810190612e1a9190614b15565b604051612e28929190615630565b60405180910390a1600101612d6f565b6001600160a01b0381165f908152609b602090815260408083208151608081018352905463ffffffff80821680845260ff600160201b8404161515958401869052650100000000008304821694840194909452600160481b909104166060820181905284939192919015801590612eb95750826060015163ffffffff164310155b15612ec8575050604081015160015b9590945092505050565b6001600160a01b0381165f90815260986020526040812061083d90613503565b6001600160a01b0382165f908152609f602052604081206060919061083990826117b6866132f7565b5f54610100900460ff1615808015612f3957505f54600160ff909116105b80612f525750303b158015612f5257505f5460ff166001145b612fba5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015612fdb575f805461ff0019166101001790555b612fe4826134c6565b612fed836140e9565b8015613033575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498906020015b60405180910390a15b505050565b816130428161352e565b61305f5760405163932d94f760e01b815260040160405180910390fd5b60405163b526578760e01b81526001600160a01b03848116600483015283169063b526578790602401602060405180830381865afa1580156130a3573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130c79190615573565b6130e457604051631d0b13c160e31b815260040160405180910390fd5b6001600160a01b038381165f90815260976020526040902080546001600160a01b0319169184169190911790557f2ae945c40c44dc0ec263f95609c3fdc6952e0aefa22d6374e44f2c997acedf858361313c81610df0565b604080516001600160a01b0393841681529290911660208301520161302a565b61316461408f565b6001600160a01b0381166131c95760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401612fb1565b6131d2816140e9565b50565b5f5f610de78484613f01565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561323d573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613261919061593f565b6001600160a01b0316336001600160a01b0316146132925760405163794821ff60e01b815260040160405180910390fd5b606654801982198116146132b95760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b5f815f0151826020015163ffffffff1660405160200161334292919060609290921b6bffffffffffffffffffffffff1916825260a01b6001600160a01b031916601482015260200190565b60405160208183030381529060405261083d9061595a565b6040805180820182525f80825260208083018290528351606081018552828152808201839052808501839052845180860186526001600160a01b03898116855260a18452868520908816855290925293822092939281906133ba9061419b565b6001600160401b0390811682526001600160a01b038981165f81815260a260209081526040808320948c168084529482528083205486169682019690965291815260a082528481208b8252825284812092815291815290839020835160608101855290549283168152600160401b8304600f0b91810191909152600160c01b90910463ffffffff1691810182905291925043101561345c5790925090506134be565b61346d815f0151826020015161392f565b6001600160401b0316815260208101515f600f9190910b12156134ab5761349c8260200151826020015161392f565b6001600160401b031660208301525b5f60408201819052602082015290925090505b935093915050565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b5f61083d825490565b5f6107c183836141ae565b5f81815260018301602052604081205415156107c1565b604051631beb2b9760e31b81526001600160a01b0382811660048301523360248301523060448301525f80356001600160e01b0319166064840152917f00000000000000000000000000000000000000000000000000000000000000009091169063df595cb8906084016020604051808303815f875af11580156135b4573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061083d9190615573565b5f6107c183836141d4565b5f6107c1836001600160a01b0384166141d4565b606083516001600160401b0381111561361257613612614974565b60405190808252806020026020018201604052801561364557816020015b60608152602001906001900390816136305790505b5090505f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663f0e0e67686866040518363ffffffff1660e01b815260040161369792919061597d565b5f60405180830381865afa1580156136b1573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526136d891908101906159a1565b90505f5b85518110156138da575f8682815181106136f8576136f8615592565b6020026020010151905085516001600160401b0381111561371b5761371b614974565b604051908082528060200260200182016040528015613744578160200160208202803683370190505b5084838151811061375757613757615592565b60209081029190910101525f5b86518110156138d0575f87828151811061378057613780615592565b6020908102919091018101516001600160a01b038086165f90815260a18452604080822092841682529190935282209092506137bb9061419b565b9050806001600160401b03165f036137d45750506138c8565b5f6137e0858d8561078d565b90508863ffffffff16816040015163ffffffff161115801561380857505f8160200151600f0b125b1561382a5761381e815f0151826020015161392f565b6001600160401b031681525b80515f90613845906001600160401b0390811690851661391b565b905061388c8189898151811061385d5761385d615592565b6020026020010151878151811061387657613876615592565b602002602001015161422090919063ffffffff16565b89888151811061389e5761389e615592565b602002602001015186815181106138b7576138b7615592565b602002602001018181525050505050505b600101613764565b50506001016136dc565b5050949350505050565b6001600160a01b0381165f90815260018301602052604081205415156107c1565b5f6107c18383670de0b6b3a76400006001614234565b5f6107c183670de0b6b3a76400008461428d565b5f6107c1613946836001600160401b0386166156c0565b600f0b614372565b6020808301516001600160a01b038088165f90815260a284526040808220928816825291909352909120546001600160401b03908116911614613a1457602082810180516001600160a01b038881165f81815260a286526040808220938a1680835293875290819020805467ffffffffffffffff19166001600160401b0395861617905593518451918252948101919091529216908201527facf9095feb3a370c9cf692421c69ef320d4db5c66e6a7d29c7694eb02364fc559060600160405180910390a15b6001600160a01b038086165f90815260a060209081526040808320888452825280832093871683529281529082902083518154928501519385015163ffffffff16600160c01b0263ffffffff60c01b196001600160801b038616600160401b026001600160c01b03199095166001600160401b03909316929092179390931716919091179055600f0b15613af6576001600160a01b0385165f908152609f602090815260408083208784529091529020613ace90846135e3565b506001600160a01b0385165f908152609d60205260409020613af090856135d8565b50610d34565b80516001600160401b03165f03610d34576001600160a01b0385165f908152609f602090815260408083208784529091529020613b33908461407b565b506001600160a01b0385165f908152609f602090815260408083208784529091529020613b5f90613503565b5f03610d34576001600160a01b0385165f908152609d602052604090206121139085614070565b6001600160a01b038084165f90815260a160209081526040808320938616835292905220613bb59043836143dd565b604080516001600160a01b038086168252841660208201526001600160401b038316918101919091527f1c6458079a41077d003c11faf9bf097e693bd67979e4e6500bac7b29db779b5c9060600161302a565b60605f6107c1836143f1565b6001600160a01b038381165f90815260a360209081526040808320938616835292905290812054600f81810b600160801b909204900b035b5f81118015613c5e57508261ffff1682105b15610d34576001600160a01b038086165f90815260a3602090815260408083209388168352929052908120613c929061444a565b90505f5f613ca188848961335a565b91509150806040015163ffffffff16431015613cbf57505050610d34565b613ccc888489858561394e565b6001600160a01b038089165f90815260a360209081526040808320938b16835292905220613cf99061449c565b50613d0385615aad565b9450613d0e84615ac5565b9350505050613c4c565b60605f613d2483614519565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6001600160a01b0382165f908152609b60209081526040918290208251608081018452905463ffffffff808216835260ff600160201b830416151593830193909352650100000000008104831693820193909352600160481b909204166060820181905215801590613dd15750806060015163ffffffff164310155b15613deb57604081015163ffffffff168152600160208201525b63ffffffff82166040820152613e217f00000000000000000000000000000000000000000000000000000000000000004361585f565b613e2c90600161585f565b63ffffffff90811660608381019182526001600160a01b0386165f818152609b602090815260409182902087518154838a0151858b01519851928a1664ffffffffff1990921691909117600160201b91151591909102176cffffffffffffffff0000000000191665010000000000978916979097026cffffffff000000000000000000191696909617600160481b968816968702179055815192835294871694820194909452928301919091527f4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db910161302a565b6001600160a01b038281165f81815260a2602090815260408083209486168084529482528083205493835260a38252808320948352939052918220546001600160401b039091169190600f81810b600160801b909204900b03815b8181101561402c576001600160a01b038087165f90815260a3602090815260408083209389168352929052908120613f949083614540565b6001600160a01b038881165f90815260a0602090815260408083208584528252808320938b16835292815290829020825160608101845290546001600160401b0381168252600160401b8104600f0b92820192909252600160c01b90910463ffffffff1691810182905291925043101561400f57505061402c565b61401d86826020015161392f565b95505050806001019050613f5c565b506001600160a01b038086165f90815260a160209081526040808320938816835292905220839061405c9061419b565b614066919061567d565b9150509250929050565b5f6107c183836145af565b5f6107c1836001600160a01b0384166145af565b6033546001600160a01b03163314611d125760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401612fb1565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b5f6107c18383670de0b6b3a7640000614692565b5f61415f8460995f611132896132f7565b80156141685750815b8015611d3157505090516001600160401b031615159392505050565b5f6107c16001600160401b03808516908416615ada565b5f61083d82670de0b6b3a76400006146e7565b5f825f0182815481106141c3576141c3615592565b905f5260205f200154905092915050565b5f81815260018301602052604081205461421957508154600181810184555f84815260208082209093018490558454848252828601909352604090209190915561083d565b505f61083d565b5f6107c18383670de0b6b3a764000061428d565b5f5f61424186868661428d565b9050600183600281111561425757614257615b07565b14801561427357505f848061426e5761426e615b1b565b868809115b15611d3157614283600182615b2f565b9695505050505050565b5f80805f19858709858702925082811083820303915050805f036142c4578382816142ba576142ba615b1b565b04925050506107c1565b80841161430b5760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b6044820152606401612fb1565b5f8486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091025f889003889004909101858311909403939093029303949094049190911702949350505050565b5f6001600160401b038211156143d95760405162461bcd60e51b815260206004820152602660248201527f53616665436173743a2076616c756520646f65736e27742066697420696e203660448201526534206269747360d01b6064820152608401612fb1565b5090565b61303383836001600160401b03841661471e565b6060815f0180548060200260200160405190810160405280929190818152602001828054801561443e57602002820191905f5260205f20905b81548152602001906001019080831161442a575b50505050509050919050565b5f6144648254600f81810b600160801b909204900b131590565b1561448257604051631ed9509560e11b815260040160405180910390fd5b508054600f0b5f9081526001909101602052604090205490565b5f6144b68254600f81810b600160801b909204900b131590565b156144d457604051631ed9509560e11b815260040160405180910390fd5b508054600f0b5f818152600180840160205260408220805492905583546fffffffffffffffffffffffffffffffff191692016001600160801b03169190911790915590565b5f60ff8216601f81111561083d57604051632cd44ac360e21b815260040160405180910390fd5b5f5f61456261454e84614821565b855461455d9190600f0b615b42565b61488a565b8454909150600160801b9004600f90810b9082900b1261459557604051632d0483c560e21b815260040160405180910390fd5b600f0b5f9081526001939093016020525050604090205490565b5f8181526001830160205260408120548015614689575f6145d160018361566a565b85549091505f906145e49060019061566a565b9050818114614643575f865f01828154811061460257614602615592565b905f5260205f200154905080875f01848154811061462257614622615592565b5f918252602080832090910192909255918252600188019052604090208390555b855486908061465457614654615b69565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f90556001935050505061083d565b5f91505061083d565b82545f90816146a3868683856148f3565b905080156146dd576146c7866146ba60018461566a565b5f91825260209091200190565b54600160201b90046001600160e01b03166107bc565b5091949350505050565b81545f90801561471657614700846146ba60018461566a565b54600160201b90046001600160e01b0316610839565b509092915050565b825480156147d4575f614736856146ba60018561566a565b60408051808201909152905463ffffffff808216808452600160201b9092046001600160e01b0316602084015291925090851610156147885760405163151b8e3f60e11b815260040160405180910390fd5b805163ffffffff8086169116036147d257826147a9866146ba60018661566a565b80546001600160e01b0392909216600160201b0263ffffffff9092169190911790555050505050565b505b506040805180820190915263ffffffff92831681526001600160e01b03918216602080830191825285546001810187555f968752952091519051909216600160201b029190921617910155565b5f6001600160ff1b038211156143d95760405162461bcd60e51b815260206004820152602860248201527f53616665436173743a2076616c756520646f65736e27742066697420696e2061604482015267371034b73a191a9b60c11b6064820152608401612fb1565b80600f81900b81146148ee5760405162461bcd60e51b815260206004820152602760248201527f53616665436173743a2076616c756520646f65736e27742066697420696e20316044820152663238206269747360c81b6064820152608401612fb1565b919050565b5f5b81831015610a27575f6149088484614946565b5f8781526020902090915063ffffffff86169082015463ffffffff16111561493257809250614940565b61493d816001615b2f565b93505b506148f5565b5f6149546002848418615b7d565b6107c190848416615b2f565b6001600160a01b03811681146131d2575f5ffd5b634e487b7160e01b5f52604160045260245ffd5b604051606081016001600160401b03811182821017156149aa576149aa614974565b60405290565b604051601f8201601f191681016001600160401b03811182821017156149d8576149d8614974565b604052919050565b803563ffffffff811681146148ee575f5ffd5b5f60408284031215614a03575f5ffd5b604080519081016001600160401b0381118282101715614a2557614a25614974565b6040529050808235614a3681614960565b8152614a44602084016149e0565b60208201525092915050565b5f5f5f60808486031215614a62575f5ffd5b8335614a6d81614960565b9250614a7c85602086016149f3565b91506060840135614a8c81614960565b809150509250925092565b81516001600160401b03168152602080830151600f0b9082015260408083015163ffffffff16908201526060810161083d565b5f5f60608385031215614adb575f5ffd5b8235614ae681614960565b9150614af584602085016149f3565b90509250929050565b5f60208284031215614b0e575f5ffd5b5035919050565b5f60208284031215614b25575f5ffd5b81356107c181614960565b80516001600160a01b0316825260209081015163ffffffff16910152565b5f8151808452602084019350602083015f5b82811015614b8957614b73868351614b30565b6040959095019460209190910190600101614b60565b5093949350505050565b602081525f6107c16020830184614b4e565b5f60408284031215614bb5575f5ffd5b6107c183836149f3565b5f5f83601f840112614bcf575f5ffd5b5081356001600160401b03811115614be5575f5ffd5b6020830191508360208260051b850101111561179d575f5ffd5b5f5f5f60408486031215614c11575f5ffd5b8335614c1c81614960565b925060208401356001600160401b03811115614c36575f5ffd5b614c4286828701614bbf565b9497909650939450505050565b5f6001600160401b03821115614c6757614c67614974565b5060051b60200190565b5f82601f830112614c80575f5ffd5b8135614c93614c8e82614c4f565b6149b0565b8082825260208201915060208360051b860101925085831115614cb4575f5ffd5b602085015b83811015614cda578035614ccc81614960565b835260209283019201614cb9565b5095945050505050565b5f5f5f60808486031215614cf6575f5ffd5b614d0085856149f3565b925060408401356001600160401b03811115614d1a575f5ffd5b614d2686828701614c71565b92505060608401356001600160401b03811115614d41575f5ffd5b614d4d86828701614c71565b9150509250925092565b5f8151808452602084019350602083015f5b82811015614b89578151865260209586019590910190600101614d69565b5f602082016020835280845180835260408501915060408160051b8601019250602086015f5b82811015614dde57603f19878603018452614dc9858351614d57565b94506020938401939190910190600101614dad565b50929695505050505050565b5f5f5f5f60a08587031215614dfd575f5ffd5b614e0786866149f3565b935060408501356001600160401b03811115614e21575f5ffd5b614e2d87828801614c71565b93505060608501356001600160401b03811115614e48575f5ffd5b614e5487828801614c71565b925050614e63608086016149e0565b905092959194509250565b5f5f60408385031215614e7f575f5ffd5b8235614e8a81614960565b915060208301356001600160401b03811115614ea4575f5ffd5b830160a08186031215614eb5575f5ffd5b809150509250929050565b5f5f60408385031215614ed1575f5ffd5b8235614edc81614960565b91506020830135614eb581614960565b5f8151808452602084019350602083015f5b82811015614b8957614f3786835180516001600160401b03168252602080820151600f0b9083015260409081015163ffffffff16910152565b6060959095019460209190910190600101614efe565b604081525f614f5f6040830185614b4e565b8281036020840152611d318185614eec565b5f8151808452602084019350602083015f5b82811015614b895781516001600160a01b0316865260209586019590910190600101614f83565b602081525f6107c16020830184614f71565b5f5f60408385031215614fcd575f5ffd5b82356001600160401b03811115614fe2575f5ffd5b614fee85828601614c71565b9250506020830135614eb581614960565b602080825282518282018190525f918401906040840190835b8181101561503f5783516001600160401b0316835260209384019390920191600101615018565b509095945050505050565b5f5f5f5f5f6060868803121561505e575f5ffd5b853561506981614960565b945060208601356001600160401b03811115615083575f5ffd5b61508f88828901614bbf565b90955093505060408601356001600160401b038111156150ad575f5ffd5b6150b988828901614bbf565b969995985093965092949392505050565b5f5f5f5f606085870312156150dd575f5ffd5b84356150e881614960565b93506150f6602086016149e0565b925060408501356001600160401b03811115615110575f5ffd5b61511c87828801614bbf565b95989497509550505050565b5f5f60408385031215615139575f5ffd5b823561514481614960565b915060208301356001600160401b0381111561515e575f5ffd5b61406685828601614c71565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f5f604083850312156151b0575f5ffd5b82356151bb81614960565b9150614af5602084016149e0565b5f602082840312156151d9575f5ffd5b813560ff811681146107c1575f5ffd5b5f606082840312156151f9575f5ffd5b50919050565b5f6020828403121561520f575f5ffd5b81356001600160401b03811115615224575f5ffd5b610839848285016151e9565b5f5f5f60808486031215615242575f5ffd5b83356001600160401b03811115615257575f5ffd5b61526386828701614c71565b935050614a7c85602086016149f3565b602081525f6107c16020830184614eec565b5f5f5f60608486031215615297575f5ffd5b83356152a281614960565b925060208401356001600160401b038111156152bc575f5ffd5b6152c886828701614c71565b9250506152d7604085016149e0565b90509250925092565b5f5f604083850312156152f1575f5ffd5b82356152fc81614960565b915060208301356001600160401b03811115615316575f5ffd5b8301601f81018513615326575f5ffd5b8035615334614c8e82614c4f565b8082825260208201915060208360051b850101925087831115615355575f5ffd5b602084015b8381101561547a5780356001600160401b03811115615377575f5ffd5b85016080818b03601f1901121561538c575f5ffd5b615394614988565b6153a18b602084016149f3565b815260608201356001600160401b038111156153bb575f5ffd5b6153ca8c602083860101614c71565b60208301525060808201356001600160401b038111156153e8575f5ffd5b6020818401019250508a601f8301126153ff575f5ffd5b813561540d614c8e82614c4f565b8082825260208201915060208360051b86010192508d83111561542e575f5ffd5b6020850194505b828510156154645784356001600160401b0381168114615453575f5ffd5b825260209485019490910190615435565b604084015250508452506020928301920161535a565b50809450505050509250929050565b5f5f5f6040848603121561549b575f5ffd5b83356154a681614960565b925060208401356001600160401b038111156154c0575f5ffd5b8401601f810186136154d0575f5ffd5b80356001600160401b038111156154e5575f5ffd5b8660208284010111156154f6575f5ffd5b939660209190910195509293505050565b5f5f60408385031215615518575f5ffd5b823561552381614960565b915060208301356001600160401b0381111561553d575f5ffd5b614066858286016151e9565b5f5f6040838503121561555a575f5ffd5b823561556581614960565b946020939093013593505050565b5f60208284031215615583575f5ffd5b815180151581146107c1575f5ffd5b634e487b7160e01b5f52603260045260245ffd5b5f8235603e198336030181126155ba575f5ffd5b9190910192915050565b5f602082840312156155d4575f5ffd5b6107c1826149e0565b6040810161083d8284614b30565b5f5f8335601e19843603018112615600575f5ffd5b8301803591506001600160401b03821115615619575f5ffd5b6020019150600581901b360382131561179d575f5ffd5b6060810161563e8285614b30565b6001600160a01b039290921660409190910152919050565b634e487b7160e01b5f52601160045260245ffd5b8181038181111561083d5761083d615656565b6001600160401b03828116828216039081111561083d5761083d615656565b5f81600f0b60016001607f1b031981036156b8576156b8615656565b5f0392915050565b600f81810b9083900b0160016001607f1b03811360016001607f1b03198212171561083d5761083d615656565b6001600160a01b038616815260c0810161570a6020830187614b30565b6001600160a01b039490941660608201526001600160401b0392909216608083015263ffffffff1660a09091015292915050565b5f5f8335601e19843603018112615753575f5ffd5b8301803591506001600160401b0382111561576c575f5ffd5b60200191503681900382131561179d575f5ffd5b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b6001600160a01b03881681525f60c082016157c6602084018a614b30565b60c060608401528690528660e083015f5b888110156158075782356157ea81614960565b6001600160a01b03168252602092830192909101906001016157d7565b50838103608085015261581a8188614d57565b91505082810360a0840152615830818587615780565b9a9950505050505050505050565b5f6020828403121561584e575f5ffd5b813561ffff811681146107c1575f5ffd5b63ffffffff818116838216019081111561083d5761083d615656565b8183526020830192505f815f5b84811015614b895763ffffffff61589e836149e0565b1686526020958601959190910190600101615888565b6001600160a01b038581168252841660208201526060604082018190525f90614283908301848661587b565b602081525f610d49602083018486615780565b6001600160a01b038781168252861660208201526080604082018190525f9061591f908301868861587b565b8281036060840152615932818587615780565b9998505050505050505050565b5f6020828403121561594f575f5ffd5b81516107c181614960565b805160208083015191908110156151f9575f1960209190910360031b1b16919050565b604081525f61598f6040830185614f71565b8281036020840152611d318185614f71565b5f602082840312156159b1575f5ffd5b81516001600160401b038111156159c6575f5ffd5b8201601f810184136159d6575f5ffd5b80516159e4614c8e82614c4f565b8082825260208201915060208360051b850101925086831115615a05575f5ffd5b602084015b83811015615aa25780516001600160401b03811115615a27575f5ffd5b8501603f81018913615a37575f5ffd5b6020810151615a48614c8e82614c4f565b808282526020820191506020808460051b8601010192508b831115615a6b575f5ffd5b6040840193505b82841015615a8d578351825260209384019390910190615a72565b86525050602093840193919091019050615a0a565b509695505050505050565b5f60018201615abe57615abe615656565b5060010190565b5f81615ad357615ad3615656565b505f190190565b600f82810b9082900b0360016001607f1b0319811260016001607f1b038213171561083d5761083d615656565b634e487b7160e01b5f52602160045260245ffd5b634e487b7160e01b5f52601260045260245ffd5b8082018082111561083d5761083d615656565b8082018281125f831280158216821582161715615b6157615b61615656565b505092915050565b634e487b7160e01b5f52603160045260245ffd5b5f82615b9757634e487b7160e01b5f52601260045260245ffd5b50049056fea26469706673582212203c3fd667caf85070715ce20d313fa488db936999ef7ff1875a48d39c4e97cebc64736f6c634300081b0033000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c90000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad788000000000000000000000000000000000000000000000000000000000000038400000000000000000000000000000000000000000000000000000000000004b000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000000676302e302e300000000000000000000000000000000000000000000000000000","r":"0xba0edd690bf977a86aa63e8092e9b34f37e5a105d8e8ca311365c741255045e6","s":"0x2add8436b36ffcea27ede14c689104c646bf22753af8ab4ea56b12c40543adcb","yParity":"0x0","v":"0x0","hash":"0x367b36f4a0756ca8ec5f3dd70a8d821db333492734fb57a4d9eaaa532e87fce5"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd45aef1868b17a5c95621df263c1b5b5b357fbec614cf8873daa11e4ccf374e1","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x31681d0a997a934b93ed78b8597ad3bbad9ebcbe0360ec8b7a924e97f58ee005","transactionsRoot":"0x63888219f491d3a54c5bf5fbd2cc93982426bf04962f1a0c69f46c0435c8cc2c","receiptsRoot":"0x02b7567d38e97f61ba9f9f427480ae0839a8d9cd0bda5c7ea80deaf4b0d0b3c9","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000800000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000","difficulty":"0x0","number":"0xf","gasLimit":"0x1c9c380","gasUsed":"0xf07bd","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xc20064d","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x13","gas":"0x138a0f","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x60a060405234801561000f575f5ffd5b506040516112b73803806112b783398101604081905261002e9161015c565b806100388161004a565b60805250610044610090565b50610267565b5f5f829050601f8151111561007d578260405163305a27a960e01b8152600401610074919061020c565b60405180910390fd5b805161008882610241565b179392505050565b5f54610100900460ff16156100f75760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608401610074565b5f5460ff90811614610146575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b634e487b7160e01b5f52604160045260245ffd5b5f6020828403121561016c575f5ffd5b81516001600160401b03811115610181575f5ffd5b8201601f81018413610191575f5ffd5b80516001600160401b038111156101aa576101aa610148565b604051601f8201601f19908116603f011681016001600160401b03811182821017156101d8576101d8610148565b6040528181528282016020018610156101ef575f5ffd5b8160208401602083015e5f91810160200191909152949350505050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b80516020808301519190811015610261575f198160200360031b1b821691505b50919050565b60805161103861027f5f395f6104d101526110385ff3fe608060405234801561000f575f5ffd5b50600436106100e5575f3560e01c80639100674511610088578063ad8aca7711610063578063ad8aca77146101df578063df595cb8146101f2578063eb5a4e8714610205578063fddbdefd14610218575f5ffd5b80639100674514610196578063950d806e146101b9578063ad5f2210146101cc575f5ffd5b806354fd4d50116100c357806354fd4d5014610124578063628806ef146101425780636bddfa1f14610155578063882a3b3814610175575f5ffd5b806306641201146100e9578063268959e5146100fe5780634f906cf914610111575b5f5ffd5b6100fc6100f7366004610dbd565b61022b565b005b6100fc61010c366004610e0e565b61034c565b6100fc61011f366004610e0e565b610427565b61012c6104ca565b6040516101399190610e3f565b60405180910390f35b6100fc610150366004610e74565b6104fa565b610168610163366004610e74565b610588565b6040516101399190610ed0565b610188610183366004610e0e565b6105b1565b604051610139929190610ee2565b6101a96101a4366004610e0e565b610712565b6040519015158152602001610139565b6100fc6101c7366004610dbd565b610782565b6101686101da366004610e74565b610893565b6101a96101ed366004610e0e565b610939565b6101a9610200366004610dbd565b61095a565b6100fc610213366004610e0e565b6109af565b610168610226366004610f44565b610a7d565b836102368133610712565b61025357604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0385165f908152600160205260408120906102758585610abb565b6001600160a01b0387165f908152600484016020526040902090915061029b9082610ae8565b6102b85760405163262118cd60e01b815260040160405180910390fd5b6001600160a01b0386165f90815260048301602052604090206102db9082610aff565b505f81815260058301602052604090206102f59087610b0a565b50856001600160a01b0316876001600160a01b03167f18242326b6b862126970679759169f01f646bd55ec5bfcab85ba9f337a74e0c6878760405161033b929190610f84565b60405180910390a350505050505050565b816103578133610712565b61037457604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0383165f9081526001602081905260409091206002019061039b82610b1e565b116103b9576040516310ce892b60e31b815260040160405180910390fd5b6103c38184610b0a565b6103e057604051630716d81b60e51b815260040160405180910390fd5b6040516001600160a01b0384811682528516907fdb9d5d31320daf5bc7181d565b6da4d12e30f0f4d5aa324a992426c14a1d19ce906020015b60405180910390a250505050565b816104328133610712565b61044f57604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0383165f9081526001602052604090206104708184610b0a565b61048d5760405163bed8295f60e01b815260040160405180910390fd5b6040516001600160a01b0384811682528516907fd706ed7ae044d795b49e54c9f519f663053951011985f663a862cd9ee72a9ac790602001610419565b60606104f57f0000000000000000000000000000000000000000000000000000000000000000610b27565b905090565b6001600160a01b0381165f90815260016020526040902061051b8133610b0a565b6105385760405163bed8295f60e01b815260040160405180910390fd5b6105456002820133610b64565b506040513381526001600160a01b038316907fbf265e8326285a2747e33e54d5945f7111f2b5edb826eb8c08d4677779b3ff979060200160405180910390a25050565b6001600160a01b0381165f9081526001602052604090206060906105ab90610b78565b92915050565b6001600160a01b038083165f9081526001602090815260408083209385168352600490930190529081206060918291906105ea82610b1e565b90505f8167ffffffffffffffff81111561060657610606610fa7565b60405190808252806020026020018201604052801561062f578160200160208202803683370190505b5090505f8267ffffffffffffffff81111561064c5761064c610fa7565b604051908082528060200260200182016040528015610675578160200160208202803683370190505b5090505f5b83811015610704576106a861068f8683610b84565b606081901c9160a09190911b6001600160e01b03191690565b8483815181106106ba576106ba610fbb565b602002602001018484815181106106d3576106d3610fbb565b6001600160e01b0319909316602093840291909101909201919091526001600160a01b03909116905260010161067a565b509097909650945050505050565b6001600160a01b0382165f90815260016020526040812061073590600201610b1e565b5f0361075757816001600160a01b0316836001600160a01b03161490506105ab565b6001600160a01b0383165f90815260016020526040902061077b9060020183610b8f565b9392505050565b8361078d8133610712565b6107aa57604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0385165f908152600160205260408120906107cc8585610abb565b6001600160a01b0387165f90815260048401602052604090209091506107f29082610ae8565b156108105760405163ad8efeb760e01b815260040160405180910390fd5b6001600160a01b0386165f90815260048301602052604090206108339082610bb0565b505f818152600583016020526040902061084d9087610b64565b50856001600160a01b0316876001600160a01b03167f037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169878760405161033b929190610f84565b6001600160a01b0381165f9081526001602052604090206060906108b990600201610b1e565b5f03610911576040805160018082528183019092525f916020808301908036833701905050905082815f815181106108f3576108f3610fbb565b6001600160a01b039092166020928302919091019091015292915050565b6001600160a01b0382165f9081526001602052604090206105ab90600201610b78565b919050565b6001600160a01b0382165f90815260016020526040812061077b9083610b8f565b5f6109658585610712565b806109a657506109a66109788484610abb565b6001600160a01b038088165f908152600160209081526040808320938a168352600490930190522090610ae8565b95945050505050565b816109ba8133610712565b6109d757604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0383165f9081526001602052604090206109fb6002820184610b8f565b15610a195760405163130160e560e31b815260040160405180910390fd5b610a238184610b64565b610a40576040516319abede360e11b815260040160405180910390fd5b6040516001600160a01b0384811682528516907fb14b9a3d448c5b04f0e5b087b6f5193390db7955482a6ffb841e7b3ba61a460c90602001610419565b60605f610a8a8484610abb565b6001600160a01b0386165f90815260016020908152604080832084845260050190915290209091506109a690610b78565b60609190911b6bffffffffffffffffffffffff191660a09190911c6bffffffff0000000000000000161790565b5f818152600183016020526040812054151561077b565b5f61077b8383610bbb565b5f61077b836001600160a01b038416610bbb565b5f6105ab825490565b60605f610b3383610c9e565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b5f61077b836001600160a01b038416610cc5565b60605f61077b83610d11565b5f61077b8383610d6a565b6001600160a01b0381165f908152600183016020526040812054151561077b565b5f61077b8383610cc5565b5f8181526001830160205260408120548015610c95575f610bdd600183610fcf565b85549091505f90610bf090600190610fcf565b9050818114610c4f575f865f018281548110610c0e57610c0e610fbb565b905f5260205f200154905080875f018481548110610c2e57610c2e610fbb565b5f918252602080832090910192909255918252600188019052604090208390555b8554869080610c6057610c60610fee565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f9055600193505050506105ab565b5f9150506105ab565b5f60ff8216601f8111156105ab57604051632cd44ac360e21b815260040160405180910390fd5b5f818152600183016020526040812054610d0a57508154600181810184555f8481526020808220909301849055845484825282860190935260409020919091556105ab565b505f6105ab565b6060815f01805480602002602001604051908101604052809291908181526020018280548015610d5e57602002820191905f5260205f20905b815481526020019060010190808311610d4a575b50505050509050919050565b5f825f018281548110610d7f57610d7f610fbb565b905f5260205f200154905092915050565b80356001600160a01b0381168114610934575f5ffd5b80356001600160e01b031981168114610934575f5ffd5b5f5f5f5f60808587031215610dd0575f5ffd5b610dd985610d90565b9350610de760208601610d90565b9250610df560408601610d90565b9150610e0360608601610da6565b905092959194509250565b5f5f60408385031215610e1f575f5ffd5b610e2883610d90565b9150610e3660208401610d90565b90509250929050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f60208284031215610e84575f5ffd5b61077b82610d90565b5f8151808452602084019350602083015f5b82811015610ec65781516001600160a01b0316865260209586019590910190600101610e9f565b5093949350505050565b602081525f61077b6020830184610e8d565b604081525f610ef46040830185610e8d565b82810360208401528084518083526020830191506020860192505f5b81811015610f385783516001600160e01b031916835260209384019390920191600101610f10565b50909695505050505050565b5f5f5f60608486031215610f56575f5ffd5b610f5f84610d90565b9250610f6d60208501610d90565b9150610f7b60408501610da6565b90509250925092565b6001600160a01b039290921682526001600160e01b031916602082015260400190565b634e487b7160e01b5f52604160045260245ffd5b634e487b7160e01b5f52603260045260245ffd5b818103818111156105ab57634e487b7160e01b5f52601160045260245ffd5b634e487b7160e01b5f52603160045260245ffdfea2646970667358221220d27fc578553d9b089fb6c1e7b6c2d45f132cb089bd090ffcdf7dad08628d4e8464736f6c634300081b00330000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000676302e302e300000000000000000000000000000000000000000000000000000","r":"0x73fce449b6fa28ae75a869f4b394e03ae74b3a00ae832c8f232c32d0a39b79a2","s":"0x63fd3e850d755d7af54c3f216f261c85ab812506c1959729f8b1f30d5f8ac6f6","yParity":"0x1","v":"0x1","hash":"0xaad517bbe1bcf8e45c7b7638f07d258c105308e2aa38260bc9cf64e9245686c0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf59a4162aae0ed11dfc1e1771c84e69977e05f6ed07d46cde28cf59359c8d65c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x25ac7b4508f77535d9185de4a4d2dd4ef9e1ad9de93bda26744f826744e27d48","transactionsRoot":"0x385d7e273723262403e30d86722017c3ec53311b696bdee0aed7517443bd0172","receiptsRoot":"0xc59caae648ffc4f6d6df9819edf89267fe68dd7fcdb9f593523dcf74cf192d65","logsBloom":"0x00000000000000000400000040000000400000000000000000800000000000000000000000000000000000000000000000000000000000000000400000000000000000400080000000000000000002000001000240000010000000000000000000000000020000000000000100000808000000000000000000000004000000400000000000000000000000000000000000000000000080000000000000000000000000000000000000000002000400000000000000000008000000000000000000102020400000200000000000040000000000002020000000000001000020000000000000000000000000000000000000000001080000000100000000400000","difficulty":"0x0","number":"0x10","gasLimit":"0x1c9c380","gasUsed":"0x33a4c","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xab5803f","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x14","gas":"0x1fbd1","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","value":"0x0","accessList":[],"input":"0x9623609d000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c90000000000000000000000000dcd1bf9a1b36ce34237eeafef220932846bcd82000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000e4cd6dc687000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","r":"0x517ad753adc3a909bf64aebe68fe6083e3401555d1de55e75ad15e8ce480325f","s":"0x5e0b4f763869e97b5355fcbfd34ebcca8b2c848b71b39a1e2e818966a4e39636","yParity":"0x1","v":"0x1","hash":"0xbe07b621be31b8a433d4cc1d755d67666b5ab9d1fae9c5064e1e0415d453d8f0"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x15","gas":"0x27980","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","value":"0x0","accessList":[],"input":"0x9623609d0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757070000000000000000000000009a676e781a523b5d0c0e43731313a708cb607508000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000641794bb3c000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","r":"0xf91a885b48dd84d76a76ff65a44f976a11b32c050cea89bdb001581a26ec82f","s":"0x6b1d8233a59091efb7b16357e1b281425fdf447d85afa46f752bafe604bb340c","yParity":"0x1","v":"0x1","hash":"0x06e0864d8afbfbd6cade2677fda08fe3ea1ca947dac2439af7635d27cbafa286"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xce1f336c2c9f2f4071b5921283be9bc2323a1b946fae53396323724bd1ef12ac","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xcc00987400287e8346554a11e28573d21d56d19e189ca27d9632ad8e3d6a67d4","transactionsRoot":"0xbfedcd916bf18f233066064315b92f63dbb2d9426cd54b3df93b34b583612b6a","receiptsRoot":"0x5a2e1bca5c02a02fc7c120f74f15efc8550bfca2b8127dbd31110ecdac3494a1","logsBloom":"0x000000000400000004000000400000084000000000000000008000008000000100100000000000000000000000000000000000000080000000000002000000040010000000000000000000000004020000010000100000000100000000000000000200000200000400000003000008000000000000000000000000040000004400000000000000000000000000000000000008000000c0000000000000000000000000000000000000000002000440000000000000000000000000000000008000080024400000200000000000040000000000002200002000000000000020000000000000000000000800000400000000000000000000000000000000400200","difficulty":"0x0","number":"0x11","gasLimit":"0x1c9c380","gasUsed":"0x501f3","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x963a55f","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x16","gas":"0x1f777","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","value":"0x0","accessList":[],"input":"0x9623609d0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f0000000000000000000000000b306bf915c4d645ff596e518faf3f9669b9701600000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000044cd6dc687000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","r":"0xdf05fbbf663afb5dbed0faf77b777cfdfc4905e069dcd2623880c22368792195","s":"0xa733377010475f5ff137246ba7dfab9909cd25bcf0d2bc8c93e9ef74638721a","yParity":"0x1","v":"0x1","hash":"0x750d1f5fd6e8e2cc6a93189b8e6e48248a18e280ec4966b68fa88fb8a5dcc591"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x17","gas":"0x262e6","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","value":"0x0","accessList":[],"input":"0x9623609d000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c853000000000000000000000000959922be3caee4b8cd9a407cc3ac1c251c2007b100000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000044cd6dc687000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000001e00000000000000000000000000000000000000000000000000000000","r":"0xdc6dc4b9540b99b8352a42d805c990de6b7951b57d09bd29159f03209e041244","s":"0x499cf5682ebed34bd4a82b8ddd300d3ddfd11caf33e85d2f573b27cacd9148d6","yParity":"0x0","v":"0x0","hash":"0xa7fadbe1c34be028ee0c8b835c31ee7dea42a62dd5d4c394c1fb19938159d756"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x18","gas":"0x2b6ee","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","value":"0x0","accessList":[],"input":"0x9623609d0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe60000000000000000000000009a9f2ccfde556a7e9ff0848998aa4a0cfd8863ae000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a4f6efbb59000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000001c2000000000000000000000000000000000000000000000000000000000000003e800000000000000000000000000000000000000000000000000000000","r":"0xc9652f823e6c655dee51f7e8de79b6bf3b6a3ff8946820997811581adf203950","s":"0x26352a64ee588d59c4b43e0d16c50622d2aae63a40a624116f85e6c398c3dcef","yParity":"0x0","v":"0x0","hash":"0x4e2545b605dce5715705b10e2b0b0514a3071d10e20efe61a6ea82719f4936b8"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x82a04ca4173cc739d923d1af570cba1ae3ab56c974f3bd7c8fb43975e87ba9a7","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3d1b7a1e046fdd722214a74f921ceff23cf22b7419aafda9a54fc01519c176c2","transactionsRoot":"0xb11ab2aff138a4af9cabdf2742d1a4d310cdae0ec7827d5bab199e8da986b0c4","receiptsRoot":"0x3bffdf31aba643c535c89fc23b7cfebe0b16983284aecd69f931f97432f77a30","logsBloom":"0x00040000000000000400000040000000400000000000000000800000000000000000000000000400000000000000000000000010000000000000000000000000000000002000000100000000000002000001000000000000000000020000000000000000020000000000000100000800000000000000000040000004000000400000000000000000000000000000000000000000000080000000000000000000002000000000000000000002008400000000000000000000000000000000000000000020400000200000000000040000040000002000000000000000000020000000000000000001000000000000000000000000000000020000000000400000","difficulty":"0x0","number":"0x12","gasLimit":"0x1c9c380","gasUsed":"0x20504","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x83dc388","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x19","gas":"0x214f5","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","value":"0x0","accessList":[],"input":"0x9623609d0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31800000000000000000000000068b1d87f95878fe05b998f19b66f4baba5de1aed00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000044cd6dc687000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","r":"0x98bffee07af52bc355798e2eba13319da387e34592b99ff70614c8b962414ecf","s":"0x32f68b37dce84fdfe3a47d9c17dab7758e235da1f0d22a30ca206e644fa05a40","yParity":"0x0","v":"0x0","hash":"0xf187241640272ea1f476ea503b40cb47d556ddd63844d87625775e996f9ff07d"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1a","gas":"0xdf2c","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","value":"0x0","accessList":[],"input":"0x99a88ec4000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7880000000000000000000000003aa5ebb10dc797cac828524e59a333d0a371443c","r":"0x6e871431768679fe22362074e88644f9a90f4592ef8de11abf01c02189e16bce","s":"0x3be9f6e2a130d2460bdbd03f3fb93936896752f28d68bcdb587845a9f20d8f28","yParity":"0x1","v":"0x1","hash":"0x09b20ab4120b5d259be12cf1393fa1448103c1aafb397ac4d4cadfcaaa18d4b2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4d932c5a3662e1456b1674d18966becefbf059e3146df6bfd7be58b29fb3e2e1","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x1082f130676298eb221747e9fc147197fd11064541cefe374304b5a1e3b84d4b","transactionsRoot":"0xe2bc2f7c5a4ac19c88779c981bc54f9d3a059a6caa7323a2a4ae853465f09204","receiptsRoot":"0x8616b9bdf4e2946bfe2284009135ab63300b889af1f0fa6b6cac561e05dedc3d","logsBloom":"0x00000000000000000000000000000000000004000000000000000000000000000000000000000000200000000000000000000000000000000004000000200000000000000000000000000008000000000000000000000000000000000000000000000000020000000010000100000800000000000000000000000010000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000002080000200000000000040000000000002000000000000000000020000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x13","gasLimit":"0x1c9c380","gasUsed":"0x1ec140","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x7385ece","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1b","gas":"0x1a00b3","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x60e060405234801561000f575f5ffd5b5060405161195e38038061195e83398101604081905261002e916101bc565b82828280826001600160a01b03811661005a576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b031660805261006f81610093565b60a052506001600160a01b03831660c0526100886100d9565b5050505050506102ed565b5f5f829050601f815111156100c6578260405163305a27a960e01b81526004016100bd9190610292565b60405180910390fd5b80516100d1826102c7565b179392505050565b5f54610100900460ff16156101405760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b60648201526084016100bd565b5f5460ff9081161461018f575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b03811681146101a5575f5ffd5b50565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156101ce575f5ffd5b83516101d981610191565b60208501519093506101ea81610191565b60408501519092506001600160401b03811115610205575f5ffd5b8401601f81018613610215575f5ffd5b80516001600160401b0381111561022e5761022e6101a8565b604051601f8201601f19908116603f011681016001600160401b038111828210171561025c5761025c6101a8565b604052818152828201602001881015610273575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b805160208083015191908110156102e7575f198160200360031b1b821691505b50919050565b60805160a05160c0516116166103485f395f81816101e801528181610578015281816109cb0152610a6801525f61069801525f81816102c5015281816103b701528181610489015281816106e90152610b9601526116165ff3fe608060405234801561000f575f5ffd5b5060043610610187575f3560e01c80637a8b2637116100d9578063c4d66de811610093578063df6fadc11161006e578063df6fadc114610361578063e3dae51c1461037c578063f3e738751461038f578063fabc1cbc146103a2575f5ffd5b8063c4d66de814610328578063ce7c2ac21461033b578063d9caed121461034e575f5ffd5b80637a8b2637146102ad578063886f1195146102c05780638c871019146102e75780638f6a6240146102fa578063a6ab36f21461030d578063ab5921e114610320575f5ffd5b806347e7ef2411610144578063595c6a671161011f578063595c6a67146102655780635ac86ab71461026d5780635c975abb1461029c57806361b01b5d146102a4575f5ffd5b806347e7ef241461022a57806354fd4d501461023d578063553ca5f814610252575f5ffd5b806311c70c9d1461018b578063136439dd146101a05780632495a599146101b357806339b70e38146101e35780633a98ef391461020a57806343fe08b014610221575b5f5ffd5b61019e6101993660046112e7565b6103b5565b005b61019e6101ae366004611307565b610474565b6032546101c6906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b6101c67f000000000000000000000000000000000000000000000000000000000000000081565b61021360335481565b6040519081526020016101da565b61021360645481565b610213610238366004611335565b610545565b610245610691565b6040516101da919061135f565b610213610260366004611394565b6106c1565b61019e6106d4565b61028c61027b3660046113c4565b6001805460ff9092161b9081161490565b60405190151581526020016101da565b600154610213565b61021360655481565b6102136102bb366004611307565b610783565b6101c67f000000000000000000000000000000000000000000000000000000000000000081565b6102136102f5366004611307565b6107cc565b610213610308366004611394565b6107d6565b61019e61031b3660046113df565b6107e3565b6102456108be565b61019e610336366004611394565b6108de565b610213610349366004611394565b6109a4565b61019e61035c366004611415565b610a36565b606454606554604080519283526020830191909152016101da565b61021361038a366004611307565b610b53565b61021361039d366004611307565b610b8a565b61019e6103b0366004611307565b610b94565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610411573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104359190611453565b6001600160a01b0316336001600160a01b0316146104665760405163794821ff60e01b815260040160405180910390fd5b6104708282610caa565b5050565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa1580156104d6573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104fa919061146e565b61051757604051631d77d47760e21b815260040160405180910390fd5b600154818116811461053c5760405163c61dca5d60e01b815260040160405180910390fd5b61047082610d4e565b600180545f91829181160361056d5760405163840a48d560e01b815260040160405180910390fd5b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146105b6576040516348da714f60e01b815260040160405180910390fd5b6105c08484610d8b565b6033545f6105d06103e8836114a1565b90505f6103e86105de610de2565b6105e891906114a1565b90505f6105f587836114b4565b90508061060284896114c7565b61060c91906114de565b9550855f0361062e57604051630c392ed360e11b815260040160405180910390fd5b61063886856114a1565b60338190556f4b3b4ca85a86c47a098a223fffffffff101561066d57604051632f14e8a360e11b815260040160405180910390fd5b610686826103e860335461068191906114a1565b610e4c565b505050505092915050565b60606106bc7f0000000000000000000000000000000000000000000000000000000000000000610e98565b905090565b5f6106ce6102bb836109a4565b92915050565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610736573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061075a919061146e565b61077757604051631d77d47760e21b815260040160405180910390fd5b6107815f19610d4e565b565b5f5f6103e860335461079591906114a1565b90505f6103e86107a3610de2565b6107ad91906114a1565b9050816107ba85836114c7565b6107c491906114de565b949350505050565b5f6106ce82610b53565b5f6106ce61039d836109a4565b5f54610100900460ff161580801561080157505f54600160ff909116105b8061081a5750303b15801561081a57505f5460ff166001145b61083f5760405162461bcd60e51b8152600401610836906114fd565b60405180910390fd5b5f805460ff191660011790558015610860575f805461ff0019166101001790555b61086a8484610caa565b61087382610ed5565b80156108b8575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b60606040518060800160405280604d8152602001611594604d9139905090565b5f54610100900460ff16158080156108fc57505f54600160ff909116105b806109155750303b15801561091557505f5460ff166001145b6109315760405162461bcd60e51b8152600401610836906114fd565b5f805460ff191660011790558015610952575f805461ff0019166101001790555b61095b82610ed5565b8015610470575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498906020015b60405180910390a15050565b60405163fe243a1760e01b81526001600160a01b0382811660048301523060248301525f917f00000000000000000000000000000000000000000000000000000000000000009091169063fe243a1790604401602060405180830381865afa158015610a12573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106ce919061154b565b60018054600290811603610a5d5760405163840a48d560e01b815260040160405180910390fd5b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610aa6576040516348da714f60e01b815260040160405180910390fd5b610ab1848484611020565b60335480831115610ad557604051630b469df360e41b815260040160405180910390fd5b5f610ae26103e8836114a1565b90505f6103e8610af0610de2565b610afa91906114a1565b90505f82610b0887846114c7565b610b1291906114de565b9050610b1e86856114b4565b603355610b3e610b2e82846114b4565b6103e860335461068191906114a1565b610b49888883611053565b5050505050505050565b5f5f6103e8603354610b6591906114a1565b90505f6103e8610b73610de2565b610b7d91906114a1565b9050806107ba83866114c7565b5f6106ce82610783565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610bf0573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c149190611453565b6001600160a01b0316336001600160a01b031614610c455760405163794821ff60e01b815260040160405180910390fd5b60015480198219811614610c6c5760405163c61dca5d60e01b815260040160405180910390fd5b600182905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b60645460408051918252602082018490527ff97ed4e083acac67830025ecbc756d8fe847cdbdca4cee3fe1e128e98b54ecb5910160405180910390a160655460408051918252602082018390527f6ab181e0440bfbf4bacdf2e99674735ce6638005490688c5f994f5399353e452910160405180910390a180821115610d435760405163052b07b760e21b815260040160405180910390fd5b606491909155606555565b600181905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b606454811115610dae5760405163052b07b760e21b815260040160405180910390fd5b606554610db9610de2565b1115610dd85760405163d86bae6760e01b815260040160405180910390fd5b6104708282611067565b6032546040516370a0823160e01b81523060048201525f916001600160a01b0316906370a0823190602401602060405180830381865afa158015610e28573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106bc919061154b565b7fd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be881610e8084670de0b6b3a76400006114c7565b610e8a91906114de565b604051908152602001610998565b60605f610ea483611095565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b5f54610100900460ff16610f3f5760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608401610836565b603280546001600160a01b0319166001600160a01b038316179055610f635f610d4e565b7f1c540707b00eb5427b6b774fc799d756516a54aee108b64b327acc55af55750760325f9054906101000a90046001600160a01b0316826001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fd5573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ff99190611562565b604080516001600160a01b03909316835260ff90911660208301520160405180910390a150565b6032546001600160a01b0383811691161461104e57604051630312abdd60e61b815260040160405180910390fd5b505050565b61104e6001600160a01b03831684836110bc565b6032546001600160a01b0383811691161461047057604051630312abdd60e61b815260040160405180910390fd5b5f60ff8216601f8111156106ce57604051632cd44ac360e21b815260040160405180910390fd5b604080516001600160a01b03848116602483015260448083018590528351808403909101815260649092018352602080830180516001600160e01b031663a9059cbb60e01b17905283518085019094528084527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65649084015261104e928692915f9161114b9185169084906111ca565b905080515f148061116b57508080602001905181019061116b919061146e565b61104e5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610836565b60606107c484845f85855f5f866001600160a01b031685876040516111ef919061157d565b5f6040518083038185875af1925050503d805f8114611229576040519150601f19603f3d011682016040523d82523d5f602084013e61122e565b606091505b509150915061123f8783838761124a565b979650505050505050565b606083156112b85782515f036112b1576001600160a01b0385163b6112b15760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610836565b50816107c4565b6107c483838151156112cd5781518083602001fd5b8060405162461bcd60e51b8152600401610836919061135f565b5f5f604083850312156112f8575f5ffd5b50508035926020909101359150565b5f60208284031215611317575f5ffd5b5035919050565b6001600160a01b0381168114611332575f5ffd5b50565b5f5f60408385031215611346575f5ffd5b82356113518161131e565b946020939093013593505050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f602082840312156113a4575f5ffd5b81356113af8161131e565b9392505050565b60ff81168114611332575f5ffd5b5f602082840312156113d4575f5ffd5b81356113af816113b6565b5f5f5f606084860312156113f1575f5ffd5b8335925060208401359150604084013561140a8161131e565b809150509250925092565b5f5f5f60608486031215611427575f5ffd5b83356114328161131e565b925060208401356114428161131e565b929592945050506040919091013590565b5f60208284031215611463575f5ffd5b81516113af8161131e565b5f6020828403121561147e575f5ffd5b815180151581146113af575f5ffd5b634e487b7160e01b5f52601160045260245ffd5b808201808211156106ce576106ce61148d565b818103818111156106ce576106ce61148d565b80820281158282048414176106ce576106ce61148d565b5f826114f857634e487b7160e01b5f52601260045260245ffd5b500490565b6020808252602e908201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160408201526d191e481a5b9a5d1a585b1a5e995960921b606082015260800190565b5f6020828403121561155b575f5ffd5b5051919050565b5f60208284031215611572575f5ffd5b81516113af816113b6565b5f82518060208501845e5f92019182525091905056fe4261736520537472617465677920696d706c656d656e746174696f6e20746f20696e68657269742066726f6d20666f72206d6f726520636f6d706c657820696d706c656d656e746174696f6e73a2646970667358221220f6d0807e73887982106b1d0c458dc1e0c5d8c4fa2781fd65c1f4ded9556e0aee64736f6c634300081b00330000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757070000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e00000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000000676302e302e300000000000000000000000000000000000000000000000000000","r":"0xe96ddadc7dcfcb8d3db498c3d607b71a65c024d04783dd74a7e7580ab70370f6","s":"0xaf83e87645574f0810948752b351a40cfb50501260c4c14545a5ea6a01b8912","yParity":"0x1","v":"0x1","hash":"0x29dfafd630251a3038a64918a433c1ec156746733be6dddd5ee567b14cb2869e"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1c","gas":"0xdfa86","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x608060405234801561000f575f5ffd5b50604051610d91380380610d9183398101604081905261002e916101c8565b8383600361003c83826102d8565b50600461004982826102d8565b50505061005c818361006560201b60201c565b505050506103b7565b6001600160a01b0382166100bf5760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015260640160405180910390fd5b8060025f8282546100d09190610392565b90915550506001600160a01b0382165f81815260208181526040808320805486019055518481527fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a35050565b505050565b634e487b7160e01b5f52604160045260245ffd5b5f82601f83011261014e575f5ffd5b81516001600160401b038111156101675761016761012b565b604051601f8201601f19908116603f011681016001600160401b03811182821017156101955761019561012b565b6040528181528382016020018510156101ac575f5ffd5b8160208501602083015e5f918101602001919091529392505050565b5f5f5f5f608085870312156101db575f5ffd5b84516001600160401b038111156101f0575f5ffd5b6101fc8782880161013f565b602087015190955090506001600160401b03811115610219575f5ffd5b6102258782880161013f565b60408701516060880151919550935090506001600160a01b038116811461024a575f5ffd5b939692955090935050565b600181811c9082168061026957607f821691505b60208210810361028757634e487b7160e01b5f52602260045260245ffd5b50919050565b601f82111561012657805f5260205f20601f840160051c810160208510156102b25750805b601f840160051c820191505b818110156102d1575f81556001016102be565b5050505050565b81516001600160401b038111156102f1576102f161012b565b610305816102ff8454610255565b8461028d565b6020601f821160018114610337575f83156103205750848201515b5f19600385901b1c1916600184901b1784556102d1565b5f84815260208120601f198516915b828110156103665787850151825560209485019460019092019101610346565b508482101561038357868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b808201808211156103b157634e487b7160e01b5f52601160045260245ffd5b92915050565b6109cd806103c45f395ff3fe608060405234801561000f575f5ffd5b50600436106100cb575f3560e01c806342966c681161008857806395d89b411161006357806395d89b41146101a7578063a457c2d7146101af578063a9059cbb146101c2578063dd62ed3e146101d5575f5ffd5b806342966c681461015757806370a082311461016c57806379cc679014610194575f5ffd5b806306fdde03146100cf578063095ea7b3146100ed57806318160ddd1461011057806323b872dd14610122578063313ce567146101355780633950935114610144575b5f5ffd5b6100d76101e8565b6040516100e49190610826565b60405180910390f35b6101006100fb366004610876565b610278565b60405190151581526020016100e4565b6002545b6040519081526020016100e4565b61010061013036600461089e565b610291565b604051601281526020016100e4565b610100610152366004610876565b6102b4565b61016a6101653660046108d8565b6102d5565b005b61011461017a3660046108ef565b6001600160a01b03165f9081526020819052604090205490565b61016a6101a2366004610876565b6102e2565b6100d76102fb565b6101006101bd366004610876565b61030a565b6101006101d0366004610876565b610389565b6101146101e336600461090f565b610396565b6060600380546101f790610940565b80601f016020809104026020016040519081016040528092919081815260200182805461022390610940565b801561026e5780601f106102455761010080835404028352916020019161026e565b820191905f5260205f20905b81548152906001019060200180831161025157829003601f168201915b5050505050905090565b5f336102858185856103c0565b60019150505b92915050565b5f3361029e8582856104e4565b6102a985858561055c565b506001949350505050565b5f336102858185856102c68383610396565b6102d09190610978565b6103c0565b6102df33826106fe565b50565b6102ed8233836104e4565b6102f782826106fe565b5050565b6060600480546101f790610940565b5f33816103178286610396565b90508381101561037c5760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084015b60405180910390fd5b6102a982868684036103c0565b5f3361028581858561055c565b6001600160a01b039182165f90815260016020908152604080832093909416825291909152205490565b6001600160a01b0383166104225760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608401610373565b6001600160a01b0382166104835760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608401610373565b6001600160a01b038381165f8181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b5f6104ef8484610396565b90505f19811461055657818110156105495760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e63650000006044820152606401610373565b61055684848484036103c0565b50505050565b6001600160a01b0383166105c05760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608401610373565b6001600160a01b0382166106225760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608401610373565b6001600160a01b0383165f90815260208190526040902054818110156106995760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608401610373565b6001600160a01b038481165f81815260208181526040808320878703905593871680835291849020805487019055925185815290927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a3610556565b6001600160a01b03821661075e5760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b6064820152608401610373565b6001600160a01b0382165f90815260208190526040902054818110156107d15760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b6064820152608401610373565b6001600160a01b0383165f818152602081815260408083208686039055600280548790039055518581529192917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91016104d7565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b80356001600160a01b0381168114610871575f5ffd5b919050565b5f5f60408385031215610887575f5ffd5b6108908361085b565b946020939093013593505050565b5f5f5f606084860312156108b0575f5ffd5b6108b98461085b565b92506108c76020850161085b565b929592945050506040919091013590565b5f602082840312156108e8575f5ffd5b5035919050565b5f602082840312156108ff575f5ffd5b6109088261085b565b9392505050565b5f5f60408385031215610920575f5ffd5b6109298361085b565b91506109376020840161085b565b90509250929050565b600181811c9082168061095457607f821691505b60208210810361097257634e487b7160e01b5f52602260045260245ffd5b50919050565b8082018082111561028b57634e487b7160e01b5f52601160045260245ffdfea2646970667358221220e22bb8a1111ed9b19d1fa2dff5ee1e97b8924067fd64b92ca0f74f7af32d182364736f6c634300081b0033000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000ffffffffffffffffffffffffffffffff000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000000954657374546f6b656e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000045445535400000000000000000000000000000000000000000000000000000000","r":"0xe8e35de824c140dbba0c0ce452ca4647b4ca411c4174fda588d64c0cd6e924ad","s":"0x33d997ee611cddbc1dd979d092581d488577b66915cf44a72193d66755e96190","yParity":"0x0","v":"0x0","hash":"0xb59827468106ca405a63e22a18e52ee240a4e458c946cccdef1cc53c8a345b66"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa8a40e7f90cc0ced3f146446ac29b295445b0a19bfb13430e45b0b6f37f86f08","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xcf3c4b37f13ee855fcc5200502bed61b09ab7e79b66653b520695e25dd9bb2aa","transactionsRoot":"0x9d899204cb4a3bc0ac553c3186909c4746ed411a709ba2822da72dbf2f6b2632","receiptsRoot":"0x18acbdbd02a08db7b27034bbc1bc13c41e43937e48508a7356f35779c1ec1f21","logsBloom":"0x0000000000000000000000004000000040000000000000000000000000000000000000000000000010000000000000000000000000010000000000000000000000000000000000020000000000000200000000000000000000000000000000000000000000000000000000010000000000000080000000000000000000000014000000020000000200005000000000041000000000008000000000000080000000000000000000000000000000040000000000000000000000000000000000000004002040000020000000000004000000000000240000000000000000000000000000000000000800000000000000000000000000000000c000000000400000","difficulty":"0x0","number":"0x14","gasLimit":"0x1c9c380","gasUsed":"0xa7cbc","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x6705ea9","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1d","gas":"0xda227","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052604051610d76380380610d76833981016040819052610022916103c3565b828161002f82825f610043565b5061003b90508261006e565b5050506104df565b61004c836100db565b5f825111806100585750805b1561006957610067838361011a565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6100ad5f516020610d2f5f395f51905f52546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16100d881610146565b50565b6100e4816101e1565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b606061013f8383604051806060016040528060278152602001610d4f60279139610275565b9392505050565b6001600160a01b0381166101b05760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b805f516020610d2f5f395f51905f525b80546001600160a01b0319166001600160a01b039290921691909117905550565b6001600160a01b0381163b61024e5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016101a7565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6101c0565b60605f5f856001600160a01b0316856040516102919190610494565b5f60405180830381855af49150503d805f81146102c9576040519150601f19603f3d011682016040523d82523d5f602084013e6102ce565b606091505b5090925090506102e0868383876102ea565b9695505050505050565b606083156103585782515f03610351576001600160a01b0385163b6103515760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016101a7565b5081610362565b610362838361036a565b949350505050565b81511561037a5781518083602001fd5b8060405162461bcd60e51b81526004016101a791906104aa565b80516001600160a01b03811681146103aa575f5ffd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156103d5575f5ffd5b6103de84610394565b92506103ec60208501610394565b60408501519092506001600160401b03811115610407575f5ffd5b8401601f81018613610417575f5ffd5b80516001600160401b03811115610430576104306103af565b604051601f8201601f19908116603f011681016001600160401b038111828210171561045e5761045e6103af565b604052818152828201602001881015610475575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b610843806104ec5f395ff3fe60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c656400000000000000000000000009635f643e140090a9a8dcd712ed6285858cebef000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000064a6ab36f2ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000c5a5c42992decbae36851359345fe25997f5c42d00000000000000000000000000000000000000000000000000000000","r":"0xc6afeb912587071c7fa980593e5ea6a87eb847b05f79883deb9ac5d284389609","s":"0x9ec86d45fa2ebfcb447fbc28dc9eecf987f9a59ccaeae00c16e0789cfe2b3c8","yParity":"0x0","v":"0x0","hash":"0xa448004eb12ac97c4f52d15f6c678d35748a796020577884df380729384e030a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4ef0e679537c10b9ddc1279c76944ac95ed7963bb62ecd1d5b78312c9d7ff967","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x67592572a50a26abc760f81b3738e3722a9efb5a4b7e7bbde24a6cc0d850f70e","transactionsRoot":"0x639bebd9295cf9cbf6f68930e97042ddfcfd60a0c77bdfdc444fc295475e2085","receiptsRoot":"0x89ee802837f27df203857e0b9629733c0188a970b0f290984b4473b9c8ffd3b7","logsBloom":"0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000400000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000001000000000002000000000000000000000000000000000000000000000000002000000000000000000800000400000000000","difficulty":"0x0","number":"0x15","gasLimit":"0x1c9c380","gasUsed":"0xc987","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x5abc3b5","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1e","gas":"0x8b32","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","value":"0x0","accessList":[],"input":"0xf2fde38b000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","r":"0xe53312858f1e353774cdbf67333531424b23df6095ddcb87b04b8e3696bd067f","s":"0x3c733b67498d9d459c48033f774f2c2cf66b7b1e8cb556e00719a0cf1640f38e","yParity":"0x0","v":"0x0","hash":"0x03a7749931ca7d88b5567ad95f1c5a6f10f11a306d89c9a8a6e511cf8bdc56e8"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1f","gas":"0x8b29","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","value":"0x0","accessList":[],"input":"0xf2fde38b000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","r":"0x9e0527e1e541810eedf4827ffe832bf1cf2e92bb0341477c7c38d6ad4cd23ee2","s":"0x89ed7b464b41dae4bb2feed1c2b7cdfb8eabeafb888dc39bd0d0b383f40a3ac","yParity":"0x1","v":"0x1","hash":"0xae5913511ce3a35fa53df7d0fb610abc7bc3d1bfe19d8e7fcba4c5e5c95bc2be"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x84d113b5cafb4237a6cf459ec368fee0c1bb54bd7995ac4a689454a9f74483d5","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xccc2ff7ae764fe6b1d9c654606d7417fe86e45a431902e1edb98f062a7fa47ca","transactionsRoot":"0xafd913dc905931e51b45f4e13f033a6e48978aeb0e359c5b5e34b4ea240f7642","receiptsRoot":"0x8db851e7639e7cb1a97e9507543f4513d2a82ac824a7c64bd838e6a878bbdf78","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x16","gasLimit":"0x1c9c380","gasUsed":"0x63d61","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x4f6eb07","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x20","gas":"0x9202a","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x4e59b44847b379578588920ca78fbf26c0b4956c","value":"0x0","accessList":[],"input":"0x000000000000000000000000000000000000000000000000000000000000000060808060405234601b5761066b90816100208239308160480152f35b5f80fdfe60806040526004361015610011575f80fd5b5f3560e01c80631a3894e9146103a1578063224c4ae8146102675780638192610f146101a35763ae1d62db14610045575f80fd5b307f00000000000000000000000000000000000000000000000000000000000000001461019f57606036600319011261019f576004356044356001600160c01b038116906024359082810361019f57815f528360205260405f205480155f146100dc575050916100da925f5260205260405f206100c06103cf565b9163ffffffff431683525f602084015260408301526104c0565b005b825f949294528460205260405f20905f19810190811161018b576100ff91610441565b509363ffffffff8554169263ffffffff43168094145f1461013d57505050506100da919067ffffffffffffffff82549181199060401b169116179055565b855467ffffffff000000001916602085901b67ffffffff0000000016179095556100da9492935090915f5260205260405f20906101786103cf565b9283525f602084015260408301526104c0565b634e487b7160e01b5f52601160045260245ffd5b5f80fd5b608036600319011261019f5760443563ffffffff811680910361019f576024355f526004356020526101da60643560405f20610441565b50906101e46103cf565b91549163ffffffff83168082526040602083019263ffffffff8660201c168452019360401c84528210610258575163ffffffff16801591821561024e575b50501561023f57516040516001600160c01b039091168152602090f35b63bbba60cb60e01b5f5260045ffd5b1090508280610222565b636cb19aff60e01b5f5260045ffd5b606036600319011261019f5760243560043563ffffffff8216820361019f576044359067ffffffffffffffff821161019f573660238301121561019f578160040135916102bb6102b684610429565b610403565b926024602085838152019160051b8301019136831161019f57602401905b828210610391575050508151926102fe6102f56102b686610429565b94808652610429565b602085019390601f19013685375f5b8151811015610347578061032e610326600193856104ac565b518587610536565b63ffffffff61033d838a6104ac565b911690520161030d565b8486604051918291602083019060208452518091526040830191905f5b818110610372575050500390f35b825163ffffffff16845285945060209384019390920191600101610364565b81358152602091820191016102d9565b604036600319011261019f5760206103bd60243560043561046a565b6040516001600160c01b039091168152f35b604051906060820182811067ffffffffffffffff8211176103ef57604052565b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff8111838210176103ef57604052565b67ffffffffffffffff81116103ef5760051b60200190565b8054821015610456575f5260205f2001905f90565b634e487b7160e01b5f52603260045260245ffd5b815f528060205260405f20549182155f14610486575050505f90565b5f5260205260405f20905f19810190811161018b576104a491610441565b505460401c90565b80518210156104565760209160051b010190565b8054680100000000000000008110156103ef576104e291600182018155610441565b61052357815160208084015160409485015190941b67ffffffffffffffff191663ffffffff90921693901b67ffffffff000000001692909217919091179055565b634e487b7160e01b5f525f60045260245ffd5b9190815f528260205260405f2054925f5b8481106105df5760405162461bcd60e51b815260206004820152605c60248201527f5265676973747279436f6f7264696e61746f722e67657451756f72756d42697460448201527f6d6170496e6465784174426c6f636b4e756d6265723a206e6f206269746d617060648201527f2075706461746520666f756e6420666f72206f70657261746f72496400000000608482015260a490fd5b80850385811161018b575f19810190811161018b5763ffffffff16845f528260205263ffffffff6106138260405f20610441565b50541663ffffffff8516101561062c5750600101610547565b9450505050509056fea26469706673582212208a8c37fd2221c83dc18f2c5fef07500dd52618b45c220426ad505a982529514064736f6c634300081b0033","r":"0xf6f19394472b9684cf314ecabc3f59d4fced33fd3e4cdf8b0d444442b1099e46","s":"0x4da2436b8197ac702ce81951028683c9acd0b2a67074e36eef5907ed7fdae288","yParity":"0x1","v":"0x1","hash":"0x94c88885294f063933ae6924f323169a9afd89fb7a90844c69b2e008cd01c0c4"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x28bc71b08f392d32a941b53a9217dba586184eab6fc5bd1bfe075e2cb7829959","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa748f9c498a860d435ec267e097f3515630564b0a6bf5a4fed1c71b81c9ad866","transactionsRoot":"0x71126a150892ad55b530b6199a2ca7b2193898a5a13f336afebd19322710645f","receiptsRoot":"0xb2bbeb7e664a5f659ebe942f924e099e98656ef9de07f9b5c13af4411ea69a1b","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x17","gasLimit":"0x1c9c380","gasUsed":"0x4ad4e","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x45c6260","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x21","gas":"0x4cf6b","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x4e59b44847b379578588920ca78fbf26c0b4956c","value":"0x0","accessList":[],"input":"0x000000000000000000000000000000000000000000000000000000000000000060808060405234601957610326908161001e823930815050f35b5f80fdfe60806040526004361015610011575f80fd5b5f3560e01c63238a4d1e14610024575f80fd5b60603660031901126101a3576004356001600160a01b0381168082036101a3576044359160243567ffffffffffffffff84116101a357366023850112156101a35783600401359361007485610219565b9461008260405196876101e3565b808652602086019136602483830101116101a357815f926024602093018537870101526100af8583610235565b60058196929610156101cf571594856101bc575b505083156100e7575b5050509050156100d857005b638baa579f60e01b5f5260045ffd5b5f94859450608461013f916040519384916020830196630b135d3f60e11b88526024840152604060448401525180918160648501528484015e87838284010152601f801991011681010301601f1981018352826101e3565b51915afa3d156101b5573d61015381610219565b9061016160405192836101e3565b81523d5f602083013e5b816101a7575b81610181575b50805f80806100cc565b90506020818051810103126101a35760200151630b135d3f60e11b145f610177565b5f80fd5b905060208151101590610171565b606061016b565b6001600160a01b03161493505f806100c3565b634e487b7160e01b5f52602160045260245ffd5b90601f8019910116810190811067ffffffffffffffff82111761020557604052565b634e487b7160e01b5f52604160045260245ffd5b67ffffffffffffffff811161020557601f01601f191660200190565b9060418151145f146102615761025d91602082015190606060408401519301515f1a9061026a565b9091565b50505f90600290565b7f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a084116102e5576020935f9360ff60809460405194855216868401526040830152606082015282805260015afa156102da575f516001600160a01b038116156102d257905f90565b505f90600190565b6040513d5f823e3d90fd5b505050505f9060039056fea264697066735822122021b2eeb99002ed22a57c0e460618fe37aa4813a45832f18f3dabb43a760a6c9b64736f6c634300081b0033","r":"0xf4a7817ca0d56f341d8368ce29b3f80e688a49fc9e4eda8ec840f79388bee9cf","s":"0xe031fc266f0943ee305addedcfe3f0337a86761af2743aa408e849b3b2b3867","yParity":"0x0","v":"0x0","hash":"0x40ba1881077000144edf7ead8bc3d05c37d5686ce0e3f53c0d9106241e5aaf70"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x22","gas":"0x18d82","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x608080604052346013576073908160188239f35b5f80fdfe60808060405260043610156011575f80fd5b5f3560e01c63c2985578146023575f80fd5b346039575f366003190112603957805f60209252f35b5f80fdfea264697066735822122000286effa624ab12275f8ccc327fc364fd572f6f2d2715420829728c1407962f64736f6c634300081b0033","r":"0x835dd68d48f27946262d9f6f8c02a85ebb6fa3b233f07b6383ec9b73ba0b7c36","s":"0x7fe6a0217939a2a690ce7bb2a0e312aabf5e0194fd3458e16878b0051d31a02d","yParity":"0x0","v":"0x0","hash":"0xa3c41c415661a3db3ba69b3bf9ae1ff19ccfdd9bc487d668b46b9a2e36489cd9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x9252baf900843b1b79d6e842596deaf07221c11c69682695f519d12536d81487","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x1d6435a0067b8d6cb44445f2a1ca41b2a94c857f3042cd8f3f1e1926b8d015ce","transactionsRoot":"0x9b2438aa3054a56b3c9c2989f8b066fe01b4c5ae045a963f1c924abf3ef40b84","receiptsRoot":"0x65f4f5a642ca1db8a7b42d6e47affebdc3816db47fc9e7b4f83b17e18321deee","logsBloom":"0x00000000000000000000000000000000400400000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000001000000000010000000000000000008000000020000000000010100000820000000800000000000000000000000400000000000000000000000000000000000000000000010000000000400800000000000000000000000000000000000000000000000000000000000000000000000000020000000200000000000000000000000002400000000004000000020000000000000000000000000000000000000000000000000000000000000001000","difficulty":"0x0","number":"0x18","gasLimit":"0x1c9c380","gasUsed":"0xea2d0","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x3d3b012","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x23","gas":"0x82eb3","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x608080604052346059575f8054336001600160a01b0319821681178355916001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09080a361060b908161005e8239f35b5f80fdfe6080806040526004361015610012575f80fd5b5f905f3560e01c908163204e1c7a1461045057508063715018a6146103f95780637eff275e146103675780638da5cb5b146103405780639623609d1461024257806399a88ec4146101ad578063f2fde38b146100e75763f3b7dead14610076575f80fd5b346100e45760203660031901126100e457808060046001600160a01b0361009b6104b2565b6040516303e1469160e61b815291165afa6100b4610530565b90156100e25780516020916001600160a01b03916100d991908101840190840161055f565b16604051908152f35b505b80fd5b50346100e45760203660031901126100e4576101016104b2565b61010961057e565b6001600160a01b031680156101595781546001600160a01b03198116821783556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08380a380f35b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b50346100e45760403660031901126100e457806101c86104b2565b6101d06104c8565b906101d961057e565b6001600160a01b031690813b1561023e57604051631b2ce7f360e11b81526001600160a01b0390911660048201529082908290602490829084905af18015610233576102225750f35b8161022c916104de565b6100e45780f35b6040513d84823e3d90fd5b5050fd5b5060603660031901126100e457806102586104b2565b6102606104c8565b6044359167ffffffffffffffff831161033b573660238401121561033b5782600401359061028d82610514565b9161029b60405193846104de565b80835260208301943660248383010111610337578187926024602093018837840101526102c661057e565b6001600160a01b0316803b15610333578492606460405180968195829463278f794360e11b845260018060a01b03166004840152604060248401525180918160448501528484015e8181018301879052601f01601f1916810103019134905af18015610233576102225750f35b8480fd5b8680fd5b505050fd5b50346100e457806003193601126100e457546040516001600160a01b039091168152602090f35b50346103f55760403660031901126103f5576103816104b2565b6103896104c8565b9061039261057e565b6001600160a01b031690813b156103f5576040516308f2839760e41b81526001600160a01b039091166004820152905f908290602490829084905af180156103ea576103dc575080f35b6103e891505f906104de565b005b6040513d5f823e3d90fd5b5f80fd5b346103f5575f3660031901126103f55761041161057e565b5f80546001600160a01b0319811682556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b346103f55760203660031901126103f5575f9081906004906001600160a01b036104786104b2565b635c60da1b60e01b8352165afa61048d610530565b90156103f55780516020916001600160a01b03916100d991908101840190840161055f565b600435906001600160a01b03821682036103f557565b602435906001600160a01b03821682036103f557565b90601f8019910116810190811067ffffffffffffffff82111761050057604052565b634e487b7160e01b5f52604160045260245ffd5b67ffffffffffffffff811161050057601f01601f191660200190565b3d1561055a573d9061054182610514565b9161054f60405193846104de565b82523d5f602084013e565b606090565b908160209103126103f557516001600160a01b03811681036103f55790565b5f546001600160a01b0316330361059157565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fdfea2646970667358221220fe1df9a54abaf2bc18b8a9ca8e1cf4726b8f899d4fdbf0d5a7e3b8a18ae0eef564736f6c634300081b0033","r":"0x8709f0505b594dc4373906092fdb1a608bea10a1d1eb384ca554ab4c40674f44","s":"0x5c6f71693dd665178d638cb84f0bf3765f2a4bec726595112c8594ef967f580a","yParity":"0x0","v":"0x0","hash":"0x61535f1387f78a758f90853ba5ce4a9043b0c91674c4e77e1501bcfe38e4fb07"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x24","gas":"0xad827","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052610bb780380380610014816102c7565b92833981016060828203126102c35761002c82610300565b61003860208401610300565b604084015190936001600160401b0382116102c357019082601f830112156102c357815161006d61006882610314565b6102c7565b928184526020840194602083830101116102c357815f926020809301875e84010152803b15610268577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610261575b6101dd575b50505f516020610b975f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a18115610189576001600160a01b031916175f516020610b975f395f51905f52556040516107b390816103e48239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b5f80610250946101ed60606102c7565b94602786527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020870152660819985a5b195960ca1b60408701525190845af43d15610259573d9161024161006884610314565b9283523d5f602085013e61032f565b505f8080610107565b60609161032f565b505f610102565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b038111838210176102ec57604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b03821682036102c357565b6001600160401b0381116102ec57601f01601f191660200190565b919290156103915750815115610343575090565b3b1561034c5790565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b8251909150156103a45750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc90000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e800000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","r":"0x380eb59f0626e58bf496e37b1c374972706aac65f60226ee7f464ad96a9e26de","s":"0x61fc7b30ffa94249eda25fff3e191114f7f94e47d4d4c0e17d57a4ee38f95cc2","yParity":"0x0","v":"0x0","hash":"0xdf00005623e3c07ffadba23374ee8a3ff4c750a0df3698abe6b6db77e6a0d761"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x999646ca59e19593baf3fb4b141f17b7cf499d9c4ad7ce7d93471d8299607267","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x95e470158cba5a1d2595199a6d23fc41cd5266b513e2ae3dbe933e0223241ac7","transactionsRoot":"0xf23aa54d868afbba5a7d9397bc44a9768d8eb6270b710bd61464e55a25f4edb4","receiptsRoot":"0x71400e27875dca369c81f2d835ee4011621e3266b9fa30c8491d82f283d54b41","logsBloom":"0x00000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000800010000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000080000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004001000000000000000","difficulty":"0x0","number":"0x19","gasLimit":"0x1c9c380","gasUsed":"0x4b7d9","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x3610ec2","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x25","gas":"0x494b1","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052346101995761041280380380610019816101b1565b9283398101906040818303126101995780516001600160401b0381116101995781019180601f84011215610199578251926001600160401b03841161019d578360051b9060208061006b8185016101b1565b80978152019282010192831161019957602001905b8282106101815784610094602086016101d6565b905f5b815181101561011657600581901b8201602001516001600160a01b0316908115610107577f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b91526040836001945f525f602052815f208560ff198254161790558151908152846020820152a101610097565b6339b190bb60e11b5f5260045ffd5b6001600160a01b038316801561010757600154604080516001600160a01b0383168152602081018490527f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e88929190a16001600160a01b0319161760015560405161022790816101eb8239f35b6020809161018e846101d6565b815201910190610080565b5f80fd5b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f191682016001600160401b0381118382101761019d57604052565b51906001600160a01b03821682036101995756fe6080806040526004361015610012575f80fd5b5f3560e01c90816346fbf68e146101a3575080638568520614610111578063ce548428146100745763eab66d7a14610048575f80fd5b34610070575f366003190112610070576001546040516001600160a01b039091168152602090f35b5f80fd5b346100705760203660031901126100705761008d6101db565b6001546001600160a01b0381169133839003610102576001600160a01b03169182156100f35760407f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892918151908152846020820152a16001600160a01b03191617600155005b6339b190bb60e11b5f5260045ffd5b63794821ff60e01b5f5260045ffd5b346100705760403660031901126100705761012a6101db565b60243590811515809203610070576001546001600160a01b03163303610102576001600160a01b03169081156100f357816040917f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152935f525f602052825f2060ff1981541660ff831617905582519182526020820152a1005b34610070576020366003190112610070576020906001600160a01b036101c76101db565b165f525f825260ff60405f20541615158152f35b600435906001600160a01b03821682036100705756fea2646970667358221220e62ce488e19c972b414a2c71f5fb70f214eefe96fe4be29e844f8cfcc017fbb864736f6c634300081b00330000000000000000000000000000000000000000000000000000000000000040000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000002000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","r":"0x53221c77da6b917a2e2eb3b88aec36fb21cf3fb8b4f8293f212d4d4dae4e4ef4","s":"0x6dc4fea7bceb8f829c75e9cb9e07736bd84bb0e590a70f21243a72271164a981","yParity":"0x0","v":"0x0","hash":"0x5287fe6d6b5cba09c4965c813bd03991f64978d166c6177fa80682ea499da21c"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x26","gas":"0x18d82","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x608080604052346013576073908160188239f35b5f80fdfe60808060405260043610156011575f80fd5b5f3560e01c63c2985578146023575f80fd5b346039575f366003190112603957805f60209252f35b5f80fdfea264697066735822122000286effa624ab12275f8ccc327fc364fd572f6f2d2715420829728c1407962f64736f6c634300081b0033","r":"0xa398dbcd234939396d07ab1c768bcf38353a26ff88c77739c3cd5e11e0eae972","s":"0x4e176578bf733cb27824b060e163edcb762b4635722d95157a42122499d1239","yParity":"0x1","v":"0x1","hash":"0x67fa13dbb03f0ed7be8f8abbe072e88f33a8e1561dd722a72b614c036f945969"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa05f514ce7c080aec05e0928afe1a3cab319cdedc03b96eb88c4f18f02eb9b3b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc4a06851feecdf219c44846f4bd805ac61ab11ed26d7a61ec9b0fd4fd00b593e","transactionsRoot":"0xb2f2e51e1109ea2328cd5f6beb1b658579dea2c775a0bf062dcf288f25ee8f0c","receiptsRoot":"0x0566f10197bd4037c281631684b0ed8af7c07d8cc7db0b42e64af3d2406ee7fe","logsBloom":"0x00002000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000100000800000000000000000000000100000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000002000000000000000000020000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x1a","gasLimit":"0x1c9c380","gasUsed":"0x64b4f","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x2f7278c","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x27","gas":"0x82eb3","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x608080604052346059575f8054336001600160a01b0319821681178355916001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09080a361060b908161005e8239f35b5f80fdfe6080806040526004361015610012575f80fd5b5f905f3560e01c908163204e1c7a1461045057508063715018a6146103f95780637eff275e146103675780638da5cb5b146103405780639623609d1461024257806399a88ec4146101ad578063f2fde38b146100e75763f3b7dead14610076575f80fd5b346100e45760203660031901126100e457808060046001600160a01b0361009b6104b2565b6040516303e1469160e61b815291165afa6100b4610530565b90156100e25780516020916001600160a01b03916100d991908101840190840161055f565b16604051908152f35b505b80fd5b50346100e45760203660031901126100e4576101016104b2565b61010961057e565b6001600160a01b031680156101595781546001600160a01b03198116821783556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08380a380f35b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b50346100e45760403660031901126100e457806101c86104b2565b6101d06104c8565b906101d961057e565b6001600160a01b031690813b1561023e57604051631b2ce7f360e11b81526001600160a01b0390911660048201529082908290602490829084905af18015610233576102225750f35b8161022c916104de565b6100e45780f35b6040513d84823e3d90fd5b5050fd5b5060603660031901126100e457806102586104b2565b6102606104c8565b6044359167ffffffffffffffff831161033b573660238401121561033b5782600401359061028d82610514565b9161029b60405193846104de565b80835260208301943660248383010111610337578187926024602093018837840101526102c661057e565b6001600160a01b0316803b15610333578492606460405180968195829463278f794360e11b845260018060a01b03166004840152604060248401525180918160448501528484015e8181018301879052601f01601f1916810103019134905af18015610233576102225750f35b8480fd5b8680fd5b505050fd5b50346100e457806003193601126100e457546040516001600160a01b039091168152602090f35b50346103f55760403660031901126103f5576103816104b2565b6103896104c8565b9061039261057e565b6001600160a01b031690813b156103f5576040516308f2839760e41b81526001600160a01b039091166004820152905f908290602490829084905af180156103ea576103dc575080f35b6103e891505f906104de565b005b6040513d5f823e3d90fd5b5f80fd5b346103f5575f3660031901126103f55761041161057e565b5f80546001600160a01b0319811682556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b346103f55760203660031901126103f5575f9081906004906001600160a01b036104786104b2565b635c60da1b60e01b8352165afa61048d610530565b90156103f55780516020916001600160a01b03916100d991908101840190840161055f565b600435906001600160a01b03821682036103f557565b602435906001600160a01b03821682036103f557565b90601f8019910116810190811067ffffffffffffffff82111761050057604052565b634e487b7160e01b5f52604160045260245ffd5b67ffffffffffffffff811161050057601f01601f191660200190565b3d1561055a573d9061054182610514565b9161054f60405193846104de565b82523d5f602084013e565b606090565b908160209103126103f557516001600160a01b03811681036103f55790565b5f546001600160a01b0316330361059157565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fdfea2646970667358221220fe1df9a54abaf2bc18b8a9ca8e1cf4726b8f899d4fdbf0d5a7e3b8a18ae0eef564736f6c634300081b0033","r":"0xb86427279d33a0199c5849fd85d5d9773936721a476235b414f6ce9a9e966ce8","s":"0x23e32e165c380917e0092da70fdfde91deca6293cfbf5b2def1b09914e64f96e","yParity":"0x0","v":"0x0","hash":"0x4e823fefc3502f06e6fbfb0d4246b30911f5a764d031781ce08eaa280c37000a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xba42eae50f4c0f86fbc8521544ce84eb4d1cb8268da2d354ff9062465098eb2a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x69692ad99251dd1cc08169bbac85f09bfc84b53ee5ab98f110cd880ac894544d","transactionsRoot":"0xb539d755389d300dd2a166d6fa36dc85920fb305fb49fca8cb91d9ec97539200","receiptsRoot":"0x5749814c0855436d5d52e47d6eb7c5a9bbc62eb720c5d20632170b01363bdb39","logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000400000000000000000000000000002200000000000000000000000000000000000000000000000000040004000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000800080000000000000000000000000000000000000000000000000000000000000000000000021000000000000000040000000000000000400000000000000000000000000000000000080000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x1b","gasLimit":"0x1c9c380","gasUsed":"0x10af02","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x29adea7","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x28","gas":"0xad827","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052610bb780380380610014816102c7565b92833981016060828203126102c35761002c82610300565b61003860208401610300565b604084015190936001600160401b0382116102c357019082601f830112156102c357815161006d61006882610314565b6102c7565b928184526020840194602083830101116102c357815f926020809301875e84010152803b15610268577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610261575b6101dd575b50505f516020610b975f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a18115610189576001600160a01b031916175f516020610b975f395f51905f52556040516107b390816103e48239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b5f80610250946101ed60606102c7565b94602786527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020870152660819985a5b195960ca1b60408701525190845af43d15610259573d9161024161006884610314565b9283523d5f602085013e61032f565b505f8080610107565b60609161032f565b505f610102565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b038111838210176102ec57604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b03821682036102c357565b6001600160401b0381116102ec57601f01601f191660200190565b919290156103915750815115610343575090565b3b1561034c5790565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b8251909150156103a45750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610300000000000000000000000095401dc811bb5740090279ba06cfa8fcf6113778000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","r":"0xdecdb3cf4599c03038979e98c1a666f3aa03f4d8d7dc381575c8d234c05cb31b","s":"0x58bec036bb7049138f504ebff435154a3bc491faacd5b4bebc99f224fc0a03fc","yParity":"0x1","v":"0x1","hash":"0xcaa2fdadc181f794f43e3507b61d77ca51a18b2d031be8a0ab4ae26a24aab7f1"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x29","gas":"0xad827","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052610bb780380380610014816102c7565b92833981016060828203126102c35761002c82610300565b61003860208401610300565b604084015190936001600160401b0382116102c357019082601f830112156102c357815161006d61006882610314565b6102c7565b928184526020840194602083830101116102c357815f926020809301875e84010152803b15610268577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610261575b6101dd575b50505f516020610b975f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a18115610189576001600160a01b031916175f516020610b975f395f51905f52556040516107b390816103e48239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b5f80610250946101ed60606102c7565b94602786527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020870152660819985a5b195960ca1b60408701525190845af43d15610259573d9161024161006884610314565b9283523d5f602085013e61032f565b505f8080610107565b60609161032f565b505f610102565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b038111838210176102ec57604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b03821682036102c357565b6001600160401b0381116102ec57601f01601f191660200190565b919290156103915750815115610343575090565b3b1561034c5790565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b8251909150156103a45750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610300000000000000000000000095401dc811bb5740090279ba06cfa8fcf6113778000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","r":"0x5f1463ebd2855ea4764bebc6e2b321999793526ae5db172defdaed844658f005","s":"0x5706a3ddd767455e24be5e7db7c347d358d8bacc29eec4853ff59db1e78dcac1","yParity":"0x0","v":"0x0","hash":"0x2b6dfce9c31617a96b6f3a4362b229be9a3f514748e23e42f2e4d93a5fb1c950"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x0fede231b74e92af8c1ebecdbe17c5edc9c07c0cab1528b98996be22365715f6","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4f3f0001dca1bf907f050aa10cd6b1f31b66f5ef409c6edbdc6100e4c978d443","transactionsRoot":"0xf0cb42a3ed294dbfb9f0e2ea800b314e6a6fc611cb044560625b9b715a8ec1e8","receiptsRoot":"0xdf33cc32f5a135e8e9db251361e0f697c126bcfaa76ebec579e3d304c369fe99","logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000040400000000000000000000000000002000000000000000000000000000000000000000100000000000000040000000000000000880000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000200000000000000000000000000000000000000000000000000000000021000000000000100040000000000000000400000000100000000000000000000000000000000000020000000000000000000000000000000000000000","difficulty":"0x0","number":"0x1c","gasLimit":"0x1c9c380","gasUsed":"0x190683","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x24d9653","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x2a","gas":"0xad827","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052610bb780380380610014816102c7565b92833981016060828203126102c35761002c82610300565b61003860208401610300565b604084015190936001600160401b0382116102c357019082601f830112156102c357815161006d61006882610314565b6102c7565b928184526020840194602083830101116102c357815f926020809301875e84010152803b15610268577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610261575b6101dd575b50505f516020610b975f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a18115610189576001600160a01b031916175f516020610b975f395f51905f52556040516107b390816103e48239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b5f80610250946101ed60606102c7565b94602786527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020870152660819985a5b195960ca1b60408701525190845af43d15610259573d9161024161006884610314565b9283523d5f602085013e61032f565b505f8080610107565b60609161032f565b505f610102565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b038111838210176102ec57604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b03821682036102c357565b6001600160401b0381116102ec57601f01601f191660200190565b919290156103915750815115610343575090565b3b1561034c5790565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b8251909150156103a45750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610300000000000000000000000095401dc811bb5740090279ba06cfa8fcf6113778000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","r":"0xe743176eb04929613c38c1459da639e51dc667b1977a788e9299d2a386af933a","s":"0x10a617119c5bcd34fedddc15fb18b681a076fe8bfb909a5fd249836a65e2349e","yParity":"0x0","v":"0x0","hash":"0x01dce7c7683258a0b89df83da5717f84b0afb250097dc493257cebeada7abd1d"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x2b","gas":"0xad827","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052610bb780380380610014816102c7565b92833981016060828203126102c35761002c82610300565b61003860208401610300565b604084015190936001600160401b0382116102c357019082601f830112156102c357815161006d61006882610314565b6102c7565b928184526020840194602083830101116102c357815f926020809301875e84010152803b15610268577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610261575b6101dd575b50505f516020610b975f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a18115610189576001600160a01b031916175f516020610b975f395f51905f52556040516107b390816103e48239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b5f80610250946101ed60606102c7565b94602786527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020870152660819985a5b195960ca1b60408701525190845af43d15610259573d9161024161006884610314565b9283523d5f602085013e61032f565b505f8080610107565b60609161032f565b505f610102565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b038111838210176102ec57604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b03821682036102c357565b6001600160401b0381116102ec57601f01601f191660200190565b919290156103915750815115610343575090565b3b1561034c5790565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b8251909150156103a45750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610300000000000000000000000095401dc811bb5740090279ba06cfa8fcf6113778000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","r":"0x4ed5f4eb13baf656831e583a67f8bbd8deb13399a2d76439331a0d4e0c3749ec","s":"0x4532414643f315994deccdf4afda56a9b2033007cce16c608b828ff6854dbaca","yParity":"0x1","v":"0x1","hash":"0xd38b437656daf2f9ca6c3343a3b0b5d73e344b150f615fb5b7c4611f26b1d453"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x2c","gas":"0xad827","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052610bb780380380610014816102c7565b92833981016060828203126102c35761002c82610300565b61003860208401610300565b604084015190936001600160401b0382116102c357019082601f830112156102c357815161006d61006882610314565b6102c7565b928184526020840194602083830101116102c357815f926020809301875e84010152803b15610268577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610261575b6101dd575b50505f516020610b975f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a18115610189576001600160a01b031916175f516020610b975f395f51905f52556040516107b390816103e48239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b5f80610250946101ed60606102c7565b94602786527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020870152660819985a5b195960ca1b60408701525190845af43d15610259573d9161024161006884610314565b9283523d5f602085013e61032f565b505f8080610107565b60609161032f565b505f610102565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b038111838210176102ec57604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b03821682036102c357565b6001600160401b0381116102ec57601f01601f191660200190565b919290156103915750815115610343575090565b3b1561034c5790565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b8251909150156103a45750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610300000000000000000000000095401dc811bb5740090279ba06cfa8fcf6113778000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","r":"0x5049a73fc6573bafd3ce6ce717ef369d73e0d4cc1a374090e81148c3bf75f72","s":"0x1a4f10f5e919fa53c165aed27d4257d203a77eafb577436b8d6750dade4cd2ac","yParity":"0x0","v":"0x0","hash":"0x91290f46d2852557dd9a150d51e1b5560803ae2e7f4ad22f6496f8a29999c0b0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x2b7d295e916d9909d9a77b3f7a9f1d542ca702969d669c81e45afeb6aa21850e","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xde57153a98d399fe637ece249353d9916143346aa10304ceaa81c8739bacb1b3","transactionsRoot":"0x0cfc042e8362ed50edf983d897029a426233ae6d789b37c27ac9d4c08e998589","receiptsRoot":"0x77ba1b708f7bf259fc9ba20e1808109823eef97e7f531e56bfed5d13410e297e","logsBloom":"0x00000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x1d","gasLimit":"0x1c9c380","gasUsed":"0x2b2f46","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x20bf264","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x2d","gas":"0x190cd2","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x608080604052346015576115d9908161001a8239f35b5f80fdfe60806040526004361015610011575f80fd5b5f3560e01c806331b36bd914610c135780633563b0d114610b7a5780634d2b57fe14610a3c5780634f739f741461046d5780635c155662146102b25763cefdc1d41461005b575f80fd5b346102ae5760603660031901126102ae57610074610d67565b60243590610080610e32565b916040926100d78451926100948685610dac565b60018452601f198601366020860137806100ad85610fb4565b5285516361c8a12f60e11b81526001600160a01b0386169490925f9184918291876004840161152a565b0381875afa9182156102a45763ffffffff6100fe6020946064935f91610282575b50610fb4565b511691875195869384926304ec635160e01b8452600484015263ffffffff8716602484015260448301525afa918215610278575f92610247575b506001600160c01b038216915f83805b61020e575061ffff169261015b84610e17565b9361016887519586610dac565b808552610177601f1991610e17565b013660208601375f925f5b8551851080610203575b156101da576001811b84166001600160c01b03166101b3575b6101ae90611595565b610182565b9360016101ae9160ff60f81b8760f81b165f1a6101d0828a611024565b53019490506101a5565b87836101ff6101ea858a8c611035565b83519384938452806020850152830190610e45565b0390f35b50610100811061018c565b5f1981018181116102335761ffff9116911661ffff8114610233576001019080610148565b634e487b7160e01b5f52601160045260245ffd5b61026a91925060203d602011610271575b6102628183610dac565b81019061156a565b905f610138565b503d610258565b84513d5f823e3d90fd5b61029e91503d805f833e6102968183610dac565b8101906114a9565b5f6100f8565b86513d5f823e3d90fd5b5f80fd5b346102ae5760603660031901126102ae576102cb610d67565b6024356001600160401b0381116102ae576102ea903690600401610eec565b6102f2610e32565b6040516361c8a12f60e11b815290926001600160a01b03165f828061031b86886004840161152a565b0381845afa918215610402575f92610451575b5082519361035461033e86610dcd565b9561034c6040519788610dac565b808752610dcd565b602086019490601f19013686375f5b815181101561040d576103768183610fd5565b519060208463ffffffff61038a848a610fd5565b516040516304ec635160e01b8152600481019690965263ffffffff92831660248701521616604484015282606481885afa8015610402576001925f916103e4575b50828060c01b03166103dd828a610fd5565b5201610363565b6103fc915060203d8111610271576102628183610dac565b896103cb565b6040513d5f823e3d90fd5b8587604051918291602083019060208452518091526040830191905f5b818110610438575050500390f35b825184528594506020938401939092019160010161042a565b6104669192503d805f833e6102968183610dac565b908461032e565b346102ae5760803660031901126102ae57610486610d67565b60243563ffffffff8116908181036102ae576044356001600160401b0381116102ae57366023820112156102ae578060040135916001600160401b0383116102ae57602482019160248436920101116102ae576064356001600160401b0381116102ae576104f8903690600401610eec565b94610501611464565b50604051636830483560e01b81526001600160a01b0391909116939092602084600481885afa938415610402575f94610a1b575b5061053e611464565b936040516361c8a12f60e11b81525f818061055d8c896004840161152a565b03818a5afa908115610402575f91610a01575b50855260018060a01b031691604051976340e03a8160e11b89528760048a0152604060248a01525f89806105a860448201868861154a565b0381875afa988915610402575f996109e5575b5060408699979899019687526105d082610dcd565b956105de6040519788610dac565b8287526105fa601f196105f085610dcd565b0160208901611008565b606081019687525f985b60ff8a169a848c101561085f575f996106348d6106218751610f82565b8c519061062e8383610fd5565b52610fd5565b505f5b85518110156107ee5761064a8187610fd5565b5160208b63ffffffff61065e858a51610fd5565b516040516304ec635160e01b8152600481019590955263ffffffff92831660248601521616604483015281606481885afa908115610402575f916107d0575b506001600160c01b031680156107c15760018f9181906106be848c8e611589565b3560f81c1c16146106d3575b50600101610637565b60208b916106f0849f946106e7908b610fd5565b51918b8d611589565b60405163dd9846b960e01b815260048101929092523560f81c602482015263ffffffff929092166044830152816064818d5afa908115610402578f908d905f93610769575b509163ffffffff61075785610751600197956107609751610fd5565b51610fd5565b91169052611595565b9b90508d6106ca565b925050506020813d82116107b9575b8161078560209383610dac565b810103126102ae57818f63ffffffff6107578f92956107516001976107ac61076098611498565b9750955050955050610735565b3d9150610778565b6325ec6c1f60e01b5f5260045ffd5b6107e8915060203d8111610271576102628183610dac565b8f61069d565b509b909a91996107fd81610f82565b905f5b8b8282106108355760ff95949250610820939150519061062e8383610fd5565b501660ff811461023357600101989997610604565b9063ffffffff61084c826107518860019651610fd5565b51166108588286610fd5565b5201610800565b898560048860208d9660405193848092632efa2ca360e11b82525afa908115610402575f936108b59385936109b4575b506040519687948593849363354952a360e21b855260406004860152604485019161154a565b602483019190915203916001600160a01b03165afa9182156104025761093392610920915f9161099a575b50908594939291602061090d970190815260405196879660208852516080602089015260a0880190610f49565b9051868203601f19016040880152610f49565b9051848203601f19016060860152610f49565b905190601f19838203016080840152815180825260208201916020808360051b8301019401925f915b8383106109695786860387f35b919395509193602080610988600193601f198682030187528951610f49565b9701930193019092869594929361095c565b6109ae91503d805f833e6102968183610dac565b866108e0565b6109d791935060203d6020116109de575b6109cf8183610dac565b810190610fe9565b918961088f565b503d6109c5565b6109fa9199503d805f833e6102968183610dac565b97896105bb565b610a1591503d805f833e6102968183610dac565b89610570565b610a3591945060203d6020116109de576109cf8183610dac565b9287610535565b346102ae5760403660031901126102ae57610a55610d67565b6024356001600160401b0381116102ae57610a74903690600401610eec565b8051610a98610a8282610dcd565b91610a906040519384610dac565b808352610dcd565b602082019290601f19013684376001600160a01b03909316925f5b8151811015610b2d57610ac68183610fd5565b519060405191630a5aec1960e21b83526004830152602082602481895afa8015610402576001925f91610b0f575b50610aff8286610fd5565b90838060a01b0316905201610ab3565b610b27915060203d81116109de576109cf8183610dac565b87610af4565b8383604051918291602083019060208452518091526040830191905f5b818110610b58575050500390f35b82516001600160a01b0316845285945060209384019390920191600101610b4a565b346102ae5760603660031901126102ae57610b93610d67565b6024356001600160401b0381116102ae57366023820112156102ae57806004013591610bbe83610e17565b610bcb6040519182610dac565b83815236602485850101116102ae575f6020856101ff966024610bff97018386013783010152610bf9610e32565b91611035565b604051918291602083526020830190610e45565b346102ae5760403660031901126102ae57610c2c610d67565b602435906001600160401b0382116102ae57366023830112156102ae578160040135610c5781610dcd565b92610c656040519485610dac565b8184526024602085019260051b820101903682116102ae57602401915b818310610d47578385610c958151610f82565b6001600160a01b03909216915f5b8251811015610d31576001600160a01b03610cbe8285610fd5565b516040516309aa152760e11b81529116600482015290602082602481885afa8015610402575f90610cff575b60019250610cf88285610fd5565b5201610ca3565b506020823d8211610d29575b81610d1860209383610dac565b810103126102ae5760019151610cea565b3d9150610d0b565b604051602080825281906101ff90820185610de4565b82356001600160a01b03811681036102ae57815260209283019201610c82565b600435906001600160a01b03821682036102ae57565b606081019081106001600160401b03821117610d9857604052565b634e487b7160e01b5f52604160045260245ffd5b90601f801991011681019081106001600160401b03821117610d9857604052565b6001600160401b038111610d985760051b60200190565b90602080835192838152019201905f5b818110610e015750505090565b8251845260209384019390920191600101610df4565b6001600160401b038111610d9857601f01601f191660200190565b6044359063ffffffff821682036102ae57565b9080602083519182815201916020808360051b8301019401925f915b838310610e7057505050505090565b9091929394601f19828203018352855190602080835192838152019201905f905b808210610eb05750505060208060019297019301930191939290610e61565b909192602060606001926001600160601b0360408851868060a01b03815116845285810151868501520151166040820152019401920190610e91565b9080601f830112156102ae578135610f0381610dcd565b92610f116040519485610dac565b81845260208085019260051b8201019283116102ae57602001905b828210610f395750505090565b8135815260209182019101610f2c565b90602080835192838152019201905f5b818110610f665750505090565b825163ffffffff16845260209384019390920191600101610f59565b90610f8c82610dcd565b610f996040519182610dac565b8281528092610faa601f1991610dcd565b0190602036910137565b805115610fc15760200190565b634e487b7160e01b5f52603260045260245ffd5b8051821015610fc15760209160051b010190565b908160209103126102ae57516001600160a01b03811681036102ae5790565b5f5b82811061101657505050565b60608282015260200161100a565b908151811015610fc1570160200190565b604051636830483560e01b81526001600160a01b0390911692909190602083600481875afa928315610402575f93611443575b50604051634f4c91e160e11b815292602084600481885afa938415610402575f946113fe575b5060206004949560405195868092632efa2ca360e11b82525afa938415610402575f946113dd575b50919493908551926110f16110ca85610dcd565b946110d86040519687610dac565b8086526110e7601f1991610dcd565b0160208601611008565b5f965b80518810156113d3576111078882611024565b51604051638902624560e01b815260f89190911c6004820181905263ffffffff851660248301529790945f866044816001600160a01b0385165afa958615610402575f96611341575b50855161115c81610dcd565b9061116a6040519283610dac565b808252611179601f1991610dcd565b015f5b81811061131857505061118f8b89610fd5565b5261119a8a88610fd5565b505f5b8651811015611307576111b08188610fd5565b516040516308f6629d60e31b81526004810191909152906020826024816001600160a01b038e165afa918215610402575f926112e7575b50866111f3828a610fd5565b5160208d611201858d610fd5565b5160405163fa28c62760e01b8152600481019190915260ff91909116602482015263ffffffff939093166044840152826064816001600160a01b038c165afa908115610402578e925f926112a0575b509361128d611299936001600160601b0386946001986040519561127387610d7d565b8a8060a01b0316865260208601521660408401528d610fd5565b519061062e8383610fd5565b500161119d565b915091506020813d82116112df575b816112bc60209383610dac565b810103126102ae57516001600160601b03811681036102ae578d9161128d611250565b3d91506112af565b61130091925060203d81116109de576109cf8183610dac565b905f6111e7565b5060019099019890975093506110f4565b60209060405161132781610d7d565b5f81525f838201525f60408201528282860101520161117c565b9095503d805f833e6113538183610dac565b8101906020818303126102ae578051906001600160401b0382116102ae57019080601f830112156102ae57815161138981610dcd565b926113976040519485610dac565b81845260208085019260051b8201019283116102ae57602001905b8282106113c357505050945f611150565b81518152602091820191016113b2565b5092955050505050565b6113f791945060203d6020116109de576109cf8183610dac565b925f6110b6565b9093506020813d60201161143b575b8161141a60209383610dac565b810103126102ae5751926001600160a01b03841684036102ae57602061108e565b3d915061140d565b61145d91935060203d6020116109de576109cf8183610dac565b915f611068565b60405190608082018281106001600160401b03821117610d9857604052606080838181528160208201528160408201520152565b519063ffffffff821682036102ae57565b6020818303126102ae578051906001600160401b0382116102ae57019080601f830112156102ae5781516114dc81610dcd565b926114ea6040519485610dac565b81845260208085019260051b8201019283116102ae57602001905b8282106115125750505090565b6020809161151f84611498565b815201910190611505565b60409063ffffffff61154794931681528160208201520190610de4565b90565b908060209392818452848401375f828201840152601f01601f1916010190565b908160209103126102ae57516001600160c01b03811681036102ae5790565b90821015610fc1570190565b5f198114610233576001019056fea26469706673582212202798a3e30f0c42f1ffc8229a8cc64395eb4a40db1100bfe1fd8c02471368c40c64736f6c634300081b0033","r":"0x40aa60f5ba4d07587cd48b30c223af3592927608cfb4bedbe6cd8f2932810aa9","s":"0x2c8e8e637da135dfeb90d3299bed4923779ddd2e07f9706f6a6999a075a414f","yParity":"0x1","v":"0x1","hash":"0xb91c0d074c28546ecf48464d89b5a83142a54916d079ce3ba0e0b8c846440182"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x2e","gas":"0x1f1708","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x60a03461012157601f611c1538819003918201601f19168301916001600160401b038311848410176101255780849260209460405283398101031261012157516001600160a01b03811690819003610121576080525f5460ff8160081c166100cc5760ff80821603610092575b604051611adb908161013a82396080518181816107730152818161094501526114550152f35b60ff90811916175f557f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498602060405160ff8152a15f61006c565b60405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608490fd5b5f80fd5b634e487b7160e01b5f52604160045260245ffdfe60806040526004361015610011575f80fd5b5f3560e01c8062a1f4cb1461015957806303c5a6b61461015457806313542a4e1461010957806326d941f21461014f578063377ed99d1461014a5780633fb279521461014557806347b314e8146101045780635f61a88414610140578063605747d51461013b578063671699111461013657806368bccaac146101315780636d14a9871461012c5780637916cea6146101275780637ff81a8714610122578063a3db80e21461011d578063bf79ce5814610118578063d1a6465014610113578063d5254a8c1461010e578063de29fac014610109578063e8bb9ae6146101045763f4e24fe5146100ff575f80fd5b610a95565b6104f6565b61025c565b610a28565b610906565b6108e5565b61089a565b610855565b6107e2565b61075e565b61067f565b610638565b610584565b610522565b61046f565b61031f565b6102a7565b610207565b610173565b6001600160a01b0381160361016f57565b5f80fd5b3461016f57602036600319011261016f576004356101908161015e565b60018060a01b03165f52600360205260405f2060018154910154906101c76040519283928360209093929193604081019481520152565b0390f35b61016060031982011261016f576004356101e48161015e565b9161010060231983011261016f57604060249261012319011261016f5761012490565b3461016f576020610217366101cb565b90610220611453565b6001600160a01b0383165f90815260018552604090205492831561024a575b505050604051908152f35b6102549350610d61565b5f808061023f565b3461016f57602036600319011261016f576004356102798161015e565b60018060a01b03165f526001602052602060405f2054604051908152f35b6004359060ff8216820361016f57565b3461016f57602036600319011261016f5760ff6102c2610297565b6102ca611453565b16805f52600460205260405f2054610310575f52600460205261030e60405f206102f26103ca565b5f81524363ffffffff166020820152905b5f6040830152610ae8565b005b6310cda51760e21b5f5260045ffd5b3461016f57602036600319011261016f5760ff61033a610297565b165f526004602052602063ffffffff60405f205416604051908152f35b634e487b7160e01b5f52604160045260245ffd5b6040810190811067ffffffffffffffff82111761038757604052565b610357565b6060810190811067ffffffffffffffff82111761038757604052565b90601f8019910116810190811067ffffffffffffffff82111761038757604052565b604051906103d96060836103a8565b565b906103d960405192836103a8565b90604060031983011261016f576004356104028161015e565b9160243567ffffffffffffffff811161016f578160238201121561016f5780600401359067ffffffffffffffff8211610387576040519261044d601f8401601f1916602001856103a8565b8284526024838301011161016f57815f92602460209301838601378301015290565b3461016f577f73a2b7fb844724b971802ae9b15db094d4b7192df9d7350e14eb466b9b22eb4e61049e366103e9565b906104a7611453565b6104ba6104b382610d02565b50836114bb565b60018060a01b0381165f5260016020526104df60405f20549260405193849384610b5d565b0390a1005b602090600319011261016f5760043590565b3461016f57610504366104e4565b5f526002602052602060018060a01b0360405f205416604051908152f35b3461016f57602036600319011261016f5760ff61053d610297565b610545610b9d565b50165f5260056020526040805f2060018251916105618361036b565b80548352015460208201526105828251809260208091805184520151910152565bf35b3461016f57604036600319011261016f576105d96105d36105a3610297565b60ff602435915f604080516105b78161038c565b8281528260208201520152165f52600460205260405f206107cd565b50610bd3565b604051809163ffffffff6040606084019267ffffffffffffffff19815116855282602082015116602086015201511660408301520390f35b905f905b6002821061062257505050565b6020806001928551815201930191019091610615565b3461016f57602036600319011261016f57608061065f60043561065a8161015e565b610ca5565b610582602060405192610673848251610611565b01516040830190610611565b3461016f57606036600319011261016f57610698610297565b6024359063ffffffff821680920361016f576105d36106ce9160ff6106bc60443590565b91165f52600460205260405f206107cd565b9063ffffffff602083015116811061074f5781610714610723926106fc60406101c796015163ffffffff1690565b9063ffffffff82161591821561073f575b5050610cec565b5167ffffffffffffffff191690565b60405167ffffffffffffffff1990911681529081906020820190565b63ffffffff161190505f8061070d565b633d22884160e01b5f5260045ffd5b3461016f575f36600319011261016f576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b634e487b7160e01b5f52603260045260245ffd5b8054156107c8575f5260205f20905f90565b6107a2565b80548210156107c8575f5260205f2001905f90565b3461016f57604036600319011261016f576107fb610297565b60ff60243591165f52600460205260405f2090815481101561016f57610820916107cd565b50546040805182821b67ffffffffffffffff1916815260c083901c63ffffffff16602082015260e09290921c90820152606090f35b3461016f57602036600319011261016f57606061087c6004356108778161015e565b610d02565b610893604051809360208091805184520151910152565b6040820152f35b3461016f57602036600319011261016f5760ff6108b5610297565b165f52600560205260405f2060018154910154906101c76040519283928360209093929193604081019481520152565b3461016f5760206108fe6108f8366101cb565b91610d61565b604051908152f35b3461016f5760a036600319011261016f576004356109238161015e565b608036602319011261016f57604051638da5cb5b60e01b8152906020826004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa9182156109de575f9261099b575b5061030e91610996906001600160a01b031633146119b9565b61119a565b91506020823d6020116109d6575b816109b6602093836103a8565b8101031261016f5761099661030e92516109cf8161015e565b925061097d565b3d91506109a9565b6040513d5f823e3d90fd5b60206040818301928281528451809452019201905f5b818110610a0c5750505090565b825163ffffffff168452602093840193909201916001016109ff565b3461016f57604036600319011261016f5760043567ffffffffffffffff811161016f573660238201121561016f57806004013567ffffffffffffffff811161016f57366024828401011161016f576101c791610a8991602480359201611316565b604051918291826109e9565b3461016f577ff843ecd53a563675e62107be1494fdde4a3d49aeedaf8d88c616d85346e3500e610ac4366103e9565b90610acd611453565b6104ba610ae2610adc83610d02565b506119e5565b836114bb565b80546801000000000000000081101561038757610b0a916001820181556107cd565b610b4a578151602083015160409384015163ffffffff60c01b60c09290921b919091169190931c1760e09290921b6001600160e01b031916919091179055565b634e487b7160e01b5f525f60045260245ffd5b919260809360209260018060a01b0316845282840152606060408401528051918291826060860152018484015e5f828201840152601f01601f1916010190565b60405190610baa8261036b565b5f6020838281520152565b90604051610bc28161036b565b602060018294805484520154910152565b90604051610be08161038c565b604081935467ffffffffffffffff1981831b16835263ffffffff8160c01c16602084015260e01c910152565b60405190610180610c1d81846103a8565b368337565b60405190610c316020836103a8565b6020368337565b60405190610c458261036b565b8160206040918251610c5784826103a8565b833682378152825192610c6a81856103a8565b3684370152565b60405191905f835b60028210610c8f575050506103d96040836103a8565b6001602081928554815201930191019091610c79565b610cad610c38565b5060018060a01b03165f52600660205260405f20610ce4600260405192610cd38461036b565b610cdc81610c71565b845201610c71565b602082015290565b15610cf357565b636fe02d4b60e01b5f5260045ffd5b610d0a610b9d565b5060018060a01b031690815f52600360205260405f2091600160405193610d308561036b565b80548552015460208401525f52600160205260405f2054918215610d52579190565b6325ec6c1f60e01b5f5260045ffd5b919091610d6c611453565b6040830190610d7b3683610fa4565b610d919080515f526020015160205260405f2090565b93610dbe7fad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb5861415610fcc565b6001600160a01b0382165f9081526001602052604090205415610de090610fe2565b5f85815260026020526040902054610e01906001600160a01b031615610ff8565b80359360208201358435906060840135608085019788928535602087013591604051958695602087019860c08c0193610e3a978b61100e565b03601f1981018252610e4c90826103a8565b5190207f30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f000000190069136610e7d91610fa4565b82610e883687610fa4565b90610e9291611669565b610e9b916116af565b91610ea4611711565b9136610eaf91610fa4565b90610eb86117db565b90610ec291611669565b610ecb916116af565b610ed5368761108f565b91610edf9361187c565b610ee8906110c8565b6001600160a01b0381165f908152600360209081526040808320853581558583013560019091015560069091529020610f2290849061110d565b6001600160a01b0381165f90815260016020526040902084905580610f4f855f52600260205260405f2090565b80546001600160a01b0319166001600160a01b0392831617905560405191169290918291610f7d9183611168565b037fe3fb6613af2e8930cf85d47fcf6db10192224a64c6cbe8023e0eee1ba382804191a290565b919082604091031261016f57604051610fbc8161036b565b6020808294803584520135910152565b15610fd357565b630cc7509160e01b5f5260045ffd5b15610fe957565b6342ee68b560e01b5f5260045ffd5b15610fff57565b634c334c9760e11b5f5260045ffd5b969490936101409896936040959386948a5260208a0152838901526060880152608087013760c08501376101008301526101208201520190565b9080601f8301121561016f57604051916110636040846103a8565b82906040810192831161016f57905b82821061107f5750505090565b8135815260209182019101611072565b919060808382031261016f5760206110c3604051926110ad8461036b565b604084966110bb8382611048565b865201611048565b910152565b156110cf57565b63a72d026360e01b5f5260045ffd5b634e487b7160e01b5f52601160045260245ffd5b9060068202918083046006149015171561110857565b6110de565b90805f5b600281106111445750506040015f5b6002811061112d57505050565b600190602083359301926002828601015501611120565b600190602083359301928186015501611111565b9060408080938181853701910137565b9160406103d9929493602060c082019680358352013560208201520190611158565b6080810192916103d99190611158565b6111fa6111f56111a983610d02565b506111d36111b685610ca5565b805151159081611284575b81611276575b8161125f575b506119cf565b6111db611711565b6111e36117db565b906111ef36602461108f565b9261187c565b6110c8565b6001600160a01b0381165f90815260066020526040902061121d9060249061110d565b6040516001600160a01b03909116907f5c4f9f28153dbf3f00e69607a59e82ad806fffb78d09f179f62432f7e9d2511a908061125a60248261118a565b0390a2565b61126e91506020015160200190565b51155f6111cd565b6020810151511591506111c7565b8051602001511591506111c1565b67ffffffffffffffff81116103875760051b60200190565b906112b482611292565b6112c160405191826103a8565b82815280926112d2601f1991611292565b0190602036910137565b908210156107c8570190565b8015611108575f190190565b5f1981019190821161110857565b80518210156107c85760209160051b010190565b919091611322836112aa565b925f5b818110611333575050505090565b6113586113526113448385876112dc565b356001600160f81b03191690565b60f81c90565b61136d8160ff165f52600460205260405f2090565b5480158015611428575b61141957805b61138c575b5050600101611325565b8563ffffffff6113ca6113bc6113ad8660ff165f52600460205260405f2090565b6113b6866112f4565b906107cd565b505460c01c63ffffffff1690565b1611156113e0576113da906112e8565b8061137d565b60019291506113fd6113f4611412926112f4565b63ffffffff1690565b6114078389611302565b9063ffffffff169052565b905f611382565b633f4cb70f60e01b5f5260045ffd5b5061144c6113f46113bc6114478560ff165f52600460205260405f2090565b6107b6565b8610611377565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316330361148557565b634394dbdf60e11b5f5260045ffd5b9081518110156107c8570160200190565b156114ac57565b637310cff560e11b5f5260045ffd5b91906114c5610b9d565b504363ffffffff16905f5b84518110156116625780836114fb6113526114ed6001958a611494565b516001600160f81b03191690565b6115108160ff165f52600460205260405f2090565b549061151d8215156114a5565b6115b561159661158861154c896115476115428760ff165f52600560205260405f2090565b610bb5565b6116af565b611576816115658760ff165f52600560205260405f2090565b906020600191805184550151910155565b80515f526020015160205260405f2090565b67ffffffffffffffff191690565b926113b66115af8460ff165f52600460205260405f2090565b916112f4565b5090836115cd6113f4845463ffffffff9060c01c1690565b036115f657506115f092509060401c67ffffffffffffffff60c01b825416179055565b016114d0565b81546001600160e01b031660e09490941b6001600160e01b03191693909317905561165d916116309060ff165f52600460205260405f2090565b61164c61163b6103ca565b67ffffffffffffffff199093168352565b63ffffffff87166020830152610303565b6115f0565b5050509050565b91906040906060611678610b9d565b948592602085519261168a85856103a8565b8436853780518452015160208301528482015260076107cf195a01fa156116ad57565bfe5b6020929160806040926116c0610b9d565b958693818651936116d186866103a8565b85368637805185520151828401528051868401520151606082015260066107cf195a01fa80156116ad571561170257565b63d4b68fd760e01b5f5260045ffd5b611719610c38565b506040516117268161036b565b7f198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c281527f1800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed602082015260405161177b8161036b565b7f275dc4a288d1afb3cbb1ac09187524c7db36395df7be3b99e673b13a075a65ec81527f1d9befcd05a5323e6da4d435f3b617cdb3af83285c2df711ef39c01571827f9d6020820152604051916117d18361036b565b8252602082015290565b6117e3610b9d565b506040516117f08161036b565b600181526002602082015290565b9060028110156107c85760051b0190565b906001820180921161110857565b906002820180921161110857565b906003820180921161110857565b906004820180921161110857565b906005820180921161110857565b90600c8110156107c85760051b0190565b1561186d57565b6324ccc79360e21b5f5260045ffd5b92909161188960406103db565b938452602084015261189b60406103db565b91825260208201526118ab610c0c565b915f5b600281106118e8575050506020610180916118c7610c22565b92839160086107cf195a01fa80156116ad576118e290611866565b51151590565b806118f46001926110f2565b6118fe82856117fe565b515161190a8288611855565b52602061191783866117fe565b51015161192c6119268361180f565b88611855565b5261193782866117fe565b5151516119466119268361181d565b5261195c61195483876117fe565b515160200190565b516119696119268361182b565b52602061197683876117fe565b5101515161198661192683611839565b526119b26119ac6119a5602061199c868a6117fe565b51015160200190565b5192611847565b87611855565b52016118ae565b156119c057565b637070f3b160e11b5f5260045ffd5b156119d657565b630849e5cf60e41b5f5260045ffd5b6119ed610b9d565b50805190811580611a99575b15611a1a575050604051611a0e6040826103a8565b5f81525f602082015290565b60207f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47910151067f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47037f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47811161110857604051916117d16040846103a8565b506020810151156119f956fea2646970667358221220133aee01c3ab285c541d1517f97939b6d111fabcc7b7ac382b1b2db778a24b2864736f6c634300081b003300000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49","r":"0x5f7bb81e689af4a7ab0e2bb9967fb2632ffe6cf7a611acaba96f94e2e06850d4","s":"0xd4039879dccb560166099b34e6eb0623e07933fc17d17a5891f61a4859d9b95","yParity":"0x0","v":"0x0","hash":"0xa6fe438acff29c5c1a6534c36e0d46b878b83b8bd1321769681c68a9f84d9516"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa66339139eb5f9c81151ce2012468f63d5273a5cca240bb7de2eba8667e9be17","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x9b54ac4ff614d9fc5811d0ffb924adf804d584a814c81ae8458c532492d3c8ba","transactionsRoot":"0xc0c4365b004834fbc3c4be99506eb1c24be39e7b9f0566f96df79237ac30f38d","receiptsRoot":"0xdb1b457311c5d65e64fe97f8363a6204c6739f7845b756f22c3b4aed550f2a41","logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000200000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000400080000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x1e","gasLimit":"0x1c9c380","gasUsed":"0x984c","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1d6cf81","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x2f","gas":"0xd25b","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x998abeb3e57409262ae5b751f60747921b33613e","value":"0x0","accessList":[],"input":"0x99a88ec40000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985280000000000000000000000005eb3bc0a489c5a8288765d2336659ebca68fcd00","r":"0x13df5170087b29d7668485700c1656cfd3d3bb59d57dbfb967845809f262cdc0","s":"0x6c5356ac51419edee43cde7918967579216cbfcc48afaac4fff65f302791ef73","yParity":"0x1","v":"0x1","hash":"0x0890d6159154da0f98b936c7bb54dc2e4ebc54980e41ad3e6dd6f379c96795c2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x60b31975b0d224ee76faa7b25b1486e0a59fd6984cf3503ef0ad7b07b429e108","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x28f6291e322e77ba08b9b9fcde28bb2e5e44a55babb2c8dcbd8b446085cc41a4","transactionsRoot":"0x7da5a8719be291ec8d37166363023a5e3015f3deec4c8320d4c87fb9aae39102","receiptsRoot":"0x5ca2fedbe0039000110eea51255d07080cf2ab78583fb66dff7590eef82814fc","logsBloom":"0x00000000000000000000000001000000400000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000002000000000000000000000000400000000000000100008000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000400000100000000000000000000000000000000000020000000000000000000040000000000000000000200100000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x1f","gasLimit":"0x1c9c380","gasUsed":"0xd1487","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x19c1cba","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x30","gas":"0x103b09","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x60a03461011a57601f610e8738819003918201601f19168301916001600160401b0383118484101761011e5780849260209460405283398101031261011a57516001600160a01b0381169081900361011a576080525f5460ff8160081c166100c55760ff8082160361008b575b604051610d5490816101338239608051818181610456015261096f0152f35b60ff90811916175f557f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498602060405160ff8152a15f61006c565b60405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608490fd5b5f80fd5b634e487b7160e01b5f52604160045260245ffdfe60806040526004361015610011575f80fd5b5f3560e01c8062bff04d146105c657806312d1d74d1461058157806326d941f21461051f5780632ed583e5146104855780636d14a987146104415780637b5d26be146104075780638121906f146103cb57806389026245146102de578063a48bb0ac14610261578063bd29b8cd1461013d578063caa3cd7614610123578063e2e68580146100df5763f3410922146100a7575f80fd5b346100db5760203660031901126100db57602063ffffffff6100cf6100ca6107b1565b610bec565b54821c16604051908152f35b5f80fd5b346100db5760403660031901126100db5760ff6100fa6107b1565b165f52600160205260405f206024355f52602052602063ffffffff60405f205416604051908152f35b346100db575f3660031901126100db5760206040515f8152f35b346100db5761014b3661075d565b61015361096d565b4363ffffffff16905f5b81811061016657005b610171818386610846565b3560f81c90815f52600360205260405f20541561025257816001925f528260205260405f20875f5260205263ffffffff60405f2054166101b082610bec565b916101cf6101c763ffffffff855460201c16610866565b809483610cab565b6101d98382610aa9565b928584018863ffffffff8254965416145f14610216575f9150555b828903610205575b5050500161015d565b61020e926109f4565b8680806101fc565b50815f52600260205263ffffffff60405f2091165f5260205261024d60405f2061023e6107d4565b908982525f60208301526109ae565b6101f4565b637310cff560e11b5f5260045ffd5b346100db5760403660031901126100db576102da6102b56102af6102836107b1565b60ff61028d6107c1565b915f60206102996107d4565b8281520152165f52600360205260405f206108b1565b5061094d565b60405191829182919091602063ffffffff816040840195828151168552015116910152565b0390f35b346100db5760403660031901126100db576102f76107b1565b6102ff6107c1565b9063ffffffff61030f8383610af1565b1661032161031c8261082e565b610808565b9281845261032e8261082e565b602085019390601f19013685375f5b838110610388578486604051918291602083019060208452518091526040830191905f5b81811061036f575050500390f35b8251845285945060209384019390920191600101610361565b6103998363ffffffff831684610c12565b6103a3828861087e565b526103ae818761087e565b51156103bc5760010161033d565b637f12098d60e11b5f5260045ffd5b346100db5760203660031901126100db576102da6102b56104026103ed6107b1565b5f60206103f86107d4565b8281520152610bec565b61094d565b346100db5760403660031901126100db5760206104336104256107b1565b61042d6107c1565b90610af1565b63ffffffff60405191168152f35b346100db575f3660031901126100db576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b346100db5760603660031901126100db5761049e6107b1565b6104a66107c1565b6044359163ffffffff831683036100db576102da926104fc9260ff6104f6935f60206104d06107d4565b8281520152165f52600260205263ffffffff60405f2091165f5260205260405f20610934565b50610892565b60405191829182919091602080604083019463ffffffff81511684520151910152565b346100db5760203660031901126100db5760ff61053a6107b1565b61054261096d565b16805f52600360205260405f2054610252575f52600360205261057f60405f2061056a6107d4565b9063ffffffff431682525f60208301526108c6565b005b346100db5760403660031901126100db576102da6104fc6105c16105a36107b1565b6105ab6107c1565b905f60206105b76107d4565b8281520152610aa9565b610892565b346100db576105d43661075d565b906105dd61096d565b6105e961031c8361082e565b928284526105f68361082e565b602085019390601f19013685375f5b818110610656578486604051918291602083019060208452518091526040830191905f5b818110610637575050500390f35b825163ffffffff16845285945060209384019390920191600101610629565b610661818386610846565b3560f81c90815f52600360205260405f2054156102525761068182610bec565b600163ffffffff825460201c16019063ffffffff821161074957836106ac836106e793600197610cab565b805f52600260205260405f2063ffffffff6106c685610866565b165f5260205260405f205415610700575b6106e083610866565b90876109f4565b63ffffffff6106f6838a61087e565b9116905201610605565b805f52600260205260405f2063ffffffff61071a85610866565b165f5260205261074460405f2061072f6107d4565b9063ffffffff431682525f60208301526109ae565b6106d7565b634e487b7160e01b5f52601160045260245ffd5b60406003198201126100db576004359160243567ffffffffffffffff81116100db57826023820112156100db5780600401359267ffffffffffffffff84116100db57602484830101116100db576024019190565b6004359060ff821682036100db57565b6024359063ffffffff821682036100db57565b604051906040820182811067ffffffffffffffff8211176107f457604052565b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff8111838210176107f457604052565b67ffffffffffffffff81116107f45760051b60200190565b90821015610852570190565b634e487b7160e01b5f52603260045260245ffd5b63ffffffff5f199116019063ffffffff821161074957565b80518210156108525760209160051b010190565b90600161089d6107d4565b9263ffffffff815416845201546020830152565b8054821015610852575f5260205f2001905f90565b8054600160401b8110156107f4576108e3916001820181556108b1565b610921578151815460209384015167ffffffffffffffff1990911663ffffffff9290921691909117921b67ffffffff0000000016919091179055565b565b634e487b7160e01b5f525f60045260245ffd5b8054821015610852575f5260205f209060011b01905f90565b9063ffffffff61095b6107d4565b9254818116845260201c166020830152565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316330361099f57565b634394dbdf60e11b5f5260045ffd5b8054600160401b8110156107f4576109cb91600182018155610934565b9190916109215760208163ffffffff8060019451161663ffffffff198554161784550151910155565b9160409063ffffffff60ff7f6ee1e4f4075f3d067176140d34e87874244dd273294c05b2218133e49a2ba6f69486610a2c8583610aa9565b80544386169086168103610a6f5750600101555b1691825f526001602052835f20865f52602052835f2082821683198254161790558351928352166020820152a2565b9050610aa491508383165f526002602052865f208587165f52602052865f20610a966107d4565b9182528960208301526109ae565b610a40565b60ff165f90815260026020908152604080832063ffffffff9490941683529290522080545f19810190811161074957610ae191610934565b5090565b8015610749575f190190565b60ff1690815f52600360205260405f2054805b610b915760405162461bcd60e51b815260206004820152605560248201527f496e64657852656769737472792e5f6f70657261746f72436f756e744174426c60448201527f6f636b4e756d6265723a2071756f72756d20646964206e6f742065786973742060648201527430ba1033b4bb32b710313637b1b590373ab6b132b960591b608482015260a490fd5b825f52600360205260405f205f1982019082821161074957610bb6916102af916108b1565b63ffffffff81511663ffffffff84161015610bdb5750610bd590610ae5565b80610b04565b6020015163ffffffff169392505050565b60ff165f90815260036020526040902080545f19810190811161074957610ae1916108b1565b60ff909291921691825f52600260205260405f2063ffffffff82165f5260205260405f2054805b610c4557505050505f90565b835f52600260205260405f2063ffffffff83165f5260205260405f205f1982019082821161074957610c7a916104f691610934565b63ffffffff81511663ffffffff85161015610c9f5750610c9990610ae5565b80610c39565b60200151949350505050565b919063ffffffff81541663ffffffff43168091145f14610ced575061091f92509067ffffffff0000000082549160201b169067ffffffff000000001916179055565b91905060ff61091f93165f52600360205263ffffffff60405f2091610d106107d4565b9384521660208301526108c656fea26469706673582212204a724660837c1bab9342d497d2e8fb8b67ced1112928afa1870e62b6fe4b9f4b64736f6c634300081b003300000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49","r":"0x92acc3e25b5af3f77672ad336a23daf07468ccb7b163ccd065561ea553b5433c","s":"0x60557541fcddf3978b5811f7b092e8cdeab1011f1ca6dc4703691a2b4fc766db","yParity":"0x1","v":"0x1","hash":"0x99a65e3e1881d06cc73294b19999047b6d8fd928cec3fc53c3a4852748643dd6"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x31","gas":"0xd26c","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x998abeb3e57409262ae5b751f60747921b33613e","value":"0x0","accessList":[],"input":"0x99a88ec400000000000000000000000099bba657f2bbc93c02d617f8ba121cb8fc104acf000000000000000000000000809d550fca64d94bd9f66e60752a544199cfac3d","r":"0x458299776cf97383e73603b4b8d771c0aca01961ff69d206bae905cb931bc899","s":"0x14c8dabcf49949d5ed0c4a656857b72cf05ac7b1b58414831d6f45bc68e6fb35","yParity":"0x0","v":"0x0","hash":"0x7c7e857ce1a32e588799ac4183465a4b3486dfa0fe014a097a9f153fffa137e9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x05410362d9c1a767faba95fd5afc23d6c5608b92b3cba583165bc5874d956e0a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x1d3bbd66e85a959d68a1a41013f246223f9b396a3ae67d096036d5764ab26db1","transactionsRoot":"0x78de29dad7c86ce7e3ef003e189e60afd7c64495367f55b437320fffb931c380","receiptsRoot":"0xff1dee9e13c864e57a63eddcfd3dd970c7db9b7299a1659ce9f7c4abe175ed95","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x20","gasLimit":"0x1c9c380","gasUsed":"0x297cd9","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x16b8ac9","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x32","gas":"0x35ef1a","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6101003461011757601f61315238819003918201601f19168301916001600160401b0383118484101761011b57808492608094604052833981010312610117578051906001600160a01b03821682036101175760208101516001600160a01b0381168103610117576040820151916001600160a01b03831683036101175760600151926001600160a01b03841684036101175760e05260805260a05260c0526040516130229081610130823960805181818161032f01526129a5015260a0518161101f015260c05181818161054a01528181610673015281816111ad015281816127d20152612d36015260e05181818161063501528181610daf0152818161116f01528181611fe40152818161205e01526127010152f35b5f80fd5b634e487b7160e01b5f52604160045260245ffdfe6080806040526004361015610012575f80fd5b5f905f3560e01c9081630491b41c146119f65750806308732461146119995780631f9b74e01461194557806320b66298146117dd57806325504777146116c25780632cd95940146115c65780633ca5a5f5146115945780634bd26e09146115555780635401ed271461152d5780635e5a67751461150b5780635f1f2d771461108c578063697fbd931461104e5780636b3aa72e146110095780636c3fb4bf14610dde5780636d14a98714610d9957806375d4173a14610cb25780637c17234714610c9757806381c0750214610aaf5780639ab4d6ff14610a775780639f3ccf6514610a1c578063ac6bfb03146109cd578063adc804da14610959578063b6904b7814610917578063bc9a40c3146108db578063bd29b8cd14610856578063c46778a51461081c578063c601527d146105c7578063c8294c5614610579578063ca8aa7c714610534578063cc5a7c20146103f0578063d5eccc0514610386578063dd9846b91461035e578063df5cf72314610319578063e086adb3146102da578063f2be94ae1461026a578063f851e1981461020b5763fa28c627146101b5575f80fd5b34610208576001600160601b036101fa6020926101f460406101d636611c69565b92909194858152600289522060ff82165f52875260405f2093612e3e565b90611a44565b505460401c16604051908152f35b80fd5b503461020857604036600319011261020857606061023261022a611a34565b600435611ed3565b61026860405180926001600160601b036040809263ffffffff815116855263ffffffff6020820151166020860152015116910152565bf35b5034610208576080366003190112610208576001600160601b036040602092610291611a24565b60ff8361029c611c56565b936044358152600288522091165f5284526102cf6102c86102c2845f2060643590611a44565b50611d1d565b9182612cb4565b015116604051908152f35b5034610208576040366003190112610208576103166102f7611a24565b6102ff611c56565b90610308611fcf565b61031181611f43565b612cfc565b80f35b50346102085780600319360112610208576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b503461020857602061037861037236611c69565b91612e3e565b63ffffffff60405191168152f35b50346102085760203660031901126102085760ff6103a2611a24565b1680825260016020526040822090825260016020526040822054915f1983019283116103dc5760206001600160601b036101fa8585611a44565b634e487b7160e01b81526011600452602490fd5b50346102085760803660031901126102085761040a611a24565b610412611b9b565b906044359163ffffffff83168303610530576064356001600160401b03811161052c57610443903690600401611bb1565b61044b61205c565b6104638360ff165f52600160205260405f2054151590565b61051d579061047561047b9284612a28565b82612c5e565b60ff8116808452600560209081526040808620805460ff19166001179055519193919290830183807f7c112e863ccf007862e2c9e25819c933fedbc9350a6443423b4a8599c2e8a52d9260016104d497520390a1612cfc565b8152600160205261031660408220604051906104ef82611b35565b63ffffffff43168252836020830152836040830152611e26565b634e487b7160e01b5f52602160045260245ffd5b6310cda51760e21b8552600485fd5b8480fd5b8380fd5b50346102085780600319360112610208576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b5034610208576060366003190112610208576001600160601b0360406020926102cf6102c86102c26105a9611a24565b9360ff6105b4611c56565b9516815260018852856044359120611a44565b5034610208576040366003190112610208576105e1611a24565b906024356001600160401b03811161081857610601903690600401611bb1565b9161060a611fcf565b61061381611f43565b61061d8382612a28565b825160405163de1164bb60e01b8152906020826004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa91821561080d5784926107dc575b506040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906106a581611b06565b6001600160a01b03848116825260ff8616602083019081526040516304c1b8eb60e31b8152925190911660048301525163ffffffff166024820152602081604481855afa9081156107d15786916107a2575b50610700578480f35b61070982611cbe565b91855b818110610779575050849550803b1561052c576107439385809460405196879586948593630287f75160e51b855260048501611d9b565b03925af1801561076e57610759575b8080808480f35b8161076391611b50565b61020857805f610752565b6040513d84823e3d90fd5b6001906001600160a01b0361078e828b611d09565b51511661079b8287611d09565b520161070c565b6107c4915060203d6020116107ca575b6107bc8183611b50565b810190611d83565b5f6106f7565b503d6107b2565b6040513d88823e3d90fd5b6107ff91925060203d602011610806575b6107f78183611b50565b810190611d64565b905f61066d565b503d6107ed565b6040513d86823e3d90fd5b5080fd5b5034610208576020366003190112610208576001600160601b03604060209260ff610845611a24565b168152808452205416604051908152f35b5034610208576040366003190112610208576004356024356001600160401b0381116108d75761088a903690600401611a9d565b61089592919261205c565b835b8181106108a2578480f35b806108d06108b36001938588611cf0565b3560f81c6108c081611f43565b6108ca818761209d565b906123ee565b5001610897565b8280fd5b5034610208576040366003190112610208576103166108f8611a24565b610900611b9b565b90610909611fcf565b61091281611f43565b612c5e565b5034610208576040366003190112610208576102326102c260609260ff61093c611a24565b610944611e90565b50168152600160205260406024359120611a44565b5034610208576040366003190112610208576109aa6109a460409260ff61097e611a24565b826020875161098c81611b06565b82815201521681526003602052836024359120611a44565b50611eae565b6001600160601b03602083519260018060a01b0381511684520151166020820152f35b50346102085760603660031901126102085760ff60406109eb611a24565b926109f4611e90565b50602435815260026020522091165f5260205260606102326102c260405f2060443590611a44565b503461020857604036600319011261020857610a36611a24565b60ff16815260046020526040812080546024359290831015610208576020610a5e8484611a44565b905460405160039290921b1c6001600160a01b03168152f35b50346102085760203660031901126102085763ffffffff604060209260ff610a9d611a24565b16815260068452205416604051908152f35b50346102085760403660031901126102085760043563ffffffff8116809103610818576024356001600160401b0381116108d757610af1903690600401611a9d565b9190610afc83611b71565b91610b0a6040519384611b50565b838352610b1684611b71565b602084019490601f1901368637855b818110610b7657868587604051928392602084019060208552518091526040840192915b818110610b57575050500390f35b825163ffffffff16845285945060209384019390920191600101610b49565b610b81818386611cf0565b3560f81c610b8e81611f43565b808852600160205260408820805415610c835788528363ffffffff60208a20541611610c745780885260016020526040882054885b818110610bd6575b505050600101610b25565b828a52600160205260408a20610bec8284611d57565b5f19810191908211610c6057610c08889263ffffffff92611a44565b5054161115610c1957600101610bc3565b90610c249250611d57565b5f198101908111610c4c579063ffffffff60019216610c438288611d09565b52905f80610bcb565b634e487b7160e01b88526011600452602488fd5b634e487b7160e01b8c52601160045260248cfd5b63cc64657360e01b8852600488fd5b634e487b7160e01b89526032600452602489fd5b50346102085780600319360112610208576020604051818152f35b503461020857606036600319011261020857610ccc611a24565b610cd4611b9b565b6044356001600160401b03811161053057610cf3903690600401611bb1565b610cfb61205c565b610d138360ff165f52600160205260405f2054151590565b610d8a578291610475610d289260ff95612a28565b1680825260056020526040822060ff1981541690557f7c112e863ccf007862e2c9e25819c933fedbc9350a6443423b4a8599c2e8a52d60405180610d6c8582611b88565b0390a18152600160205261031660408220604051906104ef82611b35565b6310cda51760e21b8452600484fd5b50346102085780600319360112610208576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b5034610208576060366003190112610208576004356001600160401b0381116108185736602382011215610818578060040135610e1a81611b71565b91610e286040519384611b50565b8183526024602084019260051b8201019036821161052c57602401915b818310610fe957505050602435906001600160401b0382116108d757366023830112156108d757816004013591610e7b83611b71565b92610e896040519485611b50565b8084526024602085019160051b83010191368311610fe557602401905b828210610fd55750505060443560ff8116810361053057610ec561205c565b610ecf8251611cbe565b92610ed982611f43565b610ee3838361264d565b8693919290845b8651861015610f8257610efd8683611d09565b5115610f64575b610f2d610f118785611d09565b51856001600160601b03610f258a8a611d09565b511691612241565b90898282019283129112908015821691151617610f505760019590950194610eea565b634e487b7160e01b89526011600452602489fd5b88610f6f8787611d09565b526001610f7c878a611d09565b52610f04565b88610f8e8992866123ee565b50604051918291602083016020845282518091526020604085019301915b818110610fba575050500390f35b82511515845285945060209384019390920191600101610fac565b8135815260209182019101610ea6565b8580fd5b82356001600160a01b0381168103610fe557815260209283019201610e45565b50346102085780600319360112610208576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b50346102085760203660031901126102085760ff60406110889282611071611a24565b168152600560205220541660405191829182611b88565b0390f35b5034611292576040366003190112611292576110a6611a24565b6024356001600160401b0381116112925736602382011215611292578060040135906110d182611b71565b916110df6040519384611b50565b8083526024602084019160051b8301019136831161129257602401905b8282106114fb5750505061110e611fcf565b61111782611f43565b805180156114ec5760ff831691825f52600360205260405f2091835f52600460205260405f209161114782611cbe565b935f5b8381106112d657505060405163de1164bb60e01b8152949250602091508490506004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa928315611287575f936112b5575b506040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316916111df82611b06565b6001600160a01b038581168352602083019182526040516304c1b8eb60e31b815292511660048301525163ffffffff166024820152602081604481855afa908115611287575f91611296575b50611234578480f35b803b156112925761125f935f80946040519687958694859363b66bd98960e01b855260048501611d9b565b03925af1801561128757611274578080808480f35b61128091505f90611b50565b5f5f610752565b6040513d5f823e3d90fd5b5f80fd5b6112af915060203d6020116107ca576107bc8183611b50565b5f61122b565b6112cf91935060203d602011610806576107f78183611b50565b915f6111a7565b6112ea6112e38285611d09565b5183611a44565b50546001600160a01b03166112ff8288611d09565b52867f31fa2e2cd280c9375e13ffcf3d81e2378100186e4058f8d3ddb690b82dcd31f760206113386113318588611d09565b5186611a44565b50546040516001600160a01b039091168152a2867f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75604061137c6113318588611d09565b505481516001600160a01b0390911681525f6020820152a281545f198101908111611497576113ab9083611a44565b506113c06113b98386611d09565b5184611a44565b6114ab578181036114be575b505081548015611483575f19016113e38184611a44565b6114ab575f9055825584545f198101908111611497576114066114509187611a44565b905460039190911b1c6001600160a01b031661142c6114258487611d09565b5188611a44565b81546001600160a01b0393841660039290921b91821b9390911b1916919091179055565b8454908115611483576001915f19016114698188611a44565b815490858060a01b039060031b1b1916905586550161114a565b634e487b7160e01b5f52603160045260245ffd5b634e487b7160e01b5f52601160045260245ffd5b634e487b7160e01b5f525f60045260245ffd5b815481546001600160a01b039091166001600160a01b03199182168117835592541690911790555f806113cc565b63796cc52560e01b5f5260045ffd5b81358152602091820191016110fc565b34611292575f366003190112611292576020604051670de0b6b3a76400008152f35b346112925760403660031901126112925760206001600160601b0360406102cf61022a611a34565b346112925760403660031901126112925761156e611a34565b6004355f52600260205260ff60405f2091165f52602052602060405f2054604051908152f35b346112925760203660031901126112925760ff6115af611a24565b165f526003602052602060405f2054604051908152f35b34611292576040366003190112611292576115df611a34565b6004355f52600260205260ff60405f2091165f5260205260405f2080549061160682611b71565b916116146040519384611b50565b8083526020830180925f5260205f205f915b8383106116a5578486604051918291602083019060208452518091526040830191905f5b818110611658575050500390f35b91935091602060608261169760019488516001600160601b036040809263ffffffff815116855263ffffffff6020820151166020860152015116910152565b01940191019184939261164a565b6001602081926116b485611d1d565b815201920192019190611626565b34611292576060366003190112611292576004356001600160a01b038116810361129257602435906044356001600160401b03811161129257611709903690600401611a9d565b9061171261205c565b61171b82611cbe565b9261172583611cbe565b925f5b8181106117595761174b8661108887604051938493604085526040850190611aca565b908382036020850152611aca565b611764818386611cf0565b3560f81c9061177282611f43565b61177c8483611f71565b929092156117ce5782816117966001956117b2948d612241565b916001600160601b036117a9868d611d09565b911690526123ee565b6001600160601b036117c48389611d09565b9116905201611728565b63207f13e360e11b5f5260045ffd5b34611292576060366003190112611292576117f6611a24565b6024356001600160401b03811161129257611815903690600401611a6d565b916044356001600160401b03811161129257611835903690600401611a6d565b909161183f611fcf565b61184881611f43565b84156114ec578482036119365760ff1691825f52600360205260405f20935f5b86811061187157005b806118c361188a6118856001948888611c9a565b611caa565b61189f611898848c88611c9a565b358a611a44565b5080546001600160a01b031660a09290921b6001600160a01b031916919091179055565b857f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a756118f3611898848c88611c9a565b50848060a01b0390541661190b611885858a8a611c9a565b604080516001600160a01b039390931683526001600160601b0391909116602083015290a201611868565b6343714afd60e01b5f5260045ffd5b346112925760403660031901126112925761195e611a24565b602435906001600160a01b0382168203611292576020918161198261198793611f43565b611f71565b506001600160601b0360405191168152f35b34611292576040366003190112611292576119b2611a24565b60ff60243591165f52600360205260405f208054821015611292576040916119d991611a44565b505481516001600160a01b038216815260a09190911c6020820152f35b346112925760203660031901126112925760209060ff611a14611a24565b165f526001825260405f20548152f35b6004359060ff8216820361129257565b6024359060ff8216820361129257565b8054821015611a59575f5260205f2001905f90565b634e487b7160e01b5f52603260045260245ffd5b9181601f84011215611292578235916001600160401b038311611292576020808501948460051b01011161129257565b9181601f84011215611292578235916001600160401b038311611292576020838186019501011161129257565b90602080835192838152019201905f5b818110611ae75750505090565b82516001600160601b0316845260209384019390920191600101611ada565b604081019081106001600160401b03821117611b2157604052565b634e487b7160e01b5f52604160045260245ffd5b606081019081106001600160401b03821117611b2157604052565b90601f801991011681019081106001600160401b03821117611b2157604052565b6001600160401b038111611b215760051b60200190565b9190602083019260028210156105095752565b602435906001600160601b038216820361129257565b81601f8201121561129257803590611bc882611b71565b92611bd66040519485611b50565b82845260208085019360061b8301019181831161129257602001925b828410611c00575050505090565b6040848303126112925760405190611c1782611b06565b84356001600160a01b03811681036112925782526020850135906001600160601b03821682036112925782602092836040950152815201930192611bf2565b6024359063ffffffff8216820361129257565b6060906003190112611292576004359060243560ff81168103611292579060443563ffffffff811681036112925790565b9190811015611a595760051b0190565b356001600160601b03811681036112925790565b90611cc882611b71565b611cd56040519182611b50565b8281528092611ce6601f1991611b71565b0190602036910137565b90821015611a59570190565b805115611a595760200190565b8051821015611a595760209160051b010190565b90604051611d2a81611b35565b60406001600160601b0382945463ffffffff8116845263ffffffff8160201c166020850152821c16910152565b9190820391821161149757565b9081602091031261129257516001600160a01b03811681036112925790565b90816020910312611292575180151581036112925790565b60809060ff60209394606083019560018060a01b031683521683820152606060408201528451809452019201905f5b818110611dd75750505090565b82516001600160a01b0316845260209384019390920191600101611dca565b906bffffffffffffffffffffffff60401b82549160401b16906bffffffffffffffffffffffff60401b1916179055565b8054600160401b811015611b2157611e4391600182018155611a44565b6114ab578151815460208085015167ffffffff00000000911b1663ffffffff90921667ffffffffffffffff1990911617178155611e8e916001600160601b0390604001511690611df6565b565b60405190611e9d82611b35565b5f6040838281528260208201520152565b90604051611ebb81611b06565b91546001600160a01b038116835260a01c6020830152565b90611edc611e90565b50815f52600260205260405f2060ff82165f5260205260405f205490611f00611e90565b9282611f0c5750505090565b909192505f52600260205260ff60405f2091165f5260205260405f205f19820191821161149757611f40916102c291611a44565b90565b611f5b9060ff165f52600160205260405f2054151590565b15611f6257565b637310cff560e11b5f5260045ffd5b6001600160601b03611fba611fc19493611fc99360405191611f94604084611b50565b6001835260203681850137611fa883611cfc565b6001600160a01b03909116905261264d565b9490611cfc565b511692611cfc565b51151590565b604051638da5cb5b60e01b81526020816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa908115611287575f9161203d575b506001600160a01b0316330361202e57565b63ce98c24b60e01b5f5260045ffd5b612056915060203d602011610806576107f78183611b50565b5f61201c565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316330361208e57565b632c01b20560e21b5f5260045ffd5b5f90805f52600260205260405f2060ff84165f5260205260405f205480155f1461214457505f516020612fcd5f395f51905f5260406001600160601b0394835f526002602052815f2060ff82165f5260205261211a825f2083519061210182611b35565b63ffffffff431682525f60208301525f85830152611e26565b60ff8251911681525f6020820152a2165f81810391125f82128116905f8313901516176114975790565b908092505f52600260205260405f2060ff84165f5260205260405f20905f1981019081116114975761217591611a44565b50908154916001600160601b038360401c16928315612238576001600160601b03945f516020612fcd5f395f51905f529260409263ffffffff438116911681036121da5750805473ffffffffffffffffffffffff00000000000000001916905561211a565b815467ffffffff000000001916602082901b67ffffffff00000000161790915561223390855f526002602052835f2060ff84165f52602052835f2084519161222183611b35565b82525f60208301525f85830152611e26565b61211a565b50505050505f90565b9190915f90805f52600260205260405f2060ff85165f5260205260405f205480155f146122f057505f516020612fcd5f395f51905f5260406001600160601b038095845f526002602052825f2060ff89165f526020526122c4835f208451906122a982611b35565b63ffffffff431682525f602083015284841686830152611e26565b60ff8351981688521695866020820152a216905f82820392128183128116918313901516176114975790565b908092505f52600260205260405f2060ff85165f5260205260405f20905f1981019081116114975761232191611a44565b50908154916001600160601b038360401c16926001600160601b038516908185146123e357855f516020612fcd5f395f51905f52936001600160601b039763ffffffff6040958a9582431692839116145f1461238757505061238291611df6565b6122c4565b835467ffffffff000000001916602083901b67ffffffff00000000161790935561238292909150875f526002602052855f2060ff8c165f52602052855f20908651926123d284611b35565b83525f602084015286830152611e26565b505050505050505f90565b60ff165f81815260016020526040902080549192915f1981019081116114975761241791611a44565b509080156124b05763ffffffff61243c8354926001600160601b038460401c16612f83565b93849243831692168203612455575050611f4091611df6565b835467ffffffff000000001916602083901b67ffffffff000000001617909355611f40929091505f52600160205260405f206040519161249483611b35565b82525f60208301526001600160601b0384166040830152611e26565b506001600160601b0391505460401c1690565b602081830312611292578051906001600160401b03821161129257019080601f83011215611292578151906124f782611b71565b926125056040519485611b50565b82845260208085019360051b820101908282116112925760208101935b82851061253157505050505090565b84516001600160401b03811161129257820184603f820112156112925760208101519061255d82611b71565b9161256b6040519384611b50565b8083526020808085019260051b840101019187831161129257604001905b8282106125a157505050815260209485019401612522565b8151815260209182019101612589565b90602080835192838152019201905f5b8181106125ce5750505090565b82516001600160a01b03168452602093840193909201916001016125c1565b90602082549182815201915f5260205f20905f5b81811061260e5750505090565b82546001600160a01b0316845260209093019260019283019201612601565b906001600160601b03809116911601906001600160601b03821161149757565b6126578251611cbe565b60ff6126638451611cbe565b92165f8181526003602052604090208054919591908161268281611b71565b916126906040519384611b50565b81835260208301905f5260205f205f915b8383106129fe5750505050865f52600560205260ff60405f20541660028110156105095760010361295a57865f52600660205263ffffffff6126e98160405f20541643612a1b565b60405163de1164bb60e01b81529116906020816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa908115611287575f916127a091839161293b575b506040519061274d82611b06565b6001600160a01b03908116825260208083018d81528d8652600491829052604080872090516315d5962560e11b81529451909316918401919091525163ffffffff1660248301529093849283926127c691565b60a060448501526127b460a485018e6125b1565b848103600319016064860152906125ed565b608483019190915203817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa908115611287575f91612919575b50925b5f5b875181101561290c575f5b8481106128615750806001600160601b0361283760019389611d09565b51168a5f525f6020526001600160601b0360405f205416111561285a828a611d09565b520161280f565b61286b8185611d09565b51906128818161287b858a611d09565b51611d09565b51612891575b600191500161281a565b6001600160601b0360206128a98361287b878c611d09565b519301511691828102928184041490151715611497576128f16001600160601b03670de0b6b3a764000060019404166001600160601b036128ea868c611d09565b511661262d565b6001600160601b03612903858b611d09565b91169052612887565b5095505050509092509190565b61293591503d805f833e61292d8183611b50565b8101906124c3565b5f61280a565b612954915060203d602011610806576107f78183611b50565b5f61273f565b865f5260046020526129a15f6040812060405180938192637870733b60e11b83526040600484015261298f604484018d6125b1565b838103600319016024850152906125ed565b03817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa908115611287575f916129e4575b509261280d565b6129f891503d805f833e61292d8183611b50565b5f6129dd565b600160208192612a0d85611eae565b8152019201920191906126a1565b9190820180921161149757565b8151156114ec5760ff8251911691825f52600360205260405f2054926020612a508486612a1b565b11611936575f925b808410612a66575050505050565b90919293945f5b612a778688612a1b565b811015612aca57835f526003602052612a938160405f20611a44565b50546001600160a01b0390811690612aab8888611d09565b51511614612abb57600101612a6d565b637b74340b60e01b5f5260045ffd5b509493929190926001600160601b036020612ae58386611d09565b5101511615612c4f57815f52600360205260405f20612b048285611d09565b51908054600160401b811015611b2157612b2391600182018155611a44565b6114ab5781516020929092015160a01b6001600160a01b0319166001600160a01b03929092169190911790555f828152600460205260409020906001600160a01b03612b6f8286611d09565b515116825490600160401b821015611b215761142c8260019586612b9595018155611a44565b827f10565e56cacbf32eca267945f054fec02e59750032d113d3302182ad967f54046020848060a01b03612bc98589611d09565b515116604051908152a2827f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75838060a01b03612c058488611d09565b5151166001600160601b036020612c1c868a611d09565b510151604080516001600160a01b0394909416845291166001600160601b03166020830152819081010390a20192612a58565b637257125160e01b5f5260045ffd5b602060ff7f26eecff2b70b0a71104ff4d940ba7162d23a95c248771fc487a7be17a596b3cf921692835f525f82526001600160601b0360405f20911690816001600160601b0319825416179055604051908152a2565b63ffffffff808251169216918210612ce3576020015163ffffffff168015918215612cf2575b505015612ce357565b631391e11b60e21b5f5260045ffd5b1090505f80612cda565b60ff1690815f52600560205260ff60405f205416600281101561050957600103612e2f57604051632981eb7760e01b8152906020826004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa918215611287575f92612dea575b5063ffffffff80911691168111612ddb57816040917f28d7358b79f02d21b8b7e17aefc4185a64308aa37406fa5befc05b91932c39c7935f52600660205263ffffffff835f205416915f526006602052825f208163ffffffff1982541617905582519182526020820152a1565b630bd441b960e21b5f5260045ffd5b9091506020813d602011612e27575b81612e0660209383611b50565b81010312611292575163ffffffff81168103611292579063ffffffff612d6e565b3d9150612df9565b63a3be258360e01b5f5260045ffd5b929190835f52600260205260405f2060ff82165f5260205260405f2054805b612f225760405162461bcd60e51b815260206004820152608160248201527f5374616b6552656769737472792e5f6765745374616b65557064617465496e6460448201527f6578466f724f70657261746f724174426c6f636b4e756d6265723a206e6f207360648201527f74616b652075706461746520666f756e6420666f72206f70657261746f72496460848201527f20616e642071756f72756d4e756d62657220617420626c6f636b206e756d626560a4820152603960f91b60c482015260e490fd5b845f52600260205260405f2060ff83165f5260205260405f205f1982019082821161149757612f568263ffffffff92611a44565b50541663ffffffff85161015612f7657508015611497575f190180612e5d565b63ffffffff169450505050565b905f811215612fb857600160ff1b8114611497576001600160601b0380915f03169116036001600160601b0381116114975790565b906001600160601b03611f4092169061262d56fe2f527d527e95d8fe40aec55377743bb779087da3f6d0d08f12e36444da62327da2646970667358221220060b7d5a87a74d7aaed381474cb24f72f0f4e6f61c18df12a463cd6e6686055464736f6c634300081b003300000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c90000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318","r":"0x423d508b60e86f49b4ca756c221584afc03de4438136b3eb61009aedeea732ce","s":"0x4ba484de8fdc973f66014151e73e36c3e43ab53011cd365c44bf62a603431010","yParity":"0x0","v":"0x0","hash":"0x4784e45176b6cf79ab146a4901535e429d69dd25acc830ed1c0487fe7f6218a2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x36151eda7d905177292724cfab6fca2d2665c6d0b9950dbe152f422966b3e604","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x24cc22e22f2f5b8c201f72390ad11e7a31e5dd548c8d278108b9dab41705feb4","transactionsRoot":"0xec9152424300a1960f87bb99c754a23667e4f0015d5b57fcb3309827ce8d83ce","receiptsRoot":"0x2da306670e3db8fb39003e2a0d1f40d82de1d6bc194314f51c291ea4ecb85e63","logsBloom":"0x00000000000000000000000000000000402000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200040400000000000000400000000000002000000000000000000000000000000000000000000000000000000040000002000000100000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000200020000000000c00000000000000000000000000000000000000000020000000000000100000040000000000000000000000010000000000000000000000000000800000020000000000000000000000000000000000000000","difficulty":"0x0","number":"0x21","gasLimit":"0x1c9c380","gasUsed":"0x4aeb89","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1465621","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x33","gas":"0xd25b","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x998abeb3e57409262ae5b751f60747921b33613e","value":"0x0","accessList":[],"input":"0x99a88ec40000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf0000000000000000000000001291be112d480055dafd8a610b7d1e203891c274","r":"0xf54139524cbba5325381968e3b0a02f49aac7bbe463095b9834280f717e49dcb","s":"0x73484bd34d9fce04bdf1ac2b9599f50cd99f47c7662607e799a6a3353e6ea4a8","yParity":"0x0","v":"0x0","hash":"0x371f0b240453345cb6b7f97b540a267dc05b05f41e2b4fe19387b403a2295080"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x34","gas":"0x5762a","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x60a034606e57601f61048238819003918201601f19168301916001600160401b03831184841017607257808492602094604052833981010312606e57516001600160a01b03811690819003606e576080526040516103fb9081610087823960805181818160c101526102390152f35b5f80fd5b634e487b7160e01b5f52604160045260245ffdfe60806040526004361015610011575f80fd5b5f3560e01c806310bea0d714610268578063af65fdfc14610268578063cf1d6b42146102245763f043367e14610045575f80fd5b346102205760403660031901126102205760243567ffffffffffffffff8111610220573660238201121561022057806004013567ffffffffffffffff81116101fd576040519161009f601f8301601f191660200184610303565b818352366024838301011161022057815f9260246020930183860137830101527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163303610211576004355f525f60205260405f20815167ffffffffffffffff81116101fd5761011782546102cb565b601f81116101b8575b50602092601f821160011461015c57928192935f92610151575b50505f19600383901b1c191660019190911b179055005b015190505f8061013a565b601f19821693835f52805f20915f5b8681106101a05750836001959610610188575b505050811b019055005b01515f1960f88460031b161c191690555f808061017e565b9192602060018192868501518155019401920161016b565b825f5260205f20601f830160051c810191602084106101f3575b601f0160051c01905b8181106101e85750610120565b5f81556001016101db565b90915081906101d2565b634e487b7160e01b5f52604160045260245ffd5b632c01b20560e21b5f5260045ffd5b5f80fd5b34610220575f366003190112610220576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610220576020366003190112610220576004355f525f60205261029d61029160405f20610325565b604051918291826102a1565b0390f35b602060409281835280519182918282860152018484015e5f828201840152601f01601f1916010190565b90600182811c921680156102f9575b60208310146102e557565b634e487b7160e01b5f52602260045260245ffd5b91607f16916102da565b90601f8019910116810190811067ffffffffffffffff8211176101fd57604052565b9060405191825f825492610338846102cb565b80845293600181169081156103a3575060011461035f575b5061035d92500383610303565b565b90505f9291925260205f20905f915b81831061038757505090602061035d928201015f610350565b602091935080600191548385890101520191019091849261036e565b90506020925061035d94915060ff191682840152151560051b8201015f61035056fea26469706673582212201f9202a00c32bf6e49ab832dd78ef68facfd396b2aae63935674ac267e44f46b64736f6c634300081b003300000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49","r":"0x1dcdde491dbfd9d012dab4d55e90e6c9db5dbcd6a82144c9fe6f0a58d35b8a48","s":"0x6a530b7534b5eb6bd32824347af84210d09980babeba806e1e259afe86a3e5f5","yParity":"0x0","v":"0x0","hash":"0x0e338ed60c26a38b2b9d486da8b4b578db82a8a5f732eb2a7542b450c3116caf"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x35","gas":"0xd26c","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x998abeb3e57409262ae5b751f60747921b33613e","value":"0x0","accessList":[],"input":"0x99a88ec40000000000000000000000008f86403a4de0bb5791fa46b8e795c547942fe4cf000000000000000000000000b7278a61aa25c888815afc32ad3cc52ff24fe575","r":"0x64fb2d87d6dbe1f267132356da9bafe703c02250245200efe8e7d35e22daea92","s":"0xaced3602658976fab7c9faa22eec29d62b6cf380308f221f02fcf8de6c1f5e","yParity":"0x0","v":"0x0","hash":"0xcab14605f0a081a6befb3932a3153325c6ff82b3c0acb3cd9e3c275f9ac2a5fb"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x36","gas":"0x5a6332","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x61016060405234610359576154698038038061001a81610371565b928339810160e0828203126103595781516001600160a01b03811681036103595760208301516001600160a01b0381168103610359576040840151916001600160a01b0383168303610359576060850151936001600160a01b0385168503610359576080860151956001600160a01b03871687036103595760a0810151916001600160a01b038316918284036103595760c0810151906001600160401b038211610359570181601f820112156103595780516001600160401b03811161035d576100ed601f8201601f1916602001610371565b9181835260208301936020838301011161035957815f926020809301865e83010152601f81511161031d575190516020821061030d575b17608052156102fe5760a0526101005260e0526101205260c052610140525f5460ff8160081c166102a95760ff8082160361026f575b6040516150d2908161039782396080518161169f015260a051818181610921015281816117f101528181611ffb01526125e4015260c0518181816124e1015261349a015260e051818181610b2601528181610d9d015281816113440152818161192f01528181611cce01528181614019015281816144140152614695015261010051818181610e020152818161127f0152818161197301528181611c0a015281816133ec0152818161449d0152818161471e0152614e60015261012051818181610e64015281816112e301528181611c6d01528181612087015281816128c40152818161450801526147880152610140518181816111c801528181611ba0015281816123d7015281816136d30152614b3f0152f35b60ff90811916175f557f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498602060405160ff8152a15f61015a565b60405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608490fd5b6339b190bb60e11b5f5260045ffd5b5f198260200360031b1b16610124565b60449060405192839163305a27a960e01b8352602060048401525180918160248501528484015e5f828201840152601f01601f19168101030190fd5b5f80fd5b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f191682016001600160401b0381118382101761035d5760405256fe60806040526004361015610011575f80fd5b5f3560e01c8062cf2ab51461038357806303fd34921461037e57806304ec635114610379578063054310e6146103745780630cf4b7671461036f5780630d3f21341461036a578063125e05841461036557806313542a4e14610360578063136439dd1461035b5780631478851f146103565780631eb812da14610351578063249a0c421461034c57806328f61b3114610347578063296bb0641461034257806329d1e0c31461033d5780632cdd1e8614610338578063303ca956146103335780633c2a7f4c1461032e5780633eef3a51146103295780635140a54814610324578063530b97a41461031f57806354fd4d501461031a5780635865c60c14610315578063595c6a67146103105780635ac86ab71461030b5780635b0b829f146103065780635c975abb146103015780635df45946146102fc57806368304835146102f75780636e3b17db146102f2578063715018a6146102ed57806373447992146102e85780638281ab75146102e357806384b0196e146102de57806384ca5213146102d9578063871ef049146102d4578063886f1195146102cf5780638da5cb5b146102ca5780639aa1653d146102c55780639e9923c2146102c05780639feab859146102bb578063a65497c6146102b6578063a96f783e146102b1578063b5265787146102ac578063c391425e146102a7578063c63fd502146102a2578063ca0de8821461029d578063ca8aa7c714610298578063de1164bb14610293578063e65797ad1461028e578063ea32afae14610289578063f2fde38b14610284578063f698da251461027f578063fabc1cbc1461027a5763fd39105a14610275575f80fd5b61269d565b6125bb565b6125a1565b612510565b6124cc565b61245f565b612406565b6123c2565b612388565b612256565b6121b2565b61213a565b61211d565b6120f0565b6120b6565b612072565b612052565b61202a565b611fe6565b611fb6565b611f62565b611e30565b611aac565b611a7d565b611a22565b6119a2565b61195e565b61191a565b6118fd565b611868565b611839565b6117c6565b611756565b61168d565b611550565b61148a565b6110a5565b610f62565b610c64565b610bd0565b610ba3565b610af0565b610ac8565b610a96565b6109d9565b6109aa565b6108f1565b6108b6565b61087b565b610827565b6107b4565b61071d565b610644565b61060c565b6104ab565b634e487b7160e01b5f52604160045260245ffd5b606081019081106001600160401b038211176103b757604052565b610388565b604081019081106001600160401b038211176103b757604052565b90601f801991011681019081106001600160401b038211176103b757604052565b604051906104076040836103d7565b565b604051906104076060836103d7565b6001600160401b0381116103b75760051b60200190565b6001600160a01b0381160361044057565b5f80fd5b9080601f8301121561044057813561045b81610418565b9261046960405194856103d7565b81845260208085019260051b82010192831161044057602001905b8282106104915750505090565b6020809183356104a08161042f565b815201910190610484565b34610440576020366003190112610440576004356001600160401b038111610440576104db903690600401610444565b6104f26104ec600480600154161490565b156126e3565b6040905f60205b825182101561060a5783519061050f85836103d7565b600182528036602084013761054f61053761052a858761271a565b516001600160a01b031690565b6105408461270d565b6001600160a01b039091169052565b61055761272e565b9061058161056861052a868861271a565b6001600160a01b03165f90815260996020526040902090565b5461058b8361270d565b526105b56105b06105a461059e8561270d565b51613143565b6001600160c01b031690565b6131f3565b945f5b86518110156105f857806105f26105eb6105e56105d76001958c612782565b516001600160f81b03191690565b60f81c90565b86886133a0565b016105b8565b50945060019093019291506104f99050565b005b34610440576020366003190112610440576004355f526098602052602060405f2054604051908152f35b63ffffffff81160361044057565b346104405760603660031901126104405760043560243561066481610636565b63ffffffff6044359160405193638192610f60e01b85526098600486015260248501521660448301526064820152602081608481734c40a6acdad9308e41797f21325685a34b6d7f195af4801561070e576106db915f916106df575b506040516001600160c01b0390911681529081906020820190565b0390f35b610701915060203d602011610707575b6106f981836103d7565b810190612793565b5f6106c0565b503d6106ef565b6127b2565b5f91031261044057565b34610440575f36600319011261044057609d546040516001600160a01b039091168152602090f35b6001600160401b0381116103b757601f01601f191660200190565b92919261076c82610745565b9161077a60405193846103d7565b829481845281830111610440578281602093845f960137010152565b9080601f83011215610440578160206107b193359101610760565b90565b34610440576020366003190112610440576004356001600160401b038111610440576107e4903690600401610796565b335f52609960205260ff600160405f2001541690600382101561082257610810600161060a93146127bd565b335f52609960205260405f2054613497565b611710565b34610440576020366003190112610440577fa77a91bea7b6d95a8eb5a54878a1d9e3c875e26c86a9b70e3420c5c5db193b626040600435610866613557565b60a054908060a05582519182526020820152a1005b34610440576020366003190112610440576004356108988161042f565b60018060a01b03165f52609f602052602060405f2054604051908152f35b34610440576020366003190112610440576004356108d38161042f565b60018060a01b03165f526099602052602060405f2054604051908152f35b346104405760203660031901126104405760043560405163237dfb4760e11b8152336004820152906020826024817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa91821561070e5761060a92610967915f9161097b575b506127f4565b6109766001548281161461280a565b6135e3565b61099d915060203d6020116109a3575b61099581836103d7565b8101906127e0565b5f610961565b503d61098b565b34610440576020366003190112610440576004355f52609a602052602060ff60405f2054166040519015158152f35b34610440576040366003190112610440576024356004356109f8612820565b505f52609860205260405f20908154811015610a73576106db915f5260205f200160405190610a268261039c565b5463ffffffff808216808452602083811c8316818601908152604094851c9585019586528451928352519092169181019190915291516001600160c01b0316908201529081906060820190565b6126f9565b6004359060ff8216820361044057565b359060ff8216820361044057565b346104405760203660031901126104405760ff610ab1610a78565b165f52609b602052602060405f2054604051908152f35b34610440575f36600319011261044057609e546040516001600160a01b039091168152602090f35b34610440576020366003190112610440576040516308f6629d60e31b815260048035908201526020816024816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa801561070e576106db915f91610b74575b506040516001600160a01b0390911681529081906020820190565b610b96915060203d602011610b9c575b610b8e81836103d7565b81019061283e565b5f610b59565b503d610b84565b346104405760203660031901126104405761060a600435610bc38161042f565b610bcb613557565b613615565b346104405760203660031901126104405761060a600435610bf08161042f565b610bf8613557565b613673565b9080601f83011215610440578135610c1481610418565b92610c2260405194856103d7565b81845260208085019260051b82010192831161044057602001905b828210610c4a5750505090565b602080918335610c5981610636565b815201910190610c3d565b3461044057606036600319011261044057600435610c818161042f565b602435610c8d8161042f565b604435906001600160401b03821161044057610ce3610cb3610ce8933690600401610bfd565b91610cbc6136d1565b610ccd6104ec600280600154161490565b60a1546001600160a01b03918216911614612853565b613712565b6001600160a01b0382165f9081526099602052604090209091610d82825492610d316001610d2281610d1988613143565b94015460ff1690565b610d2b81611724565b146127bd565b610d4c6105a46105a4610d4660965460ff1690565b88613b3e565b90610d5882151561375b565b610d738282166001600160c01b03168314612ae3565b612ae3565b9019166001600160c01b031690565b610d8c818461484f565b6001600160c01b031615610f03575b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b1561044057835f91610df0938360405180968195829463f4e24fe560e01b845260048401613771565b03925af1801561070e57610eef575b507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b15610440575f604051809263bd29b8cd60e01b8252818381610e52898960048401613793565b03925af1801561070e57610edb575b507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031691823b1561044057610eb7925f928360405180968195829463bd29b8cd60e01b845260048401613793565b03925af1801561070e57610ec757005b80610ed55f61060a936103d7565b80610713565b80610ed55f610ee9936103d7565b5f610e61565b80610ed55f610efd936103d7565b5f610dff565b6001600160a01b0381165f908152609960205260409020610f2e90600101805460ff19166002179055565b816001600160a01b0382167f396fdcb180cb0fea26928113fb0fd1c3549863f9cd563e6a184f1d578116c8e45f80a3610d9b565b34610440576020366003190112610440576040610f9a610f95600435610f878161042f565b610f8f612869565b50612d10565b6137be565b610fb08251809260208091805184520151910152565bf35b60609060031901126104405760405190610fcb8261039c565b81600435610fd881610636565b815260243561ffff811681036104405760208201526044359061ffff821682036104405760400152565b6001600160601b0381160361044057565b81601f820112156104405780359061102a82610418565b9261103860405194856103d7565b82845260208085019360061b8301019181831161044057602001925b828410611062575050505090565b604084830312610440576020604091825161107c816103bc565b86356110878161042f565b81528287013561109681611002565b83820152815201930192611054565b346104405760c0366003190112610440576110bf36610fb2565b6064356110cb81611002565b6084356001600160401b038111610440576110ea903690600401611013565b60a435926110f784610636565b6110ff613557565b60965460ff1692839161111460c084106138dc565b611130611120866138f2565b60ff1660ff196096541617609655565b61113a8186613c6f565b611142613904565b9461114d8551612750565b965f5b865181101561118a578061118461117a61116c6001948b61271a565b51516001600160a01b031690565b610540838d61271a565b01611150565b5086889695966111986103f8565b63ffffffff891681529060208201526111b08261270d565b526111ba8161270d565b5060a1546001600160a01b037f000000000000000000000000000000000000000000000000000000000000000081169116813b1561044057604051630130fc2760e51b8152925f9184918291611214919060048401613951565b038183855af190811561070e57600492602092611449575b50611237600161303f565b611241600161303f565b604051632981eb7760e01b815292839182905afa90811561070e5761127d9163ffffffff915f9161141a575b501663ffffffff83161115613a0c565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b15610440575f6040518092630662d3e160e51b82528183816112d18c898d8c60048601613a73565b03925af1801561070e57611406575b507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156104405760405163136ca0f960e11b815260ff84166004820152905f908290602490829084905af1801561070e576113f2575b507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156104405760405163136ca0f960e11b815260ff9390931660048401525f908390602490829084905af1801561070e577fa34835bc2b673ec37fcf1591a91295b163fc2e181e4ea4e733beb27de1ceac4c956113d9936001926113de575b5060405195869586613ad0565b0390a2005b80610ed55f6113ec936103d7565b886113cc565b80610ed55f611400936103d7565b86611341565b80610ed55f611414936103d7565b866112e0565b61143c915060203d602011611442575b61143481836103d7565b810190612ab8565b8961126d565b503d61142a565b80610ed55f611457936103d7565b8961122c565b9181601f84011215610440578235916001600160401b038311610440576020838186019501011161044057565b34610440576040366003190112610440576004356001600160401b03811161044057366023820112156104405780600401356114c581610418565b916114d360405193846103d7565b8183526024602084019260051b820101903682116104405760248101925b82841061152157602435856001600160401b0382116104405761151b61060a92369060040161145d565b91612881565b83356001600160401b03811161044057602091611545839260243691870101610444565b8152019301926114f1565b346104405760a03660031901126104405760043561156d8161042f565b6115e160243561157c8161042f565b6044356115888161042f565b60643590608435926115998461042f565b5f54956115c760ff600889901c16156115b1565b1590565b8098819961165b575b811561163b575b50612b0f565b866115d8600160ff195f5416175f55565b61162457612b72565b6115e757005b6115f561ff00195f54165f55565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1005b61163661010061ff00195f5416175f55565b612b72565b303b1591508161164d575b505f6115c1565b60ff1660011490505f611646565b600160ff82161091506115ba565b805180835260209291819084018484015e5f828201840152601f01601f1916010190565b34610440575f366003190112610440577f000000000000000000000000000000000000000000000000000000000000000060ff8116601f8111611701576106db91604051916116dd6040846103d7565b60208084528381019190368337835252604051918291602083526020830190611669565b632cd44ac360e21b5f5260045ffd5b634e487b7160e01b5f52602160045260245ffd5b6003111561082257565b9060038210156108225752565b8151815260209182015160408201939261040792019061172e565b34610440576020366003190112610440576004356117738161042f565b61177b612869565b5060018060a01b03165f52609960205260405f2060ff6001604051926117a0846103bc565b80548452015416906003821015610822576106db9160208201526040519182918261173b565b34610440575f3660031901126104405760405163237dfb4760e11b81523360048201526020816024817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa801561070e57611831915f9161097b57506127f4565b61060a6135af565b34610440576020366003190112610440576020600160ff611858610a78565b161b806001541614604051908152f35b3461044057608036600319011261044057611881610a78565b6060366023190112610440576040516118998161039c565b6024356118a581610636565b815260443561ffff8116810361044057602082015260643561ffff811681036104405760408201526118d5613557565b60ff6096541660ff831610156118ee5761060a91613c6f565b637310cff560e11b5f5260045ffd5b34610440575f366003190112610440576020600154604051908152f35b34610440575f366003190112610440576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610440575f366003190112610440576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610440576040366003190112610440576004356119bf8161042f565b6024356001600160401b038111610440576119de903690600401610796565b609e546001600160a01b03163303611a13576001600160a01b0382165f908152609f6020526040902042905561060a91613d12565b6376d8ab1760e11b5f5260045ffd5b34610440575f36600319011261044057611a3a613557565b606480546001600160a01b031981169091555f906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b34610440576020366003190112610440576020611aa4600435611a9f8161042f565b612d10565b604051908152f35b346104405760a036600319011261044057611ac636610fb2565b606435611ad281611002565b6084356001600160401b03811161044057611af1903690600401611013565b611af9613557565b60965460ff1680611b0c60c082106138dc565b611b18611120826138f2565b611b228582613c6f565b611b2a613904565b93611b358451612750565b955f5b8551811015611b645780611b5e611b5461116c6001948a61271a565b610540838c61271a565b01611b38565b50848688611b706103f8565b63ffffffff88168152906020820152611b888261270d565b52611b928161270d565b5060a1546001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000811692911690823b1561044057611bef925f9283604051809681958294630130fc2760e51b845260048401613951565b03925af1801561070e57611d99575b50611c085f61303f565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b15610440575f6040518092633aea0b9d60e11b8252818381611c5b888b8d60048501613aa8565b03925af1801561070e57611d85575b507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156104405760405163136ca0f960e11b815260ff86166004820152905f908290602490829084905af1801561070e57611d71575b507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156104405760405163136ca0f960e11b815260ff9590951660048601525f908590602490829084905af193841561070e575f6113d99281927fa34835bc2b673ec37fcf1591a91295b163fc2e181e4ea4e733beb27de1ceac4c97611d63575060405195869586613ad0565b80610ed5846113ec936103d7565b80610ed55f611d7f936103d7565b85611ccb565b80610ed55f611d93936103d7565b85611c6a565b80610ed55f611da7936103d7565b85611bfe565b929391611dcf611ddd92600f60f81b865260e0602087015260e0860190611669565b908482036040860152611669565b92606083015260018060a01b031660808201525f60a082015260c0818303910152602080835192838152019201905f5b818110611e1a5750505090565b8251845260209384019390920191600101611e0d565b34610440575f3660031901126104405760c8541580611ec8575b15611e8b57611e57613dfb565b611e5f613eb0565b906106db604051611e716020826103d7565b5f8082523660208301376040519384933091469186611dad565b60405162461bcd60e51b81526020600482015260156024820152741152540dcc4c8e88155b9a5b9a5d1a585b1a5e9959605a1b6044820152606490fd5b5060c95415611e4a565b81601f8201121561044057803590611ee982610418565b92611ef760405194856103d7565b82845260208085019360061b8301019181831161044057602001925b828410611f21575050505090565b6040848303126104405760206040918251611f3b816103bc565b611f4487610a88565b815282870135611f538161042f565b83820152815201930192611f13565b346104405760a036600319011261044057600435611f7f8161042f565b60243590604435906001600160401b03821161044057602092611fa9611aa4933690600401611ed2565b6064359160843593612d63565b34610440576020366003190112610440576020611fd4600435613143565b6040516001600160c01b039091168152f35b34610440575f366003190112610440576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610440575f366003190112610440576064546040516001600160a01b039091168152602090f35b34610440575f36600319011261044057602060ff60965416604051908152f35b34610440575f366003190112610440576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610440575f3660031901126104405760206040517f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de68152f35b346104405760203660031901126104405761060a6004356121108161042f565b612118613557565b613c11565b34610440575f36600319011261044057602060a054604051908152f35b346104405760203660031901126104405760206004356121598161042f565b60a1546040516001600160a01b0392831691909216148152f35b60206040818301928281528451809452019201905f5b8181106121965750505090565b825163ffffffff16845260209384019390920191600101612189565b34610440576040366003190112610440576004356121cf81610636565b602435906001600160401b0382116104405736602383011215610440578160040135916121fb83610418565b9261220960405194856103d7565b8084526024602085019160051b8301019136831161044057602401905b828210612246576106db61223a8686612ea1565b60405191829182612173565b8135815260209182019101612226565b34610440576080366003190112610440576004356122738161042f565b60243561227f8161042f565b6044356001600160401b0381116104405761229e903690600401610bfd565b6064356001600160401b03811161044057610ce3916122c46122df92369060040161145d565b9390946122cf6136d1565b610ccd6104ec6001808054161490565b9082019261014083850312610440576122f783612f4c565b9060208401356001600160401b0381116104405785612317918601610796565b9361232e6123288760408401612fc8565b83613f7b565b926123388161303f565b8061234957505061060a9450614343565b8061235b60019297959796949661303f565b036123795761060a9561236d91613049565b9793509591505061407d565b63354bb8ab60e01b5f5260045ffd5b34610440575f3660031901126104405760206040517f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a8152f35b34610440575f366003190112610440576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610440575f3660031901126104405760a1546040516001600160a01b039091168152602090f35b61040790929192606081019361ffff6040809263ffffffff8151168552826020820151166020860152015116910152565b346104405760203660031901126104405760ff61247a610a78565b612482612820565b50165f5260976020526106db60405f2061ffff604051916124a28361039c565b5463ffffffff81168352818160201c16602084015260301c1660408201526040519182918261242e565b34610440575f366003190112610440576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b346104405760203660031901126104405760043561252d8161042f565b612535613557565b6001600160a01b0381161561254d5761060a90613bc9565b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b34610440575f366003190112610440576020611aa4614f2a565b346104405760203660031901126104405760043560405163755b36bd60e11b81526020816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa90811561070e575f9161267e575b506001600160a01b0316330361266f5761263d60015419821981161461280a565b806001556040519081527f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c60203392a2005b63794821ff60e01b5f5260045ffd5b612697915060203d602011610b9c57610b8e81836103d7565b5f61261c565b34610440576020366003190112610440576004356126ba8161042f565b60018060a01b03165f526099602052602060ff600160405f20015416610fb0604051809261172e565b156126ea57565b63840a48d560e01b5f5260045ffd5b634e487b7160e01b5f52603260045260245ffd5b805115610a735760200190565b8051821015610a735760209160051b010190565b6040805190919061273f83826103d7565b6001815291601f1901366020840137565b9061275a82610418565b61276760405191826103d7565b8281528092612778601f1991610418565b0190602036910137565b908151811015610a73570160200190565b9081602091031261044057516001600160c01b03811681036104405790565b6040513d5f823e3d90fd5b156127c457565b63aba4733960e01b5f5260045ffd5b5190811515820361044057565b90816020910312610440576107b1906127d3565b156127fb57565b631d77d47760e21b5f5260045ffd5b1561281157565b63c61dca5d60e01b5f5260045ffd5b6040519061282d8261039c565b5f6040838281528260208201520152565b9081602091031261044057516107b18161042f565b1561285a57565b6366e565df60e01b5f5260045ffd5b60405190612876826103bc565b5f6020838281520152565b91906128946104ec600480600154161490565b6128b36128a360965460ff1690565b6128ae368585610760565b613b3e565b506128c082845114612a96565b5f917f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165b8184106128fb575050505050565b61291f6105e561291186858798999a9697612aac565b356001600160f81b03191690565b9161292a868861271a565b5180516040516379a0849160e11b815260ff8616600482015291939190602082602481865afa91821561070e576129709263ffffffff915f91612a78575b501614612acd565b61297a8351612750565b955f985f995b85518b1015612a0657886129fe6001926129e9610d6e8f6129db6105a461059e8f938f61052a826129b09261271a565b6001600160a01b0381165f908152609960205260409020909a90546129d5838361271a565b5261271a565b60ff600192161c1660011490565b838060a01b0316838060a01b03831611612af9565b9a0199612980565b509594809298939950612a1c91976001956133a0565b43612a328260ff165f52609b60205260405f2090565b557f46077d55330763f16269fd75e5761663f4192d2791747c0189b16ad31db07db460ff60405192169180612a6c43829190602083019252565b0390a2019291936128ed565b612a90915060203d81116114425761143481836103d7565b5f612968565b15612a9d57565b63aaad13f760e01b5f5260045ffd5b90821015610a73570190565b9081602091031261044057516107b181610636565b15612ad457565b638e5aeee760e01b5f5260045ffd5b15612aea57565b63d053aa2160e01b5f5260045ffd5b15612b0057565b63ba50f91160e01b5f5260045ffd5b15612b1657565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b92919260408051612b8382826103d7565b601681527520ab29a932b3b4b9ba393ca1b7b7b93234b730ba37b960511b6020820152612bb2825192836103d7565b600682526576302e302e3160d01b6020830152612bde60ff5f5460081c16612bd981613b69565b613b69565b8051906001600160401b0382116103b757612c0382612bfe60ca54613dc3565b614947565b602090601f8311600114612c7557610bf894612c536121189895612c4b86610976976104079e9d9b97610bcb975f92612c6a575b50508160011b915f199060031b1c19161790565b60ca556149e6565b612c5c5f60c855565b612c655f60c955565b613bc9565b015190505f80612c37565b60ca5f52601f19831691907f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee1925f5b818110612cf8575061211898956001866104079d9c9a96610bcb96610bf89b966109769a612c539710612ce0575b505050811b0160ca556149e6565b01515f1960f88460031b161c191690555f8080612cd2565b92936020600181928786015181550195019301612ca4565b6107b19060405160208101917f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de6835260018060a01b0316604082015260408152612d5b6060826103d7565b519020613d9d565b919493909260405192602084019460e08501917f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a875260018060a01b03166040860152606085015260c060808501528651809152602061010085019701905f5b818110612df0575050506107b19495612d5b92849260a084015260c083015203601f1981018352826103d7565b8251805160ff168a526020908101516001600160a01b0316818b015260409099019890920191600101612dc3565b602081830312610440578051906001600160401b03821161044057019080601f83011215610440578151612e5181610418565b92612e5f60405194856103d7565b81845260208085019260051b82010192831161044057602001905b828210612e875750505090565b602080918351612e9681610636565b815201910190612e7a565b604051918291630449895d60e31b835263ffffffff6064840191609860048601521660248401526060604484015281518091526020608484019201905f5b818110612f335750505090805f920381734c40a6acdad9308e41797f21325685a34b6d7f195af490811561070e575f91612f17575090565b6107b191503d805f833e612f2b81836103d7565b810190612e1e565b8251845285945060209384019390920191600101612edf565b3590600282101561044057565b919082604091031261044057604051612f71816103bc565b6020808294803584520135910152565b9080601f830112156104405760405191612f9c6040846103d7565b82906040810192831161044057905b828210612fb85750505090565b8135815260209182019101612fab565b8082039291610100841261044057604051612fe28161039c565b60808195612ff08486612f59565b8352612fff8460408701612f59565b6020840152607f1901126104405761303660409260c0845195613021876103bc565b61302e8360808301612f81565b875201612f81565b60208401520152565b6002111561082257565b9190610180838203126104405761305f83612f4c565b9260208101356001600160401b038111610440578261307f918301610796565b9261308d8360408401612fc8565b926101408301356001600160401b03811161044057816130ae918501611ed2565b92610160810135906001600160401b03821161044057019060608282031261044057604051916130dd8361039c565b80356001600160401b038111610440576040926130fb918301610796565b8352602081013560208401520135604082015290565b9060405161311e8161039c565b604061ffff82945463ffffffff81168452818160201c16602085015260301c16910152565b60405190631a3894e960e01b8252609860048301526024820152602081604481734c40a6acdad9308e41797f21325685a34b6d7f195af490811561070e575f9161318b575090565b6107b1915060203d602011610707576106f981836103d7565b906131ae82610745565b6131bb60405191826103d7565b8281528092612778601f1991610745565b634e487b7160e01b5f52601160045260245ffd5b5f1981146131ee5760010190565b6131cc565b5f81805b61326d57506132099061ffff166131a4565b5f5f5b8251821080613262575b1561325b576001811b8416613234575b61322f906131e0565b61320c565b90600161322f9160ff60f81b8460f81b165f1a6132518287612782565b5301919050613226565b5050905090565b506101008110613216565b5f1981018181116131ee5761ffff9116911661ffff81146131ee5760010190806131f7565b602081830312610440578051906001600160401b03821161044057019080601f830112156104405781516132c581610418565b926132d360405194856103d7565b81845260208085019260051b82010192831161044057602001905b8282106132fb5750505090565b60208091613308846127d3565b8152019101906132ee565b93929190606085016060865281518091526020608087019201905f5b818110613381575050508481036020860152602080835192838152019201905f5b81811061336b575050509060406104079294019060ff169052565b8251845260209384019390920191600101613350565b82516001600160a01b031684526020938401939092019160010161332f565b905f6133e794936133af61272e565b9260f882901b6001600160f81b031916831a6133ca8561270d565b53604051636c3fb4bf60e01b815296879283928760048501613313565b0381837f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165af193841561070e575f94613473575b505f5b825181101561346c57806134466134406001938861271a565b51151590565b613451575b01613427565b6134678361346261052a848861271a565b613d12565b61344b565b5050509050565b6134909194503d805f833e61348881836103d7565b810190613292565b925f613424565b907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690813b15610440575f60405180936378219b3f60e11b8252856004830152604060248301528183816134f76044820188611669565b03925af190811561070e577fec2963ab21c1e50e1e582aa542af2e4bf7bf38e6e1403c27b42e1c5d6e621eaa9261354292613547575b50604051918291602083526020830190611669565b0390a2565b5f613551916103d7565b5f61352d565b6064546001600160a01b0316330361356b57565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b5f196001556040515f1981527fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d60203392a2565b806001556040519081527fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d60203392a2565b609d54604080516001600160a01b038084168252841660208201529192917f315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c9190a16001600160a01b03166001600160a01b03199190911617609d55565b609e54604080516001600160a01b038084168252841660208201529192917f8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc99190a16001600160a01b03166001600160a01b03199190911617609e55565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316330361370357565b6323d871a560e01b5f5260045ffd5b9061371d82516131a4565b5f5b8351811015613756576001906001600160f81b031961373e828761271a565b5160f81b165f1a61374f8285612782565b530161371f565b509150565b1561376257565b6368b6a87560e11b5f5260045ffd5b6001600160a01b0390911681526040602082018190526107b192910190611669565b6040906107b1939281528160208201520190611669565b634e487b7160e01b5f52601260045260245ffd5b5f51602061507d5f395f51905f52906137d5612869565b505f919006602060c0835b6138d5575f935f51602061507d5f395f51905f526003818681818009090860405161380b85826103d7565b8436823784818560405161381f82826103d7565b813682378381528360208201528360408201528560608201527f0c19139cb84c680a6e14116da060561765e05aa45a1c72a34f082305b61f3f5260808201525f51602061507d5f395f51905f5260a082015260056107cf195a01fa80156138da5761388990614f91565b51916138d5575f51602061507d5f395f51905f52828009146138c057505f51602061507d5f395f51905f5260015f940892936137e0565b929350506138cc6103f8565b92835282015290565b6137aa565bfe5b156138e357565b633cb89c9760e01b5f5260045ffd5b60ff60019116019060ff82116131ee57565b6040805190919061391583826103d7565b6001815291601f1901825f5b82811061392d57505050565b60209060405161393c816103bc565b5f815260608382015282828501015201613921565b90604082019060018060a01b031682526040602083015282518091526060820191602060608360051b8301019401925f915b83831061399257505050505090565b9091929394605f1982820301835285516020606081604085019363ffffffff81511686520151936040838201528451809452019201905f905b8082106139ea5750505060208060019297019301930191939290613983565b82516001600160a01b03168452602093840193909201916001909101906139cb565b15613a1357565b630bd441b960e21b5f5260045ffd5b90602080835192838152019201905f5b818110613a3f5750505090565b825180516001600160a01b031685526020908101516001600160601b03168186015260409094019390920191600101613a32565b906107b194936001600160601b0360809460ff63ffffffff941685521660208401521660408201528160608201520190613a22565b6001600160601b036107b1949360ff6060941683521660208201528160408201520190613a22565b9395949060c0936001600160601b0363ffffffff94613b1288613b299561ffff6040809263ffffffff8151168552826020820151166020860152015116910152565b16606087015260e0608087015260e0860190613a22565b95613b338161303f565b60a085015216910152565b906001613b4c60ff936148cf565b928392161b1115613b5a5790565b63ca95733360e01b5f5260045ffd5b15613b7057565b60405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608490fd5b606480546001600160a01b039283166001600160a01b0319821681179092559091167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3565b60a154604080516001600160a01b038084168252841660208201529192917f9770f3cadfdcbb6f93af935e86047111590c3768271d237e4a2bc0b874bed6939190a16001600160a01b03166001600160a01b0319919091161760a155565b60ff7f3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac911691825f52609760205260405f2063ffffffff82511681549065ffff00000000602085015160201b169067ffff000000000000604086015160301b16926001600160401b0319161717179055604051809161354282606081019261ffff6040809263ffffffff8151168552826020820151166020860152015116910152565b9060018060a01b0382165f52609960205260405f2060ff600182015416600381101561082257600103613d8e57613d7d9054613d566105a460ff6096541685613b3e565b906001600160c01b0390613d6990613143565b1681166001600160c01b0390811691161490565b613d85575050565b61040791614b27565b6325ec6c1f60e01b5f5260045ffd5b604290613da8614f2a565b906040519161190160f01b8352600283015260228201522090565b90600182811c92168015613df1575b6020831014613ddd57565b634e487b7160e01b5f52602260045260245ffd5b91607f1691613dd2565b604051905f8260ca5491613e0e83613dc3565b8083529260018116908115613e915750600114613e32575b610407925003836103d7565b5060ca5f90815290917f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee15b818310613e7557505090602061040792820101613e26565b6020919350806001915483858901015201910190918492613e5d565b6020925061040794915060ff191682840152151560051b820101613e26565b604051905f8260cb5491613ec383613dc3565b8083529260018116908115613e915750600114613ee657610407925003836103d7565b5060cb5f90815290917fa7ce836d032b2bf62b7e2097a8e0a6d8aeb35405ad15271e96d3b0188a1d06fb5b818310613f2957505090602061040792820101613e26565b6020919350806001915483858901015201910190918492613f11565b90816020910312610440575190565b905f905b60028210613f6557505050565b6020806001928551815201930191019091613f58565b9061400f90613f88612869565b50613ffb60206040613f9c610f9587612d10565b81516301e2d35b60e11b81526001600160a01b0390971660048801528451805160248901526020015160448801529380830151805160648901526020015160848801520151613fef60a487018251613f54565b015160e4850190613f54565b805161012484015260200151610144830152565b602081610164815f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165af190811561070e575f91614054575090565b6107b1915060203d602011614076575b61406e81836103d7565b810190613f45565b503d614064565b949180939161409e6140a4946140968851855114612a96565b87838a614c69565b86614659565b5f5b82518110156141c257806140de6140d96140c86105e56105d760019689612782565b60ff165f52609760205260405f2090565b613111565b6140f66140ec83865161271a565b5163ffffffff1690565b63ffffffff61411561410c845163ffffffff1690565b63ffffffff1690565b911611614124575b50016140a6565b61417a906141386105e56105d78589612782565b61415661414985604089015161271a565b516001600160601b031690565b896141686141498760208b015161271a565b91614173878c61271a565b5193614da7565b6141bc61418561272e565b6141926105d78488612782565b5f1a61419d8261270d565b5361346260206141ad858a61271a565b5101516001600160a01b031690565b5f61411d565b5050505050565b604051906141d68261039c565b60606040838281528260208201520152565b156141ef57565b6313ca465760e01b5f5260045ffd5b1561420557565b630c6816cd60e01b5f5260045ffd5b919082018092116131ee57565b1561422857565b631968677d60e11b5f5260045ffd5b6001602091835181550191015160038110156108225760ff80198354169116179055565b9080601f8301121561044057815161427281610418565b9261428060405194856103d7565b81845260208085019260051b82010192831161044057602001905b8282106142a85750505090565b6020809183516142b781611002565b81520191019061429b565b9190916040818403126104405780516001600160401b03811161044057836142eb91830161425b565b9260208201516001600160401b038111610440576107b1920161425b565b6107b1939260609260018060a01b0316825260208201528160408201520190611669565b1561433457565b63c6b9e76760e01b5f5260045ffd5b6143db61434e6141c9565b946143d56143646105a4610d4660965460ff1690565b61436d86613143565b6001600160c01b03909116906143848215156141e8565b60018060c01b031661439e6143998284161590565b6141fe565b6001600160a01b0386165f908152609f602052604090206143ce906143c7905460a05490614214565b4211614221565b178561484f565b83613497565b6001614403816143fb8460018060a01b03165f52609960205260405f2090565b015460ff1690565b61440c81611724565b036145f4575b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b15610440575f6040518092631fd93ca960e11b82528183816144648a8960048401613771565b03925af1801561070e5784925f9285926145e0575b506144986040519485938493632550477760e01b855260048501614309565b0381837f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165af1801561070e57614503925f928592849185916145bc575b5060408801526020870152604051938492839262bff04d60e01b845260048401613793565b0381837f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165af190811561070e575f916145a2575b5082525f5b815181101561459d578061459761456a6140d96140c86105e56105d760019789612782565b63ffffffff61458e61410c6145836140ec878b5161271a565b935163ffffffff1690565b9116111561432d565b01614545565b505090565b6145b691503d805f833e612f2b81836103d7565b5f614540565b90506145da91503d8086833e6145d281836103d7565b8101906142c2565b5f6144de565b80610ed5856145ee936103d7565b5f614479565b6146256145ff6103f8565b838152600160208201526001600160a01b0383165f908152609960205260409020614237565b816001600160a01b0382167fe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe5f80a3614412565b61466461434e6141c9565b6001614684816143fb8460018060a01b03165f52609960205260405f2090565b61468d81611724565b03614810575b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b15610440575f6040518092631fd93ca960e11b82528183816146e58a8960048401613771565b03925af1801561070e5784925f9285926147fc575b506147196040519687938493632550477760e01b855260048501614309565b0381837f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165af191821561070e57614783935f93849185916147e0575b5060408701526020860152604051938492839262bff04d60e01b845260048401613793565b0381837f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165af190811561070e575f916147c6575b50815290565b6147da91503d805f833e612f2b81836103d7565b5f6147c0565b90506147f691503d8086833e6145d281836103d7565b5f61475e565b80610ed58561480a936103d7565b5f6146fa565b61481b6145ff6103f8565b816001600160a01b0382167fe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe5f80a3614693565b734c40a6acdad9308e41797f21325685a34b6d7f1991823b156104405760405163ae1d62db60e01b81526098600482015260248101929092526001600160c01b03166044820152905f90829060649082905af4801561070e576148af5750565b5f610407916103d7565b156148c057565b631019106960e31b5f5260045ffd5b906101008251116149385781511561493357602082015160019060f81c81901b5b835182101561492e5760019061491961490f6105e56105d78689612782565b60ff600191161b90565b906149258183116148b9565b179101906148f0565b925050565b5f9150565b637da54e4760e11b5f5260045ffd5b601f8111614953575050565b60ca5f5260205f20906020601f840160051c8301931061498d575b601f0160051c01905b818110614982575050565b5f8155600101614977565b909150819061496e565b601f82116149a457505050565b5f5260205f20906020601f840160051c830193106149dc575b601f0160051c01905b8181106149d1575050565b5f81556001016149c6565b90915081906149bd565b9081516001600160401b0381116103b757614a0d81614a0660cb54613dc3565b60cb614997565b602092601f8211600114614a4157614a3c929382915f92612c6a5750508160011b915f199060031b1c19161790565b60cb55565b60cb5f52601f198216937fa7ce836d032b2bf62b7e2097a8e0a6d8aeb35405ad15271e96d3b0188a1d06fb915f5b868110614aa55750836001959610614a8d575b505050811b0160cb55565b01515f1960f88460031b161c191690555f8080614a82565b91926020600181928685015181550194019201614a6f565b602080825282516001600160a01b039081168284015281840151166040808401919091529092015160608083015280516080830181905260a09092019201905f5b818110614b0b5750505090565b825163ffffffff16845260209384019390920191600101614afe565b60a154825192936001600160a01b03918216939290917f000000000000000000000000000000000000000000000000000000000000000016614b6884610418565b93614b7660405195866103d7565b808552614b85601f1991610418565b013660208601375f5b8651811015614bb95780614ba460019289612782565b5160f81c614bb2828861271a565b5201614b8e565b509291945092614bed90614bdd614bce610409565b6001600160a01b039096168652565b6001600160a01b03166020850152565b6040830152803b1561044057604051636e3492b560e01b8152915f918391829084908290614c1e9060048301614abd565b03925af1801561070e57614c2f5750565b80610ed55f610407936103d7565b15614c4457565b636fbefec360e11b5f5260045ffd5b15614c5a57565b630819bdcd60e01b5f5260045ffd5b614cfc906020850193614c9a614c956115ad614c8e88515f52609a60205260405f2090565b5460ff1690565b614c3d565b6040860190614cac8251421115614c53565b614ccf614cc287515f52609a60205260405f2090565b805460ff19166001179055565b609d547390de7b425fdba98413ae6ec5c64bd3d852af6cb995906001600160a01b03169651925193612d63565b925190803b1561044057614d29935f93604051958694859384936311c5268f60e11b855260048501614309565b03915af4801561070e57614c2f5750565b15614d4157565b6356168b4160e11b5f5260045ffd5b15614d5757565b63263a721560e11b5f5260045ffd5b9081602091031261044057516107b181611002565b15614d8257565b634c44995d60e01b5f5260045ffd5b15614d9857565b63b187e86960e01b5f5260045ffd5b60209192614e04614df7614e5c989697614df0614dcc8783015160018060a01b031690565b6001600160a01b039081165f81815260996020526040902054969091161415614d3a565b5160ff1690565b60ff808516911614612acd565b614e31614e2c614e1a6105a4600160ff87161b81565b614e266105a485613143565b81161490565b614d50565b604051635401ed2760e01b8152600481019190915260ff909116602482015294859081906044820190565b03817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa92831561070e57610407945f94614ee0575b5082614ed892614ed3614ebf936001600160601b03614ecb614ebf82998b614fca565b6001600160601b031690565b911611614d7b565b614fed565b911610614d91565b614ebf91945092614ed892614ed3614f176001600160601b039660203d602011614f23575b614f0f81836103d7565b810190614d66565b96935050925092614e9c565b503d614f05565b614f3261500b565b614f3a615056565b6040519060208201927f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f8452604083015260608201524660808201523060a082015260a08152614f8b60c0826103d7565b51902090565b15614f9857565b63d51edae360e01b5f5260045ffd5b906001600160601b03809116911602906001600160601b0382169182036131ee57565b614fe86001600160601b039161ffff60206127109501511690614fa7565b160490565b614fe86001600160601b039161ffff60406127109501511690614fa7565b615013613dfb565b8051908115615023576020012090565b505060c85480156150315790565b507fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a47090565b61505e613eb0565b805190811561506e576020012090565b505060c9548015615031579056fe30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47a26469706673582212205e8d97530dfe21ccc62fa833023b5d9cf138249950b296abe8412ec2853866f064736f6c634300081b00330000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c9852800000000000000000000000099bba657f2bbc93c02d617f8ba121cb8fc104acf0000000000000000000000008f86403a4de0bb5791fa46b8e795c547942fe4cf0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318000000000000000000000000f5059a5d33d5853360d16c683c16e67980206f3600000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000000000000000b76312e332e302d72632e30000000000000000000000000000000000000000000","r":"0x2e459ca690e5d745f9b2f87fe97effbb8613534693a964ca6f8842c5a2c8fb73","s":"0x1a845f96b4f0694d70d143695d58d4323332e2b6811336352c38a6266986e5e6","yParity":"0x0","v":"0x0","hash":"0x96b2f67e20ec9e77563cc8f646f363ec3dc5ef4c2163ffb34b042cd8d384cf7b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6b95d9d51677003e8556f1a022126671beedf118d0824c8a9b686d74cdf98a74","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa87cc6e9662fe695afbc71a0860720b6f66c7106115383005e5661bfdc276a04","transactionsRoot":"0xc7311a58bee45788d5e8e0664c90aa932bb2400e235ec83f388500affb4d5c60","receiptsRoot":"0x47b22e6da5ef40acc1d22b8047f490740fdec6c517824189a3f4ada4eb559cae","logsBloom":"0x0000000000000000000000004000000040000000000000000080000000000000000000000800040000000000000000000000000000000000080000000000000000000000000000000000200000000220000100000000000000000002800000000100000002000000004000c100010a00000000000100000040000000000000400000000000040000020000000000000000000000000080008040002040000040000000000000000000000000000400000000000000000000000000000000000000000020410000200000420000040000000000002000001000000000000020000000000000000000000020800000000000000000000400000000000000400000","difficulty":"0x0","number":"0x22","gasLimit":"0x1c9c380","gasUsed":"0xac191","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x12ae59a","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x37","gas":"0x48882","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x998abeb3e57409262ae5b751f60747921b33613e","value":"0x0","accessList":[],"input":"0x9623609d00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc4900000000000000000000000082e01223d51eb87e16a03e24687edf0f294da6f1000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a4530b97a4000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000851356ae760d987e095750cceb3bc6014560891c00000000000000000000000000000000000000000000000000000000","r":"0xd3dcace92bfc3f825f3b607b0c9d56df8575f96fc107bf3f488ffe743d1e6db5","s":"0x90d07725e1ddc2649bd759296daeede713564f03244f8d39ac9ee678a83dfbc","yParity":"0x1","v":"0x1","hash":"0xc3db439658380c366bbac000410a82cb2b0a97ed029b0ec288c253b233f726ac"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x38","gas":"0x38fb3","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x610178da211fef7d417bc0e6fed39f05609ad788","value":"0x0","accessList":[],"input":"0x950d806e000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc490000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318261f84e000000000000000000000000000000000000000000000000000000000","r":"0xf493ac49a0b00c7acd4b2518d7acbf8f28b66ef4ff52ce7d17091dc9ad6e4a2a","s":"0x63533063c88f40bb25c437e11ece30c09b6588e3e838fa3536b6b6fd784b1a6f","yParity":"0x0","v":"0x0","hash":"0x0b08936b55737be5fee385a88827cdb6c2beb5fb1caeb6d05dfc51b256f929f4"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x39","gas":"0x363a4","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x610178da211fef7d417bc0e6fed39f05609ad788","value":"0x0","accessList":[],"input":"0x950d806e000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc490000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186e3492b500000000000000000000000000000000000000000000000000000000","r":"0xa1b24064172e6680421f02f75b7d25b04277b446fce3a8ac1f8930fd919d62bb","s":"0x5aa472833155678b53b702eafefc228408c0652e7fef013ecb66e6ea9be9d9b6","yParity":"0x1","v":"0x1","hash":"0xe38c8d4e669fd93b284df21ab6cd3c155244968c2c33a609e6e5a1c053cdd7ec"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x3a","gas":"0x38fb3","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x610178da211fef7d417bc0e6fed39f05609ad788","value":"0x0","accessList":[],"input":"0x950d806e000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31850feea2000000000000000000000000000000000000000000000000000000000","r":"0xc10726859aaa46d3d63b67ea8b1fe3f2065933acd2853cc77b3bf9a9a0581d1c","s":"0x469fbc50bfb041a74123ca46abce67c51ef9213b3214ce44076424760d928f30","yParity":"0x0","v":"0x0","hash":"0x35fcd344258dc9191a4555c0c57c6b2fe8c61a5d6a5317f5630d6aa65e50e6d0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x05e04a291b518295e2beba8894b3def73970710bd13f26a4504df4628444c7be","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf03699544bcb0c216634b5a1ba7945046667f50932b7a303ba020dfbb51a9a9d","transactionsRoot":"0xfe83963b76ca3b2eb2247f229f2092157e237f1ad95519c7eab835b31ff6abb6","receiptsRoot":"0x72737c1581a642cb035281d5836f7587d61c1414a512978d01307a97bcdde48f","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000100000000000000000000000040000000000000000000000000000000000000000000000000000000000000008000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000020000000000000000002000000000000000000000000000000000000000000020000000000000000000000400000000000000000000","difficulty":"0x0","number":"0x23","gasLimit":"0x1c9c380","gasUsed":"0x25143","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1074a64","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x3b","gas":"0x363a4","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x610178da211fef7d417bc0e6fed39f05609ad788","value":"0x0","accessList":[],"input":"0x950d806e000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318b66bd98900000000000000000000000000000000000000000000000000000000","r":"0xaef581ba98f6a83f21ca3378e9fccd956aecc49f20e8dcdb074609047f641716","s":"0x3a4d20155934dc256afd4556417c7c49978fc7bf9e1a615950c1913249f6064e","yParity":"0x0","v":"0x0","hash":"0x9635fb3e80f7a7420a08e019fc75f159c9ec71d01185bd0b60a99b9268fe3ff0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x915572c5b24e199cbf15caffa68211fb896b58f39f535e9553d58e23c8f72781","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x538dfdc249d927ed4f4ff4c9520ff2082c5e1eb221fc6e8990bda009ec03eb2d","transactionsRoot":"0x06d01c8891e9fd7fbc6d89d04478eae344777edda48eb28a4ba93e58c2ec1558","receiptsRoot":"0xe1800c557341746dc292fbc15f9288362d75532cdf6b79ab90d3ea4f3766e16a","logsBloom":"0x00000000000000000000000000000000400400000000000000800000000000000000000000000400000000000000000000020100060000000000000000000000000000000200000000000000000002000001000000000010000000020000000020000000020000000004000100000820000000000000000040000000000000400000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000410000004000000100000000000000000000000000020000000200000200000044000100004002000001000000000000020000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x24","gasLimit":"0x1c9c380","gasUsed":"0x343a7c","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xe6b666","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x3c","gas":"0x3ffe35","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6101c080604052346102b25760a081613c86803803809161002082856103e8565b8339810103126102b25780516001600160a01b038116918282036102b2576020810151906001600160a01b03821682036102b2576040810151916001600160a01b03831683036102b2576060820151916001600160a01b03831683036102b25760800151926001600160a01b03841684036102b257604051636830483560e01b8152916020836004818a5afa9283156102be575f936103c7575b5060805260c0528360e052610100526101205260a0525f5460ff8160081c166103725760ff80821603610338575b5061014052604051636830483560e01b8152602081600481855afa9182156102be576004926020925f9161030b575b5061016052604051632efa2ca360e11b815292839182905afa9081156102be575f916102c9575b50610180526101605160405163df5cf72360e01b815290602090829060049082906001600160a01b03165afa9081156102be575f91610278575b506101a052604051613847908161043f823960805181818161074a01528181610fd101528181611086015261244e015260a05181611200015260c051818181610d8201528181610e560152611475015260e051818181610fa1015281816111a8015281816117fc0152818161241e01526129ad01526101005181818161189801526129f9015261012051818181610412015281816104ea0152818161059a01528181610cf8015281816110f201526128d801526101405181818161078e01528181611dce0152611ec10152610160518181816107060152818161216b01526122ba0152610180518181816106c201526120a901526101a051816113590152f35b90506020813d6020116102b6575b81610293602093836103e8565b810103126102b257516001600160a01b03811681036102b2575f610178565b5f80fd5b3d9150610286565b6040513d5f823e3d90fd5b90506020813d602011610303575b816102e4602093836103e8565b810103126102b257516001600160a01b03811681036102b2575f61013e565b3d91506102d7565b61032b9150833d8511610331575b61032381836103e8565b81019061041f565b5f610117565b503d610319565b60ff90811916175f557f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498602060405160ff8152a15f6100e8565b60405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608490fd5b6103e191935060203d6020116103315761032381836103e8565b915f6100ba565b601f909101601f19168101906001600160401b0382119082101761040b57604052565b634e487b7160e01b5f52604160045260245ffd5b908160209103126102b257516001600160a01b03811681036102b2579056fe60806040526004361015610011575f80fd5b5f3560e01c8063171f1d5b146101c45780631785f53c146101bf5780631fdb0cfd146101ba578063279432eb146101b557806333cfb7b7146101b05780633bc28c8c146101ab5780635df45946146101a657806368304835146101a15780636b3aa72e1461019c5780636d14a987146101975780636efb463614610192578063715018a61461018d5780638da5cb5b146101885780639926ee7d146101835780639da16d8e1461017e578063a0169ddd14610179578063a20b99bf14610174578063a364f4da1461016f578063a98fb3551461016a578063ba55088014610165578063c1a8e2c514610160578063c4d66de81461015b578063df5cf72314610156578063e481af9d14610151578063f2fde38b1461014c578063fc299dee146101475763fce36c7d14610142575f80fd5b61145c565b611434565b6113a3565b611388565b611344565b611251565b611166565b6110da565b61103a565b610f7d565b610e3d565b610d5a565b610cd0565b610c34565b610bbb565b610b60565b610acb565b610779565b610735565b6106f1565b6106ad565b610676565b61063e565b610572565b6104d2565b6103ea565b610371565b634e487b7160e01b5f52604160045260245ffd5b604081019081106001600160401b038211176101f857604052565b6101c9565b606081019081106001600160401b038211176101f857604052565b90601f801991011681019081106001600160401b038211176101f857604052565b6040519061024961010083610218565b565b60405190610249604083610218565b906102496040519283610218565b60409060e31901126102915760405190610281826101dd565b60e4358252610104356020830152565b5f80fd5b9190826040910312610291576040516102ad816101dd565b6020808294803584520135910152565b9080601f8301121561029157604051916102d8604084610218565b82906040810192831161029157905b8282106102f45750505090565b81358152602091820191016102e7565b9060806063198301126102915760405161031d816101dd565b6020610338829461032f8160646102bd565b845260a46102bd565b910152565b91906080838203126102915760206103386040519261035b846101dd565b6040849661036983826102bd565b8652016102bd565b3461029157610120366003190112610291576004356040366023190112610291576103c960409182516103a3816101dd565b602435815260443560208201526103b936610304565b906103c336610268565b9261156e565b8251911515825215156020820152f35b6001600160a01b0381160361029157565b34610291575f602036600319011261029157600435610408816103d9565b610410613139565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156102915760405163268959e560e01b81523060048201526001600160a01b0390921660248301525f908290818381604481015b03925af1801561049057610482575080f35b61048e91505f90610218565b005b611654565b6060906003190112610291576004356104ad816103d9565b906024356104ba816103d9565b906044356001600160e01b0319811681036102915790565b34610291576104e036610495565b6104e8613139565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031692833b1561029157604051634a86c03760e11b81523060048201526001600160a01b039182166024820152921660448301526001600160e01b03191660648201525f81608481015b93818381819703925af1801561049057610482575080f35b34610291575f602036600319011261029157600435610590816103d9565b610598613139565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156102915760405163eb5a4e8760e01b81523060048201526001600160a01b0390921660248301525f90829081838160448101610470565b60206040818301928281528451809452019201905f5b81811061061f5750505090565b82516001600160a01b0316845260209384019390920191600101610612565b3461029157602036600319011261029157610672610666600435610661816103d9565b6117dd565b604051918291826105fc565b0390f35b346102915760203660031901126102915761048e600435610696816103d9565b61069e613139565b61322f565b5f91031261029157565b34610291575f366003190112610291576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610291575f366003190112610291576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610291575f366003190112610291576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610291575f366003190112610291576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b6044359063ffffffff8216820361029157565b359063ffffffff8216820361029157565b6001600160401b0381116101f85760051b60200190565b9080601f8301121561029157813561080f816107e1565b9261081d6040519485610218565b81845260208085019260051b82010192831161029157602001905b8282106108455750505090565b60208091610852846107d0565b815201910190610838565b81601f82011215610291578035610873816107e1565b926108816040519485610218565b81845260208085019260061b8401019281841161029157602001915b8383106108ab575050505090565b60206040916108ba8486610295565b81520192019161089d565b9080601f830112156102915781356108dc816107e1565b926108ea6040519485610218565b81845260208085019260051b820101918383116102915760208201905b83821061091657505050505090565b81356001600160401b03811161029157602091610938878480948801016107f8565b815201910190610907565b9190916101808184031261029157610959610239565b9281356001600160401b03811161029157816109769184016107f8565b845260208201356001600160401b038111610291578161099791840161085d565b602085015260408201356001600160401b03811161029157816109bb91840161085d565b60408501526109cd816060840161033d565b60608501526109df8160e08401610295565b60808501526101208201356001600160401b0381116102915781610a049184016107f8565b60a08501526101408201356001600160401b0381116102915781610a299184016107f8565b60c08501526101608201356001600160401b03811161029157610a4c92016108c5565b60e0830152565b90602080835192838152019201905f5b818110610a705750505090565b82516001600160601b0316845260209384019390920191600101610a63565b929190610ac66020916040865282610ab282516040808a01526080890190610a53565b910151868203603f19016060880152610a53565b930152565b34610291576080366003190112610291576004356024356001600160401b03811161029157366023820112156102915780600401356001600160401b03811161029157366024828401011161029157610b226107bd565b90606435936001600160401b038511610291576024610b48610b50963690600401610943565b940190611cf1565b9061067260405192839283610a8f565b34610291575f36600319011261029157610b78613139565b603380546001600160a01b031981169091555f906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b34610291575f366003190112610291576033546040516001600160a01b039091168152602090f35b6001600160401b0381116101f857601f01601f191660200190565b929192610c0a82610be3565b91610c186040519384610218565b829481845281830111610291578281602093845f960137010152565b3461029157604036600319011261029157600435610c51816103d9565b602435906001600160401b03821161029157606060031983360301126102915760405190610c7e826101fd565b82600401356001600160401b038111610291578301366023820112156102915761048e93610cb86044923690602460048201359101610bfe565b84526024810135602085015201356040830152612418565b34610291575f602036600319011261029157600435610cee816103d9565b610cf6613139565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b1561029157604051634f906cf960e01b81523060048201526001600160a01b0390921660248301525f90829081838160448101610470565b34610291575f602036600319011261029157600435610d78816103d9565b610d80613139565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690813b156102915760405163a0169ddd60e01b81526001600160a01b039091166004820152905f908290602490829084905af1801561049057610482575080f35b906020600319830112610291576004356001600160401b0381116102915760040182601f82011215610291578035926001600160401b038411610291576020808301928560051b010111610291579190565b3461029157610e4b36610deb565b90610e54613473565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316915f5b818110610ed85750823b1561029157610eb4925f9283604051809681958294634e5cd2fd60e11b84523060048501612669565b03925af1801561049057610ec457005b80610ed25f61048e93610218565b806106a3565b915f93915f915b610ef7610eed868484612516565b6040810190612538565b9050831015610f33576001610f2981976020610f2187610f1b610eed8c8a8a612516565b9061256d565b013590611763565b9301929550610edf565b9390929460019250610f7790610f61813088610f5c6020610f56898c3395612516565b0161257d565b613496565b86610f726020610f5686898b612516565b6134df565b01610e81565b34610291575f602036600319011261029157600435610f9b816103d9565b610fcf337f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031614612402565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690813b15610291576040516351b27a6d60e11b81526001600160a01b039091166004820152905f908290602490829084905af1801561049057610482575080f35b34610291575f6020366003190112610291576004356001600160401b03811161029157366023820112156102915761107c903690602481600401359101610bfe565b611084613139565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156102915760405163a98fb35560e01b8152915f91839182908490829061047090600483016127d9565b34610291576110e836610495565b6110f0613139565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031692833b1561029157604051630664120160e01b81523060048201526001600160a01b039182166024820152921660448301526001600160e01b03191660648201525f816084810161055a565b3461029157604036600319011261029157600435611183816103d9565b6024356001600160401b038111610291576111a29036906004016107f8565b6111d6337f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031614612402565b6111f3604051926111e6846101fd565b6001600160a01b03168352565b30602083015260408201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b1561029157604051636e3492b560e01b8152905f908290818381610eb488600483016127ea565b346102915760203660031901126102915760043561126e816103d9565b6112bc5f54916112a261128c6112888560ff9060081c1690565b1590565b80948195611336575b8115611316575b50612854565b826112b3600160ff195f5416175f55565b6112ff576128b7565b6112c257005b6112d061ff00195f54165f55565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1005b61131161010061ff00195f5416175f55565b6128b7565b303b15915081611328575b505f61129c565b60ff1660011490505f611321565b600160ff8216109150611295565b34610291575f366003190112610291576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610291575f3660031901126102915761067261066661299e565b34610291576020366003190112610291576004356113c0816103d9565b6113c8613139565b6001600160a01b038116156113e05761048e9061342b565b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b34610291575f366003190112610291576065546040516001600160a01b039091168152602090f35b346102915761146a36610deb565b90611473613473565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316915f5b8181106114d25750823b1561029157610eb4925f928360405180968195829463fce36c7d60e01b845260048401612bed565b806115016114e86020610f566001958789612bcb565b60406114f5848789612bcb565b01359030903390613496565b61152a6115146020610f56848789612bcb565b86604061152285888a612bcb565b0135916134df565b016114a0565b634e487b7160e01b5f52603260045260245ffd5b9060028110156115555760051b0190565b611530565b634e487b7160e01b5f52601260045260245ffd5b61164a6116276116509561162161161a85875160208901518a515160208c51015160208d016020815151915101519189519360208b0151956040519760208901998a5260208a015260408901526060880152608087015260a086015260c085015260e08401526101008301526115f181610120840103601f198101835282610218565b5190207f30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f0000001900690565b8096612d06565b90612d4c565b9261162161163c611636612dae565b94612ea5565b91611645612fc1565b612d06565b9161300b565b9091565b6040513d5f823e3d90fd5b90816020910312610291575190565b9081602091031261029157516001600160c01b03811681036102915790565b90816020910312610291575160ff811681036102915790565b604051906116b5602083610218565b5f808352366020840137565b906116cb826107e1565b6116d86040519182610218565b82815280926116e9601f19916107e1565b0190602036910137565b908151811015611555570160200190565b634e487b7160e01b5f52601160045260245ffd5b906001820180921161172657565b611704565b906002820180921161172657565b906003820180921161172657565b906004820180921161172657565b906005820180921161172657565b9190820180921161172657565b6001600160601b0381160361029157565b908160409103126102915760206040519161179b836101dd565b80516117a6816103d9565b835201516117b381611770565b602082015290565b80518210156115555760209160051b010190565b5f1981146117265760010190565b6040516309aa152760e11b81526001600160a01b0391821660048201527f000000000000000000000000000000000000000000000000000000000000000090911690602081602481855afa9081156104905761185d916020915f91611b5c575b506040518093819263871ef04960e01b8352600483019190602083019252565b0381855afa908115610490575f91611b2d575b506001600160c01b0316908115908115611aca575b50611abe5761189390613191565b5f91907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690835b815185101561196f5761191860206118f56118ef6118e189876116f3565b516001600160f81b03191690565b60f81c90565b604051633ca5a5f560e01b815260ff909116600482015291829081906024820190565b0381875afa801561049057600192611937925f9261193f575b50611763565b9401936118c3565b61196191925060203d8111611968575b6119598183610218565b81019061165f565b905f611931565b503d61194f565b61197a9194506116c1565b925f905f5b8151811015611ab8576119986118ef6118e183856116f3565b604051633ca5a5f560e01b815260ff8216600482015290602082602481895afa918215610490575f92611a98575b50905f915b8183106119dd5750505060010161197f565b604080516356e4026d60e11b815260ff83166004820152602481018590529396929391929190816044818b5afa91821561049057611a5c8b611a4d83611a47611a3b600198611a61985f91611a6a575b50516001600160a01b031690565b6001600160a01b031690565b926117bb565b6001600160a01b039091169052565b6117cf565b950191906119cb565b611a8b915060403d8111611a91575b611a838183610218565b810190611781565b5f611a2d565b503d611a79565b611ab191925060203d8111611968576119598183610218565b905f6119c6565b50505050565b50611ac76116a6565b90565b604051639aa1653d60e01b81529150602090829060049082905afa80156104905760ff915f91611afe575b5016155f611885565b611b20915060203d602011611b26575b611b188183610218565b81019061168d565b5f611af5565b503d611b0e565b611b4f915060203d602011611b55575b611b478183610218565b81019061166e565b5f611870565b503d611b3d565b611b739150823d8411611968576119598183610218565b5f61183d565b60405190611b86826101dd565b60606020838281520152565b15611b9957565b62f8202d60e51b5f5260045ffd5b15611bae57565b6343714afd60e01b5f5260045ffd5b15611bc457565b635f832f4160e01b5f5260045ffd5b15611bda57565b634b874f4560e01b5f5260045ffd5b5f1981019190821161172657565b15611bfe57565b633fdc650560e21b5f5260045ffd5b90821015611555570190565b90816020910312610291575167ffffffffffffffff19811681036102915790565b15611c4157565b63e1310aed60e01b5f5260045ffd5b908160209103126102915751611ac781611770565b906001600160601b03809116911603906001600160601b03821161172657565b15611c8c57565b6367988d3360e01b5f5260045ffd5b15611ca257565b63ab1b236b60e01b5f5260045ffd5b60049163ffffffff60e01b9060e01b1681520160208251919201905f5b818110611cdb5750505090565b8251845260209384019390920191600101611cce565b949392909193611cff611b79565b50611d0b851515611b92565b6040840151518514806123f4575b806123e6575b806123d8575b611d2e90611ba7565b611d4060208501515185515114611bbd565b611d5763ffffffff431663ffffffff841610611bd3565b611d5f61024b565b5f81525f602082015292611d71611b79565b611d7a876116c1565b6020820152611d88876116c1565b8152611d92611b79565b92611da16020880151516116c1565b8452611db16020880151516116c1565b602085810191909152604051639aa1653d60e01b815290816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa801561049057611e1a915f916123b9575b50611e15368b87610bfe565b61328d565b985f965b60208901518051891015611f9657602088611e8b611e818c611e798f96868e611e5e611e4b8680956117bb565b5180515f526020015160205260405f2090565b611e6b84848401516117bb565b5282611f63575b01516117bb565b5195516117bb565b5163ffffffff1690565b6040516304ec635160e01b8152600481019490945263ffffffff9182166024850152166044830152816064816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa918215610490576116218a611f388f611f318f8460208f92611f2893611f208460019e611f3e9e5f91611f46575b508f8060c01b031692516117bb565b5201516117bb565b51938d516117bb565b51166132b8565b906132e9565b970196611e1e565b611f5d9150863d8111611b5557611b478183610218565b5f611f11565b611f91611f7384848401516117bb565b51611f8a84840151611f8487611be9565b906117bb565b5110611bf7565b611e72565b50909597949650611fab9198939299506133a6565b915f905b8082106120115750505092611fea611fe5611fde61200b9585611ffd986080606060209901519201519261156e565b9190611c85565b611c9b565b0151604051928391602083019586611cb1565b03601f198101835282610218565b51902090565b918495969361205c6118ef61204e8587612048879f989e9b611e4b84604061203a9301516117bb565b67ffffffffffffffff191690565b96611c0d565b356001600160f81b03191690565b602087612070611e818d60a08d01516117bb565b604051631a2f32ab60e21b815260ff94909416600485015263ffffffff9182166024850152166044830152816064816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa9283156104905761210c936120f7925f9161238b575b5067ffffffffffffffff19918216911614611c3a565b6121058960408901516117bb565b5190612d4c565b9061211e6118ef61204e8a868d611c0d565b602086612132611e818c60c08c01516117bb565b604051636414a62b60e11b815260ff94909416600485015263ffffffff9182166024850152166044830152816064816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa8015610490576121c88a60208e611e726121d5956121e0975f9161236e575b506121ba85858501516117bb565b906001600160601b03169052565b516001600160601b031690565b6121ba8a8d516117bb565b5f965f5b60208801515181101561235a57898b612220612201848a516117bb565b516122136118ef61204e868c87611c0d565b60ff161c60019081161490565b61222f575b50506001016121e4565b88886122b6612276611e81879f8f978060e08f849c602061225f6118ef61204e839f98612267966122709a611c0d565b9a01516117bb565b519a01516117bb565b516117bb565b60405163795f4a5760e11b815260ff909316600484015263ffffffff93841660248401526044830195909552919093166064840152829081906084820190565b03817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa918215610490576123198e6001948e86955f92612324575b50611a476121ba929351936123146121c884876117bb565b611c65565b01989050898b612225565b6121ba925061234c611a479160203d8111612353575b6123448183610218565b810190611c50565b92506122fc565b503d61233a565b509594976001919993929497500190611faf565b6123859150843d8111612353576123448183610218565b5f6121ac565b6123ac915060203d81116123b2575b6123a48183610218565b810190611c19565b5f6120e1565b503d61239a565b6123d2915060203d602011611b2657611b188183610218565b5f611e09565b5060e0840151518514611d25565b5060c0840151518514611d1f565b5060a0840151518514611d19565b1561240957565b634394dbdf60e11b5f5260045ffd5b61244c337f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031614612402565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031691823b15610291575f928392604051948580948193639926ee7d60e01b835260018060a01b031660048301526040602483015260406124c182516060604486015260a48501906124f2565b91602081015160648501520151608483015203925af18015610490576124e45750565b80610ed25f61024993610218565b805180835260209291819084018484015e5f828201840152601f01601f1916010190565b91908110156115555760051b8101359060be1981360301821215610291570190565b903590601e198136030182121561029157018035906001600160401b03821161029157602001918160061b3603831361029157565b91908110156115555760061b0190565b35611ac7816103d9565b9035601e19823603018112156102915701602081359101916001600160401b038211610291578160061b3603831361029157565b916020908281520191905f5b8181106125d45750505090565b90919260408060019286356125e8816103d9565b848060a01b031681526001600160601b03602088013561260781611770565b1660208201520194019291016125c7565b9035601e19823603018112156102915701602081359101916001600160401b03821161029157813603831361029157565b908060209392818452848401375f828201840152601f01601f1916010190565b6001600160a01b0390911681526040602082018190528101839052600583901b810160609081019383923684900360be1901925f91908101905b8383106126b4575050505050505090565b90919293949596605f19828203018352873586811215610291578701906126ec6126de8380612587565b60c0845260c08401916125bb565b9160208101356126fb816103d9565b6001600160a01b031660208381019190915261271a6040830183612587565b848603604086015280865294909101935f5b8181106127a5575050506127946001936020936127868461276061275360608998016107d0565b63ffffffff166060850152565b61277c61276f608083016107d0565b63ffffffff166080850152565b60a0810190612618565b9160a0818503910152612649565b9901930193019195949392906126a3565b90919460408060019288356127b9816103d9565b848060a01b0316815260208901356020820152019601910191909161272c565b906020611ac79281815201906124f2565b602080825282516001600160a01b039081168284015281840151166040808401919091529092015160608083015280516080830181905260a09092019201905f5b8181106128385750505090565b825163ffffffff1684526020938401939092019160010161282b565b1561285b57565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b60ff5f5460081c1615612945576128cd8161342b565b6128d68161322f565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156102915760405163eb5a4e8760e01b81523060048201526001600160a01b039290921660248301525f908290604490829084905af18015610490576124e45750565b60405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608490fd5b604051639aa1653d60e01b81527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690602081600481855afa80156104905760ff915f91612bac575b50168015612ba2577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316905f9081905b808310612b5e5750612a3991506116c1565b925f905f5b604051639aa1653d60e01b8152602081600481895afa80156104905760ff915f91612b40575b5016811015612b3957604051633ca5a5f560e01b815260ff821660048201819052602082602481895afa918215610490575f92612b19575b50905f915b818310612ab357505050600101612a3e565b604080516356e4026d60e11b815260ff83166004820152602481018590529396929391929190816044818b5afa91821561049057611a5c8b611a4d83611a47611a3b600198612b10985f91611a6a5750516001600160a01b031690565b95019190612aa1565b612b3291925060203d8111611968576119598183610218565b905f612a9c565b5092505050565b612b58915060203d8111611b2657611b188183610218565b5f612a64565b604051633ca5a5f560e01b815260ff84166004820152909190602081602481885afa801561049057600192612b99925f9261193f5750611763565b92019190612a27565b5050611ac76116a6565b612bc5915060203d602011611b2657611b188183610218565b5f6129ef565b91908110156115555760051b81013590609e1981360301821215610291570190565b909180602083016020845252604082019260408260051b8401019381935f91609e1984360301915b858410612c26575050505050505090565b90919293949596603f19828203018352873590848212156102915760208091886001940190608063ffffffff612cad82612c71612c638780612587565b60a0885260a08801916125bb565b9587810135612c7f816103d9565b8a8060a01b0316888701526040810135604087015283612ca1606083016107d0565b166060870152016107d0565b16910152990193019401929195949390612c15565b60405190612ccf826101dd565b5f6020838281520152565b60405190610180612ceb8184610218565b368337565b60405190612cff602083610218565b6020368337565b91906040906060612d15612cc2565b9485926020855192612d278585610218565b8436853780518452015160208301528482015260076107cf195a01fa15612d4a57565bfe5b602092916080604092612d5d612cc2565b95869381865193612d6e8686610218565b85368637805185520151828401528051868401520151606082015260066107cf195a01fa8015612d4a5715612d9f57565b63d4b68fd760e01b5f5260045ffd5b604051612dba816101dd565b6040908151612dc98382610218565b8236823781526020825191612dde8484610218565b8336843701528051612df08282610218565b7f198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c281527f1800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed6020820152815190612e468383610218565b7f275dc4a288d1afb3cbb1ac09187524c7db36395df7be3b99e673b13a075a65ec82527f1d9befcd05a5323e6da4d435f3b617cdb3af83285c2df711ef39c01571827f9d6020830152612e9b83519384610218565b8252602082015290565b5f5160206137f25f395f51905f5290612ebc612cc2565b505f919006602060c0835b612fbc575f935f5160206137f25f395f51905f5260038186818180090908604051612ef28582610218565b84368237848185604051612f068282610218565b813682378381528360208201528360408201528560608201527f0c19139cb84c680a6e14116da060561765e05aa45a1c72a34f082305b61f3f5260808201525f5160206137f25f395f51905f5260a082015260056107cf195a01fa8015612d4a57612f7090613746565b5191612fbc575f5160206137f25f395f51905f5282800914612fa757505f5160206137f25f395f51905f5260015f94089293612ec7565b92935050612fb361024b565b92835282015290565b61155a565b612fc9612cc2565b50604051612fd6816101dd565b600181526002602082015290565b9060068202918083046006149015171561172657565b90600c8110156115555760051b0190565b93929091613019604061025a565b948552602085015261302b604061025a565b918252602082015261303b612cda565b925f5b6002811061306857505050602061018092613057612cf0565b93849160086201d4c0fa9151151590565b80613074600192612fe4565b61307e8285611544565b515161308a8289612ffa565b5260206130978386611544565b5101516130ac6130a683611718565b89612ffa565b526130b78286611544565b5151516130c66130a68361172b565b526130dc6130d48387611544565b515160200190565b516130e96130a683611739565b5260206130f68387611544565b510151516131066130a683611747565b5261313261312c613125602061311c868a611544565b51015160200190565b5192611755565b88612ffa565b520161303e565b6033546001600160a01b0316330361314d57565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b61ffff61319d826132b8565b166131a781610be3565b906131b56040519283610218565b8082526131c4601f1991610be3565b013660208301375f5f5b8251821080613224575b1561321d576001811b84166131f6575b6131f1906117cf565b6131ce565b9060016131f19160ff60f81b8460f81b165f1a61321382876116f3565b53019190506131e8565b5050905090565b5061010081106131d8565b606554604080516001600160a01b038084168252841660208201529192917fe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e39190a16001600160a01b03166001600160a01b03199190911617606555565b90600161329b60ff9361359f565b928392161b11156132a95790565b63ca95733360e01b5f5260045ffd5b805f915b6132c4575090565b5f1981018181116117265761ffff9116911661ffff81146117265760010190806132bc565b906132f2612cc2565b5061ffff81169061020082101561339757600182146133925761331361024b565b5f81525f602082015292906001905f925b61ffff831685101561333857505050505090565b600161ffff831660ff86161c811614613372575b600161336861335d8360ff94612d4c565b9460011b61fffe1690565b9401169291613324565b94600161336861335d6133878960ff95612d4c565b98935050505061334c565b505090565b637fc4ea7d60e11b5f5260045ffd5b6133ae612cc2565b5080519081158061341f575b156133db5750506040516133cf604082610218565b5f81525f602082015290565b60205f5160206137f25f395f51905f52910151065f5160206137f25f395f51905f52035f5160206137f25f395f51905f5281116117265760405191612e9b836101dd565b506020810151156133ba565b603380546001600160a01b039283166001600160a01b0319821681179092559091167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3565b6065546001600160a01b0316330361348757565b638e79fdb560e01b5f5260045ffd5b6040516323b872dd60e01b60208201526001600160a01b039283166024820152929091166044830152606480830193909352918152610249916134da608483610218565b61368e565b604051636eb1769f60e11b81523060048201526001600160a01b0383166024820152602081806044810103816001600160a01b0386165afa90811561049057610249946134da92613536925f9161356a5750611763565b60405163095ea7b360e01b60208201526001600160a01b039490941660248501526044808501919091528352606483610218565b613583915060203d602011611968576119598183610218565b5f611931565b1561359057565b631019106960e31b5f5260045ffd5b906101008251116136085781511561360357602082015160019060f81c81901b5b83518210156135fe576001906135e96135df6118ef6118e186896116f3565b60ff600191161b90565b906135f5818311613589565b179101906135c0565b925050565b5f9150565b637da54e4760e11b5f5260045ffd5b90816020910312610291575180151581036102915790565b1561363657565b60405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608490fd5b610249916137109160018060a01b03165f80604051936136af604086610218565b602085527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564602086015260208151910182855af13d1561373e573d916136f483610be3565b926137026040519485610218565b83523d5f602085013e61375c565b8051908115918215613724575b505061362f565b6137379250602080918301019101613617565b5f8061371d565b60609161375c565b1561374d57565b63d51edae360e01b5f5260045ffd5b919290156137be5750815115613770575090565b3b156137795790565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b8251909150156137d15750805190602001fd5b60405162461bcd60e51b81529081906137ed90600483016127d9565b0390fdfe30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47a2646970667358221220c4905b9f938a31a86a84d2571c92dbbdb0c3937a748b457401e5c0e21c9f62be64736f6c634300081b003300000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc490000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe6000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7880000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318","r":"0x721ab03fb95017a364f40b799dd65e1042863fc1a115770766533060ded2dac1","s":"0x480de5f9388f2318c7560313022364ffa3b3c5935a15e073c34d03e0b4d978b","yParity":"0x1","v":"0x1","hash":"0xf1cb2208afa3dfe6c893ed64b01d57852c350c9574a1683685371d3b1d2b2770"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x3d","gas":"0x46459","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x1613beb3b2c4f22ee086b2b38c1476a3ce7f78e8","value":"0x0","accessList":[],"input":"0x9623609d000000000000000000000000851356ae760d987e095750cceb3bc6014560891c000000000000000000000000cbeaf3bde82155f56486fb5a1072cb8baaf547cc00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000024c4d66de8000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000000000000000","r":"0x5234a3259abf6aba40cb869c60c6e9b319b5e3810a50707a3af33df6c169eb9a","s":"0x7797db47fa9e2b97d22c4e6e1c48092af724c80193865de4468cec92d788f026","yParity":"0x0","v":"0x0","hash":"0xf7986d6b0c6cf43228ae34d62b72ffb24588c9f936e5ab1959012711f117b314"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x2f7c71350a6483622010c4e33bae88c0a0fbd0637e9da81365c1745f45363ca7","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x413a0b6767aff261b0fe76a5807f904892a4f5fc88fa79504a424a84a97f63fa","transactionsRoot":"0x4f00ea4166cdda987f15f6fdacb56a72f5d85b16cf2a84a441c229b86bdeaeed","receiptsRoot":"0x62648778100f62f90da45f2ae691b5401b708533934cfa4ba69a9c0e307045a1","logsBloom":"0x00000000000000000000000000000000000000000000040000000000000000000000000000000400000000000000000000020000000100000000000000000000000000000000000000000000000000000000000000000000000000020000000800000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x25","gasLimit":"0x1c9c380","gasUsed":"0x18100","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xd07447","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x3e","gas":"0x213c8","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x610178da211fef7d417bc0e6fed39f05609ad788","value":"0x0","accessList":[],"input":"0x628806ef000000000000000000000000851356ae760d987e095750cceb3bc6014560891c","r":"0x8728cbdc051ac54f1c564a20f808c4871a3a5320a44d3cf5b08c13d32def1ee0","s":"0x6e91b6f4a8d1dafd66968c4c57c2f04724388f6be58df985e2a4bce153b8a9ff","yParity":"0x0","v":"0x0","hash":"0x13b2474b39ad143625930c13417573393cd180ad8ab75da572d9a4d2a5306812"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8adfc4ec44ddc24717fdeffc5df7d11a01d03c45cd3692dd91ecd3c3dbb34403","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xbc40c0c2fc2701341fa51335f00610e080a11042a80fcd6b7d6c0037b447db0d","transactionsRoot":"0x9153cf651064f7d6d318050bc15cf62a6566462ae72627ab12aee9c07016d119","receiptsRoot":"0x2efac235001bc10174f7c878c2d2142cf77c45aa268587d562b865f92f2a3450","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000100000200000000000000000040000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000001000000000000000000000000000000000000020000000000000000000000400000000000000000000","difficulty":"0x0","number":"0x26","gasLimit":"0x1c9c380","gasUsed":"0x4f738","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xb69193","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x3f","gas":"0x3d26c","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x610178da211fef7d417bc0e6fed39f05609ad788","value":"0x0","accessList":[],"input":"0x950d806e000000000000000000000000851356ae760d987e095750cceb3bc6014560891c00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc490000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318261f84e000000000000000000000000000000000000000000000000000000000","r":"0x946ab4ec5c42d4a3abde06b072cf9f5d9957ab23620a29bce3fded733e48eb87","s":"0x618d01aa9344d242eee74d2ee446cdd0aa24d096e3f5d3670a5dcf50fc33032e","yParity":"0x1","v":"0x1","hash":"0xedb2b6b518c560f53200e91801c4da0ad616a211c1473b7c23d55b05e9b7aeba"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x40","gas":"0x33fcd","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x610178da211fef7d417bc0e6fed39f05609ad788","value":"0x0","accessList":[],"input":"0x950d806e000000000000000000000000851356ae760d987e095750cceb3bc6014560891c00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc490000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186e3492b500000000000000000000000000000000000000000000000000000000","r":"0x6d213a50617f366a95b94bd06f86a182a58d60d2055584c01efceb9fbbe6d826","s":"0x7e1b460a7fdf88f458d6c5cb0c2268e48b40b9187535320fd6677baa2ed07214","yParity":"0x1","v":"0x1","hash":"0x9e0ba1786e6a9f825ce272a9e033ff549d5cf1d281045fe304557df01f720707"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc2d16d57954558289e0c7515ffaee276d3c45bb71fff223444910a4d37068f72","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc297e6ebca2339df4a485c66cce22daa91a01a341de26d807842fad9f3470f7d","transactionsRoot":"0xc67db4524f2d19db4e0d064d0ffb0e9861b18f129ea7b32eb31252a26b3623cc","receiptsRoot":"0xbaf8d2d1fedf62bb30761751b4f784bf6a3de81e11d3965d344ecd6cdbd24972","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000100000000000000000000000040000000000000000000000000000000000000000000000000000000000000008000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000004000000001000000000000000000000000000000000000020000000000000000000000400000000000000000000","difficulty":"0x0","number":"0x27","gasLimit":"0x1c9c380","gasUsed":"0x4f738","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xa03e21","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x41","gas":"0x3d26c","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x610178da211fef7d417bc0e6fed39f05609ad788","value":"0x0","accessList":[],"input":"0x950d806e000000000000000000000000851356ae760d987e095750cceb3bc6014560891c0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31850feea2000000000000000000000000000000000000000000000000000000000","r":"0x90e1b7337aae9d817d3bfa53e81ddbf3273782db063f8e3f9146ee5924f4cdd7","s":"0x6ca39f6442645479687c8d92802a7033608ef3bc33453a915679213465c413c7","yParity":"0x0","v":"0x0","hash":"0xb77b5e8ac3934a72a373254e19950ca40b21998b7b51df45eb073fc878351528"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x42","gas":"0x33fcd","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x610178da211fef7d417bc0e6fed39f05609ad788","value":"0x0","accessList":[],"input":"0x950d806e000000000000000000000000851356ae760d987e095750cceb3bc6014560891c0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318b66bd98900000000000000000000000000000000000000000000000000000000","r":"0x52dfd909bd1583ed7e2cd3afed22ace05a20d9ba046f8894ceaa53193054f941","s":"0x19112954e82b8ae25f520151abc60194b7985c9e0a5e287f2be4a2a4cff20d70","yParity":"0x0","v":"0x0","hash":"0xc738cc55bd3853398e344c74d5e57f86aed37ec67dbcfd05403efb211dfa41ed"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xcc26bd02e93b901eb2ce87571845be7740d597e6d7810fdd22ba58f8b96fe9ca","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe026f25f23d1bd3ae2a3b8c413deb9a75911fcbfa5bc599effc8b226cb81d425","transactionsRoot":"0x9f81378f7df70e29f39b54729e34c184a0af4e9f14d9518f8b1f04247a4d7054","receiptsRoot":"0xd4157b64541249b0a84ffab94bcd8e2799cdf5bc12b61fd7004ac1f4923a2ee2","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000100000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000001000000000000000000000000000000000000020000000000000000000000400000000000000000000","difficulty":"0x0","number":"0x28","gasLimit":"0x1c9c380","gasUsed":"0x29d02","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8ca59d","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x43","gas":"0x3d26c","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x610178da211fef7d417bc0e6fed39f05609ad788","value":"0x0","accessList":[],"input":"0x950d806e000000000000000000000000851356ae760d987e095750cceb3bc6014560891c000000000000000000000000851356ae760d987e095750cceb3bc6014560891c0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe69cb9a5fa00000000000000000000000000000000000000000000000000000000","r":"0xe9db1a6c0f9bce8313ba182a23816b76a4d7de1bcb264310efa73df33150f370","s":"0x3ffc27cd887ce2d24b1f63bd3a0f9d51846e6f1207dd72b395a664fef06e4a7b","yParity":"0x1","v":"0x1","hash":"0x429729721bfab877e8432129cf148abd7b6bfc2c5e239ee64102286f27ef18d2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x40b8d9d34629aae9081549c711d2694ce87e1e588ea50b61cb604a14a653e5fa","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x283855f7ea6f2e42f638b0b7758a0c1f3428a55dfe3b5ad6192355db44b18482","transactionsRoot":"0x2ac3f2b7ab4b5f2fb24f6ea70c5e89a1b11b2068df5910568691465afb568e94","receiptsRoot":"0xa15475e09e27842a4e45eb6d4ff255cd9362377ad5e80e521d3f684abc62247b","logsBloom":"0x00080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x29","gasLimit":"0x1c9c380","gasUsed":"0x14125","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x7b444d","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x44","gas":"0x1bb94","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","value":"0x0","accessList":[],"input":"0xd3d96ff4000000000000000000000000851356ae760d987e095750cceb3bc6014560891c00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49","r":"0x3d38dd899d453e49bad7959087cdad55cd47d3bd24972b4246b64ab877765665","s":"0x59f711819379c9a689dad6e3208b691bc4481e36dc64d1bfec62bae258e861e8","yParity":"0x1","v":"0x1","hash":"0x7ae78d1be150cf832b209e5cce693680abdfea44dc7c14bab7bb8978376d7c8e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x99ea84ff0ff1899771a81f2379222e4901e5f43d0cb1e4550aeb00b10726c631","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x44ad01b1a3b52783edfce078e025a0a0fb011ec83fca45bdbca0e7f27632520c","transactionsRoot":"0xea335783943bb6eed803d2536f19b41409b9ae08456b4150eedd130cc175cbe3","receiptsRoot":"0xba0c6e90811e2eceeeac71ab099ed58effa091b51700863ef842cfd6d5ac96a5","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x2a","gasLimit":"0x1c9c380","gasUsed":"0x15ef4","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x6bf162","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x45","gas":"0x1e4c0","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","value":"0x0","accessList":[],"input":"0x7f3c2c280000000000000000000000000000000000000000000000000000000000000040000000000000000000000000851356ae760d987e095750cceb3bc6014560891c00000000000000000000000000000000000000000000000000000000000000156d6f636b417673536572766963654d616e616765720000000000000000000000","r":"0xb356ec991825140b10d82f0408abab7af825acdbdd7f205bbf385dbf49ae826e","s":"0x55cda1e52a6615faa770759fb8672c8ec76f34005bb5f58471ca7382b3907d8f","yParity":"0x0","v":"0x0","hash":"0x96915460ee38b603e3c1bb80ba2295b16724e5d5115261e7eb4892bb0b617839"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x06c2b427e4eb76b0810e8ad05f1458f78cb85798804744633226ded11badb1d7","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa023f4bc01ede4431ef6add1017e5114ae1a41130b892ed093238326b5b537f1","transactionsRoot":"0x9075b591006b979049461441db825690e98d23f344f622679af61dec0fde9503","receiptsRoot":"0x09292868c8a92bd188243d656bf11e5b2bf095bcd789499207ceeb78f80ff403","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x2b","gasLimit":"0x1c9c380","gasUsed":"0x11c64","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x5e87e7","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x46","gas":"0x188d0","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","value":"0x0","accessList":[],"input":"0x7f3c2c28000000000000000000000000000000000000000000000000000000000000004000000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49000000000000000000000000000000000000000000000000000000000000001a6d6f636b4176735265676973747279436f6f7264696e61746f72000000000000","r":"0x89418b704b9a92f5945f9ba59a57ed05b75947b512f9d5de32b12e93e6f14273","s":"0xbf91fe026b151799acc2046270e7b87a9a70ebd27148e35304ab7e5110f2a33","yParity":"0x1","v":"0x1","hash":"0xe113bcac658af58e7d3412ed9ecfc49ce13c0422469120bd272289fad362a99c"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x0e897385700632ba934c82b7ac630344756b01f7337f4c051eaf9a0409d54a6c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x62daa83ec6feb6bb8c28effd6b1b63b887dfbe6b81016110a53cf23881838201","transactionsRoot":"0x6552ea810b894c572ffc830e794a5cea00682a7a48150b5d8ff461dfe3c8b739","receiptsRoot":"0xec457eb298fdace7b2556cf9ad84887a0b4035b0522cdf6b05c579ecb4159075","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x2c","gasLimit":"0x1c9c380","gasUsed":"0x11c88","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x52c599","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x47","gas":"0x18901","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","value":"0x0","accessList":[],"input":"0x7f3c2c2800000000000000000000000000000000000000000000000000000000000000400000000000000000000000009d4454b023096f34b160d6b654540c56a1f81688000000000000000000000000000000000000000000000000000000000000001d6d6f636b4176734f70657261746f725374617465526574726965766572000000","r":"0x351b891317855e763711ff46e9d4059c7f1117f4e75ad33c13893a6db87d1d65","s":"0x6c42c63f7ad034ec01d44c965818a6e5f9d8b4a2504643abb1004dd4934870d1","yParity":"0x0","v":"0x0","hash":"0x99f1aabd68522ad2f9220526fe00ad3dcd36caf1a87024a99a2105c5f6f4c550"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xca308ede829dff3a00f870f3121e12128d5caedf20e05d415101379909ff8eb9","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xcd9d9747d5129b9d1a6c211844ac84da752ec77f79c19724b5b1fa79ee65699a","transactionsRoot":"0x8739aee61d57ce7a73fdf1fa7e368f9284c17d62ebc95ae6cc943b44c8bd4825","receiptsRoot":"0x58acef76579d67ac685417da5b7aff7a7c194d0bffe109b322ba00497f821e89","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x2d","gasLimit":"0x1c9c380","gasUsed":"0x11bec","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x4879c3","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x48","gas":"0x18829","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","value":"0x0","accessList":[],"input":"0x7f3c2c280000000000000000000000000000000000000000000000000000000000000040000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c9000000000000000000000000000000000000000000000000000000000000001164656c65676174696f6e4d616e61676572000000000000000000000000000000","r":"0x2f9d78086252823cff52460f0c371a88dd71fad48ae199c07de4c080226eb80","s":"0x19ce5017ce0f36946b783dde74c170ae11466e02a3b77a6610d92a176d6b9283","yParity":"0x1","v":"0x1","hash":"0xcfd7c7aac40fe56e318cc7c25dad50c463b3cb91da017ec5a939306e757227ed"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb96ec7b3b2413dbac0a6d2b17d8a63f04931cb7251e65f08cce59d37a366691c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x15851aff37d66e7c3b503d4a311d93aa4de7e47f496ae72888720494098efe06","transactionsRoot":"0xba1e98e837d57991334e489a7a1ba2ec10834233ec62831fd7858b976fe21a95","receiptsRoot":"0x12903896ed0b3b7b2dca0672d03ff37fd15c4effedea354016175d070757dc61","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x2e","gasLimit":"0x1c9c380","gasUsed":"0x237e4","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x3f75c8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x49","gas":"0x1881a","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","value":"0x0","accessList":[],"input":"0x7f3c2c2800000000000000000000000000000000000000000000000000000000000000400000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f875707000000000000000000000000000000000000000000000000000000000000000f73747261746567794d616e616765720000000000000000000000000000000000","r":"0x270d5757289045483a7949ccf840fe1fce229ec4d20feac187f8f8a716db3013","s":"0x2d8680d4cd9f2c11bedfce8f582fae2e9309dd1d9dd28dedcc8729eb145d36a3","yParity":"0x1","v":"0x1","hash":"0x472a072b75afa293f5919d167e7fe8d7d29c44a22ac6fc1a11487bbfba41266b"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x4a","gas":"0x1884b","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","value":"0x0","accessList":[],"input":"0x7f3c2c2800000000000000000000000000000000000000000000000000000000000000400000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe6000000000000000000000000000000000000000000000000000000000000001272657761726473436f6f7264696e61746f720000000000000000000000000000","r":"0xc53bd346b94599fcb34196819c99e131502e2ae88161165a36744b64b4e30184","s":"0x36bb561d1cb248864e95907848da0bd1df98598903c8b80107e346b7f521e950","yParity":"0x0","v":"0x0","hash":"0x17820a95dad771622d751a5cc555053ae3d71091e4af5a8ba68f9723909963e9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x7fbdb7637523c5ad238fa6426a880de7e5ae15645aed2d730e14e076e94a78fc","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x125186430ab85639a6bb8a04ba995c5b3e0932952dabf7316870ce472a894da6","transactionsRoot":"0x29e7f4dd398000369296fcd21807d9ab64720aeaaa653a1a2b5df14f60fdddd8","receiptsRoot":"0x894663b2555924bea2192ffce0bf306250d26e89f0ed390324742a0fb6cfeb63","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x2f","gasLimit":"0x1c9c380","gasUsed":"0x11c1c","timestamp":"0x685d8cff","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x379abe","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x4b","gas":"0x1886c","maxFeePerGas":"0xb57876b","maxPriorityFeePerGas":"0x1","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","value":"0x0","accessList":[],"input":"0x7f3c2c280000000000000000000000000000000000000000000000000000000000000040000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad78800000000000000000000000000000000000000000000000000000000000000147065726d697373696f6e436f6e74726f6c6c6572000000000000000000000000","r":"0xfab09ef2e386ca40d29ce821686ab0f44370dd9ca3a0633f1786e4725b08f84d","s":"0x288043bea3701fc1bd90a90265bc2ea5dc7285777c992ae7a650a2c004d17f7b","yParity":"0x1","v":"0x1","hash":"0x01e2cb1440e613d93230e7208e3b0e7f0e424b5dd5366f8d6347cd272356181a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xdfa51554caed417fd068ab4133d29084a907e1d2dd799339c8fc06f3fc79e7e6","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x57f7447e67c0efdda716dc358be27da56ca5f76e9b876fc81e9696b5f72de78e","transactionsRoot":"0x0093a7ef81a1d426adb3f0b0b14e909d85425137ac843f0d1a53ce83c2fa13cb","receiptsRoot":"0xaae4255d0f2ddb6d6cc9d2dee849bccab63cf341b098aaffb90cef9d944bfe3f","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x30","gasLimit":"0x1c9c380","gasUsed":"0x8fceb","timestamp":"0x685d8d09","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x30b007","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x4c","gas":"0xbaf31","maxFeePerGas":"0x6f357d","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x60806040523461031357604080519081016001600160401b03811182821017610226576040908152600a82526926b7b1b5902a37b5b2b760b11b602083015280519081016001600160401b038111828210176102265760405260038152624d434b60e81b602082015281516001600160401b03811161022657600354600181811c91168015610309575b602082101461020857601f81116102a6575b50602092601f821160011461024557928192935f9261023a575b50508160011b915f199060031b1c1916176003555b80516001600160401b03811161022657600454600181811c9116801561021c575b602082101461020857601f81116101a5575b50602091601f8211600114610145579181925f9261013a575b50508160011b915f199060031b1c1916176004555b6040516108a690816103188239f35b015190505f80610116565b601f1982169260045f52805f20915f5b85811061018d57508360019510610175575b505050811b0160045561012b565b01515f1960f88460031b161c191690555f8080610167565b91926020600181928685015181550194019201610155565b60045f527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b601f830160051c810191602084106101fe575b601f0160051c01905b8181106101f357506100fd565b5f81556001016101e6565b90915081906101dd565b634e487b7160e01b5f52602260045260245ffd5b90607f16906100eb565b634e487b7160e01b5f52604160045260245ffd5b015190505f806100b5565b601f1982169360035f52805f20915f5b86811061028e5750836001959610610276575b505050811b016003556100ca565b01515f1960f88460031b161c191690555f8080610268565b91926020600181928685015181550194019201610255565b60035f527fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b601f830160051c810191602084106102ff575b601f0160051c01905b8181106102f4575061009b565b5f81556001016102e7565b90915081906102de565b90607f1690610089565b5f80fdfe6080806040526004361015610012575f80fd5b5f3560e01c90816306fdde03146104b057508063095ea7b31461048a57806318160ddd1461046d57806323b872dd14610440578063313ce5671461042557806339509351146103d757806340c10f191461031a57806370a08231146102e357806395d89b41146101c8578063a457c2d714610125578063a9059cbb146100f45763dd62ed3e146100a0575f80fd5b346100f05760403660031901126100f0576100b96105a9565b6100c16105bf565b6001600160a01b039182165f908152600160209081526040808320949093168252928352819020549051908152f35b5f80fd5b346100f05760403660031901126100f05761011a6101106105a9565b60243590336106fa565b602060405160018152f35b346100f05760403660031901126100f05761013e6105a9565b60243590335f52600160205260405f2060018060a01b0382165f5260205260405f2054918083106101755761011a920390336105f6565b60405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b6064820152608490fd5b346100f0575f3660031901126100f0576040515f6004548060011c906001811680156102d9575b6020831081146102c5578285529081156102a95750600114610254575b50819003601f01601f191681019067ffffffffffffffff8211818310176102405761023c8291826040528261057f565b0390f35b634e487b7160e01b5f52604160045260245ffd5b905060045f527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b5f905b8282106102935750602091508201018261020c565b600181602092548385880101520191019061027e565b90506020925060ff191682840152151560051b8201018261020c565b634e487b7160e01b5f52602260045260245ffd5b91607f16916101ef565b346100f05760203660031901126100f0576001600160a01b036103046105a9565b165f525f602052602060405f2054604051908152f35b346100f05760403660031901126100f0576103336105a9565b6001600160a01b03166024358115610392577fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6020826103765f946002546105d5565b60025584845283825260408420818154019055604051908152a3005b60405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f2061646472657373006044820152606490fd5b346100f05760403660031901126100f05761011a6103f36105a9565b335f52600160205260405f2060018060a01b0382165f5260205261041e60405f2060243590546105d5565b90336105f6565b346100f0575f3660031901126100f057602060405160128152f35b346100f05760603660031901126100f05761011a61045c6105a9565b6104646105bf565b604435916106fa565b346100f0575f3660031901126100f0576020600254604051908152f35b346100f05760403660031901126100f05761011a6104a66105a9565b60243590336105f6565b346100f0575f3660031901126100f0575f6003548060011c90600181168015610575575b6020831081146102c5578285529081156102a957506001146105205750819003601f01601f191681019067ffffffffffffffff8211818310176102405761023c8291826040528261057f565b905060035f527fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b5f905b82821061055f5750602091508201018261020c565b600181602092548385880101520191019061054a565b91607f16916104d4565b602060409281835280519182918282860152018484015e5f828201840152601f01601f1916010190565b600435906001600160a01b03821682036100f057565b602435906001600160a01b03821682036100f057565b919082018092116105e257565b634e487b7160e01b5f52601160045260245ffd5b6001600160a01b03169081156106a9576001600160a01b03169182156106595760207f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591835f526001825260405f20855f5282528060405f2055604051908152a3565b60405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608490fd5b60405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608490fd5b6001600160a01b031690811561081d576001600160a01b03169182156107cc57815f525f60205260405f205481811061077857817fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92602092855f525f84520360405f2055845f525f825260405f20818154019055604051908152a3565b60405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608490fd5b60405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608490fd5b60405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608490fdfea2646970667358221220052a0f245b6e6b4b30a01195e59fc4ff0a133ae6b239a5eb85e229cfe7fb3b9c64736f6c634300081b0033","r":"0xf532f82a3d9d6ff916fb850993dc90e6436751bfd7ca73b0ec3c819e4746b57c","s":"0x42ac1b12335197002bea22932a0224ec623d025757be809114f3d8b984c987d2","yParity":"0x1","v":"0x1","hash":"0x022a8161c7feac2a538f2785bde1f453d320189ac275ff19792ca7dc4dd23d94"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x029bcb74940e91b6341abdef448493f1318ed8a8478257ddf537e33a8b933e88","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x60c88b013c5b6f78183339a05f4bc10b8590a0f4001d7840d23da485ddde43f2","transactionsRoot":"0xc1a19d31f46121c0386bd67fad7c1b9ec9cbc7268b406bffa6b406a88abe998d","receiptsRoot":"0x48183cfdf47826a3465da547355407041f97c2d68c9f6fa9d550830ba41f695b","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000020000000000000100000800000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000020000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x31","gasLimit":"0x1c9c380","gasUsed":"0x10a47","timestamp":"0x685d8d09","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x2ad735","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x4d","gas":"0x16fcb","maxFeePerGas":"0x6f357d","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0x40c10f19000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000010f0cf064dd59200000","r":"0x68d421b44abe987bec471cb89ce5e5ae7076d106ec451c976be593bc5eaa9033","s":"0x1f5d6ca0951ee564b7f020b4c036918eed8e4044f32319b1aaa76d3e358f95cf","yParity":"0x0","v":"0x0","hash":"0x999ae599ad30651614df6abb2c01eb2cefd782408ebcdd0226a4e83695932237"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xbe2c7ca23210782ca1b45b7a81469c42b965033e7a9b7d317a84d095d8436c26","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7756ac448d168e04c3305045d6593c1380e2f333980fdb1bb88e917166ac757e","transactionsRoot":"0x4a549b99945cc7c1287db0a5f7bcb3c0d5e89099bbb2dce9440cc78158647d49","receiptsRoot":"0xb96bb85af1d40fd9dece7bcd0b54d80a1a27631a72510ac6741a9d3cead68b79","logsBloom":"0x00000000000000000000000040000000400000000000000000000000000000000000000000000000100000000000000000000000000100000000010000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000100000000000000800000000000000000000000040000000200000002000050000000000410000000000080000000000000800000000000000000000000000000000400000000000000000000000000000000000000040020400000200000000000040002000000002400000000000000000000000000000000000008000000000000000000000000000000008400000000400000","difficulty":"0x0","number":"0x32","gasLimit":"0x1c9c380","gasUsed":"0x9ebe4","timestamp":"0x685d8d09","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x25828a","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x4e","gas":"0xce5db","maxFeePerGas":"0x6f357d","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052610bb780380380610014816102c7565b92833981016060828203126102c35761002c82610300565b61003860208401610300565b604084015190936001600160401b0382116102c357019082601f830112156102c357815161006d61006882610314565b6102c7565b928184526020840194602083830101116102c357815f926020809301875e84010152803b15610268577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610261575b6101dd575b50505f516020610b975f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a18115610189576001600160a01b031916175f516020610b975f395f51905f52556040516107b390816103e48239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b5f80610250946101ed60606102c7565b94602786527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020870152660819985a5b195960ca1b60408701525190845af43d15610259573d9161024161006884610314565b9283523d5f602085013e61032f565b505f8080610107565b60609161032f565b505f610102565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b038111838210176102ec57604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b03821682036102c357565b6001600160401b0381116102ec57601f01601f191660200190565b919290156103915750815115610343575090565b3b1561034c5790565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b8251909150156103a45750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610300000000000000000000000009635f643e140090a9a8dcd712ed6285858cebef000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000064a6ab36f200000000000000000000000000000000000000000000003635c9adc5dea0000000000000000000000000000000000000000000000000003635c9adc5dea000000000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000000000000","r":"0x43e2a24b6d0cb1f2272d0012467d3f5592eb4232496aac5f072a030972d5798e","s":"0x22a3676acfa6f2906db7a0923721b4efc325b217cfd02030d9787970ab18fac","yParity":"0x0","v":"0x0","hash":"0x4d056de49a37aec3b85aea1d5b79f1bff94dc510f21a3225f3049c7c1f226437"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x358bcf96211b8ae1ea1eaa41c485a5181d44d36d9737009278d437e897fab55b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x41bb14ceea516f38b13f65e4708965468e7f169a7b7328bba25494da146dd137","transactionsRoot":"0x1e2887abe1b20bd06e56fd4a91873930a5d9f138f1b05cecb9407fa77852773f","receiptsRoot":"0xb504b44d4d4811e5407eec3934dbefc5bd8b6ce98ab0173227326914635f414c","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000240000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x33","gasLimit":"0x1c9c380","gasUsed":"0x130b8","timestamp":"0x685d8d09","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x210641","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x4f","gas":"0x1a4e3","maxFeePerGas":"0x6f357d","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0x5de08ff200000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000001000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","r":"0xdcecace8fe8a76f3bebc0086ff6273fe6b34d391641e7f7227fcbbbc02d7f524","s":"0x1d32b64700c874a4c8a596e916118549b5c451599273ebb087e803d66c4243e3","yParity":"0x0","v":"0x0","hash":"0x0aef32f70db892ff36ca449e6eecfcf9fba0f34d4f9dcb226ae41b6134b1dc32"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe21b459b7d43c3b079a7b453021902fc0ab8046db3abdce1ca2911aebca6fc9e","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf2809b88bfe6614532589b39fef1348625e58d59bd73e5ea5eba5efbdced5eea","transactionsRoot":"0x19b0a00a886c9773d7b5767cfa97c6b904b9cd6f4fbe93bde63332e8c4b9d5fc","receiptsRoot":"0x002243d65adef90bf1618ba9c73aea593562536b0a1858fe018507c0ca3e7125","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x34","gasLimit":"0x1c9c380","gasUsed":"0x11bf8","timestamp":"0x685d8d09","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1ceaf8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x50","gas":"0x1883a","maxFeePerGas":"0x6f357d","maxPriorityFeePerGas":"0x1","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","value":"0x0","accessList":[],"input":"0x7f3c2c280000000000000000000000000000000000000000000000000000000000000040000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000001165726332304d6f636b5374726174656779000000000000000000000000000000","r":"0x3e9cb716b0221589806938f30a06ebda698aeb76357e17726aa1a2708ce4536","s":"0x4547c340d90853239437817aabfb03ddd5aef4b3eb18d16f0bf16284f4cef775","yParity":"0x0","v":"0x0","hash":"0xb15508cfd9493abaf4c8c1bf86a109052dcb01dbc52eee74613e94fc4bd23930"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x32110395884d2d585a34cb955ff7803e693a68da4af3cb3bf11637d6d307c5e0","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4a4c62e116d577bc239f016ef97f7eae7c319ffb8b2d8c2584ac290ea723bf16","transactionsRoot":"0xa82be0ca7fcd91cca859ddb0cdd642de3dda11ad9c2a7333dea2dddfb784136a","receiptsRoot":"0x801ec140abbadb11f1677cd91eda15bf391766ad70388ca04df206ecb0db9aa9","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000008000000000000000000000000000000000000000000000000000000000000800000000040004000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x35","gasLimit":"0x1c9c380","gasUsed":"0x110c1","timestamp":"0x685d8d09","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x195216","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x51","gas":"0x18ee6","maxFeePerGas":"0x6f357d","maxPriorityFeePerGas":"0x1","to":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","value":"0x0","accessList":[],"input":"0xa9821821000000000000000000000000851356ae760d987e095750cceb3bc6014560891c0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000b6d65746164617461555249000000000000000000000000000000000000000000","r":"0x962bf9d082edf1597f925144393e6c36845a3f6861d87a18075cecb07f4ef107","s":"0x2438eeb99800de217cb9a0446fc6212e2a34e3ec165f68fd176bb7c8588029e4","yParity":"0x1","v":"0x1","hash":"0x67f7939de80290da4cf3203d186525ca826da1ecb76a7a04015a89628d00404d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x417f36b2b4fcfe16d398ab71bd2f2ab576d70ae14eb574cf2f94a06fc1dcfd9e","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x878f9bc331d0b4d5539a2e169d25b7bd2ecaad18f4db02535a6bd25a134b07e8","transactionsRoot":"0xde01ad26c27372379e624b02af8eb630eae6df0e7080c62ae3ebaf57839a4c93","receiptsRoot":"0x8f29cfe512eb130be5f400f89c2e5724a01e9cbb8d77187f90293cf889cb54fd","logsBloom":"0x000000000000010000100000000000000000000000000000400000000000000000000000040000000000000000000008000000000000000000000000000000004000800000000080000020000001002000000004000000000000000000000000000000000200000000c0004000000800000000400200000000000000000000000000000000000000000000000000002000000000000000000000000000000000002000000000200000000000408000000000000000000000000000000000000000002000080000000000900000001100040000000000000000000000000020000000008040000000000000000000000000000000000000000000100000008000","difficulty":"0x0","number":"0x36","gasLimit":"0x1c9c380","gasUsed":"0x7c260","timestamp":"0x685d8d09","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x162b99","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x52","gas":"0xab7ae","maxFeePerGas":"0x6f357d","maxPriorityFeePerGas":"0x1","to":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","value":"0x0","accessList":[],"input":"0x8281ab7500000000000000000000000000000000000000000000000000000000000027100000000000000000000000000000000000000000000000000000000000003a980000000000000000000000000000000000000000000000000000000000000064000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000001000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000","r":"0x63a520b7b9e7be27abc6d1fc87b948a97752c4bf330ec413d254d64d2baa1e6a","s":"0x75e0c2c02e19a42c16f6db2b131a839e891bd2c53a16cab4e640fc8594fa5b03","yParity":"0x1","v":"0x1","hash":"0x10632215786ae44c10ef6a99043d22860d9d21e509662c1502903dff4cf24b39"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8d7b49cb3b7f2da2458b8914ecf7f8be07bd52d6cd072fa54634b872fe4a9cce","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x042654b64cddbebe996dd13721db15c87d4b2e77899541f78c521b9117619a48","transactionsRoot":"0xaef179c3c7dab12f04f729e3ec507fb296b95b4901300f22a3c1261df863f877","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x37","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x137e33","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x53","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x502a5c752429f3a100abffff68eec2f40e1daed61f48aee2129307c4f787cb16","s":"0x78df21b98f1f6594e5f5a9045e8d598b13c8cf5e5ca76451db433857b6fce568","yParity":"0x1","v":"0x1","hash":"0x5517e9065bd9b24cf84c837586084c94ece23111c7d6c9785759d745e4e26dbd"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x35d5ceebf86783d0acdd3863a22f1e004460504418eb00f90822b8810ece877d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x35f9d21ddf86aa0d14b0c852dc4225b21c03287497dff4e8c4a4d1fba52c2f45","transactionsRoot":"0xec1ae22ec09bbbe99e1e90179c27a4f6fa840812e8607725ff2c3e9f5f474267","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x38","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x110f4d","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x54","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x70997970c51812dc3a010c7d01b50e0d17dc79c8","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x48eb3ca6c450eb0a930c5fb35caed8071bfbac1d31061a5a2b9bcc8f73a079f1","s":"0x6e3e66011c3a44544055ee97df19125e90da6d8b81cc58a9b95c0eeca97128d5","yParity":"0x0","v":"0x0","hash":"0x6410ec6ba5924a6c3800cc5840bb02a26144515ffe9eab99a72df4edd632b0a7"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe6a97f6664b0bbb87f0237abf5ec3c277e8e1c4785d18e9ab41f2c3ef9066268","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xfea314f0c322bb1168aa3c377294cfd010765d40bf4bcea9df86960b6bbf0ed8","transactionsRoot":"0x613eba3a951fdb08e15ad3fededc7227da091de9455850b039a9e5b20acffd17","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x39","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xeee28","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x55","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x3c44cdddb6a900fa2b585dd299e03d12fa4293bc","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xb89de9481c523edb7ec89f2a6643ea496aea384f4e815f6b2d136ced97c17de9","s":"0x400aa9ced68ba57e573ba0bfdd558f4f91ffd81945ecd5452cbda636d6d78fe9","yParity":"0x1","v":"0x1","hash":"0x589c71c4ba90986e02f1b824137db331794efb8755afe2cbdde1f43533e0233a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x79d41ddab81c6214ef8f746939b74299a04b202bd38e537a0452802d0dd830c9","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x61e0327a0ced5ac7557f2d7d11da63f73e7e2d1a3840a48626fdcd6b0c2242db","transactionsRoot":"0x331ce72ef40941f0ff8073bbc10961d07a2326a907881275bb05c8a42eca539a","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x3a","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xd110f","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x56","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x90f79bf6eb2c4f870365e785982e1f101e93b906","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x16920916fd3afebea233a0c88f2d122b400a019581e77b2645d081c1226d526b","s":"0x644ad51b9cee08f105945dbed01f701411eae8fb8b5d645c7228b3d79d26cde7","yParity":"0x0","v":"0x0","hash":"0x908928dedb24a53b695c8dd2981d2f4c82766d62dfe34fc74cae44f269afe571"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb0764fe329efb9325a853b3d78a510a24b72188f2c5b70b27c6b767bccc7162f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xcface4bf94ebfd80de7022d2f70176edd5709f75ec99a6bd5f9dc679200406aa","transactionsRoot":"0x8c04b254b4de49c2dc1b36023367b9571733e27b346e69321e59d81550b3a7ca","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x3b","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xb6f83","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x57","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x15d34aaf54267db7d7c367839aaf71a00a2c6a65","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xe51d891b6fe698cae0d487dfcdf0a051c4a75ae1d6c0c85afa1f9dad04c88595","s":"0x3738d1a7655f56699540a3dc418e4585792f96ced91fa150f832c7645878d265","yParity":"0x0","v":"0x0","hash":"0x18cab4a2a53718ab7d3ab5123fe127c2f0383dedc2b79de0884a4031eddfb19a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x269ca1bff842ef5a7daaf2c8e421c56193d9e6858cd0f04f029c3e585074f98a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc6b8ddd708dfea2928eb20f043808adef1dfc62544dddbfba458927d6e88958a","transactionsRoot":"0x3079d74a2eb8ec55a5a0d4ba807ae1641c17aa4b88a521135f55c87615cac186","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x3c","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xa0216","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x58","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xcb312ce59357cfc57d722df42831eb496c3a4dab6a117dec071efe3578fb00c5","s":"0x64663ffa697c3b36aba0c5ce84cee02a140a162247a3485685c1dbb3d5cddf0b","yParity":"0x1","v":"0x1","hash":"0x870912ed76b71e11903a76b284c288983c09b80dfec1a46f47d08edb3ea7cb48"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x34d3cc04d0af66a75e97bcf474612311ce412a838857c455e95929f33c274037","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3c40342babd464f89c584e80e718e3a6eb37199a368e2c67406605f37c29a04d","transactionsRoot":"0x22a6d766beb30f6f536bccb78bb33e38f7160d79cf02c693deb5433eb426b37c","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x3d","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8c247","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x59","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x976ea74026e726554db657fa54763abd0c3a0aa9","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x916e8ab72050d25a9bace8dcb6589361b1d66c3fdb38ce95f9734419d0861f3","s":"0x7f021c5804d766d1b581f264b4291ed212e666f4f02689dd74d099fde28fd605","yParity":"0x0","v":"0x0","hash":"0x6a5f435970153dbdc176711a4fbf60d5e88a1962018a1a95d054af7983e55f09"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4e679a7b7d6bde03dff057d2ce84bf18eba21b60c6821065dfbf8b4199f79de9","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xbdfadd129316c6b5c84cd5b8c6caf1cf78d65aaa87887e26eacb3cf0d038d67b","transactionsRoot":"0xa53825e96d425763aeb701565cd87fea6903d94960c1b21e191a3bfbdfa5bcb1","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x3e","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x7aa63","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x5a","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x14dc79964da2c08b23698b3d3cc7ca32193d9955","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xcc5acbd81f0a841c96fbe41d9fa4c824b44ecc088e6622f07973a2b6e2702444","s":"0x4578af6ed1b746a5bb293e0d78e722de0c89f2ac3d9492976f6e43f570a10821","yParity":"0x0","v":"0x0","hash":"0x28a3dd3f45b100dcdbfe7e18c6c722562221d74359050ea78f0b39875af0dd8d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xcc1db7f039568c33e7b44d2740d4f095b0dff436c7de9c7d300c0afae66a92eb","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x17914757f255601d70888923957eb114a27d7d72485be6076a6e86b18ef2ed83","transactionsRoot":"0x9c35b8ecea54071ab9c3535be94412313b78cbff5b2093c2684d781306867676","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x3f","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x6b56f","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x5b","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x23618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xa158dca7c7c9d8ec8a6ebe46c917a1a3108dad6c4c169fd51e13c1e7a5f24dee","s":"0x7dbaf1697f5556d9521111f9a3ff69f8489ad0920e493975311dfb05a7a2c6db","yParity":"0x0","v":"0x0","hash":"0x19ef30f97daa59edeaf388cdda2e9be0159933e7b84a1e50b9e15dba53221cee"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x097cada8060fb249454fcd571d549d632eb7897e8bb626695e70dddf44b97b5e","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x9b33a5131db3ecb5df807b5c909c754116213c5b68e844fb669c47fd73940a7a","transactionsRoot":"0x214bf4394a4aaa24ad5f3e24c706c2f494765c0f898828a192dfe8f715b2c198","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x40","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x5df0f","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x5c","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xa0ee7a142d267c1f36714e4a8f75612f20a79720","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x2b8db6bf376e6a4626f02140f2d3dd69fed45356429dec13672aa64e08f99eea","s":"0x497a2231d37aa216a2204dcbe88fa7bba8dac0241a4b4418732bc7541eca1393","yParity":"0x1","v":"0x1","hash":"0x4c08857da4805a3c6890c10e44eff74840b8a3204cc24d8227c2b761fc42a3ff"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5b7844d249598ae06e9171f54e4446151ab99f06d0fffd85a24a174421c6686f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf7c629c0fe43377f18079a495c0695a1313b65522e4971a09c8c30bd90433cc6","transactionsRoot":"0xa66a212cba40d343fdb7c7481f466e9ab462242a19578e4f15acc14ce60eb249","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x41","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x52371","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x5d","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xbcd4042de499d14e55001ccbb24a551f3b954096","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xcf372979c9a89aea972f3fe93af7cedeefce8a9c1234079cafcf04869b59cf1d","s":"0x3f2666041c335c8face14c367195514b6efda059d42da1d4d3128cad19f0d512","yParity":"0x1","v":"0x1","hash":"0x817e070dba719c036aa072c15e3246258d40a0f03eb71980525ccdf3e2c5ff2e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x46686d5d17d4ff4d975e1f9756c225ec10877e6a98f3cd7557f84266eb4f7420","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xceceb7a7d82d05280985d8b4e232de9f7b91222ce2c50fe322cfe44a7bbf4086","transactionsRoot":"0x615507acc543ab63aa792d1b8acfebb5a234b25a2d1adc9fc2cb04d2cd69f98a","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x42","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x47f3e","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x5e","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x71be63f3384f5fb98995898a86b02fb2426c5788","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xffeef0053ca8d6daefa1b82d3776bccc2fe5ccfb91d38dc1ad19fb0ec0804085","s":"0x3bed033fb9d016f040ecdad78e962973fa95a88f4ef385f82f68b821a5e15506","yParity":"0x1","v":"0x1","hash":"0x8b1b316a04ac7f67afc1bfa6d81a6ad4c4c728657e31f5cd57104e7f5f2c621a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5aa2765435a2dcfac1ec0b6a18b52d5ec75a1cb422c7c245eabd88b213ccb618","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4eb88a8dd0537cbc5083d115b1730af15308dd7025981a13e43b888aeee39f27","transactionsRoot":"0x1bfbf22e87dab8c2f976b7a8670f77064657f0b3b2fbe89e0429dab953824843","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x43","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x3ef8a","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x5f","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xfabb0ac9d68b0b445fb7357272ff202c5651694a","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xddd0024f8ca1f740870b0cb090d10b8fdc8528804db29b3966492428c3b30f8f","s":"0x19cd52c73e8817596a9ffc834c89f39fd3b22ab3a31d59960e49e20ffdcacc4c","yParity":"0x1","v":"0x1","hash":"0x24d37700674c7e78058d3693672639210c1181d81b71e80d3a335e49b8e47c63"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa309af53f7a22d65072305bfe2c47c28c937dd28a2c215dbe88e854c37ab5441","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x9e98ede4be52fa29ee7dea0f56e70e0e92f01644bd3d4458dc92a3fe2ac1c151","transactionsRoot":"0xb51ede01e6025b3380571151c1815a608d51193f58d6dd7eb2c2cc53ffdb1b5c","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x44","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x371c6","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x60","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x1cbd3b2770909d4e10f157cabc84c7264073c9ec","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xfef57e679ba06d269f8845c66d16cdeedda816e5ad072644e7909cd159eb0183","s":"0x42278db95852dd8a6b0eeb891818b1860396622224bfff371a109d2e0e168743","yParity":"0x1","v":"0x1","hash":"0xf9aaf6dc520512edf8f9906d1b44c67b3e2261a53ca0e1255a15dfad105cd919"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe047db906fa412da2b1e9c5d13baddf761e6616366a3be5f8fcb91243ab6df2c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x04792ac33aeb3182680870b0e5bfc38b23e9a464b9d8cff6073d05fec95a63a0","transactionsRoot":"0x926977e5d55aaaf55412406ba0830c869d3e46ff86f0cef7cb5e700b6e2224c4","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x45","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x303b5","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x61","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdf3e18d64bc6a983f673ab319ccae4f1a57c7097","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x3292eb7f33cacbd29aab5937a644df939900098108f0ecaaa91c7a55803133d9","s":"0x27b40b09f851e93662a27c06c58bf1446b4789b2c186431a7f65fd981068d749","yParity":"0x0","v":"0x0","hash":"0x28d0cfaba4be3df9146b739bb4aa1efb7baa26e05fc85f87e1e88831fb754e0c"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4bf5f8fe8040b139fd9b16cb334d0ccadd7cf91b578eb8a13725c1e3a021c7a4","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xedaaf72230fdfe948ce743e8cc012dde9f16e15fff5a61ebcaa2acaa693d250d","transactionsRoot":"0xa895adea76492a9e6c11a0e6cd9371e01be5fa75dce0d628aad811a9c966ab56","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x46","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x2a361","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x62","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xcd3b766ccdd6ae721141f452c550ca635964ce71","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x53f3984b6bbb63632c26a825af28e2d79826e42c2797cee633656aad72b996cd","s":"0x2e8c84dd3f892e98beb4d3c4e7ca5d67cc08e6b5ada7c8b247d93273fefda9c1","yParity":"0x1","v":"0x1","hash":"0x054802b24f38b16c21e0d816cfec12c575a19bc9d3589c8bdf7890845e23c7d7"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x7f8cade12275f778d4766bbc6fcd2276dff8f26acd879cfb722cbcca38fcd233","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa93c0bd4b5c378843f555b09b96a351f7d2cdea96f92ee1c0b7e944a4f8328a2","transactionsRoot":"0x67325689b3eaf42e3077bbd65737a73ab859870f7a7487cffe3e1a9d74354d06","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x47","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x24f14","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x63","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x2546bcd3c84621e976d8185a91a922ae77ecec30","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x905bb36e9bcd094b3c4f159f172bd443bfb2851deb95a27cbea661c5f0e9fe00","s":"0x2587680251d7f4c51bdb80155df25025130422a3d83c0fe3a915a22cc374a912","yParity":"0x0","v":"0x0","hash":"0x115ae647b561a50503de67dd951f968846dea79727ce159fcba7865272b77db2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x671b37dbd10a0f7ca68ae0ce8f2b80321c1e28ae2190d93fe8a44b557976c0ce","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x16eb6caf8378a398a663887cc93c59fc3fc6c9d255bffb036e762b8754814c4f","transactionsRoot":"0x12baa7f40fe031e889dbc73152593eda2fa88260d98f0dd28a41a4806e31a7d5","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x48","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x2054c","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x64","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xbda5747bfd65f08deb54cb465eb87d40e51b197e","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xae918c0f16701c9cc97a7b45ed45464e894574828b2f971c5d315a940c6001a2","s":"0x5f7b57bd11b44420b50569da3609036a3272c86e6a0b79739ad478730dd62884","yParity":"0x1","v":"0x1","hash":"0x8fd4d1c0eb269be8f6ec8e5e64cc500057793074369d38951c74491cf975dac8"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x0f0cef326b5412af39807c27fb7593456e8d1ba8d1f8ba4cf4f58feb013237d2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc2b96ce049de01ef023c987d32fbed51adfe954bd64a330776d4b38d47c7f706","transactionsRoot":"0xa8a251b1e9c3ad0e901585a9d7d13ea106a801569cfbdabe38911fe770569e50","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x49","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1c4ba","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x65","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdd2fd4581271e230360230f9337d5c0430bf44c0","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x496bdc67b2d810f1b90d2a95b1c3cff905a9e50cccc693a38969186f14bd9b4a","s":"0x55e97383682620fe4f08f997db907c2eb07cc07c106c0e02c8901fdca35f5286","yParity":"0x1","v":"0x1","hash":"0xc3a4b4ebd5cee0d87fae5e7bf62fb6b2fb00268fc4bf71b3d9d631fa38064a20"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xdf79208f96ed0fc2474848afaa121d14b14edca20b1f6219e76b696b324e2a6d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x491385725d123c1f665b1b7d09ffe86a98a7280e8dfff3e8d85924a5bc7132cc","transactionsRoot":"0xb2f5f7415ea729875d78a45f8d5b277ab83dae1784d76bd146dc3db7b5f9e347","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x4a","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x18c38","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x66","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8626f6940e2eb28930efb4cef49b2d1f2c9c1199","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xa34e84bca28c06138475163cb22e9d58b2b61a17814d75799bd384e26e5c477","s":"0x155643a8bd4cb5df38f4e10d5eca6e860278624392216d57cb73f4e7922bdef0","yParity":"0x1","v":"0x1","hash":"0xf843c281079ce1fe6eceb5f5cf2bd758e0079a972cd0de2f6d3a8e1ff99a7266"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xde429494e9db78058c526e8b5aa73593ff7531a1b370064cb294ff341442c747","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3de2e5fc0db88571d24f73bc2a1538429687258b88623c81f22cb018cb73afb1","transactionsRoot":"0xd0c26a0afb8a41ba560451f5b75009bdbc6d4e2c8e059cd06a75e4786e440e22","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x4b","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x15ac3","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x67","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x09db0a93b389bef724429898f539aeb7ac2dd55f","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xd22a1b0c2862a51a96b540452cb1de041ad690de1a3e8d9e20b56cafce4b01a4","s":"0x7cd0ab35c0aafca4c830b660c738f8e2ab71f6fdcb736c95e6531a5d55203b8d","yParity":"0x1","v":"0x1","hash":"0xb8a64becb2785558b6625d2a510a8c8a345fa1535e8f3580828cc94ff43329ac"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe2b803e6ae737317a6f616815299f30942c3298402e6b7a68336e62c364b3065","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x86c03a7c057b0e315c44a8c68751aa2d0d9cc5f9623a4a957c62219686b4ebd3","transactionsRoot":"0xe9b8dee1da6728b92d641c13d07a5b06d4d24cf20979cf488da08d5f23e32fd4","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x4c","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x12f7b","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x68","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x02484cb50aac86eae85610d6f4bf026f30f6627d","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xb3477f1907f74547fd565ce59b868a179285035d6f9ad0fb2de459af48da7c37","s":"0x3f451fbe4cf8eeab1118c07da4ad9e00cda97c2ccfd442f594238756f7518029","yParity":"0x0","v":"0x0","hash":"0x971fd44970af122696d8481b070db894872a796d5a58b2e4bb47c7d5341c255d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xab23f1cb7424adae1eca82c55d1f2c77415c3a70af6e79dc1d94eb0da689aca4","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x967b51fc555cd3ef086935a7e4561cefa1b117473719049a606652f9f30e7ee7","transactionsRoot":"0xd5e63fdc1a06feba4e966da567bd57b824f9452cb2ac59b1e1936e257e4edf8f","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x4d","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1099a","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x69","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x08135da0a343e492fa2d4282f2ae34c6c5cc1bbe","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x60cf37dba40990840f03627d3e489e8818ee4b152bd60d2e94e0a92769434ccd","s":"0x4d219ee8ac018c8db23ff1c501c73b22278117bc50108a23fca15f67369db44a","yParity":"0x0","v":"0x0","hash":"0x02b128521d1c04223effc29d35acfbac9d9f073ccf087026e17ea5709990c5fa"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x2ff828faba81034c5c7792264cf06a42cdee302e1164ea675efc0e5663ef958e","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc197385e4b3be74deaceb16757b0c6a138cbcc9d81eb6842e8a70af1dda2bf1e","transactionsRoot":"0x43a788e2cbdd769bde04b2bbe042f1f079b070d269362e338dddf9dc2518257b","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x4e","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xe873","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x6a","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xa064e75a22963200dede45eb672ebaf17aa91955c9f6b3b63ff4360682c28bc6","s":"0x5c021c83918789f4ef624010113488689383190ba9ad4731e9086a8923c62c15","yParity":"0x1","v":"0x1","hash":"0x27f65ed9b6765748909395927ada852929acceef2f582720b21e9e2a1ce8ca87"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xec4a1b5d85365c27388661b29599ed81dc2c3b5c68a6d2af72fb29a6e7568509","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x63475b7c2e94eec90e0bb259f9791c87115a6ab22297cb3dee2514ebb1087d00","transactionsRoot":"0x229bcc18782ea2f45263bc10026fb00cfe7c7a373b24e22df17aa88fb37910c3","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x4f","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xcb70","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x6b","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x61097ba76cd906d2ba4fd106e757f7eb455fc295","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x7aab4e10d49e8116c1fecbd0ce61cf156c10994dddac8a2f49f521bf71bbcaf0","s":"0x6376dc7dc1b38b1b2d11c624d82906fee8af9d0ea21bbe3b3d2e00c63f8e477b","yParity":"0x0","v":"0x0","hash":"0x40e46ab83cea4d54d5a8b1f8991c117b389b55aedfe67d81d851721828b40e0b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x29077fbe34a892176f514dff095292c20ac8ca7b2ca826a8a835853c3643ee52","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x81f1c1f2322b0a8b368443dc4dc3164be048cf6b361e0a1ac8367a23f98504c3","transactionsRoot":"0xd0d53a914dd1a0f3e87898188f0b456ca98cab10be3c28d8910ada8ab8a76718","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x50","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xb20c","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x6c","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdf37f81daad2b0327a0a50003740e1c935c70913","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xd3360876026a27c2d0e78f70d4a2cf0744dfcc8cb50a13d47a0ac64613d84e0b","s":"0x2a2958723ce6549a95ea76e9a9341b8311e27822a7b6eda6162bfd2515368df4","yParity":"0x0","v":"0x0","hash":"0x8021c0f1c676a4e21cca71be20072f7c25f3ba269ba58a5a5dc89ac93460663e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x554644f0063dae96e6f3f7b9b9c1acd5a4b3de2b65d2ee44b96ce302669b0afa","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7aae4c4dc5b09c18852b3244ea33862aee0bc5e6580c88873a0d0f95c09ca02b","transactionsRoot":"0x0d60e8a781e71f23eb8bcc1939f61578b25b138cb592802e89a51af8c2a9c67e","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x51","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x9bd3","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x6d","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x553bc17a05702530097c3677091c5bb47a3a7931","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xcfd7ce0cadeb2a80c8880eddd2120a3d63fa26637f39f00598ca6e680bcc39f9","s":"0x76dd45b27627da98c8a4eded6fc928c8774a138f6da759d42642a16d1dc8bca1","yParity":"0x1","v":"0x1","hash":"0xb596f9892afa40703c02e9d68f264548485c722060306aa9120206f39e604c4e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe65a42d54ecc95e189191bf63194c34a5a02348cad1e440acfbee04a4cad5945","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4b11ab6da4765d8670c7ca8165c48a3f4e21467af761f9366d7549ab498a9483","transactionsRoot":"0x07a9c006e1eb5809fa8913bf778491f127e9343e15fea42fdc16573cd12e0ccc","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x52","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8860","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x6e","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x87bdce72c06c21cd96219bd8521bdf1f42c78b5e","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xd226e79c851f2a33b49e23368c1f854fc14f7690f308abab8d3ee053bc73703d","s":"0x32151985bd7a2fddcebb96f3c5c6b437b9eb98ef83a210356ec23593bb53eee","yParity":"0x0","v":"0x0","hash":"0x0e0891eeb95e976601a73dd18390bd4ff9e4dd38d20eaa65892b2043ce71da86"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x764dbd1afb11a5b24a8077e2b20c7f466c3ba34dd00c443e726984a1342b2ab3","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x11addcdbb6097dad0163a9a8c5a4625d400ead8644719c6772ad4d97ca470d2a","transactionsRoot":"0xc70cf135459b88dea0aba723f48f77e45a31e5f6ea2a282352ecfa51179e2ed4","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x53","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x775b","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x6f","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x40fc963a729c542424cd800349a7e4ecc4896624","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x675f44148bf4fd635586717567991801c1bdb94df5baf96819af77e7b9dd2fc5","s":"0x6ff3ca37486e1a0c2747176d7ee4f9f3fd6ffab686b341f9d56fdee7472b9536","yParity":"0x1","v":"0x1","hash":"0x4df0b6c399caafd93900f05aefaf4335215630c4c4e567f124bd93010f0929d4"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb323fc71205510b6b9316ac30c8eb634e1e225373a0d61a5d0b37cb45e9fd02b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x9f142e0c3d88bdc8de8246b4f5c861cbe108639bc144a970aa4f8aa0099c6671","transactionsRoot":"0x8de2a73db2b6c101bef5b3eed98c5a2fa603582f781af82703dc58f567ffc6a3","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x54","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x6875","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x70","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x9dcce783b6464611f38631e6c851bf441907c710","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x9a8a584c8917dfcd42ba2cf0b35346c4cb0d4074a65fd740af505376455bdee8","s":"0x53f6116aa7f3ecb24f1e37df7782d3c770935b6195c197a5635723ff6e46ef89","yParity":"0x0","v":"0x0","hash":"0x404645b321c398d61b101a3663ffff381564be8c5b6cc1acc99333509b1f58d6"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x756a245dbe47930677b7c90dc99a090fe70db849a369d62940782ce5103ab3a2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x665348eb0a5055d8643e42cf69dee3f4b0572dca98279bf008ea31e5d8cdc76a","transactionsRoot":"0x18982154ec3730eb509f37db9b23fcd55681798a1091a663a1ee39a9c663b7c8","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x55","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x5b6c","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x71","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x1bcb8e569eedab4668e55145cfeaf190902d3cf2","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xa89d25bdda54308676dbfe9ac8071cc2e742953ccea5e99bb640d496eaff296c","s":"0x5b33bca7043bcf13f7591eed6333e122d816d0631256d089f50894c058597889","yParity":"0x1","v":"0x1","hash":"0xb9cd0bdaf6c56a1036c59589b75350aba2fd61dedf6085fe84cf1e33a991fd58"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x389158755cd056e43d9f8836b72bc5aa36f3d0c8c8bec55026c4f69d1fb3bb8f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x2e110e0fe115bd0faf9e704203f5c33bdce1de3c0c62886ced23fdbaa206c325","transactionsRoot":"0x4b707a691fbf3893c6d962055f6dbe9b487aced8eeb3b9ec3014c977ded48cc7","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x56","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x5003","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x72","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8263fce86b1b78f95ab4dae11907d8af88f841e7","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x59c96e73fd0f17ebce3ba24ae6a974c686af8e3eb7e79114bef6aa83a0530ea9","s":"0x60aecea3207caad43c67170d8c193ed309fd3845bc2cf493e4727211771735ef","yParity":"0x1","v":"0x1","hash":"0x070f2cd9b85a115889ec6791312fe34b44da30ba6ac8326850407b523345a5db"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4155f9e16bebcd81b7054804814e8124e24fcf2048247200722ee16b21d1a7f7","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x50f48478b2be4701246c4fd71ad096ff0fcf2db0edc700674052a2d8de5c1fd2","transactionsRoot":"0x0da5aecaffc97882cec1dce64d684084e8a6e36674bc2622efaa05ded80b79ef","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x57","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x4607","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x73","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xcf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xcb168e29b68d401a29d4ebc95663b8e2046ec35ea7e4448f161e0532842a9919","s":"0x5ceacb5dd6e6a1c6eb952fbe2ecd8e13af6be94754c5bdfdfa3028d87f0fded8","yParity":"0x1","v":"0x1","hash":"0xacfc58ce0f3e1724020286e0ff33359b1ce2c231dc19af186d827f054d4586e0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x36aa5bf0a822ac62f5aec1f7accb8f19c99fe0cfd32b820815ba5e9c261b1089","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x31dccdd4e88cc1776cfd3257a945abe4f54b73b4e6dbc36b504f77eae983e466","transactionsRoot":"0x5c5ba4b9a20e17dd0adf9a6f39a63e784161d4c3ebd356cccca7c96381ca62bd","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x58","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x3d4a","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x74","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x86c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x27eddbca729b63df0767b7d3226cf9d91d75785853927bd82f896a6764324ffd","s":"0x484009d7bea15e91a49b2da0ec1e1e6bba29cfda2b969f2d7f5c3c2130bf0606","yParity":"0x0","v":"0x0","hash":"0xdadae3d763f49eeb89f3251d124ff1a00b327a9c301317585bd73dcd967676af"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x9c38ae8746c42c794ef4d6d1ecf872d94bdf4ceb6112803824b9c5c1e18f1b30","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa661787808e9210ca6a1226258d7a083869ac09ad2cae41abba02660109834f7","transactionsRoot":"0xe297682335a03b5089bcfdc8661020723730a0b72c8351544e1a503c6621da10","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x59","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x35a4","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x75","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x1aac82773cb722166d7da0d5b0fa35b0307dd99d","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x64c5ec0f023666873a2d0ec06cb0caf089e0f79399e1c8bb935b2f33b1c3dc8f","s":"0x541da91f37e8d6e6ae4f674270135ebdafa076f729871b0a5178808602d6adfd","yParity":"0x0","v":"0x0","hash":"0x1c912f211cd6df6b437823edda5c8ae8a1e373e7def28ffc976bf7a44ab39172"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xaddacab97bcc15e88ff607b8e55e428c28f449dcdd3d71784655308835821574","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x02b4ebbf170e2804d9aac4cdf023589b36ba6ca70a060112578042c3ef99371a","transactionsRoot":"0x338227fd56d4859abd11837c401f0d47cb87bb67f4c1c9256c1962367f5298c9","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x5a","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x2ef2","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x76","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x2f4f06d218e426344cfe1a83d53dad806994d325","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xb1c4091b3367ef27d7bee8db237f15ec2f92deea37ba7898f8dc5c8b806ddd","s":"0x244f8b2b5e0c92155941fe41cac8984d5661abc6039b121c74e0509b6ca3839a","yParity":"0x0","v":"0x0","hash":"0x7c001343f4cd1d1555e2af8931e6f14962c71148ad7f00e45523e5e2733c4903"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x64db836b7699f55ba58627181ec5791fe14112ed37d0de4439b79419b7abb3d2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa20609b0ce7660988df3caa07d88272a68e68f853fe3e2c5cbee4757904add2b","transactionsRoot":"0x57d92ab2ee8c09f58aacb794ff8a8eca70494a1364e52749441922b00475c4a1","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x5b","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0e","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x2916","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x77","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x1003ff39d25f2ab16dbcc18ece05a9b6154f65f4","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xe428012257c098b97bb8965eceebd8816c58d3f829ed32ed5831b347c00e48bb","s":"0x603d941dc1e17fabd67ccb848198942d024195f1c0a8cddc5036369b0d7d2fe2","yParity":"0x0","v":"0x0","hash":"0x4dd471eae877c6df4d4e9150d6fff48ad7bbf76c30634272fcafb63383077eb9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd703342aaad4b180b2d057df3f932ae52f6e2a0b8138e57c113f66e0dffadbbb","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb7363cbed6a38ac3abe99603d64be0ac07d33c7bceab5953906887715a3da22b","transactionsRoot":"0x457d2ad63f35863185040548b8ca5e6fe3a67fa748b4153cfe8bb7071c5bb638","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x5c","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x23f6","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x78","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x9eaf5590f2c84912a08de97fa28d0529361deb9e","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x2fad46dc5aab5d1ec873edae4e40a91804437b4d86288bffe5a310bef5dd2adc","s":"0x6d07175c94fc166a526f83fad768bb87c15f56b454975a9b21ed3e6bba567d3f","yParity":"0x0","v":"0x0","hash":"0xaed706ec48018f05ab4f4bb618c7127f6f156afb2015f5877e78d0ff2c60c046"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf3e1f87afa4f4847f918f3703d69a53e441101aa2380e7728a0c1b636771bb67","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x9c4275a856e60597054af54562a4d23012a9f6ccd2149a966230ed22e79647da","transactionsRoot":"0xdc763e1a7e0bbd42171fc57a18d838943a4e35969884da46f3403e713d4bf98a","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x5d","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1f79","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x79","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x11e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x240f00952495c23cde50f2d02b46a8748153e9030bd383369704d7f0257c6049","s":"0x9f5851787ce0df840a2d56bf11f87798ac861fd2d8604a7d71a10399b7c1ebf","yParity":"0x1","v":"0x1","hash":"0x48fdcb4d377ff701db4b3d46f864c6ad5b220ad60a7d76fa8c1f1f60c111d126"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa93930efbbd138c65a62eeae2245b5bdb07cfd2ee6e19acb3596354951f5d8c1","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x61139bcfa8c19bbba6e41de97ddafac32b8a194050e125cece36bec14e54d6e3","transactionsRoot":"0xfcbad8cdab18cd194295c3ecb5c384939435e3d5da365311aa04817514e6d235","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x5e","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1b8c","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x7a","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x7d86687f980a56b832e9378952b738b614a99dc6","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x5b8e7de6ef5a4159ec60d82230cf8ce87b58c073e001b36e3b98d6b8870cd0cd","s":"0xe283cf84429bd1ab45ecf52216641384e6cbe32a75f54e02e42e54b10a78e48","yParity":"0x0","v":"0x0","hash":"0x28dc771334045c756f999b67809efafd2131db2e8af8a7ea06fb7f7161f45af7"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x733fdd4c9480641e5fac2f81532858bd412822fb64a14dc8d17de3ab36ef490a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x055632b2f41ffd617286a50fd34d261f0242b2942d9febbde0ce202c26c60d06","transactionsRoot":"0xe04be1f1227efe591b86878bd831bc043e34253f71817fa0b61cbc35fc652f40","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x5f","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x181c","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x7b","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x9ef6c02fb2ecc446146e05f1ff687a788a8bf76d","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x4b4f5486de3ec803285a20e47c95e9e2d6fcbca8f393287351c22c16a4a9003b","s":"0x7e39c84eeca5627465ebb7c541ca91e58f35f1be8a16d3ef65707ccceb0d8946","yParity":"0x1","v":"0x1","hash":"0x6014bccda5fbdbaeaaa0ea86c934dc206d20acc39235225b424eb3f5bcb47d95"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x66c7ddc7ef947558ad59e00b096ed655c1a8ce49c1a109f80521b36ff96ace34","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x24e00aac2275e693e3edfc7d699c968224c7153c18b2cc1920bb042dc9a193bc","transactionsRoot":"0x1598ca19433853ca4a11ff75c9fd1fe216b1d2c45a20dd151be453ddba4656bc","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x60","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x151a","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x7c","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x08a2de6f3528319123b25935c92888b16db8913e","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x6c6e441683c8bc22654039ce42073b8ac0fbc05cae8c136d2c67b77605003238","s":"0x71a23e2bb74b0412a79ed9e08ce6802dcd1db46beac6e8beea0fbfd83cdc433c","yParity":"0x0","v":"0x0","hash":"0xc611a5a4625a46a4a1c693c804a12b50d159fabb99555051ef7fbe08036c2ffb"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x7245b25a80b45b26f0c3c2a4346d2ff22eb3316a5e1bb3e7a44803c6de61cb74","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x6866899fb5bff400c0db2e0f7dfb09c9928807c6607378b56e5a7c249ab540c5","transactionsRoot":"0x502062b7107d5a25589f14db97806d0ac63bb2982ebe3136fef03971dd5dd8c2","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x61","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1278","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x7d","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xe141c82d99d85098e03e1a1cc1cde676556fdde0","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x69b7e6cf9eb76a92752a7b2e84d8f9e0905d563aba62133e274d05dd2d8d6c84","s":"0x12ba017ca4cab21f2ceb6f343c4a2d734b21200088b2f271a3ead0b9aa7ef717","yParity":"0x0","v":"0x0","hash":"0x6ede8c5bc9cfc4f5b9ba58819610f81193f5225f93ab5d0c0c0750340ac2cbe1"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x33510cdbb7c75da8903e3a4dcd9a8faa92b29de0b3b0346bdac84dfbbb7fa9ce","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x0d21112e5183e5774db579d58e3971c0dd7d98003ce7bb962b70a1d816062c55","transactionsRoot":"0x064e836edfaf14ecb9d673d807efac2aab04a523e6ab0b052f7235f632282876","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x62","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x102a","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x7e","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x4b23d303d9e3719d6cdf8d172ea030f80509ea15","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xdc06c04eb68acdb7e5460cfc037e66aaf43bb00a816f4314112222887b77650e","s":"0x2e6460908bbc40c7e8790cc7f852422bbc5d02e7bf953020fd0f66fc9258c836","yParity":"0x1","v":"0x1","hash":"0x8382d9714a597655676fba655747c00a13a14d137163d8cd16f17830e81c57a3"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe3c8e9fe04a632cda8f3e3ff7570edd51089d4c5c343856db5fd5c376723ca8d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc8c5793f7f6a896caefba13b9025c05191e4a7fd8791e3f134b07967dafd684b","transactionsRoot":"0x5db37ab76292c6d81e5741bc362108bad68fdf829b03fa09e1932eb393b80ad5","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x63","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xe26","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x7f","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xc004e69c5c04a223463ff32042dd36dabf63a25a","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x2a9b9b208b7fd156674d19763f678676a2bd94d8c1b1116d5d791b8cb1ff557a","s":"0x485f4645b70ec3e40b2a864065545d8d003e2ada799e99727e7edf808863e1a4","yParity":"0x1","v":"0x1","hash":"0x500daf7d5dac8d43ccb207663ca95498bba72123a8a12f39a847a2129cf149cd"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x284f00662a12434eb1694de30677960af95a72f8f2b7b73c83a98f13274ff81a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x32d3c29a03fd15252ff8d79121f71c8e0a4ae2da9b5d098e4ceff8f95d042283","transactionsRoot":"0xd1974c539815a31d6edc6214884a830d20c2c802b5cda3e730c04ee8d8274693","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x64","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xc62","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x80","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5eb15c0992734b5e77c888d713b4fc67b3d679a2","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x9e31d5129949fea30af99a864add6ffdee8b5414a3627246314a16f7737f9549","s":"0x2721a07e2de907e3b3a00327edfd5ba6b05033b60ae72055fe18b577385fb237","yParity":"0x0","v":"0x0","hash":"0x5061746ee9614a1dc097849d2f89d1092571483b878bfa884b7830ebbd9b65e1"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa344387fb463c0a583747122a6d9319cca628043307f1aea0e1cb17c6fa30afc","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x985c1678f2d7f2cec08d7eead6d5b3344f0773280e81301621fc7118a53f76cd","transactionsRoot":"0x3ba726c2311bfa8f584f934811e91a187b2ecb2319d3d68655b3851631c97a98","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x65","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xad7","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x81","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x7ebb637fd68c523613be51aad27c35c4db199b9c","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x8ba0e384bfc546fc8115a0da22e84a6d23a654cfc9bd9339bdd34f86ae0716eb","s":"0x351b5e5b314659adbcbc42276358a5de405b75bf24a10bd98f919a82fde9b9d2","yParity":"0x1","v":"0x1","hash":"0x5753ea1d187d910cb15e0462ffdc8d70c165fe9441131661f919de6070d5000b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc3271b9403a39a33636dc7c280a2068630932e696195e1203bdd53527d9cdc40","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x748e48fdb7b82b715216ba482dc8ff01f38c03e08b78654cce07ccf5ae36cd26","transactionsRoot":"0xcc54dbb94f3450f43aa56e7ecf510ab2d8979c3007a58e709de416023d793f52","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x66","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x97d","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x82","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x3c3e2e178c69d4bad964568415a0f0c84fd6320a","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x39ecfa47541ce194e130f124a03082ff72bb895b4979c3c9217e21fe2c2af79b","s":"0x8672360451e1dbc1cbb43519c2287285499f61c5f694c188e10daa180bef32c","yParity":"0x1","v":"0x1","hash":"0x8087f9a0415cee7c5b5c61bfbe20bcce47031fac9a51e995b20d2f3a2da914a9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb234d127ae0af95d12d88829d753c34ccb015ef46e78fde84422ff705c837cb8","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x0da842832dc5bab058926e3bdbbafe4cbef2188b3e96ee7fea674377548bcb1f","transactionsRoot":"0x0650cf066372c715d6501163cc4f11d58ac929d6b9bcf474598e3693c1bd8144","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x67","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x84e","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x83","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x35304262b9e87c00c430149f28dd154995d01207","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x5ca0af6af4fc1e90048e3dd41df5e3b98ff7b3646c275a9ce93db491f6e0e074","s":"0x4b36c563acc31fe0e18cf78bd3b0acdab371c7fbf56f5164c68b1a2499b3bad6","yParity":"0x0","v":"0x0","hash":"0xbcbe84aea9aa8d3edff7bd484d1fa173d271ab82f570eed49445c7378c0b9449"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb96a5bb5d492ceb350c22cb0cba8bac022fbbfef1d3829e7123c8811fbc83a63","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5f8a4c32ab33ed863759f936853edf0579a3fec76d156eae51ff61d7f241a2f3","transactionsRoot":"0x753f1555e01df4bce112ac99d97ae841f5ed0750aae26eea79136646a27d3bce","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x68","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x745","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x84","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xd4a1e660c916855229e1712090ccfd8a424a2e33","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x55a34f73c103d54d8964a83ba0374ad3b33abfb33cc66324e43aed5dafccf40c","s":"0x28b6ea1eb109c41ef4cd37c866deb98527f0adcf91cac36921c4494541cbae15","yParity":"0x0","v":"0x0","hash":"0x8f390c21470c74b63a72f99fd4a3d3510443202f3c9331b0e4987cdb5a14960b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x543a020cb5976ea9d66ef7d18c7e600b05b3c1874374caee2e23ddbe04ae6677","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xfba5eeade09d5d5cecaa12c314494a33d9a7fae482a7b46253785cc7756c7f67","transactionsRoot":"0x7f283d670b00fc7880e636d894e0717320af1b4f1f55335aea6504c190f6e413","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x69","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x65d","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x85","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xee7f6a930b29d7350498af97f0f9672eaecbeeff","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x390fb925293f5e0b94c784e9a0acc736659a6b4b6ace0c244b72511b4be1d9cc","s":"0x58157e46e8b62f9f49f457be8ea8eb816e55023703f9250ce2dc2440559a6f66","yParity":"0x0","v":"0x0","hash":"0x08ecc1156f17c002e5dedacbe342cf984dfa8798a583ad0127eb133606d2e47d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x3fb5fee2f697ad6eda8b25298f00b95e3cceefee931856eb2f534dbad506bbad","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x2f9aa484c5fe6c7fdf06527ff4125124c8d5a85532d30c3c65ccc2b8a1c954ce","transactionsRoot":"0x0ff0aae90f9927a3b7d8e0868ca7f014a28a676f0cafa2daf846dbe9a66ae57b","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x6a","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x592","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x86","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x145e2dc5c8238d1be628f87076a37d4a26a78544","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xe540ac3bba0f72c4653eeeb99ecad801b19cb6c51109f5aef36ecb51c15c8ae4","s":"0x558485a9d87abfc6b21b4bf7fdca74a9afa86e9e006a3b879af902b7607eb567","yParity":"0x0","v":"0x0","hash":"0xfa92b9dc842cc01801cb3eb00ee865a3590aec145e50033a8392cbac6707b759"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf49226c9d7a9e5e052f2b681533eb617d8b5a031a8803224d3dfbcfb02498a08","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x618fef3a878b306b12f544093acdb9d7c31ee4391f02974b82655e852f89cd18","transactionsRoot":"0xfd1d4184ce7055161834ee0f8a0ae7426be2a5d30ccca93dd923cc9f997c0b09","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x6b","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x4e0","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x87","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xd6a098ebcc5f8bd4e174d915c54486b077a34a51","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x44498e589b7cea317374fe930eac365c91ae80241e2b591eb24406a85b3d4388","s":"0x332cc80a4516da8dea86950aaee5816eb07de8a5650ee857c9779b7318a79c13","yParity":"0x1","v":"0x1","hash":"0xe420a9541729f59887428cfd11eb4d689d820c6aaa00746a70cbfde381baed59"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x636405196e71f5e34def85b4b995b91ef12562bbc670edae5e8d8f47aa3f6942","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xfee31db68bf9d5fe9f09e904ccbbb45d36a5c483ea605eb70045e0988ceaad95","transactionsRoot":"0xf7bc66e580875bec5ca0c10f1428d22987513ac95a5d84dc26f0561808056abc","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x6c","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x445","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x88","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x042a63149117602129b6922ecfe3111168c2c323","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x82f5bebefec0a677d305c82ea46aeeac693a5e1b916e6785a73c90ea9b87ec92","s":"0x661341fc622f466113c54acdd46ee8d97ab47933986736c4572ca60fdd973497","yParity":"0x1","v":"0x1","hash":"0xcf881b420bba16aa9b5dbca7be9d13a0fb56256c637345f3ccc43ab84af82296"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5f1c8c4c4c13c7234add1b036f6abf61acd5853c7422bbacdcc42075df693aef","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7bdc0a6b807e58f70d3244d292c2578fba6cfd677ee4707c21b4959ee81c8e18","transactionsRoot":"0x107808137c244a6aab22cc065da693fe759947db18e1f1c4b720f6686e0a08b4","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x6d","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x3bd","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x89","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xa0ec9ee47802ceb56eb58ce80f3e41630b771b04","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xba5cec58c97c7fd0fd738d774aa79550c1c304d0dfa812b2a4372b4e3488af86","s":"0xf38947f8d0e767c71f31cc7dca0113c623470e27279ec8a860c66b04b4cd106","yParity":"0x1","v":"0x1","hash":"0xe7e57d94d7b041ab14448b6a7aa4c7038f61100dc9740798df494b6b505be64d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe5692f97d3d221541f5086d1ba204d569ad351d0988ac24dffe918dcae82ad5e","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x9b237fbfd48eed65464ff719fd0f620020e9717feb0220226f9ba11ee8d790ef","transactionsRoot":"0x345f88ab30d99a320c6111e4e83d4eec01841a010833342f648f2ef2c215de88","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x6e","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x346","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x8a","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xe8b1ff302a740fd2c6e76b620d45508daec2ddff","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x9ce63a98e261d8d2951375940bb210ba6a6658f3a861a0f3dd9fbeb69cbf9203","s":"0x7e6c0696df11be59aa70e535ad9387b607cfb3cdd0a9ece784911518d335d491","yParity":"0x1","v":"0x1","hash":"0x05dd02a43ccdb05a617c5c8036f3d550f2547728935c3fb6e6ed3799f4e3a2a2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x865d42257416f5dbc321f8fcf6ed75e2004468e0d0a06ee95d654e264ab57ce6","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x9944098af95f4a75022b6efd7cd38d0138ee082319ac73d51c9a7244da8cc696","transactionsRoot":"0xf232e99609b26338530f929964ea7069dca7949795684fbb888d889c6c344fd8","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x6f","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x2de","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x8b","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xab707cb80e7de7c75d815b1a653433f3eec44c74","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x4c81b755aa08f540f5a0dfcb4c30f0cf438e6d805a75718adefdb9c28ffe2adb","s":"0x48f6b54657775ab86322ed3c9b665f7d476901924bff8e888e8a5ebb30fc9d0c","yParity":"0x1","v":"0x1","hash":"0x4f72706d970041dcf590416ba40bc3805dffb325979b3c4cb821836991431d3f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x65ae834ec796058e73332a114df7553ba8bd3b4651f1cb7c5aee239c41457f02","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x00c39a09749ae5cf91a2efc403324df322cf8c86d2f1eab5edff696be069ed61","transactionsRoot":"0x2c08aa059e6c74e38f046ce6bf6eb430fd322721ce662d6fe368f4e80258c1d2","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x70","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x283","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x8c","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x0d803cdeee5990f22c2a8df10a695d2312da26cc","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x87a16b39a79984213fb4d0a5a1688a296b0db1aa87fdca350f23b3feaab26e05","s":"0x6b8229610937b6bbac12c9e72df21e80c8d753934e83d7444f09b71df64b2946","yParity":"0x0","v":"0x0","hash":"0x66f9162d2c2bdf110ca8b0be04987fe80d00e4c934f6d15a363063dfd8127739"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x50d8f3f9d43963dda1932c27272c5715492b760870f639443c863916a3cdf769","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd3c2a9456adb174d2c7dfb1fe0a45971305ac55cc69ba1f5c487a803ee3b8f46","transactionsRoot":"0xa1c564bf172b339b2b296187efd7ff70d560fed9e52ad85558ce2b994ba3bbf1","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x71","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x233","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x8d","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x1c87bb9234aec6adc580eae6c8b59558a4502220","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xaf08a5a5429bed3ffc8e6471884a1cd44a651cb27a581cfc10517ffce29f5c33","s":"0x240d0d3def2251e26846df3debfa03d99a2d1c189105f581c8d16bd06ff40fa1","yParity":"0x1","v":"0x1","hash":"0xc2314572f697ebd01331232bd30791e99899da4e2d37dd6c890677fc5fc0bfc0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x86dd8d594a218d70ac9ab3fe32c631decbbf77b9a8d8578d19fd001fdd5a5e9d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf76550f9e14c727c2d478f2d9dacdb7b8b5d7288f72daa101f5813593fc139e8","transactionsRoot":"0xb081b4ef1108069fab0dce5a7562bf3ccfa29227f59daa0e0c08c506c77e8519","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x72","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1ed","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x8e","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x4779d18931b35540f84b0cd0e9633855b84df7b8","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x68ad4e826e35fb95873a958e91965927090ed3eb76b795b5af7918bbfa426634","s":"0x4535def3a42dd743117e4c95a5b626c5cf12c9812b1c8657aeb75547e8693c88","yParity":"0x0","v":"0x0","hash":"0x661c1e49c183d96f5d67f40e8319c17a384787fafef48a278e441eac89b9fc65"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x65d7463cb0bbd345cc0ed73faa22e24ef1f67e258d5981a72d2ca2e781b81593","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb520be8e45849b849373638ae37ba055bb1bb7bf2ef34ac0d270cb011a9f75b1","transactionsRoot":"0x5081d9adbbfa399ed3630cbc29d77feb10f7e7677f468331346b8689ead1bdd4","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x73","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1b0","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x8f","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xc0543b0b980d8c834cbdf023b2d2a75b5f9d1909","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xd2309bcd468101ebd6bf6e7884c0b86a5500d1ddf38ba28b538878711600f52d","s":"0x7e7066bb244fc29866d828562395acf2e92b180866c05971b76e8a06687c59f0","yParity":"0x1","v":"0x1","hash":"0x340a516e8824073ec7e93fa149d6bd5cbf926ac400fa5d36e8d46bf63ee560b9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x68b71bf5894d897f4a74507743959314649a62b2d12555c8e304eb02d397b21a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb08c7af02536ffe757c9fcf75168aee9d66e1b25d206b55e09773f15c8e5c728","transactionsRoot":"0x6905aee23b646a7eb07715d60d8a1c4a3c8100463a6787d805ba109390807923","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x74","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x17b","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x90","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x73b3074ac649a8dc31c2c90a124469456301a30f","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x38d82978ba5fcf7973dffe27cbbde875ad8c3e7ce30ad6d2b96285ab84d81056","s":"0x3fc6ab5762eac21ce742f2584c166d1c4dcbe15e756f8c48454fed7a0c227ae1","yParity":"0x1","v":"0x1","hash":"0xbdd643afba8cb8d0b3805fdf0a5fd0ed46cbd00df88d3d4db9f2b507f4aa4aad"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x763019741b9cb69e0f766b59c6aef45da5cf81440ddec560c80113b756c8e223","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa70817db704a9777dad7efe3baea125b227ad8858c3e8f6f166341db0b56a32c","transactionsRoot":"0xc04354f77fd98c82dd3fdbbd8ba42d9b39b38cdef96868c148239153cf133174","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x75","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x14c","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x91","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x265188114eb5d5536bc8654d8e9710fe72c28c4d","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xc8a2b49a4934752ae49df8219fc2fe45ff3dae4dce7530cdeb03946bc5ebf43b","s":"0x5a8b4aa67b537002111588e252de4b718319dacd24303c511b95beb5a8736fd3","yParity":"0x1","v":"0x1","hash":"0x71b797459e52bac3237b5406fb5f0f2cf11b2a3824a351b73537aa67b7b3b3e7"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xfb0c0377405bbf6b2a877305ccc230dfe29b22151a0a63853caf3595e110a76f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc13c3a2f6cec4d1819bf793bab0da4931b53ed45c2ac34ff73063674e6765f4a","transactionsRoot":"0xd6069b95e8e209fb769b22cce237e46d417e9b1b9e15c5a82cb48d781c59ac00","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x76","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x123","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x92","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x2086d5ba5ed169c4f035a92a645e48d3a2c397726206caf14b6b5a79e4dd4faf","s":"0x1e4cc27f433f8a4a0d08c19a2380f3ef6565f5e126ba1ee6c1c909cbf76d4994","yParity":"0x1","v":"0x1","hash":"0x14fb3df29dc669e646d3b0dcad462c8936ffa05d8b663cd9c4491ac619fffc06"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb82298d16fe5dc69b8aa9ce90a55a43dc4fd972b0bf540c68b59f73d0ed1d8bb","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7870c4597e5906c1529d46598cdf4c7975bd309582c69bb72b3e5fb873b21435","transactionsRoot":"0xe9d0d435fade997c7bf5a8ec266e939819f6eb4b984df21911e342c833baac7d","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x77","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xff","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x93","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x64492e25c30031edad55e57cea599cdb1f06dad1","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xf0cbbeb48b9eb224774523971030753005dc4b5d748104f6843b282c6e37b012","s":"0x3a081df536d554ae154faadd4da5e8d30d9639a286fd0131fb820de2ac56b544","yParity":"0x0","v":"0x0","hash":"0x02e7d39db81343d37f320fe300b7eec41fc439f486d7c94f16fc8d914aaf63a8"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6f0ce1d5c139f75ad149de847508b7c781784e8d65961087928ff354b2abb5bf","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xebbfd28f2f46775aecf40f952931fed96eb89a447e380aa80003cb76391f6383","transactionsRoot":"0xaa2850804221dee0669e2961e45f72d818ca75feedc39e0e18bb2b4bbd6ea02a","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x78","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xe0","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x94","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x262595fa2a3a86adacde208589614d483e3ef1c0","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xed12f707cac41adaf631199efe7734768a572b79ebc1d56d2d8745b83f652af9","s":"0x5eae8b2ec6fd51af10c07de7fec552d83a2c46ecb6adf0c7bfdfde4e0579eded","yParity":"0x0","v":"0x0","hash":"0x4e493241c327887054c892c28417c44e043a86e8cb1833607241d3e196afc81e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd498edbfc68715aae84e2ed7141fcc3e71117dcb9f9246299aa74511100f5b98","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x14fdbdaff5f14c22c1209e2a256692d0adf41feabbbc3e26af322e810e8d68a6","transactionsRoot":"0x8072e1ffb5d593db9edc3683e171e4964f3235139ee6a214c35d047c6c549036","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x79","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xc5","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x95","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdfd99099fa13541a64aee9aad61c0dbf3d32d492","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xe3f53b84600ab8b3b20061a1202f970b637c038cf445620d7b9e3dfdcaff0d39","s":"0x7b0c35eb01b82a1e0cdf54804b229e8a657f6932ceb01d51be9de968be2f7fc6","yParity":"0x0","v":"0x0","hash":"0x8a5c7c07481502cbde11e5deec0391d345f718f24f7b7009cadbc9ad0b5420d0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x09902ff80df37c7bbbd5e1b8722a48d82e5627d9fee28de568d8087be4f967b3","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x22d8dc17d3925e87ae45fb6132988fb85feefc3e68ceaee1c9c5449907187091","transactionsRoot":"0xe3edb7c18817556d1fe25533524d346edd2da81e9ee694c3b4ec9979602be84d","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x7a","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xad","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x96","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x63c3686ef31c03a641e2ea8993a91ea351e5891a","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x909565d620e8549b743b083792097e97855046680319152cb8de0e555aa212a","s":"0x500275c1b6296de96a17085ec620aa3eb88c6da9ea93d1ce87b1e1d2349abf7a","yParity":"0x1","v":"0x1","hash":"0x7fcd80c4c608780070d42dbfb799f3bbdaf19707572e202b1855b69428c851c7"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa7ba9bf5c34b54e78e20e3f1431eea062f0952477b5dfb6e798908ee0e4543d0","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xccb7907dd57c62643a12f46c9e726861b3db02a4c9f1b893c25a19ad1b723148","transactionsRoot":"0x21227ec6372b54d78f6c11fc3ee0c2b6a45b0a0a4ab4c3a208ed81abcfafc28e","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x7b","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x98","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x97","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x9394cb5f737bd3acea7dce90ca48dbd42801ee5d","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x5b4df56f9cb507b824190bfede775ad179cf76c84607709a7eee877b858ac882","s":"0x5792c15957dac270264117da464b0a4f1897aedf94ad4b643209728815600e89","yParity":"0x0","v":"0x0","hash":"0x4e0e6555fa80346670949433adb2481c5be568f91699ac292142cf3b93efbe48"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x58b5f9270909bf5520b0384a8a130c4e9005031e8e3aaaaf09287bb3a37010b0","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x05cbca977e88a301c99f85a644f94087ebc3563d352f041c2057a553f9598dd7","transactionsRoot":"0x35742f2083616a8d022a682dc84300c60ca65cc071838de61b00fb4e4ec74e1c","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x7c","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x86","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x98","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x550432e927015f8d6a04c59cbfed3ba8f86db0f3c127ccd0679f11884f55a54f","s":"0xd830266ae940ae0ea39564cb24c06a06053ce51d879a2dc33b8c6b25984f3d0","yParity":"0x1","v":"0x1","hash":"0x9d6ceabb0da073415dd9b6bb1ca746ee606b0c8368c3fa57afb161a04db0ba25"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x26bcfbb88a041da22d29e0103d6723099f5efcfc938c6af837de6667743215f6","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7fe94bec96c2add35b7e84bb1222c33229de9408e58729a72b7b3912bfd09d6e","transactionsRoot":"0xfcd08a074d9541a2b5d6ecc0a64ba2d657208f8743ddab6bccbe813df228398c","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x7d","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x76","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x99","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xf23e054d8b4d0becfa22deef5632f27f781f8bf5","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x739768194d791afa7a18208f46d8aef7a3477d64d91d03f7d179910064680482","s":"0x3ae2084638f0c0594c130ec1bfe3d544ede35597e3671dff5af148d640510e88","yParity":"0x1","v":"0x1","hash":"0x4011999a2e2f0bd84a16fb92bb99804fb03e135d09f8c58665d6f4afb1693a3a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x30cb13d4db7c329214b66ee55d78ea5e3697a5a1f82dfdd162fc0c8374e37d3d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x158fc8b4f8589c6dbfa3e1970d6c78f5fe3e5b18642f27b51a0a8c8ddf69b16d","transactionsRoot":"0x22f19ee47a1aba8749729c58819a460ab6ed9ccde3b181d178a882cc58310b68","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x7e","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x68","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x9a","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x6d69f301d1da5c7818b5e61eecc745b30179c68b","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xb3ce699a53a25388c0d9618ab8a08bbeeed447799c664f8a1e2cf8e07f828da4","s":"0x7a0f65aa175223938e44a7340b2fd2d8ca5dde0afa2f471b6bcf88de2cea73d2","yParity":"0x0","v":"0x0","hash":"0xa2d5fef9468f8cd30a0cec75559adb26d7be20c137703ffaa3a27ad576805bfa"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x3e62cad26475eb6121676230ba502cb5ce471c794ed141960073c5e02bea060b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x94f54fccc78d191170410b55b5c141c813cab552c9ef10e70fcc9d4fa3039b36","transactionsRoot":"0xaa3ecd067b0c3ad77fe09da9135566e21e577bbb09c367b4eedb6bb23e91f7d7","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x7f","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x5c","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x9b","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xf0ce7bab13c99ba0565f426508a7cd8f4c247e5a","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x30fbfb163862536f6f5263bdd8571f78c41bed9241496ba856900e111ae9997","s":"0x16029b2e66df072c67ddbbb0f71ee498a5a27d28dc02a99fd37e76bba131899e","yParity":"0x0","v":"0x0","hash":"0xa751c5f0366e77f69e21256d711827fdb5148545fdcc41c011910a8e9e1ad808"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb3035f4236610c1c207d6ffc5b1cfbce35db791b1c27645bfea85f3861b46069","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x95766de70fd0ebec620dbbf57dc4ac5c9135c1cc179ac66491d4315bff7b0e09","transactionsRoot":"0xb5ec0ae6bb17089dce3833837f18c234f1d724f37bf86a82fd64c8328c3c3594","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x80","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x51","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x9c","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x011bd5423c5f77b5a0789e27f922535fd76b688f","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xa17bcf1ebc1d9824b7ffbb40a35c5fc73d35f05fb70bc49d222b7dc65189392a","s":"0x333ec779582fcca9190c0273e42baeec7983cc320acc58ade1420465ad5952a7","yParity":"0x0","v":"0x0","hash":"0xfbed5df036e2df1c867a5c0d719066a6993b4b486f67645eaf662c4d9c5bacae"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x46fd7272d922af44feaecaaeb7f21b03fedc3bfaad7d6d3175089c6f0e2f6f49","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x32d465580efe4ab2776372adfe8a7f93db9015d2b8d74127702499278a7cfb82","transactionsRoot":"0xad0c9455b0edc7a667e48bc82521873797955628843ac53fc24df5ffdca6bc93","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x81","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x47","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x9d","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xd9065f27e9b706e5f7628e067cc00b288dddbf19","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xf0e06c0a593ca18d87aa8ea5dd41fe3aa2f54fec4ad53d9dd537153f282e39c7","s":"0x4eda9ccfa7561947bb225fa6c2126242f153104f3a06a026f11cb3755cc1f4f8","yParity":"0x1","v":"0x1","hash":"0xf0d8b94937d980f264d55bf56d8a065f55c204f31c196c053b4245c52470aece"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd9f892cc8a529412486fe90ee3386a4899a77f2f8c635d319f25d67720517b42","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf727614132845e94d93283e1988525125d6101205075a9b1144a4d90567adfef","transactionsRoot":"0x739bb9176745435483622182edd01637404deb5070c1adf81ee1b5bedeb379d6","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x82","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x3f","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x9e","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x54ccceb38251c29b628ef8b00b3cab97e7cac7d5","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x6a9c3ad64ef9a6b19d45d593b431300f60396759da0a2197efb1a739aea3be05","s":"0x55e76da1a869e07ca033d2d80cb7133af99a56ff1224d8cd0fb883f044787aa9","yParity":"0x0","v":"0x0","hash":"0x6e690914c8b26093eec05f6ee247911e136778363d304e21db899633d9b811e5"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xeb03a0b923f0130634d36a2bc98c3b6f0f7a15bfddf5af796f8d3cee489255b2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x0294a6dee380bfef5a53668bfc18ddfd2d112ad12a3f0b9a752d2c8637ca0510","transactionsRoot":"0x45801e161e8b24d4bd1edcf8e0a1ad975915286a0b21b5430f3a003a16d0bb0b","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x83","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x38","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x9f","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xa1196426b41627ae75ea7f7409e074be97367da2","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xab017ebeac8e88d5819e43a416adb344d951f7aeedc49443a91a1a3fa1d106db","s":"0x5daa3b448fe970c8d8260dbca76701b7d8411f0c6a04ee79eab789443c5606de","yParity":"0x1","v":"0x1","hash":"0x8fc47f1551fa2c277d105074dafd91e3645c519b7918d092abfae39c3ec533cd"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc1e18b1af8139a2ba2cfd453965e7939312a497da79d234e90a6d1e499d47e77","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x936a52d854c235b4b0d82b5220c6169bfe6589d9585b4f4bb7cb1e0ae8ed0d0c","transactionsRoot":"0xda39f904d56f67fb9e09013f9a9db3c4083bdfc02e5c2abb32e435ad0985e53b","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x84","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x32","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xa0","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xe74cef90b6cf1a77fefad731713e6f53e575c183","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x59b6742fc9c1e90370a395755d06eddc9fede32e4b1a8a44ad8d3318b17331ac","s":"0x21dedc8bf978157d22faaa6b995be80991bf613b0f9a9b56d6f740c5426f3134","yParity":"0x0","v":"0x0","hash":"0x923dd645a53580a208aa1020d3fefa53ea6084890eff221ffd9b0f9746075d2a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe1568e9f26c0ad57f0de9e8f09291d1bcc53379ff4346e1fd675d295224bf86d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x11b9a8cf7524a6f85d05e3def998c625589a4468478d0b886042d552952eed13","transactionsRoot":"0x0931f78f82fcd2a858cfe2a45d53c5d136014108158be6d6afb11aa53ad3df89","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x85","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x2c","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xa1","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x7df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xbfd3e83c857f705b9deef7d9a072099aff3e9e68170f66f4aaad242ef8a35305","s":"0x6c2a4104540dc2ec1205efd620573762e9be0b916b6a8d5e334ed2a5a9d14986","yParity":"0x1","v":"0x1","hash":"0xc10dd5dfd4b453ac48549aa02e21433b2359957358a5ab52804b265c024459d5"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x34648b56bfac706b01afdc7eb1d68c3dc17a222e483b251918f49a0b60aa59eb","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7a3a9a1435bcfb47ab352c7afbd40e5068c7a00135788bf27c1f859ad97b893f","transactionsRoot":"0xda6afa0719c60d39254d4d711ebeb06b4e9ff1008f4d73fd81392647b1538e88","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x86","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x27","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xa2","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x9e126c57330fa71556628e0aabd6b6b6783d99fa","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xf59a7e1f56b896753f2e05cc4386eb8c303ef2e00bf815d5e61f9959c067c6c2","s":"0x1a67da583a2b3bcdc08efdbd79004f1cba7c92d75f9eb57b064145be47af4c86","yParity":"0x0","v":"0x0","hash":"0x5b33289c844c5aa624fbce771fed67542bae090a66a90abba7e919d9b69ba630"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x87f12c73334becad9e40176c9ecd1abf9c90f8f644324fe9303d749ce53a176f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4f70ce1446ca5e0b0d7838cff168f71de6e6e8d845da80a13c3cc702649e9bee","transactionsRoot":"0xab0dd7e5e42275fa4b0de2f6c227aeccc06be4ced98fb12f391b2f12b5cda1aa","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x87","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x23","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xa3","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x586ba39027a74e8d40e6626f89ae97ba7f616644","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xb191cdbde02e2813d62b98b69c3f809c5313ace154937dcfd9c6fb74d92d1522","s":"0x14c45e91aad38db0481d4e9b3e8339a3f4fc50a7d98f9935b1aae3ddf322a947","yParity":"0x0","v":"0x0","hash":"0x445d9bae04edfc00d510214059a16cb89b3647b56b54cdc1fde508dd81d2da7e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5af5dd83ca4c4941d8f100f34620d12fa64b3ec65f276a7e302fc678ef01b1ec","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x37bdd2d343e279237331062dd4e6a8d4a34f2b72b1a951f1426667baeacaee19","transactionsRoot":"0x029d6655a211ff66a61cef006d65bfc9d527609bac8c74a76bafcf99df507677","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x88","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1f","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xa4","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x9a50ed082cf2fc003152580dcdb320b834fa379e","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xf13fb9026d3c4806183fd1a60e5817c8fa0e6a7d52f62ce192a1204ab766ad4e","s":"0x60e7f04d91619c3cc7feb52bd44f36ea303d9cc7ec6c35a776b2017c408324ed","yParity":"0x0","v":"0x0","hash":"0xe9873a76d6f7a9b683551ffc35f954d4fa21c6da7e00e19082db2731ea93d733"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xedd4dabaa75502d9dacb4de16ed87c8deae2d99e3c2b0d169e78ffba42d68fb1","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x6e08ef596b22ee2cc47c817bf95894b8abc8b4e5d6bb7776ee6a85d7c6f26fb6","transactionsRoot":"0xa216a941bba42b2ac3bffd5be7a54223fa4a82fdb9637a27e0f12c567502d639","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x89","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1c","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xa5","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xbc8183bac3e969042736f7af07f76223d11d2148","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xdb6400c253943788c407dfc76be3637faa57c4de67f36aae3c7ab89e6c2693c","s":"0x1052fcef1dc552b9be9f27fcd5e0c51e444f7f9a7ab444a2f313aafe045c6d62","yParity":"0x0","v":"0x0","hash":"0x38b4c5cc55440535465f400c6f4e3bf1f8634c8930de28ad45c6a89572e2b35e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x2147fe8b785f2be6a5dbfd5f14e667fe2345b4483d27a4e8aa33ab43b18b2b89","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x1ce267cf01568d648828936bae66b6f4abc8b492ac1cc733dab7c0e2312846bb","transactionsRoot":"0xf1ab29c5802f990be53f7aeb4c70c04d579b5cf8d67d0201b0ca78e1877ee764","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x8a","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x19","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xa6","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x586af62eae7f447d14d25f53918814e04d3a5ba4","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x9082f118d879faaa2f2d605af8887e6b32a01ac4d02e39d67ae49f63442796f","s":"0x2b012d58f8030a2daac8f9c4e8c520cb78c4578c1754595c101094352c8eda14","yParity":"0x0","v":"0x0","hash":"0x7967c1fc22174ca7c15a08a26d1e84d40caff0651cd44c27921360539804de1b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb22f8067f75f5dd7c363ce624c460661f8906a59a6a10bd82e1d885ab892a97b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x2e4e5e070b947814103355220736c58e00f5be10e50c1de045a0012bc202c5ca","transactionsRoot":"0x256df2fba1dba7ae47644c88bd35d1a0da6176ebff8d2b13e220ba8b4a7e2d2d","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x8b","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x16","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xa7","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xccdd262f272ee6c226266eea13ee48d4d932ce66","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xbeacd8f1c20920fdadbac741c948933cbffa9a49852e21ee11cd60aaca6e38ba","s":"0x77391c8a8ff730a2ff85cea82bae9f7390c07f2853330055f542cb20022433e0","yParity":"0x0","v":"0x0","hash":"0x68dfe5c3475777632dea81797df88e8e673afd66471db1275e6082cc36d54c98"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe91564e08af79ed0bb36b68e7d1c35fe92814d11e4b598bf6ba3cdf8bcdad107","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x21bd8295e1789e3175d8c51b829cbd669207f848288fea8115d02869a0ea2ba7","transactionsRoot":"0x2ccdf1582c3e6d2af7d9c732e2277948f7da96d5ec0610b174158b8e0216cac3","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x8c","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x14","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xa8","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xf0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x78b3e6d5ef631cd522a56021b63b11799850c665b955c25eb1d161cce0cb91be","s":"0x2539161c5c036b64029b3055a6f3924d572d18e1854079eb89f503d34f8959a4","yParity":"0x1","v":"0x1","hash":"0xbba3adc5f47e588e3ad12ee55401fbab10c77cc6edc1b4f808bfaabc14c0964d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x455eeb170b93cf851d1d2f06bfea9b3eca338b46e26f230d35ee777869cbf81d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x46ca561e182be31a55b074a73ffe16c63c389012de2edcb435c3eee48a5d4ca7","transactionsRoot":"0x1a7e373d4fdcf5d6d87419348249d040a4c57083fd614acbe3c1e57ad8fb195f","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x8d","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x12","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xa9","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x4edfedff17ab9642f8464d6143900903dd21421a","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xe2c489302169543c9298a33c69f21d8f2e8f9be1ecce5d39ca68d99791043cbf","s":"0x7cdb7ad3040ac99bf104f645ecc40540f08c5c441e0472409f613e915f616586","yParity":"0x0","v":"0x0","hash":"0x9efa3a860bcf1e9fcfc1a7dc9dcbf939203f45f210e5c9b80ac51ce2fe70ef4a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x3d053c15bf51acf837703963205d310fe45d1dab2854a126ada3192048cb0f6f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x70796505a4c2bd144550bcd3c55076589ce38fee6c25630310c97acbcc4693a2","transactionsRoot":"0x1479b28cbd22151416e702067c6a324f09f688170348f36eda3774dfedd67ab4","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x8e","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x10","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xaa","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x492c973c16e8aec46f4d71716e91b05b245377c9","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xbd30760ec044c16872f121cd9147eba180f4c0afd3f649d3abae476480905247","s":"0x4b8efe002510791e1672a21fce5c08fa7eb894f907a2f6788447052411b3a887","yParity":"0x0","v":"0x0","hash":"0x7aa5df72a789fc9eb005185ad7616ae95a826d894e98d22732d2d6a547d015a8"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb24bfd23bd8750be52bc59f16e83f08867250935aeb8f86f94f6f4b965911df1","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd86a7423af0940663694f6967eecd0364c9b622ec63db86453c9ebc2bb5fd312","transactionsRoot":"0x2f17169e6645cb8fad39cbeeca4aec3f589f4f516b1eb334a62a25a94adac4c5","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x8f","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xf","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xab","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xe5d3ab6883b7e8c35c04675f28bb992ca1129ee4","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x36c5dea77ea7197fb9743754109abf806ab430e02cb31e43fdf2acc570583e82","s":"0x54b2b427c77e83cb9e2bfb0a771538f193ea683558d5dd7d8a50455eb25f1c29","yParity":"0x1","v":"0x1","hash":"0xedddaad2eb1e1f7f8b2937d2cdb7e9eb772955819b5bf808ae52c0f4cb0296ee"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x1da5c28a2b9fee3aa4af0994d081331945cd9ddd5f73b3e71fa674c2301c7e74","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x390e4ab3b03b2785814d4713b1ea788d7e213bf67b3acdfc0cb251913914a99d","transactionsRoot":"0x334036c130787c4b14f1b50a9a3f74d5ccbde35972d080e43be8a6b0526e0aa3","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x90","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xe","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xac","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x71f280dea6fc5a03790941ad72956f545feb7a52","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xaf07acbe23272e914e47b0f5d73b347ee38deef0238f6cf7487e60e176f60a7d","s":"0xed5b36b857e204bd55dd17a4d7b7af4c603923ed344e61e512b8b9b2b6c30d6","yParity":"0x0","v":"0x0","hash":"0xf92db5676e593b17eca164406f625b9c4b5331dc18e6fb77f92ba9711e829b3e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4c9acdd1932c016bf05ba4ffc8bb28f5eb9af3f691060316eac84699d8e78aca","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x0442caf636604c5a1044e34c59d3d91c297d1dcd0d61b99a70fce51ffb475ff7","transactionsRoot":"0xf3123330261f80356eaca218a088a7f4ea445e3f09469b50891175452f88c981","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x91","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xd","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xad","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xe77478d9e136d3643cfc6fef578abf63f9ab91b1","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xcbf940b0da1de6c5c34841ed6bc39d1d7d86e8929e9bc78ec95e9d414e685455","s":"0x6eb2e8d4f843dd2e06c2503df924416b66dcc0230961bd3656dc95d04dff3971","yParity":"0x1","v":"0x1","hash":"0x83abb223679c9c04be73a9f55e9de5a5e0f776e8b342218dfa592ca46e95ed12"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x66926a350b2429cd457d930bafc40c5c7bf63d0d5f947135c842d1335c6aed59","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe2a57180241f12c6eee73de761c04325b59be281e5874b73ddc9e9145861a190","transactionsRoot":"0x9644da7e6364ea6c8dd8d0cafda9d0621d18953935eef49de7ae3e3a7bb188cd","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x92","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xc","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xae","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x6c8ea11559dfe79ae3dbdd6a67b47f61b929398f","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x87d98e3b0ba737a1c76933690e565d3f585c4aa06f3dbfcdb9fc09a549f0eb47","s":"0x5ba347c5c460778ba43c257a346b3acc53db3e9a7f7ad00afd0ca836157b7e5c","yParity":"0x0","v":"0x0","hash":"0x35ffc0fac1de45c7bd7029300b7e183d0482885fbd5636c8d1e09345e56ad565"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf4647c7fbfa159c836978b8fd8b09c2370a2cc978db1cf4cc84184a19732cb3e","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7eb1e95e604aa5a64b26eb12e6f4169cf4fa86d25fb3307ea1dd4b987fb1c34a","transactionsRoot":"0x7d39a25ed1cd873427f475310f04676221979df835428460dbceaf8397293abd","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x93","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xb","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xaf","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x48fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x6ae1df47b30d592c0c3f2545a09ce847200e98279b738d41dbf41efd01129e58","s":"0x1220446ee4c357db83e7ff6892c71f07afaf9bdd5ceefe960a390cdca6a807ce","yParity":"0x1","v":"0x1","hash":"0x28ef0719327eb479ef47ce65ddbbc3fa775bf3f1f52deff808db1a267b09eaea"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xbbad7b9af87de7d2a57a8fcb087b59bc3beb1383b83750b7931060b4a8a06939","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5924f544f180f43e2c7c90cb5c08c481ddb571c1119c1040e697fed5d25ec684","transactionsRoot":"0x5b1e644982ef46a9673ecf0e3ee94f69d1333bcefa7c6225649fb7ae80384768","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x94","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xa","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xb0","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x16adfbefdefd488c992086d472a4ca577a0e5e54","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xaa159c4cded0419626e6aebb9b666428c9a993834a8fa4ed1f3204c385140cb5","s":"0x6ad1248c41b7066c2c2d6ca3213f9f034249ce319a05498358a3df095eede5ed","yParity":"0x0","v":"0x0","hash":"0xccdd49074b23d08f06112a5d54c73648f12bafe4c810b9b7ec347295bbaf4f89"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x706e02bdc8542c3b1e819498dcec95c758eb7c8cb4554f8be8c55287212c2cb8","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc5448a2a62d22c2adf2c39ca09ecc54ce572dfce628f00022187830a876eeff9","transactionsRoot":"0xce9310fec75f6388b8d2caf73e4621b0689af9fc6a27008cf48eb96ee4b8ce41","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x95","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x9","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xb1","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x225356ff5d64889d7364be2c990f93a66298ee8d","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xba4df96b609bf6272f54597481acc12b3c20d8ae4228af0b0d1e4ea61c8a176a","s":"0x5b094ec1818d5dbb4b302ef0451ceeccd9c472ded85fc89fee4c8c360934ec95","yParity":"0x0","v":"0x0","hash":"0x285636e595e1cb8d93ba5e03b3739eb079a47878b29bf74f1ec68af9adacbaa9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe908121d547111ab72ef53a9be9441aa68edd8532989ed38f7a6e62c5bca1273","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xefe46cd514efe9ef1847d50a22bfaf8fff647faaf6212dad5e065c2b2648860a","transactionsRoot":"0x78bbd1c0f33413473bf2653a66bf034c6fcf50a9b4e655600e447d26078ce11d","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x96","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xb2","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xcbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xa55d56270e41e2f10385853f870b9a85e2e3381bdb53f27575852848b8599e7e","s":"0xdbfa12b052d1afaa817f891124fbbc435df17f835f1cd20f743c24641d11a13","yParity":"0x0","v":"0x0","hash":"0x035934552197cd28dc94ebff28abfdaf62439bd22b419a4fc6d4b74b7cb9fd8b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x64a62ad17191225d1e52f77420d1074880a0938a313c3e23bea5295ba2e9e089","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x111b2c29f806468156129d7dbb9a8d853599e4f9497b479e0b5b817cd367a9fd","transactionsRoot":"0xf0d55818b0dea5d27b0e6851872c921c88a71d6598339cc70232bb2912850aff","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x97","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xb3","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xbc5bdcee96b1bc47822c74e6f64186fba7d686be","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xc467f2de48d6004b0bc4fec20874fb5476cc0af9b9d69c78a1945cb19bf21492","s":"0x301f8babb6ae922cf4e778a95cd784bdd47ab08ec83fa7a3db696c68bf071b20","yParity":"0x1","v":"0x1","hash":"0x6ec332846733fe41ffca5496ff00fdb54fe844ff6d21d1f5157f08fc2870d834"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x11d7b7c7dfa6fd934405ae46a9e1a8eb0066e2a7691c08affb5bb1ca8fe40329","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x931aee92d08c1b49b65089e00a4f35ceaa514ca89ccaef77172509523dd5b421","transactionsRoot":"0x611d3fe8c94f9dc1eca37d01865594966469e1deba099050574b2e5a61491e27","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x98","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xb4","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x0536896a5e38bbd59f3f369ff3682677965abd19","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x1772ce76182ddf677fed5cfde18bb87b1ce25d8dd88a9f8f4982749847c4e3bf","s":"0x5795f1feb4367e0eaac6a042f476ace2af14ad16ceb19834ebdc6f566c786549","yParity":"0x1","v":"0x1","hash":"0x0ef8d8777b45040165eed7ba7b477432c26b3b71f0cfe1a7c57cd2fc9494b080"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa8294d524b66dddcf15abcd40d540c1083375b3a65afb274a945fe91f6063a7a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xea92fb894419a5b11389e1c4f2979df881142064a226b54012c8f78e5655f99e","transactionsRoot":"0xe9e81a37187e5b228eba9a977dc12844b74b63d83fc415f5f7ee029f8d8de67e","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x99","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xb5","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xfe0f143fcad5b561b1ed2ac960278a2f23559ef9","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x45f1b74cb541c4055f56ef5d9b936ec5c5393ba8cad00e87e1fff889ca746364","s":"0x3bac93a8c508986479f6b3eafa4c025b41ecb2ffc5a75cc28961583736cc52eb","yParity":"0x1","v":"0x1","hash":"0xab4548c4bf78dff488c3a3b45de587edd92d653f1ea90ea62c870626054530a1"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x94f027a72db2e48ae7cc95294016a23ad4aed63a9acc476185199ff340167625","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x22713190e72d964f1f5569ba47bba6dc538cc6dc554ffda089153cd66caaf7fe","transactionsRoot":"0x4c9b0f397ab4659c5a1970e89b779b7eca45f6068374bb1fa4b46c6d2f21993d","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x9a","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xb6","gas":"0x714d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x98d08079928fccb30598c6c6382abfd7dbfaa1cd","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x441ba7364e652876a0cba01b94a126b5767a6543157b764bc1c2782c3882859e","s":"0x70fd23b4f5f48a78285e20df4e23c5b0ac48ffce30454351c89fd7f43ce8c3cd","yParity":"0x0","v":"0x0","hash":"0x22b6ed3bdc6a9b7cd945a67be8faa315e817c6bc55f8574554061603c1db4060"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x118ce5766895f95cf2b8994b678b472aef4026a79b0e087626b0181556dc88ab","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb74ad4f9674f49431aecadd03bceb289ee6c9b8d443ff5768cb4d91351e709e1","transactionsRoot":"0x1ece13eb508c7edfd27d687c05976f11416e07d2606716621bfb1523d7e39589","receiptsRoot":"0xb3c42b5c8b992e46b45810c5e8e1207ec7a7b49c68b9b16b73c8245327272e7f","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x9b","gasLimit":"0x1c9c380","gasUsed":"0x6806","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xb7","gas":"0x8fae","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000000019aa30cbbe932840","r":"0xfbd865b7326beba94c45b00015682e575d8913056ae434abdf2073487aeeac67","s":"0x6c91f07dab3a3da32d0cf55f3bfd18b0dd7a79f0b2fee715b4da561d41c48943","yParity":"0x1","v":"0x1","hash":"0xa2f0afb8664a4ea61497374978f5da0023584ab2e101cc055a6b18b4fbf6b4a0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x34cebb485867ce503e4a6fc7c40bcb1bde7a5e953d74656177ffe52d761bc7d6","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x2bcff38a02c6205adf07f2f9b9f35f01462d82ddb9a063c7d3dcf34eecaafbfb","transactionsRoot":"0xa603c868d24ef149ff684ff221686e1c18ee700d7083ce1b115367d2778e6e6a","receiptsRoot":"0xad00832525f5d87d766af1355d36e7f88e9f3b8e98b03e802bf2a6505c81a5ca","logsBloom":"0x00000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000800000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000001000000000000000000000000000000","difficulty":"0x0","number":"0x9c","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xb8","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c80000000000000000000000000000000000000000000000005d9f943ccb6a86b8","r":"0x6eaab15e6fd4622fca91fcaf9448e804451321f8ab8e397b70fa2d7fa6a778c8","s":"0x448e87e732e4b6b06043f9b4f0e2564e8ae214046b694e765f00c9de9389fdc3","yParity":"0x1","v":"0x1","hash":"0x37a3c0b15eceabff8a1b7dab9f6f93e2b9e73533e49f29df3a7e3003816e8c6d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x1c770ff0770da2a368e844a7543771ab3bb06f7b456ab427d2307695975a743b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x0734a3d988dc6e5f7d157cbac22e8fc6e4d73f81a63d5fb14bc48ac80b2730be","transactionsRoot":"0xfd76512dce7d0eaaf4f751dd3d135485e988fa3c322acb768c2287e4bc0de725","receiptsRoot":"0x89e178c0d454cb1525200eca6844bdce182dd771e2b772efda4ecdc245b12481","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000800000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000200000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x9d","gasLimit":"0x1c9c380","gasUsed":"0xc876","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xb9","gas":"0x114e2","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc00000000000000000000000000000000000000000000000032d96cba53cf0152","r":"0xbae8f22b9633279d9eac91ff0518fde2ac3ec47d0967f3d9e9b22f277fd080bc","s":"0xb045030d0718692256c01a836e83cd6d00ee53d9c8f081bd28534b828488254","yParity":"0x0","v":"0x0","hash":"0x485701b817c97cea2e72e3e3916414ab5ad78b6b4ee23677439806f1f0028921"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8fa0beaa44241c2f0126a494eb25c590f27d541986b44a830a734f87ed3d1d5d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x065e34876ab04622c77d43ef71bbf6db06ed87846647e31957afc011d30cdd37","transactionsRoot":"0x1b1f5012c4f5fd77166470e55a88caf3904b2de9dabc480c004df44abfda7dd9","receiptsRoot":"0x9247a64c93a352df4ed7ffb615f8bbb105b64d348f1fe6feddba7eebd21aded4","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000400000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000400000002000000000000000000000000000000000000000000010000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x9e","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xba","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b9060000000000000000000000000000000000000000000000007c6d1175e13d2753","r":"0x4f38f8970a60718c8bb8678e15cac6c6bb480f0e5914081995ce64838632d596","s":"0x56e1dc8ad1c8fe8c5bd49d223b46b8405a392b1c40dd146a6e6dd2938dc46762","yParity":"0x0","v":"0x0","hash":"0xc303bedecbbff542cd68fa567940cf83298938e64e7439e19ee4ec8275719b06"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x230bdab6fbef9563b8f183fc6c22062ed846689eb85650fd13b0e17087014204","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x361710a2c295a2a47ac3d4563b043595758547f3ba0e88d14496798156e806db","transactionsRoot":"0xc5e82f8f32a6082c89d8f650bb41f1af27e66de4295f0088113fc74de642eeda","receiptsRoot":"0xbd331074caa329af074ad4ee6aba43567241bf853b9c1e672e8366f588888594","logsBloom":"0x00000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000100000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000004000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x9f","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xbb","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000000000000000000000000000122c6ab631ff0891","r":"0x67f9745fb477196087b169ef88c4ff13f3458227040441e5c6fea63a79e9da50","s":"0x1476c0a0a437f9466bb771a74df659ea278b32f92766d7d45b3b52de85a41b20","yParity":"0x1","v":"0x1","hash":"0x6c44c23c0e41a72490f567f7abd9948025a9a16f77b8041650975f62b38daccf"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xad43c9004d7825b5db990387376b260b0bc8f02d5e4a7aaa2661e1cb42984093","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xebafd2dc7203a4f83a559df0d3257e0c38a38aafd3533adffa1f2bb682938b26","transactionsRoot":"0x1e44fd6f5a97c08bd641797bc5c04df690fd58158b32f8a6c3c9029909ac80a8","receiptsRoot":"0x24a1696651c5124f72c8103c15c37d372fd6e66802807c79c9bede869c6c286f","logsBloom":"0x00000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000008000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002800000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xa0","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xbc","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc0000000000000000000000000000000000000000000000008042ae896b8e68bb","r":"0x1f9bc63b47dbc203b9d5cb0786c7a8aa673059c15a083ef41798b15eda11a761","s":"0x51bff45baef7325d52b1f91063ba71b44756d1222dcaf7b3662e39c06d066332","yParity":"0x0","v":"0x0","hash":"0x8adb3b37dbc9e2e9c93e66f26bd276743f7b63e7a31301f60ec0c7393022c5cc"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc84d199d76da7828b2d94724e15ac8b8d5492b1201b9ffa66101d7b2f800be8f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe9fd4d7f1bd060fd5b7969263166b5f96e314262975e2f6de881948dba8be9e5","transactionsRoot":"0x093e2ac47b0968d06cc12879e305774116ddd73e5ad7db5e870086968cc74f37","receiptsRoot":"0x3e43aab15ab62b991d8780f61bdb7344295e74cccf9279bbbfda70856e9fd976","logsBloom":"0x00000000000000000000000000000000000000040200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000080000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xa1","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xbd","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa900000000000000000000000000000000000000000000000086759309fd1fd327","r":"0x9576705eb90d86caf716b295dd69545b178070fd638d8611c3df71c9269835fe","s":"0x42516cc596d19072bfffba956de0bdb03f741de3d2a165fd83fa6187860f60e9","yParity":"0x0","v":"0x0","hash":"0x52a2f97d990febccb9b348eb765d9c10d20fe284f22e7ca2bfaf1b6bc9483986"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xbef73db3c01879b3ef3b0cedfee803867503d6ea75c01c40ebecf62ff30483f1","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe1d593891fa40f865eec4c28dd21f17aecfd38a23f0ad4ad300e2f323f1c941f","transactionsRoot":"0x2584695ab392cadfede2ba524768617ccad0750bf346c91a0e1660e7bbf82ebc","receiptsRoot":"0xab3d7364e08f6c8d2cb74c986cbf1563010009b2c05426aefdbe0a434d90ffad","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000400000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000002000000000000000000000200000000000000002000000200000000000000000040000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xa2","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xbe","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d995500000000000000000000000000000000000000000000000032a862794ae172cb","r":"0x134ff0e447761ff7e3743fb451b3813f6e9968ca2224a2fff73ffaecf68a9994","s":"0x5c309ac64e1f326e4f8b5e8b1470270f3fd7081a072b0e90dcd46b38e1439693","yParity":"0x1","v":"0x1","hash":"0xeedbbae2726099514093ffe87e24aff87ab2039bdd62d6f7239eac5a788fdc78"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x7c0c8bbecc8e459e41008558a42a70a268719e82e28f128ced9c49949ad0506d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x63430999e0485a682d8e48a2de1199910e96cef1989e1eaa59365a6590eb9f84","transactionsRoot":"0x8b6a1da01360ce6ba02576700048944b7a6018471d04b01f301b3c650ce8cf2c","receiptsRoot":"0xc056be40f4e213f5bdd9b8fb4b29cf1311bf5a33dfcb63783fc21a0f3988f9be","logsBloom":"0x00800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000020000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000008000000000","difficulty":"0x0","number":"0xa3","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xbf","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f0000000000000000000000000000000000000000000000001c712bd73fa1ed3c","r":"0x628749667f544be5f1d6f7b4e7fe179858e921a0e5aba3649b60a5fa180619ae","s":"0x6503c4555377506623080d5c49dda23f9da8550ad4a578cf357b92af278b7d23","yParity":"0x0","v":"0x0","hash":"0x6e9693fa99f99227a346c9b1214494f340a017ab38973e0552f082f54c507262"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe1e03cf223ea42513f2f6bc2cce4d2ee2df38af2829bf3ddda5902cf4aabbb8c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3df69ef659cbcb3a22197bcda3c8d98a4e3db642c57aaedd7244e673d5cbb4ee","transactionsRoot":"0x9f348acc70cf93ef10790fa74a5b7160abf0e11aeaa1fec4d1ae9d4b2978a460","receiptsRoot":"0xe198cd6cc8ac6f9e37a9513a0327c67963f7e3001a725f81aca1f515d96f2df5","logsBloom":"0x00000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000008000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000004000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xa4","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xc0","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000000000000000000000000000216714fd5b83698d","r":"0x7f409182da287fcd825089ce3c9bb028fb5bcb302c161405039657a85f58c703","s":"0x380d052c05b8c5a277d78f8f78bf94d1b9c5a7511545499a348bcf0c339c713d","yParity":"0x0","v":"0x0","hash":"0x070ca37334feca163cbd46eac09446db678fdd610dc18a19f2a53f6ee3d2b99c"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x50451e70d7720934d3b29609608d7426dc18884f850f3a5702a06b6a220c68fa","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3120d93f1627cec809ef2e18ec915cdc6b3d6824d98e2ff54a570551a6634a57","transactionsRoot":"0x0cfee9f177b938519658f2f01fcfb691ecd22edde63c6577c48b1e55a87cf3e0","receiptsRoot":"0xb97335e5d9c9eb46ce1b70f4748ea7f509355e43e2f266cbcb0e98fbedde2354","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000020400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000080000000000000000080000000000000000000000000000000000000","difficulty":"0x0","number":"0xa5","gasLimit":"0x1c9c380","gasUsed":"0xc876","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xc1","gas":"0x114e2","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b95409600000000000000000000000000000000000000000000000084d96eae26b46228","r":"0x74317f0efdc0bd9815f2f347e84bef4da741dce85f6b5a961ba8e7528ae5a4f5","s":"0x3ab8bb544ba0eaaeb454b79899db5ee94119470be440a492de214171ca5fee0","yParity":"0x0","v":"0x0","hash":"0xbc55df7994fa2a50e5f1a5cb6ba56bb2a9b6314c75509758836a8679d79a96ae"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8cbebae0b4591436aa058a2dcb57e8d162ddfd0e544b22dc1ad706ee5784dfb7","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xcbf85466a3b9e6eb7dabe298bd66c59c9623c20e19e328b269c705f287ef2ab3","transactionsRoot":"0x566b0a1a6f811416f3880a16d49c1480ec76545c26d4039ee8b3f30747692a03","receiptsRoot":"0xb420dfa3c72aa91d56ccb9c6e5a193e57c6c1a36d99d81de37e9a636feb7edfd","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000200000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000004000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xa6","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xc2","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c57880000000000000000000000000000000000000000000000003bbbb9e20a3e8778","r":"0x7b245d3582750d9bc81bc7ad2c8613ad2f6fc7bd0a06f28b4f9e994724fbd1cc","s":"0x3f277a11b947c68d115296c3febe61e6d247d80104141d539be82981a5143124","yParity":"0x0","v":"0x0","hash":"0x44e773f0105a53388aee231ded4dbc20bcee2e86bf9e5c27af1059b281ddc80b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8a50ab92f1fd289e47c0884128a4e688cf5b79f7521ed9de06c16cdf096f0ab6","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc8c2664614fc333f60c5b22487a77d4891ff625922014d5816fcbeb1afcb1edc","transactionsRoot":"0x790d7b9dc6839d7798b60b592eb307d5f164417cb7f22558cbe4054c8c2f821e","receiptsRoot":"0x37956d4bd212d81d3b4570690a445a4ade95fc9579b9bb450e79c3c83ca577dd","logsBloom":"0x00000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000408000000000000000000000000000000000000000000000000000200000000000002002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xa7","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xc3","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a00000000000000000000000000000000000000000000000035305bc89a3aca62","r":"0xf464b1397407cbcbc60d16e3f5dcb03ba1acd47ff0a67117e33a8fe995095980","s":"0x11c4f244dd243198a50af854c9d914c923ca940c603fb76068724335ecb7dee5","yParity":"0x1","v":"0x1","hash":"0x6028c995ae511f48f2aae8416f06a445777de189bcb9bc657364d64174df0188"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x890250e2540b6249826f58dae261d899ec7825c5796efe32cb40188cd892c435","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x20c749a24a7ca0ac9c679089497d6788f1bcf176e2abe37067f94f47a9d44575","transactionsRoot":"0xa979a6b063f3370ddc23fd6494a6964e697ba6d289fbda0be7efe099e3a85f0e","receiptsRoot":"0x971408472e496ca6b1a3f1d141be160fad97406e22b8cf5fac2cdc369865ba58","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000200000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000200000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000001000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xa8","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xc4","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec0000000000000000000000000000000000000000000000003a20d7435e1e5233","r":"0xcc0120acd51e86bbce0194b41f87c2d3b88dc5b7d73f02e3b535430e099aff49","s":"0x5ba4e19a8f6a769e1b5f4abfcd8f180919d50c0f4042b751888a5a608ab73263","yParity":"0x0","v":"0x0","hash":"0x4a8505ca867a7c27082b302b6945e4ab35cd1179edc7130684606a64b9df20f9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe4265a89f54a7c2293303f21eb8239035abe209ade39ae1ec46a2968b880bb4f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x6650eaba706f9b09783e4181433dd1a9a94fa7d6d42885e999f2fa124566da77","transactionsRoot":"0x25eebc8cc575ce58fbca2c18a1dacb4b38613ed656366c5807c6e220551d0d39","receiptsRoot":"0xe697141d1e45dd9914f7a1337c7bbd021dbbebf36c3bbb119a60ed8e9fb84fa6","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000004010000000000000000000000000000000001000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000080","difficulty":"0x0","number":"0xa9","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xc5","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000000000000000000000000000297d9557a14b736a","r":"0xde18ad5ef0f1c58a5b545076723c0669eecc1e6be3327fcfc1ad1de51dfd52b8","s":"0x42d382c5816d35c0502ad24f9df5e132c0e3c83c477a5525df7f2876487f529c","yParity":"0x0","v":"0x0","hash":"0xe096107f60d7f47f2822561d61f1b1f3e9dd0ab2da3fae033d40bfdbc16623d3"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x0b88ebd5c418ba0034ccd85e1b5e785c82056b5eeab28fda66520db181226061","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x6c1cc44097fbea6943847c1e822c1ac8455f99c5e026491c108955f3643899aa","transactionsRoot":"0x685b17a0d653419d1e7064cf714c7abdeb2d91573d34a1c34ad6bfb002748066","receiptsRoot":"0xdff83417a2fde886457eb2d4b680db73446b6815e4aeb62e53b39aaa82019ca7","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000040000000000000000000000000000000000200100000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xaa","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xc6","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce710000000000000000000000000000000000000000000000007a4c38967d5fef52","r":"0x4f1dd53abb53ec3821b2174b9b151103b068408fe83a0bd8fa3416fdecd33f15","s":"0xb0d50a7e68d5eaa1bc8ce969bc04267f2c1d6314607d8fc7234ddfc4b0e6f5b","yParity":"0x1","v":"0x1","hash":"0x185c2086e7585ffee149aa1dbf64035765faec06718cddde27ccab027266a244"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x791c0f33541b58d98164bbe03dd3c071aa32679e62fc222ec6dcf506732de748","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3ebe61f8194fc18727c1228b39ff9d6df6b57e88c97084fe27e39b09b97673c9","transactionsRoot":"0x43e4a351119f8a53d3ec1913a9febe555501e13c1f5a40a9c4033e936a6f569c","receiptsRoot":"0x80d6e450cce2e2281f52dcc9be550dfe2d56bf2d99b4067317b02dc7c17da4b1","logsBloom":"0x00000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000008000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000100200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xab","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xc7","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec3000000000000000000000000000000000000000000000000012f18e79c1965b98","r":"0x842ea530d5980af5064ed07b9b6000257d02132c43c2f607fdeacec83edf49c1","s":"0x6f4ff6c45cb1c81168398b328253d28639c8c1f19d070a306325f8c09f837cb3","yParity":"0x1","v":"0x1","hash":"0x1b446094a61db243809378909b4cfa6a5802f5f9dc098c35f5affe88b6a23b00"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x300fe055040fe9f50a771a37b17a68db8aa3677770c8f646085b588316809b96","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x6fb66f9a5eb547306aa24a57c47c9bb8786ebb74f6ca918ab70a4a0e96447445","transactionsRoot":"0xddeac73703ade91b7dc229f7dabac4d79acba98bb95eb8520bc407ef3327f644","receiptsRoot":"0x84876250df987edbbc0a2827acf12c781685a1e41bcf4576c32eff8a4400a392","logsBloom":"0x00000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008800000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000040000000","difficulty":"0x0","number":"0xac","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xc8","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e0000000000000000000000000000000000000000000000003eb75af02a4d70a3","r":"0xab5f4b5380671c34913beed0c18ae7ecadb02d75dc3c584134d88bf1c50b0cbf","s":"0x23482833b6f645032efe2020259c8a8d6f46eb4ced2ac83d06b437eed3516a37","yParity":"0x0","v":"0x0","hash":"0x404aceed63046147a465b5ad937002e2300bc323389e16e90e2ecf4cd40a6d54"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6cefb40460f2637500b311b0d41c0d4da86633d9912158e783eb8ee260478725","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x6ed19cbf7379ec2e4437d9f742da913ef5bfcd099e2d3dd4eb65498e952ba34d","transactionsRoot":"0x40cfad398939e8060dc1a18ddaf70f5a19edaf7bd8ce02f1501be39abc46a064","receiptsRoot":"0x845fcb24fbed03c2d53fc73d4f161e149abe17a7aa6f92129f35ac82cce3b5db","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000008002000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000001000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xad","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xc9","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c000000000000000000000000000000000000000000000000058ae5cd63f90f417","r":"0xcbb137b4edff087c6dca0e0423522562d27c2011296319bdbf01ba9d1880e797","s":"0x1e9f5a69a5da0e3b2f2329b95e9e8c5d3003c917fcc47330495ea77d81d73699","yParity":"0x1","v":"0x1","hash":"0x687d8b4b4c1dd41b3a7bbe4e3cfe695f6219fec8dd8a4ac44ace29decb022afc"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x731da45dc598b89c3bacda67447ea052f8e289a4edd803d809fd07855060a727","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xeb1c50edf878f95f7600a7fb6124c7cea21f67c31573d5cd613fe1824fc3a4a4","transactionsRoot":"0xbf38d3c6c49b2c8af6be34ada2d811a9de1cee6f7019e6fbc471fa0fae6d0cd8","receiptsRoot":"0x7370a2fe16aa8846e5dfa9fc616c076388836fa090f377214a5461bf6585b33d","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000008000000000002000000000000000000000000000000000400000000000000000000000000000000000000002000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xae","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xca","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c11990000000000000000000000000000000000000000000000007bebfb23c69b5006","r":"0xca451946c1b205e3b3b92b269a64d88aff541f95427f83e5810cc1beadb10bad","s":"0x440cd54626cc4c5a677cd64852d293c4ee32e1481bc15284325341fd73f7187e","yParity":"0x0","v":"0x0","hash":"0x9c7cefad21051d9a316fa21116302194e5e6beb46f07cfce97677f23e5942f67"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x390bf60f5e007d65eecb7f157347b782249de6b9f7fda8973c4d54280fe068fa","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa951d6b64405e2503174a49e944bf3fc3a3011841dec576f4b61033e014913c0","transactionsRoot":"0xc2c68a8aa3185fc0e4642e74bc9830e15c5c60db78947893b417840a1094a19e","receiptsRoot":"0x3c9fdf0b661f596440874c500e41d60a5c8f24771a893879d2022f67b4140789","logsBloom":"0x00000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000200000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000020000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xaf","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xcb","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f0000000000000000000000000000000000000000000000002ca592cd3c4c864f","r":"0x29484f476ad65affdd1c5755dae2efae2099a9779a8cee659a46b8ed7cc659","s":"0x312ec219e0a4d134bb60537bcb61d1b080beb8f40400b49cfd216e728b740a98","yParity":"0x1","v":"0x1","hash":"0x8bf7cde8fc3f2531e3625f8e18d8fbf7c73b3a269e9f51e1cf01f0ec5e72914a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x69c82fe635cc93d7e7638cfa1e627c33586d9877203ff206794231797894da2e","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x315e9e09e19d3fcb0fe737d0834f4130f05af2bfd22b9ea3965e3ed6f1ca56d6","transactionsRoot":"0x1872dba5f433f4f5067f93035f55e36da55180a8a93c25811db1f6b64ed6fdf3","receiptsRoot":"0x9a7956edc1a87d4b15f175e4a9e8cfe71ebdd1afffcf9d5b336f77c9d43cf636","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000002000000000000000000000000400000000100000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xb0","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xcc","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d00000000000000000000000000000000000000000000000022bf698e9dd6f0b0","r":"0xb7d747ed618d773605351c06fe14ec1de97f9cebd2b5d7b1b8003aa8e9b182e8","s":"0x1fb47845cb29b16395b8034ff78fda92cb582bec7c2a7aef3497f435765b9c29","yParity":"0x0","v":"0x0","hash":"0xc358a5ddd5c0ea8c178af7d64fbbdbc419338a132b74b9d228c303dfd5ed7c43"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4e1a10f413f3422c8ebedc54f8b7710fb3120c974e1280319be4054ab501079d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8d83a730d01b0476c93a851ecaa646a31c879da9c420f9f12429681f4728d868","transactionsRoot":"0xb63f3fb0d5db989b4c8bb789cd893e48051b6fa0351141f9baa5fefeb65dd2aa","receiptsRoot":"0x7ab39304afec50e6eff40763371b103a7e26b244d732e1b941ae42f04241c029","logsBloom":"0x00000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000040000000002000000000000004000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xb1","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xcd","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe0000000000000000000000000000000000000000000000006ceb59830bfc8ad2","r":"0xf42a60bfa7d19a3dfdcbc86d782d845327eecaf2284839cdf8cc414b372dacbb","s":"0x2a1e5af0330bb952f8453934ab02eb81a2888ec6e80bc4586965235d6656b260","yParity":"0x0","v":"0x0","hash":"0x77a22cc49dc054de4e6f0683cdf99759a548eaaf51a82c7ad68bd85fc6eb7500"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xbd3a816467b88db420ceb2e470f5c0ca5cd0a1eae7ab6bd087ffc8a01ef70cb9","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4787145875c78e3f9f3c75032c122087564b3bd633b292e7e36a90dff100af3e","transactionsRoot":"0x7dfcdf8ad22d7252020ff45d3bb6af938571345a7a2e4d74be7fb1ef4fc822c9","receiptsRoot":"0x822767d7ae99ccea86fbb0b6d18e58a31cdb3a836c354e1984aec865a95cccbc","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000020000000000000000000400000000000000000000000000000000000000000000000008000208000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xb2","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xce","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f10000000000000000000000000000000000000000000000007beb33e25ef5e098","r":"0xa9c2f449aade80656ee6f800b7c69f8711320897a14ff49c2e382592403c73c5","s":"0x15d034e40865f0a07b7832f29cc8b6219483936fb2c1385ca273aa2b60720cce","yParity":"0x0","v":"0x0","hash":"0x2bae3068952b76d6ac6a0e38909d478f35c7d11b02c91288ae12881c38f27fd8"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa943b579bd8a76a6efc3fd61c2d57e1ef394f2ad59c11b2d4e1ac422205a2577","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x6165f5f79e980e75ca17c5dab9e999f692575ea5d7b63912354231de7e3286f3","transactionsRoot":"0xf5473fcd05eb668250190e46dde441d3537808044229f17ae5591820b23afb3c","receiptsRoot":"0x43527be5c7f7f9b0e75437a81f485dc8409047792f752168714094e54f08d2bf","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000500000000000000000000010000000010000000000000000000000000020000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xb3","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xcf","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc29500000000000000000000000000000000000000000000000051169428b2187257","r":"0x524a1880752ae52bea7395a071cc6bea4f396f19b3a877ef8ea8d3b4d5b4a006","s":"0x74d6c35ac3200e063cefd50e8692c3ebedcba83d430d98dbce088e82d3dedf7c","yParity":"0x1","v":"0x1","hash":"0x2ffe8baccec26cfa7a12a032de5594954cb43edc42dff1718bc4940f68e82a56"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x23245eb1f27430e9d6c330f03c0dc6067ba93bf7ad40ab0220916bd051ad2e4b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x0b7ac05dae953b5eea8f6f37115ef3253907315b48aefc3749ffd0817c635fda","transactionsRoot":"0x9653c06d317418c202da8be16ff3bbc709733cc0265f3b8efd7b25fb21022a9d","receiptsRoot":"0xabc2842df03818b07faf604847129a8c56b2aaffbae89825918ff484d713c759","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000020000000000000000000000000000000000000000000800000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000004000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xb4","gasLimit":"0x1c9c380","gasUsed":"0xc876","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xd0","gas":"0x114e2","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000df37f81daad2b0327a0a50003740e1c935c709130000000000000000000000000000000000000000000000006ffccceb49d04f1d","r":"0xc641f8063c0126c43b5d0c4cae984599ccf15a29cb28ca74299b4ae4303987fa","s":"0x2868255dd31c8f5b3e8b0ad39feefb65f61cc54820a4df33a23da263b129b711","yParity":"0x0","v":"0x0","hash":"0xb3effd0a38817b18d6be3ee30545ffce4b0f427bd6bd4ad12c24b30b3a783ac9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x0fe39e7e23bbd6f607c406fcd56a6170ab0322c5954b27150d2a3fea295c9b23","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x67c5063453e0b91864ef60f98285ba89225e715eaaac952278b3cb5b1197effd","transactionsRoot":"0x2d94ff41b1e92d5d20b4c02e8de847ee2141bb666ae34ff7124d50869245b543","receiptsRoot":"0x57758bd1dd48815c158fc266d8e8dfc0c5024db58f24b4044902af10c5271b25","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000400002000000000000000000000000000000000000000000000000000000000000000000000000000000020000000","difficulty":"0x0","number":"0xb5","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xd1","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000553bc17a05702530097c3677091c5bb47a3a79310000000000000000000000000000000000000000000000003d547b2078bf5a28","r":"0xfa897f5955c77387acef33e0d5cb60b8d4e41d4692b8dc7d2ac357c56334f92f","s":"0x6e9b5950e48d246ecfafd8eca92ea65a317a31c413f776d063f7536b3a16e3d","yParity":"0x1","v":"0x1","hash":"0xb223218ec22acd61ea573c10926c378a19acfd78d47a1b07b3e20eadbce3dc1b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc970958a14ecc39660c9368d44f6d5004fe6cb75e07df2e197bd65f7991614a8","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd87c6223ab2f26c944b216b4deea664775590584ef8fd5bce04665000ee1c6f6","transactionsRoot":"0x9074a92b22035922d142ee27c330867d186ef04d7539c5f08b214f8860778a78","receiptsRoot":"0x8bbe5fd6a69d9742b142d9a77bd9976ba5f8d94df62823816d5a95a0cc4517a0","logsBloom":"0x02000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000200000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000400000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xb6","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xd2","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000000000000000000000000000740135c4c48c6c7f","r":"0x7e80aba4a5cb0ba917814c1a8d76563a007dacc4f2ed6d4c43b22dcdd21efc9e","s":"0x5711417a8dbc3d0d8789395e4b371e8af81ce3e5952434ef142202e246d6480c","yParity":"0x1","v":"0x1","hash":"0x5199f398bac1d6caeaa0be9a5ec4783d5226fe28ac0fc2c78bb2a81a9d6528ee"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x671f3d7beaba4157eaf1c9beda18e34092c5cf79c50a653bfaf286fe817ec004","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4e2ce4490809d0476cce9ae82bdcfd1907bbee0de9429375cbabb201f0c9fef0","transactionsRoot":"0x4b1421d95a4d5438424b9a5d4e8376daf146b15ad44a7498da54ae03a3370436","receiptsRoot":"0x8c7ee487b33f3b7412034d33a6ee03fab2b4b3df468abb5ee95fbec4760208a9","logsBloom":"0x00008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000001000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xb7","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xd3","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000040fc963a729c542424cd800349a7e4ecc489662400000000000000000000000000000000000000000000000067f2132e2fa3914e","r":"0x2714a31ee71a289069234caabac9f82a1c3a719ae10f244006cf9c5faf6d5127","s":"0x37309552cc772a3a0aed3ee9e2da823185717db6d70cfe279881547dc908fe2f","yParity":"0x1","v":"0x1","hash":"0x9a36415873ff9fd6b9cc1d0563a60326fbd245ad8e1cd129b40d062aec97d2d8"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5330b63b2f9064d0cbba44adc711af729f289cb9b12b3feabf1d8b0b66de8365","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x14c08ba19653d7bd6e0b0666c493fac3a6b8c972b31d7ebd74ee00c3efee338f","transactionsRoot":"0x1bc17e26a93ac1815dc351921e200779e1dbd9e95537cf78c1422be741f30296","receiptsRoot":"0xe90a53fc3bff89af80c19dd1f7770f51e6e8ed90bf1ec145b149faefc7f91d22","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000400000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000008000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xb8","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xd4","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000009dcce783b6464611f38631e6c851bf441907c7100000000000000000000000000000000000000000000000004947aeb13928ba0c","r":"0xb16b4ea410b5b54bdea3472dc9b113dc9b41d52f62acdc9e149ca4ea002cc4c5","s":"0x46b65eec838ac40824f46d9fcaa70f7018221f78aa5dfa6f1f9322c4f1128ff2","yParity":"0x0","v":"0x0","hash":"0xba27285ca82db8f0ef54059524e8b34e68335024251a1986108b505da4c1edd5"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x2f6ed521b5358bb523210fe603d7ece937f0afac69f9687990a950edf84214b7","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa0e45f900c829961ef7759c50a872f462d4793b8fe5ae0d324d96645b8e13333","transactionsRoot":"0xd79893fac122e9c2e6230617b742e0263ed413202c7ed72cf0e7c68b3c62d746","receiptsRoot":"0x35375086db5c596e3dda52e4ed2b0b9bf3f63793ede22c26269264f328d5808b","logsBloom":"0x00000000000000000000000000000000000000000000000000020000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000400000","difficulty":"0x0","number":"0xb9","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xd5","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf20000000000000000000000000000000000000000000000003a6e87f491fb9ccb","r":"0x5e207662954203ca170f17941d920c25cd83a1efb96843fb2607e557058834ca","s":"0x6939e9f2f703ce45360fe882f7b030bb57182d4d742f5df90beaf87193dd6b2f","yParity":"0x1","v":"0x1","hash":"0xb97492027d0c072ac26e734559bea629ae79cb28c65e34b33bdf06bccc17281c"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xeafc5ffc7008948c0eb621942d8a1c43caef04bd9ae5cbaa2e80b0198926a860","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x342303927f2dedd693a967253ae1740bdbf616de1e3a17b7a0d12bdffa9824db","transactionsRoot":"0xcf0195d4eee04bb128322fc4b6ccd491ea37d8e4777e7d7ce472a9470328ab13","receiptsRoot":"0x40991375e669259187b5b146d51c14442900b6729e833f208d1b5f5c400a12da","logsBloom":"0x00000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000002000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000008000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xba","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xd6","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000000000000000000000000000225d9fccf0291e95","r":"0x429a0a84a01f8cfa9e0e732636c23bf292227c3af0e70630d8338fc84abff9bc","s":"0x7949fcf92478dd105446792f1c75391e215f79db3775436888c442019a53a681","yParity":"0x1","v":"0x1","hash":"0xc07d14e1a6ad2d6b2bc2e0da4fab531aec68f01f32e323c843e87c6945710deb"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x244f1ed87989dcff3e973adb85fef611876149b1d5820e901cbc56c6fa1caa1e","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x2b17ba3c8ef606db71285f8498da20a3179bba8cfdb01d0672232f3ecb66d963","transactionsRoot":"0xce70c16688488cc35c5d58959e68df3110284dfc98ddd59e6979d9af1b6e32e7","receiptsRoot":"0x7689dd059a74756f4bb8bdf2ea10ef45aa1f51c353f24de3111df54e55017857","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000001000000000000000000000000000000400000000000000000000040000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xbb","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xd7","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f9100000000000000000000000000000000000000000000000029ebf4b678942b1c","r":"0x409e12f9c7ab15acb0dcbeab9bde09a06c9faad7e25321c662b0da41692484e","s":"0x6f7d034cf857a8ce9a0e93659cebb929e185991fbfc78efbc3977f448588b116","yParity":"0x0","v":"0x0","hash":"0xc03bd3620cd9e1560442a146926aedb72a21246b75d8695e5e5ba90af203bdd3"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x0213c79fdce9e8197b7c69524ea6bbf633d249496ad524997124b93ca679183e","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8d871ab22316e3a9e41a214a0e626cdbe370d46525d72413a704f746d01826b2","transactionsRoot":"0xbf75d935e30d7ff704e45ac2bc25f5ae79291b02988cf548966d4db83da074e3","receiptsRoot":"0xa914d499ed541ad1a5b5952aa7c8011d1ad022c5c60aa8fcf382f04929b2eaec","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100080000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000008000000000000000000000000000000000000000000008000000000000000000000000000000000","difficulty":"0x0","number":"0xbc","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xd8","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac1800000000000000000000000000000000000000000000000056bbecb0ff9fdea6","r":"0xb92994532d6afcba18c6a52340109c42386b769231c6fb462feac27cc0478964","s":"0x3393076b792d4ba995ef0f7a7abd10d4639a1237eef72eab6331acd7210fd354","yParity":"0x1","v":"0x1","hash":"0x95a0ffdee3d867ab9c12b357272315ee54e17303fb04b6c88374b961d33446c2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd4bc3e01865d7fb16388c096df35ae7948bfcb073ea8eef65d1dc92c914607f7","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf6c11a0483fb811e0b0c42c29c58f14932f52d5bbfb2ac2a56a5175a9c91ba5b","transactionsRoot":"0x77daa418fbcaaeab6ba254527de7d887ecea0453f82262313d9cc8e817c7d25a","receiptsRoot":"0x609f819735cfe8297e7764b15466d44bb40fc1f55dec59fb1822a0097fce8a4b","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000040000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000002000000000000000000000000000000000000000","difficulty":"0x0","number":"0xbd","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xd9","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d0000000000000000000000000000000000000000000000004df6c2702215b7bc","r":"0x457ffe30dcb22900b01d4b8931621cb7172a8d4462931d89746586f6ce7e80f9","s":"0x16bfedc52e19dce70c8e99cbb14df991259e18ce63d39970d9fed8de551515a","yParity":"0x1","v":"0x1","hash":"0x3c29c570e95f1944445cf6b59b48e6ae842388e56b978a6bd26c6b29155b0cb3"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x3e4a9ed56290a09b0cd356b48d2483a844078a7e6657064e0883778bb54c4121","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7f674deda1f71ef0e5a7bf28250942ff235bc8af5bd39cc52a85ca585b631ef7","transactionsRoot":"0x38dd15101ac9bd37665cb6d6d9b1e53ce680942f615ef41d6cd19c50e1f9a532","receiptsRoot":"0xd3b0c6ed6cab64cd34ef6da52e51cbc0349a06f24da88aaf54843237392b3726","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000200000000000000000000000000000000400000000000004000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xbe","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xda","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d3250000000000000000000000000000000000000000000000000f4679cadc66390d","r":"0x3b72f17b48b8c827d55c21306ac427ebf255f7ebeceedb2c6618041b0509fe22","s":"0x19e5034fef16753a6fb3cf7ad62422721c8fdf1cdc279052d7e80635869a5656","yParity":"0x0","v":"0x0","hash":"0x70392c377ff9a94ea9e0b2e43b90516481b90bdeedd0423d60ddcd2808b37d3b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xdb356b1bcbd2da709f803819daa8092fe61ec689b38a63c2cdfbcf9d4ab84226","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x16dd5159698317400f5ced246baa9966cf3a9816c1010635418c1d759e365fb7","transactionsRoot":"0x13d58c6a33e98148ba740c09782451508017b6d954a2a7fb23e98b6051f41bc3","receiptsRoot":"0x6a90deb64c1d5c9daaf7c9bcf34097c35bdbffa69aecdffc53fdc0d7b70f9939","logsBloom":"0x00000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000008000000000000000000000000000000000000000000000000000000000000000100000020000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xbf","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xdb","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000000000000000000000000000300e7cf3b6570d42","r":"0xa881f3f636dafec841b5f650fcc15b92934dab822f5cbd67b4fe3ab8382f5be","s":"0x388171231dd4d7fcbc2cf6cf52ff49988346b57e3a2c03fa04271c489460edfc","yParity":"0x1","v":"0x1","hash":"0xe01207fb647788ce26a7335b73196b49abc4f6739b7afa26d98441ea10516556"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x2f6db95161a09b47c561798672d04b31de19bb3d74d35f443aed24e2f8dccba2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xbd1a7842a1312394f2af4f936a597bddeaaf100a967384871514768b167bf125","transactionsRoot":"0x156167527f22188c4fb20fd09be5ed5b307e17ab1d8e17d63a6b4f668e8b1c5f","receiptsRoot":"0xb368b919f4d679b716239385e6d095d14730cc06af4ebac92ff80f6f5551e571","logsBloom":"0x00000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000004000000000000000000000000000000000000000000000000000000000000400000000000000000000010000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xc0","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xdc","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000000000000000000000000000454cbb70f6deda57","r":"0x25bac49e27a810041e24814086cf771957e447c7dca1aad685592e874eb7a259","s":"0x5ad95ad2f885dfb0ea89323ef6046187a251509acb7aea8d41fb8049616466aa","yParity":"0x1","v":"0x1","hash":"0x7d65df5c09ff942e5f58d812d26b489c8529268b70dd100dcad50043aa9b522d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa2e85b4e50e27a907d5c7e032d00036678aef35b68f04b35cc466b762d78ac30","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7beda5bb9ed8fceaba0ea1dd040282b18d27d144fd7dc0a8f75308e75ac53df5","transactionsRoot":"0xaba55925c2fa2cb61566a0d319a101f77856f09a2f2f908a63f70acc728aa951","receiptsRoot":"0x95665f2386ad01a70b7eafcb4e2b1cdc6f69ca740c34245127663308bd0e4f00","logsBloom":"0x00000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000002000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000201000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xc1","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xdd","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c0000000000000000000000000000000000000000000000004c612aa7299fd57f","r":"0x42bfea77086bd0ee1e7f8709b489966a15f07a8e6d98aea590b3b0982391ad45","s":"0x1c82712172fe29fdf1b6a08771b8f7580355418b37fbcd4c0dff831f6a4715bc","yParity":"0x1","v":"0x1","hash":"0xa59d7ad36ff218ec86d6c5867ae613c62bfebf3cb93dc5961e3d3055fc93f5fb"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd0576e40980506c46f01a1376acc89300d0a3edb07680bbd59acf06e45562abf","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xab6919aef6be5b429473ebc26bfcd01af591c415cadd93b4e91fd6dffd72db96","transactionsRoot":"0x04afb27dd16d65792f139e04db3129bb975bc389af8f3932746e383233c227ac","receiptsRoot":"0x25595ce7a2664be6371ec341149ab2988cb4b0628bdc4a496476692233a6c6d1","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000001000000000000000200000000000000802000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xc2","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xde","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000000000000000000000000000598aed7205272e87","r":"0x38ee953289bcc6597cf67be8625bbd9b3170bd12f6e387166dab48b019df624c","s":"0x39832821ca3928038cb34faa5d380ad538e09f6b068fdeb82300ef7a5f60e504","yParity":"0x0","v":"0x0","hash":"0xe1ac3c9367d63fbe26d3881acedc66c68f094a86563a8cc9dd49ff64beb2a5f2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x16703a09f7209b6d7ae212ac29e52995bb8a3f745aca32ecd6cd7952f26dde95","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa23bd41a5927405805ffe69830e82aa2b8e32cdac6ae2ee4aaeea6eb5a9599fb","transactionsRoot":"0x13216523889a8320961aa9d77bd996437f4cf09d1435d6f74dd2f6bba432d6a4","receiptsRoot":"0xd57b21522faf6000e860435af2046c765e05b431446718a86272c0d2b83f0c50","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000004000000000020000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000200000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xc3","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xdf","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d0000000000000000000000000000000000000000000000006e7330ddc26efb3d","r":"0xaf4aad4f706420194382786f4be4ba9f23cce2b2aa37fcb2aa745004e81cf74b","s":"0x3fd607ac50eeba9a0fd1b64bbb47b9adf7a09aa01ed5a9441fcea8db984818d7","yParity":"0x0","v":"0x0","hash":"0x141869045ed634a8e2d7773949d507022318b31c05e3428ba580147890537ee1"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc8b54aec8d8f8278526bc13320cecc7d8349af2bc5af5ba58f78987762499cbd","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3b0054eb7340970d342591eb247d44f9044de3957b4a5bf4bf8710c47713d22c","transactionsRoot":"0xc6a784174a80160e5f9e43fd4bab637b90fd567e3ac8ceb93aca33bca7abc95b","receiptsRoot":"0x4c957aaa1e034f345e2bb9fde727094ae552059b16660ff8bdc764be7f935c10","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000800000000000000000000000400000000200000000000000002000000200000000000000000000080002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xc4","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xe0","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e0000000000000000000000000000000000000000000000003f94a2da3a2576fd","r":"0xe6b5c84a57d6d7ecbc5485686608c0a9797911fbe37d8855ddef8d2f52c41698","s":"0x10a18f19ea679af0a04f6af105c116965302e660a0fbbb4d676d812950aa5a33","yParity":"0x1","v":"0x1","hash":"0x823218d8ff16beb1fee5e39f5fff77061790ce399dbf124a0559698cfb219d4d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x1b44da94a4ac930fce975f961a22e1dd57dfa4f8fd360263da894f513b2f3404","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x690940141a52c69fece40659f85d2f27e83585a44c0cc9535534c4193aaee936","transactionsRoot":"0x83783d2a8a0d5e076604e0f7a027eef7123f240b290f408bb8fc1d27dcf146fd","receiptsRoot":"0x3d5462b4824c0b6609031bcb8f01500e80d64aa5a2f90eb69d7deb2e266a1062","logsBloom":"0x00000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000004000000000008000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xc5","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xe1","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde000000000000000000000000000000000000000000000000043222dc4c4c0ac15","r":"0x398d451f44dbb35ec23039083675dfe8630d4b1c89bf87c36b9ff351af3db162","s":"0x525153dfee9093689c56cc32b670b2082c1fc71d4a6d8bff94adc823252bc133","yParity":"0x1","v":"0x1","hash":"0x9c69d70b0c01704ab2ef87781d460f7ec80a601f6f3da17001683324116d8edb"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd4d26b5b22d9c63a8c285914febe707228db500f2c9fee684cdf423fe4470813","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5b10cddfec8a1353a588bd7e1be893cb17c3e190711e47183cddd07526e23365","transactionsRoot":"0x3e292b3b1a0e49f94188c0337767e25172657d28a607b38618a780a272fb258a","receiptsRoot":"0xd1729ebb77bc5d493dd2701851e8f768d2b9800a60e06b28c52af3b257afa575","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008002000000000000000200000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000002000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xc6","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xe2","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea150000000000000000000000000000000000000000000000008ab268a9fc9a4827","r":"0x713f4d8e4eded47fc744c7d80eca95c52825a833cae2f657007ae79e02f5e4f3","s":"0x3185e7b61cb7c78f2c366766099015fef0a677fdb7176a40df0febd855f6dcc9","yParity":"0x1","v":"0x1","hash":"0x9b1a4aad97ffa8ddc4f2254f34e2d63c9c9dcf87d6d03591b935d71addadee30"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe0c911dae23874cfac55397e8524d82cae6ec3ca9e0cf4d32b1a96f39d9758e2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xbb6b8cb9e185bd65cbf4e6131c5376f7bb1654f6807bc42ff48ebe01be802310","transactionsRoot":"0xde278002f7f39797cd10da73bd5ddf5d0040791843fc308abb68250e0a111ee7","receiptsRoot":"0xd4b5800020750f918bec38e85f88299f54e75b43b7a04b2d6697649e263c692e","logsBloom":"0x00080000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000080000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xc7","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xe3","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a00000000000000000000000000000000000000000000000022997aec86aa0174","r":"0xd816253dd6e84f61e45ea5c300e790551095cc3a9d6f3f1564dc10eb935996a0","s":"0x10d8f769272f69615dac7568f053d69b57e3161f4e755e56b4b8e341b4914155","yParity":"0x0","v":"0x0","hash":"0x9af8eb45b099a8c02a73e4d9e6e6a444c48c25a7c7d9d6b353a0aef3bd4a8681"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x35b27fe2d08317dda2e3b86dfa72aa3de8ca5383b9554ab6c0f68c8af7254eb9","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xcdebb2615bad48cbeb77fe3e64be747719e08ce2232a715abd70bc61dd88e170","transactionsRoot":"0xf443a7e90c67da1b1552a2c45ef61af1cf768f15bcc7b08c90f938ab1e5371d3","receiptsRoot":"0xc874b8fc4f7a2c5d0fac2c4ce35cb58eeefdd63515881f85489ce1012d86097b","logsBloom":"0x00000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000440000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000100000000000000000","difficulty":"0x0","number":"0xc8","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xe4","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a200000000000000000000000000000000000000000000000022cd6f987e0f1fd7","r":"0xeac129deb2229a6c95ba307bbe9d3a2d377473285bf3178adbcbdefcffb3541f","s":"0x4bb2dbeaf0d1e2e563286a08cb09bb7bd4143d05466d5e35f5830edb13e61c27","yParity":"0x1","v":"0x1","hash":"0x7f655623871e6b4b6d6b43ae2aebf9541054556d66a4b6308fb64acfdc0d9939"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x733d07cd2569f91a077adf8ddda7820f564070c0a671f27592fa96fb74bed08f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x220ce9c572548d12ca7de320295b621eb048cfecdb83afff8dafb0d0cb264d26","transactionsRoot":"0xa87e97af631e646c6dc4bbf238eb1b04efc9125e08318b986ffa199000ce9639","receiptsRoot":"0x24dc96767de599f88c47e79b6c1a565a9aab29b4b3d351cf90026a1195dd3d2e","logsBloom":"0x00000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000020000000000000000000000200000000000000006000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xc9","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xe5","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c0000000000000000000000000000000000000000000000002f03491c799698ec","r":"0xe946807cd0e3113a264aea8076cecb81648e9448c6ff234aea49b6f6a4d58509","s":"0x69b89d85cd10e492c705449e16805383d09a9eaf95db28510b6f7d008316b52c","yParity":"0x1","v":"0x1","hash":"0xc453005c7baba36ce8cac483f628a9cb310f7484bec8b06250c9590df1220681"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4937c4893857e67cb9ac65ddefc5f008a51f86d8c06107afa7d7fc591f7669f8","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5edfd0f20371a78c55a820bb1b572cfff8e6fb8103c486b09ac91e591198ec78","transactionsRoot":"0x21027f60e4167f4acae0597afe320c8d9cb213ef73dc28e8b3aa34c8f978d5a2","receiptsRoot":"0xa065d5740a868c0d87ec792feb7a38ffac5e4350ac664844d8d431217e86acc9","logsBloom":"0x00000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000010000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xca","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xe6","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a00000000000000000000000000000000000000000000000038312cbeff92e5ce","r":"0x48f30793e215618360663f1f8e0dce1728d4e733829454e1fc64995708b31f95","s":"0x50385b3361c5101e1b34ec6d982e10c9084b0ee39a1bff2120ff8c223b24862c","yParity":"0x0","v":"0x0","hash":"0x9640c9428df6527dd20b99d47d2f128adea632f0f151081de4c41cfc7519ad16"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x64e4f2113a5c6ccb32163c7ba05bf0fd080f4d8670114476f28db0757bff1639","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd0de2f328fd02fab4ae19c285c32d1ec16bfb1da8644eb0affeb9d200eaca862","transactionsRoot":"0xfd98deaedaf2efb3c8442cd826fac6b3a2b34d9297d6be6d1871fab1be261521","receiptsRoot":"0x2c9dcf12301a39295b458ef069aaf75e8da6c3d6c37451cf40604b3a03c7b618","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008048000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000800000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xcb","gasLimit":"0x1c9c380","gasUsed":"0xc876","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xe7","gas":"0x114e2","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000035304262b9e87c00c430149f28dd154995d012070000000000000000000000000000000000000000000000007a87f16164855f4a","r":"0xa1d5c8e27336509b20c30e239281ed1f402714f72b6f8790128427079a437f48","s":"0x1c4f001725d633e7dfeebaaaedbf7dff581c3a3ebfd3a15e53fcff07e8fbcdd8","yParity":"0x0","v":"0x0","hash":"0x3cdb386536c5765a1c0ea6ebbcbbbfec930125be2d595ea5bf8de15ab5c82827"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6d35039622927dd320cb6ffb46812d6db118a144fde62dbeb5a2e80fe9cb254e","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc1c5e2fd90343ff292037d164b4d3793daaa6a304a2ca49d64a6dce9ffe497cb","transactionsRoot":"0x3c169246da3a4fc4f97d9cc4d6be85e3876e3a305a9fb23e45810193bac5ff62","receiptsRoot":"0x70f8eb198f010a141f7eb04ca86a7dd3a5159a6aadd3cf7bfe8c32d284b2dcf8","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000080000000000000000000000000100000000000000000000010000000010000000000200000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000040000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xcc","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xe8","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e3300000000000000000000000000000000000000000000000051f08614c35c92fb","r":"0x58e039305bfae3978bdd6dab776c7ef761a88d41b88a3e56d4ce3dc3214a8bb5","s":"0x2e0177f17f30ae7203ffc19888719362af30684f24419a32c2460da89bcba465","yParity":"0x1","v":"0x1","hash":"0xc7e700cab395fc0e5fad608f35c076c41e88384e1b96d3de7076bc6d3e97051c"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x2a89f7ae9acec5bbe95411d58d177058ed0b5645c38179b74f71ca52d21485c5","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x200aedd564c684e61379304061b9bcde32702d1de0d16640b9a22942d9019f33","transactionsRoot":"0x5901e6c33075d3fc350f112e2e378d16aab4e93b0dbfefc4c4781b3a3dbfac24","receiptsRoot":"0xe8068693ee7c06784b0eaeb2aaf4ccb1571e6a0370464165dffbb1cc0d216ca3","logsBloom":"0x00000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000004000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000400000000000000000","difficulty":"0x0","number":"0xcd","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xe9","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff00000000000000000000000000000000000000000000000024109a665095c888","r":"0x42f7157c0039bbd1091d8fe6fd667b47b991ec1c099f00fb5dca35e7dbccf7af","s":"0x74443e0e4ce9509120c432283627ebe088218b56c5b8e801f701bbe486d5d0d1","yParity":"0x1","v":"0x1","hash":"0xe858ebde90a34b523798f2f0deb874d1659f2f5934af725da29dbf56ee0e227b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb967df95932243749a14175d1e58a6d315b7dae10261ca948312640ba22b9e7b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xbbb3408b5fe8db5535a04170f6d8fe7e7b9a33dfcb5dcd8e8db6ad39fda1297e","transactionsRoot":"0x3b933d989f8b971dd8e4d1b40ff81ff5baf68b33c28d616e93b24e5d42ab498d","receiptsRoot":"0x9d1d412a44e4b3f8146b1db8b0a848772d72c782b376e9df14cd242e3c725dd3","logsBloom":"0x00000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000080000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000200000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xce","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xea","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a785440000000000000000000000000000000000000000000000001b5c36f1c8de7aff","r":"0x40d2d2a86731c540fae355239f219eb1a13989ac238969cd1c52e34e3f9f220d","s":"0x5c819ef5640325b5870d3334eb417311db5eb6ac0cdf9976abb2baedf3986252","yParity":"0x1","v":"0x1","hash":"0x05eb68d777ac43a18bc3a577bb1cd2eec1ab7fb5e7494a0ae3367bddde232565"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x9c9a01f9f5bb459bb40269188c4d345dfffbaca3fe85b998bce22b33225dd15a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x640da54de8b158cce7a30941a77cad4d6ad5190de9063d6ccf8de428cb679f9f","transactionsRoot":"0x1a8fa91c360674835c623a4fcf8acddcd2390498b48976fe4149adde5f1e7f5b","receiptsRoot":"0xc6479e12c149afdca9d34c39494dfeaa42481cb353ccb1d5140ce11739ad9510","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000008000000000000000000000000000000000000000000000000000000004000000100000000000000000000010000000010000000000000000000000000000001000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xcf","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xeb","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51000000000000000000000000000000000000000000000000749bda47f696ad25","r":"0xd8a7c38d6fc1383d5e35941a65c20a6cc3ab128986dd104a77fb49b831e027f1","s":"0x1f671f1c289d6c26e23c45f9bcfc58ee0529df5abc5b7ba8c6e276cbcbd2b64f","yParity":"0x0","v":"0x0","hash":"0x78b3d5b57efc09195064eb6d8dfda6223461f8473c08e448ac41b391097d6773"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x338b2fe4054d7c9446701a9c449b6ee165297e35f53132bb9e2c824a59eb051c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xcbc49b3b3a9f4b7b8c6eb6d315122ca8903ace4409fd7a42b582f4b6d9a3063b","transactionsRoot":"0xe9a8df99b7596d79b6695dc0d861cc801e161596de597a9174a3200be52ef853","receiptsRoot":"0x3ef4bd74485c66cf2028f9dc7bd21a2e50fdbfecbe20635806905d221d2d9d68","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000080000000000000000000100000000000000080000010000000010000000000000000000000000000000000000000000000000000000000000020000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xd0","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xec","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000042a63149117602129b6922ecfe3111168c2c3230000000000000000000000000000000000000000000000004047d566deddfa5f","r":"0xe8b9106edf8110cbb04d0aef86d3496dab1893da905f533c67ac8521099dc062","s":"0x1f3b334b4a4c664ff02236e23e3ffbbb58fd3453521c95cdfa5df1c78f163bc6","yParity":"0x0","v":"0x0","hash":"0x86f94acfc2d3e17eac4df634139649a9d3ca0090edac9a1e6ae2516d9eedad55"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x19329bee68a256b4545058708aec79dc1859baeb291e72805706161d98c3e452","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7775d8e9532f8b3d17aa3ad09479bd9e81e63235b637fd27f8c5ff748de179e1","transactionsRoot":"0x105b21d2397444789c6187bbdbf582360f022ffbd19b4aba58fa406e3d797928","receiptsRoot":"0x90813468d34f7d0aea7004ef56e0736a8e7f696e193e68bb22d7c0c332ac8b88","logsBloom":"0x00000000000000000000000000010000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000010000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xd1","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xed","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04000000000000000000000000000000000000000000000000129529541e807c45","r":"0x7a4cf8e825ba2808a2b240e2a9d1b36d96b3e622384ca323242a455ae708117d","s":"0x4e65b726f782e6d318631a7b7cf608d3a90804e4c3ebebf6fb8993e767a9c94b","yParity":"0x0","v":"0x0","hash":"0x413b75abb3219d0bb0846b4c759be3631b70beab4e6743e533a80632eac0b1b0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x9693f11e471ecb341889dd24f3a94a2d1a37df93c3bbd7694ca0d9ab811a995c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xbab0cdf9576e0f2c2fdc5b6a08a836512af2b21d473e4cd1137a81b601e30c0e","transactionsRoot":"0x0592a885f2b362ad090c9d3101a0f0218d9fc9ec7b52c35b03e54772abbf245b","receiptsRoot":"0x89d1ad5b79089378925572725be105a45b66de5de49618bcbbef50e4f795ed67","logsBloom":"0x00000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000040010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002004000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xd2","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xee","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff0000000000000000000000000000000000000000000000002ff96ee5f4c45346","r":"0x6f6bc1484ca7fe32dcbe5a4065b44f8e0b2bbf274c54db091d3dd263da0cdd65","s":"0x7950d100f041b1b3847013094c596048ab673118e00d0aa39b49de6638a6cf5b","yParity":"0x0","v":"0x0","hash":"0xfe6357262cda264f4637e1e04304d06b71ad97bc889c61c90794f9254c6ef236"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe8546a14965481b185a6166a58c7345a9331b06289d5eb3e5117f4fdbb226700","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x493f318cd7cc843b546b177b3b4cefd818338ab4fdddd4bd579f8fb91817222c","transactionsRoot":"0x3103576861135bd7007ec62b18f82e839edbbd73c55f2ff2b74a2afbc7d3089e","receiptsRoot":"0xd9ab9a8b863bd895e00b6281894cfd9a20c54a753f6249ba6e1b2681352adc5f","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000020400010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xd3","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xef","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74000000000000000000000000000000000000000000000000512d628d4f5142b3","r":"0xf1951ebc55b862154cc7ab6d1939315fcef081c0eab48d30128e6e8140fbb04f","s":"0x41a505cbf5a9d49d7a5349121ee421599914ce1bb665a8ccd9bbf9cf6bc91a8f","yParity":"0x0","v":"0x0","hash":"0x0e6babcdca269199257ddbbe879b362438ffd7c5cf0359b1cc2bd5c2d98cc0d1"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xdcd7025bd3d24e5744a8b0b4fa34a2c6544c19f2cf014a2f4a554d9fd92f9b4a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x9aa2f9f855d6358f6c8a85be1a36072311b3660ba72031597fc2436095f26d99","transactionsRoot":"0x52aea37099c78b22545c7b935eaf89fe87699e5102abb1d98bc0037c725865ca","receiptsRoot":"0xb4c65a35835c6c2c1cb07f0296d460398586a806895a50125375c8283bd047c1","logsBloom":"0x00000000000000000000000000000000000000000000000000080000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000022000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xd4","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xf0","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc0000000000000000000000000000000000000000000000002951ecf8fade0441","r":"0x219b5e2419533126a12251226e58a32c542a6b699566b0145f4796b5acedc02a","s":"0x7390fe0d50e461b6d4104f1e4335fbce693f7596a9c67cbc037070abab305f89","yParity":"0x1","v":"0x1","hash":"0xd3a2fb2b965a48d81e97b9435c20a3f5522816bbe20863491577b0091ccb4384"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x7d0bca2573983734677c32c18bc53e9009f5d6f11db4261e870bc8debb271ac1","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe7d274a97fc95409e882e8148080db202074704f77cc2c92eca5486b9abdb598","transactionsRoot":"0xad507968a389f83fd1f20d926879b3a8dcf7d50efbdba3a74563e5753b12f424","receiptsRoot":"0x2e2b96abc4d62252cfa04d9eb8fd7f16f28923e511e8ce879e30780b8e95d5ab","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000008000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000004000000000000004000000000","difficulty":"0x0","number":"0xd5","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xf1","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a45022200000000000000000000000000000000000000000000000001a1ba04ee1a41b73","r":"0xbff8c95da5497f929751daa2d2bd708e92fb5e9866c7e48788e7f96e4b244933","s":"0x14ef43ed7d36f26e4fddbf1b66cbb021d03b3d557749e962e83d29901c19378e","yParity":"0x1","v":"0x1","hash":"0x79238fb22abf3425a8c960fefc773bcd02a97e2266c06ed50375622564d2faf4"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xac0cc956b0e54344e3eb10cc9f760e364c9d70b7429d8f5ffb60a96f4fba2ab8","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8354c22ba3637fe83eb52c7f240fc2ab14f9d2fa9a67eb99baf87380f15d808c","transactionsRoot":"0xe952159f7f0d8b484dbf320fd913ba2df038f141fa1504c258188cc97552c74c","receiptsRoot":"0xc4a297ac4205c5e28adb82fee27e16c62227e5975711a1ec8c920bff4c390140","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000400002000000000000000000000000000000000000000000000000000000000000000000000000000200000000000","difficulty":"0x0","number":"0xd6","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xf2","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b800000000000000000000000000000000000000000000000016a09e5cc91e09eb","r":"0xd3d67a98792730787f1948277993df72f2d98f987f2803381f7c005e4d7e6906","s":"0x1ce089b428f892e105b4e75f288b40f615ab536a7d4f66613c7d7d5ebef7fd7c","yParity":"0x0","v":"0x0","hash":"0x189b88f849085ed137b8aa075bc8c50175f2703651aba276cfac7b63e43c8ca6"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe8f8735a6d6a6db1950b26d26888c9abbc54dc6a63b4bf278a0e7acf8430b755","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x67921cb4183a7b9508cd9098b8899cf185841cce44f485e79e000fb06fabfaa7","transactionsRoot":"0xdbf53cdff6d9bb8e23424dcc2a15aed6725643f63e25fed37cacb8aabab6e85c","receiptsRoot":"0x13517ede387d5349d7b5ad17f61f3be4d2cf2ada8c5454c982e32da3f6f3651c","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000008000010000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000040000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xd7","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xf3","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d190900000000000000000000000000000000000000000000000060f0389daa707614","r":"0xda3f33f80f98b1ab34c8077ed7eac6e9d0f2e43ca221e4bcd08b7a8f84520e90","s":"0x45ea73a673299f348a91f89840242f16a17601c1b8a14b21a08976a813b197f8","yParity":"0x0","v":"0x0","hash":"0x0f648bad5dc3e28b8591a0196a7d4de5a22f53531a6beddb61e835d9ac149eec"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x710ca1520a827e17881e133840da2f6f55cbd307cd94b35067d5b033bbf6d005","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x6a831da47538b1aba09b5446216f20b9f70418da7bf298f85e2b653fb7441e3a","transactionsRoot":"0x12492d20089c2c506b177c4810ce13e3aeee1d5d8c98fa87a72c7721ea26b71f","receiptsRoot":"0x772faf1c5bbd079ec1c0abb59dbd4cbde8ae2f2c36de73eafb1c962aea571440","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000008000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000010000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000001000000000","difficulty":"0x0","number":"0xd8","gasLimit":"0x1c9c380","gasUsed":"0xc876","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xf4","gas":"0x114e2","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f0000000000000000000000000000000000000000000000005d00f765584df03b","r":"0xbe386621a6166f1eb2bebc7adadf43cf7d191bb020910575147548abd3327f14","s":"0x47b85b24e1bbd4cb9d0da31f967080f198a90853e09ba7136e0e90e1d6910157","yParity":"0x1","v":"0x1","hash":"0x42a831ee44faed0e501ca6e7ca3f5a3c81fc63b13fee6d419b679a4fd2a16d67"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6c3d8acc99b35c9403f81120cc0bda0c8c5fe4af7bfde443e569f426c61278c0","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x186e513534f3755c15eaa7af6ce812994aa25b229f1cac82bbcf7727435f361f","transactionsRoot":"0xde610f898865195353ddafb5ee23ea45a5266da97dfd13eccd23d7fd0e42d1c1","receiptsRoot":"0x1a20c2713b09485df8585dd1246008a0940efc551f321ab96549f787a3df731b","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000008000002000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xd9","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xf5","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d0000000000000000000000000000000000000000000000002f8498dda5bb1dde","r":"0x3901930388c83a2bd6758c4dba6c0b12183a233ad438acd88f417784d15e535e","s":"0x2963b97ee99b4606f3ecc5b1c89470cc805cafe6c8b95fce7a33144a03ff850f","yParity":"0x1","v":"0x1","hash":"0xc17806570c4d45777127c7a66067afbd400a12d228dc1264ca634367297e0f92"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x903941d46d4dd799f48149ff1a267bb3348e28ed986d52a057a7d936ddfd2bf8","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc1b6c42bb3a58ae1999254f3d46902c4da9b37018f0648f3477480f5158b4b0d","transactionsRoot":"0xed276909c0135dd42a15c0ff691d9568588ab464f5e863d18d267a9e8e178d0b","receiptsRoot":"0x9dd9cf33add55e84e58cc11e35667160006f0aa0ccf9506c45a6c65f47944f33","logsBloom":"0x00000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000020000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xda","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xf6","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","r":"0xf05827b99ef3cb2410fa709adc3dab8ad68e7fda230e4df6f695b392ef814da8","s":"0x691a64db06d829bdb414d8f3bab089ff3498e7c991550b1c663745b8b72cc28c","yParity":"0x1","v":"0x1","hash":"0xed1eaf9721ff7dd94124b164831a3548626a42b450a93b874669d37a09629f37"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4ebc4c85f3a11a10d6bb13a3e98318290e93ab490815110d69b724a31d0bb576","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7230b2252a61a5c76c948dfe23d8cde4e030e4cc8bb1d9d3ddd4367d41ad72eb","transactionsRoot":"0x4104ff0ef9c1e65ecda8c78a3d128aa4cd897a43207db2a95c846223966db812","receiptsRoot":"0x3b8ae2c23c38d5d19d20b2a3e4e0f8f39068968731108b5accfb0d0d5a2ab373","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000100000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000402000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xdb","gasLimit":"0x1c9c380","gasUsed":"0xc876","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xf7","gas":"0x114e2","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad10000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","r":"0x714921d2fed5f47f03331146c9d861ddb5d88d39d46316f95ff0c1e253ad05e0","s":"0x7f3ec2fac438fe7df367b3df1b2d38d2c8863122c3658ed79ae4b3ee10b24674","yParity":"0x1","v":"0x1","hash":"0x087b23d8fef13f69bec573a473849d98ec478b98a732d481d694c72810291395"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xadeb916803988fbf852273a93a1cbed025b3ba48b687e8d2129acc795805e522","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x2a2b03b56b38be827e3574b34d92f1f33f2765f82ec2d9fda885a1f91e10db27","transactionsRoot":"0xeac71b1b830fdef1a31f2b66b9e4a341e241b1ceb2f2a0f277162777a29e6dc0","receiptsRoot":"0x0f2a867a44840d1fe8958868a39424ee719433d5b8bc76446b0e924bfbe8dc68","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020008000000000000000000000000000000000000400000000000000000000000000100000000000000000002010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xdc","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xf8","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c00000000000000000000000000000000000000000000000001bd4943ef7e051c3","r":"0x781acaa60301850685033fc62a4aa84e85e67fa8894b6519376d30a4a2f24c83","s":"0x5e1355987da2723e5bcb0fbc5b8c7f2942b4155a493d03e6efea842f5a8a1aa5","yParity":"0x0","v":"0x0","hash":"0xdcf23a6aa00513f3aad533db32fb9e950688d04d4416130f7b1dbba83636434a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe1a4749637075b65a10f0652cb4c7f481464c7ddb206943ea1ba15dd2dd072b4","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x55a487d67b5e9ff65fa802c3a3668334693c3079c51d415f6213cf5b985bf96d","transactionsRoot":"0x600b0de00ab28b7391ca59cab9c4ab653ce6e5dfcc709f68fca19f8325fbc9b2","receiptsRoot":"0xaf011b4a8401f3bf51f60d3e2b3f8a5009d0a047275739d6de141880ae4945dc","logsBloom":"0x00000000000100000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000040000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xdd","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xf9","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d4920000000000000000000000000000000000000000000000005cde953af7a868ea","r":"0x77095e4c9eb437ea22834daf1a5691fddcc957a2bee46ef125d7454fcb1373a7","s":"0x44f887c6fdc1801c750851582af888f344ac643afc380bf40b3cca32b640a268","yParity":"0x1","v":"0x1","hash":"0xcc1baa7b4930efe819534059c27f5853f7786e8c6cebce12ddd8cf35e443e25d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xef7f8e0e27f6f55db683f4368ddc344727de80484b5f07c1928b1274e0a922c1","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x54e00a0890492054f27bb6fa86a7acac60485096bd83b840c06f274c5f5fcc99","transactionsRoot":"0x0d4d047fd6bc5eeedf2e737e78aba3e23859151459606b819fbd70dd72d405fa","receiptsRoot":"0x932547aba5531306eb5f6d29b868981baabe0eedb2086570a7a38a64aa1c9689","logsBloom":"0x00000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000400000000000000100000000000000000000010000000010000400000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xde","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xfa","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a00000000000000000000000000000000000000000000000078999484ace91c39","r":"0x8829b6cb82017518ab4e00647dcfbb67507f96e4d0c9367802393e3a06d5a3ec","s":"0x72265d837769b216626a9b862ac891853df576414f7b65298831ac0f3e493919","yParity":"0x0","v":"0x0","hash":"0xf1809fffeeff6f4ab574345c47cae211d8e3628ac3b705ce69a9a03770e5bef4"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xbe017dea776175804b1ef662ca0dc2083ad2d40f799bca0f66725ace8633ad7a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x54a46df6c4eeb69ced4a0ce897423b40ac1951d4750a86f252b220d80e0c7dae","transactionsRoot":"0x05fe9ab584d519b3db7d722812c1037533df6b9692a75ce84398f427ae9584ae","receiptsRoot":"0x4b1da9363cbc6610817d51514738c71fe86cf64d5a110c6749c4669f2444e928","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000004002000000000000000000000000000000000000000000001000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xdf","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xfb","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d00000000000000000000000000000000000000000000000039f4d3f2cf92a422","r":"0xabbc707fff3452c7c95cfeda1d6b7f6c539135d57de5e2d574800797b87f10e9","s":"0x10c234f44b69da373db9fa3138f2b30c0fbfcd9bfe40a41d75d67947564d3073","yParity":"0x0","v":"0x0","hash":"0x5b8ef82e3bad2507ae6385ee7c21e5e4c32d835957a5aca8924ad0758a02fa77"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x19263ed7e19c1205c2bd959a4e8bed9b1de40d7d7dc3d009e2bc098b92312c74","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8587ccf63d30bc32e2db4900ccf414245da81b102dcbd746b8d9d970bd65905a","transactionsRoot":"0x13d791c60b900cc5d3ed59bc798bd27c2c3e754a7ed2c3c071cfdc3a25175b61","receiptsRoot":"0x11e86046e61573b201248b352333cc568d1f22911398642205c96ff7e1742aba","logsBloom":"0x00010000000000200000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xe0","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xfc","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad90000000000000000000000000000000000000000000000002d140bef1be0a9d1","r":"0x954672ee446a7494dc81a6a4d9fc1122c3645fa61a06f73a34886d29645e78ca","s":"0x1422945d3bc859e59d50683c37ef72d58208fdb1c7e34871f424f778551c04a0","yParity":"0x0","v":"0x0","hash":"0x468df75b08a4e4aaf37ecbd597b992a8d04f8985ce7df3a1b53faeaa25a45a66"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x22c46cc2bc49c65687d5e62757e8b4ba65c10fa6b6bf559ffb3d141f303f5f12","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7710019a97d10fd296ca074d0bac52b59da1f73eed726dab6e989ff96f57db6a","transactionsRoot":"0x473041231f45dcff4dbd4371420a2b1cbab9464be44b21caee9fcf240b35f1e4","receiptsRoot":"0x14a8a49a0b8b97ba2f70153df2eff7254262c4f69ca5b7ea1c607175ab6ab9d0","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000200000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400100000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xe1","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xfd","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf50000000000000000000000000000000000000000000000003bbfc153bbaaad52","r":"0x6b3bb3ce97a2a281455b49394a943438729a1ad162f76f151dab1e64789668a","s":"0xe00c8f2530c5dc063c62ec878b819fab8e4bc225268f6e5c269fbd8af5a01c7","yParity":"0x0","v":"0x0","hash":"0x90c511a9a77304a7c610cbdae923b576a9db4873e55bc30b7f2d6f8aa807d2c5"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x9decb7418b64e11d7c92b9fab0d245217c1e71157b9b0c2dae8e213a035461cd","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x9fe6ec3a27cfa00c90f1d947dc1fffc364c325f8868d8ca52bf8528d8f6b4ace","transactionsRoot":"0x783fb38676766b3d22bfaf245b9aa6f327f358c49030821982ae6f27b051cd1f","receiptsRoot":"0xf85e3feefa27af5a9987affcb5f79be9d6f7b18bc9e0874fdac00dc9a37d957f","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000080000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xe2","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xfe","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b0000000000000000000000000000000000000000000000002703a666cad171b0","r":"0x77325c6775a63b1dfb5d1f220a550b2d487cbb43edd57767f99cca8f0a978f9d","s":"0x7dc6708f49f5a6028f4383219799b3896bb19ca83f22a0c29f0bbda7e3ca78e","yParity":"0x1","v":"0x1","hash":"0xe188e924d5c5f6c49864f92d0e21b143370b8822aff938cd485880bbaf8ccd65"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe3a066ad6022cd782b1aaeff6bd8cf01781d86d88346f94c28550c0fb4b95d65","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xcbe629b68f28e9d7425d6f2165468a7f28bf8bbf9e9f66d93ac1a0ee2ee1f966","transactionsRoot":"0xe374b2ce283ee073c44a61b5040d892d6b332c8b54c01709974b6232439200d6","receiptsRoot":"0xf238f52e2a70c7008d69dccf088da7e1c50304a75e765fcb56084b829c0e496d","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000008000000000000000000000000000000000000000000000008000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xe3","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xff","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a000000000000000000000000000000000000000000000000539c867c7e3bfd3c","r":"0x3343dfb3c19ba27b55dc60fba62fc576cd7cb420c4ffa5ba9d8bed1c5d34d92e","s":"0x66ebcb04df9a60943e504b80ff1327c3bea1261b953d1757118a0eba8f90828b","yParity":"0x1","v":"0x1","hash":"0x8224876a84f24850f4992793a34e9162db280d24828296b99f61b07e7a397453"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe75a6bd13f9d0b41560f0205ab537dfadd2417864009bfee3e3279d06f7986f6","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf3c8a06c12c9e3034d82ef66d50f4acb2e36b9538314d7d6950646d666e5d41b","transactionsRoot":"0xfdf0b33a7338ff8fac7d7bb7bd92f9708470227e30e6faf7ba3bd8e4d15be145","receiptsRoot":"0xc131c61b67d0c542e49449d1b96591083f88735ae3376e896434a7d820a8dadd","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000100000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000001000","difficulty":"0x0","number":"0xe4","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x100","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f00000000000000000000000000000000000000000000000034ec8b2e30a30bd7","r":"0x4f6444adcd732e366de68f56d7aab4032e290574b68feef8fc5d11fd5fe2a637","s":"0x6f2fd719b37029c6f94476eda01e404c68cf7c9ad5c347d17de0408343ef0390","yParity":"0x1","v":"0x1","hash":"0x8ae8c95e0ee0c1a046244fbcff6ce9cfedfd7067f895691d168287e5b29aeaf8"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xed2bcf9428872ec8dd6110ec5e82c2b6361d27e17fd20697ee210a968b12a0ee","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf0944af11600ee1ce2f194e54ac79c100d3d887df46f1ca1e3be435f30c765bd","transactionsRoot":"0x6d8b42a07f5e6fabae7ec2ed5d0a0b176cebab9eef8f64fdcdfdf9e85d23e729","receiptsRoot":"0xeffcb05cf460fe16d177b97c056fb1fdabf242f6c4bde0f3c12f51939ced95a3","logsBloom":"0x00000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000008200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xe5","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x101","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19000000000000000000000000000000000000000000000000580fd18d39e768d0","r":"0x64bf992c3d6cb6442d05a390c4e1d824985c81e132b5e6d4b774222c2b01b253","s":"0x54f4dc2ef842bd710ee10f4fbb12808c24a6280b27db0c60c41e83720f125238","yParity":"0x0","v":"0x0","hash":"0xa1a5fe1e2aac96d6980ac3a8c9e12d20f42b0b6542ff727cd2e020bc2fba0513"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa5937bb3f3e6759eea1948a72a9b1ca03c16bb6390e45efc4a5aea79ed5406c6","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xbff75feabadf6f78a2623ee47be57b39087209776ebcffab17fe4351f384eb7b","transactionsRoot":"0xa438c6a3cb1703c243571c9258afe7a6c8d85a125542c71e171da719363168ab","receiptsRoot":"0x6b4085631852ef6f906de7052c26989a02d4d538dcfc9dc263b9ba9bef51afc1","logsBloom":"0x00000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000400000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000002000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xe6","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x102","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5000000000000000000000000000000000000000000000000185ead5d59e005d7","r":"0x1eb1f27fa459a25cd0556f2e0a4970f6ee60ab1a83fd668e0a758875946c0bd0","s":"0x257d209abc9d6693f05e788cbfdb319b261ddd06e53d4fb48632006b0dd4add3","yParity":"0x1","v":"0x1","hash":"0x5504f07bcdd3d180d595862d455da7cd4d4b92ddb4384545a7aed3d0ad270f1e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xcbca2d28520f18fde01021fcfece8227d9b787c348150db976ef3e5a8cda414e","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x507baa51fea786e81ca8639ed785c73562cd2c1d898c3bcbc6bcde82149b3600","transactionsRoot":"0xbb7a4c7e9fa68a72ff191e554c48a58defedbf4c34cec819a5ebdad6d3e45657","receiptsRoot":"0x70da0628921eeccd9a3a0703b0687de20370ffbca00879be87225ec553131046","logsBloom":"0x00002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000008000040000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xe7","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x103","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da20000000000000000000000000000000000000000000000007ee8b22590a6071f","r":"0x9cf096476dbcead3b9f6896ecc5778243b456af255fbaa7bac0d205ca2186e53","s":"0x112d741b5a2ce7294ecc7ea9820a585cd056bfc8b50aa724446d43c315991b79","yParity":"0x0","v":"0x0","hash":"0xe751b12715f2b329d7883e42436fe984fc725683664a5dbf00b96def3c706675"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa98411a83534115d88417e7da03504e1f850f56e48c76408ccc45d367adae8a3","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x1a0e8be2dd4aedbf61f4e6df12ab435f7c351b2de872e038be5ab06a5e0870b0","transactionsRoot":"0xe6786aff1b6f292bbf4bbac0bbce8fc65ffb4daee29b0681176e6b8806138bcb","receiptsRoot":"0x4c2e9e1da89be3d789f8fdee879ee8badd7f29548d43fa9b688ab94f6b1d26e9","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000002000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000200000000000000000000000000000000000000000200000000000000002000004200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xe8","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x104","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c1830000000000000000000000000000000000000000000000004110171a4c1b2174","r":"0x98cafc430768892847ec061663f4f1f8831a181dfac9347c3c5d6128d24f8b3","s":"0x47e2433beec0f1bcf06d36696606d6ffcf272cdf1d431b976da67e2659022c4e","yParity":"0x1","v":"0x1","hash":"0xb85833fdf6c0a4dfcbe0137ded6682deb9a796936ea2ab726412faeca211d1fc"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x06c89c9eefa980623154fde2e5336806d5a4ebf2712fe8e939df8de443b532c8","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc149a723d976d73acfedb896cee5692aac4074d587bfd654d98aa4eb9f5054dd","transactionsRoot":"0xe6cb14c217fae3335d7e4ce2708def38d7f227997c2bad4b515ce59070cd1162","receiptsRoot":"0xd7b565c739dd3d8125b5f6662d89cae76e5331612fc2e65f7938d32af9dd284c","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000108000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000008000000000000004000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xe9","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x105","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba400000000000000000000000000000000000000000000000001570f3822260154b","r":"0x4376e85b88116af8f8636194c0e7226b781509f09a1319165bf1e8d552ef45db","s":"0x6589c608b012d665d4bf772ade59e74e6c4dc044f69d21fee7b384f24494f5c1","yParity":"0x0","v":"0x0","hash":"0x74d297010341a8c74c979876b60f85b528ac0523060c7df1117ac2c93a35dd3d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x85ca7c97a74f769f90c93ec1694ae396fcd843402b83042129f5544ea831e8ea","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe552a54c2e744294390ebfdab5d2ba8edefd9b4ffe33dd865fa5df647b0d8fbd","transactionsRoot":"0xfcd89cd5a84904fe529cf30d01a2fbca6403cdcb837e668e8fb7d238770106af","receiptsRoot":"0x8802c291fb7fdde46165732502056be7c862a8031a15efe33a4cecbd56f4f6c8","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000100000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000240000000000000002000000200000000000020000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xea","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x106","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa00000000000000000000000000000000000000000000000080267dc069a25faf","r":"0x512cd984c2da333436ac89bdf58f68799403c9a4371ae9b049a5c3270f23e973","s":"0x4c6938bc61aa4929517692f8ef12ef36248a65fe96e0febcfc01913a72d70d43","yParity":"0x0","v":"0x0","hash":"0x82227d6b072586f2ee2f7714eeefa77a610fdf5b36d98bfc8e571842bf810567"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xab16adba786ef0275b649d02e1a6850d769faf57a7d78e0f628eaf45f42c5f5f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4d9f112bde3008450f7c788684356aff3c6d081ae5c249bfe73b5cf7c1bfb058","transactionsRoot":"0xafa1d8ccbe4eabbedc087e9fce1750648d50be2f6b4ab89cb7f95b703015b597","receiptsRoot":"0x4bbbdfa341979158e2bf99a61c59dd4b723831d85cea6753aa76c9839a4ffded","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000018000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000020000000000","difficulty":"0x0","number":"0xeb","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x107","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f6166440000000000000000000000000000000000000000000000006545d716817d36a9","r":"0x8f5c1d1bf433021614d71af34e8ba92b342692a740143e5634315f7ee40943f","s":"0x71a3169caeaf000ba3a338861b8ac3b6e281e247065b4d8c715216747b403855","yParity":"0x0","v":"0x0","hash":"0x35deaee6fac66ed97b47716006f52a1d898afbbfe485a36b982410bb4e0445d6"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x3373100e2b4382d9352960b7b89e2b8e3d12898bd91914d82e04a1ba857f3aee","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x84bd993c8dd6dc3de0c442db6086aa5d376971e6ebc4fff0b5292cea34fe8b83","transactionsRoot":"0x4a3739a4a57fe04f9392be88f125503b2f640b0b05ae1cd7634acf51308eb501","receiptsRoot":"0xce50787f8c2dd092fd72e3cf5f4c0e5e0177b0bef7f18343f9ffb7f0d36c9566","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000008000000000000000000000000000000100200100000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xec","gasLimit":"0x1c9c380","gasUsed":"0xc876","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x108","gas":"0x114e2","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e0000000000000000000000000000000000000000000000003a7c536d83f91028","r":"0xa6752bfa2692cb6db2bdcafb3af323fe851c6eb48a0a923b31e9d1a5519cf6cc","s":"0x3ee184fdfb157294af874faa229867f2a45c1e63faa513033ad19756eb377c53","yParity":"0x1","v":"0x1","hash":"0x96521c0073c2f06ddb68e1a7895ef68c9a7bc364808acc00d02dcf95cafdf434"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8a275932f62c975b6b80443673f7459a65d6833c126464cface613a719c33b0c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x26207a9fa15c471da1c46e710e649bb2b630903d35c423974e6fda7d718ccfef","transactionsRoot":"0xd3241f735e9e333ce8347afaa2cc1f7c2803a83dc99c6457e0fd1a86242dbfef","receiptsRoot":"0xb666411d6f6360ed872dc39f144257edbcb4151657cee9ffa99e7e9ed4b2b41e","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000400000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000040080000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xed","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x109","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000bc8183bac3e969042736f7af07f76223d11d21480000000000000000000000000000000000000000000000007f47897fbdd0284b","r":"0x48208f4c2eeaa90c8d47096bd40933a37a1bd2691773bc3af89aadb0c68eaecf","s":"0x3d7bbe95d7a9afa5d538ab4e96819cf320ec2fbbdcfee855bf7cb5f9025521e2","yParity":"0x0","v":"0x0","hash":"0xbdb40ca12f04b4031b6632f3afe5ed6d71a8384daabd40cd09ba9479ba657b90"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6fc320bb2215976bc5db25e487a530422008114d52544d2ca18fb353aa463277","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x0c5cd61afc1e418120ae8d70657769fd54b5ddf0c57f93dabab4cbe41ba0a9b5","transactionsRoot":"0x9a24e3f952164370fc17ce96cd75a8046719e0a727c636be66f678619bd391d3","receiptsRoot":"0x30fcbd3f713b0329d3f103dc90e89372c9b0cd5723392107c5b2a08d1e6e650d","logsBloom":"0x00000000000080000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000800000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xee","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x10a","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba40000000000000000000000000000000000000000000000007b5665642e785f30","r":"0x3bcab4bb9e7cde950601d567e18ca72ea1d94815c8d0c4a0144b53de1f49e35e","s":"0x75ccd706b29d97b5521392689914e66cd04c8c94413f2771411f1379964aff76","yParity":"0x1","v":"0x1","hash":"0xee62f2a8d7a25868af2b9444270e208ffc2851234d53cc50af52c59f7cb260e8"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x94a2dc3833843fb7d6ba019a1fb7b0e3b49786951f6c636b2bee1ff7a78e0b47","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x221f3736ca97897d6517b35f62eadc68f7758ae219fe0055971ec18ce85e85c3","transactionsRoot":"0xbda3be2f295a48b7e6c737d8c0c0c7a7b537b2902e0a4b0eb05ac2341053d6f8","receiptsRoot":"0xd89b0cdfd0b5cfa29a66f0cc25e5a80faba6e095193cc522f974c846ff64f4ec","logsBloom":"0x00000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000001000000000000000000000000000000400000000000000000000000000000000000000000000000200000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xef","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x10b","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce660000000000000000000000000000000000000000000000004a7072fce970f68e","r":"0xb76eff9da3274607414603a05ca8f6a17b16aa36126ff3bbd0ba94d09107a6cb","s":"0xacddd380450555e4f2843b7501b8ea6ac492bef5320f085026e5cf54291cf28","yParity":"0x0","v":"0x0","hash":"0x6e43949644fa0c682de170bfdb728e4a9718cabfaf4c91c4424d38aa805f426e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x053b85bc4994d68de9cbe5155d92a9eba4b2e5c107de04dfbadc61860570f6b4","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x9c72f1e018f85ef3a30763da3a7a67af7dd21c1e22ea62b3d09360bdc2412257","transactionsRoot":"0x651f1394ee6a7fda6d5e21e8fabba914b9f60a79604c045692c7fbf8bd5664a5","receiptsRoot":"0xa43f6ba6dd4f5d3d59fefa9e2dab78cbe41d6a9253d8ccc66097309bdd6039f7","logsBloom":"0x00000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009000000000000000000000000000000000000000000000000000000000000000100000080000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xf0","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x10c","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7000000000000000000000000000000000000000000000000500faf0ef0d10cc6","r":"0x41af3abc834eb7a275112b594afc3f202086a80a137cdb0ea71ec477ae379d5b","s":"0x796cc649aac1f22825d563243bfac228cab9630a02b4b9ea63b62a0538ecb116","yParity":"0x1","v":"0x1","hash":"0x58846b633c0691838c3d32a8fb80fb7154c5c470a9fb131b2d80e5bf075a4345"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x9f028f113dbf498786ebda0671760f388a8367b112987322062404a660fc2313","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5a7d1a19799a0ab3716bb030d98f44f694673a2af8625148bc12fad2e761a14f","transactionsRoot":"0x58a4778b7b412046e1595e06868395a19b1877b233fbc26858271b442bff37cb","receiptsRoot":"0x0299bcb2cadf0acde0c9a3510d8fb5722feab4f3cbbcf1cf252a87ac6b53d0ef","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000001000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000800000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xf1","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x10d","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a0000000000000000000000000000000000000000000000006579430c2f80163e","r":"0xc70bc1721af8eb801cd2a1510e2ea00062efdbebed64378d4a9cc16675062b5a","s":"0x1debf66a244fb2b88945db680325e3633b91be94193cce59cf714003f0887791","yParity":"0x0","v":"0x0","hash":"0xa17fce0142fcd71b0adf73fe502267e9274dfc97bd61aacbca9a5f356ab63aa3"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5897d55d4e52a5ed364da6ae6ee12b779fac06519a62a9b7057fce12b4237cd5","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3befa40db10d72f4a22fca070ec435720165b788b86491822865fed755de1d7a","transactionsRoot":"0xec560787d498dd221fe0f70fa1f1dffa4c3e1098c642b535705719d8c97432f6","receiptsRoot":"0x2d08da1e5cbf8ee5df048f394fd3d2286e5adaf151b1d39c087c42bfe210993b","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000100000000000000000000000000000000000000000000040100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000010000000","difficulty":"0x0","number":"0xf2","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x10e","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c900000000000000000000000000000000000000000000000041b4adb212af6ec2","r":"0xbb5e2839c9e7a4dd7df6cb790a309c8531489ca442f84eb739c9cef3830b514c","s":"0x66d85cfe38afc569260c6c2e3c9ffa3eb5cdbf113097cdedb64ea672ce91f611","yParity":"0x0","v":"0x0","hash":"0x848915e561008ad6da954c7d3205e6e05a54cf8f6e29b9122e9309fb314b9921"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa5c053160b4e6877c5d701da9d5453663712a4e8d7c0eaf5963074f7747081d4","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x2bad038a271b984421b49ef9ce2f001562e11101bcfabb80fa5f0f1656578305","transactionsRoot":"0x9866d1985bbfae91ca34fee15ba54ea0451a6739f86076a49811569f4c904fe8","receiptsRoot":"0xfc786934042a2d67982b31ad00dd5614c5aa962b9bab43f0eb6f7c0677d7e3df","logsBloom":"0x00000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000004000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000400000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xf3","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x10f","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee400000000000000000000000000000000000000000000000087046ef5ec157d3a","r":"0xc606cff37a14498a120b28d26cec6856b6a169df4954cf8aa7e11b1f09fb5057","s":"0x6ea4a3fad1b8ad66fb2b770b6b877acf516715feb466605875a68fb27d35347b","yParity":"0x0","v":"0x0","hash":"0x96056aa62e52b82c00c256cc0de8f6bddce8c3b01b4850db7b6aab337f7c4b07"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x9d562b72dbbaedb3ef6bdc08fea85a8ab65abd10cea7e47d9f2806a2a4da3ad5","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x310e08c13c6d600cdcb44b8a54f42bc8dd6276cd107eb6ef00fb100e819bbc79","transactionsRoot":"0x04d897f7768d1fd4364df380888140a418f5cf2088e40981b57aea969011e911","receiptsRoot":"0x4d5e0fa09d0e0338bbbc4e20a7f120a1c967a7444ba65b445259538196668960","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000080000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000800000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xf4","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x110","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a5200000000000000000000000000000000000000000000000084accd221fa5fef9","r":"0x37209c21f572246a229a9806f8013d64fe18ee48f932d53bc2ddc9b61d8f7434","s":"0x41a978338243cd863b1141a474d5bb70064f46d3d1cc071bcab6ea0a44f9c9aa","yParity":"0x1","v":"0x1","hash":"0x57e5af08aa9c21aa5ab6bf5abb1a3ab49a79eea65202ad2412333e45e37f3709"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x10018cbeff51ac726154a79a3c398ec563d9bdc34da7ee3be3221be5c7aadd41","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf951abf1589ead23e85c5e96afa41c1af76639fa266c4bc940074d6f2f754842","transactionsRoot":"0xbbcd397aff8547a4cdf0afe7c476a6c3600465137cb21c3b4e92c389a8a7ab4c","receiptsRoot":"0xe2933d38442ae8da86270f41378ba31a1ccae57602561900d55b8633433724d4","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000080000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000800000000080000000000000000000000000","difficulty":"0x0","number":"0xf5","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x111","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b10000000000000000000000000000000000000000000000005777c6e94b74fd0f","r":"0xad83b5197db96c2c507e993fcc403bf41300807b906a6e66952dbc62e1fc34f2","s":"0x50b26be5b6c49eb750440c1ce6a58abfd3c8c158c1f457ece4bfa96e174a07ff","yParity":"0x1","v":"0x1","hash":"0xddea4ee7f8adea941d16935b3c1a4aa77e646c577875595166c9e85b452dddaf"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x0ec55da0da584c48b0bcd3125dab880ceba3fc87bc84ee7c23cf440d8df1c08f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x1a7e29cf350e2f65ce4620c40efb06f84ff098ddbf0259809074f46bfa5104a1","transactionsRoot":"0xc6191a80491dba55a577cd8f34d6023ce45cc7b9aa3cca2941bbf9a37b8fbaaa","receiptsRoot":"0xec7895a1250eb1b27584fdca5471023e19f397f67873a6e87f49981f913c25c1","logsBloom":"0x00000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400004000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xf6","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x112","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f00000000000000000000000000000000000000000000000015f9186533eda559","r":"0xd4ae870665d06b59891364156065212fb804a6503b0b331c65d9623423c71ab2","s":"0x5fecdc413012c7707ddd921de2a446e6eea27ff0c74e3f7645f14f4269e18df7","yParity":"0x1","v":"0x1","hash":"0x0b9f2c2d07968fbe515a7460374702158d4d50c641a1e0f329e6fc58b30f81b0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xcec9184bcc5ca097976c524e9a407c25a7923b5d7b4f38abe57b42311b137585","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xff7cc463ad84d254874687212710ba425b575cf0070608375f940b424e799470","transactionsRoot":"0xf9a3fcac77884c7b6a2022f7cc6fe7fde61fb4a8e9424c5e94ec30325a1a80cf","receiptsRoot":"0x0a8bd015da0d5f619aee4564be88584c1cdf10ca7fa7eaf30c4d0ae3b372768b","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000020000000000000000000000000000000000000000000000400004000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000800000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xf7","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x113","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f000000000000000000000000000000000000000000000000109cb2e58d61778d","r":"0xb2fcdf45102a32c8823192d83d135a1adacbd995785fc5afdd99b4651fbd5adc","s":"0x74157665630be18723ccaa5291b11ceae73a8c3e92d7ff3edf263ce14f5b89fe","yParity":"0x0","v":"0x0","hash":"0x4806825a0e4e66666cce8b146112bfd4fbec69265f2fcc5e156c420b93eacdde"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc28f2cebf9c585f901a1855c2bbe95181ced22239659215d9d08b1b79ae39eac","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf5ba0a68fca4a99497fd1eac14ff1492115cc838ac36509a96fe30438c6b53ad","transactionsRoot":"0xa9c21648ab9ae8a6b45167c30de90035ce1dcbf86be3988965c934278c0eeca4","receiptsRoot":"0xca9366a6402884ad6b4e55586c6a70f3cefc7366c05e8957c62cd4964b136f13","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000010000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000040000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000400000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xf8","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x114","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54000000000000000000000000000000000000000000000000296ff7d27034cca9","r":"0xaaa2202be060768ad1f6aeafd405c59ee6466838c0da6024d376fc0c49b2af88","s":"0x48c6816216b5b0a73251548d0186c1efbea0323edf8ccd797bd1cfabe0fe777e","yParity":"0x0","v":"0x0","hash":"0xa9cb7bad114b6a506cee0096e5ba6fba6353fea0ee862c738375a30370cb21ec"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x93e8933b7652b1fabb0aedeb18d630fb8183b68b712c4974ec836eefd22223f2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5cd4b671b7129f066785e0e963eb70d2e2e3fd63e9d8dfe6db7c6556b10bd2f9","transactionsRoot":"0x2de97875e435d5e437053431e271dd3e393b871fe80f137cb6812b5df9b90ee1","receiptsRoot":"0x048471500ad7756665cfff3390b3c25d72e5b85d44e4ad5cbbff341eaa602ec8","logsBloom":"0x02000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000040000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xf9","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x115","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d00000000000000000000000000000000000000000000000064ef509b4398ca51","r":"0xb9d2d3930feeedef970ce8b0df0e83ebee68a368fa8a61fdfe437b6cafd07488","s":"0x6c6e51f9db56f0729adc492f88d3b94edbe7bf95fe05cd6dc98a1953bf3b0e55","yParity":"0x0","v":"0x0","hash":"0xc425752b7d9bd1c27641b6dd14ee47610ec8dc86fa2c19babb2e4de40ba1aa2a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc4cc11720e3488bb931741b63a06d9d002a8d715920b61ecf955a92d7939e4c5","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x759835d53ae2127f022dd803cb9a9c347663ea8005e10c9b762726ba9fca210e","transactionsRoot":"0x21b51685e2b47812430eb93193bf3c15f70fe85de09033774a12fb0aa48e55a3","receiptsRoot":"0x982553a253099e2b6a307b0f5e6fb20e35cd9a21eeafe0d17a8fa0887eff6e63","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000400000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000080000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xfa","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x116","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23000000000000000000000000000000000000000000000000783eab248f3c5e5c","r":"0x57c6cbfd64740ba418e4d032fe7f2a7ea8a68aed5d91fb643975222211525f69","s":"0x24a07f6bc4807681c56bacf923239db0bb0b9b2005cc0e5f44a337d48292cb86","yParity":"0x0","v":"0x0","hash":"0x13d5380123189165203e2e1ee87ca33d424dfc61009966e2fbb451a6f43aa3cd"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x36e2258d10dfca478fdcd4ce820735e087392df92a5b522aa2372243acaa6bf6","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x26ca5f4475054394c3677c27f90b837d7a20332f97587d839f0c35fa80a33907","transactionsRoot":"0x858a4040bfc8ea4de48f4ea56e08ac1f528106799a7dc56f66b2b27664fe6fe0","receiptsRoot":"0xdd864a368c95c7ffe668cc830ce7cbbd8795f889239b03e3de2a9b505727bd05","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000800000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000020000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000100000000000000000","difficulty":"0x0","number":"0xfb","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x117","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be0000000000000000000000000000000000000000000000001eaea2d75e247668","r":"0x68da0e94794f3b64992b8e75f512ac1db051efb1485eddd37faad0e9a6bd71d1","s":"0x39cf13b9928a6253293329449e475cc339f2453611c2f303fab3160cedd8b892","yParity":"0x1","v":"0x1","hash":"0x71fba761d7999bfc4e0ed665dd2c95b0fb93a43e593654504abdab4da572310f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa4d4ce0c95ca1ed0ddbef73f935baf425cbedc7b71a991582510669b8f69ccd7","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xadb205b0a6264c79aac0d013f285f20dbfc4bc1b9b4f9a8692778602eab1ae96","transactionsRoot":"0xd4f19c3354ce01866ef56c50c3867b092dc04b6beb6d6cfa17677d1ea25096ba","receiptsRoot":"0x9920af3ed54659a5565fa1f825548848b9db0d6c59870d708404f39b6f7eacfb","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000020000000000000000010000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xfc","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x118","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd190000000000000000000000000000000000000000000000006e7e031b7ce27244","r":"0xc7a6ebf15fee6f448ca7cbb979907a5667e2e1ef53ec7b8d04a88e8f3b6e437f","s":"0x68723e281849e72db2f156778b18f16b19fe75f3276235b39f057271e3a6609f","yParity":"0x1","v":"0x1","hash":"0xbb7a8438786e838f104e5e0356ee4c10061561932707b97a4b67e78cbecc0794"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd42c2451f2324ca9bd6caf3f8f4213f4b0cebec9af4bb013fe22eb2a8f9c623c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa3588f5590e222a6cec7c87731957217835aa09141d48e8637a62cb4d5848b91","transactionsRoot":"0x6fa361f20f05812dae88babbfb3e059bcade33668122954b0d90eb6de1d0d48e","receiptsRoot":"0x746051b3a4d5b9120fd8a609e17e738f3d1fe67d77612411be8f63cc6d7b1a89","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000800000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000002000000000000000000000000000","difficulty":"0x0","number":"0xfd","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x119","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef900000000000000000000000000000000000000000000000089a2b30fd4eda421","r":"0xc4d45a3bd015fc5f741b114437ed660614c22421efe1b12937c75849dab6f16c","s":"0x2870c55983168927d7ff4ebd530ab37aaf2401d466fcc93dfcf2de49976186ff","yParity":"0x0","v":"0x0","hash":"0x39931ea12d9d1a96225ca09557b87e07b2e7bdb80cebe89772a782f64bcc7c86"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6d8630f5c346e5fdce564e762fb1728b4e03fc1825bac2dddbeceb2984c5c599","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x56a9dbd6c607b7c2b2d7f91e72b634d7ff0ba82981b85efc97459038e11a119f","transactionsRoot":"0x3b8250716c90fcfb8263919f8ebe7bf8c97deaf3463cb7f3039204b3ebb36a8b","receiptsRoot":"0xa2bf1b0d311bb91f8b9f3030f32adc308057e961f0136b0ee7255b9668c13200","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000008000000000000020000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000800000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xfe","gasLimit":"0x1c9c380","gasUsed":"0xc882","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x11a","gas":"0x1253d","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd0000000000000000000000000000000000000000000000007b4c8567c0e9c3de","r":"0x40850466953d753c52b1d1ba7401b45dbc830a951ddc108f02f57354fb4722f2","s":"0x2c5670d91bff0a3ac5c7e2b7706873d7aec274e2bd87ec46266b0494f1b42f09","yParity":"0x1","v":"0x1","hash":"0xdf068fb7afc970de063317804534d811ac2252116fd10ce44ba7709a123bf628"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc3aeb972ad18c7e8d6720314ef1a5453986a7e4ad546aa12759fa9fff9c5e407","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd889ed65627aa2dbe29c3f308de6daa64d78b9ddaf788e5fab0560dbf79ce96a","transactionsRoot":"0x8c62ef7ddc5f1d21eaa0fe8d68445f4c463638e48418969be6eaeb42e3f877fb","receiptsRoot":"0x685ae19463e025f791fa7575d2a61d14c787ed0663d7c91db90f061bc9cd11fa","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000200000000000040000050000002020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0xff","gasLimit":"0x1c9c380","gasUsed":"0x2519e","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x11b","gas":"0x333ed","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f30","r":"0x5864f5f8c2ad2dd29597cde7b7552a6080942a0616e2b57c522017c7edfc1e3c","s":"0x54678e3eafc768d32116453a4905da038a761f5c7469e57244fd64bd15374dac","yParity":"0x1","v":"0x1","hash":"0xca0f6cb6db9f53bf47e46f2ec1a8a5b9350fa4b0f4081625a10343a164eef62f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x73836d60b7496448b9067437137600baec68007f3214fb5e27d6138da58391ba","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x01170dcda3d63c377ec88c6e8eb3dd9b8cd3a281021ef7be7e7c1795abfbe6f2","transactionsRoot":"0x8823f30b3e022de753f9b03f494e3d1305e3d304c7dd2085401fa6be8e9c39e3","receiptsRoot":"0xa2234050db0028c4287798f59667f782e940053405385a976e1e15e9e219b119","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000100000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001200041000000000002000000002020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x100","gasLimit":"0x1c9c380","gasUsed":"0x3ff50","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x11c","gas":"0x58573","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000019aa30cbbe932840","r":"0x1d7e15ee6ae5dc328874c272353c32ae0114320e60e010d680b30fa533a087d3","s":"0x4e85d92547e78964314e419e03080d13f0d0517af60747d475d5a617d2cf96dc","yParity":"0x0","v":"0x0","hash":"0x5c03f48a63c0bf9c631cf52d98c308836242a80ea960b133c49d5339536eb363"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x268da06e4a67cff0ff034774e3776dc3b66145cb2bbf6a9186820f1a40a1b008","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd54e8f04706268159b9d0e6e582c0f5e93a3d2d2db44a5b21c78f3dbb7a7b60f","transactionsRoot":"0x7d6af1e0cba7c0f1bbd58aa469fd7483308e373df8cf6ec7846ad8a3309e14a4","receiptsRoot":"0xbeca871fd1c5dc79705f5f7a6ef4a135cd8d46e3b086f0d8023f75a5d5bd6f69","logsBloom":"0x00000010000000000102000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000003000001000000000100000000000000","difficulty":"0x0","number":"0x101","gasLimit":"0x1c9c380","gasUsed":"0x203e2","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f27a","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f31","r":"0xf0975c927a108ce3ff5851f6f4d419f28d3dadd2d5117995972fe55ae7ddb","s":"0x7d9cf117ea3739e06ae5179acf3dccb0a4a370fcd2b2523002b010051929c5de","yParity":"0x1","v":"0x1","hash":"0x800fdcb0b5c6f3992eaa72c09de2faccafc0cbf31681e3313e6bd18f9f942cf4"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x800ab62f32954613aeace04407c732d18a7bc764c7d7fd2ac09b2add06e5bc2a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf7bbfe7ced19b3f9aed89ed083681bb524598529a8cfb8fec075c51561c8efaf","transactionsRoot":"0xe3eb4d089df276868780c2c0017064539ca62f9b83950e0d71ed86f03e61286c","receiptsRoot":"0x62debc711f75036b1102ce69a0e5ab8cfe96c426074aa87afd12a844d77d41df","logsBloom":"0x00000000000000000002000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000800000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000001000001000000000500000000000000","difficulty":"0x0","number":"0x102","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000005d9f943ccb6a86b8","r":"0x6a7162f6b86c164ba36e9abf09f1802b19bdabf4a77d98546dc432831fb87ba7","s":"0x3535b6d5f513d82dc951474513815cc8fb0d0e5193a7e199f34505c85eee62ef","yParity":"0x0","v":"0x0","hash":"0x0f399afb79881fecc3fc3ea5ab06d16a79272972b2703437d4b11f4f2239ceb6"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x750c495cbb1f009127f67ab66736639cf4649e4bfe1f7a04385102a19b381104","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x1890a63916b6be3fa6eaca28bcd1fdecd4921a8efc872f28da25be7622e9b0ef","transactionsRoot":"0xf0e053512e4e387843faeb7d1e86c0f10d802ce690bedaaaea6bf1a7ed614b0c","receiptsRoot":"0x48accc3853e86560fada100cb5724e17d182f0c2283de4ca5db58ad6fe005370","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000200000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x103","gasLimit":"0x1c9c380","gasUsed":"0x203e2","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f27a","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f32","r":"0x78809b2ae80f07ad295075446e6f5c8148357f79c47a98ff23e559066289207d","s":"0x24725996b26407737f0930244c79d8c7925878ddafe911de85b56ed5e853b428","yParity":"0x1","v":"0x1","hash":"0x446b10dcf581e3efc2689b7db50eeabe8fd05e43e0b800a96037047da1c2f4a5"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x423e42dbf80df8e4520f8b521aacbcbd6b5154868db82241fb9c600472ce96e1","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x889e30e3571ee8c7b0ab1f02649486568fca2c31421ccf23cac3f11da2a9b0ae","transactionsRoot":"0x59e08c109868f40f67d1390ce3c23caa48d66973b41979c1d0c2779a522e1fe1","receiptsRoot":"0x6bb3ac5ee641ce73bab1d3e616363044c9617601203279b452ebe88c0de638e7","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040100000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000800000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000200000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x104","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000032d96cba53cf0152","r":"0xf99fb5e4d41888617a9ce9ecd48ce4583f1892204dba94f3844c505cac21d10d","s":"0x756b6b9ee9088c8f53715733698b6c013e82702577eb0fd2d9c842b4c70f0f69","yParity":"0x0","v":"0x0","hash":"0x88d732546ed6c1528d354ec17c2f15d5161d235419e0c02071e7b0cf330b7887"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe69f77eb91836f093f2b62b63b6edbda180668af698f4f95a33dfb5f0b5c9de1","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xccdbc0849e8fc7d5714886bb319c05e64f6cb96b9c6fa8ef67f9360201b7841f","transactionsRoot":"0x0aae93acbc21923541d21ad999a9fe94a0a6bea70dec11015bf7d7bdcb08fc4b","receiptsRoot":"0x2b0836cb8338918a0cede93fa600f24a3c127bb589399597a9e1a81a48654559","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000640000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000450000000020000000000000000000000000000000000000000010000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x105","gasLimit":"0x1c9c380","gasUsed":"0x203e2","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f27a","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f33","r":"0xc41c83988266966c43e04da40692b2d1fb44727b38330af34cc825dd780f2a63","s":"0xa0b1a95fba6dd574cbce9d0de2bf99be6e103a30e646e6dd9f580a937a0c2c4","yParity":"0x1","v":"0x1","hash":"0x295caea5d9697abb925cb59359797ce321158307c852640e2fe81b67b49471eb"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe62b03f778ff65e94b92d0e4369dc3863cd6c268414e4ea02cc9c4a5dd731786","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x6130e7593eceffac5bfac677ef032737af544229c34af568e7c6d009f9075287","transactionsRoot":"0x6345cccef6434879d805333c69e752064b5dfd2d6cec9bbb9f0c20d98068b9ce","receiptsRoot":"0x7752e892e2d0d452021d62b8f6ebde56bae774f79164d29c51eabfeab816afb0","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000400000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002400000000020000000000001000000000000000000000000000010000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x106","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007c6d1175e13d2753","r":"0x1251d4d4581952d198ce9827143db291c6ce084f477ad5984b917fc4628495aa","s":"0x3eb89da4176253bac7d23912e5fe57a87134c90356fd1d961b1c83acdecc1823","yParity":"0x0","v":"0x0","hash":"0x24d6b54f8b857603c79f60b34c5f23471572c705f6782d2012459024c1747826"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8e9fe4d54c3d42822c0deb36d116c87da2d803c1822b5ab01bdbd43e986a05df","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd933d8b6a4808f410866c89b81c7d73baf869b22cf42edcfcf860ae31ab93e67","transactionsRoot":"0x37bab70c11d1e442d506e368adcbac1f99589c78dfd87b5407c23ff25bdab4b9","receiptsRoot":"0xf3b7d41b4d782be50803855179c8c9fe5ed1465ae2c23d79fbd14eb5655bd675","logsBloom":"0x00000010040000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000100000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000004000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x107","gasLimit":"0x1c9c380","gasUsed":"0x203e2","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f27a","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f34","r":"0x4ae4f3ee8b2cacdfcc485dee1452b47d094f753506c65e227d6c9d5bb4a9ce1b","s":"0x7185c4c697a85d49c2361bf6e4fe4f7e96bb8d58fddc6f3096cc4451f6f8c1c4","yParity":"0x0","v":"0x0","hash":"0x586e7a82cc9a04f017f96d37fc6f01ed60b39f7dc54faeccfbd28dfbf6f62572"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc1a50c177eef04246d1fbae15f2efbc4edb28607e44ec6688ad42bf6ea272f61","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x9189c0fc77743b652f7b422c228bc32367a8556df0e1d74ec92f5d1f2f00075c","transactionsRoot":"0xfb90d07b05fede1d569dec99d1ad184c003f59ccb04822f3869df0f297e74e1c","receiptsRoot":"0xb714d102d5711f848779632c6a05b1aafd737e14927490ed731e985c660b05ab","logsBloom":"0x00000000040000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000100000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000004000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x108","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000122c6ab631ff0891","r":"0xc9d60edb4963a9969a96b95a30765bd8e9973aadf66cce7efbe13b45788b4281","s":"0x47ba88a413c29a3117f7e162792d439821f0cac5232cee66d8d6a37566dd471","yParity":"0x1","v":"0x1","hash":"0x1c8d56ae504bbc9bf2cf7ad78a2315e1313700c5ce09c32536a7f179c902020c"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xdea5be76f0db07448fe4b033269485ea5fc57bf6f3cd889bb2308e48592376ee","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7497ad6f41b17d537ac9e444f924c0b4832b5975a4e604c3099312c5fd0e80bf","transactionsRoot":"0xb278fc6134a7c25f0bd3a77f50d815ca98aec0d0106e092cd2e6adc02fb015e6","receiptsRoot":"0x159f43aad7aec9533e2717755bdc2e06c28d42da2c988fb134fe798949390eda","logsBloom":"0x00000014000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000901000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x109","gasLimit":"0x1c9c380","gasUsed":"0x203e2","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f27a","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f35","r":"0x71db54c3695d3d102fe3d3644661abe2012cdd209baa7a4a489a34888d13ab8d","s":"0x4eaff1300240cfb9db447e2bdbbde9f4fd04352a2d197b9358bcbc7448a16bb","yParity":"0x1","v":"0x1","hash":"0x5a2b5d4cee961f211c1159e4800e79d56edb1cb75dbbba62ad6ff08b4db10066"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd7b3a868d5da3327d2d0890c2d0325246cc94a4f50cfd93808097677480bf8f7","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x2dee92340fbe1d9e16d76f7210172d67bbe384ac8b9069544514eaaa7234404f","transactionsRoot":"0x99247b142ee97afd9ee5c2cb98dc8ffe09c66a0ab9043013aed161af413b1a6b","receiptsRoot":"0xf53c24ebd5333faeb78c00070b06d8d235d63e95fa1f7830b95d824314f3332b","logsBloom":"0x00000004000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240008001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002800001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x10a","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000008042ae896b8e68bb","r":"0xaa61b833972bbde8be9bd8491d68650476eeb86da1b1f32e0c5e192da49c4d0e","s":"0x57e402c0ec2992d5477a7cb097ed61d1b60d353f94d93983519079b8acd95361","yParity":"0x1","v":"0x1","hash":"0x9f623688d27181e35ae1de300377fbfa100f8d729a524eec4fbc98a38fcdc721"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x0748a6ae8e690a7d7b06c675b5aa1db951bf8509811e6564a62218dd69928b13","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xdfc37c21be2f91f618c290f4eb5b086246db2878e1461d39e04a0dc29ae56915","transactionsRoot":"0xf705bdada8b5fb6898129fcad0e3c971dc54d2c6894d8067eab92280eb5b7bb1","receiptsRoot":"0xee2f4958601d14c1983db82bce652b987c9c821ce55532926be1e5e7de3b7863","logsBloom":"0x00000010000000000100000000000000000000040200000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x10b","gasLimit":"0x1c9c380","gasUsed":"0x203e2","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f27a","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f36","r":"0x6c1d77e9ffad1df44ffd87411011f40d279ec81a7cd8fded21643a7af6ca7cf","s":"0x3303487f8ae06c5b071602d1d6c065ff758247629645f4a268dc2ce0c400c842","yParity":"0x0","v":"0x0","hash":"0x848c893ff9175b0a47a253c614693e8384d107ece2f786ee939acbb299e719ef"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x7b3c9d08e5ca310ce15f2e82b822d11c993348e73f7f87f0a109309ceb01061f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3fef7ac0739f05ce312a1adf13735a0566c229478861148c7bacf6ea600bd34b","transactionsRoot":"0x6ab9427c4e4197696d778fdc1f73da10e7f2285446a304b75d9bf5496a48f7c8","receiptsRoot":"0xd54e8c235c8bbbce48c2b7662a7bc2947d9a4a4cfee465187f29868b18f61071","logsBloom":"0x00000000000000000000000000000000000000040200000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001080000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x10c","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d0f","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000086759309fd1fd327","r":"0x889e61b40c2690cce5c5ce52ef4ae8e54d94fc7c63dbbe09edef243f62b5c127","s":"0x7b29f4cf6b032c95b9938ac4cb69b9ab5f21ef7fea5e66426e56c4cdd3d4ce73","yParity":"0x1","v":"0x1","hash":"0x66ffa4812f63186f0ffc49b0d5b8c778c76abfe830fb2ac7da7ab763442828db"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x1ee188229296e0943f4e6a50ad53cf9d7145bc0c340b4d262c160d59a2f7c307","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd7ca05ff414f61d5e3c7f2b4eff173c4245420897a2f6324549913c3d54b44b9","transactionsRoot":"0x098d4287edda03f3a6d9ec994f5916d684a3facfd85d9efadc912e0c33678542","receiptsRoot":"0x862ae1fe8a12515e90c6f5442b5af950684f53df8583aee3663236984b7b8c6c","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000002000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x10d","gasLimit":"0x1c9c380","gasUsed":"0x203e2","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f27a","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f37","r":"0xdc2d36683a088beb99399285a16f980ebc7d56ed6a4b62dd2258273614aa0a90","s":"0x7224fbaf30648445487eb623d1653aa039e705bf4c57a2f8016aadabe8ac67df","yParity":"0x0","v":"0x0","hash":"0xf8b2029d1e5801f31d0832993d65ac7730da9d54f49c741ef9f2bf135139a05f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6c3a8c9ca0c389e873f57cf5506357d3b1844cfb6480879e48dd6156cefc21fa","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4bb91dec7347ba3db4029e7f84d0865b056f956470900a8b92ca856fbaeacd41","transactionsRoot":"0x618f9afb5149e7dac291dbeaff0d8b9cab5f74e0bfcede69baede380f2a8c38a","receiptsRoot":"0xb4e544855efccea5f32f8355e26fcae583a0e978e5a45b649009fdbcb684cc63","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000401000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000002000000000000000000000200000001000000002000001000041000000000002040000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x10e","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000032a862794ae172cb","r":"0x2605c348c6b3925cc5b6b3217480472cb137b6e4a91a6eed088d51e24a908dbd","s":"0x260e94a6322ed94c9cd8931bb7a377ec209f394ad3bb3f2eca0be7466f65ae6f","yParity":"0x1","v":"0x1","hash":"0xd4fdf24369a76817f33798aa0289d22508b965f2cdffb18ceb5b34d740863aa3"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa6c9dd17939ed1d7a0858fa8942b7c223dc511f79275934db54cfc63022fc025","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x43f942564f944499702f207e9633dd56794f9d87902c23e41c4bb8098068e1de","transactionsRoot":"0x4a97e61a8798069ee42a34e4fe6933c86086f92254a5494c11165cb09b19e231","receiptsRoot":"0xe446a7f669449bcc85cd5984e1e95e7a9efe24919d30464ff1b72f651efde651","logsBloom":"0x00800010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000020000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100008000000000","difficulty":"0x0","number":"0x10f","gasLimit":"0x1c9c380","gasUsed":"0x203e2","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f27a","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f38","r":"0x43991a313ada2be6fdc3e0054884285adc8e639b829efdf688a2340c8d72bcb5","s":"0x7eb9668fbfc5199cc743189f8528f9fba156b68b381baf8f542e57ac1db3feac","yParity":"0x1","v":"0x1","hash":"0xa569cdf680dd0e61432f89b1bbd084400f0ca9a88aae347b9f69df418009bb87"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa11c7c0ae2c3f55aa41fa78bbfde92b607d191ef4d8fda00715fd444cf144af3","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xcc9bf77d67b9b7ece50e4dc8490b032d3b025d0ea9b720055b7babf9ed8cc1d5","transactionsRoot":"0x6391895beeb91fa636b3cf629b794027bc5179ac737236576c6897b23f7f7ac8","receiptsRoot":"0x6e353b604d608cd39e82f4590eb375b39e78da80c7f363c51b7ed71634d32437","logsBloom":"0x00800000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000020000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500008000000000","difficulty":"0x0","number":"0x110","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001c712bd73fa1ed3c","r":"0xe45bcd9cc4ea28d42f51cfbbe4eb88f1eceac95f13da95cfc786e660d6a471c7","s":"0x323512c30512ee84a46947ab76d9f77fea952b65de4f5da00f76d350c63f8a44","yParity":"0x0","v":"0x0","hash":"0x5a2d2e1df3d59f261383e963b5fab28d276459658d242fd198445a573109c3ad"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x72eca78eec22025bc0c96d2d11381e716761b461cdfece73a0505bef06df91d3","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x74220345d6183a82c427fc73436fb2fcba42e8c2d433512249180af4c9931ef2","transactionsRoot":"0x695f9b682b3e6483af34f4ab892f5a895515aa6ac920802af4c075c5bce425b0","receiptsRoot":"0xa21e6aaefde6109b346871cc1a80a3740f9a8fe067cfd90a9f5a36ccc82577a1","logsBloom":"0x00000010000000000100040000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000004000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x111","gasLimit":"0x1c9c380","gasUsed":"0x203e2","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f27a","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f39","r":"0xfa0382b0d4fca49b33a0cac6b0f731dcec7221c948510f09f1dfad9d6ea86139","s":"0x57f4198da60aefbb475e7592512c7ed513a428f2dcd0ae7bb6a7ff68230ad69c","yParity":"0x0","v":"0x0","hash":"0xae55961a2e62164b7220e9850305c5905c9c7a66c23efc991bff319dd2fadd13"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc185f05b61f20f7620e099ed8f87777b9e0d4dae05e879eecc4a289bac141984","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8a56a2d01988b13c7a7eb1492778416e844b3413474841db532eea94de2a9173","transactionsRoot":"0x738c2d2df9a4e418adf7e7f50c609fcb0c5cd4b5a36e3bd49ef7a4e1e4181ac4","receiptsRoot":"0x47d7a1209d699509fa60bc7324a910075bdf39c08c6dd53765b424d059494988","logsBloom":"0x00000000000000000000040000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000008000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000004001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x112","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000216714fd5b83698d","r":"0xc81ac320a8063c0f962ef7ca9d78b73a4a8d6329e758e2e285657276c580c532","s":"0x3cd3be41152fd9be8f7cbeb21cc170ba4b8a3b1cf9cc6a69b19f0758a3df657a","yParity":"0x1","v":"0x1","hash":"0xa766c52885bd9707e4eb97b4e9838deedf6d27cbe2ae0f9697179ad3f6b9fe27"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf0074da7228ea56d7df28492e2cec47b20ec11280d6c4a0dfbfef1909b44fd6e","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe89ab0301b9b9d28d638957c08c19ba10d2f6b44a29afaf8565aa18d2649a96c","transactionsRoot":"0xef3da1ad69cacf129b1984ddc11f7da484d492ea07f25a1d0d59c5b430a2bfca","receiptsRoot":"0x1cefa56f8dd8ab9f6fbe94ea440986db069bb21cf4c9d67e1be3da89d155111b","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000020002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000080000000000000000080000002000001000000000100000000000000","difficulty":"0x0","number":"0x113","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313000000000000000000000000000000000000000000000000000000000000000","r":"0x527dafb23ee3172ff67e8729d76d363139ec7588557557063490d3880f8c9a28","s":"0x38cb2d7ad609dc81d509a459091f47e4c94f78d4a4a3f8dacd8910ebade3e88d","yParity":"0x0","v":"0x0","hash":"0xb103dbaf248f7ebfe4c26c788fd9da40d8162ba21eb0130e166b4edcbe1bb0e9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xde4c25470542d15ca68cbc7fbcf711012f579d32f4c3e95565fa9585a63be3b4","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3d939a6467d92541d71d698261e8204dfb5ba32986bfabc8cb908cb68d8557f5","transactionsRoot":"0x6f9d9043b8ddd48d122f91d173d3e9e71e0ae4093f249d8d517dc769e2b08c0b","receiptsRoot":"0xd6dc136e73bfe078221505d1b5a3b6040c75d6c0e7e24a68e395d7eceacdb295","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000020400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000080000000000000000080000000000001000000000500000000000000","difficulty":"0x0","number":"0x114","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000084d96eae26b46228","r":"0x24595279300f80934f83f2e3c406b37379deda978bf9ecc6b219caf33dab30c6","s":"0x169c19e31026fdb23f83f22b495e0aec5b901f83592a62a078ebe3f38bbabce5","yParity":"0x1","v":"0x1","hash":"0xee45d59ae3981a92814171635a7aff85e263e5db1085aa260ae184c9dec45dbf"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xfdf1bd69fc4a8728de2ba3daa48edb6e5dc7f7d23d8dde824da3e8abf1a23360","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x1bbc17bc51164bb2525bfa11a42c056249455d9741bffc1a855c6e36deb4699b","transactionsRoot":"0x73e34b70a3e185dcb8b01f0e571e75a13926bec11bfaa37dec9720e42bac6edb","receiptsRoot":"0xb121af0fbd2440904e682e40ed65ebdaeaaf9f4403e958dd6d545eaf83153ba8","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000200000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000004000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x115","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313100000000000000000000000000000000000000000000000000000000000000","r":"0x6e58eb77c1cacf53a7c315d16399a89d86265cf78a1f0238d55213a8fe39a7bf","s":"0xa75ce93d7fe1ba933c28862004f1b5c9ee13413ffb8feee5605891ce4323118","yParity":"0x0","v":"0x0","hash":"0x22213fb4ed339833526911fd086d25e76a17670722accc2e12edc97a77c5f313"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe1347c85e32eb7754bb6a317712f46070268996d5238c757af7158728e4430ce","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x019d4841746fa46fefa6e307f21084c2d0083afbc3edd48db2d8a9649db1bdf8","transactionsRoot":"0x44aac24dfe3b12471fc1f3a3d872b1c96f36c96d7f9b2386c91fdfd7741b6dbd","receiptsRoot":"0x705de400033b1b43dbcaf8ff878019fff699b0399d7ccf6a581705b44d854578","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040800000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000200000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000004000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x116","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003bbbb9e20a3e8778","r":"0x72333da6f0fc5bb7c964478164661b4876d9748557fd1151d68eb431f627da68","s":"0x6cd8a6c3f068db715c7f5df90893132076c4de40f048618a8addef6dd1692e10","yParity":"0x0","v":"0x0","hash":"0x1a269e1e16b79c19864c9c4b43090bafc9560aba2fa4a33189d0472bb5fa4e0a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x2510c13e6287da71148f8caa43fa90ed1920b0f5dcdd0952ce843e9198877e57","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xaa69b3c1a64463bd45568c97e086127b273870e07e077711c6b09661255bac3b","transactionsRoot":"0x6aabf96d50002a288deb2da99c8e823cbccb29c8c0e43113b14f0e14f76d0520","receiptsRoot":"0xb394336e1d513126bb88fa6683a20391cfa3ff87c1cb813516155bbdf9390bb3","logsBloom":"0x0000001000000000010000000000000000000000000200000000000100000000000000000000000000000000000000000000002000004000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000080000000000000024000000000000000a000000000000000000000008000000000000000000000000000000000000000002000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x117","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313200000000000000000000000000000000000000000000000000000000000000","r":"0x70b092201821c8ba573fbc73eee82370ecd0969ea20d5cd5a613492a02fb7d16","s":"0x4638309a012a5e341caf81a1e1c74e9a4546d7e2e2e9f6571f0b8465115cd27e","yParity":"0x0","v":"0x0","hash":"0xf3affe1165d2cc985d416991c30d7f5f8f9307cd5b56b61c7be042f4c557a7fc"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4e4e25b8c6c22cd98a8eb1adf3f1af413131de90a3a02c3bccddf5b5508b89c6","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x435a6fb430744dad33ee912ae6953d0d38bdeb8ce772be984d598db68edaece1","transactionsRoot":"0x720c96c713ebbb51f3e8267a23a89c1ee689cb164ac9075b6aeead2e6303e22a","receiptsRoot":"0x32f1a6c9107374704473d0668a287368dd17f2344f0e3f8bf9393cfd1ed0b1b1","logsBloom":"0x00000000000000000000000000000000000000000002000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000408000000000000000000000000000000000000000000000000000200000001000002002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x118","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000035305bc89a3aca62","r":"0x2956401f813fa18f8464a71ce2195eb823cb989d79375965de7fed7da945b2ce","s":"0x1c5a294777bd5e9d770008bbb10ed9818f08a076fffad9fe5b12b2612a92d67","yParity":"0x1","v":"0x1","hash":"0xc1f30f5aa70d113cb632dccf689d169bba8769fd709ee40c21af537f480fc0ae"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4c6a0c098bcfda21835f72644b69ce594563f984e3c1732d4477358b5c3b8626","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x692d3847788cc4b8c7c9a4743c0f6bf49bea7cf594360bb94b6c72d70ad28b38","transactionsRoot":"0x9a67a53d76c1bbdf0e6b3fd415e83fab37d9042a9bbe5d48f30e75e9e8d4b3eb","receiptsRoot":"0xa398feecf04e391382a65f37ee6f530d0a8d63cc27701881860aa1d98512402a","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000200000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000200000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000001000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x119","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313300000000000000000000000000000000000000000000000000000000000000","r":"0xc07fd5a0f64781d39e3221209e3e6afa71602491ff9cc88cda4d0942ce6e4024","s":"0x1182a09a078cb7645539e99d08c4a5161367f218c5061a5888b52ed17bba13dd","yParity":"0x1","v":"0x1","hash":"0x8f912d3a04feab9687a9b10d5859e45fbf11f10c6b0e0e8f4a6b194a433732a8"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x529448e8d32d02e27c5ec9c55725b382f7c7e9339b4f9b7abd5e40ba525e8622","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x387ec379c803c5f1f003e230b180cad6af0a63f0053a3d88d30c0db65c7a359f","transactionsRoot":"0x1dc3a0eb19e2944c866b248daa15ce1a59b7eb7e7fbe38f6f527e3c351eca6e2","receiptsRoot":"0x065367491ef1ddde3e9f80717c37d4efa418bb2cf2483bbe75b44617b49395a6","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002200000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000200000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000001000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x11a","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003a20d7435e1e5233","r":"0xf2ba1fd519079f26eb3f80290a966a6826e18352e32959f2fd2e3dafb36aa912","s":"0xdf1c422068e8285a2d7f4aad4ec61c10a587fc08521655b1fb28777d0b39dc0","yParity":"0x0","v":"0x0","hash":"0x3ded86e514c99ba565c28bef5a2025d18f3ce8313a8a96a7ec7043a012eb433e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5001e93526ac9b44bdd20c090efb98c12e88c92f3709dee417a85da58f649654","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb066b50b9c96848b39182e58f3f26f23a970bf2dd0c6305d27c32d1940a9bb85","transactionsRoot":"0x70966429bf6df0b6f6d74fce4e8aa26ce8db2eda55b487025955f38e0304baf2","receiptsRoot":"0x7818e109c647f73c89c73d1e9dd426cd3614e315cdc9a62a6ae391118885b0ee","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000004000000000000000000000000000000000001000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000080","difficulty":"0x0","number":"0x11b","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313400000000000000000000000000000000000000000000000000000000000000","r":"0x6765e7f11d25b47e6fc84f290ed792f8e04eaf9188ee2c353b13e9616f621c36","s":"0x4809cee86ed6d14acad5b68b3bc2364fa8d1b42a22cec961e50aed4b2429ae6c","yParity":"0x0","v":"0x0","hash":"0x77aaa93fcbe71d4c0fd4c119d422941825606f4b0b2216a4948951dd54117ddc"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x112505363819fdc6bb7330169a55b733b057f1fe84a88f75328e541424a86109","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x04e936966c7856be6d5e2af771e86553237d52413063c5df8129214867207066","transactionsRoot":"0xfc7681cff021ff870301eab3935122b40f33df4b13eaf724fcafe8bb27b01666","receiptsRoot":"0x8adc4fdfaef73e327684179a699f3f870e889268edc4b9cd67083e2d35e3df64","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000004010000002000000000000000000000000001000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000080","difficulty":"0x0","number":"0x11c","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000297d9557a14b736a","r":"0x527cd25bb311ac5b20a91ccc050c8bb4feae663910527a7934d13a355838bc26","s":"0x300a63257ed006538b393642706a5ecb64792d2e5a7c489e00ccafd59c6676cd","yParity":"0x1","v":"0x1","hash":"0x58500cfea071eb7ff497047629189757f297c84946a7702d4decc13432baacf7"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x69a164fddb2752883eb51905145c6a48ce3c585d92b71ddad5d9d0224f99d145","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x07e243cbd54a406bf5ca444fc9f4a2256741972863317d4cccba8dd25a8c1fae","transactionsRoot":"0xad5993ec3bc5fdf95cffe07e0acdd8eb119d46790226d93cd411f30323e2bd3e","receiptsRoot":"0x7b87e79e84ea623346e63b2401a5cc34f51b87514a83e16fdf9e9f97c9e84316","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000002000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000040000008000000000000000000000000000000100000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x11d","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313500000000000000000000000000000000000000000000000000000000000000","r":"0xe72423852d2d12f320af32c2edfbd7658c3a8a5607def8dbaa0bba07e778097c","s":"0x2b9b717d45d919016683c0c3c777e9220496b31ece9550493f7b5f0cace842f1","yParity":"0x0","v":"0x0","hash":"0xf0a249a28d59b3978febc4703c43b7588e8426f4eb8e13022703b3599de661c5"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x55424fe94172ac3a7ef7e37d7db0f917291b4f23c01d71e8af8288a03c8c3784","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x9579dfa949e1b61e457fdb0c4e449cbf058b986e034a1deab109ca3bf8fd6cd2","transactionsRoot":"0xd9764af9ddf428fa4d84ece22123e83c853a0348576b6adf94495f925547f4a9","receiptsRoot":"0xf6d21fa6e2c5f02744b4f6f768a8c9d577fd5b4d6c1f87a3c9d9546c3e17fad4","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000002000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000040000000000000000000000000000000000200100001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x11e","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007a4c38967d5fef52","r":"0x2270328b03c17768d26a039963e34a56675825eeeb6184edd2e54f66cbada2eb","s":"0x12ea1f40118dc79dde1a82c8344ca8256605e00582735918a1a9a7c7b1f83381","yParity":"0x1","v":"0x1","hash":"0x3839db6af8c4534a1609628bda58a328a0046c097a27c1c1961b6281a5eab903"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5075fe6f53dffa9423d16bbc7440d774622e381319305227a61a872c1f62fd10","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3d43eb58d7f61d809952952121983b1ca30f64523c82bfcf5f2302af20658d06","transactionsRoot":"0xf34412dea2bc3dbd3f2e07d00a1a3b1332298137b43a87d90c6d15be3fc75735","receiptsRoot":"0x16e944ee10d38307d39f8af27853abee47918705851b7863af2a5e92f64a158c","logsBloom":"0x00000010000000000100000000000000000002000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000008000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000100000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x11f","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313600000000000000000000000000000000000000000000000000000000000000","r":"0x6e9030b043dc05844e82d9ed1038be467a2c4be0e7a09fcbbe37ffc872d258f0","s":"0x487ecad4d7d146f3217e4cf8158634fbf57e9f4c8923764ce0b477b41ef0efc8","yParity":"0x0","v":"0x0","hash":"0x966d5b4646ae8ad6087ba8f901e6f0996096961428c435d5b3155d95a7aca8b0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8b4509f440c5b524851cc61c502bec0cea092987245987203d2e9221cf891e4c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xcbed23a646538e440c9ec8f9fd051a3e0ab6119ddaf09f442ae438551b7d967d","transactionsRoot":"0x57f677dae92703e8ed6e5d0ab53ad187b097fc65468939163c401496ca9e99fc","receiptsRoot":"0x95413e0923efb0861b304642fd81a409286be2d9832ca736e7299f9192567681","logsBloom":"0x00000000000000000000000000000000000002000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000008000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000100200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x120","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000012f18e79c1965b98","r":"0x9e67a5df80cc1c3436f4d34c4f27b96f11e8e142991ce8dfc33a72ac11c7cd1c","s":"0x4bc5f54627e3e3525bd4bd12d37957586e4479adc76d12fff4cb72410e6a96eb","yParity":"0x1","v":"0x1","hash":"0x22019045deb2ae51a20308cdbc549f1c18e995bec4cf74f8a9454172fe58cd7a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x3617c3129e4d28455cc43f4b0d583b6302150a919a3d8cd82ac4a9129252f268","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xefa360fb238a7693bb71da9d905fd81d8238bc5b379f05f50d39a7a63647e084","transactionsRoot":"0xe5744cefbe300b53cce84638f6e9f28d6c600093307f38e726cc0ab0f23a5f9e","receiptsRoot":"0xa4841f21f8b28636969034ef0aa7aaca0247b6c513215d75a5253be58e34ca9d","logsBloom":"0x00000010000000000104000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000040000000","difficulty":"0x0","number":"0x121","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313700000000000000000000000000000000000000000000000000000000000000","r":"0xa124adf741e042bb341c4990ef9409ac93df866532b6da15feaee2a57d0e5f0d","s":"0x169a99163c8daa69c1522b030f771ede2ecc1f5ad5ce719dd9b989bbe34e2c1c","yParity":"0x1","v":"0x1","hash":"0x8dceb77d7f047adeb7f62bac95e2b8e593acf3cdd3a8b738f7509b56072c4296"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x720824eed2663e044b7be4cbd08df5f6d34b8ee47b4c1a25d1883c35356b0f63","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x1857a5f3c76b0fd675ec3d59f5a097d3b4a1d634a8233e63495d45c85ad66c34","transactionsRoot":"0xfada9b2e80c19b22329b49f124ac83eb20064f2d8e4f26466567e3776812c444","receiptsRoot":"0x93bc670d599a751ca384f62589256725999a5e0044698522bc3e48fbdb1050b8","logsBloom":"0x00000000000000000004000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008800000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000040000000","difficulty":"0x0","number":"0x122","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003eb75af02a4d70a3","r":"0xff7a7002f730d19a84d0ccc934fb581873acd847a9e37d2323ffe6d9fca7b54f","s":"0x2eafc9fa01674bee9bbe405f445f2f2bf37c121ee64e001c2089e0d629d82e40","yParity":"0x0","v":"0x0","hash":"0xfccec8f7e53a7f5ccc03808c4cd0140acf9bb85b29371cf3df1d2f26e8ece48f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x283097005d0f8edc3337b11a96e000138cb65c8150ff1c984f012afb9c294905","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x79753504ee825e4dfc44078d83587a342062b365bb58d854f0b3f8200527cd01","transactionsRoot":"0x3acabe4784d49bed3672b5b10e38c4bfff177fb8c9560815f036bb48f6db3034","receiptsRoot":"0x5b147f04b31dcbf7c6b95c660d3ce420448d0cb0cc4036dbe0e383708c63aebf","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000100000000000000000020000040002000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000001000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x123","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313800000000000000000000000000000000000000000000000000000000000000","r":"0x598b6ab8d8838a783cfc5f5d97b778bac646cd17af820a559af62d4841d26c6b","s":"0xb90457c9a569d211ffd122f43d802104a392def6d309cb8ece1de11fdea49b1","yParity":"0x1","v":"0x1","hash":"0x234fbf56daca7c0a0529d168f01c47fd114a3001b7828d838628daab2bb50707"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf500f50ba0c1c2131ed1f772fe2aece80ef4120919e938e45334e40891c22591","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x50ee2afa898e1f92bb3719cd472cfd2b2c25b07f314185179ffc04a92ec25d34","transactionsRoot":"0x0ad2f789755260a96fb18ed9aeebc70e089ab1501bd95b359374fe9f87a67ec7","receiptsRoot":"0x74ed59b1d763cedf9543287c7359ecdc81c6397082a61d65d3b134b9a955ccd5","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000100000000000000000000000002000400018040000000040000000008800000000008002000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000001000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x124","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000058ae5cd63f90f417","r":"0x9abdbf69eab86a643d4a15368d6d8b8b2f752da14ce8b3ebb746a53843a4c274","s":"0x1eb5f6c09c0c7d912ae7b52c9099c7bcc655a32dcfe8f6b194183c9d5cb9ac8b","yParity":"0x1","v":"0x1","hash":"0xe449d9661f791c3933966edb9a60648413a7ade83b8087351dc9b2487a4c643d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc0601b39bf6bcb417f4bed588b32d7bdfff83a2909d8f6c9b1cee21f1963fee6","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xad1a88f6677c8312b3f736bd8edeb65ae33c2512cb28d60513cb16394b50f633","transactionsRoot":"0x524b48b899401dd96534fe6033f1d113fc50faf66f95110a8502162a11e9a4e4","receiptsRoot":"0xf3d44829380114964c533469d0f6aa34a60ad98326a9f4d15ad3857da3df7e92","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000008000000000002000800000000000000240000000000000002000000000000000000000008000000000000002000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x125","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313900000000000000000000000000000000000000000000000000000000000000","r":"0x38e938de1145b792b86b0fcbf9e4660474d6d21b9e59f1c8586229868c3ff1ff","s":"0x3e7183a272e65031bb8f226d3d0414c8663db1f330809ddf82ffd235b3a3e1e","yParity":"0x1","v":"0x1","hash":"0x6abfaaaba7c095c6f6bbe0fd76665cf5744c8aeea2c1c7f223c229d9bab0a503"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4c79ba0f94a6c557f71a5a88ddb74e04a1a09b4e33d12857a29a6368da04a47c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe2c2796340a219a6083fa4727cdf8f667c8b66ac215ba3b74bc3f6cc95221b35","transactionsRoot":"0x61476c6b41a6e028aced74b5d83a4a2ecbbfa91b5f723622f629e081984912c3","receiptsRoot":"0xa6c6348beeeb2089fe3013c8d5d773fc935f31434daaac0350d8f0dad1df357a","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000008000000000002000000000040000000000000000000000400000000000000000000000000000000000000002000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x126","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007bebfb23c69b5006","r":"0xfee1e51b6ff67f779353a40fbfa0e040b751bfb2d9aaa89a1801407c64f18238","s":"0x1b2a92ecabd051a84d7ec4d407df7cf461af9fecbe822416da71d483da136f01","yParity":"0x1","v":"0x1","hash":"0x538d284dc6c1995b71dd00a54d01b32574ade2d9c409273352229cdaf1f88d99"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x2c2543ea3f5572250404aebf531e002fd2ad0afd0ab12a5592a3730a1864783f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb972b63bccd9db9b9b96f77a7439a0117964ed7d798a3235d39cbcbfff49862b","transactionsRoot":"0x2c10687bc0bd108b35e71c91640640fc99c9b585622f43b71f797ea59bbc41a6","receiptsRoot":"0x17b473053d6b250ac300ee0aa727eeb8efe909a55478411c5131b0deef78ceb5","logsBloom":"0x00000010000000000100000000000000000000000000020000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000020000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x127","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323000000000000000000000000000000000000000000000000000000000000000","r":"0xd66ca11ab7c935aa465a05f65e5baa84f19b459dc10fe54f6433e6b4a86ca83b","s":"0x638a6c626d47a4198ed36aef34256cfbb3dc02f9994bdb161701cb8910855d48","yParity":"0x0","v":"0x0","hash":"0xc139308953053eeb881aab69cf16a35d6480a11a8943039c95d90d71a35b25d5"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6740b5de11ca0baf41b782a2e847e13702d77985aedb98182e708e0e530a1f05","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb4fee9cafe16ef3f3a1cd999f310f7640daa40b1adf888c04d6c498d25f040f7","transactionsRoot":"0x369f555cbcc03f286926b7e44b380520b2b07ee901f4e1cc4137f6a21e6e31ef","receiptsRoot":"0x62bbff7a1741ef99ee7dcc48941aa2f8c24609fe1a390d6def2c5bc2ebfbee22","logsBloom":"0x00000000000000000000000000000000000000000000020000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000200000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000020000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x128","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002ca592cd3c4c864f","r":"0xfd0c6dd9268d72e04007000e98345cbe547877bea3b0b9a785e6230d0f884107","s":"0x18d2d78d505210bbf569b0155296dc8513cef3a3fa48fe358a5f4fbfd6b759a5","yParity":"0x1","v":"0x1","hash":"0xcb325c25647247af1392deb4ea14c43488de3ace666c302e4f66956278fb2dd2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8c51b64be0a42a2c5cb61d3548edd4aa45a3d863b1990f0b504c840fa91f2d28","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3bfe2faf07424d66cf0ead476c5514fa0d81d79c16dddba07312a17f166958a2","transactionsRoot":"0xf84a031338c9e033cf7c4f27217d1bc479e607154d14b7a5295c6dff3e95a5c1","receiptsRoot":"0xcc240c7dfc71ee847403395e3de16306318c24796fa4793591234cfdd7c2865f","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800002000000000240000000000000002000000100000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x129","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323100000000000000000000000000000000000000000000000000000000000000","r":"0x8c8723522164018d361af9f502f2c4c7baaf463aef643322537fa1a13d4e7889","s":"0x71d1fd84ca79f0fc07a567c623dcf010f2939355de50530e3bfa1105dbc48b32","yParity":"0x1","v":"0x1","hash":"0x4b78a7b779b8d7b6257b2eab4ff45e05effad532eb7957d28fb675c89005fdd9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb045e4072345e895cb6e6cf65acf1b0e4bdbabc43575b88bdd1d8b9af3751286","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xdbc571974a9fac62a8df3e56800f0bc6b34174861b4474847c9dcdaad5212a4c","transactionsRoot":"0x4be875b5843dbd77d025ca2b25d9ead558d5a4315feb7c3c88779c4b2aee8156","receiptsRoot":"0xb3be62d210a70e7884b33db09e3a6ccf2193fcffc1556f5ebb1ed0b783bad8ba","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000004040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000002040000000000000000000000400000000100000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x12a","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000022bf698e9dd6f0b0","r":"0xb5fb3f4223202f06d20d86d65169b8f52cac86748e6495ad45c03f0094e66a81","s":"0x70c1d3ad5ed23af76d71fe2af26d45181386c60d85956014fcd6edad24842a64","yParity":"0x1","v":"0x1","hash":"0xbcaebfffd909a302e15a274c9856c8dfd3a7cf2b2dc502af2c29ecea1bedbe3b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x2181b113525db0b66da1a162029f49895719f59c2d947f436c0cefc9601e0b2f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x0daeb40a98e3c0afa4b32d955c60ef6c2ddb8ac59e335718c85294f1306180fc","transactionsRoot":"0xe7631102c991b15fa3b8ec7fcf7f3eef496ac0e9da7f497846bb70a825fcdcb6","receiptsRoot":"0xdb5eb9b1d109d69acc11b26ef81ef50a5860f1015d827041e43fced76cfb757c","logsBloom":"0x00000010000000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040040050000000020000000000004000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x12b","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323200000000000000000000000000000000000000000000000000000000000000","r":"0x355465292e3d76b765751060bc57d4fef12f8dbc0fb2a55be886e5a5ed4e9767","s":"0x7ba2139c96efd8abb39446e79d336fd4963bdf9ed6dc707864a2384c1dfb29fe","yParity":"0x1","v":"0x1","hash":"0x04bec01458cb3f4751cdbf6ae57793f0812b71303956a60fd7304d222ec0151b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x02445ff7e34aa7a3b6ec5fcf864a163a76f8d3b1a2e427c124309d91843ffb95","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf2bb5566f87ceb005983b775dd0c5441d32de5c73113fd49672e8eb39a53affb","transactionsRoot":"0xe989a68fadc296bdaa65bb049134adeb0334424cbf962cd60dc04957b2be5721","receiptsRoot":"0xec72e43314016287f4a51a0694d7dd642d064d48aaaa4dc0df982846b0b62cf2","logsBloom":"0x00000000000000020000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000042000000000020000000000005000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x12c","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006ceb59830bfc8ad2","r":"0xf005d7ac7bd0311baeb4419c166bd3ec7c4a92b0d6ba4317875e7c3bb4a1c84e","s":"0x76f0a2849579b1fd466e7dade3f314890951b7bfdc694faa4e7d0dff0dfa1340","yParity":"0x0","v":"0x0","hash":"0xbd43995642a685b4d2512b64656a54a5406505d758d45c035116d61984fde426"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd2386decc4305d31bd1fd6ad00bd645c6fe07dcd3604bac63f7012c28e5e0374","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xbcaf5d8354c457acda57e9e1d495f6a011df55ba2871f015921cd749e830b7a2","transactionsRoot":"0xd44659539977867bad053b523fe66c5fee2ddd834ca67feac96345feddee4f1b","receiptsRoot":"0x64782368d2776dfe218b5d5037d5410163d2eac694b947a4ab67d978c329b454","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000020000240000000000000002000000000000000000000008000000000000000000000008000008000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x12d","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323300000000000000000000000000000000000000000000000000000000000000","r":"0xedb8029dfdf2c9478e3557dd426ef234626cdea2f45ddd4378b2e9ddeb28dedd","s":"0x2229df116c84699dc78b4411e2851fe61c00e2f54f40dd077bccbe806664128d","yParity":"0x1","v":"0x1","hash":"0xa7092f413552597a15053bceff2074dc48b9b3bb949bc03a3d2ed6e885b155fc"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xbfd34f22ba90b5bbdd7339b789f85d64d45532ae9e4b61867a1ce8937bd3345b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7464f713bc7507cb72f1ea2c8d57c1d2fcbcf268f2437002a057807f4fed6c1b","transactionsRoot":"0xa865a5bd5268e9a4186324bdd527807200c71acbc9f6925e07703a369fa11301","receiptsRoot":"0x0b54c427ed8bc07fb8065164813a94e9422744ca1ccf73b3c22432a4b40ce301","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040020000000000000000000400000000000000000000000000000000000000000000000008000208000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x12e","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007beb33e25ef5e098","r":"0xb1ac57ddd1a8fe777510a64ed6a9ecd77ca774a123a3876828cb76f7fe5b797","s":"0x65af643c1baa94fa961145d4d4b892b04b4092abd17bf7e889aca09e493fd9d2","yParity":"0x1","v":"0x1","hash":"0x79b3ddcd862ad651617ee410a6286b563dabc35835df20785e4ac6d4acaaa600"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x09ff48f9c612c5e1201fa6dc73cdb685204fb7e66e4ec1f2644387fb2498a5f8","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x438d8ff0f16792d1f9e97413d7a5ce73a29b0517263ca8072b9365d3b4cceed7","transactionsRoot":"0x97794593d910537db8a9a650c7ae5beb4f8727e8d9f718d6fabe9e439768b70f","receiptsRoot":"0x252a6193e626ae3a9cafa5c0df14170ab9a7a7b1c1e1f05d3afa1930bbad5154","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000400000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000200000000000000000000000000000000000020000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x12f","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323400000000000000000000000000000000000000000000000000000000000000","r":"0x38ff81e5426af47caa195ab57526927521ca4177784ff6074eb304f2a037b0b1","s":"0x701b1bb7c871d53e0cdd5b21bfeacb222695bc5faf43a3fa7c9d879783c7af62","yParity":"0x0","v":"0x0","hash":"0x676d9e41c3cf9a543e7d60d92f72961efd4aed0ec4a3272b628d0bc096f25dc0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x518944a33967f4cb2fec2d9b86f154f21c18840b61e104c9f73773216cb15f39","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4931b401cf048a934c71efabe1485c61aaa4fdda242c2931d40173b3e370497f","transactionsRoot":"0xf58a2eae4491f8471fa872f24b09b319fca7139760c47bf181289aef9ac1416c","receiptsRoot":"0xf3c07fed641256a3789c97e974cd71e4e1bb1052555c642043b021a629a594e6","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000400000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000400000000000000000000010000000010000002000000000000000000020000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x130","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000051169428b2187257","r":"0x12c8e692e179527a46ffa643d370bd90b975d980d2551f38bee259b54e591057","s":"0x338325c7534d78dd853a3bbb13cf5f6115c3bf42f0decfd8fd8c5b41492fd589","yParity":"0x1","v":"0x1","hash":"0x8c56257bfd68346830be37fb3149468acfa950506f123d5eba60efb87d8b6c3f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xbe3285cab2eb45435116eca78ed22112563e4687c525a6768c100519a6fa318b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd7a91a1b0fc6749c08d0617154fc012e0d3374373874afddccc7c4e098f8fdfb","transactionsRoot":"0xe486cb90526d5ae092ee7d31b0512a7d4ab0e9c6a66f835b380fbecf72a17ecd","receiptsRoot":"0x8d12e9bc0bbe3a12fcaee4a98a06c61ab87de2bff6f691c008ba486e3aac1dac","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000800000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000004000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x131","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323500000000000000000000000000000000000000000000000000000000000000","r":"0xa20cfd440d10351285997db263b1a32915edbc6541a7b75335a799d7bc837855","s":"0x592c89c462c8da9ef83fe17b6dd6a03e55caf1a40d5fa640028ad05d0c079099","yParity":"0x0","v":"0x0","hash":"0x0995b94efb5939d93b841470410445812748572fa03b0a8b41a72e9bb2aea35e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe3487d44d8cbb97024c3ca76afd517363e8c343d4f95ad2fd2cc18d86862b3e2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x605a105d4ce7c6cf3a942e046afee68cece635d1323575cfed0b2e6b42ecaa1d","transactionsRoot":"0x63bcf4b0db64af022bb9e45572ebf63e9abf67bef99f9573c0622a63b71668cd","receiptsRoot":"0xd47b3d44e78b61f78c0ac0bb4434a7dcf1802d0b2deece898622e21f7eaa86bf","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000020000000240000001000000000000000000000000000800000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000044000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x132","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006ffccceb49d04f1d","r":"0x849f8ab0cb881305e61032c03093226b98e2fd57211a9560bb30e989346690c9","s":"0x255798d9a0edbf6982a8cc573aea2dd939ecd8c6af4de8d29ac7cfa14ef6b17a","yParity":"0x1","v":"0x1","hash":"0x2ac4f267263556ed4c6cc2168ceff5b9b6b6c6a0378ae4dfa3d08d776978edbe"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x485ef017b29716e099bfc443349bd5c642a7ace8667e089fe1cbd97684226129","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x9a6559ae7fd2f8566b7a7a1023fbf56f5d0a895f4b951741d6fba1f8f63ed96d","transactionsRoot":"0x19d32ae6a4a5d69bd55ac6431d04ab625b9959ea2672f31587966f04eca113d6","receiptsRoot":"0x0f87ca710eb8f08938e167fdd60fc862e8b42c281af28d2b012941e4bb375e82","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050400000020000000000000000000000000000000000000000000000000000002000001000000000100000020000000","difficulty":"0x0","number":"0x133","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323600000000000000000000000000000000000000000000000000000000000000","r":"0x6a0e6635c0f2c7435617c393c791869ffec591fcd47c1e0f9d0f140671ae93a2","s":"0x7231756fd2d50f5a2b4f84ea328d0041d152816b0e7fa92ca865190f88a9a343","yParity":"0x1","v":"0x1","hash":"0xadf16ef5c48a25de3fcbff19817b6beffb1add605466743240af34cac28f0ca3"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6db5460e7ae826c5c0eb25482c08af774ab89fb14fc17a653cbd1222669448ed","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x976b11a70aa5a792bda8907e8aa5890a729772f2d05457b011a83bb0d5eb49bb","transactionsRoot":"0x7e148fdfa7f3c63e57bbb98c1b6a2c5c741f6b3cfeeb331e2aaf7a7f2178efdf","receiptsRoot":"0xfdf64adac066b216333f21df24b8a5c6c68e3531b3c40b96b22473fd0a9c72c6","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000048000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000400000020000000000001000000000000000000000000000000000000000000000001000000000500000020000000","difficulty":"0x0","number":"0x134","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003d547b2078bf5a28","r":"0x13c63159b50da1cb4302e502416a529ca16b21bfa62dc817b222549c25ed96e9","s":"0x4354caadb7c5476fb642a749ce7e7710f5298496af93cae4e2b67f7d6f6391e1","yParity":"0x1","v":"0x1","hash":"0x136b9105cfa28d1996767594a097a0396959549bee7602b15396c533159c635a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x52a49d901dbdc1d491be183b2ff1e4809f5865abca519d538ce9ccf18b9d979f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc1869fcd4ab8f04a6c90dfabcd7f71e5b6db94dd59fbd1a284e24b417dba6840","transactionsRoot":"0xb4434149790b1891052b637a4d0ac5e875a9187a8865d0afd24fcf0f80a655f3","receiptsRoot":"0xff0ce97ed7d45ccef87f483a7600ae1a4da3286f43658da25601bc47755949aa","logsBloom":"0x02000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000400000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x135","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323700000000000000000000000000000000000000000000000000000000000000","r":"0x5d2144199468333fe54b8f89855c9b3b35fcf159998ada6bb33145bed9d6fe37","s":"0x1d38e5a517e374ee9ac804a5f01527d2d281e69a8405e527a5d3b7b6cce01fe","yParity":"0x1","v":"0x1","hash":"0x893ee042fd5f0f367c4ba804d0cbc63282e254afb589672d758797065b2a11f4"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf579ddd07230f9dff5b647e2c8b9d6925249fb9abb5b8cd24d49ae3b41cc8f49","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x49e0989b920ab8fbda2ffea9fa9bf4317753144c8e636b3c963a13322541a490","transactionsRoot":"0xc7e701820358a6f3a23e543a2336daaa92cf7ff59c305630164f4d9f4574fc45","receiptsRoot":"0xa4634bb7fe2b168b3fde8dd0ae1efdf824c9a7da4d9a95ffc6390ab83535397c","logsBloom":"0x02000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000200000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000400001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x136","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000740135c4c48c6c7f","r":"0x79af6c764cffc95df4305457189e881fe760a67e178d918bbd46a490f4d6c513","s":"0x7a3656836b23eb9359d085dadb84aed34bba93e69a86935cf2f3dca650621ed5","yParity":"0x0","v":"0x0","hash":"0xa4e683a8e6127e39fdd250fa58ab2c364808418eeebaa4481f0feda2b99c68ce"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4a26cb104b2cc1fac0ef74b79322e16c333ba347a96897030950a7c75533553c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x180caf3986afaaeeb0eb6f7d4204c2b84663fdfa35f4b9c502bbc1ed41ad491d","transactionsRoot":"0x40b6e931afa37a7b6bdd890c0672bd6111337cd87ce3e97db4560108159191c0","receiptsRoot":"0x01b2cad50009c61754a82f2d917cb7964b24818f46c0c5d485167b7d2a1c126e","logsBloom":"0x00008010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000041000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x137","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323800000000000000000000000000000000000000000000000000000000000000","r":"0xb894480ae171121ab0480d08f99b3b8b4f97d073c1b41809915d6acb3fb875e1","s":"0x7e9dd635e45d8458bc4bab41ee017d3bda865a8db97774912a5a9055ef5918df","yParity":"0x1","v":"0x1","hash":"0xf734ecb0e2e9d226369d385593aa0a8c37a3a68300b771fdf51d45079ec7e42a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd7939f43c6e9efecb444e0bd51bc272b059aea265166f53653ce8c6ab45e1d1d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x69734958247b3eab67ee772fdff498cd07c0a4a1d6b92a7825946905b15c1e31","transactionsRoot":"0xe7b031dbafcf34299f5763ef000b89864bf7d2a5f1d80469cf3b280667a5a0b5","receiptsRoot":"0x7a0be41bbb5ad46d8a791b977cb2ef51f66dc389b54e6246c1b644f65afa848e","logsBloom":"0x00008000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000004008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000001002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x138","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000067f2132e2fa3914e","r":"0x483d1b220945665198c7d6ddf58cc730e4dfcdaf91c5fddbb9dd4551e454e8b9","s":"0x6e774f796cd16d751e02ace9aa4fbd000ea0c9c04de40c94b88d3eee3b9268de","yParity":"0x0","v":"0x0","hash":"0x8606e7a955d9772ce1127ffc22bfa0ff68c1ef67f71ca38102b82f0c62b89618"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x42d06e139fd66a9151c031be26c0334bb63976d8c607a43a4532fe3fbf80a91f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc4d214fe2b5d99ed28466da31d57363725589c1f3fc7b7aaf74665e5806e68f8","transactionsRoot":"0xf2f16a48cdbede9c801e1768b1319565a9bf20d437d2545bc410dd9f05f1bf0e","receiptsRoot":"0x2f8c0a3aa9c5decb6b5a618a18471553fb667c6ca7de3770798f993c6037c659","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000800000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000008000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x139","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323900000000000000000000000000000000000000000000000000000000000000","r":"0x4baf72cf0e133962a5bfeee236db85cf54abfc2517cfb3e0895a12f1509a40ad","s":"0x3ba430c02c81076dcc97ce73d22d3bbb05a1d81739ebc97172ebf5bd0f68add1","yParity":"0x1","v":"0x1","hash":"0x31c380bb0b013b935d419b2cd69c00d74dabc7bfcca7408a4f0c06eedfac67d6"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x0bf1243b2631e33577e29e24cc6c776dce40c7caad952334165d1f7058d68856","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xca6613cd24f44e5f6aeb422884f51508928df8d6ef9a3c14ed83fff2c92aad6d","transactionsRoot":"0x334c831a8a5b41ba0e9bb7ae4de1a29e627846afc8fea59ed763b136b30b68df","receiptsRoot":"0x90fa026c5d67b01eb4c1babfe4a02ecc508b983523e5a7d4136eb7704fdae2d6","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000800000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000400000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000008000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x13a","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004947aeb13928ba0c","r":"0x42ab774d25574fb3f57eae62ad7eadbc6e6f5826e9101324f4edafc6f17bb968","s":"0x1a8eae16e7bdbb4851f18ff8cf72ffbf9a5b720e7e6ae985f03e41b67497075a","yParity":"0x0","v":"0x0","hash":"0xc949d8f92cb50e33d68061f29893f568e443421b2c2ceed12d194b9488053b2a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x323f9f20b296e065c3785bde75a17ede59a8f9e7549e0d3edee65b76aa29fdea","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd965fcd4f1b7639ca883dc65c2d2f8afb03347cf5e376c3fb93fae803387a70c","transactionsRoot":"0x4568045d88c95bff2fd588310d36944bcc798e21e53d036eaea228ddeb4feac0","receiptsRoot":"0xb7ac39ebd42524d28ea8500f077b60c69b7815a98cb83ff3397b58d83cabab99","logsBloom":"0x00000010000000000100000000000000000000000000000000020001000000008000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000400000","difficulty":"0x0","number":"0x13b","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333000000000000000000000000000000000000000000000000000000000000000","r":"0x2e2764b1374df7dbeec5b8ea386d90d7f0b139ae1976f8556e905746bd5a1f1e","s":"0x561c21400da537e4d4748baf74134917783d845682d9a6bfdd073039fefec638","yParity":"0x0","v":"0x0","hash":"0xb69eca257e0037a9d2f10e254b1c70854e485d525dc07b03cfb6275f2fa486b4"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xdef5204ced63e64e0b0be2d98d4cca8272752f5c8f996f5853becd41a068182a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xcf01ffb63d961cd85fd15cf3b629998701c7bbdcf6834cf99a0bd7154c749884","transactionsRoot":"0x5c20cead86b73bd0b29949b2e829037cd08ac2b07b2f5f460210e1bc8c6a36ac","receiptsRoot":"0xcdad7cd06e18addfacdcb23f27037477b1c79dee1697300161f3be9c24c0e20f","logsBloom":"0x00000000000000000000000000000000000000000000000000020000000000008000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000400000","difficulty":"0x0","number":"0x13c","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003a6e87f491fb9ccb","r":"0xb0f1161061d564d1d115018d1883111b352498579a4f19e6dd9d082331964315","s":"0x7cc53c89a167c248400c2b3f6b8c6815712d1df038483204af7e8b199e12a651","yParity":"0x0","v":"0x0","hash":"0x6ea3b4256b63c6192a8e9ae89962b820519318a351eb6811745556de097bc0b0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x0b35e3b343c0ce8c0080d145b4644712cb012030393efd69e2f2ee2d1d0b99bd","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7d1937f966cfa1af911be353718af1e36776b41944e3f49de4dfe9333cb4f3c1","transactionsRoot":"0x4b6e8724cc4da5946cfc229f2f5f1d83eac2dea0e6836ed590c040fc7f526a8a","receiptsRoot":"0x6d1e3af49b1d225f3fb12b4bf122f144c8aa77659f771fae1a5d194913e41293","logsBloom":"0x00000010000000000100000000000008000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000002000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000008000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x13d","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333100000000000000000000000000000000000000000000000000000000000000","r":"0x36b2ce041cf2506d6612e1042962b74f5cb618e36cde53c26dbf87c13504048f","s":"0x71aa7a4b0c47673c006a05e18ca6a1c64f79f2648886cff91a900e27d5d36ff","yParity":"0x1","v":"0x1","hash":"0x3a37160862f3f186e20ebf2cb5c55dc29ea5a8bcb02a76a19ee79a31489a7d3a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x1b236985881b8b4f77a83f4bc075a1d27b6d2458c911afb3e7bb83a49e9c53d8","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x302b74fcdad15e55a52a892358f573211f0f8176327552b3f928226f8b80b777","transactionsRoot":"0x6703b9cb866b6e2d4b268ace2607aec836989687d6460ed4008b96c1035a91a3","receiptsRoot":"0x1cf6dc209737f87d3e3ee207e656c6a63ea4658fce08d74661a79abd2e20817e","logsBloom":"0x00000000000000000000000000000008000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000002000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000008000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x13e","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000225d9fccf0291e95","r":"0x27fb131e3085fb298527099c50be96fa9a3d9087e340c5d9559c592b6358a7bd","s":"0x2f633b277ad292297b51c43f08497c913e42881aff308f9012a44eb897bf7d18","yParity":"0x0","v":"0x0","hash":"0x0d148804d8d0b438c1ed36890906f7090ecf5cf15542a286fc6e44f4a2bf98d5"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4d987bf4dfff1c75e398386f9c78c0f38b6a8b2cef3d8521e0863877db197c9a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd0d6bf6eb30f8942dca97c91927eebd4046fedc7e31c1b33b4c865bb7b4e02b6","transactionsRoot":"0x4c589d51c0d037b31ee73aab662fd9420a7c27830d8138407f6ae7ac8b7bec13","receiptsRoot":"0x6c489be00722977de0891a8a56180a056e8e80b58377c26f16708a925e5b7cbb","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000001800000000000000240000000000000002000000000000000000040008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x13f","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333200000000000000000000000000000000000000000000000000000000000000","r":"0x37b0583f5f30dba07c74deef018b7d5be5fde466200c50fc98f2ca15792c90ed","s":"0x12d685b8e2ec6cf2f1f1f79d36b535089f3d925b7c8c111bd52b92f5c003d96b","yParity":"0x0","v":"0x0","hash":"0xaad948007fcf79d045315df0055e2d887b79bbce7b766861a9162e02a49d18ba"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb209547d9b0a8a2e914ef0463dd4658c0b607c7c303319459242c14dd26f9486","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x099bbf8e88a7256a6d4a3e60a544eb8eda9bd12454cdb9952bd2812452de950c","transactionsRoot":"0x8fbee3dbe8dff598ac35b35eefb0f9183e19aebbde663a62081913241363fec2","receiptsRoot":"0x56e2c8fb12a40bd333f24f683bb609b7100146f646e1f8d36532334a2ab85436","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040400000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000001000000040000000000000000000000400000000000000000000040000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x140","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000029ebf4b678942b1c","r":"0x575e78be4e11bc02b26f7d66bf5638e3da0d7831032c99327502c44846509d5d","s":"0x3c4ca4a6d1abd2f64d06620dfacd14639dd5b89a16965071830454d831f79011","yParity":"0x1","v":"0x1","hash":"0x0b89db00b0a99faaba984c25887299bdfc8944075737544373007dbdf60c22d5"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x475fefa149b471e6f883ed42014b77c5797bf512294608da6525c53852045957","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x77ba5e5ee40181803116f0c2076c58a1956f7f9c99b09d6b4b7dcf7292515831","transactionsRoot":"0x4a8b8b46f0ddda291b8204ac5bd0e549c5af37a199753e757373a64e1964b1af","receiptsRoot":"0x1715fe8c1abe4792df1b1a5f0b062d8974207a2477b1cea61aab904d541755d6","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000008000000000000000000000000000000000000000000008002000001000000000100000000000000","difficulty":"0x0","number":"0x141","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333300000000000000000000000000000000000000000000000000000000000000","r":"0xcbe5ef58734c67f93141670e387c457ad398a6aaa68772739e1d917e2576059","s":"0x59f65f201ed2303366e6d7aecf63fdff09c333c0b60fedc6f870c4b037625c19","yParity":"0x1","v":"0x1","hash":"0xdf50a1b143c461fcdcbffbbe27929639d3e25e2f32447e752bce89ed41839246"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x687a6516f9992131ac30a8f78b3419bb94e40c5a0b369e8acbbd2362a0f126b2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x9bcb88e583c95c23fe82d71e8698ad910674ef135c52be0b43b68910a72996c6","transactionsRoot":"0x987cee19453b4df0064d8c98ba9bd4d2eb305dd3ccab247eba0e2ecaf003e79d","receiptsRoot":"0xb181d125f98cab1984ce0eee8526750f28ab2cac1b15e1722badee6586d32fa2","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000080000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000008000001000000000000000000000000000000000000008000000001000000000500000000000000","difficulty":"0x0","number":"0x142","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000056bbecb0ff9fdea6","r":"0x759fae036c185cc1e70a16d566715d5656f718fc92342f6b6092642166923152","s":"0x78483837064c3d0900576cac630430db94ba9515e4505ecc5b9027974fc150ce","yParity":"0x0","v":"0x0","hash":"0x0edf0755c9f9286a21d5e594368f33921a653f7bd1ed752517015a0cbf0d1c57"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x2a1fcc3a8a9a7e744635bfd9c9840dd6bf31bea9caaf5c3b0a9ba6a32ca85176","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x88cf28e37b14a2b4dbafb5ac635613d66e5dbf60d85d532192905241e88c37e0","transactionsRoot":"0x3e0dc4b2ca43a44836f1ad47c3fee1fcbf7befc81e74f55561b140350efc5d23","receiptsRoot":"0x19c007634c7de17005f7c83516855b3a2ba9eec067bed2ab1e73df472cd9b0a8","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000022000040002000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000002000000002000001000000000100000000000000","difficulty":"0x0","number":"0x143","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333400000000000000000000000000000000000000000000000000000000000000","r":"0xefcb3f728f96e6d497fe8d0587f868e963827b52873c53af55f867301423c083","s":"0x33daac6da71fa99775eb9184f9cad5917e771886a843f42ae99eb3b20b864ab9","yParity":"0x1","v":"0x1","hash":"0x658128e2cc7440085338c9f0ed38a8fd232e429ecd429fdc834d895b7bb8854b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5a0dc47d0515a9b37265e8f130d411e9add0ecd9b5dacc324984e66411b66e70","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x0bdc0de19118aef5830455ccaaa4add2290ad7ff3a821de99df09fd1e2f164c2","transactionsRoot":"0x9ddf5a357185483f09f20a28d3313393957f044f180b6779bc6480e59ddd938c","receiptsRoot":"0x799f509f750eec661ccb844a15b7d934218a9cff037fde900d029d3554aee4af","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000002000002000400018040000000040040000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000002000000000000001000000000500000000000000","difficulty":"0x0","number":"0x144","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004df6c2702215b7bc","r":"0x44fad2de92689a37416c653c10593cefde7a5524f97982838dccaa621149b77","s":"0x4bbe3298448d554c40973b7fde96ab52f09352d053636f567221a876bed153b4","yParity":"0x1","v":"0x1","hash":"0xebc9eb13204d37e72730234bd084f6515851e21d0633982b8cf777c3acaff64b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x81a633bc1fb37a0d4dd189a8622ea3783c36d0f61f6290f20644113ef92b698a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7cd8c6e1bd47120f9dcf8e4ac309585c84c7e4f56279d93ae47b6bd75523fd40","transactionsRoot":"0x79a8e6990fb2e87302f480a4276518a544c4c9a42188975761ce063371bb072d","receiptsRoot":"0x308602024641f8bebe6eef67ffb135df612bcb2f4b96d508e363180d7bd5cc36","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000200800000000000000240000000000000002000000000004000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x145","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333500000000000000000000000000000000000000000000000000000000000000","r":"0x8bd2bb1dcd6b5ddd2a13e3dccf391d34d3fa61852ead8fa32a5696c1b249b99f","s":"0x190a13ecc83f7b27979092b4a047cba11e44415d098ded266f3b8c70e9006f16","yParity":"0x1","v":"0x1","hash":"0xd5ab503dce24baff34e532fd7633ed5227912f41fabe42bfd25463cc6d34add3"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x19fbf7252a6cfc1c6496f04eb77b3afa1139ccfeb3e74c10ea580c6e956cef34","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xbf18dbfa5652e190b58abb09acaf580455489a1ac5a44ca54f491f0714e4bee9","transactionsRoot":"0xcc2e79353786dfa0cbc1083973d568297d24ce907709fe5af92319598867dac3","receiptsRoot":"0x40c0b25ad6740c67d04abd357b362803a26b480cdf72f9e14625b24c28ed271d","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000401018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000200000000040000000000000000000000400000000000004000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x146","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000000f4679cadc66390d","r":"0xea93e81dd4fc07a0fb78711730cb8c050b6c5be5d94244dd32f9f262ff20e7d0","s":"0x7978044992d9b0f52df4a142e37d230b02f317d588be98d429aca316ef448f9d","yParity":"0x1","v":"0x1","hash":"0xf0576ced37077458fb209dc676f2c6182a908f57af53b013e2808d2a1da70680"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd56f9bd4cb9a570d25dcce6a64c3f921d13e3f87aaed836859067d76523548be","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xcd4fb6228620b67508ea3bf07767cf7f9f46979ac98f9fdd44ad7dbacbd44351","transactionsRoot":"0x8e4283a14a4b672df19f7cc3bd9f2119a7f5ab8c93d3fca24186eb5b3580a6c5","receiptsRoot":"0x68a72fb5398eb6db76ce1e33ea230642f28671213a88f44432cb6cd1af152053","logsBloom":"0x00000010000000000100000400000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x147","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333600000000000000000000000000000000000000000000000000000000000000","r":"0xcabb5286304a5be206168154ce395c4850d2d6a1669ed1392ae091cae5fe9c9b","s":"0x16ef58b190abe6f26219b11a61fe73486361a78a97cc2d44541363f68e3abada","yParity":"0x0","v":"0x0","hash":"0x711125dab91649dd0e6a9524e9410bc59ac5bef5d8535da1ce69ea483d711ef1"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x59979080e8459e91cddfb77ceef82473bd2ae3829f838d28c4c907fd55f18806","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4ecfbf3c0a652dfcba3828b10eaa9d8c0064b5f5dcc88ea152329d47ba91f498","transactionsRoot":"0x5abd7eee9a53bccdcee9433352e7b238ed780803fcc1f9407158120a6f3520da","receiptsRoot":"0x786025f5bedf1e0857f8780cdfbdd185fc43facf53e98d60eb5d1c1e520b0a27","logsBloom":"0x0000000000000000000000040000000000000000000000000000000000000000000000000001000000000000000000000000000000000200040001804000000004000000000c800000000008000000000000000240000001000000000000000000000000000000000000000000000020000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x148","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000300e7cf3b6570d42","r":"0x4cad3628ff0598384b28ee83d82c52a38136d329ae0834778efcbae7ae39b8dc","s":"0x19ada8060f5c575225594eff913da72413ababa1d8863e85423a9ec1d7c71487","yParity":"0x1","v":"0x1","hash":"0x234a63e4dbcec0f1e27cac18b1f9bbaf2792d643e6c656d8326f9f459dabc5cb"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x143696bf2f23ecd790b6a1e429c1d170e90f6aa4b6c51962b705b70893e8f226","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5c84ab1d89d9e37bb5c4ff6cadfc5f185021f058911e17c9b04f874ed9faa7b5","transactionsRoot":"0xafbb964003f9525f927bc9fe4e71d98eb4a2c46b15dc14b5e861cf5718b103aa","receiptsRoot":"0x5800cc87dec5b268555c5f600fde284014f9fff6ef156f361c4ab744b4edcaf5","logsBloom":"0x00000010000000000100000000000000000000000000800000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000004000000000000000000000000000000800000000000000240000000000000002000000000000000000010008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x149","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333700000000000000000000000000000000000000000000000000000000000000","r":"0xb6c22ed67eebf8ea2ec61ae906523a21e62b5870c8a234580b1960d4fd5cad89","s":"0x9eb3e826b6a16a4a390f673fbaf460ffcf3ed7db6fc0aa6b727ea83419c5a0e","yParity":"0x0","v":"0x0","hash":"0xb459772718eb2c68f8340b875d254f304f1c1ed246b2daea2c567ce1f6b872e3"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x41f93bfaf8501c15ad3a905bbf9d0100065dd9da386838369bd312b51024a30d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa3615fbeef5195e0f9190ec72a7c1e3f842a8bba7385f3187f3eb7679bc84dc4","transactionsRoot":"0x95a563a383cf9867dacc7eca1a966d9e902444e19f784a88cfc51a7b392c467a","receiptsRoot":"0x8123e012ef22ba8ff3aa839b0a858c08f4ca011a04848ed17f088d071d3793a1","logsBloom":"0x00000000000000000000000000000000000000000000800000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000004000000000000000000000000000000000000040000000000000000000000400000000000000000000010000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x14a","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000454cbb70f6deda57","r":"0x91a1c19a0baf8b321f9e2c266a6e695101b5c043026a477ad87cd409c34724a","s":"0xbf4e99a59cd7a4934c06be47f63337e624355f6fb4cc507e55f074df61a4ed8","yParity":"0x1","v":"0x1","hash":"0x3207d80e9f8e8a53a3591010203644f9715d83f6921a7fd05421ac254ae846c1"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xbdc0073c472f3d42dc2730ade49dd2ac6cbe9a7c56c956650e8801353a38fb3c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xdc572aa4e11c281b32de18d5db396057446c50c888337d324e34e24278386e2c","transactionsRoot":"0x24139a26b0c183628875578b9d5db31aa00b68303e4818b9cdc6b320be133c9e","receiptsRoot":"0x3a860ff1ecd4aed1909ac41542ac2458dca28a3e8f44fa291e9c81b86e98051f","logsBloom":"0x00000010000000000100000000004000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000001000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x14b","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333800000000000000000000000000000000000000000000000000000000000000","r":"0x4ec310b8844d7933743aa9b009e36662771c350440b082c7349203281fbddf7b","s":"0x6432d989fd73e5a02c7b7c6151e36204f04311aa71ca0d6b19e9d7e664072f2d","yParity":"0x1","v":"0x1","hash":"0x45fba0780f82d7a98f6937943e6e35a2b869bb4ea729e134a31c612a37a0bc4d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd4c6bda94241945092c71bd658426c7bfb4e82e0857b43c0d8dc42008c6ace89","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xcd2cc790c4021063013c17bb52e89501689a1c11f245823552bb44785e54f48f","transactionsRoot":"0xb796556566cd00a3cd21e8c3f99c318c279e0a40cb7338574925e96a1e852020","receiptsRoot":"0x36a3781804539fe04f707f141b1dd103c19ca85c2a70fad145f82bb2ee13de2c","logsBloom":"0x00000000000000000000000000004000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000002240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000201000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x14c","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004c612aa7299fd57f","r":"0xe04ec45d31fc9c1535d79d6017fecd23f228f41e9b4c3ee17c284c8882ac0859","s":"0x30a639e6b92abb606b161542549cb0660aa2e701e0f53a1b9fe9fa3af8e96354","yParity":"0x0","v":"0x0","hash":"0x449fb8e3082e122df76014e44685b051d2ae2fb16a46acc162c10eb9972b58a5"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x9fd7185b674b7259996f5cad882a805577fd8662cd602053066275223be04954","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb6266dea930f889111311deb66b8ecb11816769eae339c4ea04b30cbc5e1414a","transactionsRoot":"0x298d5876256dfc153c57dd400a4837da94e4ee21b505adc72cd9c4121d382063","receiptsRoot":"0xead9f999d99ff81134cf84adf4b093d57a11a3470f07913f1bd5065e3838df00","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000100000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000001000000000000000000000000000000800101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x14d","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333900000000000000000000000000000000000000000000000000000000000000","r":"0x76a7d89b3ff38b02ed8921e8cd09e169a196fe9b5347d6f69d2cdda05ae3e9a7","s":"0x5709d907dd2d36c441aacbb476b04f959963cdcb13466b167492c457cd346b2","yParity":"0x0","v":"0x0","hash":"0x2bdc07b9bc74ba3b1c859228aa61e1c576b32f4969b3b191784fdf7bd4326603"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xca975e0aad48a6bd2273e9360db14607d82d8601e0318568a079253c6b3423c3","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb00e826cb82afd9d3a7dc37d97d9b128db14b7392a855d28c3fe5825feaeedc5","transactionsRoot":"0xb9af6e7175e49293c0d96174aceb1b35040041f028d18d9c77af51527e0fab6f","receiptsRoot":"0x61f0b8714a0f81e818937df71438b5f843ea383ab1bdec953c98339fe94cd1e4","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000100010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000001000000000000000200000001000000802000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x14e","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000598aed7205272e87","r":"0x917169280d3d4322edef9a5f574c4828aeeadf11343e1671bfc48176353ce7e9","s":"0x7a624e2c253897106db2931e4509240a4eccbffb1f2deb5e027694e0fc949e58","yParity":"0x0","v":"0x0","hash":"0xd8540679385c4c63e6236e050aef0f693255c7e81b932569797ea21a6003ab4f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5109f416016182a714a834bb62439df4bbf85e4e69b49c81705082249124f69c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7c6d8fc0b17840ceb3357331b1065af7f2d7cff0bd3028cfbb45e7be27d34109","transactionsRoot":"0x4993365f67a27c31a9feca936e40d40ea530d65489720483bdee049ea1105888","receiptsRoot":"0xc82b06f5328177dd1b81f5197da9978a53a17baa11665e4fa8f69e8d1f89f07a","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000004000000000020000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000200000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x14f","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343000000000000000000000000000000000000000000000000000000000000000","r":"0x8a3839c7f8dc9af721da1e8e81d5540e3a1acefa96aa9f1a77a1386d1db15247","s":"0x26744dcc382d0a209b4bfff64b579eef49e9ec1f29f7eb907a91325ee31447b7","yParity":"0x0","v":"0x0","hash":"0xdc0de53a1c600f0dbe4d6c1d6e8891e3e6564551e7643f12e56a3df5334d3e00"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa2230a3c8fa1172169a270dc08d19052afb33d6f28c5bf8fcfe34b530c97587e","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xefefa4c2591edb162c191b85e5266fd2f735c3225fe742449ce8d295e367fda7","transactionsRoot":"0x5be66cc3e02d9b38e753e8b091933dd3164fc270c281cb59ada303316354ec99","receiptsRoot":"0x1433ecde26df5c6a896e5e62fca6a48acda075a0d5386acfba9649fd22a1ceaa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010004000000000020000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000200000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x150","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006e7330ddc26efb3d","r":"0x4d98eea5a1bdfbee4e1a019a3eeb067b4e471bd6a88de0953eb20e3d4103bc3d","s":"0x1bc2abfd0877c39399d46b17bf3bb1731dac4f4fd1772c099b532c3ed1a36a8e","yParity":"0x0","v":"0x0","hash":"0xb59156d42c8b5ee86e48df6a11c71e0544a866ef3271607b9106d79e6b6fc8c6"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x157aebe992cd229d6c0a22d9b4dbbb2f70613a3e3487afffb19c526313309188","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa7451f22ef6581701897ae1e311cb70a5c8098a0b31cf67183771b973cb9e64f","transactionsRoot":"0x73a376f5a6f1c394b01187db53b44930ba06023bb24516cdf0edc8f8549c4a4e","receiptsRoot":"0x54ff95059c247f5a549a5554e633bc2a884c404d0f6f903238998f9ec1cd0489","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000800008000000000000000000400000000000000000000000000101000000000000000040000050080000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x151","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343100000000000000000000000000000000000000000000000000000000000000","r":"0xb3d3361c01e742df916c0eaea0ac125c7fe8b371363404b06f49cb7d33053ede","s":"0x5d21f1dd3633b2d0f1cde35b552eba93a17ebd13bc6a98ba4e21c0a1a972e44c","yParity":"0x1","v":"0x1","hash":"0xe47c95e0f831b30fc2d6566d30db726f5b341ffe29854c0f46474509bdffc3b0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x69051b63c7cb7a5433e37c2f678111fb019fc2a6495e5201185bc94c03151bb2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4c3faa2f66e126c5bcaad5f4d3620d0cc9c383041cc0f0a18ca826809c486857","transactionsRoot":"0x0fb5eac083c891350424acd2666544a894a4abf21112e83db058042175e332f6","receiptsRoot":"0xe30613e725793523158c11162557430fb42294b3188e1c3bda1e808e0716d30d","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000800000000000000000000000400000000200000001000000002000001000041000000000002000080000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x152","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003f94a2da3a2576fd","r":"0xf6e4622e690ceb6c7af81452e4c88bb9e2d822183fc910edf7a05f92fdfb4ebe","s":"0x7352651f9706de918ceb88dbcae382171333506545275c8978c9e558f25670b4","yParity":"0x0","v":"0x0","hash":"0x43b95a4028976127f6e41565008bd4aa2f20fa145ece54e74e80b3868a847392"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6f8ffc5905cd0b9c6cbb3d30a38e28019a6061dfecd007543a91333d1ae5930d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x1bde8fb3384646ba9759964d6fe934ec90eac66343a27446b4fb90acd8c5cc85","transactionsRoot":"0x39eadbe35d99433e35b331c882c2431d11ef877ea33cf1d223d57676c21bbf77","receiptsRoot":"0x5a3feade99d25e91786abbbb981f9c7eaacc94bf8bf383e7397a6cc9ee70e712","logsBloom":"0x00000010000000000100000000000000000000000000000000000001100000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000004000000000008000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x153","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343200000000000000000000000000000000000000000000000000000000000000","r":"0x60fe0b02ef4b784ebbb68fa9d17146d2c0c94d42c3b86f298b23f53eca40e383","s":"0xab0f142d18fd4afc342908877e773bbfe604a42660c3941fa9a41cbf7ec9397","yParity":"0x0","v":"0x0","hash":"0xc1051852a2003f955535546af2f02a731a7b827ee34356598d3406b82a2ff7a6"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb8512a1ebe06f14e5b18cbf207ed0b2352a95f52a8846b267693ac709b82c2f2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x625240dbe08c79d0914e3ea0625509f4f11e9c5a8b267d05443465ae637ced54","transactionsRoot":"0xdbfb13506496fda8e689463de20bf3fb20eca74516fd0dd50c025e995debc531","receiptsRoot":"0xf07dcab554b07a8e9cc941e0b98eede274b9d52f792aba1ed930fa6d67d22782","logsBloom":"0x00000000000000000000000000000000000000000000000000000000100000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000004000000000008000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x154","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000043222dc4c4c0ac15","r":"0x3e18cd0422c59d784eb1a692fa744df8a7ec2cd19c3e5d3b1c7679350507cd95","s":"0x57027689be6beccfa6a2bfc4ff70eb84f853faa3dbf3d0f09f522ded52520ddb","yParity":"0x1","v":"0x1","hash":"0x61fbe3362c7c5e76b578fd6c40d4d4bd61873d6f5efd2f4037ecf8cda3524e3c"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe4e47b78d0de2d7b16fa3a7d9336245f77ef6ab05739a88e99f23df997dc8e8c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd7c4aaa852f80131fad2e2ecff90b73d7a6f8f949abc3c6dee92d8fb02002e5e","transactionsRoot":"0x114a2aa97982146a74f9d687214fddd1520af859716d6de276485fb785f413cc","receiptsRoot":"0x8fe44fa988461690a2706cde32522663eb5bc78c02d2629e11ac9899b1f38108","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000002000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x155","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343300000000000000000000000000000000000000000000000000000000000000","r":"0xd72e5ee39bc293de87b039a1dea66e9e9551c14312471522e836e45e37660943","s":"0x68839d55a1075ef462154b980c34cdc9fdbd1f0706d041a2cbb717cdb800c81a","yParity":"0x1","v":"0x1","hash":"0x0ffcda5770cc5470cd6050f3e3eb2096dcce4b7ce50805a167209c83abba9619"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x9f4d18562f128d7fd14361c9d7745636a07f6e245d71841c039cfd57b4b68559","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb65346f1052b5e5ecfd1113e77b2712a7a8d0a249ec193104817336ffa25e154","transactionsRoot":"0xd1623467827d4f0bbcfced5deffbfc146f0ede23387ffea8f62029a6b87b1e31","receiptsRoot":"0xa7954401b7ac6de78b822f6ec200a7def71a73c6d76a022b72572b538629af02","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008002000000000000240200001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000002000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x156","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000008ab268a9fc9a4827","r":"0xa8aebdd097d4a8a0530f4b66180f015837ca8aeb53e0c6efcd27680771b7878a","s":"0x7aac52c7f656630d5a937e7a0de6033e3d3ad5e5d98f28fecf3cb9dd068365de","yParity":"0x0","v":"0x0","hash":"0x064ff497e5fa08d34907a84a642bf5a9beb8a40239e697ef5fd3ff826a54bbe9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x02cf56a8f74b50af1b3c798d3277ff307bd6b3a2a2c43b1c259ef3deaf7b8827","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x2567f98b7630ddfd8e32c5aba171f516a74285f8ea58149bad149c11f84ec60c","transactionsRoot":"0xc3e3f1999fc8c633295b60646a3c8c7433fba2f98a980a3975bd9af651bca916","receiptsRoot":"0x47958074dcd7c5d24f9de6bc2fac6b34e9d8c4a76d025fd0f254ba462e762bd8","logsBloom":"0x00080010000000000100000000000000000000000000000000000001000000000000000004000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000080000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x157","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343400000000000000000000000000000000000000000000000000000000000000","r":"0x3c14da7176da206f8248ba7b1cfa47b5a2fad3e642d7dc5ff95d8673cc75c540","s":"0x3017374f1d9774d7f04a66c076aa2ff9d1c30f4d7763d398b2d579f4119be04e","yParity":"0x1","v":"0x1","hash":"0x7aad77d31b91271369d5cf370eb064a4e4bba0345918b70a20080261cea86058"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xea1ac44ba70293ffbc6334f996eb9b37868f821ebb52677be95e01f309114818","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x2342cd75c60e787ca613886d0836482de9ca9020b06e0cb00375d34cd327e499","transactionsRoot":"0xba874cbe04bb5f46a417e15d38c1d19a72002465d0ce58dd86d21f0ff5d5e08d","receiptsRoot":"0x94485ccd805017b365c40533f2bd627822087d5cac56aaf14424978eda62d208","logsBloom":"0x00080000000000000000000000000000000000000000000000000000000000000000000004010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000080000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x158","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000022997aec86aa0174","r":"0x15ae6b346e067bd253f9079980c609dc24ef95c44675f490afe7d9eef3bef765","s":"0x136fd8cff7907060e2aa241c65e3caf4f169938ae89396161465433d75c8f048","yParity":"0x0","v":"0x0","hash":"0xb10696933c1559e9a14e5971f1fcdc03b094f97b5b792572491ce704bc5d094f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x111e8421638aea554f58125d9de0267d5aba45a5076f3f82cd4fe89f3efa6548","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xfb315373b2ce848e67f4264a48a79a475374b385feabf8b616dedf680f698f4d","transactionsRoot":"0x06f63c96c0b7daf059b79f59d650a8a783463a214f06fb54c2024b6d4dd493dc","receiptsRoot":"0xc08802985c5bee4b6c333098e342535fe85aac8200005d97941900306fa4f4cb","logsBloom":"0x00000010000000000100000000000000000000000000000004000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000042000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000100100000000000000","difficulty":"0x0","number":"0x159","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343500000000000000000000000000000000000000000000000000000000000000","r":"0xb61b9b20f7c2d3c78d50270373248c6fe0956ccd21c35fa1f9c40b67a82579d6","s":"0x2c6e7c8e466fa39c17b5ee03b5bdb5c964026d58ae2f147ced0ddfd0cd3f0e93","yParity":"0x1","v":"0x1","hash":"0xce46c1f1e10ed1ac994272b048f6b6f811cba1701d618ccdd63097d0df6e8b75"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf817ac7623ff8d64aa76f3eda44c8fd19dcf0bc32878434f602e0e8a2c9588da","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xef48851696e7230b22848ecf81606cb5db02d56fcb8969223b7b4c3e8c233b18","transactionsRoot":"0xddcec84e251d672eec0b2737e073aa1703aace03320997f271d2eac1198a653a","receiptsRoot":"0x20f294ec1e0f7d09fc6bfbdc099f4fef7fff03cc3067da4a3cb803eb569c0f78","logsBloom":"0x00000000000000000000000000000000000000000000000004000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000440000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000100500000000000000","difficulty":"0x0","number":"0x15a","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000022cd6f987e0f1fd7","r":"0xd1114988759bfb3bc8e867280b390c582d31011ac122461cb78e59e6d6582c1f","s":"0x1a913d9599ac3c2c216f258d4952704e1c98993cdfbc2a18040910e0fdb01c76","yParity":"0x0","v":"0x0","hash":"0x6662b80f170476a8d1bbe71bfb149324e6569ee76d720215b8db9b9b7181a55a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf6486ce3888e8b9f842575a82be9520f0c7615f7fc8624792649541e770d70dd","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xcea5fee80eddedadb44226fadf0dbcfbe34aa67c8242f19cf0a77d0963709bb7","transactionsRoot":"0x3e69a8df24a22bf9e8288de9094acb0b1a732b88073647ec4ab8605ad9b380f7","receiptsRoot":"0x93f8938c5fd8dc4b572f601ec3f698b9acc5d105c8a25987f95c1473bfca2211","logsBloom":"0x00000010000000000100000000000000000000000000000000000001008000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000020000000000000000000000000000000000000004101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x15b","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343600000000000000000000000000000000000000000000000000000000000000","r":"0xd864681cfbc940bafbb20a275eab3cc05cf40533214d85b817d7e7af3b7b7874","s":"0x2043c560e3ff99da2a9edc2ef7fd22df5b94edd75378a8245a3cab2703ffd576","yParity":"0x0","v":"0x0","hash":"0x8b550fdb16a2ea44179f42afe59bc64d34bd230156f6cac28334d42d6760e1fa"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x31ae5ff54088186e5d62633c4116bc56a16a41595ded84c9062e02db44e6db8d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x418319eab959ecc326869b7f007721ef9bfacbefd2f6134605e6ad0925b230e2","transactionsRoot":"0x1cf18d0a49df102531f81713baaead56750dd0a2fd3ef70917d20a0d0c2da6e7","receiptsRoot":"0x40e80a5ad8745843d5aece1ef0058900c2a8e5050cb45850c361d69933627d02","logsBloom":"0x00000000000000000000000000000000000000000000000000000000008000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000020000000000000000000000200000001000000006000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x15c","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002f03491c799698ec","r":"0xbbc5ca00e8410a92073c72d3fac221284a9e64a43afe5d02f79bd0645213ce39","s":"0x75548e24bc7f17243a571c7506244fd6843e4a2d213911e5598acb6087e0aaa","yParity":"0x1","v":"0x1","hash":"0x3721dba2f3519d67887b2cb7da0edf5852aaadc3527c93f1f1dc525d363c8a1a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc4c90740d1da82708213e3e448eb10ce973fa3c8e93c59faef47ecd37620ba8d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x566a440e0bcbb375a5d1d7d577f10cb2def6dc13335dfbb72db4ca830053f1a0","transactionsRoot":"0x51032c7440b29cc80bc22f9897e9fdb6a7b12c4b8440f877c0dd468f8f9a634d","receiptsRoot":"0xf3608f71e31414f5804efbd12b7f41a8bea50b4f606e7fd181732e78f2093445","logsBloom":"0x00000010000000000100000000000000000000000000000000010001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000010000000000000000000000000000000000000000000800000000000000240000000000000002000000000010000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x15d","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343700000000000000000000000000000000000000000000000000000000000000","r":"0x59a48d8ae1d71ade08dccee276601a189888932d37a839b01350ae80abe4fde3","s":"0x26bb442c91674f28cce406d58ede4cf317ede43e9e32e9be6307ae009d5978d9","yParity":"0x1","v":"0x1","hash":"0xe9048e2196c327780a57c8dc5844e7159f8f1bfd6a598c5e2f9acae4e45898de"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf2d06caf36a0e4b7f22a48f8b6bc379ac6a7c4a8c4e8edebd6aa2e583b3a3711","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xfeca5b6a24689721fe727f532d9b01fff75446b431f3f071745accaa1db96938","transactionsRoot":"0xffc5341417ecb0280f7978f109f5045c12e04a2f79d6b1ac5a54ea2fbaca4d20","receiptsRoot":"0x2a0cba873730f2ab1efe299706d82e690335a54d656d770d41452f50b901506a","logsBloom":"0x00000000000000000000000000000000000000000000000000010000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000010000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x15e","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000038312cbeff92e5ce","r":"0x769dcb7b04f2e5db2a268540b5c7ad36c7cee28b6722dba6ea1de528eb9cc91","s":"0x2e6b0049941669d4938859b3cef0e5df6600f47492c67ba0ee415afe4e6cf8d3","yParity":"0x0","v":"0x0","hash":"0x6f6f5bf7d1235f0affee04e16165ebd9e45240390d3b1bfde209d3dfe4b68b8a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xbc32c0062bd6ed4ed02d0c7d98d9d658b1c47e5ad7ced1cd46ee0d1db89c5ac5","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xab159a04e7f1e6198869c4ce22134d37ed12359e693f1121294326db9ae71700","transactionsRoot":"0x746e965447aa36872ac615d73f66d269601605ff46025644c27f8f32a86e9305","receiptsRoot":"0x02186d99e02cc51a33fd53d6cfa6ecfb3ca1e7a6259cc2cf7d7da954ca6a7a51","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000048000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000800008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x15f","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343800000000000000000000000000000000000000000000000000000000000000","r":"0xd8093091d68aaff5eea82fdeb89e5a55530078988210a7a15103a73bcfb9d06d","s":"0xadc13e7605e2798274e8c7689da817f4e39c5f6607002324f5b9ac8bc57ece2","yParity":"0x0","v":"0x0","hash":"0xe1a213575b4540486e3488c7c7ee6ce128c64504ab142b645bd5bc81b3e66ac0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x81b8bc943a5a7e29033a9046bd55b2fab227453c1d635d18ad0ad2967802a12c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x6eb2b92d8a75e9e4d0d3604ae5a80fbae479bcc88f3e1c07a786f5c3a69fd3a1","transactionsRoot":"0x70924c31681d70220bb7224122f728d8a2149c15434757dd44b82fafccdfd7c1","receiptsRoot":"0x003ad45b9812122607ebfd367ba8f708dcc87a3cf084aa11ae39f2079d74caf8","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008048000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000800000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x160","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007a87f16164855f4a","r":"0x74a095bd63f1c44675b8c320b64b60cdcb0dd50b2e1d50ac78cce4db91d1d911","s":"0x61f17bdff1fb0e1b8f8cc1902d5d28630a0812652e7cac07de279513603301fb","yParity":"0x1","v":"0x1","hash":"0xe68bb142974128f35b14326034f152ffba3006b11e9d1ece71250cd5542a4eda"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x0c894c13737dcf9563cd5d78e5b3faa5a58ab681dd24371b01739355a0183f7c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb77f7351e8d25942539aa4c5b41d388875dfe0db5f8cca9c95f8471e63d3eafe","transactionsRoot":"0x190de3898dc11585dd5a9527acaad1b2cc4f95c7938bd7b680d9cea919f753dc","receiptsRoot":"0xfb9ffbd5e381d47cdab70bb1dc499623e87a7d30037a6944b59db2688eabac28","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000200000000000000000000200000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000040000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x161","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343900000000000000000000000000000000000000000000000000000000000000","r":"0x743be01be22aee1f9e67b853e0c76a5921d56c002f9ddefb3b63f62b8e8b7349","s":"0x63a9dde30ccc8078ded932aa8c1a8a3e25b2eedcfc9105a989825da32dc730f4","yParity":"0x1","v":"0x1","hash":"0x5cdfc293c17ae0332ab750d47dc087a7fb808c6be734029a1806e40a2cd5a698"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xdb715cd2afb653aa4d57e86eb930a72f175b661c09f3c68c3fe469336e1cf053","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x39607904cb619441dbedd47a9491f643f815ba1ac15655eb954609baf1855d61","transactionsRoot":"0xd195a6fae4c385b53bf51bbe0defd782dcf154aac0760ed96cbc006cb10025a0","receiptsRoot":"0xfe7ea9262c41871b96423e84d2ed81e0732d880838ce55c4d556e42473dbf22a","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000080000000000000000000000000000000000000000000000010000000010000002000200000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000041000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x162","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000051f08614c35c92fb","r":"0x99e08ce992275bc49004618b42abd5ec433befb2193498d637d4efde889bb6e6","s":"0x4000df9b54d433dd2ed54d4dd76bc77dbbf1c6f372cff6bbcb809dcc1cfe650e","yParity":"0x1","v":"0x1","hash":"0x9dc3496f06bf120960b75184fc255f654cb777f8278c8b2d0d5412511222407e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x97ec3f603d4cc6dac6e72f1406d7c17e86de4b8ddf02b1c8c914abae7822d064","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7f74b55144933af8599f15ebf810218d4461f6f0dc2e22c0413693a811d3ffb3","transactionsRoot":"0x751e97d738d5a14b41b0387f98488bf3215e08e67afd553edf29a6aafd5af408","receiptsRoot":"0xf5c92a5f248610848b2111c3ea2e3e35d857036e90f5709842c9cde0405613ac","logsBloom":"0x00000010000000000100000000000000000000200000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000004000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000400100000000000000","difficulty":"0x0","number":"0x163","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353000000000000000000000000000000000000000000000000000000000000000","r":"0x85ebd1611e328932a97f5d61ca767626c35026610b65a2686d0da0318b4ca0ea","s":"0x4428847a241181b0b8f550b070f1f08fe0b6d1050787154df67b36273b66703b","yParity":"0x0","v":"0x0","hash":"0xf1d0580b7bf494ef9548ceaf41214c353faee67e8778b36e48aea6af96a3042d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf8a27dbf3f8614dc1494e805a4766b0b7bc003a40656ac00db7f2f7906528852","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x2428be611dff6d33ef1fa6c8bf200c588e34ce9819add2e956b262793eb7d365","transactionsRoot":"0xb32142c1d4f7ebec1be2d4b5f2461559e526e375a38b8f5cefab1525de9a6a1b","receiptsRoot":"0x21fa26c23465d797827274f6e31bf7a880f0b9c5743fb1bbd41d8cebf31ee184","logsBloom":"0x00000000000000000000000000000000000000200000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000004000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000400500000000000000","difficulty":"0x0","number":"0x164","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000024109a665095c888","r":"0x524ccf737d4b6ae103c47a429bddcc2278f82d6bbcdf72546ad8527437363bba","s":"0x7a24609bd4b546e8112e78e3418e1b63f1253ef54bb90090baeccb3763b90d90","yParity":"0x0","v":"0x0","hash":"0xd9c9f8b10834c05afd74a14974bd161bce40f1d29409db2f8503147cc41289da"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf8604f041c6fbe8f10ecabd818c0036fadbebc82e9bff68b2458f4ecd7f1f047","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x84d7d690ec7fbabd9505a95e9beacb44d3d24de88dc1ea258181d97e3ab65b47","transactionsRoot":"0xf1e4207244a5f6e3b08cce9823fa9cb47db8078c70f7a188b195621fbc4685e1","receiptsRoot":"0x0fd18ad996d7629a983b46462d8c436018bb5c7ee41dd1c061d3b928e353fe1b","logsBloom":"0x00000010002000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000200000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x165","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353100000000000000000000000000000000000000000000000000000000000000","r":"0xe6ded344ec301c6cd5ecb86d1c2892e62096fff58fa55b626a68ba572f5d6d81","s":"0x68f08f6fcc93ef9436c9fd83b7ccc11b4d47ce2415a2fc838e93b0b6c72cd0e4","yParity":"0x1","v":"0x1","hash":"0x0c62ebc57a7a81afc4faa1f16f68e31067ba7e94576bdb1fd48f1a8288db2351"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4f7fe412a5fbc63497de916791d7fc93d727204cec91afc48a0b329e84a3d217","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x147d64d787e9103fc5842516243cfabd94015756d0d3eaf153c94b45c908b71b","transactionsRoot":"0x41d763b710633205222159609b5ef413415d6454776adf763f903d6694bc8d7c","receiptsRoot":"0x240c319c0286e597d8c909e6f72043daf15730722a51f1c896f3735feac3f88f","logsBloom":"0x00000000002000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000080000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000200000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x166","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001b5c36f1c8de7aff","r":"0xc5e191605ef3b0409445676a866494536c94cfb7c0c6f5b9de09bc7adec03927","s":"0x28875cc3cd773158029a33491f1037085b4428ebf3059f9b362235aa48a8cc52","yParity":"0x0","v":"0x0","hash":"0x75cab43384fcaa3e1b2448365f6eb464bf8708afca21c4b56bfc9772828bdd16"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xffd0d35d03193f18a6e6b143483d7d6dc7d1736c3278e57a432622cfad6d16f0","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x949f7b63172b07e7f8d3e973cbaa1b3b9206528174de21282176b3f6587db49e","transactionsRoot":"0xa733347ae51bbab1fa1cdb8f9aff6755bf547d6de99f6efbf550a77ea4f26cb1","receiptsRoot":"0x4457f11d3dcea2e2f9c2c7af0cb6e79c976606a761e051ba4a0c9a3e3bc9ca9e","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000200000000000000000000000000000000000000001000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x167","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353200000000000000000000000000000000000000000000000000000000000000","r":"0x5d3699538f47c0a51190a8c78b7089a5bda0dfe71ef4c226013bf719e2e33579","s":"0x4a746124e27a777ac3b4c91c14f85998fe79e559fce69b73b6a6a9d04a16b104","yParity":"0x0","v":"0x0","hash":"0x186dbc2153cf0c957f41d20a7df0796fab392940357b39807de788c786e6e822"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8c0556a434635c53e22fae3fff09cb1b80d016c0546732a5a81c2d7d8959920c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x98b32129fb5f28aa625ccc4830cde790f8de76ff97cba5925e096b5ab1d4e8ef","transactionsRoot":"0xee4903406529085f30236d4c470a9a1c06f9dcf43693e8bb5c5c0413edba3337","receiptsRoot":"0xd1a7ed963d2582dfbd33f015746e0bd9b1353ec87e1ec56c319a8532aca647fc","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400218040000000040000000008800000000008000000000000000240000001000000000000000000000000000000004000000000000000000000000000010000000010000002000000000000000000000001000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x168","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000749bda47f696ad25","r":"0xa0baad205d6bcac46c81e08237770cb00a49a51c755da5efaf045e4282ac3344","s":"0x3534ee45c0487a51e74290009a3a9ee4964ffd1466d7fc6aa10f2f7c64032736","yParity":"0x0","v":"0x0","hash":"0x56c5d543d46259fd1d9b4eadc96405fc5cca53e98008354910e12468fd8ef35c"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x66960dd4f5fb895c3f017a64569c8d9c1647639d4a59af10f8a03e2c41e571f4","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xbb51e319c609625c487753cf3e4a3138c1ab68bb557e80d079d6b4ed66d3f2f8","transactionsRoot":"0x38b094c6124dd961530880fc6a9fce7fc8e33b66b7a802731d1d9a3e03a64445","receiptsRoot":"0x302f32a2893ae335f87ee6641a4900211ef0a3a0d3e16305a29e85dd5c5e9b71","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000080000200000000000000000000000000000000000000000000000000000800000000000000240020000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x169","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353300000000000000000000000000000000000000000000000000000000000000","r":"0x8f201fb94210ac187ebf75bdd4a11fcccd083e5389e98957d6548214668285fa","s":"0x6fa04439d2b2e8af49f313e181f47bc581962b878f9fc8b3d71e0028c49c51f4","yParity":"0x1","v":"0x1","hash":"0x876cc9e95391a65da7d39890df70da77128b3d40900060966499ee9a7e16876b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x0e4ff753898dcdd85679d9d30ebcdfaa025f106739d566a219567970d7c6ed8c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc9285681649dde23bc3c15dabcc19a451b200469ea39bd0e27804df409fc09b5","transactionsRoot":"0xa24c18415e3963a8fd9d5fdececacdd7aecce41ebed4feddc1ced52126c462f4","receiptsRoot":"0x06a685131a999e737b321cb58410d89f720f0868d48187df54ac8963d0efb4a1","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000080000000000000000000000000000000000080000010000000010000002000000000000000000000000000000000000000000040000000000020000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x16a","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004047d566deddfa5f","r":"0x40bd6e68070df1237a14fb3901b38882240260972e7a798e1dc58af46422e8bf","s":"0x65872ba8c4ba228fed4b46a2ebb70d40479c3ba9797c12bb5143019a7012b1d","yParity":"0x1","v":"0x1","hash":"0x357bfd02065f9848bf3e6931f43a1e46337d785ea025716ae22fa372eac3a96b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x910683ab71eaaf493b7be01e31d3628cf4f0979f8dd3fc241bda018e3303fe37","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8e421e7c9e8caef3f988c5fa370e00c7ad1b403001535f9d38fe4ea4270b47af","transactionsRoot":"0xd4e0f997b3ad70f940fb64c5d49a44d51acbf38ee1a09af03c307f636b2fa928","receiptsRoot":"0xb254327ebdc464ccd2b71665471968a8c8cb76239ed26527c96c127a81536398","logsBloom":"0x00000010000000000100000000010000000000000000000020000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000010000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x16b","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353400000000000000000000000000000000000000000000000000000000000000","r":"0x7003f50af195cc1070b8cb5af062db835cf37025c4a235b974bbb4de99c74677","s":"0x572b2028223afdb18f9991dc93fd0ff8781d31e3f668b7517a22ced41690c6aa","yParity":"0x1","v":"0x1","hash":"0x4dc69a27a5b4e0870e585c0af58433f52f8acaa936c34d48f851dcb9e4122faf"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xfb62dce10c774659e1209b76915069da620ad532e6b2b2cd25d25239aaeed7f2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x1169b29d001fbb342b4d6c5641ac01b5d425f91d58adf52bcad63f7ca716e694","transactionsRoot":"0x4f2f57db4f09768f316f872d94df3af1d51c57ac837d9c49fc4f4407eb527895","receiptsRoot":"0x31484b283c28f8ae92ab37e0e06ab1db60569ebbc29493370a1e641a581cef46","logsBloom":"0x00000000000000000000000000010000000000000000000020000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000010000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x16c","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000129529541e807c45","r":"0x1b6d639c8226a757d9b2315d4e95f99924075c312d0e9993b35d8f56457e08ea","s":"0x7ce9b32b70ccd22a789dae93e136df5dd6a450d795b3216d5161a314f44e6bc2","yParity":"0x0","v":"0x0","hash":"0x7d350577e93b87ce96a64480f0a8e9c143df3adadca2ac1291cf15f3d11088a9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x80e463c2d89fea5cc69cdba6ddd97b2d46e7f95abc28de1ad5b7bc827e773acc","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xfda3e2b3dd82d03e519917805f442f35f37ccd410ef2b7357234959e06d9d484","transactionsRoot":"0xe6246e5f0edd8c23fd89265e8ba0170cb3e0952f6cca348e63d1f9abd53ce3f1","receiptsRoot":"0x6e2a9f08d9814d61ef7fd4328ecc12035f0c9e86e5dcd37dd0acc3f93243983a","logsBloom":"0x00000010000000000100000000000000000000000000000000200001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000040000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000105000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x16d","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353500000000000000000000000000000000000000000000000000000000000000","r":"0x18a5a15999edfde95c6fcff1c7301f11565cedc1fc0f1f2c8900bbc72fe0f095","s":"0x340a88d53634a87e3d884dffd4f71c691cad138c838f390025e4bb6037231572","yParity":"0x0","v":"0x0","hash":"0x7821fddfb00bda51172b80bb1881ae81ee360f5c3408f46b134f2ca7eae714b1"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5dd504a8932003aa2f67032a54e52aeb4e97c45817f025b4a45236f752460e7d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x38a98b7d9f269e88d7b54190bac6b8082606db35ff6f2a47205c06c58a43ce67","transactionsRoot":"0x843e175487fae130114836c380e30b1f43d9d5b71936a4206cf487e36f559286","receiptsRoot":"0xe6c48fe91ddcb9198650c8021a92df67aeb414f8e64974e71f91b2a0aeb5220e","logsBloom":"0x00000000000000000000000000000000000000000000000000200000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000040010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002004001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x16e","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002ff96ee5f4c45346","r":"0x647e014d9f881848f5d31e5a4d99bcfef071d4225cd927ebd3cd5a3b693b4fe1","s":"0x7e47abe9dac19f222523388888d5d479dbb5a6740be501942d9cee805c126fac","yParity":"0x1","v":"0x1","hash":"0xfa402e1933d0508d2393f55258a64dc28e701cfeff3484b43c85a8c68cf48bbb"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x1003ab206197c639823afabef1ec8a5d26f62844e1d427df3130392b455f3f26","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd1eef85f14905c950cbbabec06af6e04aa22e5c4ec5948944a631af73ef89f4c","transactionsRoot":"0xed86d99f9c919e87c999df875b32082b09719f9dd6275125329537f07cfd9b00","receiptsRoot":"0x486b87f0869aea8f1811f9414ff0860818329ee37cac5f59ef2a236a6f7c4b49","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000008000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020400200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x16f","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353600000000000000000000000000000000000000000000000000000000000000","r":"0x63138dbcd8bd5e1c56adf4508d9181f14bbdea1c2db5ec9e0399d2abd8942a05","s":"0xcee4d715d8a1444477ef8af6a50aadf3dac6f8d795d0ac1271b5e6b59a6bc","yParity":"0x0","v":"0x0","hash":"0x093d5c6fb331932c9b6961bc7e96d57640beca6af24f50e8cdedfe0ace8aace9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x38ea5d2f771ccd21efa3ee35dd9d52bc6f8d8ab30526031f5d78612929ab2d97","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xbb57305d51d655a156c17275923cf26b641a99613ec7a2557015d4132679d462","transactionsRoot":"0xc97e986a701fb0a5ee1c2258139c823e02e05f56514b6fdd14ec88ccd91a0651","receiptsRoot":"0x3423d22ae610dfc4187a53bec43f604a2763a43527a753589dbee40c16da30cf","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000008000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000020400010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x170","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000512d628d4f5142b3","r":"0x2a4ff8f37faaccfb02fdeb4563d7df7aae8e29e468b9dc90ab10a1da2857ac70","s":"0x6b724768fd085c4aff06c5858d53c04f3381332662d0a463052e86abe92cbffd","yParity":"0x1","v":"0x1","hash":"0x65a6b0cc30fae93aa92368c9c124bcc0633d1ecfefe531d1f86829f5211f0241"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x69bc8b8ee8106f17a6733579296b0270c3876f576ec18c6b614981a9a9f8d6cf","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x27f453ea5df1123ac7289950cd3a11ad6e452ff7c140c5807203225cb792b561","transactionsRoot":"0xa264c7abbf6d68da5e7d162accd7cc6bebeb3c00b9a7c85b8f8a7716824a8393","receiptsRoot":"0xe0c40f90fb27f910f2eed75b06507124303350241ff695ec2aa7ce8cbb95dddd","logsBloom":"0x00000010000000000100000000000000000000000000000000080001000000000000010000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000020101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x171","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353700000000000000000000000000000000000000000000000000000000000000","r":"0x902e711d133f311038366077f3df7f67a04d623eadbb481d8f91dfb7acfed682","s":"0x74fdb1fce549b5defa1004bd212412a5b4d178202859c8169c5eb2fd0e2fa48a","yParity":"0x1","v":"0x1","hash":"0x2589d4ff53424d07cdd64dd2460c8428cd3e35b6de48efb4377d6172da136a6a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xfe62c575dae515cfdfe094a3d03045e1a901f73fa46f0908954ce9b54a839b40","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x580174506febed86cab1d1edb857828da687fc171650b3589d1e837d3bea8fc6","transactionsRoot":"0x3060e8e234db753c6b2ce04bb80fd506617743a07dbba78d955e310f1e3e130b","receiptsRoot":"0x39d83e1486e2205dd6e435099cce300fa9d3680b538b5049dc8b2dfbd1d7188a","logsBloom":"0x00000000000000000000000000000000000000000000000000080000000000000000010000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000022000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x172","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002951ecf8fade0441","r":"0x44bbb6bc3a61f72f5c11611ac491252b5b3b242d5bebbb9812b77db6550100d8","s":"0x74a5cb0c824e568051f1a7d5c12e1adf53b23c35751ccf95a8994b549ccf5cae","yParity":"0x1","v":"0x1","hash":"0x0feacd9ac4b087a7a6ec30b877096f3394e224e73252a70a9baa63a8e79a13ae"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb64332489d84c173f8212971475a72d3127b2b0248adf3be5747b7884727c6eb","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x219e3c1dfc97d7080d3c684c14586cc881c646105d964776a82d42b89759c2ca","transactionsRoot":"0x68027e21fb16a6cecbbc5593ecb5fde6c9d411e66676777d98de9424b8241e31","receiptsRoot":"0xcfef2585f3330083248f20b15e9f788154f20199918bfacbb12db7deae2c4a6f","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000008000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000005000000000100004000000000","difficulty":"0x0","number":"0x173","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353800000000000000000000000000000000000000000000000000000000000000","r":"0x6e01be33fd47ad34c6e7bee9b30deb0051cb423c78fc02a82c4c32a29163f950","s":"0x4ee5ade2681d3edb8139843b27a3d72a5aa864e655e94aecfa29e829b411fca9","yParity":"0x0","v":"0x0","hash":"0x4dfb41fa9620b6533d191c3c256940e088d21c4c8e36092c460d40194f91c4b4"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x1bfb2910fe585197e4f8b0ea67079324eb8ed85228d031499461c88cd14b3352","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x13769a7806f450f3b29f4d1efd292c8c6e6bf5657097dab652c2e957f4477da2","transactionsRoot":"0x6687d67b2ea6c9572d1da6328ed7069985518b0e0f26830d161d91dd42817a7c","receiptsRoot":"0x33efff6b21ea685046f65158d5160aaf7e4f190eb973cb1dcaf85b6f44e72628","logsBloom":"0x0000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000200040001804000000004000000000880000000000800000000000000024000000100000000000000000000000000000000000000000000000000000000000001000000001000000a000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000005000000000500004000000000","difficulty":"0x0","number":"0x174","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001a1ba04ee1a41b73","r":"0x8558c07f3b4ba69ddeb22b43d87a35391031f695a630cd3d4dc0a2b6387050bf","s":"0x7d65e2d16b0b4fda66a8c50dfbe3877c8c01f347425615a20a48a813d5a833a4","yParity":"0x0","v":"0x0","hash":"0x531e497cf2e84017dac3d4c315ce812721241cb7acf1440f354fce2b977fb99a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8abdff38985dbbe38ac3836a4f018a63d7401e2e5c709aa6bc3d2aef1f666da5","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe2421a2bcd51f5cb892509d4dac7983609f7fb69495922f1caa8af49dcc22674","transactionsRoot":"0xa9c2238b77d20f5b162910c2ac819ccfb5771c24637c2d1dee1c5fc3e1a8418b","receiptsRoot":"0xbdfcb1856c66d2f12b95d85816f0d1ee394e9c5eca3b2494a37787a919ad7a5f","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040082000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050400000020000000000000000000000000000000000000000000000000000002000001000000000100200000000000","difficulty":"0x0","number":"0x175","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353900000000000000000000000000000000000000000000000000000000000000","r":"0x3407ff61a0b42fbbf56b5c3466cbeb690d398f527dd01d275110277c00cf22dd","s":"0x641efba8e8eb8b36872c4143bb8c8f712ca88e343ae3ea5f32d08a6c585c1db8","yParity":"0x0","v":"0x0","hash":"0x2081c3536718992dae65cfb46eeeb4f5cae5e4f399c7b621e3f2e3fc35c17a3f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5b5d317ba8a755bb51447564623d6bfdf75c0c37b00f47088b2809ed4e14cd50","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7988db65afc4805378c204f1e51ab4c61e1293cd6edc9b19b075c22b640f311a","transactionsRoot":"0xd6ffd677f74fd1578c2748cc8e1715e70689f586485dcf777c89bee37f969705","receiptsRoot":"0x6ef2d11d6d9dc7a55977cceddaefd6928b7473703df4110a23ba811f5d1996c1","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002080400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000400000020000000000001000000000000000000000000000000000000000000000001000000000500200000000000","difficulty":"0x0","number":"0x176","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000016a09e5cc91e09eb","r":"0x25b772c5ed34315ce6f85b3866239b87eabc9380bd42c03d6fafb9e56c1d99af","s":"0xf8a4d5a052048d45cdb82baff559bfe564562a3356096d620bd93d7bc67dc75","yParity":"0x1","v":"0x1","hash":"0x03bc17fbb6b55f9e6782b05bb74fd24edcba1bd715362f3d6c3daed9c02c58e2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8ace46a31a685a5c33ca18518f69a376adf99b663418e6c9d41172b4ec75b0ad","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd89b9c942fc690a9b93c0fe62402ca111420c15be91274b68ae508808caa1b0e","transactionsRoot":"0xf098761ba6abde867fcfeb7db0ecf215f61019b0a655c6791c1980104cf89d0d","receiptsRoot":"0xf9476f4626e206b414e57043620c92e9eae94a9868cc95dee2a001468afd5b56","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000020000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020040000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x177","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363000000000000000000000000000000000000000000000000000000000000000","r":"0xaa74a1eb13c2d75a4b42694ed5e064b6d7d532087b5cecfc927175d75fbaff6b","s":"0x6bc53269e3b9d68dcc1e26f7dab51365843bee43cd56345eb87be0de5d57db66","yParity":"0x1","v":"0x1","hash":"0xe840cb55dadbc32fb35e22d2a6492fd5ef8ed5c618fc0308101cf6d02c206590"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd6ca841a740be0af0e090586197aad80648203c6e4b2c6009f0727c85d562cc7","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x6f77537cc639027939f46a5a1df8f3a50a543b9c08b19bd4c486075d58a02cc7","transactionsRoot":"0x623c8039f8875dcefb2145ae911f458d11c1cb8d9e86136f91671600e4e8ef24","receiptsRoot":"0xe00c2eb2a77223c6720ff8b889221944552712d04acb4253ff7b239ce71fd0f9","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400038040000000040000000008800000000008000010000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020040000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x178","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000060f0389daa707614","r":"0x9f7baed7f30e3f9a1a75fa56e5df12307c367b3d13f23b031b0f3d21f6d0eff6","s":"0x6685d68e4b615a140544223a5ee684af70d0ad88767bb659346b98fa508f90fc","yParity":"0x1","v":"0x1","hash":"0x6f8b1f46210bfd73296bc6189b69627863db7f4f099322480b365d852c6c2b94"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb95a015e499be909166fd5f09708b33e468fc5572f2fd23bae4aaf6b7b0a5cf6","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x22dc2a400e06c8cfb2943b7625e19c385c7c1473df97f61132d2055d78bee7a1","transactionsRoot":"0xfdacde238b402a176784294f4fdab55c16640812abe5f80703f050364efa7c30","receiptsRoot":"0x9c00c06e0db9efb53b4234fcc87ee8c9ca8134eb1ebdd3661240c7c372efd30a","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000008000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000010000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100001000000000","difficulty":"0x0","number":"0x179","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363100000000000000000000000000000000000000000000000000000000000000","r":"0xb2d9bc6301fab0037a6f149b7c0220420e4af7e33088557f814856d5e5f3f70a","s":"0x2c7ac32a662b16f91e38d6d69c6bf9385a134c07b2f19fedd608ab65786235fb","yParity":"0x0","v":"0x0","hash":"0x4e11f6da30267eaf8bfe91b5ae5b12f645405b223fd8c83eb136a2f2868209f5"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x789669d74f065658072b53fb28aad0c8dafc58ce4b328f460ef82ce1481e8795","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4038a84073e2f34e7bee41b84b29a9f73479188c3f01d51eed9a592cd3bcd258","transactionsRoot":"0x350c5d9fb31b24a6aa5183971c25210e053b0df6adb7847aa019ee9f11b9d082","receiptsRoot":"0x9539065d9e9a16e0c2e4d7bd17f30b58fab203b5318c10e95f7809d0e3d9ba28","logsBloom":"0x0000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000200040001804000000004000000000880000000000800000000000000024000000100000000000000000000000000000000000000000000000000000000000001000000001000000a000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000011000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500001000000000","difficulty":"0x0","number":"0x17a","gasLimit":"0x1c9c380","gasUsed":"0x366ec","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b2f5","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000005d00f765584df03b","r":"0xce066fbc0fe2e2f5ac2a6aa52de67e01a88c76f85a270ca40d3b77fccebe7481","s":"0x7dec42c2c30ed05a27b7b92d5e3e7410d8c2379a43cc97b013b76474a37b4b1","yParity":"0x1","v":"0x1","hash":"0x6622d204176a540934ab12d5c39e7bb0edc246b82a3e9f58350fbf698bf7a192"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6377868f3855ac3d4cc43a1703a0437d2317f6cab9f575eea1608004752c397d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x65af0e0181c644398022cb48658643e21ae238d814ff179a604cabc8f4d5eeee","transactionsRoot":"0x2e38bf0e3e665dacae1e6bc9b769c543516cef42be8346ffbaa2034010839f84","receiptsRoot":"0xf1848fd3612c7e4c4cc464211dfdb10b3aed69d7e2104db81d7672239c3b6f3b","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000400000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000008000002000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x17b","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363200000000000000000000000000000000000000000000000000000000000000","r":"0x636ab0f6a397da86adcd8c1b520dda445cd559a8934f897467dee4bbabfe96c9","s":"0x6d46e8581263032b4394f65d4d7d1719cc5fbcf8746e8e71faaac94752fc94a1","yParity":"0x1","v":"0x1","hash":"0x7edbdfa1fc54c5ca88d78f98648aae2d9de66074c9268de53abb053234749718"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa3dbc3fd1a5f359fe2962940dceb92358272fa220a88d47616740831fca53225","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe6fc374ba5fbc909426fca133c6d4f86f07648a2b02e22082a197cfb3dd5a0ff","transactionsRoot":"0x9ebaeea7557373fc8c2b90e5a79fbe02039aa76ed771f39fd9a06bd31e735e00","receiptsRoot":"0x50f2db8b5dd3819cdf7195f06b44e50b2760c8ae8ccc12ccd4290035819b5f27","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000400000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000008000002000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x17c","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002f8498dda5bb1dde","r":"0xe2c3de9f17691f84242a2177fc64361c8d03ac6b2daad48fcacd566e41fb93ff","s":"0x20cb95d82c92e69ae0d021e82a0ecd2111d861d13dd92c8f18f67f847cb2bbf4","yParity":"0x0","v":"0x0","hash":"0xddce329dab0b986c77f11a56a36f33e27684f4a40459c66e6eee74b4627b7b7e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb3afc410457a204ad8243e8fe9ee6fab3954a7b5d721fb76979ae8682661bc1e","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x315a93c19d4d6b89b378bc0ea5cb4bd9c7b21b2a19929e072db0c1728f9c5d6a","transactionsRoot":"0x4551d38987344c27639425c15ec235d5b240287515789a2e77ea91a7529fa7a2","receiptsRoot":"0xfa7a202354e4a44407a8c34e551bab83064244fd383133ac45d2ba8c710c150f","logsBloom":"0x00000010000000000100000000000000000000000000000000100001000000000000000000000000000000000000000000000020000040002000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000020000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x17d","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363300000000000000000000000000000000000000000000000000000000000000","r":"0x7c3156e4d71ef0a971b7ea4e2cbe24c4bd17eae251efaaed3cac8108c0fb9b9","s":"0x442814555937a79a9c9a80562932149fb3be629c707106e26a59cca5f1e392b9","yParity":"0x1","v":"0x1","hash":"0xc751486c318adbc8703c3853587dddf9a28c48481b279047b018a382c20a3323"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x2c5ae1d5852c9b5e8918021593528beb2544bcc1142889a55f353a53755efea6","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x256726034aacfdcbf3ad8c074a1a8bde461d2e16c1966e5ddccc4ed1e9edd9b6","transactionsRoot":"0xb3eeedbf86dea13f9f80dd25ed530c360ac509b31c8d1f627f6c53d98bd3eb39","receiptsRoot":"0xe9374be1578dc3829443a05acc7fe6a860c5f1461678c507701c76ecbd8e19db","logsBloom":"0x00000000000000000000000000000000000000000000000000100000000000000000000000010000000000000000000000000000000002000400018044000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000020000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x17e","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","r":"0x2821063bd55ac0c6f712e85a2f5e9db752e53899d469a0e615d84dfeca72c74a","s":"0x45d79a7344da930e7193d6b66d4b2d92a752afefa1d662994f14e353a0928ba9","yParity":"0x0","v":"0x0","hash":"0x400a52d0c3d4f3ce6549c78936b13ec9454238c5ee14ac158b7862525001b11f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa43efe316da2740b66c4d285903be599f3a506f2b3ebd277509b103229e91e30","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xcbb9291c1b1cf167cf2294483c465ac05adce935e27f280aa0139e9cdc902f53","transactionsRoot":"0x5d9f09fe5fa02c29f71a2241b69dbc0992acf83896aa92296f0a6097357062c5","receiptsRoot":"0x05f6d76a1aca24459e115d6336eb5ffd19d1e08b74d1b5866bee5368e75bc4ac","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000200000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000400020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x17f","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363400000000000000000000000000000000000000000000000000000000000000","r":"0x1b7346ecd1380878b3561c788b15418d9d714f3d41b42aec88c65896517cb8ab","s":"0x673d87cc0adf9944a801c37ba5217044c67b43bbb2ba567aa8a6cd0e72496957","yParity":"0x1","v":"0x1","hash":"0xd44ffa7b7c0ee0074fb1373ac9db3dd55e7cca426a87b4d8d15d482702fee7e3"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x73a53153e9c27f6517bbd48668f50665bf18e3429dccdfb4df2f40f3a52eea3d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x960517c3ce4327dd00365626f1e4b93a1c844689b056470f41100e7c9a871a0d","transactionsRoot":"0xa6ba8465eb627b4c1a2e3e2e3cd16497debc127f0aa5c731b13a9142df5222c3","receiptsRoot":"0x14b52a2520f680f95318c7bd460aa465ed4d3a4fd5661c323c66324faaeed030","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010200000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000101000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000400020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x180","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","r":"0x87907a41583a4a9b071b4a289475161650fca335366b4610e5ee2080ce9c5e9e","s":"0x12f19d5cb7c5481c987aa67cd16de50ccfdd442e955f2a3f3be2242f68f45248","yParity":"0x0","v":"0x0","hash":"0x7489eee12456104410ffa1f730e09f9a9c0ab4f24d05438b41afea2ab2803e54"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xddcf0fdfc7f6e98ea9ab4fe3f1eac680e962d980d9763a230aa13a7893672706","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb65274846ab061e96c2526d972c52c4ec7eb23d4f387451701fecbe683b223ea","transactionsRoot":"0xe80b4cbbf782f0487d9a41c8c478672449decd2b6f6f1d22e043998df29434a2","receiptsRoot":"0x72de6a3a26a3ef51d786f329bfd20096f8952a90a2b9e580b3c47c19759a0170","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000020000000000000000000000000000000000000000400000000000000000000000000000000000000000000002200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x181","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363500000000000000000000000000000000000000000000000000000000000000","r":"0xefdf85581479e2b6c0e5def8356c4457c9e8a003b2cd911be09c2edf8c860eeb","s":"0x63f4ba4ca38a3a4be4bd2e132e63568f3eb26e64111cab73ebc9493fce56bf99","yParity":"0x0","v":"0x0","hash":"0x0394e75137db4563e850a6962d3d8096d0f2f22f652540ca00f75c7071daeecc"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x401b29ea6396ff7b14cb7ff5b5d829a83e5549c5b5c047e880fbdf0695abfe30","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8c139e2a614299d5c9312cc7a826d263b5f2141b3e770d30cee508c3ad559480","transactionsRoot":"0x19d4c1ffd424f0958b66061166ddb52db8a18f6c78b4ed92eb9554d6c64f69d4","receiptsRoot":"0x248ae3ae5e1eaad37974498875ee30739a1b8fe5cd1b59efb19bc1f7c08306ab","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000020008000000000000000240000001000000000000400000000000000000000000000000000000000000000002010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x182","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001bd4943ef7e051c3","r":"0xa569e7c4ef9e1f94d2b842d0d2cb7b4c5d3b50b654d6bdaa7ab0ef1f11212e66","s":"0x8877aa9eec9fda0c79c1cc62c798990e9f7d06cfe79d05ad940b89d9b8b80ea","yParity":"0x1","v":"0x1","hash":"0xd36aa7bfb7c83b3f06b155d84927bf431f6b14265521582d4c5c9d1295ba6601"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x024f4550790f7ad2a676baae6fb13b4d6c3d14df65d8c9fb579b2e3ad94352d6","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe70d2061f8800002f85991a03c395534eb8b942b9a1891c0d52f6786de00e46b","transactionsRoot":"0xf6242fee69dfcd2f95b00c6cd932bd5fe54099e639970eade3ff421bf82c6cdb","receiptsRoot":"0x0d72ffc61aa215a2ced25e37f41d7e670fa4d73a3f9b1b7356d38271db2bdbb4","logsBloom":"0x00000010000100000100000000000000000000000200000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000040000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x183","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363600000000000000000000000000000000000000000000000000000000000000","r":"0x8764b1a03369930df132a3aa3fe2eb6027a341f3dff73794150b646ef89471c0","s":"0x307eb593b4b1b737b7394b178fb2adf5ccc413f26844b21aa5366b5d62ea6fff","yParity":"0x1","v":"0x1","hash":"0x77342499a4995bc79a47a6d74d7813ad6245031d53e1970d13dd3ccfd8b8f092"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6cbede8a997417f73d93da2b50a44b164423345034817d94affb4e4128cb39f9","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb15c5a469d9a814b62e98b6701586c606e611e5e9c250d08ef7812fda4c585cb","transactionsRoot":"0xab3d42495059b12103d5dc5a3c0dad1a412b9a3f9415037a0e1fc037b45a4870","receiptsRoot":"0x802c38c5c1532b6beede2505ecb399da5796363aae0213f14a642be2d78b34b4","logsBloom":"0x00000000000100000000000000000000000000000200000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000040000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x184","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000005cde953af7a868ea","r":"0xa84b9032908672192e4c14afabf2acdd03e85f7d75680ef4734e098fc31fbd3f","s":"0x3a89e5af44781a7c829980198eaa6d65f2954ac9f68dd4d8dfb5c3082540197","yParity":"0x0","v":"0x0","hash":"0x139289964b08943a205b241fb4ac09b324c2db1ae6159e07d95a72c0d4c94757"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa443157be6c57cf97d0961d155cc893a300988d53dedc5ee38056e246faf406c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xcc05fdd453af02967c0688ed17b85de5988fb66c9b86184edbd1c56b6eda3dd4","transactionsRoot":"0xcfde372b2ac62db5dc8b0ecc59c5a0ad041c952af08f8cc1ee934361d58dd198","receiptsRoot":"0x43dcaa13706ff67e507e78e40c6a3dab1cc1b966fcffe369115a9d278c87905f","logsBloom":"0x00000010000000000100000000000000000000000000000000000401000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000200000000000000400000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x185","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363700000000000000000000000000000000000000000000000000000000000000","r":"0xba84e1770ea7025686115239b3a76561fa43ece5fd4e50fb07db3d92a7195e6c","s":"0x3271bc4ea94005062d4ff52db2b4ed07563c1c0680e0b8a4329b69d59e559253","yParity":"0x0","v":"0x0","hash":"0x1638b2d9808d90eb2ac0c4bec12e8c90313c50f7c9f5a36d3887daefc4e00cf3"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb79eca90cda671bb395916ffe3eb5c70b59916407a47b12cfc9380bb4f5cfe0f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd9c98a279a1a2e8a9b27ef3349d59eaafd9e526fe3d1d744fc0b69c2fbb8faf4","transactionsRoot":"0xdebd708a148f64e169bad2a2cf2d25009ddf1f2268c6b8a25ab3a0b2a79f3685","receiptsRoot":"0x3a894720b93b83396505691249167a4b3ef20c3348acacdebbf01b5826ca56c1","logsBloom":"0x00000000000000000000000000000000000000000000000000000400000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000400000000000000000000000000000000000010000000010000402000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x186","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000078999484ace91c39","r":"0x17bbfa688ce70bed1dbe5d9d0bcba0861dcafd6a3f8d0c8d55151f13ff93ca2b","s":"0x36026cfb40c26e3a8b341bcf192d700c53c25abb79ff0d0a3b5852bdc0249037","yParity":"0x1","v":"0x1","hash":"0xf64202c7851a4489e7a46b01d19cca87146ac15d788d33f369acdfc15f823acb"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5c36ece623bc3871fe2fdad2473ae1814451edfaf5ef59687b5d55b4e9accfb4","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xed0acf2da75cd4fca076ca8c8bf58bbf8c3d79191cc73072732911b0087432c1","transactionsRoot":"0x43c93f8f8c7a611278dd080be71e133f3c16e305e64529e2071e8e2c51beb941","receiptsRoot":"0xf9b2d1c10e310525c3ab772d8505b717e55c243f974a79865fbeb3377ca78e77","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050004000020000000000000000000000000000000000000000001000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x187","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363800000000000000000000000000000000000000000000000000000000000000","r":"0xd4b1ac5c63b38fa04ba2aa259d70ad5523c67b45ae4a8607b47aaabccd006662","s":"0x7168d6dc4e18c33eae9b801e490ce1ffd35f13bdfbb0705b07a5f1777eeb198c","yParity":"0x0","v":"0x0","hash":"0x5e2c31438687c7325468f1b2e578715adbf3ef2ebfc99b61e426d9d75a05bcfb"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xbe0256ea050847c81ac06c2a53aa4a37b501508ebc0f2a51b6c42dabbf7651dc","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x88d574755cd3bb5674d4d72f72a6cdb6f5e75c1a7b9c217a6aa4eb123ad5f9f5","transactionsRoot":"0x1c9d4ccc43326eaa875efc0e36659cbc6561074d8719e188f1f59a481fe2ed0c","receiptsRoot":"0x8aa1baa07d8ffd7c95bdcac6a5a2409b748b1c60926d9bc6465ba2cd2bd1d449","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040020000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000004000020000000000001000000000000000000000000000001000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x188","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d10","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000039f4d3f2cf92a422","r":"0xf7fc48956b4a70146cce8936f1061a211328967d21554643ee7091f39d1d24d","s":"0x4e6429789d6c8d5282946ba5c7b3878aed7a7b76c50e7a6ea2bd067816e7891a","yParity":"0x0","v":"0x0","hash":"0xa34e6ce799d48a5abe1fc3206438f1accf4a6814263629d0223486e5685fdc2b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd0b72eaf8b7274adf5ff338e222f1b51da7000a56c6d3bc785d146f45eddf768","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf4f77765491ea2d2d9ad9b04ee0673a63a02e2f084cbae8a57878601ac491cd7","transactionsRoot":"0xe7f3b27845210f30c1ad095da2d5dcb73cec96a646944fe85fc4b665f47f2f53","receiptsRoot":"0xd1aa064f8750002da80286fd3035ce258d6ae8d8bd36cdf6cf9a7a986bcda751","logsBloom":"0x00010010000000200100000000000000000000000000000000000001000000000020000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x189","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363900000000000000000000000000000000000000000000000000000000000000","r":"0xffecf0748c6db72cac64994c97053b454acec7063280b645e071b818203a249","s":"0x1adf7d4544db6d8f555e310be27c714b97d38953264be7706065161e115b521a","yParity":"0x0","v":"0x0","hash":"0x00f2d567e584f60703d30e0bd8a8a0c1eee3373c013cabee0d0df489aea36fc2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6cbec732bf4cfaa4105dbaacd7b6ffbae88c377a37aef07f6c4e4050208435c4","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4f8f52f2393c1fc9f3f12a19731f56673d2ba821822e23d4e26c1fb14cec84b5","transactionsRoot":"0xc1ce410d112ca99e5a8ea3b72a59ba6e571d000ab1780939b27658f5c2524a5c","receiptsRoot":"0x0ec9e2dfd4169b9ccaafdc247487a0e22b6e9cd706a24b556a5882105bc572fe","logsBloom":"0x00010000000000200000000000000000000000000000000000000000000000000020000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x18a","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002d140bef1be0a9d1","r":"0x903d19dc15d83ab35771f1d9bf5ae331138e4da927ef0b0b778b17a5a45a0edf","s":"0x33e7e5271287434c88af57e9b268e25deb6db6968e539d6e8b325f6fd64e6b42","yParity":"0x0","v":"0x0","hash":"0x2350e596160fc7623e2754e6243e07e605a6ae5d798c3f3dd1172ce98b14e761"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x92ab3a07d269b8a30e529ca7fd50fb1c824ad3efb1e00b9a903fd144d9e960cd","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xdf581817345a1771e4066227dc45d80b00e000459f60c96944c9c4907b865bde","transactionsRoot":"0xfdea7f57a3ae8f25f78be631988ec89988df1c5925ea96deb0d889a5b9926ee7","receiptsRoot":"0xa7f6033a65e0efc2e0c4ff10e681f3f3c6ff634989fa80359480b5d8c2ebc803","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000200000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002100000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x18b","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373000000000000000000000000000000000000000000000000000000000000000","r":"0xae7b8f604f96fa2b401c4708943e0f1b220666e5be1300f851e33955c434af5c","s":"0x657a70403f79a6ae6970b40a77f1094bf763ec275f283e41713b938e4b5544c8","yParity":"0x1","v":"0x1","hash":"0xbd04a9bd0a571ab4d9a87edfee4b5f2df26b003ddddcb3588f6dc1bc07d4464f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x609769bd939d4fff91b712f9e32f3f64edaeb41a38a5909ebe82522d150cfb86","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd39273ed1ad915aa7a8f3bf5e7f660b5ef4e793003f025f4318519000945d8be","transactionsRoot":"0xf378bbf2c336bac0eac010125c739f1fe06e6a89a62d5840b61833765d8d323b","receiptsRoot":"0x7e76c791e6e0c7dbdc565cc105e29a5d208d0ed6a3642efa4056375941cae630","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000200000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000200000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400100000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x18c","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003bbfc153bbaaad52","r":"0x8f87e98b54b1ae8bb472d020a42927fc38824b81b24c9fadb21c9ad66f0b610b","s":"0xf8ae890ad1ee185322415f5360243e800997435ea6a4aeec3fa3f1095d62b42","yParity":"0x0","v":"0x0","hash":"0xa7e10d5dc2e81c68acee9abee7b62e0be9111658622896afe9782a2bb93b072c"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x796991b1c28da35bfeb72e996de162b4dd9aa2cbb3a1b973ff69033b3f8e2fae","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x235c343b25da2f6d4e431667e423c17d755d38a2327af8508add7a4867c66b5a","transactionsRoot":"0xa7a3c96386af2c797c1e856da1be6c87b19f61e7e0e02f2d9481d22f5bcb0df4","receiptsRoot":"0x12411f37a370af7283827efdb8b3a69b2c3aec57012eacf642f46de9ffaa3c0f","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000002000000000000000000000000020000040002000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000080000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x18d","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373100000000000000000000000000000000000000000000000000000000000000","r":"0x75126a88665564657b338dc6a12c4b6df9344f3c92ac9c52e9d1f1734bb84f73","s":"0x79427f3f3efe7c37a62f8dff77b354ffd0f78ce933aa84d7d006edc693c0011c","yParity":"0x0","v":"0x0","hash":"0x3a615a100ff769e839db9a138f787f1e9bef2c283944cdb4cb85887a63bde02f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb4d05d2c60a54191a46813b5fa6c6882f72d56eaa7ebdd1f63f1b0b4d3a0b2f4","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x2e809e7957dbee11919df1dcc7a1aaf6491d0fb7d920e7a2ebc810824fda0f33","transactionsRoot":"0x4f5e955e98a05b2e05cf5b6c09e9b97fa66527ea8979ce83fee241a8f1d677f3","receiptsRoot":"0xd39dc4ca10869b90b787a6ce0f39006f1f7e29551b67838d8ab499991a8c5ae4","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000002000400018040000000040000000808800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002080000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x18e","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002703a666cad171b0","r":"0x5d925a458e9069e20714ee1bbb0035627ee809ff830a57120951216bc1d21ac3","s":"0x3e8329494e626c6d41e68a13cdd85e61e3e85f948436862f23c6c327e9ac6152","yParity":"0x1","v":"0x1","hash":"0xa784b36da9721438ec67fd82154a3376222356d18a6fa7ba9f9046b2cd89b73d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x062b973886240a45d5005f5991f37986ba3247951435a23903ff739d45da65c5","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x58b486d5e4832f12326db4169beaf486898e6908c16a5247cd445e57cf444ac2","transactionsRoot":"0x52c6bde75565b1806967e2eaa36a62beb3e5d00ce444890f6b7670a90d61726e","receiptsRoot":"0x7da3d4472a7ffd2b7ce6ce9d53d1211574b2b6bebb9e403be9414f91bf0b7ba7","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000200000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000802000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x18f","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373200000000000000000000000000000000000000000000000000000000000000","r":"0xb66294cd9a315ac171ad961477fd657694283893f1a086d2fefe29cf00bb22d3","s":"0x721c34379dc1972cfb1b237deb9159479deb7d7839f5943651b5f3f8e0029dea","yParity":"0x1","v":"0x1","hash":"0xbbf1a2a7ff060e6a885536241b46e08edee48701dc6a724cd6bd8dfb8901b257"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa48f2e4c5175813f9a82c6fe7711eef5089fd5208e48c0dce84be16e42beb89d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7e88354ffccdf74034fa6c7496f25389a30546aff9ff7ca60367bcd6008faaf9","transactionsRoot":"0x1622f198803d3f4a42b462c0f19ed5ca47d918fb52093026fe224123b24aa23c","receiptsRoot":"0x7cec2ad6cf629f50959e1f773db502e2774cb61fca40daf777aa10db1228cc15","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000200040000000008800000000008000000000000000240000001000000000000000000000008000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000c00000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x190","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000539c867c7e3bfd3c","r":"0xeac4cd8483721a33be77c1e0c2c11b2b2a33be6ba9f402ba5ba9fcf31b1aeabb","s":"0x7a852b00096eff91b8eb0eee398bb80635a6cecdd7d88a884f70c44273af0351","yParity":"0x1","v":"0x1","hash":"0x95a698c67d5b47ffecea21cdf83a6dacc436142e2a911d977bd05f68b6fd5e03"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x7727cdeaa4cefa5e5034140335dc9391b4755dfa9c1be247d38e229a8cfe1dd4","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xec84af63b750b39dfcb08728073a847bfa4085f80b1aa69015abae1e4e6c36be","transactionsRoot":"0xd10c179ec9355209a90b4e585669562068994c6201f6873df0a78658eff45291","receiptsRoot":"0x04b51697c2e3a3f8731aed7007b9bb8216e06342dc25f25fac02dd4bcfbe0a71","logsBloom":"0x000000100000000001000000000000000000000000000000000000010000000000000000000000000000000000000000000000a0000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240100000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000001000","difficulty":"0x0","number":"0x191","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373300000000000000000000000000000000000000000000000000000000000000","r":"0x1ca991f2e92ee7f254bd8813d883f31267102bdc2918b64d15da91a8c9705e45","s":"0x668b98d17185ddb98c9fb4a932099efd496db562ae4b54e5cc31d77af461e22d","yParity":"0x0","v":"0x0","hash":"0x3d1ed8cc981a99ffa5a1ae79eb4b8edcb40c2c6c618958701af2dfc654ed17bc"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x59a40950a7e381354c4189aaf9ed191a2456986db0ff776282c7307e9e48c1c5","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xef02be06b4161831a9c31a064d6049601105bcdc0ca6a3449a334ec266309662","transactionsRoot":"0x1dab2838be84dc3b32154f5a7e8a390d200cc034809277aa034749d5e3069afd","receiptsRoot":"0x1572d39dceaadd2472fd62496d6dc1867c738abc6bd5bb4514220a31019de540","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000080000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000100000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000001000","difficulty":"0x0","number":"0x192","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000034ec8b2e30a30bd7","r":"0x949b0f48e8489e4728b2c082f844c7ebcee056f94159f735489a02b0af99010c","s":"0x53c669b908df671f5f9f38ab2a1ddea874ea65be7b862431af2fb9bb098a7e8a","yParity":"0x0","v":"0x0","hash":"0xaa4391ae186fcc1ba51f72024b0d23ea500f672f7d34e0a1016367fb2bbffcc4"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa2d9408e2b8108f0369bb1c5e9cb2849c75239bee03a67083247598fdbf0b6e3","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8b2b15f0e44749d1c8976571d2883e2c21f7a8bc6ea75fed52a4302f8e3696c1","transactionsRoot":"0xa9a92b6cbea48de4763bd7ca10eea40ea599f15f0f54273e436af8845716de64","receiptsRoot":"0x30c23f2174cc69f8106adfdbd1a3144e42876f8fbfb25eba454dc16a11f514b4","logsBloom":"0x00000010000000000100000000000000000000000200000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000008000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x193","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373400000000000000000000000000000000000000000000000000000000000000","r":"0xb39f4f0a7bcbb1bea4f60bc7169b2fdde7216bbb65420a5dfd8d0d50f5dcf604","s":"0x4489846162cf5c4230a70c6799d062c19328120eb42e7ab9b97353dec9039fe3","yParity":"0x0","v":"0x0","hash":"0xcd81f8d484776bb2134b619f7d182708051557d609aa3a4acdd04a77e300d1bd"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x60b6bdc3833d5f6a6c29b23ee2993dcb1be80666158f0c57ecfb55654225d24f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x82fe24282e12e0f05d8929d67aee7594356df60f4377d62f0018f9d0919d4012","transactionsRoot":"0x60f6c72d41c1ef0bed6d36dda27777ea6c7a824a881207b8c53629d5ba5c57e3","receiptsRoot":"0xeb9ceb3073941f7e8214dc65e795ac59199ee9580121d6e7c7e072cc634dc085","logsBloom":"0x00000000000000000000000000000000000000000200000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000001008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000008200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x194","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000580fd18d39e768d0","r":"0xd3474231b25329b7dd096b2b87e6162fa9f0ba4c0204f8682628835f0b6daab9","s":"0x785f70ef86e42a0ccf4d450b25bfa0d63abaec1bfe181ca2f6b06c89080c2974","yParity":"0x0","v":"0x0","hash":"0xfcacbfa2b71712d53f584acc83146ae996baa52378a008f599b5b302b2cd95d7"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc85b1cd01b3eec2e7cc796a6f20051ca6a248a7fc944a38b4b2e5a7639b19c8d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb8e8290919b9bc4cc0a345074db5e7b1b3bb32cfefb9e8740ff9bb0d74ced2a0","transactionsRoot":"0xc6ddd080d05918f463be26d5fd05afe07bb7df279404b5613bf56f1a216251fd","receiptsRoot":"0xbbc2be6d7f6c2ddc6cfee8d5e1e94774fbe2d761f5e09a0cb0ab09a276f45ce9","logsBloom":"0x00000010000000000100000000000000000000000000000100000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000400000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000002000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x195","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373500000000000000000000000000000000000000000000000000000000000000","r":"0x9f82443d45dcdc20ac732566a176c81082fe1ccac3efe28742627a261ab80cb2","s":"0x6c5f9214297cd8bc40958f1dcb95142662a6dac6c1285b6206a65da84e8c6a31","yParity":"0x1","v":"0x1","hash":"0xa04d70be6d02e60ae0c87dae410b9f07c4898f4c6696d089eb1d6aed74ede8dc"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xbc91f73f8eb5195e9fa8302f43ddf1b1ff34a5bdedeb35bd712a533b9faedc1f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xcd8ff7b27cf00775127d11516d9a71bee6ff57a138ef70fa9694105502bb7743","transactionsRoot":"0x1ea8c7821638e2932a4d01e9d69e2519a2ee2eafe75f55dcc70d8eecf529d98d","receiptsRoot":"0xe11778a80645a582a9bef729ecb0c802e4de633707e54cbcf21d17179071fe34","logsBloom":"0x00000000000000000000000000000000000000000000000100000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002400000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000002000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x196","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000185ead5d59e005d7","r":"0xf7e0e2f7fb21220196441f2b6757da12b7bb3360a1b1e16afe7eff57ac35d356","s":"0x4f652e690ce803ccb6d529834c164ea3ed06fc52449db4704019e530ff762e8d","yParity":"0x0","v":"0x0","hash":"0xcc8464a3020a7f3fe0555d0b82b4346f4f44e18a7d42d4e4f1f50697ff3c07e7"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xba99132097bf121d109ecf387a1096ea2bf188fa8d5e6c1672f4f48313f6a1a2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x62eeb63df9f2485a2ce018ea492e87c0205a1966aa89628b1968cfa003fc97d6","transactionsRoot":"0x2fac00d5786e80ebd67da4b1fd424a631b00d8ad6d3d241428b6428f08cbd8d3","receiptsRoot":"0xda51a2410ca2db720aa247d31eadd02866308dc49322f971a2d88b4d415021b7","logsBloom":"0x00002010000000000100000000000000000000000000000000000001000000000000000000000000000000000000400000000020000040002000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x197","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373600000000000000000000000000000000000000000000000000000000000000","r":"0xd26b5141fb9c520360789c792114dc67eb4d1c70a8b4d35ccade91039709c999","s":"0xa7585deca0ac13b04531fe7bc2561a8cd0a36bbd3b69b94d210cbb3cc7d82f7","yParity":"0x1","v":"0x1","hash":"0x82dfe6d40eb5b2960338886adce5be7128c330a11b0429482a47099ec2f8b1e2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x9c9100ddd055d429743692f53caa3c1eef160d56d4e51593ae2904934cf8819a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x69dbedd3a2a49380e25de8d42ad94fa36ca05b15285d58fac57a5ba10209f7b5","transactionsRoot":"0x614f256b05203fb90ae6927632b627ca0d267cd950338843a9edc1fe5255a58d","receiptsRoot":"0x614fb335cc4ad33998b467c3e2c0aba5f329c6cd2031166c951e542fd7cdfca0","logsBloom":"0x00002000000000000000000000000000000000000000000000000000000000000000000000010000000000000000400000000000000002000400018040000000040000000008800000000008000040000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x198","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007ee8b22590a6071f","r":"0xfd9bc07c03e85ae0d0d1814736da57008a27f8b456f4f65ab83f377cab4b898a","s":"0x62d1c209daed274916d5cec87e6750801c7d04c05b537bbb119cdc77b7b22de3","yParity":"0x0","v":"0x0","hash":"0x4622a55bc222ec6f0afd8315d74f1c39935eea330afca10e0052bd69f944e671"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa55ad2db28d814dea4810045cf2edbc6925be88e246740277823dd5a2eff9721","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7efbb4b1bea216bcaf079a77672177565f68391c2e4dc82987da4cbdcdfd9af2","transactionsRoot":"0xeac4e51e09e7ae8d43016184c1719e04af329997746d0ea1ed1ec34032d24ada","receiptsRoot":"0xad53d301754bec521bd738305e34ad904ec16af32f539c99c588a667aa6dce9a","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000200000000000008000000000000000000000000000000000000000000000101004000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x199","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373700000000000000000000000000000000000000000000000000000000000000","r":"0x301205aa8be0fd7276eeb57c0c6e44f0a177af63ba5e4dad3bcb9dbdc1c3117a","s":"0x12bd37bbb2c98423f7ef6dcdd602fe787df94e99f4d17dd67effd9489ecc8775","yParity":"0x1","v":"0x1","hash":"0xdc32ed676b266958ef8772fbae8466779fa3fa03c8ddafe150c9e618ad33ea88"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x215b60565940dac637846f37689880a19018f45294f32ab150cf556672cbfc73","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x6b3215a13c4a97ff62a14b9fe3721a588ebeaebda73ea28ed95ffbf2b3a3ba2f","transactionsRoot":"0x77e45b27ddacd7dd2f1230784d23034e36d11a5e5c9436ad60a132347a2c385c","receiptsRoot":"0xf5ffd74a600e8d31c14c7373c8f16ababed16ff331c1116d99626c9dac420827","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000002000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000200000000000000000000000000000000000000000200000001000000002000005000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x19a","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004110171a4c1b2174","r":"0x21f6e4bb70a20bce887e49e5d80d872a06b118da0cfe7d5cdc4061f44e7069b4","s":"0x44d29c1e28d745e52444196a510ea723d4deb884b72b18a6c99420ce4016b62f","yParity":"0x1","v":"0x1","hash":"0xa261a8471e43064d3160ebd05caab8271cb22da2431243de776f6743bf67fee3"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x67ef582d8a8c960ca9efb6da17e161f67933f1b2638168f94f443c2d84aeb15d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x263b8f29d82a9b18ca2b23372b86200ee0028dc0d06759e5fa6431628efe2d79","transactionsRoot":"0x7801783f9f4530438f369e33b703055e9ac727c2b57189d7fe14be86c740f3f7","receiptsRoot":"0xf48f5e046861d927895c9f94a4f80b44786758fdbb53c37fe23ad6fd0ecf20f1","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000008000000000000004000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x19b","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373800000000000000000000000000000000000000000000000000000000000000","r":"0x4dda7249365c3cf6227c17906ccbe9c622ed9fa9b498935fa0f9212173860666","s":"0x1db3fd54c474d022b693c9ebc29f52c13a1bea2046e31f77314d7035520ff131","yParity":"0x1","v":"0x1","hash":"0x6141ff0e4ed02e4ef6ae496a36e481438d7566f9e2a582a01cd758c71f6dea1b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x1dd121a983c930d220f84e80b4594c37b2782d8c0d186aba9460413c63249473","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa1a18d87321f30c6100e9cbf33ce757d672fa4e5ce871c12ff76938e3309f982","transactionsRoot":"0x306517dfd22f8b66b927712d77311affe25c83395e8c0937fca96138cdc8130b","receiptsRoot":"0x4e7e4f0f36b7a1e20b6a3fcb55c3cca3c79650766a5c8783672d3d7cd9ac5803","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000008000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000008000001000000004000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x19c","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001570f3822260154b","r":"0x71d96d3f439c238268c0202009787b6462ec0487ab18a503ef4132b9aee55ef6","s":"0x2445e4b7a37900c8f4dbcb86da66b644b61de6aebd0628c391c52a6e4a58807f","yParity":"0x0","v":"0x0","hash":"0xceb9befc596b73a881a7a3066125e615085dda406a15c66d009009b4e72e222f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x831bcc7489c28310c9fd6cbad95e67c6efb1d64e2b47dc4d12b180494823bb20","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xbcdd1670f4d6ba9da7b27734a1279f70de0fa19c5f4c7f71a05e32f1ade02b85","transactionsRoot":"0x8f02076d482aa7178d9ee5bb8634f0268cbf2b3ccb8ff4e901f7a48c53bed5f8","receiptsRoot":"0xd00e134c80a7c1d736c43c05d1a43545848910367d0a3edc354907990b820419","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000040000000000000000101000000000000000060000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x19d","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373900000000000000000000000000000000000000000000000000000000000000","r":"0x20f636627495b3e5da999db12e2348dbc155f5a524d99bff254b32f6a8ee8e78","s":"0x764fd15c663ff6c299791589e27068f81f93d280cc15cbc9965393524937b0ae","yParity":"0x1","v":"0x1","hash":"0x0b936f6384bdd1840599caed92ba20652b7145b409909f317e8f8711d98bc373"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5610305bd484afd7330bdab767aa9f884ba79c184d3f74ae0c1cca864d60f8fc","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x13aa98997b9439cafe8271eddb838542cd66ed0ec42d3b2cffa356c4fa3fca82","transactionsRoot":"0x8671e1eabf1a40dfa9d2b77345603be4b85b1fecbd74f026300ee5a62248acde","receiptsRoot":"0x8004b7abe1ba7a054b1fe77fb529c08c1a625197abe595fa8718fb2d75a6cff4","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000100000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000240000001000000002000001000041000000020002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x19e","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000080267dc069a25faf","r":"0x7f8512b85bf9f56f755c3471ae36bd4a48d2c3d1b55efb7a2f9ba4d30582ff10","s":"0x66bd5d6a724a914253e8ff3951cb945ee7358f9fe421ae0ae490fb401e781ec7","yParity":"0x0","v":"0x0","hash":"0x573ca310cbc0640bfd86ae802d01361e399d7d998fd4bf1262fc2a9740f3ce11"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x051b29e8af3ad0f5eb95b6edac1d64251557a7fdb2ad321c904a0a0900fbca78","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x97cd5d7e5495ab63c9e1629c2a8db6d7ea5c2dd8983832885c608414f224697b","transactionsRoot":"0xa544e8cc9a638534c0958ee50ee2ab53ada900938eb299e5360ad252f7ab2b97","receiptsRoot":"0x372fe7eacfeb22b02b526b1c8737726b925a1f465dd387850939cf89aadbc5d2","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000040000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000208000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100020000000000","difficulty":"0x0","number":"0x19f","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383000000000000000000000000000000000000000000000000000000000000000","r":"0x53d74881d53365c5b13ee77e82c1c65cd14cab7aa02e8e2d7114e08bfef626f5","s":"0x21732e665c9eb063ae514753501a416d1b16d36188f155b320adf9823cc811e3","yParity":"0x1","v":"0x1","hash":"0x6322c536937a4635995dd7e6c506f207b6be736be5a98aa05b7a1a078c7cd713"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x076607c86783a27782590ab3aaaf72784c44920c6567868e996c4e4b45aed325","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x23233733b6ddcc5d16f1ba2d378521bba2f50447491d06a53c15f6abfbd05a5d","transactionsRoot":"0x47d8f099eeb8cad53b31976f444e75a7980471c5fed8ee25a58468ea8452a274","receiptsRoot":"0x2dd30825f87b25b18334bcdfa0c78a1386e2ec5e48c43f07d8edd889a7c39add","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000040000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000018000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500020000000000","difficulty":"0x0","number":"0x1a0","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006545d716817d36a9","r":"0xaae631528435bb8a7fd990b3f214e299ea5063d6ccbf8a81fa747c57c698a097","s":"0x87239f5bea2657647185bfcba8fcb3d196a7cd232653c92c531d974b1021651","yParity":"0x1","v":"0x1","hash":"0x0b003fc2d7531cc298b058e2ba9acfd0e317e5c74e086fb937d0bdc9df97912d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xbc050ce548ad7e17518eb0f8bca9fcd922d505e8729d86c485a2b8bc78b63ff3","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x0a230f753a08d33c2ca311aae34cf1be997448f06e67baf67a011ca6e176554f","transactionsRoot":"0xfcb9238c59a8eea5bd508ff53caab5d9fe2ad10351f271725bf1c9810c1e762e","receiptsRoot":"0x93535bd6748111ce84bea955aa6a0d342d0fcdff0d14f95a12a25a067b32658a","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000008000008000000000000000000000000100000100000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x1a1","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383100000000000000000000000000000000000000000000000000000000000000","r":"0x793e9be9b2235d81c376e39cd9e500ebdc099dcfcd829243825f74f740b4999e","s":"0x247b560b103c36608736469f07445b83322d8c0e0926351ae66c5b8993cf0e38","yParity":"0x0","v":"0x0","hash":"0xe2f806ae9189e9fe0c02a6d8ead3178aad68bfc9c68241be943e6d5366eb49a5"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe648fe020b30421e9c3ff46d78787e2f0755a9370dd84237a00fefb9af160369","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x66e2e2aee2b1e4ae2d777eab2756f90570a6580af4bbe7e221da00f9da9f5753","transactionsRoot":"0x74517d4bc63481dbc693a77dd92b0be4dec8b30798a19b8e43bb8e104c458dc3","receiptsRoot":"0x8a4caa6c2bbe0e997b01156a1bb79dce66d71809afdbe7ee234cb08c8b73d680","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000008000000000000000000000000000000100200100001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x1a2","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003a7c536d83f91028","r":"0x93c9506bbcbeac4f1f41fde271b9525cd3e8d98a923822731303b7aef4326e2d","s":"0x6a723a8d0f4481f3fd7efe79e59d1edf8b5b1f6d8876a00b56b398c73f5ace15","yParity":"0x0","v":"0x0","hash":"0xdf0e79db009a213c9423fcadb4d89fa39b01986c8f3d3cca64f2dd850096b608"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x1576af79115d6df64435b9a26f7b3e876e5d2683627ad5ea8ffef4efbddb157a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4f6da7c020fc1d0ea1f174f8dc0cec1c170e8bf94b8dbf3b9fe32250b01f9964","transactionsRoot":"0x13350206dcf461f89fdf3545876df5a85f3c5dcb650156449badb7a056171353","receiptsRoot":"0xdf465b3a410b588186b0392fa80742f2b4f38dde260c49b51ad67a52da5c2f08","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020040080000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x1a3","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383200000000000000000000000000000000000000000000000000000000000000","r":"0x3a2ad4adb03ff9e070882d7f0191fd5b7e5b7d497697b734dbea6025ee73c82d","s":"0x4b539a0d20dbabfe0625aa5a168a6d57da3c51166f2f76de31b167542f12948b","yParity":"0x0","v":"0x0","hash":"0xd6dff7283904292f0699a39459c3fadb51e5c48f5b99f5d645018f128ef908ff"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xabde733f4f78fff6231e63d2bcf5be585c37714bdaa8f1b0215317b847a60b50","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x78cddd2714fc6b0156e28ea286c2c70bfabd8e2ba8e02baf20938db1b5c6d385","transactionsRoot":"0xdfdc67f8614ce92c18edf51e045cf95a20e19223466481f1719523ea15c5cd46","receiptsRoot":"0xc20535aeacbed0d409deae7c4a7c5ec3ffe1fedfa3d6baebe2b5ad6a50501448","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000400000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020040080000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x1a4","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007f47897fbdd0284b","r":"0x51ef52ddbfebaac4e8e6d9045bfd221a705057f75bbad20be726df47dd52737e","s":"0x34d49b272c30faa3bb9ad01b1a8f774f6c1d567a93833c73c858dad747cdf3e7","yParity":"0x0","v":"0x0","hash":"0xd4156e5b0bb0bc9211f9b5f29f49208972f2eb5d57de335b8c09729c62e56a05"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x94b06009c48a560af2fca908b295877352926a6af4609d56d74a5c2499cad077","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4cf6010e1a5c3528da848a74d7a7130d00cc24dad21bed008eab54d560f123f3","transactionsRoot":"0x47df5cfdab7d75dec9bbfe774dd662d41292dc8c40cf8002e0eb0020e5b3bf2d","receiptsRoot":"0x457ab6fd05f4b43a1512b3f66e40b0d992ed0401e2a4bfd7e8405db91e823e8d","logsBloom":"0x00000010000080000100000020000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x1a5","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383300000000000000000000000000000000000000000000000000000000000000","r":"0x3b3233240c25dacdb66f4d5ba62d7e90bcbf001c697e4ec5024597b2539248bd","s":"0x5f2fd37dd53904c8f29be822e51131f4ade7b634c866797580405dbcbe3a9768","yParity":"0x1","v":"0x1","hash":"0xe56764e8c7b4844872ddc409d7d9301eafda5cb7c96e138f33aa660fcd702768"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x40e2ecf7158ad2f12263076c8a664247723a77193d0fe8795790b8dd391f4efd","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5e3de9d62053f2023f343a3c0122f33959ab0d2582061076a11bce39455815a6","transactionsRoot":"0x1d12d877072afe2a8707fe33de986f1cb995540a78c2f0d5a33d5806d1dfd18c","receiptsRoot":"0x870b6f7d46b11c27497bdae843bcfd521b821be79e425bdb1c808eaa995cb02d","logsBloom":"0x00000000000080000000000020000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000800000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x1a6","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007b5665642e785f30","r":"0xdba6ff66518ee9e8400ba23ea26d4a20b90c692f94b09fb9771beb4291df9fe2","s":"0x2c9db690a6c88beeb7315a29f3a8c82f10b9c0fec554bff58be572113f8b98e8","yParity":"0x1","v":"0x1","hash":"0xf1e0dd0f2c1e90dd186349b0a706b9549964104fc8fc75d393aa664915e21afd"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xfbbbae8c6ed78e1b6783a03cf711f82a53ce7adf59b7f6db007835a83db4b306","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x06a0d6ed283b87a24583fd66f6552652ad0deda8822ed0ebc12d0423f003432d","transactionsRoot":"0xf6284c50168f0574a45327a8cd1c90d0d280fa4543c62bf1fb46c80540f1c826","receiptsRoot":"0x50017e8f7edafe1ac630b02544f6b9360e5075a00bcdd8ecb46131eb3c1f0eeb","logsBloom":"0x00000010080000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000001800000000000000240000000000000002000000000000000000000008000000000000000000000200000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x1a7","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383400000000000000000000000000000000000000000000000000000000000000","r":"0xb8efe4bfbac7010f138378c32caf1953225b63edd54844869c0424f4679ef9d8","s":"0x848e13f92914545cfdd0ce896d5c7173a09106bb6fe5b167acaeb7b19264aec","yParity":"0x1","v":"0x1","hash":"0x0afa754ddb2338dc8d99a1dff62f52d7fa7e75634a50f4a2cea588bb5edd0d7f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x3b7052493464f8ec3a89cb207b6c2ed6964ac998c2e65a73c3ae210ac4002b81","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x1e89e50ed388d91f5b2a8d46eab60df3f03a79eef83ab8c9d071be3354f8e1e1","transactionsRoot":"0xa9390b8b5992b54ff4a282867eb05f0bca10686df617467f5c9ea2df5b0defd7","receiptsRoot":"0x1ab52bfbf8af3de12babbb1af6128f47ac0d6ac5023b4e20b6bf201fc7a654c5","logsBloom":"0x00000000080000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000001000000040000000000000000000000400000000000000000000000000000000000000000000000200000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x1a8","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004a7072fce970f68e","r":"0x96d9c96f765c0b1cfe43f04e935dc6499c5c81b1e75465f881a90b3efa20cfef","s":"0x596977dc54b5ffe8b847c157c1b0cfbaea10bcc4483b5e660c1422e415e70db0","yParity":"0x0","v":"0x0","hash":"0x5b973fce9441b6775bc9d0e7e68c491f45b186fa599f1d02c2b40dc322997739"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x273847e4aae92574b79d3d75580b272416a48608cd8907ace622040263827a03","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x2f58885d67a9e92a4f6a0166b562292df2f89e03070c9b74a8c19dc73de5b7b8","transactionsRoot":"0xbbc6f27517f2ea9ba5467f561085b878ed88cdf119a6c3a6fbc9b5c373f37471","receiptsRoot":"0x1374e8ec0df0986bd713280218735288f28c47b1acf2cc3cc43064b6abb33403","logsBloom":"0x00000010000000000100000000000000000000004000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000080000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x1a9","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383500000000000000000000000000000000000000000000000000000000000000","r":"0x4b4602d4cacad603ac6271a731730e56223ccf533e2ec2e486865bd8de268f8c","s":"0x45099ca67db8b06cb763307df0b648649f299032fc25f0ca8b917b0b9bbbe36b","yParity":"0x0","v":"0x0","hash":"0xf3b77f6323a7a457b87d69b6477e70bcebdcf68c749da19b1a19cd5f2dc6b6c3"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x24c0d2a6d5f865491f1b4aaaf5b1d55e973099b09a3723101289578430ec8899","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x152c38913c2e762be512d4354edabf1d0b4f7b4af713664b17124b54f04da0de","transactionsRoot":"0xca8419ec1c570bad3ca2391fce2cdefd6effe87389465766ff48db69079b2c3b","receiptsRoot":"0x98ffa633b40357d075da353b8d6da01e09e31ce401d924226dedb63a4d0d9fa6","logsBloom":"0x00000000000000000000000000000000000000004000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000009000000000000000240000001000000000000000000000000000000000000000000000080000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x1aa","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000500faf0ef0d10cc6","r":"0xa88ac16310643f4083854f7e4e5c0e1de0540e8c027cd8d8dedd2406cef9b673","s":"0x60bf8cf2cbaa50bc01c705cac1ecaad2b83a515712bf7a9593690cdb8b310efb","yParity":"0x0","v":"0x0","hash":"0xae4efea25cedbd2fb4bf481be9ae39972958e1754229e9969d4b32fcf03fa24e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x1b5a485089e4380c158d42e078937500e5822ea43e5466bb5054955f0b0b2a7d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd34a99d550683e4d7f3577389b9c464ecf0b0fa55b67a501a78d3fb65859df6e","transactionsRoot":"0xe28fe126a6c5f700e6e9edfa2f539c2585863e95a642f63f4c597a784e2cd972","receiptsRoot":"0x594e823c46e5c9f0ebce4e0a01fb3547bae52137cb66af81f7ecc0eef4437df7","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000001000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000800000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x1ab","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383600000000000000000000000000000000000000000000000000000000000000","r":"0xd550c8fbaaa55b031509e7b7bcbd0acce44e472fb7fff95bf55af659e9ea8365","s":"0x329ec15c73a439bf0e9d51fdd779fc51437f004d7a6a44ffec4759d964e524ef","yParity":"0x0","v":"0x0","hash":"0xf61c535935855f3a8497d601a931578debdd03cd6b8b0d30a419fccf0dca1459"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc627cbf8498015ba7e7b8bf642e3fb0b83eee24fed98ad5d6b32863cc88a40c7","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x84a80a7e1d78538ebb7832a2ce30511aa54fccc73a5f321a2e25972a07cdf157","transactionsRoot":"0x327cea02e4b56c7702ca79181e7f81840101cc48103408f4e49c0f0a07c66f4d","receiptsRoot":"0xd1e9f639fea264dc602066e91f9922a70746c112250449f8a90364468f1f7bd2","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002001400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000001000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001800000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x1ac","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006579430c2f80163e","r":"0xde989f93315bab5b1808aa56fb3250b2550b857f55cf67c7d330d2397b660318","s":"0x1b5e29c216c40f9d042c5111acdd2cbeb35ea27a9dc1f5c15a5b0838cb6f2b2e","yParity":"0x1","v":"0x1","hash":"0xb06e6b6b33c8deaa47fd001afe992310ee55dcdabe7b9dd0e5f515d34e24ff16"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x3d21a3dd38dbc4c332750755376eec24cbf7c94ed1f141483b72b871f2a8b865","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x1b9872966885b1a5e6464326d25e70ef296e0d7b4052833fa1c78353db538a3f","transactionsRoot":"0x4a3c7067fe8a780a35a8fd774aafefb0c5806067360d1f0c6310606a9b817e04","receiptsRoot":"0xe49c899223034069dac03e442807d0fc5e6a0bad24efa7066c64e1021a6c75c2","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000040000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000010000000","difficulty":"0x0","number":"0x1ad","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383700000000000000000000000000000000000000000000000000000000000000","r":"0xbf02dd8e9b77d0b6695b56a89f025b6d81695d77998b8de31b994549267eb8a4","s":"0x70060617200f91ee5af8acf1c75ab0a2d1bd985aa1f7c63014704836eee1b1a3","yParity":"0x0","v":"0x0","hash":"0xee85416e7e04ba3c20ab4e29b466d700a02872bc378b0f0950cdd804bb8eacca"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x001eb6c42e3a24133e4e494d4407220d5743aee8c1d3ef608c8ee62217161a74","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc3fea13d8db5b7cff3e3db30c386e891201e0528c5c9e851b192543ce8380c76","transactionsRoot":"0xc7e8a1183aebaf3a1298708a01ae9e43e5b71d8302f1514aaf86af8682389d63","receiptsRoot":"0xd8202bc12a16eec3389f2dce96d961dc7620925666aa813f7ffedacdfff58609","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000340000001000000000000000000000000000000000000040000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000010000000","difficulty":"0x0","number":"0x1ae","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000041b4adb212af6ec2","r":"0x81a3e9dc13dd0f98bdfdba456ab2565fa43dd937ce8073d32ea47d2ddd2c0d63","s":"0x29d16c89a6e154b9848b70c9b21bbfffd9942304568b4e2004680d86562ab11f","yParity":"0x1","v":"0x1","hash":"0x48e2ef9e9a98fdd31c49d48560e780582f91537b8d5162f0cc88d7ab0699d4af"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xca4c33e663476c8651778f5657349638bfdb4cf98fb169f949541a9cfbef7dc1","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5993d1006ec345e6481cd0a658939a9b46905e0a832c9a10509e39a79c9da6e3","transactionsRoot":"0xbc4461f72dc5ec01bd3d0905d1bb57e400faa3bdf7181a416a88663287ec2524","receiptsRoot":"0x94ab53422b2fd4b26e693c7c17a707672dde1064ac1c64ab6670e006bb159dea","logsBloom":"0x00000410000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000400000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x1af","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383800000000000000000000000000000000000000000000000000000000000000","r":"0x5d39f3872a78decb722f8df28dc522bbb567644b83628cb7ee4adc5db4f9c8c0","s":"0x748fec68d757387e387338f92288f3203bcc75c991b74cd400152837f09ce640","yParity":"0x1","v":"0x1","hash":"0x4e870ff8bddbaba7087bc8127fab78994e6cd34cda12e825876efbb279b0e069"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x84a977e8f1355c3a8b5e0a79b5777c4090d4f3d648a3186d5bf8499b39840801","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x67b5d4fb07f2e9eb923bc4439de68d52c0780e9e1038f153d1b6c01fef4e9c9f","transactionsRoot":"0x12eb6d6236e1fa35c958f0a55085aef32901a06c01f8d327cf86163655468a10","receiptsRoot":"0x81a2f43f120b90794529d7d49ecbb6d6f075c6a9c0877f76830a785fbcc0cb4b","logsBloom":"0x00000400000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000244000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000400000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x1b0","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000087046ef5ec157d3a","r":"0x16ae406d79cfc2462fbf58477c9e536caf2f3b146a968c0f3a9341fc9f03f2bb","s":"0x3a50092a23a742943d2b92295beba6f1b96e0935c134fea2339bf0995009a6e","yParity":"0x1","v":"0x1","hash":"0x2632c9374ac7d42b48c8b058d46a5f37dca43eef9961bbfd061649d208cf3db5"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc1f233ac31c2e688bbc64d5cea3a0f3889fff7f61904c1929e3905cd86139e1a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3c47c2f8fa35726edb69eb74f14632afa4d47827788a5d768401010c3ce2b974","transactionsRoot":"0x7cc888d540eafe1442f28a7c824e72a8ea032a2944369fefcce0bd0aeae1c9ab","receiptsRoot":"0x19f096c187db1a806ac92ac3787afdb959ab3e30f6dc4f2b361da157db20d980","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000800000000000800000000000000240000000000000802000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x1b1","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383900000000000000000000000000000000000000000000000000000000000000","r":"0xd8f7b8016148e58cbb024d112a70af0131671f42288d843c1f093fd9aedc6af5","s":"0x6a01fb9f9d7070c4b2288544ec53c254a04ffcb5d9db0e9570623b41592cc51","yParity":"0x1","v":"0x1","hash":"0x581ba1bc46b50172347a9dbaf43ed2e92bcd41245399d54d9546242db07ab57d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x47ded1399925378b5e0578a98e95cfbee5e35106cb87f5e1a76b90ac57ece0a0","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x9cc68b5f35469eff8fd6a00fa3851e43960378a9f997dd0942ede6c5b7536643","transactionsRoot":"0xf39dee657dc01ff07aa4cebc4b8a1111c47029b54f32c896f235f828bace3d3c","receiptsRoot":"0x798c351d9415373178c229dca4e0e3ee8a72192bad575ec51a769e6331ac4908","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240080001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000800000000000000000040000000000000000000000c00000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x1b2","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000084accd221fa5fef9","r":"0xcea1a581176ec345a9390ed8cae59d91b060b6b16b7776a502a33194ccc4f1e5","s":"0x386d3a17c4a944e6d0dc416cbf45b9d1c5743c24fc164002548795b59be744a1","yParity":"0x0","v":"0x0","hash":"0xd28256fef800e78775ddc3d3ab97ca0e679c15ff220774563d3a97a0ca6bd872"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xcd1c45b021178d9abae546d0ce9c190790ac8a4ecb4ad0c8e0dabe43e9bd3021","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xed9f3431d73f7d38a180467c3153f1cf709c2b5ba60bbaae434d954481b9652f","transactionsRoot":"0x5581fd75b891b76af3634c858d4c0c7e90cec6f77b97a00af9e8035e35aaca80","receiptsRoot":"0x8c20008c339a427079e9f3b447cbbb82727e5f7c1407abaa5532711c3b5af6f4","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000800002000081000000000100000000000000","difficulty":"0x0","number":"0x1b3","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393000000000000000000000000000000000000000000000000000000000000000","r":"0xa95ba25856c401075cce336795b9ab70d60056056cf6b3f036cc50280f059596","s":"0x5bb523bcc11f311ed50af598af2df0abdbe139486d1320d89c3fe586d9e57ae8","yParity":"0x0","v":"0x0","hash":"0xe9debcfd713b6476b0ab47eff00acfe7113c3720a8d59cee3691bd703d3742dc"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x31b5b7d76fc9a03368620b6900ba3ddf8d2536c2562e3b8187ad47bc070d5a4a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xde4e1ee3254a07810bb9d476b9dbf95d0eca75c321c71b37993cc475fc6f040e","transactionsRoot":"0x88c69102a9f1bd9e452b98d177bc9e13e27bd2bb37f9220dfa907b63f1165446","receiptsRoot":"0x47af65148b876e3d96af1adabb0699bd40ed52c6427c6f92b33c73d9e1bcf6d4","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000080000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000800000000081000000000500000000000000","difficulty":"0x0","number":"0x1b4","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000005777c6e94b74fd0f","r":"0x425f0f2efb2fc6cbf9e5caf285ed36d25f5db46d8ef45bcc97567395a7fa21bf","s":"0x4b46b50543d3dc5d7b25ab1e26ece0730a54cdd4ec3d5323e533eee1246537e3","yParity":"0x0","v":"0x0","hash":"0x801a3d88cb25d980cc50019fbdc514cabb6f6de1217e36ccc0f14433502a9c53"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8a322b9d76ce4d44b6646710cea4a3657adb3fb3f553c51f037df03e4aa8110a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x68b2060715150c2427c9fb7b5ab849ef5af4cca2b9c63fc82e5c17f6c2e0aa7c","transactionsRoot":"0xd0e4d5db31f2f5bbe0a8f675f8b591c14ddd4b6922f7d79b599151a856077584","receiptsRoot":"0xe31cc928f92ada8f05ab1460735713d0a7e8d4b6c6c12c0fb97000f3056c72f0","logsBloom":"0x00000018000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002004000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x1b5","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393100000000000000000000000000000000000000000000000000000000000000","r":"0x37b8808cc7ab2e75d59d09440f83a7beaa9c0d5d6da019c311825d2267a88e2","s":"0x5e6922a5e64c2d1cbf935452ad03f1fc90f4bcf8c91dc4eba6862b2ab5d12a2e","yParity":"0x1","v":"0x1","hash":"0xc2e981fda85626ef1ee6c83e716312a553b4f8a9fd91d3ab8029e8851116e9e6"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x24d0f3c4e546050490bced9b922f9350ab81de1f7647d7691ebff5a31974f28a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x300eb3e45284fdde0fa925f8349c491e55fdd44549c824d892610c7ec54da5de","transactionsRoot":"0x9acc57c66d877b161cc840aa29944434c707c9ec4467a5fb8bdc9db6782d3139","receiptsRoot":"0x0e573b813561edbff6eb8935598b91fa25b1d137eb6a6397bbd6bb01639396da","logsBloom":"0x00000008000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000001008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400004000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x1b6","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000015f9186533eda559","r":"0x8ca8ded1dae49b9b5c4198a886810e58ecb7b84b923b85e20d43cc7e1740d903","s":"0x5444c23a2bd9aba46149c7b08faef55be78fdd3d5ede3e5f212ccdb69491d9e1","yParity":"0x0","v":"0x0","hash":"0x67c74a61ab5532a99e1e05f57fd3d99c213e2f1bb4ea0dea2119bbc5cb4311d9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf8a56a26f291dd7907b11ac0eceff333abb417562beaf19fdbc2e85b3ab34ba9","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x97e104f9e8a4abd744845ea70dab414b6f33fd2619e6927a10518140b4b23382","transactionsRoot":"0x78a520f5a9ed9d179ea8a89a7e32067338329f37076497cc035921c731f48d6a","receiptsRoot":"0x6ac1fe0cd3a70e07e886bc8bc986694be8671111ba54edb11e4a1ca2842edd4f","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000020000000000000000800000000000000240000000000000002004000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000800000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x1b7","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393200000000000000000000000000000000000000000000000000000000000000","r":"0x80b4a9315f1dec056165e02fd7a0f7f16a139f24f30aee2c367272c08e05dff8","s":"0x74538371ce2acfd991410ad2df1887f5f92120fa834eb5b9aa3b83b12eef8084","yParity":"0x1","v":"0x1","hash":"0xaa2c7e9c1f3b9f6185ef9739900e16f8bc8bac124e20d58d5086d3e2a65c75b4"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x745fd8a355a1769b3a597b55ab2aec9aac06d51d83cb85099674633f0b615ee3","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7b4c39492ec06bbf949fcb7e532cbefb44cf12270961d3eb5d7ed38659040aca","transactionsRoot":"0xbbe4bf4cbd7d4b389f2cfaf07c2e302412e1f5f347cf7c6c0f44577edf578814","receiptsRoot":"0x7bf38aa3ba2797036c75111204131a28cdec7fb6df6103daa4263ab2c717142c","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000020000000000000000000000040000000000000000000000400004000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001800000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x1b8","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000109cb2e58d61778d","r":"0x9276be9b8c1f5b6e1ec5e3de1862044b36027fdfa879aeab90640eeeb67f5c7","s":"0xc3c5d4d6054a945db2a6fede9a9ca19dc45b4ce842625df22a9b397d149ec73","yParity":"0x1","v":"0x1","hash":"0xbee91349746ef8bc5519ecde70ecd7b48fc8e3d6cf39a2efe85442500ff8d3ff"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8939c6ffd8a2d8e624e99c34a53d7da669c9c0034bcc4130e7af5dbe3466cb51","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x61bd2e776b2b23ffd90e73add6b056dcad881768ab2098ea727cc821e2bfc9ec","transactionsRoot":"0x4ecea2b64eb9318f2bb530d68b018d290b875384a21251fea387c0ebf5f345e3","receiptsRoot":"0x4e8daf1d3aee4b6f79ffb5be124bf2e87730311403fecbc66d51b7bf5db1ab29","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000040000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000400000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x1b9","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393300000000000000000000000000000000000000000000000000000000000000","r":"0xa81812b51e5349047d07a4ff050d3bc61f5e288cd9a4dbe4a3b919d49b3efec9","s":"0x6f090b995d7a8dd89014478df719e3e36899c0255c665ef1b464c159bc768691","yParity":"0x1","v":"0x1","hash":"0x71f2af6af9b5bfba18143f4f650b6b7315ac6a14f9420774a83b54640f6277d9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x3bc504eb11f047491161aeeffbedae0371e17a3a5bef9482f41b6a7db0297ec6","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x77fdea6b88986020348e50a8a66495663bfeaee74767dd4c3193a6d60c1948ec","transactionsRoot":"0x32d2d1141c8e1c3c57a3c52d09a7e556184b43f4db7ae080ebfc8bba8064d95f","receiptsRoot":"0x36a9b128e3f27624c3ecde88fb7518233c164e68007d9c78dd143b897e4d1b28","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000250000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000040000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001400000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x1ba","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000296ff7d27034cca9","r":"0x70890d8984c65ae720b81371c15b22a7f567fa9d25ef539e526e916de1fc658f","s":"0x7fde15450418e120b01f74a9c802205e18bf85e289410990f2d217d8ef4d86fe","yParity":"0x1","v":"0x1","hash":"0x58eacb4f72f0679670bfdaf55b29803d163189b85f19e5f4aff7dcbad3bfe819"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x1e25b7f404b0c3e8e59eefe6cac07bca5c63aa20b2d5c6ad520043effbcdf3b3","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x1c1d4eafb7804808d00487b0635b6abe3cec87592453685dc5bd96f83d240f58","transactionsRoot":"0xadc1fcece7e661560e9127e56242e125210a77bd72b22cc2638379d6d6721624","receiptsRoot":"0x2daf6d1285726b7071b1ac5c509df4a54010f5bcd311dafb698d05f47742d2f0","logsBloom":"0x02000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000040000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x1bb","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393400000000000000000000000000000000000000000000000000000000000000","r":"0x639fe4fd93d73b59b919bff55cf6b9fa08e3c1102058bb5e09b2ed45b03418fa","s":"0x70aab9738e881138e2dff106ee946e5625ae014156f2a686a913d0e8f67329f5","yParity":"0x1","v":"0x1","hash":"0xf82bf73dcd8cb344d706f0104b6ac82ee241354d0471e611f7baf5c09f2966bd"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x7cc19503397bb824cc652ae6623408726bb5467e6803bf54bc141f65613eff71","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xceb14df5a635b5075d236df841905a1088a8cc4e62fd30c43c852bad79013051","transactionsRoot":"0xadcf2b19d6980ab19dd178ee01c6ed1ec237366b4a13940dffb67e9ecf6e9951","receiptsRoot":"0x1a43c03ed7e993ecc77fcfb8d48e9b46746bef40e17f5bf6972084098644979f","logsBloom":"0x02000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008810000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000040000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x1bc","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000064ef509b4398ca51","r":"0x87a05d4fc461d91a4ea9288cb355ac7c2226049a804878294d69628dc7dc132f","s":"0x18b240633927777377c3123200abc0f125622f3e8ec0ba19fd9bf3657f4d8685","yParity":"0x1","v":"0x1","hash":"0xa3176806061d3ac982abcc1671f89a25d9ee9e6aa4305b71f5c1d5b7b0af0fed"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xacf25aaccb7598eb5639caa6e7f95e6970af28c8c9af2bdb9f62ed74a6c074cd","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xad412597ff5cf083603ff48011830a164eae33e67325dfbec1cb77bbea7dd54e","transactionsRoot":"0xf30daa75c39b3313126854483a1806d00cb18129ba5abcf30c239fc58f9609d1","receiptsRoot":"0x1521bcb3d82d91d37429144e4c36dc61f12adcb31707e1503691e28d244c5ccc","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000010000000000000000000000000000000020000040002400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000080000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x1bd","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393500000000000000000000000000000000000000000000000000000000000000","r":"0x965edf7998a04240d6e3b09ec9d9cccfb1b7a9187c5872f94c633bd1eb3cd960","s":"0x5aa661ee8605702d322f41c095b14e23a78e9676332b8ed2bc1011ac7382a1f5","yParity":"0x0","v":"0x0","hash":"0x7e7046adc6af62a78e6fa2d902100553832df8f064f7b4a7c5ea0b8b20540d53"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8582c8281d7be319f3b77e104d1be74742362cea3f51ae8df68d25e42509a86a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7e0044233983d3f5dedf02b203edab28123995daf884290eb71bcd94ed54121a","transactionsRoot":"0xed3c4e36f66cf50c7ad96e86f4798c00c7c997cfbfd6285940be11820b612171","receiptsRoot":"0x348d3648611594ff8a226d12d8972cda3b78102905620ce7c365406b01354433","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000010000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000080000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x1be","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000783eab248f3c5e5c","r":"0x187e1feaf24b917d1ab289faf8e6f05dc5145a5116767e5a8b4deee500ba163d","s":"0x1bcdccf7ccd5a7e77980db04b612fb4e1ac4470cc002a4770e3a3b9bda4a5292","yParity":"0x1","v":"0x1","hash":"0x583f43ae4c1bddd530b206842507d1538aacc122c752276d7f1f66dae9949c27"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6a79112045a01371d47d4d302e9a2000984a88e21be14761c1657934585493b9","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8864a7c687dfc076be01b8dc8487250ea362f0c26701aa70281e7bd8d3647d61","transactionsRoot":"0x9caeeb0a5bb9d61369ee5b4cc685d63f0eac3443724d759fb5ffded0bed09351","receiptsRoot":"0x14dc8955a4da6cb9d8af5fb60129099ece7c34b82b63fe74e2cdda482379ffee","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008020000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000100100000000000000","difficulty":"0x0","number":"0x1bf","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393600000000000000000000000000000000000000000000000000000000000000","r":"0xcac1a2e33bd7aa303ea470533e91541a7e46224050e246647bf87fc1bcd14ef0","s":"0x7cd515f010293bb9bfe0816c342016a225838b8387b5d23299d1fd1c291cf2a3","yParity":"0x1","v":"0x1","hash":"0xe180f39a6b704cbc119ab3093eb057b350a076cf4f1193e908425c698582e124"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8d367edabcfaf83623abac3718d19b2afb05738ce419a84c729a2e2d2abd2dca","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x28486f1018ce0847e9a833e6bd231d564cd50f1f0e52d6fe32a13065579a2f5b","transactionsRoot":"0x1938ab040ec86f875dd24cf636a8508dfa27a70c559b0ddd56433ce36565ea18","receiptsRoot":"0x7040810d6787d5a250fd52f27e9b8040b12f91472aa9ecfd134c5ce4c61c2097","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000800000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000020000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000100500000000000000","difficulty":"0x0","number":"0x1c0","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001eaea2d75e247668","r":"0x5e3000fb085a2ea478264365987ded0daa09fc3c09187e9e82cb3dc20643c3d","s":"0x3cc7dccf9a114128d0fc5ba1b7ce8aee281538fa792169da1153e2a7f899c886","yParity":"0x0","v":"0x0","hash":"0xfb2a5dd905c7bcd087e17aca1e045b9ca9334046c406711990f156419a61dc5b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa498a07fe52e584ef74a64b873ebc810ff617d03582ed0228101d24662500c5c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x0ec8270ea3e72cb00b2b9cdbc8dc01f7dacc6e188c56a79bdfcb2fbfdfb2fa61","transactionsRoot":"0x488665eedadb753a707a6a566fba8924b2ce708f3bafb14df0dd5ad856fc50dd","receiptsRoot":"0x35dd76dc955213ffa3ef35f5b651e441d904878ed218d12dd2237b37a6b925fe","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000020000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000020000000000000008010000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x1c1","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393700000000000000000000000000000000000000000000000000000000000000","r":"0x1c86b1866623ddf8f5d64fad16d52bcaafcf5a3f9768d97aa5a3725213b6a680","s":"0x7ef0c7b0c77c3ee1e76d2ce4c05d104bc4e064028bb76988c0b00c7cab075238","yParity":"0x0","v":"0x0","hash":"0xcc798c2baa01304ac12c4b773f58ee7b2c7162dd151e55f6b242109c4e1e5e99"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe02619a199cafa30c536efcede2c4e8fcec8fa3a798503818bd38a95e3e5f135","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x283b1d93b486967c74c9d6a6fb538bbe465a4ab4abdf57bcd1c6a7d9c3b93ae1","transactionsRoot":"0x8879f5e9bdb7ee2e9f70a6b5fcd2d7cbbca3a1ebe42eb61d3e3c7e3fee50ca92","receiptsRoot":"0x18b637ed5dafa0b85ce9847f836e5222f51ca1d8a667e8714fe13e1b468242bc","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000030000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000020000000000000000010000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x1c2","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006e7e031b7ce27244","r":"0xc9d7c556358db73b9adf930f2e01ea62069015f8fd37c81ff64bd05fac77fca0","s":"0x6c64fa8c0f64c20498e9d7605eb1ea91d426985c8150cf48ab9a904927ffc9b3","yParity":"0x1","v":"0x1","hash":"0xa609bb0909cb3618172475076f2ae3e194aeb5190de80094682974e646d41b58"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf8d787a8bf5afd12af154c01d481e2fdaf3c8b518ebc8ab43aef5cd97f92f3da","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x841cf5893b92f11bb2d3ed09b11b6fc632fbbd5116925204eab2a533388b6d19","transactionsRoot":"0x1f783bb788ba014c1dc23572c4c7c324a244891c302c967db32af3215127854c","receiptsRoot":"0x9f9d25a8be519351a6b0f6d3937b35da9c8cf1517f042cb766acb9fcac0fde4d","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000004000000000000000000000000000000000000020000040002000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002002001000000000100000000000000","difficulty":"0x0","number":"0x1c3","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393800000000000000000000000000000000000000000000000000000000000000","r":"0xcfb6131ec79463eb9e463140eebb3bd8fe0dd28c79ede82a8fabbced56373cf0","s":"0x500c9a95d1af8c78f27fb1167263bacaaa2e08b7ee15bfa72dccf8244a78d5fd","yParity":"0x1","v":"0x1","hash":"0x7c6fffb7d33337589f2ec30fecf558931ec94396430ebf76685ceac6ba8b2dc0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x59c78d3c75d21f4cc5f78c3b20be2ff85f56c097027a1c753b890efc1cff934e","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x32a633b7542846c245c3493e5ff479cbcf56a5dd3b424732fa29c09d291996f3","transactionsRoot":"0xfc69621ea2d550dad185537262aee8a63ee69101e698ba89a98ddcef8b2e277c","receiptsRoot":"0x41ff22896755d98799ce33d6ec5399db9eff778f37e064d8501d05072450894d","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000004000000000010000000000000000000000000000000002000400018040000800040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000002001000000000500000000000000","difficulty":"0x0","number":"0x1c4","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000089a2b30fd4eda421","r":"0x262091f8fbf9257c898f1e47973b27f6bdbf0ab999c617fd4a98d1066a982267","s":"0x29578dacb0d35666683ece64859fff7a86c005f3113f3ba3f50dfb1eb72687cf","yParity":"0x1","v":"0x1","hash":"0x0e817931788e99c2cbc05b0e1c06796b0acb42fb8f9165a0f11c2670e06cfd40"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8b08d4aaf6a1f65b92388bb6f3bc2e98bd49d2d91f20b0f27d229866aa9f15a2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xfc537f0e0df67c1dde0cc14cb6692a595f0511d0de1179296666cd3b883a9526","transactionsRoot":"0xec132bd00bf6fa8df58de12d47fd05024daa7bd4c57ca1e74da17e9443d03b09","receiptsRoot":"0x2b9d771cd4e33615a7f253a8289adbc3d7fc58fc780d80d7a1f4963af5dc8168","logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000200000000000000000000000020000040002000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000800000000000000000000000000002000001000000000100000000000000","difficulty":"0x0","number":"0x1c5","gasLimit":"0x1c9c380","gasUsed":"0x2057a","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2f4ce","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393900000000000000000000000000000000000000000000000000000000000000","r":"0x1ef252687274866662e509080491ec432dda7ea0587d1796f8a0ed7de52c0b5a","s":"0x2e3522ac2a4dbb46f1fc523a6ca790f2a2a97014a41a3dc81064447cf41a1608","yParity":"0x1","v":"0x1","hash":"0xeedb818cd7cf54d91be53f3ee9c9eea2eae8b91dca555393d29ee8ff461410d0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc8ace013188147e803e84aa541c31a9f9f571541da27b417043be732e737a52c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x87d386eba33e5df7c6e26e7cbc52a52d5bf7004801c63513c5a0e5c0707b5b4b","transactionsRoot":"0x2ee3da1b1ee6af34d9c88053821401ad845cc7f6dfde6133009579f3969061ca","receiptsRoot":"0x27ead068bae52d0b101182b2f860aee664baac2eca523961cef4badbe14ac19c","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010200000000000000000000000000000002000400018040000000040000000008800000000008000000000000020240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000800000000000000000000000000000000001000000000500000000000000","difficulty":"0x0","number":"0x1c6","gasLimit":"0x1c9c380","gasUsed":"0x366f8","timestamp":"0x685d8d11","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x4b305","maxFeePerGas":"0x2c5733","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007b4c8567c0e9c3de","r":"0x81332f2b85509737d385a2021a3941e1129c57879e741cdcc3dd5cc7ec30d25a","s":"0x17095b264aeac637ba02d34245e64c2d801232c995cb2d8dc1a34a9c4015a5b1","yParity":"0x1","v":"0x1","hash":"0xb3ed81eaaf570b556fcf9e03dc60143f8ab0da3a4e52333bb64bc62f222740b6"}},"impersonated_sender":null}],"ommers":[]}],"transactions":[{"info":{"transaction_hash":"0x9635fb3e80f7a7420a08e019fc75f159c9ec71d01185bd0b60a99b9268fe3ff0","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x610178da211fef7d417bc0e6fed39f05609ad788","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x610178da211fef7d417bc0e6fed39f05609ad788","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x950d806e000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318b66bd98900000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":129531,"gas_limit":199772,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x610178da211fef7d417bc0e6fed39f05609ad788","address":"0x3aa5ebb10dc797cac828524e59a333d0a371443c","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x950d806e000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318b66bd98900000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":122391,"gas_limit":189657,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf"],"data":"0x0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318b66bd98900000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x","nonce":59,"gas_used":151875},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x25143","logs":[{"address":"0x610178da211fef7d417bc0e6fed39f05609ad788","topics":["0x037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf"],"data":"0x0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318b66bd98900000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000100000000000000000000000040000000000000000000000000000000000000000000000000000000000000008000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000020000000000000000002000000000000000000000000000000000000000000020000000000000000000000400000000000000000000"},"block_hash":"0x915572c5b24e199cbf15caffa68211fb896b58f39f535e9553d58e23c8f72781","block_number":35},{"info":{"transaction_hash":"0x4c08857da4805a3c6890c10e44eff74840b8a3204cc24d8227c2b761fc42a3ff","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xa0ee7a142d267c1f36714e4a8f75612f20a79720","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xa0ee7a142d267c1f36714e4a8f75612f20a79720","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":92,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x5b7844d249598ae06e9171f54e4446151ab99f06d0fffd85a24a174421c6686f","block_number":64},{"info":{"transaction_hash":"0x295caea5d9697abb925cb59359797ce321158307c852640e2fe81b67b49471eb","transaction_index":0,"from":"0x90f79bf6eb2c4f870365e785982e1f101e93b906","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x90f79bf6eb2c4f870365e785982e1f101e93b906","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f33","output":"0x","gas_used":112742,"gas_limit":171022,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f33","output":"0x","gas_used":105596,"gas_limit":161350,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f33"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e600000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b9060000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148064,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e600000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b9060000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":138769,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005b6"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":107587,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":98927,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a1700000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93305,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a1700000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":84865,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb8700000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b90600000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82521,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb8700000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b90600000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":80642,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132066},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x203e2","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005b6"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f33"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000640000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000450000000020000000000000000000000000000000000000000010000000000002000001000000000100000000000000"},"block_hash":"0xe62b03f778ff65e94b92d0e4369dc3863cd6c268414e4ea02cc9c4a5dd731786","block_number":261},{"info":{"transaction_hash":"0x01dce7c7683258a0b89df83da5717f84b0afb250097dc493257cebeada7abd1d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x99bba657f2bbc93c02d617f8ba121cb8fc104acf","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x99bba657f2bbc93c02d617f8ba121cb8fc104acf","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052610bb780380380610014816102c7565b92833981016060828203126102c35761002c82610300565b61003860208401610300565b604084015190936001600160401b0382116102c357019082601f830112156102c357815161006d61006882610314565b6102c7565b928184526020840194602083830101116102c357815f926020809301875e84010152803b15610268577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610261575b6101dd575b50505f516020610b975f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a18115610189576001600160a01b031916175f516020610b975f395f51905f52556040516107b390816103e48239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b5f80610250946101ed60606102c7565b94602786527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020870152660819985a5b195960ca1b60408701525190845af43d15610259573d9161024161006884610314565b9283523d5f602085013e61032f565b505f8080610107565b60609161032f565b505f610102565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b038111838210176102ec57604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b03821682036102c357565b6001600160401b0381116102ec57601f01601f191660200190565b919290156103915750815115610343575090565b3b1561034c5790565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b8251909150156103a45750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610300000000000000000000000095401dc811bb5740090279ba06cfa8fcf6113778000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","output":"0x60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033","gas_used":444889,"gas_limit":608895,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000095401dc811bb5740090279ba06cfa8fcf6113778"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033","nonce":42,"gas_used":546689},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x85781","logs":[{"address":"0x99bba657f2bbc93c02d617f8ba121cb8fc104acf","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000095401dc811bb5740090279ba06cfa8fcf6113778"],"data":"0x"},{"address":"0x99bba657f2bbc93c02d617f8ba121cb8fc104acf","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000100000000000000000000000000000000880000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000021000000000000000040000000000000000400000000100000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x2b7d295e916d9909d9a77b3f7a9f1d542ca702969d669c81e45afeb6aa21850e","block_number":28},{"info":{"transaction_hash":"0x28a3dd3f45b100dcdbfe7e18c6c722562221d74359050ea78f0b39875af0dd8d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x14dc79964da2c08b23698b3d3cc7ca32193d9955","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x14dc79964da2c08b23698b3d3cc7ca32193d9955","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":90,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xcc1db7f039568c33e7b44d2740d4f095b0dff436c7de9c7d300c0afae66a92eb","block_number":62},{"info":{"transaction_hash":"0x05eb68d777ac43a18bc3a577bb1cd2eec1ab7fb5e7494a0ae3367bddde232565","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a785440000000000000000000000000000000000000000000000001b5c36f1c8de7aff","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544"],"data":"0x0000000000000000000000000000000000000000000000001b5c36f1c8de7aff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":234,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544"],"data":"0x0000000000000000000000000000000000000000000000001b5c36f1c8de7aff"}],"logsBloom":"0x00000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000080000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000200000000000000000000000000000000000000000000000000000"},"block_hash":"0x9c9a01f9f5bb459bb40269188c4d345dfffbaca3fe85b998bce22b33225dd15a","block_number":206},{"info":{"transaction_hash":"0x3839db6af8c4534a1609628bda58a328a0046c097a27c1c1961b6281a5eab903","transaction_index":0,"from":"0xcd3b766ccdd6ae721141f452c550ca635964ce71","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xcd3b766ccdd6ae721141f452c550ca635964ce71","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007a4c38967d5fef52","output":"0x0000000000000000000000000000000000000000000000007a4c38967d5fef52","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007a4c38967d5fef52","output":"0x0000000000000000000000000000000000000000000000007a4c38967d5fef52","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007a4c38967d5fef52"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007a4c38967d5fef52","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000007a4c38967d5fef52"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007a4c38967d5fef52","output":"0x0000000000000000000000000000000000000000000000007a4c38967d5fef52","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007a4c38967d5fef52","output":"0x0000000000000000000000000000000000000000000000007a4c38967d5fef52","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000483a5bc5a87b54e95","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000483a5bc5a87b54e95","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007a4c38967d5fef52","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007a4c38967d5fef52","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71"],"data":"0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007a4c38967d5fef52"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000007a4c38967d5fef52","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000007a4c38967d5fef52"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007a4c38967d5fef52"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71"],"data":"0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007a4c38967d5fef52"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000002000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000040000000000000000000000000000000000200100001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x5075fe6f53dffa9423d16bbc7440d774622e381319305227a61a872c1f62fd10","block_number":286},{"info":{"transaction_hash":"0x38b4c5cc55440535465f400c6f4e3bf1f8634c8930de28ad45c6a89572e2b35e","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xbc8183bac3e969042736f7af07f76223d11d2148","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xbc8183bac3e969042736f7af07f76223d11d2148","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":165,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x2147fe8b785f2be6a5dbfd5f14e667fe2345b4483d27a4e8aa33ab43b18b2b89","block_number":137},{"info":{"transaction_hash":"0xe840cb55dadbc32fb35e22d2a6492fd5ef8ed5c618fc0308101cf6d02c206590","transaction_index":0,"from":"0xc0543b0b980d8c834cbdf023b2d2a75b5f9d1909","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xc0543b0b980d8c834cbdf023b2d2a75b5f9d1909","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d19090000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d19090000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d190900000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000628"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d190900000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d190900000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d190900000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000628"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363000000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000020000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020040000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xd6ca841a740be0af0e090586197aad80648203c6e4b2c6009f0727c85d562cc7","block_number":375},{"info":{"transaction_hash":"0xedddaad2eb1e1f7f8b2937d2cdb7e9eb772955819b5bf808ae52c0f4cb0296ee","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe5d3ab6883b7e8c35c04675f28bb992ca1129ee4","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe5d3ab6883b7e8c35c04675f28bb992ca1129ee4","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":171,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x1da5c28a2b9fee3aa4af0994d081331945cd9ddd5f73b3e71fa674c2301c7e74","block_number":143},{"info":{"transaction_hash":"0x96521c0073c2f06ddb68e1a7895ef68c9a7bc364808acc00d02dcf95cafdf434","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e0000000000000000000000000000000000000000000000003a7c536d83f91028","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":49238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e"],"data":"0x0000000000000000000000000000000000000000000000003a7c536d83f91028"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":264,"gas_used":51318},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc876","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e"],"data":"0x0000000000000000000000000000000000000000000000003a7c536d83f91028"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000008000000000000000000000000000000100200100000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x8a275932f62c975b6b80443673f7459a65d6833c126464cface613a719c33b0c","block_number":236},{"info":{"transaction_hash":"0xd89cd24f64d916bc630b22c7b95c36c30b46c988e5bc244b855c0350def59c2b","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x9fe46736679d2d9a65f0992f2272de9f3c7fa6e0","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x9fe46736679d2d9a65f0992f2272de9f3c7fa6e0","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x608060405234801561000f575f5ffd5b506040516105c83803806105c883398101604081905261002e916101c2565b5f5b825181101561006b5761006383828151811061004e5761004e61029e565b6020026020010151600161007c60201b60201c565b600101610030565b5061007581610103565b50506102b2565b6001600160a01b0382166100a3576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b0382165f8181526020818152604091829020805460ff19168515159081179091558251938452908301527f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152910160405180910390a15050565b6001600160a01b03811661012a576040516339b190bb60e11b815260040160405180910390fd5b600154604080516001600160a01b03928316815291831660208301527f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892910160405180910390a1600180546001600160a01b0319166001600160a01b0392909216919091179055565b634e487b7160e01b5f52604160045260245ffd5b80516001600160a01b03811681146101bd575f5ffd5b919050565b5f5f604083850312156101d3575f5ffd5b82516001600160401b038111156101e8575f5ffd5b8301601f810185136101f8575f5ffd5b80516001600160401b0381111561021157610211610193565b604051600582901b90603f8201601f191681016001600160401b038111828210171561023f5761023f610193565b60405291825260208184018101929081018884111561025c575f5ffd5b6020850194505b8385101561028257610274856101a7565b815260209485019401610263565b50945061029592505050602084016101a7565b90509250929050565b634e487b7160e01b5f52603260045260245ffd5b610309806102bf5f395ff3fe608060405234801561000f575f5ffd5b506004361061004a575f3560e01c806346fbf68e1461004e5780638568520614610085578063ce5484281461009a578063eab66d7a146100ad575b5f5ffd5b61007061005c36600461027a565b5f6020819052908152604090205460ff1681565b60405190151581526020015b60405180910390f35b61009861009336600461029a565b6100d8565b005b6100986100a836600461027a565b610111565b6001546100c0906001600160a01b031681565b6040516001600160a01b03909116815260200161007c565b6001546001600160a01b031633146101035760405163794821ff60e01b815260040160405180910390fd5b61010d8282610148565b5050565b6001546001600160a01b0316331461013c5760405163794821ff60e01b815260040160405180910390fd5b610145816101cf565b50565b6001600160a01b03821661016f576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b0382165f8181526020818152604091829020805460ff19168515159081179091558251938452908301527f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152910160405180910390a15050565b6001600160a01b0381166101f6576040516339b190bb60e11b815260040160405180910390fd5b600154604080516001600160a01b03928316815291831660208301527f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892910160405180910390a1600180546001600160a01b0319166001600160a01b0392909216919091179055565b80356001600160a01b0381168114610275575f5ffd5b919050565b5f6020828403121561028a575f5ffd5b6102938261025f565b9392505050565b5f5f604083850312156102ab575f5ffd5b6102b48361025f565b9150602083013580151581146102c8575f5ffd5b80915050925092905056fea2646970667358221220db74dd8a1c2636fc45fee53a0fefff90f86f0498901cb732dc4c0ce26247557164736f6c634300081b00330000000000000000000000000000000000000000000000000000000000000040000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000003000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","output":"0x608060405234801561000f575f5ffd5b506004361061004a575f3560e01c806346fbf68e1461004e5780638568520614610085578063ce5484281461009a578063eab66d7a146100ad575b5f5ffd5b61007061005c36600461027a565b5f6020819052908152604090205460ff1681565b60405190151581526020015b60405180910390f35b61009861009336600461029a565b6100d8565b005b6100986100a836600461027a565b610111565b6001546100c0906001600160a01b031681565b6040516001600160a01b03909116815260200161007c565b6001546001600160a01b031633146101035760405163794821ff60e01b815260040160405180910390fd5b61010d8282610148565b5050565b6001546001600160a01b0316331461013c5760405163794821ff60e01b815260040160405180910390fd5b610145816101cf565b50565b6001600160a01b03821661016f576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b0382165f8181526020818152604091829020805460ff19168515159081179091558251938452908301527f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152910160405180910390a15050565b6001600160a01b0381166101f6576040516339b190bb60e11b815260040160405180910390fd5b600154604080516001600160a01b03928316815291831660208301527f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892910160405180910390a1600180546001600160a01b0319166001600160a01b0392909216919091179055565b80356001600160a01b0381168114610275575f5ffd5b919050565b5f6020828403121561028a575f5ffd5b6102938261025f565b9392505050565b5f5f604083850312156102ab575f5ffd5b6102b48361025f565b9150602083013580151581146102c8575f5ffd5b80915050925092905056fea2646970667358221220db74dd8a1c2636fc45fee53a0fefff90f86f0498901cb732dc4c0ce26247557164736f6c634300081b0033","gas_used":207717,"gas_limit":293492,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1},{"Log":2},{"Log":3}]}],"exit":"Return","out":"0x608060405234801561000f575f5ffd5b506004361061004a575f3560e01c806346fbf68e1461004e5780638568520614610085578063ce5484281461009a578063eab66d7a146100ad575b5f5ffd5b61007061005c36600461027a565b5f6020819052908152604090205460ff1681565b60405190151581526020015b60405180910390f35b61009861009336600461029a565b6100d8565b005b6100986100a836600461027a565b610111565b6001546100c0906001600160a01b031681565b6040516001600160a01b03909116815260200161007c565b6001546001600160a01b031633146101035760405163794821ff60e01b815260040160405180910390fd5b61010d8282610148565b5050565b6001546001600160a01b0316331461013c5760405163794821ff60e01b815260040160405180910390fd5b610145816101cf565b50565b6001600160a01b03821661016f576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b0382165f8181526020818152604091829020805460ff19168515159081179091558251938452908301527f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152910160405180910390a15050565b6001600160a01b0381166101f6576040516339b190bb60e11b815260040160405180910390fd5b600154604080516001600160a01b03928316815291831660208301527f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892910160405180910390a1600180546001600160a01b0319166001600160a01b0392909216919091179055565b80356001600160a01b0381168114610275575f5ffd5b919050565b5f6020828403121561028a575f5ffd5b6102938261025f565b9392505050565b5f5f604083850312156102ab575f5ffd5b6102b48361025f565b9150602083013580151581146102c8575f5ffd5b80915050925092905056fea2646970667358221220db74dd8a1c2636fc45fee53a0fefff90f86f0498901cb732dc4c0ce26247557164736f6c634300081b0033","nonce":2,"gas_used":285919},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x45cdf","logs":[{"address":"0x9fe46736679d2d9a65f0992f2272de9f3c7fa6e0","topics":["0x65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000001"},{"address":"0x9fe46736679d2d9a65f0992f2272de9f3c7fa6e0","topics":["0x65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000001"},{"address":"0x9fe46736679d2d9a65f0992f2272de9f3c7fa6e0","topics":["0x65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000001"},{"address":"0x9fe46736679d2d9a65f0992f2272de9f3c7fa6e0","topics":["0x06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"}],"logsBloom":"0x00000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040200000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004401000000000000000"},"block_hash":"0xc5a86bc6baeb5936a153322de7426595e5a6cc686596d0fb08ddbecd6cdd98cc","block_number":3},{"info":{"transaction_hash":"0xf92db5676e593b17eca164406f625b9c4b5331dc18e6fb77f92ba9711e829b3e","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x71f280dea6fc5a03790941ad72956f545feb7a52","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x71f280dea6fc5a03790941ad72956f545feb7a52","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":172,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x4c9acdd1932c016bf05ba4ffc8bb28f5eb9af3f691060316eac84699d8e78aca","block_number":144},{"info":{"transaction_hash":"0x71b797459e52bac3237b5406fb5f0f2cf11b2a3824a351b73537aa67b7b3b3e7","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x265188114eb5d5536bc8654d8e9710fe72c28c4d","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x265188114eb5d5536bc8654d8e9710fe72c28c4d","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":145,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xfb0c0377405bbf6b2a877305ccc230dfe29b22151a0a63853caf3595e110a76f","block_number":117},{"info":{"transaction_hash":"0xc3a4b4ebd5cee0d87fae5e7bf62fb6b2fb00268fc4bf71b3d9d631fa38064a20","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xdd2fd4581271e230360230f9337d5c0430bf44c0","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xdd2fd4581271e230360230f9337d5c0430bf44c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":101,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xdf79208f96ed0fc2474848afaa121d14b14edca20b1f6219e76b696b324e2a6d","block_number":73},{"info":{"transaction_hash":"0xd28256fef800e78775ddc3d3ab97ca0e679c15ff220774563d3a97a0ca6bd872","transaction_index":0,"from":"0x71f280dea6fc5a03790941ad72956f545feb7a52","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x71f280dea6fc5a03790941ad72956f545feb7a52","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000084accd221fa5fef9","output":"0x00000000000000000000000000000000000000000000000084accd221fa5fef9","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000084accd221fa5fef9","output":"0x00000000000000000000000000000000000000000000000084accd221fa5fef9","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000084accd221fa5fef9"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000084accd221fa5fef9","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000084accd221fa5fef9"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000084accd221fa5fef9","output":"0x00000000000000000000000000000000000000000000000084accd221fa5fef9","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000084accd221fa5fef9","output":"0x00000000000000000000000000000000000000000000000084accd221fa5fef9","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000019b26241f2928182b3","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000019b26241f2928182b3","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf200000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084accd221fa5fef9","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf200000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084accd221fa5fef9","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52"],"data":"0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000084accd221fa5fef9"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec800000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec800000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000084accd221fa5fef9","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000084accd221fa5fef9"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000084accd221fa5fef9"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52"],"data":"0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000084accd221fa5fef9"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240080001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000800000000000000000040000000000000000000000c00000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xcd1c45b021178d9abae546d0ce9c190790ac8a4ecb4ad0c8e0dabe43e9bd3021","block_number":434},{"info":{"transaction_hash":"0x4dd471eae877c6df4d4e9150d6fff48ad7bbf76c30634272fcafb63383077eb9","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x1003ff39d25f2ab16dbcc18ece05a9b6154f65f4","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x1003ff39d25f2ab16dbcc18ece05a9b6154f65f4","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":119,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xd703342aaad4b180b2d057df3f932ae52f6e2a0b8138e57c113f66e0dffadbbb","block_number":91},{"info":{"transaction_hash":"0x24d37700674c7e78058d3693672639210c1181d81b71e80d3a335e49b8e47c63","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xfabb0ac9d68b0b445fb7357272ff202c5651694a","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xfabb0ac9d68b0b445fb7357272ff202c5651694a","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":95,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xa309af53f7a22d65072305bfe2c47c28c937dd28a2c215dbe88e854c37ab5441","block_number":67},{"info":{"transaction_hash":"0x6ede8c5bc9cfc4f5b9ba58819610f81193f5225f93ab5d0c0c0750340ac2cbe1","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe141c82d99d85098e03e1a1cc1cde676556fdde0","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe141c82d99d85098e03e1a1cc1cde676556fdde0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":125,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x33510cdbb7c75da8903e3a4dcd9a8faa92b29de0b3b0346bdac84dfbbb7fa9ce","block_number":97},{"info":{"transaction_hash":"0x90150390c6e74ffd8909a06defff482e23a3f9edf54336d5d8f8f6bf18b18832","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x608060405234801561000f575f5ffd5b506040516104ac3803806104ac83398101604081905261002e91610138565b61003733610046565b61004081610095565b50610165565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b0381163b6101165760405162461bcd60e51b815260206004820152603360248201527f5570677261646561626c65426561636f6e3a20696d706c656d656e746174696f60448201527f6e206973206e6f74206120636f6e747261637400000000000000000000000000606482015260840160405180910390fd5b600180546001600160a01b0319166001600160a01b0392909216919091179055565b5f60208284031215610148575f5ffd5b81516001600160a01b038116811461015e575f5ffd5b9392505050565b61033a806101725f395ff3fe608060405234801561000f575f5ffd5b5060043610610055575f3560e01c80633659cfe6146100595780635c60da1b1461006e578063715018a6146100975780638da5cb5b1461009f578063f2fde38b146100af575b5f5ffd5b61006c6100673660046102d7565b6100c2565b005b6001546001600160a01b03165b6040516001600160a01b03909116815260200160405180910390f35b61006c610109565b5f546001600160a01b031661007b565b61006c6100bd3660046102d7565b61011c565b6100ca61019a565b6100d3816101f3565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b61011161019a565b61011a5f610288565b565b61012461019a565b6001600160a01b03811661018e5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b61019781610288565b50565b5f546001600160a01b0316331461011a5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610185565b6001600160a01b0381163b6102665760405162461bcd60e51b815260206004820152603360248201527f5570677261646561626c65426561636f6e3a20696d706c656d656e746174696f6044820152721b881a5cc81b9bdd08184818dbdb9d1c9858dd606a1b6064820152608401610185565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f602082840312156102e7575f5ffd5b81356001600160a01b03811681146102fd575f5ffd5b939250505056fea2646970667358221220521ca4c20142a7f693ef7735bad4fe09622e49c3a7bd3c7b54c1ae4e9a37a04864736f6c634300081b0033000000000000000000000000b7f8bc63bbcad18155201308c8f3540b07f84f5e","output":"0x608060405234801561000f575f5ffd5b5060043610610055575f3560e01c80633659cfe6146100595780635c60da1b1461006e578063715018a6146100975780638da5cb5b1461009f578063f2fde38b146100af575b5f5ffd5b61006c6100673660046102d7565b6100c2565b005b6001546001600160a01b03165b6040516001600160a01b03909116815260200160405180910390f35b61006c610109565b5f546001600160a01b031661007b565b61006c6100bd3660046102d7565b61011c565b6100ca61019a565b6100d3816101f3565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b61011161019a565b61011a5f610288565b565b61012461019a565b6001600160a01b03811661018e5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b61019781610288565b50565b5f546001600160a01b0316331461011a5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610185565b6001600160a01b0381163b6102665760405162461bcd60e51b815260206004820152603360248201527f5570677261646561626c65426561636f6e3a20696d706c656d656e746174696f6044820152721b881a5cc81b9bdd08184818dbdb9d1c9858dd606a1b6064820152608401610185565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f602082840312156102e7575f5ffd5b81356001600160a01b03811681146102fd575f5ffd5b939250505056fea2646970667358221220521ca4c20142a7f693ef7735bad4fe09622e49c3a7bd3c7b54c1ae4e9a37a04864736f6c634300081b0033","gas_used":214146,"gas_limit":300027,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x608060405234801561000f575f5ffd5b5060043610610055575f3560e01c80633659cfe6146100595780635c60da1b1461006e578063715018a6146100975780638da5cb5b1461009f578063f2fde38b146100af575b5f5ffd5b61006c6100673660046102d7565b6100c2565b005b6001546001600160a01b03165b6040516001600160a01b03909116815260200160405180910390f35b61006c610109565b5f546001600160a01b031661007b565b61006c6100bd3660046102d7565b61011c565b6100ca61019a565b6100d3816101f3565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b61011161019a565b61011a5f610288565b565b61012461019a565b6001600160a01b03811661018e5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b61019781610288565b50565b5f546001600160a01b0316331461011a5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610185565b6001600160a01b0381163b6102665760405162461bcd60e51b815260206004820152603360248201527f5570677261646561626c65426561636f6e3a20696d706c656d656e746174696f6044820152721b881a5cc81b9bdd08184818dbdb9d1c9858dd606a1b6064820152608401610185565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f602082840312156102e7575f5ffd5b81356001600160a01b03811681146102fd575f5ffd5b939250505056fea2646970667358221220521ca4c20142a7f693ef7735bad4fe09622e49c3a7bd3c7b54c1ae4e9a37a04864736f6c634300081b0033","nonce":12,"gas_used":286272},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x45e40","logs":[{"address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000100000800000000000000000000000000000000400000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000002000000000000000000020000000000000000000000000000002000000000000000000000000400000000000"},"block_hash":"0xcba8b73cb70160de2738aad2921a00b2c63361f2779c09f61f42043f8d780c39","block_number":9},{"info":{"transaction_hash":"0x57e5af08aa9c21aa5ab6bf5abb1a3ab49a79eea65202ad2412333e45e37f3709","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a5200000000000000000000000000000000000000000000000084accd221fa5fef9","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52"],"data":"0x00000000000000000000000000000000000000000000000084accd221fa5fef9"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":272,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52"],"data":"0x00000000000000000000000000000000000000000000000084accd221fa5fef9"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000080000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000800000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x10018cbeff51ac726154a79a3c398ec563d9bdc34da7ee3be3221be5c7aadd41","block_number":244},{"info":{"transaction_hash":"0x94c88885294f063933ae6924f323169a9afd89fb7a90844c69b2e008cd01c0c4","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x4e59b44847b379578588920ca78fbf26c0b4956c","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x4e59b44847b379578588920ca78fbf26c0b4956c","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x000000000000000000000000000000000000000000000000000000000000000060808060405234601b5761066b90816100208239308160480152f35b5f80fdfe60806040526004361015610011575f80fd5b5f3560e01c80631a3894e9146103a1578063224c4ae8146102675780638192610f146101a35763ae1d62db14610045575f80fd5b307f00000000000000000000000000000000000000000000000000000000000000001461019f57606036600319011261019f576004356044356001600160c01b038116906024359082810361019f57815f528360205260405f205480155f146100dc575050916100da925f5260205260405f206100c06103cf565b9163ffffffff431683525f602084015260408301526104c0565b005b825f949294528460205260405f20905f19810190811161018b576100ff91610441565b509363ffffffff8554169263ffffffff43168094145f1461013d57505050506100da919067ffffffffffffffff82549181199060401b169116179055565b855467ffffffff000000001916602085901b67ffffffff0000000016179095556100da9492935090915f5260205260405f20906101786103cf565b9283525f602084015260408301526104c0565b634e487b7160e01b5f52601160045260245ffd5b5f80fd5b608036600319011261019f5760443563ffffffff811680910361019f576024355f526004356020526101da60643560405f20610441565b50906101e46103cf565b91549163ffffffff83168082526040602083019263ffffffff8660201c168452019360401c84528210610258575163ffffffff16801591821561024e575b50501561023f57516040516001600160c01b039091168152602090f35b63bbba60cb60e01b5f5260045ffd5b1090508280610222565b636cb19aff60e01b5f5260045ffd5b606036600319011261019f5760243560043563ffffffff8216820361019f576044359067ffffffffffffffff821161019f573660238301121561019f578160040135916102bb6102b684610429565b610403565b926024602085838152019160051b8301019136831161019f57602401905b828210610391575050508151926102fe6102f56102b686610429565b94808652610429565b602085019390601f19013685375f5b8151811015610347578061032e610326600193856104ac565b518587610536565b63ffffffff61033d838a6104ac565b911690520161030d565b8486604051918291602083019060208452518091526040830191905f5b818110610372575050500390f35b825163ffffffff16845285945060209384019390920191600101610364565b81358152602091820191016102d9565b604036600319011261019f5760206103bd60243560043561046a565b6040516001600160c01b039091168152f35b604051906060820182811067ffffffffffffffff8211176103ef57604052565b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff8111838210176103ef57604052565b67ffffffffffffffff81116103ef5760051b60200190565b8054821015610456575f5260205f2001905f90565b634e487b7160e01b5f52603260045260245ffd5b815f528060205260405f20549182155f14610486575050505f90565b5f5260205260405f20905f19810190811161018b576104a491610441565b505460401c90565b80518210156104565760209160051b010190565b8054680100000000000000008110156103ef576104e291600182018155610441565b61052357815160208084015160409485015190941b67ffffffffffffffff191663ffffffff90921693901b67ffffffff000000001692909217919091179055565b634e487b7160e01b5f525f60045260245ffd5b9190815f528260205260405f2054925f5b8481106105df5760405162461bcd60e51b815260206004820152605c60248201527f5265676973747279436f6f7264696e61746f722e67657451756f72756d42697460448201527f6d6170496e6465784174426c6f636b4e756d6265723a206e6f206269746d617060648201527f2075706461746520666f756e6420666f72206f70657261746f72496400000000608482015260a490fd5b80850385811161018b575f19810190811161018b5763ffffffff16845f528260205263ffffffff6106138260405f20610441565b50541663ffffffff8516101561062c5750600101610547565b9450505050509056fea26469706673582212208a8c37fd2221c83dc18f2c5fef07500dd52618b45c220426ad505a982529514064736f6c634300081b0033","output":"0x4c40a6acdad9308e41797f21325685a34b6d7f19","gas_used":361817,"gas_limit":550946,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x4e59b44847b379578588920ca78fbf26c0b4956c","address":"0x4c40a6acdad9308e41797f21325685a34b6d7f19","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE2","value":"0x0","data":"0x60808060405234601b5761066b90816100208239308160480152f35b5f80fdfe60806040526004361015610011575f80fd5b5f3560e01c80631a3894e9146103a1578063224c4ae8146102675780638192610f146101a35763ae1d62db14610045575f80fd5b307f00000000000000000000000000000000000000000000000000000000000000001461019f57606036600319011261019f576004356044356001600160c01b038116906024359082810361019f57815f528360205260405f205480155f146100dc575050916100da925f5260205260405f206100c06103cf565b9163ffffffff431683525f602084015260408301526104c0565b005b825f949294528460205260405f20905f19810190811161018b576100ff91610441565b509363ffffffff8554169263ffffffff43168094145f1461013d57505050506100da919067ffffffffffffffff82549181199060401b169116179055565b855467ffffffff000000001916602085901b67ffffffff0000000016179095556100da9492935090915f5260205260405f20906101786103cf565b9283525f602084015260408301526104c0565b634e487b7160e01b5f52601160045260245ffd5b5f80fd5b608036600319011261019f5760443563ffffffff811680910361019f576024355f526004356020526101da60643560405f20610441565b50906101e46103cf565b91549163ffffffff83168082526040602083019263ffffffff8660201c168452019360401c84528210610258575163ffffffff16801591821561024e575b50501561023f57516040516001600160c01b039091168152602090f35b63bbba60cb60e01b5f5260045ffd5b1090508280610222565b636cb19aff60e01b5f5260045ffd5b606036600319011261019f5760243560043563ffffffff8216820361019f576044359067ffffffffffffffff821161019f573660238301121561019f578160040135916102bb6102b684610429565b610403565b926024602085838152019160051b8301019136831161019f57602401905b828210610391575050508151926102fe6102f56102b686610429565b94808652610429565b602085019390601f19013685375f5b8151811015610347578061032e610326600193856104ac565b518587610536565b63ffffffff61033d838a6104ac565b911690520161030d565b8486604051918291602083019060208452518091526040830191905f5b818110610372575050500390f35b825163ffffffff16845285945060209384019390920191600101610364565b81358152602091820191016102d9565b604036600319011261019f5760206103bd60243560043561046a565b6040516001600160c01b039091168152f35b604051906060820182811067ffffffffffffffff8211176103ef57604052565b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff8111838210176103ef57604052565b67ffffffffffffffff81116103ef5760051b60200190565b8054821015610456575f5260205f2001905f90565b634e487b7160e01b5f52603260045260245ffd5b815f528060205260405f20549182155f14610486575050505f90565b5f5260205260405f20905f19810190811161018b576104a491610441565b505460401c90565b80518210156104565760209160051b010190565b8054680100000000000000008110156103ef576104e291600182018155610441565b61052357815160208084015160409485015190941b67ffffffffffffffff191663ffffffff90921693901b67ffffffff000000001692909217919091179055565b634e487b7160e01b5f525f60045260245ffd5b9190815f528260205260405f2054925f5b8481106105df5760405162461bcd60e51b815260206004820152605c60248201527f5265676973747279436f6f7264696e61746f722e67657451756f72756d42697460448201527f6d6170496e6465784174426c6f636b4e756d6265723a206e6f206269746d617060648201527f2075706461746520666f756e6420666f72206f70657261746f72496400000000608482015260a490fd5b80850385811161018b575f19810190811161018b5763ffffffff16845f528260205263ffffffff6106138260405f20610441565b50541663ffffffff8516101561062c5750600101610547565b9450505050509056fea26469706673582212208a8c37fd2221c83dc18f2c5fef07500dd52618b45c220426ad505a982529514064736f6c634300081b0033","output":"0x60806040526004361015610011575f80fd5b5f3560e01c80631a3894e9146103a1578063224c4ae8146102675780638192610f146101a35763ae1d62db14610045575f80fd5b307f0000000000000000000000004c40a6acdad9308e41797f21325685a34b6d7f191461019f57606036600319011261019f576004356044356001600160c01b038116906024359082810361019f57815f528360205260405f205480155f146100dc575050916100da925f5260205260405f206100c06103cf565b9163ffffffff431683525f602084015260408301526104c0565b005b825f949294528460205260405f20905f19810190811161018b576100ff91610441565b509363ffffffff8554169263ffffffff43168094145f1461013d57505050506100da919067ffffffffffffffff82549181199060401b169116179055565b855467ffffffff000000001916602085901b67ffffffff0000000016179095556100da9492935090915f5260205260405f20906101786103cf565b9283525f602084015260408301526104c0565b634e487b7160e01b5f52601160045260245ffd5b5f80fd5b608036600319011261019f5760443563ffffffff811680910361019f576024355f526004356020526101da60643560405f20610441565b50906101e46103cf565b91549163ffffffff83168082526040602083019263ffffffff8660201c168452019360401c84528210610258575163ffffffff16801591821561024e575b50501561023f57516040516001600160c01b039091168152602090f35b63bbba60cb60e01b5f5260045ffd5b1090508280610222565b636cb19aff60e01b5f5260045ffd5b606036600319011261019f5760243560043563ffffffff8216820361019f576044359067ffffffffffffffff821161019f573660238301121561019f578160040135916102bb6102b684610429565b610403565b926024602085838152019160051b8301019136831161019f57602401905b828210610391575050508151926102fe6102f56102b686610429565b94808652610429565b602085019390601f19013685375f5b8151811015610347578061032e610326600193856104ac565b518587610536565b63ffffffff61033d838a6104ac565b911690520161030d565b8486604051918291602083019060208452518091526040830191905f5b818110610372575050500390f35b825163ffffffff16845285945060209384019390920191600101610364565b81358152602091820191016102d9565b604036600319011261019f5760206103bd60243560043561046a565b6040516001600160c01b039091168152f35b604051906060820182811067ffffffffffffffff8211176103ef57604052565b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff8111838210176103ef57604052565b67ffffffffffffffff81116103ef5760051b60200190565b8054821015610456575f5260205f2001905f90565b634e487b7160e01b5f52603260045260245ffd5b815f528060205260405f20549182155f14610486575050505f90565b5f5260205260405f20905f19810190811161018b576104a491610441565b505460401c90565b80518210156104565760209160051b010190565b8054680100000000000000008110156103ef576104e291600182018155610441565b61052357815160208084015160409485015190941b67ffffffffffffffff191663ffffffff90921693901b67ffffffff000000001692909217919091179055565b634e487b7160e01b5f525f60045260245ffd5b9190815f528260205260405f2054925f5b8481106105df5760405162461bcd60e51b815260206004820152605c60248201527f5265676973747279436f6f7264696e61746f722e67657451756f72756d42697460448201527f6d6170496e6465784174426c6f636b4e756d6265723a206e6f206269746d617060648201527f2075706461746520666f756e6420666f72206f70657261746f72496400000000608482015260a490fd5b80850385811161018b575f19810190811161018b5763ffffffff16845f528260205263ffffffff6106138260405f20610441565b50541663ffffffff8516101561062c5750600101610547565b9450505050509056fea26469706673582212208a8c37fd2221c83dc18f2c5fef07500dd52618b45c220426ad505a982529514064736f6c634300081b0033","gas_used":328989,"gas_limit":510066,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x4c40a6acdad9308e41797f21325685a34b6d7f19","nonce":32,"gas_used":408929},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x63d61","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x28bc71b08f392d32a941b53a9217dba586184eab6fc5bd1bfe075e2cb7829959","block_number":22},{"info":{"transaction_hash":"0x658128e2cc7440085338c9f0ed38a8fd232e429ecd429fdc834d895b7bb8854b","transaction_index":0,"from":"0x1aac82773cb722166d7da0d5b0fa35b0307dd99d","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x1aac82773cb722166d7da0d5b0fa35b0307dd99d","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333400000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005f4"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005f4"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333400000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000022000040002000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000002000000002000001000000000100000000000000"},"block_hash":"0x5a0dc47d0515a9b37265e8f130d411e9add0ecd9b5dacc324984e66411b66e70","block_number":323},{"info":{"transaction_hash":"0x29dfafd630251a3038a64918a433c1ec156746733be6dddd5ee567b14cb2869e","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x09635f643e140090a9a8dcd712ed6285858cebef","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x60e060405234801561000f575f5ffd5b5060405161195e38038061195e83398101604081905261002e916101bc565b82828280826001600160a01b03811661005a576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b031660805261006f81610093565b60a052506001600160a01b03831660c0526100886100d9565b5050505050506102ed565b5f5f829050601f815111156100c6578260405163305a27a960e01b81526004016100bd9190610292565b60405180910390fd5b80516100d1826102c7565b179392505050565b5f54610100900460ff16156101405760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b60648201526084016100bd565b5f5460ff9081161461018f575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b03811681146101a5575f5ffd5b50565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156101ce575f5ffd5b83516101d981610191565b60208501519093506101ea81610191565b60408501519092506001600160401b03811115610205575f5ffd5b8401601f81018613610215575f5ffd5b80516001600160401b0381111561022e5761022e6101a8565b604051601f8201601f19908116603f011681016001600160401b038111828210171561025c5761025c6101a8565b604052818152828201602001881015610273575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b805160208083015191908110156102e7575f198160200360031b1b821691505b50919050565b60805160a05160c0516116166103485f395f81816101e801528181610578015281816109cb0152610a6801525f61069801525f81816102c5015281816103b701528181610489015281816106e90152610b9601526116165ff3fe608060405234801561000f575f5ffd5b5060043610610187575f3560e01c80637a8b2637116100d9578063c4d66de811610093578063df6fadc11161006e578063df6fadc114610361578063e3dae51c1461037c578063f3e738751461038f578063fabc1cbc146103a2575f5ffd5b8063c4d66de814610328578063ce7c2ac21461033b578063d9caed121461034e575f5ffd5b80637a8b2637146102ad578063886f1195146102c05780638c871019146102e75780638f6a6240146102fa578063a6ab36f21461030d578063ab5921e114610320575f5ffd5b806347e7ef2411610144578063595c6a671161011f578063595c6a67146102655780635ac86ab71461026d5780635c975abb1461029c57806361b01b5d146102a4575f5ffd5b806347e7ef241461022a57806354fd4d501461023d578063553ca5f814610252575f5ffd5b806311c70c9d1461018b578063136439dd146101a05780632495a599146101b357806339b70e38146101e35780633a98ef391461020a57806343fe08b014610221575b5f5ffd5b61019e6101993660046112e7565b6103b5565b005b61019e6101ae366004611307565b610474565b6032546101c6906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b6101c67f000000000000000000000000000000000000000000000000000000000000000081565b61021360335481565b6040519081526020016101da565b61021360645481565b610213610238366004611335565b610545565b610245610691565b6040516101da919061135f565b610213610260366004611394565b6106c1565b61019e6106d4565b61028c61027b3660046113c4565b6001805460ff9092161b9081161490565b60405190151581526020016101da565b600154610213565b61021360655481565b6102136102bb366004611307565b610783565b6101c67f000000000000000000000000000000000000000000000000000000000000000081565b6102136102f5366004611307565b6107cc565b610213610308366004611394565b6107d6565b61019e61031b3660046113df565b6107e3565b6102456108be565b61019e610336366004611394565b6108de565b610213610349366004611394565b6109a4565b61019e61035c366004611415565b610a36565b606454606554604080519283526020830191909152016101da565b61021361038a366004611307565b610b53565b61021361039d366004611307565b610b8a565b61019e6103b0366004611307565b610b94565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610411573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104359190611453565b6001600160a01b0316336001600160a01b0316146104665760405163794821ff60e01b815260040160405180910390fd5b6104708282610caa565b5050565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa1580156104d6573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104fa919061146e565b61051757604051631d77d47760e21b815260040160405180910390fd5b600154818116811461053c5760405163c61dca5d60e01b815260040160405180910390fd5b61047082610d4e565b600180545f91829181160361056d5760405163840a48d560e01b815260040160405180910390fd5b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146105b6576040516348da714f60e01b815260040160405180910390fd5b6105c08484610d8b565b6033545f6105d06103e8836114a1565b90505f6103e86105de610de2565b6105e891906114a1565b90505f6105f587836114b4565b90508061060284896114c7565b61060c91906114de565b9550855f0361062e57604051630c392ed360e11b815260040160405180910390fd5b61063886856114a1565b60338190556f4b3b4ca85a86c47a098a223fffffffff101561066d57604051632f14e8a360e11b815260040160405180910390fd5b610686826103e860335461068191906114a1565b610e4c565b505050505092915050565b60606106bc7f0000000000000000000000000000000000000000000000000000000000000000610e98565b905090565b5f6106ce6102bb836109a4565b92915050565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610736573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061075a919061146e565b61077757604051631d77d47760e21b815260040160405180910390fd5b6107815f19610d4e565b565b5f5f6103e860335461079591906114a1565b90505f6103e86107a3610de2565b6107ad91906114a1565b9050816107ba85836114c7565b6107c491906114de565b949350505050565b5f6106ce82610b53565b5f6106ce61039d836109a4565b5f54610100900460ff161580801561080157505f54600160ff909116105b8061081a5750303b15801561081a57505f5460ff166001145b61083f5760405162461bcd60e51b8152600401610836906114fd565b60405180910390fd5b5f805460ff191660011790558015610860575f805461ff0019166101001790555b61086a8484610caa565b61087382610ed5565b80156108b8575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b60606040518060800160405280604d8152602001611594604d9139905090565b5f54610100900460ff16158080156108fc57505f54600160ff909116105b806109155750303b15801561091557505f5460ff166001145b6109315760405162461bcd60e51b8152600401610836906114fd565b5f805460ff191660011790558015610952575f805461ff0019166101001790555b61095b82610ed5565b8015610470575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498906020015b60405180910390a15050565b60405163fe243a1760e01b81526001600160a01b0382811660048301523060248301525f917f00000000000000000000000000000000000000000000000000000000000000009091169063fe243a1790604401602060405180830381865afa158015610a12573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106ce919061154b565b60018054600290811603610a5d5760405163840a48d560e01b815260040160405180910390fd5b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610aa6576040516348da714f60e01b815260040160405180910390fd5b610ab1848484611020565b60335480831115610ad557604051630b469df360e41b815260040160405180910390fd5b5f610ae26103e8836114a1565b90505f6103e8610af0610de2565b610afa91906114a1565b90505f82610b0887846114c7565b610b1291906114de565b9050610b1e86856114b4565b603355610b3e610b2e82846114b4565b6103e860335461068191906114a1565b610b49888883611053565b5050505050505050565b5f5f6103e8603354610b6591906114a1565b90505f6103e8610b73610de2565b610b7d91906114a1565b9050806107ba83866114c7565b5f6106ce82610783565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610bf0573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c149190611453565b6001600160a01b0316336001600160a01b031614610c455760405163794821ff60e01b815260040160405180910390fd5b60015480198219811614610c6c5760405163c61dca5d60e01b815260040160405180910390fd5b600182905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b60645460408051918252602082018490527ff97ed4e083acac67830025ecbc756d8fe847cdbdca4cee3fe1e128e98b54ecb5910160405180910390a160655460408051918252602082018390527f6ab181e0440bfbf4bacdf2e99674735ce6638005490688c5f994f5399353e452910160405180910390a180821115610d435760405163052b07b760e21b815260040160405180910390fd5b606491909155606555565b600181905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b606454811115610dae5760405163052b07b760e21b815260040160405180910390fd5b606554610db9610de2565b1115610dd85760405163d86bae6760e01b815260040160405180910390fd5b6104708282611067565b6032546040516370a0823160e01b81523060048201525f916001600160a01b0316906370a0823190602401602060405180830381865afa158015610e28573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106bc919061154b565b7fd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be881610e8084670de0b6b3a76400006114c7565b610e8a91906114de565b604051908152602001610998565b60605f610ea483611095565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b5f54610100900460ff16610f3f5760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608401610836565b603280546001600160a01b0319166001600160a01b038316179055610f635f610d4e565b7f1c540707b00eb5427b6b774fc799d756516a54aee108b64b327acc55af55750760325f9054906101000a90046001600160a01b0316826001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fd5573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ff99190611562565b604080516001600160a01b03909316835260ff90911660208301520160405180910390a150565b6032546001600160a01b0383811691161461104e57604051630312abdd60e61b815260040160405180910390fd5b505050565b61104e6001600160a01b03831684836110bc565b6032546001600160a01b0383811691161461047057604051630312abdd60e61b815260040160405180910390fd5b5f60ff8216601f8111156106ce57604051632cd44ac360e21b815260040160405180910390fd5b604080516001600160a01b03848116602483015260448083018590528351808403909101815260649092018352602080830180516001600160e01b031663a9059cbb60e01b17905283518085019094528084527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65649084015261104e928692915f9161114b9185169084906111ca565b905080515f148061116b57508080602001905181019061116b919061146e565b61104e5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610836565b60606107c484845f85855f5f866001600160a01b031685876040516111ef919061157d565b5f6040518083038185875af1925050503d805f8114611229576040519150601f19603f3d011682016040523d82523d5f602084013e61122e565b606091505b509150915061123f8783838761124a565b979650505050505050565b606083156112b85782515f036112b1576001600160a01b0385163b6112b15760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610836565b50816107c4565b6107c483838151156112cd5781518083602001fd5b8060405162461bcd60e51b8152600401610836919061135f565b5f5f604083850312156112f8575f5ffd5b50508035926020909101359150565b5f60208284031215611317575f5ffd5b5035919050565b6001600160a01b0381168114611332575f5ffd5b50565b5f5f60408385031215611346575f5ffd5b82356113518161131e565b946020939093013593505050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f602082840312156113a4575f5ffd5b81356113af8161131e565b9392505050565b60ff81168114611332575f5ffd5b5f602082840312156113d4575f5ffd5b81356113af816113b6565b5f5f5f606084860312156113f1575f5ffd5b8335925060208401359150604084013561140a8161131e565b809150509250925092565b5f5f5f60608486031215611427575f5ffd5b83356114328161131e565b925060208401356114428161131e565b929592945050506040919091013590565b5f60208284031215611463575f5ffd5b81516113af8161131e565b5f6020828403121561147e575f5ffd5b815180151581146113af575f5ffd5b634e487b7160e01b5f52601160045260245ffd5b808201808211156106ce576106ce61148d565b818103818111156106ce576106ce61148d565b80820281158282048414176106ce576106ce61148d565b5f826114f857634e487b7160e01b5f52601260045260245ffd5b500490565b6020808252602e908201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160408201526d191e481a5b9a5d1a585b1a5e995960921b606082015260800190565b5f6020828403121561155b575f5ffd5b5051919050565b5f60208284031215611572575f5ffd5b81516113af816113b6565b5f82518060208501845e5f92019182525091905056fe4261736520537472617465677920696d706c656d656e746174696f6e20746f20696e68657269742066726f6d20666f72206d6f726520636f6d706c657820696d706c656d656e746174696f6e73a2646970667358221220f6d0807e73887982106b1d0c458dc1e0c5d8c4fa2781fd65c1f4ded9556e0aee64736f6c634300081b00330000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757070000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e00000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000000676302e302e300000000000000000000000000000000000000000000000000000","output":"0x608060405234801561000f575f5ffd5b5060043610610187575f3560e01c80637a8b2637116100d9578063c4d66de811610093578063df6fadc11161006e578063df6fadc114610361578063e3dae51c1461037c578063f3e738751461038f578063fabc1cbc146103a2575f5ffd5b8063c4d66de814610328578063ce7c2ac21461033b578063d9caed121461034e575f5ffd5b80637a8b2637146102ad578063886f1195146102c05780638c871019146102e75780638f6a6240146102fa578063a6ab36f21461030d578063ab5921e114610320575f5ffd5b806347e7ef2411610144578063595c6a671161011f578063595c6a67146102655780635ac86ab71461026d5780635c975abb1461029c57806361b01b5d146102a4575f5ffd5b806347e7ef241461022a57806354fd4d501461023d578063553ca5f814610252575f5ffd5b806311c70c9d1461018b578063136439dd146101a05780632495a599146101b357806339b70e38146101e35780633a98ef391461020a57806343fe08b014610221575b5f5ffd5b61019e6101993660046112e7565b6103b5565b005b61019e6101ae366004611307565b610474565b6032546101c6906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b6101c67f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570781565b61021360335481565b6040519081526020016101da565b61021360645481565b610213610238366004611335565b610545565b610245610691565b6040516101da919061135f565b610213610260366004611394565b6106c1565b61019e6106d4565b61028c61027b3660046113c4565b6001805460ff9092161b9081161490565b60405190151581526020016101da565b600154610213565b61021360655481565b6102136102bb366004611307565b610783565b6101c67f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e081565b6102136102f5366004611307565b6107cc565b610213610308366004611394565b6107d6565b61019e61031b3660046113df565b6107e3565b6102456108be565b61019e610336366004611394565b6108de565b610213610349366004611394565b6109a4565b61019e61035c366004611415565b610a36565b606454606554604080519283526020830191909152016101da565b61021361038a366004611307565b610b53565b61021361039d366004611307565b610b8a565b61019e6103b0366004611307565b610b94565b7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610411573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104359190611453565b6001600160a01b0316336001600160a01b0316146104665760405163794821ff60e01b815260040160405180910390fd5b6104708282610caa565b5050565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa1580156104d6573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104fa919061146e565b61051757604051631d77d47760e21b815260040160405180910390fd5b600154818116811461053c5760405163c61dca5d60e01b815260040160405180910390fd5b61047082610d4e565b600180545f91829181160361056d5760405163840a48d560e01b815260040160405180910390fd5b336001600160a01b037f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570716146105b6576040516348da714f60e01b815260040160405180910390fd5b6105c08484610d8b565b6033545f6105d06103e8836114a1565b90505f6103e86105de610de2565b6105e891906114a1565b90505f6105f587836114b4565b90508061060284896114c7565b61060c91906114de565b9550855f0361062e57604051630c392ed360e11b815260040160405180910390fd5b61063886856114a1565b60338190556f4b3b4ca85a86c47a098a223fffffffff101561066d57604051632f14e8a360e11b815260040160405180910390fd5b610686826103e860335461068191906114a1565b610e4c565b505050505092915050565b60606106bc7f76302e302e300000000000000000000000000000000000000000000000000006610e98565b905090565b5f6106ce6102bb836109a4565b92915050565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610736573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061075a919061146e565b61077757604051631d77d47760e21b815260040160405180910390fd5b6107815f19610d4e565b565b5f5f6103e860335461079591906114a1565b90505f6103e86107a3610de2565b6107ad91906114a1565b9050816107ba85836114c7565b6107c491906114de565b949350505050565b5f6106ce82610b53565b5f6106ce61039d836109a4565b5f54610100900460ff161580801561080157505f54600160ff909116105b8061081a5750303b15801561081a57505f5460ff166001145b61083f5760405162461bcd60e51b8152600401610836906114fd565b60405180910390fd5b5f805460ff191660011790558015610860575f805461ff0019166101001790555b61086a8484610caa565b61087382610ed5565b80156108b8575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b60606040518060800160405280604d8152602001611594604d9139905090565b5f54610100900460ff16158080156108fc57505f54600160ff909116105b806109155750303b15801561091557505f5460ff166001145b6109315760405162461bcd60e51b8152600401610836906114fd565b5f805460ff191660011790558015610952575f805461ff0019166101001790555b61095b82610ed5565b8015610470575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498906020015b60405180910390a15050565b60405163fe243a1760e01b81526001600160a01b0382811660048301523060248301525f917f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757079091169063fe243a1790604401602060405180830381865afa158015610a12573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106ce919061154b565b60018054600290811603610a5d5760405163840a48d560e01b815260040160405180910390fd5b336001600160a01b037f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757071614610aa6576040516348da714f60e01b815260040160405180910390fd5b610ab1848484611020565b60335480831115610ad557604051630b469df360e41b815260040160405180910390fd5b5f610ae26103e8836114a1565b90505f6103e8610af0610de2565b610afa91906114a1565b90505f82610b0887846114c7565b610b1291906114de565b9050610b1e86856114b4565b603355610b3e610b2e82846114b4565b6103e860335461068191906114a1565b610b49888883611053565b5050505050505050565b5f5f6103e8603354610b6591906114a1565b90505f6103e8610b73610de2565b610b7d91906114a1565b9050806107ba83866114c7565b5f6106ce82610783565b7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610bf0573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c149190611453565b6001600160a01b0316336001600160a01b031614610c455760405163794821ff60e01b815260040160405180910390fd5b60015480198219811614610c6c5760405163c61dca5d60e01b815260040160405180910390fd5b600182905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b60645460408051918252602082018490527ff97ed4e083acac67830025ecbc756d8fe847cdbdca4cee3fe1e128e98b54ecb5910160405180910390a160655460408051918252602082018390527f6ab181e0440bfbf4bacdf2e99674735ce6638005490688c5f994f5399353e452910160405180910390a180821115610d435760405163052b07b760e21b815260040160405180910390fd5b606491909155606555565b600181905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b606454811115610dae5760405163052b07b760e21b815260040160405180910390fd5b606554610db9610de2565b1115610dd85760405163d86bae6760e01b815260040160405180910390fd5b6104708282611067565b6032546040516370a0823160e01b81523060048201525f916001600160a01b0316906370a0823190602401602060405180830381865afa158015610e28573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106bc919061154b565b7fd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be881610e8084670de0b6b3a76400006114c7565b610e8a91906114de565b604051908152602001610998565b60605f610ea483611095565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b5f54610100900460ff16610f3f5760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608401610836565b603280546001600160a01b0319166001600160a01b038316179055610f635f610d4e565b7f1c540707b00eb5427b6b774fc799d756516a54aee108b64b327acc55af55750760325f9054906101000a90046001600160a01b0316826001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fd5573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ff99190611562565b604080516001600160a01b03909316835260ff90911660208301520160405180910390a150565b6032546001600160a01b0383811691161461104e57604051630312abdd60e61b815260040160405180910390fd5b505050565b61104e6001600160a01b03831684836110bc565b6032546001600160a01b0383811691161461047057604051630312abdd60e61b815260040160405180910390fd5b5f60ff8216601f8111156106ce57604051632cd44ac360e21b815260040160405180910390fd5b604080516001600160a01b03848116602483015260448083018590528351808403909101815260649092018352602080830180516001600160e01b031663a9059cbb60e01b17905283518085019094528084527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65649084015261104e928692915f9161114b9185169084906111ca565b905080515f148061116b57508080602001905181019061116b919061146e565b61104e5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610836565b60606107c484845f85855f5f866001600160a01b031685876040516111ef919061157d565b5f6040518083038185875af1925050503d805f8114611229576040519150601f19603f3d011682016040523d82523d5f602084013e61122e565b606091505b509150915061123f8783838761124a565b979650505050505050565b606083156112b85782515f036112b1576001600160a01b0385163b6112b15760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610836565b50816107c4565b6107c483838151156112cd5781518083602001fd5b8060405162461bcd60e51b8152600401610836919061135f565b5f5f604083850312156112f8575f5ffd5b50508035926020909101359150565b5f60208284031215611317575f5ffd5b5035919050565b6001600160a01b0381168114611332575f5ffd5b50565b5f5f60408385031215611346575f5ffd5b82356113518161131e565b946020939093013593505050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f602082840312156113a4575f5ffd5b81356113af8161131e565b9392505050565b60ff81168114611332575f5ffd5b5f602082840312156113d4575f5ffd5b81356113af816113b6565b5f5f5f606084860312156113f1575f5ffd5b8335925060208401359150604084013561140a8161131e565b809150509250925092565b5f5f5f60608486031215611427575f5ffd5b83356114328161131e565b925060208401356114428161131e565b929592945050506040919091013590565b5f60208284031215611463575f5ffd5b81516113af8161131e565b5f6020828403121561147e575f5ffd5b815180151581146113af575f5ffd5b634e487b7160e01b5f52601160045260245ffd5b808201808211156106ce576106ce61148d565b818103818111156106ce576106ce61148d565b80820281158282048414176106ce576106ce61148d565b5f826114f857634e487b7160e01b5f52601260045260245ffd5b500490565b6020808252602e908201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160408201526d191e481a5b9a5d1a585b1a5e995960921b606082015260800190565b5f6020828403121561155b575f5ffd5b5051919050565b5f60208284031215611572575f5ffd5b81516113af816113b6565b5f82518060208501845e5f92019182525091905056fe4261736520537472617465677920696d706c656d656e746174696f6e20746f20696e68657269742066726f6d20666f72206d6f726520636f6d706c657820696d706c656d656e746174696f6e73a2646970667358221220f6d0807e73887982106b1d0c458dc1e0c5d8c4fa2781fd65c1f4ded9556e0aee64736f6c634300081b0033","gas_used":1156594,"gas_limit":1549851,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x608060405234801561000f575f5ffd5b5060043610610187575f3560e01c80637a8b2637116100d9578063c4d66de811610093578063df6fadc11161006e578063df6fadc114610361578063e3dae51c1461037c578063f3e738751461038f578063fabc1cbc146103a2575f5ffd5b8063c4d66de814610328578063ce7c2ac21461033b578063d9caed121461034e575f5ffd5b80637a8b2637146102ad578063886f1195146102c05780638c871019146102e75780638f6a6240146102fa578063a6ab36f21461030d578063ab5921e114610320575f5ffd5b806347e7ef2411610144578063595c6a671161011f578063595c6a67146102655780635ac86ab71461026d5780635c975abb1461029c57806361b01b5d146102a4575f5ffd5b806347e7ef241461022a57806354fd4d501461023d578063553ca5f814610252575f5ffd5b806311c70c9d1461018b578063136439dd146101a05780632495a599146101b357806339b70e38146101e35780633a98ef391461020a57806343fe08b014610221575b5f5ffd5b61019e6101993660046112e7565b6103b5565b005b61019e6101ae366004611307565b610474565b6032546101c6906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b6101c67f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570781565b61021360335481565b6040519081526020016101da565b61021360645481565b610213610238366004611335565b610545565b610245610691565b6040516101da919061135f565b610213610260366004611394565b6106c1565b61019e6106d4565b61028c61027b3660046113c4565b6001805460ff9092161b9081161490565b60405190151581526020016101da565b600154610213565b61021360655481565b6102136102bb366004611307565b610783565b6101c67f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e081565b6102136102f5366004611307565b6107cc565b610213610308366004611394565b6107d6565b61019e61031b3660046113df565b6107e3565b6102456108be565b61019e610336366004611394565b6108de565b610213610349366004611394565b6109a4565b61019e61035c366004611415565b610a36565b606454606554604080519283526020830191909152016101da565b61021361038a366004611307565b610b53565b61021361039d366004611307565b610b8a565b61019e6103b0366004611307565b610b94565b7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610411573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104359190611453565b6001600160a01b0316336001600160a01b0316146104665760405163794821ff60e01b815260040160405180910390fd5b6104708282610caa565b5050565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa1580156104d6573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104fa919061146e565b61051757604051631d77d47760e21b815260040160405180910390fd5b600154818116811461053c5760405163c61dca5d60e01b815260040160405180910390fd5b61047082610d4e565b600180545f91829181160361056d5760405163840a48d560e01b815260040160405180910390fd5b336001600160a01b037f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570716146105b6576040516348da714f60e01b815260040160405180910390fd5b6105c08484610d8b565b6033545f6105d06103e8836114a1565b90505f6103e86105de610de2565b6105e891906114a1565b90505f6105f587836114b4565b90508061060284896114c7565b61060c91906114de565b9550855f0361062e57604051630c392ed360e11b815260040160405180910390fd5b61063886856114a1565b60338190556f4b3b4ca85a86c47a098a223fffffffff101561066d57604051632f14e8a360e11b815260040160405180910390fd5b610686826103e860335461068191906114a1565b610e4c565b505050505092915050565b60606106bc7f76302e302e300000000000000000000000000000000000000000000000000006610e98565b905090565b5f6106ce6102bb836109a4565b92915050565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610736573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061075a919061146e565b61077757604051631d77d47760e21b815260040160405180910390fd5b6107815f19610d4e565b565b5f5f6103e860335461079591906114a1565b90505f6103e86107a3610de2565b6107ad91906114a1565b9050816107ba85836114c7565b6107c491906114de565b949350505050565b5f6106ce82610b53565b5f6106ce61039d836109a4565b5f54610100900460ff161580801561080157505f54600160ff909116105b8061081a5750303b15801561081a57505f5460ff166001145b61083f5760405162461bcd60e51b8152600401610836906114fd565b60405180910390fd5b5f805460ff191660011790558015610860575f805461ff0019166101001790555b61086a8484610caa565b61087382610ed5565b80156108b8575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b60606040518060800160405280604d8152602001611594604d9139905090565b5f54610100900460ff16158080156108fc57505f54600160ff909116105b806109155750303b15801561091557505f5460ff166001145b6109315760405162461bcd60e51b8152600401610836906114fd565b5f805460ff191660011790558015610952575f805461ff0019166101001790555b61095b82610ed5565b8015610470575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498906020015b60405180910390a15050565b60405163fe243a1760e01b81526001600160a01b0382811660048301523060248301525f917f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757079091169063fe243a1790604401602060405180830381865afa158015610a12573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106ce919061154b565b60018054600290811603610a5d5760405163840a48d560e01b815260040160405180910390fd5b336001600160a01b037f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757071614610aa6576040516348da714f60e01b815260040160405180910390fd5b610ab1848484611020565b60335480831115610ad557604051630b469df360e41b815260040160405180910390fd5b5f610ae26103e8836114a1565b90505f6103e8610af0610de2565b610afa91906114a1565b90505f82610b0887846114c7565b610b1291906114de565b9050610b1e86856114b4565b603355610b3e610b2e82846114b4565b6103e860335461068191906114a1565b610b49888883611053565b5050505050505050565b5f5f6103e8603354610b6591906114a1565b90505f6103e8610b73610de2565b610b7d91906114a1565b9050806107ba83866114c7565b5f6106ce82610783565b7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610bf0573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c149190611453565b6001600160a01b0316336001600160a01b031614610c455760405163794821ff60e01b815260040160405180910390fd5b60015480198219811614610c6c5760405163c61dca5d60e01b815260040160405180910390fd5b600182905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b60645460408051918252602082018490527ff97ed4e083acac67830025ecbc756d8fe847cdbdca4cee3fe1e128e98b54ecb5910160405180910390a160655460408051918252602082018390527f6ab181e0440bfbf4bacdf2e99674735ce6638005490688c5f994f5399353e452910160405180910390a180821115610d435760405163052b07b760e21b815260040160405180910390fd5b606491909155606555565b600181905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b606454811115610dae5760405163052b07b760e21b815260040160405180910390fd5b606554610db9610de2565b1115610dd85760405163d86bae6760e01b815260040160405180910390fd5b6104708282611067565b6032546040516370a0823160e01b81523060048201525f916001600160a01b0316906370a0823190602401602060405180830381865afa158015610e28573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106bc919061154b565b7fd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be881610e8084670de0b6b3a76400006114c7565b610e8a91906114de565b604051908152602001610998565b60605f610ea483611095565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b5f54610100900460ff16610f3f5760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608401610836565b603280546001600160a01b0319166001600160a01b038316179055610f635f610d4e565b7f1c540707b00eb5427b6b774fc799d756516a54aee108b64b327acc55af55750760325f9054906101000a90046001600160a01b0316826001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fd5573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ff99190611562565b604080516001600160a01b03909316835260ff90911660208301520160405180910390a150565b6032546001600160a01b0383811691161461104e57604051630312abdd60e61b815260040160405180910390fd5b505050565b61104e6001600160a01b03831684836110bc565b6032546001600160a01b0383811691161461047057604051630312abdd60e61b815260040160405180910390fd5b5f60ff8216601f8111156106ce57604051632cd44ac360e21b815260040160405180910390fd5b604080516001600160a01b03848116602483015260448083018590528351808403909101815260649092018352602080830180516001600160e01b031663a9059cbb60e01b17905283518085019094528084527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65649084015261104e928692915f9161114b9185169084906111ca565b905080515f148061116b57508080602001905181019061116b919061146e565b61104e5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610836565b60606107c484845f85855f5f866001600160a01b031685876040516111ef919061157d565b5f6040518083038185875af1925050503d805f8114611229576040519150601f19603f3d011682016040523d82523d5f602084013e61122e565b606091505b509150915061123f8783838761124a565b979650505050505050565b606083156112b85782515f036112b1576001600160a01b0385163b6112b15760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610836565b50816107c4565b6107c483838151156112cd5781518083602001fd5b8060405162461bcd60e51b8152600401610836919061135f565b5f5f604083850312156112f8575f5ffd5b50508035926020909101359150565b5f60208284031215611317575f5ffd5b5035919050565b6001600160a01b0381168114611332575f5ffd5b50565b5f5f60408385031215611346575f5ffd5b82356113518161131e565b946020939093013593505050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f602082840312156113a4575f5ffd5b81356113af8161131e565b9392505050565b60ff81168114611332575f5ffd5b5f602082840312156113d4575f5ffd5b81356113af816113b6565b5f5f5f606084860312156113f1575f5ffd5b8335925060208401359150604084013561140a8161131e565b809150509250925092565b5f5f5f60608486031215611427575f5ffd5b83356114328161131e565b925060208401356114428161131e565b929592945050506040919091013590565b5f60208284031215611463575f5ffd5b81516113af8161131e565b5f6020828403121561147e575f5ffd5b815180151581146113af575f5ffd5b634e487b7160e01b5f52601160045260245ffd5b808201808211156106ce576106ce61148d565b818103818111156106ce576106ce61148d565b80820281158282048414176106ce576106ce61148d565b5f826114f857634e487b7160e01b5f52601260045260245ffd5b500490565b6020808252602e908201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160408201526d191e481a5b9a5d1a585b1a5e995960921b606082015260800190565b5f6020828403121561155b575f5ffd5b5051919050565b5f60208284031215611572575f5ffd5b81516113af816113b6565b5f82518060208501845e5f92019182525091905056fe4261736520537472617465677920696d706c656d656e746174696f6e20746f20696e68657269742066726f6d20666f72206d6f726520636f6d706c657820696d706c656d656e746174696f6e73a2646970667358221220f6d0807e73887982106b1d0c458dc1e0c5d8c4fa2781fd65c1f4ded9556e0aee64736f6c634300081b0033","nonce":27,"gas_used":1310858},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x14008a","logs":[{"address":"0x09635f643e140090a9a8dcd712ed6285858cebef","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xa8a40e7f90cc0ced3f146446ac29b295445b0a19bfb13430e45b0b6f37f86f08","block_number":19},{"info":{"transaction_hash":"0x750d1f5fd6e8e2cc6a93189b8e6e48248a18e280ec4966b68fa88fb8a5dcc591","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x9623609d0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f0000000000000000000000000b306bf915c4d645ff596e518faf3f9669b9701600000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000044cd6dc687000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":70560,"gas_limit":106135,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","address":"0x0165878a594ca255338adfa4d48449f69242eb8f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x4f1ef2860000000000000000000000000b306bf915c4d645ff596e518faf3f9669b9701600000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000044cd6dc687000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":64623,"gas_limit":98680,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000000b306bf915c4d645ff596e518faf3f9669b97016"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Call":0}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x0165878a594ca255338adfa4d48449f69242eb8f","address":"0x0b306bf915c4d645ff596e518faf3f9669b97016","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xcd6dc687000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":51790,"gas_limit":84955,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1},{"Log":2}]}],"exit":"Stop","out":"0x","nonce":22,"gas_used":93312},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x16c80","logs":[{"address":"0x0165878a594ca255338adfa4d48449f69242eb8f","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000000b306bf915c4d645ff596e518faf3f9669b97016"],"data":"0x"},{"address":"0x0165878a594ca255338adfa4d48449f69242eb8f","topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0x0165878a594ca255338adfa4d48449f69242eb8f","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},{"address":"0x0165878a594ca255338adfa4d48449f69242eb8f","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"}],"logsBloom":"0x00000000000000000400000040000008400000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000002000001000000000000000000000000000000000000020000000000000300000800000000000000000000000004000000440000000000000000000000000000000000000000000080000000000000000000000000000000000000000002000400000000000000000000000000000000000000000024400000200000000000040000000000002000000000000000000020000000000000000000000000000400000000000000000000000000000000400000"},"block_hash":"0x82a04ca4173cc739d923d1af570cba1ae3ab56c974f3bd7c8fb43975e87ba9a7","block_number":17},{"info":{"transaction_hash":"0x446b10dcf581e3efc2689b7db50eeabe8fd05e43e0b800a96037047da1c2f4a5","transaction_index":0,"from":"0x3c44cdddb6a900fa2b585dd299e03d12fa4293bc","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x3c44cdddb6a900fa2b585dd299e03d12fa4293bc","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f32","output":"0x","gas_used":112742,"gas_limit":171022,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f32","output":"0x","gas_used":105596,"gas_limit":161350,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f32"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148064,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":138769,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005b4"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":107587,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":98927,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93305,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":84865,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82521,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":80642,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132066},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x203e2","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005b4"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f32"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000200000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x423e42dbf80df8e4520f8b521aacbcbd6b5154868db82241fb9c600472ce96e1","block_number":259},{"info":{"transaction_hash":"0x8ae8c95e0ee0c1a046244fbcff6ce9cfedfd7067f895691d168287e5b29aeaf8","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f00000000000000000000000000000000000000000000000034ec8b2e30a30bd7","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f"],"data":"0x00000000000000000000000000000000000000000000000034ec8b2e30a30bd7"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":256,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f"],"data":"0x00000000000000000000000000000000000000000000000034ec8b2e30a30bd7"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000100000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000001000"},"block_hash":"0xed2bcf9428872ec8dd6110ec5e82c2b6361d27e17fd20697ee210a968b12a0ee","block_number":228},{"info":{"transaction_hash":"0x5061746ee9614a1dc097849d2f89d1092571483b878bfa884b7830ebbd9b65e1","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x5eb15c0992734b5e77c888d713b4fc67b3d679a2","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5eb15c0992734b5e77c888d713b4fc67b3d679a2","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":128,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xa344387fb463c0a583747122a6d9319cca628043307f1aea0e1cb17c6fa30afc","block_number":100},{"info":{"transaction_hash":"0xb85833fdf6c0a4dfcbe0137ded6682deb9a796936ea2ab726412faeca211d1fc","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c1830000000000000000000000000000000000000000000000004110171a4c1b2174","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183"],"data":"0x0000000000000000000000000000000000000000000000004110171a4c1b2174"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":260,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183"],"data":"0x0000000000000000000000000000000000000000000000004110171a4c1b2174"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000002000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000200000000000000000000000000000000000000000200000000000000002000004200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x06c89c9eefa980623154fde2e5336806d5a4ebf2712fe8e939df8de443b532c8","block_number":232},{"info":{"transaction_hash":"0x4e11f6da30267eaf8bfe91b5ae5b12f645405b223fd8c83eb136a2f2868209f5","transaction_index":0,"from":"0x73b3074ac649a8dc31c2c90a124469456301a30f","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x73b3074ac649a8dc31c2c90a124469456301a30f","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363100000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e600000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e600000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000062a"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a1700000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a1700000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb8700000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb8700000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000062a"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363100000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000008000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000010000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100001000000000"},"block_hash":"0x789669d74f065658072b53fb28aad0c8dafc58ce4b328f460ef82ce1481e8795","block_number":377},{"info":{"transaction_hash":"0x5a2d2e1df3d59f261383e963b5fab28d276459658d242fd198445a573109c3ad","transaction_index":0,"from":"0x23618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x23618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001c712bd73fa1ed3c","output":"0x0000000000000000000000000000000000000000000000001c712bd73fa1ed3c","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001c712bd73fa1ed3c","output":"0x0000000000000000000000000000000000000000000000001c712bd73fa1ed3c","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001c712bd73fa1ed3c"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001c712bd73fa1ed3c","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000001c712bd73fa1ed3c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001c712bd73fa1ed3c","output":"0x0000000000000000000000000000000000000000000000001c712bd73fa1ed3c","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001c712bd73fa1ed3c","output":"0x0000000000000000000000000000000000000000000000001c712bd73fa1ed3c","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000028e8e7dd2e43a7c17","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000028e8e7dd2e43a7c17","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf200000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001c712bd73fa1ed3c","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf200000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001c712bd73fa1ed3c","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f"],"data":"0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001c712bd73fa1ed3c"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec800000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec800000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000001c712bd73fa1ed3c","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000001c712bd73fa1ed3c"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001c712bd73fa1ed3c"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f"],"data":"0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001c712bd73fa1ed3c"}],"logsBloom":"0x00800000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000020000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500008000000000"},"block_hash":"0x72eca78eec22025bc0c96d2d11381e716761b461cdfece73a0505bef06df91d3","block_number":272},{"info":{"transaction_hash":"0x0f648bad5dc3e28b8591a0196a7d4de5a22f53531a6beddb61e835d9ac149eec","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d190900000000000000000000000000000000000000000000000060f0389daa707614","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909"],"data":"0x00000000000000000000000000000000000000000000000060f0389daa707614"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":243,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909"],"data":"0x00000000000000000000000000000000000000000000000060f0389daa707614"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000008000010000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000040000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x710ca1520a827e17881e133840da2f6f55cbd307cd94b35067d5b033bbf6d005","block_number":215},{"info":{"transaction_hash":"0x40ba1881077000144edf7ead8bc3d05c37d5686ce0e3f53c0d9106241e5aaf70","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x4e59b44847b379578588920ca78fbf26c0b4956c","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x4e59b44847b379578588920ca78fbf26c0b4956c","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x000000000000000000000000000000000000000000000000000000000000000060808060405234601957610326908161001e823930815050f35b5f80fdfe60806040526004361015610011575f80fd5b5f3560e01c63238a4d1e14610024575f80fd5b60603660031901126101a3576004356001600160a01b0381168082036101a3576044359160243567ffffffffffffffff84116101a357366023850112156101a35783600401359361007485610219565b9461008260405196876101e3565b808652602086019136602483830101116101a357815f926024602093018537870101526100af8583610235565b60058196929610156101cf571594856101bc575b505083156100e7575b5050509050156100d857005b638baa579f60e01b5f5260045ffd5b5f94859450608461013f916040519384916020830196630b135d3f60e11b88526024840152604060448401525180918160648501528484015e87838284010152601f801991011681010301601f1981018352826101e3565b51915afa3d156101b5573d61015381610219565b9061016160405192836101e3565b81523d5f602083013e5b816101a7575b81610181575b50805f80806100cc565b90506020818051810103126101a35760200151630b135d3f60e11b145f610177565b5f80fd5b905060208151101590610171565b606061016b565b6001600160a01b03161493505f806100c3565b634e487b7160e01b5f52602160045260245ffd5b90601f8019910116810190811067ffffffffffffffff82111761020557604052565b634e487b7160e01b5f52604160045260245ffd5b67ffffffffffffffff811161020557601f01601f191660200190565b9060418151145f146102615761025d91602082015190606060408401519301515f1a9061026a565b9091565b50505f90600290565b7f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a084116102e5576020935f9360ff60809460405194855216868401526040830152606082015282805260015afa156102da575f516001600160a01b038116156102d257905f90565b505f90600190565b6040513d5f823e3d90fd5b505050505f9060039056fea264697066735822122021b2eeb99002ed22a57c0e460618fe37aa4813a45832f18f3dabb43a760a6c9b64736f6c634300081b0033","output":"0x90de7b425fdba98413ae6ec5c64bd3d852af6cb9","gas_used":193883,"gas_limit":280895,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x4e59b44847b379578588920ca78fbf26c0b4956c","address":"0x90de7b425fdba98413ae6ec5c64bd3d852af6cb9","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE2","value":"0x0","data":"0x60808060405234601957610326908161001e823930815050f35b5f80fdfe60806040526004361015610011575f80fd5b5f3560e01c63238a4d1e14610024575f80fd5b60603660031901126101a3576004356001600160a01b0381168082036101a3576044359160243567ffffffffffffffff84116101a357366023850112156101a35783600401359361007485610219565b9461008260405196876101e3565b808652602086019136602483830101116101a357815f926024602093018537870101526100af8583610235565b60058196929610156101cf571594856101bc575b505083156100e7575b5050509050156100d857005b638baa579f60e01b5f5260045ffd5b5f94859450608461013f916040519384916020830196630b135d3f60e11b88526024840152604060448401525180918160648501528484015e87838284010152601f801991011681010301601f1981018352826101e3565b51915afa3d156101b5573d61015381610219565b9061016160405192836101e3565b81523d5f602083013e5b816101a7575b81610181575b50805f80806100cc565b90506020818051810103126101a35760200151630b135d3f60e11b145f610177565b5f80fd5b905060208151101590610171565b606061016b565b6001600160a01b03161493505f806100c3565b634e487b7160e01b5f52602160045260245ffd5b90601f8019910116810190811067ffffffffffffffff82111761020557604052565b634e487b7160e01b5f52604160045260245ffd5b67ffffffffffffffff811161020557601f01601f191660200190565b9060418151145f146102615761025d91602082015190606060408401519301515f1a9061026a565b9091565b50505f90600290565b7f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a084116102e5576020935f9360ff60809460405194855216868401526040830152606082015282805260015afa156102da575f516001600160a01b038116156102d257905f90565b505f90600190565b6040513d5f823e3d90fd5b505050505f9060039056fea264697066735822122021b2eeb99002ed22a57c0e460618fe37aa4813a45832f18f3dabb43a760a6c9b64736f6c634300081b0033","output":"0x60806040526004361015610011575f80fd5b5f3560e01c63238a4d1e14610024575f80fd5b60603660031901126101a3576004356001600160a01b0381168082036101a3576044359160243567ffffffffffffffff84116101a357366023850112156101a35783600401359361007485610219565b9461008260405196876101e3565b808652602086019136602483830101116101a357815f926024602093018537870101526100af8583610235565b60058196929610156101cf571594856101bc575b505083156100e7575b5050509050156100d857005b638baa579f60e01b5f5260045ffd5b5f94859450608461013f916040519384916020830196630b135d3f60e11b88526024840152604060448401525180918160648501528484015e87838284010152601f801991011681010301601f1981018352826101e3565b51915afa3d156101b5573d61015381610219565b9061016160405192836101e3565b81523d5f602083013e5b816101a7575b81610181575b50805f80806100cc565b90506020818051810103126101a35760200151630b135d3f60e11b145f610177565b5f80fd5b905060208151101590610171565b606061016b565b6001600160a01b03161493505f806100c3565b634e487b7160e01b5f52602160045260245ffd5b90601f8019910116810190811067ffffffffffffffff82111761020557604052565b634e487b7160e01b5f52604160045260245ffd5b67ffffffffffffffff811161020557601f01601f191660200190565b9060418151145f146102615761025d91602082015190606060408401519301515f1a9061026a565b9091565b50505f90600290565b7f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a084116102e5576020935f9360ff60809460405194855216868401526040830152606082015282805260015afa156102da575f516001600160a01b038116156102d257905f90565b505f90600190565b6040513d5f823e3d90fd5b505050505f9060039056fea264697066735822122021b2eeb99002ed22a57c0e460618fe37aa4813a45832f18f3dabb43a760a6c9b64736f6c634300081b0033","gas_used":161423,"gas_limit":244597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x90de7b425fdba98413ae6ec5c64bd3d852af6cb9","nonce":33,"gas_used":228231},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x37b87","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x9252baf900843b1b79d6e842596deaf07221c11c69682695f519d12536d81487","block_number":23},{"info":{"transaction_hash":"0xca0f6cb6db9f53bf47e46f2ec1a8a5b9350fa4b0f4081625a10343a164eef62f","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f30","output":"0x","gas_used":129842,"gas_limit":187777,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f30","output":"0x","gas_used":122696,"gas_limit":177844,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f30"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":147468,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":138182,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005b0"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":106990,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":98340,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":92709,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":84279,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":81924,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":80055,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":283,"gas_used":151966},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2519e","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005b0"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f30"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000200000000000040000050000002020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x73836d60b7496448b9067437137600baec68007f3214fb5e27d6138da58391ba","block_number":255},{"info":{"transaction_hash":"0x7edbdfa1fc54c5ca88d78f98648aae2d9de66074c9268de53abb053234749718","transaction_index":0,"from":"0x265188114eb5d5536bc8654d8e9710fe72c28c4d","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x265188114eb5d5536bc8654d8e9710fe72c28c4d","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363200000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000062c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000062c"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363200000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000400000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000008000002000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xa3dbc3fd1a5f359fe2962940dceb92358272fa220a88d47616740831fca53225","block_number":379},{"info":{"transaction_hash":"0x4f72706d970041dcf590416ba40bc3805dffb325979b3c4cb821836991431d3f","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xab707cb80e7de7c75d815b1a653433f3eec44c74","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xab707cb80e7de7c75d815b1a653433f3eec44c74","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":139,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x65ae834ec796058e73332a114df7553ba8bd3b4651f1cb7c5aee239c41457f02","block_number":111},{"info":{"transaction_hash":"0x8b1b316a04ac7f67afc1bfa6d81a6ad4c4c728657e31f5cd57104e7f5f2c621a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x71be63f3384f5fb98995898a86b02fb2426c5788","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x71be63f3384f5fb98995898a86b02fb2426c5788","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":94,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x5aa2765435a2dcfac1ec0b6a18b52d5ec75a1cb422c7c245eabd88b213ccb618","block_number":66},{"info":{"transaction_hash":"0x7aa5df72a789fc9eb005185ad7616ae95a826d894e98d22732d2d6a547d015a8","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x492c973c16e8aec46f4d71716e91b05b245377c9","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x492c973c16e8aec46f4d71716e91b05b245377c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":170,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xb24bfd23bd8750be52bc59f16e83f08867250935aeb8f86f94f6f4b965911df1","block_number":142},{"info":{"transaction_hash":"0xa7fadbe1c34be028ee0c8b835c31ee7dea42a62dd5d4c394c1fb19938159d756","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x9623609d000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c853000000000000000000000000959922be3caee4b8cd9a407cc3ac1c251c2007b100000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000044cd6dc687000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000001e00000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":90460,"gas_limit":133626,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x4f1ef286000000000000000000000000959922be3caee4b8cd9a407cc3ac1c251c2007b100000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000044cd6dc687000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000001e00000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":84523,"gas_limit":125742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000959922be3caee4b8cd9a407cc3ac1c251c2007b1"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Call":0}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xcd6dc687000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000001e","output":"0x","gas_used":71690,"gas_limit":111594,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"],"data":"0x000000000000000000000000000000000000000000000000000000000000001e"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1},{"Log":2}]}],"exit":"Stop","out":"0x","nonce":23,"gas_used":113224},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x326c8","logs":[{"address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000959922be3caee4b8cd9a407cc3ac1c251c2007b1"],"data":"0x"},{"address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},{"address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"],"data":"0x000000000000000000000000000000000000000000000000000000000000001e"},{"address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"}],"logsBloom":"0x00000000000000000400000040000000400000000000000000800000000000010000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000002000001000010000000010000000000000000000000020000000000000100000800000000000000000000000004000000400000000000000000000000000000000000000800000080000000000000000000000000000000000000000002000400000000000000000000000000000000000000000020400000200000000000040000000000002200000000000000000020000000000000000000000000000000000000000000000000000000000000400000"},"block_hash":"0x82a04ca4173cc739d923d1af570cba1ae3ab56c974f3bd7c8fb43975e87ba9a7","block_number":17},{"info":{"transaction_hash":"0x054802b24f38b16c21e0d816cfec12c575a19bc9d3589c8bdf7890845e23c7d7","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xcd3b766ccdd6ae721141f452c550ca635964ce71","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xcd3b766ccdd6ae721141f452c550ca635964ce71","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":98,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x7f8cade12275f778d4766bbc6fcd2276dff8f26acd879cfb722cbcca38fcd233","block_number":70},{"info":{"transaction_hash":"0xeedb818cd7cf54d91be53f3ee9c9eea2eae8b91dca555393d29ee8ff461410d0","transaction_index":0,"from":"0x98d08079928fccb30598c6c6382abfd7dbfaa1cd","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x98d08079928fccb30598c6c6382abfd7dbfaa1cd","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393900000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e600000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e600000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000676"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a1700000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a1700000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb8700000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb8700000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000676"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393900000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000200000000000000000000000020000040002000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000800000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xc8ace013188147e803e84aa541c31a9f9f571541da27b417043be732e737a52c","block_number":453},{"info":{"transaction_hash":"0x7c6fffb7d33337589f2ec30fecf558931ec94396430ebf76685ceac6ba8b2dc0","transaction_index":0,"from":"0xfe0f143fcad5b561b1ed2ac960278a2f23559ef9","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xfe0f143fcad5b561b1ed2ac960278a2f23559ef9","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393800000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef90000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef90000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef900000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000674"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef900000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef900000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef900000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000674"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393800000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000004000000000000000000000000000000000000020000040002000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002002001000000000100000000000000"},"block_hash":"0x59c78d3c75d21f4cc5f78c3b20be2ff85f56c097027a1c753b890efc1cff934e","block_number":451},{"info":{"transaction_hash":"0xb91c0d074c28546ecf48464d89b5a83142a54916d079ce3ba0e0b8c846440182","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x9d4454b023096f34b160d6b654540c56a1f81688","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x9d4454b023096f34b160d6b654540c56a1f81688","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x608080604052346015576115d9908161001a8239f35b5f80fdfe60806040526004361015610011575f80fd5b5f3560e01c806331b36bd914610c135780633563b0d114610b7a5780634d2b57fe14610a3c5780634f739f741461046d5780635c155662146102b25763cefdc1d41461005b575f80fd5b346102ae5760603660031901126102ae57610074610d67565b60243590610080610e32565b916040926100d78451926100948685610dac565b60018452601f198601366020860137806100ad85610fb4565b5285516361c8a12f60e11b81526001600160a01b0386169490925f9184918291876004840161152a565b0381875afa9182156102a45763ffffffff6100fe6020946064935f91610282575b50610fb4565b511691875195869384926304ec635160e01b8452600484015263ffffffff8716602484015260448301525afa918215610278575f92610247575b506001600160c01b038216915f83805b61020e575061ffff169261015b84610e17565b9361016887519586610dac565b808552610177601f1991610e17565b013660208601375f925f5b8551851080610203575b156101da576001811b84166001600160c01b03166101b3575b6101ae90611595565b610182565b9360016101ae9160ff60f81b8760f81b165f1a6101d0828a611024565b53019490506101a5565b87836101ff6101ea858a8c611035565b83519384938452806020850152830190610e45565b0390f35b50610100811061018c565b5f1981018181116102335761ffff9116911661ffff8114610233576001019080610148565b634e487b7160e01b5f52601160045260245ffd5b61026a91925060203d602011610271575b6102628183610dac565b81019061156a565b905f610138565b503d610258565b84513d5f823e3d90fd5b61029e91503d805f833e6102968183610dac565b8101906114a9565b5f6100f8565b86513d5f823e3d90fd5b5f80fd5b346102ae5760603660031901126102ae576102cb610d67565b6024356001600160401b0381116102ae576102ea903690600401610eec565b6102f2610e32565b6040516361c8a12f60e11b815290926001600160a01b03165f828061031b86886004840161152a565b0381845afa918215610402575f92610451575b5082519361035461033e86610dcd565b9561034c6040519788610dac565b808752610dcd565b602086019490601f19013686375f5b815181101561040d576103768183610fd5565b519060208463ffffffff61038a848a610fd5565b516040516304ec635160e01b8152600481019690965263ffffffff92831660248701521616604484015282606481885afa8015610402576001925f916103e4575b50828060c01b03166103dd828a610fd5565b5201610363565b6103fc915060203d8111610271576102628183610dac565b896103cb565b6040513d5f823e3d90fd5b8587604051918291602083019060208452518091526040830191905f5b818110610438575050500390f35b825184528594506020938401939092019160010161042a565b6104669192503d805f833e6102968183610dac565b908461032e565b346102ae5760803660031901126102ae57610486610d67565b60243563ffffffff8116908181036102ae576044356001600160401b0381116102ae57366023820112156102ae578060040135916001600160401b0383116102ae57602482019160248436920101116102ae576064356001600160401b0381116102ae576104f8903690600401610eec565b94610501611464565b50604051636830483560e01b81526001600160a01b0391909116939092602084600481885afa938415610402575f94610a1b575b5061053e611464565b936040516361c8a12f60e11b81525f818061055d8c896004840161152a565b03818a5afa908115610402575f91610a01575b50855260018060a01b031691604051976340e03a8160e11b89528760048a0152604060248a01525f89806105a860448201868861154a565b0381875afa988915610402575f996109e5575b5060408699979899019687526105d082610dcd565b956105de6040519788610dac565b8287526105fa601f196105f085610dcd565b0160208901611008565b606081019687525f985b60ff8a169a848c101561085f575f996106348d6106218751610f82565b8c519061062e8383610fd5565b52610fd5565b505f5b85518110156107ee5761064a8187610fd5565b5160208b63ffffffff61065e858a51610fd5565b516040516304ec635160e01b8152600481019590955263ffffffff92831660248601521616604483015281606481885afa908115610402575f916107d0575b506001600160c01b031680156107c15760018f9181906106be848c8e611589565b3560f81c1c16146106d3575b50600101610637565b60208b916106f0849f946106e7908b610fd5565b51918b8d611589565b60405163dd9846b960e01b815260048101929092523560f81c602482015263ffffffff929092166044830152816064818d5afa908115610402578f908d905f93610769575b509163ffffffff61075785610751600197956107609751610fd5565b51610fd5565b91169052611595565b9b90508d6106ca565b925050506020813d82116107b9575b8161078560209383610dac565b810103126102ae57818f63ffffffff6107578f92956107516001976107ac61076098611498565b9750955050955050610735565b3d9150610778565b6325ec6c1f60e01b5f5260045ffd5b6107e8915060203d8111610271576102628183610dac565b8f61069d565b509b909a91996107fd81610f82565b905f5b8b8282106108355760ff95949250610820939150519061062e8383610fd5565b501660ff811461023357600101989997610604565b9063ffffffff61084c826107518860019651610fd5565b51166108588286610fd5565b5201610800565b898560048860208d9660405193848092632efa2ca360e11b82525afa908115610402575f936108b59385936109b4575b506040519687948593849363354952a360e21b855260406004860152604485019161154a565b602483019190915203916001600160a01b03165afa9182156104025761093392610920915f9161099a575b50908594939291602061090d970190815260405196879660208852516080602089015260a0880190610f49565b9051868203601f19016040880152610f49565b9051848203601f19016060860152610f49565b905190601f19838203016080840152815180825260208201916020808360051b8301019401925f915b8383106109695786860387f35b919395509193602080610988600193601f198682030187528951610f49565b9701930193019092869594929361095c565b6109ae91503d805f833e6102968183610dac565b866108e0565b6109d791935060203d6020116109de575b6109cf8183610dac565b810190610fe9565b918961088f565b503d6109c5565b6109fa9199503d805f833e6102968183610dac565b97896105bb565b610a1591503d805f833e6102968183610dac565b89610570565b610a3591945060203d6020116109de576109cf8183610dac565b9287610535565b346102ae5760403660031901126102ae57610a55610d67565b6024356001600160401b0381116102ae57610a74903690600401610eec565b8051610a98610a8282610dcd565b91610a906040519384610dac565b808352610dcd565b602082019290601f19013684376001600160a01b03909316925f5b8151811015610b2d57610ac68183610fd5565b519060405191630a5aec1960e21b83526004830152602082602481895afa8015610402576001925f91610b0f575b50610aff8286610fd5565b90838060a01b0316905201610ab3565b610b27915060203d81116109de576109cf8183610dac565b87610af4565b8383604051918291602083019060208452518091526040830191905f5b818110610b58575050500390f35b82516001600160a01b0316845285945060209384019390920191600101610b4a565b346102ae5760603660031901126102ae57610b93610d67565b6024356001600160401b0381116102ae57366023820112156102ae57806004013591610bbe83610e17565b610bcb6040519182610dac565b83815236602485850101116102ae575f6020856101ff966024610bff97018386013783010152610bf9610e32565b91611035565b604051918291602083526020830190610e45565b346102ae5760403660031901126102ae57610c2c610d67565b602435906001600160401b0382116102ae57366023830112156102ae578160040135610c5781610dcd565b92610c656040519485610dac565b8184526024602085019260051b820101903682116102ae57602401915b818310610d47578385610c958151610f82565b6001600160a01b03909216915f5b8251811015610d31576001600160a01b03610cbe8285610fd5565b516040516309aa152760e11b81529116600482015290602082602481885afa8015610402575f90610cff575b60019250610cf88285610fd5565b5201610ca3565b506020823d8211610d29575b81610d1860209383610dac565b810103126102ae5760019151610cea565b3d9150610d0b565b604051602080825281906101ff90820185610de4565b82356001600160a01b03811681036102ae57815260209283019201610c82565b600435906001600160a01b03821682036102ae57565b606081019081106001600160401b03821117610d9857604052565b634e487b7160e01b5f52604160045260245ffd5b90601f801991011681019081106001600160401b03821117610d9857604052565b6001600160401b038111610d985760051b60200190565b90602080835192838152019201905f5b818110610e015750505090565b8251845260209384019390920191600101610df4565b6001600160401b038111610d9857601f01601f191660200190565b6044359063ffffffff821682036102ae57565b9080602083519182815201916020808360051b8301019401925f915b838310610e7057505050505090565b9091929394601f19828203018352855190602080835192838152019201905f905b808210610eb05750505060208060019297019301930191939290610e61565b909192602060606001926001600160601b0360408851868060a01b03815116845285810151868501520151166040820152019401920190610e91565b9080601f830112156102ae578135610f0381610dcd565b92610f116040519485610dac565b81845260208085019260051b8201019283116102ae57602001905b828210610f395750505090565b8135815260209182019101610f2c565b90602080835192838152019201905f5b818110610f665750505090565b825163ffffffff16845260209384019390920191600101610f59565b90610f8c82610dcd565b610f996040519182610dac565b8281528092610faa601f1991610dcd565b0190602036910137565b805115610fc15760200190565b634e487b7160e01b5f52603260045260245ffd5b8051821015610fc15760209160051b010190565b908160209103126102ae57516001600160a01b03811681036102ae5790565b5f5b82811061101657505050565b60608282015260200161100a565b908151811015610fc1570160200190565b604051636830483560e01b81526001600160a01b0390911692909190602083600481875afa928315610402575f93611443575b50604051634f4c91e160e11b815292602084600481885afa938415610402575f946113fe575b5060206004949560405195868092632efa2ca360e11b82525afa938415610402575f946113dd575b50919493908551926110f16110ca85610dcd565b946110d86040519687610dac565b8086526110e7601f1991610dcd565b0160208601611008565b5f965b80518810156113d3576111078882611024565b51604051638902624560e01b815260f89190911c6004820181905263ffffffff851660248301529790945f866044816001600160a01b0385165afa958615610402575f96611341575b50855161115c81610dcd565b9061116a6040519283610dac565b808252611179601f1991610dcd565b015f5b81811061131857505061118f8b89610fd5565b5261119a8a88610fd5565b505f5b8651811015611307576111b08188610fd5565b516040516308f6629d60e31b81526004810191909152906020826024816001600160a01b038e165afa918215610402575f926112e7575b50866111f3828a610fd5565b5160208d611201858d610fd5565b5160405163fa28c62760e01b8152600481019190915260ff91909116602482015263ffffffff939093166044840152826064816001600160a01b038c165afa908115610402578e925f926112a0575b509361128d611299936001600160601b0386946001986040519561127387610d7d565b8a8060a01b0316865260208601521660408401528d610fd5565b519061062e8383610fd5565b500161119d565b915091506020813d82116112df575b816112bc60209383610dac565b810103126102ae57516001600160601b03811681036102ae578d9161128d611250565b3d91506112af565b61130091925060203d81116109de576109cf8183610dac565b905f6111e7565b5060019099019890975093506110f4565b60209060405161132781610d7d565b5f81525f838201525f60408201528282860101520161117c565b9095503d805f833e6113538183610dac565b8101906020818303126102ae578051906001600160401b0382116102ae57019080601f830112156102ae57815161138981610dcd565b926113976040519485610dac565b81845260208085019260051b8201019283116102ae57602001905b8282106113c357505050945f611150565b81518152602091820191016113b2565b5092955050505050565b6113f791945060203d6020116109de576109cf8183610dac565b925f6110b6565b9093506020813d60201161143b575b8161141a60209383610dac565b810103126102ae5751926001600160a01b03841684036102ae57602061108e565b3d915061140d565b61145d91935060203d6020116109de576109cf8183610dac565b915f611068565b60405190608082018281106001600160401b03821117610d9857604052606080838181528160208201528160408201520152565b519063ffffffff821682036102ae57565b6020818303126102ae578051906001600160401b0382116102ae57019080601f830112156102ae5781516114dc81610dcd565b926114ea6040519485610dac565b81845260208085019260051b8201019283116102ae57602001905b8282106115125750505090565b6020809161151f84611498565b815201910190611505565b60409063ffffffff61154794931681528160208201520190610de4565b90565b908060209392818452848401375f828201840152601f01601f1916010190565b908160209103126102ae57516001600160c01b03811681036102ae5790565b90821015610fc1570190565b5f198114610233576001019056fea26469706673582212202798a3e30f0c42f1ffc8229a8cc64395eb4a40db1100bfe1fd8c02471368c40c64736f6c634300081b0033","output":"0x60806040526004361015610011575f80fd5b5f3560e01c806331b36bd914610c135780633563b0d114610b7a5780634d2b57fe14610a3c5780634f739f741461046d5780635c155662146102b25763cefdc1d41461005b575f80fd5b346102ae5760603660031901126102ae57610074610d67565b60243590610080610e32565b916040926100d78451926100948685610dac565b60018452601f198601366020860137806100ad85610fb4565b5285516361c8a12f60e11b81526001600160a01b0386169490925f9184918291876004840161152a565b0381875afa9182156102a45763ffffffff6100fe6020946064935f91610282575b50610fb4565b511691875195869384926304ec635160e01b8452600484015263ffffffff8716602484015260448301525afa918215610278575f92610247575b506001600160c01b038216915f83805b61020e575061ffff169261015b84610e17565b9361016887519586610dac565b808552610177601f1991610e17565b013660208601375f925f5b8551851080610203575b156101da576001811b84166001600160c01b03166101b3575b6101ae90611595565b610182565b9360016101ae9160ff60f81b8760f81b165f1a6101d0828a611024565b53019490506101a5565b87836101ff6101ea858a8c611035565b83519384938452806020850152830190610e45565b0390f35b50610100811061018c565b5f1981018181116102335761ffff9116911661ffff8114610233576001019080610148565b634e487b7160e01b5f52601160045260245ffd5b61026a91925060203d602011610271575b6102628183610dac565b81019061156a565b905f610138565b503d610258565b84513d5f823e3d90fd5b61029e91503d805f833e6102968183610dac565b8101906114a9565b5f6100f8565b86513d5f823e3d90fd5b5f80fd5b346102ae5760603660031901126102ae576102cb610d67565b6024356001600160401b0381116102ae576102ea903690600401610eec565b6102f2610e32565b6040516361c8a12f60e11b815290926001600160a01b03165f828061031b86886004840161152a565b0381845afa918215610402575f92610451575b5082519361035461033e86610dcd565b9561034c6040519788610dac565b808752610dcd565b602086019490601f19013686375f5b815181101561040d576103768183610fd5565b519060208463ffffffff61038a848a610fd5565b516040516304ec635160e01b8152600481019690965263ffffffff92831660248701521616604484015282606481885afa8015610402576001925f916103e4575b50828060c01b03166103dd828a610fd5565b5201610363565b6103fc915060203d8111610271576102628183610dac565b896103cb565b6040513d5f823e3d90fd5b8587604051918291602083019060208452518091526040830191905f5b818110610438575050500390f35b825184528594506020938401939092019160010161042a565b6104669192503d805f833e6102968183610dac565b908461032e565b346102ae5760803660031901126102ae57610486610d67565b60243563ffffffff8116908181036102ae576044356001600160401b0381116102ae57366023820112156102ae578060040135916001600160401b0383116102ae57602482019160248436920101116102ae576064356001600160401b0381116102ae576104f8903690600401610eec565b94610501611464565b50604051636830483560e01b81526001600160a01b0391909116939092602084600481885afa938415610402575f94610a1b575b5061053e611464565b936040516361c8a12f60e11b81525f818061055d8c896004840161152a565b03818a5afa908115610402575f91610a01575b50855260018060a01b031691604051976340e03a8160e11b89528760048a0152604060248a01525f89806105a860448201868861154a565b0381875afa988915610402575f996109e5575b5060408699979899019687526105d082610dcd565b956105de6040519788610dac565b8287526105fa601f196105f085610dcd565b0160208901611008565b606081019687525f985b60ff8a169a848c101561085f575f996106348d6106218751610f82565b8c519061062e8383610fd5565b52610fd5565b505f5b85518110156107ee5761064a8187610fd5565b5160208b63ffffffff61065e858a51610fd5565b516040516304ec635160e01b8152600481019590955263ffffffff92831660248601521616604483015281606481885afa908115610402575f916107d0575b506001600160c01b031680156107c15760018f9181906106be848c8e611589565b3560f81c1c16146106d3575b50600101610637565b60208b916106f0849f946106e7908b610fd5565b51918b8d611589565b60405163dd9846b960e01b815260048101929092523560f81c602482015263ffffffff929092166044830152816064818d5afa908115610402578f908d905f93610769575b509163ffffffff61075785610751600197956107609751610fd5565b51610fd5565b91169052611595565b9b90508d6106ca565b925050506020813d82116107b9575b8161078560209383610dac565b810103126102ae57818f63ffffffff6107578f92956107516001976107ac61076098611498565b9750955050955050610735565b3d9150610778565b6325ec6c1f60e01b5f5260045ffd5b6107e8915060203d8111610271576102628183610dac565b8f61069d565b509b909a91996107fd81610f82565b905f5b8b8282106108355760ff95949250610820939150519061062e8383610fd5565b501660ff811461023357600101989997610604565b9063ffffffff61084c826107518860019651610fd5565b51166108588286610fd5565b5201610800565b898560048860208d9660405193848092632efa2ca360e11b82525afa908115610402575f936108b59385936109b4575b506040519687948593849363354952a360e21b855260406004860152604485019161154a565b602483019190915203916001600160a01b03165afa9182156104025761093392610920915f9161099a575b50908594939291602061090d970190815260405196879660208852516080602089015260a0880190610f49565b9051868203601f19016040880152610f49565b9051848203601f19016060860152610f49565b905190601f19838203016080840152815180825260208201916020808360051b8301019401925f915b8383106109695786860387f35b919395509193602080610988600193601f198682030187528951610f49565b9701930193019092869594929361095c565b6109ae91503d805f833e6102968183610dac565b866108e0565b6109d791935060203d6020116109de575b6109cf8183610dac565b810190610fe9565b918961088f565b503d6109c5565b6109fa9199503d805f833e6102968183610dac565b97896105bb565b610a1591503d805f833e6102968183610dac565b89610570565b610a3591945060203d6020116109de576109cf8183610dac565b9287610535565b346102ae5760403660031901126102ae57610a55610d67565b6024356001600160401b0381116102ae57610a74903690600401610eec565b8051610a98610a8282610dcd565b91610a906040519384610dac565b808352610dcd565b602082019290601f19013684376001600160a01b03909316925f5b8151811015610b2d57610ac68183610fd5565b519060405191630a5aec1960e21b83526004830152602082602481895afa8015610402576001925f91610b0f575b50610aff8286610fd5565b90838060a01b0316905201610ab3565b610b27915060203d81116109de576109cf8183610dac565b87610af4565b8383604051918291602083019060208452518091526040830191905f5b818110610b58575050500390f35b82516001600160a01b0316845285945060209384019390920191600101610b4a565b346102ae5760603660031901126102ae57610b93610d67565b6024356001600160401b0381116102ae57366023820112156102ae57806004013591610bbe83610e17565b610bcb6040519182610dac565b83815236602485850101116102ae575f6020856101ff966024610bff97018386013783010152610bf9610e32565b91611035565b604051918291602083526020830190610e45565b346102ae5760403660031901126102ae57610c2c610d67565b602435906001600160401b0382116102ae57366023830112156102ae578160040135610c5781610dcd565b92610c656040519485610dac565b8184526024602085019260051b820101903682116102ae57602401915b818310610d47578385610c958151610f82565b6001600160a01b03909216915f5b8251811015610d31576001600160a01b03610cbe8285610fd5565b516040516309aa152760e11b81529116600482015290602082602481885afa8015610402575f90610cff575b60019250610cf88285610fd5565b5201610ca3565b506020823d8211610d29575b81610d1860209383610dac565b810103126102ae5760019151610cea565b3d9150610d0b565b604051602080825281906101ff90820185610de4565b82356001600160a01b03811681036102ae57815260209283019201610c82565b600435906001600160a01b03821682036102ae57565b606081019081106001600160401b03821117610d9857604052565b634e487b7160e01b5f52604160045260245ffd5b90601f801991011681019081106001600160401b03821117610d9857604052565b6001600160401b038111610d985760051b60200190565b90602080835192838152019201905f5b818110610e015750505090565b8251845260209384019390920191600101610df4565b6001600160401b038111610d9857601f01601f191660200190565b6044359063ffffffff821682036102ae57565b9080602083519182815201916020808360051b8301019401925f915b838310610e7057505050505090565b9091929394601f19828203018352855190602080835192838152019201905f905b808210610eb05750505060208060019297019301930191939290610e61565b909192602060606001926001600160601b0360408851868060a01b03815116845285810151868501520151166040820152019401920190610e91565b9080601f830112156102ae578135610f0381610dcd565b92610f116040519485610dac565b81845260208085019260051b8201019283116102ae57602001905b828210610f395750505090565b8135815260209182019101610f2c565b90602080835192838152019201905f5b818110610f665750505090565b825163ffffffff16845260209384019390920191600101610f59565b90610f8c82610dcd565b610f996040519182610dac565b8281528092610faa601f1991610dcd565b0190602036910137565b805115610fc15760200190565b634e487b7160e01b5f52603260045260245ffd5b8051821015610fc15760209160051b010190565b908160209103126102ae57516001600160a01b03811681036102ae5790565b5f5b82811061101657505050565b60608282015260200161100a565b908151811015610fc1570160200190565b604051636830483560e01b81526001600160a01b0390911692909190602083600481875afa928315610402575f93611443575b50604051634f4c91e160e11b815292602084600481885afa938415610402575f946113fe575b5060206004949560405195868092632efa2ca360e11b82525afa938415610402575f946113dd575b50919493908551926110f16110ca85610dcd565b946110d86040519687610dac565b8086526110e7601f1991610dcd565b0160208601611008565b5f965b80518810156113d3576111078882611024565b51604051638902624560e01b815260f89190911c6004820181905263ffffffff851660248301529790945f866044816001600160a01b0385165afa958615610402575f96611341575b50855161115c81610dcd565b9061116a6040519283610dac565b808252611179601f1991610dcd565b015f5b81811061131857505061118f8b89610fd5565b5261119a8a88610fd5565b505f5b8651811015611307576111b08188610fd5565b516040516308f6629d60e31b81526004810191909152906020826024816001600160a01b038e165afa918215610402575f926112e7575b50866111f3828a610fd5565b5160208d611201858d610fd5565b5160405163fa28c62760e01b8152600481019190915260ff91909116602482015263ffffffff939093166044840152826064816001600160a01b038c165afa908115610402578e925f926112a0575b509361128d611299936001600160601b0386946001986040519561127387610d7d565b8a8060a01b0316865260208601521660408401528d610fd5565b519061062e8383610fd5565b500161119d565b915091506020813d82116112df575b816112bc60209383610dac565b810103126102ae57516001600160601b03811681036102ae578d9161128d611250565b3d91506112af565b61130091925060203d81116109de576109cf8183610dac565b905f6111e7565b5060019099019890975093506110f4565b60209060405161132781610d7d565b5f81525f838201525f60408201528282860101520161117c565b9095503d805f833e6113538183610dac565b8101906020818303126102ae578051906001600160401b0382116102ae57019080601f830112156102ae57815161138981610dcd565b926113976040519485610dac565b81845260208085019260051b8201019283116102ae57602001905b8282106113c357505050945f611150565b81518152602091820191016113b2565b5092955050505050565b6113f791945060203d6020116109de576109cf8183610dac565b925f6110b6565b9093506020813d60201161143b575b8161141a60209383610dac565b810103126102ae5751926001600160a01b03841684036102ae57602061108e565b3d915061140d565b61145d91935060203d6020116109de576109cf8183610dac565b915f611068565b60405190608082018281106001600160401b03821117610d9857604052606080838181528160208201528160408201520152565b519063ffffffff821682036102ae57565b6020818303126102ae578051906001600160401b0382116102ae57019080601f830112156102ae5781516114dc81610dcd565b926114ea6040519485610dac565b81845260208085019260051b8201019283116102ae57602001905b8282106115125750505090565b6020809161151f84611498565b815201910190611505565b60409063ffffffff61154794931681528160208201520190610de4565b90565b908060209392818452848401375f828201840152601f01601f1916010190565b908160209103126102ae57516001600160c01b03811681036102ae5790565b90821015610fc1570190565b5f198114610233576001019056fea26469706673582212202798a3e30f0c42f1ffc8229a8cc64395eb4a40db1100bfe1fd8c02471368c40c64736f6c634300081b0033","gas_used":1119769,"gas_limit":1498618,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x60806040526004361015610011575f80fd5b5f3560e01c806331b36bd914610c135780633563b0d114610b7a5780634d2b57fe14610a3c5780634f739f741461046d5780635c155662146102b25763cefdc1d41461005b575f80fd5b346102ae5760603660031901126102ae57610074610d67565b60243590610080610e32565b916040926100d78451926100948685610dac565b60018452601f198601366020860137806100ad85610fb4565b5285516361c8a12f60e11b81526001600160a01b0386169490925f9184918291876004840161152a565b0381875afa9182156102a45763ffffffff6100fe6020946064935f91610282575b50610fb4565b511691875195869384926304ec635160e01b8452600484015263ffffffff8716602484015260448301525afa918215610278575f92610247575b506001600160c01b038216915f83805b61020e575061ffff169261015b84610e17565b9361016887519586610dac565b808552610177601f1991610e17565b013660208601375f925f5b8551851080610203575b156101da576001811b84166001600160c01b03166101b3575b6101ae90611595565b610182565b9360016101ae9160ff60f81b8760f81b165f1a6101d0828a611024565b53019490506101a5565b87836101ff6101ea858a8c611035565b83519384938452806020850152830190610e45565b0390f35b50610100811061018c565b5f1981018181116102335761ffff9116911661ffff8114610233576001019080610148565b634e487b7160e01b5f52601160045260245ffd5b61026a91925060203d602011610271575b6102628183610dac565b81019061156a565b905f610138565b503d610258565b84513d5f823e3d90fd5b61029e91503d805f833e6102968183610dac565b8101906114a9565b5f6100f8565b86513d5f823e3d90fd5b5f80fd5b346102ae5760603660031901126102ae576102cb610d67565b6024356001600160401b0381116102ae576102ea903690600401610eec565b6102f2610e32565b6040516361c8a12f60e11b815290926001600160a01b03165f828061031b86886004840161152a565b0381845afa918215610402575f92610451575b5082519361035461033e86610dcd565b9561034c6040519788610dac565b808752610dcd565b602086019490601f19013686375f5b815181101561040d576103768183610fd5565b519060208463ffffffff61038a848a610fd5565b516040516304ec635160e01b8152600481019690965263ffffffff92831660248701521616604484015282606481885afa8015610402576001925f916103e4575b50828060c01b03166103dd828a610fd5565b5201610363565b6103fc915060203d8111610271576102628183610dac565b896103cb565b6040513d5f823e3d90fd5b8587604051918291602083019060208452518091526040830191905f5b818110610438575050500390f35b825184528594506020938401939092019160010161042a565b6104669192503d805f833e6102968183610dac565b908461032e565b346102ae5760803660031901126102ae57610486610d67565b60243563ffffffff8116908181036102ae576044356001600160401b0381116102ae57366023820112156102ae578060040135916001600160401b0383116102ae57602482019160248436920101116102ae576064356001600160401b0381116102ae576104f8903690600401610eec565b94610501611464565b50604051636830483560e01b81526001600160a01b0391909116939092602084600481885afa938415610402575f94610a1b575b5061053e611464565b936040516361c8a12f60e11b81525f818061055d8c896004840161152a565b03818a5afa908115610402575f91610a01575b50855260018060a01b031691604051976340e03a8160e11b89528760048a0152604060248a01525f89806105a860448201868861154a565b0381875afa988915610402575f996109e5575b5060408699979899019687526105d082610dcd565b956105de6040519788610dac565b8287526105fa601f196105f085610dcd565b0160208901611008565b606081019687525f985b60ff8a169a848c101561085f575f996106348d6106218751610f82565b8c519061062e8383610fd5565b52610fd5565b505f5b85518110156107ee5761064a8187610fd5565b5160208b63ffffffff61065e858a51610fd5565b516040516304ec635160e01b8152600481019590955263ffffffff92831660248601521616604483015281606481885afa908115610402575f916107d0575b506001600160c01b031680156107c15760018f9181906106be848c8e611589565b3560f81c1c16146106d3575b50600101610637565b60208b916106f0849f946106e7908b610fd5565b51918b8d611589565b60405163dd9846b960e01b815260048101929092523560f81c602482015263ffffffff929092166044830152816064818d5afa908115610402578f908d905f93610769575b509163ffffffff61075785610751600197956107609751610fd5565b51610fd5565b91169052611595565b9b90508d6106ca565b925050506020813d82116107b9575b8161078560209383610dac565b810103126102ae57818f63ffffffff6107578f92956107516001976107ac61076098611498565b9750955050955050610735565b3d9150610778565b6325ec6c1f60e01b5f5260045ffd5b6107e8915060203d8111610271576102628183610dac565b8f61069d565b509b909a91996107fd81610f82565b905f5b8b8282106108355760ff95949250610820939150519061062e8383610fd5565b501660ff811461023357600101989997610604565b9063ffffffff61084c826107518860019651610fd5565b51166108588286610fd5565b5201610800565b898560048860208d9660405193848092632efa2ca360e11b82525afa908115610402575f936108b59385936109b4575b506040519687948593849363354952a360e21b855260406004860152604485019161154a565b602483019190915203916001600160a01b03165afa9182156104025761093392610920915f9161099a575b50908594939291602061090d970190815260405196879660208852516080602089015260a0880190610f49565b9051868203601f19016040880152610f49565b9051848203601f19016060860152610f49565b905190601f19838203016080840152815180825260208201916020808360051b8301019401925f915b8383106109695786860387f35b919395509193602080610988600193601f198682030187528951610f49565b9701930193019092869594929361095c565b6109ae91503d805f833e6102968183610dac565b866108e0565b6109d791935060203d6020116109de575b6109cf8183610dac565b810190610fe9565b918961088f565b503d6109c5565b6109fa9199503d805f833e6102968183610dac565b97896105bb565b610a1591503d805f833e6102968183610dac565b89610570565b610a3591945060203d6020116109de576109cf8183610dac565b9287610535565b346102ae5760403660031901126102ae57610a55610d67565b6024356001600160401b0381116102ae57610a74903690600401610eec565b8051610a98610a8282610dcd565b91610a906040519384610dac565b808352610dcd565b602082019290601f19013684376001600160a01b03909316925f5b8151811015610b2d57610ac68183610fd5565b519060405191630a5aec1960e21b83526004830152602082602481895afa8015610402576001925f91610b0f575b50610aff8286610fd5565b90838060a01b0316905201610ab3565b610b27915060203d81116109de576109cf8183610dac565b87610af4565b8383604051918291602083019060208452518091526040830191905f5b818110610b58575050500390f35b82516001600160a01b0316845285945060209384019390920191600101610b4a565b346102ae5760603660031901126102ae57610b93610d67565b6024356001600160401b0381116102ae57366023820112156102ae57806004013591610bbe83610e17565b610bcb6040519182610dac565b83815236602485850101116102ae575f6020856101ff966024610bff97018386013783010152610bf9610e32565b91611035565b604051918291602083526020830190610e45565b346102ae5760403660031901126102ae57610c2c610d67565b602435906001600160401b0382116102ae57366023830112156102ae578160040135610c5781610dcd565b92610c656040519485610dac565b8184526024602085019260051b820101903682116102ae57602401915b818310610d47578385610c958151610f82565b6001600160a01b03909216915f5b8251811015610d31576001600160a01b03610cbe8285610fd5565b516040516309aa152760e11b81529116600482015290602082602481885afa8015610402575f90610cff575b60019250610cf88285610fd5565b5201610ca3565b506020823d8211610d29575b81610d1860209383610dac565b810103126102ae5760019151610cea565b3d9150610d0b565b604051602080825281906101ff90820185610de4565b82356001600160a01b03811681036102ae57815260209283019201610c82565b600435906001600160a01b03821682036102ae57565b606081019081106001600160401b03821117610d9857604052565b634e487b7160e01b5f52604160045260245ffd5b90601f801991011681019081106001600160401b03821117610d9857604052565b6001600160401b038111610d985760051b60200190565b90602080835192838152019201905f5b818110610e015750505090565b8251845260209384019390920191600101610df4565b6001600160401b038111610d9857601f01601f191660200190565b6044359063ffffffff821682036102ae57565b9080602083519182815201916020808360051b8301019401925f915b838310610e7057505050505090565b9091929394601f19828203018352855190602080835192838152019201905f905b808210610eb05750505060208060019297019301930191939290610e61565b909192602060606001926001600160601b0360408851868060a01b03815116845285810151868501520151166040820152019401920190610e91565b9080601f830112156102ae578135610f0381610dcd565b92610f116040519485610dac565b81845260208085019260051b8201019283116102ae57602001905b828210610f395750505090565b8135815260209182019101610f2c565b90602080835192838152019201905f5b818110610f665750505090565b825163ffffffff16845260209384019390920191600101610f59565b90610f8c82610dcd565b610f996040519182610dac565b8281528092610faa601f1991610dcd565b0190602036910137565b805115610fc15760200190565b634e487b7160e01b5f52603260045260245ffd5b8051821015610fc15760209160051b010190565b908160209103126102ae57516001600160a01b03811681036102ae5790565b5f5b82811061101657505050565b60608282015260200161100a565b908151811015610fc1570160200190565b604051636830483560e01b81526001600160a01b0390911692909190602083600481875afa928315610402575f93611443575b50604051634f4c91e160e11b815292602084600481885afa938415610402575f946113fe575b5060206004949560405195868092632efa2ca360e11b82525afa938415610402575f946113dd575b50919493908551926110f16110ca85610dcd565b946110d86040519687610dac565b8086526110e7601f1991610dcd565b0160208601611008565b5f965b80518810156113d3576111078882611024565b51604051638902624560e01b815260f89190911c6004820181905263ffffffff851660248301529790945f866044816001600160a01b0385165afa958615610402575f96611341575b50855161115c81610dcd565b9061116a6040519283610dac565b808252611179601f1991610dcd565b015f5b81811061131857505061118f8b89610fd5565b5261119a8a88610fd5565b505f5b8651811015611307576111b08188610fd5565b516040516308f6629d60e31b81526004810191909152906020826024816001600160a01b038e165afa918215610402575f926112e7575b50866111f3828a610fd5565b5160208d611201858d610fd5565b5160405163fa28c62760e01b8152600481019190915260ff91909116602482015263ffffffff939093166044840152826064816001600160a01b038c165afa908115610402578e925f926112a0575b509361128d611299936001600160601b0386946001986040519561127387610d7d565b8a8060a01b0316865260208601521660408401528d610fd5565b519061062e8383610fd5565b500161119d565b915091506020813d82116112df575b816112bc60209383610dac565b810103126102ae57516001600160601b03811681036102ae578d9161128d611250565b3d91506112af565b61130091925060203d81116109de576109cf8183610dac565b905f6111e7565b5060019099019890975093506110f4565b60209060405161132781610d7d565b5f81525f838201525f60408201528282860101520161117c565b9095503d805f833e6113538183610dac565b8101906020818303126102ae578051906001600160401b0382116102ae57019080601f830112156102ae57815161138981610dcd565b926113976040519485610dac565b81845260208085019260051b8201019283116102ae57602001905b8282106113c357505050945f611150565b81518152602091820191016113b2565b5092955050505050565b6113f791945060203d6020116109de576109cf8183610dac565b925f6110b6565b9093506020813d60201161143b575b8161141a60209383610dac565b810103126102ae5751926001600160a01b03841684036102ae57602061108e565b3d915061140d565b61145d91935060203d6020116109de576109cf8183610dac565b915f611068565b60405190608082018281106001600160401b03821117610d9857604052606080838181528160208201528160408201520152565b519063ffffffff821682036102ae57565b6020818303126102ae578051906001600160401b0382116102ae57019080601f830112156102ae5781516114dc81610dcd565b926114ea6040519485610dac565b81845260208085019260051b8201019283116102ae57602001905b8282106115125750505090565b6020809161151f84611498565b815201910190611505565b60409063ffffffff61154794931681528160208201520190610de4565b90565b908060209392818452848401375f828201840152601f01601f1916010190565b908160209103126102ae57516001600160c01b03811681036102ae5790565b90821015610fc1570190565b5f198114610233576001019056fea26469706673582212202798a3e30f0c42f1ffc8229a8cc64395eb4a40db1100bfe1fd8c02471368c40c64736f6c634300081b0033","nonce":45,"gas_used":1262833},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x1344f1","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xa66339139eb5f9c81151ce2012468f63d5273a5cca240bb7de2eba8667e9be17","block_number":29},{"info":{"transaction_hash":"0xd3a2fb2b965a48d81e97b9435c20a3f5522816bbe20863491577b0091ccb4384","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc0000000000000000000000000000000000000000000000002951ecf8fade0441","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc"],"data":"0x0000000000000000000000000000000000000000000000002951ecf8fade0441"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":240,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc"],"data":"0x0000000000000000000000000000000000000000000000002951ecf8fade0441"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000080000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000022000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x7d0bca2573983734677c32c18bc53e9009f5d6f11db4261e870bc8debb271ac1","block_number":212},{"info":{"transaction_hash":"0x404aceed63046147a465b5ad937002e2300bc323389e16e90e2ecf4cd40a6d54","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e0000000000000000000000000000000000000000000000003eb75af02a4d70a3","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e"],"data":"0x0000000000000000000000000000000000000000000000003eb75af02a4d70a3"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":200,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e"],"data":"0x0000000000000000000000000000000000000000000000003eb75af02a4d70a3"}],"logsBloom":"0x00000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008800000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000040000000"},"block_hash":"0x6cefb40460f2637500b311b0d41c0d4da86633d9912158e783eb8ee260478725","block_number":172},{"info":{"transaction_hash":"0x00f2d567e584f60703d30e0bd8a8a0c1eee3373c013cabee0d0df489aea36fc2","transaction_index":0,"from":"0x344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363900000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad90000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad90000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad90000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000063a"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad900000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad900000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad90000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000063a"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363900000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00010010000000200100000000000000000000000000000000000001000000000020000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x6cbec732bf4cfaa4105dbaacd7b6ffbae88c377a37aef07f6c4e4050208435c4","block_number":393},{"info":{"transaction_hash":"0xe9debcfd713b6476b0ab47eff00acfe7113c3720a8d59cee3691bd703d3742dc","transaction_index":0,"from":"0xe77478d9e136d3643cfc6fef578abf63f9ab91b1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xe77478d9e136d3643cfc6fef578abf63f9ab91b1","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b10000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b10000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b100000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000664"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b100000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b100000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b100000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000664"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393000000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000800002000081000000000100000000000000"},"block_hash":"0x31b5b7d76fc9a03368620b6900ba3ddf8d2536c2562e3b8187ad47bc070d5a4a","block_number":435},{"info":{"transaction_hash":"0x8adb3b37dbc9e2e9c93e66f26bd276743f7b63e7a31301f60ec0c7393022c5cc","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc0000000000000000000000000000000000000000000000008042ae896b8e68bb","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc"],"data":"0x0000000000000000000000000000000000000000000000008042ae896b8e68bb"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":188,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc"],"data":"0x0000000000000000000000000000000000000000000000008042ae896b8e68bb"}],"logsBloom":"0x00000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000008000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002800000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xc84d199d76da7828b2d94724e15ac8b8d5492b1201b9ffa66101d7b2f800be8f","block_number":160},{"info":{"transaction_hash":"0x0afa754ddb2338dc8d99a1dff62f52d7fa7e75634a50f4a2cea588bb5edd0d7f","transaction_index":0,"from":"0xccdd262f272ee6c226266eea13ee48d4d932ce66","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xccdd262f272ee6c226266eea13ee48d4d932ce66","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383400000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce660000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce660000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce6600000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000658"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce6600000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce6600000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce6600000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000658"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383400000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010080000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000001800000000000000240000000000000002000000000000000000000008000000000000000000000200000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x3b7052493464f8ec3a89cb207b6c2ed6964ac998c2e65a73c3ae210ac4002b81","block_number":423},{"info":{"transaction_hash":"0xb8a64becb2785558b6625d2a510a8c8a345fa1535e8f3580828cc94ff43329ac","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x09db0a93b389bef724429898f539aeb7ac2dd55f","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x09db0a93b389bef724429898f539aeb7ac2dd55f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":103,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xe2b803e6ae737317a6f616815299f30942c3298402e6b7a68336e62c364b3065","block_number":75},{"info":{"transaction_hash":"0x7c7e857ce1a32e588799ac4183465a4b3486dfa0fe014a097a9f153fffa137e9","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x998abeb3e57409262ae5b751f60747921b33613e","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x998abeb3e57409262ae5b751f60747921b33613e","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x99a88ec400000000000000000000000099bba657f2bbc93c02d617f8ba121cb8fc104acf000000000000000000000000809d550fca64d94bd9f66e60752a544199cfac3d","output":"0x","gas_used":17200,"gas_limit":32068,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x998abeb3e57409262ae5b751f60747921b33613e","address":"0x99bba657f2bbc93c02d617f8ba121cb8fc104acf","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3659cfe6000000000000000000000000809d550fca64d94bd9f66e60752a544199cfac3d","output":"0x","gas_used":11652,"gas_limit":26250,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000809d550fca64d94bd9f66e60752a544199cfac3d"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x","nonce":49,"gas_used":39000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xd1487","logs":[{"address":"0x99bba657f2bbc93c02d617f8ba121cb8fc104acf","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000809d550fca64d94bd9f66e60752a544199cfac3d"],"data":"0x"}],"logsBloom":"0x00000000000000000000000001000000400000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000002000000000000000000000000000000000000000100000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000020000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x05410362d9c1a767faba95fd5afc23d6c5608b92b3cba583165bc5874d956e0a","block_number":31},{"info":{"transaction_hash":"0x8c56257bfd68346830be37fb3149468acfa950506f123d5eba60efb87d8b6c3f","transaction_index":0,"from":"0x61097ba76cd906d2ba4fd106e757f7eb455fc295","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x61097ba76cd906d2ba4fd106e757f7eb455fc295","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000051169428b2187257","output":"0x00000000000000000000000000000000000000000000000051169428b2187257","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000051169428b2187257","output":"0x00000000000000000000000000000000000000000000000051169428b2187257","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000051169428b2187257"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000051169428b2187257","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000051169428b2187257"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000051169428b2187257","output":"0x00000000000000000000000000000000000000000000000051169428b2187257","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000051169428b2187257","output":"0x00000000000000000000000000000000000000000000000051169428b2187257","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000007333b1ba870f3b3ad","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000007333b1ba870f3b3ad","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf200000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000051169428b2187257","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf200000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000051169428b2187257","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295"],"data":"0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000051169428b2187257"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec800000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec800000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000051169428b2187257","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000051169428b2187257"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000051169428b2187257"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295"],"data":"0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000051169428b2187257"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000400000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000400000000000000000000010000000010000002000000000000000000020000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xbe3285cab2eb45435116eca78ed22112563e4687c525a6768c100519a6fa318b","block_number":304},{"info":{"transaction_hash":"0xf1cb2208afa3dfe6c893ed64b01d57852c350c9574a1683685371d3b1d2b2770","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0xcbeaf3bde82155f56486fb5a1072cb8baaf547cc","traces":[{"parent":null,"children":[1,3,5,7],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xcbeaf3bde82155f56486fb5a1072cb8baaf547cc","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6101c080604052346102b25760a081613c86803803809161002082856103e8565b8339810103126102b25780516001600160a01b038116918282036102b2576020810151906001600160a01b03821682036102b2576040810151916001600160a01b03831683036102b2576060820151916001600160a01b03831683036102b25760800151926001600160a01b03841684036102b257604051636830483560e01b8152916020836004818a5afa9283156102be575f936103c7575b5060805260c0528360e052610100526101205260a0525f5460ff8160081c166103725760ff80821603610338575b5061014052604051636830483560e01b8152602081600481855afa9182156102be576004926020925f9161030b575b5061016052604051632efa2ca360e11b815292839182905afa9081156102be575f916102c9575b50610180526101605160405163df5cf72360e01b815290602090829060049082906001600160a01b03165afa9081156102be575f91610278575b506101a052604051613847908161043f823960805181818161074a01528181610fd101528181611086015261244e015260a05181611200015260c051818181610d8201528181610e560152611475015260e051818181610fa1015281816111a8015281816117fc0152818161241e01526129ad01526101005181818161189801526129f9015261012051818181610412015281816104ea0152818161059a01528181610cf8015281816110f201526128d801526101405181818161078e01528181611dce0152611ec10152610160518181816107060152818161216b01526122ba0152610180518181816106c201526120a901526101a051816113590152f35b90506020813d6020116102b6575b81610293602093836103e8565b810103126102b257516001600160a01b03811681036102b2575f610178565b5f80fd5b3d9150610286565b6040513d5f823e3d90fd5b90506020813d602011610303575b816102e4602093836103e8565b810103126102b257516001600160a01b03811681036102b2575f61013e565b3d91506102d7565b61032b9150833d8511610331575b61032381836103e8565b81019061041f565b5f610117565b503d610319565b60ff90811916175f557f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498602060405160ff8152a15f6100e8565b60405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608490fd5b6103e191935060203d6020116103315761032381836103e8565b915f6100ba565b601f909101601f19168101906001600160401b0382119082101761040b57604052565b634e487b7160e01b5f52604160045260245ffd5b908160209103126102b257516001600160a01b03811681036102b2579056fe60806040526004361015610011575f80fd5b5f3560e01c8063171f1d5b146101c45780631785f53c146101bf5780631fdb0cfd146101ba578063279432eb146101b557806333cfb7b7146101b05780633bc28c8c146101ab5780635df45946146101a657806368304835146101a15780636b3aa72e1461019c5780636d14a987146101975780636efb463614610192578063715018a61461018d5780638da5cb5b146101885780639926ee7d146101835780639da16d8e1461017e578063a0169ddd14610179578063a20b99bf14610174578063a364f4da1461016f578063a98fb3551461016a578063ba55088014610165578063c1a8e2c514610160578063c4d66de81461015b578063df5cf72314610156578063e481af9d14610151578063f2fde38b1461014c578063fc299dee146101475763fce36c7d14610142575f80fd5b61145c565b611434565b6113a3565b611388565b611344565b611251565b611166565b6110da565b61103a565b610f7d565b610e3d565b610d5a565b610cd0565b610c34565b610bbb565b610b60565b610acb565b610779565b610735565b6106f1565b6106ad565b610676565b61063e565b610572565b6104d2565b6103ea565b610371565b634e487b7160e01b5f52604160045260245ffd5b604081019081106001600160401b038211176101f857604052565b6101c9565b606081019081106001600160401b038211176101f857604052565b90601f801991011681019081106001600160401b038211176101f857604052565b6040519061024961010083610218565b565b60405190610249604083610218565b906102496040519283610218565b60409060e31901126102915760405190610281826101dd565b60e4358252610104356020830152565b5f80fd5b9190826040910312610291576040516102ad816101dd565b6020808294803584520135910152565b9080601f8301121561029157604051916102d8604084610218565b82906040810192831161029157905b8282106102f45750505090565b81358152602091820191016102e7565b9060806063198301126102915760405161031d816101dd565b6020610338829461032f8160646102bd565b845260a46102bd565b910152565b91906080838203126102915760206103386040519261035b846101dd565b6040849661036983826102bd565b8652016102bd565b3461029157610120366003190112610291576004356040366023190112610291576103c960409182516103a3816101dd565b602435815260443560208201526103b936610304565b906103c336610268565b9261156e565b8251911515825215156020820152f35b6001600160a01b0381160361029157565b34610291575f602036600319011261029157600435610408816103d9565b610410613139565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156102915760405163268959e560e01b81523060048201526001600160a01b0390921660248301525f908290818381604481015b03925af1801561049057610482575080f35b61048e91505f90610218565b005b611654565b6060906003190112610291576004356104ad816103d9565b906024356104ba816103d9565b906044356001600160e01b0319811681036102915790565b34610291576104e036610495565b6104e8613139565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031692833b1561029157604051634a86c03760e11b81523060048201526001600160a01b039182166024820152921660448301526001600160e01b03191660648201525f81608481015b93818381819703925af1801561049057610482575080f35b34610291575f602036600319011261029157600435610590816103d9565b610598613139565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156102915760405163eb5a4e8760e01b81523060048201526001600160a01b0390921660248301525f90829081838160448101610470565b60206040818301928281528451809452019201905f5b81811061061f5750505090565b82516001600160a01b0316845260209384019390920191600101610612565b3461029157602036600319011261029157610672610666600435610661816103d9565b6117dd565b604051918291826105fc565b0390f35b346102915760203660031901126102915761048e600435610696816103d9565b61069e613139565b61322f565b5f91031261029157565b34610291575f366003190112610291576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610291575f366003190112610291576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610291575f366003190112610291576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610291575f366003190112610291576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b6044359063ffffffff8216820361029157565b359063ffffffff8216820361029157565b6001600160401b0381116101f85760051b60200190565b9080601f8301121561029157813561080f816107e1565b9261081d6040519485610218565b81845260208085019260051b82010192831161029157602001905b8282106108455750505090565b60208091610852846107d0565b815201910190610838565b81601f82011215610291578035610873816107e1565b926108816040519485610218565b81845260208085019260061b8401019281841161029157602001915b8383106108ab575050505090565b60206040916108ba8486610295565b81520192019161089d565b9080601f830112156102915781356108dc816107e1565b926108ea6040519485610218565b81845260208085019260051b820101918383116102915760208201905b83821061091657505050505090565b81356001600160401b03811161029157602091610938878480948801016107f8565b815201910190610907565b9190916101808184031261029157610959610239565b9281356001600160401b03811161029157816109769184016107f8565b845260208201356001600160401b038111610291578161099791840161085d565b602085015260408201356001600160401b03811161029157816109bb91840161085d565b60408501526109cd816060840161033d565b60608501526109df8160e08401610295565b60808501526101208201356001600160401b0381116102915781610a049184016107f8565b60a08501526101408201356001600160401b0381116102915781610a299184016107f8565b60c08501526101608201356001600160401b03811161029157610a4c92016108c5565b60e0830152565b90602080835192838152019201905f5b818110610a705750505090565b82516001600160601b0316845260209384019390920191600101610a63565b929190610ac66020916040865282610ab282516040808a01526080890190610a53565b910151868203603f19016060880152610a53565b930152565b34610291576080366003190112610291576004356024356001600160401b03811161029157366023820112156102915780600401356001600160401b03811161029157366024828401011161029157610b226107bd565b90606435936001600160401b038511610291576024610b48610b50963690600401610943565b940190611cf1565b9061067260405192839283610a8f565b34610291575f36600319011261029157610b78613139565b603380546001600160a01b031981169091555f906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b34610291575f366003190112610291576033546040516001600160a01b039091168152602090f35b6001600160401b0381116101f857601f01601f191660200190565b929192610c0a82610be3565b91610c186040519384610218565b829481845281830111610291578281602093845f960137010152565b3461029157604036600319011261029157600435610c51816103d9565b602435906001600160401b03821161029157606060031983360301126102915760405190610c7e826101fd565b82600401356001600160401b038111610291578301366023820112156102915761048e93610cb86044923690602460048201359101610bfe565b84526024810135602085015201356040830152612418565b34610291575f602036600319011261029157600435610cee816103d9565b610cf6613139565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b1561029157604051634f906cf960e01b81523060048201526001600160a01b0390921660248301525f90829081838160448101610470565b34610291575f602036600319011261029157600435610d78816103d9565b610d80613139565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690813b156102915760405163a0169ddd60e01b81526001600160a01b039091166004820152905f908290602490829084905af1801561049057610482575080f35b906020600319830112610291576004356001600160401b0381116102915760040182601f82011215610291578035926001600160401b038411610291576020808301928560051b010111610291579190565b3461029157610e4b36610deb565b90610e54613473565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316915f5b818110610ed85750823b1561029157610eb4925f9283604051809681958294634e5cd2fd60e11b84523060048501612669565b03925af1801561049057610ec457005b80610ed25f61048e93610218565b806106a3565b915f93915f915b610ef7610eed868484612516565b6040810190612538565b9050831015610f33576001610f2981976020610f2187610f1b610eed8c8a8a612516565b9061256d565b013590611763565b9301929550610edf565b9390929460019250610f7790610f61813088610f5c6020610f56898c3395612516565b0161257d565b613496565b86610f726020610f5686898b612516565b6134df565b01610e81565b34610291575f602036600319011261029157600435610f9b816103d9565b610fcf337f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031614612402565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690813b15610291576040516351b27a6d60e11b81526001600160a01b039091166004820152905f908290602490829084905af1801561049057610482575080f35b34610291575f6020366003190112610291576004356001600160401b03811161029157366023820112156102915761107c903690602481600401359101610bfe565b611084613139565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156102915760405163a98fb35560e01b8152915f91839182908490829061047090600483016127d9565b34610291576110e836610495565b6110f0613139565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031692833b1561029157604051630664120160e01b81523060048201526001600160a01b039182166024820152921660448301526001600160e01b03191660648201525f816084810161055a565b3461029157604036600319011261029157600435611183816103d9565b6024356001600160401b038111610291576111a29036906004016107f8565b6111d6337f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031614612402565b6111f3604051926111e6846101fd565b6001600160a01b03168352565b30602083015260408201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b1561029157604051636e3492b560e01b8152905f908290818381610eb488600483016127ea565b346102915760203660031901126102915760043561126e816103d9565b6112bc5f54916112a261128c6112888560ff9060081c1690565b1590565b80948195611336575b8115611316575b50612854565b826112b3600160ff195f5416175f55565b6112ff576128b7565b6112c257005b6112d061ff00195f54165f55565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1005b61131161010061ff00195f5416175f55565b6128b7565b303b15915081611328575b505f61129c565b60ff1660011490505f611321565b600160ff8216109150611295565b34610291575f366003190112610291576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610291575f3660031901126102915761067261066661299e565b34610291576020366003190112610291576004356113c0816103d9565b6113c8613139565b6001600160a01b038116156113e05761048e9061342b565b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b34610291575f366003190112610291576065546040516001600160a01b039091168152602090f35b346102915761146a36610deb565b90611473613473565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316915f5b8181106114d25750823b1561029157610eb4925f928360405180968195829463fce36c7d60e01b845260048401612bed565b806115016114e86020610f566001958789612bcb565b60406114f5848789612bcb565b01359030903390613496565b61152a6115146020610f56848789612bcb565b86604061152285888a612bcb565b0135916134df565b016114a0565b634e487b7160e01b5f52603260045260245ffd5b9060028110156115555760051b0190565b611530565b634e487b7160e01b5f52601260045260245ffd5b61164a6116276116509561162161161a85875160208901518a515160208c51015160208d016020815151915101519189519360208b0151956040519760208901998a5260208a015260408901526060880152608087015260a086015260c085015260e08401526101008301526115f181610120840103601f198101835282610218565b5190207f30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f0000001900690565b8096612d06565b90612d4c565b9261162161163c611636612dae565b94612ea5565b91611645612fc1565b612d06565b9161300b565b9091565b6040513d5f823e3d90fd5b90816020910312610291575190565b9081602091031261029157516001600160c01b03811681036102915790565b90816020910312610291575160ff811681036102915790565b604051906116b5602083610218565b5f808352366020840137565b906116cb826107e1565b6116d86040519182610218565b82815280926116e9601f19916107e1565b0190602036910137565b908151811015611555570160200190565b634e487b7160e01b5f52601160045260245ffd5b906001820180921161172657565b611704565b906002820180921161172657565b906003820180921161172657565b906004820180921161172657565b906005820180921161172657565b9190820180921161172657565b6001600160601b0381160361029157565b908160409103126102915760206040519161179b836101dd565b80516117a6816103d9565b835201516117b381611770565b602082015290565b80518210156115555760209160051b010190565b5f1981146117265760010190565b6040516309aa152760e11b81526001600160a01b0391821660048201527f000000000000000000000000000000000000000000000000000000000000000090911690602081602481855afa9081156104905761185d916020915f91611b5c575b506040518093819263871ef04960e01b8352600483019190602083019252565b0381855afa908115610490575f91611b2d575b506001600160c01b0316908115908115611aca575b50611abe5761189390613191565b5f91907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690835b815185101561196f5761191860206118f56118ef6118e189876116f3565b516001600160f81b03191690565b60f81c90565b604051633ca5a5f560e01b815260ff909116600482015291829081906024820190565b0381875afa801561049057600192611937925f9261193f575b50611763565b9401936118c3565b61196191925060203d8111611968575b6119598183610218565b81019061165f565b905f611931565b503d61194f565b61197a9194506116c1565b925f905f5b8151811015611ab8576119986118ef6118e183856116f3565b604051633ca5a5f560e01b815260ff8216600482015290602082602481895afa918215610490575f92611a98575b50905f915b8183106119dd5750505060010161197f565b604080516356e4026d60e11b815260ff83166004820152602481018590529396929391929190816044818b5afa91821561049057611a5c8b611a4d83611a47611a3b600198611a61985f91611a6a575b50516001600160a01b031690565b6001600160a01b031690565b926117bb565b6001600160a01b039091169052565b6117cf565b950191906119cb565b611a8b915060403d8111611a91575b611a838183610218565b810190611781565b5f611a2d565b503d611a79565b611ab191925060203d8111611968576119598183610218565b905f6119c6565b50505050565b50611ac76116a6565b90565b604051639aa1653d60e01b81529150602090829060049082905afa80156104905760ff915f91611afe575b5016155f611885565b611b20915060203d602011611b26575b611b188183610218565b81019061168d565b5f611af5565b503d611b0e565b611b4f915060203d602011611b55575b611b478183610218565b81019061166e565b5f611870565b503d611b3d565b611b739150823d8411611968576119598183610218565b5f61183d565b60405190611b86826101dd565b60606020838281520152565b15611b9957565b62f8202d60e51b5f5260045ffd5b15611bae57565b6343714afd60e01b5f5260045ffd5b15611bc457565b635f832f4160e01b5f5260045ffd5b15611bda57565b634b874f4560e01b5f5260045ffd5b5f1981019190821161172657565b15611bfe57565b633fdc650560e21b5f5260045ffd5b90821015611555570190565b90816020910312610291575167ffffffffffffffff19811681036102915790565b15611c4157565b63e1310aed60e01b5f5260045ffd5b908160209103126102915751611ac781611770565b906001600160601b03809116911603906001600160601b03821161172657565b15611c8c57565b6367988d3360e01b5f5260045ffd5b15611ca257565b63ab1b236b60e01b5f5260045ffd5b60049163ffffffff60e01b9060e01b1681520160208251919201905f5b818110611cdb5750505090565b8251845260209384019390920191600101611cce565b949392909193611cff611b79565b50611d0b851515611b92565b6040840151518514806123f4575b806123e6575b806123d8575b611d2e90611ba7565b611d4060208501515185515114611bbd565b611d5763ffffffff431663ffffffff841610611bd3565b611d5f61024b565b5f81525f602082015292611d71611b79565b611d7a876116c1565b6020820152611d88876116c1565b8152611d92611b79565b92611da16020880151516116c1565b8452611db16020880151516116c1565b602085810191909152604051639aa1653d60e01b815290816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa801561049057611e1a915f916123b9575b50611e15368b87610bfe565b61328d565b985f965b60208901518051891015611f9657602088611e8b611e818c611e798f96868e611e5e611e4b8680956117bb565b5180515f526020015160205260405f2090565b611e6b84848401516117bb565b5282611f63575b01516117bb565b5195516117bb565b5163ffffffff1690565b6040516304ec635160e01b8152600481019490945263ffffffff9182166024850152166044830152816064816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa918215610490576116218a611f388f611f318f8460208f92611f2893611f208460019e611f3e9e5f91611f46575b508f8060c01b031692516117bb565b5201516117bb565b51938d516117bb565b51166132b8565b906132e9565b970196611e1e565b611f5d9150863d8111611b5557611b478183610218565b5f611f11565b611f91611f7384848401516117bb565b51611f8a84840151611f8487611be9565b906117bb565b5110611bf7565b611e72565b50909597949650611fab9198939299506133a6565b915f905b8082106120115750505092611fea611fe5611fde61200b9585611ffd986080606060209901519201519261156e565b9190611c85565b611c9b565b0151604051928391602083019586611cb1565b03601f198101835282610218565b51902090565b918495969361205c6118ef61204e8587612048879f989e9b611e4b84604061203a9301516117bb565b67ffffffffffffffff191690565b96611c0d565b356001600160f81b03191690565b602087612070611e818d60a08d01516117bb565b604051631a2f32ab60e21b815260ff94909416600485015263ffffffff9182166024850152166044830152816064816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa9283156104905761210c936120f7925f9161238b575b5067ffffffffffffffff19918216911614611c3a565b6121058960408901516117bb565b5190612d4c565b9061211e6118ef61204e8a868d611c0d565b602086612132611e818c60c08c01516117bb565b604051636414a62b60e11b815260ff94909416600485015263ffffffff9182166024850152166044830152816064816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa8015610490576121c88a60208e611e726121d5956121e0975f9161236e575b506121ba85858501516117bb565b906001600160601b03169052565b516001600160601b031690565b6121ba8a8d516117bb565b5f965f5b60208801515181101561235a57898b612220612201848a516117bb565b516122136118ef61204e868c87611c0d565b60ff161c60019081161490565b61222f575b50506001016121e4565b88886122b6612276611e81879f8f978060e08f849c602061225f6118ef61204e839f98612267966122709a611c0d565b9a01516117bb565b519a01516117bb565b516117bb565b60405163795f4a5760e11b815260ff909316600484015263ffffffff93841660248401526044830195909552919093166064840152829081906084820190565b03817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa918215610490576123198e6001948e86955f92612324575b50611a476121ba929351936123146121c884876117bb565b611c65565b01989050898b612225565b6121ba925061234c611a479160203d8111612353575b6123448183610218565b810190611c50565b92506122fc565b503d61233a565b509594976001919993929497500190611faf565b6123859150843d8111612353576123448183610218565b5f6121ac565b6123ac915060203d81116123b2575b6123a48183610218565b810190611c19565b5f6120e1565b503d61239a565b6123d2915060203d602011611b2657611b188183610218565b5f611e09565b5060e0840151518514611d25565b5060c0840151518514611d1f565b5060a0840151518514611d19565b1561240957565b634394dbdf60e11b5f5260045ffd5b61244c337f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031614612402565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031691823b15610291575f928392604051948580948193639926ee7d60e01b835260018060a01b031660048301526040602483015260406124c182516060604486015260a48501906124f2565b91602081015160648501520151608483015203925af18015610490576124e45750565b80610ed25f61024993610218565b805180835260209291819084018484015e5f828201840152601f01601f1916010190565b91908110156115555760051b8101359060be1981360301821215610291570190565b903590601e198136030182121561029157018035906001600160401b03821161029157602001918160061b3603831361029157565b91908110156115555760061b0190565b35611ac7816103d9565b9035601e19823603018112156102915701602081359101916001600160401b038211610291578160061b3603831361029157565b916020908281520191905f5b8181106125d45750505090565b90919260408060019286356125e8816103d9565b848060a01b031681526001600160601b03602088013561260781611770565b1660208201520194019291016125c7565b9035601e19823603018112156102915701602081359101916001600160401b03821161029157813603831361029157565b908060209392818452848401375f828201840152601f01601f1916010190565b6001600160a01b0390911681526040602082018190528101839052600583901b810160609081019383923684900360be1901925f91908101905b8383106126b4575050505050505090565b90919293949596605f19828203018352873586811215610291578701906126ec6126de8380612587565b60c0845260c08401916125bb565b9160208101356126fb816103d9565b6001600160a01b031660208381019190915261271a6040830183612587565b848603604086015280865294909101935f5b8181106127a5575050506127946001936020936127868461276061275360608998016107d0565b63ffffffff166060850152565b61277c61276f608083016107d0565b63ffffffff166080850152565b60a0810190612618565b9160a0818503910152612649565b9901930193019195949392906126a3565b90919460408060019288356127b9816103d9565b848060a01b0316815260208901356020820152019601910191909161272c565b906020611ac79281815201906124f2565b602080825282516001600160a01b039081168284015281840151166040808401919091529092015160608083015280516080830181905260a09092019201905f5b8181106128385750505090565b825163ffffffff1684526020938401939092019160010161282b565b1561285b57565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b60ff5f5460081c1615612945576128cd8161342b565b6128d68161322f565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156102915760405163eb5a4e8760e01b81523060048201526001600160a01b039290921660248301525f908290604490829084905af18015610490576124e45750565b60405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608490fd5b604051639aa1653d60e01b81527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690602081600481855afa80156104905760ff915f91612bac575b50168015612ba2577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316905f9081905b808310612b5e5750612a3991506116c1565b925f905f5b604051639aa1653d60e01b8152602081600481895afa80156104905760ff915f91612b40575b5016811015612b3957604051633ca5a5f560e01b815260ff821660048201819052602082602481895afa918215610490575f92612b19575b50905f915b818310612ab357505050600101612a3e565b604080516356e4026d60e11b815260ff83166004820152602481018590529396929391929190816044818b5afa91821561049057611a5c8b611a4d83611a47611a3b600198612b10985f91611a6a5750516001600160a01b031690565b95019190612aa1565b612b3291925060203d8111611968576119598183610218565b905f612a9c565b5092505050565b612b58915060203d8111611b2657611b188183610218565b5f612a64565b604051633ca5a5f560e01b815260ff84166004820152909190602081602481885afa801561049057600192612b99925f9261193f5750611763565b92019190612a27565b5050611ac76116a6565b612bc5915060203d602011611b2657611b188183610218565b5f6129ef565b91908110156115555760051b81013590609e1981360301821215610291570190565b909180602083016020845252604082019260408260051b8401019381935f91609e1984360301915b858410612c26575050505050505090565b90919293949596603f19828203018352873590848212156102915760208091886001940190608063ffffffff612cad82612c71612c638780612587565b60a0885260a08801916125bb565b9587810135612c7f816103d9565b8a8060a01b0316888701526040810135604087015283612ca1606083016107d0565b166060870152016107d0565b16910152990193019401929195949390612c15565b60405190612ccf826101dd565b5f6020838281520152565b60405190610180612ceb8184610218565b368337565b60405190612cff602083610218565b6020368337565b91906040906060612d15612cc2565b9485926020855192612d278585610218565b8436853780518452015160208301528482015260076107cf195a01fa15612d4a57565bfe5b602092916080604092612d5d612cc2565b95869381865193612d6e8686610218565b85368637805185520151828401528051868401520151606082015260066107cf195a01fa8015612d4a5715612d9f57565b63d4b68fd760e01b5f5260045ffd5b604051612dba816101dd565b6040908151612dc98382610218565b8236823781526020825191612dde8484610218565b8336843701528051612df08282610218565b7f198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c281527f1800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed6020820152815190612e468383610218565b7f275dc4a288d1afb3cbb1ac09187524c7db36395df7be3b99e673b13a075a65ec82527f1d9befcd05a5323e6da4d435f3b617cdb3af83285c2df711ef39c01571827f9d6020830152612e9b83519384610218565b8252602082015290565b5f5160206137f25f395f51905f5290612ebc612cc2565b505f919006602060c0835b612fbc575f935f5160206137f25f395f51905f5260038186818180090908604051612ef28582610218565b84368237848185604051612f068282610218565b813682378381528360208201528360408201528560608201527f0c19139cb84c680a6e14116da060561765e05aa45a1c72a34f082305b61f3f5260808201525f5160206137f25f395f51905f5260a082015260056107cf195a01fa8015612d4a57612f7090613746565b5191612fbc575f5160206137f25f395f51905f5282800914612fa757505f5160206137f25f395f51905f5260015f94089293612ec7565b92935050612fb361024b565b92835282015290565b61155a565b612fc9612cc2565b50604051612fd6816101dd565b600181526002602082015290565b9060068202918083046006149015171561172657565b90600c8110156115555760051b0190565b93929091613019604061025a565b948552602085015261302b604061025a565b918252602082015261303b612cda565b925f5b6002811061306857505050602061018092613057612cf0565b93849160086201d4c0fa9151151590565b80613074600192612fe4565b61307e8285611544565b515161308a8289612ffa565b5260206130978386611544565b5101516130ac6130a683611718565b89612ffa565b526130b78286611544565b5151516130c66130a68361172b565b526130dc6130d48387611544565b515160200190565b516130e96130a683611739565b5260206130f68387611544565b510151516131066130a683611747565b5261313261312c613125602061311c868a611544565b51015160200190565b5192611755565b88612ffa565b520161303e565b6033546001600160a01b0316330361314d57565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b61ffff61319d826132b8565b166131a781610be3565b906131b56040519283610218565b8082526131c4601f1991610be3565b013660208301375f5f5b8251821080613224575b1561321d576001811b84166131f6575b6131f1906117cf565b6131ce565b9060016131f19160ff60f81b8460f81b165f1a61321382876116f3565b53019190506131e8565b5050905090565b5061010081106131d8565b606554604080516001600160a01b038084168252841660208201529192917fe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e39190a16001600160a01b03166001600160a01b03199190911617606555565b90600161329b60ff9361359f565b928392161b11156132a95790565b63ca95733360e01b5f5260045ffd5b805f915b6132c4575090565b5f1981018181116117265761ffff9116911661ffff81146117265760010190806132bc565b906132f2612cc2565b5061ffff81169061020082101561339757600182146133925761331361024b565b5f81525f602082015292906001905f925b61ffff831685101561333857505050505090565b600161ffff831660ff86161c811614613372575b600161336861335d8360ff94612d4c565b9460011b61fffe1690565b9401169291613324565b94600161336861335d6133878960ff95612d4c565b98935050505061334c565b505090565b637fc4ea7d60e11b5f5260045ffd5b6133ae612cc2565b5080519081158061341f575b156133db5750506040516133cf604082610218565b5f81525f602082015290565b60205f5160206137f25f395f51905f52910151065f5160206137f25f395f51905f52035f5160206137f25f395f51905f5281116117265760405191612e9b836101dd565b506020810151156133ba565b603380546001600160a01b039283166001600160a01b0319821681179092559091167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3565b6065546001600160a01b0316330361348757565b638e79fdb560e01b5f5260045ffd5b6040516323b872dd60e01b60208201526001600160a01b039283166024820152929091166044830152606480830193909352918152610249916134da608483610218565b61368e565b604051636eb1769f60e11b81523060048201526001600160a01b0383166024820152602081806044810103816001600160a01b0386165afa90811561049057610249946134da92613536925f9161356a5750611763565b60405163095ea7b360e01b60208201526001600160a01b039490941660248501526044808501919091528352606483610218565b613583915060203d602011611968576119598183610218565b5f611931565b1561359057565b631019106960e31b5f5260045ffd5b906101008251116136085781511561360357602082015160019060f81c81901b5b83518210156135fe576001906135e96135df6118ef6118e186896116f3565b60ff600191161b90565b906135f5818311613589565b179101906135c0565b925050565b5f9150565b637da54e4760e11b5f5260045ffd5b90816020910312610291575180151581036102915790565b1561363657565b60405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608490fd5b610249916137109160018060a01b03165f80604051936136af604086610218565b602085527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564602086015260208151910182855af13d1561373e573d916136f483610be3565b926137026040519485610218565b83523d5f602085013e61375c565b8051908115918215613724575b505061362f565b6137379250602080918301019101613617565b5f8061371d565b60609161375c565b1561374d57565b63d51edae360e01b5f5260045ffd5b919290156137be5750815115613770575090565b3b156137795790565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b8251909150156137d15750805190602001fd5b60405162461bcd60e51b81529081906137ed90600483016127d9565b0390fdfe30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47a2646970667358221220c4905b9f938a31a86a84d2571c92dbbdb0c3937a748b457401e5c0e21c9f62be64736f6c634300081b003300000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc490000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe6000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7880000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318","output":"0x60806040526004361015610011575f80fd5b5f3560e01c8063171f1d5b146101c45780631785f53c146101bf5780631fdb0cfd146101ba578063279432eb146101b557806333cfb7b7146101b05780633bc28c8c146101ab5780635df45946146101a657806368304835146101a15780636b3aa72e1461019c5780636d14a987146101975780636efb463614610192578063715018a61461018d5780638da5cb5b146101885780639926ee7d146101835780639da16d8e1461017e578063a0169ddd14610179578063a20b99bf14610174578063a364f4da1461016f578063a98fb3551461016a578063ba55088014610165578063c1a8e2c514610160578063c4d66de81461015b578063df5cf72314610156578063e481af9d14610151578063f2fde38b1461014c578063fc299dee146101475763fce36c7d14610142575f80fd5b61145c565b611434565b6113a3565b611388565b611344565b611251565b611166565b6110da565b61103a565b610f7d565b610e3d565b610d5a565b610cd0565b610c34565b610bbb565b610b60565b610acb565b610779565b610735565b6106f1565b6106ad565b610676565b61063e565b610572565b6104d2565b6103ea565b610371565b634e487b7160e01b5f52604160045260245ffd5b604081019081106001600160401b038211176101f857604052565b6101c9565b606081019081106001600160401b038211176101f857604052565b90601f801991011681019081106001600160401b038211176101f857604052565b6040519061024961010083610218565b565b60405190610249604083610218565b906102496040519283610218565b60409060e31901126102915760405190610281826101dd565b60e4358252610104356020830152565b5f80fd5b9190826040910312610291576040516102ad816101dd565b6020808294803584520135910152565b9080601f8301121561029157604051916102d8604084610218565b82906040810192831161029157905b8282106102f45750505090565b81358152602091820191016102e7565b9060806063198301126102915760405161031d816101dd565b6020610338829461032f8160646102bd565b845260a46102bd565b910152565b91906080838203126102915760206103386040519261035b846101dd565b6040849661036983826102bd565b8652016102bd565b3461029157610120366003190112610291576004356040366023190112610291576103c960409182516103a3816101dd565b602435815260443560208201526103b936610304565b906103c336610268565b9261156e565b8251911515825215156020820152f35b6001600160a01b0381160361029157565b34610291575f602036600319011261029157600435610408816103d9565b610410613139565b7f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7886001600160a01b0316803b156102915760405163268959e560e01b81523060048201526001600160a01b0390921660248301525f908290818381604481015b03925af1801561049057610482575080f35b61048e91505f90610218565b005b611654565b6060906003190112610291576004356104ad816103d9565b906024356104ba816103d9565b906044356001600160e01b0319811681036102915790565b34610291576104e036610495565b6104e8613139565b7f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7886001600160a01b031692833b1561029157604051634a86c03760e11b81523060048201526001600160a01b039182166024820152921660448301526001600160e01b03191660648201525f81608481015b93818381819703925af1801561049057610482575080f35b34610291575f602036600319011261029157600435610590816103d9565b610598613139565b7f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7886001600160a01b0316803b156102915760405163eb5a4e8760e01b81523060048201526001600160a01b0390921660248301525f90829081838160448101610470565b60206040818301928281528451809452019201905f5b81811061061f5750505090565b82516001600160a01b0316845260209384019390920191600101610612565b3461029157602036600319011261029157610672610666600435610661816103d9565b6117dd565b604051918291826105fc565b0390f35b346102915760203660031901126102915761048e600435610696816103d9565b61069e613139565b61322f565b5f91031261029157565b34610291575f366003190112610291576040517f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985286001600160a01b03168152602090f35b34610291575f366003190112610291576040517f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b03168152602090f35b34610291575f366003190112610291576040517f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b03168152602090f35b34610291575f366003190112610291576040517f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03168152602090f35b6044359063ffffffff8216820361029157565b359063ffffffff8216820361029157565b6001600160401b0381116101f85760051b60200190565b9080601f8301121561029157813561080f816107e1565b9261081d6040519485610218565b81845260208085019260051b82010192831161029157602001905b8282106108455750505090565b60208091610852846107d0565b815201910190610838565b81601f82011215610291578035610873816107e1565b926108816040519485610218565b81845260208085019260061b8401019281841161029157602001915b8383106108ab575050505090565b60206040916108ba8486610295565b81520192019161089d565b9080601f830112156102915781356108dc816107e1565b926108ea6040519485610218565b81845260208085019260051b820101918383116102915760208201905b83821061091657505050505090565b81356001600160401b03811161029157602091610938878480948801016107f8565b815201910190610907565b9190916101808184031261029157610959610239565b9281356001600160401b03811161029157816109769184016107f8565b845260208201356001600160401b038111610291578161099791840161085d565b602085015260408201356001600160401b03811161029157816109bb91840161085d565b60408501526109cd816060840161033d565b60608501526109df8160e08401610295565b60808501526101208201356001600160401b0381116102915781610a049184016107f8565b60a08501526101408201356001600160401b0381116102915781610a299184016107f8565b60c08501526101608201356001600160401b03811161029157610a4c92016108c5565b60e0830152565b90602080835192838152019201905f5b818110610a705750505090565b82516001600160601b0316845260209384019390920191600101610a63565b929190610ac66020916040865282610ab282516040808a01526080890190610a53565b910151868203603f19016060880152610a53565b930152565b34610291576080366003190112610291576004356024356001600160401b03811161029157366023820112156102915780600401356001600160401b03811161029157366024828401011161029157610b226107bd565b90606435936001600160401b038511610291576024610b48610b50963690600401610943565b940190611cf1565b9061067260405192839283610a8f565b34610291575f36600319011261029157610b78613139565b603380546001600160a01b031981169091555f906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b34610291575f366003190112610291576033546040516001600160a01b039091168152602090f35b6001600160401b0381116101f857601f01601f191660200190565b929192610c0a82610be3565b91610c186040519384610218565b829481845281830111610291578281602093845f960137010152565b3461029157604036600319011261029157600435610c51816103d9565b602435906001600160401b03821161029157606060031983360301126102915760405190610c7e826101fd565b82600401356001600160401b038111610291578301366023820112156102915761048e93610cb86044923690602460048201359101610bfe565b84526024810135602085015201356040830152612418565b34610291575f602036600319011261029157600435610cee816103d9565b610cf6613139565b7f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7886001600160a01b0316803b1561029157604051634f906cf960e01b81523060048201526001600160a01b0390921660248301525f90829081838160448101610470565b34610291575f602036600319011261029157600435610d78816103d9565b610d80613139565b7f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b031690813b156102915760405163a0169ddd60e01b81526001600160a01b039091166004820152905f908290602490829084905af1801561049057610482575080f35b906020600319830112610291576004356001600160401b0381116102915760040182601f82011215610291578035926001600160401b038411610291576020808301928560051b010111610291579190565b3461029157610e4b36610deb565b90610e54613473565b7f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b0316915f5b818110610ed85750823b1561029157610eb4925f9283604051809681958294634e5cd2fd60e11b84523060048501612669565b03925af1801561049057610ec457005b80610ed25f61048e93610218565b806106a3565b915f93915f915b610ef7610eed868484612516565b6040810190612538565b9050831015610f33576001610f2981976020610f2187610f1b610eed8c8a8a612516565b9061256d565b013590611763565b9301929550610edf565b9390929460019250610f7790610f61813088610f5c6020610f56898c3395612516565b0161257d565b613496565b86610f726020610f5686898b612516565b6134df565b01610e81565b34610291575f602036600319011261029157600435610f9b816103d9565b610fcf337f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b031614612402565b7f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b031690813b15610291576040516351b27a6d60e11b81526001600160a01b039091166004820152905f908290602490829084905af1801561049057610482575080f35b34610291575f6020366003190112610291576004356001600160401b03811161029157366023820112156102915761107c903690602481600401359101610bfe565b611084613139565b7f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b0316803b156102915760405163a98fb35560e01b8152915f91839182908490829061047090600483016127d9565b34610291576110e836610495565b6110f0613139565b7f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7886001600160a01b031692833b1561029157604051630664120160e01b81523060048201526001600160a01b039182166024820152921660448301526001600160e01b03191660648201525f816084810161055a565b3461029157604036600319011261029157600435611183816103d9565b6024356001600160401b038111610291576111a29036906004016107f8565b6111d6337f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b031614612402565b6111f3604051926111e6846101fd565b6001600160a01b03168352565b30602083015260408201527f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b0316803b1561029157604051636e3492b560e01b8152905f908290818381610eb488600483016127ea565b346102915760203660031901126102915760043561126e816103d9565b6112bc5f54916112a261128c6112888560ff9060081c1690565b1590565b80948195611336575b8115611316575b50612854565b826112b3600160ff195f5416175f55565b6112ff576128b7565b6112c257005b6112d061ff00195f54165f55565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1005b61131161010061ff00195f5416175f55565b6128b7565b303b15915081611328575b505f61129c565b60ff1660011490505f611321565b600160ff8216109150611295565b34610291575f366003190112610291576040517f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b03168152602090f35b34610291575f3660031901126102915761067261066661299e565b34610291576020366003190112610291576004356113c0816103d9565b6113c8613139565b6001600160a01b038116156113e05761048e9061342b565b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b34610291575f366003190112610291576065546040516001600160a01b039091168152602090f35b346102915761146a36610deb565b90611473613473565b7f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b0316915f5b8181106114d25750823b1561029157610eb4925f928360405180968195829463fce36c7d60e01b845260048401612bed565b806115016114e86020610f566001958789612bcb565b60406114f5848789612bcb565b01359030903390613496565b61152a6115146020610f56848789612bcb565b86604061152285888a612bcb565b0135916134df565b016114a0565b634e487b7160e01b5f52603260045260245ffd5b9060028110156115555760051b0190565b611530565b634e487b7160e01b5f52601260045260245ffd5b61164a6116276116509561162161161a85875160208901518a515160208c51015160208d016020815151915101519189519360208b0151956040519760208901998a5260208a015260408901526060880152608087015260a086015260c085015260e08401526101008301526115f181610120840103601f198101835282610218565b5190207f30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f0000001900690565b8096612d06565b90612d4c565b9261162161163c611636612dae565b94612ea5565b91611645612fc1565b612d06565b9161300b565b9091565b6040513d5f823e3d90fd5b90816020910312610291575190565b9081602091031261029157516001600160c01b03811681036102915790565b90816020910312610291575160ff811681036102915790565b604051906116b5602083610218565b5f808352366020840137565b906116cb826107e1565b6116d86040519182610218565b82815280926116e9601f19916107e1565b0190602036910137565b908151811015611555570160200190565b634e487b7160e01b5f52601160045260245ffd5b906001820180921161172657565b611704565b906002820180921161172657565b906003820180921161172657565b906004820180921161172657565b906005820180921161172657565b9190820180921161172657565b6001600160601b0381160361029157565b908160409103126102915760206040519161179b836101dd565b80516117a6816103d9565b835201516117b381611770565b602082015290565b80518210156115555760209160051b010190565b5f1981146117265760010190565b6040516309aa152760e11b81526001600160a01b0391821660048201527f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc4990911690602081602481855afa9081156104905761185d916020915f91611b5c575b506040518093819263871ef04960e01b8352600483019190602083019252565b0381855afa908115610490575f91611b2d575b506001600160c01b0316908115908115611aca575b50611abe5761189390613191565b5f91907f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b031690835b815185101561196f5761191860206118f56118ef6118e189876116f3565b516001600160f81b03191690565b60f81c90565b604051633ca5a5f560e01b815260ff909116600482015291829081906024820190565b0381875afa801561049057600192611937925f9261193f575b50611763565b9401936118c3565b61196191925060203d8111611968575b6119598183610218565b81019061165f565b905f611931565b503d61194f565b61197a9194506116c1565b925f905f5b8151811015611ab8576119986118ef6118e183856116f3565b604051633ca5a5f560e01b815260ff8216600482015290602082602481895afa918215610490575f92611a98575b50905f915b8183106119dd5750505060010161197f565b604080516356e4026d60e11b815260ff83166004820152602481018590529396929391929190816044818b5afa91821561049057611a5c8b611a4d83611a47611a3b600198611a61985f91611a6a575b50516001600160a01b031690565b6001600160a01b031690565b926117bb565b6001600160a01b039091169052565b6117cf565b950191906119cb565b611a8b915060403d8111611a91575b611a838183610218565b810190611781565b5f611a2d565b503d611a79565b611ab191925060203d8111611968576119598183610218565b905f6119c6565b50505050565b50611ac76116a6565b90565b604051639aa1653d60e01b81529150602090829060049082905afa80156104905760ff915f91611afe575b5016155f611885565b611b20915060203d602011611b26575b611b188183610218565b81019061168d565b5f611af5565b503d611b0e565b611b4f915060203d602011611b55575b611b478183610218565b81019061166e565b5f611870565b503d611b3d565b611b739150823d8411611968576119598183610218565b5f61183d565b60405190611b86826101dd565b60606020838281520152565b15611b9957565b62f8202d60e51b5f5260045ffd5b15611bae57565b6343714afd60e01b5f5260045ffd5b15611bc457565b635f832f4160e01b5f5260045ffd5b15611bda57565b634b874f4560e01b5f5260045ffd5b5f1981019190821161172657565b15611bfe57565b633fdc650560e21b5f5260045ffd5b90821015611555570190565b90816020910312610291575167ffffffffffffffff19811681036102915790565b15611c4157565b63e1310aed60e01b5f5260045ffd5b908160209103126102915751611ac781611770565b906001600160601b03809116911603906001600160601b03821161172657565b15611c8c57565b6367988d3360e01b5f5260045ffd5b15611ca257565b63ab1b236b60e01b5f5260045ffd5b60049163ffffffff60e01b9060e01b1681520160208251919201905f5b818110611cdb5750505090565b8251845260209384019390920191600101611cce565b949392909193611cff611b79565b50611d0b851515611b92565b6040840151518514806123f4575b806123e6575b806123d8575b611d2e90611ba7565b611d4060208501515185515114611bbd565b611d5763ffffffff431663ffffffff841610611bd3565b611d5f61024b565b5f81525f602082015292611d71611b79565b611d7a876116c1565b6020820152611d88876116c1565b8152611d92611b79565b92611da16020880151516116c1565b8452611db16020880151516116c1565b602085810191909152604051639aa1653d60e01b815290816004817f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03165afa801561049057611e1a915f916123b9575b50611e15368b87610bfe565b61328d565b985f965b60208901518051891015611f9657602088611e8b611e818c611e798f96868e611e5e611e4b8680956117bb565b5180515f526020015160205260405f2090565b611e6b84848401516117bb565b5282611f63575b01516117bb565b5195516117bb565b5163ffffffff1690565b6040516304ec635160e01b8152600481019490945263ffffffff9182166024850152166044830152816064816001600160a01b037f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49165afa918215610490576116218a611f388f611f318f8460208f92611f2893611f208460019e611f3e9e5f91611f46575b508f8060c01b031692516117bb565b5201516117bb565b51938d516117bb565b51166132b8565b906132e9565b970196611e1e565b611f5d9150863d8111611b5557611b478183610218565b5f611f11565b611f91611f7384848401516117bb565b51611f8a84840151611f8487611be9565b906117bb565b5110611bf7565b611e72565b50909597949650611fab9198939299506133a6565b915f905b8082106120115750505092611fea611fe5611fde61200b9585611ffd986080606060209901519201519261156e565b9190611c85565b611c9b565b0151604051928391602083019586611cb1565b03601f198101835282610218565b51902090565b918495969361205c6118ef61204e8587612048879f989e9b611e4b84604061203a9301516117bb565b67ffffffffffffffff191690565b96611c0d565b356001600160f81b03191690565b602087612070611e818d60a08d01516117bb565b604051631a2f32ab60e21b815260ff94909416600485015263ffffffff9182166024850152166044830152816064816001600160a01b037f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c98528165afa9283156104905761210c936120f7925f9161238b575b5067ffffffffffffffff19918216911614611c3a565b6121058960408901516117bb565b5190612d4c565b9061211e6118ef61204e8a868d611c0d565b602086612132611e818c60c08c01516117bb565b604051636414a62b60e11b815260ff94909416600485015263ffffffff9182166024850152166044830152816064816001600160a01b037f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf165afa8015610490576121c88a60208e611e726121d5956121e0975f9161236e575b506121ba85858501516117bb565b906001600160601b03169052565b516001600160601b031690565b6121ba8a8d516117bb565b5f965f5b60208801515181101561235a57898b612220612201848a516117bb565b516122136118ef61204e868c87611c0d565b60ff161c60019081161490565b61222f575b50506001016121e4565b88886122b6612276611e81879f8f978060e08f849c602061225f6118ef61204e839f98612267966122709a611c0d565b9a01516117bb565b519a01516117bb565b516117bb565b60405163795f4a5760e11b815260ff909316600484015263ffffffff93841660248401526044830195909552919093166064840152829081906084820190565b03817f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b03165afa918215610490576123198e6001948e86955f92612324575b50611a476121ba929351936123146121c884876117bb565b611c65565b01989050898b612225565b6121ba925061234c611a479160203d8111612353575b6123448183610218565b810190611c50565b92506122fc565b503d61233a565b509594976001919993929497500190611faf565b6123859150843d8111612353576123448183610218565b5f6121ac565b6123ac915060203d81116123b2575b6123a48183610218565b810190611c19565b5f6120e1565b503d61239a565b6123d2915060203d602011611b2657611b188183610218565b5f611e09565b5060e0840151518514611d25565b5060c0840151518514611d1f565b5060a0840151518514611d19565b1561240957565b634394dbdf60e11b5f5260045ffd5b61244c337f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b031614612402565b7f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b031691823b15610291575f928392604051948580948193639926ee7d60e01b835260018060a01b031660048301526040602483015260406124c182516060604486015260a48501906124f2565b91602081015160648501520151608483015203925af18015610490576124e45750565b80610ed25f61024993610218565b805180835260209291819084018484015e5f828201840152601f01601f1916010190565b91908110156115555760051b8101359060be1981360301821215610291570190565b903590601e198136030182121561029157018035906001600160401b03821161029157602001918160061b3603831361029157565b91908110156115555760061b0190565b35611ac7816103d9565b9035601e19823603018112156102915701602081359101916001600160401b038211610291578160061b3603831361029157565b916020908281520191905f5b8181106125d45750505090565b90919260408060019286356125e8816103d9565b848060a01b031681526001600160601b03602088013561260781611770565b1660208201520194019291016125c7565b9035601e19823603018112156102915701602081359101916001600160401b03821161029157813603831361029157565b908060209392818452848401375f828201840152601f01601f1916010190565b6001600160a01b0390911681526040602082018190528101839052600583901b810160609081019383923684900360be1901925f91908101905b8383106126b4575050505050505090565b90919293949596605f19828203018352873586811215610291578701906126ec6126de8380612587565b60c0845260c08401916125bb565b9160208101356126fb816103d9565b6001600160a01b031660208381019190915261271a6040830183612587565b848603604086015280865294909101935f5b8181106127a5575050506127946001936020936127868461276061275360608998016107d0565b63ffffffff166060850152565b61277c61276f608083016107d0565b63ffffffff166080850152565b60a0810190612618565b9160a0818503910152612649565b9901930193019195949392906126a3565b90919460408060019288356127b9816103d9565b848060a01b0316815260208901356020820152019601910191909161272c565b906020611ac79281815201906124f2565b602080825282516001600160a01b039081168284015281840151166040808401919091529092015160608083015280516080830181905260a09092019201905f5b8181106128385750505090565b825163ffffffff1684526020938401939092019160010161282b565b1561285b57565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b60ff5f5460081c1615612945576128cd8161342b565b6128d68161322f565b7f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7886001600160a01b0316803b156102915760405163eb5a4e8760e01b81523060048201526001600160a01b039290921660248301525f908290604490829084905af18015610490576124e45750565b60405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608490fd5b604051639aa1653d60e01b81527f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b031690602081600481855afa80156104905760ff915f91612bac575b50168015612ba2577f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b0316905f9081905b808310612b5e5750612a3991506116c1565b925f905f5b604051639aa1653d60e01b8152602081600481895afa80156104905760ff915f91612b40575b5016811015612b3957604051633ca5a5f560e01b815260ff821660048201819052602082602481895afa918215610490575f92612b19575b50905f915b818310612ab357505050600101612a3e565b604080516356e4026d60e11b815260ff83166004820152602481018590529396929391929190816044818b5afa91821561049057611a5c8b611a4d83611a47611a3b600198612b10985f91611a6a5750516001600160a01b031690565b95019190612aa1565b612b3291925060203d8111611968576119598183610218565b905f612a9c565b5092505050565b612b58915060203d8111611b2657611b188183610218565b5f612a64565b604051633ca5a5f560e01b815260ff84166004820152909190602081602481885afa801561049057600192612b99925f9261193f5750611763565b92019190612a27565b5050611ac76116a6565b612bc5915060203d602011611b2657611b188183610218565b5f6129ef565b91908110156115555760051b81013590609e1981360301821215610291570190565b909180602083016020845252604082019260408260051b8401019381935f91609e1984360301915b858410612c26575050505050505090565b90919293949596603f19828203018352873590848212156102915760208091886001940190608063ffffffff612cad82612c71612c638780612587565b60a0885260a08801916125bb565b9587810135612c7f816103d9565b8a8060a01b0316888701526040810135604087015283612ca1606083016107d0565b166060870152016107d0565b16910152990193019401929195949390612c15565b60405190612ccf826101dd565b5f6020838281520152565b60405190610180612ceb8184610218565b368337565b60405190612cff602083610218565b6020368337565b91906040906060612d15612cc2565b9485926020855192612d278585610218565b8436853780518452015160208301528482015260076107cf195a01fa15612d4a57565bfe5b602092916080604092612d5d612cc2565b95869381865193612d6e8686610218565b85368637805185520151828401528051868401520151606082015260066107cf195a01fa8015612d4a5715612d9f57565b63d4b68fd760e01b5f5260045ffd5b604051612dba816101dd565b6040908151612dc98382610218565b8236823781526020825191612dde8484610218565b8336843701528051612df08282610218565b7f198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c281527f1800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed6020820152815190612e468383610218565b7f275dc4a288d1afb3cbb1ac09187524c7db36395df7be3b99e673b13a075a65ec82527f1d9befcd05a5323e6da4d435f3b617cdb3af83285c2df711ef39c01571827f9d6020830152612e9b83519384610218565b8252602082015290565b5f5160206137f25f395f51905f5290612ebc612cc2565b505f919006602060c0835b612fbc575f935f5160206137f25f395f51905f5260038186818180090908604051612ef28582610218565b84368237848185604051612f068282610218565b813682378381528360208201528360408201528560608201527f0c19139cb84c680a6e14116da060561765e05aa45a1c72a34f082305b61f3f5260808201525f5160206137f25f395f51905f5260a082015260056107cf195a01fa8015612d4a57612f7090613746565b5191612fbc575f5160206137f25f395f51905f5282800914612fa757505f5160206137f25f395f51905f5260015f94089293612ec7565b92935050612fb361024b565b92835282015290565b61155a565b612fc9612cc2565b50604051612fd6816101dd565b600181526002602082015290565b9060068202918083046006149015171561172657565b90600c8110156115555760051b0190565b93929091613019604061025a565b948552602085015261302b604061025a565b918252602082015261303b612cda565b925f5b6002811061306857505050602061018092613057612cf0565b93849160086201d4c0fa9151151590565b80613074600192612fe4565b61307e8285611544565b515161308a8289612ffa565b5260206130978386611544565b5101516130ac6130a683611718565b89612ffa565b526130b78286611544565b5151516130c66130a68361172b565b526130dc6130d48387611544565b515160200190565b516130e96130a683611739565b5260206130f68387611544565b510151516131066130a683611747565b5261313261312c613125602061311c868a611544565b51015160200190565b5192611755565b88612ffa565b520161303e565b6033546001600160a01b0316330361314d57565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b61ffff61319d826132b8565b166131a781610be3565b906131b56040519283610218565b8082526131c4601f1991610be3565b013660208301375f5f5b8251821080613224575b1561321d576001811b84166131f6575b6131f1906117cf565b6131ce565b9060016131f19160ff60f81b8460f81b165f1a61321382876116f3565b53019190506131e8565b5050905090565b5061010081106131d8565b606554604080516001600160a01b038084168252841660208201529192917fe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e39190a16001600160a01b03166001600160a01b03199190911617606555565b90600161329b60ff9361359f565b928392161b11156132a95790565b63ca95733360e01b5f5260045ffd5b805f915b6132c4575090565b5f1981018181116117265761ffff9116911661ffff81146117265760010190806132bc565b906132f2612cc2565b5061ffff81169061020082101561339757600182146133925761331361024b565b5f81525f602082015292906001905f925b61ffff831685101561333857505050505090565b600161ffff831660ff86161c811614613372575b600161336861335d8360ff94612d4c565b9460011b61fffe1690565b9401169291613324565b94600161336861335d6133878960ff95612d4c565b98935050505061334c565b505090565b637fc4ea7d60e11b5f5260045ffd5b6133ae612cc2565b5080519081158061341f575b156133db5750506040516133cf604082610218565b5f81525f602082015290565b60205f5160206137f25f395f51905f52910151065f5160206137f25f395f51905f52035f5160206137f25f395f51905f5281116117265760405191612e9b836101dd565b506020810151156133ba565b603380546001600160a01b039283166001600160a01b0319821681179092559091167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3565b6065546001600160a01b0316330361348757565b638e79fdb560e01b5f5260045ffd5b6040516323b872dd60e01b60208201526001600160a01b039283166024820152929091166044830152606480830193909352918152610249916134da608483610218565b61368e565b604051636eb1769f60e11b81523060048201526001600160a01b0383166024820152602081806044810103816001600160a01b0386165afa90811561049057610249946134da92613536925f9161356a5750611763565b60405163095ea7b360e01b60208201526001600160a01b039490941660248501526044808501919091528352606483610218565b613583915060203d602011611968576119598183610218565b5f611931565b1561359057565b631019106960e31b5f5260045ffd5b906101008251116136085781511561360357602082015160019060f81c81901b5b83518210156135fe576001906135e96135df6118ef6118e186896116f3565b60ff600191161b90565b906135f5818311613589565b179101906135c0565b925050565b5f9150565b637da54e4760e11b5f5260045ffd5b90816020910312610291575180151581036102915790565b1561363657565b60405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608490fd5b610249916137109160018060a01b03165f80604051936136af604086610218565b602085527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564602086015260208151910182855af13d1561373e573d916136f483610be3565b926137026040519485610218565b83523d5f602085013e61375c565b8051908115918215613724575b505061362f565b6137379250602080918301019101613617565b5f8061371d565b60609161375c565b1561374d57565b63d51edae360e01b5f5260045ffd5b919290156137be5750815115613770575090565b3b156137795790565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b8251909150156137d15750805190602001fd5b60405162461bcd60e51b81529081906137ed90600483016127d9565b0390fdfe30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47a2646970667358221220c4905b9f938a31a86a84d2571c92dbbdb0c3937a748b457401e5c0e21c9f62be64736f6c634300081b0033","gas_used":2934179,"gas_limit":3901989,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3}]},{"parent":0,"children":[2],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xcbeaf3bde82155f56486fb5a1072cb8baaf547cc","address":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x68304835","output":"0x0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf","gas_used":7863,"gas_limit":3837893,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","address":"0x82e01223d51eb87e16a03e24687edf0f294da6f1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x68304835","output":"0x0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf","gas_used":794,"gas_limit":3771000,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":0,"children":[4],"idx":3,"trace":{"depth":1,"success":true,"caller":"0xcbeaf3bde82155f56486fb5a1072cb8baaf547cc","address":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x68304835","output":"0x0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf","gas_used":1363,"gas_limit":3806801,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[],"idx":4,"trace":{"depth":2,"success":true,"caller":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","address":"0x82e01223d51eb87e16a03e24687edf0f294da6f1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x68304835","output":"0x0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf","gas_used":794,"gas_limit":3746793,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":0,"children":[6],"idx":5,"trace":{"depth":1,"success":true,"caller":"0xcbeaf3bde82155f56486fb5a1072cb8baaf547cc","address":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x5df45946","output":"0x0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c98528","gas_used":1341,"gas_limit":3804999,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":5,"children":[],"idx":6,"trace":{"depth":2,"success":true,"caller":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","address":"0x82e01223d51eb87e16a03e24687edf0f294da6f1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x5df45946","output":"0x0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c98528","gas_used":772,"gas_limit":3745019,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":0,"children":[8],"idx":7,"trace":{"depth":1,"success":true,"caller":"0xcbeaf3bde82155f56486fb5a1072cb8baaf547cc","address":"0x0e801d84fa97b50751dbf25036d067dcf18858bf","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xdf5cf723","output":"0x000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c9","gas_used":7955,"gas_limit":3800765,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":2,"success":true,"caller":"0x0e801d84fa97b50751dbf25036d067dcf18858bf","address":"0x1291be112d480055dafd8a610b7d1e203891c274","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xdf5cf723","output":"0x000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c9","gas_used":886,"gas_limit":3734452,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x60806040526004361015610011575f80fd5b5f3560e01c8063171f1d5b146101c45780631785f53c146101bf5780631fdb0cfd146101ba578063279432eb146101b557806333cfb7b7146101b05780633bc28c8c146101ab5780635df45946146101a657806368304835146101a15780636b3aa72e1461019c5780636d14a987146101975780636efb463614610192578063715018a61461018d5780638da5cb5b146101885780639926ee7d146101835780639da16d8e1461017e578063a0169ddd14610179578063a20b99bf14610174578063a364f4da1461016f578063a98fb3551461016a578063ba55088014610165578063c1a8e2c514610160578063c4d66de81461015b578063df5cf72314610156578063e481af9d14610151578063f2fde38b1461014c578063fc299dee146101475763fce36c7d14610142575f80fd5b61145c565b611434565b6113a3565b611388565b611344565b611251565b611166565b6110da565b61103a565b610f7d565b610e3d565b610d5a565b610cd0565b610c34565b610bbb565b610b60565b610acb565b610779565b610735565b6106f1565b6106ad565b610676565b61063e565b610572565b6104d2565b6103ea565b610371565b634e487b7160e01b5f52604160045260245ffd5b604081019081106001600160401b038211176101f857604052565b6101c9565b606081019081106001600160401b038211176101f857604052565b90601f801991011681019081106001600160401b038211176101f857604052565b6040519061024961010083610218565b565b60405190610249604083610218565b906102496040519283610218565b60409060e31901126102915760405190610281826101dd565b60e4358252610104356020830152565b5f80fd5b9190826040910312610291576040516102ad816101dd565b6020808294803584520135910152565b9080601f8301121561029157604051916102d8604084610218565b82906040810192831161029157905b8282106102f45750505090565b81358152602091820191016102e7565b9060806063198301126102915760405161031d816101dd565b6020610338829461032f8160646102bd565b845260a46102bd565b910152565b91906080838203126102915760206103386040519261035b846101dd565b6040849661036983826102bd565b8652016102bd565b3461029157610120366003190112610291576004356040366023190112610291576103c960409182516103a3816101dd565b602435815260443560208201526103b936610304565b906103c336610268565b9261156e565b8251911515825215156020820152f35b6001600160a01b0381160361029157565b34610291575f602036600319011261029157600435610408816103d9565b610410613139565b7f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7886001600160a01b0316803b156102915760405163268959e560e01b81523060048201526001600160a01b0390921660248301525f908290818381604481015b03925af1801561049057610482575080f35b61048e91505f90610218565b005b611654565b6060906003190112610291576004356104ad816103d9565b906024356104ba816103d9565b906044356001600160e01b0319811681036102915790565b34610291576104e036610495565b6104e8613139565b7f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7886001600160a01b031692833b1561029157604051634a86c03760e11b81523060048201526001600160a01b039182166024820152921660448301526001600160e01b03191660648201525f81608481015b93818381819703925af1801561049057610482575080f35b34610291575f602036600319011261029157600435610590816103d9565b610598613139565b7f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7886001600160a01b0316803b156102915760405163eb5a4e8760e01b81523060048201526001600160a01b0390921660248301525f90829081838160448101610470565b60206040818301928281528451809452019201905f5b81811061061f5750505090565b82516001600160a01b0316845260209384019390920191600101610612565b3461029157602036600319011261029157610672610666600435610661816103d9565b6117dd565b604051918291826105fc565b0390f35b346102915760203660031901126102915761048e600435610696816103d9565b61069e613139565b61322f565b5f91031261029157565b34610291575f366003190112610291576040517f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985286001600160a01b03168152602090f35b34610291575f366003190112610291576040517f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b03168152602090f35b34610291575f366003190112610291576040517f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b03168152602090f35b34610291575f366003190112610291576040517f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03168152602090f35b6044359063ffffffff8216820361029157565b359063ffffffff8216820361029157565b6001600160401b0381116101f85760051b60200190565b9080601f8301121561029157813561080f816107e1565b9261081d6040519485610218565b81845260208085019260051b82010192831161029157602001905b8282106108455750505090565b60208091610852846107d0565b815201910190610838565b81601f82011215610291578035610873816107e1565b926108816040519485610218565b81845260208085019260061b8401019281841161029157602001915b8383106108ab575050505090565b60206040916108ba8486610295565b81520192019161089d565b9080601f830112156102915781356108dc816107e1565b926108ea6040519485610218565b81845260208085019260051b820101918383116102915760208201905b83821061091657505050505090565b81356001600160401b03811161029157602091610938878480948801016107f8565b815201910190610907565b9190916101808184031261029157610959610239565b9281356001600160401b03811161029157816109769184016107f8565b845260208201356001600160401b038111610291578161099791840161085d565b602085015260408201356001600160401b03811161029157816109bb91840161085d565b60408501526109cd816060840161033d565b60608501526109df8160e08401610295565b60808501526101208201356001600160401b0381116102915781610a049184016107f8565b60a08501526101408201356001600160401b0381116102915781610a299184016107f8565b60c08501526101608201356001600160401b03811161029157610a4c92016108c5565b60e0830152565b90602080835192838152019201905f5b818110610a705750505090565b82516001600160601b0316845260209384019390920191600101610a63565b929190610ac66020916040865282610ab282516040808a01526080890190610a53565b910151868203603f19016060880152610a53565b930152565b34610291576080366003190112610291576004356024356001600160401b03811161029157366023820112156102915780600401356001600160401b03811161029157366024828401011161029157610b226107bd565b90606435936001600160401b038511610291576024610b48610b50963690600401610943565b940190611cf1565b9061067260405192839283610a8f565b34610291575f36600319011261029157610b78613139565b603380546001600160a01b031981169091555f906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b34610291575f366003190112610291576033546040516001600160a01b039091168152602090f35b6001600160401b0381116101f857601f01601f191660200190565b929192610c0a82610be3565b91610c186040519384610218565b829481845281830111610291578281602093845f960137010152565b3461029157604036600319011261029157600435610c51816103d9565b602435906001600160401b03821161029157606060031983360301126102915760405190610c7e826101fd565b82600401356001600160401b038111610291578301366023820112156102915761048e93610cb86044923690602460048201359101610bfe565b84526024810135602085015201356040830152612418565b34610291575f602036600319011261029157600435610cee816103d9565b610cf6613139565b7f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7886001600160a01b0316803b1561029157604051634f906cf960e01b81523060048201526001600160a01b0390921660248301525f90829081838160448101610470565b34610291575f602036600319011261029157600435610d78816103d9565b610d80613139565b7f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b031690813b156102915760405163a0169ddd60e01b81526001600160a01b039091166004820152905f908290602490829084905af1801561049057610482575080f35b906020600319830112610291576004356001600160401b0381116102915760040182601f82011215610291578035926001600160401b038411610291576020808301928560051b010111610291579190565b3461029157610e4b36610deb565b90610e54613473565b7f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b0316915f5b818110610ed85750823b1561029157610eb4925f9283604051809681958294634e5cd2fd60e11b84523060048501612669565b03925af1801561049057610ec457005b80610ed25f61048e93610218565b806106a3565b915f93915f915b610ef7610eed868484612516565b6040810190612538565b9050831015610f33576001610f2981976020610f2187610f1b610eed8c8a8a612516565b9061256d565b013590611763565b9301929550610edf565b9390929460019250610f7790610f61813088610f5c6020610f56898c3395612516565b0161257d565b613496565b86610f726020610f5686898b612516565b6134df565b01610e81565b34610291575f602036600319011261029157600435610f9b816103d9565b610fcf337f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b031614612402565b7f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b031690813b15610291576040516351b27a6d60e11b81526001600160a01b039091166004820152905f908290602490829084905af1801561049057610482575080f35b34610291575f6020366003190112610291576004356001600160401b03811161029157366023820112156102915761107c903690602481600401359101610bfe565b611084613139565b7f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b0316803b156102915760405163a98fb35560e01b8152915f91839182908490829061047090600483016127d9565b34610291576110e836610495565b6110f0613139565b7f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7886001600160a01b031692833b1561029157604051630664120160e01b81523060048201526001600160a01b039182166024820152921660448301526001600160e01b03191660648201525f816084810161055a565b3461029157604036600319011261029157600435611183816103d9565b6024356001600160401b038111610291576111a29036906004016107f8565b6111d6337f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b031614612402565b6111f3604051926111e6846101fd565b6001600160a01b03168352565b30602083015260408201527f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b0316803b1561029157604051636e3492b560e01b8152905f908290818381610eb488600483016127ea565b346102915760203660031901126102915760043561126e816103d9565b6112bc5f54916112a261128c6112888560ff9060081c1690565b1590565b80948195611336575b8115611316575b50612854565b826112b3600160ff195f5416175f55565b6112ff576128b7565b6112c257005b6112d061ff00195f54165f55565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1005b61131161010061ff00195f5416175f55565b6128b7565b303b15915081611328575b505f61129c565b60ff1660011490505f611321565b600160ff8216109150611295565b34610291575f366003190112610291576040517f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b03168152602090f35b34610291575f3660031901126102915761067261066661299e565b34610291576020366003190112610291576004356113c0816103d9565b6113c8613139565b6001600160a01b038116156113e05761048e9061342b565b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b34610291575f366003190112610291576065546040516001600160a01b039091168152602090f35b346102915761146a36610deb565b90611473613473565b7f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b0316915f5b8181106114d25750823b1561029157610eb4925f928360405180968195829463fce36c7d60e01b845260048401612bed565b806115016114e86020610f566001958789612bcb565b60406114f5848789612bcb565b01359030903390613496565b61152a6115146020610f56848789612bcb565b86604061152285888a612bcb565b0135916134df565b016114a0565b634e487b7160e01b5f52603260045260245ffd5b9060028110156115555760051b0190565b611530565b634e487b7160e01b5f52601260045260245ffd5b61164a6116276116509561162161161a85875160208901518a515160208c51015160208d016020815151915101519189519360208b0151956040519760208901998a5260208a015260408901526060880152608087015260a086015260c085015260e08401526101008301526115f181610120840103601f198101835282610218565b5190207f30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f0000001900690565b8096612d06565b90612d4c565b9261162161163c611636612dae565b94612ea5565b91611645612fc1565b612d06565b9161300b565b9091565b6040513d5f823e3d90fd5b90816020910312610291575190565b9081602091031261029157516001600160c01b03811681036102915790565b90816020910312610291575160ff811681036102915790565b604051906116b5602083610218565b5f808352366020840137565b906116cb826107e1565b6116d86040519182610218565b82815280926116e9601f19916107e1565b0190602036910137565b908151811015611555570160200190565b634e487b7160e01b5f52601160045260245ffd5b906001820180921161172657565b611704565b906002820180921161172657565b906003820180921161172657565b906004820180921161172657565b906005820180921161172657565b9190820180921161172657565b6001600160601b0381160361029157565b908160409103126102915760206040519161179b836101dd565b80516117a6816103d9565b835201516117b381611770565b602082015290565b80518210156115555760209160051b010190565b5f1981146117265760010190565b6040516309aa152760e11b81526001600160a01b0391821660048201527f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc4990911690602081602481855afa9081156104905761185d916020915f91611b5c575b506040518093819263871ef04960e01b8352600483019190602083019252565b0381855afa908115610490575f91611b2d575b506001600160c01b0316908115908115611aca575b50611abe5761189390613191565b5f91907f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b031690835b815185101561196f5761191860206118f56118ef6118e189876116f3565b516001600160f81b03191690565b60f81c90565b604051633ca5a5f560e01b815260ff909116600482015291829081906024820190565b0381875afa801561049057600192611937925f9261193f575b50611763565b9401936118c3565b61196191925060203d8111611968575b6119598183610218565b81019061165f565b905f611931565b503d61194f565b61197a9194506116c1565b925f905f5b8151811015611ab8576119986118ef6118e183856116f3565b604051633ca5a5f560e01b815260ff8216600482015290602082602481895afa918215610490575f92611a98575b50905f915b8183106119dd5750505060010161197f565b604080516356e4026d60e11b815260ff83166004820152602481018590529396929391929190816044818b5afa91821561049057611a5c8b611a4d83611a47611a3b600198611a61985f91611a6a575b50516001600160a01b031690565b6001600160a01b031690565b926117bb565b6001600160a01b039091169052565b6117cf565b950191906119cb565b611a8b915060403d8111611a91575b611a838183610218565b810190611781565b5f611a2d565b503d611a79565b611ab191925060203d8111611968576119598183610218565b905f6119c6565b50505050565b50611ac76116a6565b90565b604051639aa1653d60e01b81529150602090829060049082905afa80156104905760ff915f91611afe575b5016155f611885565b611b20915060203d602011611b26575b611b188183610218565b81019061168d565b5f611af5565b503d611b0e565b611b4f915060203d602011611b55575b611b478183610218565b81019061166e565b5f611870565b503d611b3d565b611b739150823d8411611968576119598183610218565b5f61183d565b60405190611b86826101dd565b60606020838281520152565b15611b9957565b62f8202d60e51b5f5260045ffd5b15611bae57565b6343714afd60e01b5f5260045ffd5b15611bc457565b635f832f4160e01b5f5260045ffd5b15611bda57565b634b874f4560e01b5f5260045ffd5b5f1981019190821161172657565b15611bfe57565b633fdc650560e21b5f5260045ffd5b90821015611555570190565b90816020910312610291575167ffffffffffffffff19811681036102915790565b15611c4157565b63e1310aed60e01b5f5260045ffd5b908160209103126102915751611ac781611770565b906001600160601b03809116911603906001600160601b03821161172657565b15611c8c57565b6367988d3360e01b5f5260045ffd5b15611ca257565b63ab1b236b60e01b5f5260045ffd5b60049163ffffffff60e01b9060e01b1681520160208251919201905f5b818110611cdb5750505090565b8251845260209384019390920191600101611cce565b949392909193611cff611b79565b50611d0b851515611b92565b6040840151518514806123f4575b806123e6575b806123d8575b611d2e90611ba7565b611d4060208501515185515114611bbd565b611d5763ffffffff431663ffffffff841610611bd3565b611d5f61024b565b5f81525f602082015292611d71611b79565b611d7a876116c1565b6020820152611d88876116c1565b8152611d92611b79565b92611da16020880151516116c1565b8452611db16020880151516116c1565b602085810191909152604051639aa1653d60e01b815290816004817f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03165afa801561049057611e1a915f916123b9575b50611e15368b87610bfe565b61328d565b985f965b60208901518051891015611f9657602088611e8b611e818c611e798f96868e611e5e611e4b8680956117bb565b5180515f526020015160205260405f2090565b611e6b84848401516117bb565b5282611f63575b01516117bb565b5195516117bb565b5163ffffffff1690565b6040516304ec635160e01b8152600481019490945263ffffffff9182166024850152166044830152816064816001600160a01b037f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49165afa918215610490576116218a611f388f611f318f8460208f92611f2893611f208460019e611f3e9e5f91611f46575b508f8060c01b031692516117bb565b5201516117bb565b51938d516117bb565b51166132b8565b906132e9565b970196611e1e565b611f5d9150863d8111611b5557611b478183610218565b5f611f11565b611f91611f7384848401516117bb565b51611f8a84840151611f8487611be9565b906117bb565b5110611bf7565b611e72565b50909597949650611fab9198939299506133a6565b915f905b8082106120115750505092611fea611fe5611fde61200b9585611ffd986080606060209901519201519261156e565b9190611c85565b611c9b565b0151604051928391602083019586611cb1565b03601f198101835282610218565b51902090565b918495969361205c6118ef61204e8587612048879f989e9b611e4b84604061203a9301516117bb565b67ffffffffffffffff191690565b96611c0d565b356001600160f81b03191690565b602087612070611e818d60a08d01516117bb565b604051631a2f32ab60e21b815260ff94909416600485015263ffffffff9182166024850152166044830152816064816001600160a01b037f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c98528165afa9283156104905761210c936120f7925f9161238b575b5067ffffffffffffffff19918216911614611c3a565b6121058960408901516117bb565b5190612d4c565b9061211e6118ef61204e8a868d611c0d565b602086612132611e818c60c08c01516117bb565b604051636414a62b60e11b815260ff94909416600485015263ffffffff9182166024850152166044830152816064816001600160a01b037f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf165afa8015610490576121c88a60208e611e726121d5956121e0975f9161236e575b506121ba85858501516117bb565b906001600160601b03169052565b516001600160601b031690565b6121ba8a8d516117bb565b5f965f5b60208801515181101561235a57898b612220612201848a516117bb565b516122136118ef61204e868c87611c0d565b60ff161c60019081161490565b61222f575b50506001016121e4565b88886122b6612276611e81879f8f978060e08f849c602061225f6118ef61204e839f98612267966122709a611c0d565b9a01516117bb565b519a01516117bb565b516117bb565b60405163795f4a5760e11b815260ff909316600484015263ffffffff93841660248401526044830195909552919093166064840152829081906084820190565b03817f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b03165afa918215610490576123198e6001948e86955f92612324575b50611a476121ba929351936123146121c884876117bb565b611c65565b01989050898b612225565b6121ba925061234c611a479160203d8111612353575b6123448183610218565b810190611c50565b92506122fc565b503d61233a565b509594976001919993929497500190611faf565b6123859150843d8111612353576123448183610218565b5f6121ac565b6123ac915060203d81116123b2575b6123a48183610218565b810190611c19565b5f6120e1565b503d61239a565b6123d2915060203d602011611b2657611b188183610218565b5f611e09565b5060e0840151518514611d25565b5060c0840151518514611d1f565b5060a0840151518514611d19565b1561240957565b634394dbdf60e11b5f5260045ffd5b61244c337f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b031614612402565b7f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b031691823b15610291575f928392604051948580948193639926ee7d60e01b835260018060a01b031660048301526040602483015260406124c182516060604486015260a48501906124f2565b91602081015160648501520151608483015203925af18015610490576124e45750565b80610ed25f61024993610218565b805180835260209291819084018484015e5f828201840152601f01601f1916010190565b91908110156115555760051b8101359060be1981360301821215610291570190565b903590601e198136030182121561029157018035906001600160401b03821161029157602001918160061b3603831361029157565b91908110156115555760061b0190565b35611ac7816103d9565b9035601e19823603018112156102915701602081359101916001600160401b038211610291578160061b3603831361029157565b916020908281520191905f5b8181106125d45750505090565b90919260408060019286356125e8816103d9565b848060a01b031681526001600160601b03602088013561260781611770565b1660208201520194019291016125c7565b9035601e19823603018112156102915701602081359101916001600160401b03821161029157813603831361029157565b908060209392818452848401375f828201840152601f01601f1916010190565b6001600160a01b0390911681526040602082018190528101839052600583901b810160609081019383923684900360be1901925f91908101905b8383106126b4575050505050505090565b90919293949596605f19828203018352873586811215610291578701906126ec6126de8380612587565b60c0845260c08401916125bb565b9160208101356126fb816103d9565b6001600160a01b031660208381019190915261271a6040830183612587565b848603604086015280865294909101935f5b8181106127a5575050506127946001936020936127868461276061275360608998016107d0565b63ffffffff166060850152565b61277c61276f608083016107d0565b63ffffffff166080850152565b60a0810190612618565b9160a0818503910152612649565b9901930193019195949392906126a3565b90919460408060019288356127b9816103d9565b848060a01b0316815260208901356020820152019601910191909161272c565b906020611ac79281815201906124f2565b602080825282516001600160a01b039081168284015281840151166040808401919091529092015160608083015280516080830181905260a09092019201905f5b8181106128385750505090565b825163ffffffff1684526020938401939092019160010161282b565b1561285b57565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b60ff5f5460081c1615612945576128cd8161342b565b6128d68161322f565b7f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7886001600160a01b0316803b156102915760405163eb5a4e8760e01b81523060048201526001600160a01b039290921660248301525f908290604490829084905af18015610490576124e45750565b60405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608490fd5b604051639aa1653d60e01b81527f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b031690602081600481855afa80156104905760ff915f91612bac575b50168015612ba2577f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b0316905f9081905b808310612b5e5750612a3991506116c1565b925f905f5b604051639aa1653d60e01b8152602081600481895afa80156104905760ff915f91612b40575b5016811015612b3957604051633ca5a5f560e01b815260ff821660048201819052602082602481895afa918215610490575f92612b19575b50905f915b818310612ab357505050600101612a3e565b604080516356e4026d60e11b815260ff83166004820152602481018590529396929391929190816044818b5afa91821561049057611a5c8b611a4d83611a47611a3b600198612b10985f91611a6a5750516001600160a01b031690565b95019190612aa1565b612b3291925060203d8111611968576119598183610218565b905f612a9c565b5092505050565b612b58915060203d8111611b2657611b188183610218565b5f612a64565b604051633ca5a5f560e01b815260ff84166004820152909190602081602481885afa801561049057600192612b99925f9261193f5750611763565b92019190612a27565b5050611ac76116a6565b612bc5915060203d602011611b2657611b188183610218565b5f6129ef565b91908110156115555760051b81013590609e1981360301821215610291570190565b909180602083016020845252604082019260408260051b8401019381935f91609e1984360301915b858410612c26575050505050505090565b90919293949596603f19828203018352873590848212156102915760208091886001940190608063ffffffff612cad82612c71612c638780612587565b60a0885260a08801916125bb565b9587810135612c7f816103d9565b8a8060a01b0316888701526040810135604087015283612ca1606083016107d0565b166060870152016107d0565b16910152990193019401929195949390612c15565b60405190612ccf826101dd565b5f6020838281520152565b60405190610180612ceb8184610218565b368337565b60405190612cff602083610218565b6020368337565b91906040906060612d15612cc2565b9485926020855192612d278585610218565b8436853780518452015160208301528482015260076107cf195a01fa15612d4a57565bfe5b602092916080604092612d5d612cc2565b95869381865193612d6e8686610218565b85368637805185520151828401528051868401520151606082015260066107cf195a01fa8015612d4a5715612d9f57565b63d4b68fd760e01b5f5260045ffd5b604051612dba816101dd565b6040908151612dc98382610218565b8236823781526020825191612dde8484610218565b8336843701528051612df08282610218565b7f198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c281527f1800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed6020820152815190612e468383610218565b7f275dc4a288d1afb3cbb1ac09187524c7db36395df7be3b99e673b13a075a65ec82527f1d9befcd05a5323e6da4d435f3b617cdb3af83285c2df711ef39c01571827f9d6020830152612e9b83519384610218565b8252602082015290565b5f5160206137f25f395f51905f5290612ebc612cc2565b505f919006602060c0835b612fbc575f935f5160206137f25f395f51905f5260038186818180090908604051612ef28582610218565b84368237848185604051612f068282610218565b813682378381528360208201528360408201528560608201527f0c19139cb84c680a6e14116da060561765e05aa45a1c72a34f082305b61f3f5260808201525f5160206137f25f395f51905f5260a082015260056107cf195a01fa8015612d4a57612f7090613746565b5191612fbc575f5160206137f25f395f51905f5282800914612fa757505f5160206137f25f395f51905f5260015f94089293612ec7565b92935050612fb361024b565b92835282015290565b61155a565b612fc9612cc2565b50604051612fd6816101dd565b600181526002602082015290565b9060068202918083046006149015171561172657565b90600c8110156115555760051b0190565b93929091613019604061025a565b948552602085015261302b604061025a565b918252602082015261303b612cda565b925f5b6002811061306857505050602061018092613057612cf0565b93849160086201d4c0fa9151151590565b80613074600192612fe4565b61307e8285611544565b515161308a8289612ffa565b5260206130978386611544565b5101516130ac6130a683611718565b89612ffa565b526130b78286611544565b5151516130c66130a68361172b565b526130dc6130d48387611544565b515160200190565b516130e96130a683611739565b5260206130f68387611544565b510151516131066130a683611747565b5261313261312c613125602061311c868a611544565b51015160200190565b5192611755565b88612ffa565b520161303e565b6033546001600160a01b0316330361314d57565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b61ffff61319d826132b8565b166131a781610be3565b906131b56040519283610218565b8082526131c4601f1991610be3565b013660208301375f5f5b8251821080613224575b1561321d576001811b84166131f6575b6131f1906117cf565b6131ce565b9060016131f19160ff60f81b8460f81b165f1a61321382876116f3565b53019190506131e8565b5050905090565b5061010081106131d8565b606554604080516001600160a01b038084168252841660208201529192917fe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e39190a16001600160a01b03166001600160a01b03199190911617606555565b90600161329b60ff9361359f565b928392161b11156132a95790565b63ca95733360e01b5f5260045ffd5b805f915b6132c4575090565b5f1981018181116117265761ffff9116911661ffff81146117265760010190806132bc565b906132f2612cc2565b5061ffff81169061020082101561339757600182146133925761331361024b565b5f81525f602082015292906001905f925b61ffff831685101561333857505050505090565b600161ffff831660ff86161c811614613372575b600161336861335d8360ff94612d4c565b9460011b61fffe1690565b9401169291613324565b94600161336861335d6133878960ff95612d4c565b98935050505061334c565b505090565b637fc4ea7d60e11b5f5260045ffd5b6133ae612cc2565b5080519081158061341f575b156133db5750506040516133cf604082610218565b5f81525f602082015290565b60205f5160206137f25f395f51905f52910151065f5160206137f25f395f51905f52035f5160206137f25f395f51905f5281116117265760405191612e9b836101dd565b506020810151156133ba565b603380546001600160a01b039283166001600160a01b0319821681179092559091167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3565b6065546001600160a01b0316330361348757565b638e79fdb560e01b5f5260045ffd5b6040516323b872dd60e01b60208201526001600160a01b039283166024820152929091166044830152606480830193909352918152610249916134da608483610218565b61368e565b604051636eb1769f60e11b81523060048201526001600160a01b0383166024820152602081806044810103816001600160a01b0386165afa90811561049057610249946134da92613536925f9161356a5750611763565b60405163095ea7b360e01b60208201526001600160a01b039490941660248501526044808501919091528352606483610218565b613583915060203d602011611968576119598183610218565b5f611931565b1561359057565b631019106960e31b5f5260045ffd5b906101008251116136085781511561360357602082015160019060f81c81901b5b83518210156135fe576001906135e96135df6118ef6118e186896116f3565b60ff600191161b90565b906135f5818311613589565b179101906135c0565b925050565b5f9150565b637da54e4760e11b5f5260045ffd5b90816020910312610291575180151581036102915790565b1561363657565b60405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608490fd5b610249916137109160018060a01b03165f80604051936136af604086610218565b602085527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564602086015260208151910182855af13d1561373e573d916136f483610be3565b926137026040519485610218565b83523d5f602085013e61375c565b8051908115918215613724575b505061362f565b6137379250602080918301019101613617565b5f8061371d565b60609161375c565b1561374d57565b63d51edae360e01b5f5260045ffd5b919290156137be5750815115613770575090565b3b156137795790565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b8251909150156137d15750805190602001fd5b60405162461bcd60e51b81529081906137ed90600483016127d9565b0390fdfe30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47a2646970667358221220c4905b9f938a31a86a84d2571c92dbbdb0c3937a748b457401e5c0e21c9f62be64736f6c634300081b0033","nonce":60,"gas_used":3226035},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x3139b3","logs":[{"address":"0xcbeaf3bde82155f56486fb5a1072cb8baaf547cc","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000044000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x2f7c71350a6483622010c4e33bae88c0a0fbd0637e9da81365c1745f45363ca7","block_number":36},{"info":{"transaction_hash":"0x96056aa62e52b82c00c256cc0de8f6bddce8c3b01b4850db7b6aab337f7c4b07","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee400000000000000000000000000000000000000000000000087046ef5ec157d3a","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4"],"data":"0x00000000000000000000000000000000000000000000000087046ef5ec157d3a"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":271,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4"],"data":"0x00000000000000000000000000000000000000000000000087046ef5ec157d3a"}],"logsBloom":"0x00000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000004000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000400000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x9d562b72dbbaedb3ef6bdc08fea85a8ab65abd10cea7e47d9f2806a2a4da3ad5","block_number":243},{"info":{"transaction_hash":"0xc17806570c4d45777127c7a66067afbd400a12d228dc1264ca634367297e0f92","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d0000000000000000000000000000000000000000000000002f8498dda5bb1dde","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d"],"data":"0x0000000000000000000000000000000000000000000000002f8498dda5bb1dde"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":245,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d"],"data":"0x0000000000000000000000000000000000000000000000002f8498dda5bb1dde"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000008000002000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x903941d46d4dd799f48149ff1a267bb3348e28ed986d52a057a7d936ddfd2bf8","block_number":217},{"info":{"transaction_hash":"0x589c71c4ba90986e02f1b824137db331794efb8755afe2cbdde1f43533e0233a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x3c44cdddb6a900fa2b585dd299e03d12fa4293bc","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x3c44cdddb6a900fa2b585dd299e03d12fa4293bc","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":85,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x79d41ddab81c6214ef8f746939b74299a04b202bd38e537a0452802d0dd830c9","block_number":57},{"info":{"transaction_hash":"0x47573a740d3852c8f91deea74c2caa4ede286826558ad951f9f557781895dd79","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052604051610d76380380610d76833981016040819052610022916103c3565b828161002f82825f610043565b5061003b90508261006e565b5050506104df565b61004c836100db565b5f825111806100585750805b1561006957610067838361011a565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6100ad5f516020610d2f5f395f51905f52546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16100d881610146565b50565b6100e4816101e1565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b606061013f8383604051806060016040528060278152602001610d4f60279139610275565b9392505050565b6001600160a01b0381166101b05760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b805f516020610d2f5f395f51905f525b80546001600160a01b0319166001600160a01b039290921691909117905550565b6001600160a01b0381163b61024e5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016101a7565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6101c0565b60605f5f856001600160a01b0316856040516102919190610494565b5f60405180830381855af49150503d805f81146102c9576040519150601f19603f3d011682016040523d82523d5f602084013e6102ce565b606091505b5090925090506102e0868383876102ea565b9695505050505050565b606083156103585782515f03610351576001600160a01b0385163b6103515760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016101a7565b5081610362565b610362838361036a565b949350505050565b81511561037a5781518083602001fd5b8060405162461bcd60e51b81526004016101a791906104aa565b80516001600160a01b03811681146103aa575f5ffd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156103d5575f5ffd5b6103de84610394565b92506103ec60208501610394565b60408501519092506001600160401b03811115610407575f5ffd5b8401601f81018613610417575f5ffd5b80516001600160401b03811115610430576104306103af565b604051601f8201601f19908116603f011681016001600160401b038111828210171561045e5761045e6103af565b604052818152828201602001881015610475575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b610843806104ec5f395ff3fe60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","output":"0x60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033","gas_used":474055,"gas_limit":648947,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033","nonce":4,"gas_used":582975},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x8e53f","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000001000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000420000000000000000000000000000000000000008000000000000000000001000000000100000000000000"},"block_hash":"0x86018fb5d079b77cb3129f4aea993b36399d469254d8ff84754398c7055c3e21","block_number":5},{"info":{"transaction_hash":"0x186dbc2153cf0c957f41d20a7df0796fab392940357b39807de788c786e6e822","transaction_index":0,"from":"0xd6a098ebcc5f8bd4e174d915c54486b077a34a51","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xd6a098ebcc5f8bd4e174d915c54486b077a34a51","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353200000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a510000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a510000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a5100000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000618"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a5100000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a5100000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a5100000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000618"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353200000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000200000000000000000000000000000000000000001000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x8c0556a434635c53e22fae3fff09cb1b80d016c0546732a5a81c2d7d8959920c","block_number":359},{"info":{"transaction_hash":"0x1638b2d9808d90eb2ac0c4bec12e8c90313c50f7c9f5a36d3887daefc4e00cf3","transaction_index":0,"from":"0x63c3686ef31c03a641e2ea8993a91ea351e5891a","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x63c3686ef31c03a641e2ea8993a91ea351e5891a","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363700000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e600000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e600000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000636"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a1700000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a1700000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb8700000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb8700000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000636"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363700000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000401000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000200000000000000400000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xb79eca90cda671bb395916ffe3eb5c70b59916407a47b12cfc9380bb4f5cfe0f","block_number":389},{"info":{"transaction_hash":"0xceb9befc596b73a881a7a3066125e615085dda406a15c66d009009b4e72e222f","transaction_index":0,"from":"0x7df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x7df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001570f3822260154b","output":"0x0000000000000000000000000000000000000000000000001570f3822260154b","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001570f3822260154b","output":"0x0000000000000000000000000000000000000000000000001570f3822260154b","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001570f3822260154b"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001570f3822260154b","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000001570f3822260154b"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001570f3822260154b","output":"0x0000000000000000000000000000000000000000000000001570f3822260154b","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001570f3822260154b","output":"0x0000000000000000000000000000000000000000000000001570f3822260154b","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000154a7c5be80ef35031","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000154a7c5be80ef35031","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001570f3822260154b","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001570f3822260154b","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40"],"data":"0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001570f3822260154b"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000001570f3822260154b","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000001570f3822260154b"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001570f3822260154b"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40"],"data":"0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001570f3822260154b"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000008000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000008000001000000004000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x831bcc7489c28310c9fd6cbad95e67c6efb1d64e2b47dc4d12b180494823bb20","block_number":412},{"info":{"transaction_hash":"0x2350e596160fc7623e2754e6243e07e605a6ae5d798c3f3dd1172ce98b14e761","transaction_index":0,"from":"0x344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002d140bef1be0a9d1","output":"0x0000000000000000000000000000000000000000000000002d140bef1be0a9d1","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002d140bef1be0a9d1","output":"0x0000000000000000000000000000000000000000000000002d140bef1be0a9d1","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002d140bef1be0a9d1"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002d140bef1be0a9d1","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000002d140bef1be0a9d1"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002d140bef1be0a9d1","output":"0x0000000000000000000000000000000000000000000000002d140bef1be0a9d1","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002d140bef1be0a9d1","output":"0x0000000000000000000000000000000000000000000000002d140bef1be0a9d1","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000131957a6d646af7b97","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000131957a6d646af7b97","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002d140bef1be0a9d1","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002d140bef1be0a9d1","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9"],"data":"0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002d140bef1be0a9d1"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000002d140bef1be0a9d1","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000002d140bef1be0a9d1"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002d140bef1be0a9d1"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9"],"data":"0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002d140bef1be0a9d1"}],"logsBloom":"0x00010000000000200000000000000000000000000000000000000000000000000020000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x92ab3a07d269b8a30e529ca7fd50fb1c824ad3efb1e00b9a903fd144d9e960cd","block_number":394},{"info":{"transaction_hash":"0x35deaee6fac66ed97b47716006f52a1d898afbbfe485a36b982410bb4e0445d6","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f6166440000000000000000000000000000000000000000000000006545d716817d36a9","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644"],"data":"0x0000000000000000000000000000000000000000000000006545d716817d36a9"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":263,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644"],"data":"0x0000000000000000000000000000000000000000000000006545d716817d36a9"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000018000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000020000000000"},"block_hash":"0x3373100e2b4382d9352960b7b89e2b8e3d12898bd91914d82e04a1ba857f3aee","block_number":235},{"info":{"transaction_hash":"0x28ef0719327eb479ef47ce65ddbbc3fa775bf3f1f52deff808db1a267b09eaea","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x48fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x48fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":175,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xbbad7b9af87de7d2a57a8fcb087b59bc3beb1383b83750b7931060b4a8a06939","block_number":147},{"info":{"transaction_hash":"0x661c1e49c183d96f5d67f40e8319c17a384787fafef48a278e441eac89b9fc65","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x4779d18931b35540f84b0cd0e9633855b84df7b8","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x4779d18931b35540f84b0cd0e9633855b84df7b8","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":142,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x65d7463cb0bbd345cc0ed73faa22e24ef1f67e258d5981a72d2ca2e781b81593","block_number":114},{"info":{"transaction_hash":"0x22213fb4ed339833526911fd086d25e76a17670722accc2e12edc97a77c5f313","transaction_index":0,"from":"0x71be63f3384f5fb98995898a86b02fb2426c5788","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x71be63f3384f5fb98995898a86b02fb2426c5788","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313100000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e600000000000000000000000071be63f3384f5fb98995898a86b02fb2426c57880000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e600000000000000000000000071be63f3384f5fb98995898a86b02fb2426c57880000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005c6"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a1700000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a1700000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb8700000000000000000000000071be63f3384f5fb98995898a86b02fb2426c578800000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb8700000000000000000000000071be63f3384f5fb98995898a86b02fb2426c578800000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005c6"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313100000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000200000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000004000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xe1347c85e32eb7754bb6a317712f46070268996d5238c757af7158728e4430ce","block_number":277},{"info":{"transaction_hash":"0x9640c9428df6527dd20b99d47d2f128adea632f0f151081de4c41cfc7519ad16","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a00000000000000000000000000000000000000000000000038312cbeff92e5ce","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a"],"data":"0x00000000000000000000000000000000000000000000000038312cbeff92e5ce"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":230,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a"],"data":"0x00000000000000000000000000000000000000000000000038312cbeff92e5ce"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000010000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x64e4f2113a5c6ccb32163c7ba05bf0fd080f4d8670114476f28db0757bff1639","block_number":202},{"info":{"transaction_hash":"0x2ffe8baccec26cfa7a12a032de5594954cb43edc42dff1718bc4940f68e82a56","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc29500000000000000000000000000000000000000000000000051169428b2187257","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295"],"data":"0x00000000000000000000000000000000000000000000000051169428b2187257"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":207,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295"],"data":"0x00000000000000000000000000000000000000000000000051169428b2187257"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000500000000000000000000010000000010000000000000000000000000020000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x23245eb1f27430e9d6c330f03c0dc6067ba93bf7ad40ab0220916bd051ad2e4b","block_number":179},{"info":{"transaction_hash":"0x0995b94efb5939d93b841470410445812748572fa03b0a8b41a72e9bb2aea35e","transaction_index":0,"from":"0xdf37f81daad2b0327a0a50003740e1c935c70913","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xdf37f81daad2b0327a0a50003740e1c935c70913","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323500000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000df37f81daad2b0327a0a50003740e1c935c709130000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000df37f81daad2b0327a0a50003740e1c935c709130000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005e2"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000df37f81daad2b0327a0a50003740e1c935c7091300000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000df37f81daad2b0327a0a50003740e1c935c7091300000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005e2"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323500000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000800000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000004000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xe3487d44d8cbb97024c3ca76afd517363e8c343d4f95ad2fd2cc18d86862b3e2","block_number":305},{"info":{"transaction_hash":"0x75cab43384fcaa3e1b2448365f6eb464bf8708afca21c4b56bfc9772828bdd16","transaction_index":0,"from":"0x145e2dc5c8238d1be628f87076a37d4a26a78544","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x145e2dc5c8238d1be628f87076a37d4a26a78544","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001b5c36f1c8de7aff","output":"0x0000000000000000000000000000000000000000000000001b5c36f1c8de7aff","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001b5c36f1c8de7aff","output":"0x0000000000000000000000000000000000000000000000001b5c36f1c8de7aff","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001b5c36f1c8de7aff"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001b5c36f1c8de7aff","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000001b5c36f1c8de7aff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001b5c36f1c8de7aff","output":"0x0000000000000000000000000000000000000000000000001b5c36f1c8de7aff","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001b5c36f1c8de7aff","output":"0x0000000000000000000000000000000000000000000000001b5c36f1c8de7aff","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000e901d048fb2d5f29c","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000e901d048fb2d5f29c","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001b5c36f1c8de7aff","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001b5c36f1c8de7aff","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544"],"data":"0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001b5c36f1c8de7aff"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000001b5c36f1c8de7aff","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000001b5c36f1c8de7aff"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001b5c36f1c8de7aff"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544"],"data":"0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001b5c36f1c8de7aff"}],"logsBloom":"0x00000000002000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000080000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000200000000000000000000000000001000000000500000000000000"},"block_hash":"0xffd0d35d03193f18a6e6b143483d7d6dc7d1736c3278e57a432622cfad6d16f0","block_number":358},{"info":{"transaction_hash":"0xdf00005623e3c07ffadba23374ee8a3ff4c750a0df3698abe6b6db77e6a0d761","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x851356ae760d987e095750cceb3bc6014560891c","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x851356ae760d987e095750cceb3bc6014560891c","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052610bb780380380610014816102c7565b92833981016060828203126102c35761002c82610300565b61003860208401610300565b604084015190936001600160401b0382116102c357019082601f830112156102c357815161006d61006882610314565b6102c7565b928184526020840194602083830101116102c357815f926020809301875e84010152803b15610268577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610261575b6101dd575b50505f516020610b975f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a18115610189576001600160a01b031916175f516020610b975f395f51905f52556040516107b390816103e48239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b5f80610250946101ed60606102c7565b94602786527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020870152660819985a5b195960ca1b60408701525190845af43d15610259573d9161024161006884610314565b9283523d5f602085013e61032f565b505f8080610107565b60609161032f565b505f610102565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b038111838210176102ec57604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b03821682036102c357565b6001600160401b0381116102ec57601f01601f191660200190565b919290156103915750815115610343575090565b3b1561034c5790565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b8251909150156103a45750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc90000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e800000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","output":"0x60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033","gas_used":444889,"gas_limit":608895,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc9"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e8"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033","nonce":36,"gas_used":546689},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xea2d0","logs":[{"address":"0x851356ae760d987e095750cceb3bc6014560891c","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc9"],"data":"0x"},{"address":"0x851356ae760d987e095750cceb3bc6014560891c","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e8"}],"logsBloom":"0x00000000000000000000000000000000400400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000010000000000000000000000000000000000000000000000020000000800000000000000000000000000000000000000000000000000000000000000000000010000000000400800000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000400000000004000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x999646ca59e19593baf3fb4b141f17b7cf499d9c4ad7ce7d93471d8299607267","block_number":24},{"info":{"transaction_hash":"0xc1051852a2003f955535546af2f02a731a7b827ee34356598d3406b82a2ff7a6","transaction_index":0,"from":"0xe141c82d99d85098e03e1a1cc1cde676556fdde0","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xe141c82d99d85098e03e1a1cc1cde676556fdde0","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343200000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde00000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde00000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000604"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000604"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343200000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001100000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000004000000000008000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xb8512a1ebe06f14e5b18cbf207ed0b2352a95f52a8846b267693ac709b82c2f2","block_number":339},{"info":{"transaction_hash":"0x77342499a4995bc79a47a6d74d7813ad6245031d53e1970d13dd3ccfd8b8f092","transaction_index":0,"from":"0xdfd99099fa13541a64aee9aad61c0dbf3d32d492","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xdfd99099fa13541a64aee9aad61c0dbf3d32d492","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363600000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d4920000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d4920000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d49200000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000634"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d49200000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d49200000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d49200000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000634"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363600000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000100000100000000000000000000000200000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000040000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x6cbede8a997417f73d93da2b50a44b164423345034817d94affb4e4128cb39f9","block_number":387},{"info":{"transaction_hash":"0x52a2f97d990febccb9b348eb765d9c10d20fe284f22e7ca2bfaf1b6bc9483986","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa900000000000000000000000000000000000000000000000086759309fd1fd327","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9"],"data":"0x00000000000000000000000000000000000000000000000086759309fd1fd327"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":189,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9"],"data":"0x00000000000000000000000000000000000000000000000086759309fd1fd327"}],"logsBloom":"0x00000000000000000000000000000000000000040200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000080000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xbef73db3c01879b3ef3b0cedfee803867503d6ea75c01c40ebecf62ff30483f1","block_number":161},{"info":{"transaction_hash":"0xddce329dab0b986c77f11a56a36f33e27684f4a40459c66e6eee74b4627b7b7e","transaction_index":0,"from":"0x265188114eb5d5536bc8654d8e9710fe72c28c4d","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x265188114eb5d5536bc8654d8e9710fe72c28c4d","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002f8498dda5bb1dde","output":"0x0000000000000000000000000000000000000000000000002f8498dda5bb1dde","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002f8498dda5bb1dde","output":"0x0000000000000000000000000000000000000000000000002f8498dda5bb1dde","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002f8498dda5bb1dde"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002f8498dda5bb1dde","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000002f8498dda5bb1dde"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002f8498dda5bb1dde","output":"0x0000000000000000000000000000000000000000000000002f8498dda5bb1dde","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002f8498dda5bb1dde","output":"0x0000000000000000000000000000000000000000000000002f8498dda5bb1dde","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000112040a38b38fa5a2a","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000112040a38b38fa5a2a","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002f8498dda5bb1dde","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002f8498dda5bb1dde","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d"],"data":"0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002f8498dda5bb1dde"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000002f8498dda5bb1dde","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000002f8498dda5bb1dde"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002f8498dda5bb1dde"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d"],"data":"0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002f8498dda5bb1dde"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000400000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000008000002000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xb3afc410457a204ad8243e8fe9ee6fab3954a7b5d721fb76979ae8682661bc1e","block_number":380},{"info":{"transaction_hash":"0xbba3adc5f47e588e3ad12ee55401fbab10c77cc6edc1b4f808bfaabc14c0964d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xf0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xf0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":168,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x455eeb170b93cf851d1d2f06bfea9b3eca338b46e26f230d35ee777869cbf81d","block_number":140},{"info":{"transaction_hash":"0xcb325c25647247af1392deb4ea14c43488de3ace666c302e4f66956278fb2dd2","transaction_index":0,"from":"0x09db0a93b389bef724429898f539aeb7ac2dd55f","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x09db0a93b389bef724429898f539aeb7ac2dd55f","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002ca592cd3c4c864f","output":"0x0000000000000000000000000000000000000000000000002ca592cd3c4c864f","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002ca592cd3c4c864f","output":"0x0000000000000000000000000000000000000000000000002ca592cd3c4c864f","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002ca592cd3c4c864f"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002ca592cd3c4c864f","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000002ca592cd3c4c864f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002ca592cd3c4c864f","output":"0x0000000000000000000000000000000000000000000000002ca592cd3c4c864f","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002ca592cd3c4c864f","output":"0x0000000000000000000000000000000000000000000000002ca592cd3c4c864f","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000005d68e908bb611e53c","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000005d68e908bb611e53c","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf200000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002ca592cd3c4c864f","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf200000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002ca592cd3c4c864f","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f"],"data":"0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002ca592cd3c4c864f"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec800000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec800000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000002ca592cd3c4c864f","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000002ca592cd3c4c864f"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002ca592cd3c4c864f"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f"],"data":"0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002ca592cd3c4c864f"}],"logsBloom":"0x00000000000000000000000000000000000000000000020000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000200000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000020000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x8c51b64be0a42a2c5cb61d3548edd4aa45a3d863b1990f0b504c840fa91f2d28","block_number":296},{"info":{"transaction_hash":"0x0edf0755c9f9286a21d5e594368f33921a653f7bd1ed752517015a0cbf0d1c57","transaction_index":0,"from":"0x86c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x86c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000056bbecb0ff9fdea6","output":"0x00000000000000000000000000000000000000000000000056bbecb0ff9fdea6","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000056bbecb0ff9fdea6","output":"0x00000000000000000000000000000000000000000000000056bbecb0ff9fdea6","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000056bbecb0ff9fdea6"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000056bbecb0ff9fdea6","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000056bbecb0ff9fdea6"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000056bbecb0ff9fdea6","output":"0x00000000000000000000000000000000000000000000000056bbecb0ff9fdea6","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000056bbecb0ff9fdea6","output":"0x00000000000000000000000000000000000000000000000056bbecb0ff9fdea6","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000009e33b64815b34d9ed","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000009e33b64815b34d9ed","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf200000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000056bbecb0ff9fdea6","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf200000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000056bbecb0ff9fdea6","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18"],"data":"0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000056bbecb0ff9fdea6"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec800000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec800000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000056bbecb0ff9fdea6","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000056bbecb0ff9fdea6"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000056bbecb0ff9fdea6"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18"],"data":"0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000056bbecb0ff9fdea6"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000080000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000008000001000000000000000000000000000000000000008000000001000000000500000000000000"},"block_hash":"0x2a1fcc3a8a9a7e744635bfd9c9840dd6bf31bea9caaf5c3b0a9ba6a32ca85176","block_number":322},{"info":{"transaction_hash":"0xf8b2029d1e5801f31d0832993d65ac7730da9d54f49c741ef9f2bf135139a05f","transaction_index":0,"from":"0x14dc79964da2c08b23698b3d3cc7ca32193d9955","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x14dc79964da2c08b23698b3d3cc7ca32193d9955","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f37","output":"0x","gas_used":112742,"gas_limit":171022,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f37","output":"0x","gas_used":105596,"gas_limit":161350,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f37"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e600000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d99550000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148064,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e600000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d99550000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":138769,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005be"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":107587,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":98927,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a1700000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93305,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a1700000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":84865,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb8700000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d995500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82521,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb8700000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d995500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":80642,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132066},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x203e2","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005be"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f37"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000002000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x6c3a8c9ca0c389e873f57cf5506357d3b1844cfb6480879e48dd6156cefc21fa","block_number":269},{"info":{"transaction_hash":"0xcc1baa7b4930efe819534059c27f5853f7786e8c6cebce12ddd8cf35e443e25d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d4920000000000000000000000000000000000000000000000005cde953af7a868ea","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492"],"data":"0x0000000000000000000000000000000000000000000000005cde953af7a868ea"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":249,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492"],"data":"0x0000000000000000000000000000000000000000000000005cde953af7a868ea"}],"logsBloom":"0x00000000000100000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000040000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xef7f8e0e27f6f55db683f4368ddc344727de80484b5f07c1928b1274e0a922c1","block_number":221},{"info":{"transaction_hash":"0x103e7e7ec1854488150de53203b0356032ffd99571209bb13bd99f4e0dda9815","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x5fbdb2315678afecb367f032d93f642f64180aa3","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5fbdb2315678afecb367f032d93f642f64180aa3","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x608080604052346015576104c1908161001a8239f35b5f80fdfe6080806040526004361015610012575f80fd5b5f3560e01c9081633ca6bb92146102f8575080637f3c2c28146100ca5780638736381a146100ad57638c5b838514610048575f80fd5b346100a95760203660031901126100a95760043567ffffffffffffffff81116100a95761007b6020913690600401610435565b8160405191805191829101835e5f90820190815281900382019020546040516001600160a01b039091168152f35b5f80fd5b346100a9575f3660031901126100a9576020600254604051908152f35b346100a95760403660031901126100a95760043567ffffffffffffffff81116100a9576100fb903690600401610435565b6024356001600160a01b038116908190036100a95760405182519060208401918083835e5f9082019081528190036020019020546001600160a01b03166102b3576020604051809285518091835e81015f815203019020906bffffffffffffffffffffffff60a01b8254161790556002545f52600160205260405f20815167ffffffffffffffff811161029f5761019282546103db565b601f811161025a575b50602092601f82116001146101fb57928192935f926101f0575b50508160011b915f199060031b1c19161790555b6002545f1981146101dc57600101600255005b634e487b7160e01b5f52601160045260245ffd5b0151905083806101b5565b601f19821693835f52805f20915f5b868110610242575083600195961061022a575b505050811b0190556101c9565b01515f1960f88460031b161c1916905583808061021d565b9192602060018192868501518155019401920161020a565b825f5260205f20601f830160051c81019160208410610295575b601f0160051c01905b81811061028a575061019b565b5f815560010161027d565b9091508190610274565b634e487b7160e01b5f52604160045260245ffd5b60405162461bcd60e51b815260206004820152601b60248201527f636f6e747261637420616c7265616479207265676973746572656400000000006044820152606490fd5b346100a95760203660031901126100a9576004355f52600160205260405f20905f825492610325846103db565b9081845260208401946001811690815f146103be575060011461037e575b8460408561035381870382610413565b8151928391602083525180918160208501528484015e5f828201840152601f01601f19168101030190f35b5f90815260208120939250905b8082106103a45750909150810160200161035382610343565b91926001816020925483858801015201910190929161038b565b60ff191686525050151560051b8201602001905061035382610343565b90600182811c92168015610409575b60208310146103f557565b634e487b7160e01b5f52602260045260245ffd5b91607f16916103ea565b90601f8019910116810190811067ffffffffffffffff82111761029f57604052565b81601f820112156100a95780359067ffffffffffffffff821161029f576040519261046a601f8401601f191660200185610413565b828452602083830101116100a957815f92602080930183860137830101529056fea2646970667358221220e6aafbc3402413b008183c1edb0841262a9e9126661fac47989e15675be16a8664736f6c634300081b0033","output":"0x6080806040526004361015610012575f80fd5b5f3560e01c9081633ca6bb92146102f8575080637f3c2c28146100ca5780638736381a146100ad57638c5b838514610048575f80fd5b346100a95760203660031901126100a95760043567ffffffffffffffff81116100a95761007b6020913690600401610435565b8160405191805191829101835e5f90820190815281900382019020546040516001600160a01b039091168152f35b5f80fd5b346100a9575f3660031901126100a9576020600254604051908152f35b346100a95760403660031901126100a95760043567ffffffffffffffff81116100a9576100fb903690600401610435565b6024356001600160a01b038116908190036100a95760405182519060208401918083835e5f9082019081528190036020019020546001600160a01b03166102b3576020604051809285518091835e81015f815203019020906bffffffffffffffffffffffff60a01b8254161790556002545f52600160205260405f20815167ffffffffffffffff811161029f5761019282546103db565b601f811161025a575b50602092601f82116001146101fb57928192935f926101f0575b50508160011b915f199060031b1c19161790555b6002545f1981146101dc57600101600255005b634e487b7160e01b5f52601160045260245ffd5b0151905083806101b5565b601f19821693835f52805f20915f5b868110610242575083600195961061022a575b505050811b0190556101c9565b01515f1960f88460031b161c1916905583808061021d565b9192602060018192868501518155019401920161020a565b825f5260205f20601f830160051c81019160208410610295575b601f0160051c01905b81811061028a575061019b565b5f815560010161027d565b9091508190610274565b634e487b7160e01b5f52604160045260245ffd5b60405162461bcd60e51b815260206004820152601b60248201527f636f6e747261637420616c7265616479207265676973746572656400000000006044820152606490fd5b346100a95760203660031901126100a9576004355f52600160205260405f20905f825492610325846103db565b9081845260208401946001811690815f146103be575060011461037e575b8460408561035381870382610413565b8151928391602083525180918160208501528484015e5f828201840152601f01601f19168101030190f35b5f90815260208120939250905b8082106103a45750909150810160200161035382610343565b91926001816020925483858801015201910190929161038b565b60ff191686525050151560051b8201602001905061035382610343565b90600182811c92168015610409575b60208310146103f557565b634e487b7160e01b5f52602260045260245ffd5b91607f16916103ea565b90601f8019910116810190811067ffffffffffffffff82111761029f57604052565b81601f820112156100a95780359067ffffffffffffffff821161029f576040519261046a601f8401601f191660200185610413565b828452602083830101116100a957815f92602080930183860137830101529056fea2646970667358221220e6aafbc3402413b008183c1edb0841262a9e9126661fac47989e15675be16a8664736f6c634300081b0033","gas_used":243694,"gas_limit":243694,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x6080806040526004361015610012575f80fd5b5f3560e01c9081633ca6bb92146102f8575080637f3c2c28146100ca5780638736381a146100ad57638c5b838514610048575f80fd5b346100a95760203660031901126100a95760043567ffffffffffffffff81116100a95761007b6020913690600401610435565b8160405191805191829101835e5f90820190815281900382019020546040516001600160a01b039091168152f35b5f80fd5b346100a9575f3660031901126100a9576020600254604051908152f35b346100a95760403660031901126100a95760043567ffffffffffffffff81116100a9576100fb903690600401610435565b6024356001600160a01b038116908190036100a95760405182519060208401918083835e5f9082019081528190036020019020546001600160a01b03166102b3576020604051809285518091835e81015f815203019020906bffffffffffffffffffffffff60a01b8254161790556002545f52600160205260405f20815167ffffffffffffffff811161029f5761019282546103db565b601f811161025a575b50602092601f82116001146101fb57928192935f926101f0575b50508160011b915f199060031b1c19161790555b6002545f1981146101dc57600101600255005b634e487b7160e01b5f52601160045260245ffd5b0151905083806101b5565b601f19821693835f52805f20915f5b868110610242575083600195961061022a575b505050811b0190556101c9565b01515f1960f88460031b161c1916905583808061021d565b9192602060018192868501518155019401920161020a565b825f5260205f20601f830160051c81019160208410610295575b601f0160051c01905b81811061028a575061019b565b5f815560010161027d565b9091508190610274565b634e487b7160e01b5f52604160045260245ffd5b60405162461bcd60e51b815260206004820152601b60248201527f636f6e747261637420616c7265616479207265676973746572656400000000006044820152606490fd5b346100a95760203660031901126100a9576004355f52600160205260405f20905f825492610325846103db565b9081845260208401946001811690815f146103be575060011461037e575b8460408561035381870382610413565b8151928391602083525180918160208501528484015e5f828201840152601f01601f19168101030190f35b5f90815260208120939250905b8082106103a45750909150810160200161035382610343565b91926001816020925483858801015201910190929161038b565b60ff191686525050151560051b8201602001905061035382610343565b90600182811c92168015610409575b60208310146103f557565b634e487b7160e01b5f52602260045260245ffd5b91607f16916103ea565b90601f8019910116810190811067ffffffffffffffff82111761029f57604052565b81601f820112156100a95780359067ffffffffffffffff821161029f576040519261046a601f8401601f191660200185610413565b828452602083830101116100a957815f92602080930183860137830101529056fea2646970667358221220e6aafbc3402413b008183c1edb0841262a9e9126661fac47989e15675be16a8664736f6c634300081b0033","nonce":0,"gas_used":316324},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x4d3a4","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x6479dc5ad5f6cbe89af95faeee8ab648dbc768f91b3569cc3f68c5d2907af60c","block_number":1},{"info":{"transaction_hash":"0xa6fe438acff29c5c1a6534c36e0d46b878b83b8bd1321769681c68a9f84d9516","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x5eb3bc0a489c5a8288765d2336659ebca68fcd00","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5eb3bc0a489c5a8288765d2336659ebca68fcd00","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x60a03461012157601f611c1538819003918201601f19168301916001600160401b038311848410176101255780849260209460405283398101031261012157516001600160a01b03811690819003610121576080525f5460ff8160081c166100cc5760ff80821603610092575b604051611adb908161013a82396080518181816107730152818161094501526114550152f35b60ff90811916175f557f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498602060405160ff8152a15f61006c565b60405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608490fd5b5f80fd5b634e487b7160e01b5f52604160045260245ffdfe60806040526004361015610011575f80fd5b5f3560e01c8062a1f4cb1461015957806303c5a6b61461015457806313542a4e1461010957806326d941f21461014f578063377ed99d1461014a5780633fb279521461014557806347b314e8146101045780635f61a88414610140578063605747d51461013b578063671699111461013657806368bccaac146101315780636d14a9871461012c5780637916cea6146101275780637ff81a8714610122578063a3db80e21461011d578063bf79ce5814610118578063d1a6465014610113578063d5254a8c1461010e578063de29fac014610109578063e8bb9ae6146101045763f4e24fe5146100ff575f80fd5b610a95565b6104f6565b61025c565b610a28565b610906565b6108e5565b61089a565b610855565b6107e2565b61075e565b61067f565b610638565b610584565b610522565b61046f565b61031f565b6102a7565b610207565b610173565b6001600160a01b0381160361016f57565b5f80fd5b3461016f57602036600319011261016f576004356101908161015e565b60018060a01b03165f52600360205260405f2060018154910154906101c76040519283928360209093929193604081019481520152565b0390f35b61016060031982011261016f576004356101e48161015e565b9161010060231983011261016f57604060249261012319011261016f5761012490565b3461016f576020610217366101cb565b90610220611453565b6001600160a01b0383165f90815260018552604090205492831561024a575b505050604051908152f35b6102549350610d61565b5f808061023f565b3461016f57602036600319011261016f576004356102798161015e565b60018060a01b03165f526001602052602060405f2054604051908152f35b6004359060ff8216820361016f57565b3461016f57602036600319011261016f5760ff6102c2610297565b6102ca611453565b16805f52600460205260405f2054610310575f52600460205261030e60405f206102f26103ca565b5f81524363ffffffff166020820152905b5f6040830152610ae8565b005b6310cda51760e21b5f5260045ffd5b3461016f57602036600319011261016f5760ff61033a610297565b165f526004602052602063ffffffff60405f205416604051908152f35b634e487b7160e01b5f52604160045260245ffd5b6040810190811067ffffffffffffffff82111761038757604052565b610357565b6060810190811067ffffffffffffffff82111761038757604052565b90601f8019910116810190811067ffffffffffffffff82111761038757604052565b604051906103d96060836103a8565b565b906103d960405192836103a8565b90604060031983011261016f576004356104028161015e565b9160243567ffffffffffffffff811161016f578160238201121561016f5780600401359067ffffffffffffffff8211610387576040519261044d601f8401601f1916602001856103a8565b8284526024838301011161016f57815f92602460209301838601378301015290565b3461016f577f73a2b7fb844724b971802ae9b15db094d4b7192df9d7350e14eb466b9b22eb4e61049e366103e9565b906104a7611453565b6104ba6104b382610d02565b50836114bb565b60018060a01b0381165f5260016020526104df60405f20549260405193849384610b5d565b0390a1005b602090600319011261016f5760043590565b3461016f57610504366104e4565b5f526002602052602060018060a01b0360405f205416604051908152f35b3461016f57602036600319011261016f5760ff61053d610297565b610545610b9d565b50165f5260056020526040805f2060018251916105618361036b565b80548352015460208201526105828251809260208091805184520151910152565bf35b3461016f57604036600319011261016f576105d96105d36105a3610297565b60ff602435915f604080516105b78161038c565b8281528260208201520152165f52600460205260405f206107cd565b50610bd3565b604051809163ffffffff6040606084019267ffffffffffffffff19815116855282602082015116602086015201511660408301520390f35b905f905b6002821061062257505050565b6020806001928551815201930191019091610615565b3461016f57602036600319011261016f57608061065f60043561065a8161015e565b610ca5565b610582602060405192610673848251610611565b01516040830190610611565b3461016f57606036600319011261016f57610698610297565b6024359063ffffffff821680920361016f576105d36106ce9160ff6106bc60443590565b91165f52600460205260405f206107cd565b9063ffffffff602083015116811061074f5781610714610723926106fc60406101c796015163ffffffff1690565b9063ffffffff82161591821561073f575b5050610cec565b5167ffffffffffffffff191690565b60405167ffffffffffffffff1990911681529081906020820190565b63ffffffff161190505f8061070d565b633d22884160e01b5f5260045ffd5b3461016f575f36600319011261016f576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b634e487b7160e01b5f52603260045260245ffd5b8054156107c8575f5260205f20905f90565b6107a2565b80548210156107c8575f5260205f2001905f90565b3461016f57604036600319011261016f576107fb610297565b60ff60243591165f52600460205260405f2090815481101561016f57610820916107cd565b50546040805182821b67ffffffffffffffff1916815260c083901c63ffffffff16602082015260e09290921c90820152606090f35b3461016f57602036600319011261016f57606061087c6004356108778161015e565b610d02565b610893604051809360208091805184520151910152565b6040820152f35b3461016f57602036600319011261016f5760ff6108b5610297565b165f52600560205260405f2060018154910154906101c76040519283928360209093929193604081019481520152565b3461016f5760206108fe6108f8366101cb565b91610d61565b604051908152f35b3461016f5760a036600319011261016f576004356109238161015e565b608036602319011261016f57604051638da5cb5b60e01b8152906020826004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa9182156109de575f9261099b575b5061030e91610996906001600160a01b031633146119b9565b61119a565b91506020823d6020116109d6575b816109b6602093836103a8565b8101031261016f5761099661030e92516109cf8161015e565b925061097d565b3d91506109a9565b6040513d5f823e3d90fd5b60206040818301928281528451809452019201905f5b818110610a0c5750505090565b825163ffffffff168452602093840193909201916001016109ff565b3461016f57604036600319011261016f5760043567ffffffffffffffff811161016f573660238201121561016f57806004013567ffffffffffffffff811161016f57366024828401011161016f576101c791610a8991602480359201611316565b604051918291826109e9565b3461016f577ff843ecd53a563675e62107be1494fdde4a3d49aeedaf8d88c616d85346e3500e610ac4366103e9565b90610acd611453565b6104ba610ae2610adc83610d02565b506119e5565b836114bb565b80546801000000000000000081101561038757610b0a916001820181556107cd565b610b4a578151602083015160409384015163ffffffff60c01b60c09290921b919091169190931c1760e09290921b6001600160e01b031916919091179055565b634e487b7160e01b5f525f60045260245ffd5b919260809360209260018060a01b0316845282840152606060408401528051918291826060860152018484015e5f828201840152601f01601f1916010190565b60405190610baa8261036b565b5f6020838281520152565b90604051610bc28161036b565b602060018294805484520154910152565b90604051610be08161038c565b604081935467ffffffffffffffff1981831b16835263ffffffff8160c01c16602084015260e01c910152565b60405190610180610c1d81846103a8565b368337565b60405190610c316020836103a8565b6020368337565b60405190610c458261036b565b8160206040918251610c5784826103a8565b833682378152825192610c6a81856103a8565b3684370152565b60405191905f835b60028210610c8f575050506103d96040836103a8565b6001602081928554815201930191019091610c79565b610cad610c38565b5060018060a01b03165f52600660205260405f20610ce4600260405192610cd38461036b565b610cdc81610c71565b845201610c71565b602082015290565b15610cf357565b636fe02d4b60e01b5f5260045ffd5b610d0a610b9d565b5060018060a01b031690815f52600360205260405f2091600160405193610d308561036b565b80548552015460208401525f52600160205260405f2054918215610d52579190565b6325ec6c1f60e01b5f5260045ffd5b919091610d6c611453565b6040830190610d7b3683610fa4565b610d919080515f526020015160205260405f2090565b93610dbe7fad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb5861415610fcc565b6001600160a01b0382165f9081526001602052604090205415610de090610fe2565b5f85815260026020526040902054610e01906001600160a01b031615610ff8565b80359360208201358435906060840135608085019788928535602087013591604051958695602087019860c08c0193610e3a978b61100e565b03601f1981018252610e4c90826103a8565b5190207f30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f000000190069136610e7d91610fa4565b82610e883687610fa4565b90610e9291611669565b610e9b916116af565b91610ea4611711565b9136610eaf91610fa4565b90610eb86117db565b90610ec291611669565b610ecb916116af565b610ed5368761108f565b91610edf9361187c565b610ee8906110c8565b6001600160a01b0381165f908152600360209081526040808320853581558583013560019091015560069091529020610f2290849061110d565b6001600160a01b0381165f90815260016020526040902084905580610f4f855f52600260205260405f2090565b80546001600160a01b0319166001600160a01b0392831617905560405191169290918291610f7d9183611168565b037fe3fb6613af2e8930cf85d47fcf6db10192224a64c6cbe8023e0eee1ba382804191a290565b919082604091031261016f57604051610fbc8161036b565b6020808294803584520135910152565b15610fd357565b630cc7509160e01b5f5260045ffd5b15610fe957565b6342ee68b560e01b5f5260045ffd5b15610fff57565b634c334c9760e11b5f5260045ffd5b969490936101409896936040959386948a5260208a0152838901526060880152608087013760c08501376101008301526101208201520190565b9080601f8301121561016f57604051916110636040846103a8565b82906040810192831161016f57905b82821061107f5750505090565b8135815260209182019101611072565b919060808382031261016f5760206110c3604051926110ad8461036b565b604084966110bb8382611048565b865201611048565b910152565b156110cf57565b63a72d026360e01b5f5260045ffd5b634e487b7160e01b5f52601160045260245ffd5b9060068202918083046006149015171561110857565b6110de565b90805f5b600281106111445750506040015f5b6002811061112d57505050565b600190602083359301926002828601015501611120565b600190602083359301928186015501611111565b9060408080938181853701910137565b9160406103d9929493602060c082019680358352013560208201520190611158565b6080810192916103d99190611158565b6111fa6111f56111a983610d02565b506111d36111b685610ca5565b805151159081611284575b81611276575b8161125f575b506119cf565b6111db611711565b6111e36117db565b906111ef36602461108f565b9261187c565b6110c8565b6001600160a01b0381165f90815260066020526040902061121d9060249061110d565b6040516001600160a01b03909116907f5c4f9f28153dbf3f00e69607a59e82ad806fffb78d09f179f62432f7e9d2511a908061125a60248261118a565b0390a2565b61126e91506020015160200190565b51155f6111cd565b6020810151511591506111c7565b8051602001511591506111c1565b67ffffffffffffffff81116103875760051b60200190565b906112b482611292565b6112c160405191826103a8565b82815280926112d2601f1991611292565b0190602036910137565b908210156107c8570190565b8015611108575f190190565b5f1981019190821161110857565b80518210156107c85760209160051b010190565b919091611322836112aa565b925f5b818110611333575050505090565b6113586113526113448385876112dc565b356001600160f81b03191690565b60f81c90565b61136d8160ff165f52600460205260405f2090565b5480158015611428575b61141957805b61138c575b5050600101611325565b8563ffffffff6113ca6113bc6113ad8660ff165f52600460205260405f2090565b6113b6866112f4565b906107cd565b505460c01c63ffffffff1690565b1611156113e0576113da906112e8565b8061137d565b60019291506113fd6113f4611412926112f4565b63ffffffff1690565b6114078389611302565b9063ffffffff169052565b905f611382565b633f4cb70f60e01b5f5260045ffd5b5061144c6113f46113bc6114478560ff165f52600460205260405f2090565b6107b6565b8610611377565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316330361148557565b634394dbdf60e11b5f5260045ffd5b9081518110156107c8570160200190565b156114ac57565b637310cff560e11b5f5260045ffd5b91906114c5610b9d565b504363ffffffff16905f5b84518110156116625780836114fb6113526114ed6001958a611494565b516001600160f81b03191690565b6115108160ff165f52600460205260405f2090565b549061151d8215156114a5565b6115b561159661158861154c896115476115428760ff165f52600560205260405f2090565b610bb5565b6116af565b611576816115658760ff165f52600560205260405f2090565b906020600191805184550151910155565b80515f526020015160205260405f2090565b67ffffffffffffffff191690565b926113b66115af8460ff165f52600460205260405f2090565b916112f4565b5090836115cd6113f4845463ffffffff9060c01c1690565b036115f657506115f092509060401c67ffffffffffffffff60c01b825416179055565b016114d0565b81546001600160e01b031660e09490941b6001600160e01b03191693909317905561165d916116309060ff165f52600460205260405f2090565b61164c61163b6103ca565b67ffffffffffffffff199093168352565b63ffffffff87166020830152610303565b6115f0565b5050509050565b91906040906060611678610b9d565b948592602085519261168a85856103a8565b8436853780518452015160208301528482015260076107cf195a01fa156116ad57565bfe5b6020929160806040926116c0610b9d565b958693818651936116d186866103a8565b85368637805185520151828401528051868401520151606082015260066107cf195a01fa80156116ad571561170257565b63d4b68fd760e01b5f5260045ffd5b611719610c38565b506040516117268161036b565b7f198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c281527f1800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed602082015260405161177b8161036b565b7f275dc4a288d1afb3cbb1ac09187524c7db36395df7be3b99e673b13a075a65ec81527f1d9befcd05a5323e6da4d435f3b617cdb3af83285c2df711ef39c01571827f9d6020820152604051916117d18361036b565b8252602082015290565b6117e3610b9d565b506040516117f08161036b565b600181526002602082015290565b9060028110156107c85760051b0190565b906001820180921161110857565b906002820180921161110857565b906003820180921161110857565b906004820180921161110857565b906005820180921161110857565b90600c8110156107c85760051b0190565b1561186d57565b6324ccc79360e21b5f5260045ffd5b92909161188960406103db565b938452602084015261189b60406103db565b91825260208201526118ab610c0c565b915f5b600281106118e8575050506020610180916118c7610c22565b92839160086107cf195a01fa80156116ad576118e290611866565b51151590565b806118f46001926110f2565b6118fe82856117fe565b515161190a8288611855565b52602061191783866117fe565b51015161192c6119268361180f565b88611855565b5261193782866117fe565b5151516119466119268361181d565b5261195c61195483876117fe565b515160200190565b516119696119268361182b565b52602061197683876117fe565b5101515161198661192683611839565b526119b26119ac6119a5602061199c868a6117fe565b51015160200190565b5192611847565b87611855565b52016118ae565b156119c057565b637070f3b160e11b5f5260045ffd5b156119d657565b630849e5cf60e41b5f5260045ffd5b6119ed610b9d565b50805190811580611a99575b15611a1a575050604051611a0e6040826103a8565b5f81525f602082015290565b60207f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47910151067f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47037f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47811161110857604051916117d16040846103a8565b506020810151156119f956fea2646970667358221220133aee01c3ab285c541d1517f97939b6d111fabcc7b7ac382b1b2db778a24b2864736f6c634300081b003300000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49","output":"0x60806040526004361015610011575f80fd5b5f3560e01c8062a1f4cb1461015957806303c5a6b61461015457806313542a4e1461010957806326d941f21461014f578063377ed99d1461014a5780633fb279521461014557806347b314e8146101045780635f61a88414610140578063605747d51461013b578063671699111461013657806368bccaac146101315780636d14a9871461012c5780637916cea6146101275780637ff81a8714610122578063a3db80e21461011d578063bf79ce5814610118578063d1a6465014610113578063d5254a8c1461010e578063de29fac014610109578063e8bb9ae6146101045763f4e24fe5146100ff575f80fd5b610a95565b6104f6565b61025c565b610a28565b610906565b6108e5565b61089a565b610855565b6107e2565b61075e565b61067f565b610638565b610584565b610522565b61046f565b61031f565b6102a7565b610207565b610173565b6001600160a01b0381160361016f57565b5f80fd5b3461016f57602036600319011261016f576004356101908161015e565b60018060a01b03165f52600360205260405f2060018154910154906101c76040519283928360209093929193604081019481520152565b0390f35b61016060031982011261016f576004356101e48161015e565b9161010060231983011261016f57604060249261012319011261016f5761012490565b3461016f576020610217366101cb565b90610220611453565b6001600160a01b0383165f90815260018552604090205492831561024a575b505050604051908152f35b6102549350610d61565b5f808061023f565b3461016f57602036600319011261016f576004356102798161015e565b60018060a01b03165f526001602052602060405f2054604051908152f35b6004359060ff8216820361016f57565b3461016f57602036600319011261016f5760ff6102c2610297565b6102ca611453565b16805f52600460205260405f2054610310575f52600460205261030e60405f206102f26103ca565b5f81524363ffffffff166020820152905b5f6040830152610ae8565b005b6310cda51760e21b5f5260045ffd5b3461016f57602036600319011261016f5760ff61033a610297565b165f526004602052602063ffffffff60405f205416604051908152f35b634e487b7160e01b5f52604160045260245ffd5b6040810190811067ffffffffffffffff82111761038757604052565b610357565b6060810190811067ffffffffffffffff82111761038757604052565b90601f8019910116810190811067ffffffffffffffff82111761038757604052565b604051906103d96060836103a8565b565b906103d960405192836103a8565b90604060031983011261016f576004356104028161015e565b9160243567ffffffffffffffff811161016f578160238201121561016f5780600401359067ffffffffffffffff8211610387576040519261044d601f8401601f1916602001856103a8565b8284526024838301011161016f57815f92602460209301838601378301015290565b3461016f577f73a2b7fb844724b971802ae9b15db094d4b7192df9d7350e14eb466b9b22eb4e61049e366103e9565b906104a7611453565b6104ba6104b382610d02565b50836114bb565b60018060a01b0381165f5260016020526104df60405f20549260405193849384610b5d565b0390a1005b602090600319011261016f5760043590565b3461016f57610504366104e4565b5f526002602052602060018060a01b0360405f205416604051908152f35b3461016f57602036600319011261016f5760ff61053d610297565b610545610b9d565b50165f5260056020526040805f2060018251916105618361036b565b80548352015460208201526105828251809260208091805184520151910152565bf35b3461016f57604036600319011261016f576105d96105d36105a3610297565b60ff602435915f604080516105b78161038c565b8281528260208201520152165f52600460205260405f206107cd565b50610bd3565b604051809163ffffffff6040606084019267ffffffffffffffff19815116855282602082015116602086015201511660408301520390f35b905f905b6002821061062257505050565b6020806001928551815201930191019091610615565b3461016f57602036600319011261016f57608061065f60043561065a8161015e565b610ca5565b610582602060405192610673848251610611565b01516040830190610611565b3461016f57606036600319011261016f57610698610297565b6024359063ffffffff821680920361016f576105d36106ce9160ff6106bc60443590565b91165f52600460205260405f206107cd565b9063ffffffff602083015116811061074f5781610714610723926106fc60406101c796015163ffffffff1690565b9063ffffffff82161591821561073f575b5050610cec565b5167ffffffffffffffff191690565b60405167ffffffffffffffff1990911681529081906020820190565b63ffffffff161190505f8061070d565b633d22884160e01b5f5260045ffd5b3461016f575f36600319011261016f576040517f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03168152602090f35b634e487b7160e01b5f52603260045260245ffd5b8054156107c8575f5260205f20905f90565b6107a2565b80548210156107c8575f5260205f2001905f90565b3461016f57604036600319011261016f576107fb610297565b60ff60243591165f52600460205260405f2090815481101561016f57610820916107cd565b50546040805182821b67ffffffffffffffff1916815260c083901c63ffffffff16602082015260e09290921c90820152606090f35b3461016f57602036600319011261016f57606061087c6004356108778161015e565b610d02565b610893604051809360208091805184520151910152565b6040820152f35b3461016f57602036600319011261016f5760ff6108b5610297565b165f52600560205260405f2060018154910154906101c76040519283928360209093929193604081019481520152565b3461016f5760206108fe6108f8366101cb565b91610d61565b604051908152f35b3461016f5760a036600319011261016f576004356109238161015e565b608036602319011261016f57604051638da5cb5b60e01b8152906020826004817f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03165afa9182156109de575f9261099b575b5061030e91610996906001600160a01b031633146119b9565b61119a565b91506020823d6020116109d6575b816109b6602093836103a8565b8101031261016f5761099661030e92516109cf8161015e565b925061097d565b3d91506109a9565b6040513d5f823e3d90fd5b60206040818301928281528451809452019201905f5b818110610a0c5750505090565b825163ffffffff168452602093840193909201916001016109ff565b3461016f57604036600319011261016f5760043567ffffffffffffffff811161016f573660238201121561016f57806004013567ffffffffffffffff811161016f57366024828401011161016f576101c791610a8991602480359201611316565b604051918291826109e9565b3461016f577ff843ecd53a563675e62107be1494fdde4a3d49aeedaf8d88c616d85346e3500e610ac4366103e9565b90610acd611453565b6104ba610ae2610adc83610d02565b506119e5565b836114bb565b80546801000000000000000081101561038757610b0a916001820181556107cd565b610b4a578151602083015160409384015163ffffffff60c01b60c09290921b919091169190931c1760e09290921b6001600160e01b031916919091179055565b634e487b7160e01b5f525f60045260245ffd5b919260809360209260018060a01b0316845282840152606060408401528051918291826060860152018484015e5f828201840152601f01601f1916010190565b60405190610baa8261036b565b5f6020838281520152565b90604051610bc28161036b565b602060018294805484520154910152565b90604051610be08161038c565b604081935467ffffffffffffffff1981831b16835263ffffffff8160c01c16602084015260e01c910152565b60405190610180610c1d81846103a8565b368337565b60405190610c316020836103a8565b6020368337565b60405190610c458261036b565b8160206040918251610c5784826103a8565b833682378152825192610c6a81856103a8565b3684370152565b60405191905f835b60028210610c8f575050506103d96040836103a8565b6001602081928554815201930191019091610c79565b610cad610c38565b5060018060a01b03165f52600660205260405f20610ce4600260405192610cd38461036b565b610cdc81610c71565b845201610c71565b602082015290565b15610cf357565b636fe02d4b60e01b5f5260045ffd5b610d0a610b9d565b5060018060a01b031690815f52600360205260405f2091600160405193610d308561036b565b80548552015460208401525f52600160205260405f2054918215610d52579190565b6325ec6c1f60e01b5f5260045ffd5b919091610d6c611453565b6040830190610d7b3683610fa4565b610d919080515f526020015160205260405f2090565b93610dbe7fad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb5861415610fcc565b6001600160a01b0382165f9081526001602052604090205415610de090610fe2565b5f85815260026020526040902054610e01906001600160a01b031615610ff8565b80359360208201358435906060840135608085019788928535602087013591604051958695602087019860c08c0193610e3a978b61100e565b03601f1981018252610e4c90826103a8565b5190207f30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f000000190069136610e7d91610fa4565b82610e883687610fa4565b90610e9291611669565b610e9b916116af565b91610ea4611711565b9136610eaf91610fa4565b90610eb86117db565b90610ec291611669565b610ecb916116af565b610ed5368761108f565b91610edf9361187c565b610ee8906110c8565b6001600160a01b0381165f908152600360209081526040808320853581558583013560019091015560069091529020610f2290849061110d565b6001600160a01b0381165f90815260016020526040902084905580610f4f855f52600260205260405f2090565b80546001600160a01b0319166001600160a01b0392831617905560405191169290918291610f7d9183611168565b037fe3fb6613af2e8930cf85d47fcf6db10192224a64c6cbe8023e0eee1ba382804191a290565b919082604091031261016f57604051610fbc8161036b565b6020808294803584520135910152565b15610fd357565b630cc7509160e01b5f5260045ffd5b15610fe957565b6342ee68b560e01b5f5260045ffd5b15610fff57565b634c334c9760e11b5f5260045ffd5b969490936101409896936040959386948a5260208a0152838901526060880152608087013760c08501376101008301526101208201520190565b9080601f8301121561016f57604051916110636040846103a8565b82906040810192831161016f57905b82821061107f5750505090565b8135815260209182019101611072565b919060808382031261016f5760206110c3604051926110ad8461036b565b604084966110bb8382611048565b865201611048565b910152565b156110cf57565b63a72d026360e01b5f5260045ffd5b634e487b7160e01b5f52601160045260245ffd5b9060068202918083046006149015171561110857565b6110de565b90805f5b600281106111445750506040015f5b6002811061112d57505050565b600190602083359301926002828601015501611120565b600190602083359301928186015501611111565b9060408080938181853701910137565b9160406103d9929493602060c082019680358352013560208201520190611158565b6080810192916103d99190611158565b6111fa6111f56111a983610d02565b506111d36111b685610ca5565b805151159081611284575b81611276575b8161125f575b506119cf565b6111db611711565b6111e36117db565b906111ef36602461108f565b9261187c565b6110c8565b6001600160a01b0381165f90815260066020526040902061121d9060249061110d565b6040516001600160a01b03909116907f5c4f9f28153dbf3f00e69607a59e82ad806fffb78d09f179f62432f7e9d2511a908061125a60248261118a565b0390a2565b61126e91506020015160200190565b51155f6111cd565b6020810151511591506111c7565b8051602001511591506111c1565b67ffffffffffffffff81116103875760051b60200190565b906112b482611292565b6112c160405191826103a8565b82815280926112d2601f1991611292565b0190602036910137565b908210156107c8570190565b8015611108575f190190565b5f1981019190821161110857565b80518210156107c85760209160051b010190565b919091611322836112aa565b925f5b818110611333575050505090565b6113586113526113448385876112dc565b356001600160f81b03191690565b60f81c90565b61136d8160ff165f52600460205260405f2090565b5480158015611428575b61141957805b61138c575b5050600101611325565b8563ffffffff6113ca6113bc6113ad8660ff165f52600460205260405f2090565b6113b6866112f4565b906107cd565b505460c01c63ffffffff1690565b1611156113e0576113da906112e8565b8061137d565b60019291506113fd6113f4611412926112f4565b63ffffffff1690565b6114078389611302565b9063ffffffff169052565b905f611382565b633f4cb70f60e01b5f5260045ffd5b5061144c6113f46113bc6114478560ff165f52600460205260405f2090565b6107b6565b8610611377565b7f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b0316330361148557565b634394dbdf60e11b5f5260045ffd5b9081518110156107c8570160200190565b156114ac57565b637310cff560e11b5f5260045ffd5b91906114c5610b9d565b504363ffffffff16905f5b84518110156116625780836114fb6113526114ed6001958a611494565b516001600160f81b03191690565b6115108160ff165f52600460205260405f2090565b549061151d8215156114a5565b6115b561159661158861154c896115476115428760ff165f52600560205260405f2090565b610bb5565b6116af565b611576816115658760ff165f52600560205260405f2090565b906020600191805184550151910155565b80515f526020015160205260405f2090565b67ffffffffffffffff191690565b926113b66115af8460ff165f52600460205260405f2090565b916112f4565b5090836115cd6113f4845463ffffffff9060c01c1690565b036115f657506115f092509060401c67ffffffffffffffff60c01b825416179055565b016114d0565b81546001600160e01b031660e09490941b6001600160e01b03191693909317905561165d916116309060ff165f52600460205260405f2090565b61164c61163b6103ca565b67ffffffffffffffff199093168352565b63ffffffff87166020830152610303565b6115f0565b5050509050565b91906040906060611678610b9d565b948592602085519261168a85856103a8565b8436853780518452015160208301528482015260076107cf195a01fa156116ad57565bfe5b6020929160806040926116c0610b9d565b958693818651936116d186866103a8565b85368637805185520151828401528051868401520151606082015260066107cf195a01fa80156116ad571561170257565b63d4b68fd760e01b5f5260045ffd5b611719610c38565b506040516117268161036b565b7f198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c281527f1800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed602082015260405161177b8161036b565b7f275dc4a288d1afb3cbb1ac09187524c7db36395df7be3b99e673b13a075a65ec81527f1d9befcd05a5323e6da4d435f3b617cdb3af83285c2df711ef39c01571827f9d6020820152604051916117d18361036b565b8252602082015290565b6117e3610b9d565b506040516117f08161036b565b600181526002602082015290565b9060028110156107c85760051b0190565b906001820180921161110857565b906002820180921161110857565b906003820180921161110857565b906004820180921161110857565b906005820180921161110857565b90600c8110156107c85760051b0190565b1561186d57565b6324ccc79360e21b5f5260045ffd5b92909161188960406103db565b938452602084015261189b60406103db565b91825260208201526118ab610c0c565b915f5b600281106118e8575050506020610180916118c7610c22565b92839160086107cf195a01fa80156116ad576118e290611866565b51151590565b806118f46001926110f2565b6118fe82856117fe565b515161190a8288611855565b52602061191783866117fe565b51015161192c6119268361180f565b88611855565b5261193782866117fe565b5151516119466119268361181d565b5261195c61195483876117fe565b515160200190565b516119696119268361182b565b52602061197683876117fe565b5101515161198661192683611839565b526119b26119ac6119a5602061199c868a6117fe565b51015160200190565b5192611847565b87611855565b52016118ae565b156119c057565b637070f3b160e11b5f5260045ffd5b156119d657565b630849e5cf60e41b5f5260045ffd5b6119ed610b9d565b50805190811580611a99575b15611a1a575050604051611a0e6040826103a8565b5f81525f602082015290565b60207f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47910151067f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47037f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47811161110857604051916117d16040846103a8565b506020810151156119f956fea2646970667358221220133aee01c3ab285c541d1517f97939b6d111fabcc7b7ac382b1b2db778a24b2864736f6c634300081b0033","gas_used":1399913,"gas_limit":1870108,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x60806040526004361015610011575f80fd5b5f3560e01c8062a1f4cb1461015957806303c5a6b61461015457806313542a4e1461010957806326d941f21461014f578063377ed99d1461014a5780633fb279521461014557806347b314e8146101045780635f61a88414610140578063605747d51461013b578063671699111461013657806368bccaac146101315780636d14a9871461012c5780637916cea6146101275780637ff81a8714610122578063a3db80e21461011d578063bf79ce5814610118578063d1a6465014610113578063d5254a8c1461010e578063de29fac014610109578063e8bb9ae6146101045763f4e24fe5146100ff575f80fd5b610a95565b6104f6565b61025c565b610a28565b610906565b6108e5565b61089a565b610855565b6107e2565b61075e565b61067f565b610638565b610584565b610522565b61046f565b61031f565b6102a7565b610207565b610173565b6001600160a01b0381160361016f57565b5f80fd5b3461016f57602036600319011261016f576004356101908161015e565b60018060a01b03165f52600360205260405f2060018154910154906101c76040519283928360209093929193604081019481520152565b0390f35b61016060031982011261016f576004356101e48161015e565b9161010060231983011261016f57604060249261012319011261016f5761012490565b3461016f576020610217366101cb565b90610220611453565b6001600160a01b0383165f90815260018552604090205492831561024a575b505050604051908152f35b6102549350610d61565b5f808061023f565b3461016f57602036600319011261016f576004356102798161015e565b60018060a01b03165f526001602052602060405f2054604051908152f35b6004359060ff8216820361016f57565b3461016f57602036600319011261016f5760ff6102c2610297565b6102ca611453565b16805f52600460205260405f2054610310575f52600460205261030e60405f206102f26103ca565b5f81524363ffffffff166020820152905b5f6040830152610ae8565b005b6310cda51760e21b5f5260045ffd5b3461016f57602036600319011261016f5760ff61033a610297565b165f526004602052602063ffffffff60405f205416604051908152f35b634e487b7160e01b5f52604160045260245ffd5b6040810190811067ffffffffffffffff82111761038757604052565b610357565b6060810190811067ffffffffffffffff82111761038757604052565b90601f8019910116810190811067ffffffffffffffff82111761038757604052565b604051906103d96060836103a8565b565b906103d960405192836103a8565b90604060031983011261016f576004356104028161015e565b9160243567ffffffffffffffff811161016f578160238201121561016f5780600401359067ffffffffffffffff8211610387576040519261044d601f8401601f1916602001856103a8565b8284526024838301011161016f57815f92602460209301838601378301015290565b3461016f577f73a2b7fb844724b971802ae9b15db094d4b7192df9d7350e14eb466b9b22eb4e61049e366103e9565b906104a7611453565b6104ba6104b382610d02565b50836114bb565b60018060a01b0381165f5260016020526104df60405f20549260405193849384610b5d565b0390a1005b602090600319011261016f5760043590565b3461016f57610504366104e4565b5f526002602052602060018060a01b0360405f205416604051908152f35b3461016f57602036600319011261016f5760ff61053d610297565b610545610b9d565b50165f5260056020526040805f2060018251916105618361036b565b80548352015460208201526105828251809260208091805184520151910152565bf35b3461016f57604036600319011261016f576105d96105d36105a3610297565b60ff602435915f604080516105b78161038c565b8281528260208201520152165f52600460205260405f206107cd565b50610bd3565b604051809163ffffffff6040606084019267ffffffffffffffff19815116855282602082015116602086015201511660408301520390f35b905f905b6002821061062257505050565b6020806001928551815201930191019091610615565b3461016f57602036600319011261016f57608061065f60043561065a8161015e565b610ca5565b610582602060405192610673848251610611565b01516040830190610611565b3461016f57606036600319011261016f57610698610297565b6024359063ffffffff821680920361016f576105d36106ce9160ff6106bc60443590565b91165f52600460205260405f206107cd565b9063ffffffff602083015116811061074f5781610714610723926106fc60406101c796015163ffffffff1690565b9063ffffffff82161591821561073f575b5050610cec565b5167ffffffffffffffff191690565b60405167ffffffffffffffff1990911681529081906020820190565b63ffffffff161190505f8061070d565b633d22884160e01b5f5260045ffd5b3461016f575f36600319011261016f576040517f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03168152602090f35b634e487b7160e01b5f52603260045260245ffd5b8054156107c8575f5260205f20905f90565b6107a2565b80548210156107c8575f5260205f2001905f90565b3461016f57604036600319011261016f576107fb610297565b60ff60243591165f52600460205260405f2090815481101561016f57610820916107cd565b50546040805182821b67ffffffffffffffff1916815260c083901c63ffffffff16602082015260e09290921c90820152606090f35b3461016f57602036600319011261016f57606061087c6004356108778161015e565b610d02565b610893604051809360208091805184520151910152565b6040820152f35b3461016f57602036600319011261016f5760ff6108b5610297565b165f52600560205260405f2060018154910154906101c76040519283928360209093929193604081019481520152565b3461016f5760206108fe6108f8366101cb565b91610d61565b604051908152f35b3461016f5760a036600319011261016f576004356109238161015e565b608036602319011261016f57604051638da5cb5b60e01b8152906020826004817f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03165afa9182156109de575f9261099b575b5061030e91610996906001600160a01b031633146119b9565b61119a565b91506020823d6020116109d6575b816109b6602093836103a8565b8101031261016f5761099661030e92516109cf8161015e565b925061097d565b3d91506109a9565b6040513d5f823e3d90fd5b60206040818301928281528451809452019201905f5b818110610a0c5750505090565b825163ffffffff168452602093840193909201916001016109ff565b3461016f57604036600319011261016f5760043567ffffffffffffffff811161016f573660238201121561016f57806004013567ffffffffffffffff811161016f57366024828401011161016f576101c791610a8991602480359201611316565b604051918291826109e9565b3461016f577ff843ecd53a563675e62107be1494fdde4a3d49aeedaf8d88c616d85346e3500e610ac4366103e9565b90610acd611453565b6104ba610ae2610adc83610d02565b506119e5565b836114bb565b80546801000000000000000081101561038757610b0a916001820181556107cd565b610b4a578151602083015160409384015163ffffffff60c01b60c09290921b919091169190931c1760e09290921b6001600160e01b031916919091179055565b634e487b7160e01b5f525f60045260245ffd5b919260809360209260018060a01b0316845282840152606060408401528051918291826060860152018484015e5f828201840152601f01601f1916010190565b60405190610baa8261036b565b5f6020838281520152565b90604051610bc28161036b565b602060018294805484520154910152565b90604051610be08161038c565b604081935467ffffffffffffffff1981831b16835263ffffffff8160c01c16602084015260e01c910152565b60405190610180610c1d81846103a8565b368337565b60405190610c316020836103a8565b6020368337565b60405190610c458261036b565b8160206040918251610c5784826103a8565b833682378152825192610c6a81856103a8565b3684370152565b60405191905f835b60028210610c8f575050506103d96040836103a8565b6001602081928554815201930191019091610c79565b610cad610c38565b5060018060a01b03165f52600660205260405f20610ce4600260405192610cd38461036b565b610cdc81610c71565b845201610c71565b602082015290565b15610cf357565b636fe02d4b60e01b5f5260045ffd5b610d0a610b9d565b5060018060a01b031690815f52600360205260405f2091600160405193610d308561036b565b80548552015460208401525f52600160205260405f2054918215610d52579190565b6325ec6c1f60e01b5f5260045ffd5b919091610d6c611453565b6040830190610d7b3683610fa4565b610d919080515f526020015160205260405f2090565b93610dbe7fad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb5861415610fcc565b6001600160a01b0382165f9081526001602052604090205415610de090610fe2565b5f85815260026020526040902054610e01906001600160a01b031615610ff8565b80359360208201358435906060840135608085019788928535602087013591604051958695602087019860c08c0193610e3a978b61100e565b03601f1981018252610e4c90826103a8565b5190207f30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f000000190069136610e7d91610fa4565b82610e883687610fa4565b90610e9291611669565b610e9b916116af565b91610ea4611711565b9136610eaf91610fa4565b90610eb86117db565b90610ec291611669565b610ecb916116af565b610ed5368761108f565b91610edf9361187c565b610ee8906110c8565b6001600160a01b0381165f908152600360209081526040808320853581558583013560019091015560069091529020610f2290849061110d565b6001600160a01b0381165f90815260016020526040902084905580610f4f855f52600260205260405f2090565b80546001600160a01b0319166001600160a01b0392831617905560405191169290918291610f7d9183611168565b037fe3fb6613af2e8930cf85d47fcf6db10192224a64c6cbe8023e0eee1ba382804191a290565b919082604091031261016f57604051610fbc8161036b565b6020808294803584520135910152565b15610fd357565b630cc7509160e01b5f5260045ffd5b15610fe957565b6342ee68b560e01b5f5260045ffd5b15610fff57565b634c334c9760e11b5f5260045ffd5b969490936101409896936040959386948a5260208a0152838901526060880152608087013760c08501376101008301526101208201520190565b9080601f8301121561016f57604051916110636040846103a8565b82906040810192831161016f57905b82821061107f5750505090565b8135815260209182019101611072565b919060808382031261016f5760206110c3604051926110ad8461036b565b604084966110bb8382611048565b865201611048565b910152565b156110cf57565b63a72d026360e01b5f5260045ffd5b634e487b7160e01b5f52601160045260245ffd5b9060068202918083046006149015171561110857565b6110de565b90805f5b600281106111445750506040015f5b6002811061112d57505050565b600190602083359301926002828601015501611120565b600190602083359301928186015501611111565b9060408080938181853701910137565b9160406103d9929493602060c082019680358352013560208201520190611158565b6080810192916103d99190611158565b6111fa6111f56111a983610d02565b506111d36111b685610ca5565b805151159081611284575b81611276575b8161125f575b506119cf565b6111db611711565b6111e36117db565b906111ef36602461108f565b9261187c565b6110c8565b6001600160a01b0381165f90815260066020526040902061121d9060249061110d565b6040516001600160a01b03909116907f5c4f9f28153dbf3f00e69607a59e82ad806fffb78d09f179f62432f7e9d2511a908061125a60248261118a565b0390a2565b61126e91506020015160200190565b51155f6111cd565b6020810151511591506111c7565b8051602001511591506111c1565b67ffffffffffffffff81116103875760051b60200190565b906112b482611292565b6112c160405191826103a8565b82815280926112d2601f1991611292565b0190602036910137565b908210156107c8570190565b8015611108575f190190565b5f1981019190821161110857565b80518210156107c85760209160051b010190565b919091611322836112aa565b925f5b818110611333575050505090565b6113586113526113448385876112dc565b356001600160f81b03191690565b60f81c90565b61136d8160ff165f52600460205260405f2090565b5480158015611428575b61141957805b61138c575b5050600101611325565b8563ffffffff6113ca6113bc6113ad8660ff165f52600460205260405f2090565b6113b6866112f4565b906107cd565b505460c01c63ffffffff1690565b1611156113e0576113da906112e8565b8061137d565b60019291506113fd6113f4611412926112f4565b63ffffffff1690565b6114078389611302565b9063ffffffff169052565b905f611382565b633f4cb70f60e01b5f5260045ffd5b5061144c6113f46113bc6114478560ff165f52600460205260405f2090565b6107b6565b8610611377565b7f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b0316330361148557565b634394dbdf60e11b5f5260045ffd5b9081518110156107c8570160200190565b156114ac57565b637310cff560e11b5f5260045ffd5b91906114c5610b9d565b504363ffffffff16905f5b84518110156116625780836114fb6113526114ed6001958a611494565b516001600160f81b03191690565b6115108160ff165f52600460205260405f2090565b549061151d8215156114a5565b6115b561159661158861154c896115476115428760ff165f52600560205260405f2090565b610bb5565b6116af565b611576816115658760ff165f52600560205260405f2090565b906020600191805184550151910155565b80515f526020015160205260405f2090565b67ffffffffffffffff191690565b926113b66115af8460ff165f52600460205260405f2090565b916112f4565b5090836115cd6113f4845463ffffffff9060c01c1690565b036115f657506115f092509060401c67ffffffffffffffff60c01b825416179055565b016114d0565b81546001600160e01b031660e09490941b6001600160e01b03191693909317905561165d916116309060ff165f52600460205260405f2090565b61164c61163b6103ca565b67ffffffffffffffff199093168352565b63ffffffff87166020830152610303565b6115f0565b5050509050565b91906040906060611678610b9d565b948592602085519261168a85856103a8565b8436853780518452015160208301528482015260076107cf195a01fa156116ad57565bfe5b6020929160806040926116c0610b9d565b958693818651936116d186866103a8565b85368637805185520151828401528051868401520151606082015260066107cf195a01fa80156116ad571561170257565b63d4b68fd760e01b5f5260045ffd5b611719610c38565b506040516117268161036b565b7f198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c281527f1800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed602082015260405161177b8161036b565b7f275dc4a288d1afb3cbb1ac09187524c7db36395df7be3b99e673b13a075a65ec81527f1d9befcd05a5323e6da4d435f3b617cdb3af83285c2df711ef39c01571827f9d6020820152604051916117d18361036b565b8252602082015290565b6117e3610b9d565b506040516117f08161036b565b600181526002602082015290565b9060028110156107c85760051b0190565b906001820180921161110857565b906002820180921161110857565b906003820180921161110857565b906004820180921161110857565b906005820180921161110857565b90600c8110156107c85760051b0190565b1561186d57565b6324ccc79360e21b5f5260045ffd5b92909161188960406103db565b938452602084015261189b60406103db565b91825260208201526118ab610c0c565b915f5b600281106118e8575050506020610180916118c7610c22565b92839160086107cf195a01fa80156116ad576118e290611866565b51151590565b806118f46001926110f2565b6118fe82856117fe565b515161190a8288611855565b52602061191783866117fe565b51015161192c6119268361180f565b88611855565b5261193782866117fe565b5151516119466119268361181d565b5261195c61195483876117fe565b515160200190565b516119696119268361182b565b52602061197683876117fe565b5101515161198661192683611839565b526119b26119ac6119a5602061199c868a6117fe565b51015160200190565b5192611847565b87611855565b52016118ae565b156119c057565b637070f3b160e11b5f5260045ffd5b156119d657565b630849e5cf60e41b5f5260045ffd5b6119ed610b9d565b50805190811580611a99575b15611a1a575050604051611a0e6040826103a8565b5f81525f602082015290565b60207f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47910151067f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47037f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47811161110857604051916117d16040846103a8565b506020810151156119f956fea2646970667358221220133aee01c3ab285c541d1517f97939b6d111fabcc7b7ac382b1b2db778a24b2864736f6c634300081b0033","nonce":46,"gas_used":1567317},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2b2f46","logs":[{"address":"0x5eb3bc0a489c5a8288765d2336659ebca68fcd00","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"}],"logsBloom":"0x00000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xa66339139eb5f9c81151ce2012468f63d5273a5cca240bb7de2eba8667e9be17","block_number":29},{"info":{"transaction_hash":"0x115ae647b561a50503de67dd951f968846dea79727ce159fcba7865272b77db2","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x2546bcd3c84621e976d8185a91a922ae77ecec30","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x2546bcd3c84621e976d8185a91a922ae77ecec30","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":99,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x671b37dbd10a0f7ca68ae0ce8f2b80321c1e28ae2190d93fe8a44b557976c0ce","block_number":71},{"info":{"transaction_hash":"0xb59827468106ca405a63e22a18e52ee240a4e458c946cccdef1cc53c8a345b66","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0xc5a5c42992decbae36851359345fe25997f5c42d","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xc5a5c42992decbae36851359345fe25997f5c42d","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x608060405234801561000f575f5ffd5b50604051610d91380380610d9183398101604081905261002e916101c8565b8383600361003c83826102d8565b50600461004982826102d8565b50505061005c818361006560201b60201c565b505050506103b7565b6001600160a01b0382166100bf5760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015260640160405180910390fd5b8060025f8282546100d09190610392565b90915550506001600160a01b0382165f81815260208181526040808320805486019055518481527fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a35050565b505050565b634e487b7160e01b5f52604160045260245ffd5b5f82601f83011261014e575f5ffd5b81516001600160401b038111156101675761016761012b565b604051601f8201601f19908116603f011681016001600160401b03811182821017156101955761019561012b565b6040528181528382016020018510156101ac575f5ffd5b8160208501602083015e5f918101602001919091529392505050565b5f5f5f5f608085870312156101db575f5ffd5b84516001600160401b038111156101f0575f5ffd5b6101fc8782880161013f565b602087015190955090506001600160401b03811115610219575f5ffd5b6102258782880161013f565b60408701516060880151919550935090506001600160a01b038116811461024a575f5ffd5b939692955090935050565b600181811c9082168061026957607f821691505b60208210810361028757634e487b7160e01b5f52602260045260245ffd5b50919050565b601f82111561012657805f5260205f20601f840160051c810160208510156102b25750805b601f840160051c820191505b818110156102d1575f81556001016102be565b5050505050565b81516001600160401b038111156102f1576102f161012b565b610305816102ff8454610255565b8461028d565b6020601f821160018114610337575f83156103205750848201515b5f19600385901b1c1916600184901b1784556102d1565b5f84815260208120601f198516915b828110156103665787850151825560209485019460019092019101610346565b508482101561038357868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b808201808211156103b157634e487b7160e01b5f52601160045260245ffd5b92915050565b6109cd806103c45f395ff3fe608060405234801561000f575f5ffd5b50600436106100cb575f3560e01c806342966c681161008857806395d89b411161006357806395d89b41146101a7578063a457c2d7146101af578063a9059cbb146101c2578063dd62ed3e146101d5575f5ffd5b806342966c681461015757806370a082311461016c57806379cc679014610194575f5ffd5b806306fdde03146100cf578063095ea7b3146100ed57806318160ddd1461011057806323b872dd14610122578063313ce567146101355780633950935114610144575b5f5ffd5b6100d76101e8565b6040516100e49190610826565b60405180910390f35b6101006100fb366004610876565b610278565b60405190151581526020016100e4565b6002545b6040519081526020016100e4565b61010061013036600461089e565b610291565b604051601281526020016100e4565b610100610152366004610876565b6102b4565b61016a6101653660046108d8565b6102d5565b005b61011461017a3660046108ef565b6001600160a01b03165f9081526020819052604090205490565b61016a6101a2366004610876565b6102e2565b6100d76102fb565b6101006101bd366004610876565b61030a565b6101006101d0366004610876565b610389565b6101146101e336600461090f565b610396565b6060600380546101f790610940565b80601f016020809104026020016040519081016040528092919081815260200182805461022390610940565b801561026e5780601f106102455761010080835404028352916020019161026e565b820191905f5260205f20905b81548152906001019060200180831161025157829003601f168201915b5050505050905090565b5f336102858185856103c0565b60019150505b92915050565b5f3361029e8582856104e4565b6102a985858561055c565b506001949350505050565b5f336102858185856102c68383610396565b6102d09190610978565b6103c0565b6102df33826106fe565b50565b6102ed8233836104e4565b6102f782826106fe565b5050565b6060600480546101f790610940565b5f33816103178286610396565b90508381101561037c5760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084015b60405180910390fd5b6102a982868684036103c0565b5f3361028581858561055c565b6001600160a01b039182165f90815260016020908152604080832093909416825291909152205490565b6001600160a01b0383166104225760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608401610373565b6001600160a01b0382166104835760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608401610373565b6001600160a01b038381165f8181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b5f6104ef8484610396565b90505f19811461055657818110156105495760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e63650000006044820152606401610373565b61055684848484036103c0565b50505050565b6001600160a01b0383166105c05760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608401610373565b6001600160a01b0382166106225760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608401610373565b6001600160a01b0383165f90815260208190526040902054818110156106995760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608401610373565b6001600160a01b038481165f81815260208181526040808320878703905593871680835291849020805487019055925185815290927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a3610556565b6001600160a01b03821661075e5760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b6064820152608401610373565b6001600160a01b0382165f90815260208190526040902054818110156107d15760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b6064820152608401610373565b6001600160a01b0383165f818152602081815260408083208686039055600280548790039055518581529192917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91016104d7565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b80356001600160a01b0381168114610871575f5ffd5b919050565b5f5f60408385031215610887575f5ffd5b6108908361085b565b946020939093013593505050565b5f5f5f606084860312156108b0575f5ffd5b6108b98461085b565b92506108c76020850161085b565b929592945050506040919091013590565b5f602082840312156108e8575f5ffd5b5035919050565b5f602082840312156108ff575f5ffd5b6109088261085b565b9392505050565b5f5f60408385031215610920575f5ffd5b6109298361085b565b91506109376020840161085b565b90509250929050565b600181811c9082168061095457607f821691505b60208210810361097257634e487b7160e01b5f52602260045260245ffd5b50919050565b8082018082111561028b57634e487b7160e01b5f52601160045260245ffdfea2646970667358221220e22bb8a1111ed9b19d1fa2dff5ee1e97b8924067fd64b92ca0f74f7af32d182364736f6c634300081b0033000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000ffffffffffffffffffffffffffffffff000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000000954657374546f6b656e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000045445535400000000000000000000000000000000000000000000000000000000","output":"0x608060405234801561000f575f5ffd5b50600436106100cb575f3560e01c806342966c681161008857806395d89b411161006357806395d89b41146101a7578063a457c2d7146101af578063a9059cbb146101c2578063dd62ed3e146101d5575f5ffd5b806342966c681461015757806370a082311461016c57806379cc679014610194575f5ffd5b806306fdde03146100cf578063095ea7b3146100ed57806318160ddd1461011057806323b872dd14610122578063313ce567146101355780633950935114610144575b5f5ffd5b6100d76101e8565b6040516100e49190610826565b60405180910390f35b6101006100fb366004610876565b610278565b60405190151581526020016100e4565b6002545b6040519081526020016100e4565b61010061013036600461089e565b610291565b604051601281526020016100e4565b610100610152366004610876565b6102b4565b61016a6101653660046108d8565b6102d5565b005b61011461017a3660046108ef565b6001600160a01b03165f9081526020819052604090205490565b61016a6101a2366004610876565b6102e2565b6100d76102fb565b6101006101bd366004610876565b61030a565b6101006101d0366004610876565b610389565b6101146101e336600461090f565b610396565b6060600380546101f790610940565b80601f016020809104026020016040519081016040528092919081815260200182805461022390610940565b801561026e5780601f106102455761010080835404028352916020019161026e565b820191905f5260205f20905b81548152906001019060200180831161025157829003601f168201915b5050505050905090565b5f336102858185856103c0565b60019150505b92915050565b5f3361029e8582856104e4565b6102a985858561055c565b506001949350505050565b5f336102858185856102c68383610396565b6102d09190610978565b6103c0565b6102df33826106fe565b50565b6102ed8233836104e4565b6102f782826106fe565b5050565b6060600480546101f790610940565b5f33816103178286610396565b90508381101561037c5760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084015b60405180910390fd5b6102a982868684036103c0565b5f3361028581858561055c565b6001600160a01b039182165f90815260016020908152604080832093909416825291909152205490565b6001600160a01b0383166104225760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608401610373565b6001600160a01b0382166104835760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608401610373565b6001600160a01b038381165f8181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b5f6104ef8484610396565b90505f19811461055657818110156105495760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e63650000006044820152606401610373565b61055684848484036103c0565b50505050565b6001600160a01b0383166105c05760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608401610373565b6001600160a01b0382166106225760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608401610373565b6001600160a01b0383165f90815260208190526040902054818110156106995760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608401610373565b6001600160a01b038481165f81815260208181526040808320878703905593871680835291849020805487019055925185815290927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a3610556565b6001600160a01b03821661075e5760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b6064820152608401610373565b6001600160a01b0382165f90815260208190526040902054818110156107d15760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b6064820152608401610373565b6001600160a01b0383165f818152602081815260408083208686039055600280548790039055518581529192917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91016104d7565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b80356001600160a01b0381168114610871575f5ffd5b919050565b5f5f60408385031215610887575f5ffd5b6108908361085b565b946020939093013593505050565b5f5f5f606084860312156108b0575f5ffd5b6108b98461085b565b92506108c76020850161085b565b929592945050506040919091013590565b5f602082840312156108e8575f5ffd5b5035919050565b5f602082840312156108ff575f5ffd5b6109088261085b565b9392505050565b5f5f60408385031215610920575f5ffd5b6109298361085b565b91506109376020840161085b565b90509250929050565b600181811c9082168061095457607f821691505b60208210810361097257634e487b7160e01b5f52602260045260245ffd5b50919050565b8082018082111561028b57634e487b7160e01b5f52601160045260245ffdfea2646970667358221220e22bb8a1111ed9b19d1fa2dff5ee1e97b8924067fd64b92ca0f74f7af32d182364736f6c634300081b0033","gas_used":594640,"gas_limit":806048,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x00000000000000000000000000000000ffffffffffffffffffffffffffffffff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x608060405234801561000f575f5ffd5b50600436106100cb575f3560e01c806342966c681161008857806395d89b411161006357806395d89b41146101a7578063a457c2d7146101af578063a9059cbb146101c2578063dd62ed3e146101d5575f5ffd5b806342966c681461015757806370a082311461016c57806379cc679014610194575f5ffd5b806306fdde03146100cf578063095ea7b3146100ed57806318160ddd1461011057806323b872dd14610122578063313ce567146101355780633950935114610144575b5f5ffd5b6100d76101e8565b6040516100e49190610826565b60405180910390f35b6101006100fb366004610876565b610278565b60405190151581526020016100e4565b6002545b6040519081526020016100e4565b61010061013036600461089e565b610291565b604051601281526020016100e4565b610100610152366004610876565b6102b4565b61016a6101653660046108d8565b6102d5565b005b61011461017a3660046108ef565b6001600160a01b03165f9081526020819052604090205490565b61016a6101a2366004610876565b6102e2565b6100d76102fb565b6101006101bd366004610876565b61030a565b6101006101d0366004610876565b610389565b6101146101e336600461090f565b610396565b6060600380546101f790610940565b80601f016020809104026020016040519081016040528092919081815260200182805461022390610940565b801561026e5780601f106102455761010080835404028352916020019161026e565b820191905f5260205f20905b81548152906001019060200180831161025157829003601f168201915b5050505050905090565b5f336102858185856103c0565b60019150505b92915050565b5f3361029e8582856104e4565b6102a985858561055c565b506001949350505050565b5f336102858185856102c68383610396565b6102d09190610978565b6103c0565b6102df33826106fe565b50565b6102ed8233836104e4565b6102f782826106fe565b5050565b6060600480546101f790610940565b5f33816103178286610396565b90508381101561037c5760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084015b60405180910390fd5b6102a982868684036103c0565b5f3361028581858561055c565b6001600160a01b039182165f90815260016020908152604080832093909416825291909152205490565b6001600160a01b0383166104225760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608401610373565b6001600160a01b0382166104835760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608401610373565b6001600160a01b038381165f8181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b5f6104ef8484610396565b90505f19811461055657818110156105495760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e63650000006044820152606401610373565b61055684848484036103c0565b50505050565b6001600160a01b0383166105c05760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608401610373565b6001600160a01b0382166106225760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608401610373565b6001600160a01b0383165f90815260208190526040902054818110156106995760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608401610373565b6001600160a01b038481165f81815260208181526040808320878703905593871680835291849020805487019055925185815290927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a3610556565b6001600160a01b03821661075e5760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b6064820152608401610373565b6001600160a01b0382165f90815260208190526040902054818110156107d15760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b6064820152608401610373565b6001600160a01b0383165f818152602081815260408083208686039055600280548790039055518581529192917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91016104d7565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b80356001600160a01b0381168114610871575f5ffd5b919050565b5f5f60408385031215610887575f5ffd5b6108908361085b565b946020939093013593505050565b5f5f5f606084860312156108b0575f5ffd5b6108b98461085b565b92506108c76020850161085b565b929592945050506040919091013590565b5f602082840312156108e8575f5ffd5b5035919050565b5f602082840312156108ff575f5ffd5b6109088261085b565b9392505050565b5f5f60408385031215610920575f5ffd5b6109298361085b565b91506109376020840161085b565b90509250929050565b600181811c9082168061095457607f821691505b60208210810361097257634e487b7160e01b5f52602260045260245ffd5b50919050565b8082018082111561028b57634e487b7160e01b5f52601160045260245ffdfea2646970667358221220e22bb8a1111ed9b19d1fa2dff5ee1e97b8924067fd64b92ca0f74f7af32d182364736f6c634300081b0033","nonce":28,"gas_used":704694},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x1ec140","logs":[{"address":"0xc5a5c42992decbae36851359345fe25997f5c42d","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x00000000000000000000000000000000ffffffffffffffffffffffffffffffff"}],"logsBloom":"0x00000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000008000000000000000000000000000000000000000000000000020000000000000100000800000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002080000200000000000000000000000002000000000000000000020000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xa8a40e7f90cc0ced3f146446ac29b295445b0a19bfb13430e45b0b6f37f86f08","block_number":19},{"info":{"transaction_hash":"0x86f94acfc2d3e17eac4df634139649a9d3ca0090edac9a1e6ae2516d9eedad55","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000042a63149117602129b6922ecfe3111168c2c3230000000000000000000000000000000000000000000000004047d566deddfa5f","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323"],"data":"0x0000000000000000000000000000000000000000000000004047d566deddfa5f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":236,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323"],"data":"0x0000000000000000000000000000000000000000000000004047d566deddfa5f"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000080000000000000000000100000000000000080000010000000010000000000000000000000000000000000000000000000000000000000000020000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x19329bee68a256b4545058708aec79dc1859baeb291e72805706161d98c3e452","block_number":208},{"info":{"transaction_hash":"0xa9cb7bad114b6a506cee0096e5ba6fba6353fea0ee862c738375a30370cb21ec","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54000000000000000000000000000000000000000000000000296ff7d27034cca9","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54"],"data":"0x000000000000000000000000000000000000000000000000296ff7d27034cca9"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":276,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54"],"data":"0x000000000000000000000000000000000000000000000000296ff7d27034cca9"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000010000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000040000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000400000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x93e8933b7652b1fabb0aedeb18d630fb8183b68b712c4974ec836eefd22223f2","block_number":248},{"info":{"transaction_hash":"0xb778f67b2244c487fa011533895091d62872895357d586a9b470d10813618cf6","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x610120604052348015610010575f5ffd5b50604051612da0380380612da083398101604081905261002f916101c2565b80858585856001600160a01b03811661005b576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b0390811660805292831660a05290821660c0521660e05261008281610099565b610100525061008f6100df565b505050505061031a565b5f5f829050601f815111156100cc578260405163305a27a960e01b81526004016100c391906102bf565b60405180910390fd5b80516100d7826102f4565b179392505050565b5f54610100900460ff16156101465760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b60648201526084016100c3565b5f5460ff90811614610195575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b03811681146101ab575f5ffd5b50565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f5f5f60a086880312156101d6575f5ffd5b85516101e181610197565b60208701519095506101f281610197565b604087015190945061020381610197565b606087015190935061021481610197565b60808701519092506001600160401b0381111561022f575f5ffd5b8601601f8101881361023f575f5ffd5b80516001600160401b03811115610258576102586101ae565b604051601f8201601f19908116603f011681016001600160401b0381118282101715610286576102866101ae565b6040528181528282016020018a101561029d575f5ffd5b8160208401602083015e5f602083830101528093505050509295509295909350565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b80516020808301519190811015610314575f198160200360031b1b821691505b50919050565b60805160a05160c05160e051610100516129fc6103a45f395f610a0e01525f818161055c015281816107090152818161096401528181610b0301528181610ebd01528181610f72015261120601525f81816101fb01528181611008015261182101525f61036301525f81816103aa0152818161063e01528181610a4c015261131a01526129fc5ff3fe6080604052600436106101c5575f3560e01c80639b4e4634116100f2578063d48e889411610092578063f5d4fed311610062578063f5d4fed31461059d578063f6848d24146105b2578063fabc1cbc146105eb578063fe243a171461060a575f5ffd5b8063d48e889414610501578063debe1eab1461052c578063ea4d3c9b1461054b578063f2fde38b1461057e575f5ffd5b8063a38406a3116100cd578063a38406a314610476578063a3d75e0914610495578063a6a509be146104cd578063cd6dc687146104e2575f5ffd5b80639b4e4634146104105780639ba0627514610423578063a1ca780b14610457575f5ffd5b80635c975abb1161016857806384d810621161013857806384d8106214610385578063886f1195146103995780638da5cb5b146103cc5780639104c319146103e9575f5ffd5b80635c975abb14610301578063715018a61461031f578063724af4231461033357806374cdd79814610352575f5ffd5b806350ff7225116101a357806350ff72251461025957806354fd4d501461028d578063595c6a67146102ae5780635ac86ab7146102c2575f5ffd5b8063136439dd146101c9578063292b7b2b146101ea5780632eae418c1461023a575b5f5ffd5b3480156101d4575f5ffd5b506101e86101e3366004611c73565b610629565b005b3480156101f5575f5ffd5b5061021d7f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b0390911681526020015b60405180910390f35b348015610245575f5ffd5b506101e8610254366004611c9e565b6106fe565b348015610264575f5ffd5b50610278610273366004611cec565b610957565b60408051928352602083019190915201610231565b348015610298575f5ffd5b506102a1610a07565b6040516102319190611d2a565b3480156102b9575f5ffd5b506101e8610a37565b3480156102cd575f5ffd5b506102f16102dc366004611d5f565b606654600160ff9092169190911b9081161490565b6040519015158152602001610231565b34801561030c575f5ffd5b506066545b604051908152602001610231565b34801561032a575f5ffd5b506101e8610ae6565b34801561033e575f5ffd5b5061031161034d366004611cec565b610af7565b34801561035d575f5ffd5b5061021d7f000000000000000000000000000000000000000000000000000000000000000081565b348015610390575f5ffd5b5061021d610c3c565b3480156103a4575f5ffd5b5061021d7f000000000000000000000000000000000000000000000000000000000000000081565b3480156103d7575f5ffd5b506033546001600160a01b031661021d565b3480156103f4575f5ffd5b5061021d73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b6101e861041e366004611dbd565b610cbe565b34801561042e575f5ffd5b5061021d61043d366004611e30565b60986020525f90815260409020546001600160a01b031681565b348015610462575f5ffd5b506101e8610471366004611e4b565b610d8d565b348015610481575f5ffd5b5061021d610490366004611e30565b610fae565b3480156104a0575f5ffd5b506104b46104af366004611e30565b61107f565b60405167ffffffffffffffff9091168152602001610231565b3480156104d8575f5ffd5b5061031160995481565b3480156104ed575f5ffd5b506101e86104fc366004611e7d565b6110df565b34801561050c575f5ffd5b5061031161051b366004611e30565b609b6020525f908152604090205481565b348015610537575f5ffd5b506101e8610546366004611e7d565b6111fb565b348015610556575f5ffd5b5061021d7f000000000000000000000000000000000000000000000000000000000000000081565b348015610589575f5ffd5b506101e8610598366004611e30565b61129f565b3480156105a8575f5ffd5b50610311609e5481565b3480156105bd575f5ffd5b506102f16105cc366004611e30565b6001600160a01b039081165f9081526098602052604090205416151590565b3480156105f6575f5ffd5b506101e8610605366004611c73565b611318565b348015610615575f5ffd5b50610311610624366004611ea7565b61142e565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa15801561068b573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106af9190611ede565b6106cc57604051631d77d47760e21b815260040160405180910390fd5b60665481811681146106f15760405163c61dca5d60e01b815260040160405180910390fd5b6106fa826114ae565b5050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146107475760405163f739589b60e01b815260040160405180910390fd5b61074f6114eb565b6001600160a01b03831673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac01461078c57604051632711b74d60e11b815260040160405180910390fd5b6001600160a01b0384166107b3576040516339b190bb60e11b815260040160405180910390fd5b5f81136107d35760405163ef147de160e01b815260040160405180910390fd5b6001600160a01b0384165f908152609b60205260408120549082908212156108cd575f6107ff83611f11565b90505f8185111561081d5750806108168186611f2b565b9250610823565b505f9150835b5f61082e8286611f3e565b6001600160a01b038a165f818152609b60205260409081902083905551919250907f4e2b791dedccd9fb30141b088cabf5c14a8912b52f59375c95c010700b8c61939061087e9085815260200190565b60405180910390a2886001600160a01b03167fd4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe077098826040516108c191815260200190565b60405180910390a25050505b8015610945576001600160a01b038681165f81815260986020526040908190205490516362483a2160e11b81526004810192909252602482018490529091169063c4907442906044015b5f604051808303815f87803b15801561092e575f5ffd5b505af1158015610940573d5f5f3e3d5ffd5b505050505b5050610951600160c955565b50505050565b5f80336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146109a25760405163f739589b60e01b815260040160405180910390fd5b6109aa6114eb565b6001600160a01b03841673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0146109e757604051632711b74d60e11b815260040160405180910390fd5b6109f18584611544565b915091506109ff600160c955565b935093915050565b6060610a327f000000000000000000000000000000000000000000000000000000000000000061168b565b905090565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610a99573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610abd9190611ede565b610ada57604051631d77d47760e21b815260040160405180910390fd5b610ae45f196114ae565b565b610aee6116c8565b610ae45f611722565b5f336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610b415760405163f739589b60e01b815260040160405180910390fd5b610b496114eb565b6001600160a01b03831673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac014610b8657604051632711b74d60e11b815260040160405180910390fd5b5f610b9083611773565b6001600160a01b0386165f908152609b6020526040902054610bb29190611f65565b90505f811215610bd55760405163ef147de160e01b815260040160405180910390fd5b6001600160a01b0385165f818152609b602052604090819020839055517fd4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe07709890610c219084815260200190565b60405180910390a29050610c35600160c955565b9392505050565b6066545f908190600190811603610c665760405163840a48d560e01b815260040160405180910390fd5b610c6e6114eb565b335f908152609860205260409020546001600160a01b031615610ca45760405163031a852160e21b815260040160405180910390fd5b5f610cad6117dc565b925050610cba600160c955565b5090565b6066545f90600190811603610ce65760405163840a48d560e01b815260040160405180910390fd5b610cee6114eb565b335f908152609860205260409020546001600160a01b031680610d1657610d136117dc565b90505b6040516326d3918d60e21b81526001600160a01b03821690639b4e4634903490610d4c908b908b908b908b908b90600401611fb3565b5f604051808303818588803b158015610d63575f5ffd5b505af1158015610d75573d5f5f3e3d5ffd5b505050505050610d85600160c955565b505050505050565b6001600160a01b038084165f908152609860205260409020548491163314610dc8576040516312e16d7160e11b815260040160405180910390fd5b610dd06114eb565b6001600160a01b038416610df7576040516339b190bb60e11b815260040160405180910390fd5b610e05633b9aca0083612000565b15610e23576040516347d072bb60e11b815260040160405180910390fd5b6001600160a01b0384165f908152609b602052604081205490811215610e5c57604051634b692bcf60e01b815260040160405180910390fd5b5f831315610f1d575f5f610e708786611544565b604051631e328e7960e11b81526001600160a01b038a8116600483015273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0602483015260448201849052606482018390529294509092507f000000000000000000000000000000000000000000000000000000000000000090911690633c651cf2906084015f604051808303815f87803b158015610f00575f5ffd5b505af1158015610f12573d5f5f3e3d5ffd5b505050505050610fa3565b5f831215610fa3575f610f398686610f3487611f11565b611937565b60405163305068e760e11b81526001600160a01b0388811660048301526024820185905267ffffffffffffffff831660448301529192507f0000000000000000000000000000000000000000000000000000000000000000909116906360a0d1ce90606401610917565b50610951600160c955565b6001600160a01b038082165f908152609860205260408120549091168061107957611076836001600160a01b03165f1b60405180610940016040528061090e81526020016120b961090e9139604080516001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000166020820152808201919091525f606082015260800160408051601f198184030181529082905261105b9291602001612036565b60405160208183030381529060405280519060200120611a30565b90505b92915050565b6001600160a01b0381165f908152609d6020908152604080832081518083019092525460ff8116151580835261010090910467ffffffffffffffff1692820192909252906110d557670de0b6b3a7640000610c35565b6020015192915050565b5f54610100900460ff16158080156110fd57505f54600160ff909116105b806111165750303b15801561111657505f5460ff166001145b61117e5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff19166001179055801561119f575f805461ff0019166101001790555b6111a883611722565b6111b1826114ae565b80156111f6575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146112445760405163f739589b60e01b815260040160405180910390fd5b61124c6114eb565b80609e5f82825461125d9190612052565b90915550506040518181527f1ed04b7fd262c0d9e50fa02957f32a81a151f03baaa367faeedc7521b001c4a49060200160405180910390a16106fa600160c955565b6112a76116c8565b6001600160a01b03811661130c5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401611175565b61131581611722565b50565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611374573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113989190612065565b6001600160a01b0316336001600160a01b0316146113c95760405163794821ff60e01b815260040160405180910390fd5b606654801982198116146113f05760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b5f6001600160a01b03821673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac01461146c57604051632711b74d60e11b815260040160405180910390fd5b6001600160a01b0383165f908152609b6020526040812054126114a6576001600160a01b0383165f908152609b6020526040902054611076565b505f92915050565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b600260c9540361153d5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401611175565b600260c955565b5f806001600160a01b03841661156d576040516339b190bb60e11b815260040160405180910390fd5b5f83121561158e5760405163ef147de160e01b815260040160405180910390fd5b6001600160a01b0384165f908152609b602052604081205484916115b28383611f3e565b6001600160a01b0388165f818152609b60205260409081902083905551919250907f4e2b791dedccd9fb30141b088cabf5c14a8912b52f59375c95c010700b8c6193906116029086815260200190565b60405180910390a2866001600160a01b03167fd4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe0770988260405161164591815260200190565b60405180910390a25f8113611662575f5f94509450505050611684565b5f821215611677575f94509250611684915050565b5092508391506116849050565b9250929050565b60605f61169783611a3c565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6033546001600160a01b03163314610ae45760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401611175565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b5f6001600160ff1b03821115610cba5760405162461bcd60e51b815260206004820152602860248201527f53616665436173743a2076616c756520646f65736e27742066697420696e2061604482015267371034b73a191a9b60c11b6064820152608401611175565b5f60995f81546117eb90612080565b9091555060408051610940810190915261090e8082525f9161188891839133916120b96020830139604080516001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000166020820152808201919091525f606082015260800160408051601f19818403018152908290526118749291602001612036565b604051602081830303815290604052611a63565b60405163189acdbd60e31b81523360048201529091506001600160a01b0382169063c4d66de8906024015f604051808303815f87803b1580156118c9575f5ffd5b505af11580156118db573d5f5f3e3d5ffd5b5050335f8181526098602052604080822080546001600160a01b0319166001600160a01b038816908117909155905192945092507f21c99d0db02213c32fff5b05cf0a718ab5f858802b91498f80d82270289d856a91a3919050565b5f806119438385611f2b565b90505f61194f8661107f565b90505f61196767ffffffffffffffff83168488611b65565b90505f6119748284612098565b6040805180820182526001815267ffffffffffffffff85811660208084018281526001600160a01b038f165f818152609d845287902095518654925168ffffffffffffffffff1990931690151568ffffffffffffffff001916176101009286169290920291909117909455845193845291881691830191909152918101919091529091507fb160ab8589bf47dc04ea11b50d46678d21590cea2ed3e454e7bd3e41510f98cf9060600160405180910390a1979650505050505050565b5f611076838330611c4a565b5f60ff8216601f81111561107957604051632cd44ac360e21b815260040160405180910390fd5b5f83471015611ab45760405162461bcd60e51b815260206004820152601d60248201527f437265617465323a20696e73756666696369656e742062616c616e63650000006044820152606401611175565b81515f03611b045760405162461bcd60e51b815260206004820181905260248201527f437265617465323a2062797465636f6465206c656e677468206973207a65726f6044820152606401611175565b8282516020840186f590506001600160a01b038116610c355760405162461bcd60e51b815260206004820152601960248201527f437265617465323a204661696c6564206f6e206465706c6f79000000000000006044820152606401611175565b5f80805f19858709858702925082811083820303915050805f03611b9c57838281611b9257611b92611fec565b0492505050610c35565b808411611be35760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b6044820152606401611175565b5f8486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091025f889003889004909101858311909403939093029303949094049190911702949350505050565b5f604051836040820152846020820152828152600b8101905060ff815360559020949350505050565b5f60208284031215611c83575f5ffd5b5035919050565b6001600160a01b0381168114611315575f5ffd5b5f5f5f5f60808587031215611cb1575f5ffd5b8435611cbc81611c8a565b93506020850135611ccc81611c8a565b92506040850135611cdc81611c8a565b9396929550929360600135925050565b5f5f5f60608486031215611cfe575f5ffd5b8335611d0981611c8a565b92506020840135611d1981611c8a565b929592945050506040919091013590565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f60208284031215611d6f575f5ffd5b813560ff81168114610c35575f5ffd5b5f5f83601f840112611d8f575f5ffd5b50813567ffffffffffffffff811115611da6575f5ffd5b602083019150836020828501011115611684575f5ffd5b5f5f5f5f5f60608688031215611dd1575f5ffd5b853567ffffffffffffffff811115611de7575f5ffd5b611df388828901611d7f565b909650945050602086013567ffffffffffffffff811115611e12575f5ffd5b611e1e88828901611d7f565b96999598509660400135949350505050565b5f60208284031215611e40575f5ffd5b8135610c3581611c8a565b5f5f5f60608486031215611e5d575f5ffd5b8335611e6881611c8a565b95602085013595506040909401359392505050565b5f5f60408385031215611e8e575f5ffd5b8235611e9981611c8a565b946020939093013593505050565b5f5f60408385031215611eb8575f5ffd5b8235611ec381611c8a565b91506020830135611ed381611c8a565b809150509250929050565b5f60208284031215611eee575f5ffd5b81518015158114610c35575f5ffd5b634e487b7160e01b5f52601160045260245ffd5b5f600160ff1b8201611f2557611f25611efd565b505f0390565b8181038181111561107957611079611efd565b8082018281125f831280158216821582161715611f5d57611f5d611efd565b505092915050565b8181035f831280158383131683831282161715611f8457611f84611efd565b5092915050565b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b606081525f611fc6606083018789611f8b565b8281036020840152611fd9818688611f8b565b9150508260408301529695505050505050565b634e487b7160e01b5f52601260045260245ffd5b5f8261201a57634e487b7160e01b5f52601260045260245ffd5b500790565b5f81518060208401855e5f93019283525090919050565b5f61204a612044838661201f565b8461201f565b949350505050565b8082018082111561107957611079611efd565b5f60208284031215612075575f5ffd5b8151610c3581611c8a565b5f6001820161209157612091611efd565b5060010190565b67ffffffffffffffff828116828216039081111561107957611079611efd56fe608060405260405161090e38038061090e83398101604081905261002291610460565b61002e82826000610035565b505061058a565b61003e83610100565b6040516001600160a01b038416907f1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e90600090a260008251118061007f5750805b156100fb576100f9836001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100c5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100e99190610520565b836102a360201b6100291760201c565b505b505050565b610113816102cf60201b6100551760201c565b6101725760405162461bcd60e51b815260206004820152602560248201527f455243313936373a206e657720626561636f6e206973206e6f74206120636f6e6044820152641d1c9858dd60da1b60648201526084015b60405180910390fd5b6101e6816001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156101b3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101d79190610520565b6102cf60201b6100551760201c565b61024b5760405162461bcd60e51b815260206004820152603060248201527f455243313936373a20626561636f6e20696d706c656d656e746174696f6e206960448201526f1cc81b9bdd08184818dbdb9d1c9858dd60821b6064820152608401610169565b806102827fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d5060001b6102de60201b6100641760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b60606102c883836040518060600160405280602781526020016108e7602791396102e1565b9392505050565b6001600160a01b03163b151590565b90565b6060600080856001600160a01b0316856040516102fe919061053b565b600060405180830381855af49150503d8060008114610339576040519150601f19603f3d011682016040523d82523d6000602084013e61033e565b606091505b5090925090506103508683838761035a565b9695505050505050565b606083156103c65782516103bf576001600160a01b0385163b6103bf5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610169565b50816103d0565b6103d083836103d8565b949350505050565b8151156103e85781518083602001fd5b8060405162461bcd60e51b81526004016101699190610557565b80516001600160a01b038116811461041957600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101561044f578181015183820152602001610437565b838111156100f95750506000910152565b6000806040838503121561047357600080fd5b61047c83610402565b60208401519092506001600160401b038082111561049957600080fd5b818501915085601f8301126104ad57600080fd5b8151818111156104bf576104bf61041e565b604051601f8201601f19908116603f011681019083821181831017156104e7576104e761041e565b8160405282815288602084870101111561050057600080fd5b610511836020830160208801610434565b80955050505050509250929050565b60006020828403121561053257600080fd5b6102c882610402565b6000825161054d818460208701610434565b9190910192915050565b6020815260008251806020840152610576816040850160208701610434565b601f01601f19169190910160400192915050565b61034e806105996000396000f3fe60806040523661001357610011610017565b005b6100115b610027610022610067565b610100565b565b606061004e83836040518060600160405280602781526020016102f260279139610124565b9392505050565b6001600160a01b03163b151590565b90565b600061009a7fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50546001600160a01b031690565b6001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100fb9190610249565b905090565b3660008037600080366000845af43d6000803e80801561011f573d6000f35b3d6000fd5b6060600080856001600160a01b03168560405161014191906102a2565b600060405180830381855af49150503d806000811461017c576040519150601f19603f3d011682016040523d82523d6000602084013e610181565b606091505b50915091506101928683838761019c565b9695505050505050565b6060831561020d578251610206576001600160a01b0385163b6102065760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064015b60405180910390fd5b5081610217565b610217838361021f565b949350505050565b81511561022f5781518083602001fd5b8060405162461bcd60e51b81526004016101fd91906102be565b60006020828403121561025b57600080fd5b81516001600160a01b038116811461004e57600080fd5b60005b8381101561028d578181015183820152602001610275565b8381111561029c576000848401525b50505050565b600082516102b4818460208701610272565b9190910192915050565b60208152600082518060208401526102dd816040850160208701610272565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220d51e81d3bc5ed20a26aeb05dce7e825c503b2061aa78628027300c8d65b9d89a64736f6c634300080c0033416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220cbdc18eab0d6586f86542a10e04092fe3f48030b0322afd813dc9ee6bb79df8664736f6c634300081b003300000000000000000000000000000000219ab540356cbb839cbe05303d7705fa000000000000000000000000a51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c90000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000000676302e302e300000000000000000000000000000000000000000000000000000","output":"0x6080604052600436106101c5575f3560e01c80639b4e4634116100f2578063d48e889411610092578063f5d4fed311610062578063f5d4fed31461059d578063f6848d24146105b2578063fabc1cbc146105eb578063fe243a171461060a575f5ffd5b8063d48e889414610501578063debe1eab1461052c578063ea4d3c9b1461054b578063f2fde38b1461057e575f5ffd5b8063a38406a3116100cd578063a38406a314610476578063a3d75e0914610495578063a6a509be146104cd578063cd6dc687146104e2575f5ffd5b80639b4e4634146104105780639ba0627514610423578063a1ca780b14610457575f5ffd5b80635c975abb1161016857806384d810621161013857806384d8106214610385578063886f1195146103995780638da5cb5b146103cc5780639104c319146103e9575f5ffd5b80635c975abb14610301578063715018a61461031f578063724af4231461033357806374cdd79814610352575f5ffd5b806350ff7225116101a357806350ff72251461025957806354fd4d501461028d578063595c6a67146102ae5780635ac86ab7146102c2575f5ffd5b8063136439dd146101c9578063292b7b2b146101ea5780632eae418c1461023a575b5f5ffd5b3480156101d4575f5ffd5b506101e86101e3366004611c73565b610629565b005b3480156101f5575f5ffd5b5061021d7f000000000000000000000000a51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c081565b6040516001600160a01b0390911681526020015b60405180910390f35b348015610245575f5ffd5b506101e8610254366004611c9e565b6106fe565b348015610264575f5ffd5b50610278610273366004611cec565b610957565b60408051928352602083019190915201610231565b348015610298575f5ffd5b506102a1610a07565b6040516102319190611d2a565b3480156102b9575f5ffd5b506101e8610a37565b3480156102cd575f5ffd5b506102f16102dc366004611d5f565b606654600160ff9092169190911b9081161490565b6040519015158152602001610231565b34801561030c575f5ffd5b506066545b604051908152602001610231565b34801561032a575f5ffd5b506101e8610ae6565b34801561033e575f5ffd5b5061031161034d366004611cec565b610af7565b34801561035d575f5ffd5b5061021d7f00000000000000000000000000000000219ab540356cbb839cbe05303d7705fa81565b348015610390575f5ffd5b5061021d610c3c565b3480156103a4575f5ffd5b5061021d7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e081565b3480156103d7575f5ffd5b506033546001600160a01b031661021d565b3480156103f4575f5ffd5b5061021d73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b6101e861041e366004611dbd565b610cbe565b34801561042e575f5ffd5b5061021d61043d366004611e30565b60986020525f90815260409020546001600160a01b031681565b348015610462575f5ffd5b506101e8610471366004611e4b565b610d8d565b348015610481575f5ffd5b5061021d610490366004611e30565b610fae565b3480156104a0575f5ffd5b506104b46104af366004611e30565b61107f565b60405167ffffffffffffffff9091168152602001610231565b3480156104d8575f5ffd5b5061031160995481565b3480156104ed575f5ffd5b506101e86104fc366004611e7d565b6110df565b34801561050c575f5ffd5b5061031161051b366004611e30565b609b6020525f908152604090205481565b348015610537575f5ffd5b506101e8610546366004611e7d565b6111fb565b348015610556575f5ffd5b5061021d7f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b348015610589575f5ffd5b506101e8610598366004611e30565b61129f565b3480156105a8575f5ffd5b50610311609e5481565b3480156105bd575f5ffd5b506102f16105cc366004611e30565b6001600160a01b039081165f9081526098602052604090205416151590565b3480156105f6575f5ffd5b506101e8610605366004611c73565b611318565b348015610615575f5ffd5b50610311610624366004611ea7565b61142e565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa15801561068b573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106af9190611ede565b6106cc57604051631d77d47760e21b815260040160405180910390fd5b60665481811681146106f15760405163c61dca5d60e01b815260040160405180910390fd5b6106fa826114ae565b5050565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916146107475760405163f739589b60e01b815260040160405180910390fd5b61074f6114eb565b6001600160a01b03831673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac01461078c57604051632711b74d60e11b815260040160405180910390fd5b6001600160a01b0384166107b3576040516339b190bb60e11b815260040160405180910390fd5b5f81136107d35760405163ef147de160e01b815260040160405180910390fd5b6001600160a01b0384165f908152609b60205260408120549082908212156108cd575f6107ff83611f11565b90505f8185111561081d5750806108168186611f2b565b9250610823565b505f9150835b5f61082e8286611f3e565b6001600160a01b038a165f818152609b60205260409081902083905551919250907f4e2b791dedccd9fb30141b088cabf5c14a8912b52f59375c95c010700b8c61939061087e9085815260200190565b60405180910390a2886001600160a01b03167fd4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe077098826040516108c191815260200190565b60405180910390a25050505b8015610945576001600160a01b038681165f81815260986020526040908190205490516362483a2160e11b81526004810192909252602482018490529091169063c4907442906044015b5f604051808303815f87803b15801561092e575f5ffd5b505af1158015610940573d5f5f3e3d5ffd5b505050505b5050610951600160c955565b50505050565b5f80336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916146109a25760405163f739589b60e01b815260040160405180910390fd5b6109aa6114eb565b6001600160a01b03841673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0146109e757604051632711b74d60e11b815260040160405180910390fd5b6109f18584611544565b915091506109ff600160c955565b935093915050565b6060610a327f76302e302e30000000000000000000000000000000000000000000000000000661168b565b905090565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610a99573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610abd9190611ede565b610ada57604051631d77d47760e21b815260040160405180910390fd5b610ae45f196114ae565b565b610aee6116c8565b610ae45f611722565b5f336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91614610b415760405163f739589b60e01b815260040160405180910390fd5b610b496114eb565b6001600160a01b03831673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac014610b8657604051632711b74d60e11b815260040160405180910390fd5b5f610b9083611773565b6001600160a01b0386165f908152609b6020526040902054610bb29190611f65565b90505f811215610bd55760405163ef147de160e01b815260040160405180910390fd5b6001600160a01b0385165f818152609b602052604090819020839055517fd4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe07709890610c219084815260200190565b60405180910390a29050610c35600160c955565b9392505050565b6066545f908190600190811603610c665760405163840a48d560e01b815260040160405180910390fd5b610c6e6114eb565b335f908152609860205260409020546001600160a01b031615610ca45760405163031a852160e21b815260040160405180910390fd5b5f610cad6117dc565b925050610cba600160c955565b5090565b6066545f90600190811603610ce65760405163840a48d560e01b815260040160405180910390fd5b610cee6114eb565b335f908152609860205260409020546001600160a01b031680610d1657610d136117dc565b90505b6040516326d3918d60e21b81526001600160a01b03821690639b4e4634903490610d4c908b908b908b908b908b90600401611fb3565b5f604051808303818588803b158015610d63575f5ffd5b505af1158015610d75573d5f5f3e3d5ffd5b505050505050610d85600160c955565b505050505050565b6001600160a01b038084165f908152609860205260409020548491163314610dc8576040516312e16d7160e11b815260040160405180910390fd5b610dd06114eb565b6001600160a01b038416610df7576040516339b190bb60e11b815260040160405180910390fd5b610e05633b9aca0083612000565b15610e23576040516347d072bb60e11b815260040160405180910390fd5b6001600160a01b0384165f908152609b602052604081205490811215610e5c57604051634b692bcf60e01b815260040160405180910390fd5b5f831315610f1d575f5f610e708786611544565b604051631e328e7960e11b81526001600160a01b038a8116600483015273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0602483015260448201849052606482018390529294509092507f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c990911690633c651cf2906084015f604051808303815f87803b158015610f00575f5ffd5b505af1158015610f12573d5f5f3e3d5ffd5b505050505050610fa3565b5f831215610fa3575f610f398686610f3487611f11565b611937565b60405163305068e760e11b81526001600160a01b0388811660048301526024820185905267ffffffffffffffff831660448301529192507f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c9909116906360a0d1ce90606401610917565b50610951600160c955565b6001600160a01b038082165f908152609860205260408120549091168061107957611076836001600160a01b03165f1b60405180610940016040528061090e81526020016120b961090e9139604080516001600160a01b037f000000000000000000000000a51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0166020820152808201919091525f606082015260800160408051601f198184030181529082905261105b9291602001612036565b60405160208183030381529060405280519060200120611a30565b90505b92915050565b6001600160a01b0381165f908152609d6020908152604080832081518083019092525460ff8116151580835261010090910467ffffffffffffffff1692820192909252906110d557670de0b6b3a7640000610c35565b6020015192915050565b5f54610100900460ff16158080156110fd57505f54600160ff909116105b806111165750303b15801561111657505f5460ff166001145b61117e5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff19166001179055801561119f575f805461ff0019166101001790555b6111a883611722565b6111b1826114ae565b80156111f6575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916146112445760405163f739589b60e01b815260040160405180910390fd5b61124c6114eb565b80609e5f82825461125d9190612052565b90915550506040518181527f1ed04b7fd262c0d9e50fa02957f32a81a151f03baaa367faeedc7521b001c4a49060200160405180910390a16106fa600160c955565b6112a76116c8565b6001600160a01b03811661130c5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401611175565b61131581611722565b50565b7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611374573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113989190612065565b6001600160a01b0316336001600160a01b0316146113c95760405163794821ff60e01b815260040160405180910390fd5b606654801982198116146113f05760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b5f6001600160a01b03821673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac01461146c57604051632711b74d60e11b815260040160405180910390fd5b6001600160a01b0383165f908152609b6020526040812054126114a6576001600160a01b0383165f908152609b6020526040902054611076565b505f92915050565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b600260c9540361153d5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401611175565b600260c955565b5f806001600160a01b03841661156d576040516339b190bb60e11b815260040160405180910390fd5b5f83121561158e5760405163ef147de160e01b815260040160405180910390fd5b6001600160a01b0384165f908152609b602052604081205484916115b28383611f3e565b6001600160a01b0388165f818152609b60205260409081902083905551919250907f4e2b791dedccd9fb30141b088cabf5c14a8912b52f59375c95c010700b8c6193906116029086815260200190565b60405180910390a2866001600160a01b03167fd4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe0770988260405161164591815260200190565b60405180910390a25f8113611662575f5f94509450505050611684565b5f821215611677575f94509250611684915050565b5092508391506116849050565b9250929050565b60605f61169783611a3c565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6033546001600160a01b03163314610ae45760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401611175565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b5f6001600160ff1b03821115610cba5760405162461bcd60e51b815260206004820152602860248201527f53616665436173743a2076616c756520646f65736e27742066697420696e2061604482015267371034b73a191a9b60c11b6064820152608401611175565b5f60995f81546117eb90612080565b9091555060408051610940810190915261090e8082525f9161188891839133916120b96020830139604080516001600160a01b037f000000000000000000000000a51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0166020820152808201919091525f606082015260800160408051601f19818403018152908290526118749291602001612036565b604051602081830303815290604052611a63565b60405163189acdbd60e31b81523360048201529091506001600160a01b0382169063c4d66de8906024015f604051808303815f87803b1580156118c9575f5ffd5b505af11580156118db573d5f5f3e3d5ffd5b5050335f8181526098602052604080822080546001600160a01b0319166001600160a01b038816908117909155905192945092507f21c99d0db02213c32fff5b05cf0a718ab5f858802b91498f80d82270289d856a91a3919050565b5f806119438385611f2b565b90505f61194f8661107f565b90505f61196767ffffffffffffffff83168488611b65565b90505f6119748284612098565b6040805180820182526001815267ffffffffffffffff85811660208084018281526001600160a01b038f165f818152609d845287902095518654925168ffffffffffffffffff1990931690151568ffffffffffffffff001916176101009286169290920291909117909455845193845291881691830191909152918101919091529091507fb160ab8589bf47dc04ea11b50d46678d21590cea2ed3e454e7bd3e41510f98cf9060600160405180910390a1979650505050505050565b5f611076838330611c4a565b5f60ff8216601f81111561107957604051632cd44ac360e21b815260040160405180910390fd5b5f83471015611ab45760405162461bcd60e51b815260206004820152601d60248201527f437265617465323a20696e73756666696369656e742062616c616e63650000006044820152606401611175565b81515f03611b045760405162461bcd60e51b815260206004820181905260248201527f437265617465323a2062797465636f6465206c656e677468206973207a65726f6044820152606401611175565b8282516020840186f590506001600160a01b038116610c355760405162461bcd60e51b815260206004820152601960248201527f437265617465323a204661696c6564206f6e206465706c6f79000000000000006044820152606401611175565b5f80805f19858709858702925082811083820303915050805f03611b9c57838281611b9257611b92611fec565b0492505050610c35565b808411611be35760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b6044820152606401611175565b5f8486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091025f889003889004909101858311909403939093029303949094049190911702949350505050565b5f604051836040820152846020820152828152600b8101905060ff815360559020949350505050565b5f60208284031215611c83575f5ffd5b5035919050565b6001600160a01b0381168114611315575f5ffd5b5f5f5f5f60808587031215611cb1575f5ffd5b8435611cbc81611c8a565b93506020850135611ccc81611c8a565b92506040850135611cdc81611c8a565b9396929550929360600135925050565b5f5f5f60608486031215611cfe575f5ffd5b8335611d0981611c8a565b92506020840135611d1981611c8a565b929592945050506040919091013590565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f60208284031215611d6f575f5ffd5b813560ff81168114610c35575f5ffd5b5f5f83601f840112611d8f575f5ffd5b50813567ffffffffffffffff811115611da6575f5ffd5b602083019150836020828501011115611684575f5ffd5b5f5f5f5f5f60608688031215611dd1575f5ffd5b853567ffffffffffffffff811115611de7575f5ffd5b611df388828901611d7f565b909650945050602086013567ffffffffffffffff811115611e12575f5ffd5b611e1e88828901611d7f565b96999598509660400135949350505050565b5f60208284031215611e40575f5ffd5b8135610c3581611c8a565b5f5f5f60608486031215611e5d575f5ffd5b8335611e6881611c8a565b95602085013595506040909401359392505050565b5f5f60408385031215611e8e575f5ffd5b8235611e9981611c8a565b946020939093013593505050565b5f5f60408385031215611eb8575f5ffd5b8235611ec381611c8a565b91506020830135611ed381611c8a565b809150509250929050565b5f60208284031215611eee575f5ffd5b81518015158114610c35575f5ffd5b634e487b7160e01b5f52601160045260245ffd5b5f600160ff1b8201611f2557611f25611efd565b505f0390565b8181038181111561107957611079611efd565b8082018281125f831280158216821582161715611f5d57611f5d611efd565b505092915050565b8181035f831280158383131683831282161715611f8457611f84611efd565b5092915050565b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b606081525f611fc6606083018789611f8b565b8281036020840152611fd9818688611f8b565b9150508260408301529695505050505050565b634e487b7160e01b5f52601260045260245ffd5b5f8261201a57634e487b7160e01b5f52601260045260245ffd5b500790565b5f81518060208401855e5f93019283525090919050565b5f61204a612044838661201f565b8461201f565b949350505050565b8082018082111561107957611079611efd565b5f60208284031215612075575f5ffd5b8151610c3581611c8a565b5f6001820161209157612091611efd565b5060010190565b67ffffffffffffffff828116828216039081111561107957611079611efd56fe608060405260405161090e38038061090e83398101604081905261002291610460565b61002e82826000610035565b505061058a565b61003e83610100565b6040516001600160a01b038416907f1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e90600090a260008251118061007f5750805b156100fb576100f9836001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100c5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100e99190610520565b836102a360201b6100291760201c565b505b505050565b610113816102cf60201b6100551760201c565b6101725760405162461bcd60e51b815260206004820152602560248201527f455243313936373a206e657720626561636f6e206973206e6f74206120636f6e6044820152641d1c9858dd60da1b60648201526084015b60405180910390fd5b6101e6816001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156101b3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101d79190610520565b6102cf60201b6100551760201c565b61024b5760405162461bcd60e51b815260206004820152603060248201527f455243313936373a20626561636f6e20696d706c656d656e746174696f6e206960448201526f1cc81b9bdd08184818dbdb9d1c9858dd60821b6064820152608401610169565b806102827fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d5060001b6102de60201b6100641760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b60606102c883836040518060600160405280602781526020016108e7602791396102e1565b9392505050565b6001600160a01b03163b151590565b90565b6060600080856001600160a01b0316856040516102fe919061053b565b600060405180830381855af49150503d8060008114610339576040519150601f19603f3d011682016040523d82523d6000602084013e61033e565b606091505b5090925090506103508683838761035a565b9695505050505050565b606083156103c65782516103bf576001600160a01b0385163b6103bf5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610169565b50816103d0565b6103d083836103d8565b949350505050565b8151156103e85781518083602001fd5b8060405162461bcd60e51b81526004016101699190610557565b80516001600160a01b038116811461041957600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101561044f578181015183820152602001610437565b838111156100f95750506000910152565b6000806040838503121561047357600080fd5b61047c83610402565b60208401519092506001600160401b038082111561049957600080fd5b818501915085601f8301126104ad57600080fd5b8151818111156104bf576104bf61041e565b604051601f8201601f19908116603f011681019083821181831017156104e7576104e761041e565b8160405282815288602084870101111561050057600080fd5b610511836020830160208801610434565b80955050505050509250929050565b60006020828403121561053257600080fd5b6102c882610402565b6000825161054d818460208701610434565b9190910192915050565b6020815260008251806020840152610576816040850160208701610434565b601f01601f19169190910160400192915050565b61034e806105996000396000f3fe60806040523661001357610011610017565b005b6100115b610027610022610067565b610100565b565b606061004e83836040518060600160405280602781526020016102f260279139610124565b9392505050565b6001600160a01b03163b151590565b90565b600061009a7fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50546001600160a01b031690565b6001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100fb9190610249565b905090565b3660008037600080366000845af43d6000803e80801561011f573d6000f35b3d6000fd5b6060600080856001600160a01b03168560405161014191906102a2565b600060405180830381855af49150503d806000811461017c576040519150601f19603f3d011682016040523d82523d6000602084013e610181565b606091505b50915091506101928683838761019c565b9695505050505050565b6060831561020d578251610206576001600160a01b0385163b6102065760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064015b60405180910390fd5b5081610217565b610217838361021f565b949350505050565b81511561022f5781518083602001fd5b8060405162461bcd60e51b81526004016101fd91906102be565b60006020828403121561025b57600080fd5b81516001600160a01b038116811461004e57600080fd5b60005b8381101561028d578181015183820152602001610275565b8381111561029c576000848401525b50505050565b600082516102b4818460208701610272565b9190910192915050565b60208152600082518060208401526102dd816040850160208701610272565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220d51e81d3bc5ed20a26aeb05dce7e825c503b2061aa78628027300c8d65b9d89a64736f6c634300080c0033416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220cbdc18eab0d6586f86542a10e04092fe3f48030b0322afd813dc9ee6bb79df8664736f6c634300081b0033","gas_used":2176816,"gas_limit":2900290,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x6080604052600436106101c5575f3560e01c80639b4e4634116100f2578063d48e889411610092578063f5d4fed311610062578063f5d4fed31461059d578063f6848d24146105b2578063fabc1cbc146105eb578063fe243a171461060a575f5ffd5b8063d48e889414610501578063debe1eab1461052c578063ea4d3c9b1461054b578063f2fde38b1461057e575f5ffd5b8063a38406a3116100cd578063a38406a314610476578063a3d75e0914610495578063a6a509be146104cd578063cd6dc687146104e2575f5ffd5b80639b4e4634146104105780639ba0627514610423578063a1ca780b14610457575f5ffd5b80635c975abb1161016857806384d810621161013857806384d8106214610385578063886f1195146103995780638da5cb5b146103cc5780639104c319146103e9575f5ffd5b80635c975abb14610301578063715018a61461031f578063724af4231461033357806374cdd79814610352575f5ffd5b806350ff7225116101a357806350ff72251461025957806354fd4d501461028d578063595c6a67146102ae5780635ac86ab7146102c2575f5ffd5b8063136439dd146101c9578063292b7b2b146101ea5780632eae418c1461023a575b5f5ffd5b3480156101d4575f5ffd5b506101e86101e3366004611c73565b610629565b005b3480156101f5575f5ffd5b5061021d7f000000000000000000000000a51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c081565b6040516001600160a01b0390911681526020015b60405180910390f35b348015610245575f5ffd5b506101e8610254366004611c9e565b6106fe565b348015610264575f5ffd5b50610278610273366004611cec565b610957565b60408051928352602083019190915201610231565b348015610298575f5ffd5b506102a1610a07565b6040516102319190611d2a565b3480156102b9575f5ffd5b506101e8610a37565b3480156102cd575f5ffd5b506102f16102dc366004611d5f565b606654600160ff9092169190911b9081161490565b6040519015158152602001610231565b34801561030c575f5ffd5b506066545b604051908152602001610231565b34801561032a575f5ffd5b506101e8610ae6565b34801561033e575f5ffd5b5061031161034d366004611cec565b610af7565b34801561035d575f5ffd5b5061021d7f00000000000000000000000000000000219ab540356cbb839cbe05303d7705fa81565b348015610390575f5ffd5b5061021d610c3c565b3480156103a4575f5ffd5b5061021d7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e081565b3480156103d7575f5ffd5b506033546001600160a01b031661021d565b3480156103f4575f5ffd5b5061021d73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b6101e861041e366004611dbd565b610cbe565b34801561042e575f5ffd5b5061021d61043d366004611e30565b60986020525f90815260409020546001600160a01b031681565b348015610462575f5ffd5b506101e8610471366004611e4b565b610d8d565b348015610481575f5ffd5b5061021d610490366004611e30565b610fae565b3480156104a0575f5ffd5b506104b46104af366004611e30565b61107f565b60405167ffffffffffffffff9091168152602001610231565b3480156104d8575f5ffd5b5061031160995481565b3480156104ed575f5ffd5b506101e86104fc366004611e7d565b6110df565b34801561050c575f5ffd5b5061031161051b366004611e30565b609b6020525f908152604090205481565b348015610537575f5ffd5b506101e8610546366004611e7d565b6111fb565b348015610556575f5ffd5b5061021d7f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b348015610589575f5ffd5b506101e8610598366004611e30565b61129f565b3480156105a8575f5ffd5b50610311609e5481565b3480156105bd575f5ffd5b506102f16105cc366004611e30565b6001600160a01b039081165f9081526098602052604090205416151590565b3480156105f6575f5ffd5b506101e8610605366004611c73565b611318565b348015610615575f5ffd5b50610311610624366004611ea7565b61142e565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa15801561068b573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106af9190611ede565b6106cc57604051631d77d47760e21b815260040160405180910390fd5b60665481811681146106f15760405163c61dca5d60e01b815260040160405180910390fd5b6106fa826114ae565b5050565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916146107475760405163f739589b60e01b815260040160405180910390fd5b61074f6114eb565b6001600160a01b03831673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac01461078c57604051632711b74d60e11b815260040160405180910390fd5b6001600160a01b0384166107b3576040516339b190bb60e11b815260040160405180910390fd5b5f81136107d35760405163ef147de160e01b815260040160405180910390fd5b6001600160a01b0384165f908152609b60205260408120549082908212156108cd575f6107ff83611f11565b90505f8185111561081d5750806108168186611f2b565b9250610823565b505f9150835b5f61082e8286611f3e565b6001600160a01b038a165f818152609b60205260409081902083905551919250907f4e2b791dedccd9fb30141b088cabf5c14a8912b52f59375c95c010700b8c61939061087e9085815260200190565b60405180910390a2886001600160a01b03167fd4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe077098826040516108c191815260200190565b60405180910390a25050505b8015610945576001600160a01b038681165f81815260986020526040908190205490516362483a2160e11b81526004810192909252602482018490529091169063c4907442906044015b5f604051808303815f87803b15801561092e575f5ffd5b505af1158015610940573d5f5f3e3d5ffd5b505050505b5050610951600160c955565b50505050565b5f80336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916146109a25760405163f739589b60e01b815260040160405180910390fd5b6109aa6114eb565b6001600160a01b03841673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0146109e757604051632711b74d60e11b815260040160405180910390fd5b6109f18584611544565b915091506109ff600160c955565b935093915050565b6060610a327f76302e302e30000000000000000000000000000000000000000000000000000661168b565b905090565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610a99573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610abd9190611ede565b610ada57604051631d77d47760e21b815260040160405180910390fd5b610ae45f196114ae565b565b610aee6116c8565b610ae45f611722565b5f336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91614610b415760405163f739589b60e01b815260040160405180910390fd5b610b496114eb565b6001600160a01b03831673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac014610b8657604051632711b74d60e11b815260040160405180910390fd5b5f610b9083611773565b6001600160a01b0386165f908152609b6020526040902054610bb29190611f65565b90505f811215610bd55760405163ef147de160e01b815260040160405180910390fd5b6001600160a01b0385165f818152609b602052604090819020839055517fd4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe07709890610c219084815260200190565b60405180910390a29050610c35600160c955565b9392505050565b6066545f908190600190811603610c665760405163840a48d560e01b815260040160405180910390fd5b610c6e6114eb565b335f908152609860205260409020546001600160a01b031615610ca45760405163031a852160e21b815260040160405180910390fd5b5f610cad6117dc565b925050610cba600160c955565b5090565b6066545f90600190811603610ce65760405163840a48d560e01b815260040160405180910390fd5b610cee6114eb565b335f908152609860205260409020546001600160a01b031680610d1657610d136117dc565b90505b6040516326d3918d60e21b81526001600160a01b03821690639b4e4634903490610d4c908b908b908b908b908b90600401611fb3565b5f604051808303818588803b158015610d63575f5ffd5b505af1158015610d75573d5f5f3e3d5ffd5b505050505050610d85600160c955565b505050505050565b6001600160a01b038084165f908152609860205260409020548491163314610dc8576040516312e16d7160e11b815260040160405180910390fd5b610dd06114eb565b6001600160a01b038416610df7576040516339b190bb60e11b815260040160405180910390fd5b610e05633b9aca0083612000565b15610e23576040516347d072bb60e11b815260040160405180910390fd5b6001600160a01b0384165f908152609b602052604081205490811215610e5c57604051634b692bcf60e01b815260040160405180910390fd5b5f831315610f1d575f5f610e708786611544565b604051631e328e7960e11b81526001600160a01b038a8116600483015273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0602483015260448201849052606482018390529294509092507f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c990911690633c651cf2906084015f604051808303815f87803b158015610f00575f5ffd5b505af1158015610f12573d5f5f3e3d5ffd5b505050505050610fa3565b5f831215610fa3575f610f398686610f3487611f11565b611937565b60405163305068e760e11b81526001600160a01b0388811660048301526024820185905267ffffffffffffffff831660448301529192507f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c9909116906360a0d1ce90606401610917565b50610951600160c955565b6001600160a01b038082165f908152609860205260408120549091168061107957611076836001600160a01b03165f1b60405180610940016040528061090e81526020016120b961090e9139604080516001600160a01b037f000000000000000000000000a51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0166020820152808201919091525f606082015260800160408051601f198184030181529082905261105b9291602001612036565b60405160208183030381529060405280519060200120611a30565b90505b92915050565b6001600160a01b0381165f908152609d6020908152604080832081518083019092525460ff8116151580835261010090910467ffffffffffffffff1692820192909252906110d557670de0b6b3a7640000610c35565b6020015192915050565b5f54610100900460ff16158080156110fd57505f54600160ff909116105b806111165750303b15801561111657505f5460ff166001145b61117e5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff19166001179055801561119f575f805461ff0019166101001790555b6111a883611722565b6111b1826114ae565b80156111f6575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916146112445760405163f739589b60e01b815260040160405180910390fd5b61124c6114eb565b80609e5f82825461125d9190612052565b90915550506040518181527f1ed04b7fd262c0d9e50fa02957f32a81a151f03baaa367faeedc7521b001c4a49060200160405180910390a16106fa600160c955565b6112a76116c8565b6001600160a01b03811661130c5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401611175565b61131581611722565b50565b7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611374573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113989190612065565b6001600160a01b0316336001600160a01b0316146113c95760405163794821ff60e01b815260040160405180910390fd5b606654801982198116146113f05760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b5f6001600160a01b03821673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac01461146c57604051632711b74d60e11b815260040160405180910390fd5b6001600160a01b0383165f908152609b6020526040812054126114a6576001600160a01b0383165f908152609b6020526040902054611076565b505f92915050565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b600260c9540361153d5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401611175565b600260c955565b5f806001600160a01b03841661156d576040516339b190bb60e11b815260040160405180910390fd5b5f83121561158e5760405163ef147de160e01b815260040160405180910390fd5b6001600160a01b0384165f908152609b602052604081205484916115b28383611f3e565b6001600160a01b0388165f818152609b60205260409081902083905551919250907f4e2b791dedccd9fb30141b088cabf5c14a8912b52f59375c95c010700b8c6193906116029086815260200190565b60405180910390a2866001600160a01b03167fd4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe0770988260405161164591815260200190565b60405180910390a25f8113611662575f5f94509450505050611684565b5f821215611677575f94509250611684915050565b5092508391506116849050565b9250929050565b60605f61169783611a3c565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6033546001600160a01b03163314610ae45760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401611175565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b5f6001600160ff1b03821115610cba5760405162461bcd60e51b815260206004820152602860248201527f53616665436173743a2076616c756520646f65736e27742066697420696e2061604482015267371034b73a191a9b60c11b6064820152608401611175565b5f60995f81546117eb90612080565b9091555060408051610940810190915261090e8082525f9161188891839133916120b96020830139604080516001600160a01b037f000000000000000000000000a51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0166020820152808201919091525f606082015260800160408051601f19818403018152908290526118749291602001612036565b604051602081830303815290604052611a63565b60405163189acdbd60e31b81523360048201529091506001600160a01b0382169063c4d66de8906024015f604051808303815f87803b1580156118c9575f5ffd5b505af11580156118db573d5f5f3e3d5ffd5b5050335f8181526098602052604080822080546001600160a01b0319166001600160a01b038816908117909155905192945092507f21c99d0db02213c32fff5b05cf0a718ab5f858802b91498f80d82270289d856a91a3919050565b5f806119438385611f2b565b90505f61194f8661107f565b90505f61196767ffffffffffffffff83168488611b65565b90505f6119748284612098565b6040805180820182526001815267ffffffffffffffff85811660208084018281526001600160a01b038f165f818152609d845287902095518654925168ffffffffffffffffff1990931690151568ffffffffffffffff001916176101009286169290920291909117909455845193845291881691830191909152918101919091529091507fb160ab8589bf47dc04ea11b50d46678d21590cea2ed3e454e7bd3e41510f98cf9060600160405180910390a1979650505050505050565b5f611076838330611c4a565b5f60ff8216601f81111561107957604051632cd44ac360e21b815260040160405180910390fd5b5f83471015611ab45760405162461bcd60e51b815260206004820152601d60248201527f437265617465323a20696e73756666696369656e742062616c616e63650000006044820152606401611175565b81515f03611b045760405162461bcd60e51b815260206004820181905260248201527f437265617465323a2062797465636f6465206c656e677468206973207a65726f6044820152606401611175565b8282516020840186f590506001600160a01b038116610c355760405162461bcd60e51b815260206004820152601960248201527f437265617465323a204661696c6564206f6e206465706c6f79000000000000006044820152606401611175565b5f80805f19858709858702925082811083820303915050805f03611b9c57838281611b9257611b92611fec565b0492505050610c35565b808411611be35760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b6044820152606401611175565b5f8486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091025f889003889004909101858311909403939093029303949094049190911702949350505050565b5f604051836040820152846020820152828152600b8101905060ff815360559020949350505050565b5f60208284031215611c83575f5ffd5b5035919050565b6001600160a01b0381168114611315575f5ffd5b5f5f5f5f60808587031215611cb1575f5ffd5b8435611cbc81611c8a565b93506020850135611ccc81611c8a565b92506040850135611cdc81611c8a565b9396929550929360600135925050565b5f5f5f60608486031215611cfe575f5ffd5b8335611d0981611c8a565b92506020840135611d1981611c8a565b929592945050506040919091013590565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f60208284031215611d6f575f5ffd5b813560ff81168114610c35575f5ffd5b5f5f83601f840112611d8f575f5ffd5b50813567ffffffffffffffff811115611da6575f5ffd5b602083019150836020828501011115611684575f5ffd5b5f5f5f5f5f60608688031215611dd1575f5ffd5b853567ffffffffffffffff811115611de7575f5ffd5b611df388828901611d7f565b909650945050602086013567ffffffffffffffff811115611e12575f5ffd5b611e1e88828901611d7f565b96999598509660400135949350505050565b5f60208284031215611e40575f5ffd5b8135610c3581611c8a565b5f5f5f60608486031215611e5d575f5ffd5b8335611e6881611c8a565b95602085013595506040909401359392505050565b5f5f60408385031215611e8e575f5ffd5b8235611e9981611c8a565b946020939093013593505050565b5f5f60408385031215611eb8575f5ffd5b8235611ec381611c8a565b91506020830135611ed381611c8a565b809150509250929050565b5f60208284031215611eee575f5ffd5b81518015158114610c35575f5ffd5b634e487b7160e01b5f52601160045260245ffd5b5f600160ff1b8201611f2557611f25611efd565b505f0390565b8181038181111561107957611079611efd565b8082018281125f831280158216821582161715611f5d57611f5d611efd565b505092915050565b8181035f831280158383131683831282161715611f8457611f84611efd565b5092915050565b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b606081525f611fc6606083018789611f8b565b8281036020840152611fd9818688611f8b565b9150508260408301529695505050505050565b634e487b7160e01b5f52601260045260245ffd5b5f8261201a57634e487b7160e01b5f52601260045260245ffd5b500790565b5f81518060208401855e5f93019283525090919050565b5f61204a612044838661201f565b8461201f565b949350505050565b8082018082111561107957611079611efd565b5f60208284031215612075575f5ffd5b8151610c3581611c8a565b5f6001820161209157612091611efd565b5060010190565b67ffffffffffffffff828116828216039081111561107957611079611efd56fe608060405260405161090e38038061090e83398101604081905261002291610460565b61002e82826000610035565b505061058a565b61003e83610100565b6040516001600160a01b038416907f1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e90600090a260008251118061007f5750805b156100fb576100f9836001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100c5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100e99190610520565b836102a360201b6100291760201c565b505b505050565b610113816102cf60201b6100551760201c565b6101725760405162461bcd60e51b815260206004820152602560248201527f455243313936373a206e657720626561636f6e206973206e6f74206120636f6e6044820152641d1c9858dd60da1b60648201526084015b60405180910390fd5b6101e6816001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156101b3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101d79190610520565b6102cf60201b6100551760201c565b61024b5760405162461bcd60e51b815260206004820152603060248201527f455243313936373a20626561636f6e20696d706c656d656e746174696f6e206960448201526f1cc81b9bdd08184818dbdb9d1c9858dd60821b6064820152608401610169565b806102827fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d5060001b6102de60201b6100641760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b60606102c883836040518060600160405280602781526020016108e7602791396102e1565b9392505050565b6001600160a01b03163b151590565b90565b6060600080856001600160a01b0316856040516102fe919061053b565b600060405180830381855af49150503d8060008114610339576040519150601f19603f3d011682016040523d82523d6000602084013e61033e565b606091505b5090925090506103508683838761035a565b9695505050505050565b606083156103c65782516103bf576001600160a01b0385163b6103bf5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610169565b50816103d0565b6103d083836103d8565b949350505050565b8151156103e85781518083602001fd5b8060405162461bcd60e51b81526004016101699190610557565b80516001600160a01b038116811461041957600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101561044f578181015183820152602001610437565b838111156100f95750506000910152565b6000806040838503121561047357600080fd5b61047c83610402565b60208401519092506001600160401b038082111561049957600080fd5b818501915085601f8301126104ad57600080fd5b8151818111156104bf576104bf61041e565b604051601f8201601f19908116603f011681019083821181831017156104e7576104e761041e565b8160405282815288602084870101111561050057600080fd5b610511836020830160208801610434565b80955050505050509250929050565b60006020828403121561053257600080fd5b6102c882610402565b6000825161054d818460208701610434565b9190910192915050565b6020815260008251806020840152610576816040850160208701610434565b601f01601f19169190910160400192915050565b61034e806105996000396000f3fe60806040523661001357610011610017565b005b6100115b610027610022610067565b610100565b565b606061004e83836040518060600160405280602781526020016102f260279139610124565b9392505050565b6001600160a01b03163b151590565b90565b600061009a7fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50546001600160a01b031690565b6001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100fb9190610249565b905090565b3660008037600080366000845af43d6000803e80801561011f573d6000f35b3d6000fd5b6060600080856001600160a01b03168560405161014191906102a2565b600060405180830381855af49150503d806000811461017c576040519150601f19603f3d011682016040523d82523d6000602084013e610181565b606091505b50915091506101928683838761019c565b9695505050505050565b6060831561020d578251610206576001600160a01b0385163b6102065760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064015b60405180910390fd5b5081610217565b610217838361021f565b949350505050565b81511561022f5781518083602001fd5b8060405162461bcd60e51b81526004016101fd91906102be565b60006020828403121561025b57600080fd5b81516001600160a01b038116811461004e57600080fd5b60005b8381101561028d578181015183820152602001610275565b8381111561029c576000848401525b50505050565b600082516102b4818460208701610272565b9190910192915050565b60208152600082518060208401526102dd816040850160208701610272565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220d51e81d3bc5ed20a26aeb05dce7e825c503b2061aa78628027300c8d65b9d89a64736f6c634300080c0033416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220cbdc18eab0d6586f86542a10e04092fe3f48030b0322afd813dc9ee6bb79df8664736f6c634300081b0033","nonce":16,"gas_used":2411580},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x38b043","logs":[{"address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000200000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000"},"block_hash":"0x61255498f8885e882d8ca47e1294e7a2a4b976fdd02fbb63fc98e45bf9546230","block_number":12},{"info":{"transaction_hash":"0x61fbe3362c7c5e76b578fd6c40d4d4bd61873d6f5efd2f4037ecf8cda3524e3c","transaction_index":0,"from":"0xe141c82d99d85098e03e1a1cc1cde676556fdde0","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xe141c82d99d85098e03e1a1cc1cde676556fdde0","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000043222dc4c4c0ac15","output":"0x00000000000000000000000000000000000000000000000043222dc4c4c0ac15","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000043222dc4c4c0ac15","output":"0x00000000000000000000000000000000000000000000000043222dc4c4c0ac15","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000043222dc4c4c0ac15"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000043222dc4c4c0ac15","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000043222dc4c4c0ac15"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000043222dc4c4c0ac15","output":"0x00000000000000000000000000000000000000000000000043222dc4c4c0ac15","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000043222dc4c4c0ac15","output":"0x00000000000000000000000000000000000000000000000043222dc4c4c0ac15","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000c4ce9f2b6f702d4a4","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000c4ce9f2b6f702d4a4","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000043222dc4c4c0ac15","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000043222dc4c4c0ac15","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0"],"data":"0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000043222dc4c4c0ac15"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000043222dc4c4c0ac15","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000043222dc4c4c0ac15"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000043222dc4c4c0ac15"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0"],"data":"0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000043222dc4c4c0ac15"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000100000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000004000000000008000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xe4e47b78d0de2d7b16fa3a7d9336245f77ef6ab05739a88e99f23df997dc8e8c","block_number":340},{"info":{"transaction_hash":"0x8fd4d1c0eb269be8f6ec8e5e64cc500057793074369d38951c74491cf975dac8","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xbda5747bfd65f08deb54cb465eb87d40e51b197e","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xbda5747bfd65f08deb54cb465eb87d40e51b197e","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":100,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x0f0cef326b5412af39807c27fb7593456e8d1ba8d1f8ba4cf4f58feb013237d2","block_number":72},{"info":{"transaction_hash":"0xadf16ef5c48a25de3fcbff19817b6beffb1add605466743240af34cac28f0ca3","transaction_index":0,"from":"0x553bc17a05702530097c3677091c5bb47a3a7931","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x553bc17a05702530097c3677091c5bb47a3a7931","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323600000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000553bc17a05702530097c3677091c5bb47a3a79310000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000553bc17a05702530097c3677091c5bb47a3a79310000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005e4"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000553bc17a05702530097c3677091c5bb47a3a793100000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000553bc17a05702530097c3677091c5bb47a3a793100000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005e4"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323600000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050400000020000000000000000000000000000000000000000000000000000002000001000000000100000020000000"},"block_hash":"0x6db5460e7ae826c5c0eb25482c08af774ab89fb14fc17a653cbd1222669448ed","block_number":307},{"info":{"transaction_hash":"0x45fba0780f82d7a98f6937943e6e35a2b869bb4ea729e134a31c612a37a0bc4d","transaction_index":0,"from":"0x11e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x11e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333800000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e600000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e600000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005fc"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a1700000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a1700000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb8700000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb8700000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005fc"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333800000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000004000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000001000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xd4c6bda94241945092c71bd658426c7bfb4e82e0857b43c0d8dc42008c6ace89","block_number":331},{"info":{"transaction_hash":"0x0b003fc2d7531cc298b058e2ba9acfd0e317e5c74e086fb937d0bdc9df97912d","transaction_index":0,"from":"0x586ba39027a74e8d40e6626f89ae97ba7f616644","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x586ba39027a74e8d40e6626f89ae97ba7f616644","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006545d716817d36a9","output":"0x0000000000000000000000000000000000000000000000006545d716817d36a9","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006545d716817d36a9","output":"0x0000000000000000000000000000000000000000000000006545d716817d36a9","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006545d716817d36a9"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006545d716817d36a9","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000006545d716817d36a9"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006545d716817d36a9","output":"0x0000000000000000000000000000000000000000000000006545d716817d36a9","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006545d716817d36a9","output":"0x0000000000000000000000000000000000000000000000006545d716817d36a9","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000162fe8b0befa12e689","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000162fe8b0befa12e689","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006545d716817d36a9","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006545d716817d36a9","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644"],"data":"0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006545d716817d36a9"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000006545d716817d36a9","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000006545d716817d36a9"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006545d716817d36a9"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644"],"data":"0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006545d716817d36a9"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000040000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000018000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500020000000000"},"block_hash":"0xbc050ce548ad7e17518eb0f8bca9fcd922d505e8729d86c485a2b8bc78b63ff3","block_number":416},{"info":{"transaction_hash":"0x8606e7a955d9772ce1127ffc22bfa0ff68c1ef67f71ca38102b82f0c62b89618","transaction_index":0,"from":"0x40fc963a729c542424cd800349a7e4ecc4896624","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x40fc963a729c542424cd800349a7e4ecc4896624","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000067f2132e2fa3914e","output":"0x00000000000000000000000000000000000000000000000067f2132e2fa3914e","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000067f2132e2fa3914e","output":"0x00000000000000000000000000000000000000000000000067f2132e2fa3914e","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000067f2132e2fa3914e"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000067f2132e2fa3914e","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000067f2132e2fa3914e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000067f2132e2fa3914e","output":"0x00000000000000000000000000000000000000000000000067f2132e2fa3914e","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000067f2132e2fa3914e","output":"0x00000000000000000000000000000000000000000000000067f2132e2fa3914e","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000008bc7faca727b35abf","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000008bc7faca727b35abf","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf200000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000067f2132e2fa3914e","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf200000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000067f2132e2fa3914e","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624"],"data":"0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000067f2132e2fa3914e"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec800000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec800000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000067f2132e2fa3914e","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000067f2132e2fa3914e"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000067f2132e2fa3914e"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624"],"data":"0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000067f2132e2fa3914e"}],"logsBloom":"0x00008000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000004008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000001002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x42d06e139fd66a9151c031be26c0334bb63976d8c607a43a4532fe3fbf80a91f","block_number":312},{"info":{"transaction_hash":"0xfa92b9dc842cc01801cb3eb00ee865a3590aec145e50033a8392cbac6707b759","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x145e2dc5c8238d1be628f87076a37d4a26a78544","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x145e2dc5c8238d1be628f87076a37d4a26a78544","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":134,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xf49226c9d7a9e5e052f2b681533eb617d8b5a031a8803224d3dfbcfb02498a08","block_number":106},{"info":{"transaction_hash":"0x58eacb4f72f0679670bfdaf55b29803d163189b85f19e5f4aff7dcbad3bfe819","transaction_index":0,"from":"0x16adfbefdefd488c992086d472a4ca577a0e5e54","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x16adfbefdefd488c992086d472a4ca577a0e5e54","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000296ff7d27034cca9","output":"0x000000000000000000000000000000000000000000000000296ff7d27034cca9","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000296ff7d27034cca9","output":"0x000000000000000000000000000000000000000000000000296ff7d27034cca9","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000296ff7d27034cca9"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000296ff7d27034cca9","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000296ff7d27034cca9"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000296ff7d27034cca9","output":"0x000000000000000000000000000000000000000000000000296ff7d27034cca9","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000296ff7d27034cca9","output":"0x000000000000000000000000000000000000000000000000296ff7d27034cca9","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001a59dfcbf90f7a6951","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001a59dfcbf90f7a6951","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf200000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000296ff7d27034cca9","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf200000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000296ff7d27034cca9","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54"],"data":"0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000296ff7d27034cca9"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec800000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec800000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000296ff7d27034cca9","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000296ff7d27034cca9"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000296ff7d27034cca9"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54"],"data":"0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000296ff7d27034cca9"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000250000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000040000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001400000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x1e25b7f404b0c3e8e59eefe6cac07bca5c63aa20b2d5c6ad520043effbcdf3b3","block_number":442},{"info":{"transaction_hash":"0xb97492027d0c072ac26e734559bea629ae79cb28c65e34b33bdf06bccc17281c","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf20000000000000000000000000000000000000000000000003a6e87f491fb9ccb","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2"],"data":"0x0000000000000000000000000000000000000000000000003a6e87f491fb9ccb"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":213,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2"],"data":"0x0000000000000000000000000000000000000000000000003a6e87f491fb9ccb"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000020000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000400000"},"block_hash":"0xeafc5ffc7008948c0eb621942d8a1c43caef04bd9ae5cbaa2e80b0198926a860","block_number":185},{"info":{"transaction_hash":"0x876cc9e95391a65da7d39890df70da77128b3d40900060966499ee9a7e16876b","transaction_index":0,"from":"0x042a63149117602129b6922ecfe3111168c2c323","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x042a63149117602129b6922ecfe3111168c2c323","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353300000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000042a63149117602129b6922ecfe3111168c2c3230000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000042a63149117602129b6922ecfe3111168c2c3230000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c3230000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000061a"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000042a63149117602129b6922ecfe3111168c2c323","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000042a63149117602129b6922ecfe3111168c2c323","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000042a63149117602129b6922ecfe3111168c2c323000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000042a63149117602129b6922ecfe3111168c2c323000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000042a63149117602129b6922ecfe3111168c2c32300000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000042a63149117602129b6922ecfe3111168c2c32300000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c3230000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000061a"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353300000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000080000200000000000000000000000000000000000000000000000000000800000000000000240020000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x0e4ff753898dcdd85679d9d30ebcdfaa025f106739d566a219567970d7c6ed8c","block_number":361},{"info":{"transaction_hash":"0x4e0e6555fa80346670949433adb2481c5be568f91699ac292142cf3b93efbe48","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x9394cb5f737bd3acea7dce90ca48dbd42801ee5d","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x9394cb5f737bd3acea7dce90ca48dbd42801ee5d","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":151,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x58b5f9270909bf5520b0384a8a130c4e9005031e8e3aaaaf09287bb3a37010b0","block_number":123},{"info":{"transaction_hash":"0xf1809fffeeff6f4ab574345c47cae211d8e3628ac3b705ce69a9a03770e5bef4","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a00000000000000000000000000000000000000000000000078999484ace91c39","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a"],"data":"0x00000000000000000000000000000000000000000000000078999484ace91c39"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":250,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a"],"data":"0x00000000000000000000000000000000000000000000000078999484ace91c39"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000400000000000000100000000000000000000010000000010000400000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xbe017dea776175804b1ef662ca0dc2083ad2d40f799bca0f66725ace8633ad7a","block_number":222},{"info":{"transaction_hash":"0x4e493241c327887054c892c28417c44e043a86e8cb1833607241d3e196afc81e","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x262595fa2a3a86adacde208589614d483e3ef1c0","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x262595fa2a3a86adacde208589614d483e3ef1c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":148,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xd498edbfc68715aae84e2ed7141fcc3e71117dcb9f9246299aa74511100f5b98","block_number":120},{"info":{"transaction_hash":"0x2bdc07b9bc74ba3b1c859228aa61e1c576b32f4969b3b191784fdf7bd4326603","transaction_index":0,"from":"0x7d86687f980a56b832e9378952b738b614a99dc6","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x7d86687f980a56b832e9378952b738b614a99dc6","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333900000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000007d86687f980a56b832e9378952b738b614a99dc60000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000007d86687f980a56b832e9378952b738b614a99dc60000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005fe"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000007d86687f980a56b832e9378952b738b614a99dc600000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000007d86687f980a56b832e9378952b738b614a99dc600000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005fe"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333900000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000100000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000001000000000000000000000000000000800101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xca975e0aad48a6bd2273e9360db14607d82d8601e0318568a079253c6b3423c3","block_number":333},{"info":{"transaction_hash":"0xee85416e7e04ba3c20ab4e29b466d700a02872bc378b0f0950cdd804bb8eacca","transaction_index":0,"from":"0x492c973c16e8aec46f4d71716e91b05b245377c9","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x492c973c16e8aec46f4d71716e91b05b245377c9","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383700000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c90000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c90000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c90000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000065e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c900000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c900000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c90000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000065e"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383700000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000040000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000010000000"},"block_hash":"0x001eb6c42e3a24133e4e494d4407220d5743aee8c1d3ef608c8ee62217161a74","block_number":429},{"info":{"transaction_hash":"0xa751c5f0366e77f69e21256d711827fdb5148545fdcc41c011910a8e9e1ad808","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xf0ce7bab13c99ba0565f426508a7cd8f4c247e5a","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xf0ce7bab13c99ba0565f426508a7cd8f4c247e5a","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":155,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xb3035f4236610c1c207d6ffc5b1cfbce35db791b1c27645bfea85f3861b46069","block_number":127},{"info":{"transaction_hash":"0xdcf23a6aa00513f3aad533db32fb9e950688d04d4416130f7b1dbba83636434a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c00000000000000000000000000000000000000000000000001bd4943ef7e051c3","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0"],"data":"0x0000000000000000000000000000000000000000000000001bd4943ef7e051c3"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":248,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0"],"data":"0x0000000000000000000000000000000000000000000000001bd4943ef7e051c3"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020008000000000000000000000000000000000000400000000000000000000000000100000000000000000002010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xe1a4749637075b65a10f0652cb4c7f481464c7ddb206943ea1ba15dd2dd072b4","block_number":220},{"info":{"transaction_hash":"0xbd04a9bd0a571ab4d9a87edfee4b5f2df26b003ddddcb3588f6dc1bc07d4464f","transaction_index":0,"from":"0xf23e054d8b4d0becfa22deef5632f27f781f8bf5","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf23e054d8b4d0becfa22deef5632f27f781f8bf5","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf50000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf50000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf50000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000063c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf50000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000063c"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373000000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000200000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002100000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x609769bd939d4fff91b712f9e32f3f64edaeb41a38a5909ebe82522d150cfb86","block_number":395},{"info":{"transaction_hash":"0x71fba761d7999bfc4e0ed665dd2c95b0fb93a43e593654504abdab4da572310f","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be0000000000000000000000000000000000000000000000001eaea2d75e247668","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be"],"data":"0x0000000000000000000000000000000000000000000000001eaea2d75e247668"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":279,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be"],"data":"0x0000000000000000000000000000000000000000000000001eaea2d75e247668"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000800000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000020000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000100000000000000000"},"block_hash":"0xa4d4ce0c95ca1ed0ddbef73f935baf425cbedc7b71a991582510669b8f69ccd7","block_number":251},{"info":{"transaction_hash":"0xd44ffa7b7c0ee0074fb1373ac9db3dd55e7cca426a87b4d8d15d482702fee7e3","transaction_index":0,"from":"0x64492e25c30031edad55e57cea599cdb1f06dad1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x64492e25c30031edad55e57cea599cdb1f06dad1","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363400000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e600000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad10000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e600000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad10000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad100000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000630"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a1700000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a1700000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb8700000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad100000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb8700000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad100000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad100000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000630"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363400000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000200000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000400020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x73a53153e9c27f6517bbd48668f50665bf18e3429dccdfb4df2f40f3a52eea3d","block_number":383},{"info":{"transaction_hash":"0x583f43ae4c1bddd530b206842507d1538aacc122c752276d7f1f66dae9949c27","transaction_index":0,"from":"0xcbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xcbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000783eab248f3c5e5c","output":"0x000000000000000000000000000000000000000000000000783eab248f3c5e5c","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000783eab248f3c5e5c","output":"0x000000000000000000000000000000000000000000000000783eab248f3c5e5c","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000783eab248f3c5e5c"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000783eab248f3c5e5c","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000783eab248f3c5e5c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000783eab248f3c5e5c","output":"0x000000000000000000000000000000000000000000000000783eab248f3c5e5c","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000783eab248f3c5e5c","output":"0x000000000000000000000000000000000000000000000000783eab248f3c5e5c","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001b370dc7b8e24f91fe","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001b370dc7b8e24f91fe","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000783eab248f3c5e5c","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000783eab248f3c5e5c","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23"],"data":"0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000783eab248f3c5e5c"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000783eab248f3c5e5c","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000783eab248f3c5e5c"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000783eab248f3c5e5c"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23"],"data":"0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000783eab248f3c5e5c"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000010000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000080000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x6a79112045a01371d47d4d302e9a2000984a88e21be14761c1657934585493b9","block_number":446},{"info":{"transaction_hash":"0x3a615a100ff769e839db9a138f787f1e9bef2c283944cdb4cb85887a63bde02f","transaction_index":0,"from":"0x6d69f301d1da5c7818b5e61eecc745b30179c68b","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x6d69f301d1da5c7818b5e61eecc745b30179c68b","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373100000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000063e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000063e"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373100000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000002000000000000000000000000020000040002000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000080000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xb4d05d2c60a54191a46813b5fa6c6882f72d56eaa7ebdd1f63f1b0b4d3a0b2f4","block_number":397},{"info":{"transaction_hash":"0x67f7939de80290da4cf3203d186525ca826da1ecb76a7a04015a89628d00404d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9821821000000000000000000000000851356ae760d987e095750cceb3bc6014560891c0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000b6d65746164617461555249000000000000000000000000000000000000000000","output":"0x","gas_used":47853,"gas_limit":80146,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9821821000000000000000000000000851356ae760d987e095750cceb3bc6014560891c0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000b6d65746164617461555249000000000000000000000000000000000000000000","output":"0x","gas_used":40713,"gas_limit":71900,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c943713","0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000b6d65746164617461555249000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x610178da211fef7d417bc0e6fed39f05609ad788","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xdf595cb8000000000000000000000000851356ae760d987e095750cceb3bc6014560891c000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318a982182100000000000000000000000000000000000000000000000000000000","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12548,"gas_limit":67474,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x610178da211fef7d417bc0e6fed39f05609ad788","address":"0x3aa5ebb10dc797cac828524e59a333d0a371443c","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xdf595cb8000000000000000000000000851356ae760d987e095750cceb3bc6014560891c000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318a982182100000000000000000000000000000000000000000000000000000000","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":5405,"gas_limit":59426,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":81,"gas_used":69825},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x110c1","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0xa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c943713","0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000b6d65746164617461555249000000000000000000000000000000000000000000"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000008000000000000000000000000000000000000000000000000000000000000800000000040004000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x417f36b2b4fcfe16d398ab71bd2f2ab576d70ae14eb574cf2f94a06fc1dcfd9e","block_number":53},{"info":{"transaction_hash":"0xa6311db1243145787f5207e22b3ce5e733652d5fd8fd40f92fc5c9caedbbdcbf","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x0b306bf915c4d645ff596e518faf3f9669b97016","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x0b306bf915c4d645ff596e518faf3f9669b97016","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x60e060405234801561000f575f5ffd5b5060405161192338038061192383398101604081905261002e916101b3565b808084846001600160a01b038116610059576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b039081166080521660a0526100748161008a565b60c0525061008290506100d0565b5050506102e4565b5f5f829050601f815111156100bd578260405163305a27a960e01b81526004016100b49190610289565b60405180910390fd5b80516100c8826102be565b179392505050565b5f54610100900460ff16156101375760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b60648201526084016100b4565b5f5460ff90811614610186575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b038116811461019c575f5ffd5b50565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156101c5575f5ffd5b83516101d081610188565b60208501519093506101e181610188565b60408501519092506001600160401b038111156101fc575f5ffd5b8401601f8101861361020c575f5ffd5b80516001600160401b038111156102255761022561019f565b604051601f8201601f19908116603f011681016001600160401b03811182821017156102535761025361019f565b60405281815282820160200188101561026a575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b805160208083015191908110156102de575f198160200360031b1b821691505b50919050565b60805160a05160c0516115f26103315f395f81816104bf0152610e9a01525f8181610360015261068d01525f818161023c015281816103f8015281816104fd0152610bc201526115f25ff3fe608060405234801561000f575f5ffd5b5060043610610148575f3560e01c8063a1060c88116100bf578063dce974b911610079578063dce974b914610334578063df5cf7231461035b578063ec76f44214610382578063f2fde38b146103b5578063f698da25146103c8578063fabc1cbc146103d0575f5ffd5b8063a1060c881461029a578063a364f4da146102ad578063a98fb355146102c0578063c825fe68146102d3578063cd6dc687146102fa578063d79aceab1461030d575f5ffd5b80635ac86ab7116101105780635ac86ab7146101fa5780635c975abb1461021d578063715018a61461022f578063886f1195146102375780638da5cb5b146102765780639926ee7d14610287575f5ffd5b8063136439dd1461014c578063374823b51461016157806349075da3146101a357806354fd4d50146101dd578063595c6a67146101f2575b5f5ffd5b61015f61015a36600461119f565b6103e3565b005b61018e61016f3660046111ca565b609960209081525f928352604080842090915290825290205460ff1681565b60405190151581526020015b60405180910390f35b6101d06101b13660046111f4565b609860209081525f928352604080842090915290825290205460ff1681565b60405161019a919061123f565b6101e56104b8565b60405161019a9190611293565b61015f6104e8565b61018e6102083660046112ac565b606654600160ff9092169190911b9081161490565b6066545b60405190815260200161019a565b61015f610597565b61025e7f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b03909116815260200161019a565b6033546001600160a01b031661025e565b61015f61029536600461133a565b6105a8565b6102216102a8366004611427565b6107c7565b61015f6102bb36600461146a565b610846565b61015f6102ce366004611485565b61092b565b6102217f809c5ac049c45b7a7f050a20f00c16cf63797efbf8b1eb8d749fdfa39ff8f92981565b61015f6103083660046111ca565b610972565b6102217fda2c89bafdd34776a2b8bb9c83c82f419e20cc8c67207f70edd58249b92661bd81565b6102217f4ee65f64218c67b68da66fd0db16560040a6b973290b9e71912d661ee53fe49581565b61025e7f000000000000000000000000000000000000000000000000000000000000000081565b61015f61039036600461119f565b335f90815260996020908152604080832093835292905220805460ff19166001179055565b61015f6103c336600461146a565b610a8e565b610221610b07565b61015f6103de36600461119f565b610bc0565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610445573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061046991906114f3565b61048657604051631d77d47760e21b815260040160405180910390fd5b60665481811681146104ab5760405163c61dca5d60e01b815260040160405180910390fd5b6104b482610ccf565b5050565b60606104e37f0000000000000000000000000000000000000000000000000000000000000000610d0c565b905090565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa15801561054a573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061056e91906114f3565b61058b57604051631d77d47760e21b815260040160405180910390fd5b6105955f19610ccf565b565b61059f610d49565b6105955f610da3565b6066545f906001908116036105d05760405163840a48d560e01b815260040160405180910390fd5b6001335f9081526098602090815260408083206001600160a01b038816845290915290205460ff1660018111156106095761060961122b565b0361062757604051631aa528bb60e11b815260040160405180910390fd5b6001600160a01b0383165f90815260996020908152604080832085830151845290915290205460ff161561066e57604051630d4c4c9160e21b815260040160405180910390fd5b6040516336b87bd760e11b81526001600160a01b0384811660048301527f00000000000000000000000000000000000000000000000000000000000000001690636d70f7ae90602401602060405180830381865afa1580156106d2573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106f691906114f3565b61071357604051639f88c8af60e01b815260040160405180910390fd5b6107378361072b8533866020015187604001516107c7565b84516040860151610df4565b6001600160a01b0383165f81815260996020908152604080832086830151845282528083208054600160ff19918216811790925533808652609885528386208787529094529382902080549094168117909355519092917ff0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b41916107ba919061123f565b60405180910390a3505050565b604080517fda2c89bafdd34776a2b8bb9c83c82f419e20cc8c67207f70edd58249b92661bd60208201526001600160a01b038087169282019290925290841660608201526080810183905260a081018290525f9061083d9060c00160405160208183030381529060405280519060200120610e4c565b95945050505050565b6066545f9060019081160361086e5760405163840a48d560e01b815260040160405180910390fd5b6001335f9081526098602090815260408083206001600160a01b038716845290915290205460ff1660018111156108a7576108a761122b565b146108c5576040516352df45c960e01b815260040160405180910390fd5b335f8181526098602090815260408083206001600160a01b0387168085529252808320805460ff191690555190917ff0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b419161091f919061123f565b60405180910390a35050565b336001600160a01b03167fa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c9437138383604051610966929190611512565b60405180910390a25050565b5f54610100900460ff161580801561099057505f54600160ff909116105b806109a95750303b1580156109a957505f5460ff166001145b610a115760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015610a32575f805461ff0019166101001790555b610a3b82610ccf565b610a4483610da3565b8015610a89575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050565b610a96610d49565b6001600160a01b038116610afb5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610a08565b610b0481610da3565b50565b60408051808201909152600a81526922b4b3b2b72630bcb2b960b11b6020909101525f7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f7f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea610b74610e92565b805160209182012060408051928301949094529281019190915260608101919091524660808201523060a082015260c00160405160208183030381529060405280519060200120905090565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c1c573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c409190611540565b6001600160a01b0316336001600160a01b031614610c715760405163794821ff60e01b815260040160405180910390fd5b60665480198219811614610c985760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c90602001610966565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b60605f610d1883610f2e565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6033546001600160a01b031633146105955760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610a08565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b42811015610e1557604051630819bdcd60e01b815260040160405180910390fd5b610e296001600160a01b0385168484610f5b565b610e4657604051638baa579f60e01b815260040160405180910390fd5b50505050565b5f610e55610b07565b60405161190160f01b6020820152602281019190915260428101839052606201604051602081830303815290604052805190602001209050919050565b60605f610ebe7f0000000000000000000000000000000000000000000000000000000000000000610d0c565b9050805f81518110610ed257610ed261155b565b602001015160f81c60f81b81600181518110610ef057610ef061155b565b016020908101516040516001600160f81b03199384169281019290925291909116602182015260220160405160208183030381529060405291505090565b5f60ff8216601f811115610f5557604051632cd44ac360e21b815260040160405180910390fd5b92915050565b5f5f5f610f688585610fb9565b90925090505f816004811115610f8057610f8061122b565b148015610f9e5750856001600160a01b0316826001600160a01b0316145b80610faf5750610faf868686610ffb565b9695505050505050565b5f5f8251604103610fed576020830151604084015160608501515f1a610fe1878285856110e2565b94509450505050610ff4565b505f905060025b9250929050565b5f5f5f856001600160a01b0316631626ba7e60e01b868660405160240161102392919061156f565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b0319909416939093179092529051611061919061158f565b5f60405180830381855afa9150503d805f8114611099576040519150601f19603f3d011682016040523d82523d5f602084013e61109e565b606091505b50915091508180156110b257506020815110155b8015610faf57508051630b135d3f60e11b906110d790830160209081019084016115a5565b149695505050505050565b5f807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083111561111757505f90506003611196565b604080515f8082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015611168573d5f5f3e3d5ffd5b5050604051601f1901519150506001600160a01b038116611190575f60019250925050611196565b91505f90505b94509492505050565b5f602082840312156111af575f5ffd5b5035919050565b6001600160a01b0381168114610b04575f5ffd5b5f5f604083850312156111db575f5ffd5b82356111e6816111b6565b946020939093013593505050565b5f5f60408385031215611205575f5ffd5b8235611210816111b6565b91506020830135611220816111b6565b809150509250929050565b634e487b7160e01b5f52602160045260245ffd5b602081016002831061125f57634e487b7160e01b5f52602160045260245ffd5b91905290565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6112a56020830184611265565b9392505050565b5f602082840312156112bc575f5ffd5b813560ff811681146112a5575f5ffd5b634e487b7160e01b5f52604160045260245ffd5b6040516060810167ffffffffffffffff81118282101715611303576113036112cc565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715611332576113326112cc565b604052919050565b5f5f6040838503121561134b575f5ffd5b8235611356816111b6565b9150602083013567ffffffffffffffff811115611371575f5ffd5b830160608186031215611382575f5ffd5b61138a6112e0565b813567ffffffffffffffff8111156113a0575f5ffd5b8201601f810187136113b0575f5ffd5b803567ffffffffffffffff8111156113ca576113ca6112cc565b6113dd601f8201601f1916602001611309565b8181528860208385010111156113f1575f5ffd5b816020840160208301375f6020928201830152835283810135908301525060409182013591810191909152919491935090915050565b5f5f5f5f6080858703121561143a575f5ffd5b8435611445816111b6565b93506020850135611455816111b6565b93969395505050506040820135916060013590565b5f6020828403121561147a575f5ffd5b81356112a5816111b6565b5f5f60208385031215611496575f5ffd5b823567ffffffffffffffff8111156114ac575f5ffd5b8301601f810185136114bc575f5ffd5b803567ffffffffffffffff8111156114d2575f5ffd5b8560208284010111156114e3575f5ffd5b6020919091019590945092505050565b5f60208284031215611503575f5ffd5b815180151581146112a5575f5ffd5b60208152816020820152818360408301375f818301604090810191909152601f909201601f19160101919050565b5f60208284031215611550575f5ffd5b81516112a5816111b6565b634e487b7160e01b5f52603260045260245ffd5b828152604060208201525f6115876040830184611265565b949350505050565b5f82518060208501845e5f920191825250919050565b5f602082840312156115b5575f5ffd5b505191905056fea2646970667358221220e0e0523d6fb8eb8aa79da912134baca493d9102de9a054d64ab128b842f8a16b64736f6c634300081b0033000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c90000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e00000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000000676302e302e300000000000000000000000000000000000000000000000000000","output":"0x608060405234801561000f575f5ffd5b5060043610610148575f3560e01c8063a1060c88116100bf578063dce974b911610079578063dce974b914610334578063df5cf7231461035b578063ec76f44214610382578063f2fde38b146103b5578063f698da25146103c8578063fabc1cbc146103d0575f5ffd5b8063a1060c881461029a578063a364f4da146102ad578063a98fb355146102c0578063c825fe68146102d3578063cd6dc687146102fa578063d79aceab1461030d575f5ffd5b80635ac86ab7116101105780635ac86ab7146101fa5780635c975abb1461021d578063715018a61461022f578063886f1195146102375780638da5cb5b146102765780639926ee7d14610287575f5ffd5b8063136439dd1461014c578063374823b51461016157806349075da3146101a357806354fd4d50146101dd578063595c6a67146101f2575b5f5ffd5b61015f61015a36600461119f565b6103e3565b005b61018e61016f3660046111ca565b609960209081525f928352604080842090915290825290205460ff1681565b60405190151581526020015b60405180910390f35b6101d06101b13660046111f4565b609860209081525f928352604080842090915290825290205460ff1681565b60405161019a919061123f565b6101e56104b8565b60405161019a9190611293565b61015f6104e8565b61018e6102083660046112ac565b606654600160ff9092169190911b9081161490565b6066545b60405190815260200161019a565b61015f610597565b61025e7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e081565b6040516001600160a01b03909116815260200161019a565b6033546001600160a01b031661025e565b61015f61029536600461133a565b6105a8565b6102216102a8366004611427565b6107c7565b61015f6102bb36600461146a565b610846565b61015f6102ce366004611485565b61092b565b6102217f809c5ac049c45b7a7f050a20f00c16cf63797efbf8b1eb8d749fdfa39ff8f92981565b61015f6103083660046111ca565b610972565b6102217fda2c89bafdd34776a2b8bb9c83c82f419e20cc8c67207f70edd58249b92661bd81565b6102217f4ee65f64218c67b68da66fd0db16560040a6b973290b9e71912d661ee53fe49581565b61025e7f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b61015f61039036600461119f565b335f90815260996020908152604080832093835292905220805460ff19166001179055565b61015f6103c336600461146a565b610a8e565b610221610b07565b61015f6103de36600461119f565b610bc0565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610445573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061046991906114f3565b61048657604051631d77d47760e21b815260040160405180910390fd5b60665481811681146104ab5760405163c61dca5d60e01b815260040160405180910390fd5b6104b482610ccf565b5050565b60606104e37f76302e302e300000000000000000000000000000000000000000000000000006610d0c565b905090565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa15801561054a573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061056e91906114f3565b61058b57604051631d77d47760e21b815260040160405180910390fd5b6105955f19610ccf565b565b61059f610d49565b6105955f610da3565b6066545f906001908116036105d05760405163840a48d560e01b815260040160405180910390fd5b6001335f9081526098602090815260408083206001600160a01b038816845290915290205460ff1660018111156106095761060961122b565b0361062757604051631aa528bb60e11b815260040160405180910390fd5b6001600160a01b0383165f90815260996020908152604080832085830151845290915290205460ff161561066e57604051630d4c4c9160e21b815260040160405180910390fd5b6040516336b87bd760e11b81526001600160a01b0384811660048301527f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91690636d70f7ae90602401602060405180830381865afa1580156106d2573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106f691906114f3565b61071357604051639f88c8af60e01b815260040160405180910390fd5b6107378361072b8533866020015187604001516107c7565b84516040860151610df4565b6001600160a01b0383165f81815260996020908152604080832086830151845282528083208054600160ff19918216811790925533808652609885528386208787529094529382902080549094168117909355519092917ff0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b41916107ba919061123f565b60405180910390a3505050565b604080517fda2c89bafdd34776a2b8bb9c83c82f419e20cc8c67207f70edd58249b92661bd60208201526001600160a01b038087169282019290925290841660608201526080810183905260a081018290525f9061083d9060c00160405160208183030381529060405280519060200120610e4c565b95945050505050565b6066545f9060019081160361086e5760405163840a48d560e01b815260040160405180910390fd5b6001335f9081526098602090815260408083206001600160a01b038716845290915290205460ff1660018111156108a7576108a761122b565b146108c5576040516352df45c960e01b815260040160405180910390fd5b335f8181526098602090815260408083206001600160a01b0387168085529252808320805460ff191690555190917ff0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b419161091f919061123f565b60405180910390a35050565b336001600160a01b03167fa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c9437138383604051610966929190611512565b60405180910390a25050565b5f54610100900460ff161580801561099057505f54600160ff909116105b806109a95750303b1580156109a957505f5460ff166001145b610a115760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015610a32575f805461ff0019166101001790555b610a3b82610ccf565b610a4483610da3565b8015610a89575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050565b610a96610d49565b6001600160a01b038116610afb5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610a08565b610b0481610da3565b50565b60408051808201909152600a81526922b4b3b2b72630bcb2b960b11b6020909101525f7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f7f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea610b74610e92565b805160209182012060408051928301949094529281019190915260608101919091524660808201523060a082015260c00160405160208183030381529060405280519060200120905090565b7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c1c573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c409190611540565b6001600160a01b0316336001600160a01b031614610c715760405163794821ff60e01b815260040160405180910390fd5b60665480198219811614610c985760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c90602001610966565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b60605f610d1883610f2e565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6033546001600160a01b031633146105955760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610a08565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b42811015610e1557604051630819bdcd60e01b815260040160405180910390fd5b610e296001600160a01b0385168484610f5b565b610e4657604051638baa579f60e01b815260040160405180910390fd5b50505050565b5f610e55610b07565b60405161190160f01b6020820152602281019190915260428101839052606201604051602081830303815290604052805190602001209050919050565b60605f610ebe7f76302e302e300000000000000000000000000000000000000000000000000006610d0c565b9050805f81518110610ed257610ed261155b565b602001015160f81c60f81b81600181518110610ef057610ef061155b565b016020908101516040516001600160f81b03199384169281019290925291909116602182015260220160405160208183030381529060405291505090565b5f60ff8216601f811115610f5557604051632cd44ac360e21b815260040160405180910390fd5b92915050565b5f5f5f610f688585610fb9565b90925090505f816004811115610f8057610f8061122b565b148015610f9e5750856001600160a01b0316826001600160a01b0316145b80610faf5750610faf868686610ffb565b9695505050505050565b5f5f8251604103610fed576020830151604084015160608501515f1a610fe1878285856110e2565b94509450505050610ff4565b505f905060025b9250929050565b5f5f5f856001600160a01b0316631626ba7e60e01b868660405160240161102392919061156f565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b0319909416939093179092529051611061919061158f565b5f60405180830381855afa9150503d805f8114611099576040519150601f19603f3d011682016040523d82523d5f602084013e61109e565b606091505b50915091508180156110b257506020815110155b8015610faf57508051630b135d3f60e11b906110d790830160209081019084016115a5565b149695505050505050565b5f807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083111561111757505f90506003611196565b604080515f8082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015611168573d5f5f3e3d5ffd5b5050604051601f1901519150506001600160a01b038116611190575f60019250925050611196565b91505f90505b94509492505050565b5f602082840312156111af575f5ffd5b5035919050565b6001600160a01b0381168114610b04575f5ffd5b5f5f604083850312156111db575f5ffd5b82356111e6816111b6565b946020939093013593505050565b5f5f60408385031215611205575f5ffd5b8235611210816111b6565b91506020830135611220816111b6565b809150509250929050565b634e487b7160e01b5f52602160045260245ffd5b602081016002831061125f57634e487b7160e01b5f52602160045260245ffd5b91905290565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6112a56020830184611265565b9392505050565b5f602082840312156112bc575f5ffd5b813560ff811681146112a5575f5ffd5b634e487b7160e01b5f52604160045260245ffd5b6040516060810167ffffffffffffffff81118282101715611303576113036112cc565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715611332576113326112cc565b604052919050565b5f5f6040838503121561134b575f5ffd5b8235611356816111b6565b9150602083013567ffffffffffffffff811115611371575f5ffd5b830160608186031215611382575f5ffd5b61138a6112e0565b813567ffffffffffffffff8111156113a0575f5ffd5b8201601f810187136113b0575f5ffd5b803567ffffffffffffffff8111156113ca576113ca6112cc565b6113dd601f8201601f1916602001611309565b8181528860208385010111156113f1575f5ffd5b816020840160208301375f6020928201830152835283810135908301525060409182013591810191909152919491935090915050565b5f5f5f5f6080858703121561143a575f5ffd5b8435611445816111b6565b93506020850135611455816111b6565b93969395505050506040820135916060013590565b5f6020828403121561147a575f5ffd5b81356112a5816111b6565b5f5f60208385031215611496575f5ffd5b823567ffffffffffffffff8111156114ac575f5ffd5b8301601f810185136114bc575f5ffd5b803567ffffffffffffffff8111156114d2575f5ffd5b8560208284010111156114e3575f5ffd5b6020919091019590945092505050565b5f60208284031215611503575f5ffd5b815180151581146112a5575f5ffd5b60208152816020820152818360408301375f818301604090810191909152601f909201601f19160101919050565b5f60208284031215611550575f5ffd5b81516112a5816111b6565b634e487b7160e01b5f52603260045260245ffd5b828152604060208201525f6115876040830184611265565b949350505050565b5f82518060208501845e5f920191825250919050565b5f602082840312156115b5575f5ffd5b505191905056fea2646970667358221220e0e0523d6fb8eb8aa79da912134baca493d9102de9a054d64ab128b842f8a16b64736f6c634300081b0033","gas_used":1149341,"gas_limit":1540408,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x608060405234801561000f575f5ffd5b5060043610610148575f3560e01c8063a1060c88116100bf578063dce974b911610079578063dce974b914610334578063df5cf7231461035b578063ec76f44214610382578063f2fde38b146103b5578063f698da25146103c8578063fabc1cbc146103d0575f5ffd5b8063a1060c881461029a578063a364f4da146102ad578063a98fb355146102c0578063c825fe68146102d3578063cd6dc687146102fa578063d79aceab1461030d575f5ffd5b80635ac86ab7116101105780635ac86ab7146101fa5780635c975abb1461021d578063715018a61461022f578063886f1195146102375780638da5cb5b146102765780639926ee7d14610287575f5ffd5b8063136439dd1461014c578063374823b51461016157806349075da3146101a357806354fd4d50146101dd578063595c6a67146101f2575b5f5ffd5b61015f61015a36600461119f565b6103e3565b005b61018e61016f3660046111ca565b609960209081525f928352604080842090915290825290205460ff1681565b60405190151581526020015b60405180910390f35b6101d06101b13660046111f4565b609860209081525f928352604080842090915290825290205460ff1681565b60405161019a919061123f565b6101e56104b8565b60405161019a9190611293565b61015f6104e8565b61018e6102083660046112ac565b606654600160ff9092169190911b9081161490565b6066545b60405190815260200161019a565b61015f610597565b61025e7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e081565b6040516001600160a01b03909116815260200161019a565b6033546001600160a01b031661025e565b61015f61029536600461133a565b6105a8565b6102216102a8366004611427565b6107c7565b61015f6102bb36600461146a565b610846565b61015f6102ce366004611485565b61092b565b6102217f809c5ac049c45b7a7f050a20f00c16cf63797efbf8b1eb8d749fdfa39ff8f92981565b61015f6103083660046111ca565b610972565b6102217fda2c89bafdd34776a2b8bb9c83c82f419e20cc8c67207f70edd58249b92661bd81565b6102217f4ee65f64218c67b68da66fd0db16560040a6b973290b9e71912d661ee53fe49581565b61025e7f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b61015f61039036600461119f565b335f90815260996020908152604080832093835292905220805460ff19166001179055565b61015f6103c336600461146a565b610a8e565b610221610b07565b61015f6103de36600461119f565b610bc0565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610445573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061046991906114f3565b61048657604051631d77d47760e21b815260040160405180910390fd5b60665481811681146104ab5760405163c61dca5d60e01b815260040160405180910390fd5b6104b482610ccf565b5050565b60606104e37f76302e302e300000000000000000000000000000000000000000000000000006610d0c565b905090565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa15801561054a573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061056e91906114f3565b61058b57604051631d77d47760e21b815260040160405180910390fd5b6105955f19610ccf565b565b61059f610d49565b6105955f610da3565b6066545f906001908116036105d05760405163840a48d560e01b815260040160405180910390fd5b6001335f9081526098602090815260408083206001600160a01b038816845290915290205460ff1660018111156106095761060961122b565b0361062757604051631aa528bb60e11b815260040160405180910390fd5b6001600160a01b0383165f90815260996020908152604080832085830151845290915290205460ff161561066e57604051630d4c4c9160e21b815260040160405180910390fd5b6040516336b87bd760e11b81526001600160a01b0384811660048301527f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91690636d70f7ae90602401602060405180830381865afa1580156106d2573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106f691906114f3565b61071357604051639f88c8af60e01b815260040160405180910390fd5b6107378361072b8533866020015187604001516107c7565b84516040860151610df4565b6001600160a01b0383165f81815260996020908152604080832086830151845282528083208054600160ff19918216811790925533808652609885528386208787529094529382902080549094168117909355519092917ff0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b41916107ba919061123f565b60405180910390a3505050565b604080517fda2c89bafdd34776a2b8bb9c83c82f419e20cc8c67207f70edd58249b92661bd60208201526001600160a01b038087169282019290925290841660608201526080810183905260a081018290525f9061083d9060c00160405160208183030381529060405280519060200120610e4c565b95945050505050565b6066545f9060019081160361086e5760405163840a48d560e01b815260040160405180910390fd5b6001335f9081526098602090815260408083206001600160a01b038716845290915290205460ff1660018111156108a7576108a761122b565b146108c5576040516352df45c960e01b815260040160405180910390fd5b335f8181526098602090815260408083206001600160a01b0387168085529252808320805460ff191690555190917ff0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b419161091f919061123f565b60405180910390a35050565b336001600160a01b03167fa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c9437138383604051610966929190611512565b60405180910390a25050565b5f54610100900460ff161580801561099057505f54600160ff909116105b806109a95750303b1580156109a957505f5460ff166001145b610a115760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015610a32575f805461ff0019166101001790555b610a3b82610ccf565b610a4483610da3565b8015610a89575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050565b610a96610d49565b6001600160a01b038116610afb5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610a08565b610b0481610da3565b50565b60408051808201909152600a81526922b4b3b2b72630bcb2b960b11b6020909101525f7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f7f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea610b74610e92565b805160209182012060408051928301949094529281019190915260608101919091524660808201523060a082015260c00160405160208183030381529060405280519060200120905090565b7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c1c573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c409190611540565b6001600160a01b0316336001600160a01b031614610c715760405163794821ff60e01b815260040160405180910390fd5b60665480198219811614610c985760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c90602001610966565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b60605f610d1883610f2e565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6033546001600160a01b031633146105955760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610a08565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b42811015610e1557604051630819bdcd60e01b815260040160405180910390fd5b610e296001600160a01b0385168484610f5b565b610e4657604051638baa579f60e01b815260040160405180910390fd5b50505050565b5f610e55610b07565b60405161190160f01b6020820152602281019190915260428101839052606201604051602081830303815290604052805190602001209050919050565b60605f610ebe7f76302e302e300000000000000000000000000000000000000000000000000006610d0c565b9050805f81518110610ed257610ed261155b565b602001015160f81c60f81b81600181518110610ef057610ef061155b565b016020908101516040516001600160f81b03199384169281019290925291909116602182015260220160405160208183030381529060405291505090565b5f60ff8216601f811115610f5557604051632cd44ac360e21b815260040160405180910390fd5b92915050565b5f5f5f610f688585610fb9565b90925090505f816004811115610f8057610f8061122b565b148015610f9e5750856001600160a01b0316826001600160a01b0316145b80610faf5750610faf868686610ffb565b9695505050505050565b5f5f8251604103610fed576020830151604084015160608501515f1a610fe1878285856110e2565b94509450505050610ff4565b505f905060025b9250929050565b5f5f5f856001600160a01b0316631626ba7e60e01b868660405160240161102392919061156f565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b0319909416939093179092529051611061919061158f565b5f60405180830381855afa9150503d805f8114611099576040519150601f19603f3d011682016040523d82523d5f602084013e61109e565b606091505b50915091508180156110b257506020815110155b8015610faf57508051630b135d3f60e11b906110d790830160209081019084016115a5565b149695505050505050565b5f807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083111561111757505f90506003611196565b604080515f8082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015611168573d5f5f3e3d5ffd5b5050604051601f1901519150506001600160a01b038116611190575f60019250925050611196565b91505f90505b94509492505050565b5f602082840312156111af575f5ffd5b5035919050565b6001600160a01b0381168114610b04575f5ffd5b5f5f604083850312156111db575f5ffd5b82356111e6816111b6565b946020939093013593505050565b5f5f60408385031215611205575f5ffd5b8235611210816111b6565b91506020830135611220816111b6565b809150509250929050565b634e487b7160e01b5f52602160045260245ffd5b602081016002831061125f57634e487b7160e01b5f52602160045260245ffd5b91905290565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6112a56020830184611265565b9392505050565b5f602082840312156112bc575f5ffd5b813560ff811681146112a5575f5ffd5b634e487b7160e01b5f52604160045260245ffd5b6040516060810167ffffffffffffffff81118282101715611303576113036112cc565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715611332576113326112cc565b604052919050565b5f5f6040838503121561134b575f5ffd5b8235611356816111b6565b9150602083013567ffffffffffffffff811115611371575f5ffd5b830160608186031215611382575f5ffd5b61138a6112e0565b813567ffffffffffffffff8111156113a0575f5ffd5b8201601f810187136113b0575f5ffd5b803567ffffffffffffffff8111156113ca576113ca6112cc565b6113dd601f8201601f1916602001611309565b8181528860208385010111156113f1575f5ffd5b816020840160208301375f6020928201830152835283810135908301525060409182013591810191909152919491935090915050565b5f5f5f5f6080858703121561143a575f5ffd5b8435611445816111b6565b93506020850135611455816111b6565b93969395505050506040820135916060013590565b5f6020828403121561147a575f5ffd5b81356112a5816111b6565b5f5f60208385031215611496575f5ffd5b823567ffffffffffffffff8111156114ac575f5ffd5b8301601f810185136114bc575f5ffd5b803567ffffffffffffffff8111156114d2575f5ffd5b8560208284010111156114e3575f5ffd5b6020919091019590945092505050565b5f60208284031215611503575f5ffd5b815180151581146112a5575f5ffd5b60208152816020820152818360408301375f818301604090810191909152601f909201601f19160101919050565b5f60208284031215611550575f5ffd5b81516112a5816111b6565b634e487b7160e01b5f52603260045260245ffd5b828152604060208201525f6115876040830184611265565b949350505050565b5f82518060208501845e5f920191825250919050565b5f602082840312156115b5575f5ffd5b505191905056fea2646970667358221220e0e0523d6fb8eb8aa79da912134baca493d9102de9a054d64ab128b842f8a16b64736f6c634300081b0033","nonce":15,"gas_used":1303559},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x13e407","logs":[{"address":"0x0b306bf915c4d645ff596e518faf3f9669b97016","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"}],"logsBloom":"0x00000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000"},"block_hash":"0x61255498f8885e882d8ca47e1294e7a2a4b976fdd02fbb63fc98e45bf9546230","block_number":12},{"info":{"transaction_hash":"0xe188e924d5c5f6c49864f92d0e21b143370b8822aff938cd485880bbaf8ccd65","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b0000000000000000000000000000000000000000000000002703a666cad171b0","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b"],"data":"0x0000000000000000000000000000000000000000000000002703a666cad171b0"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":254,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b"],"data":"0x0000000000000000000000000000000000000000000000002703a666cad171b0"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000080000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xe3a066ad6022cd782b1aaeff6bd8cf01781d86d88346f94c28550c0fb4b95d65","block_number":226},{"info":{"transaction_hash":"0xaad948007fcf79d045315df0055e2d887b79bbce7b766861a9162e02a49d18ba","transaction_index":0,"from":"0xcf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xcf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333200000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f910000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f910000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005f0"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f9100000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f9100000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005f0"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333200000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000001800000000000000240000000000000002000000000000000000040008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xb209547d9b0a8a2e914ef0463dd4658c0b607c7c303319459242c14dd26f9486","block_number":319},{"info":{"transaction_hash":"0xfa402e1933d0508d2393f55258a64dc28e701cfeff3484b43c85a8c68cf48bbb","transaction_index":0,"from":"0xe8b1ff302a740fd2c6e76b620d45508daec2ddff","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xe8b1ff302a740fd2c6e76b620d45508daec2ddff","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002ff96ee5f4c45346","output":"0x0000000000000000000000000000000000000000000000002ff96ee5f4c45346","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002ff96ee5f4c45346","output":"0x0000000000000000000000000000000000000000000000002ff96ee5f4c45346","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002ff96ee5f4c45346"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002ff96ee5f4c45346","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000002ff96ee5f4c45346"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002ff96ee5f4c45346","output":"0x0000000000000000000000000000000000000000000000002ff96ee5f4c45346","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002ff96ee5f4c45346","output":"0x0000000000000000000000000000000000000000000000002ff96ee5f4c45346","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000f878f4c789b8f69ab","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000f878f4c789b8f69ab","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002ff96ee5f4c45346","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002ff96ee5f4c45346","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff"],"data":"0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002ff96ee5f4c45346"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000002ff96ee5f4c45346","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000002ff96ee5f4c45346"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002ff96ee5f4c45346"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff"],"data":"0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002ff96ee5f4c45346"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000200000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000040010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002004001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x1003ab206197c639823afabef1ec8a5d26f62844e1d427df3130392b455f3f26","block_number":366},{"info":{"transaction_hash":"0x8a5c7c07481502cbde11e5deec0391d345f718f24f7b7009cadbc9ad0b5420d0","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xdfd99099fa13541a64aee9aad61c0dbf3d32d492","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xdfd99099fa13541a64aee9aad61c0dbf3d32d492","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":149,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x09902ff80df37c7bbbd5e1b8722a48d82e5627d9fee28de568d8087be4f967b3","block_number":121},{"info":{"transaction_hash":"0xbcbe84aea9aa8d3edff7bd484d1fa173d271ab82f570eed49445c7378c0b9449","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x35304262b9e87c00c430149f28dd154995d01207","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x35304262b9e87c00c430149f28dd154995d01207","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":131,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xb96a5bb5d492ceb350c22cb0cba8bac022fbbfef1d3829e7123c8811fbc83a63","block_number":103},{"info":{"transaction_hash":"0x7967c1fc22174ca7c15a08a26d1e84d40caff0651cd44c27921360539804de1b","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x586af62eae7f447d14d25f53918814e04d3a5ba4","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x586af62eae7f447d14d25f53918814e04d3a5ba4","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":166,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xb22f8067f75f5dd7c363ce624c460661f8906a59a6a10bd82e1d885ab892a97b","block_number":138},{"info":{"transaction_hash":"0x37a3c0b15eceabff8a1b7dab9f6f93e2b9e73533e49f29df3a7e3003816e8c6d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c80000000000000000000000000000000000000000000000005d9f943ccb6a86b8","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"],"data":"0x0000000000000000000000000000000000000000000000005d9f943ccb6a86b8"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":184,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"],"data":"0x0000000000000000000000000000000000000000000000005d9f943ccb6a86b8"}],"logsBloom":"0x00000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000800000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000001000000000000000000000000000000"},"block_hash":"0x1c770ff0770da2a368e844a7543771ab3bb06f7b456ab427d2307695975a743b","block_number":156},{"info":{"transaction_hash":"0x538d284dc6c1995b71dd00a54d01b32574ade2d9c409273352229cdaf1f88d99","transaction_index":0,"from":"0x8626f6940e2eb28930efb4cef49b2d1f2c9c1199","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x8626f6940e2eb28930efb4cef49b2d1f2c9c1199","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007bebfb23c69b5006","output":"0x0000000000000000000000000000000000000000000000007bebfb23c69b5006","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007bebfb23c69b5006","output":"0x0000000000000000000000000000000000000000000000007bebfb23c69b5006","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007bebfb23c69b5006"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007bebfb23c69b5006","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000007bebfb23c69b5006"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007bebfb23c69b5006","output":"0x0000000000000000000000000000000000000000000000007bebfb23c69b5006","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007bebfb23c69b5006","output":"0x0000000000000000000000000000000000000000000000007bebfb23c69b5006","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000005a9e8fdbe79c55eed","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000005a9e8fdbe79c55eed","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007bebfb23c69b5006","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007bebfb23c69b5006","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199"],"data":"0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007bebfb23c69b5006"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000007bebfb23c69b5006","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000007bebfb23c69b5006"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007bebfb23c69b5006"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199"],"data":"0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007bebfb23c69b5006"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000008000000000002000000000040000000000000000000000400000000000000000000000000000000000000002000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x2c2543ea3f5572250404aebf531e002fd2ad0afd0ab12a5592a3730a1864783f","block_number":294},{"info":{"transaction_hash":"0x400a52d0c3d4f3ce6549c78936b13ec9454238c5ee14ac158b7862525001b11f","transaction_index":0,"from":"0x924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","output":"0x00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","output":"0x00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","output":"0x00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","output":"0x00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000011563e7b8aedbcf6f1","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000011563e7b8aedbcf6f1","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a"],"data":"0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a"],"data":"0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000100000000000000000000000010000000000000000000000000000000002000400018044000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000020000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xa43efe316da2740b66c4d285903be599f3a506f2b3ebd277509b103229e91e30","block_number":382},{"info":{"transaction_hash":"0xb3ed81eaaf570b556fcf9e03dc60143f8ab0da3a4e52333bb64bc62f222740b6","transaction_index":0,"from":"0x98d08079928fccb30598c6c6382abfd7dbfaa1cd","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x98d08079928fccb30598c6c6382abfd7dbfaa1cd","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007b4c8567c0e9c3de","output":"0x0000000000000000000000000000000000000000000000007b4c8567c0e9c3de","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007b4c8567c0e9c3de","output":"0x0000000000000000000000000000000000000000000000007b4c8567c0e9c3de","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007b4c8567c0e9c3de"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007b4c8567c0e9c3de","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000007b4c8567c0e9c3de"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007b4c8567c0e9c3de","output":"0x0000000000000000000000000000000000000000000000007b4c8567c0e9c3de","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007b4c8567c0e9c3de","output":"0x0000000000000000000000000000000000000000000000007b4c8567c0e9c3de","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001cc929a623532de2a9","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001cc929a623532de2a9","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf200000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007b4c8567c0e9c3de","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf200000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007b4c8567c0e9c3de","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd"],"data":"0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007b4c8567c0e9c3de"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec800000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec800000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000007b4c8567c0e9c3de","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000007b4c8567c0e9c3de"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007b4c8567c0e9c3de"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd"],"data":"0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007b4c8567c0e9c3de"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010200000000000000000000000000000002000400018040000000040000000008800000000008000000000000020240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000800000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xabc2f300379127ca24561c4fff0b2390ef5a02932a8cfb18823f11d2ca5f0cc1","block_number":454},{"info":{"transaction_hash":"0xa448004eb12ac97c4f52d15f6c678d35748a796020577884df380729384e030a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x67d269191c92caf3cd7723f116c85e6e9bf55933","traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x67d269191c92caf3cd7723f116c85e6e9bf55933","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052604051610d76380380610d76833981016040819052610022916103c3565b828161002f82825f610043565b5061003b90508261006e565b5050506104df565b61004c836100db565b5f825111806100585750805b1561006957610067838361011a565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6100ad5f516020610d2f5f395f51905f52546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16100d881610146565b50565b6100e4816101e1565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b606061013f8383604051806060016040528060278152602001610d4f60279139610275565b9392505050565b6001600160a01b0381166101b05760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b805f516020610d2f5f395f51905f525b80546001600160a01b0319166001600160a01b039290921691909117905550565b6001600160a01b0381163b61024e5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016101a7565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6101c0565b60605f5f856001600160a01b0316856040516102919190610494565b5f60405180830381855af49150503d805f81146102c9576040519150601f19603f3d011682016040523d82523d5f602084013e6102ce565b606091505b5090925090506102e0868383876102ea565b9695505050505050565b606083156103585782515f03610351576001600160a01b0385163b6103515760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016101a7565b5081610362565b610362838361036a565b949350505050565b81511561037a5781518083602001fd5b8060405162461bcd60e51b81526004016101a791906104aa565b80516001600160a01b03811681146103aa575f5ffd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156103d5575f5ffd5b6103de84610394565b92506103ec60208501610394565b60408501519092506001600160401b03811115610407575f5ffd5b8401601f81018613610417575f5ffd5b80516001600160401b03811115610430576104306103af565b604051601f8201601f19908116603f011681016001600160401b038111828210171561045e5761045e6103af565b604052818152828201602001881015610475575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b610843806104ec5f395ff3fe60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c656400000000000000000000000009635f643e140090a9a8dcd712ed6285858cebef000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000064a6ab36f2ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000c5a5c42992decbae36851359345fe25997f5c42d00000000000000000000000000000000000000000000000000000000","output":"0x60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033","gas_used":576796,"gas_limit":782983,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000009635f643e140090a9a8dcd712ed6285858cebef"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Log":0},{"Call":0},{"Log":1}]},{"parent":0,"children":[2],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x67d269191c92caf3cd7723f116c85e6e9bf55933","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa6ab36f2ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000c5a5c42992decbae36851359345fe25997f5c42d","output":"0x","gas_used":102007,"gas_limit":743939,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xf97ed4e083acac67830025ecbc756d8fe847cdbdca4cee3fe1e128e98b54ecb5"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x6ab181e0440bfbf4bacdf2e99674735ce6638005490688c5f994f5399353e452"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x1c540707b00eb5427b6b774fc799d756516a54aee108b64b327acc55af557507"],"data":"0x000000000000000000000000c5a5c42992decbae36851359345fe25997f5c42d0000000000000000000000000000000000000000000000000000000000000012"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Log":0},{"Log":1},{"Log":2},{"Call":0},{"Log":3},{"Log":4}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x67d269191c92caf3cd7723f116c85e6e9bf55933","address":"0xc5a5c42992decbae36851359345fe25997f5c42d","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x313ce567","output":"0x0000000000000000000000000000000000000000000000000000000000000012","gas_used":265,"gas_limit":635006,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033","nonce":29,"gas_used":687292},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xa7cbc","logs":[{"address":"0x67d269191c92caf3cd7723f116c85e6e9bf55933","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000009635f643e140090a9a8dcd712ed6285858cebef"],"data":"0x"},{"address":"0x67d269191c92caf3cd7723f116c85e6e9bf55933","topics":["0xf97ed4e083acac67830025ecbc756d8fe847cdbdca4cee3fe1e128e98b54ecb5"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"},{"address":"0x67d269191c92caf3cd7723f116c85e6e9bf55933","topics":["0x6ab181e0440bfbf4bacdf2e99674735ce6638005490688c5f994f5399353e452"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"},{"address":"0x67d269191c92caf3cd7723f116c85e6e9bf55933","topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0x67d269191c92caf3cd7723f116c85e6e9bf55933","topics":["0x1c540707b00eb5427b6b774fc799d756516a54aee108b64b327acc55af557507"],"data":"0x000000000000000000000000c5a5c42992decbae36851359345fe25997f5c42d0000000000000000000000000000000000000000000000000000000000000012"},{"address":"0x67d269191c92caf3cd7723f116c85e6e9bf55933","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"},{"address":"0x67d269191c92caf3cd7723f116c85e6e9bf55933","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}],"logsBloom":"0x0000000000000000000000004000000040000000000000000000000000000000000000000000000010000000000000000000000000010000000000000000000000000000000000020000000000000200000000000000000000000000000000000000000000000000000000010000000000000080000000000000000000000014000000020000000200005000000000041000000000008000000000000080000000000000000000000000000000040000000000000000000000000000000000000004002040000020000000000004000000000000240000000000000000000000000000000000000800000000000000000000000000000000c000000000400000"},"block_hash":"0x4ef0e679537c10b9ddc1279c76944ac95ed7963bb62ecd1d5b78312c9d7ff967","block_number":20},{"info":{"transaction_hash":"0x340a516e8824073ec7e93fa149d6bd5cbf926ac400fa5d36e8d46bf63ee560b9","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xc0543b0b980d8c834cbdf023b2d2a75b5f9d1909","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xc0543b0b980d8c834cbdf023b2d2a75b5f9d1909","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":143,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x68b71bf5894d897f4a74507743959314649a62b2d12555c8e304eb02d397b21a","block_number":115},{"info":{"transaction_hash":"0xb59156d42c8b5ee86e48df6a11c71e0544a866ef3271607b9106d79e6b6fc8c6","transaction_index":0,"from":"0x9ef6c02fb2ecc446146e05f1ff687a788a8bf76d","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9ef6c02fb2ecc446146e05f1ff687a788a8bf76d","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006e7330ddc26efb3d","output":"0x0000000000000000000000000000000000000000000000006e7330ddc26efb3d","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006e7330ddc26efb3d","output":"0x0000000000000000000000000000000000000000000000006e7330ddc26efb3d","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006e7330ddc26efb3d"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006e7330ddc26efb3d","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000006e7330ddc26efb3d"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006e7330ddc26efb3d","output":"0x0000000000000000000000000000000000000000000000006e7330ddc26efb3d","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006e7330ddc26efb3d","output":"0x0000000000000000000000000000000000000000000000006e7330ddc26efb3d","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000bca332217f81cb192","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000bca332217f81cb192","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006e7330ddc26efb3d","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006e7330ddc26efb3d","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d"],"data":"0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006e7330ddc26efb3d"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000006e7330ddc26efb3d","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000006e7330ddc26efb3d"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006e7330ddc26efb3d"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d"],"data":"0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006e7330ddc26efb3d"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010004000000000020000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000200000000000000000000001000000000500000000000000"},"block_hash":"0x157aebe992cd229d6c0a22d9b4dbbb2f70613a3e3487afffb19c526313309188","block_number":336},{"info":{"transaction_hash":"0x19ef30f97daa59edeaf388cdda2e9be0159933e7b84a1e50b9e15dba53221cee","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x23618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x23618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":91,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x097cada8060fb249454fcd571d549d632eb7897e8bb626695e70dddf44b97b5e","block_number":63},{"info":{"transaction_hash":"0x6f6f5bf7d1235f0affee04e16165ebd9e45240390d3b1bfde209d3dfe4b68b8a","transaction_index":0,"from":"0x3c3e2e178c69d4bad964568415a0f0c84fd6320a","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x3c3e2e178c69d4bad964568415a0f0c84fd6320a","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000038312cbeff92e5ce","output":"0x00000000000000000000000000000000000000000000000038312cbeff92e5ce","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000038312cbeff92e5ce","output":"0x00000000000000000000000000000000000000000000000038312cbeff92e5ce","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000038312cbeff92e5ce"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000038312cbeff92e5ce","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000038312cbeff92e5ce"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000038312cbeff92e5ce","output":"0x00000000000000000000000000000000000000000000000038312cbeff92e5ce","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000038312cbeff92e5ce","output":"0x00000000000000000000000000000000000000000000000038312cbeff92e5ce","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000d8437bbc1717fbcd0","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000d8437bbc1717fbcd0","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000038312cbeff92e5ce","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000038312cbeff92e5ce","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a"],"data":"0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000038312cbeff92e5ce"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000038312cbeff92e5ce","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000038312cbeff92e5ce"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000038312cbeff92e5ce"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a"],"data":"0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000038312cbeff92e5ce"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000010000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000010000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xbc32c0062bd6ed4ed02d0c7d98d9d658b1c47e5ad7ced1cd46ee0d1db89c5ac5","block_number":350},{"info":{"transaction_hash":"0x8f912d3a04feab9687a9b10d5859e45fbf11f10c6b0e0e8f4a6b194a433732a8","transaction_index":0,"from":"0x1cbd3b2770909d4e10f157cabc84c7264073c9ec","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x1cbd3b2770909d4e10f157cabc84c7264073c9ec","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313300000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005ca"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005ca"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313300000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000200000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000200000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000001000000000000000000000002000001000000000100000000000000"},"block_hash":"0x529448e8d32d02e27c5ec9c55725b382f7c7e9339b4f9b7abd5e40ba525e8622","block_number":281},{"info":{"transaction_hash":"0x190b17b56040d9383f4540a8e93c68a04612b02b7172e4b490ceacbdd9c55e68","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052604051610d76380380610d76833981016040819052610022916103c3565b828161002f82825f610043565b5061003b90508261006e565b5050506104df565b61004c836100db565b5f825111806100585750805b1561006957610067838361011a565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6100ad5f516020610d2f5f395f51905f52546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16100d881610146565b50565b6100e4816101e1565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b606061013f8383604051806060016040528060278152602001610d4f60279139610275565b9392505050565b6001600160a01b0381166101b05760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b805f516020610d2f5f395f51905f525b80546001600160a01b0319166001600160a01b039290921691909117905550565b6001600160a01b0381163b61024e5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016101a7565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6101c0565b60605f5f856001600160a01b0316856040516102919190610494565b5f60405180830381855af49150503d805f81146102c9576040519150601f19603f3d011682016040523d82523d5f602084013e6102ce565b606091505b5090925090506102e0868383876102ea565b9695505050505050565b606083156103585782515f03610351576001600160a01b0385163b6103515760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016101a7565b5081610362565b610362838361036a565b949350505050565b81511561037a5781518083602001fd5b8060405162461bcd60e51b81526004016101a791906104aa565b80516001600160a01b03811681146103aa575f5ffd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156103d5575f5ffd5b6103de84610394565b92506103ec60208501610394565b60408501519092506001600160401b03811115610407575f5ffd5b8401601f81018613610417575f5ffd5b80516001600160401b03811115610430576104306103af565b604051601f8201601f19908116603f011681016001600160401b038111828210171561045e5761045e6103af565b604052818152828201602001881015610475575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b610843806104ec5f395ff3fe60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","output":"0x60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033","gas_used":474055,"gas_limit":648947,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033","nonce":9,"gas_used":582975},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x8e53f","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000800000002000001000000000000000008000000000000000000000000000000000000000000020000000000000000000000000040000000400000000000000000000000000000000000000008000000000000000000000000000000000000000000000"},"block_hash":"0x1b1eb278fa8d5d827613d998632156dad8e21db1a4c6ae38a3beb21939ae34e8","block_number":6},{"info":{"transaction_hash":"0x0851bce9056322607a36c8d68db8469cedf0128a83885a3b99340b9358e42939","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x9a676e781a523b5d0c0e43731313a708cb607508","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x60e060405234801561000f575f5ffd5b50604051612ef9380380612ef983398101604081905261002e916101b3565b808084846001600160a01b038116610059576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b039081166080521660a0526100748161008a565b60c0525061008290506100d0565b5050506102e4565b5f5f829050601f815111156100bd578260405163305a27a960e01b81526004016100b49190610289565b60405180910390fd5b80516100c8826102be565b179392505050565b5f54610100900460ff16156101375760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b60648201526084016100b4565b5f5460ff90811614610186575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b038116811461019c575f5ffd5b50565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156101c5575f5ffd5b83516101d081610188565b60208501519093506101e181610188565b60408501519092506001600160401b038111156101fc575f5ffd5b8401601f8101861361020c575f5ffd5b80516001600160401b038111156102255761022561019f565b604051601f8201601f19908116603f011681016001600160401b03811182821017156102535761025361019f565b60405281815282820160200188101561026a575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b805160208083015191908110156102de575f198160200360031b1b821691505b50919050565b60805160a05160c051612bac61034d5f395f8181610bb90152611c8101525f81816104e70152818161079701528181610b4b01528181610e010152818161128d015261189d01525f81816103bc015281816105a601528181610bf701526114c90152612bac5ff3fe608060405234801561000f575f5ffd5b5060043610610213575f3560e01c80638b8aac3c1161011f578063debe1eab116100a9578063f3b4a00011610079578063f3b4a0001461052f578063f698da2514610539578063fabc1cbc14610541578063fd98042314610554578063fe243a1714610567575f5ffd5b8063debe1eab146104cf578063df5cf723146104e2578063e7a050aa14610509578063f2fde38b1461051c575f5ffd5b80639ac01d61116100ef5780639ac01d6114610463578063b5d8b5b814610476578063c665670214610489578063cbc2bd621461049c578063de44acb6146104af575f5ffd5b80638b8aac3c146103f65780638da5cb5b1461041e57806394f649dd1461042f578063967fc0d214610450575f5ffd5b8063595c6a67116101a0578063663c1de411610170578063663c1de41461035b578063715018a61461037d578063724af423146103855780637ecebe0014610398578063886f1195146103b7575f5ffd5b8063595c6a67146103055780635ac86ab71461030d5780635c975abb146103405780635de08ff214610348575f5ffd5b806336a8c500116101e657806336a8c5001461027857806348825e941461028e5780634b6d5d6e146102b557806350ff7225146102c857806354fd4d50146102f0575f5ffd5b8063136439dd146102175780631794bb3c1461022c5780632eae418c1461023f57806332e89ace14610252575b5f5ffd5b61022a6102253660046125e1565b610591565b005b61022a61023a36600461260c565b610666565b61022a61024d36600461264a565b61078c565b6102656102603660046126ac565b610844565b6040519081526020015b60405180910390f35b6102806108e8565b60405161026f9291906127e1565b6102657f4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea922481565b61022a6102c3366004612837565b610a05565b6102db6102d636600461260c565b610b3e565b6040805192835260208301919091520161026f565b6102f8610bb2565b60405161026f9190612880565b61022a610be2565b61033061031b366004612892565b609854600160ff9092169190911b9081161490565b604051901515815260200161026f565b609854610265565b61022a6103563660046128b2565b610c91565b610330610369366004612837565b60d16020525f908152604090205460ff1681565b61022a610de4565b61026561039336600461260c565b610df5565b6102656103a6366004612837565b60ca6020525f908152604090205481565b6103de7f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b03909116815260200161026f565b610265610404366004612837565b6001600160a01b03165f90815260ce602052604090205490565b6033546001600160a01b03166103de565b61044261043d366004612837565b610e68565b60405161026f92919061295c565b60cb546103de906001600160a01b031681565b610265610471366004612989565b610fe0565b61022a6104843660046128b2565b611071565b61022a610497366004612837565b6111b8565b6103de6104aa3660046129ea565b6111db565b6104c26104bd366004612837565b61120f565b60405161026f9190612a14565b61022a6104dd3660046129ea565b611282565b6103de7f000000000000000000000000000000000000000000000000000000000000000081565b61026561051736600461260c565b611346565b61022a61052a366004612837565b611398565b6103de620e16e481565b61026561140e565b61022a61054f3660046125e1565b6114c7565b610265610562366004612837565b6115dd565b610265610575366004612a26565b60cd60209081525f928352604080842090915290825290205481565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa1580156105f3573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106179190612a5d565b61063457604051631d77d47760e21b815260040160405180910390fd5b60985481811681146106595760405163c61dca5d60e01b815260040160405180910390fd5b610662826115f2565b5050565b5f54610100900460ff161580801561068457505f54600160ff909116105b8061069d5750303b15801561069d57505f5460ff166001145b6107055760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015610726575f805461ff0019166101001790555b61072f826115f2565b6107388461162f565b61074183611680565b8015610786575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146107d55760405163f739589b60e01b815260040160405180910390fd5b6107dd6116e9565b604051636ce5768960e11b81526001600160a01b0384169063d9caed129061080d90879086908690600401612a7c565b5f604051808303815f87803b158015610824575f5ffd5b505af1158015610836573d5f5f3e3d5ffd5b505050506107866001606555565b6098545f90819060019081160361086e5760405163840a48d560e01b815260040160405180910390fd5b6108766116e9565b6001600160a01b0385165f90815260ca60205260409020546108a7866108a0818c8c8c878c610fe0565b8688611742565b6001600160a01b0386165f90815260ca602052604090206001820190556108d0868a8a8a611794565b9250506108dd6001606555565b509695505050505050565b6060805f6108f660d4611901565b90505f8167ffffffffffffffff81111561091257610912612698565b60405190808252806020026020018201604052801561093b578160200160208202803683370190505b5090505f8267ffffffffffffffff81111561095857610958612698565b604051908082528060200260200182016040528015610981578160200160208202803683370190505b5090505f5b838110156109fa575f5f61099b60d484611911565b91509150818584815181106109b2576109b2612aa0565b60200260200101906001600160a01b031690816001600160a01b031681525050808484815181106109e5576109e5612aa0565b60209081029190910101525050600101610986565b509094909350915050565b610a0d6116e9565b5f610a1960d48361192e565b915050610a2760d483611945565b50604080516001600160a01b0384168152602081018390527fd9d082c3ec4f3a3ffa55c324939a06407f5fbcb87d5e0ce3b9508c92c84ed839910160405180910390a18015610b3057816001600160a01b031663d9caed12620e16e4846001600160a01b0316632495a5996040518163ffffffff1660e01b8152600401602060405180830381865afa158015610abf573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ae39190612ab4565b846040518463ffffffff1660e01b8152600401610b0293929190612a7c565b5f604051808303815f87803b158015610b19575f5ffd5b505af1158015610b2b573d5f5f3e3d5ffd5b505050505b50610b3b6001606555565b50565b5f80336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610b895760405163f739589b60e01b815260040160405180910390fd5b610b916116e9565b610b9c858585611959565b91509150610baa6001606555565b935093915050565b6060610bdd7f0000000000000000000000000000000000000000000000000000000000000000611ac1565b905090565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610c44573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c689190612a5d565b610c8557604051631d77d47760e21b815260040160405180910390fd5b610c8f5f196115f2565b565b60cb546001600160a01b03163314610cbc576040516320ba3ff960e21b815260040160405180910390fd5b610cc46116e9565b805f5b81811015610dd85760d15f858584818110610ce457610ce4612aa0565b9050602002016020810190610cf99190612837565b6001600160a01b0316815260208101919091526040015f205460ff16610dd057600160d15f868685818110610d3057610d30612aa0565b9050602002016020810190610d459190612837565b6001600160a01b0316815260208101919091526040015f20805460ff19169115159190911790557f0c35b17d91c96eb2751cd456e1252f42a386e524ef9ff26ecc9950859fdc04fe848483818110610d9f57610d9f612aa0565b9050602002016020810190610db49190612837565b6040516001600160a01b03909116815260200160405180910390a15b600101610cc7565b50506106626001606555565b610dec611afe565b610c8f5f61162f565b5f336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610e3f5760405163f739589b60e01b815260040160405180910390fd5b610e476116e9565b5f610e53858585611b58565b92505050610e616001606555565b9392505050565b6001600160a01b0381165f90815260ce60205260408120546060918291908167ffffffffffffffff811115610e9f57610e9f612698565b604051908082528060200260200182016040528015610ec8578160200160208202803683370190505b5090505f5b82811015610f56576001600160a01b0386165f90815260cd6020908152604080832060ce9092528220805491929184908110610f0b57610f0b612aa0565b5f9182526020808320909101546001600160a01b031683528201929092526040019020548251839083908110610f4357610f43612aa0565b6020908102919091010152600101610ecd565b5060ce5f866001600160a01b03166001600160a01b031681526020019081526020015f208181805480602002602001604051908101604052809291908181526020018280548015610fce57602002820191905f5260205f20905b81546001600160a01b03168152600190910190602001808311610fb0575b50505050509150935093505050915091565b604080517f4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea922460208201526001600160a01b03808916928201929092528187166060820152908516608082015260a0810184905260c0810183905260e081018290525f90611066906101000160405160208183030381529060405280519060200120611c1e565b979650505050505050565b60cb546001600160a01b0316331461109c576040516320ba3ff960e21b815260040160405180910390fd5b6110a46116e9565b805f5b81811015610dd85760d15f8585848181106110c4576110c4612aa0565b90506020020160208101906110d99190612837565b6001600160a01b0316815260208101919091526040015f205460ff16156111b0575f60d15f86868581811061111057611110612aa0565b90506020020160208101906111259190612837565b6001600160a01b0316815260208101919091526040015f20805460ff19169115159190911790557f4074413b4b443e4e58019f2855a8765113358c7c72e39509c6af45fc0f5ba03084848381811061117f5761117f612aa0565b90506020020160208101906111949190612837565b6040516001600160a01b03909116815260200160405180910390a15b6001016110a7565b6111c0611afe565b6111c86116e9565b6111d181611680565b610b3b6001606555565b60ce602052815f5260405f2081815481106111f4575f80fd5b5f918252602090912001546001600160a01b03169150829050565b6001600160a01b0381165f90815260ce602090815260409182902080548351818402810184019094528084526060939283018282801561127657602002820191905f5260205f20905b81546001600160a01b03168152600190910190602001808311611258575b50505050509050919050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146112cb5760405163f739589b60e01b815260040160405180910390fd5b6112d36116e9565b5f6112df60d48461192e565b91506112f8905060d4846112f38585612ae3565b611c64565b50604080516001600160a01b0385168152602081018490527fca3e02a4ab7ad3c47a8e36e5a624c30170791726ab720f1babfef21046d953ff910160405180910390a1506106626001606555565b6098545f9081906001908116036113705760405163840a48d560e01b815260040160405180910390fd5b6113786116e9565b61138433868686611794565b91506113906001606555565b509392505050565b6113a0611afe565b6001600160a01b0381166114055760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016106fc565b610b3b8161162f565b60408051808201909152600a81526922b4b3b2b72630bcb2b960b11b6020909101525f7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f7f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea61147b611c79565b805160209182012060408051928301949094529281019190915260608101919091524660808201523060a082015260c00160405160208183030381529060405280519060200120905090565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611523573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115479190612ab4565b6001600160a01b0316336001600160a01b0316146115785760405163794821ff60e01b815260040160405180910390fd5b6098548019821981161461159f5760405163c61dca5d60e01b815260040160405180910390fd5b609882905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b5f5f6115ea60d48461192e565b949350505050565b609881905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b60cb54604080516001600160a01b03928316815291831660208301527f4264275e593955ff9d6146a51a4525f6ddace2e81db9391abcc9d1ca48047d29910160405180910390a160cb80546001600160a01b0319166001600160a01b0392909216919091179055565b60026065540361173b5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0060448201526064016106fc565b6002606555565b4281101561176357604051630819bdcd60e01b815260040160405180910390fd5b6117776001600160a01b0385168484611d15565b61078657604051638baa579f60e01b815260040160405180910390fd5b6001600160a01b0383165f90815260d16020526040812054849060ff166117ce57604051632efd965160e11b815260040160405180910390fd5b6117e36001600160a01b038516338786611d73565b6040516311f9fbc960e21b81526001600160a01b038581166004830152602482018590528616906347e7ef24906044016020604051808303815f875af115801561182f573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118539190612af6565b91505f5f611862888886611959565b604051631e328e7960e11b81526001600160a01b038b811660048301528a8116602483015260448201849052606482018390529294509092507f000000000000000000000000000000000000000000000000000000000000000090911690633c651cf2906084015f604051808303815f87803b1580156118e0575f5ffd5b505af11580156118f2573d5f5f3e3d5ffd5b50505050505050949350505050565b5f61190b82611dcb565b92915050565b5f80808061191f8686611dd5565b909450925050505b9250929050565b5f80808061191f866001600160a01b038716611dfe565b5f610e61836001600160a01b038416611e36565b5f806001600160a01b038516611982576040516316f2ccc960e01b815260040160405180910390fd5b825f036119a2576040516342061b2560e11b815260040160405180910390fd5b6001600160a01b038086165f90815260cd6020908152604080832093881683529290529081205490819003611a48576001600160a01b0386165f90815260ce602090815260409091205410611a0a576040516301a1443960e31b815260040160405180910390fd5b6001600160a01b038681165f90815260ce602090815260408220805460018101825590835291200180546001600160a01b0319169187169190911790555b611a528482612ae3565b6001600160a01b038088165f90815260cd60209081526040808320938a16835292905281902091909155517f5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f6290611aae90889088908890612a7c565b60405180910390a1959294509192505050565b60605f611acd83611e52565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6033546001600160a01b03163314610c8f5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016106fc565b5f5f825f03611b7a576040516342061b2560e11b815260040160405180910390fd5b6001600160a01b038086165f90815260cd602090815260408083209388168352929052205480841115611bc057604051634b18b19360e01b815260040160405180910390fd5b611bca8482612b0d565b6001600160a01b038088165f90815260cd60209081526040808320938a168352929052908120829055909150819003611c1257611c078686611e79565b600192509050610baa565b5f969095509350505050565b5f611c2761140e565b60405161190160f01b6020820152602281019190915260428101839052606201604051602081830303815290604052805190602001209050919050565b5f6115ea846001600160a01b03851684611ff7565b60605f611ca57f0000000000000000000000000000000000000000000000000000000000000000611ac1565b9050805f81518110611cb957611cb9612aa0565b602001015160f81c60f81b81600181518110611cd757611cd7612aa0565b016020908101516040516001600160f81b03199384169281019290925291909116602182015260220160405160208183030381529060405291505090565b5f5f5f611d228585612013565b90925090505f816004811115611d3a57611d3a612b20565b148015611d585750856001600160a01b0316826001600160a01b0316145b80611d695750611d69868686612052565b9695505050505050565b610786846323b872dd60e01b858585604051602401611d9493929190612a7c565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152612139565b5f61190b82612211565b5f8080611de2858561221a565b5f81815260029690960160205260409095205494959350505050565b5f818152600283016020526040812054819080611e2b57611e1f8585612225565b92505f91506119279050565b600192509050611927565b5f8181526002830160205260408120819055610e618383612230565b5f60ff8216601f81111561190b57604051632cd44ac360e21b815260040160405180910390fd5b6001600160a01b0382165f90815260ce6020526040812054905b81811015611f8b576001600160a01b038481165f90815260ce6020526040902080549185169183908110611ec957611ec9612aa0565b5f918252602090912001546001600160a01b031603611f83576001600160a01b0384165f90815260ce602052604090208054611f0790600190612b0d565b81548110611f1757611f17612aa0565b5f9182526020808320909101546001600160a01b03878116845260ce9092526040909220805491909216919083908110611f5357611f53612aa0565b905f5260205f20015f6101000a8154816001600160a01b0302191690836001600160a01b03160217905550611f8b565b600101611e93565b818103611fab57604051632df15a4160e11b815260040160405180910390fd5b6001600160a01b0384165f90815260ce60205260409020805480611fd157611fd1612b34565b5f8281526020902081015f1990810180546001600160a01b031916905501905550505050565b5f82815260028401602052604081208290556115ea848461223b565b5f5f8251604103612047576020830151604084015160608501515f1a61203b87828585612246565b94509450505050611927565b505f90506002611927565b5f5f5f856001600160a01b0316631626ba7e60e01b868660405160240161207a929190612b48565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b03199094169390931790925290516120b89190612b60565b5f60405180830381855afa9150503d805f81146120f0576040519150601f19603f3d011682016040523d82523d5f602084013e6120f5565b606091505b509150915081801561210957506020815110155b8015611d6957508051630b135d3f60e11b9061212e9083016020908101908401612af6565b149695505050505050565b5f61218d826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166123039092919063ffffffff16565b905080515f14806121ad5750808060200190518101906121ad9190612a5d565b61220c5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b60648201526084016106fc565b505050565b5f61190b825490565b5f610e618383612311565b5f610e618383612337565b5f610e61838361234e565b5f610e618383612431565b5f807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083111561227b57505f905060036122fa565b604080515f8082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa1580156122cc573d5f5f3e3d5ffd5b5050604051601f1901519150506001600160a01b0381166122f4575f600192509250506122fa565b91505f90505b94509492505050565b60606115ea84845f8561247d565b5f825f01828154811061232657612326612aa0565b905f5260205f200154905092915050565b5f8181526001830160205260408120541515610e61565b5f8181526001830160205260408120548015612428575f612370600183612b0d565b85549091505f9061238390600190612b0d565b90508181146123e2575f865f0182815481106123a1576123a1612aa0565b905f5260205f200154905080875f0184815481106123c1576123c1612aa0565b5f918252602080832090910192909255918252600188019052604090208390555b85548690806123f3576123f3612b34565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f90556001935050505061190b565b5f91505061190b565b5f81815260018301602052604081205461247657508154600181810184555f84815260208082209093018490558454848252828601909352604090209190915561190b565b505f61190b565b6060824710156124de5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b60648201526084016106fc565b5f5f866001600160a01b031685876040516124f99190612b60565b5f6040518083038185875af1925050503d805f8114612533576040519150601f19603f3d011682016040523d82523d5f602084013e612538565b606091505b509150915061106687838387606083156125b25782515f036125ab576001600160a01b0385163b6125ab5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016106fc565b50816115ea565b6115ea83838151156125c75781518083602001fd5b8060405162461bcd60e51b81526004016106fc9190612880565b5f602082840312156125f1575f5ffd5b5035919050565b6001600160a01b0381168114610b3b575f5ffd5b5f5f5f6060848603121561261e575f5ffd5b8335612629816125f8565b92506020840135612639816125f8565b929592945050506040919091013590565b5f5f5f5f6080858703121561265d575f5ffd5b8435612668816125f8565b93506020850135612678816125f8565b92506040850135612688816125f8565b9396929550929360600135925050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f5f5f5f60c087890312156126c1575f5ffd5b86356126cc816125f8565b955060208701356126dc816125f8565b94506040870135935060608701356126f3816125f8565b92506080870135915060a087013567ffffffffffffffff811115612715575f5ffd5b8701601f81018913612725575f5ffd5b803567ffffffffffffffff81111561273f5761273f612698565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561276e5761276e612698565b6040528181528282016020018b1015612785575f5ffd5b816020840160208301375f602083830101528093505050509295509295509295565b5f8151808452602084019350602083015f5b828110156127d75781518652602095860195909101906001016127b9565b5093949350505050565b604080825283519082018190525f9060208501906060840190835b818110156128235783516001600160a01b03168352602093840193909201916001016127fc565b50508381036020850152611d6981866127a7565b5f60208284031215612847575f5ffd5b8135610e61816125f8565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f610e616020830184612852565b5f602082840312156128a2575f5ffd5b813560ff81168114610e61575f5ffd5b5f5f602083850312156128c3575f5ffd5b823567ffffffffffffffff8111156128d9575f5ffd5b8301601f810185136128e9575f5ffd5b803567ffffffffffffffff8111156128ff575f5ffd5b8560208260051b8401011115612913575f5ffd5b6020919091019590945092505050565b5f8151808452602084019350602083015f5b828110156127d75781516001600160a01b0316865260209586019590910190600101612935565b604081525f61296e6040830185612923565b828103602084015261298081856127a7565b95945050505050565b5f5f5f5f5f5f60c0878903121561299e575f5ffd5b86356129a9816125f8565b955060208701356129b9816125f8565b945060408701356129c9816125f8565b959894975094956060810135955060808101359460a0909101359350915050565b5f5f604083850312156129fb575f5ffd5b8235612a06816125f8565b946020939093013593505050565b602081525f610e616020830184612923565b5f5f60408385031215612a37575f5ffd5b8235612a42816125f8565b91506020830135612a52816125f8565b809150509250929050565b5f60208284031215612a6d575f5ffd5b81518015158114610e61575f5ffd5b6001600160a01b039384168152919092166020820152604081019190915260600190565b634e487b7160e01b5f52603260045260245ffd5b5f60208284031215612ac4575f5ffd5b8151610e61816125f8565b634e487b7160e01b5f52601160045260245ffd5b8082018082111561190b5761190b612acf565b5f60208284031215612b06575f5ffd5b5051919050565b8181038181111561190b5761190b612acf565b634e487b7160e01b5f52602160045260245ffd5b634e487b7160e01b5f52603160045260245ffd5b828152604060208201525f6115ea6040830184612852565b5f82518060208501845e5f92019182525091905056fea26469706673582212206bef2139b3e85b0a1c52eb23c765cce2122fab72f8cc25c7a7b23162e084f97e64736f6c634300081b0033000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c90000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e00000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000000676302e302e300000000000000000000000000000000000000000000000000000","output":"0x608060405234801561000f575f5ffd5b5060043610610213575f3560e01c80638b8aac3c1161011f578063debe1eab116100a9578063f3b4a00011610079578063f3b4a0001461052f578063f698da2514610539578063fabc1cbc14610541578063fd98042314610554578063fe243a1714610567575f5ffd5b8063debe1eab146104cf578063df5cf723146104e2578063e7a050aa14610509578063f2fde38b1461051c575f5ffd5b80639ac01d61116100ef5780639ac01d6114610463578063b5d8b5b814610476578063c665670214610489578063cbc2bd621461049c578063de44acb6146104af575f5ffd5b80638b8aac3c146103f65780638da5cb5b1461041e57806394f649dd1461042f578063967fc0d214610450575f5ffd5b8063595c6a67116101a0578063663c1de411610170578063663c1de41461035b578063715018a61461037d578063724af423146103855780637ecebe0014610398578063886f1195146103b7575f5ffd5b8063595c6a67146103055780635ac86ab71461030d5780635c975abb146103405780635de08ff214610348575f5ffd5b806336a8c500116101e657806336a8c5001461027857806348825e941461028e5780634b6d5d6e146102b557806350ff7225146102c857806354fd4d50146102f0575f5ffd5b8063136439dd146102175780631794bb3c1461022c5780632eae418c1461023f57806332e89ace14610252575b5f5ffd5b61022a6102253660046125e1565b610591565b005b61022a61023a36600461260c565b610666565b61022a61024d36600461264a565b61078c565b6102656102603660046126ac565b610844565b6040519081526020015b60405180910390f35b6102806108e8565b60405161026f9291906127e1565b6102657f4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea922481565b61022a6102c3366004612837565b610a05565b6102db6102d636600461260c565b610b3e565b6040805192835260208301919091520161026f565b6102f8610bb2565b60405161026f9190612880565b61022a610be2565b61033061031b366004612892565b609854600160ff9092169190911b9081161490565b604051901515815260200161026f565b609854610265565b61022a6103563660046128b2565b610c91565b610330610369366004612837565b60d16020525f908152604090205460ff1681565b61022a610de4565b61026561039336600461260c565b610df5565b6102656103a6366004612837565b60ca6020525f908152604090205481565b6103de7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e081565b6040516001600160a01b03909116815260200161026f565b610265610404366004612837565b6001600160a01b03165f90815260ce602052604090205490565b6033546001600160a01b03166103de565b61044261043d366004612837565b610e68565b60405161026f92919061295c565b60cb546103de906001600160a01b031681565b610265610471366004612989565b610fe0565b61022a6104843660046128b2565b611071565b61022a610497366004612837565b6111b8565b6103de6104aa3660046129ea565b6111db565b6104c26104bd366004612837565b61120f565b60405161026f9190612a14565b61022a6104dd3660046129ea565b611282565b6103de7f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b61026561051736600461260c565b611346565b61022a61052a366004612837565b611398565b6103de620e16e481565b61026561140e565b61022a61054f3660046125e1565b6114c7565b610265610562366004612837565b6115dd565b610265610575366004612a26565b60cd60209081525f928352604080842090915290825290205481565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa1580156105f3573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106179190612a5d565b61063457604051631d77d47760e21b815260040160405180910390fd5b60985481811681146106595760405163c61dca5d60e01b815260040160405180910390fd5b610662826115f2565b5050565b5f54610100900460ff161580801561068457505f54600160ff909116105b8061069d5750303b15801561069d57505f5460ff166001145b6107055760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015610726575f805461ff0019166101001790555b61072f826115f2565b6107388461162f565b61074183611680565b8015610786575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916146107d55760405163f739589b60e01b815260040160405180910390fd5b6107dd6116e9565b604051636ce5768960e11b81526001600160a01b0384169063d9caed129061080d90879086908690600401612a7c565b5f604051808303815f87803b158015610824575f5ffd5b505af1158015610836573d5f5f3e3d5ffd5b505050506107866001606555565b6098545f90819060019081160361086e5760405163840a48d560e01b815260040160405180910390fd5b6108766116e9565b6001600160a01b0385165f90815260ca60205260409020546108a7866108a0818c8c8c878c610fe0565b8688611742565b6001600160a01b0386165f90815260ca602052604090206001820190556108d0868a8a8a611794565b9250506108dd6001606555565b509695505050505050565b6060805f6108f660d4611901565b90505f8167ffffffffffffffff81111561091257610912612698565b60405190808252806020026020018201604052801561093b578160200160208202803683370190505b5090505f8267ffffffffffffffff81111561095857610958612698565b604051908082528060200260200182016040528015610981578160200160208202803683370190505b5090505f5b838110156109fa575f5f61099b60d484611911565b91509150818584815181106109b2576109b2612aa0565b60200260200101906001600160a01b031690816001600160a01b031681525050808484815181106109e5576109e5612aa0565b60209081029190910101525050600101610986565b509094909350915050565b610a0d6116e9565b5f610a1960d48361192e565b915050610a2760d483611945565b50604080516001600160a01b0384168152602081018390527fd9d082c3ec4f3a3ffa55c324939a06407f5fbcb87d5e0ce3b9508c92c84ed839910160405180910390a18015610b3057816001600160a01b031663d9caed12620e16e4846001600160a01b0316632495a5996040518163ffffffff1660e01b8152600401602060405180830381865afa158015610abf573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ae39190612ab4565b846040518463ffffffff1660e01b8152600401610b0293929190612a7c565b5f604051808303815f87803b158015610b19575f5ffd5b505af1158015610b2b573d5f5f3e3d5ffd5b505050505b50610b3b6001606555565b50565b5f80336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91614610b895760405163f739589b60e01b815260040160405180910390fd5b610b916116e9565b610b9c858585611959565b91509150610baa6001606555565b935093915050565b6060610bdd7f76302e302e300000000000000000000000000000000000000000000000000006611ac1565b905090565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610c44573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c689190612a5d565b610c8557604051631d77d47760e21b815260040160405180910390fd5b610c8f5f196115f2565b565b60cb546001600160a01b03163314610cbc576040516320ba3ff960e21b815260040160405180910390fd5b610cc46116e9565b805f5b81811015610dd85760d15f858584818110610ce457610ce4612aa0565b9050602002016020810190610cf99190612837565b6001600160a01b0316815260208101919091526040015f205460ff16610dd057600160d15f868685818110610d3057610d30612aa0565b9050602002016020810190610d459190612837565b6001600160a01b0316815260208101919091526040015f20805460ff19169115159190911790557f0c35b17d91c96eb2751cd456e1252f42a386e524ef9ff26ecc9950859fdc04fe848483818110610d9f57610d9f612aa0565b9050602002016020810190610db49190612837565b6040516001600160a01b03909116815260200160405180910390a15b600101610cc7565b50506106626001606555565b610dec611afe565b610c8f5f61162f565b5f336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91614610e3f5760405163f739589b60e01b815260040160405180910390fd5b610e476116e9565b5f610e53858585611b58565b92505050610e616001606555565b9392505050565b6001600160a01b0381165f90815260ce60205260408120546060918291908167ffffffffffffffff811115610e9f57610e9f612698565b604051908082528060200260200182016040528015610ec8578160200160208202803683370190505b5090505f5b82811015610f56576001600160a01b0386165f90815260cd6020908152604080832060ce9092528220805491929184908110610f0b57610f0b612aa0565b5f9182526020808320909101546001600160a01b031683528201929092526040019020548251839083908110610f4357610f43612aa0565b6020908102919091010152600101610ecd565b5060ce5f866001600160a01b03166001600160a01b031681526020019081526020015f208181805480602002602001604051908101604052809291908181526020018280548015610fce57602002820191905f5260205f20905b81546001600160a01b03168152600190910190602001808311610fb0575b50505050509150935093505050915091565b604080517f4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea922460208201526001600160a01b03808916928201929092528187166060820152908516608082015260a0810184905260c0810183905260e081018290525f90611066906101000160405160208183030381529060405280519060200120611c1e565b979650505050505050565b60cb546001600160a01b0316331461109c576040516320ba3ff960e21b815260040160405180910390fd5b6110a46116e9565b805f5b81811015610dd85760d15f8585848181106110c4576110c4612aa0565b90506020020160208101906110d99190612837565b6001600160a01b0316815260208101919091526040015f205460ff16156111b0575f60d15f86868581811061111057611110612aa0565b90506020020160208101906111259190612837565b6001600160a01b0316815260208101919091526040015f20805460ff19169115159190911790557f4074413b4b443e4e58019f2855a8765113358c7c72e39509c6af45fc0f5ba03084848381811061117f5761117f612aa0565b90506020020160208101906111949190612837565b6040516001600160a01b03909116815260200160405180910390a15b6001016110a7565b6111c0611afe565b6111c86116e9565b6111d181611680565b610b3b6001606555565b60ce602052815f5260405f2081815481106111f4575f80fd5b5f918252602090912001546001600160a01b03169150829050565b6001600160a01b0381165f90815260ce602090815260409182902080548351818402810184019094528084526060939283018282801561127657602002820191905f5260205f20905b81546001600160a01b03168152600190910190602001808311611258575b50505050509050919050565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916146112cb5760405163f739589b60e01b815260040160405180910390fd5b6112d36116e9565b5f6112df60d48461192e565b91506112f8905060d4846112f38585612ae3565b611c64565b50604080516001600160a01b0385168152602081018490527fca3e02a4ab7ad3c47a8e36e5a624c30170791726ab720f1babfef21046d953ff910160405180910390a1506106626001606555565b6098545f9081906001908116036113705760405163840a48d560e01b815260040160405180910390fd5b6113786116e9565b61138433868686611794565b91506113906001606555565b509392505050565b6113a0611afe565b6001600160a01b0381166114055760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016106fc565b610b3b8161162f565b60408051808201909152600a81526922b4b3b2b72630bcb2b960b11b6020909101525f7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f7f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea61147b611c79565b805160209182012060408051928301949094529281019190915260608101919091524660808201523060a082015260c00160405160208183030381529060405280519060200120905090565b7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611523573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115479190612ab4565b6001600160a01b0316336001600160a01b0316146115785760405163794821ff60e01b815260040160405180910390fd5b6098548019821981161461159f5760405163c61dca5d60e01b815260040160405180910390fd5b609882905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b5f5f6115ea60d48461192e565b949350505050565b609881905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b60cb54604080516001600160a01b03928316815291831660208301527f4264275e593955ff9d6146a51a4525f6ddace2e81db9391abcc9d1ca48047d29910160405180910390a160cb80546001600160a01b0319166001600160a01b0392909216919091179055565b60026065540361173b5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0060448201526064016106fc565b6002606555565b4281101561176357604051630819bdcd60e01b815260040160405180910390fd5b6117776001600160a01b0385168484611d15565b61078657604051638baa579f60e01b815260040160405180910390fd5b6001600160a01b0383165f90815260d16020526040812054849060ff166117ce57604051632efd965160e11b815260040160405180910390fd5b6117e36001600160a01b038516338786611d73565b6040516311f9fbc960e21b81526001600160a01b038581166004830152602482018590528616906347e7ef24906044016020604051808303815f875af115801561182f573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118539190612af6565b91505f5f611862888886611959565b604051631e328e7960e11b81526001600160a01b038b811660048301528a8116602483015260448201849052606482018390529294509092507f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c990911690633c651cf2906084015f604051808303815f87803b1580156118e0575f5ffd5b505af11580156118f2573d5f5f3e3d5ffd5b50505050505050949350505050565b5f61190b82611dcb565b92915050565b5f80808061191f8686611dd5565b909450925050505b9250929050565b5f80808061191f866001600160a01b038716611dfe565b5f610e61836001600160a01b038416611e36565b5f806001600160a01b038516611982576040516316f2ccc960e01b815260040160405180910390fd5b825f036119a2576040516342061b2560e11b815260040160405180910390fd5b6001600160a01b038086165f90815260cd6020908152604080832093881683529290529081205490819003611a48576001600160a01b0386165f90815260ce602090815260409091205410611a0a576040516301a1443960e31b815260040160405180910390fd5b6001600160a01b038681165f90815260ce602090815260408220805460018101825590835291200180546001600160a01b0319169187169190911790555b611a528482612ae3565b6001600160a01b038088165f90815260cd60209081526040808320938a16835292905281902091909155517f5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f6290611aae90889088908890612a7c565b60405180910390a1959294509192505050565b60605f611acd83611e52565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6033546001600160a01b03163314610c8f5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016106fc565b5f5f825f03611b7a576040516342061b2560e11b815260040160405180910390fd5b6001600160a01b038086165f90815260cd602090815260408083209388168352929052205480841115611bc057604051634b18b19360e01b815260040160405180910390fd5b611bca8482612b0d565b6001600160a01b038088165f90815260cd60209081526040808320938a168352929052908120829055909150819003611c1257611c078686611e79565b600192509050610baa565b5f969095509350505050565b5f611c2761140e565b60405161190160f01b6020820152602281019190915260428101839052606201604051602081830303815290604052805190602001209050919050565b5f6115ea846001600160a01b03851684611ff7565b60605f611ca57f76302e302e300000000000000000000000000000000000000000000000000006611ac1565b9050805f81518110611cb957611cb9612aa0565b602001015160f81c60f81b81600181518110611cd757611cd7612aa0565b016020908101516040516001600160f81b03199384169281019290925291909116602182015260220160405160208183030381529060405291505090565b5f5f5f611d228585612013565b90925090505f816004811115611d3a57611d3a612b20565b148015611d585750856001600160a01b0316826001600160a01b0316145b80611d695750611d69868686612052565b9695505050505050565b610786846323b872dd60e01b858585604051602401611d9493929190612a7c565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152612139565b5f61190b82612211565b5f8080611de2858561221a565b5f81815260029690960160205260409095205494959350505050565b5f818152600283016020526040812054819080611e2b57611e1f8585612225565b92505f91506119279050565b600192509050611927565b5f8181526002830160205260408120819055610e618383612230565b5f60ff8216601f81111561190b57604051632cd44ac360e21b815260040160405180910390fd5b6001600160a01b0382165f90815260ce6020526040812054905b81811015611f8b576001600160a01b038481165f90815260ce6020526040902080549185169183908110611ec957611ec9612aa0565b5f918252602090912001546001600160a01b031603611f83576001600160a01b0384165f90815260ce602052604090208054611f0790600190612b0d565b81548110611f1757611f17612aa0565b5f9182526020808320909101546001600160a01b03878116845260ce9092526040909220805491909216919083908110611f5357611f53612aa0565b905f5260205f20015f6101000a8154816001600160a01b0302191690836001600160a01b03160217905550611f8b565b600101611e93565b818103611fab57604051632df15a4160e11b815260040160405180910390fd5b6001600160a01b0384165f90815260ce60205260409020805480611fd157611fd1612b34565b5f8281526020902081015f1990810180546001600160a01b031916905501905550505050565b5f82815260028401602052604081208290556115ea848461223b565b5f5f8251604103612047576020830151604084015160608501515f1a61203b87828585612246565b94509450505050611927565b505f90506002611927565b5f5f5f856001600160a01b0316631626ba7e60e01b868660405160240161207a929190612b48565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b03199094169390931790925290516120b89190612b60565b5f60405180830381855afa9150503d805f81146120f0576040519150601f19603f3d011682016040523d82523d5f602084013e6120f5565b606091505b509150915081801561210957506020815110155b8015611d6957508051630b135d3f60e11b9061212e9083016020908101908401612af6565b149695505050505050565b5f61218d826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166123039092919063ffffffff16565b905080515f14806121ad5750808060200190518101906121ad9190612a5d565b61220c5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b60648201526084016106fc565b505050565b5f61190b825490565b5f610e618383612311565b5f610e618383612337565b5f610e61838361234e565b5f610e618383612431565b5f807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083111561227b57505f905060036122fa565b604080515f8082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa1580156122cc573d5f5f3e3d5ffd5b5050604051601f1901519150506001600160a01b0381166122f4575f600192509250506122fa565b91505f90505b94509492505050565b60606115ea84845f8561247d565b5f825f01828154811061232657612326612aa0565b905f5260205f200154905092915050565b5f8181526001830160205260408120541515610e61565b5f8181526001830160205260408120548015612428575f612370600183612b0d565b85549091505f9061238390600190612b0d565b90508181146123e2575f865f0182815481106123a1576123a1612aa0565b905f5260205f200154905080875f0184815481106123c1576123c1612aa0565b5f918252602080832090910192909255918252600188019052604090208390555b85548690806123f3576123f3612b34565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f90556001935050505061190b565b5f91505061190b565b5f81815260018301602052604081205461247657508154600181810184555f84815260208082209093018490558454848252828601909352604090209190915561190b565b505f61190b565b6060824710156124de5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b60648201526084016106fc565b5f5f866001600160a01b031685876040516124f99190612b60565b5f6040518083038185875af1925050503d805f8114612533576040519150601f19603f3d011682016040523d82523d5f602084013e612538565b606091505b509150915061106687838387606083156125b25782515f036125ab576001600160a01b0385163b6125ab5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016106fc565b50816115ea565b6115ea83838151156125c75781518083602001fd5b8060405162461bcd60e51b81526004016106fc9190612880565b5f602082840312156125f1575f5ffd5b5035919050565b6001600160a01b0381168114610b3b575f5ffd5b5f5f5f6060848603121561261e575f5ffd5b8335612629816125f8565b92506020840135612639816125f8565b929592945050506040919091013590565b5f5f5f5f6080858703121561265d575f5ffd5b8435612668816125f8565b93506020850135612678816125f8565b92506040850135612688816125f8565b9396929550929360600135925050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f5f5f5f60c087890312156126c1575f5ffd5b86356126cc816125f8565b955060208701356126dc816125f8565b94506040870135935060608701356126f3816125f8565b92506080870135915060a087013567ffffffffffffffff811115612715575f5ffd5b8701601f81018913612725575f5ffd5b803567ffffffffffffffff81111561273f5761273f612698565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561276e5761276e612698565b6040528181528282016020018b1015612785575f5ffd5b816020840160208301375f602083830101528093505050509295509295509295565b5f8151808452602084019350602083015f5b828110156127d75781518652602095860195909101906001016127b9565b5093949350505050565b604080825283519082018190525f9060208501906060840190835b818110156128235783516001600160a01b03168352602093840193909201916001016127fc565b50508381036020850152611d6981866127a7565b5f60208284031215612847575f5ffd5b8135610e61816125f8565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f610e616020830184612852565b5f602082840312156128a2575f5ffd5b813560ff81168114610e61575f5ffd5b5f5f602083850312156128c3575f5ffd5b823567ffffffffffffffff8111156128d9575f5ffd5b8301601f810185136128e9575f5ffd5b803567ffffffffffffffff8111156128ff575f5ffd5b8560208260051b8401011115612913575f5ffd5b6020919091019590945092505050565b5f8151808452602084019350602083015f5b828110156127d75781516001600160a01b0316865260209586019590910190600101612935565b604081525f61296e6040830185612923565b828103602084015261298081856127a7565b95945050505050565b5f5f5f5f5f5f60c0878903121561299e575f5ffd5b86356129a9816125f8565b955060208701356129b9816125f8565b945060408701356129c9816125f8565b959894975094956060810135955060808101359460a0909101359350915050565b5f5f604083850312156129fb575f5ffd5b8235612a06816125f8565b946020939093013593505050565b602081525f610e616020830184612923565b5f5f60408385031215612a37575f5ffd5b8235612a42816125f8565b91506020830135612a52816125f8565b809150509250929050565b5f60208284031215612a6d575f5ffd5b81518015158114610e61575f5ffd5b6001600160a01b039384168152919092166020820152604081019190915260600190565b634e487b7160e01b5f52603260045260245ffd5b5f60208284031215612ac4575f5ffd5b8151610e61816125f8565b634e487b7160e01b5f52601160045260245ffd5b8082018082111561190b5761190b612acf565b5f60208284031215612b06575f5ffd5b5051919050565b8181038181111561190b5761190b612acf565b634e487b7160e01b5f52602160045260245ffd5b634e487b7160e01b5f52603160045260245ffd5b828152604060208201525f6115ea6040830184612852565b5f82518060208501845e5f92019182525091905056fea26469706673582212206bef2139b3e85b0a1c52eb23c765cce2122fab72f8cc25c7a7b23162e084f97e64736f6c634300081b0033","gas_used":2263024,"gas_limit":3014632,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x608060405234801561000f575f5ffd5b5060043610610213575f3560e01c80638b8aac3c1161011f578063debe1eab116100a9578063f3b4a00011610079578063f3b4a0001461052f578063f698da2514610539578063fabc1cbc14610541578063fd98042314610554578063fe243a1714610567575f5ffd5b8063debe1eab146104cf578063df5cf723146104e2578063e7a050aa14610509578063f2fde38b1461051c575f5ffd5b80639ac01d61116100ef5780639ac01d6114610463578063b5d8b5b814610476578063c665670214610489578063cbc2bd621461049c578063de44acb6146104af575f5ffd5b80638b8aac3c146103f65780638da5cb5b1461041e57806394f649dd1461042f578063967fc0d214610450575f5ffd5b8063595c6a67116101a0578063663c1de411610170578063663c1de41461035b578063715018a61461037d578063724af423146103855780637ecebe0014610398578063886f1195146103b7575f5ffd5b8063595c6a67146103055780635ac86ab71461030d5780635c975abb146103405780635de08ff214610348575f5ffd5b806336a8c500116101e657806336a8c5001461027857806348825e941461028e5780634b6d5d6e146102b557806350ff7225146102c857806354fd4d50146102f0575f5ffd5b8063136439dd146102175780631794bb3c1461022c5780632eae418c1461023f57806332e89ace14610252575b5f5ffd5b61022a6102253660046125e1565b610591565b005b61022a61023a36600461260c565b610666565b61022a61024d36600461264a565b61078c565b6102656102603660046126ac565b610844565b6040519081526020015b60405180910390f35b6102806108e8565b60405161026f9291906127e1565b6102657f4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea922481565b61022a6102c3366004612837565b610a05565b6102db6102d636600461260c565b610b3e565b6040805192835260208301919091520161026f565b6102f8610bb2565b60405161026f9190612880565b61022a610be2565b61033061031b366004612892565b609854600160ff9092169190911b9081161490565b604051901515815260200161026f565b609854610265565b61022a6103563660046128b2565b610c91565b610330610369366004612837565b60d16020525f908152604090205460ff1681565b61022a610de4565b61026561039336600461260c565b610df5565b6102656103a6366004612837565b60ca6020525f908152604090205481565b6103de7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e081565b6040516001600160a01b03909116815260200161026f565b610265610404366004612837565b6001600160a01b03165f90815260ce602052604090205490565b6033546001600160a01b03166103de565b61044261043d366004612837565b610e68565b60405161026f92919061295c565b60cb546103de906001600160a01b031681565b610265610471366004612989565b610fe0565b61022a6104843660046128b2565b611071565b61022a610497366004612837565b6111b8565b6103de6104aa3660046129ea565b6111db565b6104c26104bd366004612837565b61120f565b60405161026f9190612a14565b61022a6104dd3660046129ea565b611282565b6103de7f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b61026561051736600461260c565b611346565b61022a61052a366004612837565b611398565b6103de620e16e481565b61026561140e565b61022a61054f3660046125e1565b6114c7565b610265610562366004612837565b6115dd565b610265610575366004612a26565b60cd60209081525f928352604080842090915290825290205481565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa1580156105f3573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106179190612a5d565b61063457604051631d77d47760e21b815260040160405180910390fd5b60985481811681146106595760405163c61dca5d60e01b815260040160405180910390fd5b610662826115f2565b5050565b5f54610100900460ff161580801561068457505f54600160ff909116105b8061069d5750303b15801561069d57505f5460ff166001145b6107055760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015610726575f805461ff0019166101001790555b61072f826115f2565b6107388461162f565b61074183611680565b8015610786575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916146107d55760405163f739589b60e01b815260040160405180910390fd5b6107dd6116e9565b604051636ce5768960e11b81526001600160a01b0384169063d9caed129061080d90879086908690600401612a7c565b5f604051808303815f87803b158015610824575f5ffd5b505af1158015610836573d5f5f3e3d5ffd5b505050506107866001606555565b6098545f90819060019081160361086e5760405163840a48d560e01b815260040160405180910390fd5b6108766116e9565b6001600160a01b0385165f90815260ca60205260409020546108a7866108a0818c8c8c878c610fe0565b8688611742565b6001600160a01b0386165f90815260ca602052604090206001820190556108d0868a8a8a611794565b9250506108dd6001606555565b509695505050505050565b6060805f6108f660d4611901565b90505f8167ffffffffffffffff81111561091257610912612698565b60405190808252806020026020018201604052801561093b578160200160208202803683370190505b5090505f8267ffffffffffffffff81111561095857610958612698565b604051908082528060200260200182016040528015610981578160200160208202803683370190505b5090505f5b838110156109fa575f5f61099b60d484611911565b91509150818584815181106109b2576109b2612aa0565b60200260200101906001600160a01b031690816001600160a01b031681525050808484815181106109e5576109e5612aa0565b60209081029190910101525050600101610986565b509094909350915050565b610a0d6116e9565b5f610a1960d48361192e565b915050610a2760d483611945565b50604080516001600160a01b0384168152602081018390527fd9d082c3ec4f3a3ffa55c324939a06407f5fbcb87d5e0ce3b9508c92c84ed839910160405180910390a18015610b3057816001600160a01b031663d9caed12620e16e4846001600160a01b0316632495a5996040518163ffffffff1660e01b8152600401602060405180830381865afa158015610abf573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ae39190612ab4565b846040518463ffffffff1660e01b8152600401610b0293929190612a7c565b5f604051808303815f87803b158015610b19575f5ffd5b505af1158015610b2b573d5f5f3e3d5ffd5b505050505b50610b3b6001606555565b50565b5f80336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91614610b895760405163f739589b60e01b815260040160405180910390fd5b610b916116e9565b610b9c858585611959565b91509150610baa6001606555565b935093915050565b6060610bdd7f76302e302e300000000000000000000000000000000000000000000000000006611ac1565b905090565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610c44573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c689190612a5d565b610c8557604051631d77d47760e21b815260040160405180910390fd5b610c8f5f196115f2565b565b60cb546001600160a01b03163314610cbc576040516320ba3ff960e21b815260040160405180910390fd5b610cc46116e9565b805f5b81811015610dd85760d15f858584818110610ce457610ce4612aa0565b9050602002016020810190610cf99190612837565b6001600160a01b0316815260208101919091526040015f205460ff16610dd057600160d15f868685818110610d3057610d30612aa0565b9050602002016020810190610d459190612837565b6001600160a01b0316815260208101919091526040015f20805460ff19169115159190911790557f0c35b17d91c96eb2751cd456e1252f42a386e524ef9ff26ecc9950859fdc04fe848483818110610d9f57610d9f612aa0565b9050602002016020810190610db49190612837565b6040516001600160a01b03909116815260200160405180910390a15b600101610cc7565b50506106626001606555565b610dec611afe565b610c8f5f61162f565b5f336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91614610e3f5760405163f739589b60e01b815260040160405180910390fd5b610e476116e9565b5f610e53858585611b58565b92505050610e616001606555565b9392505050565b6001600160a01b0381165f90815260ce60205260408120546060918291908167ffffffffffffffff811115610e9f57610e9f612698565b604051908082528060200260200182016040528015610ec8578160200160208202803683370190505b5090505f5b82811015610f56576001600160a01b0386165f90815260cd6020908152604080832060ce9092528220805491929184908110610f0b57610f0b612aa0565b5f9182526020808320909101546001600160a01b031683528201929092526040019020548251839083908110610f4357610f43612aa0565b6020908102919091010152600101610ecd565b5060ce5f866001600160a01b03166001600160a01b031681526020019081526020015f208181805480602002602001604051908101604052809291908181526020018280548015610fce57602002820191905f5260205f20905b81546001600160a01b03168152600190910190602001808311610fb0575b50505050509150935093505050915091565b604080517f4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea922460208201526001600160a01b03808916928201929092528187166060820152908516608082015260a0810184905260c0810183905260e081018290525f90611066906101000160405160208183030381529060405280519060200120611c1e565b979650505050505050565b60cb546001600160a01b0316331461109c576040516320ba3ff960e21b815260040160405180910390fd5b6110a46116e9565b805f5b81811015610dd85760d15f8585848181106110c4576110c4612aa0565b90506020020160208101906110d99190612837565b6001600160a01b0316815260208101919091526040015f205460ff16156111b0575f60d15f86868581811061111057611110612aa0565b90506020020160208101906111259190612837565b6001600160a01b0316815260208101919091526040015f20805460ff19169115159190911790557f4074413b4b443e4e58019f2855a8765113358c7c72e39509c6af45fc0f5ba03084848381811061117f5761117f612aa0565b90506020020160208101906111949190612837565b6040516001600160a01b03909116815260200160405180910390a15b6001016110a7565b6111c0611afe565b6111c86116e9565b6111d181611680565b610b3b6001606555565b60ce602052815f5260405f2081815481106111f4575f80fd5b5f918252602090912001546001600160a01b03169150829050565b6001600160a01b0381165f90815260ce602090815260409182902080548351818402810184019094528084526060939283018282801561127657602002820191905f5260205f20905b81546001600160a01b03168152600190910190602001808311611258575b50505050509050919050565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916146112cb5760405163f739589b60e01b815260040160405180910390fd5b6112d36116e9565b5f6112df60d48461192e565b91506112f8905060d4846112f38585612ae3565b611c64565b50604080516001600160a01b0385168152602081018490527fca3e02a4ab7ad3c47a8e36e5a624c30170791726ab720f1babfef21046d953ff910160405180910390a1506106626001606555565b6098545f9081906001908116036113705760405163840a48d560e01b815260040160405180910390fd5b6113786116e9565b61138433868686611794565b91506113906001606555565b509392505050565b6113a0611afe565b6001600160a01b0381166114055760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016106fc565b610b3b8161162f565b60408051808201909152600a81526922b4b3b2b72630bcb2b960b11b6020909101525f7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f7f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea61147b611c79565b805160209182012060408051928301949094529281019190915260608101919091524660808201523060a082015260c00160405160208183030381529060405280519060200120905090565b7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611523573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115479190612ab4565b6001600160a01b0316336001600160a01b0316146115785760405163794821ff60e01b815260040160405180910390fd5b6098548019821981161461159f5760405163c61dca5d60e01b815260040160405180910390fd5b609882905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b5f5f6115ea60d48461192e565b949350505050565b609881905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b60cb54604080516001600160a01b03928316815291831660208301527f4264275e593955ff9d6146a51a4525f6ddace2e81db9391abcc9d1ca48047d29910160405180910390a160cb80546001600160a01b0319166001600160a01b0392909216919091179055565b60026065540361173b5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0060448201526064016106fc565b6002606555565b4281101561176357604051630819bdcd60e01b815260040160405180910390fd5b6117776001600160a01b0385168484611d15565b61078657604051638baa579f60e01b815260040160405180910390fd5b6001600160a01b0383165f90815260d16020526040812054849060ff166117ce57604051632efd965160e11b815260040160405180910390fd5b6117e36001600160a01b038516338786611d73565b6040516311f9fbc960e21b81526001600160a01b038581166004830152602482018590528616906347e7ef24906044016020604051808303815f875af115801561182f573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118539190612af6565b91505f5f611862888886611959565b604051631e328e7960e11b81526001600160a01b038b811660048301528a8116602483015260448201849052606482018390529294509092507f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c990911690633c651cf2906084015f604051808303815f87803b1580156118e0575f5ffd5b505af11580156118f2573d5f5f3e3d5ffd5b50505050505050949350505050565b5f61190b82611dcb565b92915050565b5f80808061191f8686611dd5565b909450925050505b9250929050565b5f80808061191f866001600160a01b038716611dfe565b5f610e61836001600160a01b038416611e36565b5f806001600160a01b038516611982576040516316f2ccc960e01b815260040160405180910390fd5b825f036119a2576040516342061b2560e11b815260040160405180910390fd5b6001600160a01b038086165f90815260cd6020908152604080832093881683529290529081205490819003611a48576001600160a01b0386165f90815260ce602090815260409091205410611a0a576040516301a1443960e31b815260040160405180910390fd5b6001600160a01b038681165f90815260ce602090815260408220805460018101825590835291200180546001600160a01b0319169187169190911790555b611a528482612ae3565b6001600160a01b038088165f90815260cd60209081526040808320938a16835292905281902091909155517f5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f6290611aae90889088908890612a7c565b60405180910390a1959294509192505050565b60605f611acd83611e52565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6033546001600160a01b03163314610c8f5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016106fc565b5f5f825f03611b7a576040516342061b2560e11b815260040160405180910390fd5b6001600160a01b038086165f90815260cd602090815260408083209388168352929052205480841115611bc057604051634b18b19360e01b815260040160405180910390fd5b611bca8482612b0d565b6001600160a01b038088165f90815260cd60209081526040808320938a168352929052908120829055909150819003611c1257611c078686611e79565b600192509050610baa565b5f969095509350505050565b5f611c2761140e565b60405161190160f01b6020820152602281019190915260428101839052606201604051602081830303815290604052805190602001209050919050565b5f6115ea846001600160a01b03851684611ff7565b60605f611ca57f76302e302e300000000000000000000000000000000000000000000000000006611ac1565b9050805f81518110611cb957611cb9612aa0565b602001015160f81c60f81b81600181518110611cd757611cd7612aa0565b016020908101516040516001600160f81b03199384169281019290925291909116602182015260220160405160208183030381529060405291505090565b5f5f5f611d228585612013565b90925090505f816004811115611d3a57611d3a612b20565b148015611d585750856001600160a01b0316826001600160a01b0316145b80611d695750611d69868686612052565b9695505050505050565b610786846323b872dd60e01b858585604051602401611d9493929190612a7c565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152612139565b5f61190b82612211565b5f8080611de2858561221a565b5f81815260029690960160205260409095205494959350505050565b5f818152600283016020526040812054819080611e2b57611e1f8585612225565b92505f91506119279050565b600192509050611927565b5f8181526002830160205260408120819055610e618383612230565b5f60ff8216601f81111561190b57604051632cd44ac360e21b815260040160405180910390fd5b6001600160a01b0382165f90815260ce6020526040812054905b81811015611f8b576001600160a01b038481165f90815260ce6020526040902080549185169183908110611ec957611ec9612aa0565b5f918252602090912001546001600160a01b031603611f83576001600160a01b0384165f90815260ce602052604090208054611f0790600190612b0d565b81548110611f1757611f17612aa0565b5f9182526020808320909101546001600160a01b03878116845260ce9092526040909220805491909216919083908110611f5357611f53612aa0565b905f5260205f20015f6101000a8154816001600160a01b0302191690836001600160a01b03160217905550611f8b565b600101611e93565b818103611fab57604051632df15a4160e11b815260040160405180910390fd5b6001600160a01b0384165f90815260ce60205260409020805480611fd157611fd1612b34565b5f8281526020902081015f1990810180546001600160a01b031916905501905550505050565b5f82815260028401602052604081208290556115ea848461223b565b5f5f8251604103612047576020830151604084015160608501515f1a61203b87828585612246565b94509450505050611927565b505f90506002611927565b5f5f5f856001600160a01b0316631626ba7e60e01b868660405160240161207a929190612b48565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b03199094169390931790925290516120b89190612b60565b5f60405180830381855afa9150503d805f81146120f0576040519150601f19603f3d011682016040523d82523d5f602084013e6120f5565b606091505b509150915081801561210957506020815110155b8015611d6957508051630b135d3f60e11b9061212e9083016020908101908401612af6565b149695505050505050565b5f61218d826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166123039092919063ffffffff16565b905080515f14806121ad5750808060200190518101906121ad9190612a5d565b61220c5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b60648201526084016106fc565b505050565b5f61190b825490565b5f610e618383612311565b5f610e618383612337565b5f610e61838361234e565b5f610e618383612431565b5f807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083111561227b57505f905060036122fa565b604080515f8082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa1580156122cc573d5f5f3e3d5ffd5b5050604051601f1901519150506001600160a01b0381166122f4575f600192509250506122fa565b91505f90505b94509492505050565b60606115ea84845f8561247d565b5f825f01828154811061232657612326612aa0565b905f5260205f200154905092915050565b5f8181526001830160205260408120541515610e61565b5f8181526001830160205260408120548015612428575f612370600183612b0d565b85549091505f9061238390600190612b0d565b90508181146123e2575f865f0182815481106123a1576123a1612aa0565b905f5260205f200154905080875f0184815481106123c1576123c1612aa0565b5f918252602080832090910192909255918252600188019052604090208390555b85548690806123f3576123f3612b34565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f90556001935050505061190b565b5f91505061190b565b5f81815260018301602052604081205461247657508154600181810184555f84815260208082209093018490558454848252828601909352604090209190915561190b565b505f61190b565b6060824710156124de5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b60648201526084016106fc565b5f5f866001600160a01b031685876040516124f99190612b60565b5f6040518083038185875af1925050503d805f8114612533576040519150601f19603f3d011682016040523d82523d5f602084013e612538565b606091505b509150915061106687838387606083156125b25782515f036125ab576001600160a01b0385163b6125ab5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016106fc565b50816115ea565b6115ea83838151156125c75781518083602001fd5b8060405162461bcd60e51b81526004016106fc9190612880565b5f602082840312156125f1575f5ffd5b5035919050565b6001600160a01b0381168114610b3b575f5ffd5b5f5f5f6060848603121561261e575f5ffd5b8335612629816125f8565b92506020840135612639816125f8565b929592945050506040919091013590565b5f5f5f5f6080858703121561265d575f5ffd5b8435612668816125f8565b93506020850135612678816125f8565b92506040850135612688816125f8565b9396929550929360600135925050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f5f5f5f60c087890312156126c1575f5ffd5b86356126cc816125f8565b955060208701356126dc816125f8565b94506040870135935060608701356126f3816125f8565b92506080870135915060a087013567ffffffffffffffff811115612715575f5ffd5b8701601f81018913612725575f5ffd5b803567ffffffffffffffff81111561273f5761273f612698565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561276e5761276e612698565b6040528181528282016020018b1015612785575f5ffd5b816020840160208301375f602083830101528093505050509295509295509295565b5f8151808452602084019350602083015f5b828110156127d75781518652602095860195909101906001016127b9565b5093949350505050565b604080825283519082018190525f9060208501906060840190835b818110156128235783516001600160a01b03168352602093840193909201916001016127fc565b50508381036020850152611d6981866127a7565b5f60208284031215612847575f5ffd5b8135610e61816125f8565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f610e616020830184612852565b5f602082840312156128a2575f5ffd5b813560ff81168114610e61575f5ffd5b5f5f602083850312156128c3575f5ffd5b823567ffffffffffffffff8111156128d9575f5ffd5b8301601f810185136128e9575f5ffd5b803567ffffffffffffffff8111156128ff575f5ffd5b8560208260051b8401011115612913575f5ffd5b6020919091019590945092505050565b5f8151808452602084019350602083015f5b828110156127d75781516001600160a01b0316865260209586019590910190600101612935565b604081525f61296e6040830185612923565b828103602084015261298081856127a7565b95945050505050565b5f5f5f5f5f5f60c0878903121561299e575f5ffd5b86356129a9816125f8565b955060208701356129b9816125f8565b945060408701356129c9816125f8565b959894975094956060810135955060808101359460a0909101359350915050565b5f5f604083850312156129fb575f5ffd5b8235612a06816125f8565b946020939093013593505050565b602081525f610e616020830184612923565b5f5f60408385031215612a37575f5ffd5b8235612a42816125f8565b91506020830135612a52816125f8565b809150509250929050565b5f60208284031215612a6d575f5ffd5b81518015158114610e61575f5ffd5b6001600160a01b039384168152919092166020820152604081019190915260600190565b634e487b7160e01b5f52603260045260245ffd5b5f60208284031215612ac4575f5ffd5b8151610e61816125f8565b634e487b7160e01b5f52601160045260245ffd5b8082018082111561190b5761190b612acf565b5f60208284031215612b06575f5ffd5b5051919050565b8181038181111561190b5761190b612acf565b634e487b7160e01b5f52602160045260245ffd5b634e487b7160e01b5f52603160045260245ffd5b828152604060208201525f6115ea6040830184612852565b5f82518060208501845e5f92019182525091905056fea26469706673582212206bef2139b3e85b0a1c52eb23c765cce2122fab72f8cc25c7a7b23162e084f97e64736f6c634300081b0033","nonce":14,"gas_used":2505362},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x263a92","logs":[{"address":"0x9a676e781a523b5d0c0e43731313a708cb607508","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"}],"logsBloom":"0x00000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000800400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xc95e9272a307a29f0ed39048a7710645f9ac9678eda409164d564d1ed6846121","block_number":11},{"info":{"transaction_hash":"0x8224876a84f24850f4992793a34e9162db280d24828296b99f61b07e7a397453","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a000000000000000000000000000000000000000000000000539c867c7e3bfd3c","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a"],"data":"0x000000000000000000000000000000000000000000000000539c867c7e3bfd3c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":255,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a"],"data":"0x000000000000000000000000000000000000000000000000539c867c7e3bfd3c"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000008000000000000000000000000000000000000000000000008000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xe75a6bd13f9d0b41560f0205ab537dfadd2417864009bfee3e3279d06f7986f6","block_number":227},{"info":{"transaction_hash":"0xddea4ee7f8adea941d16935b3c1a4aa77e646c577875595166c9e85b452dddaf","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b10000000000000000000000000000000000000000000000005777c6e94b74fd0f","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1"],"data":"0x0000000000000000000000000000000000000000000000005777c6e94b74fd0f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":273,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1"],"data":"0x0000000000000000000000000000000000000000000000005777c6e94b74fd0f"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000080000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000800000000080000000000000000000000000"},"block_hash":"0x0ec55da0da584c48b0bcd3125dab880ceba3fc87bc84ee7c23cf440d8df1c08f","block_number":245},{"info":{"transaction_hash":"0x48e2ef9e9a98fdd31c49d48560e780582f91537b8d5162f0cc88d7ab0699d4af","transaction_index":0,"from":"0x492c973c16e8aec46f4d71716e91b05b245377c9","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x492c973c16e8aec46f4d71716e91b05b245377c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000041b4adb212af6ec2","output":"0x00000000000000000000000000000000000000000000000041b4adb212af6ec2","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000041b4adb212af6ec2","output":"0x00000000000000000000000000000000000000000000000041b4adb212af6ec2","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000041b4adb212af6ec2"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000041b4adb212af6ec2","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000041b4adb212af6ec2"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000041b4adb212af6ec2","output":"0x00000000000000000000000000000000000000000000000041b4adb212af6ec2","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000041b4adb212af6ec2","output":"0x00000000000000000000000000000000000000000000000041b4adb212af6ec2","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000018a6b105da86c60680","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000018a6b105da86c60680","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041b4adb212af6ec2","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041b4adb212af6ec2","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9"],"data":"0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000041b4adb212af6ec2"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000041b4adb212af6ec2","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000041b4adb212af6ec2"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000041b4adb212af6ec2"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9"],"data":"0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000041b4adb212af6ec2"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000340000001000000000000000000000000000000000000040000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000010000000"},"block_hash":"0xca4c33e663476c8651778f5657349638bfdb4cf98fb169f949541a9cfbef7dc1","block_number":430},{"info":{"transaction_hash":"0x9efa3a860bcf1e9fcfc1a7dc9dcbf939203f45f210e5c9b80ac51ce2fe70ef4a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x4edfedff17ab9642f8464d6143900903dd21421a","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x4edfedff17ab9642f8464d6143900903dd21421a","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":169,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x3d053c15bf51acf837703963205d310fe45d1dab2854a126ada3192048cb0f6f","block_number":141},{"info":{"transaction_hash":"0xc07d14e1a6ad2d6b2bc2e0da4fab531aec68f01f32e323c843e87c6945710deb","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000000000000000000000000000225d9fccf0291e95","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7"],"data":"0x000000000000000000000000000000000000000000000000225d9fccf0291e95"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":214,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7"],"data":"0x000000000000000000000000000000000000000000000000225d9fccf0291e95"}],"logsBloom":"0x00000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000002000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000008000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x244f1ed87989dcff3e973adb85fef611876149b1d5820e901cbc56c6fa1caa1e","block_number":186},{"info":{"transaction_hash":"0x74d297010341a8c74c979876b60f85b528ac0523060c7df1117ac2c93a35dd3d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba400000000000000000000000000000000000000000000000001570f3822260154b","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40"],"data":"0x0000000000000000000000000000000000000000000000001570f3822260154b"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":261,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40"],"data":"0x0000000000000000000000000000000000000000000000001570f3822260154b"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000108000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000008000000000000004000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x85ca7c97a74f769f90c93ec1694ae396fcd843402b83042129f5544ea831e8ea","block_number":233},{"info":{"transaction_hash":"0xf994b51799c76994e0fcc688492455cd90a7013f1d7f738d84e34579f8e6bb2c","transaction_index":3,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052604051610d76380380610d76833981016040819052610022916103c3565b828161002f82825f610043565b5061003b90508261006e565b5050506104df565b61004c836100db565b5f825111806100585750805b1561006957610067838361011a565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6100ad5f516020610d2f5f395f51905f52546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16100d881610146565b50565b6100e4816101e1565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b606061013f8383604051806060016040528060278152602001610d4f60279139610275565b9392505050565b6001600160a01b0381166101b05760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b805f516020610d2f5f395f51905f525b80546001600160a01b0319166001600160a01b039290921691909117905550565b6001600160a01b0381163b61024e5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016101a7565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6101c0565b60605f5f856001600160a01b0316856040516102919190610494565b5f60405180830381855af49150503d805f81146102c9576040519150601f19603f3d011682016040523d82523d5f602084013e6102ce565b606091505b5090925090506102e0868383876102ea565b9695505050505050565b606083156103585782515f03610351576001600160a01b0385163b6103515760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016101a7565b5081610362565b610362838361036a565b949350505050565b81511561037a5781518083602001fd5b8060405162461bcd60e51b81526004016101a791906104aa565b80516001600160a01b03811681146103aa575f5ffd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156103d5575f5ffd5b6103de84610394565b92506103ec60208501610394565b60408501519092506001600160401b03811115610407575f5ffd5b8401601f81018613610417575f5ffd5b80516001600160401b03811115610430576104306103af565b604051601f8201601f19908116603f011681016001600160401b038111828210171561045e5761045e6103af565b604052818152828201602001881015610475575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b610843806104ec5f395ff3fe60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","output":"0x60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033","gas_used":474055,"gas_limit":648947,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033","nonce":7,"gas_used":582975},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2394fc","logs":[{"address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},{"address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000010000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000002000000000010000000010000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000001000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000400000000000000000000000000000000000000008000000000000000000000000000000000000000000000"},"block_hash":"0x86018fb5d079b77cb3129f4aea993b36399d469254d8ff84754398c7055c3e21","block_number":5},{"info":{"transaction_hash":"0x3c29c570e95f1944445cf6b59b48e6ae842388e56b978a6bd26c6b29155b0cb3","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d0000000000000000000000000000000000000000000000004df6c2702215b7bc","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d"],"data":"0x0000000000000000000000000000000000000000000000004df6c2702215b7bc"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":217,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d"],"data":"0x0000000000000000000000000000000000000000000000004df6c2702215b7bc"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000040000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000002000000000000000000000000000000000000000"},"block_hash":"0x3e4a9ed56290a09b0cd356b48d2483a844078a7e6657064e0883778bb54c4121","block_number":189},{"info":{"transaction_hash":"0x08ecc1156f17c002e5dedacbe342cf984dfa8798a583ad0127eb133606d2e47d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xee7f6a930b29d7350498af97f0f9672eaecbeeff","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xee7f6a930b29d7350498af97f0f9672eaecbeeff","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":133,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x3fb5fee2f697ad6eda8b25298f00b95e3cceefee931856eb2f534dbad506bbad","block_number":105},{"info":{"transaction_hash":"0x966d5b4646ae8ad6087ba8f901e6f0996096961428c435d5b3155d95a7aca8b0","transaction_index":0,"from":"0x2546bcd3c84621e976d8185a91a922ae77ecec30","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x2546bcd3c84621e976d8185a91a922ae77ecec30","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313600000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec300000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec300000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005d0"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec3000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec3000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005d0"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313600000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000002000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000008000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000100000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x8b4509f440c5b524851cc61c502bec0cea092987245987203d2e9221cf891e4c","block_number":287},{"info":{"transaction_hash":"0xc2e981fda85626ef1ee6c83e716312a553b4f8a9fd91d3ab8029e8851116e9e6","transaction_index":0,"from":"0x6c8ea11559dfe79ae3dbdd6a67b47f61b929398f","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x6c8ea11559dfe79ae3dbdd6a67b47f61b929398f","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393100000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000666"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000666"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393100000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000018000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002004000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x24d0f3c4e546050490bced9b922f9350ab81de1f7647d7691ebff5a31974f28a","block_number":437},{"info":{"transaction_hash":"0xcc798c2baa01304ac12c4b773f58ee7b2c7162dd151e55f6b242109c4e1e5e99","transaction_index":0,"from":"0x0536896a5e38bbd59f3f369ff3682677965abd19","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x0536896a5e38bbd59f3f369ff3682677965abd19","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393700000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd190000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd190000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd1900000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000672"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd1900000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd1900000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd1900000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000672"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393700000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000020000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000020000000000000008010000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xe02619a199cafa30c536efcede2c4e8fcec8fa3a798503818bd38a95e3e5f135","block_number":449},{"info":{"transaction_hash":"0xee45d59ae3981a92814171635a7aff85e263e5db1085aa260ae184c9dec45dbf","transaction_index":0,"from":"0xbcd4042de499d14e55001ccbb24a551f3b954096","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xbcd4042de499d14e55001ccbb24a551f3b954096","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000084d96eae26b46228","output":"0x00000000000000000000000000000000000000000000000084d96eae26b46228","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000084d96eae26b46228","output":"0x00000000000000000000000000000000000000000000000084d96eae26b46228","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000084d96eae26b46228"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000084d96eae26b46228","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000084d96eae26b46228"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000084d96eae26b46228","output":"0x00000000000000000000000000000000000000000000000084d96eae26b46228","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000084d96eae26b46228","output":"0x00000000000000000000000000000000000000000000000084d96eae26b46228","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000334cf017e667247cc","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000334cf017e667247cc","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084d96eae26b46228","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084d96eae26b46228","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"],"data":"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000084d96eae26b46228"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000084d96eae26b46228","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000084d96eae26b46228"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000084d96eae26b46228"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"],"data":"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000084d96eae26b46228"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000020400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000080000000000000000080000000000001000000000500000000000000"},"block_hash":"0xfdf1bd69fc4a8728de2ba3daa48edb6e5dc7f7d23d8dde824da3e8abf1a23360","block_number":276},{"info":{"transaction_hash":"0x4e823fefc3502f06e6fbfb0d4246b30911f5a764d031781ce08eaa280c37000a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x998abeb3e57409262ae5b751f60747921b33613e","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x998abeb3e57409262ae5b751f60747921b33613e","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x608080604052346059575f8054336001600160a01b0319821681178355916001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09080a361060b908161005e8239f35b5f80fdfe6080806040526004361015610012575f80fd5b5f905f3560e01c908163204e1c7a1461045057508063715018a6146103f95780637eff275e146103675780638da5cb5b146103405780639623609d1461024257806399a88ec4146101ad578063f2fde38b146100e75763f3b7dead14610076575f80fd5b346100e45760203660031901126100e457808060046001600160a01b0361009b6104b2565b6040516303e1469160e61b815291165afa6100b4610530565b90156100e25780516020916001600160a01b03916100d991908101840190840161055f565b16604051908152f35b505b80fd5b50346100e45760203660031901126100e4576101016104b2565b61010961057e565b6001600160a01b031680156101595781546001600160a01b03198116821783556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08380a380f35b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b50346100e45760403660031901126100e457806101c86104b2565b6101d06104c8565b906101d961057e565b6001600160a01b031690813b1561023e57604051631b2ce7f360e11b81526001600160a01b0390911660048201529082908290602490829084905af18015610233576102225750f35b8161022c916104de565b6100e45780f35b6040513d84823e3d90fd5b5050fd5b5060603660031901126100e457806102586104b2565b6102606104c8565b6044359167ffffffffffffffff831161033b573660238401121561033b5782600401359061028d82610514565b9161029b60405193846104de565b80835260208301943660248383010111610337578187926024602093018837840101526102c661057e565b6001600160a01b0316803b15610333578492606460405180968195829463278f794360e11b845260018060a01b03166004840152604060248401525180918160448501528484015e8181018301879052601f01601f1916810103019134905af18015610233576102225750f35b8480fd5b8680fd5b505050fd5b50346100e457806003193601126100e457546040516001600160a01b039091168152602090f35b50346103f55760403660031901126103f5576103816104b2565b6103896104c8565b9061039261057e565b6001600160a01b031690813b156103f5576040516308f2839760e41b81526001600160a01b039091166004820152905f908290602490829084905af180156103ea576103dc575080f35b6103e891505f906104de565b005b6040513d5f823e3d90fd5b5f80fd5b346103f5575f3660031901126103f55761041161057e565b5f80546001600160a01b0319811682556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b346103f55760203660031901126103f5575f9081906004906001600160a01b036104786104b2565b635c60da1b60e01b8352165afa61048d610530565b90156103f55780516020916001600160a01b03916100d991908101840190840161055f565b600435906001600160a01b03821682036103f557565b602435906001600160a01b03821682036103f557565b90601f8019910116810190811067ffffffffffffffff82111761050057604052565b634e487b7160e01b5f52604160045260245ffd5b67ffffffffffffffff811161050057601f01601f191660200190565b3d1561055a573d9061054182610514565b9161054f60405193846104de565b82523d5f602084013e565b606090565b908160209103126103f557516001600160a01b03811681036103f55790565b5f546001600160a01b0316330361059157565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fdfea2646970667358221220fe1df9a54abaf2bc18b8a9ca8e1cf4726b8f899d4fdbf0d5a7e3b8a18ae0eef564736f6c634300081b0033","output":"0x6080806040526004361015610012575f80fd5b5f905f3560e01c908163204e1c7a1461045057508063715018a6146103f95780637eff275e146103675780638da5cb5b146103405780639623609d1461024257806399a88ec4146101ad578063f2fde38b146100e75763f3b7dead14610076575f80fd5b346100e45760203660031901126100e457808060046001600160a01b0361009b6104b2565b6040516303e1469160e61b815291165afa6100b4610530565b90156100e25780516020916001600160a01b03916100d991908101840190840161055f565b16604051908152f35b505b80fd5b50346100e45760203660031901126100e4576101016104b2565b61010961057e565b6001600160a01b031680156101595781546001600160a01b03198116821783556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08380a380f35b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b50346100e45760403660031901126100e457806101c86104b2565b6101d06104c8565b906101d961057e565b6001600160a01b031690813b1561023e57604051631b2ce7f360e11b81526001600160a01b0390911660048201529082908290602490829084905af18015610233576102225750f35b8161022c916104de565b6100e45780f35b6040513d84823e3d90fd5b5050fd5b5060603660031901126100e457806102586104b2565b6102606104c8565b6044359167ffffffffffffffff831161033b573660238401121561033b5782600401359061028d82610514565b9161029b60405193846104de565b80835260208301943660248383010111610337578187926024602093018837840101526102c661057e565b6001600160a01b0316803b15610333578492606460405180968195829463278f794360e11b845260018060a01b03166004840152604060248401525180918160448501528484015e8181018301879052601f01601f1916810103019134905af18015610233576102225750f35b8480fd5b8680fd5b505050fd5b50346100e457806003193601126100e457546040516001600160a01b039091168152602090f35b50346103f55760403660031901126103f5576103816104b2565b6103896104c8565b9061039261057e565b6001600160a01b031690813b156103f5576040516308f2839760e41b81526001600160a01b039091166004820152905f908290602490829084905af180156103ea576103dc575080f35b6103e891505f906104de565b005b6040513d5f823e3d90fd5b5f80fd5b346103f5575f3660031901126103f55761041161057e565b5f80546001600160a01b0319811682556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b346103f55760203660031901126103f5575f9081906004906001600160a01b036104786104b2565b635c60da1b60e01b8352165afa61048d610530565b90156103f55780516020916001600160a01b03916100d991908101840190840161055f565b600435906001600160a01b03821682036103f557565b602435906001600160a01b03821682036103f557565b90601f8019910116810190811067ffffffffffffffff82111761050057604052565b634e487b7160e01b5f52604160045260245ffd5b67ffffffffffffffff811161050057601f01601f191660200190565b3d1561055a573d9061054182610514565b9161054f60405193846104de565b82523d5f602084013e565b606090565b908160209103126103f557516001600160a01b03811681036103f55790565b5f546001600160a01b0316330361059157565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fdfea2646970667358221220fe1df9a54abaf2bc18b8a9ca8e1cf4726b8f899d4fdbf0d5a7e3b8a18ae0eef564736f6c634300081b0033","gas_used":333435,"gas_limit":457183,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x6080806040526004361015610012575f80fd5b5f905f3560e01c908163204e1c7a1461045057508063715018a6146103f95780637eff275e146103675780638da5cb5b146103405780639623609d1461024257806399a88ec4146101ad578063f2fde38b146100e75763f3b7dead14610076575f80fd5b346100e45760203660031901126100e457808060046001600160a01b0361009b6104b2565b6040516303e1469160e61b815291165afa6100b4610530565b90156100e25780516020916001600160a01b03916100d991908101840190840161055f565b16604051908152f35b505b80fd5b50346100e45760203660031901126100e4576101016104b2565b61010961057e565b6001600160a01b031680156101595781546001600160a01b03198116821783556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08380a380f35b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b50346100e45760403660031901126100e457806101c86104b2565b6101d06104c8565b906101d961057e565b6001600160a01b031690813b1561023e57604051631b2ce7f360e11b81526001600160a01b0390911660048201529082908290602490829084905af18015610233576102225750f35b8161022c916104de565b6100e45780f35b6040513d84823e3d90fd5b5050fd5b5060603660031901126100e457806102586104b2565b6102606104c8565b6044359167ffffffffffffffff831161033b573660238401121561033b5782600401359061028d82610514565b9161029b60405193846104de565b80835260208301943660248383010111610337578187926024602093018837840101526102c661057e565b6001600160a01b0316803b15610333578492606460405180968195829463278f794360e11b845260018060a01b03166004840152604060248401525180918160448501528484015e8181018301879052601f01601f1916810103019134905af18015610233576102225750f35b8480fd5b8680fd5b505050fd5b50346100e457806003193601126100e457546040516001600160a01b039091168152602090f35b50346103f55760403660031901126103f5576103816104b2565b6103896104c8565b9061039261057e565b6001600160a01b031690813b156103f5576040516308f2839760e41b81526001600160a01b039091166004820152905f908290602490829084905af180156103ea576103dc575080f35b6103e891505f906104de565b005b6040513d5f823e3d90fd5b5f80fd5b346103f5575f3660031901126103f55761041161057e565b5f80546001600160a01b0319811682556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b346103f55760203660031901126103f5575f9081906004906001600160a01b036104786104b2565b635c60da1b60e01b8352165afa61048d610530565b90156103f55780516020916001600160a01b03916100d991908101840190840161055f565b600435906001600160a01b03821682036103f557565b602435906001600160a01b03821682036103f557565b90601f8019910116810190811067ffffffffffffffff82111761050057604052565b634e487b7160e01b5f52604160045260245ffd5b67ffffffffffffffff811161050057601f01601f191660200190565b3d1561055a573d9061054182610514565b9161054f60405193846104de565b82523d5f602084013e565b606090565b908160209103126103f557516001600160a01b03811681036103f55790565b5f546001600160a01b0316330361059157565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fdfea2646970667358221220fe1df9a54abaf2bc18b8a9ca8e1cf4726b8f899d4fdbf0d5a7e3b8a18ae0eef564736f6c634300081b0033","nonce":39,"gas_used":412495},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x64b4f","logs":[{"address":"0x998abeb3e57409262ae5b751f60747921b33613e","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"}],"logsBloom":"0x00002000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000100000800000000000000000000000100000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000002000000000000000000020000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xba42eae50f4c0f86fbc8521544ce84eb4d1cb8268da2d354ff9062465098eb2a","block_number":26},{"info":{"transaction_hash":"0x999ae599ad30651614df6abb2c01eb2cefd782408ebcdd0226a4e83695932237","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x40c10f19000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000010f0cf064dd59200000","output":"0x","gas_used":46511,"gas_limit":72499,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x00000000000000000000000000000000000000000000010f0cf064dd59200000"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Stop","out":"0x","nonce":77,"gas_used":68167},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x10a47","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x00000000000000000000000000000000000000000000010f0cf064dd59200000"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000020000000000000100000800000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000020000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xbe2c7ca23210782ca1b45b7a81469c42b965033e7a9b7d317a84d095d8436c26","block_number":49},{"info":{"transaction_hash":"0xc2314572f697ebd01331232bd30791e99899da4e2d37dd6c890677fc5fc0bfc0","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x1c87bb9234aec6adc580eae6c8b59558a4502220","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x1c87bb9234aec6adc580eae6c8b59558a4502220","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":141,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x86dd8d594a218d70ac9ab3fe32c631decbbf77b9a8d8578d19fd001fdd5a5e9d","block_number":113},{"info":{"transaction_hash":"0xe9048e2196c327780a57c8dc5844e7159f8f1bfd6a598c5e2f9acae4e45898de","transaction_index":0,"from":"0x3c3e2e178c69d4bad964568415a0f0c84fd6320a","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x3c3e2e178c69d4bad964568415a0f0c84fd6320a","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343700000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000060e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000060e"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343700000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000010001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000010000000000000000000000000000000000000000000800000000000000240000000000000002000000000010000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xf2d06caf36a0e4b7f22a48f8b6bc379ac6a7c4a8c4e8edebd6aa2e583b3a3711","block_number":349},{"info":{"transaction_hash":"0x817e070dba719c036aa072c15e3246258d40a0f03eb71980525ccdf3e2c5ff2e","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xbcd4042de499d14e55001ccbb24a551f3b954096","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xbcd4042de499d14e55001ccbb24a551f3b954096","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":93,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x46686d5d17d4ff4d975e1f9756c225ec10877e6a98f3cd7557f84266eb4f7420","block_number":65},{"info":{"transaction_hash":"0xe751b12715f2b329d7883e42436fe984fc725683664a5dbf00b96def3c706675","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da20000000000000000000000000000000000000000000000007ee8b22590a6071f","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2"],"data":"0x0000000000000000000000000000000000000000000000007ee8b22590a6071f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":259,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2"],"data":"0x0000000000000000000000000000000000000000000000007ee8b22590a6071f"}],"logsBloom":"0x00002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000008000040000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xa98411a83534115d88417e7da03504e1f850f56e48c76408ccc45d367adae8a3","block_number":231},{"info":{"transaction_hash":"0xeedbbae2726099514093ffe87e24aff87ab2039bdd62d6f7239eac5a788fdc78","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d995500000000000000000000000000000000000000000000000032a862794ae172cb","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955"],"data":"0x00000000000000000000000000000000000000000000000032a862794ae172cb"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":190,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955"],"data":"0x00000000000000000000000000000000000000000000000032a862794ae172cb"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000400000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000002000000000000000000000200000000000000002000000200000000000000000040000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x7c0c8bbecc8e459e41008558a42a70a268719e82e28f128ced9c49949ad0506d","block_number":162},{"info":{"transaction_hash":"0x28dc771334045c756f999b67809efafd2131db2e8af8a7ea06fb7f7161f45af7","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7d86687f980a56b832e9378952b738b614a99dc6","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7d86687f980a56b832e9378952b738b614a99dc6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":122,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x733fdd4c9480641e5fac2f81532858bd412822fb64a14dc8d17de3ab36ef490a","block_number":94},{"info":{"transaction_hash":"0x95a698c67d5b47ffecea21cdf83a6dacc436142e2a911d977bd05f68b6fd5e03","transaction_index":0,"from":"0xf0ce7bab13c99ba0565f426508a7cd8f4c247e5a","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf0ce7bab13c99ba0565f426508a7cd8f4c247e5a","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000539c867c7e3bfd3c","output":"0x000000000000000000000000000000000000000000000000539c867c7e3bfd3c","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000539c867c7e3bfd3c","output":"0x000000000000000000000000000000000000000000000000539c867c7e3bfd3c","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000539c867c7e3bfd3c"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000539c867c7e3bfd3c","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000539c867c7e3bfd3c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000539c867c7e3bfd3c","output":"0x000000000000000000000000000000000000000000000000539c867c7e3bfd3c","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000539c867c7e3bfd3c","output":"0x000000000000000000000000000000000000000000000000539c867c7e3bfd3c","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000013cfb7950d4b6797d5","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000013cfb7950d4b6797d5","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000539c867c7e3bfd3c","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000539c867c7e3bfd3c","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a"],"data":"0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000539c867c7e3bfd3c"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000539c867c7e3bfd3c","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000539c867c7e3bfd3c"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000539c867c7e3bfd3c"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a"],"data":"0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000539c867c7e3bfd3c"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000200040000000008800000000008000000000000000240000001000000000000000000000008000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000c00000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x7727cdeaa4cefa5e5034140335dc9391b4755dfa9c1be247d38e229a8cfe1dd4","block_number":400},{"info":{"transaction_hash":"0x3d1ed8cc981a99ffa5a1ae79eb4b8edcb40c2c6c618958701af2dfc654ed17bc","transaction_index":0,"from":"0x011bd5423c5f77b5a0789e27f922535fd76b688f","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x011bd5423c5f77b5a0789e27f922535fd76b688f","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373300000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000642"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000642"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373300000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x000000100000000001000000000000000000000000000000000000010000000000000000000000000000000000000000000000a0000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240100000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000001000"},"block_hash":"0x59a40950a7e381354c4189aaf9ed191a2456986db0ff776282c7307e9e48c1c5","block_number":401},{"info":{"transaction_hash":"0xbbf1a2a7ff060e6a885536241b46e08edee48701dc6a724cd6bd8dfb8901b257","transaction_index":0,"from":"0xf0ce7bab13c99ba0565f426508a7cd8f4c247e5a","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf0ce7bab13c99ba0565f426508a7cd8f4c247e5a","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373200000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000640"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000640"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373200000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000200000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000802000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xa48f2e4c5175813f9a82c6fe7711eef5089fd5208e48c0dce84be16e42beb89d","block_number":399},{"info":{"transaction_hash":"0x82dfe6d40eb5b2960338886adce5be7128c330a11b0429482a47099ec2f8b1e2","transaction_index":0,"from":"0xa1196426b41627ae75ea7f7409e074be97367da2","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xa1196426b41627ae75ea7f7409e074be97367da2","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373600000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da20000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da20000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da200000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000648"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da200000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da200000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da200000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000648"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373600000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00002010000000000100000000000000000000000000000000000001000000000000000000000000000000000000400000000020000040002000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x9c9100ddd055d429743692f53caa3c1eef160d56d4e51593ae2904934cf8819a","block_number":407},{"info":{"transaction_hash":"0xed1eaf9721ff7dd94124b164831a3548626a42b450a93b874669d37a09629f37","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a"],"data":"0x00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":246,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a"],"data":"0x00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000020000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x4ebc4c85f3a11a10d6bb13a3e98318290e93ab490815110d69b724a31d0bb576","block_number":218},{"info":{"transaction_hash":"0x6c44c23c0e41a72490f567f7abd9948025a9a16f77b8041650975f62b38daccf","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000000000000000000000000000122c6ab631ff0891","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65"],"data":"0x000000000000000000000000000000000000000000000000122c6ab631ff0891"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":187,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65"],"data":"0x000000000000000000000000000000000000000000000000122c6ab631ff0891"}],"logsBloom":"0x00000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000100000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000004000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xad43c9004d7825b5db990387376b260b0bc8f02d5e4a7aaa2661e1cb42984093","block_number":159},{"info":{"transaction_hash":"0x0d148804d8d0b438c1ed36890906f7090ecf5cf15542a286fc6e44f4a2bf98d5","transaction_index":0,"from":"0x8263fce86b1b78f95ab4dae11907d8af88f841e7","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x8263fce86b1b78f95ab4dae11907d8af88f841e7","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000225d9fccf0291e95","output":"0x000000000000000000000000000000000000000000000000225d9fccf0291e95","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000225d9fccf0291e95","output":"0x000000000000000000000000000000000000000000000000225d9fccf0291e95","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000225d9fccf0291e95"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000225d9fccf0291e95","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000225d9fccf0291e95"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000225d9fccf0291e95","output":"0x000000000000000000000000000000000000000000000000225d9fccf0291e95","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000225d9fccf0291e95","output":"0x000000000000000000000000000000000000000000000000225d9fccf0291e95","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000962938319e300d02b","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000962938319e300d02b","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000225d9fccf0291e95","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000225d9fccf0291e95","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7"],"data":"0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000225d9fccf0291e95"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000225d9fccf0291e95","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000225d9fccf0291e95"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000225d9fccf0291e95"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7"],"data":"0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000225d9fccf0291e95"}],"logsBloom":"0x00000000000000000000000000000008000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000002000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000008000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x4d987bf4dfff1c75e398386f9c78c0f38b6a8b2cef3d8521e0863877db197c9a","block_number":318},{"info":{"transaction_hash":"0xc949d8f92cb50e33d68061f29893f568e443421b2c2ceed12d194b9488053b2a","transaction_index":0,"from":"0x9dcce783b6464611f38631e6c851bf441907c710","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9dcce783b6464611f38631e6c851bf441907c710","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004947aeb13928ba0c","output":"0x0000000000000000000000000000000000000000000000004947aeb13928ba0c","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004947aeb13928ba0c","output":"0x0000000000000000000000000000000000000000000000004947aeb13928ba0c","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004947aeb13928ba0c"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004947aeb13928ba0c","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000004947aeb13928ba0c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004947aeb13928ba0c","output":"0x0000000000000000000000000000000000000000000000004947aeb13928ba0c","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004947aeb13928ba0c","output":"0x0000000000000000000000000000000000000000000000004947aeb13928ba0c","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000905c75b5860dc14cb","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000905c75b5860dc14cb","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000009dcce783b6464611f38631e6c851bf441907c710000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004947aeb13928ba0c","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000009dcce783b6464611f38631e6c851bf441907c710000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004947aeb13928ba0c","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710"],"data":"0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004947aeb13928ba0c"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000009dcce783b6464611f38631e6c851bf441907c710000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000009dcce783b6464611f38631e6c851bf441907c710000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000004947aeb13928ba0c","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000004947aeb13928ba0c"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004947aeb13928ba0c"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710"],"data":"0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004947aeb13928ba0c"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000800000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000400000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000008000000000000000001000000000500000000000000"},"block_hash":"0x323f9f20b296e065c3785bde75a17ede59a8f9e7549e0d3edee65b76aa29fdea","block_number":314},{"info":{"transaction_hash":"0x2081c3536718992dae65cfb46eeeb4f5cae5e4f399c7b621e3f2e3fc35c17a3f","transaction_index":0,"from":"0x4779d18931b35540f84b0cd0e9633855b84df7b8","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x4779d18931b35540f84b0cd0e9633855b84df7b8","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353900000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b80000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b80000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b800000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000626"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b800000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b800000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b800000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000626"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353900000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040082000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050400000020000000000000000000000000000000000000000000000000000002000001000000000100200000000000"},"block_hash":"0x5b5d317ba8a755bb51447564623d6bfdf75c0c37b00f47088b2809ed4e14cd50","block_number":373},{"info":{"transaction_hash":"0x3ded86e514c99ba565c28bef5a2025d18f3ce8313a8a96a7ec7043a012eb433e","transaction_index":0,"from":"0x1cbd3b2770909d4e10f157cabc84c7264073c9ec","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x1cbd3b2770909d4e10f157cabc84c7264073c9ec","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003a20d7435e1e5233","output":"0x0000000000000000000000000000000000000000000000003a20d7435e1e5233","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003a20d7435e1e5233","output":"0x0000000000000000000000000000000000000000000000003a20d7435e1e5233","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003a20d7435e1e5233"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003a20d7435e1e5233","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000003a20d7435e1e5233"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003a20d7435e1e5233","output":"0x0000000000000000000000000000000000000000000000003a20d7435e1e5233","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003a20d7435e1e5233","output":"0x0000000000000000000000000000000000000000000000003a20d7435e1e5233","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000003dfdbee6c6909ebd9","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000003dfdbee6c6909ebd9","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003a20d7435e1e5233","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003a20d7435e1e5233","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec"],"data":"0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003a20d7435e1e5233"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000003a20d7435e1e5233","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000003a20d7435e1e5233"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003a20d7435e1e5233"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec"],"data":"0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003a20d7435e1e5233"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002200000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000200000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000001000000000000000000000000000001000000000500000000000000"},"block_hash":"0x5001e93526ac9b44bdd20c090efb98c12e88c92f3709dee417a85da58f649654","block_number":282},{"info":{"transaction_hash":"0x800fdcb0b5c6f3992eaa72c09de2faccafc0cbf31681e3313e6bd18f9f942cf4","transaction_index":0,"from":"0x70997970c51812dc3a010c7d01b50e0d17dc79c8","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x70997970c51812dc3a010c7d01b50e0d17dc79c8","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f31","output":"0x","gas_used":112742,"gas_limit":171022,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f31","output":"0x","gas_used":105596,"gas_limit":161350,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f31"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e600000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c80000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148064,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e600000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c80000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":138769,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005b2"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":107587,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":98927,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a1700000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93305,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a1700000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":84865,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb8700000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c800000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82521,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb8700000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c800000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":80642,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132066},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x203e2","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005b2"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f31"}],"logsBloom":"0x00000010000000000102000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000003000001000000000100000000000000"},"block_hash":"0x800ab62f32954613aeace04407c732d18a7bc764c7d7fd2ac09b2add06e5bc2a","block_number":257},{"info":{"transaction_hash":"0xee62f2a8d7a25868af2b9444270e208ffc2851234d53cc50af52c59f7cb260e8","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba40000000000000000000000000000000000000000000000007b5665642e785f30","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4"],"data":"0x0000000000000000000000000000000000000000000000007b5665642e785f30"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":266,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4"],"data":"0x0000000000000000000000000000000000000000000000007b5665642e785f30"}],"logsBloom":"0x00000000000080000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000800000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x94a2dc3833843fb7d6ba019a1fb7b0e3b49786951f6c636b2bee1ff7a78e0b47","block_number":238},{"info":{"transaction_hash":"0xdf50a1b143c461fcdcbffbbe27929639d3e25e2f32447e752bce89ed41839246","transaction_index":0,"from":"0x86c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x86c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333300000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e600000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac180000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e600000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac180000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005f2"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a1700000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a1700000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb8700000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac1800000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb8700000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac1800000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005f2"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333300000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000008000000000000000000000000000000000000000000008002000001000000000100000000000000"},"block_hash":"0x687a6516f9992131ac30a8f78b3419bb94e40c5a0b369e8acbbd2362a0f126b2","block_number":321},{"info":{"transaction_hash":"0xf61c535935855f3a8497d601a931578debdd03cd6b8b0d30a419fccf0dca1459","transaction_index":0,"from":"0x4edfedff17ab9642f8464d6143900903dd21421a","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x4edfedff17ab9642f8464d6143900903dd21421a","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383600000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000065c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000065c"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383600000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000001000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000800000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xc627cbf8498015ba7e7b8bf642e3fb0b83eee24fed98ad5d6b32863cc88a40c7","block_number":427},{"info":{"transaction_hash":"0x66f9162d2c2bdf110ca8b0be04987fe80d00e4c934f6d15a363063dfd8127739","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x0d803cdeee5990f22c2a8df10a695d2312da26cc","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x0d803cdeee5990f22c2a8df10a695d2312da26cc","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":140,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x50d8f3f9d43963dda1932c27272c5715492b760870f639443c863916a3cdf769","block_number":112},{"info":{"transaction_hash":"0xe68bb142974128f35b14326034f152ffba3006b11e9d1ece71250cd5542a4eda","transaction_index":0,"from":"0x35304262b9e87c00c430149f28dd154995d01207","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x35304262b9e87c00c430149f28dd154995d01207","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007a87f16164855f4a","output":"0x0000000000000000000000000000000000000000000000007a87f16164855f4a","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007a87f16164855f4a","output":"0x0000000000000000000000000000000000000000000000007a87f16164855f4a","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007a87f16164855f4a"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000035304262b9e87c00c430149f28dd154995d01207000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007a87f16164855f4a","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000007a87f16164855f4a"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007a87f16164855f4a","output":"0x0000000000000000000000000000000000000000000000007a87f16164855f4a","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007a87f16164855f4a","output":"0x0000000000000000000000000000000000000000000000007a87f16164855f4a","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000dfebfad22d6051c1a","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000dfebfad22d6051c1a","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf200000000000000000000000035304262b9e87c00c430149f28dd154995d01207000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007a87f16164855f4a","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf200000000000000000000000035304262b9e87c00c430149f28dd154995d01207000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007a87f16164855f4a","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207"],"data":"0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007a87f16164855f4a"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec800000000000000000000000035304262b9e87c00c430149f28dd154995d01207000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec800000000000000000000000035304262b9e87c00c430149f28dd154995d01207000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000007a87f16164855f4a","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000007a87f16164855f4a"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007a87f16164855f4a"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207"],"data":"0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007a87f16164855f4a"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008048000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000800000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x0c894c13737dcf9563cd5d78e5b3faa5a58ab681dd24371b01739355a0183f7c","block_number":352},{"info":{"transaction_hash":"0x5c03f48a63c0bf9c631cf52d98c308836242a80ea960b133c49d5339536eb363","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000019aa30cbbe932840","output":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840","gas_used":245544,"gas_limit":339819,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000019aa30cbbe932840","output":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840","gas_used":238407,"gas_limit":327522,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000019aa30cbbe932840"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000019aa30cbbe932840","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29591,"gas_limit":309383,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000019aa30cbbe932840","output":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840","gas_used":42335,"gas_limit":277082,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000019aa30cbbe932840","output":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840","gas_used":35260,"gas_limit":265821,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840","gas_used":559,"gas_limit":252703,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840","gas_used":559,"gas_limit":249294,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000019aa30cbbe932840","output":"0x","gas_used":77719,"gas_limit":164470,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000019aa30cbbe932840","output":"0x","gas_used":70579,"gas_limit":154907,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000019aa30cbbe932840"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":142112,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":132910,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840","nonce":284,"gas_used":261968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x3ff50","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000019aa30cbbe932840"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000019aa30cbbe932840"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000100000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001200041000000000002000000002020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x268da06e4a67cff0ff034774e3776dc3b66145cb2bbf6a9186820f1a40a1b008","block_number":256},{"info":{"transaction_hash":"0x0c62ebc57a7a81afc4faa1f16f68e31067ba7e94576bdb1fd48f1a8288db2351","transaction_index":0,"from":"0x145e2dc5c8238d1be628f87076a37d4a26a78544","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x145e2dc5c8238d1be628f87076a37d4a26a78544","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353100000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a785440000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a785440000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a7854400000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000616"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a7854400000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a7854400000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a7854400000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000616"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353100000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010002000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000200000000000000000000002000001000000000100000000000000"},"block_hash":"0x4f7fe412a5fbc63497de916791d7fc93d727204cec91afc48a0b329e84a3d217","block_number":357},{"info":{"transaction_hash":"0xbdd643afba8cb8d0b3805fdf0a5fd0ed46cbd00df88d3d4db9f2b507f4aa4aad","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x73b3074ac649a8dc31c2c90a124469456301a30f","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x73b3074ac649a8dc31c2c90a124469456301a30f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":144,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x763019741b9cb69e0f766b59c6aef45da5cf81440ddec560c80113b756c8e223","block_number":116},{"info":{"transaction_hash":"0x367b36f4a0756ca8ec5f3dd70a8d821db333492734fb57a4d9eaaa532e87fce5","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x610140604052348015610010575f5ffd5b50604051615fb7380380615fb783398101604081905261002f916101e6565b8084878585896001600160a01b03811661005c576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b0390811660805292831660a05263ffffffff91821660c0521660e052166101005261008d816100a5565b610120525061009a6100eb565b50505050505061034a565b5f5f829050601f815111156100d8578260405163305a27a960e01b81526004016100cf91906102ef565b60405180910390fd5b80516100e382610324565b179392505050565b5f54610100900460ff16156101525760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b60648201526084016100cf565b5f5460ff908116146101a1575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b03811681146101b7575f5ffd5b50565b805163ffffffff811681146101cd575f5ffd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f5f5f5f60c087890312156101fb575f5ffd5b8651610206816101a3565b6020880151909650610217816101a3565b6040880151909550610228816101a3565b9350610236606088016101ba565b9250610244608088016101ba565b60a08801519092506001600160401b0381111561025f575f5ffd5b8701601f8101891361026f575f5ffd5b80516001600160401b03811115610288576102886101d2565b604051601f8201601f19908116603f011681016001600160401b03811182821017156102b6576102b66101d2565b6040528181528282016020018b10156102cd575f5ffd5b8160208401602083015e5f602083830101528093505050509295509295509295565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b80516020808301519190811015610344575f198160200360031b1b821691505b50919050565b60805160a05160c05160e0516101005161012051615bd26103e55f395f611b3701525f818161044f015261356c01525f81816105b30152613dfc01525f818161036101528181611fce01526126d001525f8181610732015281816114d501528181611b6b01528181611bd5015281816129ce015261364b01525f81816105da0152818161085801528181611c7a01526131e30152615bd25ff3fe608060405234801561000f575f5ffd5b50600436106102b1575f3560e01c80636cfb44811161017b578063a9821821116100e4578063c221d8ae1161009e578063df5cf72311610079578063df5cf7231461072d578063f2fde38b14610754578063f605ce0814610767578063fabc1cbc1461077a575f5ffd5b8063c221d8ae146106f4578063cd6dc68714610707578063d3d96ff41461071a575f5ffd5b8063a982182114610666578063adc2e3d914610679578063b2447af71461068c578063b66bd9891461069f578063b9fbaed1146106b2578063ba1a84e5146106e1575f5ffd5b8063886f119511610135578063886f1195146105d55780638ce64854146105fc5780638da5cb5b1461061c57806394d7d00c1461062d578063952899ee14610640578063a9333ec814610653575f5ffd5b80636cfb4481146105425780636e3492b51461056d5780636e875dba14610580578063715018a61461059357806379ae50cd1461059b5780637bc1ef61146105ae575f5ffd5b80634177a87c1161021d57806354fd4d50116101d757806354fd4d50146104ca57806356c483e6146104df578063595c6a67146104f25780635ac86ab7146104fa5780635c975abb1461051d578063670d3ba21461052f575f5ffd5b80634177a87c1461042a5780634657e26a1461044a5780634a10ffe5146104715780634b5046ef1461049157806350feea20146104a4578063547afb87146104b7575f5ffd5b80632981eb771161026e5780632981eb771461035c5780632b453a9a146103985780632bab2c4a146103b8578063304c10cd146103cb57806336352057146103f657806340120dab14610409575f5ffd5b806310e1b9b8146102b55780631352c3e6146102de578063136439dd1461030157806315fe502814610316578063260dc75814610336578063261f84e014610349575b5f5ffd5b6102c86102c3366004614a50565b61078d565b6040516102d59190614a97565b60405180910390f35b6102f16102ec366004614aca565b6107c8565b60405190151581526020016102d5565b61031461030f366004614afe565b610843565b005b610329610324366004614b15565b610918565b6040516102d59190614b93565b6102f1610344366004614ba5565b610a2f565b610314610357366004614bff565b610a60565b6103837f000000000000000000000000000000000000000000000000000000000000000081565b60405163ffffffff90911681526020016102d5565b6103ab6103a6366004614ce4565b610d3b565b6040516102d59190614d87565b6103ab6103c6366004614dea565b610d51565b6103de6103d9366004614b15565b610df0565b6040516001600160a01b0390911681526020016102d5565b610314610404366004614e6e565b610e1f565b61041c610417366004614ec0565b611629565b6040516102d5929190614f4d565b61043d610438366004614ba5565b6117a4565b6040516102d59190614faa565b6103de7f000000000000000000000000000000000000000000000000000000000000000081565b61048461047f366004614fbc565b6117c8565b6040516102d59190614fff565b61031461049f36600461504a565b611870565b6103146104b23660046150ca565b61192a565b6104846104c5366004615128565b611a88565b6104d2611b30565b6040516102d5919061516a565b6103146104ed36600461519f565b611b60565b610314611c65565b6102f16105083660046151c9565b606654600160ff9092169190911b9081161490565b6066545b6040519081526020016102d5565b6102f161053d366004614aca565b611d14565b610555610550366004614ec0565b611d25565b6040516001600160401b0390911681526020016102d5565b61031461057b3660046151ff565b611d3a565b61043d61058e366004614ba5565b61211b565b61031461212c565b6103296105a9366004614b15565b61213d565b6103837f000000000000000000000000000000000000000000000000000000000000000081565b6103de7f000000000000000000000000000000000000000000000000000000000000000081565b61060f61060a366004615230565b612217565b6040516102d59190615273565b6033546001600160a01b03166103de565b61048461063b366004615285565b6122d3565b61031461064e3660046152e0565b6123bf565b610555610661366004614ec0565b61287e565b610314610674366004615489565b6128ad565b610314610687366004615507565b61295f565b61052161069a366004614ba5565b612cbc565b6103146106ad3660046150ca565b612cde565b6106c56106c0366004614b15565b612e38565b60408051921515835263ffffffff9091166020830152016102d5565b6105216106ef366004614b15565b612ed2565b61043d610702366004614aca565b612ef2565b610314610715366004615549565b612f1b565b610314610728366004614ec0565b613038565b6103de7f000000000000000000000000000000000000000000000000000000000000000081565b610314610762366004614b15565b61315c565b610555610775366004614ec0565b6131d5565b610314610788366004614afe565b6131e1565b604080516060810182525f80825260208201819052918101829052906107bc856107b6866132f7565b8561335a565b925050505b9392505050565b6001600160a01b0382165f908152609e602052604081208190816107eb856132f7565b815260208082019290925260409081015f2081518083019092525460ff8116151580835261010090910463ffffffff16928201929092529150806108395750806020015163ffffffff164311155b9150505b92915050565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa1580156108a5573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108c99190615573565b6108e657604051631d77d47760e21b815260040160405180910390fd5b606654818116811461090b5760405163c61dca5d60e01b815260040160405180910390fd5b610914826134c6565b5050565b6001600160a01b0381165f908152609d602052604081206060919061093c90613503565b90505f816001600160401b0381111561095757610957614974565b60405190808252806020026020018201604052801561099b57816020015b604080518082019091525f80825260208201528152602001906001900390816109755790505b5090505f5b82811015610a27576001600160a01b0385165f908152609d60205260409020610a02906109cd908361350c565b604080518082019091525f80825260208201525060408051808201909152606082901c815263ffffffff909116602082015290565b828281518110610a1457610a14615592565b60209081029190910101526001016109a0565b509392505050565b60208082015182516001600160a01b03165f90815260989092526040822061083d9163ffffffff9081169061351716565b82610a6a8161352e565b610a875760405163932d94f760e01b815260040160405180910390fd5b6001600160a01b0384165f90815260a4602052604090205460ff16610abf576040516348f7dbb960e01b815260040160405180910390fd5b5f5b82811015610d34575f6040518060400160405280876001600160a01b03168152602001868685818110610af657610af6615592565b9050602002810190610b0891906155a6565b610b169060208101906155c4565b63ffffffff168152509050610b60816020015163ffffffff1660985f896001600160a01b03166001600160a01b031681526020019081526020015f206135d890919063ffffffff16565b610b7d57604051631fb1705560e21b815260040160405180910390fd5b7f31629285ead2335ae0933f86ed2ae63321f7af77b4e6eaabc42c057880977e6c6040518060400160405280886001600160a01b03168152602001836020015163ffffffff16815250604051610bd391906155dd565b60405180910390a15f610be5826132f7565b90505f5b868685818110610bfb57610bfb615592565b9050602002810190610c0d91906155a6565b610c1b9060208101906155eb565b9050811015610d2957610c91878786818110610c3957610c39615592565b9050602002810190610c4b91906155a6565b610c599060208101906155eb565b83818110610c6957610c69615592565b9050602002016020810190610c7e9190614b15565b5f848152609960205260409020906135e3565b507f7ab260fe0af193db5f4986770d831bda4ea46099dc817e8b6716dcae8af8e88b83888887818110610cc657610cc6615592565b9050602002810190610cd891906155a6565b610ce69060208101906155eb565b84818110610cf657610cf6615592565b9050602002016020810190610d0b9190614b15565b604051610d19929190615630565b60405180910390a1600101610be9565b505050600101610ac1565b5050505050565b6060610d49848484436135f7565b949350505050565b6060610d5f858585856135f7565b90505f5b8451811015610de757610d8f858281518110610d8157610d81615592565b6020026020010151876107c8565b610ddf575f5b8451811015610ddd575f838381518110610db157610db1615592565b60200260200101518281518110610dca57610dca615592565b6020908102919091010152600101610d95565b505b600101610d63565b50949350505050565b6001600160a01b038082165f908152609760205260408120549091168015610e1857806107c1565b5090919050565b606654600190600290811603610e485760405163840a48d560e01b815260040160405180910390fd5b82610e528161352e565b610e6f5760405163932d94f760e01b815260040160405180910390fd5b5f6040518060400160405280866001600160a01b03168152602001856020016020810190610e9d91906155c4565b63ffffffff1690529050610eb460608501856155eb565b9050610ec360408601866155eb565b905014610ee3576040516343714afd60e01b815260040160405180910390fd5b60208082015182516001600160a01b03165f90815260989092526040909120610f159163ffffffff9081169061351716565b610f3257604051631fb1705560e21b815260040160405180910390fd5b610f48610f426020860186614b15565b826107c8565b610f655760405163ebbff49760e01b815260040160405180910390fd5b5f610f7360408601866155eb565b90506001600160401b03811115610f8c57610f8c614974565b604051908082528060200260200182016040528015610fb5578160200160208202803683370190505b5090505f5b610fc760408701876155eb565b90508110156115bb5780158061105a5750610fe560408701876155eb565b610ff060018461566a565b818110610fff57610fff615592565b90506020020160208101906110149190614b15565b6001600160a01b031661102a60408801886155eb565b8381811061103a5761103a615592565b905060200201602081019061104f9190614b15565b6001600160a01b0316115b61107757604051639f1c805360e01b815260040160405180910390fd5b61108460608701876155eb565b8281811061109457611094615592565b905060200201355f1080156110d45750670de0b6b3a76400006110ba60608801886155eb565b838181106110ca576110ca615592565b9050602002013511155b6110f157604051631353603160e01b815260040160405180910390fd5b61114d61110160408801886155eb565b8381811061111157611111615592565b90506020020160208101906111269190614b15565b60995f611132876132f7565b81526020019081526020015f206138e490919063ffffffff16565b61116a576040516331bc342760e11b815260040160405180910390fd5b5f806111bc61117c60208a018a614b15565b611185876132f7565b61119260408c018c6155eb565b878181106111a2576111a2615592565b90506020020160208101906111b79190614b15565b61335a565b805191935091506001600160401b03165f036111d95750506115b3565b5f6112146111ea60608b018b6155eb565b868181106111fa576111fa615592565b85516001600160401b031692602090910201359050613905565b835190915061122f6001600160401b0380841690831661391b565b86868151811061124157611241615592565b60200260200101818152505081835f0181815161125e919061567d565b6001600160401b031690525083518290859061127b90839061567d565b6001600160401b031690525060208401805183919061129b90839061567d565b6001600160401b031690525060208301515f600f9190910b12156113b3575f6112fe6112ca60608d018d6155eb565b888181106112da576112da615592565b9050602002013585602001516112ef9061569c565b6001600160801b031690613905565b9050806001600160401b03168460200181815161131b91906156c0565b600f0b9052507f1487af5418c47ee5ea45ef4a93398668120890774a9e13487e61e9dc3baf76dd61134f60208d018d614b15565b8961135d60408f018f6155eb565b8a81811061136d5761136d615592565b90506020020160208101906113829190614b15565b611393885f0151896020015161392f565b88604001516040516113a99594939291906156ed565b60405180910390a1505b6114056113c360208c018c614b15565b6113cc896132f7565b6113d960408e018e6155eb565b898181106113e9576113e9615592565b90506020020160208101906113fe9190614b15565b878761394e565b7f1487af5418c47ee5ea45ef4a93398668120890774a9e13487e61e9dc3baf76dd61143360208c018c614b15565b8861144160408e018e6155eb565b8981811061145157611451615592565b90506020020160208101906114669190614b15565b865160405161147a949392919043906156ed565b60405180910390a16114cb61149260208c018c614b15565b61149f60408d018d6155eb565b888181106114af576114af615592565b90506020020160208101906114c49190614b15565b8651613b86565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001663601bb36f61150760208d018d614b15565b61151460408e018e6155eb565b8981811061152457611524615592565b90506020020160208101906115399190614b15565b875160405160e085901b6001600160e01b03191681526001600160a01b0393841660048201529290911660248301526001600160401b0380861660448401521660648201526084015f604051808303815f87803b158015611598575f5ffd5b505af11580156115aa573d5f5f3e3d5ffd5b50505050505050505b600101610fba565b507f80969ad29428d6797ee7aad084f9e4a42a82fc506dcd2ca3b6fb431f85ccebe56115ea6020870187614b15565b836115f860408901896155eb565b8561160660808c018c61573e565b60405161161997969594939291906157a8565b60405180910390a1505050505050565b6001600160a01b0382165f908152609d60205260408120606091829161164e90613503565b90505f816001600160401b0381111561166957611669614974565b6040519080825280602002602001820160405280156116ad57816020015b604080518082019091525f80825260208201528152602001906001900390816116875790505b5090505f826001600160401b038111156116c9576116c9614974565b60405190808252806020026020018201604052801561171257816020015b604080516060810182525f80825260208083018290529282015282525f199092019101816116e75790505b5090505f5b83811015611795576001600160a01b0388165f908152609d60205260408120611744906109cd908461350c565b90508084838151811061175957611759615592565b602002602001018190525061176f89828a61078d565b83838151811061178157611781615592565b602090810291909101015250600101611717565b509093509150505b9250929050565b60605f6107c160995f6117b6866132f7565b81526020019081526020015f20613c08565b60605f83516001600160401b038111156117e4576117e4614974565b60405190808252806020026020018201604052801561180d578160200160208202803683370190505b5090505f5b8451811015610a275761183e85828151811061183057611830615592565b60200260200101518561287e565b82828151811061185057611850615592565b6001600160401b0390921660209283029190910190910152600101611812565b6066545f906001908116036118985760405163840a48d560e01b815260040160405180910390fd5b8382146118b8576040516343714afd60e01b815260040160405180910390fd5b5f5b8481101561192157611919878787848181106118d8576118d8615592565b90506020020160208101906118ed9190614b15565b8686858181106118ff576118ff615592565b9050602002016020810190611914919061583e565b613c14565b6001016118ba565b50505050505050565b836119348161352e565b6119515760405163932d94f760e01b815260040160405180910390fd5b604080518082019091526001600160a01b038616815263ffffffff851660208201525f61197d826132f7565b90506119be826020015163ffffffff1660985f8a6001600160a01b03166001600160a01b031681526020019081526020015f2061351790919063ffffffff16565b6119db57604051631fb1705560e21b815260040160405180910390fd5b5f5b84811015611a7e576119fa868683818110610c6957610c69615592565b611a175760405163585cfb2f60e01b815260040160405180910390fd5b7f7ab260fe0af193db5f4986770d831bda4ea46099dc817e8b6716dcae8af8e88b83878784818110611a4b57611a4b615592565b9050602002016020810190611a609190614b15565b604051611a6e929190615630565b60405180910390a16001016119dd565b5050505050505050565b60605f82516001600160401b03811115611aa457611aa4614974565b604051908082528060200260200182016040528015611acd578160200160208202803683370190505b5090505f5b8351811015610a2757611afe85858381518110611af157611af1615592565b602002602001015161287e565b828281518110611b1057611b10615592565b6001600160401b0390921660209283029190910190910152600101611ad2565b6060611b5b7f0000000000000000000000000000000000000000000000000000000000000000613d18565b905090565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614611c5b57611b998261352e565b611bb6576040516348f5c3ed60e01b815260040160405180910390fd5b6040516336b87bd760e11b81526001600160a01b0383811660048301527f00000000000000000000000000000000000000000000000000000000000000001690636d70f7ae90602401602060405180830381865afa158015611c1a573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c3e9190615573565b611c5b5760405163ccea9e6f60e01b815260040160405180910390fd5b6109148282613d55565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa158015611cc7573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ceb9190615573565b611d0857604051631d77d47760e21b815260040160405180910390fd5b611d125f196134c6565b565b5f6107c183609a5f611132866132f7565b5f5f611d318484613f01565b95945050505050565b606654600290600490811603611d635760405163840a48d560e01b815260040160405180910390fd5b611d78611d736020840184614b15565b61352e565b80611d915750611d91611d736040840160208501614b15565b611dae576040516348f5c3ed60e01b815260040160405180910390fd5b5f5b611dbd60408401846155eb565b905081101561207f575f6040518060400160405280856020016020810190611de59190614b15565b6001600160a01b03168152602001611e0060408701876155eb565b85818110611e1057611e10615592565b9050602002016020810190611e2591906155c4565b63ffffffff168152509050611e72816020015163ffffffff1660985f876020016020810190611e549190614b15565b6001600160a01b0316815260208101919091526040015f2090613517565b611e8f57604051631fb1705560e21b815260040160405180910390fd5b609e5f611e9f6020870187614b15565b6001600160a01b03166001600160a01b031681526020019081526020015f205f611ec8836132f7565b815260208101919091526040015f205460ff16611ef8576040516325131d4f60e01b815260040160405180910390fd5b611f32611f04826132f7565b609c5f611f146020890189614b15565b6001600160a01b0316815260208101919091526040015f2090614070565b50611f6a611f436020860186614b15565b609a5f611f4f856132f7565b81526020019081526020015f2061407b90919063ffffffff16565b50611f786020850185614b15565b6001600160a01b03167fad34c3070be1dffbcaa499d000ba2b8d9848aefcac3059df245dd95c4ece14fe82604051611fb091906155dd565b60405180910390a2604080518082019091525f815260208101611ff37f00000000000000000000000000000000000000000000000000000000000000004361585f565b63ffffffff169052609e5f61200b6020880188614b15565b6001600160a01b03166001600160a01b031681526020019081526020015f205f612034846132f7565b81526020808201929092526040015f2082518154939092015163ffffffff166101000264ffffffff00199215159290921664ffffffffff199093169290921717905550600101611db0565b506120936103d96040840160208501614b15565b6001600160a01b031663303ca9566120ae6020850185614b15565b6120be6040860160208701614b15565b6120cb60408701876155eb565b6040518563ffffffff1660e01b81526004016120ea94939291906158b4565b5f604051808303815f87803b158015612101575f5ffd5b505af1158015612113573d5f5f3e3d5ffd5b505050505050565b606061083d609a5f6117b6856132f7565b61213461408f565b611d125f6140e9565b6001600160a01b0381165f908152609c602052604081206060919061216190613503565b90505f816001600160401b0381111561217c5761217c614974565b6040519080825280602002602001820160405280156121c057816020015b604080518082019091525f808252602082015281526020019060019003908161219a5790505b5090505f5b82811015610a27576001600160a01b0385165f908152609c602052604090206121f2906109cd908361350c565b82828151811061220457612204615592565b60209081029190910101526001016121c5565b60605f84516001600160401b0381111561223357612233614974565b60405190808252806020026020018201604052801561227c57816020015b604080516060810182525f80825260208083018290529282015282525f199092019101816122515790505b5090505f5b8551811015610de7576122ae86828151811061229f5761229f615592565b6020026020010151868661078d565b8282815181106122c0576122c0615592565b6020908102919091010152600101612281565b60605f83516001600160401b038111156122ef576122ef614974565b604051908082528060200260200182016040528015612318578160200160208202803683370190505b5090505f5b8451811015610de7576001600160a01b0386165f90815260a160205260408120865161238d9287929189908690811061235857612358615592565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f2061413a90919063ffffffff16565b82828151811061239f5761239f615592565b6001600160401b039092166020928302919091019091015260010161231d565b6066545f906001908116036123e75760405163840a48d560e01b815260040160405180910390fd5b6123f08361352e565b61240d576040516348f5c3ed60e01b815260040160405180910390fd5b5f5f5f61241986612e38565b915091508161243b5760405163fa55fc8160e01b815260040160405180910390fd5b91505f90505b8351811015610d345783818151811061245c5761245c615592565b6020026020010151604001515184828151811061247b5761247b615592565b60200260200101516020015151146124a6576040516343714afd60e01b815260040160405180910390fd5b5f8482815181106124b9576124b9615592565b602090810291909101810151518082015181516001600160a01b03165f908152609890935260409092209092506124f99163ffffffff9081169061351716565b61251657604051631fb1705560e21b815260040160405180910390fd5b5f61252187836107c8565b90505f5b86848151811061253757612537615592565b60200260200101516020015151811015612873575f87858151811061255e5761255e615592565b602002602001015160200151828151811061257b5761257b615592565b60200260200101519050612592898261ffff613c14565b5f5f6125a18b6107b6886132f7565b91509150806040015163ffffffff165f146125cf57604051630d8fcbe360e41b815260040160405180910390fd5b5f6125dc8785848961414e565b9050612621825f01518c8a815181106125f7576125f7615592565b602002602001015160400151878151811061261457612614615592565b6020026020010151614184565b600f0b602083018190525f0361264a57604051634606179360e11b815260040160405180910390fd5b5f8260200151600f0b121561278e578015612710576126cb61266b886132f7565b6001600160a01b03808f165f90815260a360209081526040808320938a16835292905220908154600160801b90819004600f0b5f818152600180860160205260409091209390935583546001600160801b03908116939091011602179055565b6126f57f00000000000000000000000000000000000000000000000000000000000000004361585f565b61270090600161585f565b63ffffffff1660408301526127fb565b6127228360200151836020015161392f565b6001600160401b031660208401528a518b908990811061274457612744615592565b602002602001015160400151858151811061276157612761615592565b6020908102919091018101516001600160401b031683525f9083015263ffffffff431660408301526127fb565b5f8260200151600f0b13156127fb576127af8360200151836020015161392f565b6001600160401b0390811660208501819052845190911610156127e557604051636c9be0bf60e01b815260040160405180910390fd5b6127ef894361585f565b63ffffffff1660408301525b6128108c612808896132f7565b86868661394e565b7f1487af5418c47ee5ea45ef4a93398668120890774a9e13487e61e9dc3baf76dd8c8886612845865f0151876020015161392f565b866040015160405161285b9594939291906156ed565b60405180910390a15050600190920191506125259050565b505050600101612441565b6001600160a01b038083165f90815260a16020908152604080832093851683529290529081206107c19061419b565b826128b78161352e565b6128d45760405163932d94f760e01b815260040160405180910390fd5b6001600160a01b0384165f90815260a4602052604090205460ff16612916576001600160a01b0384165f90815260a460205260409020805460ff191660011790555b836001600160a01b03167fa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c94371384846040516129519291906158e0565b60405180910390a250505050565b6066546002906004908116036129885760405163840a48d560e01b815260040160405180910390fd5b826129928161352e565b6129af5760405163932d94f760e01b815260040160405180910390fd5b6040516336b87bd760e11b81526001600160a01b0385811660048301527f00000000000000000000000000000000000000000000000000000000000000001690636d70f7ae90602401602060405180830381865afa158015612a13573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a379190615573565b612a545760405163ccea9e6f60e01b815260040160405180910390fd5b5f5b612a6360208501856155eb565b9050811015612c2b57604080518082019091525f9080612a866020880188614b15565b6001600160a01b03168152602001868060200190612aa491906155eb565b85818110612ab457612ab4615592565b9050602002016020810190612ac991906155c4565b63ffffffff90811690915260208083015183516001600160a01b03165f90815260989092526040909120929350612b0592919081169061351716565b612b2257604051631fb1705560e21b815260040160405180910390fd5b612b2c86826107c8565b15612b4a57604051636c6c6e2760e11b815260040160405180910390fd5b612b73612b56826132f7565b6001600160a01b0388165f908152609c60205260409020906135d8565b50612b9f86609a5f612b84856132f7565b81526020019081526020015f206135e390919063ffffffff16565b50856001600160a01b03167f43232edf9071753d2321e5fa7e018363ee248e5f2142e6c08edd3265bfb4895e82604051612bd991906155dd565b60405180910390a26001600160a01b0386165f908152609e60205260408120600191612c04846132f7565b815260208101919091526040015f20805460ff191691151591909117905550600101612a56565b50612c3c6103d96020850185614b15565b6001600160a01b031663c63fd50285612c586020870187614b15565b612c6560208801886155eb565b612c7260408a018a61573e565b6040518763ffffffff1660e01b8152600401612c93969594939291906158f3565b5f604051808303815f87803b158015612caa575f5ffd5b505af1158015611a7e573d5f5f3e3d5ffd5b5f61083d609a5f612ccc856132f7565b81526020019081526020015f20613503565b83612ce88161352e565b612d055760405163932d94f760e01b815260040160405180910390fd5b6040805180820182526001600160a01b03871680825263ffffffff80881660208085018290525f93845260989052939091209192612d44929161351716565b612d6157604051631fb1705560e21b815260040160405180910390fd5b5f612d6b826132f7565b90505f5b84811015611a7e57612db4868683818110612d8c57612d8c615592565b9050602002016020810190612da19190614b15565b5f8481526099602052604090209061407b565b612dd1576040516331bc342760e11b815260040160405180910390fd5b7f7b4b073d80dcac55a11177d8459ad9f664ceeb91f71f27167bb14f8152a7eeee83878784818110612e0557612e05615592565b9050602002016020810190612e1a9190614b15565b604051612e28929190615630565b60405180910390a1600101612d6f565b6001600160a01b0381165f908152609b602090815260408083208151608081018352905463ffffffff80821680845260ff600160201b8404161515958401869052650100000000008304821694840194909452600160481b909104166060820181905284939192919015801590612eb95750826060015163ffffffff164310155b15612ec8575050604081015160015b9590945092505050565b6001600160a01b0381165f90815260986020526040812061083d90613503565b6001600160a01b0382165f908152609f602052604081206060919061083990826117b6866132f7565b5f54610100900460ff1615808015612f3957505f54600160ff909116105b80612f525750303b158015612f5257505f5460ff166001145b612fba5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015612fdb575f805461ff0019166101001790555b612fe4826134c6565b612fed836140e9565b8015613033575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498906020015b60405180910390a15b505050565b816130428161352e565b61305f5760405163932d94f760e01b815260040160405180910390fd5b60405163b526578760e01b81526001600160a01b03848116600483015283169063b526578790602401602060405180830381865afa1580156130a3573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130c79190615573565b6130e457604051631d0b13c160e31b815260040160405180910390fd5b6001600160a01b038381165f90815260976020526040902080546001600160a01b0319169184169190911790557f2ae945c40c44dc0ec263f95609c3fdc6952e0aefa22d6374e44f2c997acedf858361313c81610df0565b604080516001600160a01b0393841681529290911660208301520161302a565b61316461408f565b6001600160a01b0381166131c95760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401612fb1565b6131d2816140e9565b50565b5f5f610de78484613f01565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561323d573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613261919061593f565b6001600160a01b0316336001600160a01b0316146132925760405163794821ff60e01b815260040160405180910390fd5b606654801982198116146132b95760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b5f815f0151826020015163ffffffff1660405160200161334292919060609290921b6bffffffffffffffffffffffff1916825260a01b6001600160a01b031916601482015260200190565b60405160208183030381529060405261083d9061595a565b6040805180820182525f80825260208083018290528351606081018552828152808201839052808501839052845180860186526001600160a01b03898116855260a18452868520908816855290925293822092939281906133ba9061419b565b6001600160401b0390811682526001600160a01b038981165f81815260a260209081526040808320948c168084529482528083205486169682019690965291815260a082528481208b8252825284812092815291815290839020835160608101855290549283168152600160401b8304600f0b91810191909152600160c01b90910463ffffffff1691810182905291925043101561345c5790925090506134be565b61346d815f0151826020015161392f565b6001600160401b0316815260208101515f600f9190910b12156134ab5761349c8260200151826020015161392f565b6001600160401b031660208301525b5f60408201819052602082015290925090505b935093915050565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b5f61083d825490565b5f6107c183836141ae565b5f81815260018301602052604081205415156107c1565b604051631beb2b9760e31b81526001600160a01b0382811660048301523360248301523060448301525f80356001600160e01b0319166064840152917f00000000000000000000000000000000000000000000000000000000000000009091169063df595cb8906084016020604051808303815f875af11580156135b4573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061083d9190615573565b5f6107c183836141d4565b5f6107c1836001600160a01b0384166141d4565b606083516001600160401b0381111561361257613612614974565b60405190808252806020026020018201604052801561364557816020015b60608152602001906001900390816136305790505b5090505f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663f0e0e67686866040518363ffffffff1660e01b815260040161369792919061597d565b5f60405180830381865afa1580156136b1573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526136d891908101906159a1565b90505f5b85518110156138da575f8682815181106136f8576136f8615592565b6020026020010151905085516001600160401b0381111561371b5761371b614974565b604051908082528060200260200182016040528015613744578160200160208202803683370190505b5084838151811061375757613757615592565b60209081029190910101525f5b86518110156138d0575f87828151811061378057613780615592565b6020908102919091018101516001600160a01b038086165f90815260a18452604080822092841682529190935282209092506137bb9061419b565b9050806001600160401b03165f036137d45750506138c8565b5f6137e0858d8561078d565b90508863ffffffff16816040015163ffffffff161115801561380857505f8160200151600f0b125b1561382a5761381e815f0151826020015161392f565b6001600160401b031681525b80515f90613845906001600160401b0390811690851661391b565b905061388c8189898151811061385d5761385d615592565b6020026020010151878151811061387657613876615592565b602002602001015161422090919063ffffffff16565b89888151811061389e5761389e615592565b602002602001015186815181106138b7576138b7615592565b602002602001018181525050505050505b600101613764565b50506001016136dc565b5050949350505050565b6001600160a01b0381165f90815260018301602052604081205415156107c1565b5f6107c18383670de0b6b3a76400006001614234565b5f6107c183670de0b6b3a76400008461428d565b5f6107c1613946836001600160401b0386166156c0565b600f0b614372565b6020808301516001600160a01b038088165f90815260a284526040808220928816825291909352909120546001600160401b03908116911614613a1457602082810180516001600160a01b038881165f81815260a286526040808220938a1680835293875290819020805467ffffffffffffffff19166001600160401b0395861617905593518451918252948101919091529216908201527facf9095feb3a370c9cf692421c69ef320d4db5c66e6a7d29c7694eb02364fc559060600160405180910390a15b6001600160a01b038086165f90815260a060209081526040808320888452825280832093871683529281529082902083518154928501519385015163ffffffff16600160c01b0263ffffffff60c01b196001600160801b038616600160401b026001600160c01b03199095166001600160401b03909316929092179390931716919091179055600f0b15613af6576001600160a01b0385165f908152609f602090815260408083208784529091529020613ace90846135e3565b506001600160a01b0385165f908152609d60205260409020613af090856135d8565b50610d34565b80516001600160401b03165f03610d34576001600160a01b0385165f908152609f602090815260408083208784529091529020613b33908461407b565b506001600160a01b0385165f908152609f602090815260408083208784529091529020613b5f90613503565b5f03610d34576001600160a01b0385165f908152609d602052604090206121139085614070565b6001600160a01b038084165f90815260a160209081526040808320938616835292905220613bb59043836143dd565b604080516001600160a01b038086168252841660208201526001600160401b038316918101919091527f1c6458079a41077d003c11faf9bf097e693bd67979e4e6500bac7b29db779b5c9060600161302a565b60605f6107c1836143f1565b6001600160a01b038381165f90815260a360209081526040808320938616835292905290812054600f81810b600160801b909204900b035b5f81118015613c5e57508261ffff1682105b15610d34576001600160a01b038086165f90815260a3602090815260408083209388168352929052908120613c929061444a565b90505f5f613ca188848961335a565b91509150806040015163ffffffff16431015613cbf57505050610d34565b613ccc888489858561394e565b6001600160a01b038089165f90815260a360209081526040808320938b16835292905220613cf99061449c565b50613d0385615aad565b9450613d0e84615ac5565b9350505050613c4c565b60605f613d2483614519565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6001600160a01b0382165f908152609b60209081526040918290208251608081018452905463ffffffff808216835260ff600160201b830416151593830193909352650100000000008104831693820193909352600160481b909204166060820181905215801590613dd15750806060015163ffffffff164310155b15613deb57604081015163ffffffff168152600160208201525b63ffffffff82166040820152613e217f00000000000000000000000000000000000000000000000000000000000000004361585f565b613e2c90600161585f565b63ffffffff90811660608381019182526001600160a01b0386165f818152609b602090815260409182902087518154838a0151858b01519851928a1664ffffffffff1990921691909117600160201b91151591909102176cffffffffffffffff0000000000191665010000000000978916979097026cffffffff000000000000000000191696909617600160481b968816968702179055815192835294871694820194909452928301919091527f4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db910161302a565b6001600160a01b038281165f81815260a2602090815260408083209486168084529482528083205493835260a38252808320948352939052918220546001600160401b039091169190600f81810b600160801b909204900b03815b8181101561402c576001600160a01b038087165f90815260a3602090815260408083209389168352929052908120613f949083614540565b6001600160a01b038881165f90815260a0602090815260408083208584528252808320938b16835292815290829020825160608101845290546001600160401b0381168252600160401b8104600f0b92820192909252600160c01b90910463ffffffff1691810182905291925043101561400f57505061402c565b61401d86826020015161392f565b95505050806001019050613f5c565b506001600160a01b038086165f90815260a160209081526040808320938816835292905220839061405c9061419b565b614066919061567d565b9150509250929050565b5f6107c183836145af565b5f6107c1836001600160a01b0384166145af565b6033546001600160a01b03163314611d125760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401612fb1565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b5f6107c18383670de0b6b3a7640000614692565b5f61415f8460995f611132896132f7565b80156141685750815b8015611d3157505090516001600160401b031615159392505050565b5f6107c16001600160401b03808516908416615ada565b5f61083d82670de0b6b3a76400006146e7565b5f825f0182815481106141c3576141c3615592565b905f5260205f200154905092915050565b5f81815260018301602052604081205461421957508154600181810184555f84815260208082209093018490558454848252828601909352604090209190915561083d565b505f61083d565b5f6107c18383670de0b6b3a764000061428d565b5f5f61424186868661428d565b9050600183600281111561425757614257615b07565b14801561427357505f848061426e5761426e615b1b565b868809115b15611d3157614283600182615b2f565b9695505050505050565b5f80805f19858709858702925082811083820303915050805f036142c4578382816142ba576142ba615b1b565b04925050506107c1565b80841161430b5760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b6044820152606401612fb1565b5f8486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091025f889003889004909101858311909403939093029303949094049190911702949350505050565b5f6001600160401b038211156143d95760405162461bcd60e51b815260206004820152602660248201527f53616665436173743a2076616c756520646f65736e27742066697420696e203660448201526534206269747360d01b6064820152608401612fb1565b5090565b61303383836001600160401b03841661471e565b6060815f0180548060200260200160405190810160405280929190818152602001828054801561443e57602002820191905f5260205f20905b81548152602001906001019080831161442a575b50505050509050919050565b5f6144648254600f81810b600160801b909204900b131590565b1561448257604051631ed9509560e11b815260040160405180910390fd5b508054600f0b5f9081526001909101602052604090205490565b5f6144b68254600f81810b600160801b909204900b131590565b156144d457604051631ed9509560e11b815260040160405180910390fd5b508054600f0b5f818152600180840160205260408220805492905583546fffffffffffffffffffffffffffffffff191692016001600160801b03169190911790915590565b5f60ff8216601f81111561083d57604051632cd44ac360e21b815260040160405180910390fd5b5f5f61456261454e84614821565b855461455d9190600f0b615b42565b61488a565b8454909150600160801b9004600f90810b9082900b1261459557604051632d0483c560e21b815260040160405180910390fd5b600f0b5f9081526001939093016020525050604090205490565b5f8181526001830160205260408120548015614689575f6145d160018361566a565b85549091505f906145e49060019061566a565b9050818114614643575f865f01828154811061460257614602615592565b905f5260205f200154905080875f01848154811061462257614622615592565b5f918252602080832090910192909255918252600188019052604090208390555b855486908061465457614654615b69565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f90556001935050505061083d565b5f91505061083d565b82545f90816146a3868683856148f3565b905080156146dd576146c7866146ba60018461566a565b5f91825260209091200190565b54600160201b90046001600160e01b03166107bc565b5091949350505050565b81545f90801561471657614700846146ba60018461566a565b54600160201b90046001600160e01b0316610839565b509092915050565b825480156147d4575f614736856146ba60018561566a565b60408051808201909152905463ffffffff808216808452600160201b9092046001600160e01b0316602084015291925090851610156147885760405163151b8e3f60e11b815260040160405180910390fd5b805163ffffffff8086169116036147d257826147a9866146ba60018661566a565b80546001600160e01b0392909216600160201b0263ffffffff9092169190911790555050505050565b505b506040805180820190915263ffffffff92831681526001600160e01b03918216602080830191825285546001810187555f968752952091519051909216600160201b029190921617910155565b5f6001600160ff1b038211156143d95760405162461bcd60e51b815260206004820152602860248201527f53616665436173743a2076616c756520646f65736e27742066697420696e2061604482015267371034b73a191a9b60c11b6064820152608401612fb1565b80600f81900b81146148ee5760405162461bcd60e51b815260206004820152602760248201527f53616665436173743a2076616c756520646f65736e27742066697420696e20316044820152663238206269747360c81b6064820152608401612fb1565b919050565b5f5b81831015610a27575f6149088484614946565b5f8781526020902090915063ffffffff86169082015463ffffffff16111561493257809250614940565b61493d816001615b2f565b93505b506148f5565b5f6149546002848418615b7d565b6107c190848416615b2f565b6001600160a01b03811681146131d2575f5ffd5b634e487b7160e01b5f52604160045260245ffd5b604051606081016001600160401b03811182821017156149aa576149aa614974565b60405290565b604051601f8201601f191681016001600160401b03811182821017156149d8576149d8614974565b604052919050565b803563ffffffff811681146148ee575f5ffd5b5f60408284031215614a03575f5ffd5b604080519081016001600160401b0381118282101715614a2557614a25614974565b6040529050808235614a3681614960565b8152614a44602084016149e0565b60208201525092915050565b5f5f5f60808486031215614a62575f5ffd5b8335614a6d81614960565b9250614a7c85602086016149f3565b91506060840135614a8c81614960565b809150509250925092565b81516001600160401b03168152602080830151600f0b9082015260408083015163ffffffff16908201526060810161083d565b5f5f60608385031215614adb575f5ffd5b8235614ae681614960565b9150614af584602085016149f3565b90509250929050565b5f60208284031215614b0e575f5ffd5b5035919050565b5f60208284031215614b25575f5ffd5b81356107c181614960565b80516001600160a01b0316825260209081015163ffffffff16910152565b5f8151808452602084019350602083015f5b82811015614b8957614b73868351614b30565b6040959095019460209190910190600101614b60565b5093949350505050565b602081525f6107c16020830184614b4e565b5f60408284031215614bb5575f5ffd5b6107c183836149f3565b5f5f83601f840112614bcf575f5ffd5b5081356001600160401b03811115614be5575f5ffd5b6020830191508360208260051b850101111561179d575f5ffd5b5f5f5f60408486031215614c11575f5ffd5b8335614c1c81614960565b925060208401356001600160401b03811115614c36575f5ffd5b614c4286828701614bbf565b9497909650939450505050565b5f6001600160401b03821115614c6757614c67614974565b5060051b60200190565b5f82601f830112614c80575f5ffd5b8135614c93614c8e82614c4f565b6149b0565b8082825260208201915060208360051b860101925085831115614cb4575f5ffd5b602085015b83811015614cda578035614ccc81614960565b835260209283019201614cb9565b5095945050505050565b5f5f5f60808486031215614cf6575f5ffd5b614d0085856149f3565b925060408401356001600160401b03811115614d1a575f5ffd5b614d2686828701614c71565b92505060608401356001600160401b03811115614d41575f5ffd5b614d4d86828701614c71565b9150509250925092565b5f8151808452602084019350602083015f5b82811015614b89578151865260209586019590910190600101614d69565b5f602082016020835280845180835260408501915060408160051b8601019250602086015f5b82811015614dde57603f19878603018452614dc9858351614d57565b94506020938401939190910190600101614dad565b50929695505050505050565b5f5f5f5f60a08587031215614dfd575f5ffd5b614e0786866149f3565b935060408501356001600160401b03811115614e21575f5ffd5b614e2d87828801614c71565b93505060608501356001600160401b03811115614e48575f5ffd5b614e5487828801614c71565b925050614e63608086016149e0565b905092959194509250565b5f5f60408385031215614e7f575f5ffd5b8235614e8a81614960565b915060208301356001600160401b03811115614ea4575f5ffd5b830160a08186031215614eb5575f5ffd5b809150509250929050565b5f5f60408385031215614ed1575f5ffd5b8235614edc81614960565b91506020830135614eb581614960565b5f8151808452602084019350602083015f5b82811015614b8957614f3786835180516001600160401b03168252602080820151600f0b9083015260409081015163ffffffff16910152565b6060959095019460209190910190600101614efe565b604081525f614f5f6040830185614b4e565b8281036020840152611d318185614eec565b5f8151808452602084019350602083015f5b82811015614b895781516001600160a01b0316865260209586019590910190600101614f83565b602081525f6107c16020830184614f71565b5f5f60408385031215614fcd575f5ffd5b82356001600160401b03811115614fe2575f5ffd5b614fee85828601614c71565b9250506020830135614eb581614960565b602080825282518282018190525f918401906040840190835b8181101561503f5783516001600160401b0316835260209384019390920191600101615018565b509095945050505050565b5f5f5f5f5f6060868803121561505e575f5ffd5b853561506981614960565b945060208601356001600160401b03811115615083575f5ffd5b61508f88828901614bbf565b90955093505060408601356001600160401b038111156150ad575f5ffd5b6150b988828901614bbf565b969995985093965092949392505050565b5f5f5f5f606085870312156150dd575f5ffd5b84356150e881614960565b93506150f6602086016149e0565b925060408501356001600160401b03811115615110575f5ffd5b61511c87828801614bbf565b95989497509550505050565b5f5f60408385031215615139575f5ffd5b823561514481614960565b915060208301356001600160401b0381111561515e575f5ffd5b61406685828601614c71565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f5f604083850312156151b0575f5ffd5b82356151bb81614960565b9150614af5602084016149e0565b5f602082840312156151d9575f5ffd5b813560ff811681146107c1575f5ffd5b5f606082840312156151f9575f5ffd5b50919050565b5f6020828403121561520f575f5ffd5b81356001600160401b03811115615224575f5ffd5b610839848285016151e9565b5f5f5f60808486031215615242575f5ffd5b83356001600160401b03811115615257575f5ffd5b61526386828701614c71565b935050614a7c85602086016149f3565b602081525f6107c16020830184614eec565b5f5f5f60608486031215615297575f5ffd5b83356152a281614960565b925060208401356001600160401b038111156152bc575f5ffd5b6152c886828701614c71565b9250506152d7604085016149e0565b90509250925092565b5f5f604083850312156152f1575f5ffd5b82356152fc81614960565b915060208301356001600160401b03811115615316575f5ffd5b8301601f81018513615326575f5ffd5b8035615334614c8e82614c4f565b8082825260208201915060208360051b850101925087831115615355575f5ffd5b602084015b8381101561547a5780356001600160401b03811115615377575f5ffd5b85016080818b03601f1901121561538c575f5ffd5b615394614988565b6153a18b602084016149f3565b815260608201356001600160401b038111156153bb575f5ffd5b6153ca8c602083860101614c71565b60208301525060808201356001600160401b038111156153e8575f5ffd5b6020818401019250508a601f8301126153ff575f5ffd5b813561540d614c8e82614c4f565b8082825260208201915060208360051b86010192508d83111561542e575f5ffd5b6020850194505b828510156154645784356001600160401b0381168114615453575f5ffd5b825260209485019490910190615435565b604084015250508452506020928301920161535a565b50809450505050509250929050565b5f5f5f6040848603121561549b575f5ffd5b83356154a681614960565b925060208401356001600160401b038111156154c0575f5ffd5b8401601f810186136154d0575f5ffd5b80356001600160401b038111156154e5575f5ffd5b8660208284010111156154f6575f5ffd5b939660209190910195509293505050565b5f5f60408385031215615518575f5ffd5b823561552381614960565b915060208301356001600160401b0381111561553d575f5ffd5b614066858286016151e9565b5f5f6040838503121561555a575f5ffd5b823561556581614960565b946020939093013593505050565b5f60208284031215615583575f5ffd5b815180151581146107c1575f5ffd5b634e487b7160e01b5f52603260045260245ffd5b5f8235603e198336030181126155ba575f5ffd5b9190910192915050565b5f602082840312156155d4575f5ffd5b6107c1826149e0565b6040810161083d8284614b30565b5f5f8335601e19843603018112615600575f5ffd5b8301803591506001600160401b03821115615619575f5ffd5b6020019150600581901b360382131561179d575f5ffd5b6060810161563e8285614b30565b6001600160a01b039290921660409190910152919050565b634e487b7160e01b5f52601160045260245ffd5b8181038181111561083d5761083d615656565b6001600160401b03828116828216039081111561083d5761083d615656565b5f81600f0b60016001607f1b031981036156b8576156b8615656565b5f0392915050565b600f81810b9083900b0160016001607f1b03811360016001607f1b03198212171561083d5761083d615656565b6001600160a01b038616815260c0810161570a6020830187614b30565b6001600160a01b039490941660608201526001600160401b0392909216608083015263ffffffff1660a09091015292915050565b5f5f8335601e19843603018112615753575f5ffd5b8301803591506001600160401b0382111561576c575f5ffd5b60200191503681900382131561179d575f5ffd5b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b6001600160a01b03881681525f60c082016157c6602084018a614b30565b60c060608401528690528660e083015f5b888110156158075782356157ea81614960565b6001600160a01b03168252602092830192909101906001016157d7565b50838103608085015261581a8188614d57565b91505082810360a0840152615830818587615780565b9a9950505050505050505050565b5f6020828403121561584e575f5ffd5b813561ffff811681146107c1575f5ffd5b63ffffffff818116838216019081111561083d5761083d615656565b8183526020830192505f815f5b84811015614b895763ffffffff61589e836149e0565b1686526020958601959190910190600101615888565b6001600160a01b038581168252841660208201526060604082018190525f90614283908301848661587b565b602081525f610d49602083018486615780565b6001600160a01b038781168252861660208201526080604082018190525f9061591f908301868861587b565b8281036060840152615932818587615780565b9998505050505050505050565b5f6020828403121561594f575f5ffd5b81516107c181614960565b805160208083015191908110156151f9575f1960209190910360031b1b16919050565b604081525f61598f6040830185614f71565b8281036020840152611d318185614f71565b5f602082840312156159b1575f5ffd5b81516001600160401b038111156159c6575f5ffd5b8201601f810184136159d6575f5ffd5b80516159e4614c8e82614c4f565b8082825260208201915060208360051b850101925086831115615a05575f5ffd5b602084015b83811015615aa25780516001600160401b03811115615a27575f5ffd5b8501603f81018913615a37575f5ffd5b6020810151615a48614c8e82614c4f565b808282526020820191506020808460051b8601010192508b831115615a6b575f5ffd5b6040840193505b82841015615a8d578351825260209384019390910190615a72565b86525050602093840193919091019050615a0a565b509695505050505050565b5f60018201615abe57615abe615656565b5060010190565b5f81615ad357615ad3615656565b505f190190565b600f82810b9082900b0360016001607f1b0319811260016001607f1b038213171561083d5761083d615656565b634e487b7160e01b5f52602160045260245ffd5b634e487b7160e01b5f52601260045260245ffd5b8082018082111561083d5761083d615656565b8082018281125f831280158216821582161715615b6157615b61615656565b505092915050565b634e487b7160e01b5f52603160045260245ffd5b5f82615b9757634e487b7160e01b5f52601260045260245ffd5b50049056fea26469706673582212203c3fd667caf85070715ce20d313fa488db936999ef7ff1875a48d39c4e97cebc64736f6c634300081b0033000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c90000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad788000000000000000000000000000000000000000000000000000000000000038400000000000000000000000000000000000000000000000000000000000004b000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000000676302e302e300000000000000000000000000000000000000000000000000000","output":"0x608060405234801561000f575f5ffd5b50600436106102b1575f3560e01c80636cfb44811161017b578063a9821821116100e4578063c221d8ae1161009e578063df5cf72311610079578063df5cf7231461072d578063f2fde38b14610754578063f605ce0814610767578063fabc1cbc1461077a575f5ffd5b8063c221d8ae146106f4578063cd6dc68714610707578063d3d96ff41461071a575f5ffd5b8063a982182114610666578063adc2e3d914610679578063b2447af71461068c578063b66bd9891461069f578063b9fbaed1146106b2578063ba1a84e5146106e1575f5ffd5b8063886f119511610135578063886f1195146105d55780638ce64854146105fc5780638da5cb5b1461061c57806394d7d00c1461062d578063952899ee14610640578063a9333ec814610653575f5ffd5b80636cfb4481146105425780636e3492b51461056d5780636e875dba14610580578063715018a61461059357806379ae50cd1461059b5780637bc1ef61146105ae575f5ffd5b80634177a87c1161021d57806354fd4d50116101d757806354fd4d50146104ca57806356c483e6146104df578063595c6a67146104f25780635ac86ab7146104fa5780635c975abb1461051d578063670d3ba21461052f575f5ffd5b80634177a87c1461042a5780634657e26a1461044a5780634a10ffe5146104715780634b5046ef1461049157806350feea20146104a4578063547afb87146104b7575f5ffd5b80632981eb771161026e5780632981eb771461035c5780632b453a9a146103985780632bab2c4a146103b8578063304c10cd146103cb57806336352057146103f657806340120dab14610409575f5ffd5b806310e1b9b8146102b55780631352c3e6146102de578063136439dd1461030157806315fe502814610316578063260dc75814610336578063261f84e014610349575b5f5ffd5b6102c86102c3366004614a50565b61078d565b6040516102d59190614a97565b60405180910390f35b6102f16102ec366004614aca565b6107c8565b60405190151581526020016102d5565b61031461030f366004614afe565b610843565b005b610329610324366004614b15565b610918565b6040516102d59190614b93565b6102f1610344366004614ba5565b610a2f565b610314610357366004614bff565b610a60565b6103837f000000000000000000000000000000000000000000000000000000000000038481565b60405163ffffffff90911681526020016102d5565b6103ab6103a6366004614ce4565b610d3b565b6040516102d59190614d87565b6103ab6103c6366004614dea565b610d51565b6103de6103d9366004614b15565b610df0565b6040516001600160a01b0390911681526020016102d5565b610314610404366004614e6e565b610e1f565b61041c610417366004614ec0565b611629565b6040516102d5929190614f4d565b61043d610438366004614ba5565b6117a4565b6040516102d59190614faa565b6103de7f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad78881565b61048461047f366004614fbc565b6117c8565b6040516102d59190614fff565b61031461049f36600461504a565b611870565b6103146104b23660046150ca565b61192a565b6104846104c5366004615128565b611a88565b6104d2611b30565b6040516102d5919061516a565b6103146104ed36600461519f565b611b60565b610314611c65565b6102f16105083660046151c9565b606654600160ff9092169190911b9081161490565b6066545b6040519081526020016102d5565b6102f161053d366004614aca565b611d14565b610555610550366004614ec0565b611d25565b6040516001600160401b0390911681526020016102d5565b61031461057b3660046151ff565b611d3a565b61043d61058e366004614ba5565b61211b565b61031461212c565b6103296105a9366004614b15565b61213d565b6103837f00000000000000000000000000000000000000000000000000000000000004b081565b6103de7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e081565b61060f61060a366004615230565b612217565b6040516102d59190615273565b6033546001600160a01b03166103de565b61048461063b366004615285565b6122d3565b61031461064e3660046152e0565b6123bf565b610555610661366004614ec0565b61287e565b610314610674366004615489565b6128ad565b610314610687366004615507565b61295f565b61052161069a366004614ba5565b612cbc565b6103146106ad3660046150ca565b612cde565b6106c56106c0366004614b15565b612e38565b60408051921515835263ffffffff9091166020830152016102d5565b6105216106ef366004614b15565b612ed2565b61043d610702366004614aca565b612ef2565b610314610715366004615549565b612f1b565b610314610728366004614ec0565b613038565b6103de7f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b610314610762366004614b15565b61315c565b610555610775366004614ec0565b6131d5565b610314610788366004614afe565b6131e1565b604080516060810182525f80825260208201819052918101829052906107bc856107b6866132f7565b8561335a565b925050505b9392505050565b6001600160a01b0382165f908152609e602052604081208190816107eb856132f7565b815260208082019290925260409081015f2081518083019092525460ff8116151580835261010090910463ffffffff16928201929092529150806108395750806020015163ffffffff164311155b9150505b92915050565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa1580156108a5573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108c99190615573565b6108e657604051631d77d47760e21b815260040160405180910390fd5b606654818116811461090b5760405163c61dca5d60e01b815260040160405180910390fd5b610914826134c6565b5050565b6001600160a01b0381165f908152609d602052604081206060919061093c90613503565b90505f816001600160401b0381111561095757610957614974565b60405190808252806020026020018201604052801561099b57816020015b604080518082019091525f80825260208201528152602001906001900390816109755790505b5090505f5b82811015610a27576001600160a01b0385165f908152609d60205260409020610a02906109cd908361350c565b604080518082019091525f80825260208201525060408051808201909152606082901c815263ffffffff909116602082015290565b828281518110610a1457610a14615592565b60209081029190910101526001016109a0565b509392505050565b60208082015182516001600160a01b03165f90815260989092526040822061083d9163ffffffff9081169061351716565b82610a6a8161352e565b610a875760405163932d94f760e01b815260040160405180910390fd5b6001600160a01b0384165f90815260a4602052604090205460ff16610abf576040516348f7dbb960e01b815260040160405180910390fd5b5f5b82811015610d34575f6040518060400160405280876001600160a01b03168152602001868685818110610af657610af6615592565b9050602002810190610b0891906155a6565b610b169060208101906155c4565b63ffffffff168152509050610b60816020015163ffffffff1660985f896001600160a01b03166001600160a01b031681526020019081526020015f206135d890919063ffffffff16565b610b7d57604051631fb1705560e21b815260040160405180910390fd5b7f31629285ead2335ae0933f86ed2ae63321f7af77b4e6eaabc42c057880977e6c6040518060400160405280886001600160a01b03168152602001836020015163ffffffff16815250604051610bd391906155dd565b60405180910390a15f610be5826132f7565b90505f5b868685818110610bfb57610bfb615592565b9050602002810190610c0d91906155a6565b610c1b9060208101906155eb565b9050811015610d2957610c91878786818110610c3957610c39615592565b9050602002810190610c4b91906155a6565b610c599060208101906155eb565b83818110610c6957610c69615592565b9050602002016020810190610c7e9190614b15565b5f848152609960205260409020906135e3565b507f7ab260fe0af193db5f4986770d831bda4ea46099dc817e8b6716dcae8af8e88b83888887818110610cc657610cc6615592565b9050602002810190610cd891906155a6565b610ce69060208101906155eb565b84818110610cf657610cf6615592565b9050602002016020810190610d0b9190614b15565b604051610d19929190615630565b60405180910390a1600101610be9565b505050600101610ac1565b5050505050565b6060610d49848484436135f7565b949350505050565b6060610d5f858585856135f7565b90505f5b8451811015610de757610d8f858281518110610d8157610d81615592565b6020026020010151876107c8565b610ddf575f5b8451811015610ddd575f838381518110610db157610db1615592565b60200260200101518281518110610dca57610dca615592565b6020908102919091010152600101610d95565b505b600101610d63565b50949350505050565b6001600160a01b038082165f908152609760205260408120549091168015610e1857806107c1565b5090919050565b606654600190600290811603610e485760405163840a48d560e01b815260040160405180910390fd5b82610e528161352e565b610e6f5760405163932d94f760e01b815260040160405180910390fd5b5f6040518060400160405280866001600160a01b03168152602001856020016020810190610e9d91906155c4565b63ffffffff1690529050610eb460608501856155eb565b9050610ec360408601866155eb565b905014610ee3576040516343714afd60e01b815260040160405180910390fd5b60208082015182516001600160a01b03165f90815260989092526040909120610f159163ffffffff9081169061351716565b610f3257604051631fb1705560e21b815260040160405180910390fd5b610f48610f426020860186614b15565b826107c8565b610f655760405163ebbff49760e01b815260040160405180910390fd5b5f610f7360408601866155eb565b90506001600160401b03811115610f8c57610f8c614974565b604051908082528060200260200182016040528015610fb5578160200160208202803683370190505b5090505f5b610fc760408701876155eb565b90508110156115bb5780158061105a5750610fe560408701876155eb565b610ff060018461566a565b818110610fff57610fff615592565b90506020020160208101906110149190614b15565b6001600160a01b031661102a60408801886155eb565b8381811061103a5761103a615592565b905060200201602081019061104f9190614b15565b6001600160a01b0316115b61107757604051639f1c805360e01b815260040160405180910390fd5b61108460608701876155eb565b8281811061109457611094615592565b905060200201355f1080156110d45750670de0b6b3a76400006110ba60608801886155eb565b838181106110ca576110ca615592565b9050602002013511155b6110f157604051631353603160e01b815260040160405180910390fd5b61114d61110160408801886155eb565b8381811061111157611111615592565b90506020020160208101906111269190614b15565b60995f611132876132f7565b81526020019081526020015f206138e490919063ffffffff16565b61116a576040516331bc342760e11b815260040160405180910390fd5b5f806111bc61117c60208a018a614b15565b611185876132f7565b61119260408c018c6155eb565b878181106111a2576111a2615592565b90506020020160208101906111b79190614b15565b61335a565b805191935091506001600160401b03165f036111d95750506115b3565b5f6112146111ea60608b018b6155eb565b868181106111fa576111fa615592565b85516001600160401b031692602090910201359050613905565b835190915061122f6001600160401b0380841690831661391b565b86868151811061124157611241615592565b60200260200101818152505081835f0181815161125e919061567d565b6001600160401b031690525083518290859061127b90839061567d565b6001600160401b031690525060208401805183919061129b90839061567d565b6001600160401b031690525060208301515f600f9190910b12156113b3575f6112fe6112ca60608d018d6155eb565b888181106112da576112da615592565b9050602002013585602001516112ef9061569c565b6001600160801b031690613905565b9050806001600160401b03168460200181815161131b91906156c0565b600f0b9052507f1487af5418c47ee5ea45ef4a93398668120890774a9e13487e61e9dc3baf76dd61134f60208d018d614b15565b8961135d60408f018f6155eb565b8a81811061136d5761136d615592565b90506020020160208101906113829190614b15565b611393885f0151896020015161392f565b88604001516040516113a99594939291906156ed565b60405180910390a1505b6114056113c360208c018c614b15565b6113cc896132f7565b6113d960408e018e6155eb565b898181106113e9576113e9615592565b90506020020160208101906113fe9190614b15565b878761394e565b7f1487af5418c47ee5ea45ef4a93398668120890774a9e13487e61e9dc3baf76dd61143360208c018c614b15565b8861144160408e018e6155eb565b8981811061145157611451615592565b90506020020160208101906114669190614b15565b865160405161147a949392919043906156ed565b60405180910390a16114cb61149260208c018c614b15565b61149f60408d018d6155eb565b888181106114af576114af615592565b90506020020160208101906114c49190614b15565b8651613b86565b6001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91663601bb36f61150760208d018d614b15565b61151460408e018e6155eb565b8981811061152457611524615592565b90506020020160208101906115399190614b15565b875160405160e085901b6001600160e01b03191681526001600160a01b0393841660048201529290911660248301526001600160401b0380861660448401521660648201526084015f604051808303815f87803b158015611598575f5ffd5b505af11580156115aa573d5f5f3e3d5ffd5b50505050505050505b600101610fba565b507f80969ad29428d6797ee7aad084f9e4a42a82fc506dcd2ca3b6fb431f85ccebe56115ea6020870187614b15565b836115f860408901896155eb565b8561160660808c018c61573e565b60405161161997969594939291906157a8565b60405180910390a1505050505050565b6001600160a01b0382165f908152609d60205260408120606091829161164e90613503565b90505f816001600160401b0381111561166957611669614974565b6040519080825280602002602001820160405280156116ad57816020015b604080518082019091525f80825260208201528152602001906001900390816116875790505b5090505f826001600160401b038111156116c9576116c9614974565b60405190808252806020026020018201604052801561171257816020015b604080516060810182525f80825260208083018290529282015282525f199092019101816116e75790505b5090505f5b83811015611795576001600160a01b0388165f908152609d60205260408120611744906109cd908461350c565b90508084838151811061175957611759615592565b602002602001018190525061176f89828a61078d565b83838151811061178157611781615592565b602090810291909101015250600101611717565b509093509150505b9250929050565b60605f6107c160995f6117b6866132f7565b81526020019081526020015f20613c08565b60605f83516001600160401b038111156117e4576117e4614974565b60405190808252806020026020018201604052801561180d578160200160208202803683370190505b5090505f5b8451811015610a275761183e85828151811061183057611830615592565b60200260200101518561287e565b82828151811061185057611850615592565b6001600160401b0390921660209283029190910190910152600101611812565b6066545f906001908116036118985760405163840a48d560e01b815260040160405180910390fd5b8382146118b8576040516343714afd60e01b815260040160405180910390fd5b5f5b8481101561192157611919878787848181106118d8576118d8615592565b90506020020160208101906118ed9190614b15565b8686858181106118ff576118ff615592565b9050602002016020810190611914919061583e565b613c14565b6001016118ba565b50505050505050565b836119348161352e565b6119515760405163932d94f760e01b815260040160405180910390fd5b604080518082019091526001600160a01b038616815263ffffffff851660208201525f61197d826132f7565b90506119be826020015163ffffffff1660985f8a6001600160a01b03166001600160a01b031681526020019081526020015f2061351790919063ffffffff16565b6119db57604051631fb1705560e21b815260040160405180910390fd5b5f5b84811015611a7e576119fa868683818110610c6957610c69615592565b611a175760405163585cfb2f60e01b815260040160405180910390fd5b7f7ab260fe0af193db5f4986770d831bda4ea46099dc817e8b6716dcae8af8e88b83878784818110611a4b57611a4b615592565b9050602002016020810190611a609190614b15565b604051611a6e929190615630565b60405180910390a16001016119dd565b5050505050505050565b60605f82516001600160401b03811115611aa457611aa4614974565b604051908082528060200260200182016040528015611acd578160200160208202803683370190505b5090505f5b8351811015610a2757611afe85858381518110611af157611af1615592565b602002602001015161287e565b828281518110611b1057611b10615592565b6001600160401b0390921660209283029190910190910152600101611ad2565b6060611b5b7f76302e302e300000000000000000000000000000000000000000000000000006613d18565b905090565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91614611c5b57611b998261352e565b611bb6576040516348f5c3ed60e01b815260040160405180910390fd5b6040516336b87bd760e11b81526001600160a01b0383811660048301527f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91690636d70f7ae90602401602060405180830381865afa158015611c1a573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c3e9190615573565b611c5b5760405163ccea9e6f60e01b815260040160405180910390fd5b6109148282613d55565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa158015611cc7573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ceb9190615573565b611d0857604051631d77d47760e21b815260040160405180910390fd5b611d125f196134c6565b565b5f6107c183609a5f611132866132f7565b5f5f611d318484613f01565b95945050505050565b606654600290600490811603611d635760405163840a48d560e01b815260040160405180910390fd5b611d78611d736020840184614b15565b61352e565b80611d915750611d91611d736040840160208501614b15565b611dae576040516348f5c3ed60e01b815260040160405180910390fd5b5f5b611dbd60408401846155eb565b905081101561207f575f6040518060400160405280856020016020810190611de59190614b15565b6001600160a01b03168152602001611e0060408701876155eb565b85818110611e1057611e10615592565b9050602002016020810190611e2591906155c4565b63ffffffff168152509050611e72816020015163ffffffff1660985f876020016020810190611e549190614b15565b6001600160a01b0316815260208101919091526040015f2090613517565b611e8f57604051631fb1705560e21b815260040160405180910390fd5b609e5f611e9f6020870187614b15565b6001600160a01b03166001600160a01b031681526020019081526020015f205f611ec8836132f7565b815260208101919091526040015f205460ff16611ef8576040516325131d4f60e01b815260040160405180910390fd5b611f32611f04826132f7565b609c5f611f146020890189614b15565b6001600160a01b0316815260208101919091526040015f2090614070565b50611f6a611f436020860186614b15565b609a5f611f4f856132f7565b81526020019081526020015f2061407b90919063ffffffff16565b50611f786020850185614b15565b6001600160a01b03167fad34c3070be1dffbcaa499d000ba2b8d9848aefcac3059df245dd95c4ece14fe82604051611fb091906155dd565b60405180910390a2604080518082019091525f815260208101611ff37f00000000000000000000000000000000000000000000000000000000000003844361585f565b63ffffffff169052609e5f61200b6020880188614b15565b6001600160a01b03166001600160a01b031681526020019081526020015f205f612034846132f7565b81526020808201929092526040015f2082518154939092015163ffffffff166101000264ffffffff00199215159290921664ffffffffff199093169290921717905550600101611db0565b506120936103d96040840160208501614b15565b6001600160a01b031663303ca9566120ae6020850185614b15565b6120be6040860160208701614b15565b6120cb60408701876155eb565b6040518563ffffffff1660e01b81526004016120ea94939291906158b4565b5f604051808303815f87803b158015612101575f5ffd5b505af1158015612113573d5f5f3e3d5ffd5b505050505050565b606061083d609a5f6117b6856132f7565b61213461408f565b611d125f6140e9565b6001600160a01b0381165f908152609c602052604081206060919061216190613503565b90505f816001600160401b0381111561217c5761217c614974565b6040519080825280602002602001820160405280156121c057816020015b604080518082019091525f808252602082015281526020019060019003908161219a5790505b5090505f5b82811015610a27576001600160a01b0385165f908152609c602052604090206121f2906109cd908361350c565b82828151811061220457612204615592565b60209081029190910101526001016121c5565b60605f84516001600160401b0381111561223357612233614974565b60405190808252806020026020018201604052801561227c57816020015b604080516060810182525f80825260208083018290529282015282525f199092019101816122515790505b5090505f5b8551811015610de7576122ae86828151811061229f5761229f615592565b6020026020010151868661078d565b8282815181106122c0576122c0615592565b6020908102919091010152600101612281565b60605f83516001600160401b038111156122ef576122ef614974565b604051908082528060200260200182016040528015612318578160200160208202803683370190505b5090505f5b8451811015610de7576001600160a01b0386165f90815260a160205260408120865161238d9287929189908690811061235857612358615592565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f2061413a90919063ffffffff16565b82828151811061239f5761239f615592565b6001600160401b039092166020928302919091019091015260010161231d565b6066545f906001908116036123e75760405163840a48d560e01b815260040160405180910390fd5b6123f08361352e565b61240d576040516348f5c3ed60e01b815260040160405180910390fd5b5f5f5f61241986612e38565b915091508161243b5760405163fa55fc8160e01b815260040160405180910390fd5b91505f90505b8351811015610d345783818151811061245c5761245c615592565b6020026020010151604001515184828151811061247b5761247b615592565b60200260200101516020015151146124a6576040516343714afd60e01b815260040160405180910390fd5b5f8482815181106124b9576124b9615592565b602090810291909101810151518082015181516001600160a01b03165f908152609890935260409092209092506124f99163ffffffff9081169061351716565b61251657604051631fb1705560e21b815260040160405180910390fd5b5f61252187836107c8565b90505f5b86848151811061253757612537615592565b60200260200101516020015151811015612873575f87858151811061255e5761255e615592565b602002602001015160200151828151811061257b5761257b615592565b60200260200101519050612592898261ffff613c14565b5f5f6125a18b6107b6886132f7565b91509150806040015163ffffffff165f146125cf57604051630d8fcbe360e41b815260040160405180910390fd5b5f6125dc8785848961414e565b9050612621825f01518c8a815181106125f7576125f7615592565b602002602001015160400151878151811061261457612614615592565b6020026020010151614184565b600f0b602083018190525f0361264a57604051634606179360e11b815260040160405180910390fd5b5f8260200151600f0b121561278e578015612710576126cb61266b886132f7565b6001600160a01b03808f165f90815260a360209081526040808320938a16835292905220908154600160801b90819004600f0b5f818152600180860160205260409091209390935583546001600160801b03908116939091011602179055565b6126f57f00000000000000000000000000000000000000000000000000000000000003844361585f565b61270090600161585f565b63ffffffff1660408301526127fb565b6127228360200151836020015161392f565b6001600160401b031660208401528a518b908990811061274457612744615592565b602002602001015160400151858151811061276157612761615592565b6020908102919091018101516001600160401b031683525f9083015263ffffffff431660408301526127fb565b5f8260200151600f0b13156127fb576127af8360200151836020015161392f565b6001600160401b0390811660208501819052845190911610156127e557604051636c9be0bf60e01b815260040160405180910390fd5b6127ef894361585f565b63ffffffff1660408301525b6128108c612808896132f7565b86868661394e565b7f1487af5418c47ee5ea45ef4a93398668120890774a9e13487e61e9dc3baf76dd8c8886612845865f0151876020015161392f565b866040015160405161285b9594939291906156ed565b60405180910390a15050600190920191506125259050565b505050600101612441565b6001600160a01b038083165f90815260a16020908152604080832093851683529290529081206107c19061419b565b826128b78161352e565b6128d45760405163932d94f760e01b815260040160405180910390fd5b6001600160a01b0384165f90815260a4602052604090205460ff16612916576001600160a01b0384165f90815260a460205260409020805460ff191660011790555b836001600160a01b03167fa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c94371384846040516129519291906158e0565b60405180910390a250505050565b6066546002906004908116036129885760405163840a48d560e01b815260040160405180910390fd5b826129928161352e565b6129af5760405163932d94f760e01b815260040160405180910390fd5b6040516336b87bd760e11b81526001600160a01b0385811660048301527f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91690636d70f7ae90602401602060405180830381865afa158015612a13573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a379190615573565b612a545760405163ccea9e6f60e01b815260040160405180910390fd5b5f5b612a6360208501856155eb565b9050811015612c2b57604080518082019091525f9080612a866020880188614b15565b6001600160a01b03168152602001868060200190612aa491906155eb565b85818110612ab457612ab4615592565b9050602002016020810190612ac991906155c4565b63ffffffff90811690915260208083015183516001600160a01b03165f90815260989092526040909120929350612b0592919081169061351716565b612b2257604051631fb1705560e21b815260040160405180910390fd5b612b2c86826107c8565b15612b4a57604051636c6c6e2760e11b815260040160405180910390fd5b612b73612b56826132f7565b6001600160a01b0388165f908152609c60205260409020906135d8565b50612b9f86609a5f612b84856132f7565b81526020019081526020015f206135e390919063ffffffff16565b50856001600160a01b03167f43232edf9071753d2321e5fa7e018363ee248e5f2142e6c08edd3265bfb4895e82604051612bd991906155dd565b60405180910390a26001600160a01b0386165f908152609e60205260408120600191612c04846132f7565b815260208101919091526040015f20805460ff191691151591909117905550600101612a56565b50612c3c6103d96020850185614b15565b6001600160a01b031663c63fd50285612c586020870187614b15565b612c6560208801886155eb565b612c7260408a018a61573e565b6040518763ffffffff1660e01b8152600401612c93969594939291906158f3565b5f604051808303815f87803b158015612caa575f5ffd5b505af1158015611a7e573d5f5f3e3d5ffd5b5f61083d609a5f612ccc856132f7565b81526020019081526020015f20613503565b83612ce88161352e565b612d055760405163932d94f760e01b815260040160405180910390fd5b6040805180820182526001600160a01b03871680825263ffffffff80881660208085018290525f93845260989052939091209192612d44929161351716565b612d6157604051631fb1705560e21b815260040160405180910390fd5b5f612d6b826132f7565b90505f5b84811015611a7e57612db4868683818110612d8c57612d8c615592565b9050602002016020810190612da19190614b15565b5f8481526099602052604090209061407b565b612dd1576040516331bc342760e11b815260040160405180910390fd5b7f7b4b073d80dcac55a11177d8459ad9f664ceeb91f71f27167bb14f8152a7eeee83878784818110612e0557612e05615592565b9050602002016020810190612e1a9190614b15565b604051612e28929190615630565b60405180910390a1600101612d6f565b6001600160a01b0381165f908152609b602090815260408083208151608081018352905463ffffffff80821680845260ff600160201b8404161515958401869052650100000000008304821694840194909452600160481b909104166060820181905284939192919015801590612eb95750826060015163ffffffff164310155b15612ec8575050604081015160015b9590945092505050565b6001600160a01b0381165f90815260986020526040812061083d90613503565b6001600160a01b0382165f908152609f602052604081206060919061083990826117b6866132f7565b5f54610100900460ff1615808015612f3957505f54600160ff909116105b80612f525750303b158015612f5257505f5460ff166001145b612fba5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015612fdb575f805461ff0019166101001790555b612fe4826134c6565b612fed836140e9565b8015613033575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498906020015b60405180910390a15b505050565b816130428161352e565b61305f5760405163932d94f760e01b815260040160405180910390fd5b60405163b526578760e01b81526001600160a01b03848116600483015283169063b526578790602401602060405180830381865afa1580156130a3573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130c79190615573565b6130e457604051631d0b13c160e31b815260040160405180910390fd5b6001600160a01b038381165f90815260976020526040902080546001600160a01b0319169184169190911790557f2ae945c40c44dc0ec263f95609c3fdc6952e0aefa22d6374e44f2c997acedf858361313c81610df0565b604080516001600160a01b0393841681529290911660208301520161302a565b61316461408f565b6001600160a01b0381166131c95760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401612fb1565b6131d2816140e9565b50565b5f5f610de78484613f01565b7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561323d573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613261919061593f565b6001600160a01b0316336001600160a01b0316146132925760405163794821ff60e01b815260040160405180910390fd5b606654801982198116146132b95760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b5f815f0151826020015163ffffffff1660405160200161334292919060609290921b6bffffffffffffffffffffffff1916825260a01b6001600160a01b031916601482015260200190565b60405160208183030381529060405261083d9061595a565b6040805180820182525f80825260208083018290528351606081018552828152808201839052808501839052845180860186526001600160a01b03898116855260a18452868520908816855290925293822092939281906133ba9061419b565b6001600160401b0390811682526001600160a01b038981165f81815260a260209081526040808320948c168084529482528083205486169682019690965291815260a082528481208b8252825284812092815291815290839020835160608101855290549283168152600160401b8304600f0b91810191909152600160c01b90910463ffffffff1691810182905291925043101561345c5790925090506134be565b61346d815f0151826020015161392f565b6001600160401b0316815260208101515f600f9190910b12156134ab5761349c8260200151826020015161392f565b6001600160401b031660208301525b5f60408201819052602082015290925090505b935093915050565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b5f61083d825490565b5f6107c183836141ae565b5f81815260018301602052604081205415156107c1565b604051631beb2b9760e31b81526001600160a01b0382811660048301523360248301523060448301525f80356001600160e01b0319166064840152917f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7889091169063df595cb8906084016020604051808303815f875af11580156135b4573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061083d9190615573565b5f6107c183836141d4565b5f6107c1836001600160a01b0384166141d4565b606083516001600160401b0381111561361257613612614974565b60405190808252806020026020018201604052801561364557816020015b60608152602001906001900390816136305790505b5090505f7f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b031663f0e0e67686866040518363ffffffff1660e01b815260040161369792919061597d565b5f60405180830381865afa1580156136b1573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526136d891908101906159a1565b90505f5b85518110156138da575f8682815181106136f8576136f8615592565b6020026020010151905085516001600160401b0381111561371b5761371b614974565b604051908082528060200260200182016040528015613744578160200160208202803683370190505b5084838151811061375757613757615592565b60209081029190910101525f5b86518110156138d0575f87828151811061378057613780615592565b6020908102919091018101516001600160a01b038086165f90815260a18452604080822092841682529190935282209092506137bb9061419b565b9050806001600160401b03165f036137d45750506138c8565b5f6137e0858d8561078d565b90508863ffffffff16816040015163ffffffff161115801561380857505f8160200151600f0b125b1561382a5761381e815f0151826020015161392f565b6001600160401b031681525b80515f90613845906001600160401b0390811690851661391b565b905061388c8189898151811061385d5761385d615592565b6020026020010151878151811061387657613876615592565b602002602001015161422090919063ffffffff16565b89888151811061389e5761389e615592565b602002602001015186815181106138b7576138b7615592565b602002602001018181525050505050505b600101613764565b50506001016136dc565b5050949350505050565b6001600160a01b0381165f90815260018301602052604081205415156107c1565b5f6107c18383670de0b6b3a76400006001614234565b5f6107c183670de0b6b3a76400008461428d565b5f6107c1613946836001600160401b0386166156c0565b600f0b614372565b6020808301516001600160a01b038088165f90815260a284526040808220928816825291909352909120546001600160401b03908116911614613a1457602082810180516001600160a01b038881165f81815260a286526040808220938a1680835293875290819020805467ffffffffffffffff19166001600160401b0395861617905593518451918252948101919091529216908201527facf9095feb3a370c9cf692421c69ef320d4db5c66e6a7d29c7694eb02364fc559060600160405180910390a15b6001600160a01b038086165f90815260a060209081526040808320888452825280832093871683529281529082902083518154928501519385015163ffffffff16600160c01b0263ffffffff60c01b196001600160801b038616600160401b026001600160c01b03199095166001600160401b03909316929092179390931716919091179055600f0b15613af6576001600160a01b0385165f908152609f602090815260408083208784529091529020613ace90846135e3565b506001600160a01b0385165f908152609d60205260409020613af090856135d8565b50610d34565b80516001600160401b03165f03610d34576001600160a01b0385165f908152609f602090815260408083208784529091529020613b33908461407b565b506001600160a01b0385165f908152609f602090815260408083208784529091529020613b5f90613503565b5f03610d34576001600160a01b0385165f908152609d602052604090206121139085614070565b6001600160a01b038084165f90815260a160209081526040808320938616835292905220613bb59043836143dd565b604080516001600160a01b038086168252841660208201526001600160401b038316918101919091527f1c6458079a41077d003c11faf9bf097e693bd67979e4e6500bac7b29db779b5c9060600161302a565b60605f6107c1836143f1565b6001600160a01b038381165f90815260a360209081526040808320938616835292905290812054600f81810b600160801b909204900b035b5f81118015613c5e57508261ffff1682105b15610d34576001600160a01b038086165f90815260a3602090815260408083209388168352929052908120613c929061444a565b90505f5f613ca188848961335a565b91509150806040015163ffffffff16431015613cbf57505050610d34565b613ccc888489858561394e565b6001600160a01b038089165f90815260a360209081526040808320938b16835292905220613cf99061449c565b50613d0385615aad565b9450613d0e84615ac5565b9350505050613c4c565b60605f613d2483614519565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6001600160a01b0382165f908152609b60209081526040918290208251608081018452905463ffffffff808216835260ff600160201b830416151593830193909352650100000000008104831693820193909352600160481b909204166060820181905215801590613dd15750806060015163ffffffff164310155b15613deb57604081015163ffffffff168152600160208201525b63ffffffff82166040820152613e217f00000000000000000000000000000000000000000000000000000000000004b04361585f565b613e2c90600161585f565b63ffffffff90811660608381019182526001600160a01b0386165f818152609b602090815260409182902087518154838a0151858b01519851928a1664ffffffffff1990921691909117600160201b91151591909102176cffffffffffffffff0000000000191665010000000000978916979097026cffffffff000000000000000000191696909617600160481b968816968702179055815192835294871694820194909452928301919091527f4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db910161302a565b6001600160a01b038281165f81815260a2602090815260408083209486168084529482528083205493835260a38252808320948352939052918220546001600160401b039091169190600f81810b600160801b909204900b03815b8181101561402c576001600160a01b038087165f90815260a3602090815260408083209389168352929052908120613f949083614540565b6001600160a01b038881165f90815260a0602090815260408083208584528252808320938b16835292815290829020825160608101845290546001600160401b0381168252600160401b8104600f0b92820192909252600160c01b90910463ffffffff1691810182905291925043101561400f57505061402c565b61401d86826020015161392f565b95505050806001019050613f5c565b506001600160a01b038086165f90815260a160209081526040808320938816835292905220839061405c9061419b565b614066919061567d565b9150509250929050565b5f6107c183836145af565b5f6107c1836001600160a01b0384166145af565b6033546001600160a01b03163314611d125760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401612fb1565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b5f6107c18383670de0b6b3a7640000614692565b5f61415f8460995f611132896132f7565b80156141685750815b8015611d3157505090516001600160401b031615159392505050565b5f6107c16001600160401b03808516908416615ada565b5f61083d82670de0b6b3a76400006146e7565b5f825f0182815481106141c3576141c3615592565b905f5260205f200154905092915050565b5f81815260018301602052604081205461421957508154600181810184555f84815260208082209093018490558454848252828601909352604090209190915561083d565b505f61083d565b5f6107c18383670de0b6b3a764000061428d565b5f5f61424186868661428d565b9050600183600281111561425757614257615b07565b14801561427357505f848061426e5761426e615b1b565b868809115b15611d3157614283600182615b2f565b9695505050505050565b5f80805f19858709858702925082811083820303915050805f036142c4578382816142ba576142ba615b1b565b04925050506107c1565b80841161430b5760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b6044820152606401612fb1565b5f8486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091025f889003889004909101858311909403939093029303949094049190911702949350505050565b5f6001600160401b038211156143d95760405162461bcd60e51b815260206004820152602660248201527f53616665436173743a2076616c756520646f65736e27742066697420696e203660448201526534206269747360d01b6064820152608401612fb1565b5090565b61303383836001600160401b03841661471e565b6060815f0180548060200260200160405190810160405280929190818152602001828054801561443e57602002820191905f5260205f20905b81548152602001906001019080831161442a575b50505050509050919050565b5f6144648254600f81810b600160801b909204900b131590565b1561448257604051631ed9509560e11b815260040160405180910390fd5b508054600f0b5f9081526001909101602052604090205490565b5f6144b68254600f81810b600160801b909204900b131590565b156144d457604051631ed9509560e11b815260040160405180910390fd5b508054600f0b5f818152600180840160205260408220805492905583546fffffffffffffffffffffffffffffffff191692016001600160801b03169190911790915590565b5f60ff8216601f81111561083d57604051632cd44ac360e21b815260040160405180910390fd5b5f5f61456261454e84614821565b855461455d9190600f0b615b42565b61488a565b8454909150600160801b9004600f90810b9082900b1261459557604051632d0483c560e21b815260040160405180910390fd5b600f0b5f9081526001939093016020525050604090205490565b5f8181526001830160205260408120548015614689575f6145d160018361566a565b85549091505f906145e49060019061566a565b9050818114614643575f865f01828154811061460257614602615592565b905f5260205f200154905080875f01848154811061462257614622615592565b5f918252602080832090910192909255918252600188019052604090208390555b855486908061465457614654615b69565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f90556001935050505061083d565b5f91505061083d565b82545f90816146a3868683856148f3565b905080156146dd576146c7866146ba60018461566a565b5f91825260209091200190565b54600160201b90046001600160e01b03166107bc565b5091949350505050565b81545f90801561471657614700846146ba60018461566a565b54600160201b90046001600160e01b0316610839565b509092915050565b825480156147d4575f614736856146ba60018561566a565b60408051808201909152905463ffffffff808216808452600160201b9092046001600160e01b0316602084015291925090851610156147885760405163151b8e3f60e11b815260040160405180910390fd5b805163ffffffff8086169116036147d257826147a9866146ba60018661566a565b80546001600160e01b0392909216600160201b0263ffffffff9092169190911790555050505050565b505b506040805180820190915263ffffffff92831681526001600160e01b03918216602080830191825285546001810187555f968752952091519051909216600160201b029190921617910155565b5f6001600160ff1b038211156143d95760405162461bcd60e51b815260206004820152602860248201527f53616665436173743a2076616c756520646f65736e27742066697420696e2061604482015267371034b73a191a9b60c11b6064820152608401612fb1565b80600f81900b81146148ee5760405162461bcd60e51b815260206004820152602760248201527f53616665436173743a2076616c756520646f65736e27742066697420696e20316044820152663238206269747360c81b6064820152608401612fb1565b919050565b5f5b81831015610a27575f6149088484614946565b5f8781526020902090915063ffffffff86169082015463ffffffff16111561493257809250614940565b61493d816001615b2f565b93505b506148f5565b5f6149546002848418615b7d565b6107c190848416615b2f565b6001600160a01b03811681146131d2575f5ffd5b634e487b7160e01b5f52604160045260245ffd5b604051606081016001600160401b03811182821017156149aa576149aa614974565b60405290565b604051601f8201601f191681016001600160401b03811182821017156149d8576149d8614974565b604052919050565b803563ffffffff811681146148ee575f5ffd5b5f60408284031215614a03575f5ffd5b604080519081016001600160401b0381118282101715614a2557614a25614974565b6040529050808235614a3681614960565b8152614a44602084016149e0565b60208201525092915050565b5f5f5f60808486031215614a62575f5ffd5b8335614a6d81614960565b9250614a7c85602086016149f3565b91506060840135614a8c81614960565b809150509250925092565b81516001600160401b03168152602080830151600f0b9082015260408083015163ffffffff16908201526060810161083d565b5f5f60608385031215614adb575f5ffd5b8235614ae681614960565b9150614af584602085016149f3565b90509250929050565b5f60208284031215614b0e575f5ffd5b5035919050565b5f60208284031215614b25575f5ffd5b81356107c181614960565b80516001600160a01b0316825260209081015163ffffffff16910152565b5f8151808452602084019350602083015f5b82811015614b8957614b73868351614b30565b6040959095019460209190910190600101614b60565b5093949350505050565b602081525f6107c16020830184614b4e565b5f60408284031215614bb5575f5ffd5b6107c183836149f3565b5f5f83601f840112614bcf575f5ffd5b5081356001600160401b03811115614be5575f5ffd5b6020830191508360208260051b850101111561179d575f5ffd5b5f5f5f60408486031215614c11575f5ffd5b8335614c1c81614960565b925060208401356001600160401b03811115614c36575f5ffd5b614c4286828701614bbf565b9497909650939450505050565b5f6001600160401b03821115614c6757614c67614974565b5060051b60200190565b5f82601f830112614c80575f5ffd5b8135614c93614c8e82614c4f565b6149b0565b8082825260208201915060208360051b860101925085831115614cb4575f5ffd5b602085015b83811015614cda578035614ccc81614960565b835260209283019201614cb9565b5095945050505050565b5f5f5f60808486031215614cf6575f5ffd5b614d0085856149f3565b925060408401356001600160401b03811115614d1a575f5ffd5b614d2686828701614c71565b92505060608401356001600160401b03811115614d41575f5ffd5b614d4d86828701614c71565b9150509250925092565b5f8151808452602084019350602083015f5b82811015614b89578151865260209586019590910190600101614d69565b5f602082016020835280845180835260408501915060408160051b8601019250602086015f5b82811015614dde57603f19878603018452614dc9858351614d57565b94506020938401939190910190600101614dad565b50929695505050505050565b5f5f5f5f60a08587031215614dfd575f5ffd5b614e0786866149f3565b935060408501356001600160401b03811115614e21575f5ffd5b614e2d87828801614c71565b93505060608501356001600160401b03811115614e48575f5ffd5b614e5487828801614c71565b925050614e63608086016149e0565b905092959194509250565b5f5f60408385031215614e7f575f5ffd5b8235614e8a81614960565b915060208301356001600160401b03811115614ea4575f5ffd5b830160a08186031215614eb5575f5ffd5b809150509250929050565b5f5f60408385031215614ed1575f5ffd5b8235614edc81614960565b91506020830135614eb581614960565b5f8151808452602084019350602083015f5b82811015614b8957614f3786835180516001600160401b03168252602080820151600f0b9083015260409081015163ffffffff16910152565b6060959095019460209190910190600101614efe565b604081525f614f5f6040830185614b4e565b8281036020840152611d318185614eec565b5f8151808452602084019350602083015f5b82811015614b895781516001600160a01b0316865260209586019590910190600101614f83565b602081525f6107c16020830184614f71565b5f5f60408385031215614fcd575f5ffd5b82356001600160401b03811115614fe2575f5ffd5b614fee85828601614c71565b9250506020830135614eb581614960565b602080825282518282018190525f918401906040840190835b8181101561503f5783516001600160401b0316835260209384019390920191600101615018565b509095945050505050565b5f5f5f5f5f6060868803121561505e575f5ffd5b853561506981614960565b945060208601356001600160401b03811115615083575f5ffd5b61508f88828901614bbf565b90955093505060408601356001600160401b038111156150ad575f5ffd5b6150b988828901614bbf565b969995985093965092949392505050565b5f5f5f5f606085870312156150dd575f5ffd5b84356150e881614960565b93506150f6602086016149e0565b925060408501356001600160401b03811115615110575f5ffd5b61511c87828801614bbf565b95989497509550505050565b5f5f60408385031215615139575f5ffd5b823561514481614960565b915060208301356001600160401b0381111561515e575f5ffd5b61406685828601614c71565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f5f604083850312156151b0575f5ffd5b82356151bb81614960565b9150614af5602084016149e0565b5f602082840312156151d9575f5ffd5b813560ff811681146107c1575f5ffd5b5f606082840312156151f9575f5ffd5b50919050565b5f6020828403121561520f575f5ffd5b81356001600160401b03811115615224575f5ffd5b610839848285016151e9565b5f5f5f60808486031215615242575f5ffd5b83356001600160401b03811115615257575f5ffd5b61526386828701614c71565b935050614a7c85602086016149f3565b602081525f6107c16020830184614eec565b5f5f5f60608486031215615297575f5ffd5b83356152a281614960565b925060208401356001600160401b038111156152bc575f5ffd5b6152c886828701614c71565b9250506152d7604085016149e0565b90509250925092565b5f5f604083850312156152f1575f5ffd5b82356152fc81614960565b915060208301356001600160401b03811115615316575f5ffd5b8301601f81018513615326575f5ffd5b8035615334614c8e82614c4f565b8082825260208201915060208360051b850101925087831115615355575f5ffd5b602084015b8381101561547a5780356001600160401b03811115615377575f5ffd5b85016080818b03601f1901121561538c575f5ffd5b615394614988565b6153a18b602084016149f3565b815260608201356001600160401b038111156153bb575f5ffd5b6153ca8c602083860101614c71565b60208301525060808201356001600160401b038111156153e8575f5ffd5b6020818401019250508a601f8301126153ff575f5ffd5b813561540d614c8e82614c4f565b8082825260208201915060208360051b86010192508d83111561542e575f5ffd5b6020850194505b828510156154645784356001600160401b0381168114615453575f5ffd5b825260209485019490910190615435565b604084015250508452506020928301920161535a565b50809450505050509250929050565b5f5f5f6040848603121561549b575f5ffd5b83356154a681614960565b925060208401356001600160401b038111156154c0575f5ffd5b8401601f810186136154d0575f5ffd5b80356001600160401b038111156154e5575f5ffd5b8660208284010111156154f6575f5ffd5b939660209190910195509293505050565b5f5f60408385031215615518575f5ffd5b823561552381614960565b915060208301356001600160401b0381111561553d575f5ffd5b614066858286016151e9565b5f5f6040838503121561555a575f5ffd5b823561556581614960565b946020939093013593505050565b5f60208284031215615583575f5ffd5b815180151581146107c1575f5ffd5b634e487b7160e01b5f52603260045260245ffd5b5f8235603e198336030181126155ba575f5ffd5b9190910192915050565b5f602082840312156155d4575f5ffd5b6107c1826149e0565b6040810161083d8284614b30565b5f5f8335601e19843603018112615600575f5ffd5b8301803591506001600160401b03821115615619575f5ffd5b6020019150600581901b360382131561179d575f5ffd5b6060810161563e8285614b30565b6001600160a01b039290921660409190910152919050565b634e487b7160e01b5f52601160045260245ffd5b8181038181111561083d5761083d615656565b6001600160401b03828116828216039081111561083d5761083d615656565b5f81600f0b60016001607f1b031981036156b8576156b8615656565b5f0392915050565b600f81810b9083900b0160016001607f1b03811360016001607f1b03198212171561083d5761083d615656565b6001600160a01b038616815260c0810161570a6020830187614b30565b6001600160a01b039490941660608201526001600160401b0392909216608083015263ffffffff1660a09091015292915050565b5f5f8335601e19843603018112615753575f5ffd5b8301803591506001600160401b0382111561576c575f5ffd5b60200191503681900382131561179d575f5ffd5b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b6001600160a01b03881681525f60c082016157c6602084018a614b30565b60c060608401528690528660e083015f5b888110156158075782356157ea81614960565b6001600160a01b03168252602092830192909101906001016157d7565b50838103608085015261581a8188614d57565b91505082810360a0840152615830818587615780565b9a9950505050505050505050565b5f6020828403121561584e575f5ffd5b813561ffff811681146107c1575f5ffd5b63ffffffff818116838216019081111561083d5761083d615656565b8183526020830192505f815f5b84811015614b895763ffffffff61589e836149e0565b1686526020958601959190910190600101615888565b6001600160a01b038581168252841660208201526060604082018190525f90614283908301848661587b565b602081525f610d49602083018486615780565b6001600160a01b038781168252861660208201526080604082018190525f9061591f908301868861587b565b8281036060840152615932818587615780565b9998505050505050505050565b5f6020828403121561594f575f5ffd5b81516107c181614960565b805160208083015191908110156151f9575f1960209190910360031b1b16919050565b604081525f61598f6040830185614f71565b8281036020840152611d318185614f71565b5f602082840312156159b1575f5ffd5b81516001600160401b038111156159c6575f5ffd5b8201601f810184136159d6575f5ffd5b80516159e4614c8e82614c4f565b8082825260208201915060208360051b850101925086831115615a05575f5ffd5b602084015b83811015615aa25780516001600160401b03811115615a27575f5ffd5b8501603f81018913615a37575f5ffd5b6020810151615a48614c8e82614c4f565b808282526020820191506020808460051b8601010192508b831115615a6b575f5ffd5b6040840193505b82841015615a8d578351825260209384019390910190615a72565b86525050602093840193919091019050615a0a565b509695505050505050565b5f60018201615abe57615abe615656565b5060010190565b5f81615ad357615ad3615656565b505f190190565b600f82810b9082900b0360016001607f1b0319811260016001607f1b038213171561083d5761083d615656565b634e487b7160e01b5f52602160045260245ffd5b634e487b7160e01b5f52601260045260245ffd5b8082018082111561083d5761083d615656565b8082018281125f831280158216821582161715615b6157615b61615656565b505092915050565b634e487b7160e01b5f52603160045260245ffd5b5f82615b9757634e487b7160e01b5f52601260045260245ffd5b50049056fea26469706673582212203c3fd667caf85070715ce20d313fa488db936999ef7ff1875a48d39c4e97cebc64736f6c634300081b0033","gas_used":4731771,"gas_limit":6283493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x608060405234801561000f575f5ffd5b50600436106102b1575f3560e01c80636cfb44811161017b578063a9821821116100e4578063c221d8ae1161009e578063df5cf72311610079578063df5cf7231461072d578063f2fde38b14610754578063f605ce0814610767578063fabc1cbc1461077a575f5ffd5b8063c221d8ae146106f4578063cd6dc68714610707578063d3d96ff41461071a575f5ffd5b8063a982182114610666578063adc2e3d914610679578063b2447af71461068c578063b66bd9891461069f578063b9fbaed1146106b2578063ba1a84e5146106e1575f5ffd5b8063886f119511610135578063886f1195146105d55780638ce64854146105fc5780638da5cb5b1461061c57806394d7d00c1461062d578063952899ee14610640578063a9333ec814610653575f5ffd5b80636cfb4481146105425780636e3492b51461056d5780636e875dba14610580578063715018a61461059357806379ae50cd1461059b5780637bc1ef61146105ae575f5ffd5b80634177a87c1161021d57806354fd4d50116101d757806354fd4d50146104ca57806356c483e6146104df578063595c6a67146104f25780635ac86ab7146104fa5780635c975abb1461051d578063670d3ba21461052f575f5ffd5b80634177a87c1461042a5780634657e26a1461044a5780634a10ffe5146104715780634b5046ef1461049157806350feea20146104a4578063547afb87146104b7575f5ffd5b80632981eb771161026e5780632981eb771461035c5780632b453a9a146103985780632bab2c4a146103b8578063304c10cd146103cb57806336352057146103f657806340120dab14610409575f5ffd5b806310e1b9b8146102b55780631352c3e6146102de578063136439dd1461030157806315fe502814610316578063260dc75814610336578063261f84e014610349575b5f5ffd5b6102c86102c3366004614a50565b61078d565b6040516102d59190614a97565b60405180910390f35b6102f16102ec366004614aca565b6107c8565b60405190151581526020016102d5565b61031461030f366004614afe565b610843565b005b610329610324366004614b15565b610918565b6040516102d59190614b93565b6102f1610344366004614ba5565b610a2f565b610314610357366004614bff565b610a60565b6103837f000000000000000000000000000000000000000000000000000000000000038481565b60405163ffffffff90911681526020016102d5565b6103ab6103a6366004614ce4565b610d3b565b6040516102d59190614d87565b6103ab6103c6366004614dea565b610d51565b6103de6103d9366004614b15565b610df0565b6040516001600160a01b0390911681526020016102d5565b610314610404366004614e6e565b610e1f565b61041c610417366004614ec0565b611629565b6040516102d5929190614f4d565b61043d610438366004614ba5565b6117a4565b6040516102d59190614faa565b6103de7f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad78881565b61048461047f366004614fbc565b6117c8565b6040516102d59190614fff565b61031461049f36600461504a565b611870565b6103146104b23660046150ca565b61192a565b6104846104c5366004615128565b611a88565b6104d2611b30565b6040516102d5919061516a565b6103146104ed36600461519f565b611b60565b610314611c65565b6102f16105083660046151c9565b606654600160ff9092169190911b9081161490565b6066545b6040519081526020016102d5565b6102f161053d366004614aca565b611d14565b610555610550366004614ec0565b611d25565b6040516001600160401b0390911681526020016102d5565b61031461057b3660046151ff565b611d3a565b61043d61058e366004614ba5565b61211b565b61031461212c565b6103296105a9366004614b15565b61213d565b6103837f00000000000000000000000000000000000000000000000000000000000004b081565b6103de7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e081565b61060f61060a366004615230565b612217565b6040516102d59190615273565b6033546001600160a01b03166103de565b61048461063b366004615285565b6122d3565b61031461064e3660046152e0565b6123bf565b610555610661366004614ec0565b61287e565b610314610674366004615489565b6128ad565b610314610687366004615507565b61295f565b61052161069a366004614ba5565b612cbc565b6103146106ad3660046150ca565b612cde565b6106c56106c0366004614b15565b612e38565b60408051921515835263ffffffff9091166020830152016102d5565b6105216106ef366004614b15565b612ed2565b61043d610702366004614aca565b612ef2565b610314610715366004615549565b612f1b565b610314610728366004614ec0565b613038565b6103de7f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b610314610762366004614b15565b61315c565b610555610775366004614ec0565b6131d5565b610314610788366004614afe565b6131e1565b604080516060810182525f80825260208201819052918101829052906107bc856107b6866132f7565b8561335a565b925050505b9392505050565b6001600160a01b0382165f908152609e602052604081208190816107eb856132f7565b815260208082019290925260409081015f2081518083019092525460ff8116151580835261010090910463ffffffff16928201929092529150806108395750806020015163ffffffff164311155b9150505b92915050565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa1580156108a5573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108c99190615573565b6108e657604051631d77d47760e21b815260040160405180910390fd5b606654818116811461090b5760405163c61dca5d60e01b815260040160405180910390fd5b610914826134c6565b5050565b6001600160a01b0381165f908152609d602052604081206060919061093c90613503565b90505f816001600160401b0381111561095757610957614974565b60405190808252806020026020018201604052801561099b57816020015b604080518082019091525f80825260208201528152602001906001900390816109755790505b5090505f5b82811015610a27576001600160a01b0385165f908152609d60205260409020610a02906109cd908361350c565b604080518082019091525f80825260208201525060408051808201909152606082901c815263ffffffff909116602082015290565b828281518110610a1457610a14615592565b60209081029190910101526001016109a0565b509392505050565b60208082015182516001600160a01b03165f90815260989092526040822061083d9163ffffffff9081169061351716565b82610a6a8161352e565b610a875760405163932d94f760e01b815260040160405180910390fd5b6001600160a01b0384165f90815260a4602052604090205460ff16610abf576040516348f7dbb960e01b815260040160405180910390fd5b5f5b82811015610d34575f6040518060400160405280876001600160a01b03168152602001868685818110610af657610af6615592565b9050602002810190610b0891906155a6565b610b169060208101906155c4565b63ffffffff168152509050610b60816020015163ffffffff1660985f896001600160a01b03166001600160a01b031681526020019081526020015f206135d890919063ffffffff16565b610b7d57604051631fb1705560e21b815260040160405180910390fd5b7f31629285ead2335ae0933f86ed2ae63321f7af77b4e6eaabc42c057880977e6c6040518060400160405280886001600160a01b03168152602001836020015163ffffffff16815250604051610bd391906155dd565b60405180910390a15f610be5826132f7565b90505f5b868685818110610bfb57610bfb615592565b9050602002810190610c0d91906155a6565b610c1b9060208101906155eb565b9050811015610d2957610c91878786818110610c3957610c39615592565b9050602002810190610c4b91906155a6565b610c599060208101906155eb565b83818110610c6957610c69615592565b9050602002016020810190610c7e9190614b15565b5f848152609960205260409020906135e3565b507f7ab260fe0af193db5f4986770d831bda4ea46099dc817e8b6716dcae8af8e88b83888887818110610cc657610cc6615592565b9050602002810190610cd891906155a6565b610ce69060208101906155eb565b84818110610cf657610cf6615592565b9050602002016020810190610d0b9190614b15565b604051610d19929190615630565b60405180910390a1600101610be9565b505050600101610ac1565b5050505050565b6060610d49848484436135f7565b949350505050565b6060610d5f858585856135f7565b90505f5b8451811015610de757610d8f858281518110610d8157610d81615592565b6020026020010151876107c8565b610ddf575f5b8451811015610ddd575f838381518110610db157610db1615592565b60200260200101518281518110610dca57610dca615592565b6020908102919091010152600101610d95565b505b600101610d63565b50949350505050565b6001600160a01b038082165f908152609760205260408120549091168015610e1857806107c1565b5090919050565b606654600190600290811603610e485760405163840a48d560e01b815260040160405180910390fd5b82610e528161352e565b610e6f5760405163932d94f760e01b815260040160405180910390fd5b5f6040518060400160405280866001600160a01b03168152602001856020016020810190610e9d91906155c4565b63ffffffff1690529050610eb460608501856155eb565b9050610ec360408601866155eb565b905014610ee3576040516343714afd60e01b815260040160405180910390fd5b60208082015182516001600160a01b03165f90815260989092526040909120610f159163ffffffff9081169061351716565b610f3257604051631fb1705560e21b815260040160405180910390fd5b610f48610f426020860186614b15565b826107c8565b610f655760405163ebbff49760e01b815260040160405180910390fd5b5f610f7360408601866155eb565b90506001600160401b03811115610f8c57610f8c614974565b604051908082528060200260200182016040528015610fb5578160200160208202803683370190505b5090505f5b610fc760408701876155eb565b90508110156115bb5780158061105a5750610fe560408701876155eb565b610ff060018461566a565b818110610fff57610fff615592565b90506020020160208101906110149190614b15565b6001600160a01b031661102a60408801886155eb565b8381811061103a5761103a615592565b905060200201602081019061104f9190614b15565b6001600160a01b0316115b61107757604051639f1c805360e01b815260040160405180910390fd5b61108460608701876155eb565b8281811061109457611094615592565b905060200201355f1080156110d45750670de0b6b3a76400006110ba60608801886155eb565b838181106110ca576110ca615592565b9050602002013511155b6110f157604051631353603160e01b815260040160405180910390fd5b61114d61110160408801886155eb565b8381811061111157611111615592565b90506020020160208101906111269190614b15565b60995f611132876132f7565b81526020019081526020015f206138e490919063ffffffff16565b61116a576040516331bc342760e11b815260040160405180910390fd5b5f806111bc61117c60208a018a614b15565b611185876132f7565b61119260408c018c6155eb565b878181106111a2576111a2615592565b90506020020160208101906111b79190614b15565b61335a565b805191935091506001600160401b03165f036111d95750506115b3565b5f6112146111ea60608b018b6155eb565b868181106111fa576111fa615592565b85516001600160401b031692602090910201359050613905565b835190915061122f6001600160401b0380841690831661391b565b86868151811061124157611241615592565b60200260200101818152505081835f0181815161125e919061567d565b6001600160401b031690525083518290859061127b90839061567d565b6001600160401b031690525060208401805183919061129b90839061567d565b6001600160401b031690525060208301515f600f9190910b12156113b3575f6112fe6112ca60608d018d6155eb565b888181106112da576112da615592565b9050602002013585602001516112ef9061569c565b6001600160801b031690613905565b9050806001600160401b03168460200181815161131b91906156c0565b600f0b9052507f1487af5418c47ee5ea45ef4a93398668120890774a9e13487e61e9dc3baf76dd61134f60208d018d614b15565b8961135d60408f018f6155eb565b8a81811061136d5761136d615592565b90506020020160208101906113829190614b15565b611393885f0151896020015161392f565b88604001516040516113a99594939291906156ed565b60405180910390a1505b6114056113c360208c018c614b15565b6113cc896132f7565b6113d960408e018e6155eb565b898181106113e9576113e9615592565b90506020020160208101906113fe9190614b15565b878761394e565b7f1487af5418c47ee5ea45ef4a93398668120890774a9e13487e61e9dc3baf76dd61143360208c018c614b15565b8861144160408e018e6155eb565b8981811061145157611451615592565b90506020020160208101906114669190614b15565b865160405161147a949392919043906156ed565b60405180910390a16114cb61149260208c018c614b15565b61149f60408d018d6155eb565b888181106114af576114af615592565b90506020020160208101906114c49190614b15565b8651613b86565b6001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91663601bb36f61150760208d018d614b15565b61151460408e018e6155eb565b8981811061152457611524615592565b90506020020160208101906115399190614b15565b875160405160e085901b6001600160e01b03191681526001600160a01b0393841660048201529290911660248301526001600160401b0380861660448401521660648201526084015f604051808303815f87803b158015611598575f5ffd5b505af11580156115aa573d5f5f3e3d5ffd5b50505050505050505b600101610fba565b507f80969ad29428d6797ee7aad084f9e4a42a82fc506dcd2ca3b6fb431f85ccebe56115ea6020870187614b15565b836115f860408901896155eb565b8561160660808c018c61573e565b60405161161997969594939291906157a8565b60405180910390a1505050505050565b6001600160a01b0382165f908152609d60205260408120606091829161164e90613503565b90505f816001600160401b0381111561166957611669614974565b6040519080825280602002602001820160405280156116ad57816020015b604080518082019091525f80825260208201528152602001906001900390816116875790505b5090505f826001600160401b038111156116c9576116c9614974565b60405190808252806020026020018201604052801561171257816020015b604080516060810182525f80825260208083018290529282015282525f199092019101816116e75790505b5090505f5b83811015611795576001600160a01b0388165f908152609d60205260408120611744906109cd908461350c565b90508084838151811061175957611759615592565b602002602001018190525061176f89828a61078d565b83838151811061178157611781615592565b602090810291909101015250600101611717565b509093509150505b9250929050565b60605f6107c160995f6117b6866132f7565b81526020019081526020015f20613c08565b60605f83516001600160401b038111156117e4576117e4614974565b60405190808252806020026020018201604052801561180d578160200160208202803683370190505b5090505f5b8451811015610a275761183e85828151811061183057611830615592565b60200260200101518561287e565b82828151811061185057611850615592565b6001600160401b0390921660209283029190910190910152600101611812565b6066545f906001908116036118985760405163840a48d560e01b815260040160405180910390fd5b8382146118b8576040516343714afd60e01b815260040160405180910390fd5b5f5b8481101561192157611919878787848181106118d8576118d8615592565b90506020020160208101906118ed9190614b15565b8686858181106118ff576118ff615592565b9050602002016020810190611914919061583e565b613c14565b6001016118ba565b50505050505050565b836119348161352e565b6119515760405163932d94f760e01b815260040160405180910390fd5b604080518082019091526001600160a01b038616815263ffffffff851660208201525f61197d826132f7565b90506119be826020015163ffffffff1660985f8a6001600160a01b03166001600160a01b031681526020019081526020015f2061351790919063ffffffff16565b6119db57604051631fb1705560e21b815260040160405180910390fd5b5f5b84811015611a7e576119fa868683818110610c6957610c69615592565b611a175760405163585cfb2f60e01b815260040160405180910390fd5b7f7ab260fe0af193db5f4986770d831bda4ea46099dc817e8b6716dcae8af8e88b83878784818110611a4b57611a4b615592565b9050602002016020810190611a609190614b15565b604051611a6e929190615630565b60405180910390a16001016119dd565b5050505050505050565b60605f82516001600160401b03811115611aa457611aa4614974565b604051908082528060200260200182016040528015611acd578160200160208202803683370190505b5090505f5b8351811015610a2757611afe85858381518110611af157611af1615592565b602002602001015161287e565b828281518110611b1057611b10615592565b6001600160401b0390921660209283029190910190910152600101611ad2565b6060611b5b7f76302e302e300000000000000000000000000000000000000000000000000006613d18565b905090565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91614611c5b57611b998261352e565b611bb6576040516348f5c3ed60e01b815260040160405180910390fd5b6040516336b87bd760e11b81526001600160a01b0383811660048301527f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91690636d70f7ae90602401602060405180830381865afa158015611c1a573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c3e9190615573565b611c5b5760405163ccea9e6f60e01b815260040160405180910390fd5b6109148282613d55565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa158015611cc7573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ceb9190615573565b611d0857604051631d77d47760e21b815260040160405180910390fd5b611d125f196134c6565b565b5f6107c183609a5f611132866132f7565b5f5f611d318484613f01565b95945050505050565b606654600290600490811603611d635760405163840a48d560e01b815260040160405180910390fd5b611d78611d736020840184614b15565b61352e565b80611d915750611d91611d736040840160208501614b15565b611dae576040516348f5c3ed60e01b815260040160405180910390fd5b5f5b611dbd60408401846155eb565b905081101561207f575f6040518060400160405280856020016020810190611de59190614b15565b6001600160a01b03168152602001611e0060408701876155eb565b85818110611e1057611e10615592565b9050602002016020810190611e2591906155c4565b63ffffffff168152509050611e72816020015163ffffffff1660985f876020016020810190611e549190614b15565b6001600160a01b0316815260208101919091526040015f2090613517565b611e8f57604051631fb1705560e21b815260040160405180910390fd5b609e5f611e9f6020870187614b15565b6001600160a01b03166001600160a01b031681526020019081526020015f205f611ec8836132f7565b815260208101919091526040015f205460ff16611ef8576040516325131d4f60e01b815260040160405180910390fd5b611f32611f04826132f7565b609c5f611f146020890189614b15565b6001600160a01b0316815260208101919091526040015f2090614070565b50611f6a611f436020860186614b15565b609a5f611f4f856132f7565b81526020019081526020015f2061407b90919063ffffffff16565b50611f786020850185614b15565b6001600160a01b03167fad34c3070be1dffbcaa499d000ba2b8d9848aefcac3059df245dd95c4ece14fe82604051611fb091906155dd565b60405180910390a2604080518082019091525f815260208101611ff37f00000000000000000000000000000000000000000000000000000000000003844361585f565b63ffffffff169052609e5f61200b6020880188614b15565b6001600160a01b03166001600160a01b031681526020019081526020015f205f612034846132f7565b81526020808201929092526040015f2082518154939092015163ffffffff166101000264ffffffff00199215159290921664ffffffffff199093169290921717905550600101611db0565b506120936103d96040840160208501614b15565b6001600160a01b031663303ca9566120ae6020850185614b15565b6120be6040860160208701614b15565b6120cb60408701876155eb565b6040518563ffffffff1660e01b81526004016120ea94939291906158b4565b5f604051808303815f87803b158015612101575f5ffd5b505af1158015612113573d5f5f3e3d5ffd5b505050505050565b606061083d609a5f6117b6856132f7565b61213461408f565b611d125f6140e9565b6001600160a01b0381165f908152609c602052604081206060919061216190613503565b90505f816001600160401b0381111561217c5761217c614974565b6040519080825280602002602001820160405280156121c057816020015b604080518082019091525f808252602082015281526020019060019003908161219a5790505b5090505f5b82811015610a27576001600160a01b0385165f908152609c602052604090206121f2906109cd908361350c565b82828151811061220457612204615592565b60209081029190910101526001016121c5565b60605f84516001600160401b0381111561223357612233614974565b60405190808252806020026020018201604052801561227c57816020015b604080516060810182525f80825260208083018290529282015282525f199092019101816122515790505b5090505f5b8551811015610de7576122ae86828151811061229f5761229f615592565b6020026020010151868661078d565b8282815181106122c0576122c0615592565b6020908102919091010152600101612281565b60605f83516001600160401b038111156122ef576122ef614974565b604051908082528060200260200182016040528015612318578160200160208202803683370190505b5090505f5b8451811015610de7576001600160a01b0386165f90815260a160205260408120865161238d9287929189908690811061235857612358615592565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f2061413a90919063ffffffff16565b82828151811061239f5761239f615592565b6001600160401b039092166020928302919091019091015260010161231d565b6066545f906001908116036123e75760405163840a48d560e01b815260040160405180910390fd5b6123f08361352e565b61240d576040516348f5c3ed60e01b815260040160405180910390fd5b5f5f5f61241986612e38565b915091508161243b5760405163fa55fc8160e01b815260040160405180910390fd5b91505f90505b8351811015610d345783818151811061245c5761245c615592565b6020026020010151604001515184828151811061247b5761247b615592565b60200260200101516020015151146124a6576040516343714afd60e01b815260040160405180910390fd5b5f8482815181106124b9576124b9615592565b602090810291909101810151518082015181516001600160a01b03165f908152609890935260409092209092506124f99163ffffffff9081169061351716565b61251657604051631fb1705560e21b815260040160405180910390fd5b5f61252187836107c8565b90505f5b86848151811061253757612537615592565b60200260200101516020015151811015612873575f87858151811061255e5761255e615592565b602002602001015160200151828151811061257b5761257b615592565b60200260200101519050612592898261ffff613c14565b5f5f6125a18b6107b6886132f7565b91509150806040015163ffffffff165f146125cf57604051630d8fcbe360e41b815260040160405180910390fd5b5f6125dc8785848961414e565b9050612621825f01518c8a815181106125f7576125f7615592565b602002602001015160400151878151811061261457612614615592565b6020026020010151614184565b600f0b602083018190525f0361264a57604051634606179360e11b815260040160405180910390fd5b5f8260200151600f0b121561278e578015612710576126cb61266b886132f7565b6001600160a01b03808f165f90815260a360209081526040808320938a16835292905220908154600160801b90819004600f0b5f818152600180860160205260409091209390935583546001600160801b03908116939091011602179055565b6126f57f00000000000000000000000000000000000000000000000000000000000003844361585f565b61270090600161585f565b63ffffffff1660408301526127fb565b6127228360200151836020015161392f565b6001600160401b031660208401528a518b908990811061274457612744615592565b602002602001015160400151858151811061276157612761615592565b6020908102919091018101516001600160401b031683525f9083015263ffffffff431660408301526127fb565b5f8260200151600f0b13156127fb576127af8360200151836020015161392f565b6001600160401b0390811660208501819052845190911610156127e557604051636c9be0bf60e01b815260040160405180910390fd5b6127ef894361585f565b63ffffffff1660408301525b6128108c612808896132f7565b86868661394e565b7f1487af5418c47ee5ea45ef4a93398668120890774a9e13487e61e9dc3baf76dd8c8886612845865f0151876020015161392f565b866040015160405161285b9594939291906156ed565b60405180910390a15050600190920191506125259050565b505050600101612441565b6001600160a01b038083165f90815260a16020908152604080832093851683529290529081206107c19061419b565b826128b78161352e565b6128d45760405163932d94f760e01b815260040160405180910390fd5b6001600160a01b0384165f90815260a4602052604090205460ff16612916576001600160a01b0384165f90815260a460205260409020805460ff191660011790555b836001600160a01b03167fa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c94371384846040516129519291906158e0565b60405180910390a250505050565b6066546002906004908116036129885760405163840a48d560e01b815260040160405180910390fd5b826129928161352e565b6129af5760405163932d94f760e01b815260040160405180910390fd5b6040516336b87bd760e11b81526001600160a01b0385811660048301527f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91690636d70f7ae90602401602060405180830381865afa158015612a13573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a379190615573565b612a545760405163ccea9e6f60e01b815260040160405180910390fd5b5f5b612a6360208501856155eb565b9050811015612c2b57604080518082019091525f9080612a866020880188614b15565b6001600160a01b03168152602001868060200190612aa491906155eb565b85818110612ab457612ab4615592565b9050602002016020810190612ac991906155c4565b63ffffffff90811690915260208083015183516001600160a01b03165f90815260989092526040909120929350612b0592919081169061351716565b612b2257604051631fb1705560e21b815260040160405180910390fd5b612b2c86826107c8565b15612b4a57604051636c6c6e2760e11b815260040160405180910390fd5b612b73612b56826132f7565b6001600160a01b0388165f908152609c60205260409020906135d8565b50612b9f86609a5f612b84856132f7565b81526020019081526020015f206135e390919063ffffffff16565b50856001600160a01b03167f43232edf9071753d2321e5fa7e018363ee248e5f2142e6c08edd3265bfb4895e82604051612bd991906155dd565b60405180910390a26001600160a01b0386165f908152609e60205260408120600191612c04846132f7565b815260208101919091526040015f20805460ff191691151591909117905550600101612a56565b50612c3c6103d96020850185614b15565b6001600160a01b031663c63fd50285612c586020870187614b15565b612c6560208801886155eb565b612c7260408a018a61573e565b6040518763ffffffff1660e01b8152600401612c93969594939291906158f3565b5f604051808303815f87803b158015612caa575f5ffd5b505af1158015611a7e573d5f5f3e3d5ffd5b5f61083d609a5f612ccc856132f7565b81526020019081526020015f20613503565b83612ce88161352e565b612d055760405163932d94f760e01b815260040160405180910390fd5b6040805180820182526001600160a01b03871680825263ffffffff80881660208085018290525f93845260989052939091209192612d44929161351716565b612d6157604051631fb1705560e21b815260040160405180910390fd5b5f612d6b826132f7565b90505f5b84811015611a7e57612db4868683818110612d8c57612d8c615592565b9050602002016020810190612da19190614b15565b5f8481526099602052604090209061407b565b612dd1576040516331bc342760e11b815260040160405180910390fd5b7f7b4b073d80dcac55a11177d8459ad9f664ceeb91f71f27167bb14f8152a7eeee83878784818110612e0557612e05615592565b9050602002016020810190612e1a9190614b15565b604051612e28929190615630565b60405180910390a1600101612d6f565b6001600160a01b0381165f908152609b602090815260408083208151608081018352905463ffffffff80821680845260ff600160201b8404161515958401869052650100000000008304821694840194909452600160481b909104166060820181905284939192919015801590612eb95750826060015163ffffffff164310155b15612ec8575050604081015160015b9590945092505050565b6001600160a01b0381165f90815260986020526040812061083d90613503565b6001600160a01b0382165f908152609f602052604081206060919061083990826117b6866132f7565b5f54610100900460ff1615808015612f3957505f54600160ff909116105b80612f525750303b158015612f5257505f5460ff166001145b612fba5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015612fdb575f805461ff0019166101001790555b612fe4826134c6565b612fed836140e9565b8015613033575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498906020015b60405180910390a15b505050565b816130428161352e565b61305f5760405163932d94f760e01b815260040160405180910390fd5b60405163b526578760e01b81526001600160a01b03848116600483015283169063b526578790602401602060405180830381865afa1580156130a3573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130c79190615573565b6130e457604051631d0b13c160e31b815260040160405180910390fd5b6001600160a01b038381165f90815260976020526040902080546001600160a01b0319169184169190911790557f2ae945c40c44dc0ec263f95609c3fdc6952e0aefa22d6374e44f2c997acedf858361313c81610df0565b604080516001600160a01b0393841681529290911660208301520161302a565b61316461408f565b6001600160a01b0381166131c95760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401612fb1565b6131d2816140e9565b50565b5f5f610de78484613f01565b7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561323d573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613261919061593f565b6001600160a01b0316336001600160a01b0316146132925760405163794821ff60e01b815260040160405180910390fd5b606654801982198116146132b95760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b5f815f0151826020015163ffffffff1660405160200161334292919060609290921b6bffffffffffffffffffffffff1916825260a01b6001600160a01b031916601482015260200190565b60405160208183030381529060405261083d9061595a565b6040805180820182525f80825260208083018290528351606081018552828152808201839052808501839052845180860186526001600160a01b03898116855260a18452868520908816855290925293822092939281906133ba9061419b565b6001600160401b0390811682526001600160a01b038981165f81815260a260209081526040808320948c168084529482528083205486169682019690965291815260a082528481208b8252825284812092815291815290839020835160608101855290549283168152600160401b8304600f0b91810191909152600160c01b90910463ffffffff1691810182905291925043101561345c5790925090506134be565b61346d815f0151826020015161392f565b6001600160401b0316815260208101515f600f9190910b12156134ab5761349c8260200151826020015161392f565b6001600160401b031660208301525b5f60408201819052602082015290925090505b935093915050565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b5f61083d825490565b5f6107c183836141ae565b5f81815260018301602052604081205415156107c1565b604051631beb2b9760e31b81526001600160a01b0382811660048301523360248301523060448301525f80356001600160e01b0319166064840152917f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7889091169063df595cb8906084016020604051808303815f875af11580156135b4573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061083d9190615573565b5f6107c183836141d4565b5f6107c1836001600160a01b0384166141d4565b606083516001600160401b0381111561361257613612614974565b60405190808252806020026020018201604052801561364557816020015b60608152602001906001900390816136305790505b5090505f7f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b031663f0e0e67686866040518363ffffffff1660e01b815260040161369792919061597d565b5f60405180830381865afa1580156136b1573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526136d891908101906159a1565b90505f5b85518110156138da575f8682815181106136f8576136f8615592565b6020026020010151905085516001600160401b0381111561371b5761371b614974565b604051908082528060200260200182016040528015613744578160200160208202803683370190505b5084838151811061375757613757615592565b60209081029190910101525f5b86518110156138d0575f87828151811061378057613780615592565b6020908102919091018101516001600160a01b038086165f90815260a18452604080822092841682529190935282209092506137bb9061419b565b9050806001600160401b03165f036137d45750506138c8565b5f6137e0858d8561078d565b90508863ffffffff16816040015163ffffffff161115801561380857505f8160200151600f0b125b1561382a5761381e815f0151826020015161392f565b6001600160401b031681525b80515f90613845906001600160401b0390811690851661391b565b905061388c8189898151811061385d5761385d615592565b6020026020010151878151811061387657613876615592565b602002602001015161422090919063ffffffff16565b89888151811061389e5761389e615592565b602002602001015186815181106138b7576138b7615592565b602002602001018181525050505050505b600101613764565b50506001016136dc565b5050949350505050565b6001600160a01b0381165f90815260018301602052604081205415156107c1565b5f6107c18383670de0b6b3a76400006001614234565b5f6107c183670de0b6b3a76400008461428d565b5f6107c1613946836001600160401b0386166156c0565b600f0b614372565b6020808301516001600160a01b038088165f90815260a284526040808220928816825291909352909120546001600160401b03908116911614613a1457602082810180516001600160a01b038881165f81815260a286526040808220938a1680835293875290819020805467ffffffffffffffff19166001600160401b0395861617905593518451918252948101919091529216908201527facf9095feb3a370c9cf692421c69ef320d4db5c66e6a7d29c7694eb02364fc559060600160405180910390a15b6001600160a01b038086165f90815260a060209081526040808320888452825280832093871683529281529082902083518154928501519385015163ffffffff16600160c01b0263ffffffff60c01b196001600160801b038616600160401b026001600160c01b03199095166001600160401b03909316929092179390931716919091179055600f0b15613af6576001600160a01b0385165f908152609f602090815260408083208784529091529020613ace90846135e3565b506001600160a01b0385165f908152609d60205260409020613af090856135d8565b50610d34565b80516001600160401b03165f03610d34576001600160a01b0385165f908152609f602090815260408083208784529091529020613b33908461407b565b506001600160a01b0385165f908152609f602090815260408083208784529091529020613b5f90613503565b5f03610d34576001600160a01b0385165f908152609d602052604090206121139085614070565b6001600160a01b038084165f90815260a160209081526040808320938616835292905220613bb59043836143dd565b604080516001600160a01b038086168252841660208201526001600160401b038316918101919091527f1c6458079a41077d003c11faf9bf097e693bd67979e4e6500bac7b29db779b5c9060600161302a565b60605f6107c1836143f1565b6001600160a01b038381165f90815260a360209081526040808320938616835292905290812054600f81810b600160801b909204900b035b5f81118015613c5e57508261ffff1682105b15610d34576001600160a01b038086165f90815260a3602090815260408083209388168352929052908120613c929061444a565b90505f5f613ca188848961335a565b91509150806040015163ffffffff16431015613cbf57505050610d34565b613ccc888489858561394e565b6001600160a01b038089165f90815260a360209081526040808320938b16835292905220613cf99061449c565b50613d0385615aad565b9450613d0e84615ac5565b9350505050613c4c565b60605f613d2483614519565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6001600160a01b0382165f908152609b60209081526040918290208251608081018452905463ffffffff808216835260ff600160201b830416151593830193909352650100000000008104831693820193909352600160481b909204166060820181905215801590613dd15750806060015163ffffffff164310155b15613deb57604081015163ffffffff168152600160208201525b63ffffffff82166040820152613e217f00000000000000000000000000000000000000000000000000000000000004b04361585f565b613e2c90600161585f565b63ffffffff90811660608381019182526001600160a01b0386165f818152609b602090815260409182902087518154838a0151858b01519851928a1664ffffffffff1990921691909117600160201b91151591909102176cffffffffffffffff0000000000191665010000000000978916979097026cffffffff000000000000000000191696909617600160481b968816968702179055815192835294871694820194909452928301919091527f4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db910161302a565b6001600160a01b038281165f81815260a2602090815260408083209486168084529482528083205493835260a38252808320948352939052918220546001600160401b039091169190600f81810b600160801b909204900b03815b8181101561402c576001600160a01b038087165f90815260a3602090815260408083209389168352929052908120613f949083614540565b6001600160a01b038881165f90815260a0602090815260408083208584528252808320938b16835292815290829020825160608101845290546001600160401b0381168252600160401b8104600f0b92820192909252600160c01b90910463ffffffff1691810182905291925043101561400f57505061402c565b61401d86826020015161392f565b95505050806001019050613f5c565b506001600160a01b038086165f90815260a160209081526040808320938816835292905220839061405c9061419b565b614066919061567d565b9150509250929050565b5f6107c183836145af565b5f6107c1836001600160a01b0384166145af565b6033546001600160a01b03163314611d125760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401612fb1565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b5f6107c18383670de0b6b3a7640000614692565b5f61415f8460995f611132896132f7565b80156141685750815b8015611d3157505090516001600160401b031615159392505050565b5f6107c16001600160401b03808516908416615ada565b5f61083d82670de0b6b3a76400006146e7565b5f825f0182815481106141c3576141c3615592565b905f5260205f200154905092915050565b5f81815260018301602052604081205461421957508154600181810184555f84815260208082209093018490558454848252828601909352604090209190915561083d565b505f61083d565b5f6107c18383670de0b6b3a764000061428d565b5f5f61424186868661428d565b9050600183600281111561425757614257615b07565b14801561427357505f848061426e5761426e615b1b565b868809115b15611d3157614283600182615b2f565b9695505050505050565b5f80805f19858709858702925082811083820303915050805f036142c4578382816142ba576142ba615b1b565b04925050506107c1565b80841161430b5760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b6044820152606401612fb1565b5f8486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091025f889003889004909101858311909403939093029303949094049190911702949350505050565b5f6001600160401b038211156143d95760405162461bcd60e51b815260206004820152602660248201527f53616665436173743a2076616c756520646f65736e27742066697420696e203660448201526534206269747360d01b6064820152608401612fb1565b5090565b61303383836001600160401b03841661471e565b6060815f0180548060200260200160405190810160405280929190818152602001828054801561443e57602002820191905f5260205f20905b81548152602001906001019080831161442a575b50505050509050919050565b5f6144648254600f81810b600160801b909204900b131590565b1561448257604051631ed9509560e11b815260040160405180910390fd5b508054600f0b5f9081526001909101602052604090205490565b5f6144b68254600f81810b600160801b909204900b131590565b156144d457604051631ed9509560e11b815260040160405180910390fd5b508054600f0b5f818152600180840160205260408220805492905583546fffffffffffffffffffffffffffffffff191692016001600160801b03169190911790915590565b5f60ff8216601f81111561083d57604051632cd44ac360e21b815260040160405180910390fd5b5f5f61456261454e84614821565b855461455d9190600f0b615b42565b61488a565b8454909150600160801b9004600f90810b9082900b1261459557604051632d0483c560e21b815260040160405180910390fd5b600f0b5f9081526001939093016020525050604090205490565b5f8181526001830160205260408120548015614689575f6145d160018361566a565b85549091505f906145e49060019061566a565b9050818114614643575f865f01828154811061460257614602615592565b905f5260205f200154905080875f01848154811061462257614622615592565b5f918252602080832090910192909255918252600188019052604090208390555b855486908061465457614654615b69565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f90556001935050505061083d565b5f91505061083d565b82545f90816146a3868683856148f3565b905080156146dd576146c7866146ba60018461566a565b5f91825260209091200190565b54600160201b90046001600160e01b03166107bc565b5091949350505050565b81545f90801561471657614700846146ba60018461566a565b54600160201b90046001600160e01b0316610839565b509092915050565b825480156147d4575f614736856146ba60018561566a565b60408051808201909152905463ffffffff808216808452600160201b9092046001600160e01b0316602084015291925090851610156147885760405163151b8e3f60e11b815260040160405180910390fd5b805163ffffffff8086169116036147d257826147a9866146ba60018661566a565b80546001600160e01b0392909216600160201b0263ffffffff9092169190911790555050505050565b505b506040805180820190915263ffffffff92831681526001600160e01b03918216602080830191825285546001810187555f968752952091519051909216600160201b029190921617910155565b5f6001600160ff1b038211156143d95760405162461bcd60e51b815260206004820152602860248201527f53616665436173743a2076616c756520646f65736e27742066697420696e2061604482015267371034b73a191a9b60c11b6064820152608401612fb1565b80600f81900b81146148ee5760405162461bcd60e51b815260206004820152602760248201527f53616665436173743a2076616c756520646f65736e27742066697420696e20316044820152663238206269747360c81b6064820152608401612fb1565b919050565b5f5b81831015610a27575f6149088484614946565b5f8781526020902090915063ffffffff86169082015463ffffffff16111561493257809250614940565b61493d816001615b2f565b93505b506148f5565b5f6149546002848418615b7d565b6107c190848416615b2f565b6001600160a01b03811681146131d2575f5ffd5b634e487b7160e01b5f52604160045260245ffd5b604051606081016001600160401b03811182821017156149aa576149aa614974565b60405290565b604051601f8201601f191681016001600160401b03811182821017156149d8576149d8614974565b604052919050565b803563ffffffff811681146148ee575f5ffd5b5f60408284031215614a03575f5ffd5b604080519081016001600160401b0381118282101715614a2557614a25614974565b6040529050808235614a3681614960565b8152614a44602084016149e0565b60208201525092915050565b5f5f5f60808486031215614a62575f5ffd5b8335614a6d81614960565b9250614a7c85602086016149f3565b91506060840135614a8c81614960565b809150509250925092565b81516001600160401b03168152602080830151600f0b9082015260408083015163ffffffff16908201526060810161083d565b5f5f60608385031215614adb575f5ffd5b8235614ae681614960565b9150614af584602085016149f3565b90509250929050565b5f60208284031215614b0e575f5ffd5b5035919050565b5f60208284031215614b25575f5ffd5b81356107c181614960565b80516001600160a01b0316825260209081015163ffffffff16910152565b5f8151808452602084019350602083015f5b82811015614b8957614b73868351614b30565b6040959095019460209190910190600101614b60565b5093949350505050565b602081525f6107c16020830184614b4e565b5f60408284031215614bb5575f5ffd5b6107c183836149f3565b5f5f83601f840112614bcf575f5ffd5b5081356001600160401b03811115614be5575f5ffd5b6020830191508360208260051b850101111561179d575f5ffd5b5f5f5f60408486031215614c11575f5ffd5b8335614c1c81614960565b925060208401356001600160401b03811115614c36575f5ffd5b614c4286828701614bbf565b9497909650939450505050565b5f6001600160401b03821115614c6757614c67614974565b5060051b60200190565b5f82601f830112614c80575f5ffd5b8135614c93614c8e82614c4f565b6149b0565b8082825260208201915060208360051b860101925085831115614cb4575f5ffd5b602085015b83811015614cda578035614ccc81614960565b835260209283019201614cb9565b5095945050505050565b5f5f5f60808486031215614cf6575f5ffd5b614d0085856149f3565b925060408401356001600160401b03811115614d1a575f5ffd5b614d2686828701614c71565b92505060608401356001600160401b03811115614d41575f5ffd5b614d4d86828701614c71565b9150509250925092565b5f8151808452602084019350602083015f5b82811015614b89578151865260209586019590910190600101614d69565b5f602082016020835280845180835260408501915060408160051b8601019250602086015f5b82811015614dde57603f19878603018452614dc9858351614d57565b94506020938401939190910190600101614dad565b50929695505050505050565b5f5f5f5f60a08587031215614dfd575f5ffd5b614e0786866149f3565b935060408501356001600160401b03811115614e21575f5ffd5b614e2d87828801614c71565b93505060608501356001600160401b03811115614e48575f5ffd5b614e5487828801614c71565b925050614e63608086016149e0565b905092959194509250565b5f5f60408385031215614e7f575f5ffd5b8235614e8a81614960565b915060208301356001600160401b03811115614ea4575f5ffd5b830160a08186031215614eb5575f5ffd5b809150509250929050565b5f5f60408385031215614ed1575f5ffd5b8235614edc81614960565b91506020830135614eb581614960565b5f8151808452602084019350602083015f5b82811015614b8957614f3786835180516001600160401b03168252602080820151600f0b9083015260409081015163ffffffff16910152565b6060959095019460209190910190600101614efe565b604081525f614f5f6040830185614b4e565b8281036020840152611d318185614eec565b5f8151808452602084019350602083015f5b82811015614b895781516001600160a01b0316865260209586019590910190600101614f83565b602081525f6107c16020830184614f71565b5f5f60408385031215614fcd575f5ffd5b82356001600160401b03811115614fe2575f5ffd5b614fee85828601614c71565b9250506020830135614eb581614960565b602080825282518282018190525f918401906040840190835b8181101561503f5783516001600160401b0316835260209384019390920191600101615018565b509095945050505050565b5f5f5f5f5f6060868803121561505e575f5ffd5b853561506981614960565b945060208601356001600160401b03811115615083575f5ffd5b61508f88828901614bbf565b90955093505060408601356001600160401b038111156150ad575f5ffd5b6150b988828901614bbf565b969995985093965092949392505050565b5f5f5f5f606085870312156150dd575f5ffd5b84356150e881614960565b93506150f6602086016149e0565b925060408501356001600160401b03811115615110575f5ffd5b61511c87828801614bbf565b95989497509550505050565b5f5f60408385031215615139575f5ffd5b823561514481614960565b915060208301356001600160401b0381111561515e575f5ffd5b61406685828601614c71565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f5f604083850312156151b0575f5ffd5b82356151bb81614960565b9150614af5602084016149e0565b5f602082840312156151d9575f5ffd5b813560ff811681146107c1575f5ffd5b5f606082840312156151f9575f5ffd5b50919050565b5f6020828403121561520f575f5ffd5b81356001600160401b03811115615224575f5ffd5b610839848285016151e9565b5f5f5f60808486031215615242575f5ffd5b83356001600160401b03811115615257575f5ffd5b61526386828701614c71565b935050614a7c85602086016149f3565b602081525f6107c16020830184614eec565b5f5f5f60608486031215615297575f5ffd5b83356152a281614960565b925060208401356001600160401b038111156152bc575f5ffd5b6152c886828701614c71565b9250506152d7604085016149e0565b90509250925092565b5f5f604083850312156152f1575f5ffd5b82356152fc81614960565b915060208301356001600160401b03811115615316575f5ffd5b8301601f81018513615326575f5ffd5b8035615334614c8e82614c4f565b8082825260208201915060208360051b850101925087831115615355575f5ffd5b602084015b8381101561547a5780356001600160401b03811115615377575f5ffd5b85016080818b03601f1901121561538c575f5ffd5b615394614988565b6153a18b602084016149f3565b815260608201356001600160401b038111156153bb575f5ffd5b6153ca8c602083860101614c71565b60208301525060808201356001600160401b038111156153e8575f5ffd5b6020818401019250508a601f8301126153ff575f5ffd5b813561540d614c8e82614c4f565b8082825260208201915060208360051b86010192508d83111561542e575f5ffd5b6020850194505b828510156154645784356001600160401b0381168114615453575f5ffd5b825260209485019490910190615435565b604084015250508452506020928301920161535a565b50809450505050509250929050565b5f5f5f6040848603121561549b575f5ffd5b83356154a681614960565b925060208401356001600160401b038111156154c0575f5ffd5b8401601f810186136154d0575f5ffd5b80356001600160401b038111156154e5575f5ffd5b8660208284010111156154f6575f5ffd5b939660209190910195509293505050565b5f5f60408385031215615518575f5ffd5b823561552381614960565b915060208301356001600160401b0381111561553d575f5ffd5b614066858286016151e9565b5f5f6040838503121561555a575f5ffd5b823561556581614960565b946020939093013593505050565b5f60208284031215615583575f5ffd5b815180151581146107c1575f5ffd5b634e487b7160e01b5f52603260045260245ffd5b5f8235603e198336030181126155ba575f5ffd5b9190910192915050565b5f602082840312156155d4575f5ffd5b6107c1826149e0565b6040810161083d8284614b30565b5f5f8335601e19843603018112615600575f5ffd5b8301803591506001600160401b03821115615619575f5ffd5b6020019150600581901b360382131561179d575f5ffd5b6060810161563e8285614b30565b6001600160a01b039290921660409190910152919050565b634e487b7160e01b5f52601160045260245ffd5b8181038181111561083d5761083d615656565b6001600160401b03828116828216039081111561083d5761083d615656565b5f81600f0b60016001607f1b031981036156b8576156b8615656565b5f0392915050565b600f81810b9083900b0160016001607f1b03811360016001607f1b03198212171561083d5761083d615656565b6001600160a01b038616815260c0810161570a6020830187614b30565b6001600160a01b039490941660608201526001600160401b0392909216608083015263ffffffff1660a09091015292915050565b5f5f8335601e19843603018112615753575f5ffd5b8301803591506001600160401b0382111561576c575f5ffd5b60200191503681900382131561179d575f5ffd5b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b6001600160a01b03881681525f60c082016157c6602084018a614b30565b60c060608401528690528660e083015f5b888110156158075782356157ea81614960565b6001600160a01b03168252602092830192909101906001016157d7565b50838103608085015261581a8188614d57565b91505082810360a0840152615830818587615780565b9a9950505050505050505050565b5f6020828403121561584e575f5ffd5b813561ffff811681146107c1575f5ffd5b63ffffffff818116838216019081111561083d5761083d615656565b8183526020830192505f815f5b84811015614b895763ffffffff61589e836149e0565b1686526020958601959190910190600101615888565b6001600160a01b038581168252841660208201526060604082018190525f90614283908301848661587b565b602081525f610d49602083018486615780565b6001600160a01b038781168252861660208201526080604082018190525f9061591f908301868861587b565b8281036060840152615932818587615780565b9998505050505050505050565b5f6020828403121561594f575f5ffd5b81516107c181614960565b805160208083015191908110156151f9575f1960209190910360031b1b16919050565b604081525f61598f6040830185614f71565b8281036020840152611d318185614f71565b5f602082840312156159b1575f5ffd5b81516001600160401b038111156159c6575f5ffd5b8201601f810184136159d6575f5ffd5b80516159e4614c8e82614c4f565b8082825260208201915060208360051b850101925086831115615a05575f5ffd5b602084015b83811015615aa25780516001600160401b03811115615a27575f5ffd5b8501603f81018913615a37575f5ffd5b6020810151615a48614c8e82614c4f565b808282526020820191506020808460051b8601010192508b831115615a6b575f5ffd5b6040840193505b82841015615a8d578351825260209384019390910190615a72565b86525050602093840193919091019050615a0a565b509695505050505050565b5f60018201615abe57615abe615656565b5060010190565b5f81615ad357615ad3615656565b505f190190565b600f82810b9082900b0360016001607f1b0319811260016001607f1b038213171561083d5761083d615656565b634e487b7160e01b5f52602160045260245ffd5b634e487b7160e01b5f52601260045260245ffd5b8082018082111561083d5761083d615656565b8082018281125f831280158216821582161715615b6157615b61615656565b505092915050565b634e487b7160e01b5f52603160045260245ffd5b5f82615b9757634e487b7160e01b5f52601260045260245ffd5b50049056fea26469706673582212203c3fd667caf85070715ce20d313fa488db936999ef7ff1875a48d39c4e97cebc64736f6c634300081b0033","nonce":18,"gas_used":5172407},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x4eecb7","logs":[{"address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000008000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000"},"block_hash":"0xd45aef1868b17a5c95621df263c1b5b5b357fbec614cf8873daa11e4ccf374e1","block_number":14},{"info":{"transaction_hash":"0x687d8b4b4c1dd41b3a7bbe4e3cfe695f6219fec8dd8a4ac44ace29decb022afc","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c000000000000000000000000000000000000000000000000058ae5cd63f90f417","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0"],"data":"0x00000000000000000000000000000000000000000000000058ae5cd63f90f417"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":201,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0"],"data":"0x00000000000000000000000000000000000000000000000058ae5cd63f90f417"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000008002000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000001000000000000000000000000000000000000000000"},"block_hash":"0x731da45dc598b89c3bacda67447ea052f8e289a4edd803d809fd07855060a727","block_number":173},{"info":{"transaction_hash":"0x1b446094a61db243809378909b4cfa6a5802f5f9dc098c35f5affe88b6a23b00","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec3000000000000000000000000000000000000000000000000012f18e79c1965b98","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30"],"data":"0x00000000000000000000000000000000000000000000000012f18e79c1965b98"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":199,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30"],"data":"0x00000000000000000000000000000000000000000000000012f18e79c1965b98"}],"logsBloom":"0x00000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000008000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000100200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x300fe055040fe9f50a771a37b17a68db8aa3677770c8f646085b588316809b96","block_number":171},{"info":{"transaction_hash":"0x58846b633c0691838c3d32a8fb80fb7154c5c470a9fb131b2d80e5bf075a4345","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7000000000000000000000000000000000000000000000000500faf0ef0d10cc6","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7"],"data":"0x000000000000000000000000000000000000000000000000500faf0ef0d10cc6"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":268,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7"],"data":"0x000000000000000000000000000000000000000000000000500faf0ef0d10cc6"}],"logsBloom":"0x00000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009000000000000000000000000000000000000000000000000000000000000000100000080000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x9f028f113dbf498786ebda0671760f388a8367b112987322062404a660fc2313","block_number":240},{"info":{"transaction_hash":"0xf7986d6b0c6cf43228ae34d62b72ffb24588c9f936e5ab1959012711f117b314","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x1613beb3b2c4f22ee086b2b38c1476a3ce7f78e8","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x1613beb3b2c4f22ee086b2b38c1476a3ce7f78e8","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x9623609d000000000000000000000000851356ae760d987e095750cceb3bc6014560891c000000000000000000000000cbeaf3bde82155f56486fb5a1072cb8baaf547cc00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000024c4d66de8000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":174185,"gas_limit":265209,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x1613beb3b2c4f22ee086b2b38c1476a3ce7f78e8","address":"0x851356ae760d987e095750cceb3bc6014560891c","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x4f1ef286000000000000000000000000cbeaf3bde82155f56486fb5a1072cb8baaf547cc00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000024c4d66de8000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":168201,"gas_limit":255319,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cbeaf3bde82155f56486fb5a1072cb8baaf547cc"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Call":0}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x851356ae760d987e095750cceb3bc6014560891c","address":"0xcbeaf3bde82155f56486fb5a1072cb8baaf547cc","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xc4d66de8000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","output":"0x","gas_used":155655,"gas_limit":239424,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e3"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Log":2}]},{"parent":2,"children":[4],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x851356ae760d987e095750cceb3bc6014560891c","address":"0x610178da211fef7d417bc0e6fed39f05609ad788","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xeb5a4e87000000000000000000000000851356ae760d987e095750cceb3bc6014560891c000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","output":"0x","gas_used":80625,"gas_limit":163279,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[],"idx":4,"trace":{"depth":4,"success":true,"caller":"0x610178da211fef7d417bc0e6fed39f05609ad788","address":"0x3aa5ebb10dc797cac828524e59a333d0a371443c","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xeb5a4e87000000000000000000000000851356ae760d987e095750cceb3bc6014560891c000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","output":"0x","gas_used":73497,"gas_limit":153746,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xb14b9a3d448c5b04f0e5b087b6f5193390db7955482a6ffb841e7b3ba61a460c","0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x","nonce":61,"gas_used":196809},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x343a7c","logs":[{"address":"0x851356ae760d987e095750cceb3bc6014560891c","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cbeaf3bde82155f56486fb5a1072cb8baaf547cc"],"data":"0x"},{"address":"0x851356ae760d987e095750cceb3bc6014560891c","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},{"address":"0x851356ae760d987e095750cceb3bc6014560891c","topics":["0xe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e3"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"},{"address":"0x610178da211fef7d417bc0e6fed39f05609ad788","topics":["0xb14b9a3d448c5b04f0e5b087b6f5193390db7955482a6ffb841e7b3ba61a460c","0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"},{"address":"0x851356ae760d987e095750cceb3bc6014560891c","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"}],"logsBloom":"0x00000000000000000000000000000000400400000000000000800000000000000000000000000400000000000000000000020100060000000000000000000000000000000200000000000000000002000001000000000010000000020000000000000000020000000000000100000820000000000000000040000000000000400000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000410000004000000100000000000000000000000000020000000200000200000040000100004002000001000000000000020000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x2f7c71350a6483622010c4e33bae88c0a0fbd0637e9da81365c1745f45363ca7","block_number":36},{"info":{"transaction_hash":"0xb77b5e8ac3934a72a373254e19950ca40b21998b7b51df45eb073fc878351528","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x610178da211fef7d417bc0e6fed39f05609ad788","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x610178da211fef7d417bc0e6fed39f05609ad788","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x950d806e000000000000000000000000851356ae760d987e095750cceb3bc6014560891c0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31850feea2000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":148922,"gas_limit":228132,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x610178da211fef7d417bc0e6fed39f05609ad788","address":"0x3aa5ebb10dc797cac828524e59a333d0a371443c","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x950d806e000000000000000000000000851356ae760d987e095750cceb3bc6014560891c0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31850feea2000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":141782,"gas_limit":217574,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169","0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c","0x0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf"],"data":"0x0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31850feea2000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x","nonce":65,"gas_used":171266},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x29d02","logs":[{"address":"0x610178da211fef7d417bc0e6fed39f05609ad788","topics":["0x037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169","0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c","0x0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf"],"data":"0x0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31850feea2000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000100000000000000000000000040000000000000000000000000000000000000000000000000000000000000008000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000004000000001000000000000000000000000000000000000020000000000000000000000400000000000000000000"},"block_hash":"0xcc26bd02e93b901eb2ce87571845be7740d597e6d7810fdd22ba58f8b96fe9ca","block_number":39},{"info":{"transaction_hash":"0x4622a55bc222ec6f0afd8315d74f1c39935eea330afca10e0052bd69f944e671","transaction_index":0,"from":"0xa1196426b41627ae75ea7f7409e074be97367da2","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xa1196426b41627ae75ea7f7409e074be97367da2","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007ee8b22590a6071f","output":"0x0000000000000000000000000000000000000000000000007ee8b22590a6071f","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007ee8b22590a6071f","output":"0x0000000000000000000000000000000000000000000000007ee8b22590a6071f","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007ee8b22590a6071f"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007ee8b22590a6071f","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000007ee8b22590a6071f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007ee8b22590a6071f","output":"0x0000000000000000000000000000000000000000000000007ee8b22590a6071f","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007ee8b22590a6071f","output":"0x0000000000000000000000000000000000000000000000007ee8b22590a6071f","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000014f3fb514ba0781972","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000014f3fb514ba0781972","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007ee8b22590a6071f","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007ee8b22590a6071f","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2"],"data":"0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007ee8b22590a6071f"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000007ee8b22590a6071f","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000007ee8b22590a6071f"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007ee8b22590a6071f"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2"],"data":"0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007ee8b22590a6071f"}],"logsBloom":"0x00002000000000000000000000000000000000000000000000000000000000000000000000010000000000000000400000000000000002000400018040000000040000000008800000000008000040000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xa55ad2db28d814dea4810045cf2edbc6925be88e246740277823dd5a2eff9721","block_number":408},{"info":{"transaction_hash":"0xaa2c7e9c1f3b9f6185ef9739900e16f8bc8bac124e20d58d5086d3e2a65c75b4","transaction_index":0,"from":"0x48fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x48fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393200000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e600000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e600000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000668"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a1700000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a1700000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb8700000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb8700000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000668"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393200000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000020000000000000000800000000000000240000000000000002004000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000800000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x745fd8a355a1769b3a597b55ab2aec9aac06d51d83cb85099674633f0b615ee3","block_number":439},{"info":{"transaction_hash":"0x96915460ee38b603e3c1bb80ba2295b16724e5d5115261e7eb4892bb0b617839","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5fbdb2315678afecb367f032d93f642f64180aa3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x7f3c2c280000000000000000000000000000000000000000000000000000000000000040000000000000000000000000851356ae760d987e095750cceb3bc6014560891c00000000000000000000000000000000000000000000000000000000000000156d6f636b417673536572766963654d616e616765720000000000000000000000","output":"0x","gas_used":67752,"gas_limit":102004,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":69,"gas_used":89844},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x15ef4","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x06c2b427e4eb76b0810e8ad05f1458f78cb85798804744633226ded11badb1d7","block_number":42},{"info":{"transaction_hash":"0xbc55df7994fa2a50e5f1a5cb6ba56bb2a9b6314c75509758836a8679d79a96ae","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b95409600000000000000000000000000000000000000000000000084d96eae26b46228","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":49238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"],"data":"0x00000000000000000000000000000000000000000000000084d96eae26b46228"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":193,"gas_used":51318},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc876","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"],"data":"0x00000000000000000000000000000000000000000000000084d96eae26b46228"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000020400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000080000000000000000080000000000000000000000000000000000000"},"block_hash":"0x8cbebae0b4591436aa058a2dcb57e8d162ddfd0e544b22dc1ad706ee5784dfb7","block_number":165},{"info":{"transaction_hash":"0x7c001343f4cd1d1555e2af8931e6f14962c71148ad7f00e45523e5e2733c4903","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x2f4f06d218e426344cfe1a83d53dad806994d325","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x2f4f06d218e426344cfe1a83d53dad806994d325","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":118,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x64db836b7699f55ba58627181ec5791fe14112ed37d0de4439b79419b7abb3d2","block_number":90},{"info":{"transaction_hash":"0x7f655623871e6b4b6d6b43ae2aebf9541054556d66a4b6308fb64acfdc0d9939","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a200000000000000000000000000000000000000000000000022cd6f987e0f1fd7","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2"],"data":"0x00000000000000000000000000000000000000000000000022cd6f987e0f1fd7"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":228,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2"],"data":"0x00000000000000000000000000000000000000000000000022cd6f987e0f1fd7"}],"logsBloom":"0x00000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000440000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000100000000000000000"},"block_hash":"0x733d07cd2569f91a077adf8ddda7820f564070c0a671f27592fa96fb74bed08f","block_number":200},{"info":{"transaction_hash":"0x4806825a0e4e66666cce8b146112bfd4fbec69265f2fcc5e156c420b93eacdde","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f000000000000000000000000000000000000000000000000109cb2e58d61778d","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f"],"data":"0x000000000000000000000000000000000000000000000000109cb2e58d61778d"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":275,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f"],"data":"0x000000000000000000000000000000000000000000000000109cb2e58d61778d"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000020000000000000000000000000000000000000000000000400004000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000800000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xc28f2cebf9c585f901a1855c2bbe95181ced22239659215d9d08b1b79ae39eac","block_number":247},{"info":{"transaction_hash":"0xd8540679385c4c63e6236e050aef0f693255c7e81b932569797ea21a6003ab4f","transaction_index":0,"from":"0x7d86687f980a56b832e9378952b738b614a99dc6","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x7d86687f980a56b832e9378952b738b614a99dc6","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000598aed7205272e87","output":"0x000000000000000000000000000000000000000000000000598aed7205272e87","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000598aed7205272e87","output":"0x000000000000000000000000000000000000000000000000598aed7205272e87","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000598aed7205272e87"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000598aed7205272e87","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000598aed7205272e87"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000598aed7205272e87","output":"0x000000000000000000000000000000000000000000000000598aed7205272e87","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000598aed7205272e87","output":"0x000000000000000000000000000000000000000000000000598aed7205272e87","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000b5bbff13a35adb655","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000b5bbff13a35adb655","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000598aed7205272e87","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000598aed7205272e87","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6"],"data":"0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000598aed7205272e87"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000598aed7205272e87","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000598aed7205272e87"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000598aed7205272e87"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6"],"data":"0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000598aed7205272e87"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000100010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000001000000000000000200000001000000802000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x5109f416016182a714a834bb62439df4bbf85e4e69b49c81705082249124f69c","block_number":334},{"info":{"transaction_hash":"0xa3176806061d3ac982abcc1671f89a25d9ee9e6aa4305b71f5c1d5b7b0af0fed","transaction_index":0,"from":"0x225356ff5d64889d7364be2c990f93a66298ee8d","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x225356ff5d64889d7364be2c990f93a66298ee8d","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000064ef509b4398ca51","output":"0x00000000000000000000000000000000000000000000000064ef509b4398ca51","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000064ef509b4398ca51","output":"0x00000000000000000000000000000000000000000000000064ef509b4398ca51","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000064ef509b4398ca51"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000064ef509b4398ca51","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000064ef509b4398ca51"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000064ef509b4398ca51","output":"0x00000000000000000000000000000000000000000000000064ef509b4398ca51","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000064ef509b4398ca51","output":"0x00000000000000000000000000000000000000000000000064ef509b4398ca51","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001abecf1c94531333a2","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001abecf1c94531333a2","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064ef509b4398ca51","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064ef509b4398ca51","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d"],"data":"0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000064ef509b4398ca51"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000064ef509b4398ca51","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000064ef509b4398ca51"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000064ef509b4398ca51"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d"],"data":"0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000064ef509b4398ca51"}],"logsBloom":"0x02000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008810000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000040000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xacf25aaccb7598eb5639caa6e7f95e6970af28c8c9af2bdb9f62ed74a6c074cd","block_number":444},{"info":{"transaction_hash":"0xcc8464a3020a7f3fe0555d0b82b4346f4f44e18a7d42d4e4f1f50697ff3c07e7","transaction_index":0,"from":"0x54ccceb38251c29b628ef8b00b3cab97e7cac7d5","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x54ccceb38251c29b628ef8b00b3cab97e7cac7d5","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000185ead5d59e005d7","output":"0x000000000000000000000000000000000000000000000000185ead5d59e005d7","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000185ead5d59e005d7","output":"0x000000000000000000000000000000000000000000000000185ead5d59e005d7","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000185ead5d59e005d7"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000185ead5d59e005d7","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000185ead5d59e005d7"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000185ead5d59e005d7","output":"0x000000000000000000000000000000000000000000000000185ead5d59e005d7","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000185ead5d59e005d7","output":"0x000000000000000000000000000000000000000000000000185ead5d59e005d7","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001475129f260fd21253","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001475129f260fd21253","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf200000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000185ead5d59e005d7","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf200000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000185ead5d59e005d7","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5"],"data":"0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000185ead5d59e005d7"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec800000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec800000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000185ead5d59e005d7","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000185ead5d59e005d7"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000185ead5d59e005d7"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5"],"data":"0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000185ead5d59e005d7"}],"logsBloom":"0x00000000000000000000000000000000000000000000000100000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002400000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000002000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xba99132097bf121d109ecf387a1096ea2bf188fa8d5e6c1672f4f48313f6a1a2","block_number":406},{"info":{"transaction_hash":"0x6322c536937a4635995dd7e6c506f207b6be736be5a98aa05b7a1a078c7cd713","transaction_index":0,"from":"0x586ba39027a74e8d40e6626f89ae97ba7f616644","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x586ba39027a74e8d40e6626f89ae97ba7f616644","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f6166440000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f6166440000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f61664400000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000650"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f61664400000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f61664400000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f61664400000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000650"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383000000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000040000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000208000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100020000000000"},"block_hash":"0x076607c86783a27782590ab3aaaf72784c44920c6567868e996c4e4b45aed325","block_number":415},{"info":{"transaction_hash":"0xe10b12864bfecb33e4486dc7dff90ea0ac9f2674074fc2ef9b482fdb212cf7e5","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052348015600e575f5ffd5b50601633601a565b6069565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b610652806100765f395ff3fe608060405260043610610079575f3560e01c80639623609d1161004c5780639623609d1461010957806399a88ec41461011c578063f2fde38b1461013b578063f3b7dead1461015a575f5ffd5b8063204e1c7a1461007d578063715018a6146100b85780637eff275e146100ce5780638da5cb5b146100ed575b5f5ffd5b348015610088575f5ffd5b5061009c610097366004610479565b610179565b6040516001600160a01b03909116815260200160405180910390f35b3480156100c3575f5ffd5b506100cc610204565b005b3480156100d9575f5ffd5b506100cc6100e836600461049b565b610217565b3480156100f8575f5ffd5b505f546001600160a01b031661009c565b6100cc6101173660046104e6565b61027a565b348015610127575f5ffd5b506100cc61013636600461049b565b6102e5565b348015610146575f5ffd5b506100cc610155366004610479565b61031b565b348015610165575f5ffd5b5061009c610174366004610479565b610399565b5f5f5f836001600160a01b031660405161019d90635c60da1b60e01b815260040190565b5f60405180830381855afa9150503d805f81146101d5576040519150601f19603f3d011682016040523d82523d5f602084013e6101da565b606091505b5091509150816101e8575f5ffd5b808060200190518101906101fc91906105bd565b949350505050565b61020c6103bd565b6102155f610416565b565b61021f6103bd565b6040516308f2839760e41b81526001600160a01b038281166004830152831690638f283970906024015b5f604051808303815f87803b158015610260575f5ffd5b505af1158015610272573d5f5f3e3d5ffd5b505050505050565b6102826103bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906102b290869086906004016105d8565b5f604051808303818588803b1580156102c9575f5ffd5b505af11580156102db573d5f5f3e3d5ffd5b5050505050505050565b6102ed6103bd565b604051631b2ce7f360e11b81526001600160a01b038281166004830152831690633659cfe690602401610249565b6103236103bd565b6001600160a01b03811661038d5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b61039681610416565b50565b5f5f5f836001600160a01b031660405161019d906303e1469160e61b815260040190565b5f546001600160a01b031633146102155760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610384565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b0381168114610396575f5ffd5b5f60208284031215610489575f5ffd5b813561049481610465565b9392505050565b5f5f604083850312156104ac575f5ffd5b82356104b781610465565b915060208301356104c781610465565b809150509250929050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156104f8575f5ffd5b833561050381610465565b9250602084013561051381610465565b9150604084013567ffffffffffffffff81111561052e575f5ffd5b8401601f8101861361053e575f5ffd5b803567ffffffffffffffff811115610558576105586104d2565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610587576105876104d2565b60405281815282820160200188101561059e575f5ffd5b816020840160208301375f602083830101528093505050509250925092565b5f602082840312156105cd575f5ffd5b815161049481610465565b60018060a01b0383168152604060208201525f82518060408401528060208501606085015e5f606082850101526060601f19601f830116840101915050939250505056fea264697066735822122008341f3bd242202e610c1575dfe9dfe1791f0d91d1e9f5c768baf14a32d1efd064736f6c634300081b0033","output":"0x608060405260043610610079575f3560e01c80639623609d1161004c5780639623609d1461010957806399a88ec41461011c578063f2fde38b1461013b578063f3b7dead1461015a575f5ffd5b8063204e1c7a1461007d578063715018a6146100b85780637eff275e146100ce5780638da5cb5b146100ed575b5f5ffd5b348015610088575f5ffd5b5061009c610097366004610479565b610179565b6040516001600160a01b03909116815260200160405180910390f35b3480156100c3575f5ffd5b506100cc610204565b005b3480156100d9575f5ffd5b506100cc6100e836600461049b565b610217565b3480156100f8575f5ffd5b505f546001600160a01b031661009c565b6100cc6101173660046104e6565b61027a565b348015610127575f5ffd5b506100cc61013636600461049b565b6102e5565b348015610146575f5ffd5b506100cc610155366004610479565b61031b565b348015610165575f5ffd5b5061009c610174366004610479565b610399565b5f5f5f836001600160a01b031660405161019d90635c60da1b60e01b815260040190565b5f60405180830381855afa9150503d805f81146101d5576040519150601f19603f3d011682016040523d82523d5f602084013e6101da565b606091505b5091509150816101e8575f5ffd5b808060200190518101906101fc91906105bd565b949350505050565b61020c6103bd565b6102155f610416565b565b61021f6103bd565b6040516308f2839760e41b81526001600160a01b038281166004830152831690638f283970906024015b5f604051808303815f87803b158015610260575f5ffd5b505af1158015610272573d5f5f3e3d5ffd5b505050505050565b6102826103bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906102b290869086906004016105d8565b5f604051808303818588803b1580156102c9575f5ffd5b505af11580156102db573d5f5f3e3d5ffd5b5050505050505050565b6102ed6103bd565b604051631b2ce7f360e11b81526001600160a01b038281166004830152831690633659cfe690602401610249565b6103236103bd565b6001600160a01b03811661038d5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b61039681610416565b50565b5f5f5f836001600160a01b031660405161019d906303e1469160e61b815260040190565b5f546001600160a01b031633146102155760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610384565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b0381168114610396575f5ffd5b5f60208284031215610489575f5ffd5b813561049481610465565b9392505050565b5f5f604083850312156104ac575f5ffd5b82356104b781610465565b915060208301356104c781610465565b809150509250929050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156104f8575f5ffd5b833561050381610465565b9250602084013561051381610465565b9150604084013567ffffffffffffffff81111561052e575f5ffd5b8401601f8101861361053e575f5ffd5b803567ffffffffffffffff811115610558576105586104d2565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610587576105876104d2565b60405281815282820160200188101561059e575f5ffd5b816020840160208301375f602083830101528093505050509250925092565b5f602082840312156105cd575f5ffd5b815161049481610465565b60018060a01b0383168152604060208201525f82518060408401528060208501606085015e5f606082850101526060601f19601f830116840101915050939250505056fea264697066735822122008341f3bd242202e610c1575dfe9dfe1791f0d91d1e9f5c768baf14a32d1efd064736f6c634300081b0033","gas_used":347700,"gas_limit":476189,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x608060405260043610610079575f3560e01c80639623609d1161004c5780639623609d1461010957806399a88ec41461011c578063f2fde38b1461013b578063f3b7dead1461015a575f5ffd5b8063204e1c7a1461007d578063715018a6146100b85780637eff275e146100ce5780638da5cb5b146100ed575b5f5ffd5b348015610088575f5ffd5b5061009c610097366004610479565b610179565b6040516001600160a01b03909116815260200160405180910390f35b3480156100c3575f5ffd5b506100cc610204565b005b3480156100d9575f5ffd5b506100cc6100e836600461049b565b610217565b3480156100f8575f5ffd5b505f546001600160a01b031661009c565b6100cc6101173660046104e6565b61027a565b348015610127575f5ffd5b506100cc61013636600461049b565b6102e5565b348015610146575f5ffd5b506100cc610155366004610479565b61031b565b348015610165575f5ffd5b5061009c610174366004610479565b610399565b5f5f5f836001600160a01b031660405161019d90635c60da1b60e01b815260040190565b5f60405180830381855afa9150503d805f81146101d5576040519150601f19603f3d011682016040523d82523d5f602084013e6101da565b606091505b5091509150816101e8575f5ffd5b808060200190518101906101fc91906105bd565b949350505050565b61020c6103bd565b6102155f610416565b565b61021f6103bd565b6040516308f2839760e41b81526001600160a01b038281166004830152831690638f283970906024015b5f604051808303815f87803b158015610260575f5ffd5b505af1158015610272573d5f5f3e3d5ffd5b505050505050565b6102826103bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906102b290869086906004016105d8565b5f604051808303818588803b1580156102c9575f5ffd5b505af11580156102db573d5f5f3e3d5ffd5b5050505050505050565b6102ed6103bd565b604051631b2ce7f360e11b81526001600160a01b038281166004830152831690633659cfe690602401610249565b6103236103bd565b6001600160a01b03811661038d5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b61039681610416565b50565b5f5f5f836001600160a01b031660405161019d906303e1469160e61b815260040190565b5f546001600160a01b031633146102155760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610384565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b0381168114610396575f5ffd5b5f60208284031215610489575f5ffd5b813561049481610465565b9392505050565b5f5f604083850312156104ac575f5ffd5b82356104b781610465565b915060208301356104c781610465565b809150509250929050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156104f8575f5ffd5b833561050381610465565b9250602084013561051381610465565b9150604084013567ffffffffffffffff81111561052e575f5ffd5b8401601f8101861361053e575f5ffd5b803567ffffffffffffffff811115610558576105586104d2565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610587576105876104d2565b60405281815282820160200188101561059e575f5ffd5b816020840160208301375f602083830101528093505050509250925092565b5f602082840312156105cd575f5ffd5b815161049481610465565b60018060a01b0383168152604060208201525f82518060408401528060208501606085015e5f606082850101526060601f19601f830116840101915050939250505056fea264697066735822122008341f3bd242202e610c1575dfe9dfe1791f0d91d1e9f5c768baf14a32d1efd064736f6c634300081b0033","nonce":1,"gas_used":428298},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x6890a","logs":[{"address":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000100000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000001000000000002000000000000000000020000000000000000000000000000000000000000000000000800000000000000000"},"block_hash":"0x4e067714b5572cc9cf784a9366be2b025552f47ee0527fa16fc9f4b54a41b98e","block_number":2},{"info":{"transaction_hash":"0xf734ecb0e2e9d226369d385593aa0a8c37a3a68300b771fdf51d45079ec7e42a","transaction_index":0,"from":"0x40fc963a729c542424cd800349a7e4ecc4896624","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x40fc963a729c542424cd800349a7e4ecc4896624","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323800000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e600000000000000000000000040fc963a729c542424cd800349a7e4ecc48966240000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e600000000000000000000000040fc963a729c542424cd800349a7e4ecc48966240000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005e8"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a1700000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a1700000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb8700000000000000000000000040fc963a729c542424cd800349a7e4ecc489662400000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb8700000000000000000000000040fc963a729c542424cd800349a7e4ecc489662400000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005e8"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323800000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00008010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000041000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xd7939f43c6e9efecb444e0bd51bc272b059aea265166f53653ce8c6ab45e1d1d","block_number":311},{"info":{"transaction_hash":"0x500daf7d5dac8d43ccb207663ca95498bba72123a8a12f39a847a2129cf149cd","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xc004e69c5c04a223463ff32042dd36dabf63a25a","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xc004e69c5c04a223463ff32042dd36dabf63a25a","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":127,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x284f00662a12434eb1694de30677960af95a72f8f2b7b73c83a98f13274ff81a","block_number":99},{"info":{"transaction_hash":"0x8f390c21470c74b63a72f99fd4a3d3510443202f3c9331b0e4987cdb5a14960b","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xd4a1e660c916855229e1712090ccfd8a424a2e33","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xd4a1e660c916855229e1712090ccfd8a424a2e33","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":132,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x543a020cb5976ea9d66ef7d18c7e600b05b3c1874374caee2e23ddbe04ae6677","block_number":104},{"info":{"transaction_hash":"0x18cab4a2a53718ab7d3ab5123fe127c2f0383dedc2b79de0884a4031eddfb19a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x15d34aaf54267db7d7c367839aaf71a00a2c6a65","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x15d34aaf54267db7d7c367839aaf71a00a2c6a65","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":87,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x269ca1bff842ef5a7daaf2c8e421c56193d9e6858cd0f04f029c3e585074f98a","block_number":59},{"info":{"transaction_hash":"0xab4548c4bf78dff488c3a3b45de587edd92d653f1ea90ea62c870626054530a1","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xfe0f143fcad5b561b1ed2ac960278a2f23559ef9","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xfe0f143fcad5b561b1ed2ac960278a2f23559ef9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":181,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x94f027a72db2e48ae7cc95294016a23ad4aed63a9acc476185199ff340167625","block_number":153},{"info":{"transaction_hash":"0x189b88f849085ed137b8aa075bc8c50175f2703651aba276cfac7b63e43c8ca6","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b800000000000000000000000000000000000000000000000016a09e5cc91e09eb","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8"],"data":"0x00000000000000000000000000000000000000000000000016a09e5cc91e09eb"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":242,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8"],"data":"0x00000000000000000000000000000000000000000000000016a09e5cc91e09eb"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000400002000000000000000000000000000000000000000000000000000000000000000000000000000200000000000"},"block_hash":"0xe8f8735a6d6a6db1950b26d26888c9abbc54dc6a63b4bf278a0e7acf8430b755","block_number":214},{"info":{"transaction_hash":"0xae5913511ce3a35fa53df7d0fb610abc7bc3d1bfe19d8e7fcba4c5e5c95bc2be","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xf2fde38b000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","output":"0x","gas_used":4360,"gas_limit":14193,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Stop","out":"0x","nonce":31,"gas_used":25792},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc987","logs":[{"address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000400000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000002000000000000000000000000000000000000000000000000002000000000000000000000000400000000000"},"block_hash":"0x84d113b5cafb4237a6cf459ec368fee0c1bb54bd7995ac4a689454a9f74483d5","block_number":21},{"info":{"transaction_hash":"0x8087f9a0415cee7c5b5c61bfbe20bcce47031fac9a51e995b20d2f3a2da914a9","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x3c3e2e178c69d4bad964568415a0f0c84fd6320a","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x3c3e2e178c69d4bad964568415a0f0c84fd6320a","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":130,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xb234d127ae0af95d12d88829d753c34ccb015ef46e78fde84422ff705c837cb8","block_number":102},{"info":{"transaction_hash":"0x472a072b75afa293f5919d167e7fe8d7d29c44a22ac6fc1a11487bbfba41266b","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5fbdb2315678afecb367f032d93f642f64180aa3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x7f3c2c2800000000000000000000000000000000000000000000000000000000000000400000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f875707000000000000000000000000000000000000000000000000000000000000000f73747261746567794d616e616765720000000000000000000000000000000000","output":"0x","gas_used":50652,"gas_limit":78358,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":73,"gas_used":72672},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x11be0","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x7fbdb7637523c5ad238fa6426a880de7e5ae15645aed2d730e14e076e94a78fc","block_number":46},{"info":{"transaction_hash":"0x404645b321c398d61b101a3663ffff381564be8c5b6cc1acc99333509b1f58d6","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x9dcce783b6464611f38631e6c851bf441907c710","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x9dcce783b6464611f38631e6c851bf441907c710","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":112,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x756a245dbe47930677b7c90dc99a090fe70db849a369d62940782ce5103ab3a2","block_number":84},{"info":{"transaction_hash":"0x3a37160862f3f186e20ebf2cb5c55dc29ea5a8bcb02a76a19ee79a31489a7d3a","transaction_index":0,"from":"0x8263fce86b1b78f95ab4dae11907d8af88f841e7","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x8263fce86b1b78f95ab4dae11907d8af88f841e7","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333100000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e70000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e70000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005ee"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e700000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e700000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005ee"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333100000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000008000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000002000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000008000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x1b236985881b8b4f77a83f4bc075a1d27b6d2458c911afb3e7bb83a49e9c53d8","block_number":317},{"info":{"transaction_hash":"0x7aad77d31b91271369d5cf370eb064a4e4bba0345918b70a20080261cea86058","transaction_index":0,"from":"0xc004e69c5c04a223463ff32042dd36dabf63a25a","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xc004e69c5c04a223463ff32042dd36dabf63a25a","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343400000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000608"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000608"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343400000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00080010000000000100000000000000000000000000000000000001000000000000000004000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000080000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xea1ac44ba70293ffbc6334f996eb9b37868f821ebb52677be95e01f309114818","block_number":343},{"info":{"transaction_hash":"0xa3c41c415661a3db3ba69b3bf9ae1ff19ccfdd9bc487d668b46b9a2e36489cd9","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0xa82ff9afd8f496c3d6ac40e2a0f282e47488cfc9","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xa82ff9afd8f496c3d6ac40e2a0f282e47488cfc9","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x608080604052346013576073908160188239f35b5f80fdfe60808060405260043610156011575f80fd5b5f3560e01c63c2985578146023575f80fd5b346039575f366003190112603957805f60209252f35b5f80fdfea264697066735822122000286effa624ab12275f8ccc327fc364fd572f6f2d2715420829728c1407962f64736f6c634300081b0033","output":"0x60808060405260043610156011575f80fd5b5f3560e01c63c2985578146023575f80fd5b346039575f366003190112603957805f60209252f35b5f80fdfea264697066735822122000286effa624ab12275f8ccc327fc364fd572f6f2d2715420829728c1407962f64736f6c634300081b0033","gas_used":23081,"gas_limit":46564,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x60808060405260043610156011575f80fd5b5f3560e01c63c2985578146023575f80fd5b346039575f366003190112603957805f60209252f35b5f80fdfea264697066735822122000286effa624ab12275f8ccc327fc364fd572f6f2d2715420829728c1407962f64736f6c634300081b0033","nonce":34,"gas_used":78279},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x4ad4e","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x9252baf900843b1b79d6e842596deaf07221c11c69682695f519d12536d81487","block_number":23},{"info":{"transaction_hash":"0x6ec332846733fe41ffca5496ff00fdb54fe844ff6d21d1f5157f08fc2870d834","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xbc5bdcee96b1bc47822c74e6f64186fba7d686be","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xbc5bdcee96b1bc47822c74e6f64186fba7d686be","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":179,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x11d7b7c7dfa6fd934405ae46a9e1a8eb0066e2a7691c08affb5bb1ca8fe40329","block_number":151},{"info":{"transaction_hash":"0x5504f07bcdd3d180d595862d455da7cd4d4b92ddb4384545a7aed3d0ad270f1e","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5000000000000000000000000000000000000000000000000185ead5d59e005d7","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5"],"data":"0x000000000000000000000000000000000000000000000000185ead5d59e005d7"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":258,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5"],"data":"0x000000000000000000000000000000000000000000000000185ead5d59e005d7"}],"logsBloom":"0x00000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000400000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000002000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xcbca2d28520f18fde01021fcfece8227d9b787c348150db976ef3e5a8cda414e","block_number":230},{"info":{"transaction_hash":"0x5b33289c844c5aa624fbce771fed67542bae090a66a90abba7e919d9b69ba630","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x9e126c57330fa71556628e0aabd6b6b6783d99fa","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x9e126c57330fa71556628e0aabd6b6b6783d99fa","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":162,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x87f12c73334becad9e40176c9ecd1abf9c90f8f644324fe9303d749ce53a176f","block_number":134},{"info":{"transaction_hash":"0x9af8eb45b099a8c02a73e4d9e6e6a444c48c25a7c7d9d6b353a0aef3bd4a8681","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a00000000000000000000000000000000000000000000000022997aec86aa0174","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a"],"data":"0x00000000000000000000000000000000000000000000000022997aec86aa0174"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":227,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a"],"data":"0x00000000000000000000000000000000000000000000000022997aec86aa0174"}],"logsBloom":"0x00080000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000080000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x35b27fe2d08317dda2e3b86dfa72aa3de8ca5383b9554ab6c0f68c8af7254eb9","block_number":199},{"info":{"transaction_hash":"0xb9cd0bdaf6c56a1036c59589b75350aba2fd61dedf6085fe84cf1e33a991fd58","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x1bcb8e569eedab4668e55145cfeaf190902d3cf2","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x1bcb8e569eedab4668e55145cfeaf190902d3cf2","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":113,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x389158755cd056e43d9f8836b72bc5aa36f3d0c8c8bec55026c4f69d1fb3bb8f","block_number":85},{"info":{"transaction_hash":"0xae55961a2e62164b7220e9850305c5905c9c7a66c23efc991bff319dd2fadd13","transaction_index":0,"from":"0xa0ee7a142d267c1f36714e4a8f75612f20a79720","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xa0ee7a142d267c1f36714e4a8f75612f20a79720","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f39","output":"0x","gas_used":112742,"gas_limit":171022,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f39","output":"0x","gas_used":105596,"gas_limit":161350,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f39"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a797200000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148064,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a797200000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":138769,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005c2"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":107587,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":98927,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93305,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":84865,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a7972000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82521,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a7972000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":80642,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132066},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x203e2","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005c2"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f39"}],"logsBloom":"0x00000010000000000100040000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000004000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xc185f05b61f20f7620e099ed8f87777b9e0d4dae05e879eecc4a289bac141984","block_number":273},{"info":{"transaction_hash":"0xc1f30f5aa70d113cb632dccf689d169bba8769fd709ee40c21af537f480fc0ae","transaction_index":0,"from":"0xfabb0ac9d68b0b445fb7357272ff202c5651694a","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xfabb0ac9d68b0b445fb7357272ff202c5651694a","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000035305bc89a3aca62","output":"0x00000000000000000000000000000000000000000000000035305bc89a3aca62","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000035305bc89a3aca62","output":"0x00000000000000000000000000000000000000000000000035305bc89a3aca62","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000035305bc89a3aca62"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000035305bc89a3aca62","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000035305bc89a3aca62"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000035305bc89a3aca62","output":"0x00000000000000000000000000000000000000000000000035305bc89a3aca62","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000035305bc89a3aca62","output":"0x00000000000000000000000000000000000000000000000035305bc89a3aca62","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000003a5bb17290aeb99a6","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000003a5bb17290aeb99a6","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000035305bc89a3aca62","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000035305bc89a3aca62","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a"],"data":"0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000035305bc89a3aca62"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000035305bc89a3aca62","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000035305bc89a3aca62"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000035305bc89a3aca62"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a"],"data":"0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000035305bc89a3aca62"}],"logsBloom":"0x00000000000000000000000000000000000000000002000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000408000000000000000000000000000000000000000000000000000200000001000002002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x4c6a0c098bcfda21835f72644b69ce594563f984e3c1732d4477358b5c3b8626","block_number":280},{"info":{"transaction_hash":"0x4784e45176b6cf79ab146a4901535e429d69dd25acc830ed1c0487fe7f6218a2","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x1291be112d480055dafd8a610b7d1e203891c274","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x1291be112d480055dafd8a610b7d1e203891c274","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6101003461011757601f61315238819003918201601f19168301916001600160401b0383118484101761011b57808492608094604052833981010312610117578051906001600160a01b03821682036101175760208101516001600160a01b0381168103610117576040820151916001600160a01b03831683036101175760600151926001600160a01b03841684036101175760e05260805260a05260c0526040516130229081610130823960805181818161032f01526129a5015260a0518161101f015260c05181818161054a01528181610673015281816111ad015281816127d20152612d36015260e05181818161063501528181610daf0152818161116f01528181611fe40152818161205e01526127010152f35b5f80fd5b634e487b7160e01b5f52604160045260245ffdfe6080806040526004361015610012575f80fd5b5f905f3560e01c9081630491b41c146119f65750806308732461146119995780631f9b74e01461194557806320b66298146117dd57806325504777146116c25780632cd95940146115c65780633ca5a5f5146115945780634bd26e09146115555780635401ed271461152d5780635e5a67751461150b5780635f1f2d771461108c578063697fbd931461104e5780636b3aa72e146110095780636c3fb4bf14610dde5780636d14a98714610d9957806375d4173a14610cb25780637c17234714610c9757806381c0750214610aaf5780639ab4d6ff14610a775780639f3ccf6514610a1c578063ac6bfb03146109cd578063adc804da14610959578063b6904b7814610917578063bc9a40c3146108db578063bd29b8cd14610856578063c46778a51461081c578063c601527d146105c7578063c8294c5614610579578063ca8aa7c714610534578063cc5a7c20146103f0578063d5eccc0514610386578063dd9846b91461035e578063df5cf72314610319578063e086adb3146102da578063f2be94ae1461026a578063f851e1981461020b5763fa28c627146101b5575f80fd5b34610208576001600160601b036101fa6020926101f460406101d636611c69565b92909194858152600289522060ff82165f52875260405f2093612e3e565b90611a44565b505460401c16604051908152f35b80fd5b503461020857604036600319011261020857606061023261022a611a34565b600435611ed3565b61026860405180926001600160601b036040809263ffffffff815116855263ffffffff6020820151166020860152015116910152565bf35b5034610208576080366003190112610208576001600160601b036040602092610291611a24565b60ff8361029c611c56565b936044358152600288522091165f5284526102cf6102c86102c2845f2060643590611a44565b50611d1d565b9182612cb4565b015116604051908152f35b5034610208576040366003190112610208576103166102f7611a24565b6102ff611c56565b90610308611fcf565b61031181611f43565b612cfc565b80f35b50346102085780600319360112610208576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b503461020857602061037861037236611c69565b91612e3e565b63ffffffff60405191168152f35b50346102085760203660031901126102085760ff6103a2611a24565b1680825260016020526040822090825260016020526040822054915f1983019283116103dc5760206001600160601b036101fa8585611a44565b634e487b7160e01b81526011600452602490fd5b50346102085760803660031901126102085761040a611a24565b610412611b9b565b906044359163ffffffff83168303610530576064356001600160401b03811161052c57610443903690600401611bb1565b61044b61205c565b6104638360ff165f52600160205260405f2054151590565b61051d579061047561047b9284612a28565b82612c5e565b60ff8116808452600560209081526040808620805460ff19166001179055519193919290830183807f7c112e863ccf007862e2c9e25819c933fedbc9350a6443423b4a8599c2e8a52d9260016104d497520390a1612cfc565b8152600160205261031660408220604051906104ef82611b35565b63ffffffff43168252836020830152836040830152611e26565b634e487b7160e01b5f52602160045260245ffd5b6310cda51760e21b8552600485fd5b8480fd5b8380fd5b50346102085780600319360112610208576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b5034610208576060366003190112610208576001600160601b0360406020926102cf6102c86102c26105a9611a24565b9360ff6105b4611c56565b9516815260018852856044359120611a44565b5034610208576040366003190112610208576105e1611a24565b906024356001600160401b03811161081857610601903690600401611bb1565b9161060a611fcf565b61061381611f43565b61061d8382612a28565b825160405163de1164bb60e01b8152906020826004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa91821561080d5784926107dc575b506040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906106a581611b06565b6001600160a01b03848116825260ff8616602083019081526040516304c1b8eb60e31b8152925190911660048301525163ffffffff166024820152602081604481855afa9081156107d15786916107a2575b50610700578480f35b61070982611cbe565b91855b818110610779575050849550803b1561052c576107439385809460405196879586948593630287f75160e51b855260048501611d9b565b03925af1801561076e57610759575b8080808480f35b8161076391611b50565b61020857805f610752565b6040513d84823e3d90fd5b6001906001600160a01b0361078e828b611d09565b51511661079b8287611d09565b520161070c565b6107c4915060203d6020116107ca575b6107bc8183611b50565b810190611d83565b5f6106f7565b503d6107b2565b6040513d88823e3d90fd5b6107ff91925060203d602011610806575b6107f78183611b50565b810190611d64565b905f61066d565b503d6107ed565b6040513d86823e3d90fd5b5080fd5b5034610208576020366003190112610208576001600160601b03604060209260ff610845611a24565b168152808452205416604051908152f35b5034610208576040366003190112610208576004356024356001600160401b0381116108d75761088a903690600401611a9d565b61089592919261205c565b835b8181106108a2578480f35b806108d06108b36001938588611cf0565b3560f81c6108c081611f43565b6108ca818761209d565b906123ee565b5001610897565b8280fd5b5034610208576040366003190112610208576103166108f8611a24565b610900611b9b565b90610909611fcf565b61091281611f43565b612c5e565b5034610208576040366003190112610208576102326102c260609260ff61093c611a24565b610944611e90565b50168152600160205260406024359120611a44565b5034610208576040366003190112610208576109aa6109a460409260ff61097e611a24565b826020875161098c81611b06565b82815201521681526003602052836024359120611a44565b50611eae565b6001600160601b03602083519260018060a01b0381511684520151166020820152f35b50346102085760603660031901126102085760ff60406109eb611a24565b926109f4611e90565b50602435815260026020522091165f5260205260606102326102c260405f2060443590611a44565b503461020857604036600319011261020857610a36611a24565b60ff16815260046020526040812080546024359290831015610208576020610a5e8484611a44565b905460405160039290921b1c6001600160a01b03168152f35b50346102085760203660031901126102085763ffffffff604060209260ff610a9d611a24565b16815260068452205416604051908152f35b50346102085760403660031901126102085760043563ffffffff8116809103610818576024356001600160401b0381116108d757610af1903690600401611a9d565b9190610afc83611b71565b91610b0a6040519384611b50565b838352610b1684611b71565b602084019490601f1901368637855b818110610b7657868587604051928392602084019060208552518091526040840192915b818110610b57575050500390f35b825163ffffffff16845285945060209384019390920191600101610b49565b610b81818386611cf0565b3560f81c610b8e81611f43565b808852600160205260408820805415610c835788528363ffffffff60208a20541611610c745780885260016020526040882054885b818110610bd6575b505050600101610b25565b828a52600160205260408a20610bec8284611d57565b5f19810191908211610c6057610c08889263ffffffff92611a44565b5054161115610c1957600101610bc3565b90610c249250611d57565b5f198101908111610c4c579063ffffffff60019216610c438288611d09565b52905f80610bcb565b634e487b7160e01b88526011600452602488fd5b634e487b7160e01b8c52601160045260248cfd5b63cc64657360e01b8852600488fd5b634e487b7160e01b89526032600452602489fd5b50346102085780600319360112610208576020604051818152f35b503461020857606036600319011261020857610ccc611a24565b610cd4611b9b565b6044356001600160401b03811161053057610cf3903690600401611bb1565b610cfb61205c565b610d138360ff165f52600160205260405f2054151590565b610d8a578291610475610d289260ff95612a28565b1680825260056020526040822060ff1981541690557f7c112e863ccf007862e2c9e25819c933fedbc9350a6443423b4a8599c2e8a52d60405180610d6c8582611b88565b0390a18152600160205261031660408220604051906104ef82611b35565b6310cda51760e21b8452600484fd5b50346102085780600319360112610208576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b5034610208576060366003190112610208576004356001600160401b0381116108185736602382011215610818578060040135610e1a81611b71565b91610e286040519384611b50565b8183526024602084019260051b8201019036821161052c57602401915b818310610fe957505050602435906001600160401b0382116108d757366023830112156108d757816004013591610e7b83611b71565b92610e896040519485611b50565b8084526024602085019160051b83010191368311610fe557602401905b828210610fd55750505060443560ff8116810361053057610ec561205c565b610ecf8251611cbe565b92610ed982611f43565b610ee3838361264d565b8693919290845b8651861015610f8257610efd8683611d09565b5115610f64575b610f2d610f118785611d09565b51856001600160601b03610f258a8a611d09565b511691612241565b90898282019283129112908015821691151617610f505760019590950194610eea565b634e487b7160e01b89526011600452602489fd5b88610f6f8787611d09565b526001610f7c878a611d09565b52610f04565b88610f8e8992866123ee565b50604051918291602083016020845282518091526020604085019301915b818110610fba575050500390f35b82511515845285945060209384019390920191600101610fac565b8135815260209182019101610ea6565b8580fd5b82356001600160a01b0381168103610fe557815260209283019201610e45565b50346102085780600319360112610208576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b50346102085760203660031901126102085760ff60406110889282611071611a24565b168152600560205220541660405191829182611b88565b0390f35b5034611292576040366003190112611292576110a6611a24565b6024356001600160401b0381116112925736602382011215611292578060040135906110d182611b71565b916110df6040519384611b50565b8083526024602084019160051b8301019136831161129257602401905b8282106114fb5750505061110e611fcf565b61111782611f43565b805180156114ec5760ff831691825f52600360205260405f2091835f52600460205260405f209161114782611cbe565b935f5b8381106112d657505060405163de1164bb60e01b8152949250602091508490506004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa928315611287575f936112b5575b506040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316916111df82611b06565b6001600160a01b038581168352602083019182526040516304c1b8eb60e31b815292511660048301525163ffffffff166024820152602081604481855afa908115611287575f91611296575b50611234578480f35b803b156112925761125f935f80946040519687958694859363b66bd98960e01b855260048501611d9b565b03925af1801561128757611274578080808480f35b61128091505f90611b50565b5f5f610752565b6040513d5f823e3d90fd5b5f80fd5b6112af915060203d6020116107ca576107bc8183611b50565b5f61122b565b6112cf91935060203d602011610806576107f78183611b50565b915f6111a7565b6112ea6112e38285611d09565b5183611a44565b50546001600160a01b03166112ff8288611d09565b52867f31fa2e2cd280c9375e13ffcf3d81e2378100186e4058f8d3ddb690b82dcd31f760206113386113318588611d09565b5186611a44565b50546040516001600160a01b039091168152a2867f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75604061137c6113318588611d09565b505481516001600160a01b0390911681525f6020820152a281545f198101908111611497576113ab9083611a44565b506113c06113b98386611d09565b5184611a44565b6114ab578181036114be575b505081548015611483575f19016113e38184611a44565b6114ab575f9055825584545f198101908111611497576114066114509187611a44565b905460039190911b1c6001600160a01b031661142c6114258487611d09565b5188611a44565b81546001600160a01b0393841660039290921b91821b9390911b1916919091179055565b8454908115611483576001915f19016114698188611a44565b815490858060a01b039060031b1b1916905586550161114a565b634e487b7160e01b5f52603160045260245ffd5b634e487b7160e01b5f52601160045260245ffd5b634e487b7160e01b5f525f60045260245ffd5b815481546001600160a01b039091166001600160a01b03199182168117835592541690911790555f806113cc565b63796cc52560e01b5f5260045ffd5b81358152602091820191016110fc565b34611292575f366003190112611292576020604051670de0b6b3a76400008152f35b346112925760403660031901126112925760206001600160601b0360406102cf61022a611a34565b346112925760403660031901126112925761156e611a34565b6004355f52600260205260ff60405f2091165f52602052602060405f2054604051908152f35b346112925760203660031901126112925760ff6115af611a24565b165f526003602052602060405f2054604051908152f35b34611292576040366003190112611292576115df611a34565b6004355f52600260205260ff60405f2091165f5260205260405f2080549061160682611b71565b916116146040519384611b50565b8083526020830180925f5260205f205f915b8383106116a5578486604051918291602083019060208452518091526040830191905f5b818110611658575050500390f35b91935091602060608261169760019488516001600160601b036040809263ffffffff815116855263ffffffff6020820151166020860152015116910152565b01940191019184939261164a565b6001602081926116b485611d1d565b815201920192019190611626565b34611292576060366003190112611292576004356001600160a01b038116810361129257602435906044356001600160401b03811161129257611709903690600401611a9d565b9061171261205c565b61171b82611cbe565b9261172583611cbe565b925f5b8181106117595761174b8661108887604051938493604085526040850190611aca565b908382036020850152611aca565b611764818386611cf0565b3560f81c9061177282611f43565b61177c8483611f71565b929092156117ce5782816117966001956117b2948d612241565b916001600160601b036117a9868d611d09565b911690526123ee565b6001600160601b036117c48389611d09565b9116905201611728565b63207f13e360e11b5f5260045ffd5b34611292576060366003190112611292576117f6611a24565b6024356001600160401b03811161129257611815903690600401611a6d565b916044356001600160401b03811161129257611835903690600401611a6d565b909161183f611fcf565b61184881611f43565b84156114ec578482036119365760ff1691825f52600360205260405f20935f5b86811061187157005b806118c361188a6118856001948888611c9a565b611caa565b61189f611898848c88611c9a565b358a611a44565b5080546001600160a01b031660a09290921b6001600160a01b031916919091179055565b857f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a756118f3611898848c88611c9a565b50848060a01b0390541661190b611885858a8a611c9a565b604080516001600160a01b039390931683526001600160601b0391909116602083015290a201611868565b6343714afd60e01b5f5260045ffd5b346112925760403660031901126112925761195e611a24565b602435906001600160a01b0382168203611292576020918161198261198793611f43565b611f71565b506001600160601b0360405191168152f35b34611292576040366003190112611292576119b2611a24565b60ff60243591165f52600360205260405f208054821015611292576040916119d991611a44565b505481516001600160a01b038216815260a09190911c6020820152f35b346112925760203660031901126112925760209060ff611a14611a24565b165f526001825260405f20548152f35b6004359060ff8216820361129257565b6024359060ff8216820361129257565b8054821015611a59575f5260205f2001905f90565b634e487b7160e01b5f52603260045260245ffd5b9181601f84011215611292578235916001600160401b038311611292576020808501948460051b01011161129257565b9181601f84011215611292578235916001600160401b038311611292576020838186019501011161129257565b90602080835192838152019201905f5b818110611ae75750505090565b82516001600160601b0316845260209384019390920191600101611ada565b604081019081106001600160401b03821117611b2157604052565b634e487b7160e01b5f52604160045260245ffd5b606081019081106001600160401b03821117611b2157604052565b90601f801991011681019081106001600160401b03821117611b2157604052565b6001600160401b038111611b215760051b60200190565b9190602083019260028210156105095752565b602435906001600160601b038216820361129257565b81601f8201121561129257803590611bc882611b71565b92611bd66040519485611b50565b82845260208085019360061b8301019181831161129257602001925b828410611c00575050505090565b6040848303126112925760405190611c1782611b06565b84356001600160a01b03811681036112925782526020850135906001600160601b03821682036112925782602092836040950152815201930192611bf2565b6024359063ffffffff8216820361129257565b6060906003190112611292576004359060243560ff81168103611292579060443563ffffffff811681036112925790565b9190811015611a595760051b0190565b356001600160601b03811681036112925790565b90611cc882611b71565b611cd56040519182611b50565b8281528092611ce6601f1991611b71565b0190602036910137565b90821015611a59570190565b805115611a595760200190565b8051821015611a595760209160051b010190565b90604051611d2a81611b35565b60406001600160601b0382945463ffffffff8116845263ffffffff8160201c166020850152821c16910152565b9190820391821161149757565b9081602091031261129257516001600160a01b03811681036112925790565b90816020910312611292575180151581036112925790565b60809060ff60209394606083019560018060a01b031683521683820152606060408201528451809452019201905f5b818110611dd75750505090565b82516001600160a01b0316845260209384019390920191600101611dca565b906bffffffffffffffffffffffff60401b82549160401b16906bffffffffffffffffffffffff60401b1916179055565b8054600160401b811015611b2157611e4391600182018155611a44565b6114ab578151815460208085015167ffffffff00000000911b1663ffffffff90921667ffffffffffffffff1990911617178155611e8e916001600160601b0390604001511690611df6565b565b60405190611e9d82611b35565b5f6040838281528260208201520152565b90604051611ebb81611b06565b91546001600160a01b038116835260a01c6020830152565b90611edc611e90565b50815f52600260205260405f2060ff82165f5260205260405f205490611f00611e90565b9282611f0c5750505090565b909192505f52600260205260ff60405f2091165f5260205260405f205f19820191821161149757611f40916102c291611a44565b90565b611f5b9060ff165f52600160205260405f2054151590565b15611f6257565b637310cff560e11b5f5260045ffd5b6001600160601b03611fba611fc19493611fc99360405191611f94604084611b50565b6001835260203681850137611fa883611cfc565b6001600160a01b03909116905261264d565b9490611cfc565b511692611cfc565b51151590565b604051638da5cb5b60e01b81526020816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa908115611287575f9161203d575b506001600160a01b0316330361202e57565b63ce98c24b60e01b5f5260045ffd5b612056915060203d602011610806576107f78183611b50565b5f61201c565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316330361208e57565b632c01b20560e21b5f5260045ffd5b5f90805f52600260205260405f2060ff84165f5260205260405f205480155f1461214457505f516020612fcd5f395f51905f5260406001600160601b0394835f526002602052815f2060ff82165f5260205261211a825f2083519061210182611b35565b63ffffffff431682525f60208301525f85830152611e26565b60ff8251911681525f6020820152a2165f81810391125f82128116905f8313901516176114975790565b908092505f52600260205260405f2060ff84165f5260205260405f20905f1981019081116114975761217591611a44565b50908154916001600160601b038360401c16928315612238576001600160601b03945f516020612fcd5f395f51905f529260409263ffffffff438116911681036121da5750805473ffffffffffffffffffffffff00000000000000001916905561211a565b815467ffffffff000000001916602082901b67ffffffff00000000161790915561223390855f526002602052835f2060ff84165f52602052835f2084519161222183611b35565b82525f60208301525f85830152611e26565b61211a565b50505050505f90565b9190915f90805f52600260205260405f2060ff85165f5260205260405f205480155f146122f057505f516020612fcd5f395f51905f5260406001600160601b038095845f526002602052825f2060ff89165f526020526122c4835f208451906122a982611b35565b63ffffffff431682525f602083015284841686830152611e26565b60ff8351981688521695866020820152a216905f82820392128183128116918313901516176114975790565b908092505f52600260205260405f2060ff85165f5260205260405f20905f1981019081116114975761232191611a44565b50908154916001600160601b038360401c16926001600160601b038516908185146123e357855f516020612fcd5f395f51905f52936001600160601b039763ffffffff6040958a9582431692839116145f1461238757505061238291611df6565b6122c4565b835467ffffffff000000001916602083901b67ffffffff00000000161790935561238292909150875f526002602052855f2060ff8c165f52602052855f20908651926123d284611b35565b83525f602084015286830152611e26565b505050505050505f90565b60ff165f81815260016020526040902080549192915f1981019081116114975761241791611a44565b509080156124b05763ffffffff61243c8354926001600160601b038460401c16612f83565b93849243831692168203612455575050611f4091611df6565b835467ffffffff000000001916602083901b67ffffffff000000001617909355611f40929091505f52600160205260405f206040519161249483611b35565b82525f60208301526001600160601b0384166040830152611e26565b506001600160601b0391505460401c1690565b602081830312611292578051906001600160401b03821161129257019080601f83011215611292578151906124f782611b71565b926125056040519485611b50565b82845260208085019360051b820101908282116112925760208101935b82851061253157505050505090565b84516001600160401b03811161129257820184603f820112156112925760208101519061255d82611b71565b9161256b6040519384611b50565b8083526020808085019260051b840101019187831161129257604001905b8282106125a157505050815260209485019401612522565b8151815260209182019101612589565b90602080835192838152019201905f5b8181106125ce5750505090565b82516001600160a01b03168452602093840193909201916001016125c1565b90602082549182815201915f5260205f20905f5b81811061260e5750505090565b82546001600160a01b0316845260209093019260019283019201612601565b906001600160601b03809116911601906001600160601b03821161149757565b6126578251611cbe565b60ff6126638451611cbe565b92165f8181526003602052604090208054919591908161268281611b71565b916126906040519384611b50565b81835260208301905f5260205f205f915b8383106129fe5750505050865f52600560205260ff60405f20541660028110156105095760010361295a57865f52600660205263ffffffff6126e98160405f20541643612a1b565b60405163de1164bb60e01b81529116906020816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa908115611287575f916127a091839161293b575b506040519061274d82611b06565b6001600160a01b03908116825260208083018d81528d8652600491829052604080872090516315d5962560e11b81529451909316918401919091525163ffffffff1660248301529093849283926127c691565b60a060448501526127b460a485018e6125b1565b848103600319016064860152906125ed565b608483019190915203817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa908115611287575f91612919575b50925b5f5b875181101561290c575f5b8481106128615750806001600160601b0361283760019389611d09565b51168a5f525f6020526001600160601b0360405f205416111561285a828a611d09565b520161280f565b61286b8185611d09565b51906128818161287b858a611d09565b51611d09565b51612891575b600191500161281a565b6001600160601b0360206128a98361287b878c611d09565b519301511691828102928184041490151715611497576128f16001600160601b03670de0b6b3a764000060019404166001600160601b036128ea868c611d09565b511661262d565b6001600160601b03612903858b611d09565b91169052612887565b5095505050509092509190565b61293591503d805f833e61292d8183611b50565b8101906124c3565b5f61280a565b612954915060203d602011610806576107f78183611b50565b5f61273f565b865f5260046020526129a15f6040812060405180938192637870733b60e11b83526040600484015261298f604484018d6125b1565b838103600319016024850152906125ed565b03817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa908115611287575f916129e4575b509261280d565b6129f891503d805f833e61292d8183611b50565b5f6129dd565b600160208192612a0d85611eae565b8152019201920191906126a1565b9190820180921161149757565b8151156114ec5760ff8251911691825f52600360205260405f2054926020612a508486612a1b565b11611936575f925b808410612a66575050505050565b90919293945f5b612a778688612a1b565b811015612aca57835f526003602052612a938160405f20611a44565b50546001600160a01b0390811690612aab8888611d09565b51511614612abb57600101612a6d565b637b74340b60e01b5f5260045ffd5b509493929190926001600160601b036020612ae58386611d09565b5101511615612c4f57815f52600360205260405f20612b048285611d09565b51908054600160401b811015611b2157612b2391600182018155611a44565b6114ab5781516020929092015160a01b6001600160a01b0319166001600160a01b03929092169190911790555f828152600460205260409020906001600160a01b03612b6f8286611d09565b515116825490600160401b821015611b215761142c8260019586612b9595018155611a44565b827f10565e56cacbf32eca267945f054fec02e59750032d113d3302182ad967f54046020848060a01b03612bc98589611d09565b515116604051908152a2827f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75838060a01b03612c058488611d09565b5151166001600160601b036020612c1c868a611d09565b510151604080516001600160a01b0394909416845291166001600160601b03166020830152819081010390a20192612a58565b637257125160e01b5f5260045ffd5b602060ff7f26eecff2b70b0a71104ff4d940ba7162d23a95c248771fc487a7be17a596b3cf921692835f525f82526001600160601b0360405f20911690816001600160601b0319825416179055604051908152a2565b63ffffffff808251169216918210612ce3576020015163ffffffff168015918215612cf2575b505015612ce357565b631391e11b60e21b5f5260045ffd5b1090505f80612cda565b60ff1690815f52600560205260ff60405f205416600281101561050957600103612e2f57604051632981eb7760e01b8152906020826004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa918215611287575f92612dea575b5063ffffffff80911691168111612ddb57816040917f28d7358b79f02d21b8b7e17aefc4185a64308aa37406fa5befc05b91932c39c7935f52600660205263ffffffff835f205416915f526006602052825f208163ffffffff1982541617905582519182526020820152a1565b630bd441b960e21b5f5260045ffd5b9091506020813d602011612e27575b81612e0660209383611b50565b81010312611292575163ffffffff81168103611292579063ffffffff612d6e565b3d9150612df9565b63a3be258360e01b5f5260045ffd5b929190835f52600260205260405f2060ff82165f5260205260405f2054805b612f225760405162461bcd60e51b815260206004820152608160248201527f5374616b6552656769737472792e5f6765745374616b65557064617465496e6460448201527f6578466f724f70657261746f724174426c6f636b4e756d6265723a206e6f207360648201527f74616b652075706461746520666f756e6420666f72206f70657261746f72496460848201527f20616e642071756f72756d4e756d62657220617420626c6f636b206e756d626560a4820152603960f91b60c482015260e490fd5b845f52600260205260405f2060ff83165f5260205260405f205f1982019082821161149757612f568263ffffffff92611a44565b50541663ffffffff85161015612f7657508015611497575f190180612e5d565b63ffffffff169450505050565b905f811215612fb857600160ff1b8114611497576001600160601b0380915f03169116036001600160601b0381116114975790565b906001600160601b03611f4092169061262d56fe2f527d527e95d8fe40aec55377743bb779087da3f6d0d08f12e36444da62327da2646970667358221220060b7d5a87a74d7aaed381474cb24f72f0f4e6f61c18df12a463cd6e6686055464736f6c634300081b003300000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c90000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318","output":"0x6080806040526004361015610012575f80fd5b5f905f3560e01c9081630491b41c146119f65750806308732461146119995780631f9b74e01461194557806320b66298146117dd57806325504777146116c25780632cd95940146115c65780633ca5a5f5146115945780634bd26e09146115555780635401ed271461152d5780635e5a67751461150b5780635f1f2d771461108c578063697fbd931461104e5780636b3aa72e146110095780636c3fb4bf14610dde5780636d14a98714610d9957806375d4173a14610cb25780637c17234714610c9757806381c0750214610aaf5780639ab4d6ff14610a775780639f3ccf6514610a1c578063ac6bfb03146109cd578063adc804da14610959578063b6904b7814610917578063bc9a40c3146108db578063bd29b8cd14610856578063c46778a51461081c578063c601527d146105c7578063c8294c5614610579578063ca8aa7c714610534578063cc5a7c20146103f0578063d5eccc0514610386578063dd9846b91461035e578063df5cf72314610319578063e086adb3146102da578063f2be94ae1461026a578063f851e1981461020b5763fa28c627146101b5575f80fd5b34610208576001600160601b036101fa6020926101f460406101d636611c69565b92909194858152600289522060ff82165f52875260405f2093612e3e565b90611a44565b505460401c16604051908152f35b80fd5b503461020857604036600319011261020857606061023261022a611a34565b600435611ed3565b61026860405180926001600160601b036040809263ffffffff815116855263ffffffff6020820151166020860152015116910152565bf35b5034610208576080366003190112610208576001600160601b036040602092610291611a24565b60ff8361029c611c56565b936044358152600288522091165f5284526102cf6102c86102c2845f2060643590611a44565b50611d1d565b9182612cb4565b015116604051908152f35b5034610208576040366003190112610208576103166102f7611a24565b6102ff611c56565b90610308611fcf565b61031181611f43565b612cfc565b80f35b50346102085780600319360112610208576040517f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b03168152602090f35b503461020857602061037861037236611c69565b91612e3e565b63ffffffff60405191168152f35b50346102085760203660031901126102085760ff6103a2611a24565b1680825260016020526040822090825260016020526040822054915f1983019283116103dc5760206001600160601b036101fa8585611a44565b634e487b7160e01b81526011600452602490fd5b50346102085760803660031901126102085761040a611a24565b610412611b9b565b906044359163ffffffff83168303610530576064356001600160401b03811161052c57610443903690600401611bb1565b61044b61205c565b6104638360ff165f52600160205260405f2054151590565b61051d579061047561047b9284612a28565b82612c5e565b60ff8116808452600560209081526040808620805460ff19166001179055519193919290830183807f7c112e863ccf007862e2c9e25819c933fedbc9350a6443423b4a8599c2e8a52d9260016104d497520390a1612cfc565b8152600160205261031660408220604051906104ef82611b35565b63ffffffff43168252836020830152836040830152611e26565b634e487b7160e01b5f52602160045260245ffd5b6310cda51760e21b8552600485fd5b8480fd5b8380fd5b50346102085780600319360112610208576040517f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b03168152602090f35b5034610208576060366003190112610208576001600160601b0360406020926102cf6102c86102c26105a9611a24565b9360ff6105b4611c56565b9516815260018852856044359120611a44565b5034610208576040366003190112610208576105e1611a24565b906024356001600160401b03811161081857610601903690600401611bb1565b9161060a611fcf565b61061381611f43565b61061d8382612a28565b825160405163de1164bb60e01b8152906020826004817f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03165afa91821561080d5784926107dc575b506040517f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b0316906106a581611b06565b6001600160a01b03848116825260ff8616602083019081526040516304c1b8eb60e31b8152925190911660048301525163ffffffff166024820152602081604481855afa9081156107d15786916107a2575b50610700578480f35b61070982611cbe565b91855b818110610779575050849550803b1561052c576107439385809460405196879586948593630287f75160e51b855260048501611d9b565b03925af1801561076e57610759575b8080808480f35b8161076391611b50565b61020857805f610752565b6040513d84823e3d90fd5b6001906001600160a01b0361078e828b611d09565b51511661079b8287611d09565b520161070c565b6107c4915060203d6020116107ca575b6107bc8183611b50565b810190611d83565b5f6106f7565b503d6107b2565b6040513d88823e3d90fd5b6107ff91925060203d602011610806575b6107f78183611b50565b810190611d64565b905f61066d565b503d6107ed565b6040513d86823e3d90fd5b5080fd5b5034610208576020366003190112610208576001600160601b03604060209260ff610845611a24565b168152808452205416604051908152f35b5034610208576040366003190112610208576004356024356001600160401b0381116108d75761088a903690600401611a9d565b61089592919261205c565b835b8181106108a2578480f35b806108d06108b36001938588611cf0565b3560f81c6108c081611f43565b6108ca818761209d565b906123ee565b5001610897565b8280fd5b5034610208576040366003190112610208576103166108f8611a24565b610900611b9b565b90610909611fcf565b61091281611f43565b612c5e565b5034610208576040366003190112610208576102326102c260609260ff61093c611a24565b610944611e90565b50168152600160205260406024359120611a44565b5034610208576040366003190112610208576109aa6109a460409260ff61097e611a24565b826020875161098c81611b06565b82815201521681526003602052836024359120611a44565b50611eae565b6001600160601b03602083519260018060a01b0381511684520151166020820152f35b50346102085760603660031901126102085760ff60406109eb611a24565b926109f4611e90565b50602435815260026020522091165f5260205260606102326102c260405f2060443590611a44565b503461020857604036600319011261020857610a36611a24565b60ff16815260046020526040812080546024359290831015610208576020610a5e8484611a44565b905460405160039290921b1c6001600160a01b03168152f35b50346102085760203660031901126102085763ffffffff604060209260ff610a9d611a24565b16815260068452205416604051908152f35b50346102085760403660031901126102085760043563ffffffff8116809103610818576024356001600160401b0381116108d757610af1903690600401611a9d565b9190610afc83611b71565b91610b0a6040519384611b50565b838352610b1684611b71565b602084019490601f1901368637855b818110610b7657868587604051928392602084019060208552518091526040840192915b818110610b57575050500390f35b825163ffffffff16845285945060209384019390920191600101610b49565b610b81818386611cf0565b3560f81c610b8e81611f43565b808852600160205260408820805415610c835788528363ffffffff60208a20541611610c745780885260016020526040882054885b818110610bd6575b505050600101610b25565b828a52600160205260408a20610bec8284611d57565b5f19810191908211610c6057610c08889263ffffffff92611a44565b5054161115610c1957600101610bc3565b90610c249250611d57565b5f198101908111610c4c579063ffffffff60019216610c438288611d09565b52905f80610bcb565b634e487b7160e01b88526011600452602488fd5b634e487b7160e01b8c52601160045260248cfd5b63cc64657360e01b8852600488fd5b634e487b7160e01b89526032600452602489fd5b50346102085780600319360112610208576020604051818152f35b503461020857606036600319011261020857610ccc611a24565b610cd4611b9b565b6044356001600160401b03811161053057610cf3903690600401611bb1565b610cfb61205c565b610d138360ff165f52600160205260405f2054151590565b610d8a578291610475610d289260ff95612a28565b1680825260056020526040822060ff1981541690557f7c112e863ccf007862e2c9e25819c933fedbc9350a6443423b4a8599c2e8a52d60405180610d6c8582611b88565b0390a18152600160205261031660408220604051906104ef82611b35565b6310cda51760e21b8452600484fd5b50346102085780600319360112610208576040517f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03168152602090f35b5034610208576060366003190112610208576004356001600160401b0381116108185736602382011215610818578060040135610e1a81611b71565b91610e286040519384611b50565b8183526024602084019260051b8201019036821161052c57602401915b818310610fe957505050602435906001600160401b0382116108d757366023830112156108d757816004013591610e7b83611b71565b92610e896040519485611b50565b8084526024602085019160051b83010191368311610fe557602401905b828210610fd55750505060443560ff8116810361053057610ec561205c565b610ecf8251611cbe565b92610ed982611f43565b610ee3838361264d565b8693919290845b8651861015610f8257610efd8683611d09565b5115610f64575b610f2d610f118785611d09565b51856001600160601b03610f258a8a611d09565b511691612241565b90898282019283129112908015821691151617610f505760019590950194610eea565b634e487b7160e01b89526011600452602489fd5b88610f6f8787611d09565b526001610f7c878a611d09565b52610f04565b88610f8e8992866123ee565b50604051918291602083016020845282518091526020604085019301915b818110610fba575050500390f35b82511515845285945060209384019390920191600101610fac565b8135815260209182019101610ea6565b8580fd5b82356001600160a01b0381168103610fe557815260209283019201610e45565b50346102085780600319360112610208576040517f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b03168152602090f35b50346102085760203660031901126102085760ff60406110889282611071611a24565b168152600560205220541660405191829182611b88565b0390f35b5034611292576040366003190112611292576110a6611a24565b6024356001600160401b0381116112925736602382011215611292578060040135906110d182611b71565b916110df6040519384611b50565b8083526024602084019160051b8301019136831161129257602401905b8282106114fb5750505061110e611fcf565b61111782611f43565b805180156114ec5760ff831691825f52600360205260405f2091835f52600460205260405f209161114782611cbe565b935f5b8381106112d657505060405163de1164bb60e01b8152949250602091508490506004817f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03165afa928315611287575f936112b5575b506040517f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b0316916111df82611b06565b6001600160a01b038581168352602083019182526040516304c1b8eb60e31b815292511660048301525163ffffffff166024820152602081604481855afa908115611287575f91611296575b50611234578480f35b803b156112925761125f935f80946040519687958694859363b66bd98960e01b855260048501611d9b565b03925af1801561128757611274578080808480f35b61128091505f90611b50565b5f5f610752565b6040513d5f823e3d90fd5b5f80fd5b6112af915060203d6020116107ca576107bc8183611b50565b5f61122b565b6112cf91935060203d602011610806576107f78183611b50565b915f6111a7565b6112ea6112e38285611d09565b5183611a44565b50546001600160a01b03166112ff8288611d09565b52867f31fa2e2cd280c9375e13ffcf3d81e2378100186e4058f8d3ddb690b82dcd31f760206113386113318588611d09565b5186611a44565b50546040516001600160a01b039091168152a2867f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75604061137c6113318588611d09565b505481516001600160a01b0390911681525f6020820152a281545f198101908111611497576113ab9083611a44565b506113c06113b98386611d09565b5184611a44565b6114ab578181036114be575b505081548015611483575f19016113e38184611a44565b6114ab575f9055825584545f198101908111611497576114066114509187611a44565b905460039190911b1c6001600160a01b031661142c6114258487611d09565b5188611a44565b81546001600160a01b0393841660039290921b91821b9390911b1916919091179055565b8454908115611483576001915f19016114698188611a44565b815490858060a01b039060031b1b1916905586550161114a565b634e487b7160e01b5f52603160045260245ffd5b634e487b7160e01b5f52601160045260245ffd5b634e487b7160e01b5f525f60045260245ffd5b815481546001600160a01b039091166001600160a01b03199182168117835592541690911790555f806113cc565b63796cc52560e01b5f5260045ffd5b81358152602091820191016110fc565b34611292575f366003190112611292576020604051670de0b6b3a76400008152f35b346112925760403660031901126112925760206001600160601b0360406102cf61022a611a34565b346112925760403660031901126112925761156e611a34565b6004355f52600260205260ff60405f2091165f52602052602060405f2054604051908152f35b346112925760203660031901126112925760ff6115af611a24565b165f526003602052602060405f2054604051908152f35b34611292576040366003190112611292576115df611a34565b6004355f52600260205260ff60405f2091165f5260205260405f2080549061160682611b71565b916116146040519384611b50565b8083526020830180925f5260205f205f915b8383106116a5578486604051918291602083019060208452518091526040830191905f5b818110611658575050500390f35b91935091602060608261169760019488516001600160601b036040809263ffffffff815116855263ffffffff6020820151166020860152015116910152565b01940191019184939261164a565b6001602081926116b485611d1d565b815201920192019190611626565b34611292576060366003190112611292576004356001600160a01b038116810361129257602435906044356001600160401b03811161129257611709903690600401611a9d565b9061171261205c565b61171b82611cbe565b9261172583611cbe565b925f5b8181106117595761174b8661108887604051938493604085526040850190611aca565b908382036020850152611aca565b611764818386611cf0565b3560f81c9061177282611f43565b61177c8483611f71565b929092156117ce5782816117966001956117b2948d612241565b916001600160601b036117a9868d611d09565b911690526123ee565b6001600160601b036117c48389611d09565b9116905201611728565b63207f13e360e11b5f5260045ffd5b34611292576060366003190112611292576117f6611a24565b6024356001600160401b03811161129257611815903690600401611a6d565b916044356001600160401b03811161129257611835903690600401611a6d565b909161183f611fcf565b61184881611f43565b84156114ec578482036119365760ff1691825f52600360205260405f20935f5b86811061187157005b806118c361188a6118856001948888611c9a565b611caa565b61189f611898848c88611c9a565b358a611a44565b5080546001600160a01b031660a09290921b6001600160a01b031916919091179055565b857f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a756118f3611898848c88611c9a565b50848060a01b0390541661190b611885858a8a611c9a565b604080516001600160a01b039390931683526001600160601b0391909116602083015290a201611868565b6343714afd60e01b5f5260045ffd5b346112925760403660031901126112925761195e611a24565b602435906001600160a01b0382168203611292576020918161198261198793611f43565b611f71565b506001600160601b0360405191168152f35b34611292576040366003190112611292576119b2611a24565b60ff60243591165f52600360205260405f208054821015611292576040916119d991611a44565b505481516001600160a01b038216815260a09190911c6020820152f35b346112925760203660031901126112925760209060ff611a14611a24565b165f526001825260405f20548152f35b6004359060ff8216820361129257565b6024359060ff8216820361129257565b8054821015611a59575f5260205f2001905f90565b634e487b7160e01b5f52603260045260245ffd5b9181601f84011215611292578235916001600160401b038311611292576020808501948460051b01011161129257565b9181601f84011215611292578235916001600160401b038311611292576020838186019501011161129257565b90602080835192838152019201905f5b818110611ae75750505090565b82516001600160601b0316845260209384019390920191600101611ada565b604081019081106001600160401b03821117611b2157604052565b634e487b7160e01b5f52604160045260245ffd5b606081019081106001600160401b03821117611b2157604052565b90601f801991011681019081106001600160401b03821117611b2157604052565b6001600160401b038111611b215760051b60200190565b9190602083019260028210156105095752565b602435906001600160601b038216820361129257565b81601f8201121561129257803590611bc882611b71565b92611bd66040519485611b50565b82845260208085019360061b8301019181831161129257602001925b828410611c00575050505090565b6040848303126112925760405190611c1782611b06565b84356001600160a01b03811681036112925782526020850135906001600160601b03821682036112925782602092836040950152815201930192611bf2565b6024359063ffffffff8216820361129257565b6060906003190112611292576004359060243560ff81168103611292579060443563ffffffff811681036112925790565b9190811015611a595760051b0190565b356001600160601b03811681036112925790565b90611cc882611b71565b611cd56040519182611b50565b8281528092611ce6601f1991611b71565b0190602036910137565b90821015611a59570190565b805115611a595760200190565b8051821015611a595760209160051b010190565b90604051611d2a81611b35565b60406001600160601b0382945463ffffffff8116845263ffffffff8160201c166020850152821c16910152565b9190820391821161149757565b9081602091031261129257516001600160a01b03811681036112925790565b90816020910312611292575180151581036112925790565b60809060ff60209394606083019560018060a01b031683521683820152606060408201528451809452019201905f5b818110611dd75750505090565b82516001600160a01b0316845260209384019390920191600101611dca565b906bffffffffffffffffffffffff60401b82549160401b16906bffffffffffffffffffffffff60401b1916179055565b8054600160401b811015611b2157611e4391600182018155611a44565b6114ab578151815460208085015167ffffffff00000000911b1663ffffffff90921667ffffffffffffffff1990911617178155611e8e916001600160601b0390604001511690611df6565b565b60405190611e9d82611b35565b5f6040838281528260208201520152565b90604051611ebb81611b06565b91546001600160a01b038116835260a01c6020830152565b90611edc611e90565b50815f52600260205260405f2060ff82165f5260205260405f205490611f00611e90565b9282611f0c5750505090565b909192505f52600260205260ff60405f2091165f5260205260405f205f19820191821161149757611f40916102c291611a44565b90565b611f5b9060ff165f52600160205260405f2054151590565b15611f6257565b637310cff560e11b5f5260045ffd5b6001600160601b03611fba611fc19493611fc99360405191611f94604084611b50565b6001835260203681850137611fa883611cfc565b6001600160a01b03909116905261264d565b9490611cfc565b511692611cfc565b51151590565b604051638da5cb5b60e01b81526020816004817f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03165afa908115611287575f9161203d575b506001600160a01b0316330361202e57565b63ce98c24b60e01b5f5260045ffd5b612056915060203d602011610806576107f78183611b50565b5f61201c565b7f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b0316330361208e57565b632c01b20560e21b5f5260045ffd5b5f90805f52600260205260405f2060ff84165f5260205260405f205480155f1461214457505f516020612fcd5f395f51905f5260406001600160601b0394835f526002602052815f2060ff82165f5260205261211a825f2083519061210182611b35565b63ffffffff431682525f60208301525f85830152611e26565b60ff8251911681525f6020820152a2165f81810391125f82128116905f8313901516176114975790565b908092505f52600260205260405f2060ff84165f5260205260405f20905f1981019081116114975761217591611a44565b50908154916001600160601b038360401c16928315612238576001600160601b03945f516020612fcd5f395f51905f529260409263ffffffff438116911681036121da5750805473ffffffffffffffffffffffff00000000000000001916905561211a565b815467ffffffff000000001916602082901b67ffffffff00000000161790915561223390855f526002602052835f2060ff84165f52602052835f2084519161222183611b35565b82525f60208301525f85830152611e26565b61211a565b50505050505f90565b9190915f90805f52600260205260405f2060ff85165f5260205260405f205480155f146122f057505f516020612fcd5f395f51905f5260406001600160601b038095845f526002602052825f2060ff89165f526020526122c4835f208451906122a982611b35565b63ffffffff431682525f602083015284841686830152611e26565b60ff8351981688521695866020820152a216905f82820392128183128116918313901516176114975790565b908092505f52600260205260405f2060ff85165f5260205260405f20905f1981019081116114975761232191611a44565b50908154916001600160601b038360401c16926001600160601b038516908185146123e357855f516020612fcd5f395f51905f52936001600160601b039763ffffffff6040958a9582431692839116145f1461238757505061238291611df6565b6122c4565b835467ffffffff000000001916602083901b67ffffffff00000000161790935561238292909150875f526002602052855f2060ff8c165f52602052855f20908651926123d284611b35565b83525f602084015286830152611e26565b505050505050505f90565b60ff165f81815260016020526040902080549192915f1981019081116114975761241791611a44565b509080156124b05763ffffffff61243c8354926001600160601b038460401c16612f83565b93849243831692168203612455575050611f4091611df6565b835467ffffffff000000001916602083901b67ffffffff000000001617909355611f40929091505f52600160205260405f206040519161249483611b35565b82525f60208301526001600160601b0384166040830152611e26565b506001600160601b0391505460401c1690565b602081830312611292578051906001600160401b03821161129257019080601f83011215611292578151906124f782611b71565b926125056040519485611b50565b82845260208085019360051b820101908282116112925760208101935b82851061253157505050505090565b84516001600160401b03811161129257820184603f820112156112925760208101519061255d82611b71565b9161256b6040519384611b50565b8083526020808085019260051b840101019187831161129257604001905b8282106125a157505050815260209485019401612522565b8151815260209182019101612589565b90602080835192838152019201905f5b8181106125ce5750505090565b82516001600160a01b03168452602093840193909201916001016125c1565b90602082549182815201915f5260205f20905f5b81811061260e5750505090565b82546001600160a01b0316845260209093019260019283019201612601565b906001600160601b03809116911601906001600160601b03821161149757565b6126578251611cbe565b60ff6126638451611cbe565b92165f8181526003602052604090208054919591908161268281611b71565b916126906040519384611b50565b81835260208301905f5260205f205f915b8383106129fe5750505050865f52600560205260ff60405f20541660028110156105095760010361295a57865f52600660205263ffffffff6126e98160405f20541643612a1b565b60405163de1164bb60e01b81529116906020816004817f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03165afa908115611287575f916127a091839161293b575b506040519061274d82611b06565b6001600160a01b03908116825260208083018d81528d8652600491829052604080872090516315d5962560e11b81529451909316918401919091525163ffffffff1660248301529093849283926127c691565b60a060448501526127b460a485018e6125b1565b848103600319016064860152906125ed565b608483019190915203817f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b03165afa908115611287575f91612919575b50925b5f5b875181101561290c575f5b8481106128615750806001600160601b0361283760019389611d09565b51168a5f525f6020526001600160601b0360405f205416111561285a828a611d09565b520161280f565b61286b8185611d09565b51906128818161287b858a611d09565b51611d09565b51612891575b600191500161281a565b6001600160601b0360206128a98361287b878c611d09565b519301511691828102928184041490151715611497576128f16001600160601b03670de0b6b3a764000060019404166001600160601b036128ea868c611d09565b511661262d565b6001600160601b03612903858b611d09565b91169052612887565b5095505050509092509190565b61293591503d805f833e61292d8183611b50565b8101906124c3565b5f61280a565b612954915060203d602011610806576107f78183611b50565b5f61273f565b865f5260046020526129a15f6040812060405180938192637870733b60e11b83526040600484015261298f604484018d6125b1565b838103600319016024850152906125ed565b03817f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b03165afa908115611287575f916129e4575b509261280d565b6129f891503d805f833e61292d8183611b50565b5f6129dd565b600160208192612a0d85611eae565b8152019201920191906126a1565b9190820180921161149757565b8151156114ec5760ff8251911691825f52600360205260405f2054926020612a508486612a1b565b11611936575f925b808410612a66575050505050565b90919293945f5b612a778688612a1b565b811015612aca57835f526003602052612a938160405f20611a44565b50546001600160a01b0390811690612aab8888611d09565b51511614612abb57600101612a6d565b637b74340b60e01b5f5260045ffd5b509493929190926001600160601b036020612ae58386611d09565b5101511615612c4f57815f52600360205260405f20612b048285611d09565b51908054600160401b811015611b2157612b2391600182018155611a44565b6114ab5781516020929092015160a01b6001600160a01b0319166001600160a01b03929092169190911790555f828152600460205260409020906001600160a01b03612b6f8286611d09565b515116825490600160401b821015611b215761142c8260019586612b9595018155611a44565b827f10565e56cacbf32eca267945f054fec02e59750032d113d3302182ad967f54046020848060a01b03612bc98589611d09565b515116604051908152a2827f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75838060a01b03612c058488611d09565b5151166001600160601b036020612c1c868a611d09565b510151604080516001600160a01b0394909416845291166001600160601b03166020830152819081010390a20192612a58565b637257125160e01b5f5260045ffd5b602060ff7f26eecff2b70b0a71104ff4d940ba7162d23a95c248771fc487a7be17a596b3cf921692835f525f82526001600160601b0360405f20911690816001600160601b0319825416179055604051908152a2565b63ffffffff808251169216918210612ce3576020015163ffffffff168015918215612cf2575b505015612ce357565b631391e11b60e21b5f5260045ffd5b1090505f80612cda565b60ff1690815f52600560205260ff60405f205416600281101561050957600103612e2f57604051632981eb7760e01b8152906020826004817f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b03165afa918215611287575f92612dea575b5063ffffffff80911691168111612ddb57816040917f28d7358b79f02d21b8b7e17aefc4185a64308aa37406fa5befc05b91932c39c7935f52600660205263ffffffff835f205416915f526006602052825f208163ffffffff1982541617905582519182526020820152a1565b630bd441b960e21b5f5260045ffd5b9091506020813d602011612e27575b81612e0660209383611b50565b81010312611292575163ffffffff81168103611292579063ffffffff612d6e565b3d9150612df9565b63a3be258360e01b5f5260045ffd5b929190835f52600260205260405f2060ff82165f5260205260405f2054805b612f225760405162461bcd60e51b815260206004820152608160248201527f5374616b6552656769737472792e5f6765745374616b65557064617465496e6460448201527f6578466f724f70657261746f724174426c6f636b4e756d6265723a206e6f207360648201527f74616b652075706461746520666f756e6420666f72206f70657261746f72496460848201527f20616e642071756f72756d4e756d62657220617420626c6f636b206e756d626560a4820152603960f91b60c482015260e490fd5b845f52600260205260405f2060ff83165f5260205260405f205f1982019082821161149757612f568263ffffffff92611a44565b50541663ffffffff85161015612f7657508015611497575f190180612e5d565b63ffffffff169450505050565b905f811215612fb857600160ff1b8114611497576001600160601b0380915f03169116036001600160601b0381116114975790565b906001600160601b03611f4092169061262d56fe2f527d527e95d8fe40aec55377743bb779087da3f6d0d08f12e36444da62327da2646970667358221220060b7d5a87a74d7aaed381474cb24f72f0f4e6f61c18df12a463cd6e6686055464736f6c634300081b0033","gas_used":2467711,"gas_limit":3283392,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x6080806040526004361015610012575f80fd5b5f905f3560e01c9081630491b41c146119f65750806308732461146119995780631f9b74e01461194557806320b66298146117dd57806325504777146116c25780632cd95940146115c65780633ca5a5f5146115945780634bd26e09146115555780635401ed271461152d5780635e5a67751461150b5780635f1f2d771461108c578063697fbd931461104e5780636b3aa72e146110095780636c3fb4bf14610dde5780636d14a98714610d9957806375d4173a14610cb25780637c17234714610c9757806381c0750214610aaf5780639ab4d6ff14610a775780639f3ccf6514610a1c578063ac6bfb03146109cd578063adc804da14610959578063b6904b7814610917578063bc9a40c3146108db578063bd29b8cd14610856578063c46778a51461081c578063c601527d146105c7578063c8294c5614610579578063ca8aa7c714610534578063cc5a7c20146103f0578063d5eccc0514610386578063dd9846b91461035e578063df5cf72314610319578063e086adb3146102da578063f2be94ae1461026a578063f851e1981461020b5763fa28c627146101b5575f80fd5b34610208576001600160601b036101fa6020926101f460406101d636611c69565b92909194858152600289522060ff82165f52875260405f2093612e3e565b90611a44565b505460401c16604051908152f35b80fd5b503461020857604036600319011261020857606061023261022a611a34565b600435611ed3565b61026860405180926001600160601b036040809263ffffffff815116855263ffffffff6020820151166020860152015116910152565bf35b5034610208576080366003190112610208576001600160601b036040602092610291611a24565b60ff8361029c611c56565b936044358152600288522091165f5284526102cf6102c86102c2845f2060643590611a44565b50611d1d565b9182612cb4565b015116604051908152f35b5034610208576040366003190112610208576103166102f7611a24565b6102ff611c56565b90610308611fcf565b61031181611f43565b612cfc565b80f35b50346102085780600319360112610208576040517f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b03168152602090f35b503461020857602061037861037236611c69565b91612e3e565b63ffffffff60405191168152f35b50346102085760203660031901126102085760ff6103a2611a24565b1680825260016020526040822090825260016020526040822054915f1983019283116103dc5760206001600160601b036101fa8585611a44565b634e487b7160e01b81526011600452602490fd5b50346102085760803660031901126102085761040a611a24565b610412611b9b565b906044359163ffffffff83168303610530576064356001600160401b03811161052c57610443903690600401611bb1565b61044b61205c565b6104638360ff165f52600160205260405f2054151590565b61051d579061047561047b9284612a28565b82612c5e565b60ff8116808452600560209081526040808620805460ff19166001179055519193919290830183807f7c112e863ccf007862e2c9e25819c933fedbc9350a6443423b4a8599c2e8a52d9260016104d497520390a1612cfc565b8152600160205261031660408220604051906104ef82611b35565b63ffffffff43168252836020830152836040830152611e26565b634e487b7160e01b5f52602160045260245ffd5b6310cda51760e21b8552600485fd5b8480fd5b8380fd5b50346102085780600319360112610208576040517f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b03168152602090f35b5034610208576060366003190112610208576001600160601b0360406020926102cf6102c86102c26105a9611a24565b9360ff6105b4611c56565b9516815260018852856044359120611a44565b5034610208576040366003190112610208576105e1611a24565b906024356001600160401b03811161081857610601903690600401611bb1565b9161060a611fcf565b61061381611f43565b61061d8382612a28565b825160405163de1164bb60e01b8152906020826004817f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03165afa91821561080d5784926107dc575b506040517f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b0316906106a581611b06565b6001600160a01b03848116825260ff8616602083019081526040516304c1b8eb60e31b8152925190911660048301525163ffffffff166024820152602081604481855afa9081156107d15786916107a2575b50610700578480f35b61070982611cbe565b91855b818110610779575050849550803b1561052c576107439385809460405196879586948593630287f75160e51b855260048501611d9b565b03925af1801561076e57610759575b8080808480f35b8161076391611b50565b61020857805f610752565b6040513d84823e3d90fd5b6001906001600160a01b0361078e828b611d09565b51511661079b8287611d09565b520161070c565b6107c4915060203d6020116107ca575b6107bc8183611b50565b810190611d83565b5f6106f7565b503d6107b2565b6040513d88823e3d90fd5b6107ff91925060203d602011610806575b6107f78183611b50565b810190611d64565b905f61066d565b503d6107ed565b6040513d86823e3d90fd5b5080fd5b5034610208576020366003190112610208576001600160601b03604060209260ff610845611a24565b168152808452205416604051908152f35b5034610208576040366003190112610208576004356024356001600160401b0381116108d75761088a903690600401611a9d565b61089592919261205c565b835b8181106108a2578480f35b806108d06108b36001938588611cf0565b3560f81c6108c081611f43565b6108ca818761209d565b906123ee565b5001610897565b8280fd5b5034610208576040366003190112610208576103166108f8611a24565b610900611b9b565b90610909611fcf565b61091281611f43565b612c5e565b5034610208576040366003190112610208576102326102c260609260ff61093c611a24565b610944611e90565b50168152600160205260406024359120611a44565b5034610208576040366003190112610208576109aa6109a460409260ff61097e611a24565b826020875161098c81611b06565b82815201521681526003602052836024359120611a44565b50611eae565b6001600160601b03602083519260018060a01b0381511684520151166020820152f35b50346102085760603660031901126102085760ff60406109eb611a24565b926109f4611e90565b50602435815260026020522091165f5260205260606102326102c260405f2060443590611a44565b503461020857604036600319011261020857610a36611a24565b60ff16815260046020526040812080546024359290831015610208576020610a5e8484611a44565b905460405160039290921b1c6001600160a01b03168152f35b50346102085760203660031901126102085763ffffffff604060209260ff610a9d611a24565b16815260068452205416604051908152f35b50346102085760403660031901126102085760043563ffffffff8116809103610818576024356001600160401b0381116108d757610af1903690600401611a9d565b9190610afc83611b71565b91610b0a6040519384611b50565b838352610b1684611b71565b602084019490601f1901368637855b818110610b7657868587604051928392602084019060208552518091526040840192915b818110610b57575050500390f35b825163ffffffff16845285945060209384019390920191600101610b49565b610b81818386611cf0565b3560f81c610b8e81611f43565b808852600160205260408820805415610c835788528363ffffffff60208a20541611610c745780885260016020526040882054885b818110610bd6575b505050600101610b25565b828a52600160205260408a20610bec8284611d57565b5f19810191908211610c6057610c08889263ffffffff92611a44565b5054161115610c1957600101610bc3565b90610c249250611d57565b5f198101908111610c4c579063ffffffff60019216610c438288611d09565b52905f80610bcb565b634e487b7160e01b88526011600452602488fd5b634e487b7160e01b8c52601160045260248cfd5b63cc64657360e01b8852600488fd5b634e487b7160e01b89526032600452602489fd5b50346102085780600319360112610208576020604051818152f35b503461020857606036600319011261020857610ccc611a24565b610cd4611b9b565b6044356001600160401b03811161053057610cf3903690600401611bb1565b610cfb61205c565b610d138360ff165f52600160205260405f2054151590565b610d8a578291610475610d289260ff95612a28565b1680825260056020526040822060ff1981541690557f7c112e863ccf007862e2c9e25819c933fedbc9350a6443423b4a8599c2e8a52d60405180610d6c8582611b88565b0390a18152600160205261031660408220604051906104ef82611b35565b6310cda51760e21b8452600484fd5b50346102085780600319360112610208576040517f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03168152602090f35b5034610208576060366003190112610208576004356001600160401b0381116108185736602382011215610818578060040135610e1a81611b71565b91610e286040519384611b50565b8183526024602084019260051b8201019036821161052c57602401915b818310610fe957505050602435906001600160401b0382116108d757366023830112156108d757816004013591610e7b83611b71565b92610e896040519485611b50565b8084526024602085019160051b83010191368311610fe557602401905b828210610fd55750505060443560ff8116810361053057610ec561205c565b610ecf8251611cbe565b92610ed982611f43565b610ee3838361264d565b8693919290845b8651861015610f8257610efd8683611d09565b5115610f64575b610f2d610f118785611d09565b51856001600160601b03610f258a8a611d09565b511691612241565b90898282019283129112908015821691151617610f505760019590950194610eea565b634e487b7160e01b89526011600452602489fd5b88610f6f8787611d09565b526001610f7c878a611d09565b52610f04565b88610f8e8992866123ee565b50604051918291602083016020845282518091526020604085019301915b818110610fba575050500390f35b82511515845285945060209384019390920191600101610fac565b8135815260209182019101610ea6565b8580fd5b82356001600160a01b0381168103610fe557815260209283019201610e45565b50346102085780600319360112610208576040517f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b03168152602090f35b50346102085760203660031901126102085760ff60406110889282611071611a24565b168152600560205220541660405191829182611b88565b0390f35b5034611292576040366003190112611292576110a6611a24565b6024356001600160401b0381116112925736602382011215611292578060040135906110d182611b71565b916110df6040519384611b50565b8083526024602084019160051b8301019136831161129257602401905b8282106114fb5750505061110e611fcf565b61111782611f43565b805180156114ec5760ff831691825f52600360205260405f2091835f52600460205260405f209161114782611cbe565b935f5b8381106112d657505060405163de1164bb60e01b8152949250602091508490506004817f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03165afa928315611287575f936112b5575b506040517f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b0316916111df82611b06565b6001600160a01b038581168352602083019182526040516304c1b8eb60e31b815292511660048301525163ffffffff166024820152602081604481855afa908115611287575f91611296575b50611234578480f35b803b156112925761125f935f80946040519687958694859363b66bd98960e01b855260048501611d9b565b03925af1801561128757611274578080808480f35b61128091505f90611b50565b5f5f610752565b6040513d5f823e3d90fd5b5f80fd5b6112af915060203d6020116107ca576107bc8183611b50565b5f61122b565b6112cf91935060203d602011610806576107f78183611b50565b915f6111a7565b6112ea6112e38285611d09565b5183611a44565b50546001600160a01b03166112ff8288611d09565b52867f31fa2e2cd280c9375e13ffcf3d81e2378100186e4058f8d3ddb690b82dcd31f760206113386113318588611d09565b5186611a44565b50546040516001600160a01b039091168152a2867f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75604061137c6113318588611d09565b505481516001600160a01b0390911681525f6020820152a281545f198101908111611497576113ab9083611a44565b506113c06113b98386611d09565b5184611a44565b6114ab578181036114be575b505081548015611483575f19016113e38184611a44565b6114ab575f9055825584545f198101908111611497576114066114509187611a44565b905460039190911b1c6001600160a01b031661142c6114258487611d09565b5188611a44565b81546001600160a01b0393841660039290921b91821b9390911b1916919091179055565b8454908115611483576001915f19016114698188611a44565b815490858060a01b039060031b1b1916905586550161114a565b634e487b7160e01b5f52603160045260245ffd5b634e487b7160e01b5f52601160045260245ffd5b634e487b7160e01b5f525f60045260245ffd5b815481546001600160a01b039091166001600160a01b03199182168117835592541690911790555f806113cc565b63796cc52560e01b5f5260045ffd5b81358152602091820191016110fc565b34611292575f366003190112611292576020604051670de0b6b3a76400008152f35b346112925760403660031901126112925760206001600160601b0360406102cf61022a611a34565b346112925760403660031901126112925761156e611a34565b6004355f52600260205260ff60405f2091165f52602052602060405f2054604051908152f35b346112925760203660031901126112925760ff6115af611a24565b165f526003602052602060405f2054604051908152f35b34611292576040366003190112611292576115df611a34565b6004355f52600260205260ff60405f2091165f5260205260405f2080549061160682611b71565b916116146040519384611b50565b8083526020830180925f5260205f205f915b8383106116a5578486604051918291602083019060208452518091526040830191905f5b818110611658575050500390f35b91935091602060608261169760019488516001600160601b036040809263ffffffff815116855263ffffffff6020820151166020860152015116910152565b01940191019184939261164a565b6001602081926116b485611d1d565b815201920192019190611626565b34611292576060366003190112611292576004356001600160a01b038116810361129257602435906044356001600160401b03811161129257611709903690600401611a9d565b9061171261205c565b61171b82611cbe565b9261172583611cbe565b925f5b8181106117595761174b8661108887604051938493604085526040850190611aca565b908382036020850152611aca565b611764818386611cf0565b3560f81c9061177282611f43565b61177c8483611f71565b929092156117ce5782816117966001956117b2948d612241565b916001600160601b036117a9868d611d09565b911690526123ee565b6001600160601b036117c48389611d09565b9116905201611728565b63207f13e360e11b5f5260045ffd5b34611292576060366003190112611292576117f6611a24565b6024356001600160401b03811161129257611815903690600401611a6d565b916044356001600160401b03811161129257611835903690600401611a6d565b909161183f611fcf565b61184881611f43565b84156114ec578482036119365760ff1691825f52600360205260405f20935f5b86811061187157005b806118c361188a6118856001948888611c9a565b611caa565b61189f611898848c88611c9a565b358a611a44565b5080546001600160a01b031660a09290921b6001600160a01b031916919091179055565b857f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a756118f3611898848c88611c9a565b50848060a01b0390541661190b611885858a8a611c9a565b604080516001600160a01b039390931683526001600160601b0391909116602083015290a201611868565b6343714afd60e01b5f5260045ffd5b346112925760403660031901126112925761195e611a24565b602435906001600160a01b0382168203611292576020918161198261198793611f43565b611f71565b506001600160601b0360405191168152f35b34611292576040366003190112611292576119b2611a24565b60ff60243591165f52600360205260405f208054821015611292576040916119d991611a44565b505481516001600160a01b038216815260a09190911c6020820152f35b346112925760203660031901126112925760209060ff611a14611a24565b165f526001825260405f20548152f35b6004359060ff8216820361129257565b6024359060ff8216820361129257565b8054821015611a59575f5260205f2001905f90565b634e487b7160e01b5f52603260045260245ffd5b9181601f84011215611292578235916001600160401b038311611292576020808501948460051b01011161129257565b9181601f84011215611292578235916001600160401b038311611292576020838186019501011161129257565b90602080835192838152019201905f5b818110611ae75750505090565b82516001600160601b0316845260209384019390920191600101611ada565b604081019081106001600160401b03821117611b2157604052565b634e487b7160e01b5f52604160045260245ffd5b606081019081106001600160401b03821117611b2157604052565b90601f801991011681019081106001600160401b03821117611b2157604052565b6001600160401b038111611b215760051b60200190565b9190602083019260028210156105095752565b602435906001600160601b038216820361129257565b81601f8201121561129257803590611bc882611b71565b92611bd66040519485611b50565b82845260208085019360061b8301019181831161129257602001925b828410611c00575050505090565b6040848303126112925760405190611c1782611b06565b84356001600160a01b03811681036112925782526020850135906001600160601b03821682036112925782602092836040950152815201930192611bf2565b6024359063ffffffff8216820361129257565b6060906003190112611292576004359060243560ff81168103611292579060443563ffffffff811681036112925790565b9190811015611a595760051b0190565b356001600160601b03811681036112925790565b90611cc882611b71565b611cd56040519182611b50565b8281528092611ce6601f1991611b71565b0190602036910137565b90821015611a59570190565b805115611a595760200190565b8051821015611a595760209160051b010190565b90604051611d2a81611b35565b60406001600160601b0382945463ffffffff8116845263ffffffff8160201c166020850152821c16910152565b9190820391821161149757565b9081602091031261129257516001600160a01b03811681036112925790565b90816020910312611292575180151581036112925790565b60809060ff60209394606083019560018060a01b031683521683820152606060408201528451809452019201905f5b818110611dd75750505090565b82516001600160a01b0316845260209384019390920191600101611dca565b906bffffffffffffffffffffffff60401b82549160401b16906bffffffffffffffffffffffff60401b1916179055565b8054600160401b811015611b2157611e4391600182018155611a44565b6114ab578151815460208085015167ffffffff00000000911b1663ffffffff90921667ffffffffffffffff1990911617178155611e8e916001600160601b0390604001511690611df6565b565b60405190611e9d82611b35565b5f6040838281528260208201520152565b90604051611ebb81611b06565b91546001600160a01b038116835260a01c6020830152565b90611edc611e90565b50815f52600260205260405f2060ff82165f5260205260405f205490611f00611e90565b9282611f0c5750505090565b909192505f52600260205260ff60405f2091165f5260205260405f205f19820191821161149757611f40916102c291611a44565b90565b611f5b9060ff165f52600160205260405f2054151590565b15611f6257565b637310cff560e11b5f5260045ffd5b6001600160601b03611fba611fc19493611fc99360405191611f94604084611b50565b6001835260203681850137611fa883611cfc565b6001600160a01b03909116905261264d565b9490611cfc565b511692611cfc565b51151590565b604051638da5cb5b60e01b81526020816004817f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03165afa908115611287575f9161203d575b506001600160a01b0316330361202e57565b63ce98c24b60e01b5f5260045ffd5b612056915060203d602011610806576107f78183611b50565b5f61201c565b7f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b0316330361208e57565b632c01b20560e21b5f5260045ffd5b5f90805f52600260205260405f2060ff84165f5260205260405f205480155f1461214457505f516020612fcd5f395f51905f5260406001600160601b0394835f526002602052815f2060ff82165f5260205261211a825f2083519061210182611b35565b63ffffffff431682525f60208301525f85830152611e26565b60ff8251911681525f6020820152a2165f81810391125f82128116905f8313901516176114975790565b908092505f52600260205260405f2060ff84165f5260205260405f20905f1981019081116114975761217591611a44565b50908154916001600160601b038360401c16928315612238576001600160601b03945f516020612fcd5f395f51905f529260409263ffffffff438116911681036121da5750805473ffffffffffffffffffffffff00000000000000001916905561211a565b815467ffffffff000000001916602082901b67ffffffff00000000161790915561223390855f526002602052835f2060ff84165f52602052835f2084519161222183611b35565b82525f60208301525f85830152611e26565b61211a565b50505050505f90565b9190915f90805f52600260205260405f2060ff85165f5260205260405f205480155f146122f057505f516020612fcd5f395f51905f5260406001600160601b038095845f526002602052825f2060ff89165f526020526122c4835f208451906122a982611b35565b63ffffffff431682525f602083015284841686830152611e26565b60ff8351981688521695866020820152a216905f82820392128183128116918313901516176114975790565b908092505f52600260205260405f2060ff85165f5260205260405f20905f1981019081116114975761232191611a44565b50908154916001600160601b038360401c16926001600160601b038516908185146123e357855f516020612fcd5f395f51905f52936001600160601b039763ffffffff6040958a9582431692839116145f1461238757505061238291611df6565b6122c4565b835467ffffffff000000001916602083901b67ffffffff00000000161790935561238292909150875f526002602052855f2060ff8c165f52602052855f20908651926123d284611b35565b83525f602084015286830152611e26565b505050505050505f90565b60ff165f81815260016020526040902080549192915f1981019081116114975761241791611a44565b509080156124b05763ffffffff61243c8354926001600160601b038460401c16612f83565b93849243831692168203612455575050611f4091611df6565b835467ffffffff000000001916602083901b67ffffffff000000001617909355611f40929091505f52600160205260405f206040519161249483611b35565b82525f60208301526001600160601b0384166040830152611e26565b506001600160601b0391505460401c1690565b602081830312611292578051906001600160401b03821161129257019080601f83011215611292578151906124f782611b71565b926125056040519485611b50565b82845260208085019360051b820101908282116112925760208101935b82851061253157505050505090565b84516001600160401b03811161129257820184603f820112156112925760208101519061255d82611b71565b9161256b6040519384611b50565b8083526020808085019260051b840101019187831161129257604001905b8282106125a157505050815260209485019401612522565b8151815260209182019101612589565b90602080835192838152019201905f5b8181106125ce5750505090565b82516001600160a01b03168452602093840193909201916001016125c1565b90602082549182815201915f5260205f20905f5b81811061260e5750505090565b82546001600160a01b0316845260209093019260019283019201612601565b906001600160601b03809116911601906001600160601b03821161149757565b6126578251611cbe565b60ff6126638451611cbe565b92165f8181526003602052604090208054919591908161268281611b71565b916126906040519384611b50565b81835260208301905f5260205f205f915b8383106129fe5750505050865f52600560205260ff60405f20541660028110156105095760010361295a57865f52600660205263ffffffff6126e98160405f20541643612a1b565b60405163de1164bb60e01b81529116906020816004817f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03165afa908115611287575f916127a091839161293b575b506040519061274d82611b06565b6001600160a01b03908116825260208083018d81528d8652600491829052604080872090516315d5962560e11b81529451909316918401919091525163ffffffff1660248301529093849283926127c691565b60a060448501526127b460a485018e6125b1565b848103600319016064860152906125ed565b608483019190915203817f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b03165afa908115611287575f91612919575b50925b5f5b875181101561290c575f5b8481106128615750806001600160601b0361283760019389611d09565b51168a5f525f6020526001600160601b0360405f205416111561285a828a611d09565b520161280f565b61286b8185611d09565b51906128818161287b858a611d09565b51611d09565b51612891575b600191500161281a565b6001600160601b0360206128a98361287b878c611d09565b519301511691828102928184041490151715611497576128f16001600160601b03670de0b6b3a764000060019404166001600160601b036128ea868c611d09565b511661262d565b6001600160601b03612903858b611d09565b91169052612887565b5095505050509092509190565b61293591503d805f833e61292d8183611b50565b8101906124c3565b5f61280a565b612954915060203d602011610806576107f78183611b50565b5f61273f565b865f5260046020526129a15f6040812060405180938192637870733b60e11b83526040600484015261298f604484018d6125b1565b838103600319016024850152906125ed565b03817f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b03165afa908115611287575f916129e4575b509261280d565b6129f891503d805f833e61292d8183611b50565b5f6129dd565b600160208192612a0d85611eae565b8152019201920191906126a1565b9190820180921161149757565b8151156114ec5760ff8251911691825f52600360205260405f2054926020612a508486612a1b565b11611936575f925b808410612a66575050505050565b90919293945f5b612a778688612a1b565b811015612aca57835f526003602052612a938160405f20611a44565b50546001600160a01b0390811690612aab8888611d09565b51511614612abb57600101612a6d565b637b74340b60e01b5f5260045ffd5b509493929190926001600160601b036020612ae58386611d09565b5101511615612c4f57815f52600360205260405f20612b048285611d09565b51908054600160401b811015611b2157612b2391600182018155611a44565b6114ab5781516020929092015160a01b6001600160a01b0319166001600160a01b03929092169190911790555f828152600460205260409020906001600160a01b03612b6f8286611d09565b515116825490600160401b821015611b215761142c8260019586612b9595018155611a44565b827f10565e56cacbf32eca267945f054fec02e59750032d113d3302182ad967f54046020848060a01b03612bc98589611d09565b515116604051908152a2827f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75838060a01b03612c058488611d09565b5151166001600160601b036020612c1c868a611d09565b510151604080516001600160a01b0394909416845291166001600160601b03166020830152819081010390a20192612a58565b637257125160e01b5f5260045ffd5b602060ff7f26eecff2b70b0a71104ff4d940ba7162d23a95c248771fc487a7be17a596b3cf921692835f525f82526001600160601b0360405f20911690816001600160601b0319825416179055604051908152a2565b63ffffffff808251169216918210612ce3576020015163ffffffff168015918215612cf2575b505015612ce357565b631391e11b60e21b5f5260045ffd5b1090505f80612cda565b60ff1690815f52600560205260ff60405f205416600281101561050957600103612e2f57604051632981eb7760e01b8152906020826004817f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b03165afa918215611287575f92612dea575b5063ffffffff80911691168111612ddb57816040917f28d7358b79f02d21b8b7e17aefc4185a64308aa37406fa5befc05b91932c39c7935f52600660205263ffffffff835f205416915f526006602052825f208163ffffffff1982541617905582519182526020820152a1565b630bd441b960e21b5f5260045ffd5b9091506020813d602011612e27575b81612e0660209383611b50565b81010312611292575163ffffffff81168103611292579063ffffffff612d6e565b3d9150612df9565b63a3be258360e01b5f5260045ffd5b929190835f52600260205260405f2060ff82165f5260205260405f2054805b612f225760405162461bcd60e51b815260206004820152608160248201527f5374616b6552656769737472792e5f6765745374616b65557064617465496e6460448201527f6578466f724f70657261746f724174426c6f636b4e756d6265723a206e6f207360648201527f74616b652075706461746520666f756e6420666f72206f70657261746f72496460848201527f20616e642071756f72756d4e756d62657220617420626c6f636b206e756d626560a4820152603960f91b60c482015260e490fd5b845f52600260205260405f2060ff83165f5260205260405f205f1982019082821161149757612f568263ffffffff92611a44565b50541663ffffffff85161015612f7657508015611497575f190180612e5d565b63ffffffff169450505050565b905f811215612fb857600160ff1b8114611497576001600160601b0380915f03169116036001600160601b0381116114975790565b906001600160601b03611f4092169061262d56fe2f527d527e95d8fe40aec55377743bb779087da3f6d0d08f12e36444da62327da2646970667358221220060b7d5a87a74d7aaed381474cb24f72f0f4e6f61c18df12a463cd6e6686055464736f6c634300081b0033","nonce":50,"gas_used":2718937},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x297cd9","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x36151eda7d905177292724cfab6fca2d2665c6d0b9950dbe152f422966b3e604","block_number":32},{"info":{"transaction_hash":"0xa4e683a8e6127e39fdd250fa58ab2c364808418eeebaa4481f0feda2b99c68ce","transaction_index":0,"from":"0x87bdce72c06c21cd96219bd8521bdf1f42c78b5e","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x87bdce72c06c21cd96219bd8521bdf1f42c78b5e","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000740135c4c48c6c7f","output":"0x000000000000000000000000000000000000000000000000740135c4c48c6c7f","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000740135c4c48c6c7f","output":"0x000000000000000000000000000000000000000000000000740135c4c48c6c7f","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000740135c4c48c6c7f"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000740135c4c48c6c7f","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000740135c4c48c6c7f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000740135c4c48c6c7f","output":"0x000000000000000000000000000000000000000000000000740135c4c48c6c7f","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000740135c4c48c6c7f","output":"0x000000000000000000000000000000000000000000000000740135c4c48c6c7f","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000008548d9978f80fc971","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000008548d9978f80fc971","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf200000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000740135c4c48c6c7f","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf200000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000740135c4c48c6c7f","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e"],"data":"0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000740135c4c48c6c7f"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec800000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec800000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000740135c4c48c6c7f","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000740135c4c48c6c7f"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000740135c4c48c6c7f"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e"],"data":"0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000740135c4c48c6c7f"}],"logsBloom":"0x02000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000200000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000400001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x4a26cb104b2cc1fac0ef74b79322e16c333ba347a96897030950a7c75533553c","block_number":310},{"info":{"transaction_hash":"0x91290f46d2852557dd9a150d51e1b5560803ae2e7f4ad22f6496f8a29999c0b0","transaction_index":2,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x8f86403a4de0bb5791fa46b8e795c547942fe4cf","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8f86403a4de0bb5791fa46b8e795c547942fe4cf","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052610bb780380380610014816102c7565b92833981016060828203126102c35761002c82610300565b61003860208401610300565b604084015190936001600160401b0382116102c357019082601f830112156102c357815161006d61006882610314565b6102c7565b928184526020840194602083830101116102c357815f926020809301875e84010152803b15610268577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610261575b6101dd575b50505f516020610b975f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a18115610189576001600160a01b031916175f516020610b975f395f51905f52556040516107b390816103e48239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b5f80610250946101ed60606102c7565b94602786527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020870152660819985a5b195960ca1b60408701525190845af43d15610259573d9161024161006884610314565b9283523d5f602085013e61032f565b505f8080610107565b60609161032f565b505f610102565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b038111838210176102ec57604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b03821682036102c357565b6001600160401b0381116102ec57601f01601f191660200190565b919290156103915750815115610343575090565b3b1561034c5790565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b8251909150156103a45750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610300000000000000000000000095401dc811bb5740090279ba06cfa8fcf6113778000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","output":"0x60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033","gas_used":444889,"gas_limit":608895,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000095401dc811bb5740090279ba06cfa8fcf6113778"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033","nonce":44,"gas_used":546689},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x190683","logs":[{"address":"0x8f86403a4de0bb5791fa46b8e795c547942fe4cf","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000095401dc811bb5740090279ba06cfa8fcf6113778"],"data":"0x"},{"address":"0x8f86403a4de0bb5791fa46b8e795c547942fe4cf","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000040000000000000000000000000000002000000000000000000000000000000000000000000000000000000040000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000021000000000000000040000000000000000400000000000000000000000000000000000000000000020000000000000000000000000000000000000000"},"block_hash":"0x2b7d295e916d9909d9a77b3f7a9f1d542ca702969d669c81e45afeb6aa21850e","block_number":28},{"info":{"transaction_hash":"0xfe6357262cda264f4637e1e04304d06b71ad97bc889c61c90794f9254c6ef236","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff0000000000000000000000000000000000000000000000002ff96ee5f4c45346","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff"],"data":"0x0000000000000000000000000000000000000000000000002ff96ee5f4c45346"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":238,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff"],"data":"0x0000000000000000000000000000000000000000000000002ff96ee5f4c45346"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000040010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002004000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xe8546a14965481b185a6166a58c7345a9331b06289d5eb3e5117f4fdbb226700","block_number":210},{"info":{"transaction_hash":"0x1a269e1e16b79c19864c9c4b43090bafc9560aba2fa4a33189d0472bb5fa4e0a","transaction_index":0,"from":"0x71be63f3384f5fb98995898a86b02fb2426c5788","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x71be63f3384f5fb98995898a86b02fb2426c5788","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003bbbb9e20a3e8778","output":"0x0000000000000000000000000000000000000000000000003bbbb9e20a3e8778","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003bbbb9e20a3e8778","output":"0x0000000000000000000000000000000000000000000000003bbbb9e20a3e8778","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003bbbb9e20a3e8778"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003bbbb9e20a3e8778","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000003bbbb9e20a3e8778"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003bbbb9e20a3e8778","output":"0x0000000000000000000000000000000000000000000000003bbbb9e20a3e8778","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003bbbb9e20a3e8778","output":"0x0000000000000000000000000000000000000000000000003bbbb9e20a3e8778","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000003708abb6070b0cf44","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000003708abb6070b0cf44","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf200000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003bbbb9e20a3e8778","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf200000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003bbbb9e20a3e8778","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788"],"data":"0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003bbbb9e20a3e8778"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec800000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec800000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000003bbbb9e20a3e8778","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000003bbbb9e20a3e8778"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003bbbb9e20a3e8778"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788"],"data":"0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003bbbb9e20a3e8778"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040800000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000200000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000004000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x2510c13e6287da71148f8caa43fa90ed1920b0f5dcdd0952ce843e9198877e57","block_number":278},{"info":{"transaction_hash":"0xdc0de53a1c600f0dbe4d6c1d6e8891e3e6564551e7643f12e56a3df5334d3e00","transaction_index":0,"from":"0x9ef6c02fb2ecc446146e05f1ff687a788a8bf76d","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9ef6c02fb2ecc446146e05f1ff687a788a8bf76d","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000600"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000600"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343000000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000004000000000020000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000200000000000000002000001000000000100000000000000"},"block_hash":"0xa2230a3c8fa1172169a270dc08d19052afb33d6f28c5bf8fcfe34b530c97587e","block_number":335},{"info":{"transaction_hash":"0xc3db439658380c366bbac000410a82cb2b0a97ed029b0ec288c253b233f726ac","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x998abeb3e57409262ae5b751f60747921b33613e","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x998abeb3e57409262ae5b751f60747921b33613e","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x9623609d00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc4900000000000000000000000082e01223d51eb87e16a03e24687edf0f294da6f1000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a4530b97a4000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000851356ae760d987e095750cceb3bc6014560891c00000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":191232,"gas_limit":273234,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x998abeb3e57409262ae5b751f60747921b33613e","address":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x4f1ef28600000000000000000000000082e01223d51eb87e16a03e24687edf0f294da6f1000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a4530b97a4000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000851356ae760d987e095750cceb3bc6014560891c00000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":185200,"gas_limit":263171,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000082e01223d51eb87e16a03e24687edf0f294da6f1"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Call":0}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","address":"0x82e01223d51eb87e16a03e24687edf0f294da6f1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x530b97a4000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000851356ae760d987e095750cceb3bc6014560891c","output":"0x","gas_used":172630,"gas_limit":247130,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x9770f3cadfdcbb6f93af935e86047111590c3768271d237e4a2bc0b874bed693"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000851356ae760d987e095750cceb3bc6014560891c"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1},{"Log":2},{"Log":3},{"Log":4},{"Log":5}]}],"exit":"Return","out":"0x","nonce":55,"gas_used":215088},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x34830","logs":[{"address":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000082e01223d51eb87e16a03e24687edf0f294da6f1"],"data":"0x"},{"address":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},{"address":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","topics":["0x315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"},{"address":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","topics":["0x8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"},{"address":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","topics":["0x9770f3cadfdcbb6f93af935e86047111590c3768271d237e4a2bc0b874bed693"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000851356ae760d987e095750cceb3bc6014560891c"},{"address":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"}],"logsBloom":"0x0000000000000000000000004000000040000000000000000080000000000000000000000800000000000000000000000000000000000000080000000000000000000000000000000000200000000220000100000000000000000000800000000100000002000000004000c100010800000000000100000000000000000000400000000000040000020000000000000000000000000080000000000040000040000000000000000000000000000400000000000000000000000000000000000000000020410000200000400000040000000000002000000000000000000020000000000000000000000000800000000000000000000000000000000000400000"},"block_hash":"0x05e04a291b518295e2beba8894b3def73970710bd13f26a4504df4628444c7be","block_number":34},{"info":{"transaction_hash":"0xbd43995642a685b4d2512b64656a54a5406505d758d45c035116d61984fde426","transaction_index":0,"from":"0x08135da0a343e492fa2d4282f2ae34c6c5cc1bbe","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x08135da0a343e492fa2d4282f2ae34c6c5cc1bbe","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006ceb59830bfc8ad2","output":"0x0000000000000000000000000000000000000000000000006ceb59830bfc8ad2","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006ceb59830bfc8ad2","output":"0x0000000000000000000000000000000000000000000000006ceb59830bfc8ad2","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006ceb59830bfc8ad2"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006ceb59830bfc8ad2","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000006ceb59830bfc8ad2"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006ceb59830bfc8ad2","output":"0x0000000000000000000000000000000000000000000000006ceb59830bfc8ad2","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006ceb59830bfc8ad2","output":"0x0000000000000000000000000000000000000000000000006ceb59830bfc8ad2","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000066639539d5fe560be","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000066639539d5fe560be","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf200000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006ceb59830bfc8ad2","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf200000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006ceb59830bfc8ad2","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe"],"data":"0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006ceb59830bfc8ad2"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec800000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec800000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000006ceb59830bfc8ad2","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000006ceb59830bfc8ad2"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006ceb59830bfc8ad2"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe"],"data":"0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006ceb59830bfc8ad2"}],"logsBloom":"0x00000000000000020000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000042000000000020000000000005000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xd2386decc4305d31bd1fd6ad00bd645c6fe07dcd3604bac63f7012c28e5e0374","block_number":300},{"info":{"transaction_hash":"0xd36aa7bfb7c83b3f06b155d84927bf431f6b14265521582d4c5c9d1295ba6601","transaction_index":0,"from":"0x262595fa2a3a86adacde208589614d483e3ef1c0","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x262595fa2a3a86adacde208589614d483e3ef1c0","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001bd4943ef7e051c3","output":"0x0000000000000000000000000000000000000000000000001bd4943ef7e051c3","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001bd4943ef7e051c3","output":"0x0000000000000000000000000000000000000000000000001bd4943ef7e051c3","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001bd4943ef7e051c3"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001bd4943ef7e051c3","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000001bd4943ef7e051c3"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001bd4943ef7e051c3","output":"0x0000000000000000000000000000000000000000000000001bd4943ef7e051c3","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001bd4943ef7e051c3","output":"0x0000000000000000000000000000000000000000000000001bd4943ef7e051c3","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000011dcd69d34b6aaa881","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000011dcd69d34b6aaa881","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001bd4943ef7e051c3","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001bd4943ef7e051c3","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0"],"data":"0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001bd4943ef7e051c3"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000001bd4943ef7e051c3","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000001bd4943ef7e051c3"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001bd4943ef7e051c3"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0"],"data":"0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001bd4943ef7e051c3"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000020008000000000000000240000001000000000000400000000000000000000000000000000000000000000002010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x024f4550790f7ad2a676baae6fb13b4d6c3d14df65d8c9fb579b2e3ad94352d6","block_number":386},{"info":{"transaction_hash":"0xd4156e5b0bb0bc9211f9b5f29f49208972f2eb5d57de335b8c09729c62e56a05","transaction_index":0,"from":"0xbc8183bac3e969042736f7af07f76223d11d2148","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xbc8183bac3e969042736f7af07f76223d11d2148","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007f47897fbdd0284b","output":"0x0000000000000000000000000000000000000000000000007f47897fbdd0284b","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007f47897fbdd0284b","output":"0x0000000000000000000000000000000000000000000000007f47897fbdd0284b","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007f47897fbdd0284b"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007f47897fbdd0284b","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000007f47897fbdd0284b"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007f47897fbdd0284b","output":"0x0000000000000000000000000000000000000000000000007f47897fbdd0284b","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007f47897fbdd0284b","output":"0x0000000000000000000000000000000000000000000000007f47897fbdd0284b","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000016e9ac8dac3bdc1efc","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000016e9ac8dac3bdc1efc","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007f47897fbdd0284b","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007f47897fbdd0284b","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148"],"data":"0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007f47897fbdd0284b"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000007f47897fbdd0284b","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000007f47897fbdd0284b"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007f47897fbdd0284b"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148"],"data":"0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007f47897fbdd0284b"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000400000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020040080000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x94b06009c48a560af2fca908b295877352926a6af4609d56d74a5c2499cad077","block_number":420},{"info":{"transaction_hash":"0x67c74a61ab5532a99e1e05f57fd3d99c213e2f1bb4ea0dea2119bbc5cb4311d9","transaction_index":0,"from":"0x6c8ea11559dfe79ae3dbdd6a67b47f61b929398f","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x6c8ea11559dfe79ae3dbdd6a67b47f61b929398f","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000015f9186533eda559","output":"0x00000000000000000000000000000000000000000000000015f9186533eda559","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000015f9186533eda559","output":"0x00000000000000000000000000000000000000000000000015f9186533eda559","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000015f9186533eda559"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000015f9186533eda559","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000015f9186533eda559"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000015f9186533eda559","output":"0x00000000000000000000000000000000000000000000000015f9186533eda559","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000015f9186533eda559","output":"0x00000000000000000000000000000000000000000000000015f9186533eda559","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001a1fd3214111e4251b","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001a1fd3214111e4251b","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000015f9186533eda559","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000015f9186533eda559","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f"],"data":"0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000015f9186533eda559"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000015f9186533eda559","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000015f9186533eda559"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000015f9186533eda559"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f"],"data":"0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000015f9186533eda559"}],"logsBloom":"0x00000008000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000001008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400004000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xf8a56a26f291dd7907b11ac0eceff333abb417562beaf19fdbc2e85b3ab34ba9","block_number":438},{"info":{"transaction_hash":"0x1c8d56ae504bbc9bf2cf7ad78a2315e1313700c5ce09c32536a7f179c902020c","transaction_index":0,"from":"0x15d34aaf54267db7d7c367839aaf71a00a2c6a65","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x15d34aaf54267db7d7c367839aaf71a00a2c6a65","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000122c6ab631ff0891","output":"0x000000000000000000000000000000000000000000000000122c6ab631ff0891","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000122c6ab631ff0891","output":"0x000000000000000000000000000000000000000000000000122c6ab631ff0891","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000122c6ab631ff0891"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000122c6ab631ff0891","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000122c6ab631ff0891"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000122c6ab631ff0891","output":"0x000000000000000000000000000000000000000000000000122c6ab631ff0891","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000122c6ab631ff0891","output":"0x000000000000000000000000000000000000000000000000122c6ab631ff0891","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000138bcadeef108e02e","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000138bcadeef108e02e","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf200000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000122c6ab631ff0891","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf200000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000122c6ab631ff0891","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65"],"data":"0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000122c6ab631ff0891"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec800000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec800000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000122c6ab631ff0891","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000122c6ab631ff0891"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000122c6ab631ff0891"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65"],"data":"0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000122c6ab631ff0891"}],"logsBloom":"0x00000000040000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000100000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000004000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xdea5be76f0db07448fe4b033269485ea5fc57bf6f3cd889bb2308e48592376ee","block_number":264},{"info":{"transaction_hash":"0x22b6ed3bdc6a9b7cd945a67be8faa315e817c6bc55f8574554061603c1db4060","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x98d08079928fccb30598c6c6382abfd7dbfaa1cd","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x98d08079928fccb30598c6c6382abfd7dbfaa1cd","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":182,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x118ce5766895f95cf2b8994b678b472aef4026a79b0e087626b0181556dc88ab","block_number":154},{"info":{"transaction_hash":"0x234a63e4dbcec0f1e27cac18b1f9bbaf2792d643e6c656d8326f9f459dabc5cb","transaction_index":0,"from":"0x1003ff39d25f2ab16dbcc18ece05a9b6154f65f4","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x1003ff39d25f2ab16dbcc18ece05a9b6154f65f4","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000300e7cf3b6570d42","output":"0x000000000000000000000000000000000000000000000000300e7cf3b6570d42","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000300e7cf3b6570d42","output":"0x000000000000000000000000000000000000000000000000300e7cf3b6570d42","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000300e7cf3b6570d42"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000300e7cf3b6570d42","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000300e7cf3b6570d42"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000300e7cf3b6570d42","output":"0x000000000000000000000000000000000000000000000000300e7cf3b6570d42","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000300e7cf3b6570d42","output":"0x000000000000000000000000000000000000000000000000300e7cf3b6570d42","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000a70871db01007d7f8","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000a70871db01007d7f8","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000300e7cf3b6570d42","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000300e7cf3b6570d42","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4"],"data":"0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000300e7cf3b6570d42"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000300e7cf3b6570d42","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000300e7cf3b6570d42"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000300e7cf3b6570d42"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4"],"data":"0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000300e7cf3b6570d42"}],"logsBloom":"0x0000000000000000000000040000000000000000000000000000000000000000000000000001000000000000000000000000000000000200040001804000000004000000000c800000000008000000000000000240000001000000000000000000000000000000000000000000000020000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x143696bf2f23ecd790b6a1e429c1d170e90f6aa4b6c51962b705b70893e8f226","block_number":328},{"info":{"transaction_hash":"0x39931ea12d9d1a96225ca09557b87e07b2e7bdb80cebe89772a782f64bcc7c86","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef900000000000000000000000000000000000000000000000089a2b30fd4eda421","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9"],"data":"0x00000000000000000000000000000000000000000000000089a2b30fd4eda421"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":281,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9"],"data":"0x00000000000000000000000000000000000000000000000089a2b30fd4eda421"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000800000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000002000000000000000000000000000"},"block_hash":"0x6d8630f5c346e5fdce564e762fb1728b4e03fc1825bac2dddbeceb2984c5c599","block_number":253},{"info":{"transaction_hash":"0x2ac4f267263556ed4c6cc2168ceff5b9b6b6c6a0378ae4dfa3d08d776978edbe","transaction_index":0,"from":"0xdf37f81daad2b0327a0a50003740e1c935c70913","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xdf37f81daad2b0327a0a50003740e1c935c70913","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006ffccceb49d04f1d","output":"0x0000000000000000000000000000000000000000000000006ffccceb49d04f1d","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006ffccceb49d04f1d","output":"0x0000000000000000000000000000000000000000000000006ffccceb49d04f1d","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006ffccceb49d04f1d"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006ffccceb49d04f1d","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000006ffccceb49d04f1d"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006ffccceb49d04f1d","output":"0x0000000000000000000000000000000000000000000000006ffccceb49d04f1d","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006ffccceb49d04f1d","output":"0x0000000000000000000000000000000000000000000000006ffccceb49d04f1d","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000007a337e893bac402ca","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000007a337e893bac402ca","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006ffccceb49d04f1d","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006ffccceb49d04f1d","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913"],"data":"0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006ffccceb49d04f1d"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000006ffccceb49d04f1d","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000006ffccceb49d04f1d"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006ffccceb49d04f1d"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913"],"data":"0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006ffccceb49d04f1d"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000020000000240000001000000000000000000000000000800000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000044000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x485ef017b29716e099bfc443349bd5c642a7ace8667e089fe1cbd97684226129","block_number":306},{"info":{"transaction_hash":"0xa7e10d5dc2e81c68acee9abee7b62e0be9111658622896afe9782a2bb93b072c","transaction_index":0,"from":"0xf23e054d8b4d0becfa22deef5632f27f781f8bf5","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf23e054d8b4d0becfa22deef5632f27f781f8bf5","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003bbfc153bbaaad52","output":"0x0000000000000000000000000000000000000000000000003bbfc153bbaaad52","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003bbfc153bbaaad52","output":"0x0000000000000000000000000000000000000000000000003bbfc153bbaaad52","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003bbfc153bbaaad52"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003bbfc153bbaaad52","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000003bbfc153bbaaad52"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003bbfc153bbaaad52","output":"0x0000000000000000000000000000000000000000000000003bbfc153bbaaad52","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003bbfc153bbaaad52","output":"0x0000000000000000000000000000000000000000000000003bbfc153bbaaad52","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000135517682a025a28e9","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000135517682a025a28e9","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003bbfc153bbaaad52","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003bbfc153bbaaad52","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5"],"data":"0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003bbfc153bbaaad52"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000003bbfc153bbaaad52","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000003bbfc153bbaaad52"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003bbfc153bbaaad52"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5"],"data":"0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003bbfc153bbaaad52"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000200000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000200000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400100000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x796991b1c28da35bfeb72e996de162b4dd9aa2cbb3a1b973ff69033b3f8e2fae","block_number":396},{"info":{"transaction_hash":"0x5b973fce9441b6775bc9d0e7e68c491f45b186fa599f1d02c2b40dc322997739","transaction_index":0,"from":"0xccdd262f272ee6c226266eea13ee48d4d932ce66","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xccdd262f272ee6c226266eea13ee48d4d932ce66","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004a7072fce970f68e","output":"0x0000000000000000000000000000000000000000000000004a7072fce970f68e","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004a7072fce970f68e","output":"0x0000000000000000000000000000000000000000000000004a7072fce970f68e","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004a7072fce970f68e"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004a7072fce970f68e","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000004a7072fce970f68e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004a7072fce970f68e","output":"0x0000000000000000000000000000000000000000000000004a7072fce970f68e","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004a7072fce970f68e","output":"0x0000000000000000000000000000000000000000000000004a7072fce970f68e","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000017af73660d53c574ba","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000017af73660d53c574ba","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004a7072fce970f68e","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004a7072fce970f68e","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66"],"data":"0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004a7072fce970f68e"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000004a7072fce970f68e","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000004a7072fce970f68e"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004a7072fce970f68e"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66"],"data":"0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004a7072fce970f68e"}],"logsBloom":"0x00000000080000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000001000000040000000000000000000000400000000000000000000000000000000000000000000000200000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x273847e4aae92574b79d3d75580b272416a48608cd8907ace622040263827a03","block_number":424},{"info":{"transaction_hash":"0xc303bedecbbff542cd68fa567940cf83298938e64e7439e19ee4ec8275719b06","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b9060000000000000000000000000000000000000000000000007c6d1175e13d2753","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"],"data":"0x0000000000000000000000000000000000000000000000007c6d1175e13d2753"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":186,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"],"data":"0x0000000000000000000000000000000000000000000000007c6d1175e13d2753"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000400000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000400000002000000000000000000000000000000000000000000010000000000000000000000000000000000000000000"},"block_hash":"0x230bdab6fbef9563b8f183fc6c22062ed846689eb85650fd13b0e17087014204","block_number":158},{"info":{"transaction_hash":"0xc358a5ddd5c0ea8c178af7d64fbbdbc419338a132b74b9d228c303dfd5ed7c43","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d00000000000000000000000000000000000000000000000022bf698e9dd6f0b0","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d"],"data":"0x00000000000000000000000000000000000000000000000022bf698e9dd6f0b0"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":204,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d"],"data":"0x00000000000000000000000000000000000000000000000022bf698e9dd6f0b0"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000002000000000000000000000000400000000100000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x4e1a10f413f3422c8ebedc54f8b7710fb3120c974e1280319be4054ab501079d","block_number":176},{"info":{"transaction_hash":"0x2bae3068952b76d6ac6a0e38909d478f35c7d11b02c91288ae12881c38f27fd8","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f10000000000000000000000000000000000000000000000007beb33e25ef5e098","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1"],"data":"0x0000000000000000000000000000000000000000000000007beb33e25ef5e098"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":206,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1"],"data":"0x0000000000000000000000000000000000000000000000007beb33e25ef5e098"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000020000000000000000000400000000000000000000000000000000000000000000000008000208000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xa943b579bd8a76a6efc3fd61c2d57e1ef394f2ad59c11b2d4e1ac422205a2577","block_number":178},{"info":{"transaction_hash":"0xa2d5fef9468f8cd30a0cec75559adb26d7be20c137703ffaa3a27ad576805bfa","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x6d69f301d1da5c7818b5e61eecc745b30179c68b","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x6d69f301d1da5c7818b5e61eecc745b30179c68b","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":154,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x3e62cad26475eb6121676230ba502cb5ce471c794ed141960073c5e02bea060b","block_number":126},{"info":{"transaction_hash":"0x870912ed76b71e11903a76b284c288983c09b80dfec1a46f47d08edb3ea7cb48","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":88,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x34d3cc04d0af66a75e97bcf474612311ce412a838857c455e95929f33c274037","block_number":60},{"info":{"transaction_hash":"0x2632c9374ac7d42b48c8b058d46a5f37dca43eef9961bbfd061649d208cf3db5","transaction_index":0,"from":"0xe5d3ab6883b7e8c35c04675f28bb992ca1129ee4","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xe5d3ab6883b7e8c35c04675f28bb992ca1129ee4","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000087046ef5ec157d3a","output":"0x00000000000000000000000000000000000000000000000087046ef5ec157d3a","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000087046ef5ec157d3a","output":"0x00000000000000000000000000000000000000000000000087046ef5ec157d3a","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000087046ef5ec157d3a"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000087046ef5ec157d3a","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000087046ef5ec157d3a"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000087046ef5ec157d3a","output":"0x00000000000000000000000000000000000000000000000087046ef5ec157d3a","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000087046ef5ec157d3a","output":"0x00000000000000000000000000000000000000000000000087046ef5ec157d3a","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000192db574d072db83ba","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000192db574d072db83ba","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000087046ef5ec157d3a","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000087046ef5ec157d3a","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4"],"data":"0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000087046ef5ec157d3a"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000087046ef5ec157d3a","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000087046ef5ec157d3a"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000087046ef5ec157d3a"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4"],"data":"0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000087046ef5ec157d3a"}],"logsBloom":"0x00000400000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000244000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000400000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xc1f233ac31c2e688bbc64d5cea3a0f3889fff7f61904c1929e3905cd86139e1a","block_number":432},{"info":{"transaction_hash":"0x4e2545b605dce5715705b10e2b0b0514a3071d10e20efe61a6ea82719f4936b8","transaction_index":2,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x9623609d0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe60000000000000000000000009a9f2ccfde556a7e9ff0848998aa4a0cfd8863ae000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a4f6efbb59000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000001c2000000000000000000000000000000000000000000000000000000000000003e800000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":98219,"gas_limit":154478,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x4f1ef2860000000000000000000000009a9f2ccfde556a7e9ff0848998aa4a0cfd8863ae000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a4f6efbb59000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000001c2000000000000000000000000000000000000000000000000000000000000003e800000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":92246,"gas_limit":146232,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000009a9f2ccfde556a7e9ff0848998aa4a0cfd8863ae"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Call":0}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x9a9f2ccfde556a7e9ff0848998aa4a0cfd8863ae","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xf6efbb59000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000001c2000000000000000000000000000000000000000000000000000000000000003e8","output":"0x","gas_used":79377,"gas_limit":131729,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x237b82f438d75fc568ebab484b75b01d9287b9e98b490b7c23221623b6705dbb","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xaf557c6c02c208794817a705609cfa935f827312a1adfdd26494b6b95dd2b4b3"],"data":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001c20"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xe6cd4edfdcc1f6d130ab35f73d72378f3a642944fb4ee5bd84b7807a81ea1c4e"],"data":"0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1},{"Log":2},{"Log":3},{"Log":4},{"Log":5}]}],"exit":"Stop","out":"0x","nonce":24,"gas_used":121643},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x501f3","logs":[{"address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000009a9f2ccfde556a7e9ff0848998aa4a0cfd8863ae"],"data":"0x"},{"address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},{"address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","topics":["0x237b82f438d75fc568ebab484b75b01d9287b9e98b490b7c23221623b6705dbb","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},{"address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","topics":["0xaf557c6c02c208794817a705609cfa935f827312a1adfdd26494b6b95dd2b4b3"],"data":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001c20"},{"address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","topics":["0xe6cd4edfdcc1f6d130ab35f73d72378f3a642944fb4ee5bd84b7807a81ea1c4e"],"data":"0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8"},{"address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"}],"logsBloom":"0x000000000400000004000000400000004000000000000000008000008000000000100000000000000000000000000000000000000080000000000002000000000000000000000000000000000004020000010000000000000000000000000000000200000200000400000001000008000000000000000000000000040000004000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000002000440000000000000000000000000000000008000080020400000200000000000040000000000002000002000000000000020000000000000000000000800000000000000000000000000000000000000400200"},"block_hash":"0x82a04ca4173cc739d923d1af570cba1ae3ab56c974f3bd7c8fb43975e87ba9a7","block_number":17},{"info":{"transaction_hash":"0x7d5a448ba369110b1acc7e610c2a6ab08c08a8e5b611ca2f2fe079a1e794b486","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x610160604052348015610010575f5ffd5b506040516162ad3803806162ad83398101604081905261002f916101d9565b808084898989878a6001600160a01b03811661005e576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b0390811660805293841660a05291831660c052821660e05263ffffffff16610100521661012052610095816100b0565b61014052506100a490506100f6565b50505050505050610364565b5f5f829050601f815111156100e3578260405163305a27a960e01b81526004016100da9190610309565b60405180910390fd5b80516100ee8261033e565b179392505050565b5f54610100900460ff161561015d5760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b60648201526084016100da565b5f5460ff908116146101ac575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b03811681146101c2575f5ffd5b50565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f5f5f5f5f60e0888a0312156101ef575f5ffd5b87516101fa816101ae565b602089015190975061020b816101ae565b604089015190965061021c816101ae565b606089015190955061022d816101ae565b608089015190945061023e816101ae565b60a089015190935063ffffffff81168114610257575f5ffd5b60c08901519092506001600160401b03811115610272575f5ffd5b88015f601f82018b13610283575f5ffd5b81516001600160401b0381111561029c5761029c6101c5565b604051601f8201601f19908116603f011681016001600160401b03811182821017156102ca576102ca6101c5565b6040528181528382016020018d10156102e1575f5ffd5b8160208501602083015e5f602083830101528092508094505050505092959891949750929550565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b8051602080830151919081101561035e575f198160200360031b1b821691505b50919050565b60805160a05160c05160e051610100516101205161014051615e5061045d5f395f8181611112015261412c01525f8181610460015261340b01525f818161076a0152818161361b0152818161375d0152613a4001525f81816107ba01528181610e2701528181610fea0152818161136b01528181611584015281816119e6015281816127a0015261435601525f818161048701528181610f68015281816114e3015281816117570152818161300c015281816131ed01526138a301525f81816103bd01528181610f36015281816116ab015261387d01525f818161063801528181610bb70152818161115001526125960152615e505ff3fe608060405234801561000f575f5ffd5b50600436106102ff575f3560e01c8063715018a611610195578063bfae3fd2116100e4578063e4cc3f901161009e578063f2fde38b11610079578063f2fde38b14610848578063f698da251461085b578063fabc1cbc14610863578063fd8aa88d14610876575f5ffd5b8063e4cc3f9014610802578063eea9064b14610815578063f0e0e67614610828575f5ffd5b8063bfae3fd21461074d578063c448feb814610760578063c978f7ac14610794578063ca8aa7c7146107b5578063cd6dc687146107dc578063da8be864146107ef575f5ffd5b80639104c3191161014f578063a17884841161012a578063a1788484146106cc578063a33a3433146106eb578063b7f06ebe146106fe578063bb45fef214610720575f5ffd5b80639104c3191461067e5780639435bb431461069957806399f5371b146106ac575f5ffd5b8063715018a6146105ee578063778e55f3146105f657806378296ec514610620578063886f1195146106335780638da5cb5b1461065a578063900413471461066b575f5ffd5b806354fd4d50116102515780635dd685791161020b57806365da1264116101e657806365da12641461057f57806366d5ba93146105a75780636d70f7ae146105c85780636e174448146105db575f5ffd5b80635dd6857914610538578063601bb36f1461055957806360a0d1ce1461056c575f5ffd5b806354fd4d50146104bc578063595c6a67146104d1578063597b36da146104d95780635ac86ab7146104ec5780635c975abb1461050f5780635d975e8814610517575f5ffd5b806339b70e38116102bc5780633e28391d116102975780633e28391d146104385780634657e26a1461045b5780634665bcda1461048257806354b7c96c146104a9575f5ffd5b806339b70e38146103b85780633c651cf2146103f75780633cdeb5e01461040a575f5ffd5b806304a4f979146103035780630b9f487a1461033d5780630dd8dd0214610350578063136439dd1461037057806325df922e146103855780632aa6d888146103a5575b5f5ffd5b61032a7f14bde674c9f64b2ad00eaaee4a8bed1fabef35c7507e3c5b9cfc9436909a2dad81565b6040519081526020015b60405180910390f35b61032a61034b366004614d3f565b610889565b61036361035e366004614dd6565b610911565b6040516103349190614e14565b61038361037e366004614e4b565b610ba2565b005b610398610393366004614fe0565b610c77565b604051610334919061508e565b6103836103b33660046150f0565b610dd7565b6103df7f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b039091168152602001610334565b61038361040536600461514e565b610f2b565b6103df610418366004615191565b6001600160a01b039081165f908152609960205260409020600101541690565b61044b610446366004615191565b61107e565b6040519015158152602001610334565b6103df7f000000000000000000000000000000000000000000000000000000000000000081565b6103df7f000000000000000000000000000000000000000000000000000000000000000081565b6103836104b73660046151ac565b61109d565b6104c461110b565b6040516103349190615211565b61038361113b565b61032a6104e73660046152df565b6111ea565b61044b6104fa366004615310565b606654600160ff9092169190911b9081161490565b60665461032a565b61052a610525366004614e4b565b611219565b6040516103349291906153e7565b61054b610546366004615191565b611236565b604051610334929190615459565b6103836105673660046154da565b611360565b61038361057a366004615533565b6114d8565b6103df61058d366004615191565b609a6020525f90815260409020546001600160a01b031681565b6105ba6105b5366004615191565b611683565b604051610334929190615572565b61044b6105d6366004615191565b611983565b61032a6105e93660046151ac565b6119bb565b610383611a65565b61032a6106043660046151ac565b609860209081525f928352604080842090915290825290205481565b61038361062e366004615584565b611a76565b6103df7f000000000000000000000000000000000000000000000000000000000000000081565b6033546001600160a01b03166103df565b6103986106793660046155d4565b611b0c565b6103df73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b6103836106a7366004615620565b611be2565b6106bf6106ba366004614e4b565b611cbb565b60405161033491906156bc565b61032a6106da366004615191565b609f6020525f908152604090205481565b6103636106f93660046156ce565b611dd7565b61044b61070c366004614e4b565b609e6020525f908152604090205460ff1681565b61044b61072e3660046157b5565b609c60209081525f928352604080842090915290825290205460ff1681565b61032a61075b3660046151ac565b611def565b60405163ffffffff7f0000000000000000000000000000000000000000000000000000000000000000168152602001610334565b6107a76107a23660046155d4565b611e2b565b6040516103349291906157df565b6103df7f000000000000000000000000000000000000000000000000000000000000000081565b6103836107ea3660046157b5565b6120b8565b6103636107fd366004615191565b6121d3565b6103836108103660046157fe565b6122fc565b6103836108233660046156ce565b612352565b61083b610836366004615871565b6123bd565b604051610334919061591e565b610383610856366004615191565b612462565b61032a6124db565b610383610871366004614e4b565b612594565b610363610884366004615191565b6126ab565b604080517f14bde674c9f64b2ad00eaaee4a8bed1fabef35c7507e3c5b9cfc9436909a2dad60208201526001600160a01b03808616928201929092528187166060820152908516608082015260a0810183905260c081018290525f906109079060e001604051602081830303815290604052805190602001206126ce565b9695505050505050565b60665460609060019060029081160361093d5760405163840a48d560e01b815260040160405180910390fd5b6109456126fc565b5f836001600160401b0381111561095e5761095e614e62565b604051908082528060200260200182016040528015610987578160200160208202803683370190505b50335f908152609a60205260408120549192506001600160a01b03909116905b85811015610b93578686828181106109c1576109c1615930565b90506020028101906109d39190615944565b6109e1906020810190615962565b90508787838181106109f5576109f5615930565b9050602002810190610a079190615944565b610a119080615962565b905014610a31576040516343714afd60e01b815260040160405180910390fd5b5f610a9b33848a8a86818110610a4957610a49615930565b9050602002810190610a5b9190615944565b610a659080615962565b808060200260200160405190810160405280939291908181526020018383602002808284375f9201919091525061275592505050565b9050610b6d33848a8a86818110610ab457610ab4615930565b9050602002810190610ac69190615944565b610ad09080615962565b808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152508e92508d9150889050818110610b1557610b15615930565b9050602002810190610b279190615944565b610b35906020810190615962565b808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152508892506128a7915050565b848381518110610b7f57610b7f615930565b6020908102919091010152506001016109a7565b5050600160c955949350505050565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610c04573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c2891906159a7565b610c4557604051631d77d47760e21b815260040160405180910390fd5b6066548181168114610c6a5760405163c61dca5d60e01b815260040160405180910390fd5b610c7382612e42565b5050565b6001600160a01b038084165f908152609a60205260408120546060921690610ca0868387612755565b90505f85516001600160401b03811115610cbc57610cbc614e62565b604051908082528060200260200182016040528015610ce5578160200160208202803683370190505b5090505f5b8651811015610dca576001600160a01b0388165f90815260a260205260408120885182908a9085908110610d2057610d20615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f206040518060200160405290815f820154815250509050610da4878381518110610d7257610d72615930565b6020026020010151858481518110610d8c57610d8c615930565b602002602001015183612e7f9092919063ffffffff16565b838381518110610db657610db6615930565b602090810291909101015250600101610cea565b50925050505b9392505050565b610ddf6126fc565b610de83361107e565b15610e0657604051633bf2b50360e11b815260040160405180910390fd5b604051632b6241f360e11b815233600482015263ffffffff841660248201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906356c483e6906044015f604051808303815f87803b158015610e70575f5ffd5b505af1158015610e82573d5f5f3e3d5ffd5b50505050610e903385612e9d565b610e9a3333612eff565b6040516001600160a01b038516815233907fa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c19060200160405180910390a2336001600160a01b03167f02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b67080908383604051610f139291906159c2565b60405180910390a2610f25600160c955565b50505050565b336001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161480610f8a5750336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016145b610fa75760405163045206a560e21b815260040160405180910390fd5b610faf6126fc565b6001600160a01b038481165f908152609a602052604080822054905163152667d960e31b8152908316600482018190528684166024830152927f0000000000000000000000000000000000000000000000000000000000000000169063a9333ec890604401602060405180830381865afa15801561102f573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061105391906159f0565b90505f6110618787846131a6565b9050611071838888888886613288565b505050610f25600160c955565b6001600160a01b039081165f908152609a602052604090205416151590565b816110a7816133cd565b6110c45760405163932d94f760e01b815260040160405180910390fd5b6110cc6126fc565b6110d583611983565b6110f2576040516325ec6c1f60e01b815260040160405180910390fd5b6110fc8383612e9d565b611106600160c955565b505050565b60606111367f0000000000000000000000000000000000000000000000000000000000000000613477565b905090565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa15801561119d573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111c191906159a7565b6111de57604051631d77d47760e21b815260040160405180910390fd5b6111e85f19612e42565b565b5f816040516020016111fc91906156bc565b604051602081830303815290604052805190602001209050919050565b611221614c00565b606061122c836134b4565b9094909350915050565b6060805f611243846126ab565b8051909150806001600160401b0381111561126057611260614e62565b60405190808252806020026020018201604052801561129957816020015b611286614c00565b81526020019060019003908161127e5790505b509350806001600160401b038111156112b4576112b4614e62565b6040519080825280602002602001820160405280156112e757816020015b60608152602001906001900390816112d25790505b5092505f5b818110156113585761131683828151811061130957611309615930565b60200260200101516134b4565b86838151811061132857611328615930565b6020026020010186848151811061134157611341615930565b6020908102919091010191909152526001016112ec565b505050915091565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146113a9576040516323d871a560e01b815260040160405180910390fd5b6113b16126fc565b6001600160a01b038085165f9081526098602090815260408083209387168352929052908120546113ef906001600160401b03808616908516613707565b90505f6113fe8686868661371f565b90505f61140b8284615a1f565b9050611419875f88866137dc565b604080516001600160a01b038881168252602082018490528916917fdd611f4ef63f4385f1756c86ce1f1f389a9013ba6fa07daba8528291bc2d3c30910160405180910390a25f61146987613856565b60405163debe1eab60e01b81526001600160a01b038981166004830152602482018590529192509082169063debe1eab906044015f604051808303815f87803b1580156114b4575f5ffd5b505af11580156114c6573d5f5f3e3d5ffd5b5050505050505050610f25600160c955565b336001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161461152157604051633213a66160e21b815260040160405180910390fd5b6115296126fc565b6115328361107e565b156110fc576001600160a01b038381165f908152609a602052604080822054905163152667d960e31b81529083166004820181905273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06024830152927f0000000000000000000000000000000000000000000000000000000000000000169063a9333ec890604401602060405180830381865afa1580156115c9573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115ed91906159f0565b6001600160a01b0386165f90815260a26020908152604080832073beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac08452825280832081519283019091525481529192506116538661164b6001600160401b038087169089166138c8565b8491906138dc565b9050611675848873beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0846137dc565b50505050611106600160c955565b6040516394f649dd60e01b81526001600160a01b03828116600483015260609182915f9182917f000000000000000000000000000000000000000000000000000000000000000016906394f649dd906024015f60405180830381865afa1580156116ef573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526117169190810190615a8d565b60405163fe243a1760e01b81526001600160a01b03888116600483015273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac060248301529294509092505f917f0000000000000000000000000000000000000000000000000000000000000000169063fe243a1790604401602060405180830381865afa15801561179c573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117c09190615b48565b9050805f036117d457509094909350915050565b5f835160016117e39190615a1f565b6001600160401b038111156117fa576117fa614e62565b604051908082528060200260200182016040528015611823578160200160208202803683370190505b5090505f845160016118359190615a1f565b6001600160401b0381111561184c5761184c614e62565b604051908082528060200260200182016040528015611875578160200160208202803683370190505b50905073beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0828651815181106118a0576118a0615930565b60200260200101906001600160a01b031690816001600160a01b03168152505082818651815181106118d4576118d4615930565b60209081029190910101525f5b8551811015611975578581815181106118fc576118fc615930565b602002602001015183828151811061191657611916615930565b60200260200101906001600160a01b031690816001600160a01b03168152505084818151811061194857611948615930565b602002602001015182828151811061196257611962615930565b60209081029190910101526001016118e1565b509097909650945050505050565b5f6001600160a01b038216158015906119b557506001600160a01b038083165f818152609a6020526040902054909116145b92915050565b60405163152667d960e31b81526001600160a01b03838116600483015282811660248301525f9182917f0000000000000000000000000000000000000000000000000000000000000000169063a9333ec890604401602060405180830381865afa158015611a2b573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a4f91906159f0565b9050611a5d8484835f61371f565b949350505050565b611a6d6138fa565b6111e85f613954565b82611a80816133cd565b611a9d5760405163932d94f760e01b815260040160405180910390fd5b611aa684611983565b611ac3576040516325ec6c1f60e01b815260040160405180910390fd5b836001600160a01b03167f02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b67080908484604051611afe9291906159c2565b60405180910390a250505050565b60605f82516001600160401b03811115611b2857611b28614e62565b604051908082528060200260200182016040528015611b51578160200160208202803683370190505b5090505f5b8351811015611bda576001600160a01b0385165f9081526098602052604081208551909190869084908110611b8d57611b8d615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f2054828281518110611bc757611bc7615930565b6020908102919091010152600101611b56565b509392505050565b606654600290600490811603611c0b5760405163840a48d560e01b815260040160405180910390fd5b611c136126fc565b855f5b81811015611ca657611c9e898983818110611c3357611c33615930565b9050602002810190611c459190615b5f565b611c4e90615b73565b888884818110611c6057611c60615930565b9050602002810190611c729190615962565b888886818110611c8457611c84615930565b9050602002016020810190611c999190615b7e565b6139a5565b600101611c16565b5050611cb2600160c955565b50505050505050565b611cc3614c00565b5f82815260a46020908152604091829020825160e08101845281546001600160a01b03908116825260018301548116828501526002830154168185015260038201546060820152600482015463ffffffff1660808201526005820180548551818602810186019096528086529194929360a08601939290830182828015611d7157602002820191905f5260205f20905b81546001600160a01b03168152600190910190602001808311611d53575b5050505050815260200160068201805480602002602001604051908101604052809291908181526020018280548015611dc757602002820191905f5260205f20905b815481526020019060010190808311611db3575b5050505050815250509050919050565b6060611de2336121d3565b9050610dd0848484612352565b6001600160a01b038083165f90815260a260209081526040808320938516835292815282822083519182019093529154825290610dd090613de7565b60608082516001600160401b03811115611e4757611e47614e62565b604051908082528060200260200182016040528015611e70578160200160208202803683370190505b50915082516001600160401b03811115611e8c57611e8c614e62565b604051908082528060200260200182016040528015611eb5578160200160208202803683370190505b506001600160a01b038086165f908152609a6020526040812054929350911690611ee0868387612755565b90505f5b85518110156120ad575f611f10878381518110611f0357611f03615930565b6020026020010151613856565b9050806001600160a01b031663fe243a1789898581518110611f3457611f34615930565b60200260200101516040518363ffffffff1660e01b8152600401611f6e9291906001600160a01b0392831681529116602082015260400190565b602060405180830381865afa158015611f89573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fad9190615b48565b858381518110611fbf57611fbf615930565b6020026020010181815250505f60a25f8a6001600160a01b03166001600160a01b031681526020019081526020015f205f89858151811061200257612002615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f206040518060200160405290815f82015481525050905061208686848151811061205457612054615930565b602002602001015185858151811061206e5761206e615930565b6020026020010151836138dc9092919063ffffffff16565b87848151811061209857612098615930565b60209081029190910101525050600101611ee4565b5050505b9250929050565b5f54610100900460ff16158080156120d657505f54600160ff909116105b806120ef5750303b1580156120ef57505f5460ff166001145b6121575760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015612178575f805461ff0019166101001790555b61218182612e42565b61218a83613954565b8015611106575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a1505050565b60606121dd6126fc565b6121e68261107e565b6122035760405163a5c7c44560e01b815260040160405180910390fd5b61220c82611983565b1561222a576040516311ca333560e31b815260040160405180910390fd5b336001600160a01b038316146122e2576001600160a01b038083165f908152609a60205260409020541661225d816133cd565b8061228357506001600160a01b038181165f908152609960205260409020600101541633145b6122a057604051631e499a2360e11b815260040160405180910390fd5b806001600160a01b0316836001600160a01b03167ff0eddf07e6ea14f388b47e1e94a0f464ecbd9eed4171130e0fc0e99fb4030a8a60405160405180910390a3505b6122eb82613e06565b90506122f7600160c955565b919050565b6066546002906004908116036123255760405163840a48d560e01b815260040160405180910390fd5b61232d6126fc565b61234161233986615b73565b8585856139a5565b61234b600160c955565b5050505050565b61235a6126fc565b6123633361107e565b1561238157604051633bf2b50360e11b815260040160405180910390fd5b61238a83611983565b6123a7576040516325ec6c1f60e01b815260040160405180910390fd5b6123b333848484614065565b6110fc3384612eff565b60605f83516001600160401b038111156123d9576123d9614e62565b60405190808252806020026020018201604052801561240c57816020015b60608152602001906001900390816123f75790505b5090505f5b8451811015611bda5761243d85828151811061242f5761242f615930565b602002602001015185611b0c565b82828151811061244f5761244f615930565b6020908102919091010152600101612411565b61246a6138fa565b6001600160a01b0381166124cf5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161214e565b6124d881613954565b50565b60408051808201909152600a81526922b4b3b2b72630bcb2b960b11b6020909101525f7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f7f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea612548614124565b805160209182012060408051928301949094529281019190915260608101919091524660808201523060a082015260c00160405160208183030381529060405280519060200120905090565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156125f0573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126149190615b99565b6001600160a01b0316336001600160a01b0316146126455760405163794821ff60e01b815260040160405180910390fd5b6066548019821981161461266c5760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c906020015b60405180910390a25050565b6001600160a01b0381165f90815260a3602052604090206060906119b5906141c0565b5f6126d76124db565b60405161190160f01b60208201526022810191909152604281018390526062016111fc565b600260c9540361274e5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015260640161214e565b600260c955565b60605f82516001600160401b0381111561277157612771614e62565b60405190808252806020026020018201604052801561279a578160200160208202803683370190505b5090505f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663547afb8786866040518363ffffffff1660e01b81526004016127ec929190615bb4565b5f60405180830381865afa158015612806573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261282d9190810190615bd7565b90505f5b845181101561289c576128778786838151811061285057612850615930565b602002602001015184848151811061286a5761286a615930565b60200260200101516131a6565b83828151811061288957612889615930565b6020908102919091010152600101612831565b509095945050505050565b5f6001600160a01b0386166128cf576040516339b190bb60e11b815260040160405180910390fd5b83515f036128f05760405163796cc52560e01b815260040160405180910390fd5b5f84516001600160401b0381111561290a5761290a614e62565b604051908082528060200260200182016040528015612933578160200160208202803683370190505b5090505f85516001600160401b0381111561295057612950614e62565b604051908082528060200260200182016040528015612979578160200160208202803683370190505b5090505f5b8651811015612c75575f61299d888381518110611f0357611f03615930565b90505f60a25f8c6001600160a01b03166001600160a01b031681526020019081526020015f205f8a85815181106129d6576129d6615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f209050612a4f888481518110612a1457612a14615930565b6020026020010151888581518110612a2e57612a2e615930565b602090810291909101810151604080519283019052845482529091906138dc565b848481518110612a6157612a61615930565b602002602001018181525050612aa0888481518110612a8257612a82615930565b602090810291909101810151604080519283019052835482526141cc565b858481518110612ab257612ab2615930565b60209081029190910101526001600160a01b038a1615612b4757612b098a8a8581518110612ae257612ae2615930565b6020026020010151878681518110612afc57612afc615930565b60200260200101516141e0565b612b478a8c8b8681518110612b2057612b20615930565b6020026020010151878781518110612b3a57612b3a615930565b60200260200101516137dc565b5f826001600160a01b031663724af4238d8c8781518110612b6a57612b6a615930565b60200260200101518c8881518110612b8457612b84615930565b60200260200101516040518463ffffffff1660e01b8152600401612baa93929190615c66565b6020604051808303815f875af1158015612bc6573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bea9190615b48565b9050805f03612c67575f82557f8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f8c8b8681518110612c2a57612c2a615930565b6020026020010151612c4f856040518060200160405290815f82015481525050613de7565b604051612c5e93929190615c66565b60405180910390a15b50505080600101905061297e565b506001600160a01b0388165f908152609f60205260408120805491829190612c9c83615c8a565b91905055505f6040518060e001604052808b6001600160a01b031681526020018a6001600160a01b031681526020018b6001600160a01b031681526020018381526020014363ffffffff1681526020018981526020018581525090505f612d02826111ea565b5f818152609e602090815260408083208054600160ff19909116811790915560a4835292819020865181546001600160a01b03199081166001600160a01b039283161783558885015195830180548216968316969096179095559187015160028201805490951692169190911790925560608501516003830155608085015160048301805463ffffffff191663ffffffff90921691909117905560a085015180519394508593612db89260058501920190614c59565b5060c08201518051612dd4916006840191602090910190614cbc565b5050506001600160a01b038b165f90815260a360205260409020612df8908261424a565b507f26b2aae26516e8719ef50ea2f6831a2efbd4e37dccdf0f6936b27bc08e793e30818386604051612e2c93929190615ca2565b60405180910390a19a9950505050505050505050565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b5f611a5d82612e97612e9087613de7565b8690614255565b90614255565b6001600160a01b038281165f8181526099602090815260409182902060010180546001600160a01b0319169486169485179055905192835290917f773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6910161269f565b6066545f90600190811603612f275760405163840a48d560e01b815260040160405180910390fd5b5f5f612f3285611683565b915091505f612f425f8685612755565b6001600160a01b038781165f818152609a602052604080822080546001600160a01b031916948b16948517905551939450919290917fc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d874330491a35f5b8351811015611cb25773beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06001600160a01b0316848281518110612fd557612fd5615930565b60200260200101516001600160a01b0316036131455760405163a3d75e0960e01b81526001600160a01b0388811660048301525f917f00000000000000000000000000000000000000000000000000000000000000009091169063a3d75e0990602401602060405180830381865afa158015613053573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061307791906159f0565b90505f60a25f8a6001600160a01b03166001600160a01b031681526020019081526020015f205f8785815181106130b0576130b0615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f206040518060200160405290815f82015481525050905061312485848151811061310257613102615930565b6020026020010151836001600160401b0316836138dc9092919063ffffffff16565b85848151811061313657613136615930565b60200260200101818152505050505b61319e868886848151811061315c5761315c615930565b60200260200101515f87868151811061317757613177615930565b602002602001015187878151811061319157613191615930565b6020026020010151613288565b600101612f9c565b5f73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeabf196001600160a01b038416016132785760405163a3d75e0960e01b81526001600160a01b0385811660048301525f917f00000000000000000000000000000000000000000000000000000000000000009091169063a3d75e0990602401602060405180830381865afa158015613234573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061325891906159f0565b90506132706001600160401b038481169083166138c8565b915050610dd0565b506001600160401b031692915050565b805f036132a857604051630a33bc6960e21b815260040160405180910390fd5b81156133c5576001600160a01b038086165f90815260a2602090815260408083209388168352929052206132de81858585614269565b6040805160208101909152815481527f8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f908790879061331c90613de7565b60405161332b93929190615c66565b60405180910390a161333c8661107e565b15611cb2576001600160a01b038088165f90815260986020908152604080832093891683529290529081208054859290613377908490615a1f565b92505081905550866001600160a01b03167f1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c8787866040516133bb93929190615c66565b60405180910390a2505b505050505050565b604051631beb2b9760e31b81526001600160a01b0382811660048301523360248301523060448301525f80356001600160e01b0319166064840152917f00000000000000000000000000000000000000000000000000000000000000009091169063df595cb8906084016020604051808303815f875af1158015613453573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119b591906159a7565b60605f613483836142e4565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6134bc614c00565b5f82815260a46020908152604091829020825160e08101845281546001600160a01b0390811682526001830154811682850152600283015416818501526003820154606082810191909152600483015463ffffffff1660808301526005830180548651818702810187019097528087529195929460a0860193929083018282801561356e57602002820191905f5260205f20905b81546001600160a01b03168152600190910190602001808311613550575b50505050508152602001600682018054806020026020016040519081016040528092919081815260200182805480156135c457602002820191905f5260205f20905b8154815260200190600101908083116135b0575b50505050508152505091508160a00151516001600160401b038111156135ec576135ec614e62565b604051908082528060200260200182016040528015613615578160200160208202803683370190505b5090505f7f000000000000000000000000000000000000000000000000000000000000000083608001516136499190615ccc565b90505f4363ffffffff168263ffffffff161061367a57613675845f015185602001518660a00151612755565b613691565b613691845f015185602001518660a001518561430b565b90505f5b8460a0015151811015611358576136e28560c0015182815181106136bb576136bb615930565b60200260200101518383815181106136d5576136d5615930565b6020026020010151614439565b8482815181106136f4576136f4615930565b6020908102919091010152600101613695565b5f6137158483856001614444565b611a5d9085615ce8565b6001600160a01b038085165f90815260a560209081526040808320938716835292905290812081906137509061449f565b90505f6137b660016137827f000000000000000000000000000000000000000000000000000000000000000043615cfb565b61378c9190615cfb565b6001600160a01b03808a165f90815260a560209081526040808320938c16835292905220906144b9565b90505f6137c38284615ce8565b90506137d08187876144d5565b98975050505050505050565b6001600160a01b038085165f90815260986020908152604080832093861683529290529081208054839290613812908490615ce8565b92505081905550836001600160a01b03167f6909600037b75d7b4733aedd815442b5ec018a827751c832aaff64eba5d6d2dd848484604051611afe93929190615c66565b5f6001600160a01b03821673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0146138a1577f00000000000000000000000000000000000000000000000000000000000000006119b5565b7f000000000000000000000000000000000000000000000000000000000000000092915050565b5f610dd08383670de0b6b3a76400006144f3565b5f611a5d826138f46138ed87613de7565b86906138c8565b906138c8565b6033546001600160a01b031633146111e85760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161214e565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b60a08401515182146139ca576040516343714afd60e01b815260040160405180910390fd5b83604001516001600160a01b0316336001600160a01b031614613a00576040516316110d3560e21b815260040160405180910390fd5b5f613a0a856111ea565b5f818152609e602052604090205490915060ff16613a3b576040516387c9d21960e01b815260040160405180910390fd5b60605f7f00000000000000000000000000000000000000000000000000000000000000008760800151613a6e9190615ccc565b90508063ffffffff164363ffffffff1611613a9c576040516378f67ae160e11b815260040160405180910390fd5b613ab3875f015188602001518960a001518461430b565b87516001600160a01b03165f90815260a360205260409020909250613ad99150836145d8565b505f82815260a46020526040812080546001600160a01b031990811682556001820180548216905560028201805490911690556003810182905560048101805463ffffffff1916905590613b306005830182614cf5565b613b3d600683015f614cf5565b50505f828152609e602052604090819020805460ff19169055517f1f40400889274ed07b24845e5054a87a0cab969eb1277aafe61ae352e7c32a0090613b869084815260200190565b60405180910390a185516001600160a01b039081165f908152609a6020526040812054885160a08a01519190931692613bc0918490612755565b90505f5b8860a0015151811015613ddc575f613beb8a60a001518381518110611f0357611f03615930565b90505f613c218b60c001518481518110613c0757613c07615930565b60200260200101518785815181106136d5576136d5615930565b9050805f03613c31575050613dd4565b8715613cff57816001600160a01b0316632eae418c8c5f01518d60a001518681518110613c6057613c60615930565b60200260200101518d8d88818110613c7a57613c7a615930565b9050602002016020810190613c8f9190615191565b60405160e085901b6001600160e01b03191681526001600160a01b03938416600482015291831660248301529091166044820152606481018490526084015f604051808303815f87803b158015613ce4575f5ffd5b505af1158015613cf6573d5f5f3e3d5ffd5b50505050613dd1565b5f5f836001600160a01b03166350ff72258e5f01518f60a001518881518110613d2a57613d2a615930565b6020026020010151866040518463ffffffff1660e01b8152600401613d5193929190615c66565b60408051808303815f875af1158015613d6c573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d909190615d17565b91509150613dce878e5f01518f60a001518881518110613db257613db2615930565b602002602001015185858b8b8151811061319157613191615930565b50505b50505b600101613bc4565b505050505050505050565b80515f9015613df75781516119b5565b670de0b6b3a764000092915050565b606654606090600190600290811603613e325760405163840a48d560e01b815260040160405180910390fd5b6001600160a01b038084165f818152609a602052604080822080546001600160a01b0319811690915590519316928392917ffee30966a256b71e14bc0ebfc94315e28ef4a97a7131a9e2b7a310a73af4467691a35f5f613e9186611683565b9150915081515f03613ea55750505061405f565b81516001600160401b03811115613ebe57613ebe614e62565b604051908082528060200260200182016040528015613ee7578160200160208202803683370190505b5094505f613ef6878585612755565b90505f5b8351811015614059576040805160018082528183019092525f916020808301908036833750506040805160018082528183019092529293505f9291506020808301908036833750506040805160018082528183019092529293505f92915060208083019080368337019050509050868481518110613f7a57613f7a615930565b6020026020010151835f81518110613f9457613f94615930565b60200260200101906001600160a01b031690816001600160a01b031681525050858481518110613fc657613fc6615930565b6020026020010151825f81518110613fe057613fe0615930565b602002602001018181525050848481518110613ffe57613ffe615930565b6020026020010151815f8151811061401857614018615930565b6020026020010181815250506140318b898585856128a7565b8a858151811061404357614043615930565b6020908102919091010152505050600101613efa565b50505050505b50919050565b6001600160a01b038084165f90815260996020526040902060010154168061408d5750610f25565b6001600160a01b0381165f908152609c6020908152604080832085845290915290205460ff16156140d157604051630d4c4c9160e21b815260040160405180910390fd5b6001600160a01b0381165f908152609c602090815260408083208584528252909120805460ff1916600117905583015161234b908290614118908890889084908890610889565b855160208701516145e3565b60605f6141507f0000000000000000000000000000000000000000000000000000000000000000613477565b9050805f8151811061416457614164615930565b602001015160f81c60f81b8160018151811061418257614182615930565b016020908101516040516001600160f81b03199384169281019290925291909116602182015260220160405160208183030381529060405291505090565b60605f610dd083614635565b5f610dd06141d984613de7565b83906138c8565b6001600160a01b038084165f90815260a560209081526040808320938616835292905290812061420f9061449f565b9050610f254361421f8484615a1f565b6001600160a01b038088165f90815260a560209081526040808320938a16835292905220919061468e565b5f610dd08383614699565b5f610dd083670de0b6b3a7640000846144f3565b825f036142955760408051602081019091528454815261428e908290612e9790613de7565b8455610f25565b6040805160208101909152845481525f906142b19085846138dc565b90505f6142be8483615a1f565b90505f6142d984612e976142d2888a615a1f565b8590614255565b875550505050505050565b5f60ff8216601f8111156119b557604051632cd44ac360e21b815260040160405180910390fd5b60605f83516001600160401b0381111561432757614327614e62565b604051908082528060200260200182016040528015614350578160200160208202803683370190505b5090505f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166394d7d00c8787876040518463ffffffff1660e01b81526004016143a493929190615d39565b5f60405180830381865afa1580156143be573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526143e59190810190615bd7565b90505f5b855181101561442d576144088887838151811061285057612850615930565b83828151811061441a5761441a615930565b60209081029190910101526001016143e9565b50909695505050505050565b5f610dd083836138c8565b5f5f6144518686866144f3565b9050600183600281111561446757614467615d72565b14801561448357505f848061447e5761447e615d86565b868809115b1561449657614493600182615a1f565b90505b95945050505050565b5f6144aa82826146e5565b6001600160e01b031692915050565b5f6144c583838361472a565b6001600160e01b03169392505050565b5f611a5d6144e38385615d9a565b85906001600160401b03166138c8565b5f80805f19858709858702925082811083820303915050805f0361452a5783828161452057614520615d86565b0492505050610dd0565b8084116145715760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b604482015260640161214e565b5f8486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091025f889003889004909101858311909403939093029303949094049190911702949350505050565b5f610dd08383614773565b4281101561460457604051630819bdcd60e01b815260040160405180910390fd5b6146186001600160a01b0385168484614856565b610f2557604051638baa579f60e01b815260040160405180910390fd5b6060815f0180548060200260200160405190810160405280929190818152602001828054801561468257602002820191905f5260205f20905b81548152602001906001019080831161466e575b50505050509050919050565b6111068383836148aa565b5f8181526001830160205260408120546146de57508154600181810184555f8481526020808220909301849055845484825282860190935260409020919091556119b5565b505f6119b5565b81545f9080156147225761470b846146fe600184615ce8565b5f91825260209091200190565b5464010000000090046001600160e01b0316611a5d565b509092915050565b82545f908161473b868683856149b0565b9050801561476957614752866146fe600184615ce8565b5464010000000090046001600160e01b0316610907565b5091949350505050565b5f818152600183016020526040812054801561484d575f614795600183615ce8565b85549091505f906147a890600190615ce8565b9050818114614807575f865f0182815481106147c6576147c6615930565b905f5260205f200154905080875f0184815481106147e6576147e6615930565b5f918252602080832090910192909255918252600188019052604090208390555b855486908061481857614818615db9565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f9055600193505050506119b5565b5f9150506119b5565b5f5f5f6148638585614a03565b90925090505f81600481111561487b5761487b615d72565b1480156148995750856001600160a01b0316826001600160a01b0316145b806109075750610907868686614a42565b82548015614962575f6148c2856146fe600185615ce8565b60408051808201909152905463ffffffff8082168084526401000000009092046001600160e01b0316602084015291925090851610156149155760405163151b8e3f60e11b815260040160405180910390fd5b805163ffffffff8086169116036149605782614936866146fe600186615ce8565b80546001600160e01b03929092166401000000000263ffffffff9092169190911790555050505050565b505b506040805180820190915263ffffffff92831681526001600160e01b03918216602080830191825285546001810187555f968752952091519051909216640100000000029190921617910155565b5f5b81831015611bda575f6149c58484614b29565b5f8781526020902090915063ffffffff86169082015463ffffffff1611156149ef578092506149fd565b6149fa816001615a1f565b93505b506149b2565b5f5f8251604103614a37576020830151604084015160608501515f1a614a2b87828585614b43565b945094505050506120b1565b505f905060026120b1565b5f5f5f856001600160a01b0316631626ba7e60e01b8686604051602401614a6a929190615dcd565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b0319909416939093179092529051614aa89190615de5565b5f60405180830381855afa9150503d805f8114614ae0576040519150601f19603f3d011682016040523d82523d5f602084013e614ae5565b606091505b5091509150818015614af957506020815110155b801561090757508051630b135d3f60e11b90614b1e9083016020908101908401615b48565b149695505050505050565b5f614b376002848418615dfb565b610dd090848416615a1f565b5f807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0831115614b7857505f90506003614bf7565b604080515f8082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015614bc9573d5f5f3e3d5ffd5b5050604051601f1901519150506001600160a01b038116614bf1575f60019250925050614bf7565b91505f90505b94509492505050565b6040518060e001604052805f6001600160a01b031681526020015f6001600160a01b031681526020015f6001600160a01b031681526020015f81526020015f63ffffffff16815260200160608152602001606081525090565b828054828255905f5260205f20908101928215614cac579160200282015b82811115614cac57825182546001600160a01b0319166001600160a01b03909116178255602090920191600190910190614c77565b50614cb8929150614d0c565b5090565b828054828255905f5260205f20908101928215614cac579160200282015b82811115614cac578251825591602001919060010190614cda565b5080545f8255905f5260205f20908101906124d891905b5b80821115614cb8575f8155600101614d0d565b6001600160a01b03811681146124d8575f5ffd5b80356122f781614d20565b5f5f5f5f5f60a08688031215614d53575f5ffd5b8535614d5e81614d20565b94506020860135614d6e81614d20565b93506040860135614d7e81614d20565b94979396509394606081013594506080013592915050565b5f5f83601f840112614da6575f5ffd5b5081356001600160401b03811115614dbc575f5ffd5b6020830191508360208260051b85010111156120b1575f5ffd5b5f5f60208385031215614de7575f5ffd5b82356001600160401b03811115614dfc575f5ffd5b614e0885828601614d96565b90969095509350505050565b602080825282518282018190525f918401906040840190835b8181101561289c578351835260209384019390920191600101614e2d565b5f60208284031215614e5b575f5ffd5b5035919050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715614e9857614e98614e62565b60405290565b604080519081016001600160401b0381118282101715614e9857614e98614e62565b604051601f8201601f191681016001600160401b0381118282101715614ee857614ee8614e62565b604052919050565b5f6001600160401b03821115614f0857614f08614e62565b5060051b60200190565b5f82601f830112614f21575f5ffd5b8135614f34614f2f82614ef0565b614ec0565b8082825260208201915060208360051b860101925085831115614f55575f5ffd5b602085015b83811015614f7b578035614f6d81614d20565b835260209283019201614f5a565b5095945050505050565b5f82601f830112614f94575f5ffd5b8135614fa2614f2f82614ef0565b8082825260208201915060208360051b860101925085831115614fc3575f5ffd5b602085015b83811015614f7b578035835260209283019201614fc8565b5f5f5f60608486031215614ff2575f5ffd5b8335614ffd81614d20565b925060208401356001600160401b03811115615017575f5ffd5b61502386828701614f12565b92505060408401356001600160401b0381111561503e575f5ffd5b61504a86828701614f85565b9150509250925092565b5f8151808452602084019350602083015f5b82811015615084578151865260209586019590910190600101615066565b5093949350505050565b602081525f610dd06020830184615054565b803563ffffffff811681146122f7575f5ffd5b5f5f83601f8401126150c3575f5ffd5b5081356001600160401b038111156150d9575f5ffd5b6020830191508360208285010111156120b1575f5ffd5b5f5f5f5f60608587031215615103575f5ffd5b843561510e81614d20565b935061511c602086016150a0565b925060408501356001600160401b03811115615136575f5ffd5b615142878288016150b3565b95989497509550505050565b5f5f5f5f60808587031215615161575f5ffd5b843561516c81614d20565b9350602085013561517c81614d20565b93969395505050506040820135916060013590565b5f602082840312156151a1575f5ffd5b8135610dd081614d20565b5f5f604083850312156151bd575f5ffd5b82356151c881614d20565b915060208301356151d881614d20565b809150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f610dd060208301846151e3565b5f60e08284031215615233575f5ffd5b61523b614e76565b905061524682614d34565b815261525460208301614d34565b602082015261526560408301614d34565b604082015260608281013590820152615280608083016150a0565b608082015260a08201356001600160401b0381111561529d575f5ffd5b6152a984828501614f12565b60a08301525060c08201356001600160401b038111156152c7575f5ffd5b6152d384828501614f85565b60c08301525092915050565b5f602082840312156152ef575f5ffd5b81356001600160401b03811115615304575f5ffd5b611a5d84828501615223565b5f60208284031215615320575f5ffd5b813560ff81168114610dd0575f5ffd5b5f8151808452602084019350602083015f5b828110156150845781516001600160a01b0316865260209586019590910190600101615342565b80516001600160a01b03908116835260208083015182169084015260408083015190911690830152606080820151908301526080808201515f916153b49085018263ffffffff169052565b5060a082015160e060a08501526153ce60e0850182615330565b905060c083015184820360c08601526144968282615054565b604081525f6153f96040830185615369565b82810360208401526144968185615054565b5f82825180855260208501945060208160051b830101602085015f5b8381101561442d57601f19858403018852615443838351615054565b6020988901989093509190910190600101615427565b5f604082016040835280855180835260608501915060608160051b8601019250602087015f5b828110156154b057605f1987860301845261549b858351615369565b9450602093840193919091019060010161547f565b505050508281036020840152614496818561540b565b6001600160401b03811681146124d8575f5ffd5b5f5f5f5f608085870312156154ed575f5ffd5b84356154f881614d20565b9350602085013561550881614d20565b92506040850135615518816154c6565b91506060850135615528816154c6565b939692955090935050565b5f5f5f60608486031215615545575f5ffd5b833561555081614d20565b9250602084013591506040840135615567816154c6565b809150509250925092565b604081525f6153f96040830185615330565b5f5f5f60408486031215615596575f5ffd5b83356155a181614d20565b925060208401356001600160401b038111156155bb575f5ffd5b6155c7868287016150b3565b9497909650939450505050565b5f5f604083850312156155e5575f5ffd5b82356155f081614d20565b915060208301356001600160401b0381111561560a575f5ffd5b61561685828601614f12565b9150509250929050565b5f5f5f5f5f5f60608789031215615635575f5ffd5b86356001600160401b0381111561564a575f5ffd5b61565689828a01614d96565b90975095505060208701356001600160401b03811115615674575f5ffd5b61568089828a01614d96565b90955093505060408701356001600160401b0381111561569e575f5ffd5b6156aa89828a01614d96565b979a9699509497509295939492505050565b602081525f610dd06020830184615369565b5f5f5f606084860312156156e0575f5ffd5b83356156eb81614d20565b925060208401356001600160401b03811115615705575f5ffd5b840160408187031215615716575f5ffd5b61571e614e9e565b81356001600160401b03811115615733575f5ffd5b8201601f81018813615743575f5ffd5b80356001600160401b0381111561575c5761575c614e62565b61576f601f8201601f1916602001614ec0565b818152896020838501011115615783575f5ffd5b816020840160208301375f60209282018301528352928301359282019290925293969395505050506040919091013590565b5f5f604083850312156157c6575f5ffd5b82356157d181614d20565b946020939093013593505050565b604081525f6153f96040830185615054565b80151581146124d8575f5ffd5b5f5f5f5f60608587031215615811575f5ffd5b84356001600160401b03811115615826575f5ffd5b850160e08188031215615837575f5ffd5b935060208501356001600160401b03811115615851575f5ffd5b61585d87828801614d96565b9094509250506040850135615528816157f1565b5f5f60408385031215615882575f5ffd5b82356001600160401b03811115615897575f5ffd5b8301601f810185136158a7575f5ffd5b80356158b5614f2f82614ef0565b8082825260208201915060208360051b8501019250878311156158d6575f5ffd5b6020840193505b828410156159015783356158f081614d20565b8252602093840193909101906158dd565b945050505060208301356001600160401b0381111561560a575f5ffd5b602081525f610dd0602083018461540b565b634e487b7160e01b5f52603260045260245ffd5b5f8235605e19833603018112615958575f5ffd5b9190910192915050565b5f5f8335601e19843603018112615977575f5ffd5b8301803591506001600160401b03821115615990575f5ffd5b6020019150600581901b36038213156120b1575f5ffd5b5f602082840312156159b7575f5ffd5b8151610dd0816157f1565b60208152816020820152818360408301375f818301604090810191909152601f909201601f19160101919050565b5f60208284031215615a00575f5ffd5b8151610dd0816154c6565b634e487b7160e01b5f52601160045260245ffd5b808201808211156119b5576119b5615a0b565b5f82601f830112615a41575f5ffd5b8151615a4f614f2f82614ef0565b8082825260208201915060208360051b860101925085831115615a70575f5ffd5b602085015b83811015614f7b578051835260209283019201615a75565b5f5f60408385031215615a9e575f5ffd5b82516001600160401b03811115615ab3575f5ffd5b8301601f81018513615ac3575f5ffd5b8051615ad1614f2f82614ef0565b8082825260208201915060208360051b850101925087831115615af2575f5ffd5b6020840193505b82841015615b1d578351615b0c81614d20565b825260209384019390910190615af9565b8095505050505060208301516001600160401b03811115615b3c575f5ffd5b61561685828601615a32565b5f60208284031215615b58575f5ffd5b5051919050565b5f823560de19833603018112615958575f5ffd5b5f6119b53683615223565b5f60208284031215615b8e575f5ffd5b8135610dd0816157f1565b5f60208284031215615ba9575f5ffd5b8151610dd081614d20565b6001600160a01b03831681526040602082018190525f90611a5d90830184615330565b5f60208284031215615be7575f5ffd5b81516001600160401b03811115615bfc575f5ffd5b8201601f81018413615c0c575f5ffd5b8051615c1a614f2f82614ef0565b8082825260208201915060208360051b850101925086831115615c3b575f5ffd5b6020840193505b82841015610907578351615c55816154c6565b825260209384019390910190615c42565b6001600160a01b039384168152919092166020820152604081019190915260600190565b5f60018201615c9b57615c9b615a0b565b5060010190565b838152606060208201525f615cba6060830185615369565b82810360408401526109078185615054565b63ffffffff81811683821601908111156119b5576119b5615a0b565b818103818111156119b5576119b5615a0b565b63ffffffff82811682821603908111156119b5576119b5615a0b565b5f5f60408385031215615d28575f5ffd5b505080516020909101519092909150565b6001600160a01b03841681526060602082018190525f90615d5c90830185615330565b905063ffffffff83166040830152949350505050565b634e487b7160e01b5f52602160045260245ffd5b634e487b7160e01b5f52601260045260245ffd5b6001600160401b0382811682821603908111156119b5576119b5615a0b565b634e487b7160e01b5f52603160045260245ffd5b828152604060208201525f611a5d60408301846151e3565b5f82518060208501845e5f920191825250919050565b5f82615e1557634e487b7160e01b5f52601260045260245ffd5b50049056fea264697066735822122028823ec872a9df95048c08df1bd11d6833b239643a395c032aeedc56c3554f0e64736f6c634300081b00330000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f875707000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8530000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3180000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad788000000000000000000000000000000000000000000000000000000000000038400000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000000000000000676302e302e300000000000000000000000000000000000000000000000000000","output":"0x608060405234801561000f575f5ffd5b50600436106102ff575f3560e01c8063715018a611610195578063bfae3fd2116100e4578063e4cc3f901161009e578063f2fde38b11610079578063f2fde38b14610848578063f698da251461085b578063fabc1cbc14610863578063fd8aa88d14610876575f5ffd5b8063e4cc3f9014610802578063eea9064b14610815578063f0e0e67614610828575f5ffd5b8063bfae3fd21461074d578063c448feb814610760578063c978f7ac14610794578063ca8aa7c7146107b5578063cd6dc687146107dc578063da8be864146107ef575f5ffd5b80639104c3191161014f578063a17884841161012a578063a1788484146106cc578063a33a3433146106eb578063b7f06ebe146106fe578063bb45fef214610720575f5ffd5b80639104c3191461067e5780639435bb431461069957806399f5371b146106ac575f5ffd5b8063715018a6146105ee578063778e55f3146105f657806378296ec514610620578063886f1195146106335780638da5cb5b1461065a578063900413471461066b575f5ffd5b806354fd4d50116102515780635dd685791161020b57806365da1264116101e657806365da12641461057f57806366d5ba93146105a75780636d70f7ae146105c85780636e174448146105db575f5ffd5b80635dd6857914610538578063601bb36f1461055957806360a0d1ce1461056c575f5ffd5b806354fd4d50146104bc578063595c6a67146104d1578063597b36da146104d95780635ac86ab7146104ec5780635c975abb1461050f5780635d975e8814610517575f5ffd5b806339b70e38116102bc5780633e28391d116102975780633e28391d146104385780634657e26a1461045b5780634665bcda1461048257806354b7c96c146104a9575f5ffd5b806339b70e38146103b85780633c651cf2146103f75780633cdeb5e01461040a575f5ffd5b806304a4f979146103035780630b9f487a1461033d5780630dd8dd0214610350578063136439dd1461037057806325df922e146103855780632aa6d888146103a5575b5f5ffd5b61032a7f14bde674c9f64b2ad00eaaee4a8bed1fabef35c7507e3c5b9cfc9436909a2dad81565b6040519081526020015b60405180910390f35b61032a61034b366004614d3f565b610889565b61036361035e366004614dd6565b610911565b6040516103349190614e14565b61038361037e366004614e4b565b610ba2565b005b610398610393366004614fe0565b610c77565b604051610334919061508e565b6103836103b33660046150f0565b610dd7565b6103df7f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570781565b6040516001600160a01b039091168152602001610334565b61038361040536600461514e565b610f2b565b6103df610418366004615191565b6001600160a01b039081165f908152609960205260409020600101541690565b61044b610446366004615191565b61107e565b6040519015158152602001610334565b6103df7f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad78881565b6103df7f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c85381565b6103836104b73660046151ac565b61109d565b6104c461110b565b6040516103349190615211565b61038361113b565b61032a6104e73660046152df565b6111ea565b61044b6104fa366004615310565b606654600160ff9092169190911b9081161490565b60665461032a565b61052a610525366004614e4b565b611219565b6040516103349291906153e7565b61054b610546366004615191565b611236565b604051610334929190615459565b6103836105673660046154da565b611360565b61038361057a366004615533565b6114d8565b6103df61058d366004615191565b609a6020525f90815260409020546001600160a01b031681565b6105ba6105b5366004615191565b611683565b604051610334929190615572565b61044b6105d6366004615191565b611983565b61032a6105e93660046151ac565b6119bb565b610383611a65565b61032a6106043660046151ac565b609860209081525f928352604080842090915290825290205481565b61038361062e366004615584565b611a76565b6103df7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e081565b6033546001600160a01b03166103df565b6103986106793660046155d4565b611b0c565b6103df73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b6103836106a7366004615620565b611be2565b6106bf6106ba366004614e4b565b611cbb565b60405161033491906156bc565b61032a6106da366004615191565b609f6020525f908152604090205481565b6103636106f93660046156ce565b611dd7565b61044b61070c366004614e4b565b609e6020525f908152604090205460ff1681565b61044b61072e3660046157b5565b609c60209081525f928352604080842090915290825290205460ff1681565b61032a61075b3660046151ac565b611def565b60405163ffffffff7f0000000000000000000000000000000000000000000000000000000000000384168152602001610334565b6107a76107a23660046155d4565b611e2b565b6040516103349291906157df565b6103df7f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31881565b6103836107ea3660046157b5565b6120b8565b6103636107fd366004615191565b6121d3565b6103836108103660046157fe565b6122fc565b6103836108233660046156ce565b612352565b61083b610836366004615871565b6123bd565b604051610334919061591e565b610383610856366004615191565b612462565b61032a6124db565b610383610871366004614e4b565b612594565b610363610884366004615191565b6126ab565b604080517f14bde674c9f64b2ad00eaaee4a8bed1fabef35c7507e3c5b9cfc9436909a2dad60208201526001600160a01b03808616928201929092528187166060820152908516608082015260a0810183905260c081018290525f906109079060e001604051602081830303815290604052805190602001206126ce565b9695505050505050565b60665460609060019060029081160361093d5760405163840a48d560e01b815260040160405180910390fd5b6109456126fc565b5f836001600160401b0381111561095e5761095e614e62565b604051908082528060200260200182016040528015610987578160200160208202803683370190505b50335f908152609a60205260408120549192506001600160a01b03909116905b85811015610b93578686828181106109c1576109c1615930565b90506020028101906109d39190615944565b6109e1906020810190615962565b90508787838181106109f5576109f5615930565b9050602002810190610a079190615944565b610a119080615962565b905014610a31576040516343714afd60e01b815260040160405180910390fd5b5f610a9b33848a8a86818110610a4957610a49615930565b9050602002810190610a5b9190615944565b610a659080615962565b808060200260200160405190810160405280939291908181526020018383602002808284375f9201919091525061275592505050565b9050610b6d33848a8a86818110610ab457610ab4615930565b9050602002810190610ac69190615944565b610ad09080615962565b808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152508e92508d9150889050818110610b1557610b15615930565b9050602002810190610b279190615944565b610b35906020810190615962565b808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152508892506128a7915050565b848381518110610b7f57610b7f615930565b6020908102919091010152506001016109a7565b5050600160c955949350505050565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610c04573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c2891906159a7565b610c4557604051631d77d47760e21b815260040160405180910390fd5b6066548181168114610c6a5760405163c61dca5d60e01b815260040160405180910390fd5b610c7382612e42565b5050565b6001600160a01b038084165f908152609a60205260408120546060921690610ca0868387612755565b90505f85516001600160401b03811115610cbc57610cbc614e62565b604051908082528060200260200182016040528015610ce5578160200160208202803683370190505b5090505f5b8651811015610dca576001600160a01b0388165f90815260a260205260408120885182908a9085908110610d2057610d20615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f206040518060200160405290815f820154815250509050610da4878381518110610d7257610d72615930565b6020026020010151858481518110610d8c57610d8c615930565b602002602001015183612e7f9092919063ffffffff16565b838381518110610db657610db6615930565b602090810291909101015250600101610cea565b50925050505b9392505050565b610ddf6126fc565b610de83361107e565b15610e0657604051633bf2b50360e11b815260040160405180910390fd5b604051632b6241f360e11b815233600482015263ffffffff841660248201527f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b0316906356c483e6906044015f604051808303815f87803b158015610e70575f5ffd5b505af1158015610e82573d5f5f3e3d5ffd5b50505050610e903385612e9d565b610e9a3333612eff565b6040516001600160a01b038516815233907fa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c19060200160405180910390a2336001600160a01b03167f02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b67080908383604051610f139291906159c2565b60405180910390a2610f25600160c955565b50505050565b336001600160a01b037f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f875707161480610f8a5750336001600160a01b037f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c85316145b610fa75760405163045206a560e21b815260040160405180910390fd5b610faf6126fc565b6001600160a01b038481165f908152609a602052604080822054905163152667d960e31b8152908316600482018190528684166024830152927f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318169063a9333ec890604401602060405180830381865afa15801561102f573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061105391906159f0565b90505f6110618787846131a6565b9050611071838888888886613288565b505050610f25600160c955565b6001600160a01b039081165f908152609a602052604090205416151590565b816110a7816133cd565b6110c45760405163932d94f760e01b815260040160405180910390fd5b6110cc6126fc565b6110d583611983565b6110f2576040516325ec6c1f60e01b815260040160405180910390fd5b6110fc8383612e9d565b611106600160c955565b505050565b60606111367f76302e302e300000000000000000000000000000000000000000000000000006613477565b905090565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa15801561119d573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111c191906159a7565b6111de57604051631d77d47760e21b815260040160405180910390fd5b6111e85f19612e42565b565b5f816040516020016111fc91906156bc565b604051602081830303815290604052805190602001209050919050565b611221614c00565b606061122c836134b4565b9094909350915050565b6060805f611243846126ab565b8051909150806001600160401b0381111561126057611260614e62565b60405190808252806020026020018201604052801561129957816020015b611286614c00565b81526020019060019003908161127e5790505b509350806001600160401b038111156112b4576112b4614e62565b6040519080825280602002602001820160405280156112e757816020015b60608152602001906001900390816112d25790505b5092505f5b818110156113585761131683828151811061130957611309615930565b60200260200101516134b4565b86838151811061132857611328615930565b6020026020010186848151811061134157611341615930565b6020908102919091010191909152526001016112ec565b505050915091565b336001600160a01b037f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31816146113a9576040516323d871a560e01b815260040160405180910390fd5b6113b16126fc565b6001600160a01b038085165f9081526098602090815260408083209387168352929052908120546113ef906001600160401b03808616908516613707565b90505f6113fe8686868661371f565b90505f61140b8284615a1f565b9050611419875f88866137dc565b604080516001600160a01b038881168252602082018490528916917fdd611f4ef63f4385f1756c86ce1f1f389a9013ba6fa07daba8528291bc2d3c30910160405180910390a25f61146987613856565b60405163debe1eab60e01b81526001600160a01b038981166004830152602482018590529192509082169063debe1eab906044015f604051808303815f87803b1580156114b4575f5ffd5b505af11580156114c6573d5f5f3e3d5ffd5b5050505050505050610f25600160c955565b336001600160a01b037f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c853161461152157604051633213a66160e21b815260040160405180910390fd5b6115296126fc565b6115328361107e565b156110fc576001600160a01b038381165f908152609a602052604080822054905163152667d960e31b81529083166004820181905273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06024830152927f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318169063a9333ec890604401602060405180830381865afa1580156115c9573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115ed91906159f0565b6001600160a01b0386165f90815260a26020908152604080832073beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac08452825280832081519283019091525481529192506116538661164b6001600160401b038087169089166138c8565b8491906138dc565b9050611675848873beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0846137dc565b50505050611106600160c955565b6040516394f649dd60e01b81526001600160a01b03828116600483015260609182915f9182917f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570716906394f649dd906024015f60405180830381865afa1580156116ef573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526117169190810190615a8d565b60405163fe243a1760e01b81526001600160a01b03888116600483015273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac060248301529294509092505f917f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c853169063fe243a1790604401602060405180830381865afa15801561179c573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117c09190615b48565b9050805f036117d457509094909350915050565b5f835160016117e39190615a1f565b6001600160401b038111156117fa576117fa614e62565b604051908082528060200260200182016040528015611823578160200160208202803683370190505b5090505f845160016118359190615a1f565b6001600160401b0381111561184c5761184c614e62565b604051908082528060200260200182016040528015611875578160200160208202803683370190505b50905073beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0828651815181106118a0576118a0615930565b60200260200101906001600160a01b031690816001600160a01b03168152505082818651815181106118d4576118d4615930565b60209081029190910101525f5b8551811015611975578581815181106118fc576118fc615930565b602002602001015183828151811061191657611916615930565b60200260200101906001600160a01b031690816001600160a01b03168152505084818151811061194857611948615930565b602002602001015182828151811061196257611962615930565b60209081029190910101526001016118e1565b509097909650945050505050565b5f6001600160a01b038216158015906119b557506001600160a01b038083165f818152609a6020526040902054909116145b92915050565b60405163152667d960e31b81526001600160a01b03838116600483015282811660248301525f9182917f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318169063a9333ec890604401602060405180830381865afa158015611a2b573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a4f91906159f0565b9050611a5d8484835f61371f565b949350505050565b611a6d6138fa565b6111e85f613954565b82611a80816133cd565b611a9d5760405163932d94f760e01b815260040160405180910390fd5b611aa684611983565b611ac3576040516325ec6c1f60e01b815260040160405180910390fd5b836001600160a01b03167f02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b67080908484604051611afe9291906159c2565b60405180910390a250505050565b60605f82516001600160401b03811115611b2857611b28614e62565b604051908082528060200260200182016040528015611b51578160200160208202803683370190505b5090505f5b8351811015611bda576001600160a01b0385165f9081526098602052604081208551909190869084908110611b8d57611b8d615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f2054828281518110611bc757611bc7615930565b6020908102919091010152600101611b56565b509392505050565b606654600290600490811603611c0b5760405163840a48d560e01b815260040160405180910390fd5b611c136126fc565b855f5b81811015611ca657611c9e898983818110611c3357611c33615930565b9050602002810190611c459190615b5f565b611c4e90615b73565b888884818110611c6057611c60615930565b9050602002810190611c729190615962565b888886818110611c8457611c84615930565b9050602002016020810190611c999190615b7e565b6139a5565b600101611c16565b5050611cb2600160c955565b50505050505050565b611cc3614c00565b5f82815260a46020908152604091829020825160e08101845281546001600160a01b03908116825260018301548116828501526002830154168185015260038201546060820152600482015463ffffffff1660808201526005820180548551818602810186019096528086529194929360a08601939290830182828015611d7157602002820191905f5260205f20905b81546001600160a01b03168152600190910190602001808311611d53575b5050505050815260200160068201805480602002602001604051908101604052809291908181526020018280548015611dc757602002820191905f5260205f20905b815481526020019060010190808311611db3575b5050505050815250509050919050565b6060611de2336121d3565b9050610dd0848484612352565b6001600160a01b038083165f90815260a260209081526040808320938516835292815282822083519182019093529154825290610dd090613de7565b60608082516001600160401b03811115611e4757611e47614e62565b604051908082528060200260200182016040528015611e70578160200160208202803683370190505b50915082516001600160401b03811115611e8c57611e8c614e62565b604051908082528060200260200182016040528015611eb5578160200160208202803683370190505b506001600160a01b038086165f908152609a6020526040812054929350911690611ee0868387612755565b90505f5b85518110156120ad575f611f10878381518110611f0357611f03615930565b6020026020010151613856565b9050806001600160a01b031663fe243a1789898581518110611f3457611f34615930565b60200260200101516040518363ffffffff1660e01b8152600401611f6e9291906001600160a01b0392831681529116602082015260400190565b602060405180830381865afa158015611f89573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fad9190615b48565b858381518110611fbf57611fbf615930565b6020026020010181815250505f60a25f8a6001600160a01b03166001600160a01b031681526020019081526020015f205f89858151811061200257612002615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f206040518060200160405290815f82015481525050905061208686848151811061205457612054615930565b602002602001015185858151811061206e5761206e615930565b6020026020010151836138dc9092919063ffffffff16565b87848151811061209857612098615930565b60209081029190910101525050600101611ee4565b5050505b9250929050565b5f54610100900460ff16158080156120d657505f54600160ff909116105b806120ef5750303b1580156120ef57505f5460ff166001145b6121575760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015612178575f805461ff0019166101001790555b61218182612e42565b61218a83613954565b8015611106575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a1505050565b60606121dd6126fc565b6121e68261107e565b6122035760405163a5c7c44560e01b815260040160405180910390fd5b61220c82611983565b1561222a576040516311ca333560e31b815260040160405180910390fd5b336001600160a01b038316146122e2576001600160a01b038083165f908152609a60205260409020541661225d816133cd565b8061228357506001600160a01b038181165f908152609960205260409020600101541633145b6122a057604051631e499a2360e11b815260040160405180910390fd5b806001600160a01b0316836001600160a01b03167ff0eddf07e6ea14f388b47e1e94a0f464ecbd9eed4171130e0fc0e99fb4030a8a60405160405180910390a3505b6122eb82613e06565b90506122f7600160c955565b919050565b6066546002906004908116036123255760405163840a48d560e01b815260040160405180910390fd5b61232d6126fc565b61234161233986615b73565b8585856139a5565b61234b600160c955565b5050505050565b61235a6126fc565b6123633361107e565b1561238157604051633bf2b50360e11b815260040160405180910390fd5b61238a83611983565b6123a7576040516325ec6c1f60e01b815260040160405180910390fd5b6123b333848484614065565b6110fc3384612eff565b60605f83516001600160401b038111156123d9576123d9614e62565b60405190808252806020026020018201604052801561240c57816020015b60608152602001906001900390816123f75790505b5090505f5b8451811015611bda5761243d85828151811061242f5761242f615930565b602002602001015185611b0c565b82828151811061244f5761244f615930565b6020908102919091010152600101612411565b61246a6138fa565b6001600160a01b0381166124cf5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161214e565b6124d881613954565b50565b60408051808201909152600a81526922b4b3b2b72630bcb2b960b11b6020909101525f7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f7f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea612548614124565b805160209182012060408051928301949094529281019190915260608101919091524660808201523060a082015260c00160405160208183030381529060405280519060200120905090565b7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156125f0573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126149190615b99565b6001600160a01b0316336001600160a01b0316146126455760405163794821ff60e01b815260040160405180910390fd5b6066548019821981161461266c5760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c906020015b60405180910390a25050565b6001600160a01b0381165f90815260a3602052604090206060906119b5906141c0565b5f6126d76124db565b60405161190160f01b60208201526022810191909152604281018390526062016111fc565b600260c9540361274e5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015260640161214e565b600260c955565b60605f82516001600160401b0381111561277157612771614e62565b60405190808252806020026020018201604052801561279a578160200160208202803683370190505b5090505f7f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b031663547afb8786866040518363ffffffff1660e01b81526004016127ec929190615bb4565b5f60405180830381865afa158015612806573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261282d9190810190615bd7565b90505f5b845181101561289c576128778786838151811061285057612850615930565b602002602001015184848151811061286a5761286a615930565b60200260200101516131a6565b83828151811061288957612889615930565b6020908102919091010152600101612831565b509095945050505050565b5f6001600160a01b0386166128cf576040516339b190bb60e11b815260040160405180910390fd5b83515f036128f05760405163796cc52560e01b815260040160405180910390fd5b5f84516001600160401b0381111561290a5761290a614e62565b604051908082528060200260200182016040528015612933578160200160208202803683370190505b5090505f85516001600160401b0381111561295057612950614e62565b604051908082528060200260200182016040528015612979578160200160208202803683370190505b5090505f5b8651811015612c75575f61299d888381518110611f0357611f03615930565b90505f60a25f8c6001600160a01b03166001600160a01b031681526020019081526020015f205f8a85815181106129d6576129d6615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f209050612a4f888481518110612a1457612a14615930565b6020026020010151888581518110612a2e57612a2e615930565b602090810291909101810151604080519283019052845482529091906138dc565b848481518110612a6157612a61615930565b602002602001018181525050612aa0888481518110612a8257612a82615930565b602090810291909101810151604080519283019052835482526141cc565b858481518110612ab257612ab2615930565b60209081029190910101526001600160a01b038a1615612b4757612b098a8a8581518110612ae257612ae2615930565b6020026020010151878681518110612afc57612afc615930565b60200260200101516141e0565b612b478a8c8b8681518110612b2057612b20615930565b6020026020010151878781518110612b3a57612b3a615930565b60200260200101516137dc565b5f826001600160a01b031663724af4238d8c8781518110612b6a57612b6a615930565b60200260200101518c8881518110612b8457612b84615930565b60200260200101516040518463ffffffff1660e01b8152600401612baa93929190615c66565b6020604051808303815f875af1158015612bc6573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bea9190615b48565b9050805f03612c67575f82557f8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f8c8b8681518110612c2a57612c2a615930565b6020026020010151612c4f856040518060200160405290815f82015481525050613de7565b604051612c5e93929190615c66565b60405180910390a15b50505080600101905061297e565b506001600160a01b0388165f908152609f60205260408120805491829190612c9c83615c8a565b91905055505f6040518060e001604052808b6001600160a01b031681526020018a6001600160a01b031681526020018b6001600160a01b031681526020018381526020014363ffffffff1681526020018981526020018581525090505f612d02826111ea565b5f818152609e602090815260408083208054600160ff19909116811790915560a4835292819020865181546001600160a01b03199081166001600160a01b039283161783558885015195830180548216968316969096179095559187015160028201805490951692169190911790925560608501516003830155608085015160048301805463ffffffff191663ffffffff90921691909117905560a085015180519394508593612db89260058501920190614c59565b5060c08201518051612dd4916006840191602090910190614cbc565b5050506001600160a01b038b165f90815260a360205260409020612df8908261424a565b507f26b2aae26516e8719ef50ea2f6831a2efbd4e37dccdf0f6936b27bc08e793e30818386604051612e2c93929190615ca2565b60405180910390a19a9950505050505050505050565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b5f611a5d82612e97612e9087613de7565b8690614255565b90614255565b6001600160a01b038281165f8181526099602090815260409182902060010180546001600160a01b0319169486169485179055905192835290917f773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6910161269f565b6066545f90600190811603612f275760405163840a48d560e01b815260040160405180910390fd5b5f5f612f3285611683565b915091505f612f425f8685612755565b6001600160a01b038781165f818152609a602052604080822080546001600160a01b031916948b16948517905551939450919290917fc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d874330491a35f5b8351811015611cb25773beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06001600160a01b0316848281518110612fd557612fd5615930565b60200260200101516001600160a01b0316036131455760405163a3d75e0960e01b81526001600160a01b0388811660048301525f917f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8539091169063a3d75e0990602401602060405180830381865afa158015613053573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061307791906159f0565b90505f60a25f8a6001600160a01b03166001600160a01b031681526020019081526020015f205f8785815181106130b0576130b0615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f206040518060200160405290815f82015481525050905061312485848151811061310257613102615930565b6020026020010151836001600160401b0316836138dc9092919063ffffffff16565b85848151811061313657613136615930565b60200260200101818152505050505b61319e868886848151811061315c5761315c615930565b60200260200101515f87868151811061317757613177615930565b602002602001015187878151811061319157613191615930565b6020026020010151613288565b600101612f9c565b5f73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeabf196001600160a01b038416016132785760405163a3d75e0960e01b81526001600160a01b0385811660048301525f917f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8539091169063a3d75e0990602401602060405180830381865afa158015613234573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061325891906159f0565b90506132706001600160401b038481169083166138c8565b915050610dd0565b506001600160401b031692915050565b805f036132a857604051630a33bc6960e21b815260040160405180910390fd5b81156133c5576001600160a01b038086165f90815260a2602090815260408083209388168352929052206132de81858585614269565b6040805160208101909152815481527f8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f908790879061331c90613de7565b60405161332b93929190615c66565b60405180910390a161333c8661107e565b15611cb2576001600160a01b038088165f90815260986020908152604080832093891683529290529081208054859290613377908490615a1f565b92505081905550866001600160a01b03167f1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c8787866040516133bb93929190615c66565b60405180910390a2505b505050505050565b604051631beb2b9760e31b81526001600160a01b0382811660048301523360248301523060448301525f80356001600160e01b0319166064840152917f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7889091169063df595cb8906084016020604051808303815f875af1158015613453573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119b591906159a7565b60605f613483836142e4565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6134bc614c00565b5f82815260a46020908152604091829020825160e08101845281546001600160a01b0390811682526001830154811682850152600283015416818501526003820154606082810191909152600483015463ffffffff1660808301526005830180548651818702810187019097528087529195929460a0860193929083018282801561356e57602002820191905f5260205f20905b81546001600160a01b03168152600190910190602001808311613550575b50505050508152602001600682018054806020026020016040519081016040528092919081815260200182805480156135c457602002820191905f5260205f20905b8154815260200190600101908083116135b0575b50505050508152505091508160a00151516001600160401b038111156135ec576135ec614e62565b604051908082528060200260200182016040528015613615578160200160208202803683370190505b5090505f7f000000000000000000000000000000000000000000000000000000000000038483608001516136499190615ccc565b90505f4363ffffffff168263ffffffff161061367a57613675845f015185602001518660a00151612755565b613691565b613691845f015185602001518660a001518561430b565b90505f5b8460a0015151811015611358576136e28560c0015182815181106136bb576136bb615930565b60200260200101518383815181106136d5576136d5615930565b6020026020010151614439565b8482815181106136f4576136f4615930565b6020908102919091010152600101613695565b5f6137158483856001614444565b611a5d9085615ce8565b6001600160a01b038085165f90815260a560209081526040808320938716835292905290812081906137509061449f565b90505f6137b660016137827f000000000000000000000000000000000000000000000000000000000000038443615cfb565b61378c9190615cfb565b6001600160a01b03808a165f90815260a560209081526040808320938c16835292905220906144b9565b90505f6137c38284615ce8565b90506137d08187876144d5565b98975050505050505050565b6001600160a01b038085165f90815260986020908152604080832093861683529290529081208054839290613812908490615ce8565b92505081905550836001600160a01b03167f6909600037b75d7b4733aedd815442b5ec018a827751c832aaff64eba5d6d2dd848484604051611afe93929190615c66565b5f6001600160a01b03821673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0146138a1577f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757076119b5565b7f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c85392915050565b5f610dd08383670de0b6b3a76400006144f3565b5f611a5d826138f46138ed87613de7565b86906138c8565b906138c8565b6033546001600160a01b031633146111e85760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161214e565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b60a08401515182146139ca576040516343714afd60e01b815260040160405180910390fd5b83604001516001600160a01b0316336001600160a01b031614613a00576040516316110d3560e21b815260040160405180910390fd5b5f613a0a856111ea565b5f818152609e602052604090205490915060ff16613a3b576040516387c9d21960e01b815260040160405180910390fd5b60605f7f00000000000000000000000000000000000000000000000000000000000003848760800151613a6e9190615ccc565b90508063ffffffff164363ffffffff1611613a9c576040516378f67ae160e11b815260040160405180910390fd5b613ab3875f015188602001518960a001518461430b565b87516001600160a01b03165f90815260a360205260409020909250613ad99150836145d8565b505f82815260a46020526040812080546001600160a01b031990811682556001820180548216905560028201805490911690556003810182905560048101805463ffffffff1916905590613b306005830182614cf5565b613b3d600683015f614cf5565b50505f828152609e602052604090819020805460ff19169055517f1f40400889274ed07b24845e5054a87a0cab969eb1277aafe61ae352e7c32a0090613b869084815260200190565b60405180910390a185516001600160a01b039081165f908152609a6020526040812054885160a08a01519190931692613bc0918490612755565b90505f5b8860a0015151811015613ddc575f613beb8a60a001518381518110611f0357611f03615930565b90505f613c218b60c001518481518110613c0757613c07615930565b60200260200101518785815181106136d5576136d5615930565b9050805f03613c31575050613dd4565b8715613cff57816001600160a01b0316632eae418c8c5f01518d60a001518681518110613c6057613c60615930565b60200260200101518d8d88818110613c7a57613c7a615930565b9050602002016020810190613c8f9190615191565b60405160e085901b6001600160e01b03191681526001600160a01b03938416600482015291831660248301529091166044820152606481018490526084015f604051808303815f87803b158015613ce4575f5ffd5b505af1158015613cf6573d5f5f3e3d5ffd5b50505050613dd1565b5f5f836001600160a01b03166350ff72258e5f01518f60a001518881518110613d2a57613d2a615930565b6020026020010151866040518463ffffffff1660e01b8152600401613d5193929190615c66565b60408051808303815f875af1158015613d6c573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d909190615d17565b91509150613dce878e5f01518f60a001518881518110613db257613db2615930565b602002602001015185858b8b8151811061319157613191615930565b50505b50505b600101613bc4565b505050505050505050565b80515f9015613df75781516119b5565b670de0b6b3a764000092915050565b606654606090600190600290811603613e325760405163840a48d560e01b815260040160405180910390fd5b6001600160a01b038084165f818152609a602052604080822080546001600160a01b0319811690915590519316928392917ffee30966a256b71e14bc0ebfc94315e28ef4a97a7131a9e2b7a310a73af4467691a35f5f613e9186611683565b9150915081515f03613ea55750505061405f565b81516001600160401b03811115613ebe57613ebe614e62565b604051908082528060200260200182016040528015613ee7578160200160208202803683370190505b5094505f613ef6878585612755565b90505f5b8351811015614059576040805160018082528183019092525f916020808301908036833750506040805160018082528183019092529293505f9291506020808301908036833750506040805160018082528183019092529293505f92915060208083019080368337019050509050868481518110613f7a57613f7a615930565b6020026020010151835f81518110613f9457613f94615930565b60200260200101906001600160a01b031690816001600160a01b031681525050858481518110613fc657613fc6615930565b6020026020010151825f81518110613fe057613fe0615930565b602002602001018181525050848481518110613ffe57613ffe615930565b6020026020010151815f8151811061401857614018615930565b6020026020010181815250506140318b898585856128a7565b8a858151811061404357614043615930565b6020908102919091010152505050600101613efa565b50505050505b50919050565b6001600160a01b038084165f90815260996020526040902060010154168061408d5750610f25565b6001600160a01b0381165f908152609c6020908152604080832085845290915290205460ff16156140d157604051630d4c4c9160e21b815260040160405180910390fd5b6001600160a01b0381165f908152609c602090815260408083208584528252909120805460ff1916600117905583015161234b908290614118908890889084908890610889565b855160208701516145e3565b60605f6141507f76302e302e300000000000000000000000000000000000000000000000000006613477565b9050805f8151811061416457614164615930565b602001015160f81c60f81b8160018151811061418257614182615930565b016020908101516040516001600160f81b03199384169281019290925291909116602182015260220160405160208183030381529060405291505090565b60605f610dd083614635565b5f610dd06141d984613de7565b83906138c8565b6001600160a01b038084165f90815260a560209081526040808320938616835292905290812061420f9061449f565b9050610f254361421f8484615a1f565b6001600160a01b038088165f90815260a560209081526040808320938a16835292905220919061468e565b5f610dd08383614699565b5f610dd083670de0b6b3a7640000846144f3565b825f036142955760408051602081019091528454815261428e908290612e9790613de7565b8455610f25565b6040805160208101909152845481525f906142b19085846138dc565b90505f6142be8483615a1f565b90505f6142d984612e976142d2888a615a1f565b8590614255565b875550505050505050565b5f60ff8216601f8111156119b557604051632cd44ac360e21b815260040160405180910390fd5b60605f83516001600160401b0381111561432757614327614e62565b604051908082528060200260200182016040528015614350578160200160208202803683370190505b5090505f7f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b03166394d7d00c8787876040518463ffffffff1660e01b81526004016143a493929190615d39565b5f60405180830381865afa1580156143be573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526143e59190810190615bd7565b90505f5b855181101561442d576144088887838151811061285057612850615930565b83828151811061441a5761441a615930565b60209081029190910101526001016143e9565b50909695505050505050565b5f610dd083836138c8565b5f5f6144518686866144f3565b9050600183600281111561446757614467615d72565b14801561448357505f848061447e5761447e615d86565b868809115b1561449657614493600182615a1f565b90505b95945050505050565b5f6144aa82826146e5565b6001600160e01b031692915050565b5f6144c583838361472a565b6001600160e01b03169392505050565b5f611a5d6144e38385615d9a565b85906001600160401b03166138c8565b5f80805f19858709858702925082811083820303915050805f0361452a5783828161452057614520615d86565b0492505050610dd0565b8084116145715760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b604482015260640161214e565b5f8486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091025f889003889004909101858311909403939093029303949094049190911702949350505050565b5f610dd08383614773565b4281101561460457604051630819bdcd60e01b815260040160405180910390fd5b6146186001600160a01b0385168484614856565b610f2557604051638baa579f60e01b815260040160405180910390fd5b6060815f0180548060200260200160405190810160405280929190818152602001828054801561468257602002820191905f5260205f20905b81548152602001906001019080831161466e575b50505050509050919050565b6111068383836148aa565b5f8181526001830160205260408120546146de57508154600181810184555f8481526020808220909301849055845484825282860190935260409020919091556119b5565b505f6119b5565b81545f9080156147225761470b846146fe600184615ce8565b5f91825260209091200190565b5464010000000090046001600160e01b0316611a5d565b509092915050565b82545f908161473b868683856149b0565b9050801561476957614752866146fe600184615ce8565b5464010000000090046001600160e01b0316610907565b5091949350505050565b5f818152600183016020526040812054801561484d575f614795600183615ce8565b85549091505f906147a890600190615ce8565b9050818114614807575f865f0182815481106147c6576147c6615930565b905f5260205f200154905080875f0184815481106147e6576147e6615930565b5f918252602080832090910192909255918252600188019052604090208390555b855486908061481857614818615db9565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f9055600193505050506119b5565b5f9150506119b5565b5f5f5f6148638585614a03565b90925090505f81600481111561487b5761487b615d72565b1480156148995750856001600160a01b0316826001600160a01b0316145b806109075750610907868686614a42565b82548015614962575f6148c2856146fe600185615ce8565b60408051808201909152905463ffffffff8082168084526401000000009092046001600160e01b0316602084015291925090851610156149155760405163151b8e3f60e11b815260040160405180910390fd5b805163ffffffff8086169116036149605782614936866146fe600186615ce8565b80546001600160e01b03929092166401000000000263ffffffff9092169190911790555050505050565b505b506040805180820190915263ffffffff92831681526001600160e01b03918216602080830191825285546001810187555f968752952091519051909216640100000000029190921617910155565b5f5b81831015611bda575f6149c58484614b29565b5f8781526020902090915063ffffffff86169082015463ffffffff1611156149ef578092506149fd565b6149fa816001615a1f565b93505b506149b2565b5f5f8251604103614a37576020830151604084015160608501515f1a614a2b87828585614b43565b945094505050506120b1565b505f905060026120b1565b5f5f5f856001600160a01b0316631626ba7e60e01b8686604051602401614a6a929190615dcd565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b0319909416939093179092529051614aa89190615de5565b5f60405180830381855afa9150503d805f8114614ae0576040519150601f19603f3d011682016040523d82523d5f602084013e614ae5565b606091505b5091509150818015614af957506020815110155b801561090757508051630b135d3f60e11b90614b1e9083016020908101908401615b48565b149695505050505050565b5f614b376002848418615dfb565b610dd090848416615a1f565b5f807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0831115614b7857505f90506003614bf7565b604080515f8082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015614bc9573d5f5f3e3d5ffd5b5050604051601f1901519150506001600160a01b038116614bf1575f60019250925050614bf7565b91505f90505b94509492505050565b6040518060e001604052805f6001600160a01b031681526020015f6001600160a01b031681526020015f6001600160a01b031681526020015f81526020015f63ffffffff16815260200160608152602001606081525090565b828054828255905f5260205f20908101928215614cac579160200282015b82811115614cac57825182546001600160a01b0319166001600160a01b03909116178255602090920191600190910190614c77565b50614cb8929150614d0c565b5090565b828054828255905f5260205f20908101928215614cac579160200282015b82811115614cac578251825591602001919060010190614cda565b5080545f8255905f5260205f20908101906124d891905b5b80821115614cb8575f8155600101614d0d565b6001600160a01b03811681146124d8575f5ffd5b80356122f781614d20565b5f5f5f5f5f60a08688031215614d53575f5ffd5b8535614d5e81614d20565b94506020860135614d6e81614d20565b93506040860135614d7e81614d20565b94979396509394606081013594506080013592915050565b5f5f83601f840112614da6575f5ffd5b5081356001600160401b03811115614dbc575f5ffd5b6020830191508360208260051b85010111156120b1575f5ffd5b5f5f60208385031215614de7575f5ffd5b82356001600160401b03811115614dfc575f5ffd5b614e0885828601614d96565b90969095509350505050565b602080825282518282018190525f918401906040840190835b8181101561289c578351835260209384019390920191600101614e2d565b5f60208284031215614e5b575f5ffd5b5035919050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715614e9857614e98614e62565b60405290565b604080519081016001600160401b0381118282101715614e9857614e98614e62565b604051601f8201601f191681016001600160401b0381118282101715614ee857614ee8614e62565b604052919050565b5f6001600160401b03821115614f0857614f08614e62565b5060051b60200190565b5f82601f830112614f21575f5ffd5b8135614f34614f2f82614ef0565b614ec0565b8082825260208201915060208360051b860101925085831115614f55575f5ffd5b602085015b83811015614f7b578035614f6d81614d20565b835260209283019201614f5a565b5095945050505050565b5f82601f830112614f94575f5ffd5b8135614fa2614f2f82614ef0565b8082825260208201915060208360051b860101925085831115614fc3575f5ffd5b602085015b83811015614f7b578035835260209283019201614fc8565b5f5f5f60608486031215614ff2575f5ffd5b8335614ffd81614d20565b925060208401356001600160401b03811115615017575f5ffd5b61502386828701614f12565b92505060408401356001600160401b0381111561503e575f5ffd5b61504a86828701614f85565b9150509250925092565b5f8151808452602084019350602083015f5b82811015615084578151865260209586019590910190600101615066565b5093949350505050565b602081525f610dd06020830184615054565b803563ffffffff811681146122f7575f5ffd5b5f5f83601f8401126150c3575f5ffd5b5081356001600160401b038111156150d9575f5ffd5b6020830191508360208285010111156120b1575f5ffd5b5f5f5f5f60608587031215615103575f5ffd5b843561510e81614d20565b935061511c602086016150a0565b925060408501356001600160401b03811115615136575f5ffd5b615142878288016150b3565b95989497509550505050565b5f5f5f5f60808587031215615161575f5ffd5b843561516c81614d20565b9350602085013561517c81614d20565b93969395505050506040820135916060013590565b5f602082840312156151a1575f5ffd5b8135610dd081614d20565b5f5f604083850312156151bd575f5ffd5b82356151c881614d20565b915060208301356151d881614d20565b809150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f610dd060208301846151e3565b5f60e08284031215615233575f5ffd5b61523b614e76565b905061524682614d34565b815261525460208301614d34565b602082015261526560408301614d34565b604082015260608281013590820152615280608083016150a0565b608082015260a08201356001600160401b0381111561529d575f5ffd5b6152a984828501614f12565b60a08301525060c08201356001600160401b038111156152c7575f5ffd5b6152d384828501614f85565b60c08301525092915050565b5f602082840312156152ef575f5ffd5b81356001600160401b03811115615304575f5ffd5b611a5d84828501615223565b5f60208284031215615320575f5ffd5b813560ff81168114610dd0575f5ffd5b5f8151808452602084019350602083015f5b828110156150845781516001600160a01b0316865260209586019590910190600101615342565b80516001600160a01b03908116835260208083015182169084015260408083015190911690830152606080820151908301526080808201515f916153b49085018263ffffffff169052565b5060a082015160e060a08501526153ce60e0850182615330565b905060c083015184820360c08601526144968282615054565b604081525f6153f96040830185615369565b82810360208401526144968185615054565b5f82825180855260208501945060208160051b830101602085015f5b8381101561442d57601f19858403018852615443838351615054565b6020988901989093509190910190600101615427565b5f604082016040835280855180835260608501915060608160051b8601019250602087015f5b828110156154b057605f1987860301845261549b858351615369565b9450602093840193919091019060010161547f565b505050508281036020840152614496818561540b565b6001600160401b03811681146124d8575f5ffd5b5f5f5f5f608085870312156154ed575f5ffd5b84356154f881614d20565b9350602085013561550881614d20565b92506040850135615518816154c6565b91506060850135615528816154c6565b939692955090935050565b5f5f5f60608486031215615545575f5ffd5b833561555081614d20565b9250602084013591506040840135615567816154c6565b809150509250925092565b604081525f6153f96040830185615330565b5f5f5f60408486031215615596575f5ffd5b83356155a181614d20565b925060208401356001600160401b038111156155bb575f5ffd5b6155c7868287016150b3565b9497909650939450505050565b5f5f604083850312156155e5575f5ffd5b82356155f081614d20565b915060208301356001600160401b0381111561560a575f5ffd5b61561685828601614f12565b9150509250929050565b5f5f5f5f5f5f60608789031215615635575f5ffd5b86356001600160401b0381111561564a575f5ffd5b61565689828a01614d96565b90975095505060208701356001600160401b03811115615674575f5ffd5b61568089828a01614d96565b90955093505060408701356001600160401b0381111561569e575f5ffd5b6156aa89828a01614d96565b979a9699509497509295939492505050565b602081525f610dd06020830184615369565b5f5f5f606084860312156156e0575f5ffd5b83356156eb81614d20565b925060208401356001600160401b03811115615705575f5ffd5b840160408187031215615716575f5ffd5b61571e614e9e565b81356001600160401b03811115615733575f5ffd5b8201601f81018813615743575f5ffd5b80356001600160401b0381111561575c5761575c614e62565b61576f601f8201601f1916602001614ec0565b818152896020838501011115615783575f5ffd5b816020840160208301375f60209282018301528352928301359282019290925293969395505050506040919091013590565b5f5f604083850312156157c6575f5ffd5b82356157d181614d20565b946020939093013593505050565b604081525f6153f96040830185615054565b80151581146124d8575f5ffd5b5f5f5f5f60608587031215615811575f5ffd5b84356001600160401b03811115615826575f5ffd5b850160e08188031215615837575f5ffd5b935060208501356001600160401b03811115615851575f5ffd5b61585d87828801614d96565b9094509250506040850135615528816157f1565b5f5f60408385031215615882575f5ffd5b82356001600160401b03811115615897575f5ffd5b8301601f810185136158a7575f5ffd5b80356158b5614f2f82614ef0565b8082825260208201915060208360051b8501019250878311156158d6575f5ffd5b6020840193505b828410156159015783356158f081614d20565b8252602093840193909101906158dd565b945050505060208301356001600160401b0381111561560a575f5ffd5b602081525f610dd0602083018461540b565b634e487b7160e01b5f52603260045260245ffd5b5f8235605e19833603018112615958575f5ffd5b9190910192915050565b5f5f8335601e19843603018112615977575f5ffd5b8301803591506001600160401b03821115615990575f5ffd5b6020019150600581901b36038213156120b1575f5ffd5b5f602082840312156159b7575f5ffd5b8151610dd0816157f1565b60208152816020820152818360408301375f818301604090810191909152601f909201601f19160101919050565b5f60208284031215615a00575f5ffd5b8151610dd0816154c6565b634e487b7160e01b5f52601160045260245ffd5b808201808211156119b5576119b5615a0b565b5f82601f830112615a41575f5ffd5b8151615a4f614f2f82614ef0565b8082825260208201915060208360051b860101925085831115615a70575f5ffd5b602085015b83811015614f7b578051835260209283019201615a75565b5f5f60408385031215615a9e575f5ffd5b82516001600160401b03811115615ab3575f5ffd5b8301601f81018513615ac3575f5ffd5b8051615ad1614f2f82614ef0565b8082825260208201915060208360051b850101925087831115615af2575f5ffd5b6020840193505b82841015615b1d578351615b0c81614d20565b825260209384019390910190615af9565b8095505050505060208301516001600160401b03811115615b3c575f5ffd5b61561685828601615a32565b5f60208284031215615b58575f5ffd5b5051919050565b5f823560de19833603018112615958575f5ffd5b5f6119b53683615223565b5f60208284031215615b8e575f5ffd5b8135610dd0816157f1565b5f60208284031215615ba9575f5ffd5b8151610dd081614d20565b6001600160a01b03831681526040602082018190525f90611a5d90830184615330565b5f60208284031215615be7575f5ffd5b81516001600160401b03811115615bfc575f5ffd5b8201601f81018413615c0c575f5ffd5b8051615c1a614f2f82614ef0565b8082825260208201915060208360051b850101925086831115615c3b575f5ffd5b6020840193505b82841015610907578351615c55816154c6565b825260209384019390910190615c42565b6001600160a01b039384168152919092166020820152604081019190915260600190565b5f60018201615c9b57615c9b615a0b565b5060010190565b838152606060208201525f615cba6060830185615369565b82810360408401526109078185615054565b63ffffffff81811683821601908111156119b5576119b5615a0b565b818103818111156119b5576119b5615a0b565b63ffffffff82811682821603908111156119b5576119b5615a0b565b5f5f60408385031215615d28575f5ffd5b505080516020909101519092909150565b6001600160a01b03841681526060602082018190525f90615d5c90830185615330565b905063ffffffff83166040830152949350505050565b634e487b7160e01b5f52602160045260245ffd5b634e487b7160e01b5f52601260045260245ffd5b6001600160401b0382811682821603908111156119b5576119b5615a0b565b634e487b7160e01b5f52603160045260245ffd5b828152604060208201525f611a5d60408301846151e3565b5f82518060208501845e5f920191825250919050565b5f82615e1557634e487b7160e01b5f52601260045260245ffd5b50049056fea264697066735822122028823ec872a9df95048c08df1bd11d6833b239643a395c032aeedc56c3554f0e64736f6c634300081b0033","gas_used":4859861,"gas_limit":6452398,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x608060405234801561000f575f5ffd5b50600436106102ff575f3560e01c8063715018a611610195578063bfae3fd2116100e4578063e4cc3f901161009e578063f2fde38b11610079578063f2fde38b14610848578063f698da251461085b578063fabc1cbc14610863578063fd8aa88d14610876575f5ffd5b8063e4cc3f9014610802578063eea9064b14610815578063f0e0e67614610828575f5ffd5b8063bfae3fd21461074d578063c448feb814610760578063c978f7ac14610794578063ca8aa7c7146107b5578063cd6dc687146107dc578063da8be864146107ef575f5ffd5b80639104c3191161014f578063a17884841161012a578063a1788484146106cc578063a33a3433146106eb578063b7f06ebe146106fe578063bb45fef214610720575f5ffd5b80639104c3191461067e5780639435bb431461069957806399f5371b146106ac575f5ffd5b8063715018a6146105ee578063778e55f3146105f657806378296ec514610620578063886f1195146106335780638da5cb5b1461065a578063900413471461066b575f5ffd5b806354fd4d50116102515780635dd685791161020b57806365da1264116101e657806365da12641461057f57806366d5ba93146105a75780636d70f7ae146105c85780636e174448146105db575f5ffd5b80635dd6857914610538578063601bb36f1461055957806360a0d1ce1461056c575f5ffd5b806354fd4d50146104bc578063595c6a67146104d1578063597b36da146104d95780635ac86ab7146104ec5780635c975abb1461050f5780635d975e8814610517575f5ffd5b806339b70e38116102bc5780633e28391d116102975780633e28391d146104385780634657e26a1461045b5780634665bcda1461048257806354b7c96c146104a9575f5ffd5b806339b70e38146103b85780633c651cf2146103f75780633cdeb5e01461040a575f5ffd5b806304a4f979146103035780630b9f487a1461033d5780630dd8dd0214610350578063136439dd1461037057806325df922e146103855780632aa6d888146103a5575b5f5ffd5b61032a7f14bde674c9f64b2ad00eaaee4a8bed1fabef35c7507e3c5b9cfc9436909a2dad81565b6040519081526020015b60405180910390f35b61032a61034b366004614d3f565b610889565b61036361035e366004614dd6565b610911565b6040516103349190614e14565b61038361037e366004614e4b565b610ba2565b005b610398610393366004614fe0565b610c77565b604051610334919061508e565b6103836103b33660046150f0565b610dd7565b6103df7f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570781565b6040516001600160a01b039091168152602001610334565b61038361040536600461514e565b610f2b565b6103df610418366004615191565b6001600160a01b039081165f908152609960205260409020600101541690565b61044b610446366004615191565b61107e565b6040519015158152602001610334565b6103df7f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad78881565b6103df7f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c85381565b6103836104b73660046151ac565b61109d565b6104c461110b565b6040516103349190615211565b61038361113b565b61032a6104e73660046152df565b6111ea565b61044b6104fa366004615310565b606654600160ff9092169190911b9081161490565b60665461032a565b61052a610525366004614e4b565b611219565b6040516103349291906153e7565b61054b610546366004615191565b611236565b604051610334929190615459565b6103836105673660046154da565b611360565b61038361057a366004615533565b6114d8565b6103df61058d366004615191565b609a6020525f90815260409020546001600160a01b031681565b6105ba6105b5366004615191565b611683565b604051610334929190615572565b61044b6105d6366004615191565b611983565b61032a6105e93660046151ac565b6119bb565b610383611a65565b61032a6106043660046151ac565b609860209081525f928352604080842090915290825290205481565b61038361062e366004615584565b611a76565b6103df7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e081565b6033546001600160a01b03166103df565b6103986106793660046155d4565b611b0c565b6103df73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b6103836106a7366004615620565b611be2565b6106bf6106ba366004614e4b565b611cbb565b60405161033491906156bc565b61032a6106da366004615191565b609f6020525f908152604090205481565b6103636106f93660046156ce565b611dd7565b61044b61070c366004614e4b565b609e6020525f908152604090205460ff1681565b61044b61072e3660046157b5565b609c60209081525f928352604080842090915290825290205460ff1681565b61032a61075b3660046151ac565b611def565b60405163ffffffff7f0000000000000000000000000000000000000000000000000000000000000384168152602001610334565b6107a76107a23660046155d4565b611e2b565b6040516103349291906157df565b6103df7f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31881565b6103836107ea3660046157b5565b6120b8565b6103636107fd366004615191565b6121d3565b6103836108103660046157fe565b6122fc565b6103836108233660046156ce565b612352565b61083b610836366004615871565b6123bd565b604051610334919061591e565b610383610856366004615191565b612462565b61032a6124db565b610383610871366004614e4b565b612594565b610363610884366004615191565b6126ab565b604080517f14bde674c9f64b2ad00eaaee4a8bed1fabef35c7507e3c5b9cfc9436909a2dad60208201526001600160a01b03808616928201929092528187166060820152908516608082015260a0810183905260c081018290525f906109079060e001604051602081830303815290604052805190602001206126ce565b9695505050505050565b60665460609060019060029081160361093d5760405163840a48d560e01b815260040160405180910390fd5b6109456126fc565b5f836001600160401b0381111561095e5761095e614e62565b604051908082528060200260200182016040528015610987578160200160208202803683370190505b50335f908152609a60205260408120549192506001600160a01b03909116905b85811015610b93578686828181106109c1576109c1615930565b90506020028101906109d39190615944565b6109e1906020810190615962565b90508787838181106109f5576109f5615930565b9050602002810190610a079190615944565b610a119080615962565b905014610a31576040516343714afd60e01b815260040160405180910390fd5b5f610a9b33848a8a86818110610a4957610a49615930565b9050602002810190610a5b9190615944565b610a659080615962565b808060200260200160405190810160405280939291908181526020018383602002808284375f9201919091525061275592505050565b9050610b6d33848a8a86818110610ab457610ab4615930565b9050602002810190610ac69190615944565b610ad09080615962565b808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152508e92508d9150889050818110610b1557610b15615930565b9050602002810190610b279190615944565b610b35906020810190615962565b808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152508892506128a7915050565b848381518110610b7f57610b7f615930565b6020908102919091010152506001016109a7565b5050600160c955949350505050565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610c04573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c2891906159a7565b610c4557604051631d77d47760e21b815260040160405180910390fd5b6066548181168114610c6a5760405163c61dca5d60e01b815260040160405180910390fd5b610c7382612e42565b5050565b6001600160a01b038084165f908152609a60205260408120546060921690610ca0868387612755565b90505f85516001600160401b03811115610cbc57610cbc614e62565b604051908082528060200260200182016040528015610ce5578160200160208202803683370190505b5090505f5b8651811015610dca576001600160a01b0388165f90815260a260205260408120885182908a9085908110610d2057610d20615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f206040518060200160405290815f820154815250509050610da4878381518110610d7257610d72615930565b6020026020010151858481518110610d8c57610d8c615930565b602002602001015183612e7f9092919063ffffffff16565b838381518110610db657610db6615930565b602090810291909101015250600101610cea565b50925050505b9392505050565b610ddf6126fc565b610de83361107e565b15610e0657604051633bf2b50360e11b815260040160405180910390fd5b604051632b6241f360e11b815233600482015263ffffffff841660248201527f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b0316906356c483e6906044015f604051808303815f87803b158015610e70575f5ffd5b505af1158015610e82573d5f5f3e3d5ffd5b50505050610e903385612e9d565b610e9a3333612eff565b6040516001600160a01b038516815233907fa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c19060200160405180910390a2336001600160a01b03167f02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b67080908383604051610f139291906159c2565b60405180910390a2610f25600160c955565b50505050565b336001600160a01b037f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f875707161480610f8a5750336001600160a01b037f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c85316145b610fa75760405163045206a560e21b815260040160405180910390fd5b610faf6126fc565b6001600160a01b038481165f908152609a602052604080822054905163152667d960e31b8152908316600482018190528684166024830152927f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318169063a9333ec890604401602060405180830381865afa15801561102f573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061105391906159f0565b90505f6110618787846131a6565b9050611071838888888886613288565b505050610f25600160c955565b6001600160a01b039081165f908152609a602052604090205416151590565b816110a7816133cd565b6110c45760405163932d94f760e01b815260040160405180910390fd5b6110cc6126fc565b6110d583611983565b6110f2576040516325ec6c1f60e01b815260040160405180910390fd5b6110fc8383612e9d565b611106600160c955565b505050565b60606111367f76302e302e300000000000000000000000000000000000000000000000000006613477565b905090565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa15801561119d573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111c191906159a7565b6111de57604051631d77d47760e21b815260040160405180910390fd5b6111e85f19612e42565b565b5f816040516020016111fc91906156bc565b604051602081830303815290604052805190602001209050919050565b611221614c00565b606061122c836134b4565b9094909350915050565b6060805f611243846126ab565b8051909150806001600160401b0381111561126057611260614e62565b60405190808252806020026020018201604052801561129957816020015b611286614c00565b81526020019060019003908161127e5790505b509350806001600160401b038111156112b4576112b4614e62565b6040519080825280602002602001820160405280156112e757816020015b60608152602001906001900390816112d25790505b5092505f5b818110156113585761131683828151811061130957611309615930565b60200260200101516134b4565b86838151811061132857611328615930565b6020026020010186848151811061134157611341615930565b6020908102919091010191909152526001016112ec565b505050915091565b336001600160a01b037f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31816146113a9576040516323d871a560e01b815260040160405180910390fd5b6113b16126fc565b6001600160a01b038085165f9081526098602090815260408083209387168352929052908120546113ef906001600160401b03808616908516613707565b90505f6113fe8686868661371f565b90505f61140b8284615a1f565b9050611419875f88866137dc565b604080516001600160a01b038881168252602082018490528916917fdd611f4ef63f4385f1756c86ce1f1f389a9013ba6fa07daba8528291bc2d3c30910160405180910390a25f61146987613856565b60405163debe1eab60e01b81526001600160a01b038981166004830152602482018590529192509082169063debe1eab906044015f604051808303815f87803b1580156114b4575f5ffd5b505af11580156114c6573d5f5f3e3d5ffd5b5050505050505050610f25600160c955565b336001600160a01b037f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c853161461152157604051633213a66160e21b815260040160405180910390fd5b6115296126fc565b6115328361107e565b156110fc576001600160a01b038381165f908152609a602052604080822054905163152667d960e31b81529083166004820181905273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06024830152927f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318169063a9333ec890604401602060405180830381865afa1580156115c9573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115ed91906159f0565b6001600160a01b0386165f90815260a26020908152604080832073beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac08452825280832081519283019091525481529192506116538661164b6001600160401b038087169089166138c8565b8491906138dc565b9050611675848873beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0846137dc565b50505050611106600160c955565b6040516394f649dd60e01b81526001600160a01b03828116600483015260609182915f9182917f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570716906394f649dd906024015f60405180830381865afa1580156116ef573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526117169190810190615a8d565b60405163fe243a1760e01b81526001600160a01b03888116600483015273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac060248301529294509092505f917f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c853169063fe243a1790604401602060405180830381865afa15801561179c573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117c09190615b48565b9050805f036117d457509094909350915050565b5f835160016117e39190615a1f565b6001600160401b038111156117fa576117fa614e62565b604051908082528060200260200182016040528015611823578160200160208202803683370190505b5090505f845160016118359190615a1f565b6001600160401b0381111561184c5761184c614e62565b604051908082528060200260200182016040528015611875578160200160208202803683370190505b50905073beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0828651815181106118a0576118a0615930565b60200260200101906001600160a01b031690816001600160a01b03168152505082818651815181106118d4576118d4615930565b60209081029190910101525f5b8551811015611975578581815181106118fc576118fc615930565b602002602001015183828151811061191657611916615930565b60200260200101906001600160a01b031690816001600160a01b03168152505084818151811061194857611948615930565b602002602001015182828151811061196257611962615930565b60209081029190910101526001016118e1565b509097909650945050505050565b5f6001600160a01b038216158015906119b557506001600160a01b038083165f818152609a6020526040902054909116145b92915050565b60405163152667d960e31b81526001600160a01b03838116600483015282811660248301525f9182917f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318169063a9333ec890604401602060405180830381865afa158015611a2b573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a4f91906159f0565b9050611a5d8484835f61371f565b949350505050565b611a6d6138fa565b6111e85f613954565b82611a80816133cd565b611a9d5760405163932d94f760e01b815260040160405180910390fd5b611aa684611983565b611ac3576040516325ec6c1f60e01b815260040160405180910390fd5b836001600160a01b03167f02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b67080908484604051611afe9291906159c2565b60405180910390a250505050565b60605f82516001600160401b03811115611b2857611b28614e62565b604051908082528060200260200182016040528015611b51578160200160208202803683370190505b5090505f5b8351811015611bda576001600160a01b0385165f9081526098602052604081208551909190869084908110611b8d57611b8d615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f2054828281518110611bc757611bc7615930565b6020908102919091010152600101611b56565b509392505050565b606654600290600490811603611c0b5760405163840a48d560e01b815260040160405180910390fd5b611c136126fc565b855f5b81811015611ca657611c9e898983818110611c3357611c33615930565b9050602002810190611c459190615b5f565b611c4e90615b73565b888884818110611c6057611c60615930565b9050602002810190611c729190615962565b888886818110611c8457611c84615930565b9050602002016020810190611c999190615b7e565b6139a5565b600101611c16565b5050611cb2600160c955565b50505050505050565b611cc3614c00565b5f82815260a46020908152604091829020825160e08101845281546001600160a01b03908116825260018301548116828501526002830154168185015260038201546060820152600482015463ffffffff1660808201526005820180548551818602810186019096528086529194929360a08601939290830182828015611d7157602002820191905f5260205f20905b81546001600160a01b03168152600190910190602001808311611d53575b5050505050815260200160068201805480602002602001604051908101604052809291908181526020018280548015611dc757602002820191905f5260205f20905b815481526020019060010190808311611db3575b5050505050815250509050919050565b6060611de2336121d3565b9050610dd0848484612352565b6001600160a01b038083165f90815260a260209081526040808320938516835292815282822083519182019093529154825290610dd090613de7565b60608082516001600160401b03811115611e4757611e47614e62565b604051908082528060200260200182016040528015611e70578160200160208202803683370190505b50915082516001600160401b03811115611e8c57611e8c614e62565b604051908082528060200260200182016040528015611eb5578160200160208202803683370190505b506001600160a01b038086165f908152609a6020526040812054929350911690611ee0868387612755565b90505f5b85518110156120ad575f611f10878381518110611f0357611f03615930565b6020026020010151613856565b9050806001600160a01b031663fe243a1789898581518110611f3457611f34615930565b60200260200101516040518363ffffffff1660e01b8152600401611f6e9291906001600160a01b0392831681529116602082015260400190565b602060405180830381865afa158015611f89573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fad9190615b48565b858381518110611fbf57611fbf615930565b6020026020010181815250505f60a25f8a6001600160a01b03166001600160a01b031681526020019081526020015f205f89858151811061200257612002615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f206040518060200160405290815f82015481525050905061208686848151811061205457612054615930565b602002602001015185858151811061206e5761206e615930565b6020026020010151836138dc9092919063ffffffff16565b87848151811061209857612098615930565b60209081029190910101525050600101611ee4565b5050505b9250929050565b5f54610100900460ff16158080156120d657505f54600160ff909116105b806120ef5750303b1580156120ef57505f5460ff166001145b6121575760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015612178575f805461ff0019166101001790555b61218182612e42565b61218a83613954565b8015611106575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a1505050565b60606121dd6126fc565b6121e68261107e565b6122035760405163a5c7c44560e01b815260040160405180910390fd5b61220c82611983565b1561222a576040516311ca333560e31b815260040160405180910390fd5b336001600160a01b038316146122e2576001600160a01b038083165f908152609a60205260409020541661225d816133cd565b8061228357506001600160a01b038181165f908152609960205260409020600101541633145b6122a057604051631e499a2360e11b815260040160405180910390fd5b806001600160a01b0316836001600160a01b03167ff0eddf07e6ea14f388b47e1e94a0f464ecbd9eed4171130e0fc0e99fb4030a8a60405160405180910390a3505b6122eb82613e06565b90506122f7600160c955565b919050565b6066546002906004908116036123255760405163840a48d560e01b815260040160405180910390fd5b61232d6126fc565b61234161233986615b73565b8585856139a5565b61234b600160c955565b5050505050565b61235a6126fc565b6123633361107e565b1561238157604051633bf2b50360e11b815260040160405180910390fd5b61238a83611983565b6123a7576040516325ec6c1f60e01b815260040160405180910390fd5b6123b333848484614065565b6110fc3384612eff565b60605f83516001600160401b038111156123d9576123d9614e62565b60405190808252806020026020018201604052801561240c57816020015b60608152602001906001900390816123f75790505b5090505f5b8451811015611bda5761243d85828151811061242f5761242f615930565b602002602001015185611b0c565b82828151811061244f5761244f615930565b6020908102919091010152600101612411565b61246a6138fa565b6001600160a01b0381166124cf5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161214e565b6124d881613954565b50565b60408051808201909152600a81526922b4b3b2b72630bcb2b960b11b6020909101525f7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f7f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea612548614124565b805160209182012060408051928301949094529281019190915260608101919091524660808201523060a082015260c00160405160208183030381529060405280519060200120905090565b7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156125f0573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126149190615b99565b6001600160a01b0316336001600160a01b0316146126455760405163794821ff60e01b815260040160405180910390fd5b6066548019821981161461266c5760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c906020015b60405180910390a25050565b6001600160a01b0381165f90815260a3602052604090206060906119b5906141c0565b5f6126d76124db565b60405161190160f01b60208201526022810191909152604281018390526062016111fc565b600260c9540361274e5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015260640161214e565b600260c955565b60605f82516001600160401b0381111561277157612771614e62565b60405190808252806020026020018201604052801561279a578160200160208202803683370190505b5090505f7f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b031663547afb8786866040518363ffffffff1660e01b81526004016127ec929190615bb4565b5f60405180830381865afa158015612806573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261282d9190810190615bd7565b90505f5b845181101561289c576128778786838151811061285057612850615930565b602002602001015184848151811061286a5761286a615930565b60200260200101516131a6565b83828151811061288957612889615930565b6020908102919091010152600101612831565b509095945050505050565b5f6001600160a01b0386166128cf576040516339b190bb60e11b815260040160405180910390fd5b83515f036128f05760405163796cc52560e01b815260040160405180910390fd5b5f84516001600160401b0381111561290a5761290a614e62565b604051908082528060200260200182016040528015612933578160200160208202803683370190505b5090505f85516001600160401b0381111561295057612950614e62565b604051908082528060200260200182016040528015612979578160200160208202803683370190505b5090505f5b8651811015612c75575f61299d888381518110611f0357611f03615930565b90505f60a25f8c6001600160a01b03166001600160a01b031681526020019081526020015f205f8a85815181106129d6576129d6615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f209050612a4f888481518110612a1457612a14615930565b6020026020010151888581518110612a2e57612a2e615930565b602090810291909101810151604080519283019052845482529091906138dc565b848481518110612a6157612a61615930565b602002602001018181525050612aa0888481518110612a8257612a82615930565b602090810291909101810151604080519283019052835482526141cc565b858481518110612ab257612ab2615930565b60209081029190910101526001600160a01b038a1615612b4757612b098a8a8581518110612ae257612ae2615930565b6020026020010151878681518110612afc57612afc615930565b60200260200101516141e0565b612b478a8c8b8681518110612b2057612b20615930565b6020026020010151878781518110612b3a57612b3a615930565b60200260200101516137dc565b5f826001600160a01b031663724af4238d8c8781518110612b6a57612b6a615930565b60200260200101518c8881518110612b8457612b84615930565b60200260200101516040518463ffffffff1660e01b8152600401612baa93929190615c66565b6020604051808303815f875af1158015612bc6573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bea9190615b48565b9050805f03612c67575f82557f8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f8c8b8681518110612c2a57612c2a615930565b6020026020010151612c4f856040518060200160405290815f82015481525050613de7565b604051612c5e93929190615c66565b60405180910390a15b50505080600101905061297e565b506001600160a01b0388165f908152609f60205260408120805491829190612c9c83615c8a565b91905055505f6040518060e001604052808b6001600160a01b031681526020018a6001600160a01b031681526020018b6001600160a01b031681526020018381526020014363ffffffff1681526020018981526020018581525090505f612d02826111ea565b5f818152609e602090815260408083208054600160ff19909116811790915560a4835292819020865181546001600160a01b03199081166001600160a01b039283161783558885015195830180548216968316969096179095559187015160028201805490951692169190911790925560608501516003830155608085015160048301805463ffffffff191663ffffffff90921691909117905560a085015180519394508593612db89260058501920190614c59565b5060c08201518051612dd4916006840191602090910190614cbc565b5050506001600160a01b038b165f90815260a360205260409020612df8908261424a565b507f26b2aae26516e8719ef50ea2f6831a2efbd4e37dccdf0f6936b27bc08e793e30818386604051612e2c93929190615ca2565b60405180910390a19a9950505050505050505050565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b5f611a5d82612e97612e9087613de7565b8690614255565b90614255565b6001600160a01b038281165f8181526099602090815260409182902060010180546001600160a01b0319169486169485179055905192835290917f773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6910161269f565b6066545f90600190811603612f275760405163840a48d560e01b815260040160405180910390fd5b5f5f612f3285611683565b915091505f612f425f8685612755565b6001600160a01b038781165f818152609a602052604080822080546001600160a01b031916948b16948517905551939450919290917fc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d874330491a35f5b8351811015611cb25773beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06001600160a01b0316848281518110612fd557612fd5615930565b60200260200101516001600160a01b0316036131455760405163a3d75e0960e01b81526001600160a01b0388811660048301525f917f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8539091169063a3d75e0990602401602060405180830381865afa158015613053573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061307791906159f0565b90505f60a25f8a6001600160a01b03166001600160a01b031681526020019081526020015f205f8785815181106130b0576130b0615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f206040518060200160405290815f82015481525050905061312485848151811061310257613102615930565b6020026020010151836001600160401b0316836138dc9092919063ffffffff16565b85848151811061313657613136615930565b60200260200101818152505050505b61319e868886848151811061315c5761315c615930565b60200260200101515f87868151811061317757613177615930565b602002602001015187878151811061319157613191615930565b6020026020010151613288565b600101612f9c565b5f73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeabf196001600160a01b038416016132785760405163a3d75e0960e01b81526001600160a01b0385811660048301525f917f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8539091169063a3d75e0990602401602060405180830381865afa158015613234573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061325891906159f0565b90506132706001600160401b038481169083166138c8565b915050610dd0565b506001600160401b031692915050565b805f036132a857604051630a33bc6960e21b815260040160405180910390fd5b81156133c5576001600160a01b038086165f90815260a2602090815260408083209388168352929052206132de81858585614269565b6040805160208101909152815481527f8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f908790879061331c90613de7565b60405161332b93929190615c66565b60405180910390a161333c8661107e565b15611cb2576001600160a01b038088165f90815260986020908152604080832093891683529290529081208054859290613377908490615a1f565b92505081905550866001600160a01b03167f1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c8787866040516133bb93929190615c66565b60405180910390a2505b505050505050565b604051631beb2b9760e31b81526001600160a01b0382811660048301523360248301523060448301525f80356001600160e01b0319166064840152917f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7889091169063df595cb8906084016020604051808303815f875af1158015613453573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119b591906159a7565b60605f613483836142e4565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6134bc614c00565b5f82815260a46020908152604091829020825160e08101845281546001600160a01b0390811682526001830154811682850152600283015416818501526003820154606082810191909152600483015463ffffffff1660808301526005830180548651818702810187019097528087529195929460a0860193929083018282801561356e57602002820191905f5260205f20905b81546001600160a01b03168152600190910190602001808311613550575b50505050508152602001600682018054806020026020016040519081016040528092919081815260200182805480156135c457602002820191905f5260205f20905b8154815260200190600101908083116135b0575b50505050508152505091508160a00151516001600160401b038111156135ec576135ec614e62565b604051908082528060200260200182016040528015613615578160200160208202803683370190505b5090505f7f000000000000000000000000000000000000000000000000000000000000038483608001516136499190615ccc565b90505f4363ffffffff168263ffffffff161061367a57613675845f015185602001518660a00151612755565b613691565b613691845f015185602001518660a001518561430b565b90505f5b8460a0015151811015611358576136e28560c0015182815181106136bb576136bb615930565b60200260200101518383815181106136d5576136d5615930565b6020026020010151614439565b8482815181106136f4576136f4615930565b6020908102919091010152600101613695565b5f6137158483856001614444565b611a5d9085615ce8565b6001600160a01b038085165f90815260a560209081526040808320938716835292905290812081906137509061449f565b90505f6137b660016137827f000000000000000000000000000000000000000000000000000000000000038443615cfb565b61378c9190615cfb565b6001600160a01b03808a165f90815260a560209081526040808320938c16835292905220906144b9565b90505f6137c38284615ce8565b90506137d08187876144d5565b98975050505050505050565b6001600160a01b038085165f90815260986020908152604080832093861683529290529081208054839290613812908490615ce8565b92505081905550836001600160a01b03167f6909600037b75d7b4733aedd815442b5ec018a827751c832aaff64eba5d6d2dd848484604051611afe93929190615c66565b5f6001600160a01b03821673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0146138a1577f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757076119b5565b7f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c85392915050565b5f610dd08383670de0b6b3a76400006144f3565b5f611a5d826138f46138ed87613de7565b86906138c8565b906138c8565b6033546001600160a01b031633146111e85760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161214e565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b60a08401515182146139ca576040516343714afd60e01b815260040160405180910390fd5b83604001516001600160a01b0316336001600160a01b031614613a00576040516316110d3560e21b815260040160405180910390fd5b5f613a0a856111ea565b5f818152609e602052604090205490915060ff16613a3b576040516387c9d21960e01b815260040160405180910390fd5b60605f7f00000000000000000000000000000000000000000000000000000000000003848760800151613a6e9190615ccc565b90508063ffffffff164363ffffffff1611613a9c576040516378f67ae160e11b815260040160405180910390fd5b613ab3875f015188602001518960a001518461430b565b87516001600160a01b03165f90815260a360205260409020909250613ad99150836145d8565b505f82815260a46020526040812080546001600160a01b031990811682556001820180548216905560028201805490911690556003810182905560048101805463ffffffff1916905590613b306005830182614cf5565b613b3d600683015f614cf5565b50505f828152609e602052604090819020805460ff19169055517f1f40400889274ed07b24845e5054a87a0cab969eb1277aafe61ae352e7c32a0090613b869084815260200190565b60405180910390a185516001600160a01b039081165f908152609a6020526040812054885160a08a01519190931692613bc0918490612755565b90505f5b8860a0015151811015613ddc575f613beb8a60a001518381518110611f0357611f03615930565b90505f613c218b60c001518481518110613c0757613c07615930565b60200260200101518785815181106136d5576136d5615930565b9050805f03613c31575050613dd4565b8715613cff57816001600160a01b0316632eae418c8c5f01518d60a001518681518110613c6057613c60615930565b60200260200101518d8d88818110613c7a57613c7a615930565b9050602002016020810190613c8f9190615191565b60405160e085901b6001600160e01b03191681526001600160a01b03938416600482015291831660248301529091166044820152606481018490526084015f604051808303815f87803b158015613ce4575f5ffd5b505af1158015613cf6573d5f5f3e3d5ffd5b50505050613dd1565b5f5f836001600160a01b03166350ff72258e5f01518f60a001518881518110613d2a57613d2a615930565b6020026020010151866040518463ffffffff1660e01b8152600401613d5193929190615c66565b60408051808303815f875af1158015613d6c573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d909190615d17565b91509150613dce878e5f01518f60a001518881518110613db257613db2615930565b602002602001015185858b8b8151811061319157613191615930565b50505b50505b600101613bc4565b505050505050505050565b80515f9015613df75781516119b5565b670de0b6b3a764000092915050565b606654606090600190600290811603613e325760405163840a48d560e01b815260040160405180910390fd5b6001600160a01b038084165f818152609a602052604080822080546001600160a01b0319811690915590519316928392917ffee30966a256b71e14bc0ebfc94315e28ef4a97a7131a9e2b7a310a73af4467691a35f5f613e9186611683565b9150915081515f03613ea55750505061405f565b81516001600160401b03811115613ebe57613ebe614e62565b604051908082528060200260200182016040528015613ee7578160200160208202803683370190505b5094505f613ef6878585612755565b90505f5b8351811015614059576040805160018082528183019092525f916020808301908036833750506040805160018082528183019092529293505f9291506020808301908036833750506040805160018082528183019092529293505f92915060208083019080368337019050509050868481518110613f7a57613f7a615930565b6020026020010151835f81518110613f9457613f94615930565b60200260200101906001600160a01b031690816001600160a01b031681525050858481518110613fc657613fc6615930565b6020026020010151825f81518110613fe057613fe0615930565b602002602001018181525050848481518110613ffe57613ffe615930565b6020026020010151815f8151811061401857614018615930565b6020026020010181815250506140318b898585856128a7565b8a858151811061404357614043615930565b6020908102919091010152505050600101613efa565b50505050505b50919050565b6001600160a01b038084165f90815260996020526040902060010154168061408d5750610f25565b6001600160a01b0381165f908152609c6020908152604080832085845290915290205460ff16156140d157604051630d4c4c9160e21b815260040160405180910390fd5b6001600160a01b0381165f908152609c602090815260408083208584528252909120805460ff1916600117905583015161234b908290614118908890889084908890610889565b855160208701516145e3565b60605f6141507f76302e302e300000000000000000000000000000000000000000000000000006613477565b9050805f8151811061416457614164615930565b602001015160f81c60f81b8160018151811061418257614182615930565b016020908101516040516001600160f81b03199384169281019290925291909116602182015260220160405160208183030381529060405291505090565b60605f610dd083614635565b5f610dd06141d984613de7565b83906138c8565b6001600160a01b038084165f90815260a560209081526040808320938616835292905290812061420f9061449f565b9050610f254361421f8484615a1f565b6001600160a01b038088165f90815260a560209081526040808320938a16835292905220919061468e565b5f610dd08383614699565b5f610dd083670de0b6b3a7640000846144f3565b825f036142955760408051602081019091528454815261428e908290612e9790613de7565b8455610f25565b6040805160208101909152845481525f906142b19085846138dc565b90505f6142be8483615a1f565b90505f6142d984612e976142d2888a615a1f565b8590614255565b875550505050505050565b5f60ff8216601f8111156119b557604051632cd44ac360e21b815260040160405180910390fd5b60605f83516001600160401b0381111561432757614327614e62565b604051908082528060200260200182016040528015614350578160200160208202803683370190505b5090505f7f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b03166394d7d00c8787876040518463ffffffff1660e01b81526004016143a493929190615d39565b5f60405180830381865afa1580156143be573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526143e59190810190615bd7565b90505f5b855181101561442d576144088887838151811061285057612850615930565b83828151811061441a5761441a615930565b60209081029190910101526001016143e9565b50909695505050505050565b5f610dd083836138c8565b5f5f6144518686866144f3565b9050600183600281111561446757614467615d72565b14801561448357505f848061447e5761447e615d86565b868809115b1561449657614493600182615a1f565b90505b95945050505050565b5f6144aa82826146e5565b6001600160e01b031692915050565b5f6144c583838361472a565b6001600160e01b03169392505050565b5f611a5d6144e38385615d9a565b85906001600160401b03166138c8565b5f80805f19858709858702925082811083820303915050805f0361452a5783828161452057614520615d86565b0492505050610dd0565b8084116145715760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b604482015260640161214e565b5f8486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091025f889003889004909101858311909403939093029303949094049190911702949350505050565b5f610dd08383614773565b4281101561460457604051630819bdcd60e01b815260040160405180910390fd5b6146186001600160a01b0385168484614856565b610f2557604051638baa579f60e01b815260040160405180910390fd5b6060815f0180548060200260200160405190810160405280929190818152602001828054801561468257602002820191905f5260205f20905b81548152602001906001019080831161466e575b50505050509050919050565b6111068383836148aa565b5f8181526001830160205260408120546146de57508154600181810184555f8481526020808220909301849055845484825282860190935260409020919091556119b5565b505f6119b5565b81545f9080156147225761470b846146fe600184615ce8565b5f91825260209091200190565b5464010000000090046001600160e01b0316611a5d565b509092915050565b82545f908161473b868683856149b0565b9050801561476957614752866146fe600184615ce8565b5464010000000090046001600160e01b0316610907565b5091949350505050565b5f818152600183016020526040812054801561484d575f614795600183615ce8565b85549091505f906147a890600190615ce8565b9050818114614807575f865f0182815481106147c6576147c6615930565b905f5260205f200154905080875f0184815481106147e6576147e6615930565b5f918252602080832090910192909255918252600188019052604090208390555b855486908061481857614818615db9565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f9055600193505050506119b5565b5f9150506119b5565b5f5f5f6148638585614a03565b90925090505f81600481111561487b5761487b615d72565b1480156148995750856001600160a01b0316826001600160a01b0316145b806109075750610907868686614a42565b82548015614962575f6148c2856146fe600185615ce8565b60408051808201909152905463ffffffff8082168084526401000000009092046001600160e01b0316602084015291925090851610156149155760405163151b8e3f60e11b815260040160405180910390fd5b805163ffffffff8086169116036149605782614936866146fe600186615ce8565b80546001600160e01b03929092166401000000000263ffffffff9092169190911790555050505050565b505b506040805180820190915263ffffffff92831681526001600160e01b03918216602080830191825285546001810187555f968752952091519051909216640100000000029190921617910155565b5f5b81831015611bda575f6149c58484614b29565b5f8781526020902090915063ffffffff86169082015463ffffffff1611156149ef578092506149fd565b6149fa816001615a1f565b93505b506149b2565b5f5f8251604103614a37576020830151604084015160608501515f1a614a2b87828585614b43565b945094505050506120b1565b505f905060026120b1565b5f5f5f856001600160a01b0316631626ba7e60e01b8686604051602401614a6a929190615dcd565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b0319909416939093179092529051614aa89190615de5565b5f60405180830381855afa9150503d805f8114614ae0576040519150601f19603f3d011682016040523d82523d5f602084013e614ae5565b606091505b5091509150818015614af957506020815110155b801561090757508051630b135d3f60e11b90614b1e9083016020908101908401615b48565b149695505050505050565b5f614b376002848418615dfb565b610dd090848416615a1f565b5f807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0831115614b7857505f90506003614bf7565b604080515f8082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015614bc9573d5f5f3e3d5ffd5b5050604051601f1901519150506001600160a01b038116614bf1575f60019250925050614bf7565b91505f90505b94509492505050565b6040518060e001604052805f6001600160a01b031681526020015f6001600160a01b031681526020015f6001600160a01b031681526020015f81526020015f63ffffffff16815260200160608152602001606081525090565b828054828255905f5260205f20908101928215614cac579160200282015b82811115614cac57825182546001600160a01b0319166001600160a01b03909116178255602090920191600190910190614c77565b50614cb8929150614d0c565b5090565b828054828255905f5260205f20908101928215614cac579160200282015b82811115614cac578251825591602001919060010190614cda565b5080545f8255905f5260205f20908101906124d891905b5b80821115614cb8575f8155600101614d0d565b6001600160a01b03811681146124d8575f5ffd5b80356122f781614d20565b5f5f5f5f5f60a08688031215614d53575f5ffd5b8535614d5e81614d20565b94506020860135614d6e81614d20565b93506040860135614d7e81614d20565b94979396509394606081013594506080013592915050565b5f5f83601f840112614da6575f5ffd5b5081356001600160401b03811115614dbc575f5ffd5b6020830191508360208260051b85010111156120b1575f5ffd5b5f5f60208385031215614de7575f5ffd5b82356001600160401b03811115614dfc575f5ffd5b614e0885828601614d96565b90969095509350505050565b602080825282518282018190525f918401906040840190835b8181101561289c578351835260209384019390920191600101614e2d565b5f60208284031215614e5b575f5ffd5b5035919050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715614e9857614e98614e62565b60405290565b604080519081016001600160401b0381118282101715614e9857614e98614e62565b604051601f8201601f191681016001600160401b0381118282101715614ee857614ee8614e62565b604052919050565b5f6001600160401b03821115614f0857614f08614e62565b5060051b60200190565b5f82601f830112614f21575f5ffd5b8135614f34614f2f82614ef0565b614ec0565b8082825260208201915060208360051b860101925085831115614f55575f5ffd5b602085015b83811015614f7b578035614f6d81614d20565b835260209283019201614f5a565b5095945050505050565b5f82601f830112614f94575f5ffd5b8135614fa2614f2f82614ef0565b8082825260208201915060208360051b860101925085831115614fc3575f5ffd5b602085015b83811015614f7b578035835260209283019201614fc8565b5f5f5f60608486031215614ff2575f5ffd5b8335614ffd81614d20565b925060208401356001600160401b03811115615017575f5ffd5b61502386828701614f12565b92505060408401356001600160401b0381111561503e575f5ffd5b61504a86828701614f85565b9150509250925092565b5f8151808452602084019350602083015f5b82811015615084578151865260209586019590910190600101615066565b5093949350505050565b602081525f610dd06020830184615054565b803563ffffffff811681146122f7575f5ffd5b5f5f83601f8401126150c3575f5ffd5b5081356001600160401b038111156150d9575f5ffd5b6020830191508360208285010111156120b1575f5ffd5b5f5f5f5f60608587031215615103575f5ffd5b843561510e81614d20565b935061511c602086016150a0565b925060408501356001600160401b03811115615136575f5ffd5b615142878288016150b3565b95989497509550505050565b5f5f5f5f60808587031215615161575f5ffd5b843561516c81614d20565b9350602085013561517c81614d20565b93969395505050506040820135916060013590565b5f602082840312156151a1575f5ffd5b8135610dd081614d20565b5f5f604083850312156151bd575f5ffd5b82356151c881614d20565b915060208301356151d881614d20565b809150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f610dd060208301846151e3565b5f60e08284031215615233575f5ffd5b61523b614e76565b905061524682614d34565b815261525460208301614d34565b602082015261526560408301614d34565b604082015260608281013590820152615280608083016150a0565b608082015260a08201356001600160401b0381111561529d575f5ffd5b6152a984828501614f12565b60a08301525060c08201356001600160401b038111156152c7575f5ffd5b6152d384828501614f85565b60c08301525092915050565b5f602082840312156152ef575f5ffd5b81356001600160401b03811115615304575f5ffd5b611a5d84828501615223565b5f60208284031215615320575f5ffd5b813560ff81168114610dd0575f5ffd5b5f8151808452602084019350602083015f5b828110156150845781516001600160a01b0316865260209586019590910190600101615342565b80516001600160a01b03908116835260208083015182169084015260408083015190911690830152606080820151908301526080808201515f916153b49085018263ffffffff169052565b5060a082015160e060a08501526153ce60e0850182615330565b905060c083015184820360c08601526144968282615054565b604081525f6153f96040830185615369565b82810360208401526144968185615054565b5f82825180855260208501945060208160051b830101602085015f5b8381101561442d57601f19858403018852615443838351615054565b6020988901989093509190910190600101615427565b5f604082016040835280855180835260608501915060608160051b8601019250602087015f5b828110156154b057605f1987860301845261549b858351615369565b9450602093840193919091019060010161547f565b505050508281036020840152614496818561540b565b6001600160401b03811681146124d8575f5ffd5b5f5f5f5f608085870312156154ed575f5ffd5b84356154f881614d20565b9350602085013561550881614d20565b92506040850135615518816154c6565b91506060850135615528816154c6565b939692955090935050565b5f5f5f60608486031215615545575f5ffd5b833561555081614d20565b9250602084013591506040840135615567816154c6565b809150509250925092565b604081525f6153f96040830185615330565b5f5f5f60408486031215615596575f5ffd5b83356155a181614d20565b925060208401356001600160401b038111156155bb575f5ffd5b6155c7868287016150b3565b9497909650939450505050565b5f5f604083850312156155e5575f5ffd5b82356155f081614d20565b915060208301356001600160401b0381111561560a575f5ffd5b61561685828601614f12565b9150509250929050565b5f5f5f5f5f5f60608789031215615635575f5ffd5b86356001600160401b0381111561564a575f5ffd5b61565689828a01614d96565b90975095505060208701356001600160401b03811115615674575f5ffd5b61568089828a01614d96565b90955093505060408701356001600160401b0381111561569e575f5ffd5b6156aa89828a01614d96565b979a9699509497509295939492505050565b602081525f610dd06020830184615369565b5f5f5f606084860312156156e0575f5ffd5b83356156eb81614d20565b925060208401356001600160401b03811115615705575f5ffd5b840160408187031215615716575f5ffd5b61571e614e9e565b81356001600160401b03811115615733575f5ffd5b8201601f81018813615743575f5ffd5b80356001600160401b0381111561575c5761575c614e62565b61576f601f8201601f1916602001614ec0565b818152896020838501011115615783575f5ffd5b816020840160208301375f60209282018301528352928301359282019290925293969395505050506040919091013590565b5f5f604083850312156157c6575f5ffd5b82356157d181614d20565b946020939093013593505050565b604081525f6153f96040830185615054565b80151581146124d8575f5ffd5b5f5f5f5f60608587031215615811575f5ffd5b84356001600160401b03811115615826575f5ffd5b850160e08188031215615837575f5ffd5b935060208501356001600160401b03811115615851575f5ffd5b61585d87828801614d96565b9094509250506040850135615528816157f1565b5f5f60408385031215615882575f5ffd5b82356001600160401b03811115615897575f5ffd5b8301601f810185136158a7575f5ffd5b80356158b5614f2f82614ef0565b8082825260208201915060208360051b8501019250878311156158d6575f5ffd5b6020840193505b828410156159015783356158f081614d20565b8252602093840193909101906158dd565b945050505060208301356001600160401b0381111561560a575f5ffd5b602081525f610dd0602083018461540b565b634e487b7160e01b5f52603260045260245ffd5b5f8235605e19833603018112615958575f5ffd5b9190910192915050565b5f5f8335601e19843603018112615977575f5ffd5b8301803591506001600160401b03821115615990575f5ffd5b6020019150600581901b36038213156120b1575f5ffd5b5f602082840312156159b7575f5ffd5b8151610dd0816157f1565b60208152816020820152818360408301375f818301604090810191909152601f909201601f19160101919050565b5f60208284031215615a00575f5ffd5b8151610dd0816154c6565b634e487b7160e01b5f52601160045260245ffd5b808201808211156119b5576119b5615a0b565b5f82601f830112615a41575f5ffd5b8151615a4f614f2f82614ef0565b8082825260208201915060208360051b860101925085831115615a70575f5ffd5b602085015b83811015614f7b578051835260209283019201615a75565b5f5f60408385031215615a9e575f5ffd5b82516001600160401b03811115615ab3575f5ffd5b8301601f81018513615ac3575f5ffd5b8051615ad1614f2f82614ef0565b8082825260208201915060208360051b850101925087831115615af2575f5ffd5b6020840193505b82841015615b1d578351615b0c81614d20565b825260209384019390910190615af9565b8095505050505060208301516001600160401b03811115615b3c575f5ffd5b61561685828601615a32565b5f60208284031215615b58575f5ffd5b5051919050565b5f823560de19833603018112615958575f5ffd5b5f6119b53683615223565b5f60208284031215615b8e575f5ffd5b8135610dd0816157f1565b5f60208284031215615ba9575f5ffd5b8151610dd081614d20565b6001600160a01b03831681526040602082018190525f90611a5d90830184615330565b5f60208284031215615be7575f5ffd5b81516001600160401b03811115615bfc575f5ffd5b8201601f81018413615c0c575f5ffd5b8051615c1a614f2f82614ef0565b8082825260208201915060208360051b850101925086831115615c3b575f5ffd5b6020840193505b82841015610907578351615c55816154c6565b825260209384019390910190615c42565b6001600160a01b039384168152919092166020820152604081019190915260600190565b5f60018201615c9b57615c9b615a0b565b5060010190565b838152606060208201525f615cba6060830185615369565b82810360408401526109078185615054565b63ffffffff81811683821601908111156119b5576119b5615a0b565b818103818111156119b5576119b5615a0b565b63ffffffff82811682821603908111156119b5576119b5615a0b565b5f5f60408385031215615d28575f5ffd5b505080516020909101519092909150565b6001600160a01b03841681526060602082018190525f90615d5c90830185615330565b905063ffffffff83166040830152949350505050565b634e487b7160e01b5f52602160045260245ffd5b634e487b7160e01b5f52601260045260245ffd5b6001600160401b0382811682821603908111156119b5576119b5615a0b565b634e487b7160e01b5f52603160045260245ffd5b828152604060208201525f611a5d60408301846151e3565b5f82518060208501845e5f920191825250919050565b5f82615e1557634e487b7160e01b5f52601260045260245ffd5b50049056fea264697066735822122028823ec872a9df95048c08df1bd11d6833b239643a395c032aeedc56c3554f0e64736f6c634300081b0033","nonce":13,"gas_used":5308459},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x51002b","logs":[{"address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000"},"block_hash":"0x77325f74482a97227dc8bf14f94a503de571637a147a7cf906e83275e0c9b533","block_number":10},{"info":{"transaction_hash":"0xe56764e8c7b4844872ddc409d7d9301eafda5cb7c96e138f33aa660fcd702768","transaction_index":0,"from":"0x586af62eae7f447d14d25f53918814e04d3a5ba4","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x586af62eae7f447d14d25f53918814e04d3a5ba4","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383300000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba40000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba40000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba400000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000656"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba400000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba400000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba400000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000656"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383300000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000080000100000020000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x40e2ecf7158ad2f12263076c8a664247723a77193d0fe8795790b8dd391f4efd","block_number":421},{"info":{"transaction_hash":"0xe7e57d94d7b041ab14448b6a7aa4c7038f61100dc9740798df494b6b505be64d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xa0ec9ee47802ceb56eb58ce80f3e41630b771b04","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xa0ec9ee47802ceb56eb58ce80f3e41630b771b04","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":137,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xe5692f97d3d221541f5086d1ba204d569ad351d0988ac24dffe918dcae82ad5e","block_number":109},{"info":{"transaction_hash":"0xf843c281079ce1fe6eceb5f5cf2bd758e0079a972cd0de2f6d3a8e1ff99a7266","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8626f6940e2eb28930efb4cef49b2d1f2c9c1199","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8626f6940e2eb28930efb4cef49b2d1f2c9c1199","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":102,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xde429494e9db78058c526e8b5aa73593ff7531a1b370064cb294ff341442c747","block_number":74},{"info":{"transaction_hash":"0xb223218ec22acd61ea573c10926c378a19acfd78d47a1b07b3e20eadbce3dc1b","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000553bc17a05702530097c3677091c5bb47a3a79310000000000000000000000000000000000000000000000003d547b2078bf5a28","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931"],"data":"0x0000000000000000000000000000000000000000000000003d547b2078bf5a28"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":209,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931"],"data":"0x0000000000000000000000000000000000000000000000003d547b2078bf5a28"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000400002000000000000000000000000000000000000000000000000000000000000000000000000000000020000000"},"block_hash":"0xc970958a14ecc39660c9368d44f6d5004fe6cb75e07df2e197bd65f7991614a8","block_number":181},{"info":{"transaction_hash":"0x5a2b5d4cee961f211c1159e4800e79d56edb1cb75dbbba62ad6ff08b4db10066","transaction_index":0,"from":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f35","output":"0x","gas_used":112742,"gas_limit":171022,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f35","output":"0x","gas_used":105596,"gas_limit":161350,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f35"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148064,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":138769,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005ba"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":107587,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":98927,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93305,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":84865,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82521,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":80642,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132066},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x203e2","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005ba"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f35"}],"logsBloom":"0x00000014000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000901000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xd7b3a868d5da3327d2d0890c2d0325246cc94a4f50cfd93808097677480bf8f7","block_number":265},{"info":{"transaction_hash":"0xf82bf73dcd8cb344d706f0104b6ac82ee241354d0471e611f7baf5c09f2966bd","transaction_index":0,"from":"0x225356ff5d64889d7364be2c990f93a66298ee8d","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x225356ff5d64889d7364be2c990f93a66298ee8d","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393400000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000066c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000066c"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393400000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x02000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000040000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x7cc19503397bb824cc652ae6623408726bb5467e6803bf54bc141f65613eff71","block_number":443},{"info":{"transaction_hash":"0x285636e595e1cb8d93ba5e03b3739eb079a47878b29bf74f1ec68af9adacbaa9","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x225356ff5d64889d7364be2c990f93a66298ee8d","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x225356ff5d64889d7364be2c990f93a66298ee8d","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":177,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xe908121d547111ab72ef53a9be9441aa68edd8532989ed38f7a6e62c5bca1273","block_number":149},{"info":{"transaction_hash":"0x4a8505ca867a7c27082b302b6945e4ab35cd1179edc7130684606a64b9df20f9","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec0000000000000000000000000000000000000000000000003a20d7435e1e5233","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec"],"data":"0x0000000000000000000000000000000000000000000000003a20d7435e1e5233"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":196,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec"],"data":"0x0000000000000000000000000000000000000000000000003a20d7435e1e5233"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000200000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000200000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000001000000000000000000000000000000000000000000000000000000"},"block_hash":"0xe4265a89f54a7c2293303f21eb8239035abe209ade39ae1ec46a2968b880bb4f","block_number":168},{"info":{"transaction_hash":"0x413b75abb3219d0bb0846b4c759be3631b70beab4e6743e533a80632eac0b1b0","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04000000000000000000000000000000000000000000000000129529541e807c45","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04"],"data":"0x000000000000000000000000000000000000000000000000129529541e807c45"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":237,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04"],"data":"0x000000000000000000000000000000000000000000000000129529541e807c45"}],"logsBloom":"0x00000000000000000000000000010000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000010000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x9693f11e471ecb341889dd24f3a94a2d1a37df93c3bbd7694ca0d9ab811a995c","block_number":209},{"info":{"transaction_hash":"0xbdb40ca12f04b4031b6632f3afe5ed6d71a8384daabd40cd09ba9479ba657b90","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000bc8183bac3e969042736f7af07f76223d11d21480000000000000000000000000000000000000000000000007f47897fbdd0284b","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148"],"data":"0x0000000000000000000000000000000000000000000000007f47897fbdd0284b"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":265,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148"],"data":"0x0000000000000000000000000000000000000000000000007f47897fbdd0284b"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000400000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000040080000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x6fc320bb2215976bc5db25e487a530422008114d52544d2ca18fb353aa463277","block_number":237},{"info":{"transaction_hash":"0xc10dd5dfd4b453ac48549aa02e21433b2359957358a5ab52804b265c024459d5","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":161,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x34648b56bfac706b01afdc7eb1d68c3dc17a222e483b251918f49a0b60aa59eb","block_number":133},{"info":{"transaction_hash":"0x17820a95dad771622d751a5cc555053ae3d71091e4af5a8ba68f9723909963e9","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5fbdb2315678afecb367f032d93f642f64180aa3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x7f3c2c2800000000000000000000000000000000000000000000000000000000000000400000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe6000000000000000000000000000000000000000000000000000000000000001272657761726473436f6f7264696e61746f720000000000000000000000000000","output":"0x","gas_used":50652,"gas_limit":78371,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":74,"gas_used":72708},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x237e4","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x7fbdb7637523c5ad238fa6426a880de7e5ae15645aed2d730e14e076e94a78fc","block_number":46},{"info":{"transaction_hash":"0xe113bcac658af58e7d3412ed9ecfc49ce13c0422469120bd272289fad362a99c","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5fbdb2315678afecb367f032d93f642f64180aa3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x7f3c2c28000000000000000000000000000000000000000000000000000000000000004000000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49000000000000000000000000000000000000000000000000000000000000001a6d6f636b4176735265676973747279436f6f7264696e61746f72000000000000","output":"0x","gas_used":50652,"gas_limit":78408,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":70,"gas_used":72804},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x11c64","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x0e897385700632ba934c82b7ac630344756b01f7337f4c051eaf9a0409d54a6c","block_number":43},{"info":{"transaction_hash":"0x5753ea1d187d910cb15e0462ffdc8d70c165fe9441131661f919de6070d5000b","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7ebb637fd68c523613be51aad27c35c4db199b9c","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7ebb637fd68c523613be51aad27c35c4db199b9c","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":129,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xc3271b9403a39a33636dc7c280a2068630932e696195e1203bdd53527d9cdc40","block_number":101},{"info":{"transaction_hash":"0x3791c8ed96bb57576a4b063ac3bcba6c2c67a74cc6e249a40dfbc972c0aa8628","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x610178da211fef7d417bc0e6fed39f05609ad788","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x610178da211fef7d417bc0e6fed39f05609ad788","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052604051610d76380380610d76833981016040819052610022916103c3565b828161002f82825f610043565b5061003b90508261006e565b5050506104df565b61004c836100db565b5f825111806100585750805b1561006957610067838361011a565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6100ad5f516020610d2f5f395f51905f52546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16100d881610146565b50565b6100e4816101e1565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b606061013f8383604051806060016040528060278152602001610d4f60279139610275565b9392505050565b6001600160a01b0381166101b05760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b805f516020610d2f5f395f51905f525b80546001600160a01b0319166001600160a01b039290921691909117905550565b6001600160a01b0381163b61024e5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016101a7565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6101c0565b60605f5f856001600160a01b0316856040516102919190610494565b5f60405180830381855af49150503d805f81146102c9576040519150601f19603f3d011682016040523d82523d5f602084013e6102ce565b606091505b5090925090506102e0868383876102ea565b9695505050505050565b606083156103585782515f03610351576001600160a01b0385163b6103515760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016101a7565b5081610362565b610362838361036a565b949350505050565b81511561037a5781518083602001fd5b8060405162461bcd60e51b81526004016101a791906104aa565b80516001600160a01b03811681146103aa575f5ffd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156103d5575f5ffd5b6103de84610394565b92506103ec60208501610394565b60408501519092506001600160401b03811115610407575f5ffd5b8401601f81018613610417575f5ffd5b80516001600160401b03811115610430576104306103af565b604051601f8201601f19908116603f011681016001600160401b038111828210171561045e5761045e6103af565b604052818152828201602001881015610475575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b610843806104ec5f395ff3fe60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","output":"0x60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033","gas_used":474055,"gas_limit":648947,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033","nonce":10,"gas_used":582975},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x8e53f","logs":[{"address":"0x610178da211fef7d417bc0e6fed39f05609ad788","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},{"address":"0x610178da211fef7d417bc0e6fed39f05609ad788","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000480000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000020000000000000000000000000000000000000000000000800000000040000000000000000000000000000000000000000000000000000000000000000000000000800000000000001000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000400000000000000000000000000000000000000008000000000000000000000000000000000000000000000"},"block_hash":"0x2d40dae6f140de742ed1f78466d295084765122f135e5a0707d42b103856c90b","block_number":7},{"info":{"transaction_hash":"0x70392c377ff9a94ea9e0b2e43b90516481b90bdeedd0423d60ddcd2808b37d3b","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d3250000000000000000000000000000000000000000000000000f4679cadc66390d","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325"],"data":"0x0000000000000000000000000000000000000000000000000f4679cadc66390d"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":218,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325"],"data":"0x0000000000000000000000000000000000000000000000000f4679cadc66390d"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000200000000000000000000000000000000400000000000004000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xdb356b1bcbd2da709f803819daa8092fe61ec689b38a63c2cdfbcf9d4ab84226","block_number":190},{"info":{"transaction_hash":"0x02b128521d1c04223effc29d35acfbac9d9f073ccf087026e17ea5709990c5fa","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x08135da0a343e492fa2d4282f2ae34c6c5cc1bbe","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x08135da0a343e492fa2d4282f2ae34c6c5cc1bbe","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":105,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x2ff828faba81034c5c7792264cf06a42cdee302e1164ea675efc0e5663ef958e","block_number":77},{"info":{"transaction_hash":"0x449fb8e3082e122df76014e44685b051d2ae2fb16a46acc162c10eb9972b58a5","transaction_index":0,"from":"0x11e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x11e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004c612aa7299fd57f","output":"0x0000000000000000000000000000000000000000000000004c612aa7299fd57f","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004c612aa7299fd57f","output":"0x0000000000000000000000000000000000000000000000004c612aa7299fd57f","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004c612aa7299fd57f"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004c612aa7299fd57f","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000004c612aa7299fd57f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004c612aa7299fd57f","output":"0x0000000000000000000000000000000000000000000000004c612aa7299fd57f","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004c612aa7299fd57f","output":"0x0000000000000000000000000000000000000000000000004c612aa7299fd57f","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000b023503c8308687ce","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000b023503c8308687ce","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf200000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004c612aa7299fd57f","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf200000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004c612aa7299fd57f","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c"],"data":"0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004c612aa7299fd57f"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec800000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec800000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000004c612aa7299fd57f","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000004c612aa7299fd57f"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004c612aa7299fd57f"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c"],"data":"0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004c612aa7299fd57f"}],"logsBloom":"0x00000000000000000000000000004000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000002240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000201000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x9fd7185b674b7259996f5cad882a805577fd8662cd602053066275223be04954","block_number":332},{"info":{"transaction_hash":"0x9d6ceabb0da073415dd9b6bb1ca746ee606b0c8368c3fa57afb161a04db0ba25","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":152,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x26bcfbb88a041da22d29e0103d6723099f5efcfc938c6af837de6667743215f6","block_number":124},{"info":{"transaction_hash":"0x6e43949644fa0c682de170bfdb728e4a9718cabfaf4c91c4424d38aa805f426e","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce660000000000000000000000000000000000000000000000004a7072fce970f68e","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66"],"data":"0x0000000000000000000000000000000000000000000000004a7072fce970f68e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":267,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66"],"data":"0x0000000000000000000000000000000000000000000000004a7072fce970f68e"}],"logsBloom":"0x00000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000001000000000000000000000000000000400000000000000000000000000000000000000000000000200000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x053b85bc4994d68de9cbe5155d92a9eba4b2e5c107de04dfbadc61860570f6b4","block_number":239},{"info":{"transaction_hash":"0xb10696933c1559e9a14e5971f1fcdc03b094f97b5b792572491ce704bc5d094f","transaction_index":0,"from":"0xc004e69c5c04a223463ff32042dd36dabf63a25a","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xc004e69c5c04a223463ff32042dd36dabf63a25a","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000022997aec86aa0174","output":"0x00000000000000000000000000000000000000000000000022997aec86aa0174","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000022997aec86aa0174","output":"0x00000000000000000000000000000000000000000000000022997aec86aa0174","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000022997aec86aa0174"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000022997aec86aa0174","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000022997aec86aa0174"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000022997aec86aa0174","output":"0x00000000000000000000000000000000000000000000000022997aec86aa0174","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000022997aec86aa0174","output":"0x00000000000000000000000000000000000000000000000022997aec86aa0174","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000cfa35d64d7a471e3f","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000cfa35d64d7a471e3f","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000022997aec86aa0174","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000022997aec86aa0174","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a"],"data":"0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000022997aec86aa0174"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000022997aec86aa0174","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000022997aec86aa0174"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000022997aec86aa0174"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a"],"data":"0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000022997aec86aa0174"}],"logsBloom":"0x00080000000000000000000000000000000000000000000000000000000000000000000004010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000080000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x111e8421638aea554f58125d9de0267d5aba45a5076f3f82cd4fe89f3efa6548","block_number":344},{"info":{"transaction_hash":"0x05dd02a43ccdb05a617c5c8036f3d550f2547728935c3fb6e6ed3799f4e3a2a2","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe8b1ff302a740fd2c6e76b620d45508daec2ddff","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe8b1ff302a740fd2c6e76b620d45508daec2ddff","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":138,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x865d42257416f5dbc321f8fcf6ed75e2004468e0d0a06ee95d654e264ab57ce6","block_number":110},{"info":{"transaction_hash":"0x4b78a7b779b8d7b6257b2eab4ff45e05effad532eb7957d28fb675c89005fdd9","transaction_index":0,"from":"0x02484cb50aac86eae85610d6f4bf026f30f6627d","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x02484cb50aac86eae85610d6f4bf026f30f6627d","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323100000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e600000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e600000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005da"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a1700000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a1700000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb8700000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb8700000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005da"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323100000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800002000000000240000000000000002000000100000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xb045e4072345e895cb6e6cf65acf1b0e4bdbabc43575b88bdd1d8b9af3751286","block_number":297},{"info":{"transaction_hash":"0xfcacbfa2b71712d53f584acc83146ae996baa52378a008f599b5b302b2cd95d7","transaction_index":0,"from":"0xd9065f27e9b706e5f7628e067cc00b288dddbf19","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xd9065f27e9b706e5f7628e067cc00b288dddbf19","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000580fd18d39e768d0","output":"0x000000000000000000000000000000000000000000000000580fd18d39e768d0","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000580fd18d39e768d0","output":"0x000000000000000000000000000000000000000000000000580fd18d39e768d0","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000580fd18d39e768d0"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000580fd18d39e768d0","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000580fd18d39e768d0"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000580fd18d39e768d0","output":"0x000000000000000000000000000000000000000000000000580fd18d39e768d0","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000580fd18d39e768d0","output":"0x000000000000000000000000000000000000000000000000580fd18d39e768d0","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000145cb3f1c8b5f20c7c","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000145cb3f1c8b5f20c7c","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000580fd18d39e768d0","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000580fd18d39e768d0","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19"],"data":"0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000580fd18d39e768d0"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000580fd18d39e768d0","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000580fd18d39e768d0"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000580fd18d39e768d0"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19"],"data":"0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000580fd18d39e768d0"}],"logsBloom":"0x00000000000000000000000000000000000000000200000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000001008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000008200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xc85b1cd01b3eec2e7cc796a6f20051ca6a248a7fc944a38b4b2e5a7639b19c8d","block_number":404},{"info":{"transaction_hash":"0x58500cfea071eb7ff497047629189757f297c84946a7702d4decc13432baacf7","transaction_index":0,"from":"0xdf3e18d64bc6a983f673ab319ccae4f1a57c7097","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xdf3e18d64bc6a983f673ab319ccae4f1a57c7097","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000297d9557a14b736a","output":"0x000000000000000000000000000000000000000000000000297d9557a14b736a","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000297d9557a14b736a","output":"0x000000000000000000000000000000000000000000000000297d9557a14b736a","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000297d9557a14b736a"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000297d9557a14b736a","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000297d9557a14b736a"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000297d9557a14b736a","output":"0x000000000000000000000000000000000000000000000000297d9557a14b736a","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000297d9557a14b736a","output":"0x000000000000000000000000000000000000000000000000297d9557a14b736a","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000004095983c40a555f43","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000004095983c40a555f43","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000297d9557a14b736a","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000297d9557a14b736a","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097"],"data":"0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000297d9557a14b736a"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000297d9557a14b736a","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000297d9557a14b736a"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000297d9557a14b736a"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097"],"data":"0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000297d9557a14b736a"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000004010000002000000000000000000000000001000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000080"},"block_hash":"0x69a164fddb2752883eb51905145c6a48ce3c585d92b71ddad5d9d0224f99d145","block_number":284},{"info":{"transaction_hash":"0x093d5c6fb331932c9b6961bc7e96d57640beca6af24f50e8cdedfe0ace8aace9","transaction_index":0,"from":"0xab707cb80e7de7c75d815b1a653433f3eec44c74","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xab707cb80e7de7c75d815b1a653433f3eec44c74","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353600000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c740000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c740000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c7400000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000620"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c7400000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c7400000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c7400000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000620"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353600000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000008000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020400200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x38ea5d2f771ccd21efa3ee35dd9d52bc6f8d8ab30526031f5d78612929ab2d97","block_number":367},{"info":{"transaction_hash":"0x445d9bae04edfc00d510214059a16cb89b3647b56b54cdc1fde508dd81d2da7e","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x586ba39027a74e8d40e6626f89ae97ba7f616644","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x586ba39027a74e8d40e6626f89ae97ba7f616644","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":163,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x5af5dd83ca4c4941d8f100f34620d12fa64b3ec65f276a7e302fc678ef01b1ec","block_number":135},{"info":{"transaction_hash":"0x573ca310cbc0640bfd86ae802d01361e399d7d998fd4bf1262fc2a9740f3ce11","transaction_index":0,"from":"0x9e126c57330fa71556628e0aabd6b6b6783d99fa","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9e126c57330fa71556628e0aabd6b6b6783d99fa","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000080267dc069a25faf","output":"0x00000000000000000000000000000000000000000000000080267dc069a25faf","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000080267dc069a25faf","output":"0x00000000000000000000000000000000000000000000000080267dc069a25faf","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000080267dc069a25faf"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000080267dc069a25faf","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000080267dc069a25faf"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000080267dc069a25faf","output":"0x00000000000000000000000000000000000000000000000080267dc069a25faf","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000080267dc069a25faf","output":"0x00000000000000000000000000000000000000000000000080267dc069a25faf","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000015caa2d9a87895afe0","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000015caa2d9a87895afe0","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080267dc069a25faf","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080267dc069a25faf","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa"],"data":"0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000080267dc069a25faf"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000080267dc069a25faf","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000080267dc069a25faf"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000080267dc069a25faf"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa"],"data":"0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000080267dc069a25faf"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000100000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000240000001000000002000001000041000000020002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x051b29e8af3ad0f5eb95b6edac1d64251557a7fdb2ad321c904a0a0900fbca78","block_number":414},{"info":{"transaction_hash":"0x77a22cc49dc054de4e6f0683cdf99759a548eaaf51a82c7ad68bd85fc6eb7500","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe0000000000000000000000000000000000000000000000006ceb59830bfc8ad2","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe"],"data":"0x0000000000000000000000000000000000000000000000006ceb59830bfc8ad2"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":205,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe"],"data":"0x0000000000000000000000000000000000000000000000006ceb59830bfc8ad2"}],"logsBloom":"0x00000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000040000000002000000000000004000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xbd3a816467b88db420ceb2e470f5c0ca5cd0a1eae7ab6bd087ffc8a01ef70cb9","block_number":177},{"info":{"transaction_hash":"0x40e46ab83cea4d54d5a8b1f8991c117b389b55aedfe67d81d851721828b40e0b","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x61097ba76cd906d2ba4fd106e757f7eb455fc295","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x61097ba76cd906d2ba4fd106e757f7eb455fc295","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":107,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x29077fbe34a892176f514dff095292c20ac8ca7b2ca826a8a835853c3643ee52","block_number":79},{"info":{"transaction_hash":"0x586e7a82cc9a04f017f96d37fc6f01ed60b39f7dc54faeccfbd28dfbf6f62572","transaction_index":0,"from":"0x15d34aaf54267db7d7c367839aaf71a00a2c6a65","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x15d34aaf54267db7d7c367839aaf71a00a2c6a65","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f34","output":"0x","gas_used":112742,"gas_limit":171022,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f34","output":"0x","gas_used":105596,"gas_limit":161350,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f34"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e600000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a650000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148064,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e600000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a650000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":138769,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005b8"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":107587,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":98927,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a1700000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93305,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a1700000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":84865,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb8700000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a6500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82521,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb8700000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a6500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":80642,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132066},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x203e2","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005b8"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f34"}],"logsBloom":"0x00000010040000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000100000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000004000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xc1a50c177eef04246d1fbae15f2efbc4edb28607e44ec6688ad42bf6ea272f61","block_number":263},{"info":{"transaction_hash":"0x234fbf56daca7c0a0529d168f01c47fd114a3001b7828d838628daab2bb50707","transaction_index":0,"from":"0xdd2fd4581271e230360230f9337d5c0430bf44c0","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xdd2fd4581271e230360230f9337d5c0430bf44c0","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313800000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c00000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c00000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005d4"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005d4"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313800000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000100000000000000000020000040002000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000001000000000002000001000000000100000000000000"},"block_hash":"0xf500f50ba0c1c2131ed1f772fe2aece80ef4120919e938e45334e40891c22591","block_number":291},{"info":{"transaction_hash":"0x8dceb77d7f047adeb7f62bac95e2b8e593acf3cdd3a8b738f7509b56072c4296","transaction_index":0,"from":"0xbda5747bfd65f08deb54cb465eb87d40e51b197e","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xbda5747bfd65f08deb54cb465eb87d40e51b197e","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313700000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005d2"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005d2"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313700000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000104000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000040000000"},"block_hash":"0x720824eed2663e044b7be4cbd08df5f6d34b8ee47b4c1a25d1883c35356b0f63","block_number":289},{"info":{"transaction_hash":"0xe47c95e0f831b30fc2d6566d30db726f5b341ffe29854c0f46474509bdffc3b0","transaction_index":0,"from":"0x08a2de6f3528319123b25935c92888b16db8913e","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x08a2de6f3528319123b25935c92888b16db8913e","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343100000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e600000000000000000000000008a2de6f3528319123b25935c92888b16db8913e0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e600000000000000000000000008a2de6f3528319123b25935c92888b16db8913e0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000602"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a1700000000000000000000000008a2de6f3528319123b25935c92888b16db8913e000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a1700000000000000000000000008a2de6f3528319123b25935c92888b16db8913e000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb8700000000000000000000000008a2de6f3528319123b25935c92888b16db8913e00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb8700000000000000000000000008a2de6f3528319123b25935c92888b16db8913e00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000602"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343100000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000800008000000000000000000400000000000000000000000000101000000000000000040000050080000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x69051b63c7cb7a5433e37c2f678111fb019fc2a6495e5201185bc94c03151bb2","block_number":337},{"info":{"transaction_hash":"0x3721dba2f3519d67887b2cb7da0edf5852aaadc3527c93f1f1dc525d363c8a1a","transaction_index":0,"from":"0x7ebb637fd68c523613be51aad27c35c4db199b9c","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x7ebb637fd68c523613be51aad27c35c4db199b9c","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002f03491c799698ec","output":"0x0000000000000000000000000000000000000000000000002f03491c799698ec","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002f03491c799698ec","output":"0x0000000000000000000000000000000000000000000000002f03491c799698ec","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002f03491c799698ec"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002f03491c799698ec","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000002f03491c799698ec"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002f03491c799698ec","output":"0x0000000000000000000000000000000000000000000000002f03491c799698ec","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002f03491c799698ec","output":"0x0000000000000000000000000000000000000000000000002f03491c799698ec","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000d4c068f0271ecd702","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000d4c068f0271ecd702","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002f03491c799698ec","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002f03491c799698ec","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c"],"data":"0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002f03491c799698ec"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000002f03491c799698ec","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000002f03491c799698ec"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002f03491c799698ec"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c"],"data":"0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002f03491c799698ec"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000008000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000020000000000000000000000200000001000000006000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xc4c90740d1da82708213e3e448eb10ce973fa3c8e93c59faef47ecd37620ba8d","block_number":348},{"info":{"transaction_hash":"0xa7092f413552597a15053bceff2074dc48b9b3bb949bc03a3d2ed6e885b155fc","transaction_index":0,"from":"0x5e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x5e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323300000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f10000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f10000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005de"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f100000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f100000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005de"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323300000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000020000240000000000000002000000000000000000000008000000000000000000000008000008000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xbfd34f22ba90b5bbdd7339b789f85d64d45532ae9e4b61867a1ce8937bd3345b","block_number":301},{"info":{"transaction_hash":"0xd9c9f8b10834c05afd74a14974bd161bce40f1d29409db2f8503147cc41289da","transaction_index":0,"from":"0xee7f6a930b29d7350498af97f0f9672eaecbeeff","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xee7f6a930b29d7350498af97f0f9672eaecbeeff","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000024109a665095c888","output":"0x00000000000000000000000000000000000000000000000024109a665095c888","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000024109a665095c888","output":"0x00000000000000000000000000000000000000000000000024109a665095c888","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000024109a665095c888"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000024109a665095c888","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000024109a665095c888"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000024109a665095c888","output":"0x00000000000000000000000000000000000000000000000024109a665095c888","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000024109a665095c888","output":"0x00000000000000000000000000000000000000000000000024109a665095c888","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000e74c0cd9de9f7779d","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000e74c0cd9de9f7779d","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024109a665095c888","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024109a665095c888","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff"],"data":"0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000024109a665095c888"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000024109a665095c888","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000024109a665095c888"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000024109a665095c888"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff"],"data":"0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000024109a665095c888"}],"logsBloom":"0x00000000000000000000000000000000000000200000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000004000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000400500000000000000"},"block_hash":"0xf8604f041c6fbe8f10ecabd818c0036fadbebc82e9bff68b2458f4ecd7f1f047","block_number":356},{"info":{"transaction_hash":"0x13b2474b39ad143625930c13417573393cd180ad8ab75da572d9a4d2a5306812","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x610178da211fef7d417bc0e6fed39f05609ad788","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x610178da211fef7d417bc0e6fed39f05609ad788","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x628806ef000000000000000000000000851356ae760d987e095750cceb3bc6014560891c","output":"0x","gas_used":91528,"gas_limit":114704,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x610178da211fef7d417bc0e6fed39f05609ad788","address":"0x3aa5ebb10dc797cac828524e59a333d0a371443c","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x628806ef000000000000000000000000851356ae760d987e095750cceb3bc6014560891c","output":"0x","gas_used":84403,"gas_limit":105933,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbf265e8326285a2747e33e54d5945f7111f2b5edb826eb8c08d4677779b3ff97","0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x","nonce":62,"gas_used":98560},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x18100","logs":[{"address":"0x610178da211fef7d417bc0e6fed39f05609ad788","topics":["0xbf265e8326285a2747e33e54d5945f7111f2b5edb826eb8c08d4677779b3ff97","0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"}],"logsBloom":"0x00000000000000000000000000000000000000000000040000000000000000000000000000000400000000000000000000020000000100000000000000000000000000000000000000000000000000000000000000000000000000020000000800000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x8adfc4ec44ddc24717fdeffc5df7d11a01d03c45cd3692dd91ecd3c3dbb34403","block_number":37},{"info":{"transaction_hash":"0x9c7cefad21051d9a316fa21116302194e5e6beb46f07cfce97677f23e5942f67","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c11990000000000000000000000000000000000000000000000007bebfb23c69b5006","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199"],"data":"0x0000000000000000000000000000000000000000000000007bebfb23c69b5006"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":202,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199"],"data":"0x0000000000000000000000000000000000000000000000007bebfb23c69b5006"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000008000000000002000000000000000000000000000000000400000000000000000000000000000000000000002000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x390bf60f5e007d65eecb7f157347b782249de6b9f7fda8973c4d54280fe068fa","block_number":174},{"info":{"transaction_hash":"0xc139308953053eeb881aab69cf16a35d6480a11a8943039c95d90d71a35b25d5","transaction_index":0,"from":"0x09db0a93b389bef724429898f539aeb7ac2dd55f","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x09db0a93b389bef724429898f539aeb7ac2dd55f","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e600000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e600000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005d8"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a1700000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a1700000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb8700000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb8700000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005d8"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323000000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000020000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000020000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x6740b5de11ca0baf41b782a2e847e13702d77985aedb98182e708e0e530a1f05","block_number":295},{"info":{"transaction_hash":"0xaed706ec48018f05ab4f4bb618c7127f6f156afb2015f5877e78d0ff2c60c046","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x9eaf5590f2c84912a08de97fa28d0529361deb9e","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x9eaf5590f2c84912a08de97fa28d0529361deb9e","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":120,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xf3e1f87afa4f4847f918f3703d69a53e441101aa2380e7728a0c1b636771bb67","block_number":92},{"info":{"transaction_hash":"0xd38b437656daf2f9ca6c3343a3b0b5d73e344b150f615fb5b7c4611f26b1d453","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x0e801d84fa97b50751dbf25036d067dcf18858bf","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x0e801d84fa97b50751dbf25036d067dcf18858bf","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052610bb780380380610014816102c7565b92833981016060828203126102c35761002c82610300565b61003860208401610300565b604084015190936001600160401b0382116102c357019082601f830112156102c357815161006d61006882610314565b6102c7565b928184526020840194602083830101116102c357815f926020809301875e84010152803b15610268577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610261575b6101dd575b50505f516020610b975f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a18115610189576001600160a01b031916175f516020610b975f395f51905f52556040516107b390816103e48239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b5f80610250946101ed60606102c7565b94602786527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020870152660819985a5b195960ca1b60408701525190845af43d15610259573d9161024161006884610314565b9283523d5f602085013e61032f565b505f8080610107565b60609161032f565b505f610102565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b038111838210176102ec57604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b03821682036102c357565b6001600160401b0381116102ec57601f01601f191660200190565b919290156103915750815115610343575090565b3b1561034c5790565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b8251909150156103a45750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610300000000000000000000000095401dc811bb5740090279ba06cfa8fcf6113778000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","output":"0x60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033","gas_used":444889,"gas_limit":608895,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000095401dc811bb5740090279ba06cfa8fcf6113778"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033","nonce":43,"gas_used":546689},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x10af02","logs":[{"address":"0x0e801d84fa97b50751dbf25036d067dcf18858bf","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000095401dc811bb5740090279ba06cfa8fcf6113778"],"data":"0x"},{"address":"0x0e801d84fa97b50751dbf25036d067dcf18858bf","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000400000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000200000000000000000000000000000000000000000000000000000000021000000000000100040000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x2b7d295e916d9909d9a77b3f7a9f1d542ca702969d669c81e45afeb6aa21850e","block_number":28},{"info":{"transaction_hash":"0x6622d204176a540934ab12d5c39e7bb0edc246b82a3e9f58350fbf698bf7a192","transaction_index":0,"from":"0x73b3074ac649a8dc31c2c90a124469456301a30f","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x73b3074ac649a8dc31c2c90a124469456301a30f","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000005d00f765584df03b","output":"0x0000000000000000000000000000000000000000000000005d00f765584df03b","gas_used":211344,"gas_limit":285945,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000005d00f765584df03b","output":"0x0000000000000000000000000000000000000000000000005d00f765584df03b","gas_used":204207,"gas_limit":274490,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000005d00f765584df03b"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000005d00f765584df03b","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257179,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000005d00f765584df03b"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000005d00f765584df03b","output":"0x0000000000000000000000000000000000000000000000005d00f765584df03b","gas_used":25235,"gas_limit":241712,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000005d00f765584df03b","output":"0x0000000000000000000000000000000000000000000000005d00f765584df03b","gas_used":18160,"gas_limit":231004,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000010f0bc0aad933f3c4c","gas_used":559,"gas_limit":218430,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000010f0bc0aad933f3c4c","gas_used":559,"gas_limit":215021,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf200000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005d00f765584df03b","output":"0x","gas_used":77719,"gas_limit":145932,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf200000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005d00f765584df03b","output":"0x","gas_used":70579,"gas_limit":136658,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f"],"data":"0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000005d00f765584df03b"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec800000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124148,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec800000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115227,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000005d00f765584df03b","nonce":1,"gas_used":222956},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366ec","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000005d00f765584df03b"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000005d00f765584df03b"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f"],"data":"0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000005d00f765584df03b"}],"logsBloom":"0x0000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000200040001804000000004000000000880000000000800000000000000024000000100000000000000000000000000000000000000000000000000000000000001000000001000000a000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000011000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500001000000000"},"block_hash":"0x6377868f3855ac3d4cc43a1703a0437d2317f6cab9f575eea1608004752c397d","block_number":378},{"info":{"transaction_hash":"0xa2f0afb8664a4ea61497374978f5da0023584ab2e101cc055a6b18b4fbf6b4a0","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000000019aa30cbbe932840","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":7774,"gas_limit":15126,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":183,"gas_used":26630},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x6806","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x34cebb485867ce503e4a6fc7c40bcb1bde7a5e953d74656177ffe52d761bc7d6","block_number":155},{"info":{"transaction_hash":"0x7d65df5c09ff942e5f58d812d26b489c8529268b70dd100dcad50043aa9b522d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000000000000000000000000000454cbb70f6deda57","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e"],"data":"0x000000000000000000000000000000000000000000000000454cbb70f6deda57"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":220,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e"],"data":"0x000000000000000000000000000000000000000000000000454cbb70f6deda57"}],"logsBloom":"0x00000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000004000000000000000000000000000000000000000000000000000000000000400000000000000000000010000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xa2e85b4e50e27a907d5c7e032d00036678aef35b68f04b35cc466b762d78ac30","block_number":192},{"info":{"transaction_hash":"0xf0576ced37077458fb209dc676f2c6182a908f57af53b013e2808d2a1da70680","transaction_index":0,"from":"0x2f4f06d218e426344cfe1a83d53dad806994d325","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x2f4f06d218e426344cfe1a83d53dad806994d325","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000000f4679cadc66390d","output":"0x0000000000000000000000000000000000000000000000000f4679cadc66390d","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000000f4679cadc66390d","output":"0x0000000000000000000000000000000000000000000000000f4679cadc66390d","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000f4679cadc66390d"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000f4679cadc66390d","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000000f4679cadc66390d"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000000f4679cadc66390d","output":"0x0000000000000000000000000000000000000000000000000f4679cadc66390d","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000000f4679cadc66390d","output":"0x0000000000000000000000000000000000000000000000000f4679cadc66390d","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000a4078a0bc59b0cab6","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000a4078a0bc59b0cab6","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f4679cadc66390d","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f4679cadc66390d","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325"],"data":"0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000f4679cadc66390d"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000f4679cadc66390d","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000000f4679cadc66390d"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000f4679cadc66390d"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325"],"data":"0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000f4679cadc66390d"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000401018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000200000000040000000000000000000000400000000000004000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xd56f9bd4cb9a570d25dcce6a64c3f921d13e3f87aaed836859067d76523548be","block_number":326},{"info":{"transaction_hash":"0x09b20ab4120b5d259be12cf1393fa1448103c1aafb397ac4d4cadfcaaa18d4b2","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x99a88ec4000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7880000000000000000000000003aa5ebb10dc797cac828524e59a333d0a371443c","output":"0x","gas_used":17265,"gas_limit":35332,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","address":"0x610178da211fef7d417bc0e6fed39f05609ad788","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3659cfe60000000000000000000000003aa5ebb10dc797cac828524e59a333d0a371443c","output":"0x","gas_used":11797,"gas_limit":29441,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000003aa5ebb10dc797cac828524e59a333d0a371443c"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Stop","out":"0x","nonce":26,"gas_used":39065},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x20504","logs":[{"address":"0x610178da211fef7d417bc0e6fed39f05609ad788","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000003aa5ebb10dc797cac828524e59a333d0a371443c"],"data":"0x"}],"logsBloom":"0x00040000000000000000000000000000400000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000002000000100000000000002000000000000000000000000020000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x4d932c5a3662e1456b1674d18966becefbf059e3146df6bfd7be58b29fb3e2e1","block_number":18},{"info":{"transaction_hash":"0xe420a9541729f59887428cfd11eb4d689d820c6aaa00746a70cbfde381baed59","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xd6a098ebcc5f8bd4e174d915c54486b077a34a51","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xd6a098ebcc5f8bd4e174d915c54486b077a34a51","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":135,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x636405196e71f5e34def85b4b995b91ef12562bbc670edae5e8d8f47aa3f6942","block_number":107},{"info":{"transaction_hash":"0x087b23d8fef13f69bec573a473849d98ec478b98a732d481d694c72810291395","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad10000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":49238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1"],"data":"0x0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":247,"gas_used":51318},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc876","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1"],"data":"0x0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000100000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000402000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xadeb916803988fbf852273a93a1cbed025b3ba48b687e8d2129acc795805e522","block_number":219},{"info":{"transaction_hash":"0xb06e6b6b33c8deaa47fd001afe992310ee55dcdabe7b9dd0e5f515d34e24ff16","transaction_index":0,"from":"0x4edfedff17ab9642f8464d6143900903dd21421a","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x4edfedff17ab9642f8464d6143900903dd21421a","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006579430c2f80163e","output":"0x0000000000000000000000000000000000000000000000006579430c2f80163e","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006579430c2f80163e","output":"0x0000000000000000000000000000000000000000000000006579430c2f80163e","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006579430c2f80163e"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006579430c2f80163e","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000006579430c2f80163e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006579430c2f80163e","output":"0x0000000000000000000000000000000000000000000000006579430c2f80163e","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006579430c2f80163e","output":"0x0000000000000000000000000000000000000000000000006579430c2f80163e","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001864fc5828741697be","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001864fc5828741697be","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006579430c2f80163e","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006579430c2f80163e","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a"],"data":"0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006579430c2f80163e"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000006579430c2f80163e","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000006579430c2f80163e"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006579430c2f80163e"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a"],"data":"0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006579430c2f80163e"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002001400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000001000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001800000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x3d21a3dd38dbc4c332750755376eec24cbf7c94ed1f141483b72b871f2a8b865","block_number":428},{"info":{"transaction_hash":"0x22019045deb2ae51a20308cdbc549f1c18e995bec4cf74f8a9454172fe58cd7a","transaction_index":0,"from":"0x2546bcd3c84621e976d8185a91a922ae77ecec30","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x2546bcd3c84621e976d8185a91a922ae77ecec30","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000012f18e79c1965b98","output":"0x00000000000000000000000000000000000000000000000012f18e79c1965b98","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000012f18e79c1965b98","output":"0x00000000000000000000000000000000000000000000000012f18e79c1965b98","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000012f18e79c1965b98"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000012f18e79c1965b98","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000012f18e79c1965b98"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000012f18e79c1965b98","output":"0x00000000000000000000000000000000000000000000000012f18e79c1965b98","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000012f18e79c1965b98","output":"0x00000000000000000000000000000000000000000000000012f18e79c1965b98","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000496974ad4494baa2d","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000496974ad4494baa2d","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000012f18e79c1965b98","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000012f18e79c1965b98","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30"],"data":"0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000012f18e79c1965b98"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000012f18e79c1965b98","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000012f18e79c1965b98"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000012f18e79c1965b98"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30"],"data":"0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000012f18e79c1965b98"}],"logsBloom":"0x00000000000000000000000000000000000002000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000008000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000100200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x3617c3129e4d28455cc43f4b0d583b6302150a919a3d8cd82ac4a9129252f268","block_number":288},{"info":{"transaction_hash":"0x823218d8ff16beb1fee5e39f5fff77061790ce399dbf124a0559698cfb219d4d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e0000000000000000000000000000000000000000000000003f94a2da3a2576fd","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e"],"data":"0x0000000000000000000000000000000000000000000000003f94a2da3a2576fd"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":224,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e"],"data":"0x0000000000000000000000000000000000000000000000003f94a2da3a2576fd"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000800000000000000000000000400000000200000000000000002000000200000000000000000000080002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x1b44da94a4ac930fce975f961a22e1dd57dfa4f8fd360263da894f513b2f3404","block_number":196},{"info":{"transaction_hash":"0xf1d0580b7bf494ef9548ceaf41214c353faee67e8778b36e48aea6af96a3042d","transaction_index":0,"from":"0xee7f6a930b29d7350498af97f0f9672eaecbeeff","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xee7f6a930b29d7350498af97f0f9672eaecbeeff","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000614"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000614"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353000000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000200000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000004000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000400100000000000000"},"block_hash":"0xf8a27dbf3f8614dc1494e805a4766b0b7bc003a40656ac00db7f2f7906528852","block_number":355},{"info":{"transaction_hash":"0x6f8b1f46210bfd73296bc6189b69627863db7f4f099322480b365d852c6c2b94","transaction_index":0,"from":"0xc0543b0b980d8c834cbdf023b2d2a75b5f9d1909","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xc0543b0b980d8c834cbdf023b2d2a75b5f9d1909","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000060f0389daa707614","output":"0x00000000000000000000000000000000000000000000000060f0389daa707614","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000060f0389daa707614","output":"0x00000000000000000000000000000000000000000000000060f0389daa707614","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000060f0389daa707614"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000060f0389daa707614","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000060f0389daa707614"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000060f0389daa707614","output":"0x00000000000000000000000000000000000000000000000060f0389daa707614","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000060f0389daa707614","output":"0x00000000000000000000000000000000000000000000000060f0389daa707614","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001093bb13483af14c11","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001093bb13483af14c11","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000060f0389daa707614","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000060f0389daa707614","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909"],"data":"0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000060f0389daa707614"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000060f0389daa707614","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000060f0389daa707614"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000060f0389daa707614"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909"],"data":"0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000060f0389daa707614"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400038040000000040000000008800000000008000010000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020040000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xb95a015e499be909166fd5f09708b33e468fc5572f2fd23bae4aaf6b7b0a5cf6","block_number":376},{"info":{"transaction_hash":"0xe2f806ae9189e9fe0c02a6d8ead3178aad68bfc9c68241be943e6d5366eb49a5","transaction_index":0,"from":"0x9a50ed082cf2fc003152580dcdb320b834fa379e","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9a50ed082cf2fc003152580dcdb320b834fa379e","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383100000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000652"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000652"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383100000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000008000008000000000000000000000000100000100000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xe648fe020b30421e9c3ff46d78787e2f0755a9370dd84237a00fefb9af160369","block_number":417},{"info":{"transaction_hash":"0x0f399afb79881fecc3fc3ea5ab06d16a79272972b2703437d4b11f4f2239ceb6","transaction_index":0,"from":"0x70997970c51812dc3a010c7d01b50e0d17dc79c8","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x70997970c51812dc3a010c7d01b50e0d17dc79c8","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000005d9f943ccb6a86b8","output":"0x0000000000000000000000000000000000000000000000005d9f943ccb6a86b8","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000005d9f943ccb6a86b8","output":"0x0000000000000000000000000000000000000000000000005d9f943ccb6a86b8","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000005d9f943ccb6a86b8"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000005d9f943ccb6a86b8","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000005d9f943ccb6a86b8"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000005d9f943ccb6a86b8","output":"0x0000000000000000000000000000000000000000000000005d9f943ccb6a86b8","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000005d9f943ccb6a86b8","output":"0x0000000000000000000000000000000000000000000000005d9f943ccb6a86b8","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000007749c50889fdaef8","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000007749c50889fdaef8","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf200000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005d9f943ccb6a86b8","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf200000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005d9f943ccb6a86b8","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"],"data":"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000005d9f943ccb6a86b8"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec800000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec800000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000005d9f943ccb6a86b8","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000005d9f943ccb6a86b8"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000005d9f943ccb6a86b8"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"],"data":"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000005d9f943ccb6a86b8"}],"logsBloom":"0x00000000000000000002000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000800000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000001000001000000000500000000000000"},"block_hash":"0x750c495cbb1f009127f67ab66736639cf4649e4bfe1f7a04385102a19b381104","block_number":258},{"info":{"transaction_hash":"0xf0d8b94937d980f264d55bf56d8a065f55c204f31c196c053b4245c52470aece","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xd9065f27e9b706e5f7628e067cc00b288dddbf19","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xd9065f27e9b706e5f7628e067cc00b288dddbf19","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":157,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xd9f892cc8a529412486fe90ee3386a4899a77f2f8c635d319f25d67720517b42","block_number":129},{"info":{"transaction_hash":"0xa766c52885bd9707e4eb97b4e9838deedf6d27cbe2ae0f9697179ad3f6b9fe27","transaction_index":0,"from":"0xa0ee7a142d267c1f36714e4a8f75612f20a79720","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xa0ee7a142d267c1f36714e4a8f75612f20a79720","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000216714fd5b83698d","output":"0x000000000000000000000000000000000000000000000000216714fd5b83698d","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000216714fd5b83698d","output":"0x000000000000000000000000000000000000000000000000216714fd5b83698d","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000216714fd5b83698d"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000216714fd5b83698d","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000216714fd5b83698d"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000216714fd5b83698d","output":"0x000000000000000000000000000000000000000000000000216714fd5b83698d","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000216714fd5b83698d","output":"0x000000000000000000000000000000000000000000000000216714fd5b83698d","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000002aff592d03fbde5a4","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000002aff592d03fbde5a4","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000216714fd5b83698d","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000216714fd5b83698d","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720"],"data":"0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000216714fd5b83698d"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000216714fd5b83698d","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000216714fd5b83698d"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000216714fd5b83698d"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720"],"data":"0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000216714fd5b83698d"}],"logsBloom":"0x00000000000000000000040000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000008000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000004001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xf0074da7228ea56d7df28492e2cec47b20ec11280d6c4a0dfbfef1909b44fd6e","block_number":274},{"info":{"transaction_hash":"0x8fc47f1551fa2c277d105074dafd91e3645c519b7918d092abfae39c3ec533cd","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xa1196426b41627ae75ea7f7409e074be97367da2","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xa1196426b41627ae75ea7f7409e074be97367da2","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":159,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xc1e18b1af8139a2ba2cfd453965e7939312a497da79d234e90a6d1e499d47e77","block_number":131},{"info":{"transaction_hash":"0xacfc58ce0f3e1724020286e0ff33359b1ce2c231dc19af186d827f054d4586e0","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xcf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xcf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":115,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x36aa5bf0a822ac62f5aec1f7accb8f19c99fe0cfd32b820815ba5e9c261b1089","block_number":87},{"info":{"transaction_hash":"0x070ca37334feca163cbd46eac09446db678fdd610dc18a19f2a53f6ee3d2b99c","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000000000000000000000000000216714fd5b83698d","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720"],"data":"0x000000000000000000000000000000000000000000000000216714fd5b83698d"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":192,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720"],"data":"0x000000000000000000000000000000000000000000000000216714fd5b83698d"}],"logsBloom":"0x00000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000008000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000004000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x50451e70d7720934d3b29609608d7426dc18884f850f3a5702a06b6a220c68fa","block_number":164},{"info":{"transaction_hash":"0xb459772718eb2c68f8340b875d254f304f1c1ed246b2daea2c567ce1f6b872e3","transaction_index":0,"from":"0x9eaf5590f2c84912a08de97fa28d0529361deb9e","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9eaf5590f2c84912a08de97fa28d0529361deb9e","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333700000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005fa"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005fa"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333700000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000800000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000004000000000000000000000000000000800000000000000240000000000000002000000000000000000010008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x41f93bfaf8501c15ad3a905bbf9d0100065dd9da386838369bd312b51024a30d","block_number":329},{"info":{"transaction_hash":"0x03a7749931ca7d88b5567ad95f1c5a6f10f11a306d89c9a8a6e511cf8bdc56e8","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xf2fde38b000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","output":"0x","gas_used":4367,"gas_limit":14202,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Stop","out":"0x","nonce":30,"gas_used":25799},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x64c7","logs":[{"address":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000001000000000002000000000000000000000000000000000000000000000000000000000000000000000800000000000000000"},"block_hash":"0x84d113b5cafb4237a6cf459ec368fee0c1bb54bd7995ac4a689454a9f74483d5","block_number":21},{"info":{"transaction_hash":"0xa34e6ce799d48a5abe1fc3206438f1accf4a6814263629d0223486e5685fdc2b","transaction_index":0,"from":"0x9394cb5f737bd3acea7dce90ca48dbd42801ee5d","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9394cb5f737bd3acea7dce90ca48dbd42801ee5d","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000039f4d3f2cf92a422","output":"0x00000000000000000000000000000000000000000000000039f4d3f2cf92a422","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000039f4d3f2cf92a422","output":"0x00000000000000000000000000000000000000000000000039f4d3f2cf92a422","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000039f4d3f2cf92a422"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000039f4d3f2cf92a422","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000039f4d3f2cf92a422"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000039f4d3f2cf92a422","output":"0x00000000000000000000000000000000000000000000000039f4d3f2cf92a422","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000039f4d3f2cf92a422","output":"0x00000000000000000000000000000000000000000000000039f4d3f2cf92a422","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000012ec439ae72aced1c6","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000012ec439ae72aced1c6","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000039f4d3f2cf92a422","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000039f4d3f2cf92a422","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d"],"data":"0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000039f4d3f2cf92a422"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000039f4d3f2cf92a422","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000039f4d3f2cf92a422"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000039f4d3f2cf92a422"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d"],"data":"0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000039f4d3f2cf92a422"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040020000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000004000020000000000001000000000000000000000000000001000000000000000001000000000500000000000000"},"block_hash":"0xd0b72eaf8b7274adf5ff338e222f1b51da7000a56c6d3bc785d146f45eddf768","block_number":392},{"info":{"transaction_hash":"0x5060a5446ce35991cbcef19a5b081641e907818f3b026b5bf01b11f33bb03a93","transaction_index":2,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x0165878a594ca255338adfa4d48449f69242eb8f","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x0165878a594ca255338adfa4d48449f69242eb8f","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052604051610d76380380610d76833981016040819052610022916103c3565b828161002f82825f610043565b5061003b90508261006e565b5050506104df565b61004c836100db565b5f825111806100585750805b1561006957610067838361011a565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6100ad5f516020610d2f5f395f51905f52546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16100d881610146565b50565b6100e4816101e1565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b606061013f8383604051806060016040528060278152602001610d4f60279139610275565b9392505050565b6001600160a01b0381166101b05760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b805f516020610d2f5f395f51905f525b80546001600160a01b0319166001600160a01b039290921691909117905550565b6001600160a01b0381163b61024e5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016101a7565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6101c0565b60605f5f856001600160a01b0316856040516102919190610494565b5f60405180830381855af49150503d805f81146102c9576040519150601f19603f3d011682016040523d82523d5f602084013e6102ce565b606091505b5090925090506102e0868383876102ea565b9695505050505050565b606083156103585782515f03610351576001600160a01b0385163b6103515760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016101a7565b5081610362565b610362838361036a565b949350505050565b81511561037a5781518083602001fd5b8060405162461bcd60e51b81526004016101a791906104aa565b80516001600160a01b03811681146103aa575f5ffd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156103d5575f5ffd5b6103de84610394565b92506103ec60208501610394565b60408501519092506001600160401b03811115610407575f5ffd5b8401601f81018613610417575f5ffd5b80516001600160401b03811115610430576104306103af565b604051601f8201601f19908116603f011681016001600160401b038111828210171561045e5761045e6103af565b604052818152828201602001881015610475575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b610843806104ec5f395ff3fe60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","output":"0x60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033","gas_used":474055,"gas_limit":648947,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033","nonce":6,"gas_used":582975},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x1aafbd","logs":[{"address":"0x0165878a594ca255338adfa4d48449f69242eb8f","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},{"address":"0x0165878a594ca255338adfa4d48449f69242eb8f","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000001000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000040000000000000000000000000000000000000000000000000000000000800000000000001000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000400000000000000000000000000000000000000008000000000000000000000000000000000000000000000"},"block_hash":"0x86018fb5d079b77cb3129f4aea993b36399d469254d8ff84754398c7055c3e21","block_number":5},{"info":{"transaction_hash":"0x1c912f211cd6df6b437823edda5c8ae8a1e373e7def28ffc976bf7a44ab39172","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x1aac82773cb722166d7da0d5b0fa35b0307dd99d","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x1aac82773cb722166d7da0d5b0fa35b0307dd99d","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":117,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xaddacab97bcc15e88ff607b8e55e428c28f449dcdd3d71784655308835821574","block_number":89},{"info":{"transaction_hash":"0x7ae78d1be150cf832b209e5cce693680abdfea44dc7c14bab7bb8978376d7c8e","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xd3d96ff4000000000000000000000000851356ae760d987e095750cceb3bc6014560891c00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49","output":"0x","gas_used":60413,"gas_limit":91756,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xd3d96ff4000000000000000000000000851356ae760d987e095750cceb3bc6014560891c00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49","output":"0x","gas_used":53285,"gas_limit":83341,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x2ae945c40c44dc0ec263f95609c3fdc6952e0aefa22d6374e44f2c997acedf85"],"data":"0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x610178da211fef7d417bc0e6fed39f05609ad788","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xdf595cb8000000000000000000000000851356ae760d987e095750cceb3bc6014560891c000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318d3d96ff400000000000000000000000000000000000000000000000000000000","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12548,"gas_limit":78772,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x610178da211fef7d417bc0e6fed39f05609ad788","address":"0x3aa5ebb10dc797cac828524e59a333d0a371443c","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xdf595cb8000000000000000000000000851356ae760d987e095750cceb3bc6014560891c000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318d3d96ff400000000000000000000000000000000000000000000000000000000","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":5405,"gas_limit":70548,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xb5265787000000000000000000000000851356ae760d987e095750cceb3bc6014560891c","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":10385,"gas_limit":63535,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","address":"0x82e01223d51eb87e16a03e24687edf0f294da6f1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xb5265787000000000000000000000000851356ae760d987e095750cceb3bc6014560891c","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":3313,"gas_limit":55614,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":68,"gas_used":82213},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x14125","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x2ae945c40c44dc0ec263f95609c3fdc6952e0aefa22d6374e44f2c997acedf85"],"data":"0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49"}],"logsBloom":"0x00080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x99ea84ff0ff1899771a81f2379222e4901e5f43d0cb1e4550aeb00b10726c631","block_number":41},{"info":{"transaction_hash":"0x3207d80e9f8e8a53a3591010203644f9715d83f6921a7fd05421ac254ae846c1","transaction_index":0,"from":"0x9eaf5590f2c84912a08de97fa28d0529361deb9e","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9eaf5590f2c84912a08de97fa28d0529361deb9e","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000454cbb70f6deda57","output":"0x000000000000000000000000000000000000000000000000454cbb70f6deda57","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000454cbb70f6deda57","output":"0x000000000000000000000000000000000000000000000000454cbb70f6deda57","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000454cbb70f6deda57"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000454cbb70f6deda57","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000454cbb70f6deda57"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000454cbb70f6deda57","output":"0x000000000000000000000000000000000000000000000000454cbb70f6deda57","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000454cbb70f6deda57","output":"0x000000000000000000000000000000000000000000000000454cbb70f6deda57","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000ab5d3d92106e6b24f","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000ab5d3d92106e6b24f","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000454cbb70f6deda57","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000454cbb70f6deda57","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e"],"data":"0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000454cbb70f6deda57"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000454cbb70f6deda57","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000454cbb70f6deda57"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000454cbb70f6deda57"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e"],"data":"0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000454cbb70f6deda57"}],"logsBloom":"0x00000000000000000000000000000000000000000000800000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000004000000000000000000000000000000000000040000000000000000000000400000000000000000000010000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xbdc0073c472f3d42dc2730ade49dd2ac6cbe9a7c56c956650e8801353a38fb3c","block_number":330},{"info":{"transaction_hash":"0xcd81f8d484776bb2134b619f7d182708051557d609aa3a4acdd04a77e300d1bd","transaction_index":0,"from":"0xd9065f27e9b706e5f7628e067cc00b288dddbf19","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xd9065f27e9b706e5f7628e067cc00b288dddbf19","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373400000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf190000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf190000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf1900000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000644"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf1900000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf1900000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf1900000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000644"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373400000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000200000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000008000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x60b6bdc3833d5f6a6c29b23ee2993dcb1be80666158f0c57ecfb55654225d24f","block_number":403},{"info":{"transaction_hash":"0xf187241640272ea1f476ea503b40cb47d556ddd63844d87625775e996f9ff07d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x9623609d0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31800000000000000000000000068b1d87f95878fe05b998f19b66f4baba5de1aed00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000044cd6dc687000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":70539,"gas_limit":113685,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x4f1ef28600000000000000000000000068b1d87f95878fe05b998f19b66f4baba5de1aed00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000044cd6dc687000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":64602,"gas_limit":106112,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000068b1d87f95878fe05b998f19b66f4baba5de1aed"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Call":0}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xcd6dc687000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":51769,"gas_limit":92271,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1},{"Log":2}]}],"exit":"Stop","out":"0x","nonce":25,"gas_used":93291},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x16c6b","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000068b1d87f95878fe05b998f19b66f4baba5de1aed"],"data":"0x"},{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"}],"logsBloom":"0x00000000000000000400000040000000400000000000000000800000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000002000001000000000000000000000000000000000000020000000000000100000800000000000000000000000004000000400000000000000000000000000000000000000000000080000000000000000000002000000000000000000002008400000000000000000000000000000000000000000020400000200000000000040000040000002000000000000000000020000000000000000001000000000000000000000000000000020000000000400000"},"block_hash":"0x4d932c5a3662e1456b1674d18966becefbf059e3146df6bfd7be58b29fb3e2e1","block_number":18},{"info":{"transaction_hash":"0xcf881b420bba16aa9b5dbca7be9d13a0fb56256c637345f3ccc43ab84af82296","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x042a63149117602129b6922ecfe3111168c2c323","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x042a63149117602129b6922ecfe3111168c2c323","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":136,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x5f1c8c4c4c13c7234add1b036f6abf61acd5853c7422bbacdcc42075df693aef","block_number":108},{"info":{"transaction_hash":"0x5b8ef82e3bad2507ae6385ee7c21e5e4c32d835957a5aca8924ad0758a02fa77","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d00000000000000000000000000000000000000000000000039f4d3f2cf92a422","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d"],"data":"0x00000000000000000000000000000000000000000000000039f4d3f2cf92a422"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":251,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d"],"data":"0x00000000000000000000000000000000000000000000000039f4d3f2cf92a422"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000004002000000000000000000000000000000000000000000001000000000000000000000000000000000000000000"},"block_hash":"0x19263ed7e19c1205c2bd959a4e8bed9b1de40d7d7dc3d009e2bc098b92312c74","block_number":223},{"info":{"transaction_hash":"0x531e497cf2e84017dac3d4c315ce812721241cb7acf1440f354fce2b977fb99a","transaction_index":0,"from":"0x1c87bb9234aec6adc580eae6c8b59558a4502220","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x1c87bb9234aec6adc580eae6c8b59558a4502220","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001a1ba04ee1a41b73","output":"0x0000000000000000000000000000000000000000000000001a1ba04ee1a41b73","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001a1ba04ee1a41b73","output":"0x0000000000000000000000000000000000000000000000001a1ba04ee1a41b73","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001a1ba04ee1a41b73"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001a1ba04ee1a41b73","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000001a1ba04ee1a41b73"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001a1ba04ee1a41b73","output":"0x0000000000000000000000000000000000000000000000001a1ba04ee1a41b73","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001a1ba04ee1a41b73","output":"0x0000000000000000000000000000000000000000000000001a1ba04ee1a41b73","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000101c2a3c4dc762cc12","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000101c2a3c4dc762cc12","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001a1ba04ee1a41b73","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001a1ba04ee1a41b73","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220"],"data":"0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001a1ba04ee1a41b73"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000001a1ba04ee1a41b73","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000001a1ba04ee1a41b73"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001a1ba04ee1a41b73"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220"],"data":"0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001a1ba04ee1a41b73"}],"logsBloom":"0x0000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000200040001804000000004000000000880000000000800000000000000024000000100000000000000000000000000000000000000000000000000000000000001000000001000000a000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000005000000000500004000000000"},"block_hash":"0x8abdff38985dbbe38ac3836a4f018a63d7401e2e5c709aa6bc3d2aef1f666da5","block_number":372},{"info":{"transaction_hash":"0x6a5f435970153dbdc176711a4fbf60d5e88a1962018a1a95d054af7983e55f09","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x976ea74026e726554db657fa54763abd0c3a0aa9","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x976ea74026e726554db657fa54763abd0c3a0aa9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":89,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x4e679a7b7d6bde03dff057d2ce84bf18eba21b60c6821065dfbf8b4199f79de9","block_number":61},{"info":{"transaction_hash":"0x6141ff0e4ed02e4ef6ae496a36e481438d7566f9e2a582a01cd758c71f6dea1b","transaction_index":0,"from":"0x7df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x7df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373800000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba400000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba400000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba400000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000064c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba4000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba4000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba400000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000064c"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373800000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000008000000000000004000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x1dd121a983c930d220f84e80b4594c37b2782d8c0d186aba9460413c63249473","block_number":411},{"info":{"transaction_hash":"0x8efa723e232d06f87718d6cb546c5ecd411f0df7849c144ec890aa2b7ffac4d7","transaction_index":4,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052604051610d76380380610d76833981016040819052610022916103c3565b828161002f82825f610043565b5061003b90508261006e565b5050506104df565b61004c836100db565b5f825111806100585750805b1561006957610067838361011a565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6100ad5f516020610d2f5f395f51905f52546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16100d881610146565b50565b6100e4816101e1565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b606061013f8383604051806060016040528060278152602001610d4f60279139610275565b9392505050565b6001600160a01b0381166101b05760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b805f516020610d2f5f395f51905f525b80546001600160a01b0319166001600160a01b039290921691909117905550565b6001600160a01b0381163b61024e5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016101a7565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6101c0565b60605f5f856001600160a01b0316856040516102919190610494565b5f60405180830381855af49150503d805f81146102c9576040519150601f19603f3d011682016040523d82523d5f602084013e6102ce565b606091505b5090925090506102e0868383876102ea565b9695505050505050565b606083156103585782515f03610351576001600160a01b0385163b6103515760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016101a7565b5081610362565b610362838361036a565b949350505050565b81511561037a5781518083602001fd5b8060405162461bcd60e51b81526004016101a791906104aa565b80516001600160a01b03811681146103aa575f5ffd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156103d5575f5ffd5b6103de84610394565b92506103ec60208501610394565b60408501519092506001600160401b03811115610407575f5ffd5b8401601f81018613610417575f5ffd5b80516001600160401b03811115610430576104306103af565b604051601f8201601f19908116603f011681016001600160401b038111828210171561045e5761045e6103af565b604052818152828201602001881015610475575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b610843806104ec5f395ff3fe60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","output":"0x60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033","gas_used":474055,"gas_limit":648947,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033","nonce":8,"gas_used":582975},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2c7a3b","logs":[{"address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},{"address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000040000000000000800000000000001000000000000000000040000000000000000000000000000000008000000020000000000000000000000000000000000400000000000000000000000000000000000000008000000000000000000000000000000000000000000000"},"block_hash":"0x86018fb5d079b77cb3129f4aea993b36399d469254d8ff84754398c7055c3e21","block_number":5},{"info":{"transaction_hash":"0x136b9105cfa28d1996767594a097a0396959549bee7602b15396c533159c635a","transaction_index":0,"from":"0x553bc17a05702530097c3677091c5bb47a3a7931","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x553bc17a05702530097c3677091c5bb47a3a7931","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003d547b2078bf5a28","output":"0x0000000000000000000000000000000000000000000000003d547b2078bf5a28","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003d547b2078bf5a28","output":"0x0000000000000000000000000000000000000000000000003d547b2078bf5a28","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003d547b2078bf5a28"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003d547b2078bf5a28","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000003d547b2078bf5a28"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003d547b2078bf5a28","output":"0x0000000000000000000000000000000000000000000000003d547b2078bf5a28","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003d547b2078bf5a28","output":"0x0000000000000000000000000000000000000000000000003d547b2078bf5a28","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000007e08c63b433835cf2","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000007e08c63b433835cf2","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003d547b2078bf5a28","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003d547b2078bf5a28","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931"],"data":"0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003d547b2078bf5a28"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000003d547b2078bf5a28","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000003d547b2078bf5a28"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003d547b2078bf5a28"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931"],"data":"0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003d547b2078bf5a28"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000048000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000400000020000000000001000000000000000000000000000000000000000000000001000000000500000020000000"},"block_hash":"0x52a49d901dbdc1d491be183b2ff1e4809f5865abca519d538ce9ccf18b9d979f","block_number":308},{"info":{"transaction_hash":"0x0b89db00b0a99faaba984c25887299bdfc8944075737544373007dbdf60c22d5","transaction_index":0,"from":"0xcf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xcf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000029ebf4b678942b1c","output":"0x00000000000000000000000000000000000000000000000029ebf4b678942b1c","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000029ebf4b678942b1c","output":"0x00000000000000000000000000000000000000000000000029ebf4b678942b1c","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000029ebf4b678942b1c"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000029ebf4b678942b1c","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000029ebf4b678942b1c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000029ebf4b678942b1c","output":"0x00000000000000000000000000000000000000000000000029ebf4b678942b1c","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000029ebf4b678942b1c","output":"0x00000000000000000000000000000000000000000000000029ebf4b678942b1c","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000098c7f77d05b94fb47","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000098c7f77d05b94fb47","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000029ebf4b678942b1c","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000029ebf4b678942b1c","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91"],"data":"0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000029ebf4b678942b1c"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000029ebf4b678942b1c","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000029ebf4b678942b1c"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000029ebf4b678942b1c"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91"],"data":"0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000029ebf4b678942b1c"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040400000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000001000000040000000000000000000000400000000000000000000040000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x475fefa149b471e6f883ed42014b77c5797bf512294608da6525c53852045957","block_number":320},{"info":{"transaction_hash":"0xa261a8471e43064d3160ebd05caab8271cb22da2431243de776f6743bf67fee3","transaction_index":0,"from":"0xe74cef90b6cf1a77fefad731713e6f53e575c183","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xe74cef90b6cf1a77fefad731713e6f53e575c183","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004110171a4c1b2174","output":"0x0000000000000000000000000000000000000000000000004110171a4c1b2174","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004110171a4c1b2174","output":"0x0000000000000000000000000000000000000000000000004110171a4c1b2174","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004110171a4c1b2174"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004110171a4c1b2174","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000004110171a4c1b2174"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004110171a4c1b2174","output":"0x0000000000000000000000000000000000000000000000004110171a4c1b2174","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004110171a4c1b2174","output":"0x0000000000000000000000000000000000000000000000004110171a4c1b2174","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000015350b6865ec933ae6","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000015350b6865ec933ae6","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004110171a4c1b2174","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004110171a4c1b2174","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183"],"data":"0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004110171a4c1b2174"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000004110171a4c1b2174","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000004110171a4c1b2174"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004110171a4c1b2174"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183"],"data":"0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004110171a4c1b2174"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000002000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000200000000000000000000000000000000000000000200000001000000002000005000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x67ef582d8a8c960ca9efb6da17e161f67933f1b2638168f94f443c2d84aeb15d","block_number":410},{"info":{"transaction_hash":"0x0922f1f17652ddc90f8143416ac435fb62a80399e3add383746f4f6829bd3d9b","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0xb7f8bc63bbcad18155201308c8f3540b07f84f5e","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xb7f8bc63bbcad18155201308c8f3540b07f84f5e","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x610100604052348015610010575f5ffd5b50604051613eb5380380613eb583398101604081905261002f91610197565b806100398161006e565b608052506001600160a01b0380851660a052831660c0526001600160401b03821660e0526100656100b4565b505050506102e7565b5f5f829050601f815111156100a1578260405163305a27a960e01b8152600401610098919061028c565b60405180910390fd5b80516100ac826102c1565b179392505050565b5f54610100900460ff161561011b5760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608401610098565b5f5460ff9081161461016a575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b0381168114610180575f5ffd5b50565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f5f608085870312156101aa575f5ffd5b84516101b58161016c565b60208601519094506101c68161016c565b60408601519093506001600160401b03811681146101e2575f5ffd5b60608601519092506001600160401b038111156101fd575f5ffd5b8501601f8101871361020d575f5ffd5b80516001600160401b0381111561022657610226610183565b604051601f8201601f19908116603f011681016001600160401b038111828210171561025457610254610183565b60405281815282820160200189101561026b575f5ffd5b8160208401602083015e5f6020838301015280935050505092959194509250565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b805160208083015191908110156102e1575f198160200360031b1b821691505b50919050565b60805160a05160c05160e051613b4e6103675f395f61063f01525f81816102c30152818161067a01528181610722015281816109e601528181610bb001528181610eb901528181610f6001528181611196015281816114e401528181611618015261286301525f81816105010152610fc901525f610c1c0152613b4e5ff3fe60806040526004361061017e575f3560e01c80636fcd0e53116100cd578063c490744211610087578063dda3346c11610062578063dda3346c146105d1578063ee94d67c146105f0578063f074ba621461060f578063f28824611461062e575f5ffd5b8063c490744214610574578063c4d66de814610593578063d06d5587146105b2575f5ffd5b80636fcd0e531461048f5780637439841f146104bb57806374cdd798146104f057806388676cad146105235780639b4e463414610542578063b522538a14610555575f5ffd5b80634665bcda1161013857806354fd4d501161011357806354fd4d5014610404578063587533571461042557806358eaee79146104445780636c0d2d5a14610470575f5ffd5b80634665bcda146102b257806347d28372146102e557806352396a59146103d0575f5ffd5b8063039157d2146101bc5780630b18ff66146101dd5780632340e8d3146102195780633474aa161461023c5780633f65cf191461026d57806342ecff2a1461028c575f5ffd5b366101b8576040513481527f6fdd3dbdb173299608c0aa9f368735857c8842b581f8389238bf05bd04b3bf499060200160405180910390a1005b5f5ffd5b3480156101c7575f5ffd5b506101db6101d63660046130c2565b610661565b005b3480156101e8575f5ffd5b506033546101fc906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b348015610224575f5ffd5b5061022e60395481565b604051908152602001610210565b348015610247575f5ffd5b506034546001600160401b03165b6040516001600160401b039091168152602001610210565b348015610278575f5ffd5b506101db61028736600461317b565b61098d565b348015610297575f5ffd5b50603a5461025590600160401b90046001600160401b031681565b3480156102bd575f5ffd5b506101fc7f000000000000000000000000000000000000000000000000000000000000000081565b3480156102f0575f5ffd5b506103756040805160a0810182525f80825260208201819052918101829052606081018290526080810191909152506040805160a081018252603c548152603d5462ffffff811660208301526001600160401b0363010000008204811693830193909352600160581b810460070b6060830152600160981b9004909116608082015290565b60405161021091905f60a0820190508251825262ffffff60208401511660208301526001600160401b036040840151166040830152606083015160070b60608301526001600160401b03608084015116608083015292915050565b3480156103db575f5ffd5b506102556103ea366004613250565b603b6020525f90815260409020546001600160401b031681565b34801561040f575f5ffd5b50610418610c15565b604051610210919061329e565b348015610430575f5ffd5b50603e546101fc906001600160a01b031681565b34801561044f575f5ffd5b5061046361045e3660046132ed565b610c45565b604051610210919061335f565b34801561047b575f5ffd5b5061022e61048a366004613250565b610ca7565b34801561049a575f5ffd5b506104ae6104a936600461336d565b610db5565b6040516102109190613384565b3480156104c6575f5ffd5b506104636104d536600461336d565b5f90815260366020526040902054600160c01b900460ff1690565b3480156104fb575f5ffd5b506101fc7f000000000000000000000000000000000000000000000000000000000000000081565b34801561052e575f5ffd5b506101db61053d3660046133e7565b610e60565b6101db610550366004613402565b610f55565b348015610560575f5ffd5b506104ae61056f3660046132ed565b61109c565b34801561057f575f5ffd5b506101db61058e366004613492565b61118b565b34801561059e575f5ffd5b506101db6105ad3660046134bc565b6112c2565b3480156105bd575f5ffd5b506101db6105cc3660046134bc565b61140c565b3480156105dc575f5ffd5b506101db6105eb3660046135a7565b6114a0565b3480156105fb575f5ffd5b50603a54610255906001600160401b031681565b34801561061a575f5ffd5b506101db610629366004613679565b6115ff565b348015610639575f5ffd5b506102557f000000000000000000000000000000000000000000000000000000000000000081565b604051635ac86ab760e01b8152600660048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa1580156106c7573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106eb91906136e0565b156107095760405163840a48d560e01b815260040160405180910390fd5b604051635ac86ab760e01b8152600860048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa15801561076f573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061079391906136e0565b156107b15760405163840a48d560e01b815260040160405180910390fd5b5f6107f56107bf85806136fb565b808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152506119fc92505050565b5f818152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff1660028111156108635761086361332b565b60028111156108745761087461332b565b81525050905080604001516001600160401b0316876001600160401b0316116108b0576040516337e07ffd60e01b815260040160405180910390fd5b6001816060015160028111156108c8576108c861332b565b146108e65760405163d49e19a760e01b815260040160405180910390fd5b6109296108f386806136fb565b808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250611a1e92505050565b6109465760405163161ce5ed60e31b815260040160405180910390fd5b61095861095288610ca7565b87611a46565b61097b863561096787806136fb565b61097460208a018a613740565b8651611aeb565b6109845f611c12565b50505050505050565b6033546001600160a01b03163314806109b05750603e546001600160a01b031633145b6109cd5760405163427a777960e01b815260040160405180910390fd5b604051635ac86ab760e01b8152600260048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa158015610a33573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a5791906136e0565b15610a755760405163840a48d560e01b815260040160405180910390fd5b8584148015610a8357508382145b610aa0576040516343714afd60e01b815260040160405180910390fd5b603a546001600160401b03600160401b9091048116908a1611610ad6576040516337e07ffd60e01b815260040160405180910390fd5b610ae8610ae28a610ca7565b89611a46565b5f805b87811015610b8057610b6c8a358a8a84818110610b0a57610b0a613782565b9050602002016020810190610b1f9190613796565b898985818110610b3157610b31613782565b9050602002810190610b439190613740565b898987818110610b5557610b55613782565b9050602002810190610b6791906136fb565b611d92565b610b7690836137ce565b9150600101610aeb565b5060335460405163a1ca780b60e01b81526001600160a01b0391821660048201525f6024820152604481018390527f00000000000000000000000000000000000000000000000000000000000000009091169063a1ca780b906064015f604051808303815f87803b158015610bf3575f5ffd5b505af1158015610c05573d5f5f3e3d5ffd5b5050505050505050505050505050565b6060610c407f0000000000000000000000000000000000000000000000000000000000000000612247565b905090565b5f5f610c8584848080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525061228492505050565b5f90815260366020526040902054600160c01b900460ff169150505b92915050565b5f610cb5611fff600c6137e1565b610cc86001600160401b038416426137f8565b10610ce657604051637944e66d60e11b815260040160405180910390fd5b604080516001600160401b03841660208201525f918291720f3df6d732807ef1319fb7b8bb8522d0beac02910160408051601f1981840301815290829052610d2d91613822565b5f60405180830381855afa9150503d805f8114610d65576040519150601f19603f3d011682016040523d82523d5f602084013e610d6a565b606091505b5091509150818015610d7c57505f8151115b610d995760405163558ad0a360e01b815260040160405180910390fd5b80806020019051810190610dad919061382d565b949350505050565b610ddc604080516080810182525f8082526020820181905291810182905290606082015290565b5f82815260366020908152604091829020825160808101845281546001600160401b038082168352600160401b8204811694830194909452600160801b810490931693810193909352906060830190600160c01b900460ff166002811115610e4657610e4661332b565b6002811115610e5757610e5761332b565b90525092915050565b6033546001600160a01b0316331480610e835750603e546001600160a01b031633145b610ea05760405163427a777960e01b815260040160405180910390fd5b604051635ac86ab760e01b8152600660048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa158015610f06573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f2a91906136e0565b15610f485760405163840a48d560e01b815260040160405180910390fd5b610f5182611c12565b5050565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610f9e57604051633213a66160e21b815260040160405180910390fd5b346801bc16d674ec80000014610fc75760405163049696b360e31b815260040160405180910390fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663228951186801bc16d674ec800000878761100a612315565b8888886040518863ffffffff1660e01b815260040161102e9695949392919061386c565b5f604051808303818588803b158015611045575f5ffd5b505af1158015611057573d5f5f3e3d5ffd5b50505050507f606865b7934a25d4aed43f6cdb426403353fa4b3009c4d228407474581b01e23858560405161108d9291906138ba565b60405180910390a15050505050565b6110c3604080516080810182525f8082526020820181905291810182905290606082015290565b60365f61110485858080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525061228492505050565b815260208082019290925260409081015f20815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b81049094169281019290925290916060830190600160c01b900460ff1660028111156111705761117061332b565b60028111156111815761118161332b565b9052509392505050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146111d457604051633213a66160e21b815260040160405180910390fd5b5f6111e3633b9aca00836138e1565b90506111fc633b9aca006001600160401b0383166137e1565b6034549092506001600160401b03908116908216111561122f576040516302c6f54760e21b815260040160405180910390fd5b603480548291905f9061124c9084906001600160401b03166138f4565b92506101000a8154816001600160401b0302191690836001600160401b03160217905550826001600160a01b03167f8947fd2ce07ef9cc302c4e8f0461015615d91ce851564839e91cc804c2f49d8e836040516112ab91815260200190565b60405180910390a26112bd8383612359565b505050565b5f54610100900460ff16158080156112e057505f54600160ff909116105b806112f95750303b1580156112f957505f5460ff166001145b6113615760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015611382575f805461ff0019166101001790555b6001600160a01b0382166113a9576040516339b190bb60e11b815260040160405180910390fd5b603380546001600160a01b0319166001600160a01b0384161790558015610f51575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15050565b6033546001600160a01b031633146114375760405163719f370360e11b815260040160405180910390fd5b603e54604080516001600160a01b03928316815291831660208301527ffb8129080a19d34dceac04ba253fc50304dc86c729bd63cdca4a969ad19a5eac910160405180910390a1603e80546001600160a01b0319166001600160a01b0392909216919091179055565b6033546001600160a01b031633146114cb5760405163719f370360e11b815260040160405180910390fd5b604051635ac86ab760e01b8152600560048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa158015611531573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061155591906136e0565b156115735760405163840a48d560e01b815260040160405180910390fd5b8251845114611595576040516343714afd60e01b815260040160405180910390fd5b5f5b84518110156115f8576115f0838583815181106115b6576115b6613782565b60200260200101518784815181106115d0576115d0613782565b60200260200101516001600160a01b031661246e9092919063ffffffff16565b600101611597565b5050505050565b604051635ac86ab760e01b8152600760048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa158015611665573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061168991906136e0565b156116a75760405163840a48d560e01b815260040160405180910390fd5b603a54600160401b90046001600160401b03165f8190036116db57604051631a544f4960e01b815260040160405180910390fd5b6040805160a081018252603c54808252603d5462ffffff811660208401526001600160401b0363010000008204811694840194909452600160581b810460070b6060840152600160981b900490921660808201529061173a90876124c0565b5f805b858110156119a3573687878381811061175857611758613782565b905060200281019061176a9190613913565b80355f908152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff1660028111156117da576117da61332b565b60028111156117eb576117eb61332b565b90525090506001816060015160028111156118085761180861332b565b1461181457505061199b565b856001600160401b031681604001516001600160401b03161061183857505061199b565b5f8080611848848a8f3588612571565b60208b018051939650919450925061185f82613931565b62ffffff1690525060808801805184919061187b90839061394e565b6001600160401b031690525060608801805183919061189b90839061396d565b60070b9052506118ab818861394e565b85355f908152603660209081526040918290208751815492890151938901516001600160401b03908116600160801b0267ffffffffffffffff60801b19958216600160401b026001600160801b0319909516919092161792909217928316821781556060880151939a50879390929091839160ff60c01b1990911668ffffffffffffffffff60801b1990911617600160c01b83600281111561194f5761194f61332b565b021790555050845160405164ffffffffff90911691506001600160401b038b16907fa91c59033c3423e18b54d0acecebb4972f9ea95aedf5f4cae3b677b02eaf3a3f905f90a350505050505b60010161173d565b506001600160401b038084165f908152603b60205260408120805484939192916119cf9185911661394e565b92506101000a8154816001600160401b0302191690836001600160401b0316021790555061098482612694565b5f815f81518110611a0f57611a0f613782565b60200260200101519050919050565b5f81600381518110611a3257611a32613782565b60200260200101515f5f1b14159050919050565b611a52600360206137e1565b611a5f6020830183613740565b905014611a7f576040516313717da960e21b815260040160405180910390fd5b611ace611a8f6020830183613740565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f92019190915250869250508435905060036128c3565b610f51576040516309bde33960e01b815260040160405180910390fd5b60088414611b0c5760405163200591bd60e01b815260040160405180910390fd5b6005611b1a602860016137ce565b611b2491906137ce565b611b2f9060206137e1565b8214611b4e576040516313717da960e21b815260040160405180910390fd5b5f611b8a8686808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152506128da92505050565b90505f64ffffffffff8316611ba1602860016137ce565b600b901b179050611beb85858080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152508c92508691508590506128c3565b611c08576040516309bde33960e01b815260040160405180910390fd5b5050505050505050565b603a54600160401b90046001600160401b031615611c425760405162be9bc360e81b815260040160405180910390fd5b603a546001600160401b03428116911603611c70576040516367db5b8b60e01b815260040160405180910390fd5b6034545f906001600160401b0316611c8c633b9aca00476138e1565b611c9691906138f4565b9050818015611cac57506001600160401b038116155b15611cca576040516332dea95960e21b815260040160405180910390fd5b5f6040518060a00160405280611cdf42610ca7565b815260395462ffffff1660208201526001600160401b0380851660408301525f60608301819052608090920191909152603a805442909216600160401b026fffffffffffffffff0000000000000000199092169190911790559050611d4381612694565b805160208083015160405162ffffff90911681526001600160401b034216917f575796133bbed337e5b39aa49a30dc2556a91e0c6c2af4b7b886ae77ebef1076910160405180910390a3505050565b5f5f611dcf8484808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152506119fc92505050565b5f818152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff166002811115611e3d57611e3d61332b565b6002811115611e4e57611e4e61332b565b90525090505f81606001516002811115611e6a57611e6a61332b565b14611e88576040516335e09e9d60e01b815260040160405180910390fd5b6001600160401b038016611ecd8686808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250612b6a92505050565b6001600160401b031603611ef457604051631958236d60e21b815260040160405180910390fd5b6001600160401b038016611f398686808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250612b8e92505050565b6001600160401b031614611f6057604051632eade63760e01b815260040160405180910390fd5b611f68612315565b611f719061399c565b611fac8686808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250612ba592505050565b14611fca57604051633772dd5360e11b815260040160405180910390fd5b5f6120068686808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250612bb992505050565b90506120168a87878b8b8e611aeb565b60398054905f612025836139bf565b9091555050603a545f90600160401b90046001600160401b03161561205c57603a54600160401b90046001600160401b0316612069565b603a546001600160401b03165b6040805160808101825264ffffffffff8d1681526001600160401b03858116602083015283169181019190915290915060608101600190525f858152603660209081526040918290208351815492850151938501516001600160401b03908116600160801b0267ffffffffffffffff60801b19958216600160401b026001600160801b031990951691909216179290921792831682178155606084015190929091839160ff60c01b1990911668ffffffffffffffffff60801b1990911617600160c01b83600281111561213e5761213e61332b565b021790555050603d8054849250601390612169908490600160981b90046001600160401b031661394e565b92506101000a8154816001600160401b0302191690836001600160401b031602179055507f2d0800bbc377ea54a08c5db6a87aafff5e3e9c8fead0eda110e40e0c104414498a6040516121c9919064ffffffffff91909116815260200190565b60405180910390a16040805164ffffffffff8c1681526001600160401b03838116602083015284168183015290517f0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df9181900360600190a1612238633b9aca006001600160401b0384166137e1565b9b9a5050505050505050505050565b60605f61225383612bd0565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b5f81516030146122a757604051634f88323960e11b815260040160405180910390fd5b6040516002906122bd9084905f906020016139d7565b60408051601f19818403018152908290526122d791613822565b602060405180830381855afa1580156122f2573d5f5f3e3d5ffd5b5050506040513d601f19601f82011682018060405250810190610ca1919061382d565b60408051600160f81b60208201525f602182015230606090811b6bffffffffffffffffffffffff1916602c8301529101604051602081830303815290604052905090565b804710156123a95760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a20696e73756666696369656e742062616c616e63650000006044820152606401611358565b5f826001600160a01b0316826040515f6040518083038185875af1925050503d805f81146123f2576040519150601f19603f3d011682016040523d82523d5f602084013e6123f7565b606091505b50509050806112bd5760405162461bcd60e51b815260206004820152603a60248201527f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260448201527f6563697069656e74206d617920686176652072657665727465640000000000006064820152608401611358565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663a9059cbb60e01b1790526112bd908490612bf7565b6124cc600560036137ce565b6124d79060206137e1565b6124e46020830183613740565b905014612504576040516313717da960e21b815260040160405180910390fd5b606c6125546125166020840184613740565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152508792505085359050846128c3565b6112bd576040516309bde33960e01b815260040160405180910390fd5b83516020850151905f90819081612589878388612cca565b9050846001600160401b0316816001600160401b031614612603576125ae85826139fb565b6040805164ffffffffff851681526001600160401b038b8116602083015284168183015290519195507f0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df919081900360600190a15b6001600160401b0380821660208b0181905290891660408b01525f036126885760398054905f61263283613a2a565b9091555050600260608a015261264784613a3f565b92508164ffffffffff16886001600160401b03167f2a02361ffa66cf2c2da4682c2355a6adcaa9f6c227b6e6563e68480f9587626a60405160405180910390a35b50509450945094915050565b602081015162ffffff1615612734578051603c556020810151603d80546040840151606085015160809095015162ffffff9094166affffffffffffffffffffff199092169190911763010000006001600160401b0392831602176fffffffffffffffffffffffffffffffff60581b1916600160581b9482169490940267ffffffffffffffff60981b191693909317600160981b9390921692909202179055565b60808101516034545f91612750916001600160401b031661394e565b90505f82606001518360400151612767919061396d565b60408401516034805492935090915f9061278b9084906001600160401b031661394e565b82546101009290920a6001600160401b03818102199093169183160217909155603a8054600160401b810483166001600160801b03199091161790555f91506127db90633b9aca009085166137e1565b90505f6127f0633b9aca00600785900b613a64565b603a546040518281529192506001600160401b0316907f525408c201bc1576eb44116f6478f1c2a54775b19a043bcfdc708364f74f8e449060200160405180910390a260335460405163a1ca780b60e01b81526001600160a01b03918216600482015260248101849052604481018390527f00000000000000000000000000000000000000000000000000000000000000009091169063a1ca780b906064015f604051808303815f87803b1580156128a6575f5ffd5b505af11580156128b8573d5f5f3e3d5ffd5b505050505050505050565b5f836128d0868585612da8565b1495945050505050565b5f5f600283516128ea91906138e1565b90505f816001600160401b03811115612905576129056134d7565b60405190808252806020026020018201604052801561292e578160200160208202803683370190505b5090505f5b82811015612a285760028561294883836137e1565b8151811061295857612958613782565b60200260200101518683600261296e91906137e1565b6129799060016137ce565b8151811061298957612989613782565b60200260200101516040516020016129ab929190918252602082015260400190565b60408051601f19818403018152908290526129c591613822565b602060405180830381855afa1580156129e0573d5f5f3e3d5ffd5b5050506040513d601f19601f82011682018060405250810190612a03919061382d565b828281518110612a1557612a15613782565b6020908102919091010152600101612933565b50612a346002836138e1565b91505b8115612b47575f5b82811015612b3457600282612a5483836137e1565b81518110612a6457612a64613782565b602002602001015183836002612a7a91906137e1565b612a859060016137ce565b81518110612a9557612a95613782565b6020026020010151604051602001612ab7929190918252602082015260400190565b60408051601f1981840301815290829052612ad191613822565b602060405180830381855afa158015612aec573d5f5f3e3d5ffd5b5050506040513d601f19601f82011682018060405250810190612b0f919061382d565b828281518110612b2157612b21613782565b6020908102919091010152600101612a3f565b50612b406002836138e1565b9150612a37565b805f81518110612b5957612b59613782565b602002602001015192505050919050565b5f610ca182600581518110612b8157612b81613782565b6020026020010151612e7c565b5f610ca182600681518110612b8157612b81613782565b5f81600181518110611a0f57611a0f613782565b5f610ca182600281518110612b8157612b81613782565b5f60ff8216601f811115610ca157604051632cd44ac360e21b815260040160405180910390fd5b5f612c4b826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316612ee39092919063ffffffff16565b905080515f1480612c6b575080806020019051810190612c6b91906136e0565b6112bd5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401611358565b5f612cd7602660016137ce565b612ce29060206137e1565b612cef6040840184613740565b905014612d0f576040516313717da960e21b815260040160405180910390fd5b5f612d1b600485613a93565b64ffffffffff169050612d74612d346040850185613740565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525089925050506020860135846128c3565b612d91576040516309bde33960e01b815260040160405180910390fd5b612d9f836020013585612ef1565b95945050505050565b5f83515f14158015612dc5575060208451612dc39190613abc565b155b612de2576040516313717da960e21b815260040160405180910390fd5b604080516020808201909252848152905b85518111612e7257612e06600285613abc565b5f03612e385781515f528086015160205260208260405f60026107d05a03fa612e2d575f5ffd5b600284049350612e60565b808601515f52815160205260208260405f60026107d05a03fa612e59575f5ffd5b6002840493505b612e6b6020826137ce565b9050612df3565b5051949350505050565b60f881901c60e882901c61ff00161760d882901c62ff0000161760c882901c63ff000000161764ff0000000060b883901c161765ff000000000060a883901c161766ff000000000000609883901c161767ff0000000000000060889290921c919091161790565b6060610dad84845f85612f1d565b5f80612efe600484613acf565b612f09906040613af8565b64ffffffffff169050610dad84821b612e7c565b606082471015612f7e5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401611358565b5f5f866001600160a01b03168587604051612f999190613822565b5f6040518083038185875af1925050503d805f8114612fd3576040519150601f19603f3d011682016040523d82523d5f602084013e612fd8565b606091505b5091509150612fe987838387612ff4565b979650505050505050565b606083156130625782515f0361305b576001600160a01b0385163b61305b5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401611358565b5081610dad565b610dad83838151156130775781518083602001fd5b8060405162461bcd60e51b8152600401611358919061329e565b80356001600160401b03811681146130a7575f5ffd5b919050565b5f604082840312156130bc575f5ffd5b50919050565b5f5f5f606084860312156130d4575f5ffd5b6130dd84613091565b925060208401356001600160401b038111156130f7575f5ffd5b613103868287016130ac565b92505060408401356001600160401b0381111561311e575f5ffd5b61312a868287016130ac565b9150509250925092565b5f5f83601f840112613144575f5ffd5b5081356001600160401b0381111561315a575f5ffd5b6020830191508360208260051b8501011115613174575f5ffd5b9250929050565b5f5f5f5f5f5f5f5f60a0898b031215613192575f5ffd5b61319b89613091565b975060208901356001600160401b038111156131b5575f5ffd5b6131c18b828c016130ac565b97505060408901356001600160401b038111156131dc575f5ffd5b6131e88b828c01613134565b90975095505060608901356001600160401b03811115613206575f5ffd5b6132128b828c01613134565b90955093505060808901356001600160401b03811115613230575f5ffd5b61323c8b828c01613134565b999c989b5096995094979396929594505050565b5f60208284031215613260575f5ffd5b61326982613091565b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6132696020830184613270565b5f5f83601f8401126132c0575f5ffd5b5081356001600160401b038111156132d6575f5ffd5b602083019150836020828501011115613174575f5ffd5b5f5f602083850312156132fe575f5ffd5b82356001600160401b03811115613313575f5ffd5b61331f858286016132b0565b90969095509350505050565b634e487b7160e01b5f52602160045260245ffd5b6003811061335b57634e487b7160e01b5f52602160045260245ffd5b9052565b60208101610ca1828461333f565b5f6020828403121561337d575f5ffd5b5035919050565b5f6080820190506001600160401b0383511682526001600160401b0360208401511660208301526001600160401b03604084015116604083015260608301516133d0606084018261333f565b5092915050565b80151581146133e4575f5ffd5b50565b5f602082840312156133f7575f5ffd5b8135613269816133d7565b5f5f5f5f5f60608688031215613416575f5ffd5b85356001600160401b0381111561342b575f5ffd5b613437888289016132b0565b90965094505060208601356001600160401b03811115613455575f5ffd5b613461888289016132b0565b96999598509660400135949350505050565b6001600160a01b03811681146133e4575f5ffd5b80356130a781613473565b5f5f604083850312156134a3575f5ffd5b82356134ae81613473565b946020939093013593505050565b5f602082840312156134cc575f5ffd5b813561326981613473565b634e487b7160e01b5f52604160045260245ffd5b604051601f8201601f191681016001600160401b0381118282101715613513576135136134d7565b604052919050565b5f6001600160401b03821115613533576135336134d7565b5060051b60200190565b5f82601f83011261354c575f5ffd5b813561355f61355a8261351b565b6134eb565b8082825260208201915060208360051b860101925085831115613580575f5ffd5b602085015b8381101561359d578035835260209283019201613585565b5095945050505050565b5f5f5f606084860312156135b9575f5ffd5b83356001600160401b038111156135ce575f5ffd5b8401601f810186136135de575f5ffd5b80356135ec61355a8261351b565b8082825260208201915060208360051b85010192508883111561360d575f5ffd5b6020840193505b8284101561363857833561362781613473565b825260209384019390910190613614565b955050505060208401356001600160401b03811115613655575f5ffd5b6136618682870161353d565b92505061367060408501613487565b90509250925092565b5f5f5f6040848603121561368b575f5ffd5b83356001600160401b038111156136a0575f5ffd5b6136ac868287016130ac565b93505060208401356001600160401b038111156136c7575f5ffd5b6136d386828701613134565b9497909650939450505050565b5f602082840312156136f0575f5ffd5b8151613269816133d7565b5f5f8335601e19843603018112613710575f5ffd5b8301803591506001600160401b03821115613729575f5ffd5b6020019150600581901b3603821315613174575f5ffd5b5f5f8335601e19843603018112613755575f5ffd5b8301803591506001600160401b0382111561376e575f5ffd5b602001915036819003821315613174575f5ffd5b634e487b7160e01b5f52603260045260245ffd5b5f602082840312156137a6575f5ffd5b813564ffffffffff81168114613269575f5ffd5b634e487b7160e01b5f52601160045260245ffd5b80820180821115610ca157610ca16137ba565b8082028115828204841417610ca157610ca16137ba565b81810381811115610ca157610ca16137ba565b5f81518060208401855e5f93019283525090919050565b5f613269828461380b565b5f6020828403121561383d575f5ffd5b5051919050565b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b608081525f61387f60808301888a613844565b82810360208401526138918188613270565b905082810360408401526138a6818688613844565b915050826060830152979650505050505050565b602081525f610dad602083018486613844565b634e487b7160e01b5f52601260045260245ffd5b5f826138ef576138ef6138cd565b500490565b6001600160401b038281168282160390811115610ca157610ca16137ba565b5f8235605e19833603018112613927575f5ffd5b9190910192915050565b5f62ffffff821680613945576139456137ba565b5f190192915050565b6001600160401b038181168382160190811115610ca157610ca16137ba565b600781810b9083900b01677fffffffffffffff8113677fffffffffffffff1982121715610ca157610ca16137ba565b805160208083015191908110156130bc575f1960209190910360031b1b16919050565b5f600182016139d0576139d06137ba565b5060010190565b5f6139e2828561380b565b6001600160801b03199390931683525050601001919050565b600782810b9082900b03677fffffffffffffff198112677fffffffffffffff82131715610ca157610ca16137ba565b5f81613a3857613a386137ba565b505f190190565b5f8160070b677fffffffffffffff198103613a5c57613a5c6137ba565b5f0392915050565b8082025f8212600160ff1b84141615613a7f57613a7f6137ba565b8181058314821517610ca157610ca16137ba565b5f64ffffffffff831680613aa957613aa96138cd565b8064ffffffffff84160491505092915050565b5f82613aca57613aca6138cd565b500690565b5f64ffffffffff831680613ae557613ae56138cd565b8064ffffffffff84160691505092915050565b64ffffffffff81811683821602908116908181146133d0576133d06137ba56fea2646970667358221220ee8944e7c6eeceaf312bcc5ef6ae6ca9651a38d06a553df7177cd8b7b1cb273264736f6c634300081b003300000000000000000000000000000000219ab540356cbb839cbe05303d7705fa000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c853000000000000000000000000000000000000000000000000000000006059f4600000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000676302e302e300000000000000000000000000000000000000000000000000000","output":"0x60806040526004361061017e575f3560e01c80636fcd0e53116100cd578063c490744211610087578063dda3346c11610062578063dda3346c146105d1578063ee94d67c146105f0578063f074ba621461060f578063f28824611461062e575f5ffd5b8063c490744214610574578063c4d66de814610593578063d06d5587146105b2575f5ffd5b80636fcd0e531461048f5780637439841f146104bb57806374cdd798146104f057806388676cad146105235780639b4e463414610542578063b522538a14610555575f5ffd5b80634665bcda1161013857806354fd4d501161011357806354fd4d5014610404578063587533571461042557806358eaee79146104445780636c0d2d5a14610470575f5ffd5b80634665bcda146102b257806347d28372146102e557806352396a59146103d0575f5ffd5b8063039157d2146101bc5780630b18ff66146101dd5780632340e8d3146102195780633474aa161461023c5780633f65cf191461026d57806342ecff2a1461028c575f5ffd5b366101b8576040513481527f6fdd3dbdb173299608c0aa9f368735857c8842b581f8389238bf05bd04b3bf499060200160405180910390a1005b5f5ffd5b3480156101c7575f5ffd5b506101db6101d63660046130c2565b610661565b005b3480156101e8575f5ffd5b506033546101fc906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b348015610224575f5ffd5b5061022e60395481565b604051908152602001610210565b348015610247575f5ffd5b506034546001600160401b03165b6040516001600160401b039091168152602001610210565b348015610278575f5ffd5b506101db61028736600461317b565b61098d565b348015610297575f5ffd5b50603a5461025590600160401b90046001600160401b031681565b3480156102bd575f5ffd5b506101fc7f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c85381565b3480156102f0575f5ffd5b506103756040805160a0810182525f80825260208201819052918101829052606081018290526080810191909152506040805160a081018252603c548152603d5462ffffff811660208301526001600160401b0363010000008204811693830193909352600160581b810460070b6060830152600160981b9004909116608082015290565b60405161021091905f60a0820190508251825262ffffff60208401511660208301526001600160401b036040840151166040830152606083015160070b60608301526001600160401b03608084015116608083015292915050565b3480156103db575f5ffd5b506102556103ea366004613250565b603b6020525f90815260409020546001600160401b031681565b34801561040f575f5ffd5b50610418610c15565b604051610210919061329e565b348015610430575f5ffd5b50603e546101fc906001600160a01b031681565b34801561044f575f5ffd5b5061046361045e3660046132ed565b610c45565b604051610210919061335f565b34801561047b575f5ffd5b5061022e61048a366004613250565b610ca7565b34801561049a575f5ffd5b506104ae6104a936600461336d565b610db5565b6040516102109190613384565b3480156104c6575f5ffd5b506104636104d536600461336d565b5f90815260366020526040902054600160c01b900460ff1690565b3480156104fb575f5ffd5b506101fc7f00000000000000000000000000000000219ab540356cbb839cbe05303d7705fa81565b34801561052e575f5ffd5b506101db61053d3660046133e7565b610e60565b6101db610550366004613402565b610f55565b348015610560575f5ffd5b506104ae61056f3660046132ed565b61109c565b34801561057f575f5ffd5b506101db61058e366004613492565b61118b565b34801561059e575f5ffd5b506101db6105ad3660046134bc565b6112c2565b3480156105bd575f5ffd5b506101db6105cc3660046134bc565b61140c565b3480156105dc575f5ffd5b506101db6105eb3660046135a7565b6114a0565b3480156105fb575f5ffd5b50603a54610255906001600160401b031681565b34801561061a575f5ffd5b506101db610629366004613679565b6115ff565b348015610639575f5ffd5b506102557f000000000000000000000000000000000000000000000000000000006059f46081565b604051635ac86ab760e01b8152600660048201819052907f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8536001600160a01b031690635ac86ab790602401602060405180830381865afa1580156106c7573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106eb91906136e0565b156107095760405163840a48d560e01b815260040160405180910390fd5b604051635ac86ab760e01b8152600860048201819052907f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8536001600160a01b031690635ac86ab790602401602060405180830381865afa15801561076f573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061079391906136e0565b156107b15760405163840a48d560e01b815260040160405180910390fd5b5f6107f56107bf85806136fb565b808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152506119fc92505050565b5f818152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff1660028111156108635761086361332b565b60028111156108745761087461332b565b81525050905080604001516001600160401b0316876001600160401b0316116108b0576040516337e07ffd60e01b815260040160405180910390fd5b6001816060015160028111156108c8576108c861332b565b146108e65760405163d49e19a760e01b815260040160405180910390fd5b6109296108f386806136fb565b808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250611a1e92505050565b6109465760405163161ce5ed60e31b815260040160405180910390fd5b61095861095288610ca7565b87611a46565b61097b863561096787806136fb565b61097460208a018a613740565b8651611aeb565b6109845f611c12565b50505050505050565b6033546001600160a01b03163314806109b05750603e546001600160a01b031633145b6109cd5760405163427a777960e01b815260040160405180910390fd5b604051635ac86ab760e01b8152600260048201819052907f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8536001600160a01b031690635ac86ab790602401602060405180830381865afa158015610a33573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a5791906136e0565b15610a755760405163840a48d560e01b815260040160405180910390fd5b8584148015610a8357508382145b610aa0576040516343714afd60e01b815260040160405180910390fd5b603a546001600160401b03600160401b9091048116908a1611610ad6576040516337e07ffd60e01b815260040160405180910390fd5b610ae8610ae28a610ca7565b89611a46565b5f805b87811015610b8057610b6c8a358a8a84818110610b0a57610b0a613782565b9050602002016020810190610b1f9190613796565b898985818110610b3157610b31613782565b9050602002810190610b439190613740565b898987818110610b5557610b55613782565b9050602002810190610b6791906136fb565b611d92565b610b7690836137ce565b9150600101610aeb565b5060335460405163a1ca780b60e01b81526001600160a01b0391821660048201525f6024820152604481018390527f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8539091169063a1ca780b906064015f604051808303815f87803b158015610bf3575f5ffd5b505af1158015610c05573d5f5f3e3d5ffd5b5050505050505050505050505050565b6060610c407f76302e302e300000000000000000000000000000000000000000000000000006612247565b905090565b5f5f610c8584848080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525061228492505050565b5f90815260366020526040902054600160c01b900460ff169150505b92915050565b5f610cb5611fff600c6137e1565b610cc86001600160401b038416426137f8565b10610ce657604051637944e66d60e11b815260040160405180910390fd5b604080516001600160401b03841660208201525f918291720f3df6d732807ef1319fb7b8bb8522d0beac02910160408051601f1981840301815290829052610d2d91613822565b5f60405180830381855afa9150503d805f8114610d65576040519150601f19603f3d011682016040523d82523d5f602084013e610d6a565b606091505b5091509150818015610d7c57505f8151115b610d995760405163558ad0a360e01b815260040160405180910390fd5b80806020019051810190610dad919061382d565b949350505050565b610ddc604080516080810182525f8082526020820181905291810182905290606082015290565b5f82815260366020908152604091829020825160808101845281546001600160401b038082168352600160401b8204811694830194909452600160801b810490931693810193909352906060830190600160c01b900460ff166002811115610e4657610e4661332b565b6002811115610e5757610e5761332b565b90525092915050565b6033546001600160a01b0316331480610e835750603e546001600160a01b031633145b610ea05760405163427a777960e01b815260040160405180910390fd5b604051635ac86ab760e01b8152600660048201819052907f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8536001600160a01b031690635ac86ab790602401602060405180830381865afa158015610f06573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f2a91906136e0565b15610f485760405163840a48d560e01b815260040160405180910390fd5b610f5182611c12565b5050565b336001600160a01b037f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8531614610f9e57604051633213a66160e21b815260040160405180910390fd5b346801bc16d674ec80000014610fc75760405163049696b360e31b815260040160405180910390fd5b7f00000000000000000000000000000000219ab540356cbb839cbe05303d7705fa6001600160a01b031663228951186801bc16d674ec800000878761100a612315565b8888886040518863ffffffff1660e01b815260040161102e9695949392919061386c565b5f604051808303818588803b158015611045575f5ffd5b505af1158015611057573d5f5f3e3d5ffd5b50505050507f606865b7934a25d4aed43f6cdb426403353fa4b3009c4d228407474581b01e23858560405161108d9291906138ba565b60405180910390a15050505050565b6110c3604080516080810182525f8082526020820181905291810182905290606082015290565b60365f61110485858080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525061228492505050565b815260208082019290925260409081015f20815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b81049094169281019290925290916060830190600160c01b900460ff1660028111156111705761117061332b565b60028111156111815761118161332b565b9052509392505050565b336001600160a01b037f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c85316146111d457604051633213a66160e21b815260040160405180910390fd5b5f6111e3633b9aca00836138e1565b90506111fc633b9aca006001600160401b0383166137e1565b6034549092506001600160401b03908116908216111561122f576040516302c6f54760e21b815260040160405180910390fd5b603480548291905f9061124c9084906001600160401b03166138f4565b92506101000a8154816001600160401b0302191690836001600160401b03160217905550826001600160a01b03167f8947fd2ce07ef9cc302c4e8f0461015615d91ce851564839e91cc804c2f49d8e836040516112ab91815260200190565b60405180910390a26112bd8383612359565b505050565b5f54610100900460ff16158080156112e057505f54600160ff909116105b806112f95750303b1580156112f957505f5460ff166001145b6113615760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015611382575f805461ff0019166101001790555b6001600160a01b0382166113a9576040516339b190bb60e11b815260040160405180910390fd5b603380546001600160a01b0319166001600160a01b0384161790558015610f51575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15050565b6033546001600160a01b031633146114375760405163719f370360e11b815260040160405180910390fd5b603e54604080516001600160a01b03928316815291831660208301527ffb8129080a19d34dceac04ba253fc50304dc86c729bd63cdca4a969ad19a5eac910160405180910390a1603e80546001600160a01b0319166001600160a01b0392909216919091179055565b6033546001600160a01b031633146114cb5760405163719f370360e11b815260040160405180910390fd5b604051635ac86ab760e01b8152600560048201819052907f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8536001600160a01b031690635ac86ab790602401602060405180830381865afa158015611531573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061155591906136e0565b156115735760405163840a48d560e01b815260040160405180910390fd5b8251845114611595576040516343714afd60e01b815260040160405180910390fd5b5f5b84518110156115f8576115f0838583815181106115b6576115b6613782565b60200260200101518784815181106115d0576115d0613782565b60200260200101516001600160a01b031661246e9092919063ffffffff16565b600101611597565b5050505050565b604051635ac86ab760e01b8152600760048201819052907f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8536001600160a01b031690635ac86ab790602401602060405180830381865afa158015611665573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061168991906136e0565b156116a75760405163840a48d560e01b815260040160405180910390fd5b603a54600160401b90046001600160401b03165f8190036116db57604051631a544f4960e01b815260040160405180910390fd5b6040805160a081018252603c54808252603d5462ffffff811660208401526001600160401b0363010000008204811694840194909452600160581b810460070b6060840152600160981b900490921660808201529061173a90876124c0565b5f805b858110156119a3573687878381811061175857611758613782565b905060200281019061176a9190613913565b80355f908152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff1660028111156117da576117da61332b565b60028111156117eb576117eb61332b565b90525090506001816060015160028111156118085761180861332b565b1461181457505061199b565b856001600160401b031681604001516001600160401b03161061183857505061199b565b5f8080611848848a8f3588612571565b60208b018051939650919450925061185f82613931565b62ffffff1690525060808801805184919061187b90839061394e565b6001600160401b031690525060608801805183919061189b90839061396d565b60070b9052506118ab818861394e565b85355f908152603660209081526040918290208751815492890151938901516001600160401b03908116600160801b0267ffffffffffffffff60801b19958216600160401b026001600160801b0319909516919092161792909217928316821781556060880151939a50879390929091839160ff60c01b1990911668ffffffffffffffffff60801b1990911617600160c01b83600281111561194f5761194f61332b565b021790555050845160405164ffffffffff90911691506001600160401b038b16907fa91c59033c3423e18b54d0acecebb4972f9ea95aedf5f4cae3b677b02eaf3a3f905f90a350505050505b60010161173d565b506001600160401b038084165f908152603b60205260408120805484939192916119cf9185911661394e565b92506101000a8154816001600160401b0302191690836001600160401b0316021790555061098482612694565b5f815f81518110611a0f57611a0f613782565b60200260200101519050919050565b5f81600381518110611a3257611a32613782565b60200260200101515f5f1b14159050919050565b611a52600360206137e1565b611a5f6020830183613740565b905014611a7f576040516313717da960e21b815260040160405180910390fd5b611ace611a8f6020830183613740565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f92019190915250869250508435905060036128c3565b610f51576040516309bde33960e01b815260040160405180910390fd5b60088414611b0c5760405163200591bd60e01b815260040160405180910390fd5b6005611b1a602860016137ce565b611b2491906137ce565b611b2f9060206137e1565b8214611b4e576040516313717da960e21b815260040160405180910390fd5b5f611b8a8686808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152506128da92505050565b90505f64ffffffffff8316611ba1602860016137ce565b600b901b179050611beb85858080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152508c92508691508590506128c3565b611c08576040516309bde33960e01b815260040160405180910390fd5b5050505050505050565b603a54600160401b90046001600160401b031615611c425760405162be9bc360e81b815260040160405180910390fd5b603a546001600160401b03428116911603611c70576040516367db5b8b60e01b815260040160405180910390fd5b6034545f906001600160401b0316611c8c633b9aca00476138e1565b611c9691906138f4565b9050818015611cac57506001600160401b038116155b15611cca576040516332dea95960e21b815260040160405180910390fd5b5f6040518060a00160405280611cdf42610ca7565b815260395462ffffff1660208201526001600160401b0380851660408301525f60608301819052608090920191909152603a805442909216600160401b026fffffffffffffffff0000000000000000199092169190911790559050611d4381612694565b805160208083015160405162ffffff90911681526001600160401b034216917f575796133bbed337e5b39aa49a30dc2556a91e0c6c2af4b7b886ae77ebef1076910160405180910390a3505050565b5f5f611dcf8484808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152506119fc92505050565b5f818152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff166002811115611e3d57611e3d61332b565b6002811115611e4e57611e4e61332b565b90525090505f81606001516002811115611e6a57611e6a61332b565b14611e88576040516335e09e9d60e01b815260040160405180910390fd5b6001600160401b038016611ecd8686808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250612b6a92505050565b6001600160401b031603611ef457604051631958236d60e21b815260040160405180910390fd5b6001600160401b038016611f398686808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250612b8e92505050565b6001600160401b031614611f6057604051632eade63760e01b815260040160405180910390fd5b611f68612315565b611f719061399c565b611fac8686808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250612ba592505050565b14611fca57604051633772dd5360e11b815260040160405180910390fd5b5f6120068686808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250612bb992505050565b90506120168a87878b8b8e611aeb565b60398054905f612025836139bf565b9091555050603a545f90600160401b90046001600160401b03161561205c57603a54600160401b90046001600160401b0316612069565b603a546001600160401b03165b6040805160808101825264ffffffffff8d1681526001600160401b03858116602083015283169181019190915290915060608101600190525f858152603660209081526040918290208351815492850151938501516001600160401b03908116600160801b0267ffffffffffffffff60801b19958216600160401b026001600160801b031990951691909216179290921792831682178155606084015190929091839160ff60c01b1990911668ffffffffffffffffff60801b1990911617600160c01b83600281111561213e5761213e61332b565b021790555050603d8054849250601390612169908490600160981b90046001600160401b031661394e565b92506101000a8154816001600160401b0302191690836001600160401b031602179055507f2d0800bbc377ea54a08c5db6a87aafff5e3e9c8fead0eda110e40e0c104414498a6040516121c9919064ffffffffff91909116815260200190565b60405180910390a16040805164ffffffffff8c1681526001600160401b03838116602083015284168183015290517f0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df9181900360600190a1612238633b9aca006001600160401b0384166137e1565b9b9a5050505050505050505050565b60605f61225383612bd0565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b5f81516030146122a757604051634f88323960e11b815260040160405180910390fd5b6040516002906122bd9084905f906020016139d7565b60408051601f19818403018152908290526122d791613822565b602060405180830381855afa1580156122f2573d5f5f3e3d5ffd5b5050506040513d601f19601f82011682018060405250810190610ca1919061382d565b60408051600160f81b60208201525f602182015230606090811b6bffffffffffffffffffffffff1916602c8301529101604051602081830303815290604052905090565b804710156123a95760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a20696e73756666696369656e742062616c616e63650000006044820152606401611358565b5f826001600160a01b0316826040515f6040518083038185875af1925050503d805f81146123f2576040519150601f19603f3d011682016040523d82523d5f602084013e6123f7565b606091505b50509050806112bd5760405162461bcd60e51b815260206004820152603a60248201527f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260448201527f6563697069656e74206d617920686176652072657665727465640000000000006064820152608401611358565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663a9059cbb60e01b1790526112bd908490612bf7565b6124cc600560036137ce565b6124d79060206137e1565b6124e46020830183613740565b905014612504576040516313717da960e21b815260040160405180910390fd5b606c6125546125166020840184613740565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152508792505085359050846128c3565b6112bd576040516309bde33960e01b815260040160405180910390fd5b83516020850151905f90819081612589878388612cca565b9050846001600160401b0316816001600160401b031614612603576125ae85826139fb565b6040805164ffffffffff851681526001600160401b038b8116602083015284168183015290519195507f0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df919081900360600190a15b6001600160401b0380821660208b0181905290891660408b01525f036126885760398054905f61263283613a2a565b9091555050600260608a015261264784613a3f565b92508164ffffffffff16886001600160401b03167f2a02361ffa66cf2c2da4682c2355a6adcaa9f6c227b6e6563e68480f9587626a60405160405180910390a35b50509450945094915050565b602081015162ffffff1615612734578051603c556020810151603d80546040840151606085015160809095015162ffffff9094166affffffffffffffffffffff199092169190911763010000006001600160401b0392831602176fffffffffffffffffffffffffffffffff60581b1916600160581b9482169490940267ffffffffffffffff60981b191693909317600160981b9390921692909202179055565b60808101516034545f91612750916001600160401b031661394e565b90505f82606001518360400151612767919061396d565b60408401516034805492935090915f9061278b9084906001600160401b031661394e565b82546101009290920a6001600160401b03818102199093169183160217909155603a8054600160401b810483166001600160801b03199091161790555f91506127db90633b9aca009085166137e1565b90505f6127f0633b9aca00600785900b613a64565b603a546040518281529192506001600160401b0316907f525408c201bc1576eb44116f6478f1c2a54775b19a043bcfdc708364f74f8e449060200160405180910390a260335460405163a1ca780b60e01b81526001600160a01b03918216600482015260248101849052604481018390527f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8539091169063a1ca780b906064015f604051808303815f87803b1580156128a6575f5ffd5b505af11580156128b8573d5f5f3e3d5ffd5b505050505050505050565b5f836128d0868585612da8565b1495945050505050565b5f5f600283516128ea91906138e1565b90505f816001600160401b03811115612905576129056134d7565b60405190808252806020026020018201604052801561292e578160200160208202803683370190505b5090505f5b82811015612a285760028561294883836137e1565b8151811061295857612958613782565b60200260200101518683600261296e91906137e1565b6129799060016137ce565b8151811061298957612989613782565b60200260200101516040516020016129ab929190918252602082015260400190565b60408051601f19818403018152908290526129c591613822565b602060405180830381855afa1580156129e0573d5f5f3e3d5ffd5b5050506040513d601f19601f82011682018060405250810190612a03919061382d565b828281518110612a1557612a15613782565b6020908102919091010152600101612933565b50612a346002836138e1565b91505b8115612b47575f5b82811015612b3457600282612a5483836137e1565b81518110612a6457612a64613782565b602002602001015183836002612a7a91906137e1565b612a859060016137ce565b81518110612a9557612a95613782565b6020026020010151604051602001612ab7929190918252602082015260400190565b60408051601f1981840301815290829052612ad191613822565b602060405180830381855afa158015612aec573d5f5f3e3d5ffd5b5050506040513d601f19601f82011682018060405250810190612b0f919061382d565b828281518110612b2157612b21613782565b6020908102919091010152600101612a3f565b50612b406002836138e1565b9150612a37565b805f81518110612b5957612b59613782565b602002602001015192505050919050565b5f610ca182600581518110612b8157612b81613782565b6020026020010151612e7c565b5f610ca182600681518110612b8157612b81613782565b5f81600181518110611a0f57611a0f613782565b5f610ca182600281518110612b8157612b81613782565b5f60ff8216601f811115610ca157604051632cd44ac360e21b815260040160405180910390fd5b5f612c4b826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316612ee39092919063ffffffff16565b905080515f1480612c6b575080806020019051810190612c6b91906136e0565b6112bd5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401611358565b5f612cd7602660016137ce565b612ce29060206137e1565b612cef6040840184613740565b905014612d0f576040516313717da960e21b815260040160405180910390fd5b5f612d1b600485613a93565b64ffffffffff169050612d74612d346040850185613740565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525089925050506020860135846128c3565b612d91576040516309bde33960e01b815260040160405180910390fd5b612d9f836020013585612ef1565b95945050505050565b5f83515f14158015612dc5575060208451612dc39190613abc565b155b612de2576040516313717da960e21b815260040160405180910390fd5b604080516020808201909252848152905b85518111612e7257612e06600285613abc565b5f03612e385781515f528086015160205260208260405f60026107d05a03fa612e2d575f5ffd5b600284049350612e60565b808601515f52815160205260208260405f60026107d05a03fa612e59575f5ffd5b6002840493505b612e6b6020826137ce565b9050612df3565b5051949350505050565b60f881901c60e882901c61ff00161760d882901c62ff0000161760c882901c63ff000000161764ff0000000060b883901c161765ff000000000060a883901c161766ff000000000000609883901c161767ff0000000000000060889290921c919091161790565b6060610dad84845f85612f1d565b5f80612efe600484613acf565b612f09906040613af8565b64ffffffffff169050610dad84821b612e7c565b606082471015612f7e5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401611358565b5f5f866001600160a01b03168587604051612f999190613822565b5f6040518083038185875af1925050503d805f8114612fd3576040519150601f19603f3d011682016040523d82523d5f602084013e612fd8565b606091505b5091509150612fe987838387612ff4565b979650505050505050565b606083156130625782515f0361305b576001600160a01b0385163b61305b5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401611358565b5081610dad565b610dad83838151156130775781518083602001fd5b8060405162461bcd60e51b8152600401611358919061329e565b80356001600160401b03811681146130a7575f5ffd5b919050565b5f604082840312156130bc575f5ffd5b50919050565b5f5f5f606084860312156130d4575f5ffd5b6130dd84613091565b925060208401356001600160401b038111156130f7575f5ffd5b613103868287016130ac565b92505060408401356001600160401b0381111561311e575f5ffd5b61312a868287016130ac565b9150509250925092565b5f5f83601f840112613144575f5ffd5b5081356001600160401b0381111561315a575f5ffd5b6020830191508360208260051b8501011115613174575f5ffd5b9250929050565b5f5f5f5f5f5f5f5f60a0898b031215613192575f5ffd5b61319b89613091565b975060208901356001600160401b038111156131b5575f5ffd5b6131c18b828c016130ac565b97505060408901356001600160401b038111156131dc575f5ffd5b6131e88b828c01613134565b90975095505060608901356001600160401b03811115613206575f5ffd5b6132128b828c01613134565b90955093505060808901356001600160401b03811115613230575f5ffd5b61323c8b828c01613134565b999c989b5096995094979396929594505050565b5f60208284031215613260575f5ffd5b61326982613091565b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6132696020830184613270565b5f5f83601f8401126132c0575f5ffd5b5081356001600160401b038111156132d6575f5ffd5b602083019150836020828501011115613174575f5ffd5b5f5f602083850312156132fe575f5ffd5b82356001600160401b03811115613313575f5ffd5b61331f858286016132b0565b90969095509350505050565b634e487b7160e01b5f52602160045260245ffd5b6003811061335b57634e487b7160e01b5f52602160045260245ffd5b9052565b60208101610ca1828461333f565b5f6020828403121561337d575f5ffd5b5035919050565b5f6080820190506001600160401b0383511682526001600160401b0360208401511660208301526001600160401b03604084015116604083015260608301516133d0606084018261333f565b5092915050565b80151581146133e4575f5ffd5b50565b5f602082840312156133f7575f5ffd5b8135613269816133d7565b5f5f5f5f5f60608688031215613416575f5ffd5b85356001600160401b0381111561342b575f5ffd5b613437888289016132b0565b90965094505060208601356001600160401b03811115613455575f5ffd5b613461888289016132b0565b96999598509660400135949350505050565b6001600160a01b03811681146133e4575f5ffd5b80356130a781613473565b5f5f604083850312156134a3575f5ffd5b82356134ae81613473565b946020939093013593505050565b5f602082840312156134cc575f5ffd5b813561326981613473565b634e487b7160e01b5f52604160045260245ffd5b604051601f8201601f191681016001600160401b0381118282101715613513576135136134d7565b604052919050565b5f6001600160401b03821115613533576135336134d7565b5060051b60200190565b5f82601f83011261354c575f5ffd5b813561355f61355a8261351b565b6134eb565b8082825260208201915060208360051b860101925085831115613580575f5ffd5b602085015b8381101561359d578035835260209283019201613585565b5095945050505050565b5f5f5f606084860312156135b9575f5ffd5b83356001600160401b038111156135ce575f5ffd5b8401601f810186136135de575f5ffd5b80356135ec61355a8261351b565b8082825260208201915060208360051b85010192508883111561360d575f5ffd5b6020840193505b8284101561363857833561362781613473565b825260209384019390910190613614565b955050505060208401356001600160401b03811115613655575f5ffd5b6136618682870161353d565b92505061367060408501613487565b90509250925092565b5f5f5f6040848603121561368b575f5ffd5b83356001600160401b038111156136a0575f5ffd5b6136ac868287016130ac565b93505060208401356001600160401b038111156136c7575f5ffd5b6136d386828701613134565b9497909650939450505050565b5f602082840312156136f0575f5ffd5b8151613269816133d7565b5f5f8335601e19843603018112613710575f5ffd5b8301803591506001600160401b03821115613729575f5ffd5b6020019150600581901b3603821315613174575f5ffd5b5f5f8335601e19843603018112613755575f5ffd5b8301803591506001600160401b0382111561376e575f5ffd5b602001915036819003821315613174575f5ffd5b634e487b7160e01b5f52603260045260245ffd5b5f602082840312156137a6575f5ffd5b813564ffffffffff81168114613269575f5ffd5b634e487b7160e01b5f52601160045260245ffd5b80820180821115610ca157610ca16137ba565b8082028115828204841417610ca157610ca16137ba565b81810381811115610ca157610ca16137ba565b5f81518060208401855e5f93019283525090919050565b5f613269828461380b565b5f6020828403121561383d575f5ffd5b5051919050565b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b608081525f61387f60808301888a613844565b82810360208401526138918188613270565b905082810360408401526138a6818688613844565b915050826060830152979650505050505050565b602081525f610dad602083018486613844565b634e487b7160e01b5f52601260045260245ffd5b5f826138ef576138ef6138cd565b500490565b6001600160401b038281168282160390811115610ca157610ca16137ba565b5f8235605e19833603018112613927575f5ffd5b9190910192915050565b5f62ffffff821680613945576139456137ba565b5f190192915050565b6001600160401b038181168382160190811115610ca157610ca16137ba565b600781810b9083900b01677fffffffffffffff8113677fffffffffffffff1982121715610ca157610ca16137ba565b805160208083015191908110156130bc575f1960209190910360031b1b16919050565b5f600182016139d0576139d06137ba565b5060010190565b5f6139e2828561380b565b6001600160801b03199390931683525050601001919050565b600782810b9082900b03677fffffffffffffff198112677fffffffffffffff82131715610ca157610ca16137ba565b5f81613a3857613a386137ba565b505f190190565b5f8160070b677fffffffffffffff198103613a5c57613a5c6137ba565b5f0392915050565b8082025f8212600160ff1b84141615613a7f57613a7f6137ba565b8181058314821517610ca157610ca16137ba565b5f64ffffffffff831680613aa957613aa96138cd565b8064ffffffffff84160491505092915050565b5f82613aca57613aca6138cd565b500690565b5f64ffffffffff831680613ae557613ae56138cd565b8064ffffffffff84160691505092915050565b64ffffffffff81811683821602908116908181146133d0576133d06137ba56fea2646970667358221220ee8944e7c6eeceaf312bcc5ef6ae6ca9651a38d06a553df7177cd8b7b1cb273264736f6c634300081b0033","gas_used":3064477,"gas_limit":4075408,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x60806040526004361061017e575f3560e01c80636fcd0e53116100cd578063c490744211610087578063dda3346c11610062578063dda3346c146105d1578063ee94d67c146105f0578063f074ba621461060f578063f28824611461062e575f5ffd5b8063c490744214610574578063c4d66de814610593578063d06d5587146105b2575f5ffd5b80636fcd0e531461048f5780637439841f146104bb57806374cdd798146104f057806388676cad146105235780639b4e463414610542578063b522538a14610555575f5ffd5b80634665bcda1161013857806354fd4d501161011357806354fd4d5014610404578063587533571461042557806358eaee79146104445780636c0d2d5a14610470575f5ffd5b80634665bcda146102b257806347d28372146102e557806352396a59146103d0575f5ffd5b8063039157d2146101bc5780630b18ff66146101dd5780632340e8d3146102195780633474aa161461023c5780633f65cf191461026d57806342ecff2a1461028c575f5ffd5b366101b8576040513481527f6fdd3dbdb173299608c0aa9f368735857c8842b581f8389238bf05bd04b3bf499060200160405180910390a1005b5f5ffd5b3480156101c7575f5ffd5b506101db6101d63660046130c2565b610661565b005b3480156101e8575f5ffd5b506033546101fc906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b348015610224575f5ffd5b5061022e60395481565b604051908152602001610210565b348015610247575f5ffd5b506034546001600160401b03165b6040516001600160401b039091168152602001610210565b348015610278575f5ffd5b506101db61028736600461317b565b61098d565b348015610297575f5ffd5b50603a5461025590600160401b90046001600160401b031681565b3480156102bd575f5ffd5b506101fc7f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c85381565b3480156102f0575f5ffd5b506103756040805160a0810182525f80825260208201819052918101829052606081018290526080810191909152506040805160a081018252603c548152603d5462ffffff811660208301526001600160401b0363010000008204811693830193909352600160581b810460070b6060830152600160981b9004909116608082015290565b60405161021091905f60a0820190508251825262ffffff60208401511660208301526001600160401b036040840151166040830152606083015160070b60608301526001600160401b03608084015116608083015292915050565b3480156103db575f5ffd5b506102556103ea366004613250565b603b6020525f90815260409020546001600160401b031681565b34801561040f575f5ffd5b50610418610c15565b604051610210919061329e565b348015610430575f5ffd5b50603e546101fc906001600160a01b031681565b34801561044f575f5ffd5b5061046361045e3660046132ed565b610c45565b604051610210919061335f565b34801561047b575f5ffd5b5061022e61048a366004613250565b610ca7565b34801561049a575f5ffd5b506104ae6104a936600461336d565b610db5565b6040516102109190613384565b3480156104c6575f5ffd5b506104636104d536600461336d565b5f90815260366020526040902054600160c01b900460ff1690565b3480156104fb575f5ffd5b506101fc7f00000000000000000000000000000000219ab540356cbb839cbe05303d7705fa81565b34801561052e575f5ffd5b506101db61053d3660046133e7565b610e60565b6101db610550366004613402565b610f55565b348015610560575f5ffd5b506104ae61056f3660046132ed565b61109c565b34801561057f575f5ffd5b506101db61058e366004613492565b61118b565b34801561059e575f5ffd5b506101db6105ad3660046134bc565b6112c2565b3480156105bd575f5ffd5b506101db6105cc3660046134bc565b61140c565b3480156105dc575f5ffd5b506101db6105eb3660046135a7565b6114a0565b3480156105fb575f5ffd5b50603a54610255906001600160401b031681565b34801561061a575f5ffd5b506101db610629366004613679565b6115ff565b348015610639575f5ffd5b506102557f000000000000000000000000000000000000000000000000000000006059f46081565b604051635ac86ab760e01b8152600660048201819052907f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8536001600160a01b031690635ac86ab790602401602060405180830381865afa1580156106c7573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106eb91906136e0565b156107095760405163840a48d560e01b815260040160405180910390fd5b604051635ac86ab760e01b8152600860048201819052907f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8536001600160a01b031690635ac86ab790602401602060405180830381865afa15801561076f573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061079391906136e0565b156107b15760405163840a48d560e01b815260040160405180910390fd5b5f6107f56107bf85806136fb565b808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152506119fc92505050565b5f818152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff1660028111156108635761086361332b565b60028111156108745761087461332b565b81525050905080604001516001600160401b0316876001600160401b0316116108b0576040516337e07ffd60e01b815260040160405180910390fd5b6001816060015160028111156108c8576108c861332b565b146108e65760405163d49e19a760e01b815260040160405180910390fd5b6109296108f386806136fb565b808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250611a1e92505050565b6109465760405163161ce5ed60e31b815260040160405180910390fd5b61095861095288610ca7565b87611a46565b61097b863561096787806136fb565b61097460208a018a613740565b8651611aeb565b6109845f611c12565b50505050505050565b6033546001600160a01b03163314806109b05750603e546001600160a01b031633145b6109cd5760405163427a777960e01b815260040160405180910390fd5b604051635ac86ab760e01b8152600260048201819052907f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8536001600160a01b031690635ac86ab790602401602060405180830381865afa158015610a33573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a5791906136e0565b15610a755760405163840a48d560e01b815260040160405180910390fd5b8584148015610a8357508382145b610aa0576040516343714afd60e01b815260040160405180910390fd5b603a546001600160401b03600160401b9091048116908a1611610ad6576040516337e07ffd60e01b815260040160405180910390fd5b610ae8610ae28a610ca7565b89611a46565b5f805b87811015610b8057610b6c8a358a8a84818110610b0a57610b0a613782565b9050602002016020810190610b1f9190613796565b898985818110610b3157610b31613782565b9050602002810190610b439190613740565b898987818110610b5557610b55613782565b9050602002810190610b6791906136fb565b611d92565b610b7690836137ce565b9150600101610aeb565b5060335460405163a1ca780b60e01b81526001600160a01b0391821660048201525f6024820152604481018390527f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8539091169063a1ca780b906064015f604051808303815f87803b158015610bf3575f5ffd5b505af1158015610c05573d5f5f3e3d5ffd5b5050505050505050505050505050565b6060610c407f76302e302e300000000000000000000000000000000000000000000000000006612247565b905090565b5f5f610c8584848080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525061228492505050565b5f90815260366020526040902054600160c01b900460ff169150505b92915050565b5f610cb5611fff600c6137e1565b610cc86001600160401b038416426137f8565b10610ce657604051637944e66d60e11b815260040160405180910390fd5b604080516001600160401b03841660208201525f918291720f3df6d732807ef1319fb7b8bb8522d0beac02910160408051601f1981840301815290829052610d2d91613822565b5f60405180830381855afa9150503d805f8114610d65576040519150601f19603f3d011682016040523d82523d5f602084013e610d6a565b606091505b5091509150818015610d7c57505f8151115b610d995760405163558ad0a360e01b815260040160405180910390fd5b80806020019051810190610dad919061382d565b949350505050565b610ddc604080516080810182525f8082526020820181905291810182905290606082015290565b5f82815260366020908152604091829020825160808101845281546001600160401b038082168352600160401b8204811694830194909452600160801b810490931693810193909352906060830190600160c01b900460ff166002811115610e4657610e4661332b565b6002811115610e5757610e5761332b565b90525092915050565b6033546001600160a01b0316331480610e835750603e546001600160a01b031633145b610ea05760405163427a777960e01b815260040160405180910390fd5b604051635ac86ab760e01b8152600660048201819052907f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8536001600160a01b031690635ac86ab790602401602060405180830381865afa158015610f06573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f2a91906136e0565b15610f485760405163840a48d560e01b815260040160405180910390fd5b610f5182611c12565b5050565b336001600160a01b037f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8531614610f9e57604051633213a66160e21b815260040160405180910390fd5b346801bc16d674ec80000014610fc75760405163049696b360e31b815260040160405180910390fd5b7f00000000000000000000000000000000219ab540356cbb839cbe05303d7705fa6001600160a01b031663228951186801bc16d674ec800000878761100a612315565b8888886040518863ffffffff1660e01b815260040161102e9695949392919061386c565b5f604051808303818588803b158015611045575f5ffd5b505af1158015611057573d5f5f3e3d5ffd5b50505050507f606865b7934a25d4aed43f6cdb426403353fa4b3009c4d228407474581b01e23858560405161108d9291906138ba565b60405180910390a15050505050565b6110c3604080516080810182525f8082526020820181905291810182905290606082015290565b60365f61110485858080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525061228492505050565b815260208082019290925260409081015f20815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b81049094169281019290925290916060830190600160c01b900460ff1660028111156111705761117061332b565b60028111156111815761118161332b565b9052509392505050565b336001600160a01b037f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c85316146111d457604051633213a66160e21b815260040160405180910390fd5b5f6111e3633b9aca00836138e1565b90506111fc633b9aca006001600160401b0383166137e1565b6034549092506001600160401b03908116908216111561122f576040516302c6f54760e21b815260040160405180910390fd5b603480548291905f9061124c9084906001600160401b03166138f4565b92506101000a8154816001600160401b0302191690836001600160401b03160217905550826001600160a01b03167f8947fd2ce07ef9cc302c4e8f0461015615d91ce851564839e91cc804c2f49d8e836040516112ab91815260200190565b60405180910390a26112bd8383612359565b505050565b5f54610100900460ff16158080156112e057505f54600160ff909116105b806112f95750303b1580156112f957505f5460ff166001145b6113615760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015611382575f805461ff0019166101001790555b6001600160a01b0382166113a9576040516339b190bb60e11b815260040160405180910390fd5b603380546001600160a01b0319166001600160a01b0384161790558015610f51575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15050565b6033546001600160a01b031633146114375760405163719f370360e11b815260040160405180910390fd5b603e54604080516001600160a01b03928316815291831660208301527ffb8129080a19d34dceac04ba253fc50304dc86c729bd63cdca4a969ad19a5eac910160405180910390a1603e80546001600160a01b0319166001600160a01b0392909216919091179055565b6033546001600160a01b031633146114cb5760405163719f370360e11b815260040160405180910390fd5b604051635ac86ab760e01b8152600560048201819052907f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8536001600160a01b031690635ac86ab790602401602060405180830381865afa158015611531573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061155591906136e0565b156115735760405163840a48d560e01b815260040160405180910390fd5b8251845114611595576040516343714afd60e01b815260040160405180910390fd5b5f5b84518110156115f8576115f0838583815181106115b6576115b6613782565b60200260200101518784815181106115d0576115d0613782565b60200260200101516001600160a01b031661246e9092919063ffffffff16565b600101611597565b5050505050565b604051635ac86ab760e01b8152600760048201819052907f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8536001600160a01b031690635ac86ab790602401602060405180830381865afa158015611665573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061168991906136e0565b156116a75760405163840a48d560e01b815260040160405180910390fd5b603a54600160401b90046001600160401b03165f8190036116db57604051631a544f4960e01b815260040160405180910390fd5b6040805160a081018252603c54808252603d5462ffffff811660208401526001600160401b0363010000008204811694840194909452600160581b810460070b6060840152600160981b900490921660808201529061173a90876124c0565b5f805b858110156119a3573687878381811061175857611758613782565b905060200281019061176a9190613913565b80355f908152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff1660028111156117da576117da61332b565b60028111156117eb576117eb61332b565b90525090506001816060015160028111156118085761180861332b565b1461181457505061199b565b856001600160401b031681604001516001600160401b03161061183857505061199b565b5f8080611848848a8f3588612571565b60208b018051939650919450925061185f82613931565b62ffffff1690525060808801805184919061187b90839061394e565b6001600160401b031690525060608801805183919061189b90839061396d565b60070b9052506118ab818861394e565b85355f908152603660209081526040918290208751815492890151938901516001600160401b03908116600160801b0267ffffffffffffffff60801b19958216600160401b026001600160801b0319909516919092161792909217928316821781556060880151939a50879390929091839160ff60c01b1990911668ffffffffffffffffff60801b1990911617600160c01b83600281111561194f5761194f61332b565b021790555050845160405164ffffffffff90911691506001600160401b038b16907fa91c59033c3423e18b54d0acecebb4972f9ea95aedf5f4cae3b677b02eaf3a3f905f90a350505050505b60010161173d565b506001600160401b038084165f908152603b60205260408120805484939192916119cf9185911661394e565b92506101000a8154816001600160401b0302191690836001600160401b0316021790555061098482612694565b5f815f81518110611a0f57611a0f613782565b60200260200101519050919050565b5f81600381518110611a3257611a32613782565b60200260200101515f5f1b14159050919050565b611a52600360206137e1565b611a5f6020830183613740565b905014611a7f576040516313717da960e21b815260040160405180910390fd5b611ace611a8f6020830183613740565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f92019190915250869250508435905060036128c3565b610f51576040516309bde33960e01b815260040160405180910390fd5b60088414611b0c5760405163200591bd60e01b815260040160405180910390fd5b6005611b1a602860016137ce565b611b2491906137ce565b611b2f9060206137e1565b8214611b4e576040516313717da960e21b815260040160405180910390fd5b5f611b8a8686808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152506128da92505050565b90505f64ffffffffff8316611ba1602860016137ce565b600b901b179050611beb85858080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152508c92508691508590506128c3565b611c08576040516309bde33960e01b815260040160405180910390fd5b5050505050505050565b603a54600160401b90046001600160401b031615611c425760405162be9bc360e81b815260040160405180910390fd5b603a546001600160401b03428116911603611c70576040516367db5b8b60e01b815260040160405180910390fd5b6034545f906001600160401b0316611c8c633b9aca00476138e1565b611c9691906138f4565b9050818015611cac57506001600160401b038116155b15611cca576040516332dea95960e21b815260040160405180910390fd5b5f6040518060a00160405280611cdf42610ca7565b815260395462ffffff1660208201526001600160401b0380851660408301525f60608301819052608090920191909152603a805442909216600160401b026fffffffffffffffff0000000000000000199092169190911790559050611d4381612694565b805160208083015160405162ffffff90911681526001600160401b034216917f575796133bbed337e5b39aa49a30dc2556a91e0c6c2af4b7b886ae77ebef1076910160405180910390a3505050565b5f5f611dcf8484808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152506119fc92505050565b5f818152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff166002811115611e3d57611e3d61332b565b6002811115611e4e57611e4e61332b565b90525090505f81606001516002811115611e6a57611e6a61332b565b14611e88576040516335e09e9d60e01b815260040160405180910390fd5b6001600160401b038016611ecd8686808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250612b6a92505050565b6001600160401b031603611ef457604051631958236d60e21b815260040160405180910390fd5b6001600160401b038016611f398686808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250612b8e92505050565b6001600160401b031614611f6057604051632eade63760e01b815260040160405180910390fd5b611f68612315565b611f719061399c565b611fac8686808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250612ba592505050565b14611fca57604051633772dd5360e11b815260040160405180910390fd5b5f6120068686808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250612bb992505050565b90506120168a87878b8b8e611aeb565b60398054905f612025836139bf565b9091555050603a545f90600160401b90046001600160401b03161561205c57603a54600160401b90046001600160401b0316612069565b603a546001600160401b03165b6040805160808101825264ffffffffff8d1681526001600160401b03858116602083015283169181019190915290915060608101600190525f858152603660209081526040918290208351815492850151938501516001600160401b03908116600160801b0267ffffffffffffffff60801b19958216600160401b026001600160801b031990951691909216179290921792831682178155606084015190929091839160ff60c01b1990911668ffffffffffffffffff60801b1990911617600160c01b83600281111561213e5761213e61332b565b021790555050603d8054849250601390612169908490600160981b90046001600160401b031661394e565b92506101000a8154816001600160401b0302191690836001600160401b031602179055507f2d0800bbc377ea54a08c5db6a87aafff5e3e9c8fead0eda110e40e0c104414498a6040516121c9919064ffffffffff91909116815260200190565b60405180910390a16040805164ffffffffff8c1681526001600160401b03838116602083015284168183015290517f0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df9181900360600190a1612238633b9aca006001600160401b0384166137e1565b9b9a5050505050505050505050565b60605f61225383612bd0565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b5f81516030146122a757604051634f88323960e11b815260040160405180910390fd5b6040516002906122bd9084905f906020016139d7565b60408051601f19818403018152908290526122d791613822565b602060405180830381855afa1580156122f2573d5f5f3e3d5ffd5b5050506040513d601f19601f82011682018060405250810190610ca1919061382d565b60408051600160f81b60208201525f602182015230606090811b6bffffffffffffffffffffffff1916602c8301529101604051602081830303815290604052905090565b804710156123a95760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a20696e73756666696369656e742062616c616e63650000006044820152606401611358565b5f826001600160a01b0316826040515f6040518083038185875af1925050503d805f81146123f2576040519150601f19603f3d011682016040523d82523d5f602084013e6123f7565b606091505b50509050806112bd5760405162461bcd60e51b815260206004820152603a60248201527f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260448201527f6563697069656e74206d617920686176652072657665727465640000000000006064820152608401611358565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663a9059cbb60e01b1790526112bd908490612bf7565b6124cc600560036137ce565b6124d79060206137e1565b6124e46020830183613740565b905014612504576040516313717da960e21b815260040160405180910390fd5b606c6125546125166020840184613740565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152508792505085359050846128c3565b6112bd576040516309bde33960e01b815260040160405180910390fd5b83516020850151905f90819081612589878388612cca565b9050846001600160401b0316816001600160401b031614612603576125ae85826139fb565b6040805164ffffffffff851681526001600160401b038b8116602083015284168183015290519195507f0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df919081900360600190a15b6001600160401b0380821660208b0181905290891660408b01525f036126885760398054905f61263283613a2a565b9091555050600260608a015261264784613a3f565b92508164ffffffffff16886001600160401b03167f2a02361ffa66cf2c2da4682c2355a6adcaa9f6c227b6e6563e68480f9587626a60405160405180910390a35b50509450945094915050565b602081015162ffffff1615612734578051603c556020810151603d80546040840151606085015160809095015162ffffff9094166affffffffffffffffffffff199092169190911763010000006001600160401b0392831602176fffffffffffffffffffffffffffffffff60581b1916600160581b9482169490940267ffffffffffffffff60981b191693909317600160981b9390921692909202179055565b60808101516034545f91612750916001600160401b031661394e565b90505f82606001518360400151612767919061396d565b60408401516034805492935090915f9061278b9084906001600160401b031661394e565b82546101009290920a6001600160401b03818102199093169183160217909155603a8054600160401b810483166001600160801b03199091161790555f91506127db90633b9aca009085166137e1565b90505f6127f0633b9aca00600785900b613a64565b603a546040518281529192506001600160401b0316907f525408c201bc1576eb44116f6478f1c2a54775b19a043bcfdc708364f74f8e449060200160405180910390a260335460405163a1ca780b60e01b81526001600160a01b03918216600482015260248101849052604481018390527f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8539091169063a1ca780b906064015f604051808303815f87803b1580156128a6575f5ffd5b505af11580156128b8573d5f5f3e3d5ffd5b505050505050505050565b5f836128d0868585612da8565b1495945050505050565b5f5f600283516128ea91906138e1565b90505f816001600160401b03811115612905576129056134d7565b60405190808252806020026020018201604052801561292e578160200160208202803683370190505b5090505f5b82811015612a285760028561294883836137e1565b8151811061295857612958613782565b60200260200101518683600261296e91906137e1565b6129799060016137ce565b8151811061298957612989613782565b60200260200101516040516020016129ab929190918252602082015260400190565b60408051601f19818403018152908290526129c591613822565b602060405180830381855afa1580156129e0573d5f5f3e3d5ffd5b5050506040513d601f19601f82011682018060405250810190612a03919061382d565b828281518110612a1557612a15613782565b6020908102919091010152600101612933565b50612a346002836138e1565b91505b8115612b47575f5b82811015612b3457600282612a5483836137e1565b81518110612a6457612a64613782565b602002602001015183836002612a7a91906137e1565b612a859060016137ce565b81518110612a9557612a95613782565b6020026020010151604051602001612ab7929190918252602082015260400190565b60408051601f1981840301815290829052612ad191613822565b602060405180830381855afa158015612aec573d5f5f3e3d5ffd5b5050506040513d601f19601f82011682018060405250810190612b0f919061382d565b828281518110612b2157612b21613782565b6020908102919091010152600101612a3f565b50612b406002836138e1565b9150612a37565b805f81518110612b5957612b59613782565b602002602001015192505050919050565b5f610ca182600581518110612b8157612b81613782565b6020026020010151612e7c565b5f610ca182600681518110612b8157612b81613782565b5f81600181518110611a0f57611a0f613782565b5f610ca182600281518110612b8157612b81613782565b5f60ff8216601f811115610ca157604051632cd44ac360e21b815260040160405180910390fd5b5f612c4b826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316612ee39092919063ffffffff16565b905080515f1480612c6b575080806020019051810190612c6b91906136e0565b6112bd5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401611358565b5f612cd7602660016137ce565b612ce29060206137e1565b612cef6040840184613740565b905014612d0f576040516313717da960e21b815260040160405180910390fd5b5f612d1b600485613a93565b64ffffffffff169050612d74612d346040850185613740565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525089925050506020860135846128c3565b612d91576040516309bde33960e01b815260040160405180910390fd5b612d9f836020013585612ef1565b95945050505050565b5f83515f14158015612dc5575060208451612dc39190613abc565b155b612de2576040516313717da960e21b815260040160405180910390fd5b604080516020808201909252848152905b85518111612e7257612e06600285613abc565b5f03612e385781515f528086015160205260208260405f60026107d05a03fa612e2d575f5ffd5b600284049350612e60565b808601515f52815160205260208260405f60026107d05a03fa612e59575f5ffd5b6002840493505b612e6b6020826137ce565b9050612df3565b5051949350505050565b60f881901c60e882901c61ff00161760d882901c62ff0000161760c882901c63ff000000161764ff0000000060b883901c161765ff000000000060a883901c161766ff000000000000609883901c161767ff0000000000000060889290921c919091161790565b6060610dad84845f85612f1d565b5f80612efe600484613acf565b612f09906040613af8565b64ffffffffff169050610dad84821b612e7c565b606082471015612f7e5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401611358565b5f5f866001600160a01b03168587604051612f999190613822565b5f6040518083038185875af1925050503d805f8114612fd3576040519150601f19603f3d011682016040523d82523d5f602084013e612fd8565b606091505b5091509150612fe987838387612ff4565b979650505050505050565b606083156130625782515f0361305b576001600160a01b0385163b61305b5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401611358565b5081610dad565b610dad83838151156130775781518083602001fd5b8060405162461bcd60e51b8152600401611358919061329e565b80356001600160401b03811681146130a7575f5ffd5b919050565b5f604082840312156130bc575f5ffd5b50919050565b5f5f5f606084860312156130d4575f5ffd5b6130dd84613091565b925060208401356001600160401b038111156130f7575f5ffd5b613103868287016130ac565b92505060408401356001600160401b0381111561311e575f5ffd5b61312a868287016130ac565b9150509250925092565b5f5f83601f840112613144575f5ffd5b5081356001600160401b0381111561315a575f5ffd5b6020830191508360208260051b8501011115613174575f5ffd5b9250929050565b5f5f5f5f5f5f5f5f60a0898b031215613192575f5ffd5b61319b89613091565b975060208901356001600160401b038111156131b5575f5ffd5b6131c18b828c016130ac565b97505060408901356001600160401b038111156131dc575f5ffd5b6131e88b828c01613134565b90975095505060608901356001600160401b03811115613206575f5ffd5b6132128b828c01613134565b90955093505060808901356001600160401b03811115613230575f5ffd5b61323c8b828c01613134565b999c989b5096995094979396929594505050565b5f60208284031215613260575f5ffd5b61326982613091565b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6132696020830184613270565b5f5f83601f8401126132c0575f5ffd5b5081356001600160401b038111156132d6575f5ffd5b602083019150836020828501011115613174575f5ffd5b5f5f602083850312156132fe575f5ffd5b82356001600160401b03811115613313575f5ffd5b61331f858286016132b0565b90969095509350505050565b634e487b7160e01b5f52602160045260245ffd5b6003811061335b57634e487b7160e01b5f52602160045260245ffd5b9052565b60208101610ca1828461333f565b5f6020828403121561337d575f5ffd5b5035919050565b5f6080820190506001600160401b0383511682526001600160401b0360208401511660208301526001600160401b03604084015116604083015260608301516133d0606084018261333f565b5092915050565b80151581146133e4575f5ffd5b50565b5f602082840312156133f7575f5ffd5b8135613269816133d7565b5f5f5f5f5f60608688031215613416575f5ffd5b85356001600160401b0381111561342b575f5ffd5b613437888289016132b0565b90965094505060208601356001600160401b03811115613455575f5ffd5b613461888289016132b0565b96999598509660400135949350505050565b6001600160a01b03811681146133e4575f5ffd5b80356130a781613473565b5f5f604083850312156134a3575f5ffd5b82356134ae81613473565b946020939093013593505050565b5f602082840312156134cc575f5ffd5b813561326981613473565b634e487b7160e01b5f52604160045260245ffd5b604051601f8201601f191681016001600160401b0381118282101715613513576135136134d7565b604052919050565b5f6001600160401b03821115613533576135336134d7565b5060051b60200190565b5f82601f83011261354c575f5ffd5b813561355f61355a8261351b565b6134eb565b8082825260208201915060208360051b860101925085831115613580575f5ffd5b602085015b8381101561359d578035835260209283019201613585565b5095945050505050565b5f5f5f606084860312156135b9575f5ffd5b83356001600160401b038111156135ce575f5ffd5b8401601f810186136135de575f5ffd5b80356135ec61355a8261351b565b8082825260208201915060208360051b85010192508883111561360d575f5ffd5b6020840193505b8284101561363857833561362781613473565b825260209384019390910190613614565b955050505060208401356001600160401b03811115613655575f5ffd5b6136618682870161353d565b92505061367060408501613487565b90509250925092565b5f5f5f6040848603121561368b575f5ffd5b83356001600160401b038111156136a0575f5ffd5b6136ac868287016130ac565b93505060208401356001600160401b038111156136c7575f5ffd5b6136d386828701613134565b9497909650939450505050565b5f602082840312156136f0575f5ffd5b8151613269816133d7565b5f5f8335601e19843603018112613710575f5ffd5b8301803591506001600160401b03821115613729575f5ffd5b6020019150600581901b3603821315613174575f5ffd5b5f5f8335601e19843603018112613755575f5ffd5b8301803591506001600160401b0382111561376e575f5ffd5b602001915036819003821315613174575f5ffd5b634e487b7160e01b5f52603260045260245ffd5b5f602082840312156137a6575f5ffd5b813564ffffffffff81168114613269575f5ffd5b634e487b7160e01b5f52601160045260245ffd5b80820180821115610ca157610ca16137ba565b8082028115828204841417610ca157610ca16137ba565b81810381811115610ca157610ca16137ba565b5f81518060208401855e5f93019283525090919050565b5f613269828461380b565b5f6020828403121561383d575f5ffd5b5051919050565b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b608081525f61387f60808301888a613844565b82810360208401526138918188613270565b905082810360408401526138a6818688613844565b915050826060830152979650505050505050565b602081525f610dad602083018486613844565b634e487b7160e01b5f52601260045260245ffd5b5f826138ef576138ef6138cd565b500490565b6001600160401b038281168282160390811115610ca157610ca16137ba565b5f8235605e19833603018112613927575f5ffd5b9190910192915050565b5f62ffffff821680613945576139456137ba565b5f190192915050565b6001600160401b038181168382160190811115610ca157610ca16137ba565b600781810b9083900b01677fffffffffffffff8113677fffffffffffffff1982121715610ca157610ca16137ba565b805160208083015191908110156130bc575f1960209190910360031b1b16919050565b5f600182016139d0576139d06137ba565b5060010190565b5f6139e2828561380b565b6001600160801b03199390931683525050601001919050565b600782810b9082900b03677fffffffffffffff198112677fffffffffffffff82131715610ca157610ca16137ba565b5f81613a3857613a386137ba565b505f190190565b5f8160070b677fffffffffffffff198103613a5c57613a5c6137ba565b5f0392915050565b8082025f8212600160ff1b84141615613a7f57613a7f6137ba565b8181058314821517610ca157610ca16137ba565b5f64ffffffffff831680613aa957613aa96138cd565b8064ffffffffff84160491505092915050565b5f82613aca57613aca6138cd565b500690565b5f64ffffffffff831680613ae557613ae56138cd565b8064ffffffffff84160691505092915050565b64ffffffffff81811683821602908116908181146133d0576133d06137ba56fea2646970667358221220ee8944e7c6eeceaf312bcc5ef6ae6ca9651a38d06a553df7177cd8b7b1cb273264736f6c634300081b0033","nonce":11,"gas_used":3369773},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x336b2d","logs":[{"address":"0xb7f8bc63bbcad18155201308c8f3540b07f84f5e","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"}],"logsBloom":"0x00000000100000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xb2a0166059e647dd095704f449658e35387a4cafd1f189a266909a6c1a8fbc55","block_number":8},{"info":{"transaction_hash":"0x88d732546ed6c1528d354ec17c2f15d5161d235419e0c02071e7b0cf330b7887","transaction_index":0,"from":"0x3c44cdddb6a900fa2b585dd299e03d12fa4293bc","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x3c44cdddb6a900fa2b585dd299e03d12fa4293bc","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000032d96cba53cf0152","output":"0x00000000000000000000000000000000000000000000000032d96cba53cf0152","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000032d96cba53cf0152","output":"0x00000000000000000000000000000000000000000000000032d96cba53cf0152","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000032d96cba53cf0152"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000032d96cba53cf0152","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000032d96cba53cf0152"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000032d96cba53cf0152","output":"0x00000000000000000000000000000000000000000000000032d96cba53cf0152","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000032d96cba53cf0152","output":"0x00000000000000000000000000000000000000000000000032d96cba53cf0152","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000000aa2331c2ddccb04a","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000000aa2331c2ddccb04a","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000032d96cba53cf0152","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000032d96cba53cf0152","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"],"data":"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000032d96cba53cf0152"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000032d96cba53cf0152","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000032d96cba53cf0152"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000032d96cba53cf0152"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"],"data":"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000032d96cba53cf0152"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040100000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000800000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000200000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xe69f77eb91836f093f2b62b63b6edbda180668af698f4f95a33dfb5f0b5c9de1","block_number":260},{"info":{"transaction_hash":"0xce46c1f1e10ed1ac994272b048f6b6f811cba1701d618ccdd63097d0df6e8b75","transaction_index":0,"from":"0x5eb15c0992734b5e77c888d713b4fc67b3d679a2","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x5eb15c0992734b5e77c888d713b4fc67b3d679a2","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343500000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a20000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a20000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a20000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000060a"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a200000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a200000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a20000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000060a"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343500000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000004000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000042000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000100100000000000000"},"block_hash":"0xf817ac7623ff8d64aa76f3eda44c8fd19dcf0bc32878434f602e0e8a2c9588da","block_number":345},{"info":{"transaction_hash":"0x06e0864d8afbfbd6cade2677fda08fe3ea1ca947dac2439af7635d27cbafa286","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x9623609d0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757070000000000000000000000009a676e781a523b5d0c0e43731313a708cb607508000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000641794bb3c000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":94293,"gas_limit":139056,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x4f1ef2860000000000000000000000009a676e781a523b5d0c0e43731313a708cb607508000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000641794bb3c000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":88344,"gas_limit":131075,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000009a676e781a523b5d0c0e43731313a708cb607508"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Call":0}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x1794bb3c000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":75499,"gas_limit":116832,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x4264275e593955ff9d6146a51a4525f6ddace2e81db9391abcc9d1ca48047d29"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1},{"Log":2},{"Log":3}]}],"exit":"Stop","out":"0x","nonce":21,"gas_used":117413},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x33a4c","logs":[{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000009a676e781a523b5d0c0e43731313a708cb607508"],"data":"0x"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x4264275e593955ff9d6146a51a4525f6ddace2e81db9391abcc9d1ca48047d29"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"}],"logsBloom":"0x00000000000000000400000040000000400000000000000000800000000000000000000000000000000000000000000000000000000000000000400000000000000000400080000000000000000002000001000240000000000000000000000000000000020000000000000100000800000000000000000000000004000000400000000000000000000000000000000000000000000080000000000000000000000000000000000000000002000400000000000000000008000000000000000000102020400000200000000000040000000000002000000000000001000020000000000000000000000000000000000000000000000000000000000000400000"},"block_hash":"0xce1f336c2c9f2f4071b5921283be9bc2323a1b946fae53396323724bd1ef12ac","block_number":16},{"info":{"transaction_hash":"0xb69eca257e0037a9d2f10e254b1c70854e485d525dc07b03cfb6275f2fa486b4","transaction_index":0,"from":"0x1bcb8e569eedab4668e55145cfeaf190902d3cf2","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x1bcb8e569eedab4668e55145cfeaf190902d3cf2","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf20000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf20000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005ec"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf200000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf200000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005ec"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333000000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000020001000000008000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000400000"},"block_hash":"0xdef5204ced63e64e0b0be2d98d4cca8272752f5c8f996f5853becd41a068182a","block_number":315},{"info":{"transaction_hash":"0x0890d6159154da0f98b936c7bb54dc2e4ebc54980e41ad3e6dd6f379c96795c2","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x998abeb3e57409262ae5b751f60747921b33613e","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x998abeb3e57409262ae5b751f60747921b33613e","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x99a88ec40000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985280000000000000000000000005eb3bc0a489c5a8288765d2336659ebca68fcd00","output":"0x","gas_used":17200,"gas_limit":32063,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x998abeb3e57409262ae5b751f60747921b33613e","address":"0x4826533b4897376654bb4d4ad88b7fafd0c98528","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3659cfe60000000000000000000000005eb3bc0a489c5a8288765d2336659ebca68fcd00","output":"0x","gas_used":11652,"gas_limit":26245,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000005eb3bc0a489c5a8288765d2336659ebca68fcd00"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x","nonce":47,"gas_used":38988},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x984c","logs":[{"address":"0x4826533b4897376654bb4d4ad88b7fafd0c98528","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000005eb3bc0a489c5a8288765d2336659ebca68fcd00"],"data":"0x"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000200000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000400080000000000000000000000000000000000000000000000000"},"block_hash":"0x60b31975b0d224ee76faa7b25b1486e0a59fd6984cf3503ef0ad7b07b429e108","block_number":30},{"info":{"transaction_hash":"0xa59d7ad36ff218ec86d6c5867ae613c62bfebf3cb93dc5961e3d3055fc93f5fb","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c0000000000000000000000000000000000000000000000004c612aa7299fd57f","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c"],"data":"0x0000000000000000000000000000000000000000000000004c612aa7299fd57f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":221,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c"],"data":"0x0000000000000000000000000000000000000000000000004c612aa7299fd57f"}],"logsBloom":"0x00000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000002000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000201000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xd0576e40980506c46f01a1376acc89300d0a3edb07680bbd59acf06e45562abf","block_number":193},{"info":{"transaction_hash":"0x99a65e3e1881d06cc73294b19999047b6d8fd928cec3fc53c3a4852748643dd6","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x809d550fca64d94bd9f66e60752a544199cfac3d","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x809d550fca64d94bd9f66e60752a544199cfac3d","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x60a03461011a57601f610e8738819003918201601f19168301916001600160401b0383118484101761011e5780849260209460405283398101031261011a57516001600160a01b0381169081900361011a576080525f5460ff8160081c166100c55760ff8082160361008b575b604051610d5490816101338239608051818181610456015261096f0152f35b60ff90811916175f557f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498602060405160ff8152a15f61006c565b60405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608490fd5b5f80fd5b634e487b7160e01b5f52604160045260245ffdfe60806040526004361015610011575f80fd5b5f3560e01c8062bff04d146105c657806312d1d74d1461058157806326d941f21461051f5780632ed583e5146104855780636d14a987146104415780637b5d26be146104075780638121906f146103cb57806389026245146102de578063a48bb0ac14610261578063bd29b8cd1461013d578063caa3cd7614610123578063e2e68580146100df5763f3410922146100a7575f80fd5b346100db5760203660031901126100db57602063ffffffff6100cf6100ca6107b1565b610bec565b54821c16604051908152f35b5f80fd5b346100db5760403660031901126100db5760ff6100fa6107b1565b165f52600160205260405f206024355f52602052602063ffffffff60405f205416604051908152f35b346100db575f3660031901126100db5760206040515f8152f35b346100db5761014b3661075d565b61015361096d565b4363ffffffff16905f5b81811061016657005b610171818386610846565b3560f81c90815f52600360205260405f20541561025257816001925f528260205260405f20875f5260205263ffffffff60405f2054166101b082610bec565b916101cf6101c763ffffffff855460201c16610866565b809483610cab565b6101d98382610aa9565b928584018863ffffffff8254965416145f14610216575f9150555b828903610205575b5050500161015d565b61020e926109f4565b8680806101fc565b50815f52600260205263ffffffff60405f2091165f5260205261024d60405f2061023e6107d4565b908982525f60208301526109ae565b6101f4565b637310cff560e11b5f5260045ffd5b346100db5760403660031901126100db576102da6102b56102af6102836107b1565b60ff61028d6107c1565b915f60206102996107d4565b8281520152165f52600360205260405f206108b1565b5061094d565b60405191829182919091602063ffffffff816040840195828151168552015116910152565b0390f35b346100db5760403660031901126100db576102f76107b1565b6102ff6107c1565b9063ffffffff61030f8383610af1565b1661032161031c8261082e565b610808565b9281845261032e8261082e565b602085019390601f19013685375f5b838110610388578486604051918291602083019060208452518091526040830191905f5b81811061036f575050500390f35b8251845285945060209384019390920191600101610361565b6103998363ffffffff831684610c12565b6103a3828861087e565b526103ae818761087e565b51156103bc5760010161033d565b637f12098d60e11b5f5260045ffd5b346100db5760203660031901126100db576102da6102b56104026103ed6107b1565b5f60206103f86107d4565b8281520152610bec565b61094d565b346100db5760403660031901126100db5760206104336104256107b1565b61042d6107c1565b90610af1565b63ffffffff60405191168152f35b346100db575f3660031901126100db576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b346100db5760603660031901126100db5761049e6107b1565b6104a66107c1565b6044359163ffffffff831683036100db576102da926104fc9260ff6104f6935f60206104d06107d4565b8281520152165f52600260205263ffffffff60405f2091165f5260205260405f20610934565b50610892565b60405191829182919091602080604083019463ffffffff81511684520151910152565b346100db5760203660031901126100db5760ff61053a6107b1565b61054261096d565b16805f52600360205260405f2054610252575f52600360205261057f60405f2061056a6107d4565b9063ffffffff431682525f60208301526108c6565b005b346100db5760403660031901126100db576102da6104fc6105c16105a36107b1565b6105ab6107c1565b905f60206105b76107d4565b8281520152610aa9565b610892565b346100db576105d43661075d565b906105dd61096d565b6105e961031c8361082e565b928284526105f68361082e565b602085019390601f19013685375f5b818110610656578486604051918291602083019060208452518091526040830191905f5b818110610637575050500390f35b825163ffffffff16845285945060209384019390920191600101610629565b610661818386610846565b3560f81c90815f52600360205260405f2054156102525761068182610bec565b600163ffffffff825460201c16019063ffffffff821161074957836106ac836106e793600197610cab565b805f52600260205260405f2063ffffffff6106c685610866565b165f5260205260405f205415610700575b6106e083610866565b90876109f4565b63ffffffff6106f6838a61087e565b9116905201610605565b805f52600260205260405f2063ffffffff61071a85610866565b165f5260205261074460405f2061072f6107d4565b9063ffffffff431682525f60208301526109ae565b6106d7565b634e487b7160e01b5f52601160045260245ffd5b60406003198201126100db576004359160243567ffffffffffffffff81116100db57826023820112156100db5780600401359267ffffffffffffffff84116100db57602484830101116100db576024019190565b6004359060ff821682036100db57565b6024359063ffffffff821682036100db57565b604051906040820182811067ffffffffffffffff8211176107f457604052565b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff8111838210176107f457604052565b67ffffffffffffffff81116107f45760051b60200190565b90821015610852570190565b634e487b7160e01b5f52603260045260245ffd5b63ffffffff5f199116019063ffffffff821161074957565b80518210156108525760209160051b010190565b90600161089d6107d4565b9263ffffffff815416845201546020830152565b8054821015610852575f5260205f2001905f90565b8054600160401b8110156107f4576108e3916001820181556108b1565b610921578151815460209384015167ffffffffffffffff1990911663ffffffff9290921691909117921b67ffffffff0000000016919091179055565b565b634e487b7160e01b5f525f60045260245ffd5b8054821015610852575f5260205f209060011b01905f90565b9063ffffffff61095b6107d4565b9254818116845260201c166020830152565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316330361099f57565b634394dbdf60e11b5f5260045ffd5b8054600160401b8110156107f4576109cb91600182018155610934565b9190916109215760208163ffffffff8060019451161663ffffffff198554161784550151910155565b9160409063ffffffff60ff7f6ee1e4f4075f3d067176140d34e87874244dd273294c05b2218133e49a2ba6f69486610a2c8583610aa9565b80544386169086168103610a6f5750600101555b1691825f526001602052835f20865f52602052835f2082821683198254161790558351928352166020820152a2565b9050610aa491508383165f526002602052865f208587165f52602052865f20610a966107d4565b9182528960208301526109ae565b610a40565b60ff165f90815260026020908152604080832063ffffffff9490941683529290522080545f19810190811161074957610ae191610934565b5090565b8015610749575f190190565b60ff1690815f52600360205260405f2054805b610b915760405162461bcd60e51b815260206004820152605560248201527f496e64657852656769737472792e5f6f70657261746f72436f756e744174426c60448201527f6f636b4e756d6265723a2071756f72756d20646964206e6f742065786973742060648201527430ba1033b4bb32b710313637b1b590373ab6b132b960591b608482015260a490fd5b825f52600360205260405f205f1982019082821161074957610bb6916102af916108b1565b63ffffffff81511663ffffffff84161015610bdb5750610bd590610ae5565b80610b04565b6020015163ffffffff169392505050565b60ff165f90815260036020526040902080545f19810190811161074957610ae1916108b1565b60ff909291921691825f52600260205260405f2063ffffffff82165f5260205260405f2054805b610c4557505050505f90565b835f52600260205260405f2063ffffffff83165f5260205260405f205f1982019082821161074957610c7a916104f691610934565b63ffffffff81511663ffffffff85161015610c9f5750610c9990610ae5565b80610c39565b60200151949350505050565b919063ffffffff81541663ffffffff43168091145f14610ced575061091f92509067ffffffff0000000082549160201b169067ffffffff000000001916179055565b91905060ff61091f93165f52600360205263ffffffff60405f2091610d106107d4565b9384521660208301526108c656fea26469706673582212204a724660837c1bab9342d497d2e8fb8b67ced1112928afa1870e62b6fe4b9f4b64736f6c634300081b003300000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49","output":"0x60806040526004361015610011575f80fd5b5f3560e01c8062bff04d146105c657806312d1d74d1461058157806326d941f21461051f5780632ed583e5146104855780636d14a987146104415780637b5d26be146104075780638121906f146103cb57806389026245146102de578063a48bb0ac14610261578063bd29b8cd1461013d578063caa3cd7614610123578063e2e68580146100df5763f3410922146100a7575f80fd5b346100db5760203660031901126100db57602063ffffffff6100cf6100ca6107b1565b610bec565b54821c16604051908152f35b5f80fd5b346100db5760403660031901126100db5760ff6100fa6107b1565b165f52600160205260405f206024355f52602052602063ffffffff60405f205416604051908152f35b346100db575f3660031901126100db5760206040515f8152f35b346100db5761014b3661075d565b61015361096d565b4363ffffffff16905f5b81811061016657005b610171818386610846565b3560f81c90815f52600360205260405f20541561025257816001925f528260205260405f20875f5260205263ffffffff60405f2054166101b082610bec565b916101cf6101c763ffffffff855460201c16610866565b809483610cab565b6101d98382610aa9565b928584018863ffffffff8254965416145f14610216575f9150555b828903610205575b5050500161015d565b61020e926109f4565b8680806101fc565b50815f52600260205263ffffffff60405f2091165f5260205261024d60405f2061023e6107d4565b908982525f60208301526109ae565b6101f4565b637310cff560e11b5f5260045ffd5b346100db5760403660031901126100db576102da6102b56102af6102836107b1565b60ff61028d6107c1565b915f60206102996107d4565b8281520152165f52600360205260405f206108b1565b5061094d565b60405191829182919091602063ffffffff816040840195828151168552015116910152565b0390f35b346100db5760403660031901126100db576102f76107b1565b6102ff6107c1565b9063ffffffff61030f8383610af1565b1661032161031c8261082e565b610808565b9281845261032e8261082e565b602085019390601f19013685375f5b838110610388578486604051918291602083019060208452518091526040830191905f5b81811061036f575050500390f35b8251845285945060209384019390920191600101610361565b6103998363ffffffff831684610c12565b6103a3828861087e565b526103ae818761087e565b51156103bc5760010161033d565b637f12098d60e11b5f5260045ffd5b346100db5760203660031901126100db576102da6102b56104026103ed6107b1565b5f60206103f86107d4565b8281520152610bec565b61094d565b346100db5760403660031901126100db5760206104336104256107b1565b61042d6107c1565b90610af1565b63ffffffff60405191168152f35b346100db575f3660031901126100db576040517f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03168152602090f35b346100db5760603660031901126100db5761049e6107b1565b6104a66107c1565b6044359163ffffffff831683036100db576102da926104fc9260ff6104f6935f60206104d06107d4565b8281520152165f52600260205263ffffffff60405f2091165f5260205260405f20610934565b50610892565b60405191829182919091602080604083019463ffffffff81511684520151910152565b346100db5760203660031901126100db5760ff61053a6107b1565b61054261096d565b16805f52600360205260405f2054610252575f52600360205261057f60405f2061056a6107d4565b9063ffffffff431682525f60208301526108c6565b005b346100db5760403660031901126100db576102da6104fc6105c16105a36107b1565b6105ab6107c1565b905f60206105b76107d4565b8281520152610aa9565b610892565b346100db576105d43661075d565b906105dd61096d565b6105e961031c8361082e565b928284526105f68361082e565b602085019390601f19013685375f5b818110610656578486604051918291602083019060208452518091526040830191905f5b818110610637575050500390f35b825163ffffffff16845285945060209384019390920191600101610629565b610661818386610846565b3560f81c90815f52600360205260405f2054156102525761068182610bec565b600163ffffffff825460201c16019063ffffffff821161074957836106ac836106e793600197610cab565b805f52600260205260405f2063ffffffff6106c685610866565b165f5260205260405f205415610700575b6106e083610866565b90876109f4565b63ffffffff6106f6838a61087e565b9116905201610605565b805f52600260205260405f2063ffffffff61071a85610866565b165f5260205261074460405f2061072f6107d4565b9063ffffffff431682525f60208301526109ae565b6106d7565b634e487b7160e01b5f52601160045260245ffd5b60406003198201126100db576004359160243567ffffffffffffffff81116100db57826023820112156100db5780600401359267ffffffffffffffff84116100db57602484830101116100db576024019190565b6004359060ff821682036100db57565b6024359063ffffffff821682036100db57565b604051906040820182811067ffffffffffffffff8211176107f457604052565b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff8111838210176107f457604052565b67ffffffffffffffff81116107f45760051b60200190565b90821015610852570190565b634e487b7160e01b5f52603260045260245ffd5b63ffffffff5f199116019063ffffffff821161074957565b80518210156108525760209160051b010190565b90600161089d6107d4565b9263ffffffff815416845201546020830152565b8054821015610852575f5260205f2001905f90565b8054600160401b8110156107f4576108e3916001820181556108b1565b610921578151815460209384015167ffffffffffffffff1990911663ffffffff9290921691909117921b67ffffffff0000000016919091179055565b565b634e487b7160e01b5f525f60045260245ffd5b8054821015610852575f5260205f209060011b01905f90565b9063ffffffff61095b6107d4565b9254818116845260201c166020830152565b7f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b0316330361099f57565b634394dbdf60e11b5f5260045ffd5b8054600160401b8110156107f4576109cb91600182018155610934565b9190916109215760208163ffffffff8060019451161663ffffffff198554161784550151910155565b9160409063ffffffff60ff7f6ee1e4f4075f3d067176140d34e87874244dd273294c05b2218133e49a2ba6f69486610a2c8583610aa9565b80544386169086168103610a6f5750600101555b1691825f526001602052835f20865f52602052835f2082821683198254161790558351928352166020820152a2565b9050610aa491508383165f526002602052865f208587165f52602052865f20610a966107d4565b9182528960208301526109ae565b610a40565b60ff165f90815260026020908152604080832063ffffffff9490941683529290522080545f19810190811161074957610ae191610934565b5090565b8015610749575f190190565b60ff1690815f52600360205260405f2054805b610b915760405162461bcd60e51b815260206004820152605560248201527f496e64657852656769737472792e5f6f70657261746f72436f756e744174426c60448201527f6f636b4e756d6265723a2071756f72756d20646964206e6f742065786973742060648201527430ba1033b4bb32b710313637b1b590373ab6b132b960591b608482015260a490fd5b825f52600360205260405f205f1982019082821161074957610bb6916102af916108b1565b63ffffffff81511663ffffffff84161015610bdb5750610bd590610ae5565b80610b04565b6020015163ffffffff169392505050565b60ff165f90815260036020526040902080545f19810190811161074957610ae1916108b1565b60ff909291921691825f52600260205260405f2063ffffffff82165f5260205260405f2054805b610c4557505050505f90565b835f52600260205260405f2063ffffffff83165f5260205260405f205f1982019082821161074957610c7a916104f691610934565b63ffffffff81511663ffffffff85161015610c9f5750610c9990610ae5565b80610c39565b60200151949350505050565b919063ffffffff81541663ffffffff43168091145f14610ced575061091f92509067ffffffff0000000082549160201b169067ffffffff000000001916179055565b91905060ff61091f93165f52600360205263ffffffff60405f2091610d106107d4565b9384521660208301526108c656fea26469706673582212204a724660837c1bab9342d497d2e8fb8b67ced1112928afa1870e62b6fe4b9f4b64736f6c634300081b0033","gas_used":706579,"gas_limit":952045,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x60806040526004361015610011575f80fd5b5f3560e01c8062bff04d146105c657806312d1d74d1461058157806326d941f21461051f5780632ed583e5146104855780636d14a987146104415780637b5d26be146104075780638121906f146103cb57806389026245146102de578063a48bb0ac14610261578063bd29b8cd1461013d578063caa3cd7614610123578063e2e68580146100df5763f3410922146100a7575f80fd5b346100db5760203660031901126100db57602063ffffffff6100cf6100ca6107b1565b610bec565b54821c16604051908152f35b5f80fd5b346100db5760403660031901126100db5760ff6100fa6107b1565b165f52600160205260405f206024355f52602052602063ffffffff60405f205416604051908152f35b346100db575f3660031901126100db5760206040515f8152f35b346100db5761014b3661075d565b61015361096d565b4363ffffffff16905f5b81811061016657005b610171818386610846565b3560f81c90815f52600360205260405f20541561025257816001925f528260205260405f20875f5260205263ffffffff60405f2054166101b082610bec565b916101cf6101c763ffffffff855460201c16610866565b809483610cab565b6101d98382610aa9565b928584018863ffffffff8254965416145f14610216575f9150555b828903610205575b5050500161015d565b61020e926109f4565b8680806101fc565b50815f52600260205263ffffffff60405f2091165f5260205261024d60405f2061023e6107d4565b908982525f60208301526109ae565b6101f4565b637310cff560e11b5f5260045ffd5b346100db5760403660031901126100db576102da6102b56102af6102836107b1565b60ff61028d6107c1565b915f60206102996107d4565b8281520152165f52600360205260405f206108b1565b5061094d565b60405191829182919091602063ffffffff816040840195828151168552015116910152565b0390f35b346100db5760403660031901126100db576102f76107b1565b6102ff6107c1565b9063ffffffff61030f8383610af1565b1661032161031c8261082e565b610808565b9281845261032e8261082e565b602085019390601f19013685375f5b838110610388578486604051918291602083019060208452518091526040830191905f5b81811061036f575050500390f35b8251845285945060209384019390920191600101610361565b6103998363ffffffff831684610c12565b6103a3828861087e565b526103ae818761087e565b51156103bc5760010161033d565b637f12098d60e11b5f5260045ffd5b346100db5760203660031901126100db576102da6102b56104026103ed6107b1565b5f60206103f86107d4565b8281520152610bec565b61094d565b346100db5760403660031901126100db5760206104336104256107b1565b61042d6107c1565b90610af1565b63ffffffff60405191168152f35b346100db575f3660031901126100db576040517f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03168152602090f35b346100db5760603660031901126100db5761049e6107b1565b6104a66107c1565b6044359163ffffffff831683036100db576102da926104fc9260ff6104f6935f60206104d06107d4565b8281520152165f52600260205263ffffffff60405f2091165f5260205260405f20610934565b50610892565b60405191829182919091602080604083019463ffffffff81511684520151910152565b346100db5760203660031901126100db5760ff61053a6107b1565b61054261096d565b16805f52600360205260405f2054610252575f52600360205261057f60405f2061056a6107d4565b9063ffffffff431682525f60208301526108c6565b005b346100db5760403660031901126100db576102da6104fc6105c16105a36107b1565b6105ab6107c1565b905f60206105b76107d4565b8281520152610aa9565b610892565b346100db576105d43661075d565b906105dd61096d565b6105e961031c8361082e565b928284526105f68361082e565b602085019390601f19013685375f5b818110610656578486604051918291602083019060208452518091526040830191905f5b818110610637575050500390f35b825163ffffffff16845285945060209384019390920191600101610629565b610661818386610846565b3560f81c90815f52600360205260405f2054156102525761068182610bec565b600163ffffffff825460201c16019063ffffffff821161074957836106ac836106e793600197610cab565b805f52600260205260405f2063ffffffff6106c685610866565b165f5260205260405f205415610700575b6106e083610866565b90876109f4565b63ffffffff6106f6838a61087e565b9116905201610605565b805f52600260205260405f2063ffffffff61071a85610866565b165f5260205261074460405f2061072f6107d4565b9063ffffffff431682525f60208301526109ae565b6106d7565b634e487b7160e01b5f52601160045260245ffd5b60406003198201126100db576004359160243567ffffffffffffffff81116100db57826023820112156100db5780600401359267ffffffffffffffff84116100db57602484830101116100db576024019190565b6004359060ff821682036100db57565b6024359063ffffffff821682036100db57565b604051906040820182811067ffffffffffffffff8211176107f457604052565b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff8111838210176107f457604052565b67ffffffffffffffff81116107f45760051b60200190565b90821015610852570190565b634e487b7160e01b5f52603260045260245ffd5b63ffffffff5f199116019063ffffffff821161074957565b80518210156108525760209160051b010190565b90600161089d6107d4565b9263ffffffff815416845201546020830152565b8054821015610852575f5260205f2001905f90565b8054600160401b8110156107f4576108e3916001820181556108b1565b610921578151815460209384015167ffffffffffffffff1990911663ffffffff9290921691909117921b67ffffffff0000000016919091179055565b565b634e487b7160e01b5f525f60045260245ffd5b8054821015610852575f5260205f209060011b01905f90565b9063ffffffff61095b6107d4565b9254818116845260201c166020830152565b7f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b0316330361099f57565b634394dbdf60e11b5f5260045ffd5b8054600160401b8110156107f4576109cb91600182018155610934565b9190916109215760208163ffffffff8060019451161663ffffffff198554161784550151910155565b9160409063ffffffff60ff7f6ee1e4f4075f3d067176140d34e87874244dd273294c05b2218133e49a2ba6f69486610a2c8583610aa9565b80544386169086168103610a6f5750600101555b1691825f526001602052835f20865f52602052835f2082821683198254161790558351928352166020820152a2565b9050610aa491508383165f526002602052865f208587165f52602052865f20610a966107d4565b9182528960208301526109ae565b610a40565b60ff165f90815260026020908152604080832063ffffffff9490941683529290522080545f19810190811161074957610ae191610934565b5090565b8015610749575f190190565b60ff1690815f52600360205260405f2054805b610b915760405162461bcd60e51b815260206004820152605560248201527f496e64657852656769737472792e5f6f70657261746f72436f756e744174426c60448201527f6f636b4e756d6265723a2071756f72756d20646964206e6f742065786973742060648201527430ba1033b4bb32b710313637b1b590373ab6b132b960591b608482015260a490fd5b825f52600360205260405f205f1982019082821161074957610bb6916102af916108b1565b63ffffffff81511663ffffffff84161015610bdb5750610bd590610ae5565b80610b04565b6020015163ffffffff169392505050565b60ff165f90815260036020526040902080545f19810190811161074957610ae1916108b1565b60ff909291921691825f52600260205260405f2063ffffffff82165f5260205260405f2054805b610c4557505050505f90565b835f52600260205260405f2063ffffffff83165f5260205260405f205f1982019082821161074957610c7a916104f691610934565b63ffffffff81511663ffffffff85161015610c9f5750610c9990610ae5565b80610c39565b60200151949350505050565b919063ffffffff81541663ffffffff43168091145f14610ced575061091f92509067ffffffff0000000082549160201b169067ffffffff000000001916179055565b91905060ff61091f93165f52600360205263ffffffff60405f2091610d106107d4565b9384521660208301526108c656fea26469706673582212204a724660837c1bab9342d497d2e8fb8b67ced1112928afa1870e62b6fe4b9f4b64736f6c634300081b0033","nonce":48,"gas_used":818223},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc7c2f","logs":[{"address":"0x809d550fca64d94bd9f66e60752a544199cfac3d","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x05410362d9c1a767faba95fd5afc23d6c5608b92b3cba583165bc5874d956e0a","block_number":31},{"info":{"transaction_hash":"0x468df75b08a4e4aaf37ecbd597b992a8d04f8985ce7df3a1b53faeaa25a45a66","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad90000000000000000000000000000000000000000000000002d140bef1be0a9d1","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9"],"data":"0x0000000000000000000000000000000000000000000000002d140bef1be0a9d1"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":252,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9"],"data":"0x0000000000000000000000000000000000000000000000002d140bef1be0a9d1"}],"logsBloom":"0x00010000000000200000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x22c46cc2bc49c65687d5e62757e8b4ba65c10fa6b6bf559ffb3d141f303f5f12","block_number":224},{"info":{"transaction_hash":"0xb103dbaf248f7ebfe4c26c788fd9da40d8162ba21eb0130e166b4edcbe1bb0e9","transaction_index":0,"from":"0xbcd4042de499d14e55001ccbb24a551f3b954096","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xbcd4042de499d14e55001ccbb24a551f3b954096","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b9540960000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b9540960000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005c4"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b95409600000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b95409600000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005c4"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313000000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000020002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000080000000000000000080000002000001000000000100000000000000"},"block_hash":"0xde4c25470542d15ca68cbc7fbcf711012f579d32f4c3e95565fa9585a63be3b4","block_number":275},{"info":{"transaction_hash":"0xf9aaf6dc520512edf8f9906d1b44c67b3e2261a53ca0e1255a15dfad105cd919","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x1cbd3b2770909d4e10f157cabc84c7264073c9ec","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x1cbd3b2770909d4e10f157cabc84c7264073c9ec","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":96,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xe047db906fa412da2b1e9c5d13baddf761e6616366a3be5f8fcb91243ab6df2c","block_number":68},{"info":{"transaction_hash":"0xedb2b6b518c560f53200e91801c4da0ad616a211c1473b7c23d55b05e9b7aeba","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x610178da211fef7d417bc0e6fed39f05609ad788","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x610178da211fef7d417bc0e6fed39f05609ad788","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x950d806e000000000000000000000000851356ae760d987e095750cceb3bc6014560891c00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc490000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318261f84e000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":148922,"gas_limit":228132,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x610178da211fef7d417bc0e6fed39f05609ad788","address":"0x3aa5ebb10dc797cac828524e59a333d0a371443c","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x950d806e000000000000000000000000851356ae760d987e095750cceb3bc6014560891c00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc490000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318261f84e000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":141782,"gas_limit":217574,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169","0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c","0x00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49"],"data":"0x0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318261f84e000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x","nonce":63,"gas_used":171266},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x29d02","logs":[{"address":"0x610178da211fef7d417bc0e6fed39f05609ad788","topics":["0x037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169","0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c","0x00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49"],"data":"0x0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318261f84e000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000100000200000000000000000040000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000001000000000000000000000000000000000000020000000000000000000000400000000000000000000"},"block_hash":"0xc2d16d57954558289e0c7515ffaee276d3c45bb71fff223444910a4d37068f72","block_number":38},{"info":{"transaction_hash":"0x67fa13dbb03f0ed7be8f8abbe072e88f33a8e1561dd722a72b614c036f945969","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x95401dc811bb5740090279ba06cfa8fcf6113778","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x95401dc811bb5740090279ba06cfa8fcf6113778","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x608080604052346013576073908160188239f35b5f80fdfe60808060405260043610156011575f80fd5b5f3560e01c63c2985578146023575f80fd5b346039575f366003190112603957805f60209252f35b5f80fdfea264697066735822122000286effa624ab12275f8ccc327fc364fd572f6f2d2715420829728c1407962f64736f6c634300081b0033","output":"0x60808060405260043610156011575f80fd5b5f3560e01c63c2985578146023575f80fd5b346039575f366003190112603957805f60209252f35b5f80fdfea264697066735822122000286effa624ab12275f8ccc327fc364fd572f6f2d2715420829728c1407962f64736f6c634300081b0033","gas_used":23081,"gas_limit":46564,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x60808060405260043610156011575f80fd5b5f3560e01c63c2985578146023575f80fd5b346039575f366003190112603957805f60209252f35b5f80fdfea264697066735822122000286effa624ab12275f8ccc327fc364fd572f6f2d2715420829728c1407962f64736f6c634300081b0033","nonce":38,"gas_used":78279},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x4b7d9","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xa05f514ce7c080aec05e0928afe1a3cab319cdedc03b96eb88c4f18f02eb9b3b","block_number":25},{"info":{"transaction_hash":"0x8bf7cde8fc3f2531e3625f8e18d8fbf7c73b3a269e9f51e1cf01f0ec5e72914a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f0000000000000000000000000000000000000000000000002ca592cd3c4c864f","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f"],"data":"0x0000000000000000000000000000000000000000000000002ca592cd3c4c864f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":203,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f"],"data":"0x0000000000000000000000000000000000000000000000002ca592cd3c4c864f"}],"logsBloom":"0x00000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000200000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000020000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x69c82fe635cc93d7e7638cfa1e627c33586d9877203ff206794231797894da2e","block_number":175},{"info":{"transaction_hash":"0x35ffc0fac1de45c7bd7029300b7e183d0482885fbd5636c8d1e09345e56ad565","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x6c8ea11559dfe79ae3dbdd6a67b47f61b929398f","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x6c8ea11559dfe79ae3dbdd6a67b47f61b929398f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":174,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xf4647c7fbfa159c836978b8fd8b09c2370a2cc978db1cf4cc84184a19732cb3e","block_number":146},{"info":{"transaction_hash":"0xfccec8f7e53a7f5ccc03808c4cd0140acf9bb85b29371cf3df1d2f26e8ece48f","transaction_index":0,"from":"0xbda5747bfd65f08deb54cb465eb87d40e51b197e","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xbda5747bfd65f08deb54cb465eb87d40e51b197e","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003eb75af02a4d70a3","output":"0x0000000000000000000000000000000000000000000000003eb75af02a4d70a3","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003eb75af02a4d70a3","output":"0x0000000000000000000000000000000000000000000000003eb75af02a4d70a3","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003eb75af02a4d70a3"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003eb75af02a4d70a3","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000003eb75af02a4d70a3"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003eb75af02a4d70a3","output":"0x0000000000000000000000000000000000000000000000003eb75af02a4d70a3","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003eb75af02a4d70a3","output":"0x0000000000000000000000000000000000000000000000003eb75af02a4d70a3","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000004d54ea5c473991ad0","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000004d54ea5c473991ad0","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003eb75af02a4d70a3","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003eb75af02a4d70a3","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e"],"data":"0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003eb75af02a4d70a3"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000003eb75af02a4d70a3","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000003eb75af02a4d70a3"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003eb75af02a4d70a3"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e"],"data":"0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003eb75af02a4d70a3"}],"logsBloom":"0x00000000000000000004000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008800000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000040000000"},"block_hash":"0x283097005d0f8edc3337b11a96e000138cb65c8150ff1c984f012afb9c294905","block_number":290},{"info":{"transaction_hash":"0xcab14605f0a081a6befb3932a3153325c6ff82b3c0acb3cd9e3c275f9ac2a5fb","transaction_index":2,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x998abeb3e57409262ae5b751f60747921b33613e","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x998abeb3e57409262ae5b751f60747921b33613e","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x99a88ec40000000000000000000000008f86403a4de0bb5791fa46b8e795c547942fe4cf000000000000000000000000b7278a61aa25c888815afc32ad3cc52ff24fe575","output":"0x","gas_used":17200,"gas_limit":32068,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x998abeb3e57409262ae5b751f60747921b33613e","address":"0x8f86403a4de0bb5791fa46b8e795c547942fe4cf","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3659cfe6000000000000000000000000b7278a61aa25c888815afc32ad3cc52ff24fe575","output":"0x","gas_used":11652,"gas_limit":26250,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000b7278a61aa25c888815afc32ad3cc52ff24fe575"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x","nonce":53,"gas_used":39000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x56427","logs":[{"address":"0x8f86403a4de0bb5791fa46b8e795c547942fe4cf","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000b7278a61aa25c888815afc32ad3cc52ff24fe575"],"data":"0x"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200040000000000000000400000000000002000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000800000020000000000000000000000000000000000000000"},"block_hash":"0x6b95d9d51677003e8556f1a022126671beedf118d0824c8a9b686d74cdf98a74","block_number":33},{"info":{"transaction_hash":"0x93780bec42d5e1984cba5e692fcf7c5938eb60646159fe3b119ee5b678f1b09c","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052604051610d76380380610d76833981016040819052610022916103c3565b828161002f82825f610043565b5061003b90508261006e565b5050506104df565b61004c836100db565b5f825111806100585750805b1561006957610067838361011a565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6100ad5f516020610d2f5f395f51905f52546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16100d881610146565b50565b6100e4816101e1565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b606061013f8383604051806060016040528060278152602001610d4f60279139610275565b9392505050565b6001600160a01b0381166101b05760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b805f516020610d2f5f395f51905f525b80546001600160a01b0319166001600160a01b039290921691909117905550565b6001600160a01b0381163b61024e5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016101a7565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6101c0565b60605f5f856001600160a01b0316856040516102919190610494565b5f60405180830381855af49150503d805f81146102c9576040519150601f19603f3d011682016040523d82523d5f602084013e6102ce565b606091505b5090925090506102e0868383876102ea565b9695505050505050565b606083156103585782515f03610351576001600160a01b0385163b6103515760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016101a7565b5081610362565b610362838361036a565b949350505050565b81511561037a5781518083602001fd5b8060405162461bcd60e51b81526004016101a791906104aa565b80516001600160a01b03811681146103aa575f5ffd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156103d5575f5ffd5b6103de84610394565b92506103ec60208501610394565b60408501519092506001600160401b03811115610407575f5ffd5b8401601f81018613610417575f5ffd5b80516001600160401b03811115610430576104306103af565b604051601f8201601f19908116603f011681016001600160401b038111828210171561045e5761045e6103af565b604052818152828201602001881015610475575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b610843806104ec5f395ff3fe60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","output":"0x60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033","gas_used":474055,"gas_limit":648947,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x60806040523661001357610011610017565b005b6100115b61001f610168565b6001600160a01b0316330361015e5760606001600160e01b03195f35166364d3180d60e11b81016100595761005261019a565b9150610156565b63587086bd60e11b6001600160e01b0319821601610079576100526101ed565b63070d7c6960e41b6001600160e01b031982160161009957610052610231565b621eb96f60e61b6001600160e01b03198216016100b857610052610261565b63a39f25e560e01b6001600160e01b03198216016100d8576100526102a0565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b815160208301f35b6101666102b3565b565b5f7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b60606101a46102c3565b5f6101b23660048184610668565b8101906101bf91906106aa565b90506101da8160405180602001604052805f8152505f6102cd565b505060408051602081019091525f815290565b60605f806101fe3660048184610668565b81019061020b91906106d7565b9150915061021b828260016102cd565b60405180602001604052805f8152509250505090565b606061023b6102c3565b5f6102493660048184610668565b81019061025691906106aa565b90506101da816102f8565b606061026b6102c3565b5f610274610168565b604080516001600160a01b03831660208201529192500160405160208183030381529060405291505090565b60606102aa6102c3565b5f61027461034f565b6101666102be61034f565b61035d565b3415610166575f5ffd5b6102d68361037b565b5f825111806102e25750805b156102f3576102f183836103ba565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610321610168565b604080516001600160a01b03928316815291841660208301520160405180910390a161034c816103e6565b50565b5f61035861048f565b905090565b365f5f375f5f365f845af43d5f5f3e808015610377573d5ff35b3d5ffd5b610384816104b6565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a250565b60606103df83836040518060600160405280602781526020016107e76027913961054a565b9392505050565b6001600160a01b03811661044b5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840161014d565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b5f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61018b565b6001600160a01b0381163b6105235760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161014d565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61046e565b60605f5f856001600160a01b031685604051610566919061079b565b5f60405180830381855af49150503d805f811461059e576040519150601f19603f3d011682016040523d82523d5f602084013e6105a3565b606091505b50915091506105b4868383876105be565b9695505050505050565b6060831561062c5782515f03610625576001600160a01b0385163b6106255760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161014d565b5081610636565b610636838361063e565b949350505050565b81511561064e5781518083602001fd5b8060405162461bcd60e51b815260040161014d91906107b1565b5f5f85851115610676575f5ffd5b83861115610682575f5ffd5b5050820193919092039150565b80356001600160a01b03811681146106a5575f5ffd5b919050565b5f602082840312156106ba575f5ffd5b6103df8261068f565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156106e8575f5ffd5b6106f18361068f565b9150602083013567ffffffffffffffff81111561070c575f5ffd5b8301601f8101851361071c575f5ffd5b803567ffffffffffffffff811115610736576107366106c3565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610765576107656106c3565b60405281815282820160200187101561077c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f920191825250919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f8301168401019150509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205d4e17ffe6a54972b03f5d2bbd89c710a091ebdd0e3cea4e8770327f1c6dbf7e64736f6c634300081b0033","nonce":5,"gas_used":582975},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x11ca7e","logs":[{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000002000000000240000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000001000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000400000000000001000000000000000000000000008000000000000000000000000000000000000000000000"},"block_hash":"0x86018fb5d079b77cb3129f4aea993b36399d469254d8ff84754398c7055c3e21","block_number":5},{"info":{"transaction_hash":"0x801a3d88cb25d980cc50019fbdc514cabb6f6de1217e36ccc0f14433502a9c53","transaction_index":0,"from":"0xe77478d9e136d3643cfc6fef578abf63f9ab91b1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xe77478d9e136d3643cfc6fef578abf63f9ab91b1","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000005777c6e94b74fd0f","output":"0x0000000000000000000000000000000000000000000000005777c6e94b74fd0f","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000005777c6e94b74fd0f","output":"0x0000000000000000000000000000000000000000000000005777c6e94b74fd0f","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000005777c6e94b74fd0f"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000005777c6e94b74fd0f","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000005777c6e94b74fd0f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000005777c6e94b74fd0f","output":"0x0000000000000000000000000000000000000000000000005777c6e94b74fd0f","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000005777c6e94b74fd0f","output":"0x0000000000000000000000000000000000000000000000005777c6e94b74fd0f","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001a09da08dbddf67fc2","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001a09da08dbddf67fc2","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005777c6e94b74fd0f","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005777c6e94b74fd0f","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1"],"data":"0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000005777c6e94b74fd0f"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000005777c6e94b74fd0f","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000005777c6e94b74fd0f"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000005777c6e94b74fd0f"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1"],"data":"0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000005777c6e94b74fd0f"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000080000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000800000000081000000000500000000000000"},"block_hash":"0x8a322b9d76ce4d44b6646710cea4a3657adb3fb3f553c51f037df03e4aa8110a","block_number":436},{"info":{"transaction_hash":"0x4d056de49a37aec3b85aea1d5b79f1bff94dc510f21a3225f3049c7c1f226437","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052610bb780380380610014816102c7565b92833981016060828203126102c35761002c82610300565b61003860208401610300565b604084015190936001600160401b0382116102c357019082601f830112156102c357815161006d61006882610314565b6102c7565b928184526020840194602083830101116102c357815f926020809301875e84010152803b15610268577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610261575b6101dd575b50505f516020610b975f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a18115610189576001600160a01b031916175f516020610b975f395f51905f52556040516107b390816103e48239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b5f80610250946101ed60606102c7565b94602786527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020870152660819985a5b195960ca1b60408701525190845af43d15610259573d9161024161006884610314565b9283523d5f602085013e61032f565b505f8080610107565b60609161032f565b505f610102565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b038111838210176102ec57604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b03821682036102c357565b6001600160401b0381116102ec57601f01601f191660200190565b919290156103915750815115610343575090565b3b1561034c5790565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b8251909150156103a45750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610300000000000000000000000009635f643e140090a9a8dcd712ed6285858cebef000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000064a6ab36f200000000000000000000000000000000000000000000003635c9adc5dea0000000000000000000000000000000000000000000000000003635c9adc5dea000000000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000000000000","output":"0x60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033","gas_used":547436,"gas_limit":742499,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000009635f643e140090a9a8dcd712ed6285858cebef"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Log":0},{"Call":0},{"Log":1}]},{"parent":0,"children":[2],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa6ab36f200000000000000000000000000000000000000000000003635c9adc5dea0000000000000000000000000000000000000000000000000003635c9adc5dea000000000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","output":"0x","gas_used":101983,"gas_limit":704270,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xf97ed4e083acac67830025ecbc756d8fe847cdbdca4cee3fe1e128e98b54ecb5"],"data":"0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003635c9adc5dea00000"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x6ab181e0440bfbf4bacdf2e99674735ce6638005490688c5f994f5399353e452"],"data":"0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003635c9adc5dea00000"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x1c540707b00eb5427b6b774fc799d756516a54aee108b64b327acc55af557507"],"data":"0x0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000000000000000000012"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Log":0},{"Log":1},{"Log":2},{"Call":0},{"Log":3},{"Log":4}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x313ce567","output":"0x0000000000000000000000000000000000000000000000000000000000000012","gas_used":241,"gas_limit":595957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033","nonce":78,"gas_used":650212},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x9ebe4","logs":[{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000009635f643e140090a9a8dcd712ed6285858cebef"],"data":"0x"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xf97ed4e083acac67830025ecbc756d8fe847cdbdca4cee3fe1e128e98b54ecb5"],"data":"0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003635c9adc5dea00000"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0x6ab181e0440bfbf4bacdf2e99674735ce6638005490688c5f994f5399353e452"],"data":"0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003635c9adc5dea00000"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0x1c540707b00eb5427b6b774fc799d756516a54aee108b64b327acc55af557507"],"data":"0x0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000000000000000000012"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}],"logsBloom":"0x00000000000000000000000040000000400000000000000000000000000000000000000000000000100000000000000000000000000100000000010000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000100000000000000800000000000000000000000040000000200000002000050000000000410000000000080000000000000800000000000000000000000000000000400000000000000000000000000000000000000040020400000200000000000040002000000002400000000000000000000000000000000000008000000000000000000000000000000008400000000400000"},"block_hash":"0x358bcf96211b8ae1ea1eaa41c485a5181d44d36d9737009278d437e897fab55b","block_number":50},{"info":{"transaction_hash":"0x0b936f6384bdd1840599caed92ba20652b7145b409909f317e8f8711d98bc373","transaction_index":0,"from":"0x9e126c57330fa71556628e0aabd6b6b6783d99fa","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9e126c57330fa71556628e0aabd6b6b6783d99fa","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373900000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000064e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000064e"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373900000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000040000000000000000101000000000000000060000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x5610305bd484afd7330bdab767aa9f884ba79c184d3f74ae0c1cca864d60f8fc","block_number":413},{"info":{"transaction_hash":"0xfb2a5dd905c7bcd087e17aca1e045b9ca9334046c406711990f156419a61dc5b","transaction_index":0,"from":"0xbc5bdcee96b1bc47822c74e6f64186fba7d686be","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xbc5bdcee96b1bc47822c74e6f64186fba7d686be","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001eaea2d75e247668","output":"0x0000000000000000000000000000000000000000000000001eaea2d75e247668","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001eaea2d75e247668","output":"0x0000000000000000000000000000000000000000000000001eaea2d75e247668","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001eaea2d75e247668"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001eaea2d75e247668","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000001eaea2d75e247668"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001eaea2d75e247668","output":"0x0000000000000000000000000000000000000000000000001eaea2d75e247668","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000001eaea2d75e247668","output":"0x0000000000000000000000000000000000000000000000001eaea2d75e247668","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001b55bc6a9040740866","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001b55bc6a9040740866","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001eaea2d75e247668","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001eaea2d75e247668","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be"],"data":"0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001eaea2d75e247668"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000001eaea2d75e247668","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000001eaea2d75e247668"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001eaea2d75e247668"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be"],"data":"0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000001eaea2d75e247668"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000800000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000020000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000100500000000000000"},"block_hash":"0xa498a07fe52e584ef74a64b873ebc810ff617d03582ed0228101d24662500c5c","block_number":448},{"info":{"transaction_hash":"0xcfd7c7aac40fe56e318cc7c25dad50c463b3cb91da017ec5a939306e757227ed","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5fbdb2315678afecb367f032d93f642f64180aa3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x7f3c2c280000000000000000000000000000000000000000000000000000000000000040000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c9000000000000000000000000000000000000000000000000000000000000001164656c65676174696f6e4d616e61676572000000000000000000000000000000","output":"0x","gas_used":50652,"gas_limit":78361,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":72,"gas_used":72684},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x11bec","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xb96ec7b3b2413dbac0a6d2b17d8a63f04931cb7251e65f08cce59d37a366691c","block_number":45},{"info":{"transaction_hash":"0xa569cdf680dd0e61432f89b1bbd084400f0ca9a88aae347b9f69df418009bb87","transaction_index":0,"from":"0x23618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x23618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f38","output":"0x","gas_used":112742,"gas_limit":171022,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f38","output":"0x","gas_used":105596,"gas_limit":161350,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f38"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e600000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148064,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e600000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":138769,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005c0"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":107587,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":98927,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a1700000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93305,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a1700000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":84865,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb8700000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82521,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb8700000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":80642,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132066},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x203e2","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005c0"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f38"}],"logsBloom":"0x00800010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000020000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100008000000000"},"block_hash":"0xa11c7c0ae2c3f55aa41fa78bbfde92b607d191ef4d8fda00715fd444cf144af3","block_number":271},{"info":{"transaction_hash":"0x9f623688d27181e35ae1de300377fbfa100f8d729a524eec4fbc98a38fcdc721","transaction_index":0,"from":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000008042ae896b8e68bb","output":"0x0000000000000000000000000000000000000000000000008042ae896b8e68bb","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000008042ae896b8e68bb","output":"0x0000000000000000000000000000000000000000000000008042ae896b8e68bb","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000008042ae896b8e68bb"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000008042ae896b8e68bb","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000008042ae896b8e68bb"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000008042ae896b8e68bb","output":"0x0000000000000000000000000000000000000000000000008042ae896b8e68bb","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000008042ae896b8e68bb","output":"0x0000000000000000000000000000000000000000000000008042ae896b8e68bb","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000001b8ff5c785c9748e9","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000001b8ff5c785c9748e9","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008042ae896b8e68bb","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008042ae896b8e68bb","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc"],"data":"0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000008042ae896b8e68bb"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000008042ae896b8e68bb","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000008042ae896b8e68bb"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000008042ae896b8e68bb"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc"],"data":"0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000008042ae896b8e68bb"}],"logsBloom":"0x00000004000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240008001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002800001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x0748a6ae8e690a7d7b06c675b5aa1db951bf8509811e6564a62218dd69928b13","block_number":266},{"info":{"transaction_hash":"0x6662b80f170476a8d1bbe71bfb149324e6569ee76d720215b8db9b9b7181a55a","transaction_index":0,"from":"0x5eb15c0992734b5e77c888d713b4fc67b3d679a2","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x5eb15c0992734b5e77c888d713b4fc67b3d679a2","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000022cd6f987e0f1fd7","output":"0x00000000000000000000000000000000000000000000000022cd6f987e0f1fd7","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000022cd6f987e0f1fd7","output":"0x00000000000000000000000000000000000000000000000022cd6f987e0f1fd7","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000022cd6f987e0f1fd7"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000022cd6f987e0f1fd7","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000022cd6f987e0f1fd7"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000022cd6f987e0f1fd7","output":"0x00000000000000000000000000000000000000000000000022cd6f987e0f1fd7","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000022cd6f987e0f1fd7","output":"0x00000000000000000000000000000000000000000000000022cd6f987e0f1fd7","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000d1d0345e5f8563e16","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000d1d0345e5f8563e16","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000022cd6f987e0f1fd7","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000022cd6f987e0f1fd7","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2"],"data":"0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000022cd6f987e0f1fd7"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000022cd6f987e0f1fd7","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000022cd6f987e0f1fd7"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000022cd6f987e0f1fd7"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2"],"data":"0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000022cd6f987e0f1fd7"}],"logsBloom":"0x00000000000000000000000000000000000000000000000004000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000440000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000100500000000000000"},"block_hash":"0xf6486ce3888e8b9f842575a82be9520f0c7615f7fc8624792649541e770d70dd","block_number":346},{"info":{"transaction_hash":"0x185c2086e7585ffee149aa1dbf64035765faec06718cddde27ccab027266a244","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce710000000000000000000000000000000000000000000000007a4c38967d5fef52","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71"],"data":"0x0000000000000000000000000000000000000000000000007a4c38967d5fef52"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":198,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71"],"data":"0x0000000000000000000000000000000000000000000000007a4c38967d5fef52"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000040000000000000000000000000000000000200100000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x791c0f33541b58d98164bbe03dd3c071aa32679e62fc222ec6dcf506732de748","block_number":170},{"info":{"transaction_hash":"0xebc9eb13204d37e72730234bd084f6515851e21d0633982b8cf777c3acaff64b","transaction_index":0,"from":"0x1aac82773cb722166d7da0d5b0fa35b0307dd99d","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x1aac82773cb722166d7da0d5b0fa35b0307dd99d","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004df6c2702215b7bc","output":"0x0000000000000000000000000000000000000000000000004df6c2702215b7bc","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004df6c2702215b7bc","output":"0x0000000000000000000000000000000000000000000000004df6c2702215b7bc","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004df6c2702215b7bc"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004df6c2702215b7bc","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000004df6c2702215b7bc"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004df6c2702215b7bc","output":"0x0000000000000000000000000000000000000000000000004df6c2702215b7bc","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004df6c2702215b7bc","output":"0x0000000000000000000000000000000000000000000000004df6c2702215b7bc","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000a313226f17d4a91a9","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000a313226f17d4a91a9","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004df6c2702215b7bc","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004df6c2702215b7bc","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d"],"data":"0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004df6c2702215b7bc"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000004df6c2702215b7bc","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000004df6c2702215b7bc"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004df6c2702215b7bc"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d"],"data":"0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004df6c2702215b7bc"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000002000002000400018040000000040040000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000002000000000000001000000000500000000000000"},"block_hash":"0x81a633bc1fb37a0d4dd189a8622ea3783c36d0f61f6290f20644113ef92b698a","block_number":324},{"info":{"transaction_hash":"0x7489eee12456104410ffa1f730e09f9a9c0ab4f24d05438b41afea2ab2803e54","transaction_index":0,"from":"0x64492e25c30031edad55e57cea599cdb1f06dad1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x64492e25c30031edad55e57cea599cdb1f06dad1","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","output":"0x0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","output":"0x0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","output":"0x0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","output":"0x0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000011c10208f5beca56be","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000011c10208f5beca56be","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf200000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf200000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1"],"data":"0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec800000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec800000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1"],"data":"0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010200000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000101000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000400020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xddcf0fdfc7f6e98ea9ab4fe3f1eac680e962d980d9763a230aa13a7893672706","block_number":384},{"info":{"transaction_hash":"0x27f65ed9b6765748909395927ada852929acceef2f582720b21e9e2a1ce8ca87","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x5e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":106,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xec4a1b5d85365c27388661b29599ed81dc2c3b5c68a6d2af72fb29a6e7568509","block_number":78},{"info":{"transaction_hash":"0xa17fce0142fcd71b0adf73fe502267e9274dfc97bd61aacbca9a5f356ab63aa3","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a0000000000000000000000000000000000000000000000006579430c2f80163e","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a"],"data":"0x0000000000000000000000000000000000000000000000006579430c2f80163e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":269,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a"],"data":"0x0000000000000000000000000000000000000000000000006579430c2f80163e"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000001000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000800000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x5897d55d4e52a5ed364da6ae6ee12b779fac06519a62a9b7057fce12b4237cd5","block_number":241},{"info":{"transaction_hash":"0x848c893ff9175b0a47a253c614693e8384d107ece2f786ee939acbb299e719ef","transaction_index":0,"from":"0x976ea74026e726554db657fa54763abd0c3a0aa9","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x976ea74026e726554db657fa54763abd0c3a0aa9","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f36","output":"0x","gas_used":112742,"gas_limit":171022,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f36","output":"0x","gas_used":105596,"gas_limit":161350,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f36"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa90000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148064,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa90000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":138769,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005bc"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":107587,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":98927,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93305,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":84865,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa900000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82521,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa900000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":80642,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132066},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x203e2","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005bc"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f36"}],"logsBloom":"0x00000010000000000100000000000000000000040200000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x7b3c9d08e5ca310ce15f2e82b822d11c993348e73f7f87f0a109309ceb01061f","block_number":267},{"info":{"transaction_hash":"0xd6dff7283904292f0699a39459c3fadb51e5c48f5b99f5d645018f128ef908ff","transaction_index":0,"from":"0xbc8183bac3e969042736f7af07f76223d11d2148","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xbc8183bac3e969042736f7af07f76223d11d2148","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383200000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000bc8183bac3e969042736f7af07f76223d11d21480000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000bc8183bac3e969042736f7af07f76223d11d21480000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d214800000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000654"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000bc8183bac3e969042736f7af07f76223d11d214800000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000bc8183bac3e969042736f7af07f76223d11d214800000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d214800000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000654"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383200000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020040080000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xabde733f4f78fff6231e63d2bcf5be585c37714bdaa8f1b0215317b847a60b50","block_number":419},{"info":{"transaction_hash":"0x7e7046adc6af62a78e6fa2d902100553832df8f064f7b4a7c5ea0b8b20540d53","transaction_index":0,"from":"0xcbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xcbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393500000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c230000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c230000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c230000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000066e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c2300000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c2300000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c230000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000066e"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393500000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000010000000000000000000000000000000020000040002400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000080000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x8582c8281d7be319f3b77e104d1be74742362cea3f51ae8df68d25e42509a86a","block_number":445},{"info":{"transaction_hash":"0x0feacd9ac4b087a7a6ec30b877096f3394e224e73252a70a9baa63a8e79a13ae","transaction_index":0,"from":"0x0d803cdeee5990f22c2a8df10a695d2312da26cc","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x0d803cdeee5990f22c2a8df10a695d2312da26cc","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002951ecf8fade0441","output":"0x0000000000000000000000000000000000000000000000002951ecf8fade0441","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002951ecf8fade0441","output":"0x0000000000000000000000000000000000000000000000002951ecf8fade0441","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002951ecf8fade0441"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002951ecf8fade0441","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000002951ecf8fade0441"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002951ecf8fade0441","output":"0x0000000000000000000000000000000000000000000000002951ecf8fade0441","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002951ecf8fade0441","output":"0x0000000000000000000000000000000000000000000000002951ecf8fade0441","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000010020e9bfee5beb09f","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000010020e9bfee5beb09f","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002951ecf8fade0441","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002951ecf8fade0441","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc"],"data":"0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002951ecf8fade0441"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000002951ecf8fade0441","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000002951ecf8fade0441"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002951ecf8fade0441"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc"],"data":"0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002951ecf8fade0441"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000080000000000000000010000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000022000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xb64332489d84c173f8212971475a72d3127b2b0248adf3be5747b7884727c6eb","block_number":370},{"info":{"transaction_hash":"0xbcaebfffd909a302e15a274c9856c8dfd3a7cf2b2dc502af2c29ecea1bedbe3b","transaction_index":0,"from":"0x02484cb50aac86eae85610d6f4bf026f30f6627d","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x02484cb50aac86eae85610d6f4bf026f30f6627d","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000022bf698e9dd6f0b0","output":"0x00000000000000000000000000000000000000000000000022bf698e9dd6f0b0","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000022bf698e9dd6f0b0","output":"0x00000000000000000000000000000000000000000000000022bf698e9dd6f0b0","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000022bf698e9dd6f0b0"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000022bf698e9dd6f0b0","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000022bf698e9dd6f0b0"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000022bf698e9dd6f0b0","output":"0x00000000000000000000000000000000000000000000000022bf698e9dd6f0b0","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000022bf698e9dd6f0b0","output":"0x00000000000000000000000000000000000000000000000022bf698e9dd6f0b0","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000005f94dfa1a53e8d5ec","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000005f94dfa1a53e8d5ec","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf200000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000022bf698e9dd6f0b0","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf200000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000022bf698e9dd6f0b0","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d"],"data":"0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000022bf698e9dd6f0b0"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec800000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec800000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000022bf698e9dd6f0b0","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000022bf698e9dd6f0b0"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000022bf698e9dd6f0b0"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d"],"data":"0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000022bf698e9dd6f0b0"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000004040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000002040000000000000000000000400000000100000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x2181b113525db0b66da1a162029f49895719f59c2d947f436c0cefc9601e0b2f","block_number":298},{"info":{"transaction_hash":"0x03bc17fbb6b55f9e6782b05bb74fd24edcba1bd715362f3d6c3daed9c02c58e2","transaction_index":0,"from":"0x4779d18931b35540f84b0cd0e9633855b84df7b8","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x4779d18931b35540f84b0cd0e9633855b84df7b8","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000016a09e5cc91e09eb","output":"0x00000000000000000000000000000000000000000000000016a09e5cc91e09eb","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000016a09e5cc91e09eb","output":"0x00000000000000000000000000000000000000000000000016a09e5cc91e09eb","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000016a09e5cc91e09eb"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000016a09e5cc91e09eb","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000016a09e5cc91e09eb"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000016a09e5cc91e09eb","output":"0x00000000000000000000000000000000000000000000000016a09e5cc91e09eb","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000016a09e5cc91e09eb","output":"0x00000000000000000000000000000000000000000000000016a09e5cc91e09eb","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001032cadaaa9080d5fd","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001032cadaaa9080d5fd","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016a09e5cc91e09eb","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016a09e5cc91e09eb","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8"],"data":"0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000016a09e5cc91e09eb"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000016a09e5cc91e09eb","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000016a09e5cc91e09eb"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000016a09e5cc91e09eb"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8"],"data":"0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000016a09e5cc91e09eb"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002080400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000400000020000000000001000000000000000000000000000000000000000000000001000000000500200000000000"},"block_hash":"0x8ace46a31a685a5c33ca18518f69a376adf99b663418e6c9d41172b4ec75b0ad","block_number":374},{"info":{"transaction_hash":"0x711125dab91649dd0e6a9524e9410bc59ac5bef5d8535da1ce69ea483d711ef1","transaction_index":0,"from":"0x1003ff39d25f2ab16dbcc18ece05a9b6154f65f4","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x1003ff39d25f2ab16dbcc18ece05a9b6154f65f4","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333600000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f40000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f40000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005f8"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f400000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f400000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005f8"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333600000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000400000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x59979080e8459e91cddfb77ceef82473bd2ae3829f838d28c4c907fd55f18806","block_number":327},{"info":{"transaction_hash":"0x0ffcda5770cc5470cd6050f3e3eb2096dcce4b7ce50805a167209c83abba9619","transaction_index":0,"from":"0x4b23d303d9e3719d6cdf8d172ea030f80509ea15","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x4b23d303d9e3719d6cdf8d172ea030f80509ea15","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343300000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea150000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea150000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea1500000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000606"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea1500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea1500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea1500000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000606"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343300000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000002000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x9f4d18562f128d7fd14361c9d7745636a07f6e245d71841c039cfd57b4b68559","block_number":341},{"info":{"transaction_hash":"0x66ffa4812f63186f0ffc49b0d5b8c778c76abfe830fb2ac7da7ab763442828db","transaction_index":0,"from":"0x976ea74026e726554db657fa54763abd0c3a0aa9","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x976ea74026e726554db657fa54763abd0c3a0aa9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000086759309fd1fd327","output":"0x00000000000000000000000000000000000000000000000086759309fd1fd327","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000086759309fd1fd327","output":"0x00000000000000000000000000000000000000000000000086759309fd1fd327","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000086759309fd1fd327"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000086759309fd1fd327","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000086759309fd1fd327"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000086759309fd1fd327","output":"0x00000000000000000000000000000000000000000000000086759309fd1fd327","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000086759309fd1fd327","output":"0x00000000000000000000000000000000000000000000000086759309fd1fd327","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000023f74ef8259b71c10","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000023f74ef8259b71c10","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000086759309fd1fd327","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000086759309fd1fd327","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9"],"data":"0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000086759309fd1fd327"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000086759309fd1fd327","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000086759309fd1fd327"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000086759309fd1fd327"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9"],"data":"0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000086759309fd1fd327"}],"logsBloom":"0x00000000000000000000000000000000000000040200000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001080000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x1ee188229296e0943f4e6a50ad53cf9d7145bc0c340b4d262c160d59a2f7c307","block_number":268},{"info":{"transaction_hash":"0x6014bccda5fbdbaeaaa0ea86c934dc206d20acc39235225b424eb3f5bcb47d95","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x9ef6c02fb2ecc446146e05f1ff687a788a8bf76d","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x9ef6c02fb2ecc446146e05f1ff687a788a8bf76d","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":123,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x66c7ddc7ef947558ad59e00b096ed655c1a8ce49c1a109f80521b36ff96ace34","block_number":95},{"info":{"transaction_hash":"0xe449d9661f791c3933966edb9a60648413a7ade83b8087351dc9b2487a4c643d","transaction_index":0,"from":"0xdd2fd4581271e230360230f9337d5c0430bf44c0","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xdd2fd4581271e230360230f9337d5c0430bf44c0","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000058ae5cd63f90f417","output":"0x00000000000000000000000000000000000000000000000058ae5cd63f90f417","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000058ae5cd63f90f417","output":"0x00000000000000000000000000000000000000000000000058ae5cd63f90f417","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000058ae5cd63f90f417"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000058ae5cd63f90f417","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000058ae5cd63f90f417"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000058ae5cd63f90f417","output":"0x00000000000000000000000000000000000000000000000058ae5cd63f90f417","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000058ae5cd63f90f417","output":"0x00000000000000000000000000000000000000000000000058ae5cd63f90f417","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000052dfd029ab32a0ee7","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000052dfd029ab32a0ee7","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000058ae5cd63f90f417","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000058ae5cd63f90f417","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0"],"data":"0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000058ae5cd63f90f417"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000058ae5cd63f90f417","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000058ae5cd63f90f417"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000058ae5cd63f90f417"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0"],"data":"0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000058ae5cd63f90f417"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000100000000000000000000000002000400018040000000040000000008800000000008002000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000001000000000000000001000000000500000000000000"},"block_hash":"0xc0601b39bf6bcb417f4bed588b32d7bdfff83a2909d8f6c9b1cee21f1963fee6","block_number":292},{"info":{"transaction_hash":"0xd5ab503dce24baff34e532fd7633ed5227912f41fabe42bfd25463cc6d34add3","transaction_index":0,"from":"0x2f4f06d218e426344cfe1a83d53dad806994d325","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x2f4f06d218e426344cfe1a83d53dad806994d325","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333500000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d3250000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d3250000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005f6"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d32500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d32500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005f6"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333500000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000200800000000000000240000000000000002000000000004000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x19fbf7252a6cfc1c6496f04eb77b3afa1139ccfeb3e74c10ea580c6e956cef34","block_number":325},{"info":{"transaction_hash":"0x95a0ffdee3d867ab9c12b357272315ee54e17303fb04b6c88374b961d33446c2","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac1800000000000000000000000000000000000000000000000056bbecb0ff9fdea6","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18"],"data":"0x00000000000000000000000000000000000000000000000056bbecb0ff9fdea6"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":216,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18"],"data":"0x00000000000000000000000000000000000000000000000056bbecb0ff9fdea6"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100080000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000008000000000000000000000000000000000000000000008000000000000000000000000000000000"},"block_hash":"0xd4bc3e01865d7fb16388c096df35ae7948bfcb073ea8eef65d1dc92c914607f7","block_number":188},{"info":{"transaction_hash":"0x6410ec6ba5924a6c3800cc5840bb02a26144515ffe9eab99a72df4edd632b0a7","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x70997970c51812dc3a010c7d01b50e0d17dc79c8","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x70997970c51812dc3a010c7d01b50e0d17dc79c8","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":84,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xe6a97f6664b0bbb87f0237abf5ec3c277e8e1c4785d18e9ab41f2c3ef9066268","block_number":56},{"info":{"transaction_hash":"0x035934552197cd28dc94ebff28abfdaf62439bd22b419a4fc6d4b74b7cb9fd8b","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xcbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xcbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":178,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x64a62ad17191225d1e52f77420d1074880a0938a313c3e23bea5295ba2e9e089","block_number":150},{"info":{"transaction_hash":"0x0ef8d8777b45040165eed7ba7b477432c26b3b71f0cfe1a7c57cd2fc9494b080","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x0536896a5e38bbd59f3f369ff3682677965abd19","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x0536896a5e38bbd59f3f369ff3682677965abd19","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":180,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xa8294d524b66dddcf15abcd40d540c1083375b3a65afb274a945fe91f6063a7a","block_number":152},{"info":{"transaction_hash":"0x10632215786ae44c10ef6a99043d22860d9d21e509662c1502903dff4cf24b39","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x8281ab7500000000000000000000000000000000000000000000000000000000000027100000000000000000000000000000000000000000000000000000000000003a980000000000000000000000000000000000000000000000000000000000000064000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000001000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000","output":"0x","gas_used":486028,"gas_limit":679898,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,6,8,10],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","address":"0x82e01223d51eb87e16a03e24687edf0f294da6f1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x8281ab7500000000000000000000000000000000000000000000000000000000000027100000000000000000000000000000000000000000000000000000000000003a980000000000000000000000000000000000000000000000000000000000000064000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000001000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000","output":"0x","gas_used":478920,"gas_limit":662308,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac","0x0000000000000000000000000000000000000000000000000000000000000000"],"data":"0x00000000000000000000000000000000000000000000000000000000000027100000000000000000000000000000000000000000000000000000000000003a980000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xa34835bc2b673ec37fcf1591a91295b163fc2e181e4ea4e733beb27de1ceac4c","0x0000000000000000000000000000000000000000000000000000000000000000"],"data":"0x00000000000000000000000000000000000000000000000000000000000027100000000000000000000000000000000000000000000000000000000000003a980000000000000000000000000000000000000000000000000000000000000064000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Log":0},{"Call":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x261f84e0000000000000000000000000851356ae760d987e095750cceb3bc6014560891c000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000001000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x","gas_used":147987,"gas_limit":595125,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[4],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x261f84e0000000000000000000000000851356ae760d987e095750cceb3bc6014560891c000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000001000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x","gas_used":140823,"gas_limit":578809,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x31629285ead2335ae0933f86ed2ae63321f7af77b4e6eaabc42c057880977e6c"],"data":"0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x7ab260fe0af193db5f4986770d831bda4ea46099dc817e8b6716dcae8af8e88b"],"data":"0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":3,"children":[5],"idx":4,"trace":{"depth":4,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x610178da211fef7d417bc0e6fed39f05609ad788","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xdf595cb8000000000000000000000000851356ae760d987e095750cceb3bc6014560891c00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc490000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318261f84e000000000000000000000000000000000000000000000000000000000","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":15037,"gas_limit":566295,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":5,"success":true,"caller":"0x610178da211fef7d417bc0e6fed39f05609ad788","address":"0x3aa5ebb10dc797cac828524e59a333d0a371443c","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xdf595cb8000000000000000000000000851356ae760d987e095750cceb3bc6014560891c00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc490000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318261f84e000000000000000000000000000000000000000000000000000000000","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":7894,"gas_limit":550453,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","address":"0x0e801d84fa97b50751dbf25036d067dcf18858bf","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x75d4173a0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000001000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000","output":"0x","gas_used":154501,"gas_limit":446092,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0x0e801d84fa97b50751dbf25036d067dcf18858bf","address":"0x1291be112d480055dafd8a610b7d1e203891c274","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x75d4173a0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000001000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000","output":"0x","gas_used":147405,"gas_limit":432167,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x10565e56cacbf32eca267945f054fec02e59750032d113d3302182ad967f5404","0x0000000000000000000000000000000000000000000000000000000000000000"],"data":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75","0x0000000000000000000000000000000000000000000000000000000000000000"],"data":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x26eecff2b70b0a71104ff4d940ba7162d23a95c248771fc487a7be17a596b3cf","0x0000000000000000000000000000000000000000000000000000000000000000"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7c112e863ccf007862e2c9e25819c933fedbc9350a6443423b4a8599c2e8a52d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","address":"0x99bba657f2bbc93c02d617f8ba121cb8fc104acf","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x26d941f20000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":52310,"gas_limit":291024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x99bba657f2bbc93c02d617f8ba121cb8fc104acf","address":"0x809d550fca64d94bd9f66e60752a544199cfac3d","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x26d941f20000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":45241,"gas_limit":279548,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[11],"idx":10,"trace":{"depth":2,"success":true,"caller":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","address":"0x4826533b4897376654bb4d4ad88b7fafd0c98528","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x26d941f20000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":52446,"gas_limit":236548,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":10,"children":[],"idx":11,"trace":{"depth":3,"success":true,"caller":"0x4826533b4897376654bb4d4ad88b7fafd0c98528","address":"0x5eb3bc0a489c5a8288765d2336659ebca68fcd00","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x26d941f20000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":45377,"gas_limit":225923,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":82,"gas_used":508512},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x7c260","logs":[{"address":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","topics":["0x3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac","0x0000000000000000000000000000000000000000000000000000000000000000"],"data":"0x00000000000000000000000000000000000000000000000000000000000027100000000000000000000000000000000000000000000000000000000000003a980000000000000000000000000000000000000000000000000000000000000064"},{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x31629285ead2335ae0933f86ed2ae63321f7af77b4e6eaabc42c057880977e6c"],"data":"0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x7ab260fe0af193db5f4986770d831bda4ea46099dc817e8b6716dcae8af8e88b"],"data":"0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"},{"address":"0x0e801d84fa97b50751dbf25036d067dcf18858bf","topics":["0x10565e56cacbf32eca267945f054fec02e59750032d113d3302182ad967f5404","0x0000000000000000000000000000000000000000000000000000000000000000"],"data":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"},{"address":"0x0e801d84fa97b50751dbf25036d067dcf18858bf","topics":["0x11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75","0x0000000000000000000000000000000000000000000000000000000000000000"],"data":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x0e801d84fa97b50751dbf25036d067dcf18858bf","topics":["0x26eecff2b70b0a71104ff4d940ba7162d23a95c248771fc487a7be17a596b3cf","0x0000000000000000000000000000000000000000000000000000000000000000"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0x0e801d84fa97b50751dbf25036d067dcf18858bf","topics":["0x7c112e863ccf007862e2c9e25819c933fedbc9350a6443423b4a8599c2e8a52d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","topics":["0xa34835bc2b673ec37fcf1591a91295b163fc2e181e4ea4e733beb27de1ceac4c","0x0000000000000000000000000000000000000000000000000000000000000000"],"data":"0x00000000000000000000000000000000000000000000000000000000000027100000000000000000000000000000000000000000000000000000000000003a980000000000000000000000000000000000000000000000000000000000000064000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"}],"logsBloom":"0x000000000000010000100000000000000000000000000000400000000000000000000000040000000000000000000008000000000000000000000000000000004000800000000080000020000001002000000004000000000000000000000000000000000200000000c0004000000800000000400200000000000000000000000000000000000000000000000000002000000000000000000000000000000000002000000000200000000000408000000000000000000000000000000000000000002000080000000000900000001100040000000000000000000000000020000000008040000000000000000000000000000000000000000000100000008000"},"block_hash":"0x8d7b49cb3b7f2da2458b8914ecf7f8be07bd52d6cd072fa54634b872fe4a9cce","block_number":54},{"info":{"transaction_hash":"0x83abb223679c9c04be73a9f55e9de5a5e0f776e8b342218dfa592ca46e95ed12","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe77478d9e136d3643cfc6fef578abf63f9ab91b1","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe77478d9e136d3643cfc6fef578abf63f9ab91b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":173,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x66926a350b2429cd457d930bafc40c5c7bf63d0d5f947135c842d1335c6aed59","block_number":145},{"info":{"transaction_hash":"0xe1a213575b4540486e3488c7c7ee6ce128c64504ab142b645bd5bc81b3e66ac0","transaction_index":0,"from":"0x35304262b9e87c00c430149f28dd154995d01207","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x35304262b9e87c00c430149f28dd154995d01207","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343800000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e600000000000000000000000035304262b9e87c00c430149f28dd154995d012070000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e600000000000000000000000035304262b9e87c00c430149f28dd154995d012070000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000035304262b9e87c00c430149f28dd154995d0120700000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000610"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000035304262b9e87c00c430149f28dd154995d01207","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000035304262b9e87c00c430149f28dd154995d01207","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a1700000000000000000000000035304262b9e87c00c430149f28dd154995d01207000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a1700000000000000000000000035304262b9e87c00c430149f28dd154995d01207000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb8700000000000000000000000035304262b9e87c00c430149f28dd154995d0120700000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb8700000000000000000000000035304262b9e87c00c430149f28dd154995d0120700000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000035304262b9e87c00c430149f28dd154995d0120700000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000610"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343800000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000048000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000800008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x81b8bc943a5a7e29033a9046bd55b2fab227453c1d635d18ad0ad2967802a12c","block_number":351},{"info":{"transaction_hash":"0x48fdcb4d377ff701db4b3d46f864c6ad5b220ad60a7d76fa8c1f1f60c111d126","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x11e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x11e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":121,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xa93930efbbd138c65a62eeae2245b5bdb07cfd2ee6e19acb3596354951f5d8c1","block_number":93},{"info":{"transaction_hash":"0xe096107f60d7f47f2822561d61f1b1f3e9dd0ab2da3fae033d40bfdbc16623d3","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000000000000000000000000000297d9557a14b736a","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097"],"data":"0x000000000000000000000000000000000000000000000000297d9557a14b736a"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":197,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097"],"data":"0x000000000000000000000000000000000000000000000000297d9557a14b736a"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000004010000000000000000000000000000000001000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000080"},"block_hash":"0x0b88ebd5c418ba0034ccd85e1b5e785c82056b5eeab28fda66520db181226061","block_number":169},{"info":{"transaction_hash":"0x5517e9065bd9b24cf84c837586084c94ece23111c7d6c9785759d745e4e26dbd","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":83,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x35d5ceebf86783d0acdd3863a22f1e004460504418eb00f90822b8810ece877d","block_number":55},{"info":{"transaction_hash":"0xf3affe1165d2cc985d416991c30d7f5f8f9307cd5b56b61c7be042f4c557a7fc","transaction_index":0,"from":"0xfabb0ac9d68b0b445fb7357272ff202c5651694a","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xfabb0ac9d68b0b445fb7357272ff202c5651694a","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313200000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005c8"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005c8"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313200000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x0000001000000000010000000000000000000000000200000000000100000000000000000000000000000000000000000000002000004000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000080000000000000024000000000000000a000000000000000000000008000000000000000000000000000000000000000002000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x4e4e25b8c6c22cd98a8eb1adf3f1af413131de90a3a02c3bccddf5b5508b89c6","block_number":279},{"info":{"transaction_hash":"0xf0a249a28d59b3978febc4703c43b7588e8426f4eb8e13022703b3599de661c5","transaction_index":0,"from":"0xcd3b766ccdd6ae721141f452c550ca635964ce71","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xcd3b766ccdd6ae721141f452c550ca635964ce71","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313500000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce710000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce710000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005ce"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce7100000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce7100000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005ce"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313500000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000002000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000040000008000000000000000000000000000000100000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x55424fe94172ac3a7ef7e37d7db0f917291b4f23c01d71e8af8288a03c8c3784","block_number":285},{"info":{"transaction_hash":"0x0e0891eeb95e976601a73dd18390bd4ff9e4dd38d20eaa65892b2043ce71da86","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x87bdce72c06c21cd96219bd8521bdf1f42c78b5e","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x87bdce72c06c21cd96219bd8521bdf1f42c78b5e","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":110,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x764dbd1afb11a5b24a8077e2b20c7f466c3ba34dd00c443e726984a1342b2ab3","block_number":82},{"info":{"transaction_hash":"0x6ea3b4256b63c6192a8e9ae89962b820519318a351eb6811745556de097bc0b0","transaction_index":0,"from":"0x1bcb8e569eedab4668e55145cfeaf190902d3cf2","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x1bcb8e569eedab4668e55145cfeaf190902d3cf2","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003a6e87f491fb9ccb","output":"0x0000000000000000000000000000000000000000000000003a6e87f491fb9ccb","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003a6e87f491fb9ccb","output":"0x0000000000000000000000000000000000000000000000003a6e87f491fb9ccb","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003a6e87f491fb9ccb"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003a6e87f491fb9ccb","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000003a6e87f491fb9ccb"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003a6e87f491fb9ccb","output":"0x0000000000000000000000000000000000000000000000003a6e87f491fb9ccb","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003a6e87f491fb9ccb","output":"0x0000000000000000000000000000000000000000000000003a6e87f491fb9ccb","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000094035e34cf2d7b196","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000094035e34cf2d7b196","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003a6e87f491fb9ccb","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003a6e87f491fb9ccb","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2"],"data":"0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003a6e87f491fb9ccb"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000003a6e87f491fb9ccb","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000003a6e87f491fb9ccb"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003a6e87f491fb9ccb"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2"],"data":"0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003a6e87f491fb9ccb"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000020000000000008000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000400000"},"block_hash":"0x0b35e3b343c0ce8c0080d145b4644712cb012030393efd69e2f2ee2d1d0b99bd","block_number":316},{"info":{"transaction_hash":"0x77aaa93fcbe71d4c0fd4c119d422941825606f4b0b2216a4948951dd54117ddc","transaction_index":0,"from":"0xdf3e18d64bc6a983f673ab319ccae4f1a57c7097","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xdf3e18d64bc6a983f673ab319ccae4f1a57c7097","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313400000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c70970000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c70970000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005cc"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c709700000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c709700000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005cc"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313400000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000004000000000000000000000000000000000001000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000080"},"block_hash":"0x112505363819fdc6bb7330169a55b733b057f1fe84a88f75328e541424a86109","block_number":283},{"info":{"transaction_hash":"0x31c380bb0b013b935d419b2cd69c00d74dabc7bfcca7408a4f0c06eedfac67d6","transaction_index":0,"from":"0x9dcce783b6464611f38631e6c851bf441907c710","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9dcce783b6464611f38631e6c851bf441907c710","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323900000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000009dcce783b6464611f38631e6c851bf441907c7100000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000009dcce783b6464611f38631e6c851bf441907c7100000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005ea"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000009dcce783b6464611f38631e6c851bf441907c710000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000009dcce783b6464611f38631e6c851bf441907c710000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000009dcce783b6464611f38631e6c851bf441907c71000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000009dcce783b6464611f38631e6c851bf441907c71000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005ea"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323900000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000800000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000008000000000002000001000000000100000000000000"},"block_hash":"0x0bf1243b2631e33577e29e24cc6c776dce40c7caad952334165d1f7058d68856","block_number":313},{"info":{"transaction_hash":"0x35fcd344258dc9191a4555c0c57c6b2fe8c61a5d6a5317f5630d6aa65e50e6d0","transaction_index":3,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x610178da211fef7d417bc0e6fed39f05609ad788","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x610178da211fef7d417bc0e6fed39f05609ad788","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x950d806e000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31850feea2000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":146631,"gas_limit":211051,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x610178da211fef7d417bc0e6fed39f05609ad788","address":"0x3aa5ebb10dc797cac828524e59a333d0a371443c","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x950d806e000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31850feea2000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":139491,"gas_limit":200760,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf"],"data":"0x0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31850feea2000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x","nonce":58,"gas_used":168975},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xac191","logs":[{"address":"0x610178da211fef7d417bc0e6fed39f05609ad788","topics":["0x037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf"],"data":"0x0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31850feea2000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000100000000000000000000000040000000000000000000000000000000000000000000000000000000000000008000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000020000000000000000002000000000000000000000000000000000000000000020000000000000000000000400000000000000000000"},"block_hash":"0x05e04a291b518295e2beba8894b3def73970710bd13f26a4504df4628444c7be","block_number":34},{"info":{"transaction_hash":"0x01e2cb1440e613d93230e7208e3b0e7f0e424b5dd5366f8d6347cd272356181a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5fbdb2315678afecb367f032d93f642f64180aa3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x7f3c2c280000000000000000000000000000000000000000000000000000000000000040000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad78800000000000000000000000000000000000000000000000000000000000000147065726d697373696f6e436f6e74726f6c6c6572000000000000000000000000","output":"0x","gas_used":50652,"gas_limit":78380,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":75,"gas_used":72732},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x11c1c","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xdfa51554caed417fd068ab4133d29084a907e1d2dd799339c8fc06f3fc79e7e6","block_number":47},{"info":{"transaction_hash":"0x7fcd80c4c608780070d42dbfb799f3bbdaf19707572e202b1855b69428c851c7","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x63c3686ef31c03a641e2ea8993a91ea351e5891a","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x63c3686ef31c03a641e2ea8993a91ea351e5891a","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":150,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xa7ba9bf5c34b54e78e20e3f1431eea062f0952477b5dfb6e798908ee0e4543d0","block_number":122},{"info":{"transaction_hash":"0x4011999a2e2f0bd84a16fb92bb99804fb03e135d09f8c58665d6f4afb1693a3a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xf23e054d8b4d0becfa22deef5632f27f781f8bf5","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xf23e054d8b4d0becfa22deef5632f27f781f8bf5","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":153,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x30cb13d4db7c329214b66ee55d78ea5e3697a5a1f82dfdd162fc0c8374e37d3d","block_number":125},{"info":{"transaction_hash":"0xdf0e79db009a213c9423fcadb4d89fa39b01986c8f3d3cca64f2dd850096b608","transaction_index":0,"from":"0x9a50ed082cf2fc003152580dcdb320b834fa379e","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9a50ed082cf2fc003152580dcdb320b834fa379e","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003a7c536d83f91028","output":"0x0000000000000000000000000000000000000000000000003a7c536d83f91028","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003a7c536d83f91028","output":"0x0000000000000000000000000000000000000000000000003a7c536d83f91028","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003a7c536d83f91028"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003a7c536d83f91028","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000003a7c536d83f91028"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003a7c536d83f91028","output":"0x0000000000000000000000000000000000000000000000003a7c536d83f91028","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003a7c536d83f91028","output":"0x0000000000000000000000000000000000000000000000003a7c536d83f91028","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000166a65042c7e0bf6b1","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000166a65042c7e0bf6b1","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003a7c536d83f91028","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003a7c536d83f91028","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e"],"data":"0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003a7c536d83f91028"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000003a7c536d83f91028","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000003a7c536d83f91028"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003a7c536d83f91028"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e"],"data":"0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003a7c536d83f91028"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000008000000000000000000000000000000100200100001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x1576af79115d6df64435b9a26f7b3e876e5d2683627ad5ea8ffef4efbddb157a","block_number":418},{"info":{"transaction_hash":"0x429729721bfab877e8432129cf148abd7b6bfc2c5e239ee64102286f27ef18d2","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x610178da211fef7d417bc0e6fed39f05609ad788","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x610178da211fef7d417bc0e6fed39f05609ad788","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x950d806e000000000000000000000000851356ae760d987e095750cceb3bc6014560891c000000000000000000000000851356ae760d987e095750cceb3bc6014560891c0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe69cb9a5fa00000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":148922,"gas_limit":228132,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x610178da211fef7d417bc0e6fed39f05609ad788","address":"0x3aa5ebb10dc797cac828524e59a333d0a371443c","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x950d806e000000000000000000000000851356ae760d987e095750cceb3bc6014560891c000000000000000000000000851356ae760d987e095750cceb3bc6014560891c0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe69cb9a5fa00000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":141782,"gas_limit":217574,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169","0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c","0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c"],"data":"0x0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe69cb9a5fa00000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x","nonce":67,"gas_used":171266},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x29d02","logs":[{"address":"0x610178da211fef7d417bc0e6fed39f05609ad788","topics":["0x037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169","0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c","0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c"],"data":"0x0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe69cb9a5fa00000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000100000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000001000000000000000000000000000000000000020000000000000000000000400000000000000000000"},"block_hash":"0x40b8d9d34629aae9081549c711d2694ce87e1e588ea50b61cb604a14a653e5fa","block_number":40},{"info":{"transaction_hash":"0x676d9e41c3cf9a543e7d60d92f72961efd4aed0ec4a3272b628d0bc096f25dc0","transaction_index":0,"from":"0x61097ba76cd906d2ba4fd106e757f7eb455fc295","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x61097ba76cd906d2ba4fd106e757f7eb455fc295","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323400000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e600000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc2950000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e600000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc2950000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005e0"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a1700000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a1700000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb8700000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc29500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb8700000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc29500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005e0"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323400000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000400000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000200000000000000000000000000000000000020000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x518944a33967f4cb2fec2d9b86f154f21c18840b61e104c9f73773216cb15f39","block_number":303},{"info":{"transaction_hash":"0x0e817931788e99c2cbc05b0e1c06796b0acb42fb8f9165a0f11c2670e06cfd40","transaction_index":0,"from":"0xfe0f143fcad5b561b1ed2ac960278a2f23559ef9","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xfe0f143fcad5b561b1ed2ac960278a2f23559ef9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000089a2b30fd4eda421","output":"0x00000000000000000000000000000000000000000000000089a2b30fd4eda421","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000089a2b30fd4eda421","output":"0x00000000000000000000000000000000000000000000000089a2b30fd4eda421","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000089a2b30fd4eda421"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000089a2b30fd4eda421","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000089a2b30fd4eda421"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000089a2b30fd4eda421","output":"0x00000000000000000000000000000000000000000000000089a2b30fd4eda421","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000089a2b30fd4eda421","output":"0x00000000000000000000000000000000000000000000000089a2b30fd4eda421","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001c4ddd20bb92441ecb","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001c4ddd20bb92441ecb","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000089a2b30fd4eda421","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000089a2b30fd4eda421","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9"],"data":"0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000089a2b30fd4eda421"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000089a2b30fd4eda421","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000089a2b30fd4eda421"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000089a2b30fd4eda421"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9"],"data":"0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000089a2b30fd4eda421"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000004000000000010000000000000000000000000000000002000400018040000800040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000002001000000000500000000000000"},"block_hash":"0x8b08d4aaf6a1f65b92388bb6f3bc2e98bd49d2d91f20b0f27d229866aa9f15a2","block_number":452},{"info":{"transaction_hash":"0x78b3d5b57efc09195064eb6d8dfda6223461f8473c08e448ac41b391097d6773","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51000000000000000000000000000000000000000000000000749bda47f696ad25","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51"],"data":"0x000000000000000000000000000000000000000000000000749bda47f696ad25"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":235,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51"],"data":"0x000000000000000000000000000000000000000000000000749bda47f696ad25"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000008000000000000000000000000000000000000000000000000000000004000000100000000000000000000010000000010000000000000000000000000000001000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x338b2fe4054d7c9446701a9c449b6ee165297e35f53132bb9e2c824a59eb051c","block_number":207},{"info":{"transaction_hash":"0xdf068fb7afc970de063317804534d811ac2252116fd10ce44ba7709a123bf628","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd0000000000000000000000000000000000000000000000007b4c8567c0e9c3de","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd"],"data":"0x0000000000000000000000000000000000000000000000007b4c8567c0e9c3de"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":282,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd"],"data":"0x0000000000000000000000000000000000000000000000007b4c8567c0e9c3de"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000008000000000000020000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000800000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xc3aeb972ad18c7e8d6720314ef1a5453986a7e4ad546aa12759fa9fff9c5e407","block_number":254},{"info":{"transaction_hash":"0x371f0b240453345cb6b7f97b540a267dc05b05f41e2b4fe19387b403a2295080","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x998abeb3e57409262ae5b751f60747921b33613e","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x998abeb3e57409262ae5b751f60747921b33613e","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x99a88ec40000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf0000000000000000000000001291be112d480055dafd8a610b7d1e203891c274","output":"0x","gas_used":17200,"gas_limit":32063,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x998abeb3e57409262ae5b751f60747921b33613e","address":"0x0e801d84fa97b50751dbf25036d067dcf18858bf","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3659cfe60000000000000000000000001291be112d480055dafd8a610b7d1e203891c274","output":"0x","gas_used":11652,"gas_limit":26245,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000001291be112d480055dafd8a610b7d1e203891c274"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x","nonce":51,"gas_used":38988},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x984c","logs":[{"address":"0x0e801d84fa97b50751dbf25036d067dcf18858bf","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000001291be112d480055dafd8a610b7d1e203891c274"],"data":"0x"}],"logsBloom":"0x00000000000000000000000000000000402000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000002000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200020000000000000000000000000000000000000000000000000000020000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x6b95d9d51677003e8556f1a022126671beedf118d0824c8a9b686d74cdf98a74","block_number":33},{"info":{"transaction_hash":"0x5287fe6d6b5cba09c4965c813bd03991f64978d166c6177fa80682ea499da21c","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0xf5059a5d33d5853360d16c683c16e67980206f36","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xf5059a5d33d5853360d16c683c16e67980206f36","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052346101995761041280380380610019816101b1565b9283398101906040818303126101995780516001600160401b0381116101995781019180601f84011215610199578251926001600160401b03841161019d578360051b9060208061006b8185016101b1565b80978152019282010192831161019957602001905b8282106101815784610094602086016101d6565b905f5b815181101561011657600581901b8201602001516001600160a01b0316908115610107577f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b91526040836001945f525f602052815f208560ff198254161790558151908152846020820152a101610097565b6339b190bb60e11b5f5260045ffd5b6001600160a01b038316801561010757600154604080516001600160a01b0383168152602081018490527f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e88929190a16001600160a01b0319161760015560405161022790816101eb8239f35b6020809161018e846101d6565b815201910190610080565b5f80fd5b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f191682016001600160401b0381118382101761019d57604052565b51906001600160a01b03821682036101995756fe6080806040526004361015610012575f80fd5b5f3560e01c90816346fbf68e146101a3575080638568520614610111578063ce548428146100745763eab66d7a14610048575f80fd5b34610070575f366003190112610070576001546040516001600160a01b039091168152602090f35b5f80fd5b346100705760203660031901126100705761008d6101db565b6001546001600160a01b0381169133839003610102576001600160a01b03169182156100f35760407f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892918151908152846020820152a16001600160a01b03191617600155005b6339b190bb60e11b5f5260045ffd5b63794821ff60e01b5f5260045ffd5b346100705760403660031901126100705761012a6101db565b60243590811515809203610070576001546001600160a01b03163303610102576001600160a01b03169081156100f357816040917f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152935f525f602052825f2060ff1981541660ff831617905582519182526020820152a1005b34610070576020366003190112610070576020906001600160a01b036101c76101db565b165f525f825260ff60405f20541615158152f35b600435906001600160a01b03821682036100705756fea2646970667358221220e62ce488e19c972b414a2c71f5fb70f214eefe96fe4be29e844f8cfcc017fbb864736f6c634300081b00330000000000000000000000000000000000000000000000000000000000000040000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000002000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","output":"0x6080806040526004361015610012575f80fd5b5f3560e01c90816346fbf68e146101a3575080638568520614610111578063ce548428146100745763eab66d7a14610048575f80fd5b34610070575f366003190112610070576001546040516001600160a01b039091168152602090f35b5f80fd5b346100705760203660031901126100705761008d6101db565b6001546001600160a01b0381169133839003610102576001600160a01b03169182156100f35760407f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892918151908152846020820152a16001600160a01b03191617600155005b6339b190bb60e11b5f5260045ffd5b63794821ff60e01b5f5260045ffd5b346100705760403660031901126100705761012a6101db565b60243590811515809203610070576001546001600160a01b03163303610102576001600160a01b03169081156100f357816040917f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152935f525f602052825f2060ff1981541660ff831617905582519182526020820152a1005b34610070576020366003190112610070576020906001600160a01b036101c76101db565b165f525f825260ff60405f20541615158152f35b600435906001600160a01b03821682036100705756fea2646970667358221220e62ce488e19c972b414a2c71f5fb70f214eefe96fe4be29e844f8cfcc017fbb864736f6c634300081b0033","gas_used":160098,"gas_limit":229377,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1},{"Log":2}]}],"exit":"Return","out":"0x6080806040526004361015610012575f80fd5b5f3560e01c90816346fbf68e146101a3575080638568520614610111578063ce548428146100745763eab66d7a14610048575f80fd5b34610070575f366003190112610070576001546040516001600160a01b039091168152602090f35b5f80fd5b346100705760203660031901126100705761008d6101db565b6001546001600160a01b0381169133839003610102576001600160a01b03169182156100f35760407f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892918151908152846020820152a16001600160a01b03191617600155005b6339b190bb60e11b5f5260045ffd5b63794821ff60e01b5f5260045ffd5b346100705760403660031901126100705761012a6101db565b60243590811515809203610070576001546001600160a01b03163303610102576001600160a01b03169081156100f357816040917f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152935f525f602052825f2060ff1981541660ff831617905582519182526020820152a1005b34610070576020366003190112610070576020906001600160a01b036101c76101db565b165f525f825260ff60405f20541615158152f35b600435906001600160a01b03821682036100705756fea2646970667358221220e62ce488e19c972b414a2c71f5fb70f214eefe96fe4be29e844f8cfcc017fbb864736f6c634300081b0033","nonce":37,"gas_used":230930},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x38612","logs":[{"address":"0xf5059a5d33d5853360d16c683c16e67980206f36","topics":["0x65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000001"},{"address":"0xf5059a5d33d5853360d16c683c16e67980206f36","topics":["0x65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000001"},{"address":"0xf5059a5d33d5853360d16c683c16e67980206f36","topics":["0x06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"}],"logsBloom":"0x00000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000800010000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000080000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004001000000000000000"},"block_hash":"0xa05f514ce7c080aec05e0928afe1a3cab319cdedc03b96eb88c4f18f02eb9b3b","block_number":25},{"info":{"transaction_hash":"0x070f2cd9b85a115889ec6791312fe34b44da30ba6ac8326850407b523345a5db","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8263fce86b1b78f95ab4dae11907d8af88f841e7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8263fce86b1b78f95ab4dae11907d8af88f841e7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":114,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x4155f9e16bebcd81b7054804814e8124e24fcf2048247200722ee16b21d1a7f7","block_number":86},{"info":{"transaction_hash":"0x44e773f0105a53388aee231ded4dbc20bcee2e86bf9e5c27af1059b281ddc80b","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c57880000000000000000000000000000000000000000000000003bbbb9e20a3e8778","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788"],"data":"0x0000000000000000000000000000000000000000000000003bbbb9e20a3e8778"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":194,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788"],"data":"0x0000000000000000000000000000000000000000000000003bbbb9e20a3e8778"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000200000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000004000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x8a50ab92f1fd289e47c0884128a4e688cf5b79f7521ed9de06c16cdf096f0ab6","block_number":166},{"info":{"transaction_hash":"0x90c511a9a77304a7c610cbdae923b576a9db4873e55bc30b7f2d6f8aa807d2c5","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf50000000000000000000000000000000000000000000000003bbfc153bbaaad52","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5"],"data":"0x0000000000000000000000000000000000000000000000003bbfc153bbaaad52"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":253,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5"],"data":"0x0000000000000000000000000000000000000000000000003bbfc153bbaaad52"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000200000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400100000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x9decb7418b64e11d7c92b9fab0d245217c1e71157b9b0c2dae8e213a035461cd","block_number":225},{"info":{"transaction_hash":"0xc425752b7d9bd1c27641b6dd14ee47610ec8dc86fa2c19babb2e4de40ba1aa2a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d00000000000000000000000000000000000000000000000064ef509b4398ca51","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d"],"data":"0x00000000000000000000000000000000000000000000000064ef509b4398ca51"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":277,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d"],"data":"0x00000000000000000000000000000000000000000000000064ef509b4398ca51"}],"logsBloom":"0x02000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000040000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xc4cc11720e3488bb931741b63a06d9d002a8d715920b61ecf955a92d7939e4c5","block_number":249},{"info":{"transaction_hash":"0xb596f9892afa40703c02e9d68f264548485c722060306aa9120206f39e604c4e","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x553bc17a05702530097c3677091c5bb47a3a7931","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x553bc17a05702530097c3677091c5bb47a3a7931","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":109,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xe65a42d54ecc95e189191bf63194c34a5a02348cad1e440acfbee04a4cad5945","block_number":81},{"info":{"transaction_hash":"0x022a8161c7feac2a538f2785bde1f453d320189ac275ff19792ca7dc4dd23d94","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x60806040523461031357604080519081016001600160401b03811182821017610226576040908152600a82526926b7b1b5902a37b5b2b760b11b602083015280519081016001600160401b038111828210176102265760405260038152624d434b60e81b602082015281516001600160401b03811161022657600354600181811c91168015610309575b602082101461020857601f81116102a6575b50602092601f821160011461024557928192935f9261023a575b50508160011b915f199060031b1c1916176003555b80516001600160401b03811161022657600454600181811c9116801561021c575b602082101461020857601f81116101a5575b50602091601f8211600114610145579181925f9261013a575b50508160011b915f199060031b1c1916176004555b6040516108a690816103188239f35b015190505f80610116565b601f1982169260045f52805f20915f5b85811061018d57508360019510610175575b505050811b0160045561012b565b01515f1960f88460031b161c191690555f8080610167565b91926020600181928685015181550194019201610155565b60045f527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b601f830160051c810191602084106101fe575b601f0160051c01905b8181106101f357506100fd565b5f81556001016101e6565b90915081906101dd565b634e487b7160e01b5f52602260045260245ffd5b90607f16906100eb565b634e487b7160e01b5f52604160045260245ffd5b015190505f806100b5565b601f1982169360035f52805f20915f5b86811061028e5750836001959610610276575b505050811b016003556100ca565b01515f1960f88460031b161c191690555f8080610268565b91926020600181928685015181550194019201610255565b60035f527fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b601f830160051c810191602084106102ff575b601f0160051c01905b8181106102f4575061009b565b5f81556001016102e7565b90915081906102de565b90607f1690610089565b5f80fdfe6080806040526004361015610012575f80fd5b5f3560e01c90816306fdde03146104b057508063095ea7b31461048a57806318160ddd1461046d57806323b872dd14610440578063313ce5671461042557806339509351146103d757806340c10f191461031a57806370a08231146102e357806395d89b41146101c8578063a457c2d714610125578063a9059cbb146100f45763dd62ed3e146100a0575f80fd5b346100f05760403660031901126100f0576100b96105a9565b6100c16105bf565b6001600160a01b039182165f908152600160209081526040808320949093168252928352819020549051908152f35b5f80fd5b346100f05760403660031901126100f05761011a6101106105a9565b60243590336106fa565b602060405160018152f35b346100f05760403660031901126100f05761013e6105a9565b60243590335f52600160205260405f2060018060a01b0382165f5260205260405f2054918083106101755761011a920390336105f6565b60405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b6064820152608490fd5b346100f0575f3660031901126100f0576040515f6004548060011c906001811680156102d9575b6020831081146102c5578285529081156102a95750600114610254575b50819003601f01601f191681019067ffffffffffffffff8211818310176102405761023c8291826040528261057f565b0390f35b634e487b7160e01b5f52604160045260245ffd5b905060045f527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b5f905b8282106102935750602091508201018261020c565b600181602092548385880101520191019061027e565b90506020925060ff191682840152151560051b8201018261020c565b634e487b7160e01b5f52602260045260245ffd5b91607f16916101ef565b346100f05760203660031901126100f0576001600160a01b036103046105a9565b165f525f602052602060405f2054604051908152f35b346100f05760403660031901126100f0576103336105a9565b6001600160a01b03166024358115610392577fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6020826103765f946002546105d5565b60025584845283825260408420818154019055604051908152a3005b60405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f2061646472657373006044820152606490fd5b346100f05760403660031901126100f05761011a6103f36105a9565b335f52600160205260405f2060018060a01b0382165f5260205261041e60405f2060243590546105d5565b90336105f6565b346100f0575f3660031901126100f057602060405160128152f35b346100f05760603660031901126100f05761011a61045c6105a9565b6104646105bf565b604435916106fa565b346100f0575f3660031901126100f0576020600254604051908152f35b346100f05760403660031901126100f05761011a6104a66105a9565b60243590336105f6565b346100f0575f3660031901126100f0575f6003548060011c90600181168015610575575b6020831081146102c5578285529081156102a957506001146105205750819003601f01601f191681019067ffffffffffffffff8211818310176102405761023c8291826040528261057f565b905060035f527fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b5f905b82821061055f5750602091508201018261020c565b600181602092548385880101520191019061054a565b91607f16916104d4565b602060409281835280519182918282860152018484015e5f828201840152601f01601f1916010190565b600435906001600160a01b03821682036100f057565b602435906001600160a01b03821682036100f057565b919082018092116105e257565b634e487b7160e01b5f52601160045260245ffd5b6001600160a01b03169081156106a9576001600160a01b03169182156106595760207f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591835f526001825260405f20855f5282528060405f2055604051908152a3565b60405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608490fd5b60405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608490fd5b6001600160a01b031690811561081d576001600160a01b03169182156107cc57815f525f60205260405f205481811061077857817fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92602092855f525f84520360405f2055845f525f825260405f20818154019055604051908152a3565b60405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608490fd5b60405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608490fd5b60405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608490fdfea2646970667358221220052a0f245b6e6b4b30a01195e59fc4ff0a133ae6b239a5eb85e229cfe7fb3b9c64736f6c634300081b0033","output":"0x6080806040526004361015610012575f80fd5b5f3560e01c90816306fdde03146104b057508063095ea7b31461048a57806318160ddd1461046d57806323b872dd14610440578063313ce5671461042557806339509351146103d757806340c10f191461031a57806370a08231146102e357806395d89b41146101c8578063a457c2d714610125578063a9059cbb146100f45763dd62ed3e146100a0575f80fd5b346100f05760403660031901126100f0576100b96105a9565b6100c16105bf565b6001600160a01b039182165f908152600160209081526040808320949093168252928352819020549051908152f35b5f80fd5b346100f05760403660031901126100f05761011a6101106105a9565b60243590336106fa565b602060405160018152f35b346100f05760403660031901126100f05761013e6105a9565b60243590335f52600160205260405f2060018060a01b0382165f5260205260405f2054918083106101755761011a920390336105f6565b60405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b6064820152608490fd5b346100f0575f3660031901126100f0576040515f6004548060011c906001811680156102d9575b6020831081146102c5578285529081156102a95750600114610254575b50819003601f01601f191681019067ffffffffffffffff8211818310176102405761023c8291826040528261057f565b0390f35b634e487b7160e01b5f52604160045260245ffd5b905060045f527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b5f905b8282106102935750602091508201018261020c565b600181602092548385880101520191019061027e565b90506020925060ff191682840152151560051b8201018261020c565b634e487b7160e01b5f52602260045260245ffd5b91607f16916101ef565b346100f05760203660031901126100f0576001600160a01b036103046105a9565b165f525f602052602060405f2054604051908152f35b346100f05760403660031901126100f0576103336105a9565b6001600160a01b03166024358115610392577fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6020826103765f946002546105d5565b60025584845283825260408420818154019055604051908152a3005b60405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f2061646472657373006044820152606490fd5b346100f05760403660031901126100f05761011a6103f36105a9565b335f52600160205260405f2060018060a01b0382165f5260205261041e60405f2060243590546105d5565b90336105f6565b346100f0575f3660031901126100f057602060405160128152f35b346100f05760603660031901126100f05761011a61045c6105a9565b6104646105bf565b604435916106fa565b346100f0575f3660031901126100f0576020600254604051908152f35b346100f05760403660031901126100f05761011a6104a66105a9565b60243590336105f6565b346100f0575f3660031901126100f0575f6003548060011c90600181168015610575575b6020831081146102c5578285529081156102a957506001146105205750819003601f01601f191681019067ffffffffffffffff8211818310176102405761023c8291826040528261057f565b905060035f527fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b5f905b82821061055f5750602091508201018261020c565b600181602092548385880101520191019061054a565b91607f16916104d4565b602060409281835280519182918282860152018484015e5f828201840152601f01601f1916010190565b600435906001600160a01b03821682036100f057565b602435906001600160a01b03821682036100f057565b919082018092116105e257565b634e487b7160e01b5f52601160045260245ffd5b6001600160a01b03169081156106a9576001600160a01b03169182156106595760207f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591835f526001825260405f20855f5282528060405f2055604051908152a3565b60405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608490fd5b60405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608490fd5b6001600160a01b031690811561081d576001600160a01b03169182156107cc57815f525f60205260405f205481811061077857817fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92602092855f525f84520360405f2055845f525f825260405f20818154019055604051908152a3565b60405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608490fd5b60405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608490fd5b60405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608490fdfea2646970667358221220052a0f245b6e6b4b30a01195e59fc4ff0a133ae6b239a5eb85e229cfe7fb3b9c64736f6c634300081b0033","gas_used":488291,"gas_limit":665001,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x6080806040526004361015610012575f80fd5b5f3560e01c90816306fdde03146104b057508063095ea7b31461048a57806318160ddd1461046d57806323b872dd14610440578063313ce5671461042557806339509351146103d757806340c10f191461031a57806370a08231146102e357806395d89b41146101c8578063a457c2d714610125578063a9059cbb146100f45763dd62ed3e146100a0575f80fd5b346100f05760403660031901126100f0576100b96105a9565b6100c16105bf565b6001600160a01b039182165f908152600160209081526040808320949093168252928352819020549051908152f35b5f80fd5b346100f05760403660031901126100f05761011a6101106105a9565b60243590336106fa565b602060405160018152f35b346100f05760403660031901126100f05761013e6105a9565b60243590335f52600160205260405f2060018060a01b0382165f5260205260405f2054918083106101755761011a920390336105f6565b60405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b6064820152608490fd5b346100f0575f3660031901126100f0576040515f6004548060011c906001811680156102d9575b6020831081146102c5578285529081156102a95750600114610254575b50819003601f01601f191681019067ffffffffffffffff8211818310176102405761023c8291826040528261057f565b0390f35b634e487b7160e01b5f52604160045260245ffd5b905060045f527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b5f905b8282106102935750602091508201018261020c565b600181602092548385880101520191019061027e565b90506020925060ff191682840152151560051b8201018261020c565b634e487b7160e01b5f52602260045260245ffd5b91607f16916101ef565b346100f05760203660031901126100f0576001600160a01b036103046105a9565b165f525f602052602060405f2054604051908152f35b346100f05760403660031901126100f0576103336105a9565b6001600160a01b03166024358115610392577fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6020826103765f946002546105d5565b60025584845283825260408420818154019055604051908152a3005b60405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f2061646472657373006044820152606490fd5b346100f05760403660031901126100f05761011a6103f36105a9565b335f52600160205260405f2060018060a01b0382165f5260205261041e60405f2060243590546105d5565b90336105f6565b346100f0575f3660031901126100f057602060405160128152f35b346100f05760603660031901126100f05761011a61045c6105a9565b6104646105bf565b604435916106fa565b346100f0575f3660031901126100f0576020600254604051908152f35b346100f05760403660031901126100f05761011a6104a66105a9565b60243590336105f6565b346100f0575f3660031901126100f0575f6003548060011c90600181168015610575575b6020831081146102c5578285529081156102a957506001146105205750819003601f01601f191681019067ffffffffffffffff8211818310176102405761023c8291826040528261057f565b905060035f527fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b5f905b82821061055f5750602091508201018261020c565b600181602092548385880101520191019061054a565b91607f16916104d4565b602060409281835280519182918282860152018484015e5f828201840152601f01601f1916010190565b600435906001600160a01b03821682036100f057565b602435906001600160a01b03821682036100f057565b919082018092116105e257565b634e487b7160e01b5f52601160045260245ffd5b6001600160a01b03169081156106a9576001600160a01b03169182156106595760207f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591835f526001825260405f20855f5282528060405f2055604051908152a3565b60405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608490fd5b60405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608490fd5b6001600160a01b031690811561081d576001600160a01b03169182156107cc57815f525f60205260405f205481811061077857817fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92602092855f525f84520360405f2055845f525f825260405f20818154019055604051908152a3565b60405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608490fd5b60405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608490fd5b60405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608490fdfea2646970667358221220052a0f245b6e6b4b30a01195e59fc4ff0a133ae6b239a5eb85e229cfe7fb3b9c64736f6c634300081b0033","nonce":76,"gas_used":589035},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x8fceb","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x029bcb74940e91b6341abdef448493f1318ed8a8478257ddf537e33a8b933e88","block_number":48},{"info":{"transaction_hash":"0x923dd645a53580a208aa1020d3fefa53ea6084890eff221ffd9b0f9746075d2a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe74cef90b6cf1a77fefad731713e6f53e575c183","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe74cef90b6cf1a77fefad731713e6f53e575c183","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":160,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xe1568e9f26c0ad57f0de9e8f09291d1bcc53379ff4346e1fd675d295224bf86d","block_number":132},{"info":{"transaction_hash":"0xe858ebde90a34b523798f2f0deb874d1659f2f5934af725da29dbf56ee0e227b","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff00000000000000000000000000000000000000000000000024109a665095c888","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff"],"data":"0x00000000000000000000000000000000000000000000000024109a665095c888"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":233,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff"],"data":"0x00000000000000000000000000000000000000000000000024109a665095c888"}],"logsBloom":"0x00000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000004000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000400000000000000000"},"block_hash":"0xb967df95932243749a14175d1e58a6d315b7dae10261ca948312640ba22b9e7b","block_number":205},{"info":{"transaction_hash":"0x139289964b08943a205b241fb4ac09b324c2db1ae6159e07d95a72c0d4c94757","transaction_index":0,"from":"0xdfd99099fa13541a64aee9aad61c0dbf3d32d492","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xdfd99099fa13541a64aee9aad61c0dbf3d32d492","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000005cde953af7a868ea","output":"0x0000000000000000000000000000000000000000000000005cde953af7a868ea","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000005cde953af7a868ea","output":"0x0000000000000000000000000000000000000000000000005cde953af7a868ea","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000005cde953af7a868ea"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000005cde953af7a868ea","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000005cde953af7a868ea"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000005cde953af7a868ea","output":"0x0000000000000000000000000000000000000000000000005cde953af7a868ea","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000005cde953af7a868ea","output":"0x0000000000000000000000000000000000000000000000005cde953af7a868ea","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001239b5326fae53116b","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001239b5326fae53116b","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005cde953af7a868ea","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005cde953af7a868ea","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492"],"data":"0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000005cde953af7a868ea"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000005cde953af7a868ea","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000005cde953af7a868ea"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000005cde953af7a868ea"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492"],"data":"0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000005cde953af7a868ea"}],"logsBloom":"0x00000000000100000000000000000000000000000200000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000040000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xa443157be6c57cf97d0961d155cc893a300988d53dedc5ee38056e246faf406c","block_number":388},{"info":{"transaction_hash":"0x9c69d70b0c01704ab2ef87781d460f7ec80a601f6f3da17001683324116d8edb","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde000000000000000000000000000000000000000000000000043222dc4c4c0ac15","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0"],"data":"0x00000000000000000000000000000000000000000000000043222dc4c4c0ac15"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":225,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0"],"data":"0x00000000000000000000000000000000000000000000000043222dc4c4c0ac15"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000004000000000008000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xd4d26b5b22d9c63a8c285914febe707228db500f2c9fee684cdf423fe4470813","block_number":197},{"info":{"transaction_hash":"0x357bfd02065f9848bf3e6931f43a1e46337d785ea025716ae22fa372eac3a96b","transaction_index":0,"from":"0x042a63149117602129b6922ecfe3111168c2c323","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x042a63149117602129b6922ecfe3111168c2c323","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004047d566deddfa5f","output":"0x0000000000000000000000000000000000000000000000004047d566deddfa5f","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004047d566deddfa5f","output":"0x0000000000000000000000000000000000000000000000004047d566deddfa5f","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004047d566deddfa5f"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000042a63149117602129b6922ecfe3111168c2c323000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004047d566deddfa5f","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000004047d566deddfa5f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004047d566deddfa5f","output":"0x0000000000000000000000000000000000000000000000004047d566deddfa5f","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000004047d566deddfa5f","output":"0x0000000000000000000000000000000000000000000000004047d566deddfa5f","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000f4500b43e884a9a20","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000f4500b43e884a9a20","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000042a63149117602129b6922ecfe3111168c2c323000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004047d566deddfa5f","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000042a63149117602129b6922ecfe3111168c2c323000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004047d566deddfa5f","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323"],"data":"0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004047d566deddfa5f"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000042a63149117602129b6922ecfe3111168c2c323000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000042a63149117602129b6922ecfe3111168c2c323000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000004047d566deddfa5f","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000004047d566deddfa5f"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004047d566deddfa5f"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323"],"data":"0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000004047d566deddfa5f"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000080000000000000000000000000000000000080000010000000010000002000000000000000000000000000000000000000000040000000000020000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x910683ab71eaaf493b7be01e31d3628cf4f0979f8dd3fc241bda018e3303fe37","block_number":362},{"info":{"transaction_hash":"0xe38c8d4e669fd93b284df21ab6cd3c155244968c2c33a609e6e5a1c053cdd7ec","transaction_index":2,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x610178da211fef7d417bc0e6fed39f05609ad788","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x610178da211fef7d417bc0e6fed39f05609ad788","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x950d806e000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc490000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186e3492b500000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":129531,"gas_limit":199772,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x610178da211fef7d417bc0e6fed39f05609ad788","address":"0x3aa5ebb10dc797cac828524e59a333d0a371443c","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x950d806e000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc490000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186e3492b500000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":122391,"gas_limit":189657,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49"],"data":"0x0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186e3492b500000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x","nonce":57,"gas_used":151875},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x82d82","logs":[{"address":"0x610178da211fef7d417bc0e6fed39f05609ad788","topics":["0x037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49"],"data":"0x0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186e3492b500000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000100000200000000000000000040000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000002000001000000000000000000000000000000000000020000000000000000000000400000000000000000000"},"block_hash":"0x05e04a291b518295e2beba8894b3def73970710bd13f26a4504df4628444c7be","block_number":34},{"info":{"transaction_hash":"0x79238fb22abf3425a8c960fefc773bcd02a97e2266c06ed50375622564d2faf4","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a45022200000000000000000000000000000000000000000000000001a1ba04ee1a41b73","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220"],"data":"0x0000000000000000000000000000000000000000000000001a1ba04ee1a41b73"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":241,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220"],"data":"0x0000000000000000000000000000000000000000000000001a1ba04ee1a41b73"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000008000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000004000000000000004000000000"},"block_hash":"0xac0cc956b0e54344e3eb10cc9f760e364c9d70b7429d8f5ffb60a96f4fba2ab8","block_number":213},{"info":{"transaction_hash":"0x8b550fdb16a2ea44179f42afe59bc64d34bd230156f6cac28334d42d6760e1fa","transaction_index":0,"from":"0x7ebb637fd68c523613be51aad27c35c4db199b9c","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x7ebb637fd68c523613be51aad27c35c4db199b9c","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343600000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000060c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000060c"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343600000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001008000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000020000000000000000000000000000000000000004101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x31ae5ff54088186e5d62633c4116bc56a16a41595ded84c9062e02db44e6db8d","block_number":347},{"info":{"transaction_hash":"0x79b3ddcd862ad651617ee410a6286b563dabc35835df20785e4ac6d4acaaa600","transaction_index":0,"from":"0x5e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x5e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007beb33e25ef5e098","output":"0x0000000000000000000000000000000000000000000000007beb33e25ef5e098","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007beb33e25ef5e098","output":"0x0000000000000000000000000000000000000000000000007beb33e25ef5e098","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007beb33e25ef5e098"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007beb33e25ef5e098","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000007beb33e25ef5e098"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007beb33e25ef5e098","output":"0x0000000000000000000000000000000000000000000000007beb33e25ef5e098","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007beb33e25ef5e098","output":"0x0000000000000000000000000000000000000000000000007beb33e25ef5e098","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000006e224877fbedb4156","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000006e224877fbedb4156","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007beb33e25ef5e098","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007beb33e25ef5e098","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1"],"data":"0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007beb33e25ef5e098"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000007beb33e25ef5e098","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000007beb33e25ef5e098"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007beb33e25ef5e098"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1"],"data":"0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007beb33e25ef5e098"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040020000000000000000000400000000000000000000000000000000000000000000000008000208000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x09ff48f9c612c5e1201fa6dc73cdb685204fb7e66e4ec1f2644387fb2498a5f8","block_number":302},{"info":{"transaction_hash":"0x42a831ee44faed0e501ca6e7ca3f5a3c81fc63b13fee6d419b679a4fd2a16d67","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f0000000000000000000000000000000000000000000000005d00f765584df03b","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":49238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f"],"data":"0x0000000000000000000000000000000000000000000000005d00f765584df03b"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":244,"gas_used":51318},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc876","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f"],"data":"0x0000000000000000000000000000000000000000000000005d00f765584df03b"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000008000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000010000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000001000000000"},"block_hash":"0x6c3d8acc99b35c9403f81120cc0bda0c8c5fe4af7bfde443e569f426c61278c0","block_number":216},{"info":{"transaction_hash":"0x9b1a4aad97ffa8ddc4f2254f34e2d63c9c9dcf87d6d03591b935d71addadee30","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea150000000000000000000000000000000000000000000000008ab268a9fc9a4827","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15"],"data":"0x0000000000000000000000000000000000000000000000008ab268a9fc9a4827"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":226,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15"],"data":"0x0000000000000000000000000000000000000000000000008ab268a9fc9a4827"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008002000000000000000200000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000002000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xe0c911dae23874cfac55397e8524d82cae6ec3ca9e0cf4d32b1a96f39d9758e2","block_number":198},{"info":{"transaction_hash":"0x7d350577e93b87ce96a64480f0a8e9c143df3adadca2ac1291cf15f3d11088a9","transaction_index":0,"from":"0xa0ec9ee47802ceb56eb58ce80f3e41630b771b04","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xa0ec9ee47802ceb56eb58ce80f3e41630b771b04","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000129529541e807c45","output":"0x000000000000000000000000000000000000000000000000129529541e807c45","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000129529541e807c45","output":"0x000000000000000000000000000000000000000000000000129529541e807c45","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000129529541e807c45"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000129529541e807c45","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000129529541e807c45"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000129529541e807c45","output":"0x000000000000000000000000000000000000000000000000129529541e807c45","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000129529541e807c45","output":"0x000000000000000000000000000000000000000000000000129529541e807c45","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000f5795dd92a6cb1665","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000f5795dd92a6cb1665","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000129529541e807c45","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000129529541e807c45","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04"],"data":"0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000129529541e807c45"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000129529541e807c45","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000129529541e807c45"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000129529541e807c45"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04"],"data":"0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000129529541e807c45"}],"logsBloom":"0x00000000000000000000000000010000000000000000000020000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000010000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x80e463c2d89fea5cc69cdba6ddd97b2d46e7f95abc28de1ad5b7bc827e773acc","block_number":364},{"info":{"transaction_hash":"0x581ba1bc46b50172347a9dbaf43ed2e92bcd41245399d54d9546242db07ab57d","transaction_index":0,"from":"0x71f280dea6fc5a03790941ad72956f545feb7a52","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x71f280dea6fc5a03790941ad72956f545feb7a52","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383900000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e600000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a520000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e600000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a520000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a5200000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000662"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a1700000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a1700000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb8700000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a5200000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb8700000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a5200000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a5200000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000662"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383900000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000800000000000800000000000000240000000000000802000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x47ded1399925378b5e0578a98e95cfbee5e35106cb87f5e1a76b90ac57ece0a0","block_number":433},{"info":{"transaction_hash":"0x9dc3496f06bf120960b75184fc255f654cb777f8278c8b2d0d5412511222407e","transaction_index":0,"from":"0xd4a1e660c916855229e1712090ccfd8a424a2e33","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xd4a1e660c916855229e1712090ccfd8a424a2e33","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000051f08614c35c92fb","output":"0x00000000000000000000000000000000000000000000000051f08614c35c92fb","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000051f08614c35c92fb","output":"0x00000000000000000000000000000000000000000000000051f08614c35c92fb","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000051f08614c35c92fb"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000051f08614c35c92fb","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000051f08614c35c92fb"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000051f08614c35c92fb","output":"0x00000000000000000000000000000000000000000000000051f08614c35c92fb","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000051f08614c35c92fb","output":"0x00000000000000000000000000000000000000000000000051f08614c35c92fb","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000e50b033379961af15","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000e50b033379961af15","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000051f08614c35c92fb","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000051f08614c35c92fb","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33"],"data":"0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000051f08614c35c92fb"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000051f08614c35c92fb","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000051f08614c35c92fb"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000051f08614c35c92fb"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33"],"data":"0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000051f08614c35c92fb"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000080000000000000000000000000000000000000000000000010000000010000002000200000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000041000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x97ec3f603d4cc6dac6e72f1406d7c17e86de4b8ddf02b1c8c914abae7822d064","block_number":354},{"info":{"transaction_hash":"0xa784b36da9721438ec67fd82154a3376222356d18a6fa7ba9f9046b2cd89b73d","transaction_index":0,"from":"0x6d69f301d1da5c7818b5e61eecc745b30179c68b","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x6d69f301d1da5c7818b5e61eecc745b30179c68b","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002703a666cad171b0","output":"0x0000000000000000000000000000000000000000000000002703a666cad171b0","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002703a666cad171b0","output":"0x0000000000000000000000000000000000000000000000002703a666cad171b0","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002703a666cad171b0"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002703a666cad171b0","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000002703a666cad171b0"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002703a666cad171b0","output":"0x0000000000000000000000000000000000000000000000002703a666cad171b0","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000002703a666cad171b0","output":"0x0000000000000000000000000000000000000000000000002703a666cad171b0","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000137c1b0e90cd2b9a99","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000137c1b0e90cd2b9a99","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002703a666cad171b0","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002703a666cad171b0","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b"],"data":"0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002703a666cad171b0"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000002703a666cad171b0","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000002703a666cad171b0"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002703a666cad171b0"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b"],"data":"0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000002703a666cad171b0"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000002000400018040000000040000000808800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002080000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x062b973886240a45d5005f5991f37986ba3247951435a23903ff739d45da65c5","block_number":398},{"info":{"transaction_hash":"0xccdd49074b23d08f06112a5d54c73648f12bafe4c810b9b7ec347295bbaf4f89","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x16adfbefdefd488c992086d472a4ca577a0e5e54","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x16adfbefdefd488c992086d472a4ca577a0e5e54","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":176,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x706e02bdc8542c3b1e819498dcec95c758eb7c8cb4554f8be8c55287212c2cb8","block_number":148},{"info":{"transaction_hash":"0x2b6dfce9c31617a96b6f3a4362b229be9a3f514748e23e42f2e4d93a5fb1c950","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x4826533b4897376654bb4d4ad88b7fafd0c98528","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x4826533b4897376654bb4d4ad88b7fafd0c98528","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052610bb780380380610014816102c7565b92833981016060828203126102c35761002c82610300565b61003860208401610300565b604084015190936001600160401b0382116102c357019082601f830112156102c357815161006d61006882610314565b6102c7565b928184526020840194602083830101116102c357815f926020809301875e84010152803b15610268577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610261575b6101dd575b50505f516020610b975f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a18115610189576001600160a01b031916175f516020610b975f395f51905f52556040516107b390816103e48239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b5f80610250946101ed60606102c7565b94602786527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020870152660819985a5b195960ca1b60408701525190845af43d15610259573d9161024161006884610314565b9283523d5f602085013e61032f565b505f8080610107565b60609161032f565b505f610102565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b038111838210176102ec57604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b03821682036102c357565b6001600160401b0381116102ec57601f01601f191660200190565b919290156103915750815115610343575090565b3b1561034c5790565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b8251909150156103a45750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610300000000000000000000000095401dc811bb5740090279ba06cfa8fcf6113778000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","output":"0x60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033","gas_used":444889,"gas_limit":608895,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000095401dc811bb5740090279ba06cfa8fcf6113778"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033","nonce":41,"gas_used":546689},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x10af02","logs":[{"address":"0x4826533b4897376654bb4d4ad88b7fafd0c98528","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000095401dc811bb5740090279ba06cfa8fcf6113778"],"data":"0x"},{"address":"0x4826533b4897376654bb4d4ad88b7fafd0c98528","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000400000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000800080000000000000000000000000000000000000000000000000000000000000000000000021000000000000000040000000000000000400000000000000000000000000000000000080000000000000000000000000000000000000000000000000"},"block_hash":"0x0fede231b74e92af8c1ebecdbe17c5edc9c07c0cab1528b98996be22365715f6","block_number":27},{"info":{"transaction_hash":"0x7821fddfb00bda51172b80bb1881ae81ee360f5c3408f46b134f2ca7eae714b1","transaction_index":0,"from":"0xe8b1ff302a740fd2c6e76b620d45508daec2ddff","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xe8b1ff302a740fd2c6e76b620d45508daec2ddff","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353500000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000061e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000061e"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353500000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000200001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000040000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000105000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x5dd504a8932003aa2f67032a54e52aeb4e97c45817f025b4a45236f752460e7d","block_number":365},{"info":{"transaction_hash":"0xc453005c7baba36ce8cac483f628a9cb310f7484bec8b06250c9590df1220681","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c0000000000000000000000000000000000000000000000002f03491c799698ec","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c"],"data":"0x0000000000000000000000000000000000000000000000002f03491c799698ec"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":229,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c"],"data":"0x0000000000000000000000000000000000000000000000002f03491c799698ec"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000020000000000000000000000200000000000000006000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x4937c4893857e67cb9ac65ddefc5f008a51f86d8c06107afa7d7fc591f7669f8","block_number":201},{"info":{"transaction_hash":"0xdc32ed676b266958ef8772fbae8466779fa3fa03c8ddafe150c9e618ad33ea88","transaction_index":0,"from":"0xe74cef90b6cf1a77fefad731713e6f53e575c183","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xe74cef90b6cf1a77fefad731713e6f53e575c183","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373700000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c1830000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c1830000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c1830000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000064a"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c18300000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c18300000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c1830000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000064a"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373700000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000200000000000008000000000000000000000000000000000000000000000101004000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x215b60565940dac637846f37689880a19018f45294f32ab150cf556672cbfc73","block_number":409},{"info":{"transaction_hash":"0xc611a5a4625a46a4a1c693c804a12b50d159fabb99555051ef7fbe08036c2ffb","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x08a2de6f3528319123b25935c92888b16db8913e","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x08a2de6f3528319123b25935c92888b16db8913e","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":124,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x7245b25a80b45b26f0c3c2a4346d2ff22eb3316a5e1bb3e7a44803c6de61cb74","block_number":96},{"info":{"transaction_hash":"0x485701b817c97cea2e72e3e3916414ab5ad78b6b4ee23677439806f1f0028921","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc00000000000000000000000000000000000000000000000032d96cba53cf0152","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":49238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"],"data":"0x00000000000000000000000000000000000000000000000032d96cba53cf0152"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":185,"gas_used":51318},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc876","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"],"data":"0x00000000000000000000000000000000000000000000000032d96cba53cf0152"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000800000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000200000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x8fa0beaa44241c2f0126a494eb25c590f27d541986b44a830a734f87ed3d1d5d","block_number":157},{"info":{"transaction_hash":"0x3f05703b92f0fcdae5f2d415cb17423f1774f361194d46dad64f272968593c04","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0xcf7ed3acca5a467e9e704c703e8d87f634fb0fc9","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xcf7ed3acca5a467e9e704c703e8d87f634fb0fc9","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052348015600e575f5ffd5b50607380601a5f395ff3fe6080604052348015600e575f5ffd5b50600436106026575f3560e01c8063c298557814602a575b5f5ffd5b5f60405190815260200160405180910390f3fea26469706673582212209418b3fed5398be22255b6d3eb5d6b8f62c4a07d850ec544a547026b380ff91d64736f6c634300081b0033","output":"0x6080604052348015600e575f5ffd5b50600436106026575f3560e01c8063c298557814602a575b5f5ffd5b5f60405190815260200160405180910390f3fea26469706673582212209418b3fed5398be22255b6d3eb5d6b8f62c4a07d850ec544a547026b380ff91d64736f6c634300081b0033","gas_used":23073,"gas_limit":46567,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x6080604052348015600e575f5ffd5b50600436106026575f3560e01c8063c298557814602a575b5f5ffd5b5f60405190815260200160405180910390f3fea26469706673582212209418b3fed5398be22255b6d3eb5d6b8f62c4a07d850ec544a547026b380ff91d64736f6c634300081b0033","nonce":3,"gas_used":78315},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x131eb","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x4ec096671b75e800f00a16a3468232a11fb0392dca6bcc2deb6ce75b7f1e1539","block_number":4},{"info":{"transaction_hash":"0xf3b77f6323a7a457b87d69b6477e70bcebdcf68c749da19b1a19cd5f2dc6b6c3","transaction_index":0,"from":"0xf0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383500000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac70000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac70000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac70000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000065a"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac700000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac700000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac70000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000065a"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383500000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000004000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000080000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x24c0d2a6d5f865491f1b4aaaf5b1d55e973099b09a3723101289578430ec8899","block_number":425},{"info":{"transaction_hash":"0xb15508cfd9493abaf4c8c1bf86a109052dcb01dbc52eee74613e94fc4bd23930","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5fbdb2315678afecb367f032d93f642f64180aa3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x7f3c2c280000000000000000000000000000000000000000000000000000000000000040000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000001165726332304d6f636b5374726174656779000000000000000000000000000000","output":"0x","gas_used":50652,"gas_limit":78366,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":80,"gas_used":72696},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x11bf8","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x32110395884d2d585a34cb955ff7803e693a68da4af3cb3bf11637d6d307c5e0","block_number":52},{"info":{"transaction_hash":"0x4dfb41fa9620b6533d191c3c256940e088d21c4c8e36092c460d40194f91c4b4","transaction_index":0,"from":"0x1c87bb9234aec6adc580eae6c8b59558a4502220","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x1c87bb9234aec6adc580eae6c8b59558a4502220","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353800000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000001c87bb9234aec6adc580eae6c8b59558a45022200000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000001c87bb9234aec6adc580eae6c8b59558a45022200000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a450222000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000624"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000001c87bb9234aec6adc580eae6c8b59558a450222000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000001c87bb9234aec6adc580eae6c8b59558a450222000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a450222000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000624"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353800000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000008000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000005000000000100004000000000"},"block_hash":"0x1bfb2910fe585197e4f8b0ea67079324eb8ed85228d031499461c88cd14b3352","block_number":371},{"info":{"transaction_hash":"0x04bec01458cb3f4751cdbf6ae57793f0812b71303956a60fd7304d222ec0151b","transaction_index":0,"from":"0x08135da0a343e492fa2d4282f2ae34c6c5cc1bbe","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x08135da0a343e492fa2d4282f2ae34c6c5cc1bbe","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323200000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e600000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e600000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005dc"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a1700000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a1700000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb8700000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb8700000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005dc"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323200000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040040050000000020000000000004000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x02445ff7e34aa7a3b6ec5fcf864a163a76f8d3b1a2e427c124309d91843ffb95","block_number":299},{"info":{"transaction_hash":"0x14fb3df29dc669e646d3b0dcad462c8936ffa05d8b663cd9c4491ac619fffc06","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":146,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xb82298d16fe5dc69b8aa9ce90a55a43dc4fd972b0bf540c68b59f73d0ed1d8bb","block_number":118},{"info":{"transaction_hash":"0xa1a5fe1e2aac96d6980ac3a8c9e12d20f42b0b6542ff727cd2e020bc2fba0513","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19000000000000000000000000000000000000000000000000580fd18d39e768d0","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19"],"data":"0x000000000000000000000000000000000000000000000000580fd18d39e768d0"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":257,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19"],"data":"0x000000000000000000000000000000000000000000000000580fd18d39e768d0"}],"logsBloom":"0x00000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000008200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xa5937bb3f3e6759eea1948a72a9b1ca03c16bb6390e45efc4a5aea79ed5406c6","block_number":229},{"info":{"transaction_hash":"0xbee91349746ef8bc5519ecde70ecd7b48fc8e3d6cf39a2efe85442500ff8d3ff","transaction_index":0,"from":"0x48fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x48fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000109cb2e58d61778d","output":"0x000000000000000000000000000000000000000000000000109cb2e58d61778d","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000109cb2e58d61778d","output":"0x000000000000000000000000000000000000000000000000109cb2e58d61778d","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000109cb2e58d61778d"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000109cb2e58d61778d","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000109cb2e58d61778d"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000109cb2e58d61778d","output":"0x000000000000000000000000000000000000000000000000109cb2e58d61778d","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000109cb2e58d61778d","output":"0x000000000000000000000000000000000000000000000000109cb2e58d61778d","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001a306fd4269f459ca8","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001a306fd4269f459ca8","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf200000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000109cb2e58d61778d","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf200000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000109cb2e58d61778d","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f"],"data":"0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000109cb2e58d61778d"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec800000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec800000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000109cb2e58d61778d","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000109cb2e58d61778d"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000109cb2e58d61778d"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f"],"data":"0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000109cb2e58d61778d"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000020000000000000000000000040000000000000000000000400004000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001800000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x8939c6ffd8a2d8e624e99c34a53d7da669c9c0034bcc4130e7af5dbe3466cb51","block_number":440},{"info":{"transaction_hash":"0x6e690914c8b26093eec05f6ee247911e136778363d304e21db899633d9b811e5","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x54ccceb38251c29b628ef8b00b3cab97e7cac7d5","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x54ccceb38251c29b628ef8b00b3cab97e7cac7d5","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":158,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xeb03a0b923f0130634d36a2bc98c3b6f0f7a15bfddf5af796f8d3cee489255b2","block_number":130},{"info":{"transaction_hash":"0x6abfaaaba7c095c6f6bbe0fd76665cf5744c8aeea2c1c7f223c229d9bab0a503","transaction_index":0,"from":"0x8626f6940e2eb28930efb4cef49b2d1f2c9c1199","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x8626f6940e2eb28930efb4cef49b2d1f2c9c1199","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313900000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c11990000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c11990000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005d6"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c119900000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c119900000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005d6"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313900000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000008000000000002000800000000000000240000000000000002000000000000000000000008000000000000002000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x4c79ba0f94a6c557f71a5a88ddb74e04a1a09b4e33d12857a29a6368da04a47c","block_number":293},{"info":{"transaction_hash":"0xc751486c318adbc8703c3853587dddf9a28c48481b279047b018a382c20a3323","transaction_index":0,"from":"0x924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363300000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000062e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000062e"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363300000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000100001000000000000000000000000000000000000000000000020000040002000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000020000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x2c5ae1d5852c9b5e8918021593528beb2544bcc1142889a55f353a53755efea6","block_number":381},{"info":{"transaction_hash":"0xc03bd3620cd9e1560442a146926aedb72a21246b75d8695e5e5ba90af203bdd3","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f9100000000000000000000000000000000000000000000000029ebf4b678942b1c","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91"],"data":"0x00000000000000000000000000000000000000000000000029ebf4b678942b1c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":215,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91"],"data":"0x00000000000000000000000000000000000000000000000029ebf4b678942b1c"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000001000000000000000000000000000000400000000000000000000040000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x0213c79fdce9e8197b7c69524ea6bbf633d249496ad524997124b93ca679183e","block_number":187},{"info":{"transaction_hash":"0xdadae3d763f49eeb89f3251d124ff1a00b327a9c301317585bd73dcd967676af","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x86c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x86c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":116,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x9c38ae8746c42c794ef4d6d1ecf872d94bdf4ceb6112803824b9c5c1e18f1b30","block_number":88},{"info":{"transaction_hash":"0xf64202c7851a4489e7a46b01d19cca87146ac15d788d33f369acdfc15f823acb","transaction_index":0,"from":"0x63c3686ef31c03a641e2ea8993a91ea351e5891a","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x63c3686ef31c03a641e2ea8993a91ea351e5891a","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000078999484ace91c39","output":"0x00000000000000000000000000000000000000000000000078999484ace91c39","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000078999484ace91c39","output":"0x00000000000000000000000000000000000000000000000078999484ace91c39","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000078999484ace91c39"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000078999484ace91c39","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000078999484ace91c39"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000078999484ace91c39","output":"0x00000000000000000000000000000000000000000000000078999484ace91c39","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000078999484ace91c39","output":"0x00000000000000000000000000000000000000000000000078999484ace91c39","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000012b24ec6f45b3c2da4","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000012b24ec6f45b3c2da4","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf200000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000078999484ace91c39","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf200000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000078999484ace91c39","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a"],"data":"0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000078999484ace91c39"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec800000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec800000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000078999484ace91c39","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000078999484ace91c39"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000078999484ace91c39"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a"],"data":"0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000078999484ace91c39"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000400000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000400000000000000000000000000000000000010000000010000402000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x5c36ece623bc3871fe2fdad2473ae1814451edfaf5ef59687b5d55b4e9accfb4","block_number":390},{"info":{"transaction_hash":"0x0e6babcdca269199257ddbbe879b362438ffd7c5cf0359b1cc2bd5c2d98cc0d1","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74000000000000000000000000000000000000000000000000512d628d4f5142b3","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74"],"data":"0x000000000000000000000000000000000000000000000000512d628d4f5142b3"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":239,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74"],"data":"0x000000000000000000000000000000000000000000000000512d628d4f5142b3"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000020400010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xdcd7025bd3d24e5744a8b0b4fa34a2c6544c19f2cf014a2f4a554d9fd92f9b4a","block_number":211},{"info":{"transaction_hash":"0xe01207fb647788ce26a7335b73196b49abc4f6739b7afa26d98441ea10516556","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000000000000000000000000000300e7cf3b6570d42","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4"],"data":"0x000000000000000000000000000000000000000000000000300e7cf3b6570d42"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":219,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4"],"data":"0x000000000000000000000000000000000000000000000000300e7cf3b6570d42"}],"logsBloom":"0x00000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000008000000000000000000000000000000000000000000000000000000000000000100000020000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x2f6db95161a09b47c561798672d04b31de19bb3d74d35f443aed24e2f8dccba2","block_number":191},{"info":{"transaction_hash":"0x064ff497e5fa08d34907a84a642bf5a9beb8a40239e697ef5fd3ff826a54bbe9","transaction_index":0,"from":"0x4b23d303d9e3719d6cdf8d172ea030f80509ea15","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x4b23d303d9e3719d6cdf8d172ea030f80509ea15","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000008ab268a9fc9a4827","output":"0x0000000000000000000000000000000000000000000000008ab268a9fc9a4827","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000008ab268a9fc9a4827","output":"0x0000000000000000000000000000000000000000000000008ab268a9fc9a4827","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000008ab268a9fc9a4827"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000008ab268a9fc9a4827","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000008ab268a9fc9a4827"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000008ab268a9fc9a4827","output":"0x0000000000000000000000000000000000000000000000008ab268a9fc9a4827","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000008ab268a9fc9a4827","output":"0x0000000000000000000000000000000000000000000000008ab268a9fc9a4827","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000cd79c5b60f39d1ccb","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000cd79c5b60f39d1ccb","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008ab268a9fc9a4827","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008ab268a9fc9a4827","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15"],"data":"0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000008ab268a9fc9a4827"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000008ab268a9fc9a4827","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000008ab268a9fc9a4827"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000008ab268a9fc9a4827"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15"],"data":"0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000008ab268a9fc9a4827"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008002000000000000240200001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000002000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x02cf56a8f74b50af1b3c798d3277ff307bd6b3a2a2c43b1c259ef3deaf7b8827","block_number":342},{"info":{"transaction_hash":"0x6e9693fa99f99227a346c9b1214494f340a017ab38973e0552f082f54c507262","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f0000000000000000000000000000000000000000000000001c712bd73fa1ed3c","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f"],"data":"0x0000000000000000000000000000000000000000000000001c712bd73fa1ed3c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":191,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f"],"data":"0x0000000000000000000000000000000000000000000000001c712bd73fa1ed3c"}],"logsBloom":"0x00800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000020000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000008000000000"},"block_hash":"0xe1e03cf223ea42513f2f6bc2cce4d2ee2df38af2829bf3ddda5902cf4aabbb8c","block_number":163},{"info":{"transaction_hash":"0x82227d6b072586f2ee2f7714eeefa77a610fdf5b36d98bfc8e571842bf810567","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa00000000000000000000000000000000000000000000000080267dc069a25faf","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa"],"data":"0x00000000000000000000000000000000000000000000000080267dc069a25faf"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":262,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa"],"data":"0x00000000000000000000000000000000000000000000000080267dc069a25faf"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000100000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000240000000000000002000000200000000000020000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xab16adba786ef0275b649d02e1a6850d769faf57a7d78e0f628eaf45f42c5f5f","block_number":234},{"info":{"transaction_hash":"0x71f2af6af9b5bfba18143f4f650b6b7315ac6a14f9420774a83b54640f6277d9","transaction_index":0,"from":"0x16adfbefdefd488c992086d472a4ca577a0e5e54","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x16adfbefdefd488c992086d472a4ca577a0e5e54","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393300000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e600000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e540000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e600000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e540000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e540000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000066a"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a1700000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a1700000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb8700000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e5400000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb8700000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e5400000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e540000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000066a"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393300000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000040000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000400000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x3bc504eb11f047491161aeeffbedae0371e17a3a5bef9482f41b6a7db0297ec6","block_number":441},{"info":{"transaction_hash":"0x3cdb386536c5765a1c0ea6ebbcbbbfec930125be2d595ea5bf8de15ab5c82827","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000035304262b9e87c00c430149f28dd154995d012070000000000000000000000000000000000000000000000007a87f16164855f4a","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":49238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207"],"data":"0x0000000000000000000000000000000000000000000000007a87f16164855f4a"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":231,"gas_used":51318},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc876","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207"],"data":"0x0000000000000000000000000000000000000000000000007a87f16164855f4a"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008048000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000800000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x6d35039622927dd320cb6ffb46812d6db118a144fde62dbeb5a2e80fe9cb254e","block_number":203},{"info":{"transaction_hash":"0xc738cc55bd3853398e344c74d5e57f86aed37ec67dbcfd05403efb211dfa41ed","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x610178da211fef7d417bc0e6fed39f05609ad788","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x610178da211fef7d417bc0e6fed39f05609ad788","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x950d806e000000000000000000000000851356ae760d987e095750cceb3bc6014560891c0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318b66bd98900000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":131822,"gas_limit":190597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x610178da211fef7d417bc0e6fed39f05609ad788","address":"0x3aa5ebb10dc797cac828524e59a333d0a371443c","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x950d806e000000000000000000000000851356ae760d987e095750cceb3bc6014560891c0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318b66bd98900000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":124682,"gas_limit":180625,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169","0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c","0x0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf"],"data":"0x0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318b66bd98900000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x","nonce":66,"gas_used":154166},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x4f738","logs":[{"address":"0x610178da211fef7d417bc0e6fed39f05609ad788","topics":["0x037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169","0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c","0x0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf"],"data":"0x0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318b66bd98900000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000100000000000000000000000040000000000000000000000000000000000000000000000000000000000000008000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000004000000001000000000000000000000000000000000000020000000000000000000000400000000000000000000"},"block_hash":"0xcc26bd02e93b901eb2ce87571845be7740d597e6d7810fdd22ba58f8b96fe9ca","block_number":39},{"info":{"transaction_hash":"0x0b9f2c2d07968fbe515a7460374702158d4d50c641a1e0f329e6fc58b30f81b0","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f00000000000000000000000000000000000000000000000015f9186533eda559","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f"],"data":"0x00000000000000000000000000000000000000000000000015f9186533eda559"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":274,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f"],"data":"0x00000000000000000000000000000000000000000000000015f9186533eda559"}],"logsBloom":"0x00000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400004000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xcec9184bcc5ca097976c524e9a407c25a7923b5d7b4f38abe57b42311b137585","block_number":246},{"info":{"transaction_hash":"0xfbed5df036e2df1c867a5c0d719066a6993b4b486f67645eaf662c4d9c5bacae","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x011bd5423c5f77b5a0789e27f922535fd76b688f","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x011bd5423c5f77b5a0789e27f922535fd76b688f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":156,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x46fd7272d922af44feaecaaeb7f21b03fedc3bfaad7d6d3175089c6f0e2f6f49","block_number":128},{"info":{"transaction_hash":"0x13d5380123189165203e2e1ee87ca33d424dfc61009966e2fbb451a6f43aa3cd","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23000000000000000000000000000000000000000000000000783eab248f3c5e5c","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23"],"data":"0x000000000000000000000000000000000000000000000000783eab248f3c5e5c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":278,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23"],"data":"0x000000000000000000000000000000000000000000000000783eab248f3c5e5c"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000400000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000080000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x36e2258d10dfca478fdcd4ce820735e087392df92a5b522aa2372243acaa6bf6","block_number":250},{"info":{"transaction_hash":"0xae4efea25cedbd2fb4bf481be9ae39972958e1754229e9969d4b32fcf03fa24e","transaction_index":0,"from":"0xf0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000500faf0ef0d10cc6","output":"0x000000000000000000000000000000000000000000000000500faf0ef0d10cc6","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000500faf0ef0d10cc6","output":"0x000000000000000000000000000000000000000000000000500faf0ef0d10cc6","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000500faf0ef0d10cc6"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000500faf0ef0d10cc6","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000500faf0ef0d10cc6"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000500faf0ef0d10cc6","output":"0x000000000000000000000000000000000000000000000000500faf0ef0d10cc6","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000500faf0ef0d10cc6","output":"0x000000000000000000000000000000000000000000000000500faf0ef0d10cc6","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000017ff83151c44968180","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000017ff83151c44968180","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000500faf0ef0d10cc6","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000500faf0ef0d10cc6","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7"],"data":"0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000500faf0ef0d10cc6"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000500faf0ef0d10cc6","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000500faf0ef0d10cc6"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000500faf0ef0d10cc6"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7"],"data":"0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000500faf0ef0d10cc6"}],"logsBloom":"0x00000000000000000000000000000000000000004000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000009000000000000000240000001000000000000000000000000000000000000000000000080000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x1b5a485089e4380c158d42e078937500e5822ea43e5466bb5054955f0b0b2a7d","block_number":426},{"info":{"transaction_hash":"0x893ee042fd5f0f367c4ba804d0cbc63282e254afb589672d758797065b2a11f4","transaction_index":0,"from":"0x87bdce72c06c21cd96219bd8521bdf1f42c78b5e","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x87bdce72c06c21cd96219bd8521bdf1f42c78b5e","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323700000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e600000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e600000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005e6"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a1700000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a1700000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb8700000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb8700000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000005e6"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323700000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x02000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000400000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xf579ddd07230f9dff5b647e2c8b9d6925249fb9abb5b8cd24d49ae3b41cc8f49","block_number":309},{"info":{"transaction_hash":"0x61535f1387f78a758f90853ba5ce4a9043b0c91674c4e77e1501bcfe38e4fb07","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x1613beb3b2c4f22ee086b2b38c1476a3ce7f78e8","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x1613beb3b2c4f22ee086b2b38c1476a3ce7f78e8","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x608080604052346059575f8054336001600160a01b0319821681178355916001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09080a361060b908161005e8239f35b5f80fdfe6080806040526004361015610012575f80fd5b5f905f3560e01c908163204e1c7a1461045057508063715018a6146103f95780637eff275e146103675780638da5cb5b146103405780639623609d1461024257806399a88ec4146101ad578063f2fde38b146100e75763f3b7dead14610076575f80fd5b346100e45760203660031901126100e457808060046001600160a01b0361009b6104b2565b6040516303e1469160e61b815291165afa6100b4610530565b90156100e25780516020916001600160a01b03916100d991908101840190840161055f565b16604051908152f35b505b80fd5b50346100e45760203660031901126100e4576101016104b2565b61010961057e565b6001600160a01b031680156101595781546001600160a01b03198116821783556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08380a380f35b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b50346100e45760403660031901126100e457806101c86104b2565b6101d06104c8565b906101d961057e565b6001600160a01b031690813b1561023e57604051631b2ce7f360e11b81526001600160a01b0390911660048201529082908290602490829084905af18015610233576102225750f35b8161022c916104de565b6100e45780f35b6040513d84823e3d90fd5b5050fd5b5060603660031901126100e457806102586104b2565b6102606104c8565b6044359167ffffffffffffffff831161033b573660238401121561033b5782600401359061028d82610514565b9161029b60405193846104de565b80835260208301943660248383010111610337578187926024602093018837840101526102c661057e565b6001600160a01b0316803b15610333578492606460405180968195829463278f794360e11b845260018060a01b03166004840152604060248401525180918160448501528484015e8181018301879052601f01601f1916810103019134905af18015610233576102225750f35b8480fd5b8680fd5b505050fd5b50346100e457806003193601126100e457546040516001600160a01b039091168152602090f35b50346103f55760403660031901126103f5576103816104b2565b6103896104c8565b9061039261057e565b6001600160a01b031690813b156103f5576040516308f2839760e41b81526001600160a01b039091166004820152905f908290602490829084905af180156103ea576103dc575080f35b6103e891505f906104de565b005b6040513d5f823e3d90fd5b5f80fd5b346103f5575f3660031901126103f55761041161057e565b5f80546001600160a01b0319811682556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b346103f55760203660031901126103f5575f9081906004906001600160a01b036104786104b2565b635c60da1b60e01b8352165afa61048d610530565b90156103f55780516020916001600160a01b03916100d991908101840190840161055f565b600435906001600160a01b03821682036103f557565b602435906001600160a01b03821682036103f557565b90601f8019910116810190811067ffffffffffffffff82111761050057604052565b634e487b7160e01b5f52604160045260245ffd5b67ffffffffffffffff811161050057601f01601f191660200190565b3d1561055a573d9061054182610514565b9161054f60405193846104de565b82523d5f602084013e565b606090565b908160209103126103f557516001600160a01b03811681036103f55790565b5f546001600160a01b0316330361059157565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fdfea2646970667358221220fe1df9a54abaf2bc18b8a9ca8e1cf4726b8f899d4fdbf0d5a7e3b8a18ae0eef564736f6c634300081b0033","output":"0x6080806040526004361015610012575f80fd5b5f905f3560e01c908163204e1c7a1461045057508063715018a6146103f95780637eff275e146103675780638da5cb5b146103405780639623609d1461024257806399a88ec4146101ad578063f2fde38b146100e75763f3b7dead14610076575f80fd5b346100e45760203660031901126100e457808060046001600160a01b0361009b6104b2565b6040516303e1469160e61b815291165afa6100b4610530565b90156100e25780516020916001600160a01b03916100d991908101840190840161055f565b16604051908152f35b505b80fd5b50346100e45760203660031901126100e4576101016104b2565b61010961057e565b6001600160a01b031680156101595781546001600160a01b03198116821783556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08380a380f35b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b50346100e45760403660031901126100e457806101c86104b2565b6101d06104c8565b906101d961057e565b6001600160a01b031690813b1561023e57604051631b2ce7f360e11b81526001600160a01b0390911660048201529082908290602490829084905af18015610233576102225750f35b8161022c916104de565b6100e45780f35b6040513d84823e3d90fd5b5050fd5b5060603660031901126100e457806102586104b2565b6102606104c8565b6044359167ffffffffffffffff831161033b573660238401121561033b5782600401359061028d82610514565b9161029b60405193846104de565b80835260208301943660248383010111610337578187926024602093018837840101526102c661057e565b6001600160a01b0316803b15610333578492606460405180968195829463278f794360e11b845260018060a01b03166004840152604060248401525180918160448501528484015e8181018301879052601f01601f1916810103019134905af18015610233576102225750f35b8480fd5b8680fd5b505050fd5b50346100e457806003193601126100e457546040516001600160a01b039091168152602090f35b50346103f55760403660031901126103f5576103816104b2565b6103896104c8565b9061039261057e565b6001600160a01b031690813b156103f5576040516308f2839760e41b81526001600160a01b039091166004820152905f908290602490829084905af180156103ea576103dc575080f35b6103e891505f906104de565b005b6040513d5f823e3d90fd5b5f80fd5b346103f5575f3660031901126103f55761041161057e565b5f80546001600160a01b0319811682556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b346103f55760203660031901126103f5575f9081906004906001600160a01b036104786104b2565b635c60da1b60e01b8352165afa61048d610530565b90156103f55780516020916001600160a01b03916100d991908101840190840161055f565b600435906001600160a01b03821682036103f557565b602435906001600160a01b03821682036103f557565b90601f8019910116810190811067ffffffffffffffff82111761050057604052565b634e487b7160e01b5f52604160045260245ffd5b67ffffffffffffffff811161050057601f01601f191660200190565b3d1561055a573d9061054182610514565b9161054f60405193846104de565b82523d5f602084013e565b606090565b908160209103126103f557516001600160a01b03811681036103f55790565b5f546001600160a01b0316330361059157565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fdfea2646970667358221220fe1df9a54abaf2bc18b8a9ca8e1cf4726b8f899d4fdbf0d5a7e3b8a18ae0eef564736f6c634300081b0033","gas_used":333435,"gas_limit":457183,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x6080806040526004361015610012575f80fd5b5f905f3560e01c908163204e1c7a1461045057508063715018a6146103f95780637eff275e146103675780638da5cb5b146103405780639623609d1461024257806399a88ec4146101ad578063f2fde38b146100e75763f3b7dead14610076575f80fd5b346100e45760203660031901126100e457808060046001600160a01b0361009b6104b2565b6040516303e1469160e61b815291165afa6100b4610530565b90156100e25780516020916001600160a01b03916100d991908101840190840161055f565b16604051908152f35b505b80fd5b50346100e45760203660031901126100e4576101016104b2565b61010961057e565b6001600160a01b031680156101595781546001600160a01b03198116821783556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08380a380f35b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b50346100e45760403660031901126100e457806101c86104b2565b6101d06104c8565b906101d961057e565b6001600160a01b031690813b1561023e57604051631b2ce7f360e11b81526001600160a01b0390911660048201529082908290602490829084905af18015610233576102225750f35b8161022c916104de565b6100e45780f35b6040513d84823e3d90fd5b5050fd5b5060603660031901126100e457806102586104b2565b6102606104c8565b6044359167ffffffffffffffff831161033b573660238401121561033b5782600401359061028d82610514565b9161029b60405193846104de565b80835260208301943660248383010111610337578187926024602093018837840101526102c661057e565b6001600160a01b0316803b15610333578492606460405180968195829463278f794360e11b845260018060a01b03166004840152604060248401525180918160448501528484015e8181018301879052601f01601f1916810103019134905af18015610233576102225750f35b8480fd5b8680fd5b505050fd5b50346100e457806003193601126100e457546040516001600160a01b039091168152602090f35b50346103f55760403660031901126103f5576103816104b2565b6103896104c8565b9061039261057e565b6001600160a01b031690813b156103f5576040516308f2839760e41b81526001600160a01b039091166004820152905f908290602490829084905af180156103ea576103dc575080f35b6103e891505f906104de565b005b6040513d5f823e3d90fd5b5f80fd5b346103f5575f3660031901126103f55761041161057e565b5f80546001600160a01b0319811682556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b346103f55760203660031901126103f5575f9081906004906001600160a01b036104786104b2565b635c60da1b60e01b8352165afa61048d610530565b90156103f55780516020916001600160a01b03916100d991908101840190840161055f565b600435906001600160a01b03821682036103f557565b602435906001600160a01b03821682036103f557565b90601f8019910116810190811067ffffffffffffffff82111761050057604052565b634e487b7160e01b5f52604160045260245ffd5b67ffffffffffffffff811161050057601f01601f191660200190565b3d1561055a573d9061054182610514565b9161054f60405193846104de565b82523d5f602084013e565b606090565b908160209103126103f557516001600160a01b03811681036103f55790565b5f546001600160a01b0316330361059157565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fdfea2646970667358221220fe1df9a54abaf2bc18b8a9ca8e1cf4726b8f899d4fdbf0d5a7e3b8a18ae0eef564736f6c634300081b0033","nonce":35,"gas_used":412495},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x64b4f","logs":[{"address":"0x1613beb3b2c4f22ee086b2b38c1476a3ce7f78e8","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000008000000020000000000010100000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000002000000000000000000020000000000000000000000000000000000000000000000000000000000000001000"},"block_hash":"0x999646ca59e19593baf3fb4b141f17b7cf499d9c4ad7ce7d93471d8299607267","block_number":24},{"info":{"transaction_hash":"0xe1ac3c9367d63fbe26d3881acedc66c68f094a86563a8cc9dd49ff64beb2a5f2","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000000000000000000000000000598aed7205272e87","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6"],"data":"0x000000000000000000000000000000000000000000000000598aed7205272e87"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":222,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6"],"data":"0x000000000000000000000000000000000000000000000000598aed7205272e87"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000001000000000000000200000000000000802000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x16703a09f7209b6d7ae212ac29e52995bb8a3f745aca32ecd6cd7952f26dde95","block_number":194},{"info":{"transaction_hash":"0xd4fdf24369a76817f33798aa0289d22508b965f2cdffb18ceb5b34d740863aa3","transaction_index":0,"from":"0x14dc79964da2c08b23698b3d3cc7ca32193d9955","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x14dc79964da2c08b23698b3d3cc7ca32193d9955","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000032a862794ae172cb","output":"0x00000000000000000000000000000000000000000000000032a862794ae172cb","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000032a862794ae172cb","output":"0x00000000000000000000000000000000000000000000000032a862794ae172cb","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000032a862794ae172cb"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000032a862794ae172cb","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000032a862794ae172cb"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000032a862794ae172cb","output":"0x00000000000000000000000000000000000000000000000032a862794ae172cb","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000032a862794ae172cb","output":"0x00000000000000000000000000000000000000000000000032a862794ae172cb","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000002721d51fba4988edb","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x000000000000000000000000000000000000000000000002721d51fba4988edb","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf200000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000032a862794ae172cb","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf200000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000032a862794ae172cb","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955"],"data":"0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000032a862794ae172cb"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec800000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec800000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000032a862794ae172cb","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000032a862794ae172cb"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000032a862794ae172cb"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955"],"data":"0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000032a862794ae172cb"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000401000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000002000000000000000000000200000001000000002000001000041000000000002040000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xa6c9dd17939ed1d7a0858fa8942b7c223dc511f79275934db54cfc63022fc025","block_number":270},{"info":{"transaction_hash":"0xaa4391ae186fcc1ba51f72024b0d23ea500f672f7d34e0a1016367fb2bbffcc4","transaction_index":0,"from":"0x011bd5423c5f77b5a0789e27f922535fd76b688f","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x011bd5423c5f77b5a0789e27f922535fd76b688f","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000034ec8b2e30a30bd7","output":"0x00000000000000000000000000000000000000000000000034ec8b2e30a30bd7","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000034ec8b2e30a30bd7","output":"0x00000000000000000000000000000000000000000000000034ec8b2e30a30bd7","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000034ec8b2e30a30bd7"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000034ec8b2e30a30bd7","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000034ec8b2e30a30bd7"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000034ec8b2e30a30bd7","output":"0x00000000000000000000000000000000000000000000000034ec8b2e30a30bd7","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb700000000000000000000000000000000000000000000000034ec8b2e30a30bd7","output":"0x00000000000000000000000000000000000000000000000034ec8b2e30a30bd7","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001404a4203b7c0aa3ac","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001404a4203b7c0aa3ac","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000034ec8b2e30a30bd7","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000034ec8b2e30a30bd7","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f"],"data":"0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000034ec8b2e30a30bd7"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000034ec8b2e30a30bd7","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x00000000000000000000000000000000000000000000000034ec8b2e30a30bd7"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000034ec8b2e30a30bd7"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f"],"data":"0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000034ec8b2e30a30bd7"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000080000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000100000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000001000"},"block_hash":"0xa2d9408e2b8108f0369bb1c5e9cb2849c75239bee03a67083247598fdbf0b6e3","block_number":402},{"info":{"transaction_hash":"0x0394e75137db4563e850a6962d3d8096d0f2f22f652540ca00f75c7071daeecc","transaction_index":0,"from":"0x262595fa2a3a86adacde208589614d483e3ef1c0","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x262595fa2a3a86adacde208589614d483e3ef1c0","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363500000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c00000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c00000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000632"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000632"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363500000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000020000000000000000000000000000000000000000400000000000000000000000000000000000000000000002200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x401b29ea6396ff7b14cb7ff5b5d829a83e5549c5b5c047e880fbdf0695abfe30","block_number":385},{"info":{"transaction_hash":"0x5e2c31438687c7325468f1b2e578715adbf3ef2ebfc99b61e426d9d75a05bcfb","transaction_index":0,"from":"0x9394cb5f737bd3acea7dce90ca48dbd42801ee5d","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9394cb5f737bd3acea7dce90ca48dbd42801ee5d","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363800000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000638"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000638"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363800000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050004000020000000000000000000000000000000000000000001000000000002000001000000000100000000000000"},"block_hash":"0xbe0256ea050847c81ac06c2a53aa4a37b501508ebc0f2a51b6c42dabbf7651dc","block_number":391},{"info":{"transaction_hash":"0x8021c0f1c676a4e21cca71be20072f7c25f3ba269ba58a5a5dc89ac93460663e","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xdf37f81daad2b0327a0a50003740e1c935c70913","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xdf37f81daad2b0327a0a50003740e1c935c70913","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":108,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x554644f0063dae96e6f3f7b9b9c1acd5a4b3de2b65d2ee44b96ce302669b0afa","block_number":80},{"info":{"transaction_hash":"0x4df0b6c399caafd93900f05aefaf4335215630c4c4e567f124bd93010f0929d4","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x40fc963a729c542424cd800349a7e4ecc4896624","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x40fc963a729c542424cd800349a7e4ecc4896624","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":111,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xb323fc71205510b6b9316ac30c8eb634e1e225373a0d61a5d0b37cb45e9fd02b","block_number":83},{"info":{"transaction_hash":"0xb3effd0a38817b18d6be3ee30545ffce4b0f427bd6bd4ad12c24b30b3a783ac9","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000df37f81daad2b0327a0a50003740e1c935c709130000000000000000000000000000000000000000000000006ffccceb49d04f1d","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":49238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913"],"data":"0x0000000000000000000000000000000000000000000000006ffccceb49d04f1d"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":208,"gas_used":51318},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc876","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913"],"data":"0x0000000000000000000000000000000000000000000000006ffccceb49d04f1d"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000020000000000000000000000000000000000000000000800000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000004000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x0fe39e7e23bbd6f607c406fcd56a6170ab0322c5954b27150d2a3fea295c9b23","block_number":180},{"info":{"transaction_hash":"0x4e870ff8bddbaba7087bc8127fab78994e6cd34cda12e825876efbb279b0e069","transaction_index":0,"from":"0xe5d3ab6883b7e8c35c04675f28bb992ca1129ee4","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xe5d3ab6883b7e8c35c04675f28bb992ca1129ee4","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383800000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee40000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee40000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee400000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000660"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee400000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee400000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee400000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000660"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383800000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000410000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000400000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0x84a977e8f1355c3a8b5e0a79b5777c4090d4f3d648a3186d5bf8499b39840801","block_number":431},{"info":{"transaction_hash":"0x8382d9714a597655676fba655747c00a13a14d137163d8cd16f17830e81c57a3","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x4b23d303d9e3719d6cdf8d172ea030f80509ea15","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x4b23d303d9e3719d6cdf8d172ea030f80509ea15","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":126,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xe3c8e9fe04a632cda8f3e3ff7570edd51089d4c5c343856db5fd5c376723ca8d","block_number":98},{"info":{"transaction_hash":"0x02e7d39db81343d37f320fe300b7eec41fc439f486d7c94f16fc8d914aaf63a8","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x64492e25c30031edad55e57cea599cdb1f06dad1","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x64492e25c30031edad55e57cea599cdb1f06dad1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":147,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x6f0ce1d5c139f75ad149de847508b7c781784e8d65961087928ff354b2abb5bf","block_number":119},{"info":{"transaction_hash":"0xbe07b621be31b8a433d4cc1d755d67666b5ab9d1fae9c5064e1e0415d453d8f0","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x9623609d000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c90000000000000000000000000dcd1bf9a1b36ce34237eeafef220932846bcd82000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000e4cd6dc687000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":70703,"gas_limit":106585,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x4f1ef2860000000000000000000000000dcd1bf9a1b36ce34237eeafef220932846bcd82000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000e4cd6dc687000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":64705,"gas_limit":99063,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000000dcd1bf9a1b36ce34237eeafef220932846bcd82"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Call":0}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xcd6dc687000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":51811,"gas_limit":85272,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1},{"Log":2}]}],"exit":"Stop","out":"0x","nonce":20,"gas_used":94119},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x16fa7","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000000dcd1bf9a1b36ce34237eeafef220932846bcd82"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"}],"logsBloom":"0x00000000000000000400000040000000400000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000001000000000010000000000000000000000000020000000000000100000808000000000000000000000004000000400000000000000000000000000000000000000000000080000000000000000000000000000000000000000002000400000000000000000000000000000000000000000020400000200000000000040000000000002020000000000000000020000000000000000000000000000000000000000001080000000100000000400000"},"block_hash":"0xce1f336c2c9f2f4071b5921283be9bc2323a1b946fae53396323724bd1ef12ac","block_number":16},{"info":{"transaction_hash":"0xbb7a8438786e838f104e5e0356ee4c10061561932707b97a4b67e78cbecc0794","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd190000000000000000000000000000000000000000000000006e7e031b7ce27244","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19"],"data":"0x0000000000000000000000000000000000000000000000006e7e031b7ce27244"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":280,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19"],"data":"0x0000000000000000000000000000000000000000000000006e7e031b7ce27244"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000020000000000000000010000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xd42c2451f2324ca9bd6caf3f8f4213f4b0cebec9af4bb013fe22eb2a8f9c623c","block_number":252},{"info":{"transaction_hash":"0x24d6b54f8b857603c79f60b34c5f23471572c705f6782d2012459024c1747826","transaction_index":0,"from":"0x90f79bf6eb2c4f870365e785982e1f101e93b906","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x90f79bf6eb2c4f870365e785982e1f101e93b906","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007c6d1175e13d2753","output":"0x0000000000000000000000000000000000000000000000007c6d1175e13d2753","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007c6d1175e13d2753","output":"0x0000000000000000000000000000000000000000000000007c6d1175e13d2753","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007c6d1175e13d2753"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007c6d1175e13d2753","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000007c6d1175e13d2753"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007c6d1175e13d2753","output":"0x0000000000000000000000000000000000000000000000007c6d1175e13d2753","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007c6d1175e13d2753","output":"0x0000000000000000000000000000000000000000000000007c6d1175e13d2753","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000126904338bf09d79d","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000126904338bf09d79d","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf200000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007c6d1175e13d2753","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf200000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007c6d1175e13d2753","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"],"data":"0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007c6d1175e13d2753"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec800000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec800000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000007c6d1175e13d2753","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000007c6d1175e13d2753"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007c6d1175e13d2753"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"],"data":"0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007c6d1175e13d2753"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000400000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002400000000020000000000001000000000000000000000000000010000000000000000001000000000500000000000000"},"block_hash":"0x8e9fe4d54c3d42822c0deb36d116c87da2d803c1822b5ab01bdbd43e986a05df","block_number":262},{"info":{"transaction_hash":"0xa609bb0909cb3618172475076f2ae3e194aeb5190de80094682974e646d41b58","transaction_index":0,"from":"0x0536896a5e38bbd59f3f369ff3682677965abd19","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x0536896a5e38bbd59f3f369ff3682677965abd19","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006e7e031b7ce27244","output":"0x0000000000000000000000000000000000000000000000006e7e031b7ce27244","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006e7e031b7ce27244","output":"0x0000000000000000000000000000000000000000000000006e7e031b7ce27244","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006e7e031b7ce27244"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006e7e031b7ce27244","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000006e7e031b7ce27244"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006e7e031b7ce27244","output":"0x0000000000000000000000000000000000000000000000006e7e031b7ce27244","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000006e7e031b7ce27244","output":"0x0000000000000000000000000000000000000000000000006e7e031b7ce27244","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001bc43a6dabbd567aaa","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000001bc43a6dabbd567aaa","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf20000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006e7e031b7ce27244","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf20000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006e7e031b7ce27244","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19"],"data":"0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006e7e031b7ce27244"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec80000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec80000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000006e7e031b7ce27244","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000006e7e031b7ce27244"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006e7e031b7ce27244"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19"],"data":"0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000006e7e031b7ce27244"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000030000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000020000000000000000010000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xf8d787a8bf5afd12af154c01d481e2fdaf3c8b518ebc8ab43aef5cd97f92f3da","block_number":450},{"info":{"transaction_hash":"0x96b2f67e20ec9e77563cc8f646f363ec3dc5ef4c2163ffb34b042cd8d384cf7b","transaction_index":3,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x82e01223d51eb87e16a03e24687edf0f294da6f1","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x82e01223d51eb87e16a03e24687edf0f294da6f1","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x61016060405234610359576154698038038061001a81610371565b928339810160e0828203126103595781516001600160a01b03811681036103595760208301516001600160a01b0381168103610359576040840151916001600160a01b0383168303610359576060850151936001600160a01b0385168503610359576080860151956001600160a01b03871687036103595760a0810151916001600160a01b038316918284036103595760c0810151906001600160401b038211610359570181601f820112156103595780516001600160401b03811161035d576100ed601f8201601f1916602001610371565b9181835260208301936020838301011161035957815f926020809301865e83010152601f81511161031d575190516020821061030d575b17608052156102fe5760a0526101005260e0526101205260c052610140525f5460ff8160081c166102a95760ff8082160361026f575b6040516150d2908161039782396080518161169f015260a051818181610921015281816117f101528181611ffb01526125e4015260c0518181816124e1015261349a015260e051818181610b2601528181610d9d015281816113440152818161192f01528181611cce01528181614019015281816144140152614695015261010051818181610e020152818161127f0152818161197301528181611c0a015281816133ec0152818161449d0152818161471e0152614e60015261012051818181610e64015281816112e301528181611c6d01528181612087015281816128c40152818161450801526147880152610140518181816111c801528181611ba0015281816123d7015281816136d30152614b3f0152f35b60ff90811916175f557f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498602060405160ff8152a15f61015a565b60405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608490fd5b6339b190bb60e11b5f5260045ffd5b5f198260200360031b1b16610124565b60449060405192839163305a27a960e01b8352602060048401525180918160248501528484015e5f828201840152601f01601f19168101030190fd5b5f80fd5b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f191682016001600160401b0381118382101761035d5760405256fe60806040526004361015610011575f80fd5b5f3560e01c8062cf2ab51461038357806303fd34921461037e57806304ec635114610379578063054310e6146103745780630cf4b7671461036f5780630d3f21341461036a578063125e05841461036557806313542a4e14610360578063136439dd1461035b5780631478851f146103565780631eb812da14610351578063249a0c421461034c57806328f61b3114610347578063296bb0641461034257806329d1e0c31461033d5780632cdd1e8614610338578063303ca956146103335780633c2a7f4c1461032e5780633eef3a51146103295780635140a54814610324578063530b97a41461031f57806354fd4d501461031a5780635865c60c14610315578063595c6a67146103105780635ac86ab71461030b5780635b0b829f146103065780635c975abb146103015780635df45946146102fc57806368304835146102f75780636e3b17db146102f2578063715018a6146102ed57806373447992146102e85780638281ab75146102e357806384b0196e146102de57806384ca5213146102d9578063871ef049146102d4578063886f1195146102cf5780638da5cb5b146102ca5780639aa1653d146102c55780639e9923c2146102c05780639feab859146102bb578063a65497c6146102b6578063a96f783e146102b1578063b5265787146102ac578063c391425e146102a7578063c63fd502146102a2578063ca0de8821461029d578063ca8aa7c714610298578063de1164bb14610293578063e65797ad1461028e578063ea32afae14610289578063f2fde38b14610284578063f698da251461027f578063fabc1cbc1461027a5763fd39105a14610275575f80fd5b61269d565b6125bb565b6125a1565b612510565b6124cc565b61245f565b612406565b6123c2565b612388565b612256565b6121b2565b61213a565b61211d565b6120f0565b6120b6565b612072565b612052565b61202a565b611fe6565b611fb6565b611f62565b611e30565b611aac565b611a7d565b611a22565b6119a2565b61195e565b61191a565b6118fd565b611868565b611839565b6117c6565b611756565b61168d565b611550565b61148a565b6110a5565b610f62565b610c64565b610bd0565b610ba3565b610af0565b610ac8565b610a96565b6109d9565b6109aa565b6108f1565b6108b6565b61087b565b610827565b6107b4565b61071d565b610644565b61060c565b6104ab565b634e487b7160e01b5f52604160045260245ffd5b606081019081106001600160401b038211176103b757604052565b610388565b604081019081106001600160401b038211176103b757604052565b90601f801991011681019081106001600160401b038211176103b757604052565b604051906104076040836103d7565b565b604051906104076060836103d7565b6001600160401b0381116103b75760051b60200190565b6001600160a01b0381160361044057565b5f80fd5b9080601f8301121561044057813561045b81610418565b9261046960405194856103d7565b81845260208085019260051b82010192831161044057602001905b8282106104915750505090565b6020809183356104a08161042f565b815201910190610484565b34610440576020366003190112610440576004356001600160401b038111610440576104db903690600401610444565b6104f26104ec600480600154161490565b156126e3565b6040905f60205b825182101561060a5783519061050f85836103d7565b600182528036602084013761054f61053761052a858761271a565b516001600160a01b031690565b6105408461270d565b6001600160a01b039091169052565b61055761272e565b9061058161056861052a868861271a565b6001600160a01b03165f90815260996020526040902090565b5461058b8361270d565b526105b56105b06105a461059e8561270d565b51613143565b6001600160c01b031690565b6131f3565b945f5b86518110156105f857806105f26105eb6105e56105d76001958c612782565b516001600160f81b03191690565b60f81c90565b86886133a0565b016105b8565b50945060019093019291506104f99050565b005b34610440576020366003190112610440576004355f526098602052602060405f2054604051908152f35b63ffffffff81160361044057565b346104405760603660031901126104405760043560243561066481610636565b63ffffffff6044359160405193638192610f60e01b85526098600486015260248501521660448301526064820152602081608481734c40a6acdad9308e41797f21325685a34b6d7f195af4801561070e576106db915f916106df575b506040516001600160c01b0390911681529081906020820190565b0390f35b610701915060203d602011610707575b6106f981836103d7565b810190612793565b5f6106c0565b503d6106ef565b6127b2565b5f91031261044057565b34610440575f36600319011261044057609d546040516001600160a01b039091168152602090f35b6001600160401b0381116103b757601f01601f191660200190565b92919261076c82610745565b9161077a60405193846103d7565b829481845281830111610440578281602093845f960137010152565b9080601f83011215610440578160206107b193359101610760565b90565b34610440576020366003190112610440576004356001600160401b038111610440576107e4903690600401610796565b335f52609960205260ff600160405f2001541690600382101561082257610810600161060a93146127bd565b335f52609960205260405f2054613497565b611710565b34610440576020366003190112610440577fa77a91bea7b6d95a8eb5a54878a1d9e3c875e26c86a9b70e3420c5c5db193b626040600435610866613557565b60a054908060a05582519182526020820152a1005b34610440576020366003190112610440576004356108988161042f565b60018060a01b03165f52609f602052602060405f2054604051908152f35b34610440576020366003190112610440576004356108d38161042f565b60018060a01b03165f526099602052602060405f2054604051908152f35b346104405760203660031901126104405760043560405163237dfb4760e11b8152336004820152906020826024817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa91821561070e5761060a92610967915f9161097b575b506127f4565b6109766001548281161461280a565b6135e3565b61099d915060203d6020116109a3575b61099581836103d7565b8101906127e0565b5f610961565b503d61098b565b34610440576020366003190112610440576004355f52609a602052602060ff60405f2054166040519015158152f35b34610440576040366003190112610440576024356004356109f8612820565b505f52609860205260405f20908154811015610a73576106db915f5260205f200160405190610a268261039c565b5463ffffffff808216808452602083811c8316818601908152604094851c9585019586528451928352519092169181019190915291516001600160c01b0316908201529081906060820190565b6126f9565b6004359060ff8216820361044057565b359060ff8216820361044057565b346104405760203660031901126104405760ff610ab1610a78565b165f52609b602052602060405f2054604051908152f35b34610440575f36600319011261044057609e546040516001600160a01b039091168152602090f35b34610440576020366003190112610440576040516308f6629d60e31b815260048035908201526020816024816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa801561070e576106db915f91610b74575b506040516001600160a01b0390911681529081906020820190565b610b96915060203d602011610b9c575b610b8e81836103d7565b81019061283e565b5f610b59565b503d610b84565b346104405760203660031901126104405761060a600435610bc38161042f565b610bcb613557565b613615565b346104405760203660031901126104405761060a600435610bf08161042f565b610bf8613557565b613673565b9080601f83011215610440578135610c1481610418565b92610c2260405194856103d7565b81845260208085019260051b82010192831161044057602001905b828210610c4a5750505090565b602080918335610c5981610636565b815201910190610c3d565b3461044057606036600319011261044057600435610c818161042f565b602435610c8d8161042f565b604435906001600160401b03821161044057610ce3610cb3610ce8933690600401610bfd565b91610cbc6136d1565b610ccd6104ec600280600154161490565b60a1546001600160a01b03918216911614612853565b613712565b6001600160a01b0382165f9081526099602052604090209091610d82825492610d316001610d2281610d1988613143565b94015460ff1690565b610d2b81611724565b146127bd565b610d4c6105a46105a4610d4660965460ff1690565b88613b3e565b90610d5882151561375b565b610d738282166001600160c01b03168314612ae3565b612ae3565b9019166001600160c01b031690565b610d8c818461484f565b6001600160c01b031615610f03575b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b1561044057835f91610df0938360405180968195829463f4e24fe560e01b845260048401613771565b03925af1801561070e57610eef575b507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b15610440575f604051809263bd29b8cd60e01b8252818381610e52898960048401613793565b03925af1801561070e57610edb575b507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031691823b1561044057610eb7925f928360405180968195829463bd29b8cd60e01b845260048401613793565b03925af1801561070e57610ec757005b80610ed55f61060a936103d7565b80610713565b80610ed55f610ee9936103d7565b5f610e61565b80610ed55f610efd936103d7565b5f610dff565b6001600160a01b0381165f908152609960205260409020610f2e90600101805460ff19166002179055565b816001600160a01b0382167f396fdcb180cb0fea26928113fb0fd1c3549863f9cd563e6a184f1d578116c8e45f80a3610d9b565b34610440576020366003190112610440576040610f9a610f95600435610f878161042f565b610f8f612869565b50612d10565b6137be565b610fb08251809260208091805184520151910152565bf35b60609060031901126104405760405190610fcb8261039c565b81600435610fd881610636565b815260243561ffff811681036104405760208201526044359061ffff821682036104405760400152565b6001600160601b0381160361044057565b81601f820112156104405780359061102a82610418565b9261103860405194856103d7565b82845260208085019360061b8301019181831161044057602001925b828410611062575050505090565b604084830312610440576020604091825161107c816103bc565b86356110878161042f565b81528287013561109681611002565b83820152815201930192611054565b346104405760c0366003190112610440576110bf36610fb2565b6064356110cb81611002565b6084356001600160401b038111610440576110ea903690600401611013565b60a435926110f784610636565b6110ff613557565b60965460ff1692839161111460c084106138dc565b611130611120866138f2565b60ff1660ff196096541617609655565b61113a8186613c6f565b611142613904565b9461114d8551612750565b965f5b865181101561118a578061118461117a61116c6001948b61271a565b51516001600160a01b031690565b610540838d61271a565b01611150565b5086889695966111986103f8565b63ffffffff891681529060208201526111b08261270d565b526111ba8161270d565b5060a1546001600160a01b037f000000000000000000000000000000000000000000000000000000000000000081169116813b1561044057604051630130fc2760e51b8152925f9184918291611214919060048401613951565b038183855af190811561070e57600492602092611449575b50611237600161303f565b611241600161303f565b604051632981eb7760e01b815292839182905afa90811561070e5761127d9163ffffffff915f9161141a575b501663ffffffff83161115613a0c565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b15610440575f6040518092630662d3e160e51b82528183816112d18c898d8c60048601613a73565b03925af1801561070e57611406575b507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156104405760405163136ca0f960e11b815260ff84166004820152905f908290602490829084905af1801561070e576113f2575b507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156104405760405163136ca0f960e11b815260ff9390931660048401525f908390602490829084905af1801561070e577fa34835bc2b673ec37fcf1591a91295b163fc2e181e4ea4e733beb27de1ceac4c956113d9936001926113de575b5060405195869586613ad0565b0390a2005b80610ed55f6113ec936103d7565b886113cc565b80610ed55f611400936103d7565b86611341565b80610ed55f611414936103d7565b866112e0565b61143c915060203d602011611442575b61143481836103d7565b810190612ab8565b8961126d565b503d61142a565b80610ed55f611457936103d7565b8961122c565b9181601f84011215610440578235916001600160401b038311610440576020838186019501011161044057565b34610440576040366003190112610440576004356001600160401b03811161044057366023820112156104405780600401356114c581610418565b916114d360405193846103d7565b8183526024602084019260051b820101903682116104405760248101925b82841061152157602435856001600160401b0382116104405761151b61060a92369060040161145d565b91612881565b83356001600160401b03811161044057602091611545839260243691870101610444565b8152019301926114f1565b346104405760a03660031901126104405760043561156d8161042f565b6115e160243561157c8161042f565b6044356115888161042f565b60643590608435926115998461042f565b5f54956115c760ff600889901c16156115b1565b1590565b8098819961165b575b811561163b575b50612b0f565b866115d8600160ff195f5416175f55565b61162457612b72565b6115e757005b6115f561ff00195f54165f55565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1005b61163661010061ff00195f5416175f55565b612b72565b303b1591508161164d575b505f6115c1565b60ff1660011490505f611646565b600160ff82161091506115ba565b805180835260209291819084018484015e5f828201840152601f01601f1916010190565b34610440575f366003190112610440577f000000000000000000000000000000000000000000000000000000000000000060ff8116601f8111611701576106db91604051916116dd6040846103d7565b60208084528381019190368337835252604051918291602083526020830190611669565b632cd44ac360e21b5f5260045ffd5b634e487b7160e01b5f52602160045260245ffd5b6003111561082257565b9060038210156108225752565b8151815260209182015160408201939261040792019061172e565b34610440576020366003190112610440576004356117738161042f565b61177b612869565b5060018060a01b03165f52609960205260405f2060ff6001604051926117a0846103bc565b80548452015416906003821015610822576106db9160208201526040519182918261173b565b34610440575f3660031901126104405760405163237dfb4760e11b81523360048201526020816024817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa801561070e57611831915f9161097b57506127f4565b61060a6135af565b34610440576020366003190112610440576020600160ff611858610a78565b161b806001541614604051908152f35b3461044057608036600319011261044057611881610a78565b6060366023190112610440576040516118998161039c565b6024356118a581610636565b815260443561ffff8116810361044057602082015260643561ffff811681036104405760408201526118d5613557565b60ff6096541660ff831610156118ee5761060a91613c6f565b637310cff560e11b5f5260045ffd5b34610440575f366003190112610440576020600154604051908152f35b34610440575f366003190112610440576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610440575f366003190112610440576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610440576040366003190112610440576004356119bf8161042f565b6024356001600160401b038111610440576119de903690600401610796565b609e546001600160a01b03163303611a13576001600160a01b0382165f908152609f6020526040902042905561060a91613d12565b6376d8ab1760e11b5f5260045ffd5b34610440575f36600319011261044057611a3a613557565b606480546001600160a01b031981169091555f906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b34610440576020366003190112610440576020611aa4600435611a9f8161042f565b612d10565b604051908152f35b346104405760a036600319011261044057611ac636610fb2565b606435611ad281611002565b6084356001600160401b03811161044057611af1903690600401611013565b611af9613557565b60965460ff1680611b0c60c082106138dc565b611b18611120826138f2565b611b228582613c6f565b611b2a613904565b93611b358451612750565b955f5b8551811015611b645780611b5e611b5461116c6001948a61271a565b610540838c61271a565b01611b38565b50848688611b706103f8565b63ffffffff88168152906020820152611b888261270d565b52611b928161270d565b5060a1546001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000811692911690823b1561044057611bef925f9283604051809681958294630130fc2760e51b845260048401613951565b03925af1801561070e57611d99575b50611c085f61303f565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b15610440575f6040518092633aea0b9d60e11b8252818381611c5b888b8d60048501613aa8565b03925af1801561070e57611d85575b507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156104405760405163136ca0f960e11b815260ff86166004820152905f908290602490829084905af1801561070e57611d71575b507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156104405760405163136ca0f960e11b815260ff9590951660048601525f908590602490829084905af193841561070e575f6113d99281927fa34835bc2b673ec37fcf1591a91295b163fc2e181e4ea4e733beb27de1ceac4c97611d63575060405195869586613ad0565b80610ed5846113ec936103d7565b80610ed55f611d7f936103d7565b85611ccb565b80610ed55f611d93936103d7565b85611c6a565b80610ed55f611da7936103d7565b85611bfe565b929391611dcf611ddd92600f60f81b865260e0602087015260e0860190611669565b908482036040860152611669565b92606083015260018060a01b031660808201525f60a082015260c0818303910152602080835192838152019201905f5b818110611e1a5750505090565b8251845260209384019390920191600101611e0d565b34610440575f3660031901126104405760c8541580611ec8575b15611e8b57611e57613dfb565b611e5f613eb0565b906106db604051611e716020826103d7565b5f8082523660208301376040519384933091469186611dad565b60405162461bcd60e51b81526020600482015260156024820152741152540dcc4c8e88155b9a5b9a5d1a585b1a5e9959605a1b6044820152606490fd5b5060c95415611e4a565b81601f8201121561044057803590611ee982610418565b92611ef760405194856103d7565b82845260208085019360061b8301019181831161044057602001925b828410611f21575050505090565b6040848303126104405760206040918251611f3b816103bc565b611f4487610a88565b815282870135611f538161042f565b83820152815201930192611f13565b346104405760a036600319011261044057600435611f7f8161042f565b60243590604435906001600160401b03821161044057602092611fa9611aa4933690600401611ed2565b6064359160843593612d63565b34610440576020366003190112610440576020611fd4600435613143565b6040516001600160c01b039091168152f35b34610440575f366003190112610440576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610440575f366003190112610440576064546040516001600160a01b039091168152602090f35b34610440575f36600319011261044057602060ff60965416604051908152f35b34610440575f366003190112610440576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610440575f3660031901126104405760206040517f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de68152f35b346104405760203660031901126104405761060a6004356121108161042f565b612118613557565b613c11565b34610440575f36600319011261044057602060a054604051908152f35b346104405760203660031901126104405760206004356121598161042f565b60a1546040516001600160a01b0392831691909216148152f35b60206040818301928281528451809452019201905f5b8181106121965750505090565b825163ffffffff16845260209384019390920191600101612189565b34610440576040366003190112610440576004356121cf81610636565b602435906001600160401b0382116104405736602383011215610440578160040135916121fb83610418565b9261220960405194856103d7565b8084526024602085019160051b8301019136831161044057602401905b828210612246576106db61223a8686612ea1565b60405191829182612173565b8135815260209182019101612226565b34610440576080366003190112610440576004356122738161042f565b60243561227f8161042f565b6044356001600160401b0381116104405761229e903690600401610bfd565b6064356001600160401b03811161044057610ce3916122c46122df92369060040161145d565b9390946122cf6136d1565b610ccd6104ec6001808054161490565b9082019261014083850312610440576122f783612f4c565b9060208401356001600160401b0381116104405785612317918601610796565b9361232e6123288760408401612fc8565b83613f7b565b926123388161303f565b8061234957505061060a9450614343565b8061235b60019297959796949661303f565b036123795761060a9561236d91613049565b9793509591505061407d565b63354bb8ab60e01b5f5260045ffd5b34610440575f3660031901126104405760206040517f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a8152f35b34610440575f366003190112610440576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610440575f3660031901126104405760a1546040516001600160a01b039091168152602090f35b61040790929192606081019361ffff6040809263ffffffff8151168552826020820151166020860152015116910152565b346104405760203660031901126104405760ff61247a610a78565b612482612820565b50165f5260976020526106db60405f2061ffff604051916124a28361039c565b5463ffffffff81168352818160201c16602084015260301c1660408201526040519182918261242e565b34610440575f366003190112610440576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b346104405760203660031901126104405760043561252d8161042f565b612535613557565b6001600160a01b0381161561254d5761060a90613bc9565b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b34610440575f366003190112610440576020611aa4614f2a565b346104405760203660031901126104405760043560405163755b36bd60e11b81526020816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa90811561070e575f9161267e575b506001600160a01b0316330361266f5761263d60015419821981161461280a565b806001556040519081527f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c60203392a2005b63794821ff60e01b5f5260045ffd5b612697915060203d602011610b9c57610b8e81836103d7565b5f61261c565b34610440576020366003190112610440576004356126ba8161042f565b60018060a01b03165f526099602052602060ff600160405f20015416610fb0604051809261172e565b156126ea57565b63840a48d560e01b5f5260045ffd5b634e487b7160e01b5f52603260045260245ffd5b805115610a735760200190565b8051821015610a735760209160051b010190565b6040805190919061273f83826103d7565b6001815291601f1901366020840137565b9061275a82610418565b61276760405191826103d7565b8281528092612778601f1991610418565b0190602036910137565b908151811015610a73570160200190565b9081602091031261044057516001600160c01b03811681036104405790565b6040513d5f823e3d90fd5b156127c457565b63aba4733960e01b5f5260045ffd5b5190811515820361044057565b90816020910312610440576107b1906127d3565b156127fb57565b631d77d47760e21b5f5260045ffd5b1561281157565b63c61dca5d60e01b5f5260045ffd5b6040519061282d8261039c565b5f6040838281528260208201520152565b9081602091031261044057516107b18161042f565b1561285a57565b6366e565df60e01b5f5260045ffd5b60405190612876826103bc565b5f6020838281520152565b91906128946104ec600480600154161490565b6128b36128a360965460ff1690565b6128ae368585610760565b613b3e565b506128c082845114612a96565b5f917f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165b8184106128fb575050505050565b61291f6105e561291186858798999a9697612aac565b356001600160f81b03191690565b9161292a868861271a565b5180516040516379a0849160e11b815260ff8616600482015291939190602082602481865afa91821561070e576129709263ffffffff915f91612a78575b501614612acd565b61297a8351612750565b955f985f995b85518b1015612a0657886129fe6001926129e9610d6e8f6129db6105a461059e8f938f61052a826129b09261271a565b6001600160a01b0381165f908152609960205260409020909a90546129d5838361271a565b5261271a565b60ff600192161c1660011490565b838060a01b0316838060a01b03831611612af9565b9a0199612980565b509594809298939950612a1c91976001956133a0565b43612a328260ff165f52609b60205260405f2090565b557f46077d55330763f16269fd75e5761663f4192d2791747c0189b16ad31db07db460ff60405192169180612a6c43829190602083019252565b0390a2019291936128ed565b612a90915060203d81116114425761143481836103d7565b5f612968565b15612a9d57565b63aaad13f760e01b5f5260045ffd5b90821015610a73570190565b9081602091031261044057516107b181610636565b15612ad457565b638e5aeee760e01b5f5260045ffd5b15612aea57565b63d053aa2160e01b5f5260045ffd5b15612b0057565b63ba50f91160e01b5f5260045ffd5b15612b1657565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b92919260408051612b8382826103d7565b601681527520ab29a932b3b4b9ba393ca1b7b7b93234b730ba37b960511b6020820152612bb2825192836103d7565b600682526576302e302e3160d01b6020830152612bde60ff5f5460081c16612bd981613b69565b613b69565b8051906001600160401b0382116103b757612c0382612bfe60ca54613dc3565b614947565b602090601f8311600114612c7557610bf894612c536121189895612c4b86610976976104079e9d9b97610bcb975f92612c6a575b50508160011b915f199060031b1c19161790565b60ca556149e6565b612c5c5f60c855565b612c655f60c955565b613bc9565b015190505f80612c37565b60ca5f52601f19831691907f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee1925f5b818110612cf8575061211898956001866104079d9c9a96610bcb96610bf89b966109769a612c539710612ce0575b505050811b0160ca556149e6565b01515f1960f88460031b161c191690555f8080612cd2565b92936020600181928786015181550195019301612ca4565b6107b19060405160208101917f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de6835260018060a01b0316604082015260408152612d5b6060826103d7565b519020613d9d565b919493909260405192602084019460e08501917f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a875260018060a01b03166040860152606085015260c060808501528651809152602061010085019701905f5b818110612df0575050506107b19495612d5b92849260a084015260c083015203601f1981018352826103d7565b8251805160ff168a526020908101516001600160a01b0316818b015260409099019890920191600101612dc3565b602081830312610440578051906001600160401b03821161044057019080601f83011215610440578151612e5181610418565b92612e5f60405194856103d7565b81845260208085019260051b82010192831161044057602001905b828210612e875750505090565b602080918351612e9681610636565b815201910190612e7a565b604051918291630449895d60e31b835263ffffffff6064840191609860048601521660248401526060604484015281518091526020608484019201905f5b818110612f335750505090805f920381734c40a6acdad9308e41797f21325685a34b6d7f195af490811561070e575f91612f17575090565b6107b191503d805f833e612f2b81836103d7565b810190612e1e565b8251845285945060209384019390920191600101612edf565b3590600282101561044057565b919082604091031261044057604051612f71816103bc565b6020808294803584520135910152565b9080601f830112156104405760405191612f9c6040846103d7565b82906040810192831161044057905b828210612fb85750505090565b8135815260209182019101612fab565b8082039291610100841261044057604051612fe28161039c565b60808195612ff08486612f59565b8352612fff8460408701612f59565b6020840152607f1901126104405761303660409260c0845195613021876103bc565b61302e8360808301612f81565b875201612f81565b60208401520152565b6002111561082257565b9190610180838203126104405761305f83612f4c565b9260208101356001600160401b038111610440578261307f918301610796565b9261308d8360408401612fc8565b926101408301356001600160401b03811161044057816130ae918501611ed2565b92610160810135906001600160401b03821161044057019060608282031261044057604051916130dd8361039c565b80356001600160401b038111610440576040926130fb918301610796565b8352602081013560208401520135604082015290565b9060405161311e8161039c565b604061ffff82945463ffffffff81168452818160201c16602085015260301c16910152565b60405190631a3894e960e01b8252609860048301526024820152602081604481734c40a6acdad9308e41797f21325685a34b6d7f195af490811561070e575f9161318b575090565b6107b1915060203d602011610707576106f981836103d7565b906131ae82610745565b6131bb60405191826103d7565b8281528092612778601f1991610745565b634e487b7160e01b5f52601160045260245ffd5b5f1981146131ee5760010190565b6131cc565b5f81805b61326d57506132099061ffff166131a4565b5f5f5b8251821080613262575b1561325b576001811b8416613234575b61322f906131e0565b61320c565b90600161322f9160ff60f81b8460f81b165f1a6132518287612782565b5301919050613226565b5050905090565b506101008110613216565b5f1981018181116131ee5761ffff9116911661ffff81146131ee5760010190806131f7565b602081830312610440578051906001600160401b03821161044057019080601f830112156104405781516132c581610418565b926132d360405194856103d7565b81845260208085019260051b82010192831161044057602001905b8282106132fb5750505090565b60208091613308846127d3565b8152019101906132ee565b93929190606085016060865281518091526020608087019201905f5b818110613381575050508481036020860152602080835192838152019201905f5b81811061336b575050509060406104079294019060ff169052565b8251845260209384019390920191600101613350565b82516001600160a01b031684526020938401939092019160010161332f565b905f6133e794936133af61272e565b9260f882901b6001600160f81b031916831a6133ca8561270d565b53604051636c3fb4bf60e01b815296879283928760048501613313565b0381837f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165af193841561070e575f94613473575b505f5b825181101561346c57806134466134406001938861271a565b51151590565b613451575b01613427565b6134678361346261052a848861271a565b613d12565b61344b565b5050509050565b6134909194503d805f833e61348881836103d7565b810190613292565b925f613424565b907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690813b15610440575f60405180936378219b3f60e11b8252856004830152604060248301528183816134f76044820188611669565b03925af190811561070e577fec2963ab21c1e50e1e582aa542af2e4bf7bf38e6e1403c27b42e1c5d6e621eaa9261354292613547575b50604051918291602083526020830190611669565b0390a2565b5f613551916103d7565b5f61352d565b6064546001600160a01b0316330361356b57565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b5f196001556040515f1981527fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d60203392a2565b806001556040519081527fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d60203392a2565b609d54604080516001600160a01b038084168252841660208201529192917f315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c9190a16001600160a01b03166001600160a01b03199190911617609d55565b609e54604080516001600160a01b038084168252841660208201529192917f8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc99190a16001600160a01b03166001600160a01b03199190911617609e55565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316330361370357565b6323d871a560e01b5f5260045ffd5b9061371d82516131a4565b5f5b8351811015613756576001906001600160f81b031961373e828761271a565b5160f81b165f1a61374f8285612782565b530161371f565b509150565b1561376257565b6368b6a87560e11b5f5260045ffd5b6001600160a01b0390911681526040602082018190526107b192910190611669565b6040906107b1939281528160208201520190611669565b634e487b7160e01b5f52601260045260245ffd5b5f51602061507d5f395f51905f52906137d5612869565b505f919006602060c0835b6138d5575f935f51602061507d5f395f51905f526003818681818009090860405161380b85826103d7565b8436823784818560405161381f82826103d7565b813682378381528360208201528360408201528560608201527f0c19139cb84c680a6e14116da060561765e05aa45a1c72a34f082305b61f3f5260808201525f51602061507d5f395f51905f5260a082015260056107cf195a01fa80156138da5761388990614f91565b51916138d5575f51602061507d5f395f51905f52828009146138c057505f51602061507d5f395f51905f5260015f940892936137e0565b929350506138cc6103f8565b92835282015290565b6137aa565bfe5b156138e357565b633cb89c9760e01b5f5260045ffd5b60ff60019116019060ff82116131ee57565b6040805190919061391583826103d7565b6001815291601f1901825f5b82811061392d57505050565b60209060405161393c816103bc565b5f815260608382015282828501015201613921565b90604082019060018060a01b031682526040602083015282518091526060820191602060608360051b8301019401925f915b83831061399257505050505090565b9091929394605f1982820301835285516020606081604085019363ffffffff81511686520151936040838201528451809452019201905f905b8082106139ea5750505060208060019297019301930191939290613983565b82516001600160a01b03168452602093840193909201916001909101906139cb565b15613a1357565b630bd441b960e21b5f5260045ffd5b90602080835192838152019201905f5b818110613a3f5750505090565b825180516001600160a01b031685526020908101516001600160601b03168186015260409094019390920191600101613a32565b906107b194936001600160601b0360809460ff63ffffffff941685521660208401521660408201528160608201520190613a22565b6001600160601b036107b1949360ff6060941683521660208201528160408201520190613a22565b9395949060c0936001600160601b0363ffffffff94613b1288613b299561ffff6040809263ffffffff8151168552826020820151166020860152015116910152565b16606087015260e0608087015260e0860190613a22565b95613b338161303f565b60a085015216910152565b906001613b4c60ff936148cf565b928392161b1115613b5a5790565b63ca95733360e01b5f5260045ffd5b15613b7057565b60405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608490fd5b606480546001600160a01b039283166001600160a01b0319821681179092559091167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3565b60a154604080516001600160a01b038084168252841660208201529192917f9770f3cadfdcbb6f93af935e86047111590c3768271d237e4a2bc0b874bed6939190a16001600160a01b03166001600160a01b0319919091161760a155565b60ff7f3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac911691825f52609760205260405f2063ffffffff82511681549065ffff00000000602085015160201b169067ffff000000000000604086015160301b16926001600160401b0319161717179055604051809161354282606081019261ffff6040809263ffffffff8151168552826020820151166020860152015116910152565b9060018060a01b0382165f52609960205260405f2060ff600182015416600381101561082257600103613d8e57613d7d9054613d566105a460ff6096541685613b3e565b906001600160c01b0390613d6990613143565b1681166001600160c01b0390811691161490565b613d85575050565b61040791614b27565b6325ec6c1f60e01b5f5260045ffd5b604290613da8614f2a565b906040519161190160f01b8352600283015260228201522090565b90600182811c92168015613df1575b6020831014613ddd57565b634e487b7160e01b5f52602260045260245ffd5b91607f1691613dd2565b604051905f8260ca5491613e0e83613dc3565b8083529260018116908115613e915750600114613e32575b610407925003836103d7565b5060ca5f90815290917f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee15b818310613e7557505090602061040792820101613e26565b6020919350806001915483858901015201910190918492613e5d565b6020925061040794915060ff191682840152151560051b820101613e26565b604051905f8260cb5491613ec383613dc3565b8083529260018116908115613e915750600114613ee657610407925003836103d7565b5060cb5f90815290917fa7ce836d032b2bf62b7e2097a8e0a6d8aeb35405ad15271e96d3b0188a1d06fb5b818310613f2957505090602061040792820101613e26565b6020919350806001915483858901015201910190918492613f11565b90816020910312610440575190565b905f905b60028210613f6557505050565b6020806001928551815201930191019091613f58565b9061400f90613f88612869565b50613ffb60206040613f9c610f9587612d10565b81516301e2d35b60e11b81526001600160a01b0390971660048801528451805160248901526020015160448801529380830151805160648901526020015160848801520151613fef60a487018251613f54565b015160e4850190613f54565b805161012484015260200151610144830152565b602081610164815f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165af190811561070e575f91614054575090565b6107b1915060203d602011614076575b61406e81836103d7565b810190613f45565b503d614064565b949180939161409e6140a4946140968851855114612a96565b87838a614c69565b86614659565b5f5b82518110156141c257806140de6140d96140c86105e56105d760019689612782565b60ff165f52609760205260405f2090565b613111565b6140f66140ec83865161271a565b5163ffffffff1690565b63ffffffff61411561410c845163ffffffff1690565b63ffffffff1690565b911611614124575b50016140a6565b61417a906141386105e56105d78589612782565b61415661414985604089015161271a565b516001600160601b031690565b896141686141498760208b015161271a565b91614173878c61271a565b5193614da7565b6141bc61418561272e565b6141926105d78488612782565b5f1a61419d8261270d565b5361346260206141ad858a61271a565b5101516001600160a01b031690565b5f61411d565b5050505050565b604051906141d68261039c565b60606040838281528260208201520152565b156141ef57565b6313ca465760e01b5f5260045ffd5b1561420557565b630c6816cd60e01b5f5260045ffd5b919082018092116131ee57565b1561422857565b631968677d60e11b5f5260045ffd5b6001602091835181550191015160038110156108225760ff80198354169116179055565b9080601f8301121561044057815161427281610418565b9261428060405194856103d7565b81845260208085019260051b82010192831161044057602001905b8282106142a85750505090565b6020809183516142b781611002565b81520191019061429b565b9190916040818403126104405780516001600160401b03811161044057836142eb91830161425b565b9260208201516001600160401b038111610440576107b1920161425b565b6107b1939260609260018060a01b0316825260208201528160408201520190611669565b1561433457565b63c6b9e76760e01b5f5260045ffd5b6143db61434e6141c9565b946143d56143646105a4610d4660965460ff1690565b61436d86613143565b6001600160c01b03909116906143848215156141e8565b60018060c01b031661439e6143998284161590565b6141fe565b6001600160a01b0386165f908152609f602052604090206143ce906143c7905460a05490614214565b4211614221565b178561484f565b83613497565b6001614403816143fb8460018060a01b03165f52609960205260405f2090565b015460ff1690565b61440c81611724565b036145f4575b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b15610440575f6040518092631fd93ca960e11b82528183816144648a8960048401613771565b03925af1801561070e5784925f9285926145e0575b506144986040519485938493632550477760e01b855260048501614309565b0381837f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165af1801561070e57614503925f928592849185916145bc575b5060408801526020870152604051938492839262bff04d60e01b845260048401613793565b0381837f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165af190811561070e575f916145a2575b5082525f5b815181101561459d578061459761456a6140d96140c86105e56105d760019789612782565b63ffffffff61458e61410c6145836140ec878b5161271a565b935163ffffffff1690565b9116111561432d565b01614545565b505090565b6145b691503d805f833e612f2b81836103d7565b5f614540565b90506145da91503d8086833e6145d281836103d7565b8101906142c2565b5f6144de565b80610ed5856145ee936103d7565b5f614479565b6146256145ff6103f8565b838152600160208201526001600160a01b0383165f908152609960205260409020614237565b816001600160a01b0382167fe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe5f80a3614412565b61466461434e6141c9565b6001614684816143fb8460018060a01b03165f52609960205260405f2090565b61468d81611724565b03614810575b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b15610440575f6040518092631fd93ca960e11b82528183816146e58a8960048401613771565b03925af1801561070e5784925f9285926147fc575b506147196040519687938493632550477760e01b855260048501614309565b0381837f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165af191821561070e57614783935f93849185916147e0575b5060408701526020860152604051938492839262bff04d60e01b845260048401613793565b0381837f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165af190811561070e575f916147c6575b50815290565b6147da91503d805f833e612f2b81836103d7565b5f6147c0565b90506147f691503d8086833e6145d281836103d7565b5f61475e565b80610ed58561480a936103d7565b5f6146fa565b61481b6145ff6103f8565b816001600160a01b0382167fe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe5f80a3614693565b734c40a6acdad9308e41797f21325685a34b6d7f1991823b156104405760405163ae1d62db60e01b81526098600482015260248101929092526001600160c01b03166044820152905f90829060649082905af4801561070e576148af5750565b5f610407916103d7565b156148c057565b631019106960e31b5f5260045ffd5b906101008251116149385781511561493357602082015160019060f81c81901b5b835182101561492e5760019061491961490f6105e56105d78689612782565b60ff600191161b90565b906149258183116148b9565b179101906148f0565b925050565b5f9150565b637da54e4760e11b5f5260045ffd5b601f8111614953575050565b60ca5f5260205f20906020601f840160051c8301931061498d575b601f0160051c01905b818110614982575050565b5f8155600101614977565b909150819061496e565b601f82116149a457505050565b5f5260205f20906020601f840160051c830193106149dc575b601f0160051c01905b8181106149d1575050565b5f81556001016149c6565b90915081906149bd565b9081516001600160401b0381116103b757614a0d81614a0660cb54613dc3565b60cb614997565b602092601f8211600114614a4157614a3c929382915f92612c6a5750508160011b915f199060031b1c19161790565b60cb55565b60cb5f52601f198216937fa7ce836d032b2bf62b7e2097a8e0a6d8aeb35405ad15271e96d3b0188a1d06fb915f5b868110614aa55750836001959610614a8d575b505050811b0160cb55565b01515f1960f88460031b161c191690555f8080614a82565b91926020600181928685015181550194019201614a6f565b602080825282516001600160a01b039081168284015281840151166040808401919091529092015160608083015280516080830181905260a09092019201905f5b818110614b0b5750505090565b825163ffffffff16845260209384019390920191600101614afe565b60a154825192936001600160a01b03918216939290917f000000000000000000000000000000000000000000000000000000000000000016614b6884610418565b93614b7660405195866103d7565b808552614b85601f1991610418565b013660208601375f5b8651811015614bb95780614ba460019289612782565b5160f81c614bb2828861271a565b5201614b8e565b509291945092614bed90614bdd614bce610409565b6001600160a01b039096168652565b6001600160a01b03166020850152565b6040830152803b1561044057604051636e3492b560e01b8152915f918391829084908290614c1e9060048301614abd565b03925af1801561070e57614c2f5750565b80610ed55f610407936103d7565b15614c4457565b636fbefec360e11b5f5260045ffd5b15614c5a57565b630819bdcd60e01b5f5260045ffd5b614cfc906020850193614c9a614c956115ad614c8e88515f52609a60205260405f2090565b5460ff1690565b614c3d565b6040860190614cac8251421115614c53565b614ccf614cc287515f52609a60205260405f2090565b805460ff19166001179055565b609d547390de7b425fdba98413ae6ec5c64bd3d852af6cb995906001600160a01b03169651925193612d63565b925190803b1561044057614d29935f93604051958694859384936311c5268f60e11b855260048501614309565b03915af4801561070e57614c2f5750565b15614d4157565b6356168b4160e11b5f5260045ffd5b15614d5757565b63263a721560e11b5f5260045ffd5b9081602091031261044057516107b181611002565b15614d8257565b634c44995d60e01b5f5260045ffd5b15614d9857565b63b187e86960e01b5f5260045ffd5b60209192614e04614df7614e5c989697614df0614dcc8783015160018060a01b031690565b6001600160a01b039081165f81815260996020526040902054969091161415614d3a565b5160ff1690565b60ff808516911614612acd565b614e31614e2c614e1a6105a4600160ff87161b81565b614e266105a485613143565b81161490565b614d50565b604051635401ed2760e01b8152600481019190915260ff909116602482015294859081906044820190565b03817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa92831561070e57610407945f94614ee0575b5082614ed892614ed3614ebf936001600160601b03614ecb614ebf82998b614fca565b6001600160601b031690565b911611614d7b565b614fed565b911610614d91565b614ebf91945092614ed892614ed3614f176001600160601b039660203d602011614f23575b614f0f81836103d7565b810190614d66565b96935050925092614e9c565b503d614f05565b614f3261500b565b614f3a615056565b6040519060208201927f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f8452604083015260608201524660808201523060a082015260a08152614f8b60c0826103d7565b51902090565b15614f9857565b63d51edae360e01b5f5260045ffd5b906001600160601b03809116911602906001600160601b0382169182036131ee57565b614fe86001600160601b039161ffff60206127109501511690614fa7565b160490565b614fe86001600160601b039161ffff60406127109501511690614fa7565b615013613dfb565b8051908115615023576020012090565b505060c85480156150315790565b507fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a47090565b61505e613eb0565b805190811561506e576020012090565b505060c9548015615031579056fe30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47a26469706673582212205e8d97530dfe21ccc62fa833023b5d9cf138249950b296abe8412ec2853866f064736f6c634300081b00330000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c9852800000000000000000000000099bba657f2bbc93c02d617f8ba121cb8fc104acf0000000000000000000000008f86403a4de0bb5791fa46b8e795c547942fe4cf0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318000000000000000000000000f5059a5d33d5853360d16c683c16e67980206f3600000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000000000000000b76312e332e302d72632e30000000000000000000000000000000000000000000","output":"0x60806040526004361015610011575f80fd5b5f3560e01c8062cf2ab51461038357806303fd34921461037e57806304ec635114610379578063054310e6146103745780630cf4b7671461036f5780630d3f21341461036a578063125e05841461036557806313542a4e14610360578063136439dd1461035b5780631478851f146103565780631eb812da14610351578063249a0c421461034c57806328f61b3114610347578063296bb0641461034257806329d1e0c31461033d5780632cdd1e8614610338578063303ca956146103335780633c2a7f4c1461032e5780633eef3a51146103295780635140a54814610324578063530b97a41461031f57806354fd4d501461031a5780635865c60c14610315578063595c6a67146103105780635ac86ab71461030b5780635b0b829f146103065780635c975abb146103015780635df45946146102fc57806368304835146102f75780636e3b17db146102f2578063715018a6146102ed57806373447992146102e85780638281ab75146102e357806384b0196e146102de57806384ca5213146102d9578063871ef049146102d4578063886f1195146102cf5780638da5cb5b146102ca5780639aa1653d146102c55780639e9923c2146102c05780639feab859146102bb578063a65497c6146102b6578063a96f783e146102b1578063b5265787146102ac578063c391425e146102a7578063c63fd502146102a2578063ca0de8821461029d578063ca8aa7c714610298578063de1164bb14610293578063e65797ad1461028e578063ea32afae14610289578063f2fde38b14610284578063f698da251461027f578063fabc1cbc1461027a5763fd39105a14610275575f80fd5b61269d565b6125bb565b6125a1565b612510565b6124cc565b61245f565b612406565b6123c2565b612388565b612256565b6121b2565b61213a565b61211d565b6120f0565b6120b6565b612072565b612052565b61202a565b611fe6565b611fb6565b611f62565b611e30565b611aac565b611a7d565b611a22565b6119a2565b61195e565b61191a565b6118fd565b611868565b611839565b6117c6565b611756565b61168d565b611550565b61148a565b6110a5565b610f62565b610c64565b610bd0565b610ba3565b610af0565b610ac8565b610a96565b6109d9565b6109aa565b6108f1565b6108b6565b61087b565b610827565b6107b4565b61071d565b610644565b61060c565b6104ab565b634e487b7160e01b5f52604160045260245ffd5b606081019081106001600160401b038211176103b757604052565b610388565b604081019081106001600160401b038211176103b757604052565b90601f801991011681019081106001600160401b038211176103b757604052565b604051906104076040836103d7565b565b604051906104076060836103d7565b6001600160401b0381116103b75760051b60200190565b6001600160a01b0381160361044057565b5f80fd5b9080601f8301121561044057813561045b81610418565b9261046960405194856103d7565b81845260208085019260051b82010192831161044057602001905b8282106104915750505090565b6020809183356104a08161042f565b815201910190610484565b34610440576020366003190112610440576004356001600160401b038111610440576104db903690600401610444565b6104f26104ec600480600154161490565b156126e3565b6040905f60205b825182101561060a5783519061050f85836103d7565b600182528036602084013761054f61053761052a858761271a565b516001600160a01b031690565b6105408461270d565b6001600160a01b039091169052565b61055761272e565b9061058161056861052a868861271a565b6001600160a01b03165f90815260996020526040902090565b5461058b8361270d565b526105b56105b06105a461059e8561270d565b51613143565b6001600160c01b031690565b6131f3565b945f5b86518110156105f857806105f26105eb6105e56105d76001958c612782565b516001600160f81b03191690565b60f81c90565b86886133a0565b016105b8565b50945060019093019291506104f99050565b005b34610440576020366003190112610440576004355f526098602052602060405f2054604051908152f35b63ffffffff81160361044057565b346104405760603660031901126104405760043560243561066481610636565b63ffffffff6044359160405193638192610f60e01b85526098600486015260248501521660448301526064820152602081608481734c40a6acdad9308e41797f21325685a34b6d7f195af4801561070e576106db915f916106df575b506040516001600160c01b0390911681529081906020820190565b0390f35b610701915060203d602011610707575b6106f981836103d7565b810190612793565b5f6106c0565b503d6106ef565b6127b2565b5f91031261044057565b34610440575f36600319011261044057609d546040516001600160a01b039091168152602090f35b6001600160401b0381116103b757601f01601f191660200190565b92919261076c82610745565b9161077a60405193846103d7565b829481845281830111610440578281602093845f960137010152565b9080601f83011215610440578160206107b193359101610760565b90565b34610440576020366003190112610440576004356001600160401b038111610440576107e4903690600401610796565b335f52609960205260ff600160405f2001541690600382101561082257610810600161060a93146127bd565b335f52609960205260405f2054613497565b611710565b34610440576020366003190112610440577fa77a91bea7b6d95a8eb5a54878a1d9e3c875e26c86a9b70e3420c5c5db193b626040600435610866613557565b60a054908060a05582519182526020820152a1005b34610440576020366003190112610440576004356108988161042f565b60018060a01b03165f52609f602052602060405f2054604051908152f35b34610440576020366003190112610440576004356108d38161042f565b60018060a01b03165f526099602052602060405f2054604051908152f35b346104405760203660031901126104405760043560405163237dfb4760e11b8152336004820152906020826024817f000000000000000000000000f5059a5d33d5853360d16c683c16e67980206f366001600160a01b03165afa91821561070e5761060a92610967915f9161097b575b506127f4565b6109766001548281161461280a565b6135e3565b61099d915060203d6020116109a3575b61099581836103d7565b8101906127e0565b5f610961565b503d61098b565b34610440576020366003190112610440576004355f52609a602052602060ff60405f2054166040519015158152f35b34610440576040366003190112610440576024356004356109f8612820565b505f52609860205260405f20908154811015610a73576106db915f5260205f200160405190610a268261039c565b5463ffffffff808216808452602083811c8316818601908152604094851c9585019586528451928352519092169181019190915291516001600160c01b0316908201529081906060820190565b6126f9565b6004359060ff8216820361044057565b359060ff8216820361044057565b346104405760203660031901126104405760ff610ab1610a78565b165f52609b602052602060405f2054604051908152f35b34610440575f36600319011261044057609e546040516001600160a01b039091168152602090f35b34610440576020366003190112610440576040516308f6629d60e31b815260048035908201526020816024816001600160a01b037f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c98528165afa801561070e576106db915f91610b74575b506040516001600160a01b0390911681529081906020820190565b610b96915060203d602011610b9c575b610b8e81836103d7565b81019061283e565b5f610b59565b503d610b84565b346104405760203660031901126104405761060a600435610bc38161042f565b610bcb613557565b613615565b346104405760203660031901126104405761060a600435610bf08161042f565b610bf8613557565b613673565b9080601f83011215610440578135610c1481610418565b92610c2260405194856103d7565b81845260208085019260051b82010192831161044057602001905b828210610c4a5750505090565b602080918335610c5981610636565b815201910190610c3d565b3461044057606036600319011261044057600435610c818161042f565b602435610c8d8161042f565b604435906001600160401b03821161044057610ce3610cb3610ce8933690600401610bfd565b91610cbc6136d1565b610ccd6104ec600280600154161490565b60a1546001600160a01b03918216911614612853565b613712565b6001600160a01b0382165f9081526099602052604090209091610d82825492610d316001610d2281610d1988613143565b94015460ff1690565b610d2b81611724565b146127bd565b610d4c6105a46105a4610d4660965460ff1690565b88613b3e565b90610d5882151561375b565b610d738282166001600160c01b03168314612ae3565b612ae3565b9019166001600160c01b031690565b610d8c818461484f565b6001600160c01b031615610f03575b7f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985286001600160a01b0316803b1561044057835f91610df0938360405180968195829463f4e24fe560e01b845260048401613771565b03925af1801561070e57610eef575b507f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b0316803b15610440575f604051809263bd29b8cd60e01b8252818381610e52898960048401613793565b03925af1801561070e57610edb575b507f00000000000000000000000099bba657f2bbc93c02d617f8ba121cb8fc104acf6001600160a01b031691823b1561044057610eb7925f928360405180968195829463bd29b8cd60e01b845260048401613793565b03925af1801561070e57610ec757005b80610ed55f61060a936103d7565b80610713565b80610ed55f610ee9936103d7565b5f610e61565b80610ed55f610efd936103d7565b5f610dff565b6001600160a01b0381165f908152609960205260409020610f2e90600101805460ff19166002179055565b816001600160a01b0382167f396fdcb180cb0fea26928113fb0fd1c3549863f9cd563e6a184f1d578116c8e45f80a3610d9b565b34610440576020366003190112610440576040610f9a610f95600435610f878161042f565b610f8f612869565b50612d10565b6137be565b610fb08251809260208091805184520151910152565bf35b60609060031901126104405760405190610fcb8261039c565b81600435610fd881610636565b815260243561ffff811681036104405760208201526044359061ffff821682036104405760400152565b6001600160601b0381160361044057565b81601f820112156104405780359061102a82610418565b9261103860405194856103d7565b82845260208085019360061b8301019181831161044057602001925b828410611062575050505090565b604084830312610440576020604091825161107c816103bc565b86356110878161042f565b81528287013561109681611002565b83820152815201930192611054565b346104405760c0366003190112610440576110bf36610fb2565b6064356110cb81611002565b6084356001600160401b038111610440576110ea903690600401611013565b60a435926110f784610636565b6110ff613557565b60965460ff1692839161111460c084106138dc565b611130611120866138f2565b60ff1660ff196096541617609655565b61113a8186613c6f565b611142613904565b9461114d8551612750565b965f5b865181101561118a578061118461117a61116c6001948b61271a565b51516001600160a01b031690565b610540838d61271a565b01611150565b5086889695966111986103f8565b63ffffffff891681529060208201526111b08261270d565b526111ba8161270d565b5060a1546001600160a01b037f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31881169116813b1561044057604051630130fc2760e51b8152925f9184918291611214919060048401613951565b038183855af190811561070e57600492602092611449575b50611237600161303f565b611241600161303f565b604051632981eb7760e01b815292839182905afa90811561070e5761127d9163ffffffff915f9161141a575b501663ffffffff83161115613a0c565b7f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b0316803b15610440575f6040518092630662d3e160e51b82528183816112d18c898d8c60048601613a73565b03925af1801561070e57611406575b507f00000000000000000000000099bba657f2bbc93c02d617f8ba121cb8fc104acf6001600160a01b0316803b156104405760405163136ca0f960e11b815260ff84166004820152905f908290602490829084905af1801561070e576113f2575b507f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985286001600160a01b0316803b156104405760405163136ca0f960e11b815260ff9390931660048401525f908390602490829084905af1801561070e577fa34835bc2b673ec37fcf1591a91295b163fc2e181e4ea4e733beb27de1ceac4c956113d9936001926113de575b5060405195869586613ad0565b0390a2005b80610ed55f6113ec936103d7565b886113cc565b80610ed55f611400936103d7565b86611341565b80610ed55f611414936103d7565b866112e0565b61143c915060203d602011611442575b61143481836103d7565b810190612ab8565b8961126d565b503d61142a565b80610ed55f611457936103d7565b8961122c565b9181601f84011215610440578235916001600160401b038311610440576020838186019501011161044057565b34610440576040366003190112610440576004356001600160401b03811161044057366023820112156104405780600401356114c581610418565b916114d360405193846103d7565b8183526024602084019260051b820101903682116104405760248101925b82841061152157602435856001600160401b0382116104405761151b61060a92369060040161145d565b91612881565b83356001600160401b03811161044057602091611545839260243691870101610444565b8152019301926114f1565b346104405760a03660031901126104405760043561156d8161042f565b6115e160243561157c8161042f565b6044356115888161042f565b60643590608435926115998461042f565b5f54956115c760ff600889901c16156115b1565b1590565b8098819961165b575b811561163b575b50612b0f565b866115d8600160ff195f5416175f55565b61162457612b72565b6115e757005b6115f561ff00195f54165f55565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1005b61163661010061ff00195f5416175f55565b612b72565b303b1591508161164d575b505f6115c1565b60ff1660011490505f611646565b600160ff82161091506115ba565b805180835260209291819084018484015e5f828201840152601f01601f1916010190565b34610440575f366003190112610440577f76312e332e302d72632e3000000000000000000000000000000000000000000b60ff8116601f8111611701576106db91604051916116dd6040846103d7565b60208084528381019190368337835252604051918291602083526020830190611669565b632cd44ac360e21b5f5260045ffd5b634e487b7160e01b5f52602160045260245ffd5b6003111561082257565b9060038210156108225752565b8151815260209182015160408201939261040792019061172e565b34610440576020366003190112610440576004356117738161042f565b61177b612869565b5060018060a01b03165f52609960205260405f2060ff6001604051926117a0846103bc565b80548452015416906003821015610822576106db9160208201526040519182918261173b565b34610440575f3660031901126104405760405163237dfb4760e11b81523360048201526020816024817f000000000000000000000000f5059a5d33d5853360d16c683c16e67980206f366001600160a01b03165afa801561070e57611831915f9161097b57506127f4565b61060a6135af565b34610440576020366003190112610440576020600160ff611858610a78565b161b806001541614604051908152f35b3461044057608036600319011261044057611881610a78565b6060366023190112610440576040516118998161039c565b6024356118a581610636565b815260443561ffff8116810361044057602082015260643561ffff811681036104405760408201526118d5613557565b60ff6096541660ff831610156118ee5761060a91613c6f565b637310cff560e11b5f5260045ffd5b34610440575f366003190112610440576020600154604051908152f35b34610440575f366003190112610440576040517f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985286001600160a01b03168152602090f35b34610440575f366003190112610440576040517f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b03168152602090f35b34610440576040366003190112610440576004356119bf8161042f565b6024356001600160401b038111610440576119de903690600401610796565b609e546001600160a01b03163303611a13576001600160a01b0382165f908152609f6020526040902042905561060a91613d12565b6376d8ab1760e11b5f5260045ffd5b34610440575f36600319011261044057611a3a613557565b606480546001600160a01b031981169091555f906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b34610440576020366003190112610440576020611aa4600435611a9f8161042f565b612d10565b604051908152f35b346104405760a036600319011261044057611ac636610fb2565b606435611ad281611002565b6084356001600160401b03811161044057611af1903690600401611013565b611af9613557565b60965460ff1680611b0c60c082106138dc565b611b18611120826138f2565b611b228582613c6f565b611b2a613904565b93611b358451612750565b955f5b8551811015611b645780611b5e611b5461116c6001948a61271a565b610540838c61271a565b01611b38565b50848688611b706103f8565b63ffffffff88168152906020820152611b888261270d565b52611b928161270d565b5060a1546001600160a01b037f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318811692911690823b1561044057611bef925f9283604051809681958294630130fc2760e51b845260048401613951565b03925af1801561070e57611d99575b50611c085f61303f565b7f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b0316803b15610440575f6040518092633aea0b9d60e11b8252818381611c5b888b8d60048501613aa8565b03925af1801561070e57611d85575b507f00000000000000000000000099bba657f2bbc93c02d617f8ba121cb8fc104acf6001600160a01b0316803b156104405760405163136ca0f960e11b815260ff86166004820152905f908290602490829084905af1801561070e57611d71575b507f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985286001600160a01b0316803b156104405760405163136ca0f960e11b815260ff9590951660048601525f908590602490829084905af193841561070e575f6113d99281927fa34835bc2b673ec37fcf1591a91295b163fc2e181e4ea4e733beb27de1ceac4c97611d63575060405195869586613ad0565b80610ed5846113ec936103d7565b80610ed55f611d7f936103d7565b85611ccb565b80610ed55f611d93936103d7565b85611c6a565b80610ed55f611da7936103d7565b85611bfe565b929391611dcf611ddd92600f60f81b865260e0602087015260e0860190611669565b908482036040860152611669565b92606083015260018060a01b031660808201525f60a082015260c0818303910152602080835192838152019201905f5b818110611e1a5750505090565b8251845260209384019390920191600101611e0d565b34610440575f3660031901126104405760c8541580611ec8575b15611e8b57611e57613dfb565b611e5f613eb0565b906106db604051611e716020826103d7565b5f8082523660208301376040519384933091469186611dad565b60405162461bcd60e51b81526020600482015260156024820152741152540dcc4c8e88155b9a5b9a5d1a585b1a5e9959605a1b6044820152606490fd5b5060c95415611e4a565b81601f8201121561044057803590611ee982610418565b92611ef760405194856103d7565b82845260208085019360061b8301019181831161044057602001925b828410611f21575050505090565b6040848303126104405760206040918251611f3b816103bc565b611f4487610a88565b815282870135611f538161042f565b83820152815201930192611f13565b346104405760a036600319011261044057600435611f7f8161042f565b60243590604435906001600160401b03821161044057602092611fa9611aa4933690600401611ed2565b6064359160843593612d63565b34610440576020366003190112610440576020611fd4600435613143565b6040516001600160c01b039091168152f35b34610440575f366003190112610440576040517f000000000000000000000000f5059a5d33d5853360d16c683c16e67980206f366001600160a01b03168152602090f35b34610440575f366003190112610440576064546040516001600160a01b039091168152602090f35b34610440575f36600319011261044057602060ff60965416604051908152f35b34610440575f366003190112610440576040517f00000000000000000000000099bba657f2bbc93c02d617f8ba121cb8fc104acf6001600160a01b03168152602090f35b34610440575f3660031901126104405760206040517f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de68152f35b346104405760203660031901126104405761060a6004356121108161042f565b612118613557565b613c11565b34610440575f36600319011261044057602060a054604051908152f35b346104405760203660031901126104405760206004356121598161042f565b60a1546040516001600160a01b0392831691909216148152f35b60206040818301928281528451809452019201905f5b8181106121965750505090565b825163ffffffff16845260209384019390920191600101612189565b34610440576040366003190112610440576004356121cf81610636565b602435906001600160401b0382116104405736602383011215610440578160040135916121fb83610418565b9261220960405194856103d7565b8084526024602085019160051b8301019136831161044057602401905b828210612246576106db61223a8686612ea1565b60405191829182612173565b8135815260209182019101612226565b34610440576080366003190112610440576004356122738161042f565b60243561227f8161042f565b6044356001600160401b0381116104405761229e903690600401610bfd565b6064356001600160401b03811161044057610ce3916122c46122df92369060040161145d565b9390946122cf6136d1565b610ccd6104ec6001808054161490565b9082019261014083850312610440576122f783612f4c565b9060208401356001600160401b0381116104405785612317918601610796565b9361232e6123288760408401612fc8565b83613f7b565b926123388161303f565b8061234957505061060a9450614343565b8061235b60019297959796949661303f565b036123795761060a9561236d91613049565b9793509591505061407d565b63354bb8ab60e01b5f5260045ffd5b34610440575f3660031901126104405760206040517f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a8152f35b34610440575f366003190112610440576040517f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b03168152602090f35b34610440575f3660031901126104405760a1546040516001600160a01b039091168152602090f35b61040790929192606081019361ffff6040809263ffffffff8151168552826020820151166020860152015116910152565b346104405760203660031901126104405760ff61247a610a78565b612482612820565b50165f5260976020526106db60405f2061ffff604051916124a28361039c565b5463ffffffff81168352818160201c16602084015260301c1660408201526040519182918261242e565b34610440575f366003190112610440576040517f0000000000000000000000008f86403a4de0bb5791fa46b8e795c547942fe4cf6001600160a01b03168152602090f35b346104405760203660031901126104405760043561252d8161042f565b612535613557565b6001600160a01b0381161561254d5761060a90613bc9565b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b34610440575f366003190112610440576020611aa4614f2a565b346104405760203660031901126104405760043560405163755b36bd60e11b81526020816004817f000000000000000000000000f5059a5d33d5853360d16c683c16e67980206f366001600160a01b03165afa90811561070e575f9161267e575b506001600160a01b0316330361266f5761263d60015419821981161461280a565b806001556040519081527f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c60203392a2005b63794821ff60e01b5f5260045ffd5b612697915060203d602011610b9c57610b8e81836103d7565b5f61261c565b34610440576020366003190112610440576004356126ba8161042f565b60018060a01b03165f526099602052602060ff600160405f20015416610fb0604051809261172e565b156126ea57565b63840a48d560e01b5f5260045ffd5b634e487b7160e01b5f52603260045260245ffd5b805115610a735760200190565b8051821015610a735760209160051b010190565b6040805190919061273f83826103d7565b6001815291601f1901366020840137565b9061275a82610418565b61276760405191826103d7565b8281528092612778601f1991610418565b0190602036910137565b908151811015610a73570160200190565b9081602091031261044057516001600160c01b03811681036104405790565b6040513d5f823e3d90fd5b156127c457565b63aba4733960e01b5f5260045ffd5b5190811515820361044057565b90816020910312610440576107b1906127d3565b156127fb57565b631d77d47760e21b5f5260045ffd5b1561281157565b63c61dca5d60e01b5f5260045ffd5b6040519061282d8261039c565b5f6040838281528260208201520152565b9081602091031261044057516107b18161042f565b1561285a57565b6366e565df60e01b5f5260045ffd5b60405190612876826103bc565b5f6020838281520152565b91906128946104ec600480600154161490565b6128b36128a360965460ff1690565b6128ae368585610760565b613b3e565b506128c082845114612a96565b5f917f00000000000000000000000099bba657f2bbc93c02d617f8ba121cb8fc104acf6001600160a01b03165b8184106128fb575050505050565b61291f6105e561291186858798999a9697612aac565b356001600160f81b03191690565b9161292a868861271a565b5180516040516379a0849160e11b815260ff8616600482015291939190602082602481865afa91821561070e576129709263ffffffff915f91612a78575b501614612acd565b61297a8351612750565b955f985f995b85518b1015612a0657886129fe6001926129e9610d6e8f6129db6105a461059e8f938f61052a826129b09261271a565b6001600160a01b0381165f908152609960205260409020909a90546129d5838361271a565b5261271a565b60ff600192161c1660011490565b838060a01b0316838060a01b03831611612af9565b9a0199612980565b509594809298939950612a1c91976001956133a0565b43612a328260ff165f52609b60205260405f2090565b557f46077d55330763f16269fd75e5761663f4192d2791747c0189b16ad31db07db460ff60405192169180612a6c43829190602083019252565b0390a2019291936128ed565b612a90915060203d81116114425761143481836103d7565b5f612968565b15612a9d57565b63aaad13f760e01b5f5260045ffd5b90821015610a73570190565b9081602091031261044057516107b181610636565b15612ad457565b638e5aeee760e01b5f5260045ffd5b15612aea57565b63d053aa2160e01b5f5260045ffd5b15612b0057565b63ba50f91160e01b5f5260045ffd5b15612b1657565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b92919260408051612b8382826103d7565b601681527520ab29a932b3b4b9ba393ca1b7b7b93234b730ba37b960511b6020820152612bb2825192836103d7565b600682526576302e302e3160d01b6020830152612bde60ff5f5460081c16612bd981613b69565b613b69565b8051906001600160401b0382116103b757612c0382612bfe60ca54613dc3565b614947565b602090601f8311600114612c7557610bf894612c536121189895612c4b86610976976104079e9d9b97610bcb975f92612c6a575b50508160011b915f199060031b1c19161790565b60ca556149e6565b612c5c5f60c855565b612c655f60c955565b613bc9565b015190505f80612c37565b60ca5f52601f19831691907f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee1925f5b818110612cf8575061211898956001866104079d9c9a96610bcb96610bf89b966109769a612c539710612ce0575b505050811b0160ca556149e6565b01515f1960f88460031b161c191690555f8080612cd2565b92936020600181928786015181550195019301612ca4565b6107b19060405160208101917f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de6835260018060a01b0316604082015260408152612d5b6060826103d7565b519020613d9d565b919493909260405192602084019460e08501917f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a875260018060a01b03166040860152606085015260c060808501528651809152602061010085019701905f5b818110612df0575050506107b19495612d5b92849260a084015260c083015203601f1981018352826103d7565b8251805160ff168a526020908101516001600160a01b0316818b015260409099019890920191600101612dc3565b602081830312610440578051906001600160401b03821161044057019080601f83011215610440578151612e5181610418565b92612e5f60405194856103d7565b81845260208085019260051b82010192831161044057602001905b828210612e875750505090565b602080918351612e9681610636565b815201910190612e7a565b604051918291630449895d60e31b835263ffffffff6064840191609860048601521660248401526060604484015281518091526020608484019201905f5b818110612f335750505090805f920381734c40a6acdad9308e41797f21325685a34b6d7f195af490811561070e575f91612f17575090565b6107b191503d805f833e612f2b81836103d7565b810190612e1e565b8251845285945060209384019390920191600101612edf565b3590600282101561044057565b919082604091031261044057604051612f71816103bc565b6020808294803584520135910152565b9080601f830112156104405760405191612f9c6040846103d7565b82906040810192831161044057905b828210612fb85750505090565b8135815260209182019101612fab565b8082039291610100841261044057604051612fe28161039c565b60808195612ff08486612f59565b8352612fff8460408701612f59565b6020840152607f1901126104405761303660409260c0845195613021876103bc565b61302e8360808301612f81565b875201612f81565b60208401520152565b6002111561082257565b9190610180838203126104405761305f83612f4c565b9260208101356001600160401b038111610440578261307f918301610796565b9261308d8360408401612fc8565b926101408301356001600160401b03811161044057816130ae918501611ed2565b92610160810135906001600160401b03821161044057019060608282031261044057604051916130dd8361039c565b80356001600160401b038111610440576040926130fb918301610796565b8352602081013560208401520135604082015290565b9060405161311e8161039c565b604061ffff82945463ffffffff81168452818160201c16602085015260301c16910152565b60405190631a3894e960e01b8252609860048301526024820152602081604481734c40a6acdad9308e41797f21325685a34b6d7f195af490811561070e575f9161318b575090565b6107b1915060203d602011610707576106f981836103d7565b906131ae82610745565b6131bb60405191826103d7565b8281528092612778601f1991610745565b634e487b7160e01b5f52601160045260245ffd5b5f1981146131ee5760010190565b6131cc565b5f81805b61326d57506132099061ffff166131a4565b5f5f5b8251821080613262575b1561325b576001811b8416613234575b61322f906131e0565b61320c565b90600161322f9160ff60f81b8460f81b165f1a6132518287612782565b5301919050613226565b5050905090565b506101008110613216565b5f1981018181116131ee5761ffff9116911661ffff81146131ee5760010190806131f7565b602081830312610440578051906001600160401b03821161044057019080601f830112156104405781516132c581610418565b926132d360405194856103d7565b81845260208085019260051b82010192831161044057602001905b8282106132fb5750505090565b60208091613308846127d3565b8152019101906132ee565b93929190606085016060865281518091526020608087019201905f5b818110613381575050508481036020860152602080835192838152019201905f5b81811061336b575050509060406104079294019060ff169052565b8251845260209384019390920191600101613350565b82516001600160a01b031684526020938401939092019160010161332f565b905f6133e794936133af61272e565b9260f882901b6001600160f81b031916831a6133ca8561270d565b53604051636c3fb4bf60e01b815296879283928760048501613313565b0381837f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b03165af193841561070e575f94613473575b505f5b825181101561346c57806134466134406001938861271a565b51151590565b613451575b01613427565b6134678361346261052a848861271a565b613d12565b61344b565b5050509050565b6134909194503d805f833e61348881836103d7565b810190613292565b925f613424565b907f0000000000000000000000008f86403a4de0bb5791fa46b8e795c547942fe4cf6001600160a01b031690813b15610440575f60405180936378219b3f60e11b8252856004830152604060248301528183816134f76044820188611669565b03925af190811561070e577fec2963ab21c1e50e1e582aa542af2e4bf7bf38e6e1403c27b42e1c5d6e621eaa9261354292613547575b50604051918291602083526020830190611669565b0390a2565b5f613551916103d7565b5f61352d565b6064546001600160a01b0316330361356b57565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b5f196001556040515f1981527fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d60203392a2565b806001556040519081527fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d60203392a2565b609d54604080516001600160a01b038084168252841660208201529192917f315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c9190a16001600160a01b03166001600160a01b03199190911617609d55565b609e54604080516001600160a01b038084168252841660208201529192917f8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc99190a16001600160a01b03166001600160a01b03199190911617609e55565b7f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b0316330361370357565b6323d871a560e01b5f5260045ffd5b9061371d82516131a4565b5f5b8351811015613756576001906001600160f81b031961373e828761271a565b5160f81b165f1a61374f8285612782565b530161371f565b509150565b1561376257565b6368b6a87560e11b5f5260045ffd5b6001600160a01b0390911681526040602082018190526107b192910190611669565b6040906107b1939281528160208201520190611669565b634e487b7160e01b5f52601260045260245ffd5b5f51602061507d5f395f51905f52906137d5612869565b505f919006602060c0835b6138d5575f935f51602061507d5f395f51905f526003818681818009090860405161380b85826103d7565b8436823784818560405161381f82826103d7565b813682378381528360208201528360408201528560608201527f0c19139cb84c680a6e14116da060561765e05aa45a1c72a34f082305b61f3f5260808201525f51602061507d5f395f51905f5260a082015260056107cf195a01fa80156138da5761388990614f91565b51916138d5575f51602061507d5f395f51905f52828009146138c057505f51602061507d5f395f51905f5260015f940892936137e0565b929350506138cc6103f8565b92835282015290565b6137aa565bfe5b156138e357565b633cb89c9760e01b5f5260045ffd5b60ff60019116019060ff82116131ee57565b6040805190919061391583826103d7565b6001815291601f1901825f5b82811061392d57505050565b60209060405161393c816103bc565b5f815260608382015282828501015201613921565b90604082019060018060a01b031682526040602083015282518091526060820191602060608360051b8301019401925f915b83831061399257505050505090565b9091929394605f1982820301835285516020606081604085019363ffffffff81511686520151936040838201528451809452019201905f905b8082106139ea5750505060208060019297019301930191939290613983565b82516001600160a01b03168452602093840193909201916001909101906139cb565b15613a1357565b630bd441b960e21b5f5260045ffd5b90602080835192838152019201905f5b818110613a3f5750505090565b825180516001600160a01b031685526020908101516001600160601b03168186015260409094019390920191600101613a32565b906107b194936001600160601b0360809460ff63ffffffff941685521660208401521660408201528160608201520190613a22565b6001600160601b036107b1949360ff6060941683521660208201528160408201520190613a22565b9395949060c0936001600160601b0363ffffffff94613b1288613b299561ffff6040809263ffffffff8151168552826020820151166020860152015116910152565b16606087015260e0608087015260e0860190613a22565b95613b338161303f565b60a085015216910152565b906001613b4c60ff936148cf565b928392161b1115613b5a5790565b63ca95733360e01b5f5260045ffd5b15613b7057565b60405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608490fd5b606480546001600160a01b039283166001600160a01b0319821681179092559091167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3565b60a154604080516001600160a01b038084168252841660208201529192917f9770f3cadfdcbb6f93af935e86047111590c3768271d237e4a2bc0b874bed6939190a16001600160a01b03166001600160a01b0319919091161760a155565b60ff7f3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac911691825f52609760205260405f2063ffffffff82511681549065ffff00000000602085015160201b169067ffff000000000000604086015160301b16926001600160401b0319161717179055604051809161354282606081019261ffff6040809263ffffffff8151168552826020820151166020860152015116910152565b9060018060a01b0382165f52609960205260405f2060ff600182015416600381101561082257600103613d8e57613d7d9054613d566105a460ff6096541685613b3e565b906001600160c01b0390613d6990613143565b1681166001600160c01b0390811691161490565b613d85575050565b61040791614b27565b6325ec6c1f60e01b5f5260045ffd5b604290613da8614f2a565b906040519161190160f01b8352600283015260228201522090565b90600182811c92168015613df1575b6020831014613ddd57565b634e487b7160e01b5f52602260045260245ffd5b91607f1691613dd2565b604051905f8260ca5491613e0e83613dc3565b8083529260018116908115613e915750600114613e32575b610407925003836103d7565b5060ca5f90815290917f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee15b818310613e7557505090602061040792820101613e26565b6020919350806001915483858901015201910190918492613e5d565b6020925061040794915060ff191682840152151560051b820101613e26565b604051905f8260cb5491613ec383613dc3565b8083529260018116908115613e915750600114613ee657610407925003836103d7565b5060cb5f90815290917fa7ce836d032b2bf62b7e2097a8e0a6d8aeb35405ad15271e96d3b0188a1d06fb5b818310613f2957505090602061040792820101613e26565b6020919350806001915483858901015201910190918492613f11565b90816020910312610440575190565b905f905b60028210613f6557505050565b6020806001928551815201930191019091613f58565b9061400f90613f88612869565b50613ffb60206040613f9c610f9587612d10565b81516301e2d35b60e11b81526001600160a01b0390971660048801528451805160248901526020015160448801529380830151805160648901526020015160848801520151613fef60a487018251613f54565b015160e4850190613f54565b805161012484015260200151610144830152565b602081610164815f7f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985286001600160a01b03165af190811561070e575f91614054575090565b6107b1915060203d602011614076575b61406e81836103d7565b810190613f45565b503d614064565b949180939161409e6140a4946140968851855114612a96565b87838a614c69565b86614659565b5f5b82518110156141c257806140de6140d96140c86105e56105d760019689612782565b60ff165f52609760205260405f2090565b613111565b6140f66140ec83865161271a565b5163ffffffff1690565b63ffffffff61411561410c845163ffffffff1690565b63ffffffff1690565b911611614124575b50016140a6565b61417a906141386105e56105d78589612782565b61415661414985604089015161271a565b516001600160601b031690565b896141686141498760208b015161271a565b91614173878c61271a565b5193614da7565b6141bc61418561272e565b6141926105d78488612782565b5f1a61419d8261270d565b5361346260206141ad858a61271a565b5101516001600160a01b031690565b5f61411d565b5050505050565b604051906141d68261039c565b60606040838281528260208201520152565b156141ef57565b6313ca465760e01b5f5260045ffd5b1561420557565b630c6816cd60e01b5f5260045ffd5b919082018092116131ee57565b1561422857565b631968677d60e11b5f5260045ffd5b6001602091835181550191015160038110156108225760ff80198354169116179055565b9080601f8301121561044057815161427281610418565b9261428060405194856103d7565b81845260208085019260051b82010192831161044057602001905b8282106142a85750505090565b6020809183516142b781611002565b81520191019061429b565b9190916040818403126104405780516001600160401b03811161044057836142eb91830161425b565b9260208201516001600160401b038111610440576107b1920161425b565b6107b1939260609260018060a01b0316825260208201528160408201520190611669565b1561433457565b63c6b9e76760e01b5f5260045ffd5b6143db61434e6141c9565b946143d56143646105a4610d4660965460ff1690565b61436d86613143565b6001600160c01b03909116906143848215156141e8565b60018060c01b031661439e6143998284161590565b6141fe565b6001600160a01b0386165f908152609f602052604090206143ce906143c7905460a05490614214565b4211614221565b178561484f565b83613497565b6001614403816143fb8460018060a01b03165f52609960205260405f2090565b015460ff1690565b61440c81611724565b036145f4575b7f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985286001600160a01b0316803b15610440575f6040518092631fd93ca960e11b82528183816144648a8960048401613771565b03925af1801561070e5784925f9285926145e0575b506144986040519485938493632550477760e01b855260048501614309565b0381837f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b03165af1801561070e57614503925f928592849185916145bc575b5060408801526020870152604051938492839262bff04d60e01b845260048401613793565b0381837f00000000000000000000000099bba657f2bbc93c02d617f8ba121cb8fc104acf6001600160a01b03165af190811561070e575f916145a2575b5082525f5b815181101561459d578061459761456a6140d96140c86105e56105d760019789612782565b63ffffffff61458e61410c6145836140ec878b5161271a565b935163ffffffff1690565b9116111561432d565b01614545565b505090565b6145b691503d805f833e612f2b81836103d7565b5f614540565b90506145da91503d8086833e6145d281836103d7565b8101906142c2565b5f6144de565b80610ed5856145ee936103d7565b5f614479565b6146256145ff6103f8565b838152600160208201526001600160a01b0383165f908152609960205260409020614237565b816001600160a01b0382167fe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe5f80a3614412565b61466461434e6141c9565b6001614684816143fb8460018060a01b03165f52609960205260405f2090565b61468d81611724565b03614810575b7f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985286001600160a01b0316803b15610440575f6040518092631fd93ca960e11b82528183816146e58a8960048401613771565b03925af1801561070e5784925f9285926147fc575b506147196040519687938493632550477760e01b855260048501614309565b0381837f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b03165af191821561070e57614783935f93849185916147e0575b5060408701526020860152604051938492839262bff04d60e01b845260048401613793565b0381837f00000000000000000000000099bba657f2bbc93c02d617f8ba121cb8fc104acf6001600160a01b03165af190811561070e575f916147c6575b50815290565b6147da91503d805f833e612f2b81836103d7565b5f6147c0565b90506147f691503d8086833e6145d281836103d7565b5f61475e565b80610ed58561480a936103d7565b5f6146fa565b61481b6145ff6103f8565b816001600160a01b0382167fe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe5f80a3614693565b734c40a6acdad9308e41797f21325685a34b6d7f1991823b156104405760405163ae1d62db60e01b81526098600482015260248101929092526001600160c01b03166044820152905f90829060649082905af4801561070e576148af5750565b5f610407916103d7565b156148c057565b631019106960e31b5f5260045ffd5b906101008251116149385781511561493357602082015160019060f81c81901b5b835182101561492e5760019061491961490f6105e56105d78689612782565b60ff600191161b90565b906149258183116148b9565b179101906148f0565b925050565b5f9150565b637da54e4760e11b5f5260045ffd5b601f8111614953575050565b60ca5f5260205f20906020601f840160051c8301931061498d575b601f0160051c01905b818110614982575050565b5f8155600101614977565b909150819061496e565b601f82116149a457505050565b5f5260205f20906020601f840160051c830193106149dc575b601f0160051c01905b8181106149d1575050565b5f81556001016149c6565b90915081906149bd565b9081516001600160401b0381116103b757614a0d81614a0660cb54613dc3565b60cb614997565b602092601f8211600114614a4157614a3c929382915f92612c6a5750508160011b915f199060031b1c19161790565b60cb55565b60cb5f52601f198216937fa7ce836d032b2bf62b7e2097a8e0a6d8aeb35405ad15271e96d3b0188a1d06fb915f5b868110614aa55750836001959610614a8d575b505050811b0160cb55565b01515f1960f88460031b161c191690555f8080614a82565b91926020600181928685015181550194019201614a6f565b602080825282516001600160a01b039081168284015281840151166040808401919091529092015160608083015280516080830181905260a09092019201905f5b818110614b0b5750505090565b825163ffffffff16845260209384019390920191600101614afe565b60a154825192936001600160a01b03918216939290917f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31816614b6884610418565b93614b7660405195866103d7565b808552614b85601f1991610418565b013660208601375f5b8651811015614bb95780614ba460019289612782565b5160f81c614bb2828861271a565b5201614b8e565b509291945092614bed90614bdd614bce610409565b6001600160a01b039096168652565b6001600160a01b03166020850152565b6040830152803b1561044057604051636e3492b560e01b8152915f918391829084908290614c1e9060048301614abd565b03925af1801561070e57614c2f5750565b80610ed55f610407936103d7565b15614c4457565b636fbefec360e11b5f5260045ffd5b15614c5a57565b630819bdcd60e01b5f5260045ffd5b614cfc906020850193614c9a614c956115ad614c8e88515f52609a60205260405f2090565b5460ff1690565b614c3d565b6040860190614cac8251421115614c53565b614ccf614cc287515f52609a60205260405f2090565b805460ff19166001179055565b609d547390de7b425fdba98413ae6ec5c64bd3d852af6cb995906001600160a01b03169651925193612d63565b925190803b1561044057614d29935f93604051958694859384936311c5268f60e11b855260048501614309565b03915af4801561070e57614c2f5750565b15614d4157565b6356168b4160e11b5f5260045ffd5b15614d5757565b63263a721560e11b5f5260045ffd5b9081602091031261044057516107b181611002565b15614d8257565b634c44995d60e01b5f5260045ffd5b15614d9857565b63b187e86960e01b5f5260045ffd5b60209192614e04614df7614e5c989697614df0614dcc8783015160018060a01b031690565b6001600160a01b039081165f81815260996020526040902054969091161415614d3a565b5160ff1690565b60ff808516911614612acd565b614e31614e2c614e1a6105a4600160ff87161b81565b614e266105a485613143565b81161490565b614d50565b604051635401ed2760e01b8152600481019190915260ff909116602482015294859081906044820190565b03817f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b03165afa92831561070e57610407945f94614ee0575b5082614ed892614ed3614ebf936001600160601b03614ecb614ebf82998b614fca565b6001600160601b031690565b911611614d7b565b614fed565b911610614d91565b614ebf91945092614ed892614ed3614f176001600160601b039660203d602011614f23575b614f0f81836103d7565b810190614d66565b96935050925092614e9c565b503d614f05565b614f3261500b565b614f3a615056565b6040519060208201927f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f8452604083015260608201524660808201523060a082015260a08152614f8b60c0826103d7565b51902090565b15614f9857565b63d51edae360e01b5f5260045ffd5b906001600160601b03809116911602906001600160601b0382169182036131ee57565b614fe86001600160601b039161ffff60206127109501511690614fa7565b160490565b614fe86001600160601b039161ffff60406127109501511690614fa7565b615013613dfb565b8051908115615023576020012090565b505060c85480156150315790565b507fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a47090565b61505e613eb0565b805190811561506e576020012090565b505060c9548015615031579056fe30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47a26469706673582212205e8d97530dfe21ccc62fa833023b5d9cf138249950b296abe8412ec2853866f064736f6c634300081b0033","gas_used":4167664,"gas_limit":5534656,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x60806040526004361015610011575f80fd5b5f3560e01c8062cf2ab51461038357806303fd34921461037e57806304ec635114610379578063054310e6146103745780630cf4b7671461036f5780630d3f21341461036a578063125e05841461036557806313542a4e14610360578063136439dd1461035b5780631478851f146103565780631eb812da14610351578063249a0c421461034c57806328f61b3114610347578063296bb0641461034257806329d1e0c31461033d5780632cdd1e8614610338578063303ca956146103335780633c2a7f4c1461032e5780633eef3a51146103295780635140a54814610324578063530b97a41461031f57806354fd4d501461031a5780635865c60c14610315578063595c6a67146103105780635ac86ab71461030b5780635b0b829f146103065780635c975abb146103015780635df45946146102fc57806368304835146102f75780636e3b17db146102f2578063715018a6146102ed57806373447992146102e85780638281ab75146102e357806384b0196e146102de57806384ca5213146102d9578063871ef049146102d4578063886f1195146102cf5780638da5cb5b146102ca5780639aa1653d146102c55780639e9923c2146102c05780639feab859146102bb578063a65497c6146102b6578063a96f783e146102b1578063b5265787146102ac578063c391425e146102a7578063c63fd502146102a2578063ca0de8821461029d578063ca8aa7c714610298578063de1164bb14610293578063e65797ad1461028e578063ea32afae14610289578063f2fde38b14610284578063f698da251461027f578063fabc1cbc1461027a5763fd39105a14610275575f80fd5b61269d565b6125bb565b6125a1565b612510565b6124cc565b61245f565b612406565b6123c2565b612388565b612256565b6121b2565b61213a565b61211d565b6120f0565b6120b6565b612072565b612052565b61202a565b611fe6565b611fb6565b611f62565b611e30565b611aac565b611a7d565b611a22565b6119a2565b61195e565b61191a565b6118fd565b611868565b611839565b6117c6565b611756565b61168d565b611550565b61148a565b6110a5565b610f62565b610c64565b610bd0565b610ba3565b610af0565b610ac8565b610a96565b6109d9565b6109aa565b6108f1565b6108b6565b61087b565b610827565b6107b4565b61071d565b610644565b61060c565b6104ab565b634e487b7160e01b5f52604160045260245ffd5b606081019081106001600160401b038211176103b757604052565b610388565b604081019081106001600160401b038211176103b757604052565b90601f801991011681019081106001600160401b038211176103b757604052565b604051906104076040836103d7565b565b604051906104076060836103d7565b6001600160401b0381116103b75760051b60200190565b6001600160a01b0381160361044057565b5f80fd5b9080601f8301121561044057813561045b81610418565b9261046960405194856103d7565b81845260208085019260051b82010192831161044057602001905b8282106104915750505090565b6020809183356104a08161042f565b815201910190610484565b34610440576020366003190112610440576004356001600160401b038111610440576104db903690600401610444565b6104f26104ec600480600154161490565b156126e3565b6040905f60205b825182101561060a5783519061050f85836103d7565b600182528036602084013761054f61053761052a858761271a565b516001600160a01b031690565b6105408461270d565b6001600160a01b039091169052565b61055761272e565b9061058161056861052a868861271a565b6001600160a01b03165f90815260996020526040902090565b5461058b8361270d565b526105b56105b06105a461059e8561270d565b51613143565b6001600160c01b031690565b6131f3565b945f5b86518110156105f857806105f26105eb6105e56105d76001958c612782565b516001600160f81b03191690565b60f81c90565b86886133a0565b016105b8565b50945060019093019291506104f99050565b005b34610440576020366003190112610440576004355f526098602052602060405f2054604051908152f35b63ffffffff81160361044057565b346104405760603660031901126104405760043560243561066481610636565b63ffffffff6044359160405193638192610f60e01b85526098600486015260248501521660448301526064820152602081608481734c40a6acdad9308e41797f21325685a34b6d7f195af4801561070e576106db915f916106df575b506040516001600160c01b0390911681529081906020820190565b0390f35b610701915060203d602011610707575b6106f981836103d7565b810190612793565b5f6106c0565b503d6106ef565b6127b2565b5f91031261044057565b34610440575f36600319011261044057609d546040516001600160a01b039091168152602090f35b6001600160401b0381116103b757601f01601f191660200190565b92919261076c82610745565b9161077a60405193846103d7565b829481845281830111610440578281602093845f960137010152565b9080601f83011215610440578160206107b193359101610760565b90565b34610440576020366003190112610440576004356001600160401b038111610440576107e4903690600401610796565b335f52609960205260ff600160405f2001541690600382101561082257610810600161060a93146127bd565b335f52609960205260405f2054613497565b611710565b34610440576020366003190112610440577fa77a91bea7b6d95a8eb5a54878a1d9e3c875e26c86a9b70e3420c5c5db193b626040600435610866613557565b60a054908060a05582519182526020820152a1005b34610440576020366003190112610440576004356108988161042f565b60018060a01b03165f52609f602052602060405f2054604051908152f35b34610440576020366003190112610440576004356108d38161042f565b60018060a01b03165f526099602052602060405f2054604051908152f35b346104405760203660031901126104405760043560405163237dfb4760e11b8152336004820152906020826024817f000000000000000000000000f5059a5d33d5853360d16c683c16e67980206f366001600160a01b03165afa91821561070e5761060a92610967915f9161097b575b506127f4565b6109766001548281161461280a565b6135e3565b61099d915060203d6020116109a3575b61099581836103d7565b8101906127e0565b5f610961565b503d61098b565b34610440576020366003190112610440576004355f52609a602052602060ff60405f2054166040519015158152f35b34610440576040366003190112610440576024356004356109f8612820565b505f52609860205260405f20908154811015610a73576106db915f5260205f200160405190610a268261039c565b5463ffffffff808216808452602083811c8316818601908152604094851c9585019586528451928352519092169181019190915291516001600160c01b0316908201529081906060820190565b6126f9565b6004359060ff8216820361044057565b359060ff8216820361044057565b346104405760203660031901126104405760ff610ab1610a78565b165f52609b602052602060405f2054604051908152f35b34610440575f36600319011261044057609e546040516001600160a01b039091168152602090f35b34610440576020366003190112610440576040516308f6629d60e31b815260048035908201526020816024816001600160a01b037f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c98528165afa801561070e576106db915f91610b74575b506040516001600160a01b0390911681529081906020820190565b610b96915060203d602011610b9c575b610b8e81836103d7565b81019061283e565b5f610b59565b503d610b84565b346104405760203660031901126104405761060a600435610bc38161042f565b610bcb613557565b613615565b346104405760203660031901126104405761060a600435610bf08161042f565b610bf8613557565b613673565b9080601f83011215610440578135610c1481610418565b92610c2260405194856103d7565b81845260208085019260051b82010192831161044057602001905b828210610c4a5750505090565b602080918335610c5981610636565b815201910190610c3d565b3461044057606036600319011261044057600435610c818161042f565b602435610c8d8161042f565b604435906001600160401b03821161044057610ce3610cb3610ce8933690600401610bfd565b91610cbc6136d1565b610ccd6104ec600280600154161490565b60a1546001600160a01b03918216911614612853565b613712565b6001600160a01b0382165f9081526099602052604090209091610d82825492610d316001610d2281610d1988613143565b94015460ff1690565b610d2b81611724565b146127bd565b610d4c6105a46105a4610d4660965460ff1690565b88613b3e565b90610d5882151561375b565b610d738282166001600160c01b03168314612ae3565b612ae3565b9019166001600160c01b031690565b610d8c818461484f565b6001600160c01b031615610f03575b7f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985286001600160a01b0316803b1561044057835f91610df0938360405180968195829463f4e24fe560e01b845260048401613771565b03925af1801561070e57610eef575b507f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b0316803b15610440575f604051809263bd29b8cd60e01b8252818381610e52898960048401613793565b03925af1801561070e57610edb575b507f00000000000000000000000099bba657f2bbc93c02d617f8ba121cb8fc104acf6001600160a01b031691823b1561044057610eb7925f928360405180968195829463bd29b8cd60e01b845260048401613793565b03925af1801561070e57610ec757005b80610ed55f61060a936103d7565b80610713565b80610ed55f610ee9936103d7565b5f610e61565b80610ed55f610efd936103d7565b5f610dff565b6001600160a01b0381165f908152609960205260409020610f2e90600101805460ff19166002179055565b816001600160a01b0382167f396fdcb180cb0fea26928113fb0fd1c3549863f9cd563e6a184f1d578116c8e45f80a3610d9b565b34610440576020366003190112610440576040610f9a610f95600435610f878161042f565b610f8f612869565b50612d10565b6137be565b610fb08251809260208091805184520151910152565bf35b60609060031901126104405760405190610fcb8261039c565b81600435610fd881610636565b815260243561ffff811681036104405760208201526044359061ffff821682036104405760400152565b6001600160601b0381160361044057565b81601f820112156104405780359061102a82610418565b9261103860405194856103d7565b82845260208085019360061b8301019181831161044057602001925b828410611062575050505090565b604084830312610440576020604091825161107c816103bc565b86356110878161042f565b81528287013561109681611002565b83820152815201930192611054565b346104405760c0366003190112610440576110bf36610fb2565b6064356110cb81611002565b6084356001600160401b038111610440576110ea903690600401611013565b60a435926110f784610636565b6110ff613557565b60965460ff1692839161111460c084106138dc565b611130611120866138f2565b60ff1660ff196096541617609655565b61113a8186613c6f565b611142613904565b9461114d8551612750565b965f5b865181101561118a578061118461117a61116c6001948b61271a565b51516001600160a01b031690565b610540838d61271a565b01611150565b5086889695966111986103f8565b63ffffffff891681529060208201526111b08261270d565b526111ba8161270d565b5060a1546001600160a01b037f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31881169116813b1561044057604051630130fc2760e51b8152925f9184918291611214919060048401613951565b038183855af190811561070e57600492602092611449575b50611237600161303f565b611241600161303f565b604051632981eb7760e01b815292839182905afa90811561070e5761127d9163ffffffff915f9161141a575b501663ffffffff83161115613a0c565b7f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b0316803b15610440575f6040518092630662d3e160e51b82528183816112d18c898d8c60048601613a73565b03925af1801561070e57611406575b507f00000000000000000000000099bba657f2bbc93c02d617f8ba121cb8fc104acf6001600160a01b0316803b156104405760405163136ca0f960e11b815260ff84166004820152905f908290602490829084905af1801561070e576113f2575b507f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985286001600160a01b0316803b156104405760405163136ca0f960e11b815260ff9390931660048401525f908390602490829084905af1801561070e577fa34835bc2b673ec37fcf1591a91295b163fc2e181e4ea4e733beb27de1ceac4c956113d9936001926113de575b5060405195869586613ad0565b0390a2005b80610ed55f6113ec936103d7565b886113cc565b80610ed55f611400936103d7565b86611341565b80610ed55f611414936103d7565b866112e0565b61143c915060203d602011611442575b61143481836103d7565b810190612ab8565b8961126d565b503d61142a565b80610ed55f611457936103d7565b8961122c565b9181601f84011215610440578235916001600160401b038311610440576020838186019501011161044057565b34610440576040366003190112610440576004356001600160401b03811161044057366023820112156104405780600401356114c581610418565b916114d360405193846103d7565b8183526024602084019260051b820101903682116104405760248101925b82841061152157602435856001600160401b0382116104405761151b61060a92369060040161145d565b91612881565b83356001600160401b03811161044057602091611545839260243691870101610444565b8152019301926114f1565b346104405760a03660031901126104405760043561156d8161042f565b6115e160243561157c8161042f565b6044356115888161042f565b60643590608435926115998461042f565b5f54956115c760ff600889901c16156115b1565b1590565b8098819961165b575b811561163b575b50612b0f565b866115d8600160ff195f5416175f55565b61162457612b72565b6115e757005b6115f561ff00195f54165f55565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1005b61163661010061ff00195f5416175f55565b612b72565b303b1591508161164d575b505f6115c1565b60ff1660011490505f611646565b600160ff82161091506115ba565b805180835260209291819084018484015e5f828201840152601f01601f1916010190565b34610440575f366003190112610440577f76312e332e302d72632e3000000000000000000000000000000000000000000b60ff8116601f8111611701576106db91604051916116dd6040846103d7565b60208084528381019190368337835252604051918291602083526020830190611669565b632cd44ac360e21b5f5260045ffd5b634e487b7160e01b5f52602160045260245ffd5b6003111561082257565b9060038210156108225752565b8151815260209182015160408201939261040792019061172e565b34610440576020366003190112610440576004356117738161042f565b61177b612869565b5060018060a01b03165f52609960205260405f2060ff6001604051926117a0846103bc565b80548452015416906003821015610822576106db9160208201526040519182918261173b565b34610440575f3660031901126104405760405163237dfb4760e11b81523360048201526020816024817f000000000000000000000000f5059a5d33d5853360d16c683c16e67980206f366001600160a01b03165afa801561070e57611831915f9161097b57506127f4565b61060a6135af565b34610440576020366003190112610440576020600160ff611858610a78565b161b806001541614604051908152f35b3461044057608036600319011261044057611881610a78565b6060366023190112610440576040516118998161039c565b6024356118a581610636565b815260443561ffff8116810361044057602082015260643561ffff811681036104405760408201526118d5613557565b60ff6096541660ff831610156118ee5761060a91613c6f565b637310cff560e11b5f5260045ffd5b34610440575f366003190112610440576020600154604051908152f35b34610440575f366003190112610440576040517f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985286001600160a01b03168152602090f35b34610440575f366003190112610440576040517f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b03168152602090f35b34610440576040366003190112610440576004356119bf8161042f565b6024356001600160401b038111610440576119de903690600401610796565b609e546001600160a01b03163303611a13576001600160a01b0382165f908152609f6020526040902042905561060a91613d12565b6376d8ab1760e11b5f5260045ffd5b34610440575f36600319011261044057611a3a613557565b606480546001600160a01b031981169091555f906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b34610440576020366003190112610440576020611aa4600435611a9f8161042f565b612d10565b604051908152f35b346104405760a036600319011261044057611ac636610fb2565b606435611ad281611002565b6084356001600160401b03811161044057611af1903690600401611013565b611af9613557565b60965460ff1680611b0c60c082106138dc565b611b18611120826138f2565b611b228582613c6f565b611b2a613904565b93611b358451612750565b955f5b8551811015611b645780611b5e611b5461116c6001948a61271a565b610540838c61271a565b01611b38565b50848688611b706103f8565b63ffffffff88168152906020820152611b888261270d565b52611b928161270d565b5060a1546001600160a01b037f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318811692911690823b1561044057611bef925f9283604051809681958294630130fc2760e51b845260048401613951565b03925af1801561070e57611d99575b50611c085f61303f565b7f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b0316803b15610440575f6040518092633aea0b9d60e11b8252818381611c5b888b8d60048501613aa8565b03925af1801561070e57611d85575b507f00000000000000000000000099bba657f2bbc93c02d617f8ba121cb8fc104acf6001600160a01b0316803b156104405760405163136ca0f960e11b815260ff86166004820152905f908290602490829084905af1801561070e57611d71575b507f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985286001600160a01b0316803b156104405760405163136ca0f960e11b815260ff9590951660048601525f908590602490829084905af193841561070e575f6113d99281927fa34835bc2b673ec37fcf1591a91295b163fc2e181e4ea4e733beb27de1ceac4c97611d63575060405195869586613ad0565b80610ed5846113ec936103d7565b80610ed55f611d7f936103d7565b85611ccb565b80610ed55f611d93936103d7565b85611c6a565b80610ed55f611da7936103d7565b85611bfe565b929391611dcf611ddd92600f60f81b865260e0602087015260e0860190611669565b908482036040860152611669565b92606083015260018060a01b031660808201525f60a082015260c0818303910152602080835192838152019201905f5b818110611e1a5750505090565b8251845260209384019390920191600101611e0d565b34610440575f3660031901126104405760c8541580611ec8575b15611e8b57611e57613dfb565b611e5f613eb0565b906106db604051611e716020826103d7565b5f8082523660208301376040519384933091469186611dad565b60405162461bcd60e51b81526020600482015260156024820152741152540dcc4c8e88155b9a5b9a5d1a585b1a5e9959605a1b6044820152606490fd5b5060c95415611e4a565b81601f8201121561044057803590611ee982610418565b92611ef760405194856103d7565b82845260208085019360061b8301019181831161044057602001925b828410611f21575050505090565b6040848303126104405760206040918251611f3b816103bc565b611f4487610a88565b815282870135611f538161042f565b83820152815201930192611f13565b346104405760a036600319011261044057600435611f7f8161042f565b60243590604435906001600160401b03821161044057602092611fa9611aa4933690600401611ed2565b6064359160843593612d63565b34610440576020366003190112610440576020611fd4600435613143565b6040516001600160c01b039091168152f35b34610440575f366003190112610440576040517f000000000000000000000000f5059a5d33d5853360d16c683c16e67980206f366001600160a01b03168152602090f35b34610440575f366003190112610440576064546040516001600160a01b039091168152602090f35b34610440575f36600319011261044057602060ff60965416604051908152f35b34610440575f366003190112610440576040517f00000000000000000000000099bba657f2bbc93c02d617f8ba121cb8fc104acf6001600160a01b03168152602090f35b34610440575f3660031901126104405760206040517f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de68152f35b346104405760203660031901126104405761060a6004356121108161042f565b612118613557565b613c11565b34610440575f36600319011261044057602060a054604051908152f35b346104405760203660031901126104405760206004356121598161042f565b60a1546040516001600160a01b0392831691909216148152f35b60206040818301928281528451809452019201905f5b8181106121965750505090565b825163ffffffff16845260209384019390920191600101612189565b34610440576040366003190112610440576004356121cf81610636565b602435906001600160401b0382116104405736602383011215610440578160040135916121fb83610418565b9261220960405194856103d7565b8084526024602085019160051b8301019136831161044057602401905b828210612246576106db61223a8686612ea1565b60405191829182612173565b8135815260209182019101612226565b34610440576080366003190112610440576004356122738161042f565b60243561227f8161042f565b6044356001600160401b0381116104405761229e903690600401610bfd565b6064356001600160401b03811161044057610ce3916122c46122df92369060040161145d565b9390946122cf6136d1565b610ccd6104ec6001808054161490565b9082019261014083850312610440576122f783612f4c565b9060208401356001600160401b0381116104405785612317918601610796565b9361232e6123288760408401612fc8565b83613f7b565b926123388161303f565b8061234957505061060a9450614343565b8061235b60019297959796949661303f565b036123795761060a9561236d91613049565b9793509591505061407d565b63354bb8ab60e01b5f5260045ffd5b34610440575f3660031901126104405760206040517f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a8152f35b34610440575f366003190112610440576040517f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b03168152602090f35b34610440575f3660031901126104405760a1546040516001600160a01b039091168152602090f35b61040790929192606081019361ffff6040809263ffffffff8151168552826020820151166020860152015116910152565b346104405760203660031901126104405760ff61247a610a78565b612482612820565b50165f5260976020526106db60405f2061ffff604051916124a28361039c565b5463ffffffff81168352818160201c16602084015260301c1660408201526040519182918261242e565b34610440575f366003190112610440576040517f0000000000000000000000008f86403a4de0bb5791fa46b8e795c547942fe4cf6001600160a01b03168152602090f35b346104405760203660031901126104405760043561252d8161042f565b612535613557565b6001600160a01b0381161561254d5761060a90613bc9565b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b34610440575f366003190112610440576020611aa4614f2a565b346104405760203660031901126104405760043560405163755b36bd60e11b81526020816004817f000000000000000000000000f5059a5d33d5853360d16c683c16e67980206f366001600160a01b03165afa90811561070e575f9161267e575b506001600160a01b0316330361266f5761263d60015419821981161461280a565b806001556040519081527f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c60203392a2005b63794821ff60e01b5f5260045ffd5b612697915060203d602011610b9c57610b8e81836103d7565b5f61261c565b34610440576020366003190112610440576004356126ba8161042f565b60018060a01b03165f526099602052602060ff600160405f20015416610fb0604051809261172e565b156126ea57565b63840a48d560e01b5f5260045ffd5b634e487b7160e01b5f52603260045260245ffd5b805115610a735760200190565b8051821015610a735760209160051b010190565b6040805190919061273f83826103d7565b6001815291601f1901366020840137565b9061275a82610418565b61276760405191826103d7565b8281528092612778601f1991610418565b0190602036910137565b908151811015610a73570160200190565b9081602091031261044057516001600160c01b03811681036104405790565b6040513d5f823e3d90fd5b156127c457565b63aba4733960e01b5f5260045ffd5b5190811515820361044057565b90816020910312610440576107b1906127d3565b156127fb57565b631d77d47760e21b5f5260045ffd5b1561281157565b63c61dca5d60e01b5f5260045ffd5b6040519061282d8261039c565b5f6040838281528260208201520152565b9081602091031261044057516107b18161042f565b1561285a57565b6366e565df60e01b5f5260045ffd5b60405190612876826103bc565b5f6020838281520152565b91906128946104ec600480600154161490565b6128b36128a360965460ff1690565b6128ae368585610760565b613b3e565b506128c082845114612a96565b5f917f00000000000000000000000099bba657f2bbc93c02d617f8ba121cb8fc104acf6001600160a01b03165b8184106128fb575050505050565b61291f6105e561291186858798999a9697612aac565b356001600160f81b03191690565b9161292a868861271a565b5180516040516379a0849160e11b815260ff8616600482015291939190602082602481865afa91821561070e576129709263ffffffff915f91612a78575b501614612acd565b61297a8351612750565b955f985f995b85518b1015612a0657886129fe6001926129e9610d6e8f6129db6105a461059e8f938f61052a826129b09261271a565b6001600160a01b0381165f908152609960205260409020909a90546129d5838361271a565b5261271a565b60ff600192161c1660011490565b838060a01b0316838060a01b03831611612af9565b9a0199612980565b509594809298939950612a1c91976001956133a0565b43612a328260ff165f52609b60205260405f2090565b557f46077d55330763f16269fd75e5761663f4192d2791747c0189b16ad31db07db460ff60405192169180612a6c43829190602083019252565b0390a2019291936128ed565b612a90915060203d81116114425761143481836103d7565b5f612968565b15612a9d57565b63aaad13f760e01b5f5260045ffd5b90821015610a73570190565b9081602091031261044057516107b181610636565b15612ad457565b638e5aeee760e01b5f5260045ffd5b15612aea57565b63d053aa2160e01b5f5260045ffd5b15612b0057565b63ba50f91160e01b5f5260045ffd5b15612b1657565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b92919260408051612b8382826103d7565b601681527520ab29a932b3b4b9ba393ca1b7b7b93234b730ba37b960511b6020820152612bb2825192836103d7565b600682526576302e302e3160d01b6020830152612bde60ff5f5460081c16612bd981613b69565b613b69565b8051906001600160401b0382116103b757612c0382612bfe60ca54613dc3565b614947565b602090601f8311600114612c7557610bf894612c536121189895612c4b86610976976104079e9d9b97610bcb975f92612c6a575b50508160011b915f199060031b1c19161790565b60ca556149e6565b612c5c5f60c855565b612c655f60c955565b613bc9565b015190505f80612c37565b60ca5f52601f19831691907f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee1925f5b818110612cf8575061211898956001866104079d9c9a96610bcb96610bf89b966109769a612c539710612ce0575b505050811b0160ca556149e6565b01515f1960f88460031b161c191690555f8080612cd2565b92936020600181928786015181550195019301612ca4565b6107b19060405160208101917f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de6835260018060a01b0316604082015260408152612d5b6060826103d7565b519020613d9d565b919493909260405192602084019460e08501917f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a875260018060a01b03166040860152606085015260c060808501528651809152602061010085019701905f5b818110612df0575050506107b19495612d5b92849260a084015260c083015203601f1981018352826103d7565b8251805160ff168a526020908101516001600160a01b0316818b015260409099019890920191600101612dc3565b602081830312610440578051906001600160401b03821161044057019080601f83011215610440578151612e5181610418565b92612e5f60405194856103d7565b81845260208085019260051b82010192831161044057602001905b828210612e875750505090565b602080918351612e9681610636565b815201910190612e7a565b604051918291630449895d60e31b835263ffffffff6064840191609860048601521660248401526060604484015281518091526020608484019201905f5b818110612f335750505090805f920381734c40a6acdad9308e41797f21325685a34b6d7f195af490811561070e575f91612f17575090565b6107b191503d805f833e612f2b81836103d7565b810190612e1e565b8251845285945060209384019390920191600101612edf565b3590600282101561044057565b919082604091031261044057604051612f71816103bc565b6020808294803584520135910152565b9080601f830112156104405760405191612f9c6040846103d7565b82906040810192831161044057905b828210612fb85750505090565b8135815260209182019101612fab565b8082039291610100841261044057604051612fe28161039c565b60808195612ff08486612f59565b8352612fff8460408701612f59565b6020840152607f1901126104405761303660409260c0845195613021876103bc565b61302e8360808301612f81565b875201612f81565b60208401520152565b6002111561082257565b9190610180838203126104405761305f83612f4c565b9260208101356001600160401b038111610440578261307f918301610796565b9261308d8360408401612fc8565b926101408301356001600160401b03811161044057816130ae918501611ed2565b92610160810135906001600160401b03821161044057019060608282031261044057604051916130dd8361039c565b80356001600160401b038111610440576040926130fb918301610796565b8352602081013560208401520135604082015290565b9060405161311e8161039c565b604061ffff82945463ffffffff81168452818160201c16602085015260301c16910152565b60405190631a3894e960e01b8252609860048301526024820152602081604481734c40a6acdad9308e41797f21325685a34b6d7f195af490811561070e575f9161318b575090565b6107b1915060203d602011610707576106f981836103d7565b906131ae82610745565b6131bb60405191826103d7565b8281528092612778601f1991610745565b634e487b7160e01b5f52601160045260245ffd5b5f1981146131ee5760010190565b6131cc565b5f81805b61326d57506132099061ffff166131a4565b5f5f5b8251821080613262575b1561325b576001811b8416613234575b61322f906131e0565b61320c565b90600161322f9160ff60f81b8460f81b165f1a6132518287612782565b5301919050613226565b5050905090565b506101008110613216565b5f1981018181116131ee5761ffff9116911661ffff81146131ee5760010190806131f7565b602081830312610440578051906001600160401b03821161044057019080601f830112156104405781516132c581610418565b926132d360405194856103d7565b81845260208085019260051b82010192831161044057602001905b8282106132fb5750505090565b60208091613308846127d3565b8152019101906132ee565b93929190606085016060865281518091526020608087019201905f5b818110613381575050508481036020860152602080835192838152019201905f5b81811061336b575050509060406104079294019060ff169052565b8251845260209384019390920191600101613350565b82516001600160a01b031684526020938401939092019160010161332f565b905f6133e794936133af61272e565b9260f882901b6001600160f81b031916831a6133ca8561270d565b53604051636c3fb4bf60e01b815296879283928760048501613313565b0381837f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b03165af193841561070e575f94613473575b505f5b825181101561346c57806134466134406001938861271a565b51151590565b613451575b01613427565b6134678361346261052a848861271a565b613d12565b61344b565b5050509050565b6134909194503d805f833e61348881836103d7565b810190613292565b925f613424565b907f0000000000000000000000008f86403a4de0bb5791fa46b8e795c547942fe4cf6001600160a01b031690813b15610440575f60405180936378219b3f60e11b8252856004830152604060248301528183816134f76044820188611669565b03925af190811561070e577fec2963ab21c1e50e1e582aa542af2e4bf7bf38e6e1403c27b42e1c5d6e621eaa9261354292613547575b50604051918291602083526020830190611669565b0390a2565b5f613551916103d7565b5f61352d565b6064546001600160a01b0316330361356b57565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b5f196001556040515f1981527fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d60203392a2565b806001556040519081527fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d60203392a2565b609d54604080516001600160a01b038084168252841660208201529192917f315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c9190a16001600160a01b03166001600160a01b03199190911617609d55565b609e54604080516001600160a01b038084168252841660208201529192917f8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc99190a16001600160a01b03166001600160a01b03199190911617609e55565b7f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b0316330361370357565b6323d871a560e01b5f5260045ffd5b9061371d82516131a4565b5f5b8351811015613756576001906001600160f81b031961373e828761271a565b5160f81b165f1a61374f8285612782565b530161371f565b509150565b1561376257565b6368b6a87560e11b5f5260045ffd5b6001600160a01b0390911681526040602082018190526107b192910190611669565b6040906107b1939281528160208201520190611669565b634e487b7160e01b5f52601260045260245ffd5b5f51602061507d5f395f51905f52906137d5612869565b505f919006602060c0835b6138d5575f935f51602061507d5f395f51905f526003818681818009090860405161380b85826103d7565b8436823784818560405161381f82826103d7565b813682378381528360208201528360408201528560608201527f0c19139cb84c680a6e14116da060561765e05aa45a1c72a34f082305b61f3f5260808201525f51602061507d5f395f51905f5260a082015260056107cf195a01fa80156138da5761388990614f91565b51916138d5575f51602061507d5f395f51905f52828009146138c057505f51602061507d5f395f51905f5260015f940892936137e0565b929350506138cc6103f8565b92835282015290565b6137aa565bfe5b156138e357565b633cb89c9760e01b5f5260045ffd5b60ff60019116019060ff82116131ee57565b6040805190919061391583826103d7565b6001815291601f1901825f5b82811061392d57505050565b60209060405161393c816103bc565b5f815260608382015282828501015201613921565b90604082019060018060a01b031682526040602083015282518091526060820191602060608360051b8301019401925f915b83831061399257505050505090565b9091929394605f1982820301835285516020606081604085019363ffffffff81511686520151936040838201528451809452019201905f905b8082106139ea5750505060208060019297019301930191939290613983565b82516001600160a01b03168452602093840193909201916001909101906139cb565b15613a1357565b630bd441b960e21b5f5260045ffd5b90602080835192838152019201905f5b818110613a3f5750505090565b825180516001600160a01b031685526020908101516001600160601b03168186015260409094019390920191600101613a32565b906107b194936001600160601b0360809460ff63ffffffff941685521660208401521660408201528160608201520190613a22565b6001600160601b036107b1949360ff6060941683521660208201528160408201520190613a22565b9395949060c0936001600160601b0363ffffffff94613b1288613b299561ffff6040809263ffffffff8151168552826020820151166020860152015116910152565b16606087015260e0608087015260e0860190613a22565b95613b338161303f565b60a085015216910152565b906001613b4c60ff936148cf565b928392161b1115613b5a5790565b63ca95733360e01b5f5260045ffd5b15613b7057565b60405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608490fd5b606480546001600160a01b039283166001600160a01b0319821681179092559091167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3565b60a154604080516001600160a01b038084168252841660208201529192917f9770f3cadfdcbb6f93af935e86047111590c3768271d237e4a2bc0b874bed6939190a16001600160a01b03166001600160a01b0319919091161760a155565b60ff7f3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac911691825f52609760205260405f2063ffffffff82511681549065ffff00000000602085015160201b169067ffff000000000000604086015160301b16926001600160401b0319161717179055604051809161354282606081019261ffff6040809263ffffffff8151168552826020820151166020860152015116910152565b9060018060a01b0382165f52609960205260405f2060ff600182015416600381101561082257600103613d8e57613d7d9054613d566105a460ff6096541685613b3e565b906001600160c01b0390613d6990613143565b1681166001600160c01b0390811691161490565b613d85575050565b61040791614b27565b6325ec6c1f60e01b5f5260045ffd5b604290613da8614f2a565b906040519161190160f01b8352600283015260228201522090565b90600182811c92168015613df1575b6020831014613ddd57565b634e487b7160e01b5f52602260045260245ffd5b91607f1691613dd2565b604051905f8260ca5491613e0e83613dc3565b8083529260018116908115613e915750600114613e32575b610407925003836103d7565b5060ca5f90815290917f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee15b818310613e7557505090602061040792820101613e26565b6020919350806001915483858901015201910190918492613e5d565b6020925061040794915060ff191682840152151560051b820101613e26565b604051905f8260cb5491613ec383613dc3565b8083529260018116908115613e915750600114613ee657610407925003836103d7565b5060cb5f90815290917fa7ce836d032b2bf62b7e2097a8e0a6d8aeb35405ad15271e96d3b0188a1d06fb5b818310613f2957505090602061040792820101613e26565b6020919350806001915483858901015201910190918492613f11565b90816020910312610440575190565b905f905b60028210613f6557505050565b6020806001928551815201930191019091613f58565b9061400f90613f88612869565b50613ffb60206040613f9c610f9587612d10565b81516301e2d35b60e11b81526001600160a01b0390971660048801528451805160248901526020015160448801529380830151805160648901526020015160848801520151613fef60a487018251613f54565b015160e4850190613f54565b805161012484015260200151610144830152565b602081610164815f7f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985286001600160a01b03165af190811561070e575f91614054575090565b6107b1915060203d602011614076575b61406e81836103d7565b810190613f45565b503d614064565b949180939161409e6140a4946140968851855114612a96565b87838a614c69565b86614659565b5f5b82518110156141c257806140de6140d96140c86105e56105d760019689612782565b60ff165f52609760205260405f2090565b613111565b6140f66140ec83865161271a565b5163ffffffff1690565b63ffffffff61411561410c845163ffffffff1690565b63ffffffff1690565b911611614124575b50016140a6565b61417a906141386105e56105d78589612782565b61415661414985604089015161271a565b516001600160601b031690565b896141686141498760208b015161271a565b91614173878c61271a565b5193614da7565b6141bc61418561272e565b6141926105d78488612782565b5f1a61419d8261270d565b5361346260206141ad858a61271a565b5101516001600160a01b031690565b5f61411d565b5050505050565b604051906141d68261039c565b60606040838281528260208201520152565b156141ef57565b6313ca465760e01b5f5260045ffd5b1561420557565b630c6816cd60e01b5f5260045ffd5b919082018092116131ee57565b1561422857565b631968677d60e11b5f5260045ffd5b6001602091835181550191015160038110156108225760ff80198354169116179055565b9080601f8301121561044057815161427281610418565b9261428060405194856103d7565b81845260208085019260051b82010192831161044057602001905b8282106142a85750505090565b6020809183516142b781611002565b81520191019061429b565b9190916040818403126104405780516001600160401b03811161044057836142eb91830161425b565b9260208201516001600160401b038111610440576107b1920161425b565b6107b1939260609260018060a01b0316825260208201528160408201520190611669565b1561433457565b63c6b9e76760e01b5f5260045ffd5b6143db61434e6141c9565b946143d56143646105a4610d4660965460ff1690565b61436d86613143565b6001600160c01b03909116906143848215156141e8565b60018060c01b031661439e6143998284161590565b6141fe565b6001600160a01b0386165f908152609f602052604090206143ce906143c7905460a05490614214565b4211614221565b178561484f565b83613497565b6001614403816143fb8460018060a01b03165f52609960205260405f2090565b015460ff1690565b61440c81611724565b036145f4575b7f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985286001600160a01b0316803b15610440575f6040518092631fd93ca960e11b82528183816144648a8960048401613771565b03925af1801561070e5784925f9285926145e0575b506144986040519485938493632550477760e01b855260048501614309565b0381837f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b03165af1801561070e57614503925f928592849185916145bc575b5060408801526020870152604051938492839262bff04d60e01b845260048401613793565b0381837f00000000000000000000000099bba657f2bbc93c02d617f8ba121cb8fc104acf6001600160a01b03165af190811561070e575f916145a2575b5082525f5b815181101561459d578061459761456a6140d96140c86105e56105d760019789612782565b63ffffffff61458e61410c6145836140ec878b5161271a565b935163ffffffff1690565b9116111561432d565b01614545565b505090565b6145b691503d805f833e612f2b81836103d7565b5f614540565b90506145da91503d8086833e6145d281836103d7565b8101906142c2565b5f6144de565b80610ed5856145ee936103d7565b5f614479565b6146256145ff6103f8565b838152600160208201526001600160a01b0383165f908152609960205260409020614237565b816001600160a01b0382167fe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe5f80a3614412565b61466461434e6141c9565b6001614684816143fb8460018060a01b03165f52609960205260405f2090565b61468d81611724565b03614810575b7f0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c985286001600160a01b0316803b15610440575f6040518092631fd93ca960e11b82528183816146e58a8960048401613771565b03925af1801561070e5784925f9285926147fc575b506147196040519687938493632550477760e01b855260048501614309565b0381837f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b03165af191821561070e57614783935f93849185916147e0575b5060408701526020860152604051938492839262bff04d60e01b845260048401613793565b0381837f00000000000000000000000099bba657f2bbc93c02d617f8ba121cb8fc104acf6001600160a01b03165af190811561070e575f916147c6575b50815290565b6147da91503d805f833e612f2b81836103d7565b5f6147c0565b90506147f691503d8086833e6145d281836103d7565b5f61475e565b80610ed58561480a936103d7565b5f6146fa565b61481b6145ff6103f8565b816001600160a01b0382167fe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe5f80a3614693565b734c40a6acdad9308e41797f21325685a34b6d7f1991823b156104405760405163ae1d62db60e01b81526098600482015260248101929092526001600160c01b03166044820152905f90829060649082905af4801561070e576148af5750565b5f610407916103d7565b156148c057565b631019106960e31b5f5260045ffd5b906101008251116149385781511561493357602082015160019060f81c81901b5b835182101561492e5760019061491961490f6105e56105d78689612782565b60ff600191161b90565b906149258183116148b9565b179101906148f0565b925050565b5f9150565b637da54e4760e11b5f5260045ffd5b601f8111614953575050565b60ca5f5260205f20906020601f840160051c8301931061498d575b601f0160051c01905b818110614982575050565b5f8155600101614977565b909150819061496e565b601f82116149a457505050565b5f5260205f20906020601f840160051c830193106149dc575b601f0160051c01905b8181106149d1575050565b5f81556001016149c6565b90915081906149bd565b9081516001600160401b0381116103b757614a0d81614a0660cb54613dc3565b60cb614997565b602092601f8211600114614a4157614a3c929382915f92612c6a5750508160011b915f199060031b1c19161790565b60cb55565b60cb5f52601f198216937fa7ce836d032b2bf62b7e2097a8e0a6d8aeb35405ad15271e96d3b0188a1d06fb915f5b868110614aa55750836001959610614a8d575b505050811b0160cb55565b01515f1960f88460031b161c191690555f8080614a82565b91926020600181928685015181550194019201614a6f565b602080825282516001600160a01b039081168284015281840151166040808401919091529092015160608083015280516080830181905260a09092019201905f5b818110614b0b5750505090565b825163ffffffff16845260209384019390920191600101614afe565b60a154825192936001600160a01b03918216939290917f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31816614b6884610418565b93614b7660405195866103d7565b808552614b85601f1991610418565b013660208601375f5b8651811015614bb95780614ba460019289612782565b5160f81c614bb2828861271a565b5201614b8e565b509291945092614bed90614bdd614bce610409565b6001600160a01b039096168652565b6001600160a01b03166020850152565b6040830152803b1561044057604051636e3492b560e01b8152915f918391829084908290614c1e9060048301614abd565b03925af1801561070e57614c2f5750565b80610ed55f610407936103d7565b15614c4457565b636fbefec360e11b5f5260045ffd5b15614c5a57565b630819bdcd60e01b5f5260045ffd5b614cfc906020850193614c9a614c956115ad614c8e88515f52609a60205260405f2090565b5460ff1690565b614c3d565b6040860190614cac8251421115614c53565b614ccf614cc287515f52609a60205260405f2090565b805460ff19166001179055565b609d547390de7b425fdba98413ae6ec5c64bd3d852af6cb995906001600160a01b03169651925193612d63565b925190803b1561044057614d29935f93604051958694859384936311c5268f60e11b855260048501614309565b03915af4801561070e57614c2f5750565b15614d4157565b6356168b4160e11b5f5260045ffd5b15614d5757565b63263a721560e11b5f5260045ffd5b9081602091031261044057516107b181611002565b15614d8257565b634c44995d60e01b5f5260045ffd5b15614d9857565b63b187e86960e01b5f5260045ffd5b60209192614e04614df7614e5c989697614df0614dcc8783015160018060a01b031690565b6001600160a01b039081165f81815260996020526040902054969091161415614d3a565b5160ff1690565b60ff808516911614612acd565b614e31614e2c614e1a6105a4600160ff87161b81565b614e266105a485613143565b81161490565b614d50565b604051635401ed2760e01b8152600481019190915260ff909116602482015294859081906044820190565b03817f0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf6001600160a01b03165afa92831561070e57610407945f94614ee0575b5082614ed892614ed3614ebf936001600160601b03614ecb614ebf82998b614fca565b6001600160601b031690565b911611614d7b565b614fed565b911610614d91565b614ebf91945092614ed892614ed3614f176001600160601b039660203d602011614f23575b614f0f81836103d7565b810190614d66565b96935050925092614e9c565b503d614f05565b614f3261500b565b614f3a615056565b6040519060208201927f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f8452604083015260608201524660808201523060a082015260a08152614f8b60c0826103d7565b51902090565b15614f9857565b63d51edae360e01b5f5260045ffd5b906001600160601b03809116911602906001600160601b0382169182036131ee57565b614fe86001600160601b039161ffff60206127109501511690614fa7565b160490565b614fe86001600160601b039161ffff60406127109501511690614fa7565b615013613dfb565b8051908115615023576020012090565b505060c85480156150315790565b507fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a47090565b61505e613eb0565b805190811561506e576020012090565b505060c9548015615031579056fe30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47a26469706673582212205e8d97530dfe21ccc62fa833023b5d9cf138249950b296abe8412ec2853866f064736f6c634300081b0033","nonce":54,"gas_used":4556642},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x4aeb89","logs":[{"address":"0x82e01223d51eb87e16a03e24687edf0f294da6f1","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000040000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x6b95d9d51677003e8556f1a022126671beedf118d0824c8a9b686d74cdf98a74","block_number":33},{"info":{"transaction_hash":"0x4dc69a27a5b4e0870e585c0af58433f52f8acaa936c34d48f851dcb9e4122faf","transaction_index":0,"from":"0xa0ec9ee47802ceb56eb58ce80f3e41630b771b04","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xa0ec9ee47802ceb56eb58ce80f3e41630b771b04","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353400000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b040000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b040000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b040000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000061c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b0400000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b0400000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b040000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000061c"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353400000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000010000000000000000000020000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000010000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xfb62dce10c774659e1209b76915069da620ad532e6b2b2cd25d25239aaeed7f2","block_number":363},{"info":{"transaction_hash":"0x2589d4ff53424d07cdd64dd2460c8428cd3e35b6de48efb4377d6172da136a6a","transaction_index":0,"from":"0x0d803cdeee5990f22c2a8df10a695d2312da26cc","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x0d803cdeee5990f22c2a8df10a695d2312da26cc","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353700000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e60000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e60000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000622"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a170000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a170000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb870000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb870000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000622"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353700000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000080001000000000000010000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000020101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xfe62c575dae515cfdfe094a3d03045e1a901f73fa46f0908954ce9b54a839b40","block_number":369},{"info":{"transaction_hash":"0x65a6b0cc30fae93aa92368c9c124bcc0633d1ecfefe531d1f86829f5211f0241","transaction_index":0,"from":"0xab707cb80e7de7c75d815b1a653433f3eec44c74","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xab707cb80e7de7c75d815b1a653433f3eec44c74","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000512d628d4f5142b3","output":"0x000000000000000000000000000000000000000000000000512d628d4f5142b3","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000512d628d4f5142b3","output":"0x000000000000000000000000000000000000000000000000512d628d4f5142b3","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000512d628d4f5142b3"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000512d628d4f5142b3","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000512d628d4f5142b3"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000512d628d4f5142b3","output":"0x000000000000000000000000000000000000000000000000512d628d4f5142b3","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000512d628d4f5142b3","output":"0x000000000000000000000000000000000000000000000000512d628d4f5142b3","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000fd8bcaf05eae0ac5e","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000fd8bcaf05eae0ac5e","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000512d628d4f5142b3","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000512d628d4f5142b3","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74"],"data":"0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000512d628d4f5142b3"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000512d628d4f5142b3","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000512d628d4f5142b3"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000512d628d4f5142b3"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74"],"data":"0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000512d628d4f5142b3"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000008000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000020400010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x69bc8b8ee8106f17a6733579296b0270c3876f576ec18c6b614981a9a9f8d6cf","block_number":368},{"info":{"transaction_hash":"0x99f1aabd68522ad2f9220526fe00ad3dcd36caf1a87024a99a2105c5f6f4c550","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5fbdb2315678afecb367f032d93f642f64180aa3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x7f3c2c2800000000000000000000000000000000000000000000000000000000000000400000000000000000000000009d4454b023096f34b160d6b654540c56a1f81688000000000000000000000000000000000000000000000000000000000000001d6d6f636b4176734f70657261746f725374617465526574726965766572000000","output":"0x","gas_used":50652,"gas_limit":78421,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":71,"gas_used":72840},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x11c88","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xca308ede829dff3a00f870f3121e12128d5caedf20e05d415101379909ff8eb9","block_number":44},{"info":{"transaction_hash":"0xaad517bbe1bcf8e45c7b7638f07d258c105308e2aa38260bc9cf64e9245686c0","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x3aa5ebb10dc797cac828524e59a333d0a371443c","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x3aa5ebb10dc797cac828524e59a333d0a371443c","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x60a060405234801561000f575f5ffd5b506040516112b73803806112b783398101604081905261002e9161015c565b806100388161004a565b60805250610044610090565b50610267565b5f5f829050601f8151111561007d578260405163305a27a960e01b8152600401610074919061020c565b60405180910390fd5b805161008882610241565b179392505050565b5f54610100900460ff16156100f75760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608401610074565b5f5460ff90811614610146575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b634e487b7160e01b5f52604160045260245ffd5b5f6020828403121561016c575f5ffd5b81516001600160401b03811115610181575f5ffd5b8201601f81018413610191575f5ffd5b80516001600160401b038111156101aa576101aa610148565b604051601f8201601f19908116603f011681016001600160401b03811182821017156101d8576101d8610148565b6040528181528282016020018610156101ef575f5ffd5b8160208401602083015e5f91810160200191909152949350505050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b80516020808301519190811015610261575f198160200360031b1b821691505b50919050565b60805161103861027f5f395f6104d101526110385ff3fe608060405234801561000f575f5ffd5b50600436106100e5575f3560e01c80639100674511610088578063ad8aca7711610063578063ad8aca77146101df578063df595cb8146101f2578063eb5a4e8714610205578063fddbdefd14610218575f5ffd5b80639100674514610196578063950d806e146101b9578063ad5f2210146101cc575f5ffd5b806354fd4d50116100c357806354fd4d5014610124578063628806ef146101425780636bddfa1f14610155578063882a3b3814610175575f5ffd5b806306641201146100e9578063268959e5146100fe5780634f906cf914610111575b5f5ffd5b6100fc6100f7366004610dbd565b61022b565b005b6100fc61010c366004610e0e565b61034c565b6100fc61011f366004610e0e565b610427565b61012c6104ca565b6040516101399190610e3f565b60405180910390f35b6100fc610150366004610e74565b6104fa565b610168610163366004610e74565b610588565b6040516101399190610ed0565b610188610183366004610e0e565b6105b1565b604051610139929190610ee2565b6101a96101a4366004610e0e565b610712565b6040519015158152602001610139565b6100fc6101c7366004610dbd565b610782565b6101686101da366004610e74565b610893565b6101a96101ed366004610e0e565b610939565b6101a9610200366004610dbd565b61095a565b6100fc610213366004610e0e565b6109af565b610168610226366004610f44565b610a7d565b836102368133610712565b61025357604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0385165f908152600160205260408120906102758585610abb565b6001600160a01b0387165f908152600484016020526040902090915061029b9082610ae8565b6102b85760405163262118cd60e01b815260040160405180910390fd5b6001600160a01b0386165f90815260048301602052604090206102db9082610aff565b505f81815260058301602052604090206102f59087610b0a565b50856001600160a01b0316876001600160a01b03167f18242326b6b862126970679759169f01f646bd55ec5bfcab85ba9f337a74e0c6878760405161033b929190610f84565b60405180910390a350505050505050565b816103578133610712565b61037457604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0383165f9081526001602081905260409091206002019061039b82610b1e565b116103b9576040516310ce892b60e31b815260040160405180910390fd5b6103c38184610b0a565b6103e057604051630716d81b60e51b815260040160405180910390fd5b6040516001600160a01b0384811682528516907fdb9d5d31320daf5bc7181d565b6da4d12e30f0f4d5aa324a992426c14a1d19ce906020015b60405180910390a250505050565b816104328133610712565b61044f57604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0383165f9081526001602052604090206104708184610b0a565b61048d5760405163bed8295f60e01b815260040160405180910390fd5b6040516001600160a01b0384811682528516907fd706ed7ae044d795b49e54c9f519f663053951011985f663a862cd9ee72a9ac790602001610419565b60606104f57f0000000000000000000000000000000000000000000000000000000000000000610b27565b905090565b6001600160a01b0381165f90815260016020526040902061051b8133610b0a565b6105385760405163bed8295f60e01b815260040160405180910390fd5b6105456002820133610b64565b506040513381526001600160a01b038316907fbf265e8326285a2747e33e54d5945f7111f2b5edb826eb8c08d4677779b3ff979060200160405180910390a25050565b6001600160a01b0381165f9081526001602052604090206060906105ab90610b78565b92915050565b6001600160a01b038083165f9081526001602090815260408083209385168352600490930190529081206060918291906105ea82610b1e565b90505f8167ffffffffffffffff81111561060657610606610fa7565b60405190808252806020026020018201604052801561062f578160200160208202803683370190505b5090505f8267ffffffffffffffff81111561064c5761064c610fa7565b604051908082528060200260200182016040528015610675578160200160208202803683370190505b5090505f5b83811015610704576106a861068f8683610b84565b606081901c9160a09190911b6001600160e01b03191690565b8483815181106106ba576106ba610fbb565b602002602001018484815181106106d3576106d3610fbb565b6001600160e01b0319909316602093840291909101909201919091526001600160a01b03909116905260010161067a565b509097909650945050505050565b6001600160a01b0382165f90815260016020526040812061073590600201610b1e565b5f0361075757816001600160a01b0316836001600160a01b03161490506105ab565b6001600160a01b0383165f90815260016020526040902061077b9060020183610b8f565b9392505050565b8361078d8133610712565b6107aa57604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0385165f908152600160205260408120906107cc8585610abb565b6001600160a01b0387165f90815260048401602052604090209091506107f29082610ae8565b156108105760405163ad8efeb760e01b815260040160405180910390fd5b6001600160a01b0386165f90815260048301602052604090206108339082610bb0565b505f818152600583016020526040902061084d9087610b64565b50856001600160a01b0316876001600160a01b03167f037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169878760405161033b929190610f84565b6001600160a01b0381165f9081526001602052604090206060906108b990600201610b1e565b5f03610911576040805160018082528183019092525f916020808301908036833701905050905082815f815181106108f3576108f3610fbb565b6001600160a01b039092166020928302919091019091015292915050565b6001600160a01b0382165f9081526001602052604090206105ab90600201610b78565b919050565b6001600160a01b0382165f90815260016020526040812061077b9083610b8f565b5f6109658585610712565b806109a657506109a66109788484610abb565b6001600160a01b038088165f908152600160209081526040808320938a168352600490930190522090610ae8565b95945050505050565b816109ba8133610712565b6109d757604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0383165f9081526001602052604090206109fb6002820184610b8f565b15610a195760405163130160e560e31b815260040160405180910390fd5b610a238184610b64565b610a40576040516319abede360e11b815260040160405180910390fd5b6040516001600160a01b0384811682528516907fb14b9a3d448c5b04f0e5b087b6f5193390db7955482a6ffb841e7b3ba61a460c90602001610419565b60605f610a8a8484610abb565b6001600160a01b0386165f90815260016020908152604080832084845260050190915290209091506109a690610b78565b60609190911b6bffffffffffffffffffffffff191660a09190911c6bffffffff0000000000000000161790565b5f818152600183016020526040812054151561077b565b5f61077b8383610bbb565b5f61077b836001600160a01b038416610bbb565b5f6105ab825490565b60605f610b3383610c9e565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b5f61077b836001600160a01b038416610cc5565b60605f61077b83610d11565b5f61077b8383610d6a565b6001600160a01b0381165f908152600183016020526040812054151561077b565b5f61077b8383610cc5565b5f8181526001830160205260408120548015610c95575f610bdd600183610fcf565b85549091505f90610bf090600190610fcf565b9050818114610c4f575f865f018281548110610c0e57610c0e610fbb565b905f5260205f200154905080875f018481548110610c2e57610c2e610fbb565b5f918252602080832090910192909255918252600188019052604090208390555b8554869080610c6057610c60610fee565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f9055600193505050506105ab565b5f9150506105ab565b5f60ff8216601f8111156105ab57604051632cd44ac360e21b815260040160405180910390fd5b5f818152600183016020526040812054610d0a57508154600181810184555f8481526020808220909301849055845484825282860190935260409020919091556105ab565b505f6105ab565b6060815f01805480602002602001604051908101604052809291908181526020018280548015610d5e57602002820191905f5260205f20905b815481526020019060010190808311610d4a575b50505050509050919050565b5f825f018281548110610d7f57610d7f610fbb565b905f5260205f200154905092915050565b80356001600160a01b0381168114610934575f5ffd5b80356001600160e01b031981168114610934575f5ffd5b5f5f5f5f60808587031215610dd0575f5ffd5b610dd985610d90565b9350610de760208601610d90565b9250610df560408601610d90565b9150610e0360608601610da6565b905092959194509250565b5f5f60408385031215610e1f575f5ffd5b610e2883610d90565b9150610e3660208401610d90565b90509250929050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f60208284031215610e84575f5ffd5b61077b82610d90565b5f8151808452602084019350602083015f5b82811015610ec65781516001600160a01b0316865260209586019590910190600101610e9f565b5093949350505050565b602081525f61077b6020830184610e8d565b604081525f610ef46040830185610e8d565b82810360208401528084518083526020830191506020860192505f5b81811015610f385783516001600160e01b031916835260209384019390920191600101610f10565b50909695505050505050565b5f5f5f60608486031215610f56575f5ffd5b610f5f84610d90565b9250610f6d60208501610d90565b9150610f7b60408501610da6565b90509250925092565b6001600160a01b039290921682526001600160e01b031916602082015260400190565b634e487b7160e01b5f52604160045260245ffd5b634e487b7160e01b5f52603260045260245ffd5b818103818111156105ab57634e487b7160e01b5f52601160045260245ffd5b634e487b7160e01b5f52603160045260245ffdfea2646970667358221220d27fc578553d9b089fb6c1e7b6c2d45f132cb089bd090ffcdf7dad08628d4e8464736f6c634300081b00330000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000676302e302e300000000000000000000000000000000000000000000000000000","output":"0x608060405234801561000f575f5ffd5b50600436106100e5575f3560e01c80639100674511610088578063ad8aca7711610063578063ad8aca77146101df578063df595cb8146101f2578063eb5a4e8714610205578063fddbdefd14610218575f5ffd5b80639100674514610196578063950d806e146101b9578063ad5f2210146101cc575f5ffd5b806354fd4d50116100c357806354fd4d5014610124578063628806ef146101425780636bddfa1f14610155578063882a3b3814610175575f5ffd5b806306641201146100e9578063268959e5146100fe5780634f906cf914610111575b5f5ffd5b6100fc6100f7366004610dbd565b61022b565b005b6100fc61010c366004610e0e565b61034c565b6100fc61011f366004610e0e565b610427565b61012c6104ca565b6040516101399190610e3f565b60405180910390f35b6100fc610150366004610e74565b6104fa565b610168610163366004610e74565b610588565b6040516101399190610ed0565b610188610183366004610e0e565b6105b1565b604051610139929190610ee2565b6101a96101a4366004610e0e565b610712565b6040519015158152602001610139565b6100fc6101c7366004610dbd565b610782565b6101686101da366004610e74565b610893565b6101a96101ed366004610e0e565b610939565b6101a9610200366004610dbd565b61095a565b6100fc610213366004610e0e565b6109af565b610168610226366004610f44565b610a7d565b836102368133610712565b61025357604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0385165f908152600160205260408120906102758585610abb565b6001600160a01b0387165f908152600484016020526040902090915061029b9082610ae8565b6102b85760405163262118cd60e01b815260040160405180910390fd5b6001600160a01b0386165f90815260048301602052604090206102db9082610aff565b505f81815260058301602052604090206102f59087610b0a565b50856001600160a01b0316876001600160a01b03167f18242326b6b862126970679759169f01f646bd55ec5bfcab85ba9f337a74e0c6878760405161033b929190610f84565b60405180910390a350505050505050565b816103578133610712565b61037457604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0383165f9081526001602081905260409091206002019061039b82610b1e565b116103b9576040516310ce892b60e31b815260040160405180910390fd5b6103c38184610b0a565b6103e057604051630716d81b60e51b815260040160405180910390fd5b6040516001600160a01b0384811682528516907fdb9d5d31320daf5bc7181d565b6da4d12e30f0f4d5aa324a992426c14a1d19ce906020015b60405180910390a250505050565b816104328133610712565b61044f57604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0383165f9081526001602052604090206104708184610b0a565b61048d5760405163bed8295f60e01b815260040160405180910390fd5b6040516001600160a01b0384811682528516907fd706ed7ae044d795b49e54c9f519f663053951011985f663a862cd9ee72a9ac790602001610419565b60606104f57f76302e302e300000000000000000000000000000000000000000000000000006610b27565b905090565b6001600160a01b0381165f90815260016020526040902061051b8133610b0a565b6105385760405163bed8295f60e01b815260040160405180910390fd5b6105456002820133610b64565b506040513381526001600160a01b038316907fbf265e8326285a2747e33e54d5945f7111f2b5edb826eb8c08d4677779b3ff979060200160405180910390a25050565b6001600160a01b0381165f9081526001602052604090206060906105ab90610b78565b92915050565b6001600160a01b038083165f9081526001602090815260408083209385168352600490930190529081206060918291906105ea82610b1e565b90505f8167ffffffffffffffff81111561060657610606610fa7565b60405190808252806020026020018201604052801561062f578160200160208202803683370190505b5090505f8267ffffffffffffffff81111561064c5761064c610fa7565b604051908082528060200260200182016040528015610675578160200160208202803683370190505b5090505f5b83811015610704576106a861068f8683610b84565b606081901c9160a09190911b6001600160e01b03191690565b8483815181106106ba576106ba610fbb565b602002602001018484815181106106d3576106d3610fbb565b6001600160e01b0319909316602093840291909101909201919091526001600160a01b03909116905260010161067a565b509097909650945050505050565b6001600160a01b0382165f90815260016020526040812061073590600201610b1e565b5f0361075757816001600160a01b0316836001600160a01b03161490506105ab565b6001600160a01b0383165f90815260016020526040902061077b9060020183610b8f565b9392505050565b8361078d8133610712565b6107aa57604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0385165f908152600160205260408120906107cc8585610abb565b6001600160a01b0387165f90815260048401602052604090209091506107f29082610ae8565b156108105760405163ad8efeb760e01b815260040160405180910390fd5b6001600160a01b0386165f90815260048301602052604090206108339082610bb0565b505f818152600583016020526040902061084d9087610b64565b50856001600160a01b0316876001600160a01b03167f037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169878760405161033b929190610f84565b6001600160a01b0381165f9081526001602052604090206060906108b990600201610b1e565b5f03610911576040805160018082528183019092525f916020808301908036833701905050905082815f815181106108f3576108f3610fbb565b6001600160a01b039092166020928302919091019091015292915050565b6001600160a01b0382165f9081526001602052604090206105ab90600201610b78565b919050565b6001600160a01b0382165f90815260016020526040812061077b9083610b8f565b5f6109658585610712565b806109a657506109a66109788484610abb565b6001600160a01b038088165f908152600160209081526040808320938a168352600490930190522090610ae8565b95945050505050565b816109ba8133610712565b6109d757604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0383165f9081526001602052604090206109fb6002820184610b8f565b15610a195760405163130160e560e31b815260040160405180910390fd5b610a238184610b64565b610a40576040516319abede360e11b815260040160405180910390fd5b6040516001600160a01b0384811682528516907fb14b9a3d448c5b04f0e5b087b6f5193390db7955482a6ffb841e7b3ba61a460c90602001610419565b60605f610a8a8484610abb565b6001600160a01b0386165f90815260016020908152604080832084845260050190915290209091506109a690610b78565b60609190911b6bffffffffffffffffffffffff191660a09190911c6bffffffff0000000000000000161790565b5f818152600183016020526040812054151561077b565b5f61077b8383610bbb565b5f61077b836001600160a01b038416610bbb565b5f6105ab825490565b60605f610b3383610c9e565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b5f61077b836001600160a01b038416610cc5565b60605f61077b83610d11565b5f61077b8383610d6a565b6001600160a01b0381165f908152600183016020526040812054151561077b565b5f61077b8383610cc5565b5f8181526001830160205260408120548015610c95575f610bdd600183610fcf565b85549091505f90610bf090600190610fcf565b9050818114610c4f575f865f018281548110610c0e57610c0e610fbb565b905f5260205f200154905080875f018481548110610c2e57610c2e610fbb565b5f918252602080832090910192909255918252600188019052604090208390555b8554869080610c6057610c60610fee565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f9055600193505050506105ab565b5f9150506105ab565b5f60ff8216601f8111156105ab57604051632cd44ac360e21b815260040160405180910390fd5b5f818152600183016020526040812054610d0a57508154600181810184555f8481526020808220909301849055845484825282860190935260409020919091556105ab565b505f6105ab565b6060815f01805480602002602001604051908101604052809291908181526020018280548015610d5e57602002820191905f5260205f20905b815481526020019060010190808311610d4a575b50505050509050919050565b5f825f018281548110610d7f57610d7f610fbb565b905f5260205f200154905092915050565b80356001600160a01b0381168114610934575f5ffd5b80356001600160e01b031981168114610934575f5ffd5b5f5f5f5f60808587031215610dd0575f5ffd5b610dd985610d90565b9350610de760208601610d90565b9250610df560408601610d90565b9150610e0360608601610da6565b905092959194509250565b5f5f60408385031215610e1f575f5ffd5b610e2883610d90565b9150610e3660208401610d90565b90509250929050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f60208284031215610e84575f5ffd5b61077b82610d90565b5f8151808452602084019350602083015f5b82811015610ec65781516001600160a01b0316865260209586019590910190600101610e9f565b5093949350505050565b602081525f61077b6020830184610e8d565b604081525f610ef46040830185610e8d565b82810360208401528084518083526020830191506020860192505f5b81811015610f385783516001600160e01b031916835260209384019390920191600101610f10565b50909695505050505050565b5f5f5f60608486031215610f56575f5ffd5b610f5f84610d90565b9250610f6d60208501610d90565b9150610f7b60408501610da6565b90509250925092565b6001600160a01b039290921682526001600160e01b031916602082015260400190565b634e487b7160e01b5f52604160045260245ffd5b634e487b7160e01b5f52603260045260245ffd5b818103818111156105ab57634e487b7160e01b5f52601160045260245ffd5b634e487b7160e01b5f52603160045260245ffdfea2646970667358221220d27fc578553d9b089fb6c1e7b6c2d45f132cb089bd090ffcdf7dad08628d4e8464736f6c634300081b0033","gas_used":855443,"gas_limit":1150949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x608060405234801561000f575f5ffd5b50600436106100e5575f3560e01c80639100674511610088578063ad8aca7711610063578063ad8aca77146101df578063df595cb8146101f2578063eb5a4e8714610205578063fddbdefd14610218575f5ffd5b80639100674514610196578063950d806e146101b9578063ad5f2210146101cc575f5ffd5b806354fd4d50116100c357806354fd4d5014610124578063628806ef146101425780636bddfa1f14610155578063882a3b3814610175575f5ffd5b806306641201146100e9578063268959e5146100fe5780634f906cf914610111575b5f5ffd5b6100fc6100f7366004610dbd565b61022b565b005b6100fc61010c366004610e0e565b61034c565b6100fc61011f366004610e0e565b610427565b61012c6104ca565b6040516101399190610e3f565b60405180910390f35b6100fc610150366004610e74565b6104fa565b610168610163366004610e74565b610588565b6040516101399190610ed0565b610188610183366004610e0e565b6105b1565b604051610139929190610ee2565b6101a96101a4366004610e0e565b610712565b6040519015158152602001610139565b6100fc6101c7366004610dbd565b610782565b6101686101da366004610e74565b610893565b6101a96101ed366004610e0e565b610939565b6101a9610200366004610dbd565b61095a565b6100fc610213366004610e0e565b6109af565b610168610226366004610f44565b610a7d565b836102368133610712565b61025357604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0385165f908152600160205260408120906102758585610abb565b6001600160a01b0387165f908152600484016020526040902090915061029b9082610ae8565b6102b85760405163262118cd60e01b815260040160405180910390fd5b6001600160a01b0386165f90815260048301602052604090206102db9082610aff565b505f81815260058301602052604090206102f59087610b0a565b50856001600160a01b0316876001600160a01b03167f18242326b6b862126970679759169f01f646bd55ec5bfcab85ba9f337a74e0c6878760405161033b929190610f84565b60405180910390a350505050505050565b816103578133610712565b61037457604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0383165f9081526001602081905260409091206002019061039b82610b1e565b116103b9576040516310ce892b60e31b815260040160405180910390fd5b6103c38184610b0a565b6103e057604051630716d81b60e51b815260040160405180910390fd5b6040516001600160a01b0384811682528516907fdb9d5d31320daf5bc7181d565b6da4d12e30f0f4d5aa324a992426c14a1d19ce906020015b60405180910390a250505050565b816104328133610712565b61044f57604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0383165f9081526001602052604090206104708184610b0a565b61048d5760405163bed8295f60e01b815260040160405180910390fd5b6040516001600160a01b0384811682528516907fd706ed7ae044d795b49e54c9f519f663053951011985f663a862cd9ee72a9ac790602001610419565b60606104f57f76302e302e300000000000000000000000000000000000000000000000000006610b27565b905090565b6001600160a01b0381165f90815260016020526040902061051b8133610b0a565b6105385760405163bed8295f60e01b815260040160405180910390fd5b6105456002820133610b64565b506040513381526001600160a01b038316907fbf265e8326285a2747e33e54d5945f7111f2b5edb826eb8c08d4677779b3ff979060200160405180910390a25050565b6001600160a01b0381165f9081526001602052604090206060906105ab90610b78565b92915050565b6001600160a01b038083165f9081526001602090815260408083209385168352600490930190529081206060918291906105ea82610b1e565b90505f8167ffffffffffffffff81111561060657610606610fa7565b60405190808252806020026020018201604052801561062f578160200160208202803683370190505b5090505f8267ffffffffffffffff81111561064c5761064c610fa7565b604051908082528060200260200182016040528015610675578160200160208202803683370190505b5090505f5b83811015610704576106a861068f8683610b84565b606081901c9160a09190911b6001600160e01b03191690565b8483815181106106ba576106ba610fbb565b602002602001018484815181106106d3576106d3610fbb565b6001600160e01b0319909316602093840291909101909201919091526001600160a01b03909116905260010161067a565b509097909650945050505050565b6001600160a01b0382165f90815260016020526040812061073590600201610b1e565b5f0361075757816001600160a01b0316836001600160a01b03161490506105ab565b6001600160a01b0383165f90815260016020526040902061077b9060020183610b8f565b9392505050565b8361078d8133610712565b6107aa57604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0385165f908152600160205260408120906107cc8585610abb565b6001600160a01b0387165f90815260048401602052604090209091506107f29082610ae8565b156108105760405163ad8efeb760e01b815260040160405180910390fd5b6001600160a01b0386165f90815260048301602052604090206108339082610bb0565b505f818152600583016020526040902061084d9087610b64565b50856001600160a01b0316876001600160a01b03167f037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169878760405161033b929190610f84565b6001600160a01b0381165f9081526001602052604090206060906108b990600201610b1e565b5f03610911576040805160018082528183019092525f916020808301908036833701905050905082815f815181106108f3576108f3610fbb565b6001600160a01b039092166020928302919091019091015292915050565b6001600160a01b0382165f9081526001602052604090206105ab90600201610b78565b919050565b6001600160a01b0382165f90815260016020526040812061077b9083610b8f565b5f6109658585610712565b806109a657506109a66109788484610abb565b6001600160a01b038088165f908152600160209081526040808320938a168352600490930190522090610ae8565b95945050505050565b816109ba8133610712565b6109d757604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0383165f9081526001602052604090206109fb6002820184610b8f565b15610a195760405163130160e560e31b815260040160405180910390fd5b610a238184610b64565b610a40576040516319abede360e11b815260040160405180910390fd5b6040516001600160a01b0384811682528516907fb14b9a3d448c5b04f0e5b087b6f5193390db7955482a6ffb841e7b3ba61a460c90602001610419565b60605f610a8a8484610abb565b6001600160a01b0386165f90815260016020908152604080832084845260050190915290209091506109a690610b78565b60609190911b6bffffffffffffffffffffffff191660a09190911c6bffffffff0000000000000000161790565b5f818152600183016020526040812054151561077b565b5f61077b8383610bbb565b5f61077b836001600160a01b038416610bbb565b5f6105ab825490565b60605f610b3383610c9e565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b5f61077b836001600160a01b038416610cc5565b60605f61077b83610d11565b5f61077b8383610d6a565b6001600160a01b0381165f908152600183016020526040812054151561077b565b5f61077b8383610cc5565b5f8181526001830160205260408120548015610c95575f610bdd600183610fcf565b85549091505f90610bf090600190610fcf565b9050818114610c4f575f865f018281548110610c0e57610c0e610fbb565b905f5260205f200154905080875f018481548110610c2e57610c2e610fbb565b5f918252602080832090910192909255918252600188019052604090208390555b8554869080610c6057610c60610fee565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f9055600193505050506105ab565b5f9150506105ab565b5f60ff8216601f8111156105ab57604051632cd44ac360e21b815260040160405180910390fd5b5f818152600183016020526040812054610d0a57508154600181810184555f8481526020808220909301849055845484825282860190935260409020919091556105ab565b505f6105ab565b6060815f01805480602002602001604051908101604052809291908181526020018280548015610d5e57602002820191905f5260205f20905b815481526020019060010190808311610d4a575b50505050509050919050565b5f825f018281548110610d7f57610d7f610fbb565b905f5260205f200154905092915050565b80356001600160a01b0381168114610934575f5ffd5b80356001600160e01b031981168114610934575f5ffd5b5f5f5f5f60808587031215610dd0575f5ffd5b610dd985610d90565b9350610de760208601610d90565b9250610df560408601610d90565b9150610e0360608601610da6565b905092959194509250565b5f5f60408385031215610e1f575f5ffd5b610e2883610d90565b9150610e3660208401610d90565b90509250929050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f60208284031215610e84575f5ffd5b61077b82610d90565b5f8151808452602084019350602083015f5b82811015610ec65781516001600160a01b0316865260209586019590910190600101610e9f565b5093949350505050565b602081525f61077b6020830184610e8d565b604081525f610ef46040830185610e8d565b82810360208401528084518083526020830191506020860192505f5b81811015610f385783516001600160e01b031916835260209384019390920191600101610f10565b50909695505050505050565b5f5f5f60608486031215610f56575f5ffd5b610f5f84610d90565b9250610f6d60208501610d90565b9150610f7b60408501610da6565b90509250925092565b6001600160a01b039290921682526001600160e01b031916602082015260400190565b634e487b7160e01b5f52604160045260245ffd5b634e487b7160e01b5f52603260045260245ffd5b818103818111156105ab57634e487b7160e01b5f52601160045260245ffd5b634e487b7160e01b5f52603160045260245ffdfea2646970667358221220d27fc578553d9b089fb6c1e7b6c2d45f132cb089bd090ffcdf7dad08628d4e8464736f6c634300081b0033","nonce":19,"gas_used":985021},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xf07bd","logs":[{"address":"0x3aa5ebb10dc797cac828524e59a333d0a371443c","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000800000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000"},"block_hash":"0xf59a4162aae0ed11dfc1e1771c84e69977e05f6ed07d46cde28cf59359c8d65c","block_number":15},{"info":{"transaction_hash":"0x0b08936b55737be5fee385a88827cdb6c2beb5fb1caeb6d05dfc51b256f929f4","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x610178da211fef7d417bc0e6fed39f05609ad788","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x610178da211fef7d417bc0e6fed39f05609ad788","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x950d806e000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc490000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318261f84e000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":146631,"gas_limit":211051,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x610178da211fef7d417bc0e6fed39f05609ad788","address":"0x3aa5ebb10dc797cac828524e59a333d0a371443c","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x950d806e000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc490000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318261f84e000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":139491,"gas_limit":200760,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49"],"data":"0x0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318261f84e000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x","nonce":56,"gas_used":168975},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5dc3f","logs":[{"address":"0x610178da211fef7d417bc0e6fed39f05609ad788","topics":["0x037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49"],"data":"0x0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318261f84e000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000100000200000000000000000040000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000002000001000000000000000000000000000000000000020000000000000000000000400000000000000000000"},"block_hash":"0x05e04a291b518295e2beba8894b3def73970710bd13f26a4504df4628444c7be","block_number":34},{"info":{"transaction_hash":"0xe9873a76d6f7a9b683551ffc35f954d4fa21c6da7e00e19082db2731ea93d733","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x9a50ed082cf2fc003152580dcdb320b834fa379e","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x9a50ed082cf2fc003152580dcdb320b834fa379e","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":164,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xedd4dabaa75502d9dacb4de16ed87c8deae2d99e3c2b0d169e78ffba42d68fb1","block_number":136},{"info":{"transaction_hash":"0x68dfe5c3475777632dea81797df88e8e673afd66471db1275e6082cc36d54c98","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xccdd262f272ee6c226266eea13ee48d4d932ce66","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xccdd262f272ee6c226266eea13ee48d4d932ce66","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":167,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xe91564e08af79ed0bb36b68e7d1c35fe92814d11e4b598bf6ba3cdf8bcdad107","block_number":139},{"info":{"transaction_hash":"0x6028c995ae511f48f2aae8416f06a445777de189bcb9bc657364d64174df0188","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a00000000000000000000000000000000000000000000000035305bc89a3aca62","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a"],"data":"0x00000000000000000000000000000000000000000000000035305bc89a3aca62"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":195,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a"],"data":"0x00000000000000000000000000000000000000000000000035305bc89a3aca62"}],"logsBloom":"0x00000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000408000000000000000000000000000000000000000000000000000200000000000002002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x890250e2540b6249826f58dae261d899ec7825c5796efe32cb40188cd892c435","block_number":167},{"info":{"transaction_hash":"0x141869045ed634a8e2d7773949d507022318b31c05e3428ba580147890537ee1","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d0000000000000000000000000000000000000000000000006e7330ddc26efb3d","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d"],"data":"0x0000000000000000000000000000000000000000000000006e7330ddc26efb3d"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":223,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d"],"data":"0x0000000000000000000000000000000000000000000000006e7330ddc26efb3d"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000004000000000020000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000200000000000000000000000000000000000000000000000"},"block_hash":"0xc8b54aec8d8f8278526bc13320cecc7d8349af2bc5af5ba58f78987762499cbd","block_number":195},{"info":{"transaction_hash":"0x908928dedb24a53b695c8dd2981d2f4c82766d62dfe34fc74cae44f269afe571","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x90f79bf6eb2c4f870365e785982e1f101e93b906","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x90f79bf6eb2c4f870365e785982e1f101e93b906","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":86,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xb0764fe329efb9325a853b3d78a510a24b72188f2c5b70b27c6b767bccc7162f","block_number":58},{"info":{"transaction_hash":"0x28d0cfaba4be3df9146b739bb4aa1efb7baa26e05fc85f87e1e88831fb754e0c","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xdf3e18d64bc6a983f673ab319ccae4f1a57c7097","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xdf3e18d64bc6a983f673ab319ccae4f1a57c7097","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":97,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x4bf5f8fe8040b139fd9b16cb334d0ccadd7cf91b578eb8a13725c1e3a021c7a4","block_number":69},{"info":{"transaction_hash":"0xf1e0dd0f2c1e90dd186349b0a706b9549964104fc8fc75d393aa664915e21afd","transaction_index":0,"from":"0x586af62eae7f447d14d25f53918814e04d3a5ba4","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x586af62eae7f447d14d25f53918814e04d3a5ba4","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007b5665642e785f30","output":"0x0000000000000000000000000000000000000000000000007b5665642e785f30","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007b5665642e785f30","output":"0x0000000000000000000000000000000000000000000000007b5665642e785f30","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007b5665642e785f30"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007b5665642e785f30","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000007b5665642e785f30"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007b5665642e785f30","output":"0x0000000000000000000000000000000000000000000000007b5665642e785f30","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000007b5665642e785f30","output":"0x0000000000000000000000000000000000000000000000007b5665642e785f30","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000176502f3106a547e2c","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000176502f3106a547e2c","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007b5665642e785f30","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007b5665642e785f30","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4"],"data":"0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007b5665642e785f30"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000007b5665642e785f30","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000007b5665642e785f30"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007b5665642e785f30"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4"],"data":"0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000007b5665642e785f30"}],"logsBloom":"0x00000000000080000000000020000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000800000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0xfbbbae8c6ed78e1b6783a03cf711f82a53ce7adf59b7f6db007835a83db4b306","block_number":422},{"info":{"transaction_hash":"0x9e0ba1786e6a9f825ce272a9e033ff549d5cf1d281045fe304557df01f720707","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x610178da211fef7d417bc0e6fed39f05609ad788","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x610178da211fef7d417bc0e6fed39f05609ad788","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x950d806e000000000000000000000000851356ae760d987e095750cceb3bc6014560891c00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc490000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186e3492b500000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":131822,"gas_limit":190597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x610178da211fef7d417bc0e6fed39f05609ad788","address":"0x3aa5ebb10dc797cac828524e59a333d0a371443c","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x950d806e000000000000000000000000851356ae760d987e095750cceb3bc6014560891c00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc490000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186e3492b500000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":124682,"gas_limit":180625,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169","0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c","0x00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49"],"data":"0x0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186e3492b500000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x","nonce":64,"gas_used":154166},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x4f738","logs":[{"address":"0x610178da211fef7d417bc0e6fed39f05609ad788","topics":["0x037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169","0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c","0x00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49"],"data":"0x0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186e3492b500000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000100000200000000000000000040000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000001000000000000000000000000000000000000020000000000000000000000400000000000000000000"},"block_hash":"0xc2d16d57954558289e0c7515ffaee276d3c45bb71fff223444910a4d37068f72","block_number":38},{"info":{"transaction_hash":"0x848915e561008ad6da954c7d3205e6e05a54cf8f6e29b9122e9309fb314b9921","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c900000000000000000000000000000000000000000000000041b4adb212af6ec2","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9"],"data":"0x00000000000000000000000000000000000000000000000041b4adb212af6ec2"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":270,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9"],"data":"0x00000000000000000000000000000000000000000000000041b4adb212af6ec2"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000100000000000000000000000000000000000000000000040100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000010000000"},"block_hash":"0xa5c053160b4e6877c5d701da9d5453663712a4e8d7c0eaf5963074f7747081d4","block_number":242},{"info":{"transaction_hash":"0x56c5d543d46259fd1d9b4eadc96405fc5cca53e98008354910e12468fd8ef35c","transaction_index":0,"from":"0xd6a098ebcc5f8bd4e174d915c54486b077a34a51","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xd6a098ebcc5f8bd4e174d915c54486b077a34a51","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000749bda47f696ad25","output":"0x000000000000000000000000000000000000000000000000749bda47f696ad25","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000749bda47f696ad25","output":"0x000000000000000000000000000000000000000000000000749bda47f696ad25","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000749bda47f696ad25"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000749bda47f696ad25","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000749bda47f696ad25"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000749bda47f696ad25","output":"0x000000000000000000000000000000000000000000000000749bda47f696ad25","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7000000000000000000000000000000000000000000000000749bda47f696ad25","output":"0x000000000000000000000000000000000000000000000000749bda47f696ad25","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000f04b8ded7a96c9fc1","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000f04b8ded7a96c9fc1","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf2000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000749bda47f696ad25","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf2000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000749bda47f696ad25","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51"],"data":"0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000749bda47f696ad25"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec8000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec8000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000749bda47f696ad25","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x000000000000000000000000000000000000000000000000749bda47f696ad25"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000749bda47f696ad25"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51"],"data":"0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab000000000000000000000000000000000000000000000000749bda47f696ad25"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400218040000000040000000008800000000008000000000000000240000001000000000000000000000000000000004000000000000000000000000000010000000010000002000000000000000000000001000000000000000000040000000000000000000000400000000000000000000000000000000000000000000000000000200000001000000002000001000041000000000002000000000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x66960dd4f5fb895c3f017a64569c8d9c1647639d4a59af10f8a03e2c41e571f4","block_number":360},{"info":{"transaction_hash":"0x9a36415873ff9fd6b9cc1d0563a60326fbd245ad8e1cd129b40d062aec97d2d8","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000040fc963a729c542424cd800349a7e4ecc489662400000000000000000000000000000000000000000000000067f2132e2fa3914e","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624"],"data":"0x00000000000000000000000000000000000000000000000067f2132e2fa3914e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":211,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624"],"data":"0x00000000000000000000000000000000000000000000000067f2132e2fa3914e"}],"logsBloom":"0x00008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000001000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x5330b63b2f9064d0cbba44adc711af729f289cb9b12b3feabf1d8b0b66de8365","block_number":183},{"info":{"transaction_hash":"0x8020297e48870cce10f05b179f34cb947242b4c59c07592bc6bc029a11bc4e2a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x9a9f2ccfde556a7e9ff0848998aa4a0cfd8863ae","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x9a9f2ccfde556a7e9ff0848998aa4a0cfd8863ae","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6101e0604052348015610010575f5ffd5b50604051614d61380380614d6183398101604081905261002f9161034a565b610140810151608082015182516020840151604085015160a086015160c087015160e08801516101008901516101208a015160608b01516001600160a01b03811661008d576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b03166080526100a38582610465565b63ffffffff16156100c757604051630e06bd3160e01b815260040160405180910390fd5b6100d46201518086610465565b63ffffffff16156100f85760405163223c7b3960e11b815260040160405180910390fd5b6001600160a01b0397881660a05295871660c05293861660e05263ffffffff9283166101005290821661012052811661014052908116610160521661018052166101a05261014581610158565b6101c0525061015261019e565b506104f3565b5f5f829050601f8151111561018b578260405163305a27a960e01b81526004016101829190610498565b60405180910390fd5b8051610196826104cd565b179392505050565b5f54610100900460ff16156102055760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608401610182565b5f5460ff90811614610254575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b634e487b7160e01b5f52604160045260245ffd5b60405161016081016001600160401b038111828210171561028d5761028d610256565b60405290565b80516001600160a01b03811681146102a9575f5ffd5b919050565b805163ffffffff811681146102a9575f5ffd5b5f82601f8301126102d0575f5ffd5b81516001600160401b038111156102e9576102e9610256565b604051601f8201601f19908116603f011681016001600160401b038111828210171561031757610317610256565b60405281815283820160200185101561032e575f5ffd5b8160208501602083015e5f918101602001919091529392505050565b5f6020828403121561035a575f5ffd5b81516001600160401b0381111561036f575f5ffd5b82016101608185031215610381575f5ffd5b61038961026a565b61039282610293565b81526103a060208301610293565b60208201526103b160408301610293565b60408201526103c260608301610293565b60608201526103d360808301610293565b60808201526103e460a083016102ae565b60a08201526103f560c083016102ae565b60c082015261040660e083016102ae565b60e082015261041861010083016102ae565b61010082015261042b61012083016102ae565b6101208201526101408201516001600160401b0381111561044a575f5ffd5b610456868285016102c1565b61014083015250949350505050565b5f63ffffffff83168061048657634e487b7160e01b5f52601260045260245ffd5b8063ffffffff84160691505092915050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b805160208083015191908110156104ed575f198160200360031b1b821691505b50919050565b60805160a05160c05160e05161010051610120516101405161016051610180516101a0516101c05161478c6105d55f395f6114b901525f81816105f001526127d101525f81816104a401526135db01525f81816103f30152612c1301525f8181610552015261359901525f818161087e015261348301525f81816107bf015281816134d3015261354701525f81816108d201528181610afb01528181611e2601526120d201525f8181610579015261367601525f81816109450152611d9601525f818161075101528181610ed90152818161150b01526123b1015261478c5ff3fe608060405234801561000f575f5ffd5b50600436106103b3575f3560e01c8063886f1195116101f5578063de02e50311610114578063f6efbb59116100a9578063fabc1cbc11610079578063fabc1cbc14610a33578063fbf1e2c114610a46578063fce36c7d14610a59578063ff9f6cce14610a6c575f5ffd5b8063f6efbb59146109e7578063f74e8eac146109fa578063f8cd844814610a0d578063f96abf2e14610a20575f5ffd5b8063ed71e6a2116100e4578063ed71e6a214610967578063f22cef8514610994578063f2f07ab4146109a7578063f2fde38b146109d4575f5ffd5b8063de02e50314610907578063e063f81f1461091a578063e810ce211461092d578063ea4d3c9b14610940575f5ffd5b8063a50a1d9c1161018a578063bf21a8aa1161015a578063bf21a8aa14610879578063c46db606146108a0578063ca8aa7c7146108cd578063dcbb03b3146108f4575f5ffd5b8063a50a1d9c14610807578063aebd8bae1461081a578063b3dbb0e014610847578063bb7e451f1461085a575f5ffd5b80639cb9a5fa116101c55780639cb9a5fa146107a75780639d45c281146107ba5780639de4b35f146107e1578063a0169ddd146107f4575f5ffd5b8063886f11951461074c5780638da5cb5b146107735780639104c319146107845780639be3d4e41461079f575f5ffd5b80634596021c116102e15780635c975abb11610276578063715018a611610246578063715018a6146106ff5780637b8f8b0514610707578063863cb9a91461070f578063865c695314610722575f5ffd5b80635c975abb146106a25780635e9d8348146106aa57806363f6a798146106bd5780636d21117e146106d2575f5ffd5b806354fd4d50116102b157806354fd4d501461064f57806358baaa3e14610664578063595c6a67146106775780635ac86ab71461067f575f5ffd5b80634596021c146105d85780634657e26a146105eb5780634b943960146106125780634d18cc3514610638575f5ffd5b8063149bc8721161035757806339b70e381161032757806339b70e38146105745780633a8c07861461059b5780633ccc861d146105b25780633efe1db6146105c5575f5ffd5b8063149bc872146104d95780632b9f64a4146104fa57806336af41fa1461053a57806337838ed01461054d575f5ffd5b80630e9a53cf116103925780630e9a53cf1461043f5780630eb383451461048c578063131433b41461049f578063136439dd146104c6575f5ffd5b806218572c146103b757806304a0c502146103ee5780630ca298991461042a575b5f5ffd5b6103d96103c5366004613bb9565b60d16020525f908152604090205460ff1681565b60405190151581526020015b60405180910390f35b6104157f000000000000000000000000000000000000000000000000000000000000000081565b60405163ffffffff90911681526020016103e5565b61043d610438366004613c31565b610a7f565b005b610447610d44565b6040516103e591905f6080820190508251825263ffffffff602084015116602083015263ffffffff604084015116604083015260608301511515606083015292915050565b61043d61049a366004613c8d565b610e44565b6104157f000000000000000000000000000000000000000000000000000000000000000081565b61043d6104d4366004613cc4565b610ec4565b6104ec6104e7366004613cdb565b610f99565b6040519081526020016103e5565b610522610508366004613bb9565b60cc6020525f90815260409020546001600160a01b031681565b6040516001600160a01b0390911681526020016103e5565b61043d610548366004613cf5565b61100e565b6104157f000000000000000000000000000000000000000000000000000000000000000081565b6105227f000000000000000000000000000000000000000000000000000000000000000081565b60cb5461041590600160a01b900463ffffffff1681565b61043d6105c0366004613d44565b61119d565b61043d6105d3366004613d9a565b6111e2565b61043d6105e6366004613dc4565b6113d6565b6105227f000000000000000000000000000000000000000000000000000000000000000081565b610625610620366004613bb9565b611457565b60405161ffff90911681526020016103e5565b60cb5461041590600160c01b900463ffffffff1681565b6106576114b2565b6040516103e59190613e16565b61043d610672366004613e4b565b6114e2565b61043d6114f6565b6103d961068d366004613e64565b606654600160ff9092169190911b9081161490565b6066546104ec565b6103d96106b8366004613e84565b6115a5565b60cb5461062590600160e01b900461ffff1681565b6103d96106e0366004613eb5565b60cf60209081525f928352604080842090915290825290205460ff1681565b61043d611630565b60ca546104ec565b61043d61071d366004613bb9565b611641565b6104ec610730366004613edf565b60cd60209081525f928352604080842090915290825290205481565b6105227f000000000000000000000000000000000000000000000000000000000000000081565b6033546001600160a01b0316610522565b61052273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b610447611652565b61043d6107b5366004613f0b565b6116ee565b6104157f000000000000000000000000000000000000000000000000000000000000000081565b6106256107ef366004613f42565b611887565b61043d610802366004613bb9565b61190a565b61043d610815366004613f7e565b611915565b6103d9610828366004613eb5565b60d260209081525f928352604080842090915290825290205460ff1681565b61043d610855366004613f97565b611926565b6104ec610868366004613bb9565b60ce6020525f908152604090205481565b6104157f000000000000000000000000000000000000000000000000000000000000000081565b6103d96108ae366004613eb5565b60d060209081525f928352604080842090915290825290205460ff1681565b6105227f000000000000000000000000000000000000000000000000000000000000000081565b61043d610902366004613fc1565b611a6f565b610447610915366004613cc4565b611bda565b610625610928366004613edf565b611c6a565b61041561093b366004613cc4565b611ccf565b6105227f000000000000000000000000000000000000000000000000000000000000000081565b6103d9610975366004613eb5565b60d360209081525f928352604080842090915290825290205460ff1681565b61043d6109a2366004613edf565b611d50565b6103d96109b5366004613eb5565b60d760209081525f928352604080842090915290825290205460ff1681565b61043d6109e2366004613bb9565b611eba565b61043d6109f5366004614005565b611f35565b61043d610a08366004614063565b61206a565b6104ec610a1b366004613cdb565b612250565b61043d610a2e366004613e4b565b612260565b61043d610a41366004613cc4565b6123af565b60cb54610522906001600160a01b031681565b61043d610a67366004613cf5565b6124c5565b61043d610a7a366004613cf5565b612614565b60665460099061020090811603610aa95760405163840a48d560e01b815260040160405180910390fd5b610ab66020850185613bb9565b610abf81612793565b610adc5760405163932d94f760e01b815260040160405180910390fd5b610ae461283d565b6040516304c1b8eb60e31b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063260dc75890610b309088906004016140ce565b602060405180830381865afa158015610b4b573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b6f91906140dc565b610b8c57604051631fb1705560e21b815260040160405180910390fd5b5f5b83811015610d325736858583818110610ba957610ba96140f7565b9050602002810190610bbb919061410b565b90505f60ce81610bce60208b018b613bb9565b6001600160a01b031681526020808201929092526040015f90812054925090610bf9908a018a613bb9565b8284604051602001610c0d93929190614333565b6040516020818303038152906040528051906020012090505f610c2f84612896565b9050600160d75f610c4360208e018e613bb9565b6001600160a01b0316815260208082019290925260409081015f9081208682529092529020805460ff1916911515919091179055610c82836001614376565b60ce5f610c9260208e018e613bb9565b6001600160a01b03166001600160a01b031681526020019081526020015f208190555081336001600160a01b03167ffff0759ccb371dfb5691798724e70b4fa61cb3bfe730a33ac19fb86a48efc7568c8688604051610cf393929190614389565b60405180910390a3610d22333083610d116040890160208a01613bb9565b6001600160a01b0316929190612a81565b505060019092019150610b8e9050565b50610d3d6001609755565b5050505050565b604080516080810182525f80825260208201819052918101829052606081019190915260ca545b8015610e1c575f60ca610d7f6001846143ae565b81548110610d8f57610d8f6140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff161580156060830181905291925090610dfe5750806040015163ffffffff164210155b15610e095792915050565b5080610e14816143c1565b915050610d6b565b5050604080516080810182525f80825260208201819052918101829052606081019190915290565b610e4c612aec565b6001600160a01b0382165f81815260d1602052604080822054905160ff9091169284151592841515927f4de6293e668df1398422e1def12118052c1539a03cbfedc145895d48d7685f1c9190a4506001600160a01b03919091165f90815260d160205260409020805460ff1916911515919091179055565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610f26573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f4a91906140dc565b610f6757604051631d77d47760e21b815260040160405180910390fd5b6066548181168114610f8c5760405163c61dca5d60e01b815260040160405180910390fd5b610f9582612b46565b5050565b5f80610fa86020840184613bb9565b8360200135604051602001610ff19392919060f89390931b6001600160f81b031916835260609190911b6bffffffffffffffffffffffff19166001830152601582015260350190565b604051602081830303815290604052805190602001209050919050565b6066546001906002908116036110375760405163840a48d560e01b815260040160405180910390fd5b335f90815260d1602052604090205460ff1661106657604051635c427cd960e01b815260040160405180910390fd5b61106e61283d565b5f5b8281101561118d573684848381811061108b5761108b6140f7565b905060200281019061109d91906143d6565b335f81815260ce602090815260408083205490519495509391926110c79290918591879101614468565b6040516020818303038152906040528051906020012090506110e883612b83565b335f90815260d0602090815260408083208484529091529020805460ff1916600190811790915561111a908390614376565b335f81815260ce602052604090819020929092559051829184917f51088b8c89628df3a8174002c2a034d0152fce6af8415d651b2a4734bf2704829061116190889061448e565b60405180910390a4611182333060408601803590610d119060208901613bb9565b505050600101611070565b506111986001609755565b505050565b6066546002906004908116036111c65760405163840a48d560e01b815260040160405180910390fd5b6111ce61283d565b6111d88383612c6e565b6111986001609755565b60665460039060089081160361120b5760405163840a48d560e01b815260040160405180910390fd5b60cb546001600160a01b0316331461123657604051635c427cd960e01b815260040160405180910390fd5b60cb5463ffffffff600160c01b90910481169083161161126957604051631ca7e50b60e21b815260040160405180910390fd5b428263ffffffff161061128f576040516306957c9160e11b815260040160405180910390fd5b60ca5460cb545f906112ae90600160a01b900463ffffffff16426144a0565b6040805160808101825287815263ffffffff87811660208084018281528684168587018181525f6060880181815260ca8054600181018255925297517f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee160029092029182015592517f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee290930180549151975193871667ffffffffffffffff1990921691909117600160201b978716979097029690961760ff60401b1916600160401b921515929092029190911790945560cb805463ffffffff60c01b1916600160c01b840217905593519283529394508892908616917fecd866c3c158fa00bf34d803d5f6023000b57080bcb48af004c2b4b46b3afd08910160405180910390a45050505050565b6066546002906004908116036113ff5760405163840a48d560e01b815260040160405180910390fd5b61140761283d565b5f5b838110156114465761143e858583818110611426576114266140f7565b905060200281019061143891906144bc565b84612c6e565b600101611409565b506114516001609755565b50505050565b6001600160a01b0381165f90815260d5602090815260408083208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff16908201526114ac90612ef6565b92915050565b60606114dd7f0000000000000000000000000000000000000000000000000000000000000000612f66565b905090565b6114ea612aec565b6114f381612fa3565b50565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa158015611558573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061157c91906140dc565b61159957604051631d77d47760e21b815260040160405180910390fd5b6115a35f19612b46565b565b5f6116288260ca6115b96020830183613e4b565b63ffffffff16815481106115cf576115cf6140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff1615156060820152613014565b506001919050565b611638612aec565b6115a35f6131b7565b611649612aec565b6114f381613208565b604080516080810182525f80825260208201819052918101829052606081019190915260ca8054611685906001906143ae565b81548110611695576116956140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff1615156060820152919050565b6066546005906020908116036117175760405163840a48d560e01b815260040160405180910390fd5b8361172181612793565b61173e5760405163932d94f760e01b815260040160405180910390fd5b61174661283d565b5f5b83811015610d325736858583818110611763576117636140f7565b9050602002810190611775919061410b565b6001600160a01b0388165f90815260ce60209081526040808320549051939450926117a6918b918591879101614333565b6040516020818303038152906040528051906020012090505f6117c884612896565b6001600160a01b038b165f90815260d3602090815260408083208684529091529020805460ff19166001908117909155909150611806908490614376565b6001600160a01b038b165f81815260ce60205260409081902092909255905183919033907ffc8888bffd711da60bc5092b33f677d81896fe80ecc677b84cfab8184462b6e0906118599088908a906144d0565b60405180910390a4611877333083610d116040890160208a01613bb9565b5050600190920191506117489050565b6001600160a01b0382165f90815260d66020526040812061190390826118ba6118b5368790038701876144e8565b613263565b815260208082019290925260409081015f208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff1690820152612ef6565b9392505050565b33610f9581836132c6565b61191d612aec565b6114f381613329565b60665460079060809081160361194f5760405163840a48d560e01b815260040160405180910390fd5b8261195981612793565b6119765760405163932d94f760e01b815260040160405180910390fd5b60cb545f9061199290600160a01b900463ffffffff16426144a0565b6001600160a01b0386165f90815260d5602090815260408083208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff1690820152919250906119eb90612ef6565b6001600160a01b0387165f90815260d560205260409020909150611a10908684613394565b6040805163ffffffff8416815261ffff838116602083015287168183015290516001600160a01b0388169133917fd1e028bd664486a46ad26040e999cd2d22e1e9a094ee6afe19fcf64678f16f749181900360600190a3505050505050565b606654600690604090811603611a985760405163840a48d560e01b815260040160405180910390fd5b83611aa281612793565b611abf5760405163932d94f760e01b815260040160405180910390fd5b60cb545f90611adb90600160a01b900463ffffffff16426144a0565b6001600160a01b038781165f90815260d460209081526040808320938a1683529281528282208351606081018552905461ffff80821683526201000082041692820192909252600160201b90910463ffffffff1692810192909252919250611b4290612ef6565b6001600160a01b038089165f90815260d460209081526040808320938b16835292905220909150611b74908684613394565b6040805163ffffffff8416815261ffff838116602083015287168183015290516001600160a01b0388811692908a169133917f48e198b6ae357e529204ee53a8e514c470ff77d9cc8e4f7207f8b5d490ae6934919081900360600190a450505050505050565b604080516080810182525f80825260208201819052918101829052606081019190915260ca8281548110611c1057611c106140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff161515606082015292915050565b6001600160a01b038281165f90815260d46020908152604080832093851683529281528282208351606081018552905461ffff80821683526201000082041692820192909252600160201b90910463ffffffff16928101929092529061190390612ef6565b60ca545f905b63ffffffff811615611d36578260ca611cef600184614550565b63ffffffff1681548110611d0557611d056140f7565b905f5260205f2090600202015f015403611d2457611903600182614550565b80611d2e8161456c565b915050611cd5565b5060405163504570e360e01b815260040160405180910390fd5b81611d5a81612793565b611d775760405163932d94f760e01b815260040160405180910390fd5b6040516336b87bd760e11b81526001600160a01b0384811660048301527f00000000000000000000000000000000000000000000000000000000000000001690636d70f7ae90602401602060405180830381865afa158015611ddb573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dff91906140dc565b80611e93575060405163ba1a84e560e01b81526001600160a01b0384811660048301525f917f00000000000000000000000000000000000000000000000000000000000000009091169063ba1a84e590602401602060405180830381865afa158015611e6d573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e91919061458a565b115b611eb05760405163fb494ea160e01b815260040160405180910390fd5b61119883836132c6565b611ec2612aec565b6001600160a01b038116611f2c5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b6114f3816131b7565b5f54610100900460ff1615808015611f5357505f54600160ff909116105b80611f6c5750303b158015611f6c57505f5460ff166001145b611fcf5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401611f23565b5f805460ff191660011790558015611ff0575f805461ff0019166101001790555b611ff985612b46565b612002866131b7565b61200b84613208565b61201483612fa3565b61201d82613329565b8015612062575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050505050565b606654600890610100908116036120945760405163840a48d560e01b815260040160405180910390fd5b8361209e81612793565b6120bb5760405163932d94f760e01b815260040160405180910390fd5b6040516304c1b8eb60e31b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063260dc758906121079087906004016140ce565b602060405180830381865afa158015612122573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061214691906140dc565b61216357604051631fb1705560e21b815260040160405180910390fd5b60cb545f9061217f90600160a01b900463ffffffff16426144a0565b6001600160a01b0387165f90815260d660205260408120919250906121b190826118ba6118b5368b90038b018b6144e8565b6001600160a01b0388165f90815260d6602052604081209192506121f691906121e26118b5368b90038b018b6144e8565b81526020019081526020015f208684613394565b866001600160a01b0316336001600160a01b03167f14918b3834ab6752eb2e1b489b6663a67810efb5f56f3944a97ede8ecf1fd9f18885858a60405161223f94939291906145a1565b60405180910390a350505050505050565b5f6001610fa86020840184613bb9565b6066546003906008908116036122895760405163840a48d560e01b815260040160405180910390fd5b60cb546001600160a01b031633146122b457604051635c427cd960e01b815260040160405180910390fd5b60ca5463ffffffff8316106122dc576040516394a8d38960e01b815260040160405180910390fd5b5f60ca8363ffffffff16815481106122f6576122f66140f7565b905f5260205f20906002020190508060010160089054906101000a900460ff161561233457604051631b14174b60e01b815260040160405180910390fd5b6001810154600160201b900463ffffffff16421061236557604051630c36f66560e21b815260040160405180910390fd5b60018101805460ff60401b1916600160401b17905560405163ffffffff8416907fd850e6e5dfa497b72661fa73df2923464eaed9dc2ff1d3cb82bccbfeabe5c41e905f90a2505050565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561240b573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061242f91906145d5565b6001600160a01b0316336001600160a01b0316146124605760405163794821ff60e01b815260040160405180910390fd5b606654801982198116146124875760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b6066545f906001908116036124ed5760405163840a48d560e01b815260040160405180910390fd5b6124f561283d565b5f5b8281101561118d5736848483818110612512576125126140f7565b905060200281019061252491906143d6565b335f81815260ce6020908152604080832054905194955093919261254e9290918591879101614468565b60405160208183030381529060405280519060200120905061256f83612b83565b335f90815260cf602090815260408083208484529091529020805460ff191660019081179091556125a1908390614376565b335f81815260ce602052604090819020929092559051829184917f450a367a380c4e339e5ae7340c8464ef27af7781ad9945cfe8abd828f89e6281906125e890889061448e565b60405180910390a4612609333060408601803590610d119060208901613bb9565b5050506001016124f7565b60665460049060109081160361263d5760405163840a48d560e01b815260040160405180910390fd5b335f90815260d1602052604090205460ff1661266c57604051635c427cd960e01b815260040160405180910390fd5b61267461283d565b5f5b8281101561118d5736848483818110612691576126916140f7565b90506020028101906126a391906143d6565b335f81815260ce602090815260408083205490519495509391926126cd9290918591879101614468565b6040516020818303038152906040528051906020012090506126ee83612b83565b335f90815260d2602090815260408083208484529091529020805460ff19166001908117909155612720908390614376565b335f81815260ce602052604090819020929092559051829184917f5251b6fdefcb5d81144e735f69ea4c695fd43b0289ca53dc075033f5fc80068b9061276790889061448e565b60405180910390a4612788333060408601803590610d119060208901613bb9565b505050600101612676565b604051631beb2b9760e31b81526001600160a01b0382811660048301523360248301523060448301525f80356001600160e01b0319166064840152917f00000000000000000000000000000000000000000000000000000000000000009091169063df595cb8906084016020604051808303815f875af1158015612819573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114ac91906140dc565b60026097540361288f5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401611f23565b6002609755565b5f6128c96128a483806145f0565b6128b46080860160608701613e4b565b6128c460a0870160808801613e4b565b613463565b5f6128d760408401846145f0565b9050116128f75760405163796cc52560e01b815260040160405180910390fd5b4261290860a0840160808501613e4b565b6129186080850160608601613e4b565b61292291906144a0565b63ffffffff16106129465760405163150358a160e21b815260040160405180910390fd5b5f80805b61295760408601866145f0565b9050811015612a48573661296e60408701876145f0565b8381811061297e5761297e6140f7565b6040029190910191505f90506129976020830183613bb9565b6001600160a01b0316036129be57604051630863a45360e11b815260040160405180910390fd5b6129cb6020820182613bb9565b6001600160a01b0316836001600160a01b0316106129fc576040516310fb47f160e31b815260040160405180910390fd5b5f816020013511612a20576040516310eb483f60e21b815260040160405180910390fd5b612a2d6020820182613bb9565b9250612a3d602082013585614376565b93505060010161294a565b506f4b3b4ca85a86c47a098a223fffffffff821115612a7a5760405163070b5a6f60e21b815260040160405180910390fd5b5092915050565b6040516001600160a01b03808516602483015283166044820152606481018290526114519085906323b872dd60e01b906084015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152613761565b6033546001600160a01b031633146115a35760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401611f23565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b612bb0612b9082806145f0565b612ba06080850160608601613e4b565b6128c460a0860160808701613e4b565b5f816040013511612bd4576040516310eb483f60e21b815260040160405180910390fd5b6f4b3b4ca85a86c47a098a223fffffffff81604001351115612c095760405163070b5a6f60e21b815260040160405180910390fd5b612c3963ffffffff7f00000000000000000000000000000000000000000000000000000000000000001642614376565b612c496080830160608401613e4b565b63ffffffff1611156114f357604051637ee2b44360e01b815260040160405180910390fd5b5f60ca612c7e6020850185613e4b565b63ffffffff1681548110612c9457612c946140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff16151560608201529050612cf48382613014565b5f612d056080850160608601613bb9565b6001600160a01b038082165f90815260cc60205260409020549192501680612d2a5750805b336001600160a01b03821614612d5357604051635c427cd960e01b815260040160405180910390fd5b5f5b612d6260a0870187614635565b90508110156120625736612d7960e08801886145f0565b83818110612d8957612d896140f7565b6001600160a01b0387165f90815260cd602090815260408083209302949094019450929091508290612dbd90850185613bb9565b6001600160a01b03166001600160a01b031681526020019081526020015f2054905080826020013511612e035760405163aa385e8160e01b815260040160405180910390fd5b5f612e128260208501356143ae565b6001600160a01b0387165f90815260cd60209081526040822092935085018035929190612e3f9087613bb9565b6001600160a01b031681526020808201929092526040015f2091909155612e809089908390612e7090870187613bb9565b6001600160a01b03169190613834565b86516001600160a01b03808a1691878216918916907f9543dbd55580842586a951f0386e24d68a5df99ae29e3b216588b45fd684ce3190612ec46020890189613bb9565b604080519283526001600160a01b039091166020830152810186905260600160405180910390a4505050600101612d55565b5f816040015163ffffffff165f1480612f285750815161ffff908116148015612f285750816040015163ffffffff1642105b15612f4057505060cb54600160e01b900461ffff1690565b816040015163ffffffff16421015612f595781516114ac565b506020015190565b919050565b60605f612f7283613864565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b60cb546040805163ffffffff600160a01b9093048316815291831660208301527faf557c6c02c208794817a705609cfa935f827312a1adfdd26494b6b95dd2b4b3910160405180910390a160cb805463ffffffff909216600160a01b0263ffffffff60a01b19909216919091179055565b80606001511561303757604051631b14174b60e01b815260040160405180910390fd5b806040015163ffffffff1642101561306257604051631437a2bb60e31b815260040160405180910390fd5b61306f60c0830183614635565b905061307e60a0840184614635565b90501461309e576040516343714afd60e01b815260040160405180910390fd5b6130ab60e08301836145f0565b90506130ba60c0840184614635565b9050146130da576040516343714afd60e01b815260040160405180910390fd5b8051613106906130f06040850160208601613e4b565b6130fd604086018661467a565b8660600161388b565b5f5b61311560a0840184614635565b9050811015611198576131af608084013561313360a0860186614635565b84818110613143576131436140f7565b90506020020160208101906131589190613e4b565b61316560c0870187614635565b85818110613175576131756140f7565b9050602002810190613187919061467a565b61319460e08901896145f0565b878181106131a4576131a46140f7565b90506040020161392f565b600101613108565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b60cb546040516001600160a01b038084169216907f237b82f438d75fc568ebab484b75b01d9287b9e98b490b7c23221623b6705dbb905f90a360cb80546001600160a01b0319166001600160a01b0392909216919091179055565b5f815f0151826020015163ffffffff166040516020016132ae92919060609290921b6bffffffffffffffffffffffff1916825260a01b6001600160a01b031916601482015260200190565b6040516020818303038152906040526114ac906146bc565b6001600160a01b038083165f81815260cc602052604080822080548686166001600160a01b0319821681179092559151919094169392849290917fbab947934d42e0ad206f25c9cab18b5bb6ae144acfb00f40b4e3aa59590ca3129190a4505050565b60cb546040805161ffff600160e01b9093048316815291831660208301527fe6cd4edfdcc1f6d130ab35f73d72378f3a642944fb4ee5bd84b7807a81ea1c4e910160405180910390a160cb805461ffff909216600160e01b0261ffff60e01b19909216919091179055565b61271061ffff831611156133bb5760405163891c63df60e01b815260040160405180910390fd5b8254600160201b900463ffffffff1642116133e957604051637b1e25c560e01b815260040160405180910390fd5b8254600160201b900463ffffffff165f0361341057825461ffff191661ffff178355613427565b825462010000810461ffff1661ffff199091161783555b825463ffffffff909116600160201b0267ffffffff000000001961ffff90931662010000029290921667ffffffffffff00001990911617179055565b826134815760405163796cc52560e01b815260040160405180910390fd5b7f000000000000000000000000000000000000000000000000000000000000000063ffffffff168163ffffffff1611156134ce57604051630dd0b9f560e21b815260040160405180910390fd5b6134f87f0000000000000000000000000000000000000000000000000000000000000000826146f3565b63ffffffff161561351c5760405163ee66470560e01b815260040160405180910390fd5b5f8163ffffffff16116135425760405163cb3f434d60e01b815260040160405180910390fd5b61356c7f0000000000000000000000000000000000000000000000000000000000000000836146f3565b63ffffffff161561359057604051633c1a94f160e21b815260040160405180910390fd5b8163ffffffff167f000000000000000000000000000000000000000000000000000000000000000063ffffffff16426135c991906143ae565b1115801561360357508163ffffffff167f000000000000000000000000000000000000000000000000000000000000000063ffffffff1611155b6136205760405163041aa75760e11b815260040160405180910390fd5b5f805b84811015612062575f86868381811061363e5761363e6140f7565b6136549260206040909202019081019150613bb9565b60405163198f077960e21b81526001600160a01b0380831660048301529192507f00000000000000000000000000000000000000000000000000000000000000009091169063663c1de490602401602060405180830381865afa1580156136bd573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136e191906140dc565b8061370857506001600160a01b03811673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0145b61372557604051632efd965160e11b815260040160405180910390fd5b806001600160a01b0316836001600160a01b0316106137575760405163dfad9ca160e01b815260040160405180910390fd5b9150600101613623565b5f6137b5826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b031661396d9092919063ffffffff16565b905080515f14806137d55750808060200190518101906137d591906140dc565b6111985760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401611f23565b6040516001600160a01b03831660248201526044810182905261119890849063a9059cbb60e01b90606401612ab5565b5f60ff8216601f8111156114ac57604051632cd44ac360e21b815260040160405180910390fd5b61389660208361471a565b6001901b8463ffffffff16106138be5760405162c6c39d60e71b815260040160405180910390fd5b5f6138c882610f99565b905061391284848080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152508a92508591505063ffffffff8916613983565b612062576040516369ca16c960e01b815260040160405180910390fd5b61393a60208361471a565b6001901b8463ffffffff16106139635760405163054ff4df60e51b815260040160405180910390fd5b5f6138c882612250565b606061397b84845f8561399a565b949350505050565b5f83613990868585613a71565b1495945050505050565b6060824710156139fb5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401611f23565b5f5f866001600160a01b03168587604051613a16919061472d565b5f6040518083038185875af1925050503d805f8114613a50576040519150601f19603f3d011682016040523d82523d5f602084013e613a55565b606091505b5091509150613a6687838387613b08565b979650505050505050565b5f60208451613a809190614743565b15613a9e576040516313717da960e21b815260040160405180910390fd5b8260205b85518111613aff57613ab5600285614743565b5f03613ad657815f528086015160205260405f209150600284049350613aed565b808601515f528160205260405f2091506002840493505b613af8602082614376565b9050613aa2565b50949350505050565b60608315613b765782515f03613b6f576001600160a01b0385163b613b6f5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401611f23565b508161397b565b61397b8383815115613b8b5781518083602001fd5b8060405162461bcd60e51b8152600401611f239190613e16565b6001600160a01b03811681146114f3575f5ffd5b5f60208284031215613bc9575f5ffd5b813561190381613ba5565b5f60408284031215613be4575f5ffd5b50919050565b5f5f83601f840112613bfa575f5ffd5b5081356001600160401b03811115613c10575f5ffd5b6020830191508360208260051b8501011115613c2a575f5ffd5b9250929050565b5f5f5f60608486031215613c43575f5ffd5b613c4d8585613bd4565b925060408401356001600160401b03811115613c67575f5ffd5b613c7386828701613bea565b9497909650939450505050565b80151581146114f3575f5ffd5b5f5f60408385031215613c9e575f5ffd5b8235613ca981613ba5565b91506020830135613cb981613c80565b809150509250929050565b5f60208284031215613cd4575f5ffd5b5035919050565b5f60408284031215613ceb575f5ffd5b6119038383613bd4565b5f5f60208385031215613d06575f5ffd5b82356001600160401b03811115613d1b575f5ffd5b613d2785828601613bea565b90969095509350505050565b5f6101008284031215613be4575f5ffd5b5f5f60408385031215613d55575f5ffd5b82356001600160401b03811115613d6a575f5ffd5b613d7685828601613d33565b9250506020830135613cb981613ba5565b803563ffffffff81168114612f61575f5ffd5b5f5f60408385031215613dab575f5ffd5b82359150613dbb60208401613d87565b90509250929050565b5f5f5f60408486031215613dd6575f5ffd5b83356001600160401b03811115613deb575f5ffd5b613df786828701613bea565b9094509250506020840135613e0b81613ba5565b809150509250925092565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f60208284031215613e5b575f5ffd5b61190382613d87565b5f60208284031215613e74575f5ffd5b813560ff81168114611903575f5ffd5b5f60208284031215613e94575f5ffd5b81356001600160401b03811115613ea9575f5ffd5b61397b84828501613d33565b5f5f60408385031215613ec6575f5ffd5b8235613ed181613ba5565b946020939093013593505050565b5f5f60408385031215613ef0575f5ffd5b8235613efb81613ba5565b91506020830135613cb981613ba5565b5f5f5f60408486031215613f1d575f5ffd5b8335613f2881613ba5565b925060208401356001600160401b03811115613c67575f5ffd5b5f5f60608385031215613f53575f5ffd5b8235613f5e81613ba5565b9150613dbb8460208501613bd4565b803561ffff81168114612f61575f5ffd5b5f60208284031215613f8e575f5ffd5b61190382613f6d565b5f5f60408385031215613fa8575f5ffd5b8235613fb381613ba5565b9150613dbb60208401613f6d565b5f5f5f60608486031215613fd3575f5ffd5b8335613fde81613ba5565b92506020840135613fee81613ba5565b9150613ffc60408501613f6d565b90509250925092565b5f5f5f5f5f60a08688031215614019575f5ffd5b853561402481613ba5565b945060208601359350604086013561403b81613ba5565b925061404960608701613d87565b915061405760808701613f6d565b90509295509295909350565b5f5f5f60808486031215614075575f5ffd5b833561408081613ba5565b925061408f8560208601613bd4565b9150613ffc60608501613f6d565b80356140a881613ba5565b6001600160a01b0316825263ffffffff6140c460208301613d87565b1660208301525050565b604081016114ac828461409d565b5f602082840312156140ec575f5ffd5b815161190381613c80565b634e487b7160e01b5f52603260045260245ffd5b5f823560be1983360301811261411f575f5ffd5b9190910192915050565b5f5f8335601e1984360301811261413e575f5ffd5b83016020810192503590506001600160401b0381111561415c575f5ffd5b8060061b3603821315613c2a575f5ffd5b8183526020830192505f815f5b848110156141d057813561418d81613ba5565b6001600160a01b0316865260208201356bffffffffffffffffffffffff81168082146141b7575f5ffd5b602088015250604095860195919091019060010161417a565b5093949350505050565b5f5f8335601e198436030181126141ef575f5ffd5b83016020810192503590506001600160401b0381111561420d575f5ffd5b803603821315613c2a575f5ffd5b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b5f61424e8283614129565b60c0855261426060c08601828461416d565b915050602083013561427181613ba5565b6001600160a01b0316602085015261428c6040840184614129565b858303604087015280835290915f91906020015b818310156142db5783356142b381613ba5565b6001600160a01b031681526020848101359082015260409384019360019390930192016142a0565b6142e760608701613d87565b63ffffffff81166060890152935061430160808701613d87565b63ffffffff81166080890152935061431c60a08701876141da565b9450925086810360a0880152613a6681858561421b565b60018060a01b0384168152826020820152606060408201525f6143596060830184614243565b95945050505050565b634e487b7160e01b5f52601160045260245ffd5b808201808211156114ac576114ac614362565b614393818561409d565b826040820152608060608201525f6143596080830184614243565b818103818111156114ac576114ac614362565b5f816143cf576143cf614362565b505f190190565b5f8235609e1983360301811261411f575f5ffd5b5f6143f58283614129565b60a0855261440760a08601828461416d565b915050602083013561441881613ba5565b6001600160a01b031660208501526040838101359085015263ffffffff61444160608501613d87565b16606085015263ffffffff61445860808501613d87565b1660808501528091505092915050565b60018060a01b0384168152826020820152606060408201525f61435960608301846143ea565b602081525f61190360208301846143ea565b63ffffffff81811683821601908111156114ac576114ac614362565b5f823560fe1983360301811261411f575f5ffd5b828152604060208201525f61397b6040830184614243565b5f60408284031280156144f9575f5ffd5b50604080519081016001600160401b038111828210171561452857634e487b7160e01b5f52604160045260245ffd5b604052823561453681613ba5565b815261454460208401613d87565b60208201529392505050565b63ffffffff82811682821603908111156114ac576114ac614362565b5f63ffffffff82168061458157614581614362565b5f190192915050565b5f6020828403121561459a575f5ffd5b5051919050565b60a081016145af828761409d565b63ffffffff94909416604082015261ffff92831660608201529116608090910152919050565b5f602082840312156145e5575f5ffd5b815161190381613ba5565b5f5f8335601e19843603018112614605575f5ffd5b8301803591506001600160401b0382111561461e575f5ffd5b6020019150600681901b3603821315613c2a575f5ffd5b5f5f8335601e1984360301811261464a575f5ffd5b8301803591506001600160401b03821115614663575f5ffd5b6020019150600581901b3603821315613c2a575f5ffd5b5f5f8335601e1984360301811261468f575f5ffd5b8301803591506001600160401b038211156146a8575f5ffd5b602001915036819003821315613c2a575f5ffd5b80516020808301519190811015613be4575f1960209190910360031b1b16919050565b634e487b7160e01b5f52601260045260245ffd5b5f63ffffffff831680614708576147086146df565b8063ffffffff84160691505092915050565b5f82614728576147286146df565b500490565b5f82518060208501845e5f920191825250919050565b5f82614751576147516146df565b50069056fea2646970667358221220d63b7f01ef92bde201fe23e3565d12efb900ef9e9ff3c2279a81e717dcb1668064736f6c634300081b00330000000000000000000000000000000000000000000000000000000000000020000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c90000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757070000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3180000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7880000000000000000000000000000000000000000000000000000000000093a8000000000000000000000000000000000000000000000000000000000005c4900000000000000000000000000000000000000000000000000000000000076a7000000000000000000000000000000000000000000000000000000000000278d000000000000000000000000000000000000000000000000000000000065fb78800000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000000676302e302e300000000000000000000000000000000000000000000000000000","output":"0x608060405234801561000f575f5ffd5b50600436106103b3575f3560e01c8063886f1195116101f5578063de02e50311610114578063f6efbb59116100a9578063fabc1cbc11610079578063fabc1cbc14610a33578063fbf1e2c114610a46578063fce36c7d14610a59578063ff9f6cce14610a6c575f5ffd5b8063f6efbb59146109e7578063f74e8eac146109fa578063f8cd844814610a0d578063f96abf2e14610a20575f5ffd5b8063ed71e6a2116100e4578063ed71e6a214610967578063f22cef8514610994578063f2f07ab4146109a7578063f2fde38b146109d4575f5ffd5b8063de02e50314610907578063e063f81f1461091a578063e810ce211461092d578063ea4d3c9b14610940575f5ffd5b8063a50a1d9c1161018a578063bf21a8aa1161015a578063bf21a8aa14610879578063c46db606146108a0578063ca8aa7c7146108cd578063dcbb03b3146108f4575f5ffd5b8063a50a1d9c14610807578063aebd8bae1461081a578063b3dbb0e014610847578063bb7e451f1461085a575f5ffd5b80639cb9a5fa116101c55780639cb9a5fa146107a75780639d45c281146107ba5780639de4b35f146107e1578063a0169ddd146107f4575f5ffd5b8063886f11951461074c5780638da5cb5b146107735780639104c319146107845780639be3d4e41461079f575f5ffd5b80634596021c116102e15780635c975abb11610276578063715018a611610246578063715018a6146106ff5780637b8f8b0514610707578063863cb9a91461070f578063865c695314610722575f5ffd5b80635c975abb146106a25780635e9d8348146106aa57806363f6a798146106bd5780636d21117e146106d2575f5ffd5b806354fd4d50116102b157806354fd4d501461064f57806358baaa3e14610664578063595c6a67146106775780635ac86ab71461067f575f5ffd5b80634596021c146105d85780634657e26a146105eb5780634b943960146106125780634d18cc3514610638575f5ffd5b8063149bc8721161035757806339b70e381161032757806339b70e38146105745780633a8c07861461059b5780633ccc861d146105b25780633efe1db6146105c5575f5ffd5b8063149bc872146104d95780632b9f64a4146104fa57806336af41fa1461053a57806337838ed01461054d575f5ffd5b80630e9a53cf116103925780630e9a53cf1461043f5780630eb383451461048c578063131433b41461049f578063136439dd146104c6575f5ffd5b806218572c146103b757806304a0c502146103ee5780630ca298991461042a575b5f5ffd5b6103d96103c5366004613bb9565b60d16020525f908152604090205460ff1681565b60405190151581526020015b60405180910390f35b6104157f0000000000000000000000000000000000000000000000000000000000278d0081565b60405163ffffffff90911681526020016103e5565b61043d610438366004613c31565b610a7f565b005b610447610d44565b6040516103e591905f6080820190508251825263ffffffff602084015116602083015263ffffffff604084015116604083015260608301511515606083015292915050565b61043d61049a366004613c8d565b610e44565b6104157f0000000000000000000000000000000000000000000000000000000065fb788081565b61043d6104d4366004613cc4565b610ec4565b6104ec6104e7366004613cdb565b610f99565b6040519081526020016103e5565b610522610508366004613bb9565b60cc6020525f90815260409020546001600160a01b031681565b6040516001600160a01b0390911681526020016103e5565b61043d610548366004613cf5565b61100e565b6104157f000000000000000000000000000000000000000000000000000000000076a70081565b6105227f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570781565b60cb5461041590600160a01b900463ffffffff1681565b61043d6105c0366004613d44565b61119d565b61043d6105d3366004613d9a565b6111e2565b61043d6105e6366004613dc4565b6113d6565b6105227f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad78881565b610625610620366004613bb9565b611457565b60405161ffff90911681526020016103e5565b60cb5461041590600160c01b900463ffffffff1681565b6106576114b2565b6040516103e59190613e16565b61043d610672366004613e4b565b6114e2565b61043d6114f6565b6103d961068d366004613e64565b606654600160ff9092169190911b9081161490565b6066546104ec565b6103d96106b8366004613e84565b6115a5565b60cb5461062590600160e01b900461ffff1681565b6103d96106e0366004613eb5565b60cf60209081525f928352604080842090915290825290205460ff1681565b61043d611630565b60ca546104ec565b61043d61071d366004613bb9565b611641565b6104ec610730366004613edf565b60cd60209081525f928352604080842090915290825290205481565b6105227f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e081565b6033546001600160a01b0316610522565b61052273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b610447611652565b61043d6107b5366004613f0b565b6116ee565b6104157f0000000000000000000000000000000000000000000000000000000000093a8081565b6106256107ef366004613f42565b611887565b61043d610802366004613bb9565b61190a565b61043d610815366004613f7e565b611915565b6103d9610828366004613eb5565b60d260209081525f928352604080842090915290825290205460ff1681565b61043d610855366004613f97565b611926565b6104ec610868366004613bb9565b60ce6020525f908152604090205481565b6104157f00000000000000000000000000000000000000000000000000000000005c490081565b6103d96108ae366004613eb5565b60d060209081525f928352604080842090915290825290205460ff1681565b6105227f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31881565b61043d610902366004613fc1565b611a6f565b610447610915366004613cc4565b611bda565b610625610928366004613edf565b611c6a565b61041561093b366004613cc4565b611ccf565b6105227f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b6103d9610975366004613eb5565b60d360209081525f928352604080842090915290825290205460ff1681565b61043d6109a2366004613edf565b611d50565b6103d96109b5366004613eb5565b60d760209081525f928352604080842090915290825290205460ff1681565b61043d6109e2366004613bb9565b611eba565b61043d6109f5366004614005565b611f35565b61043d610a08366004614063565b61206a565b6104ec610a1b366004613cdb565b612250565b61043d610a2e366004613e4b565b612260565b61043d610a41366004613cc4565b6123af565b60cb54610522906001600160a01b031681565b61043d610a67366004613cf5565b6124c5565b61043d610a7a366004613cf5565b612614565b60665460099061020090811603610aa95760405163840a48d560e01b815260040160405180910390fd5b610ab66020850185613bb9565b610abf81612793565b610adc5760405163932d94f760e01b815260040160405180910390fd5b610ae461283d565b6040516304c1b8eb60e31b81526001600160a01b037f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318169063260dc75890610b309088906004016140ce565b602060405180830381865afa158015610b4b573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b6f91906140dc565b610b8c57604051631fb1705560e21b815260040160405180910390fd5b5f5b83811015610d325736858583818110610ba957610ba96140f7565b9050602002810190610bbb919061410b565b90505f60ce81610bce60208b018b613bb9565b6001600160a01b031681526020808201929092526040015f90812054925090610bf9908a018a613bb9565b8284604051602001610c0d93929190614333565b6040516020818303038152906040528051906020012090505f610c2f84612896565b9050600160d75f610c4360208e018e613bb9565b6001600160a01b0316815260208082019290925260409081015f9081208682529092529020805460ff1916911515919091179055610c82836001614376565b60ce5f610c9260208e018e613bb9565b6001600160a01b03166001600160a01b031681526020019081526020015f208190555081336001600160a01b03167ffff0759ccb371dfb5691798724e70b4fa61cb3bfe730a33ac19fb86a48efc7568c8688604051610cf393929190614389565b60405180910390a3610d22333083610d116040890160208a01613bb9565b6001600160a01b0316929190612a81565b505060019092019150610b8e9050565b50610d3d6001609755565b5050505050565b604080516080810182525f80825260208201819052918101829052606081019190915260ca545b8015610e1c575f60ca610d7f6001846143ae565b81548110610d8f57610d8f6140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff161580156060830181905291925090610dfe5750806040015163ffffffff164210155b15610e095792915050565b5080610e14816143c1565b915050610d6b565b5050604080516080810182525f80825260208201819052918101829052606081019190915290565b610e4c612aec565b6001600160a01b0382165f81815260d1602052604080822054905160ff9091169284151592841515927f4de6293e668df1398422e1def12118052c1539a03cbfedc145895d48d7685f1c9190a4506001600160a01b03919091165f90815260d160205260409020805460ff1916911515919091179055565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610f26573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f4a91906140dc565b610f6757604051631d77d47760e21b815260040160405180910390fd5b6066548181168114610f8c5760405163c61dca5d60e01b815260040160405180910390fd5b610f9582612b46565b5050565b5f80610fa86020840184613bb9565b8360200135604051602001610ff19392919060f89390931b6001600160f81b031916835260609190911b6bffffffffffffffffffffffff19166001830152601582015260350190565b604051602081830303815290604052805190602001209050919050565b6066546001906002908116036110375760405163840a48d560e01b815260040160405180910390fd5b335f90815260d1602052604090205460ff1661106657604051635c427cd960e01b815260040160405180910390fd5b61106e61283d565b5f5b8281101561118d573684848381811061108b5761108b6140f7565b905060200281019061109d91906143d6565b335f81815260ce602090815260408083205490519495509391926110c79290918591879101614468565b6040516020818303038152906040528051906020012090506110e883612b83565b335f90815260d0602090815260408083208484529091529020805460ff1916600190811790915561111a908390614376565b335f81815260ce602052604090819020929092559051829184917f51088b8c89628df3a8174002c2a034d0152fce6af8415d651b2a4734bf2704829061116190889061448e565b60405180910390a4611182333060408601803590610d119060208901613bb9565b505050600101611070565b506111986001609755565b505050565b6066546002906004908116036111c65760405163840a48d560e01b815260040160405180910390fd5b6111ce61283d565b6111d88383612c6e565b6111986001609755565b60665460039060089081160361120b5760405163840a48d560e01b815260040160405180910390fd5b60cb546001600160a01b0316331461123657604051635c427cd960e01b815260040160405180910390fd5b60cb5463ffffffff600160c01b90910481169083161161126957604051631ca7e50b60e21b815260040160405180910390fd5b428263ffffffff161061128f576040516306957c9160e11b815260040160405180910390fd5b60ca5460cb545f906112ae90600160a01b900463ffffffff16426144a0565b6040805160808101825287815263ffffffff87811660208084018281528684168587018181525f6060880181815260ca8054600181018255925297517f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee160029092029182015592517f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee290930180549151975193871667ffffffffffffffff1990921691909117600160201b978716979097029690961760ff60401b1916600160401b921515929092029190911790945560cb805463ffffffff60c01b1916600160c01b840217905593519283529394508892908616917fecd866c3c158fa00bf34d803d5f6023000b57080bcb48af004c2b4b46b3afd08910160405180910390a45050505050565b6066546002906004908116036113ff5760405163840a48d560e01b815260040160405180910390fd5b61140761283d565b5f5b838110156114465761143e858583818110611426576114266140f7565b905060200281019061143891906144bc565b84612c6e565b600101611409565b506114516001609755565b50505050565b6001600160a01b0381165f90815260d5602090815260408083208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff16908201526114ac90612ef6565b92915050565b60606114dd7f76302e302e300000000000000000000000000000000000000000000000000006612f66565b905090565b6114ea612aec565b6114f381612fa3565b50565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa158015611558573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061157c91906140dc565b61159957604051631d77d47760e21b815260040160405180910390fd5b6115a35f19612b46565b565b5f6116288260ca6115b96020830183613e4b565b63ffffffff16815481106115cf576115cf6140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff1615156060820152613014565b506001919050565b611638612aec565b6115a35f6131b7565b611649612aec565b6114f381613208565b604080516080810182525f80825260208201819052918101829052606081019190915260ca8054611685906001906143ae565b81548110611695576116956140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff1615156060820152919050565b6066546005906020908116036117175760405163840a48d560e01b815260040160405180910390fd5b8361172181612793565b61173e5760405163932d94f760e01b815260040160405180910390fd5b61174661283d565b5f5b83811015610d325736858583818110611763576117636140f7565b9050602002810190611775919061410b565b6001600160a01b0388165f90815260ce60209081526040808320549051939450926117a6918b918591879101614333565b6040516020818303038152906040528051906020012090505f6117c884612896565b6001600160a01b038b165f90815260d3602090815260408083208684529091529020805460ff19166001908117909155909150611806908490614376565b6001600160a01b038b165f81815260ce60205260409081902092909255905183919033907ffc8888bffd711da60bc5092b33f677d81896fe80ecc677b84cfab8184462b6e0906118599088908a906144d0565b60405180910390a4611877333083610d116040890160208a01613bb9565b5050600190920191506117489050565b6001600160a01b0382165f90815260d66020526040812061190390826118ba6118b5368790038701876144e8565b613263565b815260208082019290925260409081015f208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff1690820152612ef6565b9392505050565b33610f9581836132c6565b61191d612aec565b6114f381613329565b60665460079060809081160361194f5760405163840a48d560e01b815260040160405180910390fd5b8261195981612793565b6119765760405163932d94f760e01b815260040160405180910390fd5b60cb545f9061199290600160a01b900463ffffffff16426144a0565b6001600160a01b0386165f90815260d5602090815260408083208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff1690820152919250906119eb90612ef6565b6001600160a01b0387165f90815260d560205260409020909150611a10908684613394565b6040805163ffffffff8416815261ffff838116602083015287168183015290516001600160a01b0388169133917fd1e028bd664486a46ad26040e999cd2d22e1e9a094ee6afe19fcf64678f16f749181900360600190a3505050505050565b606654600690604090811603611a985760405163840a48d560e01b815260040160405180910390fd5b83611aa281612793565b611abf5760405163932d94f760e01b815260040160405180910390fd5b60cb545f90611adb90600160a01b900463ffffffff16426144a0565b6001600160a01b038781165f90815260d460209081526040808320938a1683529281528282208351606081018552905461ffff80821683526201000082041692820192909252600160201b90910463ffffffff1692810192909252919250611b4290612ef6565b6001600160a01b038089165f90815260d460209081526040808320938b16835292905220909150611b74908684613394565b6040805163ffffffff8416815261ffff838116602083015287168183015290516001600160a01b0388811692908a169133917f48e198b6ae357e529204ee53a8e514c470ff77d9cc8e4f7207f8b5d490ae6934919081900360600190a450505050505050565b604080516080810182525f80825260208201819052918101829052606081019190915260ca8281548110611c1057611c106140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff161515606082015292915050565b6001600160a01b038281165f90815260d46020908152604080832093851683529281528282208351606081018552905461ffff80821683526201000082041692820192909252600160201b90910463ffffffff16928101929092529061190390612ef6565b60ca545f905b63ffffffff811615611d36578260ca611cef600184614550565b63ffffffff1681548110611d0557611d056140f7565b905f5260205f2090600202015f015403611d2457611903600182614550565b80611d2e8161456c565b915050611cd5565b5060405163504570e360e01b815260040160405180910390fd5b81611d5a81612793565b611d775760405163932d94f760e01b815260040160405180910390fd5b6040516336b87bd760e11b81526001600160a01b0384811660048301527f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91690636d70f7ae90602401602060405180830381865afa158015611ddb573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dff91906140dc565b80611e93575060405163ba1a84e560e01b81526001600160a01b0384811660048301525f917f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3189091169063ba1a84e590602401602060405180830381865afa158015611e6d573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e91919061458a565b115b611eb05760405163fb494ea160e01b815260040160405180910390fd5b61119883836132c6565b611ec2612aec565b6001600160a01b038116611f2c5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b6114f3816131b7565b5f54610100900460ff1615808015611f5357505f54600160ff909116105b80611f6c5750303b158015611f6c57505f5460ff166001145b611fcf5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401611f23565b5f805460ff191660011790558015611ff0575f805461ff0019166101001790555b611ff985612b46565b612002866131b7565b61200b84613208565b61201483612fa3565b61201d82613329565b8015612062575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050505050565b606654600890610100908116036120945760405163840a48d560e01b815260040160405180910390fd5b8361209e81612793565b6120bb5760405163932d94f760e01b815260040160405180910390fd5b6040516304c1b8eb60e31b81526001600160a01b037f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318169063260dc758906121079087906004016140ce565b602060405180830381865afa158015612122573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061214691906140dc565b61216357604051631fb1705560e21b815260040160405180910390fd5b60cb545f9061217f90600160a01b900463ffffffff16426144a0565b6001600160a01b0387165f90815260d660205260408120919250906121b190826118ba6118b5368b90038b018b6144e8565b6001600160a01b0388165f90815260d6602052604081209192506121f691906121e26118b5368b90038b018b6144e8565b81526020019081526020015f208684613394565b866001600160a01b0316336001600160a01b03167f14918b3834ab6752eb2e1b489b6663a67810efb5f56f3944a97ede8ecf1fd9f18885858a60405161223f94939291906145a1565b60405180910390a350505050505050565b5f6001610fa86020840184613bb9565b6066546003906008908116036122895760405163840a48d560e01b815260040160405180910390fd5b60cb546001600160a01b031633146122b457604051635c427cd960e01b815260040160405180910390fd5b60ca5463ffffffff8316106122dc576040516394a8d38960e01b815260040160405180910390fd5b5f60ca8363ffffffff16815481106122f6576122f66140f7565b905f5260205f20906002020190508060010160089054906101000a900460ff161561233457604051631b14174b60e01b815260040160405180910390fd5b6001810154600160201b900463ffffffff16421061236557604051630c36f66560e21b815260040160405180910390fd5b60018101805460ff60401b1916600160401b17905560405163ffffffff8416907fd850e6e5dfa497b72661fa73df2923464eaed9dc2ff1d3cb82bccbfeabe5c41e905f90a2505050565b7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561240b573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061242f91906145d5565b6001600160a01b0316336001600160a01b0316146124605760405163794821ff60e01b815260040160405180910390fd5b606654801982198116146124875760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b6066545f906001908116036124ed5760405163840a48d560e01b815260040160405180910390fd5b6124f561283d565b5f5b8281101561118d5736848483818110612512576125126140f7565b905060200281019061252491906143d6565b335f81815260ce6020908152604080832054905194955093919261254e9290918591879101614468565b60405160208183030381529060405280519060200120905061256f83612b83565b335f90815260cf602090815260408083208484529091529020805460ff191660019081179091556125a1908390614376565b335f81815260ce602052604090819020929092559051829184917f450a367a380c4e339e5ae7340c8464ef27af7781ad9945cfe8abd828f89e6281906125e890889061448e565b60405180910390a4612609333060408601803590610d119060208901613bb9565b5050506001016124f7565b60665460049060109081160361263d5760405163840a48d560e01b815260040160405180910390fd5b335f90815260d1602052604090205460ff1661266c57604051635c427cd960e01b815260040160405180910390fd5b61267461283d565b5f5b8281101561118d5736848483818110612691576126916140f7565b90506020028101906126a391906143d6565b335f81815260ce602090815260408083205490519495509391926126cd9290918591879101614468565b6040516020818303038152906040528051906020012090506126ee83612b83565b335f90815260d2602090815260408083208484529091529020805460ff19166001908117909155612720908390614376565b335f81815260ce602052604090819020929092559051829184917f5251b6fdefcb5d81144e735f69ea4c695fd43b0289ca53dc075033f5fc80068b9061276790889061448e565b60405180910390a4612788333060408601803590610d119060208901613bb9565b505050600101612676565b604051631beb2b9760e31b81526001600160a01b0382811660048301523360248301523060448301525f80356001600160e01b0319166064840152917f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7889091169063df595cb8906084016020604051808303815f875af1158015612819573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114ac91906140dc565b60026097540361288f5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401611f23565b6002609755565b5f6128c96128a483806145f0565b6128b46080860160608701613e4b565b6128c460a0870160808801613e4b565b613463565b5f6128d760408401846145f0565b9050116128f75760405163796cc52560e01b815260040160405180910390fd5b4261290860a0840160808501613e4b565b6129186080850160608601613e4b565b61292291906144a0565b63ffffffff16106129465760405163150358a160e21b815260040160405180910390fd5b5f80805b61295760408601866145f0565b9050811015612a48573661296e60408701876145f0565b8381811061297e5761297e6140f7565b6040029190910191505f90506129976020830183613bb9565b6001600160a01b0316036129be57604051630863a45360e11b815260040160405180910390fd5b6129cb6020820182613bb9565b6001600160a01b0316836001600160a01b0316106129fc576040516310fb47f160e31b815260040160405180910390fd5b5f816020013511612a20576040516310eb483f60e21b815260040160405180910390fd5b612a2d6020820182613bb9565b9250612a3d602082013585614376565b93505060010161294a565b506f4b3b4ca85a86c47a098a223fffffffff821115612a7a5760405163070b5a6f60e21b815260040160405180910390fd5b5092915050565b6040516001600160a01b03808516602483015283166044820152606481018290526114519085906323b872dd60e01b906084015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152613761565b6033546001600160a01b031633146115a35760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401611f23565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b612bb0612b9082806145f0565b612ba06080850160608601613e4b565b6128c460a0860160808701613e4b565b5f816040013511612bd4576040516310eb483f60e21b815260040160405180910390fd5b6f4b3b4ca85a86c47a098a223fffffffff81604001351115612c095760405163070b5a6f60e21b815260040160405180910390fd5b612c3963ffffffff7f0000000000000000000000000000000000000000000000000000000000278d001642614376565b612c496080830160608401613e4b565b63ffffffff1611156114f357604051637ee2b44360e01b815260040160405180910390fd5b5f60ca612c7e6020850185613e4b565b63ffffffff1681548110612c9457612c946140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff16151560608201529050612cf48382613014565b5f612d056080850160608601613bb9565b6001600160a01b038082165f90815260cc60205260409020549192501680612d2a5750805b336001600160a01b03821614612d5357604051635c427cd960e01b815260040160405180910390fd5b5f5b612d6260a0870187614635565b90508110156120625736612d7960e08801886145f0565b83818110612d8957612d896140f7565b6001600160a01b0387165f90815260cd602090815260408083209302949094019450929091508290612dbd90850185613bb9565b6001600160a01b03166001600160a01b031681526020019081526020015f2054905080826020013511612e035760405163aa385e8160e01b815260040160405180910390fd5b5f612e128260208501356143ae565b6001600160a01b0387165f90815260cd60209081526040822092935085018035929190612e3f9087613bb9565b6001600160a01b031681526020808201929092526040015f2091909155612e809089908390612e7090870187613bb9565b6001600160a01b03169190613834565b86516001600160a01b03808a1691878216918916907f9543dbd55580842586a951f0386e24d68a5df99ae29e3b216588b45fd684ce3190612ec46020890189613bb9565b604080519283526001600160a01b039091166020830152810186905260600160405180910390a4505050600101612d55565b5f816040015163ffffffff165f1480612f285750815161ffff908116148015612f285750816040015163ffffffff1642105b15612f4057505060cb54600160e01b900461ffff1690565b816040015163ffffffff16421015612f595781516114ac565b506020015190565b919050565b60605f612f7283613864565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b60cb546040805163ffffffff600160a01b9093048316815291831660208301527faf557c6c02c208794817a705609cfa935f827312a1adfdd26494b6b95dd2b4b3910160405180910390a160cb805463ffffffff909216600160a01b0263ffffffff60a01b19909216919091179055565b80606001511561303757604051631b14174b60e01b815260040160405180910390fd5b806040015163ffffffff1642101561306257604051631437a2bb60e31b815260040160405180910390fd5b61306f60c0830183614635565b905061307e60a0840184614635565b90501461309e576040516343714afd60e01b815260040160405180910390fd5b6130ab60e08301836145f0565b90506130ba60c0840184614635565b9050146130da576040516343714afd60e01b815260040160405180910390fd5b8051613106906130f06040850160208601613e4b565b6130fd604086018661467a565b8660600161388b565b5f5b61311560a0840184614635565b9050811015611198576131af608084013561313360a0860186614635565b84818110613143576131436140f7565b90506020020160208101906131589190613e4b565b61316560c0870187614635565b85818110613175576131756140f7565b9050602002810190613187919061467a565b61319460e08901896145f0565b878181106131a4576131a46140f7565b90506040020161392f565b600101613108565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b60cb546040516001600160a01b038084169216907f237b82f438d75fc568ebab484b75b01d9287b9e98b490b7c23221623b6705dbb905f90a360cb80546001600160a01b0319166001600160a01b0392909216919091179055565b5f815f0151826020015163ffffffff166040516020016132ae92919060609290921b6bffffffffffffffffffffffff1916825260a01b6001600160a01b031916601482015260200190565b6040516020818303038152906040526114ac906146bc565b6001600160a01b038083165f81815260cc602052604080822080548686166001600160a01b0319821681179092559151919094169392849290917fbab947934d42e0ad206f25c9cab18b5bb6ae144acfb00f40b4e3aa59590ca3129190a4505050565b60cb546040805161ffff600160e01b9093048316815291831660208301527fe6cd4edfdcc1f6d130ab35f73d72378f3a642944fb4ee5bd84b7807a81ea1c4e910160405180910390a160cb805461ffff909216600160e01b0261ffff60e01b19909216919091179055565b61271061ffff831611156133bb5760405163891c63df60e01b815260040160405180910390fd5b8254600160201b900463ffffffff1642116133e957604051637b1e25c560e01b815260040160405180910390fd5b8254600160201b900463ffffffff165f0361341057825461ffff191661ffff178355613427565b825462010000810461ffff1661ffff199091161783555b825463ffffffff909116600160201b0267ffffffff000000001961ffff90931662010000029290921667ffffffffffff00001990911617179055565b826134815760405163796cc52560e01b815260040160405180910390fd5b7f00000000000000000000000000000000000000000000000000000000005c490063ffffffff168163ffffffff1611156134ce57604051630dd0b9f560e21b815260040160405180910390fd5b6134f87f0000000000000000000000000000000000000000000000000000000000093a80826146f3565b63ffffffff161561351c5760405163ee66470560e01b815260040160405180910390fd5b5f8163ffffffff16116135425760405163cb3f434d60e01b815260040160405180910390fd5b61356c7f0000000000000000000000000000000000000000000000000000000000093a80836146f3565b63ffffffff161561359057604051633c1a94f160e21b815260040160405180910390fd5b8163ffffffff167f000000000000000000000000000000000000000000000000000000000076a70063ffffffff16426135c991906143ae565b1115801561360357508163ffffffff167f0000000000000000000000000000000000000000000000000000000065fb788063ffffffff1611155b6136205760405163041aa75760e11b815260040160405180910390fd5b5f805b84811015612062575f86868381811061363e5761363e6140f7565b6136549260206040909202019081019150613bb9565b60405163198f077960e21b81526001600160a01b0380831660048301529192507f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757079091169063663c1de490602401602060405180830381865afa1580156136bd573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136e191906140dc565b8061370857506001600160a01b03811673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0145b61372557604051632efd965160e11b815260040160405180910390fd5b806001600160a01b0316836001600160a01b0316106137575760405163dfad9ca160e01b815260040160405180910390fd5b9150600101613623565b5f6137b5826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b031661396d9092919063ffffffff16565b905080515f14806137d55750808060200190518101906137d591906140dc565b6111985760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401611f23565b6040516001600160a01b03831660248201526044810182905261119890849063a9059cbb60e01b90606401612ab5565b5f60ff8216601f8111156114ac57604051632cd44ac360e21b815260040160405180910390fd5b61389660208361471a565b6001901b8463ffffffff16106138be5760405162c6c39d60e71b815260040160405180910390fd5b5f6138c882610f99565b905061391284848080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152508a92508591505063ffffffff8916613983565b612062576040516369ca16c960e01b815260040160405180910390fd5b61393a60208361471a565b6001901b8463ffffffff16106139635760405163054ff4df60e51b815260040160405180910390fd5b5f6138c882612250565b606061397b84845f8561399a565b949350505050565b5f83613990868585613a71565b1495945050505050565b6060824710156139fb5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401611f23565b5f5f866001600160a01b03168587604051613a16919061472d565b5f6040518083038185875af1925050503d805f8114613a50576040519150601f19603f3d011682016040523d82523d5f602084013e613a55565b606091505b5091509150613a6687838387613b08565b979650505050505050565b5f60208451613a809190614743565b15613a9e576040516313717da960e21b815260040160405180910390fd5b8260205b85518111613aff57613ab5600285614743565b5f03613ad657815f528086015160205260405f209150600284049350613aed565b808601515f528160205260405f2091506002840493505b613af8602082614376565b9050613aa2565b50949350505050565b60608315613b765782515f03613b6f576001600160a01b0385163b613b6f5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401611f23565b508161397b565b61397b8383815115613b8b5781518083602001fd5b8060405162461bcd60e51b8152600401611f239190613e16565b6001600160a01b03811681146114f3575f5ffd5b5f60208284031215613bc9575f5ffd5b813561190381613ba5565b5f60408284031215613be4575f5ffd5b50919050565b5f5f83601f840112613bfa575f5ffd5b5081356001600160401b03811115613c10575f5ffd5b6020830191508360208260051b8501011115613c2a575f5ffd5b9250929050565b5f5f5f60608486031215613c43575f5ffd5b613c4d8585613bd4565b925060408401356001600160401b03811115613c67575f5ffd5b613c7386828701613bea565b9497909650939450505050565b80151581146114f3575f5ffd5b5f5f60408385031215613c9e575f5ffd5b8235613ca981613ba5565b91506020830135613cb981613c80565b809150509250929050565b5f60208284031215613cd4575f5ffd5b5035919050565b5f60408284031215613ceb575f5ffd5b6119038383613bd4565b5f5f60208385031215613d06575f5ffd5b82356001600160401b03811115613d1b575f5ffd5b613d2785828601613bea565b90969095509350505050565b5f6101008284031215613be4575f5ffd5b5f5f60408385031215613d55575f5ffd5b82356001600160401b03811115613d6a575f5ffd5b613d7685828601613d33565b9250506020830135613cb981613ba5565b803563ffffffff81168114612f61575f5ffd5b5f5f60408385031215613dab575f5ffd5b82359150613dbb60208401613d87565b90509250929050565b5f5f5f60408486031215613dd6575f5ffd5b83356001600160401b03811115613deb575f5ffd5b613df786828701613bea565b9094509250506020840135613e0b81613ba5565b809150509250925092565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f60208284031215613e5b575f5ffd5b61190382613d87565b5f60208284031215613e74575f5ffd5b813560ff81168114611903575f5ffd5b5f60208284031215613e94575f5ffd5b81356001600160401b03811115613ea9575f5ffd5b61397b84828501613d33565b5f5f60408385031215613ec6575f5ffd5b8235613ed181613ba5565b946020939093013593505050565b5f5f60408385031215613ef0575f5ffd5b8235613efb81613ba5565b91506020830135613cb981613ba5565b5f5f5f60408486031215613f1d575f5ffd5b8335613f2881613ba5565b925060208401356001600160401b03811115613c67575f5ffd5b5f5f60608385031215613f53575f5ffd5b8235613f5e81613ba5565b9150613dbb8460208501613bd4565b803561ffff81168114612f61575f5ffd5b5f60208284031215613f8e575f5ffd5b61190382613f6d565b5f5f60408385031215613fa8575f5ffd5b8235613fb381613ba5565b9150613dbb60208401613f6d565b5f5f5f60608486031215613fd3575f5ffd5b8335613fde81613ba5565b92506020840135613fee81613ba5565b9150613ffc60408501613f6d565b90509250925092565b5f5f5f5f5f60a08688031215614019575f5ffd5b853561402481613ba5565b945060208601359350604086013561403b81613ba5565b925061404960608701613d87565b915061405760808701613f6d565b90509295509295909350565b5f5f5f60808486031215614075575f5ffd5b833561408081613ba5565b925061408f8560208601613bd4565b9150613ffc60608501613f6d565b80356140a881613ba5565b6001600160a01b0316825263ffffffff6140c460208301613d87565b1660208301525050565b604081016114ac828461409d565b5f602082840312156140ec575f5ffd5b815161190381613c80565b634e487b7160e01b5f52603260045260245ffd5b5f823560be1983360301811261411f575f5ffd5b9190910192915050565b5f5f8335601e1984360301811261413e575f5ffd5b83016020810192503590506001600160401b0381111561415c575f5ffd5b8060061b3603821315613c2a575f5ffd5b8183526020830192505f815f5b848110156141d057813561418d81613ba5565b6001600160a01b0316865260208201356bffffffffffffffffffffffff81168082146141b7575f5ffd5b602088015250604095860195919091019060010161417a565b5093949350505050565b5f5f8335601e198436030181126141ef575f5ffd5b83016020810192503590506001600160401b0381111561420d575f5ffd5b803603821315613c2a575f5ffd5b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b5f61424e8283614129565b60c0855261426060c08601828461416d565b915050602083013561427181613ba5565b6001600160a01b0316602085015261428c6040840184614129565b858303604087015280835290915f91906020015b818310156142db5783356142b381613ba5565b6001600160a01b031681526020848101359082015260409384019360019390930192016142a0565b6142e760608701613d87565b63ffffffff81166060890152935061430160808701613d87565b63ffffffff81166080890152935061431c60a08701876141da565b9450925086810360a0880152613a6681858561421b565b60018060a01b0384168152826020820152606060408201525f6143596060830184614243565b95945050505050565b634e487b7160e01b5f52601160045260245ffd5b808201808211156114ac576114ac614362565b614393818561409d565b826040820152608060608201525f6143596080830184614243565b818103818111156114ac576114ac614362565b5f816143cf576143cf614362565b505f190190565b5f8235609e1983360301811261411f575f5ffd5b5f6143f58283614129565b60a0855261440760a08601828461416d565b915050602083013561441881613ba5565b6001600160a01b031660208501526040838101359085015263ffffffff61444160608501613d87565b16606085015263ffffffff61445860808501613d87565b1660808501528091505092915050565b60018060a01b0384168152826020820152606060408201525f61435960608301846143ea565b602081525f61190360208301846143ea565b63ffffffff81811683821601908111156114ac576114ac614362565b5f823560fe1983360301811261411f575f5ffd5b828152604060208201525f61397b6040830184614243565b5f60408284031280156144f9575f5ffd5b50604080519081016001600160401b038111828210171561452857634e487b7160e01b5f52604160045260245ffd5b604052823561453681613ba5565b815261454460208401613d87565b60208201529392505050565b63ffffffff82811682821603908111156114ac576114ac614362565b5f63ffffffff82168061458157614581614362565b5f190192915050565b5f6020828403121561459a575f5ffd5b5051919050565b60a081016145af828761409d565b63ffffffff94909416604082015261ffff92831660608201529116608090910152919050565b5f602082840312156145e5575f5ffd5b815161190381613ba5565b5f5f8335601e19843603018112614605575f5ffd5b8301803591506001600160401b0382111561461e575f5ffd5b6020019150600681901b3603821315613c2a575f5ffd5b5f5f8335601e1984360301811261464a575f5ffd5b8301803591506001600160401b03821115614663575f5ffd5b6020019150600581901b3603821315613c2a575f5ffd5b5f5f8335601e1984360301811261468f575f5ffd5b8301803591506001600160401b038211156146a8575f5ffd5b602001915036819003821315613c2a575f5ffd5b80516020808301519190811015613be4575f1960209190910360031b1b16919050565b634e487b7160e01b5f52601260045260245ffd5b5f63ffffffff831680614708576147086146df565b8063ffffffff84160691505092915050565b5f82614728576147286146df565b500490565b5f82518060208501845e5f920191825250919050565b5f82614751576147516146df565b50069056fea2646970667358221220d63b7f01ef92bde201fe23e3565d12efb900ef9e9ff3c2279a81e717dcb1668064736f6c634300081b0033","gas_used":3693659,"gas_limit":4910900,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x608060405234801561000f575f5ffd5b50600436106103b3575f3560e01c8063886f1195116101f5578063de02e50311610114578063f6efbb59116100a9578063fabc1cbc11610079578063fabc1cbc14610a33578063fbf1e2c114610a46578063fce36c7d14610a59578063ff9f6cce14610a6c575f5ffd5b8063f6efbb59146109e7578063f74e8eac146109fa578063f8cd844814610a0d578063f96abf2e14610a20575f5ffd5b8063ed71e6a2116100e4578063ed71e6a214610967578063f22cef8514610994578063f2f07ab4146109a7578063f2fde38b146109d4575f5ffd5b8063de02e50314610907578063e063f81f1461091a578063e810ce211461092d578063ea4d3c9b14610940575f5ffd5b8063a50a1d9c1161018a578063bf21a8aa1161015a578063bf21a8aa14610879578063c46db606146108a0578063ca8aa7c7146108cd578063dcbb03b3146108f4575f5ffd5b8063a50a1d9c14610807578063aebd8bae1461081a578063b3dbb0e014610847578063bb7e451f1461085a575f5ffd5b80639cb9a5fa116101c55780639cb9a5fa146107a75780639d45c281146107ba5780639de4b35f146107e1578063a0169ddd146107f4575f5ffd5b8063886f11951461074c5780638da5cb5b146107735780639104c319146107845780639be3d4e41461079f575f5ffd5b80634596021c116102e15780635c975abb11610276578063715018a611610246578063715018a6146106ff5780637b8f8b0514610707578063863cb9a91461070f578063865c695314610722575f5ffd5b80635c975abb146106a25780635e9d8348146106aa57806363f6a798146106bd5780636d21117e146106d2575f5ffd5b806354fd4d50116102b157806354fd4d501461064f57806358baaa3e14610664578063595c6a67146106775780635ac86ab71461067f575f5ffd5b80634596021c146105d85780634657e26a146105eb5780634b943960146106125780634d18cc3514610638575f5ffd5b8063149bc8721161035757806339b70e381161032757806339b70e38146105745780633a8c07861461059b5780633ccc861d146105b25780633efe1db6146105c5575f5ffd5b8063149bc872146104d95780632b9f64a4146104fa57806336af41fa1461053a57806337838ed01461054d575f5ffd5b80630e9a53cf116103925780630e9a53cf1461043f5780630eb383451461048c578063131433b41461049f578063136439dd146104c6575f5ffd5b806218572c146103b757806304a0c502146103ee5780630ca298991461042a575b5f5ffd5b6103d96103c5366004613bb9565b60d16020525f908152604090205460ff1681565b60405190151581526020015b60405180910390f35b6104157f0000000000000000000000000000000000000000000000000000000000278d0081565b60405163ffffffff90911681526020016103e5565b61043d610438366004613c31565b610a7f565b005b610447610d44565b6040516103e591905f6080820190508251825263ffffffff602084015116602083015263ffffffff604084015116604083015260608301511515606083015292915050565b61043d61049a366004613c8d565b610e44565b6104157f0000000000000000000000000000000000000000000000000000000065fb788081565b61043d6104d4366004613cc4565b610ec4565b6104ec6104e7366004613cdb565b610f99565b6040519081526020016103e5565b610522610508366004613bb9565b60cc6020525f90815260409020546001600160a01b031681565b6040516001600160a01b0390911681526020016103e5565b61043d610548366004613cf5565b61100e565b6104157f000000000000000000000000000000000000000000000000000000000076a70081565b6105227f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570781565b60cb5461041590600160a01b900463ffffffff1681565b61043d6105c0366004613d44565b61119d565b61043d6105d3366004613d9a565b6111e2565b61043d6105e6366004613dc4565b6113d6565b6105227f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad78881565b610625610620366004613bb9565b611457565b60405161ffff90911681526020016103e5565b60cb5461041590600160c01b900463ffffffff1681565b6106576114b2565b6040516103e59190613e16565b61043d610672366004613e4b565b6114e2565b61043d6114f6565b6103d961068d366004613e64565b606654600160ff9092169190911b9081161490565b6066546104ec565b6103d96106b8366004613e84565b6115a5565b60cb5461062590600160e01b900461ffff1681565b6103d96106e0366004613eb5565b60cf60209081525f928352604080842090915290825290205460ff1681565b61043d611630565b60ca546104ec565b61043d61071d366004613bb9565b611641565b6104ec610730366004613edf565b60cd60209081525f928352604080842090915290825290205481565b6105227f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e081565b6033546001600160a01b0316610522565b61052273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b610447611652565b61043d6107b5366004613f0b565b6116ee565b6104157f0000000000000000000000000000000000000000000000000000000000093a8081565b6106256107ef366004613f42565b611887565b61043d610802366004613bb9565b61190a565b61043d610815366004613f7e565b611915565b6103d9610828366004613eb5565b60d260209081525f928352604080842090915290825290205460ff1681565b61043d610855366004613f97565b611926565b6104ec610868366004613bb9565b60ce6020525f908152604090205481565b6104157f00000000000000000000000000000000000000000000000000000000005c490081565b6103d96108ae366004613eb5565b60d060209081525f928352604080842090915290825290205460ff1681565b6105227f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc31881565b61043d610902366004613fc1565b611a6f565b610447610915366004613cc4565b611bda565b610625610928366004613edf565b611c6a565b61041561093b366004613cc4565b611ccf565b6105227f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b6103d9610975366004613eb5565b60d360209081525f928352604080842090915290825290205460ff1681565b61043d6109a2366004613edf565b611d50565b6103d96109b5366004613eb5565b60d760209081525f928352604080842090915290825290205460ff1681565b61043d6109e2366004613bb9565b611eba565b61043d6109f5366004614005565b611f35565b61043d610a08366004614063565b61206a565b6104ec610a1b366004613cdb565b612250565b61043d610a2e366004613e4b565b612260565b61043d610a41366004613cc4565b6123af565b60cb54610522906001600160a01b031681565b61043d610a67366004613cf5565b6124c5565b61043d610a7a366004613cf5565b612614565b60665460099061020090811603610aa95760405163840a48d560e01b815260040160405180910390fd5b610ab66020850185613bb9565b610abf81612793565b610adc5760405163932d94f760e01b815260040160405180910390fd5b610ae461283d565b6040516304c1b8eb60e31b81526001600160a01b037f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318169063260dc75890610b309088906004016140ce565b602060405180830381865afa158015610b4b573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b6f91906140dc565b610b8c57604051631fb1705560e21b815260040160405180910390fd5b5f5b83811015610d325736858583818110610ba957610ba96140f7565b9050602002810190610bbb919061410b565b90505f60ce81610bce60208b018b613bb9565b6001600160a01b031681526020808201929092526040015f90812054925090610bf9908a018a613bb9565b8284604051602001610c0d93929190614333565b6040516020818303038152906040528051906020012090505f610c2f84612896565b9050600160d75f610c4360208e018e613bb9565b6001600160a01b0316815260208082019290925260409081015f9081208682529092529020805460ff1916911515919091179055610c82836001614376565b60ce5f610c9260208e018e613bb9565b6001600160a01b03166001600160a01b031681526020019081526020015f208190555081336001600160a01b03167ffff0759ccb371dfb5691798724e70b4fa61cb3bfe730a33ac19fb86a48efc7568c8688604051610cf393929190614389565b60405180910390a3610d22333083610d116040890160208a01613bb9565b6001600160a01b0316929190612a81565b505060019092019150610b8e9050565b50610d3d6001609755565b5050505050565b604080516080810182525f80825260208201819052918101829052606081019190915260ca545b8015610e1c575f60ca610d7f6001846143ae565b81548110610d8f57610d8f6140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff161580156060830181905291925090610dfe5750806040015163ffffffff164210155b15610e095792915050565b5080610e14816143c1565b915050610d6b565b5050604080516080810182525f80825260208201819052918101829052606081019190915290565b610e4c612aec565b6001600160a01b0382165f81815260d1602052604080822054905160ff9091169284151592841515927f4de6293e668df1398422e1def12118052c1539a03cbfedc145895d48d7685f1c9190a4506001600160a01b03919091165f90815260d160205260409020805460ff1916911515919091179055565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610f26573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f4a91906140dc565b610f6757604051631d77d47760e21b815260040160405180910390fd5b6066548181168114610f8c5760405163c61dca5d60e01b815260040160405180910390fd5b610f9582612b46565b5050565b5f80610fa86020840184613bb9565b8360200135604051602001610ff19392919060f89390931b6001600160f81b031916835260609190911b6bffffffffffffffffffffffff19166001830152601582015260350190565b604051602081830303815290604052805190602001209050919050565b6066546001906002908116036110375760405163840a48d560e01b815260040160405180910390fd5b335f90815260d1602052604090205460ff1661106657604051635c427cd960e01b815260040160405180910390fd5b61106e61283d565b5f5b8281101561118d573684848381811061108b5761108b6140f7565b905060200281019061109d91906143d6565b335f81815260ce602090815260408083205490519495509391926110c79290918591879101614468565b6040516020818303038152906040528051906020012090506110e883612b83565b335f90815260d0602090815260408083208484529091529020805460ff1916600190811790915561111a908390614376565b335f81815260ce602052604090819020929092559051829184917f51088b8c89628df3a8174002c2a034d0152fce6af8415d651b2a4734bf2704829061116190889061448e565b60405180910390a4611182333060408601803590610d119060208901613bb9565b505050600101611070565b506111986001609755565b505050565b6066546002906004908116036111c65760405163840a48d560e01b815260040160405180910390fd5b6111ce61283d565b6111d88383612c6e565b6111986001609755565b60665460039060089081160361120b5760405163840a48d560e01b815260040160405180910390fd5b60cb546001600160a01b0316331461123657604051635c427cd960e01b815260040160405180910390fd5b60cb5463ffffffff600160c01b90910481169083161161126957604051631ca7e50b60e21b815260040160405180910390fd5b428263ffffffff161061128f576040516306957c9160e11b815260040160405180910390fd5b60ca5460cb545f906112ae90600160a01b900463ffffffff16426144a0565b6040805160808101825287815263ffffffff87811660208084018281528684168587018181525f6060880181815260ca8054600181018255925297517f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee160029092029182015592517f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee290930180549151975193871667ffffffffffffffff1990921691909117600160201b978716979097029690961760ff60401b1916600160401b921515929092029190911790945560cb805463ffffffff60c01b1916600160c01b840217905593519283529394508892908616917fecd866c3c158fa00bf34d803d5f6023000b57080bcb48af004c2b4b46b3afd08910160405180910390a45050505050565b6066546002906004908116036113ff5760405163840a48d560e01b815260040160405180910390fd5b61140761283d565b5f5b838110156114465761143e858583818110611426576114266140f7565b905060200281019061143891906144bc565b84612c6e565b600101611409565b506114516001609755565b50505050565b6001600160a01b0381165f90815260d5602090815260408083208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff16908201526114ac90612ef6565b92915050565b60606114dd7f76302e302e300000000000000000000000000000000000000000000000000006612f66565b905090565b6114ea612aec565b6114f381612fa3565b50565b60405163237dfb4760e11b81523360048201527f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b0316906346fbf68e90602401602060405180830381865afa158015611558573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061157c91906140dc565b61159957604051631d77d47760e21b815260040160405180910390fd5b6115a35f19612b46565b565b5f6116288260ca6115b96020830183613e4b565b63ffffffff16815481106115cf576115cf6140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff1615156060820152613014565b506001919050565b611638612aec565b6115a35f6131b7565b611649612aec565b6114f381613208565b604080516080810182525f80825260208201819052918101829052606081019190915260ca8054611685906001906143ae565b81548110611695576116956140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff1615156060820152919050565b6066546005906020908116036117175760405163840a48d560e01b815260040160405180910390fd5b8361172181612793565b61173e5760405163932d94f760e01b815260040160405180910390fd5b61174661283d565b5f5b83811015610d325736858583818110611763576117636140f7565b9050602002810190611775919061410b565b6001600160a01b0388165f90815260ce60209081526040808320549051939450926117a6918b918591879101614333565b6040516020818303038152906040528051906020012090505f6117c884612896565b6001600160a01b038b165f90815260d3602090815260408083208684529091529020805460ff19166001908117909155909150611806908490614376565b6001600160a01b038b165f81815260ce60205260409081902092909255905183919033907ffc8888bffd711da60bc5092b33f677d81896fe80ecc677b84cfab8184462b6e0906118599088908a906144d0565b60405180910390a4611877333083610d116040890160208a01613bb9565b5050600190920191506117489050565b6001600160a01b0382165f90815260d66020526040812061190390826118ba6118b5368790038701876144e8565b613263565b815260208082019290925260409081015f208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff1690820152612ef6565b9392505050565b33610f9581836132c6565b61191d612aec565b6114f381613329565b60665460079060809081160361194f5760405163840a48d560e01b815260040160405180910390fd5b8261195981612793565b6119765760405163932d94f760e01b815260040160405180910390fd5b60cb545f9061199290600160a01b900463ffffffff16426144a0565b6001600160a01b0386165f90815260d5602090815260408083208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff1690820152919250906119eb90612ef6565b6001600160a01b0387165f90815260d560205260409020909150611a10908684613394565b6040805163ffffffff8416815261ffff838116602083015287168183015290516001600160a01b0388169133917fd1e028bd664486a46ad26040e999cd2d22e1e9a094ee6afe19fcf64678f16f749181900360600190a3505050505050565b606654600690604090811603611a985760405163840a48d560e01b815260040160405180910390fd5b83611aa281612793565b611abf5760405163932d94f760e01b815260040160405180910390fd5b60cb545f90611adb90600160a01b900463ffffffff16426144a0565b6001600160a01b038781165f90815260d460209081526040808320938a1683529281528282208351606081018552905461ffff80821683526201000082041692820192909252600160201b90910463ffffffff1692810192909252919250611b4290612ef6565b6001600160a01b038089165f90815260d460209081526040808320938b16835292905220909150611b74908684613394565b6040805163ffffffff8416815261ffff838116602083015287168183015290516001600160a01b0388811692908a169133917f48e198b6ae357e529204ee53a8e514c470ff77d9cc8e4f7207f8b5d490ae6934919081900360600190a450505050505050565b604080516080810182525f80825260208201819052918101829052606081019190915260ca8281548110611c1057611c106140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff161515606082015292915050565b6001600160a01b038281165f90815260d46020908152604080832093851683529281528282208351606081018552905461ffff80821683526201000082041692820192909252600160201b90910463ffffffff16928101929092529061190390612ef6565b60ca545f905b63ffffffff811615611d36578260ca611cef600184614550565b63ffffffff1681548110611d0557611d056140f7565b905f5260205f2090600202015f015403611d2457611903600182614550565b80611d2e8161456c565b915050611cd5565b5060405163504570e360e01b815260040160405180910390fd5b81611d5a81612793565b611d775760405163932d94f760e01b815260040160405180910390fd5b6040516336b87bd760e11b81526001600160a01b0384811660048301527f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91690636d70f7ae90602401602060405180830381865afa158015611ddb573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dff91906140dc565b80611e93575060405163ba1a84e560e01b81526001600160a01b0384811660048301525f917f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3189091169063ba1a84e590602401602060405180830381865afa158015611e6d573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e91919061458a565b115b611eb05760405163fb494ea160e01b815260040160405180910390fd5b61119883836132c6565b611ec2612aec565b6001600160a01b038116611f2c5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b6114f3816131b7565b5f54610100900460ff1615808015611f5357505f54600160ff909116105b80611f6c5750303b158015611f6c57505f5460ff166001145b611fcf5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401611f23565b5f805460ff191660011790558015611ff0575f805461ff0019166101001790555b611ff985612b46565b612002866131b7565b61200b84613208565b61201483612fa3565b61201d82613329565b8015612062575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050505050565b606654600890610100908116036120945760405163840a48d560e01b815260040160405180910390fd5b8361209e81612793565b6120bb5760405163932d94f760e01b815260040160405180910390fd5b6040516304c1b8eb60e31b81526001600160a01b037f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318169063260dc758906121079087906004016140ce565b602060405180830381865afa158015612122573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061214691906140dc565b61216357604051631fb1705560e21b815260040160405180910390fd5b60cb545f9061217f90600160a01b900463ffffffff16426144a0565b6001600160a01b0387165f90815260d660205260408120919250906121b190826118ba6118b5368b90038b018b6144e8565b6001600160a01b0388165f90815260d6602052604081209192506121f691906121e26118b5368b90038b018b6144e8565b81526020019081526020015f208684613394565b866001600160a01b0316336001600160a01b03167f14918b3834ab6752eb2e1b489b6663a67810efb5f56f3944a97ede8ecf1fd9f18885858a60405161223f94939291906145a1565b60405180910390a350505050505050565b5f6001610fa86020840184613bb9565b6066546003906008908116036122895760405163840a48d560e01b815260040160405180910390fd5b60cb546001600160a01b031633146122b457604051635c427cd960e01b815260040160405180910390fd5b60ca5463ffffffff8316106122dc576040516394a8d38960e01b815260040160405180910390fd5b5f60ca8363ffffffff16815481106122f6576122f66140f7565b905f5260205f20906002020190508060010160089054906101000a900460ff161561233457604051631b14174b60e01b815260040160405180910390fd5b6001810154600160201b900463ffffffff16421061236557604051630c36f66560e21b815260040160405180910390fd5b60018101805460ff60401b1916600160401b17905560405163ffffffff8416907fd850e6e5dfa497b72661fa73df2923464eaed9dc2ff1d3cb82bccbfeabe5c41e905f90a2505050565b7f0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e06001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561240b573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061242f91906145d5565b6001600160a01b0316336001600160a01b0316146124605760405163794821ff60e01b815260040160405180910390fd5b606654801982198116146124875760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b6066545f906001908116036124ed5760405163840a48d560e01b815260040160405180910390fd5b6124f561283d565b5f5b8281101561118d5736848483818110612512576125126140f7565b905060200281019061252491906143d6565b335f81815260ce6020908152604080832054905194955093919261254e9290918591879101614468565b60405160208183030381529060405280519060200120905061256f83612b83565b335f90815260cf602090815260408083208484529091529020805460ff191660019081179091556125a1908390614376565b335f81815260ce602052604090819020929092559051829184917f450a367a380c4e339e5ae7340c8464ef27af7781ad9945cfe8abd828f89e6281906125e890889061448e565b60405180910390a4612609333060408601803590610d119060208901613bb9565b5050506001016124f7565b60665460049060109081160361263d5760405163840a48d560e01b815260040160405180910390fd5b335f90815260d1602052604090205460ff1661266c57604051635c427cd960e01b815260040160405180910390fd5b61267461283d565b5f5b8281101561118d5736848483818110612691576126916140f7565b90506020028101906126a391906143d6565b335f81815260ce602090815260408083205490519495509391926126cd9290918591879101614468565b6040516020818303038152906040528051906020012090506126ee83612b83565b335f90815260d2602090815260408083208484529091529020805460ff19166001908117909155612720908390614376565b335f81815260ce602052604090819020929092559051829184917f5251b6fdefcb5d81144e735f69ea4c695fd43b0289ca53dc075033f5fc80068b9061276790889061448e565b60405180910390a4612788333060408601803590610d119060208901613bb9565b505050600101612676565b604051631beb2b9760e31b81526001600160a01b0382811660048301523360248301523060448301525f80356001600160e01b0319166064840152917f000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad7889091169063df595cb8906084016020604051808303815f875af1158015612819573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114ac91906140dc565b60026097540361288f5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401611f23565b6002609755565b5f6128c96128a483806145f0565b6128b46080860160608701613e4b565b6128c460a0870160808801613e4b565b613463565b5f6128d760408401846145f0565b9050116128f75760405163796cc52560e01b815260040160405180910390fd5b4261290860a0840160808501613e4b565b6129186080850160608601613e4b565b61292291906144a0565b63ffffffff16106129465760405163150358a160e21b815260040160405180910390fd5b5f80805b61295760408601866145f0565b9050811015612a48573661296e60408701876145f0565b8381811061297e5761297e6140f7565b6040029190910191505f90506129976020830183613bb9565b6001600160a01b0316036129be57604051630863a45360e11b815260040160405180910390fd5b6129cb6020820182613bb9565b6001600160a01b0316836001600160a01b0316106129fc576040516310fb47f160e31b815260040160405180910390fd5b5f816020013511612a20576040516310eb483f60e21b815260040160405180910390fd5b612a2d6020820182613bb9565b9250612a3d602082013585614376565b93505060010161294a565b506f4b3b4ca85a86c47a098a223fffffffff821115612a7a5760405163070b5a6f60e21b815260040160405180910390fd5b5092915050565b6040516001600160a01b03808516602483015283166044820152606481018290526114519085906323b872dd60e01b906084015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152613761565b6033546001600160a01b031633146115a35760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401611f23565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b612bb0612b9082806145f0565b612ba06080850160608601613e4b565b6128c460a0860160808701613e4b565b5f816040013511612bd4576040516310eb483f60e21b815260040160405180910390fd5b6f4b3b4ca85a86c47a098a223fffffffff81604001351115612c095760405163070b5a6f60e21b815260040160405180910390fd5b612c3963ffffffff7f0000000000000000000000000000000000000000000000000000000000278d001642614376565b612c496080830160608401613e4b565b63ffffffff1611156114f357604051637ee2b44360e01b815260040160405180910390fd5b5f60ca612c7e6020850185613e4b565b63ffffffff1681548110612c9457612c946140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff16151560608201529050612cf48382613014565b5f612d056080850160608601613bb9565b6001600160a01b038082165f90815260cc60205260409020549192501680612d2a5750805b336001600160a01b03821614612d5357604051635c427cd960e01b815260040160405180910390fd5b5f5b612d6260a0870187614635565b90508110156120625736612d7960e08801886145f0565b83818110612d8957612d896140f7565b6001600160a01b0387165f90815260cd602090815260408083209302949094019450929091508290612dbd90850185613bb9565b6001600160a01b03166001600160a01b031681526020019081526020015f2054905080826020013511612e035760405163aa385e8160e01b815260040160405180910390fd5b5f612e128260208501356143ae565b6001600160a01b0387165f90815260cd60209081526040822092935085018035929190612e3f9087613bb9565b6001600160a01b031681526020808201929092526040015f2091909155612e809089908390612e7090870187613bb9565b6001600160a01b03169190613834565b86516001600160a01b03808a1691878216918916907f9543dbd55580842586a951f0386e24d68a5df99ae29e3b216588b45fd684ce3190612ec46020890189613bb9565b604080519283526001600160a01b039091166020830152810186905260600160405180910390a4505050600101612d55565b5f816040015163ffffffff165f1480612f285750815161ffff908116148015612f285750816040015163ffffffff1642105b15612f4057505060cb54600160e01b900461ffff1690565b816040015163ffffffff16421015612f595781516114ac565b506020015190565b919050565b60605f612f7283613864565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b60cb546040805163ffffffff600160a01b9093048316815291831660208301527faf557c6c02c208794817a705609cfa935f827312a1adfdd26494b6b95dd2b4b3910160405180910390a160cb805463ffffffff909216600160a01b0263ffffffff60a01b19909216919091179055565b80606001511561303757604051631b14174b60e01b815260040160405180910390fd5b806040015163ffffffff1642101561306257604051631437a2bb60e31b815260040160405180910390fd5b61306f60c0830183614635565b905061307e60a0840184614635565b90501461309e576040516343714afd60e01b815260040160405180910390fd5b6130ab60e08301836145f0565b90506130ba60c0840184614635565b9050146130da576040516343714afd60e01b815260040160405180910390fd5b8051613106906130f06040850160208601613e4b565b6130fd604086018661467a565b8660600161388b565b5f5b61311560a0840184614635565b9050811015611198576131af608084013561313360a0860186614635565b84818110613143576131436140f7565b90506020020160208101906131589190613e4b565b61316560c0870187614635565b85818110613175576131756140f7565b9050602002810190613187919061467a565b61319460e08901896145f0565b878181106131a4576131a46140f7565b90506040020161392f565b600101613108565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b60cb546040516001600160a01b038084169216907f237b82f438d75fc568ebab484b75b01d9287b9e98b490b7c23221623b6705dbb905f90a360cb80546001600160a01b0319166001600160a01b0392909216919091179055565b5f815f0151826020015163ffffffff166040516020016132ae92919060609290921b6bffffffffffffffffffffffff1916825260a01b6001600160a01b031916601482015260200190565b6040516020818303038152906040526114ac906146bc565b6001600160a01b038083165f81815260cc602052604080822080548686166001600160a01b0319821681179092559151919094169392849290917fbab947934d42e0ad206f25c9cab18b5bb6ae144acfb00f40b4e3aa59590ca3129190a4505050565b60cb546040805161ffff600160e01b9093048316815291831660208301527fe6cd4edfdcc1f6d130ab35f73d72378f3a642944fb4ee5bd84b7807a81ea1c4e910160405180910390a160cb805461ffff909216600160e01b0261ffff60e01b19909216919091179055565b61271061ffff831611156133bb5760405163891c63df60e01b815260040160405180910390fd5b8254600160201b900463ffffffff1642116133e957604051637b1e25c560e01b815260040160405180910390fd5b8254600160201b900463ffffffff165f0361341057825461ffff191661ffff178355613427565b825462010000810461ffff1661ffff199091161783555b825463ffffffff909116600160201b0267ffffffff000000001961ffff90931662010000029290921667ffffffffffff00001990911617179055565b826134815760405163796cc52560e01b815260040160405180910390fd5b7f00000000000000000000000000000000000000000000000000000000005c490063ffffffff168163ffffffff1611156134ce57604051630dd0b9f560e21b815260040160405180910390fd5b6134f87f0000000000000000000000000000000000000000000000000000000000093a80826146f3565b63ffffffff161561351c5760405163ee66470560e01b815260040160405180910390fd5b5f8163ffffffff16116135425760405163cb3f434d60e01b815260040160405180910390fd5b61356c7f0000000000000000000000000000000000000000000000000000000000093a80836146f3565b63ffffffff161561359057604051633c1a94f160e21b815260040160405180910390fd5b8163ffffffff167f000000000000000000000000000000000000000000000000000000000076a70063ffffffff16426135c991906143ae565b1115801561360357508163ffffffff167f0000000000000000000000000000000000000000000000000000000065fb788063ffffffff1611155b6136205760405163041aa75760e11b815260040160405180910390fd5b5f805b84811015612062575f86868381811061363e5761363e6140f7565b6136549260206040909202019081019150613bb9565b60405163198f077960e21b81526001600160a01b0380831660048301529192507f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757079091169063663c1de490602401602060405180830381865afa1580156136bd573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136e191906140dc565b8061370857506001600160a01b03811673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0145b61372557604051632efd965160e11b815260040160405180910390fd5b806001600160a01b0316836001600160a01b0316106137575760405163dfad9ca160e01b815260040160405180910390fd5b9150600101613623565b5f6137b5826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b031661396d9092919063ffffffff16565b905080515f14806137d55750808060200190518101906137d591906140dc565b6111985760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401611f23565b6040516001600160a01b03831660248201526044810182905261119890849063a9059cbb60e01b90606401612ab5565b5f60ff8216601f8111156114ac57604051632cd44ac360e21b815260040160405180910390fd5b61389660208361471a565b6001901b8463ffffffff16106138be5760405162c6c39d60e71b815260040160405180910390fd5b5f6138c882610f99565b905061391284848080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152508a92508591505063ffffffff8916613983565b612062576040516369ca16c960e01b815260040160405180910390fd5b61393a60208361471a565b6001901b8463ffffffff16106139635760405163054ff4df60e51b815260040160405180910390fd5b5f6138c882612250565b606061397b84845f8561399a565b949350505050565b5f83613990868585613a71565b1495945050505050565b6060824710156139fb5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401611f23565b5f5f866001600160a01b03168587604051613a16919061472d565b5f6040518083038185875af1925050503d805f8114613a50576040519150601f19603f3d011682016040523d82523d5f602084013e613a55565b606091505b5091509150613a6687838387613b08565b979650505050505050565b5f60208451613a809190614743565b15613a9e576040516313717da960e21b815260040160405180910390fd5b8260205b85518111613aff57613ab5600285614743565b5f03613ad657815f528086015160205260405f209150600284049350613aed565b808601515f528160205260405f2091506002840493505b613af8602082614376565b9050613aa2565b50949350505050565b60608315613b765782515f03613b6f576001600160a01b0385163b613b6f5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401611f23565b508161397b565b61397b8383815115613b8b5781518083602001fd5b8060405162461bcd60e51b8152600401611f239190613e16565b6001600160a01b03811681146114f3575f5ffd5b5f60208284031215613bc9575f5ffd5b813561190381613ba5565b5f60408284031215613be4575f5ffd5b50919050565b5f5f83601f840112613bfa575f5ffd5b5081356001600160401b03811115613c10575f5ffd5b6020830191508360208260051b8501011115613c2a575f5ffd5b9250929050565b5f5f5f60608486031215613c43575f5ffd5b613c4d8585613bd4565b925060408401356001600160401b03811115613c67575f5ffd5b613c7386828701613bea565b9497909650939450505050565b80151581146114f3575f5ffd5b5f5f60408385031215613c9e575f5ffd5b8235613ca981613ba5565b91506020830135613cb981613c80565b809150509250929050565b5f60208284031215613cd4575f5ffd5b5035919050565b5f60408284031215613ceb575f5ffd5b6119038383613bd4565b5f5f60208385031215613d06575f5ffd5b82356001600160401b03811115613d1b575f5ffd5b613d2785828601613bea565b90969095509350505050565b5f6101008284031215613be4575f5ffd5b5f5f60408385031215613d55575f5ffd5b82356001600160401b03811115613d6a575f5ffd5b613d7685828601613d33565b9250506020830135613cb981613ba5565b803563ffffffff81168114612f61575f5ffd5b5f5f60408385031215613dab575f5ffd5b82359150613dbb60208401613d87565b90509250929050565b5f5f5f60408486031215613dd6575f5ffd5b83356001600160401b03811115613deb575f5ffd5b613df786828701613bea565b9094509250506020840135613e0b81613ba5565b809150509250925092565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f60208284031215613e5b575f5ffd5b61190382613d87565b5f60208284031215613e74575f5ffd5b813560ff81168114611903575f5ffd5b5f60208284031215613e94575f5ffd5b81356001600160401b03811115613ea9575f5ffd5b61397b84828501613d33565b5f5f60408385031215613ec6575f5ffd5b8235613ed181613ba5565b946020939093013593505050565b5f5f60408385031215613ef0575f5ffd5b8235613efb81613ba5565b91506020830135613cb981613ba5565b5f5f5f60408486031215613f1d575f5ffd5b8335613f2881613ba5565b925060208401356001600160401b03811115613c67575f5ffd5b5f5f60608385031215613f53575f5ffd5b8235613f5e81613ba5565b9150613dbb8460208501613bd4565b803561ffff81168114612f61575f5ffd5b5f60208284031215613f8e575f5ffd5b61190382613f6d565b5f5f60408385031215613fa8575f5ffd5b8235613fb381613ba5565b9150613dbb60208401613f6d565b5f5f5f60608486031215613fd3575f5ffd5b8335613fde81613ba5565b92506020840135613fee81613ba5565b9150613ffc60408501613f6d565b90509250925092565b5f5f5f5f5f60a08688031215614019575f5ffd5b853561402481613ba5565b945060208601359350604086013561403b81613ba5565b925061404960608701613d87565b915061405760808701613f6d565b90509295509295909350565b5f5f5f60808486031215614075575f5ffd5b833561408081613ba5565b925061408f8560208601613bd4565b9150613ffc60608501613f6d565b80356140a881613ba5565b6001600160a01b0316825263ffffffff6140c460208301613d87565b1660208301525050565b604081016114ac828461409d565b5f602082840312156140ec575f5ffd5b815161190381613c80565b634e487b7160e01b5f52603260045260245ffd5b5f823560be1983360301811261411f575f5ffd5b9190910192915050565b5f5f8335601e1984360301811261413e575f5ffd5b83016020810192503590506001600160401b0381111561415c575f5ffd5b8060061b3603821315613c2a575f5ffd5b8183526020830192505f815f5b848110156141d057813561418d81613ba5565b6001600160a01b0316865260208201356bffffffffffffffffffffffff81168082146141b7575f5ffd5b602088015250604095860195919091019060010161417a565b5093949350505050565b5f5f8335601e198436030181126141ef575f5ffd5b83016020810192503590506001600160401b0381111561420d575f5ffd5b803603821315613c2a575f5ffd5b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b5f61424e8283614129565b60c0855261426060c08601828461416d565b915050602083013561427181613ba5565b6001600160a01b0316602085015261428c6040840184614129565b858303604087015280835290915f91906020015b818310156142db5783356142b381613ba5565b6001600160a01b031681526020848101359082015260409384019360019390930192016142a0565b6142e760608701613d87565b63ffffffff81166060890152935061430160808701613d87565b63ffffffff81166080890152935061431c60a08701876141da565b9450925086810360a0880152613a6681858561421b565b60018060a01b0384168152826020820152606060408201525f6143596060830184614243565b95945050505050565b634e487b7160e01b5f52601160045260245ffd5b808201808211156114ac576114ac614362565b614393818561409d565b826040820152608060608201525f6143596080830184614243565b818103818111156114ac576114ac614362565b5f816143cf576143cf614362565b505f190190565b5f8235609e1983360301811261411f575f5ffd5b5f6143f58283614129565b60a0855261440760a08601828461416d565b915050602083013561441881613ba5565b6001600160a01b031660208501526040838101359085015263ffffffff61444160608501613d87565b16606085015263ffffffff61445860808501613d87565b1660808501528091505092915050565b60018060a01b0384168152826020820152606060408201525f61435960608301846143ea565b602081525f61190360208301846143ea565b63ffffffff81811683821601908111156114ac576114ac614362565b5f823560fe1983360301811261411f575f5ffd5b828152604060208201525f61397b6040830184614243565b5f60408284031280156144f9575f5ffd5b50604080519081016001600160401b038111828210171561452857634e487b7160e01b5f52604160045260245ffd5b604052823561453681613ba5565b815261454460208401613d87565b60208201529392505050565b63ffffffff82811682821603908111156114ac576114ac614362565b5f63ffffffff82168061458157614581614362565b5f190192915050565b5f6020828403121561459a575f5ffd5b5051919050565b60a081016145af828761409d565b63ffffffff94909416604082015261ffff92831660608201529116608090910152919050565b5f602082840312156145e5575f5ffd5b815161190381613ba5565b5f5f8335601e19843603018112614605575f5ffd5b8301803591506001600160401b0382111561461e575f5ffd5b6020019150600681901b3603821315613c2a575f5ffd5b5f5f8335601e1984360301811261464a575f5ffd5b8301803591506001600160401b03821115614663575f5ffd5b6020019150600581901b3603821315613c2a575f5ffd5b5f5f8335601e1984360301811261468f575f5ffd5b8301803591506001600160401b038211156146a8575f5ffd5b602001915036819003821315613c2a575f5ffd5b80516020808301519190811015613be4575f1960209190910360031b1b16919050565b634e487b7160e01b5f52601260045260245ffd5b5f63ffffffff831680614708576147086146df565b8063ffffffff84160691505092915050565b5f82614728576147286146df565b500490565b5f82518060208501845e5f920191825250919050565b5f82614751576147516146df565b50069056fea2646970667358221220d63b7f01ef92bde201fe23e3565d12efb900ef9e9ff3c2279a81e717dcb1668064736f6c634300081b0033","nonce":17,"gas_used":4057471},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x3de97f","logs":[{"address":"0x9a9f2ccfde556a7e9ff0848998aa4a0cfd8863ae","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"}],"logsBloom":"0x00000000000001000000000000000000000000000000000000000000000000000000000020000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x409dfa2615ee7e8a8b5e2bef72ad5f7ac986a188f68c77453b9ad294412a0696","block_number":13},{"info":{"transaction_hash":"0x5cdfc293c17ae0332ab750d47dc087a7fb808c6be734029a1806e40a2cd5a698","transaction_index":0,"from":"0xd4a1e660c916855229e1712090ccfd8a424a2e33","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xd4a1e660c916855229e1712090ccfd8a424a2e33","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343900000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e330000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e330000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e3300000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000612"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e3300000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e3300000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e3300000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000612"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343900000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000200000000000000000000200000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000000000000000000000000000000101000000000000000040000050000000020000000000040000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xdb715cd2afb653aa4d57e86eb930a72f175b661c09f3c68c3fe469336e1cf053","block_number":353},{"info":{"transaction_hash":"0xba27285ca82db8f0ef54059524e8b34e68335024251a1986108b505da4c1edd5","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000009dcce783b6464611f38631e6c851bf441907c7100000000000000000000000000000000000000000000000004947aeb13928ba0c","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710"],"data":"0x0000000000000000000000000000000000000000000000004947aeb13928ba0c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":212,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710"],"data":"0x0000000000000000000000000000000000000000000000004947aeb13928ba0c"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000400000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000000000000000000000000000000000008000000000000000000000000000000000000000000"},"block_hash":"0x2f6ed521b5358bb523210fe603d7ece937f0afac69f9687990a950edf84214b7","block_number":184},{"info":{"transaction_hash":"0x43b95a4028976127f6e41565008bd4aa2f20fa145ece54e74e80b3868a847392","transaction_index":0,"from":"0x08a2de6f3528319123b25935c92888b16db8913e","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x08a2de6f3528319123b25935c92888b16db8913e","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003f94a2da3a2576fd","output":"0x0000000000000000000000000000000000000000000000003f94a2da3a2576fd","gas_used":211344,"gas_limit":285949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003f94a2da3a2576fd","output":"0x0000000000000000000000000000000000000000000000003f94a2da3a2576fd","gas_used":204207,"gas_limit":274493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003f94a2da3a2576fd"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003f94a2da3a2576fd","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12491,"gas_limit":257182,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000003f94a2da3a2576fd"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003f94a2da3a2576fd","output":"0x0000000000000000000000000000000000000000000000003f94a2da3a2576fd","gas_used":25235,"gas_limit":241715,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x09635f643e140090a9a8dcd712ed6285858cebef","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000008198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb70000000000000000000000000000000000000000000000003f94a2da3a2576fd","output":"0x0000000000000000000000000000000000000000000000003f94a2da3a2576fd","gas_used":18160,"gas_limit":231007,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000c09c7c4f23242288f","gas_used":559,"gas_limit":218433,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x00000000000000000000000000000000000000000000000c09c7c4f23242288f","gas_used":559,"gas_limit":215024,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3c651cf200000000000000000000000008a2de6f3528319123b25935c92888b16db8913e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f94a2da3a2576fd","output":"0x","gas_used":77719,"gas_limit":145935,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[9],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x3c651cf200000000000000000000000008a2de6f3528319123b25935c92888b16db8913e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f94a2da3a2576fd","output":"0x","gas_used":70579,"gas_limit":136661,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e"],"data":"0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003f94a2da3a2576fd"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Log":1}]},{"parent":8,"children":[10],"idx":9,"trace":{"depth":4,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xa9333ec800000000000000000000000008a2de6f3528319123b25935c92888b16db8913e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":10155,"gas_limit":124151,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":9,"children":[],"idx":10,"trace":{"depth":5,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xa9333ec800000000000000000000000008a2de6f3528319123b25935c92888b16db8913e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000","gas_used":3024,"gas_limit":115229,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000003f94a2da3a2576fd","nonce":1,"gas_used":222968},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x366f8","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e","0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"],"data":"0x0000000000000000000000000000000000000000000000003f94a2da3a2576fd"},{"address":"0x202cce504e04bed6fc0521238ddf04bc9e8e15ab","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62"],"data":"0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003f94a2da3a2576fd"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f"],"data":"0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e"],"data":"0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab0000000000000000000000000000000000000000000000003f94a2da3a2576fd"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000002000400018040000000040000000008800000000008000000000000000240000001000000000000000000000000000000000000000000000000000000000000010000000010000002000000000000000000000000000000000000000000040000000000000000000000400000000000000000000800000000000000000000000400000000200000001000000002000001000041000000000002000080000020000000000001000000000000000000000000000000000000000000000001000000000500000000000000"},"block_hash":"0x6f8ffc5905cd0b9c6cbb3d30a38e28019a6061dfecd007543a91333d1ae5930d","block_number":338},{"info":{"transaction_hash":"0x971fd44970af122696d8481b070db894872a796d5a58b2e4bb47c7d5341c255d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x02484cb50aac86eae85610d6f4bf026f30f6627d","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x02484cb50aac86eae85610d6f4bf026f30f6627d","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":104,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xab23f1cb7424adae1eca82c55d1f2c77415c3a70af6e79dc1d94eb0da689aca4","block_number":76},{"info":{"transaction_hash":"0xcaa2fdadc181f794f43e3507b61d77ca51a18b2d031be8a0ab4ae26a24aab7f1","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052610bb780380380610014816102c7565b92833981016060828203126102c35761002c82610300565b61003860208401610300565b604084015190936001600160401b0382116102c357019082601f830112156102c357815161006d61006882610314565b6102c7565b928184526020840194602083830101116102c357815f926020809301875e84010152803b15610268577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610261575b6101dd575b50505f516020610b975f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a18115610189576001600160a01b031916175f516020610b975f395f51905f52556040516107b390816103e48239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b5f80610250946101ed60606102c7565b94602786527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020870152660819985a5b195960ca1b60408701525190845af43d15610259573d9161024161006884610314565b9283523d5f602085013e61032f565b505f8080610107565b60609161032f565b505f610102565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b038111838210176102ec57604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b03821682036102c357565b6001600160401b0381116102ec57601f01601f191660200190565b919290156103915750815115610343575090565b3b1561034c5790565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b8251909150156103a45750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610300000000000000000000000095401dc811bb5740090279ba06cfa8fcf6113778000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","output":"0x60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033","gas_used":444889,"gas_limit":608895,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000095401dc811bb5740090279ba06cfa8fcf6113778"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x60806040523661013d575f51602061073e5f395f51905f5254610032906001600160a01b03165b6001600160a01b031690565b3303610138575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b602081519101f35b63278f794360e11b810361007f575061007a6103b9565b61005b565b6308f2839760e41b8103610096575061007a6102d5565b6303e1469160e61b81036100ad575061007a610232565b635c60da1b60e01b036100c25761007a6101f8565b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b610187565b5f51602061073e5f395f51905f525461015e906001600160a01b0316610026565b3303610187575f356001600160e01b031916631b2ce7f360e11b8103610063575061005b610449565b5f51602061075e5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156101b9573d5ff35b3d5ffd5b634e487b7160e01b5f52604160045260245ffd5b90601f8019910116810190811067ffffffffffffffff8211176101f357604052565b6101bd565b610200610569565b60018060a01b035f51602061075e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b90565b61023a610569565b60018060a01b035f51602061073e5f395f51905f5254166040519060208201526020815261022f6040826101d1565b600435906001600160a01b038216820361027f57565b5f80fd5b602090600319011261027f576004356001600160a01b038116810361027f5790565b67ffffffffffffffff81116101f357601f01601f191660200190565b604051906102d06020836101d1565b5f8252565b6102dd610569565b3660041161027f576001600160a01b036102f636610283565b165f51602061073e5f395f51905f52547f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6040805160018060a01b0384168152846020820152a18115610365576001600160a01b031916175f51602061073e5f395f51905f525561022f6102c1565b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b3660041161027f57604036600319011261027f576103d5610269565b6024359067ffffffffffffffff821161027f573660238301121561027f57816004013590610402826102a5565b9161041060405193846101d1565b808352366024828601011161027f576020815f926024610441970183870137840101526001600160a01b0316610570565b61022f6102c1565b610451610569565b3660041161027f576001600160a01b0361046a36610283565b166040519061047a6020836101d1565b5f8252803b1561050e575f51602061075e5f395f51905f5280546001600160a01b03191682179055807fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610507575b6104ed575b50506040516104e76020826101d1565b5f815290565b6104ff916104f96105ef565b9161063a565b505f806104d7565b505f6104d2565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b3461027f57565b803b1561050e575f51602061075e5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906105e7575b6105d8575050565b6105e4916104f96105ef565b50565b5060016105d0565b604051906105fe6060836101d1565b60278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b5f8061022f9493602081519101845af43d15610677573d9161065b836102a5565b9261066960405194856101d1565b83523d5f602085013e6106cb565b6060916106cb565b1561068657565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b919290156106eb57508151156106df575090565b61022f903b151561067f565b8251909150156106fe5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca264697066735822122094aab1e6d7d8ac6ee9ab9bb81dd25cff4b8a78ad504cbf790cb4f9e0df21f52964736f6c634300081b0033","nonce":40,"gas_used":546689},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x85781","logs":[{"address":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000095401dc811bb5740090279ba06cfa8fcf6113778"],"data":"0x"},{"address":"0x70e0ba845a1a0f2da3359c97e0285013525ffc49","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000002200000000000000000000000000000000000000000000000000040004000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000021000000000000000040000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x0fede231b74e92af8c1ebecdbe17c5edc9c07c0cab1528b98996be22365715f6","block_number":27},{"info":{"transaction_hash":"0x0e338ed60c26a38b2b9d486da8b4b578db82a8a5f732eb2a7542b450c3116caf","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0xb7278a61aa25c888815afc32ad3cc52ff24fe575","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xb7278a61aa25c888815afc32ad3cc52ff24fe575","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x60a034606e57601f61048238819003918201601f19168301916001600160401b03831184841017607257808492602094604052833981010312606e57516001600160a01b03811690819003606e576080526040516103fb9081610087823960805181818160c101526102390152f35b5f80fd5b634e487b7160e01b5f52604160045260245ffdfe60806040526004361015610011575f80fd5b5f3560e01c806310bea0d714610268578063af65fdfc14610268578063cf1d6b42146102245763f043367e14610045575f80fd5b346102205760403660031901126102205760243567ffffffffffffffff8111610220573660238201121561022057806004013567ffffffffffffffff81116101fd576040519161009f601f8301601f191660200184610303565b818352366024838301011161022057815f9260246020930183860137830101527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163303610211576004355f525f60205260405f20815167ffffffffffffffff81116101fd5761011782546102cb565b601f81116101b8575b50602092601f821160011461015c57928192935f92610151575b50505f19600383901b1c191660019190911b179055005b015190505f8061013a565b601f19821693835f52805f20915f5b8681106101a05750836001959610610188575b505050811b019055005b01515f1960f88460031b161c191690555f808061017e565b9192602060018192868501518155019401920161016b565b825f5260205f20601f830160051c810191602084106101f3575b601f0160051c01905b8181106101e85750610120565b5f81556001016101db565b90915081906101d2565b634e487b7160e01b5f52604160045260245ffd5b632c01b20560e21b5f5260045ffd5b5f80fd5b34610220575f366003190112610220576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610220576020366003190112610220576004355f525f60205261029d61029160405f20610325565b604051918291826102a1565b0390f35b602060409281835280519182918282860152018484015e5f828201840152601f01601f1916010190565b90600182811c921680156102f9575b60208310146102e557565b634e487b7160e01b5f52602260045260245ffd5b91607f16916102da565b90601f8019910116810190811067ffffffffffffffff8211176101fd57604052565b9060405191825f825492610338846102cb565b80845293600181169081156103a3575060011461035f575b5061035d92500383610303565b565b90505f9291925260205f20905f915b81831061038757505090602061035d928201015f610350565b602091935080600191548385890101520191019091849261036e565b90506020925061035d94915060ff191682840152151560051b8201015f61035056fea26469706673582212201f9202a00c32bf6e49ab832dd78ef68facfd396b2aae63935674ac267e44f46b64736f6c634300081b003300000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc49","output":"0x60806040526004361015610011575f80fd5b5f3560e01c806310bea0d714610268578063af65fdfc14610268578063cf1d6b42146102245763f043367e14610045575f80fd5b346102205760403660031901126102205760243567ffffffffffffffff8111610220573660238201121561022057806004013567ffffffffffffffff81116101fd576040519161009f601f8301601f191660200184610303565b818352366024838301011161022057815f9260246020930183860137830101527f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03163303610211576004355f525f60205260405f20815167ffffffffffffffff81116101fd5761011782546102cb565b601f81116101b8575b50602092601f821160011461015c57928192935f92610151575b50505f19600383901b1c191660019190911b179055005b015190505f8061013a565b601f19821693835f52805f20915f5b8681106101a05750836001959610610188575b505050811b019055005b01515f1960f88460031b161c191690555f808061017e565b9192602060018192868501518155019401920161016b565b825f5260205f20601f830160051c810191602084106101f3575b601f0160051c01905b8181106101e85750610120565b5f81556001016101db565b90915081906101d2565b634e487b7160e01b5f52604160045260245ffd5b632c01b20560e21b5f5260045ffd5b5f80fd5b34610220575f366003190112610220576040517f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03168152602090f35b34610220576020366003190112610220576004355f525f60205261029d61029160405f20610325565b604051918291826102a1565b0390f35b602060409281835280519182918282860152018484015e5f828201840152601f01601f1916010190565b90600182811c921680156102f9575b60208310146102e557565b634e487b7160e01b5f52602260045260245ffd5b91607f16916102da565b90601f8019910116810190811067ffffffffffffffff8211176101fd57604052565b9060405191825f825492610338846102cb565b80845293600181169081156103a3575060011461035f575b5061035d92500383610303565b565b90505f9291925260205f20905f915b81831061038757505090602061035d928201015f610350565b602091935080600191548385890101520191019091849261036e565b90506020925061035d94915060ff191682840152151560051b8201015f61035056fea26469706673582212201f9202a00c32bf6e49ab832dd78ef68facfd396b2aae63935674ac267e44f46b64736f6c634300081b0033","gas_used":204287,"gas_limit":286886,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x60806040526004361015610011575f80fd5b5f3560e01c806310bea0d714610268578063af65fdfc14610268578063cf1d6b42146102245763f043367e14610045575f80fd5b346102205760403660031901126102205760243567ffffffffffffffff8111610220573660238201121561022057806004013567ffffffffffffffff81116101fd576040519161009f601f8301601f191660200184610303565b818352366024838301011161022057815f9260246020930183860137830101527f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03163303610211576004355f525f60205260405f20815167ffffffffffffffff81116101fd5761011782546102cb565b601f81116101b8575b50602092601f821160011461015c57928192935f92610151575b50505f19600383901b1c191660019190911b179055005b015190505f8061013a565b601f19821693835f52805f20915f5b8681106101a05750836001959610610188575b505050811b019055005b01515f1960f88460031b161c191690555f808061017e565b9192602060018192868501518155019401920161016b565b825f5260205f20601f830160051c810191602084106101f3575b601f0160051c01905b8181106101e85750610120565b5f81556001016101db565b90915081906101d2565b634e487b7160e01b5f52604160045260245ffd5b632c01b20560e21b5f5260045ffd5b5f80fd5b34610220575f366003190112610220576040517f00000000000000000000000070e0ba845a1a0f2da3359c97e0285013525ffc496001600160a01b03168152602090f35b34610220576020366003190112610220576004355f525f60205261029d61029160405f20610325565b604051918291826102a1565b0390f35b602060409281835280519182918282860152018484015e5f828201840152601f01601f1916010190565b90600182811c921680156102f9575b60208310146102e557565b634e487b7160e01b5f52602260045260245ffd5b91607f16916102da565b90601f8019910116810190811067ffffffffffffffff8211176101fd57604052565b9060405191825f825492610338846102cb565b80845293600181169081156103a3575060011461035f575b5061035d92500383610303565b565b90505f9291925260205f20905f915b81831061038757505090602061035d928201015f610350565b602091935080600191548385890101520191019091849261036e565b90506020925061035d94915060ff191682840152151560051b8201015f61035056fea26469706673582212201f9202a00c32bf6e49ab832dd78ef68facfd396b2aae63935674ac267e44f46b64736f6c634300081b0033","nonce":52,"gas_used":275331},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x4cbcf","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x6b95d9d51677003e8556f1a022126671beedf118d0824c8a9b686d74cdf98a74","block_number":33},{"info":{"transaction_hash":"0x5199f398bac1d6caeaa0be9a5ec4783d5226fe28ac0fc2c78bb2a81a9d6528ee","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000000000000000000000000000740135c4c48c6c7f","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e"],"data":"0x000000000000000000000000000000000000000000000000740135c4c48c6c7f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":210,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e"],"data":"0x000000000000000000000000000000000000000000000000740135c4c48c6c7f"}],"logsBloom":"0x02000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000200000000000000000000000000000100000000000000000000010000000010000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000400000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x671f3d7beaba4157eaf1c9beda18e34092c5cf79c50a653bfaf286fe817ec004","block_number":182},{"info":{"transaction_hash":"0x0aef32f70db892ff36ca449e6eecfcf9fba0f34d4f9dcb226ae41b6134b1dc32","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x5de08ff200000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000001000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x","gas_used":56296,"gas_limit":86035,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x5de08ff200000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000001000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab","output":"0x","gas_used":49162,"gas_limit":77703,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x0c35b17d91c96eb2751cd456e1252f42a386e524ef9ff26ecc9950859fdc04fe"],"data":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x","nonce":79,"gas_used":78008},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x130b8","logs":[{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x0c35b17d91c96eb2751cd456e1252f42a386e524ef9ff26ecc9950859fdc04fe"],"data":"0x000000000000000000000000202cce504e04bed6fc0521238ddf04bc9e8e15ab"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000240000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xe21b459b7d43c3b079a7b453021902fc0ab8046db3abdce1ca2911aebca6fc9e","block_number":51},{"info":{"transaction_hash":"0xa04d70be6d02e60ae0c87dae410b9f07c4898f4c6696d089eb1d6aed74ede8dc","transaction_index":0,"from":"0x54ccceb38251c29b628ef8b00b3cab97e7cac7d5","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x54ccceb38251c29b628ef8b00b3cab97e7cac7d5","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373500000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e600000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d50000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e600000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d50000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d500000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000646"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a1700000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a1700000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb8700000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb8700000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d500000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000646"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373500000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000100000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000400000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008000000000000000000002000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000000100000000000000"},"block_hash":"0xbc91f73f8eb5195e9fa8302f43ddf1b1ff34a5bdedeb35bd712a533b9faedc1f","block_number":405},{"info":{"transaction_hash":"0xe180f39a6b704cbc119ab3093eb057b350a076cf4f1193e908425c698582e124","transaction_index":0,"from":"0xbc5bdcee96b1bc47822c74e6f64186fba7d686be","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xbc5bdcee96b1bc47822c74e6f64186fba7d686be","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":113010,"gas_limit":171478,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6,8],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x2aa6d888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":105858,"gas_limit":161793,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be"],"data":"0x"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393600000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":4}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3},{"Log":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x56c483e6000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":32356,"gas_limit":148500,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x56c483e6000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be0000000000000000000000000000000000000000000000000000000000000002","output":"0x","gas_used":25228,"gas_limit":139198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000670"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10682,"gas_limit":108023,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3542,"gas_limit":99356,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xfe243a17000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":10157,"gas_limit":93742,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xfe243a17000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be000000000000000000000000beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":3026,"gas_limit":85296,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[9],"idx":8,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x547afb87000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1913,"gas_limit":82957,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":8,"children":[],"idx":9,"trace":{"depth":3,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x68b1d87f95878fe05b998f19b66f4baba5de1aed","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x547afb87000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000","output":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000","gas_used":1273,"gas_limit":81072,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":132474},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2057a","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db"],"data":"0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000670"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393600000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010000000000100000000000000000000000000000000000001000000000000000000000000000000000000000000000020000040002000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000240000000000000002000000000000000000000008020000000000000000000000000000000000000000000101000000000000000040000050000000020000000000000000000000000000000000000000000000000000002000001000000100100000000000000"},"block_hash":"0x8d367edabcfaf83623abac3718d19b2afb05738ce419a84c729a2e2d2abd2dca","block_number":447},{"info":{"transaction_hash":"0xc7e700cab395fc0e5fad608f35c076c41e88384e1b96d3de7076bc6d3e97051c","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e3300000000000000000000000000000000000000000000000051f08614c35c92fb","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29674,"gas_limit":53413,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33"],"data":"0x00000000000000000000000000000000000000000000000051f08614c35c92fb"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":232,"gas_used":51330},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc882","logs":[{"address":"0x8198f5d8f8cffe8f9c413d98a0a55aeb8ab9fbb7","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33"],"data":"0x00000000000000000000000000000000000000000000000051f08614c35c92fb"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000080000000000000000000000000100000000000000000000010000000010000000000200000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000200000000000000002000000200000000000000000000000002000000000000040000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x2a89f7ae9acec5bbe95411d58d177058ed0b5645c38179b74f71ca52d21485c5","block_number":204}],"historical_states":null}
````

## File: contracts/anvil/deploy-contracts-save-anvil-state.sh
````bash
#!/bin/bash

# Enable the script to exit immediately if a command exits with a non-zero status
set -o errexit -o nounset -o pipefail

# Define your cleanup function
clean_up() {
    echo "Executing cleanup function..."
    set +e
    pkill -f anvil

    # Check if the exit status is non-zero
    exit_status=$?
    if [ $exit_status -ne 0 ]; then
        echo "Script exited due to set -e on line $1 with command '$2'. Exit status: $exit_status"
    fi
}
# Use trap to call the clean_up function when the script exits
trap 'clean_up $LINENO "$BASH_COMMAND"' EXIT

# cd to the directory of this script so that this can be run from anywhere
anvil_dir=$(
    cd "$(dirname "${BASH_SOURCE[0]}")"
    pwd -P
)
root_dir=$(realpath $anvil_dir/../..)

set -a
source $anvil_dir/utils.sh
# we overwrite some variables here because should always deploy to anvil (localhost)
ETH_HTTP_URL=http://localhost:8545
DEPLOYER_PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
set +a

# start an empty anvil chain in the background and dump its state to a json file upon exit
start_anvil_docker "" $anvil_dir/contracts-deployed-anvil-state.json
sleep 1

CHAIN_ID=$(cast chain-id --rpc-url $ETH_HTTP_URL)

# DEPLOY CONTRACT REGISTRY
cd $root_dir/contracts
forge create src/ContractsRegistry.sol:ContractsRegistry --rpc-url $ETH_HTTP_URL --private-key $DEPLOYER_PRIVATE_KEY --broadcast

# DEPLOY EIGENLAYER
EIGEN_CONTRACTS_DIR=$root_dir/contracts/lib/eigenlayer-middleware/lib/eigenlayer-contracts
DEVNET_OUTPUT_DIR=$EIGEN_CONTRACTS_DIR/script/output/devnet

cp config/core/31337.json $EIGEN_CONTRACTS_DIR/script/configs/temp.config.json
# deployment overwrites this file, so we save it as backup, because we want that output in our local files, and not in the eigenlayer-contracts submodule files
mv $DEVNET_OUTPUT_DIR/SLASHING_deploy_from_scratch_deployment_data.json $DEVNET_OUTPUT_DIR/SLASHING_deploy_from_scratch_deployment_data.json.bak
cd $EIGEN_CONTRACTS_DIR
forge script script/deploy/local/deploy_from_scratch.slashing.s.sol:DeployFromScratch --rpc-url $ETH_HTTP_URL \
    --private-key $DEPLOYER_PRIVATE_KEY --broadcast \
    --sig "run(string memory configFileName)" -- temp.config.json
mv $DEVNET_OUTPUT_DIR/SLASHING_deploy_from_scratch_deployment_data.json $root_dir/contracts/script/output/${CHAIN_ID:?}/eigenlayer_deployment_output.json
mv $DEVNET_OUTPUT_DIR/SLASHING_deploy_from_scratch_deployment_data.json.bak $DEVNET_OUTPUT_DIR/SLASHING_deploy_from_scratch_deployment_data.json

rm script/configs/temp.config.json

# DEPLOY MOCKAVS
cd $root_dir/contracts
forge script script/DeployMockAvs.s.sol --rpc-url $ETH_HTTP_URL --private-key $DEPLOYER_PRIVATE_KEY --broadcast
# DEPLOY TOKENS AND STRATEGIES
cd $root_dir/contracts
# DO NOT REMOVE THE SLOW DIRECTIVE FROM THIS SCRIPT INVOCATION
# slow ensures that the transaction reciept is successful and recieved before sending the next transaction
# this should prevent the strategies deploying/registering in a flakey manner,
forge script script/DeployTokensStrategiesCreateQuorums.s.sol --rpc-url $ETH_HTTP_URL --private-key $DEPLOYER_PRIVATE_KEY --broadcast --slow

# REGISTER OPERATORS WITH EIGENLAYER
cd $root_dir/contracts
# DO NOT REMOVE THE SLOW DIRECTIVE FROM THIS SCRIPT INVOCATION
# slow ensures that the transaction receipt is successful and recieved before sending the next transaction
# this should prevent the operators registering in a flakey manner, the operators registered will change from run to run without this
forge script script/RegisterOperatorsWithEigenlayer.s.sol --rpc-url $ETH_HTTP_URL --private-key $DEPLOYER_PRIVATE_KEY --broadcast --slow
````

## File: contracts/anvil/README.md
````markdown
# Integration Tests

We store an anvil state files in this directory, so that we can start an anvil chain with the correct state for integration tests.
```
anvil --load-state STATE_FILE.json
```

## Eigenlayer deployment state file
`eigenlayer-deployed-anvil-state.json` contains the eigenlayer deployment.

It was created by running this [deploy script](https://github.com/Layr-Labs/eigenlayer-contracts/blob/2cb9ed107c6c918b9dfbac94cd71b4ab7c94e8c2/script/testing/M2_Deploy_From_Scratch.s.sol). If you ever need to redeploy a new version of eigenlayer contracts, first start an anvil chain that dumps its state after exiting
```
anvil --dump-state eigenlayer-deployed-anvil-state.json
```
Then run the deploy script
```
forge script script/testing/M2_Deploy_From_Scratch.s.sol --rpc-url http://localhost:8545 --private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 --broadcast --sig "run(string memory configFile)" -- M2_deploy_from_scratch.anvil.config.json
```
and finally kill the anvil chain with `Ctrl-C`. Make sure to copy the deployment [output file](https://github.com/Layr-Labs/eigenlayer-contracts/blob/master/script/output/M2_from_scratch_deployment_data.json) to [eigenlayer_deployment_output.json](../../contracts/script/output/31337/eigenlayer_deployment_output.json) so that the tests can find the deployed contracts.

See the main [README](../../README.md#dependencies) to understand why we deploy from the `experimental-reduce-strategy-manager-bytecode-size` branch of eigenlayer-contracts.
````

## File: contracts/anvil/start-anvil-chain-with-el-and-avs-deployed.sh
````bash
#!/bin/bash

set -o errexit -o nounset -o pipefail

# cd to the directory of this script so that this can be run from anywhere
anvil_dir=$(
    cd "$(dirname "${BASH_SOURCE[0]}")"
    pwd -P
)
root_dir=$(realpath $anvil_dir/../..)

set -a
source $anvil_dir/utils.sh
set +a

# start an anvil instance in the background that has eigenlayer contracts deployed
# we start anvil in the background so that we can run the below script
start_anvil_docker $anvil_dir/contracts-deployed-anvil-state.json ""

cd $root_dir/contracts
# we need to restart the anvil chain at the correct block, otherwise the indexRegistry has a quorumUpdate at the block number
# at which it was deployed (aka quorum was created/updated), but when we start anvil by loading state file it starts at block number 0
# so calling getOperatorListAtBlockNumber reverts because it thinks there are no quorums registered at block 0
# advancing chain manually like this is a current hack until https://github.com/foundry-rs/foundry/issues/6679 is merged
cast rpc anvil_mine 200 --rpc-url http://localhost:8545 > /dev/null
echo "Anvil is ready. Advanced chain to block-number:" $(cast block-number)


docker attach anvil
````

## File: contracts/anvil/utils.sh
````bash
#!/bin/bash

set -e -o nounset

parent_path=$(
    cd "$(dirname "${BASH_SOURCE[0]}")"
    pwd -P
)

FOUNDRY_IMAGE=ghcr.io/foundry-rs/foundry:stable

clean_up() {
    # Check if the exit status is non-zero
    exit_status=$?
    if [ $exit_status -ne 0 ]; then
        echo "Script exited due to set -e on line $1 with command '$2'. Exit status: $exit_status"
    fi
}
# Use trap to call the clean_up function when the script exits
trap 'clean_up $LINENO "$BASH_COMMAND"' ERR

# start_anvil_docker $LOAD_STATE_FILE $DUMP_STATE_FILE
start_anvil_docker() {
    LOAD_STATE_FILE=$1
    DUMP_STATE_FILE=$2
    LOAD_STATE_VOLUME_DOCKER_ARG=$([[ -z $LOAD_STATE_FILE ]] && echo "" || echo "-v $LOAD_STATE_FILE:/load-state.json")
    DUMP_STATE_VOLUME_DOCKER_ARG=$([[ -z $DUMP_STATE_FILE ]] && echo "" || echo "-v $DUMP_STATE_FILE:/dump-state.json")
    LOAD_STATE_ANVIL_ARG=$([[ -z $LOAD_STATE_FILE ]] && echo "" || echo "--load-state /load-state.json")
    DUMP_STATE_ANVIL_ARG=$([[ -z $DUMP_STATE_FILE ]] && echo "" || echo "--dump-state /dump-state.json")

    trap 'docker stop anvil 2>/dev/null || true' EXIT
    set -o xtrace
    docker run --rm -d --name anvil -p 8545:8545 $LOAD_STATE_VOLUME_DOCKER_ARG $DUMP_STATE_VOLUME_DOCKER_ARG \
        --entrypoint anvil \
        $FOUNDRY_IMAGE \
        $LOAD_STATE_ANVIL_ARG $DUMP_STATE_ANVIL_ARG --host 0.0.0.0
    set +o xtrace
    sleep 2
}
````

## File: contracts/bindings/AllocationManager/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractAllocationManager
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// IAllocationManagerTypesAllocateParams is an auto generated low-level Go binding around an user-defined struct.
type IAllocationManagerTypesAllocateParams struct {
	OperatorSet   OperatorSet
	Strategies    []common.Address
	NewMagnitudes []uint64
}
⋮----
// IAllocationManagerTypesAllocation is an auto generated low-level Go binding around an user-defined struct.
type IAllocationManagerTypesAllocation struct {
	CurrentMagnitude uint64
	PendingDiff      *big.Int
	EffectBlock      uint32
}
⋮----
// IAllocationManagerTypesCreateSetParams is an auto generated low-level Go binding around an user-defined struct.
type IAllocationManagerTypesCreateSetParams struct {
	OperatorSetId uint32
	Strategies    []common.Address
}
⋮----
// IAllocationManagerTypesDeregisterParams is an auto generated low-level Go binding around an user-defined struct.
type IAllocationManagerTypesDeregisterParams struct {
	Operator       common.Address
	Avs            common.Address
	OperatorSetIds []uint32
}
⋮----
// IAllocationManagerTypesRegisterParams is an auto generated low-level Go binding around an user-defined struct.
type IAllocationManagerTypesRegisterParams struct {
	Avs            common.Address
	OperatorSetIds []uint32
	Data           []byte
}
⋮----
// IAllocationManagerTypesSlashingParams is an auto generated low-level Go binding around an user-defined struct.
type IAllocationManagerTypesSlashingParams struct {
	Operator      common.Address
	OperatorSetId uint32
	Strategies    []common.Address
	WadsToSlash   []*big.Int
	Description   string
}
⋮----
// OperatorSet is an auto generated low-level Go binding around an user-defined struct.
type OperatorSet struct {
	Avs common.Address
	Id  uint32
}
⋮----
// ContractAllocationManagerMetaData contains all meta data concerning the ContractAllocationManager contract.
var ContractAllocationManagerMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"_delegation\",\"type\":\"address\",\"internalType\":\"contractIDelegationManager\"},{\"name\":\"_pauserRegistry\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"},{\"name\":\"_permissionController\",\"type\":\"address\",\"internalType\":\"contractIPermissionController\"},{\"name\":\"_DEALLOCATION_DELAY\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"_ALLOCATION_CONFIGURATION_DELAY\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"_version\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"ALLOCATION_CONFIGURATION_DELAY\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"DEALLOCATION_DELAY\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"addStrategiesToOperatorSet\",\"inputs\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorSetId\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"clearDeallocationQueue\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"numToClear\",\"type\":\"uint16[]\",\"internalType\":\"uint16[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"createOperatorSets\",\"inputs\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"params\",\"type\":\"tuple[]\",\"internalType\":\"structIAllocationManagerTypes.CreateSetParams[]\",\"components\":[{\"name\":\"operatorSetId\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"delegation\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIDelegationManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"deregisterFromOperatorSets\",\"inputs\":[{\"name\":\"params\",\"type\":\"tuple\",\"internalType\":\"structIAllocationManagerTypes.DeregisterParams\",\"components\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorSetIds\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"getAVSRegistrar\",\"inputs\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIAVSRegistrar\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getAllocatableMagnitude\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint64\",\"internalType\":\"uint64\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getAllocatedSets\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple[]\",\"internalType\":\"structOperatorSet[]\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getAllocatedStake\",\"inputs\":[{\"name\":\"operatorSet\",\"type\":\"tuple\",\"internalType\":\"structOperatorSet\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]},{\"name\":\"operators\",\"type\":\"address[]\",\"internalType\":\"address[]\"},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256[][]\",\"internalType\":\"uint256[][]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getAllocatedStrategies\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorSet\",\"type\":\"tuple\",\"internalType\":\"structOperatorSet\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"outputs\":[{\"name\":\"\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getAllocation\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorSet\",\"type\":\"tuple\",\"internalType\":\"structOperatorSet\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIAllocationManagerTypes.Allocation\",\"components\":[{\"name\":\"currentMagnitude\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"pendingDiff\",\"type\":\"int128\",\"internalType\":\"int128\"},{\"name\":\"effectBlock\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getAllocationDelay\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"},{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getAllocations\",\"inputs\":[{\"name\":\"operators\",\"type\":\"address[]\",\"internalType\":\"address[]\"},{\"name\":\"operatorSet\",\"type\":\"tuple\",\"internalType\":\"structOperatorSet\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple[]\",\"internalType\":\"structIAllocationManagerTypes.Allocation[]\",\"components\":[{\"name\":\"currentMagnitude\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"pendingDiff\",\"type\":\"int128\",\"internalType\":\"int128\"},{\"name\":\"effectBlock\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getEncumberedMagnitude\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint64\",\"internalType\":\"uint64\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getMaxMagnitude\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint64\",\"internalType\":\"uint64\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getMaxMagnitudes\",\"inputs\":[{\"name\":\"operators\",\"type\":\"address[]\",\"internalType\":\"address[]\"},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint64[]\",\"internalType\":\"uint64[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getMaxMagnitudes\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint64[]\",\"internalType\":\"uint64[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getMaxMagnitudesAtBlock\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint64[]\",\"internalType\":\"uint64[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getMemberCount\",\"inputs\":[{\"name\":\"operatorSet\",\"type\":\"tuple\",\"internalType\":\"structOperatorSet\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getMembers\",\"inputs\":[{\"name\":\"operatorSet\",\"type\":\"tuple\",\"internalType\":\"structOperatorSet\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"outputs\":[{\"name\":\"\",\"type\":\"address[]\",\"internalType\":\"address[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getMinimumSlashableStake\",\"inputs\":[{\"name\":\"operatorSet\",\"type\":\"tuple\",\"internalType\":\"structOperatorSet\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]},{\"name\":\"operators\",\"type\":\"address[]\",\"internalType\":\"address[]\"},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"futureBlock\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[{\"name\":\"slashableStake\",\"type\":\"uint256[][]\",\"internalType\":\"uint256[][]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorSetCount\",\"inputs\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getRegisteredSets\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple[]\",\"internalType\":\"structOperatorSet[]\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getStrategiesInOperatorSet\",\"inputs\":[{\"name\":\"operatorSet\",\"type\":\"tuple\",\"internalType\":\"structOperatorSet\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"outputs\":[{\"name\":\"\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getStrategyAllocations\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple[]\",\"internalType\":\"structOperatorSet[]\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]},{\"name\":\"\",\"type\":\"tuple[]\",\"internalType\":\"structIAllocationManagerTypes.Allocation[]\",\"components\":[{\"name\":\"currentMagnitude\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"pendingDiff\",\"type\":\"int128\",\"internalType\":\"int128\"},{\"name\":\"effectBlock\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"initialize\",\"inputs\":[{\"name\":\"initialOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"initialPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"isMemberOfOperatorSet\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorSet\",\"type\":\"tuple\",\"internalType\":\"structOperatorSet\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"isOperatorSet\",\"inputs\":[{\"name\":\"operatorSet\",\"type\":\"tuple\",\"internalType\":\"structOperatorSet\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"isOperatorSlashable\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorSet\",\"type\":\"tuple\",\"internalType\":\"structOperatorSet\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"modifyAllocations\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"params\",\"type\":\"tuple[]\",\"internalType\":\"structIAllocationManagerTypes.AllocateParams[]\",\"components\":[{\"name\":\"operatorSet\",\"type\":\"tuple\",\"internalType\":\"structOperatorSet\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"newMagnitudes\",\"type\":\"uint64[]\",\"internalType\":\"uint64[]\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"owner\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pause\",\"inputs\":[{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"pauseAll\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[{\"name\":\"index\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pauserRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"permissionController\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIPermissionController\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"registerForOperatorSets\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"params\",\"type\":\"tuple\",\"internalType\":\"structIAllocationManagerTypes.RegisterParams\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorSetIds\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"data\",\"type\":\"bytes\",\"internalType\":\"bytes\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"removeStrategiesFromOperatorSet\",\"inputs\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorSetId\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"renounceOwnership\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setAVSRegistrar\",\"inputs\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"registrar\",\"type\":\"address\",\"internalType\":\"contractIAVSRegistrar\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setAllocationDelay\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"delay\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"slashOperator\",\"inputs\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"params\",\"type\":\"tuple\",\"internalType\":\"structIAllocationManagerTypes.SlashingParams\",\"components\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorSetId\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"wadsToSlash\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"},{\"name\":\"description\",\"type\":\"string\",\"internalType\":\"string\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"transferOwnership\",\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"unpause\",\"inputs\":[{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"updateAVSMetadataURI\",\"inputs\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"metadataURI\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"version\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"event\",\"name\":\"AVSMetadataURIUpdated\",\"inputs\":[{\"name\":\"avs\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"metadataURI\",\"type\":\"string\",\"indexed\":false,\"internalType\":\"string\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"AVSRegistrarSet\",\"inputs\":[{\"name\":\"avs\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"registrar\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIAVSRegistrar\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"AllocationDelaySet\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"delay\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"},{\"name\":\"effectBlock\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"AllocationUpdated\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"operatorSet\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structOperatorSet\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]},{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"},{\"name\":\"magnitude\",\"type\":\"uint64\",\"indexed\":false,\"internalType\":\"uint64\"},{\"name\":\"effectBlock\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"EncumberedMagnitudeUpdated\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"},{\"name\":\"encumberedMagnitude\",\"type\":\"uint64\",\"indexed\":false,\"internalType\":\"uint64\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"MaxMagnitudeUpdated\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"},{\"name\":\"maxMagnitude\",\"type\":\"uint64\",\"indexed\":false,\"internalType\":\"uint64\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorAddedToOperatorSet\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"operatorSet\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structOperatorSet\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorRemovedFromOperatorSet\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"operatorSet\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structOperatorSet\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorSetCreated\",\"inputs\":[{\"name\":\"operatorSet\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structOperatorSet\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorSlashed\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"operatorSet\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structOperatorSet\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]},{\"name\":\"strategies\",\"type\":\"address[]\",\"indexed\":false,\"internalType\":\"contractIStrategy[]\"},{\"name\":\"wadSlashed\",\"type\":\"uint256[]\",\"indexed\":false,\"internalType\":\"uint256[]\"},{\"name\":\"description\",\"type\":\"string\",\"indexed\":false,\"internalType\":\"string\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OwnershipTransferred\",\"inputs\":[{\"name\":\"previousOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Paused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StrategyAddedToOperatorSet\",\"inputs\":[{\"name\":\"operatorSet\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structOperatorSet\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]},{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StrategyRemovedFromOperatorSet\",\"inputs\":[{\"name\":\"operatorSet\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structOperatorSet\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]},{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Unpaused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"error\",\"name\":\"AlreadyMemberOfSet\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"CurrentlyPaused\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"Empty\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputAddressZero\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputArrayLengthMismatch\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InsufficientMagnitude\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidAVSRegistrar\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidCaller\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidNewPausedStatus\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidOperator\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidOperatorSet\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidPermissions\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidShortString\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidSnapshotOrdering\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidWadToSlash\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"ModificationAlreadyPending\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"NonexistentAVSMetadata\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"NotMemberOfSet\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyPauser\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyUnpauser\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OperatorNotSlashable\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OutOfBounds\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"SameMagnitude\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"StrategiesMustBeInAscendingOrder\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"StrategyAlreadyInOperatorSet\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"StrategyNotInOperatorSet\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"StringTooLong\",\"inputs\":[{\"name\":\"str\",\"type\":\"string\",\"internalType\":\"string\"}]},{\"type\":\"error\",\"name\":\"UninitializedAllocationDelay\",\"inputs\":[]}]",
	Bin: "0x610140604052348015610010575f5ffd5b50604051615fb7380380615fb783398101604081905261002f916101e6565b8084878585896001600160a01b03811661005c576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b0390811660805292831660a05263ffffffff91821660c0521660e052166101005261008d816100a5565b610120525061009a6100eb565b50505050505061034a565b5f5f829050601f815111156100d8578260405163305a27a960e01b81526004016100cf91906102ef565b60405180910390fd5b80516100e382610324565b179392505050565b5f54610100900460ff16156101525760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b60648201526084016100cf565b5f5460ff908116146101a1575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b03811681146101b7575f5ffd5b50565b805163ffffffff811681146101cd575f5ffd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f5f5f5f60c087890312156101fb575f5ffd5b8651610206816101a3565b6020880151909650610217816101a3565b6040880151909550610228816101a3565b9350610236606088016101ba565b9250610244608088016101ba565b60a08801519092506001600160401b0381111561025f575f5ffd5b8701601f8101891361026f575f5ffd5b80516001600160401b03811115610288576102886101d2565b604051601f8201601f19908116603f011681016001600160401b03811182821017156102b6576102b66101d2565b6040528181528282016020018b10156102cd575f5ffd5b8160208401602083015e5f602083830101528093505050509295509295509295565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b80516020808301519190811015610344575f198160200360031b1b821691505b50919050565b60805160a05160c05160e0516101005161012051615bd26103e55f395f611b3701525f818161044f015261356c01525f81816105b30152613dfc01525f818161036101528181611fce01526126d001525f8181610732015281816114d501528181611b6b01528181611bd5015281816129ce015261364b01525f81816105da0152818161085801528181611c7a01526131e30152615bd25ff3fe608060405234801561000f575f5ffd5b50600436106102b1575f3560e01c80636cfb44811161017b578063a9821821116100e4578063c221d8ae1161009e578063df5cf72311610079578063df5cf7231461072d578063f2fde38b14610754578063f605ce0814610767578063fabc1cbc1461077a575f5ffd5b8063c221d8ae146106f4578063cd6dc68714610707578063d3d96ff41461071a575f5ffd5b8063a982182114610666578063adc2e3d914610679578063b2447af71461068c578063b66bd9891461069f578063b9fbaed1146106b2578063ba1a84e5146106e1575f5ffd5b8063886f119511610135578063886f1195146105d55780638ce64854146105fc5780638da5cb5b1461061c57806394d7d00c1461062d578063952899ee14610640578063a9333ec814610653575f5ffd5b80636cfb4481146105425780636e3492b51461056d5780636e875dba14610580578063715018a61461059357806379ae50cd1461059b5780637bc1ef61146105ae575f5ffd5b80634177a87c1161021d57806354fd4d50116101d757806354fd4d50146104ca57806356c483e6146104df578063595c6a67146104f25780635ac86ab7146104fa5780635c975abb1461051d578063670d3ba21461052f575f5ffd5b80634177a87c1461042a5780634657e26a1461044a5780634a10ffe5146104715780634b5046ef1461049157806350feea20146104a4578063547afb87146104b7575f5ffd5b80632981eb771161026e5780632981eb771461035c5780632b453a9a146103985780632bab2c4a146103b8578063304c10cd146103cb57806336352057146103f657806340120dab14610409575f5ffd5b806310e1b9b8146102b55780631352c3e6146102de578063136439dd1461030157806315fe502814610316578063260dc75814610336578063261f84e014610349575b5f5ffd5b6102c86102c3366004614a50565b61078d565b6040516102d59190614a97565b60405180910390f35b6102f16102ec366004614aca565b6107c8565b60405190151581526020016102d5565b61031461030f366004614afe565b610843565b005b610329610324366004614b15565b610918565b6040516102d59190614b93565b6102f1610344366004614ba5565b610a2f565b610314610357366004614bff565b610a60565b6103837f000000000000000000000000000000000000000000000000000000000000000081565b60405163ffffffff90911681526020016102d5565b6103ab6103a6366004614ce4565b610d3b565b6040516102d59190614d87565b6103ab6103c6366004614dea565b610d51565b6103de6103d9366004614b15565b610df0565b6040516001600160a01b0390911681526020016102d5565b610314610404366004614e6e565b610e1f565b61041c610417366004614ec0565b611629565b6040516102d5929190614f4d565b61043d610438366004614ba5565b6117a4565b6040516102d59190614faa565b6103de7f000000000000000000000000000000000000000000000000000000000000000081565b61048461047f366004614fbc565b6117c8565b6040516102d59190614fff565b61031461049f36600461504a565b611870565b6103146104b23660046150ca565b61192a565b6104846104c5366004615128565b611a88565b6104d2611b30565b6040516102d5919061516a565b6103146104ed36600461519f565b611b60565b610314611c65565b6102f16105083660046151c9565b606654600160ff9092169190911b9081161490565b6066545b6040519081526020016102d5565b6102f161053d366004614aca565b611d14565b610555610550366004614ec0565b611d25565b6040516001600160401b0390911681526020016102d5565b61031461057b3660046151ff565b611d3a565b61043d61058e366004614ba5565b61211b565b61031461212c565b6103296105a9366004614b15565b61213d565b6103837f000000000000000000000000000000000000000000000000000000000000000081565b6103de7f000000000000000000000000000000000000000000000000000000000000000081565b61060f61060a366004615230565b612217565b6040516102d59190615273565b6033546001600160a01b03166103de565b61048461063b366004615285565b6122d3565b61031461064e3660046152e0565b6123bf565b610555610661366004614ec0565b61287e565b610314610674366004615489565b6128ad565b610314610687366004615507565b61295f565b61052161069a366004614ba5565b612cbc565b6103146106ad3660046150ca565b612cde565b6106c56106c0366004614b15565b612e38565b60408051921515835263ffffffff9091166020830152016102d5565b6105216106ef366004614b15565b612ed2565b61043d610702366004614aca565b612ef2565b610314610715366004615549565b612f1b565b610314610728366004614ec0565b613038565b6103de7f000000000000000000000000000000000000000000000000000000000000000081565b610314610762366004614b15565b61315c565b610555610775366004614ec0565b6131d5565b610314610788366004614afe565b6131e1565b604080516060810182525f80825260208201819052918101829052906107bc856107b6866132f7565b8561335a565b925050505b9392505050565b6001600160a01b0382165f908152609e602052604081208190816107eb856132f7565b815260208082019290925260409081015f2081518083019092525460ff8116151580835261010090910463ffffffff16928201929092529150806108395750806020015163ffffffff164311155b9150505b92915050565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa1580156108a5573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108c99190615573565b6108e657604051631d77d47760e21b815260040160405180910390fd5b606654818116811461090b5760405163c61dca5d60e01b815260040160405180910390fd5b610914826134c6565b5050565b6001600160a01b0381165f908152609d602052604081206060919061093c90613503565b90505f816001600160401b0381111561095757610957614974565b60405190808252806020026020018201604052801561099b57816020015b604080518082019091525f80825260208201528152602001906001900390816109755790505b5090505f5b82811015610a27576001600160a01b0385165f908152609d60205260409020610a02906109cd908361350c565b604080518082019091525f80825260208201525060408051808201909152606082901c815263ffffffff909116602082015290565b828281518110610a1457610a14615592565b60209081029190910101526001016109a0565b509392505050565b60208082015182516001600160a01b03165f90815260989092526040822061083d9163ffffffff9081169061351716565b82610a6a8161352e565b610a875760405163932d94f760e01b815260040160405180910390fd5b6001600160a01b0384165f90815260a4602052604090205460ff16610abf576040516348f7dbb960e01b815260040160405180910390fd5b5f5b82811015610d34575f6040518060400160405280876001600160a01b03168152602001868685818110610af657610af6615592565b9050602002810190610b0891906155a6565b610b169060208101906155c4565b63ffffffff168152509050610b60816020015163ffffffff1660985f896001600160a01b03166001600160a01b031681526020019081526020015f206135d890919063ffffffff16565b610b7d57604051631fb1705560e21b815260040160405180910390fd5b7f31629285ead2335ae0933f86ed2ae63321f7af77b4e6eaabc42c057880977e6c6040518060400160405280886001600160a01b03168152602001836020015163ffffffff16815250604051610bd391906155dd565b60405180910390a15f610be5826132f7565b90505f5b868685818110610bfb57610bfb615592565b9050602002810190610c0d91906155a6565b610c1b9060208101906155eb565b9050811015610d2957610c91878786818110610c3957610c39615592565b9050602002810190610c4b91906155a6565b610c599060208101906155eb565b83818110610c6957610c69615592565b9050602002016020810190610c7e9190614b15565b5f848152609960205260409020906135e3565b507f7ab260fe0af193db5f4986770d831bda4ea46099dc817e8b6716dcae8af8e88b83888887818110610cc657610cc6615592565b9050602002810190610cd891906155a6565b610ce69060208101906155eb565b84818110610cf657610cf6615592565b9050602002016020810190610d0b9190614b15565b604051610d19929190615630565b60405180910390a1600101610be9565b505050600101610ac1565b5050505050565b6060610d49848484436135f7565b949350505050565b6060610d5f858585856135f7565b90505f5b8451811015610de757610d8f858281518110610d8157610d81615592565b6020026020010151876107c8565b610ddf575f5b8451811015610ddd575f838381518110610db157610db1615592565b60200260200101518281518110610dca57610dca615592565b6020908102919091010152600101610d95565b505b600101610d63565b50949350505050565b6001600160a01b038082165f908152609760205260408120549091168015610e1857806107c1565b5090919050565b606654600190600290811603610e485760405163840a48d560e01b815260040160405180910390fd5b82610e528161352e565b610e6f5760405163932d94f760e01b815260040160405180910390fd5b5f6040518060400160405280866001600160a01b03168152602001856020016020810190610e9d91906155c4565b63ffffffff1690529050610eb460608501856155eb565b9050610ec360408601866155eb565b905014610ee3576040516343714afd60e01b815260040160405180910390fd5b60208082015182516001600160a01b03165f90815260989092526040909120610f159163ffffffff9081169061351716565b610f3257604051631fb1705560e21b815260040160405180910390fd5b610f48610f426020860186614b15565b826107c8565b610f655760405163ebbff49760e01b815260040160405180910390fd5b5f610f7360408601866155eb565b90506001600160401b03811115610f8c57610f8c614974565b604051908082528060200260200182016040528015610fb5578160200160208202803683370190505b5090505f5b610fc760408701876155eb565b90508110156115bb5780158061105a5750610fe560408701876155eb565b610ff060018461566a565b818110610fff57610fff615592565b90506020020160208101906110149190614b15565b6001600160a01b031661102a60408801886155eb565b8381811061103a5761103a615592565b905060200201602081019061104f9190614b15565b6001600160a01b0316115b61107757604051639f1c805360e01b815260040160405180910390fd5b61108460608701876155eb565b8281811061109457611094615592565b905060200201355f1080156110d45750670de0b6b3a76400006110ba60608801886155eb565b838181106110ca576110ca615592565b9050602002013511155b6110f157604051631353603160e01b815260040160405180910390fd5b61114d61110160408801886155eb565b8381811061111157611111615592565b90506020020160208101906111269190614b15565b60995f611132876132f7565b81526020019081526020015f206138e490919063ffffffff16565b61116a576040516331bc342760e11b815260040160405180910390fd5b5f806111bc61117c60208a018a614b15565b611185876132f7565b61119260408c018c6155eb565b878181106111a2576111a2615592565b90506020020160208101906111b79190614b15565b61335a565b805191935091506001600160401b03165f036111d95750506115b3565b5f6112146111ea60608b018b6155eb565b868181106111fa576111fa615592565b85516001600160401b031692602090910201359050613905565b835190915061122f6001600160401b0380841690831661391b565b86868151811061124157611241615592565b60200260200101818152505081835f0181815161125e919061567d565b6001600160401b031690525083518290859061127b90839061567d565b6001600160401b031690525060208401805183919061129b90839061567d565b6001600160401b031690525060208301515f600f9190910b12156113b3575f6112fe6112ca60608d018d6155eb565b888181106112da576112da615592565b9050602002013585602001516112ef9061569c565b6001600160801b031690613905565b9050806001600160401b03168460200181815161131b91906156c0565b600f0b9052507f1487af5418c47ee5ea45ef4a93398668120890774a9e13487e61e9dc3baf76dd61134f60208d018d614b15565b8961135d60408f018f6155eb565b8a81811061136d5761136d615592565b90506020020160208101906113829190614b15565b611393885f0151896020015161392f565b88604001516040516113a99594939291906156ed565b60405180910390a1505b6114056113c360208c018c614b15565b6113cc896132f7565b6113d960408e018e6155eb565b898181106113e9576113e9615592565b90506020020160208101906113fe9190614b15565b878761394e565b7f1487af5418c47ee5ea45ef4a93398668120890774a9e13487e61e9dc3baf76dd61143360208c018c614b15565b8861144160408e018e6155eb565b8981811061145157611451615592565b90506020020160208101906114669190614b15565b865160405161147a949392919043906156ed565b60405180910390a16114cb61149260208c018c614b15565b61149f60408d018d6155eb565b888181106114af576114af615592565b90506020020160208101906114c49190614b15565b8651613b86565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001663601bb36f61150760208d018d614b15565b61151460408e018e6155eb565b8981811061152457611524615592565b90506020020160208101906115399190614b15565b875160405160e085901b6001600160e01b03191681526001600160a01b0393841660048201529290911660248301526001600160401b0380861660448401521660648201526084015f604051808303815f87803b158015611598575f5ffd5b505af11580156115aa573d5f5f3e3d5ffd5b50505050505050505b600101610fba565b507f80969ad29428d6797ee7aad084f9e4a42a82fc506dcd2ca3b6fb431f85ccebe56115ea6020870187614b15565b836115f860408901896155eb565b8561160660808c018c61573e565b60405161161997969594939291906157a8565b60405180910390a1505050505050565b6001600160a01b0382165f908152609d60205260408120606091829161164e90613503565b90505f816001600160401b0381111561166957611669614974565b6040519080825280602002602001820160405280156116ad57816020015b604080518082019091525f80825260208201528152602001906001900390816116875790505b5090505f826001600160401b038111156116c9576116c9614974565b60405190808252806020026020018201604052801561171257816020015b604080516060810182525f80825260208083018290529282015282525f199092019101816116e75790505b5090505f5b83811015611795576001600160a01b0388165f908152609d60205260408120611744906109cd908461350c565b90508084838151811061175957611759615592565b602002602001018190525061176f89828a61078d565b83838151811061178157611781615592565b602090810291909101015250600101611717565b509093509150505b9250929050565b60605f6107c160995f6117b6866132f7565b81526020019081526020015f20613c08565b60605f83516001600160401b038111156117e4576117e4614974565b60405190808252806020026020018201604052801561180d578160200160208202803683370190505b5090505f5b8451811015610a275761183e85828151811061183057611830615592565b60200260200101518561287e565b82828151811061185057611850615592565b6001600160401b0390921660209283029190910190910152600101611812565b6066545f906001908116036118985760405163840a48d560e01b815260040160405180910390fd5b8382146118b8576040516343714afd60e01b815260040160405180910390fd5b5f5b8481101561192157611919878787848181106118d8576118d8615592565b90506020020160208101906118ed9190614b15565b8686858181106118ff576118ff615592565b9050602002016020810190611914919061583e565b613c14565b6001016118ba565b50505050505050565b836119348161352e565b6119515760405163932d94f760e01b815260040160405180910390fd5b604080518082019091526001600160a01b038616815263ffffffff851660208201525f61197d826132f7565b90506119be826020015163ffffffff1660985f8a6001600160a01b03166001600160a01b031681526020019081526020015f2061351790919063ffffffff16565b6119db57604051631fb1705560e21b815260040160405180910390fd5b5f5b84811015611a7e576119fa868683818110610c6957610c69615592565b611a175760405163585cfb2f60e01b815260040160405180910390fd5b7f7ab260fe0af193db5f4986770d831bda4ea46099dc817e8b6716dcae8af8e88b83878784818110611a4b57611a4b615592565b9050602002016020810190611a609190614b15565b604051611a6e929190615630565b60405180910390a16001016119dd565b5050505050505050565b60605f82516001600160401b03811115611aa457611aa4614974565b604051908082528060200260200182016040528015611acd578160200160208202803683370190505b5090505f5b8351811015610a2757611afe85858381518110611af157611af1615592565b602002602001015161287e565b828281518110611b1057611b10615592565b6001600160401b0390921660209283029190910190910152600101611ad2565b6060611b5b7f0000000000000000000000000000000000000000000000000000000000000000613d18565b905090565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614611c5b57611b998261352e565b611bb6576040516348f5c3ed60e01b815260040160405180910390fd5b6040516336b87bd760e11b81526001600160a01b0383811660048301527f00000000000000000000000000000000000000000000000000000000000000001690636d70f7ae90602401602060405180830381865afa158015611c1a573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c3e9190615573565b611c5b5760405163ccea9e6f60e01b815260040160405180910390fd5b6109148282613d55565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa158015611cc7573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ceb9190615573565b611d0857604051631d77d47760e21b815260040160405180910390fd5b611d125f196134c6565b565b5f6107c183609a5f611132866132f7565b5f5f611d318484613f01565b95945050505050565b606654600290600490811603611d635760405163840a48d560e01b815260040160405180910390fd5b611d78611d736020840184614b15565b61352e565b80611d915750611d91611d736040840160208501614b15565b611dae576040516348f5c3ed60e01b815260040160405180910390fd5b5f5b611dbd60408401846155eb565b905081101561207f575f6040518060400160405280856020016020810190611de59190614b15565b6001600160a01b03168152602001611e0060408701876155eb565b85818110611e1057611e10615592565b9050602002016020810190611e2591906155c4565b63ffffffff168152509050611e72816020015163ffffffff1660985f876020016020810190611e549190614b15565b6001600160a01b0316815260208101919091526040015f2090613517565b611e8f57604051631fb1705560e21b815260040160405180910390fd5b609e5f611e9f6020870187614b15565b6001600160a01b03166001600160a01b031681526020019081526020015f205f611ec8836132f7565b815260208101919091526040015f205460ff16611ef8576040516325131d4f60e01b815260040160405180910390fd5b611f32611f04826132f7565b609c5f611f146020890189614b15565b6001600160a01b0316815260208101919091526040015f2090614070565b50611f6a611f436020860186614b15565b609a5f611f4f856132f7565b81526020019081526020015f2061407b90919063ffffffff16565b50611f786020850185614b15565b6001600160a01b03167fad34c3070be1dffbcaa499d000ba2b8d9848aefcac3059df245dd95c4ece14fe82604051611fb091906155dd565b60405180910390a2604080518082019091525f815260208101611ff37f00000000000000000000000000000000000000000000000000000000000000004361585f565b63ffffffff169052609e5f61200b6020880188614b15565b6001600160a01b03166001600160a01b031681526020019081526020015f205f612034846132f7565b81526020808201929092526040015f2082518154939092015163ffffffff166101000264ffffffff00199215159290921664ffffffffff199093169290921717905550600101611db0565b506120936103d96040840160208501614b15565b6001600160a01b031663303ca9566120ae6020850185614b15565b6120be6040860160208701614b15565b6120cb60408701876155eb565b6040518563ffffffff1660e01b81526004016120ea94939291906158b4565b5f604051808303815f87803b158015612101575f5ffd5b505af1158015612113573d5f5f3e3d5ffd5b505050505050565b606061083d609a5f6117b6856132f7565b61213461408f565b611d125f6140e9565b6001600160a01b0381165f908152609c602052604081206060919061216190613503565b90505f816001600160401b0381111561217c5761217c614974565b6040519080825280602002602001820160405280156121c057816020015b604080518082019091525f808252602082015281526020019060019003908161219a5790505b5090505f5b82811015610a27576001600160a01b0385165f908152609c602052604090206121f2906109cd908361350c565b82828151811061220457612204615592565b60209081029190910101526001016121c5565b60605f84516001600160401b0381111561223357612233614974565b60405190808252806020026020018201604052801561227c57816020015b604080516060810182525f80825260208083018290529282015282525f199092019101816122515790505b5090505f5b8551811015610de7576122ae86828151811061229f5761229f615592565b6020026020010151868661078d565b8282815181106122c0576122c0615592565b6020908102919091010152600101612281565b60605f83516001600160401b038111156122ef576122ef614974565b604051908082528060200260200182016040528015612318578160200160208202803683370190505b5090505f5b8451811015610de7576001600160a01b0386165f90815260a160205260408120865161238d9287929189908690811061235857612358615592565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f2061413a90919063ffffffff16565b82828151811061239f5761239f615592565b6001600160401b039092166020928302919091019091015260010161231d565b6066545f906001908116036123e75760405163840a48d560e01b815260040160405180910390fd5b6123f08361352e565b61240d576040516348f5c3ed60e01b815260040160405180910390fd5b5f5f5f61241986612e38565b915091508161243b5760405163fa55fc8160e01b815260040160405180910390fd5b91505f90505b8351811015610d345783818151811061245c5761245c615592565b6020026020010151604001515184828151811061247b5761247b615592565b60200260200101516020015151146124a6576040516343714afd60e01b815260040160405180910390fd5b5f8482815181106124b9576124b9615592565b602090810291909101810151518082015181516001600160a01b03165f908152609890935260409092209092506124f99163ffffffff9081169061351716565b61251657604051631fb1705560e21b815260040160405180910390fd5b5f61252187836107c8565b90505f5b86848151811061253757612537615592565b60200260200101516020015151811015612873575f87858151811061255e5761255e615592565b602002602001015160200151828151811061257b5761257b615592565b60200260200101519050612592898261ffff613c14565b5f5f6125a18b6107b6886132f7565b91509150806040015163ffffffff165f146125cf57604051630d8fcbe360e41b815260040160405180910390fd5b5f6125dc8785848961414e565b9050612621825f01518c8a815181106125f7576125f7615592565b602002602001015160400151878151811061261457612614615592565b6020026020010151614184565b600f0b602083018190525f0361264a57604051634606179360e11b815260040160405180910390fd5b5f8260200151600f0b121561278e578015612710576126cb61266b886132f7565b6001600160a01b03808f165f90815260a360209081526040808320938a16835292905220908154600160801b90819004600f0b5f818152600180860160205260409091209390935583546001600160801b03908116939091011602179055565b6126f57f00000000000000000000000000000000000000000000000000000000000000004361585f565b61270090600161585f565b63ffffffff1660408301526127fb565b6127228360200151836020015161392f565b6001600160401b031660208401528a518b908990811061274457612744615592565b602002602001015160400151858151811061276157612761615592565b6020908102919091018101516001600160401b031683525f9083015263ffffffff431660408301526127fb565b5f8260200151600f0b13156127fb576127af8360200151836020015161392f565b6001600160401b0390811660208501819052845190911610156127e557604051636c9be0bf60e01b815260040160405180910390fd5b6127ef894361585f565b63ffffffff1660408301525b6128108c612808896132f7565b86868661394e565b7f1487af5418c47ee5ea45ef4a93398668120890774a9e13487e61e9dc3baf76dd8c8886612845865f0151876020015161392f565b866040015160405161285b9594939291906156ed565b60405180910390a15050600190920191506125259050565b505050600101612441565b6001600160a01b038083165f90815260a16020908152604080832093851683529290529081206107c19061419b565b826128b78161352e565b6128d45760405163932d94f760e01b815260040160405180910390fd5b6001600160a01b0384165f90815260a4602052604090205460ff16612916576001600160a01b0384165f90815260a460205260409020805460ff191660011790555b836001600160a01b03167fa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c94371384846040516129519291906158e0565b60405180910390a250505050565b6066546002906004908116036129885760405163840a48d560e01b815260040160405180910390fd5b826129928161352e565b6129af5760405163932d94f760e01b815260040160405180910390fd5b6040516336b87bd760e11b81526001600160a01b0385811660048301527f00000000000000000000000000000000000000000000000000000000000000001690636d70f7ae90602401602060405180830381865afa158015612a13573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a379190615573565b612a545760405163ccea9e6f60e01b815260040160405180910390fd5b5f5b612a6360208501856155eb565b9050811015612c2b57604080518082019091525f9080612a866020880188614b15565b6001600160a01b03168152602001868060200190612aa491906155eb565b85818110612ab457612ab4615592565b9050602002016020810190612ac991906155c4565b63ffffffff90811690915260208083015183516001600160a01b03165f90815260989092526040909120929350612b0592919081169061351716565b612b2257604051631fb1705560e21b815260040160405180910390fd5b612b2c86826107c8565b15612b4a57604051636c6c6e2760e11b815260040160405180910390fd5b612b73612b56826132f7565b6001600160a01b0388165f908152609c60205260409020906135d8565b50612b9f86609a5f612b84856132f7565b81526020019081526020015f206135e390919063ffffffff16565b50856001600160a01b03167f43232edf9071753d2321e5fa7e018363ee248e5f2142e6c08edd3265bfb4895e82604051612bd991906155dd565b60405180910390a26001600160a01b0386165f908152609e60205260408120600191612c04846132f7565b815260208101919091526040015f20805460ff191691151591909117905550600101612a56565b50612c3c6103d96020850185614b15565b6001600160a01b031663c63fd50285612c586020870187614b15565b612c6560208801886155eb565b612c7260408a018a61573e565b6040518763ffffffff1660e01b8152600401612c93969594939291906158f3565b5f604051808303815f87803b158015612caa575f5ffd5b505af1158015611a7e573d5f5f3e3d5ffd5b5f61083d609a5f612ccc856132f7565b81526020019081526020015f20613503565b83612ce88161352e565b612d055760405163932d94f760e01b815260040160405180910390fd5b6040805180820182526001600160a01b03871680825263ffffffff80881660208085018290525f93845260989052939091209192612d44929161351716565b612d6157604051631fb1705560e21b815260040160405180910390fd5b5f612d6b826132f7565b90505f5b84811015611a7e57612db4868683818110612d8c57612d8c615592565b9050602002016020810190612da19190614b15565b5f8481526099602052604090209061407b565b612dd1576040516331bc342760e11b815260040160405180910390fd5b7f7b4b073d80dcac55a11177d8459ad9f664ceeb91f71f27167bb14f8152a7eeee83878784818110612e0557612e05615592565b9050602002016020810190612e1a9190614b15565b604051612e28929190615630565b60405180910390a1600101612d6f565b6001600160a01b0381165f908152609b602090815260408083208151608081018352905463ffffffff80821680845260ff600160201b8404161515958401869052650100000000008304821694840194909452600160481b909104166060820181905284939192919015801590612eb95750826060015163ffffffff164310155b15612ec8575050604081015160015b9590945092505050565b6001600160a01b0381165f90815260986020526040812061083d90613503565b6001600160a01b0382165f908152609f602052604081206060919061083990826117b6866132f7565b5f54610100900460ff1615808015612f3957505f54600160ff909116105b80612f525750303b158015612f5257505f5460ff166001145b612fba5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015612fdb575f805461ff0019166101001790555b612fe4826134c6565b612fed836140e9565b8015613033575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498906020015b60405180910390a15b505050565b816130428161352e565b61305f5760405163932d94f760e01b815260040160405180910390fd5b60405163b526578760e01b81526001600160a01b03848116600483015283169063b526578790602401602060405180830381865afa1580156130a3573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130c79190615573565b6130e457604051631d0b13c160e31b815260040160405180910390fd5b6001600160a01b038381165f90815260976020526040902080546001600160a01b0319169184169190911790557f2ae945c40c44dc0ec263f95609c3fdc6952e0aefa22d6374e44f2c997acedf858361313c81610df0565b604080516001600160a01b0393841681529290911660208301520161302a565b61316461408f565b6001600160a01b0381166131c95760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401612fb1565b6131d2816140e9565b50565b5f5f610de78484613f01565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561323d573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613261919061593f565b6001600160a01b0316336001600160a01b0316146132925760405163794821ff60e01b815260040160405180910390fd5b606654801982198116146132b95760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b5f815f0151826020015163ffffffff1660405160200161334292919060609290921b6bffffffffffffffffffffffff1916825260a01b6001600160a01b031916601482015260200190565b60405160208183030381529060405261083d9061595a565b6040805180820182525f80825260208083018290528351606081018552828152808201839052808501839052845180860186526001600160a01b03898116855260a18452868520908816855290925293822092939281906133ba9061419b565b6001600160401b0390811682526001600160a01b038981165f81815260a260209081526040808320948c168084529482528083205486169682019690965291815260a082528481208b8252825284812092815291815290839020835160608101855290549283168152600160401b8304600f0b91810191909152600160c01b90910463ffffffff1691810182905291925043101561345c5790925090506134be565b61346d815f0151826020015161392f565b6001600160401b0316815260208101515f600f9190910b12156134ab5761349c8260200151826020015161392f565b6001600160401b031660208301525b5f60408201819052602082015290925090505b935093915050565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b5f61083d825490565b5f6107c183836141ae565b5f81815260018301602052604081205415156107c1565b604051631beb2b9760e31b81526001600160a01b0382811660048301523360248301523060448301525f80356001600160e01b0319166064840152917f00000000000000000000000000000000000000000000000000000000000000009091169063df595cb8906084016020604051808303815f875af11580156135b4573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061083d9190615573565b5f6107c183836141d4565b5f6107c1836001600160a01b0384166141d4565b606083516001600160401b0381111561361257613612614974565b60405190808252806020026020018201604052801561364557816020015b60608152602001906001900390816136305790505b5090505f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663f0e0e67686866040518363ffffffff1660e01b815260040161369792919061597d565b5f60405180830381865afa1580156136b1573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526136d891908101906159a1565b90505f5b85518110156138da575f8682815181106136f8576136f8615592565b6020026020010151905085516001600160401b0381111561371b5761371b614974565b604051908082528060200260200182016040528015613744578160200160208202803683370190505b5084838151811061375757613757615592565b60209081029190910101525f5b86518110156138d0575f87828151811061378057613780615592565b6020908102919091018101516001600160a01b038086165f90815260a18452604080822092841682529190935282209092506137bb9061419b565b9050806001600160401b03165f036137d45750506138c8565b5f6137e0858d8561078d565b90508863ffffffff16816040015163ffffffff161115801561380857505f8160200151600f0b125b1561382a5761381e815f0151826020015161392f565b6001600160401b031681525b80515f90613845906001600160401b0390811690851661391b565b905061388c8189898151811061385d5761385d615592565b6020026020010151878151811061387657613876615592565b602002602001015161422090919063ffffffff16565b89888151811061389e5761389e615592565b602002602001015186815181106138b7576138b7615592565b602002602001018181525050505050505b600101613764565b50506001016136dc565b5050949350505050565b6001600160a01b0381165f90815260018301602052604081205415156107c1565b5f6107c18383670de0b6b3a76400006001614234565b5f6107c183670de0b6b3a76400008461428d565b5f6107c1613946836001600160401b0386166156c0565b600f0b614372565b6020808301516001600160a01b038088165f90815260a284526040808220928816825291909352909120546001600160401b03908116911614613a1457602082810180516001600160a01b038881165f81815260a286526040808220938a1680835293875290819020805467ffffffffffffffff19166001600160401b0395861617905593518451918252948101919091529216908201527facf9095feb3a370c9cf692421c69ef320d4db5c66e6a7d29c7694eb02364fc559060600160405180910390a15b6001600160a01b038086165f90815260a060209081526040808320888452825280832093871683529281529082902083518154928501519385015163ffffffff16600160c01b0263ffffffff60c01b196001600160801b038616600160401b026001600160c01b03199095166001600160401b03909316929092179390931716919091179055600f0b15613af6576001600160a01b0385165f908152609f602090815260408083208784529091529020613ace90846135e3565b506001600160a01b0385165f908152609d60205260409020613af090856135d8565b50610d34565b80516001600160401b03165f03610d34576001600160a01b0385165f908152609f602090815260408083208784529091529020613b33908461407b565b506001600160a01b0385165f908152609f602090815260408083208784529091529020613b5f90613503565b5f03610d34576001600160a01b0385165f908152609d602052604090206121139085614070565b6001600160a01b038084165f90815260a160209081526040808320938616835292905220613bb59043836143dd565b604080516001600160a01b038086168252841660208201526001600160401b038316918101919091527f1c6458079a41077d003c11faf9bf097e693bd67979e4e6500bac7b29db779b5c9060600161302a565b60605f6107c1836143f1565b6001600160a01b038381165f90815260a360209081526040808320938616835292905290812054600f81810b600160801b909204900b035b5f81118015613c5e57508261ffff1682105b15610d34576001600160a01b038086165f90815260a3602090815260408083209388168352929052908120613c929061444a565b90505f5f613ca188848961335a565b91509150806040015163ffffffff16431015613cbf57505050610d34565b613ccc888489858561394e565b6001600160a01b038089165f90815260a360209081526040808320938b16835292905220613cf99061449c565b50613d0385615aad565b9450613d0e84615ac5565b9350505050613c4c565b60605f613d2483614519565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6001600160a01b0382165f908152609b60209081526040918290208251608081018452905463ffffffff808216835260ff600160201b830416151593830193909352650100000000008104831693820193909352600160481b909204166060820181905215801590613dd15750806060015163ffffffff164310155b15613deb57604081015163ffffffff168152600160208201525b63ffffffff82166040820152613e217f00000000000000000000000000000000000000000000000000000000000000004361585f565b613e2c90600161585f565b63ffffffff90811660608381019182526001600160a01b0386165f818152609b602090815260409182902087518154838a0151858b01519851928a1664ffffffffff1990921691909117600160201b91151591909102176cffffffffffffffff0000000000191665010000000000978916979097026cffffffff000000000000000000191696909617600160481b968816968702179055815192835294871694820194909452928301919091527f4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db910161302a565b6001600160a01b038281165f81815260a2602090815260408083209486168084529482528083205493835260a38252808320948352939052918220546001600160401b039091169190600f81810b600160801b909204900b03815b8181101561402c576001600160a01b038087165f90815260a3602090815260408083209389168352929052908120613f949083614540565b6001600160a01b038881165f90815260a0602090815260408083208584528252808320938b16835292815290829020825160608101845290546001600160401b0381168252600160401b8104600f0b92820192909252600160c01b90910463ffffffff1691810182905291925043101561400f57505061402c565b61401d86826020015161392f565b95505050806001019050613f5c565b506001600160a01b038086165f90815260a160209081526040808320938816835292905220839061405c9061419b565b614066919061567d565b9150509250929050565b5f6107c183836145af565b5f6107c1836001600160a01b0384166145af565b6033546001600160a01b03163314611d125760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401612fb1565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b5f6107c18383670de0b6b3a7640000614692565b5f61415f8460995f611132896132f7565b80156141685750815b8015611d3157505090516001600160401b031615159392505050565b5f6107c16001600160401b03808516908416615ada565b5f61083d82670de0b6b3a76400006146e7565b5f825f0182815481106141c3576141c3615592565b905f5260205f200154905092915050565b5f81815260018301602052604081205461421957508154600181810184555f84815260208082209093018490558454848252828601909352604090209190915561083d565b505f61083d565b5f6107c18383670de0b6b3a764000061428d565b5f5f61424186868661428d565b9050600183600281111561425757614257615b07565b14801561427357505f848061426e5761426e615b1b565b868809115b15611d3157614283600182615b2f565b9695505050505050565b5f80805f19858709858702925082811083820303915050805f036142c4578382816142ba576142ba615b1b565b04925050506107c1565b80841161430b5760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b6044820152606401612fb1565b5f8486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091025f889003889004909101858311909403939093029303949094049190911702949350505050565b5f6001600160401b038211156143d95760405162461bcd60e51b815260206004820152602660248201527f53616665436173743a2076616c756520646f65736e27742066697420696e203660448201526534206269747360d01b6064820152608401612fb1565b5090565b61303383836001600160401b03841661471e565b6060815f0180548060200260200160405190810160405280929190818152602001828054801561443e57602002820191905f5260205f20905b81548152602001906001019080831161442a575b50505050509050919050565b5f6144648254600f81810b600160801b909204900b131590565b1561448257604051631ed9509560e11b815260040160405180910390fd5b508054600f0b5f9081526001909101602052604090205490565b5f6144b68254600f81810b600160801b909204900b131590565b156144d457604051631ed9509560e11b815260040160405180910390fd5b508054600f0b5f818152600180840160205260408220805492905583546fffffffffffffffffffffffffffffffff191692016001600160801b03169190911790915590565b5f60ff8216601f81111561083d57604051632cd44ac360e21b815260040160405180910390fd5b5f5f61456261454e84614821565b855461455d9190600f0b615b42565b61488a565b8454909150600160801b9004600f90810b9082900b1261459557604051632d0483c560e21b815260040160405180910390fd5b600f0b5f9081526001939093016020525050604090205490565b5f8181526001830160205260408120548015614689575f6145d160018361566a565b85549091505f906145e49060019061566a565b9050818114614643575f865f01828154811061460257614602615592565b905f5260205f200154905080875f01848154811061462257614622615592565b5f918252602080832090910192909255918252600188019052604090208390555b855486908061465457614654615b69565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f90556001935050505061083d565b5f91505061083d565b82545f90816146a3868683856148f3565b905080156146dd576146c7866146ba60018461566a565b5f91825260209091200190565b54600160201b90046001600160e01b03166107bc565b5091949350505050565b81545f90801561471657614700846146ba60018461566a565b54600160201b90046001600160e01b0316610839565b509092915050565b825480156147d4575f614736856146ba60018561566a565b60408051808201909152905463ffffffff808216808452600160201b9092046001600160e01b0316602084015291925090851610156147885760405163151b8e3f60e11b815260040160405180910390fd5b805163ffffffff8086169116036147d257826147a9866146ba60018661566a565b80546001600160e01b0392909216600160201b0263ffffffff9092169190911790555050505050565b505b506040805180820190915263ffffffff92831681526001600160e01b03918216602080830191825285546001810187555f968752952091519051909216600160201b029190921617910155565b5f6001600160ff1b038211156143d95760405162461bcd60e51b815260206004820152602860248201527f53616665436173743a2076616c756520646f65736e27742066697420696e2061604482015267371034b73a191a9b60c11b6064820152608401612fb1565b80600f81900b81146148ee5760405162461bcd60e51b815260206004820152602760248201527f53616665436173743a2076616c756520646f65736e27742066697420696e20316044820152663238206269747360c81b6064820152608401612fb1565b919050565b5f5b81831015610a27575f6149088484614946565b5f8781526020902090915063ffffffff86169082015463ffffffff16111561493257809250614940565b61493d816001615b2f565b93505b506148f5565b5f6149546002848418615b7d565b6107c190848416615b2f565b6001600160a01b03811681146131d2575f5ffd5b634e487b7160e01b5f52604160045260245ffd5b604051606081016001600160401b03811182821017156149aa576149aa614974565b60405290565b604051601f8201601f191681016001600160401b03811182821017156149d8576149d8614974565b604052919050565b803563ffffffff811681146148ee575f5ffd5b5f60408284031215614a03575f5ffd5b604080519081016001600160401b0381118282101715614a2557614a25614974565b6040529050808235614a3681614960565b8152614a44602084016149e0565b60208201525092915050565b5f5f5f60808486031215614a62575f5ffd5b8335614a6d81614960565b9250614a7c85602086016149f3565b91506060840135614a8c81614960565b809150509250925092565b81516001600160401b03168152602080830151600f0b9082015260408083015163ffffffff16908201526060810161083d565b5f5f60608385031215614adb575f5ffd5b8235614ae681614960565b9150614af584602085016149f3565b90509250929050565b5f60208284031215614b0e575f5ffd5b5035919050565b5f60208284031215614b25575f5ffd5b81356107c181614960565b80516001600160a01b0316825260209081015163ffffffff16910152565b5f8151808452602084019350602083015f5b82811015614b8957614b73868351614b30565b6040959095019460209190910190600101614b60565b5093949350505050565b602081525f6107c16020830184614b4e565b5f60408284031215614bb5575f5ffd5b6107c183836149f3565b5f5f83601f840112614bcf575f5ffd5b5081356001600160401b03811115614be5575f5ffd5b6020830191508360208260051b850101111561179d575f5ffd5b5f5f5f60408486031215614c11575f5ffd5b8335614c1c81614960565b925060208401356001600160401b03811115614c36575f5ffd5b614c4286828701614bbf565b9497909650939450505050565b5f6001600160401b03821115614c6757614c67614974565b5060051b60200190565b5f82601f830112614c80575f5ffd5b8135614c93614c8e82614c4f565b6149b0565b8082825260208201915060208360051b860101925085831115614cb4575f5ffd5b602085015b83811015614cda578035614ccc81614960565b835260209283019201614cb9565b5095945050505050565b5f5f5f60808486031215614cf6575f5ffd5b614d0085856149f3565b925060408401356001600160401b03811115614d1a575f5ffd5b614d2686828701614c71565b92505060608401356001600160401b03811115614d41575f5ffd5b614d4d86828701614c71565b9150509250925092565b5f8151808452602084019350602083015f5b82811015614b89578151865260209586019590910190600101614d69565b5f602082016020835280845180835260408501915060408160051b8601019250602086015f5b82811015614dde57603f19878603018452614dc9858351614d57565b94506020938401939190910190600101614dad565b50929695505050505050565b5f5f5f5f60a08587031215614dfd575f5ffd5b614e0786866149f3565b935060408501356001600160401b03811115614e21575f5ffd5b614e2d87828801614c71565b93505060608501356001600160401b03811115614e48575f5ffd5b614e5487828801614c71565b925050614e63608086016149e0565b905092959194509250565b5f5f60408385031215614e7f575f5ffd5b8235614e8a81614960565b915060208301356001600160401b03811115614ea4575f5ffd5b830160a08186031215614eb5575f5ffd5b809150509250929050565b5f5f60408385031215614ed1575f5ffd5b8235614edc81614960565b91506020830135614eb581614960565b5f8151808452602084019350602083015f5b82811015614b8957614f3786835180516001600160401b03168252602080820151600f0b9083015260409081015163ffffffff16910152565b6060959095019460209190910190600101614efe565b604081525f614f5f6040830185614b4e565b8281036020840152611d318185614eec565b5f8151808452602084019350602083015f5b82811015614b895781516001600160a01b0316865260209586019590910190600101614f83565b602081525f6107c16020830184614f71565b5f5f60408385031215614fcd575f5ffd5b82356001600160401b03811115614fe2575f5ffd5b614fee85828601614c71565b9250506020830135614eb581614960565b602080825282518282018190525f918401906040840190835b8181101561503f5783516001600160401b0316835260209384019390920191600101615018565b509095945050505050565b5f5f5f5f5f6060868803121561505e575f5ffd5b853561506981614960565b945060208601356001600160401b03811115615083575f5ffd5b61508f88828901614bbf565b90955093505060408601356001600160401b038111156150ad575f5ffd5b6150b988828901614bbf565b969995985093965092949392505050565b5f5f5f5f606085870312156150dd575f5ffd5b84356150e881614960565b93506150f6602086016149e0565b925060408501356001600160401b03811115615110575f5ffd5b61511c87828801614bbf565b95989497509550505050565b5f5f60408385031215615139575f5ffd5b823561514481614960565b915060208301356001600160401b0381111561515e575f5ffd5b61406685828601614c71565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f5f604083850312156151b0575f5ffd5b82356151bb81614960565b9150614af5602084016149e0565b5f602082840312156151d9575f5ffd5b813560ff811681146107c1575f5ffd5b5f606082840312156151f9575f5ffd5b50919050565b5f6020828403121561520f575f5ffd5b81356001600160401b03811115615224575f5ffd5b610839848285016151e9565b5f5f5f60808486031215615242575f5ffd5b83356001600160401b03811115615257575f5ffd5b61526386828701614c71565b935050614a7c85602086016149f3565b602081525f6107c16020830184614eec565b5f5f5f60608486031215615297575f5ffd5b83356152a281614960565b925060208401356001600160401b038111156152bc575f5ffd5b6152c886828701614c71565b9250506152d7604085016149e0565b90509250925092565b5f5f604083850312156152f1575f5ffd5b82356152fc81614960565b915060208301356001600160401b03811115615316575f5ffd5b8301601f81018513615326575f5ffd5b8035615334614c8e82614c4f565b8082825260208201915060208360051b850101925087831115615355575f5ffd5b602084015b8381101561547a5780356001600160401b03811115615377575f5ffd5b85016080818b03601f1901121561538c575f5ffd5b615394614988565b6153a18b602084016149f3565b815260608201356001600160401b038111156153bb575f5ffd5b6153ca8c602083860101614c71565b60208301525060808201356001600160401b038111156153e8575f5ffd5b6020818401019250508a601f8301126153ff575f5ffd5b813561540d614c8e82614c4f565b8082825260208201915060208360051b86010192508d83111561542e575f5ffd5b6020850194505b828510156154645784356001600160401b0381168114615453575f5ffd5b825260209485019490910190615435565b604084015250508452506020928301920161535a565b50809450505050509250929050565b5f5f5f6040848603121561549b575f5ffd5b83356154a681614960565b925060208401356001600160401b038111156154c0575f5ffd5b8401601f810186136154d0575f5ffd5b80356001600160401b038111156154e5575f5ffd5b8660208284010111156154f6575f5ffd5b939660209190910195509293505050565b5f5f60408385031215615518575f5ffd5b823561552381614960565b915060208301356001600160401b0381111561553d575f5ffd5b614066858286016151e9565b5f5f6040838503121561555a575f5ffd5b823561556581614960565b946020939093013593505050565b5f60208284031215615583575f5ffd5b815180151581146107c1575f5ffd5b634e487b7160e01b5f52603260045260245ffd5b5f8235603e198336030181126155ba575f5ffd5b9190910192915050565b5f602082840312156155d4575f5ffd5b6107c1826149e0565b6040810161083d8284614b30565b5f5f8335601e19843603018112615600575f5ffd5b8301803591506001600160401b03821115615619575f5ffd5b6020019150600581901b360382131561179d575f5ffd5b6060810161563e8285614b30565b6001600160a01b039290921660409190910152919050565b634e487b7160e01b5f52601160045260245ffd5b8181038181111561083d5761083d615656565b6001600160401b03828116828216039081111561083d5761083d615656565b5f81600f0b60016001607f1b031981036156b8576156b8615656565b5f0392915050565b600f81810b9083900b0160016001607f1b03811360016001607f1b03198212171561083d5761083d615656565b6001600160a01b038616815260c0810161570a6020830187614b30565b6001600160a01b039490941660608201526001600160401b0392909216608083015263ffffffff1660a09091015292915050565b5f5f8335601e19843603018112615753575f5ffd5b8301803591506001600160401b0382111561576c575f5ffd5b60200191503681900382131561179d575f5ffd5b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b6001600160a01b03881681525f60c082016157c6602084018a614b30565b60c060608401528690528660e083015f5b888110156158075782356157ea81614960565b6001600160a01b03168252602092830192909101906001016157d7565b50838103608085015261581a8188614d57565b91505082810360a0840152615830818587615780565b9a9950505050505050505050565b5f6020828403121561584e575f5ffd5b813561ffff811681146107c1575f5ffd5b63ffffffff818116838216019081111561083d5761083d615656565b8183526020830192505f815f5b84811015614b895763ffffffff61589e836149e0565b1686526020958601959190910190600101615888565b6001600160a01b038581168252841660208201526060604082018190525f90614283908301848661587b565b602081525f610d49602083018486615780565b6001600160a01b038781168252861660208201526080604082018190525f9061591f908301868861587b565b8281036060840152615932818587615780565b9998505050505050505050565b5f6020828403121561594f575f5ffd5b81516107c181614960565b805160208083015191908110156151f9575f1960209190910360031b1b16919050565b604081525f61598f6040830185614f71565b8281036020840152611d318185614f71565b5f602082840312156159b1575f5ffd5b81516001600160401b038111156159c6575f5ffd5b8201601f810184136159d6575f5ffd5b80516159e4614c8e82614c4f565b8082825260208201915060208360051b850101925086831115615a05575f5ffd5b602084015b83811015615aa25780516001600160401b03811115615a27575f5ffd5b8501603f81018913615a37575f5ffd5b6020810151615a48614c8e82614c4f565b808282526020820191506020808460051b8601010192508b831115615a6b575f5ffd5b6040840193505b82841015615a8d578351825260209384019390910190615a72565b86525050602093840193919091019050615a0a565b509695505050505050565b5f60018201615abe57615abe615656565b5060010190565b5f81615ad357615ad3615656565b505f190190565b600f82810b9082900b0360016001607f1b0319811260016001607f1b038213171561083d5761083d615656565b634e487b7160e01b5f52602160045260245ffd5b634e487b7160e01b5f52601260045260245ffd5b8082018082111561083d5761083d615656565b8082018281125f831280158216821582161715615b6157615b61615656565b505092915050565b634e487b7160e01b5f52603160045260245ffd5b5f82615b9757634e487b7160e01b5f52601260045260245ffd5b50049056fea26469706673582212203c3fd667caf85070715ce20d313fa488db936999ef7ff1875a48d39c4e97cebc64736f6c634300081b0033",
}
⋮----
// ContractAllocationManagerABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractAllocationManagerMetaData.ABI instead.
var ContractAllocationManagerABI = ContractAllocationManagerMetaData.ABI
⋮----
// ContractAllocationManagerBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractAllocationManagerMetaData.Bin instead.
var ContractAllocationManagerBin = ContractAllocationManagerMetaData.Bin
⋮----
// DeployContractAllocationManager deploys a new Ethereum contract, binding an instance of ContractAllocationManager to it.
func DeployContractAllocationManager(auth *bind.TransactOpts, backend bind.ContractBackend, _delegation common.Address, _pauserRegistry common.Address, _permissionController common.Address, _DEALLOCATION_DELAY uint32, _ALLOCATION_CONFIGURATION_DELAY uint32, _version string) (common.Address, *types.Transaction, *ContractAllocationManager, error)
⋮----
// ContractAllocationManagerMethods is an auto generated interface around an Ethereum contract.
type ContractAllocationManagerMethods interface {
	ContractAllocationManagerCalls
	ContractAllocationManagerTransacts
	ContractAllocationManagerFilters
}
⋮----
// ContractAllocationManagerCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractAllocationManagerCalls interface {
	ALLOCATIONCONFIGURATIONDELAY(opts *bind.CallOpts) (uint32, error)

	DEALLOCATIONDELAY(opts *bind.CallOpts) (uint32, error)

	Delegation(opts *bind.CallOpts) (common.Address, error)

	GetAVSRegistrar(opts *bind.CallOpts, avs common.Address) (common.Address, error)

	GetAllocatableMagnitude(opts *bind.CallOpts, operator common.Address, strategy common.Address) (uint64, error)

	GetAllocatedSets(opts *bind.CallOpts, operator common.Address) ([]OperatorSet, error)

	GetAllocatedStake(opts *bind.CallOpts, operatorSet OperatorSet, operators []common.Address, strategies []common.Address) ([][]*big.Int, error)

	GetAllocatedStrategies(opts *bind.CallOpts, operator common.Address, operatorSet OperatorSet) ([]common.Address, error)

	GetAllocation(opts *bind.CallOpts, operator common.Address, operatorSet OperatorSet, strategy common.Address) (IAllocationManagerTypesAllocation, error)

	GetAllocationDelay(opts *bind.CallOpts, operator common.Address) (bool, uint32, error)

	GetAllocations(opts *bind.CallOpts, operators []common.Address, operatorSet OperatorSet, strategy common.Address) ([]IAllocationManagerTypesAllocation, error)

	GetEncumberedMagnitude(opts *bind.CallOpts, operator common.Address, strategy common.Address) (uint64, error)

	GetMaxMagnitude(opts *bind.CallOpts, operator common.Address, strategy common.Address) (uint64, error)

	GetMaxMagnitudes(opts *bind.CallOpts, operators []common.Address, strategy common.Address) ([]uint64, error)

	GetMaxMagnitudes0(opts *bind.CallOpts, operator common.Address, strategies []common.Address) ([]uint64, error)

	GetMaxMagnitudesAtBlock(opts *bind.CallOpts, operator common.Address, strategies []common.Address, blockNumber uint32) ([]uint64, error)

	GetMemberCount(opts *bind.CallOpts, operatorSet OperatorSet) (*big.Int, error)

	GetMembers(opts *bind.CallOpts, operatorSet OperatorSet) ([]common.Address, error)

	GetMinimumSlashableStake(opts *bind.CallOpts, operatorSet OperatorSet, operators []common.Address, strategies []common.Address, futureBlock uint32) ([][]*big.Int, error)

	GetOperatorSetCount(opts *bind.CallOpts, avs common.Address) (*big.Int, error)

	GetRegisteredSets(opts *bind.CallOpts, operator common.Address) ([]OperatorSet, error)

	GetStrategiesInOperatorSet(opts *bind.CallOpts, operatorSet OperatorSet) ([]common.Address, error)

	GetStrategyAllocations(opts *bind.CallOpts, operator common.Address, strategy common.Address) ([]OperatorSet, []IAllocationManagerTypesAllocation, error)

	IsMemberOfOperatorSet(opts *bind.CallOpts, operator common.Address, operatorSet OperatorSet) (bool, error)

	IsOperatorSet(opts *bind.CallOpts, operatorSet OperatorSet) (bool, error)

	IsOperatorSlashable(opts *bind.CallOpts, operator common.Address, operatorSet OperatorSet) (bool, error)

	Owner(opts *bind.CallOpts) (common.Address, error)

	Paused(opts *bind.CallOpts, index uint8) (bool, error)

	Paused0(opts *bind.CallOpts) (*big.Int, error)

	PauserRegistry(opts *bind.CallOpts) (common.Address, error)

	PermissionController(opts *bind.CallOpts) (common.Address, error)

	Version(opts *bind.CallOpts) (string, error)
}
⋮----
// ContractAllocationManagerTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractAllocationManagerTransacts interface {
	AddStrategiesToOperatorSet(opts *bind.TransactOpts, avs common.Address, operatorSetId uint32, strategies []common.Address) (*types.Transaction, error)

	ClearDeallocationQueue(opts *bind.TransactOpts, operator common.Address, strategies []common.Address, numToClear []uint16) (*types.Transaction, error)

	CreateOperatorSets(opts *bind.TransactOpts, avs common.Address, params []IAllocationManagerTypesCreateSetParams) (*types.Transaction, error)

	DeregisterFromOperatorSets(opts *bind.TransactOpts, params IAllocationManagerTypesDeregisterParams) (*types.Transaction, error)

	Initialize(opts *bind.TransactOpts, initialOwner common.Address, initialPausedStatus *big.Int) (*types.Transaction, error)

	ModifyAllocations(opts *bind.TransactOpts, operator common.Address, params []IAllocationManagerTypesAllocateParams) (*types.Transaction, error)

	Pause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)

	PauseAll(opts *bind.TransactOpts) (*types.Transaction, error)

	RegisterForOperatorSets(opts *bind.TransactOpts, operator common.Address, params IAllocationManagerTypesRegisterParams) (*types.Transaction, error)

	RemoveStrategiesFromOperatorSet(opts *bind.TransactOpts, avs common.Address, operatorSetId uint32, strategies []common.Address) (*types.Transaction, error)

	RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

	SetAVSRegistrar(opts *bind.TransactOpts, avs common.Address, registrar common.Address) (*types.Transaction, error)

	SetAllocationDelay(opts *bind.TransactOpts, operator common.Address, delay uint32) (*types.Transaction, error)

	SlashOperator(opts *bind.TransactOpts, avs common.Address, params IAllocationManagerTypesSlashingParams) (*types.Transaction, error)

	TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)

	Unpause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)

	UpdateAVSMetadataURI(opts *bind.TransactOpts, avs common.Address, metadataURI string) (*types.Transaction, error)
}
⋮----
// ContractAllocationManagerFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractAllocationManagerFilters interface {
	FilterAVSMetadataURIUpdated(opts *bind.FilterOpts, avs []common.Address) (*ContractAllocationManagerAVSMetadataURIUpdatedIterator, error)
	WatchAVSMetadataURIUpdated(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerAVSMetadataURIUpdated, avs []common.Address) (event.Subscription, error)
	ParseAVSMetadataURIUpdated(log types.Log) (*ContractAllocationManagerAVSMetadataURIUpdated, error)

	FilterAVSRegistrarSet(opts *bind.FilterOpts) (*ContractAllocationManagerAVSRegistrarSetIterator, error)
	WatchAVSRegistrarSet(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerAVSRegistrarSet) (event.Subscription, error)
	ParseAVSRegistrarSet(log types.Log) (*ContractAllocationManagerAVSRegistrarSet, error)

	FilterAllocationDelaySet(opts *bind.FilterOpts) (*ContractAllocationManagerAllocationDelaySetIterator, error)
	WatchAllocationDelaySet(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerAllocationDelaySet) (event.Subscription, error)
	ParseAllocationDelaySet(log types.Log) (*ContractAllocationManagerAllocationDelaySet, error)

	FilterAllocationUpdated(opts *bind.FilterOpts) (*ContractAllocationManagerAllocationUpdatedIterator, error)
	WatchAllocationUpdated(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerAllocationUpdated) (event.Subscription, error)
	ParseAllocationUpdated(log types.Log) (*ContractAllocationManagerAllocationUpdated, error)

	FilterEncumberedMagnitudeUpdated(opts *bind.FilterOpts) (*ContractAllocationManagerEncumberedMagnitudeUpdatedIterator, error)
	WatchEncumberedMagnitudeUpdated(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerEncumberedMagnitudeUpdated) (event.Subscription, error)
	ParseEncumberedMagnitudeUpdated(log types.Log) (*ContractAllocationManagerEncumberedMagnitudeUpdated, error)

	FilterInitialized(opts *bind.FilterOpts) (*ContractAllocationManagerInitializedIterator, error)
	WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerInitialized) (event.Subscription, error)
	ParseInitialized(log types.Log) (*ContractAllocationManagerInitialized, error)

	FilterMaxMagnitudeUpdated(opts *bind.FilterOpts) (*ContractAllocationManagerMaxMagnitudeUpdatedIterator, error)
	WatchMaxMagnitudeUpdated(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerMaxMagnitudeUpdated) (event.Subscription, error)
	ParseMaxMagnitudeUpdated(log types.Log) (*ContractAllocationManagerMaxMagnitudeUpdated, error)

	FilterOperatorAddedToOperatorSet(opts *bind.FilterOpts, operator []common.Address) (*ContractAllocationManagerOperatorAddedToOperatorSetIterator, error)
	WatchOperatorAddedToOperatorSet(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerOperatorAddedToOperatorSet, operator []common.Address) (event.Subscription, error)
	ParseOperatorAddedToOperatorSet(log types.Log) (*ContractAllocationManagerOperatorAddedToOperatorSet, error)

	FilterOperatorRemovedFromOperatorSet(opts *bind.FilterOpts, operator []common.Address) (*ContractAllocationManagerOperatorRemovedFromOperatorSetIterator, error)
	WatchOperatorRemovedFromOperatorSet(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerOperatorRemovedFromOperatorSet, operator []common.Address) (event.Subscription, error)
	ParseOperatorRemovedFromOperatorSet(log types.Log) (*ContractAllocationManagerOperatorRemovedFromOperatorSet, error)

	FilterOperatorSetCreated(opts *bind.FilterOpts) (*ContractAllocationManagerOperatorSetCreatedIterator, error)
	WatchOperatorSetCreated(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerOperatorSetCreated) (event.Subscription, error)
	ParseOperatorSetCreated(log types.Log) (*ContractAllocationManagerOperatorSetCreated, error)

	FilterOperatorSlashed(opts *bind.FilterOpts) (*ContractAllocationManagerOperatorSlashedIterator, error)
	WatchOperatorSlashed(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerOperatorSlashed) (event.Subscription, error)
	ParseOperatorSlashed(log types.Log) (*ContractAllocationManagerOperatorSlashed, error)

	FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractAllocationManagerOwnershipTransferredIterator, error)
	WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
	ParseOwnershipTransferred(log types.Log) (*ContractAllocationManagerOwnershipTransferred, error)

	FilterPaused(opts *bind.FilterOpts, account []common.Address) (*ContractAllocationManagerPausedIterator, error)
	WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerPaused, account []common.Address) (event.Subscription, error)
	ParsePaused(log types.Log) (*ContractAllocationManagerPaused, error)

	FilterStrategyAddedToOperatorSet(opts *bind.FilterOpts) (*ContractAllocationManagerStrategyAddedToOperatorSetIterator, error)
	WatchStrategyAddedToOperatorSet(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerStrategyAddedToOperatorSet) (event.Subscription, error)
	ParseStrategyAddedToOperatorSet(log types.Log) (*ContractAllocationManagerStrategyAddedToOperatorSet, error)

	FilterStrategyRemovedFromOperatorSet(opts *bind.FilterOpts) (*ContractAllocationManagerStrategyRemovedFromOperatorSetIterator, error)
	WatchStrategyRemovedFromOperatorSet(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerStrategyRemovedFromOperatorSet) (event.Subscription, error)
	ParseStrategyRemovedFromOperatorSet(log types.Log) (*ContractAllocationManagerStrategyRemovedFromOperatorSet, error)

	FilterUnpaused(opts *bind.FilterOpts, account []common.Address) (*ContractAllocationManagerUnpausedIterator, error)
	WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerUnpaused, account []common.Address) (event.Subscription, error)
	ParseUnpaused(log types.Log) (*ContractAllocationManagerUnpaused, error)
}
⋮----
// ContractAllocationManager is an auto generated Go binding around an Ethereum contract.
type ContractAllocationManager struct {
	ContractAllocationManagerCaller     // Read-only binding to the contract
	ContractAllocationManagerTransactor // Write-only binding to the contract
	ContractAllocationManagerFilterer   // Log filterer for contract events
}
⋮----
ContractAllocationManagerCaller     // Read-only binding to the contract
ContractAllocationManagerTransactor // Write-only binding to the contract
ContractAllocationManagerFilterer   // Log filterer for contract events
⋮----
// ContractAllocationManager implements the ContractAllocationManagerMethods interface.
var _ ContractAllocationManagerMethods = (*ContractAllocationManager)(nil)
⋮----
// ContractAllocationManagerCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractAllocationManagerCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractAllocationManagerCaller implements the ContractAllocationManagerCalls interface.
var _ ContractAllocationManagerCalls = (*ContractAllocationManagerCaller)(nil)
⋮----
// ContractAllocationManagerTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractAllocationManagerTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractAllocationManagerTransactor implements the ContractAllocationManagerTransacts interface.
var _ ContractAllocationManagerTransacts = (*ContractAllocationManagerTransactor)(nil)
⋮----
// ContractAllocationManagerFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractAllocationManagerFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractAllocationManagerFilterer implements the ContractAllocationManagerFilters interface.
var _ ContractAllocationManagerFilters = (*ContractAllocationManagerFilterer)(nil)
⋮----
// ContractAllocationManagerSession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractAllocationManagerSession struct {
	Contract     *ContractAllocationManager // Generic contract binding to set the session for
	CallOpts     bind.CallOpts              // Call options to use throughout this session
	TransactOpts bind.TransactOpts          // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractAllocationManager // Generic contract binding to set the session for
CallOpts     bind.CallOpts              // Call options to use throughout this session
TransactOpts bind.TransactOpts          // Transaction auth options to use throughout this session
⋮----
// ContractAllocationManagerCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractAllocationManagerCallerSession struct {
	Contract *ContractAllocationManagerCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                    // Call options to use throughout this session
}
⋮----
Contract *ContractAllocationManagerCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                    // Call options to use throughout this session
⋮----
// ContractAllocationManagerTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractAllocationManagerTransactorSession struct {
	Contract     *ContractAllocationManagerTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                    // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractAllocationManagerTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                    // Transaction auth options to use throughout this session
⋮----
// ContractAllocationManagerRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractAllocationManagerRaw struct {
	Contract *ContractAllocationManager // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractAllocationManager // Generic contract binding to access the raw methods on
⋮----
// ContractAllocationManagerCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractAllocationManagerCallerRaw struct {
	Contract *ContractAllocationManagerCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractAllocationManagerCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractAllocationManagerTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractAllocationManagerTransactorRaw struct {
	Contract *ContractAllocationManagerTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractAllocationManagerTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractAllocationManager creates a new instance of ContractAllocationManager, bound to a specific deployed contract.
func NewContractAllocationManager(address common.Address, backend bind.ContractBackend) (*ContractAllocationManager, error)
⋮----
// NewContractAllocationManagerCaller creates a new read-only instance of ContractAllocationManager, bound to a specific deployed contract.
func NewContractAllocationManagerCaller(address common.Address, caller bind.ContractCaller) (*ContractAllocationManagerCaller, error)
⋮----
// NewContractAllocationManagerTransactor creates a new write-only instance of ContractAllocationManager, bound to a specific deployed contract.
func NewContractAllocationManagerTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractAllocationManagerTransactor, error)
⋮----
// NewContractAllocationManagerFilterer creates a new log filterer instance of ContractAllocationManager, bound to a specific deployed contract.
func NewContractAllocationManagerFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractAllocationManagerFilterer, error)
⋮----
// bindContractAllocationManager binds a generic wrapper to an already deployed contract.
func bindContractAllocationManager(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractAllocationManager *ContractAllocationManagerRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractAllocationManager *ContractAllocationManagerRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractAllocationManager *ContractAllocationManagerRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// ALLOCATIONCONFIGURATIONDELAY is a free data retrieval call binding the contract method 0x7bc1ef61.
//
// Solidity: function ALLOCATION_CONFIGURATION_DELAY() view returns(uint32)
func (_ContractAllocationManager *ContractAllocationManagerCaller) ALLOCATIONCONFIGURATIONDELAY(opts *bind.CallOpts) (uint32, error)
⋮----
var out []interface{}
⋮----
// DEALLOCATIONDELAY is a free data retrieval call binding the contract method 0x2981eb77.
⋮----
// Solidity: function DEALLOCATION_DELAY() view returns(uint32)
func (_ContractAllocationManager *ContractAllocationManagerCaller) DEALLOCATIONDELAY(opts *bind.CallOpts) (uint32, error)
⋮----
// Delegation is a free data retrieval call binding the contract method 0xdf5cf723.
⋮----
// Solidity: function delegation() view returns(address)
func (_ContractAllocationManager *ContractAllocationManagerCaller) Delegation(opts *bind.CallOpts) (common.Address, error)
⋮----
// GetAVSRegistrar is a free data retrieval call binding the contract method 0x304c10cd.
⋮----
// Solidity: function getAVSRegistrar(address avs) view returns(address)
func (_ContractAllocationManager *ContractAllocationManagerCaller) GetAVSRegistrar(opts *bind.CallOpts, avs common.Address) (common.Address, error)
⋮----
// GetAllocatableMagnitude is a free data retrieval call binding the contract method 0x6cfb4481.
⋮----
// Solidity: function getAllocatableMagnitude(address operator, address strategy) view returns(uint64)
func (_ContractAllocationManager *ContractAllocationManagerCaller) GetAllocatableMagnitude(opts *bind.CallOpts, operator common.Address, strategy common.Address) (uint64, error)
⋮----
// GetAllocatedSets is a free data retrieval call binding the contract method 0x15fe5028.
⋮----
// Solidity: function getAllocatedSets(address operator) view returns((address,uint32)[])
func (_ContractAllocationManager *ContractAllocationManagerCaller) GetAllocatedSets(opts *bind.CallOpts, operator common.Address) ([]OperatorSet, error)
⋮----
// GetAllocatedStake is a free data retrieval call binding the contract method 0x2b453a9a.
⋮----
// Solidity: function getAllocatedStake((address,uint32) operatorSet, address[] operators, address[] strategies) view returns(uint256[][])
func (_ContractAllocationManager *ContractAllocationManagerCaller) GetAllocatedStake(opts *bind.CallOpts, operatorSet OperatorSet, operators []common.Address, strategies []common.Address) ([][]*big.Int, error)
⋮----
// GetAllocatedStrategies is a free data retrieval call binding the contract method 0xc221d8ae.
⋮----
// Solidity: function getAllocatedStrategies(address operator, (address,uint32) operatorSet) view returns(address[])
func (_ContractAllocationManager *ContractAllocationManagerCaller) GetAllocatedStrategies(opts *bind.CallOpts, operator common.Address, operatorSet OperatorSet) ([]common.Address, error)
⋮----
// GetAllocation is a free data retrieval call binding the contract method 0x10e1b9b8.
⋮----
// Solidity: function getAllocation(address operator, (address,uint32) operatorSet, address strategy) view returns((uint64,int128,uint32))
func (_ContractAllocationManager *ContractAllocationManagerCaller) GetAllocation(opts *bind.CallOpts, operator common.Address, operatorSet OperatorSet, strategy common.Address) (IAllocationManagerTypesAllocation, error)
⋮----
// GetAllocationDelay is a free data retrieval call binding the contract method 0xb9fbaed1.
⋮----
// Solidity: function getAllocationDelay(address operator) view returns(bool, uint32)
func (_ContractAllocationManager *ContractAllocationManagerCaller) GetAllocationDelay(opts *bind.CallOpts, operator common.Address) (bool, uint32, error)
⋮----
// GetAllocations is a free data retrieval call binding the contract method 0x8ce64854.
⋮----
// Solidity: function getAllocations(address[] operators, (address,uint32) operatorSet, address strategy) view returns((uint64,int128,uint32)[])
func (_ContractAllocationManager *ContractAllocationManagerCaller) GetAllocations(opts *bind.CallOpts, operators []common.Address, operatorSet OperatorSet, strategy common.Address) ([]IAllocationManagerTypesAllocation, error)
⋮----
// GetEncumberedMagnitude is a free data retrieval call binding the contract method 0xf605ce08.
⋮----
// Solidity: function getEncumberedMagnitude(address operator, address strategy) view returns(uint64)
func (_ContractAllocationManager *ContractAllocationManagerCaller) GetEncumberedMagnitude(opts *bind.CallOpts, operator common.Address, strategy common.Address) (uint64, error)
⋮----
// GetMaxMagnitude is a free data retrieval call binding the contract method 0xa9333ec8.
⋮----
// Solidity: function getMaxMagnitude(address operator, address strategy) view returns(uint64)
func (_ContractAllocationManager *ContractAllocationManagerCaller) GetMaxMagnitude(opts *bind.CallOpts, operator common.Address, strategy common.Address) (uint64, error)
⋮----
// GetMaxMagnitudes is a free data retrieval call binding the contract method 0x4a10ffe5.
⋮----
// Solidity: function getMaxMagnitudes(address[] operators, address strategy) view returns(uint64[])
func (_ContractAllocationManager *ContractAllocationManagerCaller) GetMaxMagnitudes(opts *bind.CallOpts, operators []common.Address, strategy common.Address) ([]uint64, error)
⋮----
// GetMaxMagnitudes0 is a free data retrieval call binding the contract method 0x547afb87.
⋮----
// Solidity: function getMaxMagnitudes(address operator, address[] strategies) view returns(uint64[])
func (_ContractAllocationManager *ContractAllocationManagerCaller) GetMaxMagnitudes0(opts *bind.CallOpts, operator common.Address, strategies []common.Address) ([]uint64, error)
⋮----
// GetMaxMagnitudesAtBlock is a free data retrieval call binding the contract method 0x94d7d00c.
⋮----
// Solidity: function getMaxMagnitudesAtBlock(address operator, address[] strategies, uint32 blockNumber) view returns(uint64[])
func (_ContractAllocationManager *ContractAllocationManagerCaller) GetMaxMagnitudesAtBlock(opts *bind.CallOpts, operator common.Address, strategies []common.Address, blockNumber uint32) ([]uint64, error)
⋮----
// GetMemberCount is a free data retrieval call binding the contract method 0xb2447af7.
⋮----
// Solidity: function getMemberCount((address,uint32) operatorSet) view returns(uint256)
func (_ContractAllocationManager *ContractAllocationManagerCaller) GetMemberCount(opts *bind.CallOpts, operatorSet OperatorSet) (*big.Int, error)
⋮----
// GetMembers is a free data retrieval call binding the contract method 0x6e875dba.
⋮----
// Solidity: function getMembers((address,uint32) operatorSet) view returns(address[])
func (_ContractAllocationManager *ContractAllocationManagerCaller) GetMembers(opts *bind.CallOpts, operatorSet OperatorSet) ([]common.Address, error)
⋮----
// GetMinimumSlashableStake is a free data retrieval call binding the contract method 0x2bab2c4a.
⋮----
// Solidity: function getMinimumSlashableStake((address,uint32) operatorSet, address[] operators, address[] strategies, uint32 futureBlock) view returns(uint256[][] slashableStake)
func (_ContractAllocationManager *ContractAllocationManagerCaller) GetMinimumSlashableStake(opts *bind.CallOpts, operatorSet OperatorSet, operators []common.Address, strategies []common.Address, futureBlock uint32) ([][]*big.Int, error)
⋮----
// GetOperatorSetCount is a free data retrieval call binding the contract method 0xba1a84e5.
⋮----
// Solidity: function getOperatorSetCount(address avs) view returns(uint256)
func (_ContractAllocationManager *ContractAllocationManagerCaller) GetOperatorSetCount(opts *bind.CallOpts, avs common.Address) (*big.Int, error)
⋮----
// GetRegisteredSets is a free data retrieval call binding the contract method 0x79ae50cd.
⋮----
// Solidity: function getRegisteredSets(address operator) view returns((address,uint32)[])
func (_ContractAllocationManager *ContractAllocationManagerCaller) GetRegisteredSets(opts *bind.CallOpts, operator common.Address) ([]OperatorSet, error)
⋮----
// GetStrategiesInOperatorSet is a free data retrieval call binding the contract method 0x4177a87c.
⋮----
// Solidity: function getStrategiesInOperatorSet((address,uint32) operatorSet) view returns(address[])
func (_ContractAllocationManager *ContractAllocationManagerCaller) GetStrategiesInOperatorSet(opts *bind.CallOpts, operatorSet OperatorSet) ([]common.Address, error)
⋮----
// GetStrategyAllocations is a free data retrieval call binding the contract method 0x40120dab.
⋮----
// Solidity: function getStrategyAllocations(address operator, address strategy) view returns((address,uint32)[], (uint64,int128,uint32)[])
func (_ContractAllocationManager *ContractAllocationManagerCaller) GetStrategyAllocations(opts *bind.CallOpts, operator common.Address, strategy common.Address) ([]OperatorSet, []IAllocationManagerTypesAllocation, error)
⋮----
// IsMemberOfOperatorSet is a free data retrieval call binding the contract method 0x670d3ba2.
⋮----
// Solidity: function isMemberOfOperatorSet(address operator, (address,uint32) operatorSet) view returns(bool)
func (_ContractAllocationManager *ContractAllocationManagerCaller) IsMemberOfOperatorSet(opts *bind.CallOpts, operator common.Address, operatorSet OperatorSet) (bool, error)
⋮----
// IsOperatorSet is a free data retrieval call binding the contract method 0x260dc758.
⋮----
// Solidity: function isOperatorSet((address,uint32) operatorSet) view returns(bool)
func (_ContractAllocationManager *ContractAllocationManagerCaller) IsOperatorSet(opts *bind.CallOpts, operatorSet OperatorSet) (bool, error)
⋮----
// IsOperatorSlashable is a free data retrieval call binding the contract method 0x1352c3e6.
⋮----
// Solidity: function isOperatorSlashable(address operator, (address,uint32) operatorSet) view returns(bool)
func (_ContractAllocationManager *ContractAllocationManagerCaller) IsOperatorSlashable(opts *bind.CallOpts, operator common.Address, operatorSet OperatorSet) (bool, error)
⋮----
// Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
⋮----
// Solidity: function owner() view returns(address)
func (_ContractAllocationManager *ContractAllocationManagerCaller) Owner(opts *bind.CallOpts) (common.Address, error)
⋮----
// Paused is a free data retrieval call binding the contract method 0x5ac86ab7.
⋮----
// Solidity: function paused(uint8 index) view returns(bool)
func (_ContractAllocationManager *ContractAllocationManagerCaller) Paused(opts *bind.CallOpts, index uint8) (bool, error)
⋮----
// Paused0 is a free data retrieval call binding the contract method 0x5c975abb.
⋮----
// Solidity: function paused() view returns(uint256)
func (_ContractAllocationManager *ContractAllocationManagerCaller) Paused0(opts *bind.CallOpts) (*big.Int, error)
⋮----
// PauserRegistry is a free data retrieval call binding the contract method 0x886f1195.
⋮----
// Solidity: function pauserRegistry() view returns(address)
func (_ContractAllocationManager *ContractAllocationManagerCaller) PauserRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// PermissionController is a free data retrieval call binding the contract method 0x4657e26a.
⋮----
// Solidity: function permissionController() view returns(address)
func (_ContractAllocationManager *ContractAllocationManagerCaller) PermissionController(opts *bind.CallOpts) (common.Address, error)
⋮----
// Version is a free data retrieval call binding the contract method 0x54fd4d50.
⋮----
// Solidity: function version() view returns(string)
func (_ContractAllocationManager *ContractAllocationManagerCaller) Version(opts *bind.CallOpts) (string, error)
⋮----
// AddStrategiesToOperatorSet is a paid mutator transaction binding the contract method 0x50feea20.
⋮----
// Solidity: function addStrategiesToOperatorSet(address avs, uint32 operatorSetId, address[] strategies) returns()
func (_ContractAllocationManager *ContractAllocationManagerTransactor) AddStrategiesToOperatorSet(opts *bind.TransactOpts, avs common.Address, operatorSetId uint32, strategies []common.Address) (*types.Transaction, error)
⋮----
// ClearDeallocationQueue is a paid mutator transaction binding the contract method 0x4b5046ef.
⋮----
// Solidity: function clearDeallocationQueue(address operator, address[] strategies, uint16[] numToClear) returns()
func (_ContractAllocationManager *ContractAllocationManagerTransactor) ClearDeallocationQueue(opts *bind.TransactOpts, operator common.Address, strategies []common.Address, numToClear []uint16) (*types.Transaction, error)
⋮----
// CreateOperatorSets is a paid mutator transaction binding the contract method 0x261f84e0.
⋮----
// Solidity: function createOperatorSets(address avs, (uint32,address[])[] params) returns()
func (_ContractAllocationManager *ContractAllocationManagerTransactor) CreateOperatorSets(opts *bind.TransactOpts, avs common.Address, params []IAllocationManagerTypesCreateSetParams) (*types.Transaction, error)
⋮----
// DeregisterFromOperatorSets is a paid mutator transaction binding the contract method 0x6e3492b5.
⋮----
// Solidity: function deregisterFromOperatorSets((address,address,uint32[]) params) returns()
func (_ContractAllocationManager *ContractAllocationManagerTransactor) DeregisterFromOperatorSets(opts *bind.TransactOpts, params IAllocationManagerTypesDeregisterParams) (*types.Transaction, error)
⋮----
// Initialize is a paid mutator transaction binding the contract method 0xcd6dc687.
⋮----
// Solidity: function initialize(address initialOwner, uint256 initialPausedStatus) returns()
func (_ContractAllocationManager *ContractAllocationManagerTransactor) Initialize(opts *bind.TransactOpts, initialOwner common.Address, initialPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// ModifyAllocations is a paid mutator transaction binding the contract method 0x952899ee.
⋮----
// Solidity: function modifyAllocations(address operator, ((address,uint32),address[],uint64[])[] params) returns()
func (_ContractAllocationManager *ContractAllocationManagerTransactor) ModifyAllocations(opts *bind.TransactOpts, operator common.Address, params []IAllocationManagerTypesAllocateParams) (*types.Transaction, error)
⋮----
// Pause is a paid mutator transaction binding the contract method 0x136439dd.
⋮----
// Solidity: function pause(uint256 newPausedStatus) returns()
func (_ContractAllocationManager *ContractAllocationManagerTransactor) Pause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// PauseAll is a paid mutator transaction binding the contract method 0x595c6a67.
⋮----
// Solidity: function pauseAll() returns()
func (_ContractAllocationManager *ContractAllocationManagerTransactor) PauseAll(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// RegisterForOperatorSets is a paid mutator transaction binding the contract method 0xadc2e3d9.
⋮----
// Solidity: function registerForOperatorSets(address operator, (address,uint32[],bytes) params) returns()
func (_ContractAllocationManager *ContractAllocationManagerTransactor) RegisterForOperatorSets(opts *bind.TransactOpts, operator common.Address, params IAllocationManagerTypesRegisterParams) (*types.Transaction, error)
⋮----
// RemoveStrategiesFromOperatorSet is a paid mutator transaction binding the contract method 0xb66bd989.
⋮----
// Solidity: function removeStrategiesFromOperatorSet(address avs, uint32 operatorSetId, address[] strategies) returns()
func (_ContractAllocationManager *ContractAllocationManagerTransactor) RemoveStrategiesFromOperatorSet(opts *bind.TransactOpts, avs common.Address, operatorSetId uint32, strategies []common.Address) (*types.Transaction, error)
⋮----
// RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
⋮----
// Solidity: function renounceOwnership() returns()
func (_ContractAllocationManager *ContractAllocationManagerTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// SetAVSRegistrar is a paid mutator transaction binding the contract method 0xd3d96ff4.
⋮----
// Solidity: function setAVSRegistrar(address avs, address registrar) returns()
func (_ContractAllocationManager *ContractAllocationManagerTransactor) SetAVSRegistrar(opts *bind.TransactOpts, avs common.Address, registrar common.Address) (*types.Transaction, error)
⋮----
// SetAllocationDelay is a paid mutator transaction binding the contract method 0x56c483e6.
⋮----
// Solidity: function setAllocationDelay(address operator, uint32 delay) returns()
func (_ContractAllocationManager *ContractAllocationManagerTransactor) SetAllocationDelay(opts *bind.TransactOpts, operator common.Address, delay uint32) (*types.Transaction, error)
⋮----
// SlashOperator is a paid mutator transaction binding the contract method 0x36352057.
⋮----
// Solidity: function slashOperator(address avs, (address,uint32,address[],uint256[],string) params) returns()
func (_ContractAllocationManager *ContractAllocationManagerTransactor) SlashOperator(opts *bind.TransactOpts, avs common.Address, params IAllocationManagerTypesSlashingParams) (*types.Transaction, error)
⋮----
// TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
⋮----
// Solidity: function transferOwnership(address newOwner) returns()
func (_ContractAllocationManager *ContractAllocationManagerTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
⋮----
// Unpause is a paid mutator transaction binding the contract method 0xfabc1cbc.
⋮----
// Solidity: function unpause(uint256 newPausedStatus) returns()
func (_ContractAllocationManager *ContractAllocationManagerTransactor) Unpause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// UpdateAVSMetadataURI is a paid mutator transaction binding the contract method 0xa9821821.
⋮----
// Solidity: function updateAVSMetadataURI(address avs, string metadataURI) returns()
func (_ContractAllocationManager *ContractAllocationManagerTransactor) UpdateAVSMetadataURI(opts *bind.TransactOpts, avs common.Address, metadataURI string) (*types.Transaction, error)
⋮----
// ContractAllocationManagerAVSMetadataURIUpdatedIterator is returned from FilterAVSMetadataURIUpdated and is used to iterate over the raw logs and unpacked data for AVSMetadataURIUpdated events raised by the ContractAllocationManager contract.
type ContractAllocationManagerAVSMetadataURIUpdatedIterator struct {
	Event *ContractAllocationManagerAVSMetadataURIUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractAllocationManagerAVSMetadataURIUpdated // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractAllocationManagerAVSMetadataURIUpdatedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractAllocationManagerAVSMetadataURIUpdatedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractAllocationManagerAVSMetadataURIUpdatedIterator) Close() error
⋮----
// ContractAllocationManagerAVSMetadataURIUpdated represents a AVSMetadataURIUpdated event raised by the ContractAllocationManager contract.
type ContractAllocationManagerAVSMetadataURIUpdated struct {
	Avs         common.Address
	MetadataURI string
	Raw         types.Log // Blockchain specific contextual infos
}
⋮----
Raw         types.Log // Blockchain specific contextual infos
⋮----
// FilterAVSMetadataURIUpdated is a free log retrieval operation binding the contract event 0xa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c943713.
⋮----
// Solidity: event AVSMetadataURIUpdated(address indexed avs, string metadataURI)
func (_ContractAllocationManager *ContractAllocationManagerFilterer) FilterAVSMetadataURIUpdated(opts *bind.FilterOpts, avs []common.Address) (*ContractAllocationManagerAVSMetadataURIUpdatedIterator, error)
⋮----
var avsRule []interface{}
⋮----
// WatchAVSMetadataURIUpdated is a free log subscription operation binding the contract event 0xa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c943713.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) WatchAVSMetadataURIUpdated(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerAVSMetadataURIUpdated, avs []common.Address) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseAVSMetadataURIUpdated is a log parse operation binding the contract event 0xa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c943713.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) ParseAVSMetadataURIUpdated(log types.Log) (*ContractAllocationManagerAVSMetadataURIUpdated, error)
⋮----
// ContractAllocationManagerAVSRegistrarSetIterator is returned from FilterAVSRegistrarSet and is used to iterate over the raw logs and unpacked data for AVSRegistrarSet events raised by the ContractAllocationManager contract.
type ContractAllocationManagerAVSRegistrarSetIterator struct {
	Event *ContractAllocationManagerAVSRegistrarSet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractAllocationManagerAVSRegistrarSet // Event containing the contract specifics and raw log
⋮----
// ContractAllocationManagerAVSRegistrarSet represents a AVSRegistrarSet event raised by the ContractAllocationManager contract.
type ContractAllocationManagerAVSRegistrarSet struct {
	Avs       common.Address
	Registrar common.Address
	Raw       types.Log // Blockchain specific contextual infos
}
⋮----
Raw       types.Log // Blockchain specific contextual infos
⋮----
// FilterAVSRegistrarSet is a free log retrieval operation binding the contract event 0x2ae945c40c44dc0ec263f95609c3fdc6952e0aefa22d6374e44f2c997acedf85.
⋮----
// Solidity: event AVSRegistrarSet(address avs, address registrar)
func (_ContractAllocationManager *ContractAllocationManagerFilterer) FilterAVSRegistrarSet(opts *bind.FilterOpts) (*ContractAllocationManagerAVSRegistrarSetIterator, error)
⋮----
// WatchAVSRegistrarSet is a free log subscription operation binding the contract event 0x2ae945c40c44dc0ec263f95609c3fdc6952e0aefa22d6374e44f2c997acedf85.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) WatchAVSRegistrarSet(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerAVSRegistrarSet) (event.Subscription, error)
⋮----
// ParseAVSRegistrarSet is a log parse operation binding the contract event 0x2ae945c40c44dc0ec263f95609c3fdc6952e0aefa22d6374e44f2c997acedf85.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) ParseAVSRegistrarSet(log types.Log) (*ContractAllocationManagerAVSRegistrarSet, error)
⋮----
// ContractAllocationManagerAllocationDelaySetIterator is returned from FilterAllocationDelaySet and is used to iterate over the raw logs and unpacked data for AllocationDelaySet events raised by the ContractAllocationManager contract.
type ContractAllocationManagerAllocationDelaySetIterator struct {
	Event *ContractAllocationManagerAllocationDelaySet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractAllocationManagerAllocationDelaySet // Event containing the contract specifics and raw log
⋮----
// ContractAllocationManagerAllocationDelaySet represents a AllocationDelaySet event raised by the ContractAllocationManager contract.
type ContractAllocationManagerAllocationDelaySet struct {
	Operator    common.Address
	Delay       uint32
	EffectBlock uint32
	Raw         types.Log // Blockchain specific contextual infos
}
⋮----
// FilterAllocationDelaySet is a free log retrieval operation binding the contract event 0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db.
⋮----
// Solidity: event AllocationDelaySet(address operator, uint32 delay, uint32 effectBlock)
func (_ContractAllocationManager *ContractAllocationManagerFilterer) FilterAllocationDelaySet(opts *bind.FilterOpts) (*ContractAllocationManagerAllocationDelaySetIterator, error)
⋮----
// WatchAllocationDelaySet is a free log subscription operation binding the contract event 0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) WatchAllocationDelaySet(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerAllocationDelaySet) (event.Subscription, error)
⋮----
// ParseAllocationDelaySet is a log parse operation binding the contract event 0x4e85751d6331506c6c62335f207eb31f12a61e570f34f5c17640308785c6d4db.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) ParseAllocationDelaySet(log types.Log) (*ContractAllocationManagerAllocationDelaySet, error)
⋮----
// ContractAllocationManagerAllocationUpdatedIterator is returned from FilterAllocationUpdated and is used to iterate over the raw logs and unpacked data for AllocationUpdated events raised by the ContractAllocationManager contract.
type ContractAllocationManagerAllocationUpdatedIterator struct {
	Event *ContractAllocationManagerAllocationUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractAllocationManagerAllocationUpdated // Event containing the contract specifics and raw log
⋮----
// ContractAllocationManagerAllocationUpdated represents a AllocationUpdated event raised by the ContractAllocationManager contract.
type ContractAllocationManagerAllocationUpdated struct {
	Operator    common.Address
	OperatorSet OperatorSet
	Strategy    common.Address
	Magnitude   uint64
	EffectBlock uint32
	Raw         types.Log // Blockchain specific contextual infos
}
⋮----
// FilterAllocationUpdated is a free log retrieval operation binding the contract event 0x1487af5418c47ee5ea45ef4a93398668120890774a9e13487e61e9dc3baf76dd.
⋮----
// Solidity: event AllocationUpdated(address operator, (address,uint32) operatorSet, address strategy, uint64 magnitude, uint32 effectBlock)
func (_ContractAllocationManager *ContractAllocationManagerFilterer) FilterAllocationUpdated(opts *bind.FilterOpts) (*ContractAllocationManagerAllocationUpdatedIterator, error)
⋮----
// WatchAllocationUpdated is a free log subscription operation binding the contract event 0x1487af5418c47ee5ea45ef4a93398668120890774a9e13487e61e9dc3baf76dd.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) WatchAllocationUpdated(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerAllocationUpdated) (event.Subscription, error)
⋮----
// ParseAllocationUpdated is a log parse operation binding the contract event 0x1487af5418c47ee5ea45ef4a93398668120890774a9e13487e61e9dc3baf76dd.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) ParseAllocationUpdated(log types.Log) (*ContractAllocationManagerAllocationUpdated, error)
⋮----
// ContractAllocationManagerEncumberedMagnitudeUpdatedIterator is returned from FilterEncumberedMagnitudeUpdated and is used to iterate over the raw logs and unpacked data for EncumberedMagnitudeUpdated events raised by the ContractAllocationManager contract.
type ContractAllocationManagerEncumberedMagnitudeUpdatedIterator struct {
	Event *ContractAllocationManagerEncumberedMagnitudeUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractAllocationManagerEncumberedMagnitudeUpdated // Event containing the contract specifics and raw log
⋮----
// ContractAllocationManagerEncumberedMagnitudeUpdated represents a EncumberedMagnitudeUpdated event raised by the ContractAllocationManager contract.
type ContractAllocationManagerEncumberedMagnitudeUpdated struct {
	Operator            common.Address
	Strategy            common.Address
	EncumberedMagnitude uint64
	Raw                 types.Log // Blockchain specific contextual infos
}
⋮----
Raw                 types.Log // Blockchain specific contextual infos
⋮----
// FilterEncumberedMagnitudeUpdated is a free log retrieval operation binding the contract event 0xacf9095feb3a370c9cf692421c69ef320d4db5c66e6a7d29c7694eb02364fc55.
⋮----
// Solidity: event EncumberedMagnitudeUpdated(address operator, address strategy, uint64 encumberedMagnitude)
func (_ContractAllocationManager *ContractAllocationManagerFilterer) FilterEncumberedMagnitudeUpdated(opts *bind.FilterOpts) (*ContractAllocationManagerEncumberedMagnitudeUpdatedIterator, error)
⋮----
// WatchEncumberedMagnitudeUpdated is a free log subscription operation binding the contract event 0xacf9095feb3a370c9cf692421c69ef320d4db5c66e6a7d29c7694eb02364fc55.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) WatchEncumberedMagnitudeUpdated(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerEncumberedMagnitudeUpdated) (event.Subscription, error)
⋮----
// ParseEncumberedMagnitudeUpdated is a log parse operation binding the contract event 0xacf9095feb3a370c9cf692421c69ef320d4db5c66e6a7d29c7694eb02364fc55.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) ParseEncumberedMagnitudeUpdated(log types.Log) (*ContractAllocationManagerEncumberedMagnitudeUpdated, error)
⋮----
// ContractAllocationManagerInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the ContractAllocationManager contract.
type ContractAllocationManagerInitializedIterator struct {
	Event *ContractAllocationManagerInitialized // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractAllocationManagerInitialized // Event containing the contract specifics and raw log
⋮----
// ContractAllocationManagerInitialized represents a Initialized event raised by the ContractAllocationManager contract.
type ContractAllocationManagerInitialized struct {
	Version uint8
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
// Solidity: event Initialized(uint8 version)
func (_ContractAllocationManager *ContractAllocationManagerFilterer) FilterInitialized(opts *bind.FilterOpts) (*ContractAllocationManagerInitializedIterator, error)
⋮----
// WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerInitialized) (event.Subscription, error)
⋮----
// ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) ParseInitialized(log types.Log) (*ContractAllocationManagerInitialized, error)
⋮----
// ContractAllocationManagerMaxMagnitudeUpdatedIterator is returned from FilterMaxMagnitudeUpdated and is used to iterate over the raw logs and unpacked data for MaxMagnitudeUpdated events raised by the ContractAllocationManager contract.
type ContractAllocationManagerMaxMagnitudeUpdatedIterator struct {
	Event *ContractAllocationManagerMaxMagnitudeUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractAllocationManagerMaxMagnitudeUpdated // Event containing the contract specifics and raw log
⋮----
// ContractAllocationManagerMaxMagnitudeUpdated represents a MaxMagnitudeUpdated event raised by the ContractAllocationManager contract.
type ContractAllocationManagerMaxMagnitudeUpdated struct {
	Operator     common.Address
	Strategy     common.Address
	MaxMagnitude uint64
	Raw          types.Log // Blockchain specific contextual infos
}
⋮----
Raw          types.Log // Blockchain specific contextual infos
⋮----
// FilterMaxMagnitudeUpdated is a free log retrieval operation binding the contract event 0x1c6458079a41077d003c11faf9bf097e693bd67979e4e6500bac7b29db779b5c.
⋮----
// Solidity: event MaxMagnitudeUpdated(address operator, address strategy, uint64 maxMagnitude)
func (_ContractAllocationManager *ContractAllocationManagerFilterer) FilterMaxMagnitudeUpdated(opts *bind.FilterOpts) (*ContractAllocationManagerMaxMagnitudeUpdatedIterator, error)
⋮----
// WatchMaxMagnitudeUpdated is a free log subscription operation binding the contract event 0x1c6458079a41077d003c11faf9bf097e693bd67979e4e6500bac7b29db779b5c.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) WatchMaxMagnitudeUpdated(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerMaxMagnitudeUpdated) (event.Subscription, error)
⋮----
// ParseMaxMagnitudeUpdated is a log parse operation binding the contract event 0x1c6458079a41077d003c11faf9bf097e693bd67979e4e6500bac7b29db779b5c.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) ParseMaxMagnitudeUpdated(log types.Log) (*ContractAllocationManagerMaxMagnitudeUpdated, error)
⋮----
// ContractAllocationManagerOperatorAddedToOperatorSetIterator is returned from FilterOperatorAddedToOperatorSet and is used to iterate over the raw logs and unpacked data for OperatorAddedToOperatorSet events raised by the ContractAllocationManager contract.
type ContractAllocationManagerOperatorAddedToOperatorSetIterator struct {
	Event *ContractAllocationManagerOperatorAddedToOperatorSet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractAllocationManagerOperatorAddedToOperatorSet // Event containing the contract specifics and raw log
⋮----
// ContractAllocationManagerOperatorAddedToOperatorSet represents a OperatorAddedToOperatorSet event raised by the ContractAllocationManager contract.
type ContractAllocationManagerOperatorAddedToOperatorSet struct {
	Operator    common.Address
	OperatorSet OperatorSet
	Raw         types.Log // Blockchain specific contextual infos
}
⋮----
// FilterOperatorAddedToOperatorSet is a free log retrieval operation binding the contract event 0x43232edf9071753d2321e5fa7e018363ee248e5f2142e6c08edd3265bfb4895e.
⋮----
// Solidity: event OperatorAddedToOperatorSet(address indexed operator, (address,uint32) operatorSet)
func (_ContractAllocationManager *ContractAllocationManagerFilterer) FilterOperatorAddedToOperatorSet(opts *bind.FilterOpts, operator []common.Address) (*ContractAllocationManagerOperatorAddedToOperatorSetIterator, error)
⋮----
var operatorRule []interface{}
⋮----
// WatchOperatorAddedToOperatorSet is a free log subscription operation binding the contract event 0x43232edf9071753d2321e5fa7e018363ee248e5f2142e6c08edd3265bfb4895e.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) WatchOperatorAddedToOperatorSet(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerOperatorAddedToOperatorSet, operator []common.Address) (event.Subscription, error)
⋮----
// ParseOperatorAddedToOperatorSet is a log parse operation binding the contract event 0x43232edf9071753d2321e5fa7e018363ee248e5f2142e6c08edd3265bfb4895e.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) ParseOperatorAddedToOperatorSet(log types.Log) (*ContractAllocationManagerOperatorAddedToOperatorSet, error)
⋮----
// ContractAllocationManagerOperatorRemovedFromOperatorSetIterator is returned from FilterOperatorRemovedFromOperatorSet and is used to iterate over the raw logs and unpacked data for OperatorRemovedFromOperatorSet events raised by the ContractAllocationManager contract.
type ContractAllocationManagerOperatorRemovedFromOperatorSetIterator struct {
	Event *ContractAllocationManagerOperatorRemovedFromOperatorSet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractAllocationManagerOperatorRemovedFromOperatorSet // Event containing the contract specifics and raw log
⋮----
// ContractAllocationManagerOperatorRemovedFromOperatorSet represents a OperatorRemovedFromOperatorSet event raised by the ContractAllocationManager contract.
type ContractAllocationManagerOperatorRemovedFromOperatorSet struct {
	Operator    common.Address
	OperatorSet OperatorSet
	Raw         types.Log // Blockchain specific contextual infos
}
⋮----
// FilterOperatorRemovedFromOperatorSet is a free log retrieval operation binding the contract event 0xad34c3070be1dffbcaa499d000ba2b8d9848aefcac3059df245dd95c4ece14fe.
⋮----
// Solidity: event OperatorRemovedFromOperatorSet(address indexed operator, (address,uint32) operatorSet)
func (_ContractAllocationManager *ContractAllocationManagerFilterer) FilterOperatorRemovedFromOperatorSet(opts *bind.FilterOpts, operator []common.Address) (*ContractAllocationManagerOperatorRemovedFromOperatorSetIterator, error)
⋮----
// WatchOperatorRemovedFromOperatorSet is a free log subscription operation binding the contract event 0xad34c3070be1dffbcaa499d000ba2b8d9848aefcac3059df245dd95c4ece14fe.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) WatchOperatorRemovedFromOperatorSet(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerOperatorRemovedFromOperatorSet, operator []common.Address) (event.Subscription, error)
⋮----
// ParseOperatorRemovedFromOperatorSet is a log parse operation binding the contract event 0xad34c3070be1dffbcaa499d000ba2b8d9848aefcac3059df245dd95c4ece14fe.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) ParseOperatorRemovedFromOperatorSet(log types.Log) (*ContractAllocationManagerOperatorRemovedFromOperatorSet, error)
⋮----
// ContractAllocationManagerOperatorSetCreatedIterator is returned from FilterOperatorSetCreated and is used to iterate over the raw logs and unpacked data for OperatorSetCreated events raised by the ContractAllocationManager contract.
type ContractAllocationManagerOperatorSetCreatedIterator struct {
	Event *ContractAllocationManagerOperatorSetCreated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractAllocationManagerOperatorSetCreated // Event containing the contract specifics and raw log
⋮----
// ContractAllocationManagerOperatorSetCreated represents a OperatorSetCreated event raised by the ContractAllocationManager contract.
type ContractAllocationManagerOperatorSetCreated struct {
	OperatorSet OperatorSet
	Raw         types.Log // Blockchain specific contextual infos
}
⋮----
// FilterOperatorSetCreated is a free log retrieval operation binding the contract event 0x31629285ead2335ae0933f86ed2ae63321f7af77b4e6eaabc42c057880977e6c.
⋮----
// Solidity: event OperatorSetCreated((address,uint32) operatorSet)
func (_ContractAllocationManager *ContractAllocationManagerFilterer) FilterOperatorSetCreated(opts *bind.FilterOpts) (*ContractAllocationManagerOperatorSetCreatedIterator, error)
⋮----
// WatchOperatorSetCreated is a free log subscription operation binding the contract event 0x31629285ead2335ae0933f86ed2ae63321f7af77b4e6eaabc42c057880977e6c.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) WatchOperatorSetCreated(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerOperatorSetCreated) (event.Subscription, error)
⋮----
// ParseOperatorSetCreated is a log parse operation binding the contract event 0x31629285ead2335ae0933f86ed2ae63321f7af77b4e6eaabc42c057880977e6c.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) ParseOperatorSetCreated(log types.Log) (*ContractAllocationManagerOperatorSetCreated, error)
⋮----
// ContractAllocationManagerOperatorSlashedIterator is returned from FilterOperatorSlashed and is used to iterate over the raw logs and unpacked data for OperatorSlashed events raised by the ContractAllocationManager contract.
type ContractAllocationManagerOperatorSlashedIterator struct {
	Event *ContractAllocationManagerOperatorSlashed // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractAllocationManagerOperatorSlashed // Event containing the contract specifics and raw log
⋮----
// ContractAllocationManagerOperatorSlashed represents a OperatorSlashed event raised by the ContractAllocationManager contract.
type ContractAllocationManagerOperatorSlashed struct {
	Operator    common.Address
	OperatorSet OperatorSet
	Strategies  []common.Address
	WadSlashed  []*big.Int
	Description string
	Raw         types.Log // Blockchain specific contextual infos
}
⋮----
// FilterOperatorSlashed is a free log retrieval operation binding the contract event 0x80969ad29428d6797ee7aad084f9e4a42a82fc506dcd2ca3b6fb431f85ccebe5.
⋮----
// Solidity: event OperatorSlashed(address operator, (address,uint32) operatorSet, address[] strategies, uint256[] wadSlashed, string description)
func (_ContractAllocationManager *ContractAllocationManagerFilterer) FilterOperatorSlashed(opts *bind.FilterOpts) (*ContractAllocationManagerOperatorSlashedIterator, error)
⋮----
// WatchOperatorSlashed is a free log subscription operation binding the contract event 0x80969ad29428d6797ee7aad084f9e4a42a82fc506dcd2ca3b6fb431f85ccebe5.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) WatchOperatorSlashed(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerOperatorSlashed) (event.Subscription, error)
⋮----
// ParseOperatorSlashed is a log parse operation binding the contract event 0x80969ad29428d6797ee7aad084f9e4a42a82fc506dcd2ca3b6fb431f85ccebe5.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) ParseOperatorSlashed(log types.Log) (*ContractAllocationManagerOperatorSlashed, error)
⋮----
// ContractAllocationManagerOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the ContractAllocationManager contract.
type ContractAllocationManagerOwnershipTransferredIterator struct {
	Event *ContractAllocationManagerOwnershipTransferred // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractAllocationManagerOwnershipTransferred // Event containing the contract specifics and raw log
⋮----
// ContractAllocationManagerOwnershipTransferred represents a OwnershipTransferred event raised by the ContractAllocationManager contract.
type ContractAllocationManagerOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}
⋮----
Raw           types.Log // Blockchain specific contextual infos
⋮----
// FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
// Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (_ContractAllocationManager *ContractAllocationManagerFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractAllocationManagerOwnershipTransferredIterator, error)
⋮----
var previousOwnerRule []interface{}
⋮----
var newOwnerRule []interface{}
⋮----
// WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
⋮----
// ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) ParseOwnershipTransferred(log types.Log) (*ContractAllocationManagerOwnershipTransferred, error)
⋮----
// ContractAllocationManagerPausedIterator is returned from FilterPaused and is used to iterate over the raw logs and unpacked data for Paused events raised by the ContractAllocationManager contract.
type ContractAllocationManagerPausedIterator struct {
	Event *ContractAllocationManagerPaused // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractAllocationManagerPaused // Event containing the contract specifics and raw log
⋮----
// ContractAllocationManagerPaused represents a Paused event raised by the ContractAllocationManager contract.
type ContractAllocationManagerPaused struct {
	Account         common.Address
	NewPausedStatus *big.Int
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
Raw             types.Log // Blockchain specific contextual infos
⋮----
// FilterPaused is a free log retrieval operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
// Solidity: event Paused(address indexed account, uint256 newPausedStatus)
func (_ContractAllocationManager *ContractAllocationManagerFilterer) FilterPaused(opts *bind.FilterOpts, account []common.Address) (*ContractAllocationManagerPausedIterator, error)
⋮----
var accountRule []interface{}
⋮----
// WatchPaused is a free log subscription operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerPaused, account []common.Address) (event.Subscription, error)
⋮----
// ParsePaused is a log parse operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) ParsePaused(log types.Log) (*ContractAllocationManagerPaused, error)
⋮----
// ContractAllocationManagerStrategyAddedToOperatorSetIterator is returned from FilterStrategyAddedToOperatorSet and is used to iterate over the raw logs and unpacked data for StrategyAddedToOperatorSet events raised by the ContractAllocationManager contract.
type ContractAllocationManagerStrategyAddedToOperatorSetIterator struct {
	Event *ContractAllocationManagerStrategyAddedToOperatorSet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractAllocationManagerStrategyAddedToOperatorSet // Event containing the contract specifics and raw log
⋮----
// ContractAllocationManagerStrategyAddedToOperatorSet represents a StrategyAddedToOperatorSet event raised by the ContractAllocationManager contract.
type ContractAllocationManagerStrategyAddedToOperatorSet struct {
	OperatorSet OperatorSet
	Strategy    common.Address
	Raw         types.Log // Blockchain specific contextual infos
}
⋮----
// FilterStrategyAddedToOperatorSet is a free log retrieval operation binding the contract event 0x7ab260fe0af193db5f4986770d831bda4ea46099dc817e8b6716dcae8af8e88b.
⋮----
// Solidity: event StrategyAddedToOperatorSet((address,uint32) operatorSet, address strategy)
func (_ContractAllocationManager *ContractAllocationManagerFilterer) FilterStrategyAddedToOperatorSet(opts *bind.FilterOpts) (*ContractAllocationManagerStrategyAddedToOperatorSetIterator, error)
⋮----
// WatchStrategyAddedToOperatorSet is a free log subscription operation binding the contract event 0x7ab260fe0af193db5f4986770d831bda4ea46099dc817e8b6716dcae8af8e88b.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) WatchStrategyAddedToOperatorSet(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerStrategyAddedToOperatorSet) (event.Subscription, error)
⋮----
// ParseStrategyAddedToOperatorSet is a log parse operation binding the contract event 0x7ab260fe0af193db5f4986770d831bda4ea46099dc817e8b6716dcae8af8e88b.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) ParseStrategyAddedToOperatorSet(log types.Log) (*ContractAllocationManagerStrategyAddedToOperatorSet, error)
⋮----
// ContractAllocationManagerStrategyRemovedFromOperatorSetIterator is returned from FilterStrategyRemovedFromOperatorSet and is used to iterate over the raw logs and unpacked data for StrategyRemovedFromOperatorSet events raised by the ContractAllocationManager contract.
type ContractAllocationManagerStrategyRemovedFromOperatorSetIterator struct {
	Event *ContractAllocationManagerStrategyRemovedFromOperatorSet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractAllocationManagerStrategyRemovedFromOperatorSet // Event containing the contract specifics and raw log
⋮----
// ContractAllocationManagerStrategyRemovedFromOperatorSet represents a StrategyRemovedFromOperatorSet event raised by the ContractAllocationManager contract.
type ContractAllocationManagerStrategyRemovedFromOperatorSet struct {
	OperatorSet OperatorSet
	Strategy    common.Address
	Raw         types.Log // Blockchain specific contextual infos
}
⋮----
// FilterStrategyRemovedFromOperatorSet is a free log retrieval operation binding the contract event 0x7b4b073d80dcac55a11177d8459ad9f664ceeb91f71f27167bb14f8152a7eeee.
⋮----
// Solidity: event StrategyRemovedFromOperatorSet((address,uint32) operatorSet, address strategy)
func (_ContractAllocationManager *ContractAllocationManagerFilterer) FilterStrategyRemovedFromOperatorSet(opts *bind.FilterOpts) (*ContractAllocationManagerStrategyRemovedFromOperatorSetIterator, error)
⋮----
// WatchStrategyRemovedFromOperatorSet is a free log subscription operation binding the contract event 0x7b4b073d80dcac55a11177d8459ad9f664ceeb91f71f27167bb14f8152a7eeee.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) WatchStrategyRemovedFromOperatorSet(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerStrategyRemovedFromOperatorSet) (event.Subscription, error)
⋮----
// ParseStrategyRemovedFromOperatorSet is a log parse operation binding the contract event 0x7b4b073d80dcac55a11177d8459ad9f664ceeb91f71f27167bb14f8152a7eeee.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) ParseStrategyRemovedFromOperatorSet(log types.Log) (*ContractAllocationManagerStrategyRemovedFromOperatorSet, error)
⋮----
// ContractAllocationManagerUnpausedIterator is returned from FilterUnpaused and is used to iterate over the raw logs and unpacked data for Unpaused events raised by the ContractAllocationManager contract.
type ContractAllocationManagerUnpausedIterator struct {
	Event *ContractAllocationManagerUnpaused // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractAllocationManagerUnpaused // Event containing the contract specifics and raw log
⋮----
// ContractAllocationManagerUnpaused represents a Unpaused event raised by the ContractAllocationManager contract.
type ContractAllocationManagerUnpaused struct {
	Account         common.Address
	NewPausedStatus *big.Int
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
// FilterUnpaused is a free log retrieval operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
// Solidity: event Unpaused(address indexed account, uint256 newPausedStatus)
func (_ContractAllocationManager *ContractAllocationManagerFilterer) FilterUnpaused(opts *bind.FilterOpts, account []common.Address) (*ContractAllocationManagerUnpausedIterator, error)
⋮----
// WatchUnpaused is a free log subscription operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractAllocationManagerUnpaused, account []common.Address) (event.Subscription, error)
⋮----
// ParseUnpaused is a log parse operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
func (_ContractAllocationManager *ContractAllocationManagerFilterer) ParseUnpaused(log types.Log) (*ContractAllocationManagerUnpaused, error)
````

## File: contracts/bindings/AVSDirectory/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractAVSDirectory
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// ISignatureUtilsMixinTypesSignatureWithSaltAndExpiry is an auto generated low-level Go binding around an user-defined struct.
type ISignatureUtilsMixinTypesSignatureWithSaltAndExpiry struct {
	Signature []byte
	Salt      [32]byte
	Expiry    *big.Int
}
⋮----
// ContractAVSDirectoryMetaData contains all meta data concerning the ContractAVSDirectory contract.
var ContractAVSDirectoryMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"_delegation\",\"type\":\"address\",\"internalType\":\"contractIDelegationManager\"},{\"name\":\"_pauserRegistry\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"},{\"name\":\"_version\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"OPERATOR_AVS_REGISTRATION_TYPEHASH\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"OPERATOR_SET_FORCE_DEREGISTRATION_TYPEHASH\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"OPERATOR_SET_REGISTRATION_TYPEHASH\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"avsOperatorStatus\",\"inputs\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"enumIAVSDirectoryTypes.OperatorAVSRegistrationStatus\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"calculateOperatorAVSRegistrationDigestHash\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"cancelSalt\",\"inputs\":[{\"name\":\"salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"delegation\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIDelegationManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"deregisterOperatorFromAVS\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"domainSeparator\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"initialize\",\"inputs\":[{\"name\":\"initialOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"initialPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"operatorSaltIsSpent\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"isSpent\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"owner\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pause\",\"inputs\":[{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"pauseAll\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[{\"name\":\"index\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pauserRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"registerOperatorToAVS\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorSignature\",\"type\":\"tuple\",\"internalType\":\"structISignatureUtilsMixinTypes.SignatureWithSaltAndExpiry\",\"components\":[{\"name\":\"signature\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"renounceOwnership\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"transferOwnership\",\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"unpause\",\"inputs\":[{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"updateAVSMetadataURI\",\"inputs\":[{\"name\":\"metadataURI\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"version\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"event\",\"name\":\"AVSMetadataURIUpdated\",\"inputs\":[{\"name\":\"avs\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"metadataURI\",\"type\":\"string\",\"indexed\":false,\"internalType\":\"string\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorAVSRegistrationStatusUpdated\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"avs\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"status\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"enumIAVSDirectoryTypes.OperatorAVSRegistrationStatus\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OwnershipTransferred\",\"inputs\":[{\"name\":\"previousOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Paused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Unpaused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"error\",\"name\":\"CurrentlyPaused\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputAddressZero\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidNewPausedStatus\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidShortString\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidSignature\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyPauser\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyUnpauser\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OperatorAlreadyRegisteredToAVS\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OperatorNotRegisteredToAVS\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OperatorNotRegisteredToEigenLayer\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"SaltSpent\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"SignatureExpired\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"StringTooLong\",\"inputs\":[{\"name\":\"str\",\"type\":\"string\",\"internalType\":\"string\"}]}]",
	Bin: "0x60e060405234801561000f575f5ffd5b5060405161192338038061192383398101604081905261002e916101b3565b808084846001600160a01b038116610059576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b039081166080521660a0526100748161008a565b60c0525061008290506100d0565b5050506102e4565b5f5f829050601f815111156100bd578260405163305a27a960e01b81526004016100b49190610289565b60405180910390fd5b80516100c8826102be565b179392505050565b5f54610100900460ff16156101375760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b60648201526084016100b4565b5f5460ff90811614610186575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b038116811461019c575f5ffd5b50565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156101c5575f5ffd5b83516101d081610188565b60208501519093506101e181610188565b60408501519092506001600160401b038111156101fc575f5ffd5b8401601f8101861361020c575f5ffd5b80516001600160401b038111156102255761022561019f565b604051601f8201601f19908116603f011681016001600160401b03811182821017156102535761025361019f565b60405281815282820160200188101561026a575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b805160208083015191908110156102de575f198160200360031b1b821691505b50919050565b60805160a05160c0516115f26103315f395f81816104bf0152610e9a01525f8181610360015261068d01525f818161023c015281816103f8015281816104fd0152610bc201526115f25ff3fe608060405234801561000f575f5ffd5b5060043610610148575f3560e01c8063a1060c88116100bf578063dce974b911610079578063dce974b914610334578063df5cf7231461035b578063ec76f44214610382578063f2fde38b146103b5578063f698da25146103c8578063fabc1cbc146103d0575f5ffd5b8063a1060c881461029a578063a364f4da146102ad578063a98fb355146102c0578063c825fe68146102d3578063cd6dc687146102fa578063d79aceab1461030d575f5ffd5b80635ac86ab7116101105780635ac86ab7146101fa5780635c975abb1461021d578063715018a61461022f578063886f1195146102375780638da5cb5b146102765780639926ee7d14610287575f5ffd5b8063136439dd1461014c578063374823b51461016157806349075da3146101a357806354fd4d50146101dd578063595c6a67146101f2575b5f5ffd5b61015f61015a36600461119f565b6103e3565b005b61018e61016f3660046111ca565b609960209081525f928352604080842090915290825290205460ff1681565b60405190151581526020015b60405180910390f35b6101d06101b13660046111f4565b609860209081525f928352604080842090915290825290205460ff1681565b60405161019a919061123f565b6101e56104b8565b60405161019a9190611293565b61015f6104e8565b61018e6102083660046112ac565b606654600160ff9092169190911b9081161490565b6066545b60405190815260200161019a565b61015f610597565b61025e7f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b03909116815260200161019a565b6033546001600160a01b031661025e565b61015f61029536600461133a565b6105a8565b6102216102a8366004611427565b6107c7565b61015f6102bb36600461146a565b610846565b61015f6102ce366004611485565b61092b565b6102217f809c5ac049c45b7a7f050a20f00c16cf63797efbf8b1eb8d749fdfa39ff8f92981565b61015f6103083660046111ca565b610972565b6102217fda2c89bafdd34776a2b8bb9c83c82f419e20cc8c67207f70edd58249b92661bd81565b6102217f4ee65f64218c67b68da66fd0db16560040a6b973290b9e71912d661ee53fe49581565b61025e7f000000000000000000000000000000000000000000000000000000000000000081565b61015f61039036600461119f565b335f90815260996020908152604080832093835292905220805460ff19166001179055565b61015f6103c336600461146a565b610a8e565b610221610b07565b61015f6103de36600461119f565b610bc0565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610445573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061046991906114f3565b61048657604051631d77d47760e21b815260040160405180910390fd5b60665481811681146104ab5760405163c61dca5d60e01b815260040160405180910390fd5b6104b482610ccf565b5050565b60606104e37f0000000000000000000000000000000000000000000000000000000000000000610d0c565b905090565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa15801561054a573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061056e91906114f3565b61058b57604051631d77d47760e21b815260040160405180910390fd5b6105955f19610ccf565b565b61059f610d49565b6105955f610da3565b6066545f906001908116036105d05760405163840a48d560e01b815260040160405180910390fd5b6001335f9081526098602090815260408083206001600160a01b038816845290915290205460ff1660018111156106095761060961122b565b0361062757604051631aa528bb60e11b815260040160405180910390fd5b6001600160a01b0383165f90815260996020908152604080832085830151845290915290205460ff161561066e57604051630d4c4c9160e21b815260040160405180910390fd5b6040516336b87bd760e11b81526001600160a01b0384811660048301527f00000000000000000000000000000000000000000000000000000000000000001690636d70f7ae90602401602060405180830381865afa1580156106d2573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106f691906114f3565b61071357604051639f88c8af60e01b815260040160405180910390fd5b6107378361072b8533866020015187604001516107c7565b84516040860151610df4565b6001600160a01b0383165f81815260996020908152604080832086830151845282528083208054600160ff19918216811790925533808652609885528386208787529094529382902080549094168117909355519092917ff0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b41916107ba919061123f565b60405180910390a3505050565b604080517fda2c89bafdd34776a2b8bb9c83c82f419e20cc8c67207f70edd58249b92661bd60208201526001600160a01b038087169282019290925290841660608201526080810183905260a081018290525f9061083d9060c00160405160208183030381529060405280519060200120610e4c565b95945050505050565b6066545f9060019081160361086e5760405163840a48d560e01b815260040160405180910390fd5b6001335f9081526098602090815260408083206001600160a01b038716845290915290205460ff1660018111156108a7576108a761122b565b146108c5576040516352df45c960e01b815260040160405180910390fd5b335f8181526098602090815260408083206001600160a01b0387168085529252808320805460ff191690555190917ff0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b419161091f919061123f565b60405180910390a35050565b336001600160a01b03167fa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c9437138383604051610966929190611512565b60405180910390a25050565b5f54610100900460ff161580801561099057505f54600160ff909116105b806109a95750303b1580156109a957505f5460ff166001145b610a115760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015610a32575f805461ff0019166101001790555b610a3b82610ccf565b610a4483610da3565b8015610a89575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050565b610a96610d49565b6001600160a01b038116610afb5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610a08565b610b0481610da3565b50565b60408051808201909152600a81526922b4b3b2b72630bcb2b960b11b6020909101525f7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f7f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea610b74610e92565b805160209182012060408051928301949094529281019190915260608101919091524660808201523060a082015260c00160405160208183030381529060405280519060200120905090565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c1c573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c409190611540565b6001600160a01b0316336001600160a01b031614610c715760405163794821ff60e01b815260040160405180910390fd5b60665480198219811614610c985760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c90602001610966565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b60605f610d1883610f2e565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6033546001600160a01b031633146105955760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610a08565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b42811015610e1557604051630819bdcd60e01b815260040160405180910390fd5b610e296001600160a01b0385168484610f5b565b610e4657604051638baa579f60e01b815260040160405180910390fd5b50505050565b5f610e55610b07565b60405161190160f01b6020820152602281019190915260428101839052606201604051602081830303815290604052805190602001209050919050565b60605f610ebe7f0000000000000000000000000000000000000000000000000000000000000000610d0c565b9050805f81518110610ed257610ed261155b565b602001015160f81c60f81b81600181518110610ef057610ef061155b565b016020908101516040516001600160f81b03199384169281019290925291909116602182015260220160405160208183030381529060405291505090565b5f60ff8216601f811115610f5557604051632cd44ac360e21b815260040160405180910390fd5b92915050565b5f5f5f610f688585610fb9565b90925090505f816004811115610f8057610f8061122b565b148015610f9e5750856001600160a01b0316826001600160a01b0316145b80610faf5750610faf868686610ffb565b9695505050505050565b5f5f8251604103610fed576020830151604084015160608501515f1a610fe1878285856110e2565b94509450505050610ff4565b505f905060025b9250929050565b5f5f5f856001600160a01b0316631626ba7e60e01b868660405160240161102392919061156f565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b0319909416939093179092529051611061919061158f565b5f60405180830381855afa9150503d805f8114611099576040519150601f19603f3d011682016040523d82523d5f602084013e61109e565b606091505b50915091508180156110b257506020815110155b8015610faf57508051630b135d3f60e11b906110d790830160209081019084016115a5565b149695505050505050565b5f807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083111561111757505f90506003611196565b604080515f8082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015611168573d5f5f3e3d5ffd5b5050604051601f1901519150506001600160a01b038116611190575f60019250925050611196565b91505f90505b94509492505050565b5f602082840312156111af575f5ffd5b5035919050565b6001600160a01b0381168114610b04575f5ffd5b5f5f604083850312156111db575f5ffd5b82356111e6816111b6565b946020939093013593505050565b5f5f60408385031215611205575f5ffd5b8235611210816111b6565b91506020830135611220816111b6565b809150509250929050565b634e487b7160e01b5f52602160045260245ffd5b602081016002831061125f57634e487b7160e01b5f52602160045260245ffd5b91905290565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6112a56020830184611265565b9392505050565b5f602082840312156112bc575f5ffd5b813560ff811681146112a5575f5ffd5b634e487b7160e01b5f52604160045260245ffd5b6040516060810167ffffffffffffffff81118282101715611303576113036112cc565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715611332576113326112cc565b604052919050565b5f5f6040838503121561134b575f5ffd5b8235611356816111b6565b9150602083013567ffffffffffffffff811115611371575f5ffd5b830160608186031215611382575f5ffd5b61138a6112e0565b813567ffffffffffffffff8111156113a0575f5ffd5b8201601f810187136113b0575f5ffd5b803567ffffffffffffffff8111156113ca576113ca6112cc565b6113dd601f8201601f1916602001611309565b8181528860208385010111156113f1575f5ffd5b816020840160208301375f6020928201830152835283810135908301525060409182013591810191909152919491935090915050565b5f5f5f5f6080858703121561143a575f5ffd5b8435611445816111b6565b93506020850135611455816111b6565b93969395505050506040820135916060013590565b5f6020828403121561147a575f5ffd5b81356112a5816111b6565b5f5f60208385031215611496575f5ffd5b823567ffffffffffffffff8111156114ac575f5ffd5b8301601f810185136114bc575f5ffd5b803567ffffffffffffffff8111156114d2575f5ffd5b8560208284010111156114e3575f5ffd5b6020919091019590945092505050565b5f60208284031215611503575f5ffd5b815180151581146112a5575f5ffd5b60208152816020820152818360408301375f818301604090810191909152601f909201601f19160101919050565b5f60208284031215611550575f5ffd5b81516112a5816111b6565b634e487b7160e01b5f52603260045260245ffd5b828152604060208201525f6115876040830184611265565b949350505050565b5f82518060208501845e5f920191825250919050565b5f602082840312156115b5575f5ffd5b505191905056fea2646970667358221220e0e0523d6fb8eb8aa79da912134baca493d9102de9a054d64ab128b842f8a16b64736f6c634300081b0033",
}
⋮----
// ContractAVSDirectoryABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractAVSDirectoryMetaData.ABI instead.
var ContractAVSDirectoryABI = ContractAVSDirectoryMetaData.ABI
⋮----
// ContractAVSDirectoryBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractAVSDirectoryMetaData.Bin instead.
var ContractAVSDirectoryBin = ContractAVSDirectoryMetaData.Bin
⋮----
// DeployContractAVSDirectory deploys a new Ethereum contract, binding an instance of ContractAVSDirectory to it.
func DeployContractAVSDirectory(auth *bind.TransactOpts, backend bind.ContractBackend, _delegation common.Address, _pauserRegistry common.Address, _version string) (common.Address, *types.Transaction, *ContractAVSDirectory, error)
⋮----
// ContractAVSDirectoryMethods is an auto generated interface around an Ethereum contract.
type ContractAVSDirectoryMethods interface {
	ContractAVSDirectoryCalls
	ContractAVSDirectoryTransacts
	ContractAVSDirectoryFilters
}
⋮----
// ContractAVSDirectoryCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractAVSDirectoryCalls interface {
	OPERATORAVSREGISTRATIONTYPEHASH(opts *bind.CallOpts) ([32]byte, error)

	OPERATORSETFORCEDEREGISTRATIONTYPEHASH(opts *bind.CallOpts) ([32]byte, error)

	OPERATORSETREGISTRATIONTYPEHASH(opts *bind.CallOpts) ([32]byte, error)

	AvsOperatorStatus(opts *bind.CallOpts, avs common.Address, operator common.Address) (uint8, error)

	CalculateOperatorAVSRegistrationDigestHash(opts *bind.CallOpts, operator common.Address, avs common.Address, salt [32]byte, expiry *big.Int) ([32]byte, error)

	Delegation(opts *bind.CallOpts) (common.Address, error)

	DomainSeparator(opts *bind.CallOpts) ([32]byte, error)

	OperatorSaltIsSpent(opts *bind.CallOpts, operator common.Address, salt [32]byte) (bool, error)

	Owner(opts *bind.CallOpts) (common.Address, error)

	Paused(opts *bind.CallOpts, index uint8) (bool, error)

	Paused0(opts *bind.CallOpts) (*big.Int, error)

	PauserRegistry(opts *bind.CallOpts) (common.Address, error)

	Version(opts *bind.CallOpts) (string, error)
}
⋮----
// ContractAVSDirectoryTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractAVSDirectoryTransacts interface {
	CancelSalt(opts *bind.TransactOpts, salt [32]byte) (*types.Transaction, error)

	DeregisterOperatorFromAVS(opts *bind.TransactOpts, operator common.Address) (*types.Transaction, error)

	Initialize(opts *bind.TransactOpts, initialOwner common.Address, initialPausedStatus *big.Int) (*types.Transaction, error)

	Pause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)

	PauseAll(opts *bind.TransactOpts) (*types.Transaction, error)

	RegisterOperatorToAVS(opts *bind.TransactOpts, operator common.Address, operatorSignature ISignatureUtilsMixinTypesSignatureWithSaltAndExpiry) (*types.Transaction, error)

	RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

	TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)

	Unpause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)

	UpdateAVSMetadataURI(opts *bind.TransactOpts, metadataURI string) (*types.Transaction, error)
}
⋮----
// ContractAVSDirectoryFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractAVSDirectoryFilters interface {
	FilterAVSMetadataURIUpdated(opts *bind.FilterOpts, avs []common.Address) (*ContractAVSDirectoryAVSMetadataURIUpdatedIterator, error)
	WatchAVSMetadataURIUpdated(opts *bind.WatchOpts, sink chan<- *ContractAVSDirectoryAVSMetadataURIUpdated, avs []common.Address) (event.Subscription, error)
	ParseAVSMetadataURIUpdated(log types.Log) (*ContractAVSDirectoryAVSMetadataURIUpdated, error)

	FilterInitialized(opts *bind.FilterOpts) (*ContractAVSDirectoryInitializedIterator, error)
	WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractAVSDirectoryInitialized) (event.Subscription, error)
	ParseInitialized(log types.Log) (*ContractAVSDirectoryInitialized, error)

	FilterOperatorAVSRegistrationStatusUpdated(opts *bind.FilterOpts, operator []common.Address, avs []common.Address) (*ContractAVSDirectoryOperatorAVSRegistrationStatusUpdatedIterator, error)
	WatchOperatorAVSRegistrationStatusUpdated(opts *bind.WatchOpts, sink chan<- *ContractAVSDirectoryOperatorAVSRegistrationStatusUpdated, operator []common.Address, avs []common.Address) (event.Subscription, error)
	ParseOperatorAVSRegistrationStatusUpdated(log types.Log) (*ContractAVSDirectoryOperatorAVSRegistrationStatusUpdated, error)

	FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractAVSDirectoryOwnershipTransferredIterator, error)
	WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractAVSDirectoryOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
	ParseOwnershipTransferred(log types.Log) (*ContractAVSDirectoryOwnershipTransferred, error)

	FilterPaused(opts *bind.FilterOpts, account []common.Address) (*ContractAVSDirectoryPausedIterator, error)
	WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractAVSDirectoryPaused, account []common.Address) (event.Subscription, error)
	ParsePaused(log types.Log) (*ContractAVSDirectoryPaused, error)

	FilterUnpaused(opts *bind.FilterOpts, account []common.Address) (*ContractAVSDirectoryUnpausedIterator, error)
	WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractAVSDirectoryUnpaused, account []common.Address) (event.Subscription, error)
	ParseUnpaused(log types.Log) (*ContractAVSDirectoryUnpaused, error)
}
⋮----
// ContractAVSDirectory is an auto generated Go binding around an Ethereum contract.
type ContractAVSDirectory struct {
	ContractAVSDirectoryCaller     // Read-only binding to the contract
	ContractAVSDirectoryTransactor // Write-only binding to the contract
	ContractAVSDirectoryFilterer   // Log filterer for contract events
}
⋮----
ContractAVSDirectoryCaller     // Read-only binding to the contract
ContractAVSDirectoryTransactor // Write-only binding to the contract
ContractAVSDirectoryFilterer   // Log filterer for contract events
⋮----
// ContractAVSDirectory implements the ContractAVSDirectoryMethods interface.
var _ ContractAVSDirectoryMethods = (*ContractAVSDirectory)(nil)
⋮----
// ContractAVSDirectoryCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractAVSDirectoryCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractAVSDirectoryCaller implements the ContractAVSDirectoryCalls interface.
var _ ContractAVSDirectoryCalls = (*ContractAVSDirectoryCaller)(nil)
⋮----
// ContractAVSDirectoryTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractAVSDirectoryTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractAVSDirectoryTransactor implements the ContractAVSDirectoryTransacts interface.
var _ ContractAVSDirectoryTransacts = (*ContractAVSDirectoryTransactor)(nil)
⋮----
// ContractAVSDirectoryFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractAVSDirectoryFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractAVSDirectoryFilterer implements the ContractAVSDirectoryFilters interface.
var _ ContractAVSDirectoryFilters = (*ContractAVSDirectoryFilterer)(nil)
⋮----
// ContractAVSDirectorySession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractAVSDirectorySession struct {
	Contract     *ContractAVSDirectory // Generic contract binding to set the session for
	CallOpts     bind.CallOpts         // Call options to use throughout this session
	TransactOpts bind.TransactOpts     // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractAVSDirectory // Generic contract binding to set the session for
CallOpts     bind.CallOpts         // Call options to use throughout this session
TransactOpts bind.TransactOpts     // Transaction auth options to use throughout this session
⋮----
// ContractAVSDirectoryCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractAVSDirectoryCallerSession struct {
	Contract *ContractAVSDirectoryCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts               // Call options to use throughout this session
}
⋮----
Contract *ContractAVSDirectoryCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts               // Call options to use throughout this session
⋮----
// ContractAVSDirectoryTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractAVSDirectoryTransactorSession struct {
	Contract     *ContractAVSDirectoryTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts               // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractAVSDirectoryTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts               // Transaction auth options to use throughout this session
⋮----
// ContractAVSDirectoryRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractAVSDirectoryRaw struct {
	Contract *ContractAVSDirectory // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractAVSDirectory // Generic contract binding to access the raw methods on
⋮----
// ContractAVSDirectoryCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractAVSDirectoryCallerRaw struct {
	Contract *ContractAVSDirectoryCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractAVSDirectoryCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractAVSDirectoryTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractAVSDirectoryTransactorRaw struct {
	Contract *ContractAVSDirectoryTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractAVSDirectoryTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractAVSDirectory creates a new instance of ContractAVSDirectory, bound to a specific deployed contract.
func NewContractAVSDirectory(address common.Address, backend bind.ContractBackend) (*ContractAVSDirectory, error)
⋮----
// NewContractAVSDirectoryCaller creates a new read-only instance of ContractAVSDirectory, bound to a specific deployed contract.
func NewContractAVSDirectoryCaller(address common.Address, caller bind.ContractCaller) (*ContractAVSDirectoryCaller, error)
⋮----
// NewContractAVSDirectoryTransactor creates a new write-only instance of ContractAVSDirectory, bound to a specific deployed contract.
func NewContractAVSDirectoryTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractAVSDirectoryTransactor, error)
⋮----
// NewContractAVSDirectoryFilterer creates a new log filterer instance of ContractAVSDirectory, bound to a specific deployed contract.
func NewContractAVSDirectoryFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractAVSDirectoryFilterer, error)
⋮----
// bindContractAVSDirectory binds a generic wrapper to an already deployed contract.
func bindContractAVSDirectory(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractAVSDirectory *ContractAVSDirectoryRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractAVSDirectory *ContractAVSDirectoryRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractAVSDirectory *ContractAVSDirectoryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// OPERATORAVSREGISTRATIONTYPEHASH is a free data retrieval call binding the contract method 0xd79aceab.
//
// Solidity: function OPERATOR_AVS_REGISTRATION_TYPEHASH() view returns(bytes32)
func (_ContractAVSDirectory *ContractAVSDirectoryCaller) OPERATORAVSREGISTRATIONTYPEHASH(opts *bind.CallOpts) ([32]byte, error)
⋮----
var out []interface{}
⋮----
// OPERATORSETFORCEDEREGISTRATIONTYPEHASH is a free data retrieval call binding the contract method 0xdce974b9.
⋮----
// Solidity: function OPERATOR_SET_FORCE_DEREGISTRATION_TYPEHASH() view returns(bytes32)
func (_ContractAVSDirectory *ContractAVSDirectoryCaller) OPERATORSETFORCEDEREGISTRATIONTYPEHASH(opts *bind.CallOpts) ([32]byte, error)
⋮----
// OPERATORSETREGISTRATIONTYPEHASH is a free data retrieval call binding the contract method 0xc825fe68.
⋮----
// Solidity: function OPERATOR_SET_REGISTRATION_TYPEHASH() view returns(bytes32)
func (_ContractAVSDirectory *ContractAVSDirectoryCaller) OPERATORSETREGISTRATIONTYPEHASH(opts *bind.CallOpts) ([32]byte, error)
⋮----
// AvsOperatorStatus is a free data retrieval call binding the contract method 0x49075da3.
⋮----
// Solidity: function avsOperatorStatus(address avs, address operator) view returns(uint8)
func (_ContractAVSDirectory *ContractAVSDirectoryCaller) AvsOperatorStatus(opts *bind.CallOpts, avs common.Address, operator common.Address) (uint8, error)
⋮----
// CalculateOperatorAVSRegistrationDigestHash is a free data retrieval call binding the contract method 0xa1060c88.
⋮----
// Solidity: function calculateOperatorAVSRegistrationDigestHash(address operator, address avs, bytes32 salt, uint256 expiry) view returns(bytes32)
func (_ContractAVSDirectory *ContractAVSDirectoryCaller) CalculateOperatorAVSRegistrationDigestHash(opts *bind.CallOpts, operator common.Address, avs common.Address, salt [32]byte, expiry *big.Int) ([32]byte, error)
⋮----
// Delegation is a free data retrieval call binding the contract method 0xdf5cf723.
⋮----
// Solidity: function delegation() view returns(address)
func (_ContractAVSDirectory *ContractAVSDirectoryCaller) Delegation(opts *bind.CallOpts) (common.Address, error)
⋮----
// DomainSeparator is a free data retrieval call binding the contract method 0xf698da25.
⋮----
// Solidity: function domainSeparator() view returns(bytes32)
func (_ContractAVSDirectory *ContractAVSDirectoryCaller) DomainSeparator(opts *bind.CallOpts) ([32]byte, error)
⋮----
// OperatorSaltIsSpent is a free data retrieval call binding the contract method 0x374823b5.
⋮----
// Solidity: function operatorSaltIsSpent(address operator, bytes32 salt) view returns(bool isSpent)
func (_ContractAVSDirectory *ContractAVSDirectoryCaller) OperatorSaltIsSpent(opts *bind.CallOpts, operator common.Address, salt [32]byte) (bool, error)
⋮----
// Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
⋮----
// Solidity: function owner() view returns(address)
func (_ContractAVSDirectory *ContractAVSDirectoryCaller) Owner(opts *bind.CallOpts) (common.Address, error)
⋮----
// Paused is a free data retrieval call binding the contract method 0x5ac86ab7.
⋮----
// Solidity: function paused(uint8 index) view returns(bool)
func (_ContractAVSDirectory *ContractAVSDirectoryCaller) Paused(opts *bind.CallOpts, index uint8) (bool, error)
⋮----
// Paused0 is a free data retrieval call binding the contract method 0x5c975abb.
⋮----
// Solidity: function paused() view returns(uint256)
func (_ContractAVSDirectory *ContractAVSDirectoryCaller) Paused0(opts *bind.CallOpts) (*big.Int, error)
⋮----
// PauserRegistry is a free data retrieval call binding the contract method 0x886f1195.
⋮----
// Solidity: function pauserRegistry() view returns(address)
func (_ContractAVSDirectory *ContractAVSDirectoryCaller) PauserRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// Version is a free data retrieval call binding the contract method 0x54fd4d50.
⋮----
// Solidity: function version() view returns(string)
func (_ContractAVSDirectory *ContractAVSDirectoryCaller) Version(opts *bind.CallOpts) (string, error)
⋮----
// CancelSalt is a paid mutator transaction binding the contract method 0xec76f442.
⋮----
// Solidity: function cancelSalt(bytes32 salt) returns()
func (_ContractAVSDirectory *ContractAVSDirectoryTransactor) CancelSalt(opts *bind.TransactOpts, salt [32]byte) (*types.Transaction, error)
⋮----
// DeregisterOperatorFromAVS is a paid mutator transaction binding the contract method 0xa364f4da.
⋮----
// Solidity: function deregisterOperatorFromAVS(address operator) returns()
func (_ContractAVSDirectory *ContractAVSDirectoryTransactor) DeregisterOperatorFromAVS(opts *bind.TransactOpts, operator common.Address) (*types.Transaction, error)
⋮----
// Initialize is a paid mutator transaction binding the contract method 0xcd6dc687.
⋮----
// Solidity: function initialize(address initialOwner, uint256 initialPausedStatus) returns()
func (_ContractAVSDirectory *ContractAVSDirectoryTransactor) Initialize(opts *bind.TransactOpts, initialOwner common.Address, initialPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// Pause is a paid mutator transaction binding the contract method 0x136439dd.
⋮----
// Solidity: function pause(uint256 newPausedStatus) returns()
func (_ContractAVSDirectory *ContractAVSDirectoryTransactor) Pause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// PauseAll is a paid mutator transaction binding the contract method 0x595c6a67.
⋮----
// Solidity: function pauseAll() returns()
func (_ContractAVSDirectory *ContractAVSDirectoryTransactor) PauseAll(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// RegisterOperatorToAVS is a paid mutator transaction binding the contract method 0x9926ee7d.
⋮----
// Solidity: function registerOperatorToAVS(address operator, (bytes,bytes32,uint256) operatorSignature) returns()
func (_ContractAVSDirectory *ContractAVSDirectoryTransactor) RegisterOperatorToAVS(opts *bind.TransactOpts, operator common.Address, operatorSignature ISignatureUtilsMixinTypesSignatureWithSaltAndExpiry) (*types.Transaction, error)
⋮----
// RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
⋮----
// Solidity: function renounceOwnership() returns()
func (_ContractAVSDirectory *ContractAVSDirectoryTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
⋮----
// Solidity: function transferOwnership(address newOwner) returns()
func (_ContractAVSDirectory *ContractAVSDirectoryTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
⋮----
// Unpause is a paid mutator transaction binding the contract method 0xfabc1cbc.
⋮----
// Solidity: function unpause(uint256 newPausedStatus) returns()
func (_ContractAVSDirectory *ContractAVSDirectoryTransactor) Unpause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// UpdateAVSMetadataURI is a paid mutator transaction binding the contract method 0xa98fb355.
⋮----
// Solidity: function updateAVSMetadataURI(string metadataURI) returns()
func (_ContractAVSDirectory *ContractAVSDirectoryTransactor) UpdateAVSMetadataURI(opts *bind.TransactOpts, metadataURI string) (*types.Transaction, error)
⋮----
// ContractAVSDirectoryAVSMetadataURIUpdatedIterator is returned from FilterAVSMetadataURIUpdated and is used to iterate over the raw logs and unpacked data for AVSMetadataURIUpdated events raised by the ContractAVSDirectory contract.
type ContractAVSDirectoryAVSMetadataURIUpdatedIterator struct {
	Event *ContractAVSDirectoryAVSMetadataURIUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractAVSDirectoryAVSMetadataURIUpdated // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractAVSDirectoryAVSMetadataURIUpdatedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractAVSDirectoryAVSMetadataURIUpdatedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractAVSDirectoryAVSMetadataURIUpdatedIterator) Close() error
⋮----
// ContractAVSDirectoryAVSMetadataURIUpdated represents a AVSMetadataURIUpdated event raised by the ContractAVSDirectory contract.
type ContractAVSDirectoryAVSMetadataURIUpdated struct {
	Avs         common.Address
	MetadataURI string
	Raw         types.Log // Blockchain specific contextual infos
}
⋮----
Raw         types.Log // Blockchain specific contextual infos
⋮----
// FilterAVSMetadataURIUpdated is a free log retrieval operation binding the contract event 0xa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c943713.
⋮----
// Solidity: event AVSMetadataURIUpdated(address indexed avs, string metadataURI)
func (_ContractAVSDirectory *ContractAVSDirectoryFilterer) FilterAVSMetadataURIUpdated(opts *bind.FilterOpts, avs []common.Address) (*ContractAVSDirectoryAVSMetadataURIUpdatedIterator, error)
⋮----
var avsRule []interface{}
⋮----
// WatchAVSMetadataURIUpdated is a free log subscription operation binding the contract event 0xa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c943713.
⋮----
func (_ContractAVSDirectory *ContractAVSDirectoryFilterer) WatchAVSMetadataURIUpdated(opts *bind.WatchOpts, sink chan<- *ContractAVSDirectoryAVSMetadataURIUpdated, avs []common.Address) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseAVSMetadataURIUpdated is a log parse operation binding the contract event 0xa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c943713.
⋮----
func (_ContractAVSDirectory *ContractAVSDirectoryFilterer) ParseAVSMetadataURIUpdated(log types.Log) (*ContractAVSDirectoryAVSMetadataURIUpdated, error)
⋮----
// ContractAVSDirectoryInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the ContractAVSDirectory contract.
type ContractAVSDirectoryInitializedIterator struct {
	Event *ContractAVSDirectoryInitialized // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractAVSDirectoryInitialized // Event containing the contract specifics and raw log
⋮----
// ContractAVSDirectoryInitialized represents a Initialized event raised by the ContractAVSDirectory contract.
type ContractAVSDirectoryInitialized struct {
	Version uint8
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
// Solidity: event Initialized(uint8 version)
func (_ContractAVSDirectory *ContractAVSDirectoryFilterer) FilterInitialized(opts *bind.FilterOpts) (*ContractAVSDirectoryInitializedIterator, error)
⋮----
// WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractAVSDirectory *ContractAVSDirectoryFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractAVSDirectoryInitialized) (event.Subscription, error)
⋮----
// ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractAVSDirectory *ContractAVSDirectoryFilterer) ParseInitialized(log types.Log) (*ContractAVSDirectoryInitialized, error)
⋮----
// ContractAVSDirectoryOperatorAVSRegistrationStatusUpdatedIterator is returned from FilterOperatorAVSRegistrationStatusUpdated and is used to iterate over the raw logs and unpacked data for OperatorAVSRegistrationStatusUpdated events raised by the ContractAVSDirectory contract.
type ContractAVSDirectoryOperatorAVSRegistrationStatusUpdatedIterator struct {
	Event *ContractAVSDirectoryOperatorAVSRegistrationStatusUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractAVSDirectoryOperatorAVSRegistrationStatusUpdated // Event containing the contract specifics and raw log
⋮----
// ContractAVSDirectoryOperatorAVSRegistrationStatusUpdated represents a OperatorAVSRegistrationStatusUpdated event raised by the ContractAVSDirectory contract.
type ContractAVSDirectoryOperatorAVSRegistrationStatusUpdated struct {
	Operator common.Address
	Avs      common.Address
	Status   uint8
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
Raw      types.Log // Blockchain specific contextual infos
⋮----
// FilterOperatorAVSRegistrationStatusUpdated is a free log retrieval operation binding the contract event 0xf0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b41.
⋮----
// Solidity: event OperatorAVSRegistrationStatusUpdated(address indexed operator, address indexed avs, uint8 status)
func (_ContractAVSDirectory *ContractAVSDirectoryFilterer) FilterOperatorAVSRegistrationStatusUpdated(opts *bind.FilterOpts, operator []common.Address, avs []common.Address) (*ContractAVSDirectoryOperatorAVSRegistrationStatusUpdatedIterator, error)
⋮----
var operatorRule []interface{}
⋮----
// WatchOperatorAVSRegistrationStatusUpdated is a free log subscription operation binding the contract event 0xf0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b41.
⋮----
func (_ContractAVSDirectory *ContractAVSDirectoryFilterer) WatchOperatorAVSRegistrationStatusUpdated(opts *bind.WatchOpts, sink chan<- *ContractAVSDirectoryOperatorAVSRegistrationStatusUpdated, operator []common.Address, avs []common.Address) (event.Subscription, error)
⋮----
// ParseOperatorAVSRegistrationStatusUpdated is a log parse operation binding the contract event 0xf0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b41.
⋮----
func (_ContractAVSDirectory *ContractAVSDirectoryFilterer) ParseOperatorAVSRegistrationStatusUpdated(log types.Log) (*ContractAVSDirectoryOperatorAVSRegistrationStatusUpdated, error)
⋮----
// ContractAVSDirectoryOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the ContractAVSDirectory contract.
type ContractAVSDirectoryOwnershipTransferredIterator struct {
	Event *ContractAVSDirectoryOwnershipTransferred // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractAVSDirectoryOwnershipTransferred // Event containing the contract specifics and raw log
⋮----
// ContractAVSDirectoryOwnershipTransferred represents a OwnershipTransferred event raised by the ContractAVSDirectory contract.
type ContractAVSDirectoryOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}
⋮----
Raw           types.Log // Blockchain specific contextual infos
⋮----
// FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
// Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (_ContractAVSDirectory *ContractAVSDirectoryFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractAVSDirectoryOwnershipTransferredIterator, error)
⋮----
var previousOwnerRule []interface{}
⋮----
var newOwnerRule []interface{}
⋮----
// WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractAVSDirectory *ContractAVSDirectoryFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractAVSDirectoryOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
⋮----
// ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractAVSDirectory *ContractAVSDirectoryFilterer) ParseOwnershipTransferred(log types.Log) (*ContractAVSDirectoryOwnershipTransferred, error)
⋮----
// ContractAVSDirectoryPausedIterator is returned from FilterPaused and is used to iterate over the raw logs and unpacked data for Paused events raised by the ContractAVSDirectory contract.
type ContractAVSDirectoryPausedIterator struct {
	Event *ContractAVSDirectoryPaused // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractAVSDirectoryPaused // Event containing the contract specifics and raw log
⋮----
// ContractAVSDirectoryPaused represents a Paused event raised by the ContractAVSDirectory contract.
type ContractAVSDirectoryPaused struct {
	Account         common.Address
	NewPausedStatus *big.Int
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
Raw             types.Log // Blockchain specific contextual infos
⋮----
// FilterPaused is a free log retrieval operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
// Solidity: event Paused(address indexed account, uint256 newPausedStatus)
func (_ContractAVSDirectory *ContractAVSDirectoryFilterer) FilterPaused(opts *bind.FilterOpts, account []common.Address) (*ContractAVSDirectoryPausedIterator, error)
⋮----
var accountRule []interface{}
⋮----
// WatchPaused is a free log subscription operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
func (_ContractAVSDirectory *ContractAVSDirectoryFilterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractAVSDirectoryPaused, account []common.Address) (event.Subscription, error)
⋮----
// ParsePaused is a log parse operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
func (_ContractAVSDirectory *ContractAVSDirectoryFilterer) ParsePaused(log types.Log) (*ContractAVSDirectoryPaused, error)
⋮----
// ContractAVSDirectoryUnpausedIterator is returned from FilterUnpaused and is used to iterate over the raw logs and unpacked data for Unpaused events raised by the ContractAVSDirectory contract.
type ContractAVSDirectoryUnpausedIterator struct {
	Event *ContractAVSDirectoryUnpaused // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractAVSDirectoryUnpaused // Event containing the contract specifics and raw log
⋮----
// ContractAVSDirectoryUnpaused represents a Unpaused event raised by the ContractAVSDirectory contract.
type ContractAVSDirectoryUnpaused struct {
	Account         common.Address
	NewPausedStatus *big.Int
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
// FilterUnpaused is a free log retrieval operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
// Solidity: event Unpaused(address indexed account, uint256 newPausedStatus)
func (_ContractAVSDirectory *ContractAVSDirectoryFilterer) FilterUnpaused(opts *bind.FilterOpts, account []common.Address) (*ContractAVSDirectoryUnpausedIterator, error)
⋮----
// WatchUnpaused is a free log subscription operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
func (_ContractAVSDirectory *ContractAVSDirectoryFilterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractAVSDirectoryUnpaused, account []common.Address) (event.Subscription, error)
⋮----
// ParseUnpaused is a log parse operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
func (_ContractAVSDirectory *ContractAVSDirectoryFilterer) ParseUnpaused(log types.Log) (*ContractAVSDirectoryUnpaused, error)
````

## File: contracts/bindings/BLSApkRegistry/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractBLSApkRegistry
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// BN254G1Point is an auto generated low-level Go binding around an user-defined struct.
type BN254G1Point struct {
	X *big.Int
	Y *big.Int
}
⋮----
// BN254G2Point is an auto generated low-level Go binding around an user-defined struct.
type BN254G2Point struct {
	X [2]*big.Int
	Y [2]*big.Int
}
⋮----
// IBLSApkRegistryTypesApkUpdate is an auto generated low-level Go binding around an user-defined struct.
type IBLSApkRegistryTypesApkUpdate struct {
	ApkHash               [24]byte
	UpdateBlockNumber     uint32
	NextUpdateBlockNumber uint32
}
⋮----
// IBLSApkRegistryTypesPubkeyRegistrationParams is an auto generated low-level Go binding around an user-defined struct.
type IBLSApkRegistryTypesPubkeyRegistrationParams struct {
	PubkeyRegistrationSignature BN254G1Point
	PubkeyG1                    BN254G1Point
	PubkeyG2                    BN254G2Point
}
⋮----
// ContractBLSApkRegistryMetaData contains all meta data concerning the ContractBLSApkRegistry contract.
var ContractBLSApkRegistryMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"_slashingRegistryCoordinator\",\"type\":\"address\",\"internalType\":\"contractISlashingRegistryCoordinator\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"apkHistory\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"apkHash\",\"type\":\"bytes24\",\"internalType\":\"bytes24\"},{\"name\":\"updateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"nextUpdateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"currentApk\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"deregisterOperator\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"getApk\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getApkHashAtBlockNumberAndIndex\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"index\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes24\",\"internalType\":\"bytes24\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getApkHistoryLength\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getApkIndicesAtBlockNumber\",\"inputs\":[{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"blockNumber\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getApkUpdateAtIndex\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"index\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIBLSApkRegistryTypes.ApkUpdate\",\"components\":[{\"name\":\"apkHash\",\"type\":\"bytes24\",\"internalType\":\"bytes24\"},{\"name\":\"updateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"nextUpdateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorFromPubkeyHash\",\"inputs\":[{\"name\":\"pubkeyHash\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorId\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorPubkeyG2\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structBN254.G2Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"},{\"name\":\"Y\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOrRegisterOperatorId\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"params\",\"type\":\"tuple\",\"internalType\":\"structIBLSApkRegistryTypes.PubkeyRegistrationParams\",\"components\":[{\"name\":\"pubkeyRegistrationSignature\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"pubkeyG1\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"pubkeyG2\",\"type\":\"tuple\",\"internalType\":\"structBN254.G2Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"},{\"name\":\"Y\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"}]}]},{\"name\":\"pubkeyRegistrationMessageHash\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}],\"outputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"getRegisteredPubkey\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"initializeQuorum\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"operatorToPubkey\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"operatorToPubkeyHash\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pubkeyHashToOperator\",\"inputs\":[{\"name\":\"pubkeyHash\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"registerBLSPublicKey\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"params\",\"type\":\"tuple\",\"internalType\":\"structIBLSApkRegistryTypes.PubkeyRegistrationParams\",\"components\":[{\"name\":\"pubkeyRegistrationSignature\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"pubkeyG1\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"pubkeyG2\",\"type\":\"tuple\",\"internalType\":\"structBN254.G2Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"},{\"name\":\"Y\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"}]}]},{\"name\":\"pubkeyRegistrationMessageHash\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}],\"outputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"registerOperator\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"registryCoordinator\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"verifyAndRegisterG2PubkeyForOperator\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"pubkeyG2\",\"type\":\"tuple\",\"internalType\":\"structBN254.G2Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"},{\"name\":\"Y\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"NewG2PubkeyRegistration\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"pubkeyG2\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structBN254.G2Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"},{\"name\":\"Y\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"}]}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"NewPubkeyRegistration\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"pubkeyG1\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"pubkeyG2\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structBN254.G2Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"},{\"name\":\"Y\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"}]}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorAddedToQuorums\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"indexed\":false,\"internalType\":\"bytes32\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"indexed\":false,\"internalType\":\"bytes\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorRemovedFromQuorums\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"indexed\":false,\"internalType\":\"bytes32\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"indexed\":false,\"internalType\":\"bytes\"}],\"anonymous\":false},{\"type\":\"error\",\"name\":\"BLSPubkeyAlreadyRegistered\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"BlockNumberBeforeFirstUpdate\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"BlockNumberNotLatest\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"BlockNumberTooRecent\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"ECAddFailed\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"ECMulFailed\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"ECPairingFailed\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"G2PubkeyAlreadySet\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidBLSSignatureOrPrivateKey\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyRegistryCoordinator\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyRegistryCoordinatorOwner\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OperatorAlreadyRegistered\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OperatorNotRegistered\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"QuorumAlreadyExists\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"QuorumDoesNotExist\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"ZeroPubKey\",\"inputs\":[]}]",
	Bin: "0x60a060405234801561000f575f5ffd5b50604051611ef9380380611ef983398101604081905261002e91610107565b6001600160a01b0381166080528061004461004b565b5050610134565b5f54610100900460ff16156100b65760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b5f5460ff90811614610105575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b5f60208284031215610117575f5ffd5b81516001600160a01b038116811461012d575f5ffd5b9392505050565b608051611d9f61015a5f395f818161035701528181610eb901526114bd0152611d9f5ff3fe608060405234801561000f575f5ffd5b5060043610610131575f3560e01c806368bccaac116100b4578063bf79ce5811610079578063bf79ce5814610413578063d1a6465014610426578063d5254a8c14610439578063de29fac014610459578063e8bb9ae614610478578063f4e24fe5146104a0575f5ffd5b806368bccaac146103255780636d14a987146103525780637916cea6146103795780637ff81a87146103ba578063a3db80e2146103ed575f5ffd5b80633fb27952116100fa5780633fb279521461020a57806347b314e81461021d5780635f61a8841461025d578063605747d5146102b75780636716991114610305575f5ffd5b8062a1f4cb1461013557806303c5a6b61461017557806313542a4e1461019657806326d941f2146101be578063377ed99d146101d3575b5f5ffd5b61015b61014336600461175c565b60036020525f90815260409020805460019091015482565b604080519283526020830191909152015b60405180910390f35b610188610183366004611777565b6104b3565b60405190815260200161016c565b6101886101a436600461175c565b6001600160a01b03165f9081526001602052604090205490565b6101d16101cc3660046117e1565b6104f2565b005b6101f56101e13660046117e1565b60ff165f9081526004602052604090205490565b60405163ffffffff909116815260200161016c565b6101d1610218366004611868565b6105b2565b61024561022b36600461190f565b5f908152600260205260409020546001600160a01b031690565b6040516001600160a01b03909116815260200161016c565b6102aa61026b3660046117e1565b604080518082019091525f80825260208201525060ff165f90815260056020908152604091829020825180840190935280548352600101549082015290565b60405161016c9190611926565b6102ca6102c536600461193d565b61062e565b60408051825167ffffffffffffffff1916815260208084015163ffffffff90811691830191909152928201519092169082015260600161016c565b61031861031336600461175c565b6106bf565b60405161016c9190611987565b6103386103333660046119b2565b610753565b60405167ffffffffffffffff19909116815260200161016c565b6102457f000000000000000000000000000000000000000000000000000000000000000081565b61038c61038736600461193d565b610836565b6040805167ffffffffffffffff19909416845263ffffffff928316602085015291169082015260600161016c565b6103cd6103c836600461175c565b61087d565b60408051835181526020938401519381019390935282015260600161016c565b61015b6103fb3660046117e1565b60056020525f90815260409020805460019091015482565b610188610421366004611777565b6108f3565b6101d16104343660046119f6565b610bc8565b61044c610447366004611a34565b610caf565b60405161016c9190611aa6565b61018861046736600461175c565b60016020525f908152604090205481565b61024561048636600461190f565b60026020525f90815260409020546001600160a01b031681565b6101d16104ae366004611868565b610e47565b5f6104bc610eae565b506001600160a01b0383165f90815260016020526040812054908190036104eb576104e88484846108f3565b90505b9392505050565b6104fa610eae565b60ff81165f908152600460205260409020541561052a576040516310cda51760e21b815260040160405180910390fd5b60ff165f908152600460209081526040808320815160608101835284815263ffffffff4381168286019081528285018781528454600181018655948852959096209151919092018054955194518316600160e01b026001600160e01b0395909316600160c01b026001600160e01b03199096169190931c179390931791909116919091179055565b6105ba610eae565b5f6105c48361087d565b5090506105d18282610ef9565b7f73a2b7fb844724b971802ae9b15db094d4b7192df9d7350e14eb466b9b22eb4e83610611856001600160a01b03165f9081526001602052604090205490565b8460405161062193929190611aee565b60405180910390a1505050565b604080516060810182525f808252602080830182905282840182905260ff86168252600490529190912080548390811061066a5761066a611b39565b5f91825260209182902060408051606081018252919092015467ffffffffffffffff1981841b16825263ffffffff600160c01b8204811694830194909452600160e01b90049092169082015290505b92915050565b6106c7611689565b6001600160a01b0382165f9081526006602052604090819020815160808101835291829081018260028282826020028201915b8154815260200190600101908083116106fa57505050918352505060408051808201918290526020909201919060028481019182845b815481526020019060010190808311610730575050505050815250509050919050565b60ff83165f90815260046020526040812080548291908490811061077957610779611b39565b5f91825260209182902060408051606081018252919092015467ffffffffffffffff1981841b16825263ffffffff600160c01b82048116948301859052600160e01b9091048116928201929092529250851610156107ea57604051633d22884160e01b815260040160405180910390fd5b604081015163ffffffff1615806108105750806040015163ffffffff168463ffffffff16105b61082d57604051636fe02d4b60e01b815260040160405180910390fd5b51949350505050565b6004602052815f5260405f20818154811061084f575f80fd5b5f91825260209091200154604081901b925063ffffffff600160c01b820481169250600160e01b9091041683565b604080518082019091525f80825260208201526001600160a01b0382165f818152600360209081526040808320815180830183528154815260019182015481850152948452909152812054909190806108e9576040516325ec6c1f60e01b815260040160405180910390fd5b9094909350915050565b5f6108fc610eae565b5f61092861091236869003860160408701611b4d565b80515f9081526020918201519091526040902090565b90507fad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb5810361096a57604051630cc7509160e01b815260040160405180910390fd5b6001600160a01b0385165f90815260016020526040812054146109a0576040516342ee68b560e01b815260040160405180910390fd5b5f818152600260205260409020546001600160a01b0316156109d557604051634c334c9760e11b815260040160405180910390fd5b604080515f917f30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f000000191610a2d918835916020808b0135928b01359160608c01359160808d019160c08e01918d35918e8201359101611b7e565b604051602081830303815290604052805190602001205f1c610a4f9190611bc0565b9050610ae8610a88610a7383610a6d368a90038a0160408b01611b4d565b906110e0565b610a8236899003890189611b4d565b90611150565b610a906111c4565b610ad1610ac285610a6d6040805180820182525f80825260209182015281518083019092526001825260029082015290565b610a82368a90038a018a611b4d565b610ae3368a90038a0160808b01611c21565b611284565b610b055760405163a72d026360e01b815260040160405180910390fd5b6001600160a01b0386165f9081526003602090815260408083208882013581556060890135600190910155600690915290206080860190610b468282611c8b565b50506001600160a01b0386165f81815260016020908152604080832086905585835260029091529081902080546001600160a01b0319168317905580517fe3fb6613af2e8930cf85d47fcf6db10192224a64c6cbe8023e0eee1ba382804191610bb7919089019060808a0190611ce6565b60405180910390a250949350505050565b610bd06114bb565b5f610bda8361087d565b509050610be68361156c565b610c2681610bf26111c4565b6040805180820182525f808252602091820152815180830190925260018252600290820152610ae336879003870187611c21565b610c435760405163a72d026360e01b815260040160405180910390fd5b6001600160a01b0383165f9081526006602052604090208290610c668282611c8b565b905050826001600160a01b03167f5c4f9f28153dbf3f00e69607a59e82ad806fffb78d09f179f62432f7e9d2511a83604051610ca29190611d05565b60405180910390a2505050565b60605f8367ffffffffffffffff811115610ccb57610ccb6117fa565b604051908082528060200260200182016040528015610cf4578160200160208202803683370190505b5090505f5b84811015610e3e575f868683818110610d1457610d14611b39565b919091013560f81c5f818152600460205260409020549092509050801580610d74575060ff82165f9081526004602052604081208054909190610d5957610d59611b39565b5f91825260209091200154600160c01b900463ffffffff1686105b15610d9257604051633f4cb70f60e01b815260040160405180910390fd5b805b8015610e335760ff83165f9081526004602052604090208790610db8600184611d13565b81548110610dc857610dc8611b39565b5f91825260209091200154600160c01b900463ffffffff1611610e2157610df0600182611d13565b858581518110610e0257610e02611b39565b602002602001019063ffffffff16908163ffffffff1681525050610e33565b80610e2b81611d26565b915050610d94565b505050600101610cf9565b50949350505050565b610e4f610eae565b5f610e598361087d565b509050610e6e82610e69836115cd565b610ef9565b7ff843ecd53a563675e62107be1494fdde4a3d49aeedaf8d88c616d85346e3500e83610611856001600160a01b03165f9081526001602052604090205490565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610ef757604051634394dbdf60e11b815260040160405180910390fd5b565b604080518082019091525f80825260208201525f5b83518110156110da575f848281518110610f2a57610f2a611b39565b0160209081015160f81c5f8181526004909252604082205490925090819003610f6657604051637310cff560e11b815260040160405180910390fd5b60ff82165f908152600560209081526040918290208251808401909352805483526001015490820152610f999086611150565b60ff83165f818152600560209081526040808320855180825586840180516001938401559085525183528184209484526004909252822093975091929091610fe19085611d13565b81548110610ff157610ff1611b39565b5f918252602090912001805490915063ffffffff438116600160c01b909204160361102f5780546001600160c01b031916604083901c1781556110ca565b805463ffffffff438116600160e01b8181026001600160e01b0394851617855560ff88165f908152600460209081526040808320815160608101835267ffffffffffffffff198b16815280840196875280830185815282546001810184559286529390942093519301805495519251871690940291909516600160c01b026001600160e01b0319949094169190941c17919091179092161790555b505060019092019150610f0e9050565b50505050565b604080518082019091525f80825260208201526110fb6116ae565b835181526020808501519082015260408082018490525f908360608460076107d05a03fa9050808061112957fe5b508061114857604051632319df1960e11b815260040160405180910390fd5b505092915050565b604080518082019091525f808252602082015261116b6116cc565b835181526020808501518183015283516040808401919091529084015160608301525f908360808460066107d05a03fa905080806111a557fe5b50806111485760405163d4b68fd760e01b815260040160405180910390fd5b6111cc611689565b50604080516080810182527f198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c28183019081527f1800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed6060830152815281518083019092527f275dc4a288d1afb3cbb1ac09187524c7db36395df7be3b99e673b13a075a65ec82527f1d9befcd05a5323e6da4d435f3b617cdb3af83285c2df711ef39c01571827f9d60208381019190915281019190915290565b6040805180820182528581526020808201859052825180840190935285835282018390525f916112b26116ea565b5f5b6002811015611469575f6112c9826006611c74565b90508482600281106112dd576112dd611b39565b602002015151836112ee835f611d3b565b600c81106112fe576112fe611b39565b602002015284826002811061131557611315611b39565b6020020151602001518382600161132c9190611d3b565b600c811061133c5761133c611b39565b602002015283826002811061135357611353611b39565b6020020151515183611366836002611d3b565b600c811061137657611376611b39565b602002015283826002811061138d5761138d611b39565b60200201515160016020020151836113a6836003611d3b565b600c81106113b6576113b6611b39565b60200201528382600281106113cd576113cd611b39565b6020020151602001515f600281106113e7576113e7611b39565b6020020151836113f8836004611d3b565b600c811061140857611408611b39565b602002015283826002811061141f5761141f611b39565b60200201516020015160016002811061143a5761143a611b39565b60200201518361144b836005611d3b565b600c811061145b5761145b611b39565b6020020152506001016112b4565b50611472611709565b5f6020826101808560086107d05a03fa9050808061148c57fe5b50806114ab576040516324ccc79360e21b815260040160405180910390fd5b5051151598975050505050505050565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316638da5cb5b6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611517573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061153b9190611d4e565b6001600160a01b0316336001600160a01b031614610ef757604051637070f3b160e11b815260040160405180910390fd5b5f611576826106bf565b80515190915015801561158c5750805160200151155b801561159b5750602081015151155b80156115ac57506020818101510151155b6115c957604051630849e5cf60e41b815260040160405180910390fd5b5050565b604080518082019091525f808252602082015281511580156115f157506020820151155b1561160e575050604080518082019091525f808252602082015290565b6040518060400160405280835f015181526020017f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd4784602001516116529190611bc0565b61167c907f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47611d13565b905292915050565b919050565b604051806040016040528061169c611727565b81526020016116a9611727565b905290565b60405180606001604052806003906020820280368337509192915050565b60405180608001604052806004906020820280368337509192915050565b604051806101800160405280600c906020820280368337509192915050565b60405180602001604052806001906020820280368337509192915050565b60405180604001604052806002906020820280368337509192915050565b6001600160a01b0381168114611759575f5ffd5b50565b5f6020828403121561176c575f5ffd5b81356104eb81611745565b5f5f5f83850361016081121561178b575f5ffd5b843561179681611745565b9350610100601f19820112156117aa575f5ffd5b602085019250604061011f19820112156117c2575f5ffd5b50610120840190509250925092565b803560ff81168114611684575f5ffd5b5f602082840312156117f1575f5ffd5b6104eb826117d1565b634e487b7160e01b5f52604160045260245ffd5b6040805190810167ffffffffffffffff81118282101715611831576118316117fa565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715611860576118606117fa565b604052919050565b5f5f60408385031215611879575f5ffd5b823561188481611745565b9150602083013567ffffffffffffffff81111561189f575f5ffd5b8301601f810185136118af575f5ffd5b803567ffffffffffffffff8111156118c9576118c96117fa565b6118dc601f8201601f1916602001611837565b8181528660208385010111156118f0575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f6020828403121561191f575f5ffd5b5035919050565b8151815260208083015190820152604081016106b9565b5f5f6040838503121561194e575f5ffd5b611957836117d1565b946020939093013593505050565b805f5b60028110156110da578151845260209384019390910190600101611968565b5f608082019050611999828451611965565b60208301516119ab6040840182611965565b5092915050565b5f5f5f606084860312156119c4575f5ffd5b6119cd846117d1565b9250602084013563ffffffff811681146119e5575f5ffd5b929592945050506040919091013590565b5f5f82840360a0811215611a08575f5ffd5b8335611a1381611745565b92506080601f1982011215611a26575f5ffd5b506020830190509250929050565b5f5f5f60408486031215611a46575f5ffd5b833567ffffffffffffffff811115611a5c575f5ffd5b8401601f81018613611a6c575f5ffd5b803567ffffffffffffffff811115611a82575f5ffd5b866020828401011115611a93575f5ffd5b6020918201979096509401359392505050565b602080825282518282018190525f918401906040840190835b81811015611ae357835163ffffffff16835260209384019390920191600101611abf565b509095945050505050565b60018060a01b0384168152826020820152606060408201525f82518060608401528060208501608085015e5f608082850101526080601f19601f830116840101915050949350505050565b634e487b7160e01b5f52603260045260245ffd5b5f6040828403128015611b5e575f5ffd5b50611b6761180e565b823581526020928301359281019290925250919050565b888152876020820152866040820152856060820152604085608083013760408460c0830137610100810192909252610120820152610140019695505050505050565b5f82611bda57634e487b7160e01b5f52601260045260245ffd5b500690565b5f82601f830112611bee575f5ffd5b611bf661180e565b806040840185811115611c07575f5ffd5b845b81811015611ae3578035845260209384019301611c09565b5f6080828403128015611c32575f5ffd5b50611c3b61180e565b611c458484611bdf565b8152611c548460408501611bdf565b60208201529392505050565b634e487b7160e01b5f52601160045260245ffd5b80820281158282048414176106b9576106b9611c60565b815f5b6002811015611cab57813583820155602090910190600101611c8e565b5050604082015f5b60028110156110da57813583820160020155602090910190600101611cb3565b6040818337604080820160408401375050565b823581526020808401359082015260c081016104eb6040830184611cd3565b608081016106b98284611cd3565b818103818111156106b9576106b9611c60565b5f81611d3457611d34611c60565b505f190190565b808201808211156106b9576106b9611c60565b5f60208284031215611d5e575f5ffd5b81516104eb8161174556fea26469706673582212205696f22cc405809ec131ae672eb6fae85e311fc5b939958e60ad9c14581f822864736f6c634300081b0033",
}
⋮----
// ContractBLSApkRegistryABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractBLSApkRegistryMetaData.ABI instead.
var ContractBLSApkRegistryABI = ContractBLSApkRegistryMetaData.ABI
⋮----
// ContractBLSApkRegistryBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractBLSApkRegistryMetaData.Bin instead.
var ContractBLSApkRegistryBin = ContractBLSApkRegistryMetaData.Bin
⋮----
// DeployContractBLSApkRegistry deploys a new Ethereum contract, binding an instance of ContractBLSApkRegistry to it.
func DeployContractBLSApkRegistry(auth *bind.TransactOpts, backend bind.ContractBackend, _slashingRegistryCoordinator common.Address) (common.Address, *types.Transaction, *ContractBLSApkRegistry, error)
⋮----
// ContractBLSApkRegistryMethods is an auto generated interface around an Ethereum contract.
type ContractBLSApkRegistryMethods interface {
	ContractBLSApkRegistryCalls
	ContractBLSApkRegistryTransacts
	ContractBLSApkRegistryFilters
}
⋮----
// ContractBLSApkRegistryCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractBLSApkRegistryCalls interface {
	ApkHistory(opts *bind.CallOpts, quorumNumber uint8, arg1 *big.Int) (struct {
		ApkHash               [24]byte
		UpdateBlockNumber     uint32
		NextUpdateBlockNumber uint32
	}, error)
⋮----
// ContractBLSApkRegistryTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractBLSApkRegistryTransacts interface {
	DeregisterOperator(opts *bind.TransactOpts, operator common.Address, quorumNumbers []byte) (*types.Transaction, error)

	GetOrRegisterOperatorId(opts *bind.TransactOpts, operator common.Address, params IBLSApkRegistryTypesPubkeyRegistrationParams, pubkeyRegistrationMessageHash BN254G1Point) (*types.Transaction, error)

	InitializeQuorum(opts *bind.TransactOpts, quorumNumber uint8) (*types.Transaction, error)

	RegisterBLSPublicKey(opts *bind.TransactOpts, operator common.Address, params IBLSApkRegistryTypesPubkeyRegistrationParams, pubkeyRegistrationMessageHash BN254G1Point) (*types.Transaction, error)

	RegisterOperator(opts *bind.TransactOpts, operator common.Address, quorumNumbers []byte) (*types.Transaction, error)

	VerifyAndRegisterG2PubkeyForOperator(opts *bind.TransactOpts, operator common.Address, pubkeyG2 BN254G2Point) (*types.Transaction, error)
}
⋮----
// ContractBLSApkRegistryFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractBLSApkRegistryFilters interface {
	FilterInitialized(opts *bind.FilterOpts) (*ContractBLSApkRegistryInitializedIterator, error)
	WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractBLSApkRegistryInitialized) (event.Subscription, error)
	ParseInitialized(log types.Log) (*ContractBLSApkRegistryInitialized, error)

	FilterNewG2PubkeyRegistration(opts *bind.FilterOpts, operator []common.Address) (*ContractBLSApkRegistryNewG2PubkeyRegistrationIterator, error)
	WatchNewG2PubkeyRegistration(opts *bind.WatchOpts, sink chan<- *ContractBLSApkRegistryNewG2PubkeyRegistration, operator []common.Address) (event.Subscription, error)
	ParseNewG2PubkeyRegistration(log types.Log) (*ContractBLSApkRegistryNewG2PubkeyRegistration, error)

	FilterNewPubkeyRegistration(opts *bind.FilterOpts, operator []common.Address) (*ContractBLSApkRegistryNewPubkeyRegistrationIterator, error)
	WatchNewPubkeyRegistration(opts *bind.WatchOpts, sink chan<- *ContractBLSApkRegistryNewPubkeyRegistration, operator []common.Address) (event.Subscription, error)
	ParseNewPubkeyRegistration(log types.Log) (*ContractBLSApkRegistryNewPubkeyRegistration, error)

	FilterOperatorAddedToQuorums(opts *bind.FilterOpts) (*ContractBLSApkRegistryOperatorAddedToQuorumsIterator, error)
	WatchOperatorAddedToQuorums(opts *bind.WatchOpts, sink chan<- *ContractBLSApkRegistryOperatorAddedToQuorums) (event.Subscription, error)
	ParseOperatorAddedToQuorums(log types.Log) (*ContractBLSApkRegistryOperatorAddedToQuorums, error)

	FilterOperatorRemovedFromQuorums(opts *bind.FilterOpts) (*ContractBLSApkRegistryOperatorRemovedFromQuorumsIterator, error)
	WatchOperatorRemovedFromQuorums(opts *bind.WatchOpts, sink chan<- *ContractBLSApkRegistryOperatorRemovedFromQuorums) (event.Subscription, error)
	ParseOperatorRemovedFromQuorums(log types.Log) (*ContractBLSApkRegistryOperatorRemovedFromQuorums, error)
}
⋮----
// ContractBLSApkRegistry is an auto generated Go binding around an Ethereum contract.
type ContractBLSApkRegistry struct {
	ContractBLSApkRegistryCaller     // Read-only binding to the contract
	ContractBLSApkRegistryTransactor // Write-only binding to the contract
	ContractBLSApkRegistryFilterer   // Log filterer for contract events
}
⋮----
ContractBLSApkRegistryCaller     // Read-only binding to the contract
ContractBLSApkRegistryTransactor // Write-only binding to the contract
ContractBLSApkRegistryFilterer   // Log filterer for contract events
⋮----
// ContractBLSApkRegistry implements the ContractBLSApkRegistryMethods interface.
var _ ContractBLSApkRegistryMethods = (*ContractBLSApkRegistry)(nil)
⋮----
// ContractBLSApkRegistryCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractBLSApkRegistryCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractBLSApkRegistryCaller implements the ContractBLSApkRegistryCalls interface.
var _ ContractBLSApkRegistryCalls = (*ContractBLSApkRegistryCaller)(nil)
⋮----
// ContractBLSApkRegistryTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractBLSApkRegistryTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractBLSApkRegistryTransactor implements the ContractBLSApkRegistryTransacts interface.
var _ ContractBLSApkRegistryTransacts = (*ContractBLSApkRegistryTransactor)(nil)
⋮----
// ContractBLSApkRegistryFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractBLSApkRegistryFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractBLSApkRegistryFilterer implements the ContractBLSApkRegistryFilters interface.
var _ ContractBLSApkRegistryFilters = (*ContractBLSApkRegistryFilterer)(nil)
⋮----
// ContractBLSApkRegistrySession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractBLSApkRegistrySession struct {
	Contract     *ContractBLSApkRegistry // Generic contract binding to set the session for
	CallOpts     bind.CallOpts           // Call options to use throughout this session
	TransactOpts bind.TransactOpts       // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractBLSApkRegistry // Generic contract binding to set the session for
CallOpts     bind.CallOpts           // Call options to use throughout this session
TransactOpts bind.TransactOpts       // Transaction auth options to use throughout this session
⋮----
// ContractBLSApkRegistryCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractBLSApkRegistryCallerSession struct {
	Contract *ContractBLSApkRegistryCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                 // Call options to use throughout this session
}
⋮----
Contract *ContractBLSApkRegistryCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                 // Call options to use throughout this session
⋮----
// ContractBLSApkRegistryTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractBLSApkRegistryTransactorSession struct {
	Contract     *ContractBLSApkRegistryTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                 // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractBLSApkRegistryTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                 // Transaction auth options to use throughout this session
⋮----
// ContractBLSApkRegistryRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractBLSApkRegistryRaw struct {
	Contract *ContractBLSApkRegistry // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractBLSApkRegistry // Generic contract binding to access the raw methods on
⋮----
// ContractBLSApkRegistryCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractBLSApkRegistryCallerRaw struct {
	Contract *ContractBLSApkRegistryCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractBLSApkRegistryCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractBLSApkRegistryTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractBLSApkRegistryTransactorRaw struct {
	Contract *ContractBLSApkRegistryTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractBLSApkRegistryTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractBLSApkRegistry creates a new instance of ContractBLSApkRegistry, bound to a specific deployed contract.
func NewContractBLSApkRegistry(address common.Address, backend bind.ContractBackend) (*ContractBLSApkRegistry, error)
⋮----
// NewContractBLSApkRegistryCaller creates a new read-only instance of ContractBLSApkRegistry, bound to a specific deployed contract.
func NewContractBLSApkRegistryCaller(address common.Address, caller bind.ContractCaller) (*ContractBLSApkRegistryCaller, error)
⋮----
// NewContractBLSApkRegistryTransactor creates a new write-only instance of ContractBLSApkRegistry, bound to a specific deployed contract.
func NewContractBLSApkRegistryTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractBLSApkRegistryTransactor, error)
⋮----
// NewContractBLSApkRegistryFilterer creates a new log filterer instance of ContractBLSApkRegistry, bound to a specific deployed contract.
func NewContractBLSApkRegistryFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractBLSApkRegistryFilterer, error)
⋮----
// bindContractBLSApkRegistry binds a generic wrapper to an already deployed contract.
func bindContractBLSApkRegistry(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractBLSApkRegistry *ContractBLSApkRegistryRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractBLSApkRegistry *ContractBLSApkRegistryRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractBLSApkRegistry *ContractBLSApkRegistryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// ApkHistory is a free data retrieval call binding the contract method 0x7916cea6.
//
// Solidity: function apkHistory(uint8 quorumNumber, uint256 ) view returns(bytes24 apkHash, uint32 updateBlockNumber, uint32 nextUpdateBlockNumber)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) ApkHistory(opts *bind.CallOpts, quorumNumber uint8, arg1 *big.Int) (struct
⋮----
var out []interface{}
⋮----
// CurrentApk is a free data retrieval call binding the contract method 0xa3db80e2.
⋮----
// Solidity: function currentApk(uint8 quorumNumber) view returns(uint256 X, uint256 Y)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) CurrentApk(opts *bind.CallOpts, quorumNumber uint8) (struct
⋮----
// GetApk is a free data retrieval call binding the contract method 0x5f61a884.
⋮----
// Solidity: function getApk(uint8 quorumNumber) view returns((uint256,uint256))
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) GetApk(opts *bind.CallOpts, quorumNumber uint8) (BN254G1Point, error)
⋮----
// GetApkHashAtBlockNumberAndIndex is a free data retrieval call binding the contract method 0x68bccaac.
⋮----
// Solidity: function getApkHashAtBlockNumberAndIndex(uint8 quorumNumber, uint32 blockNumber, uint256 index) view returns(bytes24)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) GetApkHashAtBlockNumberAndIndex(opts *bind.CallOpts, quorumNumber uint8, blockNumber uint32, index *big.Int) ([24]byte, error)
⋮----
// GetApkHistoryLength is a free data retrieval call binding the contract method 0x377ed99d.
⋮----
// Solidity: function getApkHistoryLength(uint8 quorumNumber) view returns(uint32)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) GetApkHistoryLength(opts *bind.CallOpts, quorumNumber uint8) (uint32, error)
⋮----
// GetApkIndicesAtBlockNumber is a free data retrieval call binding the contract method 0xd5254a8c.
⋮----
// Solidity: function getApkIndicesAtBlockNumber(bytes quorumNumbers, uint256 blockNumber) view returns(uint32[])
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) GetApkIndicesAtBlockNumber(opts *bind.CallOpts, quorumNumbers []byte, blockNumber *big.Int) ([]uint32, error)
⋮----
// GetApkUpdateAtIndex is a free data retrieval call binding the contract method 0x605747d5.
⋮----
// Solidity: function getApkUpdateAtIndex(uint8 quorumNumber, uint256 index) view returns((bytes24,uint32,uint32))
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) GetApkUpdateAtIndex(opts *bind.CallOpts, quorumNumber uint8, index *big.Int) (IBLSApkRegistryTypesApkUpdate, error)
⋮----
// GetOperatorFromPubkeyHash is a free data retrieval call binding the contract method 0x47b314e8.
⋮----
// Solidity: function getOperatorFromPubkeyHash(bytes32 pubkeyHash) view returns(address)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) GetOperatorFromPubkeyHash(opts *bind.CallOpts, pubkeyHash [32]byte) (common.Address, error)
⋮----
// GetOperatorId is a free data retrieval call binding the contract method 0x13542a4e.
⋮----
// Solidity: function getOperatorId(address operator) view returns(bytes32)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) GetOperatorId(opts *bind.CallOpts, operator common.Address) ([32]byte, error)
⋮----
// GetOperatorPubkeyG2 is a free data retrieval call binding the contract method 0x67169911.
⋮----
// Solidity: function getOperatorPubkeyG2(address operator) view returns((uint256[2],uint256[2]))
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) GetOperatorPubkeyG2(opts *bind.CallOpts, operator common.Address) (BN254G2Point, error)
⋮----
// GetRegisteredPubkey is a free data retrieval call binding the contract method 0x7ff81a87.
⋮----
// Solidity: function getRegisteredPubkey(address operator) view returns((uint256,uint256), bytes32)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) GetRegisteredPubkey(opts *bind.CallOpts, operator common.Address) (BN254G1Point, [32]byte, error)
⋮----
// OperatorToPubkey is a free data retrieval call binding the contract method 0x00a1f4cb.
⋮----
// Solidity: function operatorToPubkey(address operator) view returns(uint256 X, uint256 Y)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) OperatorToPubkey(opts *bind.CallOpts, operator common.Address) (struct
⋮----
// OperatorToPubkeyHash is a free data retrieval call binding the contract method 0xde29fac0.
⋮----
// Solidity: function operatorToPubkeyHash(address operator) view returns(bytes32 operatorId)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) OperatorToPubkeyHash(opts *bind.CallOpts, operator common.Address) ([32]byte, error)
⋮----
// PubkeyHashToOperator is a free data retrieval call binding the contract method 0xe8bb9ae6.
⋮----
// Solidity: function pubkeyHashToOperator(bytes32 pubkeyHash) view returns(address operator)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) PubkeyHashToOperator(opts *bind.CallOpts, pubkeyHash [32]byte) (common.Address, error)
⋮----
// RegistryCoordinator is a free data retrieval call binding the contract method 0x6d14a987.
⋮----
// Solidity: function registryCoordinator() view returns(address)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) RegistryCoordinator(opts *bind.CallOpts) (common.Address, error)
⋮----
// DeregisterOperator is a paid mutator transaction binding the contract method 0xf4e24fe5.
⋮----
// Solidity: function deregisterOperator(address operator, bytes quorumNumbers) returns()
func (_ContractBLSApkRegistry *ContractBLSApkRegistryTransactor) DeregisterOperator(opts *bind.TransactOpts, operator common.Address, quorumNumbers []byte) (*types.Transaction, error)
⋮----
// GetOrRegisterOperatorId is a paid mutator transaction binding the contract method 0x03c5a6b6.
⋮----
// Solidity: function getOrRegisterOperatorId(address operator, ((uint256,uint256),(uint256,uint256),(uint256[2],uint256[2])) params, (uint256,uint256) pubkeyRegistrationMessageHash) returns(bytes32 operatorId)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryTransactor) GetOrRegisterOperatorId(opts *bind.TransactOpts, operator common.Address, params IBLSApkRegistryTypesPubkeyRegistrationParams, pubkeyRegistrationMessageHash BN254G1Point) (*types.Transaction, error)
⋮----
// InitializeQuorum is a paid mutator transaction binding the contract method 0x26d941f2.
⋮----
// Solidity: function initializeQuorum(uint8 quorumNumber) returns()
func (_ContractBLSApkRegistry *ContractBLSApkRegistryTransactor) InitializeQuorum(opts *bind.TransactOpts, quorumNumber uint8) (*types.Transaction, error)
⋮----
// RegisterBLSPublicKey is a paid mutator transaction binding the contract method 0xbf79ce58.
⋮----
// Solidity: function registerBLSPublicKey(address operator, ((uint256,uint256),(uint256,uint256),(uint256[2],uint256[2])) params, (uint256,uint256) pubkeyRegistrationMessageHash) returns(bytes32 operatorId)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryTransactor) RegisterBLSPublicKey(opts *bind.TransactOpts, operator common.Address, params IBLSApkRegistryTypesPubkeyRegistrationParams, pubkeyRegistrationMessageHash BN254G1Point) (*types.Transaction, error)
⋮----
// RegisterOperator is a paid mutator transaction binding the contract method 0x3fb27952.
⋮----
// Solidity: function registerOperator(address operator, bytes quorumNumbers) returns()
func (_ContractBLSApkRegistry *ContractBLSApkRegistryTransactor) RegisterOperator(opts *bind.TransactOpts, operator common.Address, quorumNumbers []byte) (*types.Transaction, error)
⋮----
// VerifyAndRegisterG2PubkeyForOperator is a paid mutator transaction binding the contract method 0xd1a64650.
⋮----
// Solidity: function verifyAndRegisterG2PubkeyForOperator(address operator, (uint256[2],uint256[2]) pubkeyG2) returns()
func (_ContractBLSApkRegistry *ContractBLSApkRegistryTransactor) VerifyAndRegisterG2PubkeyForOperator(opts *bind.TransactOpts, operator common.Address, pubkeyG2 BN254G2Point) (*types.Transaction, error)
⋮----
// ContractBLSApkRegistryInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the ContractBLSApkRegistry contract.
type ContractBLSApkRegistryInitializedIterator struct {
	Event *ContractBLSApkRegistryInitialized // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractBLSApkRegistryInitialized // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractBLSApkRegistryInitializedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractBLSApkRegistryInitializedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractBLSApkRegistryInitializedIterator) Close() error
⋮----
// ContractBLSApkRegistryInitialized represents a Initialized event raised by the ContractBLSApkRegistry contract.
type ContractBLSApkRegistryInitialized struct {
	Version uint8
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
// Solidity: event Initialized(uint8 version)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) FilterInitialized(opts *bind.FilterOpts) (*ContractBLSApkRegistryInitializedIterator, error)
⋮----
// WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractBLSApkRegistryInitialized) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) ParseInitialized(log types.Log) (*ContractBLSApkRegistryInitialized, error)
⋮----
// ContractBLSApkRegistryNewG2PubkeyRegistrationIterator is returned from FilterNewG2PubkeyRegistration and is used to iterate over the raw logs and unpacked data for NewG2PubkeyRegistration events raised by the ContractBLSApkRegistry contract.
type ContractBLSApkRegistryNewG2PubkeyRegistrationIterator struct {
	Event *ContractBLSApkRegistryNewG2PubkeyRegistration // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractBLSApkRegistryNewG2PubkeyRegistration // Event containing the contract specifics and raw log
⋮----
// ContractBLSApkRegistryNewG2PubkeyRegistration represents a NewG2PubkeyRegistration event raised by the ContractBLSApkRegistry contract.
type ContractBLSApkRegistryNewG2PubkeyRegistration struct {
	Operator common.Address
	PubkeyG2 BN254G2Point
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
Raw      types.Log // Blockchain specific contextual infos
⋮----
// FilterNewG2PubkeyRegistration is a free log retrieval operation binding the contract event 0x5c4f9f28153dbf3f00e69607a59e82ad806fffb78d09f179f62432f7e9d2511a.
⋮----
// Solidity: event NewG2PubkeyRegistration(address indexed operator, (uint256[2],uint256[2]) pubkeyG2)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) FilterNewG2PubkeyRegistration(opts *bind.FilterOpts, operator []common.Address) (*ContractBLSApkRegistryNewG2PubkeyRegistrationIterator, error)
⋮----
var operatorRule []interface{}
⋮----
// WatchNewG2PubkeyRegistration is a free log subscription operation binding the contract event 0x5c4f9f28153dbf3f00e69607a59e82ad806fffb78d09f179f62432f7e9d2511a.
⋮----
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) WatchNewG2PubkeyRegistration(opts *bind.WatchOpts, sink chan<- *ContractBLSApkRegistryNewG2PubkeyRegistration, operator []common.Address) (event.Subscription, error)
⋮----
// ParseNewG2PubkeyRegistration is a log parse operation binding the contract event 0x5c4f9f28153dbf3f00e69607a59e82ad806fffb78d09f179f62432f7e9d2511a.
⋮----
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) ParseNewG2PubkeyRegistration(log types.Log) (*ContractBLSApkRegistryNewG2PubkeyRegistration, error)
⋮----
// ContractBLSApkRegistryNewPubkeyRegistrationIterator is returned from FilterNewPubkeyRegistration and is used to iterate over the raw logs and unpacked data for NewPubkeyRegistration events raised by the ContractBLSApkRegistry contract.
type ContractBLSApkRegistryNewPubkeyRegistrationIterator struct {
	Event *ContractBLSApkRegistryNewPubkeyRegistration // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractBLSApkRegistryNewPubkeyRegistration // Event containing the contract specifics and raw log
⋮----
// ContractBLSApkRegistryNewPubkeyRegistration represents a NewPubkeyRegistration event raised by the ContractBLSApkRegistry contract.
type ContractBLSApkRegistryNewPubkeyRegistration struct {
	Operator common.Address
	PubkeyG1 BN254G1Point
	PubkeyG2 BN254G2Point
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
// FilterNewPubkeyRegistration is a free log retrieval operation binding the contract event 0xe3fb6613af2e8930cf85d47fcf6db10192224a64c6cbe8023e0eee1ba3828041.
⋮----
// Solidity: event NewPubkeyRegistration(address indexed operator, (uint256,uint256) pubkeyG1, (uint256[2],uint256[2]) pubkeyG2)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) FilterNewPubkeyRegistration(opts *bind.FilterOpts, operator []common.Address) (*ContractBLSApkRegistryNewPubkeyRegistrationIterator, error)
⋮----
// WatchNewPubkeyRegistration is a free log subscription operation binding the contract event 0xe3fb6613af2e8930cf85d47fcf6db10192224a64c6cbe8023e0eee1ba3828041.
⋮----
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) WatchNewPubkeyRegistration(opts *bind.WatchOpts, sink chan<- *ContractBLSApkRegistryNewPubkeyRegistration, operator []common.Address) (event.Subscription, error)
⋮----
// ParseNewPubkeyRegistration is a log parse operation binding the contract event 0xe3fb6613af2e8930cf85d47fcf6db10192224a64c6cbe8023e0eee1ba3828041.
⋮----
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) ParseNewPubkeyRegistration(log types.Log) (*ContractBLSApkRegistryNewPubkeyRegistration, error)
⋮----
// ContractBLSApkRegistryOperatorAddedToQuorumsIterator is returned from FilterOperatorAddedToQuorums and is used to iterate over the raw logs and unpacked data for OperatorAddedToQuorums events raised by the ContractBLSApkRegistry contract.
type ContractBLSApkRegistryOperatorAddedToQuorumsIterator struct {
	Event *ContractBLSApkRegistryOperatorAddedToQuorums // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractBLSApkRegistryOperatorAddedToQuorums // Event containing the contract specifics and raw log
⋮----
// ContractBLSApkRegistryOperatorAddedToQuorums represents a OperatorAddedToQuorums event raised by the ContractBLSApkRegistry contract.
type ContractBLSApkRegistryOperatorAddedToQuorums struct {
	Operator      common.Address
	OperatorId    [32]byte
	QuorumNumbers []byte
	Raw           types.Log // Blockchain specific contextual infos
}
⋮----
Raw           types.Log // Blockchain specific contextual infos
⋮----
// FilterOperatorAddedToQuorums is a free log retrieval operation binding the contract event 0x73a2b7fb844724b971802ae9b15db094d4b7192df9d7350e14eb466b9b22eb4e.
⋮----
// Solidity: event OperatorAddedToQuorums(address operator, bytes32 operatorId, bytes quorumNumbers)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) FilterOperatorAddedToQuorums(opts *bind.FilterOpts) (*ContractBLSApkRegistryOperatorAddedToQuorumsIterator, error)
⋮----
// WatchOperatorAddedToQuorums is a free log subscription operation binding the contract event 0x73a2b7fb844724b971802ae9b15db094d4b7192df9d7350e14eb466b9b22eb4e.
⋮----
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) WatchOperatorAddedToQuorums(opts *bind.WatchOpts, sink chan<- *ContractBLSApkRegistryOperatorAddedToQuorums) (event.Subscription, error)
⋮----
// ParseOperatorAddedToQuorums is a log parse operation binding the contract event 0x73a2b7fb844724b971802ae9b15db094d4b7192df9d7350e14eb466b9b22eb4e.
⋮----
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) ParseOperatorAddedToQuorums(log types.Log) (*ContractBLSApkRegistryOperatorAddedToQuorums, error)
⋮----
// ContractBLSApkRegistryOperatorRemovedFromQuorumsIterator is returned from FilterOperatorRemovedFromQuorums and is used to iterate over the raw logs and unpacked data for OperatorRemovedFromQuorums events raised by the ContractBLSApkRegistry contract.
type ContractBLSApkRegistryOperatorRemovedFromQuorumsIterator struct {
	Event *ContractBLSApkRegistryOperatorRemovedFromQuorums // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractBLSApkRegistryOperatorRemovedFromQuorums // Event containing the contract specifics and raw log
⋮----
// ContractBLSApkRegistryOperatorRemovedFromQuorums represents a OperatorRemovedFromQuorums event raised by the ContractBLSApkRegistry contract.
type ContractBLSApkRegistryOperatorRemovedFromQuorums struct {
	Operator      common.Address
	OperatorId    [32]byte
	QuorumNumbers []byte
	Raw           types.Log // Blockchain specific contextual infos
}
⋮----
// FilterOperatorRemovedFromQuorums is a free log retrieval operation binding the contract event 0xf843ecd53a563675e62107be1494fdde4a3d49aeedaf8d88c616d85346e3500e.
⋮----
// Solidity: event OperatorRemovedFromQuorums(address operator, bytes32 operatorId, bytes quorumNumbers)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) FilterOperatorRemovedFromQuorums(opts *bind.FilterOpts) (*ContractBLSApkRegistryOperatorRemovedFromQuorumsIterator, error)
⋮----
// WatchOperatorRemovedFromQuorums is a free log subscription operation binding the contract event 0xf843ecd53a563675e62107be1494fdde4a3d49aeedaf8d88c616d85346e3500e.
⋮----
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) WatchOperatorRemovedFromQuorums(opts *bind.WatchOpts, sink chan<- *ContractBLSApkRegistryOperatorRemovedFromQuorums) (event.Subscription, error)
⋮----
// ParseOperatorRemovedFromQuorums is a log parse operation binding the contract event 0xf843ecd53a563675e62107be1494fdde4a3d49aeedaf8d88c616d85346e3500e.
⋮----
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) ParseOperatorRemovedFromQuorums(log types.Log) (*ContractBLSApkRegistryOperatorRemovedFromQuorums, error)
````

## File: contracts/bindings/ContractsRegistry/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractContractsRegistry
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// ContractContractsRegistryMetaData contains all meta data concerning the ContractContractsRegistry contract.
var ContractContractsRegistryMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"function\",\"name\":\"contractCount\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"contractNames\",\"inputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"contracts\",\"inputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"registerContract\",\"inputs\":[{\"name\":\"name\",\"type\":\"string\",\"internalType\":\"string\"},{\"name\":\"_contract\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"}]",
	Bin: "0x608080604052346015576104c1908161001a8239f35b5f80fdfe6080806040526004361015610012575f80fd5b5f3560e01c9081633ca6bb92146102f8575080637f3c2c28146100ca5780638736381a146100ad57638c5b838514610048575f80fd5b346100a95760203660031901126100a95760043567ffffffffffffffff81116100a95761007b6020913690600401610435565b8160405191805191829101835e5f90820190815281900382019020546040516001600160a01b039091168152f35b5f80fd5b346100a9575f3660031901126100a9576020600254604051908152f35b346100a95760403660031901126100a95760043567ffffffffffffffff81116100a9576100fb903690600401610435565b6024356001600160a01b038116908190036100a95760405182519060208401918083835e5f9082019081528190036020019020546001600160a01b03166102b3576020604051809285518091835e81015f815203019020906bffffffffffffffffffffffff60a01b8254161790556002545f52600160205260405f20815167ffffffffffffffff811161029f5761019282546103db565b601f811161025a575b50602092601f82116001146101fb57928192935f926101f0575b50508160011b915f199060031b1c19161790555b6002545f1981146101dc57600101600255005b634e487b7160e01b5f52601160045260245ffd5b0151905083806101b5565b601f19821693835f52805f20915f5b868110610242575083600195961061022a575b505050811b0190556101c9565b01515f1960f88460031b161c1916905583808061021d565b9192602060018192868501518155019401920161020a565b825f5260205f20601f830160051c81019160208410610295575b601f0160051c01905b81811061028a575061019b565b5f815560010161027d565b9091508190610274565b634e487b7160e01b5f52604160045260245ffd5b60405162461bcd60e51b815260206004820152601b60248201527f636f6e747261637420616c7265616479207265676973746572656400000000006044820152606490fd5b346100a95760203660031901126100a9576004355f52600160205260405f20905f825492610325846103db565b9081845260208401946001811690815f146103be575060011461037e575b8460408561035381870382610413565b8151928391602083525180918160208501528484015e5f828201840152601f01601f19168101030190f35b5f90815260208120939250905b8082106103a45750909150810160200161035382610343565b91926001816020925483858801015201910190929161038b565b60ff191686525050151560051b8201602001905061035382610343565b90600182811c92168015610409575b60208310146103f557565b634e487b7160e01b5f52602260045260245ffd5b91607f16916103ea565b90601f8019910116810190811067ffffffffffffffff82111761029f57604052565b81601f820112156100a95780359067ffffffffffffffff821161029f576040519261046a601f8401601f191660200185610413565b828452602083830101116100a957815f92602080930183860137830101529056fea2646970667358221220e6aafbc3402413b008183c1edb0841262a9e9126661fac47989e15675be16a8664736f6c634300081b0033",
}
⋮----
// ContractContractsRegistryABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractContractsRegistryMetaData.ABI instead.
var ContractContractsRegistryABI = ContractContractsRegistryMetaData.ABI
⋮----
// ContractContractsRegistryBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractContractsRegistryMetaData.Bin instead.
var ContractContractsRegistryBin = ContractContractsRegistryMetaData.Bin
⋮----
// DeployContractContractsRegistry deploys a new Ethereum contract, binding an instance of ContractContractsRegistry to it.
func DeployContractContractsRegistry(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *ContractContractsRegistry, error)
⋮----
// ContractContractsRegistryMethods is an auto generated interface around an Ethereum contract.
type ContractContractsRegistryMethods interface {
	ContractContractsRegistryCalls
	ContractContractsRegistryTransacts
	ContractContractsRegistryFilters
}
⋮----
// ContractContractsRegistryCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractContractsRegistryCalls interface {
	ContractCount(opts *bind.CallOpts) (*big.Int, error)

	ContractNames(opts *bind.CallOpts, arg0 *big.Int) (string, error)

	Contracts(opts *bind.CallOpts, arg0 string) (common.Address, error)
}
⋮----
// ContractContractsRegistryTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractContractsRegistryTransacts interface {
	RegisterContract(opts *bind.TransactOpts, name string, _contract common.Address) (*types.Transaction, error)
}
⋮----
// ContractContractsRegistryFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractContractsRegistryFilters interface {
}
⋮----
// ContractContractsRegistry is an auto generated Go binding around an Ethereum contract.
type ContractContractsRegistry struct {
	ContractContractsRegistryCaller     // Read-only binding to the contract
	ContractContractsRegistryTransactor // Write-only binding to the contract
	ContractContractsRegistryFilterer   // Log filterer for contract events
}
⋮----
ContractContractsRegistryCaller     // Read-only binding to the contract
ContractContractsRegistryTransactor // Write-only binding to the contract
ContractContractsRegistryFilterer   // Log filterer for contract events
⋮----
// ContractContractsRegistry implements the ContractContractsRegistryMethods interface.
var _ ContractContractsRegistryMethods = (*ContractContractsRegistry)(nil)
⋮----
// ContractContractsRegistryCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractContractsRegistryCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractContractsRegistryCaller implements the ContractContractsRegistryCalls interface.
var _ ContractContractsRegistryCalls = (*ContractContractsRegistryCaller)(nil)
⋮----
// ContractContractsRegistryTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractContractsRegistryTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractContractsRegistryTransactor implements the ContractContractsRegistryTransacts interface.
var _ ContractContractsRegistryTransacts = (*ContractContractsRegistryTransactor)(nil)
⋮----
// ContractContractsRegistryFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractContractsRegistryFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractContractsRegistryFilterer implements the ContractContractsRegistryFilters interface.
var _ ContractContractsRegistryFilters = (*ContractContractsRegistryFilterer)(nil)
⋮----
// ContractContractsRegistrySession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractContractsRegistrySession struct {
	Contract     *ContractContractsRegistry // Generic contract binding to set the session for
	CallOpts     bind.CallOpts              // Call options to use throughout this session
	TransactOpts bind.TransactOpts          // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractContractsRegistry // Generic contract binding to set the session for
CallOpts     bind.CallOpts              // Call options to use throughout this session
TransactOpts bind.TransactOpts          // Transaction auth options to use throughout this session
⋮----
// ContractContractsRegistryCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractContractsRegistryCallerSession struct {
	Contract *ContractContractsRegistryCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                    // Call options to use throughout this session
}
⋮----
Contract *ContractContractsRegistryCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                    // Call options to use throughout this session
⋮----
// ContractContractsRegistryTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractContractsRegistryTransactorSession struct {
	Contract     *ContractContractsRegistryTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                    // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractContractsRegistryTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                    // Transaction auth options to use throughout this session
⋮----
// ContractContractsRegistryRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractContractsRegistryRaw struct {
	Contract *ContractContractsRegistry // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractContractsRegistry // Generic contract binding to access the raw methods on
⋮----
// ContractContractsRegistryCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractContractsRegistryCallerRaw struct {
	Contract *ContractContractsRegistryCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractContractsRegistryCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractContractsRegistryTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractContractsRegistryTransactorRaw struct {
	Contract *ContractContractsRegistryTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractContractsRegistryTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractContractsRegistry creates a new instance of ContractContractsRegistry, bound to a specific deployed contract.
func NewContractContractsRegistry(address common.Address, backend bind.ContractBackend) (*ContractContractsRegistry, error)
⋮----
// NewContractContractsRegistryCaller creates a new read-only instance of ContractContractsRegistry, bound to a specific deployed contract.
func NewContractContractsRegistryCaller(address common.Address, caller bind.ContractCaller) (*ContractContractsRegistryCaller, error)
⋮----
// NewContractContractsRegistryTransactor creates a new write-only instance of ContractContractsRegistry, bound to a specific deployed contract.
func NewContractContractsRegistryTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractContractsRegistryTransactor, error)
⋮----
// NewContractContractsRegistryFilterer creates a new log filterer instance of ContractContractsRegistry, bound to a specific deployed contract.
func NewContractContractsRegistryFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractContractsRegistryFilterer, error)
⋮----
// bindContractContractsRegistry binds a generic wrapper to an already deployed contract.
func bindContractContractsRegistry(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractContractsRegistry *ContractContractsRegistryRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractContractsRegistry *ContractContractsRegistryRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractContractsRegistry *ContractContractsRegistryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// ContractCount is a free data retrieval call binding the contract method 0x8736381a.
//
// Solidity: function contractCount() view returns(uint256)
func (_ContractContractsRegistry *ContractContractsRegistryCaller) ContractCount(opts *bind.CallOpts) (*big.Int, error)
⋮----
var out []interface{}
⋮----
// ContractNames is a free data retrieval call binding the contract method 0x3ca6bb92.
⋮----
// Solidity: function contractNames(uint256 ) view returns(string)
func (_ContractContractsRegistry *ContractContractsRegistryCaller) ContractNames(opts *bind.CallOpts, arg0 *big.Int) (string, error)
⋮----
// Contracts is a free data retrieval call binding the contract method 0x8c5b8385.
⋮----
// Solidity: function contracts(string ) view returns(address)
func (_ContractContractsRegistry *ContractContractsRegistryCaller) Contracts(opts *bind.CallOpts, arg0 string) (common.Address, error)
⋮----
// RegisterContract is a paid mutator transaction binding the contract method 0x7f3c2c28.
⋮----
// Solidity: function registerContract(string name, address _contract) returns()
func (_ContractContractsRegistry *ContractContractsRegistryTransactor) RegisterContract(opts *bind.TransactOpts, name string, _contract common.Address) (*types.Transaction, error)
````

## File: contracts/bindings/DelegationManager/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractDelegationManager
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// IDelegationManagerTypesQueuedWithdrawalParams is an auto generated low-level Go binding around an user-defined struct.
type IDelegationManagerTypesQueuedWithdrawalParams struct {
	Strategies           []common.Address
	DepositShares        []*big.Int
	DeprecatedWithdrawer common.Address
}
⋮----
// IDelegationManagerTypesWithdrawal is an auto generated low-level Go binding around an user-defined struct.
type IDelegationManagerTypesWithdrawal struct {
	Staker       common.Address
	DelegatedTo  common.Address
	Withdrawer   common.Address
	Nonce        *big.Int
	StartBlock   uint32
	Strategies   []common.Address
	ScaledShares []*big.Int
}
⋮----
// ISignatureUtilsMixinTypesSignatureWithExpiry is an auto generated low-level Go binding around an user-defined struct.
type ISignatureUtilsMixinTypesSignatureWithExpiry struct {
	Signature []byte
	Expiry    *big.Int
}
⋮----
// ContractDelegationManagerMetaData contains all meta data concerning the ContractDelegationManager contract.
var ContractDelegationManagerMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"_strategyManager\",\"type\":\"address\",\"internalType\":\"contractIStrategyManager\"},{\"name\":\"_eigenPodManager\",\"type\":\"address\",\"internalType\":\"contractIEigenPodManager\"},{\"name\":\"_allocationManager\",\"type\":\"address\",\"internalType\":\"contractIAllocationManager\"},{\"name\":\"_pauserRegistry\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"},{\"name\":\"_permissionController\",\"type\":\"address\",\"internalType\":\"contractIPermissionController\"},{\"name\":\"_MIN_WITHDRAWAL_DELAY\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"_version\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"DELEGATION_APPROVAL_TYPEHASH\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"allocationManager\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIAllocationManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"beaconChainETHStrategy\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"calculateDelegationApprovalDigestHash\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"approver\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"approverSalt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"calculateWithdrawalRoot\",\"inputs\":[{\"name\":\"withdrawal\",\"type\":\"tuple\",\"internalType\":\"structIDelegationManagerTypes.Withdrawal\",\"components\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"delegatedTo\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"withdrawer\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"nonce\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startBlock\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"scaledShares\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}]}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"pure\"},{\"type\":\"function\",\"name\":\"completeQueuedWithdrawal\",\"inputs\":[{\"name\":\"withdrawal\",\"type\":\"tuple\",\"internalType\":\"structIDelegationManagerTypes.Withdrawal\",\"components\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"delegatedTo\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"withdrawer\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"nonce\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startBlock\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"scaledShares\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}]},{\"name\":\"tokens\",\"type\":\"address[]\",\"internalType\":\"contractIERC20[]\"},{\"name\":\"receiveAsTokens\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"completeQueuedWithdrawals\",\"inputs\":[{\"name\":\"withdrawals\",\"type\":\"tuple[]\",\"internalType\":\"structIDelegationManagerTypes.Withdrawal[]\",\"components\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"delegatedTo\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"withdrawer\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"nonce\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startBlock\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"scaledShares\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}]},{\"name\":\"tokens\",\"type\":\"address[][]\",\"internalType\":\"contractIERC20[][]\"},{\"name\":\"receiveAsTokens\",\"type\":\"bool[]\",\"internalType\":\"bool[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"convertToDepositShares\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"withdrawableShares\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"cumulativeWithdrawalsQueued\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"totalQueued\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"decreaseDelegatedShares\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"curDepositShares\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"beaconChainSlashingFactorDecrease\",\"type\":\"uint64\",\"internalType\":\"uint64\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"delegateTo\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"approverSignatureAndExpiry\",\"type\":\"tuple\",\"internalType\":\"structISignatureUtilsMixinTypes.SignatureWithExpiry\",\"components\":[{\"name\":\"signature\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"approverSalt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"delegatedTo\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"delegationApprover\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"delegationApproverSaltIsSpent\",\"inputs\":[{\"name\":\"delegationApprover\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"spent\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"depositScalingFactor\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"domainSeparator\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"eigenPodManager\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIEigenPodManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getDepositedShares\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorShares\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorsShares\",\"inputs\":[{\"name\":\"operators\",\"type\":\"address[]\",\"internalType\":\"address[]\"},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256[][]\",\"internalType\":\"uint256[][]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getQueuedWithdrawal\",\"inputs\":[{\"name\":\"withdrawalRoot\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"withdrawal\",\"type\":\"tuple\",\"internalType\":\"structIDelegationManagerTypes.Withdrawal\",\"components\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"delegatedTo\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"withdrawer\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"nonce\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startBlock\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"scaledShares\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}]},{\"name\":\"shares\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getQueuedWithdrawalRoots\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32[]\",\"internalType\":\"bytes32[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getQueuedWithdrawals\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"withdrawals\",\"type\":\"tuple[]\",\"internalType\":\"structIDelegationManagerTypes.Withdrawal[]\",\"components\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"delegatedTo\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"withdrawer\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"nonce\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startBlock\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"scaledShares\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}]},{\"name\":\"shares\",\"type\":\"uint256[][]\",\"internalType\":\"uint256[][]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getSlashableSharesInQueue\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getWithdrawableShares\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"}],\"outputs\":[{\"name\":\"withdrawableShares\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"},{\"name\":\"depositShares\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"increaseDelegatedShares\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"prevDepositShares\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"addedShares\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"initialize\",\"inputs\":[{\"name\":\"initialOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"initialPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"isDelegated\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"isOperator\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"minWithdrawalDelayBlocks\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"modifyOperatorDetails\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"newDelegationApprover\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"operatorShares\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"outputs\":[{\"name\":\"shares\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"owner\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pause\",\"inputs\":[{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"pauseAll\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[{\"name\":\"index\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pauserRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pendingWithdrawals\",\"inputs\":[{\"name\":\"withdrawalRoot\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"pending\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"permissionController\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIPermissionController\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"queueWithdrawals\",\"inputs\":[{\"name\":\"params\",\"type\":\"tuple[]\",\"internalType\":\"structIDelegationManagerTypes.QueuedWithdrawalParams[]\",\"components\":[{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"depositShares\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"},{\"name\":\"__deprecated_withdrawer\",\"type\":\"address\",\"internalType\":\"address\"}]}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32[]\",\"internalType\":\"bytes32[]\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"queuedWithdrawals\",\"inputs\":[{\"name\":\"withdrawalRoot\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"withdrawal\",\"type\":\"tuple\",\"internalType\":\"structIDelegationManagerTypes.Withdrawal\",\"components\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"delegatedTo\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"withdrawer\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"nonce\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startBlock\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"scaledShares\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"redelegate\",\"inputs\":[{\"name\":\"newOperator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"newOperatorApproverSig\",\"type\":\"tuple\",\"internalType\":\"structISignatureUtilsMixinTypes.SignatureWithExpiry\",\"components\":[{\"name\":\"signature\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"approverSalt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"withdrawalRoots\",\"type\":\"bytes32[]\",\"internalType\":\"bytes32[]\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"registerAsOperator\",\"inputs\":[{\"name\":\"initDelegationApprover\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"allocationDelay\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"metadataURI\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"renounceOwnership\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"slashOperatorShares\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"prevMaxMagnitude\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"newMaxMagnitude\",\"type\":\"uint64\",\"internalType\":\"uint64\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"strategyManager\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStrategyManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"transferOwnership\",\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"undelegate\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"withdrawalRoots\",\"type\":\"bytes32[]\",\"internalType\":\"bytes32[]\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"unpause\",\"inputs\":[{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"updateOperatorMetadataURI\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"metadataURI\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"version\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"event\",\"name\":\"DelegationApproverUpdated\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newDelegationApprover\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"DepositScalingFactorUpdated\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"},{\"name\":\"newDepositScalingFactor\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorMetadataURIUpdated\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"metadataURI\",\"type\":\"string\",\"indexed\":false,\"internalType\":\"string\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorRegistered\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"delegationApprover\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorSharesDecreased\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"staker\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"},{\"name\":\"shares\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorSharesIncreased\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"staker\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"},{\"name\":\"shares\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorSharesSlashed\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"},{\"name\":\"totalSlashedShares\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OwnershipTransferred\",\"inputs\":[{\"name\":\"previousOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Paused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"SlashingWithdrawalCompleted\",\"inputs\":[{\"name\":\"withdrawalRoot\",\"type\":\"bytes32\",\"indexed\":false,\"internalType\":\"bytes32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"SlashingWithdrawalQueued\",\"inputs\":[{\"name\":\"withdrawalRoot\",\"type\":\"bytes32\",\"indexed\":false,\"internalType\":\"bytes32\"},{\"name\":\"withdrawal\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structIDelegationManagerTypes.Withdrawal\",\"components\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"delegatedTo\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"withdrawer\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"nonce\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startBlock\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"scaledShares\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}]},{\"name\":\"sharesToWithdraw\",\"type\":\"uint256[]\",\"indexed\":false,\"internalType\":\"uint256[]\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StakerDelegated\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StakerForceUndelegated\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StakerUndelegated\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Unpaused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"error\",\"name\":\"ActivelyDelegated\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"CallerCannotUndelegate\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"CurrentlyPaused\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"FullySlashed\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputAddressZero\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputArrayLengthMismatch\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputArrayLengthZero\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidNewPausedStatus\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidPermissions\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidShortString\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidSignature\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidSnapshotOrdering\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"NotActivelyDelegated\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyAllocationManager\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyEigenPodManager\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyPauser\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyStrategyManagerOrEigenPodManager\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyUnpauser\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OperatorNotRegistered\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OperatorsCannotUndelegate\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"SaltSpent\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"SignatureExpired\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"StringTooLong\",\"inputs\":[{\"name\":\"str\",\"type\":\"string\",\"internalType\":\"string\"}]},{\"type\":\"error\",\"name\":\"WithdrawalDelayNotElapsed\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"WithdrawalNotQueued\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"WithdrawerNotCaller\",\"inputs\":[]}]",
	Bin: "0x610160604052348015610010575f5ffd5b506040516162ad3803806162ad83398101604081905261002f916101d9565b808084898989878a6001600160a01b03811661005e576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b0390811660805293841660a05291831660c052821660e05263ffffffff16610100521661012052610095816100b0565b61014052506100a490506100f6565b50505050505050610364565b5f5f829050601f815111156100e3578260405163305a27a960e01b81526004016100da9190610309565b60405180910390fd5b80516100ee8261033e565b179392505050565b5f54610100900460ff161561015d5760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b60648201526084016100da565b5f5460ff908116146101ac575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b03811681146101c2575f5ffd5b50565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f5f5f5f5f60e0888a0312156101ef575f5ffd5b87516101fa816101ae565b602089015190975061020b816101ae565b604089015190965061021c816101ae565b606089015190955061022d816101ae565b608089015190945061023e816101ae565b60a089015190935063ffffffff81168114610257575f5ffd5b60c08901519092506001600160401b03811115610272575f5ffd5b88015f601f82018b13610283575f5ffd5b81516001600160401b0381111561029c5761029c6101c5565b604051601f8201601f19908116603f011681016001600160401b03811182821017156102ca576102ca6101c5565b6040528181528382016020018d10156102e1575f5ffd5b8160208501602083015e5f602083830101528092508094505050505092959891949750929550565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b8051602080830151919081101561035e575f198160200360031b1b821691505b50919050565b60805160a05160c05160e051610100516101205161014051615e5061045d5f395f8181611112015261412c01525f8181610460015261340b01525f818161076a0152818161361b0152818161375d0152613a4001525f81816107ba01528181610e2701528181610fea0152818161136b01528181611584015281816119e6015281816127a0015261435601525f818161048701528181610f68015281816114e3015281816117570152818161300c015281816131ed01526138a301525f81816103bd01528181610f36015281816116ab015261387d01525f818161063801528181610bb70152818161115001526125960152615e505ff3fe608060405234801561000f575f5ffd5b50600436106102ff575f3560e01c8063715018a611610195578063bfae3fd2116100e4578063e4cc3f901161009e578063f2fde38b11610079578063f2fde38b14610848578063f698da251461085b578063fabc1cbc14610863578063fd8aa88d14610876575f5ffd5b8063e4cc3f9014610802578063eea9064b14610815578063f0e0e67614610828575f5ffd5b8063bfae3fd21461074d578063c448feb814610760578063c978f7ac14610794578063ca8aa7c7146107b5578063cd6dc687146107dc578063da8be864146107ef575f5ffd5b80639104c3191161014f578063a17884841161012a578063a1788484146106cc578063a33a3433146106eb578063b7f06ebe146106fe578063bb45fef214610720575f5ffd5b80639104c3191461067e5780639435bb431461069957806399f5371b146106ac575f5ffd5b8063715018a6146105ee578063778e55f3146105f657806378296ec514610620578063886f1195146106335780638da5cb5b1461065a578063900413471461066b575f5ffd5b806354fd4d50116102515780635dd685791161020b57806365da1264116101e657806365da12641461057f57806366d5ba93146105a75780636d70f7ae146105c85780636e174448146105db575f5ffd5b80635dd6857914610538578063601bb36f1461055957806360a0d1ce1461056c575f5ffd5b806354fd4d50146104bc578063595c6a67146104d1578063597b36da146104d95780635ac86ab7146104ec5780635c975abb1461050f5780635d975e8814610517575f5ffd5b806339b70e38116102bc5780633e28391d116102975780633e28391d146104385780634657e26a1461045b5780634665bcda1461048257806354b7c96c146104a9575f5ffd5b806339b70e38146103b85780633c651cf2146103f75780633cdeb5e01461040a575f5ffd5b806304a4f979146103035780630b9f487a1461033d5780630dd8dd0214610350578063136439dd1461037057806325df922e146103855780632aa6d888146103a5575b5f5ffd5b61032a7f14bde674c9f64b2ad00eaaee4a8bed1fabef35c7507e3c5b9cfc9436909a2dad81565b6040519081526020015b60405180910390f35b61032a61034b366004614d3f565b610889565b61036361035e366004614dd6565b610911565b6040516103349190614e14565b61038361037e366004614e4b565b610ba2565b005b610398610393366004614fe0565b610c77565b604051610334919061508e565b6103836103b33660046150f0565b610dd7565b6103df7f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b039091168152602001610334565b61038361040536600461514e565b610f2b565b6103df610418366004615191565b6001600160a01b039081165f908152609960205260409020600101541690565b61044b610446366004615191565b61107e565b6040519015158152602001610334565b6103df7f000000000000000000000000000000000000000000000000000000000000000081565b6103df7f000000000000000000000000000000000000000000000000000000000000000081565b6103836104b73660046151ac565b61109d565b6104c461110b565b6040516103349190615211565b61038361113b565b61032a6104e73660046152df565b6111ea565b61044b6104fa366004615310565b606654600160ff9092169190911b9081161490565b60665461032a565b61052a610525366004614e4b565b611219565b6040516103349291906153e7565b61054b610546366004615191565b611236565b604051610334929190615459565b6103836105673660046154da565b611360565b61038361057a366004615533565b6114d8565b6103df61058d366004615191565b609a6020525f90815260409020546001600160a01b031681565b6105ba6105b5366004615191565b611683565b604051610334929190615572565b61044b6105d6366004615191565b611983565b61032a6105e93660046151ac565b6119bb565b610383611a65565b61032a6106043660046151ac565b609860209081525f928352604080842090915290825290205481565b61038361062e366004615584565b611a76565b6103df7f000000000000000000000000000000000000000000000000000000000000000081565b6033546001600160a01b03166103df565b6103986106793660046155d4565b611b0c565b6103df73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b6103836106a7366004615620565b611be2565b6106bf6106ba366004614e4b565b611cbb565b60405161033491906156bc565b61032a6106da366004615191565b609f6020525f908152604090205481565b6103636106f93660046156ce565b611dd7565b61044b61070c366004614e4b565b609e6020525f908152604090205460ff1681565b61044b61072e3660046157b5565b609c60209081525f928352604080842090915290825290205460ff1681565b61032a61075b3660046151ac565b611def565b60405163ffffffff7f0000000000000000000000000000000000000000000000000000000000000000168152602001610334565b6107a76107a23660046155d4565b611e2b565b6040516103349291906157df565b6103df7f000000000000000000000000000000000000000000000000000000000000000081565b6103836107ea3660046157b5565b6120b8565b6103636107fd366004615191565b6121d3565b6103836108103660046157fe565b6122fc565b6103836108233660046156ce565b612352565b61083b610836366004615871565b6123bd565b604051610334919061591e565b610383610856366004615191565b612462565b61032a6124db565b610383610871366004614e4b565b612594565b610363610884366004615191565b6126ab565b604080517f14bde674c9f64b2ad00eaaee4a8bed1fabef35c7507e3c5b9cfc9436909a2dad60208201526001600160a01b03808616928201929092528187166060820152908516608082015260a0810183905260c081018290525f906109079060e001604051602081830303815290604052805190602001206126ce565b9695505050505050565b60665460609060019060029081160361093d5760405163840a48d560e01b815260040160405180910390fd5b6109456126fc565b5f836001600160401b0381111561095e5761095e614e62565b604051908082528060200260200182016040528015610987578160200160208202803683370190505b50335f908152609a60205260408120549192506001600160a01b03909116905b85811015610b93578686828181106109c1576109c1615930565b90506020028101906109d39190615944565b6109e1906020810190615962565b90508787838181106109f5576109f5615930565b9050602002810190610a079190615944565b610a119080615962565b905014610a31576040516343714afd60e01b815260040160405180910390fd5b5f610a9b33848a8a86818110610a4957610a49615930565b9050602002810190610a5b9190615944565b610a659080615962565b808060200260200160405190810160405280939291908181526020018383602002808284375f9201919091525061275592505050565b9050610b6d33848a8a86818110610ab457610ab4615930565b9050602002810190610ac69190615944565b610ad09080615962565b808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152508e92508d9150889050818110610b1557610b15615930565b9050602002810190610b279190615944565b610b35906020810190615962565b808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152508892506128a7915050565b848381518110610b7f57610b7f615930565b6020908102919091010152506001016109a7565b5050600160c955949350505050565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610c04573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c2891906159a7565b610c4557604051631d77d47760e21b815260040160405180910390fd5b6066548181168114610c6a5760405163c61dca5d60e01b815260040160405180910390fd5b610c7382612e42565b5050565b6001600160a01b038084165f908152609a60205260408120546060921690610ca0868387612755565b90505f85516001600160401b03811115610cbc57610cbc614e62565b604051908082528060200260200182016040528015610ce5578160200160208202803683370190505b5090505f5b8651811015610dca576001600160a01b0388165f90815260a260205260408120885182908a9085908110610d2057610d20615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f206040518060200160405290815f820154815250509050610da4878381518110610d7257610d72615930565b6020026020010151858481518110610d8c57610d8c615930565b602002602001015183612e7f9092919063ffffffff16565b838381518110610db657610db6615930565b602090810291909101015250600101610cea565b50925050505b9392505050565b610ddf6126fc565b610de83361107e565b15610e0657604051633bf2b50360e11b815260040160405180910390fd5b604051632b6241f360e11b815233600482015263ffffffff841660248201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906356c483e6906044015f604051808303815f87803b158015610e70575f5ffd5b505af1158015610e82573d5f5f3e3d5ffd5b50505050610e903385612e9d565b610e9a3333612eff565b6040516001600160a01b038516815233907fa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c19060200160405180910390a2336001600160a01b03167f02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b67080908383604051610f139291906159c2565b60405180910390a2610f25600160c955565b50505050565b336001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161480610f8a5750336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016145b610fa75760405163045206a560e21b815260040160405180910390fd5b610faf6126fc565b6001600160a01b038481165f908152609a602052604080822054905163152667d960e31b8152908316600482018190528684166024830152927f0000000000000000000000000000000000000000000000000000000000000000169063a9333ec890604401602060405180830381865afa15801561102f573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061105391906159f0565b90505f6110618787846131a6565b9050611071838888888886613288565b505050610f25600160c955565b6001600160a01b039081165f908152609a602052604090205416151590565b816110a7816133cd565b6110c45760405163932d94f760e01b815260040160405180910390fd5b6110cc6126fc565b6110d583611983565b6110f2576040516325ec6c1f60e01b815260040160405180910390fd5b6110fc8383612e9d565b611106600160c955565b505050565b60606111367f0000000000000000000000000000000000000000000000000000000000000000613477565b905090565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa15801561119d573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111c191906159a7565b6111de57604051631d77d47760e21b815260040160405180910390fd5b6111e85f19612e42565b565b5f816040516020016111fc91906156bc565b604051602081830303815290604052805190602001209050919050565b611221614c00565b606061122c836134b4565b9094909350915050565b6060805f611243846126ab565b8051909150806001600160401b0381111561126057611260614e62565b60405190808252806020026020018201604052801561129957816020015b611286614c00565b81526020019060019003908161127e5790505b509350806001600160401b038111156112b4576112b4614e62565b6040519080825280602002602001820160405280156112e757816020015b60608152602001906001900390816112d25790505b5092505f5b818110156113585761131683828151811061130957611309615930565b60200260200101516134b4565b86838151811061132857611328615930565b6020026020010186848151811061134157611341615930565b6020908102919091010191909152526001016112ec565b505050915091565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146113a9576040516323d871a560e01b815260040160405180910390fd5b6113b16126fc565b6001600160a01b038085165f9081526098602090815260408083209387168352929052908120546113ef906001600160401b03808616908516613707565b90505f6113fe8686868661371f565b90505f61140b8284615a1f565b9050611419875f88866137dc565b604080516001600160a01b038881168252602082018490528916917fdd611f4ef63f4385f1756c86ce1f1f389a9013ba6fa07daba8528291bc2d3c30910160405180910390a25f61146987613856565b60405163debe1eab60e01b81526001600160a01b038981166004830152602482018590529192509082169063debe1eab906044015f604051808303815f87803b1580156114b4575f5ffd5b505af11580156114c6573d5f5f3e3d5ffd5b5050505050505050610f25600160c955565b336001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161461152157604051633213a66160e21b815260040160405180910390fd5b6115296126fc565b6115328361107e565b156110fc576001600160a01b038381165f908152609a602052604080822054905163152667d960e31b81529083166004820181905273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06024830152927f0000000000000000000000000000000000000000000000000000000000000000169063a9333ec890604401602060405180830381865afa1580156115c9573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115ed91906159f0565b6001600160a01b0386165f90815260a26020908152604080832073beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac08452825280832081519283019091525481529192506116538661164b6001600160401b038087169089166138c8565b8491906138dc565b9050611675848873beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0846137dc565b50505050611106600160c955565b6040516394f649dd60e01b81526001600160a01b03828116600483015260609182915f9182917f000000000000000000000000000000000000000000000000000000000000000016906394f649dd906024015f60405180830381865afa1580156116ef573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526117169190810190615a8d565b60405163fe243a1760e01b81526001600160a01b03888116600483015273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac060248301529294509092505f917f0000000000000000000000000000000000000000000000000000000000000000169063fe243a1790604401602060405180830381865afa15801561179c573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117c09190615b48565b9050805f036117d457509094909350915050565b5f835160016117e39190615a1f565b6001600160401b038111156117fa576117fa614e62565b604051908082528060200260200182016040528015611823578160200160208202803683370190505b5090505f845160016118359190615a1f565b6001600160401b0381111561184c5761184c614e62565b604051908082528060200260200182016040528015611875578160200160208202803683370190505b50905073beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0828651815181106118a0576118a0615930565b60200260200101906001600160a01b031690816001600160a01b03168152505082818651815181106118d4576118d4615930565b60209081029190910101525f5b8551811015611975578581815181106118fc576118fc615930565b602002602001015183828151811061191657611916615930565b60200260200101906001600160a01b031690816001600160a01b03168152505084818151811061194857611948615930565b602002602001015182828151811061196257611962615930565b60209081029190910101526001016118e1565b509097909650945050505050565b5f6001600160a01b038216158015906119b557506001600160a01b038083165f818152609a6020526040902054909116145b92915050565b60405163152667d960e31b81526001600160a01b03838116600483015282811660248301525f9182917f0000000000000000000000000000000000000000000000000000000000000000169063a9333ec890604401602060405180830381865afa158015611a2b573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a4f91906159f0565b9050611a5d8484835f61371f565b949350505050565b611a6d6138fa565b6111e85f613954565b82611a80816133cd565b611a9d5760405163932d94f760e01b815260040160405180910390fd5b611aa684611983565b611ac3576040516325ec6c1f60e01b815260040160405180910390fd5b836001600160a01b03167f02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b67080908484604051611afe9291906159c2565b60405180910390a250505050565b60605f82516001600160401b03811115611b2857611b28614e62565b604051908082528060200260200182016040528015611b51578160200160208202803683370190505b5090505f5b8351811015611bda576001600160a01b0385165f9081526098602052604081208551909190869084908110611b8d57611b8d615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f2054828281518110611bc757611bc7615930565b6020908102919091010152600101611b56565b509392505050565b606654600290600490811603611c0b5760405163840a48d560e01b815260040160405180910390fd5b611c136126fc565b855f5b81811015611ca657611c9e898983818110611c3357611c33615930565b9050602002810190611c459190615b5f565b611c4e90615b73565b888884818110611c6057611c60615930565b9050602002810190611c729190615962565b888886818110611c8457611c84615930565b9050602002016020810190611c999190615b7e565b6139a5565b600101611c16565b5050611cb2600160c955565b50505050505050565b611cc3614c00565b5f82815260a46020908152604091829020825160e08101845281546001600160a01b03908116825260018301548116828501526002830154168185015260038201546060820152600482015463ffffffff1660808201526005820180548551818602810186019096528086529194929360a08601939290830182828015611d7157602002820191905f5260205f20905b81546001600160a01b03168152600190910190602001808311611d53575b5050505050815260200160068201805480602002602001604051908101604052809291908181526020018280548015611dc757602002820191905f5260205f20905b815481526020019060010190808311611db3575b5050505050815250509050919050565b6060611de2336121d3565b9050610dd0848484612352565b6001600160a01b038083165f90815260a260209081526040808320938516835292815282822083519182019093529154825290610dd090613de7565b60608082516001600160401b03811115611e4757611e47614e62565b604051908082528060200260200182016040528015611e70578160200160208202803683370190505b50915082516001600160401b03811115611e8c57611e8c614e62565b604051908082528060200260200182016040528015611eb5578160200160208202803683370190505b506001600160a01b038086165f908152609a6020526040812054929350911690611ee0868387612755565b90505f5b85518110156120ad575f611f10878381518110611f0357611f03615930565b6020026020010151613856565b9050806001600160a01b031663fe243a1789898581518110611f3457611f34615930565b60200260200101516040518363ffffffff1660e01b8152600401611f6e9291906001600160a01b0392831681529116602082015260400190565b602060405180830381865afa158015611f89573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fad9190615b48565b858381518110611fbf57611fbf615930565b6020026020010181815250505f60a25f8a6001600160a01b03166001600160a01b031681526020019081526020015f205f89858151811061200257612002615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f206040518060200160405290815f82015481525050905061208686848151811061205457612054615930565b602002602001015185858151811061206e5761206e615930565b6020026020010151836138dc9092919063ffffffff16565b87848151811061209857612098615930565b60209081029190910101525050600101611ee4565b5050505b9250929050565b5f54610100900460ff16158080156120d657505f54600160ff909116105b806120ef5750303b1580156120ef57505f5460ff166001145b6121575760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015612178575f805461ff0019166101001790555b61218182612e42565b61218a83613954565b8015611106575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a1505050565b60606121dd6126fc565b6121e68261107e565b6122035760405163a5c7c44560e01b815260040160405180910390fd5b61220c82611983565b1561222a576040516311ca333560e31b815260040160405180910390fd5b336001600160a01b038316146122e2576001600160a01b038083165f908152609a60205260409020541661225d816133cd565b8061228357506001600160a01b038181165f908152609960205260409020600101541633145b6122a057604051631e499a2360e11b815260040160405180910390fd5b806001600160a01b0316836001600160a01b03167ff0eddf07e6ea14f388b47e1e94a0f464ecbd9eed4171130e0fc0e99fb4030a8a60405160405180910390a3505b6122eb82613e06565b90506122f7600160c955565b919050565b6066546002906004908116036123255760405163840a48d560e01b815260040160405180910390fd5b61232d6126fc565b61234161233986615b73565b8585856139a5565b61234b600160c955565b5050505050565b61235a6126fc565b6123633361107e565b1561238157604051633bf2b50360e11b815260040160405180910390fd5b61238a83611983565b6123a7576040516325ec6c1f60e01b815260040160405180910390fd5b6123b333848484614065565b6110fc3384612eff565b60605f83516001600160401b038111156123d9576123d9614e62565b60405190808252806020026020018201604052801561240c57816020015b60608152602001906001900390816123f75790505b5090505f5b8451811015611bda5761243d85828151811061242f5761242f615930565b602002602001015185611b0c565b82828151811061244f5761244f615930565b6020908102919091010152600101612411565b61246a6138fa565b6001600160a01b0381166124cf5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161214e565b6124d881613954565b50565b60408051808201909152600a81526922b4b3b2b72630bcb2b960b11b6020909101525f7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f7f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea612548614124565b805160209182012060408051928301949094529281019190915260608101919091524660808201523060a082015260c00160405160208183030381529060405280519060200120905090565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156125f0573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126149190615b99565b6001600160a01b0316336001600160a01b0316146126455760405163794821ff60e01b815260040160405180910390fd5b6066548019821981161461266c5760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c906020015b60405180910390a25050565b6001600160a01b0381165f90815260a3602052604090206060906119b5906141c0565b5f6126d76124db565b60405161190160f01b60208201526022810191909152604281018390526062016111fc565b600260c9540361274e5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015260640161214e565b600260c955565b60605f82516001600160401b0381111561277157612771614e62565b60405190808252806020026020018201604052801561279a578160200160208202803683370190505b5090505f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663547afb8786866040518363ffffffff1660e01b81526004016127ec929190615bb4565b5f60405180830381865afa158015612806573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261282d9190810190615bd7565b90505f5b845181101561289c576128778786838151811061285057612850615930565b602002602001015184848151811061286a5761286a615930565b60200260200101516131a6565b83828151811061288957612889615930565b6020908102919091010152600101612831565b509095945050505050565b5f6001600160a01b0386166128cf576040516339b190bb60e11b815260040160405180910390fd5b83515f036128f05760405163796cc52560e01b815260040160405180910390fd5b5f84516001600160401b0381111561290a5761290a614e62565b604051908082528060200260200182016040528015612933578160200160208202803683370190505b5090505f85516001600160401b0381111561295057612950614e62565b604051908082528060200260200182016040528015612979578160200160208202803683370190505b5090505f5b8651811015612c75575f61299d888381518110611f0357611f03615930565b90505f60a25f8c6001600160a01b03166001600160a01b031681526020019081526020015f205f8a85815181106129d6576129d6615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f209050612a4f888481518110612a1457612a14615930565b6020026020010151888581518110612a2e57612a2e615930565b602090810291909101810151604080519283019052845482529091906138dc565b848481518110612a6157612a61615930565b602002602001018181525050612aa0888481518110612a8257612a82615930565b602090810291909101810151604080519283019052835482526141cc565b858481518110612ab257612ab2615930565b60209081029190910101526001600160a01b038a1615612b4757612b098a8a8581518110612ae257612ae2615930565b6020026020010151878681518110612afc57612afc615930565b60200260200101516141e0565b612b478a8c8b8681518110612b2057612b20615930565b6020026020010151878781518110612b3a57612b3a615930565b60200260200101516137dc565b5f826001600160a01b031663724af4238d8c8781518110612b6a57612b6a615930565b60200260200101518c8881518110612b8457612b84615930565b60200260200101516040518463ffffffff1660e01b8152600401612baa93929190615c66565b6020604051808303815f875af1158015612bc6573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bea9190615b48565b9050805f03612c67575f82557f8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f8c8b8681518110612c2a57612c2a615930565b6020026020010151612c4f856040518060200160405290815f82015481525050613de7565b604051612c5e93929190615c66565b60405180910390a15b50505080600101905061297e565b506001600160a01b0388165f908152609f60205260408120805491829190612c9c83615c8a565b91905055505f6040518060e001604052808b6001600160a01b031681526020018a6001600160a01b031681526020018b6001600160a01b031681526020018381526020014363ffffffff1681526020018981526020018581525090505f612d02826111ea565b5f818152609e602090815260408083208054600160ff19909116811790915560a4835292819020865181546001600160a01b03199081166001600160a01b039283161783558885015195830180548216968316969096179095559187015160028201805490951692169190911790925560608501516003830155608085015160048301805463ffffffff191663ffffffff90921691909117905560a085015180519394508593612db89260058501920190614c59565b5060c08201518051612dd4916006840191602090910190614cbc565b5050506001600160a01b038b165f90815260a360205260409020612df8908261424a565b507f26b2aae26516e8719ef50ea2f6831a2efbd4e37dccdf0f6936b27bc08e793e30818386604051612e2c93929190615ca2565b60405180910390a19a9950505050505050505050565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b5f611a5d82612e97612e9087613de7565b8690614255565b90614255565b6001600160a01b038281165f8181526099602090815260409182902060010180546001600160a01b0319169486169485179055905192835290917f773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6910161269f565b6066545f90600190811603612f275760405163840a48d560e01b815260040160405180910390fd5b5f5f612f3285611683565b915091505f612f425f8685612755565b6001600160a01b038781165f818152609a602052604080822080546001600160a01b031916948b16948517905551939450919290917fc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d874330491a35f5b8351811015611cb25773beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06001600160a01b0316848281518110612fd557612fd5615930565b60200260200101516001600160a01b0316036131455760405163a3d75e0960e01b81526001600160a01b0388811660048301525f917f00000000000000000000000000000000000000000000000000000000000000009091169063a3d75e0990602401602060405180830381865afa158015613053573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061307791906159f0565b90505f60a25f8a6001600160a01b03166001600160a01b031681526020019081526020015f205f8785815181106130b0576130b0615930565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f206040518060200160405290815f82015481525050905061312485848151811061310257613102615930565b6020026020010151836001600160401b0316836138dc9092919063ffffffff16565b85848151811061313657613136615930565b60200260200101818152505050505b61319e868886848151811061315c5761315c615930565b60200260200101515f87868151811061317757613177615930565b602002602001015187878151811061319157613191615930565b6020026020010151613288565b600101612f9c565b5f73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeabf196001600160a01b038416016132785760405163a3d75e0960e01b81526001600160a01b0385811660048301525f917f00000000000000000000000000000000000000000000000000000000000000009091169063a3d75e0990602401602060405180830381865afa158015613234573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061325891906159f0565b90506132706001600160401b038481169083166138c8565b915050610dd0565b506001600160401b031692915050565b805f036132a857604051630a33bc6960e21b815260040160405180910390fd5b81156133c5576001600160a01b038086165f90815260a2602090815260408083209388168352929052206132de81858585614269565b6040805160208101909152815481527f8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f908790879061331c90613de7565b60405161332b93929190615c66565b60405180910390a161333c8661107e565b15611cb2576001600160a01b038088165f90815260986020908152604080832093891683529290529081208054859290613377908490615a1f565b92505081905550866001600160a01b03167f1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c8787866040516133bb93929190615c66565b60405180910390a2505b505050505050565b604051631beb2b9760e31b81526001600160a01b0382811660048301523360248301523060448301525f80356001600160e01b0319166064840152917f00000000000000000000000000000000000000000000000000000000000000009091169063df595cb8906084016020604051808303815f875af1158015613453573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119b591906159a7565b60605f613483836142e4565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6134bc614c00565b5f82815260a46020908152604091829020825160e08101845281546001600160a01b0390811682526001830154811682850152600283015416818501526003820154606082810191909152600483015463ffffffff1660808301526005830180548651818702810187019097528087529195929460a0860193929083018282801561356e57602002820191905f5260205f20905b81546001600160a01b03168152600190910190602001808311613550575b50505050508152602001600682018054806020026020016040519081016040528092919081815260200182805480156135c457602002820191905f5260205f20905b8154815260200190600101908083116135b0575b50505050508152505091508160a00151516001600160401b038111156135ec576135ec614e62565b604051908082528060200260200182016040528015613615578160200160208202803683370190505b5090505f7f000000000000000000000000000000000000000000000000000000000000000083608001516136499190615ccc565b90505f4363ffffffff168263ffffffff161061367a57613675845f015185602001518660a00151612755565b613691565b613691845f015185602001518660a001518561430b565b90505f5b8460a0015151811015611358576136e28560c0015182815181106136bb576136bb615930565b60200260200101518383815181106136d5576136d5615930565b6020026020010151614439565b8482815181106136f4576136f4615930565b6020908102919091010152600101613695565b5f6137158483856001614444565b611a5d9085615ce8565b6001600160a01b038085165f90815260a560209081526040808320938716835292905290812081906137509061449f565b90505f6137b660016137827f000000000000000000000000000000000000000000000000000000000000000043615cfb565b61378c9190615cfb565b6001600160a01b03808a165f90815260a560209081526040808320938c16835292905220906144b9565b90505f6137c38284615ce8565b90506137d08187876144d5565b98975050505050505050565b6001600160a01b038085165f90815260986020908152604080832093861683529290529081208054839290613812908490615ce8565b92505081905550836001600160a01b03167f6909600037b75d7b4733aedd815442b5ec018a827751c832aaff64eba5d6d2dd848484604051611afe93929190615c66565b5f6001600160a01b03821673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0146138a1577f00000000000000000000000000000000000000000000000000000000000000006119b5565b7f000000000000000000000000000000000000000000000000000000000000000092915050565b5f610dd08383670de0b6b3a76400006144f3565b5f611a5d826138f46138ed87613de7565b86906138c8565b906138c8565b6033546001600160a01b031633146111e85760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161214e565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b60a08401515182146139ca576040516343714afd60e01b815260040160405180910390fd5b83604001516001600160a01b0316336001600160a01b031614613a00576040516316110d3560e21b815260040160405180910390fd5b5f613a0a856111ea565b5f818152609e602052604090205490915060ff16613a3b576040516387c9d21960e01b815260040160405180910390fd5b60605f7f00000000000000000000000000000000000000000000000000000000000000008760800151613a6e9190615ccc565b90508063ffffffff164363ffffffff1611613a9c576040516378f67ae160e11b815260040160405180910390fd5b613ab3875f015188602001518960a001518461430b565b87516001600160a01b03165f90815260a360205260409020909250613ad99150836145d8565b505f82815260a46020526040812080546001600160a01b031990811682556001820180548216905560028201805490911690556003810182905560048101805463ffffffff1916905590613b306005830182614cf5565b613b3d600683015f614cf5565b50505f828152609e602052604090819020805460ff19169055517f1f40400889274ed07b24845e5054a87a0cab969eb1277aafe61ae352e7c32a0090613b869084815260200190565b60405180910390a185516001600160a01b039081165f908152609a6020526040812054885160a08a01519190931692613bc0918490612755565b90505f5b8860a0015151811015613ddc575f613beb8a60a001518381518110611f0357611f03615930565b90505f613c218b60c001518481518110613c0757613c07615930565b60200260200101518785815181106136d5576136d5615930565b9050805f03613c31575050613dd4565b8715613cff57816001600160a01b0316632eae418c8c5f01518d60a001518681518110613c6057613c60615930565b60200260200101518d8d88818110613c7a57613c7a615930565b9050602002016020810190613c8f9190615191565b60405160e085901b6001600160e01b03191681526001600160a01b03938416600482015291831660248301529091166044820152606481018490526084015f604051808303815f87803b158015613ce4575f5ffd5b505af1158015613cf6573d5f5f3e3d5ffd5b50505050613dd1565b5f5f836001600160a01b03166350ff72258e5f01518f60a001518881518110613d2a57613d2a615930565b6020026020010151866040518463ffffffff1660e01b8152600401613d5193929190615c66565b60408051808303815f875af1158015613d6c573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d909190615d17565b91509150613dce878e5f01518f60a001518881518110613db257613db2615930565b602002602001015185858b8b8151811061319157613191615930565b50505b50505b600101613bc4565b505050505050505050565b80515f9015613df75781516119b5565b670de0b6b3a764000092915050565b606654606090600190600290811603613e325760405163840a48d560e01b815260040160405180910390fd5b6001600160a01b038084165f818152609a602052604080822080546001600160a01b0319811690915590519316928392917ffee30966a256b71e14bc0ebfc94315e28ef4a97a7131a9e2b7a310a73af4467691a35f5f613e9186611683565b9150915081515f03613ea55750505061405f565b81516001600160401b03811115613ebe57613ebe614e62565b604051908082528060200260200182016040528015613ee7578160200160208202803683370190505b5094505f613ef6878585612755565b90505f5b8351811015614059576040805160018082528183019092525f916020808301908036833750506040805160018082528183019092529293505f9291506020808301908036833750506040805160018082528183019092529293505f92915060208083019080368337019050509050868481518110613f7a57613f7a615930565b6020026020010151835f81518110613f9457613f94615930565b60200260200101906001600160a01b031690816001600160a01b031681525050858481518110613fc657613fc6615930565b6020026020010151825f81518110613fe057613fe0615930565b602002602001018181525050848481518110613ffe57613ffe615930565b6020026020010151815f8151811061401857614018615930565b6020026020010181815250506140318b898585856128a7565b8a858151811061404357614043615930565b6020908102919091010152505050600101613efa565b50505050505b50919050565b6001600160a01b038084165f90815260996020526040902060010154168061408d5750610f25565b6001600160a01b0381165f908152609c6020908152604080832085845290915290205460ff16156140d157604051630d4c4c9160e21b815260040160405180910390fd5b6001600160a01b0381165f908152609c602090815260408083208584528252909120805460ff1916600117905583015161234b908290614118908890889084908890610889565b855160208701516145e3565b60605f6141507f0000000000000000000000000000000000000000000000000000000000000000613477565b9050805f8151811061416457614164615930565b602001015160f81c60f81b8160018151811061418257614182615930565b016020908101516040516001600160f81b03199384169281019290925291909116602182015260220160405160208183030381529060405291505090565b60605f610dd083614635565b5f610dd06141d984613de7565b83906138c8565b6001600160a01b038084165f90815260a560209081526040808320938616835292905290812061420f9061449f565b9050610f254361421f8484615a1f565b6001600160a01b038088165f90815260a560209081526040808320938a16835292905220919061468e565b5f610dd08383614699565b5f610dd083670de0b6b3a7640000846144f3565b825f036142955760408051602081019091528454815261428e908290612e9790613de7565b8455610f25565b6040805160208101909152845481525f906142b19085846138dc565b90505f6142be8483615a1f565b90505f6142d984612e976142d2888a615a1f565b8590614255565b875550505050505050565b5f60ff8216601f8111156119b557604051632cd44ac360e21b815260040160405180910390fd5b60605f83516001600160401b0381111561432757614327614e62565b604051908082528060200260200182016040528015614350578160200160208202803683370190505b5090505f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166394d7d00c8787876040518463ffffffff1660e01b81526004016143a493929190615d39565b5f60405180830381865afa1580156143be573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526143e59190810190615bd7565b90505f5b855181101561442d576144088887838151811061285057612850615930565b83828151811061441a5761441a615930565b60209081029190910101526001016143e9565b50909695505050505050565b5f610dd083836138c8565b5f5f6144518686866144f3565b9050600183600281111561446757614467615d72565b14801561448357505f848061447e5761447e615d86565b868809115b1561449657614493600182615a1f565b90505b95945050505050565b5f6144aa82826146e5565b6001600160e01b031692915050565b5f6144c583838361472a565b6001600160e01b03169392505050565b5f611a5d6144e38385615d9a565b85906001600160401b03166138c8565b5f80805f19858709858702925082811083820303915050805f0361452a5783828161452057614520615d86565b0492505050610dd0565b8084116145715760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b604482015260640161214e565b5f8486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091025f889003889004909101858311909403939093029303949094049190911702949350505050565b5f610dd08383614773565b4281101561460457604051630819bdcd60e01b815260040160405180910390fd5b6146186001600160a01b0385168484614856565b610f2557604051638baa579f60e01b815260040160405180910390fd5b6060815f0180548060200260200160405190810160405280929190818152602001828054801561468257602002820191905f5260205f20905b81548152602001906001019080831161466e575b50505050509050919050565b6111068383836148aa565b5f8181526001830160205260408120546146de57508154600181810184555f8481526020808220909301849055845484825282860190935260409020919091556119b5565b505f6119b5565b81545f9080156147225761470b846146fe600184615ce8565b5f91825260209091200190565b5464010000000090046001600160e01b0316611a5d565b509092915050565b82545f908161473b868683856149b0565b9050801561476957614752866146fe600184615ce8565b5464010000000090046001600160e01b0316610907565b5091949350505050565b5f818152600183016020526040812054801561484d575f614795600183615ce8565b85549091505f906147a890600190615ce8565b9050818114614807575f865f0182815481106147c6576147c6615930565b905f5260205f200154905080875f0184815481106147e6576147e6615930565b5f918252602080832090910192909255918252600188019052604090208390555b855486908061481857614818615db9565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f9055600193505050506119b5565b5f9150506119b5565b5f5f5f6148638585614a03565b90925090505f81600481111561487b5761487b615d72565b1480156148995750856001600160a01b0316826001600160a01b0316145b806109075750610907868686614a42565b82548015614962575f6148c2856146fe600185615ce8565b60408051808201909152905463ffffffff8082168084526401000000009092046001600160e01b0316602084015291925090851610156149155760405163151b8e3f60e11b815260040160405180910390fd5b805163ffffffff8086169116036149605782614936866146fe600186615ce8565b80546001600160e01b03929092166401000000000263ffffffff9092169190911790555050505050565b505b506040805180820190915263ffffffff92831681526001600160e01b03918216602080830191825285546001810187555f968752952091519051909216640100000000029190921617910155565b5f5b81831015611bda575f6149c58484614b29565b5f8781526020902090915063ffffffff86169082015463ffffffff1611156149ef578092506149fd565b6149fa816001615a1f565b93505b506149b2565b5f5f8251604103614a37576020830151604084015160608501515f1a614a2b87828585614b43565b945094505050506120b1565b505f905060026120b1565b5f5f5f856001600160a01b0316631626ba7e60e01b8686604051602401614a6a929190615dcd565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b0319909416939093179092529051614aa89190615de5565b5f60405180830381855afa9150503d805f8114614ae0576040519150601f19603f3d011682016040523d82523d5f602084013e614ae5565b606091505b5091509150818015614af957506020815110155b801561090757508051630b135d3f60e11b90614b1e9083016020908101908401615b48565b149695505050505050565b5f614b376002848418615dfb565b610dd090848416615a1f565b5f807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0831115614b7857505f90506003614bf7565b604080515f8082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015614bc9573d5f5f3e3d5ffd5b5050604051601f1901519150506001600160a01b038116614bf1575f60019250925050614bf7565b91505f90505b94509492505050565b6040518060e001604052805f6001600160a01b031681526020015f6001600160a01b031681526020015f6001600160a01b031681526020015f81526020015f63ffffffff16815260200160608152602001606081525090565b828054828255905f5260205f20908101928215614cac579160200282015b82811115614cac57825182546001600160a01b0319166001600160a01b03909116178255602090920191600190910190614c77565b50614cb8929150614d0c565b5090565b828054828255905f5260205f20908101928215614cac579160200282015b82811115614cac578251825591602001919060010190614cda565b5080545f8255905f5260205f20908101906124d891905b5b80821115614cb8575f8155600101614d0d565b6001600160a01b03811681146124d8575f5ffd5b80356122f781614d20565b5f5f5f5f5f60a08688031215614d53575f5ffd5b8535614d5e81614d20565b94506020860135614d6e81614d20565b93506040860135614d7e81614d20565b94979396509394606081013594506080013592915050565b5f5f83601f840112614da6575f5ffd5b5081356001600160401b03811115614dbc575f5ffd5b6020830191508360208260051b85010111156120b1575f5ffd5b5f5f60208385031215614de7575f5ffd5b82356001600160401b03811115614dfc575f5ffd5b614e0885828601614d96565b90969095509350505050565b602080825282518282018190525f918401906040840190835b8181101561289c578351835260209384019390920191600101614e2d565b5f60208284031215614e5b575f5ffd5b5035919050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715614e9857614e98614e62565b60405290565b604080519081016001600160401b0381118282101715614e9857614e98614e62565b604051601f8201601f191681016001600160401b0381118282101715614ee857614ee8614e62565b604052919050565b5f6001600160401b03821115614f0857614f08614e62565b5060051b60200190565b5f82601f830112614f21575f5ffd5b8135614f34614f2f82614ef0565b614ec0565b8082825260208201915060208360051b860101925085831115614f55575f5ffd5b602085015b83811015614f7b578035614f6d81614d20565b835260209283019201614f5a565b5095945050505050565b5f82601f830112614f94575f5ffd5b8135614fa2614f2f82614ef0565b8082825260208201915060208360051b860101925085831115614fc3575f5ffd5b602085015b83811015614f7b578035835260209283019201614fc8565b5f5f5f60608486031215614ff2575f5ffd5b8335614ffd81614d20565b925060208401356001600160401b03811115615017575f5ffd5b61502386828701614f12565b92505060408401356001600160401b0381111561503e575f5ffd5b61504a86828701614f85565b9150509250925092565b5f8151808452602084019350602083015f5b82811015615084578151865260209586019590910190600101615066565b5093949350505050565b602081525f610dd06020830184615054565b803563ffffffff811681146122f7575f5ffd5b5f5f83601f8401126150c3575f5ffd5b5081356001600160401b038111156150d9575f5ffd5b6020830191508360208285010111156120b1575f5ffd5b5f5f5f5f60608587031215615103575f5ffd5b843561510e81614d20565b935061511c602086016150a0565b925060408501356001600160401b03811115615136575f5ffd5b615142878288016150b3565b95989497509550505050565b5f5f5f5f60808587031215615161575f5ffd5b843561516c81614d20565b9350602085013561517c81614d20565b93969395505050506040820135916060013590565b5f602082840312156151a1575f5ffd5b8135610dd081614d20565b5f5f604083850312156151bd575f5ffd5b82356151c881614d20565b915060208301356151d881614d20565b809150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f610dd060208301846151e3565b5f60e08284031215615233575f5ffd5b61523b614e76565b905061524682614d34565b815261525460208301614d34565b602082015261526560408301614d34565b604082015260608281013590820152615280608083016150a0565b608082015260a08201356001600160401b0381111561529d575f5ffd5b6152a984828501614f12565b60a08301525060c08201356001600160401b038111156152c7575f5ffd5b6152d384828501614f85565b60c08301525092915050565b5f602082840312156152ef575f5ffd5b81356001600160401b03811115615304575f5ffd5b611a5d84828501615223565b5f60208284031215615320575f5ffd5b813560ff81168114610dd0575f5ffd5b5f8151808452602084019350602083015f5b828110156150845781516001600160a01b0316865260209586019590910190600101615342565b80516001600160a01b03908116835260208083015182169084015260408083015190911690830152606080820151908301526080808201515f916153b49085018263ffffffff169052565b5060a082015160e060a08501526153ce60e0850182615330565b905060c083015184820360c08601526144968282615054565b604081525f6153f96040830185615369565b82810360208401526144968185615054565b5f82825180855260208501945060208160051b830101602085015f5b8381101561442d57601f19858403018852615443838351615054565b6020988901989093509190910190600101615427565b5f604082016040835280855180835260608501915060608160051b8601019250602087015f5b828110156154b057605f1987860301845261549b858351615369565b9450602093840193919091019060010161547f565b505050508281036020840152614496818561540b565b6001600160401b03811681146124d8575f5ffd5b5f5f5f5f608085870312156154ed575f5ffd5b84356154f881614d20565b9350602085013561550881614d20565b92506040850135615518816154c6565b91506060850135615528816154c6565b939692955090935050565b5f5f5f60608486031215615545575f5ffd5b833561555081614d20565b9250602084013591506040840135615567816154c6565b809150509250925092565b604081525f6153f96040830185615330565b5f5f5f60408486031215615596575f5ffd5b83356155a181614d20565b925060208401356001600160401b038111156155bb575f5ffd5b6155c7868287016150b3565b9497909650939450505050565b5f5f604083850312156155e5575f5ffd5b82356155f081614d20565b915060208301356001600160401b0381111561560a575f5ffd5b61561685828601614f12565b9150509250929050565b5f5f5f5f5f5f60608789031215615635575f5ffd5b86356001600160401b0381111561564a575f5ffd5b61565689828a01614d96565b90975095505060208701356001600160401b03811115615674575f5ffd5b61568089828a01614d96565b90955093505060408701356001600160401b0381111561569e575f5ffd5b6156aa89828a01614d96565b979a9699509497509295939492505050565b602081525f610dd06020830184615369565b5f5f5f606084860312156156e0575f5ffd5b83356156eb81614d20565b925060208401356001600160401b03811115615705575f5ffd5b840160408187031215615716575f5ffd5b61571e614e9e565b81356001600160401b03811115615733575f5ffd5b8201601f81018813615743575f5ffd5b80356001600160401b0381111561575c5761575c614e62565b61576f601f8201601f1916602001614ec0565b818152896020838501011115615783575f5ffd5b816020840160208301375f60209282018301528352928301359282019290925293969395505050506040919091013590565b5f5f604083850312156157c6575f5ffd5b82356157d181614d20565b946020939093013593505050565b604081525f6153f96040830185615054565b80151581146124d8575f5ffd5b5f5f5f5f60608587031215615811575f5ffd5b84356001600160401b03811115615826575f5ffd5b850160e08188031215615837575f5ffd5b935060208501356001600160401b03811115615851575f5ffd5b61585d87828801614d96565b9094509250506040850135615528816157f1565b5f5f60408385031215615882575f5ffd5b82356001600160401b03811115615897575f5ffd5b8301601f810185136158a7575f5ffd5b80356158b5614f2f82614ef0565b8082825260208201915060208360051b8501019250878311156158d6575f5ffd5b6020840193505b828410156159015783356158f081614d20565b8252602093840193909101906158dd565b945050505060208301356001600160401b0381111561560a575f5ffd5b602081525f610dd0602083018461540b565b634e487b7160e01b5f52603260045260245ffd5b5f8235605e19833603018112615958575f5ffd5b9190910192915050565b5f5f8335601e19843603018112615977575f5ffd5b8301803591506001600160401b03821115615990575f5ffd5b6020019150600581901b36038213156120b1575f5ffd5b5f602082840312156159b7575f5ffd5b8151610dd0816157f1565b60208152816020820152818360408301375f818301604090810191909152601f909201601f19160101919050565b5f60208284031215615a00575f5ffd5b8151610dd0816154c6565b634e487b7160e01b5f52601160045260245ffd5b808201808211156119b5576119b5615a0b565b5f82601f830112615a41575f5ffd5b8151615a4f614f2f82614ef0565b8082825260208201915060208360051b860101925085831115615a70575f5ffd5b602085015b83811015614f7b578051835260209283019201615a75565b5f5f60408385031215615a9e575f5ffd5b82516001600160401b03811115615ab3575f5ffd5b8301601f81018513615ac3575f5ffd5b8051615ad1614f2f82614ef0565b8082825260208201915060208360051b850101925087831115615af2575f5ffd5b6020840193505b82841015615b1d578351615b0c81614d20565b825260209384019390910190615af9565b8095505050505060208301516001600160401b03811115615b3c575f5ffd5b61561685828601615a32565b5f60208284031215615b58575f5ffd5b5051919050565b5f823560de19833603018112615958575f5ffd5b5f6119b53683615223565b5f60208284031215615b8e575f5ffd5b8135610dd0816157f1565b5f60208284031215615ba9575f5ffd5b8151610dd081614d20565b6001600160a01b03831681526040602082018190525f90611a5d90830184615330565b5f60208284031215615be7575f5ffd5b81516001600160401b03811115615bfc575f5ffd5b8201601f81018413615c0c575f5ffd5b8051615c1a614f2f82614ef0565b8082825260208201915060208360051b850101925086831115615c3b575f5ffd5b6020840193505b82841015610907578351615c55816154c6565b825260209384019390910190615c42565b6001600160a01b039384168152919092166020820152604081019190915260600190565b5f60018201615c9b57615c9b615a0b565b5060010190565b838152606060208201525f615cba6060830185615369565b82810360408401526109078185615054565b63ffffffff81811683821601908111156119b5576119b5615a0b565b818103818111156119b5576119b5615a0b565b63ffffffff82811682821603908111156119b5576119b5615a0b565b5f5f60408385031215615d28575f5ffd5b505080516020909101519092909150565b6001600160a01b03841681526060602082018190525f90615d5c90830185615330565b905063ffffffff83166040830152949350505050565b634e487b7160e01b5f52602160045260245ffd5b634e487b7160e01b5f52601260045260245ffd5b6001600160401b0382811682821603908111156119b5576119b5615a0b565b634e487b7160e01b5f52603160045260245ffd5b828152604060208201525f611a5d60408301846151e3565b5f82518060208501845e5f920191825250919050565b5f82615e1557634e487b7160e01b5f52601260045260245ffd5b50049056fea264697066735822122028823ec872a9df95048c08df1bd11d6833b239643a395c032aeedc56c3554f0e64736f6c634300081b0033",
}
⋮----
// ContractDelegationManagerABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractDelegationManagerMetaData.ABI instead.
var ContractDelegationManagerABI = ContractDelegationManagerMetaData.ABI
⋮----
// ContractDelegationManagerBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractDelegationManagerMetaData.Bin instead.
var ContractDelegationManagerBin = ContractDelegationManagerMetaData.Bin
⋮----
// DeployContractDelegationManager deploys a new Ethereum contract, binding an instance of ContractDelegationManager to it.
func DeployContractDelegationManager(auth *bind.TransactOpts, backend bind.ContractBackend, _strategyManager common.Address, _eigenPodManager common.Address, _allocationManager common.Address, _pauserRegistry common.Address, _permissionController common.Address, _MIN_WITHDRAWAL_DELAY uint32, _version string) (common.Address, *types.Transaction, *ContractDelegationManager, error)
⋮----
// ContractDelegationManagerMethods is an auto generated interface around an Ethereum contract.
type ContractDelegationManagerMethods interface {
	ContractDelegationManagerCalls
	ContractDelegationManagerTransacts
	ContractDelegationManagerFilters
}
⋮----
// ContractDelegationManagerCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractDelegationManagerCalls interface {
	DELEGATIONAPPROVALTYPEHASH(opts *bind.CallOpts) ([32]byte, error)

	AllocationManager(opts *bind.CallOpts) (common.Address, error)

	BeaconChainETHStrategy(opts *bind.CallOpts) (common.Address, error)

	CalculateDelegationApprovalDigestHash(opts *bind.CallOpts, staker common.Address, operator common.Address, approver common.Address, approverSalt [32]byte, expiry *big.Int) ([32]byte, error)

	CalculateWithdrawalRoot(opts *bind.CallOpts, withdrawal IDelegationManagerTypesWithdrawal) ([32]byte, error)

	ConvertToDepositShares(opts *bind.CallOpts, staker common.Address, strategies []common.Address, withdrawableShares []*big.Int) ([]*big.Int, error)

	CumulativeWithdrawalsQueued(opts *bind.CallOpts, staker common.Address) (*big.Int, error)

	DelegatedTo(opts *bind.CallOpts, staker common.Address) (common.Address, error)

	DelegationApprover(opts *bind.CallOpts, operator common.Address) (common.Address, error)

	DelegationApproverSaltIsSpent(opts *bind.CallOpts, delegationApprover common.Address, salt [32]byte) (bool, error)

	DepositScalingFactor(opts *bind.CallOpts, staker common.Address, strategy common.Address) (*big.Int, error)

	DomainSeparator(opts *bind.CallOpts) ([32]byte, error)

	EigenPodManager(opts *bind.CallOpts) (common.Address, error)

	GetDepositedShares(opts *bind.CallOpts, staker common.Address) ([]common.Address, []*big.Int, error)

	GetOperatorShares(opts *bind.CallOpts, operator common.Address, strategies []common.Address) ([]*big.Int, error)

	GetOperatorsShares(opts *bind.CallOpts, operators []common.Address, strategies []common.Address) ([][]*big.Int, error)

	GetQueuedWithdrawal(opts *bind.CallOpts, withdrawalRoot [32]byte) (struct {
		Withdrawal IDelegationManagerTypesWithdrawal
		Shares     []*big.Int
	}, error)
⋮----
// ContractDelegationManagerTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractDelegationManagerTransacts interface {
	CompleteQueuedWithdrawal(opts *bind.TransactOpts, withdrawal IDelegationManagerTypesWithdrawal, tokens []common.Address, receiveAsTokens bool) (*types.Transaction, error)

	CompleteQueuedWithdrawals(opts *bind.TransactOpts, withdrawals []IDelegationManagerTypesWithdrawal, tokens [][]common.Address, receiveAsTokens []bool) (*types.Transaction, error)

	DecreaseDelegatedShares(opts *bind.TransactOpts, staker common.Address, curDepositShares *big.Int, beaconChainSlashingFactorDecrease uint64) (*types.Transaction, error)

	DelegateTo(opts *bind.TransactOpts, operator common.Address, approverSignatureAndExpiry ISignatureUtilsMixinTypesSignatureWithExpiry, approverSalt [32]byte) (*types.Transaction, error)

	IncreaseDelegatedShares(opts *bind.TransactOpts, staker common.Address, strategy common.Address, prevDepositShares *big.Int, addedShares *big.Int) (*types.Transaction, error)

	Initialize(opts *bind.TransactOpts, initialOwner common.Address, initialPausedStatus *big.Int) (*types.Transaction, error)

	ModifyOperatorDetails(opts *bind.TransactOpts, operator common.Address, newDelegationApprover common.Address) (*types.Transaction, error)

	Pause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)

	PauseAll(opts *bind.TransactOpts) (*types.Transaction, error)

	QueueWithdrawals(opts *bind.TransactOpts, params []IDelegationManagerTypesQueuedWithdrawalParams) (*types.Transaction, error)

	Redelegate(opts *bind.TransactOpts, newOperator common.Address, newOperatorApproverSig ISignatureUtilsMixinTypesSignatureWithExpiry, approverSalt [32]byte) (*types.Transaction, error)

	RegisterAsOperator(opts *bind.TransactOpts, initDelegationApprover common.Address, allocationDelay uint32, metadataURI string) (*types.Transaction, error)

	RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

	SlashOperatorShares(opts *bind.TransactOpts, operator common.Address, strategy common.Address, prevMaxMagnitude uint64, newMaxMagnitude uint64) (*types.Transaction, error)

	TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)

	Undelegate(opts *bind.TransactOpts, staker common.Address) (*types.Transaction, error)

	Unpause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)

	UpdateOperatorMetadataURI(opts *bind.TransactOpts, operator common.Address, metadataURI string) (*types.Transaction, error)
}
⋮----
// ContractDelegationManagerFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractDelegationManagerFilters interface {
	FilterDelegationApproverUpdated(opts *bind.FilterOpts, operator []common.Address) (*ContractDelegationManagerDelegationApproverUpdatedIterator, error)
	WatchDelegationApproverUpdated(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerDelegationApproverUpdated, operator []common.Address) (event.Subscription, error)
	ParseDelegationApproverUpdated(log types.Log) (*ContractDelegationManagerDelegationApproverUpdated, error)

	FilterDepositScalingFactorUpdated(opts *bind.FilterOpts) (*ContractDelegationManagerDepositScalingFactorUpdatedIterator, error)
	WatchDepositScalingFactorUpdated(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerDepositScalingFactorUpdated) (event.Subscription, error)
	ParseDepositScalingFactorUpdated(log types.Log) (*ContractDelegationManagerDepositScalingFactorUpdated, error)

	FilterInitialized(opts *bind.FilterOpts) (*ContractDelegationManagerInitializedIterator, error)
	WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerInitialized) (event.Subscription, error)
	ParseInitialized(log types.Log) (*ContractDelegationManagerInitialized, error)

	FilterOperatorMetadataURIUpdated(opts *bind.FilterOpts, operator []common.Address) (*ContractDelegationManagerOperatorMetadataURIUpdatedIterator, error)
	WatchOperatorMetadataURIUpdated(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerOperatorMetadataURIUpdated, operator []common.Address) (event.Subscription, error)
	ParseOperatorMetadataURIUpdated(log types.Log) (*ContractDelegationManagerOperatorMetadataURIUpdated, error)

	FilterOperatorRegistered(opts *bind.FilterOpts, operator []common.Address) (*ContractDelegationManagerOperatorRegisteredIterator, error)
	WatchOperatorRegistered(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerOperatorRegistered, operator []common.Address) (event.Subscription, error)
	ParseOperatorRegistered(log types.Log) (*ContractDelegationManagerOperatorRegistered, error)

	FilterOperatorSharesDecreased(opts *bind.FilterOpts, operator []common.Address) (*ContractDelegationManagerOperatorSharesDecreasedIterator, error)
	WatchOperatorSharesDecreased(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerOperatorSharesDecreased, operator []common.Address) (event.Subscription, error)
	ParseOperatorSharesDecreased(log types.Log) (*ContractDelegationManagerOperatorSharesDecreased, error)

	FilterOperatorSharesIncreased(opts *bind.FilterOpts, operator []common.Address) (*ContractDelegationManagerOperatorSharesIncreasedIterator, error)
	WatchOperatorSharesIncreased(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerOperatorSharesIncreased, operator []common.Address) (event.Subscription, error)
	ParseOperatorSharesIncreased(log types.Log) (*ContractDelegationManagerOperatorSharesIncreased, error)

	FilterOperatorSharesSlashed(opts *bind.FilterOpts, operator []common.Address) (*ContractDelegationManagerOperatorSharesSlashedIterator, error)
	WatchOperatorSharesSlashed(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerOperatorSharesSlashed, operator []common.Address) (event.Subscription, error)
	ParseOperatorSharesSlashed(log types.Log) (*ContractDelegationManagerOperatorSharesSlashed, error)

	FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractDelegationManagerOwnershipTransferredIterator, error)
	WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
	ParseOwnershipTransferred(log types.Log) (*ContractDelegationManagerOwnershipTransferred, error)

	FilterPaused(opts *bind.FilterOpts, account []common.Address) (*ContractDelegationManagerPausedIterator, error)
	WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerPaused, account []common.Address) (event.Subscription, error)
	ParsePaused(log types.Log) (*ContractDelegationManagerPaused, error)

	FilterSlashingWithdrawalCompleted(opts *bind.FilterOpts) (*ContractDelegationManagerSlashingWithdrawalCompletedIterator, error)
	WatchSlashingWithdrawalCompleted(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerSlashingWithdrawalCompleted) (event.Subscription, error)
	ParseSlashingWithdrawalCompleted(log types.Log) (*ContractDelegationManagerSlashingWithdrawalCompleted, error)

	FilterSlashingWithdrawalQueued(opts *bind.FilterOpts) (*ContractDelegationManagerSlashingWithdrawalQueuedIterator, error)
	WatchSlashingWithdrawalQueued(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerSlashingWithdrawalQueued) (event.Subscription, error)
	ParseSlashingWithdrawalQueued(log types.Log) (*ContractDelegationManagerSlashingWithdrawalQueued, error)

	FilterStakerDelegated(opts *bind.FilterOpts, staker []common.Address, operator []common.Address) (*ContractDelegationManagerStakerDelegatedIterator, error)
	WatchStakerDelegated(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerStakerDelegated, staker []common.Address, operator []common.Address) (event.Subscription, error)
	ParseStakerDelegated(log types.Log) (*ContractDelegationManagerStakerDelegated, error)

	FilterStakerForceUndelegated(opts *bind.FilterOpts, staker []common.Address, operator []common.Address) (*ContractDelegationManagerStakerForceUndelegatedIterator, error)
	WatchStakerForceUndelegated(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerStakerForceUndelegated, staker []common.Address, operator []common.Address) (event.Subscription, error)
	ParseStakerForceUndelegated(log types.Log) (*ContractDelegationManagerStakerForceUndelegated, error)

	FilterStakerUndelegated(opts *bind.FilterOpts, staker []common.Address, operator []common.Address) (*ContractDelegationManagerStakerUndelegatedIterator, error)
	WatchStakerUndelegated(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerStakerUndelegated, staker []common.Address, operator []common.Address) (event.Subscription, error)
	ParseStakerUndelegated(log types.Log) (*ContractDelegationManagerStakerUndelegated, error)

	FilterUnpaused(opts *bind.FilterOpts, account []common.Address) (*ContractDelegationManagerUnpausedIterator, error)
	WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerUnpaused, account []common.Address) (event.Subscription, error)
	ParseUnpaused(log types.Log) (*ContractDelegationManagerUnpaused, error)
}
⋮----
// ContractDelegationManager is an auto generated Go binding around an Ethereum contract.
type ContractDelegationManager struct {
	ContractDelegationManagerCaller     // Read-only binding to the contract
	ContractDelegationManagerTransactor // Write-only binding to the contract
	ContractDelegationManagerFilterer   // Log filterer for contract events
}
⋮----
ContractDelegationManagerCaller     // Read-only binding to the contract
ContractDelegationManagerTransactor // Write-only binding to the contract
ContractDelegationManagerFilterer   // Log filterer for contract events
⋮----
// ContractDelegationManager implements the ContractDelegationManagerMethods interface.
var _ ContractDelegationManagerMethods = (*ContractDelegationManager)(nil)
⋮----
// ContractDelegationManagerCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractDelegationManagerCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractDelegationManagerCaller implements the ContractDelegationManagerCalls interface.
var _ ContractDelegationManagerCalls = (*ContractDelegationManagerCaller)(nil)
⋮----
// ContractDelegationManagerTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractDelegationManagerTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractDelegationManagerTransactor implements the ContractDelegationManagerTransacts interface.
var _ ContractDelegationManagerTransacts = (*ContractDelegationManagerTransactor)(nil)
⋮----
// ContractDelegationManagerFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractDelegationManagerFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractDelegationManagerFilterer implements the ContractDelegationManagerFilters interface.
var _ ContractDelegationManagerFilters = (*ContractDelegationManagerFilterer)(nil)
⋮----
// ContractDelegationManagerSession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractDelegationManagerSession struct {
	Contract     *ContractDelegationManager // Generic contract binding to set the session for
	CallOpts     bind.CallOpts              // Call options to use throughout this session
	TransactOpts bind.TransactOpts          // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractDelegationManager // Generic contract binding to set the session for
CallOpts     bind.CallOpts              // Call options to use throughout this session
TransactOpts bind.TransactOpts          // Transaction auth options to use throughout this session
⋮----
// ContractDelegationManagerCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractDelegationManagerCallerSession struct {
	Contract *ContractDelegationManagerCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                    // Call options to use throughout this session
}
⋮----
Contract *ContractDelegationManagerCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                    // Call options to use throughout this session
⋮----
// ContractDelegationManagerTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractDelegationManagerTransactorSession struct {
	Contract     *ContractDelegationManagerTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                    // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractDelegationManagerTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                    // Transaction auth options to use throughout this session
⋮----
// ContractDelegationManagerRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractDelegationManagerRaw struct {
	Contract *ContractDelegationManager // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractDelegationManager // Generic contract binding to access the raw methods on
⋮----
// ContractDelegationManagerCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractDelegationManagerCallerRaw struct {
	Contract *ContractDelegationManagerCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractDelegationManagerCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractDelegationManagerTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractDelegationManagerTransactorRaw struct {
	Contract *ContractDelegationManagerTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractDelegationManagerTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractDelegationManager creates a new instance of ContractDelegationManager, bound to a specific deployed contract.
func NewContractDelegationManager(address common.Address, backend bind.ContractBackend) (*ContractDelegationManager, error)
⋮----
// NewContractDelegationManagerCaller creates a new read-only instance of ContractDelegationManager, bound to a specific deployed contract.
func NewContractDelegationManagerCaller(address common.Address, caller bind.ContractCaller) (*ContractDelegationManagerCaller, error)
⋮----
// NewContractDelegationManagerTransactor creates a new write-only instance of ContractDelegationManager, bound to a specific deployed contract.
func NewContractDelegationManagerTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractDelegationManagerTransactor, error)
⋮----
// NewContractDelegationManagerFilterer creates a new log filterer instance of ContractDelegationManager, bound to a specific deployed contract.
func NewContractDelegationManagerFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractDelegationManagerFilterer, error)
⋮----
// bindContractDelegationManager binds a generic wrapper to an already deployed contract.
func bindContractDelegationManager(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractDelegationManager *ContractDelegationManagerRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractDelegationManager *ContractDelegationManagerRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractDelegationManager *ContractDelegationManagerRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// DELEGATIONAPPROVALTYPEHASH is a free data retrieval call binding the contract method 0x04a4f979.
//
// Solidity: function DELEGATION_APPROVAL_TYPEHASH() view returns(bytes32)
func (_ContractDelegationManager *ContractDelegationManagerCaller) DELEGATIONAPPROVALTYPEHASH(opts *bind.CallOpts) ([32]byte, error)
⋮----
var out []interface{}
⋮----
// AllocationManager is a free data retrieval call binding the contract method 0xca8aa7c7.
⋮----
// Solidity: function allocationManager() view returns(address)
func (_ContractDelegationManager *ContractDelegationManagerCaller) AllocationManager(opts *bind.CallOpts) (common.Address, error)
⋮----
// BeaconChainETHStrategy is a free data retrieval call binding the contract method 0x9104c319.
⋮----
// Solidity: function beaconChainETHStrategy() view returns(address)
func (_ContractDelegationManager *ContractDelegationManagerCaller) BeaconChainETHStrategy(opts *bind.CallOpts) (common.Address, error)
⋮----
// CalculateDelegationApprovalDigestHash is a free data retrieval call binding the contract method 0x0b9f487a.
⋮----
// Solidity: function calculateDelegationApprovalDigestHash(address staker, address operator, address approver, bytes32 approverSalt, uint256 expiry) view returns(bytes32)
func (_ContractDelegationManager *ContractDelegationManagerCaller) CalculateDelegationApprovalDigestHash(opts *bind.CallOpts, staker common.Address, operator common.Address, approver common.Address, approverSalt [32]byte, expiry *big.Int) ([32]byte, error)
⋮----
// CalculateWithdrawalRoot is a free data retrieval call binding the contract method 0x597b36da.
⋮----
// Solidity: function calculateWithdrawalRoot((address,address,address,uint256,uint32,address[],uint256[]) withdrawal) pure returns(bytes32)
func (_ContractDelegationManager *ContractDelegationManagerCaller) CalculateWithdrawalRoot(opts *bind.CallOpts, withdrawal IDelegationManagerTypesWithdrawal) ([32]byte, error)
⋮----
// ConvertToDepositShares is a free data retrieval call binding the contract method 0x25df922e.
⋮----
// Solidity: function convertToDepositShares(address staker, address[] strategies, uint256[] withdrawableShares) view returns(uint256[])
func (_ContractDelegationManager *ContractDelegationManagerCaller) ConvertToDepositShares(opts *bind.CallOpts, staker common.Address, strategies []common.Address, withdrawableShares []*big.Int) ([]*big.Int, error)
⋮----
// CumulativeWithdrawalsQueued is a free data retrieval call binding the contract method 0xa1788484.
⋮----
// Solidity: function cumulativeWithdrawalsQueued(address staker) view returns(uint256 totalQueued)
func (_ContractDelegationManager *ContractDelegationManagerCaller) CumulativeWithdrawalsQueued(opts *bind.CallOpts, staker common.Address) (*big.Int, error)
⋮----
// DelegatedTo is a free data retrieval call binding the contract method 0x65da1264.
⋮----
// Solidity: function delegatedTo(address staker) view returns(address operator)
func (_ContractDelegationManager *ContractDelegationManagerCaller) DelegatedTo(opts *bind.CallOpts, staker common.Address) (common.Address, error)
⋮----
// DelegationApprover is a free data retrieval call binding the contract method 0x3cdeb5e0.
⋮----
// Solidity: function delegationApprover(address operator) view returns(address)
func (_ContractDelegationManager *ContractDelegationManagerCaller) DelegationApprover(opts *bind.CallOpts, operator common.Address) (common.Address, error)
⋮----
// DelegationApproverSaltIsSpent is a free data retrieval call binding the contract method 0xbb45fef2.
⋮----
// Solidity: function delegationApproverSaltIsSpent(address delegationApprover, bytes32 salt) view returns(bool spent)
func (_ContractDelegationManager *ContractDelegationManagerCaller) DelegationApproverSaltIsSpent(opts *bind.CallOpts, delegationApprover common.Address, salt [32]byte) (bool, error)
⋮----
// DepositScalingFactor is a free data retrieval call binding the contract method 0xbfae3fd2.
⋮----
// Solidity: function depositScalingFactor(address staker, address strategy) view returns(uint256)
func (_ContractDelegationManager *ContractDelegationManagerCaller) DepositScalingFactor(opts *bind.CallOpts, staker common.Address, strategy common.Address) (*big.Int, error)
⋮----
// DomainSeparator is a free data retrieval call binding the contract method 0xf698da25.
⋮----
// Solidity: function domainSeparator() view returns(bytes32)
func (_ContractDelegationManager *ContractDelegationManagerCaller) DomainSeparator(opts *bind.CallOpts) ([32]byte, error)
⋮----
// EigenPodManager is a free data retrieval call binding the contract method 0x4665bcda.
⋮----
// Solidity: function eigenPodManager() view returns(address)
func (_ContractDelegationManager *ContractDelegationManagerCaller) EigenPodManager(opts *bind.CallOpts) (common.Address, error)
⋮----
// GetDepositedShares is a free data retrieval call binding the contract method 0x66d5ba93.
⋮----
// Solidity: function getDepositedShares(address staker) view returns(address[], uint256[])
func (_ContractDelegationManager *ContractDelegationManagerCaller) GetDepositedShares(opts *bind.CallOpts, staker common.Address) ([]common.Address, []*big.Int, error)
⋮----
// GetOperatorShares is a free data retrieval call binding the contract method 0x90041347.
⋮----
// Solidity: function getOperatorShares(address operator, address[] strategies) view returns(uint256[])
func (_ContractDelegationManager *ContractDelegationManagerCaller) GetOperatorShares(opts *bind.CallOpts, operator common.Address, strategies []common.Address) ([]*big.Int, error)
⋮----
// GetOperatorsShares is a free data retrieval call binding the contract method 0xf0e0e676.
⋮----
// Solidity: function getOperatorsShares(address[] operators, address[] strategies) view returns(uint256[][])
func (_ContractDelegationManager *ContractDelegationManagerCaller) GetOperatorsShares(opts *bind.CallOpts, operators []common.Address, strategies []common.Address) ([][]*big.Int, error)
⋮----
// GetQueuedWithdrawal is a free data retrieval call binding the contract method 0x5d975e88.
⋮----
// Solidity: function getQueuedWithdrawal(bytes32 withdrawalRoot) view returns((address,address,address,uint256,uint32,address[],uint256[]) withdrawal, uint256[] shares)
func (_ContractDelegationManager *ContractDelegationManagerCaller) GetQueuedWithdrawal(opts *bind.CallOpts, withdrawalRoot [32]byte) (struct
⋮----
// GetQueuedWithdrawalRoots is a free data retrieval call binding the contract method 0xfd8aa88d.
⋮----
// Solidity: function getQueuedWithdrawalRoots(address staker) view returns(bytes32[])
func (_ContractDelegationManager *ContractDelegationManagerCaller) GetQueuedWithdrawalRoots(opts *bind.CallOpts, staker common.Address) ([][32]byte, error)
⋮----
// GetQueuedWithdrawals is a free data retrieval call binding the contract method 0x5dd68579.
⋮----
// Solidity: function getQueuedWithdrawals(address staker) view returns((address,address,address,uint256,uint32,address[],uint256[])[] withdrawals, uint256[][] shares)
func (_ContractDelegationManager *ContractDelegationManagerCaller) GetQueuedWithdrawals(opts *bind.CallOpts, staker common.Address) (struct
⋮----
// GetSlashableSharesInQueue is a free data retrieval call binding the contract method 0x6e174448.
⋮----
// Solidity: function getSlashableSharesInQueue(address operator, address strategy) view returns(uint256)
func (_ContractDelegationManager *ContractDelegationManagerCaller) GetSlashableSharesInQueue(opts *bind.CallOpts, operator common.Address, strategy common.Address) (*big.Int, error)
⋮----
// GetWithdrawableShares is a free data retrieval call binding the contract method 0xc978f7ac.
⋮----
// Solidity: function getWithdrawableShares(address staker, address[] strategies) view returns(uint256[] withdrawableShares, uint256[] depositShares)
func (_ContractDelegationManager *ContractDelegationManagerCaller) GetWithdrawableShares(opts *bind.CallOpts, staker common.Address, strategies []common.Address) (struct
⋮----
// IsDelegated is a free data retrieval call binding the contract method 0x3e28391d.
⋮----
// Solidity: function isDelegated(address staker) view returns(bool)
func (_ContractDelegationManager *ContractDelegationManagerCaller) IsDelegated(opts *bind.CallOpts, staker common.Address) (bool, error)
⋮----
// IsOperator is a free data retrieval call binding the contract method 0x6d70f7ae.
⋮----
// Solidity: function isOperator(address operator) view returns(bool)
func (_ContractDelegationManager *ContractDelegationManagerCaller) IsOperator(opts *bind.CallOpts, operator common.Address) (bool, error)
⋮----
// MinWithdrawalDelayBlocks is a free data retrieval call binding the contract method 0xc448feb8.
⋮----
// Solidity: function minWithdrawalDelayBlocks() view returns(uint32)
func (_ContractDelegationManager *ContractDelegationManagerCaller) MinWithdrawalDelayBlocks(opts *bind.CallOpts) (uint32, error)
⋮----
// OperatorShares is a free data retrieval call binding the contract method 0x778e55f3.
⋮----
// Solidity: function operatorShares(address operator, address strategy) view returns(uint256 shares)
func (_ContractDelegationManager *ContractDelegationManagerCaller) OperatorShares(opts *bind.CallOpts, operator common.Address, strategy common.Address) (*big.Int, error)
⋮----
// Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
⋮----
// Solidity: function owner() view returns(address)
func (_ContractDelegationManager *ContractDelegationManagerCaller) Owner(opts *bind.CallOpts) (common.Address, error)
⋮----
// Paused is a free data retrieval call binding the contract method 0x5ac86ab7.
⋮----
// Solidity: function paused(uint8 index) view returns(bool)
func (_ContractDelegationManager *ContractDelegationManagerCaller) Paused(opts *bind.CallOpts, index uint8) (bool, error)
⋮----
// Paused0 is a free data retrieval call binding the contract method 0x5c975abb.
⋮----
// Solidity: function paused() view returns(uint256)
func (_ContractDelegationManager *ContractDelegationManagerCaller) Paused0(opts *bind.CallOpts) (*big.Int, error)
⋮----
// PauserRegistry is a free data retrieval call binding the contract method 0x886f1195.
⋮----
// Solidity: function pauserRegistry() view returns(address)
func (_ContractDelegationManager *ContractDelegationManagerCaller) PauserRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// PendingWithdrawals is a free data retrieval call binding the contract method 0xb7f06ebe.
⋮----
// Solidity: function pendingWithdrawals(bytes32 withdrawalRoot) view returns(bool pending)
func (_ContractDelegationManager *ContractDelegationManagerCaller) PendingWithdrawals(opts *bind.CallOpts, withdrawalRoot [32]byte) (bool, error)
⋮----
// PermissionController is a free data retrieval call binding the contract method 0x4657e26a.
⋮----
// Solidity: function permissionController() view returns(address)
func (_ContractDelegationManager *ContractDelegationManagerCaller) PermissionController(opts *bind.CallOpts) (common.Address, error)
⋮----
// QueuedWithdrawals is a free data retrieval call binding the contract method 0x99f5371b.
⋮----
// Solidity: function queuedWithdrawals(bytes32 withdrawalRoot) view returns((address,address,address,uint256,uint32,address[],uint256[]) withdrawal)
func (_ContractDelegationManager *ContractDelegationManagerCaller) QueuedWithdrawals(opts *bind.CallOpts, withdrawalRoot [32]byte) (IDelegationManagerTypesWithdrawal, error)
⋮----
// StrategyManager is a free data retrieval call binding the contract method 0x39b70e38.
⋮----
// Solidity: function strategyManager() view returns(address)
func (_ContractDelegationManager *ContractDelegationManagerCaller) StrategyManager(opts *bind.CallOpts) (common.Address, error)
⋮----
// Version is a free data retrieval call binding the contract method 0x54fd4d50.
⋮----
// Solidity: function version() view returns(string)
func (_ContractDelegationManager *ContractDelegationManagerCaller) Version(opts *bind.CallOpts) (string, error)
⋮----
// CompleteQueuedWithdrawal is a paid mutator transaction binding the contract method 0xe4cc3f90.
⋮----
// Solidity: function completeQueuedWithdrawal((address,address,address,uint256,uint32,address[],uint256[]) withdrawal, address[] tokens, bool receiveAsTokens) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) CompleteQueuedWithdrawal(opts *bind.TransactOpts, withdrawal IDelegationManagerTypesWithdrawal, tokens []common.Address, receiveAsTokens bool) (*types.Transaction, error)
⋮----
// CompleteQueuedWithdrawals is a paid mutator transaction binding the contract method 0x9435bb43.
⋮----
// Solidity: function completeQueuedWithdrawals((address,address,address,uint256,uint32,address[],uint256[])[] withdrawals, address[][] tokens, bool[] receiveAsTokens) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) CompleteQueuedWithdrawals(opts *bind.TransactOpts, withdrawals []IDelegationManagerTypesWithdrawal, tokens [][]common.Address, receiveAsTokens []bool) (*types.Transaction, error)
⋮----
// DecreaseDelegatedShares is a paid mutator transaction binding the contract method 0x60a0d1ce.
⋮----
// Solidity: function decreaseDelegatedShares(address staker, uint256 curDepositShares, uint64 beaconChainSlashingFactorDecrease) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) DecreaseDelegatedShares(opts *bind.TransactOpts, staker common.Address, curDepositShares *big.Int, beaconChainSlashingFactorDecrease uint64) (*types.Transaction, error)
⋮----
// DelegateTo is a paid mutator transaction binding the contract method 0xeea9064b.
⋮----
// Solidity: function delegateTo(address operator, (bytes,uint256) approverSignatureAndExpiry, bytes32 approverSalt) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) DelegateTo(opts *bind.TransactOpts, operator common.Address, approverSignatureAndExpiry ISignatureUtilsMixinTypesSignatureWithExpiry, approverSalt [32]byte) (*types.Transaction, error)
⋮----
// IncreaseDelegatedShares is a paid mutator transaction binding the contract method 0x3c651cf2.
⋮----
// Solidity: function increaseDelegatedShares(address staker, address strategy, uint256 prevDepositShares, uint256 addedShares) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) IncreaseDelegatedShares(opts *bind.TransactOpts, staker common.Address, strategy common.Address, prevDepositShares *big.Int, addedShares *big.Int) (*types.Transaction, error)
⋮----
// Initialize is a paid mutator transaction binding the contract method 0xcd6dc687.
⋮----
// Solidity: function initialize(address initialOwner, uint256 initialPausedStatus) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) Initialize(opts *bind.TransactOpts, initialOwner common.Address, initialPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// ModifyOperatorDetails is a paid mutator transaction binding the contract method 0x54b7c96c.
⋮----
// Solidity: function modifyOperatorDetails(address operator, address newDelegationApprover) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) ModifyOperatorDetails(opts *bind.TransactOpts, operator common.Address, newDelegationApprover common.Address) (*types.Transaction, error)
⋮----
// Pause is a paid mutator transaction binding the contract method 0x136439dd.
⋮----
// Solidity: function pause(uint256 newPausedStatus) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) Pause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// PauseAll is a paid mutator transaction binding the contract method 0x595c6a67.
⋮----
// Solidity: function pauseAll() returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) PauseAll(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// QueueWithdrawals is a paid mutator transaction binding the contract method 0x0dd8dd02.
⋮----
// Solidity: function queueWithdrawals((address[],uint256[],address)[] params) returns(bytes32[])
func (_ContractDelegationManager *ContractDelegationManagerTransactor) QueueWithdrawals(opts *bind.TransactOpts, params []IDelegationManagerTypesQueuedWithdrawalParams) (*types.Transaction, error)
⋮----
// Redelegate is a paid mutator transaction binding the contract method 0xa33a3433.
⋮----
// Solidity: function redelegate(address newOperator, (bytes,uint256) newOperatorApproverSig, bytes32 approverSalt) returns(bytes32[] withdrawalRoots)
func (_ContractDelegationManager *ContractDelegationManagerTransactor) Redelegate(opts *bind.TransactOpts, newOperator common.Address, newOperatorApproverSig ISignatureUtilsMixinTypesSignatureWithExpiry, approverSalt [32]byte) (*types.Transaction, error)
⋮----
// RegisterAsOperator is a paid mutator transaction binding the contract method 0x2aa6d888.
⋮----
// Solidity: function registerAsOperator(address initDelegationApprover, uint32 allocationDelay, string metadataURI) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) RegisterAsOperator(opts *bind.TransactOpts, initDelegationApprover common.Address, allocationDelay uint32, metadataURI string) (*types.Transaction, error)
⋮----
// RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
⋮----
// Solidity: function renounceOwnership() returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// SlashOperatorShares is a paid mutator transaction binding the contract method 0x601bb36f.
⋮----
// Solidity: function slashOperatorShares(address operator, address strategy, uint64 prevMaxMagnitude, uint64 newMaxMagnitude) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) SlashOperatorShares(opts *bind.TransactOpts, operator common.Address, strategy common.Address, prevMaxMagnitude uint64, newMaxMagnitude uint64) (*types.Transaction, error)
⋮----
// TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
⋮----
// Solidity: function transferOwnership(address newOwner) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
⋮----
// Undelegate is a paid mutator transaction binding the contract method 0xda8be864.
⋮----
// Solidity: function undelegate(address staker) returns(bytes32[] withdrawalRoots)
func (_ContractDelegationManager *ContractDelegationManagerTransactor) Undelegate(opts *bind.TransactOpts, staker common.Address) (*types.Transaction, error)
⋮----
// Unpause is a paid mutator transaction binding the contract method 0xfabc1cbc.
⋮----
// Solidity: function unpause(uint256 newPausedStatus) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) Unpause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// UpdateOperatorMetadataURI is a paid mutator transaction binding the contract method 0x78296ec5.
⋮----
// Solidity: function updateOperatorMetadataURI(address operator, string metadataURI) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) UpdateOperatorMetadataURI(opts *bind.TransactOpts, operator common.Address, metadataURI string) (*types.Transaction, error)
⋮----
// ContractDelegationManagerDelegationApproverUpdatedIterator is returned from FilterDelegationApproverUpdated and is used to iterate over the raw logs and unpacked data for DelegationApproverUpdated events raised by the ContractDelegationManager contract.
type ContractDelegationManagerDelegationApproverUpdatedIterator struct {
	Event *ContractDelegationManagerDelegationApproverUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerDelegationApproverUpdated // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractDelegationManagerDelegationApproverUpdatedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractDelegationManagerDelegationApproverUpdatedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractDelegationManagerDelegationApproverUpdatedIterator) Close() error
⋮----
// ContractDelegationManagerDelegationApproverUpdated represents a DelegationApproverUpdated event raised by the ContractDelegationManager contract.
type ContractDelegationManagerDelegationApproverUpdated struct {
	Operator              common.Address
	NewDelegationApprover common.Address
	Raw                   types.Log // Blockchain specific contextual infos
}
⋮----
Raw                   types.Log // Blockchain specific contextual infos
⋮----
// FilterDelegationApproverUpdated is a free log retrieval operation binding the contract event 0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6.
⋮----
// Solidity: event DelegationApproverUpdated(address indexed operator, address newDelegationApprover)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterDelegationApproverUpdated(opts *bind.FilterOpts, operator []common.Address) (*ContractDelegationManagerDelegationApproverUpdatedIterator, error)
⋮----
var operatorRule []interface{}
⋮----
// WatchDelegationApproverUpdated is a free log subscription operation binding the contract event 0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchDelegationApproverUpdated(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerDelegationApproverUpdated, operator []common.Address) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseDelegationApproverUpdated is a log parse operation binding the contract event 0x773b54c04d756fcc5e678111f7d730de3be98192000799eee3d63716055a87c6.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseDelegationApproverUpdated(log types.Log) (*ContractDelegationManagerDelegationApproverUpdated, error)
⋮----
// ContractDelegationManagerDepositScalingFactorUpdatedIterator is returned from FilterDepositScalingFactorUpdated and is used to iterate over the raw logs and unpacked data for DepositScalingFactorUpdated events raised by the ContractDelegationManager contract.
type ContractDelegationManagerDepositScalingFactorUpdatedIterator struct {
	Event *ContractDelegationManagerDepositScalingFactorUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerDepositScalingFactorUpdated // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerDepositScalingFactorUpdated represents a DepositScalingFactorUpdated event raised by the ContractDelegationManager contract.
type ContractDelegationManagerDepositScalingFactorUpdated struct {
	Staker                  common.Address
	Strategy                common.Address
	NewDepositScalingFactor *big.Int
	Raw                     types.Log // Blockchain specific contextual infos
}
⋮----
Raw                     types.Log // Blockchain specific contextual infos
⋮----
// FilterDepositScalingFactorUpdated is a free log retrieval operation binding the contract event 0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f.
⋮----
// Solidity: event DepositScalingFactorUpdated(address staker, address strategy, uint256 newDepositScalingFactor)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterDepositScalingFactorUpdated(opts *bind.FilterOpts) (*ContractDelegationManagerDepositScalingFactorUpdatedIterator, error)
⋮----
// WatchDepositScalingFactorUpdated is a free log subscription operation binding the contract event 0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchDepositScalingFactorUpdated(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerDepositScalingFactorUpdated) (event.Subscription, error)
⋮----
// ParseDepositScalingFactorUpdated is a log parse operation binding the contract event 0x8be932bac54561f27260f95463d9b8ab37e06b2842e5ee2404157cc13df6eb8f.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseDepositScalingFactorUpdated(log types.Log) (*ContractDelegationManagerDepositScalingFactorUpdated, error)
⋮----
// ContractDelegationManagerInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the ContractDelegationManager contract.
type ContractDelegationManagerInitializedIterator struct {
	Event *ContractDelegationManagerInitialized // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerInitialized // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerInitialized represents a Initialized event raised by the ContractDelegationManager contract.
type ContractDelegationManagerInitialized struct {
	Version uint8
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
// Solidity: event Initialized(uint8 version)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterInitialized(opts *bind.FilterOpts) (*ContractDelegationManagerInitializedIterator, error)
⋮----
// WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerInitialized) (event.Subscription, error)
⋮----
// ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseInitialized(log types.Log) (*ContractDelegationManagerInitialized, error)
⋮----
// ContractDelegationManagerOperatorMetadataURIUpdatedIterator is returned from FilterOperatorMetadataURIUpdated and is used to iterate over the raw logs and unpacked data for OperatorMetadataURIUpdated events raised by the ContractDelegationManager contract.
type ContractDelegationManagerOperatorMetadataURIUpdatedIterator struct {
	Event *ContractDelegationManagerOperatorMetadataURIUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerOperatorMetadataURIUpdated // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerOperatorMetadataURIUpdated represents a OperatorMetadataURIUpdated event raised by the ContractDelegationManager contract.
type ContractDelegationManagerOperatorMetadataURIUpdated struct {
	Operator    common.Address
	MetadataURI string
	Raw         types.Log // Blockchain specific contextual infos
}
⋮----
Raw         types.Log // Blockchain specific contextual infos
⋮----
// FilterOperatorMetadataURIUpdated is a free log retrieval operation binding the contract event 0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090.
⋮----
// Solidity: event OperatorMetadataURIUpdated(address indexed operator, string metadataURI)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterOperatorMetadataURIUpdated(opts *bind.FilterOpts, operator []common.Address) (*ContractDelegationManagerOperatorMetadataURIUpdatedIterator, error)
⋮----
// WatchOperatorMetadataURIUpdated is a free log subscription operation binding the contract event 0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchOperatorMetadataURIUpdated(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerOperatorMetadataURIUpdated, operator []common.Address) (event.Subscription, error)
⋮----
// ParseOperatorMetadataURIUpdated is a log parse operation binding the contract event 0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseOperatorMetadataURIUpdated(log types.Log) (*ContractDelegationManagerOperatorMetadataURIUpdated, error)
⋮----
// ContractDelegationManagerOperatorRegisteredIterator is returned from FilterOperatorRegistered and is used to iterate over the raw logs and unpacked data for OperatorRegistered events raised by the ContractDelegationManager contract.
type ContractDelegationManagerOperatorRegisteredIterator struct {
	Event *ContractDelegationManagerOperatorRegistered // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerOperatorRegistered // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerOperatorRegistered represents a OperatorRegistered event raised by the ContractDelegationManager contract.
type ContractDelegationManagerOperatorRegistered struct {
	Operator           common.Address
	DelegationApprover common.Address
	Raw                types.Log // Blockchain specific contextual infos
}
⋮----
Raw                types.Log // Blockchain specific contextual infos
⋮----
// FilterOperatorRegistered is a free log retrieval operation binding the contract event 0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1.
⋮----
// Solidity: event OperatorRegistered(address indexed operator, address delegationApprover)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterOperatorRegistered(opts *bind.FilterOpts, operator []common.Address) (*ContractDelegationManagerOperatorRegisteredIterator, error)
⋮----
// WatchOperatorRegistered is a free log subscription operation binding the contract event 0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchOperatorRegistered(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerOperatorRegistered, operator []common.Address) (event.Subscription, error)
⋮----
// ParseOperatorRegistered is a log parse operation binding the contract event 0xa453db612af59e5521d6ab9284dc3e2d06af286eb1b1b7b771fce4716c19f2c1.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseOperatorRegistered(log types.Log) (*ContractDelegationManagerOperatorRegistered, error)
⋮----
// ContractDelegationManagerOperatorSharesDecreasedIterator is returned from FilterOperatorSharesDecreased and is used to iterate over the raw logs and unpacked data for OperatorSharesDecreased events raised by the ContractDelegationManager contract.
type ContractDelegationManagerOperatorSharesDecreasedIterator struct {
	Event *ContractDelegationManagerOperatorSharesDecreased // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerOperatorSharesDecreased // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerOperatorSharesDecreased represents a OperatorSharesDecreased event raised by the ContractDelegationManager contract.
type ContractDelegationManagerOperatorSharesDecreased struct {
	Operator common.Address
	Staker   common.Address
	Strategy common.Address
	Shares   *big.Int
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
Raw      types.Log // Blockchain specific contextual infos
⋮----
// FilterOperatorSharesDecreased is a free log retrieval operation binding the contract event 0x6909600037b75d7b4733aedd815442b5ec018a827751c832aaff64eba5d6d2dd.
⋮----
// Solidity: event OperatorSharesDecreased(address indexed operator, address staker, address strategy, uint256 shares)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterOperatorSharesDecreased(opts *bind.FilterOpts, operator []common.Address) (*ContractDelegationManagerOperatorSharesDecreasedIterator, error)
⋮----
// WatchOperatorSharesDecreased is a free log subscription operation binding the contract event 0x6909600037b75d7b4733aedd815442b5ec018a827751c832aaff64eba5d6d2dd.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchOperatorSharesDecreased(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerOperatorSharesDecreased, operator []common.Address) (event.Subscription, error)
⋮----
// ParseOperatorSharesDecreased is a log parse operation binding the contract event 0x6909600037b75d7b4733aedd815442b5ec018a827751c832aaff64eba5d6d2dd.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseOperatorSharesDecreased(log types.Log) (*ContractDelegationManagerOperatorSharesDecreased, error)
⋮----
// ContractDelegationManagerOperatorSharesIncreasedIterator is returned from FilterOperatorSharesIncreased and is used to iterate over the raw logs and unpacked data for OperatorSharesIncreased events raised by the ContractDelegationManager contract.
type ContractDelegationManagerOperatorSharesIncreasedIterator struct {
	Event *ContractDelegationManagerOperatorSharesIncreased // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerOperatorSharesIncreased // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerOperatorSharesIncreased represents a OperatorSharesIncreased event raised by the ContractDelegationManager contract.
type ContractDelegationManagerOperatorSharesIncreased struct {
	Operator common.Address
	Staker   common.Address
	Strategy common.Address
	Shares   *big.Int
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
// FilterOperatorSharesIncreased is a free log retrieval operation binding the contract event 0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c.
⋮----
// Solidity: event OperatorSharesIncreased(address indexed operator, address staker, address strategy, uint256 shares)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterOperatorSharesIncreased(opts *bind.FilterOpts, operator []common.Address) (*ContractDelegationManagerOperatorSharesIncreasedIterator, error)
⋮----
// WatchOperatorSharesIncreased is a free log subscription operation binding the contract event 0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchOperatorSharesIncreased(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerOperatorSharesIncreased, operator []common.Address) (event.Subscription, error)
⋮----
// ParseOperatorSharesIncreased is a log parse operation binding the contract event 0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseOperatorSharesIncreased(log types.Log) (*ContractDelegationManagerOperatorSharesIncreased, error)
⋮----
// ContractDelegationManagerOperatorSharesSlashedIterator is returned from FilterOperatorSharesSlashed and is used to iterate over the raw logs and unpacked data for OperatorSharesSlashed events raised by the ContractDelegationManager contract.
type ContractDelegationManagerOperatorSharesSlashedIterator struct {
	Event *ContractDelegationManagerOperatorSharesSlashed // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerOperatorSharesSlashed // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerOperatorSharesSlashed represents a OperatorSharesSlashed event raised by the ContractDelegationManager contract.
type ContractDelegationManagerOperatorSharesSlashed struct {
	Operator           common.Address
	Strategy           common.Address
	TotalSlashedShares *big.Int
	Raw                types.Log // Blockchain specific contextual infos
}
⋮----
// FilterOperatorSharesSlashed is a free log retrieval operation binding the contract event 0xdd611f4ef63f4385f1756c86ce1f1f389a9013ba6fa07daba8528291bc2d3c30.
⋮----
// Solidity: event OperatorSharesSlashed(address indexed operator, address strategy, uint256 totalSlashedShares)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterOperatorSharesSlashed(opts *bind.FilterOpts, operator []common.Address) (*ContractDelegationManagerOperatorSharesSlashedIterator, error)
⋮----
// WatchOperatorSharesSlashed is a free log subscription operation binding the contract event 0xdd611f4ef63f4385f1756c86ce1f1f389a9013ba6fa07daba8528291bc2d3c30.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchOperatorSharesSlashed(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerOperatorSharesSlashed, operator []common.Address) (event.Subscription, error)
⋮----
// ParseOperatorSharesSlashed is a log parse operation binding the contract event 0xdd611f4ef63f4385f1756c86ce1f1f389a9013ba6fa07daba8528291bc2d3c30.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseOperatorSharesSlashed(log types.Log) (*ContractDelegationManagerOperatorSharesSlashed, error)
⋮----
// ContractDelegationManagerOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the ContractDelegationManager contract.
type ContractDelegationManagerOwnershipTransferredIterator struct {
	Event *ContractDelegationManagerOwnershipTransferred // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerOwnershipTransferred // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerOwnershipTransferred represents a OwnershipTransferred event raised by the ContractDelegationManager contract.
type ContractDelegationManagerOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}
⋮----
Raw           types.Log // Blockchain specific contextual infos
⋮----
// FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
// Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractDelegationManagerOwnershipTransferredIterator, error)
⋮----
var previousOwnerRule []interface{}
⋮----
var newOwnerRule []interface{}
⋮----
// WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
⋮----
// ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseOwnershipTransferred(log types.Log) (*ContractDelegationManagerOwnershipTransferred, error)
⋮----
// ContractDelegationManagerPausedIterator is returned from FilterPaused and is used to iterate over the raw logs and unpacked data for Paused events raised by the ContractDelegationManager contract.
type ContractDelegationManagerPausedIterator struct {
	Event *ContractDelegationManagerPaused // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerPaused // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerPaused represents a Paused event raised by the ContractDelegationManager contract.
type ContractDelegationManagerPaused struct {
	Account         common.Address
	NewPausedStatus *big.Int
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
Raw             types.Log // Blockchain specific contextual infos
⋮----
// FilterPaused is a free log retrieval operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
// Solidity: event Paused(address indexed account, uint256 newPausedStatus)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterPaused(opts *bind.FilterOpts, account []common.Address) (*ContractDelegationManagerPausedIterator, error)
⋮----
var accountRule []interface{}
⋮----
// WatchPaused is a free log subscription operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerPaused, account []common.Address) (event.Subscription, error)
⋮----
// ParsePaused is a log parse operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParsePaused(log types.Log) (*ContractDelegationManagerPaused, error)
⋮----
// ContractDelegationManagerSlashingWithdrawalCompletedIterator is returned from FilterSlashingWithdrawalCompleted and is used to iterate over the raw logs and unpacked data for SlashingWithdrawalCompleted events raised by the ContractDelegationManager contract.
type ContractDelegationManagerSlashingWithdrawalCompletedIterator struct {
	Event *ContractDelegationManagerSlashingWithdrawalCompleted // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerSlashingWithdrawalCompleted // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerSlashingWithdrawalCompleted represents a SlashingWithdrawalCompleted event raised by the ContractDelegationManager contract.
type ContractDelegationManagerSlashingWithdrawalCompleted struct {
	WithdrawalRoot [32]byte
	Raw            types.Log // Blockchain specific contextual infos
}
⋮----
Raw            types.Log // Blockchain specific contextual infos
⋮----
// FilterSlashingWithdrawalCompleted is a free log retrieval operation binding the contract event 0x1f40400889274ed07b24845e5054a87a0cab969eb1277aafe61ae352e7c32a00.
⋮----
// Solidity: event SlashingWithdrawalCompleted(bytes32 withdrawalRoot)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterSlashingWithdrawalCompleted(opts *bind.FilterOpts) (*ContractDelegationManagerSlashingWithdrawalCompletedIterator, error)
⋮----
// WatchSlashingWithdrawalCompleted is a free log subscription operation binding the contract event 0x1f40400889274ed07b24845e5054a87a0cab969eb1277aafe61ae352e7c32a00.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchSlashingWithdrawalCompleted(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerSlashingWithdrawalCompleted) (event.Subscription, error)
⋮----
// ParseSlashingWithdrawalCompleted is a log parse operation binding the contract event 0x1f40400889274ed07b24845e5054a87a0cab969eb1277aafe61ae352e7c32a00.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseSlashingWithdrawalCompleted(log types.Log) (*ContractDelegationManagerSlashingWithdrawalCompleted, error)
⋮----
// ContractDelegationManagerSlashingWithdrawalQueuedIterator is returned from FilterSlashingWithdrawalQueued and is used to iterate over the raw logs and unpacked data for SlashingWithdrawalQueued events raised by the ContractDelegationManager contract.
type ContractDelegationManagerSlashingWithdrawalQueuedIterator struct {
	Event *ContractDelegationManagerSlashingWithdrawalQueued // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerSlashingWithdrawalQueued // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerSlashingWithdrawalQueued represents a SlashingWithdrawalQueued event raised by the ContractDelegationManager contract.
type ContractDelegationManagerSlashingWithdrawalQueued struct {
	WithdrawalRoot   [32]byte
	Withdrawal       IDelegationManagerTypesWithdrawal
	SharesToWithdraw []*big.Int
	Raw              types.Log // Blockchain specific contextual infos
}
⋮----
Raw              types.Log // Blockchain specific contextual infos
⋮----
// FilterSlashingWithdrawalQueued is a free log retrieval operation binding the contract event 0x26b2aae26516e8719ef50ea2f6831a2efbd4e37dccdf0f6936b27bc08e793e30.
⋮----
// Solidity: event SlashingWithdrawalQueued(bytes32 withdrawalRoot, (address,address,address,uint256,uint32,address[],uint256[]) withdrawal, uint256[] sharesToWithdraw)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterSlashingWithdrawalQueued(opts *bind.FilterOpts) (*ContractDelegationManagerSlashingWithdrawalQueuedIterator, error)
⋮----
// WatchSlashingWithdrawalQueued is a free log subscription operation binding the contract event 0x26b2aae26516e8719ef50ea2f6831a2efbd4e37dccdf0f6936b27bc08e793e30.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchSlashingWithdrawalQueued(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerSlashingWithdrawalQueued) (event.Subscription, error)
⋮----
// ParseSlashingWithdrawalQueued is a log parse operation binding the contract event 0x26b2aae26516e8719ef50ea2f6831a2efbd4e37dccdf0f6936b27bc08e793e30.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseSlashingWithdrawalQueued(log types.Log) (*ContractDelegationManagerSlashingWithdrawalQueued, error)
⋮----
// ContractDelegationManagerStakerDelegatedIterator is returned from FilterStakerDelegated and is used to iterate over the raw logs and unpacked data for StakerDelegated events raised by the ContractDelegationManager contract.
type ContractDelegationManagerStakerDelegatedIterator struct {
	Event *ContractDelegationManagerStakerDelegated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerStakerDelegated // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerStakerDelegated represents a StakerDelegated event raised by the ContractDelegationManager contract.
type ContractDelegationManagerStakerDelegated struct {
	Staker   common.Address
	Operator common.Address
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
// FilterStakerDelegated is a free log retrieval operation binding the contract event 0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304.
⋮----
// Solidity: event StakerDelegated(address indexed staker, address indexed operator)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterStakerDelegated(opts *bind.FilterOpts, staker []common.Address, operator []common.Address) (*ContractDelegationManagerStakerDelegatedIterator, error)
⋮----
var stakerRule []interface{}
⋮----
// WatchStakerDelegated is a free log subscription operation binding the contract event 0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchStakerDelegated(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerStakerDelegated, staker []common.Address, operator []common.Address) (event.Subscription, error)
⋮----
// ParseStakerDelegated is a log parse operation binding the contract event 0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseStakerDelegated(log types.Log) (*ContractDelegationManagerStakerDelegated, error)
⋮----
// ContractDelegationManagerStakerForceUndelegatedIterator is returned from FilterStakerForceUndelegated and is used to iterate over the raw logs and unpacked data for StakerForceUndelegated events raised by the ContractDelegationManager contract.
type ContractDelegationManagerStakerForceUndelegatedIterator struct {
	Event *ContractDelegationManagerStakerForceUndelegated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerStakerForceUndelegated // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerStakerForceUndelegated represents a StakerForceUndelegated event raised by the ContractDelegationManager contract.
type ContractDelegationManagerStakerForceUndelegated struct {
	Staker   common.Address
	Operator common.Address
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
// FilterStakerForceUndelegated is a free log retrieval operation binding the contract event 0xf0eddf07e6ea14f388b47e1e94a0f464ecbd9eed4171130e0fc0e99fb4030a8a.
⋮----
// Solidity: event StakerForceUndelegated(address indexed staker, address indexed operator)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterStakerForceUndelegated(opts *bind.FilterOpts, staker []common.Address, operator []common.Address) (*ContractDelegationManagerStakerForceUndelegatedIterator, error)
⋮----
// WatchStakerForceUndelegated is a free log subscription operation binding the contract event 0xf0eddf07e6ea14f388b47e1e94a0f464ecbd9eed4171130e0fc0e99fb4030a8a.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchStakerForceUndelegated(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerStakerForceUndelegated, staker []common.Address, operator []common.Address) (event.Subscription, error)
⋮----
// ParseStakerForceUndelegated is a log parse operation binding the contract event 0xf0eddf07e6ea14f388b47e1e94a0f464ecbd9eed4171130e0fc0e99fb4030a8a.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseStakerForceUndelegated(log types.Log) (*ContractDelegationManagerStakerForceUndelegated, error)
⋮----
// ContractDelegationManagerStakerUndelegatedIterator is returned from FilterStakerUndelegated and is used to iterate over the raw logs and unpacked data for StakerUndelegated events raised by the ContractDelegationManager contract.
type ContractDelegationManagerStakerUndelegatedIterator struct {
	Event *ContractDelegationManagerStakerUndelegated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerStakerUndelegated // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerStakerUndelegated represents a StakerUndelegated event raised by the ContractDelegationManager contract.
type ContractDelegationManagerStakerUndelegated struct {
	Staker   common.Address
	Operator common.Address
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
// FilterStakerUndelegated is a free log retrieval operation binding the contract event 0xfee30966a256b71e14bc0ebfc94315e28ef4a97a7131a9e2b7a310a73af44676.
⋮----
// Solidity: event StakerUndelegated(address indexed staker, address indexed operator)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterStakerUndelegated(opts *bind.FilterOpts, staker []common.Address, operator []common.Address) (*ContractDelegationManagerStakerUndelegatedIterator, error)
⋮----
// WatchStakerUndelegated is a free log subscription operation binding the contract event 0xfee30966a256b71e14bc0ebfc94315e28ef4a97a7131a9e2b7a310a73af44676.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchStakerUndelegated(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerStakerUndelegated, staker []common.Address, operator []common.Address) (event.Subscription, error)
⋮----
// ParseStakerUndelegated is a log parse operation binding the contract event 0xfee30966a256b71e14bc0ebfc94315e28ef4a97a7131a9e2b7a310a73af44676.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseStakerUndelegated(log types.Log) (*ContractDelegationManagerStakerUndelegated, error)
⋮----
// ContractDelegationManagerUnpausedIterator is returned from FilterUnpaused and is used to iterate over the raw logs and unpacked data for Unpaused events raised by the ContractDelegationManager contract.
type ContractDelegationManagerUnpausedIterator struct {
	Event *ContractDelegationManagerUnpaused // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerUnpaused // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerUnpaused represents a Unpaused event raised by the ContractDelegationManager contract.
type ContractDelegationManagerUnpaused struct {
	Account         common.Address
	NewPausedStatus *big.Int
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
// FilterUnpaused is a free log retrieval operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
// Solidity: event Unpaused(address indexed account, uint256 newPausedStatus)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterUnpaused(opts *bind.FilterOpts, account []common.Address) (*ContractDelegationManagerUnpausedIterator, error)
⋮----
// WatchUnpaused is a free log subscription operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerUnpaused, account []common.Address) (event.Subscription, error)
⋮----
// ParseUnpaused is a log parse operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseUnpaused(log types.Log) (*ContractDelegationManagerUnpaused, error)
````

## File: contracts/bindings/EigenPod/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractEigenPod
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// BeaconChainProofsBalanceContainerProof is an auto generated low-level Go binding around an user-defined struct.
type BeaconChainProofsBalanceContainerProof struct {
	BalanceContainerRoot [32]byte
	Proof                []byte
}
⋮----
// BeaconChainProofsBalanceProof is an auto generated low-level Go binding around an user-defined struct.
type BeaconChainProofsBalanceProof struct {
	PubkeyHash  [32]byte
	BalanceRoot [32]byte
	Proof       []byte
}
⋮----
// BeaconChainProofsStateRootProof is an auto generated low-level Go binding around an user-defined struct.
type BeaconChainProofsStateRootProof struct {
	BeaconStateRoot [32]byte
	Proof           []byte
}
⋮----
// BeaconChainProofsValidatorProof is an auto generated low-level Go binding around an user-defined struct.
type BeaconChainProofsValidatorProof struct {
	ValidatorFields [][32]byte
	Proof           []byte
}
⋮----
// IEigenPodTypesCheckpoint is an auto generated low-level Go binding around an user-defined struct.
type IEigenPodTypesCheckpoint struct {
	BeaconBlockRoot       [32]byte
	ProofsRemaining       *big.Int
	PodBalanceGwei        uint64
	BalanceDeltasGwei     int64
	PrevBeaconBalanceGwei uint64
}
⋮----
// IEigenPodTypesValidatorInfo is an auto generated low-level Go binding around an user-defined struct.
type IEigenPodTypesValidatorInfo struct {
	ValidatorIndex      uint64
	RestakedBalanceGwei uint64
	LastCheckpointedAt  uint64
	Status              uint8
}
⋮----
// ContractEigenPodMetaData contains all meta data concerning the ContractEigenPod contract.
var ContractEigenPodMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"_ethPOS\",\"type\":\"address\",\"internalType\":\"contractIETHPOSDeposit\"},{\"name\":\"_eigenPodManager\",\"type\":\"address\",\"internalType\":\"contractIEigenPodManager\"},{\"name\":\"_GENESIS_TIME\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"_version\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"receive\",\"stateMutability\":\"payable\"},{\"type\":\"function\",\"name\":\"GENESIS_TIME\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint64\",\"internalType\":\"uint64\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"activeValidatorCount\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"checkpointBalanceExitedGwei\",\"inputs\":[{\"name\":\"\",\"type\":\"uint64\",\"internalType\":\"uint64\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint64\",\"internalType\":\"uint64\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"currentCheckpoint\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIEigenPodTypes.Checkpoint\",\"components\":[{\"name\":\"beaconBlockRoot\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"proofsRemaining\",\"type\":\"uint24\",\"internalType\":\"uint24\"},{\"name\":\"podBalanceGwei\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"balanceDeltasGwei\",\"type\":\"int64\",\"internalType\":\"int64\"},{\"name\":\"prevBeaconBalanceGwei\",\"type\":\"uint64\",\"internalType\":\"uint64\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"currentCheckpointTimestamp\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint64\",\"internalType\":\"uint64\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"eigenPodManager\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIEigenPodManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"ethPOS\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIETHPOSDeposit\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getParentBlockRoot\",\"inputs\":[{\"name\":\"timestamp\",\"type\":\"uint64\",\"internalType\":\"uint64\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"initialize\",\"inputs\":[{\"name\":\"_podOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"lastCheckpointTimestamp\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint64\",\"internalType\":\"uint64\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"podOwner\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"proofSubmitter\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"recoverTokens\",\"inputs\":[{\"name\":\"tokenList\",\"type\":\"address[]\",\"internalType\":\"contractIERC20[]\"},{\"name\":\"amountsToWithdraw\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"},{\"name\":\"recipient\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setProofSubmitter\",\"inputs\":[{\"name\":\"newProofSubmitter\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"stake\",\"inputs\":[{\"name\":\"pubkey\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"signature\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"depositDataRoot\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[],\"stateMutability\":\"payable\"},{\"type\":\"function\",\"name\":\"startCheckpoint\",\"inputs\":[{\"name\":\"revertIfNoBalance\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"validatorPubkeyHashToInfo\",\"inputs\":[{\"name\":\"validatorPubkeyHash\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIEigenPodTypes.ValidatorInfo\",\"components\":[{\"name\":\"validatorIndex\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"restakedBalanceGwei\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"lastCheckpointedAt\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"status\",\"type\":\"uint8\",\"internalType\":\"enumIEigenPodTypes.VALIDATOR_STATUS\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"validatorPubkeyToInfo\",\"inputs\":[{\"name\":\"validatorPubkey\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIEigenPodTypes.ValidatorInfo\",\"components\":[{\"name\":\"validatorIndex\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"restakedBalanceGwei\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"lastCheckpointedAt\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"status\",\"type\":\"uint8\",\"internalType\":\"enumIEigenPodTypes.VALIDATOR_STATUS\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"validatorStatus\",\"inputs\":[{\"name\":\"validatorPubkey\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"enumIEigenPodTypes.VALIDATOR_STATUS\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"validatorStatus\",\"inputs\":[{\"name\":\"pubkeyHash\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"enumIEigenPodTypes.VALIDATOR_STATUS\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"verifyCheckpointProofs\",\"inputs\":[{\"name\":\"balanceContainerProof\",\"type\":\"tuple\",\"internalType\":\"structBeaconChainProofs.BalanceContainerProof\",\"components\":[{\"name\":\"balanceContainerRoot\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"proof\",\"type\":\"bytes\",\"internalType\":\"bytes\"}]},{\"name\":\"proofs\",\"type\":\"tuple[]\",\"internalType\":\"structBeaconChainProofs.BalanceProof[]\",\"components\":[{\"name\":\"pubkeyHash\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"balanceRoot\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"proof\",\"type\":\"bytes\",\"internalType\":\"bytes\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"verifyStaleBalance\",\"inputs\":[{\"name\":\"beaconTimestamp\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"stateRootProof\",\"type\":\"tuple\",\"internalType\":\"structBeaconChainProofs.StateRootProof\",\"components\":[{\"name\":\"beaconStateRoot\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"proof\",\"type\":\"bytes\",\"internalType\":\"bytes\"}]},{\"name\":\"proof\",\"type\":\"tuple\",\"internalType\":\"structBeaconChainProofs.ValidatorProof\",\"components\":[{\"name\":\"validatorFields\",\"type\":\"bytes32[]\",\"internalType\":\"bytes32[]\"},{\"name\":\"proof\",\"type\":\"bytes\",\"internalType\":\"bytes\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"verifyWithdrawalCredentials\",\"inputs\":[{\"name\":\"beaconTimestamp\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"stateRootProof\",\"type\":\"tuple\",\"internalType\":\"structBeaconChainProofs.StateRootProof\",\"components\":[{\"name\":\"beaconStateRoot\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"proof\",\"type\":\"bytes\",\"internalType\":\"bytes\"}]},{\"name\":\"validatorIndices\",\"type\":\"uint40[]\",\"internalType\":\"uint40[]\"},{\"name\":\"validatorFieldsProofs\",\"type\":\"bytes[]\",\"internalType\":\"bytes[]\"},{\"name\":\"validatorFields\",\"type\":\"bytes32[][]\",\"internalType\":\"bytes32[][]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"version\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"withdrawRestakedBeaconChainETH\",\"inputs\":[{\"name\":\"recipient\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"amountWei\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"withdrawableRestakedExecutionLayerGwei\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint64\",\"internalType\":\"uint64\"}],\"stateMutability\":\"view\"},{\"type\":\"event\",\"name\":\"CheckpointCreated\",\"inputs\":[{\"name\":\"checkpointTimestamp\",\"type\":\"uint64\",\"indexed\":true,\"internalType\":\"uint64\"},{\"name\":\"beaconBlockRoot\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"validatorCount\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"CheckpointFinalized\",\"inputs\":[{\"name\":\"checkpointTimestamp\",\"type\":\"uint64\",\"indexed\":true,\"internalType\":\"uint64\"},{\"name\":\"totalShareDeltaWei\",\"type\":\"int256\",\"indexed\":false,\"internalType\":\"int256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"EigenPodStaked\",\"inputs\":[{\"name\":\"pubkey\",\"type\":\"bytes\",\"indexed\":false,\"internalType\":\"bytes\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"NonBeaconChainETHReceived\",\"inputs\":[{\"name\":\"amountReceived\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"ProofSubmitterUpdated\",\"inputs\":[{\"name\":\"prevProofSubmitter\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"newProofSubmitter\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"RestakedBeaconChainETHWithdrawn\",\"inputs\":[{\"name\":\"recipient\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"ValidatorBalanceUpdated\",\"inputs\":[{\"name\":\"validatorIndex\",\"type\":\"uint40\",\"indexed\":false,\"internalType\":\"uint40\"},{\"name\":\"balanceTimestamp\",\"type\":\"uint64\",\"indexed\":false,\"internalType\":\"uint64\"},{\"name\":\"newValidatorBalanceGwei\",\"type\":\"uint64\",\"indexed\":false,\"internalType\":\"uint64\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"ValidatorCheckpointed\",\"inputs\":[{\"name\":\"checkpointTimestamp\",\"type\":\"uint64\",\"indexed\":true,\"internalType\":\"uint64\"},{\"name\":\"validatorIndex\",\"type\":\"uint40\",\"indexed\":true,\"internalType\":\"uint40\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"ValidatorRestaked\",\"inputs\":[{\"name\":\"validatorIndex\",\"type\":\"uint40\",\"indexed\":false,\"internalType\":\"uint40\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"ValidatorWithdrawn\",\"inputs\":[{\"name\":\"checkpointTimestamp\",\"type\":\"uint64\",\"indexed\":true,\"internalType\":\"uint64\"},{\"name\":\"validatorIndex\",\"type\":\"uint40\",\"indexed\":true,\"internalType\":\"uint40\"}],\"anonymous\":false},{\"type\":\"error\",\"name\":\"BeaconTimestampTooFarInPast\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"CannotCheckpointTwiceInSingleBlock\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"CheckpointAlreadyActive\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"CredentialsAlreadyVerified\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"CurrentlyPaused\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputAddressZero\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputArrayLengthMismatch\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InsufficientWithdrawableBalance\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidEIP4788Response\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidProof\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidProofLength\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidProofLength\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidPubKeyLength\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidShortString\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidValidatorFieldsLength\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"MsgValueNot32ETH\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"NoActiveCheckpoint\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"NoBalanceToCheckpoint\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyEigenPodManager\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyEigenPodOwner\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyEigenPodOwnerOrProofSubmitter\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"StringTooLong\",\"inputs\":[{\"name\":\"str\",\"type\":\"string\",\"internalType\":\"string\"}]},{\"type\":\"error\",\"name\":\"TimestampOutOfRange\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"ValidatorInactiveOnBeaconChain\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"ValidatorIsExitingBeaconChain\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"ValidatorNotActiveInPod\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"ValidatorNotSlashedOnBeaconChain\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"WithdrawalCredentialsNotForEigenPod\",\"inputs\":[]}]",
	Bin: "0x610100604052348015610010575f5ffd5b50604051613eb5380380613eb583398101604081905261002f91610197565b806100398161006e565b608052506001600160a01b0380851660a052831660c0526001600160401b03821660e0526100656100b4565b505050506102e7565b5f5f829050601f815111156100a1578260405163305a27a960e01b8152600401610098919061028c565b60405180910390fd5b80516100ac826102c1565b179392505050565b5f54610100900460ff161561011b5760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608401610098565b5f5460ff9081161461016a575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b0381168114610180575f5ffd5b50565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f5f608085870312156101aa575f5ffd5b84516101b58161016c565b60208601519094506101c68161016c565b60408601519093506001600160401b03811681146101e2575f5ffd5b60608601519092506001600160401b038111156101fd575f5ffd5b8501601f8101871361020d575f5ffd5b80516001600160401b0381111561022657610226610183565b604051601f8201601f19908116603f011681016001600160401b038111828210171561025457610254610183565b60405281815282820160200189101561026b575f5ffd5b8160208401602083015e5f6020838301015280935050505092959194509250565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b805160208083015191908110156102e1575f198160200360031b1b821691505b50919050565b60805160a05160c05160e051613b4e6103675f395f61063f01525f81816102c30152818161067a01528181610722015281816109e601528181610bb001528181610eb901528181610f6001528181611196015281816114e401528181611618015261286301525f81816105010152610fc901525f610c1c0152613b4e5ff3fe60806040526004361061017e575f3560e01c80636fcd0e53116100cd578063c490744211610087578063dda3346c11610062578063dda3346c146105d1578063ee94d67c146105f0578063f074ba621461060f578063f28824611461062e575f5ffd5b8063c490744214610574578063c4d66de814610593578063d06d5587146105b2575f5ffd5b80636fcd0e531461048f5780637439841f146104bb57806374cdd798146104f057806388676cad146105235780639b4e463414610542578063b522538a14610555575f5ffd5b80634665bcda1161013857806354fd4d501161011357806354fd4d5014610404578063587533571461042557806358eaee79146104445780636c0d2d5a14610470575f5ffd5b80634665bcda146102b257806347d28372146102e557806352396a59146103d0575f5ffd5b8063039157d2146101bc5780630b18ff66146101dd5780632340e8d3146102195780633474aa161461023c5780633f65cf191461026d57806342ecff2a1461028c575f5ffd5b366101b8576040513481527f6fdd3dbdb173299608c0aa9f368735857c8842b581f8389238bf05bd04b3bf499060200160405180910390a1005b5f5ffd5b3480156101c7575f5ffd5b506101db6101d63660046130c2565b610661565b005b3480156101e8575f5ffd5b506033546101fc906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b348015610224575f5ffd5b5061022e60395481565b604051908152602001610210565b348015610247575f5ffd5b506034546001600160401b03165b6040516001600160401b039091168152602001610210565b348015610278575f5ffd5b506101db61028736600461317b565b61098d565b348015610297575f5ffd5b50603a5461025590600160401b90046001600160401b031681565b3480156102bd575f5ffd5b506101fc7f000000000000000000000000000000000000000000000000000000000000000081565b3480156102f0575f5ffd5b506103756040805160a0810182525f80825260208201819052918101829052606081018290526080810191909152506040805160a081018252603c548152603d5462ffffff811660208301526001600160401b0363010000008204811693830193909352600160581b810460070b6060830152600160981b9004909116608082015290565b60405161021091905f60a0820190508251825262ffffff60208401511660208301526001600160401b036040840151166040830152606083015160070b60608301526001600160401b03608084015116608083015292915050565b3480156103db575f5ffd5b506102556103ea366004613250565b603b6020525f90815260409020546001600160401b031681565b34801561040f575f5ffd5b50610418610c15565b604051610210919061329e565b348015610430575f5ffd5b50603e546101fc906001600160a01b031681565b34801561044f575f5ffd5b5061046361045e3660046132ed565b610c45565b604051610210919061335f565b34801561047b575f5ffd5b5061022e61048a366004613250565b610ca7565b34801561049a575f5ffd5b506104ae6104a936600461336d565b610db5565b6040516102109190613384565b3480156104c6575f5ffd5b506104636104d536600461336d565b5f90815260366020526040902054600160c01b900460ff1690565b3480156104fb575f5ffd5b506101fc7f000000000000000000000000000000000000000000000000000000000000000081565b34801561052e575f5ffd5b506101db61053d3660046133e7565b610e60565b6101db610550366004613402565b610f55565b348015610560575f5ffd5b506104ae61056f3660046132ed565b61109c565b34801561057f575f5ffd5b506101db61058e366004613492565b61118b565b34801561059e575f5ffd5b506101db6105ad3660046134bc565b6112c2565b3480156105bd575f5ffd5b506101db6105cc3660046134bc565b61140c565b3480156105dc575f5ffd5b506101db6105eb3660046135a7565b6114a0565b3480156105fb575f5ffd5b50603a54610255906001600160401b031681565b34801561061a575f5ffd5b506101db610629366004613679565b6115ff565b348015610639575f5ffd5b506102557f000000000000000000000000000000000000000000000000000000000000000081565b604051635ac86ab760e01b8152600660048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa1580156106c7573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106eb91906136e0565b156107095760405163840a48d560e01b815260040160405180910390fd5b604051635ac86ab760e01b8152600860048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa15801561076f573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061079391906136e0565b156107b15760405163840a48d560e01b815260040160405180910390fd5b5f6107f56107bf85806136fb565b808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152506119fc92505050565b5f818152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff1660028111156108635761086361332b565b60028111156108745761087461332b565b81525050905080604001516001600160401b0316876001600160401b0316116108b0576040516337e07ffd60e01b815260040160405180910390fd5b6001816060015160028111156108c8576108c861332b565b146108e65760405163d49e19a760e01b815260040160405180910390fd5b6109296108f386806136fb565b808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250611a1e92505050565b6109465760405163161ce5ed60e31b815260040160405180910390fd5b61095861095288610ca7565b87611a46565b61097b863561096787806136fb565b61097460208a018a613740565b8651611aeb565b6109845f611c12565b50505050505050565b6033546001600160a01b03163314806109b05750603e546001600160a01b031633145b6109cd5760405163427a777960e01b815260040160405180910390fd5b604051635ac86ab760e01b8152600260048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa158015610a33573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a5791906136e0565b15610a755760405163840a48d560e01b815260040160405180910390fd5b8584148015610a8357508382145b610aa0576040516343714afd60e01b815260040160405180910390fd5b603a546001600160401b03600160401b9091048116908a1611610ad6576040516337e07ffd60e01b815260040160405180910390fd5b610ae8610ae28a610ca7565b89611a46565b5f805b87811015610b8057610b6c8a358a8a84818110610b0a57610b0a613782565b9050602002016020810190610b1f9190613796565b898985818110610b3157610b31613782565b9050602002810190610b439190613740565b898987818110610b5557610b55613782565b9050602002810190610b6791906136fb565b611d92565b610b7690836137ce565b9150600101610aeb565b5060335460405163a1ca780b60e01b81526001600160a01b0391821660048201525f6024820152604481018390527f00000000000000000000000000000000000000000000000000000000000000009091169063a1ca780b906064015f604051808303815f87803b158015610bf3575f5ffd5b505af1158015610c05573d5f5f3e3d5ffd5b5050505050505050505050505050565b6060610c407f0000000000000000000000000000000000000000000000000000000000000000612247565b905090565b5f5f610c8584848080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525061228492505050565b5f90815260366020526040902054600160c01b900460ff169150505b92915050565b5f610cb5611fff600c6137e1565b610cc86001600160401b038416426137f8565b10610ce657604051637944e66d60e11b815260040160405180910390fd5b604080516001600160401b03841660208201525f918291720f3df6d732807ef1319fb7b8bb8522d0beac02910160408051601f1981840301815290829052610d2d91613822565b5f60405180830381855afa9150503d805f8114610d65576040519150601f19603f3d011682016040523d82523d5f602084013e610d6a565b606091505b5091509150818015610d7c57505f8151115b610d995760405163558ad0a360e01b815260040160405180910390fd5b80806020019051810190610dad919061382d565b949350505050565b610ddc604080516080810182525f8082526020820181905291810182905290606082015290565b5f82815260366020908152604091829020825160808101845281546001600160401b038082168352600160401b8204811694830194909452600160801b810490931693810193909352906060830190600160c01b900460ff166002811115610e4657610e4661332b565b6002811115610e5757610e5761332b565b90525092915050565b6033546001600160a01b0316331480610e835750603e546001600160a01b031633145b610ea05760405163427a777960e01b815260040160405180910390fd5b604051635ac86ab760e01b8152600660048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa158015610f06573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f2a91906136e0565b15610f485760405163840a48d560e01b815260040160405180910390fd5b610f5182611c12565b5050565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610f9e57604051633213a66160e21b815260040160405180910390fd5b346801bc16d674ec80000014610fc75760405163049696b360e31b815260040160405180910390fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663228951186801bc16d674ec800000878761100a612315565b8888886040518863ffffffff1660e01b815260040161102e9695949392919061386c565b5f604051808303818588803b158015611045575f5ffd5b505af1158015611057573d5f5f3e3d5ffd5b50505050507f606865b7934a25d4aed43f6cdb426403353fa4b3009c4d228407474581b01e23858560405161108d9291906138ba565b60405180910390a15050505050565b6110c3604080516080810182525f8082526020820181905291810182905290606082015290565b60365f61110485858080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525061228492505050565b815260208082019290925260409081015f20815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b81049094169281019290925290916060830190600160c01b900460ff1660028111156111705761117061332b565b60028111156111815761118161332b565b9052509392505050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146111d457604051633213a66160e21b815260040160405180910390fd5b5f6111e3633b9aca00836138e1565b90506111fc633b9aca006001600160401b0383166137e1565b6034549092506001600160401b03908116908216111561122f576040516302c6f54760e21b815260040160405180910390fd5b603480548291905f9061124c9084906001600160401b03166138f4565b92506101000a8154816001600160401b0302191690836001600160401b03160217905550826001600160a01b03167f8947fd2ce07ef9cc302c4e8f0461015615d91ce851564839e91cc804c2f49d8e836040516112ab91815260200190565b60405180910390a26112bd8383612359565b505050565b5f54610100900460ff16158080156112e057505f54600160ff909116105b806112f95750303b1580156112f957505f5460ff166001145b6113615760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015611382575f805461ff0019166101001790555b6001600160a01b0382166113a9576040516339b190bb60e11b815260040160405180910390fd5b603380546001600160a01b0319166001600160a01b0384161790558015610f51575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15050565b6033546001600160a01b031633146114375760405163719f370360e11b815260040160405180910390fd5b603e54604080516001600160a01b03928316815291831660208301527ffb8129080a19d34dceac04ba253fc50304dc86c729bd63cdca4a969ad19a5eac910160405180910390a1603e80546001600160a01b0319166001600160a01b0392909216919091179055565b6033546001600160a01b031633146114cb5760405163719f370360e11b815260040160405180910390fd5b604051635ac86ab760e01b8152600560048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa158015611531573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061155591906136e0565b156115735760405163840a48d560e01b815260040160405180910390fd5b8251845114611595576040516343714afd60e01b815260040160405180910390fd5b5f5b84518110156115f8576115f0838583815181106115b6576115b6613782565b60200260200101518784815181106115d0576115d0613782565b60200260200101516001600160a01b031661246e9092919063ffffffff16565b600101611597565b5050505050565b604051635ac86ab760e01b8152600760048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa158015611665573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061168991906136e0565b156116a75760405163840a48d560e01b815260040160405180910390fd5b603a54600160401b90046001600160401b03165f8190036116db57604051631a544f4960e01b815260040160405180910390fd5b6040805160a081018252603c54808252603d5462ffffff811660208401526001600160401b0363010000008204811694840194909452600160581b810460070b6060840152600160981b900490921660808201529061173a90876124c0565b5f805b858110156119a3573687878381811061175857611758613782565b905060200281019061176a9190613913565b80355f908152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff1660028111156117da576117da61332b565b60028111156117eb576117eb61332b565b90525090506001816060015160028111156118085761180861332b565b1461181457505061199b565b856001600160401b031681604001516001600160401b03161061183857505061199b565b5f8080611848848a8f3588612571565b60208b018051939650919450925061185f82613931565b62ffffff1690525060808801805184919061187b90839061394e565b6001600160401b031690525060608801805183919061189b90839061396d565b60070b9052506118ab818861394e565b85355f908152603660209081526040918290208751815492890151938901516001600160401b03908116600160801b0267ffffffffffffffff60801b19958216600160401b026001600160801b0319909516919092161792909217928316821781556060880151939a50879390929091839160ff60c01b1990911668ffffffffffffffffff60801b1990911617600160c01b83600281111561194f5761194f61332b565b021790555050845160405164ffffffffff90911691506001600160401b038b16907fa91c59033c3423e18b54d0acecebb4972f9ea95aedf5f4cae3b677b02eaf3a3f905f90a350505050505b60010161173d565b506001600160401b038084165f908152603b60205260408120805484939192916119cf9185911661394e565b92506101000a8154816001600160401b0302191690836001600160401b0316021790555061098482612694565b5f815f81518110611a0f57611a0f613782565b60200260200101519050919050565b5f81600381518110611a3257611a32613782565b60200260200101515f5f1b14159050919050565b611a52600360206137e1565b611a5f6020830183613740565b905014611a7f576040516313717da960e21b815260040160405180910390fd5b611ace611a8f6020830183613740565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f92019190915250869250508435905060036128c3565b610f51576040516309bde33960e01b815260040160405180910390fd5b60088414611b0c5760405163200591bd60e01b815260040160405180910390fd5b6005611b1a602860016137ce565b611b2491906137ce565b611b2f9060206137e1565b8214611b4e576040516313717da960e21b815260040160405180910390fd5b5f611b8a8686808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152506128da92505050565b90505f64ffffffffff8316611ba1602860016137ce565b600b901b179050611beb85858080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152508c92508691508590506128c3565b611c08576040516309bde33960e01b815260040160405180910390fd5b5050505050505050565b603a54600160401b90046001600160401b031615611c425760405162be9bc360e81b815260040160405180910390fd5b603a546001600160401b03428116911603611c70576040516367db5b8b60e01b815260040160405180910390fd5b6034545f906001600160401b0316611c8c633b9aca00476138e1565b611c9691906138f4565b9050818015611cac57506001600160401b038116155b15611cca576040516332dea95960e21b815260040160405180910390fd5b5f6040518060a00160405280611cdf42610ca7565b815260395462ffffff1660208201526001600160401b0380851660408301525f60608301819052608090920191909152603a805442909216600160401b026fffffffffffffffff0000000000000000199092169190911790559050611d4381612694565b805160208083015160405162ffffff90911681526001600160401b034216917f575796133bbed337e5b39aa49a30dc2556a91e0c6c2af4b7b886ae77ebef1076910160405180910390a3505050565b5f5f611dcf8484808060200260200160405190810160405280939291908181526020018383602002808284375f920191909152506119fc92505050565b5f818152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff166002811115611e3d57611e3d61332b565b6002811115611e4e57611e4e61332b565b90525090505f81606001516002811115611e6a57611e6a61332b565b14611e88576040516335e09e9d60e01b815260040160405180910390fd5b6001600160401b038016611ecd8686808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250612b6a92505050565b6001600160401b031603611ef457604051631958236d60e21b815260040160405180910390fd5b6001600160401b038016611f398686808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250612b8e92505050565b6001600160401b031614611f6057604051632eade63760e01b815260040160405180910390fd5b611f68612315565b611f719061399c565b611fac8686808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250612ba592505050565b14611fca57604051633772dd5360e11b815260040160405180910390fd5b5f6120068686808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250612bb992505050565b90506120168a87878b8b8e611aeb565b60398054905f612025836139bf565b9091555050603a545f90600160401b90046001600160401b03161561205c57603a54600160401b90046001600160401b0316612069565b603a546001600160401b03165b6040805160808101825264ffffffffff8d1681526001600160401b03858116602083015283169181019190915290915060608101600190525f858152603660209081526040918290208351815492850151938501516001600160401b03908116600160801b0267ffffffffffffffff60801b19958216600160401b026001600160801b031990951691909216179290921792831682178155606084015190929091839160ff60c01b1990911668ffffffffffffffffff60801b1990911617600160c01b83600281111561213e5761213e61332b565b021790555050603d8054849250601390612169908490600160981b90046001600160401b031661394e565b92506101000a8154816001600160401b0302191690836001600160401b031602179055507f2d0800bbc377ea54a08c5db6a87aafff5e3e9c8fead0eda110e40e0c104414498a6040516121c9919064ffffffffff91909116815260200190565b60405180910390a16040805164ffffffffff8c1681526001600160401b03838116602083015284168183015290517f0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df9181900360600190a1612238633b9aca006001600160401b0384166137e1565b9b9a5050505050505050505050565b60605f61225383612bd0565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b5f81516030146122a757604051634f88323960e11b815260040160405180910390fd5b6040516002906122bd9084905f906020016139d7565b60408051601f19818403018152908290526122d791613822565b602060405180830381855afa1580156122f2573d5f5f3e3d5ffd5b5050506040513d601f19601f82011682018060405250810190610ca1919061382d565b60408051600160f81b60208201525f602182015230606090811b6bffffffffffffffffffffffff1916602c8301529101604051602081830303815290604052905090565b804710156123a95760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a20696e73756666696369656e742062616c616e63650000006044820152606401611358565b5f826001600160a01b0316826040515f6040518083038185875af1925050503d805f81146123f2576040519150601f19603f3d011682016040523d82523d5f602084013e6123f7565b606091505b50509050806112bd5760405162461bcd60e51b815260206004820152603a60248201527f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260448201527f6563697069656e74206d617920686176652072657665727465640000000000006064820152608401611358565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663a9059cbb60e01b1790526112bd908490612bf7565b6124cc600560036137ce565b6124d79060206137e1565b6124e46020830183613740565b905014612504576040516313717da960e21b815260040160405180910390fd5b606c6125546125166020840184613740565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152508792505085359050846128c3565b6112bd576040516309bde33960e01b815260040160405180910390fd5b83516020850151905f90819081612589878388612cca565b9050846001600160401b0316816001600160401b031614612603576125ae85826139fb565b6040805164ffffffffff851681526001600160401b038b8116602083015284168183015290519195507f0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df919081900360600190a15b6001600160401b0380821660208b0181905290891660408b01525f036126885760398054905f61263283613a2a565b9091555050600260608a015261264784613a3f565b92508164ffffffffff16886001600160401b03167f2a02361ffa66cf2c2da4682c2355a6adcaa9f6c227b6e6563e68480f9587626a60405160405180910390a35b50509450945094915050565b602081015162ffffff1615612734578051603c556020810151603d80546040840151606085015160809095015162ffffff9094166affffffffffffffffffffff199092169190911763010000006001600160401b0392831602176fffffffffffffffffffffffffffffffff60581b1916600160581b9482169490940267ffffffffffffffff60981b191693909317600160981b9390921692909202179055565b60808101516034545f91612750916001600160401b031661394e565b90505f82606001518360400151612767919061396d565b60408401516034805492935090915f9061278b9084906001600160401b031661394e565b82546101009290920a6001600160401b03818102199093169183160217909155603a8054600160401b810483166001600160801b03199091161790555f91506127db90633b9aca009085166137e1565b90505f6127f0633b9aca00600785900b613a64565b603a546040518281529192506001600160401b0316907f525408c201bc1576eb44116f6478f1c2a54775b19a043bcfdc708364f74f8e449060200160405180910390a260335460405163a1ca780b60e01b81526001600160a01b03918216600482015260248101849052604481018390527f00000000000000000000000000000000000000000000000000000000000000009091169063a1ca780b906064015f604051808303815f87803b1580156128a6575f5ffd5b505af11580156128b8573d5f5f3e3d5ffd5b505050505050505050565b5f836128d0868585612da8565b1495945050505050565b5f5f600283516128ea91906138e1565b90505f816001600160401b03811115612905576129056134d7565b60405190808252806020026020018201604052801561292e578160200160208202803683370190505b5090505f5b82811015612a285760028561294883836137e1565b8151811061295857612958613782565b60200260200101518683600261296e91906137e1565b6129799060016137ce565b8151811061298957612989613782565b60200260200101516040516020016129ab929190918252602082015260400190565b60408051601f19818403018152908290526129c591613822565b602060405180830381855afa1580156129e0573d5f5f3e3d5ffd5b5050506040513d601f19601f82011682018060405250810190612a03919061382d565b828281518110612a1557612a15613782565b6020908102919091010152600101612933565b50612a346002836138e1565b91505b8115612b47575f5b82811015612b3457600282612a5483836137e1565b81518110612a6457612a64613782565b602002602001015183836002612a7a91906137e1565b612a859060016137ce565b81518110612a9557612a95613782565b6020026020010151604051602001612ab7929190918252602082015260400190565b60408051601f1981840301815290829052612ad191613822565b602060405180830381855afa158015612aec573d5f5f3e3d5ffd5b5050506040513d601f19601f82011682018060405250810190612b0f919061382d565b828281518110612b2157612b21613782565b6020908102919091010152600101612a3f565b50612b406002836138e1565b9150612a37565b805f81518110612b5957612b59613782565b602002602001015192505050919050565b5f610ca182600581518110612b8157612b81613782565b6020026020010151612e7c565b5f610ca182600681518110612b8157612b81613782565b5f81600181518110611a0f57611a0f613782565b5f610ca182600281518110612b8157612b81613782565b5f60ff8216601f811115610ca157604051632cd44ac360e21b815260040160405180910390fd5b5f612c4b826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316612ee39092919063ffffffff16565b905080515f1480612c6b575080806020019051810190612c6b91906136e0565b6112bd5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401611358565b5f612cd7602660016137ce565b612ce29060206137e1565b612cef6040840184613740565b905014612d0f576040516313717da960e21b815260040160405180910390fd5b5f612d1b600485613a93565b64ffffffffff169050612d74612d346040850185613740565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525089925050506020860135846128c3565b612d91576040516309bde33960e01b815260040160405180910390fd5b612d9f836020013585612ef1565b95945050505050565b5f83515f14158015612dc5575060208451612dc39190613abc565b155b612de2576040516313717da960e21b815260040160405180910390fd5b604080516020808201909252848152905b85518111612e7257612e06600285613abc565b5f03612e385781515f528086015160205260208260405f60026107d05a03fa612e2d575f5ffd5b600284049350612e60565b808601515f52815160205260208260405f60026107d05a03fa612e59575f5ffd5b6002840493505b612e6b6020826137ce565b9050612df3565b5051949350505050565b60f881901c60e882901c61ff00161760d882901c62ff0000161760c882901c63ff000000161764ff0000000060b883901c161765ff000000000060a883901c161766ff000000000000609883901c161767ff0000000000000060889290921c919091161790565b6060610dad84845f85612f1d565b5f80612efe600484613acf565b612f09906040613af8565b64ffffffffff169050610dad84821b612e7c565b606082471015612f7e5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401611358565b5f5f866001600160a01b03168587604051612f999190613822565b5f6040518083038185875af1925050503d805f8114612fd3576040519150601f19603f3d011682016040523d82523d5f602084013e612fd8565b606091505b5091509150612fe987838387612ff4565b979650505050505050565b606083156130625782515f0361305b576001600160a01b0385163b61305b5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401611358565b5081610dad565b610dad83838151156130775781518083602001fd5b8060405162461bcd60e51b8152600401611358919061329e565b80356001600160401b03811681146130a7575f5ffd5b919050565b5f604082840312156130bc575f5ffd5b50919050565b5f5f5f606084860312156130d4575f5ffd5b6130dd84613091565b925060208401356001600160401b038111156130f7575f5ffd5b613103868287016130ac565b92505060408401356001600160401b0381111561311e575f5ffd5b61312a868287016130ac565b9150509250925092565b5f5f83601f840112613144575f5ffd5b5081356001600160401b0381111561315a575f5ffd5b6020830191508360208260051b8501011115613174575f5ffd5b9250929050565b5f5f5f5f5f5f5f5f60a0898b031215613192575f5ffd5b61319b89613091565b975060208901356001600160401b038111156131b5575f5ffd5b6131c18b828c016130ac565b97505060408901356001600160401b038111156131dc575f5ffd5b6131e88b828c01613134565b90975095505060608901356001600160401b03811115613206575f5ffd5b6132128b828c01613134565b90955093505060808901356001600160401b03811115613230575f5ffd5b61323c8b828c01613134565b999c989b5096995094979396929594505050565b5f60208284031215613260575f5ffd5b61326982613091565b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6132696020830184613270565b5f5f83601f8401126132c0575f5ffd5b5081356001600160401b038111156132d6575f5ffd5b602083019150836020828501011115613174575f5ffd5b5f5f602083850312156132fe575f5ffd5b82356001600160401b03811115613313575f5ffd5b61331f858286016132b0565b90969095509350505050565b634e487b7160e01b5f52602160045260245ffd5b6003811061335b57634e487b7160e01b5f52602160045260245ffd5b9052565b60208101610ca1828461333f565b5f6020828403121561337d575f5ffd5b5035919050565b5f6080820190506001600160401b0383511682526001600160401b0360208401511660208301526001600160401b03604084015116604083015260608301516133d0606084018261333f565b5092915050565b80151581146133e4575f5ffd5b50565b5f602082840312156133f7575f5ffd5b8135613269816133d7565b5f5f5f5f5f60608688031215613416575f5ffd5b85356001600160401b0381111561342b575f5ffd5b613437888289016132b0565b90965094505060208601356001600160401b03811115613455575f5ffd5b613461888289016132b0565b96999598509660400135949350505050565b6001600160a01b03811681146133e4575f5ffd5b80356130a781613473565b5f5f604083850312156134a3575f5ffd5b82356134ae81613473565b946020939093013593505050565b5f602082840312156134cc575f5ffd5b813561326981613473565b634e487b7160e01b5f52604160045260245ffd5b604051601f8201601f191681016001600160401b0381118282101715613513576135136134d7565b604052919050565b5f6001600160401b03821115613533576135336134d7565b5060051b60200190565b5f82601f83011261354c575f5ffd5b813561355f61355a8261351b565b6134eb565b8082825260208201915060208360051b860101925085831115613580575f5ffd5b602085015b8381101561359d578035835260209283019201613585565b5095945050505050565b5f5f5f606084860312156135b9575f5ffd5b83356001600160401b038111156135ce575f5ffd5b8401601f810186136135de575f5ffd5b80356135ec61355a8261351b565b8082825260208201915060208360051b85010192508883111561360d575f5ffd5b6020840193505b8284101561363857833561362781613473565b825260209384019390910190613614565b955050505060208401356001600160401b03811115613655575f5ffd5b6136618682870161353d565b92505061367060408501613487565b90509250925092565b5f5f5f6040848603121561368b575f5ffd5b83356001600160401b038111156136a0575f5ffd5b6136ac868287016130ac565b93505060208401356001600160401b038111156136c7575f5ffd5b6136d386828701613134565b9497909650939450505050565b5f602082840312156136f0575f5ffd5b8151613269816133d7565b5f5f8335601e19843603018112613710575f5ffd5b8301803591506001600160401b03821115613729575f5ffd5b6020019150600581901b3603821315613174575f5ffd5b5f5f8335601e19843603018112613755575f5ffd5b8301803591506001600160401b0382111561376e575f5ffd5b602001915036819003821315613174575f5ffd5b634e487b7160e01b5f52603260045260245ffd5b5f602082840312156137a6575f5ffd5b813564ffffffffff81168114613269575f5ffd5b634e487b7160e01b5f52601160045260245ffd5b80820180821115610ca157610ca16137ba565b8082028115828204841417610ca157610ca16137ba565b81810381811115610ca157610ca16137ba565b5f81518060208401855e5f93019283525090919050565b5f613269828461380b565b5f6020828403121561383d575f5ffd5b5051919050565b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b608081525f61387f60808301888a613844565b82810360208401526138918188613270565b905082810360408401526138a6818688613844565b915050826060830152979650505050505050565b602081525f610dad602083018486613844565b634e487b7160e01b5f52601260045260245ffd5b5f826138ef576138ef6138cd565b500490565b6001600160401b038281168282160390811115610ca157610ca16137ba565b5f8235605e19833603018112613927575f5ffd5b9190910192915050565b5f62ffffff821680613945576139456137ba565b5f190192915050565b6001600160401b038181168382160190811115610ca157610ca16137ba565b600781810b9083900b01677fffffffffffffff8113677fffffffffffffff1982121715610ca157610ca16137ba565b805160208083015191908110156130bc575f1960209190910360031b1b16919050565b5f600182016139d0576139d06137ba565b5060010190565b5f6139e2828561380b565b6001600160801b03199390931683525050601001919050565b600782810b9082900b03677fffffffffffffff198112677fffffffffffffff82131715610ca157610ca16137ba565b5f81613a3857613a386137ba565b505f190190565b5f8160070b677fffffffffffffff198103613a5c57613a5c6137ba565b5f0392915050565b8082025f8212600160ff1b84141615613a7f57613a7f6137ba565b8181058314821517610ca157610ca16137ba565b5f64ffffffffff831680613aa957613aa96138cd565b8064ffffffffff84160491505092915050565b5f82613aca57613aca6138cd565b500690565b5f64ffffffffff831680613ae557613ae56138cd565b8064ffffffffff84160691505092915050565b64ffffffffff81811683821602908116908181146133d0576133d06137ba56fea2646970667358221220ee8944e7c6eeceaf312bcc5ef6ae6ca9651a38d06a553df7177cd8b7b1cb273264736f6c634300081b0033",
}
⋮----
// ContractEigenPodABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractEigenPodMetaData.ABI instead.
var ContractEigenPodABI = ContractEigenPodMetaData.ABI
⋮----
// ContractEigenPodBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractEigenPodMetaData.Bin instead.
var ContractEigenPodBin = ContractEigenPodMetaData.Bin
⋮----
// DeployContractEigenPod deploys a new Ethereum contract, binding an instance of ContractEigenPod to it.
func DeployContractEigenPod(auth *bind.TransactOpts, backend bind.ContractBackend, _ethPOS common.Address, _eigenPodManager common.Address, _GENESIS_TIME uint64, _version string) (common.Address, *types.Transaction, *ContractEigenPod, error)
⋮----
// ContractEigenPodMethods is an auto generated interface around an Ethereum contract.
type ContractEigenPodMethods interface {
	ContractEigenPodCalls
	ContractEigenPodTransacts
	ContractEigenPodFilters
}
⋮----
// ContractEigenPodCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractEigenPodCalls interface {
	GENESISTIME(opts *bind.CallOpts) (uint64, error)

	ActiveValidatorCount(opts *bind.CallOpts) (*big.Int, error)

	CheckpointBalanceExitedGwei(opts *bind.CallOpts, arg0 uint64) (uint64, error)

	CurrentCheckpoint(opts *bind.CallOpts) (IEigenPodTypesCheckpoint, error)

	CurrentCheckpointTimestamp(opts *bind.CallOpts) (uint64, error)

	EigenPodManager(opts *bind.CallOpts) (common.Address, error)

	EthPOS(opts *bind.CallOpts) (common.Address, error)

	GetParentBlockRoot(opts *bind.CallOpts, timestamp uint64) ([32]byte, error)

	LastCheckpointTimestamp(opts *bind.CallOpts) (uint64, error)

	PodOwner(opts *bind.CallOpts) (common.Address, error)

	ProofSubmitter(opts *bind.CallOpts) (common.Address, error)

	ValidatorPubkeyHashToInfo(opts *bind.CallOpts, validatorPubkeyHash [32]byte) (IEigenPodTypesValidatorInfo, error)

	ValidatorPubkeyToInfo(opts *bind.CallOpts, validatorPubkey []byte) (IEigenPodTypesValidatorInfo, error)

	ValidatorStatus(opts *bind.CallOpts, validatorPubkey []byte) (uint8, error)

	ValidatorStatus0(opts *bind.CallOpts, pubkeyHash [32]byte) (uint8, error)

	Version(opts *bind.CallOpts) (string, error)

	WithdrawableRestakedExecutionLayerGwei(opts *bind.CallOpts) (uint64, error)
}
⋮----
// ContractEigenPodTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractEigenPodTransacts interface {
	Initialize(opts *bind.TransactOpts, _podOwner common.Address) (*types.Transaction, error)

	RecoverTokens(opts *bind.TransactOpts, tokenList []common.Address, amountsToWithdraw []*big.Int, recipient common.Address) (*types.Transaction, error)

	SetProofSubmitter(opts *bind.TransactOpts, newProofSubmitter common.Address) (*types.Transaction, error)

	Stake(opts *bind.TransactOpts, pubkey []byte, signature []byte, depositDataRoot [32]byte) (*types.Transaction, error)

	StartCheckpoint(opts *bind.TransactOpts, revertIfNoBalance bool) (*types.Transaction, error)

	VerifyCheckpointProofs(opts *bind.TransactOpts, balanceContainerProof BeaconChainProofsBalanceContainerProof, proofs []BeaconChainProofsBalanceProof) (*types.Transaction, error)

	VerifyStaleBalance(opts *bind.TransactOpts, beaconTimestamp uint64, stateRootProof BeaconChainProofsStateRootProof, proof BeaconChainProofsValidatorProof) (*types.Transaction, error)

	VerifyWithdrawalCredentials(opts *bind.TransactOpts, beaconTimestamp uint64, stateRootProof BeaconChainProofsStateRootProof, validatorIndices []*big.Int, validatorFieldsProofs [][]byte, validatorFields [][][32]byte) (*types.Transaction, error)

	WithdrawRestakedBeaconChainETH(opts *bind.TransactOpts, recipient common.Address, amountWei *big.Int) (*types.Transaction, error)
}
⋮----
// ContractEigenPodFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractEigenPodFilters interface {
	FilterCheckpointCreated(opts *bind.FilterOpts, checkpointTimestamp []uint64, beaconBlockRoot [][32]byte) (*ContractEigenPodCheckpointCreatedIterator, error)
	WatchCheckpointCreated(opts *bind.WatchOpts, sink chan<- *ContractEigenPodCheckpointCreated, checkpointTimestamp []uint64, beaconBlockRoot [][32]byte) (event.Subscription, error)
	ParseCheckpointCreated(log types.Log) (*ContractEigenPodCheckpointCreated, error)

	FilterCheckpointFinalized(opts *bind.FilterOpts, checkpointTimestamp []uint64) (*ContractEigenPodCheckpointFinalizedIterator, error)
	WatchCheckpointFinalized(opts *bind.WatchOpts, sink chan<- *ContractEigenPodCheckpointFinalized, checkpointTimestamp []uint64) (event.Subscription, error)
	ParseCheckpointFinalized(log types.Log) (*ContractEigenPodCheckpointFinalized, error)

	FilterEigenPodStaked(opts *bind.FilterOpts) (*ContractEigenPodEigenPodStakedIterator, error)
	WatchEigenPodStaked(opts *bind.WatchOpts, sink chan<- *ContractEigenPodEigenPodStaked) (event.Subscription, error)
	ParseEigenPodStaked(log types.Log) (*ContractEigenPodEigenPodStaked, error)

	FilterInitialized(opts *bind.FilterOpts) (*ContractEigenPodInitializedIterator, error)
	WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractEigenPodInitialized) (event.Subscription, error)
	ParseInitialized(log types.Log) (*ContractEigenPodInitialized, error)

	FilterNonBeaconChainETHReceived(opts *bind.FilterOpts) (*ContractEigenPodNonBeaconChainETHReceivedIterator, error)
	WatchNonBeaconChainETHReceived(opts *bind.WatchOpts, sink chan<- *ContractEigenPodNonBeaconChainETHReceived) (event.Subscription, error)
	ParseNonBeaconChainETHReceived(log types.Log) (*ContractEigenPodNonBeaconChainETHReceived, error)

	FilterProofSubmitterUpdated(opts *bind.FilterOpts) (*ContractEigenPodProofSubmitterUpdatedIterator, error)
	WatchProofSubmitterUpdated(opts *bind.WatchOpts, sink chan<- *ContractEigenPodProofSubmitterUpdated) (event.Subscription, error)
	ParseProofSubmitterUpdated(log types.Log) (*ContractEigenPodProofSubmitterUpdated, error)

	FilterRestakedBeaconChainETHWithdrawn(opts *bind.FilterOpts, recipient []common.Address) (*ContractEigenPodRestakedBeaconChainETHWithdrawnIterator, error)
	WatchRestakedBeaconChainETHWithdrawn(opts *bind.WatchOpts, sink chan<- *ContractEigenPodRestakedBeaconChainETHWithdrawn, recipient []common.Address) (event.Subscription, error)
	ParseRestakedBeaconChainETHWithdrawn(log types.Log) (*ContractEigenPodRestakedBeaconChainETHWithdrawn, error)

	FilterValidatorBalanceUpdated(opts *bind.FilterOpts) (*ContractEigenPodValidatorBalanceUpdatedIterator, error)
	WatchValidatorBalanceUpdated(opts *bind.WatchOpts, sink chan<- *ContractEigenPodValidatorBalanceUpdated) (event.Subscription, error)
	ParseValidatorBalanceUpdated(log types.Log) (*ContractEigenPodValidatorBalanceUpdated, error)

	FilterValidatorCheckpointed(opts *bind.FilterOpts, checkpointTimestamp []uint64, validatorIndex []*big.Int) (*ContractEigenPodValidatorCheckpointedIterator, error)
	WatchValidatorCheckpointed(opts *bind.WatchOpts, sink chan<- *ContractEigenPodValidatorCheckpointed, checkpointTimestamp []uint64, validatorIndex []*big.Int) (event.Subscription, error)
	ParseValidatorCheckpointed(log types.Log) (*ContractEigenPodValidatorCheckpointed, error)

	FilterValidatorRestaked(opts *bind.FilterOpts) (*ContractEigenPodValidatorRestakedIterator, error)
	WatchValidatorRestaked(opts *bind.WatchOpts, sink chan<- *ContractEigenPodValidatorRestaked) (event.Subscription, error)
	ParseValidatorRestaked(log types.Log) (*ContractEigenPodValidatorRestaked, error)

	FilterValidatorWithdrawn(opts *bind.FilterOpts, checkpointTimestamp []uint64, validatorIndex []*big.Int) (*ContractEigenPodValidatorWithdrawnIterator, error)
	WatchValidatorWithdrawn(opts *bind.WatchOpts, sink chan<- *ContractEigenPodValidatorWithdrawn, checkpointTimestamp []uint64, validatorIndex []*big.Int) (event.Subscription, error)
	ParseValidatorWithdrawn(log types.Log) (*ContractEigenPodValidatorWithdrawn, error)
}
⋮----
// ContractEigenPod is an auto generated Go binding around an Ethereum contract.
type ContractEigenPod struct {
	ContractEigenPodCaller     // Read-only binding to the contract
	ContractEigenPodTransactor // Write-only binding to the contract
	ContractEigenPodFilterer   // Log filterer for contract events
}
⋮----
ContractEigenPodCaller     // Read-only binding to the contract
ContractEigenPodTransactor // Write-only binding to the contract
ContractEigenPodFilterer   // Log filterer for contract events
⋮----
// ContractEigenPod implements the ContractEigenPodMethods interface.
var _ ContractEigenPodMethods = (*ContractEigenPod)(nil)
⋮----
// ContractEigenPodCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractEigenPodCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractEigenPodCaller implements the ContractEigenPodCalls interface.
var _ ContractEigenPodCalls = (*ContractEigenPodCaller)(nil)
⋮----
// ContractEigenPodTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractEigenPodTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractEigenPodTransactor implements the ContractEigenPodTransacts interface.
var _ ContractEigenPodTransacts = (*ContractEigenPodTransactor)(nil)
⋮----
// ContractEigenPodFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractEigenPodFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractEigenPodFilterer implements the ContractEigenPodFilters interface.
var _ ContractEigenPodFilters = (*ContractEigenPodFilterer)(nil)
⋮----
// ContractEigenPodSession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractEigenPodSession struct {
	Contract     *ContractEigenPod // Generic contract binding to set the session for
	CallOpts     bind.CallOpts     // Call options to use throughout this session
	TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractEigenPod // Generic contract binding to set the session for
CallOpts     bind.CallOpts     // Call options to use throughout this session
TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
⋮----
// ContractEigenPodCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractEigenPodCallerSession struct {
	Contract *ContractEigenPodCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts           // Call options to use throughout this session
}
⋮----
Contract *ContractEigenPodCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts           // Call options to use throughout this session
⋮----
// ContractEigenPodTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractEigenPodTransactorSession struct {
	Contract     *ContractEigenPodTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts           // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractEigenPodTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts           // Transaction auth options to use throughout this session
⋮----
// ContractEigenPodRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractEigenPodRaw struct {
	Contract *ContractEigenPod // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractEigenPod // Generic contract binding to access the raw methods on
⋮----
// ContractEigenPodCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractEigenPodCallerRaw struct {
	Contract *ContractEigenPodCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractEigenPodCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractEigenPodTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractEigenPodTransactorRaw struct {
	Contract *ContractEigenPodTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractEigenPodTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractEigenPod creates a new instance of ContractEigenPod, bound to a specific deployed contract.
func NewContractEigenPod(address common.Address, backend bind.ContractBackend) (*ContractEigenPod, error)
⋮----
// NewContractEigenPodCaller creates a new read-only instance of ContractEigenPod, bound to a specific deployed contract.
func NewContractEigenPodCaller(address common.Address, caller bind.ContractCaller) (*ContractEigenPodCaller, error)
⋮----
// NewContractEigenPodTransactor creates a new write-only instance of ContractEigenPod, bound to a specific deployed contract.
func NewContractEigenPodTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractEigenPodTransactor, error)
⋮----
// NewContractEigenPodFilterer creates a new log filterer instance of ContractEigenPod, bound to a specific deployed contract.
func NewContractEigenPodFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractEigenPodFilterer, error)
⋮----
// bindContractEigenPod binds a generic wrapper to an already deployed contract.
func bindContractEigenPod(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractEigenPod *ContractEigenPodRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractEigenPod *ContractEigenPodRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractEigenPod *ContractEigenPodRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// GENESISTIME is a free data retrieval call binding the contract method 0xf2882461.
//
// Solidity: function GENESIS_TIME() view returns(uint64)
func (_ContractEigenPod *ContractEigenPodCaller) GENESISTIME(opts *bind.CallOpts) (uint64, error)
⋮----
var out []interface{}
⋮----
// ActiveValidatorCount is a free data retrieval call binding the contract method 0x2340e8d3.
⋮----
// Solidity: function activeValidatorCount() view returns(uint256)
func (_ContractEigenPod *ContractEigenPodCaller) ActiveValidatorCount(opts *bind.CallOpts) (*big.Int, error)
⋮----
// CheckpointBalanceExitedGwei is a free data retrieval call binding the contract method 0x52396a59.
⋮----
// Solidity: function checkpointBalanceExitedGwei(uint64 ) view returns(uint64)
func (_ContractEigenPod *ContractEigenPodCaller) CheckpointBalanceExitedGwei(opts *bind.CallOpts, arg0 uint64) (uint64, error)
⋮----
// CurrentCheckpoint is a free data retrieval call binding the contract method 0x47d28372.
⋮----
// Solidity: function currentCheckpoint() view returns((bytes32,uint24,uint64,int64,uint64))
func (_ContractEigenPod *ContractEigenPodCaller) CurrentCheckpoint(opts *bind.CallOpts) (IEigenPodTypesCheckpoint, error)
⋮----
// CurrentCheckpointTimestamp is a free data retrieval call binding the contract method 0x42ecff2a.
⋮----
// Solidity: function currentCheckpointTimestamp() view returns(uint64)
func (_ContractEigenPod *ContractEigenPodCaller) CurrentCheckpointTimestamp(opts *bind.CallOpts) (uint64, error)
⋮----
// EigenPodManager is a free data retrieval call binding the contract method 0x4665bcda.
⋮----
// Solidity: function eigenPodManager() view returns(address)
func (_ContractEigenPod *ContractEigenPodCaller) EigenPodManager(opts *bind.CallOpts) (common.Address, error)
⋮----
// EthPOS is a free data retrieval call binding the contract method 0x74cdd798.
⋮----
// Solidity: function ethPOS() view returns(address)
func (_ContractEigenPod *ContractEigenPodCaller) EthPOS(opts *bind.CallOpts) (common.Address, error)
⋮----
// GetParentBlockRoot is a free data retrieval call binding the contract method 0x6c0d2d5a.
⋮----
// Solidity: function getParentBlockRoot(uint64 timestamp) view returns(bytes32)
func (_ContractEigenPod *ContractEigenPodCaller) GetParentBlockRoot(opts *bind.CallOpts, timestamp uint64) ([32]byte, error)
⋮----
// LastCheckpointTimestamp is a free data retrieval call binding the contract method 0xee94d67c.
⋮----
// Solidity: function lastCheckpointTimestamp() view returns(uint64)
func (_ContractEigenPod *ContractEigenPodCaller) LastCheckpointTimestamp(opts *bind.CallOpts) (uint64, error)
⋮----
// PodOwner is a free data retrieval call binding the contract method 0x0b18ff66.
⋮----
// Solidity: function podOwner() view returns(address)
func (_ContractEigenPod *ContractEigenPodCaller) PodOwner(opts *bind.CallOpts) (common.Address, error)
⋮----
// ProofSubmitter is a free data retrieval call binding the contract method 0x58753357.
⋮----
// Solidity: function proofSubmitter() view returns(address)
func (_ContractEigenPod *ContractEigenPodCaller) ProofSubmitter(opts *bind.CallOpts) (common.Address, error)
⋮----
// ValidatorPubkeyHashToInfo is a free data retrieval call binding the contract method 0x6fcd0e53.
⋮----
// Solidity: function validatorPubkeyHashToInfo(bytes32 validatorPubkeyHash) view returns((uint64,uint64,uint64,uint8))
func (_ContractEigenPod *ContractEigenPodCaller) ValidatorPubkeyHashToInfo(opts *bind.CallOpts, validatorPubkeyHash [32]byte) (IEigenPodTypesValidatorInfo, error)
⋮----
// ValidatorPubkeyToInfo is a free data retrieval call binding the contract method 0xb522538a.
⋮----
// Solidity: function validatorPubkeyToInfo(bytes validatorPubkey) view returns((uint64,uint64,uint64,uint8))
func (_ContractEigenPod *ContractEigenPodCaller) ValidatorPubkeyToInfo(opts *bind.CallOpts, validatorPubkey []byte) (IEigenPodTypesValidatorInfo, error)
⋮----
// ValidatorStatus is a free data retrieval call binding the contract method 0x58eaee79.
⋮----
// Solidity: function validatorStatus(bytes validatorPubkey) view returns(uint8)
func (_ContractEigenPod *ContractEigenPodCaller) ValidatorStatus(opts *bind.CallOpts, validatorPubkey []byte) (uint8, error)
⋮----
// ValidatorStatus0 is a free data retrieval call binding the contract method 0x7439841f.
⋮----
// Solidity: function validatorStatus(bytes32 pubkeyHash) view returns(uint8)
func (_ContractEigenPod *ContractEigenPodCaller) ValidatorStatus0(opts *bind.CallOpts, pubkeyHash [32]byte) (uint8, error)
⋮----
// Version is a free data retrieval call binding the contract method 0x54fd4d50.
⋮----
// Solidity: function version() view returns(string)
func (_ContractEigenPod *ContractEigenPodCaller) Version(opts *bind.CallOpts) (string, error)
⋮----
// WithdrawableRestakedExecutionLayerGwei is a free data retrieval call binding the contract method 0x3474aa16.
⋮----
// Solidity: function withdrawableRestakedExecutionLayerGwei() view returns(uint64)
func (_ContractEigenPod *ContractEigenPodCaller) WithdrawableRestakedExecutionLayerGwei(opts *bind.CallOpts) (uint64, error)
⋮----
// Initialize is a paid mutator transaction binding the contract method 0xc4d66de8.
⋮----
// Solidity: function initialize(address _podOwner) returns()
func (_ContractEigenPod *ContractEigenPodTransactor) Initialize(opts *bind.TransactOpts, _podOwner common.Address) (*types.Transaction, error)
⋮----
// RecoverTokens is a paid mutator transaction binding the contract method 0xdda3346c.
⋮----
// Solidity: function recoverTokens(address[] tokenList, uint256[] amountsToWithdraw, address recipient) returns()
func (_ContractEigenPod *ContractEigenPodTransactor) RecoverTokens(opts *bind.TransactOpts, tokenList []common.Address, amountsToWithdraw []*big.Int, recipient common.Address) (*types.Transaction, error)
⋮----
// SetProofSubmitter is a paid mutator transaction binding the contract method 0xd06d5587.
⋮----
// Solidity: function setProofSubmitter(address newProofSubmitter) returns()
func (_ContractEigenPod *ContractEigenPodTransactor) SetProofSubmitter(opts *bind.TransactOpts, newProofSubmitter common.Address) (*types.Transaction, error)
⋮----
// Stake is a paid mutator transaction binding the contract method 0x9b4e4634.
⋮----
// Solidity: function stake(bytes pubkey, bytes signature, bytes32 depositDataRoot) payable returns()
func (_ContractEigenPod *ContractEigenPodTransactor) Stake(opts *bind.TransactOpts, pubkey []byte, signature []byte, depositDataRoot [32]byte) (*types.Transaction, error)
⋮----
// StartCheckpoint is a paid mutator transaction binding the contract method 0x88676cad.
⋮----
// Solidity: function startCheckpoint(bool revertIfNoBalance) returns()
func (_ContractEigenPod *ContractEigenPodTransactor) StartCheckpoint(opts *bind.TransactOpts, revertIfNoBalance bool) (*types.Transaction, error)
⋮----
// VerifyCheckpointProofs is a paid mutator transaction binding the contract method 0xf074ba62.
⋮----
// Solidity: function verifyCheckpointProofs((bytes32,bytes) balanceContainerProof, (bytes32,bytes32,bytes)[] proofs) returns()
func (_ContractEigenPod *ContractEigenPodTransactor) VerifyCheckpointProofs(opts *bind.TransactOpts, balanceContainerProof BeaconChainProofsBalanceContainerProof, proofs []BeaconChainProofsBalanceProof) (*types.Transaction, error)
⋮----
// VerifyStaleBalance is a paid mutator transaction binding the contract method 0x039157d2.
⋮----
// Solidity: function verifyStaleBalance(uint64 beaconTimestamp, (bytes32,bytes) stateRootProof, (bytes32[],bytes) proof) returns()
func (_ContractEigenPod *ContractEigenPodTransactor) VerifyStaleBalance(opts *bind.TransactOpts, beaconTimestamp uint64, stateRootProof BeaconChainProofsStateRootProof, proof BeaconChainProofsValidatorProof) (*types.Transaction, error)
⋮----
// VerifyWithdrawalCredentials is a paid mutator transaction binding the contract method 0x3f65cf19.
⋮----
// Solidity: function verifyWithdrawalCredentials(uint64 beaconTimestamp, (bytes32,bytes) stateRootProof, uint40[] validatorIndices, bytes[] validatorFieldsProofs, bytes32[][] validatorFields) returns()
func (_ContractEigenPod *ContractEigenPodTransactor) VerifyWithdrawalCredentials(opts *bind.TransactOpts, beaconTimestamp uint64, stateRootProof BeaconChainProofsStateRootProof, validatorIndices []*big.Int, validatorFieldsProofs [][]byte, validatorFields [][][32]byte) (*types.Transaction, error)
⋮----
// WithdrawRestakedBeaconChainETH is a paid mutator transaction binding the contract method 0xc4907442.
⋮----
// Solidity: function withdrawRestakedBeaconChainETH(address recipient, uint256 amountWei) returns()
func (_ContractEigenPod *ContractEigenPodTransactor) WithdrawRestakedBeaconChainETH(opts *bind.TransactOpts, recipient common.Address, amountWei *big.Int) (*types.Transaction, error)
⋮----
// Receive is a paid mutator transaction binding the contract receive function.
⋮----
// Solidity: receive() payable returns()
func (_ContractEigenPod *ContractEigenPodTransactor) Receive(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
return _ContractEigenPod.contract.RawTransact(opts, nil) // calldata is disallowed for receive function
⋮----
// ContractEigenPodCheckpointCreatedIterator is returned from FilterCheckpointCreated and is used to iterate over the raw logs and unpacked data for CheckpointCreated events raised by the ContractEigenPod contract.
type ContractEigenPodCheckpointCreatedIterator struct {
	Event *ContractEigenPodCheckpointCreated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodCheckpointCreated // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractEigenPodCheckpointCreatedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractEigenPodCheckpointCreatedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractEigenPodCheckpointCreatedIterator) Close() error
⋮----
// ContractEigenPodCheckpointCreated represents a CheckpointCreated event raised by the ContractEigenPod contract.
type ContractEigenPodCheckpointCreated struct {
	CheckpointTimestamp uint64
	BeaconBlockRoot     [32]byte
	ValidatorCount      *big.Int
	Raw                 types.Log // Blockchain specific contextual infos
}
⋮----
Raw                 types.Log // Blockchain specific contextual infos
⋮----
// FilterCheckpointCreated is a free log retrieval operation binding the contract event 0x575796133bbed337e5b39aa49a30dc2556a91e0c6c2af4b7b886ae77ebef1076.
⋮----
// Solidity: event CheckpointCreated(uint64 indexed checkpointTimestamp, bytes32 indexed beaconBlockRoot, uint256 validatorCount)
func (_ContractEigenPod *ContractEigenPodFilterer) FilterCheckpointCreated(opts *bind.FilterOpts, checkpointTimestamp []uint64, beaconBlockRoot [][32]byte) (*ContractEigenPodCheckpointCreatedIterator, error)
⋮----
var checkpointTimestampRule []interface{}
⋮----
var beaconBlockRootRule []interface{}
⋮----
// WatchCheckpointCreated is a free log subscription operation binding the contract event 0x575796133bbed337e5b39aa49a30dc2556a91e0c6c2af4b7b886ae77ebef1076.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) WatchCheckpointCreated(opts *bind.WatchOpts, sink chan<- *ContractEigenPodCheckpointCreated, checkpointTimestamp []uint64, beaconBlockRoot [][32]byte) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseCheckpointCreated is a log parse operation binding the contract event 0x575796133bbed337e5b39aa49a30dc2556a91e0c6c2af4b7b886ae77ebef1076.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) ParseCheckpointCreated(log types.Log) (*ContractEigenPodCheckpointCreated, error)
⋮----
// ContractEigenPodCheckpointFinalizedIterator is returned from FilterCheckpointFinalized and is used to iterate over the raw logs and unpacked data for CheckpointFinalized events raised by the ContractEigenPod contract.
type ContractEigenPodCheckpointFinalizedIterator struct {
	Event *ContractEigenPodCheckpointFinalized // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodCheckpointFinalized // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodCheckpointFinalized represents a CheckpointFinalized event raised by the ContractEigenPod contract.
type ContractEigenPodCheckpointFinalized struct {
	CheckpointTimestamp uint64
	TotalShareDeltaWei  *big.Int
	Raw                 types.Log // Blockchain specific contextual infos
}
⋮----
// FilterCheckpointFinalized is a free log retrieval operation binding the contract event 0x525408c201bc1576eb44116f6478f1c2a54775b19a043bcfdc708364f74f8e44.
⋮----
// Solidity: event CheckpointFinalized(uint64 indexed checkpointTimestamp, int256 totalShareDeltaWei)
func (_ContractEigenPod *ContractEigenPodFilterer) FilterCheckpointFinalized(opts *bind.FilterOpts, checkpointTimestamp []uint64) (*ContractEigenPodCheckpointFinalizedIterator, error)
⋮----
// WatchCheckpointFinalized is a free log subscription operation binding the contract event 0x525408c201bc1576eb44116f6478f1c2a54775b19a043bcfdc708364f74f8e44.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) WatchCheckpointFinalized(opts *bind.WatchOpts, sink chan<- *ContractEigenPodCheckpointFinalized, checkpointTimestamp []uint64) (event.Subscription, error)
⋮----
// ParseCheckpointFinalized is a log parse operation binding the contract event 0x525408c201bc1576eb44116f6478f1c2a54775b19a043bcfdc708364f74f8e44.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) ParseCheckpointFinalized(log types.Log) (*ContractEigenPodCheckpointFinalized, error)
⋮----
// ContractEigenPodEigenPodStakedIterator is returned from FilterEigenPodStaked and is used to iterate over the raw logs and unpacked data for EigenPodStaked events raised by the ContractEigenPod contract.
type ContractEigenPodEigenPodStakedIterator struct {
	Event *ContractEigenPodEigenPodStaked // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodEigenPodStaked // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodEigenPodStaked represents a EigenPodStaked event raised by the ContractEigenPod contract.
type ContractEigenPodEigenPodStaked struct {
	Pubkey []byte
	Raw    types.Log // Blockchain specific contextual infos
}
⋮----
Raw    types.Log // Blockchain specific contextual infos
⋮----
// FilterEigenPodStaked is a free log retrieval operation binding the contract event 0x606865b7934a25d4aed43f6cdb426403353fa4b3009c4d228407474581b01e23.
⋮----
// Solidity: event EigenPodStaked(bytes pubkey)
func (_ContractEigenPod *ContractEigenPodFilterer) FilterEigenPodStaked(opts *bind.FilterOpts) (*ContractEigenPodEigenPodStakedIterator, error)
⋮----
// WatchEigenPodStaked is a free log subscription operation binding the contract event 0x606865b7934a25d4aed43f6cdb426403353fa4b3009c4d228407474581b01e23.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) WatchEigenPodStaked(opts *bind.WatchOpts, sink chan<- *ContractEigenPodEigenPodStaked) (event.Subscription, error)
⋮----
// ParseEigenPodStaked is a log parse operation binding the contract event 0x606865b7934a25d4aed43f6cdb426403353fa4b3009c4d228407474581b01e23.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) ParseEigenPodStaked(log types.Log) (*ContractEigenPodEigenPodStaked, error)
⋮----
// ContractEigenPodInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the ContractEigenPod contract.
type ContractEigenPodInitializedIterator struct {
	Event *ContractEigenPodInitialized // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodInitialized // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodInitialized represents a Initialized event raised by the ContractEigenPod contract.
type ContractEigenPodInitialized struct {
	Version uint8
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
// Solidity: event Initialized(uint8 version)
func (_ContractEigenPod *ContractEigenPodFilterer) FilterInitialized(opts *bind.FilterOpts) (*ContractEigenPodInitializedIterator, error)
⋮----
// WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractEigenPodInitialized) (event.Subscription, error)
⋮----
// ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) ParseInitialized(log types.Log) (*ContractEigenPodInitialized, error)
⋮----
// ContractEigenPodNonBeaconChainETHReceivedIterator is returned from FilterNonBeaconChainETHReceived and is used to iterate over the raw logs and unpacked data for NonBeaconChainETHReceived events raised by the ContractEigenPod contract.
type ContractEigenPodNonBeaconChainETHReceivedIterator struct {
	Event *ContractEigenPodNonBeaconChainETHReceived // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodNonBeaconChainETHReceived // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodNonBeaconChainETHReceived represents a NonBeaconChainETHReceived event raised by the ContractEigenPod contract.
type ContractEigenPodNonBeaconChainETHReceived struct {
	AmountReceived *big.Int
	Raw            types.Log // Blockchain specific contextual infos
}
⋮----
Raw            types.Log // Blockchain specific contextual infos
⋮----
// FilterNonBeaconChainETHReceived is a free log retrieval operation binding the contract event 0x6fdd3dbdb173299608c0aa9f368735857c8842b581f8389238bf05bd04b3bf49.
⋮----
// Solidity: event NonBeaconChainETHReceived(uint256 amountReceived)
func (_ContractEigenPod *ContractEigenPodFilterer) FilterNonBeaconChainETHReceived(opts *bind.FilterOpts) (*ContractEigenPodNonBeaconChainETHReceivedIterator, error)
⋮----
// WatchNonBeaconChainETHReceived is a free log subscription operation binding the contract event 0x6fdd3dbdb173299608c0aa9f368735857c8842b581f8389238bf05bd04b3bf49.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) WatchNonBeaconChainETHReceived(opts *bind.WatchOpts, sink chan<- *ContractEigenPodNonBeaconChainETHReceived) (event.Subscription, error)
⋮----
// ParseNonBeaconChainETHReceived is a log parse operation binding the contract event 0x6fdd3dbdb173299608c0aa9f368735857c8842b581f8389238bf05bd04b3bf49.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) ParseNonBeaconChainETHReceived(log types.Log) (*ContractEigenPodNonBeaconChainETHReceived, error)
⋮----
// ContractEigenPodProofSubmitterUpdatedIterator is returned from FilterProofSubmitterUpdated and is used to iterate over the raw logs and unpacked data for ProofSubmitterUpdated events raised by the ContractEigenPod contract.
type ContractEigenPodProofSubmitterUpdatedIterator struct {
	Event *ContractEigenPodProofSubmitterUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodProofSubmitterUpdated // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodProofSubmitterUpdated represents a ProofSubmitterUpdated event raised by the ContractEigenPod contract.
type ContractEigenPodProofSubmitterUpdated struct {
	PrevProofSubmitter common.Address
	NewProofSubmitter  common.Address
	Raw                types.Log // Blockchain specific contextual infos
}
⋮----
Raw                types.Log // Blockchain specific contextual infos
⋮----
// FilterProofSubmitterUpdated is a free log retrieval operation binding the contract event 0xfb8129080a19d34dceac04ba253fc50304dc86c729bd63cdca4a969ad19a5eac.
⋮----
// Solidity: event ProofSubmitterUpdated(address prevProofSubmitter, address newProofSubmitter)
func (_ContractEigenPod *ContractEigenPodFilterer) FilterProofSubmitterUpdated(opts *bind.FilterOpts) (*ContractEigenPodProofSubmitterUpdatedIterator, error)
⋮----
// WatchProofSubmitterUpdated is a free log subscription operation binding the contract event 0xfb8129080a19d34dceac04ba253fc50304dc86c729bd63cdca4a969ad19a5eac.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) WatchProofSubmitterUpdated(opts *bind.WatchOpts, sink chan<- *ContractEigenPodProofSubmitterUpdated) (event.Subscription, error)
⋮----
// ParseProofSubmitterUpdated is a log parse operation binding the contract event 0xfb8129080a19d34dceac04ba253fc50304dc86c729bd63cdca4a969ad19a5eac.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) ParseProofSubmitterUpdated(log types.Log) (*ContractEigenPodProofSubmitterUpdated, error)
⋮----
// ContractEigenPodRestakedBeaconChainETHWithdrawnIterator is returned from FilterRestakedBeaconChainETHWithdrawn and is used to iterate over the raw logs and unpacked data for RestakedBeaconChainETHWithdrawn events raised by the ContractEigenPod contract.
type ContractEigenPodRestakedBeaconChainETHWithdrawnIterator struct {
	Event *ContractEigenPodRestakedBeaconChainETHWithdrawn // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodRestakedBeaconChainETHWithdrawn // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodRestakedBeaconChainETHWithdrawn represents a RestakedBeaconChainETHWithdrawn event raised by the ContractEigenPod contract.
type ContractEigenPodRestakedBeaconChainETHWithdrawn struct {
	Recipient common.Address
	Amount    *big.Int
	Raw       types.Log // Blockchain specific contextual infos
}
⋮----
Raw       types.Log // Blockchain specific contextual infos
⋮----
// FilterRestakedBeaconChainETHWithdrawn is a free log retrieval operation binding the contract event 0x8947fd2ce07ef9cc302c4e8f0461015615d91ce851564839e91cc804c2f49d8e.
⋮----
// Solidity: event RestakedBeaconChainETHWithdrawn(address indexed recipient, uint256 amount)
func (_ContractEigenPod *ContractEigenPodFilterer) FilterRestakedBeaconChainETHWithdrawn(opts *bind.FilterOpts, recipient []common.Address) (*ContractEigenPodRestakedBeaconChainETHWithdrawnIterator, error)
⋮----
var recipientRule []interface{}
⋮----
// WatchRestakedBeaconChainETHWithdrawn is a free log subscription operation binding the contract event 0x8947fd2ce07ef9cc302c4e8f0461015615d91ce851564839e91cc804c2f49d8e.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) WatchRestakedBeaconChainETHWithdrawn(opts *bind.WatchOpts, sink chan<- *ContractEigenPodRestakedBeaconChainETHWithdrawn, recipient []common.Address) (event.Subscription, error)
⋮----
// ParseRestakedBeaconChainETHWithdrawn is a log parse operation binding the contract event 0x8947fd2ce07ef9cc302c4e8f0461015615d91ce851564839e91cc804c2f49d8e.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) ParseRestakedBeaconChainETHWithdrawn(log types.Log) (*ContractEigenPodRestakedBeaconChainETHWithdrawn, error)
⋮----
// ContractEigenPodValidatorBalanceUpdatedIterator is returned from FilterValidatorBalanceUpdated and is used to iterate over the raw logs and unpacked data for ValidatorBalanceUpdated events raised by the ContractEigenPod contract.
type ContractEigenPodValidatorBalanceUpdatedIterator struct {
	Event *ContractEigenPodValidatorBalanceUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodValidatorBalanceUpdated // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodValidatorBalanceUpdated represents a ValidatorBalanceUpdated event raised by the ContractEigenPod contract.
type ContractEigenPodValidatorBalanceUpdated struct {
	ValidatorIndex          *big.Int
	BalanceTimestamp        uint64
	NewValidatorBalanceGwei uint64
	Raw                     types.Log // Blockchain specific contextual infos
}
⋮----
Raw                     types.Log // Blockchain specific contextual infos
⋮----
// FilterValidatorBalanceUpdated is a free log retrieval operation binding the contract event 0x0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df.
⋮----
// Solidity: event ValidatorBalanceUpdated(uint40 validatorIndex, uint64 balanceTimestamp, uint64 newValidatorBalanceGwei)
func (_ContractEigenPod *ContractEigenPodFilterer) FilterValidatorBalanceUpdated(opts *bind.FilterOpts) (*ContractEigenPodValidatorBalanceUpdatedIterator, error)
⋮----
// WatchValidatorBalanceUpdated is a free log subscription operation binding the contract event 0x0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) WatchValidatorBalanceUpdated(opts *bind.WatchOpts, sink chan<- *ContractEigenPodValidatorBalanceUpdated) (event.Subscription, error)
⋮----
// ParseValidatorBalanceUpdated is a log parse operation binding the contract event 0x0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) ParseValidatorBalanceUpdated(log types.Log) (*ContractEigenPodValidatorBalanceUpdated, error)
⋮----
// ContractEigenPodValidatorCheckpointedIterator is returned from FilterValidatorCheckpointed and is used to iterate over the raw logs and unpacked data for ValidatorCheckpointed events raised by the ContractEigenPod contract.
type ContractEigenPodValidatorCheckpointedIterator struct {
	Event *ContractEigenPodValidatorCheckpointed // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodValidatorCheckpointed // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodValidatorCheckpointed represents a ValidatorCheckpointed event raised by the ContractEigenPod contract.
type ContractEigenPodValidatorCheckpointed struct {
	CheckpointTimestamp uint64
	ValidatorIndex      *big.Int
	Raw                 types.Log // Blockchain specific contextual infos
}
⋮----
// FilterValidatorCheckpointed is a free log retrieval operation binding the contract event 0xa91c59033c3423e18b54d0acecebb4972f9ea95aedf5f4cae3b677b02eaf3a3f.
⋮----
// Solidity: event ValidatorCheckpointed(uint64 indexed checkpointTimestamp, uint40 indexed validatorIndex)
func (_ContractEigenPod *ContractEigenPodFilterer) FilterValidatorCheckpointed(opts *bind.FilterOpts, checkpointTimestamp []uint64, validatorIndex []*big.Int) (*ContractEigenPodValidatorCheckpointedIterator, error)
⋮----
var validatorIndexRule []interface{}
⋮----
// WatchValidatorCheckpointed is a free log subscription operation binding the contract event 0xa91c59033c3423e18b54d0acecebb4972f9ea95aedf5f4cae3b677b02eaf3a3f.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) WatchValidatorCheckpointed(opts *bind.WatchOpts, sink chan<- *ContractEigenPodValidatorCheckpointed, checkpointTimestamp []uint64, validatorIndex []*big.Int) (event.Subscription, error)
⋮----
// ParseValidatorCheckpointed is a log parse operation binding the contract event 0xa91c59033c3423e18b54d0acecebb4972f9ea95aedf5f4cae3b677b02eaf3a3f.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) ParseValidatorCheckpointed(log types.Log) (*ContractEigenPodValidatorCheckpointed, error)
⋮----
// ContractEigenPodValidatorRestakedIterator is returned from FilterValidatorRestaked and is used to iterate over the raw logs and unpacked data for ValidatorRestaked events raised by the ContractEigenPod contract.
type ContractEigenPodValidatorRestakedIterator struct {
	Event *ContractEigenPodValidatorRestaked // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodValidatorRestaked // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodValidatorRestaked represents a ValidatorRestaked event raised by the ContractEigenPod contract.
type ContractEigenPodValidatorRestaked struct {
	ValidatorIndex *big.Int
	Raw            types.Log // Blockchain specific contextual infos
}
⋮----
// FilterValidatorRestaked is a free log retrieval operation binding the contract event 0x2d0800bbc377ea54a08c5db6a87aafff5e3e9c8fead0eda110e40e0c10441449.
⋮----
// Solidity: event ValidatorRestaked(uint40 validatorIndex)
func (_ContractEigenPod *ContractEigenPodFilterer) FilterValidatorRestaked(opts *bind.FilterOpts) (*ContractEigenPodValidatorRestakedIterator, error)
⋮----
// WatchValidatorRestaked is a free log subscription operation binding the contract event 0x2d0800bbc377ea54a08c5db6a87aafff5e3e9c8fead0eda110e40e0c10441449.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) WatchValidatorRestaked(opts *bind.WatchOpts, sink chan<- *ContractEigenPodValidatorRestaked) (event.Subscription, error)
⋮----
// ParseValidatorRestaked is a log parse operation binding the contract event 0x2d0800bbc377ea54a08c5db6a87aafff5e3e9c8fead0eda110e40e0c10441449.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) ParseValidatorRestaked(log types.Log) (*ContractEigenPodValidatorRestaked, error)
⋮----
// ContractEigenPodValidatorWithdrawnIterator is returned from FilterValidatorWithdrawn and is used to iterate over the raw logs and unpacked data for ValidatorWithdrawn events raised by the ContractEigenPod contract.
type ContractEigenPodValidatorWithdrawnIterator struct {
	Event *ContractEigenPodValidatorWithdrawn // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodValidatorWithdrawn // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodValidatorWithdrawn represents a ValidatorWithdrawn event raised by the ContractEigenPod contract.
type ContractEigenPodValidatorWithdrawn struct {
	CheckpointTimestamp uint64
	ValidatorIndex      *big.Int
	Raw                 types.Log // Blockchain specific contextual infos
}
⋮----
// FilterValidatorWithdrawn is a free log retrieval operation binding the contract event 0x2a02361ffa66cf2c2da4682c2355a6adcaa9f6c227b6e6563e68480f9587626a.
⋮----
// Solidity: event ValidatorWithdrawn(uint64 indexed checkpointTimestamp, uint40 indexed validatorIndex)
func (_ContractEigenPod *ContractEigenPodFilterer) FilterValidatorWithdrawn(opts *bind.FilterOpts, checkpointTimestamp []uint64, validatorIndex []*big.Int) (*ContractEigenPodValidatorWithdrawnIterator, error)
⋮----
// WatchValidatorWithdrawn is a free log subscription operation binding the contract event 0x2a02361ffa66cf2c2da4682c2355a6adcaa9f6c227b6e6563e68480f9587626a.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) WatchValidatorWithdrawn(opts *bind.WatchOpts, sink chan<- *ContractEigenPodValidatorWithdrawn, checkpointTimestamp []uint64, validatorIndex []*big.Int) (event.Subscription, error)
⋮----
// ParseValidatorWithdrawn is a log parse operation binding the contract event 0x2a02361ffa66cf2c2da4682c2355a6adcaa9f6c227b6e6563e68480f9587626a.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) ParseValidatorWithdrawn(log types.Log) (*ContractEigenPodValidatorWithdrawn, error)
````

## File: contracts/bindings/EigenPodManager/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractEigenPodManager
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// ContractEigenPodManagerMetaData contains all meta data concerning the ContractEigenPodManager contract.
var ContractEigenPodManagerMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"_ethPOS\",\"type\":\"address\",\"internalType\":\"contractIETHPOSDeposit\"},{\"name\":\"_eigenPodBeacon\",\"type\":\"address\",\"internalType\":\"contractIBeacon\"},{\"name\":\"_delegationManager\",\"type\":\"address\",\"internalType\":\"contractIDelegationManager\"},{\"name\":\"_pauserRegistry\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"},{\"name\":\"_version\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"addShares\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"shares\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"beaconChainETHStrategy\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"beaconChainSlashingFactor\",\"inputs\":[{\"name\":\"podOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint64\",\"internalType\":\"uint64\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"burnableETHShares\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"createPod\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"delegationManager\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIDelegationManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"eigenPodBeacon\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIBeacon\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"ethPOS\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIETHPOSDeposit\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getPod\",\"inputs\":[{\"name\":\"podOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIEigenPod\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"hasPod\",\"inputs\":[{\"name\":\"podOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"increaseBurnableShares\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"addedSharesToBurn\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"initialize\",\"inputs\":[{\"name\":\"initialOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_initPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"numPods\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"owner\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"ownerToPod\",\"inputs\":[{\"name\":\"podOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIEigenPod\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pause\",\"inputs\":[{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"pauseAll\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[{\"name\":\"index\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pauserRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"podOwnerDepositShares\",\"inputs\":[{\"name\":\"podOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"shares\",\"type\":\"int256\",\"internalType\":\"int256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"recordBeaconChainETHBalanceUpdate\",\"inputs\":[{\"name\":\"podOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"prevRestakedBalanceWei\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"balanceDeltaWei\",\"type\":\"int256\",\"internalType\":\"int256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"removeDepositShares\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"depositSharesToRemove\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"renounceOwnership\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"stake\",\"inputs\":[{\"name\":\"pubkey\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"signature\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"depositDataRoot\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[],\"stateMutability\":\"payable\"},{\"type\":\"function\",\"name\":\"stakerDepositShares\",\"inputs\":[{\"name\":\"user\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"outputs\":[{\"name\":\"depositShares\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"transferOwnership\",\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"unpause\",\"inputs\":[{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"version\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"withdrawSharesAsTokens\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"shares\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"event\",\"name\":\"BeaconChainETHDeposited\",\"inputs\":[{\"name\":\"podOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"BeaconChainETHWithdrawalCompleted\",\"inputs\":[{\"name\":\"podOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"shares\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"},{\"name\":\"nonce\",\"type\":\"uint96\",\"indexed\":false,\"internalType\":\"uint96\"},{\"name\":\"delegatedAddress\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"withdrawer\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"withdrawalRoot\",\"type\":\"bytes32\",\"indexed\":false,\"internalType\":\"bytes32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"BeaconChainSlashingFactorDecreased\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"prevBeaconChainSlashingFactor\",\"type\":\"uint64\",\"indexed\":false,\"internalType\":\"uint64\"},{\"name\":\"newBeaconChainSlashingFactor\",\"type\":\"uint64\",\"indexed\":false,\"internalType\":\"uint64\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"BurnableETHSharesIncreased\",\"inputs\":[{\"name\":\"shares\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"NewTotalShares\",\"inputs\":[{\"name\":\"podOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newTotalShares\",\"type\":\"int256\",\"indexed\":false,\"internalType\":\"int256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OwnershipTransferred\",\"inputs\":[{\"name\":\"previousOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Paused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"PodDeployed\",\"inputs\":[{\"name\":\"eigenPod\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"podOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"PodSharesUpdated\",\"inputs\":[{\"name\":\"podOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"sharesDelta\",\"type\":\"int256\",\"indexed\":false,\"internalType\":\"int256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Unpaused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"error\",\"name\":\"CurrentlyPaused\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"EigenPodAlreadyExists\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputAddressZero\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidNewPausedStatus\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidShortString\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidStrategy\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"LegacyWithdrawalsNotCompleted\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyDelegationManager\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyEigenPod\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyPauser\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyUnpauser\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"SharesNegative\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"SharesNotMultipleOfGwei\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"StringTooLong\",\"inputs\":[{\"name\":\"str\",\"type\":\"string\",\"internalType\":\"string\"}]}]",
	Bin: "0x610120604052348015610010575f5ffd5b50604051612da0380380612da083398101604081905261002f916101c2565b80858585856001600160a01b03811661005b576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b0390811660805292831660a05290821660c0521660e05261008281610099565b610100525061008f6100df565b505050505061031a565b5f5f829050601f815111156100cc578260405163305a27a960e01b81526004016100c391906102bf565b60405180910390fd5b80516100d7826102f4565b179392505050565b5f54610100900460ff16156101465760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b60648201526084016100c3565b5f5460ff90811614610195575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b03811681146101ab575f5ffd5b50565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f5f5f60a086880312156101d6575f5ffd5b85516101e181610197565b60208701519095506101f281610197565b604087015190945061020381610197565b606087015190935061021481610197565b60808701519092506001600160401b0381111561022f575f5ffd5b8601601f8101881361023f575f5ffd5b80516001600160401b03811115610258576102586101ae565b604051601f8201601f19908116603f011681016001600160401b0381118282101715610286576102866101ae565b6040528181528282016020018a101561029d575f5ffd5b8160208401602083015e5f602083830101528093505050509295509295909350565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b80516020808301519190811015610314575f198160200360031b1b821691505b50919050565b60805160a05160c05160e051610100516129fc6103a45f395f610a0e01525f818161055c015281816107090152818161096401528181610b0301528181610ebd01528181610f72015261120601525f81816101fb01528181611008015261182101525f61036301525f81816103aa0152818161063e01528181610a4c015261131a01526129fc5ff3fe6080604052600436106101c5575f3560e01c80639b4e4634116100f2578063d48e889411610092578063f5d4fed311610062578063f5d4fed31461059d578063f6848d24146105b2578063fabc1cbc146105eb578063fe243a171461060a575f5ffd5b8063d48e889414610501578063debe1eab1461052c578063ea4d3c9b1461054b578063f2fde38b1461057e575f5ffd5b8063a38406a3116100cd578063a38406a314610476578063a3d75e0914610495578063a6a509be146104cd578063cd6dc687146104e2575f5ffd5b80639b4e4634146104105780639ba0627514610423578063a1ca780b14610457575f5ffd5b80635c975abb1161016857806384d810621161013857806384d8106214610385578063886f1195146103995780638da5cb5b146103cc5780639104c319146103e9575f5ffd5b80635c975abb14610301578063715018a61461031f578063724af4231461033357806374cdd79814610352575f5ffd5b806350ff7225116101a357806350ff72251461025957806354fd4d501461028d578063595c6a67146102ae5780635ac86ab7146102c2575f5ffd5b8063136439dd146101c9578063292b7b2b146101ea5780632eae418c1461023a575b5f5ffd5b3480156101d4575f5ffd5b506101e86101e3366004611c73565b610629565b005b3480156101f5575f5ffd5b5061021d7f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b0390911681526020015b60405180910390f35b348015610245575f5ffd5b506101e8610254366004611c9e565b6106fe565b348015610264575f5ffd5b50610278610273366004611cec565b610957565b60408051928352602083019190915201610231565b348015610298575f5ffd5b506102a1610a07565b6040516102319190611d2a565b3480156102b9575f5ffd5b506101e8610a37565b3480156102cd575f5ffd5b506102f16102dc366004611d5f565b606654600160ff9092169190911b9081161490565b6040519015158152602001610231565b34801561030c575f5ffd5b506066545b604051908152602001610231565b34801561032a575f5ffd5b506101e8610ae6565b34801561033e575f5ffd5b5061031161034d366004611cec565b610af7565b34801561035d575f5ffd5b5061021d7f000000000000000000000000000000000000000000000000000000000000000081565b348015610390575f5ffd5b5061021d610c3c565b3480156103a4575f5ffd5b5061021d7f000000000000000000000000000000000000000000000000000000000000000081565b3480156103d7575f5ffd5b506033546001600160a01b031661021d565b3480156103f4575f5ffd5b5061021d73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b6101e861041e366004611dbd565b610cbe565b34801561042e575f5ffd5b5061021d61043d366004611e30565b60986020525f90815260409020546001600160a01b031681565b348015610462575f5ffd5b506101e8610471366004611e4b565b610d8d565b348015610481575f5ffd5b5061021d610490366004611e30565b610fae565b3480156104a0575f5ffd5b506104b46104af366004611e30565b61107f565b60405167ffffffffffffffff9091168152602001610231565b3480156104d8575f5ffd5b5061031160995481565b3480156104ed575f5ffd5b506101e86104fc366004611e7d565b6110df565b34801561050c575f5ffd5b5061031161051b366004611e30565b609b6020525f908152604090205481565b348015610537575f5ffd5b506101e8610546366004611e7d565b6111fb565b348015610556575f5ffd5b5061021d7f000000000000000000000000000000000000000000000000000000000000000081565b348015610589575f5ffd5b506101e8610598366004611e30565b61129f565b3480156105a8575f5ffd5b50610311609e5481565b3480156105bd575f5ffd5b506102f16105cc366004611e30565b6001600160a01b039081165f9081526098602052604090205416151590565b3480156105f6575f5ffd5b506101e8610605366004611c73565b611318565b348015610615575f5ffd5b50610311610624366004611ea7565b61142e565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa15801561068b573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106af9190611ede565b6106cc57604051631d77d47760e21b815260040160405180910390fd5b60665481811681146106f15760405163c61dca5d60e01b815260040160405180910390fd5b6106fa826114ae565b5050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146107475760405163f739589b60e01b815260040160405180910390fd5b61074f6114eb565b6001600160a01b03831673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac01461078c57604051632711b74d60e11b815260040160405180910390fd5b6001600160a01b0384166107b3576040516339b190bb60e11b815260040160405180910390fd5b5f81136107d35760405163ef147de160e01b815260040160405180910390fd5b6001600160a01b0384165f908152609b60205260408120549082908212156108cd575f6107ff83611f11565b90505f8185111561081d5750806108168186611f2b565b9250610823565b505f9150835b5f61082e8286611f3e565b6001600160a01b038a165f818152609b60205260409081902083905551919250907f4e2b791dedccd9fb30141b088cabf5c14a8912b52f59375c95c010700b8c61939061087e9085815260200190565b60405180910390a2886001600160a01b03167fd4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe077098826040516108c191815260200190565b60405180910390a25050505b8015610945576001600160a01b038681165f81815260986020526040908190205490516362483a2160e11b81526004810192909252602482018490529091169063c4907442906044015b5f604051808303815f87803b15801561092e575f5ffd5b505af1158015610940573d5f5f3e3d5ffd5b505050505b5050610951600160c955565b50505050565b5f80336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146109a25760405163f739589b60e01b815260040160405180910390fd5b6109aa6114eb565b6001600160a01b03841673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0146109e757604051632711b74d60e11b815260040160405180910390fd5b6109f18584611544565b915091506109ff600160c955565b935093915050565b6060610a327f000000000000000000000000000000000000000000000000000000000000000061168b565b905090565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610a99573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610abd9190611ede565b610ada57604051631d77d47760e21b815260040160405180910390fd5b610ae45f196114ae565b565b610aee6116c8565b610ae45f611722565b5f336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610b415760405163f739589b60e01b815260040160405180910390fd5b610b496114eb565b6001600160a01b03831673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac014610b8657604051632711b74d60e11b815260040160405180910390fd5b5f610b9083611773565b6001600160a01b0386165f908152609b6020526040902054610bb29190611f65565b90505f811215610bd55760405163ef147de160e01b815260040160405180910390fd5b6001600160a01b0385165f818152609b602052604090819020839055517fd4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe07709890610c219084815260200190565b60405180910390a29050610c35600160c955565b9392505050565b6066545f908190600190811603610c665760405163840a48d560e01b815260040160405180910390fd5b610c6e6114eb565b335f908152609860205260409020546001600160a01b031615610ca45760405163031a852160e21b815260040160405180910390fd5b5f610cad6117dc565b925050610cba600160c955565b5090565b6066545f90600190811603610ce65760405163840a48d560e01b815260040160405180910390fd5b610cee6114eb565b335f908152609860205260409020546001600160a01b031680610d1657610d136117dc565b90505b6040516326d3918d60e21b81526001600160a01b03821690639b4e4634903490610d4c908b908b908b908b908b90600401611fb3565b5f604051808303818588803b158015610d63575f5ffd5b505af1158015610d75573d5f5f3e3d5ffd5b505050505050610d85600160c955565b505050505050565b6001600160a01b038084165f908152609860205260409020548491163314610dc8576040516312e16d7160e11b815260040160405180910390fd5b610dd06114eb565b6001600160a01b038416610df7576040516339b190bb60e11b815260040160405180910390fd5b610e05633b9aca0083612000565b15610e23576040516347d072bb60e11b815260040160405180910390fd5b6001600160a01b0384165f908152609b602052604081205490811215610e5c57604051634b692bcf60e01b815260040160405180910390fd5b5f831315610f1d575f5f610e708786611544565b604051631e328e7960e11b81526001600160a01b038a8116600483015273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0602483015260448201849052606482018390529294509092507f000000000000000000000000000000000000000000000000000000000000000090911690633c651cf2906084015f604051808303815f87803b158015610f00575f5ffd5b505af1158015610f12573d5f5f3e3d5ffd5b505050505050610fa3565b5f831215610fa3575f610f398686610f3487611f11565b611937565b60405163305068e760e11b81526001600160a01b0388811660048301526024820185905267ffffffffffffffff831660448301529192507f0000000000000000000000000000000000000000000000000000000000000000909116906360a0d1ce90606401610917565b50610951600160c955565b6001600160a01b038082165f908152609860205260408120549091168061107957611076836001600160a01b03165f1b60405180610940016040528061090e81526020016120b961090e9139604080516001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000166020820152808201919091525f606082015260800160408051601f198184030181529082905261105b9291602001612036565b60405160208183030381529060405280519060200120611a30565b90505b92915050565b6001600160a01b0381165f908152609d6020908152604080832081518083019092525460ff8116151580835261010090910467ffffffffffffffff1692820192909252906110d557670de0b6b3a7640000610c35565b6020015192915050565b5f54610100900460ff16158080156110fd57505f54600160ff909116105b806111165750303b15801561111657505f5460ff166001145b61117e5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff19166001179055801561119f575f805461ff0019166101001790555b6111a883611722565b6111b1826114ae565b80156111f6575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146112445760405163f739589b60e01b815260040160405180910390fd5b61124c6114eb565b80609e5f82825461125d9190612052565b90915550506040518181527f1ed04b7fd262c0d9e50fa02957f32a81a151f03baaa367faeedc7521b001c4a49060200160405180910390a16106fa600160c955565b6112a76116c8565b6001600160a01b03811661130c5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401611175565b61131581611722565b50565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611374573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113989190612065565b6001600160a01b0316336001600160a01b0316146113c95760405163794821ff60e01b815260040160405180910390fd5b606654801982198116146113f05760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b5f6001600160a01b03821673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac01461146c57604051632711b74d60e11b815260040160405180910390fd5b6001600160a01b0383165f908152609b6020526040812054126114a6576001600160a01b0383165f908152609b6020526040902054611076565b505f92915050565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b600260c9540361153d5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401611175565b600260c955565b5f806001600160a01b03841661156d576040516339b190bb60e11b815260040160405180910390fd5b5f83121561158e5760405163ef147de160e01b815260040160405180910390fd5b6001600160a01b0384165f908152609b602052604081205484916115b28383611f3e565b6001600160a01b0388165f818152609b60205260409081902083905551919250907f4e2b791dedccd9fb30141b088cabf5c14a8912b52f59375c95c010700b8c6193906116029086815260200190565b60405180910390a2866001600160a01b03167fd4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe0770988260405161164591815260200190565b60405180910390a25f8113611662575f5f94509450505050611684565b5f821215611677575f94509250611684915050565b5092508391506116849050565b9250929050565b60605f61169783611a3c565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6033546001600160a01b03163314610ae45760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401611175565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b5f6001600160ff1b03821115610cba5760405162461bcd60e51b815260206004820152602860248201527f53616665436173743a2076616c756520646f65736e27742066697420696e2061604482015267371034b73a191a9b60c11b6064820152608401611175565b5f60995f81546117eb90612080565b9091555060408051610940810190915261090e8082525f9161188891839133916120b96020830139604080516001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000166020820152808201919091525f606082015260800160408051601f19818403018152908290526118749291602001612036565b604051602081830303815290604052611a63565b60405163189acdbd60e31b81523360048201529091506001600160a01b0382169063c4d66de8906024015f604051808303815f87803b1580156118c9575f5ffd5b505af11580156118db573d5f5f3e3d5ffd5b5050335f8181526098602052604080822080546001600160a01b0319166001600160a01b038816908117909155905192945092507f21c99d0db02213c32fff5b05cf0a718ab5f858802b91498f80d82270289d856a91a3919050565b5f806119438385611f2b565b90505f61194f8661107f565b90505f61196767ffffffffffffffff83168488611b65565b90505f6119748284612098565b6040805180820182526001815267ffffffffffffffff85811660208084018281526001600160a01b038f165f818152609d845287902095518654925168ffffffffffffffffff1990931690151568ffffffffffffffff001916176101009286169290920291909117909455845193845291881691830191909152918101919091529091507fb160ab8589bf47dc04ea11b50d46678d21590cea2ed3e454e7bd3e41510f98cf9060600160405180910390a1979650505050505050565b5f611076838330611c4a565b5f60ff8216601f81111561107957604051632cd44ac360e21b815260040160405180910390fd5b5f83471015611ab45760405162461bcd60e51b815260206004820152601d60248201527f437265617465323a20696e73756666696369656e742062616c616e63650000006044820152606401611175565b81515f03611b045760405162461bcd60e51b815260206004820181905260248201527f437265617465323a2062797465636f6465206c656e677468206973207a65726f6044820152606401611175565b8282516020840186f590506001600160a01b038116610c355760405162461bcd60e51b815260206004820152601960248201527f437265617465323a204661696c6564206f6e206465706c6f79000000000000006044820152606401611175565b5f80805f19858709858702925082811083820303915050805f03611b9c57838281611b9257611b92611fec565b0492505050610c35565b808411611be35760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b6044820152606401611175565b5f8486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091025f889003889004909101858311909403939093029303949094049190911702949350505050565b5f604051836040820152846020820152828152600b8101905060ff815360559020949350505050565b5f60208284031215611c83575f5ffd5b5035919050565b6001600160a01b0381168114611315575f5ffd5b5f5f5f5f60808587031215611cb1575f5ffd5b8435611cbc81611c8a565b93506020850135611ccc81611c8a565b92506040850135611cdc81611c8a565b9396929550929360600135925050565b5f5f5f60608486031215611cfe575f5ffd5b8335611d0981611c8a565b92506020840135611d1981611c8a565b929592945050506040919091013590565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f60208284031215611d6f575f5ffd5b813560ff81168114610c35575f5ffd5b5f5f83601f840112611d8f575f5ffd5b50813567ffffffffffffffff811115611da6575f5ffd5b602083019150836020828501011115611684575f5ffd5b5f5f5f5f5f60608688031215611dd1575f5ffd5b853567ffffffffffffffff811115611de7575f5ffd5b611df388828901611d7f565b909650945050602086013567ffffffffffffffff811115611e12575f5ffd5b611e1e88828901611d7f565b96999598509660400135949350505050565b5f60208284031215611e40575f5ffd5b8135610c3581611c8a565b5f5f5f60608486031215611e5d575f5ffd5b8335611e6881611c8a565b95602085013595506040909401359392505050565b5f5f60408385031215611e8e575f5ffd5b8235611e9981611c8a565b946020939093013593505050565b5f5f60408385031215611eb8575f5ffd5b8235611ec381611c8a565b91506020830135611ed381611c8a565b809150509250929050565b5f60208284031215611eee575f5ffd5b81518015158114610c35575f5ffd5b634e487b7160e01b5f52601160045260245ffd5b5f600160ff1b8201611f2557611f25611efd565b505f0390565b8181038181111561107957611079611efd565b8082018281125f831280158216821582161715611f5d57611f5d611efd565b505092915050565b8181035f831280158383131683831282161715611f8457611f84611efd565b5092915050565b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b606081525f611fc6606083018789611f8b565b8281036020840152611fd9818688611f8b565b9150508260408301529695505050505050565b634e487b7160e01b5f52601260045260245ffd5b5f8261201a57634e487b7160e01b5f52601260045260245ffd5b500790565b5f81518060208401855e5f93019283525090919050565b5f61204a612044838661201f565b8461201f565b949350505050565b8082018082111561107957611079611efd565b5f60208284031215612075575f5ffd5b8151610c3581611c8a565b5f6001820161209157612091611efd565b5060010190565b67ffffffffffffffff828116828216039081111561107957611079611efd56fe608060405260405161090e38038061090e83398101604081905261002291610460565b61002e82826000610035565b505061058a565b61003e83610100565b6040516001600160a01b038416907f1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e90600090a260008251118061007f5750805b156100fb576100f9836001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100c5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100e99190610520565b836102a360201b6100291760201c565b505b505050565b610113816102cf60201b6100551760201c565b6101725760405162461bcd60e51b815260206004820152602560248201527f455243313936373a206e657720626561636f6e206973206e6f74206120636f6e6044820152641d1c9858dd60da1b60648201526084015b60405180910390fd5b6101e6816001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156101b3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101d79190610520565b6102cf60201b6100551760201c565b61024b5760405162461bcd60e51b815260206004820152603060248201527f455243313936373a20626561636f6e20696d706c656d656e746174696f6e206960448201526f1cc81b9bdd08184818dbdb9d1c9858dd60821b6064820152608401610169565b806102827fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d5060001b6102de60201b6100641760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b60606102c883836040518060600160405280602781526020016108e7602791396102e1565b9392505050565b6001600160a01b03163b151590565b90565b6060600080856001600160a01b0316856040516102fe919061053b565b600060405180830381855af49150503d8060008114610339576040519150601f19603f3d011682016040523d82523d6000602084013e61033e565b606091505b5090925090506103508683838761035a565b9695505050505050565b606083156103c65782516103bf576001600160a01b0385163b6103bf5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610169565b50816103d0565b6103d083836103d8565b949350505050565b8151156103e85781518083602001fd5b8060405162461bcd60e51b81526004016101699190610557565b80516001600160a01b038116811461041957600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101561044f578181015183820152602001610437565b838111156100f95750506000910152565b6000806040838503121561047357600080fd5b61047c83610402565b60208401519092506001600160401b038082111561049957600080fd5b818501915085601f8301126104ad57600080fd5b8151818111156104bf576104bf61041e565b604051601f8201601f19908116603f011681019083821181831017156104e7576104e761041e565b8160405282815288602084870101111561050057600080fd5b610511836020830160208801610434565b80955050505050509250929050565b60006020828403121561053257600080fd5b6102c882610402565b6000825161054d818460208701610434565b9190910192915050565b6020815260008251806020840152610576816040850160208701610434565b601f01601f19169190910160400192915050565b61034e806105996000396000f3fe60806040523661001357610011610017565b005b6100115b610027610022610067565b610100565b565b606061004e83836040518060600160405280602781526020016102f260279139610124565b9392505050565b6001600160a01b03163b151590565b90565b600061009a7fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50546001600160a01b031690565b6001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100fb9190610249565b905090565b3660008037600080366000845af43d6000803e80801561011f573d6000f35b3d6000fd5b6060600080856001600160a01b03168560405161014191906102a2565b600060405180830381855af49150503d806000811461017c576040519150601f19603f3d011682016040523d82523d6000602084013e610181565b606091505b50915091506101928683838761019c565b9695505050505050565b6060831561020d578251610206576001600160a01b0385163b6102065760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064015b60405180910390fd5b5081610217565b610217838361021f565b949350505050565b81511561022f5781518083602001fd5b8060405162461bcd60e51b81526004016101fd91906102be565b60006020828403121561025b57600080fd5b81516001600160a01b038116811461004e57600080fd5b60005b8381101561028d578181015183820152602001610275565b8381111561029c576000848401525b50505050565b600082516102b4818460208701610272565b9190910192915050565b60208152600082518060208401526102dd816040850160208701610272565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220d51e81d3bc5ed20a26aeb05dce7e825c503b2061aa78628027300c8d65b9d89a64736f6c634300080c0033416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220cbdc18eab0d6586f86542a10e04092fe3f48030b0322afd813dc9ee6bb79df8664736f6c634300081b0033",
}
⋮----
// ContractEigenPodManagerABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractEigenPodManagerMetaData.ABI instead.
var ContractEigenPodManagerABI = ContractEigenPodManagerMetaData.ABI
⋮----
// ContractEigenPodManagerBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractEigenPodManagerMetaData.Bin instead.
var ContractEigenPodManagerBin = ContractEigenPodManagerMetaData.Bin
⋮----
// DeployContractEigenPodManager deploys a new Ethereum contract, binding an instance of ContractEigenPodManager to it.
func DeployContractEigenPodManager(auth *bind.TransactOpts, backend bind.ContractBackend, _ethPOS common.Address, _eigenPodBeacon common.Address, _delegationManager common.Address, _pauserRegistry common.Address, _version string) (common.Address, *types.Transaction, *ContractEigenPodManager, error)
⋮----
// ContractEigenPodManagerMethods is an auto generated interface around an Ethereum contract.
type ContractEigenPodManagerMethods interface {
	ContractEigenPodManagerCalls
	ContractEigenPodManagerTransacts
	ContractEigenPodManagerFilters
}
⋮----
// ContractEigenPodManagerCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractEigenPodManagerCalls interface {
	BeaconChainETHStrategy(opts *bind.CallOpts) (common.Address, error)

	BeaconChainSlashingFactor(opts *bind.CallOpts, podOwner common.Address) (uint64, error)

	BurnableETHShares(opts *bind.CallOpts) (*big.Int, error)

	DelegationManager(opts *bind.CallOpts) (common.Address, error)

	EigenPodBeacon(opts *bind.CallOpts) (common.Address, error)

	EthPOS(opts *bind.CallOpts) (common.Address, error)

	GetPod(opts *bind.CallOpts, podOwner common.Address) (common.Address, error)

	HasPod(opts *bind.CallOpts, podOwner common.Address) (bool, error)

	NumPods(opts *bind.CallOpts) (*big.Int, error)

	Owner(opts *bind.CallOpts) (common.Address, error)

	OwnerToPod(opts *bind.CallOpts, podOwner common.Address) (common.Address, error)

	Paused(opts *bind.CallOpts, index uint8) (bool, error)

	Paused0(opts *bind.CallOpts) (*big.Int, error)

	PauserRegistry(opts *bind.CallOpts) (common.Address, error)

	PodOwnerDepositShares(opts *bind.CallOpts, podOwner common.Address) (*big.Int, error)

	StakerDepositShares(opts *bind.CallOpts, user common.Address, strategy common.Address) (*big.Int, error)

	Version(opts *bind.CallOpts) (string, error)
}
⋮----
// ContractEigenPodManagerTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractEigenPodManagerTransacts interface {
	AddShares(opts *bind.TransactOpts, staker common.Address, strategy common.Address, shares *big.Int) (*types.Transaction, error)

	CreatePod(opts *bind.TransactOpts) (*types.Transaction, error)

	IncreaseBurnableShares(opts *bind.TransactOpts, arg0 common.Address, addedSharesToBurn *big.Int) (*types.Transaction, error)

	Initialize(opts *bind.TransactOpts, initialOwner common.Address, _initPausedStatus *big.Int) (*types.Transaction, error)

	Pause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)

	PauseAll(opts *bind.TransactOpts) (*types.Transaction, error)

	RecordBeaconChainETHBalanceUpdate(opts *bind.TransactOpts, podOwner common.Address, prevRestakedBalanceWei *big.Int, balanceDeltaWei *big.Int) (*types.Transaction, error)

	RemoveDepositShares(opts *bind.TransactOpts, staker common.Address, strategy common.Address, depositSharesToRemove *big.Int) (*types.Transaction, error)

	RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

	Stake(opts *bind.TransactOpts, pubkey []byte, signature []byte, depositDataRoot [32]byte) (*types.Transaction, error)

	TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)

	Unpause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)

	WithdrawSharesAsTokens(opts *bind.TransactOpts, staker common.Address, strategy common.Address, arg2 common.Address, shares *big.Int) (*types.Transaction, error)
}
⋮----
// ContractEigenPodManagerFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractEigenPodManagerFilters interface {
	FilterBeaconChainETHDeposited(opts *bind.FilterOpts, podOwner []common.Address) (*ContractEigenPodManagerBeaconChainETHDepositedIterator, error)
	WatchBeaconChainETHDeposited(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerBeaconChainETHDeposited, podOwner []common.Address) (event.Subscription, error)
	ParseBeaconChainETHDeposited(log types.Log) (*ContractEigenPodManagerBeaconChainETHDeposited, error)

	FilterBeaconChainETHWithdrawalCompleted(opts *bind.FilterOpts, podOwner []common.Address) (*ContractEigenPodManagerBeaconChainETHWithdrawalCompletedIterator, error)
	WatchBeaconChainETHWithdrawalCompleted(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerBeaconChainETHWithdrawalCompleted, podOwner []common.Address) (event.Subscription, error)
	ParseBeaconChainETHWithdrawalCompleted(log types.Log) (*ContractEigenPodManagerBeaconChainETHWithdrawalCompleted, error)

	FilterBeaconChainSlashingFactorDecreased(opts *bind.FilterOpts) (*ContractEigenPodManagerBeaconChainSlashingFactorDecreasedIterator, error)
	WatchBeaconChainSlashingFactorDecreased(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerBeaconChainSlashingFactorDecreased) (event.Subscription, error)
	ParseBeaconChainSlashingFactorDecreased(log types.Log) (*ContractEigenPodManagerBeaconChainSlashingFactorDecreased, error)

	FilterBurnableETHSharesIncreased(opts *bind.FilterOpts) (*ContractEigenPodManagerBurnableETHSharesIncreasedIterator, error)
	WatchBurnableETHSharesIncreased(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerBurnableETHSharesIncreased) (event.Subscription, error)
	ParseBurnableETHSharesIncreased(log types.Log) (*ContractEigenPodManagerBurnableETHSharesIncreased, error)

	FilterInitialized(opts *bind.FilterOpts) (*ContractEigenPodManagerInitializedIterator, error)
	WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerInitialized) (event.Subscription, error)
	ParseInitialized(log types.Log) (*ContractEigenPodManagerInitialized, error)

	FilterNewTotalShares(opts *bind.FilterOpts, podOwner []common.Address) (*ContractEigenPodManagerNewTotalSharesIterator, error)
	WatchNewTotalShares(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerNewTotalShares, podOwner []common.Address) (event.Subscription, error)
	ParseNewTotalShares(log types.Log) (*ContractEigenPodManagerNewTotalShares, error)

	FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractEigenPodManagerOwnershipTransferredIterator, error)
	WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
	ParseOwnershipTransferred(log types.Log) (*ContractEigenPodManagerOwnershipTransferred, error)

	FilterPaused(opts *bind.FilterOpts, account []common.Address) (*ContractEigenPodManagerPausedIterator, error)
	WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerPaused, account []common.Address) (event.Subscription, error)
	ParsePaused(log types.Log) (*ContractEigenPodManagerPaused, error)

	FilterPodDeployed(opts *bind.FilterOpts, eigenPod []common.Address, podOwner []common.Address) (*ContractEigenPodManagerPodDeployedIterator, error)
	WatchPodDeployed(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerPodDeployed, eigenPod []common.Address, podOwner []common.Address) (event.Subscription, error)
	ParsePodDeployed(log types.Log) (*ContractEigenPodManagerPodDeployed, error)

	FilterPodSharesUpdated(opts *bind.FilterOpts, podOwner []common.Address) (*ContractEigenPodManagerPodSharesUpdatedIterator, error)
	WatchPodSharesUpdated(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerPodSharesUpdated, podOwner []common.Address) (event.Subscription, error)
	ParsePodSharesUpdated(log types.Log) (*ContractEigenPodManagerPodSharesUpdated, error)

	FilterUnpaused(opts *bind.FilterOpts, account []common.Address) (*ContractEigenPodManagerUnpausedIterator, error)
	WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerUnpaused, account []common.Address) (event.Subscription, error)
	ParseUnpaused(log types.Log) (*ContractEigenPodManagerUnpaused, error)
}
⋮----
// ContractEigenPodManager is an auto generated Go binding around an Ethereum contract.
type ContractEigenPodManager struct {
	ContractEigenPodManagerCaller     // Read-only binding to the contract
	ContractEigenPodManagerTransactor // Write-only binding to the contract
	ContractEigenPodManagerFilterer   // Log filterer for contract events
}
⋮----
ContractEigenPodManagerCaller     // Read-only binding to the contract
ContractEigenPodManagerTransactor // Write-only binding to the contract
ContractEigenPodManagerFilterer   // Log filterer for contract events
⋮----
// ContractEigenPodManager implements the ContractEigenPodManagerMethods interface.
var _ ContractEigenPodManagerMethods = (*ContractEigenPodManager)(nil)
⋮----
// ContractEigenPodManagerCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractEigenPodManagerCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractEigenPodManagerCaller implements the ContractEigenPodManagerCalls interface.
var _ ContractEigenPodManagerCalls = (*ContractEigenPodManagerCaller)(nil)
⋮----
// ContractEigenPodManagerTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractEigenPodManagerTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractEigenPodManagerTransactor implements the ContractEigenPodManagerTransacts interface.
var _ ContractEigenPodManagerTransacts = (*ContractEigenPodManagerTransactor)(nil)
⋮----
// ContractEigenPodManagerFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractEigenPodManagerFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractEigenPodManagerFilterer implements the ContractEigenPodManagerFilters interface.
var _ ContractEigenPodManagerFilters = (*ContractEigenPodManagerFilterer)(nil)
⋮----
// ContractEigenPodManagerSession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractEigenPodManagerSession struct {
	Contract     *ContractEigenPodManager // Generic contract binding to set the session for
	CallOpts     bind.CallOpts            // Call options to use throughout this session
	TransactOpts bind.TransactOpts        // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractEigenPodManager // Generic contract binding to set the session for
CallOpts     bind.CallOpts            // Call options to use throughout this session
TransactOpts bind.TransactOpts        // Transaction auth options to use throughout this session
⋮----
// ContractEigenPodManagerCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractEigenPodManagerCallerSession struct {
	Contract *ContractEigenPodManagerCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                  // Call options to use throughout this session
}
⋮----
Contract *ContractEigenPodManagerCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                  // Call options to use throughout this session
⋮----
// ContractEigenPodManagerTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractEigenPodManagerTransactorSession struct {
	Contract     *ContractEigenPodManagerTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                  // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractEigenPodManagerTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                  // Transaction auth options to use throughout this session
⋮----
// ContractEigenPodManagerRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractEigenPodManagerRaw struct {
	Contract *ContractEigenPodManager // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractEigenPodManager // Generic contract binding to access the raw methods on
⋮----
// ContractEigenPodManagerCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractEigenPodManagerCallerRaw struct {
	Contract *ContractEigenPodManagerCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractEigenPodManagerCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractEigenPodManagerTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractEigenPodManagerTransactorRaw struct {
	Contract *ContractEigenPodManagerTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractEigenPodManagerTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractEigenPodManager creates a new instance of ContractEigenPodManager, bound to a specific deployed contract.
func NewContractEigenPodManager(address common.Address, backend bind.ContractBackend) (*ContractEigenPodManager, error)
⋮----
// NewContractEigenPodManagerCaller creates a new read-only instance of ContractEigenPodManager, bound to a specific deployed contract.
func NewContractEigenPodManagerCaller(address common.Address, caller bind.ContractCaller) (*ContractEigenPodManagerCaller, error)
⋮----
// NewContractEigenPodManagerTransactor creates a new write-only instance of ContractEigenPodManager, bound to a specific deployed contract.
func NewContractEigenPodManagerTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractEigenPodManagerTransactor, error)
⋮----
// NewContractEigenPodManagerFilterer creates a new log filterer instance of ContractEigenPodManager, bound to a specific deployed contract.
func NewContractEigenPodManagerFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractEigenPodManagerFilterer, error)
⋮----
// bindContractEigenPodManager binds a generic wrapper to an already deployed contract.
func bindContractEigenPodManager(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractEigenPodManager *ContractEigenPodManagerRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractEigenPodManager *ContractEigenPodManagerRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractEigenPodManager *ContractEigenPodManagerRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// BeaconChainETHStrategy is a free data retrieval call binding the contract method 0x9104c319.
//
// Solidity: function beaconChainETHStrategy() view returns(address)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) BeaconChainETHStrategy(opts *bind.CallOpts) (common.Address, error)
⋮----
var out []interface{}
⋮----
// BeaconChainSlashingFactor is a free data retrieval call binding the contract method 0xa3d75e09.
⋮----
// Solidity: function beaconChainSlashingFactor(address podOwner) view returns(uint64)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) BeaconChainSlashingFactor(opts *bind.CallOpts, podOwner common.Address) (uint64, error)
⋮----
// BurnableETHShares is a free data retrieval call binding the contract method 0xf5d4fed3.
⋮----
// Solidity: function burnableETHShares() view returns(uint256)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) BurnableETHShares(opts *bind.CallOpts) (*big.Int, error)
⋮----
// DelegationManager is a free data retrieval call binding the contract method 0xea4d3c9b.
⋮----
// Solidity: function delegationManager() view returns(address)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) DelegationManager(opts *bind.CallOpts) (common.Address, error)
⋮----
// EigenPodBeacon is a free data retrieval call binding the contract method 0x292b7b2b.
⋮----
// Solidity: function eigenPodBeacon() view returns(address)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) EigenPodBeacon(opts *bind.CallOpts) (common.Address, error)
⋮----
// EthPOS is a free data retrieval call binding the contract method 0x74cdd798.
⋮----
// Solidity: function ethPOS() view returns(address)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) EthPOS(opts *bind.CallOpts) (common.Address, error)
⋮----
// GetPod is a free data retrieval call binding the contract method 0xa38406a3.
⋮----
// Solidity: function getPod(address podOwner) view returns(address)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) GetPod(opts *bind.CallOpts, podOwner common.Address) (common.Address, error)
⋮----
// HasPod is a free data retrieval call binding the contract method 0xf6848d24.
⋮----
// Solidity: function hasPod(address podOwner) view returns(bool)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) HasPod(opts *bind.CallOpts, podOwner common.Address) (bool, error)
⋮----
// NumPods is a free data retrieval call binding the contract method 0xa6a509be.
⋮----
// Solidity: function numPods() view returns(uint256)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) NumPods(opts *bind.CallOpts) (*big.Int, error)
⋮----
// Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
⋮----
// Solidity: function owner() view returns(address)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) Owner(opts *bind.CallOpts) (common.Address, error)
⋮----
// OwnerToPod is a free data retrieval call binding the contract method 0x9ba06275.
⋮----
// Solidity: function ownerToPod(address podOwner) view returns(address)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) OwnerToPod(opts *bind.CallOpts, podOwner common.Address) (common.Address, error)
⋮----
// Paused is a free data retrieval call binding the contract method 0x5ac86ab7.
⋮----
// Solidity: function paused(uint8 index) view returns(bool)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) Paused(opts *bind.CallOpts, index uint8) (bool, error)
⋮----
// Paused0 is a free data retrieval call binding the contract method 0x5c975abb.
⋮----
// Solidity: function paused() view returns(uint256)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) Paused0(opts *bind.CallOpts) (*big.Int, error)
⋮----
// PauserRegistry is a free data retrieval call binding the contract method 0x886f1195.
⋮----
// Solidity: function pauserRegistry() view returns(address)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) PauserRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// PodOwnerDepositShares is a free data retrieval call binding the contract method 0xd48e8894.
⋮----
// Solidity: function podOwnerDepositShares(address podOwner) view returns(int256 shares)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) PodOwnerDepositShares(opts *bind.CallOpts, podOwner common.Address) (*big.Int, error)
⋮----
// StakerDepositShares is a free data retrieval call binding the contract method 0xfe243a17.
⋮----
// Solidity: function stakerDepositShares(address user, address strategy) view returns(uint256 depositShares)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) StakerDepositShares(opts *bind.CallOpts, user common.Address, strategy common.Address) (*big.Int, error)
⋮----
// Version is a free data retrieval call binding the contract method 0x54fd4d50.
⋮----
// Solidity: function version() view returns(string)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) Version(opts *bind.CallOpts) (string, error)
⋮----
// AddShares is a paid mutator transaction binding the contract method 0x50ff7225.
⋮----
// Solidity: function addShares(address staker, address strategy, uint256 shares) returns(uint256, uint256)
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) AddShares(opts *bind.TransactOpts, staker common.Address, strategy common.Address, shares *big.Int) (*types.Transaction, error)
⋮----
// CreatePod is a paid mutator transaction binding the contract method 0x84d81062.
⋮----
// Solidity: function createPod() returns(address)
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) CreatePod(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// IncreaseBurnableShares is a paid mutator transaction binding the contract method 0xdebe1eab.
⋮----
// Solidity: function increaseBurnableShares(address , uint256 addedSharesToBurn) returns()
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) IncreaseBurnableShares(opts *bind.TransactOpts, arg0 common.Address, addedSharesToBurn *big.Int) (*types.Transaction, error)
⋮----
// Initialize is a paid mutator transaction binding the contract method 0xcd6dc687.
⋮----
// Solidity: function initialize(address initialOwner, uint256 _initPausedStatus) returns()
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) Initialize(opts *bind.TransactOpts, initialOwner common.Address, _initPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// Pause is a paid mutator transaction binding the contract method 0x136439dd.
⋮----
// Solidity: function pause(uint256 newPausedStatus) returns()
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) Pause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// PauseAll is a paid mutator transaction binding the contract method 0x595c6a67.
⋮----
// Solidity: function pauseAll() returns()
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) PauseAll(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// RecordBeaconChainETHBalanceUpdate is a paid mutator transaction binding the contract method 0xa1ca780b.
⋮----
// Solidity: function recordBeaconChainETHBalanceUpdate(address podOwner, uint256 prevRestakedBalanceWei, int256 balanceDeltaWei) returns()
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) RecordBeaconChainETHBalanceUpdate(opts *bind.TransactOpts, podOwner common.Address, prevRestakedBalanceWei *big.Int, balanceDeltaWei *big.Int) (*types.Transaction, error)
⋮----
// RemoveDepositShares is a paid mutator transaction binding the contract method 0x724af423.
⋮----
// Solidity: function removeDepositShares(address staker, address strategy, uint256 depositSharesToRemove) returns(uint256)
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) RemoveDepositShares(opts *bind.TransactOpts, staker common.Address, strategy common.Address, depositSharesToRemove *big.Int) (*types.Transaction, error)
⋮----
// RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
⋮----
// Solidity: function renounceOwnership() returns()
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Stake is a paid mutator transaction binding the contract method 0x9b4e4634.
⋮----
// Solidity: function stake(bytes pubkey, bytes signature, bytes32 depositDataRoot) payable returns()
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) Stake(opts *bind.TransactOpts, pubkey []byte, signature []byte, depositDataRoot [32]byte) (*types.Transaction, error)
⋮----
// TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
⋮----
// Solidity: function transferOwnership(address newOwner) returns()
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
⋮----
// Unpause is a paid mutator transaction binding the contract method 0xfabc1cbc.
⋮----
// Solidity: function unpause(uint256 newPausedStatus) returns()
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) Unpause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// WithdrawSharesAsTokens is a paid mutator transaction binding the contract method 0x2eae418c.
⋮----
// Solidity: function withdrawSharesAsTokens(address staker, address strategy, address , uint256 shares) returns()
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) WithdrawSharesAsTokens(opts *bind.TransactOpts, staker common.Address, strategy common.Address, arg2 common.Address, shares *big.Int) (*types.Transaction, error)
⋮----
// ContractEigenPodManagerBeaconChainETHDepositedIterator is returned from FilterBeaconChainETHDeposited and is used to iterate over the raw logs and unpacked data for BeaconChainETHDeposited events raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerBeaconChainETHDepositedIterator struct {
	Event *ContractEigenPodManagerBeaconChainETHDeposited // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodManagerBeaconChainETHDeposited // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractEigenPodManagerBeaconChainETHDepositedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractEigenPodManagerBeaconChainETHDepositedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractEigenPodManagerBeaconChainETHDepositedIterator) Close() error
⋮----
// ContractEigenPodManagerBeaconChainETHDeposited represents a BeaconChainETHDeposited event raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerBeaconChainETHDeposited struct {
	PodOwner common.Address
	Amount   *big.Int
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
Raw      types.Log // Blockchain specific contextual infos
⋮----
// FilterBeaconChainETHDeposited is a free log retrieval operation binding the contract event 0x35a85cabc603f48abb2b71d9fbd8adea7c449d7f0be900ae7a2986ea369c3d0d.
⋮----
// Solidity: event BeaconChainETHDeposited(address indexed podOwner, uint256 amount)
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) FilterBeaconChainETHDeposited(opts *bind.FilterOpts, podOwner []common.Address) (*ContractEigenPodManagerBeaconChainETHDepositedIterator, error)
⋮----
var podOwnerRule []interface{}
⋮----
// WatchBeaconChainETHDeposited is a free log subscription operation binding the contract event 0x35a85cabc603f48abb2b71d9fbd8adea7c449d7f0be900ae7a2986ea369c3d0d.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) WatchBeaconChainETHDeposited(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerBeaconChainETHDeposited, podOwner []common.Address) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseBeaconChainETHDeposited is a log parse operation binding the contract event 0x35a85cabc603f48abb2b71d9fbd8adea7c449d7f0be900ae7a2986ea369c3d0d.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) ParseBeaconChainETHDeposited(log types.Log) (*ContractEigenPodManagerBeaconChainETHDeposited, error)
⋮----
// ContractEigenPodManagerBeaconChainETHWithdrawalCompletedIterator is returned from FilterBeaconChainETHWithdrawalCompleted and is used to iterate over the raw logs and unpacked data for BeaconChainETHWithdrawalCompleted events raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerBeaconChainETHWithdrawalCompletedIterator struct {
	Event *ContractEigenPodManagerBeaconChainETHWithdrawalCompleted // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodManagerBeaconChainETHWithdrawalCompleted // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodManagerBeaconChainETHWithdrawalCompleted represents a BeaconChainETHWithdrawalCompleted event raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerBeaconChainETHWithdrawalCompleted struct {
	PodOwner         common.Address
	Shares           *big.Int
	Nonce            *big.Int
	DelegatedAddress common.Address
	Withdrawer       common.Address
	WithdrawalRoot   [32]byte
	Raw              types.Log // Blockchain specific contextual infos
}
⋮----
Raw              types.Log // Blockchain specific contextual infos
⋮----
// FilterBeaconChainETHWithdrawalCompleted is a free log retrieval operation binding the contract event 0xa6bab1d55a361fcea2eee2bc9491e4f01e6cf333df03c9c4f2c144466429f7d6.
⋮----
// Solidity: event BeaconChainETHWithdrawalCompleted(address indexed podOwner, uint256 shares, uint96 nonce, address delegatedAddress, address withdrawer, bytes32 withdrawalRoot)
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) FilterBeaconChainETHWithdrawalCompleted(opts *bind.FilterOpts, podOwner []common.Address) (*ContractEigenPodManagerBeaconChainETHWithdrawalCompletedIterator, error)
⋮----
// WatchBeaconChainETHWithdrawalCompleted is a free log subscription operation binding the contract event 0xa6bab1d55a361fcea2eee2bc9491e4f01e6cf333df03c9c4f2c144466429f7d6.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) WatchBeaconChainETHWithdrawalCompleted(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerBeaconChainETHWithdrawalCompleted, podOwner []common.Address) (event.Subscription, error)
⋮----
// ParseBeaconChainETHWithdrawalCompleted is a log parse operation binding the contract event 0xa6bab1d55a361fcea2eee2bc9491e4f01e6cf333df03c9c4f2c144466429f7d6.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) ParseBeaconChainETHWithdrawalCompleted(log types.Log) (*ContractEigenPodManagerBeaconChainETHWithdrawalCompleted, error)
⋮----
// ContractEigenPodManagerBeaconChainSlashingFactorDecreasedIterator is returned from FilterBeaconChainSlashingFactorDecreased and is used to iterate over the raw logs and unpacked data for BeaconChainSlashingFactorDecreased events raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerBeaconChainSlashingFactorDecreasedIterator struct {
	Event *ContractEigenPodManagerBeaconChainSlashingFactorDecreased // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodManagerBeaconChainSlashingFactorDecreased // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodManagerBeaconChainSlashingFactorDecreased represents a BeaconChainSlashingFactorDecreased event raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerBeaconChainSlashingFactorDecreased struct {
	Staker                        common.Address
	PrevBeaconChainSlashingFactor uint64
	NewBeaconChainSlashingFactor  uint64
	Raw                           types.Log // Blockchain specific contextual infos
}
⋮----
Raw                           types.Log // Blockchain specific contextual infos
⋮----
// FilterBeaconChainSlashingFactorDecreased is a free log retrieval operation binding the contract event 0xb160ab8589bf47dc04ea11b50d46678d21590cea2ed3e454e7bd3e41510f98cf.
⋮----
// Solidity: event BeaconChainSlashingFactorDecreased(address staker, uint64 prevBeaconChainSlashingFactor, uint64 newBeaconChainSlashingFactor)
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) FilterBeaconChainSlashingFactorDecreased(opts *bind.FilterOpts) (*ContractEigenPodManagerBeaconChainSlashingFactorDecreasedIterator, error)
⋮----
// WatchBeaconChainSlashingFactorDecreased is a free log subscription operation binding the contract event 0xb160ab8589bf47dc04ea11b50d46678d21590cea2ed3e454e7bd3e41510f98cf.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) WatchBeaconChainSlashingFactorDecreased(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerBeaconChainSlashingFactorDecreased) (event.Subscription, error)
⋮----
// ParseBeaconChainSlashingFactorDecreased is a log parse operation binding the contract event 0xb160ab8589bf47dc04ea11b50d46678d21590cea2ed3e454e7bd3e41510f98cf.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) ParseBeaconChainSlashingFactorDecreased(log types.Log) (*ContractEigenPodManagerBeaconChainSlashingFactorDecreased, error)
⋮----
// ContractEigenPodManagerBurnableETHSharesIncreasedIterator is returned from FilterBurnableETHSharesIncreased and is used to iterate over the raw logs and unpacked data for BurnableETHSharesIncreased events raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerBurnableETHSharesIncreasedIterator struct {
	Event *ContractEigenPodManagerBurnableETHSharesIncreased // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodManagerBurnableETHSharesIncreased // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodManagerBurnableETHSharesIncreased represents a BurnableETHSharesIncreased event raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerBurnableETHSharesIncreased struct {
	Shares *big.Int
	Raw    types.Log // Blockchain specific contextual infos
}
⋮----
Raw    types.Log // Blockchain specific contextual infos
⋮----
// FilterBurnableETHSharesIncreased is a free log retrieval operation binding the contract event 0x1ed04b7fd262c0d9e50fa02957f32a81a151f03baaa367faeedc7521b001c4a4.
⋮----
// Solidity: event BurnableETHSharesIncreased(uint256 shares)
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) FilterBurnableETHSharesIncreased(opts *bind.FilterOpts) (*ContractEigenPodManagerBurnableETHSharesIncreasedIterator, error)
⋮----
// WatchBurnableETHSharesIncreased is a free log subscription operation binding the contract event 0x1ed04b7fd262c0d9e50fa02957f32a81a151f03baaa367faeedc7521b001c4a4.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) WatchBurnableETHSharesIncreased(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerBurnableETHSharesIncreased) (event.Subscription, error)
⋮----
// ParseBurnableETHSharesIncreased is a log parse operation binding the contract event 0x1ed04b7fd262c0d9e50fa02957f32a81a151f03baaa367faeedc7521b001c4a4.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) ParseBurnableETHSharesIncreased(log types.Log) (*ContractEigenPodManagerBurnableETHSharesIncreased, error)
⋮----
// ContractEigenPodManagerInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerInitializedIterator struct {
	Event *ContractEigenPodManagerInitialized // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodManagerInitialized // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodManagerInitialized represents a Initialized event raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerInitialized struct {
	Version uint8
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
// Solidity: event Initialized(uint8 version)
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) FilterInitialized(opts *bind.FilterOpts) (*ContractEigenPodManagerInitializedIterator, error)
⋮----
// WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerInitialized) (event.Subscription, error)
⋮----
// ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) ParseInitialized(log types.Log) (*ContractEigenPodManagerInitialized, error)
⋮----
// ContractEigenPodManagerNewTotalSharesIterator is returned from FilterNewTotalShares and is used to iterate over the raw logs and unpacked data for NewTotalShares events raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerNewTotalSharesIterator struct {
	Event *ContractEigenPodManagerNewTotalShares // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodManagerNewTotalShares // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodManagerNewTotalShares represents a NewTotalShares event raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerNewTotalShares struct {
	PodOwner       common.Address
	NewTotalShares *big.Int
	Raw            types.Log // Blockchain specific contextual infos
}
⋮----
Raw            types.Log // Blockchain specific contextual infos
⋮----
// FilterNewTotalShares is a free log retrieval operation binding the contract event 0xd4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe077098.
⋮----
// Solidity: event NewTotalShares(address indexed podOwner, int256 newTotalShares)
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) FilterNewTotalShares(opts *bind.FilterOpts, podOwner []common.Address) (*ContractEigenPodManagerNewTotalSharesIterator, error)
⋮----
// WatchNewTotalShares is a free log subscription operation binding the contract event 0xd4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe077098.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) WatchNewTotalShares(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerNewTotalShares, podOwner []common.Address) (event.Subscription, error)
⋮----
// ParseNewTotalShares is a log parse operation binding the contract event 0xd4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe077098.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) ParseNewTotalShares(log types.Log) (*ContractEigenPodManagerNewTotalShares, error)
⋮----
// ContractEigenPodManagerOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerOwnershipTransferredIterator struct {
	Event *ContractEigenPodManagerOwnershipTransferred // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodManagerOwnershipTransferred // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodManagerOwnershipTransferred represents a OwnershipTransferred event raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}
⋮----
Raw           types.Log // Blockchain specific contextual infos
⋮----
// FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
// Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractEigenPodManagerOwnershipTransferredIterator, error)
⋮----
var previousOwnerRule []interface{}
⋮----
var newOwnerRule []interface{}
⋮----
// WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
⋮----
// ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) ParseOwnershipTransferred(log types.Log) (*ContractEigenPodManagerOwnershipTransferred, error)
⋮----
// ContractEigenPodManagerPausedIterator is returned from FilterPaused and is used to iterate over the raw logs and unpacked data for Paused events raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerPausedIterator struct {
	Event *ContractEigenPodManagerPaused // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodManagerPaused // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodManagerPaused represents a Paused event raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerPaused struct {
	Account         common.Address
	NewPausedStatus *big.Int
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
Raw             types.Log // Blockchain specific contextual infos
⋮----
// FilterPaused is a free log retrieval operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
// Solidity: event Paused(address indexed account, uint256 newPausedStatus)
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) FilterPaused(opts *bind.FilterOpts, account []common.Address) (*ContractEigenPodManagerPausedIterator, error)
⋮----
var accountRule []interface{}
⋮----
// WatchPaused is a free log subscription operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerPaused, account []common.Address) (event.Subscription, error)
⋮----
// ParsePaused is a log parse operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) ParsePaused(log types.Log) (*ContractEigenPodManagerPaused, error)
⋮----
// ContractEigenPodManagerPodDeployedIterator is returned from FilterPodDeployed and is used to iterate over the raw logs and unpacked data for PodDeployed events raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerPodDeployedIterator struct {
	Event *ContractEigenPodManagerPodDeployed // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodManagerPodDeployed // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodManagerPodDeployed represents a PodDeployed event raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerPodDeployed struct {
	EigenPod common.Address
	PodOwner common.Address
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
// FilterPodDeployed is a free log retrieval operation binding the contract event 0x21c99d0db02213c32fff5b05cf0a718ab5f858802b91498f80d82270289d856a.
⋮----
// Solidity: event PodDeployed(address indexed eigenPod, address indexed podOwner)
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) FilterPodDeployed(opts *bind.FilterOpts, eigenPod []common.Address, podOwner []common.Address) (*ContractEigenPodManagerPodDeployedIterator, error)
⋮----
var eigenPodRule []interface{}
⋮----
// WatchPodDeployed is a free log subscription operation binding the contract event 0x21c99d0db02213c32fff5b05cf0a718ab5f858802b91498f80d82270289d856a.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) WatchPodDeployed(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerPodDeployed, eigenPod []common.Address, podOwner []common.Address) (event.Subscription, error)
⋮----
// ParsePodDeployed is a log parse operation binding the contract event 0x21c99d0db02213c32fff5b05cf0a718ab5f858802b91498f80d82270289d856a.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) ParsePodDeployed(log types.Log) (*ContractEigenPodManagerPodDeployed, error)
⋮----
// ContractEigenPodManagerPodSharesUpdatedIterator is returned from FilterPodSharesUpdated and is used to iterate over the raw logs and unpacked data for PodSharesUpdated events raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerPodSharesUpdatedIterator struct {
	Event *ContractEigenPodManagerPodSharesUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodManagerPodSharesUpdated // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodManagerPodSharesUpdated represents a PodSharesUpdated event raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerPodSharesUpdated struct {
	PodOwner    common.Address
	SharesDelta *big.Int
	Raw         types.Log // Blockchain specific contextual infos
}
⋮----
Raw         types.Log // Blockchain specific contextual infos
⋮----
// FilterPodSharesUpdated is a free log retrieval operation binding the contract event 0x4e2b791dedccd9fb30141b088cabf5c14a8912b52f59375c95c010700b8c6193.
⋮----
// Solidity: event PodSharesUpdated(address indexed podOwner, int256 sharesDelta)
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) FilterPodSharesUpdated(opts *bind.FilterOpts, podOwner []common.Address) (*ContractEigenPodManagerPodSharesUpdatedIterator, error)
⋮----
// WatchPodSharesUpdated is a free log subscription operation binding the contract event 0x4e2b791dedccd9fb30141b088cabf5c14a8912b52f59375c95c010700b8c6193.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) WatchPodSharesUpdated(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerPodSharesUpdated, podOwner []common.Address) (event.Subscription, error)
⋮----
// ParsePodSharesUpdated is a log parse operation binding the contract event 0x4e2b791dedccd9fb30141b088cabf5c14a8912b52f59375c95c010700b8c6193.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) ParsePodSharesUpdated(log types.Log) (*ContractEigenPodManagerPodSharesUpdated, error)
⋮----
// ContractEigenPodManagerUnpausedIterator is returned from FilterUnpaused and is used to iterate over the raw logs and unpacked data for Unpaused events raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerUnpausedIterator struct {
	Event *ContractEigenPodManagerUnpaused // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodManagerUnpaused // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodManagerUnpaused represents a Unpaused event raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerUnpaused struct {
	Account         common.Address
	NewPausedStatus *big.Int
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
// FilterUnpaused is a free log retrieval operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
// Solidity: event Unpaused(address indexed account, uint256 newPausedStatus)
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) FilterUnpaused(opts *bind.FilterOpts, account []common.Address) (*ContractEigenPodManagerUnpausedIterator, error)
⋮----
// WatchUnpaused is a free log subscription operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerUnpaused, account []common.Address) (event.Subscription, error)
⋮----
// ParseUnpaused is a log parse operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) ParseUnpaused(log types.Log) (*ContractEigenPodManagerUnpaused, error)
````

## File: contracts/bindings/IBLSSignatureChecker/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractIBLSSignatureChecker
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// BN254G1Point is an auto generated low-level Go binding around an user-defined struct.
type BN254G1Point struct {
	X *big.Int
	Y *big.Int
}
⋮----
// BN254G2Point is an auto generated low-level Go binding around an user-defined struct.
type BN254G2Point struct {
	X [2]*big.Int
	Y [2]*big.Int
}
⋮----
// IBLSSignatureCheckerTypesNonSignerStakesAndSignature is an auto generated low-level Go binding around an user-defined struct.
type IBLSSignatureCheckerTypesNonSignerStakesAndSignature struct {
	NonSignerQuorumBitmapIndices []uint32
	NonSignerPubkeys             []BN254G1Point
	QuorumApks                   []BN254G1Point
	ApkG2                        BN254G2Point
	Sigma                        BN254G1Point
	QuorumApkIndices             []uint32
	TotalStakeIndices            []uint32
	NonSignerStakeIndices        [][]uint32
}
⋮----
// IBLSSignatureCheckerTypesQuorumStakeTotals is an auto generated low-level Go binding around an user-defined struct.
type IBLSSignatureCheckerTypesQuorumStakeTotals struct {
	SignedStakeForQuorum []*big.Int
	TotalStakeForQuorum  []*big.Int
}
⋮----
// ContractIBLSSignatureCheckerMetaData contains all meta data concerning the ContractIBLSSignatureChecker contract.
var ContractIBLSSignatureCheckerMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"function\",\"name\":\"blsApkRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIBLSApkRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"checkSignatures\",\"inputs\":[{\"name\":\"msgHash\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"referenceBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"nonSignerStakesAndSignature\",\"type\":\"tuple\",\"internalType\":\"structIBLSSignatureCheckerTypes.NonSignerStakesAndSignature\",\"components\":[{\"name\":\"nonSignerQuorumBitmapIndices\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"nonSignerPubkeys\",\"type\":\"tuple[]\",\"internalType\":\"structBN254.G1Point[]\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"quorumApks\",\"type\":\"tuple[]\",\"internalType\":\"structBN254.G1Point[]\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"apkG2\",\"type\":\"tuple\",\"internalType\":\"structBN254.G2Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"},{\"name\":\"Y\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"}]},{\"name\":\"sigma\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"quorumApkIndices\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"totalStakeIndices\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"nonSignerStakeIndices\",\"type\":\"uint32[][]\",\"internalType\":\"uint32[][]\"}]}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIBLSSignatureCheckerTypes.QuorumStakeTotals\",\"components\":[{\"name\":\"signedStakeForQuorum\",\"type\":\"uint96[]\",\"internalType\":\"uint96[]\"},{\"name\":\"totalStakeForQuorum\",\"type\":\"uint96[]\",\"internalType\":\"uint96[]\"}]},{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"delegation\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIDelegationManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"registryCoordinator\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractISlashingRegistryCoordinator\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"stakeRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStakeRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"trySignatureAndApkVerification\",\"inputs\":[{\"name\":\"msgHash\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"apk\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"apkG2\",\"type\":\"tuple\",\"internalType\":\"structBN254.G2Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"},{\"name\":\"Y\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"}]},{\"name\":\"sigma\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}],\"outputs\":[{\"name\":\"pairingSuccessful\",\"type\":\"bool\",\"internalType\":\"bool\"},{\"name\":\"siganatureIsValid\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"error\",\"name\":\"InputArrayLengthMismatch\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputEmptyQuorumNumbers\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputNonSignerLengthMismatch\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidBLSPairingKey\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidBLSSignature\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidQuorumApkHash\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidReferenceBlocknumber\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"NonSignerPubkeysNotSorted\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyRegistryCoordinatorOwner\",\"inputs\":[]}]",
}
⋮----
// ContractIBLSSignatureCheckerABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractIBLSSignatureCheckerMetaData.ABI instead.
var ContractIBLSSignatureCheckerABI = ContractIBLSSignatureCheckerMetaData.ABI
⋮----
// ContractIBLSSignatureCheckerMethods is an auto generated interface around an Ethereum contract.
type ContractIBLSSignatureCheckerMethods interface {
	ContractIBLSSignatureCheckerCalls
	ContractIBLSSignatureCheckerTransacts
	ContractIBLSSignatureCheckerFilters
}
⋮----
// ContractIBLSSignatureCheckerCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractIBLSSignatureCheckerCalls interface {
	BlsApkRegistry(opts *bind.CallOpts) (common.Address, error)

	CheckSignatures(opts *bind.CallOpts, msgHash [32]byte, quorumNumbers []byte, referenceBlockNumber uint32, nonSignerStakesAndSignature IBLSSignatureCheckerTypesNonSignerStakesAndSignature) (IBLSSignatureCheckerTypesQuorumStakeTotals, [32]byte, error)

	Delegation(opts *bind.CallOpts) (common.Address, error)

	RegistryCoordinator(opts *bind.CallOpts) (common.Address, error)

	StakeRegistry(opts *bind.CallOpts) (common.Address, error)

	TrySignatureAndApkVerification(opts *bind.CallOpts, msgHash [32]byte, apk BN254G1Point, apkG2 BN254G2Point, sigma BN254G1Point) (struct {
		PairingSuccessful bool
		SiganatureIsValid bool
	}, error)
⋮----
// ContractIBLSSignatureCheckerTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractIBLSSignatureCheckerTransacts interface {
}
⋮----
// ContractIBLSSignatureCheckerFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractIBLSSignatureCheckerFilters interface {
}
⋮----
// ContractIBLSSignatureChecker is an auto generated Go binding around an Ethereum contract.
type ContractIBLSSignatureChecker struct {
	ContractIBLSSignatureCheckerCaller     // Read-only binding to the contract
	ContractIBLSSignatureCheckerTransactor // Write-only binding to the contract
	ContractIBLSSignatureCheckerFilterer   // Log filterer for contract events
}
⋮----
ContractIBLSSignatureCheckerCaller     // Read-only binding to the contract
ContractIBLSSignatureCheckerTransactor // Write-only binding to the contract
ContractIBLSSignatureCheckerFilterer   // Log filterer for contract events
⋮----
// ContractIBLSSignatureChecker implements the ContractIBLSSignatureCheckerMethods interface.
var _ ContractIBLSSignatureCheckerMethods = (*ContractIBLSSignatureChecker)(nil)
⋮----
// ContractIBLSSignatureCheckerCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractIBLSSignatureCheckerCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractIBLSSignatureCheckerCaller implements the ContractIBLSSignatureCheckerCalls interface.
var _ ContractIBLSSignatureCheckerCalls = (*ContractIBLSSignatureCheckerCaller)(nil)
⋮----
// ContractIBLSSignatureCheckerTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractIBLSSignatureCheckerTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractIBLSSignatureCheckerTransactor implements the ContractIBLSSignatureCheckerTransacts interface.
var _ ContractIBLSSignatureCheckerTransacts = (*ContractIBLSSignatureCheckerTransactor)(nil)
⋮----
// ContractIBLSSignatureCheckerFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractIBLSSignatureCheckerFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractIBLSSignatureCheckerFilterer implements the ContractIBLSSignatureCheckerFilters interface.
var _ ContractIBLSSignatureCheckerFilters = (*ContractIBLSSignatureCheckerFilterer)(nil)
⋮----
// ContractIBLSSignatureCheckerSession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractIBLSSignatureCheckerSession struct {
	Contract     *ContractIBLSSignatureChecker // Generic contract binding to set the session for
	CallOpts     bind.CallOpts                 // Call options to use throughout this session
	TransactOpts bind.TransactOpts             // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractIBLSSignatureChecker // Generic contract binding to set the session for
CallOpts     bind.CallOpts                 // Call options to use throughout this session
TransactOpts bind.TransactOpts             // Transaction auth options to use throughout this session
⋮----
// ContractIBLSSignatureCheckerCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractIBLSSignatureCheckerCallerSession struct {
	Contract *ContractIBLSSignatureCheckerCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                       // Call options to use throughout this session
}
⋮----
Contract *ContractIBLSSignatureCheckerCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                       // Call options to use throughout this session
⋮----
// ContractIBLSSignatureCheckerTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractIBLSSignatureCheckerTransactorSession struct {
	Contract     *ContractIBLSSignatureCheckerTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                       // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractIBLSSignatureCheckerTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                       // Transaction auth options to use throughout this session
⋮----
// ContractIBLSSignatureCheckerRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractIBLSSignatureCheckerRaw struct {
	Contract *ContractIBLSSignatureChecker // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractIBLSSignatureChecker // Generic contract binding to access the raw methods on
⋮----
// ContractIBLSSignatureCheckerCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractIBLSSignatureCheckerCallerRaw struct {
	Contract *ContractIBLSSignatureCheckerCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractIBLSSignatureCheckerCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractIBLSSignatureCheckerTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractIBLSSignatureCheckerTransactorRaw struct {
	Contract *ContractIBLSSignatureCheckerTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractIBLSSignatureCheckerTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractIBLSSignatureChecker creates a new instance of ContractIBLSSignatureChecker, bound to a specific deployed contract.
func NewContractIBLSSignatureChecker(address common.Address, backend bind.ContractBackend) (*ContractIBLSSignatureChecker, error)
⋮----
// NewContractIBLSSignatureCheckerCaller creates a new read-only instance of ContractIBLSSignatureChecker, bound to a specific deployed contract.
func NewContractIBLSSignatureCheckerCaller(address common.Address, caller bind.ContractCaller) (*ContractIBLSSignatureCheckerCaller, error)
⋮----
// NewContractIBLSSignatureCheckerTransactor creates a new write-only instance of ContractIBLSSignatureChecker, bound to a specific deployed contract.
func NewContractIBLSSignatureCheckerTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractIBLSSignatureCheckerTransactor, error)
⋮----
// NewContractIBLSSignatureCheckerFilterer creates a new log filterer instance of ContractIBLSSignatureChecker, bound to a specific deployed contract.
func NewContractIBLSSignatureCheckerFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractIBLSSignatureCheckerFilterer, error)
⋮----
// bindContractIBLSSignatureChecker binds a generic wrapper to an already deployed contract.
func bindContractIBLSSignatureChecker(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractIBLSSignatureChecker *ContractIBLSSignatureCheckerRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractIBLSSignatureChecker *ContractIBLSSignatureCheckerRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractIBLSSignatureChecker *ContractIBLSSignatureCheckerRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// BlsApkRegistry is a free data retrieval call binding the contract method 0x5df45946.
//
// Solidity: function blsApkRegistry() view returns(address)
func (_ContractIBLSSignatureChecker *ContractIBLSSignatureCheckerCaller) BlsApkRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
var out []interface{}
⋮----
// CheckSignatures is a free data retrieval call binding the contract method 0x6efb4636.
⋮----
// Solidity: function checkSignatures(bytes32 msgHash, bytes quorumNumbers, uint32 referenceBlockNumber, (uint32[],(uint256,uint256)[],(uint256,uint256)[],(uint256[2],uint256[2]),(uint256,uint256),uint32[],uint32[],uint32[][]) nonSignerStakesAndSignature) view returns((uint96[],uint96[]), bytes32)
func (_ContractIBLSSignatureChecker *ContractIBLSSignatureCheckerCaller) CheckSignatures(opts *bind.CallOpts, msgHash [32]byte, quorumNumbers []byte, referenceBlockNumber uint32, nonSignerStakesAndSignature IBLSSignatureCheckerTypesNonSignerStakesAndSignature) (IBLSSignatureCheckerTypesQuorumStakeTotals, [32]byte, error)
⋮----
// Delegation is a free data retrieval call binding the contract method 0xdf5cf723.
⋮----
// Solidity: function delegation() view returns(address)
func (_ContractIBLSSignatureChecker *ContractIBLSSignatureCheckerCaller) Delegation(opts *bind.CallOpts) (common.Address, error)
⋮----
// RegistryCoordinator is a free data retrieval call binding the contract method 0x6d14a987.
⋮----
// Solidity: function registryCoordinator() view returns(address)
func (_ContractIBLSSignatureChecker *ContractIBLSSignatureCheckerCaller) RegistryCoordinator(opts *bind.CallOpts) (common.Address, error)
⋮----
// StakeRegistry is a free data retrieval call binding the contract method 0x68304835.
⋮----
// Solidity: function stakeRegistry() view returns(address)
func (_ContractIBLSSignatureChecker *ContractIBLSSignatureCheckerCaller) StakeRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// TrySignatureAndApkVerification is a free data retrieval call binding the contract method 0x171f1d5b.
⋮----
// Solidity: function trySignatureAndApkVerification(bytes32 msgHash, (uint256,uint256) apk, (uint256[2],uint256[2]) apkG2, (uint256,uint256) sigma) view returns(bool pairingSuccessful, bool siganatureIsValid)
func (_ContractIBLSSignatureChecker *ContractIBLSSignatureCheckerCaller) TrySignatureAndApkVerification(opts *bind.CallOpts, msgHash [32]byte, apk BN254G1Point, apkG2 BN254G2Point, sigma BN254G1Point) (struct
````

## File: contracts/bindings/IERC20/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractIERC20
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// ContractIERC20MetaData contains all meta data concerning the ContractIERC20 contract.
var ContractIERC20MetaData = &bind.MetaData{
	ABI: "[{\"type\":\"function\",\"name\":\"allowance\",\"inputs\":[{\"name\":\"owner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"spender\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"approve\",\"inputs\":[{\"name\":\"spender\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"balanceOf\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"decimals\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"name\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"symbol\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"totalSupply\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"transfer\",\"inputs\":[{\"name\":\"to\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"transferFrom\",\"inputs\":[{\"name\":\"from\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"to\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"event\",\"name\":\"Approval\",\"inputs\":[{\"name\":\"owner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"spender\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"value\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Transfer\",\"inputs\":[{\"name\":\"from\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"to\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"value\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false}]",
}
⋮----
// ContractIERC20ABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractIERC20MetaData.ABI instead.
var ContractIERC20ABI = ContractIERC20MetaData.ABI
⋮----
// ContractIERC20Methods is an auto generated interface around an Ethereum contract.
type ContractIERC20Methods interface {
	ContractIERC20Calls
	ContractIERC20Transacts
	ContractIERC20Filters
}
⋮----
// ContractIERC20Calls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractIERC20Calls interface {
	Allowance(opts *bind.CallOpts, owner common.Address, spender common.Address) (*big.Int, error)

	BalanceOf(opts *bind.CallOpts, account common.Address) (*big.Int, error)

	Decimals(opts *bind.CallOpts) (uint8, error)

	Name(opts *bind.CallOpts) (string, error)

	Symbol(opts *bind.CallOpts) (string, error)

	TotalSupply(opts *bind.CallOpts) (*big.Int, error)
}
⋮----
// ContractIERC20Transacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractIERC20Transacts interface {
	Approve(opts *bind.TransactOpts, spender common.Address, amount *big.Int) (*types.Transaction, error)

	Transfer(opts *bind.TransactOpts, to common.Address, amount *big.Int) (*types.Transaction, error)

	TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, amount *big.Int) (*types.Transaction, error)
}
⋮----
// ContractIERC20Filterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractIERC20Filters interface {
	FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*ContractIERC20ApprovalIterator, error)
	WatchApproval(opts *bind.WatchOpts, sink chan<- *ContractIERC20Approval, owner []common.Address, spender []common.Address) (event.Subscription, error)
	ParseApproval(log types.Log) (*ContractIERC20Approval, error)

	FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*ContractIERC20TransferIterator, error)
	WatchTransfer(opts *bind.WatchOpts, sink chan<- *ContractIERC20Transfer, from []common.Address, to []common.Address) (event.Subscription, error)
	ParseTransfer(log types.Log) (*ContractIERC20Transfer, error)
}
⋮----
// ContractIERC20 is an auto generated Go binding around an Ethereum contract.
type ContractIERC20 struct {
	ContractIERC20Caller     // Read-only binding to the contract
	ContractIERC20Transactor // Write-only binding to the contract
	ContractIERC20Filterer   // Log filterer for contract events
}
⋮----
ContractIERC20Caller     // Read-only binding to the contract
ContractIERC20Transactor // Write-only binding to the contract
ContractIERC20Filterer   // Log filterer for contract events
⋮----
// ContractIERC20 implements the ContractIERC20Methods interface.
var _ ContractIERC20Methods = (*ContractIERC20)(nil)
⋮----
// ContractIERC20Caller is an auto generated read-only Go binding around an Ethereum contract.
type ContractIERC20Caller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractIERC20Caller implements the ContractIERC20Calls interface.
var _ ContractIERC20Calls = (*ContractIERC20Caller)(nil)
⋮----
// ContractIERC20Transactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractIERC20Transactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractIERC20Transactor implements the ContractIERC20Transacts interface.
var _ ContractIERC20Transacts = (*ContractIERC20Transactor)(nil)
⋮----
// ContractIERC20Filterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractIERC20Filterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractIERC20Filterer implements the ContractIERC20Filters interface.
var _ ContractIERC20Filters = (*ContractIERC20Filterer)(nil)
⋮----
// ContractIERC20Session is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractIERC20Session struct {
	Contract     *ContractIERC20   // Generic contract binding to set the session for
	CallOpts     bind.CallOpts     // Call options to use throughout this session
	TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractIERC20   // Generic contract binding to set the session for
CallOpts     bind.CallOpts     // Call options to use throughout this session
TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
⋮----
// ContractIERC20CallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractIERC20CallerSession struct {
	Contract *ContractIERC20Caller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts         // Call options to use throughout this session
}
⋮----
Contract *ContractIERC20Caller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts         // Call options to use throughout this session
⋮----
// ContractIERC20TransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractIERC20TransactorSession struct {
	Contract     *ContractIERC20Transactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts         // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractIERC20Transactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts         // Transaction auth options to use throughout this session
⋮----
// ContractIERC20Raw is an auto generated low-level Go binding around an Ethereum contract.
type ContractIERC20Raw struct {
	Contract *ContractIERC20 // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractIERC20 // Generic contract binding to access the raw methods on
⋮----
// ContractIERC20CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractIERC20CallerRaw struct {
	Contract *ContractIERC20Caller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractIERC20Caller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractIERC20TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractIERC20TransactorRaw struct {
	Contract *ContractIERC20Transactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractIERC20Transactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractIERC20 creates a new instance of ContractIERC20, bound to a specific deployed contract.
func NewContractIERC20(address common.Address, backend bind.ContractBackend) (*ContractIERC20, error)
⋮----
// NewContractIERC20Caller creates a new read-only instance of ContractIERC20, bound to a specific deployed contract.
func NewContractIERC20Caller(address common.Address, caller bind.ContractCaller) (*ContractIERC20Caller, error)
⋮----
// NewContractIERC20Transactor creates a new write-only instance of ContractIERC20, bound to a specific deployed contract.
func NewContractIERC20Transactor(address common.Address, transactor bind.ContractTransactor) (*ContractIERC20Transactor, error)
⋮----
// NewContractIERC20Filterer creates a new log filterer instance of ContractIERC20, bound to a specific deployed contract.
func NewContractIERC20Filterer(address common.Address, filterer bind.ContractFilterer) (*ContractIERC20Filterer, error)
⋮----
// bindContractIERC20 binds a generic wrapper to an already deployed contract.
func bindContractIERC20(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractIERC20 *ContractIERC20Raw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractIERC20 *ContractIERC20Raw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractIERC20 *ContractIERC20Raw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.
//
// Solidity: function allowance(address owner, address spender) view returns(uint256)
func (_ContractIERC20 *ContractIERC20Caller) Allowance(opts *bind.CallOpts, owner common.Address, spender common.Address) (*big.Int, error)
⋮----
var out []interface{}
⋮----
// BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
⋮----
// Solidity: function balanceOf(address account) view returns(uint256)
func (_ContractIERC20 *ContractIERC20Caller) BalanceOf(opts *bind.CallOpts, account common.Address) (*big.Int, error)
⋮----
// Decimals is a free data retrieval call binding the contract method 0x313ce567.
⋮----
// Solidity: function decimals() view returns(uint8)
func (_ContractIERC20 *ContractIERC20Caller) Decimals(opts *bind.CallOpts) (uint8, error)
⋮----
// Name is a free data retrieval call binding the contract method 0x06fdde03.
⋮----
// Solidity: function name() view returns(string)
func (_ContractIERC20 *ContractIERC20Caller) Name(opts *bind.CallOpts) (string, error)
⋮----
// Symbol is a free data retrieval call binding the contract method 0x95d89b41.
⋮----
// Solidity: function symbol() view returns(string)
func (_ContractIERC20 *ContractIERC20Caller) Symbol(opts *bind.CallOpts) (string, error)
⋮----
// TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
⋮----
// Solidity: function totalSupply() view returns(uint256)
func (_ContractIERC20 *ContractIERC20Caller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)
⋮----
// Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
⋮----
// Solidity: function approve(address spender, uint256 amount) returns(bool)
func (_ContractIERC20 *ContractIERC20Transactor) Approve(opts *bind.TransactOpts, spender common.Address, amount *big.Int) (*types.Transaction, error)
⋮----
// Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.
⋮----
// Solidity: function transfer(address to, uint256 amount) returns(bool)
⋮----
// TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
⋮----
// Solidity: function transferFrom(address from, address to, uint256 amount) returns(bool)
func (_ContractIERC20 *ContractIERC20Transactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, amount *big.Int) (*types.Transaction, error)
⋮----
// ContractIERC20ApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the ContractIERC20 contract.
type ContractIERC20ApprovalIterator struct {
	Event *ContractIERC20Approval // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIERC20Approval // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractIERC20ApprovalIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractIERC20ApprovalIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractIERC20ApprovalIterator) Close() error
⋮----
// ContractIERC20Approval represents a Approval event raised by the ContractIERC20 contract.
type ContractIERC20Approval struct {
	Owner   common.Address
	Spender common.Address
	Value   *big.Int
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterApproval is a free log retrieval operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
⋮----
// Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)
func (_ContractIERC20 *ContractIERC20Filterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*ContractIERC20ApprovalIterator, error)
⋮----
var ownerRule []interface{}
⋮----
var spenderRule []interface{}
⋮----
// WatchApproval is a free log subscription operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
⋮----
func (_ContractIERC20 *ContractIERC20Filterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *ContractIERC20Approval, owner []common.Address, spender []common.Address) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseApproval is a log parse operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
⋮----
func (_ContractIERC20 *ContractIERC20Filterer) ParseApproval(log types.Log) (*ContractIERC20Approval, error)
⋮----
// ContractIERC20TransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the ContractIERC20 contract.
type ContractIERC20TransferIterator struct {
	Event *ContractIERC20Transfer // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIERC20Transfer // Event containing the contract specifics and raw log
⋮----
// ContractIERC20Transfer represents a Transfer event raised by the ContractIERC20 contract.
type ContractIERC20Transfer struct {
	From  common.Address
	To    common.Address
	Value *big.Int
	Raw   types.Log // Blockchain specific contextual infos
}
⋮----
Raw   types.Log // Blockchain specific contextual infos
⋮----
// FilterTransfer is a free log retrieval operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
⋮----
// Solidity: event Transfer(address indexed from, address indexed to, uint256 value)
func (_ContractIERC20 *ContractIERC20Filterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*ContractIERC20TransferIterator, error)
⋮----
var fromRule []interface{}
⋮----
var toRule []interface{}
⋮----
// WatchTransfer is a free log subscription operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
⋮----
func (_ContractIERC20 *ContractIERC20Filterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *ContractIERC20Transfer, from []common.Address, to []common.Address) (event.Subscription, error)
⋮----
// ParseTransfer is a log parse operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
⋮----
func (_ContractIERC20 *ContractIERC20Filterer) ParseTransfer(log types.Log) (*ContractIERC20Transfer, error)
````

## File: contracts/bindings/IndexRegistry/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractIndexRegistry
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// IIndexRegistryTypesOperatorUpdate is an auto generated low-level Go binding around an user-defined struct.
type IIndexRegistryTypesOperatorUpdate struct {
	FromBlockNumber uint32
	OperatorId      [32]byte
}
⋮----
// IIndexRegistryTypesQuorumUpdate is an auto generated low-level Go binding around an user-defined struct.
type IIndexRegistryTypesQuorumUpdate struct {
	FromBlockNumber uint32
	NumOperators    uint32
}
⋮----
// ContractIndexRegistryMetaData contains all meta data concerning the ContractIndexRegistry contract.
var ContractIndexRegistryMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"_slashingRegistryCoordinator\",\"type\":\"address\",\"internalType\":\"contractISlashingRegistryCoordinator\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"OPERATOR_DOES_NOT_EXIST_ID\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"currentOperatorIndex\",\"inputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"deregisterOperator\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"getLatestOperatorUpdate\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"operatorIndex\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIIndexRegistryTypes.OperatorUpdate\",\"components\":[{\"name\":\"fromBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getLatestQuorumUpdate\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIIndexRegistryTypes.QuorumUpdate\",\"components\":[{\"name\":\"fromBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"numOperators\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorListAtBlockNumber\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32[]\",\"internalType\":\"bytes32[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorUpdateAtIndex\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"operatorIndex\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"arrayIndex\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIIndexRegistryTypes.OperatorUpdate\",\"components\":[{\"name\":\"fromBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getQuorumUpdateAtIndex\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"quorumIndex\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIIndexRegistryTypes.QuorumUpdate\",\"components\":[{\"name\":\"fromBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"numOperators\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"initializeQuorum\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"registerOperator\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"registryCoordinator\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"totalOperatorsForQuorum\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"totalOperatorsForQuorumAtBlockNumber\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"QuorumIndexUpdate\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"},{\"name\":\"newOperatorIndex\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"}],\"anonymous\":false},{\"type\":\"error\",\"name\":\"OnlyRegistryCoordinator\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OperatorIdDoesNotExist\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"QuorumDoesNotExist\",\"inputs\":[]}]",
	Bin: "0x60a060405234801561000f575f5ffd5b5060405161116338038061116383398101604081905261002e91610107565b6001600160a01b0381166080528061004461004b565b5050610134565b5f54610100900460ff16156100b65760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b5f5460ff90811614610105575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b5f60208284031215610117575f5ffd5b81516001600160a01b038116811461012d575f5ffd5b9392505050565b6080516110106101535f395f8181610158015261078d01526110105ff3fe608060405234801561000f575f5ffd5b50600436106100ca575f3560e01c80638121906f11610088578063bd29b8cd11610063578063bd29b8cd14610224578063caa3cd7614610237578063e2e685801461024c578063f34109221461027c575f5ffd5b80638121906f146101ba57806389026245146101f1578063a48bb0ac14610211575f5ffd5b8062bff04d146100ce57806312d1d74d146100f757806326d941f21461012b5780632ed583e5146101405780636d14a987146101535780637b5d26be14610192575b5f5ffd5b6100e16100dc366004610d6e565b61028f565b6040516100ee9190610de5565b60405180910390f35b61010a610105366004610e55565b610398565b60408051825163ffffffff16815260209283015192810192909252016100ee565b61013e610139366004610e86565b6103dd565b005b61010a61014e366004610e9f565b610476565b61017a7f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b0390911681526020016100ee565b6101a56101a0366004610e55565b6104f9565b60405163ffffffff90911681526020016100ee565b6101cd6101c8366004610e86565b610504565b60408051825163ffffffff90811682526020938401511692810192909252016100ee565b6102046101ff366004610e55565b61054a565b6040516100ee9190610edf565b6101cd61021f366004610e55565b61062a565b61013e610232366004610d6e565b61069e565b61023e5f81565b6040519081526020016100ee565b6101a561025a366004610f16565b600160209081525f928352604080842090915290825290205463ffffffff1681565b6101a561028a366004610e86565b610764565b6060610299610782565b5f8267ffffffffffffffff8111156102b3576102b3610f3e565b6040519080825280602002602001820160405280156102dc578160200160208202803683370190505b5090505f5b8381101561038d575f8585838181106102fc576102fc610f52565b919091013560f81c5f8181526003602052604081205491935090915081900361033857604051637310cff560e11b815260040160405180910390fd5b5f610342836107cd565b90506103598984610354600185610f7a565b6108c4565b8085858151811061036c5761036c610f52565b63ffffffff92909216602092830291909101909101525050506001016102e1565b5090505b9392505050565b604080518082019091525f80825260208201526103b5838361094c565b60408051808201909152815463ffffffff168152600190910154602082015290505b92915050565b6103e5610782565b60ff81165f908152600360205260409020541561041557604051637310cff560e11b815260040160405180910390fd5b60ff165f908152600360209081526040808320815180830190925263ffffffff438116835282840185815282546001810184559286529390942091519101805492518416600160201b0267ffffffffffffffff199093169190931617179055565b604080518082019091525f808252602082015260ff84165f90815260026020908152604080832063ffffffff808816855292529091208054909184169081106104c1576104c1610f52565b5f91825260209182902060408051808201909152600290920201805463ffffffff168252600101549181019190915290509392505050565b5f61039183836109a1565b604080518082019091525f808252602082015261052082610ad7565b60408051808201909152905463ffffffff8082168352600160201b90910416602082015292915050565b60605f61055784846109a1565b90505f8163ffffffff1667ffffffffffffffff81111561057957610579610f3e565b6040519080825280602002602001820160405280156105a2578160200160208202803683370190505b5090505f5b8263ffffffff16811015610621576105c0868287610b16565b8282815181106105d2576105d2610f52565b6020026020010181815250505f5f1b8282815181106105f3576105f3610f52565b60200260200101510361061957604051637f12098d60e11b815260040160405180910390fd5b6001016105a7565b50949350505050565b604080518082019091525f808252602082015260ff83165f908152600360205260409020805463ffffffff841690811061066657610666610f52565b5f9182526020918290206040805180820190915291015463ffffffff8082168352600160201b90910416918101919091529392505050565b6106a6610782565b5f5b8181101561075e575f8383838181106106c3576106c3610f52565b919091013560f81c5f818152600360205260408120549193509091508190036106ff57604051637310cff560e11b815260040160405180910390fd5b60ff82165f90815260016020908152604080832089845290915281205463ffffffff169061072c84610be9565b90505f6107398583610c21565b905080891461074d5761074d8186856108c4565b5050600190930192506106a8915050565b50505050565b5f61076e82610ad7565b54600160201b900463ffffffff1692915050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146107cb57604051634394dbdf60e11b815260040160405180910390fd5b565b5f5f6107d883610ad7565b80549091505f906107f790600160201b900463ffffffff166001610f96565b9050610804848383610c49565b60ff84165f90815260026020526040812090610821600184610f7a565b63ffffffff16815260208101919091526040015f9081205490036103915760ff84165f9081526002602052604081209061085c600184610f7a565b63ffffffff908116825260208083019390935260409182015f908120835180850190945243831684528385018281528154600180820184559284529590922093516002909502909301805463ffffffff19169490921693909317815591519101559392505050565b5f6108cf838361094c565b90506108dd83838387610ce6565b60ff83165f818152600160209081526040808320888452825291829020805463ffffffff191663ffffffff871690811790915582519384529083015285917f6ee1e4f4075f3d067176140d34e87874244dd273294c05b2218133e49a2ba6f6910160405180910390a250505050565b60ff82165f90815260026020908152604080832063ffffffff85168452909152812080549061097c600183610fb2565b8154811061098c5761098c610f52565b905f5260205f20906002020191505092915050565b60ff82165f90815260036020526040812054805b8015610a465760ff85165f9081526003602052604081206109d7600184610fb2565b815481106109e7576109e7610f52565b5f9182526020918290206040805180820190915291015463ffffffff808216808452600160201b90920481169383019390935290925090861610610a33576020015192506103d7915050565b5080610a3e81610fc5565b9150506109b5565b5060405162461bcd60e51b815260206004820152605560248201527f496e64657852656769737472792e5f6f70657261746f72436f756e744174426c60448201527f6f636b4e756d6265723a2071756f72756d20646964206e6f742065786973742060648201527430ba1033b4bb32b710313637b1b590373ab6b132b960591b608482015260a40160405180910390fd5b60ff81165f908152600360205260408120805490610af6600183610fb2565b81548110610b0657610b06610f52565b905f5260205f2001915050919050565b60ff83165f90815260026020908152604080832063ffffffff86168452909152812054805b8015610bde5760ff86165f90815260026020908152604080832063ffffffff891684529091528120610b6e600184610fb2565b81548110610b7e57610b7e610f52565b5f91825260209182902060408051808201909152600290920201805463ffffffff9081168084526001909201549383019390935290925090861610610bcb57602001519250610391915050565b5080610bd681610fc5565b915050610b3b565b505f95945050505050565b5f5f610bf483610ad7565b80549091505f90610c1490600190600160201b900463ffffffff16610f7a565b9050610391848383610c49565b5f5f610c2d848461094c565b6001810154909150610c418585845f610ce6565b949350505050565b815463ffffffff438116911603610c7e57815463ffffffff8216600160201b0267ffffffff0000000019909116178255505050565b60ff83165f908152600360209081526040808320815180830190925263ffffffff438116835285811683850190815282546001810184559286529390942091519101805492518416600160201b0267ffffffffffffffff199093169190931617179055505050565b815463ffffffff438116911603610d03576001820181905561075e565b60ff939093165f90815260026020818152604080842063ffffffff968716855282528084208151808301909252438716825281830197885280546001808201835591865292909420905191909202909101805463ffffffff1916919094161783559251919092015550565b5f5f5f60408486031215610d80575f5ffd5b83359250602084013567ffffffffffffffff811115610d9d575f5ffd5b8401601f81018613610dad575f5ffd5b803567ffffffffffffffff811115610dc3575f5ffd5b866020828401011115610dd4575f5ffd5b939660209190910195509293505050565b602080825282518282018190525f918401906040840190835b81811015610e2257835163ffffffff16835260209384019390920191600101610dfe565b509095945050505050565b803560ff81168114610e3d575f5ffd5b919050565b803563ffffffff81168114610e3d575f5ffd5b5f5f60408385031215610e66575f5ffd5b610e6f83610e2d565b9150610e7d60208401610e42565b90509250929050565b5f60208284031215610e96575f5ffd5b61039182610e2d565b5f5f5f60608486031215610eb1575f5ffd5b610eba84610e2d565b9250610ec860208501610e42565b9150610ed660408501610e42565b90509250925092565b602080825282518282018190525f918401906040840190835b81811015610e22578351835260209384019390920191600101610ef8565b5f5f60408385031215610f27575f5ffd5b610f3083610e2d565b946020939093013593505050565b634e487b7160e01b5f52604160045260245ffd5b634e487b7160e01b5f52603260045260245ffd5b634e487b7160e01b5f52601160045260245ffd5b63ffffffff82811682821603908111156103d7576103d7610f66565b63ffffffff81811683821601908111156103d7576103d7610f66565b818103818111156103d7576103d7610f66565b5f81610fd357610fd3610f66565b505f19019056fea26469706673582212202ffa0f0ada7c4746a01956769e2fa4c9c2f3737998fe9dbb10c5a0d97f31b81c64736f6c634300081b0033",
}
⋮----
// ContractIndexRegistryABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractIndexRegistryMetaData.ABI instead.
var ContractIndexRegistryABI = ContractIndexRegistryMetaData.ABI
⋮----
// ContractIndexRegistryBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractIndexRegistryMetaData.Bin instead.
var ContractIndexRegistryBin = ContractIndexRegistryMetaData.Bin
⋮----
// DeployContractIndexRegistry deploys a new Ethereum contract, binding an instance of ContractIndexRegistry to it.
func DeployContractIndexRegistry(auth *bind.TransactOpts, backend bind.ContractBackend, _slashingRegistryCoordinator common.Address) (common.Address, *types.Transaction, *ContractIndexRegistry, error)
⋮----
// ContractIndexRegistryMethods is an auto generated interface around an Ethereum contract.
type ContractIndexRegistryMethods interface {
	ContractIndexRegistryCalls
	ContractIndexRegistryTransacts
	ContractIndexRegistryFilters
}
⋮----
// ContractIndexRegistryCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractIndexRegistryCalls interface {
	OPERATORDOESNOTEXISTID(opts *bind.CallOpts) ([32]byte, error)

	CurrentOperatorIndex(opts *bind.CallOpts, arg0 uint8, arg1 [32]byte) (uint32, error)

	GetLatestOperatorUpdate(opts *bind.CallOpts, quorumNumber uint8, operatorIndex uint32) (IIndexRegistryTypesOperatorUpdate, error)

	GetLatestQuorumUpdate(opts *bind.CallOpts, quorumNumber uint8) (IIndexRegistryTypesQuorumUpdate, error)

	GetOperatorListAtBlockNumber(opts *bind.CallOpts, quorumNumber uint8, blockNumber uint32) ([][32]byte, error)

	GetOperatorUpdateAtIndex(opts *bind.CallOpts, quorumNumber uint8, operatorIndex uint32, arrayIndex uint32) (IIndexRegistryTypesOperatorUpdate, error)

	GetQuorumUpdateAtIndex(opts *bind.CallOpts, quorumNumber uint8, quorumIndex uint32) (IIndexRegistryTypesQuorumUpdate, error)

	RegistryCoordinator(opts *bind.CallOpts) (common.Address, error)

	TotalOperatorsForQuorum(opts *bind.CallOpts, quorumNumber uint8) (uint32, error)

	TotalOperatorsForQuorumAtBlockNumber(opts *bind.CallOpts, quorumNumber uint8, blockNumber uint32) (uint32, error)
}
⋮----
// ContractIndexRegistryTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractIndexRegistryTransacts interface {
	DeregisterOperator(opts *bind.TransactOpts, operatorId [32]byte, quorumNumbers []byte) (*types.Transaction, error)

	InitializeQuorum(opts *bind.TransactOpts, quorumNumber uint8) (*types.Transaction, error)

	RegisterOperator(opts *bind.TransactOpts, operatorId [32]byte, quorumNumbers []byte) (*types.Transaction, error)
}
⋮----
// ContractIndexRegistryFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractIndexRegistryFilters interface {
	FilterInitialized(opts *bind.FilterOpts) (*ContractIndexRegistryInitializedIterator, error)
	WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractIndexRegistryInitialized) (event.Subscription, error)
	ParseInitialized(log types.Log) (*ContractIndexRegistryInitialized, error)

	FilterQuorumIndexUpdate(opts *bind.FilterOpts, operatorId [][32]byte) (*ContractIndexRegistryQuorumIndexUpdateIterator, error)
	WatchQuorumIndexUpdate(opts *bind.WatchOpts, sink chan<- *ContractIndexRegistryQuorumIndexUpdate, operatorId [][32]byte) (event.Subscription, error)
	ParseQuorumIndexUpdate(log types.Log) (*ContractIndexRegistryQuorumIndexUpdate, error)
}
⋮----
// ContractIndexRegistry is an auto generated Go binding around an Ethereum contract.
type ContractIndexRegistry struct {
	ContractIndexRegistryCaller     // Read-only binding to the contract
	ContractIndexRegistryTransactor // Write-only binding to the contract
	ContractIndexRegistryFilterer   // Log filterer for contract events
}
⋮----
ContractIndexRegistryCaller     // Read-only binding to the contract
ContractIndexRegistryTransactor // Write-only binding to the contract
ContractIndexRegistryFilterer   // Log filterer for contract events
⋮----
// ContractIndexRegistry implements the ContractIndexRegistryMethods interface.
var _ ContractIndexRegistryMethods = (*ContractIndexRegistry)(nil)
⋮----
// ContractIndexRegistryCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractIndexRegistryCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractIndexRegistryCaller implements the ContractIndexRegistryCalls interface.
var _ ContractIndexRegistryCalls = (*ContractIndexRegistryCaller)(nil)
⋮----
// ContractIndexRegistryTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractIndexRegistryTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractIndexRegistryTransactor implements the ContractIndexRegistryTransacts interface.
var _ ContractIndexRegistryTransacts = (*ContractIndexRegistryTransactor)(nil)
⋮----
// ContractIndexRegistryFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractIndexRegistryFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractIndexRegistryFilterer implements the ContractIndexRegistryFilters interface.
var _ ContractIndexRegistryFilters = (*ContractIndexRegistryFilterer)(nil)
⋮----
// ContractIndexRegistrySession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractIndexRegistrySession struct {
	Contract     *ContractIndexRegistry // Generic contract binding to set the session for
	CallOpts     bind.CallOpts          // Call options to use throughout this session
	TransactOpts bind.TransactOpts      // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractIndexRegistry // Generic contract binding to set the session for
CallOpts     bind.CallOpts          // Call options to use throughout this session
TransactOpts bind.TransactOpts      // Transaction auth options to use throughout this session
⋮----
// ContractIndexRegistryCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractIndexRegistryCallerSession struct {
	Contract *ContractIndexRegistryCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                // Call options to use throughout this session
}
⋮----
Contract *ContractIndexRegistryCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                // Call options to use throughout this session
⋮----
// ContractIndexRegistryTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractIndexRegistryTransactorSession struct {
	Contract     *ContractIndexRegistryTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractIndexRegistryTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                // Transaction auth options to use throughout this session
⋮----
// ContractIndexRegistryRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractIndexRegistryRaw struct {
	Contract *ContractIndexRegistry // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractIndexRegistry // Generic contract binding to access the raw methods on
⋮----
// ContractIndexRegistryCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractIndexRegistryCallerRaw struct {
	Contract *ContractIndexRegistryCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractIndexRegistryCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractIndexRegistryTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractIndexRegistryTransactorRaw struct {
	Contract *ContractIndexRegistryTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractIndexRegistryTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractIndexRegistry creates a new instance of ContractIndexRegistry, bound to a specific deployed contract.
func NewContractIndexRegistry(address common.Address, backend bind.ContractBackend) (*ContractIndexRegistry, error)
⋮----
// NewContractIndexRegistryCaller creates a new read-only instance of ContractIndexRegistry, bound to a specific deployed contract.
func NewContractIndexRegistryCaller(address common.Address, caller bind.ContractCaller) (*ContractIndexRegistryCaller, error)
⋮----
// NewContractIndexRegistryTransactor creates a new write-only instance of ContractIndexRegistry, bound to a specific deployed contract.
func NewContractIndexRegistryTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractIndexRegistryTransactor, error)
⋮----
// NewContractIndexRegistryFilterer creates a new log filterer instance of ContractIndexRegistry, bound to a specific deployed contract.
func NewContractIndexRegistryFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractIndexRegistryFilterer, error)
⋮----
// bindContractIndexRegistry binds a generic wrapper to an already deployed contract.
func bindContractIndexRegistry(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractIndexRegistry *ContractIndexRegistryRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractIndexRegistry *ContractIndexRegistryRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractIndexRegistry *ContractIndexRegistryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// OPERATORDOESNOTEXISTID is a free data retrieval call binding the contract method 0xcaa3cd76.
//
// Solidity: function OPERATOR_DOES_NOT_EXIST_ID() view returns(bytes32)
func (_ContractIndexRegistry *ContractIndexRegistryCaller) OPERATORDOESNOTEXISTID(opts *bind.CallOpts) ([32]byte, error)
⋮----
var out []interface{}
⋮----
// CurrentOperatorIndex is a free data retrieval call binding the contract method 0xe2e68580.
⋮----
// Solidity: function currentOperatorIndex(uint8 , bytes32 ) view returns(uint32)
func (_ContractIndexRegistry *ContractIndexRegistryCaller) CurrentOperatorIndex(opts *bind.CallOpts, arg0 uint8, arg1 [32]byte) (uint32, error)
⋮----
// GetLatestOperatorUpdate is a free data retrieval call binding the contract method 0x12d1d74d.
⋮----
// Solidity: function getLatestOperatorUpdate(uint8 quorumNumber, uint32 operatorIndex) view returns((uint32,bytes32))
func (_ContractIndexRegistry *ContractIndexRegistryCaller) GetLatestOperatorUpdate(opts *bind.CallOpts, quorumNumber uint8, operatorIndex uint32) (IIndexRegistryTypesOperatorUpdate, error)
⋮----
// GetLatestQuorumUpdate is a free data retrieval call binding the contract method 0x8121906f.
⋮----
// Solidity: function getLatestQuorumUpdate(uint8 quorumNumber) view returns((uint32,uint32))
func (_ContractIndexRegistry *ContractIndexRegistryCaller) GetLatestQuorumUpdate(opts *bind.CallOpts, quorumNumber uint8) (IIndexRegistryTypesQuorumUpdate, error)
⋮----
// GetOperatorListAtBlockNumber is a free data retrieval call binding the contract method 0x89026245.
⋮----
// Solidity: function getOperatorListAtBlockNumber(uint8 quorumNumber, uint32 blockNumber) view returns(bytes32[])
func (_ContractIndexRegistry *ContractIndexRegistryCaller) GetOperatorListAtBlockNumber(opts *bind.CallOpts, quorumNumber uint8, blockNumber uint32) ([][32]byte, error)
⋮----
// GetOperatorUpdateAtIndex is a free data retrieval call binding the contract method 0x2ed583e5.
⋮----
// Solidity: function getOperatorUpdateAtIndex(uint8 quorumNumber, uint32 operatorIndex, uint32 arrayIndex) view returns((uint32,bytes32))
func (_ContractIndexRegistry *ContractIndexRegistryCaller) GetOperatorUpdateAtIndex(opts *bind.CallOpts, quorumNumber uint8, operatorIndex uint32, arrayIndex uint32) (IIndexRegistryTypesOperatorUpdate, error)
⋮----
// GetQuorumUpdateAtIndex is a free data retrieval call binding the contract method 0xa48bb0ac.
⋮----
// Solidity: function getQuorumUpdateAtIndex(uint8 quorumNumber, uint32 quorumIndex) view returns((uint32,uint32))
func (_ContractIndexRegistry *ContractIndexRegistryCaller) GetQuorumUpdateAtIndex(opts *bind.CallOpts, quorumNumber uint8, quorumIndex uint32) (IIndexRegistryTypesQuorumUpdate, error)
⋮----
// RegistryCoordinator is a free data retrieval call binding the contract method 0x6d14a987.
⋮----
// Solidity: function registryCoordinator() view returns(address)
func (_ContractIndexRegistry *ContractIndexRegistryCaller) RegistryCoordinator(opts *bind.CallOpts) (common.Address, error)
⋮----
// TotalOperatorsForQuorum is a free data retrieval call binding the contract method 0xf3410922.
⋮----
// Solidity: function totalOperatorsForQuorum(uint8 quorumNumber) view returns(uint32)
func (_ContractIndexRegistry *ContractIndexRegistryCaller) TotalOperatorsForQuorum(opts *bind.CallOpts, quorumNumber uint8) (uint32, error)
⋮----
// TotalOperatorsForQuorumAtBlockNumber is a free data retrieval call binding the contract method 0x7b5d26be.
⋮----
// Solidity: function totalOperatorsForQuorumAtBlockNumber(uint8 quorumNumber, uint32 blockNumber) view returns(uint32)
func (_ContractIndexRegistry *ContractIndexRegistryCaller) TotalOperatorsForQuorumAtBlockNumber(opts *bind.CallOpts, quorumNumber uint8, blockNumber uint32) (uint32, error)
⋮----
// DeregisterOperator is a paid mutator transaction binding the contract method 0xbd29b8cd.
⋮----
// Solidity: function deregisterOperator(bytes32 operatorId, bytes quorumNumbers) returns()
func (_ContractIndexRegistry *ContractIndexRegistryTransactor) DeregisterOperator(opts *bind.TransactOpts, operatorId [32]byte, quorumNumbers []byte) (*types.Transaction, error)
⋮----
// InitializeQuorum is a paid mutator transaction binding the contract method 0x26d941f2.
⋮----
// Solidity: function initializeQuorum(uint8 quorumNumber) returns()
func (_ContractIndexRegistry *ContractIndexRegistryTransactor) InitializeQuorum(opts *bind.TransactOpts, quorumNumber uint8) (*types.Transaction, error)
⋮----
// RegisterOperator is a paid mutator transaction binding the contract method 0x00bff04d.
⋮----
// Solidity: function registerOperator(bytes32 operatorId, bytes quorumNumbers) returns(uint32[])
func (_ContractIndexRegistry *ContractIndexRegistryTransactor) RegisterOperator(opts *bind.TransactOpts, operatorId [32]byte, quorumNumbers []byte) (*types.Transaction, error)
⋮----
// ContractIndexRegistryInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the ContractIndexRegistry contract.
type ContractIndexRegistryInitializedIterator struct {
	Event *ContractIndexRegistryInitialized // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIndexRegistryInitialized // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractIndexRegistryInitializedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractIndexRegistryInitializedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractIndexRegistryInitializedIterator) Close() error
⋮----
// ContractIndexRegistryInitialized represents a Initialized event raised by the ContractIndexRegistry contract.
type ContractIndexRegistryInitialized struct {
	Version uint8
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
// Solidity: event Initialized(uint8 version)
func (_ContractIndexRegistry *ContractIndexRegistryFilterer) FilterInitialized(opts *bind.FilterOpts) (*ContractIndexRegistryInitializedIterator, error)
⋮----
// WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractIndexRegistry *ContractIndexRegistryFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractIndexRegistryInitialized) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractIndexRegistry *ContractIndexRegistryFilterer) ParseInitialized(log types.Log) (*ContractIndexRegistryInitialized, error)
⋮----
// ContractIndexRegistryQuorumIndexUpdateIterator is returned from FilterQuorumIndexUpdate and is used to iterate over the raw logs and unpacked data for QuorumIndexUpdate events raised by the ContractIndexRegistry contract.
type ContractIndexRegistryQuorumIndexUpdateIterator struct {
	Event *ContractIndexRegistryQuorumIndexUpdate // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIndexRegistryQuorumIndexUpdate // Event containing the contract specifics and raw log
⋮----
// ContractIndexRegistryQuorumIndexUpdate represents a QuorumIndexUpdate event raised by the ContractIndexRegistry contract.
type ContractIndexRegistryQuorumIndexUpdate struct {
	OperatorId       [32]byte
	QuorumNumber     uint8
	NewOperatorIndex uint32
	Raw              types.Log // Blockchain specific contextual infos
}
⋮----
Raw              types.Log // Blockchain specific contextual infos
⋮----
// FilterQuorumIndexUpdate is a free log retrieval operation binding the contract event 0x6ee1e4f4075f3d067176140d34e87874244dd273294c05b2218133e49a2ba6f6.
⋮----
// Solidity: event QuorumIndexUpdate(bytes32 indexed operatorId, uint8 quorumNumber, uint32 newOperatorIndex)
func (_ContractIndexRegistry *ContractIndexRegistryFilterer) FilterQuorumIndexUpdate(opts *bind.FilterOpts, operatorId [][32]byte) (*ContractIndexRegistryQuorumIndexUpdateIterator, error)
⋮----
var operatorIdRule []interface{}
⋮----
// WatchQuorumIndexUpdate is a free log subscription operation binding the contract event 0x6ee1e4f4075f3d067176140d34e87874244dd273294c05b2218133e49a2ba6f6.
⋮----
func (_ContractIndexRegistry *ContractIndexRegistryFilterer) WatchQuorumIndexUpdate(opts *bind.WatchOpts, sink chan<- *ContractIndexRegistryQuorumIndexUpdate, operatorId [][32]byte) (event.Subscription, error)
⋮----
// ParseQuorumIndexUpdate is a log parse operation binding the contract event 0x6ee1e4f4075f3d067176140d34e87874244dd273294c05b2218133e49a2ba6f6.
⋮----
func (_ContractIndexRegistry *ContractIndexRegistryFilterer) ParseQuorumIndexUpdate(log types.Log) (*ContractIndexRegistryQuorumIndexUpdate, error)
````

## File: contracts/bindings/IStrategy/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractIStrategy
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// ContractIStrategyMetaData contains all meta data concerning the ContractIStrategy contract.
var ContractIStrategyMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"function\",\"name\":\"deposit\",\"inputs\":[{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"explanation\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"shares\",\"inputs\":[{\"name\":\"user\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"sharesToUnderlying\",\"inputs\":[{\"name\":\"amountShares\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"sharesToUnderlyingView\",\"inputs\":[{\"name\":\"amountShares\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"totalShares\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"underlyingToShares\",\"inputs\":[{\"name\":\"amountUnderlying\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"underlyingToSharesView\",\"inputs\":[{\"name\":\"amountUnderlying\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"underlyingToken\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIERC20\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"userUnderlying\",\"inputs\":[{\"name\":\"user\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"userUnderlyingView\",\"inputs\":[{\"name\":\"user\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"version\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"withdraw\",\"inputs\":[{\"name\":\"recipient\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"amountShares\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"event\",\"name\":\"ExchangeRateEmitted\",\"inputs\":[{\"name\":\"rate\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StrategyTokenSet\",\"inputs\":[{\"name\":\"token\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIERC20\"},{\"name\":\"decimals\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"error\",\"name\":\"BalanceExceedsMaxTotalDeposits\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"MaxPerDepositExceedsMax\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"NewSharesZero\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyStrategyManager\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyUnderlyingToken\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"TotalSharesExceedsMax\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"WithdrawalAmountExceedsTotalDeposits\",\"inputs\":[]}]",
}
⋮----
// ContractIStrategyABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractIStrategyMetaData.ABI instead.
var ContractIStrategyABI = ContractIStrategyMetaData.ABI
⋮----
// ContractIStrategyMethods is an auto generated interface around an Ethereum contract.
type ContractIStrategyMethods interface {
	ContractIStrategyCalls
	ContractIStrategyTransacts
	ContractIStrategyFilters
}
⋮----
// ContractIStrategyCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractIStrategyCalls interface {
	Explanation(opts *bind.CallOpts) (string, error)

	Shares(opts *bind.CallOpts, user common.Address) (*big.Int, error)

	SharesToUnderlyingView(opts *bind.CallOpts, amountShares *big.Int) (*big.Int, error)

	TotalShares(opts *bind.CallOpts) (*big.Int, error)

	UnderlyingToSharesView(opts *bind.CallOpts, amountUnderlying *big.Int) (*big.Int, error)

	UnderlyingToken(opts *bind.CallOpts) (common.Address, error)

	UserUnderlyingView(opts *bind.CallOpts, user common.Address) (*big.Int, error)

	Version(opts *bind.CallOpts) (string, error)
}
⋮----
// ContractIStrategyTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractIStrategyTransacts interface {
	Deposit(opts *bind.TransactOpts, token common.Address, amount *big.Int) (*types.Transaction, error)

	SharesToUnderlying(opts *bind.TransactOpts, amountShares *big.Int) (*types.Transaction, error)

	UnderlyingToShares(opts *bind.TransactOpts, amountUnderlying *big.Int) (*types.Transaction, error)

	UserUnderlying(opts *bind.TransactOpts, user common.Address) (*types.Transaction, error)

	Withdraw(opts *bind.TransactOpts, recipient common.Address, token common.Address, amountShares *big.Int) (*types.Transaction, error)
}
⋮----
// ContractIStrategyFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractIStrategyFilters interface {
	FilterExchangeRateEmitted(opts *bind.FilterOpts) (*ContractIStrategyExchangeRateEmittedIterator, error)
	WatchExchangeRateEmitted(opts *bind.WatchOpts, sink chan<- *ContractIStrategyExchangeRateEmitted) (event.Subscription, error)
	ParseExchangeRateEmitted(log types.Log) (*ContractIStrategyExchangeRateEmitted, error)

	FilterStrategyTokenSet(opts *bind.FilterOpts) (*ContractIStrategyStrategyTokenSetIterator, error)
	WatchStrategyTokenSet(opts *bind.WatchOpts, sink chan<- *ContractIStrategyStrategyTokenSet) (event.Subscription, error)
	ParseStrategyTokenSet(log types.Log) (*ContractIStrategyStrategyTokenSet, error)
}
⋮----
// ContractIStrategy is an auto generated Go binding around an Ethereum contract.
type ContractIStrategy struct {
	ContractIStrategyCaller     // Read-only binding to the contract
	ContractIStrategyTransactor // Write-only binding to the contract
	ContractIStrategyFilterer   // Log filterer for contract events
}
⋮----
ContractIStrategyCaller     // Read-only binding to the contract
ContractIStrategyTransactor // Write-only binding to the contract
ContractIStrategyFilterer   // Log filterer for contract events
⋮----
// ContractIStrategy implements the ContractIStrategyMethods interface.
var _ ContractIStrategyMethods = (*ContractIStrategy)(nil)
⋮----
// ContractIStrategyCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractIStrategyCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractIStrategyCaller implements the ContractIStrategyCalls interface.
var _ ContractIStrategyCalls = (*ContractIStrategyCaller)(nil)
⋮----
// ContractIStrategyTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractIStrategyTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractIStrategyTransactor implements the ContractIStrategyTransacts interface.
var _ ContractIStrategyTransacts = (*ContractIStrategyTransactor)(nil)
⋮----
// ContractIStrategyFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractIStrategyFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractIStrategyFilterer implements the ContractIStrategyFilters interface.
var _ ContractIStrategyFilters = (*ContractIStrategyFilterer)(nil)
⋮----
// ContractIStrategySession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractIStrategySession struct {
	Contract     *ContractIStrategy // Generic contract binding to set the session for
	CallOpts     bind.CallOpts      // Call options to use throughout this session
	TransactOpts bind.TransactOpts  // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractIStrategy // Generic contract binding to set the session for
CallOpts     bind.CallOpts      // Call options to use throughout this session
TransactOpts bind.TransactOpts  // Transaction auth options to use throughout this session
⋮----
// ContractIStrategyCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractIStrategyCallerSession struct {
	Contract *ContractIStrategyCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts            // Call options to use throughout this session
}
⋮----
Contract *ContractIStrategyCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts            // Call options to use throughout this session
⋮----
// ContractIStrategyTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractIStrategyTransactorSession struct {
	Contract     *ContractIStrategyTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts            // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractIStrategyTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts            // Transaction auth options to use throughout this session
⋮----
// ContractIStrategyRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractIStrategyRaw struct {
	Contract *ContractIStrategy // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractIStrategy // Generic contract binding to access the raw methods on
⋮----
// ContractIStrategyCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractIStrategyCallerRaw struct {
	Contract *ContractIStrategyCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractIStrategyCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractIStrategyTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractIStrategyTransactorRaw struct {
	Contract *ContractIStrategyTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractIStrategyTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractIStrategy creates a new instance of ContractIStrategy, bound to a specific deployed contract.
func NewContractIStrategy(address common.Address, backend bind.ContractBackend) (*ContractIStrategy, error)
⋮----
// NewContractIStrategyCaller creates a new read-only instance of ContractIStrategy, bound to a specific deployed contract.
func NewContractIStrategyCaller(address common.Address, caller bind.ContractCaller) (*ContractIStrategyCaller, error)
⋮----
// NewContractIStrategyTransactor creates a new write-only instance of ContractIStrategy, bound to a specific deployed contract.
func NewContractIStrategyTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractIStrategyTransactor, error)
⋮----
// NewContractIStrategyFilterer creates a new log filterer instance of ContractIStrategy, bound to a specific deployed contract.
func NewContractIStrategyFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractIStrategyFilterer, error)
⋮----
// bindContractIStrategy binds a generic wrapper to an already deployed contract.
func bindContractIStrategy(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractIStrategy *ContractIStrategyRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractIStrategy *ContractIStrategyRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractIStrategy *ContractIStrategyRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// Explanation is a free data retrieval call binding the contract method 0xab5921e1.
//
// Solidity: function explanation() view returns(string)
func (_ContractIStrategy *ContractIStrategyCaller) Explanation(opts *bind.CallOpts) (string, error)
⋮----
var out []interface{}
⋮----
// Shares is a free data retrieval call binding the contract method 0xce7c2ac2.
⋮----
// Solidity: function shares(address user) view returns(uint256)
func (_ContractIStrategy *ContractIStrategyCaller) Shares(opts *bind.CallOpts, user common.Address) (*big.Int, error)
⋮----
// SharesToUnderlyingView is a free data retrieval call binding the contract method 0x7a8b2637.
⋮----
// Solidity: function sharesToUnderlyingView(uint256 amountShares) view returns(uint256)
func (_ContractIStrategy *ContractIStrategyCaller) SharesToUnderlyingView(opts *bind.CallOpts, amountShares *big.Int) (*big.Int, error)
⋮----
// TotalShares is a free data retrieval call binding the contract method 0x3a98ef39.
⋮----
// Solidity: function totalShares() view returns(uint256)
func (_ContractIStrategy *ContractIStrategyCaller) TotalShares(opts *bind.CallOpts) (*big.Int, error)
⋮----
// UnderlyingToSharesView is a free data retrieval call binding the contract method 0xe3dae51c.
⋮----
// Solidity: function underlyingToSharesView(uint256 amountUnderlying) view returns(uint256)
func (_ContractIStrategy *ContractIStrategyCaller) UnderlyingToSharesView(opts *bind.CallOpts, amountUnderlying *big.Int) (*big.Int, error)
⋮----
// UnderlyingToken is a free data retrieval call binding the contract method 0x2495a599.
⋮----
// Solidity: function underlyingToken() view returns(address)
func (_ContractIStrategy *ContractIStrategyCaller) UnderlyingToken(opts *bind.CallOpts) (common.Address, error)
⋮----
// UserUnderlyingView is a free data retrieval call binding the contract method 0x553ca5f8.
⋮----
// Solidity: function userUnderlyingView(address user) view returns(uint256)
func (_ContractIStrategy *ContractIStrategyCaller) UserUnderlyingView(opts *bind.CallOpts, user common.Address) (*big.Int, error)
⋮----
// Version is a free data retrieval call binding the contract method 0x54fd4d50.
⋮----
// Solidity: function version() view returns(string)
func (_ContractIStrategy *ContractIStrategyCaller) Version(opts *bind.CallOpts) (string, error)
⋮----
// Deposit is a paid mutator transaction binding the contract method 0x47e7ef24.
⋮----
// Solidity: function deposit(address token, uint256 amount) returns(uint256)
func (_ContractIStrategy *ContractIStrategyTransactor) Deposit(opts *bind.TransactOpts, token common.Address, amount *big.Int) (*types.Transaction, error)
⋮----
// SharesToUnderlying is a paid mutator transaction binding the contract method 0xf3e73875.
⋮----
// Solidity: function sharesToUnderlying(uint256 amountShares) returns(uint256)
func (_ContractIStrategy *ContractIStrategyTransactor) SharesToUnderlying(opts *bind.TransactOpts, amountShares *big.Int) (*types.Transaction, error)
⋮----
// UnderlyingToShares is a paid mutator transaction binding the contract method 0x8c871019.
⋮----
// Solidity: function underlyingToShares(uint256 amountUnderlying) returns(uint256)
func (_ContractIStrategy *ContractIStrategyTransactor) UnderlyingToShares(opts *bind.TransactOpts, amountUnderlying *big.Int) (*types.Transaction, error)
⋮----
// UserUnderlying is a paid mutator transaction binding the contract method 0x8f6a6240.
⋮----
// Solidity: function userUnderlying(address user) returns(uint256)
func (_ContractIStrategy *ContractIStrategyTransactor) UserUnderlying(opts *bind.TransactOpts, user common.Address) (*types.Transaction, error)
⋮----
// Withdraw is a paid mutator transaction binding the contract method 0xd9caed12.
⋮----
// Solidity: function withdraw(address recipient, address token, uint256 amountShares) returns()
func (_ContractIStrategy *ContractIStrategyTransactor) Withdraw(opts *bind.TransactOpts, recipient common.Address, token common.Address, amountShares *big.Int) (*types.Transaction, error)
⋮----
// ContractIStrategyExchangeRateEmittedIterator is returned from FilterExchangeRateEmitted and is used to iterate over the raw logs and unpacked data for ExchangeRateEmitted events raised by the ContractIStrategy contract.
type ContractIStrategyExchangeRateEmittedIterator struct {
	Event *ContractIStrategyExchangeRateEmitted // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIStrategyExchangeRateEmitted // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractIStrategyExchangeRateEmittedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractIStrategyExchangeRateEmittedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractIStrategyExchangeRateEmittedIterator) Close() error
⋮----
// ContractIStrategyExchangeRateEmitted represents a ExchangeRateEmitted event raised by the ContractIStrategy contract.
type ContractIStrategyExchangeRateEmitted struct {
	Rate *big.Int
	Raw  types.Log // Blockchain specific contextual infos
}
⋮----
Raw  types.Log // Blockchain specific contextual infos
⋮----
// FilterExchangeRateEmitted is a free log retrieval operation binding the contract event 0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8.
⋮----
// Solidity: event ExchangeRateEmitted(uint256 rate)
func (_ContractIStrategy *ContractIStrategyFilterer) FilterExchangeRateEmitted(opts *bind.FilterOpts) (*ContractIStrategyExchangeRateEmittedIterator, error)
⋮----
// WatchExchangeRateEmitted is a free log subscription operation binding the contract event 0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8.
⋮----
func (_ContractIStrategy *ContractIStrategyFilterer) WatchExchangeRateEmitted(opts *bind.WatchOpts, sink chan<- *ContractIStrategyExchangeRateEmitted) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseExchangeRateEmitted is a log parse operation binding the contract event 0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8.
⋮----
func (_ContractIStrategy *ContractIStrategyFilterer) ParseExchangeRateEmitted(log types.Log) (*ContractIStrategyExchangeRateEmitted, error)
⋮----
// ContractIStrategyStrategyTokenSetIterator is returned from FilterStrategyTokenSet and is used to iterate over the raw logs and unpacked data for StrategyTokenSet events raised by the ContractIStrategy contract.
type ContractIStrategyStrategyTokenSetIterator struct {
	Event *ContractIStrategyStrategyTokenSet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIStrategyStrategyTokenSet // Event containing the contract specifics and raw log
⋮----
// ContractIStrategyStrategyTokenSet represents a StrategyTokenSet event raised by the ContractIStrategy contract.
type ContractIStrategyStrategyTokenSet struct {
	Token    common.Address
	Decimals uint8
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
Raw      types.Log // Blockchain specific contextual infos
⋮----
// FilterStrategyTokenSet is a free log retrieval operation binding the contract event 0x1c540707b00eb5427b6b774fc799d756516a54aee108b64b327acc55af557507.
⋮----
// Solidity: event StrategyTokenSet(address token, uint8 decimals)
func (_ContractIStrategy *ContractIStrategyFilterer) FilterStrategyTokenSet(opts *bind.FilterOpts) (*ContractIStrategyStrategyTokenSetIterator, error)
⋮----
// WatchStrategyTokenSet is a free log subscription operation binding the contract event 0x1c540707b00eb5427b6b774fc799d756516a54aee108b64b327acc55af557507.
⋮----
func (_ContractIStrategy *ContractIStrategyFilterer) WatchStrategyTokenSet(opts *bind.WatchOpts, sink chan<- *ContractIStrategyStrategyTokenSet) (event.Subscription, error)
⋮----
// ParseStrategyTokenSet is a log parse operation binding the contract event 0x1c540707b00eb5427b6b774fc799d756516a54aee108b64b327acc55af557507.
⋮----
func (_ContractIStrategy *ContractIStrategyFilterer) ParseStrategyTokenSet(log types.Log) (*ContractIStrategyStrategyTokenSet, error)
````

## File: contracts/bindings/MockAvsServiceManager/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractMockAvsServiceManager
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// BN254G1Point is an auto generated low-level Go binding around an user-defined struct.
type BN254G1Point struct {
	X *big.Int
	Y *big.Int
}
⋮----
// BN254G2Point is an auto generated low-level Go binding around an user-defined struct.
type BN254G2Point struct {
	X [2]*big.Int
	Y [2]*big.Int
}
⋮----
// IBLSSignatureCheckerTypesNonSignerStakesAndSignature is an auto generated low-level Go binding around an user-defined struct.
type IBLSSignatureCheckerTypesNonSignerStakesAndSignature struct {
	NonSignerQuorumBitmapIndices []uint32
	NonSignerPubkeys             []BN254G1Point
	QuorumApks                   []BN254G1Point
	ApkG2                        BN254G2Point
	Sigma                        BN254G1Point
	QuorumApkIndices             []uint32
	TotalStakeIndices            []uint32
	NonSignerStakeIndices        [][]uint32
}
⋮----
// IBLSSignatureCheckerTypesQuorumStakeTotals is an auto generated low-level Go binding around an user-defined struct.
type IBLSSignatureCheckerTypesQuorumStakeTotals struct {
	SignedStakeForQuorum []*big.Int
	TotalStakeForQuorum  []*big.Int
}
⋮----
// IRewardsCoordinatorTypesOperatorDirectedRewardsSubmission is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorTypesOperatorDirectedRewardsSubmission struct {
	StrategiesAndMultipliers []IRewardsCoordinatorTypesStrategyAndMultiplier
	Token                    common.Address
	OperatorRewards          []IRewardsCoordinatorTypesOperatorReward
	StartTimestamp           uint32
	Duration                 uint32
	Description              string
}
⋮----
// IRewardsCoordinatorTypesOperatorReward is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorTypesOperatorReward struct {
	Operator common.Address
	Amount   *big.Int
}
⋮----
// IRewardsCoordinatorTypesRewardsSubmission is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorTypesRewardsSubmission struct {
	StrategiesAndMultipliers []IRewardsCoordinatorTypesStrategyAndMultiplier
	Token                    common.Address
	Amount                   *big.Int
	StartTimestamp           uint32
	Duration                 uint32
}
⋮----
// IRewardsCoordinatorTypesStrategyAndMultiplier is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorTypesStrategyAndMultiplier struct {
	Strategy   common.Address
	Multiplier *big.Int
}
⋮----
// ISignatureUtilsMixinTypesSignatureWithSaltAndExpiry is an auto generated low-level Go binding around an user-defined struct.
type ISignatureUtilsMixinTypesSignatureWithSaltAndExpiry struct {
	Signature []byte
	Salt      [32]byte
	Expiry    *big.Int
}
⋮----
// ContractMockAvsServiceManagerMetaData contains all meta data concerning the ContractMockAvsServiceManager contract.
var ContractMockAvsServiceManagerMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"_registryCoordinator\",\"type\":\"address\",\"internalType\":\"contractISlashingRegistryCoordinator\"},{\"name\":\"_avsDirectory\",\"type\":\"address\",\"internalType\":\"contractIAVSDirectory\"},{\"name\":\"_rewardsCoordinator\",\"type\":\"address\",\"internalType\":\"contractIRewardsCoordinator\"},{\"name\":\"_permissionController\",\"type\":\"address\",\"internalType\":\"contractIPermissionController\"},{\"name\":\"_allocationManager\",\"type\":\"address\",\"internalType\":\"contractIAllocationManager\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"addPendingAdmin\",\"inputs\":[{\"name\":\"admin\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"avsDirectory\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"blsApkRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIBLSApkRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"checkSignatures\",\"inputs\":[{\"name\":\"msgHash\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"referenceBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"params\",\"type\":\"tuple\",\"internalType\":\"structIBLSSignatureCheckerTypes.NonSignerStakesAndSignature\",\"components\":[{\"name\":\"nonSignerQuorumBitmapIndices\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"nonSignerPubkeys\",\"type\":\"tuple[]\",\"internalType\":\"structBN254.G1Point[]\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"quorumApks\",\"type\":\"tuple[]\",\"internalType\":\"structBN254.G1Point[]\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"apkG2\",\"type\":\"tuple\",\"internalType\":\"structBN254.G2Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"},{\"name\":\"Y\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"}]},{\"name\":\"sigma\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"quorumApkIndices\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"totalStakeIndices\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"nonSignerStakeIndices\",\"type\":\"uint32[][]\",\"internalType\":\"uint32[][]\"}]}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIBLSSignatureCheckerTypes.QuorumStakeTotals\",\"components\":[{\"name\":\"signedStakeForQuorum\",\"type\":\"uint96[]\",\"internalType\":\"uint96[]\"},{\"name\":\"totalStakeForQuorum\",\"type\":\"uint96[]\",\"internalType\":\"uint96[]\"}]},{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"createAVSRewardsSubmission\",\"inputs\":[{\"name\":\"rewardsSubmissions\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.RewardsSubmission[]\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"createOperatorDirectedAVSRewardsSubmission\",\"inputs\":[{\"name\":\"operatorDirectedRewardsSubmissions\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.OperatorDirectedRewardsSubmission[]\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"operatorRewards\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.OperatorReward[]\",\"components\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"description\",\"type\":\"string\",\"internalType\":\"string\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"delegation\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIDelegationManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"deregisterOperatorFromAVS\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"deregisterOperatorFromOperatorSets\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorSetIds\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"getOperatorRestakedStrategies\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address[]\",\"internalType\":\"address[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getRestakeableStrategies\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address[]\",\"internalType\":\"address[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"initialize\",\"inputs\":[{\"name\":\"_initialOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"owner\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"registerOperatorToAVS\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorSignature\",\"type\":\"tuple\",\"internalType\":\"structISignatureUtilsMixinTypes.SignatureWithSaltAndExpiry\",\"components\":[{\"name\":\"signature\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"registryCoordinator\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractISlashingRegistryCoordinator\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"removeAdmin\",\"inputs\":[{\"name\":\"admin\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"removeAppointee\",\"inputs\":[{\"name\":\"appointee\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"target\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"selector\",\"type\":\"bytes4\",\"internalType\":\"bytes4\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"removePendingAdmin\",\"inputs\":[{\"name\":\"pendingAdmin\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"renounceOwnership\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"rewardsInitiator\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"setAppointee\",\"inputs\":[{\"name\":\"appointee\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"target\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"selector\",\"type\":\"bytes4\",\"internalType\":\"bytes4\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setClaimerFor\",\"inputs\":[{\"name\":\"claimer\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setRewardsInitiator\",\"inputs\":[{\"name\":\"newRewardsInitiator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"stakeRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStakeRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"transferOwnership\",\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"trySignatureAndApkVerification\",\"inputs\":[{\"name\":\"msgHash\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"apk\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"apkG2\",\"type\":\"tuple\",\"internalType\":\"structBN254.G2Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"},{\"name\":\"Y\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"}]},{\"name\":\"sigma\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}],\"outputs\":[{\"name\":\"pairingSuccessful\",\"type\":\"bool\",\"internalType\":\"bool\"},{\"name\":\"siganatureIsValid\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"updateAVSMetadataURI\",\"inputs\":[{\"name\":\"_metadataURI\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OwnershipTransferred\",\"inputs\":[{\"name\":\"previousOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"RewardsInitiatorUpdated\",\"inputs\":[{\"name\":\"prevRewardsInitiator\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"newRewardsInitiator\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"error\",\"name\":\"BitmapValueTooLarge\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"BytesArrayLengthTooLong\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"BytesArrayNotOrdered\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"DelayPeriodNotPassed\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"ECAddFailed\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"ECMulFailed\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"ExpModFailed\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputArrayLengthMismatch\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputEmptyQuorumNumbers\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputNonSignerLengthMismatch\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidBLSPairingKey\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidBLSSignature\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidQuorumApkHash\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidReferenceBlocknumber\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"NonSignerPubkeysNotSorted\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyRegistryCoordinator\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyRegistryCoordinatorOwner\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyRewardsInitiator\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyStakeRegistry\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"ScalarTooLarge\",\"inputs\":[]}]",
	Bin: "0x6101c080604052346102b25760a081613c86803803809161002082856103e8565b8339810103126102b25780516001600160a01b038116918282036102b2576020810151906001600160a01b03821682036102b2576040810151916001600160a01b03831683036102b2576060820151916001600160a01b03831683036102b25760800151926001600160a01b03841684036102b257604051636830483560e01b8152916020836004818a5afa9283156102be575f936103c7575b5060805260c0528360e052610100526101205260a0525f5460ff8160081c166103725760ff80821603610338575b5061014052604051636830483560e01b8152602081600481855afa9182156102be576004926020925f9161030b575b5061016052604051632efa2ca360e11b815292839182905afa9081156102be575f916102c9575b50610180526101605160405163df5cf72360e01b815290602090829060049082906001600160a01b03165afa9081156102be575f91610278575b506101a052604051613847908161043f823960805181818161074a01528181610fd101528181611086015261244e015260a05181611200015260c051818181610d8201528181610e560152611475015260e051818181610fa1015281816111a8015281816117fc0152818161241e01526129ad01526101005181818161189801526129f9015261012051818181610412015281816104ea0152818161059a01528181610cf8015281816110f201526128d801526101405181818161078e01528181611dce0152611ec10152610160518181816107060152818161216b01526122ba0152610180518181816106c201526120a901526101a051816113590152f35b90506020813d6020116102b6575b81610293602093836103e8565b810103126102b257516001600160a01b03811681036102b2575f610178565b5f80fd5b3d9150610286565b6040513d5f823e3d90fd5b90506020813d602011610303575b816102e4602093836103e8565b810103126102b257516001600160a01b03811681036102b2575f61013e565b3d91506102d7565b61032b9150833d8511610331575b61032381836103e8565b81019061041f565b5f610117565b503d610319565b60ff90811916175f557f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498602060405160ff8152a15f6100e8565b60405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608490fd5b6103e191935060203d6020116103315761032381836103e8565b915f6100ba565b601f909101601f19168101906001600160401b0382119082101761040b57604052565b634e487b7160e01b5f52604160045260245ffd5b908160209103126102b257516001600160a01b03811681036102b2579056fe60806040526004361015610011575f80fd5b5f3560e01c8063171f1d5b146101c45780631785f53c146101bf5780631fdb0cfd146101ba578063279432eb146101b557806333cfb7b7146101b05780633bc28c8c146101ab5780635df45946146101a657806368304835146101a15780636b3aa72e1461019c5780636d14a987146101975780636efb463614610192578063715018a61461018d5780638da5cb5b146101885780639926ee7d146101835780639da16d8e1461017e578063a0169ddd14610179578063a20b99bf14610174578063a364f4da1461016f578063a98fb3551461016a578063ba55088014610165578063c1a8e2c514610160578063c4d66de81461015b578063df5cf72314610156578063e481af9d14610151578063f2fde38b1461014c578063fc299dee146101475763fce36c7d14610142575f80fd5b61145c565b611434565b6113a3565b611388565b611344565b611251565b611166565b6110da565b61103a565b610f7d565b610e3d565b610d5a565b610cd0565b610c34565b610bbb565b610b60565b610acb565b610779565b610735565b6106f1565b6106ad565b610676565b61063e565b610572565b6104d2565b6103ea565b610371565b634e487b7160e01b5f52604160045260245ffd5b604081019081106001600160401b038211176101f857604052565b6101c9565b606081019081106001600160401b038211176101f857604052565b90601f801991011681019081106001600160401b038211176101f857604052565b6040519061024961010083610218565b565b60405190610249604083610218565b906102496040519283610218565b60409060e31901126102915760405190610281826101dd565b60e4358252610104356020830152565b5f80fd5b9190826040910312610291576040516102ad816101dd565b6020808294803584520135910152565b9080601f8301121561029157604051916102d8604084610218565b82906040810192831161029157905b8282106102f45750505090565b81358152602091820191016102e7565b9060806063198301126102915760405161031d816101dd565b6020610338829461032f8160646102bd565b845260a46102bd565b910152565b91906080838203126102915760206103386040519261035b846101dd565b6040849661036983826102bd565b8652016102bd565b3461029157610120366003190112610291576004356040366023190112610291576103c960409182516103a3816101dd565b602435815260443560208201526103b936610304565b906103c336610268565b9261156e565b8251911515825215156020820152f35b6001600160a01b0381160361029157565b34610291575f602036600319011261029157600435610408816103d9565b610410613139565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156102915760405163268959e560e01b81523060048201526001600160a01b0390921660248301525f908290818381604481015b03925af1801561049057610482575080f35b61048e91505f90610218565b005b611654565b6060906003190112610291576004356104ad816103d9565b906024356104ba816103d9565b906044356001600160e01b0319811681036102915790565b34610291576104e036610495565b6104e8613139565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031692833b1561029157604051634a86c03760e11b81523060048201526001600160a01b039182166024820152921660448301526001600160e01b03191660648201525f81608481015b93818381819703925af1801561049057610482575080f35b34610291575f602036600319011261029157600435610590816103d9565b610598613139565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156102915760405163eb5a4e8760e01b81523060048201526001600160a01b0390921660248301525f90829081838160448101610470565b60206040818301928281528451809452019201905f5b81811061061f5750505090565b82516001600160a01b0316845260209384019390920191600101610612565b3461029157602036600319011261029157610672610666600435610661816103d9565b6117dd565b604051918291826105fc565b0390f35b346102915760203660031901126102915761048e600435610696816103d9565b61069e613139565b61322f565b5f91031261029157565b34610291575f366003190112610291576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610291575f366003190112610291576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610291575f366003190112610291576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610291575f366003190112610291576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b6044359063ffffffff8216820361029157565b359063ffffffff8216820361029157565b6001600160401b0381116101f85760051b60200190565b9080601f8301121561029157813561080f816107e1565b9261081d6040519485610218565b81845260208085019260051b82010192831161029157602001905b8282106108455750505090565b60208091610852846107d0565b815201910190610838565b81601f82011215610291578035610873816107e1565b926108816040519485610218565b81845260208085019260061b8401019281841161029157602001915b8383106108ab575050505090565b60206040916108ba8486610295565b81520192019161089d565b9080601f830112156102915781356108dc816107e1565b926108ea6040519485610218565b81845260208085019260051b820101918383116102915760208201905b83821061091657505050505090565b81356001600160401b03811161029157602091610938878480948801016107f8565b815201910190610907565b9190916101808184031261029157610959610239565b9281356001600160401b03811161029157816109769184016107f8565b845260208201356001600160401b038111610291578161099791840161085d565b602085015260408201356001600160401b03811161029157816109bb91840161085d565b60408501526109cd816060840161033d565b60608501526109df8160e08401610295565b60808501526101208201356001600160401b0381116102915781610a049184016107f8565b60a08501526101408201356001600160401b0381116102915781610a299184016107f8565b60c08501526101608201356001600160401b03811161029157610a4c92016108c5565b60e0830152565b90602080835192838152019201905f5b818110610a705750505090565b82516001600160601b0316845260209384019390920191600101610a63565b929190610ac66020916040865282610ab282516040808a01526080890190610a53565b910151868203603f19016060880152610a53565b930152565b34610291576080366003190112610291576004356024356001600160401b03811161029157366023820112156102915780600401356001600160401b03811161029157366024828401011161029157610b226107bd565b90606435936001600160401b038511610291576024610b48610b50963690600401610943565b940190611cf1565b9061067260405192839283610a8f565b34610291575f36600319011261029157610b78613139565b603380546001600160a01b031981169091555f906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b34610291575f366003190112610291576033546040516001600160a01b039091168152602090f35b6001600160401b0381116101f857601f01601f191660200190565b929192610c0a82610be3565b91610c186040519384610218565b829481845281830111610291578281602093845f960137010152565b3461029157604036600319011261029157600435610c51816103d9565b602435906001600160401b03821161029157606060031983360301126102915760405190610c7e826101fd565b82600401356001600160401b038111610291578301366023820112156102915761048e93610cb86044923690602460048201359101610bfe565b84526024810135602085015201356040830152612418565b34610291575f602036600319011261029157600435610cee816103d9565b610cf6613139565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b1561029157604051634f906cf960e01b81523060048201526001600160a01b0390921660248301525f90829081838160448101610470565b34610291575f602036600319011261029157600435610d78816103d9565b610d80613139565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690813b156102915760405163a0169ddd60e01b81526001600160a01b039091166004820152905f908290602490829084905af1801561049057610482575080f35b906020600319830112610291576004356001600160401b0381116102915760040182601f82011215610291578035926001600160401b038411610291576020808301928560051b010111610291579190565b3461029157610e4b36610deb565b90610e54613473565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316915f5b818110610ed85750823b1561029157610eb4925f9283604051809681958294634e5cd2fd60e11b84523060048501612669565b03925af1801561049057610ec457005b80610ed25f61048e93610218565b806106a3565b915f93915f915b610ef7610eed868484612516565b6040810190612538565b9050831015610f33576001610f2981976020610f2187610f1b610eed8c8a8a612516565b9061256d565b013590611763565b9301929550610edf565b9390929460019250610f7790610f61813088610f5c6020610f56898c3395612516565b0161257d565b613496565b86610f726020610f5686898b612516565b6134df565b01610e81565b34610291575f602036600319011261029157600435610f9b816103d9565b610fcf337f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031614612402565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690813b15610291576040516351b27a6d60e11b81526001600160a01b039091166004820152905f908290602490829084905af1801561049057610482575080f35b34610291575f6020366003190112610291576004356001600160401b03811161029157366023820112156102915761107c903690602481600401359101610bfe565b611084613139565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156102915760405163a98fb35560e01b8152915f91839182908490829061047090600483016127d9565b34610291576110e836610495565b6110f0613139565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031692833b1561029157604051630664120160e01b81523060048201526001600160a01b039182166024820152921660448301526001600160e01b03191660648201525f816084810161055a565b3461029157604036600319011261029157600435611183816103d9565b6024356001600160401b038111610291576111a29036906004016107f8565b6111d6337f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031614612402565b6111f3604051926111e6846101fd565b6001600160a01b03168352565b30602083015260408201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b1561029157604051636e3492b560e01b8152905f908290818381610eb488600483016127ea565b346102915760203660031901126102915760043561126e816103d9565b6112bc5f54916112a261128c6112888560ff9060081c1690565b1590565b80948195611336575b8115611316575b50612854565b826112b3600160ff195f5416175f55565b6112ff576128b7565b6112c257005b6112d061ff00195f54165f55565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1005b61131161010061ff00195f5416175f55565b6128b7565b303b15915081611328575b505f61129c565b60ff1660011490505f611321565b600160ff8216109150611295565b34610291575f366003190112610291576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610291575f3660031901126102915761067261066661299e565b34610291576020366003190112610291576004356113c0816103d9565b6113c8613139565b6001600160a01b038116156113e05761048e9061342b565b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b34610291575f366003190112610291576065546040516001600160a01b039091168152602090f35b346102915761146a36610deb565b90611473613473565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316915f5b8181106114d25750823b1561029157610eb4925f928360405180968195829463fce36c7d60e01b845260048401612bed565b806115016114e86020610f566001958789612bcb565b60406114f5848789612bcb565b01359030903390613496565b61152a6115146020610f56848789612bcb565b86604061152285888a612bcb565b0135916134df565b016114a0565b634e487b7160e01b5f52603260045260245ffd5b9060028110156115555760051b0190565b611530565b634e487b7160e01b5f52601260045260245ffd5b61164a6116276116509561162161161a85875160208901518a515160208c51015160208d016020815151915101519189519360208b0151956040519760208901998a5260208a015260408901526060880152608087015260a086015260c085015260e08401526101008301526115f181610120840103601f198101835282610218565b5190207f30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f0000001900690565b8096612d06565b90612d4c565b9261162161163c611636612dae565b94612ea5565b91611645612fc1565b612d06565b9161300b565b9091565b6040513d5f823e3d90fd5b90816020910312610291575190565b9081602091031261029157516001600160c01b03811681036102915790565b90816020910312610291575160ff811681036102915790565b604051906116b5602083610218565b5f808352366020840137565b906116cb826107e1565b6116d86040519182610218565b82815280926116e9601f19916107e1565b0190602036910137565b908151811015611555570160200190565b634e487b7160e01b5f52601160045260245ffd5b906001820180921161172657565b611704565b906002820180921161172657565b906003820180921161172657565b906004820180921161172657565b906005820180921161172657565b9190820180921161172657565b6001600160601b0381160361029157565b908160409103126102915760206040519161179b836101dd565b80516117a6816103d9565b835201516117b381611770565b602082015290565b80518210156115555760209160051b010190565b5f1981146117265760010190565b6040516309aa152760e11b81526001600160a01b0391821660048201527f000000000000000000000000000000000000000000000000000000000000000090911690602081602481855afa9081156104905761185d916020915f91611b5c575b506040518093819263871ef04960e01b8352600483019190602083019252565b0381855afa908115610490575f91611b2d575b506001600160c01b0316908115908115611aca575b50611abe5761189390613191565b5f91907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690835b815185101561196f5761191860206118f56118ef6118e189876116f3565b516001600160f81b03191690565b60f81c90565b604051633ca5a5f560e01b815260ff909116600482015291829081906024820190565b0381875afa801561049057600192611937925f9261193f575b50611763565b9401936118c3565b61196191925060203d8111611968575b6119598183610218565b81019061165f565b905f611931565b503d61194f565b61197a9194506116c1565b925f905f5b8151811015611ab8576119986118ef6118e183856116f3565b604051633ca5a5f560e01b815260ff8216600482015290602082602481895afa918215610490575f92611a98575b50905f915b8183106119dd5750505060010161197f565b604080516356e4026d60e11b815260ff83166004820152602481018590529396929391929190816044818b5afa91821561049057611a5c8b611a4d83611a47611a3b600198611a61985f91611a6a575b50516001600160a01b031690565b6001600160a01b031690565b926117bb565b6001600160a01b039091169052565b6117cf565b950191906119cb565b611a8b915060403d8111611a91575b611a838183610218565b810190611781565b5f611a2d565b503d611a79565b611ab191925060203d8111611968576119598183610218565b905f6119c6565b50505050565b50611ac76116a6565b90565b604051639aa1653d60e01b81529150602090829060049082905afa80156104905760ff915f91611afe575b5016155f611885565b611b20915060203d602011611b26575b611b188183610218565b81019061168d565b5f611af5565b503d611b0e565b611b4f915060203d602011611b55575b611b478183610218565b81019061166e565b5f611870565b503d611b3d565b611b739150823d8411611968576119598183610218565b5f61183d565b60405190611b86826101dd565b60606020838281520152565b15611b9957565b62f8202d60e51b5f5260045ffd5b15611bae57565b6343714afd60e01b5f5260045ffd5b15611bc457565b635f832f4160e01b5f5260045ffd5b15611bda57565b634b874f4560e01b5f5260045ffd5b5f1981019190821161172657565b15611bfe57565b633fdc650560e21b5f5260045ffd5b90821015611555570190565b90816020910312610291575167ffffffffffffffff19811681036102915790565b15611c4157565b63e1310aed60e01b5f5260045ffd5b908160209103126102915751611ac781611770565b906001600160601b03809116911603906001600160601b03821161172657565b15611c8c57565b6367988d3360e01b5f5260045ffd5b15611ca257565b63ab1b236b60e01b5f5260045ffd5b60049163ffffffff60e01b9060e01b1681520160208251919201905f5b818110611cdb5750505090565b8251845260209384019390920191600101611cce565b949392909193611cff611b79565b50611d0b851515611b92565b6040840151518514806123f4575b806123e6575b806123d8575b611d2e90611ba7565b611d4060208501515185515114611bbd565b611d5763ffffffff431663ffffffff841610611bd3565b611d5f61024b565b5f81525f602082015292611d71611b79565b611d7a876116c1565b6020820152611d88876116c1565b8152611d92611b79565b92611da16020880151516116c1565b8452611db16020880151516116c1565b602085810191909152604051639aa1653d60e01b815290816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa801561049057611e1a915f916123b9575b50611e15368b87610bfe565b61328d565b985f965b60208901518051891015611f9657602088611e8b611e818c611e798f96868e611e5e611e4b8680956117bb565b5180515f526020015160205260405f2090565b611e6b84848401516117bb565b5282611f63575b01516117bb565b5195516117bb565b5163ffffffff1690565b6040516304ec635160e01b8152600481019490945263ffffffff9182166024850152166044830152816064816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa918215610490576116218a611f388f611f318f8460208f92611f2893611f208460019e611f3e9e5f91611f46575b508f8060c01b031692516117bb565b5201516117bb565b51938d516117bb565b51166132b8565b906132e9565b970196611e1e565b611f5d9150863d8111611b5557611b478183610218565b5f611f11565b611f91611f7384848401516117bb565b51611f8a84840151611f8487611be9565b906117bb565b5110611bf7565b611e72565b50909597949650611fab9198939299506133a6565b915f905b8082106120115750505092611fea611fe5611fde61200b9585611ffd986080606060209901519201519261156e565b9190611c85565b611c9b565b0151604051928391602083019586611cb1565b03601f198101835282610218565b51902090565b918495969361205c6118ef61204e8587612048879f989e9b611e4b84604061203a9301516117bb565b67ffffffffffffffff191690565b96611c0d565b356001600160f81b03191690565b602087612070611e818d60a08d01516117bb565b604051631a2f32ab60e21b815260ff94909416600485015263ffffffff9182166024850152166044830152816064816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa9283156104905761210c936120f7925f9161238b575b5067ffffffffffffffff19918216911614611c3a565b6121058960408901516117bb565b5190612d4c565b9061211e6118ef61204e8a868d611c0d565b602086612132611e818c60c08c01516117bb565b604051636414a62b60e11b815260ff94909416600485015263ffffffff9182166024850152166044830152816064816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa8015610490576121c88a60208e611e726121d5956121e0975f9161236e575b506121ba85858501516117bb565b906001600160601b03169052565b516001600160601b031690565b6121ba8a8d516117bb565b5f965f5b60208801515181101561235a57898b612220612201848a516117bb565b516122136118ef61204e868c87611c0d565b60ff161c60019081161490565b61222f575b50506001016121e4565b88886122b6612276611e81879f8f978060e08f849c602061225f6118ef61204e839f98612267966122709a611c0d565b9a01516117bb565b519a01516117bb565b516117bb565b60405163795f4a5760e11b815260ff909316600484015263ffffffff93841660248401526044830195909552919093166064840152829081906084820190565b03817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa918215610490576123198e6001948e86955f92612324575b50611a476121ba929351936123146121c884876117bb565b611c65565b01989050898b612225565b6121ba925061234c611a479160203d8111612353575b6123448183610218565b810190611c50565b92506122fc565b503d61233a565b509594976001919993929497500190611faf565b6123859150843d8111612353576123448183610218565b5f6121ac565b6123ac915060203d81116123b2575b6123a48183610218565b810190611c19565b5f6120e1565b503d61239a565b6123d2915060203d602011611b2657611b188183610218565b5f611e09565b5060e0840151518514611d25565b5060c0840151518514611d1f565b5060a0840151518514611d19565b1561240957565b634394dbdf60e11b5f5260045ffd5b61244c337f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031614612402565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031691823b15610291575f928392604051948580948193639926ee7d60e01b835260018060a01b031660048301526040602483015260406124c182516060604486015260a48501906124f2565b91602081015160648501520151608483015203925af18015610490576124e45750565b80610ed25f61024993610218565b805180835260209291819084018484015e5f828201840152601f01601f1916010190565b91908110156115555760051b8101359060be1981360301821215610291570190565b903590601e198136030182121561029157018035906001600160401b03821161029157602001918160061b3603831361029157565b91908110156115555760061b0190565b35611ac7816103d9565b9035601e19823603018112156102915701602081359101916001600160401b038211610291578160061b3603831361029157565b916020908281520191905f5b8181106125d45750505090565b90919260408060019286356125e8816103d9565b848060a01b031681526001600160601b03602088013561260781611770565b1660208201520194019291016125c7565b9035601e19823603018112156102915701602081359101916001600160401b03821161029157813603831361029157565b908060209392818452848401375f828201840152601f01601f1916010190565b6001600160a01b0390911681526040602082018190528101839052600583901b810160609081019383923684900360be1901925f91908101905b8383106126b4575050505050505090565b90919293949596605f19828203018352873586811215610291578701906126ec6126de8380612587565b60c0845260c08401916125bb565b9160208101356126fb816103d9565b6001600160a01b031660208381019190915261271a6040830183612587565b848603604086015280865294909101935f5b8181106127a5575050506127946001936020936127868461276061275360608998016107d0565b63ffffffff166060850152565b61277c61276f608083016107d0565b63ffffffff166080850152565b60a0810190612618565b9160a0818503910152612649565b9901930193019195949392906126a3565b90919460408060019288356127b9816103d9565b848060a01b0316815260208901356020820152019601910191909161272c565b906020611ac79281815201906124f2565b602080825282516001600160a01b039081168284015281840151166040808401919091529092015160608083015280516080830181905260a09092019201905f5b8181106128385750505090565b825163ffffffff1684526020938401939092019160010161282b565b1561285b57565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b60ff5f5460081c1615612945576128cd8161342b565b6128d68161322f565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156102915760405163eb5a4e8760e01b81523060048201526001600160a01b039290921660248301525f908290604490829084905af18015610490576124e45750565b60405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608490fd5b604051639aa1653d60e01b81527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690602081600481855afa80156104905760ff915f91612bac575b50168015612ba2577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316905f9081905b808310612b5e5750612a3991506116c1565b925f905f5b604051639aa1653d60e01b8152602081600481895afa80156104905760ff915f91612b40575b5016811015612b3957604051633ca5a5f560e01b815260ff821660048201819052602082602481895afa918215610490575f92612b19575b50905f915b818310612ab357505050600101612a3e565b604080516356e4026d60e11b815260ff83166004820152602481018590529396929391929190816044818b5afa91821561049057611a5c8b611a4d83611a47611a3b600198612b10985f91611a6a5750516001600160a01b031690565b95019190612aa1565b612b3291925060203d8111611968576119598183610218565b905f612a9c565b5092505050565b612b58915060203d8111611b2657611b188183610218565b5f612a64565b604051633ca5a5f560e01b815260ff84166004820152909190602081602481885afa801561049057600192612b99925f9261193f5750611763565b92019190612a27565b5050611ac76116a6565b612bc5915060203d602011611b2657611b188183610218565b5f6129ef565b91908110156115555760051b81013590609e1981360301821215610291570190565b909180602083016020845252604082019260408260051b8401019381935f91609e1984360301915b858410612c26575050505050505090565b90919293949596603f19828203018352873590848212156102915760208091886001940190608063ffffffff612cad82612c71612c638780612587565b60a0885260a08801916125bb565b9587810135612c7f816103d9565b8a8060a01b0316888701526040810135604087015283612ca1606083016107d0565b166060870152016107d0565b16910152990193019401929195949390612c15565b60405190612ccf826101dd565b5f6020838281520152565b60405190610180612ceb8184610218565b368337565b60405190612cff602083610218565b6020368337565b91906040906060612d15612cc2565b9485926020855192612d278585610218565b8436853780518452015160208301528482015260076107cf195a01fa15612d4a57565bfe5b602092916080604092612d5d612cc2565b95869381865193612d6e8686610218565b85368637805185520151828401528051868401520151606082015260066107cf195a01fa8015612d4a5715612d9f57565b63d4b68fd760e01b5f5260045ffd5b604051612dba816101dd565b6040908151612dc98382610218565b8236823781526020825191612dde8484610218565b8336843701528051612df08282610218565b7f198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c281527f1800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed6020820152815190612e468383610218565b7f275dc4a288d1afb3cbb1ac09187524c7db36395df7be3b99e673b13a075a65ec82527f1d9befcd05a5323e6da4d435f3b617cdb3af83285c2df711ef39c01571827f9d6020830152612e9b83519384610218565b8252602082015290565b5f5160206137f25f395f51905f5290612ebc612cc2565b505f919006602060c0835b612fbc575f935f5160206137f25f395f51905f5260038186818180090908604051612ef28582610218565b84368237848185604051612f068282610218565b813682378381528360208201528360408201528560608201527f0c19139cb84c680a6e14116da060561765e05aa45a1c72a34f082305b61f3f5260808201525f5160206137f25f395f51905f5260a082015260056107cf195a01fa8015612d4a57612f7090613746565b5191612fbc575f5160206137f25f395f51905f5282800914612fa757505f5160206137f25f395f51905f5260015f94089293612ec7565b92935050612fb361024b565b92835282015290565b61155a565b612fc9612cc2565b50604051612fd6816101dd565b600181526002602082015290565b9060068202918083046006149015171561172657565b90600c8110156115555760051b0190565b93929091613019604061025a565b948552602085015261302b604061025a565b918252602082015261303b612cda565b925f5b6002811061306857505050602061018092613057612cf0565b93849160086201d4c0fa9151151590565b80613074600192612fe4565b61307e8285611544565b515161308a8289612ffa565b5260206130978386611544565b5101516130ac6130a683611718565b89612ffa565b526130b78286611544565b5151516130c66130a68361172b565b526130dc6130d48387611544565b515160200190565b516130e96130a683611739565b5260206130f68387611544565b510151516131066130a683611747565b5261313261312c613125602061311c868a611544565b51015160200190565b5192611755565b88612ffa565b520161303e565b6033546001600160a01b0316330361314d57565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b61ffff61319d826132b8565b166131a781610be3565b906131b56040519283610218565b8082526131c4601f1991610be3565b013660208301375f5f5b8251821080613224575b1561321d576001811b84166131f6575b6131f1906117cf565b6131ce565b9060016131f19160ff60f81b8460f81b165f1a61321382876116f3565b53019190506131e8565b5050905090565b5061010081106131d8565b606554604080516001600160a01b038084168252841660208201529192917fe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e39190a16001600160a01b03166001600160a01b03199190911617606555565b90600161329b60ff9361359f565b928392161b11156132a95790565b63ca95733360e01b5f5260045ffd5b805f915b6132c4575090565b5f1981018181116117265761ffff9116911661ffff81146117265760010190806132bc565b906132f2612cc2565b5061ffff81169061020082101561339757600182146133925761331361024b565b5f81525f602082015292906001905f925b61ffff831685101561333857505050505090565b600161ffff831660ff86161c811614613372575b600161336861335d8360ff94612d4c565b9460011b61fffe1690565b9401169291613324565b94600161336861335d6133878960ff95612d4c565b98935050505061334c565b505090565b637fc4ea7d60e11b5f5260045ffd5b6133ae612cc2565b5080519081158061341f575b156133db5750506040516133cf604082610218565b5f81525f602082015290565b60205f5160206137f25f395f51905f52910151065f5160206137f25f395f51905f52035f5160206137f25f395f51905f5281116117265760405191612e9b836101dd565b506020810151156133ba565b603380546001600160a01b039283166001600160a01b0319821681179092559091167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3565b6065546001600160a01b0316330361348757565b638e79fdb560e01b5f5260045ffd5b6040516323b872dd60e01b60208201526001600160a01b039283166024820152929091166044830152606480830193909352918152610249916134da608483610218565b61368e565b604051636eb1769f60e11b81523060048201526001600160a01b0383166024820152602081806044810103816001600160a01b0386165afa90811561049057610249946134da92613536925f9161356a5750611763565b60405163095ea7b360e01b60208201526001600160a01b039490941660248501526044808501919091528352606483610218565b613583915060203d602011611968576119598183610218565b5f611931565b1561359057565b631019106960e31b5f5260045ffd5b906101008251116136085781511561360357602082015160019060f81c81901b5b83518210156135fe576001906135e96135df6118ef6118e186896116f3565b60ff600191161b90565b906135f5818311613589565b179101906135c0565b925050565b5f9150565b637da54e4760e11b5f5260045ffd5b90816020910312610291575180151581036102915790565b1561363657565b60405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608490fd5b610249916137109160018060a01b03165f80604051936136af604086610218565b602085527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564602086015260208151910182855af13d1561373e573d916136f483610be3565b926137026040519485610218565b83523d5f602085013e61375c565b8051908115918215613724575b505061362f565b6137379250602080918301019101613617565b5f8061371d565b60609161375c565b1561374d57565b63d51edae360e01b5f5260045ffd5b919290156137be5750815115613770575090565b3b156137795790565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b8251909150156137d15750805190602001fd5b60405162461bcd60e51b81529081906137ed90600483016127d9565b0390fdfe30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47a2646970667358221220c4905b9f938a31a86a84d2571c92dbbdb0c3937a748b457401e5c0e21c9f62be64736f6c634300081b0033",
}
⋮----
// ContractMockAvsServiceManagerABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractMockAvsServiceManagerMetaData.ABI instead.
var ContractMockAvsServiceManagerABI = ContractMockAvsServiceManagerMetaData.ABI
⋮----
// ContractMockAvsServiceManagerBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractMockAvsServiceManagerMetaData.Bin instead.
var ContractMockAvsServiceManagerBin = ContractMockAvsServiceManagerMetaData.Bin
⋮----
// DeployContractMockAvsServiceManager deploys a new Ethereum contract, binding an instance of ContractMockAvsServiceManager to it.
func DeployContractMockAvsServiceManager(auth *bind.TransactOpts, backend bind.ContractBackend, _registryCoordinator common.Address, _avsDirectory common.Address, _rewardsCoordinator common.Address, _permissionController common.Address, _allocationManager common.Address) (common.Address, *types.Transaction, *ContractMockAvsServiceManager, error)
⋮----
// ContractMockAvsServiceManagerMethods is an auto generated interface around an Ethereum contract.
type ContractMockAvsServiceManagerMethods interface {
	ContractMockAvsServiceManagerCalls
	ContractMockAvsServiceManagerTransacts
	ContractMockAvsServiceManagerFilters
}
⋮----
// ContractMockAvsServiceManagerCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractMockAvsServiceManagerCalls interface {
	AvsDirectory(opts *bind.CallOpts) (common.Address, error)

	BlsApkRegistry(opts *bind.CallOpts) (common.Address, error)

	CheckSignatures(opts *bind.CallOpts, msgHash [32]byte, quorumNumbers []byte, referenceBlockNumber uint32, params IBLSSignatureCheckerTypesNonSignerStakesAndSignature) (IBLSSignatureCheckerTypesQuorumStakeTotals, [32]byte, error)

	Delegation(opts *bind.CallOpts) (common.Address, error)

	GetOperatorRestakedStrategies(opts *bind.CallOpts, operator common.Address) ([]common.Address, error)

	GetRestakeableStrategies(opts *bind.CallOpts) ([]common.Address, error)

	Owner(opts *bind.CallOpts) (common.Address, error)

	RegistryCoordinator(opts *bind.CallOpts) (common.Address, error)

	RewardsInitiator(opts *bind.CallOpts) (common.Address, error)

	StakeRegistry(opts *bind.CallOpts) (common.Address, error)

	TrySignatureAndApkVerification(opts *bind.CallOpts, msgHash [32]byte, apk BN254G1Point, apkG2 BN254G2Point, sigma BN254G1Point) (struct {
		PairingSuccessful bool
		SiganatureIsValid bool
	}, error)
⋮----
// ContractMockAvsServiceManagerTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractMockAvsServiceManagerTransacts interface {
	AddPendingAdmin(opts *bind.TransactOpts, admin common.Address) (*types.Transaction, error)

	CreateAVSRewardsSubmission(opts *bind.TransactOpts, rewardsSubmissions []IRewardsCoordinatorTypesRewardsSubmission) (*types.Transaction, error)

	CreateOperatorDirectedAVSRewardsSubmission(opts *bind.TransactOpts, operatorDirectedRewardsSubmissions []IRewardsCoordinatorTypesOperatorDirectedRewardsSubmission) (*types.Transaction, error)

	DeregisterOperatorFromAVS(opts *bind.TransactOpts, operator common.Address) (*types.Transaction, error)

	DeregisterOperatorFromOperatorSets(opts *bind.TransactOpts, operator common.Address, operatorSetIds []uint32) (*types.Transaction, error)

	Initialize(opts *bind.TransactOpts, _initialOwner common.Address) (*types.Transaction, error)

	RegisterOperatorToAVS(opts *bind.TransactOpts, operator common.Address, operatorSignature ISignatureUtilsMixinTypesSignatureWithSaltAndExpiry) (*types.Transaction, error)

	RemoveAdmin(opts *bind.TransactOpts, admin common.Address) (*types.Transaction, error)

	RemoveAppointee(opts *bind.TransactOpts, appointee common.Address, target common.Address, selector [4]byte) (*types.Transaction, error)

	RemovePendingAdmin(opts *bind.TransactOpts, pendingAdmin common.Address) (*types.Transaction, error)

	RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

	SetAppointee(opts *bind.TransactOpts, appointee common.Address, target common.Address, selector [4]byte) (*types.Transaction, error)

	SetClaimerFor(opts *bind.TransactOpts, claimer common.Address) (*types.Transaction, error)

	SetRewardsInitiator(opts *bind.TransactOpts, newRewardsInitiator common.Address) (*types.Transaction, error)

	TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)

	UpdateAVSMetadataURI(opts *bind.TransactOpts, _metadataURI string) (*types.Transaction, error)
}
⋮----
// ContractMockAvsServiceManagerFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractMockAvsServiceManagerFilters interface {
	FilterInitialized(opts *bind.FilterOpts) (*ContractMockAvsServiceManagerInitializedIterator, error)
	WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractMockAvsServiceManagerInitialized) (event.Subscription, error)
	ParseInitialized(log types.Log) (*ContractMockAvsServiceManagerInitialized, error)

	FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractMockAvsServiceManagerOwnershipTransferredIterator, error)
	WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractMockAvsServiceManagerOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
	ParseOwnershipTransferred(log types.Log) (*ContractMockAvsServiceManagerOwnershipTransferred, error)

	FilterRewardsInitiatorUpdated(opts *bind.FilterOpts) (*ContractMockAvsServiceManagerRewardsInitiatorUpdatedIterator, error)
	WatchRewardsInitiatorUpdated(opts *bind.WatchOpts, sink chan<- *ContractMockAvsServiceManagerRewardsInitiatorUpdated) (event.Subscription, error)
	ParseRewardsInitiatorUpdated(log types.Log) (*ContractMockAvsServiceManagerRewardsInitiatorUpdated, error)
}
⋮----
// ContractMockAvsServiceManager is an auto generated Go binding around an Ethereum contract.
type ContractMockAvsServiceManager struct {
	ContractMockAvsServiceManagerCaller     // Read-only binding to the contract
	ContractMockAvsServiceManagerTransactor // Write-only binding to the contract
	ContractMockAvsServiceManagerFilterer   // Log filterer for contract events
}
⋮----
ContractMockAvsServiceManagerCaller     // Read-only binding to the contract
ContractMockAvsServiceManagerTransactor // Write-only binding to the contract
ContractMockAvsServiceManagerFilterer   // Log filterer for contract events
⋮----
// ContractMockAvsServiceManager implements the ContractMockAvsServiceManagerMethods interface.
var _ ContractMockAvsServiceManagerMethods = (*ContractMockAvsServiceManager)(nil)
⋮----
// ContractMockAvsServiceManagerCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractMockAvsServiceManagerCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractMockAvsServiceManagerCaller implements the ContractMockAvsServiceManagerCalls interface.
var _ ContractMockAvsServiceManagerCalls = (*ContractMockAvsServiceManagerCaller)(nil)
⋮----
// ContractMockAvsServiceManagerTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractMockAvsServiceManagerTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractMockAvsServiceManagerTransactor implements the ContractMockAvsServiceManagerTransacts interface.
var _ ContractMockAvsServiceManagerTransacts = (*ContractMockAvsServiceManagerTransactor)(nil)
⋮----
// ContractMockAvsServiceManagerFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractMockAvsServiceManagerFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractMockAvsServiceManagerFilterer implements the ContractMockAvsServiceManagerFilters interface.
var _ ContractMockAvsServiceManagerFilters = (*ContractMockAvsServiceManagerFilterer)(nil)
⋮----
// ContractMockAvsServiceManagerSession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractMockAvsServiceManagerSession struct {
	Contract     *ContractMockAvsServiceManager // Generic contract binding to set the session for
	CallOpts     bind.CallOpts                  // Call options to use throughout this session
	TransactOpts bind.TransactOpts              // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractMockAvsServiceManager // Generic contract binding to set the session for
CallOpts     bind.CallOpts                  // Call options to use throughout this session
TransactOpts bind.TransactOpts              // Transaction auth options to use throughout this session
⋮----
// ContractMockAvsServiceManagerCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractMockAvsServiceManagerCallerSession struct {
	Contract *ContractMockAvsServiceManagerCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                        // Call options to use throughout this session
}
⋮----
Contract *ContractMockAvsServiceManagerCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                        // Call options to use throughout this session
⋮----
// ContractMockAvsServiceManagerTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractMockAvsServiceManagerTransactorSession struct {
	Contract     *ContractMockAvsServiceManagerTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                        // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractMockAvsServiceManagerTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                        // Transaction auth options to use throughout this session
⋮----
// ContractMockAvsServiceManagerRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractMockAvsServiceManagerRaw struct {
	Contract *ContractMockAvsServiceManager // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractMockAvsServiceManager // Generic contract binding to access the raw methods on
⋮----
// ContractMockAvsServiceManagerCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractMockAvsServiceManagerCallerRaw struct {
	Contract *ContractMockAvsServiceManagerCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractMockAvsServiceManagerCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractMockAvsServiceManagerTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractMockAvsServiceManagerTransactorRaw struct {
	Contract *ContractMockAvsServiceManagerTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractMockAvsServiceManagerTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractMockAvsServiceManager creates a new instance of ContractMockAvsServiceManager, bound to a specific deployed contract.
func NewContractMockAvsServiceManager(address common.Address, backend bind.ContractBackend) (*ContractMockAvsServiceManager, error)
⋮----
// NewContractMockAvsServiceManagerCaller creates a new read-only instance of ContractMockAvsServiceManager, bound to a specific deployed contract.
func NewContractMockAvsServiceManagerCaller(address common.Address, caller bind.ContractCaller) (*ContractMockAvsServiceManagerCaller, error)
⋮----
// NewContractMockAvsServiceManagerTransactor creates a new write-only instance of ContractMockAvsServiceManager, bound to a specific deployed contract.
func NewContractMockAvsServiceManagerTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractMockAvsServiceManagerTransactor, error)
⋮----
// NewContractMockAvsServiceManagerFilterer creates a new log filterer instance of ContractMockAvsServiceManager, bound to a specific deployed contract.
func NewContractMockAvsServiceManagerFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractMockAvsServiceManagerFilterer, error)
⋮----
// bindContractMockAvsServiceManager binds a generic wrapper to an already deployed contract.
func bindContractMockAvsServiceManager(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// AvsDirectory is a free data retrieval call binding the contract method 0x6b3aa72e.
//
// Solidity: function avsDirectory() view returns(address)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerCaller) AvsDirectory(opts *bind.CallOpts) (common.Address, error)
⋮----
var out []interface{}
⋮----
// BlsApkRegistry is a free data retrieval call binding the contract method 0x5df45946.
⋮----
// Solidity: function blsApkRegistry() view returns(address)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerCaller) BlsApkRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// CheckSignatures is a free data retrieval call binding the contract method 0x6efb4636.
⋮----
// Solidity: function checkSignatures(bytes32 msgHash, bytes quorumNumbers, uint32 referenceBlockNumber, (uint32[],(uint256,uint256)[],(uint256,uint256)[],(uint256[2],uint256[2]),(uint256,uint256),uint32[],uint32[],uint32[][]) params) view returns((uint96[],uint96[]), bytes32)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerCaller) CheckSignatures(opts *bind.CallOpts, msgHash [32]byte, quorumNumbers []byte, referenceBlockNumber uint32, params IBLSSignatureCheckerTypesNonSignerStakesAndSignature) (IBLSSignatureCheckerTypesQuorumStakeTotals, [32]byte, error)
⋮----
// Delegation is a free data retrieval call binding the contract method 0xdf5cf723.
⋮----
// Solidity: function delegation() view returns(address)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerCaller) Delegation(opts *bind.CallOpts) (common.Address, error)
⋮----
// GetOperatorRestakedStrategies is a free data retrieval call binding the contract method 0x33cfb7b7.
⋮----
// Solidity: function getOperatorRestakedStrategies(address operator) view returns(address[])
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerCaller) GetOperatorRestakedStrategies(opts *bind.CallOpts, operator common.Address) ([]common.Address, error)
⋮----
// GetRestakeableStrategies is a free data retrieval call binding the contract method 0xe481af9d.
⋮----
// Solidity: function getRestakeableStrategies() view returns(address[])
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerCaller) GetRestakeableStrategies(opts *bind.CallOpts) ([]common.Address, error)
⋮----
// Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
⋮----
// Solidity: function owner() view returns(address)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerCaller) Owner(opts *bind.CallOpts) (common.Address, error)
⋮----
// RegistryCoordinator is a free data retrieval call binding the contract method 0x6d14a987.
⋮----
// Solidity: function registryCoordinator() view returns(address)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerCaller) RegistryCoordinator(opts *bind.CallOpts) (common.Address, error)
⋮----
// RewardsInitiator is a free data retrieval call binding the contract method 0xfc299dee.
⋮----
// Solidity: function rewardsInitiator() view returns(address)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerCaller) RewardsInitiator(opts *bind.CallOpts) (common.Address, error)
⋮----
// StakeRegistry is a free data retrieval call binding the contract method 0x68304835.
⋮----
// Solidity: function stakeRegistry() view returns(address)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerCaller) StakeRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// TrySignatureAndApkVerification is a free data retrieval call binding the contract method 0x171f1d5b.
⋮----
// Solidity: function trySignatureAndApkVerification(bytes32 msgHash, (uint256,uint256) apk, (uint256[2],uint256[2]) apkG2, (uint256,uint256) sigma) view returns(bool pairingSuccessful, bool siganatureIsValid)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerCaller) TrySignatureAndApkVerification(opts *bind.CallOpts, msgHash [32]byte, apk BN254G1Point, apkG2 BN254G2Point, sigma BN254G1Point) (struct
⋮----
// AddPendingAdmin is a paid mutator transaction binding the contract method 0x279432eb.
⋮----
// Solidity: function addPendingAdmin(address admin) returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) AddPendingAdmin(opts *bind.TransactOpts, admin common.Address) (*types.Transaction, error)
⋮----
// CreateAVSRewardsSubmission is a paid mutator transaction binding the contract method 0xfce36c7d.
⋮----
// Solidity: function createAVSRewardsSubmission(((address,uint96)[],address,uint256,uint32,uint32)[] rewardsSubmissions) returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) CreateAVSRewardsSubmission(opts *bind.TransactOpts, rewardsSubmissions []IRewardsCoordinatorTypesRewardsSubmission) (*types.Transaction, error)
⋮----
// CreateOperatorDirectedAVSRewardsSubmission is a paid mutator transaction binding the contract method 0xa20b99bf.
⋮----
// Solidity: function createOperatorDirectedAVSRewardsSubmission(((address,uint96)[],address,(address,uint256)[],uint32,uint32,string)[] operatorDirectedRewardsSubmissions) returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) CreateOperatorDirectedAVSRewardsSubmission(opts *bind.TransactOpts, operatorDirectedRewardsSubmissions []IRewardsCoordinatorTypesOperatorDirectedRewardsSubmission) (*types.Transaction, error)
⋮----
// DeregisterOperatorFromAVS is a paid mutator transaction binding the contract method 0xa364f4da.
⋮----
// Solidity: function deregisterOperatorFromAVS(address operator) returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) DeregisterOperatorFromAVS(opts *bind.TransactOpts, operator common.Address) (*types.Transaction, error)
⋮----
// DeregisterOperatorFromOperatorSets is a paid mutator transaction binding the contract method 0xc1a8e2c5.
⋮----
// Solidity: function deregisterOperatorFromOperatorSets(address operator, uint32[] operatorSetIds) returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) DeregisterOperatorFromOperatorSets(opts *bind.TransactOpts, operator common.Address, operatorSetIds []uint32) (*types.Transaction, error)
⋮----
// Initialize is a paid mutator transaction binding the contract method 0xc4d66de8.
⋮----
// Solidity: function initialize(address _initialOwner) returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) Initialize(opts *bind.TransactOpts, _initialOwner common.Address) (*types.Transaction, error)
⋮----
// RegisterOperatorToAVS is a paid mutator transaction binding the contract method 0x9926ee7d.
⋮----
// Solidity: function registerOperatorToAVS(address operator, (bytes,bytes32,uint256) operatorSignature) returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) RegisterOperatorToAVS(opts *bind.TransactOpts, operator common.Address, operatorSignature ISignatureUtilsMixinTypesSignatureWithSaltAndExpiry) (*types.Transaction, error)
⋮----
// RemoveAdmin is a paid mutator transaction binding the contract method 0x1785f53c.
⋮----
// Solidity: function removeAdmin(address admin) returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) RemoveAdmin(opts *bind.TransactOpts, admin common.Address) (*types.Transaction, error)
⋮----
// RemoveAppointee is a paid mutator transaction binding the contract method 0xba550880.
⋮----
// Solidity: function removeAppointee(address appointee, address target, bytes4 selector) returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) RemoveAppointee(opts *bind.TransactOpts, appointee common.Address, target common.Address, selector [4]byte) (*types.Transaction, error)
⋮----
// RemovePendingAdmin is a paid mutator transaction binding the contract method 0x9da16d8e.
⋮----
// Solidity: function removePendingAdmin(address pendingAdmin) returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) RemovePendingAdmin(opts *bind.TransactOpts, pendingAdmin common.Address) (*types.Transaction, error)
⋮----
// RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
⋮----
// Solidity: function renounceOwnership() returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// SetAppointee is a paid mutator transaction binding the contract method 0x1fdb0cfd.
⋮----
// Solidity: function setAppointee(address appointee, address target, bytes4 selector) returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) SetAppointee(opts *bind.TransactOpts, appointee common.Address, target common.Address, selector [4]byte) (*types.Transaction, error)
⋮----
// SetClaimerFor is a paid mutator transaction binding the contract method 0xa0169ddd.
⋮----
// Solidity: function setClaimerFor(address claimer) returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) SetClaimerFor(opts *bind.TransactOpts, claimer common.Address) (*types.Transaction, error)
⋮----
// SetRewardsInitiator is a paid mutator transaction binding the contract method 0x3bc28c8c.
⋮----
// Solidity: function setRewardsInitiator(address newRewardsInitiator) returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) SetRewardsInitiator(opts *bind.TransactOpts, newRewardsInitiator common.Address) (*types.Transaction, error)
⋮----
// TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
⋮----
// Solidity: function transferOwnership(address newOwner) returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
⋮----
// UpdateAVSMetadataURI is a paid mutator transaction binding the contract method 0xa98fb355.
⋮----
// Solidity: function updateAVSMetadataURI(string _metadataURI) returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) UpdateAVSMetadataURI(opts *bind.TransactOpts, _metadataURI string) (*types.Transaction, error)
⋮----
// ContractMockAvsServiceManagerInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the ContractMockAvsServiceManager contract.
type ContractMockAvsServiceManagerInitializedIterator struct {
	Event *ContractMockAvsServiceManagerInitialized // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractMockAvsServiceManagerInitialized // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractMockAvsServiceManagerInitializedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractMockAvsServiceManagerInitializedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractMockAvsServiceManagerInitializedIterator) Close() error
⋮----
// ContractMockAvsServiceManagerInitialized represents a Initialized event raised by the ContractMockAvsServiceManager contract.
type ContractMockAvsServiceManagerInitialized struct {
	Version uint8
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
// Solidity: event Initialized(uint8 version)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerFilterer) FilterInitialized(opts *bind.FilterOpts) (*ContractMockAvsServiceManagerInitializedIterator, error)
⋮----
// WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractMockAvsServiceManagerInitialized) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerFilterer) ParseInitialized(log types.Log) (*ContractMockAvsServiceManagerInitialized, error)
⋮----
// ContractMockAvsServiceManagerOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the ContractMockAvsServiceManager contract.
type ContractMockAvsServiceManagerOwnershipTransferredIterator struct {
	Event *ContractMockAvsServiceManagerOwnershipTransferred // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractMockAvsServiceManagerOwnershipTransferred // Event containing the contract specifics and raw log
⋮----
// ContractMockAvsServiceManagerOwnershipTransferred represents a OwnershipTransferred event raised by the ContractMockAvsServiceManager contract.
type ContractMockAvsServiceManagerOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}
⋮----
Raw           types.Log // Blockchain specific contextual infos
⋮----
// FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
// Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractMockAvsServiceManagerOwnershipTransferredIterator, error)
⋮----
var previousOwnerRule []interface{}
⋮----
var newOwnerRule []interface{}
⋮----
// WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractMockAvsServiceManagerOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
⋮----
// ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerFilterer) ParseOwnershipTransferred(log types.Log) (*ContractMockAvsServiceManagerOwnershipTransferred, error)
⋮----
// ContractMockAvsServiceManagerRewardsInitiatorUpdatedIterator is returned from FilterRewardsInitiatorUpdated and is used to iterate over the raw logs and unpacked data for RewardsInitiatorUpdated events raised by the ContractMockAvsServiceManager contract.
type ContractMockAvsServiceManagerRewardsInitiatorUpdatedIterator struct {
	Event *ContractMockAvsServiceManagerRewardsInitiatorUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractMockAvsServiceManagerRewardsInitiatorUpdated // Event containing the contract specifics and raw log
⋮----
// ContractMockAvsServiceManagerRewardsInitiatorUpdated represents a RewardsInitiatorUpdated event raised by the ContractMockAvsServiceManager contract.
type ContractMockAvsServiceManagerRewardsInitiatorUpdated struct {
	PrevRewardsInitiator common.Address
	NewRewardsInitiator  common.Address
	Raw                  types.Log // Blockchain specific contextual infos
}
⋮----
Raw                  types.Log // Blockchain specific contextual infos
⋮----
// FilterRewardsInitiatorUpdated is a free log retrieval operation binding the contract event 0xe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e3.
⋮----
// Solidity: event RewardsInitiatorUpdated(address prevRewardsInitiator, address newRewardsInitiator)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerFilterer) FilterRewardsInitiatorUpdated(opts *bind.FilterOpts) (*ContractMockAvsServiceManagerRewardsInitiatorUpdatedIterator, error)
⋮----
// WatchRewardsInitiatorUpdated is a free log subscription operation binding the contract event 0xe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e3.
⋮----
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerFilterer) WatchRewardsInitiatorUpdated(opts *bind.WatchOpts, sink chan<- *ContractMockAvsServiceManagerRewardsInitiatorUpdated) (event.Subscription, error)
⋮----
// ParseRewardsInitiatorUpdated is a log parse operation binding the contract event 0xe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e3.
⋮----
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerFilterer) ParseRewardsInitiatorUpdated(log types.Log) (*ContractMockAvsServiceManagerRewardsInitiatorUpdated, error)
````

## File: contracts/bindings/MockERC20/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractMockERC20
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// ContractMockERC20MetaData contains all meta data concerning the ContractMockERC20 contract.
var ContractMockERC20MetaData = &bind.MetaData{
	ABI: "[{\"type\":\"function\",\"name\":\"allowance\",\"inputs\":[{\"name\":\"owner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"spender\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"approve\",\"inputs\":[{\"name\":\"spender\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"balanceOf\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"decimals\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"decreaseAllowance\",\"inputs\":[{\"name\":\"spender\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"subtractedValue\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"increaseAllowance\",\"inputs\":[{\"name\":\"spender\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"addedValue\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"mint\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"name\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"symbol\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"totalSupply\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"transfer\",\"inputs\":[{\"name\":\"to\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"transferFrom\",\"inputs\":[{\"name\":\"from\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"to\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"event\",\"name\":\"Approval\",\"inputs\":[{\"name\":\"owner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"spender\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"value\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Transfer\",\"inputs\":[{\"name\":\"from\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"to\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"value\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false}]",
	Bin: "0x60806040523461031357604080519081016001600160401b03811182821017610226576040908152600a82526926b7b1b5902a37b5b2b760b11b602083015280519081016001600160401b038111828210176102265760405260038152624d434b60e81b602082015281516001600160401b03811161022657600354600181811c91168015610309575b602082101461020857601f81116102a6575b50602092601f821160011461024557928192935f9261023a575b50508160011b915f199060031b1c1916176003555b80516001600160401b03811161022657600454600181811c9116801561021c575b602082101461020857601f81116101a5575b50602091601f8211600114610145579181925f9261013a575b50508160011b915f199060031b1c1916176004555b6040516108a690816103188239f35b015190505f80610116565b601f1982169260045f52805f20915f5b85811061018d57508360019510610175575b505050811b0160045561012b565b01515f1960f88460031b161c191690555f8080610167565b91926020600181928685015181550194019201610155565b60045f527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b601f830160051c810191602084106101fe575b601f0160051c01905b8181106101f357506100fd565b5f81556001016101e6565b90915081906101dd565b634e487b7160e01b5f52602260045260245ffd5b90607f16906100eb565b634e487b7160e01b5f52604160045260245ffd5b015190505f806100b5565b601f1982169360035f52805f20915f5b86811061028e5750836001959610610276575b505050811b016003556100ca565b01515f1960f88460031b161c191690555f8080610268565b91926020600181928685015181550194019201610255565b60035f527fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b601f830160051c810191602084106102ff575b601f0160051c01905b8181106102f4575061009b565b5f81556001016102e7565b90915081906102de565b90607f1690610089565b5f80fdfe6080806040526004361015610012575f80fd5b5f3560e01c90816306fdde03146104b057508063095ea7b31461048a57806318160ddd1461046d57806323b872dd14610440578063313ce5671461042557806339509351146103d757806340c10f191461031a57806370a08231146102e357806395d89b41146101c8578063a457c2d714610125578063a9059cbb146100f45763dd62ed3e146100a0575f80fd5b346100f05760403660031901126100f0576100b96105a9565b6100c16105bf565b6001600160a01b039182165f908152600160209081526040808320949093168252928352819020549051908152f35b5f80fd5b346100f05760403660031901126100f05761011a6101106105a9565b60243590336106fa565b602060405160018152f35b346100f05760403660031901126100f05761013e6105a9565b60243590335f52600160205260405f2060018060a01b0382165f5260205260405f2054918083106101755761011a920390336105f6565b60405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b6064820152608490fd5b346100f0575f3660031901126100f0576040515f6004548060011c906001811680156102d9575b6020831081146102c5578285529081156102a95750600114610254575b50819003601f01601f191681019067ffffffffffffffff8211818310176102405761023c8291826040528261057f565b0390f35b634e487b7160e01b5f52604160045260245ffd5b905060045f527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b5f905b8282106102935750602091508201018261020c565b600181602092548385880101520191019061027e565b90506020925060ff191682840152151560051b8201018261020c565b634e487b7160e01b5f52602260045260245ffd5b91607f16916101ef565b346100f05760203660031901126100f0576001600160a01b036103046105a9565b165f525f602052602060405f2054604051908152f35b346100f05760403660031901126100f0576103336105a9565b6001600160a01b03166024358115610392577fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6020826103765f946002546105d5565b60025584845283825260408420818154019055604051908152a3005b60405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f2061646472657373006044820152606490fd5b346100f05760403660031901126100f05761011a6103f36105a9565b335f52600160205260405f2060018060a01b0382165f5260205261041e60405f2060243590546105d5565b90336105f6565b346100f0575f3660031901126100f057602060405160128152f35b346100f05760603660031901126100f05761011a61045c6105a9565b6104646105bf565b604435916106fa565b346100f0575f3660031901126100f0576020600254604051908152f35b346100f05760403660031901126100f05761011a6104a66105a9565b60243590336105f6565b346100f0575f3660031901126100f0575f6003548060011c90600181168015610575575b6020831081146102c5578285529081156102a957506001146105205750819003601f01601f191681019067ffffffffffffffff8211818310176102405761023c8291826040528261057f565b905060035f527fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b5f905b82821061055f5750602091508201018261020c565b600181602092548385880101520191019061054a565b91607f16916104d4565b602060409281835280519182918282860152018484015e5f828201840152601f01601f1916010190565b600435906001600160a01b03821682036100f057565b602435906001600160a01b03821682036100f057565b919082018092116105e257565b634e487b7160e01b5f52601160045260245ffd5b6001600160a01b03169081156106a9576001600160a01b03169182156106595760207f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591835f526001825260405f20855f5282528060405f2055604051908152a3565b60405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608490fd5b60405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608490fd5b6001600160a01b031690811561081d576001600160a01b03169182156107cc57815f525f60205260405f205481811061077857817fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92602092855f525f84520360405f2055845f525f825260405f20818154019055604051908152a3565b60405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608490fd5b60405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608490fd5b60405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608490fdfea2646970667358221220052a0f245b6e6b4b30a01195e59fc4ff0a133ae6b239a5eb85e229cfe7fb3b9c64736f6c634300081b0033",
}
⋮----
// ContractMockERC20ABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractMockERC20MetaData.ABI instead.
var ContractMockERC20ABI = ContractMockERC20MetaData.ABI
⋮----
// ContractMockERC20Bin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractMockERC20MetaData.Bin instead.
var ContractMockERC20Bin = ContractMockERC20MetaData.Bin
⋮----
// DeployContractMockERC20 deploys a new Ethereum contract, binding an instance of ContractMockERC20 to it.
func DeployContractMockERC20(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *ContractMockERC20, error)
⋮----
// ContractMockERC20Methods is an auto generated interface around an Ethereum contract.
type ContractMockERC20Methods interface {
	ContractMockERC20Calls
	ContractMockERC20Transacts
	ContractMockERC20Filters
}
⋮----
// ContractMockERC20Calls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractMockERC20Calls interface {
	Allowance(opts *bind.CallOpts, owner common.Address, spender common.Address) (*big.Int, error)

	BalanceOf(opts *bind.CallOpts, account common.Address) (*big.Int, error)

	Decimals(opts *bind.CallOpts) (uint8, error)

	Name(opts *bind.CallOpts) (string, error)

	Symbol(opts *bind.CallOpts) (string, error)

	TotalSupply(opts *bind.CallOpts) (*big.Int, error)
}
⋮----
// ContractMockERC20Transacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractMockERC20Transacts interface {
	Approve(opts *bind.TransactOpts, spender common.Address, amount *big.Int) (*types.Transaction, error)

	DecreaseAllowance(opts *bind.TransactOpts, spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)

	IncreaseAllowance(opts *bind.TransactOpts, spender common.Address, addedValue *big.Int) (*types.Transaction, error)

	Mint(opts *bind.TransactOpts, account common.Address, amount *big.Int) (*types.Transaction, error)

	Transfer(opts *bind.TransactOpts, to common.Address, amount *big.Int) (*types.Transaction, error)

	TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, amount *big.Int) (*types.Transaction, error)
}
⋮----
// ContractMockERC20Filterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractMockERC20Filters interface {
	FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*ContractMockERC20ApprovalIterator, error)
	WatchApproval(opts *bind.WatchOpts, sink chan<- *ContractMockERC20Approval, owner []common.Address, spender []common.Address) (event.Subscription, error)
	ParseApproval(log types.Log) (*ContractMockERC20Approval, error)

	FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*ContractMockERC20TransferIterator, error)
	WatchTransfer(opts *bind.WatchOpts, sink chan<- *ContractMockERC20Transfer, from []common.Address, to []common.Address) (event.Subscription, error)
	ParseTransfer(log types.Log) (*ContractMockERC20Transfer, error)
}
⋮----
// ContractMockERC20 is an auto generated Go binding around an Ethereum contract.
type ContractMockERC20 struct {
	ContractMockERC20Caller     // Read-only binding to the contract
	ContractMockERC20Transactor // Write-only binding to the contract
	ContractMockERC20Filterer   // Log filterer for contract events
}
⋮----
ContractMockERC20Caller     // Read-only binding to the contract
ContractMockERC20Transactor // Write-only binding to the contract
ContractMockERC20Filterer   // Log filterer for contract events
⋮----
// ContractMockERC20 implements the ContractMockERC20Methods interface.
var _ ContractMockERC20Methods = (*ContractMockERC20)(nil)
⋮----
// ContractMockERC20Caller is an auto generated read-only Go binding around an Ethereum contract.
type ContractMockERC20Caller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractMockERC20Caller implements the ContractMockERC20Calls interface.
var _ ContractMockERC20Calls = (*ContractMockERC20Caller)(nil)
⋮----
// ContractMockERC20Transactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractMockERC20Transactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractMockERC20Transactor implements the ContractMockERC20Transacts interface.
var _ ContractMockERC20Transacts = (*ContractMockERC20Transactor)(nil)
⋮----
// ContractMockERC20Filterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractMockERC20Filterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractMockERC20Filterer implements the ContractMockERC20Filters interface.
var _ ContractMockERC20Filters = (*ContractMockERC20Filterer)(nil)
⋮----
// ContractMockERC20Session is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractMockERC20Session struct {
	Contract     *ContractMockERC20 // Generic contract binding to set the session for
	CallOpts     bind.CallOpts      // Call options to use throughout this session
	TransactOpts bind.TransactOpts  // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractMockERC20 // Generic contract binding to set the session for
CallOpts     bind.CallOpts      // Call options to use throughout this session
TransactOpts bind.TransactOpts  // Transaction auth options to use throughout this session
⋮----
// ContractMockERC20CallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractMockERC20CallerSession struct {
	Contract *ContractMockERC20Caller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts            // Call options to use throughout this session
}
⋮----
Contract *ContractMockERC20Caller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts            // Call options to use throughout this session
⋮----
// ContractMockERC20TransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractMockERC20TransactorSession struct {
	Contract     *ContractMockERC20Transactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts            // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractMockERC20Transactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts            // Transaction auth options to use throughout this session
⋮----
// ContractMockERC20Raw is an auto generated low-level Go binding around an Ethereum contract.
type ContractMockERC20Raw struct {
	Contract *ContractMockERC20 // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractMockERC20 // Generic contract binding to access the raw methods on
⋮----
// ContractMockERC20CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractMockERC20CallerRaw struct {
	Contract *ContractMockERC20Caller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractMockERC20Caller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractMockERC20TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractMockERC20TransactorRaw struct {
	Contract *ContractMockERC20Transactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractMockERC20Transactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractMockERC20 creates a new instance of ContractMockERC20, bound to a specific deployed contract.
func NewContractMockERC20(address common.Address, backend bind.ContractBackend) (*ContractMockERC20, error)
⋮----
// NewContractMockERC20Caller creates a new read-only instance of ContractMockERC20, bound to a specific deployed contract.
func NewContractMockERC20Caller(address common.Address, caller bind.ContractCaller) (*ContractMockERC20Caller, error)
⋮----
// NewContractMockERC20Transactor creates a new write-only instance of ContractMockERC20, bound to a specific deployed contract.
func NewContractMockERC20Transactor(address common.Address, transactor bind.ContractTransactor) (*ContractMockERC20Transactor, error)
⋮----
// NewContractMockERC20Filterer creates a new log filterer instance of ContractMockERC20, bound to a specific deployed contract.
func NewContractMockERC20Filterer(address common.Address, filterer bind.ContractFilterer) (*ContractMockERC20Filterer, error)
⋮----
// bindContractMockERC20 binds a generic wrapper to an already deployed contract.
func bindContractMockERC20(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractMockERC20 *ContractMockERC20Raw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractMockERC20 *ContractMockERC20Raw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractMockERC20 *ContractMockERC20Raw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.
//
// Solidity: function allowance(address owner, address spender) view returns(uint256)
func (_ContractMockERC20 *ContractMockERC20Caller) Allowance(opts *bind.CallOpts, owner common.Address, spender common.Address) (*big.Int, error)
⋮----
var out []interface{}
⋮----
// BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
⋮----
// Solidity: function balanceOf(address account) view returns(uint256)
func (_ContractMockERC20 *ContractMockERC20Caller) BalanceOf(opts *bind.CallOpts, account common.Address) (*big.Int, error)
⋮----
// Decimals is a free data retrieval call binding the contract method 0x313ce567.
⋮----
// Solidity: function decimals() view returns(uint8)
func (_ContractMockERC20 *ContractMockERC20Caller) Decimals(opts *bind.CallOpts) (uint8, error)
⋮----
// Name is a free data retrieval call binding the contract method 0x06fdde03.
⋮----
// Solidity: function name() view returns(string)
func (_ContractMockERC20 *ContractMockERC20Caller) Name(opts *bind.CallOpts) (string, error)
⋮----
// Symbol is a free data retrieval call binding the contract method 0x95d89b41.
⋮----
// Solidity: function symbol() view returns(string)
func (_ContractMockERC20 *ContractMockERC20Caller) Symbol(opts *bind.CallOpts) (string, error)
⋮----
// TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
⋮----
// Solidity: function totalSupply() view returns(uint256)
func (_ContractMockERC20 *ContractMockERC20Caller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)
⋮----
// Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
⋮----
// Solidity: function approve(address spender, uint256 amount) returns(bool)
func (_ContractMockERC20 *ContractMockERC20Transactor) Approve(opts *bind.TransactOpts, spender common.Address, amount *big.Int) (*types.Transaction, error)
⋮----
// DecreaseAllowance is a paid mutator transaction binding the contract method 0xa457c2d7.
⋮----
// Solidity: function decreaseAllowance(address spender, uint256 subtractedValue) returns(bool)
func (_ContractMockERC20 *ContractMockERC20Transactor) DecreaseAllowance(opts *bind.TransactOpts, spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)
⋮----
// IncreaseAllowance is a paid mutator transaction binding the contract method 0x39509351.
⋮----
// Solidity: function increaseAllowance(address spender, uint256 addedValue) returns(bool)
func (_ContractMockERC20 *ContractMockERC20Transactor) IncreaseAllowance(opts *bind.TransactOpts, spender common.Address, addedValue *big.Int) (*types.Transaction, error)
⋮----
// Mint is a paid mutator transaction binding the contract method 0x40c10f19.
⋮----
// Solidity: function mint(address account, uint256 amount) returns()
func (_ContractMockERC20 *ContractMockERC20Transactor) Mint(opts *bind.TransactOpts, account common.Address, amount *big.Int) (*types.Transaction, error)
⋮----
// Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.
⋮----
// Solidity: function transfer(address to, uint256 amount) returns(bool)
⋮----
// TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
⋮----
// Solidity: function transferFrom(address from, address to, uint256 amount) returns(bool)
func (_ContractMockERC20 *ContractMockERC20Transactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, amount *big.Int) (*types.Transaction, error)
⋮----
// ContractMockERC20ApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the ContractMockERC20 contract.
type ContractMockERC20ApprovalIterator struct {
	Event *ContractMockERC20Approval // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractMockERC20Approval // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractMockERC20ApprovalIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractMockERC20ApprovalIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractMockERC20ApprovalIterator) Close() error
⋮----
// ContractMockERC20Approval represents a Approval event raised by the ContractMockERC20 contract.
type ContractMockERC20Approval struct {
	Owner   common.Address
	Spender common.Address
	Value   *big.Int
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterApproval is a free log retrieval operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
⋮----
// Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)
func (_ContractMockERC20 *ContractMockERC20Filterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*ContractMockERC20ApprovalIterator, error)
⋮----
var ownerRule []interface{}
⋮----
var spenderRule []interface{}
⋮----
// WatchApproval is a free log subscription operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
⋮----
func (_ContractMockERC20 *ContractMockERC20Filterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *ContractMockERC20Approval, owner []common.Address, spender []common.Address) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseApproval is a log parse operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
⋮----
func (_ContractMockERC20 *ContractMockERC20Filterer) ParseApproval(log types.Log) (*ContractMockERC20Approval, error)
⋮----
// ContractMockERC20TransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the ContractMockERC20 contract.
type ContractMockERC20TransferIterator struct {
	Event *ContractMockERC20Transfer // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractMockERC20Transfer // Event containing the contract specifics and raw log
⋮----
// ContractMockERC20Transfer represents a Transfer event raised by the ContractMockERC20 contract.
type ContractMockERC20Transfer struct {
	From  common.Address
	To    common.Address
	Value *big.Int
	Raw   types.Log // Blockchain specific contextual infos
}
⋮----
Raw   types.Log // Blockchain specific contextual infos
⋮----
// FilterTransfer is a free log retrieval operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
⋮----
// Solidity: event Transfer(address indexed from, address indexed to, uint256 value)
func (_ContractMockERC20 *ContractMockERC20Filterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*ContractMockERC20TransferIterator, error)
⋮----
var fromRule []interface{}
⋮----
var toRule []interface{}
⋮----
// WatchTransfer is a free log subscription operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
⋮----
func (_ContractMockERC20 *ContractMockERC20Filterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *ContractMockERC20Transfer, from []common.Address, to []common.Address) (event.Subscription, error)
⋮----
// ParseTransfer is a log parse operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
⋮----
func (_ContractMockERC20 *ContractMockERC20Filterer) ParseTransfer(log types.Log) (*ContractMockERC20Transfer, error)
````

## File: contracts/bindings/OperatorStateRetriever/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractOperatorStateRetriever
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// OperatorStateRetrieverCheckSignaturesIndices is an auto generated low-level Go binding around an user-defined struct.
type OperatorStateRetrieverCheckSignaturesIndices struct {
	NonSignerQuorumBitmapIndices []uint32
	QuorumApkIndices             []uint32
	TotalStakeIndices            []uint32
	NonSignerStakeIndices        [][]uint32
}
⋮----
// OperatorStateRetrieverOperator is an auto generated low-level Go binding around an user-defined struct.
type OperatorStateRetrieverOperator struct {
	Operator   common.Address
	OperatorId [32]byte
	Stake      *big.Int
}
⋮----
// ContractOperatorStateRetrieverMetaData contains all meta data concerning the ContractOperatorStateRetriever contract.
var ContractOperatorStateRetrieverMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"function\",\"name\":\"getBatchOperatorFromId\",\"inputs\":[{\"name\":\"registryCoordinator\",\"type\":\"address\",\"internalType\":\"contractISlashingRegistryCoordinator\"},{\"name\":\"operatorIds\",\"type\":\"bytes32[]\",\"internalType\":\"bytes32[]\"}],\"outputs\":[{\"name\":\"operators\",\"type\":\"address[]\",\"internalType\":\"address[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getBatchOperatorId\",\"inputs\":[{\"name\":\"registryCoordinator\",\"type\":\"address\",\"internalType\":\"contractISlashingRegistryCoordinator\"},{\"name\":\"operators\",\"type\":\"address[]\",\"internalType\":\"address[]\"}],\"outputs\":[{\"name\":\"operatorIds\",\"type\":\"bytes32[]\",\"internalType\":\"bytes32[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getCheckSignaturesIndices\",\"inputs\":[{\"name\":\"registryCoordinator\",\"type\":\"address\",\"internalType\":\"contractISlashingRegistryCoordinator\"},{\"name\":\"referenceBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"nonSignerOperatorIds\",\"type\":\"bytes32[]\",\"internalType\":\"bytes32[]\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structOperatorStateRetriever.CheckSignaturesIndices\",\"components\":[{\"name\":\"nonSignerQuorumBitmapIndices\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"quorumApkIndices\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"totalStakeIndices\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"nonSignerStakeIndices\",\"type\":\"uint32[][]\",\"internalType\":\"uint32[][]\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorState\",\"inputs\":[{\"name\":\"registryCoordinator\",\"type\":\"address\",\"internalType\":\"contractISlashingRegistryCoordinator\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple[][]\",\"internalType\":\"structOperatorStateRetriever.Operator[][]\",\"components\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"stake\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorState\",\"inputs\":[{\"name\":\"registryCoordinator\",\"type\":\"address\",\"internalType\":\"contractISlashingRegistryCoordinator\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"\",\"type\":\"tuple[][]\",\"internalType\":\"structOperatorStateRetriever.Operator[][]\",\"components\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"stake\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getQuorumBitmapsAtBlockNumber\",\"inputs\":[{\"name\":\"registryCoordinator\",\"type\":\"address\",\"internalType\":\"contractISlashingRegistryCoordinator\"},{\"name\":\"operatorIds\",\"type\":\"bytes32[]\",\"internalType\":\"bytes32[]\"},{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}],\"stateMutability\":\"view\"},{\"type\":\"error\",\"name\":\"OperatorNotRegistered\",\"inputs\":[]}]",
	Bin: "0x6080604052348015600e575f5ffd5b50611c088061001c5f395ff3fe608060405234801561000f575f5ffd5b5060043610610060575f3560e01c806331b36bd9146100645780633563b0d11461008d5780634d2b57fe146100ad5780634f739f74146100cd5780635c155662146100ed578063cefdc1d41461010d575b5f5ffd5b6100776100723660046112df565b61012e565b60405161008491906113cc565b60405180910390f35b6100a061009b366004611406565b61023f565b6040516100849190611567565b6100c06100bb3660046115d4565b6106a7565b6040516100849190611620565b6100e06100db36600461166b565b6107b1565b604051610084919061175b565b6101006100fb366004611811565b610e2e565b6040516100849190611870565b61012061011b3660046118a7565b610fe3565b6040516100849291906118db565b606081516001600160401b0381111561014957610149611279565b604051908082528060200260200182016040528015610172578160200160208202803683370190505b5090505f5b825181101561023857836001600160a01b03166313542a4e8483815181106101a1576101a16118fb565b60200260200101516040518263ffffffff1660e01b81526004016101d491906001600160a01b0391909116815260200190565b602060405180830381865afa1580156101ef573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610213919061190f565b828281518110610225576102256118fb565b6020908102919091010152600101610177565b5092915050565b60605f846001600160a01b031663683048356040518163ffffffff1660e01b8152600401602060405180830381865afa15801561027e573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102a29190611926565b90505f856001600160a01b0316639e9923c26040518163ffffffff1660e01b8152600401602060405180830381865afa1580156102e1573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103059190611926565b90505f866001600160a01b0316635df459466040518163ffffffff1660e01b8152600401602060405180830381865afa158015610344573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103689190611926565b90505f86516001600160401b0381111561038457610384611279565b6040519080825280602002602001820160405280156103b757816020015b60608152602001906001900390816103a25790505b5090505f5b875181101561069b575f8882815181106103d8576103d86118fb565b0160200151604051638902624560e01b815260f89190911c6004820181905263ffffffff8a16602483015291505f906001600160a01b038716906389026245906044015f60405180830381865afa158015610435573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261045c9190810190611941565b905080516001600160401b0381111561047757610477611279565b6040519080825280602002602001820160405280156104c057816020015b604080516060810182525f80825260208083018290529282015282525f199092019101816104955790505b508484815181106104d3576104d36118fb565b60209081029190910101525f5b8151811015610690576040518060600160405280876001600160a01b03166347b314e8858581518110610515576105156118fb565b60200260200101516040518263ffffffff1660e01b815260040161053b91815260200190565b602060405180830381865afa158015610556573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061057a9190611926565b6001600160a01b0316815260200183838151811061059a5761059a6118fb565b60200260200101518152602001896001600160a01b031663fa28c6278585815181106105c8576105c86118fb565b60209081029190910101516040516001600160e01b031960e084901b168152600481019190915260ff8816602482015263ffffffff8f166044820152606401602060405180830381865afa158015610622573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061064691906119d1565b6001600160601b0316815250858581518110610664576106646118fb565b6020026020010151828151811061067d5761067d6118fb565b60209081029190910101526001016104e0565b5050506001016103bc565b50979650505050505050565b606081516001600160401b038111156106c2576106c2611279565b6040519080825280602002602001820160405280156106eb578160200160208202803683370190505b5090505f5b825181101561023857836001600160a01b031663296bb06484838151811061071a5761071a6118fb565b60200260200101516040518263ffffffff1660e01b815260040161074091815260200190565b602060405180830381865afa15801561075b573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061077f9190611926565b828281518110610791576107916118fb565b6001600160a01b03909216602092830291909101909101526001016106f0565b6107dc6040518060800160405280606081526020016060815260200160608152602001606081525090565b5f866001600160a01b031663683048356040518163ffffffff1660e01b8152600401602060405180830381865afa158015610819573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061083d9190611926565b905061086a6040518060800160405280606081526020016060815260200160608152602001606081525090565b6040516361c8a12f60e11b81526001600160a01b0389169063c391425e90610898908a9088906004016119f7565b5f60405180830381865afa1580156108b2573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526108d99190810190611a15565b81526040516340e03a8160e11b81526001600160a01b038316906381c075029061090b908a908a908a90600401611acc565b5f60405180830381865afa158015610925573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261094c9190810190611a15565b6040820152846001600160401b0381111561096957610969611279565b60405190808252806020026020018201604052801561099c57816020015b60608152602001906001900390816109875790505b5060608201525f5b60ff8116861115610d475784515f906001600160401b038111156109ca576109ca611279565b6040519080825280602002602001820160405280156109f3578160200160208202803683370190505b5083606001518360ff1681518110610a0d57610a0d6118fb565b60209081029190910101525f5b8651811015610c53575f8b6001600160a01b03166304ec6351898481518110610a4557610a456118fb565b60200260200101518d885f01518681518110610a6357610a636118fb565b60200260200101516040518463ffffffff1660e01b8152600401610aa09392919092835263ffffffff918216602084015216604082015260600190565b602060405180830381865afa158015610abb573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610adf9190611af4565b9050806001600160c01b03165f03610b0a576040516325ec6c1f60e01b815260040160405180910390fd5b89898560ff16818110610b1f57610b1f6118fb565b60016001600160c01b038516919093013560f81c1c82169091039050610c4a57856001600160a01b031663dd9846b9898481518110610b6057610b606118fb565b60200260200101518c8c8860ff16818110610b7d57610b7d6118fb565b6040516001600160e01b031960e087901b1681526004810194909452919091013560f81c60248301525063ffffffff8e166044820152606401602060405180830381865afa158015610bd1573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bf59190611b1a565b85606001518560ff1681518110610c0e57610c0e6118fb565b60200260200101518481518110610c2757610c276118fb565b63ffffffff9092166020928302919091019091015282610c4681611b49565b9350505b50600101610a1a565b505f816001600160401b03811115610c6d57610c6d611279565b604051908082528060200260200182016040528015610c96578160200160208202803683370190505b5090505f5b82811015610d0c5784606001518460ff1681518110610cbc57610cbc6118fb565b60200260200101518181518110610cd557610cd56118fb565b6020026020010151828281518110610cef57610cef6118fb565b63ffffffff90921660209283029190910190910152600101610c9b565b508084606001518460ff1681518110610d2757610d276118fb565b602002602001018190525050508080610d3f90611b61565b9150506109a4565b505f886001600160a01b0316635df459466040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d85573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610da99190611926565b60405163354952a360e21b81529091506001600160a01b0382169063d5254a8c90610ddc908a908a908d90600401611b7f565b5f60405180830381865afa158015610df6573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610e1d9190810190611a15565b602083015250979650505050505050565b60605f846001600160a01b031663c391425e84866040518363ffffffff1660e01b8152600401610e5f9291906119f7565b5f60405180830381865afa158015610e79573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610ea09190810190611a15565b90505f84516001600160401b03811115610ebc57610ebc611279565b604051908082528060200260200182016040528015610ee5578160200160208202803683370190505b5090505f5b8551811015610fd957866001600160a01b03166304ec6351878381518110610f1457610f146118fb565b602002602001015187868581518110610f2f57610f2f6118fb565b60200260200101516040518463ffffffff1660e01b8152600401610f6c9392919092835263ffffffff918216602084015216604082015260600190565b602060405180830381865afa158015610f87573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fab9190611af4565b6001600160c01b0316828281518110610fc657610fc66118fb565b6020908102919091010152600101610eea565b5095945050505050565b6040805160018082528183019092525f9160609183916020808301908036833701905050905084815f8151811061101c5761101c6118fb565b60209081029190910101526040516361c8a12f60e11b81525f906001600160a01b0388169063c391425e9061105790889086906004016119f7565b5f60405180830381865afa158015611071573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526110989190810190611a15565b5f815181106110a9576110a96118fb565b60209081029190910101516040516304ec635160e01b81526004810188905263ffffffff87811660248301529091166044820181905291505f906001600160a01b038916906304ec635190606401602060405180830381865afa158015611112573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111369190611af4565b6001600160c01b031690505f61114b82611169565b9050816111598a838a61023f565b9550955050505050935093915050565b60605f5f61117684611232565b61ffff166001600160401b0381111561119157611191611279565b6040519080825280601f01601f1916602001820160405280156111bb576020820181803683370190505b5090505f805b8251821080156111d2575061010081105b15611228576001811b935085841615611218578060f81b8383815181106111fb576111fb6118fb565b60200101906001600160f81b03191690815f1a9053508160010191505b61122181611b49565b90506111c1565b5090949350505050565b5f805b821561125c57611246600184611ba8565b909216918061125481611bbb565b915050611235565b92915050565b6001600160a01b0381168114611276575f5ffd5b50565b634e487b7160e01b5f52604160045260245ffd5b604051601f8201601f191681016001600160401b03811182821017156112b5576112b5611279565b604052919050565b5f6001600160401b038211156112d5576112d5611279565b5060051b60200190565b5f5f604083850312156112f0575f5ffd5b82356112fb81611262565b915060208301356001600160401b03811115611315575f5ffd5b8301601f81018513611325575f5ffd5b8035611338611333826112bd565b61128d565b8082825260208201915060208360051b850101925087831115611359575f5ffd5b6020840193505b8284101561138457833561137381611262565b825260209384019390910190611360565b809450505050509250929050565b5f8151808452602084019350602083015f5b828110156113c25781518652602095860195909101906001016113a4565b5093949350505050565b602081525f6113de6020830184611392565b9392505050565b63ffffffff81168114611276575f5ffd5b8035611401816113e5565b919050565b5f5f5f60608486031215611418575f5ffd5b833561142381611262565b925060208401356001600160401b0381111561143d575f5ffd5b8401601f8101861361144d575f5ffd5b80356001600160401b0381111561146657611466611279565b611479601f8201601f191660200161128d565b81815287602083850101111561148d575f5ffd5b816020840160208301375f602083830101528094505050506114b1604085016113f6565b90509250925092565b5f82825180855260208501945060208160051b830101602085015f5b8381101561155b57848303601f19018852815180518085526020918201918501905f5b8181101561154257835180516001600160a01b03168452602080820151818601526040918201516001600160601b031691850191909152909301926060909201916001016114f9565b50506020998a01999094509290920191506001016114d6565b50909695505050505050565b602081525f6113de60208301846114ba565b5f82601f830112611588575f5ffd5b8135611596611333826112bd565b8082825260208201915060208360051b8601019250858311156115b7575f5ffd5b602085015b83811015610fd95780358352602092830192016115bc565b5f5f604083850312156115e5575f5ffd5b82356115f081611262565b915060208301356001600160401b0381111561160a575f5ffd5b61161685828601611579565b9150509250929050565b602080825282518282018190525f918401906040840190835b818110156116605783516001600160a01b0316835260209384019390920191600101611639565b509095945050505050565b5f5f5f5f5f6080868803121561167f575f5ffd5b853561168a81611262565b9450602086013561169a816113e5565b935060408601356001600160401b038111156116b4575f5ffd5b8601601f810188136116c4575f5ffd5b80356001600160401b038111156116d9575f5ffd5b8860208284010111156116ea575f5ffd5b6020919091019350915060608601356001600160401b0381111561170c575f5ffd5b61171888828901611579565b9150509295509295909350565b5f8151808452602084019350602083015f5b828110156113c257815163ffffffff16865260209586019590910190600101611737565b602081525f82516080602084015261177660a0840182611725565b90506020840151601f198483030160408501526117938282611725565b9150506040840151601f198483030160608501526117b18282611725565b6060860151858203601f190160808701528051808352919350602090810192508084019190600582901b8501015f5b8281101561069b57601f198683030184526117fc828651611725565b602095860195949094019391506001016117e0565b5f5f5f60608486031215611823575f5ffd5b833561182e81611262565b925060208401356001600160401b03811115611848575f5ffd5b61185486828701611579565b9250506040840135611865816113e5565b809150509250925092565b602080825282518282018190525f918401906040840190835b81811015611660578351835260209384019390920191600101611889565b5f5f5f606084860312156118b9575f5ffd5b83356118c481611262565b9250602084013591506040840135611865816113e5565b828152604060208201525f6118f360408301846114ba565b949350505050565b634e487b7160e01b5f52603260045260245ffd5b5f6020828403121561191f575f5ffd5b5051919050565b5f60208284031215611936575f5ffd5b81516113de81611262565b5f60208284031215611951575f5ffd5b81516001600160401b03811115611966575f5ffd5b8201601f81018413611976575f5ffd5b8051611984611333826112bd565b8082825260208201915060208360051b8501019250868311156119a5575f5ffd5b6020840193505b828410156119c75783518252602093840193909101906119ac565b9695505050505050565b5f602082840312156119e1575f5ffd5b81516001600160601b03811681146113de575f5ffd5b63ffffffff83168152604060208201525f6118f36040830184611392565b5f60208284031215611a25575f5ffd5b81516001600160401b03811115611a3a575f5ffd5b8201601f81018413611a4a575f5ffd5b8051611a58611333826112bd565b8082825260208201915060208360051b850101925086831115611a79575f5ffd5b6020840193505b828410156119c7578351611a93816113e5565b825260209384019390910190611a80565b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b63ffffffff84168152604060208201525f611aeb604083018486611aa4565b95945050505050565b5f60208284031215611b04575f5ffd5b81516001600160c01b03811681146113de575f5ffd5b5f60208284031215611b2a575f5ffd5b81516113de816113e5565b634e487b7160e01b5f52601160045260245ffd5b5f60018201611b5a57611b5a611b35565b5060010190565b5f60ff821660ff8103611b7657611b76611b35565b60010192915050565b604081525f611b92604083018587611aa4565b905063ffffffff83166020830152949350505050565b8181038181111561125c5761125c611b35565b5f61ffff821661ffff8103611b7657611b76611b3556fea2646970667358221220665dc0bb54347cd1e6f719d5a2f5e89ec80a6bd64c662badfb5f23281d2b402364736f6c634300081b0033",
}
⋮----
// ContractOperatorStateRetrieverABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractOperatorStateRetrieverMetaData.ABI instead.
var ContractOperatorStateRetrieverABI = ContractOperatorStateRetrieverMetaData.ABI
⋮----
// ContractOperatorStateRetrieverBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractOperatorStateRetrieverMetaData.Bin instead.
var ContractOperatorStateRetrieverBin = ContractOperatorStateRetrieverMetaData.Bin
⋮----
// DeployContractOperatorStateRetriever deploys a new Ethereum contract, binding an instance of ContractOperatorStateRetriever to it.
func DeployContractOperatorStateRetriever(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *ContractOperatorStateRetriever, error)
⋮----
// ContractOperatorStateRetrieverMethods is an auto generated interface around an Ethereum contract.
type ContractOperatorStateRetrieverMethods interface {
	ContractOperatorStateRetrieverCalls
	ContractOperatorStateRetrieverTransacts
	ContractOperatorStateRetrieverFilters
}
⋮----
// ContractOperatorStateRetrieverCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractOperatorStateRetrieverCalls interface {
	GetBatchOperatorFromId(opts *bind.CallOpts, registryCoordinator common.Address, operatorIds [][32]byte) ([]common.Address, error)

	GetBatchOperatorId(opts *bind.CallOpts, registryCoordinator common.Address, operators []common.Address) ([][32]byte, error)

	GetCheckSignaturesIndices(opts *bind.CallOpts, registryCoordinator common.Address, referenceBlockNumber uint32, quorumNumbers []byte, nonSignerOperatorIds [][32]byte) (OperatorStateRetrieverCheckSignaturesIndices, error)

	GetOperatorState(opts *bind.CallOpts, registryCoordinator common.Address, quorumNumbers []byte, blockNumber uint32) ([][]OperatorStateRetrieverOperator, error)

	GetOperatorState0(opts *bind.CallOpts, registryCoordinator common.Address, operatorId [32]byte, blockNumber uint32) (*big.Int, [][]OperatorStateRetrieverOperator, error)

	GetQuorumBitmapsAtBlockNumber(opts *bind.CallOpts, registryCoordinator common.Address, operatorIds [][32]byte, blockNumber uint32) ([]*big.Int, error)
}
⋮----
// ContractOperatorStateRetrieverTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractOperatorStateRetrieverTransacts interface {
}
⋮----
// ContractOperatorStateRetrieverFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractOperatorStateRetrieverFilters interface {
}
⋮----
// ContractOperatorStateRetriever is an auto generated Go binding around an Ethereum contract.
type ContractOperatorStateRetriever struct {
	ContractOperatorStateRetrieverCaller     // Read-only binding to the contract
	ContractOperatorStateRetrieverTransactor // Write-only binding to the contract
	ContractOperatorStateRetrieverFilterer   // Log filterer for contract events
}
⋮----
ContractOperatorStateRetrieverCaller     // Read-only binding to the contract
ContractOperatorStateRetrieverTransactor // Write-only binding to the contract
ContractOperatorStateRetrieverFilterer   // Log filterer for contract events
⋮----
// ContractOperatorStateRetriever implements the ContractOperatorStateRetrieverMethods interface.
var _ ContractOperatorStateRetrieverMethods = (*ContractOperatorStateRetriever)(nil)
⋮----
// ContractOperatorStateRetrieverCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractOperatorStateRetrieverCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractOperatorStateRetrieverCaller implements the ContractOperatorStateRetrieverCalls interface.
var _ ContractOperatorStateRetrieverCalls = (*ContractOperatorStateRetrieverCaller)(nil)
⋮----
// ContractOperatorStateRetrieverTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractOperatorStateRetrieverTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractOperatorStateRetrieverTransactor implements the ContractOperatorStateRetrieverTransacts interface.
var _ ContractOperatorStateRetrieverTransacts = (*ContractOperatorStateRetrieverTransactor)(nil)
⋮----
// ContractOperatorStateRetrieverFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractOperatorStateRetrieverFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractOperatorStateRetrieverFilterer implements the ContractOperatorStateRetrieverFilters interface.
var _ ContractOperatorStateRetrieverFilters = (*ContractOperatorStateRetrieverFilterer)(nil)
⋮----
// ContractOperatorStateRetrieverSession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractOperatorStateRetrieverSession struct {
	Contract     *ContractOperatorStateRetriever // Generic contract binding to set the session for
	CallOpts     bind.CallOpts                   // Call options to use throughout this session
	TransactOpts bind.TransactOpts               // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractOperatorStateRetriever // Generic contract binding to set the session for
CallOpts     bind.CallOpts                   // Call options to use throughout this session
TransactOpts bind.TransactOpts               // Transaction auth options to use throughout this session
⋮----
// ContractOperatorStateRetrieverCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractOperatorStateRetrieverCallerSession struct {
	Contract *ContractOperatorStateRetrieverCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                         // Call options to use throughout this session
}
⋮----
Contract *ContractOperatorStateRetrieverCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                         // Call options to use throughout this session
⋮----
// ContractOperatorStateRetrieverTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractOperatorStateRetrieverTransactorSession struct {
	Contract     *ContractOperatorStateRetrieverTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                         // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractOperatorStateRetrieverTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                         // Transaction auth options to use throughout this session
⋮----
// ContractOperatorStateRetrieverRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractOperatorStateRetrieverRaw struct {
	Contract *ContractOperatorStateRetriever // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractOperatorStateRetriever // Generic contract binding to access the raw methods on
⋮----
// ContractOperatorStateRetrieverCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractOperatorStateRetrieverCallerRaw struct {
	Contract *ContractOperatorStateRetrieverCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractOperatorStateRetrieverCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractOperatorStateRetrieverTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractOperatorStateRetrieverTransactorRaw struct {
	Contract *ContractOperatorStateRetrieverTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractOperatorStateRetrieverTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractOperatorStateRetriever creates a new instance of ContractOperatorStateRetriever, bound to a specific deployed contract.
func NewContractOperatorStateRetriever(address common.Address, backend bind.ContractBackend) (*ContractOperatorStateRetriever, error)
⋮----
// NewContractOperatorStateRetrieverCaller creates a new read-only instance of ContractOperatorStateRetriever, bound to a specific deployed contract.
func NewContractOperatorStateRetrieverCaller(address common.Address, caller bind.ContractCaller) (*ContractOperatorStateRetrieverCaller, error)
⋮----
// NewContractOperatorStateRetrieverTransactor creates a new write-only instance of ContractOperatorStateRetriever, bound to a specific deployed contract.
func NewContractOperatorStateRetrieverTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractOperatorStateRetrieverTransactor, error)
⋮----
// NewContractOperatorStateRetrieverFilterer creates a new log filterer instance of ContractOperatorStateRetriever, bound to a specific deployed contract.
func NewContractOperatorStateRetrieverFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractOperatorStateRetrieverFilterer, error)
⋮----
// bindContractOperatorStateRetriever binds a generic wrapper to an already deployed contract.
func bindContractOperatorStateRetriever(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractOperatorStateRetriever *ContractOperatorStateRetrieverRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractOperatorStateRetriever *ContractOperatorStateRetrieverRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractOperatorStateRetriever *ContractOperatorStateRetrieverRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// GetBatchOperatorFromId is a free data retrieval call binding the contract method 0x4d2b57fe.
//
// Solidity: function getBatchOperatorFromId(address registryCoordinator, bytes32[] operatorIds) view returns(address[] operators)
func (_ContractOperatorStateRetriever *ContractOperatorStateRetrieverCaller) GetBatchOperatorFromId(opts *bind.CallOpts, registryCoordinator common.Address, operatorIds [][32]byte) ([]common.Address, error)
⋮----
var out []interface{}
⋮----
// GetBatchOperatorId is a free data retrieval call binding the contract method 0x31b36bd9.
⋮----
// Solidity: function getBatchOperatorId(address registryCoordinator, address[] operators) view returns(bytes32[] operatorIds)
func (_ContractOperatorStateRetriever *ContractOperatorStateRetrieverCaller) GetBatchOperatorId(opts *bind.CallOpts, registryCoordinator common.Address, operators []common.Address) ([][32]byte, error)
⋮----
// GetCheckSignaturesIndices is a free data retrieval call binding the contract method 0x4f739f74.
⋮----
// Solidity: function getCheckSignaturesIndices(address registryCoordinator, uint32 referenceBlockNumber, bytes quorumNumbers, bytes32[] nonSignerOperatorIds) view returns((uint32[],uint32[],uint32[],uint32[][]))
func (_ContractOperatorStateRetriever *ContractOperatorStateRetrieverCaller) GetCheckSignaturesIndices(opts *bind.CallOpts, registryCoordinator common.Address, referenceBlockNumber uint32, quorumNumbers []byte, nonSignerOperatorIds [][32]byte) (OperatorStateRetrieverCheckSignaturesIndices, error)
⋮----
// GetOperatorState is a free data retrieval call binding the contract method 0x3563b0d1.
⋮----
// Solidity: function getOperatorState(address registryCoordinator, bytes quorumNumbers, uint32 blockNumber) view returns((address,bytes32,uint96)[][])
func (_ContractOperatorStateRetriever *ContractOperatorStateRetrieverCaller) GetOperatorState(opts *bind.CallOpts, registryCoordinator common.Address, quorumNumbers []byte, blockNumber uint32) ([][]OperatorStateRetrieverOperator, error)
⋮----
// GetOperatorState0 is a free data retrieval call binding the contract method 0xcefdc1d4.
⋮----
// Solidity: function getOperatorState(address registryCoordinator, bytes32 operatorId, uint32 blockNumber) view returns(uint256, (address,bytes32,uint96)[][])
func (_ContractOperatorStateRetriever *ContractOperatorStateRetrieverCaller) GetOperatorState0(opts *bind.CallOpts, registryCoordinator common.Address, operatorId [32]byte, blockNumber uint32) (*big.Int, [][]OperatorStateRetrieverOperator, error)
⋮----
// GetQuorumBitmapsAtBlockNumber is a free data retrieval call binding the contract method 0x5c155662.
⋮----
// Solidity: function getQuorumBitmapsAtBlockNumber(address registryCoordinator, bytes32[] operatorIds, uint32 blockNumber) view returns(uint256[])
func (_ContractOperatorStateRetriever *ContractOperatorStateRetrieverCaller) GetQuorumBitmapsAtBlockNumber(opts *bind.CallOpts, registryCoordinator common.Address, operatorIds [][32]byte, blockNumber uint32) ([]*big.Int, error)
````

## File: contracts/bindings/PermissionController/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractPermissionController
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// ContractPermissionControllerMetaData contains all meta data concerning the ContractPermissionController contract.
var ContractPermissionControllerMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"_version\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"acceptAdmin\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"addPendingAdmin\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"admin\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"canCall\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"caller\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"target\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"selector\",\"type\":\"bytes4\",\"internalType\":\"bytes4\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getAdmins\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address[]\",\"internalType\":\"address[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getAppointeePermissions\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"appointee\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address[]\",\"internalType\":\"address[]\"},{\"name\":\"\",\"type\":\"bytes4[]\",\"internalType\":\"bytes4[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getAppointees\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"target\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"selector\",\"type\":\"bytes4\",\"internalType\":\"bytes4\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address[]\",\"internalType\":\"address[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getPendingAdmins\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address[]\",\"internalType\":\"address[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"isAdmin\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"caller\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"isPendingAdmin\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"pendingAdmin\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"removeAdmin\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"admin\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"removeAppointee\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"appointee\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"target\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"selector\",\"type\":\"bytes4\",\"internalType\":\"bytes4\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"removePendingAdmin\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"admin\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setAppointee\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"appointee\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"target\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"selector\",\"type\":\"bytes4\",\"internalType\":\"bytes4\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"version\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"event\",\"name\":\"AdminRemoved\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"admin\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"AdminSet\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"admin\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"AppointeeRemoved\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"appointee\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"target\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"selector\",\"type\":\"bytes4\",\"indexed\":false,\"internalType\":\"bytes4\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"AppointeeSet\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"appointee\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"target\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"selector\",\"type\":\"bytes4\",\"indexed\":false,\"internalType\":\"bytes4\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"PendingAdminAdded\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"admin\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"PendingAdminRemoved\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"admin\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"error\",\"name\":\"AdminAlreadyPending\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"AdminAlreadySet\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"AdminNotPending\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"AdminNotSet\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"AppointeeAlreadySet\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"AppointeeNotSet\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"CannotHaveZeroAdmins\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidShortString\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"NotAdmin\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"StringTooLong\",\"inputs\":[{\"name\":\"str\",\"type\":\"string\",\"internalType\":\"string\"}]}]",
	Bin: "0x60a060405234801561000f575f5ffd5b506040516112b73803806112b783398101604081905261002e9161015c565b806100388161004a565b60805250610044610090565b50610267565b5f5f829050601f8151111561007d578260405163305a27a960e01b8152600401610074919061020c565b60405180910390fd5b805161008882610241565b179392505050565b5f54610100900460ff16156100f75760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608401610074565b5f5460ff90811614610146575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b634e487b7160e01b5f52604160045260245ffd5b5f6020828403121561016c575f5ffd5b81516001600160401b03811115610181575f5ffd5b8201601f81018413610191575f5ffd5b80516001600160401b038111156101aa576101aa610148565b604051601f8201601f19908116603f011681016001600160401b03811182821017156101d8576101d8610148565b6040528181528282016020018610156101ef575f5ffd5b8160208401602083015e5f91810160200191909152949350505050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b80516020808301519190811015610261575f198160200360031b1b821691505b50919050565b60805161103861027f5f395f6104d101526110385ff3fe608060405234801561000f575f5ffd5b50600436106100e5575f3560e01c80639100674511610088578063ad8aca7711610063578063ad8aca77146101df578063df595cb8146101f2578063eb5a4e8714610205578063fddbdefd14610218575f5ffd5b80639100674514610196578063950d806e146101b9578063ad5f2210146101cc575f5ffd5b806354fd4d50116100c357806354fd4d5014610124578063628806ef146101425780636bddfa1f14610155578063882a3b3814610175575f5ffd5b806306641201146100e9578063268959e5146100fe5780634f906cf914610111575b5f5ffd5b6100fc6100f7366004610dbd565b61022b565b005b6100fc61010c366004610e0e565b61034c565b6100fc61011f366004610e0e565b610427565b61012c6104ca565b6040516101399190610e3f565b60405180910390f35b6100fc610150366004610e74565b6104fa565b610168610163366004610e74565b610588565b6040516101399190610ed0565b610188610183366004610e0e565b6105b1565b604051610139929190610ee2565b6101a96101a4366004610e0e565b610712565b6040519015158152602001610139565b6100fc6101c7366004610dbd565b610782565b6101686101da366004610e74565b610893565b6101a96101ed366004610e0e565b610939565b6101a9610200366004610dbd565b61095a565b6100fc610213366004610e0e565b6109af565b610168610226366004610f44565b610a7d565b836102368133610712565b61025357604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0385165f908152600160205260408120906102758585610abb565b6001600160a01b0387165f908152600484016020526040902090915061029b9082610ae8565b6102b85760405163262118cd60e01b815260040160405180910390fd5b6001600160a01b0386165f90815260048301602052604090206102db9082610aff565b505f81815260058301602052604090206102f59087610b0a565b50856001600160a01b0316876001600160a01b03167f18242326b6b862126970679759169f01f646bd55ec5bfcab85ba9f337a74e0c6878760405161033b929190610f84565b60405180910390a350505050505050565b816103578133610712565b61037457604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0383165f9081526001602081905260409091206002019061039b82610b1e565b116103b9576040516310ce892b60e31b815260040160405180910390fd5b6103c38184610b0a565b6103e057604051630716d81b60e51b815260040160405180910390fd5b6040516001600160a01b0384811682528516907fdb9d5d31320daf5bc7181d565b6da4d12e30f0f4d5aa324a992426c14a1d19ce906020015b60405180910390a250505050565b816104328133610712565b61044f57604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0383165f9081526001602052604090206104708184610b0a565b61048d5760405163bed8295f60e01b815260040160405180910390fd5b6040516001600160a01b0384811682528516907fd706ed7ae044d795b49e54c9f519f663053951011985f663a862cd9ee72a9ac790602001610419565b60606104f57f0000000000000000000000000000000000000000000000000000000000000000610b27565b905090565b6001600160a01b0381165f90815260016020526040902061051b8133610b0a565b6105385760405163bed8295f60e01b815260040160405180910390fd5b6105456002820133610b64565b506040513381526001600160a01b038316907fbf265e8326285a2747e33e54d5945f7111f2b5edb826eb8c08d4677779b3ff979060200160405180910390a25050565b6001600160a01b0381165f9081526001602052604090206060906105ab90610b78565b92915050565b6001600160a01b038083165f9081526001602090815260408083209385168352600490930190529081206060918291906105ea82610b1e565b90505f8167ffffffffffffffff81111561060657610606610fa7565b60405190808252806020026020018201604052801561062f578160200160208202803683370190505b5090505f8267ffffffffffffffff81111561064c5761064c610fa7565b604051908082528060200260200182016040528015610675578160200160208202803683370190505b5090505f5b83811015610704576106a861068f8683610b84565b606081901c9160a09190911b6001600160e01b03191690565b8483815181106106ba576106ba610fbb565b602002602001018484815181106106d3576106d3610fbb565b6001600160e01b0319909316602093840291909101909201919091526001600160a01b03909116905260010161067a565b509097909650945050505050565b6001600160a01b0382165f90815260016020526040812061073590600201610b1e565b5f0361075757816001600160a01b0316836001600160a01b03161490506105ab565b6001600160a01b0383165f90815260016020526040902061077b9060020183610b8f565b9392505050565b8361078d8133610712565b6107aa57604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0385165f908152600160205260408120906107cc8585610abb565b6001600160a01b0387165f90815260048401602052604090209091506107f29082610ae8565b156108105760405163ad8efeb760e01b815260040160405180910390fd5b6001600160a01b0386165f90815260048301602052604090206108339082610bb0565b505f818152600583016020526040902061084d9087610b64565b50856001600160a01b0316876001600160a01b03167f037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169878760405161033b929190610f84565b6001600160a01b0381165f9081526001602052604090206060906108b990600201610b1e565b5f03610911576040805160018082528183019092525f916020808301908036833701905050905082815f815181106108f3576108f3610fbb565b6001600160a01b039092166020928302919091019091015292915050565b6001600160a01b0382165f9081526001602052604090206105ab90600201610b78565b919050565b6001600160a01b0382165f90815260016020526040812061077b9083610b8f565b5f6109658585610712565b806109a657506109a66109788484610abb565b6001600160a01b038088165f908152600160209081526040808320938a168352600490930190522090610ae8565b95945050505050565b816109ba8133610712565b6109d757604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b0383165f9081526001602052604090206109fb6002820184610b8f565b15610a195760405163130160e560e31b815260040160405180910390fd5b610a238184610b64565b610a40576040516319abede360e11b815260040160405180910390fd5b6040516001600160a01b0384811682528516907fb14b9a3d448c5b04f0e5b087b6f5193390db7955482a6ffb841e7b3ba61a460c90602001610419565b60605f610a8a8484610abb565b6001600160a01b0386165f90815260016020908152604080832084845260050190915290209091506109a690610b78565b60609190911b6bffffffffffffffffffffffff191660a09190911c6bffffffff0000000000000000161790565b5f818152600183016020526040812054151561077b565b5f61077b8383610bbb565b5f61077b836001600160a01b038416610bbb565b5f6105ab825490565b60605f610b3383610c9e565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b5f61077b836001600160a01b038416610cc5565b60605f61077b83610d11565b5f61077b8383610d6a565b6001600160a01b0381165f908152600183016020526040812054151561077b565b5f61077b8383610cc5565b5f8181526001830160205260408120548015610c95575f610bdd600183610fcf565b85549091505f90610bf090600190610fcf565b9050818114610c4f575f865f018281548110610c0e57610c0e610fbb565b905f5260205f200154905080875f018481548110610c2e57610c2e610fbb565b5f918252602080832090910192909255918252600188019052604090208390555b8554869080610c6057610c60610fee565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f9055600193505050506105ab565b5f9150506105ab565b5f60ff8216601f8111156105ab57604051632cd44ac360e21b815260040160405180910390fd5b5f818152600183016020526040812054610d0a57508154600181810184555f8481526020808220909301849055845484825282860190935260409020919091556105ab565b505f6105ab565b6060815f01805480602002602001604051908101604052809291908181526020018280548015610d5e57602002820191905f5260205f20905b815481526020019060010190808311610d4a575b50505050509050919050565b5f825f018281548110610d7f57610d7f610fbb565b905f5260205f200154905092915050565b80356001600160a01b0381168114610934575f5ffd5b80356001600160e01b031981168114610934575f5ffd5b5f5f5f5f60808587031215610dd0575f5ffd5b610dd985610d90565b9350610de760208601610d90565b9250610df560408601610d90565b9150610e0360608601610da6565b905092959194509250565b5f5f60408385031215610e1f575f5ffd5b610e2883610d90565b9150610e3660208401610d90565b90509250929050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f60208284031215610e84575f5ffd5b61077b82610d90565b5f8151808452602084019350602083015f5b82811015610ec65781516001600160a01b0316865260209586019590910190600101610e9f565b5093949350505050565b602081525f61077b6020830184610e8d565b604081525f610ef46040830185610e8d565b82810360208401528084518083526020830191506020860192505f5b81811015610f385783516001600160e01b031916835260209384019390920191600101610f10565b50909695505050505050565b5f5f5f60608486031215610f56575f5ffd5b610f5f84610d90565b9250610f6d60208501610d90565b9150610f7b60408501610da6565b90509250925092565b6001600160a01b039290921682526001600160e01b031916602082015260400190565b634e487b7160e01b5f52604160045260245ffd5b634e487b7160e01b5f52603260045260245ffd5b818103818111156105ab57634e487b7160e01b5f52601160045260245ffd5b634e487b7160e01b5f52603160045260245ffdfea2646970667358221220d27fc578553d9b089fb6c1e7b6c2d45f132cb089bd090ffcdf7dad08628d4e8464736f6c634300081b0033",
}
⋮----
// ContractPermissionControllerABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractPermissionControllerMetaData.ABI instead.
var ContractPermissionControllerABI = ContractPermissionControllerMetaData.ABI
⋮----
// ContractPermissionControllerBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractPermissionControllerMetaData.Bin instead.
var ContractPermissionControllerBin = ContractPermissionControllerMetaData.Bin
⋮----
// DeployContractPermissionController deploys a new Ethereum contract, binding an instance of ContractPermissionController to it.
func DeployContractPermissionController(auth *bind.TransactOpts, backend bind.ContractBackend, _version string) (common.Address, *types.Transaction, *ContractPermissionController, error)
⋮----
// ContractPermissionControllerMethods is an auto generated interface around an Ethereum contract.
type ContractPermissionControllerMethods interface {
	ContractPermissionControllerCalls
	ContractPermissionControllerTransacts
	ContractPermissionControllerFilters
}
⋮----
// ContractPermissionControllerCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractPermissionControllerCalls interface {
	CanCall(opts *bind.CallOpts, account common.Address, caller common.Address, target common.Address, selector [4]byte) (bool, error)

	GetAdmins(opts *bind.CallOpts, account common.Address) ([]common.Address, error)

	GetAppointeePermissions(opts *bind.CallOpts, account common.Address, appointee common.Address) ([]common.Address, [][4]byte, error)

	GetAppointees(opts *bind.CallOpts, account common.Address, target common.Address, selector [4]byte) ([]common.Address, error)

	GetPendingAdmins(opts *bind.CallOpts, account common.Address) ([]common.Address, error)

	IsAdmin(opts *bind.CallOpts, account common.Address, caller common.Address) (bool, error)

	IsPendingAdmin(opts *bind.CallOpts, account common.Address, pendingAdmin common.Address) (bool, error)

	Version(opts *bind.CallOpts) (string, error)
}
⋮----
// ContractPermissionControllerTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractPermissionControllerTransacts interface {
	AcceptAdmin(opts *bind.TransactOpts, account common.Address) (*types.Transaction, error)

	AddPendingAdmin(opts *bind.TransactOpts, account common.Address, admin common.Address) (*types.Transaction, error)

	RemoveAdmin(opts *bind.TransactOpts, account common.Address, admin common.Address) (*types.Transaction, error)

	RemoveAppointee(opts *bind.TransactOpts, account common.Address, appointee common.Address, target common.Address, selector [4]byte) (*types.Transaction, error)

	RemovePendingAdmin(opts *bind.TransactOpts, account common.Address, admin common.Address) (*types.Transaction, error)

	SetAppointee(opts *bind.TransactOpts, account common.Address, appointee common.Address, target common.Address, selector [4]byte) (*types.Transaction, error)
}
⋮----
// ContractPermissionControllerFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractPermissionControllerFilters interface {
	FilterAdminRemoved(opts *bind.FilterOpts, account []common.Address) (*ContractPermissionControllerAdminRemovedIterator, error)
	WatchAdminRemoved(opts *bind.WatchOpts, sink chan<- *ContractPermissionControllerAdminRemoved, account []common.Address) (event.Subscription, error)
	ParseAdminRemoved(log types.Log) (*ContractPermissionControllerAdminRemoved, error)

	FilterAdminSet(opts *bind.FilterOpts, account []common.Address) (*ContractPermissionControllerAdminSetIterator, error)
	WatchAdminSet(opts *bind.WatchOpts, sink chan<- *ContractPermissionControllerAdminSet, account []common.Address) (event.Subscription, error)
	ParseAdminSet(log types.Log) (*ContractPermissionControllerAdminSet, error)

	FilterAppointeeRemoved(opts *bind.FilterOpts, account []common.Address, appointee []common.Address) (*ContractPermissionControllerAppointeeRemovedIterator, error)
	WatchAppointeeRemoved(opts *bind.WatchOpts, sink chan<- *ContractPermissionControllerAppointeeRemoved, account []common.Address, appointee []common.Address) (event.Subscription, error)
	ParseAppointeeRemoved(log types.Log) (*ContractPermissionControllerAppointeeRemoved, error)

	FilterAppointeeSet(opts *bind.FilterOpts, account []common.Address, appointee []common.Address) (*ContractPermissionControllerAppointeeSetIterator, error)
	WatchAppointeeSet(opts *bind.WatchOpts, sink chan<- *ContractPermissionControllerAppointeeSet, account []common.Address, appointee []common.Address) (event.Subscription, error)
	ParseAppointeeSet(log types.Log) (*ContractPermissionControllerAppointeeSet, error)

	FilterInitialized(opts *bind.FilterOpts) (*ContractPermissionControllerInitializedIterator, error)
	WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractPermissionControllerInitialized) (event.Subscription, error)
	ParseInitialized(log types.Log) (*ContractPermissionControllerInitialized, error)

	FilterPendingAdminAdded(opts *bind.FilterOpts, account []common.Address) (*ContractPermissionControllerPendingAdminAddedIterator, error)
	WatchPendingAdminAdded(opts *bind.WatchOpts, sink chan<- *ContractPermissionControllerPendingAdminAdded, account []common.Address) (event.Subscription, error)
	ParsePendingAdminAdded(log types.Log) (*ContractPermissionControllerPendingAdminAdded, error)

	FilterPendingAdminRemoved(opts *bind.FilterOpts, account []common.Address) (*ContractPermissionControllerPendingAdminRemovedIterator, error)
	WatchPendingAdminRemoved(opts *bind.WatchOpts, sink chan<- *ContractPermissionControllerPendingAdminRemoved, account []common.Address) (event.Subscription, error)
	ParsePendingAdminRemoved(log types.Log) (*ContractPermissionControllerPendingAdminRemoved, error)
}
⋮----
// ContractPermissionController is an auto generated Go binding around an Ethereum contract.
type ContractPermissionController struct {
	ContractPermissionControllerCaller     // Read-only binding to the contract
	ContractPermissionControllerTransactor // Write-only binding to the contract
	ContractPermissionControllerFilterer   // Log filterer for contract events
}
⋮----
ContractPermissionControllerCaller     // Read-only binding to the contract
ContractPermissionControllerTransactor // Write-only binding to the contract
ContractPermissionControllerFilterer   // Log filterer for contract events
⋮----
// ContractPermissionController implements the ContractPermissionControllerMethods interface.
var _ ContractPermissionControllerMethods = (*ContractPermissionController)(nil)
⋮----
// ContractPermissionControllerCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractPermissionControllerCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractPermissionControllerCaller implements the ContractPermissionControllerCalls interface.
var _ ContractPermissionControllerCalls = (*ContractPermissionControllerCaller)(nil)
⋮----
// ContractPermissionControllerTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractPermissionControllerTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractPermissionControllerTransactor implements the ContractPermissionControllerTransacts interface.
var _ ContractPermissionControllerTransacts = (*ContractPermissionControllerTransactor)(nil)
⋮----
// ContractPermissionControllerFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractPermissionControllerFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractPermissionControllerFilterer implements the ContractPermissionControllerFilters interface.
var _ ContractPermissionControllerFilters = (*ContractPermissionControllerFilterer)(nil)
⋮----
// ContractPermissionControllerSession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractPermissionControllerSession struct {
	Contract     *ContractPermissionController // Generic contract binding to set the session for
	CallOpts     bind.CallOpts                 // Call options to use throughout this session
	TransactOpts bind.TransactOpts             // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractPermissionController // Generic contract binding to set the session for
CallOpts     bind.CallOpts                 // Call options to use throughout this session
TransactOpts bind.TransactOpts             // Transaction auth options to use throughout this session
⋮----
// ContractPermissionControllerCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractPermissionControllerCallerSession struct {
	Contract *ContractPermissionControllerCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                       // Call options to use throughout this session
}
⋮----
Contract *ContractPermissionControllerCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                       // Call options to use throughout this session
⋮----
// ContractPermissionControllerTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractPermissionControllerTransactorSession struct {
	Contract     *ContractPermissionControllerTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                       // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractPermissionControllerTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                       // Transaction auth options to use throughout this session
⋮----
// ContractPermissionControllerRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractPermissionControllerRaw struct {
	Contract *ContractPermissionController // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractPermissionController // Generic contract binding to access the raw methods on
⋮----
// ContractPermissionControllerCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractPermissionControllerCallerRaw struct {
	Contract *ContractPermissionControllerCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractPermissionControllerCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractPermissionControllerTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractPermissionControllerTransactorRaw struct {
	Contract *ContractPermissionControllerTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractPermissionControllerTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractPermissionController creates a new instance of ContractPermissionController, bound to a specific deployed contract.
func NewContractPermissionController(address common.Address, backend bind.ContractBackend) (*ContractPermissionController, error)
⋮----
// NewContractPermissionControllerCaller creates a new read-only instance of ContractPermissionController, bound to a specific deployed contract.
func NewContractPermissionControllerCaller(address common.Address, caller bind.ContractCaller) (*ContractPermissionControllerCaller, error)
⋮----
// NewContractPermissionControllerTransactor creates a new write-only instance of ContractPermissionController, bound to a specific deployed contract.
func NewContractPermissionControllerTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractPermissionControllerTransactor, error)
⋮----
// NewContractPermissionControllerFilterer creates a new log filterer instance of ContractPermissionController, bound to a specific deployed contract.
func NewContractPermissionControllerFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractPermissionControllerFilterer, error)
⋮----
// bindContractPermissionController binds a generic wrapper to an already deployed contract.
func bindContractPermissionController(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractPermissionController *ContractPermissionControllerRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractPermissionController *ContractPermissionControllerRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractPermissionController *ContractPermissionControllerRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// CanCall is a free data retrieval call binding the contract method 0xdf595cb8.
//
// Solidity: function canCall(address account, address caller, address target, bytes4 selector) view returns(bool)
func (_ContractPermissionController *ContractPermissionControllerCaller) CanCall(opts *bind.CallOpts, account common.Address, caller common.Address, target common.Address, selector [4]byte) (bool, error)
⋮----
var out []interface{}
⋮----
// GetAdmins is a free data retrieval call binding the contract method 0xad5f2210.
⋮----
// Solidity: function getAdmins(address account) view returns(address[])
func (_ContractPermissionController *ContractPermissionControllerCaller) GetAdmins(opts *bind.CallOpts, account common.Address) ([]common.Address, error)
⋮----
// GetAppointeePermissions is a free data retrieval call binding the contract method 0x882a3b38.
⋮----
// Solidity: function getAppointeePermissions(address account, address appointee) view returns(address[], bytes4[])
func (_ContractPermissionController *ContractPermissionControllerCaller) GetAppointeePermissions(opts *bind.CallOpts, account common.Address, appointee common.Address) ([]common.Address, [][4]byte, error)
⋮----
// GetAppointees is a free data retrieval call binding the contract method 0xfddbdefd.
⋮----
// Solidity: function getAppointees(address account, address target, bytes4 selector) view returns(address[])
func (_ContractPermissionController *ContractPermissionControllerCaller) GetAppointees(opts *bind.CallOpts, account common.Address, target common.Address, selector [4]byte) ([]common.Address, error)
⋮----
// GetPendingAdmins is a free data retrieval call binding the contract method 0x6bddfa1f.
⋮----
// Solidity: function getPendingAdmins(address account) view returns(address[])
func (_ContractPermissionController *ContractPermissionControllerCaller) GetPendingAdmins(opts *bind.CallOpts, account common.Address) ([]common.Address, error)
⋮----
// IsAdmin is a free data retrieval call binding the contract method 0x91006745.
⋮----
// Solidity: function isAdmin(address account, address caller) view returns(bool)
func (_ContractPermissionController *ContractPermissionControllerCaller) IsAdmin(opts *bind.CallOpts, account common.Address, caller common.Address) (bool, error)
⋮----
// IsPendingAdmin is a free data retrieval call binding the contract method 0xad8aca77.
⋮----
// Solidity: function isPendingAdmin(address account, address pendingAdmin) view returns(bool)
func (_ContractPermissionController *ContractPermissionControllerCaller) IsPendingAdmin(opts *bind.CallOpts, account common.Address, pendingAdmin common.Address) (bool, error)
⋮----
// Version is a free data retrieval call binding the contract method 0x54fd4d50.
⋮----
// Solidity: function version() view returns(string)
func (_ContractPermissionController *ContractPermissionControllerCaller) Version(opts *bind.CallOpts) (string, error)
⋮----
// AcceptAdmin is a paid mutator transaction binding the contract method 0x628806ef.
⋮----
// Solidity: function acceptAdmin(address account) returns()
func (_ContractPermissionController *ContractPermissionControllerTransactor) AcceptAdmin(opts *bind.TransactOpts, account common.Address) (*types.Transaction, error)
⋮----
// AddPendingAdmin is a paid mutator transaction binding the contract method 0xeb5a4e87.
⋮----
// Solidity: function addPendingAdmin(address account, address admin) returns()
func (_ContractPermissionController *ContractPermissionControllerTransactor) AddPendingAdmin(opts *bind.TransactOpts, account common.Address, admin common.Address) (*types.Transaction, error)
⋮----
// RemoveAdmin is a paid mutator transaction binding the contract method 0x268959e5.
⋮----
// Solidity: function removeAdmin(address account, address admin) returns()
func (_ContractPermissionController *ContractPermissionControllerTransactor) RemoveAdmin(opts *bind.TransactOpts, account common.Address, admin common.Address) (*types.Transaction, error)
⋮----
// RemoveAppointee is a paid mutator transaction binding the contract method 0x06641201.
⋮----
// Solidity: function removeAppointee(address account, address appointee, address target, bytes4 selector) returns()
func (_ContractPermissionController *ContractPermissionControllerTransactor) RemoveAppointee(opts *bind.TransactOpts, account common.Address, appointee common.Address, target common.Address, selector [4]byte) (*types.Transaction, error)
⋮----
// RemovePendingAdmin is a paid mutator transaction binding the contract method 0x4f906cf9.
⋮----
// Solidity: function removePendingAdmin(address account, address admin) returns()
func (_ContractPermissionController *ContractPermissionControllerTransactor) RemovePendingAdmin(opts *bind.TransactOpts, account common.Address, admin common.Address) (*types.Transaction, error)
⋮----
// SetAppointee is a paid mutator transaction binding the contract method 0x950d806e.
⋮----
// Solidity: function setAppointee(address account, address appointee, address target, bytes4 selector) returns()
func (_ContractPermissionController *ContractPermissionControllerTransactor) SetAppointee(opts *bind.TransactOpts, account common.Address, appointee common.Address, target common.Address, selector [4]byte) (*types.Transaction, error)
⋮----
// ContractPermissionControllerAdminRemovedIterator is returned from FilterAdminRemoved and is used to iterate over the raw logs and unpacked data for AdminRemoved events raised by the ContractPermissionController contract.
type ContractPermissionControllerAdminRemovedIterator struct {
	Event *ContractPermissionControllerAdminRemoved // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractPermissionControllerAdminRemoved // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractPermissionControllerAdminRemovedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractPermissionControllerAdminRemovedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractPermissionControllerAdminRemovedIterator) Close() error
⋮----
// ContractPermissionControllerAdminRemoved represents a AdminRemoved event raised by the ContractPermissionController contract.
type ContractPermissionControllerAdminRemoved struct {
	Account common.Address
	Admin   common.Address
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterAdminRemoved is a free log retrieval operation binding the contract event 0xdb9d5d31320daf5bc7181d565b6da4d12e30f0f4d5aa324a992426c14a1d19ce.
⋮----
// Solidity: event AdminRemoved(address indexed account, address admin)
func (_ContractPermissionController *ContractPermissionControllerFilterer) FilterAdminRemoved(opts *bind.FilterOpts, account []common.Address) (*ContractPermissionControllerAdminRemovedIterator, error)
⋮----
var accountRule []interface{}
⋮----
// WatchAdminRemoved is a free log subscription operation binding the contract event 0xdb9d5d31320daf5bc7181d565b6da4d12e30f0f4d5aa324a992426c14a1d19ce.
⋮----
func (_ContractPermissionController *ContractPermissionControllerFilterer) WatchAdminRemoved(opts *bind.WatchOpts, sink chan<- *ContractPermissionControllerAdminRemoved, account []common.Address) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseAdminRemoved is a log parse operation binding the contract event 0xdb9d5d31320daf5bc7181d565b6da4d12e30f0f4d5aa324a992426c14a1d19ce.
⋮----
func (_ContractPermissionController *ContractPermissionControllerFilterer) ParseAdminRemoved(log types.Log) (*ContractPermissionControllerAdminRemoved, error)
⋮----
// ContractPermissionControllerAdminSetIterator is returned from FilterAdminSet and is used to iterate over the raw logs and unpacked data for AdminSet events raised by the ContractPermissionController contract.
type ContractPermissionControllerAdminSetIterator struct {
	Event *ContractPermissionControllerAdminSet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractPermissionControllerAdminSet // Event containing the contract specifics and raw log
⋮----
// ContractPermissionControllerAdminSet represents a AdminSet event raised by the ContractPermissionController contract.
type ContractPermissionControllerAdminSet struct {
	Account common.Address
	Admin   common.Address
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
// FilterAdminSet is a free log retrieval operation binding the contract event 0xbf265e8326285a2747e33e54d5945f7111f2b5edb826eb8c08d4677779b3ff97.
⋮----
// Solidity: event AdminSet(address indexed account, address admin)
func (_ContractPermissionController *ContractPermissionControllerFilterer) FilterAdminSet(opts *bind.FilterOpts, account []common.Address) (*ContractPermissionControllerAdminSetIterator, error)
⋮----
// WatchAdminSet is a free log subscription operation binding the contract event 0xbf265e8326285a2747e33e54d5945f7111f2b5edb826eb8c08d4677779b3ff97.
⋮----
func (_ContractPermissionController *ContractPermissionControllerFilterer) WatchAdminSet(opts *bind.WatchOpts, sink chan<- *ContractPermissionControllerAdminSet, account []common.Address) (event.Subscription, error)
⋮----
// ParseAdminSet is a log parse operation binding the contract event 0xbf265e8326285a2747e33e54d5945f7111f2b5edb826eb8c08d4677779b3ff97.
⋮----
func (_ContractPermissionController *ContractPermissionControllerFilterer) ParseAdminSet(log types.Log) (*ContractPermissionControllerAdminSet, error)
⋮----
// ContractPermissionControllerAppointeeRemovedIterator is returned from FilterAppointeeRemoved and is used to iterate over the raw logs and unpacked data for AppointeeRemoved events raised by the ContractPermissionController contract.
type ContractPermissionControllerAppointeeRemovedIterator struct {
	Event *ContractPermissionControllerAppointeeRemoved // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractPermissionControllerAppointeeRemoved // Event containing the contract specifics and raw log
⋮----
// ContractPermissionControllerAppointeeRemoved represents a AppointeeRemoved event raised by the ContractPermissionController contract.
type ContractPermissionControllerAppointeeRemoved struct {
	Account   common.Address
	Appointee common.Address
	Target    common.Address
	Selector  [4]byte
	Raw       types.Log // Blockchain specific contextual infos
}
⋮----
Raw       types.Log // Blockchain specific contextual infos
⋮----
// FilterAppointeeRemoved is a free log retrieval operation binding the contract event 0x18242326b6b862126970679759169f01f646bd55ec5bfcab85ba9f337a74e0c6.
⋮----
// Solidity: event AppointeeRemoved(address indexed account, address indexed appointee, address target, bytes4 selector)
func (_ContractPermissionController *ContractPermissionControllerFilterer) FilterAppointeeRemoved(opts *bind.FilterOpts, account []common.Address, appointee []common.Address) (*ContractPermissionControllerAppointeeRemovedIterator, error)
⋮----
var appointeeRule []interface{}
⋮----
// WatchAppointeeRemoved is a free log subscription operation binding the contract event 0x18242326b6b862126970679759169f01f646bd55ec5bfcab85ba9f337a74e0c6.
⋮----
func (_ContractPermissionController *ContractPermissionControllerFilterer) WatchAppointeeRemoved(opts *bind.WatchOpts, sink chan<- *ContractPermissionControllerAppointeeRemoved, account []common.Address, appointee []common.Address) (event.Subscription, error)
⋮----
// ParseAppointeeRemoved is a log parse operation binding the contract event 0x18242326b6b862126970679759169f01f646bd55ec5bfcab85ba9f337a74e0c6.
⋮----
func (_ContractPermissionController *ContractPermissionControllerFilterer) ParseAppointeeRemoved(log types.Log) (*ContractPermissionControllerAppointeeRemoved, error)
⋮----
// ContractPermissionControllerAppointeeSetIterator is returned from FilterAppointeeSet and is used to iterate over the raw logs and unpacked data for AppointeeSet events raised by the ContractPermissionController contract.
type ContractPermissionControllerAppointeeSetIterator struct {
	Event *ContractPermissionControllerAppointeeSet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractPermissionControllerAppointeeSet // Event containing the contract specifics and raw log
⋮----
// ContractPermissionControllerAppointeeSet represents a AppointeeSet event raised by the ContractPermissionController contract.
type ContractPermissionControllerAppointeeSet struct {
	Account   common.Address
	Appointee common.Address
	Target    common.Address
	Selector  [4]byte
	Raw       types.Log // Blockchain specific contextual infos
}
⋮----
// FilterAppointeeSet is a free log retrieval operation binding the contract event 0x037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169.
⋮----
// Solidity: event AppointeeSet(address indexed account, address indexed appointee, address target, bytes4 selector)
func (_ContractPermissionController *ContractPermissionControllerFilterer) FilterAppointeeSet(opts *bind.FilterOpts, account []common.Address, appointee []common.Address) (*ContractPermissionControllerAppointeeSetIterator, error)
⋮----
// WatchAppointeeSet is a free log subscription operation binding the contract event 0x037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169.
⋮----
func (_ContractPermissionController *ContractPermissionControllerFilterer) WatchAppointeeSet(opts *bind.WatchOpts, sink chan<- *ContractPermissionControllerAppointeeSet, account []common.Address, appointee []common.Address) (event.Subscription, error)
⋮----
// ParseAppointeeSet is a log parse operation binding the contract event 0x037f03a2ad6b967df4a01779b6d2b4c85950df83925d9e31362b519422fc0169.
⋮----
func (_ContractPermissionController *ContractPermissionControllerFilterer) ParseAppointeeSet(log types.Log) (*ContractPermissionControllerAppointeeSet, error)
⋮----
// ContractPermissionControllerInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the ContractPermissionController contract.
type ContractPermissionControllerInitializedIterator struct {
	Event *ContractPermissionControllerInitialized // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractPermissionControllerInitialized // Event containing the contract specifics and raw log
⋮----
// ContractPermissionControllerInitialized represents a Initialized event raised by the ContractPermissionController contract.
type ContractPermissionControllerInitialized struct {
	Version uint8
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
// FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
// Solidity: event Initialized(uint8 version)
func (_ContractPermissionController *ContractPermissionControllerFilterer) FilterInitialized(opts *bind.FilterOpts) (*ContractPermissionControllerInitializedIterator, error)
⋮----
// WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractPermissionController *ContractPermissionControllerFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractPermissionControllerInitialized) (event.Subscription, error)
⋮----
// ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractPermissionController *ContractPermissionControllerFilterer) ParseInitialized(log types.Log) (*ContractPermissionControllerInitialized, error)
⋮----
// ContractPermissionControllerPendingAdminAddedIterator is returned from FilterPendingAdminAdded and is used to iterate over the raw logs and unpacked data for PendingAdminAdded events raised by the ContractPermissionController contract.
type ContractPermissionControllerPendingAdminAddedIterator struct {
	Event *ContractPermissionControllerPendingAdminAdded // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractPermissionControllerPendingAdminAdded // Event containing the contract specifics and raw log
⋮----
// ContractPermissionControllerPendingAdminAdded represents a PendingAdminAdded event raised by the ContractPermissionController contract.
type ContractPermissionControllerPendingAdminAdded struct {
	Account common.Address
	Admin   common.Address
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
// FilterPendingAdminAdded is a free log retrieval operation binding the contract event 0xb14b9a3d448c5b04f0e5b087b6f5193390db7955482a6ffb841e7b3ba61a460c.
⋮----
// Solidity: event PendingAdminAdded(address indexed account, address admin)
func (_ContractPermissionController *ContractPermissionControllerFilterer) FilterPendingAdminAdded(opts *bind.FilterOpts, account []common.Address) (*ContractPermissionControllerPendingAdminAddedIterator, error)
⋮----
// WatchPendingAdminAdded is a free log subscription operation binding the contract event 0xb14b9a3d448c5b04f0e5b087b6f5193390db7955482a6ffb841e7b3ba61a460c.
⋮----
func (_ContractPermissionController *ContractPermissionControllerFilterer) WatchPendingAdminAdded(opts *bind.WatchOpts, sink chan<- *ContractPermissionControllerPendingAdminAdded, account []common.Address) (event.Subscription, error)
⋮----
// ParsePendingAdminAdded is a log parse operation binding the contract event 0xb14b9a3d448c5b04f0e5b087b6f5193390db7955482a6ffb841e7b3ba61a460c.
⋮----
func (_ContractPermissionController *ContractPermissionControllerFilterer) ParsePendingAdminAdded(log types.Log) (*ContractPermissionControllerPendingAdminAdded, error)
⋮----
// ContractPermissionControllerPendingAdminRemovedIterator is returned from FilterPendingAdminRemoved and is used to iterate over the raw logs and unpacked data for PendingAdminRemoved events raised by the ContractPermissionController contract.
type ContractPermissionControllerPendingAdminRemovedIterator struct {
	Event *ContractPermissionControllerPendingAdminRemoved // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractPermissionControllerPendingAdminRemoved // Event containing the contract specifics and raw log
⋮----
// ContractPermissionControllerPendingAdminRemoved represents a PendingAdminRemoved event raised by the ContractPermissionController contract.
type ContractPermissionControllerPendingAdminRemoved struct {
	Account common.Address
	Admin   common.Address
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
// FilterPendingAdminRemoved is a free log retrieval operation binding the contract event 0xd706ed7ae044d795b49e54c9f519f663053951011985f663a862cd9ee72a9ac7.
⋮----
// Solidity: event PendingAdminRemoved(address indexed account, address admin)
func (_ContractPermissionController *ContractPermissionControllerFilterer) FilterPendingAdminRemoved(opts *bind.FilterOpts, account []common.Address) (*ContractPermissionControllerPendingAdminRemovedIterator, error)
⋮----
// WatchPendingAdminRemoved is a free log subscription operation binding the contract event 0xd706ed7ae044d795b49e54c9f519f663053951011985f663a862cd9ee72a9ac7.
⋮----
func (_ContractPermissionController *ContractPermissionControllerFilterer) WatchPendingAdminRemoved(opts *bind.WatchOpts, sink chan<- *ContractPermissionControllerPendingAdminRemoved, account []common.Address) (event.Subscription, error)
⋮----
// ParsePendingAdminRemoved is a log parse operation binding the contract event 0xd706ed7ae044d795b49e54c9f519f663053951011985f663a862cd9ee72a9ac7.
⋮----
func (_ContractPermissionController *ContractPermissionControllerFilterer) ParsePendingAdminRemoved(log types.Log) (*ContractPermissionControllerPendingAdminRemoved, error)
````

## File: contracts/bindings/RegistryCoordinator/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractRegistryCoordinator
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// BN254G1Point is an auto generated low-level Go binding around an user-defined struct.
type BN254G1Point struct {
	X *big.Int
	Y *big.Int
}
⋮----
// BN254G2Point is an auto generated low-level Go binding around an user-defined struct.
type BN254G2Point struct {
	X [2]*big.Int
	Y [2]*big.Int
}
⋮----
// IBLSApkRegistryTypesPubkeyRegistrationParams is an auto generated low-level Go binding around an user-defined struct.
type IBLSApkRegistryTypesPubkeyRegistrationParams struct {
	PubkeyRegistrationSignature BN254G1Point
	PubkeyG1                    BN254G1Point
	PubkeyG2                    BN254G2Point
}
⋮----
// IRegistryCoordinatorTypesRegistryCoordinatorParams is an auto generated low-level Go binding around an user-defined struct.
type IRegistryCoordinatorTypesRegistryCoordinatorParams struct {
	ServiceManager common.Address
	SlashingParams IRegistryCoordinatorTypesSlashingRegistryParams
}
⋮----
// IRegistryCoordinatorTypesSlashingRegistryParams is an auto generated low-level Go binding around an user-defined struct.
type IRegistryCoordinatorTypesSlashingRegistryParams struct {
	StakeRegistry     common.Address
	BlsApkRegistry    common.Address
	IndexRegistry     common.Address
	SocketRegistry    common.Address
	AllocationManager common.Address
	PauserRegistry    common.Address
}
⋮----
// ISignatureUtilsMixinTypesSignatureWithSaltAndExpiry is an auto generated low-level Go binding around an user-defined struct.
type ISignatureUtilsMixinTypesSignatureWithSaltAndExpiry struct {
	Signature []byte
	Salt      [32]byte
	Expiry    *big.Int
}
⋮----
// ISlashingRegistryCoordinatorTypesOperatorInfo is an auto generated low-level Go binding around an user-defined struct.
type ISlashingRegistryCoordinatorTypesOperatorInfo struct {
	OperatorId [32]byte
	Status     uint8
}
⋮----
// ISlashingRegistryCoordinatorTypesOperatorKickParam is an auto generated low-level Go binding around an user-defined struct.
type ISlashingRegistryCoordinatorTypesOperatorKickParam struct {
	QuorumNumber uint8
	Operator     common.Address
}
⋮----
// ISlashingRegistryCoordinatorTypesOperatorSetParam is an auto generated low-level Go binding around an user-defined struct.
type ISlashingRegistryCoordinatorTypesOperatorSetParam struct {
	MaxOperatorCount        uint32
	KickBIPsOfOperatorStake uint16
	KickBIPsOfTotalStake    uint16
}
⋮----
// ISlashingRegistryCoordinatorTypesQuorumBitmapUpdate is an auto generated low-level Go binding around an user-defined struct.
type ISlashingRegistryCoordinatorTypesQuorumBitmapUpdate struct {
	UpdateBlockNumber     uint32
	NextUpdateBlockNumber uint32
	QuorumBitmap          *big.Int
}
⋮----
// IStakeRegistryTypesStrategyParams is an auto generated low-level Go binding around an user-defined struct.
type IStakeRegistryTypesStrategyParams struct {
	Strategy   common.Address
	Multiplier *big.Int
}
⋮----
// ContractRegistryCoordinatorMetaData contains all meta data concerning the ContractRegistryCoordinator contract.
var ContractRegistryCoordinatorMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"params\",\"type\":\"tuple\",\"internalType\":\"structIRegistryCoordinatorTypes.RegistryCoordinatorParams\",\"components\":[{\"name\":\"serviceManager\",\"type\":\"address\",\"internalType\":\"contractIServiceManager\"},{\"name\":\"slashingParams\",\"type\":\"tuple\",\"internalType\":\"structIRegistryCoordinatorTypes.SlashingRegistryParams\",\"components\":[{\"name\":\"stakeRegistry\",\"type\":\"address\",\"internalType\":\"contractIStakeRegistry\"},{\"name\":\"blsApkRegistry\",\"type\":\"address\",\"internalType\":\"contractIBLSApkRegistry\"},{\"name\":\"indexRegistry\",\"type\":\"address\",\"internalType\":\"contractIIndexRegistry\"},{\"name\":\"socketRegistry\",\"type\":\"address\",\"internalType\":\"contractISocketRegistry\"},{\"name\":\"allocationManager\",\"type\":\"address\",\"internalType\":\"contractIAllocationManager\"},{\"name\":\"pauserRegistry\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"}]}]}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"OPERATOR_CHURN_APPROVAL_TYPEHASH\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"PUBKEY_REGISTRATION_TYPEHASH\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"allocationManager\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIAllocationManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"avs\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"blsApkRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIBLSApkRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"calculateOperatorChurnApprovalDigestHash\",\"inputs\":[{\"name\":\"registeringOperator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"registeringOperatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"operatorKickParams\",\"type\":\"tuple[]\",\"internalType\":\"structISlashingRegistryCoordinatorTypes.OperatorKickParam[]\",\"components\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}]},{\"name\":\"salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"calculatePubkeyRegistrationMessageHash\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"churnApprover\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"createSlashableStakeQuorum\",\"inputs\":[{\"name\":\"operatorSetParams\",\"type\":\"tuple\",\"internalType\":\"structISlashingRegistryCoordinatorTypes.OperatorSetParam\",\"components\":[{\"name\":\"maxOperatorCount\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"kickBIPsOfOperatorStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"},{\"name\":\"kickBIPsOfTotalStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"}]},{\"name\":\"minimumStake\",\"type\":\"uint96\",\"internalType\":\"uint96\"},{\"name\":\"strategyParams\",\"type\":\"tuple[]\",\"internalType\":\"structIStakeRegistryTypes.StrategyParams[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"lookAheadPeriod\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"createTotalDelegatedStakeQuorum\",\"inputs\":[{\"name\":\"operatorSetParams\",\"type\":\"tuple\",\"internalType\":\"structISlashingRegistryCoordinatorTypes.OperatorSetParam\",\"components\":[{\"name\":\"maxOperatorCount\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"kickBIPsOfOperatorStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"},{\"name\":\"kickBIPsOfTotalStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"}]},{\"name\":\"minimumStake\",\"type\":\"uint96\",\"internalType\":\"uint96\"},{\"name\":\"strategyParams\",\"type\":\"tuple[]\",\"internalType\":\"structIStakeRegistryTypes.StrategyParams[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"deregisterOperator\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorSetIds\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"deregisterOperator\",\"inputs\":[{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"disableM2QuorumRegistration\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"domainSeparator\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"eip712Domain\",\"inputs\":[],\"outputs\":[{\"name\":\"fields\",\"type\":\"bytes1\",\"internalType\":\"bytes1\"},{\"name\":\"name\",\"type\":\"string\",\"internalType\":\"string\"},{\"name\":\"version\",\"type\":\"string\",\"internalType\":\"string\"},{\"name\":\"chainId\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"verifyingContract\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"extensions\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"ejectOperator\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"ejectionCooldown\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"ejector\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getCurrentQuorumBitmap\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint192\",\"internalType\":\"uint192\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperator\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structISlashingRegistryCoordinatorTypes.OperatorInfo\",\"components\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"status\",\"type\":\"uint8\",\"internalType\":\"enumISlashingRegistryCoordinatorTypes.OperatorStatus\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorFromId\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorId\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorSetParams\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structISlashingRegistryCoordinatorTypes.OperatorSetParam\",\"components\":[{\"name\":\"maxOperatorCount\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"kickBIPsOfOperatorStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"},{\"name\":\"kickBIPsOfTotalStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorStatus\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"enumISlashingRegistryCoordinatorTypes.OperatorStatus\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getQuorumBitmapAtBlockNumberByIndex\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"index\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint192\",\"internalType\":\"uint192\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getQuorumBitmapHistoryLength\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getQuorumBitmapIndicesAtBlockNumber\",\"inputs\":[{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"operatorIds\",\"type\":\"bytes32[]\",\"internalType\":\"bytes32[]\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getQuorumBitmapUpdateByIndex\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"index\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structISlashingRegistryCoordinatorTypes.QuorumBitmapUpdate\",\"components\":[{\"name\":\"updateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"nextUpdateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"quorumBitmap\",\"type\":\"uint192\",\"internalType\":\"uint192\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"indexRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIIndexRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"initialize\",\"inputs\":[{\"name\":\"initialOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"churnApprover\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"ejector\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"initialPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"isChurnApproverSaltUsed\",\"inputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"isM2Quorum\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"isM2QuorumRegistrationDisabled\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"lastEjectionTimestamp\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"m2QuorumBitmap\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"operatorSetsEnabled\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"owner\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pause\",\"inputs\":[{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"pauseAll\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[{\"name\":\"index\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pauserRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pubkeyRegistrationMessageHash\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"quorumCount\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"quorumUpdateBlockNumber\",\"inputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"registerOperator\",\"inputs\":[{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"socket\",\"type\":\"string\",\"internalType\":\"string\"},{\"name\":\"params\",\"type\":\"tuple\",\"internalType\":\"structIBLSApkRegistryTypes.PubkeyRegistrationParams\",\"components\":[{\"name\":\"pubkeyRegistrationSignature\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"pubkeyG1\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"pubkeyG2\",\"type\":\"tuple\",\"internalType\":\"structBN254.G2Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"},{\"name\":\"Y\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"}]}]},{\"name\":\"operatorSignature\",\"type\":\"tuple\",\"internalType\":\"structISignatureUtilsMixinTypes.SignatureWithSaltAndExpiry\",\"components\":[{\"name\":\"signature\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"registerOperator\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorSetIds\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"data\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"registerOperatorWithChurn\",\"inputs\":[{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"socket\",\"type\":\"string\",\"internalType\":\"string\"},{\"name\":\"params\",\"type\":\"tuple\",\"internalType\":\"structIBLSApkRegistryTypes.PubkeyRegistrationParams\",\"components\":[{\"name\":\"pubkeyRegistrationSignature\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"pubkeyG1\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"pubkeyG2\",\"type\":\"tuple\",\"internalType\":\"structBN254.G2Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"},{\"name\":\"Y\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"}]}]},{\"name\":\"operatorKickParams\",\"type\":\"tuple[]\",\"internalType\":\"structISlashingRegistryCoordinatorTypes.OperatorKickParam[]\",\"components\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}]},{\"name\":\"churnApproverSignature\",\"type\":\"tuple\",\"internalType\":\"structISignatureUtilsMixinTypes.SignatureWithSaltAndExpiry\",\"components\":[{\"name\":\"signature\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"operatorSignature\",\"type\":\"tuple\",\"internalType\":\"structISignatureUtilsMixinTypes.SignatureWithSaltAndExpiry\",\"components\":[{\"name\":\"signature\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"renounceOwnership\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"serviceManager\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIServiceManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"setAVS\",\"inputs\":[{\"name\":\"_avs\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setChurnApprover\",\"inputs\":[{\"name\":\"_churnApprover\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setEjectionCooldown\",\"inputs\":[{\"name\":\"_ejectionCooldown\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setEjector\",\"inputs\":[{\"name\":\"_ejector\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setOperatorSetParams\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"operatorSetParams\",\"type\":\"tuple\",\"internalType\":\"structISlashingRegistryCoordinatorTypes.OperatorSetParam\",\"components\":[{\"name\":\"maxOperatorCount\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"kickBIPsOfOperatorStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"},{\"name\":\"kickBIPsOfTotalStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"socketRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractISocketRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"stakeRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStakeRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"supportsAVS\",\"inputs\":[{\"name\":\"_avs\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"transferOwnership\",\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"unpause\",\"inputs\":[{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"updateOperators\",\"inputs\":[{\"name\":\"operators\",\"type\":\"address[]\",\"internalType\":\"address[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"updateOperatorsForQuorum\",\"inputs\":[{\"name\":\"operatorsPerQuorum\",\"type\":\"address[][]\",\"internalType\":\"address[][]\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"updateSocket\",\"inputs\":[{\"name\":\"socket\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"version\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"event\",\"name\":\"AVSUpdated\",\"inputs\":[{\"name\":\"prevAVS\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"newAVS\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"ChurnApproverUpdated\",\"inputs\":[{\"name\":\"prevChurnApprover\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"newChurnApprover\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"EIP712DomainChanged\",\"inputs\":[],\"anonymous\":false},{\"type\":\"event\",\"name\":\"EjectionCooldownUpdated\",\"inputs\":[{\"name\":\"prevEjectionCooldown\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"},{\"name\":\"newEjectionCooldown\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"EjectorUpdated\",\"inputs\":[{\"name\":\"prevEjector\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"newEjector\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"M2QuorumRegistrationDisabled\",\"inputs\":[],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorDeregistered\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorRegistered\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorSetParamsUpdated\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"indexed\":true,\"internalType\":\"uint8\"},{\"name\":\"operatorSetParams\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structISlashingRegistryCoordinatorTypes.OperatorSetParam\",\"components\":[{\"name\":\"maxOperatorCount\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"kickBIPsOfOperatorStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"},{\"name\":\"kickBIPsOfTotalStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"}]}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorSetsEnabled\",\"inputs\":[],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorSocketUpdate\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"socket\",\"type\":\"string\",\"indexed\":false,\"internalType\":\"string\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OwnershipTransferred\",\"inputs\":[{\"name\":\"previousOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Paused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"QuorumBlockNumberUpdated\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"indexed\":true,\"internalType\":\"uint8\"},{\"name\":\"blocknumber\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"QuorumCreated\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"indexed\":true,\"internalType\":\"uint8\"},{\"name\":\"operatorSetParams\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structISlashingRegistryCoordinatorTypes.OperatorSetParam\",\"components\":[{\"name\":\"maxOperatorCount\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"kickBIPsOfOperatorStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"},{\"name\":\"kickBIPsOfTotalStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"}]},{\"name\":\"minimumStake\",\"type\":\"uint96\",\"indexed\":false,\"internalType\":\"uint96\"},{\"name\":\"strategyParams\",\"type\":\"tuple[]\",\"indexed\":false,\"internalType\":\"structIStakeRegistryTypes.StrategyParams[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"stakeType\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"enumIStakeRegistryTypes.StakeType\"},{\"name\":\"lookAheadPeriod\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Unpaused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"error\",\"name\":\"AlreadyRegisteredForQuorums\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"BitmapCannotBeZero\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"BitmapEmpty\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"BitmapValueTooLarge\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"BytesArrayLengthTooLong\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"BytesArrayNotOrdered\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"CannotChurnSelf\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"CannotKickOperatorAboveThreshold\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"CannotReregisterYet\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"ChurnApproverSaltUsed\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"CurrentlyPaused\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"ExpModFailed\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputAddressZero\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputLengthMismatch\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InsufficientStakeForChurn\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidAVS\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidNewPausedStatus\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidRegistrationType\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidSignature\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"LookAheadPeriodTooLong\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"M2QuorumRegistrationIsDisabled\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"MaxOperatorCountReached\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"MaxQuorumsReached\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"NotRegistered\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"NotRegisteredForQuorum\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"NotSorted\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyAllocationManager\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyEjector\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyM2QuorumsAllowed\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyPauser\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyUnpauser\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OperatorNotRegistered\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OperatorNotRegisteredForQuorum\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OperatorSetQuorum\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OperatorSetsAlreadyEnabled\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OperatorSetsNotEnabled\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"QuorumDoesNotExist\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"QuorumOperatorCountMismatch\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"SignatureExpired\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"StringTooLong\",\"inputs\":[{\"name\":\"str\",\"type\":\"string\",\"internalType\":\"string\"}]}]",
	Bin: "0x610180604052348015610010575f5ffd5b5060405161601f38038061601f83398101604081905261002f9161027c565b80516020808301518051818301516040808401516060850151608086015160a0909601518351808501909452600684526576302e302e3160d01b978401979097529395929490939290918686868686868661008981610105565b608052506001600160a01b0381166100b4576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b0390811660a0529485166101005292841660e05290831661012052821660c05216610140526100e861014b565b5050506001600160a01b0390941661016052506103989350505050565b5f5f829050601f81511115610138578260405163305a27a960e01b815260040161012f919061033d565b60405180910390fd5b805161014382610372565b179392505050565b5f54610100900460ff16156101b25760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840161012f565b5f5460ff90811614610201575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b604080519081016001600160401b038111828210171561023157634e487b7160e01b5f52604160045260245ffd5b60405290565b60405160c081016001600160401b038111828210171561023157634e487b7160e01b5f52604160045260245ffd5b6001600160a01b0381168114610279575f5ffd5b50565b5f81830360e08112801561028e575f5ffd5b50610297610203565b83516102a281610265565b815260c0601f19830112156102b5575f5ffd5b6102bd610237565b915060208401516102cd81610265565b825260408401516102dd81610265565b602083015260608401516102f081610265565b6040830152608084015161030381610265565b606083015260a084015161031681610265565b608083015260c084015161032981610265565b60a083015260208101919091529392505050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b80516020808301519190811015610392575f198160200360031b1b821691505b50919050565b60805160a05160c05160e05161010051610120516101405161016051615b796104a65f395f81816105dd015281816119b701528181611b2301526139e801525f8181610955015281816123fa015281816129d501528181612af90152613f7901525f81816108360152818161115e0152818161272e01528181612c3b015261378c01525f818161070e01528181612109015281816126b301528181612a7301528181612bba015281816136ea0152613d1b01525f81816106e701528181610f170152818161263a01528181612cb001528181613207015261367101525f8181610a1d01526121f201525f81816107cc01528181610dab015281816115a20152611e4b01525f5050615b795ff3fe608060405234801561000f575f5ffd5b50600436106103be575f3560e01c8063733b7507116101f5578063a96f783e11610114578063e65797ad116100a9578063f2fde38b11610079578063f2fde38b14610a47578063f698da2514610a5a578063fabc1cbc14610a62578063fd39105a14610a75575f5ffd5b8063e65797ad1461098a578063e814ca9d14610a06578063ea32afae14610a18578063ec8c3a1e14610a3f575f5ffd5b8063ca0de882116100e4578063ca0de88214610916578063ca4f2d971461093d578063ca8aa7c714610950578063de1164bb14610977575f5ffd5b8063a96f783e146108b8578063b5265787146108c1578063c391425e146108e3578063c63fd50214610903575f5ffd5b80638da5cb5b1161018a5780639feab8591161015a5780639feab85914610858578063a4d7871f1461087f578063a50857bf14610892578063a65497c6146108a5575f5ffd5b80638da5cb5b146107ee5780639aa1653d146107ff5780639b5d177b1461081e5780639e9923c214610831575f5ffd5b806384b0196e116101c557806384b0196e1461078657806384ca5213146107a1578063871ef049146107b4578063886f1195146107c7575f5ffd5b8063733b75071461074b578063734479921461075357806381f936d2146107665780638281ab7514610773575f5ffd5b8063303ca956116102e1578063595c6a67116102765780635df45946116102465780635df45946146106e257806368304835146107095780636e3b17db14610730578063715018a614610743575f5ffd5b8063595c6a67146106a05780635ac86ab7146106a85780635b0b829f146106c75780635c975abb146106da575f5ffd5b80635140a548116102b15780635140a54814610632578063530b97a41461064557806354fd4d50146106585780635865c60c14610680575f5ffd5b8063303ca956146105c55780633998fdd3146105d85780633c2a7f4c146105ff5780633eef3a511461061f575f5ffd5b8063136439dd1161035757806328f61b311161032757806328f61b3114610579578063296bb0641461058c57806329d1e0c31461059f5780632cdd1e86146105b2575f5ffd5b8063136439dd146104cc5780631478851f146104df5780631eb812da14610511578063249a0c421461055a575f5ffd5b80630cf4b767116103925780630cf4b7671461045f5780630d3f213414610472578063125e05841461048557806313542a4e146104a4575f5ffd5b8062cf2ab5146103c257806303fd3492146103d757806304ec635114610409578063054310e614610434575b5f5ffd5b6103d56103d03660046142d0565b610ab0565b005b6103f66103e5366004614301565b5f9081526098602052604090205490565b6040519081526020015b60405180910390f35b61041c610417366004614329565b610c51565b6040516001600160c01b039091168152602001610400565b609d54610447906001600160a01b031681565b6040516001600160a01b039091168152602001610400565b6103d561046d3660046143cf565b610ce7565b6103d5610480366004614301565b610d49565b6103f6610493366004614400565b609f6020525f908152604090205481565b6103f66104b2366004614400565b6001600160a01b03165f9081526099602052604090205490565b6103d56104da366004614301565b610d96565b6105016104ed366004614301565b609a6020525f908152604090205460ff1681565b6040519015158152602001610400565b61052461051f36600461441b565b610e6b565b60408051825163ffffffff908116825260208085015190911690820152918101516001600160c01b031690820152606001610400565b6103f6610568366004614450565b609b6020525f908152604090205481565b609e54610447906001600160a01b031681565b61044761059a366004614301565b610eff565b6103d56105ad366004614400565b610f88565b6103d56105c0366004614400565b610f99565b6103d56105d33660046144cd565b610faa565b6104477f000000000000000000000000000000000000000000000000000000000000000081565b61061261060d366004614400565b611024565b604051610400919061452a565b6103d561062d36600461464b565b611048565b6103d56106403660046146fe565b611064565b6103d56106533660046147db565b61138b565b604080518082018252600681526576302e302e3160d01b60208201529051610400919061486d565b61069361068e366004614400565b61151b565b60405161040091906148a7565b6103d561158d565b6105016106b6366004614450565b6001805460ff9092161b9081161490565b6103d56106d53660046148c2565b61163c565b6001546103f6565b6104477f000000000000000000000000000000000000000000000000000000000000000081565b6104477f000000000000000000000000000000000000000000000000000000000000000081565b6103d561073e3660046148f4565b611658565b6103d5611684565b6103d5611695565b6103f6610761366004614400565b6116ff565b60fc546105019060ff1681565b6103d5610781366004614940565b611763565b61078e611778565b6040516104009796959493929190614992565b6103f66107af366004614abc565b611811565b61041c6107c2366004614301565b61185a565b6104477f000000000000000000000000000000000000000000000000000000000000000081565b6064546001600160a01b0316610447565b60965461080c9060ff1681565b60405160ff9091168152602001610400565b6103d561082c366004614c77565b611864565b6104477f000000000000000000000000000000000000000000000000000000000000000081565b6103f67f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de681565b61050161088d366004614450565b611a27565b6103d56108a0366004614d6f565b611a42565b6103d56108b3366004614400565b611b8f565b6103f660a05481565b6105016108cf366004614400565b60a1546001600160a01b0391821691161490565b6108f66108f1366004614e0e565b611ba0565b6040516104009190614eb3565b6103d5610911366004614ef0565b611c27565b6103f67f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a81565b6103d561094b3660046143cf565b611d47565b6104477f000000000000000000000000000000000000000000000000000000000000000081565b60a154610447906001600160a01b031681565b6109f9610998366004614450565b60408051606080820183525f808352602080840182905292840181905260ff9490941684526097825292829020825193840183525463ffffffff8116845261ffff6401000000008204811692850192909252600160301b9004169082015290565b6040516104009190614f7d565b60fc5461050190610100900460ff1681565b6104477f000000000000000000000000000000000000000000000000000000000000000081565b6103f6611da9565b6103d5610a55366004614400565b611dca565b6103f6611e40565b6103d5610a70366004614301565b611e49565b610aa3610a83366004614400565b6001600160a01b03165f9081526099602052604090206001015460ff1690565b6040516104009190614fb0565b600154600290600490811603610ad95760405163840a48d560e01b815260040160405180910390fd5b5f5b8251811015610c4c576040805160018082528183019092525f9160208083019080368337019050509050838281518110610b1757610b17614fbe565b6020026020010151815f81518110610b3157610b31614fbe565b6001600160a01b0392909216602092830291909101909101526040805160018082528183019092525f9181602001602082028036833701905050905060995f868581518110610b8257610b82614fbe565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f205f0154815f81518110610bbe57610bbe614fbe565b6020026020010181815250505f610bed825f81518110610be057610be0614fbe565b6020026020010151611f60565b90505f610c02826001600160c01b0316611fdb565b90505f5b8151811015610c3b57610c338585848481518110610c2657610c26614fbe565b016020015160f81c6120a4565b600101610c06565b505060019093019250610adb915050565b505050565b604051638192610f60e01b8152609860048201526024810184905263ffffffff83166044820152606481018290525f9073__$011c7a59801e6497cf0e5211ce0443418d$__90638192610f90608401602060405180830381865af4158015610cbb573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cdf9190614fd2565b949350505050565b6001335f9081526099602052604090206001015460ff166002811115610d0f57610d0f61487f565b14610d2d5760405163aba4733960e01b815260040160405180910390fd5b335f90815260996020526040902054610d4690826121db565b50565b610d51612286565b60a080549082905560408051828152602081018490527fa77a91bea7b6d95a8eb5a54878a1d9e3c875e26c86a9b70e3420c5c5db193b62910160405180910390a15050565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610df8573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e1c9190615007565b610e3957604051631d77d47760e21b815260040160405180910390fd5b6001548181168114610e5e5760405163c61dca5d60e01b815260040160405180910390fd5b610e67826122e0565b5050565b604080516060810182525f80825260208201819052918101919091525f838152609860205260409020805483908110610ea657610ea6614fbe565b5f91825260209182902060408051606081018252919092015463ffffffff8082168352640100000000820416938201939093526001600160c01b0368010000000000000000909304929092169082015290505b92915050565b6040516308f6629d60e31b8152600481018290525f907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906347b314e890602401602060405180830381865afa158015610f64573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ef99190615020565b610f90612286565b610d468161231d565b610fa1612286565b610d4681612386565b610fb26123ef565b60018054600290811603610fd95760405163840a48d560e01b815260040160405180910390fd5b60a1546001600160a01b03848116911614611007576040516366e565df60e01b815260040160405180910390fd5b5f61101183612438565b905061101d85826124e0565b5050505050565b604080518082019091525f8082526020820152610ef9611043836116ff565b6127a9565b611050612286565b61105e848484600185612833565b50505050565b60015460029060049081160361108d5760405163840a48d560e01b815260040160405180910390fd5b6110d283838080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152505060965460ff169150612d5f9050565b50835182146110f45760405163aaad13f760e01b815260040160405180910390fd5b5f5b8281101561101d575f84848381811061111157611111614fbe565b885192013560f81c92505f918891508490811061113057611130614fbe565b60209081029190910101516040516379a0849160e11b815260ff841660048201529091506001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063f341092290602401602060405180830381865afa1580156111a3573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111c7919061503b565b63ffffffff168151146111ed57604051638e5aeee760e01b815260040160405180910390fd5b5f81516001600160401b0381111561120757611207614199565b604051908082528060200260200182016040528015611230578160200160208202803683370190505b5090505f805b8351811015611326575f84828151811061125257611252614fbe565b6020026020010151905060995f826001600160a01b03166001600160a01b031681526020019081526020015f205f015484838151811061129457611294614fbe565b6020026020010181815250505f6112b6858481518110610be057610be0614fbe565b905060016001600160c01b03821660ff89161c8116146112e95760405163d053aa2160e01b815260040160405180910390fd5b836001600160a01b0316826001600160a01b03161161131b5760405163ba50f91160e01b815260040160405180910390fd5b509150600101611236565b506113328383866120a4565b60ff84165f818152609b6020908152604091829020439081905591519182527f46077d55330763f16269fd75e5761663f4192d2791747c0189b16ad31db07db4910160405180910390a2505050508060010190506110f6565b5f54610100900460ff16158080156113a957505f54600160ff909116105b806113c25750303b1580156113c257505f5460ff166001145b61142a5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff19166001179055801561144b575f805461ff0019166101001790555b6114a16040518060400160405280601681526020017520ab29a932b3b4b9ba393ca1b7b7b93234b730ba37b960511b8152506040518060400160405280600681526020016576302e302e3160d01b815250612d93565b6114aa86612dc3565b6114b38561231d565b6114bc836122e0565b6114c584612386565b6114ce82612e14565b8015611513575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050505050565b604080518082019091525f80825260208201526001600160a01b0382165f908152609960209081526040918290208251808401909352805483526001810154909183019060ff1660028111156115735761157361487f565b60028111156115845761158461487f565b90525092915050565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa1580156115ef573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116139190615007565b61163057604051631d77d47760e21b815260040160405180910390fd5b61163a5f196122e0565b565b611644612286565b8161164e81612e7f565b610c4c8383612ea8565b611660612f3a565b6001600160a01b0382165f908152609f60205260409020429055610e678282612f65565b61168c612286565b61163a5f612dc3565b61169d612286565b60fc54610100900460ff16156116c6576040516321fa91f360e01b815260040160405180910390fd5b60fc805461ff0019166101001790556040517f0fc3c0e6f8b4795f371e19de7f4c5733dd9e549fa8c39e5842eb66c31572d99e905f90a1565b5f610ef97f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de6836040516020016117489291909182526001600160a01b0316602082015260400190565b6040516020818303038152906040528051906020012061307e565b61176b612286565b610c4c8383835f5f612833565b5f6060805f5f5f606060c8545f5f1b148015611794575060c954155b6117d85760405162461bcd60e51b81526020600482015260156024820152741152540dcc4c8e88155b9a5b9a5d1a585b1a5e9959605a1b6044820152606401611421565b6117e06130aa565b6117e861313a565b604080515f80825260208201909252600f60f81b9b939a50919850469750309650945092509050565b5f6118507f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a878787878760405160200161174896959493929190615056565b9695505050505050565b5f610ef982611f60565b600180545f919081160361188b5760405163840a48d560e01b815260040160405180910390fd5b60fc54610100900460ff16156118b4576040516321fa91f360e01b815260040160405180910390fd5b6119046118bf611da9565b6118fd8a8a8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525061314992505050565b9081161490565b6119215760405163afaa70ef60e01b815260040160405180910390fd5b5f6001335f9081526099602052604090206001015460ff16600281111561194a5761194a61487f565b14905061199b3361195b3389613204565b8b8b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152508d92508b91508a905061329d565b80611a1c57604051639926ee7d60e01b81526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690639926ee7d906119ee90339087906004016150db565b5f604051808303815f87803b158015611a05575f5ffd5b505af1158015611a17573d5f5f3e3d5ffd5b505050505b505050505050505050565b5f610ef982611a34611da9565b9060ff161c60019081161490565b600180545f9190811603611a695760405163840a48d560e01b815260040160405180910390fd5b60fc54610100900460ff1615611a92576040516321fa91f360e01b815260040160405180910390fd5b611aa6611a9d611da9565b6118fd87613149565b611ac35760405163afaa70ef60e01b815260040160405180910390fd5b5f6001335f9081526099602052604090206001015460ff166002811115611aec57611aec61487f565b149050611b0633611afd3387613204565b88886001613493565b508061151357604051639926ee7d60e01b81526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690639926ee7d90611b5a90339087906004016150db565b5f604051808303815f87803b158015611b71575f5ffd5b505af1158015611b83573d5f5f3e3d5ffd5b50505050505050505050565b611b97612286565b610d4681612e14565b604051630449895d60e31b815260609073__$011c7a59801e6497cf0e5211ce0443418d$__9063224c4ae890611bdf9060989087908790600401615125565b5f60405180830381865af4158015611bf9573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611c20919081019061517f565b9392505050565b611c2f6123ef565b600180545f9190811603611c565760405163840a48d560e01b815260040160405180910390fd5b60a1546001600160a01b03868116911614611c84576040516366e565df60e01b815260040160405180910390fd5b5f611c8e85612438565b90505f8080611c9f8688018861521c565b9250925092505f611cb08b83613204565b90505f846001811115611cc557611cc561487f565b03611cde57611cd88b8287866001613493565b50611d3a565b6001846001811115611cf257611cf261487f565b03611d21575f80611d05898b018b615277565b94509450505050611d1a8d848988868661329d565b5050611d3a565b60405163354bb8ab60e01b815260040160405180910390fd5b5050505050505050505050565b60018054600290811603611d6e5760405163840a48d560e01b815260040160405180910390fd5b611d82611d79611da9565b6118fd84613149565b611d9f5760405163afaa70ef60e01b815260040160405180910390fd5b610e6733836124e0565b60fc545f9060ff1615611dbd575060fd5490565b611dc56138dd565b905090565b611dd2612286565b6001600160a01b038116611e375760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401611421565b610d4681612dc3565b5f611dc56138f4565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611ea5573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ec99190615020565b6001600160a01b0316336001600160a01b031614611efa5760405163794821ff60e01b815260040160405180910390fd5b60015480198219811614611f215760405163c61dca5d60e01b815260040160405180910390fd5b600182905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c906020015b60405180910390a25050565b604051631a3894e960e01b815260986004820152602481018290525f9073__$011c7a59801e6497cf0e5211ce0443418d$__90631a3894e990604401602060405180830381865af4158015611fb7573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ef99190614fd2565b60605f5f611fe8846138fd565b61ffff166001600160401b0381111561200357612003614199565b6040519080825280601f01601f19166020018201604052801561202d576020820181803683370190505b5090505f805b825182108015612044575061010081105b1561209a576001811b93508584161561208a578060f81b83838151811061206d5761206d614fbe565b60200101906001600160f81b03191690815f1a9053508160010191505b6120938161533b565b9050612033565b5090949350505050565b6040805160018082528183019092525f916020820181803683370190505090508160f81b815f815181106120da576120da614fbe565b60200101906001600160f81b03191690815f1a905350604051636c3fb4bf60e01b81525f906001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690636c3fb4bf9061214290889088908890600401615353565b5f604051808303815f875af115801561215d573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261218491908101906153e3565b90505f5b8551811015611513578181815181106121a3576121a3614fbe565b6020026020010151156121d3576121d38682815181106121c5576121c5614fbe565b602002602001015184612f65565b600101612188565b6040516378219b3f60e11b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063f043367e906122299085908590600401615470565b5f604051808303815f87803b158015612240575f5ffd5b505af1158015612252573d5f5f3e3d5ffd5b50505050817fec2963ab21c1e50e1e582aa542af2e4bf7bf38e6e1403c27b42e1c5d6e621eaa82604051611f54919061486d565b6064546001600160a01b0316331461163a5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401611421565b600181905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b609d54604080516001600160a01b03928316815291831660208301527f315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c910160405180910390a1609d80546001600160a01b0319166001600160a01b0392909216919091179055565b609e54604080516001600160a01b03928316815291831660208301527f8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc9910160405180910390a1609e80546001600160a01b0319166001600160a01b0392909216919091179055565b336001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161461163a576040516323d871a560e01b815260040160405180910390fd5b60605f82516001600160401b0381111561245457612454614199565b6040519080825280601f01601f19166020018201604052801561247e576020820181803683370190505b5090505f5b83518110156124d95783818151811061249e5761249e614fbe565b602002602001015160f81b8282815181106124bb576124bb614fbe565b60200101906001600160f81b03191690815f1a905350600101612483565b5092915050565b6001600160a01b0382165f9081526099602052604081208054909161250482611f60565b905060018084015460ff1660028111156125205761252061487f565b1461253e5760405163aba4733960e01b815260040160405180910390fd5b6096545f9061255190869060ff16612d5f565b90506001600160c01b03811661257a576040516368b6a87560e11b815260040160405180910390fd5b6125916001600160c01b0382811690841681161490565b6125ae5760405163d053aa2160e01b815260040160405180910390fd5b6001600160c01b03818116198316166125c78482613927565b6001600160c01b038116612623576001600160a01b0387165f81815260996020526040808220600101805460ff19166002179055518692917f396fdcb180cb0fea26928113fb0fd1c3549863f9cd563e6a184f1d578116c8e491a35b60405163f4e24fe560e01b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063f4e24fe590612671908a908a90600401615488565b5f604051808303815f87803b158015612688575f5ffd5b505af115801561269a573d5f5f3e3d5ffd5b505060405163bd29b8cd60e01b81526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016925063bd29b8cd91506126ec9087908a90600401615470565b5f604051808303815f87803b158015612703575f5ffd5b505af1158015612715573d5f5f3e3d5ffd5b505060405163bd29b8cd60e01b81526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016925063bd29b8cd91506127679087908a90600401615470565b5f604051808303815f87803b15801561277e575f5ffd5b505af1158015612790573d5f5f3e3d5ffd5b505050506127a087858884613998565b50505050505050565b604080518082019091525f80825260208201525f80806127d65f516020615b245f395f51905f52866154bf565b90505b6127e281613a3b565b90935091505f516020615b245f395f51905f52828309830361281a576040805180820190915290815260208101919091529392505050565b5f516020615b245f395f51905f526001820890506127d9565b60965460ff1661284281613ab7565b60c060ff82161061286657604051633cb89c9760e01b815260040160405180910390fd5b60968054600191905f9061287e90849060ff166154d2565b92506101000a81548160ff021916908360ff1602179055506128a08187612ea8565b6040805160018082528183019092525f91816020015b604080518082019091525f8152606060208201528152602001906001900390816128b65790505090505f85516001600160401b038111156128f9576128f9614199565b604051908082528060200260200182016040528015612922578160200160208202803683370190505b5090505f5b865181101561297f5786818151811061294257612942614fbe565b60200260200101515f015182828151811061295f5761295f614fbe565b6001600160a01b0390921660209283029190910190910152600101612927565b5060405180604001604052808460ff1663ffffffff16815260200182815250825f815181106129b0576129b0614fbe565b602090810291909101015260a154604051630130fc2760e51b81526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000081169263261f84e092612a1092919091169086906004016154eb565b5f604051808303815f87803b158015612a27575f5ffd5b505af1158015612a39573d5f5f3e3d5ffd5b505f9250612a45915050565b856001811115612a5757612a5761487f565b03612ade57604051633aea0b9d60e11b81526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016906375d4173a90612aac9086908b908b90600401615605565b5f604051808303815f87803b158015612ac3575f5ffd5b505af1158015612ad5573d5f5f3e3d5ffd5b50505050612c23565b6001856001811115612af257612af261487f565b03612c23577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316632981eb776040518163ffffffff1660e01b8152600401602060405180830381865afa158015612b53573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b77919061503b565b63ffffffff168463ffffffff161115612ba357604051630bd441b960e21b815260040160405180910390fd5b604051630662d3e160e51b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063cc5a7c2090612bf59086908b9089908c90600401615638565b5f604051808303815f87803b158015612c0c575f5ffd5b505af1158015612c1e573d5f5f3e3d5ffd5b505050505b60405163136ca0f960e11b815260ff841660048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906326d941f2906024015f604051808303815f87803b158015612c84575f5ffd5b505af1158015612c96573d5f5f3e3d5ffd5b505060405163136ca0f960e11b815260ff861660048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031692506326d941f291506024015f604051808303815f87803b158015612cfb575f5ffd5b505af1158015612d0d573d5f5f3e3d5ffd5b505050508260ff167fa34835bc2b673ec37fcf1591a91295b163fc2e181e4ea4e733beb27de1ceac4c8989898989604051612d4c95949392919061566e565b60405180910390a25b5050505050505050565b5f5f612d6a84613149565b9050808360ff166001901b11611c205760405163ca95733360e01b815260040160405180910390fd5b5f54610100900460ff16612db95760405162461bcd60e51b8152600401611421906156ef565b610e678282613ac9565b606480546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b60a154604080516001600160a01b0392831680825292841660208201527f9770f3cadfdcbb6f93af935e86047111590c3768271d237e4a2bc0b874bed693910160405180910390a15060a180546001600160a01b0319166001600160a01b0392909216919091179055565b60965460ff90811690821610610d4657604051637310cff560e11b815260040160405180910390fd5b60ff82165f8181526097602090815260409182902084518154928601518487015161ffff908116600160301b0267ffff00000000000019919092166401000000000265ffffffffffff1990951663ffffffff909316929092179390931716919091179055517f3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac90611f54908490614f7d565b609e546001600160a01b0316331461163a576040516376d8ab1760e11b815260040160405180910390fd5b6001600160a01b0382165f908152609960205260408120609654909190612f9090849060ff16612d5f565b905060018083015460ff166002811115612fac57612fac61487f565b148015612fc157506001600160c01b03811615155b1561105e576040805160018082528183019092525f916020820181803683370190505090505f5b84518110156115135784818151811061300357613003614fbe565b602001015160f81c60f81b825f8151811061302057613020614fbe565b60200101906001600160f81b03191690815f1a90535061305885828151811061304b5761304b614fbe565b016020015160f81c611a27565b1561306c5761306786836124e0565b613076565b6130768683613b16565b600101612fe8565b5f610ef961308a6138f4565b8360405161190160f01b8152600281019290925260228201526042902090565b606060ca80546130b99061573a565b80601f01602080910402602001604051908101604052809291908181526020018280546130e59061573a565b80156131305780601f1061310757610100808354040283529160200191613130565b820191905f5260205f20905b81548152906001019060200180831161311357829003601f168201915b5050505050905090565b606060cb80546130b99061573a565b5f6101008251111561316e57604051637da54e4760e11b815260040160405180910390fd5b81515f0361317d57505f919050565b5f5f835f8151811061319157613191614fbe565b0160200151600160f89190911c81901b92505b84518110156131fb578481815181106131bf576131bf614fbe565b0160200151600160f89190911c1b91508282116131ef57604051631019106960e31b815260040160405180910390fd5b918117916001016131a4565b50909392505050565b5f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166303c5a6b6848461323f87611024565b6040518463ffffffff1660e01b815260040161325d93929190615794565b6020604051808303815f875af1158015613279573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c20919061580d565b83518251146132bf5760405163aaad13f760e01b815260040160405180910390fd5b6132cb86868484613b45565b5f6132d9878787875f613493565b90505f5b8551811015612d55575f60975f8884815181106132fc576132fc614fbe565b0160209081015160f81c82528181019290925260409081015f208151606081018352905463ffffffff811680835261ffff6401000000008304811695840195909552600160301b9091049093169181019190915284518051919350908490811061336857613368614fbe565b602002602001015163ffffffff16111561348a576133fc87838151811061339157613391614fbe565b602001015160f81c60f81b60f81c846040015184815181106133b5576133b5614fbe565b60200260200101518b866020015186815181106133d4576133d4614fbe565b60200260200101518987815181106133ee576133ee614fbe565b602002602001015186613c4b565b6040805160018082528183019092525f9160208201818036833701905050905087838151811061342e5761342e614fbe565b602001015160f81c60f81b815f8151811061344b5761344b614fbe565b60200101906001600160f81b03191690815f1a90535061348886848151811061347657613476614fbe565b60200260200101516020015182612f65565b505b506001016132dd565b6134b760405180606001604052806060815260200160608152602001606081525090565b6096545f906134ca90869060ff16612d5f565b90505f6134d687611f60565b90506001600160c01b0382166134ff576040516313ca465760e01b815260040160405180910390fd5b8082166001600160c01b03161561352957604051630c6816cd60e01b815260040160405180910390fd5b60a0546001600160a01b0389165f908152609f60205260409020546001600160c01b03838116908516179142916135609190615824565b1061357e57604051631968677d60e11b815260040160405180910390fd5b6135888882613927565b61359288876121db565b60016001600160a01b038a165f9081526099602052604090206001015460ff1660028111156135c3576135c361487f565b1461365a57604080518082018252898152600160208083018281526001600160a01b038e165f908152609990925293902082518155925183820180549394939192909160ff19169083600281111561361d5761361d61487f565b0217905550506040518991506001600160a01b038b16907fe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe905f90a35b604051631fd93ca960e11b81526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690633fb27952906136a8908c908b90600401615488565b5f604051808303815f87803b1580156136bf575f5ffd5b505af11580156136d1573d5f5f3e3d5ffd5b5050604051632550477760e01b81526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016925063255047779150613725908c908c908c90600401615837565b5f604051808303815f875af1158015613740573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261376791908101906158c1565b60408087019190915260208601919091525162bff04d60e01b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169062bff04d906137c2908b908b90600401615470565b5f604051808303815f875af11580156137dd573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613804919081019061517f565b845284156138d1575f5b87518110156138cf575f60975f8a848151811061382d5761382d614fbe565b0160209081015160f81c82528181019290925260409081015f208151606081018352905463ffffffff811680835261ffff6401000000008304811695840195909552600160301b9091049093169181019190915287518051919350908490811061389957613899614fbe565b602002602001015163ffffffff1611156138c65760405163c6b9e76760e01b815260040160405180910390fd5b5060010161380e565b505b50505095945050505050565b6096545f90611dc59060019060ff1681901b61591a565b5f611dc5613e04565b5f805b8215610ef95761391160018461591a565b909216918061391f8161592d565b915050613900565b60405163ae1d62db60e01b815260986004820152602481018390526001600160c01b038216604482015273__$011c7a59801e6497cf0e5211ce0443418d$__9063ae1d62db906064015f6040518083038186803b158015613986575f5ffd5b505af4158015611513573d5f5f3e3d5ffd5b5f6139a16138dd565b90505f6139b56139af611da9565b19831690565b90506001600160c01b038119841616806127a0576040516351b27a6d60e11b81526001600160a01b0388811660048301527f0000000000000000000000000000000000000000000000000000000000000000169063a364f4da906024015f604051808303815f87803b158015613a29575f5ffd5b505af1158015611d3a573d5f5f3e3d5ffd5b5f80805f516020615b245f395f51905f5260035f516020615b245f395f51905f52865f516020615b245f395f51905f52888909090890505f613aab827f0c19139cb84c680a6e14116da060561765e05aa45a1c72a34f082305b61f3f525f516020615b245f395f51905f52613e77565b91959194509092505050565b60fc5460ff16610d4657610d46613ef0565b5f54610100900460ff16613aef5760405162461bcd60e51b8152600401611421906156ef565b60ca613afb8382615991565b5060cb613b088282615991565b50505f60c881905560c95550565b5f613b31613b22611da9565b613b2b84613149565b90191690565b9050610c4c83613b4083611fdb565b613f56565b6020808201515f908152609a909152604090205460ff1615613b7a57604051636fbefec360e11b815260040160405180910390fd5b4281604001511015613b9f57604051630819bdcd60e01b815260040160405180910390fd5b602080820180515f908152609a909252604091829020805460ff19166001179055609d5490519183015173__$c450b067f122b1edf84c92f7cfafc3aa17$__9263238a4d1e926001600160a01b031691613bfe91899189918991611811565b84516040516001600160e01b031960e086901b168152613c2393929190600401615837565b5f6040518083038186803b158015613c39575f5ffd5b505af4158015612d55573d5f5f3e3d5ffd5b6020808301516001600160a01b038082165f8181526099909452604090932054919290871603613c8e576040516356168b4160e11b815260040160405180910390fd5b8760ff16845f015160ff1614613cb757604051638e5aeee760e01b815260040160405180910390fd5b600160ff89161b613cdd613cca83611f60565b6001600160c01b03838116911681161490565b613cfa5760405163263a721560e11b815260040160405180910390fd5b604051635401ed2760e01b81526004810183905260ff8a1660248201525f907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635401ed2790604401602060405180830381865afa158015613d68573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d8c9190615a4b565b9050613d988186613ff4565b6001600160601b0316876001600160601b031611613dc957604051634c44995d60e01b815260040160405180910390fd5b613dd38986614017565b6001600160601b0316816001600160601b031610611b835760405163b187e86960e01b815260040160405180910390fd5b5f7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f613e2e614030565b613e36614088565b60408051602081019490945283019190915260608201524660808201523060a082015260c00160405160208183030381529060405280519060200120905090565b5f5f613e8161415d565b613e8961417b565b602080825281810181905260408201819052606082018890526080820187905260a082018690528260c08360056107d05a03fa92508280613ec657fe5b5082613ee55760405163d51edae360e01b815260040160405180910390fd5b505195945050505050565b60fc5460ff1615613f145760405163b2e18e0560e01b815260040160405180910390fd5b613f1c6138dd565b60fd5560fc805460ff191660011790556040517f0b88306ff4627121f5b3e5b1c5f88f6b1e42fd2c0478ef1c91662d49d1f07755905f90a1565b604080516060810182526001600160a01b03848116825260a154811660208301527f00000000000000000000000000000000000000000000000000000000000000001691636e3492b591908101613fac856140b8565b8152506040518263ffffffff1660e01b8152600401613fcb9190615a66565b5f604051808303815f87803b158015613fe2575f5ffd5b505af1158015611513573d5f5f3e3d5ffd5b60208101515f906127109061400d9061ffff1685615ad4565b611c209190615af6565b60408101515f906127109061400d9061ffff1685615ad4565b5f5f61403a6130aa565b805190915015614051578051602090910120919050565b60c85480156140605792915050565b7fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a4709250505090565b5f5f61409261313a565b8051909150156140a9578051602090910120919050565b60c95480156140605792915050565b60605f82516001600160401b038111156140d4576140d4614199565b6040519080825280602002602001820160405280156140fd578160200160208202803683370190505b5090505f5b83518110156124d95783818151811061411d5761411d614fbe565b602001015160f81c60f81b60f81c60ff1682828151811061414057614140614fbe565b63ffffffff90921660209283029190910190910152600101614102565b60405180602001604052806001906020820280368337509192915050565b6040518060c001604052806006906020820280368337509192915050565b634e487b7160e01b5f52604160045260245ffd5b604051606081016001600160401b03811182821017156141cf576141cf614199565b60405290565b604080519081016001600160401b03811182821017156141cf576141cf614199565b604051601f8201601f191681016001600160401b038111828210171561421f5761421f614199565b604052919050565b5f6001600160401b0382111561423f5761423f614199565b5060051b60200190565b6001600160a01b0381168114610d46575f5ffd5b5f82601f83011261426c575f5ffd5b813561427f61427a82614227565b6141f7565b8082825260208201915060208360051b8601019250858311156142a0575f5ffd5b602085015b838110156142c65780356142b881614249565b8352602092830192016142a5565b5095945050505050565b5f602082840312156142e0575f5ffd5b81356001600160401b038111156142f5575f5ffd5b610cdf8482850161425d565b5f60208284031215614311575f5ffd5b5035919050565b63ffffffff81168114610d46575f5ffd5b5f5f5f6060848603121561433b575f5ffd5b83359250602084013561434d81614318565b929592945050506040919091013590565b5f82601f83011261436d575f5ffd5b8135602083015f5f6001600160401b0384111561438c5761438c614199565b50601f8301601f19166020016143a1816141f7565b9150508281528583830111156143b5575f5ffd5b828260208301375f92810160200192909252509392505050565b5f602082840312156143df575f5ffd5b81356001600160401b038111156143f4575f5ffd5b610cdf8482850161435e565b5f60208284031215614410575f5ffd5b8135611c2081614249565b5f5f6040838503121561442c575f5ffd5b50508035926020909101359150565b803560ff8116811461444b575f5ffd5b919050565b5f60208284031215614460575f5ffd5b611c208261443b565b5f82601f830112614478575f5ffd5b813561448661427a82614227565b8082825260208201915060208360051b8601019250858311156144a7575f5ffd5b602085015b838110156142c65780356144bf81614318565b8352602092830192016144ac565b5f5f5f606084860312156144df575f5ffd5b83356144ea81614249565b925060208401356144fa81614249565b915060408401356001600160401b03811115614514575f5ffd5b61452086828701614469565b9150509250925092565b815181526020808301519082015260408101610ef9565b803561ffff8116811461444b575f5ffd5b5f60608284031215614562575f5ffd5b61456a6141ad565b9050813561457781614318565b815261458560208301614541565b602082015261459660408301614541565b604082015292915050565b6001600160601b0381168114610d46575f5ffd5b5f82601f8301126145c4575f5ffd5b81356145d261427a82614227565b8082825260208201915060208360061b8601019250858311156145f3575f5ffd5b602085015b838110156142c6576040818803121561460f575f5ffd5b6146176141d5565b813561462281614249565b81526020820135614632816145a1565b60208281019190915290845292909201916040016145f8565b5f5f5f5f60c0858703121561465e575f5ffd5b6146688686614552565b93506060850135614678816145a1565b925060808501356001600160401b03811115614692575f5ffd5b61469e878288016145b5565b92505060a08501356146af81614318565b939692955090935050565b5f5f83601f8401126146ca575f5ffd5b5081356001600160401b038111156146e0575f5ffd5b6020830191508360208285010111156146f7575f5ffd5b9250929050565b5f5f5f60408486031215614710575f5ffd5b83356001600160401b03811115614725575f5ffd5b8401601f81018613614735575f5ffd5b803561474361427a82614227565b8082825260208201915060208360051b850101925088831115614764575f5ffd5b602084015b838110156147a45780356001600160401b03811115614786575f5ffd5b6147958b60208389010161425d565b84525060209283019201614769565b50955050505060208401356001600160401b038111156147c2575f5ffd5b6147ce868287016146ba565b9497909650939450505050565b5f5f5f5f5f60a086880312156147ef575f5ffd5b85356147fa81614249565b9450602086013561480a81614249565b9350604086013561481a81614249565b925060608601359150608086013561483181614249565b809150509295509295909350565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f611c20602083018461483f565b634e487b7160e01b5f52602160045260245ffd5b600381106148a3576148a361487f565b9052565b8151815260208083015160408301916124d990840182614893565b5f5f608083850312156148d3575f5ffd5b6148dc8361443b565b91506148eb8460208501614552565b90509250929050565b5f5f60408385031215614905575f5ffd5b823561491081614249565b915060208301356001600160401b0381111561492a575f5ffd5b6149368582860161435e565b9150509250929050565b5f5f5f60a08486031215614952575f5ffd5b61495c8585614552565b9250606084013561496c816145a1565b915060808401356001600160401b03811115614986575f5ffd5b614520868287016145b5565b60ff60f81b8816815260e060208201525f6149b060e083018961483f565b82810360408401526149c2818961483f565b606084018890526001600160a01b038716608085015260a0840186905283810360c0850152845180825260208087019350909101905f5b81811015614a175783518352602093840193909201916001016149f9565b50909b9a5050505050505050505050565b5f82601f830112614a37575f5ffd5b8135614a4561427a82614227565b8082825260208201915060208360061b860101925085831115614a66575f5ffd5b602085015b838110156142c65760408188031215614a82575f5ffd5b614a8a6141d5565b614a938261443b565b81526020820135614aa381614249565b6020828101919091529084529290920191604001614a6b565b5f5f5f5f5f60a08688031215614ad0575f5ffd5b8535614adb81614249565b94506020860135935060408601356001600160401b03811115614afc575f5ffd5b614b0888828901614a28565b9598949750949560608101359550608001359392505050565b5f60408284031215614b31575f5ffd5b614b396141d5565b823581526020928301359281019290925250919050565b5f82601f830112614b5f575f5ffd5b614b676141d5565b806040840185811115614b78575f5ffd5b845b81811015614b92578035845260209384019301614b7a565b509095945050505050565b5f818303610100811215614baf575f5ffd5b614bb76141ad565b9150614bc38484614b21565b8252614bd28460408501614b21565b60208301526080607f1982011215614be8575f5ffd5b50614bf16141d5565b614bfe8460808501614b50565b8152614c0d8460c08501614b50565b6020820152604082015292915050565b5f60608284031215614c2d575f5ffd5b614c356141ad565b905081356001600160401b03811115614c4c575f5ffd5b614c588482850161435e565b8252506020828101359082015260409182013591810191909152919050565b5f5f5f5f5f5f5f6101a0888a031215614c8e575f5ffd5b87356001600160401b03811115614ca3575f5ffd5b614caf8a828b016146ba565b90985096505060208801356001600160401b03811115614ccd575f5ffd5b614cd98a828b0161435e565b955050614ce98960408a01614b9d565b93506101408801356001600160401b03811115614d04575f5ffd5b614d108a828b01614a28565b9350506101608801356001600160401b03811115614d2c575f5ffd5b614d388a828b01614c1d565b9250506101808801356001600160401b03811115614d54575f5ffd5b614d608a828b01614c1d565b91505092959891949750929550565b5f5f5f5f6101608587031215614d83575f5ffd5b84356001600160401b03811115614d98575f5ffd5b614da48782880161435e565b94505060208501356001600160401b03811115614dbf575f5ffd5b614dcb8782880161435e565b935050614ddb8660408701614b9d565b91506101408501356001600160401b03811115614df6575f5ffd5b614e0287828801614c1d565b91505092959194509250565b5f5f60408385031215614e1f575f5ffd5b8235614e2a81614318565b915060208301356001600160401b03811115614e44575f5ffd5b8301601f81018513614e54575f5ffd5b8035614e6261427a82614227565b8082825260208201915060208360051b850101925087831115614e83575f5ffd5b6020840193505b82841015614ea5578335825260209384019390910190614e8a565b809450505050509250929050565b602080825282518282018190525f918401906040840190835b81811015614b9257835163ffffffff16835260209384019390920191600101614ecc565b5f5f5f5f5f60808688031215614f04575f5ffd5b8535614f0f81614249565b94506020860135614f1f81614249565b935060408601356001600160401b03811115614f39575f5ffd5b614f4588828901614469565b93505060608601356001600160401b03811115614f60575f5ffd5b614f6c888289016146ba565b969995985093965092949392505050565b60608101610ef9828463ffffffff815116825261ffff602082015116602083015261ffff60408201511660408301525050565b60208101610ef98284614893565b634e487b7160e01b5f52603260045260245ffd5b5f60208284031215614fe2575f5ffd5b81516001600160c01b0381168114611c20575f5ffd5b8051801515811461444b575f5ffd5b5f60208284031215615017575f5ffd5b611c2082614ff8565b5f60208284031215615030575f5ffd5b8151611c2081614249565b5f6020828403121561504b575f5ffd5b8151611c2081614318565b5f60c0820188835260018060a01b038816602084015286604084015260c0606084015280865180835260e0850191506020880192505f5b818110156150c3578351805160ff1684526020908101516001600160a01b0316818501529093019260409092019160010161508d565b50506080840195909552505060a00152949350505050565b60018060a01b0383168152604060208201525f82516060604084015261510460a084018261483f565b90506020840151606084015260408401516080840152809150509392505050565b5f6060820185835263ffffffff85166020840152606060408401528084518083526080850191506020860192505f5b81811015615172578351835260209384019390920191600101615154565b5090979650505050505050565b5f6020828403121561518f575f5ffd5b81516001600160401b038111156151a4575f5ffd5b8201601f810184136151b4575f5ffd5b80516151c261427a82614227565b8082825260208201915060208360051b8501019250868311156151e3575f5ffd5b6020840193505b828410156118505783516151fd81614318565b8252602093840193909101906151ea565b80356002811061444b575f5ffd5b5f5f5f610140848603121561522f575f5ffd5b6152388461520e565b925060208401356001600160401b03811115615252575f5ffd5b61525e8682870161435e565b92505061526e8560408601614b9d565b90509250925092565b5f5f5f5f5f610180868803121561528c575f5ffd5b6152958661520e565b945060208601356001600160401b038111156152af575f5ffd5b6152bb8882890161435e565b9450506152cb8760408801614b9d565b92506101408601356001600160401b038111156152e6575f5ffd5b6152f288828901614a28565b9250506101608601356001600160401b0381111561530e575f5ffd5b61531a88828901614c1d565b9150509295509295909350565b634e487b7160e01b5f52601160045260245ffd5b5f6001820161534c5761534c615327565b5060010190565b606080825284519082018190525f9060208601906080840190835b818110156153955783516001600160a01b031683526020938401939092019160010161536e565b5050838103602080860191909152865180835291810192508601905f5b818110156153d05782518452602093840193909201916001016153b2565b50505060ff841660408401529050610cdf565b5f602082840312156153f3575f5ffd5b81516001600160401b03811115615408575f5ffd5b8201601f81018413615418575f5ffd5b805161542661427a82614227565b8082825260208201915060208360051b850101925086831115615447575f5ffd5b6020840193505b828410156118505761545f84614ff8565b82526020938401939091019061544e565b828152604060208201525f610cdf604083018461483f565b6001600160a01b03831681526040602082018190525f90610cdf9083018461483f565b634e487b7160e01b5f52601260045260245ffd5b5f826154cd576154cd6154ab565b500690565b60ff8181168382160190811115610ef957610ef9615327565b5f6040820160018060a01b03851683526040602084015280845180835260608501915060608160051b8601019250602086015f5b828110156155a057868503605f190184528151805163ffffffff168652602090810151604082880181905281519088018190529101905f9060608801905b808310156155885783516001600160a01b03168252602093840193600193909301929091019061555d565b5096505050602093840193919091019060010161551f565b5092979650505050505050565b5f8151808452602084019350602083015f5b828110156155fb57815180516001600160a01b031687526020908101516001600160601b031681880152604090960195909101906001016155bf565b5093949350505050565b60ff841681526001600160601b0383166020820152606060408201525f61562f60608301846155ad565b95945050505050565b60ff851681526001600160601b038416602082015263ffffffff83166040820152608060608201525f61185060808301846155ad565b61569d818763ffffffff815116825261ffff602082015116602083015261ffff60408201511660408301525050565b6001600160601b038516606082015260e060808201525f6156c160e08301866155ad565b9050600284106156d3576156d361487f565b8360a083015263ffffffff831660c08301529695505050505050565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b606082015260800190565b600181811c9082168061574e57607f821691505b60208210810361576c57634e487b7160e01b5f52602260045260245ffd5b50919050565b805f5b600281101561105e578151845260209384019390910190600101615775565b6001600160a01b038416815282518051602080840191909152015160408201526101608101602084810151805160608501529081015160808401525060408401516157e360a084018251615772565b602001516157f460e0840182615772565b5082516101208301526020830151610140830152610cdf565b5f6020828403121561581d575f5ffd5b5051919050565b80820180821115610ef957610ef9615327565b60018060a01b0384168152826020820152606060408201525f61562f606083018461483f565b5f82601f83011261586c575f5ffd5b815161587a61427a82614227565b8082825260208201915060208360051b86010192508583111561589b575f5ffd5b602085015b838110156142c65780516158b3816145a1565b8352602092830192016158a0565b5f5f604083850312156158d2575f5ffd5b82516001600160401b038111156158e7575f5ffd5b6158f38582860161585d565b92505060208301516001600160401b0381111561590e575f5ffd5b6149368582860161585d565b81810381811115610ef957610ef9615327565b5f61ffff821661ffff810361594457615944615327565b60010192915050565b601f821115610c4c57805f5260205f20601f840160051c810160208510156159725750805b601f840160051c820191505b8181101561101d575f815560010161597e565b81516001600160401b038111156159aa576159aa614199565b6159be816159b8845461573a565b8461594d565b6020601f8211600181146159f0575f83156159d95750848201515b5f19600385901b1c1916600184901b17845561101d565b5f84815260208120601f198516915b82811015615a1f57878501518255602094850194600190920191016159ff565b5084821015615a3c57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215615a5b575f5ffd5b8151611c20816145a1565b602080825282516001600160a01b039081168383015283820151166040808401919091528301516060808401528051608084018190525f929190910190829060a08501905b808310156142c65763ffffffff8451168252602082019150602084019350600183019250615aab565b6001600160601b0381811683821602908116908181146124d9576124d9615327565b5f6001600160601b03831680615b0e57615b0e6154ab565b806001600160601b038416049150509291505056fe30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47a2646970667358221220f7c78c4b5890edc13743e5fb4e6846ff62135cc37490558eaf3f08cdb2bea30464736f6c634300081b0033",
}
⋮----
// ContractRegistryCoordinatorABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractRegistryCoordinatorMetaData.ABI instead.
var ContractRegistryCoordinatorABI = ContractRegistryCoordinatorMetaData.ABI
⋮----
// ContractRegistryCoordinatorBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractRegistryCoordinatorMetaData.Bin instead.
var ContractRegistryCoordinatorBin = ContractRegistryCoordinatorMetaData.Bin
⋮----
// DeployContractRegistryCoordinator deploys a new Ethereum contract, binding an instance of ContractRegistryCoordinator to it.
func DeployContractRegistryCoordinator(auth *bind.TransactOpts, backend bind.ContractBackend, params IRegistryCoordinatorTypesRegistryCoordinatorParams) (common.Address, *types.Transaction, *ContractRegistryCoordinator, error)
⋮----
// ContractRegistryCoordinatorMethods is an auto generated interface around an Ethereum contract.
type ContractRegistryCoordinatorMethods interface {
	ContractRegistryCoordinatorCalls
	ContractRegistryCoordinatorTransacts
	ContractRegistryCoordinatorFilters
}
⋮----
// ContractRegistryCoordinatorCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractRegistryCoordinatorCalls interface {
	OPERATORCHURNAPPROVALTYPEHASH(opts *bind.CallOpts) ([32]byte, error)

	PUBKEYREGISTRATIONTYPEHASH(opts *bind.CallOpts) ([32]byte, error)

	AllocationManager(opts *bind.CallOpts) (common.Address, error)

	Avs(opts *bind.CallOpts) (common.Address, error)

	BlsApkRegistry(opts *bind.CallOpts) (common.Address, error)

	CalculateOperatorChurnApprovalDigestHash(opts *bind.CallOpts, registeringOperator common.Address, registeringOperatorId [32]byte, operatorKickParams []ISlashingRegistryCoordinatorTypesOperatorKickParam, salt [32]byte, expiry *big.Int) ([32]byte, error)

	CalculatePubkeyRegistrationMessageHash(opts *bind.CallOpts, operator common.Address) ([32]byte, error)

	ChurnApprover(opts *bind.CallOpts) (common.Address, error)

	DomainSeparator(opts *bind.CallOpts) ([32]byte, error)

	Eip712Domain(opts *bind.CallOpts) (struct {
		Fields            [1]byte
		Name              string
		Version           string
		ChainId           *big.Int
		VerifyingContract common.Address
		Salt              [32]byte
		Extensions        []*big.Int
	}, error)
⋮----
// ContractRegistryCoordinatorTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractRegistryCoordinatorTransacts interface {
	CreateSlashableStakeQuorum(opts *bind.TransactOpts, operatorSetParams ISlashingRegistryCoordinatorTypesOperatorSetParam, minimumStake *big.Int, strategyParams []IStakeRegistryTypesStrategyParams, lookAheadPeriod uint32) (*types.Transaction, error)

	CreateTotalDelegatedStakeQuorum(opts *bind.TransactOpts, operatorSetParams ISlashingRegistryCoordinatorTypesOperatorSetParam, minimumStake *big.Int, strategyParams []IStakeRegistryTypesStrategyParams) (*types.Transaction, error)

	DeregisterOperator(opts *bind.TransactOpts, operator common.Address, avs common.Address, operatorSetIds []uint32) (*types.Transaction, error)

	DeregisterOperator0(opts *bind.TransactOpts, quorumNumbers []byte) (*types.Transaction, error)

	DisableM2QuorumRegistration(opts *bind.TransactOpts) (*types.Transaction, error)

	EjectOperator(opts *bind.TransactOpts, operator common.Address, quorumNumbers []byte) (*types.Transaction, error)

	Initialize(opts *bind.TransactOpts, initialOwner common.Address, churnApprover common.Address, ejector common.Address, initialPausedStatus *big.Int, avs common.Address) (*types.Transaction, error)

	Pause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)

	PauseAll(opts *bind.TransactOpts) (*types.Transaction, error)

	RegisterOperator(opts *bind.TransactOpts, quorumNumbers []byte, socket string, params IBLSApkRegistryTypesPubkeyRegistrationParams, operatorSignature ISignatureUtilsMixinTypesSignatureWithSaltAndExpiry) (*types.Transaction, error)

	RegisterOperator0(opts *bind.TransactOpts, operator common.Address, avs common.Address, operatorSetIds []uint32, data []byte) (*types.Transaction, error)

	RegisterOperatorWithChurn(opts *bind.TransactOpts, quorumNumbers []byte, socket string, params IBLSApkRegistryTypesPubkeyRegistrationParams, operatorKickParams []ISlashingRegistryCoordinatorTypesOperatorKickParam, churnApproverSignature ISignatureUtilsMixinTypesSignatureWithSaltAndExpiry, operatorSignature ISignatureUtilsMixinTypesSignatureWithSaltAndExpiry) (*types.Transaction, error)

	RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

	SetAVS(opts *bind.TransactOpts, _avs common.Address) (*types.Transaction, error)

	SetChurnApprover(opts *bind.TransactOpts, _churnApprover common.Address) (*types.Transaction, error)

	SetEjectionCooldown(opts *bind.TransactOpts, _ejectionCooldown *big.Int) (*types.Transaction, error)

	SetEjector(opts *bind.TransactOpts, _ejector common.Address) (*types.Transaction, error)

	SetOperatorSetParams(opts *bind.TransactOpts, quorumNumber uint8, operatorSetParams ISlashingRegistryCoordinatorTypesOperatorSetParam) (*types.Transaction, error)

	TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)

	Unpause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)

	UpdateOperators(opts *bind.TransactOpts, operators []common.Address) (*types.Transaction, error)

	UpdateOperatorsForQuorum(opts *bind.TransactOpts, operatorsPerQuorum [][]common.Address, quorumNumbers []byte) (*types.Transaction, error)

	UpdateSocket(opts *bind.TransactOpts, socket string) (*types.Transaction, error)
}
⋮----
// ContractRegistryCoordinatorFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractRegistryCoordinatorFilters interface {
	FilterAVSUpdated(opts *bind.FilterOpts) (*ContractRegistryCoordinatorAVSUpdatedIterator, error)
	WatchAVSUpdated(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorAVSUpdated) (event.Subscription, error)
	ParseAVSUpdated(log types.Log) (*ContractRegistryCoordinatorAVSUpdated, error)

	FilterChurnApproverUpdated(opts *bind.FilterOpts) (*ContractRegistryCoordinatorChurnApproverUpdatedIterator, error)
	WatchChurnApproverUpdated(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorChurnApproverUpdated) (event.Subscription, error)
	ParseChurnApproverUpdated(log types.Log) (*ContractRegistryCoordinatorChurnApproverUpdated, error)

	FilterEIP712DomainChanged(opts *bind.FilterOpts) (*ContractRegistryCoordinatorEIP712DomainChangedIterator, error)
	WatchEIP712DomainChanged(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorEIP712DomainChanged) (event.Subscription, error)
	ParseEIP712DomainChanged(log types.Log) (*ContractRegistryCoordinatorEIP712DomainChanged, error)

	FilterEjectionCooldownUpdated(opts *bind.FilterOpts) (*ContractRegistryCoordinatorEjectionCooldownUpdatedIterator, error)
	WatchEjectionCooldownUpdated(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorEjectionCooldownUpdated) (event.Subscription, error)
	ParseEjectionCooldownUpdated(log types.Log) (*ContractRegistryCoordinatorEjectionCooldownUpdated, error)

	FilterEjectorUpdated(opts *bind.FilterOpts) (*ContractRegistryCoordinatorEjectorUpdatedIterator, error)
	WatchEjectorUpdated(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorEjectorUpdated) (event.Subscription, error)
	ParseEjectorUpdated(log types.Log) (*ContractRegistryCoordinatorEjectorUpdated, error)

	FilterInitialized(opts *bind.FilterOpts) (*ContractRegistryCoordinatorInitializedIterator, error)
	WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorInitialized) (event.Subscription, error)
	ParseInitialized(log types.Log) (*ContractRegistryCoordinatorInitialized, error)

	FilterM2QuorumRegistrationDisabled(opts *bind.FilterOpts) (*ContractRegistryCoordinatorM2QuorumRegistrationDisabledIterator, error)
	WatchM2QuorumRegistrationDisabled(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorM2QuorumRegistrationDisabled) (event.Subscription, error)
	ParseM2QuorumRegistrationDisabled(log types.Log) (*ContractRegistryCoordinatorM2QuorumRegistrationDisabled, error)

	FilterOperatorDeregistered(opts *bind.FilterOpts, operator []common.Address, operatorId [][32]byte) (*ContractRegistryCoordinatorOperatorDeregisteredIterator, error)
	WatchOperatorDeregistered(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorOperatorDeregistered, operator []common.Address, operatorId [][32]byte) (event.Subscription, error)
	ParseOperatorDeregistered(log types.Log) (*ContractRegistryCoordinatorOperatorDeregistered, error)

	FilterOperatorRegistered(opts *bind.FilterOpts, operator []common.Address, operatorId [][32]byte) (*ContractRegistryCoordinatorOperatorRegisteredIterator, error)
	WatchOperatorRegistered(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorOperatorRegistered, operator []common.Address, operatorId [][32]byte) (event.Subscription, error)
	ParseOperatorRegistered(log types.Log) (*ContractRegistryCoordinatorOperatorRegistered, error)

	FilterOperatorSetParamsUpdated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractRegistryCoordinatorOperatorSetParamsUpdatedIterator, error)
	WatchOperatorSetParamsUpdated(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorOperatorSetParamsUpdated, quorumNumber []uint8) (event.Subscription, error)
	ParseOperatorSetParamsUpdated(log types.Log) (*ContractRegistryCoordinatorOperatorSetParamsUpdated, error)

	FilterOperatorSetsEnabled(opts *bind.FilterOpts) (*ContractRegistryCoordinatorOperatorSetsEnabledIterator, error)
	WatchOperatorSetsEnabled(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorOperatorSetsEnabled) (event.Subscription, error)
	ParseOperatorSetsEnabled(log types.Log) (*ContractRegistryCoordinatorOperatorSetsEnabled, error)

	FilterOperatorSocketUpdate(opts *bind.FilterOpts, operatorId [][32]byte) (*ContractRegistryCoordinatorOperatorSocketUpdateIterator, error)
	WatchOperatorSocketUpdate(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorOperatorSocketUpdate, operatorId [][32]byte) (event.Subscription, error)
	ParseOperatorSocketUpdate(log types.Log) (*ContractRegistryCoordinatorOperatorSocketUpdate, error)

	FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractRegistryCoordinatorOwnershipTransferredIterator, error)
	WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
	ParseOwnershipTransferred(log types.Log) (*ContractRegistryCoordinatorOwnershipTransferred, error)

	FilterPaused(opts *bind.FilterOpts, account []common.Address) (*ContractRegistryCoordinatorPausedIterator, error)
	WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorPaused, account []common.Address) (event.Subscription, error)
	ParsePaused(log types.Log) (*ContractRegistryCoordinatorPaused, error)

	FilterQuorumBlockNumberUpdated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractRegistryCoordinatorQuorumBlockNumberUpdatedIterator, error)
	WatchQuorumBlockNumberUpdated(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorQuorumBlockNumberUpdated, quorumNumber []uint8) (event.Subscription, error)
	ParseQuorumBlockNumberUpdated(log types.Log) (*ContractRegistryCoordinatorQuorumBlockNumberUpdated, error)

	FilterQuorumCreated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractRegistryCoordinatorQuorumCreatedIterator, error)
	WatchQuorumCreated(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorQuorumCreated, quorumNumber []uint8) (event.Subscription, error)
	ParseQuorumCreated(log types.Log) (*ContractRegistryCoordinatorQuorumCreated, error)

	FilterUnpaused(opts *bind.FilterOpts, account []common.Address) (*ContractRegistryCoordinatorUnpausedIterator, error)
	WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorUnpaused, account []common.Address) (event.Subscription, error)
	ParseUnpaused(log types.Log) (*ContractRegistryCoordinatorUnpaused, error)
}
⋮----
// ContractRegistryCoordinator is an auto generated Go binding around an Ethereum contract.
type ContractRegistryCoordinator struct {
	ContractRegistryCoordinatorCaller     // Read-only binding to the contract
	ContractRegistryCoordinatorTransactor // Write-only binding to the contract
	ContractRegistryCoordinatorFilterer   // Log filterer for contract events
}
⋮----
ContractRegistryCoordinatorCaller     // Read-only binding to the contract
ContractRegistryCoordinatorTransactor // Write-only binding to the contract
ContractRegistryCoordinatorFilterer   // Log filterer for contract events
⋮----
// ContractRegistryCoordinator implements the ContractRegistryCoordinatorMethods interface.
var _ ContractRegistryCoordinatorMethods = (*ContractRegistryCoordinator)(nil)
⋮----
// ContractRegistryCoordinatorCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractRegistryCoordinatorCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractRegistryCoordinatorCaller implements the ContractRegistryCoordinatorCalls interface.
var _ ContractRegistryCoordinatorCalls = (*ContractRegistryCoordinatorCaller)(nil)
⋮----
// ContractRegistryCoordinatorTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractRegistryCoordinatorTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractRegistryCoordinatorTransactor implements the ContractRegistryCoordinatorTransacts interface.
var _ ContractRegistryCoordinatorTransacts = (*ContractRegistryCoordinatorTransactor)(nil)
⋮----
// ContractRegistryCoordinatorFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractRegistryCoordinatorFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractRegistryCoordinatorFilterer implements the ContractRegistryCoordinatorFilters interface.
var _ ContractRegistryCoordinatorFilters = (*ContractRegistryCoordinatorFilterer)(nil)
⋮----
// ContractRegistryCoordinatorSession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractRegistryCoordinatorSession struct {
	Contract     *ContractRegistryCoordinator // Generic contract binding to set the session for
	CallOpts     bind.CallOpts                // Call options to use throughout this session
	TransactOpts bind.TransactOpts            // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractRegistryCoordinator // Generic contract binding to set the session for
CallOpts     bind.CallOpts                // Call options to use throughout this session
TransactOpts bind.TransactOpts            // Transaction auth options to use throughout this session
⋮----
// ContractRegistryCoordinatorCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractRegistryCoordinatorCallerSession struct {
	Contract *ContractRegistryCoordinatorCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                      // Call options to use throughout this session
}
⋮----
Contract *ContractRegistryCoordinatorCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                      // Call options to use throughout this session
⋮----
// ContractRegistryCoordinatorTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractRegistryCoordinatorTransactorSession struct {
	Contract     *ContractRegistryCoordinatorTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                      // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractRegistryCoordinatorTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                      // Transaction auth options to use throughout this session
⋮----
// ContractRegistryCoordinatorRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractRegistryCoordinatorRaw struct {
	Contract *ContractRegistryCoordinator // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractRegistryCoordinator // Generic contract binding to access the raw methods on
⋮----
// ContractRegistryCoordinatorCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractRegistryCoordinatorCallerRaw struct {
	Contract *ContractRegistryCoordinatorCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractRegistryCoordinatorCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractRegistryCoordinatorTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractRegistryCoordinatorTransactorRaw struct {
	Contract *ContractRegistryCoordinatorTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractRegistryCoordinatorTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractRegistryCoordinator creates a new instance of ContractRegistryCoordinator, bound to a specific deployed contract.
func NewContractRegistryCoordinator(address common.Address, backend bind.ContractBackend) (*ContractRegistryCoordinator, error)
⋮----
// NewContractRegistryCoordinatorCaller creates a new read-only instance of ContractRegistryCoordinator, bound to a specific deployed contract.
func NewContractRegistryCoordinatorCaller(address common.Address, caller bind.ContractCaller) (*ContractRegistryCoordinatorCaller, error)
⋮----
// NewContractRegistryCoordinatorTransactor creates a new write-only instance of ContractRegistryCoordinator, bound to a specific deployed contract.
func NewContractRegistryCoordinatorTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractRegistryCoordinatorTransactor, error)
⋮----
// NewContractRegistryCoordinatorFilterer creates a new log filterer instance of ContractRegistryCoordinator, bound to a specific deployed contract.
func NewContractRegistryCoordinatorFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractRegistryCoordinatorFilterer, error)
⋮----
// bindContractRegistryCoordinator binds a generic wrapper to an already deployed contract.
func bindContractRegistryCoordinator(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// OPERATORCHURNAPPROVALTYPEHASH is a free data retrieval call binding the contract method 0xca0de882.
//
// Solidity: function OPERATOR_CHURN_APPROVAL_TYPEHASH() view returns(bytes32)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) OPERATORCHURNAPPROVALTYPEHASH(opts *bind.CallOpts) ([32]byte, error)
⋮----
var out []interface{}
⋮----
// PUBKEYREGISTRATIONTYPEHASH is a free data retrieval call binding the contract method 0x9feab859.
⋮----
// Solidity: function PUBKEY_REGISTRATION_TYPEHASH() view returns(bytes32)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) PUBKEYREGISTRATIONTYPEHASH(opts *bind.CallOpts) ([32]byte, error)
⋮----
// AllocationManager is a free data retrieval call binding the contract method 0xca8aa7c7.
⋮----
// Solidity: function allocationManager() view returns(address)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) AllocationManager(opts *bind.CallOpts) (common.Address, error)
⋮----
// Avs is a free data retrieval call binding the contract method 0xde1164bb.
⋮----
// Solidity: function avs() view returns(address)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) Avs(opts *bind.CallOpts) (common.Address, error)
⋮----
// BlsApkRegistry is a free data retrieval call binding the contract method 0x5df45946.
⋮----
// Solidity: function blsApkRegistry() view returns(address)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) BlsApkRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// CalculateOperatorChurnApprovalDigestHash is a free data retrieval call binding the contract method 0x84ca5213.
⋮----
// Solidity: function calculateOperatorChurnApprovalDigestHash(address registeringOperator, bytes32 registeringOperatorId, (uint8,address)[] operatorKickParams, bytes32 salt, uint256 expiry) view returns(bytes32)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) CalculateOperatorChurnApprovalDigestHash(opts *bind.CallOpts, registeringOperator common.Address, registeringOperatorId [32]byte, operatorKickParams []ISlashingRegistryCoordinatorTypesOperatorKickParam, salt [32]byte, expiry *big.Int) ([32]byte, error)
⋮----
// CalculatePubkeyRegistrationMessageHash is a free data retrieval call binding the contract method 0x73447992.
⋮----
// Solidity: function calculatePubkeyRegistrationMessageHash(address operator) view returns(bytes32)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) CalculatePubkeyRegistrationMessageHash(opts *bind.CallOpts, operator common.Address) ([32]byte, error)
⋮----
// ChurnApprover is a free data retrieval call binding the contract method 0x054310e6.
⋮----
// Solidity: function churnApprover() view returns(address)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) ChurnApprover(opts *bind.CallOpts) (common.Address, error)
⋮----
// DomainSeparator is a free data retrieval call binding the contract method 0xf698da25.
⋮----
// Solidity: function domainSeparator() view returns(bytes32)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) DomainSeparator(opts *bind.CallOpts) ([32]byte, error)
⋮----
// Eip712Domain is a free data retrieval call binding the contract method 0x84b0196e.
⋮----
// Solidity: function eip712Domain() view returns(bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) Eip712Domain(opts *bind.CallOpts) (struct
⋮----
// EjectionCooldown is a free data retrieval call binding the contract method 0xa96f783e.
⋮----
// Solidity: function ejectionCooldown() view returns(uint256)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) EjectionCooldown(opts *bind.CallOpts) (*big.Int, error)
⋮----
// Ejector is a free data retrieval call binding the contract method 0x28f61b31.
⋮----
// Solidity: function ejector() view returns(address)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) Ejector(opts *bind.CallOpts) (common.Address, error)
⋮----
// GetCurrentQuorumBitmap is a free data retrieval call binding the contract method 0x871ef049.
⋮----
// Solidity: function getCurrentQuorumBitmap(bytes32 operatorId) view returns(uint192)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) GetCurrentQuorumBitmap(opts *bind.CallOpts, operatorId [32]byte) (*big.Int, error)
⋮----
// GetOperator is a free data retrieval call binding the contract method 0x5865c60c.
⋮----
// Solidity: function getOperator(address operator) view returns((bytes32,uint8))
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) GetOperator(opts *bind.CallOpts, operator common.Address) (ISlashingRegistryCoordinatorTypesOperatorInfo, error)
⋮----
// GetOperatorFromId is a free data retrieval call binding the contract method 0x296bb064.
⋮----
// Solidity: function getOperatorFromId(bytes32 operatorId) view returns(address)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) GetOperatorFromId(opts *bind.CallOpts, operatorId [32]byte) (common.Address, error)
⋮----
// GetOperatorId is a free data retrieval call binding the contract method 0x13542a4e.
⋮----
// Solidity: function getOperatorId(address operator) view returns(bytes32)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) GetOperatorId(opts *bind.CallOpts, operator common.Address) ([32]byte, error)
⋮----
// GetOperatorSetParams is a free data retrieval call binding the contract method 0xe65797ad.
⋮----
// Solidity: function getOperatorSetParams(uint8 quorumNumber) view returns((uint32,uint16,uint16))
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) GetOperatorSetParams(opts *bind.CallOpts, quorumNumber uint8) (ISlashingRegistryCoordinatorTypesOperatorSetParam, error)
⋮----
// GetOperatorStatus is a free data retrieval call binding the contract method 0xfd39105a.
⋮----
// Solidity: function getOperatorStatus(address operator) view returns(uint8)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) GetOperatorStatus(opts *bind.CallOpts, operator common.Address) (uint8, error)
⋮----
// GetQuorumBitmapAtBlockNumberByIndex is a free data retrieval call binding the contract method 0x04ec6351.
⋮----
// Solidity: function getQuorumBitmapAtBlockNumberByIndex(bytes32 operatorId, uint32 blockNumber, uint256 index) view returns(uint192)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) GetQuorumBitmapAtBlockNumberByIndex(opts *bind.CallOpts, operatorId [32]byte, blockNumber uint32, index *big.Int) (*big.Int, error)
⋮----
// GetQuorumBitmapHistoryLength is a free data retrieval call binding the contract method 0x03fd3492.
⋮----
// Solidity: function getQuorumBitmapHistoryLength(bytes32 operatorId) view returns(uint256)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) GetQuorumBitmapHistoryLength(opts *bind.CallOpts, operatorId [32]byte) (*big.Int, error)
⋮----
// GetQuorumBitmapIndicesAtBlockNumber is a free data retrieval call binding the contract method 0xc391425e.
⋮----
// Solidity: function getQuorumBitmapIndicesAtBlockNumber(uint32 blockNumber, bytes32[] operatorIds) view returns(uint32[])
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) GetQuorumBitmapIndicesAtBlockNumber(opts *bind.CallOpts, blockNumber uint32, operatorIds [][32]byte) ([]uint32, error)
⋮----
// GetQuorumBitmapUpdateByIndex is a free data retrieval call binding the contract method 0x1eb812da.
⋮----
// Solidity: function getQuorumBitmapUpdateByIndex(bytes32 operatorId, uint256 index) view returns((uint32,uint32,uint192))
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) GetQuorumBitmapUpdateByIndex(opts *bind.CallOpts, operatorId [32]byte, index *big.Int) (ISlashingRegistryCoordinatorTypesQuorumBitmapUpdate, error)
⋮----
// IndexRegistry is a free data retrieval call binding the contract method 0x9e9923c2.
⋮----
// Solidity: function indexRegistry() view returns(address)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) IndexRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// IsChurnApproverSaltUsed is a free data retrieval call binding the contract method 0x1478851f.
⋮----
// Solidity: function isChurnApproverSaltUsed(bytes32 ) view returns(bool)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) IsChurnApproverSaltUsed(opts *bind.CallOpts, arg0 [32]byte) (bool, error)
⋮----
// IsM2Quorum is a free data retrieval call binding the contract method 0xa4d7871f.
⋮----
// Solidity: function isM2Quorum(uint8 quorumNumber) view returns(bool)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) IsM2Quorum(opts *bind.CallOpts, quorumNumber uint8) (bool, error)
⋮----
// IsM2QuorumRegistrationDisabled is a free data retrieval call binding the contract method 0xe814ca9d.
⋮----
// Solidity: function isM2QuorumRegistrationDisabled() view returns(bool)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) IsM2QuorumRegistrationDisabled(opts *bind.CallOpts) (bool, error)
⋮----
// LastEjectionTimestamp is a free data retrieval call binding the contract method 0x125e0584.
⋮----
// Solidity: function lastEjectionTimestamp(address ) view returns(uint256)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) LastEjectionTimestamp(opts *bind.CallOpts, arg0 common.Address) (*big.Int, error)
⋮----
// M2QuorumBitmap is a free data retrieval call binding the contract method 0xec8c3a1e.
⋮----
// Solidity: function m2QuorumBitmap() view returns(uint256)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) M2QuorumBitmap(opts *bind.CallOpts) (*big.Int, error)
⋮----
// OperatorSetsEnabled is a free data retrieval call binding the contract method 0x81f936d2.
⋮----
// Solidity: function operatorSetsEnabled() view returns(bool)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) OperatorSetsEnabled(opts *bind.CallOpts) (bool, error)
⋮----
// Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
⋮----
// Solidity: function owner() view returns(address)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) Owner(opts *bind.CallOpts) (common.Address, error)
⋮----
// Paused is a free data retrieval call binding the contract method 0x5ac86ab7.
⋮----
// Solidity: function paused(uint8 index) view returns(bool)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) Paused(opts *bind.CallOpts, index uint8) (bool, error)
⋮----
// Paused0 is a free data retrieval call binding the contract method 0x5c975abb.
⋮----
// Solidity: function paused() view returns(uint256)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) Paused0(opts *bind.CallOpts) (*big.Int, error)
⋮----
// PauserRegistry is a free data retrieval call binding the contract method 0x886f1195.
⋮----
// Solidity: function pauserRegistry() view returns(address)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) PauserRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// PubkeyRegistrationMessageHash is a free data retrieval call binding the contract method 0x3c2a7f4c.
⋮----
// Solidity: function pubkeyRegistrationMessageHash(address operator) view returns((uint256,uint256))
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) PubkeyRegistrationMessageHash(opts *bind.CallOpts, operator common.Address) (BN254G1Point, error)
⋮----
// QuorumCount is a free data retrieval call binding the contract method 0x9aa1653d.
⋮----
// Solidity: function quorumCount() view returns(uint8)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) QuorumCount(opts *bind.CallOpts) (uint8, error)
⋮----
// QuorumUpdateBlockNumber is a free data retrieval call binding the contract method 0x249a0c42.
⋮----
// Solidity: function quorumUpdateBlockNumber(uint8 ) view returns(uint256)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) QuorumUpdateBlockNumber(opts *bind.CallOpts, arg0 uint8) (*big.Int, error)
⋮----
// ServiceManager is a free data retrieval call binding the contract method 0x3998fdd3.
⋮----
// Solidity: function serviceManager() view returns(address)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) ServiceManager(opts *bind.CallOpts) (common.Address, error)
⋮----
// SocketRegistry is a free data retrieval call binding the contract method 0xea32afae.
⋮----
// Solidity: function socketRegistry() view returns(address)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) SocketRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// StakeRegistry is a free data retrieval call binding the contract method 0x68304835.
⋮----
// Solidity: function stakeRegistry() view returns(address)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) StakeRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// SupportsAVS is a free data retrieval call binding the contract method 0xb5265787.
⋮----
// Solidity: function supportsAVS(address _avs) view returns(bool)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) SupportsAVS(opts *bind.CallOpts, _avs common.Address) (bool, error)
⋮----
// Version is a free data retrieval call binding the contract method 0x54fd4d50.
⋮----
// Solidity: function version() view returns(string)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) Version(opts *bind.CallOpts) (string, error)
⋮----
// CreateSlashableStakeQuorum is a paid mutator transaction binding the contract method 0x3eef3a51.
⋮----
// Solidity: function createSlashableStakeQuorum((uint32,uint16,uint16) operatorSetParams, uint96 minimumStake, (address,uint96)[] strategyParams, uint32 lookAheadPeriod) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) CreateSlashableStakeQuorum(opts *bind.TransactOpts, operatorSetParams ISlashingRegistryCoordinatorTypesOperatorSetParam, minimumStake *big.Int, strategyParams []IStakeRegistryTypesStrategyParams, lookAheadPeriod uint32) (*types.Transaction, error)
⋮----
// CreateTotalDelegatedStakeQuorum is a paid mutator transaction binding the contract method 0x8281ab75.
⋮----
// Solidity: function createTotalDelegatedStakeQuorum((uint32,uint16,uint16) operatorSetParams, uint96 minimumStake, (address,uint96)[] strategyParams) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) CreateTotalDelegatedStakeQuorum(opts *bind.TransactOpts, operatorSetParams ISlashingRegistryCoordinatorTypesOperatorSetParam, minimumStake *big.Int, strategyParams []IStakeRegistryTypesStrategyParams) (*types.Transaction, error)
⋮----
// DeregisterOperator is a paid mutator transaction binding the contract method 0x303ca956.
⋮----
// Solidity: function deregisterOperator(address operator, address avs, uint32[] operatorSetIds) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) DeregisterOperator(opts *bind.TransactOpts, operator common.Address, avs common.Address, operatorSetIds []uint32) (*types.Transaction, error)
⋮----
// DeregisterOperator0 is a paid mutator transaction binding the contract method 0xca4f2d97.
⋮----
// Solidity: function deregisterOperator(bytes quorumNumbers) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) DeregisterOperator0(opts *bind.TransactOpts, quorumNumbers []byte) (*types.Transaction, error)
⋮----
// DisableM2QuorumRegistration is a paid mutator transaction binding the contract method 0x733b7507.
⋮----
// Solidity: function disableM2QuorumRegistration() returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) DisableM2QuorumRegistration(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// EjectOperator is a paid mutator transaction binding the contract method 0x6e3b17db.
⋮----
// Solidity: function ejectOperator(address operator, bytes quorumNumbers) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) EjectOperator(opts *bind.TransactOpts, operator common.Address, quorumNumbers []byte) (*types.Transaction, error)
⋮----
// Initialize is a paid mutator transaction binding the contract method 0x530b97a4.
⋮----
// Solidity: function initialize(address initialOwner, address churnApprover, address ejector, uint256 initialPausedStatus, address avs) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) Initialize(opts *bind.TransactOpts, initialOwner common.Address, churnApprover common.Address, ejector common.Address, initialPausedStatus *big.Int, avs common.Address) (*types.Transaction, error)
⋮----
// Pause is a paid mutator transaction binding the contract method 0x136439dd.
⋮----
// Solidity: function pause(uint256 newPausedStatus) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) Pause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// PauseAll is a paid mutator transaction binding the contract method 0x595c6a67.
⋮----
// Solidity: function pauseAll() returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) PauseAll(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// RegisterOperator is a paid mutator transaction binding the contract method 0xa50857bf.
⋮----
// Solidity: function registerOperator(bytes quorumNumbers, string socket, ((uint256,uint256),(uint256,uint256),(uint256[2],uint256[2])) params, (bytes,bytes32,uint256) operatorSignature) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) RegisterOperator(opts *bind.TransactOpts, quorumNumbers []byte, socket string, params IBLSApkRegistryTypesPubkeyRegistrationParams, operatorSignature ISignatureUtilsMixinTypesSignatureWithSaltAndExpiry) (*types.Transaction, error)
⋮----
// RegisterOperator0 is a paid mutator transaction binding the contract method 0xc63fd502.
⋮----
// Solidity: function registerOperator(address operator, address avs, uint32[] operatorSetIds, bytes data) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) RegisterOperator0(opts *bind.TransactOpts, operator common.Address, avs common.Address, operatorSetIds []uint32, data []byte) (*types.Transaction, error)
⋮----
// RegisterOperatorWithChurn is a paid mutator transaction binding the contract method 0x9b5d177b.
⋮----
// Solidity: function registerOperatorWithChurn(bytes quorumNumbers, string socket, ((uint256,uint256),(uint256,uint256),(uint256[2],uint256[2])) params, (uint8,address)[] operatorKickParams, (bytes,bytes32,uint256) churnApproverSignature, (bytes,bytes32,uint256) operatorSignature) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) RegisterOperatorWithChurn(opts *bind.TransactOpts, quorumNumbers []byte, socket string, params IBLSApkRegistryTypesPubkeyRegistrationParams, operatorKickParams []ISlashingRegistryCoordinatorTypesOperatorKickParam, churnApproverSignature ISignatureUtilsMixinTypesSignatureWithSaltAndExpiry, operatorSignature ISignatureUtilsMixinTypesSignatureWithSaltAndExpiry) (*types.Transaction, error)
⋮----
// RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
⋮----
// Solidity: function renounceOwnership() returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// SetAVS is a paid mutator transaction binding the contract method 0xa65497c6.
⋮----
// Solidity: function setAVS(address _avs) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) SetAVS(opts *bind.TransactOpts, _avs common.Address) (*types.Transaction, error)
⋮----
// SetChurnApprover is a paid mutator transaction binding the contract method 0x29d1e0c3.
⋮----
// Solidity: function setChurnApprover(address _churnApprover) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) SetChurnApprover(opts *bind.TransactOpts, _churnApprover common.Address) (*types.Transaction, error)
⋮----
// SetEjectionCooldown is a paid mutator transaction binding the contract method 0x0d3f2134.
⋮----
// Solidity: function setEjectionCooldown(uint256 _ejectionCooldown) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) SetEjectionCooldown(opts *bind.TransactOpts, _ejectionCooldown *big.Int) (*types.Transaction, error)
⋮----
// SetEjector is a paid mutator transaction binding the contract method 0x2cdd1e86.
⋮----
// Solidity: function setEjector(address _ejector) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) SetEjector(opts *bind.TransactOpts, _ejector common.Address) (*types.Transaction, error)
⋮----
// SetOperatorSetParams is a paid mutator transaction binding the contract method 0x5b0b829f.
⋮----
// Solidity: function setOperatorSetParams(uint8 quorumNumber, (uint32,uint16,uint16) operatorSetParams) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) SetOperatorSetParams(opts *bind.TransactOpts, quorumNumber uint8, operatorSetParams ISlashingRegistryCoordinatorTypesOperatorSetParam) (*types.Transaction, error)
⋮----
// TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
⋮----
// Solidity: function transferOwnership(address newOwner) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
⋮----
// Unpause is a paid mutator transaction binding the contract method 0xfabc1cbc.
⋮----
// Solidity: function unpause(uint256 newPausedStatus) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) Unpause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// UpdateOperators is a paid mutator transaction binding the contract method 0x00cf2ab5.
⋮----
// Solidity: function updateOperators(address[] operators) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) UpdateOperators(opts *bind.TransactOpts, operators []common.Address) (*types.Transaction, error)
⋮----
// UpdateOperatorsForQuorum is a paid mutator transaction binding the contract method 0x5140a548.
⋮----
// Solidity: function updateOperatorsForQuorum(address[][] operatorsPerQuorum, bytes quorumNumbers) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) UpdateOperatorsForQuorum(opts *bind.TransactOpts, operatorsPerQuorum [][]common.Address, quorumNumbers []byte) (*types.Transaction, error)
⋮----
// UpdateSocket is a paid mutator transaction binding the contract method 0x0cf4b767.
⋮----
// Solidity: function updateSocket(string socket) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) UpdateSocket(opts *bind.TransactOpts, socket string) (*types.Transaction, error)
⋮----
// ContractRegistryCoordinatorAVSUpdatedIterator is returned from FilterAVSUpdated and is used to iterate over the raw logs and unpacked data for AVSUpdated events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorAVSUpdatedIterator struct {
	Event *ContractRegistryCoordinatorAVSUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorAVSUpdated // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractRegistryCoordinatorAVSUpdatedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractRegistryCoordinatorAVSUpdatedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractRegistryCoordinatorAVSUpdatedIterator) Close() error
⋮----
// ContractRegistryCoordinatorAVSUpdated represents a AVSUpdated event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorAVSUpdated struct {
	PrevAVS common.Address
	NewAVS  common.Address
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterAVSUpdated is a free log retrieval operation binding the contract event 0x9770f3cadfdcbb6f93af935e86047111590c3768271d237e4a2bc0b874bed693.
⋮----
// Solidity: event AVSUpdated(address prevAVS, address newAVS)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterAVSUpdated(opts *bind.FilterOpts) (*ContractRegistryCoordinatorAVSUpdatedIterator, error)
⋮----
// WatchAVSUpdated is a free log subscription operation binding the contract event 0x9770f3cadfdcbb6f93af935e86047111590c3768271d237e4a2bc0b874bed693.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchAVSUpdated(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorAVSUpdated) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseAVSUpdated is a log parse operation binding the contract event 0x9770f3cadfdcbb6f93af935e86047111590c3768271d237e4a2bc0b874bed693.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseAVSUpdated(log types.Log) (*ContractRegistryCoordinatorAVSUpdated, error)
⋮----
// ContractRegistryCoordinatorChurnApproverUpdatedIterator is returned from FilterChurnApproverUpdated and is used to iterate over the raw logs and unpacked data for ChurnApproverUpdated events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorChurnApproverUpdatedIterator struct {
	Event *ContractRegistryCoordinatorChurnApproverUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorChurnApproverUpdated // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorChurnApproverUpdated represents a ChurnApproverUpdated event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorChurnApproverUpdated struct {
	PrevChurnApprover common.Address
	NewChurnApprover  common.Address
	Raw               types.Log // Blockchain specific contextual infos
}
⋮----
Raw               types.Log // Blockchain specific contextual infos
⋮----
// FilterChurnApproverUpdated is a free log retrieval operation binding the contract event 0x315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c.
⋮----
// Solidity: event ChurnApproverUpdated(address prevChurnApprover, address newChurnApprover)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterChurnApproverUpdated(opts *bind.FilterOpts) (*ContractRegistryCoordinatorChurnApproverUpdatedIterator, error)
⋮----
// WatchChurnApproverUpdated is a free log subscription operation binding the contract event 0x315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchChurnApproverUpdated(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorChurnApproverUpdated) (event.Subscription, error)
⋮----
// ParseChurnApproverUpdated is a log parse operation binding the contract event 0x315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseChurnApproverUpdated(log types.Log) (*ContractRegistryCoordinatorChurnApproverUpdated, error)
⋮----
// ContractRegistryCoordinatorEIP712DomainChangedIterator is returned from FilterEIP712DomainChanged and is used to iterate over the raw logs and unpacked data for EIP712DomainChanged events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorEIP712DomainChangedIterator struct {
	Event *ContractRegistryCoordinatorEIP712DomainChanged // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorEIP712DomainChanged // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorEIP712DomainChanged represents a EIP712DomainChanged event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorEIP712DomainChanged struct {
	Raw types.Log // Blockchain specific contextual infos
}
⋮----
Raw types.Log // Blockchain specific contextual infos
⋮----
// FilterEIP712DomainChanged is a free log retrieval operation binding the contract event 0x0a6387c9ea3628b88a633bb4f3b151770f70085117a15f9bf3787cda53f13d31.
⋮----
// Solidity: event EIP712DomainChanged()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterEIP712DomainChanged(opts *bind.FilterOpts) (*ContractRegistryCoordinatorEIP712DomainChangedIterator, error)
⋮----
// WatchEIP712DomainChanged is a free log subscription operation binding the contract event 0x0a6387c9ea3628b88a633bb4f3b151770f70085117a15f9bf3787cda53f13d31.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchEIP712DomainChanged(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorEIP712DomainChanged) (event.Subscription, error)
⋮----
// ParseEIP712DomainChanged is a log parse operation binding the contract event 0x0a6387c9ea3628b88a633bb4f3b151770f70085117a15f9bf3787cda53f13d31.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseEIP712DomainChanged(log types.Log) (*ContractRegistryCoordinatorEIP712DomainChanged, error)
⋮----
// ContractRegistryCoordinatorEjectionCooldownUpdatedIterator is returned from FilterEjectionCooldownUpdated and is used to iterate over the raw logs and unpacked data for EjectionCooldownUpdated events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorEjectionCooldownUpdatedIterator struct {
	Event *ContractRegistryCoordinatorEjectionCooldownUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorEjectionCooldownUpdated // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorEjectionCooldownUpdated represents a EjectionCooldownUpdated event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorEjectionCooldownUpdated struct {
	PrevEjectionCooldown *big.Int
	NewEjectionCooldown  *big.Int
	Raw                  types.Log // Blockchain specific contextual infos
}
⋮----
Raw                  types.Log // Blockchain specific contextual infos
⋮----
// FilterEjectionCooldownUpdated is a free log retrieval operation binding the contract event 0xa77a91bea7b6d95a8eb5a54878a1d9e3c875e26c86a9b70e3420c5c5db193b62.
⋮----
// Solidity: event EjectionCooldownUpdated(uint256 prevEjectionCooldown, uint256 newEjectionCooldown)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterEjectionCooldownUpdated(opts *bind.FilterOpts) (*ContractRegistryCoordinatorEjectionCooldownUpdatedIterator, error)
⋮----
// WatchEjectionCooldownUpdated is a free log subscription operation binding the contract event 0xa77a91bea7b6d95a8eb5a54878a1d9e3c875e26c86a9b70e3420c5c5db193b62.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchEjectionCooldownUpdated(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorEjectionCooldownUpdated) (event.Subscription, error)
⋮----
// ParseEjectionCooldownUpdated is a log parse operation binding the contract event 0xa77a91bea7b6d95a8eb5a54878a1d9e3c875e26c86a9b70e3420c5c5db193b62.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseEjectionCooldownUpdated(log types.Log) (*ContractRegistryCoordinatorEjectionCooldownUpdated, error)
⋮----
// ContractRegistryCoordinatorEjectorUpdatedIterator is returned from FilterEjectorUpdated and is used to iterate over the raw logs and unpacked data for EjectorUpdated events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorEjectorUpdatedIterator struct {
	Event *ContractRegistryCoordinatorEjectorUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorEjectorUpdated // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorEjectorUpdated represents a EjectorUpdated event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorEjectorUpdated struct {
	PrevEjector common.Address
	NewEjector  common.Address
	Raw         types.Log // Blockchain specific contextual infos
}
⋮----
Raw         types.Log // Blockchain specific contextual infos
⋮----
// FilterEjectorUpdated is a free log retrieval operation binding the contract event 0x8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc9.
⋮----
// Solidity: event EjectorUpdated(address prevEjector, address newEjector)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterEjectorUpdated(opts *bind.FilterOpts) (*ContractRegistryCoordinatorEjectorUpdatedIterator, error)
⋮----
// WatchEjectorUpdated is a free log subscription operation binding the contract event 0x8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc9.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchEjectorUpdated(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorEjectorUpdated) (event.Subscription, error)
⋮----
// ParseEjectorUpdated is a log parse operation binding the contract event 0x8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc9.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseEjectorUpdated(log types.Log) (*ContractRegistryCoordinatorEjectorUpdated, error)
⋮----
// ContractRegistryCoordinatorInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorInitializedIterator struct {
	Event *ContractRegistryCoordinatorInitialized // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorInitialized // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorInitialized represents a Initialized event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorInitialized struct {
	Version uint8
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
// FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
// Solidity: event Initialized(uint8 version)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterInitialized(opts *bind.FilterOpts) (*ContractRegistryCoordinatorInitializedIterator, error)
⋮----
// WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorInitialized) (event.Subscription, error)
⋮----
// ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseInitialized(log types.Log) (*ContractRegistryCoordinatorInitialized, error)
⋮----
// ContractRegistryCoordinatorM2QuorumRegistrationDisabledIterator is returned from FilterM2QuorumRegistrationDisabled and is used to iterate over the raw logs and unpacked data for M2QuorumRegistrationDisabled events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorM2QuorumRegistrationDisabledIterator struct {
	Event *ContractRegistryCoordinatorM2QuorumRegistrationDisabled // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorM2QuorumRegistrationDisabled // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorM2QuorumRegistrationDisabled represents a M2QuorumRegistrationDisabled event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorM2QuorumRegistrationDisabled struct {
	Raw types.Log // Blockchain specific contextual infos
}
⋮----
// FilterM2QuorumRegistrationDisabled is a free log retrieval operation binding the contract event 0x0fc3c0e6f8b4795f371e19de7f4c5733dd9e549fa8c39e5842eb66c31572d99e.
⋮----
// Solidity: event M2QuorumRegistrationDisabled()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterM2QuorumRegistrationDisabled(opts *bind.FilterOpts) (*ContractRegistryCoordinatorM2QuorumRegistrationDisabledIterator, error)
⋮----
// WatchM2QuorumRegistrationDisabled is a free log subscription operation binding the contract event 0x0fc3c0e6f8b4795f371e19de7f4c5733dd9e549fa8c39e5842eb66c31572d99e.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchM2QuorumRegistrationDisabled(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorM2QuorumRegistrationDisabled) (event.Subscription, error)
⋮----
// ParseM2QuorumRegistrationDisabled is a log parse operation binding the contract event 0x0fc3c0e6f8b4795f371e19de7f4c5733dd9e549fa8c39e5842eb66c31572d99e.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseM2QuorumRegistrationDisabled(log types.Log) (*ContractRegistryCoordinatorM2QuorumRegistrationDisabled, error)
⋮----
// ContractRegistryCoordinatorOperatorDeregisteredIterator is returned from FilterOperatorDeregistered and is used to iterate over the raw logs and unpacked data for OperatorDeregistered events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorOperatorDeregisteredIterator struct {
	Event *ContractRegistryCoordinatorOperatorDeregistered // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorOperatorDeregistered // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorOperatorDeregistered represents a OperatorDeregistered event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorOperatorDeregistered struct {
	Operator   common.Address
	OperatorId [32]byte
	Raw        types.Log // Blockchain specific contextual infos
}
⋮----
Raw        types.Log // Blockchain specific contextual infos
⋮----
// FilterOperatorDeregistered is a free log retrieval operation binding the contract event 0x396fdcb180cb0fea26928113fb0fd1c3549863f9cd563e6a184f1d578116c8e4.
⋮----
// Solidity: event OperatorDeregistered(address indexed operator, bytes32 indexed operatorId)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterOperatorDeregistered(opts *bind.FilterOpts, operator []common.Address, operatorId [][32]byte) (*ContractRegistryCoordinatorOperatorDeregisteredIterator, error)
⋮----
var operatorRule []interface{}
⋮----
var operatorIdRule []interface{}
⋮----
// WatchOperatorDeregistered is a free log subscription operation binding the contract event 0x396fdcb180cb0fea26928113fb0fd1c3549863f9cd563e6a184f1d578116c8e4.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchOperatorDeregistered(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorOperatorDeregistered, operator []common.Address, operatorId [][32]byte) (event.Subscription, error)
⋮----
// ParseOperatorDeregistered is a log parse operation binding the contract event 0x396fdcb180cb0fea26928113fb0fd1c3549863f9cd563e6a184f1d578116c8e4.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseOperatorDeregistered(log types.Log) (*ContractRegistryCoordinatorOperatorDeregistered, error)
⋮----
// ContractRegistryCoordinatorOperatorRegisteredIterator is returned from FilterOperatorRegistered and is used to iterate over the raw logs and unpacked data for OperatorRegistered events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorOperatorRegisteredIterator struct {
	Event *ContractRegistryCoordinatorOperatorRegistered // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorOperatorRegistered // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorOperatorRegistered represents a OperatorRegistered event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorOperatorRegistered struct {
	Operator   common.Address
	OperatorId [32]byte
	Raw        types.Log // Blockchain specific contextual infos
}
⋮----
// FilterOperatorRegistered is a free log retrieval operation binding the contract event 0xe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe.
⋮----
// Solidity: event OperatorRegistered(address indexed operator, bytes32 indexed operatorId)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterOperatorRegistered(opts *bind.FilterOpts, operator []common.Address, operatorId [][32]byte) (*ContractRegistryCoordinatorOperatorRegisteredIterator, error)
⋮----
// WatchOperatorRegistered is a free log subscription operation binding the contract event 0xe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchOperatorRegistered(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorOperatorRegistered, operator []common.Address, operatorId [][32]byte) (event.Subscription, error)
⋮----
// ParseOperatorRegistered is a log parse operation binding the contract event 0xe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseOperatorRegistered(log types.Log) (*ContractRegistryCoordinatorOperatorRegistered, error)
⋮----
// ContractRegistryCoordinatorOperatorSetParamsUpdatedIterator is returned from FilterOperatorSetParamsUpdated and is used to iterate over the raw logs and unpacked data for OperatorSetParamsUpdated events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorOperatorSetParamsUpdatedIterator struct {
	Event *ContractRegistryCoordinatorOperatorSetParamsUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorOperatorSetParamsUpdated // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorOperatorSetParamsUpdated represents a OperatorSetParamsUpdated event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorOperatorSetParamsUpdated struct {
	QuorumNumber      uint8
	OperatorSetParams ISlashingRegistryCoordinatorTypesOperatorSetParam
	Raw               types.Log // Blockchain specific contextual infos
}
⋮----
// FilterOperatorSetParamsUpdated is a free log retrieval operation binding the contract event 0x3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac.
⋮----
// Solidity: event OperatorSetParamsUpdated(uint8 indexed quorumNumber, (uint32,uint16,uint16) operatorSetParams)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterOperatorSetParamsUpdated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractRegistryCoordinatorOperatorSetParamsUpdatedIterator, error)
⋮----
var quorumNumberRule []interface{}
⋮----
// WatchOperatorSetParamsUpdated is a free log subscription operation binding the contract event 0x3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchOperatorSetParamsUpdated(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorOperatorSetParamsUpdated, quorumNumber []uint8) (event.Subscription, error)
⋮----
// ParseOperatorSetParamsUpdated is a log parse operation binding the contract event 0x3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseOperatorSetParamsUpdated(log types.Log) (*ContractRegistryCoordinatorOperatorSetParamsUpdated, error)
⋮----
// ContractRegistryCoordinatorOperatorSetsEnabledIterator is returned from FilterOperatorSetsEnabled and is used to iterate over the raw logs and unpacked data for OperatorSetsEnabled events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorOperatorSetsEnabledIterator struct {
	Event *ContractRegistryCoordinatorOperatorSetsEnabled // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorOperatorSetsEnabled // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorOperatorSetsEnabled represents a OperatorSetsEnabled event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorOperatorSetsEnabled struct {
	Raw types.Log // Blockchain specific contextual infos
}
⋮----
// FilterOperatorSetsEnabled is a free log retrieval operation binding the contract event 0x0b88306ff4627121f5b3e5b1c5f88f6b1e42fd2c0478ef1c91662d49d1f07755.
⋮----
// Solidity: event OperatorSetsEnabled()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterOperatorSetsEnabled(opts *bind.FilterOpts) (*ContractRegistryCoordinatorOperatorSetsEnabledIterator, error)
⋮----
// WatchOperatorSetsEnabled is a free log subscription operation binding the contract event 0x0b88306ff4627121f5b3e5b1c5f88f6b1e42fd2c0478ef1c91662d49d1f07755.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchOperatorSetsEnabled(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorOperatorSetsEnabled) (event.Subscription, error)
⋮----
// ParseOperatorSetsEnabled is a log parse operation binding the contract event 0x0b88306ff4627121f5b3e5b1c5f88f6b1e42fd2c0478ef1c91662d49d1f07755.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseOperatorSetsEnabled(log types.Log) (*ContractRegistryCoordinatorOperatorSetsEnabled, error)
⋮----
// ContractRegistryCoordinatorOperatorSocketUpdateIterator is returned from FilterOperatorSocketUpdate and is used to iterate over the raw logs and unpacked data for OperatorSocketUpdate events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorOperatorSocketUpdateIterator struct {
	Event *ContractRegistryCoordinatorOperatorSocketUpdate // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorOperatorSocketUpdate // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorOperatorSocketUpdate represents a OperatorSocketUpdate event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorOperatorSocketUpdate struct {
	OperatorId [32]byte
	Socket     string
	Raw        types.Log // Blockchain specific contextual infos
}
⋮----
// FilterOperatorSocketUpdate is a free log retrieval operation binding the contract event 0xec2963ab21c1e50e1e582aa542af2e4bf7bf38e6e1403c27b42e1c5d6e621eaa.
⋮----
// Solidity: event OperatorSocketUpdate(bytes32 indexed operatorId, string socket)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterOperatorSocketUpdate(opts *bind.FilterOpts, operatorId [][32]byte) (*ContractRegistryCoordinatorOperatorSocketUpdateIterator, error)
⋮----
// WatchOperatorSocketUpdate is a free log subscription operation binding the contract event 0xec2963ab21c1e50e1e582aa542af2e4bf7bf38e6e1403c27b42e1c5d6e621eaa.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchOperatorSocketUpdate(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorOperatorSocketUpdate, operatorId [][32]byte) (event.Subscription, error)
⋮----
// ParseOperatorSocketUpdate is a log parse operation binding the contract event 0xec2963ab21c1e50e1e582aa542af2e4bf7bf38e6e1403c27b42e1c5d6e621eaa.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseOperatorSocketUpdate(log types.Log) (*ContractRegistryCoordinatorOperatorSocketUpdate, error)
⋮----
// ContractRegistryCoordinatorOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorOwnershipTransferredIterator struct {
	Event *ContractRegistryCoordinatorOwnershipTransferred // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorOwnershipTransferred // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorOwnershipTransferred represents a OwnershipTransferred event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}
⋮----
Raw           types.Log // Blockchain specific contextual infos
⋮----
// FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
// Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractRegistryCoordinatorOwnershipTransferredIterator, error)
⋮----
var previousOwnerRule []interface{}
⋮----
var newOwnerRule []interface{}
⋮----
// WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
⋮----
// ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseOwnershipTransferred(log types.Log) (*ContractRegistryCoordinatorOwnershipTransferred, error)
⋮----
// ContractRegistryCoordinatorPausedIterator is returned from FilterPaused and is used to iterate over the raw logs and unpacked data for Paused events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorPausedIterator struct {
	Event *ContractRegistryCoordinatorPaused // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorPaused // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorPaused represents a Paused event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorPaused struct {
	Account         common.Address
	NewPausedStatus *big.Int
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
Raw             types.Log // Blockchain specific contextual infos
⋮----
// FilterPaused is a free log retrieval operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
// Solidity: event Paused(address indexed account, uint256 newPausedStatus)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterPaused(opts *bind.FilterOpts, account []common.Address) (*ContractRegistryCoordinatorPausedIterator, error)
⋮----
var accountRule []interface{}
⋮----
// WatchPaused is a free log subscription operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorPaused, account []common.Address) (event.Subscription, error)
⋮----
// ParsePaused is a log parse operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParsePaused(log types.Log) (*ContractRegistryCoordinatorPaused, error)
⋮----
// ContractRegistryCoordinatorQuorumBlockNumberUpdatedIterator is returned from FilterQuorumBlockNumberUpdated and is used to iterate over the raw logs and unpacked data for QuorumBlockNumberUpdated events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorQuorumBlockNumberUpdatedIterator struct {
	Event *ContractRegistryCoordinatorQuorumBlockNumberUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorQuorumBlockNumberUpdated // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorQuorumBlockNumberUpdated represents a QuorumBlockNumberUpdated event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorQuorumBlockNumberUpdated struct {
	QuorumNumber uint8
	Blocknumber  *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}
⋮----
Raw          types.Log // Blockchain specific contextual infos
⋮----
// FilterQuorumBlockNumberUpdated is a free log retrieval operation binding the contract event 0x46077d55330763f16269fd75e5761663f4192d2791747c0189b16ad31db07db4.
⋮----
// Solidity: event QuorumBlockNumberUpdated(uint8 indexed quorumNumber, uint256 blocknumber)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterQuorumBlockNumberUpdated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractRegistryCoordinatorQuorumBlockNumberUpdatedIterator, error)
⋮----
// WatchQuorumBlockNumberUpdated is a free log subscription operation binding the contract event 0x46077d55330763f16269fd75e5761663f4192d2791747c0189b16ad31db07db4.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchQuorumBlockNumberUpdated(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorQuorumBlockNumberUpdated, quorumNumber []uint8) (event.Subscription, error)
⋮----
// ParseQuorumBlockNumberUpdated is a log parse operation binding the contract event 0x46077d55330763f16269fd75e5761663f4192d2791747c0189b16ad31db07db4.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseQuorumBlockNumberUpdated(log types.Log) (*ContractRegistryCoordinatorQuorumBlockNumberUpdated, error)
⋮----
// ContractRegistryCoordinatorQuorumCreatedIterator is returned from FilterQuorumCreated and is used to iterate over the raw logs and unpacked data for QuorumCreated events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorQuorumCreatedIterator struct {
	Event *ContractRegistryCoordinatorQuorumCreated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorQuorumCreated // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorQuorumCreated represents a QuorumCreated event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorQuorumCreated struct {
	QuorumNumber      uint8
	OperatorSetParams ISlashingRegistryCoordinatorTypesOperatorSetParam
	MinimumStake      *big.Int
	StrategyParams    []IStakeRegistryTypesStrategyParams
	StakeType         uint8
	LookAheadPeriod   uint32
	Raw               types.Log // Blockchain specific contextual infos
}
⋮----
// FilterQuorumCreated is a free log retrieval operation binding the contract event 0xa34835bc2b673ec37fcf1591a91295b163fc2e181e4ea4e733beb27de1ceac4c.
⋮----
// Solidity: event QuorumCreated(uint8 indexed quorumNumber, (uint32,uint16,uint16) operatorSetParams, uint96 minimumStake, (address,uint96)[] strategyParams, uint8 stakeType, uint32 lookAheadPeriod)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterQuorumCreated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractRegistryCoordinatorQuorumCreatedIterator, error)
⋮----
// WatchQuorumCreated is a free log subscription operation binding the contract event 0xa34835bc2b673ec37fcf1591a91295b163fc2e181e4ea4e733beb27de1ceac4c.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchQuorumCreated(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorQuorumCreated, quorumNumber []uint8) (event.Subscription, error)
⋮----
// ParseQuorumCreated is a log parse operation binding the contract event 0xa34835bc2b673ec37fcf1591a91295b163fc2e181e4ea4e733beb27de1ceac4c.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseQuorumCreated(log types.Log) (*ContractRegistryCoordinatorQuorumCreated, error)
⋮----
// ContractRegistryCoordinatorUnpausedIterator is returned from FilterUnpaused and is used to iterate over the raw logs and unpacked data for Unpaused events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorUnpausedIterator struct {
	Event *ContractRegistryCoordinatorUnpaused // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorUnpaused // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorUnpaused represents a Unpaused event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorUnpaused struct {
	Account         common.Address
	NewPausedStatus *big.Int
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
// FilterUnpaused is a free log retrieval operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
// Solidity: event Unpaused(address indexed account, uint256 newPausedStatus)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterUnpaused(opts *bind.FilterOpts, account []common.Address) (*ContractRegistryCoordinatorUnpausedIterator, error)
⋮----
// WatchUnpaused is a free log subscription operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorUnpaused, account []common.Address) (event.Subscription, error)
⋮----
// ParseUnpaused is a log parse operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseUnpaused(log types.Log) (*ContractRegistryCoordinatorUnpaused, error)
````

## File: contracts/bindings/RewardsCoordinator/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractRewardsCoordinator
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// IRewardsCoordinatorTypesDistributionRoot is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorTypesDistributionRoot struct {
	Root                           [32]byte
	RewardsCalculationEndTimestamp uint32
	ActivatedAt                    uint32
	Disabled                       bool
}
⋮----
// IRewardsCoordinatorTypesEarnerTreeMerkleLeaf is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorTypesEarnerTreeMerkleLeaf struct {
	Earner          common.Address
	EarnerTokenRoot [32]byte
}
⋮----
// IRewardsCoordinatorTypesOperatorDirectedRewardsSubmission is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorTypesOperatorDirectedRewardsSubmission struct {
	StrategiesAndMultipliers []IRewardsCoordinatorTypesStrategyAndMultiplier
	Token                    common.Address
	OperatorRewards          []IRewardsCoordinatorTypesOperatorReward
	StartTimestamp           uint32
	Duration                 uint32
	Description              string
}
⋮----
// IRewardsCoordinatorTypesOperatorReward is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorTypesOperatorReward struct {
	Operator common.Address
	Amount   *big.Int
}
⋮----
// IRewardsCoordinatorTypesRewardsCoordinatorConstructorParams is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorTypesRewardsCoordinatorConstructorParams struct {
	DelegationManager          common.Address
	StrategyManager            common.Address
	AllocationManager          common.Address
	PauserRegistry             common.Address
	PermissionController       common.Address
	CALCULATIONINTERVALSECONDS uint32
	MAXREWARDSDURATION         uint32
	MAXRETROACTIVELENGTH       uint32
	MAXFUTURELENGTH            uint32
	GENESISREWARDSTIMESTAMP    uint32
	Version                    string
}
⋮----
// IRewardsCoordinatorTypesRewardsMerkleClaim is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorTypesRewardsMerkleClaim struct {
	RootIndex       uint32
	EarnerIndex     uint32
	EarnerTreeProof []byte
	EarnerLeaf      IRewardsCoordinatorTypesEarnerTreeMerkleLeaf
	TokenIndices    []uint32
	TokenTreeProofs [][]byte
	TokenLeaves     []IRewardsCoordinatorTypesTokenTreeMerkleLeaf
}
⋮----
// IRewardsCoordinatorTypesRewardsSubmission is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorTypesRewardsSubmission struct {
	StrategiesAndMultipliers []IRewardsCoordinatorTypesStrategyAndMultiplier
	Token                    common.Address
	Amount                   *big.Int
	StartTimestamp           uint32
	Duration                 uint32
}
⋮----
// IRewardsCoordinatorTypesStrategyAndMultiplier is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorTypesStrategyAndMultiplier struct {
	Strategy   common.Address
	Multiplier *big.Int
}
⋮----
// IRewardsCoordinatorTypesTokenTreeMerkleLeaf is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorTypesTokenTreeMerkleLeaf struct {
	Token              common.Address
	CumulativeEarnings *big.Int
}
⋮----
// OperatorSet is an auto generated low-level Go binding around an user-defined struct.
type OperatorSet struct {
	Avs common.Address
	Id  uint32
}
⋮----
// ContractRewardsCoordinatorMetaData contains all meta data concerning the ContractRewardsCoordinator contract.
var ContractRewardsCoordinatorMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"params\",\"type\":\"tuple\",\"internalType\":\"structIRewardsCoordinatorTypes.RewardsCoordinatorConstructorParams\",\"components\":[{\"name\":\"delegationManager\",\"type\":\"address\",\"internalType\":\"contractIDelegationManager\"},{\"name\":\"strategyManager\",\"type\":\"address\",\"internalType\":\"contractIStrategyManager\"},{\"name\":\"allocationManager\",\"type\":\"address\",\"internalType\":\"contractIAllocationManager\"},{\"name\":\"pauserRegistry\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"},{\"name\":\"permissionController\",\"type\":\"address\",\"internalType\":\"contractIPermissionController\"},{\"name\":\"CALCULATION_INTERVAL_SECONDS\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"MAX_REWARDS_DURATION\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"MAX_RETROACTIVE_LENGTH\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"MAX_FUTURE_LENGTH\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"GENESIS_REWARDS_TIMESTAMP\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"version\",\"type\":\"string\",\"internalType\":\"string\"}]}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"CALCULATION_INTERVAL_SECONDS\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"GENESIS_REWARDS_TIMESTAMP\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"MAX_FUTURE_LENGTH\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"MAX_RETROACTIVE_LENGTH\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"MAX_REWARDS_DURATION\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"activationDelay\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"allocationManager\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIAllocationManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"beaconChainETHStrategy\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"calculateEarnerLeafHash\",\"inputs\":[{\"name\":\"leaf\",\"type\":\"tuple\",\"internalType\":\"structIRewardsCoordinatorTypes.EarnerTreeMerkleLeaf\",\"components\":[{\"name\":\"earner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"earnerTokenRoot\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}]}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"pure\"},{\"type\":\"function\",\"name\":\"calculateTokenLeafHash\",\"inputs\":[{\"name\":\"leaf\",\"type\":\"tuple\",\"internalType\":\"structIRewardsCoordinatorTypes.TokenTreeMerkleLeaf\",\"components\":[{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"cumulativeEarnings\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"pure\"},{\"type\":\"function\",\"name\":\"checkClaim\",\"inputs\":[{\"name\":\"claim\",\"type\":\"tuple\",\"internalType\":\"structIRewardsCoordinatorTypes.RewardsMerkleClaim\",\"components\":[{\"name\":\"rootIndex\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"earnerIndex\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"earnerTreeProof\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"earnerLeaf\",\"type\":\"tuple\",\"internalType\":\"structIRewardsCoordinatorTypes.EarnerTreeMerkleLeaf\",\"components\":[{\"name\":\"earner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"earnerTokenRoot\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}]},{\"name\":\"tokenIndices\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"tokenTreeProofs\",\"type\":\"bytes[]\",\"internalType\":\"bytes[]\"},{\"name\":\"tokenLeaves\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.TokenTreeMerkleLeaf[]\",\"components\":[{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"cumulativeEarnings\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}]}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"claimerFor\",\"inputs\":[{\"name\":\"earner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"claimer\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"createAVSRewardsSubmission\",\"inputs\":[{\"name\":\"rewardsSubmissions\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.RewardsSubmission[]\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"createOperatorDirectedAVSRewardsSubmission\",\"inputs\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorDirectedRewardsSubmissions\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.OperatorDirectedRewardsSubmission[]\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"operatorRewards\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.OperatorReward[]\",\"components\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"description\",\"type\":\"string\",\"internalType\":\"string\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"createOperatorDirectedOperatorSetRewardsSubmission\",\"inputs\":[{\"name\":\"operatorSet\",\"type\":\"tuple\",\"internalType\":\"structOperatorSet\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]},{\"name\":\"operatorDirectedRewardsSubmissions\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.OperatorDirectedRewardsSubmission[]\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"operatorRewards\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.OperatorReward[]\",\"components\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"description\",\"type\":\"string\",\"internalType\":\"string\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"createRewardsForAllEarners\",\"inputs\":[{\"name\":\"rewardsSubmissions\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.RewardsSubmission[]\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"createRewardsForAllSubmission\",\"inputs\":[{\"name\":\"rewardsSubmissions\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.RewardsSubmission[]\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"cumulativeClaimed\",\"inputs\":[{\"name\":\"earner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"}],\"outputs\":[{\"name\":\"totalClaimed\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"currRewardsCalculationEndTimestamp\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"defaultOperatorSplitBips\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint16\",\"internalType\":\"uint16\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"delegationManager\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIDelegationManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"disableRoot\",\"inputs\":[{\"name\":\"rootIndex\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"getCurrentClaimableDistributionRoot\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIRewardsCoordinatorTypes.DistributionRoot\",\"components\":[{\"name\":\"root\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"rewardsCalculationEndTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"activatedAt\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"disabled\",\"type\":\"bool\",\"internalType\":\"bool\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getCurrentDistributionRoot\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIRewardsCoordinatorTypes.DistributionRoot\",\"components\":[{\"name\":\"root\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"rewardsCalculationEndTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"activatedAt\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"disabled\",\"type\":\"bool\",\"internalType\":\"bool\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getDistributionRootAtIndex\",\"inputs\":[{\"name\":\"index\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIRewardsCoordinatorTypes.DistributionRoot\",\"components\":[{\"name\":\"root\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"rewardsCalculationEndTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"activatedAt\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"disabled\",\"type\":\"bool\",\"internalType\":\"bool\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getDistributionRootsLength\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorAVSSplit\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint16\",\"internalType\":\"uint16\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorPISplit\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint16\",\"internalType\":\"uint16\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorSetSplit\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorSet\",\"type\":\"tuple\",\"internalType\":\"structOperatorSet\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"outputs\":[{\"name\":\"\",\"type\":\"uint16\",\"internalType\":\"uint16\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getRootIndexFromHash\",\"inputs\":[{\"name\":\"rootHash\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"initialize\",\"inputs\":[{\"name\":\"initialOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"initialPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"_rewardsUpdater\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_activationDelay\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"_defaultSplitBips\",\"type\":\"uint16\",\"internalType\":\"uint16\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"isAVSRewardsSubmissionHash\",\"inputs\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"hash\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"valid\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"isOperatorDirectedAVSRewardsSubmissionHash\",\"inputs\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"hash\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"valid\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"isOperatorDirectedOperatorSetRewardsSubmissionHash\",\"inputs\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"hash\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"valid\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"isRewardsForAllSubmitter\",\"inputs\":[{\"name\":\"submitter\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"valid\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"isRewardsSubmissionForAllEarnersHash\",\"inputs\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"hash\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"valid\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"isRewardsSubmissionForAllHash\",\"inputs\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"hash\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"valid\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"owner\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pause\",\"inputs\":[{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"pauseAll\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[{\"name\":\"index\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pauserRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"permissionController\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIPermissionController\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"processClaim\",\"inputs\":[{\"name\":\"claim\",\"type\":\"tuple\",\"internalType\":\"structIRewardsCoordinatorTypes.RewardsMerkleClaim\",\"components\":[{\"name\":\"rootIndex\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"earnerIndex\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"earnerTreeProof\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"earnerLeaf\",\"type\":\"tuple\",\"internalType\":\"structIRewardsCoordinatorTypes.EarnerTreeMerkleLeaf\",\"components\":[{\"name\":\"earner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"earnerTokenRoot\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}]},{\"name\":\"tokenIndices\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"tokenTreeProofs\",\"type\":\"bytes[]\",\"internalType\":\"bytes[]\"},{\"name\":\"tokenLeaves\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.TokenTreeMerkleLeaf[]\",\"components\":[{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"cumulativeEarnings\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}]},{\"name\":\"recipient\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"processClaims\",\"inputs\":[{\"name\":\"claims\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.RewardsMerkleClaim[]\",\"components\":[{\"name\":\"rootIndex\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"earnerIndex\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"earnerTreeProof\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"earnerLeaf\",\"type\":\"tuple\",\"internalType\":\"structIRewardsCoordinatorTypes.EarnerTreeMerkleLeaf\",\"components\":[{\"name\":\"earner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"earnerTokenRoot\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}]},{\"name\":\"tokenIndices\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"tokenTreeProofs\",\"type\":\"bytes[]\",\"internalType\":\"bytes[]\"},{\"name\":\"tokenLeaves\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.TokenTreeMerkleLeaf[]\",\"components\":[{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"cumulativeEarnings\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}]},{\"name\":\"recipient\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"renounceOwnership\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"rewardsUpdater\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"setActivationDelay\",\"inputs\":[{\"name\":\"_activationDelay\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setClaimerFor\",\"inputs\":[{\"name\":\"claimer\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setClaimerFor\",\"inputs\":[{\"name\":\"earner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"claimer\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setDefaultOperatorSplit\",\"inputs\":[{\"name\":\"split\",\"type\":\"uint16\",\"internalType\":\"uint16\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setOperatorAVSSplit\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"split\",\"type\":\"uint16\",\"internalType\":\"uint16\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setOperatorPISplit\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"split\",\"type\":\"uint16\",\"internalType\":\"uint16\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setOperatorSetSplit\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorSet\",\"type\":\"tuple\",\"internalType\":\"structOperatorSet\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]},{\"name\":\"split\",\"type\":\"uint16\",\"internalType\":\"uint16\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setRewardsForAllSubmitter\",\"inputs\":[{\"name\":\"_submitter\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_newValue\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setRewardsUpdater\",\"inputs\":[{\"name\":\"_rewardsUpdater\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"strategyManager\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStrategyManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"submissionNonce\",\"inputs\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"nonce\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"submitRoot\",\"inputs\":[{\"name\":\"root\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"rewardsCalculationEndTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"transferOwnership\",\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"unpause\",\"inputs\":[{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"version\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"event\",\"name\":\"AVSRewardsSubmissionCreated\",\"inputs\":[{\"name\":\"avs\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"submissionNonce\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"},{\"name\":\"rewardsSubmissionHash\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"rewardsSubmission\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structIRewardsCoordinatorTypes.RewardsSubmission\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"ActivationDelaySet\",\"inputs\":[{\"name\":\"oldActivationDelay\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"},{\"name\":\"newActivationDelay\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"ClaimerForSet\",\"inputs\":[{\"name\":\"earner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"oldClaimer\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"claimer\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"DefaultOperatorSplitBipsSet\",\"inputs\":[{\"name\":\"oldDefaultOperatorSplitBips\",\"type\":\"uint16\",\"indexed\":false,\"internalType\":\"uint16\"},{\"name\":\"newDefaultOperatorSplitBips\",\"type\":\"uint16\",\"indexed\":false,\"internalType\":\"uint16\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"DistributionRootDisabled\",\"inputs\":[{\"name\":\"rootIndex\",\"type\":\"uint32\",\"indexed\":true,\"internalType\":\"uint32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"DistributionRootSubmitted\",\"inputs\":[{\"name\":\"rootIndex\",\"type\":\"uint32\",\"indexed\":true,\"internalType\":\"uint32\"},{\"name\":\"root\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"rewardsCalculationEndTimestamp\",\"type\":\"uint32\",\"indexed\":true,\"internalType\":\"uint32\"},{\"name\":\"activatedAt\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorAVSSplitBipsSet\",\"inputs\":[{\"name\":\"caller\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"avs\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"activatedAt\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"},{\"name\":\"oldOperatorAVSSplitBips\",\"type\":\"uint16\",\"indexed\":false,\"internalType\":\"uint16\"},{\"name\":\"newOperatorAVSSplitBips\",\"type\":\"uint16\",\"indexed\":false,\"internalType\":\"uint16\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorDirectedAVSRewardsSubmissionCreated\",\"inputs\":[{\"name\":\"caller\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"avs\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"operatorDirectedRewardsSubmissionHash\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"submissionNonce\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"},{\"name\":\"operatorDirectedRewardsSubmission\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structIRewardsCoordinatorTypes.OperatorDirectedRewardsSubmission\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"operatorRewards\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.OperatorReward[]\",\"components\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"description\",\"type\":\"string\",\"internalType\":\"string\"}]}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorDirectedOperatorSetRewardsSubmissionCreated\",\"inputs\":[{\"name\":\"caller\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"operatorDirectedRewardsSubmissionHash\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"operatorSet\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structOperatorSet\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]},{\"name\":\"submissionNonce\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"},{\"name\":\"operatorDirectedRewardsSubmission\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structIRewardsCoordinatorTypes.OperatorDirectedRewardsSubmission\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"operatorRewards\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.OperatorReward[]\",\"components\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"description\",\"type\":\"string\",\"internalType\":\"string\"}]}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorPISplitBipsSet\",\"inputs\":[{\"name\":\"caller\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"activatedAt\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"},{\"name\":\"oldOperatorPISplitBips\",\"type\":\"uint16\",\"indexed\":false,\"internalType\":\"uint16\"},{\"name\":\"newOperatorPISplitBips\",\"type\":\"uint16\",\"indexed\":false,\"internalType\":\"uint16\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorSetSplitBipsSet\",\"inputs\":[{\"name\":\"caller\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"operatorSet\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structOperatorSet\",\"components\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"id\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]},{\"name\":\"activatedAt\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"},{\"name\":\"oldOperatorSetSplitBips\",\"type\":\"uint16\",\"indexed\":false,\"internalType\":\"uint16\"},{\"name\":\"newOperatorSetSplitBips\",\"type\":\"uint16\",\"indexed\":false,\"internalType\":\"uint16\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OwnershipTransferred\",\"inputs\":[{\"name\":\"previousOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Paused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"RewardsClaimed\",\"inputs\":[{\"name\":\"root\",\"type\":\"bytes32\",\"indexed\":false,\"internalType\":\"bytes32\"},{\"name\":\"earner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"claimer\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"recipient\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"token\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIERC20\"},{\"name\":\"claimedAmount\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"RewardsForAllSubmitterSet\",\"inputs\":[{\"name\":\"rewardsForAllSubmitter\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"oldValue\",\"type\":\"bool\",\"indexed\":true,\"internalType\":\"bool\"},{\"name\":\"newValue\",\"type\":\"bool\",\"indexed\":true,\"internalType\":\"bool\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"RewardsSubmissionForAllCreated\",\"inputs\":[{\"name\":\"submitter\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"submissionNonce\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"},{\"name\":\"rewardsSubmissionHash\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"rewardsSubmission\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structIRewardsCoordinatorTypes.RewardsSubmission\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"RewardsSubmissionForAllEarnersCreated\",\"inputs\":[{\"name\":\"tokenHopper\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"submissionNonce\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"},{\"name\":\"rewardsSubmissionHash\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"rewardsSubmission\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structIRewardsCoordinatorTypes.RewardsSubmission\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"RewardsUpdaterSet\",\"inputs\":[{\"name\":\"oldRewardsUpdater\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newRewardsUpdater\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Unpaused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"error\",\"name\":\"AmountExceedsMax\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"AmountIsZero\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"CurrentlyPaused\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"DurationExceedsMax\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"DurationIsZero\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"EarningsNotGreaterThanClaimed\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputAddressZero\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputArrayLengthMismatch\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputArrayLengthZero\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidAddressZero\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidCalculationIntervalSecondsRemainder\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidClaimProof\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidDurationRemainder\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidEarner\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidEarnerLeafIndex\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidGenesisRewardsTimestampRemainder\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidNewPausedStatus\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidOperatorSet\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidPermissions\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidProofLength\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidRoot\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidRootIndex\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidShortString\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidStartTimestampRemainder\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidTokenLeafIndex\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"NewRootMustBeForNewCalculatedPeriod\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyPauser\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyUnpauser\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OperatorsNotInAscendingOrder\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"PreviousSplitPending\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"RewardsEndTimestampNotElapsed\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"RootAlreadyActivated\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"RootDisabled\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"RootNotActivated\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"SplitExceedsMax\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"StartTimestampTooFarInFuture\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"StartTimestampTooFarInPast\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"StrategiesNotInAscendingOrder\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"StrategyNotWhitelisted\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"StringTooLong\",\"inputs\":[{\"name\":\"str\",\"type\":\"string\",\"internalType\":\"string\"}]},{\"type\":\"error\",\"name\":\"SubmissionNotRetroactive\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"UnauthorizedCaller\",\"inputs\":[]}]",
	Bin: "0x6101e0604052348015610010575f5ffd5b50604051614d61380380614d6183398101604081905261002f9161034a565b610140810151608082015182516020840151604085015160a086015160c087015160e08801516101008901516101208a015160608b01516001600160a01b03811661008d576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b03166080526100a38582610465565b63ffffffff16156100c757604051630e06bd3160e01b815260040160405180910390fd5b6100d46201518086610465565b63ffffffff16156100f85760405163223c7b3960e11b815260040160405180910390fd5b6001600160a01b0397881660a05295871660c05293861660e05263ffffffff9283166101005290821661012052811661014052908116610160521661018052166101a05261014581610158565b6101c0525061015261019e565b506104f3565b5f5f829050601f8151111561018b578260405163305a27a960e01b81526004016101829190610498565b60405180910390fd5b8051610196826104cd565b179392505050565b5f54610100900460ff16156102055760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608401610182565b5f5460ff90811614610254575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b634e487b7160e01b5f52604160045260245ffd5b60405161016081016001600160401b038111828210171561028d5761028d610256565b60405290565b80516001600160a01b03811681146102a9575f5ffd5b919050565b805163ffffffff811681146102a9575f5ffd5b5f82601f8301126102d0575f5ffd5b81516001600160401b038111156102e9576102e9610256565b604051601f8201601f19908116603f011681016001600160401b038111828210171561031757610317610256565b60405281815283820160200185101561032e575f5ffd5b8160208501602083015e5f918101602001919091529392505050565b5f6020828403121561035a575f5ffd5b81516001600160401b0381111561036f575f5ffd5b82016101608185031215610381575f5ffd5b61038961026a565b61039282610293565b81526103a060208301610293565b60208201526103b160408301610293565b60408201526103c260608301610293565b60608201526103d360808301610293565b60808201526103e460a083016102ae565b60a08201526103f560c083016102ae565b60c082015261040660e083016102ae565b60e082015261041861010083016102ae565b61010082015261042b61012083016102ae565b6101208201526101408201516001600160401b0381111561044a575f5ffd5b610456868285016102c1565b61014083015250949350505050565b5f63ffffffff83168061048657634e487b7160e01b5f52601260045260245ffd5b8063ffffffff84160691505092915050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b805160208083015191908110156104ed575f198160200360031b1b821691505b50919050565b60805160a05160c05160e05161010051610120516101405161016051610180516101a0516101c05161478c6105d55f395f6114b901525f81816105f001526127d101525f81816104a401526135db01525f81816103f30152612c1301525f8181610552015261359901525f818161087e015261348301525f81816107bf015281816134d3015261354701525f81816108d201528181610afb01528181611e2601526120d201525f8181610579015261367601525f81816109450152611d9601525f818161075101528181610ed90152818161150b01526123b1015261478c5ff3fe608060405234801561000f575f5ffd5b50600436106103b3575f3560e01c8063886f1195116101f5578063de02e50311610114578063f6efbb59116100a9578063fabc1cbc11610079578063fabc1cbc14610a33578063fbf1e2c114610a46578063fce36c7d14610a59578063ff9f6cce14610a6c575f5ffd5b8063f6efbb59146109e7578063f74e8eac146109fa578063f8cd844814610a0d578063f96abf2e14610a20575f5ffd5b8063ed71e6a2116100e4578063ed71e6a214610967578063f22cef8514610994578063f2f07ab4146109a7578063f2fde38b146109d4575f5ffd5b8063de02e50314610907578063e063f81f1461091a578063e810ce211461092d578063ea4d3c9b14610940575f5ffd5b8063a50a1d9c1161018a578063bf21a8aa1161015a578063bf21a8aa14610879578063c46db606146108a0578063ca8aa7c7146108cd578063dcbb03b3146108f4575f5ffd5b8063a50a1d9c14610807578063aebd8bae1461081a578063b3dbb0e014610847578063bb7e451f1461085a575f5ffd5b80639cb9a5fa116101c55780639cb9a5fa146107a75780639d45c281146107ba5780639de4b35f146107e1578063a0169ddd146107f4575f5ffd5b8063886f11951461074c5780638da5cb5b146107735780639104c319146107845780639be3d4e41461079f575f5ffd5b80634596021c116102e15780635c975abb11610276578063715018a611610246578063715018a6146106ff5780637b8f8b0514610707578063863cb9a91461070f578063865c695314610722575f5ffd5b80635c975abb146106a25780635e9d8348146106aa57806363f6a798146106bd5780636d21117e146106d2575f5ffd5b806354fd4d50116102b157806354fd4d501461064f57806358baaa3e14610664578063595c6a67146106775780635ac86ab71461067f575f5ffd5b80634596021c146105d85780634657e26a146105eb5780634b943960146106125780634d18cc3514610638575f5ffd5b8063149bc8721161035757806339b70e381161032757806339b70e38146105745780633a8c07861461059b5780633ccc861d146105b25780633efe1db6146105c5575f5ffd5b8063149bc872146104d95780632b9f64a4146104fa57806336af41fa1461053a57806337838ed01461054d575f5ffd5b80630e9a53cf116103925780630e9a53cf1461043f5780630eb383451461048c578063131433b41461049f578063136439dd146104c6575f5ffd5b806218572c146103b757806304a0c502146103ee5780630ca298991461042a575b5f5ffd5b6103d96103c5366004613bb9565b60d16020525f908152604090205460ff1681565b60405190151581526020015b60405180910390f35b6104157f000000000000000000000000000000000000000000000000000000000000000081565b60405163ffffffff90911681526020016103e5565b61043d610438366004613c31565b610a7f565b005b610447610d44565b6040516103e591905f6080820190508251825263ffffffff602084015116602083015263ffffffff604084015116604083015260608301511515606083015292915050565b61043d61049a366004613c8d565b610e44565b6104157f000000000000000000000000000000000000000000000000000000000000000081565b61043d6104d4366004613cc4565b610ec4565b6104ec6104e7366004613cdb565b610f99565b6040519081526020016103e5565b610522610508366004613bb9565b60cc6020525f90815260409020546001600160a01b031681565b6040516001600160a01b0390911681526020016103e5565b61043d610548366004613cf5565b61100e565b6104157f000000000000000000000000000000000000000000000000000000000000000081565b6105227f000000000000000000000000000000000000000000000000000000000000000081565b60cb5461041590600160a01b900463ffffffff1681565b61043d6105c0366004613d44565b61119d565b61043d6105d3366004613d9a565b6111e2565b61043d6105e6366004613dc4565b6113d6565b6105227f000000000000000000000000000000000000000000000000000000000000000081565b610625610620366004613bb9565b611457565b60405161ffff90911681526020016103e5565b60cb5461041590600160c01b900463ffffffff1681565b6106576114b2565b6040516103e59190613e16565b61043d610672366004613e4b565b6114e2565b61043d6114f6565b6103d961068d366004613e64565b606654600160ff9092169190911b9081161490565b6066546104ec565b6103d96106b8366004613e84565b6115a5565b60cb5461062590600160e01b900461ffff1681565b6103d96106e0366004613eb5565b60cf60209081525f928352604080842090915290825290205460ff1681565b61043d611630565b60ca546104ec565b61043d61071d366004613bb9565b611641565b6104ec610730366004613edf565b60cd60209081525f928352604080842090915290825290205481565b6105227f000000000000000000000000000000000000000000000000000000000000000081565b6033546001600160a01b0316610522565b61052273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b610447611652565b61043d6107b5366004613f0b565b6116ee565b6104157f000000000000000000000000000000000000000000000000000000000000000081565b6106256107ef366004613f42565b611887565b61043d610802366004613bb9565b61190a565b61043d610815366004613f7e565b611915565b6103d9610828366004613eb5565b60d260209081525f928352604080842090915290825290205460ff1681565b61043d610855366004613f97565b611926565b6104ec610868366004613bb9565b60ce6020525f908152604090205481565b6104157f000000000000000000000000000000000000000000000000000000000000000081565b6103d96108ae366004613eb5565b60d060209081525f928352604080842090915290825290205460ff1681565b6105227f000000000000000000000000000000000000000000000000000000000000000081565b61043d610902366004613fc1565b611a6f565b610447610915366004613cc4565b611bda565b610625610928366004613edf565b611c6a565b61041561093b366004613cc4565b611ccf565b6105227f000000000000000000000000000000000000000000000000000000000000000081565b6103d9610975366004613eb5565b60d360209081525f928352604080842090915290825290205460ff1681565b61043d6109a2366004613edf565b611d50565b6103d96109b5366004613eb5565b60d760209081525f928352604080842090915290825290205460ff1681565b61043d6109e2366004613bb9565b611eba565b61043d6109f5366004614005565b611f35565b61043d610a08366004614063565b61206a565b6104ec610a1b366004613cdb565b612250565b61043d610a2e366004613e4b565b612260565b61043d610a41366004613cc4565b6123af565b60cb54610522906001600160a01b031681565b61043d610a67366004613cf5565b6124c5565b61043d610a7a366004613cf5565b612614565b60665460099061020090811603610aa95760405163840a48d560e01b815260040160405180910390fd5b610ab66020850185613bb9565b610abf81612793565b610adc5760405163932d94f760e01b815260040160405180910390fd5b610ae461283d565b6040516304c1b8eb60e31b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063260dc75890610b309088906004016140ce565b602060405180830381865afa158015610b4b573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b6f91906140dc565b610b8c57604051631fb1705560e21b815260040160405180910390fd5b5f5b83811015610d325736858583818110610ba957610ba96140f7565b9050602002810190610bbb919061410b565b90505f60ce81610bce60208b018b613bb9565b6001600160a01b031681526020808201929092526040015f90812054925090610bf9908a018a613bb9565b8284604051602001610c0d93929190614333565b6040516020818303038152906040528051906020012090505f610c2f84612896565b9050600160d75f610c4360208e018e613bb9565b6001600160a01b0316815260208082019290925260409081015f9081208682529092529020805460ff1916911515919091179055610c82836001614376565b60ce5f610c9260208e018e613bb9565b6001600160a01b03166001600160a01b031681526020019081526020015f208190555081336001600160a01b03167ffff0759ccb371dfb5691798724e70b4fa61cb3bfe730a33ac19fb86a48efc7568c8688604051610cf393929190614389565b60405180910390a3610d22333083610d116040890160208a01613bb9565b6001600160a01b0316929190612a81565b505060019092019150610b8e9050565b50610d3d6001609755565b5050505050565b604080516080810182525f80825260208201819052918101829052606081019190915260ca545b8015610e1c575f60ca610d7f6001846143ae565b81548110610d8f57610d8f6140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff161580156060830181905291925090610dfe5750806040015163ffffffff164210155b15610e095792915050565b5080610e14816143c1565b915050610d6b565b5050604080516080810182525f80825260208201819052918101829052606081019190915290565b610e4c612aec565b6001600160a01b0382165f81815260d1602052604080822054905160ff9091169284151592841515927f4de6293e668df1398422e1def12118052c1539a03cbfedc145895d48d7685f1c9190a4506001600160a01b03919091165f90815260d160205260409020805460ff1916911515919091179055565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610f26573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f4a91906140dc565b610f6757604051631d77d47760e21b815260040160405180910390fd5b6066548181168114610f8c5760405163c61dca5d60e01b815260040160405180910390fd5b610f9582612b46565b5050565b5f80610fa86020840184613bb9565b8360200135604051602001610ff19392919060f89390931b6001600160f81b031916835260609190911b6bffffffffffffffffffffffff19166001830152601582015260350190565b604051602081830303815290604052805190602001209050919050565b6066546001906002908116036110375760405163840a48d560e01b815260040160405180910390fd5b335f90815260d1602052604090205460ff1661106657604051635c427cd960e01b815260040160405180910390fd5b61106e61283d565b5f5b8281101561118d573684848381811061108b5761108b6140f7565b905060200281019061109d91906143d6565b335f81815260ce602090815260408083205490519495509391926110c79290918591879101614468565b6040516020818303038152906040528051906020012090506110e883612b83565b335f90815260d0602090815260408083208484529091529020805460ff1916600190811790915561111a908390614376565b335f81815260ce602052604090819020929092559051829184917f51088b8c89628df3a8174002c2a034d0152fce6af8415d651b2a4734bf2704829061116190889061448e565b60405180910390a4611182333060408601803590610d119060208901613bb9565b505050600101611070565b506111986001609755565b505050565b6066546002906004908116036111c65760405163840a48d560e01b815260040160405180910390fd5b6111ce61283d565b6111d88383612c6e565b6111986001609755565b60665460039060089081160361120b5760405163840a48d560e01b815260040160405180910390fd5b60cb546001600160a01b0316331461123657604051635c427cd960e01b815260040160405180910390fd5b60cb5463ffffffff600160c01b90910481169083161161126957604051631ca7e50b60e21b815260040160405180910390fd5b428263ffffffff161061128f576040516306957c9160e11b815260040160405180910390fd5b60ca5460cb545f906112ae90600160a01b900463ffffffff16426144a0565b6040805160808101825287815263ffffffff87811660208084018281528684168587018181525f6060880181815260ca8054600181018255925297517f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee160029092029182015592517f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee290930180549151975193871667ffffffffffffffff1990921691909117600160201b978716979097029690961760ff60401b1916600160401b921515929092029190911790945560cb805463ffffffff60c01b1916600160c01b840217905593519283529394508892908616917fecd866c3c158fa00bf34d803d5f6023000b57080bcb48af004c2b4b46b3afd08910160405180910390a45050505050565b6066546002906004908116036113ff5760405163840a48d560e01b815260040160405180910390fd5b61140761283d565b5f5b838110156114465761143e858583818110611426576114266140f7565b905060200281019061143891906144bc565b84612c6e565b600101611409565b506114516001609755565b50505050565b6001600160a01b0381165f90815260d5602090815260408083208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff16908201526114ac90612ef6565b92915050565b60606114dd7f0000000000000000000000000000000000000000000000000000000000000000612f66565b905090565b6114ea612aec565b6114f381612fa3565b50565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa158015611558573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061157c91906140dc565b61159957604051631d77d47760e21b815260040160405180910390fd5b6115a35f19612b46565b565b5f6116288260ca6115b96020830183613e4b565b63ffffffff16815481106115cf576115cf6140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff1615156060820152613014565b506001919050565b611638612aec565b6115a35f6131b7565b611649612aec565b6114f381613208565b604080516080810182525f80825260208201819052918101829052606081019190915260ca8054611685906001906143ae565b81548110611695576116956140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff1615156060820152919050565b6066546005906020908116036117175760405163840a48d560e01b815260040160405180910390fd5b8361172181612793565b61173e5760405163932d94f760e01b815260040160405180910390fd5b61174661283d565b5f5b83811015610d325736858583818110611763576117636140f7565b9050602002810190611775919061410b565b6001600160a01b0388165f90815260ce60209081526040808320549051939450926117a6918b918591879101614333565b6040516020818303038152906040528051906020012090505f6117c884612896565b6001600160a01b038b165f90815260d3602090815260408083208684529091529020805460ff19166001908117909155909150611806908490614376565b6001600160a01b038b165f81815260ce60205260409081902092909255905183919033907ffc8888bffd711da60bc5092b33f677d81896fe80ecc677b84cfab8184462b6e0906118599088908a906144d0565b60405180910390a4611877333083610d116040890160208a01613bb9565b5050600190920191506117489050565b6001600160a01b0382165f90815260d66020526040812061190390826118ba6118b5368790038701876144e8565b613263565b815260208082019290925260409081015f208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff1690820152612ef6565b9392505050565b33610f9581836132c6565b61191d612aec565b6114f381613329565b60665460079060809081160361194f5760405163840a48d560e01b815260040160405180910390fd5b8261195981612793565b6119765760405163932d94f760e01b815260040160405180910390fd5b60cb545f9061199290600160a01b900463ffffffff16426144a0565b6001600160a01b0386165f90815260d5602090815260408083208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff1690820152919250906119eb90612ef6565b6001600160a01b0387165f90815260d560205260409020909150611a10908684613394565b6040805163ffffffff8416815261ffff838116602083015287168183015290516001600160a01b0388169133917fd1e028bd664486a46ad26040e999cd2d22e1e9a094ee6afe19fcf64678f16f749181900360600190a3505050505050565b606654600690604090811603611a985760405163840a48d560e01b815260040160405180910390fd5b83611aa281612793565b611abf5760405163932d94f760e01b815260040160405180910390fd5b60cb545f90611adb90600160a01b900463ffffffff16426144a0565b6001600160a01b038781165f90815260d460209081526040808320938a1683529281528282208351606081018552905461ffff80821683526201000082041692820192909252600160201b90910463ffffffff1692810192909252919250611b4290612ef6565b6001600160a01b038089165f90815260d460209081526040808320938b16835292905220909150611b74908684613394565b6040805163ffffffff8416815261ffff838116602083015287168183015290516001600160a01b0388811692908a169133917f48e198b6ae357e529204ee53a8e514c470ff77d9cc8e4f7207f8b5d490ae6934919081900360600190a450505050505050565b604080516080810182525f80825260208201819052918101829052606081019190915260ca8281548110611c1057611c106140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff161515606082015292915050565b6001600160a01b038281165f90815260d46020908152604080832093851683529281528282208351606081018552905461ffff80821683526201000082041692820192909252600160201b90910463ffffffff16928101929092529061190390612ef6565b60ca545f905b63ffffffff811615611d36578260ca611cef600184614550565b63ffffffff1681548110611d0557611d056140f7565b905f5260205f2090600202015f015403611d2457611903600182614550565b80611d2e8161456c565b915050611cd5565b5060405163504570e360e01b815260040160405180910390fd5b81611d5a81612793565b611d775760405163932d94f760e01b815260040160405180910390fd5b6040516336b87bd760e11b81526001600160a01b0384811660048301527f00000000000000000000000000000000000000000000000000000000000000001690636d70f7ae90602401602060405180830381865afa158015611ddb573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dff91906140dc565b80611e93575060405163ba1a84e560e01b81526001600160a01b0384811660048301525f917f00000000000000000000000000000000000000000000000000000000000000009091169063ba1a84e590602401602060405180830381865afa158015611e6d573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e91919061458a565b115b611eb05760405163fb494ea160e01b815260040160405180910390fd5b61119883836132c6565b611ec2612aec565b6001600160a01b038116611f2c5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b6114f3816131b7565b5f54610100900460ff1615808015611f5357505f54600160ff909116105b80611f6c5750303b158015611f6c57505f5460ff166001145b611fcf5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401611f23565b5f805460ff191660011790558015611ff0575f805461ff0019166101001790555b611ff985612b46565b612002866131b7565b61200b84613208565b61201483612fa3565b61201d82613329565b8015612062575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050505050565b606654600890610100908116036120945760405163840a48d560e01b815260040160405180910390fd5b8361209e81612793565b6120bb5760405163932d94f760e01b815260040160405180910390fd5b6040516304c1b8eb60e31b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063260dc758906121079087906004016140ce565b602060405180830381865afa158015612122573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061214691906140dc565b61216357604051631fb1705560e21b815260040160405180910390fd5b60cb545f9061217f90600160a01b900463ffffffff16426144a0565b6001600160a01b0387165f90815260d660205260408120919250906121b190826118ba6118b5368b90038b018b6144e8565b6001600160a01b0388165f90815260d6602052604081209192506121f691906121e26118b5368b90038b018b6144e8565b81526020019081526020015f208684613394565b866001600160a01b0316336001600160a01b03167f14918b3834ab6752eb2e1b489b6663a67810efb5f56f3944a97ede8ecf1fd9f18885858a60405161223f94939291906145a1565b60405180910390a350505050505050565b5f6001610fa86020840184613bb9565b6066546003906008908116036122895760405163840a48d560e01b815260040160405180910390fd5b60cb546001600160a01b031633146122b457604051635c427cd960e01b815260040160405180910390fd5b60ca5463ffffffff8316106122dc576040516394a8d38960e01b815260040160405180910390fd5b5f60ca8363ffffffff16815481106122f6576122f66140f7565b905f5260205f20906002020190508060010160089054906101000a900460ff161561233457604051631b14174b60e01b815260040160405180910390fd5b6001810154600160201b900463ffffffff16421061236557604051630c36f66560e21b815260040160405180910390fd5b60018101805460ff60401b1916600160401b17905560405163ffffffff8416907fd850e6e5dfa497b72661fa73df2923464eaed9dc2ff1d3cb82bccbfeabe5c41e905f90a2505050565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561240b573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061242f91906145d5565b6001600160a01b0316336001600160a01b0316146124605760405163794821ff60e01b815260040160405180910390fd5b606654801982198116146124875760405163c61dca5d60e01b815260040160405180910390fd5b606682905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b6066545f906001908116036124ed5760405163840a48d560e01b815260040160405180910390fd5b6124f561283d565b5f5b8281101561118d5736848483818110612512576125126140f7565b905060200281019061252491906143d6565b335f81815260ce6020908152604080832054905194955093919261254e9290918591879101614468565b60405160208183030381529060405280519060200120905061256f83612b83565b335f90815260cf602090815260408083208484529091529020805460ff191660019081179091556125a1908390614376565b335f81815260ce602052604090819020929092559051829184917f450a367a380c4e339e5ae7340c8464ef27af7781ad9945cfe8abd828f89e6281906125e890889061448e565b60405180910390a4612609333060408601803590610d119060208901613bb9565b5050506001016124f7565b60665460049060109081160361263d5760405163840a48d560e01b815260040160405180910390fd5b335f90815260d1602052604090205460ff1661266c57604051635c427cd960e01b815260040160405180910390fd5b61267461283d565b5f5b8281101561118d5736848483818110612691576126916140f7565b90506020028101906126a391906143d6565b335f81815260ce602090815260408083205490519495509391926126cd9290918591879101614468565b6040516020818303038152906040528051906020012090506126ee83612b83565b335f90815260d2602090815260408083208484529091529020805460ff19166001908117909155612720908390614376565b335f81815260ce602052604090819020929092559051829184917f5251b6fdefcb5d81144e735f69ea4c695fd43b0289ca53dc075033f5fc80068b9061276790889061448e565b60405180910390a4612788333060408601803590610d119060208901613bb9565b505050600101612676565b604051631beb2b9760e31b81526001600160a01b0382811660048301523360248301523060448301525f80356001600160e01b0319166064840152917f00000000000000000000000000000000000000000000000000000000000000009091169063df595cb8906084016020604051808303815f875af1158015612819573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114ac91906140dc565b60026097540361288f5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401611f23565b6002609755565b5f6128c96128a483806145f0565b6128b46080860160608701613e4b565b6128c460a0870160808801613e4b565b613463565b5f6128d760408401846145f0565b9050116128f75760405163796cc52560e01b815260040160405180910390fd5b4261290860a0840160808501613e4b565b6129186080850160608601613e4b565b61292291906144a0565b63ffffffff16106129465760405163150358a160e21b815260040160405180910390fd5b5f80805b61295760408601866145f0565b9050811015612a48573661296e60408701876145f0565b8381811061297e5761297e6140f7565b6040029190910191505f90506129976020830183613bb9565b6001600160a01b0316036129be57604051630863a45360e11b815260040160405180910390fd5b6129cb6020820182613bb9565b6001600160a01b0316836001600160a01b0316106129fc576040516310fb47f160e31b815260040160405180910390fd5b5f816020013511612a20576040516310eb483f60e21b815260040160405180910390fd5b612a2d6020820182613bb9565b9250612a3d602082013585614376565b93505060010161294a565b506f4b3b4ca85a86c47a098a223fffffffff821115612a7a5760405163070b5a6f60e21b815260040160405180910390fd5b5092915050565b6040516001600160a01b03808516602483015283166044820152606481018290526114519085906323b872dd60e01b906084015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152613761565b6033546001600160a01b031633146115a35760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401611f23565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b612bb0612b9082806145f0565b612ba06080850160608601613e4b565b6128c460a0860160808701613e4b565b5f816040013511612bd4576040516310eb483f60e21b815260040160405180910390fd5b6f4b3b4ca85a86c47a098a223fffffffff81604001351115612c095760405163070b5a6f60e21b815260040160405180910390fd5b612c3963ffffffff7f00000000000000000000000000000000000000000000000000000000000000001642614376565b612c496080830160608401613e4b565b63ffffffff1611156114f357604051637ee2b44360e01b815260040160405180910390fd5b5f60ca612c7e6020850185613e4b565b63ffffffff1681548110612c9457612c946140f7565b5f91825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff16151560608201529050612cf48382613014565b5f612d056080850160608601613bb9565b6001600160a01b038082165f90815260cc60205260409020549192501680612d2a5750805b336001600160a01b03821614612d5357604051635c427cd960e01b815260040160405180910390fd5b5f5b612d6260a0870187614635565b90508110156120625736612d7960e08801886145f0565b83818110612d8957612d896140f7565b6001600160a01b0387165f90815260cd602090815260408083209302949094019450929091508290612dbd90850185613bb9565b6001600160a01b03166001600160a01b031681526020019081526020015f2054905080826020013511612e035760405163aa385e8160e01b815260040160405180910390fd5b5f612e128260208501356143ae565b6001600160a01b0387165f90815260cd60209081526040822092935085018035929190612e3f9087613bb9565b6001600160a01b031681526020808201929092526040015f2091909155612e809089908390612e7090870187613bb9565b6001600160a01b03169190613834565b86516001600160a01b03808a1691878216918916907f9543dbd55580842586a951f0386e24d68a5df99ae29e3b216588b45fd684ce3190612ec46020890189613bb9565b604080519283526001600160a01b039091166020830152810186905260600160405180910390a4505050600101612d55565b5f816040015163ffffffff165f1480612f285750815161ffff908116148015612f285750816040015163ffffffff1642105b15612f4057505060cb54600160e01b900461ffff1690565b816040015163ffffffff16421015612f595781516114ac565b506020015190565b919050565b60605f612f7283613864565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b60cb546040805163ffffffff600160a01b9093048316815291831660208301527faf557c6c02c208794817a705609cfa935f827312a1adfdd26494b6b95dd2b4b3910160405180910390a160cb805463ffffffff909216600160a01b0263ffffffff60a01b19909216919091179055565b80606001511561303757604051631b14174b60e01b815260040160405180910390fd5b806040015163ffffffff1642101561306257604051631437a2bb60e31b815260040160405180910390fd5b61306f60c0830183614635565b905061307e60a0840184614635565b90501461309e576040516343714afd60e01b815260040160405180910390fd5b6130ab60e08301836145f0565b90506130ba60c0840184614635565b9050146130da576040516343714afd60e01b815260040160405180910390fd5b8051613106906130f06040850160208601613e4b565b6130fd604086018661467a565b8660600161388b565b5f5b61311560a0840184614635565b9050811015611198576131af608084013561313360a0860186614635565b84818110613143576131436140f7565b90506020020160208101906131589190613e4b565b61316560c0870187614635565b85818110613175576131756140f7565b9050602002810190613187919061467a565b61319460e08901896145f0565b878181106131a4576131a46140f7565b90506040020161392f565b600101613108565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b60cb546040516001600160a01b038084169216907f237b82f438d75fc568ebab484b75b01d9287b9e98b490b7c23221623b6705dbb905f90a360cb80546001600160a01b0319166001600160a01b0392909216919091179055565b5f815f0151826020015163ffffffff166040516020016132ae92919060609290921b6bffffffffffffffffffffffff1916825260a01b6001600160a01b031916601482015260200190565b6040516020818303038152906040526114ac906146bc565b6001600160a01b038083165f81815260cc602052604080822080548686166001600160a01b0319821681179092559151919094169392849290917fbab947934d42e0ad206f25c9cab18b5bb6ae144acfb00f40b4e3aa59590ca3129190a4505050565b60cb546040805161ffff600160e01b9093048316815291831660208301527fe6cd4edfdcc1f6d130ab35f73d72378f3a642944fb4ee5bd84b7807a81ea1c4e910160405180910390a160cb805461ffff909216600160e01b0261ffff60e01b19909216919091179055565b61271061ffff831611156133bb5760405163891c63df60e01b815260040160405180910390fd5b8254600160201b900463ffffffff1642116133e957604051637b1e25c560e01b815260040160405180910390fd5b8254600160201b900463ffffffff165f0361341057825461ffff191661ffff178355613427565b825462010000810461ffff1661ffff199091161783555b825463ffffffff909116600160201b0267ffffffff000000001961ffff90931662010000029290921667ffffffffffff00001990911617179055565b826134815760405163796cc52560e01b815260040160405180910390fd5b7f000000000000000000000000000000000000000000000000000000000000000063ffffffff168163ffffffff1611156134ce57604051630dd0b9f560e21b815260040160405180910390fd5b6134f87f0000000000000000000000000000000000000000000000000000000000000000826146f3565b63ffffffff161561351c5760405163ee66470560e01b815260040160405180910390fd5b5f8163ffffffff16116135425760405163cb3f434d60e01b815260040160405180910390fd5b61356c7f0000000000000000000000000000000000000000000000000000000000000000836146f3565b63ffffffff161561359057604051633c1a94f160e21b815260040160405180910390fd5b8163ffffffff167f000000000000000000000000000000000000000000000000000000000000000063ffffffff16426135c991906143ae565b1115801561360357508163ffffffff167f000000000000000000000000000000000000000000000000000000000000000063ffffffff1611155b6136205760405163041aa75760e11b815260040160405180910390fd5b5f805b84811015612062575f86868381811061363e5761363e6140f7565b6136549260206040909202019081019150613bb9565b60405163198f077960e21b81526001600160a01b0380831660048301529192507f00000000000000000000000000000000000000000000000000000000000000009091169063663c1de490602401602060405180830381865afa1580156136bd573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136e191906140dc565b8061370857506001600160a01b03811673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0145b61372557604051632efd965160e11b815260040160405180910390fd5b806001600160a01b0316836001600160a01b0316106137575760405163dfad9ca160e01b815260040160405180910390fd5b9150600101613623565b5f6137b5826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b031661396d9092919063ffffffff16565b905080515f14806137d55750808060200190518101906137d591906140dc565b6111985760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401611f23565b6040516001600160a01b03831660248201526044810182905261119890849063a9059cbb60e01b90606401612ab5565b5f60ff8216601f8111156114ac57604051632cd44ac360e21b815260040160405180910390fd5b61389660208361471a565b6001901b8463ffffffff16106138be5760405162c6c39d60e71b815260040160405180910390fd5b5f6138c882610f99565b905061391284848080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152508a92508591505063ffffffff8916613983565b612062576040516369ca16c960e01b815260040160405180910390fd5b61393a60208361471a565b6001901b8463ffffffff16106139635760405163054ff4df60e51b815260040160405180910390fd5b5f6138c882612250565b606061397b84845f8561399a565b949350505050565b5f83613990868585613a71565b1495945050505050565b6060824710156139fb5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401611f23565b5f5f866001600160a01b03168587604051613a16919061472d565b5f6040518083038185875af1925050503d805f8114613a50576040519150601f19603f3d011682016040523d82523d5f602084013e613a55565b606091505b5091509150613a6687838387613b08565b979650505050505050565b5f60208451613a809190614743565b15613a9e576040516313717da960e21b815260040160405180910390fd5b8260205b85518111613aff57613ab5600285614743565b5f03613ad657815f528086015160205260405f209150600284049350613aed565b808601515f528160205260405f2091506002840493505b613af8602082614376565b9050613aa2565b50949350505050565b60608315613b765782515f03613b6f576001600160a01b0385163b613b6f5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401611f23565b508161397b565b61397b8383815115613b8b5781518083602001fd5b8060405162461bcd60e51b8152600401611f239190613e16565b6001600160a01b03811681146114f3575f5ffd5b5f60208284031215613bc9575f5ffd5b813561190381613ba5565b5f60408284031215613be4575f5ffd5b50919050565b5f5f83601f840112613bfa575f5ffd5b5081356001600160401b03811115613c10575f5ffd5b6020830191508360208260051b8501011115613c2a575f5ffd5b9250929050565b5f5f5f60608486031215613c43575f5ffd5b613c4d8585613bd4565b925060408401356001600160401b03811115613c67575f5ffd5b613c7386828701613bea565b9497909650939450505050565b80151581146114f3575f5ffd5b5f5f60408385031215613c9e575f5ffd5b8235613ca981613ba5565b91506020830135613cb981613c80565b809150509250929050565b5f60208284031215613cd4575f5ffd5b5035919050565b5f60408284031215613ceb575f5ffd5b6119038383613bd4565b5f5f60208385031215613d06575f5ffd5b82356001600160401b03811115613d1b575f5ffd5b613d2785828601613bea565b90969095509350505050565b5f6101008284031215613be4575f5ffd5b5f5f60408385031215613d55575f5ffd5b82356001600160401b03811115613d6a575f5ffd5b613d7685828601613d33565b9250506020830135613cb981613ba5565b803563ffffffff81168114612f61575f5ffd5b5f5f60408385031215613dab575f5ffd5b82359150613dbb60208401613d87565b90509250929050565b5f5f5f60408486031215613dd6575f5ffd5b83356001600160401b03811115613deb575f5ffd5b613df786828701613bea565b9094509250506020840135613e0b81613ba5565b809150509250925092565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f60208284031215613e5b575f5ffd5b61190382613d87565b5f60208284031215613e74575f5ffd5b813560ff81168114611903575f5ffd5b5f60208284031215613e94575f5ffd5b81356001600160401b03811115613ea9575f5ffd5b61397b84828501613d33565b5f5f60408385031215613ec6575f5ffd5b8235613ed181613ba5565b946020939093013593505050565b5f5f60408385031215613ef0575f5ffd5b8235613efb81613ba5565b91506020830135613cb981613ba5565b5f5f5f60408486031215613f1d575f5ffd5b8335613f2881613ba5565b925060208401356001600160401b03811115613c67575f5ffd5b5f5f60608385031215613f53575f5ffd5b8235613f5e81613ba5565b9150613dbb8460208501613bd4565b803561ffff81168114612f61575f5ffd5b5f60208284031215613f8e575f5ffd5b61190382613f6d565b5f5f60408385031215613fa8575f5ffd5b8235613fb381613ba5565b9150613dbb60208401613f6d565b5f5f5f60608486031215613fd3575f5ffd5b8335613fde81613ba5565b92506020840135613fee81613ba5565b9150613ffc60408501613f6d565b90509250925092565b5f5f5f5f5f60a08688031215614019575f5ffd5b853561402481613ba5565b945060208601359350604086013561403b81613ba5565b925061404960608701613d87565b915061405760808701613f6d565b90509295509295909350565b5f5f5f60808486031215614075575f5ffd5b833561408081613ba5565b925061408f8560208601613bd4565b9150613ffc60608501613f6d565b80356140a881613ba5565b6001600160a01b0316825263ffffffff6140c460208301613d87565b1660208301525050565b604081016114ac828461409d565b5f602082840312156140ec575f5ffd5b815161190381613c80565b634e487b7160e01b5f52603260045260245ffd5b5f823560be1983360301811261411f575f5ffd5b9190910192915050565b5f5f8335601e1984360301811261413e575f5ffd5b83016020810192503590506001600160401b0381111561415c575f5ffd5b8060061b3603821315613c2a575f5ffd5b8183526020830192505f815f5b848110156141d057813561418d81613ba5565b6001600160a01b0316865260208201356bffffffffffffffffffffffff81168082146141b7575f5ffd5b602088015250604095860195919091019060010161417a565b5093949350505050565b5f5f8335601e198436030181126141ef575f5ffd5b83016020810192503590506001600160401b0381111561420d575f5ffd5b803603821315613c2a575f5ffd5b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b5f61424e8283614129565b60c0855261426060c08601828461416d565b915050602083013561427181613ba5565b6001600160a01b0316602085015261428c6040840184614129565b858303604087015280835290915f91906020015b818310156142db5783356142b381613ba5565b6001600160a01b031681526020848101359082015260409384019360019390930192016142a0565b6142e760608701613d87565b63ffffffff81166060890152935061430160808701613d87565b63ffffffff81166080890152935061431c60a08701876141da565b9450925086810360a0880152613a6681858561421b565b60018060a01b0384168152826020820152606060408201525f6143596060830184614243565b95945050505050565b634e487b7160e01b5f52601160045260245ffd5b808201808211156114ac576114ac614362565b614393818561409d565b826040820152608060608201525f6143596080830184614243565b818103818111156114ac576114ac614362565b5f816143cf576143cf614362565b505f190190565b5f8235609e1983360301811261411f575f5ffd5b5f6143f58283614129565b60a0855261440760a08601828461416d565b915050602083013561441881613ba5565b6001600160a01b031660208501526040838101359085015263ffffffff61444160608501613d87565b16606085015263ffffffff61445860808501613d87565b1660808501528091505092915050565b60018060a01b0384168152826020820152606060408201525f61435960608301846143ea565b602081525f61190360208301846143ea565b63ffffffff81811683821601908111156114ac576114ac614362565b5f823560fe1983360301811261411f575f5ffd5b828152604060208201525f61397b6040830184614243565b5f60408284031280156144f9575f5ffd5b50604080519081016001600160401b038111828210171561452857634e487b7160e01b5f52604160045260245ffd5b604052823561453681613ba5565b815261454460208401613d87565b60208201529392505050565b63ffffffff82811682821603908111156114ac576114ac614362565b5f63ffffffff82168061458157614581614362565b5f190192915050565b5f6020828403121561459a575f5ffd5b5051919050565b60a081016145af828761409d565b63ffffffff94909416604082015261ffff92831660608201529116608090910152919050565b5f602082840312156145e5575f5ffd5b815161190381613ba5565b5f5f8335601e19843603018112614605575f5ffd5b8301803591506001600160401b0382111561461e575f5ffd5b6020019150600681901b3603821315613c2a575f5ffd5b5f5f8335601e1984360301811261464a575f5ffd5b8301803591506001600160401b03821115614663575f5ffd5b6020019150600581901b3603821315613c2a575f5ffd5b5f5f8335601e1984360301811261468f575f5ffd5b8301803591506001600160401b038211156146a8575f5ffd5b602001915036819003821315613c2a575f5ffd5b80516020808301519190811015613be4575f1960209190910360031b1b16919050565b634e487b7160e01b5f52601260045260245ffd5b5f63ffffffff831680614708576147086146df565b8063ffffffff84160691505092915050565b5f82614728576147286146df565b500490565b5f82518060208501845e5f920191825250919050565b5f82614751576147516146df565b50069056fea2646970667358221220d63b7f01ef92bde201fe23e3565d12efb900ef9e9ff3c2279a81e717dcb1668064736f6c634300081b0033",
}
⋮----
// ContractRewardsCoordinatorABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractRewardsCoordinatorMetaData.ABI instead.
var ContractRewardsCoordinatorABI = ContractRewardsCoordinatorMetaData.ABI
⋮----
// ContractRewardsCoordinatorBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractRewardsCoordinatorMetaData.Bin instead.
var ContractRewardsCoordinatorBin = ContractRewardsCoordinatorMetaData.Bin
⋮----
// DeployContractRewardsCoordinator deploys a new Ethereum contract, binding an instance of ContractRewardsCoordinator to it.
func DeployContractRewardsCoordinator(auth *bind.TransactOpts, backend bind.ContractBackend, params IRewardsCoordinatorTypesRewardsCoordinatorConstructorParams) (common.Address, *types.Transaction, *ContractRewardsCoordinator, error)
⋮----
// ContractRewardsCoordinatorMethods is an auto generated interface around an Ethereum contract.
type ContractRewardsCoordinatorMethods interface {
	ContractRewardsCoordinatorCalls
	ContractRewardsCoordinatorTransacts
	ContractRewardsCoordinatorFilters
}
⋮----
// ContractRewardsCoordinatorCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractRewardsCoordinatorCalls interface {
	CALCULATIONINTERVALSECONDS(opts *bind.CallOpts) (uint32, error)

	GENESISREWARDSTIMESTAMP(opts *bind.CallOpts) (uint32, error)

	MAXFUTURELENGTH(opts *bind.CallOpts) (uint32, error)

	MAXRETROACTIVELENGTH(opts *bind.CallOpts) (uint32, error)

	MAXREWARDSDURATION(opts *bind.CallOpts) (uint32, error)

	ActivationDelay(opts *bind.CallOpts) (uint32, error)

	AllocationManager(opts *bind.CallOpts) (common.Address, error)

	BeaconChainETHStrategy(opts *bind.CallOpts) (common.Address, error)

	CalculateEarnerLeafHash(opts *bind.CallOpts, leaf IRewardsCoordinatorTypesEarnerTreeMerkleLeaf) ([32]byte, error)

	CalculateTokenLeafHash(opts *bind.CallOpts, leaf IRewardsCoordinatorTypesTokenTreeMerkleLeaf) ([32]byte, error)

	CheckClaim(opts *bind.CallOpts, claim IRewardsCoordinatorTypesRewardsMerkleClaim) (bool, error)

	ClaimerFor(opts *bind.CallOpts, earner common.Address) (common.Address, error)

	CumulativeClaimed(opts *bind.CallOpts, earner common.Address, token common.Address) (*big.Int, error)

	CurrRewardsCalculationEndTimestamp(opts *bind.CallOpts) (uint32, error)

	DefaultOperatorSplitBips(opts *bind.CallOpts) (uint16, error)

	DelegationManager(opts *bind.CallOpts) (common.Address, error)

	GetCurrentClaimableDistributionRoot(opts *bind.CallOpts) (IRewardsCoordinatorTypesDistributionRoot, error)

	GetCurrentDistributionRoot(opts *bind.CallOpts) (IRewardsCoordinatorTypesDistributionRoot, error)

	GetDistributionRootAtIndex(opts *bind.CallOpts, index *big.Int) (IRewardsCoordinatorTypesDistributionRoot, error)

	GetDistributionRootsLength(opts *bind.CallOpts) (*big.Int, error)

	GetOperatorAVSSplit(opts *bind.CallOpts, operator common.Address, avs common.Address) (uint16, error)

	GetOperatorPISplit(opts *bind.CallOpts, operator common.Address) (uint16, error)

	GetOperatorSetSplit(opts *bind.CallOpts, operator common.Address, operatorSet OperatorSet) (uint16, error)

	GetRootIndexFromHash(opts *bind.CallOpts, rootHash [32]byte) (uint32, error)

	IsAVSRewardsSubmissionHash(opts *bind.CallOpts, avs common.Address, hash [32]byte) (bool, error)

	IsOperatorDirectedAVSRewardsSubmissionHash(opts *bind.CallOpts, avs common.Address, hash [32]byte) (bool, error)

	IsOperatorDirectedOperatorSetRewardsSubmissionHash(opts *bind.CallOpts, avs common.Address, hash [32]byte) (bool, error)

	IsRewardsForAllSubmitter(opts *bind.CallOpts, submitter common.Address) (bool, error)

	IsRewardsSubmissionForAllEarnersHash(opts *bind.CallOpts, avs common.Address, hash [32]byte) (bool, error)

	IsRewardsSubmissionForAllHash(opts *bind.CallOpts, avs common.Address, hash [32]byte) (bool, error)

	Owner(opts *bind.CallOpts) (common.Address, error)

	Paused(opts *bind.CallOpts, index uint8) (bool, error)

	Paused0(opts *bind.CallOpts) (*big.Int, error)

	PauserRegistry(opts *bind.CallOpts) (common.Address, error)

	PermissionController(opts *bind.CallOpts) (common.Address, error)

	RewardsUpdater(opts *bind.CallOpts) (common.Address, error)

	StrategyManager(opts *bind.CallOpts) (common.Address, error)

	SubmissionNonce(opts *bind.CallOpts, avs common.Address) (*big.Int, error)

	Version(opts *bind.CallOpts) (string, error)
}
⋮----
// ContractRewardsCoordinatorTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractRewardsCoordinatorTransacts interface {
	CreateAVSRewardsSubmission(opts *bind.TransactOpts, rewardsSubmissions []IRewardsCoordinatorTypesRewardsSubmission) (*types.Transaction, error)

	CreateOperatorDirectedAVSRewardsSubmission(opts *bind.TransactOpts, avs common.Address, operatorDirectedRewardsSubmissions []IRewardsCoordinatorTypesOperatorDirectedRewardsSubmission) (*types.Transaction, error)

	CreateOperatorDirectedOperatorSetRewardsSubmission(opts *bind.TransactOpts, operatorSet OperatorSet, operatorDirectedRewardsSubmissions []IRewardsCoordinatorTypesOperatorDirectedRewardsSubmission) (*types.Transaction, error)

	CreateRewardsForAllEarners(opts *bind.TransactOpts, rewardsSubmissions []IRewardsCoordinatorTypesRewardsSubmission) (*types.Transaction, error)

	CreateRewardsForAllSubmission(opts *bind.TransactOpts, rewardsSubmissions []IRewardsCoordinatorTypesRewardsSubmission) (*types.Transaction, error)

	DisableRoot(opts *bind.TransactOpts, rootIndex uint32) (*types.Transaction, error)

	Initialize(opts *bind.TransactOpts, initialOwner common.Address, initialPausedStatus *big.Int, _rewardsUpdater common.Address, _activationDelay uint32, _defaultSplitBips uint16) (*types.Transaction, error)

	Pause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)

	PauseAll(opts *bind.TransactOpts) (*types.Transaction, error)

	ProcessClaim(opts *bind.TransactOpts, claim IRewardsCoordinatorTypesRewardsMerkleClaim, recipient common.Address) (*types.Transaction, error)

	ProcessClaims(opts *bind.TransactOpts, claims []IRewardsCoordinatorTypesRewardsMerkleClaim, recipient common.Address) (*types.Transaction, error)

	RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

	SetActivationDelay(opts *bind.TransactOpts, _activationDelay uint32) (*types.Transaction, error)

	SetClaimerFor(opts *bind.TransactOpts, claimer common.Address) (*types.Transaction, error)

	SetClaimerFor0(opts *bind.TransactOpts, earner common.Address, claimer common.Address) (*types.Transaction, error)

	SetDefaultOperatorSplit(opts *bind.TransactOpts, split uint16) (*types.Transaction, error)

	SetOperatorAVSSplit(opts *bind.TransactOpts, operator common.Address, avs common.Address, split uint16) (*types.Transaction, error)

	SetOperatorPISplit(opts *bind.TransactOpts, operator common.Address, split uint16) (*types.Transaction, error)

	SetOperatorSetSplit(opts *bind.TransactOpts, operator common.Address, operatorSet OperatorSet, split uint16) (*types.Transaction, error)

	SetRewardsForAllSubmitter(opts *bind.TransactOpts, _submitter common.Address, _newValue bool) (*types.Transaction, error)

	SetRewardsUpdater(opts *bind.TransactOpts, _rewardsUpdater common.Address) (*types.Transaction, error)

	SubmitRoot(opts *bind.TransactOpts, root [32]byte, rewardsCalculationEndTimestamp uint32) (*types.Transaction, error)

	TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)

	Unpause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)
}
⋮----
// ContractRewardsCoordinatorFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractRewardsCoordinatorFilters interface {
	FilterAVSRewardsSubmissionCreated(opts *bind.FilterOpts, avs []common.Address, submissionNonce []*big.Int, rewardsSubmissionHash [][32]byte) (*ContractRewardsCoordinatorAVSRewardsSubmissionCreatedIterator, error)
	WatchAVSRewardsSubmissionCreated(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorAVSRewardsSubmissionCreated, avs []common.Address, submissionNonce []*big.Int, rewardsSubmissionHash [][32]byte) (event.Subscription, error)
	ParseAVSRewardsSubmissionCreated(log types.Log) (*ContractRewardsCoordinatorAVSRewardsSubmissionCreated, error)

	FilterActivationDelaySet(opts *bind.FilterOpts) (*ContractRewardsCoordinatorActivationDelaySetIterator, error)
	WatchActivationDelaySet(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorActivationDelaySet) (event.Subscription, error)
	ParseActivationDelaySet(log types.Log) (*ContractRewardsCoordinatorActivationDelaySet, error)

	FilterClaimerForSet(opts *bind.FilterOpts, earner []common.Address, oldClaimer []common.Address, claimer []common.Address) (*ContractRewardsCoordinatorClaimerForSetIterator, error)
	WatchClaimerForSet(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorClaimerForSet, earner []common.Address, oldClaimer []common.Address, claimer []common.Address) (event.Subscription, error)
	ParseClaimerForSet(log types.Log) (*ContractRewardsCoordinatorClaimerForSet, error)

	FilterDefaultOperatorSplitBipsSet(opts *bind.FilterOpts) (*ContractRewardsCoordinatorDefaultOperatorSplitBipsSetIterator, error)
	WatchDefaultOperatorSplitBipsSet(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorDefaultOperatorSplitBipsSet) (event.Subscription, error)
	ParseDefaultOperatorSplitBipsSet(log types.Log) (*ContractRewardsCoordinatorDefaultOperatorSplitBipsSet, error)

	FilterDistributionRootDisabled(opts *bind.FilterOpts, rootIndex []uint32) (*ContractRewardsCoordinatorDistributionRootDisabledIterator, error)
	WatchDistributionRootDisabled(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorDistributionRootDisabled, rootIndex []uint32) (event.Subscription, error)
	ParseDistributionRootDisabled(log types.Log) (*ContractRewardsCoordinatorDistributionRootDisabled, error)

	FilterDistributionRootSubmitted(opts *bind.FilterOpts, rootIndex []uint32, root [][32]byte, rewardsCalculationEndTimestamp []uint32) (*ContractRewardsCoordinatorDistributionRootSubmittedIterator, error)
	WatchDistributionRootSubmitted(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorDistributionRootSubmitted, rootIndex []uint32, root [][32]byte, rewardsCalculationEndTimestamp []uint32) (event.Subscription, error)
	ParseDistributionRootSubmitted(log types.Log) (*ContractRewardsCoordinatorDistributionRootSubmitted, error)

	FilterInitialized(opts *bind.FilterOpts) (*ContractRewardsCoordinatorInitializedIterator, error)
	WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorInitialized) (event.Subscription, error)
	ParseInitialized(log types.Log) (*ContractRewardsCoordinatorInitialized, error)

	FilterOperatorAVSSplitBipsSet(opts *bind.FilterOpts, caller []common.Address, operator []common.Address, avs []common.Address) (*ContractRewardsCoordinatorOperatorAVSSplitBipsSetIterator, error)
	WatchOperatorAVSSplitBipsSet(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorOperatorAVSSplitBipsSet, caller []common.Address, operator []common.Address, avs []common.Address) (event.Subscription, error)
	ParseOperatorAVSSplitBipsSet(log types.Log) (*ContractRewardsCoordinatorOperatorAVSSplitBipsSet, error)

	FilterOperatorDirectedAVSRewardsSubmissionCreated(opts *bind.FilterOpts, caller []common.Address, avs []common.Address, operatorDirectedRewardsSubmissionHash [][32]byte) (*ContractRewardsCoordinatorOperatorDirectedAVSRewardsSubmissionCreatedIterator, error)
	WatchOperatorDirectedAVSRewardsSubmissionCreated(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorOperatorDirectedAVSRewardsSubmissionCreated, caller []common.Address, avs []common.Address, operatorDirectedRewardsSubmissionHash [][32]byte) (event.Subscription, error)
	ParseOperatorDirectedAVSRewardsSubmissionCreated(log types.Log) (*ContractRewardsCoordinatorOperatorDirectedAVSRewardsSubmissionCreated, error)

	FilterOperatorDirectedOperatorSetRewardsSubmissionCreated(opts *bind.FilterOpts, caller []common.Address, operatorDirectedRewardsSubmissionHash [][32]byte) (*ContractRewardsCoordinatorOperatorDirectedOperatorSetRewardsSubmissionCreatedIterator, error)
	WatchOperatorDirectedOperatorSetRewardsSubmissionCreated(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorOperatorDirectedOperatorSetRewardsSubmissionCreated, caller []common.Address, operatorDirectedRewardsSubmissionHash [][32]byte) (event.Subscription, error)
	ParseOperatorDirectedOperatorSetRewardsSubmissionCreated(log types.Log) (*ContractRewardsCoordinatorOperatorDirectedOperatorSetRewardsSubmissionCreated, error)

	FilterOperatorPISplitBipsSet(opts *bind.FilterOpts, caller []common.Address, operator []common.Address) (*ContractRewardsCoordinatorOperatorPISplitBipsSetIterator, error)
	WatchOperatorPISplitBipsSet(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorOperatorPISplitBipsSet, caller []common.Address, operator []common.Address) (event.Subscription, error)
	ParseOperatorPISplitBipsSet(log types.Log) (*ContractRewardsCoordinatorOperatorPISplitBipsSet, error)

	FilterOperatorSetSplitBipsSet(opts *bind.FilterOpts, caller []common.Address, operator []common.Address) (*ContractRewardsCoordinatorOperatorSetSplitBipsSetIterator, error)
	WatchOperatorSetSplitBipsSet(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorOperatorSetSplitBipsSet, caller []common.Address, operator []common.Address) (event.Subscription, error)
	ParseOperatorSetSplitBipsSet(log types.Log) (*ContractRewardsCoordinatorOperatorSetSplitBipsSet, error)

	FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractRewardsCoordinatorOwnershipTransferredIterator, error)
	WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
	ParseOwnershipTransferred(log types.Log) (*ContractRewardsCoordinatorOwnershipTransferred, error)

	FilterPaused(opts *bind.FilterOpts, account []common.Address) (*ContractRewardsCoordinatorPausedIterator, error)
	WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorPaused, account []common.Address) (event.Subscription, error)
	ParsePaused(log types.Log) (*ContractRewardsCoordinatorPaused, error)

	FilterRewardsClaimed(opts *bind.FilterOpts, earner []common.Address, claimer []common.Address, recipient []common.Address) (*ContractRewardsCoordinatorRewardsClaimedIterator, error)
	WatchRewardsClaimed(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorRewardsClaimed, earner []common.Address, claimer []common.Address, recipient []common.Address) (event.Subscription, error)
	ParseRewardsClaimed(log types.Log) (*ContractRewardsCoordinatorRewardsClaimed, error)

	FilterRewardsForAllSubmitterSet(opts *bind.FilterOpts, rewardsForAllSubmitter []common.Address, oldValue []bool, newValue []bool) (*ContractRewardsCoordinatorRewardsForAllSubmitterSetIterator, error)
	WatchRewardsForAllSubmitterSet(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorRewardsForAllSubmitterSet, rewardsForAllSubmitter []common.Address, oldValue []bool, newValue []bool) (event.Subscription, error)
	ParseRewardsForAllSubmitterSet(log types.Log) (*ContractRewardsCoordinatorRewardsForAllSubmitterSet, error)

	FilterRewardsSubmissionForAllCreated(opts *bind.FilterOpts, submitter []common.Address, submissionNonce []*big.Int, rewardsSubmissionHash [][32]byte) (*ContractRewardsCoordinatorRewardsSubmissionForAllCreatedIterator, error)
	WatchRewardsSubmissionForAllCreated(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorRewardsSubmissionForAllCreated, submitter []common.Address, submissionNonce []*big.Int, rewardsSubmissionHash [][32]byte) (event.Subscription, error)
	ParseRewardsSubmissionForAllCreated(log types.Log) (*ContractRewardsCoordinatorRewardsSubmissionForAllCreated, error)

	FilterRewardsSubmissionForAllEarnersCreated(opts *bind.FilterOpts, tokenHopper []common.Address, submissionNonce []*big.Int, rewardsSubmissionHash [][32]byte) (*ContractRewardsCoordinatorRewardsSubmissionForAllEarnersCreatedIterator, error)
	WatchRewardsSubmissionForAllEarnersCreated(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorRewardsSubmissionForAllEarnersCreated, tokenHopper []common.Address, submissionNonce []*big.Int, rewardsSubmissionHash [][32]byte) (event.Subscription, error)
	ParseRewardsSubmissionForAllEarnersCreated(log types.Log) (*ContractRewardsCoordinatorRewardsSubmissionForAllEarnersCreated, error)

	FilterRewardsUpdaterSet(opts *bind.FilterOpts, oldRewardsUpdater []common.Address, newRewardsUpdater []common.Address) (*ContractRewardsCoordinatorRewardsUpdaterSetIterator, error)
	WatchRewardsUpdaterSet(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorRewardsUpdaterSet, oldRewardsUpdater []common.Address, newRewardsUpdater []common.Address) (event.Subscription, error)
	ParseRewardsUpdaterSet(log types.Log) (*ContractRewardsCoordinatorRewardsUpdaterSet, error)

	FilterUnpaused(opts *bind.FilterOpts, account []common.Address) (*ContractRewardsCoordinatorUnpausedIterator, error)
	WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorUnpaused, account []common.Address) (event.Subscription, error)
	ParseUnpaused(log types.Log) (*ContractRewardsCoordinatorUnpaused, error)
}
⋮----
// ContractRewardsCoordinator is an auto generated Go binding around an Ethereum contract.
type ContractRewardsCoordinator struct {
	ContractRewardsCoordinatorCaller     // Read-only binding to the contract
	ContractRewardsCoordinatorTransactor // Write-only binding to the contract
	ContractRewardsCoordinatorFilterer   // Log filterer for contract events
}
⋮----
ContractRewardsCoordinatorCaller     // Read-only binding to the contract
ContractRewardsCoordinatorTransactor // Write-only binding to the contract
ContractRewardsCoordinatorFilterer   // Log filterer for contract events
⋮----
// ContractRewardsCoordinator implements the ContractRewardsCoordinatorMethods interface.
var _ ContractRewardsCoordinatorMethods = (*ContractRewardsCoordinator)(nil)
⋮----
// ContractRewardsCoordinatorCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractRewardsCoordinatorCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractRewardsCoordinatorCaller implements the ContractRewardsCoordinatorCalls interface.
var _ ContractRewardsCoordinatorCalls = (*ContractRewardsCoordinatorCaller)(nil)
⋮----
// ContractRewardsCoordinatorTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractRewardsCoordinatorTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractRewardsCoordinatorTransactor implements the ContractRewardsCoordinatorTransacts interface.
var _ ContractRewardsCoordinatorTransacts = (*ContractRewardsCoordinatorTransactor)(nil)
⋮----
// ContractRewardsCoordinatorFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractRewardsCoordinatorFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractRewardsCoordinatorFilterer implements the ContractRewardsCoordinatorFilters interface.
var _ ContractRewardsCoordinatorFilters = (*ContractRewardsCoordinatorFilterer)(nil)
⋮----
// ContractRewardsCoordinatorSession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractRewardsCoordinatorSession struct {
	Contract     *ContractRewardsCoordinator // Generic contract binding to set the session for
	CallOpts     bind.CallOpts               // Call options to use throughout this session
	TransactOpts bind.TransactOpts           // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractRewardsCoordinator // Generic contract binding to set the session for
CallOpts     bind.CallOpts               // Call options to use throughout this session
TransactOpts bind.TransactOpts           // Transaction auth options to use throughout this session
⋮----
// ContractRewardsCoordinatorCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractRewardsCoordinatorCallerSession struct {
	Contract *ContractRewardsCoordinatorCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                     // Call options to use throughout this session
}
⋮----
Contract *ContractRewardsCoordinatorCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                     // Call options to use throughout this session
⋮----
// ContractRewardsCoordinatorTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractRewardsCoordinatorTransactorSession struct {
	Contract     *ContractRewardsCoordinatorTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                     // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractRewardsCoordinatorTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                     // Transaction auth options to use throughout this session
⋮----
// ContractRewardsCoordinatorRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractRewardsCoordinatorRaw struct {
	Contract *ContractRewardsCoordinator // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractRewardsCoordinator // Generic contract binding to access the raw methods on
⋮----
// ContractRewardsCoordinatorCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractRewardsCoordinatorCallerRaw struct {
	Contract *ContractRewardsCoordinatorCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractRewardsCoordinatorCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractRewardsCoordinatorTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractRewardsCoordinatorTransactorRaw struct {
	Contract *ContractRewardsCoordinatorTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractRewardsCoordinatorTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractRewardsCoordinator creates a new instance of ContractRewardsCoordinator, bound to a specific deployed contract.
func NewContractRewardsCoordinator(address common.Address, backend bind.ContractBackend) (*ContractRewardsCoordinator, error)
⋮----
// NewContractRewardsCoordinatorCaller creates a new read-only instance of ContractRewardsCoordinator, bound to a specific deployed contract.
func NewContractRewardsCoordinatorCaller(address common.Address, caller bind.ContractCaller) (*ContractRewardsCoordinatorCaller, error)
⋮----
// NewContractRewardsCoordinatorTransactor creates a new write-only instance of ContractRewardsCoordinator, bound to a specific deployed contract.
func NewContractRewardsCoordinatorTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractRewardsCoordinatorTransactor, error)
⋮----
// NewContractRewardsCoordinatorFilterer creates a new log filterer instance of ContractRewardsCoordinator, bound to a specific deployed contract.
func NewContractRewardsCoordinatorFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractRewardsCoordinatorFilterer, error)
⋮----
// bindContractRewardsCoordinator binds a generic wrapper to an already deployed contract.
func bindContractRewardsCoordinator(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// CALCULATIONINTERVALSECONDS is a free data retrieval call binding the contract method 0x9d45c281.
//
// Solidity: function CALCULATION_INTERVAL_SECONDS() view returns(uint32)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) CALCULATIONINTERVALSECONDS(opts *bind.CallOpts) (uint32, error)
⋮----
var out []interface{}
⋮----
// GENESISREWARDSTIMESTAMP is a free data retrieval call binding the contract method 0x131433b4.
⋮----
// Solidity: function GENESIS_REWARDS_TIMESTAMP() view returns(uint32)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) GENESISREWARDSTIMESTAMP(opts *bind.CallOpts) (uint32, error)
⋮----
// MAXFUTURELENGTH is a free data retrieval call binding the contract method 0x04a0c502.
⋮----
// Solidity: function MAX_FUTURE_LENGTH() view returns(uint32)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) MAXFUTURELENGTH(opts *bind.CallOpts) (uint32, error)
⋮----
// MAXRETROACTIVELENGTH is a free data retrieval call binding the contract method 0x37838ed0.
⋮----
// Solidity: function MAX_RETROACTIVE_LENGTH() view returns(uint32)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) MAXRETROACTIVELENGTH(opts *bind.CallOpts) (uint32, error)
⋮----
// MAXREWARDSDURATION is a free data retrieval call binding the contract method 0xbf21a8aa.
⋮----
// Solidity: function MAX_REWARDS_DURATION() view returns(uint32)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) MAXREWARDSDURATION(opts *bind.CallOpts) (uint32, error)
⋮----
// ActivationDelay is a free data retrieval call binding the contract method 0x3a8c0786.
⋮----
// Solidity: function activationDelay() view returns(uint32)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) ActivationDelay(opts *bind.CallOpts) (uint32, error)
⋮----
// AllocationManager is a free data retrieval call binding the contract method 0xca8aa7c7.
⋮----
// Solidity: function allocationManager() view returns(address)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) AllocationManager(opts *bind.CallOpts) (common.Address, error)
⋮----
// BeaconChainETHStrategy is a free data retrieval call binding the contract method 0x9104c319.
⋮----
// Solidity: function beaconChainETHStrategy() view returns(address)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) BeaconChainETHStrategy(opts *bind.CallOpts) (common.Address, error)
⋮----
// CalculateEarnerLeafHash is a free data retrieval call binding the contract method 0x149bc872.
⋮----
// Solidity: function calculateEarnerLeafHash((address,bytes32) leaf) pure returns(bytes32)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) CalculateEarnerLeafHash(opts *bind.CallOpts, leaf IRewardsCoordinatorTypesEarnerTreeMerkleLeaf) ([32]byte, error)
⋮----
// CalculateTokenLeafHash is a free data retrieval call binding the contract method 0xf8cd8448.
⋮----
// Solidity: function calculateTokenLeafHash((address,uint256) leaf) pure returns(bytes32)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) CalculateTokenLeafHash(opts *bind.CallOpts, leaf IRewardsCoordinatorTypesTokenTreeMerkleLeaf) ([32]byte, error)
⋮----
// CheckClaim is a free data retrieval call binding the contract method 0x5e9d8348.
⋮----
// Solidity: function checkClaim((uint32,uint32,bytes,(address,bytes32),uint32[],bytes[],(address,uint256)[]) claim) view returns(bool)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) CheckClaim(opts *bind.CallOpts, claim IRewardsCoordinatorTypesRewardsMerkleClaim) (bool, error)
⋮----
// ClaimerFor is a free data retrieval call binding the contract method 0x2b9f64a4.
⋮----
// Solidity: function claimerFor(address earner) view returns(address claimer)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) ClaimerFor(opts *bind.CallOpts, earner common.Address) (common.Address, error)
⋮----
// CumulativeClaimed is a free data retrieval call binding the contract method 0x865c6953.
⋮----
// Solidity: function cumulativeClaimed(address earner, address token) view returns(uint256 totalClaimed)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) CumulativeClaimed(opts *bind.CallOpts, earner common.Address, token common.Address) (*big.Int, error)
⋮----
// CurrRewardsCalculationEndTimestamp is a free data retrieval call binding the contract method 0x4d18cc35.
⋮----
// Solidity: function currRewardsCalculationEndTimestamp() view returns(uint32)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) CurrRewardsCalculationEndTimestamp(opts *bind.CallOpts) (uint32, error)
⋮----
// DefaultOperatorSplitBips is a free data retrieval call binding the contract method 0x63f6a798.
⋮----
// Solidity: function defaultOperatorSplitBips() view returns(uint16)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) DefaultOperatorSplitBips(opts *bind.CallOpts) (uint16, error)
⋮----
// DelegationManager is a free data retrieval call binding the contract method 0xea4d3c9b.
⋮----
// Solidity: function delegationManager() view returns(address)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) DelegationManager(opts *bind.CallOpts) (common.Address, error)
⋮----
// GetCurrentClaimableDistributionRoot is a free data retrieval call binding the contract method 0x0e9a53cf.
⋮----
// Solidity: function getCurrentClaimableDistributionRoot() view returns((bytes32,uint32,uint32,bool))
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) GetCurrentClaimableDistributionRoot(opts *bind.CallOpts) (IRewardsCoordinatorTypesDistributionRoot, error)
⋮----
// GetCurrentDistributionRoot is a free data retrieval call binding the contract method 0x9be3d4e4.
⋮----
// Solidity: function getCurrentDistributionRoot() view returns((bytes32,uint32,uint32,bool))
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) GetCurrentDistributionRoot(opts *bind.CallOpts) (IRewardsCoordinatorTypesDistributionRoot, error)
⋮----
// GetDistributionRootAtIndex is a free data retrieval call binding the contract method 0xde02e503.
⋮----
// Solidity: function getDistributionRootAtIndex(uint256 index) view returns((bytes32,uint32,uint32,bool))
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) GetDistributionRootAtIndex(opts *bind.CallOpts, index *big.Int) (IRewardsCoordinatorTypesDistributionRoot, error)
⋮----
// GetDistributionRootsLength is a free data retrieval call binding the contract method 0x7b8f8b05.
⋮----
// Solidity: function getDistributionRootsLength() view returns(uint256)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) GetDistributionRootsLength(opts *bind.CallOpts) (*big.Int, error)
⋮----
// GetOperatorAVSSplit is a free data retrieval call binding the contract method 0xe063f81f.
⋮----
// Solidity: function getOperatorAVSSplit(address operator, address avs) view returns(uint16)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) GetOperatorAVSSplit(opts *bind.CallOpts, operator common.Address, avs common.Address) (uint16, error)
⋮----
// GetOperatorPISplit is a free data retrieval call binding the contract method 0x4b943960.
⋮----
// Solidity: function getOperatorPISplit(address operator) view returns(uint16)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) GetOperatorPISplit(opts *bind.CallOpts, operator common.Address) (uint16, error)
⋮----
// GetOperatorSetSplit is a free data retrieval call binding the contract method 0x9de4b35f.
⋮----
// Solidity: function getOperatorSetSplit(address operator, (address,uint32) operatorSet) view returns(uint16)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) GetOperatorSetSplit(opts *bind.CallOpts, operator common.Address, operatorSet OperatorSet) (uint16, error)
⋮----
// GetRootIndexFromHash is a free data retrieval call binding the contract method 0xe810ce21.
⋮----
// Solidity: function getRootIndexFromHash(bytes32 rootHash) view returns(uint32)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) GetRootIndexFromHash(opts *bind.CallOpts, rootHash [32]byte) (uint32, error)
⋮----
// IsAVSRewardsSubmissionHash is a free data retrieval call binding the contract method 0x6d21117e.
⋮----
// Solidity: function isAVSRewardsSubmissionHash(address avs, bytes32 hash) view returns(bool valid)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) IsAVSRewardsSubmissionHash(opts *bind.CallOpts, avs common.Address, hash [32]byte) (bool, error)
⋮----
// IsOperatorDirectedAVSRewardsSubmissionHash is a free data retrieval call binding the contract method 0xed71e6a2.
⋮----
// Solidity: function isOperatorDirectedAVSRewardsSubmissionHash(address avs, bytes32 hash) view returns(bool valid)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) IsOperatorDirectedAVSRewardsSubmissionHash(opts *bind.CallOpts, avs common.Address, hash [32]byte) (bool, error)
⋮----
// IsOperatorDirectedOperatorSetRewardsSubmissionHash is a free data retrieval call binding the contract method 0xf2f07ab4.
⋮----
// Solidity: function isOperatorDirectedOperatorSetRewardsSubmissionHash(address avs, bytes32 hash) view returns(bool valid)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) IsOperatorDirectedOperatorSetRewardsSubmissionHash(opts *bind.CallOpts, avs common.Address, hash [32]byte) (bool, error)
⋮----
// IsRewardsForAllSubmitter is a free data retrieval call binding the contract method 0x0018572c.
⋮----
// Solidity: function isRewardsForAllSubmitter(address submitter) view returns(bool valid)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) IsRewardsForAllSubmitter(opts *bind.CallOpts, submitter common.Address) (bool, error)
⋮----
// IsRewardsSubmissionForAllEarnersHash is a free data retrieval call binding the contract method 0xaebd8bae.
⋮----
// Solidity: function isRewardsSubmissionForAllEarnersHash(address avs, bytes32 hash) view returns(bool valid)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) IsRewardsSubmissionForAllEarnersHash(opts *bind.CallOpts, avs common.Address, hash [32]byte) (bool, error)
⋮----
// IsRewardsSubmissionForAllHash is a free data retrieval call binding the contract method 0xc46db606.
⋮----
// Solidity: function isRewardsSubmissionForAllHash(address avs, bytes32 hash) view returns(bool valid)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) IsRewardsSubmissionForAllHash(opts *bind.CallOpts, avs common.Address, hash [32]byte) (bool, error)
⋮----
// Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
⋮----
// Solidity: function owner() view returns(address)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) Owner(opts *bind.CallOpts) (common.Address, error)
⋮----
// Paused is a free data retrieval call binding the contract method 0x5ac86ab7.
⋮----
// Solidity: function paused(uint8 index) view returns(bool)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) Paused(opts *bind.CallOpts, index uint8) (bool, error)
⋮----
// Paused0 is a free data retrieval call binding the contract method 0x5c975abb.
⋮----
// Solidity: function paused() view returns(uint256)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) Paused0(opts *bind.CallOpts) (*big.Int, error)
⋮----
// PauserRegistry is a free data retrieval call binding the contract method 0x886f1195.
⋮----
// Solidity: function pauserRegistry() view returns(address)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) PauserRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// PermissionController is a free data retrieval call binding the contract method 0x4657e26a.
⋮----
// Solidity: function permissionController() view returns(address)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) PermissionController(opts *bind.CallOpts) (common.Address, error)
⋮----
// RewardsUpdater is a free data retrieval call binding the contract method 0xfbf1e2c1.
⋮----
// Solidity: function rewardsUpdater() view returns(address)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) RewardsUpdater(opts *bind.CallOpts) (common.Address, error)
⋮----
// StrategyManager is a free data retrieval call binding the contract method 0x39b70e38.
⋮----
// Solidity: function strategyManager() view returns(address)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) StrategyManager(opts *bind.CallOpts) (common.Address, error)
⋮----
// SubmissionNonce is a free data retrieval call binding the contract method 0xbb7e451f.
⋮----
// Solidity: function submissionNonce(address avs) view returns(uint256 nonce)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) SubmissionNonce(opts *bind.CallOpts, avs common.Address) (*big.Int, error)
⋮----
// Version is a free data retrieval call binding the contract method 0x54fd4d50.
⋮----
// Solidity: function version() view returns(string)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorCaller) Version(opts *bind.CallOpts) (string, error)
⋮----
// CreateAVSRewardsSubmission is a paid mutator transaction binding the contract method 0xfce36c7d.
⋮----
// Solidity: function createAVSRewardsSubmission(((address,uint96)[],address,uint256,uint32,uint32)[] rewardsSubmissions) returns()
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorTransactor) CreateAVSRewardsSubmission(opts *bind.TransactOpts, rewardsSubmissions []IRewardsCoordinatorTypesRewardsSubmission) (*types.Transaction, error)
⋮----
// CreateOperatorDirectedAVSRewardsSubmission is a paid mutator transaction binding the contract method 0x9cb9a5fa.
⋮----
// Solidity: function createOperatorDirectedAVSRewardsSubmission(address avs, ((address,uint96)[],address,(address,uint256)[],uint32,uint32,string)[] operatorDirectedRewardsSubmissions) returns()
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorTransactor) CreateOperatorDirectedAVSRewardsSubmission(opts *bind.TransactOpts, avs common.Address, operatorDirectedRewardsSubmissions []IRewardsCoordinatorTypesOperatorDirectedRewardsSubmission) (*types.Transaction, error)
⋮----
// CreateOperatorDirectedOperatorSetRewardsSubmission is a paid mutator transaction binding the contract method 0x0ca29899.
⋮----
// Solidity: function createOperatorDirectedOperatorSetRewardsSubmission((address,uint32) operatorSet, ((address,uint96)[],address,(address,uint256)[],uint32,uint32,string)[] operatorDirectedRewardsSubmissions) returns()
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorTransactor) CreateOperatorDirectedOperatorSetRewardsSubmission(opts *bind.TransactOpts, operatorSet OperatorSet, operatorDirectedRewardsSubmissions []IRewardsCoordinatorTypesOperatorDirectedRewardsSubmission) (*types.Transaction, error)
⋮----
// CreateRewardsForAllEarners is a paid mutator transaction binding the contract method 0xff9f6cce.
⋮----
// Solidity: function createRewardsForAllEarners(((address,uint96)[],address,uint256,uint32,uint32)[] rewardsSubmissions) returns()
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorTransactor) CreateRewardsForAllEarners(opts *bind.TransactOpts, rewardsSubmissions []IRewardsCoordinatorTypesRewardsSubmission) (*types.Transaction, error)
⋮----
// CreateRewardsForAllSubmission is a paid mutator transaction binding the contract method 0x36af41fa.
⋮----
// Solidity: function createRewardsForAllSubmission(((address,uint96)[],address,uint256,uint32,uint32)[] rewardsSubmissions) returns()
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorTransactor) CreateRewardsForAllSubmission(opts *bind.TransactOpts, rewardsSubmissions []IRewardsCoordinatorTypesRewardsSubmission) (*types.Transaction, error)
⋮----
// DisableRoot is a paid mutator transaction binding the contract method 0xf96abf2e.
⋮----
// Solidity: function disableRoot(uint32 rootIndex) returns()
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorTransactor) DisableRoot(opts *bind.TransactOpts, rootIndex uint32) (*types.Transaction, error)
⋮----
// Initialize is a paid mutator transaction binding the contract method 0xf6efbb59.
⋮----
// Solidity: function initialize(address initialOwner, uint256 initialPausedStatus, address _rewardsUpdater, uint32 _activationDelay, uint16 _defaultSplitBips) returns()
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorTransactor) Initialize(opts *bind.TransactOpts, initialOwner common.Address, initialPausedStatus *big.Int, _rewardsUpdater common.Address, _activationDelay uint32, _defaultSplitBips uint16) (*types.Transaction, error)
⋮----
// Pause is a paid mutator transaction binding the contract method 0x136439dd.
⋮----
// Solidity: function pause(uint256 newPausedStatus) returns()
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorTransactor) Pause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// PauseAll is a paid mutator transaction binding the contract method 0x595c6a67.
⋮----
// Solidity: function pauseAll() returns()
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorTransactor) PauseAll(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// ProcessClaim is a paid mutator transaction binding the contract method 0x3ccc861d.
⋮----
// Solidity: function processClaim((uint32,uint32,bytes,(address,bytes32),uint32[],bytes[],(address,uint256)[]) claim, address recipient) returns()
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorTransactor) ProcessClaim(opts *bind.TransactOpts, claim IRewardsCoordinatorTypesRewardsMerkleClaim, recipient common.Address) (*types.Transaction, error)
⋮----
// ProcessClaims is a paid mutator transaction binding the contract method 0x4596021c.
⋮----
// Solidity: function processClaims((uint32,uint32,bytes,(address,bytes32),uint32[],bytes[],(address,uint256)[])[] claims, address recipient) returns()
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorTransactor) ProcessClaims(opts *bind.TransactOpts, claims []IRewardsCoordinatorTypesRewardsMerkleClaim, recipient common.Address) (*types.Transaction, error)
⋮----
// RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
⋮----
// Solidity: function renounceOwnership() returns()
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// SetActivationDelay is a paid mutator transaction binding the contract method 0x58baaa3e.
⋮----
// Solidity: function setActivationDelay(uint32 _activationDelay) returns()
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorTransactor) SetActivationDelay(opts *bind.TransactOpts, _activationDelay uint32) (*types.Transaction, error)
⋮----
// SetClaimerFor is a paid mutator transaction binding the contract method 0xa0169ddd.
⋮----
// Solidity: function setClaimerFor(address claimer) returns()
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorTransactor) SetClaimerFor(opts *bind.TransactOpts, claimer common.Address) (*types.Transaction, error)
⋮----
// SetClaimerFor0 is a paid mutator transaction binding the contract method 0xf22cef85.
⋮----
// Solidity: function setClaimerFor(address earner, address claimer) returns()
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorTransactor) SetClaimerFor0(opts *bind.TransactOpts, earner common.Address, claimer common.Address) (*types.Transaction, error)
⋮----
// SetDefaultOperatorSplit is a paid mutator transaction binding the contract method 0xa50a1d9c.
⋮----
// Solidity: function setDefaultOperatorSplit(uint16 split) returns()
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorTransactor) SetDefaultOperatorSplit(opts *bind.TransactOpts, split uint16) (*types.Transaction, error)
⋮----
// SetOperatorAVSSplit is a paid mutator transaction binding the contract method 0xdcbb03b3.
⋮----
// Solidity: function setOperatorAVSSplit(address operator, address avs, uint16 split) returns()
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorTransactor) SetOperatorAVSSplit(opts *bind.TransactOpts, operator common.Address, avs common.Address, split uint16) (*types.Transaction, error)
⋮----
// SetOperatorPISplit is a paid mutator transaction binding the contract method 0xb3dbb0e0.
⋮----
// Solidity: function setOperatorPISplit(address operator, uint16 split) returns()
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorTransactor) SetOperatorPISplit(opts *bind.TransactOpts, operator common.Address, split uint16) (*types.Transaction, error)
⋮----
// SetOperatorSetSplit is a paid mutator transaction binding the contract method 0xf74e8eac.
⋮----
// Solidity: function setOperatorSetSplit(address operator, (address,uint32) operatorSet, uint16 split) returns()
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorTransactor) SetOperatorSetSplit(opts *bind.TransactOpts, operator common.Address, operatorSet OperatorSet, split uint16) (*types.Transaction, error)
⋮----
// SetRewardsForAllSubmitter is a paid mutator transaction binding the contract method 0x0eb38345.
⋮----
// Solidity: function setRewardsForAllSubmitter(address _submitter, bool _newValue) returns()
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorTransactor) SetRewardsForAllSubmitter(opts *bind.TransactOpts, _submitter common.Address, _newValue bool) (*types.Transaction, error)
⋮----
// SetRewardsUpdater is a paid mutator transaction binding the contract method 0x863cb9a9.
⋮----
// Solidity: function setRewardsUpdater(address _rewardsUpdater) returns()
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorTransactor) SetRewardsUpdater(opts *bind.TransactOpts, _rewardsUpdater common.Address) (*types.Transaction, error)
⋮----
// SubmitRoot is a paid mutator transaction binding the contract method 0x3efe1db6.
⋮----
// Solidity: function submitRoot(bytes32 root, uint32 rewardsCalculationEndTimestamp) returns()
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorTransactor) SubmitRoot(opts *bind.TransactOpts, root [32]byte, rewardsCalculationEndTimestamp uint32) (*types.Transaction, error)
⋮----
// TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
⋮----
// Solidity: function transferOwnership(address newOwner) returns()
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
⋮----
// Unpause is a paid mutator transaction binding the contract method 0xfabc1cbc.
⋮----
// Solidity: function unpause(uint256 newPausedStatus) returns()
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorTransactor) Unpause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// ContractRewardsCoordinatorAVSRewardsSubmissionCreatedIterator is returned from FilterAVSRewardsSubmissionCreated and is used to iterate over the raw logs and unpacked data for AVSRewardsSubmissionCreated events raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorAVSRewardsSubmissionCreatedIterator struct {
	Event *ContractRewardsCoordinatorAVSRewardsSubmissionCreated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRewardsCoordinatorAVSRewardsSubmissionCreated // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractRewardsCoordinatorAVSRewardsSubmissionCreatedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractRewardsCoordinatorAVSRewardsSubmissionCreatedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractRewardsCoordinatorAVSRewardsSubmissionCreatedIterator) Close() error
⋮----
// ContractRewardsCoordinatorAVSRewardsSubmissionCreated represents a AVSRewardsSubmissionCreated event raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorAVSRewardsSubmissionCreated struct {
	Avs                   common.Address
	SubmissionNonce       *big.Int
	RewardsSubmissionHash [32]byte
	RewardsSubmission     IRewardsCoordinatorTypesRewardsSubmission
	Raw                   types.Log // Blockchain specific contextual infos
}
⋮----
Raw                   types.Log // Blockchain specific contextual infos
⋮----
// FilterAVSRewardsSubmissionCreated is a free log retrieval operation binding the contract event 0x450a367a380c4e339e5ae7340c8464ef27af7781ad9945cfe8abd828f89e6281.
⋮----
// Solidity: event AVSRewardsSubmissionCreated(address indexed avs, uint256 indexed submissionNonce, bytes32 indexed rewardsSubmissionHash, ((address,uint96)[],address,uint256,uint32,uint32) rewardsSubmission)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) FilterAVSRewardsSubmissionCreated(opts *bind.FilterOpts, avs []common.Address, submissionNonce []*big.Int, rewardsSubmissionHash [][32]byte) (*ContractRewardsCoordinatorAVSRewardsSubmissionCreatedIterator, error)
⋮----
var avsRule []interface{}
⋮----
var submissionNonceRule []interface{}
⋮----
var rewardsSubmissionHashRule []interface{}
⋮----
// WatchAVSRewardsSubmissionCreated is a free log subscription operation binding the contract event 0x450a367a380c4e339e5ae7340c8464ef27af7781ad9945cfe8abd828f89e6281.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) WatchAVSRewardsSubmissionCreated(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorAVSRewardsSubmissionCreated, avs []common.Address, submissionNonce []*big.Int, rewardsSubmissionHash [][32]byte) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseAVSRewardsSubmissionCreated is a log parse operation binding the contract event 0x450a367a380c4e339e5ae7340c8464ef27af7781ad9945cfe8abd828f89e6281.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) ParseAVSRewardsSubmissionCreated(log types.Log) (*ContractRewardsCoordinatorAVSRewardsSubmissionCreated, error)
⋮----
// ContractRewardsCoordinatorActivationDelaySetIterator is returned from FilterActivationDelaySet and is used to iterate over the raw logs and unpacked data for ActivationDelaySet events raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorActivationDelaySetIterator struct {
	Event *ContractRewardsCoordinatorActivationDelaySet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRewardsCoordinatorActivationDelaySet // Event containing the contract specifics and raw log
⋮----
// ContractRewardsCoordinatorActivationDelaySet represents a ActivationDelaySet event raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorActivationDelaySet struct {
	OldActivationDelay uint32
	NewActivationDelay uint32
	Raw                types.Log // Blockchain specific contextual infos
}
⋮----
Raw                types.Log // Blockchain specific contextual infos
⋮----
// FilterActivationDelaySet is a free log retrieval operation binding the contract event 0xaf557c6c02c208794817a705609cfa935f827312a1adfdd26494b6b95dd2b4b3.
⋮----
// Solidity: event ActivationDelaySet(uint32 oldActivationDelay, uint32 newActivationDelay)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) FilterActivationDelaySet(opts *bind.FilterOpts) (*ContractRewardsCoordinatorActivationDelaySetIterator, error)
⋮----
// WatchActivationDelaySet is a free log subscription operation binding the contract event 0xaf557c6c02c208794817a705609cfa935f827312a1adfdd26494b6b95dd2b4b3.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) WatchActivationDelaySet(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorActivationDelaySet) (event.Subscription, error)
⋮----
// ParseActivationDelaySet is a log parse operation binding the contract event 0xaf557c6c02c208794817a705609cfa935f827312a1adfdd26494b6b95dd2b4b3.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) ParseActivationDelaySet(log types.Log) (*ContractRewardsCoordinatorActivationDelaySet, error)
⋮----
// ContractRewardsCoordinatorClaimerForSetIterator is returned from FilterClaimerForSet and is used to iterate over the raw logs and unpacked data for ClaimerForSet events raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorClaimerForSetIterator struct {
	Event *ContractRewardsCoordinatorClaimerForSet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRewardsCoordinatorClaimerForSet // Event containing the contract specifics and raw log
⋮----
// ContractRewardsCoordinatorClaimerForSet represents a ClaimerForSet event raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorClaimerForSet struct {
	Earner     common.Address
	OldClaimer common.Address
	Claimer    common.Address
	Raw        types.Log // Blockchain specific contextual infos
}
⋮----
Raw        types.Log // Blockchain specific contextual infos
⋮----
// FilterClaimerForSet is a free log retrieval operation binding the contract event 0xbab947934d42e0ad206f25c9cab18b5bb6ae144acfb00f40b4e3aa59590ca312.
⋮----
// Solidity: event ClaimerForSet(address indexed earner, address indexed oldClaimer, address indexed claimer)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) FilterClaimerForSet(opts *bind.FilterOpts, earner []common.Address, oldClaimer []common.Address, claimer []common.Address) (*ContractRewardsCoordinatorClaimerForSetIterator, error)
⋮----
var earnerRule []interface{}
⋮----
var oldClaimerRule []interface{}
⋮----
var claimerRule []interface{}
⋮----
// WatchClaimerForSet is a free log subscription operation binding the contract event 0xbab947934d42e0ad206f25c9cab18b5bb6ae144acfb00f40b4e3aa59590ca312.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) WatchClaimerForSet(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorClaimerForSet, earner []common.Address, oldClaimer []common.Address, claimer []common.Address) (event.Subscription, error)
⋮----
// ParseClaimerForSet is a log parse operation binding the contract event 0xbab947934d42e0ad206f25c9cab18b5bb6ae144acfb00f40b4e3aa59590ca312.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) ParseClaimerForSet(log types.Log) (*ContractRewardsCoordinatorClaimerForSet, error)
⋮----
// ContractRewardsCoordinatorDefaultOperatorSplitBipsSetIterator is returned from FilterDefaultOperatorSplitBipsSet and is used to iterate over the raw logs and unpacked data for DefaultOperatorSplitBipsSet events raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorDefaultOperatorSplitBipsSetIterator struct {
	Event *ContractRewardsCoordinatorDefaultOperatorSplitBipsSet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRewardsCoordinatorDefaultOperatorSplitBipsSet // Event containing the contract specifics and raw log
⋮----
// ContractRewardsCoordinatorDefaultOperatorSplitBipsSet represents a DefaultOperatorSplitBipsSet event raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorDefaultOperatorSplitBipsSet struct {
	OldDefaultOperatorSplitBips uint16
	NewDefaultOperatorSplitBips uint16
	Raw                         types.Log // Blockchain specific contextual infos
}
⋮----
Raw                         types.Log // Blockchain specific contextual infos
⋮----
// FilterDefaultOperatorSplitBipsSet is a free log retrieval operation binding the contract event 0xe6cd4edfdcc1f6d130ab35f73d72378f3a642944fb4ee5bd84b7807a81ea1c4e.
⋮----
// Solidity: event DefaultOperatorSplitBipsSet(uint16 oldDefaultOperatorSplitBips, uint16 newDefaultOperatorSplitBips)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) FilterDefaultOperatorSplitBipsSet(opts *bind.FilterOpts) (*ContractRewardsCoordinatorDefaultOperatorSplitBipsSetIterator, error)
⋮----
// WatchDefaultOperatorSplitBipsSet is a free log subscription operation binding the contract event 0xe6cd4edfdcc1f6d130ab35f73d72378f3a642944fb4ee5bd84b7807a81ea1c4e.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) WatchDefaultOperatorSplitBipsSet(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorDefaultOperatorSplitBipsSet) (event.Subscription, error)
⋮----
// ParseDefaultOperatorSplitBipsSet is a log parse operation binding the contract event 0xe6cd4edfdcc1f6d130ab35f73d72378f3a642944fb4ee5bd84b7807a81ea1c4e.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) ParseDefaultOperatorSplitBipsSet(log types.Log) (*ContractRewardsCoordinatorDefaultOperatorSplitBipsSet, error)
⋮----
// ContractRewardsCoordinatorDistributionRootDisabledIterator is returned from FilterDistributionRootDisabled and is used to iterate over the raw logs and unpacked data for DistributionRootDisabled events raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorDistributionRootDisabledIterator struct {
	Event *ContractRewardsCoordinatorDistributionRootDisabled // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRewardsCoordinatorDistributionRootDisabled // Event containing the contract specifics and raw log
⋮----
// ContractRewardsCoordinatorDistributionRootDisabled represents a DistributionRootDisabled event raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorDistributionRootDisabled struct {
	RootIndex uint32
	Raw       types.Log // Blockchain specific contextual infos
}
⋮----
Raw       types.Log // Blockchain specific contextual infos
⋮----
// FilterDistributionRootDisabled is a free log retrieval operation binding the contract event 0xd850e6e5dfa497b72661fa73df2923464eaed9dc2ff1d3cb82bccbfeabe5c41e.
⋮----
// Solidity: event DistributionRootDisabled(uint32 indexed rootIndex)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) FilterDistributionRootDisabled(opts *bind.FilterOpts, rootIndex []uint32) (*ContractRewardsCoordinatorDistributionRootDisabledIterator, error)
⋮----
var rootIndexRule []interface{}
⋮----
// WatchDistributionRootDisabled is a free log subscription operation binding the contract event 0xd850e6e5dfa497b72661fa73df2923464eaed9dc2ff1d3cb82bccbfeabe5c41e.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) WatchDistributionRootDisabled(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorDistributionRootDisabled, rootIndex []uint32) (event.Subscription, error)
⋮----
// ParseDistributionRootDisabled is a log parse operation binding the contract event 0xd850e6e5dfa497b72661fa73df2923464eaed9dc2ff1d3cb82bccbfeabe5c41e.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) ParseDistributionRootDisabled(log types.Log) (*ContractRewardsCoordinatorDistributionRootDisabled, error)
⋮----
// ContractRewardsCoordinatorDistributionRootSubmittedIterator is returned from FilterDistributionRootSubmitted and is used to iterate over the raw logs and unpacked data for DistributionRootSubmitted events raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorDistributionRootSubmittedIterator struct {
	Event *ContractRewardsCoordinatorDistributionRootSubmitted // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRewardsCoordinatorDistributionRootSubmitted // Event containing the contract specifics and raw log
⋮----
// ContractRewardsCoordinatorDistributionRootSubmitted represents a DistributionRootSubmitted event raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorDistributionRootSubmitted struct {
	RootIndex                      uint32
	Root                           [32]byte
	RewardsCalculationEndTimestamp uint32
	ActivatedAt                    uint32
	Raw                            types.Log // Blockchain specific contextual infos
}
⋮----
Raw                            types.Log // Blockchain specific contextual infos
⋮----
// FilterDistributionRootSubmitted is a free log retrieval operation binding the contract event 0xecd866c3c158fa00bf34d803d5f6023000b57080bcb48af004c2b4b46b3afd08.
⋮----
// Solidity: event DistributionRootSubmitted(uint32 indexed rootIndex, bytes32 indexed root, uint32 indexed rewardsCalculationEndTimestamp, uint32 activatedAt)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) FilterDistributionRootSubmitted(opts *bind.FilterOpts, rootIndex []uint32, root [][32]byte, rewardsCalculationEndTimestamp []uint32) (*ContractRewardsCoordinatorDistributionRootSubmittedIterator, error)
⋮----
var rootRule []interface{}
⋮----
var rewardsCalculationEndTimestampRule []interface{}
⋮----
// WatchDistributionRootSubmitted is a free log subscription operation binding the contract event 0xecd866c3c158fa00bf34d803d5f6023000b57080bcb48af004c2b4b46b3afd08.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) WatchDistributionRootSubmitted(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorDistributionRootSubmitted, rootIndex []uint32, root [][32]byte, rewardsCalculationEndTimestamp []uint32) (event.Subscription, error)
⋮----
// ParseDistributionRootSubmitted is a log parse operation binding the contract event 0xecd866c3c158fa00bf34d803d5f6023000b57080bcb48af004c2b4b46b3afd08.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) ParseDistributionRootSubmitted(log types.Log) (*ContractRewardsCoordinatorDistributionRootSubmitted, error)
⋮----
// ContractRewardsCoordinatorInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorInitializedIterator struct {
	Event *ContractRewardsCoordinatorInitialized // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRewardsCoordinatorInitialized // Event containing the contract specifics and raw log
⋮----
// ContractRewardsCoordinatorInitialized represents a Initialized event raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorInitialized struct {
	Version uint8
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
// Solidity: event Initialized(uint8 version)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) FilterInitialized(opts *bind.FilterOpts) (*ContractRewardsCoordinatorInitializedIterator, error)
⋮----
// WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorInitialized) (event.Subscription, error)
⋮----
// ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) ParseInitialized(log types.Log) (*ContractRewardsCoordinatorInitialized, error)
⋮----
// ContractRewardsCoordinatorOperatorAVSSplitBipsSetIterator is returned from FilterOperatorAVSSplitBipsSet and is used to iterate over the raw logs and unpacked data for OperatorAVSSplitBipsSet events raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorOperatorAVSSplitBipsSetIterator struct {
	Event *ContractRewardsCoordinatorOperatorAVSSplitBipsSet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRewardsCoordinatorOperatorAVSSplitBipsSet // Event containing the contract specifics and raw log
⋮----
// ContractRewardsCoordinatorOperatorAVSSplitBipsSet represents a OperatorAVSSplitBipsSet event raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorOperatorAVSSplitBipsSet struct {
	Caller                  common.Address
	Operator                common.Address
	Avs                     common.Address
	ActivatedAt             uint32
	OldOperatorAVSSplitBips uint16
	NewOperatorAVSSplitBips uint16
	Raw                     types.Log // Blockchain specific contextual infos
}
⋮----
Raw                     types.Log // Blockchain specific contextual infos
⋮----
// FilterOperatorAVSSplitBipsSet is a free log retrieval operation binding the contract event 0x48e198b6ae357e529204ee53a8e514c470ff77d9cc8e4f7207f8b5d490ae6934.
⋮----
// Solidity: event OperatorAVSSplitBipsSet(address indexed caller, address indexed operator, address indexed avs, uint32 activatedAt, uint16 oldOperatorAVSSplitBips, uint16 newOperatorAVSSplitBips)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) FilterOperatorAVSSplitBipsSet(opts *bind.FilterOpts, caller []common.Address, operator []common.Address, avs []common.Address) (*ContractRewardsCoordinatorOperatorAVSSplitBipsSetIterator, error)
⋮----
var callerRule []interface{}
⋮----
var operatorRule []interface{}
⋮----
// WatchOperatorAVSSplitBipsSet is a free log subscription operation binding the contract event 0x48e198b6ae357e529204ee53a8e514c470ff77d9cc8e4f7207f8b5d490ae6934.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) WatchOperatorAVSSplitBipsSet(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorOperatorAVSSplitBipsSet, caller []common.Address, operator []common.Address, avs []common.Address) (event.Subscription, error)
⋮----
// ParseOperatorAVSSplitBipsSet is a log parse operation binding the contract event 0x48e198b6ae357e529204ee53a8e514c470ff77d9cc8e4f7207f8b5d490ae6934.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) ParseOperatorAVSSplitBipsSet(log types.Log) (*ContractRewardsCoordinatorOperatorAVSSplitBipsSet, error)
⋮----
// ContractRewardsCoordinatorOperatorDirectedAVSRewardsSubmissionCreatedIterator is returned from FilterOperatorDirectedAVSRewardsSubmissionCreated and is used to iterate over the raw logs and unpacked data for OperatorDirectedAVSRewardsSubmissionCreated events raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorOperatorDirectedAVSRewardsSubmissionCreatedIterator struct {
	Event *ContractRewardsCoordinatorOperatorDirectedAVSRewardsSubmissionCreated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRewardsCoordinatorOperatorDirectedAVSRewardsSubmissionCreated // Event containing the contract specifics and raw log
⋮----
// ContractRewardsCoordinatorOperatorDirectedAVSRewardsSubmissionCreated represents a OperatorDirectedAVSRewardsSubmissionCreated event raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorOperatorDirectedAVSRewardsSubmissionCreated struct {
	Caller                                common.Address
	Avs                                   common.Address
	OperatorDirectedRewardsSubmissionHash [32]byte
	SubmissionNonce                       *big.Int
	OperatorDirectedRewardsSubmission     IRewardsCoordinatorTypesOperatorDirectedRewardsSubmission
	Raw                                   types.Log // Blockchain specific contextual infos
}
⋮----
Raw                                   types.Log // Blockchain specific contextual infos
⋮----
// FilterOperatorDirectedAVSRewardsSubmissionCreated is a free log retrieval operation binding the contract event 0xfc8888bffd711da60bc5092b33f677d81896fe80ecc677b84cfab8184462b6e0.
⋮----
// Solidity: event OperatorDirectedAVSRewardsSubmissionCreated(address indexed caller, address indexed avs, bytes32 indexed operatorDirectedRewardsSubmissionHash, uint256 submissionNonce, ((address,uint96)[],address,(address,uint256)[],uint32,uint32,string) operatorDirectedRewardsSubmission)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) FilterOperatorDirectedAVSRewardsSubmissionCreated(opts *bind.FilterOpts, caller []common.Address, avs []common.Address, operatorDirectedRewardsSubmissionHash [][32]byte) (*ContractRewardsCoordinatorOperatorDirectedAVSRewardsSubmissionCreatedIterator, error)
⋮----
var operatorDirectedRewardsSubmissionHashRule []interface{}
⋮----
// WatchOperatorDirectedAVSRewardsSubmissionCreated is a free log subscription operation binding the contract event 0xfc8888bffd711da60bc5092b33f677d81896fe80ecc677b84cfab8184462b6e0.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) WatchOperatorDirectedAVSRewardsSubmissionCreated(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorOperatorDirectedAVSRewardsSubmissionCreated, caller []common.Address, avs []common.Address, operatorDirectedRewardsSubmissionHash [][32]byte) (event.Subscription, error)
⋮----
// ParseOperatorDirectedAVSRewardsSubmissionCreated is a log parse operation binding the contract event 0xfc8888bffd711da60bc5092b33f677d81896fe80ecc677b84cfab8184462b6e0.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) ParseOperatorDirectedAVSRewardsSubmissionCreated(log types.Log) (*ContractRewardsCoordinatorOperatorDirectedAVSRewardsSubmissionCreated, error)
⋮----
// ContractRewardsCoordinatorOperatorDirectedOperatorSetRewardsSubmissionCreatedIterator is returned from FilterOperatorDirectedOperatorSetRewardsSubmissionCreated and is used to iterate over the raw logs and unpacked data for OperatorDirectedOperatorSetRewardsSubmissionCreated events raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorOperatorDirectedOperatorSetRewardsSubmissionCreatedIterator struct {
	Event *ContractRewardsCoordinatorOperatorDirectedOperatorSetRewardsSubmissionCreated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRewardsCoordinatorOperatorDirectedOperatorSetRewardsSubmissionCreated // Event containing the contract specifics and raw log
⋮----
// ContractRewardsCoordinatorOperatorDirectedOperatorSetRewardsSubmissionCreated represents a OperatorDirectedOperatorSetRewardsSubmissionCreated event raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorOperatorDirectedOperatorSetRewardsSubmissionCreated struct {
	Caller                                common.Address
	OperatorDirectedRewardsSubmissionHash [32]byte
	OperatorSet                           OperatorSet
	SubmissionNonce                       *big.Int
	OperatorDirectedRewardsSubmission     IRewardsCoordinatorTypesOperatorDirectedRewardsSubmission
	Raw                                   types.Log // Blockchain specific contextual infos
}
⋮----
// FilterOperatorDirectedOperatorSetRewardsSubmissionCreated is a free log retrieval operation binding the contract event 0xfff0759ccb371dfb5691798724e70b4fa61cb3bfe730a33ac19fb86a48efc756.
⋮----
// Solidity: event OperatorDirectedOperatorSetRewardsSubmissionCreated(address indexed caller, bytes32 indexed operatorDirectedRewardsSubmissionHash, (address,uint32) operatorSet, uint256 submissionNonce, ((address,uint96)[],address,(address,uint256)[],uint32,uint32,string) operatorDirectedRewardsSubmission)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) FilterOperatorDirectedOperatorSetRewardsSubmissionCreated(opts *bind.FilterOpts, caller []common.Address, operatorDirectedRewardsSubmissionHash [][32]byte) (*ContractRewardsCoordinatorOperatorDirectedOperatorSetRewardsSubmissionCreatedIterator, error)
⋮----
// WatchOperatorDirectedOperatorSetRewardsSubmissionCreated is a free log subscription operation binding the contract event 0xfff0759ccb371dfb5691798724e70b4fa61cb3bfe730a33ac19fb86a48efc756.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) WatchOperatorDirectedOperatorSetRewardsSubmissionCreated(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorOperatorDirectedOperatorSetRewardsSubmissionCreated, caller []common.Address, operatorDirectedRewardsSubmissionHash [][32]byte) (event.Subscription, error)
⋮----
// ParseOperatorDirectedOperatorSetRewardsSubmissionCreated is a log parse operation binding the contract event 0xfff0759ccb371dfb5691798724e70b4fa61cb3bfe730a33ac19fb86a48efc756.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) ParseOperatorDirectedOperatorSetRewardsSubmissionCreated(log types.Log) (*ContractRewardsCoordinatorOperatorDirectedOperatorSetRewardsSubmissionCreated, error)
⋮----
// ContractRewardsCoordinatorOperatorPISplitBipsSetIterator is returned from FilterOperatorPISplitBipsSet and is used to iterate over the raw logs and unpacked data for OperatorPISplitBipsSet events raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorOperatorPISplitBipsSetIterator struct {
	Event *ContractRewardsCoordinatorOperatorPISplitBipsSet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRewardsCoordinatorOperatorPISplitBipsSet // Event containing the contract specifics and raw log
⋮----
// ContractRewardsCoordinatorOperatorPISplitBipsSet represents a OperatorPISplitBipsSet event raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorOperatorPISplitBipsSet struct {
	Caller                 common.Address
	Operator               common.Address
	ActivatedAt            uint32
	OldOperatorPISplitBips uint16
	NewOperatorPISplitBips uint16
	Raw                    types.Log // Blockchain specific contextual infos
}
⋮----
Raw                    types.Log // Blockchain specific contextual infos
⋮----
// FilterOperatorPISplitBipsSet is a free log retrieval operation binding the contract event 0xd1e028bd664486a46ad26040e999cd2d22e1e9a094ee6afe19fcf64678f16f74.
⋮----
// Solidity: event OperatorPISplitBipsSet(address indexed caller, address indexed operator, uint32 activatedAt, uint16 oldOperatorPISplitBips, uint16 newOperatorPISplitBips)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) FilterOperatorPISplitBipsSet(opts *bind.FilterOpts, caller []common.Address, operator []common.Address) (*ContractRewardsCoordinatorOperatorPISplitBipsSetIterator, error)
⋮----
// WatchOperatorPISplitBipsSet is a free log subscription operation binding the contract event 0xd1e028bd664486a46ad26040e999cd2d22e1e9a094ee6afe19fcf64678f16f74.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) WatchOperatorPISplitBipsSet(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorOperatorPISplitBipsSet, caller []common.Address, operator []common.Address) (event.Subscription, error)
⋮----
// ParseOperatorPISplitBipsSet is a log parse operation binding the contract event 0xd1e028bd664486a46ad26040e999cd2d22e1e9a094ee6afe19fcf64678f16f74.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) ParseOperatorPISplitBipsSet(log types.Log) (*ContractRewardsCoordinatorOperatorPISplitBipsSet, error)
⋮----
// ContractRewardsCoordinatorOperatorSetSplitBipsSetIterator is returned from FilterOperatorSetSplitBipsSet and is used to iterate over the raw logs and unpacked data for OperatorSetSplitBipsSet events raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorOperatorSetSplitBipsSetIterator struct {
	Event *ContractRewardsCoordinatorOperatorSetSplitBipsSet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRewardsCoordinatorOperatorSetSplitBipsSet // Event containing the contract specifics and raw log
⋮----
// ContractRewardsCoordinatorOperatorSetSplitBipsSet represents a OperatorSetSplitBipsSet event raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorOperatorSetSplitBipsSet struct {
	Caller                  common.Address
	Operator                common.Address
	OperatorSet             OperatorSet
	ActivatedAt             uint32
	OldOperatorSetSplitBips uint16
	NewOperatorSetSplitBips uint16
	Raw                     types.Log // Blockchain specific contextual infos
}
⋮----
// FilterOperatorSetSplitBipsSet is a free log retrieval operation binding the contract event 0x14918b3834ab6752eb2e1b489b6663a67810efb5f56f3944a97ede8ecf1fd9f1.
⋮----
// Solidity: event OperatorSetSplitBipsSet(address indexed caller, address indexed operator, (address,uint32) operatorSet, uint32 activatedAt, uint16 oldOperatorSetSplitBips, uint16 newOperatorSetSplitBips)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) FilterOperatorSetSplitBipsSet(opts *bind.FilterOpts, caller []common.Address, operator []common.Address) (*ContractRewardsCoordinatorOperatorSetSplitBipsSetIterator, error)
⋮----
// WatchOperatorSetSplitBipsSet is a free log subscription operation binding the contract event 0x14918b3834ab6752eb2e1b489b6663a67810efb5f56f3944a97ede8ecf1fd9f1.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) WatchOperatorSetSplitBipsSet(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorOperatorSetSplitBipsSet, caller []common.Address, operator []common.Address) (event.Subscription, error)
⋮----
// ParseOperatorSetSplitBipsSet is a log parse operation binding the contract event 0x14918b3834ab6752eb2e1b489b6663a67810efb5f56f3944a97ede8ecf1fd9f1.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) ParseOperatorSetSplitBipsSet(log types.Log) (*ContractRewardsCoordinatorOperatorSetSplitBipsSet, error)
⋮----
// ContractRewardsCoordinatorOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorOwnershipTransferredIterator struct {
	Event *ContractRewardsCoordinatorOwnershipTransferred // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRewardsCoordinatorOwnershipTransferred // Event containing the contract specifics and raw log
⋮----
// ContractRewardsCoordinatorOwnershipTransferred represents a OwnershipTransferred event raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}
⋮----
Raw           types.Log // Blockchain specific contextual infos
⋮----
// FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
// Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractRewardsCoordinatorOwnershipTransferredIterator, error)
⋮----
var previousOwnerRule []interface{}
⋮----
var newOwnerRule []interface{}
⋮----
// WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
⋮----
// ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) ParseOwnershipTransferred(log types.Log) (*ContractRewardsCoordinatorOwnershipTransferred, error)
⋮----
// ContractRewardsCoordinatorPausedIterator is returned from FilterPaused and is used to iterate over the raw logs and unpacked data for Paused events raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorPausedIterator struct {
	Event *ContractRewardsCoordinatorPaused // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRewardsCoordinatorPaused // Event containing the contract specifics and raw log
⋮----
// ContractRewardsCoordinatorPaused represents a Paused event raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorPaused struct {
	Account         common.Address
	NewPausedStatus *big.Int
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
Raw             types.Log // Blockchain specific contextual infos
⋮----
// FilterPaused is a free log retrieval operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
// Solidity: event Paused(address indexed account, uint256 newPausedStatus)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) FilterPaused(opts *bind.FilterOpts, account []common.Address) (*ContractRewardsCoordinatorPausedIterator, error)
⋮----
var accountRule []interface{}
⋮----
// WatchPaused is a free log subscription operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorPaused, account []common.Address) (event.Subscription, error)
⋮----
// ParsePaused is a log parse operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) ParsePaused(log types.Log) (*ContractRewardsCoordinatorPaused, error)
⋮----
// ContractRewardsCoordinatorRewardsClaimedIterator is returned from FilterRewardsClaimed and is used to iterate over the raw logs and unpacked data for RewardsClaimed events raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorRewardsClaimedIterator struct {
	Event *ContractRewardsCoordinatorRewardsClaimed // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRewardsCoordinatorRewardsClaimed // Event containing the contract specifics and raw log
⋮----
// ContractRewardsCoordinatorRewardsClaimed represents a RewardsClaimed event raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorRewardsClaimed struct {
	Root          [32]byte
	Earner        common.Address
	Claimer       common.Address
	Recipient     common.Address
	Token         common.Address
	ClaimedAmount *big.Int
	Raw           types.Log // Blockchain specific contextual infos
}
⋮----
// FilterRewardsClaimed is a free log retrieval operation binding the contract event 0x9543dbd55580842586a951f0386e24d68a5df99ae29e3b216588b45fd684ce31.
⋮----
// Solidity: event RewardsClaimed(bytes32 root, address indexed earner, address indexed claimer, address indexed recipient, address token, uint256 claimedAmount)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) FilterRewardsClaimed(opts *bind.FilterOpts, earner []common.Address, claimer []common.Address, recipient []common.Address) (*ContractRewardsCoordinatorRewardsClaimedIterator, error)
⋮----
var recipientRule []interface{}
⋮----
// WatchRewardsClaimed is a free log subscription operation binding the contract event 0x9543dbd55580842586a951f0386e24d68a5df99ae29e3b216588b45fd684ce31.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) WatchRewardsClaimed(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorRewardsClaimed, earner []common.Address, claimer []common.Address, recipient []common.Address) (event.Subscription, error)
⋮----
// ParseRewardsClaimed is a log parse operation binding the contract event 0x9543dbd55580842586a951f0386e24d68a5df99ae29e3b216588b45fd684ce31.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) ParseRewardsClaimed(log types.Log) (*ContractRewardsCoordinatorRewardsClaimed, error)
⋮----
// ContractRewardsCoordinatorRewardsForAllSubmitterSetIterator is returned from FilterRewardsForAllSubmitterSet and is used to iterate over the raw logs and unpacked data for RewardsForAllSubmitterSet events raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorRewardsForAllSubmitterSetIterator struct {
	Event *ContractRewardsCoordinatorRewardsForAllSubmitterSet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRewardsCoordinatorRewardsForAllSubmitterSet // Event containing the contract specifics and raw log
⋮----
// ContractRewardsCoordinatorRewardsForAllSubmitterSet represents a RewardsForAllSubmitterSet event raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorRewardsForAllSubmitterSet struct {
	RewardsForAllSubmitter common.Address
	OldValue               bool
	NewValue               bool
	Raw                    types.Log // Blockchain specific contextual infos
}
⋮----
// FilterRewardsForAllSubmitterSet is a free log retrieval operation binding the contract event 0x4de6293e668df1398422e1def12118052c1539a03cbfedc145895d48d7685f1c.
⋮----
// Solidity: event RewardsForAllSubmitterSet(address indexed rewardsForAllSubmitter, bool indexed oldValue, bool indexed newValue)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) FilterRewardsForAllSubmitterSet(opts *bind.FilterOpts, rewardsForAllSubmitter []common.Address, oldValue []bool, newValue []bool) (*ContractRewardsCoordinatorRewardsForAllSubmitterSetIterator, error)
⋮----
var rewardsForAllSubmitterRule []interface{}
⋮----
var oldValueRule []interface{}
⋮----
var newValueRule []interface{}
⋮----
// WatchRewardsForAllSubmitterSet is a free log subscription operation binding the contract event 0x4de6293e668df1398422e1def12118052c1539a03cbfedc145895d48d7685f1c.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) WatchRewardsForAllSubmitterSet(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorRewardsForAllSubmitterSet, rewardsForAllSubmitter []common.Address, oldValue []bool, newValue []bool) (event.Subscription, error)
⋮----
// ParseRewardsForAllSubmitterSet is a log parse operation binding the contract event 0x4de6293e668df1398422e1def12118052c1539a03cbfedc145895d48d7685f1c.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) ParseRewardsForAllSubmitterSet(log types.Log) (*ContractRewardsCoordinatorRewardsForAllSubmitterSet, error)
⋮----
// ContractRewardsCoordinatorRewardsSubmissionForAllCreatedIterator is returned from FilterRewardsSubmissionForAllCreated and is used to iterate over the raw logs and unpacked data for RewardsSubmissionForAllCreated events raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorRewardsSubmissionForAllCreatedIterator struct {
	Event *ContractRewardsCoordinatorRewardsSubmissionForAllCreated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRewardsCoordinatorRewardsSubmissionForAllCreated // Event containing the contract specifics and raw log
⋮----
// ContractRewardsCoordinatorRewardsSubmissionForAllCreated represents a RewardsSubmissionForAllCreated event raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorRewardsSubmissionForAllCreated struct {
	Submitter             common.Address
	SubmissionNonce       *big.Int
	RewardsSubmissionHash [32]byte
	RewardsSubmission     IRewardsCoordinatorTypesRewardsSubmission
	Raw                   types.Log // Blockchain specific contextual infos
}
⋮----
// FilterRewardsSubmissionForAllCreated is a free log retrieval operation binding the contract event 0x51088b8c89628df3a8174002c2a034d0152fce6af8415d651b2a4734bf270482.
⋮----
// Solidity: event RewardsSubmissionForAllCreated(address indexed submitter, uint256 indexed submissionNonce, bytes32 indexed rewardsSubmissionHash, ((address,uint96)[],address,uint256,uint32,uint32) rewardsSubmission)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) FilterRewardsSubmissionForAllCreated(opts *bind.FilterOpts, submitter []common.Address, submissionNonce []*big.Int, rewardsSubmissionHash [][32]byte) (*ContractRewardsCoordinatorRewardsSubmissionForAllCreatedIterator, error)
⋮----
var submitterRule []interface{}
⋮----
// WatchRewardsSubmissionForAllCreated is a free log subscription operation binding the contract event 0x51088b8c89628df3a8174002c2a034d0152fce6af8415d651b2a4734bf270482.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) WatchRewardsSubmissionForAllCreated(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorRewardsSubmissionForAllCreated, submitter []common.Address, submissionNonce []*big.Int, rewardsSubmissionHash [][32]byte) (event.Subscription, error)
⋮----
// ParseRewardsSubmissionForAllCreated is a log parse operation binding the contract event 0x51088b8c89628df3a8174002c2a034d0152fce6af8415d651b2a4734bf270482.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) ParseRewardsSubmissionForAllCreated(log types.Log) (*ContractRewardsCoordinatorRewardsSubmissionForAllCreated, error)
⋮----
// ContractRewardsCoordinatorRewardsSubmissionForAllEarnersCreatedIterator is returned from FilterRewardsSubmissionForAllEarnersCreated and is used to iterate over the raw logs and unpacked data for RewardsSubmissionForAllEarnersCreated events raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorRewardsSubmissionForAllEarnersCreatedIterator struct {
	Event *ContractRewardsCoordinatorRewardsSubmissionForAllEarnersCreated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRewardsCoordinatorRewardsSubmissionForAllEarnersCreated // Event containing the contract specifics and raw log
⋮----
// ContractRewardsCoordinatorRewardsSubmissionForAllEarnersCreated represents a RewardsSubmissionForAllEarnersCreated event raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorRewardsSubmissionForAllEarnersCreated struct {
	TokenHopper           common.Address
	SubmissionNonce       *big.Int
	RewardsSubmissionHash [32]byte
	RewardsSubmission     IRewardsCoordinatorTypesRewardsSubmission
	Raw                   types.Log // Blockchain specific contextual infos
}
⋮----
// FilterRewardsSubmissionForAllEarnersCreated is a free log retrieval operation binding the contract event 0x5251b6fdefcb5d81144e735f69ea4c695fd43b0289ca53dc075033f5fc80068b.
⋮----
// Solidity: event RewardsSubmissionForAllEarnersCreated(address indexed tokenHopper, uint256 indexed submissionNonce, bytes32 indexed rewardsSubmissionHash, ((address,uint96)[],address,uint256,uint32,uint32) rewardsSubmission)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) FilterRewardsSubmissionForAllEarnersCreated(opts *bind.FilterOpts, tokenHopper []common.Address, submissionNonce []*big.Int, rewardsSubmissionHash [][32]byte) (*ContractRewardsCoordinatorRewardsSubmissionForAllEarnersCreatedIterator, error)
⋮----
var tokenHopperRule []interface{}
⋮----
// WatchRewardsSubmissionForAllEarnersCreated is a free log subscription operation binding the contract event 0x5251b6fdefcb5d81144e735f69ea4c695fd43b0289ca53dc075033f5fc80068b.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) WatchRewardsSubmissionForAllEarnersCreated(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorRewardsSubmissionForAllEarnersCreated, tokenHopper []common.Address, submissionNonce []*big.Int, rewardsSubmissionHash [][32]byte) (event.Subscription, error)
⋮----
// ParseRewardsSubmissionForAllEarnersCreated is a log parse operation binding the contract event 0x5251b6fdefcb5d81144e735f69ea4c695fd43b0289ca53dc075033f5fc80068b.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) ParseRewardsSubmissionForAllEarnersCreated(log types.Log) (*ContractRewardsCoordinatorRewardsSubmissionForAllEarnersCreated, error)
⋮----
// ContractRewardsCoordinatorRewardsUpdaterSetIterator is returned from FilterRewardsUpdaterSet and is used to iterate over the raw logs and unpacked data for RewardsUpdaterSet events raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorRewardsUpdaterSetIterator struct {
	Event *ContractRewardsCoordinatorRewardsUpdaterSet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRewardsCoordinatorRewardsUpdaterSet // Event containing the contract specifics and raw log
⋮----
// ContractRewardsCoordinatorRewardsUpdaterSet represents a RewardsUpdaterSet event raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorRewardsUpdaterSet struct {
	OldRewardsUpdater common.Address
	NewRewardsUpdater common.Address
	Raw               types.Log // Blockchain specific contextual infos
}
⋮----
Raw               types.Log // Blockchain specific contextual infos
⋮----
// FilterRewardsUpdaterSet is a free log retrieval operation binding the contract event 0x237b82f438d75fc568ebab484b75b01d9287b9e98b490b7c23221623b6705dbb.
⋮----
// Solidity: event RewardsUpdaterSet(address indexed oldRewardsUpdater, address indexed newRewardsUpdater)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) FilterRewardsUpdaterSet(opts *bind.FilterOpts, oldRewardsUpdater []common.Address, newRewardsUpdater []common.Address) (*ContractRewardsCoordinatorRewardsUpdaterSetIterator, error)
⋮----
var oldRewardsUpdaterRule []interface{}
⋮----
var newRewardsUpdaterRule []interface{}
⋮----
// WatchRewardsUpdaterSet is a free log subscription operation binding the contract event 0x237b82f438d75fc568ebab484b75b01d9287b9e98b490b7c23221623b6705dbb.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) WatchRewardsUpdaterSet(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorRewardsUpdaterSet, oldRewardsUpdater []common.Address, newRewardsUpdater []common.Address) (event.Subscription, error)
⋮----
// ParseRewardsUpdaterSet is a log parse operation binding the contract event 0x237b82f438d75fc568ebab484b75b01d9287b9e98b490b7c23221623b6705dbb.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) ParseRewardsUpdaterSet(log types.Log) (*ContractRewardsCoordinatorRewardsUpdaterSet, error)
⋮----
// ContractRewardsCoordinatorUnpausedIterator is returned from FilterUnpaused and is used to iterate over the raw logs and unpacked data for Unpaused events raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorUnpausedIterator struct {
	Event *ContractRewardsCoordinatorUnpaused // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRewardsCoordinatorUnpaused // Event containing the contract specifics and raw log
⋮----
// ContractRewardsCoordinatorUnpaused represents a Unpaused event raised by the ContractRewardsCoordinator contract.
type ContractRewardsCoordinatorUnpaused struct {
	Account         common.Address
	NewPausedStatus *big.Int
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
// FilterUnpaused is a free log retrieval operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
// Solidity: event Unpaused(address indexed account, uint256 newPausedStatus)
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) FilterUnpaused(opts *bind.FilterOpts, account []common.Address) (*ContractRewardsCoordinatorUnpausedIterator, error)
⋮----
// WatchUnpaused is a free log subscription operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractRewardsCoordinatorUnpaused, account []common.Address) (event.Subscription, error)
⋮----
// ParseUnpaused is a log parse operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
func (_ContractRewardsCoordinator *ContractRewardsCoordinatorFilterer) ParseUnpaused(log types.Log) (*ContractRewardsCoordinatorUnpaused, error)
````

## File: contracts/bindings/ServiceManagerBase/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractServiceManagerBase
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// IRewardsCoordinatorTypesOperatorDirectedRewardsSubmission is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorTypesOperatorDirectedRewardsSubmission struct {
	StrategiesAndMultipliers []IRewardsCoordinatorTypesStrategyAndMultiplier
	Token                    common.Address
	OperatorRewards          []IRewardsCoordinatorTypesOperatorReward
	StartTimestamp           uint32
	Duration                 uint32
	Description              string
}
⋮----
// IRewardsCoordinatorTypesOperatorReward is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorTypesOperatorReward struct {
	Operator common.Address
	Amount   *big.Int
}
⋮----
// IRewardsCoordinatorTypesRewardsSubmission is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorTypesRewardsSubmission struct {
	StrategiesAndMultipliers []IRewardsCoordinatorTypesStrategyAndMultiplier
	Token                    common.Address
	Amount                   *big.Int
	StartTimestamp           uint32
	Duration                 uint32
}
⋮----
// IRewardsCoordinatorTypesStrategyAndMultiplier is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorTypesStrategyAndMultiplier struct {
	Strategy   common.Address
	Multiplier *big.Int
}
⋮----
// ISignatureUtilsMixinTypesSignatureWithSaltAndExpiry is an auto generated low-level Go binding around an user-defined struct.
type ISignatureUtilsMixinTypesSignatureWithSaltAndExpiry struct {
	Signature []byte
	Salt      [32]byte
	Expiry    *big.Int
}
⋮----
// ContractServiceManagerBaseMetaData contains all meta data concerning the ContractServiceManagerBase contract.
var ContractServiceManagerBaseMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"function\",\"name\":\"addPendingAdmin\",\"inputs\":[{\"name\":\"admin\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"avsDirectory\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"createAVSRewardsSubmission\",\"inputs\":[{\"name\":\"rewardsSubmissions\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.RewardsSubmission[]\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"createOperatorDirectedAVSRewardsSubmission\",\"inputs\":[{\"name\":\"operatorDirectedRewardsSubmissions\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.OperatorDirectedRewardsSubmission[]\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"operatorRewards\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinatorTypes.OperatorReward[]\",\"components\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"description\",\"type\":\"string\",\"internalType\":\"string\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"deregisterOperatorFromAVS\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"deregisterOperatorFromOperatorSets\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorSetIds\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"getOperatorRestakedStrategies\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address[]\",\"internalType\":\"address[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getRestakeableStrategies\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address[]\",\"internalType\":\"address[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"owner\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"registerOperatorToAVS\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorSignature\",\"type\":\"tuple\",\"internalType\":\"structISignatureUtilsMixinTypes.SignatureWithSaltAndExpiry\",\"components\":[{\"name\":\"signature\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"removeAdmin\",\"inputs\":[{\"name\":\"admin\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"removeAppointee\",\"inputs\":[{\"name\":\"appointee\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"target\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"selector\",\"type\":\"bytes4\",\"internalType\":\"bytes4\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"removePendingAdmin\",\"inputs\":[{\"name\":\"pendingAdmin\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"renounceOwnership\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"rewardsInitiator\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"setAppointee\",\"inputs\":[{\"name\":\"appointee\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"target\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"selector\",\"type\":\"bytes4\",\"internalType\":\"bytes4\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setClaimerFor\",\"inputs\":[{\"name\":\"claimer\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setRewardsInitiator\",\"inputs\":[{\"name\":\"newRewardsInitiator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"transferOwnership\",\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"updateAVSMetadataURI\",\"inputs\":[{\"name\":\"_metadataURI\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OwnershipTransferred\",\"inputs\":[{\"name\":\"previousOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"RewardsInitiatorUpdated\",\"inputs\":[{\"name\":\"prevRewardsInitiator\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"newRewardsInitiator\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"error\",\"name\":\"DelayPeriodNotPassed\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyRegistryCoordinator\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyRewardsInitiator\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyStakeRegistry\",\"inputs\":[]}]",
}
⋮----
// ContractServiceManagerBaseABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractServiceManagerBaseMetaData.ABI instead.
var ContractServiceManagerBaseABI = ContractServiceManagerBaseMetaData.ABI
⋮----
// ContractServiceManagerBaseMethods is an auto generated interface around an Ethereum contract.
type ContractServiceManagerBaseMethods interface {
	ContractServiceManagerBaseCalls
	ContractServiceManagerBaseTransacts
	ContractServiceManagerBaseFilters
}
⋮----
// ContractServiceManagerBaseCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractServiceManagerBaseCalls interface {
	AvsDirectory(opts *bind.CallOpts) (common.Address, error)

	GetOperatorRestakedStrategies(opts *bind.CallOpts, operator common.Address) ([]common.Address, error)

	GetRestakeableStrategies(opts *bind.CallOpts) ([]common.Address, error)

	Owner(opts *bind.CallOpts) (common.Address, error)

	RewardsInitiator(opts *bind.CallOpts) (common.Address, error)
}
⋮----
// ContractServiceManagerBaseTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractServiceManagerBaseTransacts interface {
	AddPendingAdmin(opts *bind.TransactOpts, admin common.Address) (*types.Transaction, error)

	CreateAVSRewardsSubmission(opts *bind.TransactOpts, rewardsSubmissions []IRewardsCoordinatorTypesRewardsSubmission) (*types.Transaction, error)

	CreateOperatorDirectedAVSRewardsSubmission(opts *bind.TransactOpts, operatorDirectedRewardsSubmissions []IRewardsCoordinatorTypesOperatorDirectedRewardsSubmission) (*types.Transaction, error)

	DeregisterOperatorFromAVS(opts *bind.TransactOpts, operator common.Address) (*types.Transaction, error)

	DeregisterOperatorFromOperatorSets(opts *bind.TransactOpts, operator common.Address, operatorSetIds []uint32) (*types.Transaction, error)

	RegisterOperatorToAVS(opts *bind.TransactOpts, operator common.Address, operatorSignature ISignatureUtilsMixinTypesSignatureWithSaltAndExpiry) (*types.Transaction, error)

	RemoveAdmin(opts *bind.TransactOpts, admin common.Address) (*types.Transaction, error)

	RemoveAppointee(opts *bind.TransactOpts, appointee common.Address, target common.Address, selector [4]byte) (*types.Transaction, error)

	RemovePendingAdmin(opts *bind.TransactOpts, pendingAdmin common.Address) (*types.Transaction, error)

	RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

	SetAppointee(opts *bind.TransactOpts, appointee common.Address, target common.Address, selector [4]byte) (*types.Transaction, error)

	SetClaimerFor(opts *bind.TransactOpts, claimer common.Address) (*types.Transaction, error)

	SetRewardsInitiator(opts *bind.TransactOpts, newRewardsInitiator common.Address) (*types.Transaction, error)

	TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)

	UpdateAVSMetadataURI(opts *bind.TransactOpts, _metadataURI string) (*types.Transaction, error)
}
⋮----
// ContractServiceManagerBaseFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractServiceManagerBaseFilters interface {
	FilterInitialized(opts *bind.FilterOpts) (*ContractServiceManagerBaseInitializedIterator, error)
	WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractServiceManagerBaseInitialized) (event.Subscription, error)
	ParseInitialized(log types.Log) (*ContractServiceManagerBaseInitialized, error)

	FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractServiceManagerBaseOwnershipTransferredIterator, error)
	WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractServiceManagerBaseOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
	ParseOwnershipTransferred(log types.Log) (*ContractServiceManagerBaseOwnershipTransferred, error)

	FilterRewardsInitiatorUpdated(opts *bind.FilterOpts) (*ContractServiceManagerBaseRewardsInitiatorUpdatedIterator, error)
	WatchRewardsInitiatorUpdated(opts *bind.WatchOpts, sink chan<- *ContractServiceManagerBaseRewardsInitiatorUpdated) (event.Subscription, error)
	ParseRewardsInitiatorUpdated(log types.Log) (*ContractServiceManagerBaseRewardsInitiatorUpdated, error)
}
⋮----
// ContractServiceManagerBase is an auto generated Go binding around an Ethereum contract.
type ContractServiceManagerBase struct {
	ContractServiceManagerBaseCaller     // Read-only binding to the contract
	ContractServiceManagerBaseTransactor // Write-only binding to the contract
	ContractServiceManagerBaseFilterer   // Log filterer for contract events
}
⋮----
ContractServiceManagerBaseCaller     // Read-only binding to the contract
ContractServiceManagerBaseTransactor // Write-only binding to the contract
ContractServiceManagerBaseFilterer   // Log filterer for contract events
⋮----
// ContractServiceManagerBase implements the ContractServiceManagerBaseMethods interface.
var _ ContractServiceManagerBaseMethods = (*ContractServiceManagerBase)(nil)
⋮----
// ContractServiceManagerBaseCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractServiceManagerBaseCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractServiceManagerBaseCaller implements the ContractServiceManagerBaseCalls interface.
var _ ContractServiceManagerBaseCalls = (*ContractServiceManagerBaseCaller)(nil)
⋮----
// ContractServiceManagerBaseTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractServiceManagerBaseTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractServiceManagerBaseTransactor implements the ContractServiceManagerBaseTransacts interface.
var _ ContractServiceManagerBaseTransacts = (*ContractServiceManagerBaseTransactor)(nil)
⋮----
// ContractServiceManagerBaseFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractServiceManagerBaseFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractServiceManagerBaseFilterer implements the ContractServiceManagerBaseFilters interface.
var _ ContractServiceManagerBaseFilters = (*ContractServiceManagerBaseFilterer)(nil)
⋮----
// ContractServiceManagerBaseSession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractServiceManagerBaseSession struct {
	Contract     *ContractServiceManagerBase // Generic contract binding to set the session for
	CallOpts     bind.CallOpts               // Call options to use throughout this session
	TransactOpts bind.TransactOpts           // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractServiceManagerBase // Generic contract binding to set the session for
CallOpts     bind.CallOpts               // Call options to use throughout this session
TransactOpts bind.TransactOpts           // Transaction auth options to use throughout this session
⋮----
// ContractServiceManagerBaseCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractServiceManagerBaseCallerSession struct {
	Contract *ContractServiceManagerBaseCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                     // Call options to use throughout this session
}
⋮----
Contract *ContractServiceManagerBaseCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                     // Call options to use throughout this session
⋮----
// ContractServiceManagerBaseTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractServiceManagerBaseTransactorSession struct {
	Contract     *ContractServiceManagerBaseTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                     // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractServiceManagerBaseTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                     // Transaction auth options to use throughout this session
⋮----
// ContractServiceManagerBaseRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractServiceManagerBaseRaw struct {
	Contract *ContractServiceManagerBase // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractServiceManagerBase // Generic contract binding to access the raw methods on
⋮----
// ContractServiceManagerBaseCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractServiceManagerBaseCallerRaw struct {
	Contract *ContractServiceManagerBaseCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractServiceManagerBaseCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractServiceManagerBaseTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractServiceManagerBaseTransactorRaw struct {
	Contract *ContractServiceManagerBaseTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractServiceManagerBaseTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractServiceManagerBase creates a new instance of ContractServiceManagerBase, bound to a specific deployed contract.
func NewContractServiceManagerBase(address common.Address, backend bind.ContractBackend) (*ContractServiceManagerBase, error)
⋮----
// NewContractServiceManagerBaseCaller creates a new read-only instance of ContractServiceManagerBase, bound to a specific deployed contract.
func NewContractServiceManagerBaseCaller(address common.Address, caller bind.ContractCaller) (*ContractServiceManagerBaseCaller, error)
⋮----
// NewContractServiceManagerBaseTransactor creates a new write-only instance of ContractServiceManagerBase, bound to a specific deployed contract.
func NewContractServiceManagerBaseTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractServiceManagerBaseTransactor, error)
⋮----
// NewContractServiceManagerBaseFilterer creates a new log filterer instance of ContractServiceManagerBase, bound to a specific deployed contract.
func NewContractServiceManagerBaseFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractServiceManagerBaseFilterer, error)
⋮----
// bindContractServiceManagerBase binds a generic wrapper to an already deployed contract.
func bindContractServiceManagerBase(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractServiceManagerBase *ContractServiceManagerBaseRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractServiceManagerBase *ContractServiceManagerBaseRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractServiceManagerBase *ContractServiceManagerBaseRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// AvsDirectory is a free data retrieval call binding the contract method 0x6b3aa72e.
//
// Solidity: function avsDirectory() view returns(address)
func (_ContractServiceManagerBase *ContractServiceManagerBaseCaller) AvsDirectory(opts *bind.CallOpts) (common.Address, error)
⋮----
var out []interface{}
⋮----
// GetOperatorRestakedStrategies is a free data retrieval call binding the contract method 0x33cfb7b7.
⋮----
// Solidity: function getOperatorRestakedStrategies(address operator) view returns(address[])
func (_ContractServiceManagerBase *ContractServiceManagerBaseCaller) GetOperatorRestakedStrategies(opts *bind.CallOpts, operator common.Address) ([]common.Address, error)
⋮----
// GetRestakeableStrategies is a free data retrieval call binding the contract method 0xe481af9d.
⋮----
// Solidity: function getRestakeableStrategies() view returns(address[])
func (_ContractServiceManagerBase *ContractServiceManagerBaseCaller) GetRestakeableStrategies(opts *bind.CallOpts) ([]common.Address, error)
⋮----
// Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
⋮----
// Solidity: function owner() view returns(address)
func (_ContractServiceManagerBase *ContractServiceManagerBaseCaller) Owner(opts *bind.CallOpts) (common.Address, error)
⋮----
// RewardsInitiator is a free data retrieval call binding the contract method 0xfc299dee.
⋮----
// Solidity: function rewardsInitiator() view returns(address)
func (_ContractServiceManagerBase *ContractServiceManagerBaseCaller) RewardsInitiator(opts *bind.CallOpts) (common.Address, error)
⋮----
// AddPendingAdmin is a paid mutator transaction binding the contract method 0x279432eb.
⋮----
// Solidity: function addPendingAdmin(address admin) returns()
func (_ContractServiceManagerBase *ContractServiceManagerBaseTransactor) AddPendingAdmin(opts *bind.TransactOpts, admin common.Address) (*types.Transaction, error)
⋮----
// CreateAVSRewardsSubmission is a paid mutator transaction binding the contract method 0xfce36c7d.
⋮----
// Solidity: function createAVSRewardsSubmission(((address,uint96)[],address,uint256,uint32,uint32)[] rewardsSubmissions) returns()
func (_ContractServiceManagerBase *ContractServiceManagerBaseTransactor) CreateAVSRewardsSubmission(opts *bind.TransactOpts, rewardsSubmissions []IRewardsCoordinatorTypesRewardsSubmission) (*types.Transaction, error)
⋮----
// CreateOperatorDirectedAVSRewardsSubmission is a paid mutator transaction binding the contract method 0xa20b99bf.
⋮----
// Solidity: function createOperatorDirectedAVSRewardsSubmission(((address,uint96)[],address,(address,uint256)[],uint32,uint32,string)[] operatorDirectedRewardsSubmissions) returns()
func (_ContractServiceManagerBase *ContractServiceManagerBaseTransactor) CreateOperatorDirectedAVSRewardsSubmission(opts *bind.TransactOpts, operatorDirectedRewardsSubmissions []IRewardsCoordinatorTypesOperatorDirectedRewardsSubmission) (*types.Transaction, error)
⋮----
// DeregisterOperatorFromAVS is a paid mutator transaction binding the contract method 0xa364f4da.
⋮----
// Solidity: function deregisterOperatorFromAVS(address operator) returns()
func (_ContractServiceManagerBase *ContractServiceManagerBaseTransactor) DeregisterOperatorFromAVS(opts *bind.TransactOpts, operator common.Address) (*types.Transaction, error)
⋮----
// DeregisterOperatorFromOperatorSets is a paid mutator transaction binding the contract method 0xc1a8e2c5.
⋮----
// Solidity: function deregisterOperatorFromOperatorSets(address operator, uint32[] operatorSetIds) returns()
func (_ContractServiceManagerBase *ContractServiceManagerBaseTransactor) DeregisterOperatorFromOperatorSets(opts *bind.TransactOpts, operator common.Address, operatorSetIds []uint32) (*types.Transaction, error)
⋮----
// RegisterOperatorToAVS is a paid mutator transaction binding the contract method 0x9926ee7d.
⋮----
// Solidity: function registerOperatorToAVS(address operator, (bytes,bytes32,uint256) operatorSignature) returns()
func (_ContractServiceManagerBase *ContractServiceManagerBaseTransactor) RegisterOperatorToAVS(opts *bind.TransactOpts, operator common.Address, operatorSignature ISignatureUtilsMixinTypesSignatureWithSaltAndExpiry) (*types.Transaction, error)
⋮----
// RemoveAdmin is a paid mutator transaction binding the contract method 0x1785f53c.
⋮----
// Solidity: function removeAdmin(address admin) returns()
func (_ContractServiceManagerBase *ContractServiceManagerBaseTransactor) RemoveAdmin(opts *bind.TransactOpts, admin common.Address) (*types.Transaction, error)
⋮----
// RemoveAppointee is a paid mutator transaction binding the contract method 0xba550880.
⋮----
// Solidity: function removeAppointee(address appointee, address target, bytes4 selector) returns()
func (_ContractServiceManagerBase *ContractServiceManagerBaseTransactor) RemoveAppointee(opts *bind.TransactOpts, appointee common.Address, target common.Address, selector [4]byte) (*types.Transaction, error)
⋮----
// RemovePendingAdmin is a paid mutator transaction binding the contract method 0x9da16d8e.
⋮----
// Solidity: function removePendingAdmin(address pendingAdmin) returns()
func (_ContractServiceManagerBase *ContractServiceManagerBaseTransactor) RemovePendingAdmin(opts *bind.TransactOpts, pendingAdmin common.Address) (*types.Transaction, error)
⋮----
// RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
⋮----
// Solidity: function renounceOwnership() returns()
func (_ContractServiceManagerBase *ContractServiceManagerBaseTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// SetAppointee is a paid mutator transaction binding the contract method 0x1fdb0cfd.
⋮----
// Solidity: function setAppointee(address appointee, address target, bytes4 selector) returns()
func (_ContractServiceManagerBase *ContractServiceManagerBaseTransactor) SetAppointee(opts *bind.TransactOpts, appointee common.Address, target common.Address, selector [4]byte) (*types.Transaction, error)
⋮----
// SetClaimerFor is a paid mutator transaction binding the contract method 0xa0169ddd.
⋮----
// Solidity: function setClaimerFor(address claimer) returns()
func (_ContractServiceManagerBase *ContractServiceManagerBaseTransactor) SetClaimerFor(opts *bind.TransactOpts, claimer common.Address) (*types.Transaction, error)
⋮----
// SetRewardsInitiator is a paid mutator transaction binding the contract method 0x3bc28c8c.
⋮----
// Solidity: function setRewardsInitiator(address newRewardsInitiator) returns()
func (_ContractServiceManagerBase *ContractServiceManagerBaseTransactor) SetRewardsInitiator(opts *bind.TransactOpts, newRewardsInitiator common.Address) (*types.Transaction, error)
⋮----
// TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
⋮----
// Solidity: function transferOwnership(address newOwner) returns()
func (_ContractServiceManagerBase *ContractServiceManagerBaseTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
⋮----
// UpdateAVSMetadataURI is a paid mutator transaction binding the contract method 0xa98fb355.
⋮----
// Solidity: function updateAVSMetadataURI(string _metadataURI) returns()
func (_ContractServiceManagerBase *ContractServiceManagerBaseTransactor) UpdateAVSMetadataURI(opts *bind.TransactOpts, _metadataURI string) (*types.Transaction, error)
⋮----
// ContractServiceManagerBaseInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the ContractServiceManagerBase contract.
type ContractServiceManagerBaseInitializedIterator struct {
	Event *ContractServiceManagerBaseInitialized // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractServiceManagerBaseInitialized // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractServiceManagerBaseInitializedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractServiceManagerBaseInitializedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractServiceManagerBaseInitializedIterator) Close() error
⋮----
// ContractServiceManagerBaseInitialized represents a Initialized event raised by the ContractServiceManagerBase contract.
type ContractServiceManagerBaseInitialized struct {
	Version uint8
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
// Solidity: event Initialized(uint8 version)
func (_ContractServiceManagerBase *ContractServiceManagerBaseFilterer) FilterInitialized(opts *bind.FilterOpts) (*ContractServiceManagerBaseInitializedIterator, error)
⋮----
// WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractServiceManagerBase *ContractServiceManagerBaseFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractServiceManagerBaseInitialized) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractServiceManagerBase *ContractServiceManagerBaseFilterer) ParseInitialized(log types.Log) (*ContractServiceManagerBaseInitialized, error)
⋮----
// ContractServiceManagerBaseOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the ContractServiceManagerBase contract.
type ContractServiceManagerBaseOwnershipTransferredIterator struct {
	Event *ContractServiceManagerBaseOwnershipTransferred // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractServiceManagerBaseOwnershipTransferred // Event containing the contract specifics and raw log
⋮----
// ContractServiceManagerBaseOwnershipTransferred represents a OwnershipTransferred event raised by the ContractServiceManagerBase contract.
type ContractServiceManagerBaseOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}
⋮----
Raw           types.Log // Blockchain specific contextual infos
⋮----
// FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
// Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (_ContractServiceManagerBase *ContractServiceManagerBaseFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractServiceManagerBaseOwnershipTransferredIterator, error)
⋮----
var previousOwnerRule []interface{}
⋮----
var newOwnerRule []interface{}
⋮----
// WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractServiceManagerBase *ContractServiceManagerBaseFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractServiceManagerBaseOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
⋮----
// ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractServiceManagerBase *ContractServiceManagerBaseFilterer) ParseOwnershipTransferred(log types.Log) (*ContractServiceManagerBaseOwnershipTransferred, error)
⋮----
// ContractServiceManagerBaseRewardsInitiatorUpdatedIterator is returned from FilterRewardsInitiatorUpdated and is used to iterate over the raw logs and unpacked data for RewardsInitiatorUpdated events raised by the ContractServiceManagerBase contract.
type ContractServiceManagerBaseRewardsInitiatorUpdatedIterator struct {
	Event *ContractServiceManagerBaseRewardsInitiatorUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractServiceManagerBaseRewardsInitiatorUpdated // Event containing the contract specifics and raw log
⋮----
// ContractServiceManagerBaseRewardsInitiatorUpdated represents a RewardsInitiatorUpdated event raised by the ContractServiceManagerBase contract.
type ContractServiceManagerBaseRewardsInitiatorUpdated struct {
	PrevRewardsInitiator common.Address
	NewRewardsInitiator  common.Address
	Raw                  types.Log // Blockchain specific contextual infos
}
⋮----
Raw                  types.Log // Blockchain specific contextual infos
⋮----
// FilterRewardsInitiatorUpdated is a free log retrieval operation binding the contract event 0xe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e3.
⋮----
// Solidity: event RewardsInitiatorUpdated(address prevRewardsInitiator, address newRewardsInitiator)
func (_ContractServiceManagerBase *ContractServiceManagerBaseFilterer) FilterRewardsInitiatorUpdated(opts *bind.FilterOpts) (*ContractServiceManagerBaseRewardsInitiatorUpdatedIterator, error)
⋮----
// WatchRewardsInitiatorUpdated is a free log subscription operation binding the contract event 0xe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e3.
⋮----
func (_ContractServiceManagerBase *ContractServiceManagerBaseFilterer) WatchRewardsInitiatorUpdated(opts *bind.WatchOpts, sink chan<- *ContractServiceManagerBaseRewardsInitiatorUpdated) (event.Subscription, error)
⋮----
// ParseRewardsInitiatorUpdated is a log parse operation binding the contract event 0xe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e3.
⋮----
func (_ContractServiceManagerBase *ContractServiceManagerBaseFilterer) ParseRewardsInitiatorUpdated(log types.Log) (*ContractServiceManagerBaseRewardsInitiatorUpdated, error)
````

## File: contracts/bindings/SlashingRegistryCoordinator/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractSlashingRegistryCoordinator
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// BN254G1Point is an auto generated low-level Go binding around an user-defined struct.
type BN254G1Point struct {
	X *big.Int
	Y *big.Int
}
⋮----
// ISlashingRegistryCoordinatorTypesOperatorInfo is an auto generated low-level Go binding around an user-defined struct.
type ISlashingRegistryCoordinatorTypesOperatorInfo struct {
	OperatorId [32]byte
	Status     uint8
}
⋮----
// ISlashingRegistryCoordinatorTypesOperatorKickParam is an auto generated low-level Go binding around an user-defined struct.
type ISlashingRegistryCoordinatorTypesOperatorKickParam struct {
	QuorumNumber uint8
	Operator     common.Address
}
⋮----
// ISlashingRegistryCoordinatorTypesOperatorSetParam is an auto generated low-level Go binding around an user-defined struct.
type ISlashingRegistryCoordinatorTypesOperatorSetParam struct {
	MaxOperatorCount        uint32
	KickBIPsOfOperatorStake uint16
	KickBIPsOfTotalStake    uint16
}
⋮----
// ISlashingRegistryCoordinatorTypesQuorumBitmapUpdate is an auto generated low-level Go binding around an user-defined struct.
type ISlashingRegistryCoordinatorTypesQuorumBitmapUpdate struct {
	UpdateBlockNumber     uint32
	NextUpdateBlockNumber uint32
	QuorumBitmap          *big.Int
}
⋮----
// IStakeRegistryTypesStrategyParams is an auto generated low-level Go binding around an user-defined struct.
type IStakeRegistryTypesStrategyParams struct {
	Strategy   common.Address
	Multiplier *big.Int
}
⋮----
// ContractSlashingRegistryCoordinatorMetaData contains all meta data concerning the ContractSlashingRegistryCoordinator contract.
var ContractSlashingRegistryCoordinatorMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"_stakeRegistry\",\"type\":\"address\",\"internalType\":\"contractIStakeRegistry\"},{\"name\":\"_blsApkRegistry\",\"type\":\"address\",\"internalType\":\"contractIBLSApkRegistry\"},{\"name\":\"_indexRegistry\",\"type\":\"address\",\"internalType\":\"contractIIndexRegistry\"},{\"name\":\"_socketRegistry\",\"type\":\"address\",\"internalType\":\"contractISocketRegistry\"},{\"name\":\"_allocationManager\",\"type\":\"address\",\"internalType\":\"contractIAllocationManager\"},{\"name\":\"_pauserRegistry\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"},{\"name\":\"_version\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"OPERATOR_CHURN_APPROVAL_TYPEHASH\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"PUBKEY_REGISTRATION_TYPEHASH\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"allocationManager\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIAllocationManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"avs\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"blsApkRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIBLSApkRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"calculateOperatorChurnApprovalDigestHash\",\"inputs\":[{\"name\":\"registeringOperator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"registeringOperatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"operatorKickParams\",\"type\":\"tuple[]\",\"internalType\":\"structISlashingRegistryCoordinatorTypes.OperatorKickParam[]\",\"components\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}]},{\"name\":\"salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"calculatePubkeyRegistrationMessageHash\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"churnApprover\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"createSlashableStakeQuorum\",\"inputs\":[{\"name\":\"operatorSetParams\",\"type\":\"tuple\",\"internalType\":\"structISlashingRegistryCoordinatorTypes.OperatorSetParam\",\"components\":[{\"name\":\"maxOperatorCount\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"kickBIPsOfOperatorStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"},{\"name\":\"kickBIPsOfTotalStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"}]},{\"name\":\"minimumStake\",\"type\":\"uint96\",\"internalType\":\"uint96\"},{\"name\":\"strategyParams\",\"type\":\"tuple[]\",\"internalType\":\"structIStakeRegistryTypes.StrategyParams[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"lookAheadPeriod\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"createTotalDelegatedStakeQuorum\",\"inputs\":[{\"name\":\"operatorSetParams\",\"type\":\"tuple\",\"internalType\":\"structISlashingRegistryCoordinatorTypes.OperatorSetParam\",\"components\":[{\"name\":\"maxOperatorCount\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"kickBIPsOfOperatorStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"},{\"name\":\"kickBIPsOfTotalStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"}]},{\"name\":\"minimumStake\",\"type\":\"uint96\",\"internalType\":\"uint96\"},{\"name\":\"strategyParams\",\"type\":\"tuple[]\",\"internalType\":\"structIStakeRegistryTypes.StrategyParams[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"deregisterOperator\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorSetIds\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"domainSeparator\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"eip712Domain\",\"inputs\":[],\"outputs\":[{\"name\":\"fields\",\"type\":\"bytes1\",\"internalType\":\"bytes1\"},{\"name\":\"name\",\"type\":\"string\",\"internalType\":\"string\"},{\"name\":\"version\",\"type\":\"string\",\"internalType\":\"string\"},{\"name\":\"chainId\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"verifyingContract\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"extensions\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"ejectOperator\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"ejectionCooldown\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"ejector\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getCurrentQuorumBitmap\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint192\",\"internalType\":\"uint192\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperator\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structISlashingRegistryCoordinatorTypes.OperatorInfo\",\"components\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"status\",\"type\":\"uint8\",\"internalType\":\"enumISlashingRegistryCoordinatorTypes.OperatorStatus\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorFromId\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorId\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorSetParams\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structISlashingRegistryCoordinatorTypes.OperatorSetParam\",\"components\":[{\"name\":\"maxOperatorCount\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"kickBIPsOfOperatorStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"},{\"name\":\"kickBIPsOfTotalStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorStatus\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"enumISlashingRegistryCoordinatorTypes.OperatorStatus\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getQuorumBitmapAtBlockNumberByIndex\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"index\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint192\",\"internalType\":\"uint192\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getQuorumBitmapHistoryLength\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getQuorumBitmapIndicesAtBlockNumber\",\"inputs\":[{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"operatorIds\",\"type\":\"bytes32[]\",\"internalType\":\"bytes32[]\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getQuorumBitmapUpdateByIndex\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"index\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structISlashingRegistryCoordinatorTypes.QuorumBitmapUpdate\",\"components\":[{\"name\":\"updateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"nextUpdateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"quorumBitmap\",\"type\":\"uint192\",\"internalType\":\"uint192\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"indexRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIIndexRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"initialize\",\"inputs\":[{\"name\":\"initialOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"churnApprover\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"ejector\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"initialPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"isChurnApproverSaltUsed\",\"inputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"lastEjectionTimestamp\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"owner\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pause\",\"inputs\":[{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"pauseAll\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[{\"name\":\"index\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pauserRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pubkeyRegistrationMessageHash\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"quorumCount\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"quorumUpdateBlockNumber\",\"inputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"registerOperator\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorSetIds\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"data\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"renounceOwnership\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setAVS\",\"inputs\":[{\"name\":\"_avs\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setChurnApprover\",\"inputs\":[{\"name\":\"_churnApprover\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setEjectionCooldown\",\"inputs\":[{\"name\":\"_ejectionCooldown\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setEjector\",\"inputs\":[{\"name\":\"_ejector\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setOperatorSetParams\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"operatorSetParams\",\"type\":\"tuple\",\"internalType\":\"structISlashingRegistryCoordinatorTypes.OperatorSetParam\",\"components\":[{\"name\":\"maxOperatorCount\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"kickBIPsOfOperatorStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"},{\"name\":\"kickBIPsOfTotalStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"socketRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractISocketRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"stakeRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStakeRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"supportsAVS\",\"inputs\":[{\"name\":\"_avs\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"transferOwnership\",\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"unpause\",\"inputs\":[{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"updateOperators\",\"inputs\":[{\"name\":\"operators\",\"type\":\"address[]\",\"internalType\":\"address[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"updateOperatorsForQuorum\",\"inputs\":[{\"name\":\"operatorsPerQuorum\",\"type\":\"address[][]\",\"internalType\":\"address[][]\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"updateSocket\",\"inputs\":[{\"name\":\"socket\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"version\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"event\",\"name\":\"AVSUpdated\",\"inputs\":[{\"name\":\"prevAVS\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"newAVS\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"ChurnApproverUpdated\",\"inputs\":[{\"name\":\"prevChurnApprover\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"newChurnApprover\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"EIP712DomainChanged\",\"inputs\":[],\"anonymous\":false},{\"type\":\"event\",\"name\":\"EjectionCooldownUpdated\",\"inputs\":[{\"name\":\"prevEjectionCooldown\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"},{\"name\":\"newEjectionCooldown\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"EjectorUpdated\",\"inputs\":[{\"name\":\"prevEjector\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"newEjector\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorDeregistered\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorRegistered\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorSetParamsUpdated\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"indexed\":true,\"internalType\":\"uint8\"},{\"name\":\"operatorSetParams\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structISlashingRegistryCoordinatorTypes.OperatorSetParam\",\"components\":[{\"name\":\"maxOperatorCount\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"kickBIPsOfOperatorStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"},{\"name\":\"kickBIPsOfTotalStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"}]}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorSocketUpdate\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"socket\",\"type\":\"string\",\"indexed\":false,\"internalType\":\"string\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OwnershipTransferred\",\"inputs\":[{\"name\":\"previousOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Paused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"QuorumBlockNumberUpdated\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"indexed\":true,\"internalType\":\"uint8\"},{\"name\":\"blocknumber\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"QuorumCreated\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"indexed\":true,\"internalType\":\"uint8\"},{\"name\":\"operatorSetParams\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structISlashingRegistryCoordinatorTypes.OperatorSetParam\",\"components\":[{\"name\":\"maxOperatorCount\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"kickBIPsOfOperatorStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"},{\"name\":\"kickBIPsOfTotalStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"}]},{\"name\":\"minimumStake\",\"type\":\"uint96\",\"indexed\":false,\"internalType\":\"uint96\"},{\"name\":\"strategyParams\",\"type\":\"tuple[]\",\"indexed\":false,\"internalType\":\"structIStakeRegistryTypes.StrategyParams[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"stakeType\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"enumIStakeRegistryTypes.StakeType\"},{\"name\":\"lookAheadPeriod\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Unpaused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"error\",\"name\":\"AlreadyRegisteredForQuorums\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"BitmapCannotBeZero\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"BitmapEmpty\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"BitmapValueTooLarge\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"BytesArrayLengthTooLong\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"BytesArrayNotOrdered\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"CannotChurnSelf\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"CannotKickOperatorAboveThreshold\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"CannotReregisterYet\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"ChurnApproverSaltUsed\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"CurrentlyPaused\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"ExpModFailed\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputAddressZero\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputLengthMismatch\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InsufficientStakeForChurn\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidAVS\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidNewPausedStatus\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidRegistrationType\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidShortString\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidSignature\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"LookAheadPeriodTooLong\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"MaxOperatorCountReached\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"MaxQuorumsReached\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"NotRegistered\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"NotRegisteredForQuorum\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"NotSorted\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyAllocationManager\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyEjector\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyPauser\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyUnpauser\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OperatorNotRegistered\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OperatorNotRegisteredForQuorum\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"QuorumDoesNotExist\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"QuorumOperatorCountMismatch\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"SignatureExpired\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"StringTooLong\",\"inputs\":[{\"name\":\"str\",\"type\":\"string\",\"internalType\":\"string\"}]}]",
	Bin: "0x610160604052348015610010575f5ffd5b5060405161572438038061572483398101604081905261002f916101d3565b8686868686868661003f816100aa565b608052506001600160a01b03811661006a576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b0390811660a0529485166101005292841660e05290831661012052821660c052166101405261009e6100f0565b50505050505050610351565b5f5f829050601f815111156100dd578260405163305a27a960e01b81526004016100d491906102f6565b60405180910390fd5b80516100e88261032b565b179392505050565b5f54610100900460ff16156101575760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b60648201526084016100d4565b5f5460ff908116146101a6575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b03811681146101bc575f5ffd5b50565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f5f5f5f5f60e0888a0312156101e9575f5ffd5b87516101f4816101a8565b6020890151909750610205816101a8565b6040890151909650610216816101a8565b6060890151909550610227816101a8565b6080890151909450610238816101a8565b60a0890151909350610249816101a8565b60c08901519092506001600160401b03811115610264575f5ffd5b8801601f81018a13610274575f5ffd5b80516001600160401b0381111561028d5761028d6101bf565b604051601f8201601f19908116603f011681016001600160401b03811182821017156102bb576102bb6101bf565b6040528181528282016020018c10156102d2575f5ffd5b8160208401602083015e5f6020838301015280935050505092959891949750929550565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b8051602080830151919081101561034b575f198160200360031b1b821691505b50919050565b60805160a05160c05160e0516101005161012051610140516152e16104435f395f818161084801528181611eeb015281816124a1015281816125c5015261351c01525f8181610762015281816110370152818161221f015281816127070152612f6301525f818161066201528181611bfa015281816121a40152818161253f0152818161268601528181612ec1015261376d01525f818161063b01528181610df00152818161212b0152818161277c01528181612bd40152612e4801525f81816108fe0152611ce301525f818161070b01528181610c84015281816114ab015261193c01525f6113fb01526152e15ff3fe608060405234801561000f575f5ffd5b506004361061034c575f3560e01c80635df45946116101c9578063a65497c6116100fe578063de1164bb1161009e578063f2fde38b11610079578063f2fde38b14610920578063f698da2514610933578063fabc1cbc1461093b578063fd39105a1461094e575f5ffd5b8063de1164bb1461086a578063e65797ad1461087d578063ea32afae146108f9575f5ffd5b8063c391425e116100d9578063c391425e146107e9578063c63fd50214610809578063ca0de8821461081c578063ca8aa7c714610843575f5ffd5b8063a65497c6146107ab578063a96f783e146107be578063b5265787146107c7575f5ffd5b806384ca5213116101695780638da5cb5b116101445780638da5cb5b1461072d5780639aa1653d1461073e5780639e9923c21461075d5780639feab85914610784575f5ffd5b806384ca5213146106e0578063871ef049146106f3578063886f119514610706575f5ffd5b8063715018a6116101a4578063715018a614610697578063734479921461069f5780638281ab75146106b257806384b0196e146106c5575f5ffd5b80635df4594614610636578063683048351461065d5780636e3b17db14610684575f5ffd5b8063296bb0641161029f578063530b97a41161023f578063595c6a671161021a578063595c6a67146105f45780635ac86ab7146105fc5780635b0b829f1461061b5780635c975abb1461062e575f5ffd5b8063530b97a4146105ac57806354fd4d50146105bf5780635865c60c146105d4575f5ffd5b8063303ca9561161027a578063303ca956146105535780633c2a7f4c146105665780633eef3a51146105865780635140a54814610599575f5ffd5b8063296bb0641461051a57806329d1e0c31461052d5780632cdd1e8614610540575f5ffd5b8063125e05841161030a5780631478851f116102e55780631478851f1461046d5780631eb812da1461049f578063249a0c42146104e857806328f61b3114610507575f5ffd5b8063125e05841461041357806313542a4e14610432578063136439dd1461045a575f5ffd5b8062cf2ab51461035057806303fd34921461036557806304ec635114610397578063054310e6146103c25780630cf4b767146103ed5780630d3f213414610400575b5f5ffd5b61036361035e366004613c2a565b610989565b005b610384610373366004613c5b565b5f9081526098602052604090205490565b6040519081526020015b60405180910390f35b6103aa6103a5366004613c83565b610b2a565b6040516001600160c01b03909116815260200161038e565b609d546103d5906001600160a01b031681565b6040516001600160a01b03909116815260200161038e565b6103636103fb366004613d29565b610bc0565b61036361040e366004613c5b565b610c22565b610384610421366004613d5a565b609f6020525f908152604090205481565b610384610440366004613d5a565b6001600160a01b03165f9081526099602052604090205490565b610363610468366004613c5b565b610c6f565b61048f61047b366004613c5b565b609a6020525f908152604090205460ff1681565b604051901515815260200161038e565b6104b26104ad366004613d75565b610d44565b60408051825163ffffffff908116825260208085015190911690820152918101516001600160c01b03169082015260600161038e565b6103846104f6366004613daa565b609b6020525f908152604090205481565b609e546103d5906001600160a01b031681565b6103d5610528366004613c5b565b610dd8565b61036361053b366004613d5a565b610e61565b61036361054e366004613d5a565b610e72565b610363610561366004613e27565b610e83565b610579610574366004613d5a565b610efd565b60405161038e9190613e84565b610363610594366004613fa5565b610f21565b6103636105a7366004614058565b610f3d565b6103636105ba366004614135565b611264565b6105c76113f4565b60405161038e91906141c7565b6105e76105e2366004613d5a565b611424565b60405161038e9190614201565b610363611496565b61048f61060a366004613daa565b6001805460ff9092161b9081161490565b61036361062936600461421c565b611545565b600154610384565b6103d57f000000000000000000000000000000000000000000000000000000000000000081565b6103d57f000000000000000000000000000000000000000000000000000000000000000081565b61036361069236600461424e565b611561565b61036361158d565b6103846106ad366004613d5a565b61159e565b6103636106c036600461429a565b611602565b6106cd611617565b60405161038e97969594939291906142ec565b6103846106ee366004614416565b6116b0565b6103aa610701366004613c5b565b6116f9565b6103d57f000000000000000000000000000000000000000000000000000000000000000081565b6064546001600160a01b03166103d5565b60965461074b9060ff1681565b60405160ff909116815260200161038e565b6103d57f000000000000000000000000000000000000000000000000000000000000000081565b6103847f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de681565b6103636107b9366004613d5a565b611703565b61038460a05481565b61048f6107d5366004613d5a565b60a1546001600160a01b0391821691161490565b6107fc6107f736600461447b565b611714565b60405161038e9190614520565b610363610817366004614568565b61179b565b6103847f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a81565b6103d57f000000000000000000000000000000000000000000000000000000000000000081565b60a1546103d5906001600160a01b031681565b6108ec61088b366004613daa565b60408051606080820183525f808352602080840182905292840181905260ff9490941684526097825292829020825193840183525463ffffffff8116845261ffff6401000000008204811692850192909252600160301b9004169082015290565b60405161038e91906145f5565b6103d57f000000000000000000000000000000000000000000000000000000000000000081565b61036361092e366004613d5a565b6118bb565b610384611931565b610363610949366004613c5b565b61193a565b61097c61095c366004613d5a565b6001600160a01b03165f9081526099602052604090206001015460ff1690565b60405161038e9190614628565b6001546002906004908116036109b25760405163840a48d560e01b815260040160405180910390fd5b5f5b8251811015610b25576040805160018082528183019092525f91602080830190803683370190505090508382815181106109f0576109f0614636565b6020026020010151815f81518110610a0a57610a0a614636565b6001600160a01b0392909216602092830291909101909101526040805160018082528183019092525f9181602001602082028036833701905050905060995f868581518110610a5b57610a5b614636565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f205f0154815f81518110610a9757610a97614636565b6020026020010181815250505f610ac6825f81518110610ab957610ab9614636565b6020026020010151611a51565b90505f610adb826001600160c01b0316611acc565b90505f5b8151811015610b1457610b0c8585848481518110610aff57610aff614636565b016020015160f81c611b95565b600101610adf565b5050600190930192506109b4915050565b505050565b604051638192610f60e01b8152609860048201526024810184905263ffffffff83166044820152606481018290525f9073__$011c7a59801e6497cf0e5211ce0443418d$__90638192610f90608401602060405180830381865af4158015610b94573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bb8919061464a565b949350505050565b6001335f9081526099602052604090206001015460ff166002811115610be857610be86141d9565b14610c065760405163aba4733960e01b815260040160405180910390fd5b335f90815260996020526040902054610c1f9082611ccc565b50565b610c2a611d77565b60a080549082905560408051828152602081018490527fa77a91bea7b6d95a8eb5a54878a1d9e3c875e26c86a9b70e3420c5c5db193b62910160405180910390a15050565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610cd1573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cf5919061467f565b610d1257604051631d77d47760e21b815260040160405180910390fd5b6001548181168114610d375760405163c61dca5d60e01b815260040160405180910390fd5b610d4082611dd1565b5050565b604080516060810182525f80825260208201819052918101919091525f838152609860205260409020805483908110610d7f57610d7f614636565b5f91825260209182902060408051606081018252919092015463ffffffff8082168352640100000000820416938201939093526001600160c01b0368010000000000000000909304929092169082015290505b92915050565b6040516308f6629d60e31b8152600481018290525f907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906347b314e890602401602060405180830381865afa158015610e3d573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dd29190614698565b610e69611d77565b610c1f81611e0e565b610e7a611d77565b610c1f81611e77565b610e8b611ee0565b60018054600290811603610eb25760405163840a48d560e01b815260040160405180910390fd5b60a1546001600160a01b03848116911614610ee0576040516366e565df60e01b815260040160405180910390fd5b5f610eea83611f29565b9050610ef68582611fd1565b5050505050565b604080518082019091525f8082526020820152610dd2610f1c8361159e565b612281565b610f29611d77565b610f3784848460018561230b565b50505050565b600154600290600490811603610f665760405163840a48d560e01b815260040160405180910390fd5b610fab83838080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152505060965460ff16915061282b9050565b5083518214610fcd5760405163aaad13f760e01b815260040160405180910390fd5b5f5b82811015610ef6575f848483818110610fea57610fea614636565b885192013560f81c92505f918891508490811061100957611009614636565b60209081029190910101516040516379a0849160e11b815260ff841660048201529091506001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063f341092290602401602060405180830381865afa15801561107c573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110a091906146b3565b63ffffffff168151146110c657604051638e5aeee760e01b815260040160405180910390fd5b5f81516001600160401b038111156110e0576110e0613af3565b604051908082528060200260200182016040528015611109578160200160208202803683370190505b5090505f805b83518110156111ff575f84828151811061112b5761112b614636565b6020026020010151905060995f826001600160a01b03166001600160a01b031681526020019081526020015f205f015484838151811061116d5761116d614636565b6020026020010181815250505f61118f858481518110610ab957610ab9614636565b905060016001600160c01b03821660ff89161c8116146111c25760405163d053aa2160e01b815260040160405180910390fd5b836001600160a01b0316826001600160a01b0316116111f45760405163ba50f91160e01b815260040160405180910390fd5b50915060010161110f565b5061120b838386611b95565b60ff84165f818152609b6020908152604091829020439081905591519182527f46077d55330763f16269fd75e5761663f4192d2791747c0189b16ad31db07db4910160405180910390a250505050806001019050610fcf565b5f54610100900460ff161580801561128257505f54600160ff909116105b8061129b5750303b15801561129b57505f5460ff166001145b6113035760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015611324575f805461ff0019166101001790555b61137a6040518060400160405280601681526020017520ab29a932b3b4b9ba393ca1b7b7b93234b730ba37b960511b8152506040518060400160405280600681526020016576302e302e3160d01b81525061285f565b6113838661288f565b61138c85611e0e565b61139583611dd1565b61139e84611e77565b6113a7826128e0565b80156113ec575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050505050565b606061141f7f000000000000000000000000000000000000000000000000000000000000000061294b565b905090565b604080518082019091525f80825260208201526001600160a01b0382165f908152609960209081526040918290208251808401909352805483526001810154909183019060ff16600281111561147c5761147c6141d9565b600281111561148d5761148d6141d9565b90525092915050565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa1580156114f8573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061151c919061467f565b61153957604051631d77d47760e21b815260040160405180910390fd5b6115435f19611dd1565b565b61154d611d77565b8161155781612988565b610b2583836129b1565b611569612a43565b6001600160a01b0382165f908152609f60205260409020429055610d408282612a6e565b611595611d77565b6115435f61288f565b5f610dd27f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de6836040516020016115e79291909182526001600160a01b0316602082015260400190565b60405160208183030381529060405280519060200120612b06565b61160a611d77565b610b258383835f5f61230b565b5f6060805f5f5f606060c8545f5f1b148015611633575060c954155b6116775760405162461bcd60e51b81526020600482015260156024820152741152540dcc4c8e88155b9a5b9a5d1a585b1a5e9959605a1b60448201526064016112fa565b61167f612b32565b611687612bc2565b604080515f80825260208201909252600f60f81b9b939a50919850469750309650945092509050565b5f6116ef7f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a87878787876040516020016115e7969594939291906146ce565b9695505050505050565b5f610dd282611a51565b61170b611d77565b610c1f816128e0565b604051630449895d60e31b815260609073__$011c7a59801e6497cf0e5211ce0443418d$__9063224c4ae8906117539060989087908790600401614753565b5f60405180830381865af415801561176d573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261179491908101906147ad565b9392505050565b6117a3611ee0565b600180545f91908116036117ca5760405163840a48d560e01b815260040160405180910390fd5b60a1546001600160a01b038681169116146117f8576040516366e565df60e01b815260040160405180910390fd5b5f61180285611f29565b90505f80806118138688018861493b565b9250925092505f6118248b83612bd1565b90505f846001811115611839576118396141d9565b036118525761184c8b8287866001612c6a565b506118ae565b6001846001811115611866576118666141d9565b03611895575f80611879898b018b614996565b9450945050505061188e8d84898886866130b4565b50506118ae565b60405163354bb8ab60e01b815260040160405180910390fd5b5050505050505050505050565b6118c3611d77565b6001600160a01b0381166119285760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016112fa565b610c1f8161288f565b5f61141f6132aa565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611996573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119ba9190614698565b6001600160a01b0316336001600160a01b0316146119eb5760405163794821ff60e01b815260040160405180910390fd5b60015480198219811614611a125760405163c61dca5d60e01b815260040160405180910390fd5b600182905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c906020015b60405180910390a25050565b604051631a3894e960e01b815260986004820152602481018290525f9073__$011c7a59801e6497cf0e5211ce0443418d$__90631a3894e990604401602060405180830381865af4158015611aa8573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dd2919061464a565b60605f5f611ad9846132b3565b61ffff166001600160401b03811115611af457611af4613af3565b6040519080825280601f01601f191660200182016040528015611b1e576020820181803683370190505b5090505f805b825182108015611b35575061010081105b15611b8b576001811b935085841615611b7b578060f81b838381518110611b5e57611b5e614636565b60200101906001600160f81b03191690815f1a9053508160010191505b611b8481614aa3565b9050611b24565b5090949350505050565b6040805160018082528183019092525f916020820181803683370190505090508160f81b815f81518110611bcb57611bcb614636565b60200101906001600160f81b03191690815f1a905350604051636c3fb4bf60e01b81525f906001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690636c3fb4bf90611c3390889088908890600401614abb565b5f604051808303815f875af1158015611c4e573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611c759190810190614b4b565b90505f5b85518110156113ec57818181518110611c9457611c94614636565b602002602001015115611cc457611cc4868281518110611cb657611cb6614636565b602002602001015184612a6e565b600101611c79565b6040516378219b3f60e11b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063f043367e90611d1a9085908590600401614bd8565b5f604051808303815f87803b158015611d31575f5ffd5b505af1158015611d43573d5f5f3e3d5ffd5b50505050817fec2963ab21c1e50e1e582aa542af2e4bf7bf38e6e1403c27b42e1c5d6e621eaa82604051611a4591906141c7565b6064546001600160a01b031633146115435760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016112fa565b600181905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b609d54604080516001600160a01b03928316815291831660208301527f315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c910160405180910390a1609d80546001600160a01b0319166001600160a01b0392909216919091179055565b609e54604080516001600160a01b03928316815291831660208301527f8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc9910160405180910390a1609e80546001600160a01b0319166001600160a01b0392909216919091179055565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614611543576040516323d871a560e01b815260040160405180910390fd5b60605f82516001600160401b03811115611f4557611f45613af3565b6040519080825280601f01601f191660200182016040528015611f6f576020820181803683370190505b5090505f5b8351811015611fca57838181518110611f8f57611f8f614636565b602002602001015160f81b828281518110611fac57611fac614636565b60200101906001600160f81b03191690815f1a905350600101611f74565b5092915050565b6001600160a01b0382165f90815260996020526040812080549091611ff582611a51565b905060018084015460ff166002811115612011576120116141d9565b1461202f5760405163aba4733960e01b815260040160405180910390fd5b6096545f9061204290869060ff1661282b565b90506001600160c01b03811661206b576040516368b6a87560e11b815260040160405180910390fd5b6120826001600160c01b0382811690841681161490565b61209f5760405163d053aa2160e01b815260040160405180910390fd5b6001600160c01b03818116198316166120b884826132dd565b6001600160c01b038116612114576001600160a01b0387165f81815260996020526040808220600101805460ff19166002179055518692917f396fdcb180cb0fea26928113fb0fd1c3549863f9cd563e6a184f1d578116c8e491a35b60405163f4e24fe560e01b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063f4e24fe590612162908a908a90600401614bf0565b5f604051808303815f87803b158015612179575f5ffd5b505af115801561218b573d5f5f3e3d5ffd5b505060405163bd29b8cd60e01b81526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016925063bd29b8cd91506121dd9087908a90600401614bd8565b5f604051808303815f87803b1580156121f4575f5ffd5b505af1158015612206573d5f5f3e3d5ffd5b505060405163bd29b8cd60e01b81526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016925063bd29b8cd91506122589087908a90600401614bd8565b5f604051808303815f87803b15801561226f575f5ffd5b505af11580156118ae573d5f5f3e3d5ffd5b604080518082019091525f80825260208201525f80806122ae5f51602061528c5f395f51905f5286614c27565b90505b6122ba8161334e565b90935091505f51602061528c5f395f51905f5282830983036122f2576040805180820190915290815260208101919091529392505050565b5f51602061528c5f395f51905f526001820890506122b1565b60965460ff1660c0811061233257604051633cb89c9760e01b815260040160405180910390fd5b60968054600191905f9061234a90849060ff16614c3a565b92506101000a81548160ff021916908360ff16021790555061236c81876129b1565b6040805160018082528183019092525f91816020015b604080518082019091525f8152606060208201528152602001906001900390816123825790505090505f85516001600160401b038111156123c5576123c5613af3565b6040519080825280602002602001820160405280156123ee578160200160208202803683370190505b5090505f5b865181101561244b5786818151811061240e5761240e614636565b60200260200101515f015182828151811061242b5761242b614636565b6001600160a01b03909216602092830291909101909101526001016123f3565b5060405180604001604052808460ff1663ffffffff16815260200182815250825f8151811061247c5761247c614636565b602090810291909101015260a154604051630130fc2760e51b81526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000081169263261f84e0926124dc9291909116908690600401614c53565b5f604051808303815f87803b1580156124f3575f5ffd5b505af1158015612505573d5f5f3e3d5ffd5b505f9250612511915050565b856001811115612523576125236141d9565b036125aa57604051633aea0b9d60e11b81526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016906375d4173a906125789086908b908b90600401614d6d565b5f604051808303815f87803b15801561258f575f5ffd5b505af11580156125a1573d5f5f3e3d5ffd5b505050506126ef565b60018560018111156125be576125be6141d9565b036126ef577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316632981eb776040518163ffffffff1660e01b8152600401602060405180830381865afa15801561261f573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061264391906146b3565b63ffffffff168463ffffffff16111561266f57604051630bd441b960e21b815260040160405180910390fd5b604051630662d3e160e51b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063cc5a7c20906126c19086908b9089908c90600401614da0565b5f604051808303815f87803b1580156126d8575f5ffd5b505af11580156126ea573d5f5f3e3d5ffd5b505050505b60405163136ca0f960e11b815260ff841660048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906326d941f2906024015f604051808303815f87803b158015612750575f5ffd5b505af1158015612762573d5f5f3e3d5ffd5b505060405163136ca0f960e11b815260ff861660048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031692506326d941f291506024015f604051808303815f87803b1580156127c7575f5ffd5b505af11580156127d9573d5f5f3e3d5ffd5b505050508260ff167fa34835bc2b673ec37fcf1591a91295b163fc2e181e4ea4e733beb27de1ceac4c8989898989604051612818959493929190614dd6565b60405180910390a25b5050505050505050565b5f5f612836846133ca565b9050808360ff166001901b116117945760405163ca95733360e01b815260040160405180910390fd5b5f54610100900460ff166128855760405162461bcd60e51b81526004016112fa90614e57565b610d408282613485565b606480546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b60a154604080516001600160a01b0392831680825292841660208201527f9770f3cadfdcbb6f93af935e86047111590c3768271d237e4a2bc0b874bed693910160405180910390a15060a180546001600160a01b0319166001600160a01b0392909216919091179055565b60605f612957836134d2565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b60965460ff90811690821610610c1f57604051637310cff560e11b815260040160405180910390fd5b60ff82165f8181526097602090815260409182902084518154928601518487015161ffff908116600160301b0267ffff00000000000019919092166401000000000265ffffffffffff1990951663ffffffff909316929092179390931716919091179055517f3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac90611a459084906145f5565b609e546001600160a01b03163314611543576040516376d8ab1760e11b815260040160405180910390fd5b6001600160a01b0382165f90815260996020526040902060018082015460ff166002811115612a9f57612a9f6141d9565b14612abd576040516325ec6c1f60e01b815260040160405180910390fd5b80546096545f90612ad290859060ff1661282b565b90505f612ade83611a51565b9050612af76001600160c01b0383811690831681161490565b156113ec576113ec86866134f9565b5f610dd2612b126132aa565b8360405161190160f01b8152600281019290925260228201526042902090565b606060ca8054612b4190614ea2565b80601f0160208091040260200160405190810160405280929190818152602001828054612b6d90614ea2565b8015612bb85780601f10612b8f57610100808354040283529160200191612bb8565b820191905f5260205f20905b815481529060010190602001808311612b9b57829003601f168201915b5050505050905090565b606060cb8054612b4190614ea2565b5f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166303c5a6b68484612c0c87610efd565b6040518463ffffffff1660e01b8152600401612c2a93929190614efc565b6020604051808303815f875af1158015612c46573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117949190614f75565b612c8e60405180606001604052806060815260200160608152602001606081525090565b6096545f90612ca190869060ff1661282b565b90505f612cad87611a51565b90506001600160c01b038216612cd6576040516313ca465760e01b815260040160405180910390fd5b8082166001600160c01b031615612d0057604051630c6816cd60e01b815260040160405180910390fd5b60a0546001600160a01b0389165f908152609f60205260409020546001600160c01b0383811690851617914291612d379190614f8c565b10612d5557604051631968677d60e11b815260040160405180910390fd5b612d5f88826132dd565b612d698887611ccc565b60016001600160a01b038a165f9081526099602052604090206001015460ff166002811115612d9a57612d9a6141d9565b14612e3157604080518082018252898152600160208083018281526001600160a01b038e165f908152609990925293902082518155925183820180549394939192909160ff191690836002811115612df457612df46141d9565b0217905550506040518991506001600160a01b038b16907fe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe905f90a35b604051631fd93ca960e11b81526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690633fb2795290612e7f908c908b90600401614bf0565b5f604051808303815f87803b158015612e96575f5ffd5b505af1158015612ea8573d5f5f3e3d5ffd5b5050604051632550477760e01b81526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016925063255047779150612efc908c908c908c90600401614f9f565b5f604051808303815f875af1158015612f17573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612f3e9190810190615029565b60408087019190915260208601919091525162bff04d60e01b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169062bff04d90612f99908b908b90600401614bd8565b5f604051808303815f875af1158015612fb4573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612fdb91908101906147ad565b845284156130a8575f5b87518110156130a6575f60975f8a848151811061300457613004614636565b0160209081015160f81c82528181019290925260409081015f208151606081018352905463ffffffff811680835261ffff6401000000008304811695840195909552600160301b9091049093169181019190915287518051919350908490811061307057613070614636565b602002602001015163ffffffff16111561309d5760405163c6b9e76760e01b815260040160405180910390fd5b50600101612fe5565b505b50505095945050505050565b83518251146130d65760405163aaad13f760e01b815260040160405180910390fd5b6130e286868484613597565b5f6130f0878787875f612c6a565b90505f5b8551811015612821575f60975f88848151811061311357613113614636565b0160209081015160f81c82528181019290925260409081015f208151606081018352905463ffffffff811680835261ffff6401000000008304811695840195909552600160301b9091049093169181019190915284518051919350908490811061317f5761317f614636565b602002602001015163ffffffff1611156132a1576132138783815181106131a8576131a8614636565b602001015160f81c60f81b60f81c846040015184815181106131cc576131cc614636565b60200260200101518b866020015186815181106131eb576131eb614636565b602002602001015189878151811061320557613205614636565b60200260200101518661369d565b6040805160018082528183019092525f9160208201818036833701905050905087838151811061324557613245614636565b602001015160f81c60f81b815f8151811061326257613262614636565b60200101906001600160f81b03191690815f1a90535061329f86848151811061328d5761328d614636565b60200260200101516020015182612a6e565b505b506001016130f4565b5f61141f613862565b5f805b8215610dd2576132c7600184615082565b90921691806132d581615095565b9150506132b6565b60405163ae1d62db60e01b815260986004820152602481018390526001600160c01b038216604482015273__$011c7a59801e6497cf0e5211ce0443418d$__9063ae1d62db906064015f6040518083038186803b15801561333c575f5ffd5b505af41580156113ec573d5f5f3e3d5ffd5b5f80805f51602061528c5f395f51905f5260035f51602061528c5f395f51905f52865f51602061528c5f395f51905f52888909090890505f6133be827f0c19139cb84c680a6e14116da060561765e05aa45a1c72a34f082305b61f3f525f51602061528c5f395f51905f526138d5565b91959194509092505050565b5f610100825111156133ef57604051637da54e4760e11b815260040160405180910390fd5b81515f036133fe57505f919050565b5f5f835f8151811061341257613412614636565b0160200151600160f89190911c81901b92505b845181101561347c5784818151811061344057613440614636565b0160200151600160f89190911c1b915082821161347057604051631019106960e31b815260040160405180910390fd5b91811791600101613425565b50909392505050565b5f54610100900460ff166134ab5760405162461bcd60e51b81526004016112fa90614e57565b60ca6134b783826150f9565b5060cb6134c482826150f9565b50505f60c881905560c95550565b5f60ff8216601f811115610dd257604051632cd44ac360e21b815260040160405180910390fd5b604080516060810182526001600160a01b03848116825260a154811660208301527f00000000000000000000000000000000000000000000000000000000000000001691636e3492b59190810161354f8561394e565b8152506040518263ffffffff1660e01b815260040161356e91906151b3565b5f604051808303815f87803b158015613585575f5ffd5b505af11580156113ec573d5f5f3e3d5ffd5b6020808201515f908152609a909152604090205460ff16156135cc57604051636fbefec360e11b815260040160405180910390fd5b42816040015110156135f157604051630819bdcd60e01b815260040160405180910390fd5b602080820180515f908152609a909252604091829020805460ff19166001179055609d5490519183015173__$c450b067f122b1edf84c92f7cfafc3aa17$__9263238a4d1e926001600160a01b031691613650918991899189916116b0565b84516040516001600160e01b031960e086901b16815261367593929190600401614f9f565b5f6040518083038186803b15801561368b575f5ffd5b505af4158015612821573d5f5f3e3d5ffd5b6020808301516001600160a01b038082165f81815260999094526040909320549192908716036136e0576040516356168b4160e11b815260040160405180910390fd5b8760ff16845f015160ff161461370957604051638e5aeee760e01b815260040160405180910390fd5b600160ff89161b61372f61371c83611a51565b6001600160c01b03838116911681161490565b61374c5760405163263a721560e11b815260040160405180910390fd5b604051635401ed2760e01b81526004810183905260ff8a1660248201525f907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635401ed2790604401602060405180830381865afa1580156137ba573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137de9190615221565b90506137ea81866139f3565b6001600160601b0316876001600160601b03161161381b57604051634c44995d60e01b815260040160405180910390fd5b6138258986613a16565b6001600160601b0316816001600160601b0316106138565760405163b187e86960e01b815260040160405180910390fd5b50505050505050505050565b5f7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f61388c613a2f565b613894613a87565b60408051602081019490945283019190915260608201524660808201523060a082015260c00160405160208183030381529060405280519060200120905090565b5f5f6138df613ab7565b6138e7613ad5565b602080825281810181905260408201819052606082018890526080820187905260a082018690528260c08360056107d05a03fa9250828061392457fe5b50826139435760405163d51edae360e01b815260040160405180910390fd5b505195945050505050565b60605f82516001600160401b0381111561396a5761396a613af3565b604051908082528060200260200182016040528015613993578160200160208202803683370190505b5090505f5b8351811015611fca578381815181106139b3576139b3614636565b602001015160f81c60f81b60f81c60ff168282815181106139d6576139d6614636565b63ffffffff90921660209283029190910190910152600101613998565b60208101515f9061271090613a0c9061ffff168561523c565b611794919061525e565b60408101515f9061271090613a0c9061ffff168561523c565b5f5f613a39612b32565b805190915015613a50578051602090910120919050565b60c8548015613a5f5792915050565b7fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a4709250505090565b5f5f613a91612bc2565b805190915015613aa8578051602090910120919050565b60c9548015613a5f5792915050565b60405180602001604052806001906020820280368337509192915050565b6040518060c001604052806006906020820280368337509192915050565b634e487b7160e01b5f52604160045260245ffd5b604051606081016001600160401b0381118282101715613b2957613b29613af3565b60405290565b604080519081016001600160401b0381118282101715613b2957613b29613af3565b604051601f8201601f191681016001600160401b0381118282101715613b7957613b79613af3565b604052919050565b5f6001600160401b03821115613b9957613b99613af3565b5060051b60200190565b6001600160a01b0381168114610c1f575f5ffd5b5f82601f830112613bc6575f5ffd5b8135613bd9613bd482613b81565b613b51565b8082825260208201915060208360051b860101925085831115613bfa575f5ffd5b602085015b83811015613c20578035613c1281613ba3565b835260209283019201613bff565b5095945050505050565b5f60208284031215613c3a575f5ffd5b81356001600160401b03811115613c4f575f5ffd5b610bb884828501613bb7565b5f60208284031215613c6b575f5ffd5b5035919050565b63ffffffff81168114610c1f575f5ffd5b5f5f5f60608486031215613c95575f5ffd5b833592506020840135613ca781613c72565b929592945050506040919091013590565b5f82601f830112613cc7575f5ffd5b8135602083015f5f6001600160401b03841115613ce657613ce6613af3565b50601f8301601f1916602001613cfb81613b51565b915050828152858383011115613d0f575f5ffd5b828260208301375f92810160200192909252509392505050565b5f60208284031215613d39575f5ffd5b81356001600160401b03811115613d4e575f5ffd5b610bb884828501613cb8565b5f60208284031215613d6a575f5ffd5b813561179481613ba3565b5f5f60408385031215613d86575f5ffd5b50508035926020909101359150565b803560ff81168114613da5575f5ffd5b919050565b5f60208284031215613dba575f5ffd5b61179482613d95565b5f82601f830112613dd2575f5ffd5b8135613de0613bd482613b81565b8082825260208201915060208360051b860101925085831115613e01575f5ffd5b602085015b83811015613c20578035613e1981613c72565b835260209283019201613e06565b5f5f5f60608486031215613e39575f5ffd5b8335613e4481613ba3565b92506020840135613e5481613ba3565b915060408401356001600160401b03811115613e6e575f5ffd5b613e7a86828701613dc3565b9150509250925092565b815181526020808301519082015260408101610dd2565b803561ffff81168114613da5575f5ffd5b5f60608284031215613ebc575f5ffd5b613ec4613b07565b90508135613ed181613c72565b8152613edf60208301613e9b565b6020820152613ef060408301613e9b565b604082015292915050565b6001600160601b0381168114610c1f575f5ffd5b5f82601f830112613f1e575f5ffd5b8135613f2c613bd482613b81565b8082825260208201915060208360061b860101925085831115613f4d575f5ffd5b602085015b83811015613c205760408188031215613f69575f5ffd5b613f71613b2f565b8135613f7c81613ba3565b81526020820135613f8c81613efb565b6020828101919091529084529290920191604001613f52565b5f5f5f5f60c08587031215613fb8575f5ffd5b613fc28686613eac565b93506060850135613fd281613efb565b925060808501356001600160401b03811115613fec575f5ffd5b613ff887828801613f0f565b92505060a085013561400981613c72565b939692955090935050565b5f5f83601f840112614024575f5ffd5b5081356001600160401b0381111561403a575f5ffd5b602083019150836020828501011115614051575f5ffd5b9250929050565b5f5f5f6040848603121561406a575f5ffd5b83356001600160401b0381111561407f575f5ffd5b8401601f8101861361408f575f5ffd5b803561409d613bd482613b81565b8082825260208201915060208360051b8501019250888311156140be575f5ffd5b602084015b838110156140fe5780356001600160401b038111156140e0575f5ffd5b6140ef8b602083890101613bb7565b845250602092830192016140c3565b50955050505060208401356001600160401b0381111561411c575f5ffd5b61412886828701614014565b9497909650939450505050565b5f5f5f5f5f60a08688031215614149575f5ffd5b853561415481613ba3565b9450602086013561416481613ba3565b9350604086013561417481613ba3565b925060608601359150608086013561418b81613ba3565b809150509295509295909350565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6117946020830184614199565b634e487b7160e01b5f52602160045260245ffd5b600381106141fd576141fd6141d9565b9052565b815181526020808301516040830191611fca908401826141ed565b5f5f6080838503121561422d575f5ffd5b61423683613d95565b91506142458460208501613eac565b90509250929050565b5f5f6040838503121561425f575f5ffd5b823561426a81613ba3565b915060208301356001600160401b03811115614284575f5ffd5b61429085828601613cb8565b9150509250929050565b5f5f5f60a084860312156142ac575f5ffd5b6142b68585613eac565b925060608401356142c681613efb565b915060808401356001600160401b038111156142e0575f5ffd5b613e7a86828701613f0f565b60ff60f81b8816815260e060208201525f61430a60e0830189614199565b828103604084015261431c8189614199565b606084018890526001600160a01b038716608085015260a0840186905283810360c0850152845180825260208087019350909101905f5b81811015614371578351835260209384019390920191600101614353565b50909b9a5050505050505050505050565b5f82601f830112614391575f5ffd5b813561439f613bd482613b81565b8082825260208201915060208360061b8601019250858311156143c0575f5ffd5b602085015b83811015613c2057604081880312156143dc575f5ffd5b6143e4613b2f565b6143ed82613d95565b815260208201356143fd81613ba3565b60208281019190915290845292909201916040016143c5565b5f5f5f5f5f60a0868803121561442a575f5ffd5b853561443581613ba3565b94506020860135935060408601356001600160401b03811115614456575f5ffd5b61446288828901614382565b9598949750949560608101359550608001359392505050565b5f5f6040838503121561448c575f5ffd5b823561449781613c72565b915060208301356001600160401b038111156144b1575f5ffd5b8301601f810185136144c1575f5ffd5b80356144cf613bd482613b81565b8082825260208201915060208360051b8501019250878311156144f0575f5ffd5b6020840193505b828410156145125783358252602093840193909101906144f7565b809450505050509250929050565b602080825282518282018190525f918401906040840190835b8181101561455d57835163ffffffff16835260209384019390920191600101614539565b509095945050505050565b5f5f5f5f5f6080868803121561457c575f5ffd5b853561458781613ba3565b9450602086013561459781613ba3565b935060408601356001600160401b038111156145b1575f5ffd5b6145bd88828901613dc3565b93505060608601356001600160401b038111156145d8575f5ffd5b6145e488828901614014565b969995985093965092949392505050565b60608101610dd2828463ffffffff815116825261ffff602082015116602083015261ffff60408201511660408301525050565b60208101610dd282846141ed565b634e487b7160e01b5f52603260045260245ffd5b5f6020828403121561465a575f5ffd5b81516001600160c01b0381168114611794575f5ffd5b80518015158114613da5575f5ffd5b5f6020828403121561468f575f5ffd5b61179482614670565b5f602082840312156146a8575f5ffd5b815161179481613ba3565b5f602082840312156146c3575f5ffd5b815161179481613c72565b5f60c0820188835260018060a01b038816602084015286604084015260c0606084015280865180835260e0850191506020880192505f5b8181101561473b578351805160ff1684526020908101516001600160a01b03168185015290930192604090920191600101614705565b50506080840195909552505060a00152949350505050565b5f6060820185835263ffffffff85166020840152606060408401528084518083526080850191506020860192505f5b818110156147a0578351835260209384019390920191600101614782565b5090979650505050505050565b5f602082840312156147bd575f5ffd5b81516001600160401b038111156147d2575f5ffd5b8201601f810184136147e2575f5ffd5b80516147f0613bd482613b81565b8082825260208201915060208360051b850101925086831115614811575f5ffd5b6020840193505b828410156116ef57835161482b81613c72565b825260209384019390910190614818565b803560028110613da5575f5ffd5b5f6040828403121561485a575f5ffd5b614862613b2f565b823581526020928301359281019290925250919050565b5f82601f830112614888575f5ffd5b614890613b2f565b8060408401858111156148a1575f5ffd5b845b8181101561455d5780358452602093840193016148a3565b5f8183036101008112156148cd575f5ffd5b6148d5613b07565b91506148e1848461484a565b82526148f0846040850161484a565b60208301526080607f1982011215614906575f5ffd5b5061490f613b2f565b61491c8460808501614879565b815261492b8460c08501614879565b6020820152604082015292915050565b5f5f5f610140848603121561494e575f5ffd5b6149578461483c565b925060208401356001600160401b03811115614971575f5ffd5b61497d86828701613cb8565b92505061498d85604086016148bb565b90509250925092565b5f5f5f5f5f61018086880312156149ab575f5ffd5b6149b48661483c565b945060208601356001600160401b038111156149ce575f5ffd5b6149da88828901613cb8565b9450506149ea87604088016148bb565b92506101408601356001600160401b03811115614a05575f5ffd5b614a1188828901614382565b9250506101608601356001600160401b03811115614a2d575f5ffd5b860160608189031215614a3e575f5ffd5b614a46613b07565b81356001600160401b03811115614a5b575f5ffd5b614a678a828501613cb8565b8252506020828101359082015260409182013591810191909152949793965091945092919050565b634e487b7160e01b5f52601160045260245ffd5b5f60018201614ab457614ab4614a8f565b5060010190565b606080825284519082018190525f9060208601906080840190835b81811015614afd5783516001600160a01b0316835260209384019390920191600101614ad6565b5050838103602080860191909152865180835291810192508601905f5b81811015614b38578251845260209384019390920191600101614b1a565b50505060ff841660408401529050610bb8565b5f60208284031215614b5b575f5ffd5b81516001600160401b03811115614b70575f5ffd5b8201601f81018413614b80575f5ffd5b8051614b8e613bd482613b81565b8082825260208201915060208360051b850101925086831115614baf575f5ffd5b6020840193505b828410156116ef57614bc784614670565b825260209384019390910190614bb6565b828152604060208201525f610bb86040830184614199565b6001600160a01b03831681526040602082018190525f90610bb890830184614199565b634e487b7160e01b5f52601260045260245ffd5b5f82614c3557614c35614c13565b500690565b60ff8181168382160190811115610dd257610dd2614a8f565b5f6040820160018060a01b03851683526040602084015280845180835260608501915060608160051b8601019250602086015f5b82811015614d0857868503605f190184528151805163ffffffff168652602090810151604082880181905281519088018190529101905f9060608801905b80831015614cf05783516001600160a01b031682526020938401936001939093019290910190614cc5565b50965050506020938401939190910190600101614c87565b5092979650505050505050565b5f8151808452602084019350602083015f5b82811015614d6357815180516001600160a01b031687526020908101516001600160601b03168188015260409096019590910190600101614d27565b5093949350505050565b60ff841681526001600160601b0383166020820152606060408201525f614d976060830184614d15565b95945050505050565b60ff851681526001600160601b038416602082015263ffffffff83166040820152608060608201525f6116ef6080830184614d15565b614e05818763ffffffff815116825261ffff602082015116602083015261ffff60408201511660408301525050565b6001600160601b038516606082015260e060808201525f614e2960e0830186614d15565b905060028410614e3b57614e3b6141d9565b8360a083015263ffffffff831660c08301529695505050505050565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b606082015260800190565b600181811c90821680614eb657607f821691505b602082108103614ed457634e487b7160e01b5f52602260045260245ffd5b50919050565b805f5b6002811015610f37578151845260209384019390910190600101614edd565b6001600160a01b03841681528251805160208084019190915201516040820152610160810160208481015180516060850152908101516080840152506040840151614f4b60a084018251614eda565b60200151614f5c60e0840182614eda565b5082516101208301526020830151610140830152610bb8565b5f60208284031215614f85575f5ffd5b5051919050565b80820180821115610dd257610dd2614a8f565b60018060a01b0384168152826020820152606060408201525f614d976060830184614199565b5f82601f830112614fd4575f5ffd5b8151614fe2613bd482613b81565b8082825260208201915060208360051b860101925085831115615003575f5ffd5b602085015b83811015613c2057805161501b81613efb565b835260209283019201615008565b5f5f6040838503121561503a575f5ffd5b82516001600160401b0381111561504f575f5ffd5b61505b85828601614fc5565b92505060208301516001600160401b03811115615076575f5ffd5b61429085828601614fc5565b81810381811115610dd257610dd2614a8f565b5f61ffff821661ffff81036150ac576150ac614a8f565b60010192915050565b601f821115610b2557805f5260205f20601f840160051c810160208510156150da5750805b601f840160051c820191505b81811015610ef6575f81556001016150e6565b81516001600160401b0381111561511257615112613af3565b615126816151208454614ea2565b846150b5565b6020601f821160018114615158575f83156151415750848201515b5f19600385901b1c1916600184901b178455610ef6565b5f84815260208120601f198516915b828110156151875787850151825560209485019460019092019101615167565b50848210156151a457868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b602080825282516001600160a01b039081168383015283820151166040808401919091528301516060808401528051608084018190525f929190910190829060a08501905b80831015613c205763ffffffff84511682526020820191506020840193506001830192506151f8565b5f60208284031215615231575f5ffd5b815161179481613efb565b6001600160601b038181168382160290811690818114611fca57611fca614a8f565b5f6001600160601b0383168061527657615276614c13565b806001600160601b038416049150509291505056fe30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47a264697066735822122055fbb50bd0bbc9ca1f2dcc0b3dd4bec1c0d5f1283a1454aee61a6bc190ab034864736f6c634300081b0033",
}
⋮----
// ContractSlashingRegistryCoordinatorABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractSlashingRegistryCoordinatorMetaData.ABI instead.
var ContractSlashingRegistryCoordinatorABI = ContractSlashingRegistryCoordinatorMetaData.ABI
⋮----
// ContractSlashingRegistryCoordinatorBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractSlashingRegistryCoordinatorMetaData.Bin instead.
var ContractSlashingRegistryCoordinatorBin = ContractSlashingRegistryCoordinatorMetaData.Bin
⋮----
// DeployContractSlashingRegistryCoordinator deploys a new Ethereum contract, binding an instance of ContractSlashingRegistryCoordinator to it.
func DeployContractSlashingRegistryCoordinator(auth *bind.TransactOpts, backend bind.ContractBackend, _stakeRegistry common.Address, _blsApkRegistry common.Address, _indexRegistry common.Address, _socketRegistry common.Address, _allocationManager common.Address, _pauserRegistry common.Address, _version string) (common.Address, *types.Transaction, *ContractSlashingRegistryCoordinator, error)
⋮----
// ContractSlashingRegistryCoordinatorMethods is an auto generated interface around an Ethereum contract.
type ContractSlashingRegistryCoordinatorMethods interface {
	ContractSlashingRegistryCoordinatorCalls
	ContractSlashingRegistryCoordinatorTransacts
	ContractSlashingRegistryCoordinatorFilters
}
⋮----
// ContractSlashingRegistryCoordinatorCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractSlashingRegistryCoordinatorCalls interface {
	OPERATORCHURNAPPROVALTYPEHASH(opts *bind.CallOpts) ([32]byte, error)

	PUBKEYREGISTRATIONTYPEHASH(opts *bind.CallOpts) ([32]byte, error)

	AllocationManager(opts *bind.CallOpts) (common.Address, error)

	Avs(opts *bind.CallOpts) (common.Address, error)

	BlsApkRegistry(opts *bind.CallOpts) (common.Address, error)

	CalculateOperatorChurnApprovalDigestHash(opts *bind.CallOpts, registeringOperator common.Address, registeringOperatorId [32]byte, operatorKickParams []ISlashingRegistryCoordinatorTypesOperatorKickParam, salt [32]byte, expiry *big.Int) ([32]byte, error)

	CalculatePubkeyRegistrationMessageHash(opts *bind.CallOpts, operator common.Address) ([32]byte, error)

	ChurnApprover(opts *bind.CallOpts) (common.Address, error)

	DomainSeparator(opts *bind.CallOpts) ([32]byte, error)

	Eip712Domain(opts *bind.CallOpts) (struct {
		Fields            [1]byte
		Name              string
		Version           string
		ChainId           *big.Int
		VerifyingContract common.Address
		Salt              [32]byte
		Extensions        []*big.Int
	}, error)
⋮----
// ContractSlashingRegistryCoordinatorTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractSlashingRegistryCoordinatorTransacts interface {
	CreateSlashableStakeQuorum(opts *bind.TransactOpts, operatorSetParams ISlashingRegistryCoordinatorTypesOperatorSetParam, minimumStake *big.Int, strategyParams []IStakeRegistryTypesStrategyParams, lookAheadPeriod uint32) (*types.Transaction, error)

	CreateTotalDelegatedStakeQuorum(opts *bind.TransactOpts, operatorSetParams ISlashingRegistryCoordinatorTypesOperatorSetParam, minimumStake *big.Int, strategyParams []IStakeRegistryTypesStrategyParams) (*types.Transaction, error)

	DeregisterOperator(opts *bind.TransactOpts, operator common.Address, avs common.Address, operatorSetIds []uint32) (*types.Transaction, error)

	EjectOperator(opts *bind.TransactOpts, operator common.Address, quorumNumbers []byte) (*types.Transaction, error)

	Initialize(opts *bind.TransactOpts, initialOwner common.Address, churnApprover common.Address, ejector common.Address, initialPausedStatus *big.Int, avs common.Address) (*types.Transaction, error)

	Pause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)

	PauseAll(opts *bind.TransactOpts) (*types.Transaction, error)

	RegisterOperator(opts *bind.TransactOpts, operator common.Address, avs common.Address, operatorSetIds []uint32, data []byte) (*types.Transaction, error)

	RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

	SetAVS(opts *bind.TransactOpts, _avs common.Address) (*types.Transaction, error)

	SetChurnApprover(opts *bind.TransactOpts, _churnApprover common.Address) (*types.Transaction, error)

	SetEjectionCooldown(opts *bind.TransactOpts, _ejectionCooldown *big.Int) (*types.Transaction, error)

	SetEjector(opts *bind.TransactOpts, _ejector common.Address) (*types.Transaction, error)

	SetOperatorSetParams(opts *bind.TransactOpts, quorumNumber uint8, operatorSetParams ISlashingRegistryCoordinatorTypesOperatorSetParam) (*types.Transaction, error)

	TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)

	Unpause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)

	UpdateOperators(opts *bind.TransactOpts, operators []common.Address) (*types.Transaction, error)

	UpdateOperatorsForQuorum(opts *bind.TransactOpts, operatorsPerQuorum [][]common.Address, quorumNumbers []byte) (*types.Transaction, error)

	UpdateSocket(opts *bind.TransactOpts, socket string) (*types.Transaction, error)
}
⋮----
// ContractSlashingRegistryCoordinatorFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractSlashingRegistryCoordinatorFilters interface {
	FilterAVSUpdated(opts *bind.FilterOpts) (*ContractSlashingRegistryCoordinatorAVSUpdatedIterator, error)
	WatchAVSUpdated(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorAVSUpdated) (event.Subscription, error)
	ParseAVSUpdated(log types.Log) (*ContractSlashingRegistryCoordinatorAVSUpdated, error)

	FilterChurnApproverUpdated(opts *bind.FilterOpts) (*ContractSlashingRegistryCoordinatorChurnApproverUpdatedIterator, error)
	WatchChurnApproverUpdated(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorChurnApproverUpdated) (event.Subscription, error)
	ParseChurnApproverUpdated(log types.Log) (*ContractSlashingRegistryCoordinatorChurnApproverUpdated, error)

	FilterEIP712DomainChanged(opts *bind.FilterOpts) (*ContractSlashingRegistryCoordinatorEIP712DomainChangedIterator, error)
	WatchEIP712DomainChanged(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorEIP712DomainChanged) (event.Subscription, error)
	ParseEIP712DomainChanged(log types.Log) (*ContractSlashingRegistryCoordinatorEIP712DomainChanged, error)

	FilterEjectionCooldownUpdated(opts *bind.FilterOpts) (*ContractSlashingRegistryCoordinatorEjectionCooldownUpdatedIterator, error)
	WatchEjectionCooldownUpdated(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorEjectionCooldownUpdated) (event.Subscription, error)
	ParseEjectionCooldownUpdated(log types.Log) (*ContractSlashingRegistryCoordinatorEjectionCooldownUpdated, error)

	FilterEjectorUpdated(opts *bind.FilterOpts) (*ContractSlashingRegistryCoordinatorEjectorUpdatedIterator, error)
	WatchEjectorUpdated(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorEjectorUpdated) (event.Subscription, error)
	ParseEjectorUpdated(log types.Log) (*ContractSlashingRegistryCoordinatorEjectorUpdated, error)

	FilterInitialized(opts *bind.FilterOpts) (*ContractSlashingRegistryCoordinatorInitializedIterator, error)
	WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorInitialized) (event.Subscription, error)
	ParseInitialized(log types.Log) (*ContractSlashingRegistryCoordinatorInitialized, error)

	FilterOperatorDeregistered(opts *bind.FilterOpts, operator []common.Address, operatorId [][32]byte) (*ContractSlashingRegistryCoordinatorOperatorDeregisteredIterator, error)
	WatchOperatorDeregistered(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorOperatorDeregistered, operator []common.Address, operatorId [][32]byte) (event.Subscription, error)
	ParseOperatorDeregistered(log types.Log) (*ContractSlashingRegistryCoordinatorOperatorDeregistered, error)

	FilterOperatorRegistered(opts *bind.FilterOpts, operator []common.Address, operatorId [][32]byte) (*ContractSlashingRegistryCoordinatorOperatorRegisteredIterator, error)
	WatchOperatorRegistered(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorOperatorRegistered, operator []common.Address, operatorId [][32]byte) (event.Subscription, error)
	ParseOperatorRegistered(log types.Log) (*ContractSlashingRegistryCoordinatorOperatorRegistered, error)

	FilterOperatorSetParamsUpdated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractSlashingRegistryCoordinatorOperatorSetParamsUpdatedIterator, error)
	WatchOperatorSetParamsUpdated(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorOperatorSetParamsUpdated, quorumNumber []uint8) (event.Subscription, error)
	ParseOperatorSetParamsUpdated(log types.Log) (*ContractSlashingRegistryCoordinatorOperatorSetParamsUpdated, error)

	FilterOperatorSocketUpdate(opts *bind.FilterOpts, operatorId [][32]byte) (*ContractSlashingRegistryCoordinatorOperatorSocketUpdateIterator, error)
	WatchOperatorSocketUpdate(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorOperatorSocketUpdate, operatorId [][32]byte) (event.Subscription, error)
	ParseOperatorSocketUpdate(log types.Log) (*ContractSlashingRegistryCoordinatorOperatorSocketUpdate, error)

	FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractSlashingRegistryCoordinatorOwnershipTransferredIterator, error)
	WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
	ParseOwnershipTransferred(log types.Log) (*ContractSlashingRegistryCoordinatorOwnershipTransferred, error)

	FilterPaused(opts *bind.FilterOpts, account []common.Address) (*ContractSlashingRegistryCoordinatorPausedIterator, error)
	WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorPaused, account []common.Address) (event.Subscription, error)
	ParsePaused(log types.Log) (*ContractSlashingRegistryCoordinatorPaused, error)

	FilterQuorumBlockNumberUpdated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractSlashingRegistryCoordinatorQuorumBlockNumberUpdatedIterator, error)
	WatchQuorumBlockNumberUpdated(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorQuorumBlockNumberUpdated, quorumNumber []uint8) (event.Subscription, error)
	ParseQuorumBlockNumberUpdated(log types.Log) (*ContractSlashingRegistryCoordinatorQuorumBlockNumberUpdated, error)

	FilterQuorumCreated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractSlashingRegistryCoordinatorQuorumCreatedIterator, error)
	WatchQuorumCreated(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorQuorumCreated, quorumNumber []uint8) (event.Subscription, error)
	ParseQuorumCreated(log types.Log) (*ContractSlashingRegistryCoordinatorQuorumCreated, error)

	FilterUnpaused(opts *bind.FilterOpts, account []common.Address) (*ContractSlashingRegistryCoordinatorUnpausedIterator, error)
	WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorUnpaused, account []common.Address) (event.Subscription, error)
	ParseUnpaused(log types.Log) (*ContractSlashingRegistryCoordinatorUnpaused, error)
}
⋮----
// ContractSlashingRegistryCoordinator is an auto generated Go binding around an Ethereum contract.
type ContractSlashingRegistryCoordinator struct {
	ContractSlashingRegistryCoordinatorCaller     // Read-only binding to the contract
	ContractSlashingRegistryCoordinatorTransactor // Write-only binding to the contract
	ContractSlashingRegistryCoordinatorFilterer   // Log filterer for contract events
}
⋮----
ContractSlashingRegistryCoordinatorCaller     // Read-only binding to the contract
ContractSlashingRegistryCoordinatorTransactor // Write-only binding to the contract
ContractSlashingRegistryCoordinatorFilterer   // Log filterer for contract events
⋮----
// ContractSlashingRegistryCoordinator implements the ContractSlashingRegistryCoordinatorMethods interface.
var _ ContractSlashingRegistryCoordinatorMethods = (*ContractSlashingRegistryCoordinator)(nil)
⋮----
// ContractSlashingRegistryCoordinatorCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractSlashingRegistryCoordinatorCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractSlashingRegistryCoordinatorCaller implements the ContractSlashingRegistryCoordinatorCalls interface.
var _ ContractSlashingRegistryCoordinatorCalls = (*ContractSlashingRegistryCoordinatorCaller)(nil)
⋮----
// ContractSlashingRegistryCoordinatorTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractSlashingRegistryCoordinatorTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractSlashingRegistryCoordinatorTransactor implements the ContractSlashingRegistryCoordinatorTransacts interface.
var _ ContractSlashingRegistryCoordinatorTransacts = (*ContractSlashingRegistryCoordinatorTransactor)(nil)
⋮----
// ContractSlashingRegistryCoordinatorFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractSlashingRegistryCoordinatorFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractSlashingRegistryCoordinatorFilterer implements the ContractSlashingRegistryCoordinatorFilters interface.
var _ ContractSlashingRegistryCoordinatorFilters = (*ContractSlashingRegistryCoordinatorFilterer)(nil)
⋮----
// ContractSlashingRegistryCoordinatorSession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractSlashingRegistryCoordinatorSession struct {
	Contract     *ContractSlashingRegistryCoordinator // Generic contract binding to set the session for
	CallOpts     bind.CallOpts                        // Call options to use throughout this session
	TransactOpts bind.TransactOpts                    // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractSlashingRegistryCoordinator // Generic contract binding to set the session for
CallOpts     bind.CallOpts                        // Call options to use throughout this session
TransactOpts bind.TransactOpts                    // Transaction auth options to use throughout this session
⋮----
// ContractSlashingRegistryCoordinatorCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractSlashingRegistryCoordinatorCallerSession struct {
	Contract *ContractSlashingRegistryCoordinatorCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                              // Call options to use throughout this session
}
⋮----
Contract *ContractSlashingRegistryCoordinatorCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                              // Call options to use throughout this session
⋮----
// ContractSlashingRegistryCoordinatorTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractSlashingRegistryCoordinatorTransactorSession struct {
	Contract     *ContractSlashingRegistryCoordinatorTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                              // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractSlashingRegistryCoordinatorTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                              // Transaction auth options to use throughout this session
⋮----
// ContractSlashingRegistryCoordinatorRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractSlashingRegistryCoordinatorRaw struct {
	Contract *ContractSlashingRegistryCoordinator // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractSlashingRegistryCoordinator // Generic contract binding to access the raw methods on
⋮----
// ContractSlashingRegistryCoordinatorCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractSlashingRegistryCoordinatorCallerRaw struct {
	Contract *ContractSlashingRegistryCoordinatorCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractSlashingRegistryCoordinatorCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractSlashingRegistryCoordinatorTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractSlashingRegistryCoordinatorTransactorRaw struct {
	Contract *ContractSlashingRegistryCoordinatorTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractSlashingRegistryCoordinatorTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractSlashingRegistryCoordinator creates a new instance of ContractSlashingRegistryCoordinator, bound to a specific deployed contract.
func NewContractSlashingRegistryCoordinator(address common.Address, backend bind.ContractBackend) (*ContractSlashingRegistryCoordinator, error)
⋮----
// NewContractSlashingRegistryCoordinatorCaller creates a new read-only instance of ContractSlashingRegistryCoordinator, bound to a specific deployed contract.
func NewContractSlashingRegistryCoordinatorCaller(address common.Address, caller bind.ContractCaller) (*ContractSlashingRegistryCoordinatorCaller, error)
⋮----
// NewContractSlashingRegistryCoordinatorTransactor creates a new write-only instance of ContractSlashingRegistryCoordinator, bound to a specific deployed contract.
func NewContractSlashingRegistryCoordinatorTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractSlashingRegistryCoordinatorTransactor, error)
⋮----
// NewContractSlashingRegistryCoordinatorFilterer creates a new log filterer instance of ContractSlashingRegistryCoordinator, bound to a specific deployed contract.
func NewContractSlashingRegistryCoordinatorFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractSlashingRegistryCoordinatorFilterer, error)
⋮----
// bindContractSlashingRegistryCoordinator binds a generic wrapper to an already deployed contract.
func bindContractSlashingRegistryCoordinator(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// OPERATORCHURNAPPROVALTYPEHASH is a free data retrieval call binding the contract method 0xca0de882.
//
// Solidity: function OPERATOR_CHURN_APPROVAL_TYPEHASH() view returns(bytes32)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) OPERATORCHURNAPPROVALTYPEHASH(opts *bind.CallOpts) ([32]byte, error)
⋮----
var out []interface{}
⋮----
// PUBKEYREGISTRATIONTYPEHASH is a free data retrieval call binding the contract method 0x9feab859.
⋮----
// Solidity: function PUBKEY_REGISTRATION_TYPEHASH() view returns(bytes32)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) PUBKEYREGISTRATIONTYPEHASH(opts *bind.CallOpts) ([32]byte, error)
⋮----
// AllocationManager is a free data retrieval call binding the contract method 0xca8aa7c7.
⋮----
// Solidity: function allocationManager() view returns(address)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) AllocationManager(opts *bind.CallOpts) (common.Address, error)
⋮----
// Avs is a free data retrieval call binding the contract method 0xde1164bb.
⋮----
// Solidity: function avs() view returns(address)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) Avs(opts *bind.CallOpts) (common.Address, error)
⋮----
// BlsApkRegistry is a free data retrieval call binding the contract method 0x5df45946.
⋮----
// Solidity: function blsApkRegistry() view returns(address)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) BlsApkRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// CalculateOperatorChurnApprovalDigestHash is a free data retrieval call binding the contract method 0x84ca5213.
⋮----
// Solidity: function calculateOperatorChurnApprovalDigestHash(address registeringOperator, bytes32 registeringOperatorId, (uint8,address)[] operatorKickParams, bytes32 salt, uint256 expiry) view returns(bytes32)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) CalculateOperatorChurnApprovalDigestHash(opts *bind.CallOpts, registeringOperator common.Address, registeringOperatorId [32]byte, operatorKickParams []ISlashingRegistryCoordinatorTypesOperatorKickParam, salt [32]byte, expiry *big.Int) ([32]byte, error)
⋮----
// CalculatePubkeyRegistrationMessageHash is a free data retrieval call binding the contract method 0x73447992.
⋮----
// Solidity: function calculatePubkeyRegistrationMessageHash(address operator) view returns(bytes32)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) CalculatePubkeyRegistrationMessageHash(opts *bind.CallOpts, operator common.Address) ([32]byte, error)
⋮----
// ChurnApprover is a free data retrieval call binding the contract method 0x054310e6.
⋮----
// Solidity: function churnApprover() view returns(address)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) ChurnApprover(opts *bind.CallOpts) (common.Address, error)
⋮----
// DomainSeparator is a free data retrieval call binding the contract method 0xf698da25.
⋮----
// Solidity: function domainSeparator() view returns(bytes32)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) DomainSeparator(opts *bind.CallOpts) ([32]byte, error)
⋮----
// Eip712Domain is a free data retrieval call binding the contract method 0x84b0196e.
⋮----
// Solidity: function eip712Domain() view returns(bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) Eip712Domain(opts *bind.CallOpts) (struct
⋮----
// EjectionCooldown is a free data retrieval call binding the contract method 0xa96f783e.
⋮----
// Solidity: function ejectionCooldown() view returns(uint256)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) EjectionCooldown(opts *bind.CallOpts) (*big.Int, error)
⋮----
// Ejector is a free data retrieval call binding the contract method 0x28f61b31.
⋮----
// Solidity: function ejector() view returns(address)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) Ejector(opts *bind.CallOpts) (common.Address, error)
⋮----
// GetCurrentQuorumBitmap is a free data retrieval call binding the contract method 0x871ef049.
⋮----
// Solidity: function getCurrentQuorumBitmap(bytes32 operatorId) view returns(uint192)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) GetCurrentQuorumBitmap(opts *bind.CallOpts, operatorId [32]byte) (*big.Int, error)
⋮----
// GetOperator is a free data retrieval call binding the contract method 0x5865c60c.
⋮----
// Solidity: function getOperator(address operator) view returns((bytes32,uint8))
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) GetOperator(opts *bind.CallOpts, operator common.Address) (ISlashingRegistryCoordinatorTypesOperatorInfo, error)
⋮----
// GetOperatorFromId is a free data retrieval call binding the contract method 0x296bb064.
⋮----
// Solidity: function getOperatorFromId(bytes32 operatorId) view returns(address)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) GetOperatorFromId(opts *bind.CallOpts, operatorId [32]byte) (common.Address, error)
⋮----
// GetOperatorId is a free data retrieval call binding the contract method 0x13542a4e.
⋮----
// Solidity: function getOperatorId(address operator) view returns(bytes32)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) GetOperatorId(opts *bind.CallOpts, operator common.Address) ([32]byte, error)
⋮----
// GetOperatorSetParams is a free data retrieval call binding the contract method 0xe65797ad.
⋮----
// Solidity: function getOperatorSetParams(uint8 quorumNumber) view returns((uint32,uint16,uint16))
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) GetOperatorSetParams(opts *bind.CallOpts, quorumNumber uint8) (ISlashingRegistryCoordinatorTypesOperatorSetParam, error)
⋮----
// GetOperatorStatus is a free data retrieval call binding the contract method 0xfd39105a.
⋮----
// Solidity: function getOperatorStatus(address operator) view returns(uint8)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) GetOperatorStatus(opts *bind.CallOpts, operator common.Address) (uint8, error)
⋮----
// GetQuorumBitmapAtBlockNumberByIndex is a free data retrieval call binding the contract method 0x04ec6351.
⋮----
// Solidity: function getQuorumBitmapAtBlockNumberByIndex(bytes32 operatorId, uint32 blockNumber, uint256 index) view returns(uint192)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) GetQuorumBitmapAtBlockNumberByIndex(opts *bind.CallOpts, operatorId [32]byte, blockNumber uint32, index *big.Int) (*big.Int, error)
⋮----
// GetQuorumBitmapHistoryLength is a free data retrieval call binding the contract method 0x03fd3492.
⋮----
// Solidity: function getQuorumBitmapHistoryLength(bytes32 operatorId) view returns(uint256)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) GetQuorumBitmapHistoryLength(opts *bind.CallOpts, operatorId [32]byte) (*big.Int, error)
⋮----
// GetQuorumBitmapIndicesAtBlockNumber is a free data retrieval call binding the contract method 0xc391425e.
⋮----
// Solidity: function getQuorumBitmapIndicesAtBlockNumber(uint32 blockNumber, bytes32[] operatorIds) view returns(uint32[])
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) GetQuorumBitmapIndicesAtBlockNumber(opts *bind.CallOpts, blockNumber uint32, operatorIds [][32]byte) ([]uint32, error)
⋮----
// GetQuorumBitmapUpdateByIndex is a free data retrieval call binding the contract method 0x1eb812da.
⋮----
// Solidity: function getQuorumBitmapUpdateByIndex(bytes32 operatorId, uint256 index) view returns((uint32,uint32,uint192))
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) GetQuorumBitmapUpdateByIndex(opts *bind.CallOpts, operatorId [32]byte, index *big.Int) (ISlashingRegistryCoordinatorTypesQuorumBitmapUpdate, error)
⋮----
// IndexRegistry is a free data retrieval call binding the contract method 0x9e9923c2.
⋮----
// Solidity: function indexRegistry() view returns(address)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) IndexRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// IsChurnApproverSaltUsed is a free data retrieval call binding the contract method 0x1478851f.
⋮----
// Solidity: function isChurnApproverSaltUsed(bytes32 ) view returns(bool)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) IsChurnApproverSaltUsed(opts *bind.CallOpts, arg0 [32]byte) (bool, error)
⋮----
// LastEjectionTimestamp is a free data retrieval call binding the contract method 0x125e0584.
⋮----
// Solidity: function lastEjectionTimestamp(address ) view returns(uint256)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) LastEjectionTimestamp(opts *bind.CallOpts, arg0 common.Address) (*big.Int, error)
⋮----
// Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
⋮----
// Solidity: function owner() view returns(address)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) Owner(opts *bind.CallOpts) (common.Address, error)
⋮----
// Paused is a free data retrieval call binding the contract method 0x5ac86ab7.
⋮----
// Solidity: function paused(uint8 index) view returns(bool)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) Paused(opts *bind.CallOpts, index uint8) (bool, error)
⋮----
// Paused0 is a free data retrieval call binding the contract method 0x5c975abb.
⋮----
// Solidity: function paused() view returns(uint256)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) Paused0(opts *bind.CallOpts) (*big.Int, error)
⋮----
// PauserRegistry is a free data retrieval call binding the contract method 0x886f1195.
⋮----
// Solidity: function pauserRegistry() view returns(address)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) PauserRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// PubkeyRegistrationMessageHash is a free data retrieval call binding the contract method 0x3c2a7f4c.
⋮----
// Solidity: function pubkeyRegistrationMessageHash(address operator) view returns((uint256,uint256))
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) PubkeyRegistrationMessageHash(opts *bind.CallOpts, operator common.Address) (BN254G1Point, error)
⋮----
// QuorumCount is a free data retrieval call binding the contract method 0x9aa1653d.
⋮----
// Solidity: function quorumCount() view returns(uint8)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) QuorumCount(opts *bind.CallOpts) (uint8, error)
⋮----
// QuorumUpdateBlockNumber is a free data retrieval call binding the contract method 0x249a0c42.
⋮----
// Solidity: function quorumUpdateBlockNumber(uint8 ) view returns(uint256)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) QuorumUpdateBlockNumber(opts *bind.CallOpts, arg0 uint8) (*big.Int, error)
⋮----
// SocketRegistry is a free data retrieval call binding the contract method 0xea32afae.
⋮----
// Solidity: function socketRegistry() view returns(address)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) SocketRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// StakeRegistry is a free data retrieval call binding the contract method 0x68304835.
⋮----
// Solidity: function stakeRegistry() view returns(address)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) StakeRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// SupportsAVS is a free data retrieval call binding the contract method 0xb5265787.
⋮----
// Solidity: function supportsAVS(address _avs) view returns(bool)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) SupportsAVS(opts *bind.CallOpts, _avs common.Address) (bool, error)
⋮----
// Version is a free data retrieval call binding the contract method 0x54fd4d50.
⋮----
// Solidity: function version() view returns(string)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorCaller) Version(opts *bind.CallOpts) (string, error)
⋮----
// CreateSlashableStakeQuorum is a paid mutator transaction binding the contract method 0x3eef3a51.
⋮----
// Solidity: function createSlashableStakeQuorum((uint32,uint16,uint16) operatorSetParams, uint96 minimumStake, (address,uint96)[] strategyParams, uint32 lookAheadPeriod) returns()
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorTransactor) CreateSlashableStakeQuorum(opts *bind.TransactOpts, operatorSetParams ISlashingRegistryCoordinatorTypesOperatorSetParam, minimumStake *big.Int, strategyParams []IStakeRegistryTypesStrategyParams, lookAheadPeriod uint32) (*types.Transaction, error)
⋮----
// CreateTotalDelegatedStakeQuorum is a paid mutator transaction binding the contract method 0x8281ab75.
⋮----
// Solidity: function createTotalDelegatedStakeQuorum((uint32,uint16,uint16) operatorSetParams, uint96 minimumStake, (address,uint96)[] strategyParams) returns()
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorTransactor) CreateTotalDelegatedStakeQuorum(opts *bind.TransactOpts, operatorSetParams ISlashingRegistryCoordinatorTypesOperatorSetParam, minimumStake *big.Int, strategyParams []IStakeRegistryTypesStrategyParams) (*types.Transaction, error)
⋮----
// DeregisterOperator is a paid mutator transaction binding the contract method 0x303ca956.
⋮----
// Solidity: function deregisterOperator(address operator, address avs, uint32[] operatorSetIds) returns()
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorTransactor) DeregisterOperator(opts *bind.TransactOpts, operator common.Address, avs common.Address, operatorSetIds []uint32) (*types.Transaction, error)
⋮----
// EjectOperator is a paid mutator transaction binding the contract method 0x6e3b17db.
⋮----
// Solidity: function ejectOperator(address operator, bytes quorumNumbers) returns()
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorTransactor) EjectOperator(opts *bind.TransactOpts, operator common.Address, quorumNumbers []byte) (*types.Transaction, error)
⋮----
// Initialize is a paid mutator transaction binding the contract method 0x530b97a4.
⋮----
// Solidity: function initialize(address initialOwner, address churnApprover, address ejector, uint256 initialPausedStatus, address avs) returns()
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorTransactor) Initialize(opts *bind.TransactOpts, initialOwner common.Address, churnApprover common.Address, ejector common.Address, initialPausedStatus *big.Int, avs common.Address) (*types.Transaction, error)
⋮----
// Pause is a paid mutator transaction binding the contract method 0x136439dd.
⋮----
// Solidity: function pause(uint256 newPausedStatus) returns()
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorTransactor) Pause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// PauseAll is a paid mutator transaction binding the contract method 0x595c6a67.
⋮----
// Solidity: function pauseAll() returns()
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorTransactor) PauseAll(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// RegisterOperator is a paid mutator transaction binding the contract method 0xc63fd502.
⋮----
// Solidity: function registerOperator(address operator, address avs, uint32[] operatorSetIds, bytes data) returns()
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorTransactor) RegisterOperator(opts *bind.TransactOpts, operator common.Address, avs common.Address, operatorSetIds []uint32, data []byte) (*types.Transaction, error)
⋮----
// RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
⋮----
// Solidity: function renounceOwnership() returns()
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// SetAVS is a paid mutator transaction binding the contract method 0xa65497c6.
⋮----
// Solidity: function setAVS(address _avs) returns()
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorTransactor) SetAVS(opts *bind.TransactOpts, _avs common.Address) (*types.Transaction, error)
⋮----
// SetChurnApprover is a paid mutator transaction binding the contract method 0x29d1e0c3.
⋮----
// Solidity: function setChurnApprover(address _churnApprover) returns()
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorTransactor) SetChurnApprover(opts *bind.TransactOpts, _churnApprover common.Address) (*types.Transaction, error)
⋮----
// SetEjectionCooldown is a paid mutator transaction binding the contract method 0x0d3f2134.
⋮----
// Solidity: function setEjectionCooldown(uint256 _ejectionCooldown) returns()
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorTransactor) SetEjectionCooldown(opts *bind.TransactOpts, _ejectionCooldown *big.Int) (*types.Transaction, error)
⋮----
// SetEjector is a paid mutator transaction binding the contract method 0x2cdd1e86.
⋮----
// Solidity: function setEjector(address _ejector) returns()
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorTransactor) SetEjector(opts *bind.TransactOpts, _ejector common.Address) (*types.Transaction, error)
⋮----
// SetOperatorSetParams is a paid mutator transaction binding the contract method 0x5b0b829f.
⋮----
// Solidity: function setOperatorSetParams(uint8 quorumNumber, (uint32,uint16,uint16) operatorSetParams) returns()
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorTransactor) SetOperatorSetParams(opts *bind.TransactOpts, quorumNumber uint8, operatorSetParams ISlashingRegistryCoordinatorTypesOperatorSetParam) (*types.Transaction, error)
⋮----
// TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
⋮----
// Solidity: function transferOwnership(address newOwner) returns()
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
⋮----
// Unpause is a paid mutator transaction binding the contract method 0xfabc1cbc.
⋮----
// Solidity: function unpause(uint256 newPausedStatus) returns()
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorTransactor) Unpause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// UpdateOperators is a paid mutator transaction binding the contract method 0x00cf2ab5.
⋮----
// Solidity: function updateOperators(address[] operators) returns()
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorTransactor) UpdateOperators(opts *bind.TransactOpts, operators []common.Address) (*types.Transaction, error)
⋮----
// UpdateOperatorsForQuorum is a paid mutator transaction binding the contract method 0x5140a548.
⋮----
// Solidity: function updateOperatorsForQuorum(address[][] operatorsPerQuorum, bytes quorumNumbers) returns()
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorTransactor) UpdateOperatorsForQuorum(opts *bind.TransactOpts, operatorsPerQuorum [][]common.Address, quorumNumbers []byte) (*types.Transaction, error)
⋮----
// UpdateSocket is a paid mutator transaction binding the contract method 0x0cf4b767.
⋮----
// Solidity: function updateSocket(string socket) returns()
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorTransactor) UpdateSocket(opts *bind.TransactOpts, socket string) (*types.Transaction, error)
⋮----
// ContractSlashingRegistryCoordinatorAVSUpdatedIterator is returned from FilterAVSUpdated and is used to iterate over the raw logs and unpacked data for AVSUpdated events raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorAVSUpdatedIterator struct {
	Event *ContractSlashingRegistryCoordinatorAVSUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractSlashingRegistryCoordinatorAVSUpdated // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractSlashingRegistryCoordinatorAVSUpdatedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractSlashingRegistryCoordinatorAVSUpdatedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractSlashingRegistryCoordinatorAVSUpdatedIterator) Close() error
⋮----
// ContractSlashingRegistryCoordinatorAVSUpdated represents a AVSUpdated event raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorAVSUpdated struct {
	PrevAVS common.Address
	NewAVS  common.Address
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterAVSUpdated is a free log retrieval operation binding the contract event 0x9770f3cadfdcbb6f93af935e86047111590c3768271d237e4a2bc0b874bed693.
⋮----
// Solidity: event AVSUpdated(address prevAVS, address newAVS)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) FilterAVSUpdated(opts *bind.FilterOpts) (*ContractSlashingRegistryCoordinatorAVSUpdatedIterator, error)
⋮----
// WatchAVSUpdated is a free log subscription operation binding the contract event 0x9770f3cadfdcbb6f93af935e86047111590c3768271d237e4a2bc0b874bed693.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) WatchAVSUpdated(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorAVSUpdated) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseAVSUpdated is a log parse operation binding the contract event 0x9770f3cadfdcbb6f93af935e86047111590c3768271d237e4a2bc0b874bed693.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) ParseAVSUpdated(log types.Log) (*ContractSlashingRegistryCoordinatorAVSUpdated, error)
⋮----
// ContractSlashingRegistryCoordinatorChurnApproverUpdatedIterator is returned from FilterChurnApproverUpdated and is used to iterate over the raw logs and unpacked data for ChurnApproverUpdated events raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorChurnApproverUpdatedIterator struct {
	Event *ContractSlashingRegistryCoordinatorChurnApproverUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractSlashingRegistryCoordinatorChurnApproverUpdated // Event containing the contract specifics and raw log
⋮----
// ContractSlashingRegistryCoordinatorChurnApproverUpdated represents a ChurnApproverUpdated event raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorChurnApproverUpdated struct {
	PrevChurnApprover common.Address
	NewChurnApprover  common.Address
	Raw               types.Log // Blockchain specific contextual infos
}
⋮----
Raw               types.Log // Blockchain specific contextual infos
⋮----
// FilterChurnApproverUpdated is a free log retrieval operation binding the contract event 0x315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c.
⋮----
// Solidity: event ChurnApproverUpdated(address prevChurnApprover, address newChurnApprover)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) FilterChurnApproverUpdated(opts *bind.FilterOpts) (*ContractSlashingRegistryCoordinatorChurnApproverUpdatedIterator, error)
⋮----
// WatchChurnApproverUpdated is a free log subscription operation binding the contract event 0x315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) WatchChurnApproverUpdated(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorChurnApproverUpdated) (event.Subscription, error)
⋮----
// ParseChurnApproverUpdated is a log parse operation binding the contract event 0x315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) ParseChurnApproverUpdated(log types.Log) (*ContractSlashingRegistryCoordinatorChurnApproverUpdated, error)
⋮----
// ContractSlashingRegistryCoordinatorEIP712DomainChangedIterator is returned from FilterEIP712DomainChanged and is used to iterate over the raw logs and unpacked data for EIP712DomainChanged events raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorEIP712DomainChangedIterator struct {
	Event *ContractSlashingRegistryCoordinatorEIP712DomainChanged // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractSlashingRegistryCoordinatorEIP712DomainChanged // Event containing the contract specifics and raw log
⋮----
// ContractSlashingRegistryCoordinatorEIP712DomainChanged represents a EIP712DomainChanged event raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorEIP712DomainChanged struct {
	Raw types.Log // Blockchain specific contextual infos
}
⋮----
Raw types.Log // Blockchain specific contextual infos
⋮----
// FilterEIP712DomainChanged is a free log retrieval operation binding the contract event 0x0a6387c9ea3628b88a633bb4f3b151770f70085117a15f9bf3787cda53f13d31.
⋮----
// Solidity: event EIP712DomainChanged()
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) FilterEIP712DomainChanged(opts *bind.FilterOpts) (*ContractSlashingRegistryCoordinatorEIP712DomainChangedIterator, error)
⋮----
// WatchEIP712DomainChanged is a free log subscription operation binding the contract event 0x0a6387c9ea3628b88a633bb4f3b151770f70085117a15f9bf3787cda53f13d31.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) WatchEIP712DomainChanged(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorEIP712DomainChanged) (event.Subscription, error)
⋮----
// ParseEIP712DomainChanged is a log parse operation binding the contract event 0x0a6387c9ea3628b88a633bb4f3b151770f70085117a15f9bf3787cda53f13d31.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) ParseEIP712DomainChanged(log types.Log) (*ContractSlashingRegistryCoordinatorEIP712DomainChanged, error)
⋮----
// ContractSlashingRegistryCoordinatorEjectionCooldownUpdatedIterator is returned from FilterEjectionCooldownUpdated and is used to iterate over the raw logs and unpacked data for EjectionCooldownUpdated events raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorEjectionCooldownUpdatedIterator struct {
	Event *ContractSlashingRegistryCoordinatorEjectionCooldownUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractSlashingRegistryCoordinatorEjectionCooldownUpdated // Event containing the contract specifics and raw log
⋮----
// ContractSlashingRegistryCoordinatorEjectionCooldownUpdated represents a EjectionCooldownUpdated event raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorEjectionCooldownUpdated struct {
	PrevEjectionCooldown *big.Int
	NewEjectionCooldown  *big.Int
	Raw                  types.Log // Blockchain specific contextual infos
}
⋮----
Raw                  types.Log // Blockchain specific contextual infos
⋮----
// FilterEjectionCooldownUpdated is a free log retrieval operation binding the contract event 0xa77a91bea7b6d95a8eb5a54878a1d9e3c875e26c86a9b70e3420c5c5db193b62.
⋮----
// Solidity: event EjectionCooldownUpdated(uint256 prevEjectionCooldown, uint256 newEjectionCooldown)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) FilterEjectionCooldownUpdated(opts *bind.FilterOpts) (*ContractSlashingRegistryCoordinatorEjectionCooldownUpdatedIterator, error)
⋮----
// WatchEjectionCooldownUpdated is a free log subscription operation binding the contract event 0xa77a91bea7b6d95a8eb5a54878a1d9e3c875e26c86a9b70e3420c5c5db193b62.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) WatchEjectionCooldownUpdated(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorEjectionCooldownUpdated) (event.Subscription, error)
⋮----
// ParseEjectionCooldownUpdated is a log parse operation binding the contract event 0xa77a91bea7b6d95a8eb5a54878a1d9e3c875e26c86a9b70e3420c5c5db193b62.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) ParseEjectionCooldownUpdated(log types.Log) (*ContractSlashingRegistryCoordinatorEjectionCooldownUpdated, error)
⋮----
// ContractSlashingRegistryCoordinatorEjectorUpdatedIterator is returned from FilterEjectorUpdated and is used to iterate over the raw logs and unpacked data for EjectorUpdated events raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorEjectorUpdatedIterator struct {
	Event *ContractSlashingRegistryCoordinatorEjectorUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractSlashingRegistryCoordinatorEjectorUpdated // Event containing the contract specifics and raw log
⋮----
// ContractSlashingRegistryCoordinatorEjectorUpdated represents a EjectorUpdated event raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorEjectorUpdated struct {
	PrevEjector common.Address
	NewEjector  common.Address
	Raw         types.Log // Blockchain specific contextual infos
}
⋮----
Raw         types.Log // Blockchain specific contextual infos
⋮----
// FilterEjectorUpdated is a free log retrieval operation binding the contract event 0x8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc9.
⋮----
// Solidity: event EjectorUpdated(address prevEjector, address newEjector)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) FilterEjectorUpdated(opts *bind.FilterOpts) (*ContractSlashingRegistryCoordinatorEjectorUpdatedIterator, error)
⋮----
// WatchEjectorUpdated is a free log subscription operation binding the contract event 0x8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc9.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) WatchEjectorUpdated(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorEjectorUpdated) (event.Subscription, error)
⋮----
// ParseEjectorUpdated is a log parse operation binding the contract event 0x8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc9.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) ParseEjectorUpdated(log types.Log) (*ContractSlashingRegistryCoordinatorEjectorUpdated, error)
⋮----
// ContractSlashingRegistryCoordinatorInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorInitializedIterator struct {
	Event *ContractSlashingRegistryCoordinatorInitialized // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractSlashingRegistryCoordinatorInitialized // Event containing the contract specifics and raw log
⋮----
// ContractSlashingRegistryCoordinatorInitialized represents a Initialized event raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorInitialized struct {
	Version uint8
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
// FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
// Solidity: event Initialized(uint8 version)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) FilterInitialized(opts *bind.FilterOpts) (*ContractSlashingRegistryCoordinatorInitializedIterator, error)
⋮----
// WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorInitialized) (event.Subscription, error)
⋮----
// ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) ParseInitialized(log types.Log) (*ContractSlashingRegistryCoordinatorInitialized, error)
⋮----
// ContractSlashingRegistryCoordinatorOperatorDeregisteredIterator is returned from FilterOperatorDeregistered and is used to iterate over the raw logs and unpacked data for OperatorDeregistered events raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorOperatorDeregisteredIterator struct {
	Event *ContractSlashingRegistryCoordinatorOperatorDeregistered // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractSlashingRegistryCoordinatorOperatorDeregistered // Event containing the contract specifics and raw log
⋮----
// ContractSlashingRegistryCoordinatorOperatorDeregistered represents a OperatorDeregistered event raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorOperatorDeregistered struct {
	Operator   common.Address
	OperatorId [32]byte
	Raw        types.Log // Blockchain specific contextual infos
}
⋮----
Raw        types.Log // Blockchain specific contextual infos
⋮----
// FilterOperatorDeregistered is a free log retrieval operation binding the contract event 0x396fdcb180cb0fea26928113fb0fd1c3549863f9cd563e6a184f1d578116c8e4.
⋮----
// Solidity: event OperatorDeregistered(address indexed operator, bytes32 indexed operatorId)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) FilterOperatorDeregistered(opts *bind.FilterOpts, operator []common.Address, operatorId [][32]byte) (*ContractSlashingRegistryCoordinatorOperatorDeregisteredIterator, error)
⋮----
var operatorRule []interface{}
⋮----
var operatorIdRule []interface{}
⋮----
// WatchOperatorDeregistered is a free log subscription operation binding the contract event 0x396fdcb180cb0fea26928113fb0fd1c3549863f9cd563e6a184f1d578116c8e4.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) WatchOperatorDeregistered(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorOperatorDeregistered, operator []common.Address, operatorId [][32]byte) (event.Subscription, error)
⋮----
// ParseOperatorDeregistered is a log parse operation binding the contract event 0x396fdcb180cb0fea26928113fb0fd1c3549863f9cd563e6a184f1d578116c8e4.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) ParseOperatorDeregistered(log types.Log) (*ContractSlashingRegistryCoordinatorOperatorDeregistered, error)
⋮----
// ContractSlashingRegistryCoordinatorOperatorRegisteredIterator is returned from FilterOperatorRegistered and is used to iterate over the raw logs and unpacked data for OperatorRegistered events raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorOperatorRegisteredIterator struct {
	Event *ContractSlashingRegistryCoordinatorOperatorRegistered // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractSlashingRegistryCoordinatorOperatorRegistered // Event containing the contract specifics and raw log
⋮----
// ContractSlashingRegistryCoordinatorOperatorRegistered represents a OperatorRegistered event raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorOperatorRegistered struct {
	Operator   common.Address
	OperatorId [32]byte
	Raw        types.Log // Blockchain specific contextual infos
}
⋮----
// FilterOperatorRegistered is a free log retrieval operation binding the contract event 0xe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe.
⋮----
// Solidity: event OperatorRegistered(address indexed operator, bytes32 indexed operatorId)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) FilterOperatorRegistered(opts *bind.FilterOpts, operator []common.Address, operatorId [][32]byte) (*ContractSlashingRegistryCoordinatorOperatorRegisteredIterator, error)
⋮----
// WatchOperatorRegistered is a free log subscription operation binding the contract event 0xe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) WatchOperatorRegistered(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorOperatorRegistered, operator []common.Address, operatorId [][32]byte) (event.Subscription, error)
⋮----
// ParseOperatorRegistered is a log parse operation binding the contract event 0xe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) ParseOperatorRegistered(log types.Log) (*ContractSlashingRegistryCoordinatorOperatorRegistered, error)
⋮----
// ContractSlashingRegistryCoordinatorOperatorSetParamsUpdatedIterator is returned from FilterOperatorSetParamsUpdated and is used to iterate over the raw logs and unpacked data for OperatorSetParamsUpdated events raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorOperatorSetParamsUpdatedIterator struct {
	Event *ContractSlashingRegistryCoordinatorOperatorSetParamsUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractSlashingRegistryCoordinatorOperatorSetParamsUpdated // Event containing the contract specifics and raw log
⋮----
// ContractSlashingRegistryCoordinatorOperatorSetParamsUpdated represents a OperatorSetParamsUpdated event raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorOperatorSetParamsUpdated struct {
	QuorumNumber      uint8
	OperatorSetParams ISlashingRegistryCoordinatorTypesOperatorSetParam
	Raw               types.Log // Blockchain specific contextual infos
}
⋮----
// FilterOperatorSetParamsUpdated is a free log retrieval operation binding the contract event 0x3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac.
⋮----
// Solidity: event OperatorSetParamsUpdated(uint8 indexed quorumNumber, (uint32,uint16,uint16) operatorSetParams)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) FilterOperatorSetParamsUpdated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractSlashingRegistryCoordinatorOperatorSetParamsUpdatedIterator, error)
⋮----
var quorumNumberRule []interface{}
⋮----
// WatchOperatorSetParamsUpdated is a free log subscription operation binding the contract event 0x3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) WatchOperatorSetParamsUpdated(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorOperatorSetParamsUpdated, quorumNumber []uint8) (event.Subscription, error)
⋮----
// ParseOperatorSetParamsUpdated is a log parse operation binding the contract event 0x3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) ParseOperatorSetParamsUpdated(log types.Log) (*ContractSlashingRegistryCoordinatorOperatorSetParamsUpdated, error)
⋮----
// ContractSlashingRegistryCoordinatorOperatorSocketUpdateIterator is returned from FilterOperatorSocketUpdate and is used to iterate over the raw logs and unpacked data for OperatorSocketUpdate events raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorOperatorSocketUpdateIterator struct {
	Event *ContractSlashingRegistryCoordinatorOperatorSocketUpdate // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractSlashingRegistryCoordinatorOperatorSocketUpdate // Event containing the contract specifics and raw log
⋮----
// ContractSlashingRegistryCoordinatorOperatorSocketUpdate represents a OperatorSocketUpdate event raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorOperatorSocketUpdate struct {
	OperatorId [32]byte
	Socket     string
	Raw        types.Log // Blockchain specific contextual infos
}
⋮----
// FilterOperatorSocketUpdate is a free log retrieval operation binding the contract event 0xec2963ab21c1e50e1e582aa542af2e4bf7bf38e6e1403c27b42e1c5d6e621eaa.
⋮----
// Solidity: event OperatorSocketUpdate(bytes32 indexed operatorId, string socket)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) FilterOperatorSocketUpdate(opts *bind.FilterOpts, operatorId [][32]byte) (*ContractSlashingRegistryCoordinatorOperatorSocketUpdateIterator, error)
⋮----
// WatchOperatorSocketUpdate is a free log subscription operation binding the contract event 0xec2963ab21c1e50e1e582aa542af2e4bf7bf38e6e1403c27b42e1c5d6e621eaa.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) WatchOperatorSocketUpdate(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorOperatorSocketUpdate, operatorId [][32]byte) (event.Subscription, error)
⋮----
// ParseOperatorSocketUpdate is a log parse operation binding the contract event 0xec2963ab21c1e50e1e582aa542af2e4bf7bf38e6e1403c27b42e1c5d6e621eaa.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) ParseOperatorSocketUpdate(log types.Log) (*ContractSlashingRegistryCoordinatorOperatorSocketUpdate, error)
⋮----
// ContractSlashingRegistryCoordinatorOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorOwnershipTransferredIterator struct {
	Event *ContractSlashingRegistryCoordinatorOwnershipTransferred // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractSlashingRegistryCoordinatorOwnershipTransferred // Event containing the contract specifics and raw log
⋮----
// ContractSlashingRegistryCoordinatorOwnershipTransferred represents a OwnershipTransferred event raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}
⋮----
Raw           types.Log // Blockchain specific contextual infos
⋮----
// FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
// Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractSlashingRegistryCoordinatorOwnershipTransferredIterator, error)
⋮----
var previousOwnerRule []interface{}
⋮----
var newOwnerRule []interface{}
⋮----
// WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
⋮----
// ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) ParseOwnershipTransferred(log types.Log) (*ContractSlashingRegistryCoordinatorOwnershipTransferred, error)
⋮----
// ContractSlashingRegistryCoordinatorPausedIterator is returned from FilterPaused and is used to iterate over the raw logs and unpacked data for Paused events raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorPausedIterator struct {
	Event *ContractSlashingRegistryCoordinatorPaused // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractSlashingRegistryCoordinatorPaused // Event containing the contract specifics and raw log
⋮----
// ContractSlashingRegistryCoordinatorPaused represents a Paused event raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorPaused struct {
	Account         common.Address
	NewPausedStatus *big.Int
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
Raw             types.Log // Blockchain specific contextual infos
⋮----
// FilterPaused is a free log retrieval operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
// Solidity: event Paused(address indexed account, uint256 newPausedStatus)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) FilterPaused(opts *bind.FilterOpts, account []common.Address) (*ContractSlashingRegistryCoordinatorPausedIterator, error)
⋮----
var accountRule []interface{}
⋮----
// WatchPaused is a free log subscription operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorPaused, account []common.Address) (event.Subscription, error)
⋮----
// ParsePaused is a log parse operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) ParsePaused(log types.Log) (*ContractSlashingRegistryCoordinatorPaused, error)
⋮----
// ContractSlashingRegistryCoordinatorQuorumBlockNumberUpdatedIterator is returned from FilterQuorumBlockNumberUpdated and is used to iterate over the raw logs and unpacked data for QuorumBlockNumberUpdated events raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorQuorumBlockNumberUpdatedIterator struct {
	Event *ContractSlashingRegistryCoordinatorQuorumBlockNumberUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractSlashingRegistryCoordinatorQuorumBlockNumberUpdated // Event containing the contract specifics and raw log
⋮----
// ContractSlashingRegistryCoordinatorQuorumBlockNumberUpdated represents a QuorumBlockNumberUpdated event raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorQuorumBlockNumberUpdated struct {
	QuorumNumber uint8
	Blocknumber  *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}
⋮----
Raw          types.Log // Blockchain specific contextual infos
⋮----
// FilterQuorumBlockNumberUpdated is a free log retrieval operation binding the contract event 0x46077d55330763f16269fd75e5761663f4192d2791747c0189b16ad31db07db4.
⋮----
// Solidity: event QuorumBlockNumberUpdated(uint8 indexed quorumNumber, uint256 blocknumber)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) FilterQuorumBlockNumberUpdated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractSlashingRegistryCoordinatorQuorumBlockNumberUpdatedIterator, error)
⋮----
// WatchQuorumBlockNumberUpdated is a free log subscription operation binding the contract event 0x46077d55330763f16269fd75e5761663f4192d2791747c0189b16ad31db07db4.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) WatchQuorumBlockNumberUpdated(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorQuorumBlockNumberUpdated, quorumNumber []uint8) (event.Subscription, error)
⋮----
// ParseQuorumBlockNumberUpdated is a log parse operation binding the contract event 0x46077d55330763f16269fd75e5761663f4192d2791747c0189b16ad31db07db4.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) ParseQuorumBlockNumberUpdated(log types.Log) (*ContractSlashingRegistryCoordinatorQuorumBlockNumberUpdated, error)
⋮----
// ContractSlashingRegistryCoordinatorQuorumCreatedIterator is returned from FilterQuorumCreated and is used to iterate over the raw logs and unpacked data for QuorumCreated events raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorQuorumCreatedIterator struct {
	Event *ContractSlashingRegistryCoordinatorQuorumCreated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractSlashingRegistryCoordinatorQuorumCreated // Event containing the contract specifics and raw log
⋮----
// ContractSlashingRegistryCoordinatorQuorumCreated represents a QuorumCreated event raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorQuorumCreated struct {
	QuorumNumber      uint8
	OperatorSetParams ISlashingRegistryCoordinatorTypesOperatorSetParam
	MinimumStake      *big.Int
	StrategyParams    []IStakeRegistryTypesStrategyParams
	StakeType         uint8
	LookAheadPeriod   uint32
	Raw               types.Log // Blockchain specific contextual infos
}
⋮----
// FilterQuorumCreated is a free log retrieval operation binding the contract event 0xa34835bc2b673ec37fcf1591a91295b163fc2e181e4ea4e733beb27de1ceac4c.
⋮----
// Solidity: event QuorumCreated(uint8 indexed quorumNumber, (uint32,uint16,uint16) operatorSetParams, uint96 minimumStake, (address,uint96)[] strategyParams, uint8 stakeType, uint32 lookAheadPeriod)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) FilterQuorumCreated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractSlashingRegistryCoordinatorQuorumCreatedIterator, error)
⋮----
// WatchQuorumCreated is a free log subscription operation binding the contract event 0xa34835bc2b673ec37fcf1591a91295b163fc2e181e4ea4e733beb27de1ceac4c.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) WatchQuorumCreated(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorQuorumCreated, quorumNumber []uint8) (event.Subscription, error)
⋮----
// ParseQuorumCreated is a log parse operation binding the contract event 0xa34835bc2b673ec37fcf1591a91295b163fc2e181e4ea4e733beb27de1ceac4c.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) ParseQuorumCreated(log types.Log) (*ContractSlashingRegistryCoordinatorQuorumCreated, error)
⋮----
// ContractSlashingRegistryCoordinatorUnpausedIterator is returned from FilterUnpaused and is used to iterate over the raw logs and unpacked data for Unpaused events raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorUnpausedIterator struct {
	Event *ContractSlashingRegistryCoordinatorUnpaused // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractSlashingRegistryCoordinatorUnpaused // Event containing the contract specifics and raw log
⋮----
// ContractSlashingRegistryCoordinatorUnpaused represents a Unpaused event raised by the ContractSlashingRegistryCoordinator contract.
type ContractSlashingRegistryCoordinatorUnpaused struct {
	Account         common.Address
	NewPausedStatus *big.Int
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
// FilterUnpaused is a free log retrieval operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
// Solidity: event Unpaused(address indexed account, uint256 newPausedStatus)
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) FilterUnpaused(opts *bind.FilterOpts, account []common.Address) (*ContractSlashingRegistryCoordinatorUnpausedIterator, error)
⋮----
// WatchUnpaused is a free log subscription operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractSlashingRegistryCoordinatorUnpaused, account []common.Address) (event.Subscription, error)
⋮----
// ParseUnpaused is a log parse operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
func (_ContractSlashingRegistryCoordinator *ContractSlashingRegistryCoordinatorFilterer) ParseUnpaused(log types.Log) (*ContractSlashingRegistryCoordinatorUnpaused, error)
````

## File: contracts/bindings/SocketRegistry/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractSocketRegistry
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// ContractSocketRegistryMetaData contains all meta data concerning the ContractSocketRegistry contract.
var ContractSocketRegistryMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"_slashingRegistryCoordinator\",\"type\":\"address\",\"internalType\":\"contractISlashingRegistryCoordinator\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"getOperatorSocket\",\"inputs\":[{\"name\":\"_operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"operatorIdToSocket\",\"inputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"setOperatorSocket\",\"inputs\":[{\"name\":\"_operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"_socket\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"slashingRegistryCoordinator\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"error\",\"name\":\"OnlySlashingRegistryCoordinator\",\"inputs\":[]}]",
	Bin: "0x60a0604052348015600e575f5ffd5b5060405161058e38038061058e833981016040819052602b91603b565b6001600160a01b03166080526066565b5f60208284031215604a575f5ffd5b81516001600160a01b0381168114605f575f5ffd5b9392505050565b60805161050a6100845f395f8181608f015261021f015261050a5ff3fe608060405234801561000f575f5ffd5b506004361061004a575f3560e01c806310bea0d71461004e578063af65fdfc14610077578063cf1d6b421461008a578063f043367e146100c9575b5f5ffd5b61006161005c366004610279565b6100de565b60405161006e9190610290565b60405180910390f35b610061610085366004610279565b61017d565b6100b17f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b03909116815260200161006e565b6100dc6100d73660046102d9565b610214565b005b5f8181526020819052604090208054606091906100fa90610396565b80601f016020809104026020016040519081016040528092919081815260200182805461012690610396565b80156101715780601f1061014857610100808354040283529160200191610171565b820191905f5260205f20905b81548152906001019060200180831161015457829003601f168201915b50505050509050919050565b5f602081905290815260409020805461019590610396565b80601f01602080910402602001604051908101604052809291908181526020018280546101c190610396565b801561020c5780601f106101e35761010080835404028352916020019161020c565b820191905f5260205f20905b8154815290600101906020018083116101ef57829003601f168201915b505050505081565b336001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161461025d57604051632c01b20560e21b815260040160405180910390fd5b5f8281526020819052604090206102748282610419565b505050565b5f60208284031215610289575f5ffd5b5035919050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156102ea575f5ffd5b82359150602083013567ffffffffffffffff811115610307575f5ffd5b8301601f81018513610317575f5ffd5b803567ffffffffffffffff811115610331576103316102c5565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610360576103606102c5565b604052818152828201602001871015610377575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b600181811c908216806103aa57607f821691505b6020821081036103c857634e487b7160e01b5f52602260045260245ffd5b50919050565b601f82111561027457805f5260205f20601f840160051c810160208510156103f35750805b601f840160051c820191505b81811015610412575f81556001016103ff565b5050505050565b815167ffffffffffffffff811115610433576104336102c5565b610447816104418454610396565b846103ce565b6020601f821160018114610479575f83156104625750848201515b5f19600385901b1c1916600184901b178455610412565b5f84815260208120601f198516915b828110156104a85787850151825560209485019460019092019101610488565b50848210156104c557868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fea2646970667358221220e8a5ff75c2bcbed8081911e55c7f35069b29b51c8b5e6c9c083c684f7ba2447264736f6c634300081b0033",
}
⋮----
// ContractSocketRegistryABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractSocketRegistryMetaData.ABI instead.
var ContractSocketRegistryABI = ContractSocketRegistryMetaData.ABI
⋮----
// ContractSocketRegistryBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractSocketRegistryMetaData.Bin instead.
var ContractSocketRegistryBin = ContractSocketRegistryMetaData.Bin
⋮----
// DeployContractSocketRegistry deploys a new Ethereum contract, binding an instance of ContractSocketRegistry to it.
func DeployContractSocketRegistry(auth *bind.TransactOpts, backend bind.ContractBackend, _slashingRegistryCoordinator common.Address) (common.Address, *types.Transaction, *ContractSocketRegistry, error)
⋮----
// ContractSocketRegistryMethods is an auto generated interface around an Ethereum contract.
type ContractSocketRegistryMethods interface {
	ContractSocketRegistryCalls
	ContractSocketRegistryTransacts
	ContractSocketRegistryFilters
}
⋮----
// ContractSocketRegistryCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractSocketRegistryCalls interface {
	GetOperatorSocket(opts *bind.CallOpts, _operatorId [32]byte) (string, error)

	OperatorIdToSocket(opts *bind.CallOpts, arg0 [32]byte) (string, error)

	SlashingRegistryCoordinator(opts *bind.CallOpts) (common.Address, error)
}
⋮----
// ContractSocketRegistryTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractSocketRegistryTransacts interface {
	SetOperatorSocket(opts *bind.TransactOpts, _operatorId [32]byte, _socket string) (*types.Transaction, error)
}
⋮----
// ContractSocketRegistryFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractSocketRegistryFilters interface {
}
⋮----
// ContractSocketRegistry is an auto generated Go binding around an Ethereum contract.
type ContractSocketRegistry struct {
	ContractSocketRegistryCaller     // Read-only binding to the contract
	ContractSocketRegistryTransactor // Write-only binding to the contract
	ContractSocketRegistryFilterer   // Log filterer for contract events
}
⋮----
ContractSocketRegistryCaller     // Read-only binding to the contract
ContractSocketRegistryTransactor // Write-only binding to the contract
ContractSocketRegistryFilterer   // Log filterer for contract events
⋮----
// ContractSocketRegistry implements the ContractSocketRegistryMethods interface.
var _ ContractSocketRegistryMethods = (*ContractSocketRegistry)(nil)
⋮----
// ContractSocketRegistryCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractSocketRegistryCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractSocketRegistryCaller implements the ContractSocketRegistryCalls interface.
var _ ContractSocketRegistryCalls = (*ContractSocketRegistryCaller)(nil)
⋮----
// ContractSocketRegistryTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractSocketRegistryTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractSocketRegistryTransactor implements the ContractSocketRegistryTransacts interface.
var _ ContractSocketRegistryTransacts = (*ContractSocketRegistryTransactor)(nil)
⋮----
// ContractSocketRegistryFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractSocketRegistryFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractSocketRegistryFilterer implements the ContractSocketRegistryFilters interface.
var _ ContractSocketRegistryFilters = (*ContractSocketRegistryFilterer)(nil)
⋮----
// ContractSocketRegistrySession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractSocketRegistrySession struct {
	Contract     *ContractSocketRegistry // Generic contract binding to set the session for
	CallOpts     bind.CallOpts           // Call options to use throughout this session
	TransactOpts bind.TransactOpts       // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractSocketRegistry // Generic contract binding to set the session for
CallOpts     bind.CallOpts           // Call options to use throughout this session
TransactOpts bind.TransactOpts       // Transaction auth options to use throughout this session
⋮----
// ContractSocketRegistryCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractSocketRegistryCallerSession struct {
	Contract *ContractSocketRegistryCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                 // Call options to use throughout this session
}
⋮----
Contract *ContractSocketRegistryCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                 // Call options to use throughout this session
⋮----
// ContractSocketRegistryTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractSocketRegistryTransactorSession struct {
	Contract     *ContractSocketRegistryTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                 // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractSocketRegistryTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                 // Transaction auth options to use throughout this session
⋮----
// ContractSocketRegistryRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractSocketRegistryRaw struct {
	Contract *ContractSocketRegistry // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractSocketRegistry // Generic contract binding to access the raw methods on
⋮----
// ContractSocketRegistryCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractSocketRegistryCallerRaw struct {
	Contract *ContractSocketRegistryCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractSocketRegistryCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractSocketRegistryTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractSocketRegistryTransactorRaw struct {
	Contract *ContractSocketRegistryTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractSocketRegistryTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractSocketRegistry creates a new instance of ContractSocketRegistry, bound to a specific deployed contract.
func NewContractSocketRegistry(address common.Address, backend bind.ContractBackend) (*ContractSocketRegistry, error)
⋮----
// NewContractSocketRegistryCaller creates a new read-only instance of ContractSocketRegistry, bound to a specific deployed contract.
func NewContractSocketRegistryCaller(address common.Address, caller bind.ContractCaller) (*ContractSocketRegistryCaller, error)
⋮----
// NewContractSocketRegistryTransactor creates a new write-only instance of ContractSocketRegistry, bound to a specific deployed contract.
func NewContractSocketRegistryTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractSocketRegistryTransactor, error)
⋮----
// NewContractSocketRegistryFilterer creates a new log filterer instance of ContractSocketRegistry, bound to a specific deployed contract.
func NewContractSocketRegistryFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractSocketRegistryFilterer, error)
⋮----
// bindContractSocketRegistry binds a generic wrapper to an already deployed contract.
func bindContractSocketRegistry(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractSocketRegistry *ContractSocketRegistryRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractSocketRegistry *ContractSocketRegistryRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractSocketRegistry *ContractSocketRegistryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// GetOperatorSocket is a free data retrieval call binding the contract method 0x10bea0d7.
//
// Solidity: function getOperatorSocket(bytes32 _operatorId) view returns(string)
func (_ContractSocketRegistry *ContractSocketRegistryCaller) GetOperatorSocket(opts *bind.CallOpts, _operatorId [32]byte) (string, error)
⋮----
var out []interface{}
⋮----
// OperatorIdToSocket is a free data retrieval call binding the contract method 0xaf65fdfc.
⋮----
// Solidity: function operatorIdToSocket(bytes32 ) view returns(string)
func (_ContractSocketRegistry *ContractSocketRegistryCaller) OperatorIdToSocket(opts *bind.CallOpts, arg0 [32]byte) (string, error)
⋮----
// SlashingRegistryCoordinator is a free data retrieval call binding the contract method 0xcf1d6b42.
⋮----
// Solidity: function slashingRegistryCoordinator() view returns(address)
func (_ContractSocketRegistry *ContractSocketRegistryCaller) SlashingRegistryCoordinator(opts *bind.CallOpts) (common.Address, error)
⋮----
// SetOperatorSocket is a paid mutator transaction binding the contract method 0xf043367e.
⋮----
// Solidity: function setOperatorSocket(bytes32 _operatorId, string _socket) returns()
func (_ContractSocketRegistry *ContractSocketRegistryTransactor) SetOperatorSocket(opts *bind.TransactOpts, _operatorId [32]byte, _socket string) (*types.Transaction, error)
````

## File: contracts/bindings/StakeRegistry/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractStakeRegistry
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// IStakeRegistryTypesStakeUpdate is an auto generated low-level Go binding around an user-defined struct.
type IStakeRegistryTypesStakeUpdate struct {
	UpdateBlockNumber     uint32
	NextUpdateBlockNumber uint32
	Stake                 *big.Int
}
⋮----
// IStakeRegistryTypesStrategyParams is an auto generated low-level Go binding around an user-defined struct.
type IStakeRegistryTypesStrategyParams struct {
	Strategy   common.Address
	Multiplier *big.Int
}
⋮----
// ContractStakeRegistryMetaData contains all meta data concerning the ContractStakeRegistry contract.
var ContractStakeRegistryMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"_slashingRegistryCoordinator\",\"type\":\"address\",\"internalType\":\"contractISlashingRegistryCoordinator\"},{\"name\":\"_delegationManager\",\"type\":\"address\",\"internalType\":\"contractIDelegationManager\"},{\"name\":\"_avsDirectory\",\"type\":\"address\",\"internalType\":\"contractIAVSDirectory\"},{\"name\":\"_allocationManager\",\"type\":\"address\",\"internalType\":\"contractIAllocationManager\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"MAX_WEIGHING_FUNCTION_LENGTH\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"WEIGHTING_DIVISOR\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"addStrategies\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"_strategyParams\",\"type\":\"tuple[]\",\"internalType\":\"structIStakeRegistryTypes.StrategyParams[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"allocationManager\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIAllocationManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"avsDirectory\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIAVSDirectory\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"delegation\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIDelegationManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"deregisterOperator\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"getCurrentStake\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint96\",\"internalType\":\"uint96\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getCurrentTotalStake\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint96\",\"internalType\":\"uint96\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getLatestStakeUpdate\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIStakeRegistryTypes.StakeUpdate\",\"components\":[{\"name\":\"updateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"nextUpdateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"stake\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getStakeAtBlockNumber\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint96\",\"internalType\":\"uint96\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getStakeAtBlockNumberAndIndex\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"index\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint96\",\"internalType\":\"uint96\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getStakeHistory\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple[]\",\"internalType\":\"structIStakeRegistryTypes.StakeUpdate[]\",\"components\":[{\"name\":\"updateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"nextUpdateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"stake\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getStakeHistoryLength\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getStakeUpdateAtIndex\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"index\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIStakeRegistryTypes.StakeUpdate\",\"components\":[{\"name\":\"updateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"nextUpdateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"stake\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getStakeUpdateIndexAtBlockNumber\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getTotalStakeAtBlockNumberFromIndex\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"index\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint96\",\"internalType\":\"uint96\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getTotalStakeHistoryLength\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getTotalStakeIndicesAtBlockNumber\",\"inputs\":[{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getTotalStakeUpdateAtIndex\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"index\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIStakeRegistryTypes.StakeUpdate\",\"components\":[{\"name\":\"updateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"nextUpdateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"stake\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"initializeDelegatedStakeQuorum\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"minimumStake\",\"type\":\"uint96\",\"internalType\":\"uint96\"},{\"name\":\"_strategyParams\",\"type\":\"tuple[]\",\"internalType\":\"structIStakeRegistryTypes.StrategyParams[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"initializeSlashableStakeQuorum\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"minimumStake\",\"type\":\"uint96\",\"internalType\":\"uint96\"},{\"name\":\"lookAheadPeriod\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"_strategyParams\",\"type\":\"tuple[]\",\"internalType\":\"structIStakeRegistryTypes.StrategyParams[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"minimumStakeForQuorum\",\"inputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint96\",\"internalType\":\"uint96\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"modifyStrategyParams\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"strategyIndices\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"},{\"name\":\"newMultipliers\",\"type\":\"uint96[]\",\"internalType\":\"uint96[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"registerOperator\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint96[]\",\"internalType\":\"uint96[]\"},{\"name\":\"\",\"type\":\"uint96[]\",\"internalType\":\"uint96[]\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"registryCoordinator\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractISlashingRegistryCoordinator\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"removeStrategies\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"indicesToRemove\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setMinimumStakeForQuorum\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"minimumStake\",\"type\":\"uint96\",\"internalType\":\"uint96\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setSlashableStakeLookahead\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"_lookAheadBlocks\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"slashableStakeLookAheadPerQuorum\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"stakeTypePerQuorum\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"enumIStakeRegistryTypes.StakeType\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"strategiesPerQuorum\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"strategyParams\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"strategyParamsByIndex\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"index\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIStakeRegistryTypes.StrategyParams\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"strategyParamsLength\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"updateOperatorsStake\",\"inputs\":[{\"name\":\"operators\",\"type\":\"address[]\",\"internalType\":\"address[]\"},{\"name\":\"operatorIds\",\"type\":\"bytes32[]\",\"internalType\":\"bytes32[]\"},{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool[]\",\"internalType\":\"bool[]\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"weightOfOperatorForQuorum\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint96\",\"internalType\":\"uint96\"}],\"stateMutability\":\"view\"},{\"type\":\"event\",\"name\":\"LookAheadPeriodChanged\",\"inputs\":[{\"name\":\"oldLookAheadBlocks\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"},{\"name\":\"newLookAheadBlocks\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"MinimumStakeForQuorumUpdated\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"indexed\":true,\"internalType\":\"uint8\"},{\"name\":\"minimumStake\",\"type\":\"uint96\",\"indexed\":false,\"internalType\":\"uint96\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorStakeUpdate\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"},{\"name\":\"stake\",\"type\":\"uint96\",\"indexed\":false,\"internalType\":\"uint96\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"QuorumCreated\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"indexed\":true,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StakeTypeSet\",\"inputs\":[{\"name\":\"newStakeType\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"enumIStakeRegistryTypes.StakeType\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StrategyAddedToQuorum\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"indexed\":true,\"internalType\":\"uint8\"},{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StrategyMultiplierUpdated\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"indexed\":true,\"internalType\":\"uint8\"},{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StrategyRemovedFromQuorum\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"indexed\":true,\"internalType\":\"uint8\"},{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"}],\"anonymous\":false},{\"type\":\"error\",\"name\":\"BelowMinimumStakeRequirement\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"EmptyStakeHistory\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputArrayLengthMismatch\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputArrayLengthZero\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputDuplicateStrategy\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputMultiplierZero\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidBlockNumber\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"LookAheadPeriodTooLong\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlySlashingRegistryCoordinator\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlySlashingRegistryCoordinatorOwner\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"QuorumAlreadyExists\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"QuorumDoesNotExist\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"QuorumNotSlashable\",\"inputs\":[]}]",
	Bin: "0x610100604052348015610010575f5ffd5b50604051613e58380380613e5883398101604081905261002f91610068565b6001600160a01b0393841660e052918316608052821660a0521660c0526100c4565b6001600160a01b0381168114610065575f5ffd5b50565b5f5f5f5f6080858703121561007b575f5ffd5b845161008681610051565b602086015190945061009781610051565b60408601519093506100a881610051565b60608601519092506100b981610051565b939692955090935050565b60805160a05160c05160e051613d0d61014b5f395f818161041201528181610e590152818161166501528181611d5f01528181611e1b0152612d9301525f81816105ba01528181610f0701528181610f97015281816117130152818161184201528181612a6d0152612d5901525f6103b301525f818161061a01526123eb0152613d0d5ff3fe608060405234801561000f575f5ffd5b506004361061021e575f3560e01c80639ab4d6ff1161012a578063c8294c56116100b4578063df5cf72311610079578063df5cf72314610615578063e086adb31461063c578063f2be94ae1461064f578063f851e19814610662578063fa28c62714610675575f5ffd5b8063c8294c56146105a2578063ca8aa7c7146105b5578063cc5a7c20146105dc578063d5eccc05146105ef578063dd9846b914610602575f5ffd5b8063b6904b78116100fa578063b6904b781461052e578063bc9a40c314610541578063bd29b8cd14610554578063c46778a514610567578063c601527d1461058f575f5ffd5b80639ab4d6ff146104815780639f3ccf65146104bb578063ac6bfb03146104ce578063adc804da146104ee575f5ffd5b80635e5a6775116101ab5780636c3fb4bf1161017b5780636c3fb4bf146103ed5780636d14a9871461040d57806375d4173a146104345780637c1723471461044757806381c0750214610461575f5ffd5b80635e5a67751461035d5780635f1f2d771461036c578063697fbd931461037f5780636b3aa72e146103ae575f5ffd5b806325504777116101f157806325504777146102b85780632cd95940146102d95780633ca5a5f5146102f95780634bd26e091461031b5780635401ed271461034a575f5ffd5b80630491b41c1461022257806308732461146102575780631f9b74e01461027857806320b66298146102a3575b5f5ffd5b610244610230366004612eb1565b60ff165f9081526001602052604090205490565b6040519081526020015b60405180910390f35b61026a610265366004612eca565b610688565b60405161024e929190612ef2565b61028b610286366004612f28565b6106cd565b6040516001600160601b03909116815260200161024e565b6102b66102b1366004612f9d565b6106ef565b005b6102cb6102c6366004613058565b61088d565b60405161024e9291906130f2565b6102ec6102e7366004613116565b610a15565b60405161024e9190613140565b610244610307366004612eb1565b60ff165f9081526003602052604090205490565b610244610329366004613116565b5f91825260026020908152604080842060ff93909316845291905290205490565b61028b610358366004613116565b610ab2565b610244670de0b6b3a764000081565b6102b661037a366004613247565b610aca565b6103a161038d366004612eb1565b60056020525f908152604090205460ff1681565b60405161024e9190613303565b6103d57f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b03909116815260200161024e565b6104006103fb36600461338e565b611008565b60405161024e9190613460565b6103d57f000000000000000000000000000000000000000000000000000000000000000081565b6102b6610442366004613544565b611163565b61044f602081565b60405160ff909116815260200161024e565b61047461046f3660046135ae565b611249565b60405161024e91906135fe565b6104a661048f366004612eb1565b60066020525f908152604090205463ffffffff1681565b60405163ffffffff909116815260200161024e565b6103d56104c9366004612eca565b6113ef565b6104e16104dc36600461363b565b611423565b60405161024e919061366b565b6105016104fc366004612eca565b6114b9565b6040805182516001600160a01b031681526020928301516001600160601b0316928101929092520161024e565b6104e161053c366004612eca565b611530565b6102b661054f3660046136a5565b6115bd565b6102b66105623660046136cd565b6115de565b61028b610575366004612eb1565b5f602081905290815260409020546001600160601b031681565b6102b661059d3660046136fb565b611641565b61028b6105b0366004613745565b6118b1565b6103d57f000000000000000000000000000000000000000000000000000000000000000081565b6102b66105ea366004613781565b61192d565b61028b6105fd366004612eb1565b611a1f565b6104a66106103660046137ed565b611a70565b6103d57f000000000000000000000000000000000000000000000000000000000000000081565b6102b661064a36600461382a565b611a84565b61028b61065d366004613854565b611aa0565b6104e1610670366004613116565b611b33565b61028b6106833660046137ed565b611c21565b6003602052815f5260405f2081815481106106a1575f80fd5b5f918252602090912001546001600160a01b0381169250600160a01b90046001600160601b0316905082565b5f826106d881611c80565b5f6106e38585611cb2565b509250505b5092915050565b6106f7611d5d565b8461070181611c80565b83806107205760405163796cc52560e01b815260040160405180910390fd5b828114610740576040516343714afd60e01b815260040160405180910390fd5b60ff87165f908152600360205260408120905b828110156108825785858281811061076d5761076d613895565b905060200201602081019061078291906138a9565b8289898481811061079557610795613895565b90506020020135815481106107ac576107ac613895565b905f5260205f20015f0160146101000a8154816001600160601b0302191690836001600160601b031602179055508860ff167f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75838a8a8581811061081257610812613895565b905060200201358154811061082957610829613895565b5f918252602090912001546001600160a01b031688888581811061084f5761084f613895565b905060200201602081019061086491906138a9565b604051610872929190612ef2565b60405180910390a2600101610753565b505050505050505050565b606080610898611e10565b5f836001600160401b038111156108b1576108b16131b9565b6040519080825280602002602001820160405280156108da578160200160208202803683370190505b5090505f846001600160401b038111156108f6576108f66131b9565b60405190808252806020026020018201604052801561091f578160200160208202803683370190505b5090505f5b85811015610a07575f87878381811061093f5761093f613895565b919091013560f81c9150610954905081611c80565b5f5f610960838d611cb2565b91509150806109825760405163207f13e360e11b815260040160405180910390fd5b5f61098e8c8585611e59565b9050828786815181106109a3576109a3613895565b60200260200101906001600160601b031690816001600160601b0316815250506109cd84826120d2565b8686815181106109df576109df613895565b6001600160601b03909216602092830291909101909101525050600190920191506109249050565b509097909650945050505050565b5f82815260026020908152604080832060ff851684528252808320805482518185028101850190935280835260609492939192909184015b82821015610aa5575f848152602090819020604080516060810182529185015463ffffffff8082168452600160201b82041683850152600160401b90046001600160601b031690820152825260019092019101610a4d565b5050505090505b92915050565b5f5f610abe8484611b33565b60400151949350505050565b610ad2611d5d565b81610adc81611c80565b815180610afc5760405163796cc52560e01b815260040160405180910390fd5b60ff84165f908152600360209081526040808320600490925282209091836001600160401b03811115610b3157610b316131b9565b604051908082528060200260200182016040528015610b5a578160200160208202803683370190505b5090505f5b84811015610e555783878281518110610b7a57610b7a613895565b602002602001015181548110610b9257610b92613895565b5f9182526020909120015482516001600160a01b0390911690839083908110610bbd57610bbd613895565b60200260200101906001600160a01b031690816001600160a01b0316815250508760ff167f31fa2e2cd280c9375e13ffcf3d81e2378100186e4058f8d3ddb690b82dcd31f785898481518110610c1557610c15613895565b602002602001015181548110610c2d57610c2d613895565b5f91825260209182902001546040516001600160a01b0390911681520160405180910390a28760ff167f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a7585898481518110610c8a57610c8a613895565b602002602001015181548110610ca257610ca2613895565b5f91825260208083209190910154604080516001600160a01b039092168252918101929092520160405180910390a283548490610ce1906001906138d6565b81548110610cf157610cf1613895565b905f5260205f200184888381518110610d0c57610d0c613895565b602002602001015181548110610d2457610d24613895565b5f91825260209091208254910180546001600160a01b0319166001600160a01b03909216918217815591546001600160601b03600160a01b9182900416021790558354849080610d7657610d766138e9565b5f8281526020812082015f199081019190915501905582548390610d9c906001906138d6565b81548110610dac57610dac613895565b905f5260205f20015f9054906101000a90046001600160a01b031683888381518110610dda57610dda613895565b602002602001015181548110610df257610df2613895565b905f5260205f20015f6101000a8154816001600160a01b0302191690836001600160a01b0316021790555082805480610e2d57610e2d6138e9565b5f8281526020902081015f1990810180546001600160a01b0319169055019055600101610b5f565b505f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663de1164bb6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610eb3573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ed791906138fd565b6040805180820182526001600160a01b03838116825260ff8c16602083015291516304c1b8eb60e31b81529293507f00000000000000000000000000000000000000000000000000000000000000009091169163260dc75891610f3c91600401613918565b602060405180830381865afa158015610f57573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f7b919061393e565b15610ffe5760405163b66bd98960e01b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063b66bd98990610fd09084908c90879060040161395d565b5f604051808303815f87803b158015610fe7575f5ffd5b505af1158015610ff9573d5f5f3e3d5ffd5b505050505b5050505050505050565b6060611012611e10565b5f84516001600160401b0381111561102c5761102c6131b9565b604051908082528060200260200182016040528015611055578160200160208202803683370190505b50905061106183611c80565b5f5f61106d8588612243565b90925090505f805b88518110156111495782818151811061109057611090613895565b60200260200101516110f4575f8482815181106110af576110af613895565b60200260200101906001600160601b031690816001600160601b03168152505060018582815181106110e3576110e3613895565b911515602092830291909101909101525b5f61113289838151811061110a5761110a613895565b60200260200101518987858151811061112557611125613895565b6020026020010151611e59565b905061113e81846139c7565b925050600101611075565b5061115486826120d2565b509293505050505b9392505050565b61116b611e10565b60ff83165f908152600160205260409020541561119b576040516310cda51760e21b815260040160405180910390fd5b6111a583826125e9565b6111af83836128da565b6111b9835f612942565b505060ff165f908152600160208181526040808420815160608101835263ffffffff438116825281850187815293820187815283549687018455928752939095209451949093018054915193516001600160601b0316600160401b02600160401b600160a01b0319948416600160201b0267ffffffffffffffff1990931695909316949094171791909116179055565b60605f826001600160401b03811115611264576112646131b9565b60405190808252806020026020018201604052801561128d578160200160208202803683370190505b5090505f5b838110156113e6575f8585838181106112ad576112ad613895565b919091013560f81c91506112c2905081611c80565b60ff81165f908152600160205260408120805463ffffffff8a1692906112ea576112ea613895565b5f9182526020909120015463ffffffff16111561131a5760405163cc64657360e01b815260040160405180910390fd5b60ff81165f90815260016020526040812054905b818110156113db5760ff83165f90815260016020819052604090912063ffffffff8b169161135c84866138d6565b61136691906138d6565b8154811061137657611376613895565b5f9182526020909120015463ffffffff16116113d357600161139882846138d6565b6113a291906138d6565b8585815181106113b4576113b4613895565b602002602001019063ffffffff16908163ffffffff16815250506113db565b60010161132e565b505050600101611292565b50949350505050565b6004602052815f5260405f208181548110611408575f80fd5b5f918252602090912001546001600160a01b03169150829050565b604080516060810182525f80825260208083018290528284018290528582526002815283822060ff8816835290529190912080548390811061146757611467613895565b5f91825260209182902060408051606081018252929091015463ffffffff8082168452600160201b82041693830193909352600160401b9092046001600160601b031691810191909152949350505050565b604080518082019091525f808252602082015260ff83165f9081526003602052604090208054839081106114ef576114ef613895565b5f918252602091829020604080518082019091529101546001600160a01b0381168252600160a01b90046001600160601b0316918101919091529392505050565b604080516060810182525f808252602080830182905282840182905260ff86168252600190529190912080548390811061156c5761156c613895565b5f91825260209182902060408051606081018252929091015463ffffffff8082168452600160201b82041693830193909352600160401b9092046001600160601b0316918101919091529392505050565b6115c5611d5d565b816115cf81611c80565b6115d983836128da565b505050565b6115e6611e10565b5f5b8181101561163b575f83838381811061160357611603613895565b919091013560f81c9150611618905081611c80565b5f61162486835f611e59565b905061163082826120d2565b5050506001016115e8565b50505050565b611649611d5d565b8161165381611c80565b61165d83836125e9565b5f825190505f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663de1164bb6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156116bf573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116e391906138fd565b6040805180820182526001600160a01b03838116825260ff8916602083015291516304c1b8eb60e31b81529293507f00000000000000000000000000000000000000000000000000000000000000009091169163260dc7589161174891600401613918565b602060405180830381865afa158015611763573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611787919061393e565b156118aa575f826001600160401b038111156117a5576117a56131b9565b6040519080825280602002602001820160405280156117ce578160200160208202803683370190505b5090505f5b8381101561182a578581815181106117ed576117ed613895565b60200260200101515f015182828151811061180a5761180a613895565b6001600160a01b03909216602092830291909101909101526001016117d3565b50604051630287f75160e51b81526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016906350feea209061187b9085908a90869060040161395d565b5f604051808303815f87803b158015611892575f5ffd5b505af11580156118a4573d5f5f3e3d5ffd5b50505050505b5050505050565b60ff83165f9081526001602052604081208054829190849081106118d7576118d7613895565b5f91825260209182902060408051606081018252919092015463ffffffff8082168352600160201b820416938201939093526001600160601b03600160401b90930492909216908201529050610abe81856129af565b611935611e10565b60ff84165f9081526001602052604090205415611965576040516310cda51760e21b815260040160405180910390fd5b61196f84826125e9565b61197984846128da565b611984846001612942565b61198e8483612a26565b50505060ff165f908152600160208181526040808420815160608101835263ffffffff438116825281850187815293820187815283549687018455928752939095209451949093018054915193516001600160601b0316600160401b02600160401b600160a01b0319948416600160201b0267ffffffffffffffff1990931695909316949094171791909116179055565b60ff81165f908152600160208190526040822080549091611a3f916138d6565b81548110611a4f57611a4f613895565b5f91825260209091200154600160401b90046001600160601b031692915050565b5f611a7c848484612b83565b949350505050565b611a8c611d5d565b81611a9681611c80565b6115d98383612a26565b5f82815260026020908152604080832060ff881684529091528120805482919084908110611ad057611ad0613895565b5f91825260209182902060408051606081018252919092015463ffffffff8082168352600160201b820416938201939093526001600160601b03600160401b90930492909216908201529050611b2681866129af565b6040015195945050505050565b60408051606080820183525f80835260208084018290528385018290528682526002815284822060ff8716835281528482205485519384018652828452908301829052938201819052919291829003611b8f579150610aac9050565b5f85815260026020908152604080832060ff881684529091529020611bb56001846138d6565b81548110611bc557611bc5613895565b5f91825260209182902060408051606081018252919092015463ffffffff8082168352600160201b820416938201939093526001600160601b03600160401b90930492909216908201529250610aac915050565b505092915050565b5f83815260026020908152604080832060ff861684529091528120611c47858585612b83565b63ffffffff1681548110611c5d57611c5d613895565b5f91825260209091200154600160401b90046001600160601b0316949350505050565b60ff81165f90815260016020526040902054611caf57604051637310cff560e11b815260040160405180910390fd5b50565b6040805160018082528183019092525f91829182916020808301908036833701905050905083815f81518110611cea57611cea613895565b60200260200101906001600160a01b031690816001600160a01b0316815250505f5f611d168784612243565b91509150815f81518110611d2c57611d2c613895565b6020026020010151815f81518110611d4657611d46613895565b6020026020010151945094505050505b9250929050565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316638da5cb5b6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611db9573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ddd91906138fd565b6001600160a01b0316336001600160a01b031614611e0e5760405163ce98c24b60e01b815260040160405180910390fd5b565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614611e0e57604051632c01b20560e21b815260040160405180910390fd5b5f83815260026020908152604080832060ff861684529091528120548190808203611f1d575f86815260026020908152604080832060ff891684528252808320815160608101835263ffffffff43811682528185018681526001600160601b03808c16958401958652845460018101865594885295909620915191909201805495519351909416600160401b02600160401b600160a01b0319938316600160201b0267ffffffffffffffff1990961691909216179390931716919091179055612078565b5f86815260026020908152604080832060ff891684529091528120611f436001846138d6565b81548110611f5357611f53613895565b5f91825260209091200180546001600160601b03600160401b9091048116945090915085168303611f89575f935050505061115c565b805463ffffffff438116911603611fc1578054600160401b600160a01b031916600160401b6001600160601b03871602178155612076565b805467ffffffff000000001916600160201b4363ffffffff9081168281029390931784555f8a815260026020908152604080832060ff8d168452825280832081516060810183529687528683018481526001600160601b038d81169389019384528254600181018455928652939094209651960180549351915196851667ffffffffffffffff1990941693909317931690930291909117600160401b600160a01b031916600160401b93909216929092021790555b505b6040805160ff871681526001600160601b038616602082015287917f2f527d527e95d8fe40aec55377743bb779087da3f6d0d08f12e36444da62327d910160405180910390a26120c88285612cea565b9695505050505050565b60ff82165f90815260016020819052604082208054918391906120f590846138d6565b8154811061210557612105613895565b905f5260205f20019050835f036121305754600160401b90046001600160601b03169150610aac9050565b80545f9061214e90600160401b90046001600160601b031686612d01565b825490915063ffffffff438116911603612189578154600160401b600160a01b031916600160401b6001600160601b0383160217825561223a565b815463ffffffff438116600160201b81810267ffffffff000000001990941693909317855560ff89165f90815260016020818152604080842081516060810183529586528583018581526001600160601b03808b169388019384528254958601835591865292909420945194909201805491519251909316600160401b02600160401b600160a01b031992861690960267ffffffffffffffff19909116939094169290921792909217169190911790555b95945050505050565b6060805f83516001600160401b03811115612260576122606131b9565b604051908082528060200260200182016040528015612289578160200160208202803683370190505b5090505f84516001600160401b038111156122a6576122a66131b9565b6040519080825280602002602001820160405280156122cf578160200160208202803683370190505b5090505f6122eb8760ff165f9081526003602052604090205490565b60ff88165f90815260036020908152604080832080548251818502810185019093528083529495509293909291849084015b8282101561236b575f84815260209081902060408051808201909152908401546001600160a01b0381168252600160a01b90046001600160601b03168183015282526001909201910161231d565b5050505090506060600180811115612385576123856132ef565b60ff808b165f908152600560205260409020541660018111156123aa576123aa6132ef565b036123c0576123b98989612d2e565b9050612463565b60ff89165f908152600460208190526040918290209151637870733b60e11b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169263f0e0e6769261241f928d929101613a5b565b5f60405180830381865afa158015612439573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526124609190810190613a7f565b90505b5f5b88518110156125d9575f5b84811015612569575f84828151811061248b5761248b613895565b602002602001015190505f8484815181106124a8576124a8613895565b602002602001015183815181106124c1576124c1613895565b6020026020010151111561256057670de0b6b3a764000081602001516001600160601b03168585815181106124f8576124f8613895565b6020026020010151848151811061251157612511613895565b60200260200101516125239190613b8b565b61252d9190613ba2565b88848151811061253f5761253f613895565b602002602001018181516125539190613bc1565b6001600160601b03169052505b50600101612470565b5060ff8a165f9081526020819052604090205486516001600160601b039091169087908390811061259c5761259c613895565b60200260200101516001600160601b031610158582815181106125c1576125c1613895565b91151560209283029190910190910152600101612465565b5093989297509195505050505050565b5f81511161260a5760405163796cc52560e01b815260040160405180910390fd5b805160ff83165f908152600360209081526040909120549061262c8383613be0565b111561264b576040516343714afd60e01b815260040160405180910390fd5b5f5b828110156118aa575f5b6126618284613be0565b8110156126f05784828151811061267a5761267a613895565b60200260200101515f01516001600160a01b031660035f8860ff1660ff1681526020019081526020015f2082815481106126b6576126b6613895565b5f918252602090912001546001600160a01b0316036126e857604051637b74340b60e01b815260040160405180910390fd5b600101612657565b505f84828151811061270457612704613895565b6020026020010151602001516001600160601b03161161273757604051637257125160e01b815260040160405180910390fd5b60ff85165f908152600360205260409020845185908390811061275c5761275c613895565b60209081029190910181015182546001810184555f9384528284208251928401516001600160601b0316600160a01b026001600160a01b039093169290921791015560ff87168252600490526040902084518590839081106127c0576127c0613895565b6020908102919091018101515182546001810184555f938452919092200180546001600160a01b0319166001600160a01b03909216919091179055835160ff8616907f10565e56cacbf32eca267945f054fec02e59750032d113d3302182ad967f54049086908490811061283657612836613895565b602090810291909101810151516040516001600160a01b0390911681520160405180910390a28460ff167f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a7585838151811061289357612893613895565b60200260200101515f01518684815181106128b0576128b0613895565b6020026020010151602001516040516128ca929190612ef2565b60405180910390a260010161264d565b60ff82165f818152602081815260409182902080546bffffffffffffffffffffffff19166001600160601b03861690811790915591519182527f26eecff2b70b0a71104ff4d940ba7162d23a95c248771fc487a7be17a596b3cf910160405180910390a25050565b60ff82165f908152600560205260409020805482919060ff19166001838181111561296f5761296f6132ef565b02179055507f7c112e863ccf007862e2c9e25819c933fedbc9350a6443423b4a8599c2e8a52d816040516129a39190613303565b60405180910390a15050565b815f015163ffffffff168163ffffffff1610156129df57604051631391e11b60e21b815260040160405180910390fd5b602082015163ffffffff161580612a055750816020015163ffffffff168163ffffffff16105b612a2257604051631391e11b60e21b815260040160405180910390fd5b5050565b600160ff8084165f90815260056020526040902054166001811115612a4d57612a4d6132ef565b14612a6b5760405163a3be258360e01b815260040160405180910390fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316632981eb776040518163ffffffff1660e01b8152600401602060405180830381865afa158015612ac7573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612aeb9190613bf3565b63ffffffff168163ffffffff161115612b1757604051630bd441b960e21b815260040160405180910390fd5b60ff82165f90815260066020908152604091829020805463ffffffff19811663ffffffff8681169182179093558451929091168083529282015290917f28d7358b79f02d21b8b7e17aefc4185a64308aa37406fa5befc05b91932c39c7910160405180910390a1505050565b5f83815260026020908152604080832060ff86168452909152812054805b8015612c21575f86815260026020908152604080832060ff89168452909152902063ffffffff851690612bd56001846138d6565b81548110612be557612be5613895565b5f9182526020909120015463ffffffff1611612c0f57612c066001826138d6565b9250505061115c565b80612c1981613c0e565b915050612ba1565b5060405162461bcd60e51b815260206004820152608160248201527f5374616b6552656769737472792e5f6765745374616b65557064617465496e6460448201527f6578466f724f70657261746f724174426c6f636b4e756d6265723a206e6f207360648201527f74616b652075706461746520666f756e6420666f72206f70657261746f72496460848201527f20616e642071756f72756d4e756d62657220617420626c6f636b206e756d626560a4820152603960f91b60c482015260e40160405180910390fd5b5f61115c6001600160601b03808516908416613c23565b5f5f821215612d2457612d1382613c42565b612d1d9084613c5c565b9050610aac565b612d1d8284613bc1565b60ff82165f9081526006602052604081205460609190612d549063ffffffff1643613be0565b90505f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316632bab2c4a60405180604001604052807f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663de1164bb6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612ded573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e1191906138fd565b6001600160a01b0316815260ff891660209182018190525f90815260049182905260409081902090516001600160e01b031960e086901b168152612e5b93928a9291899101613c7b565b5f60405180830381865afa158015612e75573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261223a9190810190613a7f565b803560ff81168114612eac575f5ffd5b919050565b5f60208284031215612ec1575f5ffd5b61115c82612e9c565b5f5f60408385031215612edb575f5ffd5b612ee483612e9c565b946020939093013593505050565b6001600160a01b039290921682526001600160601b0316602082015260400190565b6001600160a01b0381168114611caf575f5ffd5b5f5f60408385031215612f39575f5ffd5b612f4283612e9c565b91506020830135612f5281612f14565b809150509250929050565b5f5f83601f840112612f6d575f5ffd5b5081356001600160401b03811115612f83575f5ffd5b6020830191508360208260051b8501011115611d56575f5ffd5b5f5f5f5f5f60608688031215612fb1575f5ffd5b612fba86612e9c565b945060208601356001600160401b03811115612fd4575f5ffd5b612fe088828901612f5d565b90955093505060408601356001600160401b03811115612ffe575f5ffd5b61300a88828901612f5d565b969995985093965092949392505050565b5f5f83601f84011261302b575f5ffd5b5081356001600160401b03811115613041575f5ffd5b602083019150836020828501011115611d56575f5ffd5b5f5f5f5f6060858703121561306b575f5ffd5b843561307681612f14565b93506020850135925060408501356001600160401b03811115613097575f5ffd5b6130a38782880161301b565b95989497509550505050565b5f8151808452602084019350602083015f5b828110156130e85781516001600160601b03168652602095860195909101906001016130c1565b5093949350505050565b604081525f61310460408301856130af565b828103602084015261223a81856130af565b5f5f60408385031215613127575f5ffd5b8235915061313760208401612e9c565b90509250929050565b602080825282518282018190525f918401906040840190835b818110156131ae5761319883855163ffffffff815116825263ffffffff60208201511660208301526001600160601b0360408201511660408301525050565b6020939093019260609290920191600101613159565b509095945050505050565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b03811182821017156131ef576131ef6131b9565b60405290565b604051601f8201601f191681016001600160401b038111828210171561321d5761321d6131b9565b604052919050565b5f6001600160401b0382111561323d5761323d6131b9565b5060051b60200190565b5f5f60408385031215613258575f5ffd5b61326183612e9c565b915060208301356001600160401b0381111561327b575f5ffd5b8301601f8101851361328b575f5ffd5b803561329e61329982613225565b6131f5565b8082825260208201915060208360051b8501019250878311156132bf575f5ffd5b6020840193505b828410156132e15783358252602093840193909101906132c6565b809450505050509250929050565b634e487b7160e01b5f52602160045260245ffd5b602081016002831061332357634e487b7160e01b5f52602160045260245ffd5b91905290565b5f82601f830112613338575f5ffd5b813561334661329982613225565b8082825260208201915060208360051b860101925085831115613367575f5ffd5b602085015b8381101561338457803583526020928301920161336c565b5095945050505050565b5f5f5f606084860312156133a0575f5ffd5b83356001600160401b038111156133b5575f5ffd5b8401601f810186136133c5575f5ffd5b80356133d361329982613225565b8082825260208201915060208360051b8501019250888311156133f4575f5ffd5b6020840193505b8284101561341f57833561340e81612f14565b8252602093840193909101906133fb565b955050505060208401356001600160401b0381111561343c575f5ffd5b61344886828701613329565b92505061345760408501612e9c565b90509250925092565b602080825282518282018190525f918401906040840190835b818110156131ae5783511515835260209384019390920191600101613479565b80356001600160601b0381168114612eac575f5ffd5b5f82601f8301126134be575f5ffd5b81356134cc61329982613225565b8082825260208201915060208360061b8601019250858311156134ed575f5ffd5b602085015b838110156133845760408188031215613509575f5ffd5b6135116131cd565b813561351c81612f14565b815261352a60208301613499565b6020820152808452506020830192506040810190506134f2565b5f5f5f60608486031215613556575f5ffd5b61355f84612e9c565b925061356d60208501613499565b915060408401356001600160401b03811115613587575f5ffd5b613593868287016134af565b9150509250925092565b63ffffffff81168114611caf575f5ffd5b5f5f5f604084860312156135c0575f5ffd5b83356135cb8161359d565b925060208401356001600160401b038111156135e5575f5ffd5b6135f18682870161301b565b9497909650939450505050565b602080825282518282018190525f918401906040840190835b818110156131ae57835163ffffffff16835260209384019390920191600101613617565b5f5f5f6060848603121561364d575f5ffd5b61365684612e9c565b95602085013595506040909401359392505050565b60608101610aac828463ffffffff815116825263ffffffff60208201511660208301526001600160601b0360408201511660408301525050565b5f5f604083850312156136b6575f5ffd5b6136bf83612e9c565b915061313760208401613499565b5f5f5f604084860312156136df575f5ffd5b8335925060208401356001600160401b038111156135e5575f5ffd5b5f5f6040838503121561370c575f5ffd5b61371583612e9c565b915060208301356001600160401b0381111561372f575f5ffd5b61373b858286016134af565b9150509250929050565b5f5f5f60608486031215613757575f5ffd5b61376084612e9c565b925060208401356137708161359d565b929592945050506040919091013590565b5f5f5f5f60808587031215613794575f5ffd5b61379d85612e9c565b93506137ab60208601613499565b925060408501356137bb8161359d565b915060608501356001600160401b038111156137d5575f5ffd5b6137e1878288016134af565b91505092959194509250565b5f5f5f606084860312156137ff575f5ffd5b8335925061380f60208501612e9c565b9150604084013561381f8161359d565b809150509250925092565b5f5f6040838503121561383b575f5ffd5b61384483612e9c565b91506020830135612f528161359d565b5f5f5f5f60808587031215613867575f5ffd5b61387085612e9c565b935060208501356138808161359d565b93969395505050506040820135916060013590565b634e487b7160e01b5f52603260045260245ffd5b5f602082840312156138b9575f5ffd5b61115c82613499565b634e487b7160e01b5f52601160045260245ffd5b81810381811115610aac57610aac6138c2565b634e487b7160e01b5f52603160045260245ffd5b5f6020828403121561390d575f5ffd5b815161115c81612f14565b81516001600160a01b0316815260208083015163ffffffff169082015260408101610aac565b5f6020828403121561394e575f5ffd5b8151801515811461115c575f5ffd5b6001600160a01b038416815260ff831660208083019190915260606040830181905283519083018190525f918401906080840190835b818110156139ba5783516001600160a01b0316835260209384019390920191600101613993565b5090979650505050505050565b8082018281125f831280158216821582161715611c1957611c196138c2565b5f8151808452602084019350602083015f5b828110156130e85781516001600160a01b03168652602095860195909101906001016139f8565b5f8154808452602084019350825f5260205f205f5b828110156130e85781546001600160a01b0316865260209095019460019182019101613a34565b604081525f613a6d60408301856139e6565b828103602084015261223a8185613a1f565b5f60208284031215613a8f575f5ffd5b81516001600160401b03811115613aa4575f5ffd5b8201601f81018413613ab4575f5ffd5b8051613ac261329982613225565b8082825260208201915060208360051b850101925086831115613ae3575f5ffd5b602084015b83811015613b805780516001600160401b03811115613b05575f5ffd5b8501603f81018913613b15575f5ffd5b6020810151613b2661329982613225565b808282526020820191506020808460051b8601010192508b831115613b49575f5ffd5b6040840193505b82841015613b6b578351825260209384019390910190613b50565b86525050602093840193919091019050613ae8565b509695505050505050565b8082028115828204841417610aac57610aac6138c2565b5f82613bbc57634e487b7160e01b5f52601260045260245ffd5b500490565b6001600160601b038181168382160190811115610aac57610aac6138c2565b80820180821115610aac57610aac6138c2565b5f60208284031215613c03575f5ffd5b815161115c8161359d565b5f81613c1c57613c1c6138c2565b505f190190565b8181035f8312801583831316838312821617156106e8576106e86138c2565b5f600160ff1b8201613c5657613c566138c2565b505f0390565b6001600160601b038281168282160390811115610aac57610aac6138c2565b84516001600160a01b0316815260208086015163ffffffff169082015260a060408201525f613cad60a08301866139e6565b8281036060840152613cbf8186613a1f565b91505063ffffffff831660808301529594505050505056fea2646970667358221220e9293eccaff5aeb01de93879a1ea7da58d4ca1d72b13aa7f38c9f8bfd3b8b38664736f6c634300081b0033",
}
⋮----
// ContractStakeRegistryABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractStakeRegistryMetaData.ABI instead.
var ContractStakeRegistryABI = ContractStakeRegistryMetaData.ABI
⋮----
// ContractStakeRegistryBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractStakeRegistryMetaData.Bin instead.
var ContractStakeRegistryBin = ContractStakeRegistryMetaData.Bin
⋮----
// DeployContractStakeRegistry deploys a new Ethereum contract, binding an instance of ContractStakeRegistry to it.
func DeployContractStakeRegistry(auth *bind.TransactOpts, backend bind.ContractBackend, _slashingRegistryCoordinator common.Address, _delegationManager common.Address, _avsDirectory common.Address, _allocationManager common.Address) (common.Address, *types.Transaction, *ContractStakeRegistry, error)
⋮----
// ContractStakeRegistryMethods is an auto generated interface around an Ethereum contract.
type ContractStakeRegistryMethods interface {
	ContractStakeRegistryCalls
	ContractStakeRegistryTransacts
	ContractStakeRegistryFilters
}
⋮----
// ContractStakeRegistryCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractStakeRegistryCalls interface {
	MAXWEIGHINGFUNCTIONLENGTH(opts *bind.CallOpts) (uint8, error)

	WEIGHTINGDIVISOR(opts *bind.CallOpts) (*big.Int, error)

	AllocationManager(opts *bind.CallOpts) (common.Address, error)

	AvsDirectory(opts *bind.CallOpts) (common.Address, error)

	Delegation(opts *bind.CallOpts) (common.Address, error)

	GetCurrentStake(opts *bind.CallOpts, operatorId [32]byte, quorumNumber uint8) (*big.Int, error)

	GetCurrentTotalStake(opts *bind.CallOpts, quorumNumber uint8) (*big.Int, error)

	GetLatestStakeUpdate(opts *bind.CallOpts, operatorId [32]byte, quorumNumber uint8) (IStakeRegistryTypesStakeUpdate, error)

	GetStakeAtBlockNumber(opts *bind.CallOpts, operatorId [32]byte, quorumNumber uint8, blockNumber uint32) (*big.Int, error)

	GetStakeAtBlockNumberAndIndex(opts *bind.CallOpts, quorumNumber uint8, blockNumber uint32, operatorId [32]byte, index *big.Int) (*big.Int, error)

	GetStakeHistory(opts *bind.CallOpts, operatorId [32]byte, quorumNumber uint8) ([]IStakeRegistryTypesStakeUpdate, error)

	GetStakeHistoryLength(opts *bind.CallOpts, operatorId [32]byte, quorumNumber uint8) (*big.Int, error)

	GetStakeUpdateAtIndex(opts *bind.CallOpts, quorumNumber uint8, operatorId [32]byte, index *big.Int) (IStakeRegistryTypesStakeUpdate, error)

	GetStakeUpdateIndexAtBlockNumber(opts *bind.CallOpts, operatorId [32]byte, quorumNumber uint8, blockNumber uint32) (uint32, error)

	GetTotalStakeAtBlockNumberFromIndex(opts *bind.CallOpts, quorumNumber uint8, blockNumber uint32, index *big.Int) (*big.Int, error)

	GetTotalStakeHistoryLength(opts *bind.CallOpts, quorumNumber uint8) (*big.Int, error)

	GetTotalStakeIndicesAtBlockNumber(opts *bind.CallOpts, blockNumber uint32, quorumNumbers []byte) ([]uint32, error)

	GetTotalStakeUpdateAtIndex(opts *bind.CallOpts, quorumNumber uint8, index *big.Int) (IStakeRegistryTypesStakeUpdate, error)

	MinimumStakeForQuorum(opts *bind.CallOpts, arg0 uint8) (*big.Int, error)

	RegistryCoordinator(opts *bind.CallOpts) (common.Address, error)

	SlashableStakeLookAheadPerQuorum(opts *bind.CallOpts, quorumNumber uint8) (uint32, error)

	StakeTypePerQuorum(opts *bind.CallOpts, quorumNumber uint8) (uint8, error)

	StrategiesPerQuorum(opts *bind.CallOpts, quorumNumber uint8, arg1 *big.Int) (common.Address, error)

	StrategyParams(opts *bind.CallOpts, quorumNumber uint8, arg1 *big.Int) (struct {
		Strategy   common.Address
		Multiplier *big.Int
	}, error)
⋮----
// ContractStakeRegistryTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractStakeRegistryTransacts interface {
	AddStrategies(opts *bind.TransactOpts, quorumNumber uint8, _strategyParams []IStakeRegistryTypesStrategyParams) (*types.Transaction, error)

	DeregisterOperator(opts *bind.TransactOpts, operatorId [32]byte, quorumNumbers []byte) (*types.Transaction, error)

	InitializeDelegatedStakeQuorum(opts *bind.TransactOpts, quorumNumber uint8, minimumStake *big.Int, _strategyParams []IStakeRegistryTypesStrategyParams) (*types.Transaction, error)

	InitializeSlashableStakeQuorum(opts *bind.TransactOpts, quorumNumber uint8, minimumStake *big.Int, lookAheadPeriod uint32, _strategyParams []IStakeRegistryTypesStrategyParams) (*types.Transaction, error)

	ModifyStrategyParams(opts *bind.TransactOpts, quorumNumber uint8, strategyIndices []*big.Int, newMultipliers []*big.Int) (*types.Transaction, error)

	RegisterOperator(opts *bind.TransactOpts, operator common.Address, operatorId [32]byte, quorumNumbers []byte) (*types.Transaction, error)

	RemoveStrategies(opts *bind.TransactOpts, quorumNumber uint8, indicesToRemove []*big.Int) (*types.Transaction, error)

	SetMinimumStakeForQuorum(opts *bind.TransactOpts, quorumNumber uint8, minimumStake *big.Int) (*types.Transaction, error)

	SetSlashableStakeLookahead(opts *bind.TransactOpts, quorumNumber uint8, _lookAheadBlocks uint32) (*types.Transaction, error)

	UpdateOperatorsStake(opts *bind.TransactOpts, operators []common.Address, operatorIds [][32]byte, quorumNumber uint8) (*types.Transaction, error)
}
⋮----
// ContractStakeRegistryFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractStakeRegistryFilters interface {
	FilterLookAheadPeriodChanged(opts *bind.FilterOpts) (*ContractStakeRegistryLookAheadPeriodChangedIterator, error)
	WatchLookAheadPeriodChanged(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryLookAheadPeriodChanged) (event.Subscription, error)
	ParseLookAheadPeriodChanged(log types.Log) (*ContractStakeRegistryLookAheadPeriodChanged, error)

	FilterMinimumStakeForQuorumUpdated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractStakeRegistryMinimumStakeForQuorumUpdatedIterator, error)
	WatchMinimumStakeForQuorumUpdated(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryMinimumStakeForQuorumUpdated, quorumNumber []uint8) (event.Subscription, error)
	ParseMinimumStakeForQuorumUpdated(log types.Log) (*ContractStakeRegistryMinimumStakeForQuorumUpdated, error)

	FilterOperatorStakeUpdate(opts *bind.FilterOpts, operatorId [][32]byte) (*ContractStakeRegistryOperatorStakeUpdateIterator, error)
	WatchOperatorStakeUpdate(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryOperatorStakeUpdate, operatorId [][32]byte) (event.Subscription, error)
	ParseOperatorStakeUpdate(log types.Log) (*ContractStakeRegistryOperatorStakeUpdate, error)

	FilterQuorumCreated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractStakeRegistryQuorumCreatedIterator, error)
	WatchQuorumCreated(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryQuorumCreated, quorumNumber []uint8) (event.Subscription, error)
	ParseQuorumCreated(log types.Log) (*ContractStakeRegistryQuorumCreated, error)

	FilterStakeTypeSet(opts *bind.FilterOpts) (*ContractStakeRegistryStakeTypeSetIterator, error)
	WatchStakeTypeSet(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryStakeTypeSet) (event.Subscription, error)
	ParseStakeTypeSet(log types.Log) (*ContractStakeRegistryStakeTypeSet, error)

	FilterStrategyAddedToQuorum(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractStakeRegistryStrategyAddedToQuorumIterator, error)
	WatchStrategyAddedToQuorum(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryStrategyAddedToQuorum, quorumNumber []uint8) (event.Subscription, error)
	ParseStrategyAddedToQuorum(log types.Log) (*ContractStakeRegistryStrategyAddedToQuorum, error)

	FilterStrategyMultiplierUpdated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractStakeRegistryStrategyMultiplierUpdatedIterator, error)
	WatchStrategyMultiplierUpdated(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryStrategyMultiplierUpdated, quorumNumber []uint8) (event.Subscription, error)
	ParseStrategyMultiplierUpdated(log types.Log) (*ContractStakeRegistryStrategyMultiplierUpdated, error)

	FilterStrategyRemovedFromQuorum(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractStakeRegistryStrategyRemovedFromQuorumIterator, error)
	WatchStrategyRemovedFromQuorum(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryStrategyRemovedFromQuorum, quorumNumber []uint8) (event.Subscription, error)
	ParseStrategyRemovedFromQuorum(log types.Log) (*ContractStakeRegistryStrategyRemovedFromQuorum, error)
}
⋮----
// ContractStakeRegistry is an auto generated Go binding around an Ethereum contract.
type ContractStakeRegistry struct {
	ContractStakeRegistryCaller     // Read-only binding to the contract
	ContractStakeRegistryTransactor // Write-only binding to the contract
	ContractStakeRegistryFilterer   // Log filterer for contract events
}
⋮----
ContractStakeRegistryCaller     // Read-only binding to the contract
ContractStakeRegistryTransactor // Write-only binding to the contract
ContractStakeRegistryFilterer   // Log filterer for contract events
⋮----
// ContractStakeRegistry implements the ContractStakeRegistryMethods interface.
var _ ContractStakeRegistryMethods = (*ContractStakeRegistry)(nil)
⋮----
// ContractStakeRegistryCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractStakeRegistryCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractStakeRegistryCaller implements the ContractStakeRegistryCalls interface.
var _ ContractStakeRegistryCalls = (*ContractStakeRegistryCaller)(nil)
⋮----
// ContractStakeRegistryTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractStakeRegistryTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractStakeRegistryTransactor implements the ContractStakeRegistryTransacts interface.
var _ ContractStakeRegistryTransacts = (*ContractStakeRegistryTransactor)(nil)
⋮----
// ContractStakeRegistryFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractStakeRegistryFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractStakeRegistryFilterer implements the ContractStakeRegistryFilters interface.
var _ ContractStakeRegistryFilters = (*ContractStakeRegistryFilterer)(nil)
⋮----
// ContractStakeRegistrySession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractStakeRegistrySession struct {
	Contract     *ContractStakeRegistry // Generic contract binding to set the session for
	CallOpts     bind.CallOpts          // Call options to use throughout this session
	TransactOpts bind.TransactOpts      // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractStakeRegistry // Generic contract binding to set the session for
CallOpts     bind.CallOpts          // Call options to use throughout this session
TransactOpts bind.TransactOpts      // Transaction auth options to use throughout this session
⋮----
// ContractStakeRegistryCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractStakeRegistryCallerSession struct {
	Contract *ContractStakeRegistryCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                // Call options to use throughout this session
}
⋮----
Contract *ContractStakeRegistryCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                // Call options to use throughout this session
⋮----
// ContractStakeRegistryTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractStakeRegistryTransactorSession struct {
	Contract     *ContractStakeRegistryTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractStakeRegistryTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                // Transaction auth options to use throughout this session
⋮----
// ContractStakeRegistryRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractStakeRegistryRaw struct {
	Contract *ContractStakeRegistry // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractStakeRegistry // Generic contract binding to access the raw methods on
⋮----
// ContractStakeRegistryCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractStakeRegistryCallerRaw struct {
	Contract *ContractStakeRegistryCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractStakeRegistryCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractStakeRegistryTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractStakeRegistryTransactorRaw struct {
	Contract *ContractStakeRegistryTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractStakeRegistryTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractStakeRegistry creates a new instance of ContractStakeRegistry, bound to a specific deployed contract.
func NewContractStakeRegistry(address common.Address, backend bind.ContractBackend) (*ContractStakeRegistry, error)
⋮----
// NewContractStakeRegistryCaller creates a new read-only instance of ContractStakeRegistry, bound to a specific deployed contract.
func NewContractStakeRegistryCaller(address common.Address, caller bind.ContractCaller) (*ContractStakeRegistryCaller, error)
⋮----
// NewContractStakeRegistryTransactor creates a new write-only instance of ContractStakeRegistry, bound to a specific deployed contract.
func NewContractStakeRegistryTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractStakeRegistryTransactor, error)
⋮----
// NewContractStakeRegistryFilterer creates a new log filterer instance of ContractStakeRegistry, bound to a specific deployed contract.
func NewContractStakeRegistryFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractStakeRegistryFilterer, error)
⋮----
// bindContractStakeRegistry binds a generic wrapper to an already deployed contract.
func bindContractStakeRegistry(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractStakeRegistry *ContractStakeRegistryRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractStakeRegistry *ContractStakeRegistryRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractStakeRegistry *ContractStakeRegistryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// MAXWEIGHINGFUNCTIONLENGTH is a free data retrieval call binding the contract method 0x7c172347.
//
// Solidity: function MAX_WEIGHING_FUNCTION_LENGTH() view returns(uint8)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) MAXWEIGHINGFUNCTIONLENGTH(opts *bind.CallOpts) (uint8, error)
⋮----
var out []interface{}
⋮----
// WEIGHTINGDIVISOR is a free data retrieval call binding the contract method 0x5e5a6775.
⋮----
// Solidity: function WEIGHTING_DIVISOR() view returns(uint256)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) WEIGHTINGDIVISOR(opts *bind.CallOpts) (*big.Int, error)
⋮----
// AllocationManager is a free data retrieval call binding the contract method 0xca8aa7c7.
⋮----
// Solidity: function allocationManager() view returns(address)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) AllocationManager(opts *bind.CallOpts) (common.Address, error)
⋮----
// AvsDirectory is a free data retrieval call binding the contract method 0x6b3aa72e.
⋮----
// Solidity: function avsDirectory() view returns(address)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) AvsDirectory(opts *bind.CallOpts) (common.Address, error)
⋮----
// Delegation is a free data retrieval call binding the contract method 0xdf5cf723.
⋮----
// Solidity: function delegation() view returns(address)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) Delegation(opts *bind.CallOpts) (common.Address, error)
⋮----
// GetCurrentStake is a free data retrieval call binding the contract method 0x5401ed27.
⋮----
// Solidity: function getCurrentStake(bytes32 operatorId, uint8 quorumNumber) view returns(uint96)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetCurrentStake(opts *bind.CallOpts, operatorId [32]byte, quorumNumber uint8) (*big.Int, error)
⋮----
// GetCurrentTotalStake is a free data retrieval call binding the contract method 0xd5eccc05.
⋮----
// Solidity: function getCurrentTotalStake(uint8 quorumNumber) view returns(uint96)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetCurrentTotalStake(opts *bind.CallOpts, quorumNumber uint8) (*big.Int, error)
⋮----
// GetLatestStakeUpdate is a free data retrieval call binding the contract method 0xf851e198.
⋮----
// Solidity: function getLatestStakeUpdate(bytes32 operatorId, uint8 quorumNumber) view returns((uint32,uint32,uint96))
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetLatestStakeUpdate(opts *bind.CallOpts, operatorId [32]byte, quorumNumber uint8) (IStakeRegistryTypesStakeUpdate, error)
⋮----
// GetStakeAtBlockNumber is a free data retrieval call binding the contract method 0xfa28c627.
⋮----
// Solidity: function getStakeAtBlockNumber(bytes32 operatorId, uint8 quorumNumber, uint32 blockNumber) view returns(uint96)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetStakeAtBlockNumber(opts *bind.CallOpts, operatorId [32]byte, quorumNumber uint8, blockNumber uint32) (*big.Int, error)
⋮----
// GetStakeAtBlockNumberAndIndex is a free data retrieval call binding the contract method 0xf2be94ae.
⋮----
// Solidity: function getStakeAtBlockNumberAndIndex(uint8 quorumNumber, uint32 blockNumber, bytes32 operatorId, uint256 index) view returns(uint96)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetStakeAtBlockNumberAndIndex(opts *bind.CallOpts, quorumNumber uint8, blockNumber uint32, operatorId [32]byte, index *big.Int) (*big.Int, error)
⋮----
// GetStakeHistory is a free data retrieval call binding the contract method 0x2cd95940.
⋮----
// Solidity: function getStakeHistory(bytes32 operatorId, uint8 quorumNumber) view returns((uint32,uint32,uint96)[])
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetStakeHistory(opts *bind.CallOpts, operatorId [32]byte, quorumNumber uint8) ([]IStakeRegistryTypesStakeUpdate, error)
⋮----
// GetStakeHistoryLength is a free data retrieval call binding the contract method 0x4bd26e09.
⋮----
// Solidity: function getStakeHistoryLength(bytes32 operatorId, uint8 quorumNumber) view returns(uint256)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetStakeHistoryLength(opts *bind.CallOpts, operatorId [32]byte, quorumNumber uint8) (*big.Int, error)
⋮----
// GetStakeUpdateAtIndex is a free data retrieval call binding the contract method 0xac6bfb03.
⋮----
// Solidity: function getStakeUpdateAtIndex(uint8 quorumNumber, bytes32 operatorId, uint256 index) view returns((uint32,uint32,uint96))
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetStakeUpdateAtIndex(opts *bind.CallOpts, quorumNumber uint8, operatorId [32]byte, index *big.Int) (IStakeRegistryTypesStakeUpdate, error)
⋮----
// GetStakeUpdateIndexAtBlockNumber is a free data retrieval call binding the contract method 0xdd9846b9.
⋮----
// Solidity: function getStakeUpdateIndexAtBlockNumber(bytes32 operatorId, uint8 quorumNumber, uint32 blockNumber) view returns(uint32)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetStakeUpdateIndexAtBlockNumber(opts *bind.CallOpts, operatorId [32]byte, quorumNumber uint8, blockNumber uint32) (uint32, error)
⋮----
// GetTotalStakeAtBlockNumberFromIndex is a free data retrieval call binding the contract method 0xc8294c56.
⋮----
// Solidity: function getTotalStakeAtBlockNumberFromIndex(uint8 quorumNumber, uint32 blockNumber, uint256 index) view returns(uint96)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetTotalStakeAtBlockNumberFromIndex(opts *bind.CallOpts, quorumNumber uint8, blockNumber uint32, index *big.Int) (*big.Int, error)
⋮----
// GetTotalStakeHistoryLength is a free data retrieval call binding the contract method 0x0491b41c.
⋮----
// Solidity: function getTotalStakeHistoryLength(uint8 quorumNumber) view returns(uint256)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetTotalStakeHistoryLength(opts *bind.CallOpts, quorumNumber uint8) (*big.Int, error)
⋮----
// GetTotalStakeIndicesAtBlockNumber is a free data retrieval call binding the contract method 0x81c07502.
⋮----
// Solidity: function getTotalStakeIndicesAtBlockNumber(uint32 blockNumber, bytes quorumNumbers) view returns(uint32[])
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetTotalStakeIndicesAtBlockNumber(opts *bind.CallOpts, blockNumber uint32, quorumNumbers []byte) ([]uint32, error)
⋮----
// GetTotalStakeUpdateAtIndex is a free data retrieval call binding the contract method 0xb6904b78.
⋮----
// Solidity: function getTotalStakeUpdateAtIndex(uint8 quorumNumber, uint256 index) view returns((uint32,uint32,uint96))
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetTotalStakeUpdateAtIndex(opts *bind.CallOpts, quorumNumber uint8, index *big.Int) (IStakeRegistryTypesStakeUpdate, error)
⋮----
// MinimumStakeForQuorum is a free data retrieval call binding the contract method 0xc46778a5.
⋮----
// Solidity: function minimumStakeForQuorum(uint8 ) view returns(uint96)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) MinimumStakeForQuorum(opts *bind.CallOpts, arg0 uint8) (*big.Int, error)
⋮----
// RegistryCoordinator is a free data retrieval call binding the contract method 0x6d14a987.
⋮----
// Solidity: function registryCoordinator() view returns(address)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) RegistryCoordinator(opts *bind.CallOpts) (common.Address, error)
⋮----
// SlashableStakeLookAheadPerQuorum is a free data retrieval call binding the contract method 0x9ab4d6ff.
⋮----
// Solidity: function slashableStakeLookAheadPerQuorum(uint8 quorumNumber) view returns(uint32)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) SlashableStakeLookAheadPerQuorum(opts *bind.CallOpts, quorumNumber uint8) (uint32, error)
⋮----
// StakeTypePerQuorum is a free data retrieval call binding the contract method 0x697fbd93.
⋮----
// Solidity: function stakeTypePerQuorum(uint8 quorumNumber) view returns(uint8)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) StakeTypePerQuorum(opts *bind.CallOpts, quorumNumber uint8) (uint8, error)
⋮----
// StrategiesPerQuorum is a free data retrieval call binding the contract method 0x9f3ccf65.
⋮----
// Solidity: function strategiesPerQuorum(uint8 quorumNumber, uint256 ) view returns(address)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) StrategiesPerQuorum(opts *bind.CallOpts, quorumNumber uint8, arg1 *big.Int) (common.Address, error)
⋮----
// StrategyParams is a free data retrieval call binding the contract method 0x08732461.
⋮----
// Solidity: function strategyParams(uint8 quorumNumber, uint256 ) view returns(address strategy, uint96 multiplier)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) StrategyParams(opts *bind.CallOpts, quorumNumber uint8, arg1 *big.Int) (struct
⋮----
// StrategyParamsByIndex is a free data retrieval call binding the contract method 0xadc804da.
⋮----
// Solidity: function strategyParamsByIndex(uint8 quorumNumber, uint256 index) view returns((address,uint96))
func (_ContractStakeRegistry *ContractStakeRegistryCaller) StrategyParamsByIndex(opts *bind.CallOpts, quorumNumber uint8, index *big.Int) (IStakeRegistryTypesStrategyParams, error)
⋮----
// StrategyParamsLength is a free data retrieval call binding the contract method 0x3ca5a5f5.
⋮----
// Solidity: function strategyParamsLength(uint8 quorumNumber) view returns(uint256)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) StrategyParamsLength(opts *bind.CallOpts, quorumNumber uint8) (*big.Int, error)
⋮----
// WeightOfOperatorForQuorum is a free data retrieval call binding the contract method 0x1f9b74e0.
⋮----
// Solidity: function weightOfOperatorForQuorum(uint8 quorumNumber, address operator) view returns(uint96)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) WeightOfOperatorForQuorum(opts *bind.CallOpts, quorumNumber uint8, operator common.Address) (*big.Int, error)
⋮----
// AddStrategies is a paid mutator transaction binding the contract method 0xc601527d.
⋮----
// Solidity: function addStrategies(uint8 quorumNumber, (address,uint96)[] _strategyParams) returns()
func (_ContractStakeRegistry *ContractStakeRegistryTransactor) AddStrategies(opts *bind.TransactOpts, quorumNumber uint8, _strategyParams []IStakeRegistryTypesStrategyParams) (*types.Transaction, error)
⋮----
// DeregisterOperator is a paid mutator transaction binding the contract method 0xbd29b8cd.
⋮----
// Solidity: function deregisterOperator(bytes32 operatorId, bytes quorumNumbers) returns()
func (_ContractStakeRegistry *ContractStakeRegistryTransactor) DeregisterOperator(opts *bind.TransactOpts, operatorId [32]byte, quorumNumbers []byte) (*types.Transaction, error)
⋮----
// InitializeDelegatedStakeQuorum is a paid mutator transaction binding the contract method 0x75d4173a.
⋮----
// Solidity: function initializeDelegatedStakeQuorum(uint8 quorumNumber, uint96 minimumStake, (address,uint96)[] _strategyParams) returns()
func (_ContractStakeRegistry *ContractStakeRegistryTransactor) InitializeDelegatedStakeQuorum(opts *bind.TransactOpts, quorumNumber uint8, minimumStake *big.Int, _strategyParams []IStakeRegistryTypesStrategyParams) (*types.Transaction, error)
⋮----
// InitializeSlashableStakeQuorum is a paid mutator transaction binding the contract method 0xcc5a7c20.
⋮----
// Solidity: function initializeSlashableStakeQuorum(uint8 quorumNumber, uint96 minimumStake, uint32 lookAheadPeriod, (address,uint96)[] _strategyParams) returns()
func (_ContractStakeRegistry *ContractStakeRegistryTransactor) InitializeSlashableStakeQuorum(opts *bind.TransactOpts, quorumNumber uint8, minimumStake *big.Int, lookAheadPeriod uint32, _strategyParams []IStakeRegistryTypesStrategyParams) (*types.Transaction, error)
⋮----
// ModifyStrategyParams is a paid mutator transaction binding the contract method 0x20b66298.
⋮----
// Solidity: function modifyStrategyParams(uint8 quorumNumber, uint256[] strategyIndices, uint96[] newMultipliers) returns()
func (_ContractStakeRegistry *ContractStakeRegistryTransactor) ModifyStrategyParams(opts *bind.TransactOpts, quorumNumber uint8, strategyIndices []*big.Int, newMultipliers []*big.Int) (*types.Transaction, error)
⋮----
// RegisterOperator is a paid mutator transaction binding the contract method 0x25504777.
⋮----
// Solidity: function registerOperator(address operator, bytes32 operatorId, bytes quorumNumbers) returns(uint96[], uint96[])
func (_ContractStakeRegistry *ContractStakeRegistryTransactor) RegisterOperator(opts *bind.TransactOpts, operator common.Address, operatorId [32]byte, quorumNumbers []byte) (*types.Transaction, error)
⋮----
// RemoveStrategies is a paid mutator transaction binding the contract method 0x5f1f2d77.
⋮----
// Solidity: function removeStrategies(uint8 quorumNumber, uint256[] indicesToRemove) returns()
func (_ContractStakeRegistry *ContractStakeRegistryTransactor) RemoveStrategies(opts *bind.TransactOpts, quorumNumber uint8, indicesToRemove []*big.Int) (*types.Transaction, error)
⋮----
// SetMinimumStakeForQuorum is a paid mutator transaction binding the contract method 0xbc9a40c3.
⋮----
// Solidity: function setMinimumStakeForQuorum(uint8 quorumNumber, uint96 minimumStake) returns()
func (_ContractStakeRegistry *ContractStakeRegistryTransactor) SetMinimumStakeForQuorum(opts *bind.TransactOpts, quorumNumber uint8, minimumStake *big.Int) (*types.Transaction, error)
⋮----
// SetSlashableStakeLookahead is a paid mutator transaction binding the contract method 0xe086adb3.
⋮----
// Solidity: function setSlashableStakeLookahead(uint8 quorumNumber, uint32 _lookAheadBlocks) returns()
func (_ContractStakeRegistry *ContractStakeRegistryTransactor) SetSlashableStakeLookahead(opts *bind.TransactOpts, quorumNumber uint8, _lookAheadBlocks uint32) (*types.Transaction, error)
⋮----
// UpdateOperatorsStake is a paid mutator transaction binding the contract method 0x6c3fb4bf.
⋮----
// Solidity: function updateOperatorsStake(address[] operators, bytes32[] operatorIds, uint8 quorumNumber) returns(bool[])
func (_ContractStakeRegistry *ContractStakeRegistryTransactor) UpdateOperatorsStake(opts *bind.TransactOpts, operators []common.Address, operatorIds [][32]byte, quorumNumber uint8) (*types.Transaction, error)
⋮----
// ContractStakeRegistryLookAheadPeriodChangedIterator is returned from FilterLookAheadPeriodChanged and is used to iterate over the raw logs and unpacked data for LookAheadPeriodChanged events raised by the ContractStakeRegistry contract.
type ContractStakeRegistryLookAheadPeriodChangedIterator struct {
	Event *ContractStakeRegistryLookAheadPeriodChanged // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStakeRegistryLookAheadPeriodChanged // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractStakeRegistryLookAheadPeriodChangedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractStakeRegistryLookAheadPeriodChangedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractStakeRegistryLookAheadPeriodChangedIterator) Close() error
⋮----
// ContractStakeRegistryLookAheadPeriodChanged represents a LookAheadPeriodChanged event raised by the ContractStakeRegistry contract.
type ContractStakeRegistryLookAheadPeriodChanged struct {
	OldLookAheadBlocks uint32
	NewLookAheadBlocks uint32
	Raw                types.Log // Blockchain specific contextual infos
}
⋮----
Raw                types.Log // Blockchain specific contextual infos
⋮----
// FilterLookAheadPeriodChanged is a free log retrieval operation binding the contract event 0x28d7358b79f02d21b8b7e17aefc4185a64308aa37406fa5befc05b91932c39c7.
⋮----
// Solidity: event LookAheadPeriodChanged(uint32 oldLookAheadBlocks, uint32 newLookAheadBlocks)
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) FilterLookAheadPeriodChanged(opts *bind.FilterOpts) (*ContractStakeRegistryLookAheadPeriodChangedIterator, error)
⋮----
// WatchLookAheadPeriodChanged is a free log subscription operation binding the contract event 0x28d7358b79f02d21b8b7e17aefc4185a64308aa37406fa5befc05b91932c39c7.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) WatchLookAheadPeriodChanged(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryLookAheadPeriodChanged) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseLookAheadPeriodChanged is a log parse operation binding the contract event 0x28d7358b79f02d21b8b7e17aefc4185a64308aa37406fa5befc05b91932c39c7.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) ParseLookAheadPeriodChanged(log types.Log) (*ContractStakeRegistryLookAheadPeriodChanged, error)
⋮----
// ContractStakeRegistryMinimumStakeForQuorumUpdatedIterator is returned from FilterMinimumStakeForQuorumUpdated and is used to iterate over the raw logs and unpacked data for MinimumStakeForQuorumUpdated events raised by the ContractStakeRegistry contract.
type ContractStakeRegistryMinimumStakeForQuorumUpdatedIterator struct {
	Event *ContractStakeRegistryMinimumStakeForQuorumUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStakeRegistryMinimumStakeForQuorumUpdated // Event containing the contract specifics and raw log
⋮----
// ContractStakeRegistryMinimumStakeForQuorumUpdated represents a MinimumStakeForQuorumUpdated event raised by the ContractStakeRegistry contract.
type ContractStakeRegistryMinimumStakeForQuorumUpdated struct {
	QuorumNumber uint8
	MinimumStake *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}
⋮----
Raw          types.Log // Blockchain specific contextual infos
⋮----
// FilterMinimumStakeForQuorumUpdated is a free log retrieval operation binding the contract event 0x26eecff2b70b0a71104ff4d940ba7162d23a95c248771fc487a7be17a596b3cf.
⋮----
// Solidity: event MinimumStakeForQuorumUpdated(uint8 indexed quorumNumber, uint96 minimumStake)
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) FilterMinimumStakeForQuorumUpdated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractStakeRegistryMinimumStakeForQuorumUpdatedIterator, error)
⋮----
var quorumNumberRule []interface{}
⋮----
// WatchMinimumStakeForQuorumUpdated is a free log subscription operation binding the contract event 0x26eecff2b70b0a71104ff4d940ba7162d23a95c248771fc487a7be17a596b3cf.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) WatchMinimumStakeForQuorumUpdated(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryMinimumStakeForQuorumUpdated, quorumNumber []uint8) (event.Subscription, error)
⋮----
// ParseMinimumStakeForQuorumUpdated is a log parse operation binding the contract event 0x26eecff2b70b0a71104ff4d940ba7162d23a95c248771fc487a7be17a596b3cf.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) ParseMinimumStakeForQuorumUpdated(log types.Log) (*ContractStakeRegistryMinimumStakeForQuorumUpdated, error)
⋮----
// ContractStakeRegistryOperatorStakeUpdateIterator is returned from FilterOperatorStakeUpdate and is used to iterate over the raw logs and unpacked data for OperatorStakeUpdate events raised by the ContractStakeRegistry contract.
type ContractStakeRegistryOperatorStakeUpdateIterator struct {
	Event *ContractStakeRegistryOperatorStakeUpdate // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStakeRegistryOperatorStakeUpdate // Event containing the contract specifics and raw log
⋮----
// ContractStakeRegistryOperatorStakeUpdate represents a OperatorStakeUpdate event raised by the ContractStakeRegistry contract.
type ContractStakeRegistryOperatorStakeUpdate struct {
	OperatorId   [32]byte
	QuorumNumber uint8
	Stake        *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}
⋮----
// FilterOperatorStakeUpdate is a free log retrieval operation binding the contract event 0x2f527d527e95d8fe40aec55377743bb779087da3f6d0d08f12e36444da62327d.
⋮----
// Solidity: event OperatorStakeUpdate(bytes32 indexed operatorId, uint8 quorumNumber, uint96 stake)
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) FilterOperatorStakeUpdate(opts *bind.FilterOpts, operatorId [][32]byte) (*ContractStakeRegistryOperatorStakeUpdateIterator, error)
⋮----
var operatorIdRule []interface{}
⋮----
// WatchOperatorStakeUpdate is a free log subscription operation binding the contract event 0x2f527d527e95d8fe40aec55377743bb779087da3f6d0d08f12e36444da62327d.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) WatchOperatorStakeUpdate(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryOperatorStakeUpdate, operatorId [][32]byte) (event.Subscription, error)
⋮----
// ParseOperatorStakeUpdate is a log parse operation binding the contract event 0x2f527d527e95d8fe40aec55377743bb779087da3f6d0d08f12e36444da62327d.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) ParseOperatorStakeUpdate(log types.Log) (*ContractStakeRegistryOperatorStakeUpdate, error)
⋮----
// ContractStakeRegistryQuorumCreatedIterator is returned from FilterQuorumCreated and is used to iterate over the raw logs and unpacked data for QuorumCreated events raised by the ContractStakeRegistry contract.
type ContractStakeRegistryQuorumCreatedIterator struct {
	Event *ContractStakeRegistryQuorumCreated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStakeRegistryQuorumCreated // Event containing the contract specifics and raw log
⋮----
// ContractStakeRegistryQuorumCreated represents a QuorumCreated event raised by the ContractStakeRegistry contract.
type ContractStakeRegistryQuorumCreated struct {
	QuorumNumber uint8
	Raw          types.Log // Blockchain specific contextual infos
}
⋮----
// FilterQuorumCreated is a free log retrieval operation binding the contract event 0x831a9c86c45bb303caf3f064be2bc2b9fd4ecf19e47c4ac02a61e75dabfe55b4.
⋮----
// Solidity: event QuorumCreated(uint8 indexed quorumNumber)
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) FilterQuorumCreated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractStakeRegistryQuorumCreatedIterator, error)
⋮----
// WatchQuorumCreated is a free log subscription operation binding the contract event 0x831a9c86c45bb303caf3f064be2bc2b9fd4ecf19e47c4ac02a61e75dabfe55b4.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) WatchQuorumCreated(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryQuorumCreated, quorumNumber []uint8) (event.Subscription, error)
⋮----
// ParseQuorumCreated is a log parse operation binding the contract event 0x831a9c86c45bb303caf3f064be2bc2b9fd4ecf19e47c4ac02a61e75dabfe55b4.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) ParseQuorumCreated(log types.Log) (*ContractStakeRegistryQuorumCreated, error)
⋮----
// ContractStakeRegistryStakeTypeSetIterator is returned from FilterStakeTypeSet and is used to iterate over the raw logs and unpacked data for StakeTypeSet events raised by the ContractStakeRegistry contract.
type ContractStakeRegistryStakeTypeSetIterator struct {
	Event *ContractStakeRegistryStakeTypeSet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStakeRegistryStakeTypeSet // Event containing the contract specifics and raw log
⋮----
// ContractStakeRegistryStakeTypeSet represents a StakeTypeSet event raised by the ContractStakeRegistry contract.
type ContractStakeRegistryStakeTypeSet struct {
	NewStakeType uint8
	Raw          types.Log // Blockchain specific contextual infos
}
⋮----
// FilterStakeTypeSet is a free log retrieval operation binding the contract event 0x7c112e863ccf007862e2c9e25819c933fedbc9350a6443423b4a8599c2e8a52d.
⋮----
// Solidity: event StakeTypeSet(uint8 newStakeType)
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) FilterStakeTypeSet(opts *bind.FilterOpts) (*ContractStakeRegistryStakeTypeSetIterator, error)
⋮----
// WatchStakeTypeSet is a free log subscription operation binding the contract event 0x7c112e863ccf007862e2c9e25819c933fedbc9350a6443423b4a8599c2e8a52d.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) WatchStakeTypeSet(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryStakeTypeSet) (event.Subscription, error)
⋮----
// ParseStakeTypeSet is a log parse operation binding the contract event 0x7c112e863ccf007862e2c9e25819c933fedbc9350a6443423b4a8599c2e8a52d.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) ParseStakeTypeSet(log types.Log) (*ContractStakeRegistryStakeTypeSet, error)
⋮----
// ContractStakeRegistryStrategyAddedToQuorumIterator is returned from FilterStrategyAddedToQuorum and is used to iterate over the raw logs and unpacked data for StrategyAddedToQuorum events raised by the ContractStakeRegistry contract.
type ContractStakeRegistryStrategyAddedToQuorumIterator struct {
	Event *ContractStakeRegistryStrategyAddedToQuorum // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStakeRegistryStrategyAddedToQuorum // Event containing the contract specifics and raw log
⋮----
// ContractStakeRegistryStrategyAddedToQuorum represents a StrategyAddedToQuorum event raised by the ContractStakeRegistry contract.
type ContractStakeRegistryStrategyAddedToQuorum struct {
	QuorumNumber uint8
	Strategy     common.Address
	Raw          types.Log // Blockchain specific contextual infos
}
⋮----
// FilterStrategyAddedToQuorum is a free log retrieval operation binding the contract event 0x10565e56cacbf32eca267945f054fec02e59750032d113d3302182ad967f5404.
⋮----
// Solidity: event StrategyAddedToQuorum(uint8 indexed quorumNumber, address strategy)
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) FilterStrategyAddedToQuorum(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractStakeRegistryStrategyAddedToQuorumIterator, error)
⋮----
// WatchStrategyAddedToQuorum is a free log subscription operation binding the contract event 0x10565e56cacbf32eca267945f054fec02e59750032d113d3302182ad967f5404.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) WatchStrategyAddedToQuorum(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryStrategyAddedToQuorum, quorumNumber []uint8) (event.Subscription, error)
⋮----
// ParseStrategyAddedToQuorum is a log parse operation binding the contract event 0x10565e56cacbf32eca267945f054fec02e59750032d113d3302182ad967f5404.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) ParseStrategyAddedToQuorum(log types.Log) (*ContractStakeRegistryStrategyAddedToQuorum, error)
⋮----
// ContractStakeRegistryStrategyMultiplierUpdatedIterator is returned from FilterStrategyMultiplierUpdated and is used to iterate over the raw logs and unpacked data for StrategyMultiplierUpdated events raised by the ContractStakeRegistry contract.
type ContractStakeRegistryStrategyMultiplierUpdatedIterator struct {
	Event *ContractStakeRegistryStrategyMultiplierUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStakeRegistryStrategyMultiplierUpdated // Event containing the contract specifics and raw log
⋮----
// ContractStakeRegistryStrategyMultiplierUpdated represents a StrategyMultiplierUpdated event raised by the ContractStakeRegistry contract.
type ContractStakeRegistryStrategyMultiplierUpdated struct {
	QuorumNumber uint8
	Strategy     common.Address
	Multiplier   *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}
⋮----
// FilterStrategyMultiplierUpdated is a free log retrieval operation binding the contract event 0x11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75.
⋮----
// Solidity: event StrategyMultiplierUpdated(uint8 indexed quorumNumber, address strategy, uint256 multiplier)
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) FilterStrategyMultiplierUpdated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractStakeRegistryStrategyMultiplierUpdatedIterator, error)
⋮----
// WatchStrategyMultiplierUpdated is a free log subscription operation binding the contract event 0x11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) WatchStrategyMultiplierUpdated(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryStrategyMultiplierUpdated, quorumNumber []uint8) (event.Subscription, error)
⋮----
// ParseStrategyMultiplierUpdated is a log parse operation binding the contract event 0x11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) ParseStrategyMultiplierUpdated(log types.Log) (*ContractStakeRegistryStrategyMultiplierUpdated, error)
⋮----
// ContractStakeRegistryStrategyRemovedFromQuorumIterator is returned from FilterStrategyRemovedFromQuorum and is used to iterate over the raw logs and unpacked data for StrategyRemovedFromQuorum events raised by the ContractStakeRegistry contract.
type ContractStakeRegistryStrategyRemovedFromQuorumIterator struct {
	Event *ContractStakeRegistryStrategyRemovedFromQuorum // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStakeRegistryStrategyRemovedFromQuorum // Event containing the contract specifics and raw log
⋮----
// ContractStakeRegistryStrategyRemovedFromQuorum represents a StrategyRemovedFromQuorum event raised by the ContractStakeRegistry contract.
type ContractStakeRegistryStrategyRemovedFromQuorum struct {
	QuorumNumber uint8
	Strategy     common.Address
	Raw          types.Log // Blockchain specific contextual infos
}
⋮----
// FilterStrategyRemovedFromQuorum is a free log retrieval operation binding the contract event 0x31fa2e2cd280c9375e13ffcf3d81e2378100186e4058f8d3ddb690b82dcd31f7.
⋮----
// Solidity: event StrategyRemovedFromQuorum(uint8 indexed quorumNumber, address strategy)
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) FilterStrategyRemovedFromQuorum(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractStakeRegistryStrategyRemovedFromQuorumIterator, error)
⋮----
// WatchStrategyRemovedFromQuorum is a free log subscription operation binding the contract event 0x31fa2e2cd280c9375e13ffcf3d81e2378100186e4058f8d3ddb690b82dcd31f7.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) WatchStrategyRemovedFromQuorum(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryStrategyRemovedFromQuorum, quorumNumber []uint8) (event.Subscription, error)
⋮----
// ParseStrategyRemovedFromQuorum is a log parse operation binding the contract event 0x31fa2e2cd280c9375e13ffcf3d81e2378100186e4058f8d3ddb690b82dcd31f7.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) ParseStrategyRemovedFromQuorum(log types.Log) (*ContractStakeRegistryStrategyRemovedFromQuorum, error)
````

## File: contracts/bindings/StrategyManager/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractStrategyManager
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// ContractStrategyManagerMetaData contains all meta data concerning the ContractStrategyManager contract.
var ContractStrategyManagerMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"_delegation\",\"type\":\"address\",\"internalType\":\"contractIDelegationManager\"},{\"name\":\"_pauserRegistry\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"},{\"name\":\"_version\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"DEFAULT_BURN_ADDRESS\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"DEPOSIT_TYPEHASH\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"addShares\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"shares\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"addStrategiesToDepositWhitelist\",\"inputs\":[{\"name\":\"strategiesToWhitelist\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"burnShares\",\"inputs\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"calculateStrategyDepositDigestHash\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"nonce\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"delegation\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIDelegationManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"depositIntoStrategy\",\"inputs\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"depositShares\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"depositIntoStrategyWithSignature\",\"inputs\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"signature\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[{\"name\":\"depositShares\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"domainSeparator\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getBurnableShares\",\"inputs\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getDeposits\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getStakerStrategyList\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getStrategiesWithBurnableShares\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address[]\",\"internalType\":\"address[]\"},{\"name\":\"\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"increaseBurnableShares\",\"inputs\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"addedSharesToBurn\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"initialize\",\"inputs\":[{\"name\":\"initialOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"initialStrategyWhitelister\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"initialPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"nonces\",\"inputs\":[{\"name\":\"signer\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"nonce\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"owner\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pause\",\"inputs\":[{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"pauseAll\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[{\"name\":\"index\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pauserRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"removeDepositShares\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"depositSharesToRemove\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"removeStrategiesFromDepositWhitelist\",\"inputs\":[{\"name\":\"strategiesToRemoveFromWhitelist\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"renounceOwnership\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setStrategyWhitelister\",\"inputs\":[{\"name\":\"newStrategyWhitelister\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"stakerDepositShares\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"outputs\":[{\"name\":\"shares\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"stakerStrategyList\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"strategies\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"stakerStrategyListLength\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"strategyIsWhitelistedForDeposit\",\"inputs\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"outputs\":[{\"name\":\"whitelisted\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"strategyWhitelister\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"transferOwnership\",\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"unpause\",\"inputs\":[{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"version\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"withdrawSharesAsTokens\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"shares\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"event\",\"name\":\"BurnableSharesDecreased\",\"inputs\":[{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"},{\"name\":\"shares\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"BurnableSharesIncreased\",\"inputs\":[{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"},{\"name\":\"shares\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Deposit\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"},{\"name\":\"shares\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OwnershipTransferred\",\"inputs\":[{\"name\":\"previousOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Paused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StrategyAddedToDepositWhitelist\",\"inputs\":[{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StrategyRemovedFromDepositWhitelist\",\"inputs\":[{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StrategyWhitelisterChanged\",\"inputs\":[{\"name\":\"previousAddress\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"newAddress\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Unpaused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"error\",\"name\":\"CurrentlyPaused\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InputAddressZero\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidNewPausedStatus\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidShortString\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"InvalidSignature\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"MaxStrategiesExceeded\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyDelegationManager\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyPauser\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyStrategyWhitelister\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"OnlyUnpauser\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"SharesAmountTooHigh\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"SharesAmountZero\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"SignatureExpired\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"StakerAddressZero\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"StrategyNotFound\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"StrategyNotWhitelisted\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"StringTooLong\",\"inputs\":[{\"name\":\"str\",\"type\":\"string\",\"internalType\":\"string\"}]}]",
	Bin: "0x60e060405234801561000f575f5ffd5b50604051612ef9380380612ef983398101604081905261002e916101b3565b808084846001600160a01b038116610059576040516339b190bb60e11b815260040160405180910390fd5b6001600160a01b039081166080521660a0526100748161008a565b60c0525061008290506100d0565b5050506102e4565b5f5f829050601f815111156100bd578260405163305a27a960e01b81526004016100b49190610289565b60405180910390fd5b80516100c8826102be565b179392505050565b5f54610100900460ff16156101375760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b60648201526084016100b4565b5f5460ff90811614610186575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b038116811461019c575f5ffd5b50565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f606084860312156101c5575f5ffd5b83516101d081610188565b60208501519093506101e181610188565b60408501519092506001600160401b038111156101fc575f5ffd5b8401601f8101861361020c575f5ffd5b80516001600160401b038111156102255761022561019f565b604051601f8201601f19908116603f011681016001600160401b03811182821017156102535761025361019f565b60405281815282820160200188101561026a575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b805160208083015191908110156102de575f198160200360031b1b821691505b50919050565b60805160a05160c051612bac61034d5f395f8181610bb90152611c8101525f81816104e70152818161079701528181610b4b01528181610e010152818161128d015261189d01525f81816103bc015281816105a601528181610bf701526114c90152612bac5ff3fe608060405234801561000f575f5ffd5b5060043610610213575f3560e01c80638b8aac3c1161011f578063debe1eab116100a9578063f3b4a00011610079578063f3b4a0001461052f578063f698da2514610539578063fabc1cbc14610541578063fd98042314610554578063fe243a1714610567575f5ffd5b8063debe1eab146104cf578063df5cf723146104e2578063e7a050aa14610509578063f2fde38b1461051c575f5ffd5b80639ac01d61116100ef5780639ac01d6114610463578063b5d8b5b814610476578063c665670214610489578063cbc2bd621461049c578063de44acb6146104af575f5ffd5b80638b8aac3c146103f65780638da5cb5b1461041e57806394f649dd1461042f578063967fc0d214610450575f5ffd5b8063595c6a67116101a0578063663c1de411610170578063663c1de41461035b578063715018a61461037d578063724af423146103855780637ecebe0014610398578063886f1195146103b7575f5ffd5b8063595c6a67146103055780635ac86ab71461030d5780635c975abb146103405780635de08ff214610348575f5ffd5b806336a8c500116101e657806336a8c5001461027857806348825e941461028e5780634b6d5d6e146102b557806350ff7225146102c857806354fd4d50146102f0575f5ffd5b8063136439dd146102175780631794bb3c1461022c5780632eae418c1461023f57806332e89ace14610252575b5f5ffd5b61022a6102253660046125e1565b610591565b005b61022a61023a36600461260c565b610666565b61022a61024d36600461264a565b61078c565b6102656102603660046126ac565b610844565b6040519081526020015b60405180910390f35b6102806108e8565b60405161026f9291906127e1565b6102657f4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea922481565b61022a6102c3366004612837565b610a05565b6102db6102d636600461260c565b610b3e565b6040805192835260208301919091520161026f565b6102f8610bb2565b60405161026f9190612880565b61022a610be2565b61033061031b366004612892565b609854600160ff9092169190911b9081161490565b604051901515815260200161026f565b609854610265565b61022a6103563660046128b2565b610c91565b610330610369366004612837565b60d16020525f908152604090205460ff1681565b61022a610de4565b61026561039336600461260c565b610df5565b6102656103a6366004612837565b60ca6020525f908152604090205481565b6103de7f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b03909116815260200161026f565b610265610404366004612837565b6001600160a01b03165f90815260ce602052604090205490565b6033546001600160a01b03166103de565b61044261043d366004612837565b610e68565b60405161026f92919061295c565b60cb546103de906001600160a01b031681565b610265610471366004612989565b610fe0565b61022a6104843660046128b2565b611071565b61022a610497366004612837565b6111b8565b6103de6104aa3660046129ea565b6111db565b6104c26104bd366004612837565b61120f565b60405161026f9190612a14565b61022a6104dd3660046129ea565b611282565b6103de7f000000000000000000000000000000000000000000000000000000000000000081565b61026561051736600461260c565b611346565b61022a61052a366004612837565b611398565b6103de620e16e481565b61026561140e565b61022a61054f3660046125e1565b6114c7565b610265610562366004612837565b6115dd565b610265610575366004612a26565b60cd60209081525f928352604080842090915290825290205481565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa1580156105f3573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106179190612a5d565b61063457604051631d77d47760e21b815260040160405180910390fd5b60985481811681146106595760405163c61dca5d60e01b815260040160405180910390fd5b610662826115f2565b5050565b5f54610100900460ff161580801561068457505f54600160ff909116105b8061069d5750303b15801561069d57505f5460ff166001145b6107055760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b5f805460ff191660011790558015610726575f805461ff0019166101001790555b61072f826115f2565b6107388461162f565b61074183611680565b8015610786575f805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146107d55760405163f739589b60e01b815260040160405180910390fd5b6107dd6116e9565b604051636ce5768960e11b81526001600160a01b0384169063d9caed129061080d90879086908690600401612a7c565b5f604051808303815f87803b158015610824575f5ffd5b505af1158015610836573d5f5f3e3d5ffd5b505050506107866001606555565b6098545f90819060019081160361086e5760405163840a48d560e01b815260040160405180910390fd5b6108766116e9565b6001600160a01b0385165f90815260ca60205260409020546108a7866108a0818c8c8c878c610fe0565b8688611742565b6001600160a01b0386165f90815260ca602052604090206001820190556108d0868a8a8a611794565b9250506108dd6001606555565b509695505050505050565b6060805f6108f660d4611901565b90505f8167ffffffffffffffff81111561091257610912612698565b60405190808252806020026020018201604052801561093b578160200160208202803683370190505b5090505f8267ffffffffffffffff81111561095857610958612698565b604051908082528060200260200182016040528015610981578160200160208202803683370190505b5090505f5b838110156109fa575f5f61099b60d484611911565b91509150818584815181106109b2576109b2612aa0565b60200260200101906001600160a01b031690816001600160a01b031681525050808484815181106109e5576109e5612aa0565b60209081029190910101525050600101610986565b509094909350915050565b610a0d6116e9565b5f610a1960d48361192e565b915050610a2760d483611945565b50604080516001600160a01b0384168152602081018390527fd9d082c3ec4f3a3ffa55c324939a06407f5fbcb87d5e0ce3b9508c92c84ed839910160405180910390a18015610b3057816001600160a01b031663d9caed12620e16e4846001600160a01b0316632495a5996040518163ffffffff1660e01b8152600401602060405180830381865afa158015610abf573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ae39190612ab4565b846040518463ffffffff1660e01b8152600401610b0293929190612a7c565b5f604051808303815f87803b158015610b19575f5ffd5b505af1158015610b2b573d5f5f3e3d5ffd5b505050505b50610b3b6001606555565b50565b5f80336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610b895760405163f739589b60e01b815260040160405180910390fd5b610b916116e9565b610b9c858585611959565b91509150610baa6001606555565b935093915050565b6060610bdd7f0000000000000000000000000000000000000000000000000000000000000000611ac1565b905090565b60405163237dfb4760e11b81523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610c44573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c689190612a5d565b610c8557604051631d77d47760e21b815260040160405180910390fd5b610c8f5f196115f2565b565b60cb546001600160a01b03163314610cbc576040516320ba3ff960e21b815260040160405180910390fd5b610cc46116e9565b805f5b81811015610dd85760d15f858584818110610ce457610ce4612aa0565b9050602002016020810190610cf99190612837565b6001600160a01b0316815260208101919091526040015f205460ff16610dd057600160d15f868685818110610d3057610d30612aa0565b9050602002016020810190610d459190612837565b6001600160a01b0316815260208101919091526040015f20805460ff19169115159190911790557f0c35b17d91c96eb2751cd456e1252f42a386e524ef9ff26ecc9950859fdc04fe848483818110610d9f57610d9f612aa0565b9050602002016020810190610db49190612837565b6040516001600160a01b03909116815260200160405180910390a15b600101610cc7565b50506106626001606555565b610dec611afe565b610c8f5f61162f565b5f336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610e3f5760405163f739589b60e01b815260040160405180910390fd5b610e476116e9565b5f610e53858585611b58565b92505050610e616001606555565b9392505050565b6001600160a01b0381165f90815260ce60205260408120546060918291908167ffffffffffffffff811115610e9f57610e9f612698565b604051908082528060200260200182016040528015610ec8578160200160208202803683370190505b5090505f5b82811015610f56576001600160a01b0386165f90815260cd6020908152604080832060ce9092528220805491929184908110610f0b57610f0b612aa0565b5f9182526020808320909101546001600160a01b031683528201929092526040019020548251839083908110610f4357610f43612aa0565b6020908102919091010152600101610ecd565b5060ce5f866001600160a01b03166001600160a01b031681526020019081526020015f208181805480602002602001604051908101604052809291908181526020018280548015610fce57602002820191905f5260205f20905b81546001600160a01b03168152600190910190602001808311610fb0575b50505050509150935093505050915091565b604080517f4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea922460208201526001600160a01b03808916928201929092528187166060820152908516608082015260a0810184905260c0810183905260e081018290525f90611066906101000160405160208183030381529060405280519060200120611c1e565b979650505050505050565b60cb546001600160a01b0316331461109c576040516320ba3ff960e21b815260040160405180910390fd5b6110a46116e9565b805f5b81811015610dd85760d15f8585848181106110c4576110c4612aa0565b90506020020160208101906110d99190612837565b6001600160a01b0316815260208101919091526040015f205460ff16156111b0575f60d15f86868581811061111057611110612aa0565b90506020020160208101906111259190612837565b6001600160a01b0316815260208101919091526040015f20805460ff19169115159190911790557f4074413b4b443e4e58019f2855a8765113358c7c72e39509c6af45fc0f5ba03084848381811061117f5761117f612aa0565b90506020020160208101906111949190612837565b6040516001600160a01b03909116815260200160405180910390a15b6001016110a7565b6111c0611afe565b6111c86116e9565b6111d181611680565b610b3b6001606555565b60ce602052815f5260405f2081815481106111f4575f80fd5b5f918252602090912001546001600160a01b03169150829050565b6001600160a01b0381165f90815260ce602090815260409182902080548351818402810184019094528084526060939283018282801561127657602002820191905f5260205f20905b81546001600160a01b03168152600190910190602001808311611258575b50505050509050919050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146112cb5760405163f739589b60e01b815260040160405180910390fd5b6112d36116e9565b5f6112df60d48461192e565b91506112f8905060d4846112f38585612ae3565b611c64565b50604080516001600160a01b0385168152602081018490527fca3e02a4ab7ad3c47a8e36e5a624c30170791726ab720f1babfef21046d953ff910160405180910390a1506106626001606555565b6098545f9081906001908116036113705760405163840a48d560e01b815260040160405180910390fd5b6113786116e9565b61138433868686611794565b91506113906001606555565b509392505050565b6113a0611afe565b6001600160a01b0381166114055760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016106fc565b610b3b8161162f565b60408051808201909152600a81526922b4b3b2b72630bcb2b960b11b6020909101525f7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f7f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea61147b611c79565b805160209182012060408051928301949094529281019190915260608101919091524660808201523060a082015260c00160405160208183030381529060405280519060200120905090565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611523573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115479190612ab4565b6001600160a01b0316336001600160a01b0316146115785760405163794821ff60e01b815260040160405180910390fd5b6098548019821981161461159f5760405163c61dca5d60e01b815260040160405180910390fd5b609882905560405182815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200160405180910390a25050565b5f5f6115ea60d48461192e565b949350505050565b609881905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a250565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b60cb54604080516001600160a01b03928316815291831660208301527f4264275e593955ff9d6146a51a4525f6ddace2e81db9391abcc9d1ca48047d29910160405180910390a160cb80546001600160a01b0319166001600160a01b0392909216919091179055565b60026065540361173b5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0060448201526064016106fc565b6002606555565b4281101561176357604051630819bdcd60e01b815260040160405180910390fd5b6117776001600160a01b0385168484611d15565b61078657604051638baa579f60e01b815260040160405180910390fd5b6001600160a01b0383165f90815260d16020526040812054849060ff166117ce57604051632efd965160e11b815260040160405180910390fd5b6117e36001600160a01b038516338786611d73565b6040516311f9fbc960e21b81526001600160a01b038581166004830152602482018590528616906347e7ef24906044016020604051808303815f875af115801561182f573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118539190612af6565b91505f5f611862888886611959565b604051631e328e7960e11b81526001600160a01b038b811660048301528a8116602483015260448201849052606482018390529294509092507f000000000000000000000000000000000000000000000000000000000000000090911690633c651cf2906084015f604051808303815f87803b1580156118e0575f5ffd5b505af11580156118f2573d5f5f3e3d5ffd5b50505050505050949350505050565b5f61190b82611dcb565b92915050565b5f80808061191f8686611dd5565b909450925050505b9250929050565b5f80808061191f866001600160a01b038716611dfe565b5f610e61836001600160a01b038416611e36565b5f806001600160a01b038516611982576040516316f2ccc960e01b815260040160405180910390fd5b825f036119a2576040516342061b2560e11b815260040160405180910390fd5b6001600160a01b038086165f90815260cd6020908152604080832093881683529290529081205490819003611a48576001600160a01b0386165f90815260ce602090815260409091205410611a0a576040516301a1443960e31b815260040160405180910390fd5b6001600160a01b038681165f90815260ce602090815260408220805460018101825590835291200180546001600160a01b0319169187169190911790555b611a528482612ae3565b6001600160a01b038088165f90815260cd60209081526040808320938a16835292905281902091909155517f5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f6290611aae90889088908890612a7c565b60405180910390a1959294509192505050565b60605f611acd83611e52565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b6033546001600160a01b03163314610c8f5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016106fc565b5f5f825f03611b7a576040516342061b2560e11b815260040160405180910390fd5b6001600160a01b038086165f90815260cd602090815260408083209388168352929052205480841115611bc057604051634b18b19360e01b815260040160405180910390fd5b611bca8482612b0d565b6001600160a01b038088165f90815260cd60209081526040808320938a168352929052908120829055909150819003611c1257611c078686611e79565b600192509050610baa565b5f969095509350505050565b5f611c2761140e565b60405161190160f01b6020820152602281019190915260428101839052606201604051602081830303815290604052805190602001209050919050565b5f6115ea846001600160a01b03851684611ff7565b60605f611ca57f0000000000000000000000000000000000000000000000000000000000000000611ac1565b9050805f81518110611cb957611cb9612aa0565b602001015160f81c60f81b81600181518110611cd757611cd7612aa0565b016020908101516040516001600160f81b03199384169281019290925291909116602182015260220160405160208183030381529060405291505090565b5f5f5f611d228585612013565b90925090505f816004811115611d3a57611d3a612b20565b148015611d585750856001600160a01b0316826001600160a01b0316145b80611d695750611d69868686612052565b9695505050505050565b610786846323b872dd60e01b858585604051602401611d9493929190612a7c565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152612139565b5f61190b82612211565b5f8080611de2858561221a565b5f81815260029690960160205260409095205494959350505050565b5f818152600283016020526040812054819080611e2b57611e1f8585612225565b92505f91506119279050565b600192509050611927565b5f8181526002830160205260408120819055610e618383612230565b5f60ff8216601f81111561190b57604051632cd44ac360e21b815260040160405180910390fd5b6001600160a01b0382165f90815260ce6020526040812054905b81811015611f8b576001600160a01b038481165f90815260ce6020526040902080549185169183908110611ec957611ec9612aa0565b5f918252602090912001546001600160a01b031603611f83576001600160a01b0384165f90815260ce602052604090208054611f0790600190612b0d565b81548110611f1757611f17612aa0565b5f9182526020808320909101546001600160a01b03878116845260ce9092526040909220805491909216919083908110611f5357611f53612aa0565b905f5260205f20015f6101000a8154816001600160a01b0302191690836001600160a01b03160217905550611f8b565b600101611e93565b818103611fab57604051632df15a4160e11b815260040160405180910390fd5b6001600160a01b0384165f90815260ce60205260409020805480611fd157611fd1612b34565b5f8281526020902081015f1990810180546001600160a01b031916905501905550505050565b5f82815260028401602052604081208290556115ea848461223b565b5f5f8251604103612047576020830151604084015160608501515f1a61203b87828585612246565b94509450505050611927565b505f90506002611927565b5f5f5f856001600160a01b0316631626ba7e60e01b868660405160240161207a929190612b48565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b03199094169390931790925290516120b89190612b60565b5f60405180830381855afa9150503d805f81146120f0576040519150601f19603f3d011682016040523d82523d5f602084013e6120f5565b606091505b509150915081801561210957506020815110155b8015611d6957508051630b135d3f60e11b9061212e9083016020908101908401612af6565b149695505050505050565b5f61218d826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166123039092919063ffffffff16565b905080515f14806121ad5750808060200190518101906121ad9190612a5d565b61220c5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b60648201526084016106fc565b505050565b5f61190b825490565b5f610e618383612311565b5f610e618383612337565b5f610e61838361234e565b5f610e618383612431565b5f807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083111561227b57505f905060036122fa565b604080515f8082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa1580156122cc573d5f5f3e3d5ffd5b5050604051601f1901519150506001600160a01b0381166122f4575f600192509250506122fa565b91505f90505b94509492505050565b60606115ea84845f8561247d565b5f825f01828154811061232657612326612aa0565b905f5260205f200154905092915050565b5f8181526001830160205260408120541515610e61565b5f8181526001830160205260408120548015612428575f612370600183612b0d565b85549091505f9061238390600190612b0d565b90508181146123e2575f865f0182815481106123a1576123a1612aa0565b905f5260205f200154905080875f0184815481106123c1576123c1612aa0565b5f918252602080832090910192909255918252600188019052604090208390555b85548690806123f3576123f3612b34565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f90556001935050505061190b565b5f91505061190b565b5f81815260018301602052604081205461247657508154600181810184555f84815260208082209093018490558454848252828601909352604090209190915561190b565b505f61190b565b6060824710156124de5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b60648201526084016106fc565b5f5f866001600160a01b031685876040516124f99190612b60565b5f6040518083038185875af1925050503d805f8114612533576040519150601f19603f3d011682016040523d82523d5f602084013e612538565b606091505b509150915061106687838387606083156125b25782515f036125ab576001600160a01b0385163b6125ab5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016106fc565b50816115ea565b6115ea83838151156125c75781518083602001fd5b8060405162461bcd60e51b81526004016106fc9190612880565b5f602082840312156125f1575f5ffd5b5035919050565b6001600160a01b0381168114610b3b575f5ffd5b5f5f5f6060848603121561261e575f5ffd5b8335612629816125f8565b92506020840135612639816125f8565b929592945050506040919091013590565b5f5f5f5f6080858703121561265d575f5ffd5b8435612668816125f8565b93506020850135612678816125f8565b92506040850135612688816125f8565b9396929550929360600135925050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f5f5f5f60c087890312156126c1575f5ffd5b86356126cc816125f8565b955060208701356126dc816125f8565b94506040870135935060608701356126f3816125f8565b92506080870135915060a087013567ffffffffffffffff811115612715575f5ffd5b8701601f81018913612725575f5ffd5b803567ffffffffffffffff81111561273f5761273f612698565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561276e5761276e612698565b6040528181528282016020018b1015612785575f5ffd5b816020840160208301375f602083830101528093505050509295509295509295565b5f8151808452602084019350602083015f5b828110156127d75781518652602095860195909101906001016127b9565b5093949350505050565b604080825283519082018190525f9060208501906060840190835b818110156128235783516001600160a01b03168352602093840193909201916001016127fc565b50508381036020850152611d6981866127a7565b5f60208284031215612847575f5ffd5b8135610e61816125f8565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f610e616020830184612852565b5f602082840312156128a2575f5ffd5b813560ff81168114610e61575f5ffd5b5f5f602083850312156128c3575f5ffd5b823567ffffffffffffffff8111156128d9575f5ffd5b8301601f810185136128e9575f5ffd5b803567ffffffffffffffff8111156128ff575f5ffd5b8560208260051b8401011115612913575f5ffd5b6020919091019590945092505050565b5f8151808452602084019350602083015f5b828110156127d75781516001600160a01b0316865260209586019590910190600101612935565b604081525f61296e6040830185612923565b828103602084015261298081856127a7565b95945050505050565b5f5f5f5f5f5f60c0878903121561299e575f5ffd5b86356129a9816125f8565b955060208701356129b9816125f8565b945060408701356129c9816125f8565b959894975094956060810135955060808101359460a0909101359350915050565b5f5f604083850312156129fb575f5ffd5b8235612a06816125f8565b946020939093013593505050565b602081525f610e616020830184612923565b5f5f60408385031215612a37575f5ffd5b8235612a42816125f8565b91506020830135612a52816125f8565b809150509250929050565b5f60208284031215612a6d575f5ffd5b81518015158114610e61575f5ffd5b6001600160a01b039384168152919092166020820152604081019190915260600190565b634e487b7160e01b5f52603260045260245ffd5b5f60208284031215612ac4575f5ffd5b8151610e61816125f8565b634e487b7160e01b5f52601160045260245ffd5b8082018082111561190b5761190b612acf565b5f60208284031215612b06575f5ffd5b5051919050565b8181038181111561190b5761190b612acf565b634e487b7160e01b5f52602160045260245ffd5b634e487b7160e01b5f52603160045260245ffd5b828152604060208201525f6115ea6040830184612852565b5f82518060208501845e5f92019182525091905056fea26469706673582212206bef2139b3e85b0a1c52eb23c765cce2122fab72f8cc25c7a7b23162e084f97e64736f6c634300081b0033",
}
⋮----
// ContractStrategyManagerABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractStrategyManagerMetaData.ABI instead.
var ContractStrategyManagerABI = ContractStrategyManagerMetaData.ABI
⋮----
// ContractStrategyManagerBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractStrategyManagerMetaData.Bin instead.
var ContractStrategyManagerBin = ContractStrategyManagerMetaData.Bin
⋮----
// DeployContractStrategyManager deploys a new Ethereum contract, binding an instance of ContractStrategyManager to it.
func DeployContractStrategyManager(auth *bind.TransactOpts, backend bind.ContractBackend, _delegation common.Address, _pauserRegistry common.Address, _version string) (common.Address, *types.Transaction, *ContractStrategyManager, error)
⋮----
// ContractStrategyManagerMethods is an auto generated interface around an Ethereum contract.
type ContractStrategyManagerMethods interface {
	ContractStrategyManagerCalls
	ContractStrategyManagerTransacts
	ContractStrategyManagerFilters
}
⋮----
// ContractStrategyManagerCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractStrategyManagerCalls interface {
	DEFAULTBURNADDRESS(opts *bind.CallOpts) (common.Address, error)

	DEPOSITTYPEHASH(opts *bind.CallOpts) ([32]byte, error)

	CalculateStrategyDepositDigestHash(opts *bind.CallOpts, staker common.Address, strategy common.Address, token common.Address, amount *big.Int, nonce *big.Int, expiry *big.Int) ([32]byte, error)

	Delegation(opts *bind.CallOpts) (common.Address, error)

	DomainSeparator(opts *bind.CallOpts) ([32]byte, error)

	GetBurnableShares(opts *bind.CallOpts, strategy common.Address) (*big.Int, error)

	GetDeposits(opts *bind.CallOpts, staker common.Address) ([]common.Address, []*big.Int, error)

	GetStakerStrategyList(opts *bind.CallOpts, staker common.Address) ([]common.Address, error)

	GetStrategiesWithBurnableShares(opts *bind.CallOpts) ([]common.Address, []*big.Int, error)

	Nonces(opts *bind.CallOpts, signer common.Address) (*big.Int, error)

	Owner(opts *bind.CallOpts) (common.Address, error)

	Paused(opts *bind.CallOpts, index uint8) (bool, error)

	Paused0(opts *bind.CallOpts) (*big.Int, error)

	PauserRegistry(opts *bind.CallOpts) (common.Address, error)

	StakerDepositShares(opts *bind.CallOpts, staker common.Address, strategy common.Address) (*big.Int, error)

	StakerStrategyList(opts *bind.CallOpts, staker common.Address, arg1 *big.Int) (common.Address, error)

	StakerStrategyListLength(opts *bind.CallOpts, staker common.Address) (*big.Int, error)

	StrategyIsWhitelistedForDeposit(opts *bind.CallOpts, strategy common.Address) (bool, error)

	StrategyWhitelister(opts *bind.CallOpts) (common.Address, error)

	Version(opts *bind.CallOpts) (string, error)
}
⋮----
// ContractStrategyManagerTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractStrategyManagerTransacts interface {
	AddShares(opts *bind.TransactOpts, staker common.Address, strategy common.Address, shares *big.Int) (*types.Transaction, error)

	AddStrategiesToDepositWhitelist(opts *bind.TransactOpts, strategiesToWhitelist []common.Address) (*types.Transaction, error)

	BurnShares(opts *bind.TransactOpts, strategy common.Address) (*types.Transaction, error)

	DepositIntoStrategy(opts *bind.TransactOpts, strategy common.Address, token common.Address, amount *big.Int) (*types.Transaction, error)

	DepositIntoStrategyWithSignature(opts *bind.TransactOpts, strategy common.Address, token common.Address, amount *big.Int, staker common.Address, expiry *big.Int, signature []byte) (*types.Transaction, error)

	IncreaseBurnableShares(opts *bind.TransactOpts, strategy common.Address, addedSharesToBurn *big.Int) (*types.Transaction, error)

	Initialize(opts *bind.TransactOpts, initialOwner common.Address, initialStrategyWhitelister common.Address, initialPausedStatus *big.Int) (*types.Transaction, error)

	Pause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)

	PauseAll(opts *bind.TransactOpts) (*types.Transaction, error)

	RemoveDepositShares(opts *bind.TransactOpts, staker common.Address, strategy common.Address, depositSharesToRemove *big.Int) (*types.Transaction, error)

	RemoveStrategiesFromDepositWhitelist(opts *bind.TransactOpts, strategiesToRemoveFromWhitelist []common.Address) (*types.Transaction, error)

	RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

	SetStrategyWhitelister(opts *bind.TransactOpts, newStrategyWhitelister common.Address) (*types.Transaction, error)

	TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)

	Unpause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)

	WithdrawSharesAsTokens(opts *bind.TransactOpts, staker common.Address, strategy common.Address, token common.Address, shares *big.Int) (*types.Transaction, error)
}
⋮----
// ContractStrategyManagerFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractStrategyManagerFilters interface {
	FilterBurnableSharesDecreased(opts *bind.FilterOpts) (*ContractStrategyManagerBurnableSharesDecreasedIterator, error)
	WatchBurnableSharesDecreased(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerBurnableSharesDecreased) (event.Subscription, error)
	ParseBurnableSharesDecreased(log types.Log) (*ContractStrategyManagerBurnableSharesDecreased, error)

	FilterBurnableSharesIncreased(opts *bind.FilterOpts) (*ContractStrategyManagerBurnableSharesIncreasedIterator, error)
	WatchBurnableSharesIncreased(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerBurnableSharesIncreased) (event.Subscription, error)
	ParseBurnableSharesIncreased(log types.Log) (*ContractStrategyManagerBurnableSharesIncreased, error)

	FilterDeposit(opts *bind.FilterOpts) (*ContractStrategyManagerDepositIterator, error)
	WatchDeposit(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerDeposit) (event.Subscription, error)
	ParseDeposit(log types.Log) (*ContractStrategyManagerDeposit, error)

	FilterInitialized(opts *bind.FilterOpts) (*ContractStrategyManagerInitializedIterator, error)
	WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerInitialized) (event.Subscription, error)
	ParseInitialized(log types.Log) (*ContractStrategyManagerInitialized, error)

	FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractStrategyManagerOwnershipTransferredIterator, error)
	WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
	ParseOwnershipTransferred(log types.Log) (*ContractStrategyManagerOwnershipTransferred, error)

	FilterPaused(opts *bind.FilterOpts, account []common.Address) (*ContractStrategyManagerPausedIterator, error)
	WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerPaused, account []common.Address) (event.Subscription, error)
	ParsePaused(log types.Log) (*ContractStrategyManagerPaused, error)

	FilterStrategyAddedToDepositWhitelist(opts *bind.FilterOpts) (*ContractStrategyManagerStrategyAddedToDepositWhitelistIterator, error)
	WatchStrategyAddedToDepositWhitelist(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerStrategyAddedToDepositWhitelist) (event.Subscription, error)
	ParseStrategyAddedToDepositWhitelist(log types.Log) (*ContractStrategyManagerStrategyAddedToDepositWhitelist, error)

	FilterStrategyRemovedFromDepositWhitelist(opts *bind.FilterOpts) (*ContractStrategyManagerStrategyRemovedFromDepositWhitelistIterator, error)
	WatchStrategyRemovedFromDepositWhitelist(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerStrategyRemovedFromDepositWhitelist) (event.Subscription, error)
	ParseStrategyRemovedFromDepositWhitelist(log types.Log) (*ContractStrategyManagerStrategyRemovedFromDepositWhitelist, error)

	FilterStrategyWhitelisterChanged(opts *bind.FilterOpts) (*ContractStrategyManagerStrategyWhitelisterChangedIterator, error)
	WatchStrategyWhitelisterChanged(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerStrategyWhitelisterChanged) (event.Subscription, error)
	ParseStrategyWhitelisterChanged(log types.Log) (*ContractStrategyManagerStrategyWhitelisterChanged, error)

	FilterUnpaused(opts *bind.FilterOpts, account []common.Address) (*ContractStrategyManagerUnpausedIterator, error)
	WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerUnpaused, account []common.Address) (event.Subscription, error)
	ParseUnpaused(log types.Log) (*ContractStrategyManagerUnpaused, error)
}
⋮----
// ContractStrategyManager is an auto generated Go binding around an Ethereum contract.
type ContractStrategyManager struct {
	ContractStrategyManagerCaller     // Read-only binding to the contract
	ContractStrategyManagerTransactor // Write-only binding to the contract
	ContractStrategyManagerFilterer   // Log filterer for contract events
}
⋮----
ContractStrategyManagerCaller     // Read-only binding to the contract
ContractStrategyManagerTransactor // Write-only binding to the contract
ContractStrategyManagerFilterer   // Log filterer for contract events
⋮----
// ContractStrategyManager implements the ContractStrategyManagerMethods interface.
var _ ContractStrategyManagerMethods = (*ContractStrategyManager)(nil)
⋮----
// ContractStrategyManagerCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractStrategyManagerCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractStrategyManagerCaller implements the ContractStrategyManagerCalls interface.
var _ ContractStrategyManagerCalls = (*ContractStrategyManagerCaller)(nil)
⋮----
// ContractStrategyManagerTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractStrategyManagerTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractStrategyManagerTransactor implements the ContractStrategyManagerTransacts interface.
var _ ContractStrategyManagerTransacts = (*ContractStrategyManagerTransactor)(nil)
⋮----
// ContractStrategyManagerFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractStrategyManagerFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractStrategyManagerFilterer implements the ContractStrategyManagerFilters interface.
var _ ContractStrategyManagerFilters = (*ContractStrategyManagerFilterer)(nil)
⋮----
// ContractStrategyManagerSession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractStrategyManagerSession struct {
	Contract     *ContractStrategyManager // Generic contract binding to set the session for
	CallOpts     bind.CallOpts            // Call options to use throughout this session
	TransactOpts bind.TransactOpts        // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractStrategyManager // Generic contract binding to set the session for
CallOpts     bind.CallOpts            // Call options to use throughout this session
TransactOpts bind.TransactOpts        // Transaction auth options to use throughout this session
⋮----
// ContractStrategyManagerCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractStrategyManagerCallerSession struct {
	Contract *ContractStrategyManagerCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                  // Call options to use throughout this session
}
⋮----
Contract *ContractStrategyManagerCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                  // Call options to use throughout this session
⋮----
// ContractStrategyManagerTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractStrategyManagerTransactorSession struct {
	Contract     *ContractStrategyManagerTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                  // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractStrategyManagerTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                  // Transaction auth options to use throughout this session
⋮----
// ContractStrategyManagerRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractStrategyManagerRaw struct {
	Contract *ContractStrategyManager // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractStrategyManager // Generic contract binding to access the raw methods on
⋮----
// ContractStrategyManagerCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractStrategyManagerCallerRaw struct {
	Contract *ContractStrategyManagerCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractStrategyManagerCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractStrategyManagerTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractStrategyManagerTransactorRaw struct {
	Contract *ContractStrategyManagerTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractStrategyManagerTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractStrategyManager creates a new instance of ContractStrategyManager, bound to a specific deployed contract.
func NewContractStrategyManager(address common.Address, backend bind.ContractBackend) (*ContractStrategyManager, error)
⋮----
// NewContractStrategyManagerCaller creates a new read-only instance of ContractStrategyManager, bound to a specific deployed contract.
func NewContractStrategyManagerCaller(address common.Address, caller bind.ContractCaller) (*ContractStrategyManagerCaller, error)
⋮----
// NewContractStrategyManagerTransactor creates a new write-only instance of ContractStrategyManager, bound to a specific deployed contract.
func NewContractStrategyManagerTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractStrategyManagerTransactor, error)
⋮----
// NewContractStrategyManagerFilterer creates a new log filterer instance of ContractStrategyManager, bound to a specific deployed contract.
func NewContractStrategyManagerFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractStrategyManagerFilterer, error)
⋮----
// bindContractStrategyManager binds a generic wrapper to an already deployed contract.
func bindContractStrategyManager(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractStrategyManager *ContractStrategyManagerRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractStrategyManager *ContractStrategyManagerRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractStrategyManager *ContractStrategyManagerRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// DEFAULTBURNADDRESS is a free data retrieval call binding the contract method 0xf3b4a000.
//
// Solidity: function DEFAULT_BURN_ADDRESS() view returns(address)
func (_ContractStrategyManager *ContractStrategyManagerCaller) DEFAULTBURNADDRESS(opts *bind.CallOpts) (common.Address, error)
⋮----
var out []interface{}
⋮----
// DEPOSITTYPEHASH is a free data retrieval call binding the contract method 0x48825e94.
⋮----
// Solidity: function DEPOSIT_TYPEHASH() view returns(bytes32)
func (_ContractStrategyManager *ContractStrategyManagerCaller) DEPOSITTYPEHASH(opts *bind.CallOpts) ([32]byte, error)
⋮----
// CalculateStrategyDepositDigestHash is a free data retrieval call binding the contract method 0x9ac01d61.
⋮----
// Solidity: function calculateStrategyDepositDigestHash(address staker, address strategy, address token, uint256 amount, uint256 nonce, uint256 expiry) view returns(bytes32)
func (_ContractStrategyManager *ContractStrategyManagerCaller) CalculateStrategyDepositDigestHash(opts *bind.CallOpts, staker common.Address, strategy common.Address, token common.Address, amount *big.Int, nonce *big.Int, expiry *big.Int) ([32]byte, error)
⋮----
// Delegation is a free data retrieval call binding the contract method 0xdf5cf723.
⋮----
// Solidity: function delegation() view returns(address)
func (_ContractStrategyManager *ContractStrategyManagerCaller) Delegation(opts *bind.CallOpts) (common.Address, error)
⋮----
// DomainSeparator is a free data retrieval call binding the contract method 0xf698da25.
⋮----
// Solidity: function domainSeparator() view returns(bytes32)
func (_ContractStrategyManager *ContractStrategyManagerCaller) DomainSeparator(opts *bind.CallOpts) ([32]byte, error)
⋮----
// GetBurnableShares is a free data retrieval call binding the contract method 0xfd980423.
⋮----
// Solidity: function getBurnableShares(address strategy) view returns(uint256)
func (_ContractStrategyManager *ContractStrategyManagerCaller) GetBurnableShares(opts *bind.CallOpts, strategy common.Address) (*big.Int, error)
⋮----
// GetDeposits is a free data retrieval call binding the contract method 0x94f649dd.
⋮----
// Solidity: function getDeposits(address staker) view returns(address[], uint256[])
func (_ContractStrategyManager *ContractStrategyManagerCaller) GetDeposits(opts *bind.CallOpts, staker common.Address) ([]common.Address, []*big.Int, error)
⋮----
// GetStakerStrategyList is a free data retrieval call binding the contract method 0xde44acb6.
⋮----
// Solidity: function getStakerStrategyList(address staker) view returns(address[])
func (_ContractStrategyManager *ContractStrategyManagerCaller) GetStakerStrategyList(opts *bind.CallOpts, staker common.Address) ([]common.Address, error)
⋮----
// GetStrategiesWithBurnableShares is a free data retrieval call binding the contract method 0x36a8c500.
⋮----
// Solidity: function getStrategiesWithBurnableShares() view returns(address[], uint256[])
func (_ContractStrategyManager *ContractStrategyManagerCaller) GetStrategiesWithBurnableShares(opts *bind.CallOpts) ([]common.Address, []*big.Int, error)
⋮----
// Nonces is a free data retrieval call binding the contract method 0x7ecebe00.
⋮----
// Solidity: function nonces(address signer) view returns(uint256 nonce)
func (_ContractStrategyManager *ContractStrategyManagerCaller) Nonces(opts *bind.CallOpts, signer common.Address) (*big.Int, error)
⋮----
// Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
⋮----
// Solidity: function owner() view returns(address)
func (_ContractStrategyManager *ContractStrategyManagerCaller) Owner(opts *bind.CallOpts) (common.Address, error)
⋮----
// Paused is a free data retrieval call binding the contract method 0x5ac86ab7.
⋮----
// Solidity: function paused(uint8 index) view returns(bool)
func (_ContractStrategyManager *ContractStrategyManagerCaller) Paused(opts *bind.CallOpts, index uint8) (bool, error)
⋮----
// Paused0 is a free data retrieval call binding the contract method 0x5c975abb.
⋮----
// Solidity: function paused() view returns(uint256)
func (_ContractStrategyManager *ContractStrategyManagerCaller) Paused0(opts *bind.CallOpts) (*big.Int, error)
⋮----
// PauserRegistry is a free data retrieval call binding the contract method 0x886f1195.
⋮----
// Solidity: function pauserRegistry() view returns(address)
func (_ContractStrategyManager *ContractStrategyManagerCaller) PauserRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// StakerDepositShares is a free data retrieval call binding the contract method 0xfe243a17.
⋮----
// Solidity: function stakerDepositShares(address staker, address strategy) view returns(uint256 shares)
func (_ContractStrategyManager *ContractStrategyManagerCaller) StakerDepositShares(opts *bind.CallOpts, staker common.Address, strategy common.Address) (*big.Int, error)
⋮----
// StakerStrategyList is a free data retrieval call binding the contract method 0xcbc2bd62.
⋮----
// Solidity: function stakerStrategyList(address staker, uint256 ) view returns(address strategies)
func (_ContractStrategyManager *ContractStrategyManagerCaller) StakerStrategyList(opts *bind.CallOpts, staker common.Address, arg1 *big.Int) (common.Address, error)
⋮----
// StakerStrategyListLength is a free data retrieval call binding the contract method 0x8b8aac3c.
⋮----
// Solidity: function stakerStrategyListLength(address staker) view returns(uint256)
func (_ContractStrategyManager *ContractStrategyManagerCaller) StakerStrategyListLength(opts *bind.CallOpts, staker common.Address) (*big.Int, error)
⋮----
// StrategyIsWhitelistedForDeposit is a free data retrieval call binding the contract method 0x663c1de4.
⋮----
// Solidity: function strategyIsWhitelistedForDeposit(address strategy) view returns(bool whitelisted)
func (_ContractStrategyManager *ContractStrategyManagerCaller) StrategyIsWhitelistedForDeposit(opts *bind.CallOpts, strategy common.Address) (bool, error)
⋮----
// StrategyWhitelister is a free data retrieval call binding the contract method 0x967fc0d2.
⋮----
// Solidity: function strategyWhitelister() view returns(address)
func (_ContractStrategyManager *ContractStrategyManagerCaller) StrategyWhitelister(opts *bind.CallOpts) (common.Address, error)
⋮----
// Version is a free data retrieval call binding the contract method 0x54fd4d50.
⋮----
// Solidity: function version() view returns(string)
func (_ContractStrategyManager *ContractStrategyManagerCaller) Version(opts *bind.CallOpts) (string, error)
⋮----
// AddShares is a paid mutator transaction binding the contract method 0x50ff7225.
⋮----
// Solidity: function addShares(address staker, address strategy, uint256 shares) returns(uint256, uint256)
func (_ContractStrategyManager *ContractStrategyManagerTransactor) AddShares(opts *bind.TransactOpts, staker common.Address, strategy common.Address, shares *big.Int) (*types.Transaction, error)
⋮----
// AddStrategiesToDepositWhitelist is a paid mutator transaction binding the contract method 0x5de08ff2.
⋮----
// Solidity: function addStrategiesToDepositWhitelist(address[] strategiesToWhitelist) returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) AddStrategiesToDepositWhitelist(opts *bind.TransactOpts, strategiesToWhitelist []common.Address) (*types.Transaction, error)
⋮----
// BurnShares is a paid mutator transaction binding the contract method 0x4b6d5d6e.
⋮----
// Solidity: function burnShares(address strategy) returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) BurnShares(opts *bind.TransactOpts, strategy common.Address) (*types.Transaction, error)
⋮----
// DepositIntoStrategy is a paid mutator transaction binding the contract method 0xe7a050aa.
⋮----
// Solidity: function depositIntoStrategy(address strategy, address token, uint256 amount) returns(uint256 depositShares)
func (_ContractStrategyManager *ContractStrategyManagerTransactor) DepositIntoStrategy(opts *bind.TransactOpts, strategy common.Address, token common.Address, amount *big.Int) (*types.Transaction, error)
⋮----
// DepositIntoStrategyWithSignature is a paid mutator transaction binding the contract method 0x32e89ace.
⋮----
// Solidity: function depositIntoStrategyWithSignature(address strategy, address token, uint256 amount, address staker, uint256 expiry, bytes signature) returns(uint256 depositShares)
func (_ContractStrategyManager *ContractStrategyManagerTransactor) DepositIntoStrategyWithSignature(opts *bind.TransactOpts, strategy common.Address, token common.Address, amount *big.Int, staker common.Address, expiry *big.Int, signature []byte) (*types.Transaction, error)
⋮----
// IncreaseBurnableShares is a paid mutator transaction binding the contract method 0xdebe1eab.
⋮----
// Solidity: function increaseBurnableShares(address strategy, uint256 addedSharesToBurn) returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) IncreaseBurnableShares(opts *bind.TransactOpts, strategy common.Address, addedSharesToBurn *big.Int) (*types.Transaction, error)
⋮----
// Initialize is a paid mutator transaction binding the contract method 0x1794bb3c.
⋮----
// Solidity: function initialize(address initialOwner, address initialStrategyWhitelister, uint256 initialPausedStatus) returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) Initialize(opts *bind.TransactOpts, initialOwner common.Address, initialStrategyWhitelister common.Address, initialPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// Pause is a paid mutator transaction binding the contract method 0x136439dd.
⋮----
// Solidity: function pause(uint256 newPausedStatus) returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) Pause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// PauseAll is a paid mutator transaction binding the contract method 0x595c6a67.
⋮----
// Solidity: function pauseAll() returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) PauseAll(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// RemoveDepositShares is a paid mutator transaction binding the contract method 0x724af423.
⋮----
// Solidity: function removeDepositShares(address staker, address strategy, uint256 depositSharesToRemove) returns(uint256)
func (_ContractStrategyManager *ContractStrategyManagerTransactor) RemoveDepositShares(opts *bind.TransactOpts, staker common.Address, strategy common.Address, depositSharesToRemove *big.Int) (*types.Transaction, error)
⋮----
// RemoveStrategiesFromDepositWhitelist is a paid mutator transaction binding the contract method 0xb5d8b5b8.
⋮----
// Solidity: function removeStrategiesFromDepositWhitelist(address[] strategiesToRemoveFromWhitelist) returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) RemoveStrategiesFromDepositWhitelist(opts *bind.TransactOpts, strategiesToRemoveFromWhitelist []common.Address) (*types.Transaction, error)
⋮----
// RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
⋮----
// Solidity: function renounceOwnership() returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// SetStrategyWhitelister is a paid mutator transaction binding the contract method 0xc6656702.
⋮----
// Solidity: function setStrategyWhitelister(address newStrategyWhitelister) returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) SetStrategyWhitelister(opts *bind.TransactOpts, newStrategyWhitelister common.Address) (*types.Transaction, error)
⋮----
// TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
⋮----
// Solidity: function transferOwnership(address newOwner) returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
⋮----
// Unpause is a paid mutator transaction binding the contract method 0xfabc1cbc.
⋮----
// Solidity: function unpause(uint256 newPausedStatus) returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) Unpause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// WithdrawSharesAsTokens is a paid mutator transaction binding the contract method 0x2eae418c.
⋮----
// Solidity: function withdrawSharesAsTokens(address staker, address strategy, address token, uint256 shares) returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) WithdrawSharesAsTokens(opts *bind.TransactOpts, staker common.Address, strategy common.Address, token common.Address, shares *big.Int) (*types.Transaction, error)
⋮----
// ContractStrategyManagerBurnableSharesDecreasedIterator is returned from FilterBurnableSharesDecreased and is used to iterate over the raw logs and unpacked data for BurnableSharesDecreased events raised by the ContractStrategyManager contract.
type ContractStrategyManagerBurnableSharesDecreasedIterator struct {
	Event *ContractStrategyManagerBurnableSharesDecreased // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStrategyManagerBurnableSharesDecreased // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractStrategyManagerBurnableSharesDecreasedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractStrategyManagerBurnableSharesDecreasedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractStrategyManagerBurnableSharesDecreasedIterator) Close() error
⋮----
// ContractStrategyManagerBurnableSharesDecreased represents a BurnableSharesDecreased event raised by the ContractStrategyManager contract.
type ContractStrategyManagerBurnableSharesDecreased struct {
	Strategy common.Address
	Shares   *big.Int
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
Raw      types.Log // Blockchain specific contextual infos
⋮----
// FilterBurnableSharesDecreased is a free log retrieval operation binding the contract event 0xd9d082c3ec4f3a3ffa55c324939a06407f5fbcb87d5e0ce3b9508c92c84ed839.
⋮----
// Solidity: event BurnableSharesDecreased(address strategy, uint256 shares)
func (_ContractStrategyManager *ContractStrategyManagerFilterer) FilterBurnableSharesDecreased(opts *bind.FilterOpts) (*ContractStrategyManagerBurnableSharesDecreasedIterator, error)
⋮----
// WatchBurnableSharesDecreased is a free log subscription operation binding the contract event 0xd9d082c3ec4f3a3ffa55c324939a06407f5fbcb87d5e0ce3b9508c92c84ed839.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) WatchBurnableSharesDecreased(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerBurnableSharesDecreased) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseBurnableSharesDecreased is a log parse operation binding the contract event 0xd9d082c3ec4f3a3ffa55c324939a06407f5fbcb87d5e0ce3b9508c92c84ed839.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) ParseBurnableSharesDecreased(log types.Log) (*ContractStrategyManagerBurnableSharesDecreased, error)
⋮----
// ContractStrategyManagerBurnableSharesIncreasedIterator is returned from FilterBurnableSharesIncreased and is used to iterate over the raw logs and unpacked data for BurnableSharesIncreased events raised by the ContractStrategyManager contract.
type ContractStrategyManagerBurnableSharesIncreasedIterator struct {
	Event *ContractStrategyManagerBurnableSharesIncreased // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStrategyManagerBurnableSharesIncreased // Event containing the contract specifics and raw log
⋮----
// ContractStrategyManagerBurnableSharesIncreased represents a BurnableSharesIncreased event raised by the ContractStrategyManager contract.
type ContractStrategyManagerBurnableSharesIncreased struct {
	Strategy common.Address
	Shares   *big.Int
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
// FilterBurnableSharesIncreased is a free log retrieval operation binding the contract event 0xca3e02a4ab7ad3c47a8e36e5a624c30170791726ab720f1babfef21046d953ff.
⋮----
// Solidity: event BurnableSharesIncreased(address strategy, uint256 shares)
func (_ContractStrategyManager *ContractStrategyManagerFilterer) FilterBurnableSharesIncreased(opts *bind.FilterOpts) (*ContractStrategyManagerBurnableSharesIncreasedIterator, error)
⋮----
// WatchBurnableSharesIncreased is a free log subscription operation binding the contract event 0xca3e02a4ab7ad3c47a8e36e5a624c30170791726ab720f1babfef21046d953ff.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) WatchBurnableSharesIncreased(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerBurnableSharesIncreased) (event.Subscription, error)
⋮----
// ParseBurnableSharesIncreased is a log parse operation binding the contract event 0xca3e02a4ab7ad3c47a8e36e5a624c30170791726ab720f1babfef21046d953ff.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) ParseBurnableSharesIncreased(log types.Log) (*ContractStrategyManagerBurnableSharesIncreased, error)
⋮----
// ContractStrategyManagerDepositIterator is returned from FilterDeposit and is used to iterate over the raw logs and unpacked data for Deposit events raised by the ContractStrategyManager contract.
type ContractStrategyManagerDepositIterator struct {
	Event *ContractStrategyManagerDeposit // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStrategyManagerDeposit // Event containing the contract specifics and raw log
⋮----
// ContractStrategyManagerDeposit represents a Deposit event raised by the ContractStrategyManager contract.
type ContractStrategyManagerDeposit struct {
	Staker   common.Address
	Strategy common.Address
	Shares   *big.Int
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
// FilterDeposit is a free log retrieval operation binding the contract event 0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62.
⋮----
// Solidity: event Deposit(address staker, address strategy, uint256 shares)
func (_ContractStrategyManager *ContractStrategyManagerFilterer) FilterDeposit(opts *bind.FilterOpts) (*ContractStrategyManagerDepositIterator, error)
⋮----
// WatchDeposit is a free log subscription operation binding the contract event 0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) WatchDeposit(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerDeposit) (event.Subscription, error)
⋮----
// ParseDeposit is a log parse operation binding the contract event 0x5548c837ab068cf56a2c2479df0882a4922fd203edb7517321831d95078c5f62.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) ParseDeposit(log types.Log) (*ContractStrategyManagerDeposit, error)
⋮----
// ContractStrategyManagerInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the ContractStrategyManager contract.
type ContractStrategyManagerInitializedIterator struct {
	Event *ContractStrategyManagerInitialized // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStrategyManagerInitialized // Event containing the contract specifics and raw log
⋮----
// ContractStrategyManagerInitialized represents a Initialized event raised by the ContractStrategyManager contract.
type ContractStrategyManagerInitialized struct {
	Version uint8
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
// Solidity: event Initialized(uint8 version)
func (_ContractStrategyManager *ContractStrategyManagerFilterer) FilterInitialized(opts *bind.FilterOpts) (*ContractStrategyManagerInitializedIterator, error)
⋮----
// WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerInitialized) (event.Subscription, error)
⋮----
// ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) ParseInitialized(log types.Log) (*ContractStrategyManagerInitialized, error)
⋮----
// ContractStrategyManagerOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the ContractStrategyManager contract.
type ContractStrategyManagerOwnershipTransferredIterator struct {
	Event *ContractStrategyManagerOwnershipTransferred // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStrategyManagerOwnershipTransferred // Event containing the contract specifics and raw log
⋮----
// ContractStrategyManagerOwnershipTransferred represents a OwnershipTransferred event raised by the ContractStrategyManager contract.
type ContractStrategyManagerOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}
⋮----
Raw           types.Log // Blockchain specific contextual infos
⋮----
// FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
// Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (_ContractStrategyManager *ContractStrategyManagerFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractStrategyManagerOwnershipTransferredIterator, error)
⋮----
var previousOwnerRule []interface{}
⋮----
var newOwnerRule []interface{}
⋮----
// WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
⋮----
// ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) ParseOwnershipTransferred(log types.Log) (*ContractStrategyManagerOwnershipTransferred, error)
⋮----
// ContractStrategyManagerPausedIterator is returned from FilterPaused and is used to iterate over the raw logs and unpacked data for Paused events raised by the ContractStrategyManager contract.
type ContractStrategyManagerPausedIterator struct {
	Event *ContractStrategyManagerPaused // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStrategyManagerPaused // Event containing the contract specifics and raw log
⋮----
// ContractStrategyManagerPaused represents a Paused event raised by the ContractStrategyManager contract.
type ContractStrategyManagerPaused struct {
	Account         common.Address
	NewPausedStatus *big.Int
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
Raw             types.Log // Blockchain specific contextual infos
⋮----
// FilterPaused is a free log retrieval operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
// Solidity: event Paused(address indexed account, uint256 newPausedStatus)
func (_ContractStrategyManager *ContractStrategyManagerFilterer) FilterPaused(opts *bind.FilterOpts, account []common.Address) (*ContractStrategyManagerPausedIterator, error)
⋮----
var accountRule []interface{}
⋮----
// WatchPaused is a free log subscription operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerPaused, account []common.Address) (event.Subscription, error)
⋮----
// ParsePaused is a log parse operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) ParsePaused(log types.Log) (*ContractStrategyManagerPaused, error)
⋮----
// ContractStrategyManagerStrategyAddedToDepositWhitelistIterator is returned from FilterStrategyAddedToDepositWhitelist and is used to iterate over the raw logs and unpacked data for StrategyAddedToDepositWhitelist events raised by the ContractStrategyManager contract.
type ContractStrategyManagerStrategyAddedToDepositWhitelistIterator struct {
	Event *ContractStrategyManagerStrategyAddedToDepositWhitelist // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStrategyManagerStrategyAddedToDepositWhitelist // Event containing the contract specifics and raw log
⋮----
// ContractStrategyManagerStrategyAddedToDepositWhitelist represents a StrategyAddedToDepositWhitelist event raised by the ContractStrategyManager contract.
type ContractStrategyManagerStrategyAddedToDepositWhitelist struct {
	Strategy common.Address
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
// FilterStrategyAddedToDepositWhitelist is a free log retrieval operation binding the contract event 0x0c35b17d91c96eb2751cd456e1252f42a386e524ef9ff26ecc9950859fdc04fe.
⋮----
// Solidity: event StrategyAddedToDepositWhitelist(address strategy)
func (_ContractStrategyManager *ContractStrategyManagerFilterer) FilterStrategyAddedToDepositWhitelist(opts *bind.FilterOpts) (*ContractStrategyManagerStrategyAddedToDepositWhitelistIterator, error)
⋮----
// WatchStrategyAddedToDepositWhitelist is a free log subscription operation binding the contract event 0x0c35b17d91c96eb2751cd456e1252f42a386e524ef9ff26ecc9950859fdc04fe.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) WatchStrategyAddedToDepositWhitelist(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerStrategyAddedToDepositWhitelist) (event.Subscription, error)
⋮----
// ParseStrategyAddedToDepositWhitelist is a log parse operation binding the contract event 0x0c35b17d91c96eb2751cd456e1252f42a386e524ef9ff26ecc9950859fdc04fe.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) ParseStrategyAddedToDepositWhitelist(log types.Log) (*ContractStrategyManagerStrategyAddedToDepositWhitelist, error)
⋮----
// ContractStrategyManagerStrategyRemovedFromDepositWhitelistIterator is returned from FilterStrategyRemovedFromDepositWhitelist and is used to iterate over the raw logs and unpacked data for StrategyRemovedFromDepositWhitelist events raised by the ContractStrategyManager contract.
type ContractStrategyManagerStrategyRemovedFromDepositWhitelistIterator struct {
	Event *ContractStrategyManagerStrategyRemovedFromDepositWhitelist // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStrategyManagerStrategyRemovedFromDepositWhitelist // Event containing the contract specifics and raw log
⋮----
// ContractStrategyManagerStrategyRemovedFromDepositWhitelist represents a StrategyRemovedFromDepositWhitelist event raised by the ContractStrategyManager contract.
type ContractStrategyManagerStrategyRemovedFromDepositWhitelist struct {
	Strategy common.Address
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
// FilterStrategyRemovedFromDepositWhitelist is a free log retrieval operation binding the contract event 0x4074413b4b443e4e58019f2855a8765113358c7c72e39509c6af45fc0f5ba030.
⋮----
// Solidity: event StrategyRemovedFromDepositWhitelist(address strategy)
func (_ContractStrategyManager *ContractStrategyManagerFilterer) FilterStrategyRemovedFromDepositWhitelist(opts *bind.FilterOpts) (*ContractStrategyManagerStrategyRemovedFromDepositWhitelistIterator, error)
⋮----
// WatchStrategyRemovedFromDepositWhitelist is a free log subscription operation binding the contract event 0x4074413b4b443e4e58019f2855a8765113358c7c72e39509c6af45fc0f5ba030.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) WatchStrategyRemovedFromDepositWhitelist(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerStrategyRemovedFromDepositWhitelist) (event.Subscription, error)
⋮----
// ParseStrategyRemovedFromDepositWhitelist is a log parse operation binding the contract event 0x4074413b4b443e4e58019f2855a8765113358c7c72e39509c6af45fc0f5ba030.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) ParseStrategyRemovedFromDepositWhitelist(log types.Log) (*ContractStrategyManagerStrategyRemovedFromDepositWhitelist, error)
⋮----
// ContractStrategyManagerStrategyWhitelisterChangedIterator is returned from FilterStrategyWhitelisterChanged and is used to iterate over the raw logs and unpacked data for StrategyWhitelisterChanged events raised by the ContractStrategyManager contract.
type ContractStrategyManagerStrategyWhitelisterChangedIterator struct {
	Event *ContractStrategyManagerStrategyWhitelisterChanged // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStrategyManagerStrategyWhitelisterChanged // Event containing the contract specifics and raw log
⋮----
// ContractStrategyManagerStrategyWhitelisterChanged represents a StrategyWhitelisterChanged event raised by the ContractStrategyManager contract.
type ContractStrategyManagerStrategyWhitelisterChanged struct {
	PreviousAddress common.Address
	NewAddress      common.Address
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
// FilterStrategyWhitelisterChanged is a free log retrieval operation binding the contract event 0x4264275e593955ff9d6146a51a4525f6ddace2e81db9391abcc9d1ca48047d29.
⋮----
// Solidity: event StrategyWhitelisterChanged(address previousAddress, address newAddress)
func (_ContractStrategyManager *ContractStrategyManagerFilterer) FilterStrategyWhitelisterChanged(opts *bind.FilterOpts) (*ContractStrategyManagerStrategyWhitelisterChangedIterator, error)
⋮----
// WatchStrategyWhitelisterChanged is a free log subscription operation binding the contract event 0x4264275e593955ff9d6146a51a4525f6ddace2e81db9391abcc9d1ca48047d29.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) WatchStrategyWhitelisterChanged(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerStrategyWhitelisterChanged) (event.Subscription, error)
⋮----
// ParseStrategyWhitelisterChanged is a log parse operation binding the contract event 0x4264275e593955ff9d6146a51a4525f6ddace2e81db9391abcc9d1ca48047d29.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) ParseStrategyWhitelisterChanged(log types.Log) (*ContractStrategyManagerStrategyWhitelisterChanged, error)
⋮----
// ContractStrategyManagerUnpausedIterator is returned from FilterUnpaused and is used to iterate over the raw logs and unpacked data for Unpaused events raised by the ContractStrategyManager contract.
type ContractStrategyManagerUnpausedIterator struct {
	Event *ContractStrategyManagerUnpaused // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStrategyManagerUnpaused // Event containing the contract specifics and raw log
⋮----
// ContractStrategyManagerUnpaused represents a Unpaused event raised by the ContractStrategyManager contract.
type ContractStrategyManagerUnpaused struct {
	Account         common.Address
	NewPausedStatus *big.Int
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
// FilterUnpaused is a free log retrieval operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
// Solidity: event Unpaused(address indexed account, uint256 newPausedStatus)
func (_ContractStrategyManager *ContractStrategyManagerFilterer) FilterUnpaused(opts *bind.FilterOpts, account []common.Address) (*ContractStrategyManagerUnpausedIterator, error)
⋮----
// WatchUnpaused is a free log subscription operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerUnpaused, account []common.Address) (event.Subscription, error)
⋮----
// ParseUnpaused is a log parse operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) ParseUnpaused(log types.Log) (*ContractStrategyManagerUnpaused, error)
````

## File: contracts/config/core/31337.json
````json
{
    "maintainer": "samlaf@eigenlabs.org",
    "multisig_addresses": {
      "operationsMultisig": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
      "communityMultisig": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
      "pauserMultisig": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
      "executorMultisig": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
      "timelock": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"
    },
    "strategies": [
      {
        "token_address": "0x0000000000000000000000000000000000000000",
        "token_symbol": "WETH",
        "max_per_deposit": 115792089237316195423570985008687907853269984665640564039457584007913129639935,
        "max_deposits": 115792089237316195423570985008687907853269984665640564039457584007913129639935
      }
    ],
    "allocationManager": {
      "init_paused_status": 0,
      "DEALLOCATION_DELAY": 900,
      "ALLOCATION_CONFIGURATION_DELAY": 1200
    },
    "strategyManager": {
      "init_paused_status": 0,
      "init_withdrawal_delay_blocks": 1
    },
    "eigenPod": {
      "PARTIAL_WITHDRAWAL_FRAUD_PROOF_PERIOD_BLOCKS": 1,
      "MAX_RESTAKED_BALANCE_GWEI_PER_VALIDATOR": "32000000000"
    },
    "eigenPodManager": {
      "init_paused_status": 30
    },
    "delayedWithdrawalRouter": {
      "init_paused_status": 0,
      "init_withdrawal_delay_blocks": 1
    },
    "slasher": {
      "init_paused_status": 0
    },
    "delegation": {
      "withdrawal_delay_blocks": 900,
      "init_paused_status": 0,
      "init_withdrawal_delay_blocks": 1
    },
    "rewardsCoordinator": {
      "init_paused_status": 0,
      "CALCULATION_INTERVAL_SECONDS": 604800,
      "MAX_REWARDS_DURATION": 6048000,
      "MAX_RETROACTIVE_LENGTH": 7776000,
      "MAX_FUTURE_LENGTH": 2592000,
      "GENESIS_REWARDS_TIMESTAMP": 1710979200,
      "rewards_updater_address": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
      "activation_delay": 7200,
      "calculation_interval_seconds": 604800,
      "global_operator_commission_bips": 1000,
      "OPERATOR_SET_GENESIS_REWARDS_TIMESTAMP": 1720656000,
      "OPERATOR_SET_MAX_RETROACTIVE_LENGTH": 2592000
    },
    "ethPOSDepositAddress": "0x00000000219ab540356cBB839Cbe05303d7705Fa",
    "semver": "v0.0.0"
  }
````

## File: contracts/script/input/31337/ops_addresses.json
````json
{
    "communityMultisig": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
    "pauser": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
    "churner": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
    "ejector": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"
}
````

## File: contracts/script/output/31337/eigenlayer_deployment_output.json
````json
{
  "addresses": {
    "TestToken": "0xc5a5C42992dECbae36851359345FE25997F5C42d",
    "allocationManager": "0x8A791620dd6260079BF849Dc5567aDC3F2FdC318",
    "allocationManagerImplementation": "0x68B1D87F95878fE05B998F19b66F4baba5De1aed",
    "avsDirectory": "0x0165878A594ca255338adfa4d48449f69242Eb8F",
    "avsDirectoryImplementation": "0x0B306BF915C4d645ff596e518fAf3F9669b97016",
    "baseStrategyImplementation": "0x09635F643e140090A9A8Dcd712eD6285858ceBef",
    "delegationManager": "0xDc64a140Aa3E981100a9becA4E685f962f0cF6C9",
    "delegationManagerImplementation": "0x0DCd1Bf9A1b36cE34237eEaFef220932846BCD82",
    "eigenLayerPauserReg": "0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0",
    "eigenLayerProxyAdmin": "0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512",
    "eigenPodBeacon": "0xA51c1fc2f0D1a1b8494Ed1FE312d7C3a78Ed91C0",
    "eigenPodImplementation": "0xB7f8BC63BbcaD18155201308C8f3540b07f84F5e",
    "eigenPodManager": "0xa513E6E4b8f2a923D98304ec87F64353C4D5C853",
    "eigenPodManagerImplementation": "0x959922bE3CAee4b8Cd9a407cc3ac1C251C2007B1",
    "emptyContract": "0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9",
    "numStrategiesDeployed": 0,
    "permissionController": "0x610178dA211FEF7D417bC0e6FeD39F05609AD788",
    "permissionControllerImplementation": "0x3Aa5ebB10DC797CAC828524e59A333d0A371443c",
    "rewardsCoordinator": "0x2279B7A0a67DB372996a5FaB50D91eAA73d2eBe6",
    "rewardsCoordinatorImplementation": "0x9A9f2CCfdE556A7E9Ff0848998Aa4a0CFD8863AE",
    "strategies": {
      "WETH": "0x67d269191c92Caf3cD7723F116c85e6E9bf55933"
    },
    "strategy": "0x67d269191c92Caf3cD7723F116c85e6E9bf55933",
    "strategyManager": "0x5FC8d32690cc91D4c39d9d3abcBD16989F875707",
    "strategyManagerImplementation": "0x9A676e781A523b5d0C0e43731313A708CB607508",
    "token": {
      "tokenProxyAdmin": "0x0000000000000000000000000000000000000000",
      "EIGEN": "0x0000000000000000000000000000000000000000",
      "bEIGEN": "0x0000000000000000000000000000000000000000",
      "EIGENImpl": "0x0000000000000000000000000000000000000000",
      "bEIGENImpl": "0x0000000000000000000000000000000000000000",
      "eigenStrategy": "0x0000000000000000000000000000000000000000",
      "eigenStrategyImpl": "0x0000000000000000000000000000000000000000"
    }
  },
  "chainInfo": {
    "chainId": 31337,
    "deploymentBlock": 1
  },
  "parameters": {
    "communityMultisig": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
    "executorMultisig": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
    "operationsMultisig": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
    "pauserMultisig": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
    "timelock": "0x0000000000000000000000000000000000000000"
  }
}
````

## File: contracts/script/output/31337/mockAvs_deployment_output.json
````json
{
  "addresses": {
    "mockAvsServiceManager": "0x851356ae760d987E095750cCeb3bC6014560891C",
    "mockAvsServiceManagerImplementation": "0x0000000000000000000000000000000000000000",
    "operatorStateRetriever": "0x9d4454B023096f34B160D6B654540c56A1F81688",
    "proxyAdmin": "0x998abeb3E57409262aE5b751f60747921B33613E",
    "registryCoordinator": "0x70e0bA845a1A0F2DA3359C97E0285013525FFC49",
    "registryCoordinatorImplementation": "0x82e01223d51Eb87e16A03E24687EDF0F294da6f1"
  }
}
````

## File: contracts/script/output/31337/token_and_strategy_deployment_output.json
````json
{
  "addresses": {
    "erc20mock": "0x8198f5d8F8CfFE8f9C413d98a0A55aEB8ab9FbB7",
    "erc20mockstrategy": "0x202CCe504e04bEd6fC0521238dDf04Bc9E8E15aB"
  }
}
````

## File: contracts/script/parsers/ConfigsReadWriter.sol
````
// SPDX-License-Identifier: BUSL-1.1
⋮----
import "eigenlayer-middleware/src/interfaces/IRegistryCoordinator.sol";
import "eigenlayer-contracts/src/contracts/strategies/StrategyBase.sol";
⋮----
import "forge-std/Script.sol";
import "forge-std/StdJson.sol";
⋮----
contract ConfigsReadWriter is Script {
// Forge scripts best practice: https://book.getfoundry.sh/tutorials/best-practices#scripts
// inputFileName should not contain the .json extension, we add it automatically
function readInput(string memory inputFileName) internal view returns (string memory) {
⋮----
function readOutput(string memory outputFileName) internal view returns (string memory) {
⋮----
function writeOutput(string memory outputJson, string memory outputFileName) internal {
````

## File: contracts/script/parsers/EigenlayerContractsParser.sol
````
// SPDX-License-Identifier: UNLICENSED
⋮----
import "@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol";
import "eigenlayer-contracts/src/contracts/permissions/PauserRegistry.sol";
⋮----
import {IAVSDirectory} from "eigenlayer-contracts/src/contracts/interfaces/IAVSDirectory.sol";
import {IDelegationManager} from "eigenlayer-contracts/src/contracts/interfaces/IDelegationManager.sol";
import {IStrategyManager, IStrategy} from "eigenlayer-contracts/src/contracts/interfaces/IStrategyManager.sol";
import {StrategyBaseTVLLimits} from "eigenlayer-contracts/src/contracts/strategies/StrategyBaseTVLLimits.sol";
import {IRewardsCoordinator} from "eigenlayer-contracts/src/contracts/interfaces/IRewardsCoordinator.sol";
import {IPermissionController} from "eigenlayer-contracts/src/contracts/interfaces/IPermissionController.sol";
import {IAllocationManager} from "eigenlayer-contracts/src/contracts/interfaces/IAllocationManager.sol";
⋮----
import {ConfigsReadWriter} from "./ConfigsReadWriter.sol";
import "forge-std/StdJson.sol";
import {IAllocationManager} from
    "../../lib/eigenlayer-middleware/lib/eigenlayer-contracts/src/contracts/interfaces/IAllocationManager.sol";
⋮----
contract EigenlayerContractsParser is ConfigsReadWriter {
function _loadEigenlayerDeployedContracts() internal view returns (EigenlayerContracts memory) {
// Eigenlayer contracts
````

## File: contracts/script/parsers/MockAvsContractsParser.sol
````
// SPDX-License-Identifier: UNLICENSED
⋮----
import {SlashingRegistryCoordinator} from "eigenlayer-middleware/src/SlashingRegistryCoordinator.sol";
import {OperatorStateRetriever} from "eigenlayer-middleware/src/OperatorStateRetriever.sol";
⋮----
import {MockAvsServiceManager} from "../../src/MockAvsServiceManager.sol";
⋮----
import {ConfigsReadWriter} from "./ConfigsReadWriter.sol";
import "forge-std/StdJson.sol";
⋮----
contract MockAvsContractsParser is ConfigsReadWriter {
function _loadMockAvsDeployedContracts() internal view returns (MockAvsContracts memory) {
// Eigenlayer contracts
````

## File: contracts/script/parsers/TokensAndStrategiesContractsParser.sol
````
// SPDX-License-Identifier: UNLICENSED
⋮----
import "@openzeppelin/contracts/interfaces/IERC20.sol";
import {IStrategyManager, IStrategy} from "eigenlayer-contracts/src/contracts/interfaces/IStrategyManager.sol";
⋮----
import {ConfigsReadWriter} from "./ConfigsReadWriter.sol";
import "forge-std/StdJson.sol";
⋮----
// TODO: support more than one token/strategy pair (dee deployTokensAndStrategies script)
contract TokenAndStrategyContractsParser is ConfigsReadWriter {
function _loadTokenAndStrategyContracts() internal view returns (TokenAndStrategyContracts memory) {
// Token and Strategy contracts
````

## File: contracts/script/DeployMockAvs.s.sol
````
// SPDX-License-Identifier: UNLICENSED
⋮----
import "./DeployMockAvsRegistries.s.sol";
import "forge-std/console.sol";
⋮----
// forge script script/DeployMockAvs.s.sol --rpc-url $RPC_URL --private-key $PRIVATE_KEY --etherscan-api-key $ETHERSCAN_API_KEY --broadcast --verify
contract DeployMockAvs is DeployMockAvsRegistries {
⋮----
function run() public virtual {
// The ContractsRegistry contract should always be deployed at this address on anvil
// it's the address of the contract created at nonce 0 by the first anvil account (0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266)
⋮----
// Deploy proxy admin for ability to upgrade proxy contracts
// Note: can't deploy ProxyAdmin in setUp function, b/c its owner is not set correctly if so.
//       not sure why...
⋮----
// Give some permissions back to the ServiceManager
// NOTE: by accepting admin permissions, we remove the admin permissions the AVS had on its own address
````

## File: contracts/script/DeployMockAvsRegistries.s.sol
````
// SPDX-License-Identifier: UNLICENSED
⋮----
import "@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol";
import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
import "eigenlayer-contracts/src/contracts/permissions/PauserRegistry.sol";
import {IDelegationManager} from "eigenlayer-contracts/src/contracts/interfaces/IDelegationManager.sol";
import {IStrategyManager, IStrategy} from "eigenlayer-contracts/src/contracts/interfaces/IStrategyManager.sol";
import "eigenlayer-contracts/src/test/mocks/EmptyContract.sol";
import {IServiceManager} from "eigenlayer-middleware/src/interfaces/IServiceManager.sol";
import {
    ISlashingRegistryCoordinator,
    ISlashingRegistryCoordinatorTypes
} from "eigenlayer-middleware/src/interfaces/ISlashingRegistryCoordinator.sol";
import {SlashingRegistryCoordinator} from "eigenlayer-middleware/src/SlashingRegistryCoordinator.sol";
import {BLSApkRegistry, IBLSApkRegistry} from "eigenlayer-middleware/src/BLSApkRegistry.sol";
import {IndexRegistry, IIndexRegistry} from "eigenlayer-middleware/src/IndexRegistry.sol";
import {StakeRegistry, IStakeRegistry, IStakeRegistryTypes} from "eigenlayer-middleware/src/StakeRegistry.sol";
import {SocketRegistry, ISocketRegistry} from "eigenlayer-middleware/src/SocketRegistry.sol";
import {OperatorStateRetriever} from "eigenlayer-middleware/src/OperatorStateRetriever.sol";
import {MockAvsContracts} from "./parsers/MockAvsContractsParser.sol";
import {EigenlayerContracts, EigenlayerContractsParser} from "./parsers/EigenlayerContractsParser.sol";
import {ConfigsReadWriter} from "./parsers/ConfigsReadWriter.sol";
import {MockAvsServiceManager} from "../src/MockAvsServiceManager.sol";
import {ContractsRegistry} from "../src/ContractsRegistry.sol";
⋮----
import "forge-std/Script.sol";
import "forge-std/console.sol";
import "forge-std/StdJson.sol";
⋮----
contract DeployMockAvsRegistries is Script, ConfigsReadWriter, EigenlayerContractsParser {
⋮----
function _loadAvsOpsAddresses(string memory fileName) internal view returns (MockAvsOpsAddresses memory config) {
⋮----
function _deploymockAvsRegistryContracts(
⋮----
function _deployPauserRegistry(MockAvsOpsAddresses memory config) internal {
⋮----
function _deployProxies() internal {
⋮----
function _deployProxy() internal returns (address) {
⋮----
function _deployAndUpgradeImplementations(EigenlayerContracts memory eigen, MockAvsServiceManager manager)
⋮----
function _upgradeProxy(address proxy, address implementation) internal {
⋮----
function _initializeRegistryCoordinator(MockAvsOpsAddresses memory config, MockAvsServiceManager manager)
⋮----
function _setupPermissions(address avs, EigenlayerContracts memory elContracts) internal {
⋮----
// NOTE: we don't set permissions for the slasher, because there isn't one
// elContracts.permissionController.setAppointee(
//     avs, slasher, allocationManager, elContracts.allocationManager.slashOperator.selector
// );
⋮----
function _writeDeploymentOutput(MockAvsServiceManager manager, MockAvsServiceManager managerImpl) internal {
⋮----
function _writeContractsToRegistry(
````

## File: contracts/script/DeployTokensStrategiesCreateQuorums.s.sol
````
// SPDX-License-Identifier: UNLICENSED
⋮----
import "@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol";
import "eigenlayer-contracts/src/contracts/permissions/PauserRegistry.sol";
⋮----
import {IStrategyManager, IStrategy} from "eigenlayer-contracts/src/contracts/interfaces/IStrategyManager.sol";
import {StrategyBaseTVLLimits} from "eigenlayer-contracts/src/contracts/strategies/StrategyBaseTVLLimits.sol";
⋮----
import "eigenlayer-middleware/src/interfaces/IStakeRegistry.sol";
import {ISlashingRegistryCoordinatorTypes} from "eigenlayer-middleware/src/interfaces/ISlashingRegistryCoordinator.sol";
import {SlashingRegistryCoordinator} from "eigenlayer-middleware/src/SlashingRegistryCoordinator.sol";
import {IStakeRegistryTypes} from "eigenlayer-middleware/src/interfaces/IStakeRegistry.sol";
⋮----
import {MockERC20, IERC20} from "../src/MockERC20.sol";
import "./parsers/EigenlayerContractsParser.sol";
import "./parsers/MockAvsContractsParser.sol";
import {ContractsRegistry} from "../src/ContractsRegistry.sol";
⋮----
import "forge-std/Script.sol";
import "forge-std/StdJson.sol";
import {AllocationManager} from "eigenlayer-contracts/src/contracts/core/AllocationManager.sol";
⋮----
contract DeployTokensStrategiesCreateQuorums is Script, EigenlayerContractsParser, MockAvsContractsParser {
⋮----
function run() external {
// hardcoded as first contract deployed by anvil's 0th account
// (generated from mnemonic "test test test test test test test test test test test junk")
// 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 (sk = 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80)
⋮----
/// Whitelisted stETH strat
⋮----
/// stETH
⋮----
function _deployErc20AndStrategyAndWhitelistStrategy(
⋮----
// TODO(samlaf): any reason why we are using the strategybase with tvl limits instead of just using strategybase?
// the maxPerDeposit and maxDeposits below are just arbitrary values.
⋮----
// WRITE JSON DATA
// TODO: support more than one token/strategy pair
⋮----
function _createQuorum(SlashingRegistryCoordinator mockAvsRegCoord, IStrategy strat) internal {
// for each quorum to setup, we need to define
// quorumsOperatorSetParams, quorumsMinimumStake, and quorumsStrategyParams
⋮----
// hardcoded for now
⋮----
// setting this to 1 ether since the divisor is also 1 ether
// therefore this allows an operator to register with even just 1 token
// see https://github.com/Layr-Labs/eigenlayer-middleware/blob/m2-mainnet/src/StakeRegistry.sol#L484
//    weight += uint96(sharesAmount * strategyAndMultiplier.multiplier / WEIGHTING_DIVISOR);
⋮----
// Update the metadata so does not fail with error InvalidAVSWithNoMetadataRegistered()
⋮----
// 0x851356ae760d987E095750cCeb3bC6014560891C is the mockAvsServiceManager address
// Took from mockAvs_deployment_output.json
````

## File: contracts/script/RegisterOperatorsWithEigenlayer.s.sol
````
// SPDX-License-Identifier: UNLICENSED
⋮----
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
⋮----
import "forge-std/StdJson.sol";
⋮----
import "./parsers/TokensAndStrategiesContractsParser.sol";
import "./parsers/EigenlayerContractsParser.sol";
import {ConfigsReadWriter} from "./parsers/ConfigsReadWriter.sol";
⋮----
// This script registers a bunch of operators with eigenlayer
// We don't register with eigencert/eigenda because events are not registered in saved anvil state, so we need to register
// them at runtime whenver we start anvil for a test or localnet.
contract RegisterOperators is ConfigsReadWriter, EigenlayerContractsParser, TokenAndStrategyContractsParser {
⋮----
function setUp() public {
⋮----
function run() external {
⋮----
// Allocate eth to operators
⋮----
// Allocate tokens to operators
⋮----
// Register operators with EigenLayer
⋮----
address delegationApprover = address(0); // anyone can delegate to this operator
uint32 allocationDelay = 2; // 2 blocks
⋮----
// setting token=address(0) will allocate eth
function _allocateEthOrErc20(address token, address[] memory tos, uint256[] memory amounts) internal {
````

## File: contracts/src/ContractsRegistry.sol
````
// SPDX-License-Identifier: MIT
⋮----
// ContractsRegistry store the address of all the contracts deployed for eigenlayer and avss
// It is used for testing purpose only, so that we can retrieve the addresses without having to store them in a json file
// This way integration testing against an anvil chain (started with a saved db) is self-contained
// ASSUMPTION: right now we deploy this contract as the first deployment (nonce=0) using the first anvil address
// 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 to make sure it's always at the address 0x5FbDB2315678afecb367f032d93F642f64180aa3
// forge create src/ContractsRegistry.sol:ContractsRegistry --rpc-url $RPC_URL  --private-key $PRIVATE_KEY
contract ContractsRegistry {
⋮----
function registerContract(string memory name, address _contract) public {
// we treat redeploys as a bug since this is only meant to be used for testing.
// If new contracts need to be deployed just start from a fresh anvil state.
````

## File: contracts/src/MockAvsServiceManager.sol
````
// SPDX-License-Identifier: UNLICENSED
⋮----
import {IAVSDirectory} from "eigenlayer-contracts/src/contracts/interfaces/IAVSDirectory.sol";
import {IRewardsCoordinator} from "eigenlayer-contracts/src/contracts/interfaces/IRewardsCoordinator.sol";
import {IAllocationManager} from "eigenlayer-contracts/src/contracts/interfaces/IAllocationManager.sol";
import {IPermissionController} from "eigenlayer-contracts/src/contracts/interfaces/IPermissionController.sol";
⋮----
import {ISlashingRegistryCoordinator} from "eigenlayer-middleware/src/interfaces/ISlashingRegistryCoordinator.sol";
import {IBLSSignatureChecker} from "eigenlayer-middleware/src/interfaces/IBLSSignatureChecker.sol";
import {ServiceManagerBase} from "eigenlayer-middleware/src/ServiceManagerBase.sol";
import {BLSSignatureChecker} from "eigenlayer-middleware/src/BLSSignatureChecker.sol";
⋮----
contract MockAvsServiceManager is ServiceManagerBase, BLSSignatureChecker {
⋮----
function initialize(address _initialOwner) external initializer {
// TODO: setting _rewardsInitiator to be _initialOwner for now.
````

## File: contracts/src/MockERC20.sol
````
// SPDX-License-Identifier: UNLICENSED
⋮----
import {ERC20, IERC20} from "@openzeppelin/contracts/token/ERC20/ERC20.sol";
⋮----
contract MockERC20 is ERC20("Mock Token", "MCK") {
function mint(address account, uint256 amount) public {
⋮----
/// WARNING: Vulnerable, bypasses allowance check. Do not use in production!
function transferFrom(address from, address to, uint256 amount) public virtual override returns (bool) {
````

## File: contracts/test/RegistrationEncoding.t.sol
````
// SPDX-License-Identifier: MIT
⋮----
import "forge-std/Test.sol";
⋮----
import {ISlashingRegistryCoordinatorTypes} from "eigenlayer-middleware/src/interfaces/ISlashingRegistryCoordinator.sol";
import {IBLSApkRegistryTypes} from "eigenlayer-middleware/src/interfaces/IBLSApkRegistry.sol";
import {ISignatureUtilsMixinTypes} from "eigenlayer-contracts/src/contracts/interfaces/ISignatureUtilsMixin.sol";
⋮----
// Tests are used to verify the encoding of operator registration parameters are correct.
// The results are used in chainio/clients/elcontracts/writer_test.go
contract RegistrationEncodingTest is Test {
function _getPubkeyRegistrationParams()
⋮----
// Values are random
⋮----
function testNormalRegistrationEncoding() public pure {
⋮----
function testChurnRegistrationEncoding() public pure {
````

## File: contracts/.gitignore
````
# Compiler files
cache/
out/

# Ignores development broadcast logs
!/broadcast
/broadcast/*/31337/
/broadcast/**/dry-run/

# Docs
docs/

# Dotenv file
.env
````

## File: contracts/abigen-with-interfaces.Dockerfile
````dockerfile
# use the below command to build this docker image locally
# docker build -t abigen-with-interfaces -f abigen-with-interfaces.Dockerfile .
FROM golang:1.21 as build

# this installs our fork of abigen with also creates interfaces for the binding structs
# See https://github.com/ethereum/go-ethereum/pull/28279
RUN apt update && \
    apt install git -y && \
    git clone https://github.com/samlaf/go-ethereum.git && \
    cd go-ethereum/cmd/abigen && \
    git checkout issue-28278/abigen-interfaces && \
    go build .


FROM debian:latest
COPY --from=build /go/go-ethereum/cmd/abigen/abigen /usr/local/bin/abigen
ENTRYPOINT [ "abigen"]
````

## File: contracts/foundry.toml
````toml
[profile.default]
src = "src"
out = "out"
libs = ["lib"]
solc_version = '0.8.27'
via-ir = true
optimizer = true
optimizer_runs = 200
remappings = [
    "@openzeppelin-upgrades-v4.9.0/=lib/eigenlayer-middleware/lib/eigenlayer-contracts/lib/openzeppelin-contracts-upgradeable-v4.9.0/",
    "@openzeppelin-upgrades/=lib/eigenlayer-middleware/lib/openzeppelin-contracts-upgradeable/",
    "@openzeppelin-v4.9.0/=lib/eigenlayer-middleware/lib/eigenlayer-contracts/lib/openzeppelin-contracts-v4.9.0/",
    "@openzeppelin/=lib/eigenlayer-middleware/lib/openzeppelin-contracts/",
    "ds-test/=lib/eigenlayer-middleware/lib/ds-test/src/",
    "eigenlayer-contracts/=lib/eigenlayer-middleware/lib/eigenlayer-contracts/",
    "eigenlayer-middleware/=lib/eigenlayer-middleware/",
    "forge-std/=lib/forge-std/src/",
    "openzeppelin-contracts-upgradeable/=lib/eigenlayer-middleware/lib/openzeppelin-contracts-upgradeable/",
    "openzeppelin-contracts/=lib/eigenlayer-middleware/lib/openzeppelin-contracts/",
]
fs_permissions = [{ access = "read-write", path = "./" }]

# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
````

## File: contracts/generate-bindings.sh
````bash
#!/bin/bash

set -o errexit -o nounset -o pipefail

# cd to the directory of this script so that this can be run from anywhere
script_path=$(
    cd "$(dirname "${BASH_SOURCE[0]}")"
    pwd -P
)

# build abigen-with-interfaces docker image if it doesn't exist
if [[ "$(docker images -q abigen-with-interfaces 2>/dev/null)" == "" ]]; then
    docker build -t abigen-with-interfaces -f abigen-with-interfaces.Dockerfile $script_path
fi

# TODO: refactor this function.. it got really ugly with the dockerizing of abigen
function create_binding {
    contract_dir=$1
    contract=$2
    binding_dir=$3
    echo $contract
    mkdir -p $binding_dir/${contract}
    contract_json="$contract_dir/out/${contract}.sol/${contract}.json"
    solc_abi=$(cat ${contract_json} | jq -r '.abi')
    solc_bin=$(cat ${contract_json} | jq -r '.bytecode.object')

    mkdir -p data
    echo ${solc_abi} >data/tmp.abi
    echo ${solc_bin} >data/tmp.bin

    rm -f $binding_dir/${contract}/binding.go
    docker run -v $(realpath $binding_dir):/home/binding_dir -v .:/home/repo abigen-with-interfaces --bin=/home/repo/data/tmp.bin --abi=/home/repo/data/tmp.abi --pkg=contract${contract} --out=/home/binding_dir/${contract}/binding.go
    rm -rf data/tmp.abi data/tmp.bin
}

path=$1
echo "Generating bindings for contracts in path: $path"
cd "$path"
pwd

contracts=$2
bindings_path=$3

forge build -C src/contracts
echo "Generating bindings for contracts: $contracts"
for contract in $contracts; do
    sleep 1 # this is a hack to fix the issue with abigen randomly failing for some contracts
    create_binding . "$contract" "$bindings_path"
done
````

## File: crypto/bls/attestation_test.go
````go
package bls
⋮----
import (
	"os"
	"path/filepath"
	"testing"

	"github.com/stretchr/testify/assert"
)
⋮----
"os"
"path/filepath"
"testing"
⋮----
"github.com/stretchr/testify/assert"
⋮----
func TestBlsKeyCreation(t *testing.T)
⋮----
var tests = map[string]struct {
		keyPath  string
		password string
		wantErr  bool
	}{
		"valid bls key save": {
			keyPath:  "./operator_keys_test_directory/test.bls.key.json",
			password: "test",
			wantErr:  false,
		},
	}
````

## File: crypto/bls/attestation.go
````go
package bls
⋮----
import (
	"crypto/rand"
	"encoding/json"
	"errors"
	"fmt"
	"math/big"
	"os"
	"path/filepath"

	bn254utils "github.com/Layr-Labs/eigensdk-go/crypto/bn254"

	"github.com/consensys/gnark-crypto/ecc/bn254"
	"github.com/consensys/gnark-crypto/ecc/bn254/fp"
	"github.com/consensys/gnark-crypto/ecc/bn254/fr"

	"github.com/ethereum/go-ethereum/accounts/keystore"
	"github.com/ethereum/go-ethereum/common/math"
	"github.com/ethereum/go-ethereum/crypto"
)
⋮----
"crypto/rand"
"encoding/json"
"errors"
"fmt"
"math/big"
"os"
"path/filepath"
⋮----
bn254utils "github.com/Layr-Labs/eigensdk-go/crypto/bn254"
⋮----
"github.com/consensys/gnark-crypto/ecc/bn254"
"github.com/consensys/gnark-crypto/ecc/bn254/fp"
"github.com/consensys/gnark-crypto/ecc/bn254/fr"
⋮----
"github.com/ethereum/go-ethereum/accounts/keystore"
"github.com/ethereum/go-ethereum/common/math"
"github.com/ethereum/go-ethereum/crypto"
⋮----
// We are using similar structure for saving bls keys as ethereum keystore
// https://github.com/ethereum/go-ethereum/blob/master/accounts/keystore/key.go
//
// We are storing PubKey sepearately so that we can list the pubkey without
// needing password to decrypt the private key
type encryptedBLSKeyJSONV3 struct {
	PubKey string              `json:"pubKey"`
	Crypto keystore.CryptoJSON `json:"crypto"`
}
⋮----
func newFpElement(x *big.Int) fp.Element
⋮----
var p fp.Element
⋮----
type G1Point struct {
	*bn254.G1Affine
}
⋮----
func NewG1Point(x, y *big.Int) *G1Point
⋮----
func NewZeroG1Point() *G1Point
⋮----
// Add another G1 point to this one
func (p *G1Point) Add(p2 *G1Point) *G1Point
⋮----
// Sub another G1 point from this one
func (p *G1Point) Sub(p2 *G1Point) *G1Point
⋮----
// VerifyEquivalence verifies G1Point is equivalent the G2Point
func (p *G1Point) VerifyEquivalence(p2 *G2Point) (bool, error)
⋮----
func (p *G1Point) Serialize() []byte
⋮----
func (p *G1Point) Deserialize(data []byte) *G1Point
⋮----
type G2Point struct {
	*bn254.G2Affine
}
⋮----
func NewG2Point(X, Y [2]*big.Int) *G2Point
⋮----
// TODO: why are 1 and 0 swapped here?
⋮----
func NewZeroG2Point() *G2Point
⋮----
// Add another G2 point to this one
⋮----
// Sub another G2 point from this one
⋮----
type Signature struct {
	*G1Point `json:"g1_point"`
}
⋮----
func NewZeroSignature() *Signature
⋮----
// Verify a message against a public key
func (s *Signature) Verify(pubkey *G2Point, message [32]byte) (bool, error)
⋮----
func NewPrivateKey(sk string) (*PrivateKey, error)
⋮----
type KeyPair struct {
	PrivKey *PrivateKey
	PubKey  *G1Point
}
⋮----
func NewKeyPair(sk *PrivateKey) *KeyPair
⋮----
func NewKeyPairFromString(sk string) (*KeyPair, error)
⋮----
func GenRandomBlsKeys() (*KeyPair, error)
⋮----
//Max random value is order of the curve
⋮----
//Generate cryptographically strong pseudo-random between 0 - max
⋮----
// SaveToFile saves the private key in an encrypted keystore file
func (k *KeyPair) SaveToFile(path string, password string) error
⋮----
func (k *KeyPair) EncryptedString(path string, password string) ([]byte, error)
⋮----
func ReadPrivateKeyFromFile(path string, password string) (*KeyPair, error)
⋮----
// Check if pubkey is present, if not return error
// There is an issue where if you specify ecdsa key file
// it still works and returns a keypair since the format of storage is same.
// This is to prevent and make sure pubkey is present.
// ecdsa keys doesn't have that field
⋮----
// This signs a message on G1, and so will require a G2Pubkey to verify
func (k *KeyPair) SignMessage(message [32]byte) *Signature
⋮----
func (k *KeyPair) SignHashedToCurveMessage(g1HashedMsg *bn254.G1Affine) *Signature
⋮----
func (k *KeyPair) GetPubKeyG2() *G2Point
⋮----
func (k *KeyPair) GetPubKeyG1() *G1Point
⋮----
// GetOperatorID hashes the G1Point (public key of an operator) to generate the operator ID.
// It does it to match how it's hashed in solidity: `keccak256(abi.encodePacked(pk.X, pk.Y))`
// Ref: https://github.com/Layr-Labs/eigenlayer-contracts/blob/avs-unstable/src/contracts/libraries/BN254.sol#L285
func (p *G1Point) GetOperatorID() string
````

## File: crypto/bn254/utils.go
````go
package bn254
⋮----
import (
	"math/big"

	"github.com/consensys/gnark-crypto/ecc/bn254"
	"github.com/consensys/gnark-crypto/ecc/bn254/fp"
	"github.com/consensys/gnark-crypto/ecc/bn254/fr"
)
⋮----
"math/big"
⋮----
"github.com/consensys/gnark-crypto/ecc/bn254"
"github.com/consensys/gnark-crypto/ecc/bn254/fp"
"github.com/consensys/gnark-crypto/ecc/bn254/fr"
⋮----
func VerifySig(sig *bn254.G1Affine, pubkey *bn254.G2Affine, msgBytes [32]byte) (bool, error)
⋮----
var negSig bn254.G1Affine
⋮----
// MapToCurve implements the simple hash-and-check (also sometimes try-and-increment) algorithm
// see https://hackmd.io/@benjaminion/bls12-381#Hash-and-check
// Note that this function needs to be the same as the one used in the contract:
// https://github.com/Layr-Labs/eigenlayer-middleware/blob/1feb6ae7e12f33ce8eefb361edb69ee26c118b5d/src/libraries/BN254.sol#L292
// we don't use the newer constant time hash-to-curve algorithms as they are gas-expensive to compute onchain
func MapToCurve(digest [32]byte) *bn254.G1Affine
⋮----
// y = x^3 + 3
⋮----
var fpX, fpY fp.Element
⋮----
func CheckG1AndG2DiscreteLogEquality(pointG1 *bn254.G1Affine, pointG2 *bn254.G2Affine) (bool, error)
⋮----
func GetG1Generator() *bn254.G1Affine
⋮----
func GetG2Generator() *bn254.G2Affine
⋮----
func MulByGeneratorG1(a *fr.Element) *bn254.G1Affine
⋮----
func MulByGeneratorG2(a *fr.Element) *bn254.G2Affine
⋮----
func SerializeG1(p *bn254.G1Affine) []byte
⋮----
func DeserializeG1(b []byte) *bn254.G1Affine
⋮----
func SerializeG2(p *bn254.G2Affine) []byte
⋮----
func DeserializeG2(b []byte) *bn254.G2Affine
````

## File: crypto/ecdsa/utils_test.go
````go
package ecdsa
⋮----
import (
	"os"
	"path/filepath"
	"testing"

	"github.com/ethereum/go-ethereum/crypto"
	"github.com/stretchr/testify/assert"
)
⋮----
"os"
"path/filepath"
"testing"
⋮----
"github.com/ethereum/go-ethereum/crypto"
"github.com/stretchr/testify/assert"
⋮----
func TestECDSAPrivateKey(t *testing.T)
⋮----
var tests = map[string]struct {
		keyPath  string
		password string
		wantErr  bool
	}{
		"valid ecdsa key save": {
			keyPath:  "./operator_keys_test_directory/test.ecdsa.key.json",
			password: "test",
			wantErr:  false,
		},
	}
````

## File: crypto/ecdsa/utils.go
````go
package ecdsa
⋮----
import (
	"bufio"
	"crypto/ecdsa"
	"encoding/json"
	"errors"
	"fmt"
	"os"
	"path/filepath"
	"strings"

	"github.com/Layr-Labs/eigensdk-go/utils"
	gethcommon "github.com/ethereum/go-ethereum/common"

	"github.com/ethereum/go-ethereum/accounts/keystore"
	"github.com/ethereum/go-ethereum/crypto"
	"github.com/google/uuid"
)
⋮----
"bufio"
"crypto/ecdsa"
"encoding/json"
"errors"
"fmt"
"os"
"path/filepath"
"strings"
⋮----
"github.com/Layr-Labs/eigensdk-go/utils"
gethcommon "github.com/ethereum/go-ethereum/common"
⋮----
"github.com/ethereum/go-ethereum/accounts/keystore"
"github.com/ethereum/go-ethereum/crypto"
"github.com/google/uuid"
⋮----
func WriteKeyFromHex(path, privateKeyHex, password string) error
⋮----
// WriteKey writes the private key to the given path
// The key is encrypted using the given password
// This function will create the directory if it doesn't exist
// If there's an existing file at the given path, it will be overwritten
func WriteKey(path string, privateKey *ecdsa.PrivateKey, password string) error
⋮----
// We are using https://github.com/ethereum/go-ethereum/blob/master/accounts/keystore/key.go#L41
// to store the keys which requires us to have random UUID for encryption
⋮----
func writeBytesToFile(path string, data []byte) error
⋮----
// create the directory if it doesn't exist. If exists, it does nothing
⋮----
// remember to close the file
⋮----
func ReadKey(keyStoreFile string, password string) (*ecdsa.PrivateKey, error)
⋮----
// GetAddressFromKeyStoreFile We are using Web3 format defined by
// https://ethereum.org/en/developers/docs/data-structures-and-encoding/web3-secret-storage/
func GetAddressFromKeyStoreFile(keyStoreFile string) (gethcommon.Address, error)
⋮----
// The reason we have map[string]interface{} is because `address` is string but the `crypto` field is an object
// we don't care about the object in this method, but we still need to unmarshal it
⋮----
func KeyAndAddressFromHexKey(hexkey string) (*ecdsa.PrivateKey, gethcommon.Address, error)
````

## File: crypto/utils/test_data/bls_keys/keys/1.bls.key.json
````json
{"pubKey":"E([19408553463882111916887171276012224475029133183214861480489485386352635269635,17418827901203159022109906145273000034647571131322064812191371351028964064220])","crypto":{"cipher":"aes-128-ctr","ciphertext":"f2e5a3df524234426297f84b80c3c69e008ca17960fa512845b250a5308a7a6c","cipherparams":{"iv":"64528130796bc7227f48b0b01030b4c2"},"kdf":"scrypt","kdfparams":{"dklen":32,"n":262144,"p":1,"r":8,"salt":"7ceca78a0011e3ab5dce8b4f562b0615f60d8642b841d751bc676fb7dc574938"},"mac":"f9e5050e1077e2558a66f82fad05259ebc9e81da6e5ef8025f34d8fbc7e6e8ac"}}
````

## File: crypto/utils/test_data/bls_keys/keys/2.bls.key.json
````json
{"pubKey":"E([1611472477336575391907540595283981736749839435478357492584206660415845982634,17740534282163859696734712865013083642718796435843138137894885755851743300823])","crypto":{"cipher":"aes-128-ctr","ciphertext":"d6dd67cddc77447c63b3bba2a1ffb115af151a31c3a9811b40b7b3b965799402","cipherparams":{"iv":"bf935b67d026db7f0502a46b8e35bddd"},"kdf":"scrypt","kdfparams":{"dklen":32,"n":262144,"p":1,"r":8,"salt":"85c1c9b32e1182b5d769cce7005b00f5c64eec2537636e8b2a3d125083bc8ef6"},"mac":"b398381ce566074af656237d71be1551254f8824221690b59dd9bcdbcb409055"}}
````

## File: crypto/utils/test_data/bls_keys/keys/3.bls.key.json
````json
{"pubKey":"E([3336192159512049190945679273141887248666932624338963482128432381981287252980,15195175002875833468883745675063986308012687914999552116603423331534089122704])","crypto":{"cipher":"aes-128-ctr","ciphertext":"c7fc50d7cd8e324f8e27d4f14991dc821b6552496c5c0330506d239bd11f5fca","cipherparams":{"iv":"e9a0897abbd105b322ecaecee5acb344"},"kdf":"scrypt","kdfparams":{"dklen":32,"n":262144,"p":1,"r":8,"salt":"1bb93fdaef6fe17cb50d1d7963f27efa025e09390b4718e56f51479b85937d78"},"mac":"4c28491d98ee0181d99277f011c2a396dbd29d8b6461fb3d802a0ba4317955ba"}}
````

## File: crypto/utils/test_data/bls_keys/password.txt
````
fDUMDLmBROwlzzPXyIcy
2EVEUyHCrHZdfdo8lp29
k1ZxvbBylq0lscHnrrJy
````

## File: crypto/utils/test_data/bls_keys/private_key_hex.txt
````
2215338531151182997276243965065522514190247674553811942190946030173209230351
5217984197168966461576865353015567761629607981429081178519583306084941850805
16834990251706844646759019708813363710810183547292596296141001406129498851847
````

## File: crypto/utils/test_data/ecdsa_keys/keys/1.ecdsa.key.json
````json
{"address":"d5a0359da7b310917d7760385516b2426e86ab7f","crypto":{"cipher":"aes-128-ctr","ciphertext":"91a55f690a65c9b352a24783d1db851a7b2f826763ff979a877bb78ae63860eb","cipherparams":{"iv":"313c5db87ccef736f2844c218b0728c2"},"kdf":"scrypt","kdfparams":{"dklen":32,"n":262144,"p":1,"r":8,"salt":"64e28acc8270b64aa22fb6554a694657face2887ceb6cc209c607db11c4338d7"},"mac":"9087dd2b17322a7237505b368eac0462dd8c87637516cd80740fafe7d2f3ae5b"},"id":"96c2a806-cd73-4e95-8d65-e0933a3e7e1c","version":3}
````

## File: crypto/utils/test_data/ecdsa_keys/keys/2.ecdsa.key.json
````json
{"address":"9441540e8183d416f2dc1901ab2034600f17b65a","crypto":{"cipher":"aes-128-ctr","ciphertext":"f5eb7776cb577b05ac7762177e447f15c1adcfab57a39f757f3e4b92af6f661b","cipherparams":{"iv":"2b41e5cbb0bc3ca4c380071831f00ae4"},"kdf":"scrypt","kdfparams":{"dklen":32,"n":262144,"p":1,"r":8,"salt":"e984d8a762013fd76e5a7c6df30de81a613899962a4c154f370259274b7e6b83"},"mac":"54b650442a628bdce4585d499f5bdf4e35c7cee81b90cdcbd89db4646f595aa2"},"id":"e8555893-d21a-48d7-98a6-06b7f07eba39","version":3}
````

## File: crypto/utils/test_data/ecdsa_keys/keys/3.ecdsa.key.json
````json
{"address":"f270e0dd5a1cc34cda8fb991307604097e622002","crypto":{"cipher":"aes-128-ctr","ciphertext":"d382b45ad3a9b69fd5933a38d711996b5283bb0e6a71e6da09edeb6c4a23b069","cipherparams":{"iv":"cf764c9c72afcf5748131711f61c49d0"},"kdf":"scrypt","kdfparams":{"dklen":32,"n":262144,"p":1,"r":8,"salt":"bbdbccf9058c71c63cd251a9d975454ecdbd5f7795329954867a607512492b0d"},"mac":"3c16f6528a7812c2da48ff2d251e4c830875f5fcff6694a81b908cabdb809a7c"},"id":"05b7b538-57c6-489c-bf34-fe25409e7bf4","version":3}
````

## File: crypto/utils/test_data/ecdsa_keys/password.txt
````
EnJuncq01CiVk9UbuBYl
isru1gvtykIavuk1Fg1Q
3bxTdXda0Kwvo8KC9GGT
````

## File: crypto/utils/test_data/ecdsa_keys/private_key_hex.txt
````
0xd1d51de8ce6bbaac0572e481268232898bfe46491766214c5738929dd557c552
0x6374444d520f8ae51eee2683f4790644ee5f2d95ca4382fa78021e0460cb1663
0xa2788f1c26c799b7e1ac32ababc0b598fc7e9c6fc3d319c461ae67ffb1ee57dd
````

## File: crypto/utils/batch_key_test.go
````go
package utils
⋮----
import (
	"encoding/hex"
	"fmt"
	"testing"

	"github.com/Layr-Labs/eigensdk-go/crypto/bls"
	"github.com/Layr-Labs/eigensdk-go/crypto/ecdsa"
	"github.com/stretchr/testify/assert"
)
⋮----
"encoding/hex"
"fmt"
"testing"
⋮----
"github.com/Layr-Labs/eigensdk-go/crypto/bls"
"github.com/Layr-Labs/eigensdk-go/crypto/ecdsa"
"github.com/stretchr/testify/assert"
⋮----
func TestReadBatchKeys(t *testing.T)
⋮----
var tests = []struct {
		keyFolder string
		isEcdsa   bool
	}{
		{
			keyFolder: "test_data/bls_keys",
			isEcdsa:   false,
		},
		{
			keyFolder: "test_data/ecdsa_keys",
			isEcdsa:   true,
		},
	}
````

## File: crypto/utils/batch_key.go
````go
package utils
⋮----
import (
	"bufio"
	"fmt"
	"os"
	"path/filepath"

	"github.com/Layr-Labs/eigensdk-go/utils"
)
⋮----
"bufio"
"fmt"
"os"
"path/filepath"
⋮----
"github.com/Layr-Labs/eigensdk-go/utils"
⋮----
const (
	// TODO: move to a common constants file which
	// can be used by utils and cmd
	DefaultKeyFolder  = "keys"
	PasswordFile      = "password.txt"
	PrivateKeyHexFile = "private_key_hex.txt"
)
⋮----
// TODO: move to a common constants file which
// can be used by utils and cmd
⋮----
// ReadBatchKeys reads the batch keys from the given folder
// and returns the list of BatchKey
// folder: folder where the keys are stored, relative to the current directory
func ReadBatchKeys(folder string, isECDSA bool) ([]BatchKey, error)
⋮----
var batchKey []BatchKey
⋮----
// read the private key file
⋮----
// read the password file
⋮----
// To create file names
⋮----
// Since a last line with empty string is also read
// I need to break here
// TODO(madhur): remove empty string when it gets created
````

## File: crypto/utils/types.go
````go
package utils
⋮----
type BatchKey struct {
	PrivateKey string
	FilePath   string
	Password   string
}
````

## File: integration-tests/rewards_scripts_test.go
````go
package integration_test
⋮----
import (
	"context"
	"crypto/sha256"
	"errors"
	"math/big"
	"testing"

	strategy "github.com/Layr-Labs/eigensdk-go/contracts/bindings/IStrategy"
	mockerc20 "github.com/Layr-Labs/eigensdk-go/contracts/bindings/MockERC20"
	rewardsCoordinator "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RewardsCoordinator"
	servicemanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/ServiceManagerBase"
	"github.com/Layr-Labs/eigensdk-go/testutils"
	"github.com/Layr-Labs/eigensdk-go/testutils/testclients"
	sdkutils "github.com/Layr-Labs/eigensdk-go/utils"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	gethtypes "github.com/ethereum/go-ethereum/core/types"
	"github.com/stretchr/testify/assert"
	"github.com/stretchr/testify/require"
	"golang.org/x/crypto/sha3"
)
⋮----
"context"
"crypto/sha256"
"errors"
"math/big"
"testing"
⋮----
strategy "github.com/Layr-Labs/eigensdk-go/contracts/bindings/IStrategy"
mockerc20 "github.com/Layr-Labs/eigensdk-go/contracts/bindings/MockERC20"
rewardsCoordinator "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RewardsCoordinator"
servicemanager "github.com/Layr-Labs/eigensdk-go/contracts/bindings/ServiceManagerBase"
"github.com/Layr-Labs/eigensdk-go/testutils"
"github.com/Layr-Labs/eigensdk-go/testutils/testclients"
sdkutils "github.com/Layr-Labs/eigensdk-go/utils"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
gethtypes "github.com/ethereum/go-ethereum/core/types"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"golang.org/x/crypto/sha3"
⋮----
func TestIntegrationRewards(t *testing.T)
⋮----
// Test set up
⋮----
// Initially, claimer balance in strategy is zero
⋮----
// Create AVS rewards submission
⋮----
// These values are set to align with the contract's requirements for the `OperatorDirectedRewardsSubmission`.
// https://github.com/Layr-Labs/eigenlayer-contracts/blob/ecaff6304de6cb0f43b42024ad55d0e8a0430790/src/contracts/core/RewardsCoordinator.sol#L414
// https://github.com/Layr-Labs/eigenlayer-contracts/blob/ecaff6304de6cb0f43b42024ad55d0e8a0430790/src/contracts/core/RewardsCoordinator.sol#L482
var duration uint32 = calculationInterval
var startTimestamp uint32 = ((uint32(header.Time) / calculationInterval) + 1) * calculationInterval
⋮----
// These values were taken from Go Incredible Squaring AVS's rewards scripts
⋮----
// Submit the root for the submission
⋮----
// Process the claim for the submitted root (and claim the rewards for the claimer)
⋮----
// this workflow assumes a new root submitted for every payment claimed.  So we get the latest rood index to process a claim for
⋮----
// After claim, claimer balance in strategy is zero
⋮----
// These utils were inspired in those used in rewards scripts in Go Inc Squaring:
// https://github.com/Layr-Labs/incredible-squaring-avs/blob/dev/contracts/script/utils/SetupDistributionsLib.sol
func getEarners(deployer common.Address, numPayments int) []common.Address
⋮----
func createEarnerLeaves(earners []common.Address, tokenLeaves [][32]byte) []rewardsCoordinator.IRewardsCoordinatorTypesEarnerTreeMerkleLeaf
⋮----
func createTokenLeaves(
	rewardsCoordinator *rewardsCoordinator.ContractRewardsCoordinator,
	numberOfTokenLeaves int,
	tokensEarned uint64,
	tokenAddr common.Address,
) [][32]byte
⋮----
func defaultTokenLeaf(
	tokensEarned uint64,
	tokenAddr common.Address,
) rewardsCoordinator.IRewardsCoordinatorTypesTokenTreeMerkleLeaf
⋮----
func createPaymentRoot(
	rewardsCoordinator *rewardsCoordinator.ContractRewardsCoordinator,
	earnerLeaves []rewardsCoordinator.IRewardsCoordinatorTypesEarnerTreeMerkleLeaf,
	numPayments int,
) ([][32]byte, [32]byte, error)
⋮----
//writeLeavesToJson(leaves, tokenLeaves, filePath)
⋮----
func generateTokenMerkleProof(leaves [][32]byte, index int) []byte
⋮----
var proofBytes []byte
⋮----
func merkleizeKeccak(leaves [][32]byte) [32]byte
⋮----
func padLeaves(leaves [][32]byte) [][32]byte
⋮----
func keccak256(data []byte) [32]byte
⋮----
var hash [32]byte
⋮----
func createTokenRoot(tokenLeaves [][32]byte) [32]byte
⋮----
func generateEarnerMerkleProof(leaves [][32]byte, index int) ([]byte, error)
⋮----
var sibling [32]byte
⋮----
func buildMerkleTree(leaves [][32]byte) [][][32]byte
⋮----
var left, right [32]byte
````

## File: internal/fakes/avs_registry.go
````go
package fakes
⋮----
import (
	"context"
	"math/big"

	apkregistrybindings "github.com/Layr-Labs/eigensdk-go/contracts/bindings/BLSApkRegistry"
	opstateretriever "github.com/Layr-Labs/eigensdk-go/contracts/bindings/OperatorStateRetriever"
	"github.com/Layr-Labs/eigensdk-go/types"

	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
)
⋮----
"context"
"math/big"
⋮----
apkregistrybindings "github.com/Layr-Labs/eigensdk-go/contracts/bindings/BLSApkRegistry"
opstateretriever "github.com/Layr-Labs/eigensdk-go/contracts/bindings/OperatorStateRetriever"
"github.com/Layr-Labs/eigensdk-go/types"
⋮----
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
⋮----
type TestOperator struct {
	OperatorAddr     common.Address
	OperatorInfo     types.OperatorInfo
	ContractG1Pubkey apkregistrybindings.BN254G1Point
	ContractG2Pubkey apkregistrybindings.BN254G2Point
	OperatorId       types.OperatorId
}
⋮----
type FakeAVSRegistryReader struct {
	opAddress  []types.OperatorAddr
	opPubKeys  []types.OperatorPubkeys
	operatorId types.OperatorId
	socket     types.Socket
	err        error
}
⋮----
func NewFakeAVSRegistryReader(
	opr *TestOperator,
	err error,
) *FakeAVSRegistryReader
⋮----
func (f *FakeAVSRegistryReader) QueryExistingRegisteredOperatorPubKeys(
	ctx context.Context,
	startBlock *big.Int,
	stopBlock *big.Int,
	blockRange *big.Int,
) ([]types.OperatorAddr, []types.OperatorPubkeys, error)
⋮----
func (f *FakeAVSRegistryReader) QueryExistingRegisteredOperatorSockets(
	ctx context.Context,
	startBlock *big.Int,
	stopBlock *big.Int,
	blockRange *big.Int,
) (map[types.OperatorId]types.Socket, error)
⋮----
func (f *FakeAVSRegistryReader) GetOperatorFromId(
	opts *bind.CallOpts,
	operatorId types.OperatorId,
) (common.Address, error)
⋮----
func (f *FakeAVSRegistryReader) GetOperatorsStakeInQuorumsAtBlock(
	opts *bind.CallOpts,
	quorumNumbers types.QuorumNums,
	blockNumber types.BlockNum,
) ([][]opstateretriever.OperatorStateRetrieverOperator, error)
⋮----
func (f *FakeAVSRegistryReader) GetCheckSignaturesIndices(
	opts *bind.CallOpts,
	referenceBlockNumber uint32,
	quorumNumbers types.QuorumNums,
	nonSignerOperatorIds []types.OperatorId,
) (opstateretriever.OperatorStateRetrieverCheckSignaturesIndices, error)
````

## File: internal/fakes/eth_client.go
````go
package fakes
⋮----
import (
	"context"
	"errors"
	"math/big"

	"github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
)
⋮----
"context"
"errors"
"math/big"
⋮----
"github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
⋮----
const (
	TransactionHash          = "0x0000000000000000000000000000000000000000000000000000000000001234"
	TransactionNashNotInFake = "0xabcd"
	BlockNumber              = 1234
)
⋮----
type EthClient struct {
	chainId       *big.Int
	successfulTxs map[common.Hash]bool
}
⋮----
// NewEthClient returns a new instance of the EthClient
// Right now this client is hardcoded with some values to satisfy current
// testing requirements, but it can be extended to support more features and
// can be made more generic over time when we add more tests.
// Currently used in
// - chainio/clients/wallet/fireblocks_wallet_test.go
func NewEthClient() *EthClient
⋮----
func (f *EthClient) ChainID(ctx context.Context) (*big.Int, error)
⋮----
func (f *EthClient) TransactionReceipt(ctx context.Context, txHash common.Hash) (*types.Receipt, error)
⋮----
func (f *EthClient) CodeAt(ctx context.Context, contract common.Address, blockNumber *big.Int) ([]byte, error)
⋮----
func (f *EthClient) CallContract(ctx context.Context, call ethereum.CallMsg, blockNumber *big.Int) ([]byte, error)
⋮----
func (f *EthClient) EstimateGas(ctx context.Context, call ethereum.CallMsg) (uint64, error)
⋮----
func (f *EthClient) SuggestGasPrice(ctx context.Context) (*big.Int, error)
⋮----
func (f *EthClient) SuggestGasTipCap(ctx context.Context) (*big.Int, error)
⋮----
func (f *EthClient) SendTransaction(ctx context.Context, tx *types.Transaction) error
⋮----
func (f *EthClient) HeaderByNumber(ctx context.Context, number *big.Int) (*types.Header, error)
⋮----
func (f *EthClient) PendingCodeAt(ctx context.Context, account common.Address) ([]byte, error)
⋮----
func (f *EthClient) PendingNonceAt(ctx context.Context, account common.Address) (uint64, error)
⋮----
func (f *EthClient) FilterLogs(ctx context.Context, q ethereum.FilterQuery) ([]types.Log, error)
⋮----
func (f *EthClient) SubscribeFilterLogs(
	ctx context.Context,
	q ethereum.FilterQuery,
	ch chan<- types.Log,
) (ethereum.Subscription, error)
````

## File: logging/constants.go
````go
package logging
⋮----
const (
	ComponentKey = "component"
)
````

## File: logging/logger.go
````go
package logging
⋮----
type Logger interface {
	Debug(msg string, tags ...any)

	Info(msg string, tags ...any)

	Warn(msg string, tags ...any)

	Error(msg string, tags ...any)

	Fatal(msg string, tags ...any)

	Debugf(template string, args ...interface{})
````

## File: logging/README.md
````markdown
## Logging
We use Zap logger for this module

```
logger, err := NewZapLogger(env)
```
````

## File: logging/slog_logger.go
````go
package logging
⋮----
import (
	"context"
	"fmt"
	"io"
	"log/slog"
	"os"
	"runtime"
	"time"

	"github.com/lmittmann/tint"
)
⋮----
"context"
"fmt"
"io"
"log/slog"
"os"
"runtime"
"time"
⋮----
"github.com/lmittmann/tint"
⋮----
type SLogger struct {
	*slog.Logger
}
⋮----
var _ Logger = (*SLogger)(nil)
⋮----
// SLoggerOptions are options when creating a new SLogger.
// A zero Options consists entirely of default values.
//
// SLoggerOptions are an extension of [slog.HandlerOptions].
type SLoggerOptions struct {
	// Enable source code location (Default: false)
	AddSource bool

	// Minimum level to log (Default: slog.LevelInfo)
	Level slog.Leveler

	// ReplaceAttr is called to rewrite each non-group attribute before it is logged.
	// See https://pkg.go.dev/log/slog#HandlerOptions for details.
	ReplaceAttr func(groups []string, attr slog.Attr) slog.Attr

	// Time format (Default: time.StampMilli)
	// only supported with text handler
	TimeFormat string

	// Disable color (Default: false)
	// only supported with text handler (no color in json)
	NoColor bool
}
⋮----
// Enable source code location (Default: false)
⋮----
// Minimum level to log (Default: slog.LevelInfo)
⋮----
// ReplaceAttr is called to rewrite each non-group attribute before it is logged.
// See https://pkg.go.dev/log/slog#HandlerOptions for details.
⋮----
// Time format (Default: time.StampMilli)
// only supported with text handler
⋮----
// Disable color (Default: false)
// only supported with text handler (no color in json)
⋮----
// default SLogger options are used when no options are provided
// they are the development options (debug logs with source)
var defaultTintOptions = tint.Options{
	AddSource:   false,
	Level:       slog.LevelInfo,
	ReplaceAttr: nil,
	TimeFormat:  time.StampMilli,
	NoColor:     false,
}
⋮----
// NewSlogTextLogger creates a new SLogger with a text handler
// Default behavior is colored log outputs. To disable colors, set opts.NoColor to true.
func NewTextSLogger(outputWriter io.Writer, opts *SLoggerOptions) *SLogger
⋮----
var tintOptions tint.Options
⋮----
// NewSlogJsonLogger creates a new SLogger with a Json handler
// Currently colors are not supported with json handler. If colors are required,
// use NewTextSLogger instead.
func NewJsonSLogger(outputWriter io.Writer, opts *SLoggerOptions) *SLogger
⋮----
var handlerOpts *slog.HandlerOptions
⋮----
func (s SLogger) Debug(msg string, tags ...any)
⋮----
func (s SLogger) Info(msg string, tags ...any)
⋮----
func (s SLogger) Warn(msg string, tags ...any)
⋮----
func (s SLogger) Error(msg string, tags ...any)
⋮----
func (s SLogger) Fatal(msg string, tags ...any)
⋮----
// logCorrectSource logs the message with the correct source information
// adapted from https://pkg.go.dev/log/slog#example-package-Wrapping
func (s SLogger) logCorrectSource(level slog.Level, msg string, tags ...any)
⋮----
var pcs [1]uintptr
runtime.Callers(3, pcs[:]) // skip [Callers, logCorrectSource, Info/Debug/Warn/Error/Fatal]
⋮----
func (s SLogger) Debugf(template string, args ...interface
⋮----
func (s SLogger) Infof(template string, args ...interface
⋮----
func (s SLogger) Warnf(template string, args ...interface
⋮----
func (s SLogger) Errorf(template string, args ...interface
⋮----
func (s SLogger) Fatalf(template string, args ...interface
⋮----
// logfCorrectSource logs the message with the correct source information
⋮----
func (s SLogger) logfCorrectSource(level slog.Level, template string, args ...interface
⋮----
runtime.Callers(3, pcs[:]) // skip [Callers, logfCorrectSource, Info/Debug/Warn/Error/Fatal]
⋮----
func (s SLogger) With(tags ...any) Logger
````

## File: logging/zap_logger.go
````go
package logging
⋮----
import (
	"fmt"

	"github.com/Layr-Labs/eigensdk-go/utils"
	"go.uber.org/zap"
)
⋮----
"fmt"
⋮----
"github.com/Layr-Labs/eigensdk-go/utils"
"go.uber.org/zap"
⋮----
type LogLevel string
⋮----
const (
	Development LogLevel = "development" // prints debug and above
	Production  LogLevel = "production"  // prints info and above
)
⋮----
Development LogLevel = "development" // prints debug and above
Production  LogLevel = "production"  // prints info and above
⋮----
type ZapLogger struct {
	logger *zap.Logger
}
⋮----
var _ Logger = (*ZapLogger)(nil)
⋮----
// NewZapLogger creates a new logger wrapped the zap.Logger
func NewZapLogger(env LogLevel) (Logger, error)
⋮----
var config zap.Config
⋮----
// NewZapLoggerByConfig creates a logger wrapped the zap.Logger
// Note if the logger need to show the caller, need use `zap.AddCallerSkip(1)` ad options
func NewZapLoggerByConfig(config zap.Config, options ...zap.Option) (Logger, error)
⋮----
func (z *ZapLogger) Debug(msg string, tags ...any)
⋮----
func (z *ZapLogger) Info(msg string, tags ...any)
⋮----
func (z *ZapLogger) Warn(msg string, tags ...any)
⋮----
func (z *ZapLogger) Error(msg string, tags ...any)
⋮----
func (z *ZapLogger) Fatal(msg string, tags ...any)
⋮----
func (z *ZapLogger) Debugf(template string, args ...interface
⋮----
func (z *ZapLogger) Infof(template string, args ...interface
⋮----
func (z *ZapLogger) Warnf(template string, args ...interface
⋮----
func (z *ZapLogger) Errorf(template string, args ...interface
⋮----
func (z *ZapLogger) Fatalf(template string, args ...interface
⋮----
func (z *ZapLogger) With(tags ...any) Logger
````

## File: M2-contracts/anvil/contracts-deployed-anvil-state.json
````json
{"block":{"number":"0x1b5","coinbase":"0x0000000000000000000000000000000000000000","timestamp":"0x67fe6884","gas_limit":"0x1c9c380","basefee":"0x8","difficulty":"0x0","prevrandao":"0x5e4b30c29ba624c16dff70cb683f404c4ee12433ec48dc77a4e8cb2b7df4d681","blob_excess_gas_and_price":{"excess_blob_gas":0,"blob_gasprice":1}},"accounts":{"0x0000000000000000000000000000000000000000":{"nonce":0,"balance":"0x5784d9e","code":"0x","storage":{}},"0x011bd5423c5f77b5a0789e27f922535fd76b688f":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x0165878a594ca255338adfa4d48449f69242eb8f":{"nonce":1,"balance":"0x0","code":"0x60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0000000000000000000000000000000000000000000000000000000000000033":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000000000000000000000000000000000000000065":"0x0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0","0x0000000000000000000000000000000000000000000000000000000000000066":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0000000000000000000000000000000000000000000000000000000000000097":"0x94af000f6f71feb2b8401e668d95fd208038580e89d240930f90ba827aa34858","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x0000000000000000000000009a676e781a523b5d0c0e43731313a708cb607508","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}},"0x02484cb50aac86eae85610d6f4bf026f30f6627d":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x042a63149117602129b6922ecfe3111168c2c323":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x0536896a5e38bbd59f3f369ff3682677965abd19":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x08135da0a343e492fa2d4282f2ae34c6c5cc1bbe":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x08a2de6f3528319123b25935c92888b16db8913e":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x09db0a93b389bef724429898f539aeb7ac2dd55f":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x0b306bf915c4d645ff596e518faf3f9669b97016":{"nonce":1,"balance":"0x0","code":"0x608060405234801561001057600080fd5b50600436106101f05760003560e01c80637cf72bba1161010f578063d98128c0116100a2578063e921d4fa11610071578063e921d4fa146103c6578063f2fde38b1461044c578063f73b7519146102a9578063fabc1cbc1461045f57600080fd5b8063d98128c014610430578063da16e29b14610322578063df5cf723146102ba578063e58398361461043e57600080fd5b80638da5cb5b116100de5780638da5cb5b146103b5578063a49db732146103c6578063c747075b146103da578063d7b7fa13146103ee57600080fd5b80637cf72bba146103465780638105e04314610354578063855fcc4a1461036b578063886f1195146103a257600080fd5b806339b70e38116101875780636f0c2f74116101565780636f0c2f7414610322578063715018a614610330578063723e59c7146103385780637259a45c1461024257600080fd5b806339b70e38146102ba578063595c6a67146102d55780635ac86ab7146102dd5780635c975abb1461031057600080fd5b80631794bb3c116101c35780631794bb3c1461022f5780631874e5ae14610242578063282670fc1461027257806338c8ee64146102a957600080fd5b80630ffabbce146101f557806310d67a2f14610209578063136439dd1461021c578063175d3205146101f5575b600080fd5b610207610203366004610b25565b5050565b005b610207610217366004610b5a565b610472565b61020761022a366004610b7e565b61052b565b61020761023d366004610b97565b505050565b610258610250366004610b25565b600092915050565b60405163ffffffff90911681526020015b60405180910390f35b610285610280366004610bd8565b61066a565b60408051825163ffffffff9081168252602093840151169281019290925201610269565b6102076102b7366004610b5a565b50565b60005b6040516001600160a01b039091168152602001610269565b610207610685565b6103006102eb366004610c04565b606654600160ff9092169190911b9081161490565b6040519015158152602001610269565b6066545b604051908152602001610269565b610258610250366004610c27565b61020761074c565b610314610250366004610b25565b610207610203366004610c60565b610300610362366004610cd5565b60009392505050565b610385610379366004610c27565b60008060009250925092565b604080519315158452602084019290925290820152606001610269565b6065546102bd906001600160a01b031681565b6033546001600160a01b03166102bd565b6103146103d4366004610b5a565b50600090565b6102076103e8366004610d13565b50505050565b6104016103fc366004610c27565b610760565b60408051825163ffffffff90811682526020808501518216908301529282015190921690820152606001610269565b610300610250366004610c27565b6103006103d4366004610b5a565b61020761045a366004610b5a565b610782565b61020761046d366004610b7e565b6107f8565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104c5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104e99190610d60565b6001600160a01b0316336001600160a01b0316146105225760405162461bcd60e51b815260040161051990610d7d565b60405180910390fd5b6102b781610954565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610573573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105979190610dc7565b6105b35760405162461bcd60e51b815260040161051990610de9565b6066548181161461062c5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610519565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b60408051808201909152600080825260208201525b92915050565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156106cd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106f19190610dc7565b61070d5760405162461bcd60e51b815260040161051990610de9565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b610754610a4b565b61075e6000610aa5565b565b604080516060810182526000808252602082018190529181019190915261067f565b61078a610a4b565b6001600160a01b0381166107ef5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610519565b6102b781610aa5565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561084b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061086f9190610d60565b6001600160a01b0316336001600160a01b03161461089f5760405162461bcd60e51b815260040161051990610d7d565b60665419811960665419161461091d5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610519565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200161065f565b6001600160a01b0381166109e25760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610519565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b6033546001600160a01b0316331461075e5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610519565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6001600160a01b03811681146102b757600080fd5b803563ffffffff81168114610b2057600080fd5b919050565b60008060408385031215610b3857600080fd5b8235610b4381610af7565b9150610b5160208401610b0c565b90509250929050565b600060208284031215610b6c57600080fd5b8135610b7781610af7565b9392505050565b600060208284031215610b9057600080fd5b5035919050565b600080600060608486031215610bac57600080fd5b8335610bb781610af7565b92506020840135610bc781610af7565b929592945050506040919091013590565b60008060408385031215610beb57600080fd5b8235610bf681610af7565b946020939093013593505050565b600060208284031215610c1657600080fd5b813560ff81168114610b7757600080fd5b60008060408385031215610c3a57600080fd5b8235610c4581610af7565b91506020830135610c5581610af7565b809150509250929050565b60008060208385031215610c7357600080fd5b823567ffffffffffffffff80821115610c8b57600080fd5b818501915085601f830112610c9f57600080fd5b813581811115610cae57600080fd5b8660208260051b8501011115610cc357600080fd5b60209290920196919550909350505050565b600080600060608486031215610cea57600080fd5b8335610cf581610af7565b9250610d0360208501610b0c565b9150604084013590509250925092565b60008060008060808587031215610d2957600080fd5b8435610d3481610af7565b9350610d4260208601610b0c565b9250610d5060408601610b0c565b9396929550929360600135925050565b600060208284031215610d7257600080fd5b8151610b7781610af7565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215610dd957600080fd5b81518015158114610b7757600080fd5b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b60608201526080019056fea2646970667358221220670ec780239cf6911f2cc6a0e4bea360e9e1a0652ddf064a8dcb7e2a5ed4f00864736f6c634300080c0033","storage":{}},"0x0d803cdeee5990f22c2a8df10a695d2312da26cc":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82":{"nonce":1,"balance":"0x0","code":"0x608060405234801561001057600080fd5b50600436106102065760003560e01c80638da5cb5b1161011a578063c6656702116100ad578063df5cf7231161007c578063df5cf72314610515578063e7a050aa1461053c578063f2fde38b1461054f578063f698da2514610562578063fabc1cbc1461056a57600080fd5b8063c6656702146104c9578063cbc2bd62146104dc578063cf756fdf146104ef578063df5b35471461050257600080fd5b8063b1344271116100e9578063b134427114610469578063b5d8b5b814610490578063c4623ea1146104a3578063c608c7f3146104b657600080fd5b80638da5cb5b1461040157806394f649dd14610412578063967fc0d2146104335780639b4da03d1461044657600080fd5b80635ac86ab71161019d5780637a7e0d921161016c5780637a7e0d92146103675780637ecebe0014610392578063886f1195146103b25780638b8aac3c146103c55780638c80d4e5146103ee57600080fd5b80635ac86ab7146103015780635c975abb14610334578063663c1de41461033c578063715018a61461035f57600080fd5b80634665bcda116101d95780634665bcda1461028057806348825e94146102bf5780634e5a4263146102e6578063595c6a67146102f957600080fd5b806310d67a2f1461020b578063136439dd1461022057806320606b701461023357806332e89ace1461026d575b600080fd5b61021e6102193660046129e8565b61057d565b005b61021e61022e366004612a05565b610639565b61025a7f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86681565b6040519081526020015b60405180910390f35b61025a61027b366004612a34565b610778565b6102a77f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe681565b6040516001600160a01b039091168152602001610264565b61025a7f4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea922481565b61021e6102f4366004612b3d565b610a66565b61021e610a9e565b61032461030f366004612b76565b609854600160ff9092169190911b9081161490565b6040519015158152602001610264565b60985461025a565b61032461034a3660046129e8565b60d16020526000908152604090205460ff1681565b61021e610b65565b61025a610375366004612b99565b60cd60209081526000928352604080842090915290825290205481565b61025a6103a03660046129e8565b60ca6020526000908152604090205481565b6097546102a7906001600160a01b031681565b61025a6103d33660046129e8565b6001600160a01b0316600090815260ce602052604090205490565b61021e6103fc366004612bc7565b610b79565b6033546001600160a01b03166102a7565b6104256104203660046129e8565b610bd2565b604051610264929190612c08565b60cb546102a7906001600160a01b031681565b6103246104543660046129e8565b60d36020526000908152604090205460ff1681565b6102a77f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c85381565b61021e61049e366004612cd1565b610d52565b61021e6104b1366004612d13565b610ec6565b61021e6104c4366004612d64565b610f1a565b61021e6104d73660046129e8565b610fd2565b6102a76104ea366004612db7565b610fe3565b61021e6104fd366004612d13565b61101b565b61021e610510366004612de3565b61114f565b6102a77f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b61025a61054a366004612bc7565b611378565b61021e61055d3660046129e8565b611441565b61025a6114b7565b61021e610578366004612a05565b6114f5565b609760009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156105d0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105f49190612e4f565b6001600160a01b0316336001600160a01b03161461062d5760405162461bcd60e51b815260040161062490612e6c565b60405180910390fd5b61063681611651565b50565b60975460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610681573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106a59190612eb6565b6106c15760405162461bcd60e51b815260040161062490612ed3565b6098548181161461073a5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610624565b609881905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b6098546000908190600190811614156107cf5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610624565b600260655414156108225760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610624565b60026065556001600160a01b038816600090815260d3602052604090205460ff16156108c95760405162461bcd60e51b815260206004820152604a60248201527f53747261746567794d616e616765722e6465706f736974496e746f537472617460448201527f656779576974685369676e61747572653a207468697264207472616e736665726064820152691cc8191a5cd8589b195960b21b608482015260a401610624565b4284101561094b5760405162461bcd60e51b815260206004820152604360248201527f53747261746567794d616e616765722e6465706f736974496e746f537472617460448201527f656779576974685369676e61747572653a207369676e617475726520657870696064820152621c995960ea1b608482015260a401610624565b6001600160a01b03858116600081815260ca602090815260408083205481517f4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea922493810193909352908201939093528b84166060820152928a16608084015260a0830189905260c0830182905260e0830187905290916101000160408051601f1981840301815291815281516020928301206001600160a01b038a16600090815260ca9093529082206001850190559150610a036114b7565b60405161190160f01b6020820152602281019190915260428101839052606201604051602081830303815290604052805190602001209050610a46888288611748565b610a52888c8c8c611907565b60016065559b9a5050505050505050505050565b60cb546001600160a01b03163314610a905760405162461bcd60e51b815260040161062490612f1b565b610a9a8282611ad6565b5050565b60975460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610ae6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b0a9190612eb6565b610b265760405162461bcd60e51b815260040161062490612ed3565b600019609881905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b610b6d611b44565b610b776000611b9e565b565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91614610bc15760405162461bcd60e51b815260040161062490612f85565b610bcc838383611bf0565b50505050565b6001600160a01b038116600090815260ce60205260408120546060918291908167ffffffffffffffff811115610c0a57610c0a612a1e565b604051908082528060200260200182016040528015610c33578160200160208202803683370190505b50905060005b82811015610cc4576001600160a01b038616600090815260cd6020908152604080832060ce9092528220805491929184908110610c7857610c78612fe3565b60009182526020808320909101546001600160a01b031683528201929092526040019020548251839083908110610cb157610cb1612fe3565b6020908102919091010152600101610c39565b5060ce6000866001600160a01b03166001600160a01b031681526020019081526020016000208181805480602002602001604051908101604052809291908181526020018280548015610d4057602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311610d22575b50505050509150935093505050915091565b60cb546001600160a01b03163314610d7c5760405162461bcd60e51b815260040161062490612f1b565b8060005b81811015610bcc5760d16000858584818110610d9e57610d9e612fe3565b9050602002016020810190610db391906129e8565b6001600160a01b0316815260208101919091526040016000205460ff1615610ebe57600060d16000868685818110610ded57610ded612fe3565b9050602002016020810190610e0291906129e8565b6001600160a01b031681526020810191909152604001600020805460ff19169115159190911790557f4074413b4b443e4e58019f2855a8765113358c7c72e39509c6af45fc0f5ba030848483818110610e5d57610e5d612fe3565b9050602002016020810190610e7291906129e8565b6040516001600160a01b03909116815260200160405180910390a1610ebe848483818110610ea257610ea2612fe3565b9050602002016020810190610eb791906129e8565b6000611ad6565b600101610d80565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91614610f0e5760405162461bcd60e51b815260040161062490612f85565b610bcc84848484611d4c565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91614610f625760405162461bcd60e51b815260040161062490612f85565b604051636ce5768960e11b81526001600160a01b03858116600483015282811660248301526044820184905284169063d9caed1290606401600060405180830381600087803b158015610fb457600080fd5b505af1158015610fc8573d6000803e3d6000fd5b5050505050505050565b610fda611b44565b61063681611fd9565b60ce6020528160005260406000208181548110610fff57600080fd5b6000918252602090912001546001600160a01b03169150829050565b600054610100900460ff161580801561103b5750600054600160ff909116105b806110555750303b158015611055575060005460ff166001145b6110b85760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610624565b6000805460ff1916600117905580156110db576000805461ff0019166101001790555b6110e3612042565b60c9556110f083836120d9565b6110f985611b9e565b61110284611fd9565b8015611148576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b5050505050565b60cb546001600160a01b031633146111795760405162461bcd60e51b815260040161062490612f1b565b8281146112025760405162461bcd60e51b815260206004820152604b60248201527f53747261746567794d616e616765722e61646453747261746567696573546f4460448201527f65706f73697457686974656c6973743a206172726179206c656e67746873206460648201526a0de40dcdee840dac2e8c6d60ab1b608482015260a401610624565b8260005b818110156113705760d1600087878481811061122457611224612fe3565b905060200201602081019061123991906129e8565b6001600160a01b0316815260208101919091526040016000205460ff1661136857600160d1600088888581811061127257611272612fe3565b905060200201602081019061128791906129e8565b6001600160a01b031681526020810191909152604001600020805460ff19169115159190911790557f0c35b17d91c96eb2751cd456e1252f42a386e524ef9ff26ecc9950859fdc04fe8686838181106112e2576112e2612fe3565b90506020020160208101906112f791906129e8565b6040516001600160a01b03909116815260200160405180910390a161136886868381811061132757611327612fe3565b905060200201602081019061133c91906129e8565b85858481811061134e5761134e612fe3565b90506020020160208101906113639190612ff9565b611ad6565b600101611206565b505050505050565b6098546000908190600190811614156113cf5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610624565b600260655414156114225760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610624565b600260655561143333868686611907565b600160655595945050505050565b611449611b44565b6001600160a01b0381166114ae5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610624565b61063681611b9e565b60007f0000000000000000000000000000000000000000000000000000000000007a694614156114e8575060c95490565b6114f0612042565b905090565b609760009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611548573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061156c9190612e4f565b6001600160a01b0316336001600160a01b03161461159c5760405162461bcd60e51b815260040161062490612e6c565b60985419811960985419161461161a5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610624565b609881905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200161076d565b6001600160a01b0381166116df5760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610624565b609754604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1609780546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b0383163b1561186757604051630b135d3f60e11b808252906001600160a01b03851690631626ba7e90611788908690869060040161306e565b602060405180830381865afa1580156117a5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117c99190613087565b6001600160e01b031916146118625760405162461bcd60e51b815260206004820152605360248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a2045524331323731207369676e6174757265206064820152721d995c9a599a58d85d1a5bdb8819985a5b1959606a1b608482015260a401610624565b505050565b826001600160a01b031661187b83836121bf565b6001600160a01b0316146118625760405162461bcd60e51b815260206004820152604760248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a207369676e6174757265206e6f742066726f6d6064820152661039b4b3b732b960c91b608482015260a401610624565b6001600160a01b038316600090815260d16020526040812054849060ff166119ad5760405162461bcd60e51b815260206004820152604d60248201527f53747261746567794d616e616765722e6f6e6c7953747261746567696573576860448201527f6974656c6973746564466f724465706f7369743a207374726174656779206e6f60648201526c1d081dda1a5d195b1a5cdd1959609a1b608482015260a401610624565b6119c26001600160a01b0385163387866121e3565b6040516311f9fbc960e21b81526001600160a01b038581166004830152602482018590528616906347e7ef24906044016020604051808303816000875af1158015611a11573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a3591906130b1565b9150611a4386858785611d4c565b604051631452b9d760e11b81526001600160a01b0387811660048301528681166024830152604482018490527f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916906328a573ae90606401600060405180830381600087803b158015611ab557600080fd5b505af1158015611ac9573d6000803e3d6000fd5b5050505050949350505050565b604080516001600160a01b038416815282151560208201527f77d930df4937793473a95024d87a98fd2ccb9e92d3c2463b3dacd65d3e6a5786910160405180910390a16001600160a01b0391909116600090815260d360205260409020805460ff1916911515919091179055565b6033546001600160a01b03163314610b775760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610624565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600081611c655760405162461bcd60e51b815260206004820152603e60248201527f53747261746567794d616e616765722e5f72656d6f76655368617265733a207360448201527f68617265416d6f756e742073686f756c64206e6f74206265207a65726f2100006064820152608401610624565b6001600160a01b03808516600090815260cd602090815260408083209387168352929052205480831115611cf75760405162461bcd60e51b815260206004820152603360248201527f53747261746567794d616e616765722e5f72656d6f76655368617265733a20736044820152720d0c2e4ca82dadeeadce840e8dede40d0d2ced606b1b6064820152608401610624565b6001600160a01b03808616600090815260cd602090815260408083209388168352929052208382039081905590831415611d3f57611d35858561223d565b6001915050611d45565b60009150505b9392505050565b6001600160a01b038416611dc85760405162461bcd60e51b815260206004820152603960248201527f53747261746567794d616e616765722e5f6164645368617265733a207374616b60448201527f65722063616e6e6f74206265207a65726f2061646472657373000000000000006064820152608401610624565b80611e345760405162461bcd60e51b815260206004820152603660248201527f53747261746567794d616e616765722e5f6164645368617265733a207368617260448201527565732073686f756c64206e6f74206265207a65726f2160501b6064820152608401610624565b6001600160a01b03808516600090815260cd6020908152604080832093861683529290522054611f45576001600160a01b038416600090815260ce602090815260409091205410611f065760405162461bcd60e51b815260206004820152605060248201527f53747261746567794d616e616765722e5f6164645368617265733a206465706f60448201527f73697420776f756c6420657863656564204d41585f5354414b45525f5354524160648201526f0a88a8eb2be9892a6a8be988a9c8ea8960831b608482015260a401610624565b6001600160a01b03848116600090815260ce602090815260408220805460018101825590835291200180546001600160a01b0319169184169190911790555b6001600160a01b03808516600090815260cd6020908152604080832093861683529290529081208054839290611f7c9084906130e0565b9091555050604080516001600160a01b03868116825285811660208301528416818301526060810183905290517f7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a969181900360800190a150505050565b60cb54604080516001600160a01b03928316815291831660208301527f4264275e593955ff9d6146a51a4525f6ddace2e81db9391abcc9d1ca48047d29910160405180910390a160cb80546001600160a01b0319166001600160a01b0392909216919091179055565b604080518082018252600a81526922b4b3b2b72630bcb2b960b11b60209182015281517f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866818301527f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea81840152466060820152306080808301919091528351808303909101815260a0909101909252815191012090565b6097546001600160a01b03161580156120fa57506001600160a01b03821615155b61217c5760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610624565b609881905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2610a9a82611651565b60008060006121ce858561242f565b915091506121db8161249f565b509392505050565b604080516001600160a01b0385811660248301528416604482015260648082018490528251808303909101815260849091019091526020810180516001600160e01b03166323b872dd60e01b179052610bcc90859061265a565b6001600160a01b038216600090815260ce6020526040812054905b81811015612358576001600160a01b03848116600090815260ce602052604090208054918516918390811061228f5761228f612fe3565b6000918252602090912001546001600160a01b03161415612350576001600160a01b038416600090815260ce6020526040902080546122d0906001906130f8565b815481106122e0576122e0612fe3565b60009182526020808320909101546001600160a01b03878116845260ce909252604090922080549190921691908390811061231d5761231d612fe3565b9060005260206000200160006101000a8154816001600160a01b0302191690836001600160a01b03160217905550612358565b600101612258565b818114156123e05760405162461bcd60e51b815260206004820152604960248201527f53747261746567794d616e616765722e5f72656d6f766553747261746567794660448201527f726f6d5374616b657253747261746567794c6973743a207374726174656779206064820152681b9bdd08199bdd5b9960ba1b608482015260a401610624565b6001600160a01b038416600090815260ce602052604090208054806124075761240761310f565b600082815260209020810160001990810180546001600160a01b031916905501905550505050565b6000808251604114156124665760208301516040840151606085015160001a61245a8782858561272c565b94509450505050612498565b8251604014156124905760208301516040840151612485868383612819565b935093505050612498565b506000905060025b9250929050565b60008160048111156124b3576124b3613125565b14156124bc5750565b60018160048111156124d0576124d0613125565b141561251e5760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606401610624565b600281600481111561253257612532613125565b14156125805760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606401610624565b600381600481111561259457612594613125565b14156125ed5760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b6064820152608401610624565b600481600481111561260157612601613125565b14156106365760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b6064820152608401610624565b60006126af826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166128529092919063ffffffff16565b80519091501561186257808060200190518101906126cd9190612eb6565b6118625760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610624565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08311156127635750600090506003612810565b8460ff16601b1415801561277b57508460ff16601c14155b1561278c5750600090506004612810565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa1580156127e0573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b03811661280957600060019250925050612810565b9150600090505b94509492505050565b6000806001600160ff1b0383168161283660ff86901c601b6130e0565b90506128448782888561272c565b935093505050935093915050565b60606128618484600085612869565b949350505050565b6060824710156128ca5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610624565b6001600160a01b0385163b6129215760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610624565b600080866001600160a01b0316858760405161293d919061313b565b60006040518083038185875af1925050503d806000811461297a576040519150601f19603f3d011682016040523d82523d6000602084013e61297f565b606091505b509150915061298f82828661299a565b979650505050505050565b606083156129a9575081611d45565b8251156129b95782518084602001fd5b8160405162461bcd60e51b81526004016106249190613157565b6001600160a01b038116811461063657600080fd5b6000602082840312156129fa57600080fd5b8135611d45816129d3565b600060208284031215612a1757600080fd5b5035919050565b634e487b7160e01b600052604160045260246000fd5b60008060008060008060c08789031215612a4d57600080fd5b8635612a58816129d3565b95506020870135612a68816129d3565b9450604087013593506060870135612a7f816129d3565b92506080870135915060a087013567ffffffffffffffff80821115612aa357600080fd5b818901915089601f830112612ab757600080fd5b813581811115612ac957612ac9612a1e565b604051601f8201601f19908116603f01168101908382118183101715612af157612af1612a1e565b816040528281528c6020848701011115612b0a57600080fd5b8260208601602083013760006020848301015280955050505050509295509295509295565b801515811461063657600080fd5b60008060408385031215612b5057600080fd5b8235612b5b816129d3565b91506020830135612b6b81612b2f565b809150509250929050565b600060208284031215612b8857600080fd5b813560ff81168114611d4557600080fd5b60008060408385031215612bac57600080fd5b8235612bb7816129d3565b91506020830135612b6b816129d3565b600080600060608486031215612bdc57600080fd5b8335612be7816129d3565b92506020840135612bf7816129d3565b929592945050506040919091013590565b604080825283519082018190526000906020906060840190828701845b82811015612c4a5781516001600160a01b031684529284019290840190600101612c25565b5050508381038285015284518082528583019183019060005b81811015612c7f57835183529284019291840191600101612c63565b5090979650505050505050565b60008083601f840112612c9e57600080fd5b50813567ffffffffffffffff811115612cb657600080fd5b6020830191508360208260051b850101111561249857600080fd5b60008060208385031215612ce457600080fd5b823567ffffffffffffffff811115612cfb57600080fd5b612d0785828601612c8c565b90969095509350505050565b60008060008060808587031215612d2957600080fd5b8435612d34816129d3565b93506020850135612d44816129d3565b92506040850135612d54816129d3565b9396929550929360600135925050565b60008060008060808587031215612d7a57600080fd5b8435612d85816129d3565b93506020850135612d95816129d3565b9250604085013591506060850135612dac816129d3565b939692955090935050565b60008060408385031215612dca57600080fd5b8235612dd5816129d3565b946020939093013593505050565b60008060008060408587031215612df957600080fd5b843567ffffffffffffffff80821115612e1157600080fd5b612e1d88838901612c8c565b90965094506020870135915080821115612e3657600080fd5b50612e4387828801612c8c565b95989497509550505050565b600060208284031215612e6157600080fd5b8151611d45816129d3565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215612ec857600080fd5b8151611d4581612b2f565b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b60208082526044908201527f53747261746567794d616e616765722e6f6e6c7953747261746567795768697460408201527f656c69737465723a206e6f742074686520737472617465677957686974656c6960608201526339ba32b960e11b608082015260a00190565b602080825260409082018190527f53747261746567794d616e616765722e6f6e6c7944656c65676174696f6e4d61908201527f6e616765723a206e6f74207468652044656c65676174696f6e4d616e61676572606082015260800190565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561300b57600080fd5b8135611d4581612b2f565b60005b83811015613031578181015183820152602001613019565b83811115610bcc5750506000910152565b6000815180845261305a816020860160208601613016565b601f01601f19169290920160200192915050565b8281526040602082015260006128616040830184613042565b60006020828403121561309957600080fd5b81516001600160e01b031981168114611d4557600080fd5b6000602082840312156130c357600080fd5b5051919050565b634e487b7160e01b600052601160045260246000fd5b600082198211156130f3576130f36130ca565b500190565b60008282101561310a5761310a6130ca565b500390565b634e487b7160e01b600052603160045260246000fd5b634e487b7160e01b600052602160045260246000fd5b6000825161314d818460208701613016565b9190910192915050565b602081526000611d45602083018461304256fea2646970667358221220146c1ad6a1401bc2b1ccfbd918ffe061fc17a66e735e4302fa116fe5ef4afbd664736f6c634300080c0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x00000000000000000000000000000000000000000000000000000000000000ff"}},"0x0e801d84fa97b50751dbf25036d067dcf18858bf":{"nonce":1,"balance":"0x0","code":"0x6080806040526004361015610012575f80fd5b5f3560e01c9081630491b41c146113955750806308732461146113385780631f9b74e0146112e457806320b66298146110b65780632550477714610f4b5780632cd9594014610e4f5780633ca5a5f514610e1d5780634bd26e0914610dde5780635401ed2714610db65780635e5a677514610d945780635f1f2d7714610a8557806366acfefe146109f15780636d14a987146109ad5780637c1723471461099357806381c07502146107545780639f3ccf65146106fb578063ac6bfb03146106ad578063adc804da14610645578063b6904b7814610605578063bc9a40c3146105ca578063bd29b8cd1461054c578063c46778a514610512578063c601527d146104bf578063c8294c5614610474578063d5eccc0514610416578063dd9846b9146103ef578063df5cf723146103ab578063f2be94ae1461033c578063f851e198146102de578063fa28c6271461028b5763ff694a7714610171575f80fd5b346102875760603660031901126102875761018a6113c3565b61019261156c565b906044356001600160401b038111610287576101b2903690600401611582565b6101ba611c77565b6101d28260ff165f52600160205260405f2054151590565b6102245760ff926101e66101ec92846121b2565b8261214f565b165f52600160205261022260405f2060405190610208826114d7565b63ffffffff431682525f60208301525f6040830152611810565b005b60405162461bcd60e51b815260206004820152603560248201527f5374616b6552656769737472792e696e697469616c697a6551756f72756d3a2060448201527471756f72756d20616c72656164792065786973747360581b6064820152608490fd5b5f80fd5b346102875760206001600160601b036102d06102ca6102a936611627565b90825f949394526002875260405f2060ff82165f52875260405f20936126ae565b906113e3565b505460401c16604051908152f35b346102875760403660031901126102875760606103046102fc6113d3565b600435611770565b61033a60405180926001600160601b036040809263ffffffff815116855263ffffffff6020820151166020860152015116910152565bf35b346102875760803660031901126102875760206001600160601b0360406103616113c3565b610369611559565b906044355f526002855260ff835f2091165f5284526103a0610399610393845f20606435906113e3565b506116ce565b9182612547565b015116604051908152f35b34610287575f366003190112610287576040517f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b03168152602090f35b3461028757602061040861040236611627565b916126ae565b63ffffffff60405191168152f35b346102875760203660031901126102875760ff6104316113c3565b165f90815260016020526040902080545f198101908111610460576102d06001600160601b03916020936113e3565b634e487b7160e01b5f52601160045260245ffd5b346102875760603660031901126102875760206001600160601b0360406104996113c3565b60ff6104a3611559565b91165f52600184526103a0610399610393604435855f206113e3565b34610287576040366003190112610287576104d86113c3565b602435906001600160401b038211610287576104fb610222923690600401611582565b90610504611b4c565b61050d8161187a565b6121b2565b346102875760203660031901126102875760ff61052d6113c3565b165f525f60205260206001600160601b0360405f205416604051908152f35b34610287576040366003190112610287576004356024356001600160401b0381116102875761057f903690600401611428565b61058a929192611c77565b5f5b81811061059557005b806105c36105a660019385886116ae565b3560f81c6105b38161187a565b6105bd8187611d29565b9061207a565b500161058c565b34610287576040366003190112610287576102226105e66113c3565b6105ee61156c565b906105f7611b4c565b6106008161187a565b61214f565b346102875760403660031901126102875760ff6106206113c3565b610628611715565b50165f526001602052606061030461039360243560405f206113e3565b346102875760403660031901126102875760ff6106606113c3565b610668611733565b50165f526003602052604061068a610684602435835f206113e3565b5061174b565b6001600160601b03602083519260018060a01b0381511684520151166020820152f35b34610287576060366003190112610287576106c66113c3565b6106ce611715565b506024355f52600260205260ff60405f2091165f52602052606061030461039360405f20604435906113e3565b34610287576040366003190112610287576107146113c3565b60ff60243591165f52600460205260405f2080548210156102875760209161073b916113e3565b905460405160039290921b1c6001600160a01b03168152f35b346102875760403660031901126102875760043563ffffffff8116809103610287576024356001600160401b03811161028757610795903690600401611428565b9061079f82611542565b926107ad6040519485611521565b8284526107b983611542565b602085019390601f19013685375f5b818110610819578486604051918291602083019060208452518091526040830191905f5b8181106107fa575050500390f35b825163ffffffff168452859450602093840193909201916001016107ec565b6108248183866116ae565b3560f81c6108318161187a565b805f52600160205260405f2080541561097f575f528363ffffffff60205f205416116108ee57805f52600160205260405f20545f5b818110610879575b5050506001016107c8565b825f52600160205260405f2061088f8284611708565b5f198101908111610460576108aa63ffffffff9189936113e3565b50541611156108bb57600101610866565b906108c69250611708565b5f198101919082116104605763ffffffff600192166108e582896116ba565b5290878061086e565b60405162461bcd60e51b815260206004820152605b60248201527f5374616b6552656769737472792e676574546f74616c5374616b65496e64696360448201527f65734174426c6f636b4e756d6265723a2071756f72756d20686173206e6f207360648201527f74616b6520686973746f727920617420626c6f636b4e756d6265720000000000608482015260a490fd5b634e487b7160e01b5f52603260045260245ffd5b34610287575f366003190112610287576020604051818152f35b34610287575f366003190112610287576040517f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03168152602090f35b34610287576109ff36611455565b929091610a0a611c77565b5f935f5b818110610a29576040516001600160c01b0387168152602090f35b80610a62610a3a60019385896116ae565b3560f81c610a478161187a565b610a518782611918565b15610a69575b6105bd908288611ecd565b5001610a0e565b5083811b60c085901b859003908116991698909817975f610a57565b3461028757604036600319011261028757610a9e6113c3565b602435906001600160401b038211610287573660238301121561028757816004013591610aca83611542565b92610ad86040519485611521565b8084526024602085019160051b8301019136831161028757602401905b828210610d8457505050610b07611b4c565b610b108161187a565b8151908115610d195760ff1691825f52600360205260405f20835f52600460205260405f20935f5b848110610b4157005b817f31fa2e2cd280c9375e13ffcf3d81e2378100186e4058f8d3ddb690b82dcd31f76020610b79610b7285896116ba565b51876113e3565b50546040516001600160a01b039091168152a2817f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a756040610bbd610b7285896116ba565b505481516001600160a01b0390911681525f6020820152a282545f19810190811161046057610bec90846113e3565b50610c01610bfa83876116ba565b51856113e3565b610cd857818103610ceb575b505082548015610cc4575f1901610c2481856113e3565b610cd8575f9055835585545f19810190811161046057610c47610c9191886113e3565b905460039190911b1c6001600160a01b0316610c6d610c6684886116ba565b51896113e3565b81546001600160a01b0393841660039290921b91821b9390911b1916919091179055565b8554908115610cc4576001915f1901610caa81896113e3565b815490858060a01b039060031b1b19169055875501610b38565b634e487b7160e01b5f52603160045260245ffd5b634e487b7160e01b5f525f60045260245ffd5b815481546001600160a01b039091166001600160a01b03199182168117835592541690911790558680610c0d565b60405162461bcd60e51b815260206004820152603d60248201527f5374616b6552656769737472792e72656d6f7665537472617465676965733a2060448201527f6e6f20696e646963657320746f2072656d6f76652070726f76696465640000006064820152608490fd5b8135815260209182019101610af5565b34610287575f366003190112610287576020604051670de0b6b3a76400008152f35b346102875760403660031901126102875760206001600160601b0360406103a06102fc6113d3565b3461028757604036600319011261028757610df76113d3565b6004355f52600260205260ff60405f2091165f52602052602060405f2054604051908152f35b346102875760203660031901126102875760ff610e386113c3565b165f526003602052602060405f2054604051908152f35b3461028757604036600319011261028757610e686113d3565b6004355f52600260205260ff60405f2091165f5260205260405f20805490610e8f82611542565b91610e9d6040519384611521565b8083526020830180925f5260205f205f915b838310610f2e578486604051918291602083019060208452518091526040830191905f5b818110610ee1575050500390f35b919350916020606082610f2060019488516001600160601b036040809263ffffffff815116855263ffffffff6020820151166020860152015116910152565b019401910191849392610ed3565b600160208192610f3d856116ce565b815201920192019190610eaf565b3461028757610f5936611455565b90610f65939293611c77565b610f6e8261167c565b92610f788361167c565b925f5b818110610fb057610f9e86610fac8760405193849360408552604085019061149b565b90838203602085015261149b565b0390f35b610fbb8183866116ae565b3560f81c90610fc98261187a565b610fd38483611918565b92909215611025578281610fed600195611009948d611ecd565b916001600160601b03611000868d6116ba565b9116905261207a565b6001600160601b0361101b83896116ba565b9116905201610f7b565b60405162461bcd60e51b815260206004820152605b60248201527f5374616b6552656769737472792e72656769737465724f70657261746f723a2060448201527f4f70657261746f7220646f6573206e6f74206d656574206d696e696d756d207360648201527f74616b6520726571756972656d656e7420666f722071756f72756d0000000000608482015260a490fd5b34610287576060366003190112610287576110cf6113c3565b6024356001600160401b038111610287576110ee9036906004016113f8565b916044356001600160401b0381116102875761110e9036906004016113f8565b9091611118611b4c565b6111218161187a565b841561127a5784820361120f5760ff1691825f52600360205260405f20935f5b86811061114a57005b8061119c61116361115e6001948888611658565b611668565b611178611171848c88611658565b358a6113e3565b5080546001600160a01b031660a09290921b6001600160a01b031916919091179055565b857f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a756111cc611171848c88611658565b50848060a01b039054166111e461115e858a8a611658565b604080516001600160a01b039390931683526001600160601b0391909116602083015290a201611141565b60405162461bcd60e51b815260206004820152603960248201527f5374616b6552656769737472792e6d6f6469667953747261746567795061726160448201527f6d733a20696e707574206c656e677468206d69736d61746368000000000000006064820152608490fd5b608460405162461bcd60e51b815260206004820152604060248201527f5374616b6552656769737472792e6d6f6469667953747261746567795061726160448201527f6d733a206e6f20737472617465677920696e64696365732070726f76696465646064820152fd5b34610287576040366003190112610287576112fd6113c3565b602435906001600160a01b038216820361028757602091816113216113269361187a565b611918565b506001600160601b0360405191168152f35b34610287576040366003190112610287576113516113c3565b60ff60243591165f52600360205260405f20805482101561028757604091611378916113e3565b505481516001600160a01b038216815260a09190911c6020820152f35b346102875760203660031901126102875760209060ff6113b36113c3565b165f526001825260405f20548152f35b6004359060ff8216820361028757565b6024359060ff8216820361028757565b805482101561097f575f5260205f2001905f90565b9181601f84011215610287578235916001600160401b038311610287576020808501948460051b01011161028757565b9181601f84011215610287578235916001600160401b038311610287576020838186019501011161028757565b6060600319820112610287576004356001600160a01b0381168103610287579160243591604435906001600160401b0382116102875761149791600401611428565b9091565b90602080835192838152019201905f5b8181106114b85750505090565b82516001600160601b03168452602093840193909201916001016114ab565b606081019081106001600160401b038211176114f257604052565b634e487b7160e01b5f52604160045260245ffd5b604081019081106001600160401b038211176114f257604052565b90601f801991011681019081106001600160401b038211176114f257604052565b6001600160401b0381116114f25760051b60200190565b6024359063ffffffff8216820361028757565b602435906001600160601b038216820361028757565b81601f820112156102875780359061159982611542565b926115a76040519485611521565b82845260208085019360061b8301019181831161028757602001925b8284106115d1575050505090565b60408483031261028757604051906115e882611506565b84356001600160a01b03811681036102875782526020850135906001600160601b038216820361028757826020928360409501528152019301926115c3565b6060906003190112610287576004359060243560ff81168103610287579060443563ffffffff811681036102875790565b919081101561097f5760051b0190565b356001600160601b03811681036102875790565b9061168682611542565b6116936040519182611521565b82815280926116a4601f1991611542565b0190602036910137565b9082101561097f570190565b805182101561097f5760209160051b010190565b906040516116db816114d7565b60406001600160601b0382945463ffffffff8116845263ffffffff8160201c166020850152821c16910152565b9190820391821161046057565b60405190611722826114d7565b5f6040838281528260208201520152565b6040519061174082611506565b5f6020838281520152565b9060405161175881611506565b91546001600160a01b038116835260a01c6020830152565b90611779611715565b50815f52600260205260405f2060ff82165f5260205260405f20549061179d611715565b92826117a95750505090565b909192505f52600260205260ff60405f2091165f5260205260405f205f198201918211610460576117dd91610393916113e3565b90565b906bffffffffffffffffffffffff60401b82549160401b16906bffffffffffffffffffffffff60401b1916179055565b8054600160401b8110156114f25761182d916001820181556113e3565b610cd8578151815460208085015167ffffffff00000000911b1663ffffffff90921667ffffffffffffffff1990911617178155611878916001600160601b03906040015116906117e0565b565b6118929060ff165f52600160205260405f2054151590565b1561189957565b60405162461bcd60e51b815260206004820152603160248201527f5374616b6552656769737472792e71756f72756d4578697374733a2071756f726044820152701d5b48191bd95cc81b9bdd08195e1a5cdd607a1b6064820152608490fd5b906001600160601b03809116911601906001600160601b03821161046057565b919060ff5f931690815f52600360205260405f20549060405161193a81611506565b5f8082526020918201819052848152600480835260408083208151639004134760e01b81526001600160a01b03909616928601929092526024850152805460448501819052908252918120839260648401925b818110611b2a57505f939283900391508290507f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b03165afa908115611b1f575f91611a8f575b505f5b828110611a0a575050505f525f6020526001600160601b0360405f2054166001600160601b038316101590565b835f526003602052611a226106848260405f206113e3565b611a2c82846116ba565b51611a3b575b506001016119dd565b6001600160601b036020611a5284869a959a6116ba565b519201511690818102918183041490151715610460576001916001600160601b03670de0b6b3a7640000611a88930416906118f8565b9590611a32565b90503d805f833e611aa08183611521565b810190602081830312610287578051906001600160401b03821161028757019080601f83011215610287578151611ad681611542565b92611ae46040519485611521565b81845260208085019260051b82010192831161028757602001905b828210611b0f575050505f6119da565b8151815260209182019101611aff565b6040513d5f823e3d90fd5b82546001600160a01b031684528594506020909301926001928301920161198d565b604051638da5cb5b60e01b81526020816004817f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03165afa908115611b1f575f91611c35575b506001600160a01b03163303611bab57565b60405162461bcd60e51b815260206004820152605660248201527f5374616b6552656769737472792e6f6e6c79436f6f7264696e61746f724f776e60448201527f65723a2063616c6c6572206973206e6f7420746865206f776e6572206f6620746064820152753432903932b3b4b9ba393ca1b7b7b93234b730ba37b960511b608482015260a490fd5b90506020813d602011611c6f575b81611c5060209383611521565b8101031261028757516001600160a01b0381168103610287575f611b99565b3d9150611c43565b7f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03163303611ca957565b60405162461bcd60e51b815260206004820152604c60248201527f5374616b6552656769737472792e6f6e6c795265676973747279436f6f72646960448201527f6e61746f723a2063616c6c6572206973206e6f7420746865205265676973747260648201526b3ca1b7b7b93234b730ba37b960a11b608482015260a490fd5b5f90805f52600260205260405f2060ff84165f5260205260405f205480155f14611dd057505f51602061283d5f395f51905f5260406001600160601b0394835f526002602052815f2060ff82165f52602052611da6825f20835190611d8d826114d7565b63ffffffff431682525f60208301525f85830152611810565b60ff8251911681525f6020820152a2165f81810391125f82128116905f8313901516176104605790565b908092505f52600260205260405f2060ff84165f5260205260405f20905f19810190811161046057611e01916113e3565b50908154916001600160601b038360401c16928315611ec4576001600160601b03945f51602061283d5f395f51905f529260409263ffffffff43811691168103611e665750805473ffffffffffffffffffffffff000000000000000019169055611da6565b815467ffffffff000000001916602082901b67ffffffff000000001617909155611ebf90855f526002602052835f2060ff84165f52602052835f20845191611ead836114d7565b82525f60208301525f85830152611810565b611da6565b50505050505f90565b9190915f90805f52600260205260405f2060ff85165f5260205260405f205480155f14611f7c57505f51602061283d5f395f51905f5260406001600160601b038095845f526002602052825f2060ff89165f52602052611f50835f20845190611f35826114d7565b63ffffffff431682525f602083015284841686830152611810565b60ff8351981688521695866020820152a216905f82820392128183128116918313901516176104605790565b908092505f52600260205260405f2060ff85165f5260205260405f20905f19810190811161046057611fad916113e3565b50908154916001600160601b038360401c16926001600160601b0385169081851461206f57855f51602061283d5f395f51905f52936001600160601b039763ffffffff6040958a9582431692839116145f1461201357505061200e916117e0565b611f50565b835467ffffffff000000001916602083901b67ffffffff00000000161790935561200e92909150875f526002602052855f2060ff8c165f52602052855f209086519261205e846114d7565b83525f602084015286830152611810565b505050505050505f90565b60ff165f81815260016020526040902080549192915f198101908111610460576120a3916113e3565b5090801561213c5763ffffffff6120c88354926001600160601b038460401c166127f3565b938492438316921682036120e15750506117dd916117e0565b835467ffffffff000000001916602083901b67ffffffff0000000016179093556117dd929091505f52600160205260405f2060405191612120836114d7565b82525f60208301526001600160601b0384166040830152611810565b506001600160601b0391505460401c1690565b602060ff7f26eecff2b70b0a71104ff4d940ba7162d23a95c248771fc487a7be17a596b3cf921692835f525f82526001600160601b0360405f20911690816001600160601b0319825416179055604051908152a2565b9190820180921161046057565b8151156124ef5760ff8251911691825f52600360205260405f20549260206121da84866121a5565b11612489575f925b8084106121f0575050505050565b90919293945f5b61220186886121a5565b81101561229d57835f52600360205261221d8160405f206113e3565b50546001600160a01b039081169061223588886116ba565b51511614612245576001016121f7565b60405162461bcd60e51b815260206004820152603d60248201525f51602061285d5f395f51905f5260448201527f3a2063616e6e6f74206164642073616d652073747261746567792032780000006064820152608490fd5b509493929190926001600160601b0360206122b883866116ba565b510151161561242257815f52600360205260405f206122d782856116ba565b51908054600160401b8110156114f2576122f6916001820181556113e3565b610cd85781516020929092015160a01b6001600160a01b0319166001600160a01b03929092169190911790555f828152600460205260409020906001600160a01b0361234282866116ba565b515116825490600160401b8210156114f257610c6d8260019586612368950181556113e3565b827f10565e56cacbf32eca267945f054fec02e59750032d113d3302182ad967f54046020848060a01b0361239c85896116ba565b515116604051908152a2827f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75838060a01b036123d884886116ba565b5151166001600160601b0360206123ef868a6116ba565b510151604080516001600160a01b0394909416845291166001600160601b03166020830152819081010390a201926121e2565b60405162461bcd60e51b815260206004820152604660248201525f51602061285d5f395f51905f5260448201527f3a2063616e6e6f74206164642073747261746567792077697468207a65726f206064820152651dd95a59da1d60d21b608482015260a490fd5b60405162461bcd60e51b815260206004820152604560248201525f51602061285d5f395f51905f5260448201527f3a20657863656564204d41585f5745494748494e475f46554e4354494f4e5f4c60648201526408a9c8ea8960db1b608482015260a490fd5b60405162461bcd60e51b815260206004820152603860248201525f51602061285d5f395f51905f5260448201527f3a206e6f20737472617465676965732070726f766964656400000000000000006064820152608490fd5b63ffffffff808251169216918210612624576020015163ffffffff16801591821561261a575b50501561257657565b60405162461bcd60e51b815260206004820152606a60248201527f5374616b6552656769737472792e5f76616c69646174655374616b655570646160448201527f74654174426c6f636b4e756d6265723a2074686572652069732061206e65776560648201527f72207374616b6555706461746520617661696c61626c65206265666f726520626084820152693637b1b5a73ab6b132b960b11b60a482015260c490fd5b1090505f8061256d565b60405162461bcd60e51b815260206004820152605660248201527f5374616b6552656769737472792e5f76616c69646174655374616b655570646160448201527f74654174426c6f636b4e756d6265723a207374616b6555706461746520697320606482015275333937b69030b33a32b910313637b1b5a73ab6b132b960511b608482015260a490fd5b929190835f52600260205260405f2060ff82165f5260205260405f2054805b6127925760405162461bcd60e51b815260206004820152608160248201527f5374616b6552656769737472792e5f6765745374616b65557064617465496e6460448201527f6578466f724f70657261746f724174426c6f636b4e756d6265723a206e6f207360648201527f74616b652075706461746520666f756e6420666f72206f70657261746f72496460848201527f20616e642071756f72756d4e756d62657220617420626c6f636b206e756d626560a4820152603960f91b60c482015260e490fd5b845f52600260205260405f2060ff83165f5260205260405f205f19820190828211610460576127c68263ffffffff926113e3565b50541663ffffffff851610156127e657508015610460575f1901806126cd565b63ffffffff169450505050565b905f81121561282857600160ff1b8114610460576001600160601b0380915f03169116036001600160601b0381116104605790565b906001600160601b036117dd9216906118f856fe2f527d527e95d8fe40aec55377743bb779087da3f6d0d08f12e36444da62327d5374616b6552656769737472792e5f6164645374726174656779506172616d73a26469706673582212209884db44aa4b5097259eafe1bbb87f35f333cc2decdb19942bf07a7970ae76dd64736f6c634300081b0033","storage":{}},"0x1003ff39d25f2ab16dbcc18ece05a9b6154f65f4":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x11e8f3ea3c6fcf12ecff2722d75cefc539c51a1c":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x145e2dc5c8238d1be628f87076a37d4a26a78544":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x14dc79964da2c08b23698b3d3cc7ca32193d9955":{"nonce":2,"balance":"0x21e5f445b3cf707f40e","code":"0x","storage":{}},"0x15d34aaf54267db7d7c367839aaf71a00a2c6a65":{"nonce":2,"balance":"0x21e5f445b3cf707f40e","code":"0x","storage":{}},"0x1613beb3b2c4f22ee086b2b38c1476a3ce7f78e8":{"nonce":1,"balance":"0x0","code":"0x60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033","storage":{"0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c98528","0x3617319a054d772f909f7c479a2cebe5066e836a939412e32403c99029b92eff":"0x0000000000000000000000000000000000000000000000000000000000000001","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e","0xcfb339bd1c51c488f6134f4ac63d1594afad827b3401c3fc51ed1da74a8ca14e":"0x0000000000000000000000000000000000000000000000000000000000000025"}},"0x16adfbefdefd488c992086d472a4ca577a0e5e54":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x1aac82773cb722166d7da0d5b0fa35b0307dd99d":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x1bcb8e569eedab4668e55145cfeaf190902d3cf2":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x1c87bb9234aec6adc580eae6c8b59558a4502220":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x1cbd3b2770909d4e10f157cabc84c7264073c9ec":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x225356ff5d64889d7364be2c990f93a66298ee8d":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6":{"nonce":1,"balance":"0x0","code":"0x60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0000000000000000000000000000000000000000000000000000000000000033":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000000000000000000000000000000000000000065":"0x0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0","0x0000000000000000000000000000000000000000000000000000000000000066":"0x000000000000000000000000000000000000000000000000000000000000001e","0x017aefba5c3ab1da2dab1a3c5aa95643ac2bee9a7ba056dcc62dc14e5c34d47f":"0x0000000000000000000000000000000000000000000000000000000000000000","0x025404a9b80868d34da04ea8ccfed32ca6458eda731e22adadd79dff0a4f9f5d":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0a53bcba6192608baf3d979794bfaf123c6d77b7debeafe03d6d84654565852f":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0de71f7313e09211342a792ede3fc0b9c9023a902194db0e1996006311cd63c4":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0eff5b567e8e5532f921239c67fbbbf2117486e9d073268874c8aa4aa9310d73":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0f3c73f7e774eb863eb896281a670f8d65da435168ad97605aee5378a235939b":"0x0000000000000000000000000000000000000000000000000000000000000000","0x100b92d405499c3de7f4a1e8085709adcf550341c269b620c70ea9255439afcd":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1393a1d70b9b844090bd72cf75acdf0f029e51c7f20dc19f709114e90291f857":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1633aa2ef57ce52d4c67eeb1ceecaebbfda5ceef2e19ba607b88650c0a47f202":"0x0000000000000000000000000000000000000000000000000000000000000000","0x18340c526f800ce75b70c8dacc3e325d9e8e19598a1735e88ff1fa6b8878b976":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1bfb005f6126ff0b966b46dd0f309173020b7907413b19a0e25be39de741400e":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1c01b1e58cad7c9f9ca8c72484653766d6bcbfaf0aefe83ed23dc5545c6cdb43":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1dd10bba900ac0b327e085cc18faa1ab66d3f0a7654ca8836111e1efb6e2f7d3":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1e7f66e4a7f275f374911598389f07268f88053c311197bb2c938d8c5ae0e082":"0x0000000000000000000000000000000000000000000000000000000000000000","0x207a8f91847f8924ea4cb84450821e0891ac96fa9fff39f74231ad613da21a5f":"0x0000000000000000000000000000000000000000000000000000000000000000","0x22080c2d09fb6263ea337b1286f91fb1d59ab7752e5928a2a1e7d9808bbe8bed":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2370238976c7b47e6e4f4992d7c15e466a211919406b88b4ccbe8622e8fcc1a8":"0x0000000000000000000000000000000000000000000000000000000000000000","0x238b2fb9a4fdf453215593b19c7836a559c96acf9012c7a27c028972d6f85803":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2741f036ca735951dede4f893d9b9483d47b1e8395a23f9d071cd97d477eefae":"0x0000000000000000000000000000000000000000000000000000000000000000","0x27eb720cf23598b52171a640c6e16cac7c5a8987f218f1c06aa20470479d7e5c":"0x0000000000000000000000000000000000000000000000000000000000000000","0x28caeeec3909ba55f21c7e4ab1801af2c2a7c50b143dba163368911296923b54":"0x0000000000000000000000000000000000000000000000000000000000000000","0x28fddee6c25d6fdaf9811f0d1df614b893c3fdec5253af2c22aac12fe89e77b9":"0x0000000000000000000000000000000000000000000000000000000000000000","0x29779eec92e7ff8e3eb36b871f50073850ad10444c6dcce08229f3361b74d347":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2b00b187602dc8cf515130478fe8e8ba45062f6a7ae413ba1f023894b0f0036b":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2d845e296cc0208f61091b62f592701dedaf4a9d0e4525d8ef4e48b207d95f4d":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2dc72bbabc152c7252825a47cd34e595a2701a182c945d9973a88af03a8c1785":"0x0000000000000000000000000000000000000000000000000000000000000000","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x000000000000000000000000959922be3caee4b8cd9a407cc3ac1c251c2007b1","0x386ca4caf6b5d029b6056a7ab8ca7941f9c6f68fcf59a75e75818295fb25dee7":"0x0000000000000000000000000000000000000000000000000000000000000000","0x3a3d0c39bf923b98872ee804839e8c5fc70deeba2888de03892f075226a93dd9":"0x0000000000000000000000000000000000000000000000000000000000000000","0x3b18158e653473375b1bcaf68bfd70768a802f10f1757cf5861cac785bb20633":"0x0000000000000000000000000000000000000000000000000000000000000000","0x3c4c5c0b2c2de8d375d7ab1a0b99d4e8c71bac4e9ab19ef3192e2b305229944e":"0x0000000000000000000000000000000000000000000000000000000000000000","0x3cd210789afc22f078e06a51cf159da27eacedb02758343da028623e641d4f83":"0x0000000000000000000000000000000000000000000000000000000000000000","0x3d717104b42fdc487d2ece58f6f1c2af356b98acdfaaa51d6ef0f8d3d7b2b86c":"0x0000000000000000000000000000000000000000000000000000000000000000","0x3e31176190450c9a4f3266e36956229d42460bc115e5cc5651665e4bf1f86fde":"0x0000000000000000000000000000000000000000000000000000000000000000","0x40dc23498734a2815b1289394a4a2a397d278c32c387d1259c25c43a46604967":"0x0000000000000000000000000000000000000000000000000000000000000000","0x443d6f0681ad42c3e0de6d6e7e2318f28aed550d0c90289c598f9dca1aa97db3":"0x0000000000000000000000000000000000000000000000000000000000000000","0x446bb4fdaa9c506ef15ad3e858f9288806d20b568244efdff71bb575bd031dd4":"0x0000000000000000000000000000000000000000000000000000000000000000","0x469a8828c178b6ed2e6e967f91f5fcdaae0f027cc5adaa434c35467e7e591eba":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4bd1a248598516933914f7c6a6034a5ceb25277f3805df0b4c6bc6d58e8df63b":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4c397a6e9902dc63365089322fd5b7c2095100b4bbb5105e284113747585abbd":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4d262569b8595c19c31a0f1b1b57b7a133c94d8a1848b4977f83ed69ac771109":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4de894e1d58718b5665dfc7f5b710366eedb61ce74a9aff71b84570a7d93df0c":"0x0000000000000000000000000000000000000000000000000000000000000000","0x5198c4d0ef0d0dff50c7cdf0b0c169a8058deb467803638255c839040d6cffb6":"0x0000000000000000000000000000000000000000000000000000000000000000","0x5236044366448d26983d66514b13115e8d12f10e5de35822113436247c4836b1":"0x0000000000000000000000000000000000000000000000000000000000000000","0x566f9d80e905d575d7553a2963e58bc4872a486b224e7e45d1f7ccabb5f1dc81":"0x0000000000000000000000000000000000000000000000000000000000000000","0x597c3a78677fd3652996acdd7c56ea31e33bcdcdb9fd461136afc6312a1d6d49":"0x0000000000000000000000000000000000000000000000000000000000000000","0x5c0303bf43fa83aad7ab86a176f351a262bce4957fc64d3f0d935bd3db8262ce":"0x0000000000000000000000000000000000000000000000000000000000000000","0x5ca66219b7ce04fec4ffe5dca348684c1061ab3a7cf389c143db7286407c2021":"0x0000000000000000000000000000000000000000000000000000000000000000","0x5e32a917639086de95162f1342d5e631be0466dbfe4032c8a8a5c0b7cd458cb6":"0x0000000000000000000000000000000000000000000000000000000000000000","0x62610fa3edfb288964ab81be69dc6bb2d586d8f41fa1863b2c8a9103284a11ef":"0x0000000000000000000000000000000000000000000000000000000000000000","0x67cd21b99f556aae1a6c5d3dd6904058397c338d816f868edbfcc25068ecc323":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6b4a04124946d37a612596a81b4699b513a201b0ed06b1fbd0b84be3f0c646ed":"0x0000000000000000000000000000000000000000000000000000000000000000","0x7252638e9537b92a07e7971413facd0d1d32e075f171550c9098ff9a973b94ab":"0x0000000000000000000000000000000000000000000000000000000000000000","0x797143b1c0dc30412a860f89c3c0c0b95983e77c7edd10fb0777124854fbfec4":"0x0000000000000000000000000000000000000000000000000000000000000000","0x7ed08af6bdd7a0c375bde387aff4975a6c9edf2ee2f3bbad902e0878b5e13ef1":"0x0000000000000000000000000000000000000000000000000000000000000000","0x80a7c00ae7ca5d410d9e9409cfd2592347b8f638ce474361dbb5ac93a03c81e3":"0x0000000000000000000000000000000000000000000000000000000000000000","0x81a38abe6cdf821bd61a0a7f850ab0f066d5b7c379214c427447572903f95384":"0x0000000000000000000000000000000000000000000000000000000000000000","0x82625232c2632d914343cf724c00813f6bef3918213ebc7ef5b005194b5b7f16":"0x0000000000000000000000000000000000000000000000000000000000000000","0x890197eddeef7a99039eedfed12ae7b7742025c9560b4cc1c26cd2ffae6c2b68":"0x0000000000000000000000000000000000000000000000000000000000000000","0x89357551bf329529cf61f8ae58779c02378fffad7892130b3e02ce9c432db349":"0x0000000000000000000000000000000000000000000000000000000000000000","0x8ee4c85154e3ebdc63c13f1fbda441db4e85f491c2e805c42543fc4cee48724c":"0x0000000000000000000000000000000000000000000000000000000000000000","0x952727ee84f6793ce2b65793186746c5612521727b0334cb38c5c1ee773dc315":"0x0000000000000000000000000000000000000000000000000000000000000000","0x95f67fa67c8915400b674f2ee9bb50879c889ac2a6a40f89cf86f0c6e9a04421":"0x0000000000000000000000000000000000000000000000000000000000000000","0x9655b2ef9788fd9b9d882457865bbb1c046823385d49223774cba503924cdf8c":"0x0000000000000000000000000000000000000000000000000000000000000000","0x97f85b0f31ef2ac63d62c131903c0aceae3460ca2dc641fc0bc1e2485894a7d4":"0x0000000000000000000000000000000000000000000000000000000000000000","0x9839e89904a9756a4a3ff61bae79da9af9ac17f85f161ea7dfde12d3b476a40d":"0x0000000000000000000000000000000000000000000000000000000000000000","0x9d39774e8efe6337566370c5ae412d86631a4cbf583be830bf17483edc8c2457":"0x0000000000000000000000000000000000000000000000000000000000000000","0x9e785299ea34a9481d9a8b9db845a134733d7608b8e26f95e6395f87f3490625":"0x0000000000000000000000000000000000000000000000000000000000000000","0xa1c255f4b4177460d5fc832a3df288de2f0a658fd010e69c115b890f5f09dd9a":"0x0000000000000000000000000000000000000000000000000000000000000000","0xa2ccb4b59e9710e838974c3aa528911d97be1a1577dcb24d75eb8a07d8624fd8":"0x0000000000000000000000000000000000000000000000000000000000000000","0xa3608d5b35120f13b88ae5e7379a81b2a204dc15cec5b444d4e1ca1e148c690a":"0x0000000000000000000000000000000000000000000000000000000000000000","0xa4a288c8f1ab4d99b8b71ccfc7a587e921aad96bee60704e512773d7abbc73ae":"0x0000000000000000000000000000000000000000000000000000000000000000","0xa9a550cdc2021cc49ba4e8b3cbf7c7e026c012c39c60915cfaab702648ff0be3":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb03c1d8a8855206d8f1a60ef13fe8ca0133e544612372e0bf9492485fffa4665":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb191138402de41f42cafcfb5ac8f654f89063fff2c8bb451ca4be42e2195b458":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb1f0bee038dec1cc338bc9d500809dffbb974e96520ad8b088eaa55e37252a27":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb41f69155ee7e8828a8d4d917e819e19c28c9c3671d26f570758d8702515f70d":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512","0xbbed94ee43ad8dc25c0f280657be25eac161dcc66395523da10db7015bc63ae2":"0x0000000000000000000000000000000000000000000000000000000000000000","0xbcba1a655201bf8d2bd7ee80cd8d5158c658fb6dd498b61789418a5f61cbab59":"0x0000000000000000000000000000000000000000000000000000000000000000","0xc08e12bc5fbb93846fc7f8767f5766d85d90cb37cdea4ec4a114071008d41df4":"0x0000000000000000000000000000000000000000000000000000000000000000","0xc0bfdc87e86ca4560aa132098db5554e502eca9488c550d23f4637a221cd6d69":"0x0000000000000000000000000000000000000000000000000000000000000000","0xc99104e74ea3dee5dd8b9932396279d855dc3fab84a167fd37b4136d447276d1":"0x0000000000000000000000000000000000000000000000000000000000000000","0xca6dcc01ab1f2bfe701a4af18ae650d51526b1452b35e6f13145a0f44a672b5d":"0x0000000000000000000000000000000000000000000000000000000000000000","0xcbb35128f7977519368f3f843d70ba6a036e878df4cf1aaf966a4682b111106f":"0x0000000000000000000000000000000000000000000000000000000000000000","0xcc3b850d34ee990099ab13b03f2ae430c56b5c1694ab614e27c26ab04efcb56e":"0x0000000000000000000000000000000000000000000000000000000000000000","0xcf12883c0efa64ef4a106bff64685433c1d7aa1316b9289d7b2e1186b1f32f47":"0x0000000000000000000000000000000000000000000000000000000000000000","0xcf3675944c3d43ca7e07ccff77a7e918455a2acae903e1d64f79985d7257353f":"0x0000000000000000000000000000000000000000000000000000000000000000","0xd1f67244d7f1592a5789ba6e37307b5d5d509c73ae17c52282347b2cb85546b6":"0x0000000000000000000000000000000000000000000000000000000000000000","0xd217710a0c414a0f43791db2b6df0b24fa10e2744800f58caf0c33ca34de7572":"0x0000000000000000000000000000000000000000000000000000000000000000","0xd28ede4c0286495384528324134a1916c34fccca41892f3c3d7ff5b7b8eb1e20":"0x0000000000000000000000000000000000000000000000000000000000000000","0xd2dd2467175a01517406c1ccd6f71a1f0565aeca427e9390e8722cc7b213fca8":"0x0000000000000000000000000000000000000000000000000000000000000000","0xd8b6b5448d90c3f7d34cd3e01f2d32f24abf9bb3712610f0dc345bafab64f86c":"0x0000000000000000000000000000000000000000000000000000000000000000","0xdb8013aec13e317a941f816e69f97d6e5a504a44e45bd5c3ea290b96776661b3":"0x0000000000000000000000000000000000000000000000000000000000000000","0xdd2f027e0b453595c5bf38e6b021383e71154d48d02a6c516179e62e33003233":"0x0000000000000000000000000000000000000000000000000000000000000000","0xe33b1e9e845f441a762da846325b71d19c31bd88da797505f1a222b11520df32":"0x0000000000000000000000000000000000000000000000000000000000000000","0xef01b8890ceae86e9d9558315290cd0b6a727187535759e0848739239435e1c1":"0x0000000000000000000000000000000000000000000000000000000000000000","0xf30b40d9f7eda275f0c971d203517a454796ba4a4e6ac0b621447d6a429a738f":"0x0000000000000000000000000000000000000000000000000000000000000000","0xf76261352269f076f5083fc868f9305a11ec8b3c1409d30c4452b6d3ca084eae":"0x0000000000000000000000000000000000000000000000000000000000000000","0xf88c41002e35f0bdecdcdbe2085c9bad166d9cf6583760609c2eb4e5be0e80d7":"0x0000000000000000000000000000000000000000000000000000000000000000","0xfd576f48ab0fab85cf3bd2faf87009b68805c1646ff62d25fe8290a91749a2b9":"0x0000000000000000000000000000000000000000000000000000000000000000","0xfdc10ad373e0e13a6f08491ec811e31456c414e032289201d3b2876b95591f58":"0x0000000000000000000000000000000000000000000000000000000000000000"}},"0x23618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f":{"nonce":2,"balance":"0x21e5f445b3cf707f40e","code":"0x","storage":{}},"0x2546bcd3c84621e976d8185a91a922ae77ecec30":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x262595fa2a3a86adacde208589614d483e3ef1c0":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x265188114eb5d5536bc8654d8e9710fe72c28c4d":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x2f4f06d218e426344cfe1a83d53dad806994d325":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x35304262b9e87c00c430149f28dd154995d01207":{"nonce":2,"balance":"0x4563918244c7e622","code":"0x","storage":{}},"0x36c02da8a0983159322a80ffe9f24b1acff8b570":{"nonce":1,"balance":"0x0","code":"0x60806040526004361015610011575f80fd5b5f3560e01c8062cf2ab51461034357806303fd34921461033e57806304ec635114610339578063054310e6146103345780630cf4b7671461032f5780630d3f21341461032a57806310d67a2f14610325578063125e05841461032057806313542a4e1461031b578063136439dd146103165780631478851f146103115780631eb812da1461030c578063249a0c421461030757806328f61b3114610302578063296bb064146102fd57806329d1e0c3146102f85780632cdd1e86146102f35780633998fdd3146102ee5780633c2a7f4c146102e95780635140a548146102e45780635865c60c146102df578063595c6a67146102da5780635ac86ab7146102d55780635b0b829f146102d05780635c975abb146102cb5780635df45946146102c65780636347c900146102c157806368304835146102bc5780636e3b17db146102b7578063715018a6146102b257806384ca5213146102ad578063871ef049146102a8578063886f1195146102a35780638da5cb5b1461029e5780639aa1653d146102995780639b5d177b146102945780639e9923c21461028f5780639feab8591461028a578063a50857bf14610285578063a96f783e14610280578063c391425e1461027b578063ca0de88214610276578063ca4f2d9714610271578063d72d8dd61461026c578063d75b4c8814610267578063dd8283f314610262578063e65797ad1461025d578063ea32afae14610258578063f2fde38b14610253578063fabc1cbc1461024e5763fd39105a14610249575f80fd5b612188565b612076565b611fe5565b611fa1565b611f0d565b611e6e565b611c50565b611b90565b611b43565b611b09565b611a65565b611a09565b6118a2565b611868565b611824565b61175b565b611698565b611670565b611645565b611615565b61159f565b611498565b61132f565b6112eb565b611291565b61121f565b611202565b611165565b6110d7565b61104f565b610fe3565b610d39565b610ccd565b610c89565b610c5c565b610c2f565b610b8c565b610b64565b610b32565b610ab8565b610a89565b61094d565b610912565b6108d7565b61080c565b6107cd565b6106ed565b6105e4565b610485565b61044d565b61037c565b9181601f84011215610378578235916001600160401b038311610378576020808501948460051b01011161037857565b5f80fd5b34610378576020366003190112610378576004356001600160401b038111610378576103ac903690600401610348565b906103c46103be600480600154161490565b156121ce565b5f5b8281106103cf57005b806104476103e0600193868661221a565b356103ea816107ee565b838060a01b0381165f52609960205260405f2061042060ff866040519361041085610620565b8054855201541660208301612237565b61044161043c6104308351612dd5565b6001600160c01b031690565b612e77565b91612f7d565b016103c6565b34610378576020366003190112610378576004355f526098602052602060405f2054604051908152f35b63ffffffff81160361037857565b34610378576060366003190112610378576024356104c56104bf6004356104ab84610477565b604435905f52609860205260405f20611277565b50612269565b63ffffffff8082511692169182106105495760408161050d610535946104f5602061051b96015163ffffffff1690565b9063ffffffff821615918215610539575b505061229a565b01516001600160c01b031690565b6040516001600160c01b0390911681529081906020820190565b0390f35b63ffffffff161190505f80610506565b60405162461bcd60e51b815260206004820152605a60248201527f526567436f6f72642e67657451756f72756d4269746d61704174426c6f636b4e60448201527f756d6265724279496e6465783a2071756f72756d4269746d617055706461746560648201527f2069732066726f6d20616674657220626c6f636b4e756d626572000000000000608482015260a490fd5b5f91031261037857565b34610378575f36600319011261037857609d546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b604081019081106001600160401b0382111761063b57604052565b61060c565b606081019081106001600160401b0382111761063b57604052565b90601f801991011681019081106001600160401b0382111761063b57604052565b6040519061068b60408361065b565b565b6040519061068b60608361065b565b6001600160401b03811161063b57601f01601f191660200190565b9291926106c38261069c565b916106d1604051938461065b565b829481845281830111610378578281602093845f960137010152565b34610378576020366003190112610378576004356001600160401b03811161037857366023820112156103785761072e9036906024816004013591016106b7565b335f52609960205260ff600160405f2001541660038110156107c85760010361076c57335f90815260996020526040902061076a919054613053565b005b60405162461bcd60e51b815260206004820152602e60248201527f526567436f6f72642e757064617465536f636b65743a206f70657261746f722060448201526d1b9bdd081c9959da5cdd195c995960921b6064820152608490fd5b610fb8565b34610378576020366003190112610378576004356107e9613113565b60a055005b6001600160a01b0381160361037857565b6064359061068b826107ee565b34610378576020366003190112610378576004803561082a816107ee565b5f5460405163755b36bd60e11b815292602091849190829060101c6001600160a01b03165afa9182156108ab5761076a92610877915f9161087c575b506001600160a01b03163314612352565b61316b565b61089e915060203d6020116108a4575b610896818361065b565b810190612332565b5f610866565b503d61088c565b612347565b6004359061068b826107ee565b6024359061068b826107ee565b6044359061068b826107ee565b34610378576020366003190112610378576004356108f4816107ee565b60018060a01b03165f52609f602052602060405f2054604051908152f35b346103785760203660031901126103785760043561092f816107ee565b60018060a01b03165f526099602052602060405f2054604051908152f35b34610378576020366003190112610378576004355f5460405163237dfb4760e11b8152336004820152906020908290602490829060101c6001600160a01b03165afa80156108ab576109a6915f91610a5a575b506123c9565b600154818116036109ef57806001557fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d604051806109ea3394829190602083019252565b0390a2005b60405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608490fd5b610a7c915060203d602011610a82575b610a74818361065b565b8101906123b1565b5f6109a0565b503d610a6a565b34610378576020366003190112610378576004355f52609a602052602060ff60405f2054166040519015158152f35b34610378576040366003190112610378576060610af06104bf602435600435610adf612426565b505f52609860205260405f20611277565b6040519063ffffffff815116825263ffffffff6020820151166020830152604060018060c01b03910151166040820152f35b6004359060ff8216820361037857565b346103785760203660031901126103785760ff610b4d610b22565b165f52609b602052602060405f2054604051908152f35b34610378575f36600319011261037857609e546040516001600160a01b039091168152602090f35b34610378576020366003190112610378576040516308f6629d60e31b815260048035908201526020816024816001600160a01b037f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc9165afa80156108ab57610535915f91610c10575b506040516001600160a01b0390911681529081906020820190565b610c29915060203d6020116108a457610896818361065b565b5f610bf5565b346103785760203660031901126103785761076a600435610c4f816107ee565b610c57613113565b613262565b346103785760203660031901126103785761076a600435610c7c816107ee565b610c84613113565b6132c0565b34610378575f366003190112610378576040517f000000000000000000000000c3e53f4d16ae77db1c982e75a937b9f60fe636906001600160a01b03168152602090f35b34610378576020366003190112610378576040610cf4600435610cef816107ee565b61245c565b610d0a8251809260208091805184520151910152565bf35b9181601f84011215610378578235916001600160401b038311610378576020838186019501011161037857565b34610378576040366003190112610378576004356001600160401b03811161037857610d69903690600401610348565b906024356001600160401b03811161037857610d8a83913690600401610d0c565b610d9e6103be949294600480600154161490565b610dbd610dad60965460ff1690565b610db83684886106b7565b613489565b50610dc98184146124c2565b7f0000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e86001600160a01b0316935f5b828110610dff57005b610e24610e1e610e10838686612521565b356001600160f81b03191690565b60f81c90565b610e2f82878761252d565b6040516379a0849160e11b815260ff841660048201526020816024818d5afa9081156108ab57610e6f9163ffffffff915f91610f8a575b50168214612586565b5f90815b8688838510610edf575050505050509060019143610e9c8260ff165f52609b60205260405f2090565b557f46077d55330763f16269fd75e5761663f4192d2791747c0189b16ad31db07db460ff60405192169180610ed643829190602083019252565b0390a201610df6565b86610f7b610f74600195948b610f8295610f65610f06610f018d8f8e9061221a565b61222a565b98610f50610f4b610f2f610f2a8d60018060a01b03165f52609960205260405f2090565b612243565b99610f3d6104308c51612dd5565b60ff600192161c1660011490565b61260b565b8a8060a01b03168a8060a01b038a161161266a565b610f6e82612703565b92612723565b36916106b7565b9083612f7d565b920191610e73565b610fab915060203d8111610fb1575b610fa3818361065b565b810190612571565b8c610e66565b503d610f99565b634e487b7160e01b5f52602160045260245ffd5b600311156107c857565b9060038210156107c85752565b3461037857602036600319011261037857600435611000816107ee565b611008612444565b5060018060a01b03165f52609960205260405f2061103060ff60016040519361041085610620565b6040518091610535602060408401928051855201516020840190610fd6565b34610378575f366003190112610378575f5460405163237dfb4760e11b8152336004820152906020908290602490829060101c6001600160a01b03165afa80156108ab576110a3915f91610a5a57506123c9565b5f196001556040515f1981527fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d60203392a2005b34610378576020366003190112610378576020600160ff6110f6610b22565b161b806001541614604051908152f35b359061ffff8216820361037857565b6060906023190112610378576040519061112e82610640565b8160243561113b81610477565b815260443561ffff811681036103785760208201526064359061ffff821682036103785760400152565b346103785760803660031901126103785761117e610b22565b61118736611115565b61118f613113565b60ff6096541660ff831610156111a85761076a91613510565b60405162461bcd60e51b815260206004820152602c60248201527f526567436f6f72642e71756f72756d4578697374733a2071756f72756d20646f60448201526b195cc81b9bdd08195e1a5cdd60a21b6064820152608490fd5b34610378575f366003190112610378576020600154604051908152f35b34610378575f366003190112610378576040517f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc96001600160a01b03168152602090f35b634e487b7160e01b5f52603260045260245ffd5b805482101561128c575f5260205f2001905f90565b611263565b3461037857602036600319011261037857600435609c5481101561037857609c5f527faf85b9071dfafeac1409d3f1d19bafc9bc7c37974cde8df0ee6168f0086e539c01546040516001600160a01b039091168152602090f35b34610378575f366003190112610378576040517f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b03168152602090f35b346103785760403660031901126103785760043561134c816107ee565b6024356001600160401b0381116103785761136b903690600401610d0c565b609e549192916001600160a01b0316330361143b576001600160a01b0382165f908152609f6020908152604080832042905560999091529020805460016113db816113d26113cc6104306113c160965460ff1690565b610db8368b8e6106b7565b94612dd5565b94015460ff1690565b6113e481610fcc565b149182611428575b8261140f575b50506113fa57005b61076a926114099136916106b7565b9061375c565b81166001600160c01b0390811691161490505f806113f2565b6001600160c01b038216151592506113ec565b60405162461bcd60e51b815260206004820152602f60248201527f526567436f6f72642e6f6e6c79456a6563746f723a2063616c6c65722069732060448201526e3737ba103a34329032b532b1ba37b960891b6064820152608490fd5b34610378575f366003190112610378576114b0613113565b606480546001600160a01b031981169091555f906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b6001600160401b03811161063b5760051b60200190565b91908260409103126103785760405161152281610620565b8092803560ff8116810361037857825260209081013591611542836107ee565b0152565b90929192611553816114f3565b93611561604051958661065b565b602085838152019160061b83019281841161037857915b8383106115855750505050565b6020604091611594848661150a565b815201920191611578565b346103785760a0366003190112610378576004356115bc816107ee565b60243590604435906001600160401b038211610378573660238301121561037857610535926115f8611605933690602481600401359101611546565b606435916084359361273b565b6040519081529081906020820190565b34610378576020366003190112610378576020611633600435612dd5565b6040516001600160c01b039091168152f35b34610378575f366003190112610378575f5460405160109190911c6001600160a01b03168152602090f35b34610378575f366003190112610378576064546040516001600160a01b039091168152602090f35b34610378575f36600319011261037857602060ff60965416604051908152f35b61010090604319011261037857604490565b9181601f84011215610378578235916001600160401b038311610378576020808501948460061b01011161037857565b919091606081840312610378576040519061171482610640565b819381356001600160401b0381116103785782019181601f84011215610378576117486040939283602086953591016106b7565b8452602081013560208501520135910152565b34610378576101a0366003190112610378576004356001600160401b0381116103785761178c903690600401610d0c565b906024356001600160401b038111610378576117ac903690600401610d0c565b6117b5366116b8565b90610144356001600160401b038111610378576117d69036906004016116ca565b929091610164356001600160401b038111610378576117f99036906004016116fa565b9461018435976001600160401b0389116103785761181e61076a9936906004016116fa565b976127f6565b34610378575f366003190112610378576040517f0000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e86001600160a01b03168152602090f35b34610378575f3660031901126103785760206040517f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de68152f35b3461037857610160366003190112610378576004356001600160401b038111610378576118d3903690600401610d0c565b906024356001600160401b038111610378576118f3903690600401610d0c565b6118fc366116b8565b90610144356001600160401b038111610378578461194861194f956119406119298a9536906004016116fa565b9661193a6103be6001808054161490565b33613af9565b9436916106b7565b92336140f8565b51905f5b83811061195c57005b611967818584612521565b3560f81c63ffffffff61197a8386612a0d565b5116905f52609760205263ffffffff8060405f205416161061199e57600101611953565b60405162461bcd60e51b815260206004820152603960248201527f526567436f6f72642e72656769737465724f70657261746f723a206f7065726160448201527f746f7220636f756e742065786365656473206d6178696d756d000000000000006064820152608490fd5b34610378575f36600319011261037857602060a054604051908152f35b60206040818301928281528451809452019201905f5b818110611a495750505090565b825163ffffffff16845260209384019390920191600101611a3c565b3461037857604036600319011261037857600435611a8281610477565b602435906001600160401b038211610378573660238301121561037857816004013591611aae836114f3565b92611abc604051948561065b565b8084526024602085019160051b8301019136831161037857602401905b828210611af957610535611aed8686612a3c565b60405191829182611a26565b8135815260209182019101611ad9565b34610378575f3660031901126103785760206040517f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a8152f35b34610378576020366003190112610378576004356001600160401b03811161037857611b8a611b7961076a923690600401610d0c565b610f746002806001541614156121ce565b3361375c565b34610378575f366003190112610378576020609c54604051908152f35b6001600160601b0381160361037857565b81601f8201121561037857803590611bd5826114f3565b92611be3604051948561065b565b82845260208085019360061b8301019181831161037857602001925b828410611c0d575050505090565b6040848303126103785760206040918251611c2781610620565b8635611c32816107ee565b815282870135611c4181611bad565b83820152815201930192611bff565b3461037857366003190160a081126103785760601361037857604051611c7581610640565b600435611c8181610477565b815260243561ffff8116810361037857602082015260443561ffff8116810361037857604082015260643590611cb682611bad565b608435916001600160401b03831161037857611cd961076a933690600401611bbe565b91611ce2613113565b614982565b81601f8201121561037857803590611cfe826114f3565b92611d0c604051948561065b565b8284526020606081860194028301019181831161037857602001925b828410611d36575050505090565b606084830312610378576020606091604051611d5181610640565b8635611d5c81610477565b8152611d69838801611106565b83820152611d7960408801611106565b6040820152815201930192611d28565b9080601f83011215610378578135611da0816114f3565b92611dae604051948561065b565b81845260208085019260051b82010192831161037857602001905b828210611dd65750505090565b602080918335611de581611bad565b815201910190611dc9565b9080601f83011215610378578135611e07816114f3565b92611e15604051948561065b565b81845260208085019260051b820101918383116103785760208201905b838210611e4157505050505090565b81356001600160401b03811161037857602091611e6387848094880101611bbe565b815201910190611e32565b346103785761010036600319011261037857611e886108b0565b611e906108bd565b90611e996108ca565b611ea16107ff565b60843560a4356001600160401b03811161037857611ec3903690600401611ce7565b9160c4356001600160401b03811161037857611ee3903690600401611d89565b9360e435966001600160401b03881161037857611f0761076a983690600401611df0565b96612b13565b346103785760203660031901126103785760ff611f28610b22565b611f30612426565b50165f52609760205261053560405f2061ffff60405191611f5083610640565b5463ffffffff81168352818160201c16602084015260301c16604082015260405191829182919091604061ffff81606084019563ffffffff8151168552826020820151166020860152015116910152565b34610378575f366003190112610378576040517f000000000000000000000000f5059a5d33d5853360d16c683c16e67980206f366001600160a01b03168152602090f35b3461037857602036600319011261037857600435612002816107ee565b61200a613113565b6001600160a01b038116156120225761076a90613a37565b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b34610378576020366003190112610378576004355f5460405163755b36bd60e11b8152906020908290600490829060101c6001600160a01b03165afa80156108ab576120d3915f9161087c57506001600160a01b03163314612352565b60015419811981160361211d576120e981600155565b60405190815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9080602081016109ea565b60405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608490fd5b34610378576020366003190112610378576004356121a5816107ee565b60018060a01b03165f526099602052602060ff600160405f20015416610d0a6040518092610fd6565b156121d557565b60405162461bcd60e51b815260206004820152601960248201527f5061757361626c653a20696e64657820697320706175736564000000000000006044820152606490fd5b919081101561128c5760051b0190565b35612234816107ee565b90565b60038210156107c85752565b9061068b60405161225381610620565b602060ff60018396805485520154169101612237565b9060405161227681610640565b604081935463ffffffff8116835263ffffffff8160201c166020840152811c910152565b156122a157565b60405162461bcd60e51b815260206004820152605b60248201527f526567436f6f72642e67657451756f72756d4269746d61704174426c6f636b4e60448201527f756d6265724279496e6465783a2071756f72756d4269746d617055706461746560648201527f2069732066726f6d206265666f726520626c6f636b4e756d6265720000000000608482015260a490fd5b908160209103126103785751612234816107ee565b6040513d5f823e3d90fd5b1561235957565b60405162461bcd60e51b815260206004820152602a60248201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160448201526939903ab73830bab9b2b960b11b6064820152608490fd5b90816020910312610378575180151581036103785790565b156123d057565b60405162461bcd60e51b815260206004820152602860248201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160448201526739903830bab9b2b960c11b6064820152608490fd5b6040519061243382610640565b5f6040838281528260208201520152565b6040519061245182610620565b5f6020838281520152565b6124bd6122349161246b612444565b50604080517f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de6602082019081526001600160a01b03909316818301529081526124b560608261065b565b51902061331e565b61336b565b156124c957565b60405162461bcd60e51b815260206004820152603860248201525f5160206155725f395f51905f5260448201527f6d3a20696e707574206c656e677468206d69736d6174636800000000000000006064820152608490fd5b9082101561128c570190565b919081101561128c5760051b81013590601e19813603018212156103785701908135916001600160401b038311610378576020018260051b36038113610378579190565b90816020910312610378575161223481610477565b1561258d57565b60405162461bcd60e51b815260206004820152605a60248201525f5160206155725f395f51905f5260448201527f6d3a206e756d626572206f662075706461746564206f70657261746f7273206460648201527f6f6573206e6f74206d617463682071756f72756d20746f74616c000000000000608482015260a490fd5b1561261257565b60405162461bcd60e51b815260206004820152603960248201525f5160206155725f395f51905f5260448201527f6d3a206f70657261746f72206e6f7420696e2071756f72756d000000000000006064820152608490fd5b1561267157565b60405162461bcd60e51b815260206004820152605c60248201525f5160206155725f395f51905f5260448201527f6d3a206f70657261746f7273206172726179206d75737420626520736f72746560648201527f6420696e20617363656e64696e672061646472657373206f7264657200000000608482015260a490fd5b634e487b7160e01b5f52601160045260245ffd5b906001820180921161271157565b6126ef565b9190820180921161271157565b90939293848311610378578411610378578101920390565b919493909260405192602084019460e08501917f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a875260018060a01b03166040860152606085015260c060808501528651809152602061010085019701905f5b8181106127c85750505061223494956124b592849260a084015260c083015203601f19810183528261065b565b8251805160ff168a526020908101516001600160a01b0316818b01526040909901989092019160010161279b565b6119488297969893829a95610f746128266128399961281b6103be6001808054161490565b61193a888d14612969565b96612832368c8f611546565b8833613c7d565b905f5b83811061284b57505050505050565b808061287c612877612866610e1e610e106001978b8e612521565b60ff165f52609760205260405f2090565b6129db565b858886898c61289961288f888751612a0d565b5163ffffffff1690565b63ffffffff6128b86128af895163ffffffff1690565b63ffffffff1690565b9116116128cd575b505050505050500161283c565b86859361291a6129058360206129126129058361292d9f6128fd610e1e610e106040936129259f6129209f612521565b9c0151612a0d565b516001600160601b031690565b9a0151612a0d565b95612a21565b612a31565b923391614642565b61295d612946602061294084878b612a21565b0161222a565b611409610f7461295585612703565b858a8d612723565b805f858886898c6128c0565b1561297057565b60405162461bcd60e51b815260206004820152603960248201527f526567436f6f72642e72656769737465724f70657261746f725769746843687560448201527f726e3a20696e707574206c656e677468206d69736d61746368000000000000006064820152608490fd5b906040516129e881610640565b604061ffff82945463ffffffff81168452818160201c16602085015260301c16910152565b805182101561128c5760209160051b010190565b919081101561128c5760061b0190565b61223490369061150a565b9190805190612a4a826114f3565b91612a58604051938461065b565b808352612a67601f19916114f3565b013660208401375f5b8151811015612aa95780612a90612a8960019385612a0d565b5187614798565b63ffffffff612a9f8387612a0d565b9116905201612a70565b5090925050565b15612ab757565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b9694929091612b5d9694925f5498612b4360ff8b60081c16151515809b81612bd7575b8115612bb7575b50612ab0565b89612b54600160ff195f5416175f55565b612ba057612ca9565b612b6357565b612b7161ff00195f54165f55565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1565b612bb261010061ff00195f5416175f55565b612ca9565b303b15915081612bc9575b505f612b3d565b60ff1660011490505f612bc2565b600160ff8216109150612b36565b15612bec57565b60405162461bcd60e51b815260206004820152602a60248201527f526567436f6f72642e696e697469616c697a653a20696e707574206c656e67746044820152690d040dad2e6dac2e8c6d60b31b6064820152608490fd5b609c54600160401b81101561063b5760018101609c55609c5481101561128c57609c5f527faf85b9071dfafeac1409d3f1d19bafc9bc7c37974cde8df0ee6168f0086e539c0180546001600160a01b0319166001600160a01b03909216919091179055565b612cdf94610c849394612cda610c57939b9a999b612cd58d8b5190518091149081612dbc575b50612be5565b613a37565b614b0c565b612d117f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b0316612c44565b612d437f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc96001600160a01b0316612c44565b612d757f0000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e86001600160a01b0316612c44565b5f5b8151811015612db55780612daf612d9060019385612a0d565b51612d9e612905848a612a0d565b612da88488612a0d565b5191614982565b01612d77565b5050509050565b90508c51145f612ccf565b5f1981019190821161271157565b805f52609860205260405f20549081155f14612df15750505f90565b5f52609860205260405f20905f19810190811161271157612e1191611277565b505460401c90565b90612e238261069c565b612e30604051918261065b565b8281528092612e41601f199161069c565b0190602036910137565b5f1981146127115760010190565b80511561128c5760200190565b90815181101561128c570160200190565b5f81805b612ef15750612e8d9061ffff16612e19565b5f5f5b8251821080612ee6575b15612edf576001811b8416612eb8575b612eb390612e4b565b612e90565b906001612eb39160ff60f81b8460f81b165f1a612ed58287612e66565b5301919050612eaa565b5050905090565b506101008110612e9a565b5f1981018181116127115761ffff9116911661ffff8114612711576001019080612e7b565b9081602091031261037857516001600160c01b03811681036103785790565b805180835260209291819084018484015e5f828201840152601f01601f1916010190565b612234939260609260018060a01b0316825260208201528160408201520190612f35565b919060016020820151612f8f81610fcc565b612f9881610fcc565b0361304e57516040516333567f7f60e11b81529160209183918291612fc291908760048501612f59565b03815f7f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b03165af19081156108ab575f9161301f575b506001600160c01b03169081613013575050565b61140961068b92612e77565b613041915060203d602011613047575b613039818361065b565b810190612f16565b5f612fff565b503d61302f565b505050565b907f000000000000000000000000f5059a5d33d5853360d16c683c16e67980206f366001600160a01b031690813b15610378575f60405180936378219b3f60e11b8252856004830152604060248301528183816130b36044820188612f35565b03925af19081156108ab577fec2963ab21c1e50e1e582aa542af2e4bf7bf38e6e1403c27b42e1c5d6e621eaa926130fe92613103575b50604051918291602083526020830190612f35565b0390a2565b5f61310d9161065b565b5f6130e9565b6064546001600160a01b0316330361312757565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b6001600160a01b038116156131e5575f54604080516001600160a01b0360109390931c8316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb691a15f805462010000600160b01b03191660109290921b62010000600160b01b0316919091179055565b60405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a490fd5b609d54604080516001600160a01b038084168252841660208201529192917f315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c9190a16001600160a01b03166001600160a01b03199190911617609d55565b609e54604080516001600160a01b038084168252841660208201529192917f8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc99190a16001600160a01b03166001600160a01b03199190911617609e55565b613326614bf3565b9060405190602082019261190160f01b8452602283015260428201526042815261335160628261065b565b51902090565b634e487b7160e01b5f52601260045260245ffd5b5f5160206155525f395f51905f5290613382612444565b505f919006602060c0835b613482575f935f5160206155525f395f51905f52600381868181800909086040516133b8858261065b565b843682378481856040516133cc828261065b565b813682378381528360208201528360408201528560608201527f0c19139cb84c680a6e14116da060561765e05aa45a1c72a34f082305b61f3f5260808201525f5160206155525f395f51905f5260a082015260056107cf195a01fa8015613487576134369061524e565b5191613482575f5160206155525f395f51905f528280091461346d57505f5160206155525f395f51905f5260015f9408929361338d565b9293505061347961067c565b92835282015290565b613357565bfe5b90600161349760ff93614d8b565b928392161b11156134a55790565b60405162461bcd60e51b815260206004820152603f60248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206269746d61702065786365656473206d61782076616c7565006064820152608490fd5b6130fe60ff7f3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac921692835f52609760205260405f2061356663ffffffff835116829063ffffffff1663ffffffff19825416179055565b6020820151815465ffff0000000067ffff000000000000604086015160301b169260201b169067ffffffff0000000019161717905560405191829182919091604061ffff81606084019563ffffffff8151168552826020820151166020860152015116910152565b156135d557565b60405162461bcd60e51b815260206004820152603860248201527f526567436f6f72642e5f646572656769737465724f70657261746f723a206f7060448201527f657261746f72206973206e6f74207265676973746572656400000000000000006064820152608490fd5b1561364757565b60405162461bcd60e51b815260206004820152603060248201527f526567436f6f72642e5f646572656769737465724f70657261746f723a20626960448201526f0746d61702063616e6e6f7420626520360841b6064820152608490fd5b156136ac57565b60a460405162461bcd60e51b815260206004820152604460248201527f526567436f6f72642e5f646572656769737465724f70657261746f723a206f7060448201527f657261746f72206973206e6f74207265676973746572656420666f722071756f60648201526372756d7360e01b6084820152fd5b6001600160a01b03909116815260406020820181905261223492910190612f35565b604090612234939281528160208201520190612f35565b6001600160a01b0381165f90815260996020526040902090600182549201613799600161378a835460ff1690565b61379381610fcc565b146135ce565b6137f96137b46104306137ae60965460ff1690565b87613489565b6137bd85612dd5565b6001600160c01b03909116906137d4821515613640565b6137ea8282166001600160c01b031683146136a5565b9019166001600160c01b031690565b6138038185614eee565b6001600160c01b03161561397c575b507f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc96001600160a01b0316803b1561037857835f91613868938360405180968195829463f4e24fe560e01b845260048401613723565b03925af180156108ab57613968575b507f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b0316803b15610378575f604051809263bd29b8cd60e01b82528183816138ca898960048401613745565b03925af180156108ab57613954575b507f0000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e86001600160a01b031691823b156103785761392f925f928360405180968195829463bd29b8cd60e01b845260048401613745565b03925af180156108ab576139405750565b8061394e5f61068b9361065b565b806105da565b8061394e5f6139629361065b565b5f6138d9565b8061394e5f6139769361065b565b5f613877565b805460ff191660021790557f000000000000000000000000c3e53f4d16ae77db1c982e75a937b9f60fe636906001600160a01b0316803b15610378576040516351b27a6d60e11b81526001600160a01b0383166004820152905f908290602490829084905af180156108ab57613a23575b50816001600160a01b0382167f396fdcb180cb0fea26928113fb0fd1c3549863f9cd563e6a184f1d578116c8e45f80a35f613812565b8061394e5f613a319361065b565b5f6139ed565b606480546001600160a01b039283166001600160a01b0319821681179092559091167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3565b90816020910312610378575190565b61012090604060c061068b959796949761016084019860018060a01b03168452613ac5602085018260208091803584520135910152565b80830180356060860152602001356080850152826080820160a08601370160e0830137019060208091805184520151910152565b6040516309aa152760e11b81526001600160a01b0382811660048301529091907f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc916602083602481845afa9283156108ab575f93613bda575b508215613b60575050905090565b60209250613b90935f613b728461245c565b6040516317ef39cb60e31b8152968795869485939160048501613a8e565b03925af19081156108ab575f91613bab575b50805f80612edf565b613bcd915060203d602011613bd3575b613bc5818361065b565b810190613a7f565b5f613ba2565b503d613bbb565b613bf491935060203d602011613bd357613bc5818361065b565b915f613b52565b15613c0257565b60405162461bcd60e51b815260206004820152604760248201527f526567436f6f72642e5f766572696679436875726e417070726f76657253696760448201527f6e61747572653a20636875726e417070726f766572207369676e617475726520606482015266195e1c1a5c995960ca1b608482015260a490fd5b91929092602082019283515f52609a60205260ff60405f205416613cf65761068b94613cee926040850191613cb58351421115613bfb565b613cd8613ccb88515f52609a60205260405f2090565b805460ff19166001179055565b609d546001600160a01b0316965192519361273b565b905191615138565b60405162461bcd60e51b815260206004820152604760248201527f526567436f6f72642e5f766572696679436875726e417070726f76657253696760448201527f6e61747572653a20636875726e417070726f7665722073616c7420616c726561606482015266191e481d5cd95960ca1b608482015260a490fd5b60405190613d7e82610640565b60606040838281528260208201520152565b15613d9757565b60405162461bcd60e51b815260206004820152602e60248201527f526567436f6f72642e5f72656769737465724f70657261746f723a206269746d60448201526d061702063616e6e6f7420626520360941b6064820152608490fd5b15613dfa57565b60405162461bcd60e51b815260206004820152604860248201527f526567436f6f72642e5f72656769737465724f70657261746f723a206f70657260448201527f61746f7220616c7265616479207265676973746572656420666f7220736f6d656064820152672071756f72756d7360c01b608482015260a490fd5b15613e7d57565b60405162461bcd60e51b815260206004820152603a60248201527f526567436f6f72642e5f72656769737465724f70657261746f723a206f70657260448201527f61746f722063616e6e6f742072657265676973746572207965740000000000006064820152608490fd5b6001602091835181550191015160038110156107c85760ff80198354169116179055565b9060018060a01b031681526040602082015260806040613f37845160608386015260a0850190612f35565b9360208101516060850152015191015290565b908060209392818452848401375f828201840152601f01601f1916010190565b6001600160a01b03909116815260406020820181905261223493910191613f4a565b9080601f83011215610378578151613fa3816114f3565b92613fb1604051948561065b565b81845260208085019260051b82010192831161037857602001905b828210613fd95750505090565b602080918351613fe881611bad565b815201910190613fcc565b9190916040818403126103785780516001600160401b038111610378578361401c918301613f8c565b9260208201516001600160401b038111610378576122349201613f8c565b612234949260609260018060a01b0316825260208201528160408201520191613f4a565b602081830312610378578051906001600160401b03821161037857019080601f83011215610378578151614091816114f3565b9261409f604051948561065b565b81845260208085019260051b82010192831161037857602001905b8282106140c75750505090565b6020809183516140d681610477565b8152019101906140ba565b604090612234949281528160208201520191613f4a565b91929394614104613d71565b9561419661412561043061411a60965460ff1690565b610db8368b8b6106b7565b61412e85612dd5565b6001600160c01b0390911690614145821515613d90565b60018060c01b031661415f61415a8284161590565b613df3565b6001600160a01b0387165f908152609f6020526040902061418f90614188905460a05490612716565b4211613e76565b1784614eee565b60016141be816141b68760018060a01b03165f52609960205260405f2090565b015460ff1690565b6141c781610fcc565b0361435d575b50507f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc96001600160a01b0316803b15610378575f6040518092631fd93ca960e11b82528183816142228b8b8b60048501613f6a565b03925af180156108ab5784935f928492614349575b50614257876040519788948594632550477760e01b86526004860161403a565b0381837f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b03165af19283156108ab575f9384918591614325575b50604087015260208601526142c0604051948593849362bff04d60e01b8552600485016140e1565b0381837f0000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e86001600160a01b03165af19081156108ab575f91614303575b50815290565b61431f91503d805f833e614317818361065b565b81019061405e565b5f6142fd565b905061434391503d8086833e61433b818361065b565b810190613ff3565b5f614298565b8061394e856143579361065b565b5f614237565b61438e61436861067c565b848152600160208201526001600160a01b0386165f908152609960205260409020613ee8565b7f000000000000000000000000c3e53f4d16ae77db1c982e75a937b9f60fe636906001600160a01b0316803b1561037857604051639926ee7d60e01b8152925f9184918290849082906143e5908b60048401613f0c565b03925af19182156108ab5761440092614436575b5082613053565b806001600160a01b0383167fe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe5f80a35f806141cd565b8061394e5f6144449361065b565b5f6143f9565b1561445157565b60405162461bcd60e51b815260206004820152602a60248201527f526567436f6f72642e5f76616c6964617465436875726e3a2063616e6e6f742060448201526931b43ab9371039b2b63360b11b6064820152608490fd5b156144b057565b60405162461bcd60e51b815260206004820152603c60248201527f526567436f6f72642e5f76616c6964617465436875726e3a2071756f72756d4e60448201527f756d626572206e6f74207468652073616d65206173207369676e6564000000006064820152608490fd5b90816020910312610378575161223481611bad565b1561453757565b60405162461bcd60e51b815260206004820152604b60248201527f526567436f6f72642e5f76616c6964617465436875726e3a20696e636f6d696e60448201527f67206f70657261746f722068617320696e73756666696369656e74207374616b60648201526a32903337b91031b43ab93760a91b608482015260a490fd5b156145bd57565b60405162461bcd60e51b815260206004820152605160248201527f526567436f6f72642e5f76616c6964617465436875726e3a2063616e6e6f742060448201527f6b69636b206f70657261746f722077697468206d6f7265207468616e206b69636064820152706b424950734f66546f74616c5374616b6560781b608482015260a490fd5b6020919261469f6146926146ca98969761468b6146678783015160018060a01b031690565b6001600160a01b039081165f8181526099602052604090205496909116141561444a565b5160ff1690565b60ff8085169116146144a9565b604051635401ed2760e01b8152600481019190915260ff909116602482015294859081906044820190565b03817f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b03165afa9283156108ab5761068b945f9461474e575b50826147469261474161472d936001600160601b0361473961472d82998b61520d565b6001600160601b031690565b911611614530565b615230565b9116106145b6565b61472d91945092614746926147416147856001600160601b039660203d602011614791575b61477d818361065b565b81019061451b565b9693505092509261470a565b503d614773565b815f52609860205260405f2054905f5b8281106148405760405162461bcd60e51b815260206004820152605e60248201527f526567436f6f72642e67657451756f72756d4269746d6170496e64657841744260448201527f6c6f636b4e756d6265723a206e6f206269746d61702075706461746520666f7560648201527f6e6420666f72206f70657261746f7220617420626c6f636b4e756d6265720000608482015260a490fd5b808303838111612711576128af61485691612dc7565b61487f6148748261486f885f52609860205260405f2090565b611277565b505463ffffffff1690565b63ffffffff8085169116111561489857506001016147a8565b935050505090565b156148a757565b60405162461bcd60e51b815260206004820152602a60248201527f526567436f6f72642e63726561746551756f72756d3a206d61782071756f72756044820152691b5cc81c995858da195960b21b6064820152608490fd5b60ff60019116019060ff821161271157565b6080906001600160601b036020939460ff60608401961683521683820152606060408201528451809452019201905f5b81811061494e5750505090565b825180516001600160a01b031685526020908101516001600160601b03168186015260409094019390920191600101614941565b91906149c561499360965460ff1690565b936149a360c060ff8716106148a0565b6149bf6149af866148ff565b60ff1660ff196096541617609655565b84613510565b7f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b031691823b1561037857614a1b925f928360405180968195829463ff694a7760e01b84528a60048501614911565b03925af180156108ab57614af8575b507f0000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e86001600160a01b0316803b156103785760405163136ca0f960e11b815260ff83166004820152905f908290602490829084905af180156108ab57614ae4575b507f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc96001600160a01b0316803b156103785760405163136ca0f960e11b815260ff90921660048301525f9082908183816024810161392f565b8061394e5f614af29361065b565b5f614a8b565b8061394e5f614b069361065b565b5f614a2a565b5f5460101c6001600160a01b03161580614be1575b15614b665781614b3361068b93600155565b60405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d90602090a261316b565b60405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a490fd5b506001600160a01b0381161515614b21565b307f00000000000000000000000036c02da8a0983159322a80ffe9f24b1acff8b5706001600160a01b03161480614ce0575b15614c4e577fd8cea607dc87be4701da97f1f02070e2cf469db0dbbbfc55a7d169f75da1f4bc90565b60405160208101907f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f82527f6ec8a99f0e7f9ebde7354a446dcb9423f3af9c58f386a53c59c5b384f9e82d1160408201527f6bda7e3f385e48841048390444cced5cc795af87758af67622e5f4f0882c4a9960608201524660808201523060a082015260a0815261335160c08261065b565b507f0000000000000000000000000000000000000000000000000000000000007a694614614c25565b15614d1057565b60405162461bcd60e51b815260206004820152604760248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206f72646572656442797465734172726179206973206e6f74206064820152661bdc99195c995960ca1b608482015260a490fd5b90610100825111614e0957815115614e0457614dc7614dbd610e1e614daf85612e59565b516001600160f81b03191690565b60ff600191161b90565b6001905b8351821015614dff57600190614dea614dbd610e1e614daf8689612e66565b90614df6818311614d09565b17910190614dcb565b925050565b5f9150565b60a460405162461bcd60e51b815260206004820152604460248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206f7264657265644279746573417272617920697320746f6f206064820152636c6f6e6760e01b6084820152fd5b8054600160401b81101561063b57614e9d91600182018155611277565b614edb57815160208084015160409485015163ffffffff909316911b67ffffffff00000000161767ffffffffffffffff199190931b16919091179055565b634e487b7160e01b5f525f60045260245ffd5b90614f01825f52609860205260405f2090565b5480614f4e5750614f1d61068b925f52609860205260405f2090565b614f49614f2861068d565b4363ffffffff168152925b5f60208501526001600160c01b03166040840152565b614e80565b91614f7963ffffffff93614f73614f6d845f52609860205260405f2090565b91612dc7565b90611277565b5090614f89825463ffffffff1690565b43851694168403614fb4575061068b9250906001600160401b0382549181199060401b169116179055565b815467ffffffff000000001916602085901b67ffffffff00000000161790915561068b929190614f4990614ff0905f52609860205260405f2090565b91614f33614ffc61068d565b63ffffffff9095168552565b1561500f57565b60405162461bcd60e51b815260206004820152604760248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a207369676e6174757265206e6f742066726f6d6064820152661039b4b3b732b960c91b608482015260a490fd5b9081602091031261037857516001600160e01b0319811681036103785790565b156150b157565b60405162461bcd60e51b815260206004820152605360248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a2045524331323731207369676e6174757265206064820152721d995c9a599a58d85d1a5bdb8819985a5b1959606a1b608482015260a490fd5b90813b156151ca579160209161516493604051809581948293630b135d3f60e11b845260048401613745565b03916001600160a01b03165afa80156108ab5761068b915f9161519b575b506001600160e01b031916630b135d3f60e11b146150aa565b6151bd915060203d6020116151c3575b6151b5818361065b565b81019061508a565b5f615182565b503d6151ab565b61068b926151d79161529a565b6001600160a01b03908116911614615008565b906001600160601b03809116911602906001600160601b03821691820361271157565b61522b6001600160601b039161ffff602061271095015116906151ea565b160490565b61522b6001600160601b039161ffff604061271095015116906151ea565b1561525557565b60405162461bcd60e51b815260206004820152601a60248201527f424e3235342e6578704d6f643a2063616c6c206661696c7572650000000000006044820152606490fd5b612234916152a7916152af565b919091615327565b8151604181036152db5750906152d791602082015190606060408401519301515f1a906154a8565b9091565b6040036153145760406020830151920151918260ff1c91601b8301809311612711576152d7936001600160ff1b03169260ff16906154a8565b50505f90600290565b600511156107c857565b6153308161531d565b806153385750565b6153418161531d565b6001810361538e5760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606490fd5b6153978161531d565b600281036153e45760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606490fd5b6153ed8161531d565b600381036154455760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b6064820152608490fd5b8061545160049261531d565b1461545857565b60405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b6064820152608490fd5b9291907f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083116155465760ff16601b8114158061553b575b615530576020935f93604051938493608085019385528785015260408401526060830152838052039060015afa156108ab575f516001600160a01b0381161561552857905f90565b505f90600190565b505050505f90600490565b50601c8114156154e0565b505050505f9060039056fe30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47526567436f6f72642e7570646174654f70657261746f7273466f7251756f7275a2646970667358221220b2ad1fba87469dadddb4e0f66ed9869dca03be7b368f07728ec12ff846b9f8b064736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x00000000000000000000000000000000000000000000000000000000000000ff"}},"0x3c3e2e178c69d4bad964568415a0f0c84fd6320a":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x3c44cdddb6a900fa2b585dd299e03d12fa4293bc":{"nonce":2,"balance":"0x21e5f445b3cf707f47a","code":"0x","storage":{}},"0x40fc963a729c542424cd800349a7e4ecc4896624":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x4779d18931b35540f84b0cd0e9633855b84df7b8":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x4826533b4897376654bb4d4ad88b7fafd0c98528":{"nonce":1,"balance":"0x0","code":"0x60806040526004361015610011575f80fd5b5f3560e01c8062bff04d1461065957806312d1d74d1461061457806326d941f2146105535780632ed583e5146104b95780636d14a987146104755780638121906f1461043957806389026245146102ca578063a48bb0ac1461024d578063bd29b8cd14610132578063caa3cd7614610118578063e2e68580146100d45763f34109221461009c575f80fd5b346100d05760203660031901126100d057602063ffffffff6100c46100bf610849565b610c59565b54821c16604051908152f35b5f80fd5b346100d05760403660031901126100d05760ff6100ef610849565b165f52600160205260405f206024355f52602052602063ffffffff60405f205416604051908152f35b346100d0575f3660031901126100d05760206040515f8152f35b346100d057610140366107f5565b919061014a610a6f565b4363ffffffff16915f5b84811061015d57005b8061016b60019287866108de565b3560f81c805f52600360205261018660405f205415156108fe565b805f528260205260405f20845f5260205263ffffffff60405f2054166101ab82610c59565b916101ca6101c263ffffffff855460201c16610968565b809483610e1f565b6101d48382610c1d565b928584018963ffffffff8254965416145f14610211575f9150555b828603610200575b50505001610154565b61020992610b68565b8680806101f7565b50815f52600260205263ffffffff60405f2091165f5260205261024860405f2061023961086c565b908a82525f6020830152610b22565b6101ef565b346100d05760403660031901126100d0576102c66102a161029b61026f610849565b60ff610279610859565b915f602061028561086c565b8281520152165f52600360205260405f206109b3565b50610a4f565b60405191829182919091602063ffffffff816040840195828151168552015116910152565b0390f35b346100d05760403660031901126100d0576102e3610849565b6102eb610859565b9063ffffffff6102fb8383610c8b565b1661030d610308826108c6565b6108a0565b9281845261031a826108c6565b602085019390601f19013685375f5b838110610374578486604051918291602083019060208452518091526040830191905f5b81811061035b575050500390f35b825184528594506020938401939092019160010161034d565b6103858363ffffffff831684610d86565b61038f8288610980565b5261039a8187610980565b51156103a857600101610329565b60405162461bcd60e51b815260206004820152605d60248201527f496e64657852656769737472792e6765744f70657261746f724c69737441744260448201527f6c6f636b4e756d6265723a206f70657261746f7220646f6573206e6f7420657860648201527f6973742061742074686520676976656e20626c6f636b206e756d626572000000608482015260a490fd5b346100d05760203660031901126100d0576102c66102a161047061045b610849565b5f602061046661086c565b8281520152610c59565b610a4f565b346100d0575f3660031901126100d0576040517f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03168152602090f35b346100d05760603660031901126100d0576104d2610849565b6104da610859565b6044359163ffffffff831683036100d0576102c6926105309260ff61052a935f602061050461086c565b8281520152165f52600260205263ffffffff60405f2091165f5260205260405f20610a36565b50610994565b60405191829182919091602080604083019463ffffffff81511684520151910152565b346100d05760203660031901126100d05760ff61056e610849565b610576610a6f565b16805f52600360205260405f20546105b5575f5260036020526105b360405f2061059e61086c565b9063ffffffff431682525f60208301526109c8565b005b60405162461bcd60e51b815260206004820152603160248201527f496e64657852656769737472792e63726561746551756f72756d3a2071756f72604482015270756d20616c72656164792065786973747360781b6064820152608490fd5b346100d05760403660031901126100d0576102c6610530610654610636610849565b61063e610859565b905f602061064a61086c565b8281520152610c1d565b610994565b346100d057610667366107f5565b90610670610a6f565b61067c610308836108c6565b92828452610689836108c6565b602085019390601f19013685375f5b8181106106e9578486604051918291602083019060208452518091526040830191905f5b8181106106ca575050500390f35b825163ffffffff168452859450602093840193909201916001016106bc565b6106f48183866108de565b3560f81c90815f52600360205261071060405f205415156108fe565b61071982610c59565b600163ffffffff825460201c16019063ffffffff82116107e157836107448361077f93600197610e1f565b805f52600260205260405f2063ffffffff61075e85610968565b165f5260205260405f205415610798575b61077883610968565b9087610b68565b63ffffffff61078e838a610980565b9116905201610698565b805f52600260205260405f2063ffffffff6107b285610968565b165f526020526107dc60405f206107c761086c565b9063ffffffff431682525f6020830152610b22565b61076f565b634e487b7160e01b5f52601160045260245ffd5b60406003198201126100d0576004359160243567ffffffffffffffff81116100d057826023820112156100d05780600401359267ffffffffffffffff84116100d057602484830101116100d0576024019190565b6004359060ff821682036100d057565b6024359063ffffffff821682036100d057565b604051906040820182811067ffffffffffffffff82111761088c57604052565b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761088c57604052565b67ffffffffffffffff811161088c5760051b60200190565b908210156108ea570190565b634e487b7160e01b5f52603260045260245ffd5b1561090557565b60405162461bcd60e51b815260206004820152603560248201527f496e64657852656769737472792e72656769737465724f70657261746f723a206044820152741c5d5bdc9d5b48191bd95cc81b9bdd08195e1a5cdd605a1b6064820152608490fd5b63ffffffff5f199116019063ffffffff82116107e157565b80518210156108ea5760209160051b010190565b90600161099f61086c565b9263ffffffff815416845201546020830152565b80548210156108ea575f5260205f2001905f90565b8054600160401b81101561088c576109e5916001820181556109b3565b610a23578151815460209384015167ffffffffffffffff1990911663ffffffff9290921691909117921b67ffffffff0000000016919091179055565b565b634e487b7160e01b5f525f60045260245ffd5b80548210156108ea575f5260205f209060011b01905f90565b9063ffffffff610a5d61086c565b9254818116845260201c166020830152565b7f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03163303610aa157565b60405162461bcd60e51b815260206004820152604d60248201527f496e64657852656769737472792e6f6e6c795265676973747279436f6f72646960448201527f6e61746f723a2063616c6c6572206973206e6f7420746865207265676973747260648201526c3c9031b7b7b93234b730ba37b960991b608482015260a490fd5b8054600160401b81101561088c57610b3f91600182018155610a36565b919091610a235760208163ffffffff8060019451161663ffffffff198554161784550151910155565b9160409063ffffffff60ff7f6ee1e4f4075f3d067176140d34e87874244dd273294c05b2218133e49a2ba6f69486610ba08583610c1d565b80544386169086168103610be35750600101555b1691825f526001602052835f20865f52602052835f2082821683198254161790558351928352166020820152a2565b9050610c1891508383165f526002602052865f208587165f52602052865f20610c0a61086c565b918252896020830152610b22565b610bb4565b60ff165f90815260026020908152604080832063ffffffff9490941683529290522080545f1981019081116107e157610c5591610a36565b5090565b60ff165f90815260036020526040902080545f1981019081116107e157610c55916109b3565b80156107e1575f190190565b60ff1690815f52600360205260405f2054805b610d2b5760405162461bcd60e51b815260206004820152605560248201527f496e64657852656769737472792e5f6f70657261746f72436f756e744174426c60448201527f6f636b4e756d6265723a2071756f72756d20646964206e6f742065786973742060648201527430ba1033b4bb32b710313637b1b590373ab6b132b960591b608482015260a490fd5b825f52600360205260405f205f198201908282116107e157610d509161029b916109b3565b63ffffffff81511663ffffffff84161015610d755750610d6f90610c7f565b80610c9e565b6020015163ffffffff169392505050565b60ff909291921691825f52600260205260405f2063ffffffff82165f5260205260405f2054805b610db957505050505f90565b835f52600260205260405f2063ffffffff83165f5260205260405f205f198201908282116107e157610dee9161052a91610a36565b63ffffffff81511663ffffffff85161015610e135750610e0d90610c7f565b80610dad565b60200151949350505050565b919063ffffffff81541663ffffffff43168091145f14610e615750610a2192509067ffffffff0000000082549160201b169067ffffffff000000001916179055565b91905060ff610a2193165f52600360205263ffffffff60405f2091610e8461086c565b9384521660208301526109c856fea264697066735822122073d69d99b7da3e1c539a955b25cec556431b6a1eda537cde735f5e974534fea364736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x00000000000000000000000000000000000000000000000000000000000000ff"}},"0x48fa7b63049a6f4e7316eb2d9c5bdda8933bca2f":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x492c973c16e8aec46f4d71716e91b05b245377c9":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x4a679253410272dd5232b3ff7cf5dbb88f295319":{"nonce":1,"balance":"0x0","code":"0x608060405234801561001057600080fd5b50600436106100cf5760003560e01c806342966c681161008c57806395d89b411161006657806395d89b41146101ad578063a457c2d7146101b5578063a9059cbb146101c8578063dd62ed3e146101db57600080fd5b806342966c681461015c57806370a082311461017157806379cc67901461019a57600080fd5b806306fdde03146100d4578063095ea7b3146100f257806318160ddd1461011557806323b872dd14610127578063313ce5671461013a5780633950935114610149575b600080fd5b6100dc6101ee565b6040516100e9919061087f565b60405180910390f35b6101056101003660046108f0565b610280565b60405190151581526020016100e9565b6002545b6040519081526020016100e9565b61010561013536600461091a565b610298565b604051601281526020016100e9565b6101056101573660046108f0565b6102bc565b61016f61016a366004610956565b6102de565b005b61011961017f36600461096f565b6001600160a01b031660009081526020819052604090205490565b61016f6101a83660046108f0565b6102eb565b6100dc610304565b6101056101c33660046108f0565b610313565b6101056101d63660046108f0565b610393565b6101196101e9366004610991565b6103a1565b6060600380546101fd906109c4565b80601f0160208091040260200160405190810160405280929190818152602001828054610229906109c4565b80156102765780601f1061024b57610100808354040283529160200191610276565b820191906000526020600020905b81548152906001019060200180831161025957829003601f168201915b5050505050905090565b60003361028e8185856103cc565b5060019392505050565b6000336102a68582856104f1565b6102b185858561056b565b506001949350505050565b60003361028e8185856102cf83836103a1565b6102d99190610a15565b6103cc565b6102e83382610739565b50565b6102f68233836104f1565b6103008282610739565b5050565b6060600480546101fd906109c4565b6000338161032182866103a1565b9050838110156103865760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084015b60405180910390fd5b6102b182868684036103cc565b60003361028e81858561056b565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6001600160a01b03831661042e5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161037d565b6001600160a01b03821661048f5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161037d565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b60006104fd84846103a1565b9050600019811461056557818110156105585760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000604482015260640161037d565b61056584848484036103cc565b50505050565b6001600160a01b0383166105cf5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161037d565b6001600160a01b0382166106315760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161037d565b6001600160a01b038316600090815260208190526040902054818110156106a95760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161037d565b6001600160a01b038085166000908152602081905260408082208585039055918516815290812080548492906106e0908490610a15565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405161072c91815260200190565b60405180910390a3610565565b6001600160a01b0382166107995760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b606482015260840161037d565b6001600160a01b0382166000908152602081905260409020548181101561080d5760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b606482015260840161037d565b6001600160a01b038316600090815260208190526040812083830390556002805484929061083c908490610a2d565b90915550506040518281526000906001600160a01b038516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef906020016104e4565b600060208083528351808285015260005b818110156108ac57858101830151858201604001528201610890565b818111156108be576000604083870101525b50601f01601f1916929092016040019392505050565b80356001600160a01b03811681146108eb57600080fd5b919050565b6000806040838503121561090357600080fd5b61090c836108d4565b946020939093013593505050565b60008060006060848603121561092f57600080fd5b610938846108d4565b9250610946602085016108d4565b9150604084013590509250925092565b60006020828403121561096857600080fd5b5035919050565b60006020828403121561098157600080fd5b61098a826108d4565b9392505050565b600080604083850312156109a457600080fd5b6109ad836108d4565b91506109bb602084016108d4565b90509250929050565b600181811c908216806109d857607f821691505b602082108114156109f957634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b60008219821115610a2857610a286109ff565b500190565b600082821015610a3f57610a3f6109ff565b50039056fea264697066735822122033d8dc4694796a21b32fd896b1ac924615fa22432bc6d56c1a31385f4f676a6b64736f6c634300080c0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000002":"0x00000000000000000000000000000000ffffffffffffffffffffffffffffffff","0x0000000000000000000000000000000000000000000000000000000000000003":"0x54657374546f6b656e0000000000000000000000000000000000000000000012","0x0000000000000000000000000000000000000000000000000000000000000004":"0x5445535400000000000000000000000000000000000000000000000000000008","0x723077b8a1b173adc35e5f0e7e3662fd1208212cb629f9c128551ea7168da722":"0x00000000000000000000000000000000ffffffffffffffffffffffffffffffff"}},"0x4b23d303d9e3719d6cdf8d172ea030f80509ea15":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x4c5859f0f772848b2d91f1d83e2fe57935348029":{"nonce":1,"balance":"0x0","code":"0x60806040526004361015610011575f80fd5b5f3560e01c8063171f1d5b1461018457806333cfb7b71461017f5780633bc28c8c1461017a578063416c7e5e146101755780635df4594614610170578063683048351461016b5780636b3aa72e146101665780636d14a987146101615780636efb46361461015c578063715018a6146101575780638da5cb5b146101525780639926ee7d1461014d578063a0169ddd14610148578063a20b99bf14610143578063a364f4da1461013e578063a98fb35514610139578063b98d090814610134578063c4d66de81461012f578063df5cf7231461012a578063e481af9d14610125578063f2fde38b14610120578063fc299dee1461011b5763fce36c7d14610116575f80fd5b6111ab565b611183565b6110f2565b6110d7565b611093565b610f9e565b610f7c565b610eca565b610e0d565b610ccd565b610bde565b610b42565b610ac9565b610a6e565b6109d9565b610687565b610643565b6105ff565b6105bb565b61045d565b610424565b6103ec565b610331565b634e487b7160e01b5f52604160045260245ffd5b604081019081106001600160401b038211176101b857604052565b610189565b606081019081106001600160401b038211176101b857604052565b90601f801991011681019081106001600160401b038211176101b857604052565b60405190610209610100836101d8565b565b604051906102096040836101d8565b9061020960405192836101d8565b60409060e319011261025157604051906102418261019d565b60e4358252610104356020830152565b5f80fd5b91908260409103126102515760405161026d8161019d565b6020808294803584520135910152565b9080601f8301121561025157604051916102986040846101d8565b82906040810192831161025157905b8282106102b45750505090565b81358152602091820191016102a7565b906080606319830112610251576040516102dd8161019d565b60206102f882946102ef81606461027d565b845260a461027d565b910152565b91906080838203126102515760206102f86040519261031b8461019d565b60408496610329838261027d565b86520161027d565b34610251576101203660031901126102515760043560403660231901126102515761038960409182516103638161019d565b60243581526044356020820152610379366102c4565b9061038336610228565b926112bd565b8251911515825215156020820152f35b6001600160a01b0381160361025157565b60206040818301928281528451809452019201905f5b8181106103cd5750505090565b82516001600160a01b03168452602093840193909201916001016103c0565b346102515760203660031901126102515761042061041460043561040f81610399565b611539565b604051918291826103aa565b0390f35b346102515760203660031901126102515761045160043561044481610399565b61044c613369565b6133c1565b005b8015150361025157565b346102515760203660031901126102515760043561047a81610453565b604051638da5cb5b60e01b81526020816004817f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03165afa9081156105ac575f91610571575b506001600160a01b031633036104e0576104519061341f565b60405162461bcd60e51b815260206004820152605c60248201527f424c535369676e6174757265436865636b65722e6f6e6c79436f6f7264696e6160448201527f746f724f776e65723a2063616c6c6572206973206e6f7420746865206f776e6560648201527f72206f6620746865207265676973747279436f6f7264696e61746f7200000000608482015260a490fd5b90506020813d6020116105a4575b8161058c602093836101d8565b81010312610251575161059e81610399565b5f6104c7565b3d915061057f565b6113b2565b5f91031261025157565b34610251575f366003190112610251576040517f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc96001600160a01b03168152602090f35b34610251575f366003190112610251576040517f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b03168152602090f35b34610251575f366003190112610251576040517f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b03168152602090f35b34610251575f366003190112610251576040517f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03168152602090f35b6044359063ffffffff8216820361025157565b359063ffffffff8216820361025157565b6001600160401b0381116101b85760051b60200190565b9080601f8301121561025157813561071d816106ef565b9261072b60405194856101d8565b81845260208085019260051b82010192831161025157602001905b8282106107535750505090565b60208091610760846106de565b815201910190610746565b81601f82011215610251578035610781816106ef565b9261078f60405194856101d8565b81845260208085019260061b8401019281841161025157602001915b8383106107b9575050505090565b60206040916107c88486610255565b8152019201916107ab565b9080601f830112156102515781356107ea816106ef565b926107f860405194856101d8565b81845260208085019260051b820101918383116102515760208201905b83821061082457505050505090565b81356001600160401b0381116102515760209161084687848094880101610706565b815201910190610815565b91909161018081840312610251576108676101f9565b9281356001600160401b0381116102515781610884918401610706565b845260208201356001600160401b03811161025157816108a591840161076b565b602085015260408201356001600160401b03811161025157816108c991840161076b565b60408501526108db81606084016102fd565b60608501526108ed8160e08401610255565b60808501526101208201356001600160401b0381116102515781610912918401610706565b60a08501526101408201356001600160401b0381116102515781610937918401610706565b60c08501526101608201356001600160401b0381116102515761095a92016107d3565b60e0830152565b90602080835192838152019201905f5b81811061097e5750505090565b82516001600160601b0316845260209384019390920191600101610971565b9291906109d460209160408652826109c082516040808a01526080890190610961565b910151868203603f19016060880152610961565b930152565b34610251576080366003190112610251576004356024356001600160401b03811161025157366023820112156102515780600401356001600160401b03811161025157366024828401011161025157610a306106cb565b90606435936001600160401b038511610251576024610a56610a5e963690600401610851565b940190611d7b565b906104206040519283928361099d565b34610251575f36600319011261025157610a86613369565b603380546001600160a01b031981169091555f906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b34610251575f366003190112610251576033546040516001600160a01b039091168152602090f35b6001600160401b0381116101b857601f01601f191660200190565b929192610b1882610af1565b91610b2660405193846101d8565b829481845281830111610251578281602093845f960137010152565b3461025157604036600319011261025157600435610b5f81610399565b602435906001600160401b03821161025157606060031983360301126102515760405190610b8c826101bd565b82600401356001600160401b038111610251578301366023820112156102515761045193610bc66044923690602460048201359101610b0c565b845260248101356020850152013560408301526126d5565b34610251575f602036600319011261025157600435610bfc81610399565b610c04613369565b7f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b031690813b156102515760405163a0169ddd60e01b81526001600160a01b039091166004820152905f908290602490829084905af180156105ac57610c6f575080f35b61045191505f906101d8565b906020600319830112610251576004356001600160401b0381116102515760040182601f82011215610251578035926001600160401b038411610251576020808301928560051b010111610251579190565b3461025157610cdb36610c7b565b90610ce46136c8565b7f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b0316915f5b818110610d685750823b1561025157610d44925f9283604051809681958294634e5cd2fd60e11b84523060048501612926565b03925af180156105ac57610d5457005b80610d625f610451936101d8565b806105b1565b915f93915f915b610d87610d7d8684846127d3565b60408101906127f5565b9050831015610dc3576001610db981976020610db187610dab610d7d8c8a8a6127d3565b9061282a565b0135906114bf565b9301929550610d6f565b9390929460019250610e0790610df1813088610dec6020610de6898c33956127d3565b0161283a565b61375c565b86610e026020610de686898b6127d3565b6137a5565b01610d11565b34610251575f602036600319011261025157600435610e2b81610399565b610e5f337f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b031614612648565b7f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b031690813b15610251576040516351b27a6d60e11b81526001600160a01b039091166004820152905f908290602490829084905af180156105ac57610c6f575080f35b34610251575f6020366003190112610251576004356001600160401b038111610251573660238201121561025157610f0c903690602481600401359101610b0c565b610f14613369565b7f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b0316803b156102515760405163a98fb35560e01b8152915f918391829084908290610f6a9060048301612a96565b03925af180156105ac57610c6f575080f35b34610251575f36600319011261025157602060ff609754166040519015158152f35b3461025157602036600319011261025157600435610fbb81610399565b61100b5f5491610fef610fd9610fd58560ff9060081c1690565b1590565b80948195611085575b8115611065575b50612aa7565b82611000600160ff195f5416175f55565b61104e575b8061384f565b61101157005b61101f61ff00195f54165f55565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1005b61106061010061ff00195f5416175f55565b611005565b303b15915081611077575b505f610fe9565b60ff1660011490505f611070565b600160ff8216109150610fe2565b34610251575f366003190112610251576040517f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b03168152602090f35b34610251575f36600319011261025157610420610414612b0a565b346102515760203660031901126102515760043561110f81610399565b611117613369565b6001600160a01b0381161561112f5761045190613680565b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b34610251575f366003190112610251576065546040516001600160a01b039091168152602090f35b34610251576111b936610c7b565b906111c26136c8565b7f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b0316915f5b8181106112215750823b1561025157610d44925f928360405180968195829463fce36c7d60e01b845260048401612d59565b806112506112376020610de66001958789612d37565b6040611244848789612d37565b0135903090339061375c565b6112796112636020610de6848789612d37565b86604061127185888a612d37565b0135916137a5565b016111ef565b634e487b7160e01b5f52603260045260245ffd5b9060028110156112a45760051b0190565b61127f565b634e487b7160e01b5f52601260045260245ffd5b61139961137661139f9561137061136985875160208901518a515160208c51015160208d016020815151915101519189519360208b0151956040519760208901998a5260208a015260408901526060880152608087015260a086015260c085015260e084015261010083015261134081610120840103601f1981018352826101d8565b5190207f30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f0000001900690565b8096612e72565b90612eb8565b9261137061138b611385612f40565b94613037565b91611394613153565b612e72565b9161319d565b9091565b90816020910312610251575190565b6040513d5f823e3d90fd5b9081602091031261025157516001600160c01b03811681036102515790565b90816020910312610251575160ff811681036102515790565b604051906114046020836101d8565b5f808352366020840137565b9061141a826106ef565b61142760405191826101d8565b8281528092611438601f19916106ef565b0190602036910137565b8051156112a45760200190565b9081518110156112a4570160200190565b634e487b7160e01b5f52601160045260245ffd5b906001820180921161148257565b611460565b906002820180921161148257565b906003820180921161148257565b906004820180921161148257565b906005820180921161148257565b9190820180921161148257565b6001600160601b0381160361025157565b90816040910312610251576020604051916114f78361019d565b805161150281610399565b8352015161150f816114cc565b602082015290565b80518210156112a45760209160051b010190565b5f1981146114825760010190565b6040516309aa152760e11b81526001600160a01b0391821660048201527f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f37304290911690602081602481855afa9081156105ac576115b9916020915f916118b8575b506040518093819263871ef04960e01b8352600483019190602083019252565b0381855afa9081156105ac575f91611889575b506001600160c01b0316908115908115611826575b5061181a576115ef906132cb565b5f91907f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b031690835b81518510156116cb57611674602061165161164b61163d898761144f565b516001600160f81b03191690565b60f81c90565b604051633ca5a5f560e01b815260ff909116600482015291829081906024820190565b0381875afa80156105ac57600192611693925f9261169b575b506114bf565b94019361161f565b6116bd91925060203d81116116c4575b6116b581836101d8565b8101906113a3565b905f61168d565b503d6116ab565b6116d6919450611410565b925f905f5b8151811015611814576116f461164b61163d838561144f565b604051633ca5a5f560e01b815260ff8216600482015290602082602481895afa9182156105ac575f926117f4575b50905f915b818310611739575050506001016116db565b604080516356e4026d60e11b815260ff83166004820152602481018590529396929391929190816044818b5afa9182156105ac576117b88b6117a9836117a36117976001986117bd985f916117c6575b50516001600160a01b031690565b6001600160a01b031690565b92611517565b6001600160a01b039091169052565b61152b565b95019190611727565b6117e7915060403d81116117ed575b6117df81836101d8565b8101906114dd565b5f611789565b503d6117d5565b61180d91925060203d81116116c4576116b581836101d8565b905f611722565b50505050565b506118236113f5565b90565b604051639aa1653d60e01b81529150602090829060049082905afa80156105ac5760ff915f9161185a575b5016155f6115e1565b61187c915060203d602011611882575b61187481836101d8565b8101906113dc565b5f611851565b503d61186a565b6118ab915060203d6020116118b1575b6118a381836101d8565b8101906113bd565b5f6115cc565b503d611899565b6118cf9150823d84116116c4576116b581836101d8565b5f611599565b604051906118e28261019d565b60606020838281520152565b156118f557565b60405162461bcd60e51b815260206004820152603760248201525f516020613c515f395f51905f5260448201527f7265733a20656d7074792071756f72756d20696e7075740000000000000000006064820152608490fd5b1561195457565b60405162461bcd60e51b815260206004820152604160248201525f516020613c515f395f51905f5260448201527f7265733a20696e7075742071756f72756d206c656e677468206d69736d6174636064820152600d60fb1b608482015260a490fd5b156119bd57565b60a460405162461bcd60e51b815260206004820152604460248201525f516020613c515f395f51905f5260448201527f7265733a20696e707574206e6f6e7369676e6572206c656e677468206d69736d6064820152630c2e8c6d60e31b6084820152fd5b15611a2857565b60405162461bcd60e51b815260206004820152603c60248201525f516020613c515f395f51905f5260448201527f7265733a20696e76616c6964207265666572656e636520626c6f636b000000006064820152608490fd5b5f1981019190821161148257565b15611a9557565b608460405162461bcd60e51b815260206004820152604060248201525f516020613c515f395f51905f5260448201527f7265733a206e6f6e5369676e65725075626b657973206e6f7420736f727465646064820152fd5b908210156112a4570190565b15611aff57565b60405162461bcd60e51b815260206004820152606660248201525f516020613c515f395f51905f5260448201527f7265733a205374616b6552656769737472792075706461746573206d7573742060648201527f62652077697468696e207769746864726177616c44656c6179426c6f636b732060848201526577696e646f7760d01b60a482015260c490fd5b90816020910312610251575167ffffffffffffffff19811681036102515790565b15611bb457565b60405162461bcd60e51b815260206004820152606160248201525f516020613c515f395f51905f5260448201527f7265733a2071756f72756d41706b206861736820696e2073746f72616765206460648201527f6f6573206e6f74206d617463682070726f76696465642071756f72756d2061706084820152606b60f81b60a482015260c490fd5b908160209103126102515751611823816114cc565b906001600160601b03809116911603906001600160601b03821161148257565b15611c7857565b60405162461bcd60e51b815260206004820152604360248201525f516020613c515f395f51905f5260448201527f7265733a2070616972696e6720707265636f6d70696c652063616c6c206661696064820152621b195960ea1b608482015260a490fd5b15611ce357565b60405162461bcd60e51b815260206004820152603960248201525f516020613c515f395f51905f5260448201527f7265733a207369676e617475726520697320696e76616c6964000000000000006064820152608490fd5b60049163ffffffff60e01b9060e01b1681520160208251919201905f5b818110611d655750505090565b8251845260209384019390920191600101611d58565b949392909193611d896118d5565b50611d958515156118ee565b60408401515185148061263a575b8061262c575b8061261e575b611db89061194d565b611dca602085015151855151146119b6565b611de163ffffffff431663ffffffff841610611a21565b611de961020b565b5f81525f602082015292611dfb6118d5565b611e0487611410565b6020820152611e1287611410565b8152611e1c6118d5565b92611e2b602088015151611410565b8452611e3b602088015151611410565b602085810191909152604051639aa1653d60e01b815290816004817f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03165afa80156105ac57611ea4915f916125ff575b50611e9f368b87610b0c565b61345d565b985f965b6020890151805189101561202057602088611f15611f0b8c611f038f96868e611ee8611ed5868095611517565b5180515f526020015160205260405f2090565b611ef58484840151611517565b5282611fed575b0151611517565b519551611517565b5163ffffffff1690565b6040516304ec635160e01b8152600481019490945263ffffffff9182166024850152166044830152816064816001600160a01b037f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f373042165afa9182156105ac576113708a611fc28f611fbb8f8460208f92611fb293611faa8460019e611fc89e5f91611fd0575b508f8060c01b03169251611517565b520151611517565b51938d51611517565b51166134e4565b90613515565b970196611ea8565b611fe79150863d81116118b1576118a381836101d8565b5f611f9b565b61201b611ffd8484840151611517565b516120148484015161200e87611a80565b90611517565b5110611a8e565b611efc565b509095979496506120359198939299506135fb565b9161204260975460ff1690565b9081156125f7576040516318891fd760e31b81526020816004817f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b03165afa9081156105ac575f916125d8575b5091905b5f925b818410612101575050505050926120da6120d56120ce6120fb95856120ed98608060606020990151920151926112bd565b9190611c71565b611cdc565b0151604051928391602083019586611d3b565b03601f1981018352826101d8565b51902090565b92989596909399919794878b888c888d6124d5575b611f0b8260a061216461164b6121568461216c97612150612142611ed58f9c604060209f9e0151611517565b67ffffffffffffffff191690565b9b611aec565b356001600160f81b03191690565b970151611517565b604051631a2f32ab60e21b815260ff95909516600486015263ffffffff9182166024860152166044840152826064816001600160a01b037f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc9165afa9081156105ac57612230611f0b8f958f906122288f978f96848f61222260c09661221b848f60209f90611efc6121569960409361164b9c5f916124a7575b5067ffffffffffffffff19918216911614611bad565b5190612eb8565b9c611aec565b960151611517565b604051636414a62b60e11b815260ff94909416600485015263ffffffff9182166024850152166044830152816064816001600160a01b037f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c165afa9081156105ac576122bd918c8f925f92612483575b5060206122af92930151611517565b906001600160601b03169052565b6122ea8c6122af8c6122e36122d6826020860151611517565b516001600160601b031690565b9251611517565b5f985f5b60208a01515181101561246a578b8d61232c8961231f61164b612156868f896123179151611517565b519487611aec565b60ff161c60019081161490565b61233b575b50506001016122ee565b8a8a6123c3859f948f968661237d8f9360e0612374611f0b95602061236c61164b612156839f6123839c8991611aec565b9a0151611517565b519b0151611517565b51611517565b60405163795f4a5760e11b815260ff909316600484015263ffffffff93841660248401526044830196909652919094166064850152839081906084820190565b03817f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b03165afa9081156105ac578f612429908f936001959486955f92612434575b506117a36122af929351936124246122d68487611517565b611c51565b019a90508b8d612331565b6122af925061245c6117a39160203d8111612463575b61245481836101d8565b810190611c3c565b925061240c565b503d61244a565b5093919796996001919699509a94929a0192919061209d565b6122af92506124a0602091823d81116124635761245481836101d8565b92506122a0565b60206124c892503d81116124ce575b6124c081836101d8565b810190611b8c565b5f612205565b503d6124b6565b61251294506124ef925061164b9161215691602095611aec565b60405163124d062160e11b815260ff909116600482015291829081906024820190565b03817f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03165afa80156105ac5760208961216c8f938f60a08f9761164b6121568f8f90612150612142611ed58f60408b96918f61259990611f0b9f8a956121649e5f926125af575b5063ffffffff612593929316926114bf565b11611af8565b5050505050509750505050505092935050612116565b6020612593935063ffffffff916125d1913d81116116c4576116b581836101d8565b9250612581565b6125f1915060203d6020116116c4576116b581836101d8565b5f612096565b5f919061209a565b612618915060203d6020116118825761187481836101d8565b5f611e93565b5060e0840151518514611daf565b5060c0840151518514611da9565b5060a0840151518514611da3565b1561264f57565b60405162461bcd60e51b815260206004820152605260248201527f536572766963654d616e61676572426173652e6f6e6c7952656769737472794360448201527f6f6f7264696e61746f723a2063616c6c6572206973206e6f742074686520726560648201527133b4b9ba393c9031b7b7b93234b730ba37b960711b608482015260a490fd5b612709337f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b031614612648565b7f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b031691823b15610251575f928392604051948580948193639926ee7d60e01b835260018060a01b0316600483015260406024830152604061277e82516060604486015260a48501906127af565b91602081015160648501520151608483015203925af180156105ac576127a15750565b80610d625f610209936101d8565b805180835260209291819084018484015e5f828201840152601f01601f1916010190565b91908110156112a45760051b8101359060be1981360301821215610251570190565b903590601e198136030182121561025157018035906001600160401b03821161025157602001918160061b3603831361025157565b91908110156112a45760061b0190565b3561182381610399565b9035601e19823603018112156102515701602081359101916001600160401b038211610251578160061b3603831361025157565b916020908281520191905f5b8181106128915750505090565b90919260408060019286356128a581610399565b848060a01b031681526001600160601b0360208801356128c4816114cc565b166020820152019401929101612884565b9035601e19823603018112156102515701602081359101916001600160401b03821161025157813603831361025157565b908060209392818452848401375f828201840152601f01601f1916010190565b6001600160a01b0390911681526040602082018190528101839052600583901b810160609081019383923684900360be1901925f91908101905b838310612971575050505050505090565b90919293949596605f19828203018352873586811215610251578701906129a961299b8380612844565b60c0845260c0840191612878565b9160208101356129b881610399565b6001600160a01b03166020838101919091526129d76040830183612844565b848603604086015280865294909101935f5b818110612a6257505050612a51600193602093612a4384612a1d612a1060608998016106de565b63ffffffff166060850152565b612a39612a2c608083016106de565b63ffffffff166080850152565b60a08101906128d5565b9160a0818503910152612906565b990193019301919594939290612960565b9091946040806001928835612a7681610399565b848060a01b031681526020890135602082015201960191019190916129e9565b9060206118239281815201906127af565b15612aae57565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b604051639aa1653d60e01b81527f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b031690602081600481855afa80156105ac5760ff915f91612d18575b50168015612d0e577f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b0316905f9081905b808310612cca5750612ba59150611410565b925f905f5b604051639aa1653d60e01b8152602081600481895afa80156105ac5760ff915f91612cac575b5016811015612ca557604051633ca5a5f560e01b815260ff821660048201819052602082602481895afa9182156105ac575f92612c85575b50905f915b818310612c1f57505050600101612baa565b604080516356e4026d60e11b815260ff83166004820152602481018590529396929391929190816044818b5afa9182156105ac576117b88b6117a9836117a3611797600198612c7c985f916117c65750516001600160a01b031690565b95019190612c0d565b612c9e91925060203d81116116c4576116b581836101d8565b905f612c08565b5092505050565b612cc4915060203d81116118825761187481836101d8565b5f612bd0565b604051633ca5a5f560e01b815260ff84166004820152909190602081602481885afa80156105ac57600192612d05925f9261169b57506114bf565b92019190612b93565b50506118236113f5565b612d31915060203d6020116118825761187481836101d8565b5f612b5b565b91908110156112a45760051b81013590609e1981360301821215610251570190565b909180602083016020845252604082019260408260051b8401019381935f91609e1984360301915b858410612d92575050505050505090565b90919293949596603f19828203018352873590848212156102515760208091886001940190608063ffffffff612e1982612ddd612dcf8780612844565b60a0885260a0880191612878565b9587810135612deb81610399565b8a8060a01b0316888701526040810135604087015283612e0d606083016106de565b166060870152016106de565b16910152990193019401929195949390612d81565b60405190612e3b8261019d565b5f6020838281520152565b60405190610180612e5781846101d8565b368337565b60405190612e6b6020836101d8565b6020368337565b91906040906060612e81612e2e565b9485926020855192612e9385856101d8565b8436853780518452015160208301528482015260076107cf195a01fa15612eb657565bfe5b602092916080604092612ec9612e2e565b95869381865193612eda86866101d8565b85368637805185520151828401528051868401520151606082015260066107cf195a01fa8015612eb65715612f0b57565b60405162461bcd60e51b815260206004820152600d60248201526c1958cb5859190b59985a5b1959609a1b6044820152606490fd5b604051612f4c8161019d565b6040908151612f5b83826101d8565b8236823781526020825191612f7084846101d8565b8336843701528051612f8282826101d8565b7f198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c281527f1800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed6020820152815190612fd883836101d8565b7f275dc4a288d1afb3cbb1ac09187524c7db36395df7be3b99e673b13a075a65ec82527f1d9befcd05a5323e6da4d435f3b617cdb3af83285c2df711ef39c01571827f9d602083015261302d835193846101d8565b8252602082015290565b5f516020613c315f395f51905f529061304e612e2e565b505f919006602060c0835b61314e575f935f516020613c315f395f51905f526003818681818009090860405161308485826101d8565b8436823784818560405161309882826101d8565b813682378381528360208201528360408201528560608201527f0c19139cb84c680a6e14116da060561765e05aa45a1c72a34f082305b61f3f5260808201525f516020613c315f395f51905f5260a082015260056107cf195a01fa8015612eb65761310290613b71565b519161314e575f516020613c315f395f51905f528280091461313957505f516020613c315f395f51905f5260015f94089293613059565b9293505061314561020b565b92835282015290565b6112a9565b61315b612e2e565b506040516131688161019d565b600181526002602082015290565b9060068202918083046006149015171561148257565b90600c8110156112a45760051b0190565b939290916131ab604061021a565b94855260208501526131bd604061021a565b91825260208201526131cd612e46565b925f5b600281106131fa575050506020610180926131e9612e5c565b93849160086201d4c0fa9151151590565b80613206600192613176565b6132108285611293565b515161321c828961318c565b5260206132298386611293565b51015161323e61323883611474565b8961318c565b526132498286611293565b51515161325861323883611487565b5261326e6132668387611293565b515160200190565b5161327b61323883611495565b5260206132888387611293565b51015151613298613238836114a3565b526132c46132be6132b760206132ae868a611293565b51015160200190565b51926114b1565b8861318c565b52016131d0565b61ffff6132d7826134e4565b166132e181610af1565b906132ef60405192836101d8565b8082526132fe601f1991610af1565b013660208301375f5f5b825182108061335e575b15613357576001811b8416613330575b61332b9061152b565b613308565b90600161332b9160ff60f81b8460f81b165f1a61334d828761144f565b5301919050613322565b5050905090565b506101008110613312565b6033546001600160a01b0316330361337d57565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b606554604080516001600160a01b038084168252841660208201529192917fe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e39190a16001600160a01b03166001600160a01b03199190911617606555565b60207f40e4ed880a29e0f6ddce307457fb75cddf4feef7d3ecb0301bfdf4976a0e2dfc91151560ff196097541660ff821617609755604051908152a1565b90600161346b60ff93613944565b928392161b11156134795790565b60405162461bcd60e51b815260206004820152603f60248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206269746d61702065786365656473206d61782076616c7565006064820152608490fd5b805f915b6134f0575090565b5f1981018181116114825761ffff9116911661ffff81146114825760010190806134e8565b9061351e612e2e565b5061ffff8116906102008210156135c357600182146135be5761353f61020b565b5f81525f602082015292906001905f925b61ffff831685101561356457505050505090565b600161ffff831660ff86161c81161461359e575b60016135946135898360ff94612eb8565b9460011b61fffe1690565b9401169291613550565b9460016135946135896135b38960ff95612eb8565b989350505050613578565b505090565b60405162461bcd60e51b815260206004820152601060248201526f7363616c61722d746f6f2d6c6172676560801b6044820152606490fd5b613603612e2e565b50805190811580613674575b156136305750506040516136246040826101d8565b5f81525f602082015290565b60205f516020613c315f395f51905f52910151065f516020613c315f395f51905f52035f516020613c315f395f51905f528111611482576040519161302d8361019d565b5060208101511561360f565b603380546001600160a01b039283166001600160a01b0319821681179092559091167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3565b6065546001600160a01b031633036136dc57565b60405162461bcd60e51b815260206004820152604c60248201527f536572766963654d616e61676572426173652e6f6e6c7952657761726473496e60448201527f69746961746f723a2063616c6c6572206973206e6f742074686520726577617260648201526b32399034b734ba34b0ba37b960a11b608482015260a490fd5b6040516323b872dd60e01b60208201526001600160a01b039283166024820152929091166044830152606480830193909352918152610209916137a06084836101d8565b613a9f565b604051636eb1769f60e11b81523060048201526001600160a01b0383166024820152602081806044810103816001600160a01b0386165afa9081156105ac57610209946137a0926137fc925f9161383057506114bf565b60405163095ea7b360e01b60208201526001600160a01b0394909416602485015260448085019190915283526064836101d8565b613849915060203d6020116116c4576116b581836101d8565b5f61168d565b9060ff5f5460081c16156138695761044c61020992613680565b60405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608490fd5b156138c957565b60405162461bcd60e51b815260206004820152604760248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206f72646572656442797465734172726179206973206e6f74206064820152661bdc99195c995960ca1b608482015260a490fd5b906101008251116139b4578151156139af5761397261396861164b61163d85611442565b60ff600191161b90565b6001905b83518210156139aa5760019061399561396861164b61163d868961144f565b906139a18183116138c2565b17910190613976565b925050565b5f9150565b60a460405162461bcd60e51b815260206004820152604460248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206f7264657265644279746573417272617920697320746f6f206064820152636c6f6e6760e01b6084820152fd5b90816020910312610251575161182381610453565b15613a4757565b60405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608490fd5b60018060a01b03169060405190613ab76040836101d8565b602082527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65646020830152823b15613b2c575f81613b07948260208195519301915af1613b01613bbd565b90613bec565b805180613b12575050565b81602080613b27936102099501019101613a2b565b613a40565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b15613b7857565b60405162461bcd60e51b815260206004820152601a60248201527f424e3235342e6578704d6f643a2063616c6c206661696c7572650000000000006044820152606490fd5b3d15613be7573d90613bce82610af1565b91613bdc60405193846101d8565b82523d5f602084013e565b606090565b90919015613bf8575090565b815115613c085750805190602001fd5b60405162461bcd60e51b815260206004820152908190613c2c9060248301906127af565b0390fdfe30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47424c535369676e6174757265436865636b65722e636865636b5369676e617475a264697066735822122092782c9294c5e48f82ff26cc81a3995d2bf3ea297fb8023a8c0c3a50f2aa876364736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x00000000000000000000000000000000000000000000000000000000000000ff"}},"0x4e59b44847b379578588920ca78fbf26c0b4956c":{"nonce":0,"balance":"0x0","code":"0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe03601600081602082378035828234f58015156039578182fd5b8082525050506014600cf3","storage":{}},"0x4edfedff17ab9642f8464d6143900903dd21421a":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x54ccceb38251c29b628ef8b00b3cab97e7cac7d5":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x553bc17a05702530097c3677091c5bb47a3a7931":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x586af62eae7f447d14d25f53918814e04d3a5ba4":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x586ba39027a74e8d40e6626f89ae97ba7f616644":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x5e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x5eb15c0992734b5e77c888d713b4fc67b3d679a2":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x5fbdb2315678afecb367f032d93f642f64180aa3":{"nonce":1,"balance":"0x0","code":"0x6080806040526004361015610012575f80fd5b5f3560e01c9081633ca6bb92146102f8575080637f3c2c28146100ca5780638736381a146100ad57638c5b838514610048575f80fd5b346100a95760203660031901126100a95760043567ffffffffffffffff81116100a95761007b6020913690600401610435565b8160405191805191829101835e5f90820190815281900382019020546040516001600160a01b039091168152f35b5f80fd5b346100a9575f3660031901126100a9576020600254604051908152f35b346100a95760403660031901126100a95760043567ffffffffffffffff81116100a9576100fb903690600401610435565b6024356001600160a01b038116908190036100a95760405182519060208401918083835e5f9082019081528190036020019020546001600160a01b03166102b3576020604051809285518091835e81015f815203019020906bffffffffffffffffffffffff60a01b8254161790556002545f52600160205260405f20815167ffffffffffffffff811161029f5761019282546103db565b601f811161025a575b50602092601f82116001146101fb57928192935f926101f0575b50508160011b915f199060031b1c19161790555b6002545f1981146101dc57600101600255005b634e487b7160e01b5f52601160045260245ffd5b0151905083806101b5565b601f19821693835f52805f20915f5b868110610242575083600195961061022a575b505050811b0190556101c9565b01515f1960f88460031b161c1916905583808061021d565b9192602060018192868501518155019401920161020a565b825f5260205f20601f830160051c81019160208410610295575b601f0160051c01905b81811061028a575061019b565b5f815560010161027d565b9091508190610274565b634e487b7160e01b5f52604160045260245ffd5b60405162461bcd60e51b815260206004820152601b60248201527f636f6e747261637420616c7265616479207265676973746572656400000000006044820152606490fd5b346100a95760203660031901126100a9576004355f52600160205260405f20905f825492610325846103db565b9081845260208401946001811690815f146103be575060011461037e575b8460408561035381870382610413565b8151928391602083525180918160208501528484015e5f828201840152601f01601f19168101030190f35b5f90815260208120939250905b8082106103a45750909150810160200161035382610343565b91926001816020925483858801015201910190929161038b565b60ff191686525050151560051b8201602001905061035382610343565b90600182811c92168015610409575b60208310146103f557565b634e487b7160e01b5f52602260045260245ffd5b91607f16916103ea565b90601f8019910116810190811067ffffffffffffffff82111761029f57604052565b81601f820112156100a95780359067ffffffffffffffff821161029f576040519261046a601f8401601f191660200185610413565b828452602083830101116100a957815f92602080930183860137830101529056fea264697066735822122039bd1953a252e76f7a405125ede13adb1de2eba416c1ab9e500173de92189b3c64736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000002":"0x0000000000000000000000000000000000000000000000000000000000000007","0x2530796d58628e4b3dd5db0d44433a0207a8da65e806a6815a2fa87fb24a7616":"0x00000000000000000000000095401dc811bb5740090279ba06cfa8fcf6113778","0x5a105ec97f363ec5586f506ef8e1fad389d2a0275fbef6322a78e21c0640504f":"0x000000000000000000000000c3e53f4d16ae77db1c982e75a937b9f60fe63690","0x5b103892d785e903f72f2e72dfbd4a6e4f97ba9259586f91f2f7f2140e1bafd1":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x6309f3c430c3b173aa928a10d2cabb245bae0b278de096da1b482f6e67a2295f":"0x0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318","0x788a408b6fa94f32351ea2075021dffa8b99053510e67501f7e7353362805a16":"0x0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f875707","0x7dfe757ecd65cbd7922a9c0161e935dd7fdbcc0e999689c7d31633896b1fc60b":"0x64656c65676174696f6e4d616e61676572000000000000000000000000000022","0x8f331abe73332f95a25873e8b430885974c0409691f89d643119a11623a7924a":"0x65726332304d6f636b5374726174656779000000000000000000000000000022","0xa6eef7e35abe7026729641147f7915573c7e97b47efa546f5f6e3230263bcb49":"0x6d6f636b417673536572766963654d616e61676572000000000000000000002a","0xaec042747de4dbfef4a318a36b979f05c565af1ba593f4159410715096300a21":"0x000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c9","0xcc69885fda6bcc1a4ace058b4a62bf5e179ea78fd58a1ccd71c22cc9b688792f":"0x6d6f636b4176735265676973747279436f6f7264696e61746f72000000000034","0xd6b8b93bd8854fe813bf2c494a9d7862d1d948777f4a5bfdf1b066693ed94d83":"0x0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f373042","0xd9d16d34ffb15ba3a3d852f0d403e2ce1d691fb54de27ac87cd2f993f3ec330f":"0x6d6f636b4176734f70657261746f72537461746552657472696576657200003a","0xe2689cd4a84e23ad2f564004f1c9013e9589d260bde6380aba3ca7e09e4df40c":"0x72657761726473436f6f7264696e61746f720000000000000000000000000024","0xedc95719e9a3b28dd8e80877cb5880a9be7de1a13fc8b05e7999683b6b567643":"0x73747261746567794d616e61676572000000000000000000000000000000001e"}},"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707":{"nonce":1,"balance":"0x0","code":"0x60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0000000000000000000000000000000000000000000000000000000000000033":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000000000000000000000000000000000000000065":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0000000000000000000000000000000000000000000000000000000000000097":"0x0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0","0x0000000000000000000000000000000000000000000000000000000000000098":"0x0000000000000000000000000000000000000000000000000000000000000000","0x00000000000000000000000000000000000000000000000000000000000000c9":"0x5bc5b424ff8db9bd8202cae3beb193c946b905d8ebddb990e36a723af40eb1c4","0x00000000000000000000000000000000000000000000000000000000000000cb":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00012470c5b6bb2a644c5685b79c67dbc72293d00e5ec70944046dafc5c74b6f":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x0033092559264b5f25b72e5e74250a39de0a8c3941c718b30927337ac7e10b08":"0x00000000000000000000000000000000000000000000000022997aec86aa0174","0x0181e46b0e8a99795c1e510220230eba8fccc06709c7b660d116a9d0bca3f56b":"0x0000000000000000000000000000000000000000000000000000000000000001","0x028ed7928f1bab1c7c9635fd234689b2d01b9f4050a6a7083dffe35042595bf8":"0x0000000000000000000000000000000000000000000000000000000000000001","0x03210eac47673b86b1237efcc690a14b33c121bb1c76a6821d374af16708dfaa":"0x0000000000000000000000000000000000000000000000000000000000000001","0x045bf373bf043697a461ec7b1bbb2a26c4157c669ad2b2f685589a9b3dcf46d0":"0x0000000000000000000000000000000000000000000000008ab268a9fc9a4827","0x04c791a397cb5163a3285c88243b9c4e2424bc06476cfa776661401ec487af3d":"0x0000000000000000000000000000000000000000000000004df6c2702215b7bc","0x09109bdfd66897edc8b75654225017cf98c89ecf3d638212de0e1ba339d9fc8e":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0a1c134d509f4894afb78969b95c47ec30c36c23cb1f8bda4fd5a2762acdad14":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0a875b625f114fd045868e5d289cd8712cb55db16d7e4b6944473b255a05a6ab":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0c7e47477d7062b331f752d3cfedb43f74f08bd9bf02bc25aef7d5b6b82b6980":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0d0a4e4b405f836c325155d760f0bf68f1a1a3caba59771e9d177b9bd6e9e732":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0da3768f7a0ff06567a83fd1fa059498157ae8b73981bd16d282bbb080cd0bbb":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0ed66b679d4b30755c9937583fe42ce7dc338cd57a48d9ddca560b4a1992aef0":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x0f7eaa54173c38729761729698ed7c1b4af7efa371572876253c7ddfc26aef71":"0x0000000000000000000000000000000000000000000000006e7330ddc26efb3d","0x1096a3911fd8e69296e5fab6bb94a58b29aad80797f11ffa03fe9f4f5aaea73f":"0x0000000000000000000000000000000000000000000000000000000000000001","0x11e1fcea0837918f4f568058cffc143e796253f345a47fe41e10c53594678526":"0x0000000000000000000000000000000000000000000000000f4679cadc66390d","0x13dcd5241a85cf47301802481558e946c0324733b05f6e13a8a48e116579b507":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x144f8979f16656c55fc839f8c94014a063cd5230ecd5ba6eb56c7008c936f8b0":"0x0000000000000000000000000000000000000000000000000000000000000001","0x155020ba261a7f977742f0d46a2e471225d732f23ed8af93d16b8a87f9bdec26":"0x00000000000000000000000000000000000000000000000067f2132e2fa3914e","0x159785199cbf9e86a38d0ed50137639b07743465cf502a0e8520b5e8cecf1881":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x159d5ed9cd98c04f8498a6792fee146170467852ba42897bda5b34a3ddefc17b":"0x0000000000000000000000000000000000000000000000000000000000000001","0x176a9f1f97df18842edcba91f20bc0228a5e58d940de843f8db6a3eb3537491b":"0x0000000000000000000000000000000000000000000000000000000000000001","0x179b2d2a14e266c3187de279e14810069c1af24c2c23d7faf16132ec8484697a":"0x0000000000000000000000000000000000000000000000000000000000000001","0x17edcf6dcd78992d6029ef1a0d66b2c16edacaa96442d8b4d6cf9fd89c2decb2":"0x0000000000000000000000000000000000000000000000005777c6e94b74fd0f","0x17f7bbf439f69d31f7875a9b76fee55189df010c3ef81139a25f323068dda036":"0x0000000000000000000000000000000000000000000000000000000000000001","0x184841f6379e02506d9559e0ef42a192cbcdb1feee9cf226b6fa4af847a427c7":"0x0000000000000000000000000000000000000000000000003a6e87f491fb9ccb","0x1ae3ae1d8aa1a82ba1178c40230eff770b9fb14f1be9ff005fc460847ba7f65d":"0x0000000000000000000000000000000000000000000000002d140bef1be0a9d1","0x1b5a88df14f30e35f38826cb5b83ebb57511204fdf527e2561b79f969bf00d6b":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x1b769251d277a1489015288929c9f8a0eaf2bc14c8b86d7e0cf0ef70ee3ae40b":"0x0000000000000000000000000000000000000000000000000000000000000001","0x1bb6e0336c16150a926c6af9e948f9195daea17d3d1a036000a680131935f240":"0x0000000000000000000000000000000000000000000000000000000000000001","0x1c6b24034bca8dffad9247c7f428f26c5aaa178668332dbf4294ef0716d1fce2":"0x0000000000000000000000000000000000000000000000003bbbb9e20a3e8778","0x1cd8e5fa4ba3c38fce04c813eb27e30a6acd1b0401426a21c70040ef10cbba55":"0x0000000000000000000000000000000000000000000000000000000000000001","0x1d54343aeb2a2d1054e02d93239c1dfa56e846cd848b1a974864628044024f87":"0x0000000000000000000000000000000000000000000000000000000000000001","0x1d752f9644d9f780ddaa2fca04854cd7d46c93ea26ab68d7032b1247533291a3":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x1e1125565df4e04807d3bc07210630f7f897d40b4044ecc339a14b917b2e9a7e":"0x0000000000000000000000000000000000000000000000000000000000000001","0x1e3f1fd4aeaaf68b18ac3ca32c72a19c670a84a32e7cc7bc8dc2f3811ad7d653":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x2190fc63b22225c4cfbb886bdd5bd4109545d591ec347c99bbd81ed097a020a4":"0x0000000000000000000000000000000000000000000000000000000000000001","0x23a20b940505c8c07955013bf66fa95c21006af707dc1f1a4ca3f352e831225a":"0x0000000000000000000000000000000000000000000000000000000000000001","0x23ce5a91626c1682d267d30c89eff8a538f462baf408c0ac115b0e96cbf9f2d3":"0x0000000000000000000000000000000000000000000000000000000000000001","0x25973bcc03716aae46e1947c55da7cdbb10ae800fd3d9aec0c3cf3c2901555d8":"0x0000000000000000000000000000000000000000000000000000000000000001","0x2661775694d9a0da3d4ac8287396db0f3b695bd719abd86d1eecd6d7f88642a8":"0x00000000000000000000000000000000000000000000000039f4d3f2cf92a422","0x27b7285775869e1e36e98bad58742f5ebdbdb0c13eda554fd650e9759628e982":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x280541a380189d800529c3b3a3b67da20bff610b3f54eae973fe5a5c3009cf9e":"0x00000000000000000000000000000000000000000000000058ae5cd63f90f417","0x285505ace1df6a98d1facf74b5c7a72db75cb9204dd114cef60f5d3c341cab49":"0x0000000000000000000000000000000000000000000000007a4c38967d5fef52","0x28614a7813f2f3d16b0fe9c7afa3f539ef77e0ddbeb188130be958e407202672":"0x0000000000000000000000000000000000000000000000007ee8b22590a6071f","0x28e4d483827fd33b125a908b3788e2955d796d55dcff27ee7b4005788f715b5e":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x2936e633dbfb74ba31dbb31534a190b9f9a2782fa843b29d5e593609479f8501":"0x00000000000000000000000000000000000000000000000084d96eae26b46228","0x2af14d3479ddeed0e50354f613ee1f124205b0e2f52d03b7197ce9035d9ebd3b":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x2d8801a46b97d37b85774da41f893dc3c758ecec4f1b1d3eabc927bcb213d5e3":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x2e9e3de57affc6f7b130fe68810eae921c88850d02861d3c889fdc9a50ec1a85":"0x0000000000000000000000000000000000000000000000000000000000000001","0x2ecac8b55587b2001c146d61e6deb2def80ece4d5329fce3a37667d7cf0b03f1":"0x00000000000000000000000000000000000000000000000038312cbeff92e5ce","0x30d53c768a70b92b923a4612745691a48c49aea59fa20a14e1c7c113e1367656":"0x00000000000000000000000000000000000000000000000080267dc069a25faf","0x30de3d2439899997603febfbc08f27ede88be19315167b555ffe09456c256d22":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x31d2de8915bf2985c7384caf6258fa9c28af39c844a6938a64d0167c037f42f8":"0x000000000000000000000000000000000000000000000000216714fd5b83698d","0x32e5f26db1cfdc7d1804eb70ea2855450ca5d081d109bf8a77244924446527dc":"0x0000000000000000000000000000000000000000000000000000000000000001","0x33812b6da613809e6ac1df478b8e83fd8f254d0791f067af3a44e2a296cd168f":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x345bbd3919fd76f01aeb2001eab60d1a3f8be0a2f94a25e89bdb63b5a67a382f":"0x00000000000000000000000000000000000000000000000078999484ace91c39","0x351873d28aa4b37299c0d248fb0855e3fac4cfdcd05b62a6f0f64e1a5b2693e2":"0x0000000000000000000000000000000000000000000000006ceb59830bfc8ad2","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x0000000000000000000000000dcd1bf9a1b36ce34237eeafef220932846bcd82","0x3681b1e67633d84af21b0b1944ca1492a8ed9da255302f555a8b8d5653413769":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x36f05225a96139e847adfd39b98d96fe177e3d13348b730bb604de54d60072ed":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x3a4b474fdbfcdff5b7bad7bcfc90d8b14b35f5d2352d90b4e3312adc3683b75d":"0x000000000000000000000000000000000000000000000000580fd18d39e768d0","0x3ae3b4897628cc54c17e113748961c054fd59d4d9d30b88aee6e072295b063eb":"0x0000000000000000000000000000000000000000000000007b5665642e785f30","0x3b201ab441bf4ad607edbc6cc2c600a0706f406208d7ef410f68a8977a2f822c":"0x0000000000000000000000000000000000000000000000000000000000000001","0x3b6789b027201a3c2f67079ca9836b6ab69655f14ad6092e0907f8dc242a4d39":"0x0000000000000000000000000000000000000000000000000000000000000001","0x3c01c05177b49e9ef82aaf9573e28522a15bb62d647f4117700c359c73e82cde":"0x0000000000000000000000000000000000000000000000000000000000000001","0x3c8a3c0acd973f384436d8a1b44c2ca20406eaa68cb0f15c46a6b628136ab0f2":"0x0000000000000000000000000000000000000000000000000000000000000001","0x3ce400cc2a3fd63b4f6afec0f7b2459ff102c050c2ae28cc1c95be34dadf16c1":"0x0000000000000000000000000000000000000000000000000000000000000001","0x3cf4e68a0f2106951c41984e2be5550239966e8a765c3b6b911fb48521730f94":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x3da845ef01d41657c8e6fa16173cb95fa5c50fa2a77112c36f45ca32b5a913f0":"0x00000000000000000000000000000000000000000000000034ec8b2e30a30bd7","0x3e1e1eda01b9f84c194daee1fe15b2ebea1610adc8699beab7655ad52905ad55":"0x00000000000000000000000000000000000000000000000016a09e5cc91e09eb","0x3e9ec8a7736c4eafab8b60bb195dda3ac3e501510f877cf7881925785229af89":"0x00000000000000000000000000000000000000000000000041b4adb212af6ec2","0x3eda558baa201c6270564b253ad7d88893e8b54c19fd06d42a0c90483db69ec9":"0x000000000000000000000000000000000000000000000000539c867c7e3bfd3c","0x3f1193502744c2204098c0a553d5e2de8deb503d831f63f53409b949909b935a":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x3fc7bdbb8ac400773b221193d933b0a71943316230cccdc4e505ac0b4fc0af7a":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x40713f4cf525654fd76c82e58efdea5f3735637fb79976147be7b3f2331795c9":"0x0000000000000000000000000000000000000000000000000000000000000001","0x40c535a4a45fe852ec21338d6d42cad9fee16d07e36d750fd65ed1532316fc0b":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x41a95ffb707aa1e771e4c5f280c5a084ecf63e636f2db5d174bc434f8e284ec7":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x431467763219135bec9e844099008aad545c462d9321ebcaea0a59534747ccb8":"0x0000000000000000000000000000000000000000000000000000000000000001","0x43c68b8bbc8bb71a07da082d4c1a785abffad7964a58cc2960e1640cf08eca6e":"0x00000000000000000000000000000000000000000000000024109a665095c888","0x43ed22fddc60773568d2fd1d692da1f012498c8052963157de884320d6c4b18d":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x440735bafbf8082e66025d9fa8fd5d508597d0424956cd32ea90747dde39388d":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x440b0ce297af512895107c1c66dca295d9687a6508bef4b5ac52e9f15b1756d0":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x454ddfc0e91eed18c3bdc3d7e25586e7081a784e40f1e22e1b562b302ed6c709":"0x0000000000000000000000000000000000000000000000000000000000000001","0x458892d2363b503da3c6748d0ed67726d8665505d8e78070bfa3f41c2e269873":"0x00000000000000000000000000000000000000000000000022bf698e9dd6f0b0","0x458d40356308a63405f82a212b9668dd242df9a6c4a0640ef4a64cb15ab1f17c":"0x0000000000000000000000000000000000000000000000000000000000000001","0x45fc8900043f0335471bcbb02b08b106e58ff6bcc85b2499f2dd268d1141928c":"0x0000000000000000000000000000000000000000000000005d00f765584df03b","0x462e0642176576ea4788507143b1f2531d013735e54cf126a127ff3fa62acf7e":"0x00000000000000000000000000000000000000000000000032d96cba53cf0152","0x466b6213b1fec21b9705f17cd4d6f5b6085be1f3b48d3423ba55f50b373d26bf":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x4798e76d25e34681d402af4efa854b84d2ca447a0e5dc5feb58aa0d55bdf73d7":"0x0000000000000000000000000000000000000000000000003a7c536d83f91028","0x47cf0d4f21ee85072724a34ad6b288a87740e08bcd72febe51eaeae2a04533b9":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840","0x4821f6907f3e919636c625b9c70e9a7e2c2c3b633b788922e447290527d28094":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x486320dad2a15316c0b4e829cd7c27253b80485c1cc266a3908d55884e874639":"0x0000000000000000000000000000000000000000000000000000000000000001","0x49ea855361fa988d2e598e1f9b949a4bce93eb89952f1cdf6c40133647f42f12":"0x0000000000000000000000000000000000000000000000007c6d1175e13d2753","0x4b520c4e45e992378617adbbee076205c9a1dc8439c53ab5747e65dea75419b9":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x4bc846f1ebabec45e50d4be44659dabb646c7dd80013892e98e668bf106884a6":"0x00000000000000000000000000000000000000000000000035305bc89a3aca62","0x4dcbcd2cdf5fca388e1b5b729b231a58449c188cde0568566a5e16732a002446":"0x0000000000000000000000000000000000000000000000000000000000000001","0x4e0a51fd26771cc8e0118fc4993101067175e0a0f075985f71179b6265938f3c":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x4e70b1ce8a83037396ab2ff498ab380a3d3fac5662f8ed33fc74a8d7040aae8c":"0x0000000000000000000000000000000000000000000000002f03491c799698ec","0x4f5a0eaade1cffc5f60a8a07d55e82c74e949807e719de55e74e3ffbeca2122d":"0x00000000000000000000000000000000000000000000000015f9186533eda559","0x4fa272a5ac311c05dec38663e748f8e47ccc10b13d79991eaf73e869d260ded7":"0x0000000000000000000000000000000000000000000000003eb75af02a4d70a3","0x5087c3127cba8feb0d570b7023ffa135d112fd9ddd6388e127b1057490654f68":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x5188396b214788e8696b2e9f6b8c77c5223b6f35407f4f31a835ea9b39f6bf06":"0x0000000000000000000000000000000000000000000000000000000000000001","0x51c1bf642902efdf503b8b3d0989cf0073e2aa4aafb8dd1c9b56c0f6a95d2d63":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x550a8742f414612392a9a2c1af057043d8406dd33d9e1f9a22d8503b2254d0cc":"0x0000000000000000000000000000000000000000000000000000000000000001","0x5537fae697c944a066e17fde440c7d73ea04236e9af1e968a765db4a2148104e":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x55d3bbcb9f8f0a91289625f108bf80f31c60a30ae5c27295da20564258df69c6":"0x0000000000000000000000000000000000000000000000000000000000000001","0x564c3addbf57abbe3d7d3bab34d5100d92afc25beaaf48577d92797dd9cfb046":"0x0000000000000000000000000000000000000000000000000000000000000001","0x579db28dbc6e493a09bb35435703f32a9fc367a6793466bf545c6f2e83c7d88f":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x57b7b2ddeae79dd596700ff7f0a5bdb93b72d19e677a6bbc89f6896b76bcdcdf":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x57fd1a0802af3a20a4cfff44af83f461ff85bbfe05e4f5556c179aaa0c0e4ab9":"0x0000000000000000000000000000000000000000000000000000000000000001","0x597195fcdd9b917919326355107e6a3be86b03f00e0cb2fc6bbfcf766675e2fc":"0x0000000000000000000000000000000000000000000000000000000000000001","0x5ab9c743d7983d7e09c22b549804668c1f4b8892110309bab94f2521770f6c9e":"0x0000000000000000000000000000000000000000000000000000000000000001","0x5b852c9148452e990cb5a864dbcb68fca0edb95059544cf54904ef5fc6fb4f92":"0x0000000000000000000000000000000000000000000000004110171a4c1b2174","0x5c68643c60801d3ceab8ddcc7d908d9b1f2ad4aa74512ae48c18b4009731ea85":"0x00000000000000000000000000000000000000000000000051f08614c35c92fb","0x5f3876ce98919ce98b11997cc1bc68e120800c4a193a957cc4283a2ef1549a20":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x5ff5562d5a40163205dfd5a90d020ee7ba6750d0a6ac66866e076d315f039b5d":"0x000000000000000000000000000000000000000000000000749bda47f696ad25","0x600db5edfb38232ee157cdf58a0939fe693898b0ed3077fb92e1ded0af0f3276":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x60c41347db311320d4d57f286f077bc409de2243476aef6507e69ef517a046ce":"0x0000000000000000000000000000000000000000000000000000000000000001","0x60ecd0f3f7ec26f044cb9eaad3d814b1da7a95f01339ef6363c70b829624ee27":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x613401231b8f0c69177aa1745e9f255f0c3174cb59a79d7e18bc29206ba187b7":"0x0000000000000000000000000000000000000000000000001bd4943ef7e051c3","0x61806dd1bd0af1bbe9976e8846f852bdf3d1a4304e477c698379fe1cf07f250f":"0x0000000000000000000000000000000000000000000000000000000000000001","0x62531465c1dd3de0ee4d120b4c9864c803cc049c8baab0f88f6bf808a3efdd6e":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x62ecf074104289b6cacd0a50f2868c2412cc77beda51daef047743da0762e007":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x63f044fd1fd6370ff95b3eab82c5db19502b8b374db494d26b9b345eecf7387c":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x65179c5f31183d2145e6281bed88da3b82f9a8cb800d3e0dd4aa433b920399c0":"0x0000000000000000000000000000000000000000000000000000000000000001","0x6596916e2204a451a1a7f6db03052cd81171a654f69fa8de24aece80bd437e21":"0x0000000000000000000000000000000000000000000000000000000000000001","0x666653f71128541f850b9ec4b7d6150e5b336724f6f5667efa8113327e9c1cd4":"0x0000000000000000000000000000000000000000000000006579430c2f80163e","0x690b7b2c482af15c78979157ebbab3b8cb6e8d904a4775be2f1339131441955a":"0x0000000000000000000000000000000000000000000000000000000000000001","0x6a7dd7c9e27b004353ba2ce99dfeb7ed41f908113dda59bd674cbb71d021fbba":"0x0000000000000000000000000000000000000000000000003a20d7435e1e5233","0x6aaac42cf2f51e4a861fa3de9e22197bf9f67720dcf6a72f46f1fac3e6b1632e":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x6d217a27bfaf797c5ec4e617d8a8607e2c98280f3859af3782c14ba652b26771":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x6de4a10c7cc4c2467aaf501be4d157ec5ade6610e8a7cbabb386d2740761d61a":"0x0000000000000000000000000000000000000000000000006ffccceb49d04f1d","0x6e45da2e9eee03fd170707b978ee9cf8eb1a12f455f6537c2e09ec29e3432d51":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x6ea6abb7902dd2fb322b932ddc8a77934735157f6beaf8a319a9e6f6caf1c456":"0x0000000000000000000000000000000000000000000000000000000000000001","0x6ee7a8eab3c393d17a0354b46292772301b606101d6990d38b45b96e346aefc3":"0x000000000000000000000000000000000000000000000000109cb2e58d61778d","0x70670d20ee9c49aeeec5c76a0b63dd1bbb19c6fa8e497f7bd9dcefa8f9a8f6f4":"0x0000000000000000000000000000000000000000000000001a1ba04ee1a41b73","0x719635d356f3312a73eb563019c71da61a0bf96e2723e166f13cd6c0e26318d8":"0x000000000000000000000000000000000000000000000000740135c4c48c6c7f","0x71c7fa006fe948c19646ab576bf828acfa79f12b21c51b739d36625deb84c985":"0x000000000000000000000000000000000000000000000000500faf0ef0d10cc6","0x72d4725bfad83417e3d71427dbdec4f07dda3f7875417dbc6af1d2a1b24dde9c":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x72efd927cd993799bdb4641c953effee7531fe5ee2322d3ceda3f0cf0513cdf2":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x72fe07c180b7026435fa9f73672c6caa94ef18eeff8020dc18f46b147c80b778":"0x0000000000000000000000000000000000000000000000000000000000000001","0x73017715bd295e1260bde9d64dbdf18447c307319474c190225d47925c452352":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x7583fe2f83811480090b5a33b4450831653a3c131b08f62d41f5a47d25503ef8":"0x00000000000000000000000000000000000000000000000032a862794ae172cb","0x7618a1b7a16c5a6c8b567850a413d766b4e6a3909ab7280890983a80d308e0fc":"0x0000000000000000000000000000000000000000000000000000000000000001","0x7651a69f68b14174b46b2e090e43a66341d2f5d8e23e5bfdd60ea605d68ddc16":"0x0000000000000000000000000000000000000000000000000000000000000001","0x769e3f3b4dece8e963876fbc71975315caabe7fdb2ebd72dc2cce677aa2880e2":"0x0000000000000000000000000000000000000000000000003bbfc153bbaaad52","0x77966684d97f827d3fdf1238597b0894035be6f58b54971c624effe192326c7c":"0x0000000000000000000000000000000000000000000000002ca592cd3c4c864f","0x781c31c6282cd09051373769e50e0d587975bed7d964572e1a08434ec215643d":"0x0000000000000000000000000000000000000000000000000000000000000001","0x7b30f1ccfa3668ea11b9d3f4f5ed698103e32796b04dcfda09f6a436f65829fb":"0x0000000000000000000000000000000000000000000000000000000000000001","0x7db1102dcae567020d68ba835a09a58a7249137296ec078f28121a5f9c7174de":"0x000000000000000000000000000000000000000000000000225d9fccf0291e95","0x7e9da2edc267565473876f23e0158ecd658e211de1dca142684ef4cb2b2c3496":"0x0000000000000000000000000000000000000000000000003d547b2078bf5a28","0x7f74d905586bccb3c25ea281ac0532ca5650aeda2949336fb042794bdfacdf6a":"0x00000000000000000000000000000000000000000000000056bbecb0ff9fdea6","0x7fbbf86f02a8941e5e70651311e7503226e88095c31a252bd0da8a1795883aed":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x7fce664fc99c40d50e0bfc1ce4a22d16b123235a4581c95bb0f305737648f6dc":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x7fe2354f6f017165b8fd85c0b0aea4dc2217a3919a040ef95bd0a757f6d5c8ac":"0x0000000000000000000000000000000000000000000000000000000000000000","0x80acb723e40004986f2f3a63ff934cc2029115ada23194aa4e881681cd2029c7":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x81215d03db14513960d3df5d62a3d9aa86a604a161e0a3371f62c35cabf2fb51":"0x0000000000000000000000000000000000000000000000000000000000000001","0x82f6de978b9febcd0137260ce204cdc2d77053769c8431b6b1c869df928aef22":"0x0000000000000000000000000000000000000000000000000000000000000001","0x835dc81db889efb4ae5e9665340e72b29390ccff605992787d7844b590f00391":"0x0000000000000000000000000000000000000000000000000000000000000001","0x836b4afb03812fb2c92137da91d6f59c40751ee47e13efa1a228eb56d04aafda":"0x000000000000000000000000000000000000000000000000122c6ab631ff0891","0x8651ae832af017f5c542de1feed040f8a8a823bef9570884e9fefb0ebca34d7a":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x87d9d1aca036fded92c279e2919d960082482d919ae5faac92bf83fb9a75c823":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x885b88a26973a0d995f339abf302191f6bd9c3f1c35f60e215917de873148ff1":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x896ef0cae4e70658f9c9b2e13ce0a573ed348ee01c321e4d2529db591d26f658":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x8c24d9770f9377ffad035cb1cc3497d0d298858fde54e8b84bde9b75ce072b93":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x8c9e621e59c97dd5ed01db7713763cda530cad8e503a33a0d2a3d0d27b0e5a9b":"0x000000000000000000000000000000000000000000000000512d628d4f5142b3","0x8d19f9a754920c1515764cae9ca624bf7b3417115904dd1517cffaf24753eda3":"0x0000000000000000000000000000000000000000000000000000000000000001","0x8e0b9b7958544c7429f99dc0013042e5d21861be613cb84b6327e2190a568ec3":"0x00000000000000000000000000000000000000000000000064ef509b4398ca51","0x8eafdf157d87abead6c76ec650d97c006e7662e74ff5e810b19ae664924aa2fa":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x8f22b19c5d511f70c556efeedc5c2a46a02063c97dfada01df3077b6571f43c7":"0x000000000000000000000000000000000000000000000000783eab248f3c5e5c","0x9039a090ee11efe4765258b1cec0bf6811169bd89d5b70af0208ba0af29fec5d":"0x0000000000000000000000000000000000000000000000000000000000000001","0x90870068fcd66b7389172031e6f580dcdde4d25210cc7d199bc9fdb0e5d4a07d":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x90f741f93beb1a0feac5f7c962f32d2c04d3e266ef9fe984746a4a70b0fb4266":"0x0000000000000000000000000000000000000000000000000000000000000001","0x912145a7a45c64ddf5252326741e68d9219372b020d9024fd92881173cd19941":"0x0000000000000000000000000000000000000000000000000000000000000001","0x92e6c7fa706d6d6bc008c50d49e367be2f22172a8d7e09571d5a99522995b713":"0x0000000000000000000000000000000000000000000000001570f3822260154b","0x93c9798cedeff034dae68ff21af777b2301393172bc4be90096b2c14d633e34b":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x93cb42daae1f23a4b88f6277bd271d0d2b71e455af5fe3cb9f30988bf4dcd4d3":"0x0000000000000000000000000000000000000000000000002f8498dda5bb1dde","0x94b7f3ee12906dbf79253e691d7d7a62528466d0f89817a32aca79314a48fd30":"0x000000000000000000000000000000000000000000000000297d9557a14b736a","0x951ef97556990b886bafbce04c2f0b65d62d4a60e20563565810a3703e9973ba":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x96712d3c30b7b126ed8b5d449df1d9ee55f749b839f73139a0b6a7463bac30ca":"0x0000000000000000000000000000000000000000000000003f94a2da3a2576fd","0x9682d903265fbd122536ba0bf3aeac6b1f7e2d85c88a881987af119569d6bfdc":"0x0000000000000000000000000000000000000000000000000000000000000001","0x96e8649b1e4006aaf66fe2131e9961ad2461765caacde72178be323b5049067f":"0x0000000000000000000000000000000000000000000000007beb33e25ef5e098","0x97b7a76636c8a2601cb317ca51645b06995f9f5ae982ecd8d60e9f711c4cd657":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x987674714074025fa6085d7d8c2d8445deebb43f6a1c455c0f177f38059943ee":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x9884dae4d6dc9fee63d60bf8f51310e75a289b71af3319fb8457e95607f2b4d5":"0x0000000000000000000000000000000000000000000000001b5c36f1c8de7aff","0x98db07ac740cc349fbd3177947166e65a13ffcd9cf28daf402fdd321d1ba13b8":"0x0000000000000000000000000000000000000000000000000000000000000001","0x9bb5d2dce929adad35073c9ec0f73a177dfc36adfb160b6b17f15c868cdb5402":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x9c86d20db2a6371b09b3d3758c34c45bc2622bc6c43f4f2a43e2a9eaf4f31293":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x9e899a1d2e546bb784945b0635ddfddd4b1a91bfeece9bba398e0d4398e6a362":"0x0000000000000000000000000000000000000000000000000000000000000001","0x9f98a7b735fe106f5b6ca8b2cb32fb0184166697fba3fe51fe3271d6034fcad9":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x9fddb2863ed0d95d5d9550dbeba3645e80319a35a60fc33b634656b118a6bb38":"0x00000000000000000000000000000000000000000000000022cd6f987e0f1fd7","0xa095a58dbfbefc217dbeb13e15ea67b10c07604ed8e19fe1cf5445fc269e05a6":"0x00000000000000000000000000000000000000000000000086759309fd1fd327","0xa0f9ee6133e166165f891b524df80966189116a9bdc1e73190565a906e1016b5":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xa1192d72203a4d5c8bf19f4fe0386f9b28ba31dd74483b0993a14945357a7bc4":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xa11c4e015451430864de7e0ecbe16b3185afa9262e4da652d87c0dd425c87a51":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xa2d5dd20049ed7eaec97f23f4498ec00bae26894078c0a9420234aff3cae98b8":"0x0000000000000000000000000000000000000000000000001c712bd73fa1ed3c","0xa337aa538d8e744ae399816fb571dc825b95e9af2cd214f5d83b9fd3d15d7f84":"0x0000000000000000000000000000000000000000000000000000000000000001","0xa4d5fa3f066c81c2ec8a831073284e6af25b92916dc21a4089e110261b0439c0":"0x00000000000000000000000000000000000000000000000089a2b30fd4eda421","0xa5e6e22ce115501f915ec3b7bd4f8970ed20cf88ddfe0f70769b6f035664e900":"0x000000000000000000000000000000000000000000000000454cbb70f6deda57","0xa5fe2c294a169f007c89cb479b9f66cff5113d8f1fb004f695274cd6f515f8ec":"0x0000000000000000000000000000000000000000000000000000000000000001","0xa636d522a6d15823379dd89b5428939385bb063992d9e0b4839c468f35c50a82":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xa63cd98c2579ad264d24124247dcb269371841b333779ebdf11563dc5ac5c22b":"0x000000000000000000000000000000000000000000000000598aed7205272e87","0xa6816411acb26900b955c49dbfec8d8abca08d7788df8dd3fe200b35ee663271":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xa82acb77d09c97b27f9614424a5257a63f659589cfa5393219200d0f1040adac":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xa8ae19648c8ae56897c1a3e00bea3342639c13344382a31e935179907733a578":"0x0000000000000000000000000000000000000000000000007f47897fbdd0284b","0xa9b84bd778330b244c609fa4551bc5a8de5f5c67598fe6aed6c711c4145fb429":"0x0000000000000000000000000000000000000000000000000000000000000001","0xaacfaa0ad298f571cf12625b6535b10528a1d6934e2b1703cfb649a91bdc4152":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xac4d2fa85f139af974a29c5043bba2e51501b71804342a225b0b4b4b4a3c8525":"0x0000000000000000000000000000000000000000000000002ff96ee5f4c45346","0xacc3274be996d534bc993822f1868b81051914f54f75aa51bc41291a75e76d89":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xad11d7859d911e7b5a32c589ecaef42457e5950a3456e4edc9d9d9c838899500":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xaea0e82d765807f108e5ad45ff36880a105e65b43be91c1d4568930b2030ae35":"0x0000000000000000000000000000000000000000000000000000000000000001","0xb4e58842ab781b2cecaa2da4d10467520ec3871a8454552d84094124dcc04364":"0x0000000000000000000000000000000000000000000000000000000000000001","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512","0xb5d7587252f3a246ec802e1211951ad2b91836ca76a27a2097ee31c47e1d98ac":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xb781d3928773cea4297bfe33caf1becd93fdb59beb83c3e62c99616831e48417":"0x0000000000000000000000000000000000000000000000002951ecf8fade0441","0xb782d633d41af43bf65bbacde54f7febb64729e14c8723d242d492a4515d49c7":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xb8219bf723b86566f8f44122cb3a3af54956d10388564b4492494d8631bad7f3":"0x0000000000000000000000000000000000000000000000000000000000000001","0xb8670df08eca212758804f1190faf029796c518fa394238323760706cbdb633d":"0x0000000000000000000000000000000000000000000000000000000000000001","0xb9fbd26f5a2cb0b71179e4f06967ea42363eadf1f72c5eaead13adbc26ce2d8f":"0x0000000000000000000000000000000000000000000000000000000000000001","0xba079dd50171247c1fade0934cc9eb84c111365a6800ddd0b756a92605e33d51":"0x0000000000000000000000000000000000000000000000007b4c8567c0e9c3de","0xba5aa3752acac7a5573e4a39af2c478d1015b2f760fa45e2084ebe546001e352":"0x0000000000000000000000000000000000000000000000004047d566deddfa5f","0xbb2be61ff7a19937dd70632b2dec74fc966f43e1ec4100d1d2332f2204da5f61":"0x0000000000000000000000000000000000000000000000000000000000000001","0xbccabf8c5bcff6b7151ac83e376dee7bec928d16b6ee6de184fcb86a0f33399d":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xbccbec9132f13e359d0382d4200d68e234d3000a34001b2efc789c9433129006":"0x0000000000000000000000000000000000000000000000000000000000000001","0xbd4f375222f010128ff015c15a00f1e3fb3c24aaf78d5aae167625005ed5e4ec":"0x0000000000000000000000000000000000000000000000005d9f943ccb6a86b8","0xbdca4bf0cbefb63c16dc0613270620f0f029d6f1ac149e6656d3603e77d3bd7f":"0x0000000000000000000000000000000000000000000000000000000000000001","0xc05217a6641de93c38d3f666bd787bbf79ea4ba29ce3bc4a7ae6986059661f1c":"0x0000000000000000000000000000000000000000000000000000000000000001","0xc2069e90ef389200969f8992e2c66e109f9c2a7d7ba6e2ba6371004ff9a35b98":"0x0000000000000000000000000000000000000000000000000000000000000001","0xc42e9c55b8ec54de36b5ea3f4e6928ff5078c8636397bc2b7b4a30c52cb7c059":"0x0000000000000000000000000000000000000000000000000000000000000001","0xc433cbd1909e8eb0698c5818eadbaf2f08010ebd1823492ec87715b75d17c2d2":"0x00000000000000000000000000000000000000000000000051169428b2187257","0xc5d42b616d9b38a0ed26933e93adf975c3bc059afeafc68505ae02ee46ef7a93":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xc63f0340bb7859a8caa7de70c17394904fd4125de2eaf02541c4dc1df626eb11":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xc67fd28a13eee13475c077bf60d8910c5034bddb391b5517dfde4759f66e6c92":"0x00000000000000000000000000000000000000000000000029ebf4b678942b1c","0xc9286a95d10a029706903c2bec265d626bd1f572298c4bbabad6daed5a8e1ce8":"0x000000000000000000000000000000000000000000000000300e7cf3b6570d42","0xc963f4678340f4f0b3eafd9cda142b40997850abee4418e0580a3bc6437646f2":"0x0000000000000000000000000000000000000000000000000000000000000001","0xc96438d4eb7b6bb4a9d5ce753d7e425a1be9ba3a9ab7a69824bf839636c71400":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xca351a81e9276b9681eac783e0ef7aae5cb5f313d393ba35204cf8252fd64e08":"0x0000000000000000000000000000000000000000000000004947aeb13928ba0c","0xcaf88c87506b5d452ade06c647d8ebf97e4c731498d8785e4806a5a21aa3a598":"0x0000000000000000000000000000000000000000000000000000000000000001","0xcc5450bfeda02862e05c8142e54b62c8932773c8ea183089f5cd8435cfad6dab":"0x0000000000000000000000000000000000000000000000000000000000000001","0xcc7738880c31a966acbc9e0cd61dd2699639da0c0fb4e38057de466e213ddd58":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xcfa26945c8b17999af98ee1c359b7a80051d935283151d86530177c300495f25":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xcff47cb3c80fc72744fb4afef831fb543ed7d4066232538bd0621ed5061320ec":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xd0b6d70703a6192b766d6d35c3d5733fdf69eb1658a56beca19cdeba432c56e9":"0x00000000000000000000000000000000000000000000000012f18e79c1965b98","0xd0cb8c243184a4c9b4efbe55f3f1581bcb48c47862b9df05caeb6af634136aa8":"0x0000000000000000000000000000000000000000000000000000000000000001","0xd12c0dd6fb868f89381604e387d679dd9773c99c59169e248289d5373181dd46":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xd175e5a38e6fc6d98fc800dc41affa679d3ff0d7d87ab1184344866b32b4ee42":"0x0000000000000000000000000000000000000000000000000000000000000001","0xd193a60fcc62e0c00e88bed852b9662407ff5038fe00e606228c2c72f1a82db2":"0x00000000000000000000000000000000000000000000000060f0389daa707614","0xd2f10446e649c4d74561e1eff3836623964cfc7ccf3c59dc4686e7a80bf19da8":"0x0000000000000000000000000000000000000000000000000000000000000001","0xd302252ce89a6475f73b03eca5b5db6cd94acb4bc4523d3eb9a45e886f1d17f1":"0x00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","0xd4b03310ff0d3db444f0c882a6caacc115967150e23a056adbce398a39ae25e9":"0x0000000000000000000000000000000000000000000000001eaea2d75e247668","0xd61592b22ff7bb8bd5419c99fa1878381ea0b14179e0369bb10f1fb0c9fcd99d":"0x0000000000000000000000000000000000000000000000000000000000000001","0xd633d117771bced229093955c2dff26031c6101f701d42293aeed567f5170b20":"0x0000000000000000000000000000000000000000000000004a7072fce970f68e","0xd7f5c4b66b8d42042511f7267aa6a5cb7285400ec95e2fd60fe618f0c85621ae":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xd89c0d424ea7a762d99e0cb828dbf68c9bb0386a1aef182e84cfccde20323bf1":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xd8bb52e50fbc9591ed60c81800097db565ea6ab9104c95f945742a1e812aa7ad":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xd8bf6fcb47f5c0c80fe11ec4e2e24f7990882d3dc412e1272ac8b8238bd96c67":"0x0000000000000000000000000000000000000000000000000000000000000001","0xda4aea7093bc607ffffbec7cfce5b4c11e2e0243abe53d7cb4ff79fc8f643e07":"0x0000000000000000000000000000000000000000000000000000000000000001","0xda67c58644531e98c51da9295bd6b97f13ff615a49bcd74d079682bf317da6e5":"0x0000000000000000000000000000000000000000000000000000000000000001","0xdaeaf1b8a8c49604cd25171bf9efb169ad05e94e3c02550f1c41741fc960768b":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xdb7ef67116b71dbec4bd56142fbbfbe193655b23357df0702999b32fb6aa9ef3":"0x0000000000000000000000000000000000000000000000006e7e031b7ce27244","0xdc26b7c68af5c3619850420eaa3e820bd9e5f3de3e67eebef4f8eb02f88b039e":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xdc3702e5309263f0d94d1ac5b534c3a85309d8a346f83c65e2a7b7f5b1ddf3a4":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xdca000ca7ee7d3262d2d247c8b4f9f62704d3da31aea0bd99a7a5da316471737":"0x0000000000000000000000000000000000000000000000000000000000000001","0xdd5432ca5038aad1c7bdf8cd1b37c253f8cc7bb10bdc1fbaaf00d76a82687877":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xdddb0c71496ada18675913a1e11514f8a2ce01a0a2ab6828c4a330d4c9c1d0c8":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xde836558c1295fd28e954047a87eebcc99290e066b5f270dc2671f2a00c7acd3":"0x0000000000000000000000000000000000000000000000000000000000000001","0xded85bf218babd003e156ce46bcfd48da8b3ab77415347d90ac2c1cdfa3d71f8":"0x0000000000000000000000000000000000000000000000000000000000000001","0xdf3222fd2cc1aa48c63f34b19f7a9064ea98269f903a997e442d9159195b5396":"0x0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","0xe04489ef819b7809064344234287236ef5200592feb293aa8adb23f6374c1b9e":"0x0000000000000000000000000000000000000000000000000000000000000001","0xe0ef8e67489800538a09c05946ac0b5706b16e8d57dd3dd5af9933bf83ab2d4d":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xe1e098e4907f7f340e0c6f960b1a41c19a5af30a45366b96710f0988eb22a0cd":"0x0000000000000000000000000000000000000000000000000000000000000001","0xe228983571cb3274fdacaa5a16aca986c829e4120137eb508d2261cc6ef18ce8":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xe349a3afd1815e9ef790eec55b7eacf8befc7610556b980f5a295c878b4583b2":"0x00000000000000000000000000000000000000000000000084accd221fa5fef9","0xe51f955c3a4bb60588823b3e43119be1ee1fda310f2031e507588984cbf25235":"0x0000000000000000000000000000000000000000000000007bebfb23c69b5006","0xe63800ff49700263b05d090a94599dca8f3fb21260f00af51bb6241270a771b7":"0x000000000000000000000000000000000000000000000000129529541e807c45","0xe85ad84785a85f1a3794c4e04e67cd7e9acbe927d54112200ca8cca85f51315d":"0x0000000000000000000000000000000000000000000000002703a666cad171b0","0xea8a6d31df81c4e06c4cf69e552df35a98b7bdea4a0123dac62f615d20eae5c5":"0x0000000000000000000000000000000000000000000000000000000000000001","0xeb09e3fecf921d3b2f45f34181427e794f215ec728cc48c87e54996cae9e272b":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xecb52eb03767ba394e37935c6122bea1cda5005e3a0a970e8c36c3acc86fa019":"0x0000000000000000000000000000000000000000000000007a87f16164855f4a","0xed63b697ad693c1a6a90bf5a78228bc0f64e0817a378694c52a51398bf75892d":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xed8d6752f1798815474e5f2fa21eabed94b872e7169b16595cb7c95662b7662a":"0x0000000000000000000000000000000000000000000000008042ae896b8e68bb","0xeed648e28df6841d78587b0178fde53cd1e50d726077468d7e1c3eb196c9991c":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xef4ea26de0597351473fcaf2b8c86aeeab8c45bdf96015a23167e5ebe9e7e367":"0x000000000000000000000000000000000000000000000000296ff7d27034cca9","0xf0786d85c67e2da7e764d959bff38903a7159129e3d6978d0c2e2f82b98d5c9d":"0x0000000000000000000000000000000000000000000000000000000000000001","0xf198fbf17be6ac7e8d48d541029f448a48ee24c546f2430d8f5d7361f703307f":"0x0000000000000000000000000000000000000000000000000000000000000001","0xf1ba70b4177fbda7ecf4396f125335ba00168b662fccf58afb30e8efbd430817":"0x0000000000000000000000000000000000000000000000000000000000000001","0xf21034bcf241ea61ce6badf3458c00c527fb552efa02d647e9e81c9f34147fcd":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xf2bbfff7be53b4f9b2ceb1f9c8bec1e3c3c994b0f1d246f5e91199df35c70718":"0x0000000000000000000000000000000000000000000000005cde953af7a868ea","0xf3c110f4416bacb7c52996d0a427348521926ed632caf456419bc57bbada1908":"0x0000000000000000000000000000000000000000000000000000000000000001","0xf429b3dd4145f737fc73540224bfe99acc1912f19c4a8e55563112331841c017":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xf47b196569afc79331c86777a32c4ace9b2496bf53f366d08617ed4aaa8a11d5":"0x00000000000000000000000000000000000000000000000087046ef5ec157d3a","0xf4c2bc8d60e2d8aaffdcd768849592e56b4a3e15c718520a47b9b1021d2ae8f4":"0x000000000000000000000000000000000000000000000000185ead5d59e005d7","0xf4c6c45a4474fae04a373fc6f3c0544beaefad5df4bc17d7654e3525b523ae8c":"0x0000000000000000000000000000000000000000000000004c612aa7299fd57f","0xf6e8a99765ab0962ae3b1948b1e4cb066932979187cc635db64f6658b4443882":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xf6f5c4ec7ba881b930cd3c5fd9257cbd94617a2b7b6da628d0aa81bb50987bbb":"0x0000000000000000000000000000000000000000000000000000000000000001","0xf770a0aebc1ad7657266502927a027d2e90d63e480e82e2df2c13ae12f317550":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xf7cd44484fad507701d755f50a0021a6603ab981516b5e3520ca8905db85b97c":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xf802e52b4dbd6904f67b8be394210b2ea8d0ede228e558b7c6cd504ad7f8396f":"0x00000000000000000000000000000000000000000000000043222dc4c4c0ac15","0xf893349a17c85b19bef76769892332a0178ed60c968b9fe1132c6cb052cf6ed6":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xf951c5bb131444a4858e4958e57ce1a0e2eabfb807c4b05a2f6233c4a771dd56":"0x0000000000000000000000000000000000000000000000006545d716817d36a9","0xfaa4cb47e75e05ba312e90f56c8d50c7c2beee024c0de4c46e2eded6350a4d0b":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0xffe1c7e4afb37bf4deedd842b17c718f2f3efd5e963fd12b83d25544d1e5d943":"0x0000000000000000000000000000000000000000000000000000000000000001"}},"0x610178da211fef7d417bc0e6fed39f05609ad788":{"nonce":1,"balance":"0x0","code":"0x60806040526004361061016a5760003560e01c80636fcd0e53116100d1578063c49074421161008a578063dda3346c11610064578063dda3346c1461058d578063ee94d67c146105ad578063f074ba62146105cd578063f2882461146105ed57600080fd5b8063c49074421461052d578063c4d66de81461054d578063d06d55871461056d57600080fd5b80636fcd0e53146104425780637439841f1461046f57806374cdd798146104a657806388676cad146104da5780639b4e4634146104fa578063b522538a1461050d57600080fd5b80634665bcda116101235780634665bcda146102ab57806347d28372146102df57806352396a591461039f57806358753357146103d557806358eaee79146103f55780636c0d2d5a1461042257600080fd5b8063039157d2146101a95780630b18ff66146101cb5780632340e8d3146102085780633474aa161461022c5780633f65cf191461026457806342ecff2a1461028457600080fd5b366101a4576040513481527f6fdd3dbdb173299608c0aa9f368735857c8842b581f8389238bf05bd04b3bf499060200160405180910390a1005b600080fd5b3480156101b557600080fd5b506101c96101c4366004613b66565b610621565b005b3480156101d757600080fd5b506033546101eb906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b34801561021457600080fd5b5061021e60395481565b6040519081526020016101ff565b34801561023857600080fd5b5060345461024c906001600160401b031681565b6040516001600160401b0390911681526020016101ff565b34801561027057600080fd5b506101c961027f366004613c24565b610a67565b34801561029057600080fd5b50603a5461024c90600160401b90046001600160401b031681565b3480156102b757600080fd5b506101eb7f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe681565b3480156102eb57600080fd5b5061035b6040805160808101825260008082526020820181905291810182905260608101919091525060408051608081018252603c548152603d5462ffffff811660208301526001600160401b03630100000082041692820192909252600160581b909104600f0b606082015290565b6040516101ff91908151815260208083015162ffffff16908201526040808301516001600160401b031690820152606091820151600f0b9181019190915260800190565b3480156103ab57600080fd5b5061024c6103ba366004613cf2565b603b602052600090815260409020546001600160401b031681565b3480156103e157600080fd5b50603e546101eb906001600160a01b031681565b34801561040157600080fd5b50610415610410366004613d4e565b610dd6565b6040516101ff9190613dc7565b34801561042e57600080fd5b5061021e61043d366004613cf2565b610e3b565b34801561044e57600080fd5b5061046261045d366004613dd5565b610fef565b6040516101ff9190613dee565b34801561047b57600080fd5b5061041561048a366004613dd5565b600090815260366020526040902054600160c01b900460ff1690565b3480156104b257600080fd5b506101eb7f00000000000000000000000000000000219ab540356cbb839cbe05303d7705fa81565b3480156104e657600080fd5b506101c96104f5366004613e44565b61109c565b6101c9610508366004613e61565b611191565b34801561051957600080fd5b50610462610528366004613d4e565b61133e565b34801561053957600080fd5b506101c9610548366004613ef4565b611431565b34801561055957600080fd5b506101c9610568366004613f20565b61166e565b34801561057957600080fd5b506101c9610588366004613f20565b611805565b34801561059957600080fd5b506101c96105a8366004614011565b611898565b3480156105b957600080fd5b50603a5461024c906001600160401b031681565b3480156105d957600080fd5b506101c96105e83660046140e2565b611a6b565b3480156105f957600080fd5b5061024c7f000000000000000000000000000000000000000000000000000000006059f46081565b604051635ac86ab760e01b8152600660048201819052907f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b031690635ac86ab790602401602060405180830381865afa158015610689573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106ad919061414a565b156106d35760405162461bcd60e51b81526004016106ca90614167565b60405180910390fd5b604051635ac86ab760e01b8152600860048201819052907f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b031690635ac86ab790602401602060405180830381865afa15801561073b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061075f919061414a565b1561077c5760405162461bcd60e51b81526004016106ca90614167565b60006107c261078b85806141c4565b80806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250611ebe92505050565b6000818152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff16600281111561083157610831613d8f565b600281111561084257610842613d8f565b81525050905080604001516001600160401b0316876001600160401b0316116108d5576040805162461bcd60e51b81526020600482015260248101919091527f456967656e506f642e7665726966795374616c6542616c616e63653a2070726f60448201527f6f66206973206f6c646572207468616e206c61737420636865636b706f696e7460648201526084016106ca565b6001816060015160028111156108ed576108ed613d8f565b146109575760405162461bcd60e51b815260206004820152603460248201527f456967656e506f642e7665726966795374616c6542616c616e63653a2076616c604482015273696461746f72206973206e6f742061637469766560601b60648201526084016106ca565b61099b61096486806141c4565b80806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250611ee292505050565b610a1f5760405162461bcd60e51b815260206004820152604960248201527f456967656e506f642e7665726966795374616c6542616c616e63653a2076616c60448201527f696461746f72206d75737420626520736c617368656420746f206265206d61726064820152686b6564207374616c6560b81b608482015260a4016106ca565b610a31610a2b88610e3b565b87611f0c565b610a548635610a4087806141c4565b610a4d60208a018a61420d565b8651612067565b610a5e600061227e565b50505050505050565b6033546001600160a01b0316331480610a8a5750603e546001600160a01b031633145b610aa65760405162461bcd60e51b81526004016106ca90614253565b604051635ac86ab760e01b8152600260048201819052907f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b031690635ac86ab790602401602060405180830381865afa158015610b0e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b32919061414a565b15610b4f5760405162461bcd60e51b81526004016106ca90614167565b8584148015610b5d57508382145b610bed5760405162461bcd60e51b815260206004820152605560248201527f456967656e506f642e7665726966795769746864726177616c43726564656e7460448201527f69616c733a2076616c696461746f72496e646963657320616e642070726f6f666064820152740e640daeae6e840c4ca40e6c2daca40d8cadccee8d605b1b608482015260a4016106ca565b603a546001600160401b03600160401b9091048116908a1611610c8d5760405162461bcd60e51b815260206004820152604c60248201527f456967656e506f642e7665726966795769746864726177616c43726564656e7460448201527f69616c733a207370656369666965642074696d657374616d7020697320746f6f60648201526b0819985c881a5b881c185cdd60a21b608482015260a4016106ca565b610c9f610c998a610e3b565b89611f0c565b6000805b87811015610d4257610d248a358a8a84818110610cc257610cc26142c7565b9050602002016020810190610cd791906142dd565b898985818110610ce957610ce96142c7565b9050602002810190610cfb919061420d565b898987818110610d0d57610d0d6142c7565b9050602002810190610d1f91906141c4565b612514565b610d2e908361431a565b915080610d3a81614332565b915050610ca3565b5060335460405163030b147160e61b81526001600160a01b039182166004820152602481018390527f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe69091169063c2c51c4090604401600060405180830381600087803b158015610db257600080fd5b505af1158015610dc6573d6000803e3d6000fd5b5050505050505050505050505050565b600080610e1884848080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250612afa92505050565b600090815260366020526040902054600160c01b900460ff169150505b92915050565b6000610e4a611fff600c61434d565b610e5d6001600160401b0384164261436c565b10610ec65760405162461bcd60e51b815260206004820152603360248201527f456967656e506f642e676574506172656e74426c6f636b526f6f743a2074696d604482015272657374616d70206f7574206f662072616e676560681b60648201526084016106ca565b604080516001600160401b03841660208201526000918291720f3df6d732807ef1319fb7b8bb8522d0beac02910160408051601f1981840301815290829052610f0e916143b3565b600060405180830381855afa9150503d8060008114610f49576040519150601f19603f3d011682016040523d82523d6000602084013e610f4e565b606091505b5091509150818015610f61575060008151115b610fd35760405162461bcd60e51b815260206004820152603860248201527f456967656e506f642e676574506172656e74426c6f636b526f6f743a20696e7660448201527f616c696420626c6f636b20726f6f742072657475726e6564000000000000000060648201526084016106ca565b80806020019051810190610fe791906143cf565b949350505050565b6110176040805160808101825260008082526020820181905291810182905290606082015290565b600082815260366020908152604091829020825160808101845281546001600160401b038082168352600160401b8204811694830194909452600160801b810490931693810193909352906060830190600160c01b900460ff16600281111561108257611082613d8f565b600281111561109357611093613d8f565b90525092915050565b6033546001600160a01b03163314806110bf5750603e546001600160a01b031633145b6110db5760405162461bcd60e51b81526004016106ca90614253565b604051635ac86ab760e01b8152600660048201819052907f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b031690635ac86ab790602401602060405180830381865afa158015611143573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611167919061414a565b156111845760405162461bcd60e51b81526004016106ca90614167565b61118d8261227e565b5050565b336001600160a01b037f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe616146111d95760405162461bcd60e51b81526004016106ca906143e8565b346801bc16d674ec800000146112655760405162461bcd60e51b8152602060048201526044602482018190527f456967656e506f642e7374616b653a206d75737420696e697469616c6c792073908201527f74616b6520666f7220616e792076616c696461746f72207769746820333220656064820152633a3432b960e11b608482015260a4016106ca565b7f00000000000000000000000000000000219ab540356cbb839cbe05303d7705fa6001600160a01b031663228951186801bc16d674ec80000087876112a8612bf4565b8888886040518863ffffffff1660e01b81526004016112cc9695949392919061448e565b6000604051808303818588803b1580156112e557600080fd5b505af11580156112f9573d6000803e3d6000fd5b50505050507f606865b7934a25d4aed43f6cdb426403353fa4b3009c4d228407474581b01e23858560405161132f9291906144dd565b60405180910390a15050505050565b6113666040805160808101825260008082526020820181905291810182905290606082015290565b603660006113a985858080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250612afa92505050565b81526020808201929092526040908101600020815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b81049094169281019290925290916060830190600160c01b900460ff16600281111561141657611416613d8f565b600281111561142757611427613d8f565b9052509392505050565b336001600160a01b037f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe616146114795760405162461bcd60e51b81526004016106ca906143e8565b611487633b9aca0082614507565b156115115760405162461bcd60e51b815260206004820152604e60248201527f456967656e506f642e776974686472617752657374616b6564426561636f6e4360448201527f6861696e4554483a20616d6f756e74576569206d75737420626520612077686f60648201526d1b194811ddd95a48185b5bdd5b9d60921b608482015260a4016106ca565b6000611521633b9aca008361451b565b6034549091506001600160401b0390811690821611156115da5760405162461bcd60e51b815260206004820152606260248201527f456967656e506f642e776974686472617752657374616b6564426561636f6e4360448201527f6861696e4554483a20616d6f756e74477765692065786365656473207769746860648201527f6472617761626c6552657374616b6564457865637574696f6e4c617965724777608482015261656960f01b60a482015260c4016106ca565b603480548291906000906115f89084906001600160401b031661452f565b92506101000a8154816001600160401b0302191690836001600160401b03160217905550826001600160a01b03167f8947fd2ce07ef9cc302c4e8f0461015615d91ce851564839e91cc804c2f49d8e8360405161165791815260200190565b60405180910390a26116698383612c39565b505050565b600054610100900460ff161580801561168e5750600054600160ff909116105b806116a85750303b1580156116a8575060005460ff166001145b61170b5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016106ca565b6000805460ff19166001179055801561172e576000805461ff0019166101001790555b6001600160a01b0382166117a15760405162461bcd60e51b815260206004820152603460248201527f456967656e506f642e696e697469616c697a653a20706f644f776e65722063616044820152736e6e6f74206265207a65726f206164647265737360601b60648201526084016106ca565b603380546001600160a01b0319166001600160a01b038416179055801561118d576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15050565b6033546001600160a01b0316331461182f5760405162461bcd60e51b81526004016106ca90614557565b603e54604080516001600160a01b03928316815291831660208301527ffb8129080a19d34dceac04ba253fc50304dc86c729bd63cdca4a969ad19a5eac910160405180910390a1603e80546001600160a01b0319166001600160a01b0392909216919091179055565b6033546001600160a01b031633146118c25760405162461bcd60e51b81526004016106ca90614557565b604051635ac86ab760e01b8152600560048201819052907f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b031690635ac86ab790602401602060405180830381865afa15801561192a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061194e919061414a565b1561196b5760405162461bcd60e51b81526004016106ca90614167565b82518451146119f65760405162461bcd60e51b815260206004820152604b60248201527f456967656e506f642e7265636f766572546f6b656e733a20746f6b656e4c697360448201527f7420616e6420616d6f756e7473546f5769746864726177206d7573742062652060648201526a0e6c2daca40d8cadccee8d60ab1b608482015260a4016106ca565b60005b8451811015611a6457611a5283858381518110611a1857611a186142c7565b6020026020010151878481518110611a3257611a326142c7565b60200260200101516001600160a01b0316612d529092919063ffffffff16565b80611a5c81614332565b9150506119f9565b5050505050565b604051635ac86ab760e01b8152600760048201819052907f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b031690635ac86ab790602401602060405180830381865afa158015611ad3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611af7919061414a565b15611b145760405162461bcd60e51b81526004016106ca90614167565b603a54600160401b90046001600160401b031680611bc05760405162461bcd60e51b815260206004820152605860248201527f456967656e506f642e766572696679436865636b706f696e7450726f6f66733a60448201527f206d75737420686176652061637469766520636865636b706f696e7420746f2060648201527f706572666f726d20636865636b706f696e742070726f6f660000000000000000608482015260a4016106ca565b60408051608081018252603c54808252603d5462ffffff811660208401526001600160401b03630100000082041693830193909352600160581b909204600f0b606082015290611c109087612da4565b6000805b85811015611e645736878783818110611c2f57611c2f6142c7565b9050602002810190611c41919061459f565b80356000908152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff166002811115611cb257611cb2613d8f565b6002811115611cc357611cc3613d8f565b9052509050600181606001516002811115611ce057611ce0613d8f565b14611cec575050611e52565b856001600160401b031681604001516001600160401b031610611d10575050611e52565b600080611d2083898e3587612f20565b602089018051929450909250611d35826145b5565b62ffffff16905250606087018051839190611d519083906145d4565b600f0b905250611d618187614623565b84356000908152603660209081526040918290208651815492880151938801516001600160401b03908116600160801b0267ffffffffffffffff60801b19958216600160401b026001600160801b0319909516919092161792909217928316821781556060870151939950869390929091839160ff60c01b1990911668ffffffffffffffffff60801b1990911617600160c01b836002811115611e0657611e06613d8f565b021790555050835160405164ffffffffff90911691506001600160401b038a16907fa91c59033c3423e18b54d0acecebb4972f9ea95aedf5f4cae3b677b02eaf3a3f90600090a3505050505b80611e5c81614332565b915050611c14565b506001600160401b038084166000908152603b6020526040812080548493919291611e9191859116614623565b92506101000a8154816001600160401b0302191690836001600160401b03160217905550610a5e82613042565b600081600081518110611ed357611ed36142c7565b60200260200101519050919050565b600081600381518110611ef757611ef76142c7565b60200260200101516000801b14159050919050565b611f186003602061434d565b611f25602083018361420d565b905014611f9a5760405162461bcd60e51b815260206004820152603d60248201527f426561636f6e436861696e50726f6f66732e7665726966795374617465526f6f60448201527f743a2050726f6f662068617320696e636f7272656374206c656e67746800000060648201526084016106ca565b611fea611faa602083018361420d565b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525086925050843590506003613249565b61118d5760405162461bcd60e51b815260206004820152604260248201527f426561636f6e436861696e50726f6f66732e7665726966795374617465526f6f60448201527f743a20496e76616c696420737461746520726f6f74206d65726b6c652070726f60648201526137b360f11b608482015260a4016106ca565b600884146120e25760405162461bcd60e51b815260206004820152604e602482015260008051602061485d83398151915260448201527f724669656c64733a2056616c696461746f72206669656c64732068617320696e60648201526d0c6dee4e4cac6e840d8cadccee8d60931b608482015260a4016106ca565b60056120f06028600161431a565b6120fa919061431a565b61210590602061434d565b82146121735760405162461bcd60e51b8152602060048201526043602482015260008051602061485d83398151915260448201527f724669656c64733a2050726f6f662068617320696e636f7272656374206c656e6064820152620cee8d60eb1b608482015260a4016106ca565b60006121b186868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061326192505050565b9050600064ffffffffff83166121c96028600161431a565b600b901b17905061221485858080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508c9250869150859050613249565b6122745760405162461bcd60e51b815260206004820152603d602482015260008051602061485d83398151915260448201527f724669656c64733a20496e76616c6964206d65726b6c652070726f6f6600000060648201526084016106ca565b5050505050505050565b603a54600160401b90046001600160401b03161561231f5760405162461bcd60e51b815260206004820152605260248201527f456967656e506f642e5f7374617274436865636b706f696e743a206d7573742060448201527f66696e6973682070726576696f757320636865636b706f696e74206265666f72606482015271329039ba30b93a34b7339030b737ba3432b960711b608482015260a4016106ca565b603a54426001600160401b03908116911614156123a45760405162461bcd60e51b815260206004820152603f60248201527f456967656e506f642e5f7374617274436865636b706f696e743a2063616e6e6f60448201527f7420636865636b706f696e7420747769636520696e206f6e6520626c6f636b0060648201526084016106ca565b6034546000906001600160401b03166123c1633b9aca004761451b565b6123cb919061452f565b90508180156123e157506001600160401b038116155b156124545760405162461bcd60e51b815260206004820152603d60248201527f456967656e506f642e5f7374617274436865636b706f696e743a206e6f20626160448201527f6c616e636520617661696c61626c6520746f20636865636b706f696e7400000060648201526084016106ca565b6000604051806080016040528061246a42610e3b565b815260200160395462ffffff168152602001836001600160401b031681526020016000600f0b815250905042603a60086101000a8154816001600160401b0302191690836001600160401b031602179055506124c581613042565b805160208083015160405162ffffff90911681526001600160401b034216917f575796133bbed337e5b39aa49a30dc2556a91e0c6c2af4b7b886ae77ebef1076910160405180910390a3505050565b600080612553848480806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250611ebe92505050565b6000818152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff1660028111156125c2576125c2613d8f565b60028111156125d3576125d3613d8f565b90525090506000816060015160028111156125f0576125f0613d8f565b146126815760405162461bcd60e51b8152602060048201526061602482015260008051602061483d83398151915260448201527f7469616c733a2076616c696461746f72206d75737420626520696e616374697660648201527f6520746f2070726f7665207769746864726177616c2063726564656e7469616c6084820152607360f81b60a482015260c4016106ca565b6001600160401b0380166126c786868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061350e92505050565b6001600160401b031614156127505760405162461bcd60e51b8152602060048201526055602482015260008051602061483d83398151915260448201527f7469616c733a2076616c696461746f72206d75737420626520696e207468652060648201527470726f63657373206f662061637469766174696e6760581b608482015260a4016106ca565b6001600160401b03801661279686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061353392505050565b6001600160401b03161461280e5760405162461bcd60e51b81526020600482015260446024820181905260008051602061483d833981519152908201527f7469616c733a2076616c696461746f72206d757374206e6f742062652065786960648201526374696e6760e01b608482015260a4016106ca565b612816612bf4565b61281f9061464e565b61285b86868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061354b92505050565b146128ca5760405162461bcd60e51b8152602060048201526045602482015260008051602061483d83398151915260448201527f7469616c733a2070726f6f66206973206e6f7420666f72207468697320456967606482015264195b941bd960da1b608482015260a4016106ca565b600061290886868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061356092505050565b90506129188a87878b8b8e612067565b6039805490600061292883614332565b9091555050603a54600090600160401b90046001600160401b03161561296057603a54600160401b90046001600160401b031661296d565b603a546001600160401b03165b6040805160808101825264ffffffffff8d1681526001600160401b03858116602083015283169181019190915290915060608101600190526000858152603660209081526040918290208351815492850151938501516001600160401b03908116600160801b0267ffffffffffffffff60801b19958216600160401b026001600160801b031990951691909216179290921792831682178155606084015190929091839160ff60c01b1990911668ffffffffffffffffff60801b1990911617600160c01b836002811115612a4357612a43613d8f565b02179055505060405164ffffffffff8c1681527f2d0800bbc377ea54a08c5db6a87aafff5e3e9c8fead0eda110e40e0c10441449915060200160405180910390a16040805164ffffffffff8c1681526001600160401b03838116602083015284168183015290517f0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df9181900360600190a1612aeb633b9aca006001600160401b03841661434d565b9b9a5050505050505050505050565b60008151603014612b835760405162461bcd60e51b815260206004820152604760248201527f456967656e506f642e5f63616c63756c61746556616c696461746f725075626b60448201527f657948617368206d75737420626520612034382d6279746520424c53207075626064820152666c6963206b657960c81b608482015260a4016106ca565b604051600290612b9a908490600090602001614672565b60408051601f1981840301815290829052612bb4916143b3565b602060405180830381855afa158015612bd1573d6000803e3d6000fd5b5050506040513d601f19601f82011682018060405250810190610e3591906143cf565b60408051600160f81b60208201526000602182015230606090811b6bffffffffffffffffffffffff1916602c8301529101604051602081830303815290604052905090565b80471015612c895760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a20696e73756666696369656e742062616c616e636500000060448201526064016106ca565b6000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114612cd6576040519150601f19603f3d011682016040523d82523d6000602084013e612cdb565b606091505b50509050806116695760405162461bcd60e51b815260206004820152603a60248201527f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260448201527f6563697069656e74206d6179206861766520726576657274656400000000000060648201526084016106ca565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663a9059cbb60e01b179052611669908490613578565b612db06005600361431a565b612dbb90602061434d565b612dc8602083018361420d565b905014612e4b5760405162461bcd60e51b8152602060048201526044602482018190527f426561636f6e436861696e50726f6f66732e76657269667942616c616e636543908201527f6f6e7461696e65723a2050726f6f662068617320696e636f7272656374206c656064820152630dccee8d60e31b608482015260a4016106ca565b606c612e9c612e5d602084018461420d565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250879250508535905084613249565b6116695760405162461bcd60e51b815260206004820152604960248201527f426561636f6e436861696e50726f6f66732e76657269667942616c616e63654360448201527f6f6e7461696e65723a20696e76616c69642062616c616e636520636f6e7461696064820152683732b910383937b7b360b91b608482015260a4016106ca565b83516020850151600091829182612f3887848861364a565b9050816001600160401b0316816001600160401b031614612fb257612f5d81836137c1565b6040805164ffffffffff861681526001600160401b038b8116602083015284168183015290519196507f0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df919081900360600190a15b6001600160401b0380821660208b0181905290891660408b01526130365760398054906000612fe0836146a1565b9091555050600260608a0152612ff5856146b8565b93508264ffffffffff16886001600160401b03167f2a02361ffa66cf2c2da4682c2355a6adcaa9f6c227b6e6563e68480f9587626a60405160405180910390a35b50505094509492505050565b602081015162ffffff166131c9576000633b9aca00826060015183604001516001600160401b031661307491906145d4565b600f0b61308191906146df565b60408301516034805492935090916000906130a69084906001600160401b0316614623565b82546101009290920a6001600160401b03818102199093169183160217909155603a8054600160401b81049092166001600160801b0319909216919091179055506000603c55603d80546001600160d81b031916905560335460405163030b147160e61b81526001600160a01b039182166004820152602481018390527f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe69091169063c2c51c4090604401600060405180830381600087803b15801561316b57600080fd5b505af115801561317f573d6000803e3d6000fd5b5050603a546040518481526001600160401b0390911692507f525408c201bc1576eb44116f6478f1c2a54775b19a043bcfdc708364f74f8e44915060200160405180910390a25050565b8051603c556020810151603d8054604084015160608501516fffffffffffffffffffffffffffffffff16600160581b026fffffffffffffffffffffffffffffffff60581b196001600160401b039092166301000000026affffffffffffffffffffff1990931662ffffff9095169490941791909117169190911790555b50565b6000836132578685856137d9565b1495945050505050565b60008060028351613272919061451b565b90506000816001600160401b0381111561328e5761328e613f3d565b6040519080825280602002602001820160405280156132b7578160200160208202803683370190505b50905060005b828110156133be576002856132d2838361434d565b815181106132e2576132e26142c7565b6020026020010151868360026132f8919061434d565b61330390600161431a565b81518110613313576133136142c7565b6020026020010151604051602001613335929190918252602082015260400190565b60408051601f198184030181529082905261334f916143b3565b602060405180830381855afa15801561336c573d6000803e3d6000fd5b5050506040513d601f19601f8201168201806040525081019061338f91906143cf565b8282815181106133a1576133a16142c7565b6020908102919091010152806133b681614332565b9150506132bd565b506133ca60028361451b565b91505b81156134ea5760005b828110156134d7576002826133eb838361434d565b815181106133fb576133fb6142c7565b602002602001015183836002613411919061434d565b61341c90600161431a565b8151811061342c5761342c6142c7565b602002602001015160405160200161344e929190918252602082015260400190565b60408051601f1981840301815290829052613468916143b3565b602060405180830381855afa158015613485573d6000803e3d6000fd5b5050506040513d601f19601f820116820180604052508101906134a891906143cf565b8282815181106134ba576134ba6142c7565b6020908102919091010152806134cf81614332565b9150506133d6565b506134e360028361451b565b91506133cd565b806000815181106134fd576134fd6142c7565b602002602001015192505050919050565b6000610e3582600581518110613526576135266142c7565b6020026020010151613925565b6000610e3582600681518110613526576135266142c7565b600081600181518110611ed357611ed36142c7565b6000610e3582600281518110613526576135266142c7565b60006135cd826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b031661398c9092919063ffffffff16565b80519091501561166957808060200190518101906135eb919061414a565b6116695760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b60648201526084016106ca565b60006136586026600161431a565b61366390602061434d565b613670604084018461420d565b9050146136e15760405162461bcd60e51b81526020600482015260446024820181905260008051602061485d833981519152908201527f7242616c616e63653a2050726f6f662068617320696e636f7272656374206c656064820152630dccee8d60e31b608482015260a4016106ca565b60006136ee600485614764565b64ffffffffff169050613748613707604085018561420d565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508992505050602086013584613249565b6137a85760405162461bcd60e51b815260206004820152603e602482015260008051602061485d83398151915260448201527f7242616c616e63653a20496e76616c6964206d65726b6c652070726f6f66000060648201526084016106ca565b6137b683602001358561399b565b9150505b9392505050565b60006137ba6001600160401b03808416908516614788565b600083516000141580156137f85750602084516137f69190614507565b155b6138875760405162461bcd60e51b815260206004820152605460248201527f4d65726b6c652e70726f63657373496e636c7573696f6e50726f6f665368613260448201527f35363a2070726f6f66206c656e6774682073686f756c642062652061206e6f6e60648201527316bd32b9379036bab63a34b836329037b310199960611b608482015260a4016106ca565b604080516020808201909252848152905b8551811161391b576138ab600285614507565b6138de578151600052808601516020526020826040600060026107d05a03fa6138d357600080fd5b600284049350613909565b8086015160005281516020526020826040600060026107d05a03fa61390257600080fd5b6002840493505b61391460208261431a565b9050613898565b5051949350505050565b60f881901c60e882901c61ff00161760d882901c62ff0000161760c882901c63ff000000161764ff0000000060b883901c161765ff000000000060a883901c161766ff000000000000609883901c161767ff0000000000000060889290921c919091161790565b6060610fe784846000856139c8565b6000806139a96004846147d8565b6139b49060406147fc565b64ffffffffff169050610fe784821b613925565b606082471015613a295760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b60648201526084016106ca565b6001600160a01b0385163b613a805760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016106ca565b600080866001600160a01b03168587604051613a9c91906143b3565b60006040518083038185875af1925050503d8060008114613ad9576040519150601f19603f3d011682016040523d82523d6000602084013e613ade565b606091505b5091509150613aee828286613af9565b979650505050505050565b60608315613b085750816137ba565b825115613b185782518084602001fd5b8160405162461bcd60e51b81526004016106ca9190614829565b80356001600160401b0381168114613b4957600080fd5b919050565b600060408284031215613b6057600080fd5b50919050565b600080600060608486031215613b7b57600080fd5b613b8484613b32565b925060208401356001600160401b0380821115613ba057600080fd5b613bac87838801613b4e565b93506040860135915080821115613bc257600080fd5b50613bcf86828701613b4e565b9150509250925092565b60008083601f840112613beb57600080fd5b5081356001600160401b03811115613c0257600080fd5b6020830191508360208260051b8501011115613c1d57600080fd5b9250929050565b60008060008060008060008060a0898b031215613c4057600080fd5b613c4989613b32565b975060208901356001600160401b0380821115613c6557600080fd5b613c718c838d01613b4e565b985060408b0135915080821115613c8757600080fd5b613c938c838d01613bd9565b909850965060608b0135915080821115613cac57600080fd5b613cb88c838d01613bd9565b909650945060808b0135915080821115613cd157600080fd5b50613cde8b828c01613bd9565b999c989b5096995094979396929594505050565b600060208284031215613d0457600080fd5b6137ba82613b32565b60008083601f840112613d1f57600080fd5b5081356001600160401b03811115613d3657600080fd5b602083019150836020828501011115613c1d57600080fd5b60008060208385031215613d6157600080fd5b82356001600160401b03811115613d7757600080fd5b613d8385828601613d0d565b90969095509350505050565b634e487b7160e01b600052602160045260246000fd5b60038110613dc357634e487b7160e01b600052602160045260246000fd5b9052565b60208101610e358284613da5565b600060208284031215613de757600080fd5b5035919050565b60006080820190506001600160401b03808451168352806020850151166020840152806040850151166040840152506060830151613e2f6060840182613da5565b5092915050565b801515811461324657600080fd5b600060208284031215613e5657600080fd5b81356137ba81613e36565b600080600080600060608688031215613e7957600080fd5b85356001600160401b0380821115613e9057600080fd5b613e9c89838a01613d0d565b90975095506020880135915080821115613eb557600080fd5b50613ec288828901613d0d565b96999598509660400135949350505050565b6001600160a01b038116811461324657600080fd5b8035613b4981613ed4565b60008060408385031215613f0757600080fd5b8235613f1281613ed4565b946020939093013593505050565b600060208284031215613f3257600080fd5b81356137ba81613ed4565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f191681016001600160401b0381118282101715613f7b57613f7b613f3d565b604052919050565b60006001600160401b03821115613f9c57613f9c613f3d565b5060051b60200190565b600082601f830112613fb757600080fd5b81356020613fcc613fc783613f83565b613f53565b82815260059290921b84018101918181019086841115613feb57600080fd5b8286015b848110156140065780358352918301918301613fef565b509695505050505050565b60008060006060848603121561402657600080fd5b83356001600160401b038082111561403d57600080fd5b818601915086601f83011261405157600080fd5b81356020614061613fc783613f83565b82815260059290921b8401810191818101908a84111561408057600080fd5b948201945b838610156140a757853561409881613ed4565b82529482019490820190614085565b975050870135925050808211156140bd57600080fd5b506140ca86828701613fa6565b9250506140d960408501613ee9565b90509250925092565b6000806000604084860312156140f757600080fd5b83356001600160401b038082111561410e57600080fd5b61411a87838801613b4e565b9450602086013591508082111561413057600080fd5b5061413d86828701613bd9565b9497909650939450505050565b60006020828403121561415c57600080fd5b81516137ba81613e36565b6020808252603e908201527f456967656e506f642e6f6e6c795768656e4e6f745061757365643a20696e646560408201527f782069732070617573656420696e20456967656e506f644d616e616765720000606082015260800190565b6000808335601e198436030181126141db57600080fd5b8301803591506001600160401b038211156141f557600080fd5b6020019150600581901b3603821315613c1d57600080fd5b6000808335601e1984360301811261422457600080fd5b8301803591506001600160401b0382111561423e57600080fd5b602001915036819003821315613c1d57600080fd5b6020808252604e908201527f456967656e506f642e6f6e6c794f776e65724f7250726f6f665375626d69747460408201527f65723a2063616c6c6572206973206e6f7420706f64206f776e6572206f72207060608201526d3937b7b31039bab136b4ba3a32b960911b608082015260a00190565b634e487b7160e01b600052603260045260246000fd5b6000602082840312156142ef57600080fd5b813564ffffffffff811681146137ba57600080fd5b634e487b7160e01b600052601160045260246000fd5b6000821982111561432d5761432d614304565b500190565b600060001982141561434657614346614304565b5060010190565b600081600019048311821515161561436757614367614304565b500290565b60008282101561437e5761437e614304565b500390565b60005b8381101561439e578181015183820152602001614386565b838111156143ad576000848401525b50505050565b600082516143c5818460208701614383565b9190910192915050565b6000602082840312156143e157600080fd5b5051919050565b60208082526031908201527f456967656e506f642e6f6e6c79456967656e506f644d616e616765723a206e6f6040820152703a1032b4b3b2b72837b226b0b730b3b2b960791b606082015260800190565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6000815180845261447a816020860160208601614383565b601f01601f19169290920160200192915050565b6080815260006144a260808301888a614439565b82810360208401526144b48188614462565b905082810360408401526144c9818688614439565b915050826060830152979650505050505050565b602081526000610fe7602083018486614439565b634e487b7160e01b600052601260045260246000fd5b600082614516576145166144f1565b500690565b60008261452a5761452a6144f1565b500490565b60006001600160401b038381169083168181101561454f5761454f614304565b039392505050565b60208082526028908201527f456967656e506f642e6f6e6c79456967656e506f644f776e65723a206e6f74206040820152673837b227bbb732b960c11b606082015260800190565b60008235605e198336030181126143c557600080fd5b600062ffffff8216806145ca576145ca614304565b6000190192915050565b600081600f0b83600f0b600082128260016001607f1b03038213811516156145fe576145fe614304565b8260016001607f1b031903821281161561461a5761461a614304565b50019392505050565b60006001600160401b0380831681851680830382111561464557614645614304565b01949350505050565b80516020808301519190811015613b605760001960209190910360031b1b16919050565b60008351614684818460208801614383565b6001600160801b0319939093169190920190815260100192915050565b6000816146b0576146b0614304565b506000190190565b600081600f0b60016001607f1b03198114156146d6576146d6614304565b60000392915050565b60006001600160ff1b038184138284138082168684048611161561470557614705614304565b600160ff1b600087128281168783058912161561472457614724614304565b6000871292508782058712848416161561474057614740614304565b8785058712818416161561475657614756614304565b505050929093029392505050565b600064ffffffffff8084168061477c5761477c6144f1565b92169190910492915050565b600081600f0b83600f0b600081128160016001607f1b0319018312811516156147b3576147b3614304565b8160016001607f1b030183138116156147ce576147ce614304565b5090039392505050565b600064ffffffffff808416806147f0576147f06144f1565b92169190910692915050565b600064ffffffffff8083168185168183048111821515161561482057614820614304565b02949350505050565b6020815260006137ba602083018461446256fe456967656e506f642e5f7665726966795769746864726177616c43726564656e426561636f6e436861696e50726f6f66732e76657269667956616c696461746fa2646970667358221220f9f5d60682fdf4bd864fc835508826f6acc08906f8f542cf21a19958bf5c855064736f6c634300080c0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x00000000000000000000000000000000000000000000000000000000000000ff"}},"0x61097ba76cd906d2ba4fd106e757f7eb455fc295":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x63c3686ef31c03a641e2ea8993a91ea351e5891a":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x64492e25c30031edad55e57cea599cdb1f06dad1":{"nonce":2,"balance":"0x4563918244c7e622","code":"0x","storage":{}},"0x67d269191c92caf3cd7723f116c85e6e9bf55933":{"nonce":1,"balance":"0x0","code":"0x60808060405260043610156011575f80fd5b5f3560e01c63c2985578146023575f80fd5b346039575f366003190112603957805f60209252f35b5f80fdfea2646970667358221220d5ca37cc61191b8243660ec0ec23d99f082b7e7dd7b4673c910cdda8dc2bd97f64736f6c634300081b0033","storage":{}},"0x6c8ea11559dfe79ae3dbdd6a67b47f61b929398f":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x6d69f301d1da5c7818b5e61eecc745b30179c68b":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x70997970c51812dc3a010c7d01b50e0d17dc79c8":{"nonce":2,"balance":"0x21e5f445b3cf707f40e","code":"0x","storage":{}},"0x71be63f3384f5fb98995898a86b02fb2426c5788":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x71f280dea6fc5a03790941ad72956f545feb7a52":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x73b3074ac649a8dc31c2c90a124469456301a30f":{"nonce":2,"balance":"0x4563918244c7e622","code":"0x","storage":{}},"0x7a2088a1bfc9d81c55368ae168c2c02570cb814f":{"nonce":1,"balance":"0x0","code":"0x60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e00001","0x0000000000000000000000000000000000000000000000000000000000000001":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0000000000000000000000000000000000000000000000000000000000000032":"0x0000000000000000000000004a679253410272dd5232b3ff7cf5dbb88f295319","0x0000000000000000000000000000000000000000000000000000000000000064":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff","0x0000000000000000000000000000000000000000000000000000000000000065":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x000000000000000000000000a85233c63b9ee964add6f2cffe00fd84eb32338f","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}},"0x7bc06c482dead17c0e297afbc32f6e63d3846650":{"nonce":1,"balance":"0x0","code":"0x6080806040526004361015610012575f80fd5b5f3560e01c90816306fdde03146104b757508063095ea7b31461049157806318160ddd1461047457806323b872dd14610447578063313ce5671461042c57806339509351146103de57806340c10f191461031a57806370a08231146102e357806395d89b41146101c8578063a457c2d714610125578063a9059cbb146100f45763dd62ed3e146100a0575f80fd5b346100f05760403660031901126100f0576100b96105b0565b6100c16105c6565b6001600160a01b039182165f908152600160209081526040808320949093168252928352819020549051908152f35b5f80fd5b346100f05760403660031901126100f05761011a6101106105b0565b6024359033610701565b602060405160018152f35b346100f05760403660031901126100f05761013e6105b0565b60243590335f52600160205260405f2060018060a01b0382165f5260205260405f2054918083106101755761011a920390336105fd565b60405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b6064820152608490fd5b346100f0575f3660031901126100f0576040515f6004548060011c906001811680156102d9575b6020831081146102c5578285529081156102a95750600114610254575b50819003601f01601f191681019067ffffffffffffffff8211818310176102405761023c82918260405282610586565b0390f35b634e487b7160e01b5f52604160045260245ffd5b905060045f527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b5f905b8282106102935750602091508201018261020c565b600181602092548385880101520191019061027e565b90506020925060ff191682840152151560051b8201018261020c565b634e487b7160e01b5f52602260045260245ffd5b91607f16916101ef565b346100f05760203660031901126100f0576001600160a01b036103046105b0565b165f525f602052602060405f2054604051908152f35b346100f05760403660031901126100f0576103336105b0565b6001600160a01b03166024358115610399577fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6020826103765f946002546105dc565b6002558484528382526040842061038e8282546105dc565b9055604051908152a3005b60405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f2061646472657373006044820152606490fd5b346100f05760403660031901126100f05761011a6103fa6105b0565b335f52600160205260405f2060018060a01b0382165f5260205261042560405f2060243590546105dc565b90336105fd565b346100f0575f3660031901126100f057602060405160128152f35b346100f05760603660031901126100f05761011a6104636105b0565b61046b6105c6565b60443591610701565b346100f0575f3660031901126100f0576020600254604051908152f35b346100f05760403660031901126100f05761011a6104ad6105b0565b60243590336105fd565b346100f0575f3660031901126100f0575f6003548060011c9060018116801561057c575b6020831081146102c5578285529081156102a957506001146105275750819003601f01601f191681019067ffffffffffffffff8211818310176102405761023c82918260405282610586565b905060035f527fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b5f905b8282106105665750602091508201018261020c565b6001816020925483858801015201910190610551565b91607f16916104db565b602060409281835280519182918282860152018484015e5f828201840152601f01601f1916010190565b600435906001600160a01b03821682036100f057565b602435906001600160a01b03821682036100f057565b919082018092116105e957565b634e487b7160e01b5f52601160045260245ffd5b6001600160a01b03169081156106b0576001600160a01b03169182156106605760207f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591835f526001825260405f20855f5282528060405f2055604051908152a3565b60405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608490fd5b60405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608490fd5b6001600160a01b031690811561082b576001600160a01b03169182156107da57815f525f60205260405f205481811061078657817fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92602092855f525f84520360405f2055845f525f825260405f2061077b8282546105dc565b9055604051908152a3565b60405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608490fd5b60405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608490fd5b60405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608490fdfea2646970667358221220a7860fd1be9ff583c7b2a726a88033e14c79dc553b5d796305055b3464b2d7fe64736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000002":"0x00000000000000000000000000000000000000000000010f0cf064dd59200000","0x0000000000000000000000000000000000000000000000000000000000000003":"0x4d6f636b20546f6b656e00000000000000000000000000000000000000000014","0x0000000000000000000000000000000000000000000000000000000000000004":"0x4d434b0000000000000000000000000000000000000000000000000000000006","0x01aad34cdf9f8f5fca811e2fab1411b08778be71f547894fa0d9fafa5c1f60b2":"0x0000000000000000000000000000000000000000000000000000000000000000","0x033bbe334fb2c44e88997000c4e718ed728d5e88fe1c5d16a6f3f4a0c698fc7c":"0x0000000000000000000000000000000000000000000000000000000000000000","0x07461428b4f064170d61f150a9918ffd2e4bbe913d190953d87e6c26176c5a2a":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0c4b652b75e06dd2eab57dda74797ff6b6d5da2052d263f4912b2e25c1c7be17":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0d78464d78e5ee550946a9179ae783424c036b0160a4bfb7f2d2320edaa2684d":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0dc47b4d95208d165f797d3df5c93ad44d82fcd405a92e5057211684b68e4d3f":"0x0000000000000000000000000000000000000000000000000000000000000000","0x14e04a66bf74771820a7400ff6cf065175b3d7eb25805a5bd1633b161af5d101":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1664bf7a4a9a4ac7b6887b207d85b9c75602a8dad6d55d58e273c749f84b0a7c":"0x0000000000000000000000000000000000000000000000000000000000000000","0x18bbf5fcf8fe870ecff419c4677497c08b2e6a5431bb94541d06c9da3f308e55":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1c7a29f5a750951acb14fdf82a876085914eb17f15a162b054a3d2f8c92e2451":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1dde801acf032acf4b3151b5edb82e0e4d872a54d9efbf3809d75efcbfa2bf8f":"0x0000000000000000000000000000000000000000000000000000000000000000","0x1f27de92fedf410197c8a09d0f2f03372d92b75c9889a6a61cf491395877fbcf":"0x0000000000000000000000000000000000000000000000000000000000000000","0x215be5d23550ceb1beff54fb579a765903ba2ccc85b6f79bcf9bda4e8cb86034":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2589e1958c4e4f4a5f777b0b92a3170cc21771a8d3580331a71232f8624f7628":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2669da0cfc8c0c376cefe53fd05535472a058e9f08ede32f4cc4f703745f82ed":"0x0000000000000000000000000000000000000000000000000000000000000000","0x271927a243b678b7a071f19b4051ef93b16e397066e3fdef5bba26527e34a1a1":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2a8cfebfbe4dca779a17e9802f1c7b225f971fd67322dc2170210613cca1263b":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2a95ee547cef07a2fff0a68144824a0d9ded35ed87da118a53e1cda4aca8b944":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2ca3f4504814a4e69d0298ce9a6e815ee9b1b930ad5e14397497eff5204c1986":"0x0000000000000000000000000000000000000000000000000000000000000000","0x2fe2844d12634f5dce1e2be5be96b2ea1c573f8f25171997e2f4bd943dd32f92":"0x0000000000000000000000000000000000000000000000000000000000000000","0x351029fda7a406abf60c25c78fd341e7e8ca3ce9a2feaed01a0b8e6291b274e0":"0x0000000000000000000000000000000000000000000000000000000000000000","0x352c3281a58937f04ef7cc7b88f3456b6ffd47f52a321c253dc083fb53a3a114":"0x0000000000000000000000000000000000000000000000000000000000000000","0x3836a017087644fbf6925ae1aca14201ce898a35434d9dea9ebd03cea44e049a":"0x0000000000000000000000000000000000000000000000000000000000000000","0x39cd5e5ec54ce41a5f5b2c13ce7133998dfef654caacfb44d5c517700c217d36":"0x0000000000000000000000000000000000000000000000000000000000000000","0x3c0f9d0c0dab3dc01e9c6ef2d5523487fc46ce512bd8941ffcd60a04d98d079f":"0x0000000000000000000000000000000000000000000000000000000000000000","0x3d35e960a76766923ba996a0e806607ddb806491e28e29657c07423301571cfc":"0x0000000000000000000000000000000000000000000000000000000000000000","0x3d9c7f91662290dafee2070b4b7541ec3d9b567bf4c6f6b81c0e91d9bdfa61bc":"0x00000000000000000000000000000000000000000000001cc929a623532de2a9","0x40f9c2870c16301e8614e56453fc5b838c4a153eb0b18c4c050efbf4f786518a":"0x0000000000000000000000000000000000000000000000000000000000000000","0x42a55e7dd56ccb5232847b4aa561f5f86162a9677aaf38e2e1efde67d5b03ad5":"0x0000000000000000000000000000000000000000000000000000000000000000","0x447e229f55de11d1a89a9909e716ee1210570ee678df3c30b05694f3ade74419":"0x0000000000000000000000000000000000000000000000000000000000000000","0x45124dfaa1716b8d229f646ff926377e17b887c2b2eab6a87ab0348ee1689eac":"0x0000000000000000000000000000000000000000000000000000000000000000","0x454340b1295f9ff1c0fb9192166d0215d33f84dc5f2dc3f3e5732a4b557186bf":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4663d660b5d810c9ab2f6dc64af7ff84ebae28a72342391622649a7fe87c93d4":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4ae6b45920d5d9f5cc5228f821bfd3e0f9fa474100c9100f601e93aa32f4b721":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4ca8f789d6573c161792cfa3420dceebe9ae255794644576564118ecc2818958":"0x0000000000000000000000000000000000000000000000000000000000000000","0x4e64a51bc5d96536198ca11548b9301a73059b8ba9977e2378a71bb4a75c5012":"0x0000000000000000000000000000000000000000000000000000000000000000","0x509c640066f1872118ec768fcb985c7bf4476690788ac7e112ab072ca82ab219":"0x0000000000000000000000000000000000000000000000000000000000000000","0x526ee6335f002dc9dbeb2c80aede745c684cb9d12007a0d36e424890de66e48b":"0x0000000000000000000000000000000000000000000000000000000000000000","0x52c0eeeba21034a69ad7cfa70f75c6fd127acd4084a4da80f30cc7540bdf990b":"0x0000000000000000000000000000000000000000000000000000000000000000","0x5669db25f925320d60176a58775d80018b972fdf445120a0cfc1b14aa201cd34":"0x0000000000000000000000000000000000000000000000000000000000000000","0x5735d6fad3ea4f2328a1557ff1be7570df3d4c2630b448c1b7fe2781d018beb0":"0x0000000000000000000000000000000000000000000000000000000000000000","0x5877f8b103d7676cb15584b0077e364b635db08cf91b93bceaf7e2b29cd11b95":"0x0000000000000000000000000000000000000000000000000000000000000000","0x58c49375f810e70d7d728b1f9132a36387d063d53c4631ed20e758dc89d5395f":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6045e6a831cab71159570dd665eb2bee07ef239e09d0251a4be51acdfa8728e5":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6141cf1692daef429b1021490bf3fc0d0c6ce809a7bf6775e051a1b8e719f530":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6419baab5b295e16424cd008e1cd25c5cc00687e81dc69540b254ab6b5ddf864":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6447e8706a1563f63faa56e05801f4d6a35bcfc4d9f08452b72cbb0551d9ff3c":"0x0000000000000000000000000000000000000000000000000000000000000000","0x65cee0cf3d643c3f3402a40ddebed72cec3dd6bac66974bff967dc0ef9e2faed":"0x0000000000000000000000000000000000000000000000000000000000000000","0x673de83553dc3a2c0f59aa7193de392a4530feb73b9d6cd4fcef68802b8195c1":"0x0000000000000000000000000000000000000000000000000000000000000000","0x68a6709c26ad115a906888286d0b6a5e691168d8fb43c7a9c35ddc8a41a60d09":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6a3bb1dada7c82a99b4a02d16da3fda07cb31d8887b9b99ec829ab67fd7a817e":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6d1035fce6503985ab075a4ff3f7ce2e57cd5a9c5e6a0589dccacfea7bcb0af4":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6d5faa5f4e671e6fe47b0eab51c62f8cebf354e21e8fdccf8cdfc0293dd341a3":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6e3431b4e42570cb9e3d926eb26f9e54de2df536ae0741ae16350d17a6c16ddc":"0x0000000000000000000000000000000000000000000000000000000000000000","0x6f29f2c1be868db631cf2c2bfc97f2b895860ab6d1ddf10ed8816fa38eaf8b30":"0x0000000000000000000000000000000000000000000000000000000000000000","0x723077b8a1b173adc35e5f0e7e3662fd1208212cb629f9c128551ea7168da722":"0x0000000000000000000000000000000000000000000000f243c6beba05f21d57","0x75713fc3fef93ad10190b9937f38ff0384ddd58c89ad22ff295d3e9825885ca4":"0x0000000000000000000000000000000000000000000000000000000000000000","0x7aa9dbabf0494f1171864a9543d750abd5d510f80e1abc4c281cdd6fe0883577":"0x0000000000000000000000000000000000000000000000000000000000000000","0x7af9391ba0109e60bc6bb7a25eb20330d3e15adc3c08e0089a3193003bac86b4":"0x0000000000000000000000000000000000000000000000000000000000000000","0x7baf79093c4f20e2b0d67d92eeceea70528d3f48ad051ff8a1f1d675e61c316c":"0x0000000000000000000000000000000000000000000000000000000000000000","0x7fcecd2a720442e9bc0cf1a8a6976f9fbddf6b996dc0d78af7e94dadf360d579":"0x0000000000000000000000000000000000000000000000000000000000000000","0x843a9befd317bdcee99c42a3adf6d00b789224beda1485c7f6e7bf327755328e":"0x0000000000000000000000000000000000000000000000000000000000000000","0x85312f4e38edae628562570a8ce8cb075bfc3d00b1cf8463bffa3ab4e65978e2":"0x0000000000000000000000000000000000000000000000000000000000000000","0x87d11160035f8424b7163a397fc780b278af3de5a6caa2cb71bb2b46825ce159":"0x0000000000000000000000000000000000000000000000000000000000000000","0x89539953b76e9b221957c6852151ca1445a76b3c98ce54412921f1eb9e7ecade":"0x0000000000000000000000000000000000000000000000000000000000000000","0x8a113c2ed36db6735cdd04bbb0fdc5b3a41cdd91af154c61ab109a786efb7913":"0x0000000000000000000000000000000000000000000000000000000000000000","0x8b6a7148182c39c1ca0b052292befa83d09344947c23e47b300314fa8c2b8f7d":"0x0000000000000000000000000000000000000000000000000000000000000000","0x8db523c6dbb7a0ac8a69a39caef85d9e767f6062586be5b334053a474b4e3fbe":"0x0000000000000000000000000000000000000000000000000000000000000000","0x913d5916d9c72e20c0aca11492d4b605e88ef2895454791cba50fc5301a8efc5":"0x0000000000000000000000000000000000000000000000000000000000000000","0x9a7df726e386ef060a18224cb380231eecf5a91b693d10cac88e35c8fa120243":"0x0000000000000000000000000000000000000000000000000000000000000000","0x9bfb81430b166d40f3a3599fd16bf1c9a70e812b79814d7656cb4d3ac1ce7b83":"0x0000000000000000000000000000000000000000000000000000000000000000","0xa1d47ef1a6916dfbe65888f77739da164feb3a9a6afc95ee57e8b3e85ea5e955":"0x0000000000000000000000000000000000000000000000000000000000000000","0xa29a83a6616756f08e971bfbeeddd3d3108810ef10eaab9048f69377bc8e4966":"0x0000000000000000000000000000000000000000000000000000000000000000","0xa3550f0bc232ebb00f93c5f3c95f15838bd6206549e02818e880699a5d3da54e":"0x0000000000000000000000000000000000000000000000000000000000000000","0xaf28f137ef84e678535fd900e2f7e3ced7e8106e10252c55899318c73b5b836f":"0x0000000000000000000000000000000000000000000000000000000000000000","0xaf6cadccd3f046eeb282ec0b08e44adbe45784a23f41d76b096ccb8e7f238e2b":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb0509b8377d1471dc673311dfb5b570fa9886a69e22efb1858bc8782c455f5aa":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb2cf9981caf23ae4f73546f69882c2fcb26bf10ad6a39cc9c83f3abff6f34d31":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb35e50ca9439ba8754813f7d36e67f74aaba5356d2d36df45bf1d63572b827e5":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb66d7c0dbb6c7f546ffd1256084957ac0847e17803f0af38f19b83756c049e38":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb8c3b54c383d28ca95b9d1762c558b80495e73c21a1dd84d6ce8449c08e4ce1f":"0x0000000000000000000000000000000000000000000000000000000000000000","0xbbc2bec56e90846b50ef471636ece4dc41e62b8562c669db433e8ff4c0874f57":"0x0000000000000000000000000000000000000000000000000000000000000000","0xbc5186150091760a47a6c4d645404f3a89cc942b1934738aeafc2fbc9b1b8840":"0x0000000000000000000000000000000000000000000000000000000000000000","0xbd55c9294669a294e0c8fd07e2c07738e95be0123b62b752d782fe317f25ca97":"0x0000000000000000000000000000000000000000000000000000000000000000","0xc7e6986931ef7cd82947a6a08c5539182b2057082de2d0d2ac7fbe614da2d1f8":"0x0000000000000000000000000000000000000000000000000000000000000000","0xc8852d5d421c06e6386a3f564a97dbf6598ab77849fbead8a56d8d998e526800":"0x0000000000000000000000000000000000000000000000000000000000000000","0xccdea4c4fcf2bda5348533ae64d5443347a4f3aadf816f5b13ce5ad19fcb024f":"0x0000000000000000000000000000000000000000000000000000000000000000","0xd1015378a422f11b94dd6a16fcfe1ce9c83d85bc4a958eaeb7d0e33a6e38d0f5":"0x0000000000000000000000000000000000000000000000000000000000000000","0xd32ce6ad935caf8ea10b5311fcc456bda2b2f45f0089bd4c1c16762be7cea1b6":"0x0000000000000000000000000000000000000000000000000000000000000000","0xd46a4409ebc9fc47afedecdadc89dbc0d6f46be6bdb49fd822d5143daedc83f0":"0x0000000000000000000000000000000000000000000000000000000000000000","0xdb302bf24b1ad5f23949da8e6b05747dc699499a995361a7bf40ec7204696d6f":"0x0000000000000000000000000000000000000000000000000000000000000000","0xde655f39ba636c5be600881c2714f215b450e802d11ead496caea154c67cf534":"0x0000000000000000000000000000000000000000000000000000000000000000","0xdf4f241b345e1835efc2c36020118c172ce322d95f990012ca96415aac1a65a6":"0x0000000000000000000000000000000000000000000000000000000000000000","0xe91685417b3ed77c2abd069ec6c56969badbfba9cd212219c18234897877bde2":"0x0000000000000000000000000000000000000000000000000000000000000000","0xe99d350b4de55a4c0b7f1b71dd4acf7d00e9c9f6a9c023da928ec73161a35ca8":"0x0000000000000000000000000000000000000000000000000000000000000000","0xea09b20615ffad342fb450741e59ea6ba180fa93b8701b31fa639ef9ff50d2b0":"0x0000000000000000000000000000000000000000000000000000000000000000","0xec8f1290293665b78005c89fc8a7af12fa530e1b63c3b7f6af258b2d06a60bc3":"0x0000000000000000000000000000000000000000000000000000000000000000","0xed4a23b4a030ee0d64ef69b276dee81d493e5efca01c0fa514e0c38f882af152":"0x0000000000000000000000000000000000000000000000000000000000000000","0xf59215da6a7bae884e546f8b2b321ef28d2cf1bc3e8bd0dbbe104b8472fba29b":"0x0000000000000000000000000000000000000000000000000000000000000000","0xf9982658df503b792c55f860aefa42588712c9069523324d4b9ce4d9a10e2e9c":"0x0000000000000000000000000000000000000000000000000000000000000000","0xf9fa4d248ddd2e8c112fa27b8f0395e3d283adcf1de0df70f58f4152a44bb963":"0x0000000000000000000000000000000000000000000000000000000000000000"}},"0x7d86687f980a56b832e9378952b738b614a99dc6":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x7df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x7ebb637fd68c523613be51aad27c35c4db199b9c":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x8263fce86b1b78f95ab4dae11907d8af88f841e7":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x84ea74d481ee0a5332c457a4d796187f6ba67feb":{"nonce":1,"balance":"0x0","code":"0x6080806040526004361015610012575f80fd5b5f3560e01c90816346fbf68e14610243575080638568520614610153578063ce548428146100745763eab66d7a14610048575f80fd5b34610070575f366003190112610070576001546040516001600160a01b039091168152602090f35b5f80fd5b346100705760203660031901126100705761008d61027b565b6001546001600160a01b038116916100a6338414610291565b6001600160a01b03169182156100f65760407f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892918151908152846020820152a16001600160a01b03191617600155005b60405162461bcd60e51b815260206004820152602f60248201527f50617573657252656769737472792e5f736574556e7061757365723a207a657260448201526e1bc81859191c995cdcc81a5b9c1d5d608a1b6064820152608490fd5b346100705760403660031901126100705761016c61027b565b602435908115158092036100705761018f60018060a01b03600154163314610291565b6001600160a01b03169081156101e857816040917f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152935f525f602052825f2060ff1981541660ff831617905582519182526020820152a1005b60405162461bcd60e51b815260206004820152602d60248201527f50617573657252656769737472792e5f7365745061757365723a207a65726f2060448201526c1859191c995cdcc81a5b9c1d5d609a1b6064820152608490fd5b34610070576020366003190112610070576020906001600160a01b0361026761027b565b165f525f825260ff60405f20541615158152f35b600435906001600160a01b038216820361007057565b1561029857565b60405162461bcd60e51b815260206004820152602a60248201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160448201526939903ab73830bab9b2b960b11b6064820152608490fdfea26469706673582212200226543715fd8cfe8933d14ee770933e8843a803aea2f80707682d7973c1d50164736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000001":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x723077b8a1b173adc35e5f0e7e3662fd1208212cb629f9c128551ea7168da722":"0x0000000000000000000000000000000000000000000000000000000000000001"}},"0x851356ae760d987e095750cceb3bc6014560891c":{"nonce":1,"balance":"0x0","code":"0x60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033","storage":{"0x0eb5be412f275a18f6e4d622aee4ff40b21467c926224771b782d4c095d1444b":"0x0000000000000000000000000000000000000000000000000000000000000025","0x17ef568e3e12ab5b9c7254a8d58478811de00f9e6eb34345acd53bf8fd09d3ec":"0x0000000000000000000000000000000000000000000000000000000000000001","0x295841a49a1089f4b560f91cfbb0133326654dcbb1041861fc5dde96c724a22f":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf","0x3617319a054d772f909f7c479a2cebe5066e836a939412e32403c99029b92eff":"0x0000000000000000000000000000000000000000000000000000000000000001","0xa6eef7e35abe7026729641147f7915573c7e97b47efa546f5f6e3230263bcb49":"0x0000000000000000000000000000000000000000000000000000000000000001","0xad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb5":"0x0000000000000000000000000000000000000000000000000000000000000000","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e","0xcfb339bd1c51c488f6134f4ac63d1594afad827b3401c3fc51ed1da74a8ca14e":"0x000000000de0b6b3a7640000fd471836031dc5108809d173a067e8486b9047a3"}},"0x8626f6940e2eb28930efb4cef49b2d1f2c9c1199":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x86c53eb85d0b7548fea5c4b4f82b4205c8f6ac18":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x87bdce72c06c21cd96219bd8521bdf1f42c78b5e":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x8a791620dd6260079bf849dc5567adc3f2fdc318":{"nonce":1,"balance":"0x0","code":"0x60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0000000000000000000000000000000000000000000000000000000000000033":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000000000000000000000000000000000000000065":"0x0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0","0x0000000000000000000000000000000000000000000000000000000000000066":"0x0000000000000000000000000000000000000000000000000000000000000000","0x00000000000000000000000000000000000000000000000000000000000000c9":"0x238f908bdb678c83d1974c220f0adf465fcf81287a1177db66e2685df2d47d45","0x00000000000000000000000000000000000000000000000000000000000000cb":"0x000003e80000000000001c2018a0f92ad9645385e8a8f3db7d0f6cf7abbb0ad4","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x0000000000000000000000009a9f2ccfde556a7e9ff0848998aa4a0cfd8863ae","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}},"0x90f79bf6eb2c4f870365e785982e1f101e93b906":{"nonce":2,"balance":"0x21e5f445b3cf707f40e","code":"0x","storage":{}},"0x924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x9394cb5f737bd3acea7dce90ca48dbd42801ee5d":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x95401dc811bb5740090279ba06cfa8fcf6113778":{"nonce":1,"balance":"0x0","code":"0x60806040526004361015610011575f80fd5b5f3560e01c806331b36bd914610ce35780633563b0d114610c4a5780634d2b57fe14610b0c5780634f739f741461046d5780635c155662146102b25763cefdc1d41461005b575f80fd5b346102ae5760603660031901126102ae57610074610e37565b60243590610080610f02565b916040926100d78451926100948685610e7c565b60018452601f198601366020860137806100ad85611084565b5285516361c8a12f60e11b81526001600160a01b0386169490925f91849182918760048401611663565b0381875afa9182156102a45763ffffffff6100fe6020946064935f91610282575b50611084565b511691875195869384926304ec635160e01b8452600484015263ffffffff8716602484015260448301525afa918215610278575f92610247575b506001600160c01b038216915f83805b61020e575061ffff169261015b84610ee7565b9361016887519586610e7c565b808552610177601f1991610ee7565b013660208601375f925f5b8551851080610203575b156101da576001811b84166001600160c01b03166101b3575b6101ae90611655565b610182565b9360016101ae9160ff60f81b8760f81b165f1a6101d0828a6110f4565b53019490506101a5565b87836101ff6101ea858a8c611105565b83519384938452806020850152830190610f15565b0390f35b50610100811061018c565b5f1981018181116102335761ffff9116911661ffff8114610233576001019080610148565b634e487b7160e01b5f52601160045260245ffd5b61026a91925060203d602011610271575b6102628183610e7c565b81019061162a565b905f610138565b503d610258565b84513d5f823e3d90fd5b61029e91503d805f833e6102968183610e7c565b810190611579565b5f6100f8565b86513d5f823e3d90fd5b5f80fd5b346102ae5760603660031901126102ae576102cb610e37565b6024356001600160401b0381116102ae576102ea903690600401610fbc565b6102f2610f02565b6040516361c8a12f60e11b815290926001600160a01b03165f828061031b868860048401611663565b0381845afa918215610402575f92610451575b5082519361035461033e86610e9d565b9561034c6040519788610e7c565b808752610e9d565b602086019490601f19013686375f5b815181101561040d5761037681836110a5565b519060208463ffffffff61038a848a6110a5565b516040516304ec635160e01b8152600481019690965263ffffffff92831660248701521616604484015282606481885afa8015610402576001925f916103e4575b50828060c01b03166103dd828a6110a5565b5201610363565b6103fc915060203d8111610271576102628183610e7c565b896103cb565b6040513d5f823e3d90fd5b8587604051918291602083019060208452518091526040830191905f5b818110610438575050500390f35b825184528594506020938401939092019160010161042a565b6104669192503d805f833e6102968183610e7c565b908461032e565b346102ae5760803660031901126102ae57610486610e37565b60243563ffffffff8116908181036102ae57604435926001600160401b0384116102ae57366023850112156102ae578360040135936001600160401b0385116102ae57602481019060248636920101116102ae57606435926001600160401b0384116102ae57366023850112156102ae578360040135956001600160401b0387116102ae5760248501938760051b9560248736920101116102ae57610529611534565b50604051636830483560e01b81526001600160a01b03919091169390602081600481885afa908115610402575f91610aed575b50610565611534565b604080516361c8a12f60e11b8152600481018b90526024810191909152604481018b905290976001600160fb1b038b116102ae5781606481835f948c848401378101030181895afa908115610402575f91610ad3575b50875260018060a01b031691604051986340e03a8160e11b8a528860048b0152604060248b01525f8a806105f36044820186886115fa565b0381875afa998a15610402575f9a610ab7575b5060408801998a5261061782610e9d565b966106256040519889610e7c565b828852610641601f1961063785610e9d565b0160208a016110d8565b606089019788525f5b60ff81168481101561092e575f6106778261066487611052565b8d519061067183836110a5565b526110a5565b505f84868e5b8d8d8386106106fa5750505050505061069581611052565b905f5b8c8282106106ca5760ff959492506106b8939150519061067183836110a5565b501660ff81146102335760010161064a565b9063ffffffff6106e7826106e188600196516110a5565b516110a5565b51166106f382866110a5565b5201610698565b63ffffffff61071b87610713816020986107559a61161a565b3595516110a5565b516040516304ec635160e01b8152600481019590955263ffffffff9283166024860152161660448301529092839190829081906064820190565b03915afa908115610402575f91610910575b506001600160c01b0316801561087f5760018091610786868b8d611649565b3560f81c1c161461079d575b60010184868e61067d565b908960206107ac84898961161a565b356107b8868b8d611649565b60405163dd9846b960e01b815260048101929092523560f81c602482015263ffffffff929092166044830152816064818d5afa908115610402578d85915f93610829575b509163ffffffff610818856106e16001979561082197516110a5565b91169052611655565b919050610792565b925050506020813d8211610877575b8161084560209383610e7c565b810103126102ae57818d63ffffffff6108186001956106e18961086a61082198611568565b97509550509550506107fc565b3d9150610838565b60405162461bcd60e51b815260206004820152605c60248201527f4f70657261746f7253746174655265747269657665722e676574436865636b5360448201527f69676e617475726573496e64696365733a206f70657261746f72206d7573742060648201527f6265207265676973746572656420617420626c6f636b6e756d62657200000000608482015260a490fd5b610928915060203d8111610271576102628183610e7c565b5f610767565b5089898c8e8760048a60208f60405193848092632efa2ca360e11b82525afa908115610402575f93610987938593610a86575b506040519687948593849363354952a360e21b85526040600486015260448501916115fa565b602483019190915203916001600160a01b03165afa91821561040257610a05926109f2915f91610a6c575b5090859493929160206109df970190815260405196879660208852516080602089015260a0880190611019565b9051868203601f19016040880152611019565b9051848203601f19016060860152611019565b905190601f19838203016080840152815180825260208201916020808360051b8301019401925f915b838310610a3b5786860387f35b919395509193602080610a5a600193601f198682030187528951611019565b97019301930190928695949293610a2e565b610a8091503d805f833e6102968183610e7c565b866109b2565b610aa991935060203d602011610ab0575b610aa18183610e7c565b8101906110b9565b9189610961565b503d610a97565b610acc919a503d805f833e6102968183610e7c565b988a610606565b610ae791503d805f833e6102968183610e7c565b8a6105bb565b610b06915060203d602011610ab057610aa18183610e7c565b8961055c565b346102ae5760403660031901126102ae57610b25610e37565b6024356001600160401b0381116102ae57610b44903690600401610fbc565b8051610b68610b5282610e9d565b91610b606040519384610e7c565b808352610e9d565b602082019290601f19013684376001600160a01b03909316925f5b8151811015610bfd57610b9681836110a5565b519060405191630a5aec1960e21b83526004830152602082602481895afa8015610402576001925f91610bdf575b50610bcf82866110a5565b90838060a01b0316905201610b83565b610bf7915060203d8111610ab057610aa18183610e7c565b87610bc4565b8383604051918291602083019060208452518091526040830191905f5b818110610c28575050500390f35b82516001600160a01b0316845285945060209384019390920191600101610c1a565b346102ae5760603660031901126102ae57610c63610e37565b6024356001600160401b0381116102ae57366023820112156102ae57806004013591610c8e83610ee7565b610c9b6040519182610e7c565b83815236602485850101116102ae575f6020856101ff966024610ccf97018386013783010152610cc9610f02565b91611105565b604051918291602083526020830190610f15565b346102ae5760403660031901126102ae57610cfc610e37565b602435906001600160401b0382116102ae57366023830112156102ae578160040135610d2781610e9d565b92610d356040519485610e7c565b8184526024602085019260051b820101903682116102ae57602401915b818310610e17578385610d658151611052565b6001600160a01b03909216915f5b8251811015610e01576001600160a01b03610d8e82856110a5565b516040516309aa152760e11b81529116600482015290602082602481885afa8015610402575f90610dcf575b60019250610dc882856110a5565b5201610d73565b506020823d8211610df9575b81610de860209383610e7c565b810103126102ae5760019151610dba565b3d9150610ddb565b604051602080825281906101ff90820185610eb4565b82356001600160a01b03811681036102ae57815260209283019201610d52565b600435906001600160a01b03821682036102ae57565b606081019081106001600160401b03821117610e6857604052565b634e487b7160e01b5f52604160045260245ffd5b90601f801991011681019081106001600160401b03821117610e6857604052565b6001600160401b038111610e685760051b60200190565b90602080835192838152019201905f5b818110610ed15750505090565b8251845260209384019390920191600101610ec4565b6001600160401b038111610e6857601f01601f191660200190565b6044359063ffffffff821682036102ae57565b9080602083519182815201916020808360051b8301019401925f915b838310610f4057505050505090565b9091929394601f19828203018352855190602080835192838152019201905f905b808210610f805750505060208060019297019301930191939290610f31565b909192602060606001926001600160601b0360408851868060a01b03815116845285810151868501520151166040820152019401920190610f61565b9080601f830112156102ae578135610fd381610e9d565b92610fe16040519485610e7c565b81845260208085019260051b8201019283116102ae57602001905b8282106110095750505090565b8135815260209182019101610ffc565b90602080835192838152019201905f5b8181106110365750505090565b825163ffffffff16845260209384019390920191600101611029565b9061105c82610e9d565b6110696040519182610e7c565b828152809261107a601f1991610e9d565b0190602036910137565b8051156110915760200190565b634e487b7160e01b5f52603260045260245ffd5b80518210156110915760209160051b010190565b908160209103126102ae57516001600160a01b03811681036102ae5790565b5f5b8281106110e657505050565b6060828201526020016110da565b908151811015611091570160200190565b604051636830483560e01b81526001600160a01b0390911692909190602083600481875afa928315610402575f93611513575b50604051634f4c91e160e11b815292602084600481885afa938415610402575f946114ce575b5060206004949560405195868092632efa2ca360e11b82525afa938415610402575f946114ad575b50919493908551926111c161119a85610e9d565b946111a86040519687610e7c565b8086526111b7601f1991610e9d565b01602086016110d8565b5f965b80518810156114a3576111d788826110f4565b51604051638902624560e01b815260f89190911c6004820181905263ffffffff851660248301529790945f866044816001600160a01b0385165afa958615610402575f96611411575b50855161122c81610e9d565b9061123a6040519283610e7c565b808252611249601f1991610e9d565b015f5b8181106113e857505061125f8b896110a5565b5261126a8a886110a5565b505f5b86518110156113d75761128081886110a5565b516040516308f6629d60e31b81526004810191909152906020826024816001600160a01b038e165afa918215610402575f926113b7575b50866112c3828a6110a5565b5160208d6112d1858d6110a5565b5160405163fa28c62760e01b8152600481019190915260ff91909116602482015263ffffffff939093166044840152826064816001600160a01b038c165afa908115610402578e925f92611370575b509361135d611369936001600160601b0386946001986040519561134387610e4d565b8a8060a01b0316865260208601521660408401528d6110a5565b519061067183836110a5565b500161126d565b915091506020813d82116113af575b8161138c60209383610e7c565b810103126102ae57516001600160601b03811681036102ae578d9161135d611320565b3d915061137f565b6113d091925060203d8111610ab057610aa18183610e7c565b905f6112b7565b5060019099019890975093506111c4565b6020906040516113f781610e4d565b5f81525f838201525f60408201528282860101520161124c565b9095503d805f833e6114238183610e7c565b8101906020818303126102ae578051906001600160401b0382116102ae57019080601f830112156102ae57815161145981610e9d565b926114676040519485610e7c565b81845260208085019260051b8201019283116102ae57602001905b82821061149357505050945f611220565b8151815260209182019101611482565b5092955050505050565b6114c791945060203d602011610ab057610aa18183610e7c565b925f611186565b9093506020813d60201161150b575b816114ea60209383610e7c565b810103126102ae5751926001600160a01b03841684036102ae57602061115e565b3d91506114dd565b61152d91935060203d602011610ab057610aa18183610e7c565b915f611138565b60405190608082018281106001600160401b03821117610e6857604052606080838181528160208201528160408201520152565b519063ffffffff821682036102ae57565b6020818303126102ae578051906001600160401b0382116102ae57019080601f830112156102ae5781516115ac81610e9d565b926115ba6040519485610e7c565b81845260208085019260051b8201019283116102ae57602001905b8282106115e25750505090565b602080916115ef84611568565b8152019101906115d5565b908060209392818452848401375f828201840152601f01601f1916010190565b91908110156110915760051b0190565b908160209103126102ae57516001600160c01b03811681036102ae5790565b90821015611091570190565b5f1981146102335760010190565b60409063ffffffff61168094931681528160208201520190610eb4565b9056fea2646970667358221220050457b1ef148743ed233c79afe5a9e36d62fc0428b3d862243b5a5ef14ab6d664736f6c634300081b0033","storage":{}},"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1":{"nonce":1,"balance":"0x0","code":"0x6080604052600436106101b75760003560e01c8063886f1195116100ec578063b13442711161008a578063ea4d3c9b11610064578063ea4d3c9b1461053f578063f2fde38b14610573578063f6848d2414610593578063fabc1cbc146105ce57600080fd5b8063b1344271146104cb578063beffbb89146104ff578063c2c51c401461051f57600080fd5b80639b4e4634116100c65780639b4e46341461044c5780639ba062751461045f578063a38406a314610495578063a6a509be146104b557600080fd5b8063886f1195146103e65780638da5cb5b146104065780639104c3191461042457600080fd5b8063595c6a671161015957806360f4062b1161013357806360f4062b1461035b578063715018a61461038857806374cdd7981461039d57806384d81062146103d157600080fd5b8063595c6a67146102f15780635ac86ab7146103065780635c975abb1461034657600080fd5b80631794bb3c116101955780631794bb3c14610231578063292b7b2b14610251578063387b13001461029d57806339b70e38146102bd57600080fd5b80630e81073c146101bc57806310d67a2f146101ef578063136439dd14610211575b600080fd5b3480156101c857600080fd5b506101dc6101d73660046120fc565b6105ee565b6040519081526020015b60405180910390f35b3480156101fb57600080fd5b5061020f61020a366004612128565b61085d565b005b34801561021d57600080fd5b5061020f61022c366004612145565b610910565b34801561023d57600080fd5b5061020f61024c36600461215e565b610a4f565b34801561025d57600080fd5b506102857f000000000000000000000000b7f8bc63bbcad18155201308c8f3540b07f84f5e81565b6040516001600160a01b0390911681526020016101e6565b3480156102a957600080fd5b5061020f6102b836600461215e565b610b6e565b3480156102c957600080fd5b506102857f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570781565b3480156102fd57600080fd5b5061020f610f82565b34801561031257600080fd5b5061033661032136600461219f565b606654600160ff9092169190911b9081161490565b60405190151581526020016101e6565b34801561035257600080fd5b506066546101dc565b34801561036757600080fd5b506101dc610376366004612128565b609b6020526000908152604090205481565b34801561039457600080fd5b5061020f611049565b3480156103a957600080fd5b506102857f00000000000000000000000000000000219ab540356cbb839cbe05303d7705fa81565b3480156103dd57600080fd5b5061028561105d565b3480156103f257600080fd5b50606554610285906001600160a01b031681565b34801561041257600080fd5b506033546001600160a01b0316610285565b34801561043057600080fd5b5061028573beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b61020f61045a36600461220b565b611147565b34801561046b57600080fd5b5061028561047a366004612128565b6098602052600090815260409020546001600160a01b031681565b3480156104a157600080fd5b506102856104b0366004612128565b611236565b3480156104c157600080fd5b506101dc60995481565b3480156104d757600080fd5b506102857f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c85381565b34801561050b57600080fd5b5061020f61051a3660046120fc565b611308565b34801561052b57600080fd5b5061020f61053a3660046120fc565b611547565b34801561054b57600080fd5b506102857f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b34801561057f57600080fd5b5061020f61058e366004612128565b61197b565b34801561059f57600080fd5b506103366105ae366004612128565b6001600160a01b0390811660009081526098602052604090205416151590565b3480156105da57600080fd5b5061020f6105e9366004612145565b6119f1565b6000336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916146106415760405162461bcd60e51b81526004016106389061227f565b60405180910390fd5b6001600160a01b0383166106bd5760405162461bcd60e51b815260206004820152603a60248201527f456967656e506f644d616e616765722e6164645368617265733a20706f644f7760448201527f6e65722063616e6e6f74206265207a65726f20616464726573730000000000006064820152608401610638565b600082121561072b5760405162461bcd60e51b815260206004820152603460248201527f456967656e506f644d616e616765722e6164645368617265733a207368617265604482015273732063616e6e6f74206265206e6567617469766560601b6064820152608401610638565b610739633b9aca00836122f3565b156107ac5760405162461bcd60e51b815260206004820152603d60248201527f456967656e506f644d616e616765722e6164645368617265733a20736861726560448201527f73206d75737420626520612077686f6c65204777656920616d6f756e740000006064820152608401610638565b6001600160a01b0383166000908152609b6020526040812054906107d0848361231d565b6001600160a01b0386166000818152609b6020526040908190208390555191925090600080516020612eb38339815191529061080f9087815260200190565b60405180910390a2846001600160a01b03166000805160206125858339815191528260405161084091815260200190565b60405180910390a26108528282611b4d565b925050505b92915050565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156108b0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108d4919061235e565b6001600160a01b0316336001600160a01b0316146109045760405162461bcd60e51b81526004016106389061237b565b61090d81611b8f565b50565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610958573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061097c91906123c5565b6109985760405162461bcd60e51b8152600401610638906123e7565b60665481811614610a115760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610638565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b600054610100900460ff1615808015610a6f5750600054600160ff909116105b80610a895750303b158015610a89575060005460ff166001145b610aec5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610638565b6000805460ff191660011790558015610b0f576000805461ff0019166101001790555b610b1884611c86565b610b228383611cd8565b8015610b68576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91614610bb65760405162461bcd60e51b81526004016106389061227f565b6001600160a01b038316610c305760405162461bcd60e51b81526020600482015260476024820152600080516020612ed383398151915260448201527f546f6b656e733a20706f644f776e65722063616e6e6f74206265207a65726f206064820152666164647265737360c81b608482015260a401610638565b6001600160a01b038216610cad5760405162461bcd60e51b815260206004820152604a6024820152600080516020612ed383398151915260448201527f546f6b656e733a2064657374696e6174696f6e2063616e6e6f74206265207a65606482015269726f206164647265737360b01b608482015260a401610638565b6000811215610d1c5760405162461bcd60e51b81526020600482015260416024820152600080516020612ed383398151915260448201527f546f6b656e733a207368617265732063616e6e6f74206265206e6567617469766064820152606560f81b608482015260a401610638565b610d2a633b9aca00826122f3565b15610d9e5760405162461bcd60e51b815260206004820152604a6024820152600080516020612ed383398151915260448201527f546f6b656e733a20736861726573206d75737420626520612077686f6c6520476064820152691dd95a48185b5bdd5b9d60b21b608482015260a401610638565b6001600160a01b0383166000908152609b602052604081205490811215610f07576000610dca8261242f565b905080831115610e61576001600160a01b0385166000908152609b6020526040812055610df7818461244c565b9250846001600160a01b0316600080516020612eb383398151915282604051610e2291815260200190565b60405180910390a2846001600160a01b03166000805160206125858339815191526000604051610e5491815260200190565b60405180910390a2610f05565b6001600160a01b0385166000908152609b6020526040812054610e8590859061231d565b6001600160a01b0387166000818152609b6020526040908190208390555191925090600080516020612eb383398151915290610ec49087815260200190565b60405180910390a2856001600160a01b031660008051602061258583398151915282604051610ef591815260200190565b60405180910390a2505050505050565b505b6001600160a01b03848116600090815260986020526040908190205490516362483a2160e11b815285831660048201526024810185905291169063c490744290604401600060405180830381600087803b158015610f6457600080fd5b505af1158015610f78573d6000803e3d6000fd5b5050505050505050565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610fca573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fee91906123c5565b61100a5760405162461bcd60e51b8152600401610638906123e7565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b611051611dc2565b61105b6000611c86565b565b6066546000908190600190811614156110b45760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610638565b336000908152609860205260409020546001600160a01b0316156111365760405162461bcd60e51b815260206004820152603360248201527f456967656e506f644d616e616765722e637265617465506f643a2053656e64656044820152721c88185b1c9958591e481a185cc818481c1bd9606a1b6064820152608401610638565b6000611140611e1c565b9250505090565b6066546000906001908116141561119c5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610638565b336000908152609860205260409020546001600160a01b0316806111c5576111c2611e1c565b90505b6040516326d3918d60e21b81526001600160a01b03821690639b4e46349034906111fb908b908b908b908b908b9060040161248c565b6000604051808303818588803b15801561121457600080fd5b505af1158015611228573d6000803e3d6000fd5b505050505050505050505050565b6001600160a01b038082166000908152609860205260408120549091168061085757611301836001600160a01b031660001b60405180610940016040528061090e81526020016125a561090e9139604080516001600160a01b037f000000000000000000000000b7f8bc63bbcad18155201308c8f3540b07f84f5e166020820152808201919091526000606082015260800160408051601f19818403018152908290526112e69291602001612501565b60405160208183030381529060405280519060200120611f81565b9392505050565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916146113505760405162461bcd60e51b81526004016106389061227f565b60008112156113c75760405162461bcd60e51b815260206004820152603760248201527f456967656e506f644d616e616765722e72656d6f76655368617265733a20736860448201527f617265732063616e6e6f74206265206e656761746976650000000000000000006064820152608401610638565b6113d5633b9aca00826122f3565b1561144a576040805162461bcd60e51b81526020600482015260248101919091527f456967656e506f644d616e616765722e72656d6f76655368617265733a20736860448201527f61726573206d75737420626520612077686f6c65204777656920616d6f756e746064820152608401610638565b6001600160a01b0382166000908152609b602052604081205461146e908390612516565b905060008112156114ff5760405162461bcd60e51b815260206004820152604f60248201527f456967656e506f644d616e616765722e72656d6f76655368617265733a20636160448201527f6e6e6f7420726573756c7420696e20706f64206f776e657220686176696e672060648201526e6e656761746976652073686172657360881b608482015260a401610638565b6001600160a01b0383166000818152609b602052604090819020839055516000805160206125858339815191529061153a9084815260200190565b60405180910390a2505050565b6001600160a01b0380831660009081526098602052604090205483911633146115c25760405162461bcd60e51b815260206004820152602760248201527f456967656e506f644d616e616765722e6f6e6c79456967656e506f643a206e6f6044820152661d0818481c1bd960ca1b6064820152608401610638565b600260c95414156116155760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610638565b600260c9556001600160a01b0383166116b15760405162461bcd60e51b815260206004820152605260248201527f456967656e506f644d616e616765722e7265636f7264426561636f6e4368616960448201527f6e45544842616c616e63655570646174653a20706f644f776e65722063616e6e6064820152716f74206265207a65726f206164647265737360701b608482015260a401610638565b6116bf633b9aca0083612555565b156117585760405162461bcd60e51b815260206004820152605a60248201527f456967656e506f644d616e616765722e7265636f7264426561636f6e4368616960448201527f6e45544842616c616e63655570646174653a2073686172657344656c7461206d60648201527f75737420626520612077686f6c65204777656920616d6f756e74000000000000608482015260a401610638565b6001600160a01b0383166000908152609b60205260408120549061177c848361231d565b6001600160a01b0386166000908152609b602052604081208290559091506117a48383611b4d565b9050801561190c57600081121561186f576001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91663132d49678773beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06118038561242f565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526044820152606401600060405180830381600087803b15801561185257600080fd5b505af1158015611866573d6000803e3d6000fd5b5050505061190c565b604051631452b9d760e11b81526001600160a01b03878116600483015273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06024830152604482018390527f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916906328a573ae90606401600060405180830381600087803b1580156118f357600080fd5b505af1158015611907573d6000803e3d6000fd5b505050505b856001600160a01b0316600080516020612eb38339815191528660405161193591815260200190565b60405180910390a2856001600160a01b03166000805160206125858339815191528360405161196691815260200190565b60405180910390a25050600160c95550505050565b611983611dc2565b6001600160a01b0381166119e85760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610638565b61090d81611c86565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611a44573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a68919061235e565b6001600160a01b0316336001600160a01b031614611a985760405162461bcd60e51b81526004016106389061237b565b606654198119606654191614611b165760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610638565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c90602001610a44565b6000808313611b6d5760008213611b6657506000610857565b5080610857565b60008213611b8557611b7e8361242f565b9050610857565b611b7e8383612516565b6001600160a01b038116611c1d5760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610638565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6065546001600160a01b0316158015611cf957506001600160a01b03821615155b611d7b5760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610638565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2611dbe82611b8f565b5050565b6033546001600160a01b0316331461105b5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610638565b6000609960008154611e2d90612569565b9091555060408051610940810190915261090e808252600091611ecc91839133916125a56020830139604080516001600160a01b037f000000000000000000000000b7f8bc63bbcad18155201308c8f3540b07f84f5e166020820152808201919091526000606082015260800160408051601f1981840301815290829052611eb89291602001612501565b604051602081830303815290604052611fdd565b60405163189acdbd60e31b81523360048201529091506001600160a01b0382169063c4d66de890602401600060405180830381600087803b158015611f1057600080fd5b505af1158015611f24573d6000803e3d6000fd5b50503360008181526098602052604080822080546001600160a01b0319166001600160a01b038816908117909155905192945092507f21c99d0db02213c32fff5b05cf0a718ab5f858802b91498f80d82270289d856a91a3919050565b604080516001600160f81b03196020808301919091526bffffffffffffffffffffffff193060601b1660218301526035820185905260558083018590528351808403909101815260759092019092528051910120600090611301565b600080844710156120305760405162461bcd60e51b815260206004820152601d60248201527f437265617465323a20696e73756666696369656e742062616c616e63650000006044820152606401610638565b825161207e5760405162461bcd60e51b815260206004820181905260248201527f437265617465323a2062797465636f6465206c656e677468206973207a65726f6044820152606401610638565b8383516020850187f590506001600160a01b0381166120df5760405162461bcd60e51b815260206004820152601960248201527f437265617465323a204661696c6564206f6e206465706c6f79000000000000006044820152606401610638565b949350505050565b6001600160a01b038116811461090d57600080fd5b6000806040838503121561210f57600080fd5b823561211a816120e7565b946020939093013593505050565b60006020828403121561213a57600080fd5b8135611301816120e7565b60006020828403121561215757600080fd5b5035919050565b60008060006060848603121561217357600080fd5b833561217e816120e7565b9250602084013561218e816120e7565b929592945050506040919091013590565b6000602082840312156121b157600080fd5b813560ff8116811461130157600080fd5b60008083601f8401126121d457600080fd5b50813567ffffffffffffffff8111156121ec57600080fd5b60208301915083602082850101111561220457600080fd5b9250929050565b60008060008060006060868803121561222357600080fd5b853567ffffffffffffffff8082111561223b57600080fd5b61224789838a016121c2565b9097509550602088013591508082111561226057600080fd5b5061226d888289016121c2565b96999598509660400135949350505050565b602080825260409082018190527f456967656e506f644d616e616765722e6f6e6c7944656c65676174696f6e4d61908201527f6e616765723a206e6f74207468652044656c65676174696f6e4d616e61676572606082015260800190565b634e487b7160e01b600052601260045260246000fd5b600082612302576123026122dd565b500690565b634e487b7160e01b600052601160045260246000fd5b600080821280156001600160ff1b038490038513161561233f5761233f612307565b600160ff1b839003841281161561235857612358612307565b50500190565b60006020828403121561237057600080fd5b8151611301816120e7565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b6000602082840312156123d757600080fd5b8151801515811461130157600080fd5b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b6000600160ff1b82141561244557612445612307565b5060000390565b60008282101561245e5761245e612307565b500390565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6060815260006124a0606083018789612463565b82810360208401526124b3818688612463565b9150508260408301529695505050505050565b6000815160005b818110156124e757602081850181015186830152016124cd565b818111156124f6576000828601525b509290920192915050565b60006120df61251083866124c6565b846124c6565b60008083128015600160ff1b85018412161561253457612534612307565b6001600160ff1b038401831381161561254f5761254f612307565b50500390565b600082612564576125646122dd565b500790565b600060001982141561257d5761257d612307565b506001019056fed4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe077098608060405260405161090e38038061090e83398101604081905261002291610460565b61002e82826000610035565b505061058a565b61003e83610100565b6040516001600160a01b038416907f1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e90600090a260008251118061007f5750805b156100fb576100f9836001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100c5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100e99190610520565b836102a360201b6100291760201c565b505b505050565b610113816102cf60201b6100551760201c565b6101725760405162461bcd60e51b815260206004820152602560248201527f455243313936373a206e657720626561636f6e206973206e6f74206120636f6e6044820152641d1c9858dd60da1b60648201526084015b60405180910390fd5b6101e6816001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156101b3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101d79190610520565b6102cf60201b6100551760201c565b61024b5760405162461bcd60e51b815260206004820152603060248201527f455243313936373a20626561636f6e20696d706c656d656e746174696f6e206960448201526f1cc81b9bdd08184818dbdb9d1c9858dd60821b6064820152608401610169565b806102827fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d5060001b6102de60201b6100641760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b60606102c883836040518060600160405280602781526020016108e7602791396102e1565b9392505050565b6001600160a01b03163b151590565b90565b6060600080856001600160a01b0316856040516102fe919061053b565b600060405180830381855af49150503d8060008114610339576040519150601f19603f3d011682016040523d82523d6000602084013e61033e565b606091505b5090925090506103508683838761035a565b9695505050505050565b606083156103c65782516103bf576001600160a01b0385163b6103bf5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610169565b50816103d0565b6103d083836103d8565b949350505050565b8151156103e85781518083602001fd5b8060405162461bcd60e51b81526004016101699190610557565b80516001600160a01b038116811461041957600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101561044f578181015183820152602001610437565b838111156100f95750506000910152565b6000806040838503121561047357600080fd5b61047c83610402565b60208401519092506001600160401b038082111561049957600080fd5b818501915085601f8301126104ad57600080fd5b8151818111156104bf576104bf61041e565b604051601f8201601f19908116603f011681019083821181831017156104e7576104e761041e565b8160405282815288602084870101111561050057600080fd5b610511836020830160208801610434565b80955050505050509250929050565b60006020828403121561053257600080fd5b6102c882610402565b6000825161054d818460208701610434565b9190910192915050565b6020815260008251806020840152610576816040850160208701610434565b601f01601f19169190910160400192915050565b61034e806105996000396000f3fe60806040523661001357610011610017565b005b6100115b610027610022610067565b610100565b565b606061004e83836040518060600160405280602781526020016102f260279139610124565b9392505050565b6001600160a01b03163b151590565b90565b600061009a7fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50546001600160a01b031690565b6001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100fb9190610249565b905090565b3660008037600080366000845af43d6000803e80801561011f573d6000f35b3d6000fd5b6060600080856001600160a01b03168560405161014191906102a2565b600060405180830381855af49150503d806000811461017c576040519150601f19603f3d011682016040523d82523d6000602084013e610181565b606091505b50915091506101928683838761019c565b9695505050505050565b6060831561020d578251610206576001600160a01b0385163b6102065760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064015b60405180910390fd5b5081610217565b610217838361021f565b949350505050565b81511561022f5781518083602001fd5b8060405162461bcd60e51b81526004016101fd91906102be565b60006020828403121561025b57600080fd5b81516001600160a01b038116811461004e57600080fd5b60005b8381101561028d578181015183820152602001610275565b8381111561029c576000848401525b50505050565b600082516102b4818460208701610272565b9190910192915050565b60208152600082518060208401526102dd816040850160208701610272565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220d51e81d3bc5ed20a26aeb05dce7e825c503b2061aa78628027300c8d65b9d89a64736f6c634300080c0033416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c65644e2b791dedccd9fb30141b088cabf5c14a8912b52f59375c95c010700b8c6193456967656e506f644d616e616765722e77697468647261775368617265734173a26469706673582212206b9b768cf7ce0f37e8d357babcedd55bd2af814f80d3fd0be5b582cf161a2c4064736f6c634300080c0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x00000000000000000000000000000000000000000000000000000000000000ff"}},"0x976ea74026e726554db657fa54763abd0c3a0aa9":{"nonce":2,"balance":"0x21e5f445b3cf707f40e","code":"0x","storage":{}},"0x98d08079928fccb30598c6c6382abfd7dbfaa1cd":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc":{"nonce":2,"balance":"0x21e5f445b3cf707f40e","code":"0x","storage":{}},"0x998abeb3e57409262ae5b751f60747921b33613e":{"nonce":1,"balance":"0x0","code":"0x60806040526004361015610011575f80fd5b5f3560e01c8062a1f4cb1461012957806313542a4e146100e857806326d941f214610124578063377ed99d1461011f5780633fb279521461011a57806347b314e8146100e35780635f61a88414610115578063605747d51461011057806368bccaac1461010b5780636d14a987146101065780637916cea6146101015780637ff81a87146100fc578063a3db80e2146100f7578063bf79ce58146100f2578063d5254a8c146100ed578063de29fac0146100e8578063e8bb9ae6146100e35763f4e24fe5146100de575f80fd5b610b86565b6104a5565b6101b1565b610b19565b61087e565b610833565b6107f2565b61077f565b6106fb565b6105c0565b610533565b6104d1565b61041e565b6102d0565b6101f9565b61015c565b600435906001600160a01b038216820361014457565b5f80fd5b35906001600160a01b038216820361014457565b34610144576020366003190112610144576001600160a01b0361017d61012e565b165f52600360205260405f2060018154910154906101ad6040519283928360209093929193604081019481520152565b0390f35b34610144576020366003190112610144576001600160a01b036101d261012e565b165f526001602052602060405f2054604051908152f35b6004359060ff8216820361014457565b34610144576020366003190112610144576102126101e9565b61021a6113b3565b60ff81165f52600460205260405f205461026c5761024661026a9160ff165f52600460205260405f2090565b61024e61037b565b5f81524363ffffffff166020820152905b5f6040830152610bd9565b005b60405162461bcd60e51b815260206004820152603660248201527f424c5341706b52656769737472792e696e697469616c697a6551756f72756d3a6044820152752071756f72756d20616c72656164792065786973747360501b6064820152608490fd5b346101445760203660031901126101445760ff6102eb6101e9565b165f526004602052602063ffffffff60405f205416604051908152f35b634e487b7160e01b5f52604160045260245ffd5b6040810190811067ffffffffffffffff82111761033857604052565b610308565b6060810190811067ffffffffffffffff82111761033857604052565b90601f8019910116810190811067ffffffffffffffff82111761033857604052565b6040519061038a606083610359565b565b9061038a6040519283610359565b906040600319830112610144576103b16004610148565b9160243567ffffffffffffffff811161014457816023820112156101445780600401359067ffffffffffffffff821161033857604051926103fc601f8401601f191660200185610359565b8284526024838301011161014457815f92602460209301838601378301015290565b34610144577f73a2b7fb844724b971802ae9b15db094d4b7192df9d7350e14eb466b9b22eb4e61044d3661039a565b906104566113b3565b61046961046282610d7b565b50836114ea565b60018060a01b0381165f52600160205261048e60405f20549260405193849384610c4e565b0390a1005b60209060031901126101445760043590565b34610144576104b336610493565b5f526002602052602060018060a01b0360405f205416604051908152f35b346101445760203660031901126101445760ff6104ec6101e9565b6104f4610c8e565b50165f5260056020526040805f2060018251916105108361031c565b80548352015460208201526105318251809260208091805184520151910152565bf35b34610144576040366003190112610144576105886105826105526101e9565b60ff602435915f604080516105668161033d565b8281528260208201520152165f52600460205260405f2061076a565b50610cc4565b604051809163ffffffff6040606084019267ffffffffffffffff19815116855282602082015116602086015201511660408301520390f35b34610144576060366003190112610144576105d96101e9565b6024359063ffffffff82168092036101445761058261060f9160ff6105fd60443590565b91165f52600460205260405f2061076a565b9063ffffffff602083015116811061069057816106556106649261063d60406101ad96015163ffffffff1690565b9063ffffffff821615918215610680575b5050610cfd565b5167ffffffffffffffff191690565b60405167ffffffffffffffff1990911681529081906020820190565b63ffffffff161190505f8061064e565b60405162461bcd60e51b815260206004820152603e60248201527f424c5341706b52656769737472792e5f76616c696461746541706b486173684160448201527f74426c6f636b4e756d6265723a20696e64657820746f6f20726563656e7400006064820152608490fd5b34610144575f366003190112610144576040517f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03168152602090f35b634e487b7160e01b5f52603260045260245ffd5b805415610765575f5260205f20905f90565b61073f565b8054821015610765575f5260205f2001905f90565b34610144576040366003190112610144576107986101e9565b60ff60243591165f52600460205260405f20908154811015610144576107bd9161076a565b50546040805182821b67ffffffffffffffff1916815260c083901c63ffffffff16602082015260e09290921c90820152606090f35b3461014457602036600319011261014457606061081561081061012e565b610d7b565b61082c604051809360208091805184520151910152565b6040820152f35b346101445760203660031901126101445760ff61084e6101e9565b165f52600560205260405f2060018154910154906101ad6040519283928360209093929193604081019481520152565b34610144576101603660031901126101445761089861012e565b61010036602319011261014457604036610123190112610144576101ad906108be6113b3565b6108dc6108ca36610e36565b80515f526020015160205260405f2090565b906109097fad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb5831415610eb1565b6001600160a01b0381165f90815260016020526040902061092b905415610f0f565b5f8281526002602052604090205461094c906001600160a01b031615610f7e565b604051610a1390610a0e906109b890602081019061098f8161098161014435610124356084356064356044356024358a610fe8565b03601f198101835282610359565b5190207f30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f0000001900690565b6109dc6109c436610e5e565b6109d6836109d136610e36565b6116b2565b906116f8565b906109fe6109e8611780565b916109d66109f536610e86565b916109d1611877565b90610a083661106c565b9261195c565b6110a5565b6001600160a01b0381165f908152600360205260409020610a3d9060643581556001608435910155565b6001600160a01b0381165f908152600160205260409020829055610a8c81610a6d845f52600260205260405f2090565b80546001600160a01b0319166001600160a01b03909216919091179055565b6040516001600160a01b03909116907fe3fb6613af2e8930cf85d47fcf6db10192224a64c6cbe8023e0eee1ba38280419080610ac78161113f565b0390a26040519081529081906020820190565b60206040818301928281528451809452019201905f5b818110610afd5750505090565b825163ffffffff16845260209384019390920191600101610af0565b346101445760403660031901126101445760043567ffffffffffffffff8111610144573660238201121561014457806004013567ffffffffffffffff8111610144573660248284010111610144576101ad91610b7a91602480359201611200565b60405191829182610ada565b34610144577ff843ecd53a563675e62107be1494fdde4a3d49aeedaf8d88c616d85346e3500e610bb53661039a565b90610bbe6113b3565b610469610bd3610bcd83610d7b565b50611a99565b836114ea565b80546801000000000000000081101561033857610bfb9160018201815561076a565b610c3b578151602083015160409384015163ffffffff60c01b60c09290921b919091169190931c1760e09290921b6001600160e01b031916919091179055565b634e487b7160e01b5f525f60045260245ffd5b919260809360209260018060a01b0316845282840152606060408401528051918291826060860152018484015e5f828201840152601f01601f1916010190565b60405190610c9b8261031c565b5f6020838281520152565b90604051610cb38161031c565b602060018294805484520154910152565b90604051610cd18161033d565b604081935467ffffffffffffffff1981831b16835263ffffffff8160c01c16602084015260e01c910152565b15610d0457565b60405162461bcd60e51b815260206004820152604360248201527f424c5341706b52656769737472792e5f76616c696461746541706b486173684160448201527f74426c6f636b4e756d6265723a206e6f74206c61746573742061706b2075706460648201526261746560e81b608482015260a490fd5b610d83610c8e565b5060018060a01b031690815f52600360205260405f2091600160405193610da98561031c565b80548552015460208401525f52600160205260405f2054918215610dcb579190565b60405162461bcd60e51b815260206004820152603e60248201527f424c5341706b52656769737472792e676574526567697374657265645075626b60448201527f65793a206f70657261746f72206973206e6f74207265676973746572656400006064820152608490fd5b60409060631901126101445760405190610e4f8261031c565b60643582526084356020830152565b60409060231901126101445760405190610e778261031c565b60243582526044356020830152565b6040906101231901126101445760405190610ea08261031c565b610124358252610144356020830152565b15610eb857565b608460405162461bcd60e51b815260206004820152604060248201525f516020611b5a5f395f51905f5260448201527f4b65793a2063616e6e6f74207265676973746572207a65726f207075626b65796064820152fd5b15610f1657565b60405162461bcd60e51b815260206004820152604760248201525f516020611b5a5f395f51905f5260448201527f4b65793a206f70657261746f7220616c72656164792072656769737465726564606482015266207075626b657960c81b608482015260a490fd5b15610f8557565b60405162461bcd60e51b815260206004820152604260248201525f516020611b5a5f395f51905f5260448201527f4b65793a207075626c6963206b657920616c7265616479207265676973746572606482015261195960f21b608482015260a490fd5b949290916101409694928652602086015260408501526060840152604060a46080850137604060e460c08501376101008301526101208201520190565b9080601f830112156101445760405191611040604084610359565b82906040810192831161014457905b82821061105c5750505090565b813581526020918201910161104f565b90608060a319830112610144576040516110858161031c565b60206110a082946110978160a4611025565b845260e4611025565b910152565b156110ac57565b60405162461bcd60e51b815260206004820152606c60248201525f516020611b5a5f395f51905f5260448201527f4b65793a2065697468657220746865204731207369676e61747572652069732060648201527f77726f6e672c206f7220473120616e642047322070726976617465206b65792060848201526b0c8de40dcdee840dac2e8c6d60a31b60a482015260c490fd5b90604060e4608060c0850194606435815260843560208201528360a4818301370137565b67ffffffffffffffff81116103385760051b60200190565b9061118582611163565b6111926040519182610359565b82815280926111a3601f1991611163565b0190602036910137565b90821015610765570190565b634e487b7160e01b5f52601160045260245ffd5b80156111d9575f190190565b6111b9565b5f198101919082116111d957565b80518210156107655760209160051b010190565b91909161120c8361117b565b925f5b81811061121d575050505090565b61124261123c61122e8385876111ad565b356001600160f81b03191690565b60f81c90565b6112578160ff165f52600460205260405f2090565b5480158015611388575b61130357805b611276575b505060010161120f565b8563ffffffff6112b46112a66112978660ff165f52600460205260405f2090565b6112a0866111de565b9061076a565b505460c01c63ffffffff1690565b1611156112ca576112c4906111cd565b80611267565b60019291506112e76112de6112fc926111de565b63ffffffff1690565b6112f183896111ec565b9063ffffffff169052565b905f61126c565b60405162461bcd60e51b815260206004820152605160248201527f424c5341706b52656769737472792e67657441706b496e64696365734174426c60448201527f6f636b4e756d6265723a20626c6f636b4e756d626572206973206265666f7265606482015270207468652066697273742075706461746560781b608482015260a490fd5b506113ac6112de6112a66113a78560ff165f52600460205260405f2090565b610753565b8610611261565b7f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b031633036113e557565b60405162461bcd60e51b815260206004820152604e60248201527f424c5341706b52656769737472792e6f6e6c795265676973747279436f6f726460448201527f696e61746f723a2063616c6c6572206973206e6f74207468652072656769737460648201526d393c9031b7b7b93234b730ba37b960911b608482015260a490fd5b908151811015610765570160200190565b1561147f57565b60405162461bcd60e51b815260206004820152603d60248201527f424c5341706b52656769737472792e5f70726f6365737351756f72756d41706b60448201527f5570646174653a2071756f72756d20646f6573206e6f742065786973740000006064820152608490fd5b91906114f4610c8e565b504363ffffffff16905f5b845181101561167f57808361152a61123c61151c6001958a611467565b516001600160f81b03191690565b61153f8160ff165f52600460205260405f2090565b549061154c821515611478565b6115d26115b36115a561157b896115766115718760ff165f52600560205260405f2090565b610ca6565b6116f8565b6108ca816115948760ff165f52600560205260405f2090565b906020600191805184550151910155565b67ffffffffffffffff191690565b926112a06115cc8460ff165f52600460205260405f2090565b916111de565b5090836115ea6112de845463ffffffff9060c01c1690565b03611613575061160d92509060401c67ffffffffffffffff60c01b825416179055565b016114ff565b81546001600160e01b031660e09490941b6001600160e01b03191693909317905561167a9161164d9060ff165f52600460205260405f2090565b61166961165861037b565b67ffffffffffffffff199093168352565b63ffffffff8716602083015261025f565b61160d565b5050509050565b604051906101806116978184610359565b368337565b604051906116ab602083610359565b6020368337565b919060409060606116c1610c8e565b94859260208551926116d38585610359565b8436853780518452015160208301528482015260076107cf195a01fa156116f657565bfe5b602092916080604092611709610c8e565b9586938186519361171a8686610359565b85368637805185520151828401528051868401520151606082015260066107cf195a01fa80156116f6571561174b57565b60405162461bcd60e51b815260206004820152600d60248201526c1958cb5859190b59985a5b1959609a1b6044820152606490fd5b60405161178c8161031c565b604090815161179b8382610359565b82368237815260208251916117b08484610359565b83368437015280516117c28282610359565b7f198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c281527f1800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed60208201528151906118188383610359565b7f275dc4a288d1afb3cbb1ac09187524c7db36395df7be3b99e673b13a075a65ec82527f1d9befcd05a5323e6da4d435f3b617cdb3af83285c2df711ef39c01571827f9d602083015261186d83519384610359565b8252602082015290565b61187f610c8e565b5060405161188c8161031c565b600181526002602082015290565b906006820291808304600614901517156111d957565b9060028110156107655760051b0190565b90600182018092116111d957565b90600282018092116111d957565b90600382018092116111d957565b90600482018092116111d957565b90600582018092116111d957565b90600c8110156107655760051b0190565b1561191f57565b60405162461bcd60e51b81526020600482015260156024820152741c185a5c9a5b99cb5bdc18dbd9194b59985a5b1959605a1b6044820152606490fd5b929091611969604061038c565b938452602084015261197b604061038c565b918252602082015261198b611686565b915f5b600281106119c8575050506020610180916119a761169c565b92839160086107cf195a01fa80156116f6576119c290611918565b51151590565b806119d460019261189a565b6119de82856118b0565b51516119ea8288611907565b5260206119f783866118b0565b510151611a0c611a06836118c1565b88611907565b52611a1782866118b0565b515151611a26611a06836118cf565b52611a3c611a3483876118b0565b515160200190565b51611a49611a06836118dd565b526020611a5683876118b0565b51015151611a66611a06836118eb565b52611a92611a8c611a856020611a7c868a6118b0565b51015160200190565b51926118f9565b87611907565b520161198e565b611aa1610c8e565b50805190811580611b4d575b15611ace575050604051611ac2604082610359565b5f81525f602082015290565b60207f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47910151067f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47037f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd4781116111d9576040519161186d604084610359565b50602081015115611aad56fe424c5341706b52656769737472792e7265676973746572424c535075626c6963a2646970667358221220ff5eff5a401ee9aa7215135b00f7f316deef13de7c41e185acdf9575b95c76da64736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x00000000000000000000000000000000000000000000000000000000000000ff"}},"0x9a50ed082cf2fc003152580dcdb320b834fa379e":{"nonce":2,"balance":"0x4563918244c7e622","code":"0x","storage":{}},"0x9a676e781a523b5d0c0e43731313a708cb607508":{"nonce":1,"balance":"0x0","code":"0x608060405234801561001057600080fd5b50600436106101425760003560e01c80638da5cb5b116100b8578063d79aceab1161007c578063d79aceab146102f8578063df5cf7231461031f578063ec76f44214610346578063f2fde38b14610359578063f698da251461036c578063fabc1cbc1461037457600080fd5b80638da5cb5b1461029b5780639926ee7d146102ac578063a1060c88146102bf578063a364f4da146102d2578063a98fb355146102e557600080fd5b806349075da31161010a57806349075da3146101fa578063595c6a67146102355780635ac86ab71461023d5780635c975abb14610260578063715018a614610268578063886f11951461027057600080fd5b806310d67a2f14610147578063136439dd1461015c5780631794bb3c1461016f57806320606b7014610182578063374823b5146101bc575b600080fd5b61015a6101553660046118ab565b610387565b005b61015a61016a3660046118cf565b610443565b61015a61017d3660046118e8565b610582565b6101a97f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86681565b6040519081526020015b60405180910390f35b6101ea6101ca366004611929565b609960209081526000928352604080842090915290825290205460ff1681565b60405190151581526020016101b3565b610228610208366004611955565b609860209081526000928352604080842090915290825290205460ff1681565b6040516101b391906119a4565b61015a6106ac565b6101ea61024b3660046119cc565b606654600160ff9092169190911b9081161490565b6066546101a9565b61015a610773565b606554610283906001600160a01b031681565b6040516001600160a01b0390911681526020016101b3565b6033546001600160a01b0316610283565b61015a6102ba366004611a5f565b610787565b6101a96102cd366004611b46565b610b1a565b61015a6102e03660046118ab565b610bd3565b61015a6102f3366004611b8c565b610d3c565b6101a97fda2c89bafdd34776a2b8bb9c83c82f419e20cc8c67207f70edd58249b92661bd81565b6102837f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b61015a6103543660046118cf565b610d83565b61015a6103673660046118ab565b610e2e565b6101a9610ea4565b61015a6103823660046118cf565b610ee2565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156103da573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103fe9190611bfe565b6001600160a01b0316336001600160a01b0316146104375760405162461bcd60e51b815260040161042e90611c1b565b60405180910390fd5b6104408161103e565b50565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa15801561048b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104af9190611c65565b6104cb5760405162461bcd60e51b815260040161042e90611c87565b606654818116146105445760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c6974790000000000000000606482015260840161042e565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b600054610100900460ff16158080156105a25750600054600160ff909116105b806105bc5750303b1580156105bc575060005460ff166001145b61061f5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b606482015260840161042e565b6000805460ff191660011790558015610642576000805461ff0019166101001790555b61064c8383611135565b61065461121f565b609755610660846112b6565b80156106a6576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156106f4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107189190611c65565b6107345760405162461bcd60e51b815260040161042e90611c87565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b61077b611308565b61078560006112b6565b565b606654600090600190811614156107dc5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b604482015260640161042e565b42826040015110156108445760405162461bcd60e51b815260206004820152603e6024820152600080516020611dac83398151915260448201527f56533a206f70657261746f72207369676e617475726520657870697265640000606482015260840161042e565b60013360009081526098602090815260408083206001600160a01b038816845290915290205460ff16600181111561087e5761087e61198e565b14156108e05760405162461bcd60e51b815260206004820152603f6024820152600080516020611dac83398151915260448201527f56533a206f70657261746f7220616c7265616479207265676973746572656400606482015260840161042e565b6001600160a01b038316600090815260996020908152604080832085830151845290915290205460ff16156109645760405162461bcd60e51b81526020600482015260366024820152600080516020611dac8339815191526044820152751594ce881cd85b1d08185b1c9958591e481cdc195b9d60521b606482015260840161042e565b6040516336b87bd760e11b81526001600160a01b0384811660048301527f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91690636d70f7ae90602401602060405180830381865afa1580156109ca573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109ee9190611c65565b610a645760405162461bcd60e51b815260206004820152604d6024820152600080516020611dac83398151915260448201527f56533a206f70657261746f72206e6f74207265676973746572656420746f204560648201526c1a59d95b93185e595c881e595d609a1b608482015260a40161042e565b6000610a7a843385602001518660400151610b1a565b9050610a8b84828560000151611362565b3360008181526098602090815260408083206001600160a01b0389168085529083528184208054600160ff199182168117909255609985528386208a860151875290945293829020805490931684179092555190917ff0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b4191610b0c91906119a4565b60405180910390a350505050565b604080517fda2c89bafdd34776a2b8bb9c83c82f419e20cc8c67207f70edd58249b92661bd6020808301919091526001600160a01b0387811683850152861660608301526080820185905260a08083018590528351808403909101815260c0909201909252805191012060009081610b90610ea4565b60405161190160f01b602082015260228101919091526042810183905260620160408051808303601f190181529190528051602090910120979650505050505050565b60665460009060019081161415610c285760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b604482015260640161042e565b60013360009081526098602090815260408083206001600160a01b038716845290915290205460ff166001811115610c6257610c6261198e565b14610cd55760405162461bcd60e51b815260206004820152603f60248201527f4156534469726563746f72792e646572656769737465724f70657261746f724660448201527f726f6d4156533a206f70657261746f72206e6f74207265676973746572656400606482015260840161042e565b3360008181526098602090815260408083206001600160a01b0387168085529252808320805460ff191690555190917ff0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b4191610d3091906119a4565b60405180910390a35050565b336001600160a01b03167fa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c9437138383604051610d77929190611ccf565b60405180910390a25050565b33600090815260996020908152604080832084845290915290205460ff1615610e085760405162461bcd60e51b815260206004820152603160248201527f4156534469726563746f72792e63616e63656c53616c743a2063616e6e6f742060448201527018d85b98d95b081cdc195b9d081cd85b1d607a1b606482015260840161042e565b33600090815260996020908152604080832093835292905220805460ff19166001179055565b610e36611308565b6001600160a01b038116610e9b5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161042e565b610440816112b6565b60007f0000000000000000000000000000000000000000000000000000000000007a69461415610ed5575060975490565b610edd61121f565b905090565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f35573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f599190611bfe565b6001600160a01b0316336001600160a01b031614610f895760405162461bcd60e51b815260040161042e90611c1b565b6066541981196066541916146110075760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c6974790000000000000000606482015260840161042e565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c90602001610577565b6001600160a01b0381166110cc5760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a40161042e565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b6065546001600160a01b031615801561115657506001600160a01b03821615155b6111d85760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a40161042e565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a261121b8261103e565b5050565b604080518082018252600a81526922b4b3b2b72630bcb2b960b11b60209182015281517f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866818301527f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea81840152466060820152306080808301919091528351808303909101815260a0909101909252815191012090565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6033546001600160a01b031633146107855760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161042e565b6001600160a01b0383163b1561148157604051630b135d3f60e11b808252906001600160a01b03851690631626ba7e906113a29086908690600401611cfe565b602060405180830381865afa1580156113bf573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113e39190611d5b565b6001600160e01b0319161461147c5760405162461bcd60e51b815260206004820152605360248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a2045524331323731207369676e6174757265206064820152721d995c9a599a58d85d1a5bdb8819985a5b1959606a1b608482015260a40161042e565b505050565b826001600160a01b03166114958383611521565b6001600160a01b03161461147c5760405162461bcd60e51b815260206004820152604760248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a207369676e6174757265206e6f742066726f6d6064820152661039b4b3b732b960c91b608482015260a40161042e565b60008060006115308585611545565b9150915061153d816115b5565b509392505050565b60008082516041141561157c5760208301516040840151606085015160001a61157087828585611770565b945094505050506115ae565b8251604014156115a6576020830151604084015161159b86838361185d565b9350935050506115ae565b506000905060025b9250929050565b60008160048111156115c9576115c961198e565b14156115d25750565b60018160048111156115e6576115e661198e565b14156116345760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e61747572650000000000000000604482015260640161042e565b60028160048111156116485761164861198e565b14156116965760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e67746800604482015260640161042e565b60038160048111156116aa576116aa61198e565b14156117035760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b606482015260840161042e565b60048160048111156117175761171761198e565b14156104405760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b606482015260840161042e565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08311156117a75750600090506003611854565b8460ff16601b141580156117bf57508460ff16601c14155b156117d05750600090506004611854565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015611824573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b03811661184d57600060019250925050611854565b9150600090505b94509492505050565b6000806001600160ff1b0383168161187a60ff86901c601b611d85565b905061188887828885611770565b935093505050935093915050565b6001600160a01b038116811461044057600080fd5b6000602082840312156118bd57600080fd5b81356118c881611896565b9392505050565b6000602082840312156118e157600080fd5b5035919050565b6000806000606084860312156118fd57600080fd5b833561190881611896565b9250602084013561191881611896565b929592945050506040919091013590565b6000806040838503121561193c57600080fd5b823561194781611896565b946020939093013593505050565b6000806040838503121561196857600080fd5b823561197381611896565b9150602083013561198381611896565b809150509250929050565b634e487b7160e01b600052602160045260246000fd5b60208101600283106119c657634e487b7160e01b600052602160045260246000fd5b91905290565b6000602082840312156119de57600080fd5b813560ff811681146118c857600080fd5b634e487b7160e01b600052604160045260246000fd5b6040516060810167ffffffffffffffff81118282101715611a2857611a286119ef565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715611a5757611a576119ef565b604052919050565b60008060408385031215611a7257600080fd5b8235611a7d81611896565b915060208381013567ffffffffffffffff80821115611a9b57600080fd5b9085019060608288031215611aaf57600080fd5b611ab7611a05565b823582811115611ac657600080fd5b8301601f81018913611ad757600080fd5b803583811115611ae957611ae96119ef565b611afb601f8201601f19168701611a2e565b93508084528986828401011115611b1157600080fd5b808683018786013760008682860101525050818152838301358482015260408301356040820152809450505050509250929050565b60008060008060808587031215611b5c57600080fd5b8435611b6781611896565b93506020850135611b7781611896565b93969395505050506040820135916060013590565b60008060208385031215611b9f57600080fd5b823567ffffffffffffffff80821115611bb757600080fd5b818501915085601f830112611bcb57600080fd5b813581811115611bda57600080fd5b866020828501011115611bec57600080fd5b60209290920196919550909350505050565b600060208284031215611c1057600080fd5b81516118c881611896565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215611c7757600080fd5b815180151581146118c857600080fd5b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b60208152816020820152818360408301376000818301604090810191909152601f909201601f19160101919050565b82815260006020604081840152835180604085015260005b81811015611d3257858101830151858201606001528201611d16565b81811115611d44576000606083870101525b50601f01601f191692909201606001949350505050565b600060208284031215611d6d57600080fd5b81516001600160e01b0319811681146118c857600080fd5b60008219821115611da657634e487b7160e01b600052601160045260246000fd5b50019056fe4156534469726563746f72792e72656769737465724f70657261746f72546f41a2646970667358221220df16b0d1bc7a5c47860be50a74f424bc79695d88c2c061087dacd9f63c62d4f964736f6c634300080c0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x00000000000000000000000000000000000000000000000000000000000000ff"}},"0x9a9f2ccfde556a7e9ff0848998aa4a0cfd8863ae":{"nonce":1,"balance":"0x0","code":"0x608060405234801561001057600080fd5b50600436106103825760003560e01c8063865c6953116101de578063d4540a551161010f578063f2fde38b116100ad578063fabc1cbc1161007c578063fabc1cbc14610931578063fbf1e2c114610944578063fce36c7d14610957578063ff9f6cce1461096a57600080fd5b8063f2fde38b146108f0578063f698da2514610903578063f8cd84481461090b578063f96abf2e1461091e57600080fd5b8063e063f81f116100e9578063e063f81f14610875578063e810ce2114610888578063ea4d3c9b1461089b578063ed71e6a2146108c257600080fd5b8063d4540a551461083c578063dcbb03b31461084f578063de02e5031461086257600080fd5b8063a0169ddd1161017c578063b3dbb0e011610156578063b3dbb0e0146107b4578063bb7e451f146107c7578063bf21a8aa146107e7578063c46db6061461080e57600080fd5b8063a0169ddd14610760578063a50a1d9c14610773578063aebd8bae1461078657600080fd5b80639104c319116101b85780639104c319146107035780639be3d4e41461071e5780639cb9a5fa146107265780639d45c2811461073957600080fd5b8063865c6953146106b4578063886f1195146106df5780638da5cb5b146106f257600080fd5b80633efe1db6116102b85780635c975abb116102565780636d21117e116102305780636d21117e14610663578063715018a6146106915780637b8f8b0514610699578063863cb9a9146106a157600080fd5b80635c975abb146106335780635e9d83481461063b57806363f6a7981461064e57600080fd5b80634d18cc35116102925780634d18cc35146105de57806358baaa3e146105f5578063595c6a67146106085780635ac86ab71461061057600080fd5b80633efe1db6146105925780634596021c146105a55780634b943960146105b857600080fd5b8063149bc8721161032557806337838ed0116102ff57806337838ed01461051a57806339b70e38146105415780633a8c0786146105685780633ccc861d1461057f57600080fd5b8063149bc872146104a55780632b9f64a4146104c657806336af41fa1461050757600080fd5b80630eb38345116103615780630eb383451461044357806310d67a2f14610458578063131433b41461046b578063136439dd1461049257600080fd5b806218572c1461038757806304a0c502146103bf5780630e9a53cf146103fb575b600080fd5b6103aa6103953660046145b1565b60d16020526000908152604090205460ff1681565b60405190151581526020015b60405180910390f35b6103e67f0000000000000000000000000000000000000000000000000000000000278d0081565b60405163ffffffff90911681526020016103b6565b61040361097d565b604080518251815260208084015163ffffffff908116918301919091528383015116918101919091526060918201511515918101919091526080016103b6565b6104566104513660046145dc565b610a81565b005b6104566104663660046145b1565b610b03565b6103e67f0000000000000000000000000000000000000000000000000000000065fb788081565b6104566104a0366004614615565b610bbf565b6104b86104b3366004614646565b610cfe565b6040519081526020016103b6565b6104ef6104d43660046145b1565b60cc602052600090815260409020546001600160a01b031681565b6040516001600160a01b0390911681526020016103b6565b6104566105153660046146ae565b610d74565b6103e67f000000000000000000000000000000000000000000000000000000000076a70081565b6104ef7f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570781565b60cb546103e690600160a01b900463ffffffff1681565b61045661058d366004614703565b610f3e565b6104566105a036600461475e565b610fa3565b6104566105b336600461478a565b611274565b6105cb6105c63660046145b1565b61131b565b60405161ffff90911681526020016103b6565b60cb546103e690600160c01b900463ffffffff1681565b6104566106033660046147e1565b611377565b610456611388565b6103aa61061e3660046147fc565b606654600160ff9092169190911b9081161490565b6066546104b8565b6103aa61064936600461481f565b61144f565b60cb546105cb90600160e01b900461ffff1681565b6103aa610671366004614854565b60cf60209081526000928352604080842090915290825290205460ff1681565b6104566114dc565b60ca546104b8565b6104566106af3660046145b1565b6114f0565b6104b86106c2366004614880565b60cd60209081526000928352604080842090915290825290205481565b6065546104ef906001600160a01b031681565b6033546001600160a01b03166104ef565b6104ef73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b610403611501565b6104566107343660046148ae565b61159f565b6103e67f0000000000000000000000000000000000000000000000000000000000093a8081565b61045661076e3660046145b1565b6117d8565b610456610781366004614915565b611837565b6103aa610794366004614854565b60d260209081526000928352604080842090915290825290205460ff1681565b6104566107c2366004614930565b611848565b6104b86107d53660046145b1565b60ce6020526000908152604090205481565b6103e67f00000000000000000000000000000000000000000000000000000000005c490081565b6103aa61081c366004614854565b60d060209081526000928352604080842090915290825290205460ff1681565b61045661084a36600461495c565b611a7b565b61045661085d3660046149cf565b611bc3565b610403610870366004614615565b611e1a565b6105cb610883366004614880565b611eac565b6103e6610896366004614615565b611f19565b6104ef7f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b6103aa6108d0366004614854565b60d360209081526000928352604080842090915290825290205460ff1681565b6104566108fe3660046145b1565b611ff4565b6104b861206a565b6104b8610919366004614646565b6120a8565b61045661092c3660046147e1565b6120b9565b61045661093f366004614615565b6122ef565b60cb546104ef906001600160a01b031681565b6104566109653660046146ae565b61244b565b6104566109783660046146ae565b6125ca565b60408051608081018252600080825260208201819052918101829052606081019190915260ca545b8015610a5857600060ca6109ba600184614a2c565b815481106109ca576109ca614a43565b600091825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff161580156060830181905291925090610a3a5750806040015163ffffffff164210155b15610a455792915050565b5080610a5081614a59565b9150506109a5565b505060408051608081018252600080825260208201819052918101829052606081019190915290565b610a89612778565b6001600160a01b038216600081815260d1602052604080822054905160ff9091169284151592841515927f4de6293e668df1398422e1def12118052c1539a03cbfedc145895d48d7685f1c9190a4506001600160a01b0391909116600090815260d160205260409020805460ff1916911515919091179055565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610b56573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b7a9190614a70565b6001600160a01b0316336001600160a01b031614610bb35760405162461bcd60e51b8152600401610baa90614a8d565b60405180910390fd5b610bbc816127d2565b50565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610c07573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c2b9190614ad7565b610c475760405162461bcd60e51b8152600401610baa90614af4565b60665481811614610cc05760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610baa565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b600080610d0e60208401846145b1565b8360200135604051602001610d579392919060f89390931b6001600160f81b031916835260609190911b6bffffffffffffffffffffffff19166001830152601582015260350190565b604051602081830303815290604052805190602001209050919050565b60665460019060029081161415610d9d5760405162461bcd60e51b8152600401610baa90614b3c565b33600090815260d1602052604090205460ff16610dcc5760405162461bcd60e51b8152600401610baa90614b73565b60026097541415610def5760405162461bcd60e51b8152600401610baa90614bea565b600260975560005b82811015610f335736848483818110610e1257610e12614a43565b9050602002810190610e249190614c21565b33600081815260ce60209081526040808320549051949550939192610e4f9290918591879101614d7a565b604051602081830303815290604052805190602001209050610e70836128c9565b33600090815260d0602090815260408083208484529091529020805460ff19166001908117909155610ea3908390614daa565b33600081815260ce602052604090819020929092559051829184917f51088b8c89628df3a8174002c2a034d0152fce6af8415d651b2a4734bf27048290610eeb908890614dc2565b60405180910390a4610f1d333060408601803590610f0c90602089016145b1565b6001600160a01b0316929190612adf565b5050508080610f2b90614dd5565b915050610df7565b505060016097555050565b60665460029060049081161415610f675760405162461bcd60e51b8152600401610baa90614b3c565b60026097541415610f8a5760405162461bcd60e51b8152600401610baa90614bea565b6002609755610f998383612b50565b5050600160975550565b60665460039060089081161415610fcc5760405162461bcd60e51b8152600401610baa90614b3c565b60cb546001600160a01b03163314610ff65760405162461bcd60e51b8152600401610baa90614df0565b60cb5463ffffffff600160c01b9091048116908316116110925760405162461bcd60e51b815260206004820152604b60248201527f52657761726473436f6f7264696e61746f722e7375626d6974526f6f743a206e60448201527f657720726f6f74206d75737420626520666f72206e657765722063616c63756c60648201526a185d1959081c195c9a5bd960aa1b608482015260a401610baa565b428263ffffffff161061112b5760405162461bcd60e51b815260206004820152605560248201527f52657761726473436f6f7264696e61746f722e7375626d6974526f6f743a207260448201527f65776172647343616c63756c6174696f6e456e6454696d657374616d702063616064820152746e6e6f7420626520696e207468652066757475726560581b608482015260a401610baa565b60ca5460cb5460009061114b90600160a01b900463ffffffff1642614e44565b6040805160808101825287815263ffffffff878116602080840182815286841685870181815260006060880181815260ca8054600181018255925297517f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee160029092029182015592517f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee290930180549151975193871667ffffffffffffffff1990921691909117600160201b978716979097029690961760ff60401b1916600160401b921515929092029190911790945560cb805463ffffffff60c01b1916600160c01b840217905593519283529394508892908616917fecd866c3c158fa00bf34d803d5f6023000b57080bcb48af004c2b4b46b3afd08910160405180910390a45050505050565b6066546002906004908116141561129d5760405162461bcd60e51b8152600401610baa90614b3c565b600260975414156112c05760405162461bcd60e51b8152600401610baa90614bea565b600260975560005b8381101561130f576112fd8585838181106112e5576112e5614a43565b90506020028101906112f79190614e6c565b84612b50565b8061130781614dd5565b9150506112c8565b50506001609755505050565b6001600160a01b038116600090815260d5602090815260408083208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff169082015261137190612ebd565b92915050565b61137f612778565b610bbc81612f0b565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156113d0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113f49190614ad7565b6114105760405162461bcd60e51b8152600401610baa90614af4565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b60006114d48260ca61146460208301836147e1565b63ffffffff168154811061147a5761147a614a43565b600091825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff1615156060820152612f7c565b506001919050565b6114e4612778565b6114ee600061324d565b565b6114f8612778565b610bbc8161329f565b60408051608081018252600080825260208201819052918101829052606081019190915260ca805461153590600190614a2c565b8154811061154557611545614a43565b600091825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff1615156060820152919050565b606654600590602090811614156115c85760405162461bcd60e51b8152600401610baa90614b3c565b600260975414156115eb5760405162461bcd60e51b8152600401610baa90614bea565b6002609755336001600160a01b0385161461168b5760405162461bcd60e51b815260206004820152605460248201527f52657761726473436f6f7264696e61746f722e6372656174654f70657261746f60448201527f724469726563746564415653526577617264735375626d697373696f6e3a2063606482015273616c6c6572206973206e6f74207468652041565360601b608482015260a401610baa565b60005b8281101561130f57368484838181106116a9576116a9614a43565b90506020028101906116bb9190614e82565b6001600160a01b038716600090815260ce60209081526040808320549051939450926116ed918a918591879101614fff565b6040516020818303038152906040528051906020012090506000611710846132fb565b6001600160a01b038a16600090815260d3602090815260408083208684529091529020805460ff1916600190811790915590915061174f908490614daa565b6001600160a01b038a16600081815260ce60205260409081902092909255905183919033907ffc8888bffd711da60bc5092b33f677d81896fe80ecc677b84cfab8184462b6e0906117a39088908a90615026565b60405180910390a46117c1333083610f0c6040890160208a016145b1565b5050505080806117d090614dd5565b91505061168e565b33600081815260cc602052604080822080546001600160a01b031981166001600160a01b038781169182179093559251911692839185917fbab947934d42e0ad206f25c9cab18b5bb6ae144acfb00f40b4e3aa59590ca31291a4505050565b61183f612778565b610bbc816136cb565b606654600790608090811614156118715760405162461bcd60e51b8152600401610baa90614b3c565b336001600160a01b038416146118f95760405162461bcd60e51b815260206004820152604160248201527f52657761726473436f6f7264696e61746f722e7365744f70657261746f72504960448201527f53706c69743a2063616c6c6572206973206e6f7420746865206f70657261746f6064820152603960f91b608482015260a401610baa565b61271061ffff831611156119805760405162461bcd60e51b815260206004820152604260248201527f52657761726473436f6f7264696e61746f722e7365744f70657261746f72504960448201527f53706c69743a2073706c6974206d757374206265203c3d203130303030206269606482015261707360f01b608482015260a401610baa565b60cb5460009061199d90600160a01b900463ffffffff1642614e44565b6001600160a01b038516600090815260d5602090815260408083208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff1690820152919250906119f790612ebd565b6001600160a01b038616600090815260d560205260409020909150611a1d908584613736565b6040805163ffffffff8416815261ffff838116602083015286168183015290516001600160a01b0387169133917fd1e028bd664486a46ad26040e999cd2d22e1e9a094ee6afe19fcf64678f16f749181900360600190a35050505050565b600054610100900460ff1615808015611a9b5750600054600160ff909116105b80611ab55750303b158015611ab5575060005460ff166001145b611b185760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610baa565b6000805460ff191660011790558015611b3b576000805461ff0019166101001790555b611b436137d1565b60c955611b508686613868565b611b598761324d565b611b628461329f565b611b6b83612f0b565b611b74826136cb565b8015611bba576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050505050565b60665460069060409081161415611bec5760405162461bcd60e51b8152600401610baa90614b3c565b336001600160a01b03851614611c755760405162461bcd60e51b815260206004820152604260248201527f52657761726473436f6f7264696e61746f722e7365744f70657261746f72415660448201527f5353706c69743a2063616c6c6572206973206e6f7420746865206f706572617460648201526137b960f11b608482015260a401610baa565b61271061ffff83161115611cfd5760405162461bcd60e51b815260206004820152604360248201527f52657761726473436f6f7264696e61746f722e7365744f70657261746f72415660448201527f5353706c69743a2073706c6974206d757374206265203c3d203130303030206260648201526269707360e81b608482015260a401610baa565b60cb54600090611d1a90600160a01b900463ffffffff1642614e44565b6001600160a01b03868116600090815260d46020908152604080832093891683529281528282208351606081018552905461ffff80821683526201000082041692820192909252600160201b90910463ffffffff1692810192909252919250611d8290612ebd565b6001600160a01b03808816600090815260d460209081526040808320938a16835292905220909150611db5908584613736565b6040805163ffffffff8416815261ffff838116602083015286168183015290516001600160a01b03878116929089169133917f48e198b6ae357e529204ee53a8e514c470ff77d9cc8e4f7207f8b5d490ae6934919081900360600190a4505050505050565b60408051608081018252600080825260208201819052918101829052606081019190915260ca8281548110611e5157611e51614a43565b600091825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff161515606082015292915050565b6001600160a01b03828116600090815260d46020908152604080832093851683529281528282208351606081018552905461ffff80821683526201000082041692820192909252600160201b90910463ffffffff169281019290925290611f1290612ebd565b9392505050565b60ca546000905b63ffffffff811615611f85578260ca611f3a60018461503f565b63ffffffff1681548110611f5057611f50614a43565b9060005260206000209060020201600001541415611f7357611f1260018261503f565b80611f7d81615064565b915050611f20565b5060405162461bcd60e51b815260206004820152603760248201527f52657761726473436f6f7264696e61746f722e676574526f6f74496e6465784660448201527f726f6d486173683a20726f6f74206e6f7420666f756e640000000000000000006064820152608401610baa565b611ffc612778565b6001600160a01b0381166120615760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610baa565b610bbc8161324d565b60007f0000000000000000000000000000000000000000000000000000000000007a6946141561209b575060c95490565b6120a36137d1565b905090565b60006001610d0e60208401846145b1565b606654600390600890811614156120e25760405162461bcd60e51b8152600401610baa90614b3c565b60cb546001600160a01b0316331461210c5760405162461bcd60e51b8152600401610baa90614df0565b60ca5463ffffffff83161061217d5760405162461bcd60e51b815260206004820152603160248201527f52657761726473436f6f7264696e61746f722e64697361626c65526f6f743a206044820152700d2dcecc2d8d2c840e4dedee892dcc8caf607b1b6064820152608401610baa565b600060ca8363ffffffff168154811061219857612198614a43565b906000526020600020906002020190508060010160089054906101000a900460ff16156122255760405162461bcd60e51b815260206004820152603560248201527f52657761726473436f6f7264696e61746f722e64697361626c65526f6f743a206044820152741c9bdbdd08185b1c9958591e48191a5cd8589b1959605a1b6064820152608401610baa565b6001810154600160201b900463ffffffff1642106122a45760405162461bcd60e51b815260206004820152603660248201527f52657761726473436f6f7264696e61746f722e64697361626c65526f6f743a206044820152751c9bdbdd08185b1c9958591e481858dd1a5d985d195960521b6064820152608401610baa565b60018101805460ff60401b1916600160401b17905560405163ffffffff8416907fd850e6e5dfa497b72661fa73df2923464eaed9dc2ff1d3cb82bccbfeabe5c41e90600090a2505050565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612342573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123669190614a70565b6001600160a01b0316336001600160a01b0316146123965760405162461bcd60e51b8152600401610baa90614a8d565b6066541981196066541916146124145760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610baa565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c90602001610cf3565b606654600090600190811614156124745760405162461bcd60e51b8152600401610baa90614b3c565b600260975414156124975760405162461bcd60e51b8152600401610baa90614bea565b600260975560005b82811015610f3357368484838181106124ba576124ba614a43565b90506020028101906124cc9190614c21565b33600081815260ce602090815260408083205490519495509391926124f79290918591879101614d7a565b604051602081830303815290604052805190602001209050612518836128c9565b33600090815260cf602090815260408083208484529091529020805460ff1916600190811790915561254b908390614daa565b33600081815260ce602052604090819020929092559051829184917f450a367a380c4e339e5ae7340c8464ef27af7781ad9945cfe8abd828f89e628190612593908890614dc2565b60405180910390a46125b4333060408601803590610f0c90602089016145b1565b50505080806125c290614dd5565b91505061249f565b606654600490601090811614156125f35760405162461bcd60e51b8152600401610baa90614b3c565b33600090815260d1602052604090205460ff166126225760405162461bcd60e51b8152600401610baa90614b73565b600260975414156126455760405162461bcd60e51b8152600401610baa90614bea565b600260975560005b82811015610f33573684848381811061266857612668614a43565b905060200281019061267a9190614c21565b33600081815260ce602090815260408083205490519495509391926126a59290918591879101614d7a565b6040516020818303038152906040528051906020012090506126c6836128c9565b33600090815260d2602090815260408083208484529091529020805460ff191660019081179091556126f9908390614daa565b33600081815260ce602052604090819020929092559051829184917f5251b6fdefcb5d81144e735f69ea4c695fd43b0289ca53dc075033f5fc80068b90612741908890614dc2565b60405180910390a4612762333060408601803590610f0c90602089016145b1565b505050808061277090614dd5565b91505061264d565b6033546001600160a01b031633146114ee5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610baa565b6001600160a01b0381166128605760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610baa565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b6128fb6128d68280615084565b6128e660808501606086016147e1565b6128f660a08601608087016147e1565b613952565b600081604001351161297f5760405162461bcd60e51b815260206004820152604160248201527f52657761726473436f6f7264696e61746f722e5f76616c69646174655265776160448201527f7264735375626d697373696f6e3a20616d6f756e742063616e6e6f74206265206064820152600360fc1b608482015260a401610baa565b6f4b3b4ca85a86c47a098a223fffffffff81604001351115612a095760405162461bcd60e51b815260206004820152603f60248201527f52657761726473436f6f7264696e61746f722e5f76616c69646174655265776160448201527f7264735375626d697373696f6e3a20616d6f756e7420746f6f206c61726765006064820152608401610baa565b612a3963ffffffff7f0000000000000000000000000000000000000000000000000000000000278d001642614daa565b612a4960808301606084016147e1565b63ffffffff161115610bbc5760405162461bcd60e51b815260206004820152605360248201527f52657761726473436f6f7264696e61746f722e5f76616c69646174655265776160448201527f7264735375626d697373696f6e3a20737461727454696d657374616d7020746f6064820152726f2066617220696e207468652066757475726560681b608482015260a401610baa565b6040516001600160a01b0380851660248301528316604482015260648101829052612b4a9085906323b872dd60e01b906084015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152613f41565b50505050565b600060ca612b6160208501856147e1565b63ffffffff1681548110612b7757612b77614a43565b600091825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff16151560608201529050612bd88382612f7c565b6000612bea60808501606086016145b1565b6001600160a01b03808216600090815260cc60205260409020549192501680612c105750805b336001600160a01b03821614612c8e5760405162461bcd60e51b815260206004820152603c60248201527f52657761726473436f6f7264696e61746f722e70726f63657373436c61696d3a60448201527f2063616c6c6572206973206e6f742076616c696420636c61696d6572000000006064820152608401610baa565b60005b612c9e60a08701876150ce565b9050811015612eb55736612cb560e0880188615084565b83818110612cc557612cc5614a43565b6001600160a01b038716600090815260cd602090815260408083209302949094019450929091508290612cfa908501856145b1565b6001600160a01b03166001600160a01b0316815260200190815260200160002054905080826020013511612db45760405162461bcd60e51b815260206004820152605560248201527f52657761726473436f6f7264696e61746f722e70726f63657373436c61696d3a60448201527f2063756d756c61746976654561726e696e6773206d75737420626520677420746064820152741a185b8818dd5b5d5b185d1a5d9950db185a5b5959605a1b608482015260a401610baa565b6000612dc4826020850135614a2c565b6001600160a01b038716600090815260cd60209081526040822092935085018035929190612df290876145b1565b6001600160a01b0316815260208082019290925260400160002091909155612e349089908390612e24908701876145b1565b6001600160a01b03169190614013565b86516001600160a01b03808a1691878216918916907f9543dbd55580842586a951f0386e24d68a5df99ae29e3b216588b45fd684ce3190612e7860208901896145b1565b604080519283526001600160a01b039091166020830152810186905260600160405180910390a45050508080612ead90614dd5565b915050612c91565b505050505050565b6000816040015163ffffffff1660001415612ee557505060cb54600160e01b900461ffff1690565b816040015163ffffffff16421015612efe578151611371565b506020015190565b919050565b60cb546040805163ffffffff600160a01b9093048316815291831660208301527faf557c6c02c208794817a705609cfa935f827312a1adfdd26494b6b95dd2b4b3910160405180910390a160cb805463ffffffff909216600160a01b0263ffffffff60a01b19909216919091179055565b806060015115612fd55760405162461bcd60e51b8152602060048201526030602482015260008051602061523283398151915260448201526f1c9bdbdd081a5cc8191a5cd8589b195960821b6064820152608401610baa565b806040015163ffffffff1642101561303c5760405162461bcd60e51b815260206004820152603660248201526000805160206152328339815191526044820152751c9bdbdd081b9bdd081858dd1a5d985d1959081e595d60521b6064820152608401610baa565b61304960c08301836150ce565b905061305860a08401846150ce565b9050146130d05760405162461bcd60e51b815260206004820152604c602482015260008051602061523283398151915260448201527f746f6b656e496e646963657320616e6420746f6b656e50726f6f6673206c656e60648201526b0cee8d040dad2e6dac2e8c6d60a31b608482015260a401610baa565b6130dd60e0830183615084565b90506130ec60c08401846150ce565b9050146131625760405162461bcd60e51b815260206004820152604a602482015260008051602061523283398151915260448201527f746f6b656e5472656550726f6f667320616e64206c6561766573206c656e67746064820152690d040dad2e6dac2e8c6d60b31b608482015260a401610baa565b805161318e9061317860408501602086016147e1565b6131856040860186615118565b86606001614043565b60005b61319e60a08401846150ce565b90508110156132485761323860808401356131bc60a08601866150ce565b848181106131cc576131cc614a43565b90506020020160208101906131e191906147e1565b6131ee60c08701876150ce565b858181106131fe576131fe614a43565b90506020028101906132109190615118565b61321d60e0890189615084565b8781811061322d5761322d614a43565b9050604002016141af565b61324181614dd5565b9050613191565b505050565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b60cb546040516001600160a01b038084169216907f237b82f438d75fc568ebab484b75b01d9287b9e98b490b7c23221623b6705dbb90600090a360cb80546001600160a01b0319166001600160a01b0392909216919091179055565b600061332a61330a8380615084565b61331a60808601606087016147e1565b6128f660a08701608088016147e1565b60006133396040840184615084565b9050116133b95760405162461bcd60e51b8152602060048201526054602482015260008051602061527283398151915260448201527f61746f724469726563746564526577617264735375626d697373696f6e3a206e6064820152731bc81bdc195c985d1bdc9cc81c995dd85c99195960621b608482015260a401610baa565b60008060005b6133cc6040860186615084565b90508110156135fe57366133e36040870187615084565b838181106133f3576133f3614a43565b6040029190910191506000905061340d60208301836145b1565b6001600160a01b0316141561348c5760405162461bcd60e51b815260206004820152605b6024820152600080516020615272833981519152604482015260008051602061525283398151915260648201527f70657261746f722063616e6e6f74206265203020616464726573730000000000608482015260a401610baa565b61349960208201826145b1565b6001600160a01b0316836001600160a01b0316106135475760405162461bcd60e51b81526020600482015260786024820152600080516020615272833981519152604482015260008051602061525283398151915260648201527f70657261746f7273206d75737420626520696e20617363656e64696e67206f7260848201527f64657220746f2068616e646c65206475706c696361746573000000000000000060a482015260c401610baa565b61355460208201826145b1565b925060008160200135116135dc5760405162461bcd60e51b81526020600482015260616024820152600080516020615272833981519152604482015260008051602061525283398151915260648201527f70657261746f722072657761726420616d6f756e742063616e6e6f74206265206084820152600360fc1b60a482015260c401610baa565b6135ea602082013585614daa565b935050806135f790614dd5565b90506133bf565b504261361060a08601608087016147e1565b61362060808701606088016147e1565b61362a9190614e44565b63ffffffff16106136c45760405162461bcd60e51b81526020600482015260766024820152600080516020615272833981519152604482015260008051602061525283398151915260648201527f70657261746f722d64697265637465642072657761726473207375626d697373608482015275696f6e206973206e6f7420726574726f61637469766560501b60a482015260c401610baa565b5092915050565b60cb546040805161ffff600160e01b9093048316815291831660208301527fe6cd4edfdcc1f6d130ab35f73d72378f3a642944fb4ee5bd84b7807a81ea1c4e910160405180910390a160cb805461ffff909216600160e01b0261ffff60e01b19909216919091179055565b8254600160201b900463ffffffff164210613795578254600160201b900463ffffffff1661377e5760cb548354600160e01b90910461ffff1661ffff19909116178355613795565b825462010000810461ffff1661ffff199091161783555b825463ffffffff909116600160201b0267ffffffff000000001961ffff90931662010000029290921667ffffffffffff00001990911617179055565b604080518082018252600a81526922b4b3b2b72630bcb2b960b11b60209182015281517f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866818301527f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea81840152466060820152306080808301919091528351808303909101815260a0909101909252815191012090565b6065546001600160a01b031615801561388957506001600160a01b03821615155b61390b5760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610baa565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a261394e826127d2565b5050565b826139c25760405162461bcd60e51b8152602060048201526046602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a206e6f207374726174656769606482015265195cc81cd95d60d21b608482015260a401610baa565b7f00000000000000000000000000000000000000000000000000000000005c490063ffffffff168163ffffffff161115613a785760405162461bcd60e51b815260206004820152605a602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a206475726174696f6e20657860648201527f6365656473204d41585f524557415244535f4455524154494f4e000000000000608482015260a401610baa565b613aa27f0000000000000000000000000000000000000000000000000000000000093a8082615175565b63ffffffff1615613b485760405162461bcd60e51b8152602060048201526070602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a206475726174696f6e206d7560648201527f73742062652061206d756c7469706c65206f662043414c43554c4154494f4e5f60848201526f494e54455256414c5f5345434f4e445360801b60a482015260c401610baa565b613b727f0000000000000000000000000000000000000000000000000000000000093a8083615175565b63ffffffff1615613c1e5760405162461bcd60e51b8152602060048201526076602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a20737461727454696d65737460648201527f616d70206d7573742062652061206d756c7469706c65206f662043414c43554c6084820152754154494f4e5f494e54455256414c5f5345434f4e445360501b60a482015260c401610baa565b8163ffffffff167f000000000000000000000000000000000000000000000000000000000076a70063ffffffff1642613c579190614a2c565b11158015613c9157508163ffffffff167f0000000000000000000000000000000000000000000000000000000065fb788063ffffffff1611155b613d175760405162461bcd60e51b8152602060048201526057602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a20737461727454696d65737460648201527f616d7020746f6f2066617220696e207468652070617374000000000000000000608482015260a401610baa565b6000805b84811015612eb5576000868683818110613d3757613d37614a43565b613d4d92602060409092020190810191506145b1565b60405163198f077960e21b81526001600160a01b0380831660048301529192507f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757079091169063663c1de490602401602060405180830381865afa158015613db8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613ddc9190614ad7565b80613e0357506001600160a01b03811673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0145b613e7c5760405162461bcd60e51b8152602060048201526050602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a20696e76616c69642073747260648201526f185d1959de4818dbdb9cda59195c995960821b608482015260a401610baa565b806001600160a01b0316836001600160a01b031610613f2f5760405162461bcd60e51b815260206004820152606f602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a20737472617465676965732060648201527f6d75737420626520696e20617363656e64696e67206f7264657220746f20686160848201526e6e646c65206475706c69636174657360881b60a482015260c401610baa565b9150613f3a81614dd5565b9050613d1b565b6000613f96826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166143009092919063ffffffff16565b8051909150156132485780806020019051810190613fb49190614ad7565b6132485760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610baa565b6040516001600160a01b03831660248201526044810182905261324890849063a9059cbb60e01b90606401612b13565b61404e602083615198565b6001901b8463ffffffff16106140d85760405162461bcd60e51b815260206004820152604360248201527f52657761726473436f6f7264696e61746f722e5f7665726966794561726e657260448201527f436c61696d50726f6f663a20696e76616c6964206561726e65724c656166496e6064820152620c8caf60eb1b608482015260a401610baa565b60006140e382610cfe565b905061412e84848080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508a92508591505063ffffffff8916614317565b612eb55760405162461bcd60e51b815260206004820152604660248201527f52657761726473436f6f7264696e61746f722e5f7665726966794561726e657260448201527f436c61696d50726f6f663a20696e76616c6964206561726e657220636c61696d60648201526510383937b7b360d11b608482015260a401610baa565b6141ba602083615198565b6001901b8463ffffffff16106142385760405162461bcd60e51b815260206004820152603c60248201527f52657761726473436f6f7264696e61746f722e5f766572696679546f6b656e4360448201527f6c61696d3a20696e76616c696420746f6b656e4c656166496e646578000000006064820152608401610baa565b6000614243826120a8565b905061428e84848080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508a92508591505063ffffffff8916614317565b612eb55760405162461bcd60e51b815260206004820152603f60248201527f52657761726473436f6f7264696e61746f722e5f766572696679546f6b656e4360448201527f6c61696d3a20696e76616c696420746f6b656e20636c61696d2070726f6f66006064820152608401610baa565b606061430f848460008561432f565b949350505050565b600083614325868585614460565b1495945050505050565b6060824710156143905760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610baa565b6001600160a01b0385163b6143e75760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610baa565b600080866001600160a01b0316858760405161440391906151d8565b60006040518083038185875af1925050503d8060008114614440576040519150601f19603f3d011682016040523d82523d6000602084013e614445565b606091505b5091509150614455828286614563565b979650505050505050565b60006020845161447091906151ea565b156144f75760405162461bcd60e51b815260206004820152604b60248201527f4d65726b6c652e70726f63657373496e636c7573696f6e50726f6f664b65636360448201527f616b3a2070726f6f66206c656e6774682073686f756c642062652061206d756c60648201526a3a34b836329037b310199960a91b608482015260a401610baa565b8260205b8551811161455a5761450e6002856151ea565b61452f57816000528086015160205260406000209150600284049350614548565b8086015160005281602052604060002091506002840493505b614553602082614daa565b90506144fb565b50949350505050565b60608315614572575081611f12565b8251156145825782518084602001fd5b8160405162461bcd60e51b8152600401610baa91906151fe565b6001600160a01b0381168114610bbc57600080fd5b6000602082840312156145c357600080fd5b8135611f128161459c565b8015158114610bbc57600080fd5b600080604083850312156145ef57600080fd5b82356145fa8161459c565b9150602083013561460a816145ce565b809150509250929050565b60006020828403121561462757600080fd5b5035919050565b60006040828403121561464057600080fd5b50919050565b60006040828403121561465857600080fd5b611f12838361462e565b60008083601f84011261467457600080fd5b50813567ffffffffffffffff81111561468c57600080fd5b6020830191508360208260051b85010111156146a757600080fd5b9250929050565b600080602083850312156146c157600080fd5b823567ffffffffffffffff8111156146d857600080fd5b6146e485828601614662565b90969095509350505050565b6000610100828403121561464057600080fd5b6000806040838503121561471657600080fd5b823567ffffffffffffffff81111561472d57600080fd5b614739858286016146f0565b925050602083013561460a8161459c565b803563ffffffff81168114612f0657600080fd5b6000806040838503121561477157600080fd5b823591506147816020840161474a565b90509250929050565b60008060006040848603121561479f57600080fd5b833567ffffffffffffffff8111156147b657600080fd5b6147c286828701614662565b90945092505060208401356147d68161459c565b809150509250925092565b6000602082840312156147f357600080fd5b611f128261474a565b60006020828403121561480e57600080fd5b813560ff81168114611f1257600080fd5b60006020828403121561483157600080fd5b813567ffffffffffffffff81111561484857600080fd5b61430f848285016146f0565b6000806040838503121561486757600080fd5b82356148728161459c565b946020939093013593505050565b6000806040838503121561489357600080fd5b823561489e8161459c565b9150602083013561460a8161459c565b6000806000604084860312156148c357600080fd5b83356148ce8161459c565b9250602084013567ffffffffffffffff8111156148ea57600080fd5b6148f686828701614662565b9497909650939450505050565b803561ffff81168114612f0657600080fd5b60006020828403121561492757600080fd5b611f1282614903565b6000806040838503121561494357600080fd5b823561494e8161459c565b915061478160208401614903565b60008060008060008060c0878903121561497557600080fd5b86356149808161459c565b955060208701356149908161459c565b94506040870135935060608701356149a78161459c565b92506149b56080880161474a565b91506149c360a08801614903565b90509295509295509295565b6000806000606084860312156149e457600080fd5b83356149ef8161459c565b925060208401356149ff8161459c565b9150614a0d60408501614903565b90509250925092565b634e487b7160e01b600052601160045260246000fd5b600082821015614a3e57614a3e614a16565b500390565b634e487b7160e01b600052603260045260246000fd5b600081614a6857614a68614a16565b506000190190565b600060208284031215614a8257600080fd5b8151611f128161459c565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215614ae957600080fd5b8151611f12816145ce565b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b60208082526019908201527f5061757361626c653a20696e6465782069732070617573656400000000000000604082015260600190565b60208082526051908201527f52657761726473436f6f7264696e61746f723a2063616c6c6572206973206e6f60408201527f7420612076616c69642063726561746552657761726473466f72416c6c53756260608201527036b4b9b9b4b7b71039bab136b4ba3a32b960791b608082015260a00190565b6020808252601f908201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604082015260600190565b60008235609e19833603018112614c3757600080fd5b9190910192915050565b6000808335601e19843603018112614c5857600080fd5b830160208101925035905067ffffffffffffffff811115614c7857600080fd5b8060061b36038313156146a757600080fd5b818352600060208085019450826000805b86811015614cef578235614cae8161459c565b6001600160a01b03168852828401356bffffffffffffffffffffffff8116808214614cd7578384fd5b89860152506040978801979290920191600101614c9b565b50959695505050505050565b6000614d078283614c41565b60a08552614d1960a086018284614c8a565b9150506020830135614d2a8161459c565b6001600160a01b0316602085015260408381013590850152614d4e6060840161474a565b63ffffffff808216606087015280614d686080870161474a565b16608087015250508091505092915050565b60018060a01b0384168152826020820152606060408201526000614da16060830184614cfb565b95945050505050565b60008219821115614dbd57614dbd614a16565b500190565b602081526000611f126020830184614cfb565b6000600019821415614de957614de9614a16565b5060010190565b60208082526034908201527f52657761726473436f6f7264696e61746f723a2063616c6c6572206973206e6f6040820152733a103a3432903932bbb0b93239aab83230ba32b960611b606082015260800190565b600063ffffffff808316818516808303821115614e6357614e63614a16565b01949350505050565b6000823560fe19833603018112614c3757600080fd5b6000823560be19833603018112614c3757600080fd5b6000808335601e19843603018112614eaf57600080fd5b830160208101925035905067ffffffffffffffff811115614ecf57600080fd5b8036038313156146a757600080fd5b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6000614f138283614c41565b60c08552614f2560c086018284614c8a565b915050602080840135614f378161459c565b6001600160a01b0390811686830152604090614f5586830187614c41565b888603848a015280865290946000919085015b81831015614f99578635614f7b8161459c565b84168152868601358682015295840195600192909201918401614f68565b614fa560608a0161474a565b63ffffffff811660608c01529650614fbf60808a0161474a565b63ffffffff811660808c01529650614fda60a08a018a614e98565b9750955089810360a08b0152614ff1818888614ede565b9a9950505050505050505050565b60018060a01b0384168152826020820152606060408201526000614da16060830184614f07565b82815260406020820152600061430f6040830184614f07565b600063ffffffff8381169083168181101561505c5761505c614a16565b039392505050565b600063ffffffff82168061507a5761507a614a16565b6000190192915050565b6000808335601e1984360301811261509b57600080fd5b83018035915067ffffffffffffffff8211156150b657600080fd5b6020019150600681901b36038213156146a757600080fd5b6000808335601e198436030181126150e557600080fd5b83018035915067ffffffffffffffff82111561510057600080fd5b6020019150600581901b36038213156146a757600080fd5b6000808335601e1984360301811261512f57600080fd5b83018035915067ffffffffffffffff82111561514a57600080fd5b6020019150368190038213156146a757600080fd5b634e487b7160e01b600052601260045260246000fd5b600063ffffffff8084168061518c5761518c61515f565b92169190910692915050565b6000826151a7576151a761515f565b500490565b60005b838110156151c75781810151838201526020016151af565b83811115612b4a5750506000910152565b60008251614c378184602087016151ac565b6000826151f9576151f961515f565b500690565b602081526000825180602084015261521d8160408501602087016151ac565b601f01601f1916919091016040019291505056fe52657761726473436f6f7264696e61746f722e5f636865636b436c61696d3a2061746f724469726563746564526577617264735375626d697373696f6e3a206f52657761726473436f6f7264696e61746f722e5f76616c69646174654f70657252657761726473436f6f7264696e61746f722e5f76616c6964617465436f6d6da2646970667358221220081e7033322140012f1d9ef09b55b455e888c99c5a08a478635131f15ff9795b64736f6c634300080c0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x00000000000000000000000000000000000000000000000000000000000000ff"}},"0x9d4454b023096f34b160d6b654540c56a1f81688":{"nonce":1,"balance":"0x0","code":"0x60806040526004361015610011575f80fd5b5f3560e01c806310bea0d7146102965780636d14a987146102cf578063af65fdfc146102965763f043367e14610045575f80fd5b346102925760403660031901126102925760243567ffffffffffffffff8111610292573660238201121561029257806004013567ffffffffffffffff81116101fd576040519161009f601f8301601f191660200184610375565b818352366024838301011161029257815f9260246020930183860137830101527f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03163303610211576004355f525f60205260405f20815167ffffffffffffffff81116101fd57610117825461033d565b601f81116101b8575b50602092601f821160011461015c57928192935f92610151575b50505f19600383901b1c191660019190911b179055005b015190505f8061013a565b601f19821693835f52805f20915f5b8681106101a05750836001959610610188575b505050811b019055005b01515f1960f88460031b161c191690555f808061017e565b9192602060018192868501518155019401920161016b565b825f5260205f20601f830160051c810191602084106101f3575b601f0160051c01905b8181106101e85750610120565b5f81556001016101db565b90915081906101d2565b634e487b7160e01b5f52604160045260245ffd5b60405162461bcd60e51b815260206004820152604d60248201527f536f636b657452656769737472792e6f6e6c795265676973747279436f6f726460448201527f696e61746f723a2063616c6c6572206973206e6f74207468652052656769737460648201526c393ca1b7b7b93234b730ba37b960991b608482015260a490fd5b5f80fd5b34610292576020366003190112610292576004355f525f6020526102cb6102bf60405f20610397565b60405191829182610313565b0390f35b34610292575f366003190112610292576040517f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03168152602090f35b602060409281835280519182918282860152018484015e5f828201840152601f01601f1916010190565b90600182811c9216801561036b575b602083101461035757565b634e487b7160e01b5f52602260045260245ffd5b91607f169161034c565b90601f8019910116810190811067ffffffffffffffff8211176101fd57604052565b9060405191825f8254926103aa8461033d565b808452936001811690811561041557506001146103d1575b506103cf92500383610375565b565b90505f9291925260205f20905f915b8183106103f95750509060206103cf928201015f6103c2565b60209193508060019154838589010152019101909184926103e0565b9050602092506103cf94915060ff191682840152151560051b8201015f6103c256fea264697066735822122091bdcaa5f39cf30c5f53d6f5ea03b2b121dbc9a6cbeb4933a5e20750dd84c4de64736f6c634300081b0033","storage":{}},"0x9dcce783b6464611f38631e6c851bf441907c710":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x9e126c57330fa71556628e0aabd6b6b6783d99fa":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x9e545e3c0baab3e08cdfd552c960a1050f373042":{"nonce":1,"balance":"0x0","code":"0x60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x00000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660001","0x0000000000000000000000000000000000000000000000000000000000000001":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0000000000000000000000000000000000000000000000000000000000000064":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000000000000000000000000000000000000000096":"0x0000000000000000000000000000000000000000000000000000000000000001","0x000000000000000000000000000000000000000000000000000000000000009c":"0x0000000000000000000000000000000000000000000000000000000000000003","0x000000000000000000000000000000000000000000000000000000000000009d":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000000000000000000000000000000000000000009e":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x00000000000000000000000036c02da8a0983159322a80ffe9f24b1acff8b570","0x683723e34a772b6e4f2c919bba7fa32ed8ea11a8325f54da7db716e9d9dd98c7":"0x00000000000000000000000000000000000000000000000000643a9800002710","0xaf85b9071dfafeac1409d3f1d19bafc9bc7c37974cde8df0ee6168f0086e539c":"0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c","0xaf85b9071dfafeac1409d3f1d19bafc9bc7c37974cde8df0ee6168f0086e539d":"0x000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc9","0xaf85b9071dfafeac1409d3f1d19bafc9bc7c37974cde8df0ee6168f0086e539e":"0x0000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e8","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e"}},"0x9eaf5590f2c84912a08de97fa28d0529361deb9e":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x9ef6c02fb2ecc446146e05f1ff687a788a8bf76d":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0x9fe46736679d2d9a65f0992f2272de9f3c7fa6e0":{"nonce":1,"balance":"0x0","code":"0x608060405234801561001057600080fd5b506004361061004c5760003560e01c806346fbf68e146100515780638568520614610089578063ce5484281461009e578063eab66d7a146100b1575b600080fd5b61007461005f366004610313565b60006020819052908152604090205460ff1681565b60405190151581526020015b60405180910390f35b61009c610097366004610335565b6100dc565b005b61009c6100ac366004610313565b61011d565b6001546100c4906001600160a01b031681565b6040516001600160a01b039091168152602001610080565b6001546001600160a01b0316331461010f5760405162461bcd60e51b815260040161010690610371565b60405180910390fd5b6101198282610153565b5050565b6001546001600160a01b031633146101475760405162461bcd60e51b815260040161010690610371565b61015081610220565b50565b6001600160a01b0382166101bf5760405162461bcd60e51b815260206004820152602d60248201527f50617573657252656769737472792e5f7365745061757365723a207a65726f2060448201526c1859191c995cdcc81a5b9c1d5d609a1b6064820152608401610106565b6001600160a01b03821660008181526020818152604091829020805460ff19168515159081179091558251938452908301527f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152910160405180910390a15050565b6001600160a01b03811661028e5760405162461bcd60e51b815260206004820152602f60248201527f50617573657252656769737472792e5f736574556e7061757365723a207a657260448201526e1bc81859191c995cdcc81a5b9c1d5d608a1b6064820152608401610106565b600154604080516001600160a01b03928316815291831660208301527f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892910160405180910390a1600180546001600160a01b0319166001600160a01b0392909216919091179055565b80356001600160a01b038116811461030e57600080fd5b919050565b60006020828403121561032557600080fd5b61032e826102f7565b9392505050565b6000806040838503121561034857600080fd5b610351836102f7565b91506020830135801515811461036657600080fd5b809150509250929050565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b60608201526080019056fea2646970667358221220400107fb39e4070329799832c0ce49475397a55d182fd9f9c38ee6784541743064736f6c634300080c0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000001":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x723077b8a1b173adc35e5f0e7e3662fd1208212cb629f9c128551ea7168da722":"0x0000000000000000000000000000000000000000000000000000000000000001"}},"0xa0ec9ee47802ceb56eb58ce80f3e41630b771b04":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xa0ee7a142d267c1f36714e4a8f75612f20a79720":{"nonce":2,"balance":"0x21e5f445b3cf707f40e","code":"0x","storage":{}},"0xa1196426b41627ae75ea7f7409e074be97367da2":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853":{"nonce":1,"balance":"0x0","code":"0x60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033","storage":{"0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x0000000000000000000000000b306bf915c4d645ff596e518faf3f9669b97016","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}},"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0":{"nonce":1,"balance":"0x0","code":"0x608060405234801561001057600080fd5b50600436106103425760003560e01c8063635bbd10116101b8578063b7f06ebe11610104578063cf80873e116100a2578063f16172b01161007c578063f16172b014610908578063f2fde38b1461091b578063f698da251461092e578063fabc1cbc1461093657600080fd5b8063cf80873e146108c1578063da8be864146108e2578063eea9064b146108f557600080fd5b8063c488375a116100de578063c488375a146107de578063c5e480db146107fe578063c94b5111146108a4578063ca661c04146108b757600080fd5b8063b7f06ebe14610784578063bb45fef2146107a7578063c448feb8146107d557600080fd5b8063886f1195116101715780639104c3191161014b5780639104c3191461070f57806399be81c81461072a578063a17884841461073d578063b13442711461075d57600080fd5b8063886f1195146106cb5780638da5cb5b146106de57806390041347146106ef57600080fd5b8063635bbd101461063657806365da1264146106495780636d70f7ae14610672578063715018a614610685578063778e55f31461068d5780637f548071146106b857600080fd5b806328a573ae116102925780634665bcda11610230578063597b36da1161020a578063597b36da146105e55780635ac86ab7146105f85780635c975abb1461061b57806360d7faed1461062357600080fd5b80634665bcda146105ac5780634fc40b61146105d3578063595c6a67146105dd57600080fd5b806339b70e381161026c57806339b70e38146104f45780633cdeb5e0146105335780633e28391d14610562578063433773821461058557600080fd5b806328a573ae146104ae57806329c77d4f146104c157806333404396146104e157600080fd5b8063132d4967116102ff57806316928365116102d957806316928365146104285780631bbce0911461046157806320606b701461047457806322bf40e41461049b57600080fd5b8063132d4967146103ef578063136439dd146104025780631522bf021461041557600080fd5b80630449ca391461034757806304a4f9791461036d5780630b9f487a146103945780630dd8dd02146103a75780630f589e59146103c757806310d67a2f146103dc575b600080fd5b61035a61035536600461484e565b610949565b6040519081526020015b60405180910390f35b61035a7f14bde674c9f64b2ad00eaaee4a8bed1fabef35c7507e3c5b9cfc9436909a2dad81565b61035a6103a23660046148b4565b6109ce565b6103ba6103b536600461484e565b610a90565b604051610364919061490f565b6103da6103d53660046149ac565b610df9565b005b6103da6103ea3660046149ff565b610f3e565b6103da6103fd366004614a23565b610ff1565b6103da610410366004614a64565b6110a8565b6103da610423366004614a7d565b6111e7565b61035a6104363660046149ff565b6001600160a01b0316600090815260996020526040902060010154600160a01b900463ffffffff1690565b61035a61046f366004614a23565b6111fb565b61035a7f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86681565b6103da6104a9366004614ae8565b611229565b6103da6104bc366004614a23565b61136d565b61035a6104cf3660046149ff565b609b6020526000908152604090205481565b6103da6104ef366004614b8f565b61141d565b61051b7f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570781565b6040516001600160a01b039091168152602001610364565b61051b6105413660046149ff565b6001600160a01b039081166000908152609960205260409020600101541690565b6105756105703660046149ff565b61155a565b6040519015158152602001610364565b61035a7f39111bc4a4d688e1f685123d7497d4615370152a8ee4a0593e647bd06ad8bb0b81565b61051b7f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe681565b61035a6213c68081565b6103da61157a565b61035a6105f3366004614e8c565b611641565b610575610606366004614ec8565b606654600160ff9092169190911b9081161490565b60665461035a565b6103da610631366004614ef9565b611671565b6103da610644366004614a64565b61170c565b61051b6106573660046149ff565b609a602052600090815260409020546001600160a01b031681565b6105756106803660046149ff565b61171d565b6103da611757565b61035a61069b366004614f88565b609860209081526000928352604080842090915290825290205481565b6103da6106c6366004615069565b61176b565b60655461051b906001600160a01b031681565b6033546001600160a01b031661051b565b6107026106fd3660046150f9565b611997565b6040516103649190615183565b61051b73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b6103da610738366004615196565b611a71565b61035a61074b3660046149ff565b609f6020526000908152604090205481565b61051b7f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c85381565b610575610792366004614a64565b609e6020526000908152604090205460ff1681565b6105756107b53660046151cb565b609c60209081526000928352604080842090915290825290205460ff1681565b61035a609d5481565b61035a6107ec3660046149ff565b60a16020526000908152604090205481565b61086e61080c3660046149ff565b6040805160608082018352600080835260208084018290529284018190526001600160a01b03948516815260998352839020835191820184528054851682526001015493841691810191909152600160a01b90920463ffffffff169082015290565b6040805182516001600160a01b039081168252602080850151909116908201529181015163ffffffff1690820152606001610364565b61035a6108b23660046151f7565b611b43565b61035a62034bc081565b6108d46108cf3660046149ff565b611bfc565b604051610364929190615278565b6103ba6108f03660046149ff565b611fb4565b6103da61090336600461529d565b612478565b6103da6109163660046152f5565b612595565b6103da6109293660046149ff565b612626565b61035a61269c565b6103da610944366004614a64565b6126da565b609d54600090815b838110156109c657600060a1600087878581811061097157610971615311565b905060200201602081019061098691906149ff565b6001600160a01b03166001600160a01b03168152602001908152602001600020549050828111156109b5578092505b506109bf8161533d565b9050610951565b509392505050565b604080517f14bde674c9f64b2ad00eaaee4a8bed1fabef35c7507e3c5b9cfc9436909a2dad6020808301919091526001600160a01b038681168385015288811660608401528716608083015260a0820185905260c08083018590528351808403909101815260e0909201909252805191012060009081610a4c61269c565b60405161190160f01b602082015260228101919091526042810183905260620160408051808303601f19018152919052805160209091012098975050505050505050565b60665460609060019060029081161415610ac55760405162461bcd60e51b8152600401610abc90615358565b60405180910390fd5b6000836001600160401b03811115610adf57610adf614c31565b604051908082528060200260200182016040528015610b08578160200160208202803683370190505b50336000908152609a60205260408120549192506001600160a01b03909116905b85811015610dee57868682818110610b4357610b43615311565b9050602002810190610b55919061538f565b610b639060208101906153af565b9050878783818110610b7757610b77615311565b9050602002810190610b89919061538f565b610b9390806153af565b905014610c085760405162461bcd60e51b815260206004820152603860248201527f44656c65676174696f6e4d616e616765722e717565756557697468647261776160448201527f6c3a20696e707574206c656e677468206d69736d6174636800000000000000006064820152608401610abc565b33878783818110610c1b57610c1b615311565b9050602002810190610c2d919061538f565b610c3e9060608101906040016149ff565b6001600160a01b031614610cba5760405162461bcd60e51b815260206004820152603c60248201527f44656c65676174696f6e4d616e616765722e717565756557697468647261776160448201527f6c3a2077697468647261776572206d757374206265207374616b6572000000006064820152608401610abc565b610dbf3383898985818110610cd157610cd1615311565b9050602002810190610ce3919061538f565b610cf49060608101906040016149ff565b8a8a86818110610d0657610d06615311565b9050602002810190610d18919061538f565b610d2290806153af565b808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508e92508d9150889050818110610d6857610d68615311565b9050602002810190610d7a919061538f565b610d889060208101906153af565b8080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061283692505050565b838281518110610dd157610dd1615311565b602090810291909101015280610de68161533d565b915050610b29565b509095945050505050565b610e023361155a565b15610e885760405162461bcd60e51b815260206004820152604a60248201527f44656c65676174696f6e4d616e616765722e726567697374657241734f70657260448201527f61746f723a2063616c6c657220697320616c7265616479206163746976656c796064820152690819195b1959d85d195960b21b608482015260a401610abc565b610e923384612df6565b604080518082019091526060815260006020820152610eb43380836000612fe9565b336001600160a01b03167f8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e285604051610eed91906153f8565b60405180910390a2336001600160a01b03167f02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b67080908484604051610f3092919061544a565b60405180910390a250505050565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f91573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fb59190615479565b6001600160a01b0316336001600160a01b031614610fe55760405162461bcd60e51b8152600401610abc90615496565b610fee8161327f565b50565b336001600160a01b037f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757071614806110505750336001600160a01b037f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe616145b61106c5760405162461bcd60e51b8152600401610abc906154e0565b6110758361155a565b156110a3576001600160a01b038084166000908152609a6020526040902054166110a181858585613376565b505b505050565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156110f0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611114919061553d565b6111305760405162461bcd60e51b8152600401610abc9061555a565b606654818116146111a95760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610abc565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b6111ef6133f1565b6110a18484848461344b565b6001600160a01b0383166000908152609b602052604081205461122085828686611b43565b95945050505050565b600054610100900460ff16158080156112495750600054600160ff909116105b806112635750303b158015611263575060005460ff166001145b6112c65760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610abc565b6000805460ff1916600117905580156112e9576000805461ff0019166101001790555b6112f38888613671565b6112fb61375b565b609755611307896137f2565b61131086613844565b61131c8585858561344b565b8015611362576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050505050505050565b336001600160a01b037f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757071614806113cc5750336001600160a01b037f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe616145b6113e85760405162461bcd60e51b8152600401610abc906154e0565b6113f18361155a565b156110a3576001600160a01b038084166000908152609a6020526040902054166110a18185858561393e565b606654600290600490811614156114465760405162461bcd60e51b8152600401610abc90615358565b600260c95414156114995760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610abc565b600260c95560005b88811015611549576115398a8a838181106114be576114be615311565b90506020028101906114d091906155a2565b8989848181106114e2576114e2615311565b90506020028101906114f491906153af565b89898681811061150657611506615311565b9050602002013588888781811061151f5761151f615311565b905060200201602081019061153491906155b8565b6139b9565b6115428161533d565b90506114a1565b5050600160c9555050505050505050565b6001600160a01b039081166000908152609a602052604090205416151590565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156115c2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115e6919061553d565b6116025760405162461bcd60e51b8152600401610abc9061555a565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b6000816040516020016116549190615649565b604051602081830303815290604052805190602001209050919050565b6066546002906004908116141561169a5760405162461bcd60e51b8152600401610abc90615358565b600260c95414156116ed5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610abc565b600260c9556116ff86868686866139b9565b5050600160c95550505050565b6117146133f1565b610fee81613844565b60006001600160a01b0382161580159061175157506001600160a01b038083166000818152609a6020526040902054909116145b92915050565b61175f6133f1565b61176960006137f2565b565b42836020015110156117ef5760405162461bcd60e51b815260206004820152604160248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f4279536960448201527f676e61747572653a207374616b6572207369676e6174757265206578706972656064820152601960fa1b608482015260a401610abc565b6117f88561155a565b156118815760405162461bcd60e51b815260206004820152604d60248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f4279536960448201527f676e61747572653a207374616b657220697320616c726561647920616374697660648201526c195b1e4819195b1959d85d1959609a1b608482015260a401610abc565b61188a8461171d565b6119165760405162461bcd60e51b815260206004820152605160248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f4279536960448201527f676e61747572653a206f70657261746f72206973206e6f7420726567697374656064820152703932b21034b71022b4b3b2b72630bcb2b960791b608482015260a401610abc565b6000609b6000876001600160a01b03166001600160a01b0316815260200190815260200160002054905060006119528783888860200151611b43565b6001600160a01b0388166000908152609b60205260409020600184019055855190915061198290889083906141a3565b61198e87878686612fe9565b50505050505050565b6060600082516001600160401b038111156119b4576119b4614c31565b6040519080825280602002602001820160405280156119dd578160200160208202803683370190505b50905060005b83518110156109c6576001600160a01b03851660009081526098602052604081208551909190869084908110611a1b57611a1b615311565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002054828281518110611a5657611a56615311565b6020908102919091010152611a6a8161533d565b90506119e3565b611a7a3361171d565b611afc5760405162461bcd60e51b815260206004820152604760248201527f44656c65676174696f6e4d616e616765722e7570646174654f70657261746f7260448201527f4d657461646174615552493a2063616c6c6572206d75737420626520616e206f6064820152663832b930ba37b960c91b608482015260a401610abc565b336001600160a01b03167f02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b67080908383604051611b3792919061544a565b60405180910390a25050565b604080517f39111bc4a4d688e1f685123d7497d4615370152a8ee4a0593e647bd06ad8bb0b6020808301919091526001600160a01b0387811683850152851660608301526080820186905260a08083018590528351808403909101815260c0909201909252805191012060009081611bb961269c565b60405161190160f01b602082015260228101919091526042810183905260620160408051808303601f190181529190528051602090910120979650505050505050565b6040516360f4062b60e01b81526001600160a01b03828116600483015260609182916000917f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe6909116906360f4062b90602401602060405180830381865afa158015611c6c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c90919061565c565b6040516394f649dd60e01b81526001600160a01b03868116600483015291925060009182917f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f875707909116906394f649dd90602401600060405180830381865afa158015611d00573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611d2891908101906156d0565b9150915060008313611d3f57909590945092505050565b606080835160001415611df9576040805160018082528183019092529060208083019080368337505060408051600180825281830190925292945090506020808301908036833701905050905073beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac082600081518110611db457611db4615311565b60200260200101906001600160a01b031690816001600160a01b0316815250508481600081518110611de857611de8615311565b602002602001018181525050611fa7565b8351611e0690600161578a565b6001600160401b03811115611e1d57611e1d614c31565b604051908082528060200260200182016040528015611e46578160200160208202803683370190505b50915081516001600160401b03811115611e6257611e62614c31565b604051908082528060200260200182016040528015611e8b578160200160208202803683370190505b50905060005b8451811015611f2557848181518110611eac57611eac615311565b6020026020010151838281518110611ec657611ec6615311565b60200260200101906001600160a01b031690816001600160a01b031681525050838181518110611ef857611ef8615311565b6020026020010151828281518110611f1257611f12615311565b6020908102919091010152600101611e91565b5073beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac08260018451611f4a91906157a2565b81518110611f5a57611f5a615311565b60200260200101906001600160a01b031690816001600160a01b031681525050848160018451611f8a91906157a2565b81518110611f9a57611f9a615311565b6020026020010181815250505b9097909650945050505050565b60665460609060019060029081161415611fe05760405162461bcd60e51b8152600401610abc90615358565b611fe98361155a565b6120695760405162461bcd60e51b8152602060048201526044602482018190527f44656c65676174696f6e4d616e616765722e756e64656c65676174653a207374908201527f616b6572206d7573742062652064656c65676174656420746f20756e64656c656064820152636761746560e01b608482015260a401610abc565b6120728361171d565b156120e55760405162461bcd60e51b815260206004820152603d60248201527f44656c65676174696f6e4d616e616765722e756e64656c65676174653a206f7060448201527f657261746f72732063616e6e6f7420626520756e64656c6567617465640000006064820152608401610abc565b6001600160a01b0383166121615760405162461bcd60e51b815260206004820152603c60248201527f44656c65676174696f6e4d616e616765722e756e64656c65676174653a20636160448201527f6e6e6f7420756e64656c6567617465207a65726f2061646472657373000000006064820152608401610abc565b6001600160a01b038084166000818152609a6020526040902054909116903314806121945750336001600160a01b038216145b806121bb57506001600160a01b038181166000908152609960205260409020600101541633145b61222d5760405162461bcd60e51b815260206004820152603d60248201527f44656c65676174696f6e4d616e616765722e756e64656c65676174653a20636160448201527f6c6c65722063616e6e6f7420756e64656c6567617465207374616b65720000006064820152608401610abc565b60008061223986611bfc565b9092509050336001600160a01b0387161461228f57826001600160a01b0316866001600160a01b03167ff0eddf07e6ea14f388b47e1e94a0f464ecbd9eed4171130e0fc0e99fb4030a8a60405160405180910390a35b826001600160a01b0316866001600160a01b03167ffee30966a256b71e14bc0ebfc94315e28ef4a97a7131a9e2b7a310a73af4467660405160405180910390a36001600160a01b0386166000908152609a6020526040902080546001600160a01b0319169055815161231157604080516000815260208101909152945061246f565b81516001600160401b0381111561232a5761232a614c31565b604051908082528060200260200182016040528015612353578160200160208202803683370190505b50945060005b825181101561246d576040805160018082528183019092526000916020808301908036833750506040805160018082528183019092529293506000929150602080830190803683370190505090508483815181106123b9576123b9615311565b6020026020010151826000815181106123d4576123d4615311565b60200260200101906001600160a01b031690816001600160a01b03168152505083838151811061240657612406615311565b60200260200101518160008151811061242157612421615311565b60200260200101818152505061243a89878b8585612836565b88848151811061244c5761244c615311565b602002602001018181525050505080806124659061533d565b915050612359565b505b50505050919050565b6124813361155a565b156124ff5760405162461bcd60e51b815260206004820152604260248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f3a20737460448201527f616b657220697320616c7265616479206163746976656c792064656c65676174606482015261195960f21b608482015260a401610abc565b6125088361171d565b6125895760405162461bcd60e51b815260206004820152604660248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f3a206f7060448201527f657261746f72206973206e6f74207265676973746572656420696e2045696765606482015265372630bcb2b960d11b608482015260a401610abc565b6110a333848484612fe9565b61259e3361171d565b61261c5760405162461bcd60e51b815260206004820152604360248201527f44656c65676174696f6e4d616e616765722e6d6f646966794f70657261746f7260448201527f44657461696c733a2063616c6c6572206d75737420626520616e206f706572616064820152623a37b960e91b608482015260a401610abc565b610fee3382612df6565b61262e6133f1565b6001600160a01b0381166126935760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610abc565b610fee816137f2565b60007f0000000000000000000000000000000000000000000000000000000000007a694614156126cd575060975490565b6126d561375b565b905090565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561272d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127519190615479565b6001600160a01b0316336001600160a01b0316146127815760405162461bcd60e51b8152600401610abc90615496565b6066541981196066541916146127ff5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610abc565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c906020016111dc565b60006001600160a01b0386166128cd5760405162461bcd60e51b815260206004820152605060248201527f44656c65676174696f6e4d616e616765722e5f72656d6f76655368617265734160448201527f6e6451756575655769746864726177616c3a207374616b65722063616e6e6f7460648201526f206265207a65726f206164647265737360801b608482015260a401610abc565b82516129575760405162461bcd60e51b815260206004820152604d60248201527f44656c65676174696f6e4d616e616765722e5f72656d6f76655368617265734160448201527f6e6451756575655769746864726177616c3a207374726174656769657320636160648201526c6e6e6f7420626520656d70747960981b608482015260a401610abc565b60005b8351811015612d04576001600160a01b038616156129b0576129b0868886848151811061298957612989615311565b60200260200101518685815181106129a3576129a3615311565b6020026020010151613376565b73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06001600160a01b03168482815181106129e0576129e0615311565b60200260200101516001600160a01b03161415612aa9577f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b031663beffbb8988858481518110612a3957612a39615311565b60200260200101516040518363ffffffff1660e01b8152600401612a729291906001600160a01b03929092168252602082015260400190565b600060405180830381600087803b158015612a8c57600080fd5b505af1158015612aa0573d6000803e3d6000fd5b50505050612cfc565b846001600160a01b0316876001600160a01b03161480612b7b57507f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757076001600160a01b0316639b4da03d858381518110612b0557612b05615311565b60200260200101516040518263ffffffff1660e01b8152600401612b3891906001600160a01b0391909116815260200190565b602060405180830381865afa158015612b55573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b79919061553d565b155b612c475760405162461bcd60e51b8152602060048201526084602482018190527f44656c65676174696f6e4d616e616765722e5f72656d6f76655368617265734160448301527f6e6451756575655769746864726177616c3a2077697468647261776572206d7560648301527f73742062652073616d652061646472657373206173207374616b657220696620908201527f746869726450617274795472616e7366657273466f7262696464656e2061726560a482015263081cd95d60e21b60c482015260e401610abc565b7f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757076001600160a01b0316638c80d4e588868481518110612c8957612c89615311565b6020026020010151868581518110612ca357612ca3615311565b60200260200101516040518463ffffffff1660e01b8152600401612cc9939291906157b9565b600060405180830381600087803b158015612ce357600080fd5b505af1158015612cf7573d6000803e3d6000fd5b505050505b60010161295a565b506001600160a01b0386166000908152609f60205260408120805491829190612d2c8361533d565b919050555060006040518060e00160405280896001600160a01b03168152602001886001600160a01b03168152602001876001600160a01b031681526020018381526020014363ffffffff1681526020018681526020018581525090506000612d9482611641565b6000818152609e602052604090819020805460ff19166001179055519091507f9009ab153e8014fbfb02f2217f5cde7aa7f9ad734ae85ca3ee3f4ca2fdd499f990612de290839085906157dd565b60405180910390a198975050505050505050565b6213c680612e0a60608301604084016157f6565b63ffffffff161115612ebf5760405162461bcd60e51b815260206004820152606c60248201527f44656c65676174696f6e4d616e616765722e5f7365744f70657261746f72446560448201527f7461696c733a207374616b65724f70744f757457696e646f77426c6f636b732060648201527f63616e6e6f74206265203e204d41585f5354414b45525f4f50545f4f55545f5760848201526b494e444f575f424c4f434b5360a01b60a482015260c401610abc565b6001600160a01b0382166000908152609960205260409081902060010154600160a01b900463ffffffff1690612efb90606084019084016157f6565b63ffffffff161015612f915760405162461bcd60e51b815260206004820152605360248201527f44656c65676174696f6e4d616e616765722e5f7365744f70657261746f72446560448201527f7461696c733a207374616b65724f70744f757457696e646f77426c6f636b732060648201527218d85b9b9bdd08189948191958dc99585cd959606a1b608482015260a401610abc565b6001600160a01b03821660009081526099602052604090208190612fb58282615833565b505060405133907ffebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac90611b379084906153f8565b606654600090600190811614156130125760405162461bcd60e51b8152600401610abc90615358565b6001600160a01b038085166000908152609960205260409020600101541680158015906130485750336001600160a01b03821614155b801561305d5750336001600160a01b03861614155b156131ca5742846020015110156130dc5760405162461bcd60e51b815260206004820152603760248201527f44656c65676174696f6e4d616e616765722e5f64656c65676174653a2061707060448201527f726f766572207369676e617475726520657870697265640000000000000000006064820152608401610abc565b6001600160a01b0381166000908152609c6020908152604080832086845290915290205460ff16156131765760405162461bcd60e51b815260206004820152603760248201527f44656c65676174696f6e4d616e616765722e5f64656c65676174653a2061707060448201527f726f76657253616c7420616c7265616479207370656e740000000000000000006064820152608401610abc565b6001600160a01b0381166000908152609c6020908152604080832086845282528220805460ff191660011790558501516131b79088908890859088906109ce565b90506131c8828287600001516141a3565b505b6001600160a01b038681166000818152609a602052604080822080546001600160a01b031916948a169485179055517fc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d87433049190a360008061322988611bfc565b9150915060005b825181101561136257613277888a85848151811061325057613250615311565b602002602001015185858151811061326a5761326a615311565b602002602001015161393e565b600101613230565b6001600160a01b03811661330d5760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610abc565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b038085166000908152609860209081526040808320938616835292905290812080548392906133ad9084906157a2565b92505081905550836001600160a01b03167f6909600037b75d7b4733aedd815442b5ec018a827751c832aaff64eba5d6d2dd848484604051610f30939291906157b9565b6033546001600160a01b031633146117695760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610abc565b8281146134d35760405162461bcd60e51b815260206004820152604a60248201527f44656c65676174696f6e4d616e616765722e5f7365745374726174656779576960448201527f746864726177616c44656c6179426c6f636b733a20696e707574206c656e67746064820152690d040dad2e6dac2e8c6d60b31b608482015260a401610abc565b8260005b818110156136695760008686838181106134f3576134f3615311565b905060200201602081019061350891906149ff565b6001600160a01b038116600090815260a1602052604081205491925086868581811061353657613536615311565b90506020020135905062034bc08111156135fa5760405162461bcd60e51b815260206004820152607360248201527f44656c65676174696f6e4d616e616765722e5f7365745374726174656779576960448201527f746864726177616c44656c6179426c6f636b733a205f7769746864726177616c60648201527f44656c6179426c6f636b732063616e6e6f74206265203e204d41585f5749544860848201527244524157414c5f44454c41595f424c4f434b5360681b60a482015260c401610abc565b6001600160a01b038316600081815260a160209081526040918290208490558151928352820184905281018290527f0e7efa738e8b0ce6376a0c1af471655540d2e9a81647d7b09ed823018426576d9060600160405180910390a1505050806136629061533d565b90506134d7565b505050505050565b6065546001600160a01b031615801561369257506001600160a01b03821615155b6137145760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610abc565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a26137578261327f565b5050565b604080518082018252600a81526922b4b3b2b72630bcb2b960b11b60209182015281517f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866818301527f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea81840152466060820152306080808301919091528351808303909101815260a0909101909252815191012090565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b62034bc08111156138fd5760405162461bcd60e51b815260206004820152607160248201527f44656c65676174696f6e4d616e616765722e5f7365744d696e5769746864726160448201527f77616c44656c6179426c6f636b733a205f6d696e5769746864726177616c446560648201527f6c6179426c6f636b732063616e6e6f74206265203e204d41585f5749544844526084820152704157414c5f44454c41595f424c4f434b5360781b60a482015260c401610abc565b609d5460408051918252602082018390527fafa003cd76f87ff9d62b35beea889920f33c0c42b8d45b74954d61d50f4b6b69910160405180910390a1609d55565b6001600160a01b0380851660009081526098602090815260408083209386168352929052908120805483929061397590849061578a565b92505081905550836001600160a01b03167f1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c848484604051610f30939291906157b9565b60006139c76105f387615896565b6000818152609e602052604090205490915060ff16613a485760405162461bcd60e51b815260206004820152604360248201526000805160206159c883398151915260448201527f645769746864726177616c3a20616374696f6e206973206e6f7420696e20717560648201526265756560e81b608482015260a401610abc565b609d544390613a5d60a0890160808a016157f6565b63ffffffff16613a6d919061578a565b1115613af55760405162461bcd60e51b815260206004820152605f60248201526000805160206159c883398151915260448201527f645769746864726177616c3a206d696e5769746864726177616c44656c61794260648201527f6c6f636b7320706572696f6420686173206e6f74207965742070617373656400608482015260a401610abc565b613b0560608701604088016149ff565b6001600160a01b0316336001600160a01b031614613b925760405162461bcd60e51b815260206004820152605060248201526000805160206159c883398151915260448201527f645769746864726177616c3a206f6e6c7920776974686472617765722063616e60648201526f1031b7b6b83632ba329030b1ba34b7b760811b608482015260a401610abc565b8115613c1457613ba560a08701876153af565b85149050613c145760405162461bcd60e51b815260206004820152604260248201526000805160206159c883398151915260448201527f645769746864726177616c3a20696e707574206c656e677468206d69736d61746064820152610c6d60f31b608482015260a401610abc565b6000818152609e60205260409020805460ff191690558115613d795760005b613c4060a08801886153af565b9050811015613d73574360a16000613c5b60a08b018b6153af565b85818110613c6b57613c6b615311565b9050602002016020810190613c8091906149ff565b6001600160a01b03168152602081019190915260400160002054613caa60a08a0160808b016157f6565b63ffffffff16613cba919061578a565b1115613cd85760405162461bcd60e51b8152600401610abc906158a2565b613d6b613ce860208901896149ff565b33613cf660a08b018b6153af565b85818110613d0657613d06615311565b9050602002016020810190613d1b91906149ff565b613d2860c08c018c6153af565b86818110613d3857613d38615311565b905060200201358a8a87818110613d5157613d51615311565b9050602002016020810190613d6691906149ff565b61435d565b600101613c33565b50614168565b336000908152609a60205260408120546001600160a01b0316905b613da160a08901896153af565b9050811015614165574360a16000613dbc60a08c018c6153af565b85818110613dcc57613dcc615311565b9050602002016020810190613de191906149ff565b6001600160a01b03168152602081019190915260400160002054613e0b60a08b0160808c016157f6565b63ffffffff16613e1b919061578a565b1115613e395760405162461bcd60e51b8152600401610abc906158a2565b73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0613e5b60a08a018a6153af565b83818110613e6b57613e6b615311565b9050602002016020810190613e8091906149ff565b6001600160a01b03161415613fd0576000613e9e60208a018a6149ff565b905060006001600160a01b037f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe616630e81073c83613edf60c08e018e6153af565b87818110613eef57613eef615311565b6040516001600160e01b031960e087901b1681526001600160a01b03909416600485015260200291909101356024830152506044016020604051808303816000875af1158015613f43573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613f67919061565c565b6001600160a01b038084166000908152609a6020526040902054919250168015613fc857613fc88184613f9d60a08f018f6153af565b88818110613fad57613fad615311565b9050602002016020810190613fc291906149ff565b8561393e565b50505061415d565b7f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757076001600160a01b031663c4623ea13389898581811061401257614012615311565b905060200201602081019061402791906149ff565b61403460a08d018d6153af565b8681811061404457614044615311565b905060200201602081019061405991906149ff565b61406660c08e018e6153af565b8781811061407657614076615311565b60405160e088901b6001600160e01b03191681526001600160a01b03968716600482015294861660248601529290941660448401526020909102013560648201526084019050600060405180830381600087803b1580156140d657600080fd5b505af11580156140ea573d6000803e3d6000fd5b505050506001600160a01b0382161561415d5761415d823361410f60a08c018c6153af565b8581811061411f5761411f615311565b905060200201602081019061413491906149ff565b61414160c08d018d6153af565b8681811061415157614151615311565b9050602002013561393e565b600101613d94565b50505b6040518181527fc97098c2f658800b4df29001527f7324bcdffcf6e8751a699ab920a1eced5b1d9060200160405180910390a1505050505050565b6001600160a01b0383163b156142bd57604051630b135d3f60e11b808252906001600160a01b03851690631626ba7e906141e3908690869060040161592a565b602060405180830381865afa158015614200573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906142249190615987565b6001600160e01b031916146110a35760405162461bcd60e51b815260206004820152605360248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a2045524331323731207369676e6174757265206064820152721d995c9a599a58d85d1a5bdb8819985a5b1959606a1b608482015260a401610abc565b826001600160a01b03166142d1838361449d565b6001600160a01b0316146110a35760405162461bcd60e51b815260206004820152604760248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a207369676e6174757265206e6f742066726f6d6064820152661039b4b3b732b960c91b608482015260a401610abc565b6001600160a01b03831673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac014156144085760405162387b1360e81b81526001600160a01b037f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe6169063387b1300906143d1908890889087906004016157b9565b600060405180830381600087803b1580156143eb57600080fd5b505af11580156143ff573d6000803e3d6000fd5b50505050614496565b60405163c608c7f360e01b81526001600160a01b03858116600483015284811660248301526044820184905282811660648301527f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f875707169063c608c7f390608401600060405180830381600087803b15801561448257600080fd5b505af1158015611362573d6000803e3d6000fd5b5050505050565b60008060006144ac85856144b9565b915091506109c681614529565b6000808251604114156144f05760208301516040840151606085015160001a6144e4878285856146e4565b94509450505050614522565b82516040141561451a576020830151604084015161450f8683836147d1565b935093505050614522565b506000905060025b9250929050565b600081600481111561453d5761453d6159b1565b14156145465750565b600181600481111561455a5761455a6159b1565b14156145a85760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606401610abc565b60028160048111156145bc576145bc6159b1565b141561460a5760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606401610abc565b600381600481111561461e5761461e6159b1565b14156146775760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b6064820152608401610abc565b600481600481111561468b5761468b6159b1565b1415610fee5760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b6064820152608401610abc565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083111561471b57506000905060036147c8565b8460ff16601b1415801561473357508460ff16601c14155b1561474457506000905060046147c8565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015614798573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b0381166147c1576000600192509250506147c8565b9150600090505b94509492505050565b6000806001600160ff1b038316816147ee60ff86901c601b61578a565b90506147fc878288856146e4565b935093505050935093915050565b60008083601f84011261481c57600080fd5b5081356001600160401b0381111561483357600080fd5b6020830191508360208260051b850101111561452257600080fd5b6000806020838503121561486157600080fd5b82356001600160401b0381111561487757600080fd5b6148838582860161480a565b90969095509350505050565b6001600160a01b0381168114610fee57600080fd5b80356148af8161488f565b919050565b600080600080600060a086880312156148cc57600080fd5b85356148d78161488f565b945060208601356148e78161488f565b935060408601356148f78161488f565b94979396509394606081013594506080013592915050565b6020808252825182820181905260009190848201906040850190845b818110156149475783518352928401929184019160010161492b565b50909695505050505050565b60006060828403121561496557600080fd5b50919050565b60008083601f84011261497d57600080fd5b5081356001600160401b0381111561499457600080fd5b60208301915083602082850101111561452257600080fd5b6000806000608084860312156149c157600080fd5b6149cb8585614953565b925060608401356001600160401b038111156149e657600080fd5b6149f28682870161496b565b9497909650939450505050565b600060208284031215614a1157600080fd5b8135614a1c8161488f565b9392505050565b600080600060608486031215614a3857600080fd5b8335614a438161488f565b92506020840135614a538161488f565b929592945050506040919091013590565b600060208284031215614a7657600080fd5b5035919050565b60008060008060408587031215614a9357600080fd5b84356001600160401b0380821115614aaa57600080fd5b614ab68883890161480a565b90965094506020870135915080821115614acf57600080fd5b50614adc8782880161480a565b95989497509550505050565b60008060008060008060008060c0898b031215614b0457600080fd5b8835614b0f8161488f565b97506020890135614b1f8161488f565b9650604089013595506060890135945060808901356001600160401b0380821115614b4957600080fd5b614b558c838d0161480a565b909650945060a08b0135915080821115614b6e57600080fd5b50614b7b8b828c0161480a565b999c989b5096995094979396929594505050565b6000806000806000806000806080898b031215614bab57600080fd5b88356001600160401b0380821115614bc257600080fd5b614bce8c838d0161480a565b909a50985060208b0135915080821115614be757600080fd5b614bf38c838d0161480a565b909850965060408b0135915080821115614c0c57600080fd5b614c188c838d0161480a565b909650945060608b0135915080821115614b6e57600080fd5b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b0381118282101715614c6957614c69614c31565b60405290565b604080519081016001600160401b0381118282101715614c6957614c69614c31565b604051601f8201601f191681016001600160401b0381118282101715614cb957614cb9614c31565b604052919050565b63ffffffff81168114610fee57600080fd5b80356148af81614cc1565b60006001600160401b03821115614cf757614cf7614c31565b5060051b60200190565b600082601f830112614d1257600080fd5b81356020614d27614d2283614cde565b614c91565b82815260059290921b84018101918181019086841115614d4657600080fd5b8286015b84811015614d6a578035614d5d8161488f565b8352918301918301614d4a565b509695505050505050565b600082601f830112614d8657600080fd5b81356020614d96614d2283614cde565b82815260059290921b84018101918181019086841115614db557600080fd5b8286015b84811015614d6a5780358352918301918301614db9565b600060e08284031215614de257600080fd5b614dea614c47565b9050614df5826148a4565b8152614e03602083016148a4565b6020820152614e14604083016148a4565b604082015260608201356060820152614e2f60808301614cd3565b608082015260a08201356001600160401b0380821115614e4e57600080fd5b614e5a85838601614d01565b60a084015260c0840135915080821115614e7357600080fd5b50614e8084828501614d75565b60c08301525092915050565b600060208284031215614e9e57600080fd5b81356001600160401b03811115614eb457600080fd5b614ec084828501614dd0565b949350505050565b600060208284031215614eda57600080fd5b813560ff81168114614a1c57600080fd5b8015158114610fee57600080fd5b600080600080600060808688031215614f1157600080fd5b85356001600160401b0380821115614f2857600080fd5b9087019060e0828a031215614f3c57600080fd5b90955060208701359080821115614f5257600080fd5b50614f5f8882890161480a565b909550935050604086013591506060860135614f7a81614eeb565b809150509295509295909350565b60008060408385031215614f9b57600080fd5b8235614fa68161488f565b91506020830135614fb68161488f565b809150509250929050565b600060408284031215614fd357600080fd5b614fdb614c6f565b905081356001600160401b0380821115614ff457600080fd5b818401915084601f83011261500857600080fd5b813560208282111561501c5761501c614c31565b61502e601f8301601f19168201614c91565b9250818352868183860101111561504457600080fd5b8181850182850137600081838501015282855280860135818601525050505092915050565b600080600080600060a0868803121561508157600080fd5b853561508c8161488f565b9450602086013561509c8161488f565b935060408601356001600160401b03808211156150b857600080fd5b6150c489838a01614fc1565b945060608801359150808211156150da57600080fd5b506150e788828901614fc1565b95989497509295608001359392505050565b6000806040838503121561510c57600080fd5b82356151178161488f565b915060208301356001600160401b0381111561513257600080fd5b61513e85828601614d01565b9150509250929050565b600081518084526020808501945080840160005b838110156151785781518752958201959082019060010161515c565b509495945050505050565b602081526000614a1c6020830184615148565b600080602083850312156151a957600080fd5b82356001600160401b038111156151bf57600080fd5b6148838582860161496b565b600080604083850312156151de57600080fd5b82356151e98161488f565b946020939093013593505050565b6000806000806080858703121561520d57600080fd5b84356152188161488f565b935060208501359250604085013561522f8161488f565b9396929550929360600135925050565b600081518084526020808501945080840160005b838110156151785781516001600160a01b031687529582019590820190600101615253565b60408152600061528b604083018561523f565b82810360208401526112208185615148565b6000806000606084860312156152b257600080fd5b83356152bd8161488f565b925060208401356001600160401b038111156152d857600080fd5b6152e486828701614fc1565b925050604084013590509250925092565b60006060828403121561530757600080fd5b614a1c8383614953565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b600060001982141561535157615351615327565b5060010190565b60208082526019908201527f5061757361626c653a20696e6465782069732070617573656400000000000000604082015260600190565b60008235605e198336030181126153a557600080fd5b9190910192915050565b6000808335601e198436030181126153c657600080fd5b8301803591506001600160401b038211156153e057600080fd5b6020019150600581901b360382131561452257600080fd5b6060810182356154078161488f565b6001600160a01b0390811683526020840135906154238261488f565b166020830152604083013561543781614cc1565b63ffffffff811660408401525092915050565b60208152816020820152818360408301376000818301604090810191909152601f909201601f19160101919050565b60006020828403121561548b57600080fd5b8151614a1c8161488f565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b60208082526037908201527f44656c65676174696f6e4d616e616765723a206f6e6c7953747261746567794d60408201527f616e616765724f72456967656e506f644d616e61676572000000000000000000606082015260800190565b60006020828403121561554f57600080fd5b8151614a1c81614eeb565b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b6000823560de198336030181126153a557600080fd5b6000602082840312156155ca57600080fd5b8135614a1c81614eeb565b600060018060a01b03808351168452806020840151166020850152806040840151166040850152506060820151606084015263ffffffff608083015116608084015260a082015160e060a085015261563060e085018261523f565b905060c083015184820360c08601526112208282615148565b602081526000614a1c60208301846155d5565b60006020828403121561566e57600080fd5b5051919050565b600082601f83011261568657600080fd5b81516020615696614d2283614cde565b82815260059290921b840181019181810190868411156156b557600080fd5b8286015b84811015614d6a57805183529183019183016156b9565b600080604083850312156156e357600080fd5b82516001600160401b03808211156156fa57600080fd5b818501915085601f83011261570e57600080fd5b8151602061571e614d2283614cde565b82815260059290921b8401810191818101908984111561573d57600080fd5b948201945b838610156157645785516157558161488f565b82529482019490820190615742565b9188015191965090935050508082111561577d57600080fd5b5061513e85828601615675565b6000821982111561579d5761579d615327565b500190565b6000828210156157b4576157b4615327565b500390565b6001600160a01b039384168152919092166020820152604081019190915260600190565b828152604060208201526000614ec060408301846155d5565b60006020828403121561580857600080fd5b8135614a1c81614cc1565b80546001600160a01b0319166001600160a01b0392909216919091179055565b813561583e8161488f565b6158488183615813565b5060018101602083013561585b8161488f565b6158658183615813565b50604083013561587481614cc1565b815463ffffffff60a01b191660a09190911b63ffffffff60a01b161790555050565b60006117513683614dd0565b6020808252606e908201526000805160206159c883398151915260408201527f645769746864726177616c3a207769746864726177616c44656c6179426c6f6360608201527f6b7320706572696f6420686173206e6f74207965742070617373656420666f7260808201526d207468697320737472617465677960901b60a082015260c00190565b82815260006020604081840152835180604085015260005b8181101561595e57858101830151858201606001528201615942565b81811115615970576000606083870101525b50601f01601f191692909201606001949350505050565b60006020828403121561599957600080fd5b81516001600160e01b031981168114614a1c57600080fd5b634e487b7160e01b600052602160045260246000fdfe44656c65676174696f6e4d616e616765722e5f636f6d706c6574655175657565a264697066735822122026b1fed484881843a1d9811e493fabdf693f068a2dfa3af9289c2a7fba74873e64736f6c634300080c0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x00000000000000000000000000000000000000000000000000000000000000ff"}},"0xa82ff9afd8f496c3d6ac40e2a0f282e47488cfc9":{"nonce":1,"balance":"0x0","code":"0x60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033","storage":{"0x17ef568e3e12ab5b9c7254a8d58478811de00f9e6eb34345acd53bf8fd09d3ec":"0x0000000000000000000000000000000000000000000000000000000000000001","0x295841a49a1089f4b560f91cfbb0133326654dcbb1041861fc5dde96c724a22f":"0x0000000000000025000000000000000000000000000000000000000000000000","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e"}},"0xa85233c63b9ee964add6f2cffe00fd84eb32338f":{"nonce":1,"balance":"0x0","code":"0x608060405234801561001057600080fd5b506004361061018e5760003560e01c80635c975abb116100de578063ab5921e111610097578063df6fadc111610071578063df6fadc114610366578063e3dae51c14610381578063f3e7387514610394578063fabc1cbc146103a757600080fd5b8063ab5921e11461032b578063ce7c2ac214610340578063d9caed121461035357600080fd5b80635c975abb146102c857806361b01b5d146102d05780637a8b2637146102d9578063886f1195146102ec5780638c871019146103055780638f6a62401461031857600080fd5b80633a98ef391161014b578063485cc95511610125578063485cc9551461026b578063553ca5f81461027e578063595c6a67146102915780635ac86ab71461029957600080fd5b80633a98ef391461023857806343fe08b01461024f57806347e7ef241461025857600080fd5b8063019e27291461019357806310d67a2f146101a857806311c70c9d146101bb578063136439dd146101ce5780632495a599146101e157806339b70e3814610211575b600080fd5b6101a66101a1366004611983565b6103ba565b005b6101a66101b63660046119cd565b61049d565b6101a66101c93660046119ea565b610550565b6101a66101dc366004611a0c565b610605565b6032546101f4906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b6101f47f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570781565b61024160335481565b604051908152602001610208565b61024160645481565b610241610266366004611a25565b610749565b6101a6610279366004611a51565b61098d565b61024161028c3660046119cd565b610a5b565b6101a6610a6f565b6102b86102a7366004611a99565b6001805460ff9092161b9081161490565b6040519015158152602001610208565b600154610241565b61024160655481565b6102416102e7366004611a0c565b610b3b565b6000546101f4906201000090046001600160a01b031681565b610241610313366004611a0c565b610b86565b6102416103263660046119cd565b610b91565b610333610b9f565b6040516102089190611ae6565b61024161034e3660046119cd565b610bbf565b6101a6610361366004611b19565b610c54565b60645460655460408051928352602083019190915201610208565b61024161038f366004611a0c565b610e3a565b6102416103a2366004611a0c565b610e73565b6101a66103b5366004611a0c565b610e7e565b600054610100900460ff16158080156103da5750600054600160ff909116105b806103f45750303b1580156103f4575060005460ff166001145b6104195760405162461bcd60e51b815260040161041090611b5a565b60405180910390fd5b6000805460ff19166001179055801561043c576000805461ff0019166101001790555b6104468585610fda565b61045083836110e7565b8015610496576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b5050505050565b600060029054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104f0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105149190611ba8565b6001600160a01b0316336001600160a01b0316146105445760405162461bcd60e51b815260040161041090611bc5565b61054d8161123a565b50565b600060029054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156105a3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105c79190611ba8565b6001600160a01b0316336001600160a01b0316146105f75760405162461bcd60e51b815260040161041090611bc5565b6106018282610fda565b5050565b60005460405163237dfb4760e11b8152336004820152620100009091046001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610652573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106769190611c0f565b6106925760405162461bcd60e51b815260040161041090611c31565b6001548181161461070b5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610410565b600181905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b6001805460009182918116141561079e5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610410565b336001600160a01b037f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570716146108165760405162461bcd60e51b815260206004820181905260248201527f5374726174656779426173652e6f6e6c7953747261746567794d616e616765726044820152606401610410565b610820848461133f565b60335460006108316103e883611c8f565b905060006103e8610840611421565b61084a9190611c8f565b905060006108588783611ca7565b9050806108658489611cbe565b61086f9190611cdd565b9550856108d55760405162461bcd60e51b815260206004820152602e60248201527f5374726174656779426173652e6465706f7369743a206e65775368617265732060448201526d63616e6e6f74206265207a65726f60901b6064820152608401610410565b6108df8685611c8f565b60338190556f4b3b4ca85a86c47a098a223fffffffff10156109695760405162461bcd60e51b815260206004820152603c60248201527f5374726174656779426173652e6465706f7369743a20746f74616c536861726560448201527f73206578636565647320604d41585f544f54414c5f53484152455360000000006064820152608401610410565b610982826103e860335461097d9190611c8f565b611493565b505050505092915050565b600054610100900460ff16158080156109ad5750600054600160ff909116105b806109c75750303b1580156109c7575060005460ff166001145b6109e35760405162461bcd60e51b815260040161041090611b5a565b6000805460ff191660011790558015610a06576000805461ff0019166101001790555b610a1083836110e7565b8015610a56576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050565b6000610a696102e783610bbf565b92915050565b60005460405163237dfb4760e11b8152336004820152620100009091046001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610abc573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ae09190611c0f565b610afc5760405162461bcd60e51b815260040161041090611c31565b600019600181905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b6000806103e8603354610b4e9190611c8f565b905060006103e8610b5d611421565b610b679190611c8f565b905081610b748583611cbe565b610b7e9190611cdd565b949350505050565b6000610a6982610e3a565b6000610a696103a283610bbf565b60606040518060800160405280604d8152602001611d52604d9139905090565b604051633d3f06c960e11b81526001600160a01b0382811660048301523060248301526000917f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570790911690637a7e0d9290604401602060405180830381865afa158015610c30573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a699190611cff565b6001805460029081161415610ca75760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610410565b336001600160a01b037f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757071614610d1f5760405162461bcd60e51b815260206004820181905260248201527f5374726174656779426173652e6f6e6c7953747261746567794d616e616765726044820152606401610410565b610d2a8484846114df565b60335480831115610db95760405162461bcd60e51b815260206004820152604d60248201527f5374726174656779426173652e77697468647261773a20616d6f756e7453686160448201527f726573206d757374206265206c657373207468616e206f7220657175616c207460648201526c6f20746f74616c53686172657360981b608482015260a401610410565b6000610dc76103e883611c8f565b905060006103e8610dd6611421565b610de09190611c8f565b9050600082610def8784611cbe565b610df99190611cdd565b9050610e058685611ca7565b603355610e25610e158284611ca7565b6103e860335461097d9190611c8f565b610e30888883611562565b5050505050505050565b6000806103e8603354610e4d9190611c8f565b905060006103e8610e5c611421565b610e669190611c8f565b905080610b748386611cbe565b6000610a6982610b3b565b600060029054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ed1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ef59190611ba8565b6001600160a01b0316336001600160a01b031614610f255760405162461bcd60e51b815260040161041090611bc5565b600154198119600154191614610fa35760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610410565b600181905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200161073e565b60645460408051918252602082018490527ff97ed4e083acac67830025ecbc756d8fe847cdbdca4cee3fe1e128e98b54ecb5910160405180910390a160655460408051918252602082018390527f6ab181e0440bfbf4bacdf2e99674735ce6638005490688c5f994f5399353e452910160405180910390a1808211156110dc5760405162461bcd60e51b815260206004820152604b60248201527f53747261746567794261736554564c4c696d6974732e5f73657454564c4c696d60448201527f6974733a206d61785065724465706f7369742065786365656473206d6178546f60648201526a74616c4465706f7369747360a81b608482015260a401610410565b606491909155606555565b600054610100900460ff166111525760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608401610410565b603280546001600160a01b0319166001600160a01b038416179055611178816000611576565b7f1c540707b00eb5427b6b774fc799d756516a54aee108b64b327acc55af557507603260009054906101000a90046001600160a01b0316836001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111ed573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112119190611d18565b604080516001600160a01b03909316835260ff9091166020830152015b60405180910390a15050565b6001600160a01b0381166112c85760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610410565b600054604080516001600160a01b03620100009093048316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1600080546001600160a01b03909216620100000262010000600160b01b0319909216919091179055565b6064548111156113a95760405162461bcd60e51b815260206004820152602f60248201527f53747261746567794261736554564c4c696d6974733a206d617820706572206460448201526e195c1bdcda5d08195e18d959591959608a1b6064820152608401610410565b6065546113b4611421565b11156114175760405162461bcd60e51b815260206004820152602c60248201527f53747261746567794261736554564c4c696d6974733a206d6178206465706f7360448201526b1a5d1cc8195e18d95959195960a21b6064820152608401610410565b6106018282611662565b6032546040516370a0823160e01b81523060048201526000916001600160a01b0316906370a0823190602401602060405180830381865afa15801561146a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061148e9190611cff565b905090565b7fd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8816114c784670de0b6b3a7640000611cbe565b6114d19190611cdd565b60405190815260200161122e565b6032546001600160a01b03838116911614610a565760405162461bcd60e51b815260206004820152603b60248201527f5374726174656779426173652e77697468647261773a2043616e206f6e6c792060448201527f77697468647261772074686520737472617465677920746f6b656e00000000006064820152608401610410565b610a566001600160a01b03831684836116de565b6000546201000090046001600160a01b031615801561159d57506001600160a01b03821615155b61161f5760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610410565b600181905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a26106018261123a565b6032546001600160a01b038381169116146106015760405162461bcd60e51b815260206004820152603660248201527f5374726174656779426173652e6465706f7369743a2043616e206f6e6c79206460448201527532b837b9b4ba103ab73232b9363cb4b733aa37b5b2b760511b6064820152608401610410565b604080516001600160a01b03848116602483015260448083018590528351808403909101815260649092018352602080830180516001600160e01b031663a9059cbb60e01b17905283518085019094528084527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c656490840152610a569286929160009161176e9185169084906117eb565b805190915015610a56578080602001905181019061178c9190611c0f565b610a565760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610410565b60606117fa8484600085611804565b90505b9392505050565b6060824710156118655760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610410565b6001600160a01b0385163b6118bc5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610410565b600080866001600160a01b031685876040516118d89190611d35565b60006040518083038185875af1925050503d8060008114611915576040519150601f19603f3d011682016040523d82523d6000602084013e61191a565b606091505b509150915061192a828286611935565b979650505050505050565b606083156119445750816117fd565b8251156119545782518084602001fd5b8160405162461bcd60e51b81526004016104109190611ae6565b6001600160a01b038116811461054d57600080fd5b6000806000806080858703121561199957600080fd5b843593506020850135925060408501356119b28161196e565b915060608501356119c28161196e565b939692955090935050565b6000602082840312156119df57600080fd5b81356117fd8161196e565b600080604083850312156119fd57600080fd5b50508035926020909101359150565b600060208284031215611a1e57600080fd5b5035919050565b60008060408385031215611a3857600080fd5b8235611a438161196e565b946020939093013593505050565b60008060408385031215611a6457600080fd5b8235611a6f8161196e565b91506020830135611a7f8161196e565b809150509250929050565b60ff8116811461054d57600080fd5b600060208284031215611aab57600080fd5b81356117fd81611a8a565b60005b83811015611ad1578181015183820152602001611ab9565b83811115611ae0576000848401525b50505050565b6020815260008251806020840152611b05816040850160208701611ab6565b601f01601f19169190910160400192915050565b600080600060608486031215611b2e57600080fd5b8335611b398161196e565b92506020840135611b498161196e565b929592945050506040919091013590565b6020808252602e908201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160408201526d191e481a5b9a5d1a585b1a5e995960921b606082015260800190565b600060208284031215611bba57600080fd5b81516117fd8161196e565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215611c2157600080fd5b815180151581146117fd57600080fd5b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b634e487b7160e01b600052601160045260246000fd5b60008219821115611ca257611ca2611c79565b500190565b600082821015611cb957611cb9611c79565b500390565b6000816000190483118215151615611cd857611cd8611c79565b500290565b600082611cfa57634e487b7160e01b600052601260045260246000fd5b500490565b600060208284031215611d1157600080fd5b5051919050565b600060208284031215611d2a57600080fd5b81516117fd81611a8a565b60008251611d47818460208701611ab6565b919091019291505056fe4261736520537472617465677920696d706c656d656e746174696f6e20746f20696e68657269742066726f6d20666f72206d6f726520636f6d706c657820696d706c656d656e746174696f6e73a2646970667358221220ae191a686b20435062f14027adbcd93bce8ba8dab6896d1d893b5478c9d9197f64736f6c634300080c0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x00000000000000000000000000000000000000000000000000000000000000ff"}},"0xab707cb80e7de7c75d815b1a653433f3eec44c74":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xb7f8bc63bbcad18155201308c8f3540b07f84f5e":{"nonce":1,"balance":"0x0","code":"0x608060405234801561001057600080fd5b50600436106100575760003560e01c80633659cfe61461005c5780635c60da1b14610071578063715018a61461009a5780638da5cb5b146100a2578063f2fde38b146100b3575b600080fd5b61006f61006a3660046102ee565b6100c6565b005b6001546001600160a01b03165b6040516001600160a01b03909116815260200160405180910390f35b61006f61010e565b6000546001600160a01b031661007e565b61006f6100c13660046102ee565b610122565b6100ce6101af565b6100d781610209565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6101166101af565b610120600061029e565b565b61012a6101af565b6001600160a01b0381166101945760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b61019d8161029e565b50565b6001600160a01b03163b151590565b6000546001600160a01b031633146101205760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161018b565b6001600160a01b0381163b61027c5760405162461bcd60e51b815260206004820152603360248201527f5570677261646561626c65426561636f6e3a20696d706c656d656e746174696f6044820152721b881a5cc81b9bdd08184818dbdb9d1c9858dd606a1b606482015260840161018b565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60006020828403121561030057600080fd5b81356001600160a01b038116811461031757600080fd5b939250505056fea26469706673582212207a1dbf8c64c0b5de37d6770ae1cc181db5b9ab7144084795b6df045324c76ce764736f6c634300080c0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000000000000000000000000000000000000000001":"0x000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad788"}},"0xbc5bdcee96b1bc47822c74e6f64186fba7d686be":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xbc8183bac3e969042736f7af07f76223d11d2148":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xbcd4042de499d14e55001ccbb24a551f3b954096":{"nonce":2,"balance":"0x4563918244c7e622","code":"0x","storage":{}},"0xbda5747bfd65f08deb54cb465eb87d40e51b197e":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xc004e69c5c04a223463ff32042dd36dabf63a25a":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xc0543b0b980d8c834cbdf023b2d2a75b5f9d1909":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xc3e53f4d16ae77db1c982e75a937b9f60fe63690":{"nonce":1,"balance":"0x0","code":"0x60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0000000000000000000000000000000000000000000000000000000000000033":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000000000000000000000000000000000000000065":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x0000000000000000000000004c5859f0f772848b2d91f1d83e2fe57935348029","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e"}},"0xcbdc0f9a4c38f1e010bd3b6e43598a55d1868c23":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xccdd262f272ee6c226266eea13ee48d4d932ce66":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xcd3b766ccdd6ae721141f452c550ca635964ce71":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xcf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xcf7ed3acca5a467e9e704c703e8d87f634fb0fc9":{"nonce":1,"balance":"0x0","code":"0x6080604052348015600f57600080fd5b506004361060285760003560e01c8063c298557814602d575b600080fd5b600060405190815260200160405180910390f3fea26469706673582212204d7287eb0326e3c3f8847cee1e1183a1edc33862bc2110aa222e2ad2c65af9b464736f6c634300080c0033","storage":{}},"0xd4a1e660c916855229e1712090ccfd8a424a2e33":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xd6a098ebcc5f8bd4e174d915c54486b077a34a51":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xd9065f27e9b706e5f7628e067cc00b288dddbf19":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9":{"nonce":1,"balance":"0x0","code":"0x60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x0000000000000000000000000000000000000000000000000000000000000001","0x0000000000000000000000000000000000000000000000000000000000000033":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000000000000000000000000000000000000000065":"0x0000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0","0x0000000000000000000000000000000000000000000000000000000000000066":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0000000000000000000000000000000000000000000000000000000000000097":"0xd65ac9700cec4e530497617d02afdf0d5de3ed18466aca1578edcbce0d40ee16","0x000000000000000000000000000000000000000000000000000000000000009d":"0x0000000000000000000000000000000000000000000000000000000000000001","0x007d1b055b9b9bad53c9bc7bb1716093b64b4abddc2e00ad679d30540c34c255":"0x0000000000000000000000000000000000000000000000007ee8b22590a6071f","0x00b4559c7d1edcd79008cf2fb8e3837f32ff194bf917dae93a2ecc55f2954387":"0x00000000000000000000000000000000000000000000000087046ef5ec157d3a","0x021717ee6e228ec1ebd952d6a4b619d530266505a2563d2f32977d25d9d62c73":"0x0000000000000000000000000000000000000000000000002d140bef1be0a9d1","0x03f233414cc2cd25be4b0ec1b73e18ddb5f3c8ffee50aa48a79d55ee81f0c6a6":"0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913","0x03f233414cc2cd25be4b0ec1b73e18ddb5f3c8ffee50aa48a79d55ee81f0c6a7":"0x0000000000000000000000640000000000000000000000000000000000000000","0x074aa8a57358678398c58d1e5b3444a2d7b37f3dd9735f472a6109388beb4f2a":"0x00000000000000000000000000000000000000000000000035305bc89a3aca62","0x07e934613529b696a6da20bcbd2bf78f9ee6367ea8703b2b3d64de5fea17a33a":"0x00000000000000000000000000000000000000000000000080267dc069a25faf","0x083042fe26b6ce4051820e7632256040a60f1fc87a32245330c93ce69355802f":"0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd","0x083042fe26b6ce4051820e7632256040a60f1fc87a32245330c93ce693558030":"0x0000000000000000000000640000000000000000000000000000000000000000","0x0872e98059a981ad02abff116819309b0ee114e16989714229571078d2887535":"0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be","0x08e77f5d1ebf4aedc936dbbab653494b02166219b96ba23b0e527a8b57bf759d":"0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15","0x09e31aac4888d76c574924957a7182bbb0ca0604a8cc0e49ee49bcbab368ee4f":"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096","0x09e31aac4888d76c574924957a7182bbb0ca0604a8cc0e49ee49bcbab368ee50":"0x0000000000000000000000640000000000000000000000000000000000000000","0x0b1cdf5a4280cdcae6d2af15c18d251ea85a80430b891fe5bfffbb270660cc3c":"0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955","0x0b1cdf5a4280cdcae6d2af15c18d251ea85a80430b891fe5bfffbb270660cc3d":"0x0000000000000000000000640000000000000000000000000000000000000000","0x0bb572af17aa177d1fb2b98a0056a39440cba0e2120733825e9218b890c76e66":"0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f","0x0bc840717fb01bb5b300927e4568c0416bc2bff15b15c9ea63a9ac3052a60743":"0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a","0x0bc840717fb01bb5b300927e4568c0416bc2bff15b15c9ea63a9ac3052a60744":"0x0000000000000000000000640000000000000000000000000000000000000000","0x0bf2ef4f51305390742ec254c6779ad2a45e6ae2947525967f095b718d222ddf":"0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d","0x0bf2ef4f51305390742ec254c6779ad2a45e6ae2947525967f095b718d222de0":"0x0000000000000000000000640000000000000000000000000000000000000000","0x0cdb970882bba99cb23f442b691a4f4772cf0fa7ce0abd086aa06a88b67c19ba":"0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0","0x0db0db3e65f4bb2454b864f8982361573267be762a886ab74ca7f162130391f5":"0x00000000000000000000000000000000000000000000000039f4d3f2cf92a422","0x0e1fdaa49ef1658e3d7438f30f37316bbe332b1319dbecf4b7576a86ab42b084":"0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9","0x0e1fdaa49ef1658e3d7438f30f37316bbe332b1319dbecf4b7576a86ab42b085":"0x0000000000000000000000640000000000000000000000000000000000000000","0x1001533e5d40b4a487eaf617dd673a3b0c109687d069366bcdf1a263a642f734":"0x0000000000000000000000000000000000000000000000007beb33e25ef5e098","0x1063b73b8687bec89da8fd85d38f55297da48db3eb5a5635177460bfbd54d2f7":"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc","0x10ac29d00e956009f8b373876865195d7927c0d9bc0fdc2fa5a04be5130c85cc":"0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51","0x10ac29d00e956009f8b373876865195d7927c0d9bc0fdc2fa5a04be5130c85cd":"0x0000000000000000000000640000000000000000000000000000000000000000","0x115011df4017532d8fd721bce632963c36d85e9434fc3c670b63f5263db85e20":"0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183","0x115011df4017532d8fd721bce632963c36d85e9434fc3c670b63f5263db85e21":"0x0000000000000000000000640000000000000000000000000000000000000000","0x12cab81005913a97fc4addc638e6ee6b57da1be5260375f05bb5443b5cca7e11":"0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f","0x12cab81005913a97fc4addc638e6ee6b57da1be5260375f05bb5443b5cca7e12":"0x0000000000000000000000640000000000000000000000000000000000000000","0x1411e4e530b7e935fb5fb2d529ba100d5ca7b8b2e8b80e316c5020800ffe78bc":"0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff","0x1411e4e530b7e935fb5fb2d529ba100d5ca7b8b2e8b80e316c5020800ffe78bd":"0x0000000000000000000000640000000000000000000000000000000000000000","0x14a2a11fb8ec30a795d3fcd66871f4f031ccf7f989482d2fb87c975caba276a4":"0x000000000000000000000000000000000000000000000000225d9fccf0291e95","0x15124de51567b29ea2218b95bf353bfd1f007968fef61596955cdf40a2ccaf79":"0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0","0x15124de51567b29ea2218b95bf353bfd1f007968fef61596955cdf40a2ccaf7a":"0x0000000000000000000000640000000000000000000000000000000000000000","0x1555ac1f8ea46577ff727389f5d4bf332d54b1e459eec5e22c1692def09033e8":"0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2","0x1714abed828716d9f24cfd652c2cb5d12583a553ab714dceeb336eaa3eb30e45":"0x000000000000000000000000000000000000000000000000783eab248f3c5e5c","0x17b3842a8ea8cb10b4f7c946f1ba85ff7e28e2ca43548007cc7568a96122e7f3":"0x0000000000000000000000000000000000000000000000003a7c536d83f91028","0x1994f6c5c384a41b7ddf142495273b8445b671b1a8988c230fbb78b0feb50ea7":"0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30","0x19a490ceaa658e13db25c2e914ca1b73cf00377b7c1ff5bb081da3da9fd6a5d3":"0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33","0x1a0654c6d2a7a2577a5f63c5fb6b66ffb561d41fe5f6c93aa6b034c6c5173d68":"0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec","0x1a0654c6d2a7a2577a5f63c5fb6b66ffb561d41fe5f6c93aa6b034c6c5173d69":"0x0000000000000000000000640000000000000000000000000000000000000000","0x1a22f354d89f4df6090f93df1bac06e235cbda8d0d922c8a38719fe20471e3c9":"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096","0x1b5be69e3e675b94765a1b0d04d766a362cb7cc88cf7ef28cd57cde2436afdef":"0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9","0x1d7bf20250b07780d365662bea58f3fac9013ff6e0b08297751c46a54dd80d99":"0x0000000000000000000000000000000000000000000000007bebfb23c69b5006","0x1e3cf967e8d1a554a399084a76609de3239ae3982a937436548bf0b38b103ef0":"0x0000000000000000000000000000000000000000000000001bd4943ef7e051c3","0x1e825d7ed2fe8492b7557e3137bb7785f428d279527e4e5f71c73c8ab1f34cc6":"0x0000000000000000000000000000000000000000000000004047d566deddfa5f","0x1eac87a7665797ada98f2e0a996788e9f83501e49f704c181b3d579201e1006a":"0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19","0x1f7a759de8de115107f4ab8a54d9678835ef130e2492ad2ddfe12f2fec7e0ddf":"0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a","0x2011d03d395e50adb32f980da2b53edc8fd2823882f4674737ebcccdc2b83c80":"0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","0x2011d03d395e50adb32f980da2b53edc8fd2823882f4674737ebcccdc2b83c81":"0x0000000000000000000000640000000000000000000000000000000000000000","0x209bab8855e4065ff9e7e3c84b4f980f8861b74e6e9873a661fb13138ad76704":"0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544","0x209bab8855e4065ff9e7e3c84b4f980f8861b74e6e9873a661fb13138ad76705":"0x0000000000000000000000640000000000000000000000000000000000000000","0x20eba981400e854213ca904052ef13bb3e67bd8837bce1f4d5b572b3c25d30db":"0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9","0x2229733d36372df8e0b3f818b24f5a978a09155179d6eeea21a1577e0dc01761":"0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","0x22c4fcb2c41c4ce1dd215bbc4a88cdd98ff850221cea7930c7e79109c0cb6646":"0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff","0x22c4fcb2c41c4ce1dd215bbc4a88cdd98ff850221cea7930c7e79109c0cb6647":"0x0000000000000000000000640000000000000000000000000000000000000000","0x267148570e36bb59378e731cdb277d3e51058a32bc8845a3e96ac0a7be17c84e":"0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","0x267148570e36bb59378e731cdb277d3e51058a32bc8845a3e96ac0a7be17c84f":"0x0000000000000000000000640000000000000000000000000000000000000000","0x272ae914a21a3d080d09966954c43b6914ed6465c160d5e0b30dcf50a1fe65e6":"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8","0x28920d358d1fb8adc5104cc7a4a3b036812626a5e876c0e87d66ee2e8fba2146":"0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","0x28920d358d1fb8adc5104cc7a4a3b036812626a5e876c0e87d66ee2e8fba2147":"0x0000000000000000000000640000000000000000000000000000000000000000","0x28f4852e861596d454edca73fc7609c7a2d27ebf3db4e38d5d42c6630c95a5ff":"0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc","0x2a87202aac51ae870d8a982d6008c3a8491bbd6ab1b932dff95c7607e91790e5":"0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720","0x2a87202aac51ae870d8a982d6008c3a8491bbd6ab1b932dff95c7607e91790e6":"0x0000000000000000000000640000000000000000000000000000000000000000","0x2b8cd9ae011c3041a3fcc994167fb72779a9cd6c75376cba6f47ccbe37ac1dcd":"0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","0x2c9e0f131f7856d8239b4df6bff8bafd7b7a89b921ddb58e882c6bb24f118dd7":"0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd","0x2d1187ffd8f37ca955e4e46168f7440f0c41c9ef02cb6e087e021fee59032123":"0x000000000000000000000000000000000000000000000000109cb2e58d61778d","0x2e1834f6ba6a7fc7ecef55759d67cc5a4abf225b3d5ead61393a5b1b2f952c5a":"0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","0x2e1834f6ba6a7fc7ecef55759d67cc5a4abf225b3d5ead61393a5b1b2f952c5b":"0x0000000000000000000000640000000000000000000000000000000000000000","0x2f53b30a86d9c65e2dc1229ccb5b83eacd80a9137c942601dc0ecdb17ac660b8":"0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e","0x2fd2e766da78b7361c75bd3478dd55a1d7ee6b858702ca0d67b5e08d6f2d9c70":"0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4","0x2fd2e766da78b7361c75bd3478dd55a1d7ee6b858702ca0d67b5e08d6f2d9c71":"0x0000000000000000000000640000000000000000000000000000000000000000","0x3004161db839fbde4028a82a0e281de27468471151074ef0a2c2081f6b66943c":"0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5","0x3156e053f44f5abfaefd12fcbfd884ee39edd53b6ad84639519826ac4cdc2e70":"0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8","0x31cdfe8bc4c568329d7c5069d4dd34847007bd5fb8ee33a9bf1c0c902aff860c":"0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b","0x31cdfe8bc4c568329d7c5069d4dd34847007bd5fb8ee33a9bf1c0c902aff860d":"0x0000000000000000000000640000000000000000000000000000000000000000","0x31f1ccf7f973d826edc963ad6dd12e7188b2ab6ec4c70c26a7b6ea9d835e02f3":"0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","0x323bca8fc6cf0d7eef990a6bef05f5f6d67a3df440c0a2b3f881658696224e0f":"0x0000000000000000000000000000000000000000000000007f47897fbdd0284b","0x330971861c0dfaa0f44bee1bb5c0be4907c36e690de63d3b2ab3edb8a3c4a2a2":"0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x000000000000000000000000a51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","0x37dcbc83d86fac536ade3171b211c70225eff0c86e6803aad1120ecfe0073e68":"0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c","0x386637cbe5509fb01292fc5252c62d2848a921c345e2ee647fe906c163d8b2ff":"0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa","0x38970830485df971ac56e29b1515feda5b05e04451f3294bda5ab516c74f9d6f":"0x0000000000000000000000000000000000000000000000003f94a2da3a2576fd","0x3bf894cbc4617bfa84f79ba45045198169a75f4437674bdf28bdf413acd312df":"0x0000000000000000000000000000000000000000000000002ff96ee5f4c45346","0x3cef078844e1944ec001a466df301f0b965c06fb3a3f6c3b39296b67346210f7":"0x00000000000000000000000000000000000000000000000086759309fd1fd327","0x3d541e72fa89b12b5adfc89b049e00cb40803cf725784b248df926c6db603413":"0x0000000000000000000000000000000000000000000000006e7330ddc26efb3d","0x3d91a5c780a73216290329bf96f3bf3e415ca1a65bf08c580afc2232de5f74c6":"0x00000000000000000000000000000000000000000000000034ec8b2e30a30bd7","0x3da92b195ddca7bebd5138aeef08fedb92e2648331f6baa61510270fcc27c537":"0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71","0x3da92b195ddca7bebd5138aeef08fedb92e2648331f6baa61510270fcc27c538":"0x0000000000000000000000640000000000000000000000000000000000000000","0x3eac7faa6249e8d7d10e2137775df29b8cfa9bdc61ae3e5777cbe6571611b4d5":"0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0","0x40486b689d680b8de779903ce7d9180dbc56124bc42e2610e283f651ae9a11a4":"0x00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","0x4191c08eb43de0048de49a279cc458cc887f697c6ff5a5d066385be07e39345a":"0x000000000000000000000000000000000000000000000000580fd18d39e768d0","0x423448ec11376dcbfd37a377968b97092783897a38cdfe6cecad41e9728131ba":"0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f","0x423448ec11376dcbfd37a377968b97092783897a38cdfe6cecad41e9728131bb":"0x0000000000000000000000640000000000000000000000000000000000000000","0x42660350fcdf93ed193788ccccf05eb92e04ab14cda79a2939d695d81a16b873":"0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0","0x430b8033b7f3ae3fb1e2e8cf529522a825f24b3a40ba850d2528b8c83798cd69":"0x0000000000000000000000000000000000000000000000004c612aa7299fd57f","0x43c041b50f8fefa2c872fd9e14d295a5ac2d3c9a905f2712ceb1e43030592ec9":"0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710","0x447ab30fbb460391ea30dba5e451426908e420d62c34ead2e919f00a4528568d":"0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f","0x44ea37c198e327f4c4dafd6162050c028684c2e9949c782328e3c15e4b052190":"0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492","0x44f2aa13470f6413dd315cc9fe5f983dcaef1f13b08e8d8422f182bc82e5d5a6":"0x0000000000000000000000000000000000000000000000001eaea2d75e247668","0x454e984d553d52c1f34cf530cd804491c6344fdd22b227858cf6e9a90462ad16":"0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff","0x46d516e110ffb32ac9dcf1e400bd1735179b44ebf556dd46e984a91bcd66edfa":"0x0000000000000000000000000000000000000000000000001a1ba04ee1a41b73","0x48a968c3b913fc1fd484a734e04a8d62f16f9161c38915439a2b17c439f45bbc":"0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d","0x48a968c3b913fc1fd484a734e04a8d62f16f9161c38915439a2b17c439f45bbd":"0x0000000000000000000000640000000000000000000000000000000000000000","0x48da42dd74197e0a62297ab05da255cbc383a5b98a4491c8f400d210bee6de10":"0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a","0x49487afce45d653d08f302feb2996a01830a54c191ee30514f79a3aa2bf6b0bf":"0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220","0x49b87e7c4ba37accdc995b4de70e43ee6f0dc1f09c5c47435f22534f09dd1ec2":"0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66","0x49b87e7c4ba37accdc995b4de70e43ee6f0dc1f09c5c47435f22534f09dd1ec3":"0x0000000000000000000000640000000000000000000000000000000000000000","0x4a45f2ca628c6c8fce36fc7ad427781a1b8128149e58597d011c09fdae2cf92c":"0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a","0x4a45f2ca628c6c8fce36fc7ad427781a1b8128149e58597d011c09fdae2cf92d":"0x0000000000000000000000640000000000000000000000000000000000000000","0x4c33116c90b5fe82e70783e4e165f970329d56fa28d27622798777fd6d41ec2a":"0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","0x4c79c921a1e056a4cacf30e0df3b68d6d1e009c39b3368471b28de2a5876ca60":"0x00000000000000000000000000000000000000000000000022bf698e9dd6f0b0","0x4d41d5e239c07b5d1e3f782318f18e7dc60ef966c06925dbda0e394b95b32d93":"0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f","0x4d41d5e239c07b5d1e3f782318f18e7dc60ef966c06925dbda0e394b95b32d94":"0x0000000000000000000000640000000000000000000000000000000000000000","0x4dc8a281c309231359c087057354c7613252c107856d3176f8204cefc6f0d3f2":"0x00000000000000000000000000000000000000000000000038312cbeff92e5ce","0x4e59f01234e705e6addd80bc67b6d31b63cd43bfd1a5ac7783f220e6092580a6":"0x0000000000000000000000000000000000000000000000002ca592cd3c4c864f","0x4f85997cd2beadf30191fed49f339a95604c896e539515d6be506f87f5e24247":"0x000000000000000000000000000000000000000000000000300e7cf3b6570d42","0x4ffdd9cb18adf9e1df2f052afdd72b8e9b0eb681ff4c33d80dadc185e34a024d":"0x0000000000000000000000000000000000000000000000005d00f765584df03b","0x50691feb316d60978e9a47c3c50f7d0a54e434e050f2067b552086a7384175d9":"0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e","0x50691feb316d60978e9a47c3c50f7d0a54e434e050f2067b552086a7384175da":"0x0000000000000000000000640000000000000000000000000000000000000000","0x519b983e2ba668682b54fa96c5e2c1964c3c7d3fcee5983542094edbf173fb79":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x5294b492e97e28a2ec0696dfd2edd20ae6d363d41221ba8a4e9a5d7cd0fa6b84":"0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","0x5294b492e97e28a2ec0696dfd2edd20ae6d363d41221ba8a4e9a5d7cd0fa6b85":"0x0000000000000000000000640000000000000000000000000000000000000000","0x529d369c7b1c4d30861b0556913d7f355e8bcfc25035257efaf2659b066c0a79":"0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52","0x536995fc54ac00f76bbbc423b7116f542d6a768d69b1a76a42cfab7764981975":"0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492","0x536995fc54ac00f76bbbc423b7116f542d6a768d69b1a76a42cfab7764981976":"0x0000000000000000000000640000000000000000000000000000000000000000","0x53c21a771edff16642f32399d0d956b30040b7f23e2c5814dc643f3cc02a4193":"0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65","0x53c21a771edff16642f32399d0d956b30040b7f23e2c5814dc643f3cc02a4194":"0x0000000000000000000000640000000000000000000000000000000000000000","0x5433860f4baccf5d51bb752f955925a2aee7eceda6278ee53055812b463e106f":"0x0000000000000000000000000000000000000000000000007b5665642e785f30","0x54807c92b89a422559f2d60bfbd1e92243b898bd9aca3ae32a318dc88c2441f7":"0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71","0x5537953c5931bb3324635b8a62fcd48ed85f69d971c1b52be74be44052edfaaa":"0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","0x5537953c5931bb3324635b8a62fcd48ed85f69d971c1b52be74be44052edfaab":"0x0000000000000000000000640000000000000000000000000000000000000000","0x55a451ec8622ed801fe617eb84c7afcff9557d9af76bb16052f3881fb14c1b4c":"0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199","0x55a451ec8622ed801fe617eb84c7afcff9557d9af76bb16052f3881fb14c1b4d":"0x0000000000000000000000640000000000000000000000000000000000000000","0x56f920bea86d01cc594a0e8ea85ea03a6c240e8d8e732498c67a461e5bd4b023":"0x00000000000000000000000000000000000000000000000060f0389daa707614","0x5855efa6bf085c51626fccb02f4995e26f26c50cdf5aa050aed9d28874f10118":"0x0000000000000000000000000000000000000000000000003bbfc153bbaaad52","0x5ac5fbbf76c3d526a105b4b1dafd771e325ab852c28567c53e2cc093a4f2e648":"0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909","0x5afeccf41bf577d78776628745ac0b0eeac6940e2e20d514169b5c6fe971557e":"0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a","0x5afeeb4f8f4a2c3f6cde68386e57c3b0693aa596b0b7b0db728e4b8f922a54ff":"0x000000000000000000000000000000000000000000000000749bda47f696ad25","0x5b743fa6a4ade134e6e11917eb55a998ed5dc8693e896bbc79d48dfd53e1cbce":"0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec","0x5b7d0ec8b86ad6a61c712fc6273a01cfcc84c68e019098dfc8e7aa52c0f9fdce":"0x00000000000000000000000000000000000000000000000067f2132e2fa3914e","0x5c1c7dba0b913379cd28badcc69bda9d5daea86ba4b44fe4a8114c40ef659e14":"0x0000000000000000000000000000000000000000000000006e7e031b7ce27244","0x5cd5076bd153ac1e7b4c810a0c4f50b34e991894d66d156d58d9be3fd7fa595b":"0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19","0x5d7d357e4f93f2f399d02542747c2ed1a5ac1d66785caabc33ec543e36a4c3bd":"0x0000000000000000000000000000000000000000000000002f8498dda5bb1dde","0x5e354f24d5192ee35f7e1490040baca3e670b5377261fead147d80a9eb82df15":"0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2","0x5e354f24d5192ee35f7e1490040baca3e670b5377261fead147d80a9eb82df16":"0x0000000000000000000000640000000000000000000000000000000000000000","0x5f259a9d05825fea039238c93c10051a1d366a4992d7cee7805ff4407b6d9082":"0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2","0x5f259a9d05825fea039238c93c10051a1d366a4992d7cee7805ff4407b6d9083":"0x0000000000000000000000640000000000000000000000000000000000000000","0x5f88d14ca6bc266963abcc248d0cecd98a06fe4a508fa8becbf4628f08e1d5ab":"0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","0x60c67cad1417e4c53597859dd12a3aa37b15b0791011190a51e49b8134fca071":"0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e","0x6177821f41e73d28e7f20b93d607c4fc6da46793b32845fff71c8cb0a150b1e1":"0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f","0x6177821f41e73d28e7f20b93d607c4fc6da46793b32845fff71c8cb0a150b1e2":"0x0000000000000000000000640000000000000000000000000000000000000000","0x62f80f8abe2087f3ebc45f5ae5160d876176ec35b98ac1cd4690132aff5d06cc":"0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a","0x62f80f8abe2087f3ebc45f5ae5160d876176ec35b98ac1cd4690132aff5d06cd":"0x0000000000000000000000640000000000000000000000000000000000000000","0x636b4849abcd2204ee6caf33084127017ec946958d075f4e0a3825da14c9f689":"0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30","0x636b4849abcd2204ee6caf33084127017ec946958d075f4e0a3825da14c9f68a":"0x0000000000000000000000640000000000000000000000000000000000000000","0x637666216dae3167cd6ba02a97bdda9c8cd754acc673ff6dd33d7b858a71b336":"0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a","0x637666216dae3167cd6ba02a97bdda9c8cd754acc673ff6dd33d7b858a71b337":"0x0000000000000000000000640000000000000000000000000000000000000000","0x63d01621d52fb9d1bc87433393e39edbfd5222b32488a70cee2cae410acd05ca":"0x00000000000000000000000000000000000000000000000056bbecb0ff9fdea6","0x63ddf1b50305759f9f317e1a87c2dadefd0716b2f54d8d565200cf030b500911":"0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d","0x63ddf1b50305759f9f317e1a87c2dadefd0716b2f54d8d565200cf030b500912":"0x0000000000000000000000640000000000000000000000000000000000000000","0x6429e0315bd5f1e2f52836310224caa8d0ad24fa398de2bcc3efde25ff5b3736":"0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","0x65fb12405e5311ce2d72ec25b49c8fd6ccae0e6f55a8c30718b145d146935844":"0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544","0x667c2667cb932bb2d24dbcafd3db56a0cbf57477ef61aa1415d8d489dfe3f94a":"0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e","0x667c2667cb932bb2d24dbcafd3db56a0cbf57477ef61aa1415d8d489dfe3f94b":"0x0000000000000000000000640000000000000000000000000000000000000000","0x67512eee8733bfdfbc0323d6e042778b94d81e8cdae66525a1e314577708cb24":"0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe","0x67512eee8733bfdfbc0323d6e042778b94d81e8cdae66525a1e314577708cb25":"0x0000000000000000000000640000000000000000000000000000000000000000","0x67b2cc903af49eb4f82025706e7b8651580c2492fe2e76e26c8027611211a980":"0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04","0x68972589be2bed92cf40f46be5498e48673e1976b0505e76543b3f830fa51633":"0x0000000000000000000000000000000000000000000000001c712bd73fa1ed3c","0x68b6800f28d77ea05c403dacef3a332393645effd81ffa26ba4a17943460378f":"0x0000000000000000000000000000000000000000000000004110171a4c1b2174","0x6a5b0e94e0184e690b794e58691f2202b5652407a061d84d1846848d82846c15":"0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9","0x6a5b0e94e0184e690b794e58691f2202b5652407a061d84d1846848d82846c16":"0x0000000000000000000000640000000000000000000000000000000000000000","0x6abccc6dc9984b95317b6a8a49866b327738eaa72203151ae17d598cfedd8b8d":"0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148","0x6abccc6dc9984b95317b6a8a49866b327738eaa72203151ae17d598cfedd8b8e":"0x0000000000000000000000640000000000000000000000000000000000000000","0x6c09ed6952459e4ac5750e8f72633c896225706c2410fd0e26ddffadf17c1f64":"0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207","0x6c725e49e04e17d5d72afaeb686c7eccbeea9be46d88cd8b402c4258ed245ff1":"0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148","0x6ca94de51e5da7098b248f626df3d5732f957f86d4db88072ee147b39ddf29a6":"0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be","0x6ca94de51e5da7098b248f626df3d5732f957f86d4db88072ee147b39ddf29a7":"0x0000000000000000000000640000000000000000000000000000000000000000","0x6d61dbe91c0a43e82864bf6ab5c15b08eddee92074ace333bd506391bce700ce":"0x0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","0x6fac29eff1b877419c039a307bd8feba5ccadd4845e5ead7338cd4bf57074ba3":"0x0000000000000000000000000000000000000000000000006545d716817d36a9","0x71197affe16f4a9d9798db6f1ea119e2eab9b6210bb84b2401050d31f2a9452e":"0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323","0x728a4fe2f7815b9500dec9bfb5c368e9354640373fd4fce769e2818faa3e8b73":"0x000000000000000000000000000000000000000000000000216714fd5b83698d","0x72954c90802c050a16971c541118a9e073f42a9c3182cba06f8a39a1704c65a7":"0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d","0x739fd0867dee3f3e69a08972d907595bf0b1fb1abf7f52553237d6d7ad81f630":"0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66","0x74b80bb81060dc4db0cf5bfa4fb6ec8f6085f81a83369d538cf28377173f4170":"0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2","0x76d5b31d18d2dd8ed154a7c42d219e3bb92a5ff93ed6b5c71c2a1896cfa04297":"0x00000000000000000000000000000000000000000000000029ebf4b678942b1c","0x7898db8d18397ac7233c389bc98e16348dcca6ecd4a0545a188d212efdbe7239":"0x00000000000000000000000000000000000000000000000022cd6f987e0f1fd7","0x78d2ab6c3322a1c9a604132c997e9bd0fc34b1d50412f9e9c29314052c24703b":"0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","0x78d2ab6c3322a1c9a604132c997e9bd0fc34b1d50412f9e9c29314052c24703c":"0x0000000000000000000000640000000000000000000000000000000000000000","0x78d53bd24cd172b9d4a1387427d47e4b1a2fda543349946e34d2e919a4dbe982":"0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931","0x78f3cb8625c58a5ab80e36ae3cf440ce15930f792bbf42865a75585460cde69a":"0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183","0x793b45eac03840d8a7055c730ba2814ec08315eec0e46379339320e97c0bdb4c":"0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199","0x799da7fa1f2bdc364e99e7bb18941326a20ec5257988b55c31f09aa218950747":"0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788","0x79cc75cfdc2ff021d5d630f93240019b53e4d9ba35306081ae7c1b74b06db66c":"0x0000000000000000000000000000000000000000000000003eb75af02a4d70a3","0x7b332920eb7d6d90a9eb34aed3bc29b56f8bb5f9fbf025434b2a6e083a098ce1":"0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1","0x7b332920eb7d6d90a9eb34aed3bc29b56f8bb5f9fbf025434b2a6e083a098ce2":"0x0000000000000000000000640000000000000000000000000000000000000000","0x7c3969821f1d2146a6094276e933c5027bd9cf53b679cdf9dfcba6901b42f0e9":"0x000000000000000000000000000000000000000000000000454cbb70f6deda57","0x7c411477c1c89f856a45b66211bb03dbd79c04b6f6ee77a3130044626fb7ce03":"0x0000000000000000000000000000000000000000000000003d547b2078bf5a28","0x7cc359f9a980aadf8caa7a8f8ad023d8878c5e42e6262c51b0c932b52809f921":"0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a","0x7e2435cb7c8cb508b55423fe545f16092837b0d0a188b83ecec2683705516977":"0x0000000000000000000000000000000000000000000000004df6c2702215b7bc","0x7edbf1e1187bb24a0811c256546bc7b094317003caacc529aa73ab9291279f2f":"0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323","0x7edbf1e1187bb24a0811c256546bc7b094317003caacc529aa73ab9291279f30":"0x0000000000000000000000640000000000000000000000000000000000000000","0x7ee06c8cc51564bcc85135e6862eb14f38e4d886aecad027fb823ccf88fb6930":"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8","0x7ee06c8cc51564bcc85135e6862eb14f38e4d886aecad027fb823ccf88fb6931":"0x0000000000000000000000640000000000000000000000000000000000000000","0x83fd3c8d5c82a32b55ecf2092e2d6d63928741c7b2045ae7e6bd4370d4100bcb":"0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5","0x8521491341081b62fe2a478824939abaa330044da3e541e4007a8e6c3b6ccfb5":"0x00000000000000000000000000000000000000000000000064ef509b4398ca51","0x85b21e3308aa6a5122fb48ca464657abffa65b201a88d9dbca5947b6c6f6cb7d":"0x00000000000000000000000000000000000000000000000051f08614c35c92fb","0x87aaf0879447152d434c52817d8249864f3489f2cb31e32f532ca2112f18f115":"0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4","0x8875d97ab64a184f817dd8f4090f183df85423a607de4bf84b4e9b45bfa42128":"0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74","0x8875d97ab64a184f817dd8f4090f183df85423a607de4bf84b4e9b45bfa42129":"0x0000000000000000000000640000000000000000000000000000000000000000","0x889d245d4eeb35984fbd9e0ccc96428e8c40db8f95bcd7ee6839b20947b6cef5":"0x000000000000000000000000000000000000000000000000512d628d4f5142b3","0x88c5cf57e1e1bba624dc0482fbe93f9b3ff034cdbd56f4089283e5805b9a7ac9":"0x0000000000000000000000000000000000000000000000005d9f943ccb6a86b8","0x894bf5467b30b96692f4cc3a372b2d4c7b7bc00a5c02dca1b1d4d9c28b853248":"0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4","0x894bf5467b30b96692f4cc3a372b2d4c7b7bc00a5c02dca1b1d4d9c28b853249":"0x0000000000000000000000640000000000000000000000000000000000000000","0x8953917926f878a02a61863218b6304e2cd812c92fff67b2d4c4fa58f9face24":"0x0000000000000000000000000000000000000000000000007b4c8567c0e9c3de","0x89770c63383a8817ba8404db331c9e47c533c163f5f7ae2feac37c8a0c7db686":"0x0000000000000000000000000000000000000000000000001b5c36f1c8de7aff","0x89edb08c6a90ea5ac93a0b04fff6308912cfc503d9e49e735dad728ee600437f":"0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a","0x8aeb9292e3f855abd756c729f3912b07fcb6676520e1fbad91a25e763c024151":"0x0000000000000000000000000000000000000000000000002703a666cad171b0","0x8c07f1994e91e99cd60f0b86e4fa3f36c6c24d484714a0421b0811f0e8135473":"0x0000000000000000000000000000000000000000000000000f4679cadc66390d","0x8c721175afd20a9a34cfcf3773e2c911652588a9625ff594f195918d1638f71f":"0x0000000000000000000000000000000000000000000000007c6d1175e13d2753","0x8c986739f2a8acd94a70aece504a145299a9e93c9881dbbeb6c21d1b58395e97":"0x0000000000000000000000000000000000000000000000005cde953af7a868ea","0x8d08579f6cd94bd02058661436bda040fab920a17ae8bdcd8eb07610fe308749":"0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33","0x8d08579f6cd94bd02058661436bda040fab920a17ae8bdcd8eb07610fe30874a":"0x0000000000000000000000640000000000000000000000000000000000000000","0x8d3b610f76751fc6eada1faa0ed094b37dfbc805b6397c880f8b5e357a26578c":"0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720","0x8d540158e75f108b59ba8039a09a1d7e71d1b1b98db6e2befabacde092d15752":"0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325","0x8d540158e75f108b59ba8039a09a1d7e71d1b1b98db6e2befabacde092d15753":"0x0000000000000000000000640000000000000000000000000000000000000000","0x8d94f5339b9e4e395d9519ad57726eee6e27e18351ff77f3fd3052c4cc7f8a26":"0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","0x8d94f5339b9e4e395d9519ad57726eee6e27e18351ff77f3fd3052c4cc7f8a27":"0x0000000000000000000000640000000000000000000000000000000000000000","0x8e15aa7685372d446d122cb45beedde0883e690ff36d2a4e113de47e153ba5e0":"0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a","0x8e15aa7685372d446d122cb45beedde0883e690ff36d2a4e113de47e153ba5e1":"0x0000000000000000000000640000000000000000000000000000000000000000","0x8eaefeff2594801a583693255faefb10804c0fa13273e0c497481e18eba93bec":"0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7","0x8f860cbeb62c731e655387fff25d44bacdc8842fd619b450ee8efa3b786cab3c":"0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc","0x8fbfb5e22ad010d1865c72c497f0f36ae3b034fe3f80f7382f707d1b00a72352":"0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9","0x903067670e9d49e9b4e67606314bc6807165b2b86e0eda4b7438d6346824909b":"0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d","0x903067670e9d49e9b4e67606314bc6807165b2b86e0eda4b7438d6346824909c":"0x0000000000000000000000640000000000000000000000000000000000000000","0x90b086a71ce080ed2bd55df80db139d96ffefb49b94caf12271f2177f87104d2":"0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e","0x90b086a71ce080ed2bd55df80db139d96ffefb49b94caf12271f2177f87104d3":"0x0000000000000000000000640000000000000000000000000000000000000000","0x91d9e997eb7e4aaea090f9415bbfd12688c6730370135b644d8db8d3665bafcc":"0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d","0x91d9e997eb7e4aaea090f9415bbfd12688c6730370135b644d8db8d3665bafcd":"0x0000000000000000000000640000000000000000000000000000000000000000","0x93441d1ae339cd813620afdd53a08bfeb46d713078ea79061e126919cb3f528a":"0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6","0x940486d92c4ecec464c8a838d4dd444a1fbe796b567d254f2bd45a4d86c1f7c9":"0x00000000000000000000000000000000000000000000000024109a665095c888","0x950088bab8f4de0db93fa403dbe3a051f9a6dbe83a7b3743d2dc49f811396aaf":"0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d","0x9620d8eee42db058db5b187a507f8e0501d6b76431c40d4abadab2a34848a0cc":"0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2","0x9620d8eee42db058db5b187a507f8e0501d6b76431c40d4abadab2a34848a0cd":"0x0000000000000000000000640000000000000000000000000000000000000000","0x969cfcb063f955d6e1cea67054ea91ea90d23d5970990a72e7f6cfba3b38a2f1":"0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4","0x99282e975d81509425e23f60dfe0b8c5ccbd8c4964f001812def45ae8f87a919":"0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788","0x99282e975d81509425e23f60dfe0b8c5ccbd8c4964f001812def45ae8f87a91a":"0x0000000000000000000000640000000000000000000000000000000000000000","0x99aa136fd0d398511f1ee8245fee64eb0b3a0c43c690aea3d9cc91f8e3fceb2c":"0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","0x99f445212900ad1b1d4bb81b14259708e80fa06c30ed71889c0e57c1809d6291":"0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d","0x9a40079b17ca6cb118c5d2c2233021b02b817d64895aaeb83a9dff3b03fe56c3":"0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b","0x9c047bea0af30e0bcc1ad0b8a11b6c1e0950cd6aed36bc11e57585d5cf17bbfb":"0x0000000000000000000000000000000000000000000000003a6e87f491fb9ccb","0x9c1a9d4ac0614120719566381b4f07b6b9f88632ce24f664e622bf0fe0ac9724":"0x00000000000000000000000000000000000000000000000058ae5cd63f90f417","0x9c20d31c8b4f6872a5d02211bd9f4a12a479761cd973ada1e770ec0823bbf3c3":"0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c","0x9c20d31c8b4f6872a5d02211bd9f4a12a479761cd973ada1e770ec0823bbf3c4":"0x0000000000000000000000640000000000000000000000000000000000000000","0x9cbc467a15144382566f35dad8ebc7163d9dd0d8d282bf78909d54ef820e348c":"0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","0x9d4651deaf516107880717adf685ec4b1edd3c7479ba8d10a7bd496d4025a808":"0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220","0x9d4651deaf516107880717adf685ec4b1edd3c7479ba8d10a7bd496d4025a809":"0x0000000000000000000000640000000000000000000000000000000000000000","0x9d799c159bf69617f2ff44c1ba7f03b64e91fe825fbfa349e16c2283e49a6fc9":"0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0","0x9d799c159bf69617f2ff44c1ba7f03b64e91fe825fbfa349e16c2283e49a6fca":"0x0000000000000000000000640000000000000000000000000000000000000000","0x9deb47d6c7b50ce46b20c53e7acbdb2b0a7be888dcb6a6e3c5b6138aa1b85881":"0x0000000000000000000000000000000000000000000000006579430c2f80163e","0xa0d0b02e019da26f8dd3718cd1ec2d6cc8f3ab5f45bee14ffe792e5743a722ef":"0x00000000000000000000000000000000000000000000000084d96eae26b46228","0xa0f7369d3cab3ea0152e5260a2d0a05360428d1644c85b5a807f7167b2f6c627":"0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710","0xa0f7369d3cab3ea0152e5260a2d0a05360428d1644c85b5a807f7167b2f6c628":"0x0000000000000000000000640000000000000000000000000000000000000000","0xa2ebb745711dbbbf350d872d12ad9c3e5043cf60c737df94e5fdecfd8e02506d":"0x0000000000000000000000000000000000000000000000002951ecf8fade0441","0xa35929ce48fc2bc04f780eaa67083da5dbbcdf7a8139cda43bfe5da8b9f5aa94":"0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906","0xa39991882f186d55518f9b58c45807dc639af0e8a1eabfc276f2400ac599ebd8":"0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5","0xa39991882f186d55518f9b58c45807dc639af0e8a1eabfc276f2400ac599ebd9":"0x0000000000000000000000640000000000000000000000000000000000000000","0xa535686d0568cfb8212796dc559fbf230c2a08981a2b9a5cd37ef542d0916037":"0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097","0xa535686d0568cfb8212796dc559fbf230c2a08981a2b9a5cd37ef542d0916038":"0x0000000000000000000000640000000000000000000000000000000000000000","0xa5d86b365c06859951d9d883b6d67b6d76b1d17134c3ec7afaa1e6bbc655333f":"0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","0xa5d86b365c06859951d9d883b6d67b6d76b1d17134c3ec7afaa1e6bbc6553340":"0x0000000000000000000000640000000000000000000000000000000000000000","0xa77f82378459eb6037bb981385afe2dea01a5358bb433f2b75692f8fab4152ff":"0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54","0xa77f82378459eb6037bb981385afe2dea01a5358bb433f2b75692f8fab415300":"0x0000000000000000000000640000000000000000000000000000000000000000","0xa7bdd8b66dadd4cfd212ad0eb3fb4e789003d03afde5e5f0a042ec2ac53ae3ed":"0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e","0xa7bdd8b66dadd4cfd212ad0eb3fb4e789003d03afde5e5f0a042ec2ac53ae3ee":"0x0000000000000000000000640000000000000000000000000000000000000000","0xa885308d2ce488207b8c0216a9172af243c23ca6fc971e9009832c7515c24a7b":"0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d","0xa96bce2fc26237742da44d56a0c5963f0afefb83fbcc2f3730e28928139b3c39":"0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1","0xaa1f988945641eb17ead86915304784c55d3f29c307aeed9f00c18cb763707ed":"0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe","0xaa9ebd673e7ed3399d914908b2967a4c8ce6e44f82e0e099031ad6092c9fe34c":"0x0000000000000000000000000000000000000000000000003a20d7435e1e5233","0xab3230cd19d1073d25381c5298f59b3a1187da252d8fd6fcb239ae7230fd0980":"0x0000000000000000000000000000000000000000000000004a7072fce970f68e","0xad880c71e15b42b0bf58ffa6c3acfcb8f58b8ef7167fdb24a3bd88e1106ad682":"0x000000000000000000000000000000000000000000000000297d9557a14b736a","0xae0e37521ff042a33f1bc134e2673a7eedbb364714fe3286d4e04ad5282d5742":"0x00000000000000000000000000000000000000000000000012f18e79c1965b98","0xaf74e6c5a49f9c427a9b87ade15ee580429f80899a0d632495ad693bec1ff07c":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840","0xb153ebf9554b804316537706e8d1a86a14ac3043fd84e2504eaa1d4f0805284a":"0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f","0xb1a579cd4ae50c813e0c7e76b5be4c6bf98df58022b3ab944fbb90f5298419e5":"0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","0xb1a579cd4ae50c813e0c7e76b5be4c6bf98df58022b3ab944fbb90f5298419e6":"0x0000000000000000000000640000000000000000000000000000000000000000","0xb207fad84e04c3763560b907b680e318c26c04a0c46da0cc17d88bc5674f3652":"0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5","0xb207fad84e04c3763560b907b680e318c26c04a0c46da0cc17d88bc5674f3653":"0x0000000000000000000000640000000000000000000000000000000000000000","0xb22d4427acaf5cc394277fca598e3fc0019e3454492501f75ab36688406bc88e":"0x000000000000000000000000000000000000000000000000740135c4c48c6c7f","0xb37c2e2688cf3d15d5993192042b9d491bde3bbb57db21f3b87c708e55cc4e1f":"0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909","0xb37c2e2688cf3d15d5993192042b9d491bde3bbb57db21f3b87c708e55cc4e20":"0x0000000000000000000000640000000000000000000000000000000000000000","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512","0xb577404c09582478cd62a4e76b37748ef3436f3a26bb1c1ac46847efe7614ff9":"0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207","0xb577404c09582478cd62a4e76b37748ef3436f3a26bb1c1ac46847efe7614ffa":"0x0000000000000000000000640000000000000000000000000000000000000000","0xb6f5f3d4fab83d68f9b83c60137d33ae06bb9cbdc112991f677217419fc9881b":"0x0000000000000000000000000000000000000000000000002f03491c799698ec","0xb7604da75fbe3efd6ed69f0f84dfc6815b462c54f7544931958dd4a4906f9633":"0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9","0xb7604da75fbe3efd6ed69f0f84dfc6815b462c54f7544931958dd4a4906f9634":"0x0000000000000000000000640000000000000000000000000000000000000000","0xb793adb4db816851bcebe10a623c26d8539b075376d1d964766fba86f4fec32d":"0x00000000000000000000000000000000000000000000000043222dc4c4c0ac15","0xb7c7785f16d6a9bb3ddb21c62d2ccb1dfc17ac2a37e94bc499c9c9ae302d5471":"0x000000000000000000000000000000000000000000000000598aed7205272e87","0xb813d9ff6bf39a1acd5f580b04d5de77ffcb790a5f6b95a0492e5bbf43e2ea21":"0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931","0xb813d9ff6bf39a1acd5f580b04d5de77ffcb790a5f6b95a0492e5bbf43e2ea22":"0x0000000000000000000000640000000000000000000000000000000000000000","0xb8a51e34643c50a4eeb6190188b9c391956ec3efa7c93a5de935000dbfb02d01":"0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955","0xb8c851b862a040cfab6be41ccb3bae7a7b2ffe395336ba4afb76335f55f86df7":"0x000000000000000000000000000000000000000000000000122c6ab631ff0891","0xbb84e49ff74f5ff05868ee84a7dd9051eb62ac3afc29aec4bdadb0889e99f538":"0x0000000000000000000000000000000000000000000000008042ae896b8e68bb","0xbc213aeec083c745fdae3ae8b7b4153f1eeecdec466b4239f01b3479cd8f39a6":"0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04","0xbc213aeec083c745fdae3ae8b7b4153f1eeecdec466b4239f01b3479cd8f39a7":"0x0000000000000000000000640000000000000000000000000000000000000000","0xbccdbbaa08c67ed3c9f8cc0718284231db38856ff2018db58a0a6a32d108e7da":"0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc","0xbccdbbaa08c67ed3c9f8cc0718284231db38856ff2018db58a0a6a32d108e7db":"0x0000000000000000000000640000000000000000000000000000000000000000","0xbcd99326721e46af4e85b92e763218e47af0080ed530c31f554011b091a5453c":"0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f","0xbd2994b6480f4816484054718df42762d5877356e91d42cb008a18167fea8802":"0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","0xbdbe0387ff4dfcd29142a4dad9e4b272afad512116fb5924fd2c4c5293cbb7bb":"0x00000000000000000000000000000000000000000000000078999484ace91c39","0xbde60f130534d1f95e3070c416c169c40df6ec5b8f168bcc2f81da51daae9fed":"0x00000000000000000000000000000000000000000000000051169428b2187257","0xbe0c9b41ff8979f72d70b3c24494ba0760ad72cca85771061da0f814ec07c99c":"0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52","0xbe0c9b41ff8979f72d70b3c24494ba0760ad72cca85771061da0f814ec07c99d":"0x0000000000000000000000640000000000000000000000000000000000000000","0xbfc7e2b612074aa9328f3354784d338442d4f08112bd4c739b5819c12516260c":"0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1","0xc0ab3eda17c3f9d44d99b81c394851dac9b9859d8fc4d1d9e4c3db6d80a22f7c":"0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097","0xc0ffdb0872f2e69da1f4f8e4f0d62fdfdbf85b04b5d1198b750dc4856f4ae108":"0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51","0xc1431ee408c82d0ed1f18bc4ca766b550923e447048c04324b756c5f552e5860":"0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0","0xc1431ee408c82d0ed1f18bc4ca766b550923e447048c04324b756c5f552e5861":"0x0000000000000000000000640000000000000000000000000000000000000000","0xc1ec794465f0bcb161e5ed778e6871eb2a72520bd0f83c9ffe0599f049004530":"0x00000000000000000000000000000000000000000000000015f9186533eda559","0xc53fea0dc16735322f7cda6e551ad512582820d9d61bb81d8a88f376d949d3ec":"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc","0xc53fea0dc16735322f7cda6e551ad512582820d9d61bb81d8a88f376d949d3ed":"0x0000000000000000000000640000000000000000000000000000000000000000","0xc613a4d407e6ffb57f05275463943e9e607f3d58dcf322d521bfae5f630c2b80":"0x00000000000000000000000000000000000000000000000016a09e5cc91e09eb","0xc99d3fc663fadd3ac80c0e611b432ae3db1adc5f682c5d1268f8e64cf18ef968":"0x0000000000000000000000000000000000000000000000007a4c38967d5fef52","0xce78476e53e55e2afb8c12fdae06c074173099209cade08480f222e9f9bc4b73":"0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19","0xce78476e53e55e2afb8c12fdae06c074173099209cade08480f222e9f9bc4b74":"0x0000000000000000000000640000000000000000000000000000000000000000","0xcebc35a7578c9d6c9e884e37bce1de79c4d7b484cf948b610e77a20b4a15e1b5":"0x000000000000000000000000000000000000000000000000539c867c7e3bfd3c","0xcf323bfb23df2004af99709024710cf52dcc0899fcddf85b994f03b8da50e33a":"0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325","0xcfb5c3e8cd69d10d01c1323400920be756849d00ec6c394acc123d583219de0f":"0x0000000000000000000000000000000000000000000000008ab268a9fc9a4827","0xd0d57c36bf81db28b1ea823dadc00bd1ba48aacdcec4faa2cd9883ec3705f3d0":"0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e","0xd0d57c36bf81db28b1ea823dadc00bd1ba48aacdcec4faa2cd9883ec3705f3d1":"0x0000000000000000000000640000000000000000000000000000000000000000","0xd20b685c12ec9dc5cdbfdca6aa0ac4cb37a4cb89a16beae5696acfc682b5f03b":"0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff","0xd345862d33f44988e30d7b974712ef161e0fdc4d2730008791f6bea4909ac059":"0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906","0xd345862d33f44988e30d7b974712ef161e0fdc4d2730008791f6bea4909ac05a":"0x0000000000000000000000640000000000000000000000000000000000000000","0xd390a2e0ae0b5290c9de218d1b45192e0de2bcdec4c0ee1f6a2eee70cf5b6cda":"0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","0xd5b9ba759cb7ca9a4b8cf69c3c2894379dec4bde8e6f957dba3c1cbda9a65bfb":"0x000000000000000000000000000000000000000000000000129529541e807c45","0xd82e21d3c7352c4989aebd1877e41f9f3efd0db988afd183b5518aab9bae7692":"0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","0xd82e21d3c7352c4989aebd1877e41f9f3efd0db988afd183b5518aab9bae7693":"0x0000000000000000000000640000000000000000000000000000000000000000","0xd8647c92f988e7815a605374276413b3f55e46ac178309f2812a732c6070d359":"0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc","0xd8647c92f988e7815a605374276413b3f55e46ac178309f2812a732c6070d35a":"0x0000000000000000000000640000000000000000000000000000000000000000","0xda47fbb40ab225443d57e16f9fc227f233e85734a76f38da13395f8aec4569cc":"0x000000000000000000000000000000000000000000000000185ead5d59e005d7","0xdb3828a965063146b0b41736586aa541e895165057acf741f5447d2c611dbec4":"0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e","0xdbba9f0a729b571363971542fd6c947b37bc1905820c3635729a40c11b3dde3d":"0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74","0xdc291dbe2080fa15178f0d9e1da818b3b4cb47b5042268bd110c3666c569fa23":"0x0000000000000000000000000000000000000000000000006ffccceb49d04f1d","0xdd4195f32a17d0ae240575967761fbb3270bf8af312249043fdcb46ed495f78b":"0x000000000000000000000000000000000000000000000000500faf0ef0d10cc6","0xe011805c10786111f81f098ee0f2e8a55ff0e26a856e8d1f89ceeee11c42eeec":"0x00000000000000000000000000000000000000000000000032d96cba53cf0152","0xe31cf6e247af53b68729c3710474c0d4feb5486708efa9be65df1fc4236f543f":"0x00000000000000000000000000000000000000000000000089a2b30fd4eda421","0xe49f618f73efa665cf2586caf5b2af2af3cc80d92f974cb668236fdacf983768":"0x00000000000000000000000000000000000000000000000041b4adb212af6ec2","0xe51ba20452e1abf373c91df08510d55fd1f60b605fa47f0c135d56b0650c6ab7":"0x00000000000000000000000000000000000000000000000022997aec86aa0174","0xe614bc826e8b0520888202eaff6d403982f967ce43531e58794d67266fd2a671":"0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913","0xe63ea3f4863637b54ac96a364eeabd56ff31c7165a8cdbe44988072bc69ce38a":"0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d","0xe63ea3f4863637b54ac96a364eeabd56ff31c7165a8cdbe44988072bc69ce38b":"0x0000000000000000000000640000000000000000000000000000000000000000","0xe6671ebbc9d1953a9bfa43f2370acdef619ee4c327566e13f6a6714756d0e27d":"0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19","0xe6671ebbc9d1953a9bfa43f2370acdef619ee4c327566e13f6a6714756d0e27e":"0x0000000000000000000000640000000000000000000000000000000000000000","0xe6d79c557c2c1570d3887b03ae42ad03d023349b62379d8885dba83982e87ac2":"0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4","0xe87d6fdc272c92a22dd278b8baf57f3af3e04bd05c9bf31321cf69edcc614e8a":"0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2","0xe977782b28b4663ebc082ca2817e54f44fc0e9ede6422ad22f071f887a7dbc0e":"0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d","0xe9b6fbb601be9573615f84bec503b6764c18201e897f69b0b8abe0c274d90a9a":"0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a","0xe9b6fbb601be9573615f84bec503b6764c18201e897f69b0b8abe0c274d90a9b":"0x0000000000000000000000640000000000000000000000000000000000000000","0xeaf272769131404855c99d7a6841be70477b28df6d5701a4806442542305cb63":"0x0000000000000000000000000000000000000000000000004947aeb13928ba0c","0xeb675536bc69e00fccd4099b4cea837bc80506f833ddb0952a41532472cb30d9":"0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624","0xeb675536bc69e00fccd4099b4cea837bc80506f833ddb0952a41532472cb30da":"0x0000000000000000000000640000000000000000000000000000000000000000","0xeb6c8920581ee4a6d4b5726510f0beced51a124989ea3d299d2b9649dfa06e6f":"0x0000000000000000000000000000000000000000000000007a87f16164855f4a","0xeb7b17dd4a860e2649bdf81ffcf97688eed12795c851639e3dd8ab371f50c247":"0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4","0xeb7b17dd4a860e2649bdf81ffcf97688eed12795c851639e3dd8ab371f50c248":"0x0000000000000000000000640000000000000000000000000000000000000000","0xeb86c8ac2308cebb195feb6023db33a4584b9ae9ce1e598046fda3091ae475df":"0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54","0xeccdb2a356f25abedbd9f5f85d5bf705985f6df14a38d4f1b4440afe1203abd1":"0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295","0xeccdb2a356f25abedbd9f5f85d5bf705985f6df14a38d4f1b4440afe1203abd2":"0x0000000000000000000000640000000000000000000000000000000000000000","0xedbad961ae43ac75ecb8a3932923813073b1d5cab54d394a9b2ac5ed9b21f25a":"0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e","0xef22f60a4f33c96c194cd2c5d9995a32089ced0ed28fd56c8350ae2abc81884b":"0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65","0xf09615d459697f5a4b310b9bdb9b0cf2c60d160523a7f451d3272dc6d041f0d5":"0x0000000000000000000000000000000000000000000000005777c6e94b74fd0f","0xf107ecb76062d4e63d4bc8f0a974a87e149225f668e94d42f2841231491f7cb5":"0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15","0xf107ecb76062d4e63d4bc8f0a974a87e149225f668e94d42f2841231491f7cb6":"0x0000000000000000000000640000000000000000000000000000000000000000","0xf1a321f2a7098216876d1d501ca78e5dc4955b5539f3af6eddcdc8920251c3cd":"0x000000000000000000000000000000000000000000000000296ff7d27034cca9","0xf2d2440e1fa0acce4fc4f177d376a61cbc21febeab2029985c1933c5690b15c8":"0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7","0xf2d2440e1fa0acce4fc4f177d376a61cbc21febeab2029985c1933c5690b15c9":"0x0000000000000000000000640000000000000000000000000000000000000000","0xf2db410bca5f32d8e0796553823515be2a64e25e579042ecf41ac320ff92fa20":"0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6","0xf2db410bca5f32d8e0796553823515be2a64e25e579042ecf41ac320ff92fa21":"0x0000000000000000000000640000000000000000000000000000000000000000","0xf313879498b8a4765631c052393b9dd32e93495ec6899ce72b83425005d1fb08":"0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624","0xf3d680c7f8bb04b2e8ad8aa458d41f325c6c01ced41ee5979da971982df12411":"0x00000000000000000000000000000000000000000000000032a862794ae172cb","0xf44dfb80d3ce0707b25b96272320f6c8347655eed570282c287a309d520bfa62":"0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa","0xf44dfb80d3ce0707b25b96272320f6c8347655eed570282c287a309d520bfa63":"0x0000000000000000000000640000000000000000000000000000000000000000","0xf46c6219eada63bf85300f24e13c29e1abe7e23cf5d86a616c534e199ccf80b8":"0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644","0xf46c6219eada63bf85300f24e13c29e1abe7e23cf5d86a616c534e199ccf80b9":"0x0000000000000000000000640000000000000000000000000000000000000000","0xf65abb752b68aade6528b7544cdd4ccde4bafa7f342f11137100423e6209ffd5":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0xf65abb752b68aade6528b7544cdd4ccde4bafa7f342f11137100423e6209ffd6":"0x0000000000000000000000640000000000000000000000000000000000000000","0xf6b29b2d452a6bb84fff62f296a9838a430cc9e47069e000d824b13c1eadc1ad":"0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","0xf7195b8dce2950aa97a213c7b00730d0a4ac13d646a0d420162ef5b2633eb733":"0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1","0xf7195b8dce2950aa97a213c7b00730d0a4ac13d646a0d420162ef5b2633eb734":"0x0000000000000000000000640000000000000000000000000000000000000000","0xf76acaa09d12da6cc2fa4069c3b5023631c6cf38e0024ea1206a57cc643fe530":"0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e","0xf8147f6b4f02669d3ad05c5e7eeda83c84ffb796b11ebf7b6b18018f7b890c24":"0x0000000000000000000000000000000000000000000000001570f3822260154b","0xf81f179d56dbb756264033afe3e08cbf0821af08cbd65ac01cdad819e5ece10f":"0x0000000000000000000000000000000000000000000000006ceb59830bfc8ad2","0xfb632491ec9ef394d912d5280b2289eae32d3899eaa0f39103b2a130497cb0d4":"0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d","0xfcda2128b7c034d669a0ed8a505ecb703c3fbfd26f0601968ece64b8f8ed2cef":"0x0000000000000000000000000000000000000000000000003bbbb9e20a3e8778","0xfdab92585da7f88acd71dfcc1860d615e13ed19080924698b64450a23facf06b":"0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644","0xfe26cc3990510539faea9195329c10d1fa94612542b486e5ab65a18c7bb41d59":"0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8","0xfe26cc3990510539faea9195329c10d1fa94612542b486e5ab65a18c7bb41d5a":"0x0000000000000000000000640000000000000000000000000000000000000000","0xfe82ba4f8805d988deeeca7766af25efd2dfd4a07c9aba6fe002f553dd8e19b7":"0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a","0xff0988ed43085e88b5611c122d2a8017fb49473ebda928c3757c5c72cda31d9e":"0x00000000000000000000000000000000000000000000000084accd221fa5fef9"}},"0xdd2fd4581271e230360230f9337d5c0430bf44c0":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xdf37f81daad2b0327a0a50003740e1c935c70913":{"nonce":2,"balance":"0x4563918244c7e622","code":"0x","storage":{}},"0xdf3e18d64bc6a983f673ab319ccae4f1a57c7097":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xdfd99099fa13541a64aee9aad61c0dbf3d32d492":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xe141c82d99d85098e03e1a1cc1cde676556fdde0":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xe5d3ab6883b7e8c35c04675f28bb992ca1129ee4":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xe6e340d132b5f46d1e472debcd681b2abc16e57e":{"nonce":1,"balance":"0x0","code":"0x6080806040526004361015610012575f80fd5b5f905f3560e01c908163204e1c7a1461045057508063715018a6146103f95780637eff275e146103675780638da5cb5b146103405780639623609d1461024257806399a88ec4146101ad578063f2fde38b146100e75763f3b7dead14610076575f80fd5b346100e45760203660031901126100e457808060046001600160a01b0361009b6104b2565b6040516303e1469160e61b815291165afa6100b4610530565b90156100e25780516020916001600160a01b03916100d991908101840190840161055f565b16604051908152f35b505b80fd5b50346100e45760203660031901126100e4576101016104b2565b61010961057e565b6001600160a01b031680156101595781546001600160a01b03198116821783556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08380a380f35b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b50346100e45760403660031901126100e457806101c86104b2565b6101d06104c8565b906101d961057e565b6001600160a01b031690813b1561023e57604051631b2ce7f360e11b81526001600160a01b0390911660048201529082908290602490829084905af18015610233576102225750f35b8161022c916104de565b6100e45780f35b6040513d84823e3d90fd5b5050fd5b5060603660031901126100e457806102586104b2565b6102606104c8565b6044359167ffffffffffffffff831161033b573660238401121561033b5782600401359061028d82610514565b9161029b60405193846104de565b80835260208301943660248383010111610337578187926024602093018837840101526102c661057e565b6001600160a01b0316803b15610333578492606460405180968195829463278f794360e11b845260018060a01b03166004840152604060248401525180918160448501528484015e8181018301879052601f01601f1916810103019134905af18015610233576102225750f35b8480fd5b8680fd5b505050fd5b50346100e457806003193601126100e457546040516001600160a01b039091168152602090f35b50346103f55760403660031901126103f5576103816104b2565b6103896104c8565b9061039261057e565b6001600160a01b031690813b156103f5576040516308f2839760e41b81526001600160a01b039091166004820152905f908290602490829084905af180156103ea576103dc575080f35b6103e891505f906104de565b005b6040513d5f823e3d90fd5b5f80fd5b346103f5575f3660031901126103f55761041161057e565b5f80546001600160a01b0319811682556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b346103f55760203660031901126103f5575f9081906004906001600160a01b036104786104b2565b635c60da1b60e01b8352165afa61048d610530565b90156103f55780516020916001600160a01b03916100d991908101840190840161055f565b600435906001600160a01b03821682036103f557565b602435906001600160a01b03821682036103f557565b90601f8019910116810190811067ffffffffffffffff82111761050057604052565b634e487b7160e01b5f52604160045260245ffd5b67ffffffffffffffff811161050057601f01601f191660200190565b3d1561055a573d9061054182610514565b9161054f60405193846104de565b82523d5f602084013e565b606090565b908160209103126103f557516001600160a01b03811681036103f55790565b5f546001600160a01b0316330361059157565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fdfea26469706673582212204681a4bfaa2a7de364171d0fef7d37b5d680290aa001fe2dec2f07b3af402cd464736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"}},"0xe74cef90b6cf1a77fefad731713e6f53e575c183":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xe77478d9e136d3643cfc6fef578abf63f9ab91b1":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512":{"nonce":1,"balance":"0x0","code":"0x60806040526004361061007b5760003560e01c80639623609d1161004e5780639623609d1461011157806399a88ec414610124578063f2fde38b14610144578063f3b7dead1461016457600080fd5b8063204e1c7a14610080578063715018a6146100bc5780637eff275e146100d35780638da5cb5b146100f3575b600080fd5b34801561008c57600080fd5b506100a061009b366004610499565b610184565b6040516001600160a01b03909116815260200160405180910390f35b3480156100c857600080fd5b506100d1610215565b005b3480156100df57600080fd5b506100d16100ee3660046104bd565b610229565b3480156100ff57600080fd5b506000546001600160a01b03166100a0565b6100d161011f36600461050c565b610291565b34801561013057600080fd5b506100d161013f3660046104bd565b610300565b34801561015057600080fd5b506100d161015f366004610499565b610336565b34801561017057600080fd5b506100a061017f366004610499565b6103b4565b6000806000836001600160a01b03166040516101aa90635c60da1b60e01b815260040190565b600060405180830381855afa9150503d80600081146101e5576040519150601f19603f3d011682016040523d82523d6000602084013e6101ea565b606091505b5091509150816101f957600080fd5b8080602001905181019061020d91906105e2565b949350505050565b61021d6103da565b6102276000610434565b565b6102316103da565b6040516308f2839760e41b81526001600160a01b038281166004830152831690638f283970906024015b600060405180830381600087803b15801561027557600080fd5b505af1158015610289573d6000803e3d6000fd5b505050505050565b6102996103da565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906102c990869086906004016105ff565b6000604051808303818588803b1580156102e257600080fd5b505af11580156102f6573d6000803e3d6000fd5b5050505050505050565b6103086103da565b604051631b2ce7f360e11b81526001600160a01b038281166004830152831690633659cfe69060240161025b565b61033e6103da565b6001600160a01b0381166103a85760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b6103b181610434565b50565b6000806000836001600160a01b03166040516101aa906303e1469160e61b815260040190565b6000546001600160a01b031633146102275760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161039f565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146103b157600080fd5b6000602082840312156104ab57600080fd5b81356104b681610484565b9392505050565b600080604083850312156104d057600080fd5b82356104db81610484565b915060208301356104eb81610484565b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b60008060006060848603121561052157600080fd5b833561052c81610484565b9250602084013561053c81610484565b9150604084013567ffffffffffffffff8082111561055957600080fd5b818601915086601f83011261056d57600080fd5b81358181111561057f5761057f6104f6565b604051601f8201601f19908116603f011681019083821181831017156105a7576105a76104f6565b816040528281528960208487010111156105c057600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b6000602082840312156105f457600080fd5b81516104b681610484565b60018060a01b038316815260006020604081840152835180604085015260005b8181101561063b5785810183015185820160600152820161061f565b8181111561064d576000606083870101525b50601f01601f19169290920160600194935050505056fea2646970667358221220a0493a6b2b90c3f244082ad5c7c15e1acc7b297d84d40069f7d74ce169d6c61764736f6c634300080c0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"}},"0xe8b1ff302a740fd2c6e76b620d45508daec2ddff":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xee7f6a930b29d7350498af97f0f9672eaecbeeff":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xf0ce7bab13c99ba0565f426508a7cd8f4c247e5a":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xf0eeddc5e015d4c459590e01dcc2f2fd1d2baac7":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xf23e054d8b4d0becfa22deef5632f27f781f8bf5":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266":{"nonce":265,"balance":"0x203443181b89c70bab7","code":"0x","storage":{}},"0xf5059a5d33d5853360d16c683c16e67980206f36":{"nonce":1,"balance":"0x0","code":"0x60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033","storage":{"0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x0000000000000000000000009d4454b023096f34b160d6b654540c56a1f81688","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e"}},"0xfabb0ac9d68b0b445fb7357272ff202c5651694a":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}},"0xfd471836031dc5108809d173a067e8486b9047a3":{"nonce":1,"balance":"0x0","code":"0x60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033","storage":{"0x0000000000000000000000000000000000000000000000000000000000000000":"0x000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e00001","0x0000000000000000000000000000000000000000000000000000000000000001":"0x0000000000000000000000000000000000000000000000000000000000000000","0x0000000000000000000000000000000000000000000000000000000000000032":"0x0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650","0x0000000000000000000000000000000000000000000000000000000000000033":"0x00000000000000000000000000000000000000000000001cc929a623532de2a9","0x0000000000000000000000000000000000000000000000000000000000000064":"0x00000000000000000000000000000000000000000000003635c9adc5dea00000","0x0000000000000000000000000000000000000000000000000000000000000065":"0x00000000000000000000000000000000000000000000003635c9adc5dea00000","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc":"0x000000000000000000000000a85233c63b9ee964add6f2cffe00fd84eb32338f","0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103":"0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}},"0xfe0f143fcad5b561b1ed2ac960278a2f23559ef9":{"nonce":2,"balance":"0x4563918244c7e5b6","code":"0x","storage":{}}},"best_block_number":"0x1b5","blocks":[{"header":{"parentHash":"0x0f9444cac9044075095db7171cd6d7747972059112d37839ddd98789ff9323a0","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe7ac9157a89f794c243d812b51a69e51f5aa2c862d26850b24106b31a4817f72","transactionsRoot":"0x22e95bb290843d6170c671db3df1d9f3b93b908c1bb90ac769964180232f20ee","receiptsRoot":"0x187289d3c0acf093fe540030a644fd24fe784215c807b92337f110fc4e3f51ec","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000080000000000000000000000000000000000080000200000000000000000000000000000000000100000000000000000000000000000000000020000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x158","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000042a63149117602129b6922ecfe3111168c2c323000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353300000000000000000000000000000000000000000000000000000000000000","r":"0xd89bc1ff50343fe0adacc81f1cfa414f4bff548a8f290c6728b660c778b11cba","s":"0x1683b20062d6f7fb9cf57187f20f232bbd66da9fc4b5a0418b1e4c47fe109c84","yParity":"0x0","v":"0x0","hash":"0x40f8f60aa2a38a5ae39acbff8bdf41205bc5f75f856f4b694e28df7997bc231f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x15d56f78933bec68f54c335fd8fee361076c124ff1b811330d2c21f613d55d5a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xbfdc945eab84e515a26db77428bd6ee495765a0b1049c3b1b298322083077e91","transactionsRoot":"0xb1536c76efffed4f920656eafc963bcc21363cef0e802d63add02762e42b5f26","receiptsRoot":"0x0ba102cc3687c1f59945785507e39c0e67bfe04fdfeceb0804f1562ec1c6f895","logsBloom":"0x00000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000001000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000008000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xd4","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xed","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19000000000000000000000000000000000000000000000000580fd18d39e768d0","r":"0xb4c994a1ca37c79204497b8b53e99ab2e8bc64332e2e8544480948b538254d5","s":"0x772f1ae84e590d3b9a6ca053ce820feb157ee8809c2635efaee81751bc871970","yParity":"0x0","v":"0x0","hash":"0xe515802eb3d517a17028ed0a81e0ee0e32d11cdcf6c572ff07743a3657d54db7"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x282c2f77a6b19326c45f76a12b2d7b842c479d34e6f550e1becf3f7bb202f12a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf72d20d4d7285dfa07d985fd8f5da5fb4c102828a14eb277b03487510eea17db","transactionsRoot":"0x992c545b708db75872ff738d690617f195d7ce84ff6b0e6609f872eee454deab","receiptsRoot":"0xa7488b8e133999965775ffa5faa8f140cf667ebbba8710311d2e93ee0e00ae28","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000400020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x16e","gasLimit":"0x1c9c380","gasUsed":"0x2183b","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x3103c","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e5900000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363400000000000000000000000000000000000000000000000000000000000000","r":"0x436472e5242a05d758e7ca18473ba768b9fa254c863df95cdea10a1e0bd3e463","s":"0x5c50efb2d16fcd419af7c041c24896bcd911a0a19714c616967c3396785a0faf","yParity":"0x0","v":"0x0","hash":"0x67c489b1daf4f6da509d6b91527376f9738d17d9ee3cce9611f27d88161bf5b0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x7e72e19b6d2c5e858d88b6371d7d48f96d574672b088370af5f17d1308af11e9","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x459cb3d567f5a14f1e8671bf98ec1639bfdf7c42d92594566bf5cf97f8ae3fe5","transactionsRoot":"0x11e70e8118540e9181284b83b4f413dfd7854cdf3ebcee6aab46c2f9c083c471","receiptsRoot":"0xb4c011951fb0bc1d42fb04908ac5cf537ad5e69d954c469bafdc0a0e44084d4a","logsBloom":"0x00000000000000000000000000000004000000000000000000020000000000008000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000400000","difficulty":"0x0","number":"0x12b","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003a6e87f491fb9ccb","r":"0x60735f30cfe5798d7081478110769080ddf51ed236292a391e7290d2f0ed79f5","s":"0x32b07dce01f9b4b13dd7cdb21d682812bd4fa74869134f36b9e48f74aa208a","yParity":"0x0","v":"0x0","hash":"0xec6a319754d076e146ad8e1b828eb7cac98431cdda20e91e2454ce7d3c31d168"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x06f317ec88feca765d4a358506d0331da00a169a3f5ba287ee73cb90b8908391","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x6acac46ad8eee942d9a40851a0cfd2b8ec3ca87d92226da2ec3ee9b3a82901aa","transactionsRoot":"0xada7d135ec8c0997cd22dc2e58b1784e679d1a066b85b56440d880e259127034","receiptsRoot":"0x64c522425f758827fbc4f6e803bf69eaec71988191ce15d51069ba7d18d8cb82","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240080001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000800020000000000000040000000000000000000000800000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x1a1","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000084accd221fa5fef9","r":"0xf5873bbf7c0210f899839a292b6f94c095bda3a9f1e85599406b9360eada9c46","s":"0xa6b1aab6a2c3b345365d4292791dd755a2f075a43697ac7332e3b4323bcc142","yParity":"0x1","v":"0x1","hash":"0x2bcb3205392a4d61e72964727ec9f423a74851164e604316c30f7a24f8acf7ba"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6a1642cd592dd86697fd0355238fb79a8423b87d71d106bf45623c944ca639f0","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7d106425a8a7f0095e4e5418198810a78853e14a62989a52d467d79dc2ede97c","transactionsRoot":"0x98f3f63fe2419d1fc42688bfecd512aa6865b02e275f223816388d105a0222ac","receiptsRoot":"0xaec8a9a2a426a56d03bc9667f4bfaafaf992ff266adf9f0237bc377c193cf0e6","logsBloom":"0x00000000000000000000000000000000000000000000000000020000000000008000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000400000","difficulty":"0x0","number":"0xa8","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xc1","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf20000000000000000000000000000000000000000000000003a6e87f491fb9ccb","r":"0xb4d178fa037ff68c06231cf191efaed99ce459d8f434ea042f1116011d375668","s":"0x4d3516065f2604782c5bfe7a60a04ae0cb0d305bfbd5886fe1990b4c9f212339","yParity":"0x0","v":"0x0","hash":"0x4a619bd9c59436ea710c4fb23ede38586c1af9d3894fa465134cd2dd3fda58f8"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5691f7d26cdb97d0157b928a97b4b0b50c2b4e379f99ff8cb7b580ced295d89e","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4313c6c77cff56b7741a577b180d05c8d8def3ab74a405deb90caf75ea0a5df9","transactionsRoot":"0xf7ac1586312639bc2be294605854bb712dee7f5d21b6f46820b9eb34075773f5","receiptsRoot":"0x694e73aa369a9c0f7840f1fe686e0873131644575b5b0130f83b2aeadaaa8b49","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000800800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000400000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000008000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x129","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004947aeb13928ba0c","r":"0x6694f26c057af067471e1b30201bd33ac0621a1a3bd76d1304230fc8a5c3431","s":"0x4c1e407c9c15fda89f4850be4692062f80ff680b9363e5dbe9a827dabed627c9","yParity":"0x1","v":"0x1","hash":"0xcc5d4ef513ffc286aaf60a34e3cea80c40c8cb358be7ab2f4e632e9eabb9f642"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x36f4772dee33f22e648fe69386b9216f5e04d6430cf180601fc0e70e3d40add7","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x34958e59f2f4416b61f69d2c5574ffb832c2e66c0eab0af97b6a409b3ad02643","transactionsRoot":"0x191b87261c95182d0d1f7a4043cd2280e3d28cbbbbe5f1b7b22e9220489a7240","receiptsRoot":"0xe7241cb329b647edfc5b3b957ea183889338137cdda2c1c7a01a2083ed636abc","logsBloom":"0x02000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000200000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000400001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x125","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000740135c4c48c6c7f","r":"0x576bd38882210f3e9c4e01d43380342861fd6d46f168d50a51d9b601a7d30757","s":"0x5d64a79d61c07b6329a18885a9c2155378443b602d5896299e2ac31b32dd5e00","yParity":"0x0","v":"0x0","hash":"0x9d4d3663b96499aaa72567973bedd4b423aaf4a3f1321d46c46326202914dda3"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x407bbc9064ad2028e6be322e16aa270a02da8b1a87b79b3780c2253814955315","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x6c99d0260e5fc218aeae315929a9615e360945d59c0f9ff8c4cab21b732aecbe","transactionsRoot":"0xc4623756db9fb599f5115aa9a1a8c25e3953de41e073879a07b6af0f45663e9f","receiptsRoot":"0x3c916aecd2f56f74246fd13578598953a05b72803893943b56985db4b6e5162e","logsBloom":"0x00008000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000004000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000001000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x127","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000067f2132e2fa3914e","r":"0xf7045d18ddb9c9ea8b8afd818770739be7d0d948db7e5c2a558ecc42d1ce0836","s":"0x7c4da811551ba1eee5816f10ec7a5dab7ab7c2e7afc39e1087c2354ea0cf0ec0","yParity":"0x1","v":"0x1","hash":"0xca89920b510cd8fec6e2ca1ab12291412342023d7c672ab4fd15ea9108b02288"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc97a9edfcd230c4ce8c51ae579bd7a9c01144daa581cfe8ca88e9b83cba1e753","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xaad83d7781ce6abd794057dc7e5dc14827666785ee38a4e4dfa7e035379029e9","transactionsRoot":"0xe7cd9a135c7ca10f4d1b9a11d3842d60c7413bf9e8c8480f1f87b21cd2d73835","receiptsRoot":"0xa0445db2c5a79ad4dc8682f2836bb1c147319ab6c14d45ff2977faa33df9c8be","logsBloom":"0x02000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000810100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200040000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x1ab","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000064ef509b4398ca51","r":"0x541ea0d66be1897c36b2c258cc74e51d989cc530df94da1a40da0c70e80d0a31","s":"0x61ebec03fd3729f111903eab610542042d8ea3ca45a949c53da7d89aec47087f","yParity":"0x1","v":"0x1","hash":"0x31bda031e7786aeb2b968edb0fe9c02d7469f9ce56b757e80f8486cdefd36064"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4895b8ff997c069a564085c45348a42e86ff9f95ac0a4baaf14d1a65409e106a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf1a4edcc9fb41f49c85a4fc300c1e88d5bd566aa947e63fb0a6b0e344011a507","transactionsRoot":"0x55c941342cdd4fa36646d514295b50c5cbd78a8f7abee4747beaf6070cae5ff6","receiptsRoot":"0x447f7b260233aad18241b38d7e3159edd153d7d552c830d66b392a77940dca86","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000400000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000008000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xa7","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xc0","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000009dcce783b6464611f38631e6c851bf441907c7100000000000000000000000000000000000000000000000004947aeb13928ba0c","r":"0xb31d50c7830461975becc3e0c0883bf4efad6e440ef4d3afa302cfe0774a60fe","s":"0x3815b5628f339c7e01c47584786add019cf7a3447ea71497b82a40843a202214","yParity":"0x1","v":"0x1","hash":"0x7402c94d22bb1d63ba35832d15b7204decc26aef6bc2569e8654b82bda594164"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x92f3bfe112dcb2b2a676cbb3aae0a3dbd2f32eee94a710f6055150093c09bf77","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x88a163bc4e0730ebdaf0db9c971f421602af283126196ae38e7fceaa9abfb9b9","transactionsRoot":"0x54579547443be5a8f77b3d6f6abd5f38e3cf1375eb0d20ff7344e2f718675749","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x36","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x15153f","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x4f","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x2546bcd3c84621e976d8185a91a922ae77ecec30","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x45e626525588298ba98cd139b333916f12f6a6f2c78198a5425c2f5781af9f15","s":"0x454cc4ff3a717d980d721c93eb11a63d3f9b6f326dba02cebfd3f914da7cb6dd","yParity":"0x0","v":"0x0","hash":"0xb556f6110649a41a5fdc8950a9a85654ea8567e622e762b703e3f20455547cee"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4c226d826b354f428df799a61e27dc423c4b3fef6ea6b353d237026a21b16c71","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7191fc8d46223677f9f44a2d2d88d13e9d32c1d8f8882712affb177645133087","transactionsRoot":"0x9a5c4fcca5a48da05d5ba8efdc4efbf1b4b503585f6cd5294fdc276085c4b20e","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x47","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x22f80","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x60","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x86c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x70dc9c833ec765417e68537187b5420d751357f2ae478f53186df2b924292b2f","s":"0xa63aa0e44177c5aa0c2038e094ff83afebc9a3041c519127b2b53df4cf34423","yParity":"0x1","v":"0x1","hash":"0xbc7aff9a16b700ca1e84a0f2db1603e87af6e1c4c99388b23204e50c52c96757"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8237b9d65c95cde9b12c913cfaed96f491bececb7c7cb65e0379d8c973dd2fdb","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc1713a32a5fd361a5c60b1be2919dbe88b9c01a5b1f18ab4a72aeacf5a12b2ed","transactionsRoot":"0x4cc53009a274ac7b4dfb63e11f921e5622c4fb41027d685545cf53ceccfd8044","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x5a","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x2c6f","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x73","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xd6a098ebcc5f8bd4e174d915c54486b077a34a51","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x928a2bd3bba8ec690437bd4563a94e6e85074af44db4c3801f2900e0ffa59fe5","s":"0x37b873c8347e233b7922a4a3cb419722a33423e8ce989be77ec149f9fa98ecbc","yParity":"0x1","v":"0x1","hash":"0x718a7685001a1bcca44b063fc11792d591a6173802623efdff464b0a52ab564e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc7d54c108f6aacffdfb0f700817f70cb36f6a69dae2fc7b4fb557cf52ac7cef9","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe558038e3bd5086b87890161854ba698a55271782cb32bfb5be875d30f489f13","transactionsRoot":"0x6d8a8987d5f5b3a09db9e955812e36efc0abf5ee7f6cd59acb101d63f1395a6d","receiptsRoot":"0x387571ed6285736ff296a1a5eacfd699e645f58eafe83ca0c48dd013dca95de8","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000010000000000000000000000000000000000000000000004000000000000000000000000000200000000000000000000000000000000000100001000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x156","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353200000000000000000000000000000000000000000000000000000000000000","r":"0xf439a97868d904fb536eea95f3f37132cfb1ab83762bf6e1f493348f088134b4","s":"0x845a01bf38903e36200104dd6f17e5f8c1b8c0fb2b8ca45c8789b088364d8f0","yParity":"0x0","v":"0x0","hash":"0x01d6eb16b226bc62380f1723feed582e9480f47553300c7065b84b6f5d1574b9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd69986f28eb4e0bfd7e7ce78102a4d6aa099da25f1acfb714f5dcacbb5cb6633","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5d665b7871244faa20c975ca171550d52367b4945a57768a5e16f080d1ce507d","transactionsRoot":"0xa887117318c46262bf50db7f4ccc7e76ac51e85d4aeb7e8d0fd1d3fe30d52437","receiptsRoot":"0x9a5999fa2bb7fbcdd557a29a21718cf30a1c356affef4eea8e00360093f9df86","logsBloom":"0x00000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000008000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000004000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x93","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xa","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xac","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000000000000000000000000000216714fd5b83698d","r":"0xf7cafe08d3411dc0408f17b30ce44a6ccb78ddbbfdddbf62fbabf261cc6a2673","s":"0x4178fa2a70c850381276836b9a4ba7b6c20c59a0ddfa06c0ce2d865c469c7ae0","yParity":"0x1","v":"0x1","hash":"0xeac32ab0a7fe38d2f9322abd494e07892b47fd672bc50d24e6a1dd167c085b99"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x0fd5651dfd9f76bf0443ec5c26db36983f3306966d66bb1536c1a55dcc6bebe6","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb67ba976b76368a746f72c263d761a42620b545c7048f2613803b9ee4edd9320","transactionsRoot":"0xa787abe1677535c6e2347f59aa18f77a887bd957f58ace560ee074aab55a22d7","receiptsRoot":"0x47f6048fb6e5ec6a367a89d429cc85ea138505f6afb094ded8e244bbc99886c0","logsBloom":"0x00000000000000000000000000000004000000000200000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000001000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000008000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x183","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000580fd18d39e768d0","r":"0x2de90d4048ea2e842a72dd017a8bd1d8a356e786947317a56619e1f2902915fa","s":"0x2afe1cd6e0e45a52d97aebfca191992253d7d9c1f2926c952df5c11d3c162e1a","yParity":"0x0","v":"0x0","hash":"0x565d9e9d3fb169be794f8bfaf08ec51897b94cad1a4478ee2f7fca26a00cc488"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x127519113dfa54b4e7668e33bf68c441983f15b0b4abfb6e3cbcd44da59adbdc","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x731f60df7df8ee3bc8ffd0060358839dd0f2dd8f9d813860d1659eeceda0dad1","transactionsRoot":"0x16d154799fbac0e9cb18d252d4d0a262fbb9b898139e11250f346c6aca886a46","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x2e","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x3d4265","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x47","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x23618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xbae3fa86146461597f86bdafc67be09a97b08067ce8bbaab31c0380271c79c2a","s":"0x291eda7b7f617829ad58ab7927622da4c6532311d3ff0441b978448b0c8154d2","yParity":"0x0","v":"0x0","hash":"0x40deb4d8611f274ecef48366c9dc05eb502a300a224edd6c61cf5a5b023006a9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x783a287f5996c9b7c19e72aa27b464271290d080c147bfa47a476c945575c5eb","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3aa55b25e4e684896d3f438b5685ace5301267b0c50cc375d1c4ea397c19f8a9","transactionsRoot":"0xbbd7f479e2a1f395805abdf82a2a3a15bff9190d4370081130530f65eb7cf55b","receiptsRoot":"0xcfeea5d9baf7149a377782cd1897a5433f32105cada8d8ec059fccde053d2258","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000010000000200000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000002000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x144","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343300000000000000000000000000000000000000000000000000000000000000","r":"0xf2924d3aea8f342ea13ea331b6923630778bbdf7d94829641c26a530a104efea","s":"0x7b0621901825999b5a17700c43f05e19668b68ce999b2de433030a01f62bcdc0","yParity":"0x0","v":"0x0","hash":"0x52b829c4e236c9c25767583b30ee826d31b867d5bf1a26b3f85a95b4516b977a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x2858351105c52abbc1972809118228481edc67617df0f4beeda5fa8a35f265e1","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb686bb87bd793849a08db1757f785c9e7d593502a747cc71e72109e917952c92","transactionsRoot":"0x43a309f80019931b0e291a8bdb72332f737ebdbdd14eb2926513778b49302e54","receiptsRoot":"0xa1f8947ec4c9ff9132a7aa4388848d7a4068014873431f8572cece308496556a","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000340000001101000000000000000000000000000000000040000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000010000000","difficulty":"0x0","number":"0x19d","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000041b4adb212af6ec2","r":"0xeba32dce56f0375f410ec3908a7fc40858c9c4a855bbfd9c30f6d0a51a9167b6","s":"0x341c540a475675ee24fbda83c8b98eee7affe449d9d71611101e2bd6d95b965e","yParity":"0x0","v":"0x0","hash":"0x5f6103ac165b3caa5341e60fb88be486fb7339445a2af5214f2c39f6f1d95da6"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x961cca2df923a5f19dbb630189b48855bf4665f8bf017331fbf57f242a3c239d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5c56846e2e926f1513dd1cee9e77fb5eb9686000075702f241e12b3f7fbce644","transactionsRoot":"0xd0f3acd4f9c856e34904a59809db6057caf3e1ef5edeb0202b304907b0298d1b","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x33","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1f73b1","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x4c","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x1cbd3b2770909d4e10f157cabc84c7264073c9ec","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xf5dcd245e7814bcfa2a9b09a53a7344ba72e1729c379510d2ef4792591944e52","s":"0x4c8587939b2e44ba0da97994ab31b8f79f1f7715bb71897ec3eb69cc7fcbe97b","yParity":"0x1","v":"0x1","hash":"0x8c0c4d60eb5fb64119eba56ff0c379bbbe06574ea78b0c66b061f73d54f6131b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf4ace9f91afe7ad3b44507af3350be578fd005bccf5ee0aa5accb9fb6fef1640","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x33eb1602aac1d81ac7f2fc96cc1f8c9eaf8d8143e0c92012d6540c67509488c3","transactionsRoot":"0xe84b99b52db88561e2912ad180e1d4cc83940c45f209c9a416a9093ac6f03eef","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x40","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x58ebd","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x59","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x553bc17a05702530097c3677091c5bb47a3a7931","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xd4026303cfbe16f58d5f0923e94e94b239da6b43a554a122f092e6a2e5a0ecf2","s":"0x1a3a6d620de6e68b8039f6be8f9502af8b2d2606922c4872cd00c7a91214f0e4","yParity":"0x1","v":"0x1","hash":"0x2422e054912769752e1b2fab172d06792530405cfc9105b56afa1b4d5dd9f2e4"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x75343a25aa7fd54b392673de85ab063c46380518ffaeb92ec4bd657d6a698a74","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xdc2013af85d4d7b14b108393ff02f37c433d6c3aebbf28bc431e2d1061b4a24d","transactionsRoot":"0x3f3b5f1293ca1e359551dc1412e3c989bf987bba14c5b1834248816d6cf617d4","receiptsRoot":"0x002243d65adef90bf1618ba9c73aea593562536b0a1858fe018507c0ca3e7125","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x24","gasLimit":"0x1c9c380","gasUsed":"0x11bf8","timestamp":"0x67fe6881","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xe78f59","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x3d","gas":"0x1883a","maxFeePerGas":"0x37a341d","maxPriorityFeePerGas":"0x1","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","value":"0x0","accessList":[],"input":"0x7f3c2c280000000000000000000000000000000000000000000000000000000000000040000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000000000000000001165726332304d6f636b5374726174656779000000000000000000000000000000","r":"0xe454a5a82e419e06469dcb1b58ee800e610ed7ba506d21f518c8d2abd88a5ad2","s":"0x484ff337bf18ceeed8a23cfb0021b0d51432dd85133d478635464093ec6e0b6e","yParity":"0x0","v":"0x0","hash":"0x501e1c23c8f677b1811ed998100092041f6308be0ff41c102910e5459d2a065f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa9e30644e9622547435393e8150ac3e93c933dccdc63082d0b55dcaa95150c73","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xedb2a0202ac1950c1e155b8ee99f57833261e6b73030b3d2171b218ba3f592bd","transactionsRoot":"0xf4b1c036aec6475b4c4dce9832fad3da05638190ed4a0713a0c3c7822305a5b0","receiptsRoot":"0x2d3818002580651e509413ce6cfbd34257c83f71ddc678da89e97a1a5d114248","logsBloom":"0x00000000000000000000000000000004000000000000000000080000000000000000010000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000022000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x161","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002951ecf8fade0441","r":"0x284e7313faffa3defc06104a96f360976381194969523a56f43044daa131f368","s":"0x2df6416639414edffd01f0ff7b3bf363b75bc1af5d690c83af2f7fa1a6487022","yParity":"0x1","v":"0x1","hash":"0x9c15c833fcb3fc7cd2d89d88fd00ecb8bb756d6f7539709a1e5151107f0991c6"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x751ed399cbfeedd815f1997b900c7b233441d61d993cc60d6db85629021bb058","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf7ddc4677df3127bf5a0c0fec31ff69285219abc448b0f8bf2718a17dff4bfc8","transactionsRoot":"0xe79e4974195d469ece7989ad59d884fb60b619f00683b39ba2e090d423ae1e43","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x2c","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x4ffaef","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x45","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x976ea74026e726554db657fa54763abd0c3a0aa9","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x872becd5229690fd93dde191afb26d9fe9f8339776e2ef6f4f5dd3401626ccc8","s":"0x3a2e01d9d73f20c0c58d3e5ed5ccbbab0a35406f35ea97136f3f27c9348d37f2","yParity":"0x1","v":"0x1","hash":"0x749f035c4e5bd7fbe99a62b54a67efbc9d904d5aaff5817310f48107802f124e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x3e8a12be8edf8072f4af9cb1fb4d45608b6058226a4373d4b056a73d8afdb2c2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x64fe5002eedb0b407f141a751740d94eef1a4eabc5c92bf88bb21f188a20bec0","transactionsRoot":"0x9200eb0628a58e2cbacbe75ca63a06f0b386c857d67f8a71c77df0b44ec40f22","receiptsRoot":"0x5db16d4a53ccca8130ea533a34aa5cf51f32fa4557789528da30b291a4984943","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100080000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000008000000200000000000000000000000000000000000008000000000000000000000000000000000","difficulty":"0x0","number":"0xab","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xc4","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac1800000000000000000000000000000000000000000000000056bbecb0ff9fdea6","r":"0x6ab0dd82e10abc0fec192f47d069e199fe55d61e7cdb92fc5485bde5475c2905","s":"0x5026eb4ad5e5c65837d4b9afc6dcd29d0052ed9c57bcc778c731df65dbd75400","yParity":"0x1","v":"0x1","hash":"0x5d066d550732b755e34d050c1d4f32cfcf7bfa3073ee8ca07e6cf2c72bd3a2d2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x59401d1b603a36576a8975ac748b0b218d7289b92cb2ae5c9f2b99ffb032728c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xdf00f674021b9ed98ee74f90ecc9e88b56aee230751d59df51d86eca0a7dfcb7","transactionsRoot":"0x5521dd1289806b34b40e437f02b40fd6cba6c2753a3f0dfad5dc4f3d4cb67275","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x5c","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x220a","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x75","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xa0ec9ee47802ceb56eb58ce80f3e41630b771b04","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x6182034a55341ebda030076f23226294418d779fcb33c932175815dd86e682ec","s":"0x23287768f4823bcdc275b6c25b446e74b809f17a5889c86d612cc9b653a3303b","yParity":"0x1","v":"0x1","hash":"0xfb146a5b378f794f8ea685500bbba8e235c2081f0e9b98a3131ff6c23096e2cc"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x88877bf99fc4c3248fc9f8c1ff7f7bac68d7aa986c1271dd5e86c27239e48dc4","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8ca4f7094efa944b9cb9f99e3841a45315bbc1c200bd6e10c5a2c021db9b1774","transactionsRoot":"0x8e2d9a9fbc215063b50e07efb1e6ebb826e20fabe50518a86f88f0cd1abfa1e6","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x3a","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xc5e4e","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x53","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x09db0a93b389bef724429898f539aeb7ac2dd55f","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xda4a35e647e625ba0ed9a5d031ab3fa54490f4b8a50eb661456aadffad00fa7","s":"0x1d49b9a2971d388bd9cc901a928e6b17e020061e32f46aec6d8c81f7d6225b9f","yParity":"0x0","v":"0x0","hash":"0x09259cf01595351509ee3cb123e2a72b9a566a9951e1168924a1f9ff01f394d8"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa4229ed07d0fac48326402646a3b47fa062b1e78c8cc8972dda5d0736489c908","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x90e8d2600feec65ae653e6ae032d9c55f1ff6159a868690ae3b8df48ebb85428","transactionsRoot":"0xe46310f7f350e06fafb9a21d70fd0e95ad39bb589eaa539dc088e7924d509de5","receiptsRoot":"0x02595244377607d4a30dfda7ad1cf14cffafc9bb08b6224feeee0bfa96764799","logsBloom":"0x00000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000010000000000000000000000000000000002002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x96","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xaf","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a00000000000000000000000000000000000000000000000035305bc89a3aca62","r":"0x3bd5b85fdfc9c340b362daf76f7bd196f199b3784f684406f203c06c928c883e","s":"0x3a8dddd2f1e0dc8877976b900f42ddd8860b4811c2ca18c81d15bed0554339bb","yParity":"0x0","v":"0x0","hash":"0xcf7ed8796fe0a87da557ad98e79ca89551d0dc70f98d5a1cac136c6aa0153159"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf46b12c8f5b225e1ff7bd866eb5218697f47c109789ca0c5a4e24961c02dbd2f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xed96348b0f3a1f6b3fd78711b5fcfbd3da0f9dcf7d482bd4fb07a7cee6f0d055","transactionsRoot":"0xa1d43144fa966ff899d45efb0f584bf933e7a0ad0eebb33591077dbeefa0c94a","receiptsRoot":"0x8a62e99f1bced77d936ab914164e735e2c612fb93e0dc8d9aa575c808220a673","logsBloom":"0x00000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200008000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xa9","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xc2","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000000000000000000000000000225d9fccf0291e95","r":"0x9d5b37756b18ce0542c26dd62a58bbea50c87549a94eb782b5961eff2b1af95a","s":"0x24bd230f23f6f76330d52e40cddf45de7dcadce8f1cb0382188a1b80cfce1a90","yParity":"0x0","v":"0x0","hash":"0xfe3c4b331c2ff804531b36aeb6f9c5eda9ea1152bd842ff17b0bebabaf31482d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x3b9993fedc9df955069db477d18f61a6fd202590d0d89e8e3c4782762c71ba97","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5a6d17209135f6bdd7f3ee3c1461e61b912e734878a2b4ad9f8081b03edbaefc","transactionsRoot":"0x8156537cc7599b25e407c286e9446a195fb7baca7f03f183e8471477f6add449","receiptsRoot":"0x202529d337d0699fbba1ed284ab047d91581cb9db268ecd3d6d10bc659500c55","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000400000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000040080000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xdc","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xf5","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000bc8183bac3e969042736f7af07f76223d11d21480000000000000000000000000000000000000000000000007f47897fbdd0284b","r":"0x17bc1fdedc6930308adcb98f26928fe5b772c9b1c9f4d2bc0fb19ce6c11031a7","s":"0x23e6b18739a5850baa055c0b6d7bd16e1925d892d48a243b38555d46466185e1","yParity":"0x1","v":"0x1","hash":"0xd45bbd35cd1da175688d1f6724dc1c68e595658c228e23b7c9c7e25aa701463a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf404d3b9aec73082da3872a203bcb13760446ab2e6319072817a0ba4eacdd2a8","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7452be51e20c250467115574f5bed60ca0338474915e07ece48b8da20fd32141","transactionsRoot":"0x8b5db267cbe712ed8d6820783b55005c5673cbf40c5f8dc79f301fb6b8e39507","receiptsRoot":"0x806da3e4636fa16caf55a86075ee7eb2a827fd1b37c46c96a2003044e898de71","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000100000000000000000000000000000000000000000000040100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000010000000","difficulty":"0x0","number":"0xe1","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xfa","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c900000000000000000000000000000000000000000000000041b4adb212af6ec2","r":"0x18188becc6d81ae612afdf27a753ea477bd3b8db0717e5e20079fc649807951b","s":"0x64797c80b3a5da1da912284ea07605b53612d16e2ea63e1889e7cdf3de48edec","yParity":"0x1","v":"0x1","hash":"0xdf96eace4d1d904fa6784c3aef82ac9d973e015beca343ee87409d3e1d925295"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd925bfaa8a59f5c81ec936943066de8060f2d036c803804b1624a4d3ae70e508","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8e9cf82e6a7fd49090837e535cbc60690a25f3f7a25ab29477981abbb33917b7","transactionsRoot":"0x58910c79f8297fe0eff8bed69d24f688a343c3de527b6d23f72c49da9f6d4d75","receiptsRoot":"0x12903896ed0b3b7b2dca0672d03ff37fd15c4effedea354016175d070757dc61","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x1f","gasLimit":"0x1c9c380","gasUsed":"0x237e4","timestamp":"0x67fe6881","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1bd1a0e","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x37","gas":"0x1881a","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","value":"0x0","accessList":[],"input":"0x7f3c2c2800000000000000000000000000000000000000000000000000000000000000400000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f875707000000000000000000000000000000000000000000000000000000000000000f73747261746567794d616e616765720000000000000000000000000000000000","r":"0x20c47e69e71e259541895c560f8203a2fa3e41308277d2cfa25b1039bbe0fca","s":"0x62ea57abce1cbe74e7569cdd6b9fc9c9cedfd8acc985e88246dba4dfe8c4da49","yParity":"0x1","v":"0x1","hash":"0xb17ba8c8eceb051d9010782099fac8849b424a22a92573aac15ec80dc183e6f6"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x38","gas":"0x1884b","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","value":"0x0","accessList":[],"input":"0x7f3c2c2800000000000000000000000000000000000000000000000000000000000000400000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318000000000000000000000000000000000000000000000000000000000000001272657761726473436f6f7264696e61746f720000000000000000000000000000","r":"0x3cfe4b204905cec63545e606eb5371bbff058ef74577746f2a110e422245bd2b","s":"0x38924b3d6f713d3cb6b7e8a03a92247904e7f0f313da8a1999fda5f734d44811","yParity":"0x1","v":"0x1","hash":"0xb982e201c08f2aa80eb6d3dd95b4bd9477a05ce320edb8103834a10f6cd5c6f6"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x56a377b380995201ca7eea22a001c373e46dd4a15676eec7429184bbeb15b06f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x37529097dfb314bf77c13002e31a67ff9588f3c6d399b85e55f23f2ec7e5af06","transactionsRoot":"0xd7105080658701b2e60c05d4d6db396751b2f6ec7d0f08399619332bf3374553","receiptsRoot":"0x8922a5002a8b883d0bed90569846d5518bd927e38e4e3ee6d48ce8520ce876ef","logsBloom":"0x02000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000040000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x1aa","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393400000000000000000000000000000000000000000000000000000000000000","r":"0x680747274efb8d9f76448654512b08eca806b09780d13b17d5099de7ed8b1164","s":"0xefe6f1d87e64cf49f867428dbdb0790c9d73c78e67c353990e0633cf8f6e213","yParity":"0x0","v":"0x0","hash":"0x7fa81b3a8874953fe04c582f301b3a1698cf92f00366ffe74915840eaa21cbe3"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5fb76458025edc58909eccd78ab02494693217b46f7a436c93952c3789dcb82b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x15de62d66bf48e33d93eff160c15b05e3022daea5e2d19e8568ce4a18076bd2b","transactionsRoot":"0xec7350f91cf4c9d9c4214cc9e859b58939c17b071c10202e2e0846f5e825937b","receiptsRoot":"0x4c41524a957832629c197a18f6dcaa58ded559ee1ef705befcea3e435d8ffb80","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000048000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000800000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x14e","gasLimit":"0x1c9c380","gasUsed":"0x2183b","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x3103c","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e5900000000000000000000000035304262b9e87c00c430149f28dd154995d01207000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343800000000000000000000000000000000000000000000000000000000000000","r":"0x2388e4986ba7119deee1f342476e3d821084d5a3663d98d9d0c1b9bc79441954","s":"0x631d9964c5c9a69a77439430743666d52f8b3fc05e2ef054e0bf913a8c53898b","yParity":"0x0","v":"0x0","hash":"0x7a39cff3e9e1a344cfde727c2e108407f35bb5a8b11bbf51d4c02910c08856f6"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x42ea86d47f9ec86ccc2a145faf420456b13be2bbf5364b11d1bacc5c8a54ac6b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc1f68cc473a21095975608c5b831a46bd0df1a53939d419b7238c38b351e7cdb","transactionsRoot":"0x5f2c02632e54f0ca6b235fcf8bbe8b29c95a125e302f405b8dc3385d6780f7a5","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x53","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x70fa","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x6c","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5eb15c0992734b5e77c888d713b4fc67b3d679a2","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xbce649b633f74e93c227fc307897b875285175b89492c32885af292cf7a7abac","s":"0x8e276ab7a63f6e2c5c62dae463014dd53471411fab4184a99e576d28fb95ef2","yParity":"0x1","v":"0x1","hash":"0xf69977b74f41aa92e668663f7bbc10ed7bc2e832d80a58b0efea7caeb5b83deb"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xbebc55a878844a24bee78c82a5b44aaf33b7adf7050b811d9f9a584422e21a9c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x6134719cee0748c36a0341471dfcae8608ce0c85221bcd22b40d8aa398b7c496","transactionsRoot":"0x8935a402eb92149c6c240dc68adba0c45521f6eaab79dbddecfba979db826fe5","receiptsRoot":"0x3ca083ceda22488a8c3ee7012d216ec84589381df791a2ccad1fd3b54de10dc3","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008048000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000800000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x14f","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007a87f16164855f4a","r":"0xdd21f64eaa62e6e42201f72af8d937755d9253f231a96b6f82fd655e94043cb0","s":"0x2053835fff7b4a6cd3de7d2a5a7bc5a070056dd93f1f6a3c9aeff6e2cacf96a4","yParity":"0x1","v":"0x1","hash":"0x92df9c72082a4788a4d3e9acf9957ed4c04cb976bef58c8808254a03e4a31d3e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd248fed382f2fb0deb4f3e71650607473dbe11feb3a97fdc39b58b23248f61dc","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x78cbc9e9a62b9a3bf5bf95117045788966174dac1c8ad11e4692201d7d4940f0","transactionsRoot":"0xcb27bea3ba400f0d3e086e0b14664888bbe42a29519b6c3fe494923307cc0561","receiptsRoot":"0x4cd363e3ec378639b7c3015668019009b1e401b8408d7dcebeaf0eea2e3f0518","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008048000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xba","gasLimit":"0x1c9c380","gasUsed":"0xc8ad","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xd3","gas":"0x1152d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000035304262b9e87c00c430149f28dd154995d012070000000000000000000000000000000000000000000000007a87f16164855f4a","r":"0xbc34e0aebe02ac6dc24c2c10fb1b38a0dea21006694765e665f0717400c5b002","s":"0x3166d9473e2ccdd3920cd8b06285a89491e8f8864ad29a20647116e42d9d6958","yParity":"0x1","v":"0x1","hash":"0x56704d851578c1d12693bda24a70ab5481c3bde70e781487f2705b2d31e78a00"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x2d3561e7cffc038c3ec8a2a698e9f0448eef38c2eaa3f852aced04e86f37951a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x36bde1269c2f4e58d7fe9083dcadca45f0ed47682ddfdba02fc4f00c890e6e2a","transactionsRoot":"0x767d89e8fc4c7eb02048bb8c9bc801220ab95fe1753269c0ce9e678d18512c4d","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x48","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1e9aa","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x61","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x1aac82773cb722166d7da0d5b0fa35b0307dd99d","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x40edc04a5487b8a7e9c1f12d971646073e77079e69eebe3e66264f32e910a603","s":"0x12229a8cb06f78a3741db4f533b4ad21a5ec170232be709096ba25f0991f3334","yParity":"0x0","v":"0x0","hash":"0x1de117fb7c8b60e6c545a44d6e5a2a3e219496e7f3cc3c14e2c8ad1936357607"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8f40c850970af56748392a0fc1e652514b8699a8bfdeb3bbe3dd99a0257e5fd6","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x95c579bab5e2db7c8b46417a6fffc97589872516484d7209110a6b94519099e3","transactionsRoot":"0xeeba8812a7c9b23e2d9e66e7969fc791910dff2712af7b68cf8594b06ddc59e3","receiptsRoot":"0x327c5cf23b9f9073ba2704ec752ce90ac1c0d3ca5a2dc847947e56ede61b0297","logsBloom":"0x00000000000000000000000000000004000000000000800000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000004000000000000000000000020000000000000040000000000000000000000000000000000000000000010000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x139","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000454cbb70f6deda57","r":"0x49060982851a42118fe1789d360732fff87470263c7a1968bf8ed2dac05552d","s":"0x1fa674689d30b52429dbf4041e45829f45c1ce67205ec317eb3decbd440bee6a","yParity":"0x1","v":"0x1","hash":"0xd5db1721e7c4ae48821810a7b9c1e75e95ee985942e9c3dc855d8d48881c5972"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4d80d5e590980a592f0dd77a37b31b07ce8ce11c86f463840691ce5291b64560","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x0cbfaa9083a6ea855fe6348d27e987cc9fd0dad955372a89b80a11b201f86855","transactionsRoot":"0xa96c2051862e40f44da7d93f261f27cd5ddb375dc0fa9bc97bf067bd2667d2a3","receiptsRoot":"0xfafd5b1b4c926e43040429848a315217b61c43f71f93a4439a8b491bf20839e9","logsBloom":"0x00000000000000000000000000000004000000000000000100000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000400000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000002000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x185","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000185ead5d59e005d7","r":"0xc45c999237856147aede0cc0373d2eb368f785593b1c3a3ebe943c3fac91ce1d","s":"0x6a96982ab6f9747efee81940e5f7239fbbbe744b791fea526cb5ba7a1a5bc589","yParity":"0x1","v":"0x1","hash":"0x4a4839faf26d49d93b1a6fdc4fd802e9aafa8f955b76e5d25fc2090fe6b97081"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf1edcd75f070c2cda35e1372d7b72da2b5a6ae8a110e9d4478056d23612cc05f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb91b188bacae078f58cc5e58118206342d9d75e245ab1c32bd2df60be5c5602d","transactionsRoot":"0x78d74aad1f9564758c2ff7c5a989a64bfe15988701e325130cc18077b9b206e5","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x5b","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x26e4","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x74","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x042a63149117602129b6922ecfe3111168c2c323","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xc3064215c2a14510c19f66d11dbe276b105af9e0223fb1e93a2609f63b3bd1c8","s":"0x4aaae62bef018208bdbecebe7ba4e12e9bf558ad76da2a585ddca24d3e240ba7","yParity":"0x0","v":"0x0","hash":"0xa1022fe2324b8126bc53c30009d42ff1efa936ec9b3e38939627755f12f375ca"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x79a8f23081863480a678624277a7ac9b67b3872e63b38b02d2bac758f2d96a71","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe63341b4faa7be947329ab9d709b4a37362b32a31d324b1ffd0f064fcae6a451","transactionsRoot":"0x72ba0d95964208326b62992164db5b932f305713279a8f1224b882bae8742c7c","receiptsRoot":"0x6f3a0eaf964dde754f86cfb7bd4c2ec8a18e5ab8ac451c116a117800506e799d","logsBloom":"0x00000000000100000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xcc","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xe5","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d4920000000000000000000000000000000000000000000000005cde953af7a868ea","r":"0xe2c39250fedc95c809330263716fc831c1cc10c46c10d6ab9bb16afca55ce541","s":"0x12f17a1048a3507fba485cef5fc74b45b84bd9634eaebebedc3a3b13773b0672","yParity":"0x0","v":"0x0","hash":"0x79e2461dca79e9050acc12494e48fd09f78849c2a943cb6cd0b12ec533ee014a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xeb2822048cd7c5360ceeb46ded55d87fbf529e0c56aeaa3b91571bf644925b62","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb78eab609fed9f8cdfb30fe4d98e0b3234a6239e331e285d82f66fa5a9fee463","transactionsRoot":"0x7461b43be557498edb7acc80ca5da90a1c0890604e14704cbb96e9ad84c8fdb5","receiptsRoot":"0xe1f7d550677547ce4ed71aa8ecf6b13467b644553315a3f838abfc4f1a660e53","logsBloom":"0x00000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000040000000002000000000000004200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xa0","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xb9","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe0000000000000000000000000000000000000000000000006ceb59830bfc8ad2","r":"0xea2d921339c3fde5a3acf784e0b9377dcc786d5bf341ad465c528fe2dfb9bc51","s":"0x680b53e14a9231ee6d053e06160641ebfc98c91092cec3a69fe12feaee765d18","yParity":"0x0","v":"0x0","hash":"0x9b3aefa0cedd0d0427185ef1ac64a2063787531a6170da31d67baf04a7564ea6"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe2e0e93e9600356e9a8e026e74677c62a728839601cfe6bc827cdce4110118eb","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe8e4f80b124b1047855cba68e6d01ec9149b3b086e8f3331abc281ab7526e0a8","transactionsRoot":"0x65a2dd90cebf98ab8f3e651e992771130ad4a4b2a21aa91e02a548390e178351","receiptsRoot":"0xe1a11323d7d56740e7586c51c68684048d2c2d39a980689609149287694b22b8","logsBloom":"0x00000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000001000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xe5","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xfe","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f00000000000000000000000000000000000000000000000015f9186533eda559","r":"0x9fdb7b6be30ed3368967b6d119c31603927765fd4987f827dcb25d48a82f243f","s":"0x4b46cd62bb73c475fc2819a37befaaa997bea9c54afe2b916a37969e842d657a","yParity":"0x1","v":"0x1","hash":"0x5162c4e9e8c9f622b75d3ddcb1260a61a71453d97b6cd48795e8409f0ddf54ad"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x7bee2348e8def5d9cd7b593d4d33d0f452ec8bc01ba31e655f7eeef0b156f7af","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xdbf280639264a6d5a852deb03ed2567eeb02379cb05347b20b08ae6b89030717","transactionsRoot":"0x5a64ca22cf912706eead7c4dffef5d3d5f6e173f57bc8ce8b522662529d0aab3","receiptsRoot":"0x33d2963b9d6517de2f65c3ae003cc14ecea76dc0ed68166f1ebbe13f0b2fb100","logsBloom":"0x00000000000001000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000008000000000000101000000000400000010000000000000000000000000020000000000000000000820000000000200000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000080000000000000000001100000000000000000000000000000020000000000000000000000000000000000000000000000000000000108000008000","difficulty":"0x0","number":"0x25","gasLimit":"0x1c9c380","gasUsed":"0x54b54","timestamp":"0x67fe6881","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xcac158","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x3e","gas":"0x7500b","maxFeePerGas":"0x37a341d","maxPriorityFeePerGas":"0x1","to":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","value":"0x0","accessList":[],"input":"0xd75b4c8800000000000000000000000000000000000000000000000000000000000027100000000000000000000000000000000000000000000000000000000000003a980000000000000000000000000000000000000000000000000000000000000064000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000001000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000000de0b6b3a7640000","r":"0xcb475e1d60b2e933e8c0417eb21db81d81cc0140ee308b889a1817aea5422e00","s":"0x156eeed78299e1f80408cfa22c2fa4c9478da0e5cd83722ac3690325a60515ed","yParity":"0x0","v":"0x0","hash":"0x0ad79f2137d8477fc4536e791afce5be54cbd8ea61745e54f34066ffeacfe90a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x18608687bec2b140f515cccf5efa0682b0d753559af08903ed09b60d6b656b88","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd633d424b7ca2b3e838739666e32b48d4f28945c84a68f0cbeb545a9e3f285b8","transactionsRoot":"0x7d1ac7c0475367f51cda7c5d287f313fbf32a77ba0f411b5a4b87858cc9ad0d9","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x7c","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x7d","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x95","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x4edfedff17ab9642f8464d6143900903dd21421a","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x2187d0bad4deb36b71d965e2741a381e236d41ca0c3b739ef34da0fc18b3d70","s":"0x48869246d1525b68b63d9ff6ef918384156e27f91aa322a36cf4a9ae1016a4e8","yParity":"0x1","v":"0x1","hash":"0x906f885172527acda4a094f08246ab4d292ec193f84a8fffb5cb442fc5711e9a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x73a5dcc9f86dde2333424a57e8bbdf91366fc58900e97db65acd7105fce2faff","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf55092a4557dfc12a43fe2756ef379a69d6d615ce1c46c0f9ad282f835affc83","transactionsRoot":"0xad555f6273905870885b0dcb57490a0c318d0ad7640bd0a9f19f517b40644ad8","receiptsRoot":"0xe066c5bae88f4c6c440e1142e816f5b752fdb15c41fe535567aaf17d22e59aa6","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000010000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xa2","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xbb","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc29500000000000000000000000000000000000000000000000051169428b2187257","r":"0xec7e4f279823db9352783c7de487cce245ee42228a297a78dca1047c34d3cd83","s":"0x447904eb17c3019e24fc82a7a49207699684f9d69bfc80324d3bcba9bc59b466","yParity":"0x0","v":"0x0","hash":"0xf9ae7ade87a44394fcb5bc5a8f4d0d7ec2b998c719e17ee33cd6a32e8220858b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe66d100c8293cc92a041df42eff9618d5eba3845370d61ea883207355bfb8097","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x14cc0a23762726412eba486dab125865bcac7fb8aef9342e79bcfae860c7afbb","transactionsRoot":"0x832eedd93148c10f90f02c5ec3d3e357ee99ea1c5c24b786050ad4808a48143a","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x49","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1ac8b","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x62","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x2f4f06d218e426344cfe1a83d53dad806994d325","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xb6053e6ebb2475f341cccde60d7858f961510b079d7c29ae4bc6b8afdd6b7ea7","s":"0x7debb4a9ca59f8e0c43875c083158c23b6f1635247938d175946e488779921c5","yParity":"0x1","v":"0x1","hash":"0xd6c0ac7fd9f1484ff6909d3e4333fd769039813593150d08361eea4dea4e97b1"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x7766d217df0c8e1f1fd148fd5f8addca1cb37711992c8973b40b1cb8358929aa","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xfeafe00cbd71515304faebecce696521acd6f76647bef1017b7b3672d1555544","transactionsRoot":"0xa518d6434305d6db2104b17a67db2f78938ed1fedf3638624ae0446ed191cb73","receiptsRoot":"0x3a5a5133c4cd5312cbadb6f626448019f30a0f0208a5d365c59afa2cb0fa8bab","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000080000000000000000000000000000000000000000000000000000000010000000000200000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000041200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x151","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000051f08614c35c92fb","r":"0xe0c1519e6fde4f7cbd6a3809b3b99da4bcc3d32f555c31377cbaf108fcda4308","s":"0xbf421a0260f34462d58acb34a5b5afe14dc4b383f29506db0c1895aa1ff4472","yParity":"0x1","v":"0x1","hash":"0x82871738901532b96f3e3acdc75f39153c6a8d3497046ffea634b38c0a4fb81e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe942a3f91ca8d0000945c78f027e15176ff08213741ffd39d4c49a735e4382c1","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x21c879294fe288c0cac5ee1adabf22fcf02b0ecfe145d5bace4bff53a0070b4c","transactionsRoot":"0xe0d08f8ca5d69cfe7fc1088dc69361c572f31595ed839243129cfdd1873a8bd9","receiptsRoot":"0xbd75931aef90069b757deb68c41dfb1cb98fe80db39ad4aa1690e696ecbbba6b","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000002000000000000000000000000000040000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000002000000000000081000000000100000000000000","difficulty":"0x0","number":"0x132","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333400000000000000000000000000000000000000000000000000000000000000","r":"0x5331efac58e8682fb7b2ba63c773ac4b2ac334842503eac977eb8e83e2434171","s":"0x13e48d5639e8b57d9aef0335c4136a23cc4ff1a4177e6a6861d559fd3105c034","yParity":"0x1","v":"0x1","hash":"0xbee0475c1f9e6bd04db5c2606215b49661d5b68c4093d20fd419c6a91ced8384"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8db831b4f90d717a72dca3b96a6c8e533f23a568eb62f78526c664ab97efa0fa","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x69ac8db2450206856bf8be30b8421ffed158099c7a924c8c1a88d3642829f100","transactionsRoot":"0xc40669f9ef5c578def3947d8725f0598d7846e6a58ab90d53d21a61302c60ce9","receiptsRoot":"0xcaa53372d743a1123147ee55d18d72eb16effdb8109451dfb1236614749531a4","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000401101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000002010000000000000000000000000001010000002000000000040000000000000040000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0xfd","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000032a862794ae172cb","r":"0x92318742e5a75edc085f08cda9604555f6ef9ef870f83bf2edf43978b9febb27","s":"0x5277659566cd1b6e721cde95191c9caa7d0b83aa58c609104cffd39fdc1ec1aa","yParity":"0x0","v":"0x0","hash":"0xaa79997ce9dcb96e53513cc7244984f50f2c105569ad2815ff150f187bc2797e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x2061f73304287d9edc683812d7587054687a202528bcf42e95f1d144ee1bed82","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x273cb571ec91f5bee7e773a2bdfb5828dca30a09825c945e0c533f010d23744c","transactionsRoot":"0xf32f26083c96fc12be7a3eca1a2fcf8bfdbf049ef61ffa5dc8ab07d99e531dfe","receiptsRoot":"0x0c843a14e9415e7a83d22023e309784ceed097804017eccdf23f0503090fa53a","logsBloom":"0x00000000000000000000000000000004000000000000000000200000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000040010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002004000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x15d","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002ff96ee5f4c45346","r":"0x92e1e0a9b0e38fa49faa3716e816f2749e4aec0618f82e6934ad47720e2ffa87","s":"0x64c9bb9edc17cd7a37ce4362dec9fbbf6a3a194ee96f5b9d50932e749818e881","yParity":"0x1","v":"0x1","hash":"0x0171297faaf5dbc7c973f8fea88bc1e9c567a795f8fb2ced4329c08f919a30af"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x0000000000000000000000000000000000000000000000000000000000000000","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x0000000000000000000000000000000000000000000000000000000000000000","transactionsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","receiptsRoot":"0x0000000000000000000000000000000000000000000000000000000000000000","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x0","gasLimit":"0x1c9c380","gasUsed":"0x0","timestamp":"0x67fe687c","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x3b9aca00","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[],"ommers":[]},{"header":{"parentHash":"0x69f0c421a04a7e71564af5ee743b5d1cc3299f76ba69e191d1925b7595e5f4b4","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x6e6e8d69f97a9580b0a5263aedc8b0dca3e80e3c4adc4a623e4e336e1cf46b01","transactionsRoot":"0xc85cc96efbf442f57dcf5b798caef2bf0f606cdef46eefe64c69dbdb9bb31560","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x67","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x7dd","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x80","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x262595fa2a3a86adacde208589614d483e3ef1c0","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xa396cdd17033a6ddd339f1d810ce19f5403f92c0c37c29cfa6892fb63fc46c75","s":"0x15643dca687c4ba080b6fcbd1c501d6478b0195f9cf0a4704a981da6b79a7740","yParity":"0x1","v":"0x1","hash":"0x93e261c13f0945b067111f77513936dd0f9796c06cfc396963ba4bbe41c6e3e0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa20c25d3385fa81aca506d1314fb0804cef2994760b258c8b20272d27bce12ae","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x2856d0536d5b82580cd3a020a4b5eb327187bf6c928c9214def9b7a4956ea43e","transactionsRoot":"0xf0e5edc618e8af7ba4d3e581dfa1d2b5a9d075c7e32060ce3e6c2fcf330056c6","receiptsRoot":"0xb7b2e6518a4fd633ecb61f8d4f57dfd1f998b0defe5b657e0600fb039ff8d9a7","logsBloom":"0x00000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000080000000000000000000000000000000000000000000800400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000","difficulty":"0x0","number":"0xa","gasLimit":"0x1c9c380","gasUsed":"0x52b5a0","timestamp":"0x67fe6880","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1477c850","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xd","gas":"0x380ff4","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6101006040523480156200001257600080fd5b506040516200338a3803806200338a833981016040819052620000359162000140565b6001600160a01b0380841660805280831660a052811660c0526200005862000065565b50504660e0525062000194565b600054610100900460ff1615620000d25760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b60005460ff908116101562000125576000805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b03811681146200013d57600080fd5b50565b6000806000606084860312156200015657600080fd5b8351620001638162000127565b6020850151909350620001768162000127565b6040850151909250620001898162000127565b809150509250925092565b60805160a05160c05160e0516131a0620001ea60003960006114bb0152600061046e0152600061028501526000818161051a01528181610b8401528181610ed101528181610f250152611a7101526131a06000f3fe608060405234801561001057600080fd5b50600436106102065760003560e01c80638da5cb5b1161011a578063c6656702116100ad578063df5cf7231161007c578063df5cf72314610515578063e7a050aa1461053c578063f2fde38b1461054f578063f698da2514610562578063fabc1cbc1461056a57600080fd5b8063c6656702146104c9578063cbc2bd62146104dc578063cf756fdf146104ef578063df5b35471461050257600080fd5b8063b1344271116100e9578063b134427114610469578063b5d8b5b814610490578063c4623ea1146104a3578063c608c7f3146104b657600080fd5b80638da5cb5b1461040157806394f649dd14610412578063967fc0d2146104335780639b4da03d1461044657600080fd5b80635ac86ab71161019d5780637a7e0d921161016c5780637a7e0d92146103675780637ecebe0014610392578063886f1195146103b25780638b8aac3c146103c55780638c80d4e5146103ee57600080fd5b80635ac86ab7146103015780635c975abb14610334578063663c1de41461033c578063715018a61461035f57600080fd5b80634665bcda116101d95780634665bcda1461028057806348825e94146102bf5780634e5a4263146102e6578063595c6a67146102f957600080fd5b806310d67a2f1461020b578063136439dd1461022057806320606b701461023357806332e89ace1461026d575b600080fd5b61021e6102193660046129e8565b61057d565b005b61021e61022e366004612a05565b610639565b61025a7f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86681565b6040519081526020015b60405180910390f35b61025a61027b366004612a34565b610778565b6102a77f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b039091168152602001610264565b61025a7f4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea922481565b61021e6102f4366004612b3d565b610a66565b61021e610a9e565b61032461030f366004612b76565b609854600160ff9092169190911b9081161490565b6040519015158152602001610264565b60985461025a565b61032461034a3660046129e8565b60d16020526000908152604090205460ff1681565b61021e610b65565b61025a610375366004612b99565b60cd60209081526000928352604080842090915290825290205481565b61025a6103a03660046129e8565b60ca6020526000908152604090205481565b6097546102a7906001600160a01b031681565b61025a6103d33660046129e8565b6001600160a01b0316600090815260ce602052604090205490565b61021e6103fc366004612bc7565b610b79565b6033546001600160a01b03166102a7565b6104256104203660046129e8565b610bd2565b604051610264929190612c08565b60cb546102a7906001600160a01b031681565b6103246104543660046129e8565b60d36020526000908152604090205460ff1681565b6102a77f000000000000000000000000000000000000000000000000000000000000000081565b61021e61049e366004612cd1565b610d52565b61021e6104b1366004612d13565b610ec6565b61021e6104c4366004612d64565b610f1a565b61021e6104d73660046129e8565b610fd2565b6102a76104ea366004612db7565b610fe3565b61021e6104fd366004612d13565b61101b565b61021e610510366004612de3565b61114f565b6102a77f000000000000000000000000000000000000000000000000000000000000000081565b61025a61054a366004612bc7565b611378565b61021e61055d3660046129e8565b611441565b61025a6114b7565b61021e610578366004612a05565b6114f5565b609760009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156105d0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105f49190612e4f565b6001600160a01b0316336001600160a01b03161461062d5760405162461bcd60e51b815260040161062490612e6c565b60405180910390fd5b61063681611651565b50565b60975460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610681573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106a59190612eb6565b6106c15760405162461bcd60e51b815260040161062490612ed3565b6098548181161461073a5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610624565b609881905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b6098546000908190600190811614156107cf5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610624565b600260655414156108225760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610624565b60026065556001600160a01b038816600090815260d3602052604090205460ff16156108c95760405162461bcd60e51b815260206004820152604a60248201527f53747261746567794d616e616765722e6465706f736974496e746f537472617460448201527f656779576974685369676e61747572653a207468697264207472616e736665726064820152691cc8191a5cd8589b195960b21b608482015260a401610624565b4284101561094b5760405162461bcd60e51b815260206004820152604360248201527f53747261746567794d616e616765722e6465706f736974496e746f537472617460448201527f656779576974685369676e61747572653a207369676e617475726520657870696064820152621c995960ea1b608482015260a401610624565b6001600160a01b03858116600081815260ca602090815260408083205481517f4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea922493810193909352908201939093528b84166060820152928a16608084015260a0830189905260c0830182905260e0830187905290916101000160408051601f1981840301815291815281516020928301206001600160a01b038a16600090815260ca9093529082206001850190559150610a036114b7565b60405161190160f01b6020820152602281019190915260428101839052606201604051602081830303815290604052805190602001209050610a46888288611748565b610a52888c8c8c611907565b60016065559b9a5050505050505050505050565b60cb546001600160a01b03163314610a905760405162461bcd60e51b815260040161062490612f1b565b610a9a8282611ad6565b5050565b60975460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610ae6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b0a9190612eb6565b610b265760405162461bcd60e51b815260040161062490612ed3565b600019609881905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b610b6d611b44565b610b776000611b9e565b565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610bc15760405162461bcd60e51b815260040161062490612f85565b610bcc838383611bf0565b50505050565b6001600160a01b038116600090815260ce60205260408120546060918291908167ffffffffffffffff811115610c0a57610c0a612a1e565b604051908082528060200260200182016040528015610c33578160200160208202803683370190505b50905060005b82811015610cc4576001600160a01b038616600090815260cd6020908152604080832060ce9092528220805491929184908110610c7857610c78612fe3565b60009182526020808320909101546001600160a01b031683528201929092526040019020548251839083908110610cb157610cb1612fe3565b6020908102919091010152600101610c39565b5060ce6000866001600160a01b03166001600160a01b031681526020019081526020016000208181805480602002602001604051908101604052809291908181526020018280548015610d4057602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311610d22575b50505050509150935093505050915091565b60cb546001600160a01b03163314610d7c5760405162461bcd60e51b815260040161062490612f1b565b8060005b81811015610bcc5760d16000858584818110610d9e57610d9e612fe3565b9050602002016020810190610db391906129e8565b6001600160a01b0316815260208101919091526040016000205460ff1615610ebe57600060d16000868685818110610ded57610ded612fe3565b9050602002016020810190610e0291906129e8565b6001600160a01b031681526020810191909152604001600020805460ff19169115159190911790557f4074413b4b443e4e58019f2855a8765113358c7c72e39509c6af45fc0f5ba030848483818110610e5d57610e5d612fe3565b9050602002016020810190610e7291906129e8565b6040516001600160a01b03909116815260200160405180910390a1610ebe848483818110610ea257610ea2612fe3565b9050602002016020810190610eb791906129e8565b6000611ad6565b600101610d80565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610f0e5760405162461bcd60e51b815260040161062490612f85565b610bcc84848484611d4c565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610f625760405162461bcd60e51b815260040161062490612f85565b604051636ce5768960e11b81526001600160a01b03858116600483015282811660248301526044820184905284169063d9caed1290606401600060405180830381600087803b158015610fb457600080fd5b505af1158015610fc8573d6000803e3d6000fd5b5050505050505050565b610fda611b44565b61063681611fd9565b60ce6020528160005260406000208181548110610fff57600080fd5b6000918252602090912001546001600160a01b03169150829050565b600054610100900460ff161580801561103b5750600054600160ff909116105b806110555750303b158015611055575060005460ff166001145b6110b85760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610624565b6000805460ff1916600117905580156110db576000805461ff0019166101001790555b6110e3612042565b60c9556110f083836120d9565b6110f985611b9e565b61110284611fd9565b8015611148576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b5050505050565b60cb546001600160a01b031633146111795760405162461bcd60e51b815260040161062490612f1b565b8281146112025760405162461bcd60e51b815260206004820152604b60248201527f53747261746567794d616e616765722e61646453747261746567696573546f4460448201527f65706f73697457686974656c6973743a206172726179206c656e67746873206460648201526a0de40dcdee840dac2e8c6d60ab1b608482015260a401610624565b8260005b818110156113705760d1600087878481811061122457611224612fe3565b905060200201602081019061123991906129e8565b6001600160a01b0316815260208101919091526040016000205460ff1661136857600160d1600088888581811061127257611272612fe3565b905060200201602081019061128791906129e8565b6001600160a01b031681526020810191909152604001600020805460ff19169115159190911790557f0c35b17d91c96eb2751cd456e1252f42a386e524ef9ff26ecc9950859fdc04fe8686838181106112e2576112e2612fe3565b90506020020160208101906112f791906129e8565b6040516001600160a01b03909116815260200160405180910390a161136886868381811061132757611327612fe3565b905060200201602081019061133c91906129e8565b85858481811061134e5761134e612fe3565b90506020020160208101906113639190612ff9565b611ad6565b600101611206565b505050505050565b6098546000908190600190811614156113cf5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610624565b600260655414156114225760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610624565b600260655561143333868686611907565b600160655595945050505050565b611449611b44565b6001600160a01b0381166114ae5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610624565b61063681611b9e565b60007f00000000000000000000000000000000000000000000000000000000000000004614156114e8575060c95490565b6114f0612042565b905090565b609760009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611548573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061156c9190612e4f565b6001600160a01b0316336001600160a01b03161461159c5760405162461bcd60e51b815260040161062490612e6c565b60985419811960985419161461161a5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610624565b609881905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200161076d565b6001600160a01b0381166116df5760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610624565b609754604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1609780546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b0383163b1561186757604051630b135d3f60e11b808252906001600160a01b03851690631626ba7e90611788908690869060040161306e565b602060405180830381865afa1580156117a5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117c99190613087565b6001600160e01b031916146118625760405162461bcd60e51b815260206004820152605360248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a2045524331323731207369676e6174757265206064820152721d995c9a599a58d85d1a5bdb8819985a5b1959606a1b608482015260a401610624565b505050565b826001600160a01b031661187b83836121bf565b6001600160a01b0316146118625760405162461bcd60e51b815260206004820152604760248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a207369676e6174757265206e6f742066726f6d6064820152661039b4b3b732b960c91b608482015260a401610624565b6001600160a01b038316600090815260d16020526040812054849060ff166119ad5760405162461bcd60e51b815260206004820152604d60248201527f53747261746567794d616e616765722e6f6e6c7953747261746567696573576860448201527f6974656c6973746564466f724465706f7369743a207374726174656779206e6f60648201526c1d081dda1a5d195b1a5cdd1959609a1b608482015260a401610624565b6119c26001600160a01b0385163387866121e3565b6040516311f9fbc960e21b81526001600160a01b038581166004830152602482018590528616906347e7ef24906044016020604051808303816000875af1158015611a11573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a3591906130b1565b9150611a4386858785611d4c565b604051631452b9d760e11b81526001600160a01b0387811660048301528681166024830152604482018490527f000000000000000000000000000000000000000000000000000000000000000016906328a573ae90606401600060405180830381600087803b158015611ab557600080fd5b505af1158015611ac9573d6000803e3d6000fd5b5050505050949350505050565b604080516001600160a01b038416815282151560208201527f77d930df4937793473a95024d87a98fd2ccb9e92d3c2463b3dacd65d3e6a5786910160405180910390a16001600160a01b0391909116600090815260d360205260409020805460ff1916911515919091179055565b6033546001600160a01b03163314610b775760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610624565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600081611c655760405162461bcd60e51b815260206004820152603e60248201527f53747261746567794d616e616765722e5f72656d6f76655368617265733a207360448201527f68617265416d6f756e742073686f756c64206e6f74206265207a65726f2100006064820152608401610624565b6001600160a01b03808516600090815260cd602090815260408083209387168352929052205480831115611cf75760405162461bcd60e51b815260206004820152603360248201527f53747261746567794d616e616765722e5f72656d6f76655368617265733a20736044820152720d0c2e4ca82dadeeadce840e8dede40d0d2ced606b1b6064820152608401610624565b6001600160a01b03808616600090815260cd602090815260408083209388168352929052208382039081905590831415611d3f57611d35858561223d565b6001915050611d45565b60009150505b9392505050565b6001600160a01b038416611dc85760405162461bcd60e51b815260206004820152603960248201527f53747261746567794d616e616765722e5f6164645368617265733a207374616b60448201527f65722063616e6e6f74206265207a65726f2061646472657373000000000000006064820152608401610624565b80611e345760405162461bcd60e51b815260206004820152603660248201527f53747261746567794d616e616765722e5f6164645368617265733a207368617260448201527565732073686f756c64206e6f74206265207a65726f2160501b6064820152608401610624565b6001600160a01b03808516600090815260cd6020908152604080832093861683529290522054611f45576001600160a01b038416600090815260ce602090815260409091205410611f065760405162461bcd60e51b815260206004820152605060248201527f53747261746567794d616e616765722e5f6164645368617265733a206465706f60448201527f73697420776f756c6420657863656564204d41585f5354414b45525f5354524160648201526f0a88a8eb2be9892a6a8be988a9c8ea8960831b608482015260a401610624565b6001600160a01b03848116600090815260ce602090815260408220805460018101825590835291200180546001600160a01b0319169184169190911790555b6001600160a01b03808516600090815260cd6020908152604080832093861683529290529081208054839290611f7c9084906130e0565b9091555050604080516001600160a01b03868116825285811660208301528416818301526060810183905290517f7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a969181900360800190a150505050565b60cb54604080516001600160a01b03928316815291831660208301527f4264275e593955ff9d6146a51a4525f6ddace2e81db9391abcc9d1ca48047d29910160405180910390a160cb80546001600160a01b0319166001600160a01b0392909216919091179055565b604080518082018252600a81526922b4b3b2b72630bcb2b960b11b60209182015281517f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866818301527f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea81840152466060820152306080808301919091528351808303909101815260a0909101909252815191012090565b6097546001600160a01b03161580156120fa57506001600160a01b03821615155b61217c5760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610624565b609881905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2610a9a82611651565b60008060006121ce858561242f565b915091506121db8161249f565b509392505050565b604080516001600160a01b0385811660248301528416604482015260648082018490528251808303909101815260849091019091526020810180516001600160e01b03166323b872dd60e01b179052610bcc90859061265a565b6001600160a01b038216600090815260ce6020526040812054905b81811015612358576001600160a01b03848116600090815260ce602052604090208054918516918390811061228f5761228f612fe3565b6000918252602090912001546001600160a01b03161415612350576001600160a01b038416600090815260ce6020526040902080546122d0906001906130f8565b815481106122e0576122e0612fe3565b60009182526020808320909101546001600160a01b03878116845260ce909252604090922080549190921691908390811061231d5761231d612fe3565b9060005260206000200160006101000a8154816001600160a01b0302191690836001600160a01b03160217905550612358565b600101612258565b818114156123e05760405162461bcd60e51b815260206004820152604960248201527f53747261746567794d616e616765722e5f72656d6f766553747261746567794660448201527f726f6d5374616b657253747261746567794c6973743a207374726174656779206064820152681b9bdd08199bdd5b9960ba1b608482015260a401610624565b6001600160a01b038416600090815260ce602052604090208054806124075761240761310f565b600082815260209020810160001990810180546001600160a01b031916905501905550505050565b6000808251604114156124665760208301516040840151606085015160001a61245a8782858561272c565b94509450505050612498565b8251604014156124905760208301516040840151612485868383612819565b935093505050612498565b506000905060025b9250929050565b60008160048111156124b3576124b3613125565b14156124bc5750565b60018160048111156124d0576124d0613125565b141561251e5760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606401610624565b600281600481111561253257612532613125565b14156125805760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606401610624565b600381600481111561259457612594613125565b14156125ed5760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b6064820152608401610624565b600481600481111561260157612601613125565b14156106365760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b6064820152608401610624565b60006126af826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166128529092919063ffffffff16565b80519091501561186257808060200190518101906126cd9190612eb6565b6118625760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610624565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08311156127635750600090506003612810565b8460ff16601b1415801561277b57508460ff16601c14155b1561278c5750600090506004612810565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa1580156127e0573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b03811661280957600060019250925050612810565b9150600090505b94509492505050565b6000806001600160ff1b0383168161283660ff86901c601b6130e0565b90506128448782888561272c565b935093505050935093915050565b60606128618484600085612869565b949350505050565b6060824710156128ca5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610624565b6001600160a01b0385163b6129215760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610624565b600080866001600160a01b0316858760405161293d919061313b565b60006040518083038185875af1925050503d806000811461297a576040519150601f19603f3d011682016040523d82523d6000602084013e61297f565b606091505b509150915061298f82828661299a565b979650505050505050565b606083156129a9575081611d45565b8251156129b95782518084602001fd5b8160405162461bcd60e51b81526004016106249190613157565b6001600160a01b038116811461063657600080fd5b6000602082840312156129fa57600080fd5b8135611d45816129d3565b600060208284031215612a1757600080fd5b5035919050565b634e487b7160e01b600052604160045260246000fd5b60008060008060008060c08789031215612a4d57600080fd5b8635612a58816129d3565b95506020870135612a68816129d3565b9450604087013593506060870135612a7f816129d3565b92506080870135915060a087013567ffffffffffffffff80821115612aa357600080fd5b818901915089601f830112612ab757600080fd5b813581811115612ac957612ac9612a1e565b604051601f8201601f19908116603f01168101908382118183101715612af157612af1612a1e565b816040528281528c6020848701011115612b0a57600080fd5b8260208601602083013760006020848301015280955050505050509295509295509295565b801515811461063657600080fd5b60008060408385031215612b5057600080fd5b8235612b5b816129d3565b91506020830135612b6b81612b2f565b809150509250929050565b600060208284031215612b8857600080fd5b813560ff81168114611d4557600080fd5b60008060408385031215612bac57600080fd5b8235612bb7816129d3565b91506020830135612b6b816129d3565b600080600060608486031215612bdc57600080fd5b8335612be7816129d3565b92506020840135612bf7816129d3565b929592945050506040919091013590565b604080825283519082018190526000906020906060840190828701845b82811015612c4a5781516001600160a01b031684529284019290840190600101612c25565b5050508381038285015284518082528583019183019060005b81811015612c7f57835183529284019291840191600101612c63565b5090979650505050505050565b60008083601f840112612c9e57600080fd5b50813567ffffffffffffffff811115612cb657600080fd5b6020830191508360208260051b850101111561249857600080fd5b60008060208385031215612ce457600080fd5b823567ffffffffffffffff811115612cfb57600080fd5b612d0785828601612c8c565b90969095509350505050565b60008060008060808587031215612d2957600080fd5b8435612d34816129d3565b93506020850135612d44816129d3565b92506040850135612d54816129d3565b9396929550929360600135925050565b60008060008060808587031215612d7a57600080fd5b8435612d85816129d3565b93506020850135612d95816129d3565b9250604085013591506060850135612dac816129d3565b939692955090935050565b60008060408385031215612dca57600080fd5b8235612dd5816129d3565b946020939093013593505050565b60008060008060408587031215612df957600080fd5b843567ffffffffffffffff80821115612e1157600080fd5b612e1d88838901612c8c565b90965094506020870135915080821115612e3657600080fd5b50612e4387828801612c8c565b95989497509550505050565b600060208284031215612e6157600080fd5b8151611d45816129d3565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215612ec857600080fd5b8151611d4581612b2f565b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b60208082526044908201527f53747261746567794d616e616765722e6f6e6c7953747261746567795768697460408201527f656c69737465723a206e6f742074686520737472617465677957686974656c6960608201526339ba32b960e11b608082015260a00190565b602080825260409082018190527f53747261746567794d616e616765722e6f6e6c7944656c65676174696f6e4d61908201527f6e616765723a206e6f74207468652044656c65676174696f6e4d616e61676572606082015260800190565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561300b57600080fd5b8135611d4581612b2f565b60005b83811015613031578181015183820152602001613019565b83811115610bcc5750506000910152565b6000815180845261305a816020860160208601613016565b601f01601f19169290920160200192915050565b8281526040602082015260006128616040830184613042565b60006020828403121561309957600080fd5b81516001600160e01b031981168114611d4557600080fd5b6000602082840312156130c357600080fd5b5051919050565b634e487b7160e01b600052601160045260246000fd5b600082198211156130f3576130f36130ca565b500190565b60008282101561310a5761310a6130ca565b500390565b634e487b7160e01b600052603160045260246000fd5b634e487b7160e01b600052602160045260246000fd5b6000825161314d818460208701613016565b9190910192915050565b602081526000611d45602083018461304256fea2646970667358221220146c1ad6a1401bc2b1ccfbd918ffe061fc17a66e735e4302fa116fe5ef4afbd664736f6c634300080c0033000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c90000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe6000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c853","r":"0xa9267c98e824f980d6a5378b6d7416f9fdc2db2f86bea4db1e7a9e2831af219a","s":"0x7cd40e5569e6c11dfb6233dc8040fb57950510aa84146b89e3e7c39caaf09119","yParity":"0x0","v":"0x0","hash":"0x98702c59b89b44552d987bdefb6c5abea5876152ecddf1b725625b8a3a00e690"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xe","gas":"0x2285db","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x60c06040523480156200001157600080fd5b5060405162001f7838038062001f78833981016040819052620000349162000118565b6001600160a01b0381166080526200004b62000056565b504660a0526200014a565b600054610100900460ff1615620000c35760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b60005460ff908116101562000116576000805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6000602082840312156200012b57600080fd5b81516001600160a01b03811681146200014357600080fd5b9392505050565b60805160a051611e01620001776000396000610ea801526000818161032401526109830152611e016000f3fe608060405234801561001057600080fd5b50600436106101425760003560e01c80638da5cb5b116100b8578063d79aceab1161007c578063d79aceab146102f8578063df5cf7231461031f578063ec76f44214610346578063f2fde38b14610359578063f698da251461036c578063fabc1cbc1461037457600080fd5b80638da5cb5b1461029b5780639926ee7d146102ac578063a1060c88146102bf578063a364f4da146102d2578063a98fb355146102e557600080fd5b806349075da31161010a57806349075da3146101fa578063595c6a67146102355780635ac86ab71461023d5780635c975abb14610260578063715018a614610268578063886f11951461027057600080fd5b806310d67a2f14610147578063136439dd1461015c5780631794bb3c1461016f57806320606b7014610182578063374823b5146101bc575b600080fd5b61015a6101553660046118ab565b610387565b005b61015a61016a3660046118cf565b610443565b61015a61017d3660046118e8565b610582565b6101a97f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86681565b6040519081526020015b60405180910390f35b6101ea6101ca366004611929565b609960209081526000928352604080842090915290825290205460ff1681565b60405190151581526020016101b3565b610228610208366004611955565b609860209081526000928352604080842090915290825290205460ff1681565b6040516101b391906119a4565b61015a6106ac565b6101ea61024b3660046119cc565b606654600160ff9092169190911b9081161490565b6066546101a9565b61015a610773565b606554610283906001600160a01b031681565b6040516001600160a01b0390911681526020016101b3565b6033546001600160a01b0316610283565b61015a6102ba366004611a5f565b610787565b6101a96102cd366004611b46565b610b1a565b61015a6102e03660046118ab565b610bd3565b61015a6102f3366004611b8c565b610d3c565b6101a97fda2c89bafdd34776a2b8bb9c83c82f419e20cc8c67207f70edd58249b92661bd81565b6102837f000000000000000000000000000000000000000000000000000000000000000081565b61015a6103543660046118cf565b610d83565b61015a6103673660046118ab565b610e2e565b6101a9610ea4565b61015a6103823660046118cf565b610ee2565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156103da573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103fe9190611bfe565b6001600160a01b0316336001600160a01b0316146104375760405162461bcd60e51b815260040161042e90611c1b565b60405180910390fd5b6104408161103e565b50565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa15801561048b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104af9190611c65565b6104cb5760405162461bcd60e51b815260040161042e90611c87565b606654818116146105445760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c6974790000000000000000606482015260840161042e565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b600054610100900460ff16158080156105a25750600054600160ff909116105b806105bc5750303b1580156105bc575060005460ff166001145b61061f5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b606482015260840161042e565b6000805460ff191660011790558015610642576000805461ff0019166101001790555b61064c8383611135565b61065461121f565b609755610660846112b6565b80156106a6576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156106f4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107189190611c65565b6107345760405162461bcd60e51b815260040161042e90611c87565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b61077b611308565b61078560006112b6565b565b606654600090600190811614156107dc5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b604482015260640161042e565b42826040015110156108445760405162461bcd60e51b815260206004820152603e6024820152600080516020611dac83398151915260448201527f56533a206f70657261746f72207369676e617475726520657870697265640000606482015260840161042e565b60013360009081526098602090815260408083206001600160a01b038816845290915290205460ff16600181111561087e5761087e61198e565b14156108e05760405162461bcd60e51b815260206004820152603f6024820152600080516020611dac83398151915260448201527f56533a206f70657261746f7220616c7265616479207265676973746572656400606482015260840161042e565b6001600160a01b038316600090815260996020908152604080832085830151845290915290205460ff16156109645760405162461bcd60e51b81526020600482015260366024820152600080516020611dac8339815191526044820152751594ce881cd85b1d08185b1c9958591e481cdc195b9d60521b606482015260840161042e565b6040516336b87bd760e11b81526001600160a01b0384811660048301527f00000000000000000000000000000000000000000000000000000000000000001690636d70f7ae90602401602060405180830381865afa1580156109ca573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109ee9190611c65565b610a645760405162461bcd60e51b815260206004820152604d6024820152600080516020611dac83398151915260448201527f56533a206f70657261746f72206e6f74207265676973746572656420746f204560648201526c1a59d95b93185e595c881e595d609a1b608482015260a40161042e565b6000610a7a843385602001518660400151610b1a565b9050610a8b84828560000151611362565b3360008181526098602090815260408083206001600160a01b0389168085529083528184208054600160ff199182168117909255609985528386208a860151875290945293829020805490931684179092555190917ff0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b4191610b0c91906119a4565b60405180910390a350505050565b604080517fda2c89bafdd34776a2b8bb9c83c82f419e20cc8c67207f70edd58249b92661bd6020808301919091526001600160a01b0387811683850152861660608301526080820185905260a08083018590528351808403909101815260c0909201909252805191012060009081610b90610ea4565b60405161190160f01b602082015260228101919091526042810183905260620160408051808303601f190181529190528051602090910120979650505050505050565b60665460009060019081161415610c285760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b604482015260640161042e565b60013360009081526098602090815260408083206001600160a01b038716845290915290205460ff166001811115610c6257610c6261198e565b14610cd55760405162461bcd60e51b815260206004820152603f60248201527f4156534469726563746f72792e646572656769737465724f70657261746f724660448201527f726f6d4156533a206f70657261746f72206e6f74207265676973746572656400606482015260840161042e565b3360008181526098602090815260408083206001600160a01b0387168085529252808320805460ff191690555190917ff0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b4191610d3091906119a4565b60405180910390a35050565b336001600160a01b03167fa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c9437138383604051610d77929190611ccf565b60405180910390a25050565b33600090815260996020908152604080832084845290915290205460ff1615610e085760405162461bcd60e51b815260206004820152603160248201527f4156534469726563746f72792e63616e63656c53616c743a2063616e6e6f742060448201527018d85b98d95b081cdc195b9d081cd85b1d607a1b606482015260840161042e565b33600090815260996020908152604080832093835292905220805460ff19166001179055565b610e36611308565b6001600160a01b038116610e9b5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161042e565b610440816112b6565b60007f0000000000000000000000000000000000000000000000000000000000000000461415610ed5575060975490565b610edd61121f565b905090565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f35573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f599190611bfe565b6001600160a01b0316336001600160a01b031614610f895760405162461bcd60e51b815260040161042e90611c1b565b6066541981196066541916146110075760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c6974790000000000000000606482015260840161042e565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c90602001610577565b6001600160a01b0381166110cc5760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a40161042e565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b6065546001600160a01b031615801561115657506001600160a01b03821615155b6111d85760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a40161042e565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a261121b8261103e565b5050565b604080518082018252600a81526922b4b3b2b72630bcb2b960b11b60209182015281517f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866818301527f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea81840152466060820152306080808301919091528351808303909101815260a0909101909252815191012090565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6033546001600160a01b031633146107855760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161042e565b6001600160a01b0383163b1561148157604051630b135d3f60e11b808252906001600160a01b03851690631626ba7e906113a29086908690600401611cfe565b602060405180830381865afa1580156113bf573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113e39190611d5b565b6001600160e01b0319161461147c5760405162461bcd60e51b815260206004820152605360248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a2045524331323731207369676e6174757265206064820152721d995c9a599a58d85d1a5bdb8819985a5b1959606a1b608482015260a40161042e565b505050565b826001600160a01b03166114958383611521565b6001600160a01b03161461147c5760405162461bcd60e51b815260206004820152604760248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a207369676e6174757265206e6f742066726f6d6064820152661039b4b3b732b960c91b608482015260a40161042e565b60008060006115308585611545565b9150915061153d816115b5565b509392505050565b60008082516041141561157c5760208301516040840151606085015160001a61157087828585611770565b945094505050506115ae565b8251604014156115a6576020830151604084015161159b86838361185d565b9350935050506115ae565b506000905060025b9250929050565b60008160048111156115c9576115c961198e565b14156115d25750565b60018160048111156115e6576115e661198e565b14156116345760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e61747572650000000000000000604482015260640161042e565b60028160048111156116485761164861198e565b14156116965760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e67746800604482015260640161042e565b60038160048111156116aa576116aa61198e565b14156117035760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b606482015260840161042e565b60048160048111156117175761171761198e565b14156104405760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b606482015260840161042e565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08311156117a75750600090506003611854565b8460ff16601b141580156117bf57508460ff16601c14155b156117d05750600090506004611854565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015611824573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b03811661184d57600060019250925050611854565b9150600090505b94509492505050565b6000806001600160ff1b0383168161187a60ff86901c601b611d85565b905061188887828885611770565b935093505050935093915050565b6001600160a01b038116811461044057600080fd5b6000602082840312156118bd57600080fd5b81356118c881611896565b9392505050565b6000602082840312156118e157600080fd5b5035919050565b6000806000606084860312156118fd57600080fd5b833561190881611896565b9250602084013561191881611896565b929592945050506040919091013590565b6000806040838503121561193c57600080fd5b823561194781611896565b946020939093013593505050565b6000806040838503121561196857600080fd5b823561197381611896565b9150602083013561198381611896565b809150509250929050565b634e487b7160e01b600052602160045260246000fd5b60208101600283106119c657634e487b7160e01b600052602160045260246000fd5b91905290565b6000602082840312156119de57600080fd5b813560ff811681146118c857600080fd5b634e487b7160e01b600052604160045260246000fd5b6040516060810167ffffffffffffffff81118282101715611a2857611a286119ef565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715611a5757611a576119ef565b604052919050565b60008060408385031215611a7257600080fd5b8235611a7d81611896565b915060208381013567ffffffffffffffff80821115611a9b57600080fd5b9085019060608288031215611aaf57600080fd5b611ab7611a05565b823582811115611ac657600080fd5b8301601f81018913611ad757600080fd5b803583811115611ae957611ae96119ef565b611afb601f8201601f19168701611a2e565b93508084528986828401011115611b1157600080fd5b808683018786013760008682860101525050818152838301358482015260408301356040820152809450505050509250929050565b60008060008060808587031215611b5c57600080fd5b8435611b6781611896565b93506020850135611b7781611896565b93969395505050506040820135916060013590565b60008060208385031215611b9f57600080fd5b823567ffffffffffffffff80821115611bb757600080fd5b818501915085601f830112611bcb57600080fd5b813581811115611bda57600080fd5b866020828501011115611bec57600080fd5b60209290920196919550909350505050565b600060208284031215611c1057600080fd5b81516118c881611896565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215611c7757600080fd5b815180151581146118c857600080fd5b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b60208152816020820152818360408301376000818301604090810191909152601f909201601f19160101919050565b82815260006020604081840152835180604085015260005b81811015611d3257858101830151858201606001528201611d16565b81811115611d44576000606083870101525b50601f01601f191692909201606001949350505050565b600060208284031215611d6d57600080fd5b81516001600160e01b0319811681146118c857600080fd5b60008219821115611da657634e487b7160e01b600052601160045260246000fd5b50019056fe4156534469726563746f72792e72656769737465724f70657261746f72546f41a2646970667358221220df16b0d1bc7a5c47860be50a74f424bc79695d88c2c061087dacd9f63c62d4f964736f6c634300080c0033000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c9","r":"0x48c19d218b63e31e3bb73e4fdf0662055a0c8c7a1ad85cc233f2b7230a65a167","s":"0x7930a8c3e60dc6ce325e778479caa906def7028cbf4d974b7e07980c59eb6f3c","yParity":"0x0","v":"0x0","hash":"0x852f917f2882cc748ff4e3c9a4d8445327977bbe76d22c7b349e42e4f5d7bdd8"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xf","gas":"0x10e7de","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x608060405234801561001057600080fd5b50604051610efe380380610efe83398101604081905261002f9161004e565b5050610088565b6001600160a01b038116811461004b57600080fd5b50565b6000806040838503121561006157600080fd5b825161006c81610036565b602084015190925061007d81610036565b809150509250929050565b610e67806100976000396000f3fe608060405234801561001057600080fd5b50600436106101f05760003560e01c80637cf72bba1161010f578063d98128c0116100a2578063e921d4fa11610071578063e921d4fa146103c6578063f2fde38b1461044c578063f73b7519146102a9578063fabc1cbc1461045f57600080fd5b8063d98128c014610430578063da16e29b14610322578063df5cf723146102ba578063e58398361461043e57600080fd5b80638da5cb5b116100de5780638da5cb5b146103b5578063a49db732146103c6578063c747075b146103da578063d7b7fa13146103ee57600080fd5b80637cf72bba146103465780638105e04314610354578063855fcc4a1461036b578063886f1195146103a257600080fd5b806339b70e38116101875780636f0c2f74116101565780636f0c2f7414610322578063715018a614610330578063723e59c7146103385780637259a45c1461024257600080fd5b806339b70e38146102ba578063595c6a67146102d55780635ac86ab7146102dd5780635c975abb1461031057600080fd5b80631794bb3c116101c35780631794bb3c1461022f5780631874e5ae14610242578063282670fc1461027257806338c8ee64146102a957600080fd5b80630ffabbce146101f557806310d67a2f14610209578063136439dd1461021c578063175d3205146101f5575b600080fd5b610207610203366004610b25565b5050565b005b610207610217366004610b5a565b610472565b61020761022a366004610b7e565b61052b565b61020761023d366004610b97565b505050565b610258610250366004610b25565b600092915050565b60405163ffffffff90911681526020015b60405180910390f35b610285610280366004610bd8565b61066a565b60408051825163ffffffff9081168252602093840151169281019290925201610269565b6102076102b7366004610b5a565b50565b60005b6040516001600160a01b039091168152602001610269565b610207610685565b6103006102eb366004610c04565b606654600160ff9092169190911b9081161490565b6040519015158152602001610269565b6066545b604051908152602001610269565b610258610250366004610c27565b61020761074c565b610314610250366004610b25565b610207610203366004610c60565b610300610362366004610cd5565b60009392505050565b610385610379366004610c27565b60008060009250925092565b604080519315158452602084019290925290820152606001610269565b6065546102bd906001600160a01b031681565b6033546001600160a01b03166102bd565b6103146103d4366004610b5a565b50600090565b6102076103e8366004610d13565b50505050565b6104016103fc366004610c27565b610760565b60408051825163ffffffff90811682526020808501518216908301529282015190921690820152606001610269565b610300610250366004610c27565b6103006103d4366004610b5a565b61020761045a366004610b5a565b610782565b61020761046d366004610b7e565b6107f8565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104c5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104e99190610d60565b6001600160a01b0316336001600160a01b0316146105225760405162461bcd60e51b815260040161051990610d7d565b60405180910390fd5b6102b781610954565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610573573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105979190610dc7565b6105b35760405162461bcd60e51b815260040161051990610de9565b6066548181161461062c5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610519565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b60408051808201909152600080825260208201525b92915050565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156106cd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106f19190610dc7565b61070d5760405162461bcd60e51b815260040161051990610de9565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b610754610a4b565b61075e6000610aa5565b565b604080516060810182526000808252602082018190529181019190915261067f565b61078a610a4b565b6001600160a01b0381166107ef5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610519565b6102b781610aa5565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561084b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061086f9190610d60565b6001600160a01b0316336001600160a01b03161461089f5760405162461bcd60e51b815260040161051990610d7d565b60665419811960665419161461091d5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610519565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200161065f565b6001600160a01b0381166109e25760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610519565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b6033546001600160a01b0316331461075e5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610519565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6001600160a01b03811681146102b757600080fd5b803563ffffffff81168114610b2057600080fd5b919050565b60008060408385031215610b3857600080fd5b8235610b4381610af7565b9150610b5160208401610b0c565b90509250929050565b600060208284031215610b6c57600080fd5b8135610b7781610af7565b9392505050565b600060208284031215610b9057600080fd5b5035919050565b600080600060608486031215610bac57600080fd5b8335610bb781610af7565b92506020840135610bc781610af7565b929592945050506040919091013590565b60008060408385031215610beb57600080fd5b8235610bf681610af7565b946020939093013593505050565b600060208284031215610c1657600080fd5b813560ff81168114610b7757600080fd5b60008060408385031215610c3a57600080fd5b8235610c4581610af7565b91506020830135610c5581610af7565b809150509250929050565b60008060208385031215610c7357600080fd5b823567ffffffffffffffff80821115610c8b57600080fd5b818501915085601f830112610c9f57600080fd5b813581811115610cae57600080fd5b8660208260051b8501011115610cc357600080fd5b60209290920196919550909350505050565b600080600060608486031215610cea57600080fd5b8335610cf581610af7565b9250610d0360208501610b0c565b9150604084013590509250925092565b60008060008060808587031215610d2957600080fd5b8435610d3481610af7565b9350610d4260208601610b0c565b9250610d5060408601610b0c565b9396929550929360600135925050565b600060208284031215610d7257600080fd5b8151610b7781610af7565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215610dd957600080fd5b81518015158114610b7757600080fd5b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b60608201526080019056fea2646970667358221220670ec780239cf6911f2cc6a0e4bea360e9e1a0652ddf064a8dcb7e2a5ed4f00864736f6c634300080c00330000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f875707000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c9","r":"0x2d6b039a89f019c1a047fb9a4b20750b53c365614a0a688797df7af08882b8fc","s":"0x5a11225350e1f363b6a6b44f2f9490abb9d4435dbfb85f490c633a45ee6763c2","yParity":"0x1","v":"0x1","hash":"0xd5596ccc3dcee64de1f6bf3cf41fa67398d37250bb34e725afc0a751a54ba20c"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x42a0a8eba76d4eb1cee55e7ff036c48c0d7afea078906656940ac6b72affb3a7","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xbcbfc71ebd6927613d6ddb32cdb8e9bcc6ab13a5871295fba1b234b7ffc98c15","transactionsRoot":"0x788bbe1e714eef6e150d56e3d8a34a4a24078ef6013d7494d125da211d013f7c","receiptsRoot":"0x64cfa9360f4f808136cd4159dd7cbc802177c699c2edaeceb3458362d74c563e","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000020400000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xc2","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xdb","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74000000000000000000000000000000000000000000000000512d628d4f5142b3","r":"0x2950c94c6aff50fc9bb2a295cb6478e41e2373de1eb5dad440a6a460d9142809","s":"0x5d4925392c77c01dea7b991fc7a121fea6464c9de38172d57d8fe9ba068e2cf4","yParity":"0x1","v":"0x1","hash":"0xdad73084ec9c6122a380688da18511112db33dcb84121b9b89f94ef79de00363"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x27725ac722486978db96b53a617a276a7c8f20aa1936d674abd1f4a0ee20b752","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd126399b9274749f4520e3a6e0df391dc0b619f9d9a31c5fe2da27be778fa179","transactionsRoot":"0xdfbdbf09f47ee04ebe357c756adbd3dbf73ec246e3bfd1e4e10f92dccde6262e","receiptsRoot":"0x7424783454ad693972efb731492f8d859f0acff4f6b3ef72917173b30531b850","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000080000000000000000000000000100000000000000000000000000000010000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000040200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xbb","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xd4","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e3300000000000000000000000000000000000000000000000051f08614c35c92fb","r":"0xa41586b9c52c358afa9ff762223352cc8e719181910e9bf15d6238fa33d61929","s":"0x3666596bb5501df5bf4b4f20ac9d1f587c6145d1ff52f6ac337f51eb5a9862f4","yParity":"0x0","v":"0x0","hash":"0xc3c519372eb7c0839a0f431489505c4117d53abab14af1b81d75f1bc599e779d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x780220df460ab63258285545b3a2f64b877568940c40433281f041a8921dac6f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe7247c4aa954a590269eee5a84095688bdeff4e17be78fb163bfc4b63bcc92e6","transactionsRoot":"0x8fde867fd14865f8e4ec73ee73f2a7b141da03b4a42db73f3a0cf3947f76cb31","receiptsRoot":"0x8db4149848fed01b117b5465e3d400a061bdac71be708f6fcbe284590c2795e5","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000080000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xe3","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xfc","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a5200000000000000000000000000000000000000000000000084accd221fa5fef9","r":"0x4d41e1d3ddc9fa38c740340928f593d6ef912581a60c5b4f9f54230bf3407575","s":"0x66bd679aa97425c711fed8df139f98d98047997699667859e55e863f734aa658","yParity":"0x0","v":"0x0","hash":"0xa5f7b39df4660902eb4bbbcfc79edacb6d820aa67d2742fca48670707c359257"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xba24c1b64731d81043e87b292a42f3964355b1488215a892fbf5898ef89b8582","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x967c8729d1849d784c365f4608222e571bb610f2006d576800227422b8fa0e6b","transactionsRoot":"0xc06e8cc66834039c05a7fd6c74737d37107d4a94a0a6bcbe6e565e1db4a94393","receiptsRoot":"0x81b25add61466b2dfac6f1511e2fbdce5ee5fb05cf846a550ee33d4a116f6f5e","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000020000000000000000000000000000000000000000000800000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xa3","gasLimit":"0x1c9c380","gasUsed":"0xc8ad","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xbc","gas":"0x1152d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000df37f81daad2b0327a0a50003740e1c935c709130000000000000000000000000000000000000000000000006ffccceb49d04f1d","r":"0x9bdc6f0b1313a2ef72e5b77a9b086776db94ca28da2b92adb7e5fe49832912ea","s":"0x61431b595055176380bf5c1790bd1fd4d1aac2258c275ca3a56cf3a71a0a4368","yParity":"0x1","v":"0x1","hash":"0x07c7e5161035f8a0e1eb1ea5a38803d03c9ebc1f24ac71f38a193e552068a22e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xca2155755f26f7e03ad261a97181b1f08a28488137624194ccbe6d84fa6385c7","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x236bbf4bed482b8344bcacd903f1b62ee30eecffe5f8b9199f88d672639fb01a","transactionsRoot":"0x6ad86a2ae979f9ba1c0b9d25f8293ba37056a8940a184c78e12de1b02e3de8ae","receiptsRoot":"0x28bf62c96c1008a39b465c6ebba08f1b43d188ecfe5005721bafbd437524784f","logsBloom":"0x00000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xaf","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xc8","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000000000000000000000000000454cbb70f6deda57","r":"0xc58a7b7eafdfa05df5fc6b50a7f6e2ce776a2447ec57f6d48fa4ee299bd60268","s":"0x5c253cf42dcca2b3ea361cb416f73bee135291c7cac2619c27c81d597ce49db7","yParity":"0x0","v":"0x0","hash":"0xa47ca320672be93e14838cf20ffe462931b7e6c66b4bf63b5e14b7bb33229dad"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5c24ef343f787cce34b3377d00453bfeefa873d4e2e0dc5e49359686e6b23b57","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x1629f00d356f399e9d59db51849cc38fe3ccc7ec6f9ec764866a8deb09211fb6","transactionsRoot":"0x256790360c566188dba0705357b64dcdfbe39f5c21a3228887a34a8ea424304a","receiptsRoot":"0xa75d8b08c8893b6f3d73b2c3dfc7b91e31c7214cb8d72b85a3a7dd1d31d5f034","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000200000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xb","gasLimit":"0x1c9c380","gasUsed":"0x290c31","timestamp":"0x67fe6880","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x12d57e24","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x10","gas":"0x355893","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6101206040523480156200001257600080fd5b50604051620031693803806200316983398101604081905262000035916200014b565b6001600160a01b0380861660805280851660a05280841660c05280831660e0528116610100526200006562000070565b5050505050620001cb565b600054610100900460ff1615620000dd5760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b60005460ff908116101562000130576000805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b03811681146200014857600080fd5b50565b600080600080600060a086880312156200016457600080fd5b8551620001718162000132565b6020870151909550620001848162000132565b6040870151909450620001978162000132565b6060870151909350620001aa8162000132565b6080870151909250620001bd8162000132565b809150509295509295909350565b60805160a05160c05160e05161010051612f286200024160003960008181610551015281816105fb01528181610b7901528181611313015281816117bf01526118af015260006104dd015260006102cf015260008181610263015281816112920152611e64015260006103af0152612f286000f3fe6080604052600436106101b75760003560e01c8063886f1195116100ec578063b13442711161008a578063ea4d3c9b11610064578063ea4d3c9b1461053f578063f2fde38b14610573578063f6848d2414610593578063fabc1cbc146105ce57600080fd5b8063b1344271146104cb578063beffbb89146104ff578063c2c51c401461051f57600080fd5b80639b4e4634116100c65780639b4e46341461044c5780639ba062751461045f578063a38406a314610495578063a6a509be146104b557600080fd5b8063886f1195146103e65780638da5cb5b146104065780639104c3191461042457600080fd5b8063595c6a671161015957806360f4062b1161013357806360f4062b1461035b578063715018a61461038857806374cdd7981461039d57806384d81062146103d157600080fd5b8063595c6a67146102f15780635ac86ab7146103065780635c975abb1461034657600080fd5b80631794bb3c116101955780631794bb3c14610231578063292b7b2b14610251578063387b13001461029d57806339b70e38146102bd57600080fd5b80630e81073c146101bc57806310d67a2f146101ef578063136439dd14610211575b600080fd5b3480156101c857600080fd5b506101dc6101d73660046120fc565b6105ee565b6040519081526020015b60405180910390f35b3480156101fb57600080fd5b5061020f61020a366004612128565b61085d565b005b34801561021d57600080fd5b5061020f61022c366004612145565b610910565b34801561023d57600080fd5b5061020f61024c36600461215e565b610a4f565b34801561025d57600080fd5b506102857f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b0390911681526020016101e6565b3480156102a957600080fd5b5061020f6102b836600461215e565b610b6e565b3480156102c957600080fd5b506102857f000000000000000000000000000000000000000000000000000000000000000081565b3480156102fd57600080fd5b5061020f610f82565b34801561031257600080fd5b5061033661032136600461219f565b606654600160ff9092169190911b9081161490565b60405190151581526020016101e6565b34801561035257600080fd5b506066546101dc565b34801561036757600080fd5b506101dc610376366004612128565b609b6020526000908152604090205481565b34801561039457600080fd5b5061020f611049565b3480156103a957600080fd5b506102857f000000000000000000000000000000000000000000000000000000000000000081565b3480156103dd57600080fd5b5061028561105d565b3480156103f257600080fd5b50606554610285906001600160a01b031681565b34801561041257600080fd5b506033546001600160a01b0316610285565b34801561043057600080fd5b5061028573beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b61020f61045a36600461220b565b611147565b34801561046b57600080fd5b5061028561047a366004612128565b6098602052600090815260409020546001600160a01b031681565b3480156104a157600080fd5b506102856104b0366004612128565b611236565b3480156104c157600080fd5b506101dc60995481565b3480156104d757600080fd5b506102857f000000000000000000000000000000000000000000000000000000000000000081565b34801561050b57600080fd5b5061020f61051a3660046120fc565b611308565b34801561052b57600080fd5b5061020f61053a3660046120fc565b611547565b34801561054b57600080fd5b506102857f000000000000000000000000000000000000000000000000000000000000000081565b34801561057f57600080fd5b5061020f61058e366004612128565b61197b565b34801561059f57600080fd5b506103366105ae366004612128565b6001600160a01b0390811660009081526098602052604090205416151590565b3480156105da57600080fd5b5061020f6105e9366004612145565b6119f1565b6000336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146106415760405162461bcd60e51b81526004016106389061227f565b60405180910390fd5b6001600160a01b0383166106bd5760405162461bcd60e51b815260206004820152603a60248201527f456967656e506f644d616e616765722e6164645368617265733a20706f644f7760448201527f6e65722063616e6e6f74206265207a65726f20616464726573730000000000006064820152608401610638565b600082121561072b5760405162461bcd60e51b815260206004820152603460248201527f456967656e506f644d616e616765722e6164645368617265733a207368617265604482015273732063616e6e6f74206265206e6567617469766560601b6064820152608401610638565b610739633b9aca00836122f3565b156107ac5760405162461bcd60e51b815260206004820152603d60248201527f456967656e506f644d616e616765722e6164645368617265733a20736861726560448201527f73206d75737420626520612077686f6c65204777656920616d6f756e740000006064820152608401610638565b6001600160a01b0383166000908152609b6020526040812054906107d0848361231d565b6001600160a01b0386166000818152609b6020526040908190208390555191925090600080516020612eb38339815191529061080f9087815260200190565b60405180910390a2846001600160a01b03166000805160206125858339815191528260405161084091815260200190565b60405180910390a26108528282611b4d565b925050505b92915050565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156108b0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108d4919061235e565b6001600160a01b0316336001600160a01b0316146109045760405162461bcd60e51b81526004016106389061237b565b61090d81611b8f565b50565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610958573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061097c91906123c5565b6109985760405162461bcd60e51b8152600401610638906123e7565b60665481811614610a115760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610638565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b600054610100900460ff1615808015610a6f5750600054600160ff909116105b80610a895750303b158015610a89575060005460ff166001145b610aec5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610638565b6000805460ff191660011790558015610b0f576000805461ff0019166101001790555b610b1884611c86565b610b228383611cd8565b8015610b68576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610bb65760405162461bcd60e51b81526004016106389061227f565b6001600160a01b038316610c305760405162461bcd60e51b81526020600482015260476024820152600080516020612ed383398151915260448201527f546f6b656e733a20706f644f776e65722063616e6e6f74206265207a65726f206064820152666164647265737360c81b608482015260a401610638565b6001600160a01b038216610cad5760405162461bcd60e51b815260206004820152604a6024820152600080516020612ed383398151915260448201527f546f6b656e733a2064657374696e6174696f6e2063616e6e6f74206265207a65606482015269726f206164647265737360b01b608482015260a401610638565b6000811215610d1c5760405162461bcd60e51b81526020600482015260416024820152600080516020612ed383398151915260448201527f546f6b656e733a207368617265732063616e6e6f74206265206e6567617469766064820152606560f81b608482015260a401610638565b610d2a633b9aca00826122f3565b15610d9e5760405162461bcd60e51b815260206004820152604a6024820152600080516020612ed383398151915260448201527f546f6b656e733a20736861726573206d75737420626520612077686f6c6520476064820152691dd95a48185b5bdd5b9d60b21b608482015260a401610638565b6001600160a01b0383166000908152609b602052604081205490811215610f07576000610dca8261242f565b905080831115610e61576001600160a01b0385166000908152609b6020526040812055610df7818461244c565b9250846001600160a01b0316600080516020612eb383398151915282604051610e2291815260200190565b60405180910390a2846001600160a01b03166000805160206125858339815191526000604051610e5491815260200190565b60405180910390a2610f05565b6001600160a01b0385166000908152609b6020526040812054610e8590859061231d565b6001600160a01b0387166000818152609b6020526040908190208390555191925090600080516020612eb383398151915290610ec49087815260200190565b60405180910390a2856001600160a01b031660008051602061258583398151915282604051610ef591815260200190565b60405180910390a2505050505050565b505b6001600160a01b03848116600090815260986020526040908190205490516362483a2160e11b815285831660048201526024810185905291169063c490744290604401600060405180830381600087803b158015610f6457600080fd5b505af1158015610f78573d6000803e3d6000fd5b5050505050505050565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610fca573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fee91906123c5565b61100a5760405162461bcd60e51b8152600401610638906123e7565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b611051611dc2565b61105b6000611c86565b565b6066546000908190600190811614156110b45760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610638565b336000908152609860205260409020546001600160a01b0316156111365760405162461bcd60e51b815260206004820152603360248201527f456967656e506f644d616e616765722e637265617465506f643a2053656e64656044820152721c88185b1c9958591e481a185cc818481c1bd9606a1b6064820152608401610638565b6000611140611e1c565b9250505090565b6066546000906001908116141561119c5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610638565b336000908152609860205260409020546001600160a01b0316806111c5576111c2611e1c565b90505b6040516326d3918d60e21b81526001600160a01b03821690639b4e46349034906111fb908b908b908b908b908b9060040161248c565b6000604051808303818588803b15801561121457600080fd5b505af1158015611228573d6000803e3d6000fd5b505050505050505050505050565b6001600160a01b038082166000908152609860205260408120549091168061085757611301836001600160a01b031660001b60405180610940016040528061090e81526020016125a561090e9139604080516001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000166020820152808201919091526000606082015260800160408051601f19818403018152908290526112e69291602001612501565b60405160208183030381529060405280519060200120611f81565b9392505050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146113505760405162461bcd60e51b81526004016106389061227f565b60008112156113c75760405162461bcd60e51b815260206004820152603760248201527f456967656e506f644d616e616765722e72656d6f76655368617265733a20736860448201527f617265732063616e6e6f74206265206e656761746976650000000000000000006064820152608401610638565b6113d5633b9aca00826122f3565b1561144a576040805162461bcd60e51b81526020600482015260248101919091527f456967656e506f644d616e616765722e72656d6f76655368617265733a20736860448201527f61726573206d75737420626520612077686f6c65204777656920616d6f756e746064820152608401610638565b6001600160a01b0382166000908152609b602052604081205461146e908390612516565b905060008112156114ff5760405162461bcd60e51b815260206004820152604f60248201527f456967656e506f644d616e616765722e72656d6f76655368617265733a20636160448201527f6e6e6f7420726573756c7420696e20706f64206f776e657220686176696e672060648201526e6e656761746976652073686172657360881b608482015260a401610638565b6001600160a01b0383166000818152609b602052604090819020839055516000805160206125858339815191529061153a9084815260200190565b60405180910390a2505050565b6001600160a01b0380831660009081526098602052604090205483911633146115c25760405162461bcd60e51b815260206004820152602760248201527f456967656e506f644d616e616765722e6f6e6c79456967656e506f643a206e6f6044820152661d0818481c1bd960ca1b6064820152608401610638565b600260c95414156116155760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610638565b600260c9556001600160a01b0383166116b15760405162461bcd60e51b815260206004820152605260248201527f456967656e506f644d616e616765722e7265636f7264426561636f6e4368616960448201527f6e45544842616c616e63655570646174653a20706f644f776e65722063616e6e6064820152716f74206265207a65726f206164647265737360701b608482015260a401610638565b6116bf633b9aca0083612555565b156117585760405162461bcd60e51b815260206004820152605a60248201527f456967656e506f644d616e616765722e7265636f7264426561636f6e4368616960448201527f6e45544842616c616e63655570646174653a2073686172657344656c7461206d60648201527f75737420626520612077686f6c65204777656920616d6f756e74000000000000608482015260a401610638565b6001600160a01b0383166000908152609b60205260408120549061177c848361231d565b6001600160a01b0386166000908152609b602052604081208290559091506117a48383611b4d565b9050801561190c57600081121561186f576001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001663132d49678773beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06118038561242f565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526044820152606401600060405180830381600087803b15801561185257600080fd5b505af1158015611866573d6000803e3d6000fd5b5050505061190c565b604051631452b9d760e11b81526001600160a01b03878116600483015273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06024830152604482018390527f000000000000000000000000000000000000000000000000000000000000000016906328a573ae90606401600060405180830381600087803b1580156118f357600080fd5b505af1158015611907573d6000803e3d6000fd5b505050505b856001600160a01b0316600080516020612eb38339815191528660405161193591815260200190565b60405180910390a2856001600160a01b03166000805160206125858339815191528360405161196691815260200190565b60405180910390a25050600160c95550505050565b611983611dc2565b6001600160a01b0381166119e85760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610638565b61090d81611c86565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611a44573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a68919061235e565b6001600160a01b0316336001600160a01b031614611a985760405162461bcd60e51b81526004016106389061237b565b606654198119606654191614611b165760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610638565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c90602001610a44565b6000808313611b6d5760008213611b6657506000610857565b5080610857565b60008213611b8557611b7e8361242f565b9050610857565b611b7e8383612516565b6001600160a01b038116611c1d5760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610638565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6065546001600160a01b0316158015611cf957506001600160a01b03821615155b611d7b5760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610638565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2611dbe82611b8f565b5050565b6033546001600160a01b0316331461105b5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610638565b6000609960008154611e2d90612569565b9091555060408051610940810190915261090e808252600091611ecc91839133916125a56020830139604080516001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000166020820152808201919091526000606082015260800160408051601f1981840301815290829052611eb89291602001612501565b604051602081830303815290604052611fdd565b60405163189acdbd60e31b81523360048201529091506001600160a01b0382169063c4d66de890602401600060405180830381600087803b158015611f1057600080fd5b505af1158015611f24573d6000803e3d6000fd5b50503360008181526098602052604080822080546001600160a01b0319166001600160a01b038816908117909155905192945092507f21c99d0db02213c32fff5b05cf0a718ab5f858802b91498f80d82270289d856a91a3919050565b604080516001600160f81b03196020808301919091526bffffffffffffffffffffffff193060601b1660218301526035820185905260558083018590528351808403909101815260759092019092528051910120600090611301565b600080844710156120305760405162461bcd60e51b815260206004820152601d60248201527f437265617465323a20696e73756666696369656e742062616c616e63650000006044820152606401610638565b825161207e5760405162461bcd60e51b815260206004820181905260248201527f437265617465323a2062797465636f6465206c656e677468206973207a65726f6044820152606401610638565b8383516020850187f590506001600160a01b0381166120df5760405162461bcd60e51b815260206004820152601960248201527f437265617465323a204661696c6564206f6e206465706c6f79000000000000006044820152606401610638565b949350505050565b6001600160a01b038116811461090d57600080fd5b6000806040838503121561210f57600080fd5b823561211a816120e7565b946020939093013593505050565b60006020828403121561213a57600080fd5b8135611301816120e7565b60006020828403121561215757600080fd5b5035919050565b60008060006060848603121561217357600080fd5b833561217e816120e7565b9250602084013561218e816120e7565b929592945050506040919091013590565b6000602082840312156121b157600080fd5b813560ff8116811461130157600080fd5b60008083601f8401126121d457600080fd5b50813567ffffffffffffffff8111156121ec57600080fd5b60208301915083602082850101111561220457600080fd5b9250929050565b60008060008060006060868803121561222357600080fd5b853567ffffffffffffffff8082111561223b57600080fd5b61224789838a016121c2565b9097509550602088013591508082111561226057600080fd5b5061226d888289016121c2565b96999598509660400135949350505050565b602080825260409082018190527f456967656e506f644d616e616765722e6f6e6c7944656c65676174696f6e4d61908201527f6e616765723a206e6f74207468652044656c65676174696f6e4d616e61676572606082015260800190565b634e487b7160e01b600052601260045260246000fd5b600082612302576123026122dd565b500690565b634e487b7160e01b600052601160045260246000fd5b600080821280156001600160ff1b038490038513161561233f5761233f612307565b600160ff1b839003841281161561235857612358612307565b50500190565b60006020828403121561237057600080fd5b8151611301816120e7565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b6000602082840312156123d757600080fd5b8151801515811461130157600080fd5b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b6000600160ff1b82141561244557612445612307565b5060000390565b60008282101561245e5761245e612307565b500390565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6060815260006124a0606083018789612463565b82810360208401526124b3818688612463565b9150508260408301529695505050505050565b6000815160005b818110156124e757602081850181015186830152016124cd565b818111156124f6576000828601525b509290920192915050565b60006120df61251083866124c6565b846124c6565b60008083128015600160ff1b85018412161561253457612534612307565b6001600160ff1b038401831381161561254f5761254f612307565b50500390565b600082612564576125646122dd565b500790565b600060001982141561257d5761257d612307565b506001019056fed4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe077098608060405260405161090e38038061090e83398101604081905261002291610460565b61002e82826000610035565b505061058a565b61003e83610100565b6040516001600160a01b038416907f1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e90600090a260008251118061007f5750805b156100fb576100f9836001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100c5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100e99190610520565b836102a360201b6100291760201c565b505b505050565b610113816102cf60201b6100551760201c565b6101725760405162461bcd60e51b815260206004820152602560248201527f455243313936373a206e657720626561636f6e206973206e6f74206120636f6e6044820152641d1c9858dd60da1b60648201526084015b60405180910390fd5b6101e6816001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156101b3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101d79190610520565b6102cf60201b6100551760201c565b61024b5760405162461bcd60e51b815260206004820152603060248201527f455243313936373a20626561636f6e20696d706c656d656e746174696f6e206960448201526f1cc81b9bdd08184818dbdb9d1c9858dd60821b6064820152608401610169565b806102827fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d5060001b6102de60201b6100641760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b60606102c883836040518060600160405280602781526020016108e7602791396102e1565b9392505050565b6001600160a01b03163b151590565b90565b6060600080856001600160a01b0316856040516102fe919061053b565b600060405180830381855af49150503d8060008114610339576040519150601f19603f3d011682016040523d82523d6000602084013e61033e565b606091505b5090925090506103508683838761035a565b9695505050505050565b606083156103c65782516103bf576001600160a01b0385163b6103bf5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610169565b50816103d0565b6103d083836103d8565b949350505050565b8151156103e85781518083602001fd5b8060405162461bcd60e51b81526004016101699190610557565b80516001600160a01b038116811461041957600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101561044f578181015183820152602001610437565b838111156100f95750506000910152565b6000806040838503121561047357600080fd5b61047c83610402565b60208401519092506001600160401b038082111561049957600080fd5b818501915085601f8301126104ad57600080fd5b8151818111156104bf576104bf61041e565b604051601f8201601f19908116603f011681019083821181831017156104e7576104e761041e565b8160405282815288602084870101111561050057600080fd5b610511836020830160208801610434565b80955050505050509250929050565b60006020828403121561053257600080fd5b6102c882610402565b6000825161054d818460208701610434565b9190910192915050565b6020815260008251806020840152610576816040850160208701610434565b601f01601f19169190910160400192915050565b61034e806105996000396000f3fe60806040523661001357610011610017565b005b6100115b610027610022610067565b610100565b565b606061004e83836040518060600160405280602781526020016102f260279139610124565b9392505050565b6001600160a01b03163b151590565b90565b600061009a7fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50546001600160a01b031690565b6001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100fb9190610249565b905090565b3660008037600080366000845af43d6000803e80801561011f573d6000f35b3d6000fd5b6060600080856001600160a01b03168560405161014191906102a2565b600060405180830381855af49150503d806000811461017c576040519150601f19603f3d011682016040523d82523d6000602084013e610181565b606091505b50915091506101928683838761019c565b9695505050505050565b6060831561020d578251610206576001600160a01b0385163b6102065760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064015b60405180910390fd5b5081610217565b610217838361021f565b949350505050565b81511561022f5781518083602001fd5b8060405162461bcd60e51b81526004016101fd91906102be565b60006020828403121561025b57600080fd5b81516001600160a01b038116811461004e57600080fd5b60005b8381101561028d578181015183820152602001610275565b8381111561029c576000848401525b50505050565b600082516102b4818460208701610272565b9190910192915050565b60208152600082518060208401526102dd816040850160208701610272565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220d51e81d3bc5ed20a26aeb05dce7e825c503b2061aa78628027300c8d65b9d89a64736f6c634300080c0033416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c65644e2b791dedccd9fb30141b088cabf5c14a8912b52f59375c95c010700b8c6193456967656e506f644d616e616765722e77697468647261775368617265734173a26469706673582212206b9b768cf7ce0f37e8d357babcedd55bd2af814f80d3fd0be5b582cf161a2c4064736f6c634300080c003300000000000000000000000000000000219ab540356cbb839cbe05303d7705fa000000000000000000000000b7f8bc63bbcad18155201308c8f3540b07f84f5e0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f875707000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c853000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c9","r":"0x9dea043dc3b528022f7454b7fe9f274a7e8effd8a9c59a7add41aaa674cc94f0","s":"0x1c59640dfd16ab1fd82cc1a27e9732effb110779da6da4abb693a9ad2ddff1f7","yParity":"0x0","v":"0x0","hash":"0xc24a1ffde19a9b2f1d2d5af3ef97664a03422c26212dc1a550acbfc295d521df"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6981e26c508bc7cfe19b3f0cd142c93132d4ce6bc68ff2a44dcf506d512134cd","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x6ea0cad51171cbdf9aa943391ccf887719d516a15550aafc266c0aa32e64e431","transactionsRoot":"0x5033b7a756c9046045ddd8224a28395bcbb70cae6336f42c50d36c228286ef35","receiptsRoot":"0xd9464f7e28c1dcafb73caddac04b4b600e8b6e304040740f1c221b9256a369db","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x1e","gasLimit":"0x1c9c380","gasUsed":"0x23874","timestamp":"0x67fe6881","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1fbfbd4","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x35","gas":"0x18901","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","value":"0x0","accessList":[],"input":"0x7f3c2c28000000000000000000000000000000000000000000000000000000000000004000000000000000000000000095401dc811bb5740090279ba06cfa8fcf6113778000000000000000000000000000000000000000000000000000000000000001d6d6f636b4176734f70657261746f725374617465526574726965766572000000","r":"0xc4544bcb187747821ecee253cfc3dd9f77a1df7a034bfba6250b816a480a64f4","s":"0x13bb702b5f6a8c231b1e6280cd17e36cc8425f8a9de5e119036e6a228c4444de","yParity":"0x0","v":"0x0","hash":"0xa22939adf7b4b71f95e6d68e45b66015a77d149afddad39afe338c0048bd985c"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x36","gas":"0x18829","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","value":"0x0","accessList":[],"input":"0x7f3c2c280000000000000000000000000000000000000000000000000000000000000040000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c9000000000000000000000000000000000000000000000000000000000000001164656c65676174696f6e4d616e61676572000000000000000000000000000000","r":"0x9ffeb7b572117121195f6e9c12d435c386813a41c205d7814bd2b3608834c4c7","s":"0x216e5854ffd48a319c9e9f871d341b463645418a4f39b26a01fde3afa2437291","yParity":"0x0","v":"0x0","hash":"0x4801276d6eb8fceb65899e4646af46b080d623f86c02d2c9b8e7d64ebd447453"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4e9ca638c783f42b420f76c182251cda38256e02ed85eb0bcb9a702df86c6b3d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5b4d1623447f24cf1af9d356bd1db1707e5a1fd34f35e14533d29500c3db1755","transactionsRoot":"0xe2ffaf77737f6251b3f1a306028c39104c2dc898dd5f9744cb68770d5863bbc9","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x32","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x23f017","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x4b","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xfabb0ac9d68b0b445fb7357272ff202c5651694a","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x6b0e3522b696e9211fb2f3236a5f38b7ead43447cb8cb3f754ec550687984333","s":"0x11979863bf4a0c2350c8bbf8e08ca6df1969d749c3d886303fa3dfd16d8b2f61","yParity":"0x0","v":"0x0","hash":"0x943b52b195f5dd0081d15a5b2817e0ce68543d5a54bb5646a1ecaa9ee5a27385"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf8c53f0ca4af2816aac98db9a2d7e98a1d423f71308d3c36cc0db3b65d18b5a3","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe75e2a0fd0eb2d324cf3e0acd8a340c5bb502b28daf93d875bc615d015714156","transactionsRoot":"0xc584dd2bb8ce669c8a5aca8a8d4a21cba7bb0a5aef052e94d62fd3d4b291c82e","receiptsRoot":"0xbd0d2bb1122bf5a7cbfe5c6c689ccbcecadedaad69ba355f84eea8f23e2814fe","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000020000000000000000000000000000000000000000000000000004000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000a00000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xe6","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xff","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f000000000000000000000000000000000000000000000000109cb2e58d61778d","r":"0x548ba23c718e514baafd5b881ce555034d404ab7dcf70479790ab9d5ebac859e","s":"0x4f0b9273e52068b650292f65d1dd776edac800c313caac7b783a9d8a92ef269","yParity":"0x0","v":"0x0","hash":"0x93a8dcf6438d718a07621478dfb0fd1cb2ec3d33ff010cda167fc39b901bb136"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe30ed76dc4f8a710a95c1e517fafa0710e8b09a0d495041f334e8b1bdcd2aca8","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x44cb8235d3775d4f1febd80a41abb0a72e54981baadb5c485e6b3dc0a7add1cf","transactionsRoot":"0x8097c9ae1e23b3cd7946d2ef8b2a787ad4185030e0ff58f8d36cee7644aa32ce","receiptsRoot":"0x407f1acfb0237ba7f1c565ac48537baf1b3cabbe9a4f624f65f50bf1697da2c7","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000100000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000200000000000000000000000002020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0xee","gasLimit":"0x1c9c380","gasUsed":"0x216af","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x107","gas":"0x2e286","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f30","r":"0xa4594f1ccc0ff4e7e4f32d1967cc2475ce5cfbfcbc66449885e74081632424c2","s":"0xc3133fcdbc46175571cdcde40d9c44b890fdd3f194ece9d217fbdadf1f34563","yParity":"0x1","v":"0x1","hash":"0x36fa78739cd61ede7cc44522768387798be76ba00b068b630dcacd7b9b05a5ca"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x02250e4c84ed62ba2d1303f08e5b2b287921a53ace6b15cc7bb8fbd063084ad3","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x6724bf0d33f9a6186fba37b2e739a29c2148e1680ff31b4b0615f6468a5b6a56","transactionsRoot":"0x1a7003c6b87423b51cae2c1046095294262c5f9534fe7926044e15299af8238c","receiptsRoot":"0xb06b3b789c6c2e74fc36528be2b337294581d1a7868e327264256166db818fa0","logsBloom":"0x00000010048000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000100000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000004000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0xf6","gasLimit":"0x1c9c380","gasUsed":"0x216af","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e286","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e5900000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f34","r":"0x16d0334a797021d4d90f9ddd4a8c3c16a7cc25cb9d11c3ce657b980ca15e6f2a","s":"0x4fe93d3ab97189ffaf33597464e94a7399c8067e8f9c9b5fe1e1c4f1607f5b4e","yParity":"0x1","v":"0x1","hash":"0xa15adfc36d268a5971f582b4ba77fa1debba47f1f95d42cf6c4074065e655090"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5af556e131f90ed905e996945d41a527aa9cbfbca86078b99788828be59031b7","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8470d5a06e0ba6ee0128b4fab31008d00602343d47cb50df90b931a16bcbec98","transactionsRoot":"0x1f91c1de5c5f5545924a8bbcff3207ed21362ed90a9279589dc7448a45aa32d3","receiptsRoot":"0x9cab7a8adf8b231200f40922f18ff66da9925bebb7f2bbce995b503efde1d6b9","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000004000000000020000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000200000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xb2","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xcb","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d0000000000000000000000000000000000000000000000006e7330ddc26efb3d","r":"0xfd4d2b7a229087feceb520488fc21bad66d944bf0b51910fca66a8e1e4e53f3b","s":"0x18dab2bda31d5c1292f4c48b0d3c4ff7b333e344618449b46f2d2d6bf300b357","yParity":"0x1","v":"0x1","hash":"0x07b9eae26e0b86a6a7ff98f85d822b311e622add6ce0f2c98f1401d030590845"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6ecc9d4badf9e37bbe09d771138607d1b93098892ac205c4663016962f0fa9a1","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd7a1ace7494cf7a1afec763ed8f0af0efb514e3173b96bcc74e54e24231d350d","transactionsRoot":"0xea35af66b5a550fe0b7e6a13b3787da1fbf4431e667e0054d9435e879f46f5b1","receiptsRoot":"0x14205210cc782e9fa3ce36b472a1284b6dc5afa2a534b99b38389cd368e306ce","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000004000000000020000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000200000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x13e","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343000000000000000000000000000000000000000000000000000000000000000","r":"0x2887455d0e41e88673f0886060125e39967ff4a121e0d3c42ca968e0c0f00601","s":"0x7a3eeebdb24a250097351714bb560aac8405dd29e7bf1c2312edf48668331b1d","yParity":"0x1","v":"0x1","hash":"0xb44ef521934b494f4cdf348feb0998713446e9c9ecfc662ac24f36dcc071015f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x114239c918555a5d821a4cfb3fcbfebc06a4b78bc77162782c48ad26c60d4c0c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x88c3304f41024a543d827c7b6865f1a4dae8d02435ebdf8722004c3b30ac65c6","transactionsRoot":"0x1bb90331fb158a94f97e2a04a681b2ef310685b9c8b72966e83e7798e2c7199a","receiptsRoot":"0xb53deb8e6d7849e072383d2e0aea74b6ad871d9b59b0321ee63de462d08c4ed2","logsBloom":"0x00000010008000020100000000000000000000000000000000000401000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000400000000000000000000000000000000000200000000000000400000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x174","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e5900000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363700000000000000000000000000000000000000000000000000000000000000","r":"0xc552232d2345b26414192c50b6af8281e900021a84a20a7287c68717eed9e19f","s":"0x3f1e935705801a6cee4076c5b9f5c4d2bbdcfd00d46705850a6943455539ea8e","yParity":"0x1","v":"0x1","hash":"0x682c41a7fedc67911c748a9809a0e8c2a8944399887e05f764fbeaac1609b450"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb863454345c67a92ec1f76cb856638751921d8f11da8093edd155007a7d3e4db","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc408d6740fa133b29dd10d5ec6e1cd0a2cbcb5d85580ad3a4d4bb7c38c7877ae","transactionsRoot":"0x278550df3480c8d448ee84f0b88686a48048b5589b6b4fed5885ebad3d12df33","receiptsRoot":"0x306d31c1a0c6a62dfa54b4bac8c2a8729f8c14cfb94da504ff9506efc333d3ff","logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000480000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000020000000000000000000000000000000000000000000000800000000040000000000000000000000000000000000000000000000000000000000080000000000000800000002000001000000000000000008400000000000000000000000000000000000000000020000000000000000000040000040000000400000000000000000000000000000000000000008000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x7","gasLimit":"0x1c9c380","gasUsed":"0x479fef","timestamp":"0x67fe6880","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1bd27812","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x9","gas":"0xbc18a","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x608060405260405162000e8138038062000e81833981016040819052620000269162000490565b828162000036828260006200004d565b50620000449050826200008a565b505050620005c3565b6200005883620000e5565b600082511180620000665750805b1562000085576200008383836200012760201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f620000b562000156565b604080516001600160a01b03928316815291841660208301520160405180910390a1620000e2816200018f565b50565b620000f08162000244565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b60606200014f838360405180606001604052806027815260200162000e5a60279139620002f8565b9392505050565b60006200018060008051602062000e3a83398151915260001b620003de60201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620001fa5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b806200022360008051602062000e3a83398151915260001b620003de60201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b6200025a81620003e160201b6200028c1760201c565b620002be5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401620001f1565b80620002237f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc60001b620003de60201b620002081760201c565b60606001600160a01b0384163b620003625760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401620001f1565b600080856001600160a01b0316856040516200037f919062000570565b600060405180830381855af49150503d8060008114620003bc576040519150601f19603f3d011682016040523d82523d6000602084013e620003c1565b606091505b509092509050620003d4828286620003f0565b9695505050505050565b90565b6001600160a01b03163b151590565b60608315620004015750816200014f565b825115620004125782518084602001fd5b8160405162461bcd60e51b8152600401620001f191906200058e565b80516001600160a01b03811681146200044657600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b838110156200047e57818101518382015260200162000464565b83811115620000835750506000910152565b600080600060608486031215620004a657600080fd5b620004b1846200042e565b9250620004c1602085016200042e565b60408501519092506001600160401b0380821115620004df57600080fd5b818601915086601f830112620004f457600080fd5b8151818111156200050957620005096200044b565b604051601f8201601f19908116603f011681019083821181831017156200053457620005346200044b565b816040528281528960208487010111156200054e57600080fd5b6200056183602083016020880162000461565b80955050505050509250925092565b600082516200058481846020870162000461565b9190910192915050565b6020815260008251806020840152620005af81604085016020870162000461565b601f01601f19169190910160400192915050565b61086780620005d36000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","r":"0xa0d69cd0867de66b8928e7d1d7bfcde18519f4388a757fe445026fc5e4dfac08","s":"0x21458d770c41979f613172be39464ff69bb959c7570ad61da26c92732da8afd9","yParity":"0x0","v":"0x0","hash":"0x0db5fb67171b529610af10e20830ec41ca0171ae240e7d8c492f4f79459e04ef"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xa","gas":"0x5153d4","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x60e06040523480156200001157600080fd5b5060405162004ad038038062004ad0833981016040819052620000349162000142565b6001600160a01b03808416608052821660a0526001600160401b03811660c0526200005e62000067565b505050620001a1565b600054610100900460ff1615620000d45760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b60005460ff908116101562000127576000805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b03811681146200013f57600080fd5b50565b6000806000606084860312156200015857600080fd5b8351620001658162000129565b6020850151909350620001788162000129565b60408501519092506001600160401b03811681146200019657600080fd5b809150509250925092565b60805160a05160c0516148b26200021e60003960006105ff0152600081816102bd0152818161063a015281816106ec01528181610abf01528181610d6c015281816110f40152818161119c0152818161143c015281816118db01528181611a8401526131250152600081816104b8015261126701526148b26000f3fe60806040526004361061016a5760003560e01c80636fcd0e53116100d1578063c49074421161008a578063dda3346c11610064578063dda3346c1461058d578063ee94d67c146105ad578063f074ba62146105cd578063f2882461146105ed57600080fd5b8063c49074421461052d578063c4d66de81461054d578063d06d55871461056d57600080fd5b80636fcd0e53146104425780637439841f1461046f57806374cdd798146104a657806388676cad146104da5780639b4e4634146104fa578063b522538a1461050d57600080fd5b80634665bcda116101235780634665bcda146102ab57806347d28372146102df57806352396a591461039f57806358753357146103d557806358eaee79146103f55780636c0d2d5a1461042257600080fd5b8063039157d2146101a95780630b18ff66146101cb5780632340e8d3146102085780633474aa161461022c5780633f65cf191461026457806342ecff2a1461028457600080fd5b366101a4576040513481527f6fdd3dbdb173299608c0aa9f368735857c8842b581f8389238bf05bd04b3bf499060200160405180910390a1005b600080fd5b3480156101b557600080fd5b506101c96101c4366004613b66565b610621565b005b3480156101d757600080fd5b506033546101eb906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b34801561021457600080fd5b5061021e60395481565b6040519081526020016101ff565b34801561023857600080fd5b5060345461024c906001600160401b031681565b6040516001600160401b0390911681526020016101ff565b34801561027057600080fd5b506101c961027f366004613c24565b610a67565b34801561029057600080fd5b50603a5461024c90600160401b90046001600160401b031681565b3480156102b757600080fd5b506101eb7f000000000000000000000000000000000000000000000000000000000000000081565b3480156102eb57600080fd5b5061035b6040805160808101825260008082526020820181905291810182905260608101919091525060408051608081018252603c548152603d5462ffffff811660208301526001600160401b03630100000082041692820192909252600160581b909104600f0b606082015290565b6040516101ff91908151815260208083015162ffffff16908201526040808301516001600160401b031690820152606091820151600f0b9181019190915260800190565b3480156103ab57600080fd5b5061024c6103ba366004613cf2565b603b602052600090815260409020546001600160401b031681565b3480156103e157600080fd5b50603e546101eb906001600160a01b031681565b34801561040157600080fd5b50610415610410366004613d4e565b610dd6565b6040516101ff9190613dc7565b34801561042e57600080fd5b5061021e61043d366004613cf2565b610e3b565b34801561044e57600080fd5b5061046261045d366004613dd5565b610fef565b6040516101ff9190613dee565b34801561047b57600080fd5b5061041561048a366004613dd5565b600090815260366020526040902054600160c01b900460ff1690565b3480156104b257600080fd5b506101eb7f000000000000000000000000000000000000000000000000000000000000000081565b3480156104e657600080fd5b506101c96104f5366004613e44565b61109c565b6101c9610508366004613e61565b611191565b34801561051957600080fd5b50610462610528366004613d4e565b61133e565b34801561053957600080fd5b506101c9610548366004613ef4565b611431565b34801561055957600080fd5b506101c9610568366004613f20565b61166e565b34801561057957600080fd5b506101c9610588366004613f20565b611805565b34801561059957600080fd5b506101c96105a8366004614011565b611898565b3480156105b957600080fd5b50603a5461024c906001600160401b031681565b3480156105d957600080fd5b506101c96105e83660046140e2565b611a6b565b3480156105f957600080fd5b5061024c7f000000000000000000000000000000000000000000000000000000000000000081565b604051635ac86ab760e01b8152600660048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa158015610689573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106ad919061414a565b156106d35760405162461bcd60e51b81526004016106ca90614167565b60405180910390fd5b604051635ac86ab760e01b8152600860048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa15801561073b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061075f919061414a565b1561077c5760405162461bcd60e51b81526004016106ca90614167565b60006107c261078b85806141c4565b80806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250611ebe92505050565b6000818152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff16600281111561083157610831613d8f565b600281111561084257610842613d8f565b81525050905080604001516001600160401b0316876001600160401b0316116108d5576040805162461bcd60e51b81526020600482015260248101919091527f456967656e506f642e7665726966795374616c6542616c616e63653a2070726f60448201527f6f66206973206f6c646572207468616e206c61737420636865636b706f696e7460648201526084016106ca565b6001816060015160028111156108ed576108ed613d8f565b146109575760405162461bcd60e51b815260206004820152603460248201527f456967656e506f642e7665726966795374616c6542616c616e63653a2076616c604482015273696461746f72206973206e6f742061637469766560601b60648201526084016106ca565b61099b61096486806141c4565b80806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250611ee292505050565b610a1f5760405162461bcd60e51b815260206004820152604960248201527f456967656e506f642e7665726966795374616c6542616c616e63653a2076616c60448201527f696461746f72206d75737420626520736c617368656420746f206265206d61726064820152686b6564207374616c6560b81b608482015260a4016106ca565b610a31610a2b88610e3b565b87611f0c565b610a548635610a4087806141c4565b610a4d60208a018a61420d565b8651612067565b610a5e600061227e565b50505050505050565b6033546001600160a01b0316331480610a8a5750603e546001600160a01b031633145b610aa65760405162461bcd60e51b81526004016106ca90614253565b604051635ac86ab760e01b8152600260048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa158015610b0e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b32919061414a565b15610b4f5760405162461bcd60e51b81526004016106ca90614167565b8584148015610b5d57508382145b610bed5760405162461bcd60e51b815260206004820152605560248201527f456967656e506f642e7665726966795769746864726177616c43726564656e7460448201527f69616c733a2076616c696461746f72496e646963657320616e642070726f6f666064820152740e640daeae6e840c4ca40e6c2daca40d8cadccee8d605b1b608482015260a4016106ca565b603a546001600160401b03600160401b9091048116908a1611610c8d5760405162461bcd60e51b815260206004820152604c60248201527f456967656e506f642e7665726966795769746864726177616c43726564656e7460448201527f69616c733a207370656369666965642074696d657374616d7020697320746f6f60648201526b0819985c881a5b881c185cdd60a21b608482015260a4016106ca565b610c9f610c998a610e3b565b89611f0c565b6000805b87811015610d4257610d248a358a8a84818110610cc257610cc26142c7565b9050602002016020810190610cd791906142dd565b898985818110610ce957610ce96142c7565b9050602002810190610cfb919061420d565b898987818110610d0d57610d0d6142c7565b9050602002810190610d1f91906141c4565b612514565b610d2e908361431a565b915080610d3a81614332565b915050610ca3565b5060335460405163030b147160e61b81526001600160a01b039182166004820152602481018390527f00000000000000000000000000000000000000000000000000000000000000009091169063c2c51c4090604401600060405180830381600087803b158015610db257600080fd5b505af1158015610dc6573d6000803e3d6000fd5b5050505050505050505050505050565b600080610e1884848080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250612afa92505050565b600090815260366020526040902054600160c01b900460ff169150505b92915050565b6000610e4a611fff600c61434d565b610e5d6001600160401b0384164261436c565b10610ec65760405162461bcd60e51b815260206004820152603360248201527f456967656e506f642e676574506172656e74426c6f636b526f6f743a2074696d604482015272657374616d70206f7574206f662072616e676560681b60648201526084016106ca565b604080516001600160401b03841660208201526000918291720f3df6d732807ef1319fb7b8bb8522d0beac02910160408051601f1981840301815290829052610f0e916143b3565b600060405180830381855afa9150503d8060008114610f49576040519150601f19603f3d011682016040523d82523d6000602084013e610f4e565b606091505b5091509150818015610f61575060008151115b610fd35760405162461bcd60e51b815260206004820152603860248201527f456967656e506f642e676574506172656e74426c6f636b526f6f743a20696e7660448201527f616c696420626c6f636b20726f6f742072657475726e6564000000000000000060648201526084016106ca565b80806020019051810190610fe791906143cf565b949350505050565b6110176040805160808101825260008082526020820181905291810182905290606082015290565b600082815260366020908152604091829020825160808101845281546001600160401b038082168352600160401b8204811694830194909452600160801b810490931693810193909352906060830190600160c01b900460ff16600281111561108257611082613d8f565b600281111561109357611093613d8f565b90525092915050565b6033546001600160a01b03163314806110bf5750603e546001600160a01b031633145b6110db5760405162461bcd60e51b81526004016106ca90614253565b604051635ac86ab760e01b8152600660048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa158015611143573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611167919061414a565b156111845760405162461bcd60e51b81526004016106ca90614167565b61118d8261227e565b5050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146111d95760405162461bcd60e51b81526004016106ca906143e8565b346801bc16d674ec800000146112655760405162461bcd60e51b8152602060048201526044602482018190527f456967656e506f642e7374616b653a206d75737420696e697469616c6c792073908201527f74616b6520666f7220616e792076616c696461746f72207769746820333220656064820152633a3432b960e11b608482015260a4016106ca565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663228951186801bc16d674ec80000087876112a8612bf4565b8888886040518863ffffffff1660e01b81526004016112cc9695949392919061448e565b6000604051808303818588803b1580156112e557600080fd5b505af11580156112f9573d6000803e3d6000fd5b50505050507f606865b7934a25d4aed43f6cdb426403353fa4b3009c4d228407474581b01e23858560405161132f9291906144dd565b60405180910390a15050505050565b6113666040805160808101825260008082526020820181905291810182905290606082015290565b603660006113a985858080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250612afa92505050565b81526020808201929092526040908101600020815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b81049094169281019290925290916060830190600160c01b900460ff16600281111561141657611416613d8f565b600281111561142757611427613d8f565b9052509392505050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146114795760405162461bcd60e51b81526004016106ca906143e8565b611487633b9aca0082614507565b156115115760405162461bcd60e51b815260206004820152604e60248201527f456967656e506f642e776974686472617752657374616b6564426561636f6e4360448201527f6861696e4554483a20616d6f756e74576569206d75737420626520612077686f60648201526d1b194811ddd95a48185b5bdd5b9d60921b608482015260a4016106ca565b6000611521633b9aca008361451b565b6034549091506001600160401b0390811690821611156115da5760405162461bcd60e51b815260206004820152606260248201527f456967656e506f642e776974686472617752657374616b6564426561636f6e4360448201527f6861696e4554483a20616d6f756e74477765692065786365656473207769746860648201527f6472617761626c6552657374616b6564457865637574696f6e4c617965724777608482015261656960f01b60a482015260c4016106ca565b603480548291906000906115f89084906001600160401b031661452f565b92506101000a8154816001600160401b0302191690836001600160401b03160217905550826001600160a01b03167f8947fd2ce07ef9cc302c4e8f0461015615d91ce851564839e91cc804c2f49d8e8360405161165791815260200190565b60405180910390a26116698383612c39565b505050565b600054610100900460ff161580801561168e5750600054600160ff909116105b806116a85750303b1580156116a8575060005460ff166001145b61170b5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016106ca565b6000805460ff19166001179055801561172e576000805461ff0019166101001790555b6001600160a01b0382166117a15760405162461bcd60e51b815260206004820152603460248201527f456967656e506f642e696e697469616c697a653a20706f644f776e65722063616044820152736e6e6f74206265207a65726f206164647265737360601b60648201526084016106ca565b603380546001600160a01b0319166001600160a01b038416179055801561118d576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15050565b6033546001600160a01b0316331461182f5760405162461bcd60e51b81526004016106ca90614557565b603e54604080516001600160a01b03928316815291831660208301527ffb8129080a19d34dceac04ba253fc50304dc86c729bd63cdca4a969ad19a5eac910160405180910390a1603e80546001600160a01b0319166001600160a01b0392909216919091179055565b6033546001600160a01b031633146118c25760405162461bcd60e51b81526004016106ca90614557565b604051635ac86ab760e01b8152600560048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa15801561192a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061194e919061414a565b1561196b5760405162461bcd60e51b81526004016106ca90614167565b82518451146119f65760405162461bcd60e51b815260206004820152604b60248201527f456967656e506f642e7265636f766572546f6b656e733a20746f6b656e4c697360448201527f7420616e6420616d6f756e7473546f5769746864726177206d7573742062652060648201526a0e6c2daca40d8cadccee8d60ab1b608482015260a4016106ca565b60005b8451811015611a6457611a5283858381518110611a1857611a186142c7565b6020026020010151878481518110611a3257611a326142c7565b60200260200101516001600160a01b0316612d529092919063ffffffff16565b80611a5c81614332565b9150506119f9565b5050505050565b604051635ac86ab760e01b8152600760048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa158015611ad3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611af7919061414a565b15611b145760405162461bcd60e51b81526004016106ca90614167565b603a54600160401b90046001600160401b031680611bc05760405162461bcd60e51b815260206004820152605860248201527f456967656e506f642e766572696679436865636b706f696e7450726f6f66733a60448201527f206d75737420686176652061637469766520636865636b706f696e7420746f2060648201527f706572666f726d20636865636b706f696e742070726f6f660000000000000000608482015260a4016106ca565b60408051608081018252603c54808252603d5462ffffff811660208401526001600160401b03630100000082041693830193909352600160581b909204600f0b606082015290611c109087612da4565b6000805b85811015611e645736878783818110611c2f57611c2f6142c7565b9050602002810190611c41919061459f565b80356000908152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff166002811115611cb257611cb2613d8f565b6002811115611cc357611cc3613d8f565b9052509050600181606001516002811115611ce057611ce0613d8f565b14611cec575050611e52565b856001600160401b031681604001516001600160401b031610611d10575050611e52565b600080611d2083898e3587612f20565b602089018051929450909250611d35826145b5565b62ffffff16905250606087018051839190611d519083906145d4565b600f0b905250611d618187614623565b84356000908152603660209081526040918290208651815492880151938801516001600160401b03908116600160801b0267ffffffffffffffff60801b19958216600160401b026001600160801b0319909516919092161792909217928316821781556060870151939950869390929091839160ff60c01b1990911668ffffffffffffffffff60801b1990911617600160c01b836002811115611e0657611e06613d8f565b021790555050835160405164ffffffffff90911691506001600160401b038a16907fa91c59033c3423e18b54d0acecebb4972f9ea95aedf5f4cae3b677b02eaf3a3f90600090a3505050505b80611e5c81614332565b915050611c14565b506001600160401b038084166000908152603b6020526040812080548493919291611e9191859116614623565b92506101000a8154816001600160401b0302191690836001600160401b03160217905550610a5e82613042565b600081600081518110611ed357611ed36142c7565b60200260200101519050919050565b600081600381518110611ef757611ef76142c7565b60200260200101516000801b14159050919050565b611f186003602061434d565b611f25602083018361420d565b905014611f9a5760405162461bcd60e51b815260206004820152603d60248201527f426561636f6e436861696e50726f6f66732e7665726966795374617465526f6f60448201527f743a2050726f6f662068617320696e636f7272656374206c656e67746800000060648201526084016106ca565b611fea611faa602083018361420d565b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525086925050843590506003613249565b61118d5760405162461bcd60e51b815260206004820152604260248201527f426561636f6e436861696e50726f6f66732e7665726966795374617465526f6f60448201527f743a20496e76616c696420737461746520726f6f74206d65726b6c652070726f60648201526137b360f11b608482015260a4016106ca565b600884146120e25760405162461bcd60e51b815260206004820152604e602482015260008051602061485d83398151915260448201527f724669656c64733a2056616c696461746f72206669656c64732068617320696e60648201526d0c6dee4e4cac6e840d8cadccee8d60931b608482015260a4016106ca565b60056120f06028600161431a565b6120fa919061431a565b61210590602061434d565b82146121735760405162461bcd60e51b8152602060048201526043602482015260008051602061485d83398151915260448201527f724669656c64733a2050726f6f662068617320696e636f7272656374206c656e6064820152620cee8d60eb1b608482015260a4016106ca565b60006121b186868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061326192505050565b9050600064ffffffffff83166121c96028600161431a565b600b901b17905061221485858080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508c9250869150859050613249565b6122745760405162461bcd60e51b815260206004820152603d602482015260008051602061485d83398151915260448201527f724669656c64733a20496e76616c6964206d65726b6c652070726f6f6600000060648201526084016106ca565b5050505050505050565b603a54600160401b90046001600160401b03161561231f5760405162461bcd60e51b815260206004820152605260248201527f456967656e506f642e5f7374617274436865636b706f696e743a206d7573742060448201527f66696e6973682070726576696f757320636865636b706f696e74206265666f72606482015271329039ba30b93a34b7339030b737ba3432b960711b608482015260a4016106ca565b603a54426001600160401b03908116911614156123a45760405162461bcd60e51b815260206004820152603f60248201527f456967656e506f642e5f7374617274436865636b706f696e743a2063616e6e6f60448201527f7420636865636b706f696e7420747769636520696e206f6e6520626c6f636b0060648201526084016106ca565b6034546000906001600160401b03166123c1633b9aca004761451b565b6123cb919061452f565b90508180156123e157506001600160401b038116155b156124545760405162461bcd60e51b815260206004820152603d60248201527f456967656e506f642e5f7374617274436865636b706f696e743a206e6f20626160448201527f6c616e636520617661696c61626c6520746f20636865636b706f696e7400000060648201526084016106ca565b6000604051806080016040528061246a42610e3b565b815260200160395462ffffff168152602001836001600160401b031681526020016000600f0b815250905042603a60086101000a8154816001600160401b0302191690836001600160401b031602179055506124c581613042565b805160208083015160405162ffffff90911681526001600160401b034216917f575796133bbed337e5b39aa49a30dc2556a91e0c6c2af4b7b886ae77ebef1076910160405180910390a3505050565b600080612553848480806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250611ebe92505050565b6000818152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff1660028111156125c2576125c2613d8f565b60028111156125d3576125d3613d8f565b90525090506000816060015160028111156125f0576125f0613d8f565b146126815760405162461bcd60e51b8152602060048201526061602482015260008051602061483d83398151915260448201527f7469616c733a2076616c696461746f72206d75737420626520696e616374697660648201527f6520746f2070726f7665207769746864726177616c2063726564656e7469616c6084820152607360f81b60a482015260c4016106ca565b6001600160401b0380166126c786868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061350e92505050565b6001600160401b031614156127505760405162461bcd60e51b8152602060048201526055602482015260008051602061483d83398151915260448201527f7469616c733a2076616c696461746f72206d75737420626520696e207468652060648201527470726f63657373206f662061637469766174696e6760581b608482015260a4016106ca565b6001600160401b03801661279686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061353392505050565b6001600160401b03161461280e5760405162461bcd60e51b81526020600482015260446024820181905260008051602061483d833981519152908201527f7469616c733a2076616c696461746f72206d757374206e6f742062652065786960648201526374696e6760e01b608482015260a4016106ca565b612816612bf4565b61281f9061464e565b61285b86868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061354b92505050565b146128ca5760405162461bcd60e51b8152602060048201526045602482015260008051602061483d83398151915260448201527f7469616c733a2070726f6f66206973206e6f7420666f72207468697320456967606482015264195b941bd960da1b608482015260a4016106ca565b600061290886868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061356092505050565b90506129188a87878b8b8e612067565b6039805490600061292883614332565b9091555050603a54600090600160401b90046001600160401b03161561296057603a54600160401b90046001600160401b031661296d565b603a546001600160401b03165b6040805160808101825264ffffffffff8d1681526001600160401b03858116602083015283169181019190915290915060608101600190526000858152603660209081526040918290208351815492850151938501516001600160401b03908116600160801b0267ffffffffffffffff60801b19958216600160401b026001600160801b031990951691909216179290921792831682178155606084015190929091839160ff60c01b1990911668ffffffffffffffffff60801b1990911617600160c01b836002811115612a4357612a43613d8f565b02179055505060405164ffffffffff8c1681527f2d0800bbc377ea54a08c5db6a87aafff5e3e9c8fead0eda110e40e0c10441449915060200160405180910390a16040805164ffffffffff8c1681526001600160401b03838116602083015284168183015290517f0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df9181900360600190a1612aeb633b9aca006001600160401b03841661434d565b9b9a5050505050505050505050565b60008151603014612b835760405162461bcd60e51b815260206004820152604760248201527f456967656e506f642e5f63616c63756c61746556616c696461746f725075626b60448201527f657948617368206d75737420626520612034382d6279746520424c53207075626064820152666c6963206b657960c81b608482015260a4016106ca565b604051600290612b9a908490600090602001614672565b60408051601f1981840301815290829052612bb4916143b3565b602060405180830381855afa158015612bd1573d6000803e3d6000fd5b5050506040513d601f19601f82011682018060405250810190610e3591906143cf565b60408051600160f81b60208201526000602182015230606090811b6bffffffffffffffffffffffff1916602c8301529101604051602081830303815290604052905090565b80471015612c895760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a20696e73756666696369656e742062616c616e636500000060448201526064016106ca565b6000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114612cd6576040519150601f19603f3d011682016040523d82523d6000602084013e612cdb565b606091505b50509050806116695760405162461bcd60e51b815260206004820152603a60248201527f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260448201527f6563697069656e74206d6179206861766520726576657274656400000000000060648201526084016106ca565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663a9059cbb60e01b179052611669908490613578565b612db06005600361431a565b612dbb90602061434d565b612dc8602083018361420d565b905014612e4b5760405162461bcd60e51b8152602060048201526044602482018190527f426561636f6e436861696e50726f6f66732e76657269667942616c616e636543908201527f6f6e7461696e65723a2050726f6f662068617320696e636f7272656374206c656064820152630dccee8d60e31b608482015260a4016106ca565b606c612e9c612e5d602084018461420d565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250879250508535905084613249565b6116695760405162461bcd60e51b815260206004820152604960248201527f426561636f6e436861696e50726f6f66732e76657269667942616c616e63654360448201527f6f6e7461696e65723a20696e76616c69642062616c616e636520636f6e7461696064820152683732b910383937b7b360b91b608482015260a4016106ca565b83516020850151600091829182612f3887848861364a565b9050816001600160401b0316816001600160401b031614612fb257612f5d81836137c1565b6040805164ffffffffff861681526001600160401b038b8116602083015284168183015290519196507f0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df919081900360600190a15b6001600160401b0380821660208b0181905290891660408b01526130365760398054906000612fe0836146a1565b9091555050600260608a0152612ff5856146b8565b93508264ffffffffff16886001600160401b03167f2a02361ffa66cf2c2da4682c2355a6adcaa9f6c227b6e6563e68480f9587626a60405160405180910390a35b50505094509492505050565b602081015162ffffff166131c9576000633b9aca00826060015183604001516001600160401b031661307491906145d4565b600f0b61308191906146df565b60408301516034805492935090916000906130a69084906001600160401b0316614623565b82546101009290920a6001600160401b03818102199093169183160217909155603a8054600160401b81049092166001600160801b0319909216919091179055506000603c55603d80546001600160d81b031916905560335460405163030b147160e61b81526001600160a01b039182166004820152602481018390527f00000000000000000000000000000000000000000000000000000000000000009091169063c2c51c4090604401600060405180830381600087803b15801561316b57600080fd5b505af115801561317f573d6000803e3d6000fd5b5050603a546040518481526001600160401b0390911692507f525408c201bc1576eb44116f6478f1c2a54775b19a043bcfdc708364f74f8e44915060200160405180910390a25050565b8051603c556020810151603d8054604084015160608501516fffffffffffffffffffffffffffffffff16600160581b026fffffffffffffffffffffffffffffffff60581b196001600160401b039092166301000000026affffffffffffffffffffff1990931662ffffff9095169490941791909117169190911790555b50565b6000836132578685856137d9565b1495945050505050565b60008060028351613272919061451b565b90506000816001600160401b0381111561328e5761328e613f3d565b6040519080825280602002602001820160405280156132b7578160200160208202803683370190505b50905060005b828110156133be576002856132d2838361434d565b815181106132e2576132e26142c7565b6020026020010151868360026132f8919061434d565b61330390600161431a565b81518110613313576133136142c7565b6020026020010151604051602001613335929190918252602082015260400190565b60408051601f198184030181529082905261334f916143b3565b602060405180830381855afa15801561336c573d6000803e3d6000fd5b5050506040513d601f19601f8201168201806040525081019061338f91906143cf565b8282815181106133a1576133a16142c7565b6020908102919091010152806133b681614332565b9150506132bd565b506133ca60028361451b565b91505b81156134ea5760005b828110156134d7576002826133eb838361434d565b815181106133fb576133fb6142c7565b602002602001015183836002613411919061434d565b61341c90600161431a565b8151811061342c5761342c6142c7565b602002602001015160405160200161344e929190918252602082015260400190565b60408051601f1981840301815290829052613468916143b3565b602060405180830381855afa158015613485573d6000803e3d6000fd5b5050506040513d601f19601f820116820180604052508101906134a891906143cf565b8282815181106134ba576134ba6142c7565b6020908102919091010152806134cf81614332565b9150506133d6565b506134e360028361451b565b91506133cd565b806000815181106134fd576134fd6142c7565b602002602001015192505050919050565b6000610e3582600581518110613526576135266142c7565b6020026020010151613925565b6000610e3582600681518110613526576135266142c7565b600081600181518110611ed357611ed36142c7565b6000610e3582600281518110613526576135266142c7565b60006135cd826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b031661398c9092919063ffffffff16565b80519091501561166957808060200190518101906135eb919061414a565b6116695760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b60648201526084016106ca565b60006136586026600161431a565b61366390602061434d565b613670604084018461420d565b9050146136e15760405162461bcd60e51b81526020600482015260446024820181905260008051602061485d833981519152908201527f7242616c616e63653a2050726f6f662068617320696e636f7272656374206c656064820152630dccee8d60e31b608482015260a4016106ca565b60006136ee600485614764565b64ffffffffff169050613748613707604085018561420d565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508992505050602086013584613249565b6137a85760405162461bcd60e51b815260206004820152603e602482015260008051602061485d83398151915260448201527f7242616c616e63653a20496e76616c6964206d65726b6c652070726f6f66000060648201526084016106ca565b6137b683602001358561399b565b9150505b9392505050565b60006137ba6001600160401b03808416908516614788565b600083516000141580156137f85750602084516137f69190614507565b155b6138875760405162461bcd60e51b815260206004820152605460248201527f4d65726b6c652e70726f63657373496e636c7573696f6e50726f6f665368613260448201527f35363a2070726f6f66206c656e6774682073686f756c642062652061206e6f6e60648201527316bd32b9379036bab63a34b836329037b310199960611b608482015260a4016106ca565b604080516020808201909252848152905b8551811161391b576138ab600285614507565b6138de578151600052808601516020526020826040600060026107d05a03fa6138d357600080fd5b600284049350613909565b8086015160005281516020526020826040600060026107d05a03fa61390257600080fd5b6002840493505b61391460208261431a565b9050613898565b5051949350505050565b60f881901c60e882901c61ff00161760d882901c62ff0000161760c882901c63ff000000161764ff0000000060b883901c161765ff000000000060a883901c161766ff000000000000609883901c161767ff0000000000000060889290921c919091161790565b6060610fe784846000856139c8565b6000806139a96004846147d8565b6139b49060406147fc565b64ffffffffff169050610fe784821b613925565b606082471015613a295760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b60648201526084016106ca565b6001600160a01b0385163b613a805760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016106ca565b600080866001600160a01b03168587604051613a9c91906143b3565b60006040518083038185875af1925050503d8060008114613ad9576040519150601f19603f3d011682016040523d82523d6000602084013e613ade565b606091505b5091509150613aee828286613af9565b979650505050505050565b60608315613b085750816137ba565b825115613b185782518084602001fd5b8160405162461bcd60e51b81526004016106ca9190614829565b80356001600160401b0381168114613b4957600080fd5b919050565b600060408284031215613b6057600080fd5b50919050565b600080600060608486031215613b7b57600080fd5b613b8484613b32565b925060208401356001600160401b0380821115613ba057600080fd5b613bac87838801613b4e565b93506040860135915080821115613bc257600080fd5b50613bcf86828701613b4e565b9150509250925092565b60008083601f840112613beb57600080fd5b5081356001600160401b03811115613c0257600080fd5b6020830191508360208260051b8501011115613c1d57600080fd5b9250929050565b60008060008060008060008060a0898b031215613c4057600080fd5b613c4989613b32565b975060208901356001600160401b0380821115613c6557600080fd5b613c718c838d01613b4e565b985060408b0135915080821115613c8757600080fd5b613c938c838d01613bd9565b909850965060608b0135915080821115613cac57600080fd5b613cb88c838d01613bd9565b909650945060808b0135915080821115613cd157600080fd5b50613cde8b828c01613bd9565b999c989b5096995094979396929594505050565b600060208284031215613d0457600080fd5b6137ba82613b32565b60008083601f840112613d1f57600080fd5b5081356001600160401b03811115613d3657600080fd5b602083019150836020828501011115613c1d57600080fd5b60008060208385031215613d6157600080fd5b82356001600160401b03811115613d7757600080fd5b613d8385828601613d0d565b90969095509350505050565b634e487b7160e01b600052602160045260246000fd5b60038110613dc357634e487b7160e01b600052602160045260246000fd5b9052565b60208101610e358284613da5565b600060208284031215613de757600080fd5b5035919050565b60006080820190506001600160401b03808451168352806020850151166020840152806040850151166040840152506060830151613e2f6060840182613da5565b5092915050565b801515811461324657600080fd5b600060208284031215613e5657600080fd5b81356137ba81613e36565b600080600080600060608688031215613e7957600080fd5b85356001600160401b0380821115613e9057600080fd5b613e9c89838a01613d0d565b90975095506020880135915080821115613eb557600080fd5b50613ec288828901613d0d565b96999598509660400135949350505050565b6001600160a01b038116811461324657600080fd5b8035613b4981613ed4565b60008060408385031215613f0757600080fd5b8235613f1281613ed4565b946020939093013593505050565b600060208284031215613f3257600080fd5b81356137ba81613ed4565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f191681016001600160401b0381118282101715613f7b57613f7b613f3d565b604052919050565b60006001600160401b03821115613f9c57613f9c613f3d565b5060051b60200190565b600082601f830112613fb757600080fd5b81356020613fcc613fc783613f83565b613f53565b82815260059290921b84018101918181019086841115613feb57600080fd5b8286015b848110156140065780358352918301918301613fef565b509695505050505050565b60008060006060848603121561402657600080fd5b83356001600160401b038082111561403d57600080fd5b818601915086601f83011261405157600080fd5b81356020614061613fc783613f83565b82815260059290921b8401810191818101908a84111561408057600080fd5b948201945b838610156140a757853561409881613ed4565b82529482019490820190614085565b975050870135925050808211156140bd57600080fd5b506140ca86828701613fa6565b9250506140d960408501613ee9565b90509250925092565b6000806000604084860312156140f757600080fd5b83356001600160401b038082111561410e57600080fd5b61411a87838801613b4e565b9450602086013591508082111561413057600080fd5b5061413d86828701613bd9565b9497909650939450505050565b60006020828403121561415c57600080fd5b81516137ba81613e36565b6020808252603e908201527f456967656e506f642e6f6e6c795768656e4e6f745061757365643a20696e646560408201527f782069732070617573656420696e20456967656e506f644d616e616765720000606082015260800190565b6000808335601e198436030181126141db57600080fd5b8301803591506001600160401b038211156141f557600080fd5b6020019150600581901b3603821315613c1d57600080fd5b6000808335601e1984360301811261422457600080fd5b8301803591506001600160401b0382111561423e57600080fd5b602001915036819003821315613c1d57600080fd5b6020808252604e908201527f456967656e506f642e6f6e6c794f776e65724f7250726f6f665375626d69747460408201527f65723a2063616c6c6572206973206e6f7420706f64206f776e6572206f72207060608201526d3937b7b31039bab136b4ba3a32b960911b608082015260a00190565b634e487b7160e01b600052603260045260246000fd5b6000602082840312156142ef57600080fd5b813564ffffffffff811681146137ba57600080fd5b634e487b7160e01b600052601160045260246000fd5b6000821982111561432d5761432d614304565b500190565b600060001982141561434657614346614304565b5060010190565b600081600019048311821515161561436757614367614304565b500290565b60008282101561437e5761437e614304565b500390565b60005b8381101561439e578181015183820152602001614386565b838111156143ad576000848401525b50505050565b600082516143c5818460208701614383565b9190910192915050565b6000602082840312156143e157600080fd5b5051919050565b60208082526031908201527f456967656e506f642e6f6e6c79456967656e506f644d616e616765723a206e6f6040820152703a1032b4b3b2b72837b226b0b730b3b2b960791b606082015260800190565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6000815180845261447a816020860160208601614383565b601f01601f19169290920160200192915050565b6080815260006144a260808301888a614439565b82810360208401526144b48188614462565b905082810360408401526144c9818688614439565b915050826060830152979650505050505050565b602081526000610fe7602083018486614439565b634e487b7160e01b600052601260045260246000fd5b600082614516576145166144f1565b500690565b60008261452a5761452a6144f1565b500490565b60006001600160401b038381169083168181101561454f5761454f614304565b039392505050565b60208082526028908201527f456967656e506f642e6f6e6c79456967656e506f644f776e65723a206e6f74206040820152673837b227bbb732b960c11b606082015260800190565b60008235605e198336030181126143c557600080fd5b600062ffffff8216806145ca576145ca614304565b6000190192915050565b600081600f0b83600f0b600082128260016001607f1b03038213811516156145fe576145fe614304565b8260016001607f1b031903821281161561461a5761461a614304565b50019392505050565b60006001600160401b0380831681851680830382111561464557614645614304565b01949350505050565b80516020808301519190811015613b605760001960209190910360031b1b16919050565b60008351614684818460208801614383565b6001600160801b0319939093169190920190815260100192915050565b6000816146b0576146b0614304565b506000190190565b600081600f0b60016001607f1b03198114156146d6576146d6614304565b60000392915050565b60006001600160ff1b038184138284138082168684048611161561470557614705614304565b600160ff1b600087128281168783058912161561472457614724614304565b6000871292508782058712848416161561474057614740614304565b8785058712818416161561475657614756614304565b505050929093029392505050565b600064ffffffffff8084168061477c5761477c6144f1565b92169190910492915050565b600081600f0b83600f0b600081128160016001607f1b0319018312811516156147b3576147b3614304565b8160016001607f1b030183138116156147ce576147ce614304565b5090039392505050565b600064ffffffffff808416806147f0576147f06144f1565b92169190910692915050565b600064ffffffffff8083168185168183048111821515161561482057614820614304565b02949350505050565b6020815260006137ba602083018461446256fe456967656e506f642e5f7665726966795769746864726177616c43726564656e426561636f6e436861696e50726f6f66732e76657269667956616c696461746fa2646970667358221220f9f5d60682fdf4bd864fc835508826f6acc08906f8f542cf21a19958bf5c855064736f6c634300080c003300000000000000000000000000000000219ab540356cbb839cbe05303d7705fa0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe6000000000000000000000000000000000000000000000000000000006059f460","r":"0xbd46b13785582d1d0b2d0d1568c3cff09aba105c512730f6b6a95d75e32e96f3","s":"0x679a0bdc74ac67f1d7d40a9c24102eb1446bafb86ede90079755a2e28b002635","yParity":"0x0","v":"0x0","hash":"0xca92fcf6a8815d78246d0c289af27b98297c2985f73fc10614a444a60fb1ab0f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xef4b093cfda9d6209f4160ebbe4f60a085fb7484c7d23960d519e5629b4efb59","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa6fad67b3c9c5a0097f43e02a70d150b74aa5ef52b756de10e526a4c89c9ee40","transactionsRoot":"0x5f60f6c92c56b842b49006510ccfd39bb74640a8207245fee281ab9852a9e7ff","receiptsRoot":"0x3213cbd6ad41822c6f9b8e82d501478153fc9519fa3734c0a9936942f0708ba9","logsBloom":"0x00000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000100000000000000000","difficulty":"0x0","number":"0xb7","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xd0","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a200000000000000000000000000000000000000000000000022cd6f987e0f1fd7","r":"0x1c1617b0fe8b59f30213b2764cb67c5749a543ef3cae4ea610af5fa5146e0e2d","s":"0x1f798332e797e2abcbf9f23e9ed0321c63aff1c55ce05f5e40d963329fe6b4a5","yParity":"0x0","v":"0x0","hash":"0x7f25638582b2405609e148ac152231979135946e0fca8bf21618e00fca39e742"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5819abf452c5e532736fe4419791d60392b50375e5f9e5841c7370fb56f65e1b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x86671a8c4fb4cfa75d40fea5c415a241a66f32a061fdeb2afe3e857a5193259e","transactionsRoot":"0x98ab2b28f66a8bb1dc2e6205ef5a2fc0da90f98c50c5bbb66a691559ca5370bd","receiptsRoot":"0x1b8f10506d5ed1503993482aa2692fb49ceb9699d7abc652f03dcec64384f629","logsBloom":"0x00000000000000000000000000000004000000000002000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000008000000000000000000000000000000010000000000000000000000000001010002002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x107","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000035305bc89a3aca62","r":"0x9ca3f71a29fabbb57c91ea051c49cc7babdae9403ea74e672816fd3699206acd","s":"0x1fd28f5449153272b4e3dab1ff059b613b0e10585c1d81d05515cd9af7f97b50","yParity":"0x0","v":"0x0","hash":"0xa1f20d9d45788e468ec099c308a13b2f5d7e2f48bfae99a7909d3f41d5e80e6b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x0da81f5aeedfcc0406b47ceb56cb2012c4915c0fe8adb9fcbb55a1e157fac7c8","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xae20acb25c625d198e033748277475b945e1999b430bf3afa11f62231567dcea","transactionsRoot":"0x474ef8a34bb0c429751fb7a89e2962ba01499891bd94d8ad0841ef1462492886","receiptsRoot":"0xd5aec3642c8262e35c1d1a7efa5085bc4a071ce285987644bae565658b2aa501","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000020000000000000000000000000000000008000010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000040000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xc6","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xdf","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d190900000000000000000000000000000000000000000000000060f0389daa707614","r":"0xf0f8abd40b4027ef84a33249693f34050fe4e63d9d0f5257e5eb5f0b21ca33c1","s":"0x2b35fe953f6318eb139c522fcc4b4288bfa84df05b7152bbb78cb9482644a2f6","yParity":"0x1","v":"0x1","hash":"0xa8bc0e8cbc1bbf0ed77c1090be0c7762d54b284cb6d78bc4b72757c8cb3d6836"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x519f1fef2682251718c49301b21abde6be04d63ec63134e360c0ff00c729a120","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x08c43f29af6afe145965d9c72c16180f3241916d107783a6c67e45158ff9d21a","transactionsRoot":"0xbb329b573ecbc72c1e4368fe219d87627f6e5a3f9028596d0ea7053a5c9f3b26","receiptsRoot":"0xd26a61657226cedfab2513375c0e7355434c96992bbc918beea3d12796bbc656","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000002000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000200000000000000000000010000000000000000000000000001010000002000004000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x189","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004110171a4c1b2174","r":"0x88553cb7906f43d2dadae4c546c68702090a6ccda224aca44c82f813d407bd81","s":"0x754d5282f5a04430392c9bdd4b1099c19c88a0a2b819a46ff07de758c99b337f","yParity":"0x0","v":"0x0","hash":"0xb2918300d3217b9afe4e0b1bbe97b7d8d1ddd746c2046ae336b7cf5846d9f6ca"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6d69bee34fa900b0e04712036b0a28cea9bd0e132e5820bcbc99bc97fd3f4ba7","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3e71bc4610018d560761e4f5eebaf3daf694400bcd3e115a7b92c0ade7fcfdb8","transactionsRoot":"0xf2303158404d57dfab3117918f496c02cfc29fff7a8c7817e4730755160bda41","receiptsRoot":"0x0f59c2bcc57465099d62a7a76a7012bc4cbc2a6f3583b140b28ec408293112aa","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000040000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000008000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100020000000000","difficulty":"0x0","number":"0x18f","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006545d716817d36a9","r":"0x8bee230418bfbf7dcc18cd61030c3f30a8047c9babf92389654a1d9f69579dea","s":"0x18180a97b6a4fab6e6bd71e325ada467215025cb145a88dddba1a91a3097d232","yParity":"0x1","v":"0x1","hash":"0x1cce12643246a794dcfd3848b67b7064cd7cf7a71b22cea17d9fe14215856bb9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x9b1a6c72aefbf824e9f172abb2c7f6331daf66f0f158211cf51d0bcda7db411c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x55ff3b7175f0e9e8c535aa30787129924adf306c7de249c78595ef51a9a2c7fe","transactionsRoot":"0x4ba5208a16a35a1393c3cbe6fc0dc3d1cb6efaaa0484ffaf8ad7d2ac624a1bee","receiptsRoot":"0x6c39e89f63c751fc2d7a44e4e34a874ecbc855a087783e90fd123ce0c8cd4048","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000010020000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000800000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x1b4","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e5900000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393900000000000000000000000000000000000000000000000000000000000000","r":"0x73e8f332f9cf1017ebd6a3e3c98985f224a42c78cd649b9efcaed5801343b62c","s":"0x42892fbba065b5fda02e9a0ff9a56c84f74c7b29b9d8c022b9096ceb322ce7dd","yParity":"0x0","v":"0x0","hash":"0x32761e545ae1e4c20e3256c1596156f7f8b3e1fdb7596f2807db5a3cdc0e198d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xabfaf8a9ef9fc3563ee1c450a16e6a1cc72168b0aa485e500489d0fe22746ce2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x43820ed257874bd57cbc36e38702eeebc4e303857ed5e15dabfa15f69be533c1","transactionsRoot":"0xcafd6e3b7ea9f869b37fb6fc86f29ee16e0ab476cde755c7ac27816e5861b752","receiptsRoot":"0xd689b5886bbb3964b512b5d1197e73aed9552de2aaa39b980fd3b63266545fc6","logsBloom":"0x00000010008000020104000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000040000000","difficulty":"0x0","number":"0x110","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313700000000000000000000000000000000000000000000000000000000000000","r":"0x94f96f4b9d5b69d0388eb102356aad9f300a3124bfefc4e455f0aed286e06071","s":"0x2c9fddcccc62b7dcddf695628783527c49df823a763d6069b013e0d8989cc204","yParity":"0x1","v":"0x1","hash":"0x303c80287a03b88ba17b03e93e9d6f48696589e890a1b1e8273183561214bfa6"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd27a75abaf336f542afa6889bd43ca2eaa8acd37b0038b53a545412c50a86448","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x20adec5b46010a36284f65bcdb9492d30c61bc95695d7beb8d5fb0d0795ffe5b","transactionsRoot":"0x61415bab7189eddd4936796c62cc369bcce4c35d31f73e644f7a254dad6f565b","receiptsRoot":"0x3e4f52543b670646f934361cf11ccdb68a13207d6150ea04f0e6f35345628b21","logsBloom":"0x00000000000000000000000010000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000020000000000000000000000000000000000002040000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x18","gasLimit":"0x1c9c380","gasUsed":"0x9772","timestamp":"0x67fe6881","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x3f0a889","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x28","gas":"0xdd7c","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","value":"0x0","accessList":[],"input":"0x99a88ec4000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc9000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e","r":"0x5eb8d192b330de81c457b4b9e2c6c6382558409ac9fd8b7948abd3df2d5496ff","s":"0xf9f9e71869fb8395aa5dfd07685a1dd40ed4471c4393ae42766d7e3619b361e","yParity":"0x0","v":"0x0","hash":"0xf54cb01ae39018649f446890cfa61cfbc486ba994992e75bb900944ef83f7508"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x81aacf5a97a0ebf749366e3a46432ebb0d5c99789a8614a4af35e74417ca5550","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x45dde446a73205ce1ccdb4d66dfb79d9afa11a53ceed2005135aabacbb339033","transactionsRoot":"0xfcf5633462da07c8b29a4697099366ac35f55d0a7117675d4b3c39daeff8e7b4","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x5f","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x16d2","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x78","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x0d803cdeee5990f22c2a8df10a695d2312da26cc","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x9cabfa62fbb28bea731c7e05f82abe73a22f0448fdd021749452298063f889a3","s":"0x1963f4f0609e0aaadd30e009c64703d82cb03a2c60842b90b6e985bbf5f1ebed","yParity":"0x1","v":"0x1","hash":"0xdd3b7c97c1e697beef8a2c64faf3b83660f6149b54e773a46e42a6a627153fa9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa0e791d42d8e18ffa02c079e622fb93e21577aee1e80d3624b48c436deb296c2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x876703b7b610d475ea50fb76a8c0ff171a9cfa3232f46bbe35888789ab0162dc","transactionsRoot":"0xf0fabcd6460947372feb1532d6f662e3f0eed9bf766bd5611a056980494c16dd","receiptsRoot":"0x30f53256882e5d4f75dcd9a8a56b947c0fcc295dfcde5df0329e8ab97a495559","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000020000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000004002000000000000000200000000000000000000000000001000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xce","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xe7","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d00000000000000000000000000000000000000000000000039f4d3f2cf92a422","r":"0x2c1a453a41cb991a2979d1247489804560965f7820c2eaefeb1d4380f628a1cb","s":"0x3c64195a3d15193a0eb4c081aa007bf3d2126e8dbd4860377a91cb5b4dab75b4","yParity":"0x1","v":"0x1","hash":"0xc3766769d1956c53539b99701f12c6b113e39cca00fb39644caa86db15d7554a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x34f93cbcbb463874cba27729cc4982eb8f39ad167ca5c3af52f014c0a59f85d0","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb713eafa0c9ff1735953f8b64b69aa42ed14b851cae077af8c26acd33f10110b","transactionsRoot":"0x0aafb92853497258706cee7b168c565ef91511bcf16e3b2ea7c7f04266e5b9ad","receiptsRoot":"0xcf9165c64e60df3b8eaeeff7bf6fa90aa6621c265a51a77578881153853bbb07","logsBloom":"0x00002010008000020100000000000000000000000000000000000001000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x186","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373600000000000000000000000000000000000000000000000000000000000000","r":"0x6a4333b5638f7b368f2ceb5a69a4e8f8731587a9d820c850c48819a96617a461","s":"0x4a85b1076facddedf4273dc7f3a0cbbf94b8676d951b8f8de727e0d4111384fd","yParity":"0x0","v":"0x0","hash":"0x59804df90688231138501cfcb2c0c11196470d463adbdc3b26794660882e6f7b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x42c1b1cb0f8f3d323ab2b9d634460bc421c6bca2b9ce6b54059f8ebcd6fb8d4a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf8a282d48913d2ae74eaad17a84a088cd7bf29cee3f2658a1f6bbd7bbb8fb4b0","transactionsRoot":"0x5a2d07527815105b423a681c105c002c07895b9f2594f5d2b9d2e31b6ded45cb","receiptsRoot":"0x38f629feba0ef402de7c73622a4d16cb8733a836f1d93f27b996113fa8ed7ce4","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000800000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000020000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000100100000000000000","difficulty":"0x0","number":"0x1af","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001eaea2d75e247668","r":"0x7d26a305b685ac7032106954159b11e571270afe316219ec9fc2e3420ab2418d","s":"0x5e0b3ff1f6fb49d27f024d4c256d256c8da4e01545d47a559f8f76c894208634","yParity":"0x1","v":"0x1","hash":"0x91e35bf47e60639997becb091f0593d4f33fb1a49061b859a6b321b60090dbd8"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x018d7ed9c59c72c869cc0c77807ea8b082df79b7a771ecb935bed66d99a64a5d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x521b19f7dcba7dfd2c65e4b7e00a69d89eea248076fb71898d9f22a3d8cd1e19","transactionsRoot":"0x23e6069df13183f9f0e37238a4aef950a7af5b857ab41fed547770b639108ce3","receiptsRoot":"0x09292868c8a92bd188243d656bf11e5b2bf095bcd789499207ceeb78f80ff403","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x1d","gasLimit":"0x1c9c380","gasUsed":"0x11c64","timestamp":"0x67fe6881","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x244268a","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x34","gas":"0x188d0","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","value":"0x0","accessList":[],"input":"0x7f3c2c2800000000000000000000000000000000000000000000000000000000000000400000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f373042000000000000000000000000000000000000000000000000000000000000001a6d6f636b4176735265676973747279436f6f7264696e61746f72000000000000","r":"0x19ae2605ce5f3e505da2d888246347947e48b18fb878e4d30efa0a21ee4b1d6c","s":"0x18467bd69fc77f17bd96303d3f2a9d28cfdb337d38fa33db327869e576f6d135","yParity":"0x0","v":"0x0","hash":"0xc06d64dda578c2b2fadc642a395745ae0ff942c8dfeceb97ba9ac86fcba97afb"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x527942873b520b69e314fd6781a368fee000477201688c454f62cbf0918d362f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x1f9d2ed89d2da062c7b99a6d31dc313a2daffe277131eb3533c3227754717ffc","transactionsRoot":"0xcae5883a7cc2d845204c6fa3935357d033615ab0c4083b9afd75d3bbbe1cfbeb","receiptsRoot":"0xd73cd0bcd88c652525d0c28e7f1bcf4a0e597d0eccfc96bf69e60f81797b5f95","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000020000000000000000000000800100000008000010000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020040000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x167","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000060f0389daa707614","r":"0x61d3eab87d9b7419098c78bc5b45e35578d2ff9310730ec8f9f690b782dfc98","s":"0x2c91dce1dbba6b00a8f4a3a9a0b5561a8e595b7e11b3878518cbe1fb926470ed","yParity":"0x0","v":"0x0","hash":"0x33bdcdb005ec8c6940ce046f088e10f8692ed4a56e8cb45d4c2bf6eeddad4a06"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x12f6a36c1a9650365680efac86f73a9f816748fd17f2fd555280c731e3498109","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe209f8c6d834109b7ef5911b5fa1a2f658b4d2077637808804118c5c67c64f05","transactionsRoot":"0x06596823a32f8f104c61c96b7892cbb203a940107ba98dfa824931d6ccb1adc2","receiptsRoot":"0xfb97853a2873c4cd4fc18d1164697376c6707081955365a839569de948e1fe57","logsBloom":"0x00000000000100000000000000000004000000000200000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000040000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x173","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000005cde953af7a868ea","r":"0xa4fc0f0fe010a5bc4999b34a2db6955be19b5db471b1d2a7c6a388cb2435c522","s":"0x10aa1d4e81d1ce3bdff7ad76c27687ff1cf5d9f99c1a11d72fb116006cdf58ce","yParity":"0x0","v":"0x0","hash":"0x1315116215d169b8b4008a90f4c0dabd1533116abc563ef0b3527c041630fc92"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xaecfc8f35ecb80db5a7ba654c96399770c000b5ff04a22c6a3ab7aa1873a985d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x228a6aabfa96d1e20a18b0d0b0ec585f5bbae3a54a67f26d2f505c32a0940b1e","transactionsRoot":"0xe63d496efc86a16de41a8f900b9064e2f1b403057cd2bfebea52ede32d8a3edf","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x27","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x9bc753","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x40","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x70997970c51812dc3a010c7d01b50e0d17dc79c8","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x7c76a541badb2c4481b381c5db4ac680f1dd2b2751685ab5b6151dc421ff1787","s":"0x740c0e3461fc6c45e2add889fbc3055c8bee1718205967b8e27c7ce3d9195b55","yParity":"0x1","v":"0x1","hash":"0x1f6ba358fec88d076d23d5f5c7901f3c2533537e41a41705571d0d12c766c30d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xdeae2a2941b61f02c076e00aebc2b19e8cb6b53557f78c9767ecbb78569d6cff","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xdf87faa1a6c507dbe1ae1b6eb8b6feac81719fa22705e84fa42b013e8caa93ff","transactionsRoot":"0xb6313d93e6c8ae3693a7aff43403b1396a70a9d2e1cb75c7cb020abd19e15faf","receiptsRoot":"0xbb29823ff2d66a827ab940a85477f7ec2096edf818fff9ba66984bafdf825540","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000240000000000000000000000000000000000000000000002000000000000000000000000000002000000000000000000000000000000000000000000000000000000100000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000001000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x23","gasLimit":"0x1c9c380","gasUsed":"0xed87","timestamp":"0x67fe6881","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1087c9d","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x3c","gas":"0x14815","maxFeePerGas":"0x37a341d","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xdf5b3547000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000001000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000","r":"0xa4eca02d6837fe3f7062857be1ffbebdb0170f854a9cf71ede09422766cd020d","s":"0x39001c529438b84b46b7396823041ba983cf0529e8f6a54da18d02e9caadd05c","yParity":"0x0","v":"0x0","hash":"0xc5307d83a23c02ebf888741852b5de8681b53afa25548e6e1a25e62917a24940"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd1c1ff17c34ffde20d271d844379d95619f2b91fabf1aeec5ae876e97b1a7b82","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3328908433522cd6ec72adf8ae5c35edf28c4c2abfbfa669f9316c5d41b0cd48","transactionsRoot":"0xdbe9335b663d70c163e9d69f7101dbf58dd29798be0ba3cdd749b2f1d8d6b6bf","receiptsRoot":"0xc6f644aac3a2f46077b7aaeca3a7dce45bb1ded7a2d1925a9740512e443d7418","logsBloom":"0x00000000000000000000000000000000400400000000000000000000000000000000000000000000000000000000000080800010000000000000000000000000000000000000000000000000000002000040000000000110000000000000000000000000000000000000000000000020000000000000000000000000000000000400000000000000000000000000000000000000000000008000002000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x1a","gasLimit":"0x1c9c380","gasUsed":"0x28f775","timestamp":"0x67fe6881","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x30b6fb6","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x2b","gas":"0x2dc491","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x60c0346100a357601f61296e38819003918201601f19168301916001600160401b038311848410176100a75780849260409485528339810103126100a35780516001600160a01b03811691908290036100a35760200151906001600160a01b03821682036100a35760a0526080526040516128b290816100bc82396080518181816103c001526119a2015260a0518181816109c201528181611b610152611c790152f35b5f80fd5b634e487b7160e01b5f52604160045260245ffdfe6080806040526004361015610012575f80fd5b5f3560e01c9081630491b41c146113955750806308732461146113385780631f9b74e0146112e457806320b66298146110b65780632550477714610f4b5780632cd9594014610e4f5780633ca5a5f514610e1d5780634bd26e0914610dde5780635401ed2714610db65780635e5a677514610d945780635f1f2d7714610a8557806366acfefe146109f15780636d14a987146109ad5780637c1723471461099357806381c07502146107545780639f3ccf65146106fb578063ac6bfb03146106ad578063adc804da14610645578063b6904b7814610605578063bc9a40c3146105ca578063bd29b8cd1461054c578063c46778a514610512578063c601527d146104bf578063c8294c5614610474578063d5eccc0514610416578063dd9846b9146103ef578063df5cf723146103ab578063f2be94ae1461033c578063f851e198146102de578063fa28c6271461028b5763ff694a7714610171575f80fd5b346102875760603660031901126102875761018a6113c3565b61019261156c565b906044356001600160401b038111610287576101b2903690600401611582565b6101ba611c77565b6101d28260ff165f52600160205260405f2054151590565b6102245760ff926101e66101ec92846121b2565b8261214f565b165f52600160205261022260405f2060405190610208826114d7565b63ffffffff431682525f60208301525f6040830152611810565b005b60405162461bcd60e51b815260206004820152603560248201527f5374616b6552656769737472792e696e697469616c697a6551756f72756d3a2060448201527471756f72756d20616c72656164792065786973747360581b6064820152608490fd5b5f80fd5b346102875760206001600160601b036102d06102ca6102a936611627565b90825f949394526002875260405f2060ff82165f52875260405f20936126ae565b906113e3565b505460401c16604051908152f35b346102875760403660031901126102875760606103046102fc6113d3565b600435611770565b61033a60405180926001600160601b036040809263ffffffff815116855263ffffffff6020820151166020860152015116910152565bf35b346102875760803660031901126102875760206001600160601b0360406103616113c3565b610369611559565b906044355f526002855260ff835f2091165f5284526103a0610399610393845f20606435906113e3565b506116ce565b9182612547565b015116604051908152f35b34610287575f366003190112610287576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b3461028757602061040861040236611627565b916126ae565b63ffffffff60405191168152f35b346102875760203660031901126102875760ff6104316113c3565b165f90815260016020526040902080545f198101908111610460576102d06001600160601b03916020936113e3565b634e487b7160e01b5f52601160045260245ffd5b346102875760603660031901126102875760206001600160601b0360406104996113c3565b60ff6104a3611559565b91165f52600184526103a0610399610393604435855f206113e3565b34610287576040366003190112610287576104d86113c3565b602435906001600160401b038211610287576104fb610222923690600401611582565b90610504611b4c565b61050d8161187a565b6121b2565b346102875760203660031901126102875760ff61052d6113c3565b165f525f60205260206001600160601b0360405f205416604051908152f35b34610287576040366003190112610287576004356024356001600160401b0381116102875761057f903690600401611428565b61058a929192611c77565b5f5b81811061059557005b806105c36105a660019385886116ae565b3560f81c6105b38161187a565b6105bd8187611d29565b9061207a565b500161058c565b34610287576040366003190112610287576102226105e66113c3565b6105ee61156c565b906105f7611b4c565b6106008161187a565b61214f565b346102875760403660031901126102875760ff6106206113c3565b610628611715565b50165f526001602052606061030461039360243560405f206113e3565b346102875760403660031901126102875760ff6106606113c3565b610668611733565b50165f526003602052604061068a610684602435835f206113e3565b5061174b565b6001600160601b03602083519260018060a01b0381511684520151166020820152f35b34610287576060366003190112610287576106c66113c3565b6106ce611715565b506024355f52600260205260ff60405f2091165f52602052606061030461039360405f20604435906113e3565b34610287576040366003190112610287576107146113c3565b60ff60243591165f52600460205260405f2080548210156102875760209161073b916113e3565b905460405160039290921b1c6001600160a01b03168152f35b346102875760403660031901126102875760043563ffffffff8116809103610287576024356001600160401b03811161028757610795903690600401611428565b9061079f82611542565b926107ad6040519485611521565b8284526107b983611542565b602085019390601f19013685375f5b818110610819578486604051918291602083019060208452518091526040830191905f5b8181106107fa575050500390f35b825163ffffffff168452859450602093840193909201916001016107ec565b6108248183866116ae565b3560f81c6108318161187a565b805f52600160205260405f2080541561097f575f528363ffffffff60205f205416116108ee57805f52600160205260405f20545f5b818110610879575b5050506001016107c8565b825f52600160205260405f2061088f8284611708565b5f198101908111610460576108aa63ffffffff9189936113e3565b50541611156108bb57600101610866565b906108c69250611708565b5f198101919082116104605763ffffffff600192166108e582896116ba565b5290878061086e565b60405162461bcd60e51b815260206004820152605b60248201527f5374616b6552656769737472792e676574546f74616c5374616b65496e64696360448201527f65734174426c6f636b4e756d6265723a2071756f72756d20686173206e6f207360648201527f74616b6520686973746f727920617420626c6f636b4e756d6265720000000000608482015260a490fd5b634e487b7160e01b5f52603260045260245ffd5b34610287575f366003190112610287576020604051818152f35b34610287575f366003190112610287576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610287576109ff36611455565b929091610a0a611c77565b5f935f5b818110610a29576040516001600160c01b0387168152602090f35b80610a62610a3a60019385896116ae565b3560f81c610a478161187a565b610a518782611918565b15610a69575b6105bd908288611ecd565b5001610a0e565b5083811b60c085901b859003908116991698909817975f610a57565b3461028757604036600319011261028757610a9e6113c3565b602435906001600160401b038211610287573660238301121561028757816004013591610aca83611542565b92610ad86040519485611521565b8084526024602085019160051b8301019136831161028757602401905b828210610d8457505050610b07611b4c565b610b108161187a565b8151908115610d195760ff1691825f52600360205260405f20835f52600460205260405f20935f5b848110610b4157005b817f31fa2e2cd280c9375e13ffcf3d81e2378100186e4058f8d3ddb690b82dcd31f76020610b79610b7285896116ba565b51876113e3565b50546040516001600160a01b039091168152a2817f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a756040610bbd610b7285896116ba565b505481516001600160a01b0390911681525f6020820152a282545f19810190811161046057610bec90846113e3565b50610c01610bfa83876116ba565b51856113e3565b610cd857818103610ceb575b505082548015610cc4575f1901610c2481856113e3565b610cd8575f9055835585545f19810190811161046057610c47610c9191886113e3565b905460039190911b1c6001600160a01b0316610c6d610c6684886116ba565b51896113e3565b81546001600160a01b0393841660039290921b91821b9390911b1916919091179055565b8554908115610cc4576001915f1901610caa81896113e3565b815490858060a01b039060031b1b19169055875501610b38565b634e487b7160e01b5f52603160045260245ffd5b634e487b7160e01b5f525f60045260245ffd5b815481546001600160a01b039091166001600160a01b03199182168117835592541690911790558680610c0d565b60405162461bcd60e51b815260206004820152603d60248201527f5374616b6552656769737472792e72656d6f7665537472617465676965733a2060448201527f6e6f20696e646963657320746f2072656d6f76652070726f76696465640000006064820152608490fd5b8135815260209182019101610af5565b34610287575f366003190112610287576020604051670de0b6b3a76400008152f35b346102875760403660031901126102875760206001600160601b0360406103a06102fc6113d3565b3461028757604036600319011261028757610df76113d3565b6004355f52600260205260ff60405f2091165f52602052602060405f2054604051908152f35b346102875760203660031901126102875760ff610e386113c3565b165f526003602052602060405f2054604051908152f35b3461028757604036600319011261028757610e686113d3565b6004355f52600260205260ff60405f2091165f5260205260405f20805490610e8f82611542565b91610e9d6040519384611521565b8083526020830180925f5260205f205f915b838310610f2e578486604051918291602083019060208452518091526040830191905f5b818110610ee1575050500390f35b919350916020606082610f2060019488516001600160601b036040809263ffffffff815116855263ffffffff6020820151166020860152015116910152565b019401910191849392610ed3565b600160208192610f3d856116ce565b815201920192019190610eaf565b3461028757610f5936611455565b90610f65939293611c77565b610f6e8261167c565b92610f788361167c565b925f5b818110610fb057610f9e86610fac8760405193849360408552604085019061149b565b90838203602085015261149b565b0390f35b610fbb8183866116ae565b3560f81c90610fc98261187a565b610fd38483611918565b92909215611025578281610fed600195611009948d611ecd565b916001600160601b03611000868d6116ba565b9116905261207a565b6001600160601b0361101b83896116ba565b9116905201610f7b565b60405162461bcd60e51b815260206004820152605b60248201527f5374616b6552656769737472792e72656769737465724f70657261746f723a2060448201527f4f70657261746f7220646f6573206e6f74206d656574206d696e696d756d207360648201527f74616b6520726571756972656d656e7420666f722071756f72756d0000000000608482015260a490fd5b34610287576060366003190112610287576110cf6113c3565b6024356001600160401b038111610287576110ee9036906004016113f8565b916044356001600160401b0381116102875761110e9036906004016113f8565b9091611118611b4c565b6111218161187a565b841561127a5784820361120f5760ff1691825f52600360205260405f20935f5b86811061114a57005b8061119c61116361115e6001948888611658565b611668565b611178611171848c88611658565b358a6113e3565b5080546001600160a01b031660a09290921b6001600160a01b031916919091179055565b857f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a756111cc611171848c88611658565b50848060a01b039054166111e461115e858a8a611658565b604080516001600160a01b039390931683526001600160601b0391909116602083015290a201611141565b60405162461bcd60e51b815260206004820152603960248201527f5374616b6552656769737472792e6d6f6469667953747261746567795061726160448201527f6d733a20696e707574206c656e677468206d69736d61746368000000000000006064820152608490fd5b608460405162461bcd60e51b815260206004820152604060248201527f5374616b6552656769737472792e6d6f6469667953747261746567795061726160448201527f6d733a206e6f20737472617465677920696e64696365732070726f76696465646064820152fd5b34610287576040366003190112610287576112fd6113c3565b602435906001600160a01b038216820361028757602091816113216113269361187a565b611918565b506001600160601b0360405191168152f35b34610287576040366003190112610287576113516113c3565b60ff60243591165f52600360205260405f20805482101561028757604091611378916113e3565b505481516001600160a01b038216815260a09190911c6020820152f35b346102875760203660031901126102875760209060ff6113b36113c3565b165f526001825260405f20548152f35b6004359060ff8216820361028757565b6024359060ff8216820361028757565b805482101561097f575f5260205f2001905f90565b9181601f84011215610287578235916001600160401b038311610287576020808501948460051b01011161028757565b9181601f84011215610287578235916001600160401b038311610287576020838186019501011161028757565b6060600319820112610287576004356001600160a01b0381168103610287579160243591604435906001600160401b0382116102875761149791600401611428565b9091565b90602080835192838152019201905f5b8181106114b85750505090565b82516001600160601b03168452602093840193909201916001016114ab565b606081019081106001600160401b038211176114f257604052565b634e487b7160e01b5f52604160045260245ffd5b604081019081106001600160401b038211176114f257604052565b90601f801991011681019081106001600160401b038211176114f257604052565b6001600160401b0381116114f25760051b60200190565b6024359063ffffffff8216820361028757565b602435906001600160601b038216820361028757565b81601f820112156102875780359061159982611542565b926115a76040519485611521565b82845260208085019360061b8301019181831161028757602001925b8284106115d1575050505090565b60408483031261028757604051906115e882611506565b84356001600160a01b03811681036102875782526020850135906001600160601b038216820361028757826020928360409501528152019301926115c3565b6060906003190112610287576004359060243560ff81168103610287579060443563ffffffff811681036102875790565b919081101561097f5760051b0190565b356001600160601b03811681036102875790565b9061168682611542565b6116936040519182611521565b82815280926116a4601f1991611542565b0190602036910137565b9082101561097f570190565b805182101561097f5760209160051b010190565b906040516116db816114d7565b60406001600160601b0382945463ffffffff8116845263ffffffff8160201c166020850152821c16910152565b9190820391821161046057565b60405190611722826114d7565b5f6040838281528260208201520152565b6040519061174082611506565b5f6020838281520152565b9060405161175881611506565b91546001600160a01b038116835260a01c6020830152565b90611779611715565b50815f52600260205260405f2060ff82165f5260205260405f20549061179d611715565b92826117a95750505090565b909192505f52600260205260ff60405f2091165f5260205260405f205f198201918211610460576117dd91610393916113e3565b90565b906bffffffffffffffffffffffff60401b82549160401b16906bffffffffffffffffffffffff60401b1916179055565b8054600160401b8110156114f25761182d916001820181556113e3565b610cd8578151815460208085015167ffffffff00000000911b1663ffffffff90921667ffffffffffffffff1990911617178155611878916001600160601b03906040015116906117e0565b565b6118929060ff165f52600160205260405f2054151590565b1561189957565b60405162461bcd60e51b815260206004820152603160248201527f5374616b6552656769737472792e71756f72756d4578697374733a2071756f726044820152701d5b48191bd95cc81b9bdd08195e1a5cdd607a1b6064820152608490fd5b906001600160601b03809116911601906001600160601b03821161046057565b919060ff5f931690815f52600360205260405f20549060405161193a81611506565b5f8082526020918201819052848152600480835260408083208151639004134760e01b81526001600160a01b03909616928601929092526024850152805460448501819052908252918120839260648401925b818110611b2a57505f939283900391508290507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa908115611b1f575f91611a8f575b505f5b828110611a0a575050505f525f6020526001600160601b0360405f2054166001600160601b038316101590565b835f526003602052611a226106848260405f206113e3565b611a2c82846116ba565b51611a3b575b506001016119dd565b6001600160601b036020611a5284869a959a6116ba565b519201511690818102918183041490151715610460576001916001600160601b03670de0b6b3a7640000611a88930416906118f8565b9590611a32565b90503d805f833e611aa08183611521565b810190602081830312610287578051906001600160401b03821161028757019080601f83011215610287578151611ad681611542565b92611ae46040519485611521565b81845260208085019260051b82010192831161028757602001905b828210611b0f575050505f6119da565b8151815260209182019101611aff565b6040513d5f823e3d90fd5b82546001600160a01b031684528594506020909301926001928301920161198d565b604051638da5cb5b60e01b81526020816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa908115611b1f575f91611c35575b506001600160a01b03163303611bab57565b60405162461bcd60e51b815260206004820152605660248201527f5374616b6552656769737472792e6f6e6c79436f6f7264696e61746f724f776e60448201527f65723a2063616c6c6572206973206e6f7420746865206f776e6572206f6620746064820152753432903932b3b4b9ba393ca1b7b7b93234b730ba37b960511b608482015260a490fd5b90506020813d602011611c6f575b81611c5060209383611521565b8101031261028757516001600160a01b0381168103610287575f611b99565b3d9150611c43565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163303611ca957565b60405162461bcd60e51b815260206004820152604c60248201527f5374616b6552656769737472792e6f6e6c795265676973747279436f6f72646960448201527f6e61746f723a2063616c6c6572206973206e6f7420746865205265676973747260648201526b3ca1b7b7b93234b730ba37b960a11b608482015260a490fd5b5f90805f52600260205260405f2060ff84165f5260205260405f205480155f14611dd057505f51602061283d5f395f51905f5260406001600160601b0394835f526002602052815f2060ff82165f52602052611da6825f20835190611d8d826114d7565b63ffffffff431682525f60208301525f85830152611810565b60ff8251911681525f6020820152a2165f81810391125f82128116905f8313901516176104605790565b908092505f52600260205260405f2060ff84165f5260205260405f20905f19810190811161046057611e01916113e3565b50908154916001600160601b038360401c16928315611ec4576001600160601b03945f51602061283d5f395f51905f529260409263ffffffff43811691168103611e665750805473ffffffffffffffffffffffff000000000000000019169055611da6565b815467ffffffff000000001916602082901b67ffffffff000000001617909155611ebf90855f526002602052835f2060ff84165f52602052835f20845191611ead836114d7565b82525f60208301525f85830152611810565b611da6565b50505050505f90565b9190915f90805f52600260205260405f2060ff85165f5260205260405f205480155f14611f7c57505f51602061283d5f395f51905f5260406001600160601b038095845f526002602052825f2060ff89165f52602052611f50835f20845190611f35826114d7565b63ffffffff431682525f602083015284841686830152611810565b60ff8351981688521695866020820152a216905f82820392128183128116918313901516176104605790565b908092505f52600260205260405f2060ff85165f5260205260405f20905f19810190811161046057611fad916113e3565b50908154916001600160601b038360401c16926001600160601b0385169081851461206f57855f51602061283d5f395f51905f52936001600160601b039763ffffffff6040958a9582431692839116145f1461201357505061200e916117e0565b611f50565b835467ffffffff000000001916602083901b67ffffffff00000000161790935561200e92909150875f526002602052855f2060ff8c165f52602052855f209086519261205e846114d7565b83525f602084015286830152611810565b505050505050505f90565b60ff165f81815260016020526040902080549192915f198101908111610460576120a3916113e3565b5090801561213c5763ffffffff6120c88354926001600160601b038460401c166127f3565b938492438316921682036120e15750506117dd916117e0565b835467ffffffff000000001916602083901b67ffffffff0000000016179093556117dd929091505f52600160205260405f2060405191612120836114d7565b82525f60208301526001600160601b0384166040830152611810565b506001600160601b0391505460401c1690565b602060ff7f26eecff2b70b0a71104ff4d940ba7162d23a95c248771fc487a7be17a596b3cf921692835f525f82526001600160601b0360405f20911690816001600160601b0319825416179055604051908152a2565b9190820180921161046057565b8151156124ef5760ff8251911691825f52600360205260405f20549260206121da84866121a5565b11612489575f925b8084106121f0575050505050565b90919293945f5b61220186886121a5565b81101561229d57835f52600360205261221d8160405f206113e3565b50546001600160a01b039081169061223588886116ba565b51511614612245576001016121f7565b60405162461bcd60e51b815260206004820152603d60248201525f51602061285d5f395f51905f5260448201527f3a2063616e6e6f74206164642073616d652073747261746567792032780000006064820152608490fd5b509493929190926001600160601b0360206122b883866116ba565b510151161561242257815f52600360205260405f206122d782856116ba565b51908054600160401b8110156114f2576122f6916001820181556113e3565b610cd85781516020929092015160a01b6001600160a01b0319166001600160a01b03929092169190911790555f828152600460205260409020906001600160a01b0361234282866116ba565b515116825490600160401b8210156114f257610c6d8260019586612368950181556113e3565b827f10565e56cacbf32eca267945f054fec02e59750032d113d3302182ad967f54046020848060a01b0361239c85896116ba565b515116604051908152a2827f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75838060a01b036123d884886116ba565b5151166001600160601b0360206123ef868a6116ba565b510151604080516001600160a01b0394909416845291166001600160601b03166020830152819081010390a201926121e2565b60405162461bcd60e51b815260206004820152604660248201525f51602061285d5f395f51905f5260448201527f3a2063616e6e6f74206164642073747261746567792077697468207a65726f206064820152651dd95a59da1d60d21b608482015260a490fd5b60405162461bcd60e51b815260206004820152604560248201525f51602061285d5f395f51905f5260448201527f3a20657863656564204d41585f5745494748494e475f46554e4354494f4e5f4c60648201526408a9c8ea8960db1b608482015260a490fd5b60405162461bcd60e51b815260206004820152603860248201525f51602061285d5f395f51905f5260448201527f3a206e6f20737472617465676965732070726f766964656400000000000000006064820152608490fd5b63ffffffff808251169216918210612624576020015163ffffffff16801591821561261a575b50501561257657565b60405162461bcd60e51b815260206004820152606a60248201527f5374616b6552656769737472792e5f76616c69646174655374616b655570646160448201527f74654174426c6f636b4e756d6265723a2074686572652069732061206e65776560648201527f72207374616b6555706461746520617661696c61626c65206265666f726520626084820152693637b1b5a73ab6b132b960b11b60a482015260c490fd5b1090505f8061256d565b60405162461bcd60e51b815260206004820152605660248201527f5374616b6552656769737472792e5f76616c69646174655374616b655570646160448201527f74654174426c6f636b4e756d6265723a207374616b6555706461746520697320606482015275333937b69030b33a32b910313637b1b5a73ab6b132b960511b608482015260a490fd5b929190835f52600260205260405f2060ff82165f5260205260405f2054805b6127925760405162461bcd60e51b815260206004820152608160248201527f5374616b6552656769737472792e5f6765745374616b65557064617465496e6460448201527f6578466f724f70657261746f724174426c6f636b4e756d6265723a206e6f207360648201527f74616b652075706461746520666f756e6420666f72206f70657261746f72496460848201527f20616e642071756f72756d4e756d62657220617420626c6f636b206e756d626560a4820152603960f91b60c482015260e490fd5b845f52600260205260405f2060ff83165f5260205260405f205f19820190828211610460576127c68263ffffffff926113e3565b50541663ffffffff851610156127e657508015610460575f1901806126cd565b63ffffffff169450505050565b905f81121561282857600160ff1b8114610460576001600160601b0380915f03169116036001600160601b0381116104605790565b906001600160601b036117dd9216906118f856fe2f527d527e95d8fe40aec55377743bb779087da3f6d0d08f12e36444da62327d5374616b6552656769737472792e5f6164645374726174656779506172616d73a26469706673582212209884db44aa4b5097259eafe1bbb87f35f333cc2decdb19942bf07a7970ae76dd64736f6c634300081b00330000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f373042000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c9","r":"0xeaa9a92e80986554a96855b41b57b3978d94b9a039c70fc95416014f4fc2c457","s":"0x7a4d82473ecb432bfa7139313e56ffd264b6f57f6726fca1f4eabc0bf4360276","yParity":"0x1","v":"0x1","hash":"0x141efe2446cbddbd4af5615d39220c771ebb41fa0717c561705227c17a4457c2"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x2c","gas":"0xdd7c","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","value":"0x0","accessList":[],"input":"0x99a88ec4000000000000000000000000851356ae760d987e095750cceb3bc6014560891c0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf","r":"0xa96d174a31ccf4e2f68a41ee49c63635a11846fabb51a0d23b2abeff78c03576","s":"0x7f89605ea9571ad671c9af8553dc7b9b0e84bd7de87f02212cbfd355d69bc64c","yParity":"0x1","v":"0x1","hash":"0xf9ad5e2d5b77c06cbef146d773f0c5b686d1ad1bfe8d1912ccaf4e496f9366b8"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x2d","gas":"0x5f35d","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x60a034606e57601f6104f438819003918201601f19168301916001600160401b03831184841017607257808492602094604052833981010312606e57516001600160a01b03811690819003606e5760805260405161046d9081610087823960805181818160c101526102e40152f35b5f80fd5b634e487b7160e01b5f52604160045260245ffdfe60806040526004361015610011575f80fd5b5f3560e01c806310bea0d7146102965780636d14a987146102cf578063af65fdfc146102965763f043367e14610045575f80fd5b346102925760403660031901126102925760243567ffffffffffffffff8111610292573660238201121561029257806004013567ffffffffffffffff81116101fd576040519161009f601f8301601f191660200184610375565b818352366024838301011161029257815f9260246020930183860137830101527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163303610211576004355f525f60205260405f20815167ffffffffffffffff81116101fd57610117825461033d565b601f81116101b8575b50602092601f821160011461015c57928192935f92610151575b50505f19600383901b1c191660019190911b179055005b015190505f8061013a565b601f19821693835f52805f20915f5b8681106101a05750836001959610610188575b505050811b019055005b01515f1960f88460031b161c191690555f808061017e565b9192602060018192868501518155019401920161016b565b825f5260205f20601f830160051c810191602084106101f3575b601f0160051c01905b8181106101e85750610120565b5f81556001016101db565b90915081906101d2565b634e487b7160e01b5f52604160045260245ffd5b60405162461bcd60e51b815260206004820152604d60248201527f536f636b657452656769737472792e6f6e6c795265676973747279436f6f726460448201527f696e61746f723a2063616c6c6572206973206e6f74207468652052656769737460648201526c393ca1b7b7b93234b730ba37b960991b608482015260a490fd5b5f80fd5b34610292576020366003190112610292576004355f525f6020526102cb6102bf60405f20610397565b60405191829182610313565b0390f35b34610292575f366003190112610292576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b602060409281835280519182918282860152018484015e5f828201840152601f01601f1916010190565b90600182811c9216801561036b575b602083101461035757565b634e487b7160e01b5f52602260045260245ffd5b91607f169161034c565b90601f8019910116810190811067ffffffffffffffff8211176101fd57604052565b9060405191825f8254926103aa8461033d565b808452936001811690811561041557506001146103d1575b506103cf92500383610375565b565b90505f9291925260205f20905f915b8183106103f95750509060206103cf928201015f6103c2565b60209193508060019154838589010152019101909184926103e0565b9050602092506103cf94915060ff191682840152151560051b8201015f6103c256fea264697066735822122091bdcaa5f39cf30c5f53d6f5ea03b2b121dbc9a6cbeb4933a5e20750dd84c4de64736f6c634300081b00330000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f373042","r":"0x57155ae96e5d8bfbb47228e91513b485169bc4d35082250c3859bfdfefa61cce","s":"0x1244c07f3d516ecc96f739def2e8098e4a4a6e41d816eb6f5f6f6a540c0b88b1","yParity":"0x1","v":"0x1","hash":"0xd0cbf8d69c81555590d1d78f494f704d17095a1ca9b175805cbabca3b9215a5f"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x2e","gas":"0xdd7c","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","value":"0x0","accessList":[],"input":"0x99a88ec4000000000000000000000000f5059a5d33d5853360d16c683c16e67980206f360000000000000000000000009d4454b023096f34b160d6b654540c56a1f81688","r":"0xd3b758a80edd613b5b14cf6cd0400539816870105f3b2b5699b72a9f6bba4d49","s":"0x665afce1919a49d6f008cd753bc133c465622b2b48c33e11e8dc9e00e013c06f","yParity":"0x0","v":"0x0","hash":"0xe730c9a4277bfe7ecd6bd568d3e34c7185a1451157cb1c27e3c16a72a50a45d6"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xea0b2453dc939d6acf1dcb288c79d5ce84dc3e405544c1ba86b8e22f21fde546","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xbbb5547256990c1faa30f036a0169af29013bcc4cc1b1c61ed802a4d178f6792","transactionsRoot":"0x629e2826d653c84823c5f5f1abf4d2b7fae32ad5280120dbc48761dae5885908","receiptsRoot":"0x18f21622ea8a72f53ddaf0be36ba05a33154a7b65351d53058069102cf089d03","logsBloom":"0x00000000002000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101080000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000200000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x155","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001b5c36f1c8de7aff","r":"0x2b543105a5ec077ad047456b2308156d51da976fe423d921d8985679a7bd74c","s":"0x193041de52f594a2ae0ce1304df31991d4fe3a7a18a7d02ed8241ed73ae21467","yParity":"0x1","v":"0x1","hash":"0x4e2062e6cf08180b9a5ccc7fd3e8def69da21f8fd3014af30205d14312ee53bd"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x17df5318342f47572cd817db0f6ee1fbb87a5a34d38b9dc9227400884dab4944","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb33311bbe759dd321e82e5e6712ca6f42a7f26ab551d450e305a82764eb83494","transactionsRoot":"0x032563f2cf9b3589942aa1eea3eafa0140fd85d44b087d7b8014934d7d0980d0","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x6c","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x40c","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x85","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xf23e054d8b4d0becfa22deef5632f27f781f8bf5","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xf8d151c4753d18ffb1d06da6613da695d2aa38434d29c83de7e6cc265a9de0e6","s":"0x3acfda50e0f9dfbc90a8615357b67e17472393d30785413079f14eafe0ffb94b","yParity":"0x0","v":"0x0","hash":"0xf795aa35fb50f1a50b3ed30faf69bea457f9f2dfc69cdf6c382f3a29a912f46b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4f0cd024dbe4ffe0dc9772a37fe138680770483caf14c09fac715e0c712d1c5b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x05e9574265861c97d7348880b3e8b62a133bf4478eee6c1b2821594ade18a922","transactionsRoot":"0x4ac2ded0827443b4183009ab64595523b16b59115b9f0ba727ec81371117afa3","receiptsRoot":"0x34854982b4d01972f48ce51e7de6b9ae5c739819f3e493b259a960417b5da220","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000008000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000020400000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x15f","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000512d628d4f5142b3","r":"0xb67f431e569b62ca9f5f6b81c7269e4cddff32bf87ddfdb34558774ca77f7cb6","s":"0x7ecd6d82ebd0792e966301b81184c5fc82a161d22404fe14565a3dd89cb4dc8c","yParity":"0x0","v":"0x0","hash":"0x5a247b4bc00cb9323b8ccf8a8f1f637637df21e91f10ac47d0b1bf431bff1d56"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xfcbd58d38836e6d2ff5ddb13db6ad9c45a85fcfc25d6ca764a91540c7d388f8a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4786c2fddb6208cde68f25d904f9980c88b28d63e7ea94ce9038f07c1788fb7b","transactionsRoot":"0x9d06c138299366787f4d7c3f5cc6d8f34982766ae944cf72ad28d0af2566993a","receiptsRoot":"0x250bdfe935e6281ba730351a6d09c2f03b80edf722c1bb36788aaffa659b4245","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000010000000000000000000000100000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x99","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xb2","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce710000000000000000000000000000000000000000000000007a4c38967d5fef52","r":"0x1dd8c45c3c727295070a896cea0e2873f4027128e0b4611ee6418b393d9fa39c","s":"0x794fd75f08fe93693713623a8a86ed388461b97c17cdd866862643bdb66692d3","yParity":"0x0","v":"0x0","hash":"0x47b0c4a64b46374ab52c32de551fc5d3441cac59bc1d9e9ad994178f441c66e4"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6b7967c9dbaa24597cf587cd4ac28e4746d02c889f3039eef4f68d6c149b42d8","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe2971ddcbc2821fc725d1230a2e9b90b04df99429e02383c88757ee299b9248a","transactionsRoot":"0x6a8bea65918bd2bed52ae88d8c0bcd27c74e8df05f884e59ebb5f6aa9ad2a341","receiptsRoot":"0xb401d0cbcc304935026139ed3b30e2a4d6236742b9a6e35dcffc84eedb75fec7","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000400000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000400000000020000000000000000000000000000000000000000010000000000000000081000000000100000000000000","difficulty":"0x0","number":"0xf4","gasLimit":"0x1c9c380","gasUsed":"0x216af","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e286","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e5900000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f33","r":"0xd99888df042a7baa038c372683aea3185673a6a41471f06070f8e2c55d2a115d","s":"0x7adb2c7ec88abe1efe57801c7b906838e12d3aed7d430265dc8f1b959e331d44","yParity":"0x1","v":"0x1","hash":"0x7e2769881308a3c4cc03b9279df842aff1db4cb406c68f9077f3e1f90d746795"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8fe4c8dab9225d2b69c727767dfe62be24277a1c7b643e373ce76b9757cd0500","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd491b37eb4f98225b3aba6148cf6ea549f696e51ca6222ad88c6f6055c28d5f7","transactionsRoot":"0xf2205592babdfbbad9b27236487f75e83eef8f48badfaa8d091ddf91586a5916","receiptsRoot":"0x0f5fba8ef4343e9670632fefe060484c7394e92d69193e63837d0ebc404dbedb","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000108000000000002000000000000000000000000000000000000000000000000000000000000000000000000002400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x114","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313900000000000000000000000000000000000000000000000000000000000000","r":"0x78a6288c92f33debf4a68ee0a5d7726839880292868c55c8988e7c5478f48238","s":"0x71ba3e57737b99f27d2d333e9b5c80ed415a3b774f1dc7fe7fb530026aa97f5f","yParity":"0x0","v":"0x0","hash":"0x9009296a0b418bbcbacc06be8a6534a223c7f51ded18cf7e07011080cc7d6346"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd4adb94b9ea3f886306bb33407cf2d9f0ecd5e0f20369a233547c1286e3a13a8","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc30d1e50cd85f02c8631aac446aa29c7fedbba503abd524e261b24718b3aa6b9","transactionsRoot":"0xaeffe99025030585feba1f11c8b4d5b2e7c428137ccf5281fa120dadca1256ac","receiptsRoot":"0x1e4cb26e8bc191980deb7608298b54ff724925699c7c890c35ed1f2f7aa5954f","logsBloom":"0x00000010008000020100000000000000000000040200000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000080000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0xfa","gasLimit":"0x1c9c380","gasUsed":"0x216af","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e286","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f36","r":"0x119876c03281dcce69cf347f3dee3f2e10cc25011e54c801f7e6c2ac3db492d8","s":"0x148860791f6e6f486cd24d111491e004f4cb9864046859a792f61a6422995368","yParity":"0x1","v":"0x1","hash":"0x1b9af230431cc3ba9e1549295da214020b5db2fe384a939108744abe75f5bfbe"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xcf41d569decd8a14736e4b8e6a89de8df7379d0d36f984119d3bd8674509e8aa","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd400b75ea7277086369c7067c8112a39ccdc68b5206b40b5950470d148af6b56","transactionsRoot":"0x705604fe8c955343946890627fdb6e0b325942d0a648e29ecb8ef8fb2434735c","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x41","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x4dd26","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x5a","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x87bdce72c06c21cd96219bd8521bdf1f42c78b5e","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xad86ff17eabe29977b707d6fd8a8d4714ebe205822dc60cd113638d46577b618","s":"0x12324ab6326132e4ee37f5214f6a606e5c0682d5fb6483d37396caba29b7097c","yParity":"0x0","v":"0x0","hash":"0x4f1dd63de6b9c7d5cfacdf00459e1baa55c6b1e3416c9e3af6df9431a645b420"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x851adf2fc8344aae32ae02a5891c141237686e92ac2e0eecc16d5c99290eb662","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5bd515bf25e11e83515f0ad1193a66191a42044d3a0408f1985d91e8be264114","transactionsRoot":"0xd6224a04bf3538aaab022afeef1db52f2d1206cbdba8c90669050357222e4a15","receiptsRoot":"0x309f2d2a0b87f9f82e750c4bfb6b1db66ffe02017b8ce8f5c3a7612675fe91e3","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000200000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000200010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000001000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x109","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003a20d7435e1e5233","r":"0xce2698c41e7070c065db55ab6a9e5fdbbb585737f9bde6690093f238799e7d2d","s":"0x502e8913ac9fd3b89dc6a2e4c18b15d292cf7d0022cdbcb320769d04572faf72","yParity":"0x0","v":"0x0","hash":"0x5dfbbde344a97c28f5db11acb76c494c5e1683fcff03c51c14511625075acad4"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xec1cc14bb2c9667cde3f08e5e5805179594dd7eed0f0adbac2c4f3c1478e8f9d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x9a9d9d88f912281f91bb22bb2309b7c1355719185327f931a78f5fe6f67b4843","transactionsRoot":"0x68a890f99baca229bef89559b9ea098c21dd0bb02ee79ca6dc455e18a6139aa9","receiptsRoot":"0x6cb4c63583ba8cb96ef7cc1ae6d1325d5ac1b1f7707760e48eaca4c4957f8042","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000020000000000000000000000000000000000000000000000000000000000000400000008000008000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x11c","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323300000000000000000000000000000000000000000000000000000000000000","r":"0x2bd5ff78e7bc95b8f9aa0a6945203c8bd98eacd137a33dcf6b890f71449d2f9e","s":"0x766e040e3951e14c5cdc470b63c96d9d614be65b4c04a567e2792edef1b54d40","yParity":"0x1","v":"0x1","hash":"0x901880d236db473a6e8af9222d3573306f3c64a0104052c88cf182d550ff2dbb"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe08182478bb3b42188cce3dab6d9c60e4bca6f2790c4436d438c36853e3ee12f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xbe72c5e251951519d201edb8b5844f0dd8bd35bc177750c1c6efeb3412418e8b","transactionsRoot":"0xc39c018d338cf2a74524cf15904f6770869a71994bda839ce01d3f61c45322c7","receiptsRoot":"0x5e997fb6d100c083e24caaafe1b402c4ad7349f0acba297e745d27a4dbc45ad3","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100020008000000000000000240000001101000000000400000000000000000000000000000000000000000000002000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x171","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001bd4943ef7e051c3","r":"0xbfda7327f2684f76069b0b09d90a46034a6f1271475bc8b8b6fc37db34d140f","s":"0x71ae589f5cdd6b86e0844aaf16f2a3c27999eedb5f4d2ac7ab0a7ecd7840eb81","yParity":"0x0","v":"0x0","hash":"0xa4d5e630dd07ab170fdc7744a9bfbcf4366e397767b12bed7c88a1c5169a8067"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xfd000d7d44ef1021f4ea3f7566523234706a914d838c60f73f11114c83f95df4","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x16fe8f0cda716d14e0974ba73298415bfad499b4ada75b0e68848346dbaf7791","transactionsRoot":"0xc838311f03fa2d45ec4f6473a805846127f90127961eb232d3cfaa885b21f379","receiptsRoot":"0x1f49b6bdfbee50db3cc2ff39dcc1cc0d63457417a53202c2ab04c0d29420e691","logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000001000000000000000000000000002000000000240000000000000000000000000000000000000000000000000000000000000800000000000000000000000040000000000000000000000000000000000000000000000000000000000800000000000001000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000400000000000001000000000000000000000000008000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x5","gasLimit":"0x1c9c380","gasUsed":"0x1217f4","timestamp":"0x67fe6880","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x23883502","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x5","gas":"0xbc18a","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x608060405260405162000e8138038062000e81833981016040819052620000269162000490565b828162000036828260006200004d565b50620000449050826200008a565b505050620005c3565b6200005883620000e5565b600082511180620000665750805b1562000085576200008383836200012760201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f620000b562000156565b604080516001600160a01b03928316815291841660208301520160405180910390a1620000e2816200018f565b50565b620000f08162000244565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b60606200014f838360405180606001604052806027815260200162000e5a60279139620002f8565b9392505050565b60006200018060008051602062000e3a83398151915260001b620003de60201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620001fa5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b806200022360008051602062000e3a83398151915260001b620003de60201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b6200025a81620003e160201b6200028c1760201c565b620002be5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401620001f1565b80620002237f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc60001b620003de60201b620002081760201c565b60606001600160a01b0384163b620003625760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401620001f1565b600080856001600160a01b0316856040516200037f919062000570565b600060405180830381855af49150503d8060008114620003bc576040519150601f19603f3d011682016040523d82523d6000602084013e620003c1565b606091505b509092509050620003d4828286620003f0565b9695505050505050565b90565b6001600160a01b03163b151590565b60608315620004015750816200014f565b825115620004125782518084602001fd5b8160405162461bcd60e51b8152600401620001f191906200058e565b80516001600160a01b03811681146200044657600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b838110156200047e57818101518382015260200162000464565b83811115620000835750506000910152565b600080600060608486031215620004a657600080fd5b620004b1846200042e565b9250620004c1602085016200042e565b60408501519092506001600160401b0380821115620004df57600080fd5b818601915086601f830112620004f457600080fd5b8151818111156200050957620005096200044b565b604051601f8201601f19908116603f011681019083821181831017156200053457620005346200044b565b816040528281528960208487010111156200054e57600080fd5b6200056183602083016020880162000461565b80955050505050509250925092565b600082516200058481846020870162000461565b9190910192915050565b6020815260008251806020840152620005af81604085016020870162000461565b601f01601f19169190910160400192915050565b61086780620005d36000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","r":"0x911bd01915eac644fadcd984988d3ba0c3fe7ab9835ef8e1cc586a9abb158de3","s":"0x29cd6ef0208688c539c1d820d42ab05aac709d19a90e1fd11dca47744db0b8ba","yParity":"0x1","v":"0x1","hash":"0x34eb28dc4772f7e305270792c4dc5dbdf56145b8779600f6c622be4e81ef6daf"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x6","gas":"0xbc18a","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x608060405260405162000e8138038062000e81833981016040819052620000269162000490565b828162000036828260006200004d565b50620000449050826200008a565b505050620005c3565b6200005883620000e5565b600082511180620000665750805b1562000085576200008383836200012760201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f620000b562000156565b604080516001600160a01b03928316815291841660208301520160405180910390a1620000e2816200018f565b50565b620000f08162000244565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b60606200014f838360405180606001604052806027815260200162000e5a60279139620002f8565b9392505050565b60006200018060008051602062000e3a83398151915260001b620003de60201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620001fa5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b806200022360008051602062000e3a83398151915260001b620003de60201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b6200025a81620003e160201b6200028c1760201c565b620002be5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401620001f1565b80620002237f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc60001b620003de60201b620002081760201c565b60606001600160a01b0384163b620003625760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401620001f1565b600080856001600160a01b0316856040516200037f919062000570565b600060405180830381855af49150503d8060008114620003bc576040519150601f19603f3d011682016040523d82523d6000602084013e620003c1565b606091505b509092509050620003d4828286620003f0565b9695505050505050565b90565b6001600160a01b03163b151590565b60608315620004015750816200014f565b825115620004125782518084602001fd5b8160405162461bcd60e51b8152600401620001f191906200058e565b80516001600160a01b03811681146200044657600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b838110156200047e57818101518382015260200162000464565b83811115620000835750506000910152565b600080600060608486031215620004a657600080fd5b620004b1846200042e565b9250620004c1602085016200042e565b60408501519092506001600160401b0380821115620004df57600080fd5b818601915086601f830112620004f457600080fd5b8151818111156200050957620005096200044b565b604051601f8201601f19908116603f011681019083821181831017156200053457620005346200044b565b816040528281528960208487010111156200054e57600080fd5b6200056183602083016020880162000461565b80955050505050509250925092565b600082516200058481846020870162000461565b9190910192915050565b6020815260008251806020840152620005af81604085016020870162000461565b601f01601f19169190910160400192915050565b61086780620005d36000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","r":"0x3ed072126538534262eefb1ff5b820415b69de1121b2d5318ec51af8b20ccce5","s":"0x21fb688f72f02f37eed4832165ba337ec9ac11412365d8f3d8c21fbc04ddb73","yParity":"0x1","v":"0x1","hash":"0x04fc55dcc89eb989f7879726b39270b58f328ff08838ccde9dcf7bbf40813504"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5c6c06cbde8407afd9db788d979f7fb4ba4f16d686fe7e16557eb8f73deb643b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x65f046296b278fbd5d81da304cc9083839183ffc1174557347520f1a05b9f9d8","transactionsRoot":"0xa9a3c7df30604b25d9f914f8d52ed40a851e24cab0f914d534d8f2862d043992","receiptsRoot":"0x042636f8aa8202b98476fcd53aac70d040aa60dfa85f64fa919bbb293849eeec","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000040000000000000000000000400000000000000100000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x10c","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313500000000000000000000000000000000000000000000000000000000000000","r":"0x670534aaea3ff94cfcf5cff9cb4eb9cf85e50d1b2f17b0b5a2ee0ec552c1a5d3","s":"0x7ae5a2bf212d8a6970d2faee3deb09872a3874462b503500edf0eb707b1ea152","yParity":"0x0","v":"0x0","hash":"0xfff226f7d29224744475bd72a9134347fa1b128ce9b6cbb41f1753ce38ed18d2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe79d2292a19842793be70e5edb08baf6939c81b7e651e9524fe71647b6d98056","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x12ad86911fd8b4231bbeb255eb47fb4395c220dde6528ce6ba9b89aa7c96ff7e","transactionsRoot":"0xc0a8feb3cb20382858969fba243adae4aa8220476f311d80f3b09b8f0658d456","receiptsRoot":"0xf7fb65161f8a0c66162ed4ef03291642865cc460931e71cb5ede71e1c9dbe912","logsBloom":"0x00000010008000020100000000000000000000000000020000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000200000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000020000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x116","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e5900000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323000000000000000000000000000000000000000000000000000000000000000","r":"0xbce843e25db7c9cb30ba5965bf1c8540d06ccc6559001b231ce11144878b892b","s":"0x6fbf00b4cf7e41496b3240e97b46d4f6ec323cd6c46c8a36b2b7089e5aa1c455","yParity":"0x0","v":"0x0","hash":"0xf93ed020580b02ffdbe0cea0c1f38f8335f41488c9eba6561bd50779d016b49e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x31b93df5085303f10c56c273d1ae610cd49b4d7261751900aae2b6b2768dbc17","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4566df1d47df90156fb3562ba86b7e72f264607814acefd61ee1d3587642130d","transactionsRoot":"0xbb63a0ff02ae7c1b307ad37943d2d5bef234cc53a9cf7a6d2c039a4654c887ef","receiptsRoot":"0xc7cefa9e36809cca45178974153e2ce7ab647b4afb8740863e6e880bae692e17","logsBloom":"0x00000000080000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000001000000040000000000000000000000000000000000000000000000000000000010000000000000200000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x197","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004a7072fce970f68e","r":"0x940c5a592ece315ebbe412145003e02e65da7c13a71b5f1a8de468415ff35974","s":"0xcebe361d095be6c1108b9d3bcd7ba18990061d1f75ef152aa8ea2c01d1db06f","yParity":"0x0","v":"0x0","hash":"0x661d9eb8789640c8d17faa450b16a219e8930ba9466a2e92b0e9606b285c3e34"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x0e55d79b39986e96b9bf58c8edc9749a78d934c152d3d37c6b551aec5f166531","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb827cc83ab911abfa760abe25977e55164a3f9e2503cd716af3ed4c38da5eecb","transactionsRoot":"0xb22e895c5f52d0f4ec13c10d87a8ffbc12e5e00afb28456d5b1ebd8bd02e7c33","receiptsRoot":"0x01876ad4dc2ad3afb39780c0b5ebad9c82a50bbbc906964be4d514268ac39b90","logsBloom":"0x00000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020010000000000000000000000000000000000006000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xb8","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xd1","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c0000000000000000000000000000000000000000000000002f03491c799698ec","r":"0x85d713b8c98924222b7603ce6e11043277441230c113d097d3c72f42c9c3bdac","s":"0x5a252500a265102ab6ba0e56429abcc5858c7affd3148c13631b9fba6424a434","yParity":"0x0","v":"0x0","hash":"0x9aef22136e98bc31b9f7a2ed4f54769559753438afdf78b01f19346aaa019149"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x46d351af30fe156662966fdcd0702157e9ac699c5ad1183c7acd0f131c549a93","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x89c3cc0a6a818233e0ecfe84808e784bcc8475bbb05ee5ab809d00ae87af48c7","transactionsRoot":"0x6576489c0d6cd95713959069b0a0cb485dbbc8ea70837141680f08c8ceb0e0ea","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x5d","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1dcb","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x76","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xe8b1ff302a740fd2c6e76b620d45508daec2ddff","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x63d4a2640f45c528d77f0ee584f62fbc177c83afa1f9bb40bf8a1e4c446d9149","s":"0x5b4fc2fc15864fd57ee4452fe40df819a85fa685fb35ab1b303011ba11c80cbe","yParity":"0x0","v":"0x0","hash":"0xee1ce3c94155910552cb4f6c42a7ea7d6389f7008b78c19828c102bd09277a07"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xea2188e3ac7498069c12dc76482ad20a2c917be70b87f4929df14ccc41ab6245","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb02483405b34bc8a0c770fac783bfbecff2d1b6723010c9eb38c74360faa2758","transactionsRoot":"0x98ab34eb758957c250214c82c7aba8845516c8f97d206c95d8bc7bf73271c8f3","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x2f","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x359cd7","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x48","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xa0ee7a142d267c1f36714e4a8f75612f20a79720","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x1b5ea00000d01f8a83ade9fe58b878d33c0b89125bafa6900815c6213ae7a54a","s":"0x4979dc57facdf88f9d879cf6ba947798cf4373ac7f3274cffa5ed6bd430f53d9","yParity":"0x0","v":"0x0","hash":"0x712902613905d5a8cfb4022484b3fc241bcfa47c2a6e0278d618608849fe3953"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa05eea0506c58ffd5619698f298bd86ee48b284b1d056c6b0fb78f92e98692c3","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5601ecc23c53fdcd80d994d0d0bac25ebd60806895826a09bb147a02f16c0f0c","transactionsRoot":"0x031350512fb450e5aa83fb38105641bf77719dc33ef5917bcfc7431a4290b289","receiptsRoot":"0xf2151a737cd4b86e4b6130be2ab91789137996d0916d2bfa5ad2ce3836ecb9f9","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000400000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000400000000020000000000001200000000100000000000000000010000000000000000001000000000100000000000000","difficulty":"0x0","number":"0xf5","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007c6d1175e13d2753","r":"0xacf2954cd44d78de46b82c4dcbb470960384e67fd6ecbdf0f420ce30572bff8a","s":"0x10c1bb47c848d15dd76a37e26205434c54347fbb30df9ac8e36d501ec7980317","yParity":"0x0","v":"0x0","hash":"0xef6c77eda3042a8fcf07aefcb0158234ec4a38a038294117e55a40a62f74a8b2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xdf7a186afb218a61efcae85b7fb504d3159d3eb6fc620065dc9758ba68fd3250","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3299fa0ca2baf75cdc3a2f320c5d7fc48747c2b9e97064865a0400494229dd63","transactionsRoot":"0xf1e8bbe984d76982e51eba1c2eed56b710fb73117e4e91fd9842009f2e5ca82a","receiptsRoot":"0xc911190f8bb247abe328970676c4ca002d8bf4b737c4348c74fb3b57e7433a9b","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000040000000000020000000000004000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x11a","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e5900000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323200000000000000000000000000000000000000000000000000000000000000","r":"0x8db46883d17d3edf0114303fe2826f1e504157ba7ea1f0ef4c444663372495fa","s":"0x4419e666a2d3b2aa4e843bf9a9d9c452e62654718926e99632bc5a4249322a4e","yParity":"0x0","v":"0x0","hash":"0x5c089a4cd48a7ef5c3fe332e3659e61828c43c3e2f49e5dd26d73713d13b2241"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x26960eb007533ef4b63076dc75385ffee9b3d9c9cbac3c38650f458d44d63d4d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x056a3ae15a861bd6143c2ea5de8bcc0e9fca9985c784c9f92cfed796d54abbee","transactionsRoot":"0xe377c752753841f5213a75794e2ca1764e9a8060448109a3e607bc52115eb339","receiptsRoot":"0x8c304380321d27eac5422344e567d564867886ae3c151da6e31917fb0ad5b729","logsBloom":"0x00000010008000020100000000000000000000000000000000010001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000010000000000000000000000000100000000000000000000000000000000000000000000000000000000000010000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x14c","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343700000000000000000000000000000000000000000000000000000000000000","r":"0x45b5de94bc473ddc2ce2cb943e278af9491854690d2e09dbb12163cd5669f8e1","s":"0x186380a8e171f5d6e919144f265581f0b33eba0522e74f9001acfd2daa04c2c7","yParity":"0x1","v":"0x1","hash":"0xae9f7af6547e3dddad8a19ff6af4b0cf3c92f913c5cb57b6e28be3a62946ac5f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd6f8a0c63804badc9f57f38618187414e504fee68a2dcb15b84c85527832e42d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x98bcd8fb0a5f68b7353d47a31215249c1139f10b7db947ca3bce0f1fc04fee57","transactionsRoot":"0xea091f5b565ac836bd1e4e9dd4ea2d49709ee2ee1d240ca514355c571a999126","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x29","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x7750d4","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x42","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x90f79bf6eb2c4f870365e785982e1f101e93b906","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xf5dbc461db5e49268947c6ab204bebe657401fee367c4ccf6ace2637d1e8779b","s":"0x33bb074cb02bf77474207e01baa26c3f093c914f18198986c234773a89f1a394","yParity":"0x1","v":"0x1","hash":"0x4e51ea40a4fa0d63521aef53db543b3d6fe0f2c019f6edd72a8ccec090cbca27"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf192fbc7c9c19c9f6ee3173b4036cdcc69c0e59d3f81642351b0c5a829bc10ed","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc2efa451b3697c23425c789ff4a848e92821c18d17d6e75668c0239e675ace4d","transactionsRoot":"0x1a413bf7b6e73ff3ef087e6f45a1bf0c2f715e67e34c6a40110d210a4c3ad4de","receiptsRoot":"0x787a57c402a5f1e1e7af16c6b4425f7e808b916cbffe116c1f1b0f90c1ec3796","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000008000002000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x16a","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363200000000000000000000000000000000000000000000000000000000000000","r":"0xfdfd26b9f4beddb969a6b8ba61a93d863850d4d017e65c64e6c51ef40b614399","s":"0x265e6b1967776ca56d118d4f09be1c6638e1d99c1ac29fc588569cf1ff4bee76","yParity":"0x0","v":"0x0","hash":"0xc4b7e90fa275f45732aedcc08dc88862db1cf881e9f81c94aaa4d7f5b446dd0b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x49fb2da70dfda117bb46cc07f85e0b70932ef308f223e179c78c0a510e7af243","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x889631d435badc6c80d8a67a02c913471d819bcbef07ef2da2a41b3fb23bf0a3","transactionsRoot":"0x3e79f7e716e67f568f5b1ac60f7da47699c9120532b457e968d8bc53c45bd1d5","receiptsRoot":"0xbd8788029214976f303df91b8b9260832071dc6a94483be47327984b93c713cb","logsBloom":"0x00000000000000000000000000000004000000000000000000100000000000000000000000010000000000000000000800000010000000000000000004000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100020000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x16d","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","r":"0x4eb7876fac922ade86a542851470aa9ed58820971bcdcfc714b88d17ce6e5a1b","s":"0x38501d39ccde970752f2ec2468b90993286223b80531407efa0b78937169a2af","yParity":"0x1","v":"0x1","hash":"0x972491a0d5df0a97b57f4b3b8f5a054ac125cccbc60e52f88b9f20fb7ee2725a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x1ae7e6b80333a4213edf7ba19cd6fb221b39e525e86f8dc168fbf146b6996258","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe787e763e16789d0f175d307a2532df43b76f6daa1ca7cc67f1e97e77dccd6a6","transactionsRoot":"0x52091b69854576c8248ae706c3ba649e738d4c799067d9474d530cbe35bc345e","receiptsRoot":"0x92d35730f65f34bcda03f629acabc7171e2eef0dcec0e036421b37c9313c293f","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000008000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000008000000000000004000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x18a","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373800000000000000000000000000000000000000000000000000000000000000","r":"0x2b153122ed3b27f5793327e3fd8787fc8e2eb2186abcff7c1969e7bb24ca21d2","s":"0x2118d9c2b7430516e0e6fb4155aa08c4ccf47620c53a7d2a6d3bb6a90a5ca37e","yParity":"0x1","v":"0x1","hash":"0xd2f7af4465146dba84e385bdcdcf710d0d52b3917bb26b664e8c95d5fb65b470"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8eaabf7feaba61ef0ec3e132d9e6d0af04fb22f681c0f236754d95c6b042cf11","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x9542aab90049296d076e9e13dc35cff0fbe65da1837f0238181b2a8158619e8d","transactionsRoot":"0xa9a71af1dafd6346afb4895290b81f882bda45fe573dc3d31fa79e0997a124a5","receiptsRoot":"0x903c33653b8e4f3f85751abf2348b780187729ff0059e4a487443c0095377d9e","logsBloom":"0x00000000001000000000000040000000400000000000000200000000000000000000000000000000000000000000000000000000000100100000000000000000000000000000020000000400000002000000000000000000000000000010000000000000000000000000000100000000000000800000000000000000000000040000000300000002000050000000000410000000000080000200000000800000000000000000000000000000000400000000000000000000000000000000000000040020400000200000000000040000000000002400000000000000000000000000000080000000000000000000000000000000000000000000000000400000","difficulty":"0x0","number":"0x11","gasLimit":"0x1c9c380","gasUsed":"0xaafbb","timestamp":"0x67fe6880","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x95753de","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1a","gas":"0xde32b","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x608060405260405162000e8138038062000e81833981016040819052620000269162000490565b828162000036828260006200004d565b50620000449050826200008a565b505050620005c3565b6200005883620000e5565b600082511180620000665750805b1562000085576200008383836200012760201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f620000b562000156565b604080516001600160a01b03928316815291841660208301520160405180910390a1620000e2816200018f565b50565b620000f08162000244565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b60606200014f838360405180606001604052806027815260200162000e5a60279139620002f8565b9392505050565b60006200018060008051602062000e3a83398151915260001b620003de60201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620001fa5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b806200022360008051602062000e3a83398151915260001b620003de60201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b6200025a81620003e160201b6200028c1760201c565b620002be5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401620001f1565b80620002237f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc60001b620003de60201b620002081760201c565b60606001600160a01b0384163b620003625760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401620001f1565b600080856001600160a01b0316856040516200037f919062000570565b600060405180830381855af49150503d8060008114620003bc576040519150601f19603f3d011682016040523d82523d6000602084013e620003c1565b606091505b509092509050620003d4828286620003f0565b9695505050505050565b90565b6001600160a01b03163b151590565b60608315620004015750816200014f565b825115620004125782518084602001fd5b8160405162461bcd60e51b8152600401620001f191906200058e565b80516001600160a01b03811681146200044657600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b838110156200047e57818101518382015260200162000464565b83811115620000835750506000910152565b600080600060608486031215620004a657600080fd5b620004b1846200042e565b9250620004c1602085016200042e565b60408501519092506001600160401b0380821115620004df57600080fd5b818601915086601f830112620004f457600080fd5b8151818111156200050957620005096200044b565b604051601f8201601f19908116603f011681019083821181831017156200053457620005346200044b565b816040528281528960208487010111156200054e57600080fd5b6200056183602083016020880162000461565b80955050505050509250925092565b600082516200058481846020870162000461565b9190910192915050565b6020815260008251806020840152620005af81604085016020870162000461565b601f01601f19169190910160400192915050565b61086780620005d36000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000a85233c63b9ee964add6f2cffe00fd84eb32338f000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000084019e2729ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000004a679253410272dd5232b3ff7cf5dbb88f2953190000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e000000000000000000000000000000000000000000000000000000000","r":"0x7e5f4e29797c0408cf4b800f24bc44e833909eaf1c5e4566f7b76159e982b5e5","s":"0x2a532bc0c4fee782099ba862b8d2046b31c0c1ea52ed9016d2efeb2c9fbda5b8","yParity":"0x0","v":"0x0","hash":"0xa1bee67409e40e68def4d11f9646af98bd3621955771a17efff6a5232baf7de2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x9980571ebedac62620c8d2464f32af4b0dcc2edb64a1b9eb46b15be10fecf854","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa8579fbf871c283ab0c1bfe2f992eca6ca11ea9058b4e4f3145d2ba8cc0d8356","transactionsRoot":"0xa7180b3d6ce8cd49273629659410d245e54ae28192bb955e24a05b8e2ffdd325","receiptsRoot":"0xae6af314cdb06386daff652e3e5de60f4689fd4bf0c5b237af048a308ee28917","logsBloom":"0x00000000000000000000000000000004000000000000000000010000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000010000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x14d","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000038312cbeff92e5ce","r":"0x9f42016b96c6f5e877ef8bf849bcceaaedbbbd08ce10731fa50984e725ea4ce7","s":"0x4facea0a8382049f1d749e1247409676113024d2bc03f5c11766a57fd224c1cf","yParity":"0x1","v":"0x1","hash":"0x1b53431eeb3cd8af3a55abe4cf97ccad9920272ffebd0522d0c743d534b0ad15"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x9d7789dd55fea25f12c1e8e3eba8590651dbdc36fbac12c208f701159ac5146b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x13e37d6ae3f6d717b2b378bc3856c18a8b64b21d6b4cd2ffdd9e822f68341606","transactionsRoot":"0x4dc7be74c1a116c01936cfdf6b0eab1c872fb00865f06decfa2b4f6d95d59ac8","receiptsRoot":"0x2da3684925e874b83404f9fa6e6ede38d454e65e5c0780bf5826e52518d7edab","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000080000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000008000001200000000100000000000000000000000000008000000001000000000100000000000000","difficulty":"0x0","number":"0x131","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000056bbecb0ff9fdea6","r":"0xa2f56628c0548c5904b3ca36edf7454ec69c38b3825f93c299a85870ebad62f9","s":"0x5260b6d49702e07f5bfe109fa8b06bef980c2defc08d64ee344663ea21fcc6bb","yParity":"0x1","v":"0x1","hash":"0xc9aa6ac6c5b55e51543c42ef8d4bf3261fc7424ebe6815854b224f666df784ad"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc4692d4d64fa3a69eb21960088ed508e34f5cce05dcb6ef9aadd13f1cbfa8771","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf4c7b59539490c9728867cb4e4b2a042ebe55647471a7b29d3676f88932b4e6e","transactionsRoot":"0x6d8c0ed6c7a1954cb6507f106f21acbde38d0eaee2daa9b1a52a66d45d159043","receiptsRoot":"0x8c13abdda3424c635f83c56f1e0d4247447cef985e4799ceb55a48c68006125f","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000800000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000020000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000100100000000000000","difficulty":"0x0","number":"0x1ae","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393600000000000000000000000000000000000000000000000000000000000000","r":"0x44146facae2c8b13b3c9303180abcd6345acc31912aca505d337003f2bbc40ea","s":"0x4bf79683977a83a361602c57b3cee9e11b9c8b51c62979ea037fd3e5626d9eb2","yParity":"0x0","v":"0x0","hash":"0xac4266360964ee1ae7aa93579b834304af022b7d46a74098702e8dac380f040d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5d27633e0e53a3dbc2f107af183ef54b3780511a136251e5b4fb5de3b49898bf","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc322e9b55f5e8a5265ef3fffa9594eb6cc3cec6c4d71c31ce24b70cc48fab8ba","transactionsRoot":"0xfc08b31a1cda05395e430343a1a3861f909deec02b8f25e516a7464958ddbb6d","receiptsRoot":"0x2bcd3bb1085f68db4f08573250858fe1c9d53bd4857b4fda6d41165ff00accdc","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000004000000000010000000000000000000800000010000000000000000000000800000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000002001000000000100000000000000","difficulty":"0x0","number":"0x1b3","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000089a2b30fd4eda421","r":"0xf19494fd4bb803b6ce16483cd72fb12a87514ba87e6f820adbb99ef78df4b592","s":"0x144c0d9caa430121d6f2f8e082f1f2cbeeb89a8158ad70886e798c13ff91b8e","yParity":"0x1","v":"0x1","hash":"0x990a2c4d66acc1d60a671b9e98a3eee0988c0f3904dc5dea1cf5b154b379ee75"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x43f34bd24a4b4070f49052f193915bf8c4e1d2e076c2f175e1b7e83daf312a6a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd207902aafdc30b5f953d6ae108fed2df9c31cd85f0ed563c3b7bbbfa883df8a","transactionsRoot":"0xc8560fd6d36deb1ef69b7f62d3f02be5a6d3617e0efdcf49dc479066d820f453","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x74","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x166","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x8d","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xbfdb598d557c9e8a32737e3aa39f1a617f912361d96262e1bd186af881e0e383","s":"0x7f66c6600d423459dd197de94c352289d25c218437c7bd4853176678720e3c45","yParity":"0x0","v":"0x0","hash":"0x2c0328f94ea51ad9bb5160612c19afd4acbaa722911b424eeeb7102cb86cf2da"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x96ba4a3c16e0be12b804a51fa5c8040aa6fd9e63abbd0dcde75e3b51041bd3af","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd5f3458a9a659b8d48c1cd2718a0f29e1d132ab250f99dc0975aad0de3563a08","transactionsRoot":"0xe40d7bbcd668b8363533f8b9dc3216eb3d90dbb085218c761ce607028b67154c","receiptsRoot":"0x685925f7b77e6f2d055f0574dcca15c040adeaf6595148a31cfe9874eb634cf0","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000480000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000002000000000000000000000000400000000000","difficulty":"0x0","number":"0x9","gasLimit":"0x1c9c380","gasUsed":"0x4d4752","timestamp":"0x67fe6880","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1650c666","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xc","gas":"0x646ec7","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6101006040523480156200001257600080fd5b5060405162005c4638038062005c46833981016040819052620000359162000140565b6001600160a01b0380841660805280821660c052821660a0526200005862000065565b50504660e0525062000194565b600054610100900460ff1615620000d25760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b60005460ff908116101562000125576000805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b03811681146200013d57600080fd5b50565b6000806000606084860312156200015657600080fd5b8351620001638162000127565b6020850151909350620001768162000127565b6040850151909250620001898162000127565b809150509250925092565b60805160a05160c05160e051615a1d6200022960003960006126a00152600081816105b10152818161102e015281816113aa01528181611c23015281816129f901528181613eac0152614398015260006107620152600081816104f901528181610ffc0152818161137801528181611cb701528181612ac601528181612c4901528181613fd2015261443e0152615a1d6000f3fe608060405234801561001057600080fd5b50600436106103425760003560e01c8063635bbd10116101b8578063b7f06ebe11610104578063cf80873e116100a2578063f16172b01161007c578063f16172b014610908578063f2fde38b1461091b578063f698da251461092e578063fabc1cbc1461093657600080fd5b8063cf80873e146108c1578063da8be864146108e2578063eea9064b146108f557600080fd5b8063c488375a116100de578063c488375a146107de578063c5e480db146107fe578063c94b5111146108a4578063ca661c04146108b757600080fd5b8063b7f06ebe14610784578063bb45fef2146107a7578063c448feb8146107d557600080fd5b8063886f1195116101715780639104c3191161014b5780639104c3191461070f57806399be81c81461072a578063a17884841461073d578063b13442711461075d57600080fd5b8063886f1195146106cb5780638da5cb5b146106de57806390041347146106ef57600080fd5b8063635bbd101461063657806365da1264146106495780636d70f7ae14610672578063715018a614610685578063778e55f31461068d5780637f548071146106b857600080fd5b806328a573ae116102925780634665bcda11610230578063597b36da1161020a578063597b36da146105e55780635ac86ab7146105f85780635c975abb1461061b57806360d7faed1461062357600080fd5b80634665bcda146105ac5780634fc40b61146105d3578063595c6a67146105dd57600080fd5b806339b70e381161026c57806339b70e38146104f45780633cdeb5e0146105335780633e28391d14610562578063433773821461058557600080fd5b806328a573ae146104ae57806329c77d4f146104c157806333404396146104e157600080fd5b8063132d4967116102ff57806316928365116102d957806316928365146104285780631bbce0911461046157806320606b701461047457806322bf40e41461049b57600080fd5b8063132d4967146103ef578063136439dd146104025780631522bf021461041557600080fd5b80630449ca391461034757806304a4f9791461036d5780630b9f487a146103945780630dd8dd02146103a75780630f589e59146103c757806310d67a2f146103dc575b600080fd5b61035a61035536600461484e565b610949565b6040519081526020015b60405180910390f35b61035a7f14bde674c9f64b2ad00eaaee4a8bed1fabef35c7507e3c5b9cfc9436909a2dad81565b61035a6103a23660046148b4565b6109ce565b6103ba6103b536600461484e565b610a90565b604051610364919061490f565b6103da6103d53660046149ac565b610df9565b005b6103da6103ea3660046149ff565b610f3e565b6103da6103fd366004614a23565b610ff1565b6103da610410366004614a64565b6110a8565b6103da610423366004614a7d565b6111e7565b61035a6104363660046149ff565b6001600160a01b0316600090815260996020526040902060010154600160a01b900463ffffffff1690565b61035a61046f366004614a23565b6111fb565b61035a7f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86681565b6103da6104a9366004614ae8565b611229565b6103da6104bc366004614a23565b61136d565b61035a6104cf3660046149ff565b609b6020526000908152604090205481565b6103da6104ef366004614b8f565b61141d565b61051b7f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b039091168152602001610364565b61051b6105413660046149ff565b6001600160a01b039081166000908152609960205260409020600101541690565b6105756105703660046149ff565b61155a565b6040519015158152602001610364565b61035a7f39111bc4a4d688e1f685123d7497d4615370152a8ee4a0593e647bd06ad8bb0b81565b61051b7f000000000000000000000000000000000000000000000000000000000000000081565b61035a6213c68081565b6103da61157a565b61035a6105f3366004614e8c565b611641565b610575610606366004614ec8565b606654600160ff9092169190911b9081161490565b60665461035a565b6103da610631366004614ef9565b611671565b6103da610644366004614a64565b61170c565b61051b6106573660046149ff565b609a602052600090815260409020546001600160a01b031681565b6105756106803660046149ff565b61171d565b6103da611757565b61035a61069b366004614f88565b609860209081526000928352604080842090915290825290205481565b6103da6106c6366004615069565b61176b565b60655461051b906001600160a01b031681565b6033546001600160a01b031661051b565b6107026106fd3660046150f9565b611997565b6040516103649190615183565b61051b73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b6103da610738366004615196565b611a71565b61035a61074b3660046149ff565b609f6020526000908152604090205481565b61051b7f000000000000000000000000000000000000000000000000000000000000000081565b610575610792366004614a64565b609e6020526000908152604090205460ff1681565b6105756107b53660046151cb565b609c60209081526000928352604080842090915290825290205460ff1681565b61035a609d5481565b61035a6107ec3660046149ff565b60a16020526000908152604090205481565b61086e61080c3660046149ff565b6040805160608082018352600080835260208084018290529284018190526001600160a01b03948516815260998352839020835191820184528054851682526001015493841691810191909152600160a01b90920463ffffffff169082015290565b6040805182516001600160a01b039081168252602080850151909116908201529181015163ffffffff1690820152606001610364565b61035a6108b23660046151f7565b611b43565b61035a62034bc081565b6108d46108cf3660046149ff565b611bfc565b604051610364929190615278565b6103ba6108f03660046149ff565b611fb4565b6103da61090336600461529d565b612478565b6103da6109163660046152f5565b612595565b6103da6109293660046149ff565b612626565b61035a61269c565b6103da610944366004614a64565b6126da565b609d54600090815b838110156109c657600060a1600087878581811061097157610971615311565b905060200201602081019061098691906149ff565b6001600160a01b03166001600160a01b03168152602001908152602001600020549050828111156109b5578092505b506109bf8161533d565b9050610951565b509392505050565b604080517f14bde674c9f64b2ad00eaaee4a8bed1fabef35c7507e3c5b9cfc9436909a2dad6020808301919091526001600160a01b038681168385015288811660608401528716608083015260a0820185905260c08083018590528351808403909101815260e0909201909252805191012060009081610a4c61269c565b60405161190160f01b602082015260228101919091526042810183905260620160408051808303601f19018152919052805160209091012098975050505050505050565b60665460609060019060029081161415610ac55760405162461bcd60e51b8152600401610abc90615358565b60405180910390fd5b6000836001600160401b03811115610adf57610adf614c31565b604051908082528060200260200182016040528015610b08578160200160208202803683370190505b50336000908152609a60205260408120549192506001600160a01b03909116905b85811015610dee57868682818110610b4357610b43615311565b9050602002810190610b55919061538f565b610b639060208101906153af565b9050878783818110610b7757610b77615311565b9050602002810190610b89919061538f565b610b9390806153af565b905014610c085760405162461bcd60e51b815260206004820152603860248201527f44656c65676174696f6e4d616e616765722e717565756557697468647261776160448201527f6c3a20696e707574206c656e677468206d69736d6174636800000000000000006064820152608401610abc565b33878783818110610c1b57610c1b615311565b9050602002810190610c2d919061538f565b610c3e9060608101906040016149ff565b6001600160a01b031614610cba5760405162461bcd60e51b815260206004820152603c60248201527f44656c65676174696f6e4d616e616765722e717565756557697468647261776160448201527f6c3a2077697468647261776572206d757374206265207374616b6572000000006064820152608401610abc565b610dbf3383898985818110610cd157610cd1615311565b9050602002810190610ce3919061538f565b610cf49060608101906040016149ff565b8a8a86818110610d0657610d06615311565b9050602002810190610d18919061538f565b610d2290806153af565b808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508e92508d9150889050818110610d6857610d68615311565b9050602002810190610d7a919061538f565b610d889060208101906153af565b8080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061283692505050565b838281518110610dd157610dd1615311565b602090810291909101015280610de68161533d565b915050610b29565b509095945050505050565b610e023361155a565b15610e885760405162461bcd60e51b815260206004820152604a60248201527f44656c65676174696f6e4d616e616765722e726567697374657241734f70657260448201527f61746f723a2063616c6c657220697320616c7265616479206163746976656c796064820152690819195b1959d85d195960b21b608482015260a401610abc565b610e923384612df6565b604080518082019091526060815260006020820152610eb43380836000612fe9565b336001600160a01b03167f8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e285604051610eed91906153f8565b60405180910390a2336001600160a01b03167f02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b67080908484604051610f3092919061544a565b60405180910390a250505050565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f91573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fb59190615479565b6001600160a01b0316336001600160a01b031614610fe55760405162461bcd60e51b8152600401610abc90615496565b610fee8161327f565b50565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614806110505750336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016145b61106c5760405162461bcd60e51b8152600401610abc906154e0565b6110758361155a565b156110a3576001600160a01b038084166000908152609a6020526040902054166110a181858585613376565b505b505050565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156110f0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611114919061553d565b6111305760405162461bcd60e51b8152600401610abc9061555a565b606654818116146111a95760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610abc565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b6111ef6133f1565b6110a18484848461344b565b6001600160a01b0383166000908152609b602052604081205461122085828686611b43565b95945050505050565b600054610100900460ff16158080156112495750600054600160ff909116105b806112635750303b158015611263575060005460ff166001145b6112c65760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610abc565b6000805460ff1916600117905580156112e9576000805461ff0019166101001790555b6112f38888613671565b6112fb61375b565b609755611307896137f2565b61131086613844565b61131c8585858561344b565b8015611362576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050505050505050565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614806113cc5750336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016145b6113e85760405162461bcd60e51b8152600401610abc906154e0565b6113f18361155a565b156110a3576001600160a01b038084166000908152609a6020526040902054166110a18185858561393e565b606654600290600490811614156114465760405162461bcd60e51b8152600401610abc90615358565b600260c95414156114995760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610abc565b600260c95560005b88811015611549576115398a8a838181106114be576114be615311565b90506020028101906114d091906155a2565b8989848181106114e2576114e2615311565b90506020028101906114f491906153af565b89898681811061150657611506615311565b9050602002013588888781811061151f5761151f615311565b905060200201602081019061153491906155b8565b6139b9565b6115428161533d565b90506114a1565b5050600160c9555050505050505050565b6001600160a01b039081166000908152609a602052604090205416151590565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156115c2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115e6919061553d565b6116025760405162461bcd60e51b8152600401610abc9061555a565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b6000816040516020016116549190615649565b604051602081830303815290604052805190602001209050919050565b6066546002906004908116141561169a5760405162461bcd60e51b8152600401610abc90615358565b600260c95414156116ed5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610abc565b600260c9556116ff86868686866139b9565b5050600160c95550505050565b6117146133f1565b610fee81613844565b60006001600160a01b0382161580159061175157506001600160a01b038083166000818152609a6020526040902054909116145b92915050565b61175f6133f1565b61176960006137f2565b565b42836020015110156117ef5760405162461bcd60e51b815260206004820152604160248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f4279536960448201527f676e61747572653a207374616b6572207369676e6174757265206578706972656064820152601960fa1b608482015260a401610abc565b6117f88561155a565b156118815760405162461bcd60e51b815260206004820152604d60248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f4279536960448201527f676e61747572653a207374616b657220697320616c726561647920616374697660648201526c195b1e4819195b1959d85d1959609a1b608482015260a401610abc565b61188a8461171d565b6119165760405162461bcd60e51b815260206004820152605160248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f4279536960448201527f676e61747572653a206f70657261746f72206973206e6f7420726567697374656064820152703932b21034b71022b4b3b2b72630bcb2b960791b608482015260a401610abc565b6000609b6000876001600160a01b03166001600160a01b0316815260200190815260200160002054905060006119528783888860200151611b43565b6001600160a01b0388166000908152609b60205260409020600184019055855190915061198290889083906141a3565b61198e87878686612fe9565b50505050505050565b6060600082516001600160401b038111156119b4576119b4614c31565b6040519080825280602002602001820160405280156119dd578160200160208202803683370190505b50905060005b83518110156109c6576001600160a01b03851660009081526098602052604081208551909190869084908110611a1b57611a1b615311565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002054828281518110611a5657611a56615311565b6020908102919091010152611a6a8161533d565b90506119e3565b611a7a3361171d565b611afc5760405162461bcd60e51b815260206004820152604760248201527f44656c65676174696f6e4d616e616765722e7570646174654f70657261746f7260448201527f4d657461646174615552493a2063616c6c6572206d75737420626520616e206f6064820152663832b930ba37b960c91b608482015260a401610abc565b336001600160a01b03167f02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b67080908383604051611b3792919061544a565b60405180910390a25050565b604080517f39111bc4a4d688e1f685123d7497d4615370152a8ee4a0593e647bd06ad8bb0b6020808301919091526001600160a01b0387811683850152851660608301526080820186905260a08083018590528351808403909101815260c0909201909252805191012060009081611bb961269c565b60405161190160f01b602082015260228101919091526042810183905260620160408051808303601f190181529190528051602090910120979650505050505050565b6040516360f4062b60e01b81526001600160a01b03828116600483015260609182916000917f0000000000000000000000000000000000000000000000000000000000000000909116906360f4062b90602401602060405180830381865afa158015611c6c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c90919061565c565b6040516394f649dd60e01b81526001600160a01b03868116600483015291925060009182917f0000000000000000000000000000000000000000000000000000000000000000909116906394f649dd90602401600060405180830381865afa158015611d00573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611d2891908101906156d0565b9150915060008313611d3f57909590945092505050565b606080835160001415611df9576040805160018082528183019092529060208083019080368337505060408051600180825281830190925292945090506020808301908036833701905050905073beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac082600081518110611db457611db4615311565b60200260200101906001600160a01b031690816001600160a01b0316815250508481600081518110611de857611de8615311565b602002602001018181525050611fa7565b8351611e0690600161578a565b6001600160401b03811115611e1d57611e1d614c31565b604051908082528060200260200182016040528015611e46578160200160208202803683370190505b50915081516001600160401b03811115611e6257611e62614c31565b604051908082528060200260200182016040528015611e8b578160200160208202803683370190505b50905060005b8451811015611f2557848181518110611eac57611eac615311565b6020026020010151838281518110611ec657611ec6615311565b60200260200101906001600160a01b031690816001600160a01b031681525050838181518110611ef857611ef8615311565b6020026020010151828281518110611f1257611f12615311565b6020908102919091010152600101611e91565b5073beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac08260018451611f4a91906157a2565b81518110611f5a57611f5a615311565b60200260200101906001600160a01b031690816001600160a01b031681525050848160018451611f8a91906157a2565b81518110611f9a57611f9a615311565b6020026020010181815250505b9097909650945050505050565b60665460609060019060029081161415611fe05760405162461bcd60e51b8152600401610abc90615358565b611fe98361155a565b6120695760405162461bcd60e51b8152602060048201526044602482018190527f44656c65676174696f6e4d616e616765722e756e64656c65676174653a207374908201527f616b6572206d7573742062652064656c65676174656420746f20756e64656c656064820152636761746560e01b608482015260a401610abc565b6120728361171d565b156120e55760405162461bcd60e51b815260206004820152603d60248201527f44656c65676174696f6e4d616e616765722e756e64656c65676174653a206f7060448201527f657261746f72732063616e6e6f7420626520756e64656c6567617465640000006064820152608401610abc565b6001600160a01b0383166121615760405162461bcd60e51b815260206004820152603c60248201527f44656c65676174696f6e4d616e616765722e756e64656c65676174653a20636160448201527f6e6e6f7420756e64656c6567617465207a65726f2061646472657373000000006064820152608401610abc565b6001600160a01b038084166000818152609a6020526040902054909116903314806121945750336001600160a01b038216145b806121bb57506001600160a01b038181166000908152609960205260409020600101541633145b61222d5760405162461bcd60e51b815260206004820152603d60248201527f44656c65676174696f6e4d616e616765722e756e64656c65676174653a20636160448201527f6c6c65722063616e6e6f7420756e64656c6567617465207374616b65720000006064820152608401610abc565b60008061223986611bfc565b9092509050336001600160a01b0387161461228f57826001600160a01b0316866001600160a01b03167ff0eddf07e6ea14f388b47e1e94a0f464ecbd9eed4171130e0fc0e99fb4030a8a60405160405180910390a35b826001600160a01b0316866001600160a01b03167ffee30966a256b71e14bc0ebfc94315e28ef4a97a7131a9e2b7a310a73af4467660405160405180910390a36001600160a01b0386166000908152609a6020526040902080546001600160a01b0319169055815161231157604080516000815260208101909152945061246f565b81516001600160401b0381111561232a5761232a614c31565b604051908082528060200260200182016040528015612353578160200160208202803683370190505b50945060005b825181101561246d576040805160018082528183019092526000916020808301908036833750506040805160018082528183019092529293506000929150602080830190803683370190505090508483815181106123b9576123b9615311565b6020026020010151826000815181106123d4576123d4615311565b60200260200101906001600160a01b031690816001600160a01b03168152505083838151811061240657612406615311565b60200260200101518160008151811061242157612421615311565b60200260200101818152505061243a89878b8585612836565b88848151811061244c5761244c615311565b602002602001018181525050505080806124659061533d565b915050612359565b505b50505050919050565b6124813361155a565b156124ff5760405162461bcd60e51b815260206004820152604260248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f3a20737460448201527f616b657220697320616c7265616479206163746976656c792064656c65676174606482015261195960f21b608482015260a401610abc565b6125088361171d565b6125895760405162461bcd60e51b815260206004820152604660248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f3a206f7060448201527f657261746f72206973206e6f74207265676973746572656420696e2045696765606482015265372630bcb2b960d11b608482015260a401610abc565b6110a333848484612fe9565b61259e3361171d565b61261c5760405162461bcd60e51b815260206004820152604360248201527f44656c65676174696f6e4d616e616765722e6d6f646966794f70657261746f7260448201527f44657461696c733a2063616c6c6572206d75737420626520616e206f706572616064820152623a37b960e91b608482015260a401610abc565b610fee3382612df6565b61262e6133f1565b6001600160a01b0381166126935760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610abc565b610fee816137f2565b60007f00000000000000000000000000000000000000000000000000000000000000004614156126cd575060975490565b6126d561375b565b905090565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561272d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127519190615479565b6001600160a01b0316336001600160a01b0316146127815760405162461bcd60e51b8152600401610abc90615496565b6066541981196066541916146127ff5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610abc565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c906020016111dc565b60006001600160a01b0386166128cd5760405162461bcd60e51b815260206004820152605060248201527f44656c65676174696f6e4d616e616765722e5f72656d6f76655368617265734160448201527f6e6451756575655769746864726177616c3a207374616b65722063616e6e6f7460648201526f206265207a65726f206164647265737360801b608482015260a401610abc565b82516129575760405162461bcd60e51b815260206004820152604d60248201527f44656c65676174696f6e4d616e616765722e5f72656d6f76655368617265734160448201527f6e6451756575655769746864726177616c3a207374726174656769657320636160648201526c6e6e6f7420626520656d70747960981b608482015260a401610abc565b60005b8351811015612d04576001600160a01b038616156129b0576129b0868886848151811061298957612989615311565b60200260200101518685815181106129a3576129a3615311565b6020026020010151613376565b73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06001600160a01b03168482815181106129e0576129e0615311565b60200260200101516001600160a01b03161415612aa9577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663beffbb8988858481518110612a3957612a39615311565b60200260200101516040518363ffffffff1660e01b8152600401612a729291906001600160a01b03929092168252602082015260400190565b600060405180830381600087803b158015612a8c57600080fd5b505af1158015612aa0573d6000803e3d6000fd5b50505050612cfc565b846001600160a01b0316876001600160a01b03161480612b7b57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316639b4da03d858381518110612b0557612b05615311565b60200260200101516040518263ffffffff1660e01b8152600401612b3891906001600160a01b0391909116815260200190565b602060405180830381865afa158015612b55573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b79919061553d565b155b612c475760405162461bcd60e51b8152602060048201526084602482018190527f44656c65676174696f6e4d616e616765722e5f72656d6f76655368617265734160448301527f6e6451756575655769746864726177616c3a2077697468647261776572206d7560648301527f73742062652073616d652061646472657373206173207374616b657220696620908201527f746869726450617274795472616e7366657273466f7262696464656e2061726560a482015263081cd95d60e21b60c482015260e401610abc565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316638c80d4e588868481518110612c8957612c89615311565b6020026020010151868581518110612ca357612ca3615311565b60200260200101516040518463ffffffff1660e01b8152600401612cc9939291906157b9565b600060405180830381600087803b158015612ce357600080fd5b505af1158015612cf7573d6000803e3d6000fd5b505050505b60010161295a565b506001600160a01b0386166000908152609f60205260408120805491829190612d2c8361533d565b919050555060006040518060e00160405280896001600160a01b03168152602001886001600160a01b03168152602001876001600160a01b031681526020018381526020014363ffffffff1681526020018681526020018581525090506000612d9482611641565b6000818152609e602052604090819020805460ff19166001179055519091507f9009ab153e8014fbfb02f2217f5cde7aa7f9ad734ae85ca3ee3f4ca2fdd499f990612de290839085906157dd565b60405180910390a198975050505050505050565b6213c680612e0a60608301604084016157f6565b63ffffffff161115612ebf5760405162461bcd60e51b815260206004820152606c60248201527f44656c65676174696f6e4d616e616765722e5f7365744f70657261746f72446560448201527f7461696c733a207374616b65724f70744f757457696e646f77426c6f636b732060648201527f63616e6e6f74206265203e204d41585f5354414b45525f4f50545f4f55545f5760848201526b494e444f575f424c4f434b5360a01b60a482015260c401610abc565b6001600160a01b0382166000908152609960205260409081902060010154600160a01b900463ffffffff1690612efb90606084019084016157f6565b63ffffffff161015612f915760405162461bcd60e51b815260206004820152605360248201527f44656c65676174696f6e4d616e616765722e5f7365744f70657261746f72446560448201527f7461696c733a207374616b65724f70744f757457696e646f77426c6f636b732060648201527218d85b9b9bdd08189948191958dc99585cd959606a1b608482015260a401610abc565b6001600160a01b03821660009081526099602052604090208190612fb58282615833565b505060405133907ffebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac90611b379084906153f8565b606654600090600190811614156130125760405162461bcd60e51b8152600401610abc90615358565b6001600160a01b038085166000908152609960205260409020600101541680158015906130485750336001600160a01b03821614155b801561305d5750336001600160a01b03861614155b156131ca5742846020015110156130dc5760405162461bcd60e51b815260206004820152603760248201527f44656c65676174696f6e4d616e616765722e5f64656c65676174653a2061707060448201527f726f766572207369676e617475726520657870697265640000000000000000006064820152608401610abc565b6001600160a01b0381166000908152609c6020908152604080832086845290915290205460ff16156131765760405162461bcd60e51b815260206004820152603760248201527f44656c65676174696f6e4d616e616765722e5f64656c65676174653a2061707060448201527f726f76657253616c7420616c7265616479207370656e740000000000000000006064820152608401610abc565b6001600160a01b0381166000908152609c6020908152604080832086845282528220805460ff191660011790558501516131b79088908890859088906109ce565b90506131c8828287600001516141a3565b505b6001600160a01b038681166000818152609a602052604080822080546001600160a01b031916948a169485179055517fc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d87433049190a360008061322988611bfc565b9150915060005b825181101561136257613277888a85848151811061325057613250615311565b602002602001015185858151811061326a5761326a615311565b602002602001015161393e565b600101613230565b6001600160a01b03811661330d5760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610abc565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b038085166000908152609860209081526040808320938616835292905290812080548392906133ad9084906157a2565b92505081905550836001600160a01b03167f6909600037b75d7b4733aedd815442b5ec018a827751c832aaff64eba5d6d2dd848484604051610f30939291906157b9565b6033546001600160a01b031633146117695760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610abc565b8281146134d35760405162461bcd60e51b815260206004820152604a60248201527f44656c65676174696f6e4d616e616765722e5f7365745374726174656779576960448201527f746864726177616c44656c6179426c6f636b733a20696e707574206c656e67746064820152690d040dad2e6dac2e8c6d60b31b608482015260a401610abc565b8260005b818110156136695760008686838181106134f3576134f3615311565b905060200201602081019061350891906149ff565b6001600160a01b038116600090815260a1602052604081205491925086868581811061353657613536615311565b90506020020135905062034bc08111156135fa5760405162461bcd60e51b815260206004820152607360248201527f44656c65676174696f6e4d616e616765722e5f7365745374726174656779576960448201527f746864726177616c44656c6179426c6f636b733a205f7769746864726177616c60648201527f44656c6179426c6f636b732063616e6e6f74206265203e204d41585f5749544860848201527244524157414c5f44454c41595f424c4f434b5360681b60a482015260c401610abc565b6001600160a01b038316600081815260a160209081526040918290208490558151928352820184905281018290527f0e7efa738e8b0ce6376a0c1af471655540d2e9a81647d7b09ed823018426576d9060600160405180910390a1505050806136629061533d565b90506134d7565b505050505050565b6065546001600160a01b031615801561369257506001600160a01b03821615155b6137145760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610abc565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a26137578261327f565b5050565b604080518082018252600a81526922b4b3b2b72630bcb2b960b11b60209182015281517f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866818301527f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea81840152466060820152306080808301919091528351808303909101815260a0909101909252815191012090565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b62034bc08111156138fd5760405162461bcd60e51b815260206004820152607160248201527f44656c65676174696f6e4d616e616765722e5f7365744d696e5769746864726160448201527f77616c44656c6179426c6f636b733a205f6d696e5769746864726177616c446560648201527f6c6179426c6f636b732063616e6e6f74206265203e204d41585f5749544844526084820152704157414c5f44454c41595f424c4f434b5360781b60a482015260c401610abc565b609d5460408051918252602082018390527fafa003cd76f87ff9d62b35beea889920f33c0c42b8d45b74954d61d50f4b6b69910160405180910390a1609d55565b6001600160a01b0380851660009081526098602090815260408083209386168352929052908120805483929061397590849061578a565b92505081905550836001600160a01b03167f1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c848484604051610f30939291906157b9565b60006139c76105f387615896565b6000818152609e602052604090205490915060ff16613a485760405162461bcd60e51b815260206004820152604360248201526000805160206159c883398151915260448201527f645769746864726177616c3a20616374696f6e206973206e6f7420696e20717560648201526265756560e81b608482015260a401610abc565b609d544390613a5d60a0890160808a016157f6565b63ffffffff16613a6d919061578a565b1115613af55760405162461bcd60e51b815260206004820152605f60248201526000805160206159c883398151915260448201527f645769746864726177616c3a206d696e5769746864726177616c44656c61794260648201527f6c6f636b7320706572696f6420686173206e6f74207965742070617373656400608482015260a401610abc565b613b0560608701604088016149ff565b6001600160a01b0316336001600160a01b031614613b925760405162461bcd60e51b815260206004820152605060248201526000805160206159c883398151915260448201527f645769746864726177616c3a206f6e6c7920776974686472617765722063616e60648201526f1031b7b6b83632ba329030b1ba34b7b760811b608482015260a401610abc565b8115613c1457613ba560a08701876153af565b85149050613c145760405162461bcd60e51b815260206004820152604260248201526000805160206159c883398151915260448201527f645769746864726177616c3a20696e707574206c656e677468206d69736d61746064820152610c6d60f31b608482015260a401610abc565b6000818152609e60205260409020805460ff191690558115613d795760005b613c4060a08801886153af565b9050811015613d73574360a16000613c5b60a08b018b6153af565b85818110613c6b57613c6b615311565b9050602002016020810190613c8091906149ff565b6001600160a01b03168152602081019190915260400160002054613caa60a08a0160808b016157f6565b63ffffffff16613cba919061578a565b1115613cd85760405162461bcd60e51b8152600401610abc906158a2565b613d6b613ce860208901896149ff565b33613cf660a08b018b6153af565b85818110613d0657613d06615311565b9050602002016020810190613d1b91906149ff565b613d2860c08c018c6153af565b86818110613d3857613d38615311565b905060200201358a8a87818110613d5157613d51615311565b9050602002016020810190613d6691906149ff565b61435d565b600101613c33565b50614168565b336000908152609a60205260408120546001600160a01b0316905b613da160a08901896153af565b9050811015614165574360a16000613dbc60a08c018c6153af565b85818110613dcc57613dcc615311565b9050602002016020810190613de191906149ff565b6001600160a01b03168152602081019190915260400160002054613e0b60a08b0160808c016157f6565b63ffffffff16613e1b919061578a565b1115613e395760405162461bcd60e51b8152600401610abc906158a2565b73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0613e5b60a08a018a6153af565b83818110613e6b57613e6b615311565b9050602002016020810190613e8091906149ff565b6001600160a01b03161415613fd0576000613e9e60208a018a6149ff565b905060006001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016630e81073c83613edf60c08e018e6153af565b87818110613eef57613eef615311565b6040516001600160e01b031960e087901b1681526001600160a01b03909416600485015260200291909101356024830152506044016020604051808303816000875af1158015613f43573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613f67919061565c565b6001600160a01b038084166000908152609a6020526040902054919250168015613fc857613fc88184613f9d60a08f018f6153af565b88818110613fad57613fad615311565b9050602002016020810190613fc291906149ff565b8561393e565b50505061415d565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663c4623ea13389898581811061401257614012615311565b905060200201602081019061402791906149ff565b61403460a08d018d6153af565b8681811061404457614044615311565b905060200201602081019061405991906149ff565b61406660c08e018e6153af565b8781811061407657614076615311565b60405160e088901b6001600160e01b03191681526001600160a01b03968716600482015294861660248601529290941660448401526020909102013560648201526084019050600060405180830381600087803b1580156140d657600080fd5b505af11580156140ea573d6000803e3d6000fd5b505050506001600160a01b0382161561415d5761415d823361410f60a08c018c6153af565b8581811061411f5761411f615311565b905060200201602081019061413491906149ff565b61414160c08d018d6153af565b8681811061415157614151615311565b9050602002013561393e565b600101613d94565b50505b6040518181527fc97098c2f658800b4df29001527f7324bcdffcf6e8751a699ab920a1eced5b1d9060200160405180910390a1505050505050565b6001600160a01b0383163b156142bd57604051630b135d3f60e11b808252906001600160a01b03851690631626ba7e906141e3908690869060040161592a565b602060405180830381865afa158015614200573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906142249190615987565b6001600160e01b031916146110a35760405162461bcd60e51b815260206004820152605360248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a2045524331323731207369676e6174757265206064820152721d995c9a599a58d85d1a5bdb8819985a5b1959606a1b608482015260a401610abc565b826001600160a01b03166142d1838361449d565b6001600160a01b0316146110a35760405162461bcd60e51b815260206004820152604760248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a207369676e6174757265206e6f742066726f6d6064820152661039b4b3b732b960c91b608482015260a401610abc565b6001600160a01b03831673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac014156144085760405162387b1360e81b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063387b1300906143d1908890889087906004016157b9565b600060405180830381600087803b1580156143eb57600080fd5b505af11580156143ff573d6000803e3d6000fd5b50505050614496565b60405163c608c7f360e01b81526001600160a01b03858116600483015284811660248301526044820184905282811660648301527f0000000000000000000000000000000000000000000000000000000000000000169063c608c7f390608401600060405180830381600087803b15801561448257600080fd5b505af1158015611362573d6000803e3d6000fd5b5050505050565b60008060006144ac85856144b9565b915091506109c681614529565b6000808251604114156144f05760208301516040840151606085015160001a6144e4878285856146e4565b94509450505050614522565b82516040141561451a576020830151604084015161450f8683836147d1565b935093505050614522565b506000905060025b9250929050565b600081600481111561453d5761453d6159b1565b14156145465750565b600181600481111561455a5761455a6159b1565b14156145a85760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606401610abc565b60028160048111156145bc576145bc6159b1565b141561460a5760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606401610abc565b600381600481111561461e5761461e6159b1565b14156146775760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b6064820152608401610abc565b600481600481111561468b5761468b6159b1565b1415610fee5760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b6064820152608401610abc565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083111561471b57506000905060036147c8565b8460ff16601b1415801561473357508460ff16601c14155b1561474457506000905060046147c8565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015614798573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b0381166147c1576000600192509250506147c8565b9150600090505b94509492505050565b6000806001600160ff1b038316816147ee60ff86901c601b61578a565b90506147fc878288856146e4565b935093505050935093915050565b60008083601f84011261481c57600080fd5b5081356001600160401b0381111561483357600080fd5b6020830191508360208260051b850101111561452257600080fd5b6000806020838503121561486157600080fd5b82356001600160401b0381111561487757600080fd5b6148838582860161480a565b90969095509350505050565b6001600160a01b0381168114610fee57600080fd5b80356148af8161488f565b919050565b600080600080600060a086880312156148cc57600080fd5b85356148d78161488f565b945060208601356148e78161488f565b935060408601356148f78161488f565b94979396509394606081013594506080013592915050565b6020808252825182820181905260009190848201906040850190845b818110156149475783518352928401929184019160010161492b565b50909695505050505050565b60006060828403121561496557600080fd5b50919050565b60008083601f84011261497d57600080fd5b5081356001600160401b0381111561499457600080fd5b60208301915083602082850101111561452257600080fd5b6000806000608084860312156149c157600080fd5b6149cb8585614953565b925060608401356001600160401b038111156149e657600080fd5b6149f28682870161496b565b9497909650939450505050565b600060208284031215614a1157600080fd5b8135614a1c8161488f565b9392505050565b600080600060608486031215614a3857600080fd5b8335614a438161488f565b92506020840135614a538161488f565b929592945050506040919091013590565b600060208284031215614a7657600080fd5b5035919050565b60008060008060408587031215614a9357600080fd5b84356001600160401b0380821115614aaa57600080fd5b614ab68883890161480a565b90965094506020870135915080821115614acf57600080fd5b50614adc8782880161480a565b95989497509550505050565b60008060008060008060008060c0898b031215614b0457600080fd5b8835614b0f8161488f565b97506020890135614b1f8161488f565b9650604089013595506060890135945060808901356001600160401b0380821115614b4957600080fd5b614b558c838d0161480a565b909650945060a08b0135915080821115614b6e57600080fd5b50614b7b8b828c0161480a565b999c989b5096995094979396929594505050565b6000806000806000806000806080898b031215614bab57600080fd5b88356001600160401b0380821115614bc257600080fd5b614bce8c838d0161480a565b909a50985060208b0135915080821115614be757600080fd5b614bf38c838d0161480a565b909850965060408b0135915080821115614c0c57600080fd5b614c188c838d0161480a565b909650945060608b0135915080821115614b6e57600080fd5b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b0381118282101715614c6957614c69614c31565b60405290565b604080519081016001600160401b0381118282101715614c6957614c69614c31565b604051601f8201601f191681016001600160401b0381118282101715614cb957614cb9614c31565b604052919050565b63ffffffff81168114610fee57600080fd5b80356148af81614cc1565b60006001600160401b03821115614cf757614cf7614c31565b5060051b60200190565b600082601f830112614d1257600080fd5b81356020614d27614d2283614cde565b614c91565b82815260059290921b84018101918181019086841115614d4657600080fd5b8286015b84811015614d6a578035614d5d8161488f565b8352918301918301614d4a565b509695505050505050565b600082601f830112614d8657600080fd5b81356020614d96614d2283614cde565b82815260059290921b84018101918181019086841115614db557600080fd5b8286015b84811015614d6a5780358352918301918301614db9565b600060e08284031215614de257600080fd5b614dea614c47565b9050614df5826148a4565b8152614e03602083016148a4565b6020820152614e14604083016148a4565b604082015260608201356060820152614e2f60808301614cd3565b608082015260a08201356001600160401b0380821115614e4e57600080fd5b614e5a85838601614d01565b60a084015260c0840135915080821115614e7357600080fd5b50614e8084828501614d75565b60c08301525092915050565b600060208284031215614e9e57600080fd5b81356001600160401b03811115614eb457600080fd5b614ec084828501614dd0565b949350505050565b600060208284031215614eda57600080fd5b813560ff81168114614a1c57600080fd5b8015158114610fee57600080fd5b600080600080600060808688031215614f1157600080fd5b85356001600160401b0380821115614f2857600080fd5b9087019060e0828a031215614f3c57600080fd5b90955060208701359080821115614f5257600080fd5b50614f5f8882890161480a565b909550935050604086013591506060860135614f7a81614eeb565b809150509295509295909350565b60008060408385031215614f9b57600080fd5b8235614fa68161488f565b91506020830135614fb68161488f565b809150509250929050565b600060408284031215614fd357600080fd5b614fdb614c6f565b905081356001600160401b0380821115614ff457600080fd5b818401915084601f83011261500857600080fd5b813560208282111561501c5761501c614c31565b61502e601f8301601f19168201614c91565b9250818352868183860101111561504457600080fd5b8181850182850137600081838501015282855280860135818601525050505092915050565b600080600080600060a0868803121561508157600080fd5b853561508c8161488f565b9450602086013561509c8161488f565b935060408601356001600160401b03808211156150b857600080fd5b6150c489838a01614fc1565b945060608801359150808211156150da57600080fd5b506150e788828901614fc1565b95989497509295608001359392505050565b6000806040838503121561510c57600080fd5b82356151178161488f565b915060208301356001600160401b0381111561513257600080fd5b61513e85828601614d01565b9150509250929050565b600081518084526020808501945080840160005b838110156151785781518752958201959082019060010161515c565b509495945050505050565b602081526000614a1c6020830184615148565b600080602083850312156151a957600080fd5b82356001600160401b038111156151bf57600080fd5b6148838582860161496b565b600080604083850312156151de57600080fd5b82356151e98161488f565b946020939093013593505050565b6000806000806080858703121561520d57600080fd5b84356152188161488f565b935060208501359250604085013561522f8161488f565b9396929550929360600135925050565b600081518084526020808501945080840160005b838110156151785781516001600160a01b031687529582019590820190600101615253565b60408152600061528b604083018561523f565b82810360208401526112208185615148565b6000806000606084860312156152b257600080fd5b83356152bd8161488f565b925060208401356001600160401b038111156152d857600080fd5b6152e486828701614fc1565b925050604084013590509250925092565b60006060828403121561530757600080fd5b614a1c8383614953565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b600060001982141561535157615351615327565b5060010190565b60208082526019908201527f5061757361626c653a20696e6465782069732070617573656400000000000000604082015260600190565b60008235605e198336030181126153a557600080fd5b9190910192915050565b6000808335601e198436030181126153c657600080fd5b8301803591506001600160401b038211156153e057600080fd5b6020019150600581901b360382131561452257600080fd5b6060810182356154078161488f565b6001600160a01b0390811683526020840135906154238261488f565b166020830152604083013561543781614cc1565b63ffffffff811660408401525092915050565b60208152816020820152818360408301376000818301604090810191909152601f909201601f19160101919050565b60006020828403121561548b57600080fd5b8151614a1c8161488f565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b60208082526037908201527f44656c65676174696f6e4d616e616765723a206f6e6c7953747261746567794d60408201527f616e616765724f72456967656e506f644d616e61676572000000000000000000606082015260800190565b60006020828403121561554f57600080fd5b8151614a1c81614eeb565b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b6000823560de198336030181126153a557600080fd5b6000602082840312156155ca57600080fd5b8135614a1c81614eeb565b600060018060a01b03808351168452806020840151166020850152806040840151166040850152506060820151606084015263ffffffff608083015116608084015260a082015160e060a085015261563060e085018261523f565b905060c083015184820360c08601526112208282615148565b602081526000614a1c60208301846155d5565b60006020828403121561566e57600080fd5b5051919050565b600082601f83011261568657600080fd5b81516020615696614d2283614cde565b82815260059290921b840181019181810190868411156156b557600080fd5b8286015b84811015614d6a57805183529183019183016156b9565b600080604083850312156156e357600080fd5b82516001600160401b03808211156156fa57600080fd5b818501915085601f83011261570e57600080fd5b8151602061571e614d2283614cde565b82815260059290921b8401810191818101908984111561573d57600080fd5b948201945b838610156157645785516157558161488f565b82529482019490820190615742565b9188015191965090935050508082111561577d57600080fd5b5061513e85828601615675565b6000821982111561579d5761579d615327565b500190565b6000828210156157b4576157b4615327565b500390565b6001600160a01b039384168152919092166020820152604081019190915260600190565b828152604060208201526000614ec060408301846155d5565b60006020828403121561580857600080fd5b8135614a1c81614cc1565b80546001600160a01b0319166001600160a01b0392909216919091179055565b813561583e8161488f565b6158488183615813565b5060018101602083013561585b8161488f565b6158658183615813565b50604083013561587481614cc1565b815463ffffffff60a01b191660a09190911b63ffffffff60a01b161790555050565b60006117513683614dd0565b6020808252606e908201526000805160206159c883398151915260408201527f645769746864726177616c3a207769746864726177616c44656c6179426c6f6360608201527f6b7320706572696f6420686173206e6f74207965742070617373656420666f7260808201526d207468697320737472617465677960901b60a082015260c00190565b82815260006020604081840152835180604085015260005b8181101561595e57858101830151858201606001528201615942565b81811115615970576000606083870101525b50601f01601f191692909201606001949350505050565b60006020828403121561599957600080fd5b81516001600160e01b031981168114614a1c57600080fd5b634e487b7160e01b600052602160045260246000fdfe44656c65676174696f6e4d616e616765722e5f636f6d706c6574655175657565a264697066735822122026b1fed484881843a1d9811e493fabdf693f068a2dfa3af9289c2a7fba74873e64736f6c634300080c00330000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f875707000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8530000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe6","r":"0xcd5939159d33437d22133e8e25ba0901b3c8d1a3a0720e776201e4213793b6be","s":"0x43d25ec546e9fe45eff391e7bf060ee2d610ceae4b2f8b2b15101e00442cc457","yParity":"0x1","v":"0x1","hash":"0x99c2f3eac0a77de805a9d391b882e29061fae9f36f7b15b0ff53eb1170340870"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8955f0390811960d67c2beeef2a6f1bbc2ecfb410a63f2fc388a9d2f5311f445","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x54e7a07ea0386cf730e6ce57ae26acdd05dde319a5af06de9e4a91a27fd6bdea","transactionsRoot":"0xd39cc052a27f059d4483dc1c8af31cdce04fb83ad0980df6dd03fb2b7a537bda","receiptsRoot":"0xe389e307426cb8a440373cdc9049908834e258154fcc80c3798c586942fbc16e","logsBloom":"0x00000000000000000400000040000008400000000000000000800000000000010000000000000000000000000000000000000000000000100000000000000000001000400080000000000400000002000001000010000000010000000000000000000000020000000000000300000800000000000000000000000004000000440000000100000000000000000000000000000000000080000000000000000000000000000000000000000002000400000000000000000000000000000000000000002024400000200000000000040000000000002000000000000000000020000000000000000000000000000400000000000000000000000000000000400000","difficulty":"0x0","number":"0xe","gasLimit":"0x1c9c380","gasUsed":"0x2cc43","timestamp":"0x67fe6880","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xd8f3656","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x14","gas":"0xf4c1","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","value":"0x0","accessList":[],"input":"0x9623609d000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8530000000000000000000000000b306bf915c4d645ff596e518faf3f9669b97016000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000641794bb3c000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","r":"0xba90df1f268448766fb41f243972439f922a453b09e74b57fa1b59d8ff02e1ed","s":"0x2c29b791cf6915284ae06c211ada715365ecce8d28633759ded9cb0858b89d72","yParity":"0x1","v":"0x1","hash":"0x9a0126994896e9bea373a1f9a0c2aee73377e1095459318930be52335274a3f5"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x15","gas":"0x2f62c","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","value":"0x0","accessList":[],"input":"0x9623609d0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f0000000000000000000000009a676e781a523b5d0c0e43731313a708cb607508000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000641794bb3c000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","r":"0x379265d6840d779a868f44926adc78c15efed42b9371e27ac9bf1a9997651be","s":"0x1bbbd3e94f62123fb599a77c2d4190607a13da645da294481ee598f81233c7ad","yParity":"0x0","v":"0x0","hash":"0xb30623f51da33844cb9feafb3af1a6c7c721075f13c620712a7b98244035e062"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6140b2c7dee0004b609f582eaa239a6ce1377e9abd73b9f85e1de420577b5f07","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3535ba05eba5421930556bf6d33d8c0004d26305bc7ea2b82a15ef863f3037a8","transactionsRoot":"0xb7d0b104750a1a869f1ed487a32acc9971a4045645cf2f03a54a1cd0ebfe41b7","receiptsRoot":"0xffa971b8c2e8b9f74aaca83bc44dac3130a0567577e445b23edbcc5fca7f1f64","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000002000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000010000000000000000000000000000000000002000004200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xd7","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xf0","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c1830000000000000000000000000000000000000000000000004110171a4c1b2174","r":"0xdc8de8c5d4811e1dacb5e2ba1f1798ad3dc4ac9dae7511b46342aec4d14c297e","s":"0x21eda254f4d67caee3c7bbeed7153305c11e5897602d06c304f25a636aad63d8","yParity":"0x1","v":"0x1","hash":"0xbd27f1d173311953beba1a6708fc4210b0da2137450f0e0a06c5596ffbf88a9e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x3cc559c99d96b86e879d128fd6b2d94e2da2a268adc06c7f65310bfeaaa910f0","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xeb82fabea10e87fda20f3b827f605eb24b887b80cc5c3669a4dea1434cd7afa8","transactionsRoot":"0xd4e52f90e3d13f3e31e8bac6a4e8477a7af565cd226fa1f8f9016c8cd1dfa54d","receiptsRoot":"0xbcccbd610f3950a12872e7e20843b20d2ba380014a5e5197ab61dc66d3a0c30f","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000800000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000200000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0xf2","gasLimit":"0x1c9c380","gasUsed":"0x216a3","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x30de7","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f32","r":"0x58bd5f87ef9eff5c1ef50b58c4f872f0c918b6adddac4277f38c0fcf8fe3e14c","s":"0x57b32c76a5df1acd64c9cc30f575f53363d683d0dc1e57a901eee0dde832d2ba","yParity":"0x1","v":"0x1","hash":"0x7292680c4bb63d85d82f159143c471cca5f7124ff14df69ba04174e198ca0e4c"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x3995eef74ed29e2bdd73ba1022639e3139282070a260ebd48d6f51f6a781de97","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe73a7f3c5cdb8fbbf3ab8cf43e2c90498497c9538ee98562308b57f81153b10a","transactionsRoot":"0x081d9c6b4200d2ea3d79a8fa7c77d3d68cc707ab7494748eb76ff76bd5151940","receiptsRoot":"0x294a54978679f33a4455cf928303253fe94e3505bf8dbb63cec5f8d19f6e076e","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000008000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000400002000000000000000200000000000000000000000000000000000000000000000000000000000000020000000","difficulty":"0x0","number":"0xa4","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xbd","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000553bc17a05702530097c3677091c5bb47a3a79310000000000000000000000000000000000000000000000003d547b2078bf5a28","r":"0xee927922a6a8417c24786d6c5ff43b60d9c7c9b3505c650d8257c13ae9adab6f","s":"0x201a94244ae8d533a312b1ddb76f2d911f6e3c44bb2e38f4dbd2dbddd051b30c","yParity":"0x1","v":"0x1","hash":"0x61fae56480d70b8f309cc609dcfb59191408b4fb25c472f7c06b7b90d36a8861"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x9bacdc5c9359dd51ab9c6041f078e70c97443319e42db8a3e5f2a0081684c17f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb5a9f13022122790e21ea53abf0450efd0ecef11cddadaee6d3f2a8d566adb23","transactionsRoot":"0xc63084038f5639a430095828c928164991c71e2af68728251080d75ca76697a2","receiptsRoot":"0x9ca452091535783163dfa33a8359ed0d799c9acabe91f7f8c9079e9888441d99","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000008000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000085000000000100004000000000","difficulty":"0x0","number":"0x162","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353800000000000000000000000000000000000000000000000000000000000000","r":"0x4a3a5fe2c06550bf0c596439b35ff5ca19063342f052c35e9517e902e9775c08","s":"0xf89e3e6833cb29c632112ed53d1f8417e6fdc4ca6d229543a5abf64046ecf88","yParity":"0x0","v":"0x0","hash":"0xa28e09a875ce40524b94bf3fcfa08708f0d9274dec0be259b70cc06783f7ac6c"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xeac4a34de40d97d11e4a8d8ef435aa9baf34774accd137bbd4e2602d778a4c0d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3f51ff502fef5c99a848639d26fca214e2801a8f61fbdb752c2081c3399a1ed8","transactionsRoot":"0x40d1f59a3b49e9ae1c2a44ea3812991aea08f020aa67ed153a5c5ee92042ef7e","receiptsRoot":"0xe96fdf7df96afd8a8041ae2cb958706c7de05ec19a52714c58c035661b3de645","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x20","gasLimit":"0x1c9c380","gasUsed":"0x908bd","timestamp":"0x67fe6881","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x18600d8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x39","gas":"0xbbe8f","maxFeePerGas":"0x37a341d","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x60806040523461031357604080519081016001600160401b03811182821017610226576040908152600a82526926b7b1b5902a37b5b2b760b11b602083015280519081016001600160401b038111828210176102265760405260038152624d434b60e81b602082015281516001600160401b03811161022657600354600181811c91168015610309575b602082101461020857601f81116102a6575b50602092601f821160011461024557928192935f9261023a575b50508160011b915f199060031b1c1916176003555b80516001600160401b03811161022657600454600181811c9116801561021c575b602082101461020857601f81116101a5575b50602091601f8211600114610145579181925f9261013a575b50508160011b915f199060031b1c1916176004555b6040516108b490816103188239f35b015190505f80610116565b601f1982169260045f52805f20915f5b85811061018d57508360019510610175575b505050811b0160045561012b565b01515f1960f88460031b161c191690555f8080610167565b91926020600181928685015181550194019201610155565b60045f527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b601f830160051c810191602084106101fe575b601f0160051c01905b8181106101f357506100fd565b5f81556001016101e6565b90915081906101dd565b634e487b7160e01b5f52602260045260245ffd5b90607f16906100eb565b634e487b7160e01b5f52604160045260245ffd5b015190505f806100b5565b601f1982169360035f52805f20915f5b86811061028e5750836001959610610276575b505050811b016003556100ca565b01515f1960f88460031b161c191690555f8080610268565b91926020600181928685015181550194019201610255565b60035f527fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b601f830160051c810191602084106102ff575b601f0160051c01905b8181106102f4575061009b565b5f81556001016102e7565b90915081906102de565b90607f1690610089565b5f80fdfe6080806040526004361015610012575f80fd5b5f3560e01c90816306fdde03146104b757508063095ea7b31461049157806318160ddd1461047457806323b872dd14610447578063313ce5671461042c57806339509351146103de57806340c10f191461031a57806370a08231146102e357806395d89b41146101c8578063a457c2d714610125578063a9059cbb146100f45763dd62ed3e146100a0575f80fd5b346100f05760403660031901126100f0576100b96105b0565b6100c16105c6565b6001600160a01b039182165f908152600160209081526040808320949093168252928352819020549051908152f35b5f80fd5b346100f05760403660031901126100f05761011a6101106105b0565b6024359033610701565b602060405160018152f35b346100f05760403660031901126100f05761013e6105b0565b60243590335f52600160205260405f2060018060a01b0382165f5260205260405f2054918083106101755761011a920390336105fd565b60405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b6064820152608490fd5b346100f0575f3660031901126100f0576040515f6004548060011c906001811680156102d9575b6020831081146102c5578285529081156102a95750600114610254575b50819003601f01601f191681019067ffffffffffffffff8211818310176102405761023c82918260405282610586565b0390f35b634e487b7160e01b5f52604160045260245ffd5b905060045f527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b5f905b8282106102935750602091508201018261020c565b600181602092548385880101520191019061027e565b90506020925060ff191682840152151560051b8201018261020c565b634e487b7160e01b5f52602260045260245ffd5b91607f16916101ef565b346100f05760203660031901126100f0576001600160a01b036103046105b0565b165f525f602052602060405f2054604051908152f35b346100f05760403660031901126100f0576103336105b0565b6001600160a01b03166024358115610399577fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6020826103765f946002546105dc565b6002558484528382526040842061038e8282546105dc565b9055604051908152a3005b60405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f2061646472657373006044820152606490fd5b346100f05760403660031901126100f05761011a6103fa6105b0565b335f52600160205260405f2060018060a01b0382165f5260205261042560405f2060243590546105dc565b90336105fd565b346100f0575f3660031901126100f057602060405160128152f35b346100f05760603660031901126100f05761011a6104636105b0565b61046b6105c6565b60443591610701565b346100f0575f3660031901126100f0576020600254604051908152f35b346100f05760403660031901126100f05761011a6104ad6105b0565b60243590336105fd565b346100f0575f3660031901126100f0575f6003548060011c9060018116801561057c575b6020831081146102c5578285529081156102a957506001146105275750819003601f01601f191681019067ffffffffffffffff8211818310176102405761023c82918260405282610586565b905060035f527fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b5f905b8282106105665750602091508201018261020c565b6001816020925483858801015201910190610551565b91607f16916104db565b602060409281835280519182918282860152018484015e5f828201840152601f01601f1916010190565b600435906001600160a01b03821682036100f057565b602435906001600160a01b03821682036100f057565b919082018092116105e957565b634e487b7160e01b5f52601160045260245ffd5b6001600160a01b03169081156106b0576001600160a01b03169182156106605760207f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591835f526001825260405f20855f5282528060405f2055604051908152a3565b60405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608490fd5b60405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608490fd5b6001600160a01b031690811561082b576001600160a01b03169182156107da57815f525f60205260405f205481811061078657817fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92602092855f525f84520360405f2055845f525f825260405f2061077b8282546105dc565b9055604051908152a3565b60405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608490fd5b60405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608490fd5b60405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608490fdfea2646970667358221220a7860fd1be9ff583c7b2a726a88033e14c79dc553b5d796305055b3464b2d7fe64736f6c634300081b0033","r":"0x9a622c6f27057f759fbadd7eb965be78d4b76e49bea7f38de590534e1aaae514","s":"0x4199ca81d44b34c8473e03c9a19a2fb8b6c76185acb3d6fe1520c01bc4159745","yParity":"0x0","v":"0x0","hash":"0xd5714a49b4c0a4aeae16f859a9aafbd3ade1cb254a1c69079f3e9eefa0876004"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x12e07541031d05cc8933904672568a96fa0973c969556033da6e0a9cdef603ae","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe4337832f883fc974a69d40d72d74f04deb73dfa47c6cfcb852965ed8d904956","transactionsRoot":"0x5c25757d82a2db1c6931ad4d088d8dbd3557a3fc1e0c8c33e50931c85bf9265a","receiptsRoot":"0xf53dfa357c884505fb0db6e0b7e82f85a455375a59516ba56ac6718782f057d2","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000008000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000008000001200000004100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x18b","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001570f3822260154b","r":"0x54e2ba7d290402bf207dc82478ccfae0932765aa82c4b66c4cab961a38db3f22","s":"0x245429d9cf72735054ac6780d38d1d2ae39432055deb301adde546fcfdb8c500","yParity":"0x1","v":"0x1","hash":"0x7178d3e8b1e14e1ad07f0006bc456a9bf76551666e95dbed7cb17b0d4edd32d6"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x46d2f8108dcfe62a7970b7d05c8f24896a014083b2a26d9a25505f17e1ebfe93","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x64782b60773c9a9b5d1e87d835fdb52a7fc10b71dbf3c2e2beafc3840fd850d1","transactionsRoot":"0x7eaceb24198f64680b13113eb3bacf356f1f854d0640400bbfcb153f5df9cdbd","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x4c","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x11f45","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x65","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x11e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xae61f203159d68cbe45531afad761e41dc4dd6dbfd950fbbf3eb04e80bb21120","s":"0x18b3cf0d2567985f2bf4c96d12bc12221e26728a09cdf94d45110bbb2241b2d","yParity":"0x0","v":"0x0","hash":"0xd5590cbd622bc4484337aca5eba4426a4d4c820d571a7a09be097405f98d923a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x84db5f6174b366b14f220935e48cb925f361ce136dc9da61a7664b0d52b48dea","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x0c09695ebfce500501978d0c8488247bdb7dbe9ac15371f928dfab6fdf4dab71","transactionsRoot":"0x8b53ed4554655695f2a5fa77c38948024eded78b23153b41b035c62a719ff099","receiptsRoot":"0x0179074da4bd40a4ed4fb537adaf72ed950385ce43733c31aacdda137391765a","logsBloom":"0x00000000000000000000000000000004000000000000000004000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000040000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000100100000000000000","difficulty":"0x0","number":"0x149","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000022cd6f987e0f1fd7","r":"0x3bd3a1c860e598a29b6eb93f0d939cf7156a2fd288d4b14b61543fcc1a9b34e","s":"0x1212469567107ed99599b65c8a2e0ed41d3c61477890f56f7ca7c73b7c90f03d","yParity":"0x1","v":"0x1","hash":"0xdd0a57aed992ecdaad87648971cc6fadbac8fef15d9e9e7445a262d1b6a9e0fa"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x7f312b9ce8075527d7461dbee1cc56758ad447ef58ed2c0051e50b224627dd76","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x9c0a5a90f1620e4207e4ab36defe6182a87ac39e2df5c87c87a28c1bbb37f206","transactionsRoot":"0x55fd5d044fea557874b5fcac36efb9d77d13fc9bd23439d54305830edf403aa9","receiptsRoot":"0xfd54d534e8587608aabfafd6273536edde24b65d8bc1a2abc7615e8235e89957","logsBloom":"0x00000010088000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000001000000000000000000000000000000000000000000000000000000000000000000000000400000200000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x196","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383400000000000000000000000000000000000000000000000000000000000000","r":"0x9ed7634ee956f5bcb8132be6ccc225af2254af4c0694a52acae7ada0b13c9189","s":"0x466c75aadfe6d35cedd139b8009cf45a471bdfafb30de3ac90f5f77578872aad","yParity":"0x1","v":"0x1","hash":"0x73c4802e230ae8d640c9ad1022397e07e4fdee833a84e59e283b7689d1eca6a1"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5898b9a7afb0cf6f683a39af3ea8bd6dad6dcf12637f96324a24b11ad51220b7","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8619e65a9852f39cc272fdfac468f7eb92bdf8d0be8ece6b7aca094117cea702","transactionsRoot":"0x984bcc7857b926e5025820ff1cc5fedc05453a715576803655e1c9d9d5c003f4","receiptsRoot":"0x87f21fbae90316de9ee9c73d3c86158aeb4c6003db974d91daadbf2fb195725d","logsBloom":"0x00000410008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000004000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400400000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x19e","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383800000000000000000000000000000000000000000000000000000000000000","r":"0xe0b5959810595ab74e6a759f90412115a2f80df224bec778a232e4fd5d407758","s":"0x1fe330bce2f06da0a738f262d84654c8558ac9e40ef28ddf9145d49dd77822ae","yParity":"0x0","v":"0x0","hash":"0xb2f19d249078fe29da004b722035acbfa4c5ffc70e89ea97ce060232734f5c3e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf7a1194ed03157f3b8434e42bbc5e40c6a6fbb0926b2efbc9fded0f2deecfac3","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb2e660d17125cfb8247ec9e27a2f907041aa9ef6202cb68293c92494ed94fcfb","transactionsRoot":"0xb0e346310a0ce7b56e8769d05cd413ea5d0b3f7b9fcfe4de0536b2db544bc4ad","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x81","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x42","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x9a","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x6c8ea11559dfe79ae3dbdd6a67b47f61b929398f","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x7c77d039b6d8dbf948af289d29aeba43e24b95b0eec268c081307049f88816e7","s":"0x1fa726fa39109642b16a230a7332bf70202ef228c847269099b6a99073c60748","yParity":"0x0","v":"0x0","hash":"0x8960e7e307136bf850ec7c72f975bb9febc2f6012bab3887b4b68b9bcf281d34"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x9cd53d06fe19656692fe9f499dc28c4df8516fa29f8937adb62f6bd27d61d8e8","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xea829a8dc061117f74bc35eb1bd7e1cdcf077ae9be4349bd7f478ea6b69cf587","transactionsRoot":"0x5dbbaba77fe436029118d30c1ea12d7614244d47c1cf84bd73098bd6c8103b69","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x2a","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x686c12","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x43","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x15d34aaf54267db7d7c367839aaf71a00a2c6a65","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x8e9abc6aa540b3bab1759e71ce2b752b953d7aab92316e1c2a4134a8afb3821f","s":"0x3f499fb4d8642a6c19d43bdc4cb7c8580ed298dc2ad7bc069eded250c754a7c2","yParity":"0x0","v":"0x0","hash":"0x3bf9ca30f2dbb26ea1b576c8224db59191a5834ce7e6b92c96c8f57b88c5e878"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8588548742a81842674de3918a33b409e4a56da4fab63c8f1040ae7f8fd02146","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x30cad456fc110841b9c111f2408124d78a108f97a42d760c6933e2e7193a618f","transactionsRoot":"0x45ba1aabb1cf4d1f3cddc705710dc8498ae7a1ba4cf42dd87df04535d3183edd","receiptsRoot":"0xd2f39549f9dacc23756df17d0a4d35d14b7d35001b44afcbd63434cb7840988f","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000400000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002010000000000000000000000000000000000002000000200000000000000000040000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x91","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xc","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xaa","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d995500000000000000000000000000000000000000000000000032a862794ae172cb","r":"0xc4d35ba4bb6e2012b36198b0902630d67b31694607f48af9fd0917f9eee55f9b","s":"0x30532714337162d434ba5a7513c16460b7a66ac3379fab50ae48543acf546017","yParity":"0x0","v":"0x0","hash":"0x7959fd2d2f8c0170e84c6505bdbbfafc9dace7b33efde6bbd990ae33da7e88d7"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8335a21daa631767de723c9df8e0f7c1a9157f602acb2e885c66cc77ccaf5d58","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x06a4212b2a585e12ba7d7c87f11fe301ab78c5eefb9fa3fcf906f26a0e80f1bc","transactionsRoot":"0x2ad35054b9e268a00c7619092646b5273aa17eb66da63793dc11d0a1dd077f84","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x76","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x113","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x8f","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x586ba39027a74e8d40e6626f89ae97ba7f616644","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x28424d2e3b06019eb8d11024dc911880db68da6d4be144fdc3a2dc910c9ab8d5","s":"0x40acb24047aa0c1804618849a03d5e3adabdd517540be263025c6a349d1023fa","yParity":"0x0","v":"0x0","hash":"0x3dcfe046787d632ee7746314feb4e851f0c387c65670c022019f690e220fd1a0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8fd5f4402625e67d02277cbe46bc4deb524a7d68ded1e30017d0401e52702ec4","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4254ce3e489e4f268f03d634bebea08a611605c95b4e039a00b8276f8dea88a8","transactionsRoot":"0xdad53f62f33f3dcd3a32939ecc933296438cc2a51819608a770aac911a1fa3a0","receiptsRoot":"0xcb64a560773bebe364ba3310648a82ff31cbb6b9da21b72f6d895f5dc715ceb3","logsBloom":"0x00008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000004000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000001000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xa6","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xbf","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000040fc963a729c542424cd800349a7e4ecc489662400000000000000000000000000000000000000000000000067f2132e2fa3914e","r":"0x417f45b9bd74dd976e394a8c5ca9ec4999ee1aa179637f86eefec57e1dd6115c","s":"0x7cd7f2bb4c705172a3f439697066e2889c2f2eeb985e9d2513fe981392cbcfc1","yParity":"0x1","v":"0x1","hash":"0x40a9d714b6c472c8fb21c26c838c83c9e42b9b62388f30fdfeb1f16ce3f84887"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xceffea6f01e9136bd49ad170dc2966c3d5043d9e40125eabd4a3b56e0b8fff16","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4284515ce25f94d0922a3d6f59554f4c7bf53c7ef8c459befb2e1f532411ba9c","transactionsRoot":"0x78304456ee797305f04302b9035485d3e4b98a0f49101477dd66a748d29894af","receiptsRoot":"0x69254d517a4cc78a3ac0e8a9601288560124141fb00d1b23bc266e7a04c566cb","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000040000000000000020000000000000100000800000000000000000000000010000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000400000000000008000000000000000000000100000002000000300000000000040000000000002100000000000000000020000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x10","gasLimit":"0x1c9c380","gasUsed":"0x25b8e9","timestamp":"0x67fe6880","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xa6e1489","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x18","gas":"0x225177","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x60a06040523480156200001157600080fd5b5060405162001f4d38038062001f4d833981016040819052620000349162000116565b6001600160a01b038116608052806200004c62000054565b505062000148565b600054610100900460ff1615620000c15760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b60005460ff908116101562000114576000805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6000602082840312156200012957600080fd5b81516001600160a01b03811681146200014157600080fd5b9392505050565b608051611dd46200017960003960008181610216015281816107a901528181610be70152610cb20152611dd46000f3fe608060405234801561001057600080fd5b506004361061018e5760003560e01c80635c975abb116100de578063ab5921e111610097578063df6fadc111610071578063df6fadc114610366578063e3dae51c14610381578063f3e7387514610394578063fabc1cbc146103a757600080fd5b8063ab5921e11461032b578063ce7c2ac214610340578063d9caed121461035357600080fd5b80635c975abb146102c857806361b01b5d146102d05780637a8b2637146102d9578063886f1195146102ec5780638c871019146103055780638f6a62401461031857600080fd5b80633a98ef391161014b578063485cc95511610125578063485cc9551461026b578063553ca5f81461027e578063595c6a67146102915780635ac86ab71461029957600080fd5b80633a98ef391461023857806343fe08b01461024f57806347e7ef241461025857600080fd5b8063019e27291461019357806310d67a2f146101a857806311c70c9d146101bb578063136439dd146101ce5780632495a599146101e157806339b70e3814610211575b600080fd5b6101a66101a1366004611983565b6103ba565b005b6101a66101b63660046119cd565b61049d565b6101a66101c93660046119ea565b610550565b6101a66101dc366004611a0c565b610605565b6032546101f4906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b6101f47f000000000000000000000000000000000000000000000000000000000000000081565b61024160335481565b604051908152602001610208565b61024160645481565b610241610266366004611a25565b610749565b6101a6610279366004611a51565b61098d565b61024161028c3660046119cd565b610a5b565b6101a6610a6f565b6102b86102a7366004611a99565b6001805460ff9092161b9081161490565b6040519015158152602001610208565b600154610241565b61024160655481565b6102416102e7366004611a0c565b610b3b565b6000546101f4906201000090046001600160a01b031681565b610241610313366004611a0c565b610b86565b6102416103263660046119cd565b610b91565b610333610b9f565b6040516102089190611ae6565b61024161034e3660046119cd565b610bbf565b6101a6610361366004611b19565b610c54565b60645460655460408051928352602083019190915201610208565b61024161038f366004611a0c565b610e3a565b6102416103a2366004611a0c565b610e73565b6101a66103b5366004611a0c565b610e7e565b600054610100900460ff16158080156103da5750600054600160ff909116105b806103f45750303b1580156103f4575060005460ff166001145b6104195760405162461bcd60e51b815260040161041090611b5a565b60405180910390fd5b6000805460ff19166001179055801561043c576000805461ff0019166101001790555b6104468585610fda565b61045083836110e7565b8015610496576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b5050505050565b600060029054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104f0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105149190611ba8565b6001600160a01b0316336001600160a01b0316146105445760405162461bcd60e51b815260040161041090611bc5565b61054d8161123a565b50565b600060029054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156105a3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105c79190611ba8565b6001600160a01b0316336001600160a01b0316146105f75760405162461bcd60e51b815260040161041090611bc5565b6106018282610fda565b5050565b60005460405163237dfb4760e11b8152336004820152620100009091046001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610652573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106769190611c0f565b6106925760405162461bcd60e51b815260040161041090611c31565b6001548181161461070b5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610410565b600181905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b6001805460009182918116141561079e5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610410565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146108165760405162461bcd60e51b815260206004820181905260248201527f5374726174656779426173652e6f6e6c7953747261746567794d616e616765726044820152606401610410565b610820848461133f565b60335460006108316103e883611c8f565b905060006103e8610840611421565b61084a9190611c8f565b905060006108588783611ca7565b9050806108658489611cbe565b61086f9190611cdd565b9550856108d55760405162461bcd60e51b815260206004820152602e60248201527f5374726174656779426173652e6465706f7369743a206e65775368617265732060448201526d63616e6e6f74206265207a65726f60901b6064820152608401610410565b6108df8685611c8f565b60338190556f4b3b4ca85a86c47a098a223fffffffff10156109695760405162461bcd60e51b815260206004820152603c60248201527f5374726174656779426173652e6465706f7369743a20746f74616c536861726560448201527f73206578636565647320604d41585f544f54414c5f53484152455360000000006064820152608401610410565b610982826103e860335461097d9190611c8f565b611493565b505050505092915050565b600054610100900460ff16158080156109ad5750600054600160ff909116105b806109c75750303b1580156109c7575060005460ff166001145b6109e35760405162461bcd60e51b815260040161041090611b5a565b6000805460ff191660011790558015610a06576000805461ff0019166101001790555b610a1083836110e7565b8015610a56576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050565b6000610a696102e783610bbf565b92915050565b60005460405163237dfb4760e11b8152336004820152620100009091046001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610abc573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ae09190611c0f565b610afc5760405162461bcd60e51b815260040161041090611c31565b600019600181905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b6000806103e8603354610b4e9190611c8f565b905060006103e8610b5d611421565b610b679190611c8f565b905081610b748583611cbe565b610b7e9190611cdd565b949350505050565b6000610a6982610e3a565b6000610a696103a283610bbf565b60606040518060800160405280604d8152602001611d52604d9139905090565b604051633d3f06c960e11b81526001600160a01b0382811660048301523060248301526000917f000000000000000000000000000000000000000000000000000000000000000090911690637a7e0d9290604401602060405180830381865afa158015610c30573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a699190611cff565b6001805460029081161415610ca75760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610410565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610d1f5760405162461bcd60e51b815260206004820181905260248201527f5374726174656779426173652e6f6e6c7953747261746567794d616e616765726044820152606401610410565b610d2a8484846114df565b60335480831115610db95760405162461bcd60e51b815260206004820152604d60248201527f5374726174656779426173652e77697468647261773a20616d6f756e7453686160448201527f726573206d757374206265206c657373207468616e206f7220657175616c207460648201526c6f20746f74616c53686172657360981b608482015260a401610410565b6000610dc76103e883611c8f565b905060006103e8610dd6611421565b610de09190611c8f565b9050600082610def8784611cbe565b610df99190611cdd565b9050610e058685611ca7565b603355610e25610e158284611ca7565b6103e860335461097d9190611c8f565b610e30888883611562565b5050505050505050565b6000806103e8603354610e4d9190611c8f565b905060006103e8610e5c611421565b610e669190611c8f565b905080610b748386611cbe565b6000610a6982610b3b565b600060029054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ed1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ef59190611ba8565b6001600160a01b0316336001600160a01b031614610f255760405162461bcd60e51b815260040161041090611bc5565b600154198119600154191614610fa35760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610410565b600181905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200161073e565b60645460408051918252602082018490527ff97ed4e083acac67830025ecbc756d8fe847cdbdca4cee3fe1e128e98b54ecb5910160405180910390a160655460408051918252602082018390527f6ab181e0440bfbf4bacdf2e99674735ce6638005490688c5f994f5399353e452910160405180910390a1808211156110dc5760405162461bcd60e51b815260206004820152604b60248201527f53747261746567794261736554564c4c696d6974732e5f73657454564c4c696d60448201527f6974733a206d61785065724465706f7369742065786365656473206d6178546f60648201526a74616c4465706f7369747360a81b608482015260a401610410565b606491909155606555565b600054610100900460ff166111525760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608401610410565b603280546001600160a01b0319166001600160a01b038416179055611178816000611576565b7f1c540707b00eb5427b6b774fc799d756516a54aee108b64b327acc55af557507603260009054906101000a90046001600160a01b0316836001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111ed573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112119190611d18565b604080516001600160a01b03909316835260ff9091166020830152015b60405180910390a15050565b6001600160a01b0381166112c85760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610410565b600054604080516001600160a01b03620100009093048316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1600080546001600160a01b03909216620100000262010000600160b01b0319909216919091179055565b6064548111156113a95760405162461bcd60e51b815260206004820152602f60248201527f53747261746567794261736554564c4c696d6974733a206d617820706572206460448201526e195c1bdcda5d08195e18d959591959608a1b6064820152608401610410565b6065546113b4611421565b11156114175760405162461bcd60e51b815260206004820152602c60248201527f53747261746567794261736554564c4c696d6974733a206d6178206465706f7360448201526b1a5d1cc8195e18d95959195960a21b6064820152608401610410565b6106018282611662565b6032546040516370a0823160e01b81523060048201526000916001600160a01b0316906370a0823190602401602060405180830381865afa15801561146a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061148e9190611cff565b905090565b7fd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8816114c784670de0b6b3a7640000611cbe565b6114d19190611cdd565b60405190815260200161122e565b6032546001600160a01b03838116911614610a565760405162461bcd60e51b815260206004820152603b60248201527f5374726174656779426173652e77697468647261773a2043616e206f6e6c792060448201527f77697468647261772074686520737472617465677920746f6b656e00000000006064820152608401610410565b610a566001600160a01b03831684836116de565b6000546201000090046001600160a01b031615801561159d57506001600160a01b03821615155b61161f5760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610410565b600181905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a26106018261123a565b6032546001600160a01b038381169116146106015760405162461bcd60e51b815260206004820152603660248201527f5374726174656779426173652e6465706f7369743a2043616e206f6e6c79206460448201527532b837b9b4ba103ab73232b9363cb4b733aa37b5b2b760511b6064820152608401610410565b604080516001600160a01b03848116602483015260448083018590528351808403909101815260649092018352602080830180516001600160e01b031663a9059cbb60e01b17905283518085019094528084527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c656490840152610a569286929160009161176e9185169084906117eb565b805190915015610a56578080602001905181019061178c9190611c0f565b610a565760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610410565b60606117fa8484600085611804565b90505b9392505050565b6060824710156118655760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610410565b6001600160a01b0385163b6118bc5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610410565b600080866001600160a01b031685876040516118d89190611d35565b60006040518083038185875af1925050503d8060008114611915576040519150601f19603f3d011682016040523d82523d6000602084013e61191a565b606091505b509150915061192a828286611935565b979650505050505050565b606083156119445750816117fd565b8251156119545782518084602001fd5b8160405162461bcd60e51b81526004016104109190611ae6565b6001600160a01b038116811461054d57600080fd5b6000806000806080858703121561199957600080fd5b843593506020850135925060408501356119b28161196e565b915060608501356119c28161196e565b939692955090935050565b6000602082840312156119df57600080fd5b81356117fd8161196e565b600080604083850312156119fd57600080fd5b50508035926020909101359150565b600060208284031215611a1e57600080fd5b5035919050565b60008060408385031215611a3857600080fd5b8235611a438161196e565b946020939093013593505050565b60008060408385031215611a6457600080fd5b8235611a6f8161196e565b91506020830135611a7f8161196e565b809150509250929050565b60ff8116811461054d57600080fd5b600060208284031215611aab57600080fd5b81356117fd81611a8a565b60005b83811015611ad1578181015183820152602001611ab9565b83811115611ae0576000848401525b50505050565b6020815260008251806020840152611b05816040850160208701611ab6565b601f01601f19169190910160400192915050565b600080600060608486031215611b2e57600080fd5b8335611b398161196e565b92506020840135611b498161196e565b929592945050506040919091013590565b6020808252602e908201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160408201526d191e481a5b9a5d1a585b1a5e995960921b606082015260800190565b600060208284031215611bba57600080fd5b81516117fd8161196e565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215611c2157600080fd5b815180151581146117fd57600080fd5b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b634e487b7160e01b600052601160045260246000fd5b60008219821115611ca257611ca2611c79565b500190565b600082821015611cb957611cb9611c79565b500390565b6000816000190483118215151615611cd857611cd8611c79565b500290565b600082611cfa57634e487b7160e01b600052601260045260246000fd5b500490565b600060208284031215611d1157600080fd5b5051919050565b600060208284031215611d2a57600080fd5b81516117fd81611a8a565b60008251611d47818460208701611ab6565b919091019291505056fe4261736520537472617465677920696d706c656d656e746174696f6e20746f20696e68657269742066726f6d20666f72206d6f726520636f6d706c657820696d706c656d656e746174696f6e73a2646970667358221220ae191a686b20435062f14027adbcd93bce8ba8dab6896d1d893b5478c9d9197f64736f6c634300080c00330000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f875707","r":"0x9c8eca1424f712f2795a5f2e0a99db0fd158d8051604137a2b59c3dbbb15d986","s":"0x5e6459d8687b747e34a78b2e9efe2bbd5b9c2ffdcb6bd4715d6eacdbff1a5567","yParity":"0x1","v":"0x1","hash":"0xa9afc5f1035d1d2c000fc4431b4baf24c16aaca17fe4efc56c1bceda99e5c153"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x19","gas":"0xeb4b5","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x60806040523480156200001157600080fd5b5060405162000e6038038062000e608339810160408190526200003491620002dd565b8351849084906200004d9060039060208501906200016a565b508051620000639060049060208401906200016a565b5050506200007881836200008260201b60201c565b50505050620003d6565b6001600160a01b038216620000dd5760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015260640160405180910390fd5b8060026000828254620000f1919062000372565b90915550506001600160a01b038216600090815260208190526040812080548392906200012090849062000372565b90915550506040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35050565b828054620001789062000399565b90600052602060002090601f0160209004810192826200019c5760008555620001e7565b82601f10620001b757805160ff1916838001178555620001e7565b82800160010185558215620001e7579182015b82811115620001e7578251825591602001919060010190620001ca565b50620001f5929150620001f9565b5090565b5b80821115620001f55760008155600101620001fa565b634e487b7160e01b600052604160045260246000fd5b600082601f8301126200023857600080fd5b81516001600160401b038082111562000255576200025562000210565b604051601f8301601f19908116603f0116810190828211818310171562000280576200028062000210565b816040528381526020925086838588010111156200029d57600080fd5b600091505b83821015620002c15785820183015181830184015290820190620002a2565b83821115620002d35760008385830101525b9695505050505050565b60008060008060808587031215620002f457600080fd5b84516001600160401b03808211156200030c57600080fd5b6200031a8883890162000226565b955060208701519150808211156200033157600080fd5b50620003408782880162000226565b60408701516060880151919550935090506001600160a01b03811681146200036757600080fd5b939692955090935050565b600082198211156200039457634e487b7160e01b600052601160045260246000fd5b500190565b600181811c90821680620003ae57607f821691505b60208210811415620003d057634e487b7160e01b600052602260045260246000fd5b50919050565b610a7a80620003e66000396000f3fe608060405234801561001057600080fd5b50600436106100cf5760003560e01c806342966c681161008c57806395d89b411161006657806395d89b41146101ad578063a457c2d7146101b5578063a9059cbb146101c8578063dd62ed3e146101db57600080fd5b806342966c681461015c57806370a082311461017157806379cc67901461019a57600080fd5b806306fdde03146100d4578063095ea7b3146100f257806318160ddd1461011557806323b872dd14610127578063313ce5671461013a5780633950935114610149575b600080fd5b6100dc6101ee565b6040516100e9919061087f565b60405180910390f35b6101056101003660046108f0565b610280565b60405190151581526020016100e9565b6002545b6040519081526020016100e9565b61010561013536600461091a565b610298565b604051601281526020016100e9565b6101056101573660046108f0565b6102bc565b61016f61016a366004610956565b6102de565b005b61011961017f36600461096f565b6001600160a01b031660009081526020819052604090205490565b61016f6101a83660046108f0565b6102eb565b6100dc610304565b6101056101c33660046108f0565b610313565b6101056101d63660046108f0565b610393565b6101196101e9366004610991565b6103a1565b6060600380546101fd906109c4565b80601f0160208091040260200160405190810160405280929190818152602001828054610229906109c4565b80156102765780601f1061024b57610100808354040283529160200191610276565b820191906000526020600020905b81548152906001019060200180831161025957829003601f168201915b5050505050905090565b60003361028e8185856103cc565b5060019392505050565b6000336102a68582856104f1565b6102b185858561056b565b506001949350505050565b60003361028e8185856102cf83836103a1565b6102d99190610a15565b6103cc565b6102e83382610739565b50565b6102f68233836104f1565b6103008282610739565b5050565b6060600480546101fd906109c4565b6000338161032182866103a1565b9050838110156103865760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084015b60405180910390fd5b6102b182868684036103cc565b60003361028e81858561056b565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6001600160a01b03831661042e5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161037d565b6001600160a01b03821661048f5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161037d565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b60006104fd84846103a1565b9050600019811461056557818110156105585760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000604482015260640161037d565b61056584848484036103cc565b50505050565b6001600160a01b0383166105cf5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161037d565b6001600160a01b0382166106315760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161037d565b6001600160a01b038316600090815260208190526040902054818110156106a95760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161037d565b6001600160a01b038085166000908152602081905260408082208585039055918516815290812080548492906106e0908490610a15565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405161072c91815260200190565b60405180910390a3610565565b6001600160a01b0382166107995760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b606482015260840161037d565b6001600160a01b0382166000908152602081905260409020548181101561080d5760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b606482015260840161037d565b6001600160a01b038316600090815260208190526040812083830390556002805484929061083c908490610a2d565b90915550506040518281526000906001600160a01b038516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef906020016104e4565b600060208083528351808285015260005b818110156108ac57858101830151858201604001528201610890565b818111156108be576000604083870101525b50601f01601f1916929092016040019392505050565b80356001600160a01b03811681146108eb57600080fd5b919050565b6000806040838503121561090357600080fd5b61090c836108d4565b946020939093013593505050565b60008060006060848603121561092f57600080fd5b610938846108d4565b9250610946602085016108d4565b9150604084013590509250925092565b60006020828403121561096857600080fd5b5035919050565b60006020828403121561098157600080fd5b61098a826108d4565b9392505050565b600080604083850312156109a457600080fd5b6109ad836108d4565b91506109bb602084016108d4565b90509250929050565b600181811c908216806109d857607f821691505b602082108114156109f957634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b60008219821115610a2857610a286109ff565b500190565b600082821015610a3f57610a3f6109ff565b50039056fea264697066735822122033d8dc4694796a21b32fd896b1ac924615fa22432bc6d56c1a31385f4f676a6b64736f6c634300080c0033000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000ffffffffffffffffffffffffffffffff000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000000954657374546f6b656e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000045445535400000000000000000000000000000000000000000000000000000000","r":"0xd1349d4254205e048ada48067cdc791acfa4cd552b2e7d1f8879b7b26a8c9d6","s":"0x774c037e64ab1a1d116e6aabd2a52469087710ffff90dac79acbb5377c99921","yParity":"0x0","v":"0x0","hash":"0x7144b59d6f62b5194e9d04b8bc4c1fe19bb7e8eb0569017aab3d69e61b952ed0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4c6eb978619158a438c5ec7c16f49d767e840f57147c989c460619371d91ef1b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5374278f5abaa8c004875754574e87c1cc06367723c1ce8c39cd010600646d67","transactionsRoot":"0x3b068384b3297390fa6a3e2a7147cee7c7f762e3a968db2a2cb90ebd12e5497a","receiptsRoot":"0x3d2a57e43c36270d12e58fdef69c5d79805ad31d8576302228e60d0018aba226","logsBloom":"0x00800010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000020000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100008000000000","difficulty":"0x0","number":"0xfe","gasLimit":"0x1c9c380","gasUsed":"0x216af","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e286","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e5900000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f38","r":"0xb56e15b9ba0bddabdb46105aa471d3b4de31f4b267b049dbc43fec9968e122a4","s":"0x4927051999472d9e6a30c32f8cf074a5259391e3a937f77c967e27c29ef5e073","yParity":"0x0","v":"0x0","hash":"0x9a3db5088cbd15e297b73c08117d2b6fd91ea060542a38ee1c43140ef152529b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x3f65d0fc18d66564b531ba2f21bff5095e8d7ad47a5aac3cbac58b5cfe35568c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xaf42899fb7ddace0f1036421874933625913858f43340e4293b423a2b942e4d4","transactionsRoot":"0x871b751507bc92cf5d8606b231593288d2c8e479dbf7092ddad9b14c34f73c67","receiptsRoot":"0x680f0dcf9175c9a75961528bff8f543c4ab90e765b491aac9adf8b4a60b72e5a","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000012000000000000000000000000000040000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000002000000000000001000000000100000000000000","difficulty":"0x0","number":"0x133","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004df6c2702215b7bc","r":"0x6c573eff2e19283bcd70d8b372b6d1daf2c8a30ba8120d637d86f78880a6c4b8","s":"0x549b57a815e62bb1189d83cb1bce4dab7afbbb052dca8682f6efc94c67653354","yParity":"0x0","v":"0x0","hash":"0x8ac261c298a6e22f53ad3b1cc7a5116283ba217224aa7e7ceca1a3dc8b91ba25"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xcb097b51282d038fd4fd78df8d69004c457a287732cb691b0362923129c9869e","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf5f5f3144284e440e89c7a8107d24e5efa520f778fb35edafefc53ce051b74c8","transactionsRoot":"0x5c2c05f696809319f37b8717b9001351a31f47e1983fc66f013cadc0ec790c9e","receiptsRoot":"0xd3c982ab2c74bd8e0fb4d26372f8337bd11adf1220a013992d4de438d11c2a31","logsBloom":"0x0000000000000000000000000000000c000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000022000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200008000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x12d","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000225d9fccf0291e95","r":"0x2e2a1ca8125d972719e6a50300141f7d1598586509bdf93e1b82ef0d25564cf7","s":"0x2bce242bb1822f96ed950167b41fa59952c9cd38596071814ebf5890f5877d1c","yParity":"0x1","v":"0x1","hash":"0xdb450d2562966d80a22460d389701f14f75df381bab28e645c9014978963807d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x107fdd36da26e6fc2f19bfa568f3e101ff6aed1d94dfbad03a6e43a901ee0be2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x83b0ee3fc13e698d51e567641d4e44a8d80800473296267d15f1ec58fb99309d","transactionsRoot":"0x68b4c2f6b9f1ca04a4ed9ecd495d1d3beff77dc0903fa8d4b50d51f585fd7d5b","receiptsRoot":"0x79fa10dce339a614018739791a68cdd20a912461d9addd9c76a0e97879e99b9e","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000080000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000008000000000000000000000000000000000000000000008000000081000000000100000000000000","difficulty":"0x0","number":"0x130","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e5900000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333300000000000000000000000000000000000000000000000000000000000000","r":"0xc0ae07d1936116a172ec1d9187cc24c23188a1647e2b4e77e1374655f7402dac","s":"0x53ec66a32533591725ef139263683358d8d35239993fa5703e52a0f66e3824c8","yParity":"0x1","v":"0x1","hash":"0xed30b3417dca014fe602699aeea42ac3f836604796198a523d053c95fcab8279"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe4d68bc47e9898f40a635b57630e0ec810a897253c804b32a6a3377c63700ae1","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xbeadc9aa99fe96e76ba2a79785ae0e97d97f8c22c4aca13ee10800f1004782b3","transactionsRoot":"0x73b376d12f87aa2180621c54a8f256f4000110fe58adc33a4ab3a1720433d353","receiptsRoot":"0x683ad7d2bf52431e502e7ebd77b1ff8da411057e873e7c3bd93ff742f07cc292","logsBloom":"0x00000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000009000000000000000000000000000000000000000000000000000000000000000100000080000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xdf","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xf8","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7000000000000000000000000000000000000000000000000500faf0ef0d10cc6","r":"0xcbc21e5151674c4d9fa5151e49e4c1aaefab86b3e4a10743e7bb6612cf91cb12","s":"0x7429ec7e7b5919a4670a3f80cab1fb54833484d83c463f989653cd9c96724c8a","yParity":"0x0","v":"0x0","hash":"0x1ebff0ae9e5c861b45c679a704e3a62e90596d1a7e6a0383eb82f0aa20c344ff"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xae5bb74b8ee02fe1662401332e3b9698d606e917d0d41f1ef532d422397916f0","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb37bf10dd0b994507734399ff9896e45a24ed53092f423dc7b3ed57c7f8ebf56","transactionsRoot":"0x61987f8e499fb61251c6a8fa836eded67cb597f18af4933e7c885bf7c3c62823","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x6e","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x31a","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x87","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xf0ce7bab13c99ba0565f426508a7cd8f4c247e5a","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xe83a4bf72c8082b3e212d703300910aa813f76597feddea0b119d18bdfafdb8a","s":"0xa59f3937beab58e3585388bbc350ab61775eacaf30a2286e9f5790753cbaba9","yParity":"0x1","v":"0x1","hash":"0x7ee6d44ff89bdc4626b04adf5cd1b6cd2f59ea830013eead2463a5deaad994f1"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xad7660ef8dd0e352304bcf52ca14ff8bda5a6b39672bf1a47a69e0f88db910cc","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x92b134e73902a61d683ab8a505855968ba15dcf22c5b4cf3c111dd8d5f1a45f3","transactionsRoot":"0x97d026fa5a1f637020412f7b8cde7b72c78e7e8f07529d4568bf78554a638703","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x31","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x291049","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x4a","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x71be63f3384f5fb98995898a86b02fb2426c5788","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x1b644f534713ef400f2f51f9fc4f551e05aa9906b2e5037cc90191bcc101eb4f","s":"0x14a18ba8b2d1454ac05a882a23e9ceadf4414b0872a805195536ae7322ba89be","yParity":"0x1","v":"0x1","hash":"0x1c94be5d3139b51defdd13b23d76f3d5796870739112fdd7fcc2910fe78497d2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x607eb7df099a893e510f32ae5ea9b940ca819151d8285cef874df75db3552918","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd055453e67d051bcf9ab254434144f17bdb281ede433ab24dffe58de05fa5fc3","transactionsRoot":"0xeaba1564fd8a891e5dcbdfa59df1a2dd39c11575072884de556352d2920dada6","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x87","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x20","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xa0","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x0536896a5e38bbd59f3f369ff3682677965abd19","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xa0139bd50964786f14be677c8facac46e0af711cfc0d00269aef405127f30013","s":"0x3a53433a483c3937c05146764c80455735ef584465bbd5047cb90d885e8c75aa","yParity":"0x1","v":"0x1","hash":"0x057b2fd7b5f8a79b8b989e599143fadbcb21553020d8e8cdf7dfcf857727678a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x445fbf651022aee1188614a143cb6f106242874f982492f713317bb4942aa86c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x20d4761a6e120df3e7e0b6fa6b759671228ba68354197e7ad440f919e74105c0","transactionsRoot":"0xb4b727f3bae4464f4379893053701608a632a992a16d5d07ca66c4a13819ce58","receiptsRoot":"0x9c5ef45aa3c05856d0438cb790bdb4d37b6ea46ed5990c5fc6baf46efd5665d2","logsBloom":"0x00002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400800000000000000000000000000000000000000000000000000000008000040000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xd6","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xef","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da20000000000000000000000000000000000000000000000007ee8b22590a6071f","r":"0x911bcbf47019f92d885e2683eae37ef0613a7d131fb5a81afbe235b3ec317069","s":"0x3694b87d1d598c64bae140800650389093d8823c570c5e05bd77ed29f13f4c15","yParity":"0x1","v":"0x1","hash":"0x5fa3628cd036264351ab338a96cbbd9ab0f67536dfb7dce3c45a321f49c9972a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4d15a36d6d4a8d8f64e547a81ec76a6dfd0eea265f9b3822c181cbfc1155bff5","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa77854b5c9fd4513a4a26b2d9d288ad14148e4cf6141e4afc2c7650babeda5c7","transactionsRoot":"0x31485be5c462c4c313f86ec3f76f16ef9f9cf543f59601c3daae1fdbe4cdc32f","receiptsRoot":"0x894cf9336abbc3017cb777229b5db260f84566538cf4a05b22a7c7c07b28bf78","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020010000000000000000000000000000000000000000800000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000004000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x120","gasLimit":"0x1c9c380","gasUsed":"0x2183b","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x3103c","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323500000000000000000000000000000000000000000000000000000000000000","r":"0x8f556915199c6c6f18d2d905f571d1acbde927f3636557aba386fdeb25e7aace","s":"0x6087f360e9be5a1b632a6327f6673397e07a0bc6caa98b954c582c0218469006","yParity":"0x1","v":"0x1","hash":"0x78659d62ee332f3ee62a808992f9f1ffc7491ac2950606c4b10dd3ccf6b9144b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6a6ea7193f5a62bf6fb448dd24aa546ba4c430a2109a5fe1153a454a7f5bc06f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x52fdbf28bbd1e8d1a394e6f1d4ce530b6c46dd2d46b16c9363dd42e878244475","transactionsRoot":"0x3ac7585d24dbafeddba10730bb5fa21710aad0d9778214262298c1ddaa8a8973","receiptsRoot":"0x691e62105675f63ec9a4b78d6ec947bc608cab7c3704652105f8d4bb939ce0c1","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000010000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000001000000000","difficulty":"0x0","number":"0xc7","gasLimit":"0x1c9c380","gasUsed":"0xc8ad","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xe0","gas":"0x1152d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f0000000000000000000000000000000000000000000000005d00f765584df03b","r":"0xeb823f5412581283018075e0c9f236ac7bab9429b1654f0420ca8de0a10d021d","s":"0x34d67bebbf0d00cbb02756ec4b36f525b6ad66f96ab5d1f1886d48e56d29b45a","yParity":"0x1","v":"0x1","hash":"0x0013682895a0e2726cfc4958bf8079352561ddc807afd94037da775a58c3a23c"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x9e5c93e81f162e5216bb3c16b5cbc6791fa9f0851535106a2534d62d5a60e4df","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x6125042671a876d0e3e538e3d8c9eeefe23ef8c1a3d2be8ba142ddaa59451840","transactionsRoot":"0xdbd8ab65ec4d32690df6cf9093d67ae52f4d8500a5e2882e2da87785edc69a33","receiptsRoot":"0xde4cd6f59e83e621af74f3805c4acbca8b771c0b878c89af4e7502bfa31e21e4","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101400000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020040080000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x193","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007f47897fbdd0284b","r":"0xa6af8b93cc621bb1ecbc4b87b8003188b31b19d3f0b7cd945273ceeec860a396","s":"0x7565f89edabdb2ca8203e029b39d50d4efe69b8f48a7df60281961179b119bf3","yParity":"0x1","v":"0x1","hash":"0x46ad7721955d2d5cce9d211419fd3cdcf54a8c4bcdae224a4b339e1cc84aab95"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd065263a32377b0ae1f499bf5d0907589853d80b62af569d6b6c7d81e2f64ef9","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x966644abbad99b89bf817b85458d19c41c63fc607cf945b567c1e141fc8f491f","transactionsRoot":"0x2ef2ea158c0ea186b7cea584a755eb915a1daa5c72012df29bc8c0be74c667a6","receiptsRoot":"0xadbe296c53475f267e12eb1a176481001136a34800635bd5bba901b7729ef503","logsBloom":"0x02000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000200000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000400000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xa5","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xbe","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000000000000000000000000000740135c4c48c6c7f","r":"0x612a2146d7a7f20fc9cf3cc0781bb93de4e02129ec98a76a428d7c60884d1d57","s":"0x77ab04da225d68de0ccd868d161f279d123f3b73fd833c15a3bca266800449a6","yParity":"0x0","v":"0x0","hash":"0x98f838c95e14f1d5cb19b6d1367654b53a24285ba3062a429b68ae179a2e6264"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6bd3c3a7ea4479a4022914e933384b42ac1f78ef02fe9a71b6710822e6877b03","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x06f9d0b3cfda30133f4e1b8c0188716b63ddd7c8f115e38a5e13635c8265c80a","transactionsRoot":"0xfd28045ef09308eeb81aabe279918ebae0cb8c5521e3da1843c641b56409afa4","receiptsRoot":"0xd957783786c1c1cf113362360ee6a64f4cbdcd404392704bfcebe3286caa0513","logsBloom":"0x00000010008000020100000000000000000000000000000100000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000400000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400002000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x184","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e5900000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373500000000000000000000000000000000000000000000000000000000000000","r":"0xaa6929a079275e8fef22f0f3262ef9263152638da44f488f870144850752b8d6","s":"0x85c110bce44a18343cde687719ad0e468f290fd7de76206f2620690cf3a6d4f","yParity":"0x1","v":"0x1","hash":"0x6704813b7e0283cea33784f7fa2c5c8ca2c47d7ace4ea31e7d8efde4617a79ed"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xecb6cdd068de2bd704215ee92813c937575ae4cd5951a968fd817888dc0067bc","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb9f9badd984bf289ce867fd362f590dda7d5180f384e3c6cdfcde8f344db56ab","transactionsRoot":"0x2aba58f5e18c7b6053e217920c605fef54a7b7fdb6499559411c5ecfb9f2e631","receiptsRoot":"0xdb405ea66223c2cd7cf236b1d556a61d54d0256b3043f5130cb7db302f5d7f12","logsBloom":"0x00000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000004000000000008000000000000000000000000000000000000000000000000000000000000000100000020000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xae","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xc7","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000000000000000000000000000300e7cf3b6570d42","r":"0xe78342678c43bf1343ad4e07f066efec42e97227cd0b03d09b5ad2db9f857bb1","s":"0x18dfcf8e78c8cc36ef6066bf02286969abf119f42bf97a4626917148231a1b02","yParity":"0x1","v":"0x1","hash":"0x3422b53442231b05b908445e0d5b08f784dcb667de8e789ab2801a893bc51962"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8780e385ba0171d1aa55fb948ed21d4b5bbf6779c7664b073e6f0b79e1ebd7fa","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb515d049c3beadf3fd13e82fa3690127cdcacde4e0d076ab32058c849be1f01e","transactionsRoot":"0xe262b891736cf3a934dbfc8ebac798d9116f9d14646c606b025e00f3e6a89005","receiptsRoot":"0xc77d5178b573a858f86f4c4cff7ffb610eef923daf5ba16ed4545fcf5e924097","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000001000400000000000000000000000000800101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x13c","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333900000000000000000000000000000000000000000000000000000000000000","r":"0x6eb9fa1e41535b31826d370aa5d6e917bffbd8faf87492eea0250cb91c8b9996","s":"0x7c7a2f870419f76ece564e7e9ff55a6d702657e00d5fe7627f30f89ae82b70a5","yParity":"0x1","v":"0x1","hash":"0x37b8f669831c4c2f8cc8d1bd7228d4aea5b5eb2356c7f21366517b6d818be3e5"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x7b6b694a516553052c6d094bf5f5e1ed412b266f418077ea3acb66e42d5a3013","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x227cfdc3bc140936f78c8a007415e5a8abe8039720150f3e5950508f3fa80e58","transactionsRoot":"0xab5021ba63e6421cd421b1aa5e9de2623b069878f486624108e062f74b77431e","receiptsRoot":"0xf2e050441edbaa908674406487185dc0f936afc63095c0f5eb53f51acf9a0bcc","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000800000000000000000000400400000000000000000000000000101000000000000000000000000080000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x140","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e5900000000000000000000000008a2de6f3528319123b25935c92888b16db8913e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343100000000000000000000000000000000000000000000000000000000000000","r":"0xf07e2791b9e7f28388dd58442911de4b3860421939c1053a71329a660c590a8c","s":"0x2659d5ebeb7037b1c6df9e8a8d06e43b8b85760a461b04eb94faa2d7a3bd722","yParity":"0x0","v":"0x0","hash":"0xbe76d438be4c337537dc6084a67beb5395f8a1121d49f023e5246e59370d5b71"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x1efd0e6c4f048f0bd9d395f7bbc1edc33acb6e395c94c65cd6f491e889f296e0","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x804faad9192822c89d3e42aea8dfae51a4c7e7128ac8004713dc08606693a235","transactionsRoot":"0x0f20c5ab182b412faf78fd182ba57b15322e7af2d15b58ad9bfc2b0f69dd555d","receiptsRoot":"0x1f9e6515d7bbe23ec8df7902549a4132a5a92bf4b2ac9f1392fbf3ced14626d8","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000001000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000800000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x19a","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383600000000000000000000000000000000000000000000000000000000000000","r":"0xad2cd451a6390c26dfd08567ecf07fb5b4eba1e6e77da99c6e0b047ac51b8aaa","s":"0x1916281cb444c80a8ed7bcbc8a7e467d8cdbc8e3e21437e6bc461a1514f7f702","yParity":"0x1","v":"0x1","hash":"0xe181df873bac7a46881780f224d04eeb90a9c83e5168e195ff73b8837d6bc3bb"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4161ebabf81732268c5d3dad768c546060f3198bf37f52d5b3c133e06a6f0b8c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x41c596015d2bd75fffa71de0f934ec213490e2ecc04c6f84bf546de5cd3a91cf","transactionsRoot":"0x881d312647d39969280fcd355c448511519ca0e562d321a0dbf2f4f010499894","receiptsRoot":"0x90d7a4352ba41dbd20ce494011e6b0c6fec2b7eeed87625148aaf310bec6e7bf","logsBloom":"0x00000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200004000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x8e","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xf","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xa7","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000000000000000000000000000122c6ab631ff0891","r":"0x7cf30f512a4432ece42abd7fe76d9a6177a16b7bd52cc65091d279a9ad5d5951","s":"0x2e8721d58cee53326e0b4fa04311c5e38ee73ac64cb85f2563a2f7866966d63e","yParity":"0x1","v":"0x1","hash":"0x559bca58f7fe981e305831b983f43cc12626205a88a2ff506225c03802532f77"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x662601fd6c5f0b1480a25a0b11f91b9192f593b19167454040f6cc76e1dffb85","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x235fa7b16475fb7caa68ad80331ab10f3dd621fb5f786a685fc66ab30e0d2be9","transactionsRoot":"0xaf83dafc709b9a7b226d19a105441f4b2a40ec36e86a5e4608dac03a6fb497f3","receiptsRoot":"0xaa532ea117baf8ff6b8a4dd75c3395580bf33e313adfe5cb896971fd6c73413a","logsBloom":"0x00000000000000000000000000000004000000000000000000000000008000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000020010000000000000000000000000001010000006000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x14b","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002f03491c799698ec","r":"0xdc18e6663b1badf7d0463fa113370400a6436d3b556b710e204a22d7d2349409","s":"0x1b88a33b39a20e1d1c96a01c80cb89e18ea9bfde983cdc78a9ff41e88228e211","yParity":"0x0","v":"0x0","hash":"0x1540295f1438f8a433d60c3d040f7c2fdd21ad4fc954e884f26eb29a0644793c"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x11282a1e68a3a7ea3198c8079809e2d4939efea7d4611956e93473c15f8f54d6","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xec36e48cd625f1e57229fb0a4fa3c4b901eed4074ebb7fffd162e67e7003f27c","transactionsRoot":"0xa94938c3f903e2698b876aa11c7b5a2bc3fed724bdd87505091e06133df8e2cf","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x58","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x3a02","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x71","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xee7f6a930b29d7350498af97f0f9672eaecbeeff","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x842ffdb9f790bd97eba816b2591145172d29fd47b1ec8120fc3d80f5a37cfffd","s":"0x79f680c0d233cd08ee036b1a37f6fe70693f9f46bfccfd1a3100e6eff9d9cbe7","yParity":"0x0","v":"0x0","hash":"0xfbbf00c640d0560b9c06d2d1a80afd1acfc6b8c96561ffa6b82025783e40d18a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xaa859ea83111c7a4338ec022ea1e5a58f2c6959a18fbb0bc1f8e303f80e14df6","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x2304053f5e158b0a25cdc45d9962919e27a1ba966168faf1eacf8055caa103b0","transactionsRoot":"0xea09126d13cd39ceebf43f3f65b5c440840f087bc8f31c4277dd24314792dd7b","receiptsRoot":"0xfb2d7f970b0fc651391b5854e3f26e361dc2d5830f538599fff913e64d6d1d29","logsBloom":"0x00000000000000000000000010000000400400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002001000000000000010000000000000000008000002000000000000010000000020000000800000000000000000000000000000000000000000000000000000000000000000000000000000002000800000000000000000000000000000000000000000000000000000000000010000000000000020000000000000000000000000010000000400000000000000000000000000000000000000000000000000000000000000000000000000000000001000","difficulty":"0x0","number":"0x16","gasLimit":"0x1c9c380","gasUsed":"0x17df7b","timestamp":"0x67fe6881","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x4e8d73d","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x22","gas":"0xa584e","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052610b478038038061001481610324565b92833981016060828203126103205761002c8261035d565b906100396020840161035d565b604084015190936001600160401b03821161032057019080601f8301121561032057815161006e61006982610371565b610324565b9281845260208401926020838301011161032057815f926020809301855e84010152823b156102c5577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0385169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906102be575b6101de575b50505f516020610b275f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a1811561018a576001600160a01b031916175f516020610b275f395f51905f525560405161073f90816103e88239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b6101e86060610324565b91602783527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020840152660819985a5b195960ca1b6040840152833b1561026a57610259935f92839251915af43d15610262573d9061024a61006983610371565b9182523d5f602084013e61038c565b505f8080610108565b60609061038c565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b505f610103565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b0381118382101761034957604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b038216820361032057565b6001600160401b03811161034957601f01601f191660200190565b90919015610398575090565b8151156103a85750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610300000000000000000000000067d269191c92caf3cd7723f116c85e6e9bf55933000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","r":"0x8baf55b9881a7f109d10c5795de5b13f0217d44b916ec7b18eed0635b7809dd2","s":"0x71d93aba0793cf70972d803a65ef533a48a6234dec29b025ffe6ab760b8cf5a1","yParity":"0x0","v":"0x0","hash":"0x56d903319bd61b9b6ce754ec42469a2748172fd3af971da38642fed3b28be4f9"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x23","gas":"0xa584e","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052610b478038038061001481610324565b92833981016060828203126103205761002c8261035d565b906100396020840161035d565b604084015190936001600160401b03821161032057019080601f8301121561032057815161006e61006982610371565b610324565b9281845260208401926020838301011161032057815f926020809301855e84010152823b156102c5577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0385169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906102be575b6101de575b50505f516020610b275f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a1811561018a576001600160a01b031916175f516020610b275f395f51905f525560405161073f90816103e88239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b6101e86060610324565b91602783527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020840152660819985a5b195960ca1b6040840152833b1561026a57610259935f92839251915af43d15610262573d9061024a61006983610371565b9182523d5f602084013e61038c565b505f8080610108565b60609061038c565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b505f610103565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b0381118382101761034957604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b038216820361032057565b6001600160401b03811161034957601f01601f191660200190565b90919015610398575090565b8151156103a85750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610300000000000000000000000067d269191c92caf3cd7723f116c85e6e9bf55933000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","r":"0x820336d9de26102a39f19239be0b474698d491b696bef6255dc90a66de9b07fc","s":"0x78d40bff05082d9dfe32b78998063210c65bc03f7ec6ea763a73ee9f549ccf73","yParity":"0x1","v":"0x1","hash":"0x4d5f8dcedc007b1ca316b22c1268b1d60d6ed12bbc0bbc18a7a7d9f61c03bb3a"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x24","gas":"0xa584e","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052610b478038038061001481610324565b92833981016060828203126103205761002c8261035d565b906100396020840161035d565b604084015190936001600160401b03821161032057019080601f8301121561032057815161006e61006982610371565b610324565b9281845260208401926020838301011161032057815f926020809301855e84010152823b156102c5577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0385169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906102be575b6101de575b50505f516020610b275f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a1811561018a576001600160a01b031916175f516020610b275f395f51905f525560405161073f90816103e88239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b6101e86060610324565b91602783527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020840152660819985a5b195960ca1b6040840152833b1561026a57610259935f92839251915af43d15610262573d9061024a61006983610371565b9182523d5f602084013e61038c565b505f8080610108565b60609061038c565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b505f610103565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b0381118382101761034957604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b038216820361032057565b6001600160401b03811161034957601f01601f191660200190565b90919015610398575090565b8151156103a85750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610300000000000000000000000067d269191c92caf3cd7723f116c85e6e9bf55933000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","r":"0xa0511f4e508184a3ded3ec00ada30025c5114606888d0df782f2b789d171f807","s":"0x1ce9b69d87d16c7b56a0c7ffd33c9a2b848dd252778bd92b0020688b9db154b5","yParity":"0x1","v":"0x1","hash":"0x0c773f8c89c73aac6a85245e7d1dab1fd80657e9702071bbfbe111e5d5bccb86"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5bc062ebdefba3664047091caf8e24aebec86a60b6774529f1edcded81c70342","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x69abeea4b4ef03c992c953d450e22684c0c9189e234b22d8e825a020ced8e60b","transactionsRoot":"0xf6c896642f1bd0ad563dc5ea2dff2208cb43c2a7595b70eb88c79c3d1f55c7a2","receiptsRoot":"0x6107164c3d741594d57e74eac2a60b52a1e1e528cc5557a1b0b5df381f82d843","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000004010000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000080","difficulty":"0x0","number":"0x98","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xb1","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000000000000000000000000000297d9557a14b736a","r":"0xa8c67baa031667fc3bc124801c40e37b07980a826d7f3bc1462953a142c52576","s":"0x193e800e1eb6993c96fd72887364b113af259b65f8688977f0feeada8b055ffb","yParity":"0x0","v":"0x0","hash":"0x6f3de555fef5fa192459979bf7da685f668b67c7d9642792f941e29b306d1b7d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x73a3a7fa63fc844e6c7be6d1161dcd7a3cfeb61266c30f834eb9909174490934","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa67981edf346693c0063b7766eca9e773eb5a228fd5693be753eacd6809bca7e","transactionsRoot":"0x6f0a5800df9762555e4ac453bd66ae7fa1482c08294522503ad9c7c0b1822ca1","receiptsRoot":"0x1c2306ff9b86365bdbbe3a0b1b9a1374a61487cf829ac26e9252127965217cfb","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000400000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000001000000040000000000000000000000000000000000000000000040000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x12f","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000029ebf4b678942b1c","r":"0xf6df73caa80a877600b536239a42edcbb64650ac9d1af88bd5e9c0034b5e0c80","s":"0x36a3a3f1b70b44314082443f50b91feedaa393ed4eab19ae3501184cfe0dad30","yParity":"0x1","v":"0x1","hash":"0xb9d2e72932cbcfe8c6f9cf2b4e0acfdc47135bdf5ad6d3ede4cc7b7a6b88ad18"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x58883a696e10f1be470ff2646d5bc415e8c8b1c4e15aad93cc84e47dec15efd3","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x478cdd81c6d0e4c083ae0484aed625d11c4d4d3ebdfc13e6d47f5bfc3ad0e1d9","transactionsRoot":"0x73b9291d055f632febf71751837bf9f1e52459a6522a4473c8af1d1dd108a01e","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x35","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x18170c","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x4e","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xcd3b766ccdd6ae721141f452c550ca635964ce71","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xff6420f51866d93491a20719380db10dc2316c460598063abf3d5425bdb8966c","s":"0x7dbef7140c996320e2e723ec7f4ad1fd8cb690e459d1820ec47496f45b22d6c2","yParity":"0x0","v":"0x0","hash":"0xe3d7d5e51e27a40b01f6355c4b7179a3f46a62e7d33d26ff48afbcd3a1d79fac"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa445d6e70297e6623a7ea9afa3c8a885d74a31c94cc032dfc4928dfb3712c83f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5c961f4f9a443b528805d51c0c49c9936dfec97146cf6881ff49c0ea96c3cb7d","transactionsRoot":"0x61cf272ae913c8ae062efa894699daf30d6c4f088b9604578b38e55ea97e686e","receiptsRoot":"0x7a036b56548813deb7001d2d72e782fb287122b9e68eddd12d9824ee62f6fd14","logsBloom":"0x00000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040200000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004401000000000000000","difficulty":"0x0","number":"0x3","gasLimit":"0x1c9c380","gasUsed":"0x661f7","timestamp":"0x67fe6880","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x2df72c78","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x2","gas":"0x6b993","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x608060405234801561001057600080fd5b5060405161077838038061077883398101604081905261002f91610263565b60005b82518110156100775761006583828151811061005057610050610339565b6020026020010151600161008860201b60201c565b8061006f8161034f565b915050610032565b506100818161015a565b5050610378565b6001600160a01b0382166100f95760405162461bcd60e51b815260206004820152602d60248201527f50617573657252656769737472792e5f7365745061757365723a207a65726f2060448201526c1859191c995cdcc81a5b9c1d5d609a1b60648201526084015b60405180910390fd5b6001600160a01b03821660008181526020818152604091829020805460ff19168515159081179091558251938452908301527f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152910160405180910390a15050565b6001600160a01b0381166101c85760405162461bcd60e51b815260206004820152602f60248201527f50617573657252656769737472792e5f736574556e7061757365723a207a657260448201526e1bc81859191c995cdcc81a5b9c1d5d608a1b60648201526084016100f0565b600154604080516001600160a01b03928316815291831660208301527f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892910160405180910390a1600180546001600160a01b0319166001600160a01b0392909216919091179055565b634e487b7160e01b600052604160045260246000fd5b80516001600160a01b038116811461025e57600080fd5b919050565b6000806040838503121561027657600080fd5b82516001600160401b038082111561028d57600080fd5b818501915085601f8301126102a157600080fd5b81516020828211156102b5576102b5610231565b8160051b604051601f19603f830116810181811086821117156102da576102da610231565b6040529283528183019350848101820192898411156102f857600080fd5b948201945b8386101561031d5761030e86610247565b855294820194938201936102fd565b965061032c9050878201610247565b9450505050509250929050565b634e487b7160e01b600052603260045260246000fd5b600060001982141561037157634e487b7160e01b600052601160045260246000fd5b5060010190565b6103f1806103876000396000f3fe608060405234801561001057600080fd5b506004361061004c5760003560e01c806346fbf68e146100515780638568520614610089578063ce5484281461009e578063eab66d7a146100b1575b600080fd5b61007461005f366004610313565b60006020819052908152604090205460ff1681565b60405190151581526020015b60405180910390f35b61009c610097366004610335565b6100dc565b005b61009c6100ac366004610313565b61011d565b6001546100c4906001600160a01b031681565b6040516001600160a01b039091168152602001610080565b6001546001600160a01b0316331461010f5760405162461bcd60e51b815260040161010690610371565b60405180910390fd5b6101198282610153565b5050565b6001546001600160a01b031633146101475760405162461bcd60e51b815260040161010690610371565b61015081610220565b50565b6001600160a01b0382166101bf5760405162461bcd60e51b815260206004820152602d60248201527f50617573657252656769737472792e5f7365745061757365723a207a65726f2060448201526c1859191c995cdcc81a5b9c1d5d609a1b6064820152608401610106565b6001600160a01b03821660008181526020818152604091829020805460ff19168515159081179091558251938452908301527f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152910160405180910390a15050565b6001600160a01b03811661028e5760405162461bcd60e51b815260206004820152602f60248201527f50617573657252656769737472792e5f736574556e7061757365723a207a657260448201526e1bc81859191c995cdcc81a5b9c1d5d608a1b6064820152608401610106565b600154604080516001600160a01b03928316815291831660208301527f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892910160405180910390a1600180546001600160a01b0319166001600160a01b0392909216919091179055565b80356001600160a01b038116811461030e57600080fd5b919050565b60006020828403121561032557600080fd5b61032e826102f7565b9392505050565b6000806040838503121561034857600080fd5b610351836102f7565b91506020830135801515811461036657600080fd5b809150509250929050565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b60608201526080019056fea2646970667358221220400107fb39e4070329799832c0ce49475397a55d182fd9f9c38ee6784541743064736f6c634300080c00330000000000000000000000000000000000000000000000000000000000000040000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000003000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","r":"0x4dc305bfbc1bbf8dba8924bc58562cacd92f80b057db09749c6e54ef68b1fe29","s":"0x3dddb67c00ecd5a2c5e3c9fe6c1db34e86ca294f463100790f72991d20eaa402","yParity":"0x0","v":"0x0","hash":"0xe9e3345f9e913fea0585cc638b4c36f86b3051109b36e2063b15bf8774fde852"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x3","gas":"0x191db","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052348015600f57600080fd5b50607780601d6000396000f3fe6080604052348015600f57600080fd5b506004361060285760003560e01c8063c298557814602d575b600080fd5b600060405190815260200160405180910390f3fea26469706673582212204d7287eb0326e3c3f8847cee1e1183a1edc33862bc2110aa222e2ad2c65af9b464736f6c634300080c0033","r":"0x4860ccb320b6bc944d9c4ea29e79db605e9b8d72bf2de3d8f6e6b688b3bca007","s":"0x615ab4c066ae8e226efe324d086e3e98abcf29107f76bd10a4c62ec4709b4187","yParity":"0x0","v":"0x0","hash":"0xf66a6ca9bad56896e478d53a317018bc90a247dd13bf4b7e8af411088e56dd37"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4d5e1174eaa156328b1362e70c61eeaa919d7ec67ab3b0caa43de93598d227cd","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xfee9318b6788d9143638483f2f0da484368497d29ba8f8c6c3b39342aeb4ea77","transactionsRoot":"0xaa4f3a8155c311c0ff7e8a7b55a053c9e3642b724b3d675a8b32246fe22fb6d3","receiptsRoot":"0xd6bce31e871f1bdc2ebbeae0fc0c93fb317266960947daa0809bfab30152b9f3","logsBloom":"0x00000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000010000000000000200000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xde","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xf7","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce660000000000000000000000000000000000000000000000004a7072fce970f68e","r":"0x7ed6d50c4246e0db6c29dac58d7012d617c8fe4f5ae918f5d5ac4900aff6420a","s":"0x7b512e334b6759d418aa1ac61636e2d8dbe9fbe295df8eb3eefbda83a82b71a","yParity":"0x1","v":"0x1","hash":"0x70bfee14deb6904d798d585548a9a4f0c45db6b5521ca22f2a825cd52ffc0152"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xeb0e764360e874d3ba7f07a3d255499f64d542aeb69af9eccb783f633a2a0c9b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa758b3450723bfbb4a669cb5caa7f25ab4d858dae3fc4ff2035692b5ba0d9b64","transactionsRoot":"0x953b64949305cfd19113fd1879e59b1c4e82d5dd203b311e6ada1fa78d24fe67","receiptsRoot":"0x2c978562db745151e2d81b8aeaba47f155e5de8cf31fcd23d1dd6b9bb1e52585","logsBloom":"0x00000010008000020100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000004000000000008000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x142","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343200000000000000000000000000000000000000000000000000000000000000","r":"0xc722cdf906a66ad0961db49f6d2560775dcf49b22d9e1f9b18079eb317d2737b","s":"0x197b35355892cb90f07628ac0faeea71c2cbaa2eea36b13acccdbe38c5fc202e","yParity":"0x0","v":"0x0","hash":"0x91cd626d25d1b6bd143d6d42fd4c04078bd0d64011c87f481db3e11ff0896ffa"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xba41a1324b29c119c23f2d3896a3e6592c8bea4c78070e803f95076dffce7b62","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x0ed399f0b56cad7c288aaa8e82e2db477b63a70bc1129ef35f5905969d5a9d49","transactionsRoot":"0x754574c019150a480d92347dcb9554c3727eeeaf9ba1c17b0f114215b34783d6","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x2b","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x5b633e","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x44","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x81c754e08bf5aebc6c8a72ce19fe1d13c1ce1d9584e1f60c51c8dd1e06324bfd","s":"0x1ae48b8680292366ac3e782426983ccf0d952f95e390e121a290103d3209acd2","yParity":"0x1","v":"0x1","hash":"0xa1871ffcb9b78af39b96afc6acc3706b6eff297a1672a1d492c0ebd1199c3ae0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4b65c27b0f2c6b3972df396c9e2cb92af57d281a9a323fb77a48ce950b381d88","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x036d3a1bf3190c6486ab627410b62afc89d394172d9bbf09e0e5ffee8e853abd","transactionsRoot":"0xa2780c2ca46288fbcd3f87ed17971a967943ade1a0d19a0fc5e37b126bb8f6b6","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x50","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xa889","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x69","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xe141c82d99d85098e03e1a1cc1cde676556fdde0","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xee8382406ac0251b3a9e687c4cd961a8352ba922c807578114b1de7112eafc1b","s":"0x4104ca4eb6c8c70742402d9dc2e5b533abcad89b38faebd79edb1746ee4e668f","yParity":"0x0","v":"0x0","hash":"0xe941277111b703643f2340bff2e4c392e081aabf4dbc9422f8d466126c44172c"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd9d885fabe09a8debac604fa746ba21ed28695aa540ed1671bc74e709a0e1e10","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x2908075d1993d510e48c294e0e9f16778597a82c030449d28899dbb1ecf9720e","transactionsRoot":"0x0f306ae567c0f42e4444a89846e2b08db424e8473a7530c254137660422a0244","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x80","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x4b","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x99","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xe77478d9e136d3643cfc6fef578abf63f9ab91b1","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x6c1530712239e7ad0c378d71da6419a01c616bf65cbdff3e893e76ed7487fcd7","s":"0x708b5461c6ae20c993665dbae0f24ce76bdde92f5cfad2398ba3008ab3db0893","yParity":"0x0","v":"0x0","hash":"0xa316f09de165f524575945a762f918ee1209bdf2124ab363f0255963d3271f81"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf209947c59109ce9d61e6ca8b1ae561dfc5e858b06f7e664f77e1a78b36bc058","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xbb4572b85d9a36503a3dff7384cefc2410774226da106ad83fbebfc5f9c671cb","transactionsRoot":"0xa9de405c14a7df805a5ce8adcf6c39691e23d1584fc528747311913e7337dfcd","receiptsRoot":"0x36ac0ad87ff29d9ea0c29662caf1ba5705643a6196a598a143420204ca09192f","logsBloom":"0x00000010008000020100000000010000000000000000000020000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000010000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x15a","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353400000000000000000000000000000000000000000000000000000000000000","r":"0xc93e4947237fc2b76c4a8740c97d0bc319fec356890df23b350ab93b94c092b3","s":"0x1e524e0c0776ca2a4940e8a50f1ef6e77700b7414c0d4faadf50998a21940bc3","yParity":"0x0","v":"0x0","hash":"0xf72c0d5b3a00521027f5af35f02102023f4d64a55e3b5c5ff9e4e82cc4811ef3"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x7c934418fd6390d23e273ebe64d6b72282961c3eecdf2565b6fbc8aa57c6b04d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa48de15f336a2d4a967f137578cf2260877f554e126fb7e4583630a9eb9c8548","transactionsRoot":"0x62e51a51deaec696df5e7573173030c2d386fc8b443967cefed45579cd28c1cb","receiptsRoot":"0x7d0844c411d7788728bdc00c2d169d8e11c49a1bb29c5ea9a137509909e3423c","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010200000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000101101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000400020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x16f","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","r":"0xe7f548cfd587664e1c965d2b9e8b589aee64d71b9df1c7e5f756bf7e0007f002","s":"0x65c39a5a56a10571c365caf5fcd6439400875ebce13ef767041381e3ff478748","yParity":"0x0","v":"0x0","hash":"0x9e1222ebc7200caff520875f0264c113dd9536d93179f52495fd1a6702f63623"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd27bd44fe5a963a5c6f5a8fdba13fab67cdbb1d2a5c5f07cf8c59f09f55b3340","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x980032046a79c928dabd84eeb406e370e77a1c1423ee0e3803c9decc5d75ec47","transactionsRoot":"0x766e069ce9c2efa2356909bf3fbe1505c5cd77e3d987f8224d3ce6fd29531c2e","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x44","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x342a9","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x5d","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x1bcb8e569eedab4668e55145cfeaf190902d3cf2","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xd7258247c138ea8587337e20fa3c5c2a64b6b8389425d70efa22408c282a8eb9","s":"0x6d1f39c74e6a596f9f9de819d156d40c6e42e07ba1e007e64968cf2833715430","yParity":"0x1","v":"0x1","hash":"0x39f6030c40e4e8a00b569b0466fdd9f4335146fbc87e4237e893dc19b7cb104b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf559738a5ffbcf7e7cb18938c5de73f849b8250fa051a4a29477fae13e17706f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x395171b50e19761d25c87d44180732b62108d3cfafd82c43513e95d5b2da65c7","transactionsRoot":"0x481cf998668681e5f2e48081455bcc1231c83ca2a46c0c0b21b18df0dd2475b2","receiptsRoot":"0xb16128dd61b5614fb7d231df57faf77f732e9c11b3490a58481a7409ce2debd9","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000100000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000800000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x8c","gasLimit":"0x1c9c380","gasUsed":"0xc8ad","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x13","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xa5","gas":"0x1152d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc00000000000000000000000000000000000000000000000032d96cba53cf0152","r":"0x3e0d77212000ade1774e08a81232612d5494928629d0415a0e056a9801086c99","s":"0x401fb799a6c9e48b794d899bfb978c1b165609dcf22f6f4419f78090298d3156","yParity":"0x1","v":"0x1","hash":"0x5ce22d3b4572022ff6583bcf21e0807d900a949cc29c4a0d0326c76a4f5f2111"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x18032ad6ffe16ac7275083439b35491bdd5181bba23160110773a01e82c5c032","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8e500e90cc0d822df7f445db146db7e7162828d6563dad7b917dd42709efe6f2","transactionsRoot":"0x8b6d962541155338a1e6e8f7d669ae498cb793f07301b1796abb884cc38312ef","receiptsRoot":"0x4cbad037f190535d5c7b25505bd4c114af4f05cd87e0a8def398590b17a675c4","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040020000000000000000000000000000000000000000000000000000010000000000000008000008000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x11d","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007beb33e25ef5e098","r":"0xe05e83db2b31ffe07be3ebef04b3a1412a3d214bd915e4c030d5a293dd1e2003","s":"0x7d3e5636a4183550d271ff1a65673217c812231b2180edb5576fc677cdf14ff7","yParity":"0x0","v":"0x0","hash":"0xed030493a0222d285691680a5304dcf0bdb6d5685ea655a41e14e438e993b61f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x20ba5c91fea4f88a6ff74e2bc27330f4af45a7c97434295047c20b9af7870a48","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x6aac6625288d9611af5b0ae2ad9adb605671faff31e2fa93216513428d0bdc8f","transactionsRoot":"0x6308f6d14e4a1547bd0a385c4a3092dd07472b2bc1619e629de5a6d193f494c4","receiptsRoot":"0xf3659b4d1d73eba527a3afabf713bcd18af3eccb186c32ea59ff14703c1b8bf0","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000400000020000000000000000000000000000000000000000000000000000000000081000000000100000020000000","difficulty":"0x0","number":"0x122","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323600000000000000000000000000000000000000000000000000000000000000","r":"0xcdc92cf64d01c0b6284535143a3b5db8cd176d367002da8c68116af85ed69b2f","s":"0x2bd0b9298611211d35ae0c94ac4852d0f57f700d2dc7d2663ed9f6461d08aa26","yParity":"0x1","v":"0x1","hash":"0xa9dff1904f23e200beb8d569cafe9ba11f61e416a1509db93a17b84b0af21234"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe620838812c657153514768531217381f418262a7c1bdde9eb815e537a01a134","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5e6e0a9afb3c869429dfea8ef3088eb23ed80aab8ce2f990e1d55f2f5dcb303b","transactionsRoot":"0x239e40e9c799f80f57f65c8cfeee3f44ee2aaf942edc21b40c498c85bb6aeb48","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x61","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x117b","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x7a","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x4779d18931b35540f84b0cd0e9633855b84df7b8","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xb2c0c8c688d03df1774aa2ad954e5bfcd664d7905b80e2ebf573965d19330a8","s":"0x4ca98e7e1f070cd67fabbd278554f3dcf9bf5576a930177cec9db80092ecea7b","yParity":"0x0","v":"0x0","hash":"0xfef112c7531bfcc837f8b11a3b3dad2faa89692fd329eb3c3649256910883bee"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x01f68639025d3bfde04529ceef0343280d33f405b083384c2101f06941b1c2f6","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf5c9369ee1b7cf343383d59917e3856b9c4c4f43e8b1519b255ab29ff29e540f","transactionsRoot":"0xc01ee29dc1b729a193336817446b336810e887373fd7b9b0becfdfb54b51e7be","receiptsRoot":"0x266e4bea7e4140a68bef51cc04b2485d7ea33aac16f08146f2cabe0f81204e17","logsBloom":"0x00000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000400000000000000100000000000000000000000000000010000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xcd","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xe6","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a00000000000000000000000000000000000000000000000078999484ace91c39","r":"0xa55f6a12a838edd48f539832aff281aa117113294d74af3f1b313178f0573676","s":"0x45e93d5b19fe251fdeadd24d060afcd7075e038f6a967fc19cb69926386c191f","yParity":"0x1","v":"0x1","hash":"0xd27e163996a9816a4c5aa941b48816f9f065bc12ee9c984e50e8e0af3ec77562"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe69e2e331d4526e27b8da3a5657860c2901eac64cf694d4b29a0a393461e3a54","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x24cad584c9e7b9564e5745fcd78923c70b3eb983c42b146d787eee30910ead98","transactionsRoot":"0xd94138d73c0bd4f1d7db0d877c5c76ccd5269566cbd8591bb936932c09b4985c","receiptsRoot":"0xfbd08565856f8b29089a2c42b2b915989ed2c14230fcb9271825b3b2234ab54f","logsBloom":"0x00000000000000000000000400000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000004800100000008000000000000000240000001101000000000000000000000000000000000000000000020000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x137","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000300e7cf3b6570d42","r":"0x2c342fd65ebfdea3056e92193c6f897f73aa1318698efd1932410196c13992c5","s":"0x3898cbc767904c45b96985f34c514d848df10731f15975d07725d1e114a3bd85","yParity":"0x1","v":"0x1","hash":"0x7357d6497e84d75316ba126825b23da27236a5956b829bde858a56b26edf243d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa41439643b603e34aa8a807efba505c61f30df59c55e539ef7b970b18913cf61","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xdf90b208933220c7c1b5fd2117edc36ab62683d768a61013a3c99da9194b64bb","transactionsRoot":"0x167862a521cca940fcaa7ef6d9cdea6bbbd2bbad9933206b6a1979e4cf35aa21","receiptsRoot":"0xc76c2a871216671c7ce291195aac1fce0c5d0a7b3d4e72a33a875959c7a850c7","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000020000000000000100000800000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200020000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x21","gasLimit":"0x1c9c380","gasUsed":"0x10a7e","timestamp":"0x67fe6881","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1572d57","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x3a","gas":"0x17016","maxFeePerGas":"0x37a341d","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0x40c10f19000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000010f0cf064dd59200000","r":"0x3d6e06e41a54b35c572b33123080d0d800e3ffbe836b190f323063e058e0a873","s":"0x668cda772a91533dd9d4c394b68c3484c816026153d819c11e10603b07acebc7","yParity":"0x0","v":"0x0","hash":"0x5d688fe9a68298b1fc7e5d6467ee53c54000d1447e3b8d33847a32f3e7f8c5ac"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4937272b3bde43f150a912ff3a868359dc38bc3e55c31093310b89246763d4d5","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xfd6f4d11e2f5d851a55336099128c20e234972e480bdda0947c1179e82a79caf","transactionsRoot":"0xa3cfa03c42197a132c12b97cec166d1267bad4c9f67dabc12c97bc0b47047d97","receiptsRoot":"0xa37b5118f0f67f08795dfcf614a9db29b7dce0f38ea0ac631b6432642a91ac16","logsBloom":"0x00000010008000020100000000000000000000000000000000200001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000040000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000105000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x15c","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353500000000000000000000000000000000000000000000000000000000000000","r":"0x7f196ab2933888d1327353a37a7a7180b732c6035f3e8f8ed6bc8a5890ff6825","s":"0x24324e34963d4e6f0920253f4a62263b4b18a402517a817df47bf7e648a5e691","yParity":"0x0","v":"0x0","hash":"0xccbe06c8d618d5e99417e5891e055d697979292e07eff1dc12b573a4028da66f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xab25ebb89fbc630b14ec4a40a56d87cf858e21b90bba5d2173325f8881bdcdd9","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5bc1fb604d769a0bad9358c65fed9c8cef267ac20beab3ebdac96ace9b277a2f","transactionsRoot":"0x435638ac85604ca24b748a68e040954cb60d23a89c348293b38b249ca8efdd01","receiptsRoot":"0xd6a2f7cf41f3716d4c2d64204b0a0f2ea8e66ea256c576d6d5996831e334b9cc","logsBloom":"0x00000010008000020100000000000000000000000200000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000008000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x182","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373400000000000000000000000000000000000000000000000000000000000000","r":"0xfddf86ffdbb5dcadc4390d64e62e74738c3639da38b1a1b57288de56dc7c6c9b","s":"0x4ebc0e5da5c43b0dd029a5c9088ec22cc4e3e80d5d3cafd305648a1ef42cdb51","yParity":"0x1","v":"0x1","hash":"0x2bafaa3d7d05e322cc31c91f8befbfe69a655ba8bfba8b984aee7f4b16ef3aa1"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5341d6593ab300e5d4781cc5537f9772f23b729470c9bc5bb3d82e6fc46d1554","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xdea08f61e00d27f33b770b13bd2c9c134cc799abcf1a4eb36dde79f390997bdf","transactionsRoot":"0x1613e40412b7ee2de9242d448409c274843f40a5bd7680424767ff600e8d9790","receiptsRoot":"0xc939de7362340f600f464698cad308ef62dd9227f4e952b383d47da4549b6bed","logsBloom":"0x00000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xb9","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xd2","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a00000000000000000000000000000000000000000000000038312cbeff92e5ce","r":"0x1ddf34f197c00e60b76155ec1195bba27c6fc5e74193514ccf1661e0c1279008","s":"0x6eea2addcfb750a171f5a068e05c30268328b4cdb4c59d4cc6934310f1f8fd22","yParity":"0x0","v":"0x0","hash":"0xed97c11d021a1d2f897235ec23cd37634c371aca73bf73efdccbb037bcdf6d5d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x602f5c537b06494a28b7caa2abda3bf2d9514240dd4f7889fecc53d2a7e9c06e","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x77afe856654ee598925f592599c43e34251c18654754c79c2a4ba3f5d2e3d1bc","transactionsRoot":"0xa027d5de7ae5a45dc6ad3cdc40ebd186f6e3db5844543bee6ba115a09ce3c6a5","receiptsRoot":"0x38aea380a082f472c731652b9a49d5903e728da447a5c08f63143a9369ac9919","logsBloom":"0x00000000000000000000000000000004000000000000020000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000200000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100020000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x117","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002ca592cd3c4c864f","r":"0x920e9dbcc0a6a50ce909589d8a64d01672d49326465ea6ceb71912c5d4a26fb6","s":"0x2a5bbe35527759efcb60428724f1cdf730bddfc342e6e8df164d32598f548031","yParity":"0x0","v":"0x0","hash":"0x83cce3c7334de02f99603a703e3b8f7acf7586978b5b609899d0bd3de9f114a0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc3a3d4bbedc7273355391ed8fb8d1db0333060e9a423381b82d89bf3c2167dea","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x947ed3057fd1906eafa3be97ced4ffd8f2a78a03f4ee8bb1cd74eabd79d4a419","transactionsRoot":"0xfa523882e9a0ef2d65716f86c6c872cb148fd4210fd7beb62be4da906dd0d0b5","receiptsRoot":"0xb66048a2564308ba8820ef80f877f8e084c808518809793de8055b3b561e1ce1","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000100000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000040000000000000000101000000000000000020000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x18c","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373900000000000000000000000000000000000000000000000000000000000000","r":"0xb8031a004f06811e076ec34ee8b3d4fd167cfe15a2c8a9c31e382701d6eb208","s":"0x65d57091b5107ef902bbc750ece1e259e7d7221293c58d54b8a1048e1e723b5b","yParity":"0x0","v":"0x0","hash":"0x454436c05f1792087369cec20cd3a89084ce3b3d5e06e3eef6224f8c0fe8f49e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x758d0683a21c2d6ac0074ee8a6764cfcd9221810e0c1d05b0cd0627eb0e81733","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x05f4930e14c03a1a7e7a5eb274417a607fa646dc81ad946c4023da7118809221","transactionsRoot":"0x778559a1c90b26ee4f92def0d9a36fe9abfe49de50bdca960ef23bb6f05c5b25","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x5e","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1a13","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x77","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xab707cb80e7de7c75d815b1a653433f3eec44c74","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x9f71acaf9428f55803471acaf90d15f964357aa0947ee24a034fa4b67585e924","s":"0x577fe4d8454643313cf95a260af962ce72c6780461bc79cad6fcf00e1940dfa0","yParity":"0x1","v":"0x1","hash":"0xcf4719bc41bdf3feb423fde91512fd7e3ad76c109cb05c1a827faf3537dbfdef"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x050e703c774777dee45bacc0c6a114338b3d36938b2b407a1d2b59baad89dd32","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x9620e75ee6d6331efbce4469eab1964f31ddb9b7d549cac0f479f3b9e47b582d","transactionsRoot":"0xa9fd40c3509d3ca8e2adad4ec3749256c98cf8711c9ddad086a86dd3f8e7f21c","receiptsRoot":"0x96e34c7918e0598fdcbfc930012cc866a90154510f9c2aec9a8f16f85cf64ab6","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000100000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000800000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000200000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0xf3","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000032d96cba53cf0152","r":"0x374ac2c0e8fe9c755b2e0129a52fc9216ce508597262e2081ff2e84cdfc542ba","s":"0x63be3d5e172f7284ecf93ff3545a7d199cef91e3451d5f5635bb3059fdfcd976","yParity":"0x1","v":"0x1","hash":"0xc3662c23f5cc360e061e94b85a0361a135f00c86b408937dfea5349e0ad47456"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x00e0985609259cba21fafc4df4408e869710dac77a0ca3dd1526c76c0cf59e6f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x562ff5f158a80dfeb114d4e956a2599a58c554bc953b7f821e6c1f926808d0ef","transactionsRoot":"0x3865d12cf014772bb3179f6c20ea26fae4ff1712fa7761fedb56542b3b99aa75","receiptsRoot":"0xc0e9abadc293d7c9348a18f463c1063ad5bcf935250154281fa96249c4741d50","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000008000000000000010000000000000000100000100001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x191","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003a7c536d83f91028","r":"0x360a164db61663dceb4de8f094e0b07ded467fb58621eaea55fa263ec49a3483","s":"0x54ed66aa6888b4c31b954368625659f8dda5ce4a581053a1de26e29b70751b70","yParity":"0x0","v":"0x0","hash":"0xe53d6a0abf05d3917c2020edce102adbb26acf33a85b28f2ce5a6044503fa8b1"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x3b2d31a6fb5a9643fe8a8dec27f28d7bfff660cfdd5f11c3654adb9f371be650","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc44002cf0db0525a3944243768d629a08f5c1624ae9a33a092234dde944db46a","transactionsRoot":"0xe0ef7301f6bbda05fd25bc17cd0e651c3a6ca1de465176aee99f39c1d47cda58","receiptsRoot":"0xb11102019c567afebf54269d94eeb5108d9c6b80c3d111b420b633f96fb38d8f","logsBloom":"0x00000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000002000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xd5","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xee","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5000000000000000000000000000000000000000000000000185ead5d59e005d7","r":"0x3475558d754098359e8ce4f9d01642e9a40914ac69b7b464fc75a2af69a758f1","s":"0x7c7126b1cd711cb9f4af6385e601d41af5a46ebd008194b0a6bc14e225d80717","yParity":"0x1","v":"0x1","hash":"0xa534a830654a5da56abdb27e0aaf46ee45e6787b59c205914e04093f81475c30"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xeb9a8322e2f6fb589ea20b96693912a3fb8df5c9960f611276a3e324820999ea","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8d4580f8c9aa0fde58bfae3fd8ce3dc3938c84c989497238f3fc289a2338592b","transactionsRoot":"0x4d443db69f02cdc448399de0da763d63724d5317cc3c97e74571ecda1a433d58","receiptsRoot":"0xfd00170ec3b52aa0ff87015567d146a56a9c84eee9e367c906eefb0d378f8827","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000020000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000080000000000000000080000000000001000000000100000000000000","difficulty":"0x0","number":"0x103","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000084d96eae26b46228","r":"0x36d9fef2f3a2f13f214ca1474bca0ca5032561bd005dc38c764d863e11dff660","s":"0x7b1b31c46002b8ba6d90a52854249cead56dabdeb7e536580ca8ead8d27b0590","yParity":"0x1","v":"0x1","hash":"0x2ebfd773d7e91e0646ce9e52003e953f286723f6931dff32e38b440d6a4a62d4"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x64858869f181d9e141a1a6a399dd95df79e05db5d264328851fb1a85cdf3381b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x043443a860098f1107abd2a95bebd7d8183ad703648260c014455e6949d6b8ce","transactionsRoot":"0xb44c3b108b7d5164ef106adb7ad9c2f18d05954d2ac239bc8b082d604f6a7d11","receiptsRoot":"0x9494e3b744021d7a59b0ea929d12e670b90876f0705435982fa5c546a57a1ea3","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000400000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000008000002000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x16b","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002f8498dda5bb1dde","r":"0xc6876f57f27302c68262a62e788fad275f41ca332a070c440005186caec817f6","s":"0x5161e9424e1273a52be2098c046ad8125d5dcba83d6787207850db4357b24873","yParity":"0x0","v":"0x0","hash":"0xdc615fa82b2bd80bb3695c81778644cdb916fa8746c7804555d04bf3b5b5fa22"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x41ff22c3cb1e6e32d427a42deab5c34a8c181d35068caa0060df05e0396d52c5","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xfe005482ce5b9237991c9bc53ad521deb1d8ac4a753e556b07cd8e04caeca470","transactionsRoot":"0x8f303f32bfa5fd45dcc21b8539c83e6e06d6ea0445596b2682b73b6faf8c5523","receiptsRoot":"0x53d65e51b792caf35bd848ea953c201994537cc2758859ef205df714e08cef68","logsBloom":"0x00000010008080020100000020000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000800000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x194","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383300000000000000000000000000000000000000000000000000000000000000","r":"0x7b3b0d4faab2db5d7ed26f4c48ab258c297bff49cefe80a296f63b7c20442b33","s":"0x1983eabee72107d5ce2ed7dd2d27c14fe938e5189106eef6d2bdaf2275ca805d","yParity":"0x1","v":"0x1","hash":"0xab45d82f38ba82cc092130fa2edf98d35b625411e27c628610071cf4f09d2a48"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa3ff5e6987f52f52d926556dd8c1b6adcd1289abf237e3ff3857a616ecdc0d8e","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa38a006b1018948ec3b6b9adeb31af84c4b8f5dca4f619888c723b224249de9b","transactionsRoot":"0x1732ad244b5564d2df6a1aa6edc6291bb56b1ec65d79e233b7fabefbf62a8feb","receiptsRoot":"0xd5990367c5270d99556349497d1c32e1def0908afefc31d69a5ac430cfbffdca","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000010000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000080000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x1ac","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393500000000000000000000000000000000000000000000000000000000000000","r":"0xbeb7481fc8a9ee71f92ac549fffefce5622d4fe22c62ca150c151d56d781cc9c","s":"0x5a3d9ca3b7ddf604a27f6d67690f771541c4e55dbb0bf9d95d4bd514e136ee73","yParity":"0x1","v":"0x1","hash":"0x1c05d58d67eea52c7e4839246f4f5a42ab5d8de443d56ae2dc82e64ea0141188"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe61ba778f87c92b9675887db68c38422eb393c36cb6ee1cd411fa96343d2a4ff","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x55e3e05308d7f4c8abd08000536e32b7de60235573dd497339b97e389165b209","transactionsRoot":"0x95f87e44f66c38fd808db62c7c4bda1ce8ce9500d96a3f8627851f50b5aee811","receiptsRoot":"0xf5bdf34006e11266e6dad242620160eff363d74150ba28f6ec7203040e233edb","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000400000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000040000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xaa","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xc3","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f9100000000000000000000000000000000000000000000000029ebf4b678942b1c","r":"0x2d5a46924487ed7510a4e45a754ca0992285a1d74ae4407323b29f4c6600e1b6","s":"0x48222099c9347932cdfe29465bb1429b3f64f7eeb4db5648f15dc235ba902512","yParity":"0x1","v":"0x1","hash":"0x2c511a50e0e7f4a26a62a69735ff0156650e7e88e29e548f5a4c83641674f968"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4bde998c586a3b2e5aae86561423ef4d7edd99ef516a2de26622f92c2fa7c170","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xad998a3387f52d531d595a6171b78679dd2e745d25aebf3ddb1099fab1a25e04","transactionsRoot":"0x0d421fb647426dedfdbd0ecbad700f203020e0f8d12472dec9e04da61193b74a","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x62","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xf4d","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x7b","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xc0543b0b980d8c834cbdf023b2d2a75b5f9d1909","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x8fdd2bf85c92c0865c6b3fbdc3825278d4ff73f72bdd96715c5b8921a43de12b","s":"0x20524448fd74a5784805e2235ee8e6ba4aed1797de4d806dc953b0d3ffb17fe0","yParity":"0x0","v":"0x0","hash":"0x93df012db1cc0bc5b4a1b4a92433313687ba09bcb03e22193418c5dd0b241ae1"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x7855afb4e9702bcc3737e09aa1755e9c9c2ead0181f2b8aa63ff6dd010db8eec","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x435f44e27afbe407a14da7bd24384abc8d801382a7ddaf6ba4763b747058ba9b","transactionsRoot":"0x749e6b527d2ef9b5a058bab93d60e297f7ad1d0caf8aead1e838bbc15568f76f","receiptsRoot":"0x7fb1410736f5e97c94da772603179200ccb9be590060f6fd4ec070f393f532e8","logsBloom":"0x00000000000000000000000000000004000000000000000000000400000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000400000000000000000000000000000000000000000000010000400000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x175","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000078999484ace91c39","r":"0x8d6533a2d5b0d6f3e37fded353d1d48a3548dba4f94ed7fef91b671d64f49b08","s":"0x701b596b0c0c88448c9ca96ba02051366dd9af0c07deea657058f6a221181a49","yParity":"0x1","v":"0x1","hash":"0xce8e831d73c197624afbc72936da76b66b0cf5788165aaf8a28b0e81a96cda66"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc7d657520afadbe5d64a2ac2aab58d358e8731b4439527a1705db43b536b07fc","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x45092f00396be14f4fdfc40f9bb0880b84d9ea932bc9f837e9e9d1a85d704264","transactionsRoot":"0x88b5af8a61862cb0aebb7cc920b9e7c0666889ba82c89b5d00d7f22d00b1091b","receiptsRoot":"0xcf23545bedccba4287829669d30e62361e379326360e46b85645ab0f97f683e4","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000010000000000000000100000100000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xdb","gasLimit":"0x1c9c380","gasUsed":"0xc8ad","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xf4","gas":"0x1152d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e0000000000000000000000000000000000000000000000003a7c536d83f91028","r":"0xa74bb3c4f739769b1b20ed2b38c1d86cbca9d57cf6dd1d903d01119bb658c819","s":"0x4f7480d4592ca92bc798347d570013a9fa2db4f8de5c963f27503cbd1e102fa7","yParity":"0x0","v":"0x0","hash":"0xb3eb8d56008c7b04aaf27e317eefcdfcab1446606cd7f8761eaa49eedcc12f71"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc5e2ed2c8b0699418652ab53ddf143f1b376769486824f1b1c30409a87947101","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xddadb4c84cf0845a59d29e60a48c8640b35ccb9ad8833fa08cf48d9b17db0f9f","transactionsRoot":"0x0137d6b040b4d8e172f81407fdacc752e71e0d4dccf8855cd468591ac920b09c","receiptsRoot":"0xbaf0cb5ed194c067047e0734eda1a1e996376a5daf4ffff7bc1bae5025b06a5e","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000200000000000000800100000008000000000000000240000001101000000000000000000008000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000800000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x17f","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000539c867c7e3bfd3c","r":"0x633fac2789a805e3d6c1f35ef1f22baad027ec77bb6dfc0563026afcad704a23","s":"0x3b9c0065635bdc5c48eb4ada0b713385ae507a9779608f298e38a1cd7194b5bb","yParity":"0x0","v":"0x0","hash":"0x59a10778ab75f1685c5fa620726577f16f832c2139c6849faaa2baba858bd1b3"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x48c07f23ec046c4162ae64ee0ac13d63cdeb8b8055b112fd022c9f8516437f7b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x815ef86d01781f087832579c6bc4edf3c0daac158add8bc4f1d5897aad233e8d","transactionsRoot":"0x2f3524f6271f6afcf82b00c1eabb9aa5a4324cf1546e89ae7ce78cb4dbdee1c5","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x84","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x2d","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x9d","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x225356ff5d64889d7364be2c990f93a66298ee8d","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x74922658e94e8cae459c129b81bab1ae35ea8ff65b32130c0f1b5371de8a3f92","s":"0x52a1b92bbe50623c13836a77bf8c5ab53505b1a390f0b14baba80a660005a47f","yParity":"0x1","v":"0x1","hash":"0x38095b64cc82e943751f6dac0b42348c917d0b77018fb2c20ff102572626033b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x0cabbd9dff5a68876e31cdcd937511dfc55b637fcdb20d8b9e9c63b5413ffbba","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x82422c08ffadd8a6d899a207dbdcd4f804b6092e98be5d1717a488afbbc30c8d","transactionsRoot":"0x79296572051101d57963d9342e90029baeb47211b908aa5db7f4dbfe59266737","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x4d","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xfb6a","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x66","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7d86687f980a56b832e9378952b738b614a99dc6","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x4c265367de88a66379052ec633d9d0fab962e53b98df78f5763630268a471a74","s":"0x49e16a4dcb8b0d8b2dab651ee8bee1de803ecff702f5e15e11d56aa1d99ff405","yParity":"0x1","v":"0x1","hash":"0xc4929f97660210edea749660950f145c83a48423f8fbeef52ee8d97ea31372f9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x7ac1eae99269bf2139a981231ebce00f88b7de86741c665e66b07435e746e737","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7608a8cd9fc4b5116c63a67386aaba5f7a02ea5fd87c7f9773b8b638ad2d143e","transactionsRoot":"0x9e09271fe85d514dc876c1612de85de04e7748fb1d445fa5112c99a5e1602c74","receiptsRoot":"0xeff37276496cf63d5959f7314926c3f9abf842104bc595b41826c0cc30b3fe5f","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000004000000000000004000000000","difficulty":"0x0","number":"0xc4","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xdd","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a45022200000000000000000000000000000000000000000000000001a1ba04ee1a41b73","r":"0x9907d985a9df882c4bce47b59cb875ad28aef785c07a4ed3a4c4945ba301d14","s":"0x640e4f61d04a03866e232ae9f12e8b40d8b5fe67dc40d6952e9bc0ac571fdf39","yParity":"0x0","v":"0x0","hash":"0xadfcffeceacae415fcab206ac05b3999f97d4351c943a0740c76e8135c44821d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x136493532569bbc0f801d8a7a0f12c85db6930eed9c93990997abe35e359361b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8dd31d7107bbf40db3491b6e57b5d25220af2b62aaf3690de6a57f7866d6d4bb","transactionsRoot":"0xda420aed83255598e0e110ecf33ea56b6f7d61e6845df545da1f2f2b8ed22f8c","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x77","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xf1","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x90","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x9a50ed082cf2fc003152580dcdb320b834fa379e","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x2f32a9b47556c12d21eef078e1205536df7fc95adcd4690a93e1f29558af20b1","s":"0x7d0faf22f2cda8cb4c3542f25fac6382cd510b505f5f9a89efb7c648ceb55bbb","yParity":"0x1","v":"0x1","hash":"0x099940b64fda4d5dacf029ad3ae5874e9d0d73f6813864512a99a90debb949eb"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x7a802b934e4020e6ca677c1bb5192004f4e10c6aa92e0708eed284326439afa3","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xfc2bfe810b2c696c7ebf52eb3aa1ed024f76d5d6d42dced7ddeb1e345d873ad5","transactionsRoot":"0x2fed5d5853f46935efd0c8de546743314c3ca966103e76ae8cbafbc6436855e3","receiptsRoot":"0x736e9807f131afe02b0a3bd584e8631b66976eb5d0b2b4c15b937fa7ce09e6f5","logsBloom":"0x00000010008000020100040000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000008000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000004000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x100","gasLimit":"0x1c9c380","gasUsed":"0x216af","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e286","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f39","r":"0x92e2bc2df8dacabf9fca658f2920f9367061706fd19d4afa2fe90c09a4185177","s":"0x109ca478c7ffe099754f0e5ffc17bfa03d9f69e7395f60786d75ab71ac524f84","yParity":"0x0","v":"0x0","hash":"0x52c90703e568764dd45ce1f3085c050bbe2314e6bbacdc58ea0ae10caa5f2545"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x93166be27d5ce011113c59a8c8b66a6532d276d34a090e0b86484791f1d711e1","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x52f1f3e62cc27ba820679ff589010c05a703f1afdcee8dc53eac62102d890456","transactionsRoot":"0x43be91c59fb902c0f186afd283d671dfed7303bc9275a0dbb4457fced6c87df5","receiptsRoot":"0xe1f410b6c1252fa515310a19c21735465f2e29ee356031e4bf34033ae2a48ba4","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000004000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x104","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e5900000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313100000000000000000000000000000000000000000000000000000000000000","r":"0x36ca06cc540599fc734f3f456ff8051b256c0ab8d9f85b9b03cce2b2d4255065","s":"0x4e1e8f0d748d16f5c8e338a10c4cbe6706cbd97ddcc9032fb587760e57477208","yParity":"0x0","v":"0x0","hash":"0xcfa92ab3e6ee415284f41387984c49859529cf72cad7a3d62ca489b6f23d1117"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x7605422ae5ca0476f2738b4993c84b977ca160e08ec9daf99b3f4593c4ed41ac","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5dd3c89650e48c52e509ea60d8413213954a87223dbc59e4bcb919a86b4b9f50","transactionsRoot":"0x7ff64076b78357800cbcdf513ea69bff6308d6b55dbc091dd7f075c3de9d4ff1","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x66","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8fc","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x7f","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x64492e25c30031edad55e57cea599cdb1f06dad1","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xb4b6a556b76d6d62a9103150c9c0b7a44a98e27c69ab9899e4e2ca6b153354e6","s":"0x7af1385a88a4181c0782e850bb19c7143906ddb157dbe07b75574564c645355d","yParity":"0x0","v":"0x0","hash":"0x5197bb581ceb03e0bec3bcf8e9b570f7ce4d02a2452340205f224a9a04d11657"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xccfa30ad31cdfa54658e2e539d4c4079cd9566a15941700f56231f302e861d06","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4c39a7d83852a8218d5af792234fa6e3363e238b1501d890784f0d77580af6bc","transactionsRoot":"0x8c87351e2dd8d1443e5f36541e9ebcc6dd9e850404a22a97418422e35d73bd77","receiptsRoot":"0x3cf964dd59a8f16eb66ed9fb9112d57ce8ebd2de868ba93805247f21ef05360d","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000400000000000000000000200000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x11e","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e5900000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323400000000000000000000000000000000000000000000000000000000000000","r":"0x86da1e2bcdb7a0c327b5f78bf5c18bf602f7ec9ba7c2f393ccf10f5887145c4c","s":"0x659309137394b375c225aae2c4fae6b874714c3f0077b0931bdd14d0f9b4e6c4","yParity":"0x1","v":"0x1","hash":"0x322018927bdc03f730872ee85d1cb1fd5090918d347946825c069fc00b1456c3"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa8efbce1aefa42e312369a880df2fa60d4e6a5c369748f01891abc44aef94db4","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x28200ea20e6a63f9aa5627254c7b7718259e87197133391d061dd9827b0e7c0c","transactionsRoot":"0x799964285971dce41419c5aa3560e8412800ff84f5f4299be5ab6b37dd93a8c7","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x79","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xb9","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x92","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x586af62eae7f447d14d25f53918814e04d3a5ba4","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xf47a1e3cadb57cbfa364e9cb9a8cc694dcfc11efddbe1efd144ec2d281254e04","s":"0x77b951701e4bbf24b58a4c0f3217533a3015d703b41449e1019d16c97582d94b","yParity":"0x0","v":"0x0","hash":"0x3520da4e5c6a10ec59fa213254d03efc352b48a1bb81ea648e5326497c7cf6e5"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf9416b0a7b5cbaa2272758a03ce543d72bf71418a8c491cf59a41841b654ee5a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x26cdcab56574e80fb6097d58fe003ef3cbe67a3384612acd384d4009ea32fde4","transactionsRoot":"0x86f02b28740ba0cae678ed72ddad9662d81b14bdefb47481b4b6638f91d20105","receiptsRoot":"0x36289f51806f9a4fcc2d7bde5e06b684df894bb7c041e80dacff36c750481484","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000200000000000000000000000000000000008000000000000000000000000000000000000000000000000000000004000000100000000000000000000000000000010000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xbe","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xd7","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51000000000000000000000000000000000000000000000000749bda47f696ad25","r":"0xc4b477cfa22301eba16a589c8f143fbca64bbcedee0297b3d0b286a0a689e448","s":"0x2442fecd245e842c5aaaa820a4f407feae93c96a72facd4fbad2da2794d56c42","yParity":"0x0","v":"0x0","hash":"0x71ad177c498ba25368a3c24d5f56ef33b7ec029da2fc98c1b0d6b8df8c886a8d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x58b22315f386eec93694a4cbbe52a7a8d0153eac66f009be2db8a6d1d12ca293","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xae6d8bd85a29f4ab6f3bcf9d1cb55ba2f95fc754393f9a79de72abefa67b1f47","transactionsRoot":"0x48d16541e28da816c46d920f4d418d222fd9cee2d48785c89bc6d7e8e61fa8d6","receiptsRoot":"0x8f9db73f9869c57424320721b925a1d86a197b5c789dc3c63787eff9cdaf536c","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000800000000000000000000000000000800000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000002000000000000000000000000000","difficulty":"0x0","number":"0xec","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x105","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef900000000000000000000000000000000000000000000000089a2b30fd4eda421","r":"0x322412e984e0a450c5a484ee49ca78eb12d4ed7d96aea6c330ba5c8d4794c232","s":"0x5fdb0e916104d8cbd4ddcc8a7d0d1ba300aab1ecbf395525e1a6ca83c1a840f7","yParity":"0x1","v":"0x1","hash":"0xebcf495a04feef074df3b331b611b317dcd1704b64589b2b02ac3d9559fbb0f3"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x7d948abd10660c156dadf7723b57ec1f63472b271dd3bbb4715f253490dcdcb5","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xfb3d105cc6cc84796958968b00b3565a71081f0ab2fd7ca2465ad3fdb77fd889","transactionsRoot":"0x2092a5a5c04263ce2ef55fdab5d9116b43ef6b4fb2495937cf972a54d556a7ad","receiptsRoot":"0x3f5b58fcf0dd98b66d9d168a94cb6c1a1affca32e9d3299cde99bb4b5586a458","logsBloom":"0x00000010008000020100000000000000000000000002000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000008000000000000000000000000000000000000000400000000000000000000000002000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x106","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313200000000000000000000000000000000000000000000000000000000000000","r":"0x569ccbd699b6e21f3b06bec13974faed928cea944ee929c1dacf4f929abc62e0","s":"0xabc9e64d4c33b315af58af19b0a640dd54962820475b3057bef64943bcd7ea","yParity":"0x0","v":"0x0","hash":"0xccb1f9b25055b9ebe6a4b5af1edda74abecceed2ea21086002eaf93a40004bde"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb85f0e2ba35c8e106458048f0e17c97303e07c0cdc908d82134c72f6314ccca0","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4abc6160f180a10259ddd87a72ffb4974519dc96f955071c42d754d9c8787275","transactionsRoot":"0xc59fb7503b01b8b67c7adae758f5b38d71a566cc1965acb96918208eec4f98c5","receiptsRoot":"0x0fb03c2a96d6eba26bb1dbe88a6b81b506d175e1a8a89e4b0739aae86b0c7175","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000400000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000008000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x128","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000009dcce783b6464611f38631e6c851bf441907c710000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323900000000000000000000000000000000000000000000000000000000000000","r":"0xd7d833e205e1a9b8b0b044cb01b28fb2a2b3b75d9473ef7594578660d04106cc","s":"0x4cb6652e2b73494ed7c95f5594ec477c69449978749402d983b4905b3dca6c7a","yParity":"0x0","v":"0x0","hash":"0xa8d73571e87a790e0c7b8e42aa7b70e00bb491ecff8c84adac894285d04b69d0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xfc3f0db5d4e7099c505bbccceb849f6dc80caf0a9c415bfc375307e2df5b3fd3","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xde515744fa6a1c706d3ec473179d0792fe4dbcfa77dda3ca0ec87c5fb5d71873","transactionsRoot":"0x277eb7917daf125961752e77bd0a30e75566bcba4a40f5ad99862bcae46d5e8a","receiptsRoot":"0x635d41eaab69e517c9fe454b9652c2a4b07c1144cdaba9598d01745516c207b5","logsBloom":"0x00000000000000000000000000000004000000200000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000004000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000400100000000000000","difficulty":"0x0","number":"0x153","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000024109a665095c888","r":"0xa55acf2c03611fae1450f20cfc82123bddaed7f10bae1b36bb5387dabe24d227","s":"0x222de9d3b58b036d6c74746b21a29024a3dd6526a2423b3eddab2b73627d5a6d","yParity":"0x0","v":"0x0","hash":"0xe6f987eff6c8a842b127b78d19c8de734e9e2a2b4ed51a295a6ccd56f4f3dec4"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf8d0aa1a83c71c7b612356777190be528c9f5068e6d5ddf0d893b6c87951fda0","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x757522e52ee72a9cede9bc4e0029d9f38dbce07fa7aac714ddce0bf1198edcba","transactionsRoot":"0xf3c78f4848f30620a646206671c867ffe53ada7d8696dba4dddc600c8482c059","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x42","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x441ba","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x5b","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x40fc963a729c542424cd800349a7e4ecc4896624","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x5a3c04bf662fe5e988ccb8c5134d88e0a5f8cd20cc185b3f68d1e7439c191c5b","s":"0x63a49debc98ceb583a105a7538a1c7f982b73e788bf3989a015fd5081e657891","yParity":"0x0","v":"0x0","hash":"0xdebb5252d693896501d029adf8c318b91e0d2159974f85f3685b2d65eb1d9809"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x80fd453c94292e20f23db48b7a8184f1654ca051cba49f303c57e55fb314fa44","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4bac72d6da1940730de1f14df91968b485119552b1eeea10feae1a188b17db4e","transactionsRoot":"0xf9f38923d1bf7007e823e8f1626a70af2baf9e31971c263a300cdda33618a727","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x4a","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1770d","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x63","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x1003ff39d25f2ab16dbcc18ece05a9b6154f65f4","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x277959d54dd7265deb93882ae0f8ec8e6b3cade89c0289bb53616a0fe14951a8","s":"0x407bc56a0daf63ea2c138ff8423da627db4f40f2690b6589d3183cf4fb1d9335","yParity":"0x1","v":"0x1","hash":"0x8d9ce0d01918c2c2a3eafd55c0f9ad9045b33348e39d83cb02a41f0bc20987de"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x904ad3773e4671fca69c2a6633dc23e2297a4a39eb348a690248c84e45a35f68","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x43348ecac66feb56e9b8a1e2b8d6e5edc4dab6092dfa88b132535321b142f2be","transactionsRoot":"0xf74adf301a3bf2f99ff45d7832351e9ea14ad27277e8cf55096e50ac6899472a","receiptsRoot":"0xc5b3ad10778b2e89fda43de9cc909861d56c72f018285ac07bdaf89636ec340b","logsBloom":"0x00000010008000020100000000000000000000000000000000080001000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000020101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x160","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353700000000000000000000000000000000000000000000000000000000000000","r":"0x92457529261f2899225be8065f199855027fecc973bc1a8936ad56b17b7a02e2","s":"0x13955909c2063a919c819d3baf00121b243e2e5c8df183f681f30c707bf5621a","yParity":"0x0","v":"0x0","hash":"0xe95de4ced86d84de3b446727333ff0baeb407bd547de7274a1b61138ca07dc3a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb1d28f617b21dbbd07474edefc4d1ece3ba8d0eb93b7ec3f6a4c557c56de296d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc05ed981348133f7fa3cc6c2bc17a4f7c6b387847a806aa0850770d3853e610d","transactionsRoot":"0x407514ceb1c18aa6f49a40d2848bdefce4941513a0a619546bb3aacc71ce2aa9","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x3b","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xad313","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x54","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x02484cb50aac86eae85610d6f4bf026f30f6627d","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x2c604911fcf71931f9889be621bb10029e3eaeb82e138b525ec52766709403b7","s":"0x7eb9e73cd1c1eb0cee15cd6c085b8b77dd5da4efa8816a3de925914a34519aaa","yParity":"0x0","v":"0x0","hash":"0xa1892bb30aedd8c1483a6ba1efb3ac582b0925aaa420d2ec648cbb8d2de1029f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xdf514d289855f3f2160896c967655a6b60c80229e2c917d44bb9396884ca5cd7","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x880f88294716f178a5e07d16f3c624fc0ce0f66d3a6ff63a2432f58e66561818","transactionsRoot":"0xf9b5922a4361bd835a28360efb515832a4387e98d5900540403e66c1d138445a","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x54","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x62e0","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x6d","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7ebb637fd68c523613be51aad27c35c4db199b9c","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xfb9761492dd397360103a995d2d8c45b0989a72aa2aa1ab39db8bb04683d86b7","s":"0xfbac34b50fe4db633f1d7886526cdc9ab9335b340b21b30d96e89ba79120f43","yParity":"0x0","v":"0x0","hash":"0x158d1e6978667b4da440091c6a458f648c216c0d5fc1162c14f528b6e7bf27db"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x3642a3cf3d405751edb01df528ce1b409be7c0ad0e37ce557bda5ac9f7eadbde","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x1ef3d9ac72172b12e6b4d332cd0a3dd6f8c5bb9f7ee7e030bc828e36870a4299","transactionsRoot":"0x34043304f04aa51c36d157c68e13b65d5cce62a73d80e3cdd462d6ecce9df32e","receiptsRoot":"0x5bc908b6e03a052141e1b4fc3497cba38580974c43f1037e27b98ad3958aa750","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008002000000000000000200000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000002000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xb5","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xce","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea150000000000000000000000000000000000000000000000008ab268a9fc9a4827","r":"0x5e5f9620f6b9c69dbcdedaa4b56ae71f40ede4044b6a39cdb1639ba82752b94e","s":"0x31c9c527dba2ef3b561f5121c541a465d8d424e5558325f37fd0b14ff308c69c","yParity":"0x0","v":"0x0","hash":"0x3122e8e523e6a1afbfd053db5b44d00ab7ee84d1cc9ac53bee3f75fd3a8a4b61"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xea76370b6aad4512eabc3313a6606ff537747ac7bd68f71495e100b2a2bacd8b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x74f2505af3ccaf5d7d7746be785789ca4749556ac1156ff367a0dc6b9649770c","transactionsRoot":"0xc5fccedd86e645e61d84ba1e02d4e171604ef7a035ca6ae076717ef74f156505","receiptsRoot":"0xaa8e3fb68e16e76de2d719fdbbc932ab930b06500856a8300ca21fbe75d08fb5","logsBloom":"0x00000000000000000002000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000800000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000001000001000000000100000000000000","difficulty":"0x0","number":"0xf1","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000005d9f943ccb6a86b8","r":"0x5bda2fe2235a1a1aa78bc64efad30d9986af96b45eda7688232f7aec3b9f0754","s":"0x876228b001a47f572b66c9882c3d3a17610af2d715a81f8f31d386ac6f79e86","yParity":"0x1","v":"0x1","hash":"0x6eddac1a500edd95c366b4f0369b5eefe544a7f7e849c8a9a3d1724099e6dab8"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x9df5dd6c603f374823eaa685a8fc19c01bc5995dedc287e1a73f1928b7ff1f15","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xaf74601f70e1d8271128d881869524b93bc7b0d4d3864ff584df5aa59423872a","transactionsRoot":"0xf2ac310b2f7c6c1c5fb4aed7d64e22bc8a2f2270fccbdd079509aff340aca6fe","receiptsRoot":"0x334ad828b60abd4ddf369636e929e09abd763aeed223dfeb3229343b108abf7a","logsBloom":"0x00010010008000220100000000000000000000000000000000000001000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x178","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363900000000000000000000000000000000000000000000000000000000000000","r":"0xa56653f620d1196c041ff18142a497318ffb8883816b16efb859a99f3b7c4815","s":"0x5477bea6691d540f6f7ea3388c1c17be89aee914b1cd5a046b204c1bd67cf03f","yParity":"0x0","v":"0x0","hash":"0x741fa10c0d87c8454fe0055baff268a6ef5cfc4f6aac735930247558f916bde8"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x670f3a2c39ee6b0808cc679d55b612730c7e79885083813ba2cd9a331fd3ce47","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x92d42245eb8666513759889d799e5af53a95b6da040adbfea345e6d1396111d1","transactionsRoot":"0x00378877dbd34a028f562369d494e244c5e64d0c1c9ac8bd76e7ba5ceabbb156","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x3d","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x84a75","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x56","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xcfce9189c69a2c7389bbb2c95b0cc7a3fc1cb7d1b8af41260a783b5a4c1b527b","s":"0x4ddafd77eb59ded73ec7041f89cd86b9b4879399de1a71df88168993e86540b0","yParity":"0x1","v":"0x1","hash":"0xbfdb74f68ab3f07f1934ae886bf8ea9b1794c9f2dc0d8f5b210a0d61f40e762d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe48b7b246235639470140b2c84bd6a8e957eb95b72c88f51442f1374b0e88d8b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x2e27bda3305961987d32f9242b78bdaea4705c50b9af583ccd55c34e95a5bdf7","transactionsRoot":"0x67686f1cec2567435aefee46bf5f7bf7078fe331f6fda72c99e843e2b80012fc","receiptsRoot":"0xc5196af9b6baa87b30f822f8b56b8af453adbc8ca84ce7d3d3ce86fd6695a2b7","logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000400000000000000000000000000002000000000000000000000000000000000008000000000000000000010000000000000000000000000000000000000000000000000000000000000000000400000000000000000080000000000000000080000000000000000000000000000400000000000000000000000000000000000000000020000000000000000000040000000000000000000000000000000000000000000000000080000000008000000000000000000000000000000000001000","difficulty":"0x0","number":"0x19","gasLimit":"0x1c9c380","gasUsed":"0xe4dd9","timestamp":"0x67fe6881","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x372e6e5","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x29","gas":"0x11d385","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x60a03461011a57601f610ffb38819003918201601f19168301916001600160401b0383118484101761011e5780849260209460405283398101031261011a57516001600160a01b0381169081900361011a576080525f5460ff8160081c166100c55760ff8082161061008b575b604051610ec89081610133823960805181818161048a0152610a710152f35b60ff90811916175f557f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498602060405160ff8152a15f61006c565b60405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608490fd5b5f80fd5b634e487b7160e01b5f52604160045260245ffdfe60806040526004361015610011575f80fd5b5f3560e01c8062bff04d1461065957806312d1d74d1461061457806326d941f2146105535780632ed583e5146104b95780636d14a987146104755780638121906f1461043957806389026245146102ca578063a48bb0ac1461024d578063bd29b8cd14610132578063caa3cd7614610118578063e2e68580146100d45763f34109221461009c575f80fd5b346100d05760203660031901126100d057602063ffffffff6100c46100bf610849565b610c59565b54821c16604051908152f35b5f80fd5b346100d05760403660031901126100d05760ff6100ef610849565b165f52600160205260405f206024355f52602052602063ffffffff60405f205416604051908152f35b346100d0575f3660031901126100d05760206040515f8152f35b346100d057610140366107f5565b919061014a610a6f565b4363ffffffff16915f5b84811061015d57005b8061016b60019287866108de565b3560f81c805f52600360205261018660405f205415156108fe565b805f528260205260405f20845f5260205263ffffffff60405f2054166101ab82610c59565b916101ca6101c263ffffffff855460201c16610968565b809483610e1f565b6101d48382610c1d565b928584018963ffffffff8254965416145f14610211575f9150555b828603610200575b50505001610154565b61020992610b68565b8680806101f7565b50815f52600260205263ffffffff60405f2091165f5260205261024860405f2061023961086c565b908a82525f6020830152610b22565b6101ef565b346100d05760403660031901126100d0576102c66102a161029b61026f610849565b60ff610279610859565b915f602061028561086c565b8281520152165f52600360205260405f206109b3565b50610a4f565b60405191829182919091602063ffffffff816040840195828151168552015116910152565b0390f35b346100d05760403660031901126100d0576102e3610849565b6102eb610859565b9063ffffffff6102fb8383610c8b565b1661030d610308826108c6565b6108a0565b9281845261031a826108c6565b602085019390601f19013685375f5b838110610374578486604051918291602083019060208452518091526040830191905f5b81811061035b575050500390f35b825184528594506020938401939092019160010161034d565b6103858363ffffffff831684610d86565b61038f8288610980565b5261039a8187610980565b51156103a857600101610329565b60405162461bcd60e51b815260206004820152605d60248201527f496e64657852656769737472792e6765744f70657261746f724c69737441744260448201527f6c6f636b4e756d6265723a206f70657261746f7220646f6573206e6f7420657860648201527f6973742061742074686520676976656e20626c6f636b206e756d626572000000608482015260a490fd5b346100d05760203660031901126100d0576102c66102a161047061045b610849565b5f602061046661086c565b8281520152610c59565b610a4f565b346100d0575f3660031901126100d0576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b346100d05760603660031901126100d0576104d2610849565b6104da610859565b6044359163ffffffff831683036100d0576102c6926105309260ff61052a935f602061050461086c565b8281520152165f52600260205263ffffffff60405f2091165f5260205260405f20610a36565b50610994565b60405191829182919091602080604083019463ffffffff81511684520151910152565b346100d05760203660031901126100d05760ff61056e610849565b610576610a6f565b16805f52600360205260405f20546105b5575f5260036020526105b360405f2061059e61086c565b9063ffffffff431682525f60208301526109c8565b005b60405162461bcd60e51b815260206004820152603160248201527f496e64657852656769737472792e63726561746551756f72756d3a2071756f72604482015270756d20616c72656164792065786973747360781b6064820152608490fd5b346100d05760403660031901126100d0576102c6610530610654610636610849565b61063e610859565b905f602061064a61086c565b8281520152610c1d565b610994565b346100d057610667366107f5565b90610670610a6f565b61067c610308836108c6565b92828452610689836108c6565b602085019390601f19013685375f5b8181106106e9578486604051918291602083019060208452518091526040830191905f5b8181106106ca575050500390f35b825163ffffffff168452859450602093840193909201916001016106bc565b6106f48183866108de565b3560f81c90815f52600360205261071060405f205415156108fe565b61071982610c59565b600163ffffffff825460201c16019063ffffffff82116107e157836107448361077f93600197610e1f565b805f52600260205260405f2063ffffffff61075e85610968565b165f5260205260405f205415610798575b61077883610968565b9087610b68565b63ffffffff61078e838a610980565b9116905201610698565b805f52600260205260405f2063ffffffff6107b285610968565b165f526020526107dc60405f206107c761086c565b9063ffffffff431682525f6020830152610b22565b61076f565b634e487b7160e01b5f52601160045260245ffd5b60406003198201126100d0576004359160243567ffffffffffffffff81116100d057826023820112156100d05780600401359267ffffffffffffffff84116100d057602484830101116100d0576024019190565b6004359060ff821682036100d057565b6024359063ffffffff821682036100d057565b604051906040820182811067ffffffffffffffff82111761088c57604052565b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761088c57604052565b67ffffffffffffffff811161088c5760051b60200190565b908210156108ea570190565b634e487b7160e01b5f52603260045260245ffd5b1561090557565b60405162461bcd60e51b815260206004820152603560248201527f496e64657852656769737472792e72656769737465724f70657261746f723a206044820152741c5d5bdc9d5b48191bd95cc81b9bdd08195e1a5cdd605a1b6064820152608490fd5b63ffffffff5f199116019063ffffffff82116107e157565b80518210156108ea5760209160051b010190565b90600161099f61086c565b9263ffffffff815416845201546020830152565b80548210156108ea575f5260205f2001905f90565b8054600160401b81101561088c576109e5916001820181556109b3565b610a23578151815460209384015167ffffffffffffffff1990911663ffffffff9290921691909117921b67ffffffff0000000016919091179055565b565b634e487b7160e01b5f525f60045260245ffd5b80548210156108ea575f5260205f209060011b01905f90565b9063ffffffff610a5d61086c565b9254818116845260201c166020830152565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163303610aa157565b60405162461bcd60e51b815260206004820152604d60248201527f496e64657852656769737472792e6f6e6c795265676973747279436f6f72646960448201527f6e61746f723a2063616c6c6572206973206e6f7420746865207265676973747260648201526c3c9031b7b7b93234b730ba37b960991b608482015260a490fd5b8054600160401b81101561088c57610b3f91600182018155610a36565b919091610a235760208163ffffffff8060019451161663ffffffff198554161784550151910155565b9160409063ffffffff60ff7f6ee1e4f4075f3d067176140d34e87874244dd273294c05b2218133e49a2ba6f69486610ba08583610c1d565b80544386169086168103610be35750600101555b1691825f526001602052835f20865f52602052835f2082821683198254161790558351928352166020820152a2565b9050610c1891508383165f526002602052865f208587165f52602052865f20610c0a61086c565b918252896020830152610b22565b610bb4565b60ff165f90815260026020908152604080832063ffffffff9490941683529290522080545f1981019081116107e157610c5591610a36565b5090565b60ff165f90815260036020526040902080545f1981019081116107e157610c55916109b3565b80156107e1575f190190565b60ff1690815f52600360205260405f2054805b610d2b5760405162461bcd60e51b815260206004820152605560248201527f496e64657852656769737472792e5f6f70657261746f72436f756e744174426c60448201527f6f636b4e756d6265723a2071756f72756d20646964206e6f742065786973742060648201527430ba1033b4bb32b710313637b1b590373ab6b132b960591b608482015260a490fd5b825f52600360205260405f205f198201908282116107e157610d509161029b916109b3565b63ffffffff81511663ffffffff84161015610d755750610d6f90610c7f565b80610c9e565b6020015163ffffffff169392505050565b60ff909291921691825f52600260205260405f2063ffffffff82165f5260205260405f2054805b610db957505050505f90565b835f52600260205260405f2063ffffffff83165f5260205260405f205f198201908282116107e157610dee9161052a91610a36565b63ffffffff81511663ffffffff85161015610e135750610e0d90610c7f565b80610dad565b60200151949350505050565b919063ffffffff81541663ffffffff43168091145f14610e615750610a2192509067ffffffff0000000082549160201b169067ffffffff000000001916179055565b91905060ff610a2193165f52600360205263ffffffff60405f2091610e8461086c565b9384521660208301526109c856fea264697066735822122073d69d99b7da3e1c539a955b25cec556431b6a1eda537cde735f5e974534fea364736f6c634300081b00330000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f373042","r":"0x5d54fe85be159061b420322d19a5a7ab6e84575c16f88ae21337f301732b97f","s":"0xea9a80180a87f3e2b1f931445e24b9e1c3548923ae0abb928b207a1d520021f","yParity":"0x1","v":"0x1","hash":"0x896bc15ac8b1e7bdf776ddf34b63845de569527c81383e5160ffa0ced2cffb69"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x2a","gas":"0xdd7c","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","value":"0x0","accessList":[],"input":"0x99a88ec40000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e80000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c98528","r":"0x11c1791ed8100712714b5b447c23192ec29656a7aadd378bb60c89b35c03b873","s":"0x2053e7e29b724cddc707e5b48b94a5147d16395553f61e55a2361972f4de27e","yParity":"0x0","v":"0x0","hash":"0xa21bec5559d87f4429ec2e669e27d400127d5a1ea9203be2334a3a22f4c321e0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x407b0df3973c18058506f82cf9c59680218e5ac93fca9fe6582c1ac3e424f86a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x0b8066a277ce1f44684605752411f35a5e522bbcc54ecb3b4b667df3f42e0789","transactionsRoot":"0x71ec09a0557ff2533daeaae3702a705283b9c80ac8238e6f9cbd0a8b2004b199","receiptsRoot":"0x97f6c7762b21eaa8376cda8d52f4645eec6e387aaa3edba1ed5dc39c8963fe54","logsBloom":"0x00000000000000000000000000000000000000040200000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000080000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x90","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xd","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xa9","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa900000000000000000000000000000000000000000000000086759309fd1fd327","r":"0xdfdfb43d44187fb3b25b6af927c4847822adfc9a44c902c4a002b5d234258ecd","s":"0x47085b8e3481669c45325a36725eb4065912bf55580516bcab898da39872f2bb","yParity":"0x0","v":"0x0","hash":"0xa0d9a2504f618ab886174da7e7f3626ba563a0487184153ada0370ad0eaa4448"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xad1cda9cb02be66b88f1497fbe8e1bd7f0525bd07364ae3692ea6cd91b13648d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd060da6a063220e6a7cc6a96baaa3d620a412f658bad5018d36dfae7e4453eb2","transactionsRoot":"0x8af86dc4a8195b68cee362207648ec81d0a4f232d65834a4a1b8704d0c16f5b7","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x28","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x885564","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x41","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x3c44cdddb6a900fa2b585dd299e03d12fa4293bc","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xb9a2cb4f5c8cd7f170823f23a56c93e298b6e96c4c5b3f620fe27b8fa69aaa14","s":"0x2c57701f051a081c66e166dfd0ae08ba26b7b2c7a738c094dd5bdc294f031e32","yParity":"0x1","v":"0x1","hash":"0x5aed79cad402a2b11bb1badac39f29c6d6958e92ba87eb1d9bfe3249806737d7"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa977a49af2f56f278cce82ae5631137146e62fd93460aca61403259d10e8515b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xcd8b3f105d90e70d953ec68ad4a2ae2e099c48aed2820930bdedd0fb5539c17d","transactionsRoot":"0xa5897a7fb1e027f595e02f19517e200187f99be03630ac860d3aaf9149210e73","receiptsRoot":"0x919ef971700d7c5843c60995e62714c8085a4c6e6a25bd6b45565ee33b70d4bf","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000080000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000800000000081000000000100000000000000","difficulty":"0x0","number":"0x1a2","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393000000000000000000000000000000000000000000000000000000000000000","r":"0xd2ddb638c0553e8051e6d0854ef080332a6b64135fa3dc760d47967cd11490a0","s":"0x62e70c675abc77da348ec87a9fdc4b0e26f47bf04cbeca268338e53088a951ef","yParity":"0x1","v":"0x1","hash":"0x768edceda2c5a73fe05954b893640a88e56d3ffb9c5a5fdd529e802b96fdd734"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x166efcfbc76f10e80e64e7c3f00eb5c1cb290f66acd557c2e3c738f903026eb4","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x53f50bbce1cb778d9abeddb80c9c27c0dd6f3f78f562c41e165f634d17af33c3","transactionsRoot":"0xa1e3a673c3c96c5407f173192d7c341d617ec25fffc90a8bdcd86a0f6200e7ec","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x3e","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x74186","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x57","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x61097ba76cd906d2ba4fd106e757f7eb455fc295","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x1356d3ef39063d547a16c092324c9ec0153774774bf0deefa4cf964d411f7174","s":"0x386902163abadb6c4bac7e962743c76172e57d783057670af46f1706e009a704","yParity":"0x0","v":"0x0","hash":"0x27dc61eaa41926852624e87ab9bdb78e9c22185a3dc06b9d0ac5927969e2efc0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x86222ab012c358c56ea1a82b2870d68cceda7bd292c59f98ae26fa5f11ab5f10","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7763180d1bdb4d479e6d27e4379b44b54937c36814c0ef755a8d3243f7adab64","transactionsRoot":"0x4e5809381bcc31ce9b38a2e62e3604af508eb795dc7d39c96c05b3e1fcffce59","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x52","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8117","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x6b","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xc004e69c5c04a223463ff32042dd36dabf63a25a","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x98ba9a158ee7571fa30d8a834367b75f10771cafb8bac05571a43c35e0fbfcd","s":"0x112050d9dd4044facb4faec042954635ff6a4a4e4376596a00e0282caf21d25b","yParity":"0x1","v":"0x1","hash":"0x5f8404e36c48bf97a3ca3fdb2fc8ba13f93407a3ceb0df35948119db41f83608"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x56135475beb21df90fdd294fd3c24dc95323b4267fd119e661d5b5b0fd9a985c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x836e3560a1048c339c03f721790acf096cb74848c57b22a7a528a2c6d7193951","transactionsRoot":"0xd0c2376044ad4510c04591feefe044c748e762bd0ede3918c8dab9ceff07df05","receiptsRoot":"0xb5d7ffb05b381da4fa005bcd7d0cbf6a4e197a1eb8b6497b2e9c0f01857778cc","logsBloom":"0x00000000000000000004000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008800000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000040000000","difficulty":"0x0","number":"0x111","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003eb75af02a4d70a3","r":"0x47cb4dad8b6d7b3ec2950c82bab26b08b46185e4ed33bd47f6b6f3d349876242","s":"0x77a2a946328acc78137298f97219362367f2fd590c92988e79d75fcfa3045a68","yParity":"0x1","v":"0x1","hash":"0xdcc0fe3cb053f5a13ce7ac1979d9f4756c86fe0f432c2ab0e28001950aebf7a2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x80bf34269bdd39ffb6c3556280e150ee6b4db20a7996d324f4920f89062d96a2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd5e41da013ca69a49bc49ce1bd820a3267d79a9712f4aeddb3f0792a7b6968f0","transactionsRoot":"0x420f21842f1291aac78b66cbe6bbcea6b7f1b8bc7a098a7bb7a4245827212043","receiptsRoot":"0x10d51124900fdcad7fd9941f5ef93a6b6137cf1119f321a90ed27f54f8b78740","logsBloom":"0x00002000000000000000000000000004000000000000000000000000000000000000000000010000000000000000400800000010000000000000000000000000000000000000800100000008000040000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x187","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007ee8b22590a6071f","r":"0x171e80d7aa8bc5b8d09abd813474fbbf4b504a3ab9a01ff103f082f902d3aeff","s":"0x6c89d36772593587a92de38979e8a03e1cb59e16c6537fa6da37bd67e00beb73","yParity":"0x1","v":"0x1","hash":"0x6ea001d173714f110c59d67d72974b6d3c4f4d9c8299348c95b74129337f5ec1"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x85a3d087b2f9d4d69ec6b8c148a753ca10ec17657a7db6eb13a4715785b754eb","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x1581fbe167e528154fb178612003cb3e7b0ae8c50cdf24d768b9626bae654782","transactionsRoot":"0xf6acda2ff93d364176a701f3ec7ff090ecea7c487a31981d5d9fe287d41b3880","receiptsRoot":"0xd43037893bb73a160553ba402ca96f2521440e8ddc682030f5a41c31a012f8b9","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000002000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000200000000000000000000000000000400000000000000000000000000000101004000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x188","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373700000000000000000000000000000000000000000000000000000000000000","r":"0xaccd98d33a50fb877a54e8c160b5a237833e5c9e75582b56441d1578a0831d04","s":"0x2687f55b721d5566218e17cd21d03a80487ed944fd5ac1d0263f8d0e184e4cc9","yParity":"0x0","v":"0x0","hash":"0x9a4ccf12d8636b668876146f8aeb8e495de60d556997cdd5218d0e61cc1a88bc"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x61088176ca71d8c0e3778ca36754a30b6c966acf6e4848c80fe3a10aed684fc0","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x15de4e0186f38f3b93b56e9e4602e58d9499c42e567639bb350f0857b09761d6","transactionsRoot":"0xa43bcdf1eedb7d4de86241ff0138f4a41234b7f7e5ce3174aa39312001f19d58","receiptsRoot":"0xa11cfc5e29eb24232f7ada5c7672e81062c8fd0f7b6814f42bee0be1de239ea2","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000200000000000000000000000000000000000000000000004000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x134","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333500000000000000000000000000000000000000000000000000000000000000","r":"0xbcf7d0c907b3b923d957a2924a4e0a23dcbfe151c86cfb92561d67e59d589f6c","s":"0x56508250ed6f2cd986c05109ac4dcaf257db95b4251b3cea91d4d3245c4cdc49","yParity":"0x0","v":"0x0","hash":"0xc536cfbb12f7b7656e8c00ff4c9f2e6c12a23065efa767329c00227b910ef684"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x97f7f1ad21f530c89ddc6d893a9b51c73d3abe9e0832991841a65bb0c499f23f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x82cab408981286b53f82cacc8b1bf36b0db2cc84533eba3675838a8664fd1076","transactionsRoot":"0x0403e45eccf6c9c974b1f0058d80a28cebbd033cdbb0f34680cd01abc69ff40e","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x88","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1d","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xa1","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xfe0f143fcad5b561b1ed2ac960278a2f23559ef9","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x7a90970ddaa5294fd44825ff42fa3fbabae767227ec891eab3b653a01de71c61","s":"0x1e16e3108531e1ed2157c55e65ef0c498bd507d789f6cafb5e1278d0936b346b","yParity":"0x0","v":"0x0","hash":"0x3c0c86152500ed63d942861c794932dbc2c294207a564a41884add4ff23c529c"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xdc28114caea36c9553dca94a12fb727da36221fab33edd8db0ab80ffd261afae","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd20dde734556804cd41d57d0be18183bdd1c31e090c8424232dcc7d019ce1051","transactionsRoot":"0xc105bf06ed77edb821b6471a0f621c19ae4d443b1b900df2f441d202d58acb2c","receiptsRoot":"0xd5281b03d4d99df659a1e2d7679bcf11710b1c95d2f5a9104e0b2bdd27a8ad1b","logsBloom":"0x00010000000000200000000000000000000000000000000000000000000000000020000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xcf","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xe8","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad90000000000000000000000000000000000000000000000002d140bef1be0a9d1","r":"0x6b671d29685e5ca8e04f7bb3550b90cf88d38843c1f152927d2d3f5165cb3486","s":"0x7f9562ce12b1be1e6288c9aa71fc50bff2cf4c5e2c0c1102cc37130a958fcb52","yParity":"0x0","v":"0x0","hash":"0x631178f076ca6f11b471886e6afdbff187ddc0a696c6fcbdfe06450cb7135142"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x2b79f79c99f73165b50921bef0bb996a8c6a3382111536e01890379157179ae1","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb0c05bbc401a4f18e19e100c1a6a5931395011ff9bdb5bcef9f9af23a5c2ba61","transactionsRoot":"0x38402ee0e11047f3f8f6053f7e0497574e7cb339933d78a0e79203658869a2a0","receiptsRoot":"0xde20af43bc30bbbf89251aa482e7298bc7307575e00e93a576a234dff1297ac0","logsBloom":"0x00800000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000020020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100008000000000","difficulty":"0x0","number":"0xff","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001c712bd73fa1ed3c","r":"0x416860124cfdc36f50bfff63f3337c311b63975b9f733de589ac3fa190fb7a8e","s":"0x3edef7d5078e9f00b3063d540552d79dcb04b9be3221448202fb19edf92e8776","yParity":"0x1","v":"0x1","hash":"0x6c5accf0e94f9f3afc9a6da1d1c522e1a40a97b2d508aeba7efc1e0b0fa10307"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x3a695befdd4102bf276bb217d170ed992aaafb77dce0bb93b9540c28d45ee326","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x6f05d1696c2b69d6c77c47b1b6af3e4d06fe6b9ba1b641f09acda0161aa1e146","transactionsRoot":"0xc8a176dbbf15e21e0e1fc5840c084bd4d2bbfb0355163cee7188f7024ab5052f","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x4f","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xc092","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x68","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x08a2de6f3528319123b25935c92888b16db8913e","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x1d5a74da9180d55c2f490e526a99e24385382b2201887dda7514309364698a6c","s":"0x377a93ad9786e693727cce9c6ea0ce578a2567f747ff0a45ac3caed94c4a0633","yParity":"0x1","v":"0x1","hash":"0x781f8fff1979ea99bae9a5fb9bf7d84e1360a11adc9f5730c5375fdea68747fd"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd3ff25df03163cd3b842e7830739dab8d3762bd770584d84851df6ce5e2cda88","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xde0e1b49a9386ae9e453551a79f259e4b7380587561482f30094901c756b9f97","transactionsRoot":"0x5d4af3ca1027bc2fe9fb5756d75f32e5fdfb125e6266d143d14bec98c2b3889f","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x68","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x6e2","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x81","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdfd99099fa13541a64aee9aad61c0dbf3d32d492","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x9a20ce33d6aebb1dcd98357f6927ca76069f11db32d594e820c0a4200cfc547","s":"0x1182d2a4c31f360bc699bd4d1a380777ed437c52a5e2b7e4f06d1aca87c5e306","yParity":"0x1","v":"0x1","hash":"0x5b3a840a31cda7f3f56907efc3a5145354c882c9c7f11644ddc1684ce4e4eade"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x32e19a601425e960680afba244de0bac0cac4ecf109bc25c5a50e446705645c9","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x88b5575961e78b386576bf1eebcbaddf1d7fd5cb9dd5861692b971df56004ca2","transactionsRoot":"0x23a5d408655b0e74cefb32d3bacd9aa7563c04e91410f9e886d4bdc04c91c84f","receiptsRoot":"0x4b8d69ba235a999af92bd93a26880cfc8462203927020f7b4d5aa87e2b9afd8f","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000800000000000000000000000000000000000000000000000000000008002000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000001000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x9c","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xb5","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c000000000000000000000000000000000000000000000000058ae5cd63f90f417","r":"0x4afa4cc4b6070fdd35cdb637b7cec9b033479919c61f5b3c1dfce9bf31ebe3d0","s":"0x29b0076f161b58ecdfd90d127293708bfdd7c3866f0c03ff47e0794015b9cf2b","yParity":"0x1","v":"0x1","hash":"0xd1f2991b1e14f81951647c7ba48ee523f1f56c5b15a0c87b488f1ead118f10ea"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x1b3e816a18338fb8dd9a517e4dd73c4ef958c782212b67839842cc294f8ef0c9","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe3b339c77860abd1372d451d63d4ddb5d01b0932a826b880cc3f01d2518818ff","transactionsRoot":"0x0851317ac4717d74948438268048872e1c2766c2ad8ac13c72a5618b00d10205","receiptsRoot":"0xec85126de6097abe9b5103d94633d35d961ecc5bea3995e259c4d54d6c021482","logsBloom":"0x00000000100000000000000000000000000000000040000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001800000000000000000000000000000000000020000000000000100000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000002000000000000000000020000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x8","gasLimit":"0x1c9c380","gasUsed":"0x47561","timestamp":"0x67fe6880","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x196ec481","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xb","gas":"0x5cb60","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x608060405234801561001057600080fd5b506040516104e43803806104e483398101604081905261002f91610151565b61003833610047565b61004181610097565b50610181565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6100aa8161014260201b6101a01760201c565b6101205760405162461bcd60e51b815260206004820152603360248201527f5570677261646561626c65426561636f6e3a20696d706c656d656e746174696f60448201527f6e206973206e6f74206120636f6e747261637400000000000000000000000000606482015260840160405180910390fd5b600180546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b03163b151590565b60006020828403121561016357600080fd5b81516001600160a01b038116811461017a57600080fd5b9392505050565b610354806101906000396000f3fe608060405234801561001057600080fd5b50600436106100575760003560e01c80633659cfe61461005c5780635c60da1b14610071578063715018a61461009a5780638da5cb5b146100a2578063f2fde38b146100b3575b600080fd5b61006f61006a3660046102ee565b6100c6565b005b6001546001600160a01b03165b6040516001600160a01b03909116815260200160405180910390f35b61006f61010e565b6000546001600160a01b031661007e565b61006f6100c13660046102ee565b610122565b6100ce6101af565b6100d781610209565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6101166101af565b610120600061029e565b565b61012a6101af565b6001600160a01b0381166101945760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b61019d8161029e565b50565b6001600160a01b03163b151590565b6000546001600160a01b031633146101205760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161018b565b6001600160a01b0381163b61027c5760405162461bcd60e51b815260206004820152603360248201527f5570677261646561626c65426561636f6e3a20696d706c656d656e746174696f6044820152721b881a5cc81b9bdd08184818dbdb9d1c9858dd606a1b606482015260840161018b565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60006020828403121561030057600080fd5b81356001600160a01b038116811461031757600080fd5b939250505056fea26469706673582212207a1dbf8c64c0b5de37d6770ae1cc181db5b9ab7144084795b6df045324c76ce764736f6c634300080c0033000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad788","r":"0xe2ea5f73b574eae84cc920daffb2b851f8dccea789ed184addb34dcbf4ea96d5","s":"0x6cad6fb771b90e6694c64fee8870cd9994b21f6f79948fd423a2cf55a81ea5d2","yParity":"0x1","v":"0x1","hash":"0xe7ad32f0f4f461c4ac2d2f14c02fd2f24c200a1bc70f9ef6e2ac726fc51528e2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x9c14cca2a991b91841ac7feabb83437c35db304be83a8e02cc3498c39468b39d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8c3d7fbebe7e0c11b301285aad188cf556063d08d4e81db82e26194566e62585","transactionsRoot":"0x336d64359306f3bf9e7555be364acbc250962e7f4168119665105c488927bd50","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x57","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x4248","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x70","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xd4a1e660c916855229e1712090ccfd8a424a2e33","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x3c1724b69299ed17a4abde8686371bf12990f12bb5726d949880fe6fdd210175","s":"0x77ca3c2b356c2c4c8d1547369a7103db3a9ac726f1fc2771960971cf99e334be","yParity":"0x1","v":"0x1","hash":"0x17faea2eda1d16b354d15428d79dad8aea49ec58e05093a18b0e6c8d09b29c77"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe86634204b0581126b81c33fc21356a5cee4b0699c4b5867415ae77c04626397","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8e114dac3b580ac4b7c3e0d08331e37a985ce92df96e126adb961d9f9b409ed4","transactionsRoot":"0x075880d878f5ac1175c495c3eff3d813a7e125d532a0ebc2632fe79933904871","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x78","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xd3","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x91","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xbc8183bac3e969042736f7af07f76223d11d2148","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xdf552ad61d05839f6bdd214ac9ec63f28ed996c71292f17c742b83caf99cf449","s":"0x3fcb1514731be8355a3463199c72b65a74c6056d0568d0d9beae25cd6ba8981a","yParity":"0x1","v":"0x1","hash":"0x1be4de5fbd6a784ff8de8a81f92f855f2c32d1eb1d28be4f98b49016ae3eac1c"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x70df02206eff7a5c098d1c0705726342bc3cfbd8eab5d1bb0de37c997cdc70c4","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x0e487e41d06992e9df4207d20c88296a10110ee684707bee95debd14cb2780ab","transactionsRoot":"0x576594d9720e71ac5269149ceda700abede716c7806c0f894765436c405f5f79","receiptsRoot":"0x3affee0c8303b2c37edd752dd4195a253568c7a4d1b2b04b12d5bff4148e80f8","logsBloom":"0x00000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008800000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000040000000","difficulty":"0x0","number":"0x9b","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xb4","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e0000000000000000000000000000000000000000000000003eb75af02a4d70a3","r":"0x986645bbfeb31ba8f1cade1c2280f51f4e26f98bb998e622d3302b1fa854f18c","s":"0x51aa5ad32f45f0a753d32d5edd13b3b5622fa59c3cd154a1c1067a1d00709773","yParity":"0x1","v":"0x1","hash":"0x68ea7520324bbc8db489695baf5ac95958dbcce084dcbee7e63d738b737410e4"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x3a9806ce07425ab49b2065108815db1f6073e5bf69424bb9b441bd749a4ad23a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x2225046b9f6f8e346dadb19c0f094941b7f1cce885729642cc95328fc7458eef","transactionsRoot":"0xb6e1e4085fd6b889e17144df221a98f419f42ef2c623573879744cc36c4c619e","receiptsRoot":"0x4a0c575b097d0976b5924bac07e38376c9de2e2ca152007fc8c6378f314fcdf1","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000080000000000000000000000000000000000080000000000000010000000000000000000000000000000000020000000000000040000000000020000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x159","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004047d566deddfa5f","r":"0x51fbfc3052a6e31012f31a9b5b9bcd321e50d1d8025621d5840efe96c370b297","s":"0x3ac243b17133c87141a9b1446a199e36c9a06f173cd05b6e3faefaa628b6ff98","yParity":"0x1","v":"0x1","hash":"0x930ee807345ba98650ccc1a095149dd1e167b3d47716ed283dbbd3202efee434"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xbb394939731ef2fe64b8f6b451c2dee2be393fe241fc539c43940c0ab6f5d5f7","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x401e42e26df9d30c67a963a7857edbbc3c13f51fd26049537f4d041eecd6c7b6","transactionsRoot":"0xb678c091472780c18f8ceccaa42703c9432a014df7cf96c94caf4662f82b66e5","receiptsRoot":"0xd7c529f0cb36a010a0b64ed1f455062a2adbc2b1f2b977a35398ba0040c6a957","logsBloom":"0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000100000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000001000000000002000000000000000000020000000000000000000000000000000000000000000000000800000000000000000","difficulty":"0x0","number":"0x2","gasLimit":"0x1c9c380","gasUsed":"0x6c38d","timestamp":"0x67fe6880","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x344fa9c2","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x8ca6f","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x608060405234801561001057600080fd5b5061001a3361001f565b61006f565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b61069a8061007e6000396000f3fe60806040526004361061007b5760003560e01c80639623609d1161004e5780639623609d1461011157806399a88ec414610124578063f2fde38b14610144578063f3b7dead1461016457600080fd5b8063204e1c7a14610080578063715018a6146100bc5780637eff275e146100d35780638da5cb5b146100f3575b600080fd5b34801561008c57600080fd5b506100a061009b366004610499565b610184565b6040516001600160a01b03909116815260200160405180910390f35b3480156100c857600080fd5b506100d1610215565b005b3480156100df57600080fd5b506100d16100ee3660046104bd565b610229565b3480156100ff57600080fd5b506000546001600160a01b03166100a0565b6100d161011f36600461050c565b610291565b34801561013057600080fd5b506100d161013f3660046104bd565b610300565b34801561015057600080fd5b506100d161015f366004610499565b610336565b34801561017057600080fd5b506100a061017f366004610499565b6103b4565b6000806000836001600160a01b03166040516101aa90635c60da1b60e01b815260040190565b600060405180830381855afa9150503d80600081146101e5576040519150601f19603f3d011682016040523d82523d6000602084013e6101ea565b606091505b5091509150816101f957600080fd5b8080602001905181019061020d91906105e2565b949350505050565b61021d6103da565b6102276000610434565b565b6102316103da565b6040516308f2839760e41b81526001600160a01b038281166004830152831690638f283970906024015b600060405180830381600087803b15801561027557600080fd5b505af1158015610289573d6000803e3d6000fd5b505050505050565b6102996103da565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906102c990869086906004016105ff565b6000604051808303818588803b1580156102e257600080fd5b505af11580156102f6573d6000803e3d6000fd5b5050505050505050565b6103086103da565b604051631b2ce7f360e11b81526001600160a01b038281166004830152831690633659cfe69060240161025b565b61033e6103da565b6001600160a01b0381166103a85760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b6103b181610434565b50565b6000806000836001600160a01b03166040516101aa906303e1469160e61b815260040190565b6000546001600160a01b031633146102275760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161039f565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146103b157600080fd5b6000602082840312156104ab57600080fd5b81356104b681610484565b9392505050565b600080604083850312156104d057600080fd5b82356104db81610484565b915060208301356104eb81610484565b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b60008060006060848603121561052157600080fd5b833561052c81610484565b9250602084013561053c81610484565b9150604084013567ffffffffffffffff8082111561055957600080fd5b818601915086601f83011261056d57600080fd5b81358181111561057f5761057f6104f6565b604051601f8201601f19908116603f011681019083821181831017156105a7576105a76104f6565b816040528281528960208487010111156105c057600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b6000602082840312156105f457600080fd5b81516104b681610484565b60018060a01b038316815260006020604081840152835180604085015260005b8181101561063b5785810183015185820160600152820161061f565b8181111561064d576000606083870101525b50601f01601f19169290920160600194935050505056fea2646970667358221220a0493a6b2b90c3f244082ad5c7c15e1acc7b297d84d40069f7d74ce169d6c61764736f6c634300080c0033","r":"0xc60881230f300e8525e2d285236a9fb4c664ddf4a924801045309b2a1eaf17a5","s":"0x57ffbedb00601da9fb59cc48ffc4529962d07ef48445d56bdc7d2a495a4eafb1","yParity":"0x1","v":"0x1","hash":"0xee2fc11dccddf2c582c54a3bf994e0921caaf0d7ca275ac0d2a2a6bc81223e7f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc96ba175ec0d3bc51221546dd227d4e4f2949ddb6e943a7bd9d832a52346ea69","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5266ac068eb706882554cbf67185bf5e348c40bc58e1ba3b60bc1bbe23c73b1c","transactionsRoot":"0x7a2f9749830f1a697d973072e2020a9551528fa2a69ac85d7c1469993e076fce","receiptsRoot":"0x2235e0880345863ad873ba5e237bf67fe851f730487b4cb04b90bd784a9c4eb0","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000100000000000000000000000000000000000000000000040000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000010000000","difficulty":"0x0","number":"0x19c","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383700000000000000000000000000000000000000000000000000000000000000","r":"0x31f066fde307fe4215728097ef416a7adafa5529fd466be1b255b9dd63142bb1","s":"0x32af096eb18f07373dd879798a185dce0e0469f648e28c9ac1c9f7657aa06226","yParity":"0x1","v":"0x1","hash":"0x078c46f7e0d19d47490a8057253c6b94a5976440a1b3fe94b50eb18fc48750ed"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa604762cba14a7a74e11f221bc303539332d1101b97193893d64b7d14fdc5884","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7ab4853a6e6743e5512d6edff72d778ad1745272cc50a67a8ceb9adcd9b85fd9","transactionsRoot":"0x60c6cb0e48577f84189cab0973b1d9302ea07dc1fcd79b051f450828f5fa5f07","receiptsRoot":"0x91ece65c0819429465f09629dbc7c3be9ccfab689e8b04c6c2cd0d3c0bf21d73","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000004000020000000000000000000000000000000000000000001000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x176","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363800000000000000000000000000000000000000000000000000000000000000","r":"0x6cec7657885a70b6231b14488bb47f7ff1d3b70ea083d09c2a685de5b49ab690","s":"0x55307002486ab5b8b0deb297e621130bb76c1d4b349ddad83d3704873561cbd5","yParity":"0x0","v":"0x0","hash":"0x46f288a09405f0ea4d8b09959bd750c988252fc38744742aa007e054e3cbbb87"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xcdd40bb040dc58a4ddb406985bc01267859582c6312af79c4db97dacab231d82","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x711cd544edbd0c80b3b17bfa49d3f5085ec8d49b80d4d364a3da8ecf4125c4f4","transactionsRoot":"0x1d043db95c5fc4c89f26052af43742edf3b95d33f19c5cc87d4654295f13833f","receiptsRoot":"0x3cb8cdf3359e2f45b8d756c0ddf93e6aafb9610c6b9510e8032b6d1a030f40b8","logsBloom":"0x0000001000a000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000080000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000200000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x154","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353100000000000000000000000000000000000000000000000000000000000000","r":"0x47c423deed234dfe99cffd5bc9a099b4bdc817444c37cc897b4302e96692a301","s":"0x433b0eb22b504901f53611cee7b019ac949c3fba12b38c40775f4ce69155f8fc","yParity":"0x1","v":"0x1","hash":"0x1c59736e533a50531ce7ef20edd3eb0da1dbe11743e985c1413373aad295066c"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc3ce90d85dbbcc65e25405383fdd0c8d6c17c923ec71ee0cabaa8edb0d44d9e2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x45fc779bbccf67883cc523e4284edb5fe509098bbb720ab19cb68fefec5b5943","transactionsRoot":"0x540c6fdbef15774c23017a015106e83aefc556a9ca9aaf4369767b29967491ad","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x4b","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1483d","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x64","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x9eaf5590f2c84912a08de97fa28d0529361deb9e","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xd33faea1058faed5e4b0386dd4ed8338bf5b6aed5e5852778079a90bee052af0","s":"0x685755fd561b99381b2becec0e101eda2f3f72ad3eecdc9071a360ab468c9ad8","yParity":"0x0","v":"0x0","hash":"0xe5cf1d9ed3bbf8e5d3606f18363e850db689451aeffb75a0ad95cca13e34a307"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8b1be00bac5593b03e75b6d4e1cf060623fff78dca5e5a4f3d7184897df41c3f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa810383e43e8ce65966485d69894766e488b8e0b6eb8d37cfe036654d0577e24","transactionsRoot":"0xe62e9fdf9e6a63229c344f7fa601300c4e8509a24ba318455e6c4aa876aeb53e","receiptsRoot":"0x264514bcd6404d572ebee0774457153f873855fcb95869cdffc74b48898aabc8","logsBloom":"0x00000008000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000001000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000004000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x1a5","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000015f9186533eda559","r":"0x5abe7b151a2569da5f9e006a9a1828fa7dba0e10fb812b99662806598b8ed484","s":"0x577472b53643b161c894cfadcc9f3cbfd135d6e880373fe52c3c915ca6400188","yParity":"0x1","v":"0x1","hash":"0xa21b45b1a4265f8f45e37fd6ecffc82fa78a85711acc4fddedd5af1bbcd2b658"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xbea38d910965a66950697bbcf4103719742b4d9fef7ef0a574b8db3baebd8015","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x48c51bf705e0049aed68e32e8c7c202d351b4ff8fa2c66679d4455bc8f1d670d","transactionsRoot":"0x9e7fd2ee83b4c7f7ef04091975a539c7920185ce6377aff672b9ac25c6319641","receiptsRoot":"0xdd73e833ee86385742e60abc50ce3cf3d39f2561401da7e1d39afb95f2e58205","logsBloom":"0x00000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000008000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002800000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x8f","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xe","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xa8","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc0000000000000000000000000000000000000000000000008042ae896b8e68bb","r":"0x7a9778c0b2173b7e9071bdb6029b7c75b7fe9616c74b487b9251cbedb698b9e8","s":"0x7a37419fed8aea71a339c1b00ed97f7800a5e06abfd3d435b1728b7e760459f8","yParity":"0x0","v":"0x0","hash":"0xdfb4e9040ba73e979871aa434cbe8b43a5f4fb7502b8d4ae15b1dc358d266092"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x80ec0c53a23f85627e622513e44d35df2f34e1ed5f4a2116b07689c35f238ed6","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa62fe30db7f97bf5046e8438e295693e352ecb504ee0723da50c24ecf925befd","transactionsRoot":"0x9898a02fe37a6215ee8e7724678c386c504799bcb62246c83c9415d8a3ff88ab","receiptsRoot":"0xb6e0fbcd002a5ee1bfb3508390af157760c285a60070f5d5e6f24fed3ee0b214","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000080000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000400002000000000000000200000000000000000000000000000000000000000000000000000000000200000000000","difficulty":"0x0","number":"0xc5","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xde","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b800000000000000000000000000000000000000000000000016a09e5cc91e09eb","r":"0x4612478be83efa98d77141ea95ade1b5572f9b9ed6b1eb51eb81bc5c13f17fed","s":"0x3106d18439571fac0f2f252cbb470a6b668cde63c822dc4ba2b7c17cbbeb9c2d","yParity":"0x0","v":"0x0","hash":"0x0685a4881a68bd99fe080325b085b627ef8d28cc3b312830b353169cf9819026"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5bb4fac35ff724804e576fa8243eaa7eb16d851290446490cdfa45e4131bba3f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x09de00f7dcf0e16dff39722d7c9eceda26680b6dcaca5ca3341978aa2ed38431","transactionsRoot":"0x7596fe2518560e27ccb636fcc0b0c73954e648bc1a4cd8a275a29c89944d5b9e","receiptsRoot":"0xc70cd2ace9d47cd9b2de86cdf3c5e869555972ae374f1c77a6f371dbe29997c9","logsBloom":"0x00000000000000000000000000000004000002000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000008000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000100000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x10f","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000012f18e79c1965b98","r":"0x598cac54f9e7c762ba575fbca48554bb21b5b52de9a2d92f576fd2efa1bfc2da","s":"0x4a62ed91fb945329583f7eed05c4d9282085a9e6e99f1dc5baaab8ea9d1520bd","yParity":"0x1","v":"0x1","hash":"0x93f18dead5454277fec1820a71cae1a6b3818cc80f36c2d15931f41cfe9c6705"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x087441276e2f3fce1c55cefcb4b3b91084f86a11608b11087702cf1927da3aed","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x9716ce431a72c3239e15931baed79bec644874286a82bb1986cc932bcad30c2d","transactionsRoot":"0xc3a6d2835b70633960034bdb6877049dfc525907ec8f7c64bc42c54165f2223c","receiptsRoot":"0xe869230eb301dd5615bd657c6d792f67f96b5eb637d9d800941d1e89f56d600c","logsBloom":"0x00000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000400000000000000000","difficulty":"0x0","number":"0xbc","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xd5","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff00000000000000000000000000000000000000000000000024109a665095c888","r":"0x44d806dde2c9be247a9da9a55cbb423ac86e7e371f6aab0ef9a356b033b0477d","s":"0x7b3ece302f80ea2244c2335bf49dd7d510c81e1475bc6d4e1f30842e8c56f135","yParity":"0x0","v":"0x0","hash":"0x705aa8a52bafff3b7b10937bf81372fe27b99632eb8096128ae78eb95f13b964"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6ab86ac1703312912fd027535b494058cfe1eb6cdc98a597f1fdbbbf92094c2b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x84a329687dc0b1f58161a580496bd9a5ff35205b044d35955775f68bfc6ec96f","transactionsRoot":"0x03231ffb90c947469af6f69884e39b5aa044b416da03afdf2c080805e5a4cb5f","receiptsRoot":"0x1eb7d88767403075b609b4c871a2e3a67a5791cc00bf09f433fbd19b467ddb9d","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000001000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000200000000040000000000000000000000000000000000004000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x135","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000000f4679cadc66390d","r":"0xbefd3c56e0b01892025e0d7d2d641d5a26f427c943f0ce6bfe32082f1e11627d","s":"0x36c6766be0357e39738bd453b3b77b9c94db6b8ec8430f4b040a2e9130f66bb4","yParity":"0x1","v":"0x1","hash":"0xad33c4793b12ff9be22430dd8b57f1f85dec1be4c864156b05d6301a36777854"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x713fb7383c5d8b5fd0ed551811aa6a42f6e064a3d422365b11ffc3699d2d3795","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x90808c5ffdd524e0389b6e85ebfd03aecd1629c3e562f42f18df8d61dd95a1d5","transactionsRoot":"0xe15232dc2c5008bbdaffd9aea4cdb37b086972ed9f8dccc9390b69c2128c2469","receiptsRoot":"0x160f2fa1f0abc08a190742ffdac4b49a8929d53b01e70a521b9c15d23d047e3d","logsBloom":"0x00080000000000000000000000000004000000000000000000000000000000000000000004010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020080000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x147","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000022997aec86aa0174","r":"0xc4fcb4175f44780d6532c303cedca9723a8484b7f60aff6d19310be03acc7fd","s":"0x14565f0214c5c010df95123ee2a985b0580bcdbb888674dbd6426f6de6c87cdf","yParity":"0x1","v":"0x1","hash":"0xbbc52edaa17a33e0a5bd20835da35866062cd792c797fd3305de0adee641de88"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x39c18ed636a659687eaeb25136b47b66e4323d610017aa0c010638bc1d743740","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xbc535998f1331fed26611a730a889194477da581080c4de16227d986a425df3a","transactionsRoot":"0x8bb9ee0e98ffb34181138bc0c63491fb34de92d2edbabec5086a722ae4b883e5","receiptsRoot":"0x59c59dc1ea6823b69860432b46c954c9c5e600cb7b0585fe9e0b1893389ff753","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000020000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000080000000000000000080000000000081000000000100000000000000","difficulty":"0x0","number":"0x102","gasLimit":"0x1c9c380","gasUsed":"0x2183b","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x3103c","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313000000000000000000000000000000000000000000000000000000000000000","r":"0xb7be7da539260ac7f37809c9bbf746c1e31b05d9182ec266314f61819e0c1f99","s":"0x7acec121aacd39a08ca28ecf3102ef5f59dee22a2216fd5de5407a04a251bc06","yParity":"0x0","v":"0x0","hash":"0xd99fb7dcd8a8cc7058576fbaa1b8e4dd60b24079a095e0e6b5f3ee8da2e45874"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xebc759c33a823521b2c908e5bb25aec039a69c2d4104fa0fa53a72cd575af76e","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x77f93e281980056b047bf5b883907887ae397a3cf7fee98be9355770722b6b5b","transactionsRoot":"0x3bb42c830d8d42b777fba4a9b1c0c6a17df156c254e08d1a856e057dcf8ff5ea","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x72","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1d3","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x8b","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xa1196426b41627ae75ea7f7409e074be97367da2","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xec914f2803b664c942de7b7d0640b684d75cafbc3878de259b8dad7e1533eaf0","s":"0x42462906bcc2dfd53d9fb04c3e9d60b72a16fea055c7d539a3713d827363bf2e","yParity":"0x0","v":"0x0","hash":"0xe7132cc167ceeafdd43c7ad80a71dede074ded817070f8bffc49690a4c8ff6bb"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc59a4a0b1bfbe5e6530483de812093c222b40174fa72f0d030aba6e0c7ea1886","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x02c5f6c981902461a938dff81a87075047fa96d8bddcea30bae04dbde7030003","transactionsRoot":"0x54b824fead07fa2da8ea1b4e9317e7d3e06309d7b1ce0200df0bc2661cb67f37","receiptsRoot":"0x832ac3928b3070e553a01865cb6d447dde9b50220e6cdab4fbcc6f633a94a023","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000400000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000400000000000000000000000000000010000000000000000000000000020000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x11f","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000051169428b2187257","r":"0x160e554b8f96bde63f351b3aeffcf60470f6d975c47427a8aa0daf16da574813","s":"0x32354792f0662059e99f6d693aed32c12316abdc7a0852db8bfc7ef306a8794e","yParity":"0x1","v":"0x1","hash":"0x0ce527987061fe9dc2c2a4abfbd13899e3e0af28e396a06392ac08cf21dd0594"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x77bb773f2df43400511767948ceac009e9beb1cf30c8576897a376154369a442","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xeb8815c14258e7568d505bba4ce4301256602017ba81a1689e17d5b095ec98e0","transactionsRoot":"0x8fb0537777490f42aa7c47cd6d584967d50e42de735186ee84c887782490f814","receiptsRoot":"0xef730a7732224426f14679a549fa3ea07758469d922500100c0d15da691682c6","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000090000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000100000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000001000","difficulty":"0x0","number":"0x181","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000034ec8b2e30a30bd7","r":"0x3f19adbcf2ebd93ecbc77f9eedd5ae034b8700e61683bc616d548ce97703824d","s":"0x3a7394f94dd0df1da749955a002b14be1c6f4203f0c89ff4e692761979d963f1","yParity":"0x1","v":"0x1","hash":"0x498f0e9827db4245ad67fe5e45600f60942960c2b9cf05371907de955b1eedff"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe7ad12e93d60db1f756b13cb5a9890463fc119d5011906c1405327c4aec26a61","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x96eb88ce10261ffc9ab6b7cec0662cc83e5da3148158f1c79381d3642ca14f02","transactionsRoot":"0xa7d6edbdb968f9210a9e3fcbc83e2db4d40293c61cb8eb2b22a91dc6035e25c0","receiptsRoot":"0x5904234de21f9a95df148a4b8430d469f00f426556cf9b6c6cfef7d27533314e","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000020000000020000000000000040000000000000000000000000004000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001a00000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x1a7","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000109cb2e58d61778d","r":"0x4896eb1015f62d50161e212ebe4cfd12f82f67db2c13dffd0082bab240a0b44c","s":"0x4e69df33445749b0d592f530d8c91dc7f5d47c1f472c8d38dc50ab1105898f09","yParity":"0x0","v":"0x0","hash":"0x29554d010c1063057f0114c453737defa0580f6b4f5c59f7ed9791ba1c420016"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa17f59b79610241a908b4d63e121ff1ca018a73fdf963ccaf18e7cfa46fb7fe2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x74bf4388abbb35d90d45c0a0a8c5e8b2d766ee22414258d62bf6acafb5e4625c","transactionsRoot":"0xd8d0fe2437c5f1130fd24af295d459eb3d76fe7b47da49cfadb856be271a4294","receiptsRoot":"0xda49f2e70c9b8db58839a1da741d115bada74f730f230728e21215f572df8c6e","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000010000010000000000000000000800000010000000000400000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000080000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x1ad","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000783eab248f3c5e5c","r":"0xcac94166e62be3f5623b9a395b47ccb9c1ed9361bc19a59b48a602ed059cdb9","s":"0x386ac6749c1ef7fdad8a166ebcdb61ecde22fb0690acc0c2021403c0d5220e10","yParity":"0x0","v":"0x0","hash":"0x6807a730b00c5c26bf57217418005eb1e5ac762fbd1e0a99e9f487fb4a9887b5"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x0859be9686a4e764c59481c1ab27ebf0a0fb7deeca75695e9b2e288104f2931d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc908954c49d142f9f37fa1d38939dc74bb16e46dc064dbb1a347e68fbeb61ea7","transactionsRoot":"0xe65ece291f508622b27a6e3baead1b52fcb05d5127e067ed7abc96ced9a27c77","receiptsRoot":"0xa5a50bb8ce23dd0af4682129e52aa4aa2be6cc229683edfef4b42252b1729f5a","logsBloom":"0x00000000000001000000000000000000000000000000000000000000000000000000000020000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xc","gasLimit":"0x1c9c380","gasUsed":"0x47593d","timestamp":"0x67fe6880","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x10e6e450","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x11","gas":"0x5cb9a6","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6101806040523480156200001257600080fd5b506040516200572e3803806200572e8339810160408190526200003591620002e4565b868686868686866200004885826200037e565b63ffffffff1615620000ed5760405162461bcd60e51b815260206004820152606060248201527f52657761726473436f6f7264696e61746f723a2047454e455349535f5245574160448201527f5244535f54494d455354414d50206d7573742062652061206d756c7469706c6560648201527f206f662043414c43554c4154494f4e5f494e54455256414c5f5345434f4e4453608482015260a4015b60405180910390fd5b620000fc62015180866200037e565b63ffffffff16156200019d5760405162461bcd60e51b815260206004820152605760248201527f52657761726473436f6f7264696e61746f723a2043414c43554c4154494f4e5f60448201527f494e54455256414c5f5345434f4e4453206d7573742062652061206d756c746960648201527f706c65206f6620534e415053484f545f434144454e4345000000000000000000608482015260a401620000e4565b6001600160a01b0396871661012052949095166101405263ffffffff92831660805290821660a052811660c05291821660e0521661010052620001df620001f2565b5050466101605250620003b09350505050565b600054610100900460ff16156200025c5760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608401620000e4565b60005460ff9081161015620002af576000805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b0381168114620002c757600080fd5b50565b805163ffffffff81168114620002df57600080fd5b919050565b600080600080600080600060e0888a0312156200030057600080fd5b87516200030d81620002b1565b60208901519097506200032081620002b1565b95506200033060408901620002ca565b94506200034060608901620002ca565b93506200035060808901620002ca565b92506200036060a08901620002ca565b91506200037060c08901620002ca565b905092959891949750929550565b600063ffffffff80841680620003a457634e487b7160e01b600052601260045260246000fd5b92169190910692915050565b60805160a05160c05160e051610100516101205161014051610160516152e762000447600039600061206e0152600081816105460152613d6f015260006108a00152600081816104700152613c690152600081816103c40152612a1301526000818161051f0152613c270152600081816107ec01526139c401526000818161073e01528181613a7d0152613b4d01526152e76000f3fe608060405234801561001057600080fd5b50600436106103825760003560e01c8063865c6953116101de578063d4540a551161010f578063f2fde38b116100ad578063fabc1cbc1161007c578063fabc1cbc14610931578063fbf1e2c114610944578063fce36c7d14610957578063ff9f6cce1461096a57600080fd5b8063f2fde38b146108f0578063f698da2514610903578063f8cd84481461090b578063f96abf2e1461091e57600080fd5b8063e063f81f116100e9578063e063f81f14610875578063e810ce2114610888578063ea4d3c9b1461089b578063ed71e6a2146108c257600080fd5b8063d4540a551461083c578063dcbb03b31461084f578063de02e5031461086257600080fd5b8063a0169ddd1161017c578063b3dbb0e011610156578063b3dbb0e0146107b4578063bb7e451f146107c7578063bf21a8aa146107e7578063c46db6061461080e57600080fd5b8063a0169ddd14610760578063a50a1d9c14610773578063aebd8bae1461078657600080fd5b80639104c319116101b85780639104c319146107035780639be3d4e41461071e5780639cb9a5fa146107265780639d45c2811461073957600080fd5b8063865c6953146106b4578063886f1195146106df5780638da5cb5b146106f257600080fd5b80633efe1db6116102b85780635c975abb116102565780636d21117e116102305780636d21117e14610663578063715018a6146106915780637b8f8b0514610699578063863cb9a9146106a157600080fd5b80635c975abb146106335780635e9d83481461063b57806363f6a7981461064e57600080fd5b80634d18cc35116102925780634d18cc35146105de57806358baaa3e146105f5578063595c6a67146106085780635ac86ab71461061057600080fd5b80633efe1db6146105925780634596021c146105a55780634b943960146105b857600080fd5b8063149bc8721161032557806337838ed0116102ff57806337838ed01461051a57806339b70e38146105415780633a8c0786146105685780633ccc861d1461057f57600080fd5b8063149bc872146104a55780632b9f64a4146104c657806336af41fa1461050757600080fd5b80630eb38345116103615780630eb383451461044357806310d67a2f14610458578063131433b41461046b578063136439dd1461049257600080fd5b806218572c1461038757806304a0c502146103bf5780630e9a53cf146103fb575b600080fd5b6103aa6103953660046145b1565b60d16020526000908152604090205460ff1681565b60405190151581526020015b60405180910390f35b6103e67f000000000000000000000000000000000000000000000000000000000000000081565b60405163ffffffff90911681526020016103b6565b61040361097d565b604080518251815260208084015163ffffffff908116918301919091528383015116918101919091526060918201511515918101919091526080016103b6565b6104566104513660046145dc565b610a81565b005b6104566104663660046145b1565b610b03565b6103e67f000000000000000000000000000000000000000000000000000000000000000081565b6104566104a0366004614615565b610bbf565b6104b86104b3366004614646565b610cfe565b6040519081526020016103b6565b6104ef6104d43660046145b1565b60cc602052600090815260409020546001600160a01b031681565b6040516001600160a01b0390911681526020016103b6565b6104566105153660046146ae565b610d74565b6103e67f000000000000000000000000000000000000000000000000000000000000000081565b6104ef7f000000000000000000000000000000000000000000000000000000000000000081565b60cb546103e690600160a01b900463ffffffff1681565b61045661058d366004614703565b610f3e565b6104566105a036600461475e565b610fa3565b6104566105b336600461478a565b611274565b6105cb6105c63660046145b1565b61131b565b60405161ffff90911681526020016103b6565b60cb546103e690600160c01b900463ffffffff1681565b6104566106033660046147e1565b611377565b610456611388565b6103aa61061e3660046147fc565b606654600160ff9092169190911b9081161490565b6066546104b8565b6103aa61064936600461481f565b61144f565b60cb546105cb90600160e01b900461ffff1681565b6103aa610671366004614854565b60cf60209081526000928352604080842090915290825290205460ff1681565b6104566114dc565b60ca546104b8565b6104566106af3660046145b1565b6114f0565b6104b86106c2366004614880565b60cd60209081526000928352604080842090915290825290205481565b6065546104ef906001600160a01b031681565b6033546001600160a01b03166104ef565b6104ef73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b610403611501565b6104566107343660046148ae565b61159f565b6103e67f000000000000000000000000000000000000000000000000000000000000000081565b61045661076e3660046145b1565b6117d8565b610456610781366004614915565b611837565b6103aa610794366004614854565b60d260209081526000928352604080842090915290825290205460ff1681565b6104566107c2366004614930565b611848565b6104b86107d53660046145b1565b60ce6020526000908152604090205481565b6103e67f000000000000000000000000000000000000000000000000000000000000000081565b6103aa61081c366004614854565b60d060209081526000928352604080842090915290825290205460ff1681565b61045661084a36600461495c565b611a7b565b61045661085d3660046149cf565b611bc3565b610403610870366004614615565b611e1a565b6105cb610883366004614880565b611eac565b6103e6610896366004614615565b611f19565b6104ef7f000000000000000000000000000000000000000000000000000000000000000081565b6103aa6108d0366004614854565b60d360209081526000928352604080842090915290825290205460ff1681565b6104566108fe3660046145b1565b611ff4565b6104b861206a565b6104b8610919366004614646565b6120a8565b61045661092c3660046147e1565b6120b9565b61045661093f366004614615565b6122ef565b60cb546104ef906001600160a01b031681565b6104566109653660046146ae565b61244b565b6104566109783660046146ae565b6125ca565b60408051608081018252600080825260208201819052918101829052606081019190915260ca545b8015610a5857600060ca6109ba600184614a2c565b815481106109ca576109ca614a43565b600091825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff161580156060830181905291925090610a3a5750806040015163ffffffff164210155b15610a455792915050565b5080610a5081614a59565b9150506109a5565b505060408051608081018252600080825260208201819052918101829052606081019190915290565b610a89612778565b6001600160a01b038216600081815260d1602052604080822054905160ff9091169284151592841515927f4de6293e668df1398422e1def12118052c1539a03cbfedc145895d48d7685f1c9190a4506001600160a01b0391909116600090815260d160205260409020805460ff1916911515919091179055565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610b56573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b7a9190614a70565b6001600160a01b0316336001600160a01b031614610bb35760405162461bcd60e51b8152600401610baa90614a8d565b60405180910390fd5b610bbc816127d2565b50565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610c07573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c2b9190614ad7565b610c475760405162461bcd60e51b8152600401610baa90614af4565b60665481811614610cc05760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610baa565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b600080610d0e60208401846145b1565b8360200135604051602001610d579392919060f89390931b6001600160f81b031916835260609190911b6bffffffffffffffffffffffff19166001830152601582015260350190565b604051602081830303815290604052805190602001209050919050565b60665460019060029081161415610d9d5760405162461bcd60e51b8152600401610baa90614b3c565b33600090815260d1602052604090205460ff16610dcc5760405162461bcd60e51b8152600401610baa90614b73565b60026097541415610def5760405162461bcd60e51b8152600401610baa90614bea565b600260975560005b82811015610f335736848483818110610e1257610e12614a43565b9050602002810190610e249190614c21565b33600081815260ce60209081526040808320549051949550939192610e4f9290918591879101614d7a565b604051602081830303815290604052805190602001209050610e70836128c9565b33600090815260d0602090815260408083208484529091529020805460ff19166001908117909155610ea3908390614daa565b33600081815260ce602052604090819020929092559051829184917f51088b8c89628df3a8174002c2a034d0152fce6af8415d651b2a4734bf27048290610eeb908890614dc2565b60405180910390a4610f1d333060408601803590610f0c90602089016145b1565b6001600160a01b0316929190612adf565b5050508080610f2b90614dd5565b915050610df7565b505060016097555050565b60665460029060049081161415610f675760405162461bcd60e51b8152600401610baa90614b3c565b60026097541415610f8a5760405162461bcd60e51b8152600401610baa90614bea565b6002609755610f998383612b50565b5050600160975550565b60665460039060089081161415610fcc5760405162461bcd60e51b8152600401610baa90614b3c565b60cb546001600160a01b03163314610ff65760405162461bcd60e51b8152600401610baa90614df0565b60cb5463ffffffff600160c01b9091048116908316116110925760405162461bcd60e51b815260206004820152604b60248201527f52657761726473436f6f7264696e61746f722e7375626d6974526f6f743a206e60448201527f657720726f6f74206d75737420626520666f72206e657765722063616c63756c60648201526a185d1959081c195c9a5bd960aa1b608482015260a401610baa565b428263ffffffff161061112b5760405162461bcd60e51b815260206004820152605560248201527f52657761726473436f6f7264696e61746f722e7375626d6974526f6f743a207260448201527f65776172647343616c63756c6174696f6e456e6454696d657374616d702063616064820152746e6e6f7420626520696e207468652066757475726560581b608482015260a401610baa565b60ca5460cb5460009061114b90600160a01b900463ffffffff1642614e44565b6040805160808101825287815263ffffffff878116602080840182815286841685870181815260006060880181815260ca8054600181018255925297517f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee160029092029182015592517f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee290930180549151975193871667ffffffffffffffff1990921691909117600160201b978716979097029690961760ff60401b1916600160401b921515929092029190911790945560cb805463ffffffff60c01b1916600160c01b840217905593519283529394508892908616917fecd866c3c158fa00bf34d803d5f6023000b57080bcb48af004c2b4b46b3afd08910160405180910390a45050505050565b6066546002906004908116141561129d5760405162461bcd60e51b8152600401610baa90614b3c565b600260975414156112c05760405162461bcd60e51b8152600401610baa90614bea565b600260975560005b8381101561130f576112fd8585838181106112e5576112e5614a43565b90506020028101906112f79190614e6c565b84612b50565b8061130781614dd5565b9150506112c8565b50506001609755505050565b6001600160a01b038116600090815260d5602090815260408083208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff169082015261137190612ebd565b92915050565b61137f612778565b610bbc81612f0b565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156113d0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113f49190614ad7565b6114105760405162461bcd60e51b8152600401610baa90614af4565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b60006114d48260ca61146460208301836147e1565b63ffffffff168154811061147a5761147a614a43565b600091825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff1615156060820152612f7c565b506001919050565b6114e4612778565b6114ee600061324d565b565b6114f8612778565b610bbc8161329f565b60408051608081018252600080825260208201819052918101829052606081019190915260ca805461153590600190614a2c565b8154811061154557611545614a43565b600091825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff1615156060820152919050565b606654600590602090811614156115c85760405162461bcd60e51b8152600401610baa90614b3c565b600260975414156115eb5760405162461bcd60e51b8152600401610baa90614bea565b6002609755336001600160a01b0385161461168b5760405162461bcd60e51b815260206004820152605460248201527f52657761726473436f6f7264696e61746f722e6372656174654f70657261746f60448201527f724469726563746564415653526577617264735375626d697373696f6e3a2063606482015273616c6c6572206973206e6f74207468652041565360601b608482015260a401610baa565b60005b8281101561130f57368484838181106116a9576116a9614a43565b90506020028101906116bb9190614e82565b6001600160a01b038716600090815260ce60209081526040808320549051939450926116ed918a918591879101614fff565b6040516020818303038152906040528051906020012090506000611710846132fb565b6001600160a01b038a16600090815260d3602090815260408083208684529091529020805460ff1916600190811790915590915061174f908490614daa565b6001600160a01b038a16600081815260ce60205260409081902092909255905183919033907ffc8888bffd711da60bc5092b33f677d81896fe80ecc677b84cfab8184462b6e0906117a39088908a90615026565b60405180910390a46117c1333083610f0c6040890160208a016145b1565b5050505080806117d090614dd5565b91505061168e565b33600081815260cc602052604080822080546001600160a01b031981166001600160a01b038781169182179093559251911692839185917fbab947934d42e0ad206f25c9cab18b5bb6ae144acfb00f40b4e3aa59590ca31291a4505050565b61183f612778565b610bbc816136cb565b606654600790608090811614156118715760405162461bcd60e51b8152600401610baa90614b3c565b336001600160a01b038416146118f95760405162461bcd60e51b815260206004820152604160248201527f52657761726473436f6f7264696e61746f722e7365744f70657261746f72504960448201527f53706c69743a2063616c6c6572206973206e6f7420746865206f70657261746f6064820152603960f91b608482015260a401610baa565b61271061ffff831611156119805760405162461bcd60e51b815260206004820152604260248201527f52657761726473436f6f7264696e61746f722e7365744f70657261746f72504960448201527f53706c69743a2073706c6974206d757374206265203c3d203130303030206269606482015261707360f01b608482015260a401610baa565b60cb5460009061199d90600160a01b900463ffffffff1642614e44565b6001600160a01b038516600090815260d5602090815260408083208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff1690820152919250906119f790612ebd565b6001600160a01b038616600090815260d560205260409020909150611a1d908584613736565b6040805163ffffffff8416815261ffff838116602083015286168183015290516001600160a01b0387169133917fd1e028bd664486a46ad26040e999cd2d22e1e9a094ee6afe19fcf64678f16f749181900360600190a35050505050565b600054610100900460ff1615808015611a9b5750600054600160ff909116105b80611ab55750303b158015611ab5575060005460ff166001145b611b185760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610baa565b6000805460ff191660011790558015611b3b576000805461ff0019166101001790555b611b436137d1565b60c955611b508686613868565b611b598761324d565b611b628461329f565b611b6b83612f0b565b611b74826136cb565b8015611bba576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050505050565b60665460069060409081161415611bec5760405162461bcd60e51b8152600401610baa90614b3c565b336001600160a01b03851614611c755760405162461bcd60e51b815260206004820152604260248201527f52657761726473436f6f7264696e61746f722e7365744f70657261746f72415660448201527f5353706c69743a2063616c6c6572206973206e6f7420746865206f706572617460648201526137b960f11b608482015260a401610baa565b61271061ffff83161115611cfd5760405162461bcd60e51b815260206004820152604360248201527f52657761726473436f6f7264696e61746f722e7365744f70657261746f72415660448201527f5353706c69743a2073706c6974206d757374206265203c3d203130303030206260648201526269707360e81b608482015260a401610baa565b60cb54600090611d1a90600160a01b900463ffffffff1642614e44565b6001600160a01b03868116600090815260d46020908152604080832093891683529281528282208351606081018552905461ffff80821683526201000082041692820192909252600160201b90910463ffffffff1692810192909252919250611d8290612ebd565b6001600160a01b03808816600090815260d460209081526040808320938a16835292905220909150611db5908584613736565b6040805163ffffffff8416815261ffff838116602083015286168183015290516001600160a01b03878116929089169133917f48e198b6ae357e529204ee53a8e514c470ff77d9cc8e4f7207f8b5d490ae6934919081900360600190a4505050505050565b60408051608081018252600080825260208201819052918101829052606081019190915260ca8281548110611e5157611e51614a43565b600091825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff161515606082015292915050565b6001600160a01b03828116600090815260d46020908152604080832093851683529281528282208351606081018552905461ffff80821683526201000082041692820192909252600160201b90910463ffffffff169281019290925290611f1290612ebd565b9392505050565b60ca546000905b63ffffffff811615611f85578260ca611f3a60018461503f565b63ffffffff1681548110611f5057611f50614a43565b9060005260206000209060020201600001541415611f7357611f1260018261503f565b80611f7d81615064565b915050611f20565b5060405162461bcd60e51b815260206004820152603760248201527f52657761726473436f6f7264696e61746f722e676574526f6f74496e6465784660448201527f726f6d486173683a20726f6f74206e6f7420666f756e640000000000000000006064820152608401610baa565b611ffc612778565b6001600160a01b0381166120615760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610baa565b610bbc8161324d565b60007f000000000000000000000000000000000000000000000000000000000000000046141561209b575060c95490565b6120a36137d1565b905090565b60006001610d0e60208401846145b1565b606654600390600890811614156120e25760405162461bcd60e51b8152600401610baa90614b3c565b60cb546001600160a01b0316331461210c5760405162461bcd60e51b8152600401610baa90614df0565b60ca5463ffffffff83161061217d5760405162461bcd60e51b815260206004820152603160248201527f52657761726473436f6f7264696e61746f722e64697361626c65526f6f743a206044820152700d2dcecc2d8d2c840e4dedee892dcc8caf607b1b6064820152608401610baa565b600060ca8363ffffffff168154811061219857612198614a43565b906000526020600020906002020190508060010160089054906101000a900460ff16156122255760405162461bcd60e51b815260206004820152603560248201527f52657761726473436f6f7264696e61746f722e64697361626c65526f6f743a206044820152741c9bdbdd08185b1c9958591e48191a5cd8589b1959605a1b6064820152608401610baa565b6001810154600160201b900463ffffffff1642106122a45760405162461bcd60e51b815260206004820152603660248201527f52657761726473436f6f7264696e61746f722e64697361626c65526f6f743a206044820152751c9bdbdd08185b1c9958591e481858dd1a5d985d195960521b6064820152608401610baa565b60018101805460ff60401b1916600160401b17905560405163ffffffff8416907fd850e6e5dfa497b72661fa73df2923464eaed9dc2ff1d3cb82bccbfeabe5c41e90600090a2505050565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612342573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123669190614a70565b6001600160a01b0316336001600160a01b0316146123965760405162461bcd60e51b8152600401610baa90614a8d565b6066541981196066541916146124145760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610baa565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c90602001610cf3565b606654600090600190811614156124745760405162461bcd60e51b8152600401610baa90614b3c565b600260975414156124975760405162461bcd60e51b8152600401610baa90614bea565b600260975560005b82811015610f3357368484838181106124ba576124ba614a43565b90506020028101906124cc9190614c21565b33600081815260ce602090815260408083205490519495509391926124f79290918591879101614d7a565b604051602081830303815290604052805190602001209050612518836128c9565b33600090815260cf602090815260408083208484529091529020805460ff1916600190811790915561254b908390614daa565b33600081815260ce602052604090819020929092559051829184917f450a367a380c4e339e5ae7340c8464ef27af7781ad9945cfe8abd828f89e628190612593908890614dc2565b60405180910390a46125b4333060408601803590610f0c90602089016145b1565b50505080806125c290614dd5565b91505061249f565b606654600490601090811614156125f35760405162461bcd60e51b8152600401610baa90614b3c565b33600090815260d1602052604090205460ff166126225760405162461bcd60e51b8152600401610baa90614b73565b600260975414156126455760405162461bcd60e51b8152600401610baa90614bea565b600260975560005b82811015610f33573684848381811061266857612668614a43565b905060200281019061267a9190614c21565b33600081815260ce602090815260408083205490519495509391926126a59290918591879101614d7a565b6040516020818303038152906040528051906020012090506126c6836128c9565b33600090815260d2602090815260408083208484529091529020805460ff191660019081179091556126f9908390614daa565b33600081815260ce602052604090819020929092559051829184917f5251b6fdefcb5d81144e735f69ea4c695fd43b0289ca53dc075033f5fc80068b90612741908890614dc2565b60405180910390a4612762333060408601803590610f0c90602089016145b1565b505050808061277090614dd5565b91505061264d565b6033546001600160a01b031633146114ee5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610baa565b6001600160a01b0381166128605760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610baa565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b6128fb6128d68280615084565b6128e660808501606086016147e1565b6128f660a08601608087016147e1565b613952565b600081604001351161297f5760405162461bcd60e51b815260206004820152604160248201527f52657761726473436f6f7264696e61746f722e5f76616c69646174655265776160448201527f7264735375626d697373696f6e3a20616d6f756e742063616e6e6f74206265206064820152600360fc1b608482015260a401610baa565b6f4b3b4ca85a86c47a098a223fffffffff81604001351115612a095760405162461bcd60e51b815260206004820152603f60248201527f52657761726473436f6f7264696e61746f722e5f76616c69646174655265776160448201527f7264735375626d697373696f6e3a20616d6f756e7420746f6f206c61726765006064820152608401610baa565b612a3963ffffffff7f00000000000000000000000000000000000000000000000000000000000000001642614daa565b612a4960808301606084016147e1565b63ffffffff161115610bbc5760405162461bcd60e51b815260206004820152605360248201527f52657761726473436f6f7264696e61746f722e5f76616c69646174655265776160448201527f7264735375626d697373696f6e3a20737461727454696d657374616d7020746f6064820152726f2066617220696e207468652066757475726560681b608482015260a401610baa565b6040516001600160a01b0380851660248301528316604482015260648101829052612b4a9085906323b872dd60e01b906084015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152613f41565b50505050565b600060ca612b6160208501856147e1565b63ffffffff1681548110612b7757612b77614a43565b600091825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff16151560608201529050612bd88382612f7c565b6000612bea60808501606086016145b1565b6001600160a01b03808216600090815260cc60205260409020549192501680612c105750805b336001600160a01b03821614612c8e5760405162461bcd60e51b815260206004820152603c60248201527f52657761726473436f6f7264696e61746f722e70726f63657373436c61696d3a60448201527f2063616c6c6572206973206e6f742076616c696420636c61696d6572000000006064820152608401610baa565b60005b612c9e60a08701876150ce565b9050811015612eb55736612cb560e0880188615084565b83818110612cc557612cc5614a43565b6001600160a01b038716600090815260cd602090815260408083209302949094019450929091508290612cfa908501856145b1565b6001600160a01b03166001600160a01b0316815260200190815260200160002054905080826020013511612db45760405162461bcd60e51b815260206004820152605560248201527f52657761726473436f6f7264696e61746f722e70726f63657373436c61696d3a60448201527f2063756d756c61746976654561726e696e6773206d75737420626520677420746064820152741a185b8818dd5b5d5b185d1a5d9950db185a5b5959605a1b608482015260a401610baa565b6000612dc4826020850135614a2c565b6001600160a01b038716600090815260cd60209081526040822092935085018035929190612df290876145b1565b6001600160a01b0316815260208082019290925260400160002091909155612e349089908390612e24908701876145b1565b6001600160a01b03169190614013565b86516001600160a01b03808a1691878216918916907f9543dbd55580842586a951f0386e24d68a5df99ae29e3b216588b45fd684ce3190612e7860208901896145b1565b604080519283526001600160a01b039091166020830152810186905260600160405180910390a45050508080612ead90614dd5565b915050612c91565b505050505050565b6000816040015163ffffffff1660001415612ee557505060cb54600160e01b900461ffff1690565b816040015163ffffffff16421015612efe578151611371565b506020015190565b919050565b60cb546040805163ffffffff600160a01b9093048316815291831660208301527faf557c6c02c208794817a705609cfa935f827312a1adfdd26494b6b95dd2b4b3910160405180910390a160cb805463ffffffff909216600160a01b0263ffffffff60a01b19909216919091179055565b806060015115612fd55760405162461bcd60e51b8152602060048201526030602482015260008051602061523283398151915260448201526f1c9bdbdd081a5cc8191a5cd8589b195960821b6064820152608401610baa565b806040015163ffffffff1642101561303c5760405162461bcd60e51b815260206004820152603660248201526000805160206152328339815191526044820152751c9bdbdd081b9bdd081858dd1a5d985d1959081e595d60521b6064820152608401610baa565b61304960c08301836150ce565b905061305860a08401846150ce565b9050146130d05760405162461bcd60e51b815260206004820152604c602482015260008051602061523283398151915260448201527f746f6b656e496e646963657320616e6420746f6b656e50726f6f6673206c656e60648201526b0cee8d040dad2e6dac2e8c6d60a31b608482015260a401610baa565b6130dd60e0830183615084565b90506130ec60c08401846150ce565b9050146131625760405162461bcd60e51b815260206004820152604a602482015260008051602061523283398151915260448201527f746f6b656e5472656550726f6f667320616e64206c6561766573206c656e67746064820152690d040dad2e6dac2e8c6d60b31b608482015260a401610baa565b805161318e9061317860408501602086016147e1565b6131856040860186615118565b86606001614043565b60005b61319e60a08401846150ce565b90508110156132485761323860808401356131bc60a08601866150ce565b848181106131cc576131cc614a43565b90506020020160208101906131e191906147e1565b6131ee60c08701876150ce565b858181106131fe576131fe614a43565b90506020028101906132109190615118565b61321d60e0890189615084565b8781811061322d5761322d614a43565b9050604002016141af565b61324181614dd5565b9050613191565b505050565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b60cb546040516001600160a01b038084169216907f237b82f438d75fc568ebab484b75b01d9287b9e98b490b7c23221623b6705dbb90600090a360cb80546001600160a01b0319166001600160a01b0392909216919091179055565b600061332a61330a8380615084565b61331a60808601606087016147e1565b6128f660a08701608088016147e1565b60006133396040840184615084565b9050116133b95760405162461bcd60e51b8152602060048201526054602482015260008051602061527283398151915260448201527f61746f724469726563746564526577617264735375626d697373696f6e3a206e6064820152731bc81bdc195c985d1bdc9cc81c995dd85c99195960621b608482015260a401610baa565b60008060005b6133cc6040860186615084565b90508110156135fe57366133e36040870187615084565b838181106133f3576133f3614a43565b6040029190910191506000905061340d60208301836145b1565b6001600160a01b0316141561348c5760405162461bcd60e51b815260206004820152605b6024820152600080516020615272833981519152604482015260008051602061525283398151915260648201527f70657261746f722063616e6e6f74206265203020616464726573730000000000608482015260a401610baa565b61349960208201826145b1565b6001600160a01b0316836001600160a01b0316106135475760405162461bcd60e51b81526020600482015260786024820152600080516020615272833981519152604482015260008051602061525283398151915260648201527f70657261746f7273206d75737420626520696e20617363656e64696e67206f7260848201527f64657220746f2068616e646c65206475706c696361746573000000000000000060a482015260c401610baa565b61355460208201826145b1565b925060008160200135116135dc5760405162461bcd60e51b81526020600482015260616024820152600080516020615272833981519152604482015260008051602061525283398151915260648201527f70657261746f722072657761726420616d6f756e742063616e6e6f74206265206084820152600360fc1b60a482015260c401610baa565b6135ea602082013585614daa565b935050806135f790614dd5565b90506133bf565b504261361060a08601608087016147e1565b61362060808701606088016147e1565b61362a9190614e44565b63ffffffff16106136c45760405162461bcd60e51b81526020600482015260766024820152600080516020615272833981519152604482015260008051602061525283398151915260648201527f70657261746f722d64697265637465642072657761726473207375626d697373608482015275696f6e206973206e6f7420726574726f61637469766560501b60a482015260c401610baa565b5092915050565b60cb546040805161ffff600160e01b9093048316815291831660208301527fe6cd4edfdcc1f6d130ab35f73d72378f3a642944fb4ee5bd84b7807a81ea1c4e910160405180910390a160cb805461ffff909216600160e01b0261ffff60e01b19909216919091179055565b8254600160201b900463ffffffff164210613795578254600160201b900463ffffffff1661377e5760cb548354600160e01b90910461ffff1661ffff19909116178355613795565b825462010000810461ffff1661ffff199091161783555b825463ffffffff909116600160201b0267ffffffff000000001961ffff90931662010000029290921667ffffffffffff00001990911617179055565b604080518082018252600a81526922b4b3b2b72630bcb2b960b11b60209182015281517f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866818301527f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea81840152466060820152306080808301919091528351808303909101815260a0909101909252815191012090565b6065546001600160a01b031615801561388957506001600160a01b03821615155b61390b5760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610baa565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a261394e826127d2565b5050565b826139c25760405162461bcd60e51b8152602060048201526046602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a206e6f207374726174656769606482015265195cc81cd95d60d21b608482015260a401610baa565b7f000000000000000000000000000000000000000000000000000000000000000063ffffffff168163ffffffff161115613a785760405162461bcd60e51b815260206004820152605a602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a206475726174696f6e20657860648201527f6365656473204d41585f524557415244535f4455524154494f4e000000000000608482015260a401610baa565b613aa27f000000000000000000000000000000000000000000000000000000000000000082615175565b63ffffffff1615613b485760405162461bcd60e51b8152602060048201526070602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a206475726174696f6e206d7560648201527f73742062652061206d756c7469706c65206f662043414c43554c4154494f4e5f60848201526f494e54455256414c5f5345434f4e445360801b60a482015260c401610baa565b613b727f000000000000000000000000000000000000000000000000000000000000000083615175565b63ffffffff1615613c1e5760405162461bcd60e51b8152602060048201526076602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a20737461727454696d65737460648201527f616d70206d7573742062652061206d756c7469706c65206f662043414c43554c6084820152754154494f4e5f494e54455256414c5f5345434f4e445360501b60a482015260c401610baa565b8163ffffffff167f000000000000000000000000000000000000000000000000000000000000000063ffffffff1642613c579190614a2c565b11158015613c9157508163ffffffff167f000000000000000000000000000000000000000000000000000000000000000063ffffffff1611155b613d175760405162461bcd60e51b8152602060048201526057602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a20737461727454696d65737460648201527f616d7020746f6f2066617220696e207468652070617374000000000000000000608482015260a401610baa565b6000805b84811015612eb5576000868683818110613d3757613d37614a43565b613d4d92602060409092020190810191506145b1565b60405163198f077960e21b81526001600160a01b0380831660048301529192507f00000000000000000000000000000000000000000000000000000000000000009091169063663c1de490602401602060405180830381865afa158015613db8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613ddc9190614ad7565b80613e0357506001600160a01b03811673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0145b613e7c5760405162461bcd60e51b8152602060048201526050602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a20696e76616c69642073747260648201526f185d1959de4818dbdb9cda59195c995960821b608482015260a401610baa565b806001600160a01b0316836001600160a01b031610613f2f5760405162461bcd60e51b815260206004820152606f602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a20737472617465676965732060648201527f6d75737420626520696e20617363656e64696e67206f7264657220746f20686160848201526e6e646c65206475706c69636174657360881b60a482015260c401610baa565b9150613f3a81614dd5565b9050613d1b565b6000613f96826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166143009092919063ffffffff16565b8051909150156132485780806020019051810190613fb49190614ad7565b6132485760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610baa565b6040516001600160a01b03831660248201526044810182905261324890849063a9059cbb60e01b90606401612b13565b61404e602083615198565b6001901b8463ffffffff16106140d85760405162461bcd60e51b815260206004820152604360248201527f52657761726473436f6f7264696e61746f722e5f7665726966794561726e657260448201527f436c61696d50726f6f663a20696e76616c6964206561726e65724c656166496e6064820152620c8caf60eb1b608482015260a401610baa565b60006140e382610cfe565b905061412e84848080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508a92508591505063ffffffff8916614317565b612eb55760405162461bcd60e51b815260206004820152604660248201527f52657761726473436f6f7264696e61746f722e5f7665726966794561726e657260448201527f436c61696d50726f6f663a20696e76616c6964206561726e657220636c61696d60648201526510383937b7b360d11b608482015260a401610baa565b6141ba602083615198565b6001901b8463ffffffff16106142385760405162461bcd60e51b815260206004820152603c60248201527f52657761726473436f6f7264696e61746f722e5f766572696679546f6b656e4360448201527f6c61696d3a20696e76616c696420746f6b656e4c656166496e646578000000006064820152608401610baa565b6000614243826120a8565b905061428e84848080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508a92508591505063ffffffff8916614317565b612eb55760405162461bcd60e51b815260206004820152603f60248201527f52657761726473436f6f7264696e61746f722e5f766572696679546f6b656e4360448201527f6c61696d3a20696e76616c696420746f6b656e20636c61696d2070726f6f66006064820152608401610baa565b606061430f848460008561432f565b949350505050565b600083614325868585614460565b1495945050505050565b6060824710156143905760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610baa565b6001600160a01b0385163b6143e75760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610baa565b600080866001600160a01b0316858760405161440391906151d8565b60006040518083038185875af1925050503d8060008114614440576040519150601f19603f3d011682016040523d82523d6000602084013e614445565b606091505b5091509150614455828286614563565b979650505050505050565b60006020845161447091906151ea565b156144f75760405162461bcd60e51b815260206004820152604b60248201527f4d65726b6c652e70726f63657373496e636c7573696f6e50726f6f664b65636360448201527f616b3a2070726f6f66206c656e6774682073686f756c642062652061206d756c60648201526a3a34b836329037b310199960a91b608482015260a401610baa565b8260205b8551811161455a5761450e6002856151ea565b61452f57816000528086015160205260406000209150600284049350614548565b8086015160005281602052604060002091506002840493505b614553602082614daa565b90506144fb565b50949350505050565b60608315614572575081611f12565b8251156145825782518084602001fd5b8160405162461bcd60e51b8152600401610baa91906151fe565b6001600160a01b0381168114610bbc57600080fd5b6000602082840312156145c357600080fd5b8135611f128161459c565b8015158114610bbc57600080fd5b600080604083850312156145ef57600080fd5b82356145fa8161459c565b9150602083013561460a816145ce565b809150509250929050565b60006020828403121561462757600080fd5b5035919050565b60006040828403121561464057600080fd5b50919050565b60006040828403121561465857600080fd5b611f12838361462e565b60008083601f84011261467457600080fd5b50813567ffffffffffffffff81111561468c57600080fd5b6020830191508360208260051b85010111156146a757600080fd5b9250929050565b600080602083850312156146c157600080fd5b823567ffffffffffffffff8111156146d857600080fd5b6146e485828601614662565b90969095509350505050565b6000610100828403121561464057600080fd5b6000806040838503121561471657600080fd5b823567ffffffffffffffff81111561472d57600080fd5b614739858286016146f0565b925050602083013561460a8161459c565b803563ffffffff81168114612f0657600080fd5b6000806040838503121561477157600080fd5b823591506147816020840161474a565b90509250929050565b60008060006040848603121561479f57600080fd5b833567ffffffffffffffff8111156147b657600080fd5b6147c286828701614662565b90945092505060208401356147d68161459c565b809150509250925092565b6000602082840312156147f357600080fd5b611f128261474a565b60006020828403121561480e57600080fd5b813560ff81168114611f1257600080fd5b60006020828403121561483157600080fd5b813567ffffffffffffffff81111561484857600080fd5b61430f848285016146f0565b6000806040838503121561486757600080fd5b82356148728161459c565b946020939093013593505050565b6000806040838503121561489357600080fd5b823561489e8161459c565b9150602083013561460a8161459c565b6000806000604084860312156148c357600080fd5b83356148ce8161459c565b9250602084013567ffffffffffffffff8111156148ea57600080fd5b6148f686828701614662565b9497909650939450505050565b803561ffff81168114612f0657600080fd5b60006020828403121561492757600080fd5b611f1282614903565b6000806040838503121561494357600080fd5b823561494e8161459c565b915061478160208401614903565b60008060008060008060c0878903121561497557600080fd5b86356149808161459c565b955060208701356149908161459c565b94506040870135935060608701356149a78161459c565b92506149b56080880161474a565b91506149c360a08801614903565b90509295509295509295565b6000806000606084860312156149e457600080fd5b83356149ef8161459c565b925060208401356149ff8161459c565b9150614a0d60408501614903565b90509250925092565b634e487b7160e01b600052601160045260246000fd5b600082821015614a3e57614a3e614a16565b500390565b634e487b7160e01b600052603260045260246000fd5b600081614a6857614a68614a16565b506000190190565b600060208284031215614a8257600080fd5b8151611f128161459c565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215614ae957600080fd5b8151611f12816145ce565b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b60208082526019908201527f5061757361626c653a20696e6465782069732070617573656400000000000000604082015260600190565b60208082526051908201527f52657761726473436f6f7264696e61746f723a2063616c6c6572206973206e6f60408201527f7420612076616c69642063726561746552657761726473466f72416c6c53756260608201527036b4b9b9b4b7b71039bab136b4ba3a32b960791b608082015260a00190565b6020808252601f908201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604082015260600190565b60008235609e19833603018112614c3757600080fd5b9190910192915050565b6000808335601e19843603018112614c5857600080fd5b830160208101925035905067ffffffffffffffff811115614c7857600080fd5b8060061b36038313156146a757600080fd5b818352600060208085019450826000805b86811015614cef578235614cae8161459c565b6001600160a01b03168852828401356bffffffffffffffffffffffff8116808214614cd7578384fd5b89860152506040978801979290920191600101614c9b565b50959695505050505050565b6000614d078283614c41565b60a08552614d1960a086018284614c8a565b9150506020830135614d2a8161459c565b6001600160a01b0316602085015260408381013590850152614d4e6060840161474a565b63ffffffff808216606087015280614d686080870161474a565b16608087015250508091505092915050565b60018060a01b0384168152826020820152606060408201526000614da16060830184614cfb565b95945050505050565b60008219821115614dbd57614dbd614a16565b500190565b602081526000611f126020830184614cfb565b6000600019821415614de957614de9614a16565b5060010190565b60208082526034908201527f52657761726473436f6f7264696e61746f723a2063616c6c6572206973206e6f6040820152733a103a3432903932bbb0b93239aab83230ba32b960611b606082015260800190565b600063ffffffff808316818516808303821115614e6357614e63614a16565b01949350505050565b6000823560fe19833603018112614c3757600080fd5b6000823560be19833603018112614c3757600080fd5b6000808335601e19843603018112614eaf57600080fd5b830160208101925035905067ffffffffffffffff811115614ecf57600080fd5b8036038313156146a757600080fd5b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6000614f138283614c41565b60c08552614f2560c086018284614c8a565b915050602080840135614f378161459c565b6001600160a01b0390811686830152604090614f5586830187614c41565b888603848a015280865290946000919085015b81831015614f99578635614f7b8161459c565b84168152868601358682015295840195600192909201918401614f68565b614fa560608a0161474a565b63ffffffff811660608c01529650614fbf60808a0161474a565b63ffffffff811660808c01529650614fda60a08a018a614e98565b9750955089810360a08b0152614ff1818888614ede565b9a9950505050505050505050565b60018060a01b0384168152826020820152606060408201526000614da16060830184614f07565b82815260406020820152600061430f6040830184614f07565b600063ffffffff8381169083168181101561505c5761505c614a16565b039392505050565b600063ffffffff82168061507a5761507a614a16565b6000190192915050565b6000808335601e1984360301811261509b57600080fd5b83018035915067ffffffffffffffff8211156150b657600080fd5b6020019150600681901b36038213156146a757600080fd5b6000808335601e198436030181126150e557600080fd5b83018035915067ffffffffffffffff82111561510057600080fd5b6020019150600581901b36038213156146a757600080fd5b6000808335601e1984360301811261512f57600080fd5b83018035915067ffffffffffffffff82111561514a57600080fd5b6020019150368190038213156146a757600080fd5b634e487b7160e01b600052601260045260246000fd5b600063ffffffff8084168061518c5761518c61515f565b92169190910692915050565b6000826151a7576151a761515f565b500490565b60005b838110156151c75781810151838201526020016151af565b83811115612b4a5750506000910152565b60008251614c378184602087016151ac565b6000826151f9576151f961515f565b500690565b602081526000825180602084015261521d8160408501602087016151ac565b601f01601f1916919091016040019291505056fe52657761726473436f6f7264696e61746f722e5f636865636b436c61696d3a2061746f724469726563746564526577617264735375626d697373696f6e3a206f52657761726473436f6f7264696e61746f722e5f76616c69646174654f70657252657761726473436f6f7264696e61746f722e5f76616c6964617465436f6d6da2646970667358221220081e7033322140012f1d9ef09b55b455e888c99c5a08a478635131f15ff9795b64736f6c634300080c0033000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c90000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757070000000000000000000000000000000000000000000000000000000000093a8000000000000000000000000000000000000000000000000000000000005c4900000000000000000000000000000000000000000000000000000000000076a7000000000000000000000000000000000000000000000000000000000000278d000000000000000000000000000000000000000000000000000000000065fb7880","r":"0x5cb3d0f43800f8bdb1e12c698bf51720119205c431868dff07b61556e332bdec","s":"0x11286d632ae4514e0214adc54d53177a9c81c03b5554820ad7f2d11da058cc11","yParity":"0x0","v":"0x0","hash":"0xf8e144e3db1ac96f73fdfef6154469c0f5874d2d36aff5d23e7c57775e00d0e3"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x75351ff90d0a60d18e418705383b0834b392deab660e45f1de35c5b55f77d28e","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xde27b6b2daa79b98b189aa68f1a151918e29f9800b33468580174b1a63f227b3","transactionsRoot":"0x9a951bda558ae4dc55d947953af3b628c8c57b48e7ec1caaba7cac389021dcdc","receiptsRoot":"0xd45e231a7dccb70ea5555fcceb6f44222da4f7dc33db3af39112a4df8ba00034","logsBloom":"0x00000000000000000000000000000004000000004000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000009000000000000000240000001101000000000000000000000000000000000000000000080000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x199","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000500faf0ef0d10cc6","r":"0xec0a61e11ea036811f0585367f8ac00b666a1c9b178295bbbab3a7201aa50816","s":"0x672c498cb0cfadb8aadfdf8c5ba59522f72630bb66d99335f3a4ad292958248c","yParity":"0x0","v":"0x0","hash":"0xa3bdf8b8c2753d575836cc4d1b737a6fe9d202d941f790b71946ced7e4790ef3"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xeb66733c208d83a8989796044877eb07cffc33ad5d46b0a4901f63538a360113","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x07aa28bc24af2e3220d5749f9abcf7681e83904eb0144cb55d4c9e367e4175aa","transactionsRoot":"0xcff968fd56846256d5615480da9002b738bd15089a80b75fcbaf6ac7f7f1af56","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x64","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xbb9","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x7d","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x265188114eb5d5536bc8654d8e9710fe72c28c4d","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xc27822875b9c02c1f95552ee42f6f7fce6254809afe681770f7b7536cc6eca2a","s":"0x7f19dc03a84f8b7f6b012f45b8d503267a4832a143448f1e07b629dec145cbdc","yParity":"0x0","v":"0x0","hash":"0xbe4c4855ef56b50ab9be900b3cea83f6c3f31ee0298d33776eea3af5bbfefd15"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xfe2043f575849d3df23b6c428fa38b8792217f1ce8a9340bfde1f025d0d9e4c2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x0a50df4757e1175c290b83d7a53feac66ca40f3778c6218e369d5a65073ff6ad","transactionsRoot":"0x04201e8b8c7c116d5c766ef451329f6507116a6033f067b9a318c40ba7f9ad63","receiptsRoot":"0xde444979ab585c00eed5665da22e9086455f424c9789afdfa38546f374a0a8fb","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000010000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000040000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000400000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x1a8","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e5900000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393300000000000000000000000000000000000000000000000000000000000000","r":"0x9686391a749da3886b16bbb6a9780c0cfce07c0dece26ef06325a110f3fb7c77","s":"0x59b5c1dd60f8b428ac4388bb4e959422c83835798e5e29c80cdcb7e7858072ce","yParity":"0x0","v":"0x0","hash":"0xaeb87d5ad87337ab7bbc0710ff1c452708945960761d5033c3d09d6eba45cb89"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x9d86b6493735f2b6d388bfca96c3e731c7ebaad3427d1298575e6c7b2c65bc90","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x40aae7c28384f578d3bb579498c423a4bd4bb97bb413c6307feb4c4b871d1561","transactionsRoot":"0x388e5f0bf583bbd0ed345ab575d863937a77e16f63c07b6ad6d219f8d2afc23b","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x51","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x9380","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x6a","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x4b23d303d9e3719d6cdf8d172ea030f80509ea15","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xba7a40cb28a24386d431f31d5e3edb640dd50ebcdc645dcf4efcfbeedc5c63ed","s":"0x7cf709515ebd529713dc2fea2b9d3c5438f19ea0ab97772c59cf7cc63bdeaf94","yParity":"0x1","v":"0x1","hash":"0x4534db13480baf40e500f00e108343b4a4aff1ad96eebca559a27ba3e54b4b97"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xbd72c0a4009ce648cf828593452ecd4fb600281adc96ccdb960e495820426326","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x30b8573c89ead0c2f0d41601f36ce900ffe055d673cf1d92f1306c3e9aa5ff14","transactionsRoot":"0xa8d64cf261043652e698bd0d75efd665ad19837093efb2f52eef296922d1fa16","receiptsRoot":"0x9297a6d5c41e94c501d4681b39139cbd898f912342315a9a2b531d83db766824","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000001000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000800000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xe0","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xf9","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a0000000000000000000000000000000000000000000000006579430c2f80163e","r":"0x635335317d590f5e6c28d0ea212c8dc92bff658727bbbd866096f59095e84b50","s":"0x79d36aca3556fbc43cd61767d9ef433fa2ba21ff3941ef4aa512243c9fb080d0","yParity":"0x1","v":"0x1","hash":"0x429d05996f5877aa34085ef6ab37b09cf1575a54db036582726232ee5bf953e4"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa6697f7044837f67381e1161346d16a82d595fa85fbd2ef81591f9dfe918329b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x6b810b88040d5849464c833f5a3b9a827cc801a5cb3936af265ed629f0c843f0","transactionsRoot":"0xa29655eb00a4c47ff2724e22cb910004691b6d897f24f2f3d400ec3d1c8bd735","receiptsRoot":"0xf10016032947ab9ad1c506f1435ab4137fa885cf86fecd102dce1aba1610c689","logsBloom":"0x00000000000000000000000000000000400000000000000000800000000000000000000000000000000000000000000000000100000000200000000000000000000000000000000000000400000002000001000000000008000000000000000000000000020000000000000100000800000000000000000000000000000000400000000800000000000000020000000000000000000080000000100000000000000000000000000000000000000400000004000000000000000000000000000000000020000000200000000000040000100000002000000000000000000020000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x1c","gasLimit":"0x1c9c380","gasUsed":"0x3175b","timestamp":"0x67fe6881","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x295c09d","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x32","gas":"0x2604d","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","value":"0x0","accessList":[],"input":"0x9623609d000000000000000000000000c3e53f4d16ae77db1c982e75a937b9f60fe636900000000000000000000000004c5859f0f772848b2d91f1d83e2fe5793534802900000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000024c4d66de8000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000000000000000","r":"0xaf114cfdda9b1123e816535c65c82091fd41ffb04d27a92991e54523a08f8a90","s":"0x6e9627a1a9f6c7ef89f95186380162b59d8bb8ce0cf66c5669442a27504373d","yParity":"0x1","v":"0x1","hash":"0xd316f02a39c9a5097b34dd407f295ee85099817bfe000413df8f6bd6c89c12da"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x33","gas":"0x1e4c0","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","value":"0x0","accessList":[],"input":"0x7f3c2c280000000000000000000000000000000000000000000000000000000000000040000000000000000000000000c3e53f4d16ae77db1c982e75a937b9f60fe6369000000000000000000000000000000000000000000000000000000000000000156d6f636b417673536572766963654d616e616765720000000000000000000000","r":"0xa082f564f59269d842eea3d2fc4d87ad6ce85a822df8bc76307ff99bbdca2e53","s":"0xa911a827c753bbd9cf7205e3f7eb72d6c69a106d91bd9b6ce893e0e4c5b57f4","yParity":"0x0","v":"0x0","hash":"0xd8456ab601e5e750c9e6c167d9eaa0841f26fba48b0380db9cedc3e810683ce9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x18a1fce35149376d9f0fb18ba5e5458f786233a2de62142ac81c4645cabcfe0e","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x2b7be2f120e48751c4ba0793b2990475d5cc77ee1f4d95e4e3252d27b32b5167","transactionsRoot":"0xb148c65efc9519afd19477dda328e8760a2afff1a8f866ba1e0c2d15f54971e6","receiptsRoot":"0x1cb56bd6cebc80b7cc8b71fd258e9269d1751cb728106ccc32eb6b7c65b25203","logsBloom":"0x02000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000200000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000400000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x124","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e5900000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323700000000000000000000000000000000000000000000000000000000000000","r":"0xe252cfafcfb0925908277c509bf52991ecc7f132c9bc920057b027dfed2ccdd9","s":"0x279ae920da39ff073e89e32a9153c3bacc9226955f19c3e06392f2a81b3139d2","yParity":"0x1","v":"0x1","hash":"0x89b3ab69b0d9925df8d1b816634ecc22babbf894620c9302917b386ece2f252d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4bd03b178c6bfc9e13b137b02de77581307050e81799a77a043435d2e6e5a099","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3ce19788a028fced880fec7209f8b452dd88aede16df600d8421cd0ca20ae526","transactionsRoot":"0x73a319c56520983fd2451c01d45966ba106afd2b5d05942482f9f0066d518d6c","receiptsRoot":"0x17ce3d6c9daa2e8b870a27b903fac3a97aa2a6e70214c407c16e353707eb4d98","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000200040000000000000000000002020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0xef","gasLimit":"0x1c9c380","gasUsed":"0x3b447","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x108","gas":"0x51dce","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000019aa30cbbe932840","r":"0x7d947b7993fa1cdb02f8b2cb655049a3cd0903d680e27247042e8c4fccb81462","s":"0x740d0a51855e9eb88faa3f1e500114acf5e5a9957cd5299339901886fa4fc404","yParity":"0x0","v":"0x0","hash":"0xfd345e6ee207648a8efb57e7c02e70a6493d1acbcb5aad28ae0b8a90da1de991"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x915e8e1e09fc8f9ea602928244136453be6816a417b464e4562892d3b1911eb0","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x09e0ef23d0c2d273b6925a7882d69d4fac45768594caf4c57f430c91c3ffc2f8","transactionsRoot":"0x7a00785d2edf45e5fb27b8768ccec4e2d4e8b03b581094864cefbc1b91fcd5eb","receiptsRoot":"0x3519118100294db149086f43bb98590c1aebb6a0a37a3aee6fbe7170c6e3106d","logsBloom":"0x00000010008000020100000400000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000010000000000000000000000000000000000000000000000000000000000020000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x136","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333600000000000000000000000000000000000000000000000000000000000000","r":"0x41d2388568ac0fdd0e4a49ad6e5305354941f6f590976b2d68be991a871da97c","s":"0x1020ff6b61fd5d2d8b3f75c64c2c8b884fc60b74cd86fa510aa9a040d511d322","yParity":"0x0","v":"0x0","hash":"0xae88c609a29b1b4f890e4007d79deef6cfd9046e8704cf2b640c82f10f59a416"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc52db7c4fe4c5bd6b1d0214eaeb6b5437af45d84a8802ffda5edbb49b06fc401","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x963eaf9039eed57a339f42ea1b732f211a6a03712a67dd8f9c156befc8218d52","transactionsRoot":"0x918fc9b03e96a1fd5e8fc2623b447a03775ae88663445f8d6355ce64434e1224","receiptsRoot":"0x9743384da71fd4b7a95a86de60c2acff0277ee9be378e1b63e2865de58b9b1b6","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000001000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000200000000000000000000000000000000000000000000004000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xad","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xc6","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d3250000000000000000000000000000000000000000000000000f4679cadc66390d","r":"0x5d78768deca7db482f2ff02a804c1e6b226300467dd3a16501e408849d933c2f","s":"0x4567bd0b4f10be3d407026456c5366a9781f09fa325b8eb92d3a0259df654ad","yParity":"0x0","v":"0x0","hash":"0xbb57c4e7ac4d4526770b6ac435ce606515bd17719edf8ee6d9746e617591fa76"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4d05a5fdbdc814c86a3863f2bad3960feda7d65cf04694a23b55744be2b1b5e1","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x1252dba9ce6e9c54d514069650d63f07b20332fcf6147e1f089db2d698ba6b4f","transactionsRoot":"0xb6ae4265c0237868cf108a78c7960e349e0e54c533de3bc0214864b57404e057","receiptsRoot":"0x4858065eef6610ff9c2cbea6311f5a2535f1c1ac1591e66188b0497388c603ae","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000100000000000800000010000000000000000000000000000000000000800100000008002000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000001000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x113","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000058ae5cd63f90f417","r":"0xc705b986787200d1c599e65645c1561a1a1cda08d7c341ec9ac8e1b51108069c","s":"0x3feaccb531e5cc140cd361398535c6c621ac9a58fceb077d3b72d6cbc65a4526","yParity":"0x0","v":"0x0","hash":"0xf7df3fcabc40cf45cbcb4c85293af6fce37c0ea31c6851472acd483a45d339cb"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x220de8f496fa54479e34c08201de296dca9830749f008c83ce953267ac0511f3","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf0f66e582e141f7875e69d2c48fd665a9bb2c5bc4d233ff4a2cae10cd126ffb8","transactionsRoot":"0x53d5326e9e80acf7bc17889b6a5beeeb1a0f232be86c17eb30a3725e6bfbcc4b","receiptsRoot":"0xa7353e7c4f10fb7d54fa1c36a8b72b8cfe6baf5794f2695423d471f3fc0a584f","logsBloom":"0x00000010008000020100000000000000000002000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000008000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000100000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x10e","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313600000000000000000000000000000000000000000000000000000000000000","r":"0x774edc34a4495c12b51c0746dfe3798ba1e9411cd7f9f5affe7ca3ac1cf19116","s":"0x2c371e3c0da1f8bc8f3fb582ea86d6819fe889e2699c0c817f2d2b6232d49b73","yParity":"0x0","v":"0x0","hash":"0x95f8fc9f36deeebe849d1693b035593e6306b5badbf00a30b7d9ded1692c1eaa"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x77754ae447b290e8edd9641b297e64b21030029a8d5693bd51c96d6872e7990d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa84c8bd2340811c11a0db6e6036776aaf61edae30a1fc33482dc7fa1396cb585","transactionsRoot":"0x1f02b5381fedbf716e5c9b0d2060c41aff20ab60751ceb05319576dc125f603d","receiptsRoot":"0xd00701002b57d3498f88389f7e0c86df2c6f5addb92cdf3fb514ac25c7a28a73","logsBloom":"0x00000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000004000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000400000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xe2","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xfb","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee400000000000000000000000000000000000000000000000087046ef5ec157d3a","r":"0x56ccb05bfdea4c95dabd0680c6e53f47093a2641a21000a32d79dfdc4300cdc8","s":"0x41f8db423de9b670dbde8b9ca805dd20a0d3db980eb48e43e98f6355ed0e74b2","yParity":"0x0","v":"0x0","hash":"0x7b81b1c09401c5d6ada6aead76dc3adddeea844c9084fb564936a26387155272"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5df6cedead4d1df7f8b11b754dbaf28aaee48a8ce79f6767554854b42ae28c1a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc1c6038fca8b091c1b44317588b69777f354d425c381c35a6c4873318f9d1475","transactionsRoot":"0x14bc6fdb7b481f814f730e70a331cfe208d689b87bf49f98f21ce4af5f5b7264","receiptsRoot":"0x9f2e088145e57d4e01c9965618de571c05e28b0870cf60163811c41a9197454a","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000004000000000000000000000000000100000001000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000080","difficulty":"0x0","number":"0x10a","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313400000000000000000000000000000000000000000000000000000000000000","r":"0x90484df4cfdb492477dcf7b62fed3413e076d51f0e4842b650dbcc961793b33c","s":"0x303ada27b2ef89f482a2d831041680879304827dc77b34ed1c01ebad976e6867","yParity":"0x0","v":"0x0","hash":"0x27a4acabd1543d692ec93b431b70ac015ce6f0f246a3a8aaeb861702eef75074"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x400aeaa1621c1dd17edd66631540a4a5c0d1b35b4d21084a74b768ded4028bfe","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x892cdc1de2f05a6b10e2216fbefaa814e8f422dba61c191c4523a8193297caa6","transactionsRoot":"0x9165a98d2f02362b22e7df0b17c3035ccde5d26039fd5a40c718a4030187a494","receiptsRoot":"0x88f970ea4031e290409c8bf67fcd96c6cdd04846aa7885b6955788c152d1f7e8","logsBloom":"0x00000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000004000000000008000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xb4","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xcd","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde000000000000000000000000000000000000000000000000043222dc4c4c0ac15","r":"0x8fa01fedbf4134409afd60db725268c6f8c057a580c9e5f128d0e9b755ee2ac4","s":"0x7295952d8b6c90472b6a78e231d0cebff918b588f4a27a45838fee1ca21f7841","yParity":"0x0","v":"0x0","hash":"0xc1181d85f5089ff93531771c9129162f629f3b8e2fbe6ee59a7e383fee3cf6c7"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x799e279cefaf0eac20b95168dccdc05fccb6480f7878898e9e999835bbfa19c9","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x325dcba3a6dc55a07284d6279f6a51936fe804079926d1c8fc92aee9b8dd3306","transactionsRoot":"0x8df468e21972ba163c583ec593aa8a0e7c7a4a87110ec3794e60033fedc0b882","receiptsRoot":"0xcca8e94b394f64f02a39d7634a59ac94997409aa2f93ed26427a31e829cbd5f8","logsBloom":"0x00000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000800000000000000000000000004000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000020000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xc9","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xe2","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","r":"0x9a0a7fbce0e1927ff3f8245e91bd48818a35aa78d9ad831e13838757285957d9","s":"0x794e31281017d7d8c73e2580bf626c7783c1d126f13f61882ad78573edd7b34","yParity":"0x0","v":"0x0","hash":"0xf31b72c13dd23a4a77d5993f3a87185724a69766d7795eaf66cb5581e34c2c39"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb723caa49cf80f6cfc980b5ad81a86996d2d1338654fd60aa973562d219c6841","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5f5e03a70b4457012bd8d8fdbcc7261c9f41e4097a391049ba4cfc3879d8e1fa","transactionsRoot":"0xdf9677caa84bc31cac464b1c3b9759152c172d57f6b1fda758bc70d1c85067d7","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x6b","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x49f","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x84","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x2253f75f5ea2824cfbea923bb41455c01e49a545f361778a903e8c71d2c4a80","s":"0x17275eb513234858cff38fd82ff1158bcb9c8a9adb660627afc5e56a6ba2e889","yParity":"0x1","v":"0x1","hash":"0x62e8a47daed5bb97bbb4690a7a68ab7fb4a5b0931b39c75c14676a7213e319d4"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xcc38d25d909b8d519640854337bb5ca46bb1a0b8d392ff3d355362989a012a00","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7fcf5a0142134bf7e011e911b89ff15e897d87fb3981fce9b6dd8607b90d1260","transactionsRoot":"0x4bcb363cff784a3fb6e4b9e98fec2116decd475a44739f529804407be1cfc7e0","receiptsRoot":"0x0b5632c3571d433e98cc063f472bc6e97087848e033b36e248ab482df64541ed","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000001000000000000000000000000000000000000000000000000000040000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x12e","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333200000000000000000000000000000000000000000000000000000000000000","r":"0xf2a602de8b7bdbce52e37ad927c74efd2f8ac09c21ecef6c42d2eaa369a5419a","s":"0x82ea35e5acff926642a0a32bd8c2796bc517b9be1c9df7acdaba1df8992b214","yParity":"0x1","v":"0x1","hash":"0xc95d8126426a094df3d50806584441975199f968ae56ce6917bb4fbd7899cee2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5273f4ebdb5a605842d8127e49a65d31ab04bd909d8f2c34b45f10edf632a0fb","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa67444c28921427dc2642d8e3a448f56badd13b9a0bbf28cd8d1b05d2d903434","transactionsRoot":"0x9354637ac6b4b913d771b0b89e7abf0011529e638946fe212db9875e5e43dcef","receiptsRoot":"0x7832269c74b8ebafe0c15161ae5833b29dddb60acefd59129f4dda1ca1ab622c","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010004000000000020000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000200000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x13f","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006e7330ddc26efb3d","r":"0xd823e75033ed4859acf84ea31e206149a9aadaad90c16bd4b4e97da6b431d79e","s":"0xaaf8b8ce44eaf8bd454b5c8a88ee7be5f3ce9abea66b3858e719acab80327c2","yParity":"0x1","v":"0x1","hash":"0x0c8444865a268a012a0e218232129ee148fb548afe0a74cbadd49a265b0ff6d3"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa0eba61a377d8ce12b51aa82102ba34195183d4269ba79ed0caf82010f9f0a10","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa21c6d6eda1ba625be8888c7e38b71fbfdbaf7267d283b1c8ebbddbb5c100e40","transactionsRoot":"0x859c409e4f977587653e2a7ac65cd129c23a67e0ab34d08aca607ade657b80c3","receiptsRoot":"0xce48f664971a67e5b340845e616e49224e17cc8b5f80f7d5f50da7d2328f1bc7","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000200000000000000000000000800100000008000000000000000240000001101000000000000000000000000000004000000000000000000000000000000000000010000000000000000000000000000001000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x157","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000749bda47f696ad25","r":"0x81df726311ccae241246026b5062ad089c75c1f69c771fb991e1ff288593d70b","s":"0x62375914ebfbda44000019dd60878346dbefb7a7c39564aa5c38eb5c69772717","yParity":"0x1","v":"0x1","hash":"0x6913fcbda59a14c186e53ad7142fb7357b0144ef43505008ec0ed342f8ff1d0a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x51645e94057571170aa7fa7a7e0d83a21699dbf5c1c227394857195130a0cb88","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe458a2fef788903ee9adc06df0e72f34b28504f5eab4f7458f7d23cb74b08a31","transactionsRoot":"0x22649b33bde77f7b994e21972c4cab5b4a2da993a3d6ce78dd3ccbc667d3a717","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x34","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1b86a4","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x4d","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdf3e18d64bc6a983f673ab319ccae4f1a57c7097","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x9e13f070f81aebfbda97f0caa36d0eade996ead81a4f8fc6f61101a8e84d91af","s":"0x4be4a589e83a0cd717861e504c370a072d083cce2efed61c5f0e8f0e15302855","yParity":"0x1","v":"0x1","hash":"0xf7dc44f274e3ea3314a9be57ce7d39663dfecafec84591ff254497920f872b20"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x14e181d7cf93a4b6137304ace57314e3ba45e33653ba0fff42d79ed9209f3f32","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa046a66543477ddfae4a2c2d3daf35d8a645ab3d38065816a3029c262927d7df","transactionsRoot":"0xecefe1a415596ca437579ee3c8f375a0b67343776ef6a9f4cbc3353812a959ee","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x7f","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x55","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x98","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x71f280dea6fc5a03790941ad72956f545feb7a52","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xad3ffddb546913b4805b444c231d2da635f797e3e3ab6f25d5e1d2866720e754","s":"0x61cc155ef40cb666ee1e67c395afde4eeae504edd407e3df3aaf19b99c876079","yParity":"0x1","v":"0x1","hash":"0xc20aef39499ca67c5b26ffbfb474d8a1435367a4f1291f32d630220ca6e38af0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe4a9dee8aab699a86de21c3f24dbfaa921e06254aa7416b82d527f0dbff729b9","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x38e90d75f7447a79b06371dba22afef4f5db0d388ebd042027decf5d0ce1a1aa","transactionsRoot":"0x33a41759cfd650ddd4a8fae0747f97b9ed170188a2a8839409c8f20ed558d41d","receiptsRoot":"0x9c98bf65e4e951f2d2873032803102225a906d7cf13c0c927a1f4de296ae535d","logsBloom":"0x00080000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xb6","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xcf","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a00000000000000000000000000000000000000000000000022997aec86aa0174","r":"0xa318980668d97d655b48562476e15349bfd595c3175f671a33ca9313fac6e2f5","s":"0x7f2d27c49e3eaec0e908397184dfe829ef3e635dedc216ca158b069d538e7787","yParity":"0x1","v":"0x1","hash":"0xb3fc79ee33d16653b2f8037c16dc2d315218e946d7e48b6d300ead6ea11dff71"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x45039edd82b1a86567d6f803d0c0c616ea95e8181847dba34b37c876eec3dd08","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x415900cb1597a86065fea2650ebfb22c3cc6ddd2f495969b2bb7dbe551a7c7e4","transactionsRoot":"0x377f6f4e0b85b6134edc5a41aaf291bd35aea4b2ae1783fbdb0e5297e64efb55","receiptsRoot":"0x98b3cd60b80a71a9beea51af46d6f9dc5c7f3138198bf002a0ab51348e0cd0d8","logsBloom":"0x00000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000080000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000200000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xbd","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xd6","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a785440000000000000000000000000000000000000000000000001b5c36f1c8de7aff","r":"0xad4a59be9802bb832d9d684ec38850421c083d6c75dc72bdb9ae5dc5aaef6813","s":"0x48b0e17c3c111acd34944f991c9e382309e71fec260a6724f6c06da421732be1","yParity":"0x0","v":"0x0","hash":"0x887ea8613c5c1b0b2d9d496575a068b03074e8873ac684c2d554799f3ec210a2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x1f9aa3036f9963b43e57989dd149bd1a24b2755fdb6629000dfed821142f8007","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x186314fb70592a36bb19c7bc1e7430388e2e9b7eb4850c5db1da731bc099f956","transactionsRoot":"0xfa6285e89c5eff35e1f374f1892802a85abfec36ffe3006070443f0a258f6b71","receiptsRoot":"0xac5c01175458b226dcf9bf241cc9a829e506519e6c8e9bb248eb3f8f2002dfdc","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000002000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000040000000000000010000000000000000000000100001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x10d","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007a4c38967d5fef52","r":"0x6ecbc4a5a9896628c095e606d712d4d25b4fb950807c9b9b0e1c81e9d91264a0","s":"0x66267963de069f65d7c90747f36cd1cfa24b36d23e2915bd6971db85e099e85e","yParity":"0x0","v":"0x0","hash":"0x71aab4c15fc366d6d975a18694dc32acccbec366c93d39c7acb77a7b4b0834c2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xda2ad7ddf4b102e9af3ea3ec11b0d250f2d2baee9d112f1d82e9702d151e07e8","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb533fb251eb400cf354da38b9732d0dfc6a19e93003c80f29da10c00542b9848","transactionsRoot":"0x4ea05d782e27d8cf0b0521f900b50dba1a37916bcb0d74f9b8457907078b7799","receiptsRoot":"0xb64cc2d6c0a3806d20c4df2affc00c0e02ba986098321a13b67ca1faabd9c8de","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000080000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000001000","difficulty":"0x0","number":"0xd3","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xec","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f00000000000000000000000000000000000000000000000034ec8b2e30a30bd7","r":"0x2180a19fbc0adfa73f1890d96e47894155cb5e0c1f3d025604c0a9c40586d9c","s":"0x6144dca3cb6b5166092becc9d94ee9e3f330d33a25758a97372828cdbcaa5642","yParity":"0x0","v":"0x0","hash":"0x7c86b3926542a2cff27a5e1838c7ee1c63ac59bedce22a41280be7d2609f835e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5a3021d7c7f6564e72b9b5ecf93743bc0b563b53c8608739cd1b1888f214a9d0","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x13cfea279a03a0d35dc2c0593dec59a95cd1038778b88fdb3adff32f825e1a8a","transactionsRoot":"0xba3a418f6294371aad8c6dc655def2c3e6491a00f5298324949aa513d3fd9b80","receiptsRoot":"0xd3bb4ac18581ff100933129c0b26ca05920335a87655b041614226e12a707574","logsBloom":"0x00080010008000020100000000000000000000000000000000000001000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000080000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x146","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343400000000000000000000000000000000000000000000000000000000000000","r":"0x5d2bac88b6448204cab0658d4edc97ba209345cccae892266aed810b1f33b76d","s":"0x54bb956f44f9b7e628d7e0de123a19f909b86300e2941fbf3182aa02d491c14e","yParity":"0x0","v":"0x0","hash":"0xa4de50eb26e4e1b76b9f424cfb3c88a50caff176c9c428eff520e476457836c0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xbc6b18e695299d22f4140a4e9635d9d5dfc8b144ba6e8fbad499f37823df38e1","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x96bc13561865c38789d8a96d510fdb7451993679244e131cbf044c4a28b9663f","transactionsRoot":"0x85a244dfacc0d19ef18dd11cae23ca460f54dd66f9c39ff9df54d859c2771ee8","receiptsRoot":"0x97237b6b4d3ed481cb6a388a59c08c85fd9227778550850d1fa848cb7abffe94","logsBloom":"0x00010000000000200000000000000004000000000000000000000000000000000020000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x179","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002d140bef1be0a9d1","r":"0x670586c0ccf7088c027b0489a3d9565f125cf0259226cbad7f8a7f9ed6f31e53","s":"0x5e31a66a50565cf37bfaee21c6034ff2f910cf6a743dd6bdbb4b69b94ddc9a4c","yParity":"0x1","v":"0x1","hash":"0x60c81d585d44bc9608abd606f4a53f047abed9fa7e10a94f12a78199bca6010e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe3d90017036fe619e2f73460ddbd8b0551044b4738ba482f2f2f6f4efd18d73f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8aa9ee4a92b748b58623b7307dde4e76f85f3ca334da17624402ab3236155e9e","transactionsRoot":"0xf258a12612bfdf092c988ce65d2718cc2ce34c3705ec6a95f4ed88487ddae18c","receiptsRoot":"0x394efb340c4d10c629e8143a9472820976015fa894554293e1572d4ffec61973","logsBloom":"0x00000400000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000244000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000400000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x19f","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000087046ef5ec157d3a","r":"0xc1641afcf2ae3de7f0ad164e952ae66817b385bc3e529b0dbfea2df7df83beeb","s":"0x75fd3a0116384d421ea93cd1c00875b09440afab6c2e8ddcd5c6ddd25fd3b6ac","yParity":"0x1","v":"0x1","hash":"0xc65d17a1b45e1c75dd9650d9a5811a4f5dc760258e6bae32ae34ccdbf5782589"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6634e482a00ec75d614d4cdf6c16a7beeb29e8bc25dedb7325c7d93b969acd5a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7523cde670c6377ab50fb1117aa178dd42e9345a5d5342aa0054673e310fbed1","transactionsRoot":"0xb126490153dc880abb96ef8db41e33442e8c1406a7088458e5255227a8a0dfa6","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x6a","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x547","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x83","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x9394cb5f737bd3acea7dce90ca48dbd42801ee5d","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x35c3df846f40f450d2f3dd14b237d4c9d4fa5b9b57758887067170545fa8b705","s":"0x1a7cfb85bc4371a61d984ef77b2484b629b5460411b2c5312fb6c8bd8781a04c","yParity":"0x1","v":"0x1","hash":"0x40bb43ee7669b47037a66dfd1c7b931a5f0b759e84420cc7ffbb8b2ff2d2c96e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf4b7895fb98b90c2353560a97556d672c6e30bd59dc75c9fae0bd3b6ab77fc15","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xff9d3ba77b85a69c7ac035e4deba9482a647960c9d2aae4938e1bf93823a7b59","transactionsRoot":"0x1fafa603434c198f992b64a6e428840f774fdcfb2da35f3d50172fa1b7c4461c","receiptsRoot":"0xa94401735cfc035e8416b102853a650e8d7f8c49b7bf9226e0277ec35daca9a0","logsBloom":"0x00008010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000001000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x126","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e5900000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323800000000000000000000000000000000000000000000000000000000000000","r":"0x87dc62a886eddbace8f72f8659a8fb99a56bedb9bd11367228e609d33243f340","s":"0x6da8467a7f0325f7cf22db88feffb15b7beb4b001c507527a7864d6f1750e6b3","yParity":"0x1","v":"0x1","hash":"0x80b019700f602e219acfc5afd3b0d199fdd136a3dd7b04633e89327b229d49bb"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf1dc913f516219c7b335ff11bbe6d02b0dd0dad4385846edda1c23f0508140b6","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x2b8f4474afda652a655f53c122cb3b3a39791ddd09098855d507a7878abac193","transactionsRoot":"0xa497d91da51d6414e601bbeb442789ba43cd3ac4b0c6240c8ab709262b1e008a","receiptsRoot":"0x85878eb8ada8cdd2db01304b21bd96844a2097e91d9799d4862da6d2951f2865","logsBloom":"0x00000000000000020000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000040000000000020000000000005200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x11b","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006ceb59830bfc8ad2","r":"0x9868c15c0ac8ac6c77db29a6aa6681c05adb00358dded9f89462d35250cdeee2","s":"0x5974ecc0dcb0a710d018c394ed71509b55d276c30941288a493babc20e16adf1","yParity":"0x0","v":"0x0","hash":"0xd145c5490551d99ca046239e858be458031016af576fa1b7d90044080050e7aa"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb9af68504ff38ba131db51310a49096d014f8d35a2a75065ced0d05aef502aae","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe99b781721c79a8e480c6813bcd1a93e7cdad87346b8d653bb13a015e73e2948","transactionsRoot":"0xe2a78d4bc5ec5e688cfdf0ed215be83b1525ad7c2113468e504b79ae33893cb7","receiptsRoot":"0x01b2128bf21c0951ec96eb782755ddc48fb204430b28cdf54451ef3dca82e937","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000080000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000800000000081000000000100000000000000","difficulty":"0x0","number":"0x1a3","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000005777c6e94b74fd0f","r":"0xdf29410155f6ba5fce90e4620ad2dbf3752087126d0558259d8bfb8b02e4e325","s":"0x278ed8859539a3de55b4bcd70d67eb020a7bb5fd0d2243f3a1105e560768aa37","yParity":"0x1","v":"0x1","hash":"0x17b0e891ac1f12d5fc2d43b8a1666d596d16a08b01917c245187b58dbe2a02f6"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x69a49cc8f3bec413a8cf19b39a856c200256c735e076f0ef71d3d5f18ce99836","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe7fa1dcf491f09c346cf113deb0897e997226189550e67eb94ae1e59564bb499","transactionsRoot":"0x3b8803976c319e152398b09fd7a1686314654a55075b3c3320f55374b7d50f60","receiptsRoot":"0x6dda2f49ec4c5631ad77c114bf3108778b935cc367c5729f20c1be772657a8d0","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000250000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000040020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001410000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x1a9","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000296ff7d27034cca9","r":"0x95b112eb992f0c1c835f6265981b77852ac5c63ecae0b11dce6dd619b8f062f4","s":"0x43b999b7891b55d448dccdf3c4b814b90b0ed3925a3785e81eee326e8b073071","yParity":"0x0","v":"0x0","hash":"0xc35bf79f6e23949031ee2e39dcae4f426f6797a220bf61065763945fdc978e9d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd5925d35350fc4e493f9c0f9a460c345595cf996a6ea0c205c40620f6a09dca8","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe5366854ddec1f11a5eb71ce4fc04256eccbf6555ae42ae77ac065579138c1ad","transactionsRoot":"0xf3223cab24ae8bd84b045c71a72d99e3ca6b568868161f228406b1e7db2be1c2","receiptsRoot":"0x6e4901d42d0564e23af0baa0e3069225431ff8c442acfb4a1e9ebf685526175e","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000800000000000000000400000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xe9","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x102","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23000000000000000000000000000000000000000000000000783eab248f3c5e5c","r":"0xc5b6b36ce7cea978c16c8103403278932c394e55ef894b81a3d0b2baf9ed3f11","s":"0xf54d4a0491b85d39424c32b129bde68d41fcedec121f3fc49620384f2c2067b","yParity":"0x0","v":"0x0","hash":"0x3467bb5f85f9240d70ede1fa5be31f550215ff1029af84e44ac0a0ce764a3528"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x0ff314eafa9fe1b2336df603717e97fd801103e47545abf78c2dc640ced6158a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4793544939b6558d41100c32b790c9e8a027787e145f9d1438e083f4a34894cd","transactionsRoot":"0x0770a9036d2fd1c8ba381527935e2179ed29de1f378f6b2c685b4bf97f92b90b","receiptsRoot":"0xb5262726e37f73c847a4f6da531567e5cae76a1deefcbf8594fcf4b8db304bd5","logsBloom":"0x00000010008000020100000000000000000000000000800000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000004000000000000100000000000000000000000000000000000000000000000000000000000000000000010000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x138","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333700000000000000000000000000000000000000000000000000000000000000","r":"0x6477be5f9633a8e71020ccfedf223b2ab159520a5138186080fb8302543a30a8","s":"0x7cf62ad51be3b36627eaa7cd7fee74aa2f9c41488eef858db7c1b73825c548e","yParity":"0x1","v":"0x1","hash":"0xc15d7daf97d6afe32c79d1c8e70cde692cfb90d7b9eca1cad00a71cdb394bdcc"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x51cbdfb22c074fdea910b40fa5ffc2f82b8a4397f2771776f18af7e0cdec34b3","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x05a9c5c41da24b1bc06fb7e341934cf8a09fbc8e7f1660fc89ced52c62e54ed1","transactionsRoot":"0x4bd87a9f7603b71bbd8c7e109f7057294551c99713920e3669e36f90ebe53b1e","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x86","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x24","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x9f","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xbc5bdcee96b1bc47822c74e6f64186fba7d686be","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x6f96a98ace999a937b82c97ff6a022092c53b395bb90deb67f6f61cbbcc39782","s":"0x7f923433ab005e4a5b6e7dcf09b5d8c5cd136d32e30ca76aa27028f7fdbcc0e9","yParity":"0x1","v":"0x1","hash":"0x4a8c37bed319cd72cd3a4c721449df483a4f21c2889444f8b0c9827ee3458143"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x96a02f90b5c592990a87337047a137997ea7d0bcc1fc91af54501d95870cad91","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf67f61e4702ef9426820d688b0c2d6ac730b3b0504c3ae34279d429c5525ee5e","transactionsRoot":"0x02d89234f044326dc913c078fb067aad70ce9c7f083c6356f78f0f0e0bb89e28","receiptsRoot":"0x3298aee0239b085455837a9b88d0378214acffed6ae7c31cc36bc17b58720d87","logsBloom":"0x00000000000080000000000020000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000800000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xdd","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xf6","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba40000000000000000000000000000000000000000000000007b5665642e785f30","r":"0xfd203132e683719a4cac76f670863fe89c82b54137b29019c569f39e0b9c1264","s":"0x401e1b618f165623bb2e0e98257db0693815ee14fc7ad62da3d4d400bcd70f6e","yParity":"0x0","v":"0x0","hash":"0xdb66c25438775d29a14ca69d85edab10fae6ca2fa87d87af907c76978eca6bd1"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xca7ce356c837ed8a7cb93104df9abd3dd66c6ceb0d114a8118953248836dda85","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe2a578135a6a09b49df6ffe503abc55f434ddf273083e0b1cf04b72fafd140c6","transactionsRoot":"0x20c948b6493acc5ad06e1ffd6d4d9a5c11d84ec430d9e6d4c397fa839a318252","receiptsRoot":"0xcfc562e8f2c65869e2dd29ee3e5d6dc7eca9105175d9148081510eeb713f0d7b","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x1","gasLimit":"0x1c9c380","gasUsed":"0x4d3a4","timestamp":"0x67fe6880","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x3b9aca00","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x4d3a4","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x608080604052346015576104c1908161001a8239f35b5f80fdfe6080806040526004361015610012575f80fd5b5f3560e01c9081633ca6bb92146102f8575080637f3c2c28146100ca5780638736381a146100ad57638c5b838514610048575f80fd5b346100a95760203660031901126100a95760043567ffffffffffffffff81116100a95761007b6020913690600401610435565b8160405191805191829101835e5f90820190815281900382019020546040516001600160a01b039091168152f35b5f80fd5b346100a9575f3660031901126100a9576020600254604051908152f35b346100a95760403660031901126100a95760043567ffffffffffffffff81116100a9576100fb903690600401610435565b6024356001600160a01b038116908190036100a95760405182519060208401918083835e5f9082019081528190036020019020546001600160a01b03166102b3576020604051809285518091835e81015f815203019020906bffffffffffffffffffffffff60a01b8254161790556002545f52600160205260405f20815167ffffffffffffffff811161029f5761019282546103db565b601f811161025a575b50602092601f82116001146101fb57928192935f926101f0575b50508160011b915f199060031b1c19161790555b6002545f1981146101dc57600101600255005b634e487b7160e01b5f52601160045260245ffd5b0151905083806101b5565b601f19821693835f52805f20915f5b868110610242575083600195961061022a575b505050811b0190556101c9565b01515f1960f88460031b161c1916905583808061021d565b9192602060018192868501518155019401920161020a565b825f5260205f20601f830160051c81019160208410610295575b601f0160051c01905b81811061028a575061019b565b5f815560010161027d565b9091508190610274565b634e487b7160e01b5f52604160045260245ffd5b60405162461bcd60e51b815260206004820152601b60248201527f636f6e747261637420616c7265616479207265676973746572656400000000006044820152606490fd5b346100a95760203660031901126100a9576004355f52600160205260405f20905f825492610325846103db565b9081845260208401946001811690815f146103be575060011461037e575b8460408561035381870382610413565b8151928391602083525180918160208501528484015e5f828201840152601f01601f19168101030190f35b5f90815260208120939250905b8082106103a45750909150810160200161035382610343565b91926001816020925483858801015201910190929161038b565b60ff191686525050151560051b8201602001905061035382610343565b90600182811c92168015610409575b60208310146103f557565b634e487b7160e01b5f52602260045260245ffd5b91607f16916103ea565b90601f8019910116810190811067ffffffffffffffff82111761029f57604052565b81601f820112156100a95780359067ffffffffffffffff821161029f576040519261046a601f8401601f191660200185610413565b828452602083830101116100a957815f92602080930183860137830101529056fea264697066735822122039bd1953a252e76f7a405125ede13adb1de2eba416c1ab9e500173de92189b3c64736f6c634300081b0033","r":"0x6f5ce185d9aa6d06e6f8b2ea8529724e9333587e78f9ce57e706d97e90571dc4","s":"0x425bcee272d3d736be13fa1a204b5c31f14cb1d0c30b9ff469c29f0b75dc46af","yParity":"0x0","v":"0x0","hash":"0xbe2cd50fc9a46e279b7d3e7ecdcc0200fe3e1bcd33ddbc59439277bc90ac52b2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4d5d9e77e9bb1655b4e22cbab621fa9e84ecbae025bf721a99ba0d81b12d31d3","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd970e279a13575ed7ad40c99ff97541cf1cfab856f206d18b5d40c8f9b717e93","transactionsRoot":"0xe04ce05214b602d86e3fe87457f673d9fee5c17e8b32f4341a4bafce4919754e","receiptsRoot":"0xb034e346dcd88008f94b599e92c7090dd2a2006180b2b064d8081d9de907561d","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000800000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000100000000000000000","difficulty":"0x0","number":"0xea","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x103","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be0000000000000000000000000000000000000000000000001eaea2d75e247668","r":"0xd27007fe3996a5c25df20f63457934e598d645743d1281604a5ddd6b40797e30","s":"0x35c24e4c33508066b15d9491c5782a31614e216ba409bf3145370035a115c24e","yParity":"0x0","v":"0x0","hash":"0x58c079b3407fdd873670be035a00247a4e07886d5a6f94451b32638eb77f7a41"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb2dccd264c63d2cda8d2409c7d284fc464eeab2f08c746df2d6774fab4ec2f70","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x860482c02b4c44b3edb0fa88379f5236f36f38cb3759fbdb84a51706083f1666","transactionsRoot":"0x42e6b221dd246ef18bc4a0c4c0b61e91b22dddd01fa49ae506255de5df02c9bc","receiptsRoot":"0xe72ebfa07d96a42231efc5d72f1670c2eba28b0bb2a793a0ec76344b30b2a37a","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000010000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xeb","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x104","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd190000000000000000000000000000000000000000000000006e7e031b7ce27244","r":"0x2964ebcf17e19ccf8b28d3c07ec07c8109d3fa50fbd5ab0c2e6ef7d2d48a13ae","s":"0x5235a873e986aabea0ee4dde908d139496b66ef724ba6172aa90d3b04089ba6d","yParity":"0x1","v":"0x1","hash":"0x06584796db5a0872d2061a2a6f5d645abf5f1ae3f61e3808fc598790415060d9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa125326be6c232246e116c78e42829a0cdadeacd8cb482f8699f9ae1f3e48d8d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x9c316707a9277fb7a56efca54991618d2c107ad8e80f681a2388a67a9d39dd5d","transactionsRoot":"0x0e43810ae280339be30d2fe5793651c39196c747aabddc6a62d80ecd146c90a2","receiptsRoot":"0xb6110f97b71025d193cafce9a8ecc2a4593421b6bf137224e779e7751db3b7cc","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000200000000000000000000000008000000000000000000000000000000000000000000000008000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xd2","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xeb","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a000000000000000000000000000000000000000000000000539c867c7e3bfd3c","r":"0x67b8e8e26675a7f846e580fba7ecb2bc5c769868a5510015e6c446b63fe2e8a3","s":"0x396c716896b905ba434f35e5b8b3af5968028a868f2c33e8d08dfeefef9520d1","yParity":"0x0","v":"0x0","hash":"0xf269f00a90856bfe0bf0257e0cdeda43bd3093ef3c723a668821bcb49f3da82e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x50637d13733210acc179f12615ab8f2010179b0fe9c4749e6a25dc4d302ff5d7","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x220362efa92031d0246af013cb4f0244ff68568538ca5c6c5f43b6c5bc88e84e","transactionsRoot":"0x589821f9417c8497327aa6479d368643cbcf45749daa1a2968a4ea1cf6350fc5","receiptsRoot":"0x903f25fd331bf7d18a8c07cffd1cd64c029b7b832f1d28f7a2788015fa54fd2e","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000004010000000000000000000000000000000001020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000080","difficulty":"0x0","number":"0x10b","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000297d9557a14b736a","r":"0xbcb1b6a63b66a49a87f1e7a79fffa0aa5afe99a88a861bbb1f3f6e1dbb6f2a4d","s":"0x6e5280bb790e9a66a05257ba3807fd1a7022a6caad3b7637c691340300bf7546","yParity":"0x1","v":"0x1","hash":"0xb8818bfc3275da25f1c9054f3ea93c9400a7f60dfa668761d7a5d79e43f5998a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x7f3c096e884e5b087747a4de546028f6751cc9371f926d080d527d2615bee806","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x0b92223bb799155735ac0c799453336f14250acf46bc95ce9374838b6770806e","transactionsRoot":"0x1b42c302234f0d08c55bb3ce119a501c14d4202ff707dee2ddec376ab1f9c7d5","receiptsRoot":"0xfe78c741d82b49d3fc49f87381945a40ba82c8dec4129b02b675ef699b74bbb1","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000008000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000400000020000000000001200000000100000000000000000000000000000000000001000000000100000020000000","difficulty":"0x0","number":"0x123","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003d547b2078bf5a28","r":"0xdd00b9982a26bb00b231645c8c09c5a590e1c77f0ba7983691952d6c87ba2683","s":"0x2fa5d4bd14b981f991d6ac2a4a6e6300142855800538865065f9843c7091c709","yParity":"0x0","v":"0x0","hash":"0xc6c862b960b2d842b8c47c1fec6abe13b4733eea21f6ace2426b80543f2f1aa1"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb40c3cf92609507fa94b5ea96d5d7a3232fab36b395796841d850ae3253758e2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5a1a869e154ce87686657304cedda5371eed532213a3b7f08569ca225e6c5f27","transactionsRoot":"0x3faf0cc02ece57908c2d8b9d12d3d66263a21f476221f1abec493265cfb3dd1a","receiptsRoot":"0xd916c987b0383f9df238bbbfb701ecb484282b2450a41dddc17acd057a240074","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000020400200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x15e","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353600000000000000000000000000000000000000000000000000000000000000","r":"0x2abb258d8560a02b3d3aacb1a619ad464f8dcc0c2ffbd51f7aa9cf70be36729e","s":"0x56504bc87e53dd75010b70a465491c5cccb57c5375bea84c90237ea5620cbc84","yParity":"0x1","v":"0x1","hash":"0x8153e486820c1d639ab5ed2e43069deb6de4b2fbb6ce17efb3db2305bb64f2e2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8bf84980a7dd1059ed2be0837de4dce894c03b73270d2768e1cf2515652f1cfe","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb9a458c3122c1c892ccfc7e3955c20c4e1902894d326a38cc680ab6f328d65c1","transactionsRoot":"0x34c55fc520e354c66f4cbd2f720963d83c94ecb6aa6359e295360696713efc17","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x3f","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x659a9","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x58","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdf37f81daad2b0327a0a50003740e1c935c70913","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x164ed098d900616a25e93512f45603a203958bd27d4cdb38f5a6319969fe8853","s":"0x7af8b28d012e84f192da94b9dc4391386f0dc7b88a443f66dc30842f772a0320","yParity":"0x1","v":"0x1","hash":"0x2da55503d55083d5eb6ae33d57cfd41e4fd8627b0f18d66f5dcf7da9d6daed4f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4bc0c5178cd58d67d587d8d1cb21ce641773e34d48b0455566b2f56446bf5e56","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf8b4dca91ff0b4b6c2805391c5cb098120faf593599d65d229310f6973acab4f","transactionsRoot":"0x6be003f460822f13a92dc075e2c99ae8e58404f22b6f5ad7fb3a88c3a80f794e","receiptsRoot":"0xc8b9172e2d25394108d99da20cb8f249e24ec4c18d537136aece1b6f5e09d3f8","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000010000000000000000000000000000000000008000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000800000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x17e","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373200000000000000000000000000000000000000000000000000000000000000","r":"0x722cf393beb183f855f2e86c41991b575a4e4415185ca7f849c88a30dda18037","s":"0x6fa8920d023af0dd2b5ba317abf54d7f868eb0db74f3518f50e5a2f5b15a87f","yParity":"0x0","v":"0x0","hash":"0x050d9f197914c136124ce559d2f338ffef9840ba4934203f35788b0b7be07595"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6a2e9c6b5e5b3d0bcd8fe27e4396896d51ec705538ed14dabb91071487355f35","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x9bf4f46030b730233361ad7376b83fe2c252d5f6db9594fdc3ba7ce6f1b24951","transactionsRoot":"0x92b1eab734c9f626bb4ddca4f4b09924b88fff97d6fc364368836409a1be340e","receiptsRoot":"0x54ca5a364bc9876e00aca590080ba2325c8564fc89b29fa2894671593e6ab098","logsBloom":"0x00000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000002000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000001000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xb0","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xc9","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c0000000000000000000000000000000000000000000000004c612aa7299fd57f","r":"0x7312845871f59ca21fb6263c6ccb6f9b8739a01f7e89ec4912cc4a747121dcc7","s":"0x3b7fce96f4c5e0a9e327ed09c14132cca7a17f3d279daa36d1279b5e2991d789","yParity":"0x1","v":"0x1","hash":"0x71d81d98a740873200effc8cbe2c1d4d237ebc86d174d7c5179480dfe6313974"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x857c0727cd7e9b1e85efc86e783fecabfc22fa1b6c705a1abb5054ededd29af6","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x99a74ef5fc7880affb90201815eb1f65789a9a71562c8776c7c233ef777d4687","transactionsRoot":"0x79bea6e83c9c67b89c537d49db348d4c9d3f1815cf858e45f5daf826899688cc","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x45","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x2da7a","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x5e","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x8263fce86b1b78f95ab4dae11907d8af88f841e7","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xa90398c44162a518e57b6dd32452da1ebaa4d519fd40b3e8687978063906f47f","s":"0x428da88bf998bbcfffd9f530be58ac653ddaa340d8dc905e24d5d86457223180","yParity":"0x1","v":"0x1","hash":"0x09a2ed7eeab5e94385c10ee7699b11925a528c662b51954498fb0a5db9abf56e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x41382b4257d0fc97606e1ad8a3c1c075a02d6f3d262056a2289840aff489c73b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb6ee8fb0656e6fd84ebf2ffa92dc761cd3c6568bc2efdc708b2794a819fc6be8","transactionsRoot":"0x63d6b1fca4f965fbdbeafea11f5fa3f80d40b0042373134a12b7bafa60078554","receiptsRoot":"0x4371a71e07e74de1409c8bcdc9e1512f8d5fb353105323e12228a77fa7ada251","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000008000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000010000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100001000000000","difficulty":"0x0","number":"0x168","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e5900000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363100000000000000000000000000000000000000000000000000000000000000","r":"0x284242f2263de08dd61f5dfcdff80b60ee8c96fe5da0c9b85341ca63b6a384ba","s":"0x7019558dbee081a0691ac8d78a2f15bad38dcecc8d5519a900fe0fe63039da00","yParity":"0x1","v":"0x1","hash":"0x60c5f3d89f8697ee2e9a0075b5f823ff3426b3d484be11177c72bfbb3fd55e6b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x448ca4a2f2e042480c6cf2a8a78f30b48d4ec30695bd472f10b46506af37e7a4","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xbdb108bf51a5708c823fda34108e49989a5119747ce20ef42530a6dadc944f95","transactionsRoot":"0x49e0460de9237d897cc946eb298643af4f912b967174ed1f5530aae06cd0d2da","receiptsRoot":"0x2b10d066f51cf5573cd7ea7285e8a9ef70353b82fd3e27bfafb5c2ba37cd5eca","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000400000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020040080000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x192","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383200000000000000000000000000000000000000000000000000000000000000","r":"0x3dcdf7bad7211148489eb54fa6c16d910e9db512277b8a6be2d015ae6e91ce84","s":"0x7e8ac00fd388cad9bde8cd4c0ef6d009772343a0c1714bb3c46f18a0dbf2ec30","yParity":"0x0","v":"0x0","hash":"0x1e224bdb37b2feb7fa6c5240b13d0d83ff58339cd43b2512d29ccc7ba3b4da9f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc6b434f7088e30511ac1e1bb09ebf9e7967a7fcc1413632be1f4ad9fd648295b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8f79449ba46c88fe333487534736d699c01234a3538ac4f19116c7c0f8e9514f","transactionsRoot":"0xab74e4d3f6a2697971c3f51111f05b087854e5fedecce30529771ebaa09fb277","receiptsRoot":"0x56b0bdbb2cf8e9e7b621ba3a3e6ec89dc4c2b3ea4d60eaaf8835262f0ef2246f","logsBloom":"0x00000004000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240008001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002800000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0xf9","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000008042ae896b8e68bb","r":"0xb8dc6e8f4c6a57ed395608046721028655e0764713c4be3498bc40de530d503","s":"0x76eea5a737785a3791de48c08789c12dcba0e49e7ee11e24e98a876e4f26203d","yParity":"0x0","v":"0x0","hash":"0xc6545e6bf1e6e8cdae52df1293ae6c4f5fd3c484eb64939fa1408ee3849a105b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xaf90213b07aaa56674842e065d29e629b0771af2e0c6aed2e86aecda3d88cb1c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x910e2db9b31065bd78912597a912098812ee20d2086637a70b6fae1c69d7a478","transactionsRoot":"0xea068eea9245fc121bb5632f1ba4bf373fd01d17f9a73e1ff057b6bc7c88dce8","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x82","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x3a","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x9b","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x48fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xb2b84a3c8f12e57f6adf0491cd307cfc443ebba1cae09b1cf2c1bd67d4ba1608","s":"0x236851a2a230afc0b76a7a284611edf7e2bc5fb365d697010a6df69b47b3871f","yParity":"0x1","v":"0x1","hash":"0xdcfb544e1b4fb163c4335a5847be0de052a8c7dade7718fb8ccabef5c7a9ab3a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6f50942eb97aa3a680d9fc0e1b2235eca02af776edd9e26d4f34a8f5de82d91d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe0d5bdf6d6ff35a3bed33079061a4a452e2daa4d6e66bfc024d02c82c2ca11e1","transactionsRoot":"0xd22298aaafd8a27e611f1beea7fae25ed4da97ef3162c373de05364e3db6fe29","receiptsRoot":"0x7efa01f92fb42717ddfec8425431990c94a95b3c6b098c54938fd41bad7ca729","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010001000000000000000000000000000000802000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xb1","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xca","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000000000000000000000000000598aed7205272e87","r":"0x1fa5dfb64b1afcdcfcab591abe7f1beb6026f65509359f294e1faa7f708c464d","s":"0x73ca478d57cd9a4e54bdabeaf639222a9b84b10f57d5ab2d3b8dea720b76243b","yParity":"0x0","v":"0x0","hash":"0x5e2f94b95038124c2b2ef260b68b0e8269968f5c67015c0d5f3c725e09a8cc18"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb03a2dd3a66884f1c653148ba57080551b1b44ef9675122b7fd7e7d73958d16d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x28763129117f8571010640970bb55fb3d182cd550f6fd7f01c53647d8f4171e5","transactionsRoot":"0x00e59d892b0776dc4a54878c86d7c727c11683bb1ddf5280a4d36ed56bded4be","receiptsRoot":"0xf73c2ec1ca251fb65076363c4ec6b028b34658437c39209c314e395f179d6989","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000200800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000200000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000100000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x17b","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003bbfc153bbaaad52","r":"0x837862525c3729c54981fe9cecac9807a1fa9e095406359c44ce5a695b95ca81","s":"0x642314d1c8ea60149364601b247a1d759c92fddbd0ea59e787f7610b1e9a5571","yParity":"0x1","v":"0x1","hash":"0x130513550e6959d8a9a486d602e4212792e003f56c9f822fdef0d026889b4ad5"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xea803af87b8ec4f176824821a71e24d66b10716205163ba90c9d56d3088067da","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xda47dba5e3345ad2bbd1a72427374bb6c007a9d5f30face9f4bbbc66fa5e80f5","transactionsRoot":"0xff0a17fd510fd29363a88e3d3ef22867e616c13b48dd8915f81a1f02466a2262","receiptsRoot":"0xb5267ba9fa95dfaa6b2cbaf1f8bd85858b1f83694ce6fa612f55e5cc8ee1b450","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000008000000000000000000000400000000100000100000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x190","gasLimit":"0x1c9c380","gasUsed":"0x2183b","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x3103c","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383100000000000000000000000000000000000000000000000000000000000000","r":"0x71ee63fe47e54b2030a7cd93529e49fae08550aa1951fe40f3808f7bbe0727bc","s":"0x686570e135f917d17a041839759583d72119641a0704d4b9d899e6ac6eb67a95","yParity":"0x1","v":"0x1","hash":"0x4c89774547bb8c6ffcb17de6a22240d0e0f943d694cb4b8e63de4fbc5c9b99a1"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5f9233d140bc023c3a7e9dfb43ab044a2056e89c2b8184619612d720b9019050","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x161790a58d0b1b3f1b5d576d80a8b8fe9605621259396127f9c97cb2a422182d","transactionsRoot":"0x77fe73a8940aa1966980346364be0cff2d65b6a99f69be852d9559209760aa5c","receiptsRoot":"0xd5c6f93665978e99a8cb097818851793969270b69db59fb2eee2460c0fb75956","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000012000000000000000000800000010000000000000000000000000000000000800800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000080000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x17d","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002703a666cad171b0","r":"0x162ae9e1f75ec22f9e51b6ce3e63a7e471849df9b4f2b14f07b8180dba715b23","s":"0x3b8492838d85951c7c32663e5ea89980dc7ca7af71e22297c2e83b268fceee1c","yParity":"0x1","v":"0x1","hash":"0xb0c9c58b461cb72b086bd9e3bbca46e2a5325c26833438e72b386ae398d45670"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xff3174a5ada0bd82c2b38d46f66427f4d48338ec64b194b6b23097517920b660","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x717b43458423582848cfacd4b8228bbf97e9821d0f6bdb7d9adceba14b891cf2","transactionsRoot":"0xfa03e47397f48ecfcd97221375f308ee997259b86b37708fac5c9b0b2c2ef543","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x56","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x4bbc","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x6f","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x35304262b9e87c00c430149f28dd154995d01207","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x28dbee8b8f052c74f7524eeb3c968c590e7de9f99945832e484f1f5d99866580","s":"0x36c0eac836a60cd90786c206ea45f25dbd575a8520f140bc360c5de9c9e14eb","yParity":"0x1","v":"0x1","hash":"0xc70e7b04f09796e7d52224b2a3444633b24daa5c504e15cc83b076fd5663b8eb"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x1e32ccbe4c28e4ab7751cea87dc1fce9a700ffc18ebdf45c7d7a695c1196dca9","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x1d220468241d037faa1e4c3916fdf651ee2f63132ed299625c3786b348c12288","transactionsRoot":"0xe6b361536d5131256570ce6b6de39775ba88fa7568b78aabc67fad73b3dd6626","receiptsRoot":"0x90d07cbea3a2196754a8e613e74a2b07e986f2f3088794240b3272fc1f8f12b9","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000002000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000001000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x112","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313800000000000000000000000000000000000000000000000000000000000000","r":"0xdea0c71c6ac9d9c81245c5f6f5d5d1033bad3823cbe0e390fb82ce616212233","s":"0x4350cbfe765d9f0af625a9b814b7a33c39fd0bf157c70bfe62a9b9380c18c0e3","yParity":"0x1","v":"0x1","hash":"0xa593e614770af4ef12f84e9d502dd0b83cfa4f36eae00f4f30056ccca25234e4"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xada9e838f242ca82a50b2aa39bbe2907b0907f2816ca3ffc4b4cc4534bb9d81d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x262badd35d5250f4dd6627ed51f5b9981c4c513868371daeb11e927b82a0e2c0","transactionsRoot":"0x68e606f0eb6d817c063b088a0cf8da059778e6fa0143c7c4e65a1b7077a86639","receiptsRoot":"0x73cb0eda4f298a1fc689cf7f3f9d99f7351d8dbcfb38287c9c9e8bed0dc18957","logsBloom":"0x00000010008000020100000000000000000000000000000004000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000040000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000100100000000000000","difficulty":"0x0","number":"0x148","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343500000000000000000000000000000000000000000000000000000000000000","r":"0x944286e9c3a30eec5e633c60000bdfa3d6fa6651c898f34ff7e9730bdd07e8c2","s":"0x3fa368a2e80e32237e85486292ec626d5d0c0b30a0bfe80bbad634dc87d857f8","yParity":"0x1","v":"0x1","hash":"0x6d6db0adc9295fe5e94c5877fddca7df14febcfac138f2192a75545d4b2bb3c1"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x2054d7d7e20db00d719491016d65cf3eb2bf878e43677a6950972a1fa959d95f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xfaf46dba0a1f3699829020a360ffd27903972a22e4e3c804a56b43fae1def7d6","transactionsRoot":"0xe00b30c44ffe6c953ea7890906a0aa891c7d933f2707e50b161df4af7dc9b274","receiptsRoot":"0x66c89aaf12a33ab806611ef98674486a2a569e694b702305cd9061ccc859926a","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000100000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000040000001010000002000000000040000000020000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x18d","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000080267dc069a25faf","r":"0x73c68cc120b1012f592711cbddc681bc9d6da4647f8440c44b2917e6116777f2","s":"0x4468cc13449fa0334237b1c4a92c6941875acd112ca288cf7584547a40ba0ccb","yParity":"0x0","v":"0x0","hash":"0x8de0f7a4f6520beb89bab9eca649cdff4a4e8cf82ebfff77460517dea9e7e6b7"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x285865e4fd3224b6844a86a838e7c1a5a2f800795205b6bda5f1c22722498d1a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xfad21e0e037aca6b40ca1cffb1e80cae7171d73ccfaf6f366de90a1db8da7691","transactionsRoot":"0xab3ac80cf5e7654f1bce6bb496126e84401de95afab30e556ce31923495bfda4","receiptsRoot":"0xdb6146c073b3b336791d51275f307efc48a68ca6fdc448ac7b8d37e8570def9f","logsBloom":"0x00000000000000040000000000000000400000000000000000000000000000000000000001000000000000000000000000000000000000200000000000100000000000000000000000000000000003001000000000000000000000000000000000000002000000000000200000000000000080800000000000000000000000000000000800000000000000060000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000010000000000000020000000000000000000000400000000000400000000000000000000000000000000000000000000000000000008000000000004001000008000000000","difficulty":"0x0","number":"0x15","gasLimit":"0x1c9c380","gasUsed":"0x145267","timestamp":"0x67fe6881","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x58a6607","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1f","gas":"0xa584e","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052610b478038038061001481610324565b92833981016060828203126103205761002c8261035d565b906100396020840161035d565b604084015190936001600160401b03821161032057019080601f8301121561032057815161006e61006982610371565b610324565b9281845260208401926020838301011161032057815f926020809301855e84010152823b156102c5577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0385169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906102be575b6101de575b50505f516020610b275f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a1811561018a576001600160a01b031916175f516020610b275f395f51905f525560405161073f90816103e88239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b6101e86060610324565b91602783527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020840152660819985a5b195960ca1b6040840152833b1561026a57610259935f92839251915af43d15610262573d9061024a61006983610371565b9182523d5f602084013e61038c565b505f8080610108565b60609061038c565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b505f610103565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b0381118382101761034957604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b038216820361032057565b6001600160401b03811161034957601f01601f191660200190565b90919015610398575090565b8151156103a85750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610300000000000000000000000067d269191c92caf3cd7723f116c85e6e9bf55933000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","r":"0x5470ceff7b6c88680a28d70e4b1cf8c815484956793cf3fbbe1a95bcfe7bf28d","s":"0x35b0c0762cafd05f2622248ebabb5fa3eae63b79a24feaa32ff174e2dc1db9b7","yParity":"0x0","v":"0x0","hash":"0x7242e93d4e07f10f42e2265baf705a3b3fd5e9ae284f292f303fb7d959fda6d1"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x20","gas":"0x5ba81","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x608060405234610242576105ba803803806100198161025a565b9283398101906040818303126102425780516001600160401b0381116102425781019180601f84011215610242578251926001600160401b038411610246578360051b9060208061006b81850161025a565b80978152019282010192831161024257602001905b82821061022a57846100946020860161027f565b905f5b815181101561016257600581901b8201602001516001600160a01b0316908115610107577f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b91526040836001945f525f602052815f208560ff198254161790558151908152846020820152a101610097565b60405162461bcd60e51b815260206004820152602d60248201527f50617573657252656769737472792e5f7365745061757365723a207a65726f2060448201526c1859191c995cdcc81a5b9c1d5d609a1b6064820152608490fd5b6001600160a01b03831680156101cd57600154604080516001600160a01b0383168152602081018490527f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e88929190a16001600160a01b0319161760015560405161032690816102948239f35b60405162461bcd60e51b815260206004820152602f60248201527f50617573657252656769737472792e5f736574556e7061757365723a207a657260448201526e1bc81859191c995cdcc81a5b9c1d5d608a1b6064820152608490fd5b602080916102378461027f565b815201910190610080565b5f80fd5b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f191682016001600160401b0381118382101761024657604052565b51906001600160a01b03821682036102425756fe6080806040526004361015610012575f80fd5b5f3560e01c90816346fbf68e14610243575080638568520614610153578063ce548428146100745763eab66d7a14610048575f80fd5b34610070575f366003190112610070576001546040516001600160a01b039091168152602090f35b5f80fd5b346100705760203660031901126100705761008d61027b565b6001546001600160a01b038116916100a6338414610291565b6001600160a01b03169182156100f65760407f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892918151908152846020820152a16001600160a01b03191617600155005b60405162461bcd60e51b815260206004820152602f60248201527f50617573657252656769737472792e5f736574556e7061757365723a207a657260448201526e1bc81859191c995cdcc81a5b9c1d5d608a1b6064820152608490fd5b346100705760403660031901126100705761016c61027b565b602435908115158092036100705761018f60018060a01b03600154163314610291565b6001600160a01b03169081156101e857816040917f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152935f525f602052825f2060ff1981541660ff831617905582519182526020820152a1005b60405162461bcd60e51b815260206004820152602d60248201527f50617573657252656769737472792e5f7365745061757365723a207a65726f2060448201526c1859191c995cdcc81a5b9c1d5d609a1b6064820152608490fd5b34610070576020366003190112610070576020906001600160a01b0361026761027b565b165f525f825260ff60405f20541615158152f35b600435906001600160a01b038216820361007057565b1561029857565b60405162461bcd60e51b815260206004820152602a60248201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160448201526939903ab73830bab9b2b960b11b6064820152608490fdfea26469706673582212200226543715fd8cfe8933d14ee770933e8843a803aea2f80707682d7973c1d50164736f6c634300081b00330000000000000000000000000000000000000000000000000000000000000040000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000002000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","r":"0x7e3628ad863653c9b5fcbf9e728524bc1ffef9a20231a67d74d3e49d21bc272a","s":"0x7bfcedb9981cf497972f4969f6255245a33925e70d118ad6a783d4cff120037b","yParity":"0x1","v":"0x1","hash":"0x720bf3367901654bf84d05169d445ee41abbdc719daa36f490b66d1a1be0d0ae"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x21","gas":"0xa584e","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052610b478038038061001481610324565b92833981016060828203126103205761002c8261035d565b906100396020840161035d565b604084015190936001600160401b03821161032057019080601f8301121561032057815161006e61006982610371565b610324565b9281845260208401926020838301011161032057815f926020809301855e84010152823b156102c5577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0385169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906102be575b6101de575b50505f516020610b275f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a1811561018a576001600160a01b031916175f516020610b275f395f51905f525560405161073f90816103e88239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b6101e86060610324565b91602783527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020840152660819985a5b195960ca1b6040840152833b1561026a57610259935f92839251915af43d15610262573d9061024a61006983610371565b9182523d5f602084013e61038c565b505f8080610108565b60609061038c565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b505f610103565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b0381118382101761034957604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b038216820361032057565b6001600160401b03811161034957601f01601f191660200190565b90919015610398575090565b8151156103a85750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610300000000000000000000000067d269191c92caf3cd7723f116c85e6e9bf55933000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","r":"0x87f988d02828aedb00579cfc84c425dc4609f9e61577422bd2424712b9c0ae","s":"0x59228ca9249461409ebd1f2700c6a78d1c93589306a4d05b3cc890add64d18bc","yParity":"0x1","v":"0x1","hash":"0xb584f01056ab95cc945dd8069fdda106ddb79a6e217abcc8c491a2d4f8786d08"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x9e65b67adf5aef3a6746dfcf262396e7ea9b902ac266bf33ce479b1621e708c0","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x45361ffe014b8d70066971502e45ebf38a2567112e63728c59511c0c283ab786","transactionsRoot":"0x8e9ede6a56210b9b5f34109ccd6ce7d521b791749188c4373806a87ca2e29117","receiptsRoot":"0xdc61514cfb33a0e664619f3194216becb04a2217b8621935ab1218760d4cc908","logsBloom":"0x00000000000080000000000020000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000800000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x195","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007b5665642e785f30","r":"0x85e26ccb9afe983ed7e43521100d1ebfe46afccdae44a6c57f0fa92e82a54bf8","s":"0x1f15b2d3e62be746c12f3c76120864062c964f299f1274658df80b34212d0024","yParity":"0x1","v":"0x1","hash":"0x5bb0bcd02d6d6bce75759a959d7dd8cec7907fde77b6aefd6e61c84384b4ce32"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xdf5fc928bd34163857431537d61639fdd61bacde3a91aeb85e1b29a0d5888b2c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa66d27b3ffa368e4cd3f40c60554c81ab703c4563b49bdebd54202ceed2cb0b2","transactionsRoot":"0xd7a5732eeba83ec6ea98c8196026d41914ded4d020571da6350176753acb903a","receiptsRoot":"0x99c275f8ba91f3d1ecb7ba851c49705ff064f9198318bf18180d77b204de31d2","logsBloom":"0x00000000000000000000000040000000400000000000000000000000000000000000000000000000000000000000000000000000000100100000000000000000000000000000020000000400000002000000000000000000001000000010000000000000000000000000000100000000000000800000000000000000000000040000000300000002000050000000000410000000000080000000000000800000000000000000000000000000000400000010000000000000000000000000000000040020400000200000000000040000000000002400000000000000000000000100000080000000000000000000000000000000000000000000000000400000","difficulty":"0x0","number":"0x22","gasLimit":"0x1c9c380","gasUsed":"0x992ea","timestamp":"0x67fe6881","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x12c799f","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x3b","gas":"0xc7230","maxFeePerGas":"0x37a341d","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052610b478038038061001481610324565b92833981016060828203126103205761002c8261035d565b906100396020840161035d565b604084015190936001600160401b03821161032057019080601f8301121561032057815161006e61006982610371565b610324565b9281845260208401926020838301011161032057815f926020809301855e84010152823b156102c5577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0385169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906102be575b6101de575b50505f516020610b275f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a1811561018a576001600160a01b031916175f516020610b275f395f51905f525560405161073f90816103e88239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b6101e86060610324565b91602783527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020840152660819985a5b195960ca1b6040840152833b1561026a57610259935f92839251915af43d15610262573d9061024a61006983610371565b9182523d5f602084013e61038c565b505f8080610108565b60609061038c565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b505f610103565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b0381118382101761034957604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b038216820361032057565b6001600160401b03811161034957601f01601f191660200190565b90919015610398575090565b8151156103a85750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103000000000000000000000000a85233c63b9ee964add6f2cffe00fd84eb32338f000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000084019e272900000000000000000000000000000000000000000000003635c9adc5dea0000000000000000000000000000000000000000000000000003635c9adc5dea000000000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e000000000000000000000000000000000000000000000000000000000","r":"0x106bd55eeb4807b22843277fa772e9770efaad3209aaf184ad4ec54958ea440a","s":"0x59c032b8d8f99f154cfbfc00cdfb30d545024aee00541ffb2eea28404283bdb1","yParity":"0x0","v":"0x0","hash":"0x57aa7460f5e21c6e62b4a3b349dc59777929f70f22aa16a12b6aa0651af203c0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x0b8bb2c8b001047863aaf61b1daad48b114be2be52564a67571714cf193ed1c8","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x2a20f650f1c94831acc867f5d1ce73818b2bd9fee0dd72c3383018b1b576a966","transactionsRoot":"0x24dd1f25d6cb99f786657812f5ec2cc006eaf41b698e0fb1391cc7c57c82bd3c","receiptsRoot":"0x4696982ef67ac2887294e2cc1ebb8087db06f641c1004421d4756b51227fad09","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000108000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000008000000200000004000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xd8","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xf1","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba400000000000000000000000000000000000000000000000001570f3822260154b","r":"0x51ad9b7e97d2a6b1fb2e4c79d78a62f995c9f45be8561afce29e0940f069310f","s":"0x52bbf68bdd466c4468c88007b399b38d785a1ce1bf01d29caac3bffa3bc3a94b","yParity":"0x0","v":"0x0","hash":"0x014d12fda308d0846f3faef7cac11f2e8b33b0374a5fa8d2d958b025e63f8b9d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x0be7cf901b2d6f774a84e0813745991a6dd7d7b6bbf365157ea6ecf797b49799","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa03eea144154673e3b2d98e6924008c3a4808189e80de764671f0db217308e07","transactionsRoot":"0x0e20015b8ebcd32066e212772a6da9ea5aacb195523920628d4db9e3df48c518","receiptsRoot":"0x9ef3ea18347141f0eaa5cd81220e1b64fedac314acb65ba12fe8a6daa1d30c25","logsBloom":"0x00000010008000020100000000000000000000200000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000004000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000400100000000000000","difficulty":"0x0","number":"0x152","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353000000000000000000000000000000000000000000000000000000000000000","r":"0x593383e48622e4b045e4ff4e2edd7616566e9aa3161d36654ca05879caff4339","s":"0x364f4e84b3a23d3d972448f87bb24ff64bd12baafedd754d0a12ba8657a684e1","yParity":"0x1","v":"0x1","hash":"0x3dec5eecf88d09fa0ca8ff3b0fbbcf70e22b29e02629857a4f68ff8af27dc56e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x71a501291925caa41f09576b5d264cf5e26c76078b4cbfb2ff6ff34cc0f5c29f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x784f985f77f18b967c2774ba03e242b9271ecfd3e49977660e312fea6d68e04c","transactionsRoot":"0xa5f40bd076c7ebaea8e1cdce307edc7b6f31e9df72fc11287346b2fe9b476cab","receiptsRoot":"0xe51285cd1a4f7ace87cb305ef65f282c0c8643d5e4395ff8afb1c2cef9c984d3","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000002000000000000000000000000000000000100000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x118","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e5900000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323100000000000000000000000000000000000000000000000000000000000000","r":"0x782063c3fd94ff126b64048205fda73d4e3d34f68a4b17b84d45ad718b60efbe","s":"0x2e1970db22026d55b496823db3ac0bd89c192d566ea1b822f0d56e369cf57dbf","yParity":"0x1","v":"0x1","hash":"0x8667645814eca0433e7dc861a6e60600f8d3c679cc1e0180bb454bb30500fbdd"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8848c30d510b21bc01c478673c325eacf4c3266c399102b8de79683fed88562d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xddf17a2157d9e4def77a6f3bfc43a6e724fac26e36cd15896e04cac381f2deed","transactionsRoot":"0x0c312fe406bcbdcf0a983a49ee6d6f2f34ae58b299275adc7e7dbcca8e8d2d5f","receiptsRoot":"0xfd82cd444236fb7453f64cb6930cd2266edfed1e8e49f5ef02d7bf6389fa1fd7","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000030000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000020000000000000000010000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x1b1","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006e7e031b7ce27244","r":"0x2d35c95ad45658eab243a1a24743ac00f0019140f2a668b0886ee058e3fd0476","s":"0x7b4930f4857ca1573dd6b6f2af1015e910dc57c928d58d5c503c228f1daeceef","yParity":"0x1","v":"0x1","hash":"0x01fccabc779231816ae6a71a49cd4d7eed3c28020665b41279b52c40bafbf56e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc35f52051a30cfbdbae2a02fbb750f96c51a62755ac1d5fcc7db2e3b43df7f43","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5d5329308a5cd9f2d24e831b5b8d3fd58794930d9e99f9bc8f852c75433f8bd3","transactionsRoot":"0x970ae20162b3cf47d1a44ddf75eb946156ea4b62c7b77ad4f0f57aab6c877f58","receiptsRoot":"0x81d63756b1796e15b5382c6a2c2ab1ed2eaa959143cea7ddac7e33c6a0b36028","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x13","gasLimit":"0x1c9c380","gasUsed":"0x131d3","timestamp":"0x67fe6881","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x733fa4c","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1d","gas":"0x18d92","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x608080604052346013576073908160188239f35b5f80fdfe60808060405260043610156011575f80fd5b5f3560e01c63c2985578146023575f80fd5b346039575f366003190112603957805f60209252f35b5f80fdfea2646970667358221220d5ca37cc61191b8243660ec0ec23d99f082b7e7dd7b4673c910cdda8dc2bd97f64736f6c634300081b0033","r":"0x8e775e8240e6eced5e7d604dcc367a5aa9df667a11a23ffd037458b781eb1f36","s":"0x702143c11f90786047c602b07a5b93549e90250512c4e5b297896adac21fea6c","yParity":"0x1","v":"0x1","hash":"0x0a1454613bed57408737572d38da686e93616050a9c28ac5f2dd974b92ee485c"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x0bc67a57232ade1b13a1d5ef56f8371214cb182b3f9cbde4f9f08e6810dd9fc4","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc74afd629ba8b5ff23c59dc97faedeb9900e1d8897abfbf8f927c8915f56fb85","transactionsRoot":"0xbbf2251b5b8814041cf343af25c51c34b3e50737954e15fb83b03d908ef9b7ed","receiptsRoot":"0xdcc91479faae70c5d98cf22040cc632a50497e133ffb14a73d68df3452774971","logsBloom":"0x00000000040000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000100000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200004000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0xf7","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000122c6ab631ff0891","r":"0xcebc96f06b97b36ff28bc420b192150efb05026b8c5cae70f517871daaff6249","s":"0x3bfb5eae3278995291a2bd5ebaea23af98bff829ee7042de1ab72137e0bec495","yParity":"0x0","v":"0x0","hash":"0xe7f0e02ed37f1ae63611c197e73fccc06941262736ee0c190c78681e5ef37a3f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x75a45887e5f574083295f3447eb2ce31ab376173ebb8b1a55ae30bd4891a3336","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb3f656b07bca8667eae928b92e7b8fd7195a34e14e9d5870108d613cbc3f4742","transactionsRoot":"0x0e0443eea7e20529f915355809ea2a92d207482d13022f884a7c04ee61473b02","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x75","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x13a","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x8e","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x9e126c57330fa71556628e0aabd6b6b6783d99fa","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x5b5ea95da11f07e12b0eb827f2d087f0001e87dcd2ae5e549fc2cba95c0b35ad","s":"0x5bbc563f85a3a7ab649a26c6aa06a5f87aed05108ad9b00787bc4a1f83a34813","yParity":"0x1","v":"0x1","hash":"0xf15e29564c057a0db102a2bdb32492090ad8fb15ea8278c59b366d88404f7359"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x30859dbe988deabbd8887f2626ddb3090ea644d4a7ec41ae36f7870bb2aacbd7","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xfc24c76e57d7572ad7893885306ef8b377288c2e7c33465bd2550b9e3c1beda9","transactionsRoot":"0x2cd9239beae7c69a08f1feebef73f63fb8c0ce6ed125cdab16eb9c7334124c41","receiptsRoot":"0x344a81d567c6fa8d0fb1ca2b8312d2727d4e8283cac7c13aac1af500eb88e32e","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000020008000000000000000000000000000000000000400000000000000000000000000100000000000000000002000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xcb","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xe4","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c00000000000000000000000000000000000000000000000001bd4943ef7e051c3","r":"0xc6c2aeb4d790b3ca0d789d89a1fd61ef6948e6a57a67d1816ce5f6c8a4949e4e","s":"0x474c4d6c1737c0c9ab375273a6b70a95d72b08e15254e5db80927dacaf2a29b4","yParity":"0x0","v":"0x0","hash":"0x26398c32d8768b7251878681cd0d9eb793c87c251ae3d11da39020d49787e4e3"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x321ec33d953ea3af7e208f26cb895c57902feb21b2cb004e22ee6f9d5608a4d0","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3f8b31143dfb5c4ac23e331e249e857bc22d03ea82c9465f82f9d516e31fbe4f","transactionsRoot":"0x2ce87f7b999378b31b3031d37ffb2bc24d9ed28efe502b01cb5680d329ecfe1b","receiptsRoot":"0x4c18270d7edd7b11be5414d42d63d42c3137d83fb419efbfcaaa4bd8cbabe8dd","logsBloom":"0x00000010008000020100000000000000000000000000000000100001000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000020000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x16c","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363300000000000000000000000000000000000000000000000000000000000000","r":"0x7e9d6a820a268ba03ff221283f34006ce8b707aac637194aa70f64bc26bc940f","s":"0x3ecb5e14b73e684de36e7fc3ad48bf93b351356315323abb50f400c903f6aadd","yParity":"0x0","v":"0x0","hash":"0xf47b236363c8bc102292f58edb815f5d70ed534593c692082d780102596baea2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x54915d9235bf1528edd0223e615628d6e30afb0032167417aa5ea92c8fc10f09","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8845c88be58180126cf1f4db7fa977098f8b744f08c1d64c45e37cf4b8fc6069","transactionsRoot":"0xe49bde3f079e2f92ac87908b99818681497208a316e888eb59f51dba4e72c834","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x26","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xb1ff41","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x3f","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x1290bfd65cd0071c3c4798719e16b715d8ab9594ab8a2f0bd4e756fa76caa070","s":"0x2f629b835e155cae66a417cfbe63c6d6c2518c81ac513c01e26de684c2cf82f7","yParity":"0x1","v":"0x1","hash":"0xefc0a877fe32ffac5a71eb2a07a20177651848d103f2cf75ffd0560b416a47cd"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc6ce4bf4f775a4e9392d192a45cfc519eda38c9eed5d0a4826f189d4367c2594","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x20681d82f77c3ae8cac693fc8a828aef315bcf4bb73dda6d3174c7d1b206b11a","transactionsRoot":"0x5434d7b214baab72e9d914c1b3292d7af876432f8d87b6876dbc635831a0d47f","receiptsRoot":"0xc54cbf24fc3ebfdd4649dbdf2e5b7541ca517b933a5e45c7bfa311a8bf8ff321","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000010000000000000008000008000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xa1","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xba","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f10000000000000000000000000000000000000000000000007beb33e25ef5e098","r":"0xbea424de9586181ee371580398cc4dace837d3ebecee1a1b92b4cb5161d50b75","s":"0x40a31cb57934cdd533108e62c621b127915a3e7b24acc0860e423733d1ef25f0","yParity":"0x0","v":"0x0","hash":"0x14ad60d4b04b41bed2241ab7166ad87820b319bc662eb80bca4c8200d8b2acc5"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf55d8ac358b0d2bd62a01368900c7385f5c24914a981c8dc1f720b0f4b8d7381","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xbee923c5a7e926b73dd5d50d0c888b99e1fafd0647cee3df3421c7a7183a4896","transactionsRoot":"0xe709faf3db8c678a968e6ecd85d920f688e8c1b8ed2b8a9d65740e57b89dbc42","receiptsRoot":"0x45527df4bd76d420f37291eee96f3f090d6d714c0c71126507676016a03b19f5","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000008000002000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xc8","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xe1","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d0000000000000000000000000000000000000000000000002f8498dda5bb1dde","r":"0xc884d0708f2541f8e71d1b5003954092769d3c594eb3c13b37081ad0efdce318","s":"0x5defc5f986fb66c39c22fe6c0ea33584707893dd54ae1c5d674ab25847e2b952","yParity":"0x0","v":"0x0","hash":"0xd732c2887f85cd51b65ef49b0d0243ca922ca77fdab436a252c0dc741744d33d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc6e1752f4754e38cc197036bed0492c95df35bd1af8b203488f0209f9e11c6ec","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3c0be8a8a94fa4590c8123441c980b07a7dbf052049d69cd77436358650cab16","transactionsRoot":"0xeb6a3b6729135a61dd480ffcfc3405659d8fdf5384e179236d90540bc6423bb7","receiptsRoot":"0x72ba24dad6d32866c05d8ce6a06a3affef7a34390353b4e7443abd6d629c12fe","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000080000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000800000000000000000000000000000000000000000800000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x1a0","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e5900000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383900000000000000000000000000000000000000000000000000000000000000","r":"0xf26cdeff807ee9007b067eddb228236429a39ec25df7ee55cc4addc7d466e75e","s":"0x7c3682b3521cdae64a587ac0bf7b2e04740cc564ea555a7b426ca1a1fdeeac03","yParity":"0x0","v":"0x0","hash":"0x3b6f669118c54c118083e76293c56167341ac70ffca09c455275bd03cf8daf5f"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa9c7587b86644d3abfb558939c0bd9810f4994129b87047f16f9d76b32fd67ba","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5f89dc541314b85d8f6185b737ed152a9aba4a9d701076f5680dac61cb1c21c3","transactionsRoot":"0xcadce2dce69bbf0f6eeae62dccf30fa1828bf9a0d78a9f1d3249eabefd67ca01","receiptsRoot":"0xac077e66d951d01faf14df8c8b48c3d42ba9bdec3c891195aaaf24083cfcc454","logsBloom":"0x00000010008000020100000000000000000000004000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000010000000000000000000000000000000000000000000000000000000000080000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x198","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383500000000000000000000000000000000000000000000000000000000000000","r":"0x7d8aab4764969ec6728687e83d3c5e95419fb07d3c6dbcbe6332d87c34b2e3b1","s":"0x385f3715123fff839f74cdfe139a4c3e284670707b3cd72a4299b28392251dc","yParity":"0x0","v":"0x0","hash":"0xcb117eb70d197b6417289dda68e8dfa050fe940473486c3e598f425f0b49fe95"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb6dc42bd2018d58705efc590b1a4dc8fa3b4aa33aa0563dcd3decf370da36f96","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x2e161d7c77a31267e8f942d0156578155fb1876080f06aa905d1343b4f029cda","transactionsRoot":"0x649134bb248eb0c1e51fe9fdbf3b6e161928664457ee9b0f0e9a76f4d2fe982e","receiptsRoot":"0xe0b44f46d048418b6f849ecb96e00377270de458e6999ee7e7598ffcd7ffdfe9","logsBloom":"0x00800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000008000000000","difficulty":"0x0","number":"0x92","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xb","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xab","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f0000000000000000000000000000000000000000000000001c712bd73fa1ed3c","r":"0xb6b936505209c54c8a1ddad69fec15fa477decd5dba6d0e07c69875ad111aded","s":"0x1fcd09cd8f15c82e0ac1b5e0c034fea1c18bf6f743e52782b94384aeda25d7ba","yParity":"0x1","v":"0x1","hash":"0x9a6027a5bba5c5c8f69eb8633bbe5071f1dcc4527ead18907393d841e880d0ba"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xdbe129aef55d24d9c5f2b0f0feb2403509b944cb0e1bc5da8ea68162fc77af26","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xcdaf8d251660dc16b1fd0332d1e82efb44e382f0d6f3232dc957375332b19083","transactionsRoot":"0xd31580a21882aba790dfb6d2a880080bdc5c2c3f36f67340bcfa6549a5840573","receiptsRoot":"0x311417fcd1b28bbacb6370bbaa76c73037f1292c7123b349b0bde860cabb5881","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000001000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020001000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001810000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x19b","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006579430c2f80163e","r":"0xc26c4e8cfcfcedd7510217511870fdc0143bbb1365faeb307f83967a05cf00cd","s":"0x7263878418355918af631b1ded7516f1ef09dbeffea3b69f3639f675d926fb49","yParity":"0x1","v":"0x1","hash":"0xc5287bdb71490bb5f411367bc4d43effd0b70fd3722a923a6a7957fd69db65c3"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x844f3db8c638df5098b690ed09bab208e80cddfa56a989e3d165414bc0a4257a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x78d68a3a3e866177148cd58f232cf0b2783b7dff519540006faacc5d7196d966","transactionsRoot":"0xd4eaede570a8032dc0cf0a7b40f7bcb6e8022ec868f9c7ee4f7ac3e6b1f69d2d","receiptsRoot":"0x8661d9283843caac2904ebfb045824d516bf99bde2a682c0d739a20d6a527f61","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000200000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000200000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000001000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x108","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313300000000000000000000000000000000000000000000000000000000000000","r":"0xa1536f173e4b2d101209805f4559c65a03b9f8e0f8ed8b68fd6ad49e63959c0d","s":"0x3374325c743a487d27a8d47c2ab52d0c5a996b366078147c91b5780798e9e650","yParity":"0x1","v":"0x1","hash":"0xf0e702ba345e7debabd2264df40b1ce35e9a3416665b3b1375163e71ed628cbb"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xbb068b40b2ef41c474f33d7c583f113dd168e2e1f44f4b63fb8228ca9cb1fb50","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x55626a091091c78d67b326639c22416028368148978d287cbaca902d09775ea6","transactionsRoot":"0x9afe395bf62229d331fac1d3658e9c7c40f36f7c0c618d8954492a9b9362a83e","receiptsRoot":"0x4811b6d687682b6c683f51014d987f4557e1f514ed93a8bdcc41114fdb45b174","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000800000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xd1","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xea","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b0000000000000000000000000000000000000000000000002703a666cad171b0","r":"0x25fde51b4b754478d7d50504a5f643c3861fdca63fcc967af740dcebe7519cf9","s":"0x427eeb979a9926369f2d3c7d937a20529b2a7d7413581df7e003684d36ef9722","yParity":"0x1","v":"0x1","hash":"0x8310caeae048fab6507cf3174dd42ca41d5e750f75b445e38d15e75bbae17c40"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb12ab41f3489107190fb6616780885d65cb1515f7dc5da0c2a5c3183e2ba1b5f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb54b13f0d70f39404150f6f1a81754e91dde78f7a7031e746ca80766ffc2bc24","transactionsRoot":"0x69b956a7f1a13eda9db1b4ff6d7daf4297a2ff0dd814a446a4e0b1e9f9d78137","receiptsRoot":"0x76571dc66bc6e98536bdaff5539621f4b85e7a7fca542455456f0d6561f23697","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000008000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000005000000000100004000000000","difficulty":"0x0","number":"0x163","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001a1ba04ee1a41b73","r":"0xce920c430c9ffa53d7925c1c868dd91d372985cb214872c6d7a4effb85f3c97e","s":"0x4fa5b1b0037a021ae5126cceab962426482a6bb22844bf59c3d6fca908e85564","yParity":"0x0","v":"0x0","hash":"0xebfb5d763492cfb55dcc52486d7f7d6c327ec0140ed5e1195d5d313d6b169494"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x15deabe7709babfabb484a14762a9c82fddedd3bddd286a2cba640dbf582393a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7967f3d63d6921b1a4e79d261e92659b06df3bb0263145a928286bf862192297","transactionsRoot":"0x5401d7e09465b7ca526399ef4f8197fd778ed1a2fd5e6be51a85d4a132acb918","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x65","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xa43","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x7e","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x2e6b7d320db0577a392b920e1d0e7025a84834752d66e3eb27849c9d9a83e968","s":"0x75384192be9368197515b8ac4f9351f2585adeb46e82f7b3a5a7882c6395a359","yParity":"0x0","v":"0x0","hash":"0x3561e65b28f989f0299d48aee683e92bde3165e6e657a445190555717fbc6aea"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x7bf6016b19befb2939100350ff86cb2fdf93642e9a9cec4d3444cb937429bbb8","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc9339c6c25d7aaf2d976dd37cb8fb5cf05f5f1198d44223b7e33a245a9e77dbd","transactionsRoot":"0x0949db742e984c2bc2ae077a975d1ae8119379b135e3eeb1a9f8a01593901766","receiptsRoot":"0xf9be6fb8d02c47a01701e226dbd60acf5ff7e4504fb03727ee1528d144e5d793","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000800000000000010000000000400000000000000001010000002000000000040000000000000000080000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x141","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003f94a2da3a2576fd","r":"0x8b78441a4f7261673d4b4eadb8afe9a2c1cd6c910238a3d27d9b994f6b3c81c7","s":"0x70de19c9a0751641e45ccc730559db0ba8805c23950c91717eb6aeabd46d042e","yParity":"0x0","v":"0x0","hash":"0x1ca2c7c159c3a6871a1b929c6becb9836a1832acf9c6470e7cb734749ac68a95"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x17c3f97149378e55b1ec5603f19d453bc4bd9a23bc5247f1faabf9469b04dfb1","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x347e7774dffda64adef937cc69b6fe864a95dd6800d39908fdd962f97be38456","transactionsRoot":"0x2a388efad8c6030c24222c5c4cdfd40c60aa6662478f86cb89808f041425bd69","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x39","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xe21e8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x52","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x8626f6940e2eb28930efb4cef49b2d1f2c9c1199","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x27748feff1cbbb7e6cac37467b066dd009a8969b18f6837a72d97703ec1412c0","s":"0xe444dafcac48f016693c5c4f250a1c3bd98d139d03af1893464f1a622645705","yParity":"0x0","v":"0x0","hash":"0xa775586d69f69569ac96e131f82dbd46a2a5c7f48092431943b5a75755a6a972"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xed025aee7d9a72b07d925ed1d98553dc0cabc3e22cc9d4e4dd420bcf6a2e933c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x2156d46e03a636d4c75667a3bbffa7e8d43ba72851e531daeb5d1570ed9b9f53","transactionsRoot":"0x77b92e4b451cbea38a7bbf73c085b88bfdc6b39657666006ba918c94839af073","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x7e","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x61","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x97","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xe5d3ab6883b7e8c35c04675f28bb992ca1129ee4","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x3f992531aa0e31b8ed60287ae826ef384c833321a08125e29a5929eb82d70672","s":"0x437a3696cea80d379b9d3e4b9b106e24bc0f5a04413e88c8ef78a4d5e35c468e","yParity":"0x1","v":"0x1","hash":"0xd5cbd44289a776022542c9432f46fff54ad3d15ff740c1f38077541997e5a83c"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x239cbe41fbb5636f8214b31e4315d0464ed22806a3727302463f5f4b06f79f96","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x581b20c82e1e158cd20ee3cdaaab800d11e89b120dbf4dce47b5e42df2839b84","transactionsRoot":"0xd482dbd885b276271b02257136956e487787bcc3b3ca280e9dd7d85f8f000b3e","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x71","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x215","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x8a","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x54ccceb38251c29b628ef8b00b3cab97e7cac7d5","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x6532abc39387d8c00ac12af478fa9978c169d34fa46789d24a52b7b2ab926096","s":"0x4d3a615c177e1ff9ffe9660c22bbce48d113a51566e9bf34bf233d52af83e6bb","yParity":"0x1","v":"0x1","hash":"0x668bd3b8fd5be5f2e7f311bec58f9986ae0ba41ae72db22ffdab2a3ea4157d9a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb1362aff4462e0a398692a3bae14a53ea847c642585c48da441d3ce4073a9382","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb0c746ce84bdfd8574967c66105f52171e93e633d20e58a04d3c2704f175a7de","transactionsRoot":"0x5bfb01b0a15eb6c43b8b15e26a43a40fb2bfd99502ccc2c7393ef12acdcdb3da","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x4e","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xdc09","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x67","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x9ef6c02fb2ecc446146e05f1ff687a788a8bf76d","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x658dc525382c5400d7f72fd61ab31b77124fab323bd091cfde1012a10e50fd71","s":"0x639310f22016c35e9f19820b3dc162207310533fba2dfbb791f5330e32f8d05d","yParity":"0x0","v":"0x0","hash":"0xe43aec0fef0a5cd873e7b53ae582ef04ad6cac8090ed8c19df5c802f99b71390"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf205d3c33bf48cf3f7ee06a1194d3900a830ea7f427f3f47b12cb3a3ea05594f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb877e001be16c21f999ee0509120a202e4b332cf6b46a79b1a02be545982eca2","transactionsRoot":"0xffb94ab83a1491312502d8fe786936e42c245426a384cc9896870108a1252508","receiptsRoot":"0xafca0cf2190665cacbe2e787553706db9d2d16ef948fd62833e4a4848803da65","logsBloom":"0x00000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000100000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x9a","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xb3","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec3000000000000000000000000000000000000000000000000012f18e79c1965b98","r":"0x3739746ccbf526c764b4af3e8613414ebe348f8e700a42ae1bb553c92f102773","s":"0x6d4d0ffa14dc4e81038713a530e18a52cd6eac9a65b0031355701979403af83f","yParity":"0x0","v":"0x0","hash":"0x8f9bc735593d32e07b7bec2443278d5753be24bc7701db009e410f410628e1e2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x1cd348507ad83983670ec858f56f5c220770dbd5be0a1e4983cc842d31ff9e43","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x97d206beb5770fb1eba7b197d946f545fc41bb4419287599c8b2c22c46cdab32","transactionsRoot":"0x9fe394e176614edfbd73f06a1cfa3844e8f64d5ab049df6ff4e395f76c95e9b2","receiptsRoot":"0x247ec8e25577278c08969ffd19420ff6a7f5d1840822400c5dc1044d99727c8e","logsBloom":"0x00000000000000000000000000000004000000040200000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001181000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0xfb","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000086759309fd1fd327","r":"0xc870538863bb17032888e5a05051a26dd34ae39abcdec4c89dc359687167243e","s":"0x33274d8d19ba0371b900747874a3ad35df392d7ab0b67bacb788fedccc70aac7","yParity":"0x1","v":"0x1","hash":"0x86d45281923e1caba0e21805980aae9c72106636f0084b6a8e8d9446a200b4b7"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe01f33d88f0f95b6585eb01dde4f22d8a1af86e71a1c1e172706614d4c633b6f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x195731dc60d4ffa15b2a90008399f1894b55e197c1237970264bf4d457e68272","transactionsRoot":"0x2c575543635cd8d60517358941f6feb270e5920d055198bf0c0a76d1d7acda70","receiptsRoot":"0xc7e84c6240af7d1f0543d919bfc7e9236da8b59b6b29a2d8efbd9ae98e04bb66","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000010000000000000000000000000400000000000000000000000000000000000000000000002200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x170","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363500000000000000000000000000000000000000000000000000000000000000","r":"0x829f621d85f42cbd026b438c170baae8bba23764181b044e9418c6a8b511a3bc","s":"0x15e1c928219def2e92462efe6394a9b0ea3eab4ea0ccb0ee2d143d06f92c9eb4","yParity":"0x0","v":"0x0","hash":"0x89e66a7f14314b72e0387f7d59b542ff348a35ab1993b64fd33c6a83a52956e1"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x271dde8e8de62985488eddeca9449c732df06abc0b51c4f21214543333c1afa6","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x071bf8fb81bb4380d4099f1b86de4693627270d6a1ec12170b36f16a7c5b06f4","transactionsRoot":"0xefc48272c91aa23c2277f1f6fb080fa4e5aadbe84ae76e2acd69a3ffb3bb22ce","receiptsRoot":"0x408789dddfed1cdc6459ce1c58337a460f06f4e3eb6c0fead40bc5409c1d2caf","logsBloom":"0x00000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000800000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000001000000000000000000000000000000","difficulty":"0x0","number":"0x8b","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x15","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xa4","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c80000000000000000000000000000000000000000000000005d9f943ccb6a86b8","r":"0x2b1d4ae5b4d56a6e022ee4376d8f448eee46f54b176c95b66fecec8d47fa2f75","s":"0xc177c6f17aa6e888686f1f3a64a1aba835df588e2183ca8eb0944c3c219baad","yParity":"0x1","v":"0x1","hash":"0x96e16aa4ccd082aafa6e354e07ce5d9596d8bfda99a862da433fd7d060baad18"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xab54a96039a2cf44c1304bd5e3fbf4d44ec79c7df3883b62c579a8540cd2d07e","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3ae5f4982ed01aa3c2197ec3ff347ba92b70076e05821c6f52fdee640cd89390","transactionsRoot":"0x150e6152ebedf4c69485212788cfb1ccb6fb3a830c7ebfc9b0f93c5ee4b527be","receiptsRoot":"0xe8983d8aacf2d658962993a3d9c2b82fb578daeb51a9be81c86dac22d31fda67","logsBloom":"0x00000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000200000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000020000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x9e","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xb7","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f0000000000000000000000000000000000000000000000002ca592cd3c4c864f","r":"0x30fa7beaf0407e4ae1353efb871fbfe4a8dbd78e7bc7ac0e30c7d11e55cc24b8","s":"0x2816914fe9a521987a6e1c3247ddc25bd051870a0a9fc2b27cb796e60d5ed16f","yParity":"0x1","v":"0x1","hash":"0xf46bff1d77631184d9a8c64a31cd9c85f2355ff343fee6155c042c401148e749"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x31235b18760858cc2331a2abb57f8ad7919d60866ab73f11edcb4ca5d666c773","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xabe7b89d98667197814a8e3b6b9235ada2e9e479c815c023ba7b8c88ac874c16","transactionsRoot":"0x11aa5d71f82da663262af09c53d19b7bf7433a9a0b0b23a5d4a7dd6b0c25b909","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x59","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x32c5","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x72","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x145e2dc5c8238d1be628f87076a37d4a26a78544","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xa994478bbf8d3a956b3a4300faa3de31ddb541d1f0d510e63e3295de2591061b","s":"0x28b3d2cde65a4f29b89670f1a6ab1cb2cfe9f9440627080a16193ce716f5f711","yParity":"0x0","v":"0x0","hash":"0x3a80181509b96eb6fc67740d4a918e8fc8f20c2e9d97dff71c9cb7cad21114ce"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x4fa4848092abe1d56304ab0ba1653fa1c51c1ea363a6fa57bc9fca938b3fd059","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x61f4e35c7897e902ab0484e1e48655003b10b7bdcba120139f70973273a29a01","transactionsRoot":"0x53929e49942d8d9373df917c80dfa76ec0da45a9e3b38e4cc0c4083ffaa88f47","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x2d","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x45ff27","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x46","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x14dc79964da2c08b23698b3d3cc7ca32193d9955","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x74b3428655843997345040d60134adc01e6f383ec6baebc2cb21eebe1d5eb5ab","s":"0x5f4414ec340df8476478726628d36e43bdfd2f3a229f8e62ad9d984c486bdd26","yParity":"0x1","v":"0x1","hash":"0x8f45fd6b691994e7512539373e4318cfc4e6b837eb29d2bf9b3cfff2798811ba"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8aa5a160acb60bea838c432b331a653d5f2e18d7350a201a2102bfbe29d8dafb","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa6764347a81884595e2ee27ebc4fccc2bcb42d3220b1a3cf828a55eb23a692b3","transactionsRoot":"0x98d955e6f86a2d3ff21606d7deee74669da7055fd202f2f92b92d4b7c59d00dc","receiptsRoot":"0x79009bf29b01c217ff94cc69cf83c2f5f92068d7bdc77a07c6316844d28ee48d","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000010000000000400000000000000000000000002000000200000000000000000000080002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xb3","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xcc","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e0000000000000000000000000000000000000000000000003f94a2da3a2576fd","r":"0x84f7f0c87e2267be34f364baba07a142db6cbdd29ce982f8770fa4dad60c3c9","s":"0x1b45b210adafee0a7e101d930085a50f653d92e1f2c64a85aa9dde540e80e618","yParity":"0x0","v":"0x0","hash":"0xb2713e405c2a6ca4aa0c7b714e3fe71a4d681efdb1994656ac2b3275465dbf08"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8a0fd31a963fb3ccc11a5fbc035796f1466bc45610e465a6a37d81fccfb0efd4","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x51b1523ef246c5418060cb329df9fa385ed9d56b12e682f5a7f7777f0cc7a98e","transactionsRoot":"0x9ecff9009615f07956d9ae79e2e61c91e5c39ae3ead01459f3d1491f240d2ca0","receiptsRoot":"0x1a883faebe525c8db8b6772e307c3b6005c5242f274907155f23116c128158ba","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x8a","gasLimit":"0x1c9c380","gasUsed":"0x683d","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x17","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xa3","gas":"0x8ff9","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000000019aa30cbbe932840","r":"0x27f5415fe1f1c929115857d7aaaf280b576f7626de4b5ef1c0c2e60651ced6cc","s":"0x7140d17e10e8e2de39e83d1d8d34f576ad335b242d8a4e59d8d2579f4472b612","yParity":"0x1","v":"0x1","hash":"0x38ef7e810a0b99fd01c5317f81ddae51a9209569ea1b4a9737238fbe6dea56c6"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x18238285552b80b3ab1a8f885400e6c119032773c551047cae0b0a1ad31a6979","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x09e9b69d3591492eb38e553c31b91a45a582e45ee47b9d9ffabcb727dc1bcc7c","transactionsRoot":"0xdaf4bc1173b242b3df0269f67427b6f1e31beef54ba9f7fe5f961db8ad868156","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x3c","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x9792d","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x55","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x08135da0a343e492fa2d4282f2ae34c6c5cc1bbe","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xb1860faa02264fc7d7bf905f2d69a8a61454ea2c1c1ea9e281043b48c48d934","s":"0x59ab97c246608bf072dfe1a8e23f4061c466a9417cae6af46486323bae26f48b","yParity":"0x1","v":"0x1","hash":"0xbd908480b01f84ed343f504fd704c3a5a90da7091ed15e176dcc712d6a3014a8"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x67bb68c89d33e5e990bc5d503728af67f68e79f8e232f93c5cffadbc16765610","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb691c3a09f064d990b7b3436b368ef9ef87b42fc3798fdd9609042ba67d67e9b","transactionsRoot":"0x81ae88e033826726188284499a0d56bd4dcc9875fa3bb9b76ee1fc81af93d236","receiptsRoot":"0xe7c96100d2edbc1c456586e891e302ec5178f6fd0a51854d3f35ee68a44cb58c","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000100000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000040000000000000002000000200000000000020000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xd9","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xf2","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa00000000000000000000000000000000000000000000000080267dc069a25faf","r":"0x16c7f668a43ee2d1a8d90f3b471fa2ebefa1ee6a22edfa2e8518ef96726971b7","s":"0x56912f57c0d5da1f4721451ae17e5fe6077d32378c16576bc0db4dec6532b5b0","yParity":"0x0","v":"0x0","hash":"0x777cb55213b7fc9812952651e304d35912dab1936ec9b0a6591041ca255c100a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf6a9a728cd16126087e51e97153d98248a7c2bea34af3d51a046f6dd099d2b86","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x1c98f65b4a23f495a83d758ed3a5e94152953994d92ec03cb1d0041773f19587","transactionsRoot":"0xd55aa832be58d882748af071f8805d3e3038af08bcee935dd06a78d9e3e5e700","receiptsRoot":"0xd41c2356459a93029c4d229523d4a44a97861e676ceb292dffe0876a7c5b98da","logsBloom":"0x00000000000000000000000000004004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000002240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000001000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x13b","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004c612aa7299fd57f","r":"0x6c277c50bd8f036243c6c2714becb4f445b0550a7c066a99d573936db5538656","s":"0x2516ea8767643ba70cf9231f72e8718366eb10ab0ed738aaef69b1e84109defe","yParity":"0x0","v":"0x0","hash":"0x35abcd7006d167ccda172060561e40386d579d960ca220083560bb3dc13ff142"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xdbe41cb429440ca1997d23bb023a305b8bd37d70171c8ffa7331ac46c79f8cde","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x81cb458a75d51ddb7bb2341f5fd03689fc0c8d0ad81a653bc480cff99fabee5d","transactionsRoot":"0x82d7a125c1e4c7d8923760dfc324371f08ff248d9c6ca6a0712594864e9827a2","receiptsRoot":"0xca49b7d43cf5634eda770a2c8f12e582d69fe32240a14abc1f1b43f50a533f45","logsBloom":"0x00000000000000000000000000000004000000000000000000000000100000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000004000000000008000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x143","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000043222dc4c4c0ac15","r":"0xfc017dd06f58e3ce15025a41e37c13078d103d795778f16b6f5625cefb5e9c3c","s":"0x167e55c41246d1230947afd97411b0e74cb142de394bf460568e22d3a4fa6319","yParity":"0x1","v":"0x1","hash":"0xe1fb7fbf291b33e9ae2d830195942b8768478b3a38efd24f56bed5d3cdf9f327"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc0149ab21b0d47fa1b9e3ac276831df3af060ee812e5fdc94ae6bb9fa83ee113","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xdc86f32596e7a325fadffb9dae5073a004f3372897929f2270a65546ee72e32f","transactionsRoot":"0xa1221fbf95dd5c313a57d7106e4018a97ee5c40f9ca19f59e13adef96f69c0d7","receiptsRoot":"0xd864b0ff9b886435e8954eea6a873a8ab40b71a8215bb65ebde80e8271ce74ba","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000080000000000000000000100000000000000080000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xbf","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xd8","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000042a63149117602129b6922ecfe3111168c2c3230000000000000000000000000000000000000000000000004047d566deddfa5f","r":"0x11eefa35f909f9dc513ac1a2e4ea4815027329e0c19d1acd0a8523797891fc8a","s":"0x192a41b1261405f16a938f5a247b18f505ffb3fc1fecb46538a2021fa4c649af","yParity":"0x0","v":"0x0","hash":"0x82f2d470643ad5ac58e81c0b6a531972ddacbe64db3f2c31810afa4bfe562be2"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf1a8f2eef4d30092d96158146094c55ca2fd38d826b1a63edaf36f6c9a5d4ec4","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb50c1a45289350678c370b76a215c445c59434975bdd22e8d5bfabe26047f874","transactionsRoot":"0x0f595efd8b5374c328723e65ba1c39db6de946a82d513da74b680bae4f8caf4c","receiptsRoot":"0x64e9d5ec8fda5d2c2b9e28392fbb8ee62d4d39b7f6dd06697a146167a959b2fa","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000080000000000000000000000000000000000000000000000200000000000000000000200000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000040000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x150","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343900000000000000000000000000000000000000000000000000000000000000","r":"0x6c8138a6ee9d6181af33131e077c09514950c124a84531ae863b12c9ba2b31ca","s":"0xf7f07ccdf5bdefa71f947f4f3306d154110d62fc2af6aa644662385aa777e39","yParity":"0x0","v":"0x0","hash":"0xcdb3a15af484a83f4f9af7606f778bf5133166076b9df1d710e1e8adaca6b88b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x2c90c544b54f3abdf54678ecee119a140ff82dfa41c2392458c91b20bb7e46d2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5cc22cc5cf7fbe6606b6ce9ab8e4f8dbe72b3575bcabea3d49bbaf1d9db8aadf","transactionsRoot":"0x155fdeea1dd22c9789ea3e2191787e827e81a1c8751dbddb4a54b81c440bc8a0","receiptsRoot":"0x4d7e15fdff884e077737cf8a33b32ea7b6b02b8217d5cca3cbb3fbb45091f361","logsBloom":"0x00000000000000000400000040000000400000000000000000c00000000000000000000000000000000000000000000000000000000000100000400000000000000000000000000000000400000002000001000240000010000000000000000000000000020000000000000100000808000000000000000000040004000000400000000100000000000000000000000000000000000080000000000000000000000000000000040000000002000400000000000000000008000000000000000000102020400000200000000000040000000000002020000000000001000020000000000000000000000000000000000000000001080000000100002000400000","difficulty":"0x0","number":"0xd","gasLimit":"0x1c9c380","gasUsed":"0x50d29","timestamp":"0x67fe6880","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xf72a1a0","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x12","gas":"0x380ec","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","value":"0x0","accessList":[],"input":"0x9623609d000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c9000000000000000000000000a51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c00000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000010422bf40e4000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","r":"0x695fd7d0b7a09d81ee94ff073a934a57e02d2ec0ffc8d637906f4a9893beff6d","s":"0x74ee3d5f32765ff335a846631cfdee3cc672846c9cf4fc54439075d22fa56ef3","yParity":"0x0","v":"0x0","hash":"0x1b0254c20c5aa56db20ad9e3f93a2b42dd32d3f14b80e1d044375124467ace1d"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x13","gas":"0x3793e","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","value":"0x0","accessList":[],"input":"0x9623609d0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757070000000000000000000000000dcd1bf9a1b36ce34237eeafef220932846bcd8200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000084cf756fdf000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","r":"0xa4a73c27f36fc5867454dee69efad538a35e5e664fdecc198eaaaaa809151fb7","s":"0x4f6f136003dd8ec82023c86de3b5d966bcd7fca138de6c20707f570af396079a","yParity":"0x1","v":"0x1","hash":"0xcd2236663fdaa9a74d7c29ddf5f609164c3dc5f9e1dd510fe4d0bd1ae66977f9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x262fa42fdfa7826632c624eb62dc95c2c514570c4f7d8385b40b520779183474","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x389a4de0fed96c2a938fb83e08c579dc268552461807055dc8322cd96a78e4c1","transactionsRoot":"0xbb3cd0e53c5644a571b9a9fe8bcb9683ab763b2cdc7fb38dd019f5bd6ca45fa9","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x7d","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x6e","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x96","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x492c973c16e8aec46f4d71716e91b05b245377c9","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xc75f2efb3e21249fc47d9686de6688f27236716188bbb1fc41086f4a1975260d","s":"0x47cca4b0c78bbe8e5bf8b9bb717261aad888f09a45443786e82056546c432659","yParity":"0x1","v":"0x1","hash":"0x77e85decf6c891b56019d5551f0879be7b0fe38144889f189fed9e3ebc6366a6"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x80df1a233ecb8ad60e9c8a943ff95ed03e95597057ca0dc7d67d3348b1dd04a5","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x93b9866d743a1e60d70eb6e3493f186046de1336075b2c1bf94248645c3e4e3c","transactionsRoot":"0x1d55a5c81f28943083edc24090dab40f135e7557df72be686dc5bf8180b7e592","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x60","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x13f9","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x79","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x1c87bb9234aec6adc580eae6c8b59558a4502220","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x31ed9acc48926a72c4a87d24514c562418906a3ae006182aa4666a2978f7ce0a","s":"0xba0a565a7e4494ef586b3dafa1a853c1ad98d66a55160df666c6ee05a60a1de","yParity":"0x0","v":"0x0","hash":"0x41cd73cf279cc260cd3dc5757d5b7a1005ccad2e043d20d99c7d770df12b569b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xfc2dcd677401abe0b5ef2d88e9bf79de2fa50952c0788737b164758adb8a1b87","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc2955e3f5c8ee09619b7998bf46082f98ee6e6b8fda37925d0526dd637e5d6ac","transactionsRoot":"0xa9aa0c383d8242330ec42226786b4acba7eac9d985bb0298075d33fcbaa18e9c","receiptsRoot":"0xeaa42a8a7e6afed075ea90efce3c74ae030dbc309ee77e9f6955114555a2cebd","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000080000000000000000080000000000000000000000000000000000000","difficulty":"0x0","number":"0x94","gasLimit":"0x1c9c380","gasUsed":"0xc8ad","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x9","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xad","gas":"0x1152d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b95409600000000000000000000000000000000000000000000000084d96eae26b46228","r":"0x10640128d6b7e7a8599b03ffe6f5d2c2a3e787e24fd47caaeb8ff10b4198fe9d","s":"0x653a37facdd31fba3d48bf2b1c12d75055586fb302b71b7d8a3263ad27a7625a","yParity":"0x0","v":"0x0","hash":"0x309ebb248d5962c3ffa6e10b020b20a3675d27d7728533d486160e95e136f2b6"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe3ba9e7c0dc39f7ac4bf66cd2dd8d1c247bd83ad341459f9bf5221f43f23ffe7","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7fffb2b265e5dd336315e3e250773efd2fc324fbcc8b67929e13b9684ca69415","transactionsRoot":"0x34a31a180dcd9b4a53dc796231974d9ecd0f93197beb4045c8959c0b9ae2a37d","receiptsRoot":"0x54c88789f51b6815acc8cae021e45deb6a01e91e2972966b461da8e22a7a3b5a","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000800000000000000000000000000000000000000000000000000000008000000000000020000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000800000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xed","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x106","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd0000000000000000000000000000000000000000000000007b4c8567c0e9c3de","r":"0xd1b81a4c41199a627951306fc9f42d507cf8c2dd7a0c959711d7f6f89c517d6d","s":"0x638468c197548535196b0a2def81ec743f628b867a8c10b0f11c36ce9adc4604","yParity":"0x1","v":"0x1","hash":"0xdd9d480e6f7f08fa40ffc75511ccdfb9dc965fe22edf2a359c009d927ac1cce5"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x63bdd8604e91c9a5d9c5f3c049c4fdce11e3e56bd321f401c4f0bf50dd18ae7d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xcb96dfc21af583f71e65a9e8510ab54f656386c75db78ce4269997ced04b3bf3","transactionsRoot":"0x1844330c0e21ce87acfcc0bfbd096f018a224e18d318b168704001ee3569b2ee","receiptsRoot":"0x10f05abac6495817983e902c50e0264f3dd53928930856467baee0deabff4654","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000010000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020040000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x166","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363000000000000000000000000000000000000000000000000000000000000000","r":"0x16d7fc57c2babb0ffae8eed1446a64382796c4ed19db06ae65fdda6f5677f8b6","s":"0x705522b1afbe49cd0903f65be6f0ee018b6a01911e38526f5a619554b7026011","yParity":"0x0","v":"0x0","hash":"0xd4d109ee15630973ad6c37269e6c9f2bc6bdff094fd023f43ce71e60d7a09bd4"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa9c4a34e0ea47569c4762e2acf6d15af4cd8158403bfa17f44ebb645832ec9d4","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8d98372a69fac7274ed855930ef66ec2f48c5512bf10d9cac8fd279ef92e6f54","transactionsRoot":"0x4ba230799d01d11552ff5e9ee5caac7c7f4f80653b6dbac1eba565501111b027","receiptsRoot":"0x355039502b47017f25fa41fa1c65dcc7179d47fc89601d0c3cc61730279a1a5c","logsBloom":"0x00000010008100020100000000000000000000000200000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x172","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363600000000000000000000000000000000000000000000000000000000000000","r":"0xd55a5851de5ff26be745b42f494ac619e55c64df2336c0f65916af6f83329750","s":"0x68eab7e51b55fb89f169d89e5e8e8eb820756573aa82f4be25fd8cb19511069a","yParity":"0x0","v":"0x0","hash":"0x3a02f1d7dd2eab69ad5052ac86b079241b6c7b7bd73f5d466dca5f3541cd5d7c"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb4f93a9f80291bc3e4e444ce4384603228c93a6509accf9faada6ac8231ec6e5","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x07e7dae32ea2d76e9f074c0b369683426363646cc1bd99bba222772f277a1e35","transactionsRoot":"0xa3073b9d2960bf72dfe3cf47c7b4cf0601b7bad28c40da254c65a31505f7c726","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x83","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x33","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x9c","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x16adfbefdefd488c992086d472a4ca577a0e5e54","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x579463ccf6a963f93fac0278a652c7a5bd822b1f687e06d6ec0619bd35cb6be9","s":"0x1afc459308d69d711e9d0c09d1596c6bd735fb43eac0832c89b24ccbdcdd9c8a","yParity":"0x0","v":"0x0","hash":"0x8fc3db599ff7d18fa21242020ae8ce8808daf2841c6a4296ac0e6006fea23ffa"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5bc7fbc709c1b5095793bc679f410c2f1a9dc3b5a757841c6c8309907fedd6ad","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xadcb9aa4ac2d636ff93d5ce2fc278a69b053a97c120edde5d86a879603f87be2","transactionsRoot":"0x1d69e7523b73b5644ea01bfa93edc9883e64c4474acd768a7b6a9676f3785724","receiptsRoot":"0x479ca67fe4246f40a84783ff22225e41a4bbcf3f730573e090d48b15c6230503","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000080000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000800000000080000000000000000000000000","difficulty":"0x0","number":"0xe4","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xfd","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b10000000000000000000000000000000000000000000000005777c6e94b74fd0f","r":"0x146eec70909496b4b3fbed8feb1c58e2ce7c9ca4891626811017c86eb74a6a6d","s":"0x3095543f98f10f113b4d89e654d5444bce8a044396753171b6f3792f0e8d01a","yParity":"0x0","v":"0x0","hash":"0xfd2bb0ebc2ce358f1518b2d05fe8d8487860d38710659c1cdc3947bd34be9bf7"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xaf4fa5ce629c06f9c15405d15180cd10d791ed2667ff33644cdcdf6dcdbec1f8","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xaf5f83c1feae83b15978b48545e483c4385a8c7533b0920fbe89ee8fc27217cc","transactionsRoot":"0x5764a3594cdf90eecee5a76850ee9c8ead46c80ff06404e005c9fa9eac46df33","receiptsRoot":"0xcab52f90b9e4b504bacded78112da9eb40ac5cb155003c253bfdd8d5cb685006","logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000010000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000002000000000010000000010000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000040000000000000800000000000001000000000000000000040000000000000000000000000000000008000000020000000000000000000000000000000000400000000000000000000000000000000000000008000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x6","gasLimit":"0x1c9c380","gasUsed":"0x1217f4","timestamp":"0x67fe6880","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1f7110bb","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x7","gas":"0xbc18a","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x608060405260405162000e8138038062000e81833981016040819052620000269162000490565b828162000036828260006200004d565b50620000449050826200008a565b505050620005c3565b6200005883620000e5565b600082511180620000665750805b1562000085576200008383836200012760201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f620000b562000156565b604080516001600160a01b03928316815291841660208301520160405180910390a1620000e2816200018f565b50565b620000f08162000244565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b60606200014f838360405180606001604052806027815260200162000e5a60279139620002f8565b9392505050565b60006200018060008051602062000e3a83398151915260001b620003de60201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620001fa5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b806200022360008051602062000e3a83398151915260001b620003de60201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b6200025a81620003e160201b6200028c1760201c565b620002be5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401620001f1565b80620002237f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc60001b620003de60201b620002081760201c565b60606001600160a01b0384163b620003625760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401620001f1565b600080856001600160a01b0316856040516200037f919062000570565b600060405180830381855af49150503d8060008114620003bc576040519150601f19603f3d011682016040523d82523d6000602084013e620003c1565b606091505b509092509050620003d4828286620003f0565b9695505050505050565b90565b6001600160a01b03163b151590565b60608315620004015750816200014f565b825115620004125782518084602001fd5b8160405162461bcd60e51b8152600401620001f191906200058e565b80516001600160a01b03811681146200044657600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b838110156200047e57818101518382015260200162000464565b83811115620000835750506000910152565b600080600060608486031215620004a657600080fd5b620004b1846200042e565b9250620004c1602085016200042e565b60408501519092506001600160401b0380821115620004df57600080fd5b818601915086601f830112620004f457600080fd5b8151818111156200050957620005096200044b565b604051601f8201601f19908116603f011681019083821181831017156200053457620005346200044b565b816040528281528960208487010111156200054e57600080fd5b6200056183602083016020880162000461565b80955050505050509250925092565b600082516200058481846020870162000461565b9190910192915050565b6020815260008251806020840152620005af81604085016020870162000461565b601f01601f19169190910160400192915050565b61086780620005d36000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","r":"0x7e4d7f3cfbcd0088b0794a1c350db110b847fa67148c62f339f5c8f9de3e3bb8","s":"0xff34cb6948eca28ec581b11168192dd4e8937bbbde2e686faed1ec5e54678b5","yParity":"0x1","v":"0x1","hash":"0x0c47cd6c3373e72e964b8ff87d8ec6e491176d72e70d70555524cf7f103cb2dd"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x8","gas":"0xbc18a","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x608060405260405162000e8138038062000e81833981016040819052620000269162000490565b828162000036828260006200004d565b50620000449050826200008a565b505050620005c3565b6200005883620000e5565b600082511180620000665750805b1562000085576200008383836200012760201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f620000b562000156565b604080516001600160a01b03928316815291841660208301520160405180910390a1620000e2816200018f565b50565b620000f08162000244565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b60606200014f838360405180606001604052806027815260200162000e5a60279139620002f8565b9392505050565b60006200018060008051602062000e3a83398151915260001b620003de60201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620001fa5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b806200022360008051602062000e3a83398151915260001b620003de60201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b6200025a81620003e160201b6200028c1760201c565b620002be5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401620001f1565b80620002237f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc60001b620003de60201b620002081760201c565b60606001600160a01b0384163b620003625760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401620001f1565b600080856001600160a01b0316856040516200037f919062000570565b600060405180830381855af49150503d8060008114620003bc576040519150601f19603f3d011682016040523d82523d6000602084013e620003c1565b606091505b509092509050620003d4828286620003f0565b9695505050505050565b90565b6001600160a01b03163b151590565b60608315620004015750816200014f565b825115620004125782518084602001fd5b8160405162461bcd60e51b8152600401620001f191906200058e565b80516001600160a01b03811681146200044657600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b838110156200047e57818101518382015260200162000464565b83811115620000835750506000910152565b600080600060608486031215620004a657600080fd5b620004b1846200042e565b9250620004c1602085016200042e565b60408501519092506001600160401b0380821115620004df57600080fd5b818601915086601f830112620004f457600080fd5b8151818111156200050957620005096200044b565b604051601f8201601f19908116603f011681019083821181831017156200053457620005346200044b565b816040528281528960208487010111156200054e57600080fd5b6200056183602083016020880162000461565b80955050505050509250925092565b600082516200058481846020870162000461565b9190910192915050565b6020815260008251806020840152620005af81604085016020870162000461565b601f01601f19169190910160400192915050565b61086780620005d36000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","r":"0x2b3c8e47cb648556072424528834dd36195b76a5e98afc0bee0907229f6438e9","s":"0x7cc39eaa58903367f7f024b0d9e661398b9df3f35eedc693481cabdab4a62c42","yParity":"0x1","v":"0x1","hash":"0x7878cfe702ca5bb74ac48fa6eba25512c0afd82593b5e8e282e57581f921877d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x60f5238783d9eb6282339f448c3949210de94e806cb116807d5b059414494aa0","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3f8d7a79b9e877db2de84c4996d62bd86ce1608e327ac5316140de4e046a3722","transactionsRoot":"0x3fe119cd364a34233509f43752f76e7bc0a913b10c92a4cc805b588c2a0bd6ce","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x6d","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x38b","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x86","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x6d69f301d1da5c7818b5e61eecc745b30179c68b","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x3f12c67a0fce1f1f04b1df9b6e55a466b38268ba3b488b3b9c8187d7285084e6","s":"0x17966ff88dfbbd35da1c1c217ec3e54ffc97122e598231e7b76e0d3a11efd071","yParity":"0x1","v":"0x1","hash":"0xad640b462ee01136d9c115f044cc34dcee23915023cddbc988fe90e0d4f0382d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x0404f97579b4ed14f69f09a1f094b8f962018c68518889cc367315072504814c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x060d6ed5c7f97d5314d80fb492d32cea1e2c0ae84cb38fe8bd9752e829a5f766","transactionsRoot":"0x7f01cb272e6e0426616c74ad0906ae184724ed77ddc3762d0d8d1148083a4970","receiptsRoot":"0x71b46d58d9d369a12302b193f6b4f5f1783932e2fc2c18116ec9ba8240f52da6","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008002000000000000240200001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000102000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x145","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000008ab268a9fc9a4827","r":"0xe02b0bdaa119d0904b16b5e96c7ca48774ebe47b4e4c3a2e94eea645df6e834d","s":"0x17418b00ff280604abd3e1148fbbc8c4ac53f6775cd98e06f4a0d4bb1e030e4b","yParity":"0x1","v":"0x1","hash":"0x2bb5df6ced2ba1668fb7cbae3b5ba6510861e3912e12469d9894d3b758e470a7"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x22910c4f29628d1059b0ffab6092136117a3628f19b1f44f64542c9065dbe888","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x379f0bb666bf52f382b2e6f66a0b5ee5fb579cd93bd2024d3a9daa417e21f6b7","transactionsRoot":"0x3500f2d061235e369631579d256b9398b8ef24d659df2bdbbbfde2e7416f4131","receiptsRoot":"0xe6864ff1f6dbc4e4f2e0b450663ce0344967586d5c6406a7a7e84544060ce93e","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000004000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000002081000000000100000000000000","difficulty":"0x0","number":"0x1b2","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393800000000000000000000000000000000000000000000000000000000000000","r":"0xa413a2ded15eeceadd2a8412db8c1ea032737457b42a6336cadc5632fed0d25f","s":"0x4f822923bd7d24a248f0a557679aba16381103691ab2e9f55b8bf1ab6b5cc87a","yParity":"0x0","v":"0x0","hash":"0xa5079b62b3a634b37c938e612b26dd864ea4d45ccf473ccec600c6aa10c9d0c9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x098059956d4425ea7f51f941531a57ce0aeaa968d08008d21923e1f8c984e4c8","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8564e3bbb67740fa2f94174e8c4ef66ea03a76f17bedb97ecd11f3f4480e9e0a","transactionsRoot":"0x9957b1ce594bcca1aba4d93e7fb61ae4394f1c7ee9c619b143349e28e6db0870","receiptsRoot":"0xfff39376a8c42d7f14e891b707043e988610839e128b7150b2532e4a5a81c7b3","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000100000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000001000","difficulty":"0x0","number":"0x180","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373300000000000000000000000000000000000000000000000000000000000000","r":"0x58aa1ff8e0f7be474fa4c3e1af79d0bc21d9b79da8ee8da2be9696ebbfc86415","s":"0x55c0c02980dd0c8c821b245511b2b976bb8556b4720ac050e260de5a0fc28f21","yParity":"0x1","v":"0x1","hash":"0x4507df23543ead1d66b11c7cd369aecf0eca3a41bfdc4b2d83e8f393be1b2b47"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x92f2114f685399fea55292161c2fde264dbcd52cbce765bc8312743deb92c035","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xecfe80fcf3b920418340aaff85225e8001a33f6af53035165a86a38881af919e","transactionsRoot":"0xb97670d9f351f4232fad339868cc1f5eef373ed4e4159c6648f03216e1ad75de","receiptsRoot":"0x0764a4887f7ce8e44ba019e763e4057e43ef48ac98e3ff1ac12234ccfb4acb5a","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000002000000000000000000000000000040000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000002000000000000000000000000000000000000000","difficulty":"0x0","number":"0xac","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xc5","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d0000000000000000000000000000000000000000000000004df6c2702215b7bc","r":"0xb104ea0bca69fdd468cacad3cfb9861a4ac029e0366d27f545ce2bcc137a2aa8","s":"0x45dbb7d6033d88546907cd57c4b060fe5033f84aee2cdb5b5cb42a1c0661d63b","yParity":"0x0","v":"0x0","hash":"0x7569418a09e5190869334f0ef0c2038eb1035d70fc098767e1da66893a60d10e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x32a9fae79409952df65626ae345b1fc61547b03148a241bacc3f7706cc66e659","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x2be2af446e5dfdf0f454699c82c9b0d3103a1ae064082e894f302fd5534be683","transactionsRoot":"0x47e70f1691ce0f08a33b43900591b72def696e93f5276b431ce1b7c9d72d0715","receiptsRoot":"0x6775b113cfea0bf78f6cb2c245003e50db5c1d1660861d29686ee652fcb3d785","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000004000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000002040000000000000000000000000000000100000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x119","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000022bf698e9dd6f0b0","r":"0x69aa76a93754a7173fba6ad5d4a6da21a76885416f459b058ae35e0d8119d73b","s":"0x13e1918dc9e83e25b0d88f218b416019ebe58f2670c684c436527249a40b5eeb","yParity":"0x1","v":"0x1","hash":"0x008e35afb89d3f43266ec58c189dee70ae895d4d85fe0f2ac45abb6fac28bba0"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x812b8da2c4e2cf42bc3d1841e550e25bce18da113c0c2e1f7c494ca22287fe04","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x9ccc6c7eb8f3d0a11b312759c5d8f31e39660930a8bd5632ab1e9e1e246652df","transactionsRoot":"0xc79417d49abaa9ed3a3d2bd8bce69a60cc67b9a063302c0c28f47725fd7463a1","receiptsRoot":"0xe58d4032c72780bbc25dfb39217d3992732100b18ecdda89c57afbd4ac6befca","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000100010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010001000000000000000000000001010000802000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x13d","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000598aed7205272e87","r":"0xb072ea953df94d34272661b8c0a98ba6d82c3fb283bc9aff69b27494a4ca8ea9","s":"0x12ac1f4788862cd028ce8e94c87c680f9d116cfcda2cfa20b161498a458a9f54","yParity":"0x0","v":"0x0","hash":"0x5d2b7898b7a13c7214d2e05586b1fa9a06be6ede10e9744d93de39cbb9f071aa"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xadd422f9d2104599ee33f7ee19500ea117669cefe257e4870acaa11abd84d9ce","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa9a7c95418240371db536c401238608261bda1446ddf1753fbdcf7d1fb05f74e","transactionsRoot":"0xbc19ec12039a60b37c7b5d2c75e24f68d7f30871c9faa6a82e128fad742bab20","receiptsRoot":"0x82eb5c7e721fd9df795ed8e21e2eacedf853eb712e8cd25ee59c767419abd994","logsBloom":"0x00000000100000000000000000000000000000000040000000800000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000001800000000000000000000000000000000000000000000000000100000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000001000000000002000000000000000000000000000000000000000000000000000000000000000000000800000000000000000","difficulty":"0x0","number":"0x12","gasLimit":"0x1c9c380","gasUsed":"0xc98f","timestamp":"0x67fe6880","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x83a5e35","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1b","gas":"0x9368","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","value":"0x0","accessList":[],"input":"0xf2fde38b000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","r":"0x100cb2b02c62eec220b1c5048b4ce1d0cb77e7b75c69efd8761962bdfb6d9c53","s":"0x4e43b9fd62289b331654d68f8f9d5b3765ad9fcf9d360b06837bfeeec6c58532","yParity":"0x0","v":"0x0","hash":"0x2b0c9fe6c5465c427e44d3e1f6496f46c015945f7f64c8257939599144003b5b"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1c","gas":"0x8b2e","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":"0xb7f8bc63bbcad18155201308c8f3540b07f84f5e","value":"0x0","accessList":[],"input":"0xf2fde38b000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","r":"0x3b28bf95fc494b51f872b251e81ee585d8d8e09cc074f920bb7889d655fdce77","s":"0x567b135173d286398146bf3a30ee54d237c388795c5525d60d2f09b61868c126","yParity":"0x0","v":"0x0","hash":"0x0c1834edeb9c29536038f0e3a5fe744198ccf25f723ed719c622d78130cac3b9"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xcafab897b9fddae45341e55fb91d8196a2513ce932bce09fe9524cf7d2215c16","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb51b16a446884bed431fdabda53c7dfd0e21983ca406ea3d1a7fa0fa616c9eb3","transactionsRoot":"0xbf2935ea39bb1268ebc4d853f85a8273814041a0147ccede639773968317c4d2","receiptsRoot":"0x2ac57f509ea99a90b79b27abf02f81a7cfc604a1c88ca700685feaf26329c715","logsBloom":"0x00000010008000020102000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000800000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000001000081000000000100000000000000","difficulty":"0x0","number":"0xf0","gasLimit":"0x1c9c380","gasUsed":"0x216af","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e286","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e5900000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f31","r":"0xf762ec716cbefbf18f73c68c61411029eb3fabccead9ca1a87af2cb84d7f9e4f","s":"0x60013318959b99857ac58a012ccd4ca8642f70743f5173d0128371de4dbc8956","yParity":"0x0","v":"0x0","hash":"0x674e8b8ec2e8616c5482863458e392e62eb702da09668b05f2a104431f92e260"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x2bc0d81e0d546b5b37a55908bff8b02cab06cf00af4dc61127bd5bbcdfccfe7a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb266fda37990e5fbbd98cbb1a787c63121d02a6630f66f801d73ab8af8ad66bc","transactionsRoot":"0xd80855eefa83248bdfc55eb1d6c9ca72303ca8a90b184f2c2e0bfcf74abcee7e","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x46","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x27f4c","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x5f","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xcf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x49851bad2d75c2bccfff798870b2e3db24ed9a6731a71e655142dd0824cfc5dd","s":"0x59552425dca23e9c0226b32ca198105169fe930b8f21cdd7321c725169761a69","yParity":"0x0","v":"0x0","hash":"0x44dcc59554c63623d410b46417f2286f3223d26822314f4e9911ff3aa8e12acb"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xa2cd884ba40c0ebc1d260071168bcbe557ff495c6c848c2b0125710068b08f8f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3c312928cd78b09fc7493d5af419c0eaf09e03a0c4dcfa84a23f8f9af810b029","transactionsRoot":"0xfd47517be445f72894d4e2a7c1010aacf25db0c96dacb95b4a9b3426f5597c89","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x73","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x199","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x8c","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xe74cef90b6cf1a77fefad731713e6f53e575c183","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x24625a9441dc9a840e277ed16bc6856122d6351d6af738229e5cb34731088582","s":"0xcec1bae5f2781f65b471eca530941a5296e00bc1e066d3d1b9dcb9194fa3789","yParity":"0x1","v":"0x1","hash":"0xfc02d2f1a04f04473fb9a06a132e6a31cc4bdbc147e37dd842fa3797170ef031"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd295fa8c6e81e7029560731aefff6921ceeb6fb1ba7024ec0547a6f96019fbe3","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xeefe0fdbe7ec374c9306f0a46daf5bcf6625ec0bd30a68800c7e2e06460121e6","transactionsRoot":"0xeae571520e25b556e911dd07b51203676948f076ae16c5e4a0b5ddaa154110b1","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x55","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x5689","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x6e","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x3c3e2e178c69d4bad964568415a0f0c84fd6320a","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xad5719450f5c82adceab26de53cfb8236ae52b27d577c8ffc5ea6aa1ad62f751","s":"0x5fe00435e6a2fcf9b17cc8771e412f2193cfebd4303571499f783899fb0814c0","yParity":"0x1","v":"0x1","hash":"0x230b1cb91b1aae94cfec35f90d9239e0ada6d6afee9b97b599cae73a6962a20a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc568428477180e515a25fee32ef420122f1a616e32d90095ebb2323c77d28018","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3d8fd673d8825f16c5937309bebfca312acdc88db1b5454269d2f75a460263ee","transactionsRoot":"0x8a73bcaad16f5e8486f3c6bb5d766c99b699a8f193029d91e31347019360cd7c","receiptsRoot":"0xe91b4c02772132ae2ad71bf3c692a0c194fe92ce55ea81372c48a54900703339","logsBloom":"0x00000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000040010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002004000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xc1","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xda","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff0000000000000000000000000000000000000000000000002ff96ee5f4c45346","r":"0x332e16618797f1ce825d79e30c9098facf4c8ed824868e7fc9f2751c56424ad2","s":"0x27e6c0b1702e7aeddba7e926f49144639c2d5cacd5fd0d36ed534af9a7571a97","yParity":"0x1","v":"0x1","hash":"0xe4249aaddb60d930c1c7596bcc5ab14e0da601aa1462b660a3368e5967944f30"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xc6c203799cc0cc482550ed988f0eda8dd9127c80acb7ddd38d6f6befa6abedc9","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa3aab4934c1ad49029c20020a10fa0c060c14e4a154e8640dd0c8b586c566c9e","transactionsRoot":"0xc7ce2d5aeae068d40b3c8d5ae42e654350cf16e0e01ab5d948df8305a24f1616","receiptsRoot":"0x12e09701635c014537e495905ea588ee4923ac3db92741e0c61b1840494c305e","logsBloom":"0x00000010008000020100000000000008000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000002000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000008000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x12c","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333100000000000000000000000000000000000000000000000000000000000000","r":"0x1884b2c6c82161ce1c05f3246cf4879b942058c2a26dd681ff73682d135982d6","s":"0x33ae4bd57075304cad7dc79d01bbb25701ff1878d2de3918021ba4b13a595e02","yParity":"0x1","v":"0x1","hash":"0xa53b3912e7df583216434757bb44b3a41cae161b4ab9aa06ba8234e00231699a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xfb6c370d3fc723ee609e59d1604579517e53fc6acb987cf679153c0f1fa02f55","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xe89722175e63492921a2df22c4a312f7809df76c0e9408482714d29488095111","transactionsRoot":"0x8190cc01106e0b72540ed64cd5cc620a7a579005dc3dad2b41e883dfaa5e73b5","receiptsRoot":"0xd6ad770244da7526d3d55b524ca12d27301b29b0537c1a596eda68d16d785800","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000400000020000000000000000000000000000000000000000000000000000000000081000000000100200000000000","difficulty":"0x0","number":"0x164","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353900000000000000000000000000000000000000000000000000000000000000","r":"0xdf7a6b9c15877403670d616512d26cce6ad930a8a300b7e6b6a666fac8948ed","s":"0x788ac5e3d4711dbb08f0fb91daf529ae5ae10c0c8111786580477eda3b611877","yParity":"0x0","v":"0x0","hash":"0xb967c78c0ebd3c0211a340fd7f4c935302a58b612b12039d0e0df9d708023342"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x1838b11177241d6548e47102d3c44e20c7e782ed009bf741b4b747fa174e688b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc03c3824966440bf3f1c498e30c5ac40a870e8435608d70a34b4948da37afc3f","transactionsRoot":"0x619bcea1b143cd9e855f7d8d23788b9c62a5e508a5020fb26bdd8a18f16e3053","receiptsRoot":"0x9eb6df8d34c81fd6057b645a8baa584238a63614f790d3e7ab9227f65e74c1c2","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000020000000240000001101000000000000000000000000800000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000044000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x121","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006ffccceb49d04f1d","r":"0x187c0ca17a9d6ed35115896d6fc57e527f4ba783491c42cbcd1391226c36cd11","s":"0x572b2e593a49ccf958ae39b5bf0b63f1a176520b800edbb88b7aa2fd494d561a","yParity":"0x0","v":"0x0","hash":"0x6e84e73e3929b71608c818f61bd9088d7288c24f2e743662e2a90eb004e00d60"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x47b2b57655aa7f632ac82017ae12327b449f00a584d65cc70dfb75b9c93fe8dc","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa3d633e1bc66df022892a6fd16efeb58dcfecd185738e867920632be2df18002","transactionsRoot":"0xf07cba34769753fdad32669b921a651a07f09b992a49fb24007d70baed733b91","receiptsRoot":"0xae89446efe9b96a95191d6f55c1d6231c8756b82633ab2dcd318917724ffff62","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000008000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000011010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100001000000000","difficulty":"0x0","number":"0x169","gasLimit":"0x1c9c380","gasUsed":"0x2ce27","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x3dff2","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000005d00f765584df03b","r":"0x527affee25c1b125850bf7007b018c820b719b9cf45c820c03a61342b872f2b0","s":"0x240f5197abb97a2204fb38fb631faf8139def44b7b255c385dcab7711b837d95","yParity":"0x0","v":"0x0","hash":"0xe99568bc7ac928de8b14b56a3dd87b24201a7ddc1f379943268e9635389eabf4"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x401802066546322e2cc4e9a243aafa9094bfb582721d47810f4bd9fe2f12b1a7","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc99ff207eef9fcb670bbfb671b2acd4dd896eeb6185aa982de540a87c29a9b8e","transactionsRoot":"0xceb90fb1a0e02d9568ca1857af4cf6577239d56463af8ce76270c44d01127d51","receiptsRoot":"0x227c6a93c8ee6b14b15df9db47c72d3287d0400d2c4e1f514e105a55fef0c909","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000200000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000100000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x17a","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373000000000000000000000000000000000000000000000000000000000000000","r":"0x1590bde93e3f87203a65e7f85e761b81105ab91fa5bfeb8b46ffd57d0757428d","s":"0xdaa17db80d81f72f9235015c5ce216568205b4be140480fa3a3176fdba54f87","yParity":"0x1","v":"0x1","hash":"0x5ad43fd401153ab24539214949e13981568bbc9fc572c3cfebefe484eb6ea215"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x83270464b603ed2d4d704cf3e7d6faa163fce32b1c8632a2c9d2e4d572cd3ada","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x6ef615440da3d7d0925c19b251e58dc90a034c7889625f41e3d0ca9f9e001d84","transactionsRoot":"0xe6e0e53f1a857b0e2d651fa525633584a7079897cf7bf794eef11dcde193db62","receiptsRoot":"0x5e45b7271a8c284e0404314974207a2edea7d0cd7583d81652149894368684ff","logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000001000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000420000000000000000000000000000000000000008000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x4","gasLimit":"0x1c9c380","gasUsed":"0x90bfa","timestamp":"0x67fe6880","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x28614b80","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x4","gas":"0xbc18a","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x608060405260405162000e8138038062000e81833981016040819052620000269162000490565b828162000036828260006200004d565b50620000449050826200008a565b505050620005c3565b6200005883620000e5565b600082511180620000665750805b1562000085576200008383836200012760201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f620000b562000156565b604080516001600160a01b03928316815291841660208301520160405180910390a1620000e2816200018f565b50565b620000f08162000244565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b60606200014f838360405180606001604052806027815260200162000e5a60279139620002f8565b9392505050565b60006200018060008051602062000e3a83398151915260001b620003de60201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620001fa5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b806200022360008051602062000e3a83398151915260001b620003de60201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b6200025a81620003e160201b6200028c1760201c565b620002be5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401620001f1565b80620002237f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc60001b620003de60201b620002081760201c565b60606001600160a01b0384163b620003625760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401620001f1565b600080856001600160a01b0316856040516200037f919062000570565b600060405180830381855af49150503d8060008114620003bc576040519150601f19603f3d011682016040523d82523d6000602084013e620003c1565b606091505b509092509050620003d4828286620003f0565b9695505050505050565b90565b6001600160a01b03163b151590565b60608315620004015750816200014f565b825115620004125782518084602001fd5b8160405162461bcd60e51b8152600401620001f191906200058e565b80516001600160a01b03811681146200044657600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b838110156200047e57818101518382015260200162000464565b83811115620000835750506000910152565b600080600060608486031215620004a657600080fd5b620004b1846200042e565b9250620004c1602085016200042e565b60408501519092506001600160401b0380821115620004df57600080fd5b818601915086601f830112620004f457600080fd5b8151818111156200050957620005096200044b565b604051601f8201601f19908116603f011681019083821181831017156200053457620005346200044b565b816040528281528960208487010111156200054e57600080fd5b6200056183602083016020880162000461565b80955050505050509250925092565b600082516200058481846020870162000461565b9190910192915050565b6020815260008251806020840152620005af81604085016020870162000461565b601f01601f19169190910160400192915050565b61086780620005d36000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","r":"0x5a85b372b83db95799343eaf4d3b93e7684f037f2fa3f8560e66ec7be7ffeacd","s":"0x17fefdd098fc1fe830d2e70dae69997047fd0fb618f0eac2b8385c06ed2a20fb","yParity":"0x0","v":"0x0","hash":"0xb46ea6490e03f3e88cc5ca1a87d3120a78b9563457480d68804aa8227ff1f3de"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x9288edb3991e155cc61946a41e76c5f7b43233ea640ce916bc4f1b8c961bd0b0","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x283f0f964874e4a7b4d0a8fd2203eddf8ec98ba601214d739dfce8cbb4b11008","transactionsRoot":"0x7f59ebed3316aa3b3601543deca1b54fb4549658dc96c6dfdf5feb96bf60cdec","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x30","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x2eeba3","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x49","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xbcd4042de499d14e55001ccbb24a551f3b954096","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x12ae03d4db063c5e9703900a4058f484bb4ae9d39fc7a8d9bbcee3a88956f258","s":"0x40f263d6ee8db2ab365019b1569d711f5df1ec95be309d3cd07ee513fabb15a1","yParity":"0x1","v":"0x1","hash":"0x2318763c4a768b28502edf0a2eed8440c7a5cb64da8ab0302c1881ade168101d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x68e2dc974b72845a876d3848ca42f957fbcde4a1716ed8eadb3c8873c871a48b","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3508823f7658305fea5e5e07939a0feaf7c4c07ffb94573a8e80627900e2ba32","transactionsRoot":"0x254697b35e8abb4b5bcb48eea34cadec8463f59d9dbca0f08722ef6cafec33a2","receiptsRoot":"0x074bface518813a995d29848dfadca32692c76ca17615e5abae4597e5a2afa4a","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000008000000020002000000000040000000000000000000000000000000000000000000000000000000010000002000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x115","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007bebfb23c69b5006","r":"0x6a4ac4561a0ec408922fd4f20ce5aa1131fbaab313604321ceccd0b5e47b78e7","s":"0x2bd476b96eedc58983a1fddd74ce3878bf3adcdfb0a63f0e25683b0fca440a81","yParity":"0x1","v":"0x1","hash":"0x797cf4b726447234b2e8a4faedb31e4135254b732b58cfb4051e64ed6a0eff3b"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb8d3f25b8b36594cd1b3ba2da30be6c75a88185cd81df76e66d17db911c802c8","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x1cd8c3f631aac414af0464e053cf52b16ef039d826873bae5d11e1ebc0493de0","transactionsRoot":"0xb82cca3912d4b5e2cc25d35c584bc622717a902185221c2566b8c9023ecc093f","receiptsRoot":"0x2076f5f2f8db9478d2b3ab6e5c65738ceba7fb2c5938e3f1c4883717dde0121e","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000010000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000400000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xe7","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x100","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54000000000000000000000000000000000000000000000000296ff7d27034cca9","r":"0x64abbf4c23270ddc8f29ed411614cb40bad4488950cacd03eb1b39ddae85a563","s":"0x6d0a404afd315d08e111892732bae97a68a28116ca718d9baecf27d2c1abe69c","yParity":"0x1","v":"0x1","hash":"0x3b42936ad323a67311a9cac09de0da65ae6348c1a9b52e1ab81a08639f700616"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd81260f590ad337f73c7b3d050ef3fc0348834a6936f9b5bdac18a177d67c193","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xde5e5563f0ae2f9aec52a9a3764132ff58280a1689845a0d8ce9f98955ae015a","transactionsRoot":"0x0d325828829d3b178a6ff6f0ed3c2a32344e34bdf3277be4fe3a2a8c042d1d11","receiptsRoot":"0x3d3203472fee2cfdf5956ba8f07b61c1d2b3f8a670896219cc69478fa0acf04d","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000120000000000000000000000000000000000000000000000000004000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000800000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x1a6","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e5900000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393200000000000000000000000000000000000000000000000000000000000000","r":"0x8014a8c50ac1adc9d2fc3c8c434df6a04b126bcd016d5f385ae07e95fa9aa860","s":"0x5257a6f914f5578e61e6b1531a9603d0ef02d84dc16d24fc919dbf132fc201b4","yParity":"0x1","v":"0x1","hash":"0xe485b1d87625a9c2a4fcd46d506e42cd2ac678d7168d9f5ebeb934f531b13799"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x282cd2bc9451e9472796a25107835e16ddee561eef15df7cd4a8c42499791319","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x1e2521d284f2077cd9b8803f97898538b3453d9d1ea2c2dff81de3edd292b5b0","transactionsRoot":"0x5ad8e02d7aad6d278cddc354ba742769ae3e8ae77705416362a33c92b6b5bd4e","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x43","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x3b9b4","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x5c","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x9dcce783b6464611f38631e6c851bf441907c710","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x192eddb7c0e586328bacb7dae6cf47ca1d0b7cf72cef4ac32de3e95b5599651a","s":"0x2741fc6f74f8cc48bd906703fcb73b0835da515a05c44a05fcd9b0d939fdc442","yParity":"0x1","v":"0x1","hash":"0x6b340d2dd7c9b297b1c4b654431fa5645a5a733773d335141bb021a01f4b2491"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6d84373c67b427cf81290a25b1998036103dd07b5337ffcecbf1382b1ced4d9a","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf610388bcada3174c191aac0576f2779b9eed1393005393fd6581c440dc3c080","transactionsRoot":"0x438d066889aa06519222e37d6e86150d1c8d4d0cd9c6e31315f72fcdc26f73ca","receiptsRoot":"0xd8cb1b6de32e13e98705bd9dfa8b4fb071cc1928fa6091c3019c8de8b9d38633","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000400000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000002000000000400000000000000000000000000000101000000000000000000000040000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0xfc","gasLimit":"0x1c9c380","gasUsed":"0x216af","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e286","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e5900000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f37","r":"0x7c318fb1d4e7e540deb80d02cbf121f3e52cdea6508b659d8e3ca52bc58e588b","s":"0x65888000eb550d4045cf4d73cd9ba1044262ac0293e0ddb5881624fe5a5afb1b","yParity":"0x1","v":"0x1","hash":"0x2a8a9d71b2918c19a2398db8884ba6e3b427a5759a8b00969fade861df3b2851"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6303ec47b36d52dab48739a92d1590e0fc016bd4c26e211c6fa9742e4bed21b4","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x66602b51113734d94c381d73f74e290b021d869876f47f537a7a6ce5b7ae563e","transactionsRoot":"0xcaa4a7573bf000eedb0aa03119f3cb5c29fe6598cf7b7eb45ed6041d190320b4","receiptsRoot":"0x93eb60e4ff28886dbf86e757702954cfeceecba1822f0e57535159fdb91c2a57","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010200000000000000000800000010000000000000000000000000000000000000800100000008000000000000020240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100800000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x1b5","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007b4c8567c0e9c3de","r":"0x9393f9ed8ca9095f0afdcb149f6830531a91eb5331802522fc04a7eedfb69d0d","s":"0x31f267b3bf86dc00d99df4b2a0fc22c83c343b7e051b8125820c3e1b3610e455","yParity":"0x1","v":"0x1","hash":"0x66db16817026493803f739bbecd1abac051c0e5e082ed1e4b7aee84805a21a39"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb1707970a8bba9bc6f65bfefa7f84de2ea8f0f84eb746e5352e3841657cb1fd1","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x209e1534e310381e556cdc0197d6c911b6d754fbedd3e12e1312e9f5866a9192","transactionsRoot":"0x4ca000b3a4338724ed918fcffe0e490a69d3b7ce84550e769bbacc341eba5c47","receiptsRoot":"0x8815df491a6b4a80480570335264c96ef2900ffae071d827692b0f3d2dd989d4","logsBloom":"0x00000018008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000004000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x1a4","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393100000000000000000000000000000000000000000000000000000000000000","r":"0x50cc9502897a88b85a598a5dcb0f759b0b97204dece5f2fb2918090a52d9873c","s":"0x60e7387e051c310d44263d5e0f9fca9cfc7b3182bd2ab9aea781b743148b1166","yParity":"0x1","v":"0x1","hash":"0x796da3c3d512df76e2974b0ca94796b1082d8100a0a9d7d8b7b99c9dcefd5c70"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xeb327a0209fa6f26fdbc32a37504abbc36be45aecce5a3e5f1b83513e1b98c7f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x0b449df758e8e04a044cbd9971569f70df578f370477d280b27f399372b690fd","transactionsRoot":"0x6c5e6a43587693436d334024b43815e165928efed6f546fbb6967c14726de07b","receiptsRoot":"0xb7385724288138154d330a820bbf6ad0754c6d66e80c15a55a52172ca5dd599a","logsBloom":"0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000001000000000000000000000000000000000000020000000000000100000800000000000000000000000000080000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000002000000000000200000020000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x14","gasLimit":"0x1c9c380","gasUsed":"0x64b4f","timestamp":"0x67fe6881","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x64eaeff","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1e","gas":"0x82eb3","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x608080604052346059575f8054336001600160a01b0319821681178355916001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09080a361060b908161005e8239f35b5f80fdfe6080806040526004361015610012575f80fd5b5f905f3560e01c908163204e1c7a1461045057508063715018a6146103f95780637eff275e146103675780638da5cb5b146103405780639623609d1461024257806399a88ec4146101ad578063f2fde38b146100e75763f3b7dead14610076575f80fd5b346100e45760203660031901126100e457808060046001600160a01b0361009b6104b2565b6040516303e1469160e61b815291165afa6100b4610530565b90156100e25780516020916001600160a01b03916100d991908101840190840161055f565b16604051908152f35b505b80fd5b50346100e45760203660031901126100e4576101016104b2565b61010961057e565b6001600160a01b031680156101595781546001600160a01b03198116821783556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08380a380f35b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b50346100e45760403660031901126100e457806101c86104b2565b6101d06104c8565b906101d961057e565b6001600160a01b031690813b1561023e57604051631b2ce7f360e11b81526001600160a01b0390911660048201529082908290602490829084905af18015610233576102225750f35b8161022c916104de565b6100e45780f35b6040513d84823e3d90fd5b5050fd5b5060603660031901126100e457806102586104b2565b6102606104c8565b6044359167ffffffffffffffff831161033b573660238401121561033b5782600401359061028d82610514565b9161029b60405193846104de565b80835260208301943660248383010111610337578187926024602093018837840101526102c661057e565b6001600160a01b0316803b15610333578492606460405180968195829463278f794360e11b845260018060a01b03166004840152604060248401525180918160448501528484015e8181018301879052601f01601f1916810103019134905af18015610233576102225750f35b8480fd5b8680fd5b505050fd5b50346100e457806003193601126100e457546040516001600160a01b039091168152602090f35b50346103f55760403660031901126103f5576103816104b2565b6103896104c8565b9061039261057e565b6001600160a01b031690813b156103f5576040516308f2839760e41b81526001600160a01b039091166004820152905f908290602490829084905af180156103ea576103dc575080f35b6103e891505f906104de565b005b6040513d5f823e3d90fd5b5f80fd5b346103f5575f3660031901126103f55761041161057e565b5f80546001600160a01b0319811682556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b346103f55760203660031901126103f5575f9081906004906001600160a01b036104786104b2565b635c60da1b60e01b8352165afa61048d610530565b90156103f55780516020916001600160a01b03916100d991908101840190840161055f565b600435906001600160a01b03821682036103f557565b602435906001600160a01b03821682036103f557565b90601f8019910116810190811067ffffffffffffffff82111761050057604052565b634e487b7160e01b5f52604160045260245ffd5b67ffffffffffffffff811161050057601f01601f191660200190565b3d1561055a573d9061054182610514565b9161054f60405193846104de565b82523d5f602084013e565b606090565b908160209103126103f557516001600160a01b03811681036103f55790565b5f546001600160a01b0316330361059157565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fdfea26469706673582212204681a4bfaa2a7de364171d0fef7d37b5d680290aa001fe2dec2f07b3af402cd464736f6c634300081b0033","r":"0xdfbdd774c4ac3f39875a8d19f3086f58e775796a0f44c8d45f87e220f3ec4bd4","s":"0x6654e375e49aa25983d0383e9756d98e525324ea097faf6f2aeb23851285e5f5","yParity":"0x1","v":"0x1","hash":"0xee7bc90ad2c74f6f2dcf3b6543bec4bfbc6a27e2f665ade205895d3726ee9828"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xe18e239fd41def1ce7750a52b40bd36cdbd0dfb4eb396c1a29524ff2bbbda89f","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5abe3554ce85064d0ac42e1ff88dfc9ea109920b395261cc70b89ccbaf6670c0","transactionsRoot":"0x8b1c96bbf765f05ad9d7540117f692d199fabe9a63b9cc96b47861439aa0383d","receiptsRoot":"0xea36bd8516398f2b017d21dbf556a7effa4c44edc90be33d18f0f89b02232a72","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000208000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100020000000000","difficulty":"0x0","number":"0x18e","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e59000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383000000000000000000000000000000000000000000000000000000000000000","r":"0x3b06ee2c1acef07d6190b765a1471fb193fbaeb926b79892262f4327050afa74","s":"0x24ada57d4b6b8666e9377dac00418b4c20b18dc1c168a921fe504affda6e0f9e","yParity":"0x1","v":"0x1","hash":"0x344b80b83748b2ecd3947ca1eaf6170379bfb6d9726f9b7a616b5e6681bf3409"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xeb7c07d964eba572820e60e8370e99b8a061fd3795091a37acaf7c0ef7f1e910","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8ebec06377940d7685ee3c382822d2cb1092fa6d68f90ab2d957bf9690cc2c22","transactionsRoot":"0x2c0afed2335394d7e91454daf8a1c8f3078549663e8ef5a4a7f8d301a9c0bddd","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x63","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xd65","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x7c","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x73b3074ac649a8dc31c2c90a124469456301a30f","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x683f374c0d40f276f5f960f6441729bd4fbab0a703485393b602dc416b6e455a","s":"0x239e26fe45fb26e9e193d7191c16acf580de9425aeb344995fbb962176f8420c","yParity":"0x0","v":"0x0","hash":"0x1c17d115ee37f08f6ed22aff57dddb90238f4dee875c5eb3f41bf521923c2fbd"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xb1a70d4b06eda66c2ae1a93219ea2edf819c7eca7346754adf92ee779a54d535","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xcd320e66f7d01645d7511f993d2c7f947f92143237f411bddf91f65da2fa2ae4","transactionsRoot":"0x5435d6f902387a3ca73be0d8eca9a82a4599d78b1f54713578e859fd8bbf639b","receiptsRoot":"0x7d36b14dad34233ba4ffbb652771f849b7d7f1fd8ac507c0164db7b7ed0a9852","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000020000000000000000010000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x1b0","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393700000000000000000000000000000000000000000000000000000000000000","r":"0xe555db9195ef986cd38b4c77e36750c646c9340cbef56f263b0cb689efd97029","s":"0x745e867e352937af0170bac6b94c47a18720ad3331ebb9e4ed617705385a8d36","yParity":"0x0","v":"0x0","hash":"0x737e16a42b61d8484815f6eb50cf417091bd71c07198cecfbcf7616f764e5756"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xfad808fa40580bad783b11854808205e0466401bc235a327944c439e9892ae1d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xd11fe4b62622534efbfb52e7bf0c031b45cb867822cd86e361b4158f072fe79c","transactionsRoot":"0x2af367a1d2a549e2bddbf44ab846e961c0285a5b3cf29b1c84265375a9a460aa","receiptsRoot":"0x0d60d71bcc6ac8ec0de7d05c8610fe01f1ca086168face7f79536758cd8aeb89","logsBloom":"0x000000000400000004000000400000004000000000000000008000008000000000100000000000000000000000000000000000000080001000000002000000040000000000000000000004000004020000010000000000000000000000000000000200000200000400000001000008000000000000000000000000040000004000000001000000000000000000000000000008000000c0000000000000000000002000000000000000000002008440000000000000000000000000000000008000080020400000200000000000040000040000002200002000000000000020000000000000000100400800000000000000000000000000000000000001400200","difficulty":"0x0","number":"0xf","gasLimit":"0x1c9c380","gasUsed":"0x4b07c","timestamp":"0x67fe6880","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xbe29d65","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x16","gas":"0x2e8a4","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","value":"0x0","accessList":[],"input":"0x9623609d0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe6000000000000000000000000959922be3caee4b8cd9a407cc3ac1c251c2007b1000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000641794bb3c000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0000000000000000000000000000000000000000000000000000000000000001e00000000000000000000000000000000000000000000000000000000","r":"0xd3b73c8011424ee087d7d287aeac9c493eaaf7c2f9af50d06a0e2580a2265739","s":"0x28a452f3181640fb4a51f36fa04ee72d101c9c0c2c4ea408c9083a7559fb4811","yParity":"0x0","v":"0x0","hash":"0x39d001bb561bd6ea731a173b6e8260b214c2747ac97097dbe810e9be06c2f293"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x17","gas":"0x39186","maxFeePerGas":"0x77359401","maxPriorityFeePerGas":"0x1","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","value":"0x0","accessList":[],"input":"0x9623609d0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3180000000000000000000000009a9f2ccfde556a7e9ff0848998aa4a0cfd8863ae000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000c4d4540a55000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000018a0f92ad9645385e8a8f3db7d0f6cf7abbb0ad40000000000000000000000000000000000000000000000000000000000001c2000000000000000000000000000000000000000000000000000000000000003e800000000000000000000000000000000000000000000000000000000","r":"0xfa685695ec06cf3fcaaae9603010b040bcccf9853d2c42bcda7a8f821951a6c","s":"0x9f3ba088f44f4f54b057fbcb32d101aa94331436c36e4f84236aea313dbe3ac","yParity":"0x0","v":"0x0","hash":"0x544a509e32b487b17a3914e1d37ea972db7b9441bc7ad03f87669aff5f39f058"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x90e9b3ec246fabd188cd521fe4273d26adde2d50df21a73fc332d0ba299aa094","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x72ddb1e508ddd5b5115e3926ff24e5e18d89859fd75e36cc16f85ad49cc26654","transactionsRoot":"0xa5be48d5c617f71a2249453e8ab4b29b690ba68db9beb78951448470625474c9","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x70","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x261","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x89","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xd9065f27e9b706e5f7628e067cc00b288dddbf19","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x62e2f4f20e4ad40e49e33ce73f08a41dfe438f0700928d9f21c88faaae3196b2","s":"0x236e27decd426602d16798491a420687f5d697182fdcb50580251231c42664d","yParity":"0x1","v":"0x1","hash":"0x45b3f5a0365bc179c7cd2888baa9986eebd8b7c79a1bf4644da1bef3f1126b8e"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x998efa0d5c938d97e7f4500b21c83a9ca5569497372e719f88bbb159452e74d5","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4830d7176fa01b84447b17d04b1b277e9dae4c6e038eeb954b8c059f872bead9","transactionsRoot":"0xc34cbb352dd6a7a84e30a15fe7d78f087b47d1e7c353f288c51b785ae5841de7","receiptsRoot":"0xe5f0df071bced0ad721bebc6eb1658a9db6d40a7c6cbdca0257b77508baca1e1","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000001000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x97","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xb0","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec0000000000000000000000000000000000000000000000003a20d7435e1e5233","r":"0xd671cc8609c069e05ecd8372979d2a7bdd0758c4af22bdfb6b27af2e3330b0fe","s":"0x3a829ebb8188243979098a52d944d7bcf222b0aec0169cd0fe92f97afb0019a2","yParity":"0x0","v":"0x0","hash":"0x551c46ca1cab8b698d979407c53ecb840112262745c002ba4e28433632266fc1"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd397425972c00659489779b87137122b52be920d3225c36b3f6e559b583a77a2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf0e97f4c447270f948a734fb46acb8457f7c1a92250a3025ca9c03dbe6aab80d","transactionsRoot":"0xa2ab9455dba6c12aaea8662815786df1e5fe4d16f50d767a25b5642a5bf8c898","receiptsRoot":"0xe6ef42a4803872fbc93467e4092cc06b9076ea477c9f732fbd941ba56f6b70a8","logsBloom":"0x04000000000000000000000040000000400000000000000000800000000000000000000000000000000000000000000000000200000000100800000000000000000000000000000000002400000003800001000000002000000000008000000000000000020000000000008100010800000000000000000000000000000000400000000100000000000000040004000000000000000080000000000000000000000001000000000000004000000400000020000000000000000000000000000000000020400000200000000000040000000000002000000000000000000020200000000000000000000000800000000000000000080000000208008000400000","difficulty":"0x0","number":"0x1b","gasLimit":"0x1c9c380","gasUsed":"0x8234eb","timestamp":"0x67fe6881","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x2bb7202","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x2f","gas":"0x5fce7c","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6101e0806040523461031f5760a08161594280380380916100208285610323565b83398101031261031f578051906001600160a01b038216820361031f5760208101516001600160a01b038116810361031f576040820151906001600160a01b038216820361031f576060830151926001600160a01b038416840361031f5760800151936001600160a01b038516850361031f576040516100a1604082610323565b6016815260208101907f4156535265676973747279436f6f7264696e61746f72000000000000000000008252604051916100dc604084610323565b6006835260208301916576302e302e3160d01b8352519020915190208160e05280610100524660a0526040519060208201925f5160206159225f395f51905f528452604083015260608201524660808201523060a082015260a0815261014360c082610323565b5190206080523060c0525f5160206159225f395f51905f52610120526101405261018052610160526101a0526101c0525f5460ff8160081c166102ca5760ff80821610610290575b6040516155c7908161035b823960805181614c2c015260a05181614ce3015260c05181614bf6015260e05181614c7b01526101005181614ca101526101205181614c58015261014051818181610c9e015281816139890152614390015261016051818181610bc20152818161123401528181612d160152818161381501528181613b1b015281816141d10152614a8e01526101805181818161130001528181612ce401528181612fc70152818161387a0152818161425c015281816146ce01526149c701526101a051818181610dcb0152818161183901528181612d48015281816138dc015281816142c50152614a2d01526101c051818181611fb601526130560152f35b60ff90811916175f557f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498602060405160ff8152a15f61018b565b60405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608490fd5b5f80fd5b601f909101601f19168101906001600160401b0382119082101761034657604052565b634e487b7160e01b5f52604160045260245ffdfe60806040526004361015610011575f80fd5b5f3560e01c8062cf2ab51461034357806303fd34921461033e57806304ec635114610339578063054310e6146103345780630cf4b7671461032f5780630d3f21341461032a57806310d67a2f14610325578063125e05841461032057806313542a4e1461031b578063136439dd146103165780631478851f146103115780631eb812da1461030c578063249a0c421461030757806328f61b3114610302578063296bb064146102fd57806329d1e0c3146102f85780632cdd1e86146102f35780633998fdd3146102ee5780633c2a7f4c146102e95780635140a548146102e45780635865c60c146102df578063595c6a67146102da5780635ac86ab7146102d55780635b0b829f146102d05780635c975abb146102cb5780635df45946146102c65780636347c900146102c157806368304835146102bc5780636e3b17db146102b7578063715018a6146102b257806384ca5213146102ad578063871ef049146102a8578063886f1195146102a35780638da5cb5b1461029e5780639aa1653d146102995780639b5d177b146102945780639e9923c21461028f5780639feab8591461028a578063a50857bf14610285578063a96f783e14610280578063c391425e1461027b578063ca0de88214610276578063ca4f2d9714610271578063d72d8dd61461026c578063d75b4c8814610267578063dd8283f314610262578063e65797ad1461025d578063ea32afae14610258578063f2fde38b14610253578063fabc1cbc1461024e5763fd39105a14610249575f80fd5b612188565b612076565b611fe5565b611fa1565b611f0d565b611e6e565b611c50565b611b90565b611b43565b611b09565b611a65565b611a09565b6118a2565b611868565b611824565b61175b565b611698565b611670565b611645565b611615565b61159f565b611498565b61132f565b6112eb565b611291565b61121f565b611202565b611165565b6110d7565b61104f565b610fe3565b610d39565b610ccd565b610c89565b610c5c565b610c2f565b610b8c565b610b64565b610b32565b610ab8565b610a89565b61094d565b610912565b6108d7565b61080c565b6107cd565b6106ed565b6105e4565b610485565b61044d565b61037c565b9181601f84011215610378578235916001600160401b038311610378576020808501948460051b01011161037857565b5f80fd5b34610378576020366003190112610378576004356001600160401b038111610378576103ac903690600401610348565b906103c46103be600480600154161490565b156121ce565b5f5b8281106103cf57005b806104476103e0600193868661221a565b356103ea816107ee565b838060a01b0381165f52609960205260405f2061042060ff866040519361041085610620565b8054855201541660208301612237565b61044161043c6104308351612dd5565b6001600160c01b031690565b612e77565b91612f7d565b016103c6565b34610378576020366003190112610378576004355f526098602052602060405f2054604051908152f35b63ffffffff81160361037857565b34610378576060366003190112610378576024356104c56104bf6004356104ab84610477565b604435905f52609860205260405f20611277565b50612269565b63ffffffff8082511692169182106105495760408161050d610535946104f5602061051b96015163ffffffff1690565b9063ffffffff821615918215610539575b505061229a565b01516001600160c01b031690565b6040516001600160c01b0390911681529081906020820190565b0390f35b63ffffffff161190505f80610506565b60405162461bcd60e51b815260206004820152605a60248201527f526567436f6f72642e67657451756f72756d4269746d61704174426c6f636b4e60448201527f756d6265724279496e6465783a2071756f72756d4269746d617055706461746560648201527f2069732066726f6d20616674657220626c6f636b4e756d626572000000000000608482015260a490fd5b5f91031261037857565b34610378575f36600319011261037857609d546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b604081019081106001600160401b0382111761063b57604052565b61060c565b606081019081106001600160401b0382111761063b57604052565b90601f801991011681019081106001600160401b0382111761063b57604052565b6040519061068b60408361065b565b565b6040519061068b60608361065b565b6001600160401b03811161063b57601f01601f191660200190565b9291926106c38261069c565b916106d1604051938461065b565b829481845281830111610378578281602093845f960137010152565b34610378576020366003190112610378576004356001600160401b03811161037857366023820112156103785761072e9036906024816004013591016106b7565b335f52609960205260ff600160405f2001541660038110156107c85760010361076c57335f90815260996020526040902061076a919054613053565b005b60405162461bcd60e51b815260206004820152602e60248201527f526567436f6f72642e757064617465536f636b65743a206f70657261746f722060448201526d1b9bdd081c9959da5cdd195c995960921b6064820152608490fd5b610fb8565b34610378576020366003190112610378576004356107e9613113565b60a055005b6001600160a01b0381160361037857565b6064359061068b826107ee565b34610378576020366003190112610378576004803561082a816107ee565b5f5460405163755b36bd60e11b815292602091849190829060101c6001600160a01b03165afa9182156108ab5761076a92610877915f9161087c575b506001600160a01b03163314612352565b61316b565b61089e915060203d6020116108a4575b610896818361065b565b810190612332565b5f610866565b503d61088c565b612347565b6004359061068b826107ee565b6024359061068b826107ee565b6044359061068b826107ee565b34610378576020366003190112610378576004356108f4816107ee565b60018060a01b03165f52609f602052602060405f2054604051908152f35b346103785760203660031901126103785760043561092f816107ee565b60018060a01b03165f526099602052602060405f2054604051908152f35b34610378576020366003190112610378576004355f5460405163237dfb4760e11b8152336004820152906020908290602490829060101c6001600160a01b03165afa80156108ab576109a6915f91610a5a575b506123c9565b600154818116036109ef57806001557fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d604051806109ea3394829190602083019252565b0390a2005b60405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608490fd5b610a7c915060203d602011610a82575b610a74818361065b565b8101906123b1565b5f6109a0565b503d610a6a565b34610378576020366003190112610378576004355f52609a602052602060ff60405f2054166040519015158152f35b34610378576040366003190112610378576060610af06104bf602435600435610adf612426565b505f52609860205260405f20611277565b6040519063ffffffff815116825263ffffffff6020820151166020830152604060018060c01b03910151166040820152f35b6004359060ff8216820361037857565b346103785760203660031901126103785760ff610b4d610b22565b165f52609b602052602060405f2054604051908152f35b34610378575f36600319011261037857609e546040516001600160a01b039091168152602090f35b34610378576020366003190112610378576040516308f6629d60e31b815260048035908201526020816024816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa80156108ab57610535915f91610c10575b506040516001600160a01b0390911681529081906020820190565b610c29915060203d6020116108a457610896818361065b565b5f610bf5565b346103785760203660031901126103785761076a600435610c4f816107ee565b610c57613113565b613262565b346103785760203660031901126103785761076a600435610c7c816107ee565b610c84613113565b6132c0565b34610378575f366003190112610378576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610378576020366003190112610378576040610cf4600435610cef816107ee565b61245c565b610d0a8251809260208091805184520151910152565bf35b9181601f84011215610378578235916001600160401b038311610378576020838186019501011161037857565b34610378576040366003190112610378576004356001600160401b03811161037857610d69903690600401610348565b906024356001600160401b03811161037857610d8a83913690600401610d0c565b610d9e6103be949294600480600154161490565b610dbd610dad60965460ff1690565b610db83684886106b7565b613489565b50610dc98184146124c2565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316935f5b828110610dff57005b610e24610e1e610e10838686612521565b356001600160f81b03191690565b60f81c90565b610e2f82878761252d565b6040516379a0849160e11b815260ff841660048201526020816024818d5afa9081156108ab57610e6f9163ffffffff915f91610f8a575b50168214612586565b5f90815b8688838510610edf575050505050509060019143610e9c8260ff165f52609b60205260405f2090565b557f46077d55330763f16269fd75e5761663f4192d2791747c0189b16ad31db07db460ff60405192169180610ed643829190602083019252565b0390a201610df6565b86610f7b610f74600195948b610f8295610f65610f06610f018d8f8e9061221a565b61222a565b98610f50610f4b610f2f610f2a8d60018060a01b03165f52609960205260405f2090565b612243565b99610f3d6104308c51612dd5565b60ff600192161c1660011490565b61260b565b8a8060a01b03168a8060a01b038a161161266a565b610f6e82612703565b92612723565b36916106b7565b9083612f7d565b920191610e73565b610fab915060203d8111610fb1575b610fa3818361065b565b810190612571565b8c610e66565b503d610f99565b634e487b7160e01b5f52602160045260245ffd5b600311156107c857565b9060038210156107c85752565b3461037857602036600319011261037857600435611000816107ee565b611008612444565b5060018060a01b03165f52609960205260405f2061103060ff60016040519361041085610620565b6040518091610535602060408401928051855201516020840190610fd6565b34610378575f366003190112610378575f5460405163237dfb4760e11b8152336004820152906020908290602490829060101c6001600160a01b03165afa80156108ab576110a3915f91610a5a57506123c9565b5f196001556040515f1981527fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d60203392a2005b34610378576020366003190112610378576020600160ff6110f6610b22565b161b806001541614604051908152f35b359061ffff8216820361037857565b6060906023190112610378576040519061112e82610640565b8160243561113b81610477565b815260443561ffff811681036103785760208201526064359061ffff821682036103785760400152565b346103785760803660031901126103785761117e610b22565b61118736611115565b61118f613113565b60ff6096541660ff831610156111a85761076a91613510565b60405162461bcd60e51b815260206004820152602c60248201527f526567436f6f72642e71756f72756d4578697374733a2071756f72756d20646f60448201526b195cc81b9bdd08195e1a5cdd60a21b6064820152608490fd5b34610378575f366003190112610378576020600154604051908152f35b34610378575f366003190112610378576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b634e487b7160e01b5f52603260045260245ffd5b805482101561128c575f5260205f2001905f90565b611263565b3461037857602036600319011261037857600435609c5481101561037857609c5f527faf85b9071dfafeac1409d3f1d19bafc9bc7c37974cde8df0ee6168f0086e539c01546040516001600160a01b039091168152602090f35b34610378575f366003190112610378576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b346103785760403660031901126103785760043561134c816107ee565b6024356001600160401b0381116103785761136b903690600401610d0c565b609e549192916001600160a01b0316330361143b576001600160a01b0382165f908152609f6020908152604080832042905560999091529020805460016113db816113d26113cc6104306113c160965460ff1690565b610db8368b8e6106b7565b94612dd5565b94015460ff1690565b6113e481610fcc565b149182611428575b8261140f575b50506113fa57005b61076a926114099136916106b7565b9061375c565b81166001600160c01b0390811691161490505f806113f2565b6001600160c01b038216151592506113ec565b60405162461bcd60e51b815260206004820152602f60248201527f526567436f6f72642e6f6e6c79456a6563746f723a2063616c6c65722069732060448201526e3737ba103a34329032b532b1ba37b960891b6064820152608490fd5b34610378575f366003190112610378576114b0613113565b606480546001600160a01b031981169091555f906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b6001600160401b03811161063b5760051b60200190565b91908260409103126103785760405161152281610620565b8092803560ff8116810361037857825260209081013591611542836107ee565b0152565b90929192611553816114f3565b93611561604051958661065b565b602085838152019160061b83019281841161037857915b8383106115855750505050565b6020604091611594848661150a565b815201920191611578565b346103785760a0366003190112610378576004356115bc816107ee565b60243590604435906001600160401b038211610378573660238301121561037857610535926115f8611605933690602481600401359101611546565b606435916084359361273b565b6040519081529081906020820190565b34610378576020366003190112610378576020611633600435612dd5565b6040516001600160c01b039091168152f35b34610378575f366003190112610378575f5460405160109190911c6001600160a01b03168152602090f35b34610378575f366003190112610378576064546040516001600160a01b039091168152602090f35b34610378575f36600319011261037857602060ff60965416604051908152f35b61010090604319011261037857604490565b9181601f84011215610378578235916001600160401b038311610378576020808501948460061b01011161037857565b919091606081840312610378576040519061171482610640565b819381356001600160401b0381116103785782019181601f84011215610378576117486040939283602086953591016106b7565b8452602081013560208501520135910152565b34610378576101a0366003190112610378576004356001600160401b0381116103785761178c903690600401610d0c565b906024356001600160401b038111610378576117ac903690600401610d0c565b6117b5366116b8565b90610144356001600160401b038111610378576117d69036906004016116ca565b929091610164356001600160401b038111610378576117f99036906004016116fa565b9461018435976001600160401b0389116103785761181e61076a9936906004016116fa565b976127f6565b34610378575f366003190112610378576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610378575f3660031901126103785760206040517f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de68152f35b3461037857610160366003190112610378576004356001600160401b038111610378576118d3903690600401610d0c565b906024356001600160401b038111610378576118f3903690600401610d0c565b6118fc366116b8565b90610144356001600160401b038111610378578461194861194f956119406119298a9536906004016116fa565b9661193a6103be6001808054161490565b33613af9565b9436916106b7565b92336140f8565b51905f5b83811061195c57005b611967818584612521565b3560f81c63ffffffff61197a8386612a0d565b5116905f52609760205263ffffffff8060405f205416161061199e57600101611953565b60405162461bcd60e51b815260206004820152603960248201527f526567436f6f72642e72656769737465724f70657261746f723a206f7065726160448201527f746f7220636f756e742065786365656473206d6178696d756d000000000000006064820152608490fd5b34610378575f36600319011261037857602060a054604051908152f35b60206040818301928281528451809452019201905f5b818110611a495750505090565b825163ffffffff16845260209384019390920191600101611a3c565b3461037857604036600319011261037857600435611a8281610477565b602435906001600160401b038211610378573660238301121561037857816004013591611aae836114f3565b92611abc604051948561065b565b8084526024602085019160051b8301019136831161037857602401905b828210611af957610535611aed8686612a3c565b60405191829182611a26565b8135815260209182019101611ad9565b34610378575f3660031901126103785760206040517f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a8152f35b34610378576020366003190112610378576004356001600160401b03811161037857611b8a611b7961076a923690600401610d0c565b610f746002806001541614156121ce565b3361375c565b34610378575f366003190112610378576020609c54604051908152f35b6001600160601b0381160361037857565b81601f8201121561037857803590611bd5826114f3565b92611be3604051948561065b565b82845260208085019360061b8301019181831161037857602001925b828410611c0d575050505090565b6040848303126103785760206040918251611c2781610620565b8635611c32816107ee565b815282870135611c4181611bad565b83820152815201930192611bff565b3461037857366003190160a081126103785760601361037857604051611c7581610640565b600435611c8181610477565b815260243561ffff8116810361037857602082015260443561ffff8116810361037857604082015260643590611cb682611bad565b608435916001600160401b03831161037857611cd961076a933690600401611bbe565b91611ce2613113565b614982565b81601f8201121561037857803590611cfe826114f3565b92611d0c604051948561065b565b8284526020606081860194028301019181831161037857602001925b828410611d36575050505090565b606084830312610378576020606091604051611d5181610640565b8635611d5c81610477565b8152611d69838801611106565b83820152611d7960408801611106565b6040820152815201930192611d28565b9080601f83011215610378578135611da0816114f3565b92611dae604051948561065b565b81845260208085019260051b82010192831161037857602001905b828210611dd65750505090565b602080918335611de581611bad565b815201910190611dc9565b9080601f83011215610378578135611e07816114f3565b92611e15604051948561065b565b81845260208085019260051b820101918383116103785760208201905b838210611e4157505050505090565b81356001600160401b03811161037857602091611e6387848094880101611bbe565b815201910190611e32565b346103785761010036600319011261037857611e886108b0565b611e906108bd565b90611e996108ca565b611ea16107ff565b60843560a4356001600160401b03811161037857611ec3903690600401611ce7565b9160c4356001600160401b03811161037857611ee3903690600401611d89565b9360e435966001600160401b03881161037857611f0761076a983690600401611df0565b96612b13565b346103785760203660031901126103785760ff611f28610b22565b611f30612426565b50165f52609760205261053560405f2061ffff60405191611f5083610640565b5463ffffffff81168352818160201c16602084015260301c16604082015260405191829182919091604061ffff81606084019563ffffffff8151168552826020820151166020860152015116910152565b34610378575f366003190112610378576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b3461037857602036600319011261037857600435612002816107ee565b61200a613113565b6001600160a01b038116156120225761076a90613a37565b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b34610378576020366003190112610378576004355f5460405163755b36bd60e11b8152906020908290600490829060101c6001600160a01b03165afa80156108ab576120d3915f9161087c57506001600160a01b03163314612352565b60015419811981160361211d576120e981600155565b60405190815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9080602081016109ea565b60405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608490fd5b34610378576020366003190112610378576004356121a5816107ee565b60018060a01b03165f526099602052602060ff600160405f20015416610d0a6040518092610fd6565b156121d557565b60405162461bcd60e51b815260206004820152601960248201527f5061757361626c653a20696e64657820697320706175736564000000000000006044820152606490fd5b919081101561128c5760051b0190565b35612234816107ee565b90565b60038210156107c85752565b9061068b60405161225381610620565b602060ff60018396805485520154169101612237565b9060405161227681610640565b604081935463ffffffff8116835263ffffffff8160201c166020840152811c910152565b156122a157565b60405162461bcd60e51b815260206004820152605b60248201527f526567436f6f72642e67657451756f72756d4269746d61704174426c6f636b4e60448201527f756d6265724279496e6465783a2071756f72756d4269746d617055706461746560648201527f2069732066726f6d206265666f726520626c6f636b4e756d6265720000000000608482015260a490fd5b908160209103126103785751612234816107ee565b6040513d5f823e3d90fd5b1561235957565b60405162461bcd60e51b815260206004820152602a60248201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160448201526939903ab73830bab9b2b960b11b6064820152608490fd5b90816020910312610378575180151581036103785790565b156123d057565b60405162461bcd60e51b815260206004820152602860248201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160448201526739903830bab9b2b960c11b6064820152608490fd5b6040519061243382610640565b5f6040838281528260208201520152565b6040519061245182610620565b5f6020838281520152565b6124bd6122349161246b612444565b50604080517f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de6602082019081526001600160a01b03909316818301529081526124b560608261065b565b51902061331e565b61336b565b156124c957565b60405162461bcd60e51b815260206004820152603860248201525f5160206155725f395f51905f5260448201527f6d3a20696e707574206c656e677468206d69736d6174636800000000000000006064820152608490fd5b9082101561128c570190565b919081101561128c5760051b81013590601e19813603018212156103785701908135916001600160401b038311610378576020018260051b36038113610378579190565b90816020910312610378575161223481610477565b1561258d57565b60405162461bcd60e51b815260206004820152605a60248201525f5160206155725f395f51905f5260448201527f6d3a206e756d626572206f662075706461746564206f70657261746f7273206460648201527f6f6573206e6f74206d617463682071756f72756d20746f74616c000000000000608482015260a490fd5b1561261257565b60405162461bcd60e51b815260206004820152603960248201525f5160206155725f395f51905f5260448201527f6d3a206f70657261746f72206e6f7420696e2071756f72756d000000000000006064820152608490fd5b1561267157565b60405162461bcd60e51b815260206004820152605c60248201525f5160206155725f395f51905f5260448201527f6d3a206f70657261746f7273206172726179206d75737420626520736f72746560648201527f6420696e20617363656e64696e672061646472657373206f7264657200000000608482015260a490fd5b634e487b7160e01b5f52601160045260245ffd5b906001820180921161271157565b6126ef565b9190820180921161271157565b90939293848311610378578411610378578101920390565b919493909260405192602084019460e08501917f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a875260018060a01b03166040860152606085015260c060808501528651809152602061010085019701905f5b8181106127c85750505061223494956124b592849260a084015260c083015203601f19810183528261065b565b8251805160ff168a526020908101516001600160a01b0316818b01526040909901989092019160010161279b565b6119488297969893829a95610f746128266128399961281b6103be6001808054161490565b61193a888d14612969565b96612832368c8f611546565b8833613c7d565b905f5b83811061284b57505050505050565b808061287c612877612866610e1e610e106001978b8e612521565b60ff165f52609760205260405f2090565b6129db565b858886898c61289961288f888751612a0d565b5163ffffffff1690565b63ffffffff6128b86128af895163ffffffff1690565b63ffffffff1690565b9116116128cd575b505050505050500161283c565b86859361291a6129058360206129126129058361292d9f6128fd610e1e610e106040936129259f6129209f612521565b9c0151612a0d565b516001600160601b031690565b9a0151612a0d565b95612a21565b612a31565b923391614642565b61295d612946602061294084878b612a21565b0161222a565b611409610f7461295585612703565b858a8d612723565b805f858886898c6128c0565b1561297057565b60405162461bcd60e51b815260206004820152603960248201527f526567436f6f72642e72656769737465724f70657261746f725769746843687560448201527f726e3a20696e707574206c656e677468206d69736d61746368000000000000006064820152608490fd5b906040516129e881610640565b604061ffff82945463ffffffff81168452818160201c16602085015260301c16910152565b805182101561128c5760209160051b010190565b919081101561128c5760061b0190565b61223490369061150a565b9190805190612a4a826114f3565b91612a58604051938461065b565b808352612a67601f19916114f3565b013660208401375f5b8151811015612aa95780612a90612a8960019385612a0d565b5187614798565b63ffffffff612a9f8387612a0d565b9116905201612a70565b5090925050565b15612ab757565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b9694929091612b5d9694925f5498612b4360ff8b60081c16151515809b81612bd7575b8115612bb7575b50612ab0565b89612b54600160ff195f5416175f55565b612ba057612ca9565b612b6357565b612b7161ff00195f54165f55565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1565b612bb261010061ff00195f5416175f55565b612ca9565b303b15915081612bc9575b505f612b3d565b60ff1660011490505f612bc2565b600160ff8216109150612b36565b15612bec57565b60405162461bcd60e51b815260206004820152602a60248201527f526567436f6f72642e696e697469616c697a653a20696e707574206c656e67746044820152690d040dad2e6dac2e8c6d60b31b6064820152608490fd5b609c54600160401b81101561063b5760018101609c55609c5481101561128c57609c5f527faf85b9071dfafeac1409d3f1d19bafc9bc7c37974cde8df0ee6168f0086e539c0180546001600160a01b0319166001600160a01b03909216919091179055565b612cdf94610c849394612cda610c57939b9a999b612cd58d8b5190518091149081612dbc575b50612be5565b613a37565b614b0c565b612d117f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316612c44565b612d437f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316612c44565b612d757f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316612c44565b5f5b8151811015612db55780612daf612d9060019385612a0d565b51612d9e612905848a612a0d565b612da88488612a0d565b5191614982565b01612d77565b5050509050565b90508c51145f612ccf565b5f1981019190821161271157565b805f52609860205260405f20549081155f14612df15750505f90565b5f52609860205260405f20905f19810190811161271157612e1191611277565b505460401c90565b90612e238261069c565b612e30604051918261065b565b8281528092612e41601f199161069c565b0190602036910137565b5f1981146127115760010190565b80511561128c5760200190565b90815181101561128c570160200190565b5f81805b612ef15750612e8d9061ffff16612e19565b5f5f5b8251821080612ee6575b15612edf576001811b8416612eb8575b612eb390612e4b565b612e90565b906001612eb39160ff60f81b8460f81b165f1a612ed58287612e66565b5301919050612eaa565b5050905090565b506101008110612e9a565b5f1981018181116127115761ffff9116911661ffff8114612711576001019080612e7b565b9081602091031261037857516001600160c01b03811681036103785790565b805180835260209291819084018484015e5f828201840152601f01601f1916010190565b612234939260609260018060a01b0316825260208201528160408201520190612f35565b919060016020820151612f8f81610fcc565b612f9881610fcc565b0361304e57516040516333567f7f60e11b81529160209183918291612fc291908760048501612f59565b03815f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165af19081156108ab575f9161301f575b506001600160c01b03169081613013575050565b61140961068b92612e77565b613041915060203d602011613047575b613039818361065b565b810190612f16565b5f612fff565b503d61302f565b505050565b907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690813b15610378575f60405180936378219b3f60e11b8252856004830152604060248301528183816130b36044820188612f35565b03925af19081156108ab577fec2963ab21c1e50e1e582aa542af2e4bf7bf38e6e1403c27b42e1c5d6e621eaa926130fe92613103575b50604051918291602083526020830190612f35565b0390a2565b5f61310d9161065b565b5f6130e9565b6064546001600160a01b0316330361312757565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b6001600160a01b038116156131e5575f54604080516001600160a01b0360109390931c8316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb691a15f805462010000600160b01b03191660109290921b62010000600160b01b0316919091179055565b60405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a490fd5b609d54604080516001600160a01b038084168252841660208201529192917f315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c9190a16001600160a01b03166001600160a01b03199190911617609d55565b609e54604080516001600160a01b038084168252841660208201529192917f8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc99190a16001600160a01b03166001600160a01b03199190911617609e55565b613326614bf3565b9060405190602082019261190160f01b8452602283015260428201526042815261335160628261065b565b51902090565b634e487b7160e01b5f52601260045260245ffd5b5f5160206155525f395f51905f5290613382612444565b505f919006602060c0835b613482575f935f5160206155525f395f51905f52600381868181800909086040516133b8858261065b565b843682378481856040516133cc828261065b565b813682378381528360208201528360408201528560608201527f0c19139cb84c680a6e14116da060561765e05aa45a1c72a34f082305b61f3f5260808201525f5160206155525f395f51905f5260a082015260056107cf195a01fa8015613487576134369061524e565b5191613482575f5160206155525f395f51905f528280091461346d57505f5160206155525f395f51905f5260015f9408929361338d565b9293505061347961067c565b92835282015290565b613357565bfe5b90600161349760ff93614d8b565b928392161b11156134a55790565b60405162461bcd60e51b815260206004820152603f60248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206269746d61702065786365656473206d61782076616c7565006064820152608490fd5b6130fe60ff7f3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac921692835f52609760205260405f2061356663ffffffff835116829063ffffffff1663ffffffff19825416179055565b6020820151815465ffff0000000067ffff000000000000604086015160301b169260201b169067ffffffff0000000019161717905560405191829182919091604061ffff81606084019563ffffffff8151168552826020820151166020860152015116910152565b156135d557565b60405162461bcd60e51b815260206004820152603860248201527f526567436f6f72642e5f646572656769737465724f70657261746f723a206f7060448201527f657261746f72206973206e6f74207265676973746572656400000000000000006064820152608490fd5b1561364757565b60405162461bcd60e51b815260206004820152603060248201527f526567436f6f72642e5f646572656769737465724f70657261746f723a20626960448201526f0746d61702063616e6e6f7420626520360841b6064820152608490fd5b156136ac57565b60a460405162461bcd60e51b815260206004820152604460248201527f526567436f6f72642e5f646572656769737465724f70657261746f723a206f7060448201527f657261746f72206973206e6f74207265676973746572656420666f722071756f60648201526372756d7360e01b6084820152fd5b6001600160a01b03909116815260406020820181905261223492910190612f35565b604090612234939281528160208201520190612f35565b6001600160a01b0381165f90815260996020526040902090600182549201613799600161378a835460ff1690565b61379381610fcc565b146135ce565b6137f96137b46104306137ae60965460ff1690565b87613489565b6137bd85612dd5565b6001600160c01b03909116906137d4821515613640565b6137ea8282166001600160c01b031683146136a5565b9019166001600160c01b031690565b6138038185614eee565b6001600160c01b03161561397c575b507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b1561037857835f91613868938360405180968195829463f4e24fe560e01b845260048401613723565b03925af180156108ab57613968575b507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b15610378575f604051809263bd29b8cd60e01b82528183816138ca898960048401613745565b03925af180156108ab57613954575b507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031691823b156103785761392f925f928360405180968195829463bd29b8cd60e01b845260048401613745565b03925af180156108ab576139405750565b8061394e5f61068b9361065b565b806105da565b8061394e5f6139629361065b565b5f6138d9565b8061394e5f6139769361065b565b5f613877565b805460ff191660021790557f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b15610378576040516351b27a6d60e11b81526001600160a01b0383166004820152905f908290602490829084905af180156108ab57613a23575b50816001600160a01b0382167f396fdcb180cb0fea26928113fb0fd1c3549863f9cd563e6a184f1d578116c8e45f80a35f613812565b8061394e5f613a319361065b565b5f6139ed565b606480546001600160a01b039283166001600160a01b0319821681179092559091167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3565b90816020910312610378575190565b61012090604060c061068b959796949761016084019860018060a01b03168452613ac5602085018260208091803584520135910152565b80830180356060860152602001356080850152826080820160a08601370160e0830137019060208091805184520151910152565b6040516309aa152760e11b81526001600160a01b0382811660048301529091907f000000000000000000000000000000000000000000000000000000000000000016602083602481845afa9283156108ab575f93613bda575b508215613b60575050905090565b60209250613b90935f613b728461245c565b6040516317ef39cb60e31b8152968795869485939160048501613a8e565b03925af19081156108ab575f91613bab575b50805f80612edf565b613bcd915060203d602011613bd3575b613bc5818361065b565b810190613a7f565b5f613ba2565b503d613bbb565b613bf491935060203d602011613bd357613bc5818361065b565b915f613b52565b15613c0257565b60405162461bcd60e51b815260206004820152604760248201527f526567436f6f72642e5f766572696679436875726e417070726f76657253696760448201527f6e61747572653a20636875726e417070726f766572207369676e617475726520606482015266195e1c1a5c995960ca1b608482015260a490fd5b91929092602082019283515f52609a60205260ff60405f205416613cf65761068b94613cee926040850191613cb58351421115613bfb565b613cd8613ccb88515f52609a60205260405f2090565b805460ff19166001179055565b609d546001600160a01b0316965192519361273b565b905191615138565b60405162461bcd60e51b815260206004820152604760248201527f526567436f6f72642e5f766572696679436875726e417070726f76657253696760448201527f6e61747572653a20636875726e417070726f7665722073616c7420616c726561606482015266191e481d5cd95960ca1b608482015260a490fd5b60405190613d7e82610640565b60606040838281528260208201520152565b15613d9757565b60405162461bcd60e51b815260206004820152602e60248201527f526567436f6f72642e5f72656769737465724f70657261746f723a206269746d60448201526d061702063616e6e6f7420626520360941b6064820152608490fd5b15613dfa57565b60405162461bcd60e51b815260206004820152604860248201527f526567436f6f72642e5f72656769737465724f70657261746f723a206f70657260448201527f61746f7220616c7265616479207265676973746572656420666f7220736f6d656064820152672071756f72756d7360c01b608482015260a490fd5b15613e7d57565b60405162461bcd60e51b815260206004820152603a60248201527f526567436f6f72642e5f72656769737465724f70657261746f723a206f70657260448201527f61746f722063616e6e6f742072657265676973746572207965740000000000006064820152608490fd5b6001602091835181550191015160038110156107c85760ff80198354169116179055565b9060018060a01b031681526040602082015260806040613f37845160608386015260a0850190612f35565b9360208101516060850152015191015290565b908060209392818452848401375f828201840152601f01601f1916010190565b6001600160a01b03909116815260406020820181905261223493910191613f4a565b9080601f83011215610378578151613fa3816114f3565b92613fb1604051948561065b565b81845260208085019260051b82010192831161037857602001905b828210613fd95750505090565b602080918351613fe881611bad565b815201910190613fcc565b9190916040818403126103785780516001600160401b038111610378578361401c918301613f8c565b9260208201516001600160401b038111610378576122349201613f8c565b612234949260609260018060a01b0316825260208201528160408201520191613f4a565b602081830312610378578051906001600160401b03821161037857019080601f83011215610378578151614091816114f3565b9261409f604051948561065b565b81845260208085019260051b82010192831161037857602001905b8282106140c75750505090565b6020809183516140d681610477565b8152019101906140ba565b604090612234949281528160208201520191613f4a565b91929394614104613d71565b9561419661412561043061411a60965460ff1690565b610db8368b8b6106b7565b61412e85612dd5565b6001600160c01b0390911690614145821515613d90565b60018060c01b031661415f61415a8284161590565b613df3565b6001600160a01b0387165f908152609f6020526040902061418f90614188905460a05490612716565b4211613e76565b1784614eee565b60016141be816141b68760018060a01b03165f52609960205260405f2090565b015460ff1690565b6141c781610fcc565b0361435d575b50507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b15610378575f6040518092631fd93ca960e11b82528183816142228b8b8b60048501613f6a565b03925af180156108ab5784935f928492614349575b50614257876040519788948594632550477760e01b86526004860161403a565b0381837f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165af19283156108ab575f9384918591614325575b50604087015260208601526142c0604051948593849362bff04d60e01b8552600485016140e1565b0381837f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165af19081156108ab575f91614303575b50815290565b61431f91503d805f833e614317818361065b565b81019061405e565b5f6142fd565b905061434391503d8086833e61433b818361065b565b810190613ff3565b5f614298565b8061394e856143579361065b565b5f614237565b61438e61436861067c565b848152600160208201526001600160a01b0386165f908152609960205260409020613ee8565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b1561037857604051639926ee7d60e01b8152925f9184918290849082906143e5908b60048401613f0c565b03925af19182156108ab5761440092614436575b5082613053565b806001600160a01b0383167fe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe5f80a35f806141cd565b8061394e5f6144449361065b565b5f6143f9565b1561445157565b60405162461bcd60e51b815260206004820152602a60248201527f526567436f6f72642e5f76616c6964617465436875726e3a2063616e6e6f742060448201526931b43ab9371039b2b63360b11b6064820152608490fd5b156144b057565b60405162461bcd60e51b815260206004820152603c60248201527f526567436f6f72642e5f76616c6964617465436875726e3a2071756f72756d4e60448201527f756d626572206e6f74207468652073616d65206173207369676e6564000000006064820152608490fd5b90816020910312610378575161223481611bad565b1561453757565b60405162461bcd60e51b815260206004820152604b60248201527f526567436f6f72642e5f76616c6964617465436875726e3a20696e636f6d696e60448201527f67206f70657261746f722068617320696e73756666696369656e74207374616b60648201526a32903337b91031b43ab93760a91b608482015260a490fd5b156145bd57565b60405162461bcd60e51b815260206004820152605160248201527f526567436f6f72642e5f76616c6964617465436875726e3a2063616e6e6f742060448201527f6b69636b206f70657261746f722077697468206d6f7265207468616e206b69636064820152706b424950734f66546f74616c5374616b6560781b608482015260a490fd5b6020919261469f6146926146ca98969761468b6146678783015160018060a01b031690565b6001600160a01b039081165f8181526099602052604090205496909116141561444a565b5160ff1690565b60ff8085169116146144a9565b604051635401ed2760e01b8152600481019190915260ff909116602482015294859081906044820190565b03817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa9283156108ab5761068b945f9461474e575b50826147469261474161472d936001600160601b0361473961472d82998b61520d565b6001600160601b031690565b911611614530565b615230565b9116106145b6565b61472d91945092614746926147416147856001600160601b039660203d602011614791575b61477d818361065b565b81019061451b565b9693505092509261470a565b503d614773565b815f52609860205260405f2054905f5b8281106148405760405162461bcd60e51b815260206004820152605e60248201527f526567436f6f72642e67657451756f72756d4269746d6170496e64657841744260448201527f6c6f636b4e756d6265723a206e6f206269746d61702075706461746520666f7560648201527f6e6420666f72206f70657261746f7220617420626c6f636b4e756d6265720000608482015260a490fd5b808303838111612711576128af61485691612dc7565b61487f6148748261486f885f52609860205260405f2090565b611277565b505463ffffffff1690565b63ffffffff8085169116111561489857506001016147a8565b935050505090565b156148a757565b60405162461bcd60e51b815260206004820152602a60248201527f526567436f6f72642e63726561746551756f72756d3a206d61782071756f72756044820152691b5cc81c995858da195960b21b6064820152608490fd5b60ff60019116019060ff821161271157565b6080906001600160601b036020939460ff60608401961683521683820152606060408201528451809452019201905f5b81811061494e5750505090565b825180516001600160a01b031685526020908101516001600160601b03168186015260409094019390920191600101614941565b91906149c561499360965460ff1690565b936149a360c060ff8716106148a0565b6149bf6149af866148ff565b60ff1660ff196096541617609655565b84613510565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031691823b1561037857614a1b925f928360405180968195829463ff694a7760e01b84528a60048501614911565b03925af180156108ab57614af8575b507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156103785760405163136ca0f960e11b815260ff83166004820152905f908290602490829084905af180156108ab57614ae4575b507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156103785760405163136ca0f960e11b815260ff90921660048301525f9082908183816024810161392f565b8061394e5f614af29361065b565b5f614a8b565b8061394e5f614b069361065b565b5f614a2a565b5f5460101c6001600160a01b03161580614be1575b15614b665781614b3361068b93600155565b60405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d90602090a261316b565b60405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a490fd5b506001600160a01b0381161515614b21565b307f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03161480614ce0575b15614c4e577f000000000000000000000000000000000000000000000000000000000000000090565b60405160208101907f000000000000000000000000000000000000000000000000000000000000000082527f000000000000000000000000000000000000000000000000000000000000000060408201527f000000000000000000000000000000000000000000000000000000000000000060608201524660808201523060a082015260a0815261335160c08261065b565b507f00000000000000000000000000000000000000000000000000000000000000004614614c25565b15614d1057565b60405162461bcd60e51b815260206004820152604760248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206f72646572656442797465734172726179206973206e6f74206064820152661bdc99195c995960ca1b608482015260a490fd5b90610100825111614e0957815115614e0457614dc7614dbd610e1e614daf85612e59565b516001600160f81b03191690565b60ff600191161b90565b6001905b8351821015614dff57600190614dea614dbd610e1e614daf8689612e66565b90614df6818311614d09565b17910190614dcb565b925050565b5f9150565b60a460405162461bcd60e51b815260206004820152604460248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206f7264657265644279746573417272617920697320746f6f206064820152636c6f6e6760e01b6084820152fd5b8054600160401b81101561063b57614e9d91600182018155611277565b614edb57815160208084015160409485015163ffffffff909316911b67ffffffff00000000161767ffffffffffffffff199190931b16919091179055565b634e487b7160e01b5f525f60045260245ffd5b90614f01825f52609860205260405f2090565b5480614f4e5750614f1d61068b925f52609860205260405f2090565b614f49614f2861068d565b4363ffffffff168152925b5f60208501526001600160c01b03166040840152565b614e80565b91614f7963ffffffff93614f73614f6d845f52609860205260405f2090565b91612dc7565b90611277565b5090614f89825463ffffffff1690565b43851694168403614fb4575061068b9250906001600160401b0382549181199060401b169116179055565b815467ffffffff000000001916602085901b67ffffffff00000000161790915561068b929190614f4990614ff0905f52609860205260405f2090565b91614f33614ffc61068d565b63ffffffff9095168552565b1561500f57565b60405162461bcd60e51b815260206004820152604760248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a207369676e6174757265206e6f742066726f6d6064820152661039b4b3b732b960c91b608482015260a490fd5b9081602091031261037857516001600160e01b0319811681036103785790565b156150b157565b60405162461bcd60e51b815260206004820152605360248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a2045524331323731207369676e6174757265206064820152721d995c9a599a58d85d1a5bdb8819985a5b1959606a1b608482015260a490fd5b90813b156151ca579160209161516493604051809581948293630b135d3f60e11b845260048401613745565b03916001600160a01b03165afa80156108ab5761068b915f9161519b575b506001600160e01b031916630b135d3f60e11b146150aa565b6151bd915060203d6020116151c3575b6151b5818361065b565b81019061508a565b5f615182565b503d6151ab565b61068b926151d79161529a565b6001600160a01b03908116911614615008565b906001600160601b03809116911602906001600160601b03821691820361271157565b61522b6001600160601b039161ffff602061271095015116906151ea565b160490565b61522b6001600160601b039161ffff604061271095015116906151ea565b1561525557565b60405162461bcd60e51b815260206004820152601a60248201527f424e3235342e6578704d6f643a2063616c6c206661696c7572650000000000006044820152606490fd5b612234916152a7916152af565b919091615327565b8151604181036152db5750906152d791602082015190606060408401519301515f1a906154a8565b9091565b6040036153145760406020830151920151918260ff1c91601b8301809311612711576152d7936001600160ff1b03169260ff16906154a8565b50505f90600290565b600511156107c857565b6153308161531d565b806153385750565b6153418161531d565b6001810361538e5760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606490fd5b6153978161531d565b600281036153e45760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606490fd5b6153ed8161531d565b600381036154455760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b6064820152608490fd5b8061545160049261531d565b1461545857565b60405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b6064820152608490fd5b9291907f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083116155465760ff16601b8114158061553b575b615530576020935f93604051938493608085019385528785015260408401526060830152838052039060015afa156108ab575f516001600160a01b0381161561552857905f90565b505f90600190565b505050505f90600490565b50601c8114156154e0565b505050505f9060039056fe30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47526567436f6f72642e7570646174654f70657261746f7273466f7251756f7275a2646970667358221220b2ad1fba87469dadddb4e0f66ed9869dca03be7b368f07728ec12ff846b9f8b064736f6c634300081b00338b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f000000000000000000000000c3e53f4d16ae77db1c982e75a937b9f60fe63690000000000000000000000000851356ae760d987e095750cceb3bc6014560891c000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc90000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e8000000000000000000000000f5059a5d33d5853360d16c683c16e67980206f36","r":"0xc1e038d24ff7ca80175441331e4e8a4fd865750a66d313c493f7a5d6dbeb9d1d","s":"0x3ce093b56dad390bd4d3bb293b26ec20a0364bbfc1f342900dba59f5544e0fa0","yParity":"0x1","v":"0x1","hash":"0xc38b7355bb83627d4eb25857c3801e9a260841d8774dafd451d9e2903fa38684"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x30","gas":"0x4f9e4","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","value":"0x0","accessList":[],"input":"0x9623609d0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f37304200000000000000000000000036c02da8a0983159322a80ffe9f24b1acff8b57000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000164dd8283f3000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","r":"0x9d49f9bf8579a1f38c0dc6ad723a5b996c16f61371db5f6563357d27e066f852","s":"0x7f3a762ef4b1dcaf0e2eec43add6b7ce46b910923dca577346244a097b4ce60e","yParity":"0x1","v":"0x1","hash":"0xe6c7a3ceed8a517e4133750e62cdbf1512fb098afb20b6ba1e657fd37a2bda53"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x31","gas":"0x44c758","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6101808060405234610254576060816140878038038091610020828561038a565b8339810103126102545780516001600160a01b03811691828203610254576020810151906001600160a01b038216820361025457604001516001600160a01b038116810361025457604051636830483560e01b815291602083600481885afa928315610260575f93610369575b5060805260a0528160c05260e0525f5460ff8160081c166103145760ff808216106102da575b5061010052604051636830483560e01b8152602081600481855afa918215610260576004926020925f916102ad575b5061012052604051632efa2ca360e11b815292839182905afa908115610260575f9161026b575b50610140526101205160405163df5cf72360e01b815290602090829060049082906001600160a01b03165afa908115610260575f9161021a575b5061016052604051613ca690816103e1823960805181818161065801528181610e6101528181610f16015261270b015260a051818181610c0601528181610ce601526111c4015260c051818181610e3101528181611558015281816126db0152612b19015260e0518181816115f40152612b6501526101005181818161048f0152818161069c01528181611e5801528181611f4b01526125160152610120518181816106140152818161226901526123c70152610140518181816105d001526121a50152610160518181816110a8015261205e0152f35b90506020813d602011610258575b816102356020938361038a565b8101031261025457516001600160a01b0381168103610254575f610143565b5f80fd5b3d9150610228565b6040513d5f823e3d90fd5b90506020813d6020116102a5575b816102866020938361038a565b8101031261025457516001600160a01b0381168103610254575f610109565b3d9150610279565b6102cd9150833d85116102d3575b6102c5818361038a565b8101906103c1565b5f6100e2565b503d6102bb565b60ff90811916175f557f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498602060405160ff8152a15f6100b3565b60405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608490fd5b61038391935060203d6020116102d3576102c5818361038a565b915f61008d565b601f909101601f19168101906001600160401b038211908210176103ad57604052565b634e487b7160e01b5f52604160045260245ffd5b9081602091031261025457516001600160a01b0381168103610254579056fe60806040526004361015610011575f80fd5b5f3560e01c8063171f1d5b1461018457806333cfb7b71461017f5780633bc28c8c1461017a578063416c7e5e146101755780635df4594614610170578063683048351461016b5780636b3aa72e146101665780636d14a987146101615780636efb46361461015c578063715018a6146101575780638da5cb5b146101525780639926ee7d1461014d578063a0169ddd14610148578063a20b99bf14610143578063a364f4da1461013e578063a98fb35514610139578063b98d090814610134578063c4d66de81461012f578063df5cf7231461012a578063e481af9d14610125578063f2fde38b14610120578063fc299dee1461011b5763fce36c7d14610116575f80fd5b6111ab565b611183565b6110f2565b6110d7565b611093565b610f9e565b610f7c565b610eca565b610e0d565b610ccd565b610bde565b610b42565b610ac9565b610a6e565b6109d9565b610687565b610643565b6105ff565b6105bb565b61045d565b610424565b6103ec565b610331565b634e487b7160e01b5f52604160045260245ffd5b604081019081106001600160401b038211176101b857604052565b610189565b606081019081106001600160401b038211176101b857604052565b90601f801991011681019081106001600160401b038211176101b857604052565b60405190610209610100836101d8565b565b604051906102096040836101d8565b9061020960405192836101d8565b60409060e319011261025157604051906102418261019d565b60e4358252610104356020830152565b5f80fd5b91908260409103126102515760405161026d8161019d565b6020808294803584520135910152565b9080601f8301121561025157604051916102986040846101d8565b82906040810192831161025157905b8282106102b45750505090565b81358152602091820191016102a7565b906080606319830112610251576040516102dd8161019d565b60206102f882946102ef81606461027d565b845260a461027d565b910152565b91906080838203126102515760206102f86040519261031b8461019d565b60408496610329838261027d565b86520161027d565b34610251576101203660031901126102515760043560403660231901126102515761038960409182516103638161019d565b60243581526044356020820152610379366102c4565b9061038336610228565b926112bd565b8251911515825215156020820152f35b6001600160a01b0381160361025157565b60206040818301928281528451809452019201905f5b8181106103cd5750505090565b82516001600160a01b03168452602093840193909201916001016103c0565b346102515760203660031901126102515761042061041460043561040f81610399565b611539565b604051918291826103aa565b0390f35b346102515760203660031901126102515761045160043561044481610399565b61044c613369565b6133c1565b005b8015150361025157565b346102515760203660031901126102515760043561047a81610453565b604051638da5cb5b60e01b81526020816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa9081156105ac575f91610571575b506001600160a01b031633036104e0576104519061341f565b60405162461bcd60e51b815260206004820152605c60248201527f424c535369676e6174757265436865636b65722e6f6e6c79436f6f7264696e6160448201527f746f724f776e65723a2063616c6c6572206973206e6f7420746865206f776e6560648201527f72206f6620746865207265676973747279436f6f7264696e61746f7200000000608482015260a490fd5b90506020813d6020116105a4575b8161058c602093836101d8565b81010312610251575161059e81610399565b5f6104c7565b3d915061057f565b6113b2565b5f91031261025157565b34610251575f366003190112610251576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610251575f366003190112610251576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610251575f366003190112610251576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610251575f366003190112610251576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b6044359063ffffffff8216820361025157565b359063ffffffff8216820361025157565b6001600160401b0381116101b85760051b60200190565b9080601f8301121561025157813561071d816106ef565b9261072b60405194856101d8565b81845260208085019260051b82010192831161025157602001905b8282106107535750505090565b60208091610760846106de565b815201910190610746565b81601f82011215610251578035610781816106ef565b9261078f60405194856101d8565b81845260208085019260061b8401019281841161025157602001915b8383106107b9575050505090565b60206040916107c88486610255565b8152019201916107ab565b9080601f830112156102515781356107ea816106ef565b926107f860405194856101d8565b81845260208085019260051b820101918383116102515760208201905b83821061082457505050505090565b81356001600160401b0381116102515760209161084687848094880101610706565b815201910190610815565b91909161018081840312610251576108676101f9565b9281356001600160401b0381116102515781610884918401610706565b845260208201356001600160401b03811161025157816108a591840161076b565b602085015260408201356001600160401b03811161025157816108c991840161076b565b60408501526108db81606084016102fd565b60608501526108ed8160e08401610255565b60808501526101208201356001600160401b0381116102515781610912918401610706565b60a08501526101408201356001600160401b0381116102515781610937918401610706565b60c08501526101608201356001600160401b0381116102515761095a92016107d3565b60e0830152565b90602080835192838152019201905f5b81811061097e5750505090565b82516001600160601b0316845260209384019390920191600101610971565b9291906109d460209160408652826109c082516040808a01526080890190610961565b910151868203603f19016060880152610961565b930152565b34610251576080366003190112610251576004356024356001600160401b03811161025157366023820112156102515780600401356001600160401b03811161025157366024828401011161025157610a306106cb565b90606435936001600160401b038511610251576024610a56610a5e963690600401610851565b940190611d7b565b906104206040519283928361099d565b34610251575f36600319011261025157610a86613369565b603380546001600160a01b031981169091555f906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b34610251575f366003190112610251576033546040516001600160a01b039091168152602090f35b6001600160401b0381116101b857601f01601f191660200190565b929192610b1882610af1565b91610b2660405193846101d8565b829481845281830111610251578281602093845f960137010152565b3461025157604036600319011261025157600435610b5f81610399565b602435906001600160401b03821161025157606060031983360301126102515760405190610b8c826101bd565b82600401356001600160401b038111610251578301366023820112156102515761045193610bc66044923690602460048201359101610b0c565b845260248101356020850152013560408301526126d5565b34610251575f602036600319011261025157600435610bfc81610399565b610c04613369565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690813b156102515760405163a0169ddd60e01b81526001600160a01b039091166004820152905f908290602490829084905af180156105ac57610c6f575080f35b61045191505f906101d8565b906020600319830112610251576004356001600160401b0381116102515760040182601f82011215610251578035926001600160401b038411610251576020808301928560051b010111610251579190565b3461025157610cdb36610c7b565b90610ce46136c8565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316915f5b818110610d685750823b1561025157610d44925f9283604051809681958294634e5cd2fd60e11b84523060048501612926565b03925af180156105ac57610d5457005b80610d625f610451936101d8565b806105b1565b915f93915f915b610d87610d7d8684846127d3565b60408101906127f5565b9050831015610dc3576001610db981976020610db187610dab610d7d8c8a8a6127d3565b9061282a565b0135906114bf565b9301929550610d6f565b9390929460019250610e0790610df1813088610dec6020610de6898c33956127d3565b0161283a565b61375c565b86610e026020610de686898b6127d3565b6137a5565b01610d11565b34610251575f602036600319011261025157600435610e2b81610399565b610e5f337f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031614612648565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690813b15610251576040516351b27a6d60e11b81526001600160a01b039091166004820152905f908290602490829084905af180156105ac57610c6f575080f35b34610251575f6020366003190112610251576004356001600160401b038111610251573660238201121561025157610f0c903690602481600401359101610b0c565b610f14613369565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156102515760405163a98fb35560e01b8152915f918391829084908290610f6a9060048301612a96565b03925af180156105ac57610c6f575080f35b34610251575f36600319011261025157602060ff609754166040519015158152f35b3461025157602036600319011261025157600435610fbb81610399565b61100b5f5491610fef610fd9610fd58560ff9060081c1690565b1590565b80948195611085575b8115611065575b50612aa7565b82611000600160ff195f5416175f55565b61104e575b8061384f565b61101157005b61101f61ff00195f54165f55565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1005b61106061010061ff00195f5416175f55565b611005565b303b15915081611077575b505f610fe9565b60ff1660011490505f611070565b600160ff8216109150610fe2565b34610251575f366003190112610251576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610251575f36600319011261025157610420610414612b0a565b346102515760203660031901126102515760043561110f81610399565b611117613369565b6001600160a01b0381161561112f5761045190613680565b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b34610251575f366003190112610251576065546040516001600160a01b039091168152602090f35b34610251576111b936610c7b565b906111c26136c8565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316915f5b8181106112215750823b1561025157610d44925f928360405180968195829463fce36c7d60e01b845260048401612d59565b806112506112376020610de66001958789612d37565b6040611244848789612d37565b0135903090339061375c565b6112796112636020610de6848789612d37565b86604061127185888a612d37565b0135916137a5565b016111ef565b634e487b7160e01b5f52603260045260245ffd5b9060028110156112a45760051b0190565b61127f565b634e487b7160e01b5f52601260045260245ffd5b61139961137661139f9561137061136985875160208901518a515160208c51015160208d016020815151915101519189519360208b0151956040519760208901998a5260208a015260408901526060880152608087015260a086015260c085015260e084015261010083015261134081610120840103601f1981018352826101d8565b5190207f30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f0000001900690565b8096612e72565b90612eb8565b9261137061138b611385612f40565b94613037565b91611394613153565b612e72565b9161319d565b9091565b90816020910312610251575190565b6040513d5f823e3d90fd5b9081602091031261025157516001600160c01b03811681036102515790565b90816020910312610251575160ff811681036102515790565b604051906114046020836101d8565b5f808352366020840137565b9061141a826106ef565b61142760405191826101d8565b8281528092611438601f19916106ef565b0190602036910137565b8051156112a45760200190565b9081518110156112a4570160200190565b634e487b7160e01b5f52601160045260245ffd5b906001820180921161148257565b611460565b906002820180921161148257565b906003820180921161148257565b906004820180921161148257565b906005820180921161148257565b9190820180921161148257565b6001600160601b0381160361025157565b90816040910312610251576020604051916114f78361019d565b805161150281610399565b8352015161150f816114cc565b602082015290565b80518210156112a45760209160051b010190565b5f1981146114825760010190565b6040516309aa152760e11b81526001600160a01b0391821660048201527f000000000000000000000000000000000000000000000000000000000000000090911690602081602481855afa9081156105ac576115b9916020915f916118b8575b506040518093819263871ef04960e01b8352600483019190602083019252565b0381855afa9081156105ac575f91611889575b506001600160c01b0316908115908115611826575b5061181a576115ef906132cb565b5f91907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690835b81518510156116cb57611674602061165161164b61163d898761144f565b516001600160f81b03191690565b60f81c90565b604051633ca5a5f560e01b815260ff909116600482015291829081906024820190565b0381875afa80156105ac57600192611693925f9261169b575b506114bf565b94019361161f565b6116bd91925060203d81116116c4575b6116b581836101d8565b8101906113a3565b905f61168d565b503d6116ab565b6116d6919450611410565b925f905f5b8151811015611814576116f461164b61163d838561144f565b604051633ca5a5f560e01b815260ff8216600482015290602082602481895afa9182156105ac575f926117f4575b50905f915b818310611739575050506001016116db565b604080516356e4026d60e11b815260ff83166004820152602481018590529396929391929190816044818b5afa9182156105ac576117b88b6117a9836117a36117976001986117bd985f916117c6575b50516001600160a01b031690565b6001600160a01b031690565b92611517565b6001600160a01b039091169052565b61152b565b95019190611727565b6117e7915060403d81116117ed575b6117df81836101d8565b8101906114dd565b5f611789565b503d6117d5565b61180d91925060203d81116116c4576116b581836101d8565b905f611722565b50505050565b506118236113f5565b90565b604051639aa1653d60e01b81529150602090829060049082905afa80156105ac5760ff915f9161185a575b5016155f6115e1565b61187c915060203d602011611882575b61187481836101d8565b8101906113dc565b5f611851565b503d61186a565b6118ab915060203d6020116118b1575b6118a381836101d8565b8101906113bd565b5f6115cc565b503d611899565b6118cf9150823d84116116c4576116b581836101d8565b5f611599565b604051906118e28261019d565b60606020838281520152565b156118f557565b60405162461bcd60e51b815260206004820152603760248201525f516020613c515f395f51905f5260448201527f7265733a20656d7074792071756f72756d20696e7075740000000000000000006064820152608490fd5b1561195457565b60405162461bcd60e51b815260206004820152604160248201525f516020613c515f395f51905f5260448201527f7265733a20696e7075742071756f72756d206c656e677468206d69736d6174636064820152600d60fb1b608482015260a490fd5b156119bd57565b60a460405162461bcd60e51b815260206004820152604460248201525f516020613c515f395f51905f5260448201527f7265733a20696e707574206e6f6e7369676e6572206c656e677468206d69736d6064820152630c2e8c6d60e31b6084820152fd5b15611a2857565b60405162461bcd60e51b815260206004820152603c60248201525f516020613c515f395f51905f5260448201527f7265733a20696e76616c6964207265666572656e636520626c6f636b000000006064820152608490fd5b5f1981019190821161148257565b15611a9557565b608460405162461bcd60e51b815260206004820152604060248201525f516020613c515f395f51905f5260448201527f7265733a206e6f6e5369676e65725075626b657973206e6f7420736f727465646064820152fd5b908210156112a4570190565b15611aff57565b60405162461bcd60e51b815260206004820152606660248201525f516020613c515f395f51905f5260448201527f7265733a205374616b6552656769737472792075706461746573206d7573742060648201527f62652077697468696e207769746864726177616c44656c6179426c6f636b732060848201526577696e646f7760d01b60a482015260c490fd5b90816020910312610251575167ffffffffffffffff19811681036102515790565b15611bb457565b60405162461bcd60e51b815260206004820152606160248201525f516020613c515f395f51905f5260448201527f7265733a2071756f72756d41706b206861736820696e2073746f72616765206460648201527f6f6573206e6f74206d617463682070726f76696465642071756f72756d2061706084820152606b60f81b60a482015260c490fd5b908160209103126102515751611823816114cc565b906001600160601b03809116911603906001600160601b03821161148257565b15611c7857565b60405162461bcd60e51b815260206004820152604360248201525f516020613c515f395f51905f5260448201527f7265733a2070616972696e6720707265636f6d70696c652063616c6c206661696064820152621b195960ea1b608482015260a490fd5b15611ce357565b60405162461bcd60e51b815260206004820152603960248201525f516020613c515f395f51905f5260448201527f7265733a207369676e617475726520697320696e76616c6964000000000000006064820152608490fd5b60049163ffffffff60e01b9060e01b1681520160208251919201905f5b818110611d655750505090565b8251845260209384019390920191600101611d58565b949392909193611d896118d5565b50611d958515156118ee565b60408401515185148061263a575b8061262c575b8061261e575b611db89061194d565b611dca602085015151855151146119b6565b611de163ffffffff431663ffffffff841610611a21565b611de961020b565b5f81525f602082015292611dfb6118d5565b611e0487611410565b6020820152611e1287611410565b8152611e1c6118d5565b92611e2b602088015151611410565b8452611e3b602088015151611410565b602085810191909152604051639aa1653d60e01b815290816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa80156105ac57611ea4915f916125ff575b50611e9f368b87610b0c565b61345d565b985f965b6020890151805189101561202057602088611f15611f0b8c611f038f96868e611ee8611ed5868095611517565b5180515f526020015160205260405f2090565b611ef58484840151611517565b5282611fed575b0151611517565b519551611517565b5163ffffffff1690565b6040516304ec635160e01b8152600481019490945263ffffffff9182166024850152166044830152816064816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa9182156105ac576113708a611fc28f611fbb8f8460208f92611fb293611faa8460019e611fc89e5f91611fd0575b508f8060c01b03169251611517565b520151611517565b51938d51611517565b51166134e4565b90613515565b970196611ea8565b611fe79150863d81116118b1576118a381836101d8565b5f611f9b565b61201b611ffd8484840151611517565b516120148484015161200e87611a80565b90611517565b5110611a8e565b611efc565b509095979496506120359198939299506135fb565b9161204260975460ff1690565b9081156125f7576040516318891fd760e31b81526020816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa9081156105ac575f916125d8575b5091905b5f925b818410612101575050505050926120da6120d56120ce6120fb95856120ed98608060606020990151920151926112bd565b9190611c71565b611cdc565b0151604051928391602083019586611d3b565b03601f1981018352826101d8565b51902090565b92989596909399919794878b888c888d6124d5575b611f0b8260a061216461164b6121568461216c97612150612142611ed58f9c604060209f9e0151611517565b67ffffffffffffffff191690565b9b611aec565b356001600160f81b03191690565b970151611517565b604051631a2f32ab60e21b815260ff95909516600486015263ffffffff9182166024860152166044840152826064816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa9081156105ac57612230611f0b8f958f906122288f978f96848f61222260c09661221b848f60209f90611efc6121569960409361164b9c5f916124a7575b5067ffffffffffffffff19918216911614611bad565b5190612eb8565b9c611aec565b960151611517565b604051636414a62b60e11b815260ff94909416600485015263ffffffff9182166024850152166044830152816064816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa9081156105ac576122bd918c8f925f92612483575b5060206122af92930151611517565b906001600160601b03169052565b6122ea8c6122af8c6122e36122d6826020860151611517565b516001600160601b031690565b9251611517565b5f985f5b60208a01515181101561246a578b8d61232c8961231f61164b612156868f896123179151611517565b519487611aec565b60ff161c60019081161490565b61233b575b50506001016122ee565b8a8a6123c3859f948f968661237d8f9360e0612374611f0b95602061236c61164b612156839f6123839c8991611aec565b9a0151611517565b519b0151611517565b51611517565b60405163795f4a5760e11b815260ff909316600484015263ffffffff93841660248401526044830196909652919094166064850152839081906084820190565b03817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa9081156105ac578f612429908f936001959486955f92612434575b506117a36122af929351936124246122d68487611517565b611c51565b019a90508b8d612331565b6122af925061245c6117a39160203d8111612463575b61245481836101d8565b810190611c3c565b925061240c565b503d61244a565b5093919796996001919699509a94929a0192919061209d565b6122af92506124a0602091823d81116124635761245481836101d8565b92506122a0565b60206124c892503d81116124ce575b6124c081836101d8565b810190611b8c565b5f612205565b503d6124b6565b61251294506124ef925061164b9161215691602095611aec565b60405163124d062160e11b815260ff909116600482015291829081906024820190565b03817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa80156105ac5760208961216c8f938f60a08f9761164b6121568f8f90612150612142611ed58f60408b96918f61259990611f0b9f8a956121649e5f926125af575b5063ffffffff612593929316926114bf565b11611af8565b5050505050509750505050505092935050612116565b6020612593935063ffffffff916125d1913d81116116c4576116b581836101d8565b9250612581565b6125f1915060203d6020116116c4576116b581836101d8565b5f612096565b5f919061209a565b612618915060203d6020116118825761187481836101d8565b5f611e93565b5060e0840151518514611daf565b5060c0840151518514611da9565b5060a0840151518514611da3565b1561264f57565b60405162461bcd60e51b815260206004820152605260248201527f536572766963654d616e61676572426173652e6f6e6c7952656769737472794360448201527f6f6f7264696e61746f723a2063616c6c6572206973206e6f742074686520726560648201527133b4b9ba393c9031b7b7b93234b730ba37b960711b608482015260a490fd5b612709337f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031614612648565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031691823b15610251575f928392604051948580948193639926ee7d60e01b835260018060a01b0316600483015260406024830152604061277e82516060604486015260a48501906127af565b91602081015160648501520151608483015203925af180156105ac576127a15750565b80610d625f610209936101d8565b805180835260209291819084018484015e5f828201840152601f01601f1916010190565b91908110156112a45760051b8101359060be1981360301821215610251570190565b903590601e198136030182121561025157018035906001600160401b03821161025157602001918160061b3603831361025157565b91908110156112a45760061b0190565b3561182381610399565b9035601e19823603018112156102515701602081359101916001600160401b038211610251578160061b3603831361025157565b916020908281520191905f5b8181106128915750505090565b90919260408060019286356128a581610399565b848060a01b031681526001600160601b0360208801356128c4816114cc565b166020820152019401929101612884565b9035601e19823603018112156102515701602081359101916001600160401b03821161025157813603831361025157565b908060209392818452848401375f828201840152601f01601f1916010190565b6001600160a01b0390911681526040602082018190528101839052600583901b810160609081019383923684900360be1901925f91908101905b838310612971575050505050505090565b90919293949596605f19828203018352873586811215610251578701906129a961299b8380612844565b60c0845260c0840191612878565b9160208101356129b881610399565b6001600160a01b03166020838101919091526129d76040830183612844565b848603604086015280865294909101935f5b818110612a6257505050612a51600193602093612a4384612a1d612a1060608998016106de565b63ffffffff166060850152565b612a39612a2c608083016106de565b63ffffffff166080850152565b60a08101906128d5565b9160a0818503910152612906565b990193019301919594939290612960565b9091946040806001928835612a7681610399565b848060a01b031681526020890135602082015201960191019190916129e9565b9060206118239281815201906127af565b15612aae57565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b604051639aa1653d60e01b81527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690602081600481855afa80156105ac5760ff915f91612d18575b50168015612d0e577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316905f9081905b808310612cca5750612ba59150611410565b925f905f5b604051639aa1653d60e01b8152602081600481895afa80156105ac5760ff915f91612cac575b5016811015612ca557604051633ca5a5f560e01b815260ff821660048201819052602082602481895afa9182156105ac575f92612c85575b50905f915b818310612c1f57505050600101612baa565b604080516356e4026d60e11b815260ff83166004820152602481018590529396929391929190816044818b5afa9182156105ac576117b88b6117a9836117a3611797600198612c7c985f916117c65750516001600160a01b031690565b95019190612c0d565b612c9e91925060203d81116116c4576116b581836101d8565b905f612c08565b5092505050565b612cc4915060203d81116118825761187481836101d8565b5f612bd0565b604051633ca5a5f560e01b815260ff84166004820152909190602081602481885afa80156105ac57600192612d05925f9261169b57506114bf565b92019190612b93565b50506118236113f5565b612d31915060203d6020116118825761187481836101d8565b5f612b5b565b91908110156112a45760051b81013590609e1981360301821215610251570190565b909180602083016020845252604082019260408260051b8401019381935f91609e1984360301915b858410612d92575050505050505090565b90919293949596603f19828203018352873590848212156102515760208091886001940190608063ffffffff612e1982612ddd612dcf8780612844565b60a0885260a0880191612878565b9587810135612deb81610399565b8a8060a01b0316888701526040810135604087015283612e0d606083016106de565b166060870152016106de565b16910152990193019401929195949390612d81565b60405190612e3b8261019d565b5f6020838281520152565b60405190610180612e5781846101d8565b368337565b60405190612e6b6020836101d8565b6020368337565b91906040906060612e81612e2e565b9485926020855192612e9385856101d8565b8436853780518452015160208301528482015260076107cf195a01fa15612eb657565bfe5b602092916080604092612ec9612e2e565b95869381865193612eda86866101d8565b85368637805185520151828401528051868401520151606082015260066107cf195a01fa8015612eb65715612f0b57565b60405162461bcd60e51b815260206004820152600d60248201526c1958cb5859190b59985a5b1959609a1b6044820152606490fd5b604051612f4c8161019d565b6040908151612f5b83826101d8565b8236823781526020825191612f7084846101d8565b8336843701528051612f8282826101d8565b7f198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c281527f1800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed6020820152815190612fd883836101d8565b7f275dc4a288d1afb3cbb1ac09187524c7db36395df7be3b99e673b13a075a65ec82527f1d9befcd05a5323e6da4d435f3b617cdb3af83285c2df711ef39c01571827f9d602083015261302d835193846101d8565b8252602082015290565b5f516020613c315f395f51905f529061304e612e2e565b505f919006602060c0835b61314e575f935f516020613c315f395f51905f526003818681818009090860405161308485826101d8565b8436823784818560405161309882826101d8565b813682378381528360208201528360408201528560608201527f0c19139cb84c680a6e14116da060561765e05aa45a1c72a34f082305b61f3f5260808201525f516020613c315f395f51905f5260a082015260056107cf195a01fa8015612eb65761310290613b71565b519161314e575f516020613c315f395f51905f528280091461313957505f516020613c315f395f51905f5260015f94089293613059565b9293505061314561020b565b92835282015290565b6112a9565b61315b612e2e565b506040516131688161019d565b600181526002602082015290565b9060068202918083046006149015171561148257565b90600c8110156112a45760051b0190565b939290916131ab604061021a565b94855260208501526131bd604061021a565b91825260208201526131cd612e46565b925f5b600281106131fa575050506020610180926131e9612e5c565b93849160086201d4c0fa9151151590565b80613206600192613176565b6132108285611293565b515161321c828961318c565b5260206132298386611293565b51015161323e61323883611474565b8961318c565b526132498286611293565b51515161325861323883611487565b5261326e6132668387611293565b515160200190565b5161327b61323883611495565b5260206132888387611293565b51015151613298613238836114a3565b526132c46132be6132b760206132ae868a611293565b51015160200190565b51926114b1565b8861318c565b52016131d0565b61ffff6132d7826134e4565b166132e181610af1565b906132ef60405192836101d8565b8082526132fe601f1991610af1565b013660208301375f5f5b825182108061335e575b15613357576001811b8416613330575b61332b9061152b565b613308565b90600161332b9160ff60f81b8460f81b165f1a61334d828761144f565b5301919050613322565b5050905090565b506101008110613312565b6033546001600160a01b0316330361337d57565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b606554604080516001600160a01b038084168252841660208201529192917fe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e39190a16001600160a01b03166001600160a01b03199190911617606555565b60207f40e4ed880a29e0f6ddce307457fb75cddf4feef7d3ecb0301bfdf4976a0e2dfc91151560ff196097541660ff821617609755604051908152a1565b90600161346b60ff93613944565b928392161b11156134795790565b60405162461bcd60e51b815260206004820152603f60248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206269746d61702065786365656473206d61782076616c7565006064820152608490fd5b805f915b6134f0575090565b5f1981018181116114825761ffff9116911661ffff81146114825760010190806134e8565b9061351e612e2e565b5061ffff8116906102008210156135c357600182146135be5761353f61020b565b5f81525f602082015292906001905f925b61ffff831685101561356457505050505090565b600161ffff831660ff86161c81161461359e575b60016135946135898360ff94612eb8565b9460011b61fffe1690565b9401169291613550565b9460016135946135896135b38960ff95612eb8565b989350505050613578565b505090565b60405162461bcd60e51b815260206004820152601060248201526f7363616c61722d746f6f2d6c6172676560801b6044820152606490fd5b613603612e2e565b50805190811580613674575b156136305750506040516136246040826101d8565b5f81525f602082015290565b60205f516020613c315f395f51905f52910151065f516020613c315f395f51905f52035f516020613c315f395f51905f528111611482576040519161302d8361019d565b5060208101511561360f565b603380546001600160a01b039283166001600160a01b0319821681179092559091167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3565b6065546001600160a01b031633036136dc57565b60405162461bcd60e51b815260206004820152604c60248201527f536572766963654d616e61676572426173652e6f6e6c7952657761726473496e60448201527f69746961746f723a2063616c6c6572206973206e6f742074686520726577617260648201526b32399034b734ba34b0ba37b960a11b608482015260a490fd5b6040516323b872dd60e01b60208201526001600160a01b039283166024820152929091166044830152606480830193909352918152610209916137a06084836101d8565b613a9f565b604051636eb1769f60e11b81523060048201526001600160a01b0383166024820152602081806044810103816001600160a01b0386165afa9081156105ac57610209946137a0926137fc925f9161383057506114bf565b60405163095ea7b360e01b60208201526001600160a01b0394909416602485015260448085019190915283526064836101d8565b613849915060203d6020116116c4576116b581836101d8565b5f61168d565b9060ff5f5460081c16156138695761044c61020992613680565b60405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608490fd5b156138c957565b60405162461bcd60e51b815260206004820152604760248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206f72646572656442797465734172726179206973206e6f74206064820152661bdc99195c995960ca1b608482015260a490fd5b906101008251116139b4578151156139af5761397261396861164b61163d85611442565b60ff600191161b90565b6001905b83518210156139aa5760019061399561396861164b61163d868961144f565b906139a18183116138c2565b17910190613976565b925050565b5f9150565b60a460405162461bcd60e51b815260206004820152604460248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206f7264657265644279746573417272617920697320746f6f206064820152636c6f6e6760e01b6084820152fd5b90816020910312610251575161182381610453565b15613a4757565b60405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608490fd5b60018060a01b03169060405190613ab76040836101d8565b602082527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65646020830152823b15613b2c575f81613b07948260208195519301915af1613b01613bbd565b90613bec565b805180613b12575050565b81602080613b27936102099501019101613a2b565b613a40565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b15613b7857565b60405162461bcd60e51b815260206004820152601a60248201527f424e3235342e6578704d6f643a2063616c6c206661696c7572650000000000006044820152606490fd5b3d15613be7573d90613bce82610af1565b91613bdc60405193846101d8565b82523d5f602084013e565b606090565b90919015613bf8575090565b815115613c085750805190602001fd5b60405162461bcd60e51b815260206004820152908190613c2c9060248301906127af565b0390fdfe30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47424c535369676e6174757265436865636b65722e636865636b5369676e617475a264697066735822122092782c9294c5e48f82ff26cc81a3995d2bf3ea297fb8023a8c0c3a50f2aa876364736f6c634300081b00330000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730420000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318","r":"0xc571202b0566ed0ac90c025fa094f85f161361805fa257c56c49aec9ecc94231","s":"0x1af5a4504eabaee1fd85001ca719c31873197a8972e9b67d67b5a48b71151c16","yParity":"0x1","v":"0x1","hash":"0xf95e2335878005ce719f3d83ac0702cca0d4200d810dd2e90bcd5c8c7bc319bf"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x23dc407482c09e8e0671f105227b2f6f28f8dd045b0b3ad5b3222e1b6afb5c76","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3ebc450eca70ccb3f83cd41e09bf05edefec0884eb286f0e3fe9258883da771b","transactionsRoot":"0x64e6aef39c3669a675c4105eca0b6370a48be359feba4df0bbaea07ceb379df4","receiptsRoot":"0x6c6d2918678a3dfa7c626fa917764eecca273d238e6b5ecf8839b8089f636c17","logsBloom":"0x00000000000000000000040000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101008000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000004001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x101","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000216714fd5b83698d","r":"0x90ec1228ff004c3bbf784dde43c50f7e139357882d6c638ec9a5f5498d81f637","s":"0x683ebd84f5cafe7118217057bc53b7c3c7abd448d8e4fb0c28eac4f7f4d0c950","yParity":"0x0","v":"0x0","hash":"0x82a21c4c4f27d7c9862f690e946dbcbd12bb4cb3e3d4df92e833dbbf524db819"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xdba485c2a26e1f6b33cfb6fccc5d064c9a463bf7fbe34faa2a0ac33669de0e70","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x34c8f444bf22fd676d0da6307a821cd691e543499bd21017c67265aa817a84c7","transactionsRoot":"0x6cb60c7d0be49c00c455080130510239084e4428e13875cc9cc85cc8e368dc8d","receiptsRoot":"0x5d565716888b899eb12725f2da58e962a625c351d8d9f4b49af6062dd6e003d9","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000008000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000020000000000","difficulty":"0x0","number":"0xda","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xf3","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f6166440000000000000000000000000000000000000000000000006545d716817d36a9","r":"0x620737c04a14d61bd55c836d041709dccf58e79889716e8eb846cb886b51efd7","s":"0x1a267138c0dad1ed29c6e5ca084d05bb0c2b7e7fb3ce79eefec42e06362678e8","yParity":"0x1","v":"0x1","hash":"0xc0dfb5bcda132ef2f92badeb887d87d0593051de6f2eef453ed733b2f4bb0bc7"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x7516f75686e3c280a1c57dd75fb1d982eed7903c785bee7b525d97a6bf6bd11d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf1edcb41b413e18822fc6982782143f6b9dd34f808a5e84a7af5d73240bc7c63","transactionsRoot":"0x4bb31166e2cfc893f708a5e60e66b34f2baa4da5a1b63e9a4c5d7e49e18fce14","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x7a","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0xa2","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x93","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xccdd262f272ee6c226266eea13ee48d4d932ce66","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x549ccaa718732fbeb0bd27c366894402183d28737d8ce500f872c81988cc03c2","s":"0x6236f340e925c8e381fb4c0782822898bb5aea0fb5e59739f4da2b53c26412eb","yParity":"0x1","v":"0x1","hash":"0x083f95a422efb80f70a9458dcab63d0ce89e766333b46bf2bca3130103837cb5"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x7c2e093e2a8ce5b619768d11bfa10af3e7fd972d4e4aee088694694071932fa7","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x733e90a14e5ba0ea895f04973f39159cfc60edd535ae872e111b13cf0e5cd645","transactionsRoot":"0x91466fbbfbb9589543dbe466b29b1608be96f7a78d816c9de5a4e62c6a0e8c8e","receiptsRoot":"0xaa5bc269b368ecf7750745c1d0f040a22f51fcbf0e86f7304197786f0e5613d6","logsBloom":"0x00000000000000000000000000010000000000000000000020000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xc0","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xd9","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04000000000000000000000000000000000000000000000000129529541e807c45","r":"0x1e1205557433e1c60c84c3830b06f82fd3173fe98ba42afbc74dedbc316f3fe","s":"0x115c5752853ce184a7271e8215ed33aaf486f17159a6ea680a1a9d3eb9d33cc0","yParity":"0x1","v":"0x1","hash":"0x5a9ffe56a432f50b9e8ca66637a31000a26b531df0e544d924901bb44f6c26e4"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x754ba850d7218f8cb3da2167b49ca5e90e6c4e70ebb07c6c25f62728687695e5","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x7da9cae844c60f5a1341c029abded666616bba98c12655dfe593a423db6193f3","transactionsRoot":"0xafab6fae8a4fece329f7ba557090a66f64b6def2c64167f653543d95a5df55c0","receiptsRoot":"0x037077bc630d579d0bd5863df7de674df26bbe2307bb3a700b16b3d85d4fc5ce","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000008000000000002000000000000000000000000000000000000000000000000000000000000000000010000002000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x9d","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xb6","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c11990000000000000000000000000000000000000000000000007bebfb23c69b5006","r":"0xac01fcd1df8f7d18481e4157ecc90d8f7d32a02a257690abdd4e946fb4860a94","s":"0x555f93d7b1c7c15ae103a1edc9e60187ac94428f33da080ff79165ff8ad71a6f","yParity":"0x1","v":"0x1","hash":"0x73b1be223c654f7ff38f90cd265a07424b8f143545e75b262237afb05964c3ec"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xac7b1126f3f738acadf81f54059e9c16c20535a5bbf6608078d68c52411ffc70","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x3774868d0f6471ba5ac1a664a9d4c28236c074b164641b6566062c6daeeb44f6","transactionsRoot":"0x82da1b3484d9a0ca35ec736480bede6da705fa63fd8fb05f078aa1a39ebc263d","receiptsRoot":"0x09d816a851ddd677fe48b23d2757a1c1ec20720346e9ab61896b5652667ea4f9","logsBloom":"0x00000000000000000000000000000000000000000000000000080000000000000000010000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000022000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xc3","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xdc","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc0000000000000000000000000000000000000000000000002951ecf8fade0441","r":"0x68e3285ae95fa737b4bdb724c61023db3c764d8aad8ed93670901edfa8f87ab2","s":"0x5055f2b7c8362544f7344b33fa31f09179c5895b79187245deca654b1ac2b2d8","yParity":"0x1","v":"0x1","hash":"0x60f4b194f3ee511d3596551cce01272703fb79c493a4ab8245157d43d7bcd51d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd5fcfd1b0a5aed5b106adcfc9bd617aae05e54dd7cb4b67370633cc07ff2de96","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc939efc972bdb5a369a81fa26949fb34fe7fbfa62fded6079f85916d45c8e5ce","transactionsRoot":"0x135bf341f4b35f30286015368d0dd2cfd9aad66363963e5bb1605e3235b2e394","receiptsRoot":"0x7fe77793677ebc07d0be8165d1d00e866145c3da946d1cef3b1efce8b94b4d73","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000100000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000402000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xca","gasLimit":"0x1c9c380","gasUsed":"0xc8ad","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xe3","gas":"0x1152d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad10000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","r":"0x8a922685e4c263ddd549df2561ff8c1f79632e6c51b690a4a430f79f82fd70d4","s":"0x7f8434361f7717e00299e50a45ccc1ed01004a5e030751023bd3650ea898a285","yParity":"0x0","v":"0x0","hash":"0xf41c518605e3e58998e88b39531735bb22f7fbc103cb730ef7db2996035c2a4d"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x0564a4061f0e1786219c085695c862584d7cba2bef98232b7b9960fbec610324","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4d6f9da13444dde16ace258643ff250d5d67c2754ce10848cd66ea6a910eeb4a","transactionsRoot":"0x6b23256b5b0ef9b9fa6e59a5eb46a882c6dd1c89423ca61cde5654d968b4b770","receiptsRoot":"0xfee702e926b70f8a6172dc30c35822aa4ee70de84ff58faa86e536476d00b478","logsBloom":"0x02000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000010000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200040000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xe8","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x101","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d00000000000000000000000000000000000000000000000064ef509b4398ca51","r":"0x2cfdf54cecb492fddf54c7cb8513024063acbac4d797bf39dcc57d88144ef6bc","s":"0x5ffd8f453d46eb336ec45be9838ac3af93637b6761b1f11b3a00513ee090813c","yParity":"0x0","v":"0x0","hash":"0x94611aded6aa042eea712aba7ae1a5b26d2e8ff8a97f0a7d1f949545c882b709"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x49479f2d584be8288338c4da4dbc5dca0b3713b1c70d4a58726a434d10d72594","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf001e07de98deae7992f27b6ad959989fdc09a9fd267d6ec6a0df2b9de5405f7","transactionsRoot":"0x20d58805ca3db544e24f546e8a39ae5c7bcb9b3fb4434202776cc85b95905d03","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x7b","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8e","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x94","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xf0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x5c20b3167f58515f012f282bc7d62f07deaaed8099f6a83eec851fd830b1f4a","s":"0x1dd96b79f54f1851c0d83eba3ccdfa8dc3b3ad19ff771833bb616ff27634dfa0","yParity":"0x1","v":"0x1","hash":"0xd9486863d50e2352240ac35f16fb21179ee648a239fa984dcbd25c7a37fd369c"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xfffcdb13d57d9c7f974047129fa46c1d1d4c7a59af1275c7b78fc96b3d6fa252","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf24809e54f461f7acc2854357a402031365d234e9f8cd448d68734b806bd6038","transactionsRoot":"0x9724eca1f9bd3d4e569c69561f9bc2f0e4c5b348976ddf63dc16e65cc46ec699","receiptsRoot":"0x151bf4cf88fcf250e24519dbe38c03e4d2a15978af15cf6ab3c36a424dc990bc","logsBloom":"0x00002000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000080800010000000000000000000000000000000000000000000000000000002001000000000000000000000000000000000000002000000000000000000000000000000800000000000000100000000000400000000000000000000000000000000000000000080000000000000800000000000000000000000000000000400000000000000000000000000010000000000000020000000000000000000040000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x17","gasLimit":"0x1c9c380","gasUsed":"0x3494ff","timestamp":"0x67fe6881","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x45c1f46","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x25","gas":"0xa584e","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x6080604052610b478038038061001481610324565b92833981016060828203126103205761002c8261035d565b906100396020840161035d565b604084015190936001600160401b03821161032057019080601f8301121561032057815161006e61006982610371565b610324565b9281845260208401926020838301011161032057815f926020809301855e84010152823b156102c5577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0385169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906102be575b6101de575b50505f516020610b275f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a1811561018a576001600160a01b031916175f516020610b275f395f51905f525560405161073f90816103e88239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b6101e86060610324565b91602783527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020840152660819985a5b195960ca1b6040840152833b1561026a57610259935f92839251915af43d15610262573d9061024a61006983610371565b9182523d5f602084013e61038c565b505f8080610108565b60609061038c565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b505f610103565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b0381118382101761034957604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b038216820361032057565b6001600160401b03811161034957601f01601f191660200190565b90919015610398575090565b8151156103a85750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610300000000000000000000000067d269191c92caf3cd7723f116c85e6e9bf55933000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","r":"0xe2437ddf29ecf17958cd164331103e1cb6cbc446f0e7f5e0bb10e9e4b2536c61","s":"0x60ecb965d06cdc0e249016503f1ee54bc2f398b51161511db632d9b59560407d","yParity":"0x1","v":"0x1","hash":"0xcd85c7031ba1eb85c53125dc6425ba649bb0e16d18e6cd4bd43b1fc984fdb67c"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x26","gas":"0x1a02c5","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x608080604052346015576116b9908161001a8239f35b5f80fdfe60806040526004361015610011575f80fd5b5f3560e01c806331b36bd914610ce35780633563b0d114610c4a5780634d2b57fe14610b0c5780634f739f741461046d5780635c155662146102b25763cefdc1d41461005b575f80fd5b346102ae5760603660031901126102ae57610074610e37565b60243590610080610f02565b916040926100d78451926100948685610e7c565b60018452601f198601366020860137806100ad85611084565b5285516361c8a12f60e11b81526001600160a01b0386169490925f91849182918760048401611663565b0381875afa9182156102a45763ffffffff6100fe6020946064935f91610282575b50611084565b511691875195869384926304ec635160e01b8452600484015263ffffffff8716602484015260448301525afa918215610278575f92610247575b506001600160c01b038216915f83805b61020e575061ffff169261015b84610ee7565b9361016887519586610e7c565b808552610177601f1991610ee7565b013660208601375f925f5b8551851080610203575b156101da576001811b84166001600160c01b03166101b3575b6101ae90611655565b610182565b9360016101ae9160ff60f81b8760f81b165f1a6101d0828a6110f4565b53019490506101a5565b87836101ff6101ea858a8c611105565b83519384938452806020850152830190610f15565b0390f35b50610100811061018c565b5f1981018181116102335761ffff9116911661ffff8114610233576001019080610148565b634e487b7160e01b5f52601160045260245ffd5b61026a91925060203d602011610271575b6102628183610e7c565b81019061162a565b905f610138565b503d610258565b84513d5f823e3d90fd5b61029e91503d805f833e6102968183610e7c565b810190611579565b5f6100f8565b86513d5f823e3d90fd5b5f80fd5b346102ae5760603660031901126102ae576102cb610e37565b6024356001600160401b0381116102ae576102ea903690600401610fbc565b6102f2610f02565b6040516361c8a12f60e11b815290926001600160a01b03165f828061031b868860048401611663565b0381845afa918215610402575f92610451575b5082519361035461033e86610e9d565b9561034c6040519788610e7c565b808752610e9d565b602086019490601f19013686375f5b815181101561040d5761037681836110a5565b519060208463ffffffff61038a848a6110a5565b516040516304ec635160e01b8152600481019690965263ffffffff92831660248701521616604484015282606481885afa8015610402576001925f916103e4575b50828060c01b03166103dd828a6110a5565b5201610363565b6103fc915060203d8111610271576102628183610e7c565b896103cb565b6040513d5f823e3d90fd5b8587604051918291602083019060208452518091526040830191905f5b818110610438575050500390f35b825184528594506020938401939092019160010161042a565b6104669192503d805f833e6102968183610e7c565b908461032e565b346102ae5760803660031901126102ae57610486610e37565b60243563ffffffff8116908181036102ae57604435926001600160401b0384116102ae57366023850112156102ae578360040135936001600160401b0385116102ae57602481019060248636920101116102ae57606435926001600160401b0384116102ae57366023850112156102ae578360040135956001600160401b0387116102ae5760248501938760051b9560248736920101116102ae57610529611534565b50604051636830483560e01b81526001600160a01b03919091169390602081600481885afa908115610402575f91610aed575b50610565611534565b604080516361c8a12f60e11b8152600481018b90526024810191909152604481018b905290976001600160fb1b038b116102ae5781606481835f948c848401378101030181895afa908115610402575f91610ad3575b50875260018060a01b031691604051986340e03a8160e11b8a528860048b0152604060248b01525f8a806105f36044820186886115fa565b0381875afa998a15610402575f9a610ab7575b5060408801998a5261061782610e9d565b966106256040519889610e7c565b828852610641601f1961063785610e9d565b0160208a016110d8565b606089019788525f5b60ff81168481101561092e575f6106778261066487611052565b8d519061067183836110a5565b526110a5565b505f84868e5b8d8d8386106106fa5750505050505061069581611052565b905f5b8c8282106106ca5760ff959492506106b8939150519061067183836110a5565b501660ff81146102335760010161064a565b9063ffffffff6106e7826106e188600196516110a5565b516110a5565b51166106f382866110a5565b5201610698565b63ffffffff61071b87610713816020986107559a61161a565b3595516110a5565b516040516304ec635160e01b8152600481019590955263ffffffff9283166024860152161660448301529092839190829081906064820190565b03915afa908115610402575f91610910575b506001600160c01b0316801561087f5760018091610786868b8d611649565b3560f81c1c161461079d575b60010184868e61067d565b908960206107ac84898961161a565b356107b8868b8d611649565b60405163dd9846b960e01b815260048101929092523560f81c602482015263ffffffff929092166044830152816064818d5afa908115610402578d85915f93610829575b509163ffffffff610818856106e16001979561082197516110a5565b91169052611655565b919050610792565b925050506020813d8211610877575b8161084560209383610e7c565b810103126102ae57818d63ffffffff6108186001956106e18961086a61082198611568565b97509550509550506107fc565b3d9150610838565b60405162461bcd60e51b815260206004820152605c60248201527f4f70657261746f7253746174655265747269657665722e676574436865636b5360448201527f69676e617475726573496e64696365733a206f70657261746f72206d7573742060648201527f6265207265676973746572656420617420626c6f636b6e756d62657200000000608482015260a490fd5b610928915060203d8111610271576102628183610e7c565b5f610767565b5089898c8e8760048a60208f60405193848092632efa2ca360e11b82525afa908115610402575f93610987938593610a86575b506040519687948593849363354952a360e21b85526040600486015260448501916115fa565b602483019190915203916001600160a01b03165afa91821561040257610a05926109f2915f91610a6c575b5090859493929160206109df970190815260405196879660208852516080602089015260a0880190611019565b9051868203601f19016040880152611019565b9051848203601f19016060860152611019565b905190601f19838203016080840152815180825260208201916020808360051b8301019401925f915b838310610a3b5786860387f35b919395509193602080610a5a600193601f198682030187528951611019565b97019301930190928695949293610a2e565b610a8091503d805f833e6102968183610e7c565b866109b2565b610aa991935060203d602011610ab0575b610aa18183610e7c565b8101906110b9565b9189610961565b503d610a97565b610acc919a503d805f833e6102968183610e7c565b988a610606565b610ae791503d805f833e6102968183610e7c565b8a6105bb565b610b06915060203d602011610ab057610aa18183610e7c565b8961055c565b346102ae5760403660031901126102ae57610b25610e37565b6024356001600160401b0381116102ae57610b44903690600401610fbc565b8051610b68610b5282610e9d565b91610b606040519384610e7c565b808352610e9d565b602082019290601f19013684376001600160a01b03909316925f5b8151811015610bfd57610b9681836110a5565b519060405191630a5aec1960e21b83526004830152602082602481895afa8015610402576001925f91610bdf575b50610bcf82866110a5565b90838060a01b0316905201610b83565b610bf7915060203d8111610ab057610aa18183610e7c565b87610bc4565b8383604051918291602083019060208452518091526040830191905f5b818110610c28575050500390f35b82516001600160a01b0316845285945060209384019390920191600101610c1a565b346102ae5760603660031901126102ae57610c63610e37565b6024356001600160401b0381116102ae57366023820112156102ae57806004013591610c8e83610ee7565b610c9b6040519182610e7c565b83815236602485850101116102ae575f6020856101ff966024610ccf97018386013783010152610cc9610f02565b91611105565b604051918291602083526020830190610f15565b346102ae5760403660031901126102ae57610cfc610e37565b602435906001600160401b0382116102ae57366023830112156102ae578160040135610d2781610e9d565b92610d356040519485610e7c565b8184526024602085019260051b820101903682116102ae57602401915b818310610e17578385610d658151611052565b6001600160a01b03909216915f5b8251811015610e01576001600160a01b03610d8e82856110a5565b516040516309aa152760e11b81529116600482015290602082602481885afa8015610402575f90610dcf575b60019250610dc882856110a5565b5201610d73565b506020823d8211610df9575b81610de860209383610e7c565b810103126102ae5760019151610dba565b3d9150610ddb565b604051602080825281906101ff90820185610eb4565b82356001600160a01b03811681036102ae57815260209283019201610d52565b600435906001600160a01b03821682036102ae57565b606081019081106001600160401b03821117610e6857604052565b634e487b7160e01b5f52604160045260245ffd5b90601f801991011681019081106001600160401b03821117610e6857604052565b6001600160401b038111610e685760051b60200190565b90602080835192838152019201905f5b818110610ed15750505090565b8251845260209384019390920191600101610ec4565b6001600160401b038111610e6857601f01601f191660200190565b6044359063ffffffff821682036102ae57565b9080602083519182815201916020808360051b8301019401925f915b838310610f4057505050505090565b9091929394601f19828203018352855190602080835192838152019201905f905b808210610f805750505060208060019297019301930191939290610f31565b909192602060606001926001600160601b0360408851868060a01b03815116845285810151868501520151166040820152019401920190610f61565b9080601f830112156102ae578135610fd381610e9d565b92610fe16040519485610e7c565b81845260208085019260051b8201019283116102ae57602001905b8282106110095750505090565b8135815260209182019101610ffc565b90602080835192838152019201905f5b8181106110365750505090565b825163ffffffff16845260209384019390920191600101611029565b9061105c82610e9d565b6110696040519182610e7c565b828152809261107a601f1991610e9d565b0190602036910137565b8051156110915760200190565b634e487b7160e01b5f52603260045260245ffd5b80518210156110915760209160051b010190565b908160209103126102ae57516001600160a01b03811681036102ae5790565b5f5b8281106110e657505050565b6060828201526020016110da565b908151811015611091570160200190565b604051636830483560e01b81526001600160a01b0390911692909190602083600481875afa928315610402575f93611513575b50604051634f4c91e160e11b815292602084600481885afa938415610402575f946114ce575b5060206004949560405195868092632efa2ca360e11b82525afa938415610402575f946114ad575b50919493908551926111c161119a85610e9d565b946111a86040519687610e7c565b8086526111b7601f1991610e9d565b01602086016110d8565b5f965b80518810156114a3576111d788826110f4565b51604051638902624560e01b815260f89190911c6004820181905263ffffffff851660248301529790945f866044816001600160a01b0385165afa958615610402575f96611411575b50855161122c81610e9d565b9061123a6040519283610e7c565b808252611249601f1991610e9d565b015f5b8181106113e857505061125f8b896110a5565b5261126a8a886110a5565b505f5b86518110156113d75761128081886110a5565b516040516308f6629d60e31b81526004810191909152906020826024816001600160a01b038e165afa918215610402575f926113b7575b50866112c3828a6110a5565b5160208d6112d1858d6110a5565b5160405163fa28c62760e01b8152600481019190915260ff91909116602482015263ffffffff939093166044840152826064816001600160a01b038c165afa908115610402578e925f92611370575b509361135d611369936001600160601b0386946001986040519561134387610e4d565b8a8060a01b0316865260208601521660408401528d6110a5565b519061067183836110a5565b500161126d565b915091506020813d82116113af575b8161138c60209383610e7c565b810103126102ae57516001600160601b03811681036102ae578d9161135d611320565b3d915061137f565b6113d091925060203d8111610ab057610aa18183610e7c565b905f6112b7565b5060019099019890975093506111c4565b6020906040516113f781610e4d565b5f81525f838201525f60408201528282860101520161124c565b9095503d805f833e6114238183610e7c565b8101906020818303126102ae578051906001600160401b0382116102ae57019080601f830112156102ae57815161145981610e9d565b926114676040519485610e7c565b81845260208085019260051b8201019283116102ae57602001905b82821061149357505050945f611220565b8151815260209182019101611482565b5092955050505050565b6114c791945060203d602011610ab057610aa18183610e7c565b925f611186565b9093506020813d60201161150b575b816114ea60209383610e7c565b810103126102ae5751926001600160a01b03841684036102ae57602061115e565b3d91506114dd565b61152d91935060203d602011610ab057610aa18183610e7c565b915f611138565b60405190608082018281106001600160401b03821117610e6857604052606080838181528160208201528160408201520152565b519063ffffffff821682036102ae57565b6020818303126102ae578051906001600160401b0382116102ae57019080601f830112156102ae5781516115ac81610e9d565b926115ba6040519485610e7c565b81845260208085019260051b8201019283116102ae57602001905b8282106115e25750505090565b602080916115ef84611568565b8152019101906115d5565b908060209392818452848401375f828201840152601f01601f1916010190565b91908110156110915760051b0190565b908160209103126102ae57516001600160c01b03811681036102ae5790565b90821015611091570190565b5f1981146102335760010190565b60409063ffffffff61168094931681528160208201520190610eb4565b9056fea2646970667358221220050457b1ef148743ed233c79afe5a9e36d62fc0428b3d862243b5a5ef14ab6d664736f6c634300081b0033","r":"0xbe352cee1998902ccb147e9861ff79cb351c339abe71645faf7cccfdbe9ace6b","s":"0x535e9f0ee2242ce6432672641de94d3415a0a3dab8b1ba246556c3d5f90d211c","yParity":"0x1","v":"0x1","hash":"0xe1a99ec7f70ac62078301e3f727cb354add7a6c35d3861d52bb2814a4f06667b"}},"impersonated_sender":null},{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x27","gas":"0x200036","maxFeePerGas":"0x1074bc6b","maxPriorityFeePerGas":"0x1","to":null,"value":"0x0","accessList":[],"input":"0x60a03461011a57601f611ce238819003918201601f19168301916001600160401b0383118484101761011e5780849260209460405283398101031261011a57516001600160a01b0381169081900361011a576080525f5460ff8160081c166100c55760ff8082161061008b575b604051611baf9081610133823960805181818161071001526113b50152f35b60ff90811916175f557f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498602060405160ff8152a15f61006c565b60405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608490fd5b5f80fd5b634e487b7160e01b5f52604160045260245ffdfe60806040526004361015610011575f80fd5b5f3560e01c8062a1f4cb1461012957806313542a4e146100e857806326d941f214610124578063377ed99d1461011f5780633fb279521461011a57806347b314e8146100e35780635f61a88414610115578063605747d51461011057806368bccaac1461010b5780636d14a987146101065780637916cea6146101015780637ff81a87146100fc578063a3db80e2146100f7578063bf79ce58146100f2578063d5254a8c146100ed578063de29fac0146100e8578063e8bb9ae6146100e35763f4e24fe5146100de575f80fd5b610b86565b6104a5565b6101b1565b610b19565b61087e565b610833565b6107f2565b61077f565b6106fb565b6105c0565b610533565b6104d1565b61041e565b6102d0565b6101f9565b61015c565b600435906001600160a01b038216820361014457565b5f80fd5b35906001600160a01b038216820361014457565b34610144576020366003190112610144576001600160a01b0361017d61012e565b165f52600360205260405f2060018154910154906101ad6040519283928360209093929193604081019481520152565b0390f35b34610144576020366003190112610144576001600160a01b036101d261012e565b165f526001602052602060405f2054604051908152f35b6004359060ff8216820361014457565b34610144576020366003190112610144576102126101e9565b61021a6113b3565b60ff81165f52600460205260405f205461026c5761024661026a9160ff165f52600460205260405f2090565b61024e61037b565b5f81524363ffffffff166020820152905b5f6040830152610bd9565b005b60405162461bcd60e51b815260206004820152603660248201527f424c5341706b52656769737472792e696e697469616c697a6551756f72756d3a6044820152752071756f72756d20616c72656164792065786973747360501b6064820152608490fd5b346101445760203660031901126101445760ff6102eb6101e9565b165f526004602052602063ffffffff60405f205416604051908152f35b634e487b7160e01b5f52604160045260245ffd5b6040810190811067ffffffffffffffff82111761033857604052565b610308565b6060810190811067ffffffffffffffff82111761033857604052565b90601f8019910116810190811067ffffffffffffffff82111761033857604052565b6040519061038a606083610359565b565b9061038a6040519283610359565b906040600319830112610144576103b16004610148565b9160243567ffffffffffffffff811161014457816023820112156101445780600401359067ffffffffffffffff821161033857604051926103fc601f8401601f191660200185610359565b8284526024838301011161014457815f92602460209301838601378301015290565b34610144577f73a2b7fb844724b971802ae9b15db094d4b7192df9d7350e14eb466b9b22eb4e61044d3661039a565b906104566113b3565b61046961046282610d7b565b50836114ea565b60018060a01b0381165f52600160205261048e60405f20549260405193849384610c4e565b0390a1005b60209060031901126101445760043590565b34610144576104b336610493565b5f526002602052602060018060a01b0360405f205416604051908152f35b346101445760203660031901126101445760ff6104ec6101e9565b6104f4610c8e565b50165f5260056020526040805f2060018251916105108361031c565b80548352015460208201526105318251809260208091805184520151910152565bf35b34610144576040366003190112610144576105886105826105526101e9565b60ff602435915f604080516105668161033d565b8281528260208201520152165f52600460205260405f2061076a565b50610cc4565b604051809163ffffffff6040606084019267ffffffffffffffff19815116855282602082015116602086015201511660408301520390f35b34610144576060366003190112610144576105d96101e9565b6024359063ffffffff82168092036101445761058261060f9160ff6105fd60443590565b91165f52600460205260405f2061076a565b9063ffffffff602083015116811061069057816106556106649261063d60406101ad96015163ffffffff1690565b9063ffffffff821615918215610680575b5050610cfd565b5167ffffffffffffffff191690565b60405167ffffffffffffffff1990911681529081906020820190565b63ffffffff161190505f8061064e565b60405162461bcd60e51b815260206004820152603e60248201527f424c5341706b52656769737472792e5f76616c696461746541706b486173684160448201527f74426c6f636b4e756d6265723a20696e64657820746f6f20726563656e7400006064820152608490fd5b34610144575f366003190112610144576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b634e487b7160e01b5f52603260045260245ffd5b805415610765575f5260205f20905f90565b61073f565b8054821015610765575f5260205f2001905f90565b34610144576040366003190112610144576107986101e9565b60ff60243591165f52600460205260405f20908154811015610144576107bd9161076a565b50546040805182821b67ffffffffffffffff1916815260c083901c63ffffffff16602082015260e09290921c90820152606090f35b3461014457602036600319011261014457606061081561081061012e565b610d7b565b61082c604051809360208091805184520151910152565b6040820152f35b346101445760203660031901126101445760ff61084e6101e9565b165f52600560205260405f2060018154910154906101ad6040519283928360209093929193604081019481520152565b34610144576101603660031901126101445761089861012e565b61010036602319011261014457604036610123190112610144576101ad906108be6113b3565b6108dc6108ca36610e36565b80515f526020015160205260405f2090565b906109097fad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb5831415610eb1565b6001600160a01b0381165f90815260016020526040902061092b905415610f0f565b5f8281526002602052604090205461094c906001600160a01b031615610f7e565b604051610a1390610a0e906109b890602081019061098f8161098161014435610124356084356064356044356024358a610fe8565b03601f198101835282610359565b5190207f30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f0000001900690565b6109dc6109c436610e5e565b6109d6836109d136610e36565b6116b2565b906116f8565b906109fe6109e8611780565b916109d66109f536610e86565b916109d1611877565b90610a083661106c565b9261195c565b6110a5565b6001600160a01b0381165f908152600360205260409020610a3d9060643581556001608435910155565b6001600160a01b0381165f908152600160205260409020829055610a8c81610a6d845f52600260205260405f2090565b80546001600160a01b0319166001600160a01b03909216919091179055565b6040516001600160a01b03909116907fe3fb6613af2e8930cf85d47fcf6db10192224a64c6cbe8023e0eee1ba38280419080610ac78161113f565b0390a26040519081529081906020820190565b60206040818301928281528451809452019201905f5b818110610afd5750505090565b825163ffffffff16845260209384019390920191600101610af0565b346101445760403660031901126101445760043567ffffffffffffffff8111610144573660238201121561014457806004013567ffffffffffffffff8111610144573660248284010111610144576101ad91610b7a91602480359201611200565b60405191829182610ada565b34610144577ff843ecd53a563675e62107be1494fdde4a3d49aeedaf8d88c616d85346e3500e610bb53661039a565b90610bbe6113b3565b610469610bd3610bcd83610d7b565b50611a99565b836114ea565b80546801000000000000000081101561033857610bfb9160018201815561076a565b610c3b578151602083015160409384015163ffffffff60c01b60c09290921b919091169190931c1760e09290921b6001600160e01b031916919091179055565b634e487b7160e01b5f525f60045260245ffd5b919260809360209260018060a01b0316845282840152606060408401528051918291826060860152018484015e5f828201840152601f01601f1916010190565b60405190610c9b8261031c565b5f6020838281520152565b90604051610cb38161031c565b602060018294805484520154910152565b90604051610cd18161033d565b604081935467ffffffffffffffff1981831b16835263ffffffff8160c01c16602084015260e01c910152565b15610d0457565b60405162461bcd60e51b815260206004820152604360248201527f424c5341706b52656769737472792e5f76616c696461746541706b486173684160448201527f74426c6f636b4e756d6265723a206e6f74206c61746573742061706b2075706460648201526261746560e81b608482015260a490fd5b610d83610c8e565b5060018060a01b031690815f52600360205260405f2091600160405193610da98561031c565b80548552015460208401525f52600160205260405f2054918215610dcb579190565b60405162461bcd60e51b815260206004820152603e60248201527f424c5341706b52656769737472792e676574526567697374657265645075626b60448201527f65793a206f70657261746f72206973206e6f74207265676973746572656400006064820152608490fd5b60409060631901126101445760405190610e4f8261031c565b60643582526084356020830152565b60409060231901126101445760405190610e778261031c565b60243582526044356020830152565b6040906101231901126101445760405190610ea08261031c565b610124358252610144356020830152565b15610eb857565b608460405162461bcd60e51b815260206004820152604060248201525f516020611b5a5f395f51905f5260448201527f4b65793a2063616e6e6f74207265676973746572207a65726f207075626b65796064820152fd5b15610f1657565b60405162461bcd60e51b815260206004820152604760248201525f516020611b5a5f395f51905f5260448201527f4b65793a206f70657261746f7220616c72656164792072656769737465726564606482015266207075626b657960c81b608482015260a490fd5b15610f8557565b60405162461bcd60e51b815260206004820152604260248201525f516020611b5a5f395f51905f5260448201527f4b65793a207075626c6963206b657920616c7265616479207265676973746572606482015261195960f21b608482015260a490fd5b949290916101409694928652602086015260408501526060840152604060a46080850137604060e460c08501376101008301526101208201520190565b9080601f830112156101445760405191611040604084610359565b82906040810192831161014457905b82821061105c5750505090565b813581526020918201910161104f565b90608060a319830112610144576040516110858161031c565b60206110a082946110978160a4611025565b845260e4611025565b910152565b156110ac57565b60405162461bcd60e51b815260206004820152606c60248201525f516020611b5a5f395f51905f5260448201527f4b65793a2065697468657220746865204731207369676e61747572652069732060648201527f77726f6e672c206f7220473120616e642047322070726976617465206b65792060848201526b0c8de40dcdee840dac2e8c6d60a31b60a482015260c490fd5b90604060e4608060c0850194606435815260843560208201528360a4818301370137565b67ffffffffffffffff81116103385760051b60200190565b9061118582611163565b6111926040519182610359565b82815280926111a3601f1991611163565b0190602036910137565b90821015610765570190565b634e487b7160e01b5f52601160045260245ffd5b80156111d9575f190190565b6111b9565b5f198101919082116111d957565b80518210156107655760209160051b010190565b91909161120c8361117b565b925f5b81811061121d575050505090565b61124261123c61122e8385876111ad565b356001600160f81b03191690565b60f81c90565b6112578160ff165f52600460205260405f2090565b5480158015611388575b61130357805b611276575b505060010161120f565b8563ffffffff6112b46112a66112978660ff165f52600460205260405f2090565b6112a0866111de565b9061076a565b505460c01c63ffffffff1690565b1611156112ca576112c4906111cd565b80611267565b60019291506112e76112de6112fc926111de565b63ffffffff1690565b6112f183896111ec565b9063ffffffff169052565b905f61126c565b60405162461bcd60e51b815260206004820152605160248201527f424c5341706b52656769737472792e67657441706b496e64696365734174426c60448201527f6f636b4e756d6265723a20626c6f636b4e756d626572206973206265666f7265606482015270207468652066697273742075706461746560781b608482015260a490fd5b506113ac6112de6112a66113a78560ff165f52600460205260405f2090565b610753565b8610611261565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036113e557565b60405162461bcd60e51b815260206004820152604e60248201527f424c5341706b52656769737472792e6f6e6c795265676973747279436f6f726460448201527f696e61746f723a2063616c6c6572206973206e6f74207468652072656769737460648201526d393c9031b7b7b93234b730ba37b960911b608482015260a490fd5b908151811015610765570160200190565b1561147f57565b60405162461bcd60e51b815260206004820152603d60248201527f424c5341706b52656769737472792e5f70726f6365737351756f72756d41706b60448201527f5570646174653a2071756f72756d20646f6573206e6f742065786973740000006064820152608490fd5b91906114f4610c8e565b504363ffffffff16905f5b845181101561167f57808361152a61123c61151c6001958a611467565b516001600160f81b03191690565b61153f8160ff165f52600460205260405f2090565b549061154c821515611478565b6115d26115b36115a561157b896115766115718760ff165f52600560205260405f2090565b610ca6565b6116f8565b6108ca816115948760ff165f52600560205260405f2090565b906020600191805184550151910155565b67ffffffffffffffff191690565b926112a06115cc8460ff165f52600460205260405f2090565b916111de565b5090836115ea6112de845463ffffffff9060c01c1690565b03611613575061160d92509060401c67ffffffffffffffff60c01b825416179055565b016114ff565b81546001600160e01b031660e09490941b6001600160e01b03191693909317905561167a9161164d9060ff165f52600460205260405f2090565b61166961165861037b565b67ffffffffffffffff199093168352565b63ffffffff8716602083015261025f565b61160d565b5050509050565b604051906101806116978184610359565b368337565b604051906116ab602083610359565b6020368337565b919060409060606116c1610c8e565b94859260208551926116d38585610359565b8436853780518452015160208301528482015260076107cf195a01fa156116f657565bfe5b602092916080604092611709610c8e565b9586938186519361171a8686610359565b85368637805185520151828401528051868401520151606082015260066107cf195a01fa80156116f6571561174b57565b60405162461bcd60e51b815260206004820152600d60248201526c1958cb5859190b59985a5b1959609a1b6044820152606490fd5b60405161178c8161031c565b604090815161179b8382610359565b82368237815260208251916117b08484610359565b83368437015280516117c28282610359565b7f198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c281527f1800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed60208201528151906118188383610359565b7f275dc4a288d1afb3cbb1ac09187524c7db36395df7be3b99e673b13a075a65ec82527f1d9befcd05a5323e6da4d435f3b617cdb3af83285c2df711ef39c01571827f9d602083015261186d83519384610359565b8252602082015290565b61187f610c8e565b5060405161188c8161031c565b600181526002602082015290565b906006820291808304600614901517156111d957565b9060028110156107655760051b0190565b90600182018092116111d957565b90600282018092116111d957565b90600382018092116111d957565b90600482018092116111d957565b90600582018092116111d957565b90600c8110156107655760051b0190565b1561191f57565b60405162461bcd60e51b81526020600482015260156024820152741c185a5c9a5b99cb5bdc18dbd9194b59985a5b1959605a1b6044820152606490fd5b929091611969604061038c565b938452602084015261197b604061038c565b918252602082015261198b611686565b915f5b600281106119c8575050506020610180916119a761169c565b92839160086107cf195a01fa80156116f6576119c290611918565b51151590565b806119d460019261189a565b6119de82856118b0565b51516119ea8288611907565b5260206119f783866118b0565b510151611a0c611a06836118c1565b88611907565b52611a1782866118b0565b515151611a26611a06836118cf565b52611a3c611a3483876118b0565b515160200190565b51611a49611a06836118dd565b526020611a5683876118b0565b51015151611a66611a06836118eb565b52611a92611a8c611a856020611a7c868a6118b0565b51015160200190565b51926118f9565b87611907565b520161198e565b611aa1610c8e565b50805190811580611b4d575b15611ace575050604051611ac2604082610359565b5f81525f602082015290565b60207f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47910151067f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47037f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd4781116111d9576040519161186d604084610359565b50602081015115611aad56fe424c5341706b52656769737472792e7265676973746572424c535075626c6963a2646970667358221220ff5eff5a401ee9aa7215135b00f7f316deef13de7c41e185acdf9575b95c76da64736f6c634300081b00330000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f373042","r":"0xc190c06dfc957607d7066e328e4165af30b1f6f861accd7a809fda9426703dfd","s":"0x90fef445360494ace8a20b98970b59bdeaa4427087d704bc1ae8cd0ad8e6ab9","yParity":"0x0","v":"0x0","hash":"0x226e9f7470bf0350175ce6bb4b9ce6a1c5a00c1c9f61ee8abf48f16cc2b8c11a"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x023e2868aed94c9c56836bffacabb5fbbee349b274ff5c772e7450df257cc5d5","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x8d347cc12e806faf10ce99d88074a9b91b9c2133cdb06f1339c2b3a065cbb8de","transactionsRoot":"0x8dbe51f96eb6d7dc5e34d561e33321195fe6b4b77579a04fbef4364c855f9c15","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x37","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x127389","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x50","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xbda5747bfd65f08deb54cb465eb87d40e51b197e","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xfa67c3c8bfc788479b868e646432127b5b43a18999aec9d80dff9c7b42f69776","s":"0x1c8b08eb44d8769786d345b3f635a6402186c896a88904a1fa4a7cffe08499c8","yParity":"0x1","v":"0x1","hash":"0x9f36ee0f565ff5f1145758c8bce6af61f382a749a30d0e1a226ebd8f5e57eac5"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x6c3a498b252a395230ab4e2413f47a90fc7c02da741a575838120666c89091fb","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc2228b14436967f072cfd5999c6c0f3f273fdc29d6568d85b6a24124d32e6d18","transactionsRoot":"0x089ebcc68e2beebed60ced59c43100e82c06126a897d61efee2088fba616275f","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x89","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1a","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xa2","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x98d08079928fccb30598c6c6382abfd7dbfaa1cd","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x978effee88722f5420a59324ee7a2a03da3199c0b823bbc5b78419e175697e35","s":"0x7fddec7fc0ecfc17c9fc3bf75c63aad9cb6702bda22c0503a1ee279b8502b00a","yParity":"0x1","v":"0x1","hash":"0x220b11e9479cf6950df1f891026735af3a7a58a5456e0669697a342c453f192c"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x0f9b5e1c41645d3a64b369ad10aa890e0b6bd283fa6700f12e69cb1d7c6eca04","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xc60ee89610104e3dcb5bca54800558345657f54a6b6cf39d61faef73cdcebe1b","transactionsRoot":"0x7d5986c1ebef5f529126729e10a784cdbc28b1783cf5a146255c28437e56454c","receiptsRoot":"0x97f2f7dcbd2af847150cf677d4336f1f13abc40a31679de152959aa2eac03af5","logsBloom":"0x00000010008000020100000000000000000000000000000000020001000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000400000","difficulty":"0x0","number":"0x12a","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333000000000000000000000000000000000000000000000000000000000000000","r":"0x3df66758ab8465a199592e798a30e5d87fcb53d3e48e2d9d4981dd8e98691c4","s":"0x17580c66a8521a50f01d16ac404446b6c91d840b28df5dad24885f0ed22d5f86","yParity":"0x0","v":"0x0","hash":"0x3a709b67e46ce4246b3fe655b4999e812834e349655706fd098b50d999f52830"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x132095f91c884ff4bf9f22fba65053a29245a895cc087e52008f354a6eaee7a3","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xed5a3ffa099027a465967388426c09ec1d67ae91b20d588c4a63cf3fc18ad3fe","transactionsRoot":"0xe3232a015e61decd25e9845e7c2d82bfbe67a7d3a75a7682d0b3d49746b4a9b0","receiptsRoot":"0x6278eb0b59599086fcb502e9d41d36624d0969055ef0dc84f581bdf7f752470a","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000400000002000000000000000200000000000000000000000000010000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x8d","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x11","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xa6","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b9060000000000000000000000000000000000000000000000007c6d1175e13d2753","r":"0x11ad546fa0327b99881b1d67d8b0cdb4bf910d88e0ea81e372c07f59e13e1f62","s":"0x1e9f8936caceb5723075d93419d22397b4f195b82df73416222636ff58601058","yParity":"0x0","v":"0x0","hash":"0x8395ce48148e2dd8bc6f58bcc74ed83b0fde38b640e7375ba1181c7b22f34829"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x83ec855dd02d02a2759cbcf1d8100b27e2c4e3da0ba417dc87683d5bed2e434d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xdbe79e79998c2228267f601bbf6145129acc1f91c4021c928a17a24d60413d73","transactionsRoot":"0xe8c4b5c09586756d3657f67a732396d06206b16ae611a48a18fc3aac80bf015d","receiptsRoot":"0x0237b94e6693001e8978ccb6905f8a0ee595fe0c1856e220efc8ca520712adc6","logsBloom":"0x00000010008000020100000000004000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010002000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000001000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x13a","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e5900000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333800000000000000000000000000000000000000000000000000000000000000","r":"0x8bbf3ea798b4902f12277f375357dd872579acee1fc4b1b2971d4438270646e5","s":"0x5360b94c4962cc550388f542cf2c75514c6a1b8c20ab66402f3bf1bf1a9d053a","yParity":"0x0","v":"0x0","hash":"0x874677700e6698ab388baf2e877232c6b58ca0a521d686b627f32835381df104"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xd37271802a141441661fdaad9decfd2b8981f8b9a2bb210db8ef627f604c29c2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x372b822334a3dd71a6fa9db0eb5970f52074ef699772bb5d0dcad326cd70b10a","transactionsRoot":"0xee4028a41b4981d6ba7a9443280e2259acc8ff59564822d6a17b5281c73a8e63","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x6f","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x2b7","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x88","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x011bd5423c5f77b5a0789e27f922535fd76b688f","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xa88f90debfa9d138d1f255401293bb95bbc3a527a94d2fae8d7a531372c0396a","s":"0x5affbc372ffe9db2ca3c79aad396b66121b6aefa23e4c8353391d840df143955","yParity":"0x1","v":"0x1","hash":"0x6bcae4b1c82fdac75ff6d7854b1c2cfa3b21a880d72bd88c7cee22fb9e1a97de"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x973560a9c844f88c23c39dd86e819566ba7e9a99b58f9a4b90f0c89816b0fbea","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xf06e8ecc2465aaf90266fd65ef4068eb00b8f0b9e72c974dafc15c36077c4889","transactionsRoot":"0x26e1bbdfce5ce65c932faba1464b889ceac953f934c2ed8f088b2d9d4579e564","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x85","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x28","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x9e","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xcbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0xfa9cf158379c287f2f0452dfa619451551fc6b8ee68bc27481727090bc914465","s":"0x6923e3011c4537cf9880a25faa887da7455716e1acb28b2cd37841e3f8db7dee","yParity":"0x1","v":"0x1","hash":"0x8c3b346740221a90a6864836bb950ae806ef350f7106a21e5bf6c03bb1af64de"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xabaa56f9a0c0d95f4e45023c879e1797ae499d672ce02e2442ee85a904db5601","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x34e56a0f1741dd7132a8bb112e4ec9662094e7c798be0facdce01af6b1ffe039","transactionsRoot":"0x7abc72840964d769f30b695be4dd31b608808ae2b20ec7bc603b3de1409865f4","receiptsRoot":"0x3ad68364a8c5644fdf6b8de43e414118171b8e2162215f71bd247ee45f7889da","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000800000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000200000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000004000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x105","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003bbbb9e20a3e8778","r":"0x786e97d2855706d57ec4909162f3c2cbb0d85014d94e9e34b6d963d8c52af6fe","s":"0x4e1f3be47759cdabbd98ad6ee9725f277cab37ad27eac0531c8d49e6d9a6b76e","yParity":"0x0","v":"0x0","hash":"0xb3665d150c1f8777bb972ba2abb86e7242cfff006515a4ac4d358688cd8ecb08"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xccda967022dd5db4cc92ef5302d3743792482ed4dea083f1c7d390c4c47eb320","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xfba1b73e50f0fb48992a0248b8829ca07cfafae63e9c8bec8387c2efc607d315","transactionsRoot":"0x0d1f1ab0638088c9e49db671903136b40da041424acc989f59370f04128d1934","receiptsRoot":"0xa878063d0ad50e9f4c8228e3c18118cc5aa26fac94a1b3069ab7f4d4184c4b83","logsBloom":"0x00000010008000020100000000000000000000000000000000000001008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000020000000000400000000000000000000000000004101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x14a","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343600000000000000000000000000000000000000000000000000000000000000","r":"0x9937a7a7f00beb857e3c4a757d685e571e245d126ed42aeb0a100dcec3b46fe7","s":"0x13c013d759317c5a5fccbc5b3dc01525230fac45dfb89936b819e7d1bbca6022","yParity":"0x0","v":"0x0","hash":"0x265c2363601c7f95b92d4d1cdb0f9625d3251d56dc4a8c7847f95e1c39cf1ec1"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xae05ccf9fefe619d226c8f93fb3eb480bf58dca7e259a2692a27fbb786bcc363","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x4d19c4e8bb1ea1aae0c8174142e6f69f21a3aeb52dd466cc0cda2b0383fa2a8d","transactionsRoot":"0xb47c1dda9a26cace40ba6eed9239fe29b0b9f4e0dac62ca2fd54537b3569c804","receiptsRoot":"0x0ea67745446e399df0f06bd366b22d09279999fb3b7ddb0c51335579289b51f6","logsBloom":"0x00000000000000000000000000010004000000000000000020000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x15b","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000129529541e807c45","r":"0xefc5f2c97af6878c4de6561606cd7a990e40568cbb4f71a4025e48afe91b2296","s":"0x5403a1b3ea7b563348125047afd7b45125bb7ba780f97ce20ff532967bf27957","yParity":"0x0","v":"0x0","hash":"0x5782f2dbc5af8ed23111ec93a6a71c4d83cfd5ae7cdd1958fcb0477c2ba625cf"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x8b11ba085b9ed0218b21b0ac5439bbfb0bb5f1b8bd659ff13af2897b5418df30","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x5c5b19faff4ca179db695675980d3ed404b23268f014cb472bfdcfe43e87b4ed","transactionsRoot":"0xa61639130d682e39d3db0583b6f13caffbe90d1ab25eb859b6e47836abdbfe78","receiptsRoot":"0x60a2d6a1c69297b88230a5702723efc43c58cc908ae493f45c0a0dca97ce1d3d","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000200000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0xd0","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xe9","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf50000000000000000000000000000000000000000000000003bbfc153bbaaad52","r":"0xcb261657351128b5059892aae43553e2f757befbbd08ac1ba871b05692a8bda4","s":"0x2ffc3db1debd092f70ae0917b71c5acfe8dfa291a207db967def5ae6cc3ec4b4","yParity":"0x0","v":"0x0","hash":"0xcabe788397f7e7360ae260a379629c072fe0267d5990143ab6b95345d1e46176"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x78fab3209db7ae1eea2e92e13586eafa4e8179b5d07a8f9ec093fe5857e39cac","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xfb3e0d6752c3e0d2bded4bac803d2c6de9dbbbe4ad2d81340c02a4605c2885e4","transactionsRoot":"0x7f19d3c8c8c3612ed58268e527620939b16d603215df15c8e7f1bed216ea0a0e","receiptsRoot":"0x241d7d4f0e0e855932d2564bed745927756d641855910a64e5cadb11d107a49a","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000080000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000400000020000000000001200000000100000000000000000000000000000000000001000000000100200000000000","difficulty":"0x0","number":"0x165","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000016a09e5cc91e09eb","r":"0x23f6151fd7c7ad9b8b2995838106a780429b7070a60cba0669df77de39267790","s":"0x426b62af541c4627e775e35d10df1db6ba4d28f6dc6d84622b91b7f7a7f8afdd","yParity":"0x1","v":"0x1","hash":"0x8437e318d2e0d15d21ff63a1b2a49b8121750aeea04e592b464496703aef4f62"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x60502a597497cbe51b246bd51aec8c8bf6f42167ce2d657504e9b24e3178156d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x40ba75de11dedbb38ef678b88bcab4c7480bd9befaaaa69a388f169e52651007","transactionsRoot":"0x12078be8873c7a5a617d2481dfac13cbc23f3c01c05ae78daf13632625360c61","receiptsRoot":"0xc35b83b6a33d82803ab9a727389b91efd5c585a7fbcb7c641bd3e6d320fce0d4","logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000020000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000004000020000000000001200000000100000000000000000001000000000000000001000000000100000000000000","difficulty":"0x0","number":"0x177","gasLimit":"0x1c9c380","gasUsed":"0x2ce33","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x1","gas":"0x41a5d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","value":"0x0","accessList":[],"input":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000039f4d3f2cf92a422","r":"0x14e170d074fd0bbd03698067f0bb90657f0e582185d53ba51d37118c95314ce8","s":"0x112fb9d31f62c047c02770fc64180cc22b8311ac5b91949779d1497051cf7988","yParity":"0x0","v":"0x0","hash":"0x8956784877f5d53a40f17e520d8a413e54edc728bd08df7a62d33765656b7ea6"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x746ad9801cd31d825cc8d0595d3537ea4d7e18a31cc7b26f3bd25b5a28215229","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x6b1716810efd1c98f7cd86bbdcfd53f598399beeb53cd47e4954b8a101616216","transactionsRoot":"0x2bb1b37548dfa24caa40cd9250b4a9fc9416e98f95173d6b840781acd89a91a3","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x69","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x607","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x82","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x63c3686ef31c03a641e2ea8993a91ea351e5891a","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x8067d48b6cbd2141a07e3cb84c9a911f6c487beab6e2ebe6e6ad70bb4f5d2e97","s":"0x98f771724ec2e19316eb7ce77664199a95b5c5b6c476bf771cc7a7ae92869ab","yParity":"0x0","v":"0x0","hash":"0x6b42afdcba8559a5354e43485604f9ab33fa5ab11e57c75b3223106c3b371467"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xdca629a9cd894e3c79cf6182783c06783b912149300fb88de3854bd48eaa8f1c","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x217a891ca66cd86edecb585e260e337e627a1dd71edf2543d2aa7f2828a220e9","transactionsRoot":"0x5b6ce940dc41e65f9ef066d207ddb28d723edc7ab1548f0165b025646670fbbf","receiptsRoot":"0xf8f3d7f598f49ab148b11f5e951493ba6d77b0b53670d165835484f17ffc48c3","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000800000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000004000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x95","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xae","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c57880000000000000000000000000000000000000000000000003bbbb9e20a3e8778","r":"0x80e107ce7ade7c2ffd7db0a446ebef1d2e35bfcef18359f82eb18acda4933bb","s":"0x7c886a3a37d2fb2d53bf12fe2b24e13c3566b85e0ccfa4229c4443688de51b00","yParity":"0x0","v":"0x0","hash":"0x0ca383a90681430fd2d1914792a51520b35bf1045ab0b4304451fea3580bb8f5"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0xf33f8ef62b41afdb8906b5996b899336b69206693ce6d6949f94c0e792331f4d","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xa4b2230227741a1e3454e805b718a7134b2826d3cba3f747fca4b2ca0c71509d","transactionsRoot":"0xd465d1abd835370fd1fa4d8bef6a7c5887af184a8478fa5f0de68133820e301e","receiptsRoot":"0x3b5444b9ee436eb5e95ce1bc5cb194c86565d4a61e11f6d7a8eb3b369564e486","logsBloom":"0x00000014008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000008000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000901000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0xf8","gasLimit":"0x1c9c380","gasUsed":"0x216af","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e286","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f35","r":"0xb82ed9db776e73ffddbaa090edc8fec5aca19ff6fcd77f04456cb84933848185","s":"0x713e12500412b0c5e02c63377f30f3fc59641e02b0817b118570623ee806fd9c","yParity":"0x0","v":"0x0","hash":"0xdf9dd65a6b4d20879127f5795aac56ffc5664614b46ee7dc4b5362a25a4be274"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x39af22a2213a7336feb864e66f8a703aa62b30d8e5f449fb55d38675eb1aecb8","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xb2d2a92c2c22539e34c54a4825463caceb3307dee7af34c7b32d63d185dfe0b0","transactionsRoot":"0x5bcef11cfdd8a002f4158a45f06ef4a96143a76879a4603a88d63a0c0d381355","receiptsRoot":"0x29fe76e65bec7a9acf07e2aafddeb9f8609008661aa4a98c5dd4bc095a08da38","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000004000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000002000000000000000000000000000000000100000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x9f","gasLimit":"0x1c9c380","gasUsed":"0xc8b9","timestamp":"0x67fe6883","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0xb8","gas":"0x1258e","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","value":"0x0","accessList":[],"input":"0xa9059cbb00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d00000000000000000000000000000000000000000000000022bf698e9dd6f0b0","r":"0x99045a70c0e4dd3cf18bccebfd2d3ef39ba9e2db576f56e543603ff497a5f341","s":"0x66f3a2283594199de7a2062a560172b8b2c548676456ace732be233017d459af","yParity":"0x1","v":"0x1","hash":"0x618cdcc7288c6c259a540e20a0c4d0499e93ffb84165569f8aa20dc6621f3eab"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x5e00f4b044e0ecac66a2df96d75b50ef4b8390f80f7ba9cb08ccc086c5eefbaf","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0xff6aeccfc52495b0306430e500ca4728b6a4e0c29737865a47e54663b7e7ebc8","transactionsRoot":"0x75f16b01dbd71f5685037cad4bd474774a5cb4eb3f2921051d5370763015679d","receiptsRoot":"0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","difficulty":"0x0","number":"0x38","gasLimit":"0x1c9c380","gasUsed":"0x5208","timestamp":"0x67fe6882","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x1025ec","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x51","gas":"0x714d","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdd2fd4581271e230360230f9337d5c0430bf44c0","value":"0x4563918244f40000","accessList":[],"input":"0x","r":"0x95fe4bd799f070abff988c7cfc30b5324c069485b511884ef44404bdd8bf9add","s":"0x39dbdf24edc2b0fee7773ebd700598053b6c578040b6d0abfab0abf59fa85952","yParity":"0x0","v":"0x0","hash":"0x3ac1d2ca9bf8cedbb4bfc4f167e7bfc2140e05fd8b257eca5484df9e9bb7e700"}},"impersonated_sender":null}],"ommers":[]},{"header":{"parentHash":"0x76fee4c7b0d2c8cebb051b86af74dcf46b3c2cba965167332e973cb4ba2721b6","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x0000000000000000000000000000000000000000","stateRoot":"0x75d6b952fc8735bd3885a4c3aea3f26ddafe061efeff188ef3212d8edecde92e","transactionsRoot":"0x1523d1e0c898fa5157163a34dfe4eda549a6bc10059a21d952c340bd113e5b72","receiptsRoot":"0x5cadff34c17ba6f99c8815b36af12108e125c13026008593e3297987190e31c0","logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000002000000000000000000000000000000000000000000000000000000000000800000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000080000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000","difficulty":"0x0","number":"0x17c","gasLimit":"0x1c9c380","gasUsed":"0x21847","timestamp":"0x67fe6884","extraData":"0x","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","baseFeePerGas":"0x8","withdrawalsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","blobGasUsed":"0x0","excessBlobGas":"0x0","parentBeaconBlockRoot":"0x0000000000000000000000000000000000000000000000000000000000000000"},"transactions":[{"transaction":{"EIP1559":{"chainId":"0x7a69","nonce":"0x0","gas":"0x2e4bb","maxFeePerGas":"0x19582b1","maxPriorityFeePerGas":"0x1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","value":"0x0","accessList":[],"input":"0x0f589e590000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373100000000000000000000000000000000000000000000000000000000000000","r":"0x905ffc77102546c24245369de24aba4b271776d3276410ab88e5db8ca655258","s":"0xcf1ff82c26eda0dbd8cf9925d17f533dfc2640831bdb6dd3f653a5f5485f272","yParity":"0x0","v":"0x0","hash":"0xbf9055ee113c45b25a2b57fb75dbff2a445b55545b572b19399930714c5333b6"}},"impersonated_sender":null}],"ommers":[]}],"transactions":[{"info":{"transaction_hash":"0xb44ef521934b494f4cdf348feb0998713446e9c9ecfc662ac24f36dcc071015f","transaction_index":0,"from":"0x9ef6c02fb2ecc446146e05f1ff687a788a8bf76d","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9ef6c02fb2ecc446146e05f1ff687a788a8bf76d","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d"],"data":"0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d"],"data":"0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d"],"data":"0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d"],"data":"0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343000000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000004000000000020000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000200000000000000000000081000000000100000000000000"},"block_hash":"0x5273f4ebdb5a605842d8127e49a65d31ab04bd909d8f2c34b45f10edf632a0fb","block_number":318},{"info":{"transaction_hash":"0x9e1222ebc7200caff520875f0264c113dd9536d93179f52495fd1a6702f63623","transaction_index":0,"from":"0x64492e25c30031edad55e57cea599cdb1f06dad1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x64492e25c30031edad55e57cea599cdb1f06dad1","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","output":"0x0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","output":"0x0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad10000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006ac38d6ad10d5fcd"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","output":"0x0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","output":"0x0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000011c10208f5beca56be","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000011c10208f5beca56be","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1"],"data":"0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006ac38d6ad10d5fcd"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad10000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006ac38d6ad10d5fcd"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1"],"data":"0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006ac38d6ad10d5fcd"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010200000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000101101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000400020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xe01f33d88f0f95b6585eb01dde4f22d8a1af86e71a1c1e172706614d4c633b6f","block_number":367},{"info":{"transaction_hash":"0x8153e486820c1d639ab5ed2e43069deb6de4b2fbb6ce17efb3db2305bb64f2e2","transaction_index":0,"from":"0xab707cb80e7de7c75d815b1a653433f3eec44c74","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xab707cb80e7de7c75d815b1a653433f3eec44c74","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74"],"data":"0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c7400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74"],"data":"0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c7400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353600000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74"],"data":"0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c7400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74"],"data":"0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c7400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353600000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000020400200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x4f0cd024dbe4ffe0dc9772a37fe138680770483caf14c09fac715e0c712d1c5b","block_number":350},{"info":{"transaction_hash":"0x3dcfe046787d632ee7746314feb4e851f0c387c65670c022019f690e220fd1a0","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x586ba39027a74e8d40e6626f89ae97ba7f616644","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x586ba39027a74e8d40e6626f89ae97ba7f616644","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":143,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x136493532569bbc0f801d8a7a0f12c85db6930eed9c93990997abe35e359361b","block_number":118},{"info":{"transaction_hash":"0x8ac261c298a6e22f53ad3b1cc7a5116283ba217224aa7e7ceca1a3dc8b91ba25","transaction_index":0,"from":"0x1aac82773cb722166d7da0d5b0fa35b0307dd99d","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x1aac82773cb722166d7da0d5b0fa35b0307dd99d","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004df6c2702215b7bc","output":"0x0000000000000000000000000000000000000000000000004df6c2702215b7bc","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004df6c2702215b7bc","output":"0x0000000000000000000000000000000000000000000000004df6c2702215b7bc","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004df6c2702215b7bc"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004df6c2702215b7bc","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000004df6c2702215b7bc"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004df6c2702215b7bc","output":"0x0000000000000000000000000000000000000000000000004df6c2702215b7bc","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004df6c2702215b7bc","output":"0x0000000000000000000000000000000000000000000000004df6c2702215b7bc","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000a313226f17d4a91a9","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000a313226f17d4a91a9","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004df6c2702215b7bc","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004df6c2702215b7bc","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d"],"data":"0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004df6c2702215b7bc"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000004df6c2702215b7bc","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000004df6c2702215b7bc"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004df6c2702215b7bc"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d"],"data":"0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004df6c2702215b7bc"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000012000000000000000000000000000040000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000002000000000000001000000000100000000000000"},"block_hash":"0x61088176ca71d8c0e3778ca36754a30b6c966acf6e4848c80fe3a10aed684fc0","block_number":307},{"info":{"transaction_hash":"0x544a509e32b487b17a3914e1d37ea972db7b9441bc7ad03f87669aff5f39f058","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x9623609d0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3180000000000000000000000009a9f2ccfde556a7e9ff0848998aa4a0cfd8863ae000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000c4d4540a55000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000018a0f92ad9645385e8a8f3db7d0f6cf7abbb0ad40000000000000000000000000000000000000000000000000000000000001c2000000000000000000000000000000000000000000000000000000000000003e800000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":145520,"gas_limit":210070,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x4f1ef2860000000000000000000000009a9f2ccfde556a7e9ff0848998aa4a0cfd8863ae000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000c4d4540a55000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000018a0f92ad9645385e8a8f3db7d0f6cf7abbb0ad40000000000000000000000000000000000000000000000000000000000001c2000000000000000000000000000000000000000000000000000000000000003e800000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":138937,"gas_limit":200355,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000009a9f2ccfde556a7e9ff0848998aa4a0cfd8863ae"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Call":0}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","address":"0x9a9f2ccfde556a7e9ff0848998aa4a0cfd8863ae","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xd4540a55000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000018a0f92ad9645385e8a8f3db7d0f6cf7abbb0ad40000000000000000000000000000000000000000000000000000000000001c2000000000000000000000000000000000000000000000000000000000000003e8","output":"0x","gas_used":125759,"gas_limit":184469,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6"],"data":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x237b82f438d75fc568ebab484b75b01d9287b9e98b490b7c23221623b6705dbb","0x0000000000000000000000000000000000000000000000000000000000000000","0x00000000000000000000000018a0f92ad9645385e8a8f3db7d0f6cf7abbb0ad4"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xaf557c6c02c208794817a705609cfa935f827312a1adfdd26494b6b95dd2b4b3"],"data":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001c20"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xe6cd4edfdcc1f6d130ab35f73d72378f3a642944fb4ee5bd84b7807a81ea1c4e"],"data":"0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1},{"Log":2},{"Log":3},{"Log":4},{"Log":5},{"Log":6}]}],"exit":"Stop","out":"0x","nonce":23,"gas_used":169312},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x4b07c","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000009a9f2ccfde556a7e9ff0848998aa4a0cfd8863ae"],"data":"0x"},{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6"],"data":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0"},{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x237b82f438d75fc568ebab484b75b01d9287b9e98b490b7c23221623b6705dbb","0x0000000000000000000000000000000000000000000000000000000000000000","0x00000000000000000000000018a0f92ad9645385e8a8f3db7d0f6cf7abbb0ad4"],"data":"0x"},{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0xaf557c6c02c208794817a705609cfa935f827312a1adfdd26494b6b95dd2b4b3"],"data":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001c20"},{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0xe6cd4edfdcc1f6d130ab35f73d72378f3a642944fb4ee5bd84b7807a81ea1c4e"],"data":"0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8"},{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"}],"logsBloom":"0x00000000040000000400000040000000400000000000000000800000800000000010000000000000000000000000000000000000008000100000000200000000000000000000000000000400000402000001000000000000000000000000000000020000020000040000000100000800000000000000000000000004000000400000000100000000000000000000000000000000000080000000000000000000002000000000000000000002008400000000000000000000000000000000000000080020400000200000000000040000040000002000002000000000000020000000000000000100400800000000000000000000000000000000000001400200"},"block_hash":"0xceffea6f01e9136bd49ad170dc2966c3d5043d9e40125eabd4a3b56e0b8fff16","block_number":15},{"info":{"transaction_hash":"0xd45bbd35cd1da175688d1f6724dc1c68e595658c228e23b7c9c7e25aa701463a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000bc8183bac3e969042736f7af07f76223d11d21480000000000000000000000000000000000000000000000007f47897fbdd0284b","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148"],"data":"0x0000000000000000000000000000000000000000000000007f47897fbdd0284b"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":245,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148"],"data":"0x0000000000000000000000000000000000000000000000007f47897fbdd0284b"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000400000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000040080000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x96a02f90b5c592990a87337047a137997ea7d0bcc1fc91af54501d95870cad91","block_number":220},{"info":{"transaction_hash":"0x6b42afdcba8559a5354e43485604f9ab33fa5ab11e57c75b3223106c3b371467","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x63c3686ef31c03a641e2ea8993a91ea351e5891a","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x63c3686ef31c03a641e2ea8993a91ea351e5891a","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":130,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x6634e482a00ec75d614d4cdf6c16a7beeb29e8bc25dedb7325c7d93b969acd5a","block_number":105},{"info":{"transaction_hash":"0xdb66c25438775d29a14ca69d85edab10fae6ca2fa87d87af907c76978eca6bd1","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba40000000000000000000000000000000000000000000000007b5665642e785f30","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4"],"data":"0x0000000000000000000000000000000000000000000000007b5665642e785f30"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":246,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4"],"data":"0x0000000000000000000000000000000000000000000000007b5665642e785f30"}],"logsBloom":"0x00000000000080000000000020000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000800000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x4d5e1174eaa156328b1362e70c61eeaa919d7ec67ab3b0caa43de93598d227cd","block_number":221},{"info":{"transaction_hash":"0xdb450d2562966d80a22460d389701f14f75df381bab28e645c9014978963807d","transaction_index":0,"from":"0x8263fce86b1b78f95ab4dae11907d8af88f841e7","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x8263fce86b1b78f95ab4dae11907d8af88f841e7","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000225d9fccf0291e95","output":"0x000000000000000000000000000000000000000000000000225d9fccf0291e95","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000225d9fccf0291e95","output":"0x000000000000000000000000000000000000000000000000225d9fccf0291e95","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e70000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000225d9fccf0291e95"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000225d9fccf0291e95","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000225d9fccf0291e95"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000225d9fccf0291e95","output":"0x000000000000000000000000000000000000000000000000225d9fccf0291e95","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000225d9fccf0291e95","output":"0x000000000000000000000000000000000000000000000000225d9fccf0291e95","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000962938319e300d02b","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000962938319e300d02b","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000225d9fccf0291e95","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000225d9fccf0291e95","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7"],"data":"0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000225d9fccf0291e95"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000225d9fccf0291e95","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000225d9fccf0291e95"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e70000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000225d9fccf0291e95"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7"],"data":"0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000225d9fccf0291e95"}],"logsBloom":"0x0000000000000000000000000000000c000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000022000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200008000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xcc38d25d909b8d519640854337bb5ca46bb1a0b8d392ff3d355362989a012a00","block_number":301},{"info":{"transaction_hash":"0xb3eb8d56008c7b04aaf27e317eefcdfcab1446606cd7f8761eaa49eedcc12f71","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e0000000000000000000000000000000000000000000000003a7c536d83f91028","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":49313,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e"],"data":"0x0000000000000000000000000000000000000000000000003a7c536d83f91028"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":244,"gas_used":51373},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8ad","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e"],"data":"0x0000000000000000000000000000000000000000000000003a7c536d83f91028"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000010000000000000000100000100000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x3b9993fedc9df955069db477d18f61a6fd202590d0d89e8e3c4782762c71ba97","block_number":219},{"info":{"transaction_hash":"0x56704d851578c1d12693bda24a70ab5481c3bde70e781487f2705b2d31e78a00","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000035304262b9e87c00c430149f28dd154995d012070000000000000000000000000000000000000000000000007a87f16164855f4a","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":49313,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207"],"data":"0x0000000000000000000000000000000000000000000000007a87f16164855f4a"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":211,"gas_used":51373},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8ad","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207"],"data":"0x0000000000000000000000000000000000000000000000007a87f16164855f4a"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008048000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x27725ac722486978db96b53a617a276a7c8f20aa1936d674abd1f4a0ee20b752","block_number":186},{"info":{"transaction_hash":"0x06584796db5a0872d2061a2a6f5d645abf5f1ae3f61e3808fc598790415060d9","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd190000000000000000000000000000000000000000000000006e7e031b7ce27244","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19"],"data":"0x0000000000000000000000000000000000000000000000006e7e031b7ce27244"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":260,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19"],"data":"0x0000000000000000000000000000000000000000000000006e7e031b7ce27244"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000010000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x58b22315f386eec93694a4cbbe52a7a8d0153eac66f009be2db8a6d1d12ca293","block_number":235},{"info":{"transaction_hash":"0x5197bb581ceb03e0bec3bcf8e9b570f7ce4d02a2452340205f224a9a04d11657","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x64492e25c30031edad55e57cea599cdb1f06dad1","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x64492e25c30031edad55e57cea599cdb1f06dad1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":127,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x69f0c421a04a7e71564af5ee743b5d1cc3299f76ba69e191d1925b7595e5f4b4","block_number":102},{"info":{"transaction_hash":"0xe53d6a0abf05d3917c2020edce102adbb26acf33a85b28f2ce5a6044503fa8b1","transaction_index":0,"from":"0x9a50ed082cf2fc003152580dcdb320b834fa379e","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9a50ed082cf2fc003152580dcdb320b834fa379e","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003a7c536d83f91028","output":"0x0000000000000000000000000000000000000000000000003a7c536d83f91028","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003a7c536d83f91028","output":"0x0000000000000000000000000000000000000000000000003a7c536d83f91028","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003a7c536d83f91028"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003a7c536d83f91028","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000003a7c536d83f91028"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003a7c536d83f91028","output":"0x0000000000000000000000000000000000000000000000003a7c536d83f91028","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003a7c536d83f91028","output":"0x0000000000000000000000000000000000000000000000003a7c536d83f91028","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000166a65042c7e0bf6b1","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000166a65042c7e0bf6b1","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003a7c536d83f91028","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003a7c536d83f91028","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e"],"data":"0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003a7c536d83f91028"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000003a7c536d83f91028","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000003a7c536d83f91028"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003a7c536d83f91028"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e"],"data":"0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003a7c536d83f91028"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000008000000000000010000000000000000100000100001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x448ca4a2f2e042480c6cf2a8a78f30b48d4ec30695bd472f10b46506af37e7a4","block_number":401},{"info":{"transaction_hash":"0x3122e8e523e6a1afbfd053db5b44d00ab7ee84d1cc9ac53bee3f75fd3a8a4b61","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea150000000000000000000000000000000000000000000000008ab268a9fc9a4827","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15"],"data":"0x0000000000000000000000000000000000000000000000008ab268a9fc9a4827"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":206,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15"],"data":"0x0000000000000000000000000000000000000000000000008ab268a9fc9a4827"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008002000000000000000200000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000002000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xe4a9dee8aab699a86de21c3f24dbfaa921e06254aa7416b82d527f0dbff729b9","block_number":181},{"info":{"transaction_hash":"0x705aa8a52bafff3b7b10937bf81372fe27b99632eb8096128ae78eb95f13b964","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff00000000000000000000000000000000000000000000000024109a665095c888","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff"],"data":"0x00000000000000000000000000000000000000000000000024109a665095c888"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":213,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff"],"data":"0x00000000000000000000000000000000000000000000000024109a665095c888"}],"logsBloom":"0x00000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000400000000000000000"},"block_hash":"0x45039edd82b1a86567d6f803d0c0c616ea95e8181847dba34b37c876eec3dd08","block_number":188},{"info":{"transaction_hash":"0x0013682895a0e2726cfc4958bf8079352561ddc807afd94037da775a58c3a23c","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f0000000000000000000000000000000000000000000000005d00f765584df03b","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":49313,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f"],"data":"0x0000000000000000000000000000000000000000000000005d00f765584df03b"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":224,"gas_used":51373},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8ad","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f"],"data":"0x0000000000000000000000000000000000000000000000005d00f765584df03b"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000010000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000001000000000"},"block_hash":"0xf55d8ac358b0d2bd62a01368900c7385f5c24914a981c8dc1f720b0f4b8d7381","block_number":199},{"info":{"transaction_hash":"0x901880d236db473a6e8af9222d3573306f3c64a0104052c88cf182d550ff2dbb","transaction_index":0,"from":"0x5e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x5e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1"],"data":"0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1"],"data":"0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323300000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1"],"data":"0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1"],"data":"0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323300000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000020000000000000000000000000000000000000000000000000000000000000400000008000008000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x18032ad6ffe16ac7275083439b35491bdd5181bba23160110773a01e82c5c032","block_number":284},{"info":{"transaction_hash":"0xf69977b74f41aa92e668663f7bbc10ed7bc2e832d80a58b0efea7caeb5b83deb","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x5eb15c0992734b5e77c888d713b4fc67b3d679a2","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5eb15c0992734b5e77c888d713b4fc67b3d679a2","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":108,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xdf514d289855f3f2160896c967655a6b60c80229e2c917d44bb9396884ca5cd7","block_number":83},{"info":{"transaction_hash":"0x45b3f5a0365bc179c7cd2888baa9986eebd8b7c79a1bf4644da1bef3f1126b8e","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xd9065f27e9b706e5f7628e067cc00b288dddbf19","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xd9065f27e9b706e5f7628e067cc00b288dddbf19","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":137,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x239cbe41fbb5636f8214b31e4315d0464ed22806a3727302463f5f4b06f79f96","block_number":112},{"info":{"transaction_hash":"0xa593e614770af4ef12f84e9d502dd0b83cfa4f36eae00f4f30056ccca25234e4","transaction_index":0,"from":"0xdd2fd4581271e230360230f9337d5c0430bf44c0","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xdd2fd4581271e230360230f9337d5c0430bf44c0","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0"],"data":"0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0"],"data":"0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313800000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0"],"data":"0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0"],"data":"0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313800000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000002000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000001000000000000000081000000000100000000000000"},"block_hash":"0x4d05a5fdbdc814c86a3863f2bad3960feda7d65cf04694a23b55744be2b1b5e1","block_number":274},{"info":{"transaction_hash":"0xe6f987eff6c8a842b127b78d19c8de734e9e2a2b4ed51a295a6ccd56f4f3dec4","transaction_index":0,"from":"0xee7f6a930b29d7350498af97f0f9672eaecbeeff","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xee7f6a930b29d7350498af97f0f9672eaecbeeff","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000024109a665095c888","output":"0x00000000000000000000000000000000000000000000000024109a665095c888","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000024109a665095c888","output":"0x00000000000000000000000000000000000000000000000024109a665095c888","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000024109a665095c888"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000024109a665095c888","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000024109a665095c888"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000024109a665095c888","output":"0x00000000000000000000000000000000000000000000000024109a665095c888","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000024109a665095c888","output":"0x00000000000000000000000000000000000000000000000024109a665095c888","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000e74c0cd9de9f7779d","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000e74c0cd9de9f7779d","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000024109a665095c888","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000024109a665095c888","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff"],"data":"0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000024109a665095c888"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000024109a665095c888","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000024109a665095c888"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000024109a665095c888"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff"],"data":"0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000024109a665095c888"}],"logsBloom":"0x00000000000000000000000000000004000000200000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000004000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000400100000000000000"},"block_hash":"0xcdd40bb040dc58a4ddb406985bc01267859582c6312af79c4db97dacab231d82","block_number":339},{"info":{"transaction_hash":"0x33bdcdb005ec8c6940ce046f088e10f8692ed4a56e8cb45d4c2bf6eeddad4a06","transaction_index":0,"from":"0xc0543b0b980d8c834cbdf023b2d2a75b5f9d1909","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xc0543b0b980d8c834cbdf023b2d2a75b5f9d1909","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000060f0389daa707614","output":"0x00000000000000000000000000000000000000000000000060f0389daa707614","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000060f0389daa707614","output":"0x00000000000000000000000000000000000000000000000060f0389daa707614","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d19090000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000060f0389daa707614"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000060f0389daa707614","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000060f0389daa707614"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000060f0389daa707614","output":"0x00000000000000000000000000000000000000000000000060f0389daa707614","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000060f0389daa707614","output":"0x00000000000000000000000000000000000000000000000060f0389daa707614","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001093bb13483af14c11","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001093bb13483af14c11","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000060f0389daa707614","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000060f0389daa707614","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909"],"data":"0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000060f0389daa707614"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000060f0389daa707614","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000060f0389daa707614"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d19090000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000060f0389daa707614"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909"],"data":"0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000060f0389daa707614"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000020000000000000000000000800100000008000010000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020040000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x41382b4257d0fc97606e1ad8a3c1c075a02d6f3d262056a2289840aff489c73b","block_number":359},{"info":{"transaction_hash":"0xf54cb01ae39018649f446890cfa61cfbc486ba994992e75bb900944ef83f7508","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x99a88ec4000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc9000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e","output":"0x","gas_used":16970,"gas_limit":34900,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","address":"0xa82ff9afd8f496c3d6ac40e2a0f282e47488cfc9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3659cfe6000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e","output":"0x","gas_used":11422,"gas_limit":29038,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x","nonce":40,"gas_used":38770},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x9772","logs":[{"address":"0xa82ff9afd8f496c3d6ac40e2a0f282e47488cfc9","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000998abeb3e57409262ae5b751f60747921b33613e"],"data":"0x"}],"logsBloom":"0x00000000000000000000000010000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000020000000000000000000000000000000000002040000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xe48b7b246235639470140b2c84bd6a8e957eb95b72c88f51442f1374b0e88d8b","block_number":24},{"info":{"transaction_hash":"0xd8456ab601e5e750c9e6c167d9eaa0841f26fba48b0380db9cedc3e810683ce9","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5fbdb2315678afecb367f032d93f642f64180aa3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x7f3c2c280000000000000000000000000000000000000000000000000000000000000040000000000000000000000000c3e53f4d16ae77db1c982e75a937b9f60fe6369000000000000000000000000000000000000000000000000000000000000000156d6f636b417673536572766963654d616e616765720000000000000000000000","output":"0x","gas_used":67752,"gas_limit":102004,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":51,"gas_used":89844},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x3175b","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x018d7ed9c59c72c869cc0c77807ea8b082df79b7a771ecb935bed66d99a64a5d","block_number":28},{"info":{"transaction_hash":"0x7fa81b3a8874953fe04c582f301b3a1698cf92f00366ffe74915840eaa21cbe3","transaction_index":0,"from":"0x225356ff5d64889d7364be2c990f93a66298ee8d","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x225356ff5d64889d7364be2c990f93a66298ee8d","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d"],"data":"0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d"],"data":"0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393400000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d"],"data":"0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d"],"data":"0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393400000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x02000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000040000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0xc97a9edfcd230c4ce8c51ae579bd7a9c01144daa581cfe8ca88e9b83cba1e753","block_number":426},{"info":{"transaction_hash":"0x09a2ed7eeab5e94385c10ee7699b11925a528c662b51954498fb0a5db9abf56e","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8263fce86b1b78f95ab4dae11907d8af88f841e7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8263fce86b1b78f95ab4dae11907d8af88f841e7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":94,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x2bc0d81e0d546b5b37a55908bff8b02cab06cf00af4dc61127bd5bbcdfccfe7a","block_number":69},{"info":{"transaction_hash":"0x4a4839faf26d49d93b1a6fdc4fd802e9aafa8f955b76e5d25fc2090fe6b97081","transaction_index":0,"from":"0x54ccceb38251c29b628ef8b00b3cab97e7cac7d5","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x54ccceb38251c29b628ef8b00b3cab97e7cac7d5","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000185ead5d59e005d7","output":"0x000000000000000000000000000000000000000000000000185ead5d59e005d7","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000185ead5d59e005d7","output":"0x000000000000000000000000000000000000000000000000185ead5d59e005d7","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d50000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000185ead5d59e005d7"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000185ead5d59e005d7","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000185ead5d59e005d7"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000185ead5d59e005d7","output":"0x000000000000000000000000000000000000000000000000185ead5d59e005d7","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000185ead5d59e005d7","output":"0x000000000000000000000000000000000000000000000000185ead5d59e005d7","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001475129f260fd21253","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001475129f260fd21253","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000185ead5d59e005d7","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000185ead5d59e005d7","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5"],"data":"0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000185ead5d59e005d7"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000185ead5d59e005d7","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000185ead5d59e005d7"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d50000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000185ead5d59e005d7"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5"],"data":"0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000185ead5d59e005d7"}],"logsBloom":"0x00000000000000000000000000000004000000000000000100000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000400000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000002000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x34f93cbcbb463874cba27729cc4982eb8f39ad167ca5c3af52f014c0a59f85d0","block_number":389},{"info":{"transaction_hash":"0x3422b53442231b05b908445e0d5b08f784dcb667de8e789ab2801a893bc51962","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000000000000000000000000000300e7cf3b6570d42","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4"],"data":"0x000000000000000000000000000000000000000000000000300e7cf3b6570d42"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":199,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4"],"data":"0x000000000000000000000000000000000000000000000000300e7cf3b6570d42"}],"logsBloom":"0x00000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000004000000000008000000000000000000000000000000000000000000000000000000000000000100000020000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xca2155755f26f7e03ad261a97181b1f08a28488137624194ccbe6d84fa6385c7","block_number":174},{"info":{"transaction_hash":"0x2c0328f94ea51ad9bb5160612c19afd4acbaa722911b424eeeb7102cb86cf2da","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":141,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x75a45887e5f574083295f3447eb2ce31ab376173ebb8b1a55ae30bd4891a3336","block_number":116},{"info":{"transaction_hash":"0x60c5f3d89f8697ee2e9a0075b5f823ff3426b3d484be11177c72bfbb3fd55e6b","transaction_index":0,"from":"0x73b3074ac649a8dc31c2c90a124469456301a30f","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x73b3074ac649a8dc31c2c90a124469456301a30f","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e5900000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e5900000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f"],"data":"0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f"],"data":"0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363100000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f"],"data":"0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f"],"data":"0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363100000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000008000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000010000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100001000000000"},"block_hash":"0x47b2b57655aa7f632ac82017ae12327b449f00a584d65cc70dfb75b9c93fe8dc","block_number":360},{"info":{"transaction_hash":"0x04fc55dcc89eb989f7879726b39270b58f328ff08838ccde9dcf7bbf40813504","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x0165878a594ca255338adfa4d48449f69242eb8f","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x0165878a594ca255338adfa4d48449f69242eb8f","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x608060405260405162000e8138038062000e81833981016040819052620000269162000490565b828162000036828260006200004d565b50620000449050826200008a565b505050620005c3565b6200005883620000e5565b600082511180620000665750805b1562000085576200008383836200012760201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f620000b562000156565b604080516001600160a01b03928316815291841660208301520160405180910390a1620000e2816200018f565b50565b620000f08162000244565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b60606200014f838360405180606001604052806027815260200162000e5a60279139620002f8565b9392505050565b60006200018060008051602062000e3a83398151915260001b620003de60201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620001fa5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b806200022360008051602062000e3a83398151915260001b620003de60201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b6200025a81620003e160201b6200028c1760201c565b620002be5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401620001f1565b80620002237f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc60001b620003de60201b620002081760201c565b60606001600160a01b0384163b620003625760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401620001f1565b600080856001600160a01b0316856040516200037f919062000570565b600060405180830381855af49150503d8060008114620003bc576040519150601f19603f3d011682016040523d82523d6000602084013e620003c1565b606091505b509092509050620003d4828286620003f0565b9695505050505050565b90565b6001600160a01b03163b151590565b60608315620004015750816200014f565b825115620004125782518084602001fd5b8160405162461bcd60e51b8152600401620001f191906200058e565b80516001600160a01b03811681146200044657600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b838110156200047e57818101518382015260200162000464565b83811115620000835750506000910152565b600080600060608486031215620004a657600080fd5b620004b1846200042e565b9250620004c1602085016200042e565b60408501519092506001600160401b0380821115620004df57600080fd5b818601915086601f830112620004f457600080fd5b8151818111156200050957620005096200044b565b604051601f8201601f19908116603f011681019083821181831017156200053457620005346200044b565b816040528281528960208487010111156200054e57600080fd5b6200056183602083016020880162000461565b80955050505050509250925092565b600082516200058481846020870162000461565b9190910192915050565b6020815260008251806020840152620005af81604085016020870162000461565b601f01601f19169190910160400192915050565b61086780620005d36000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","output":"0x60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033","gas_used":481552,"gas_limit":659104,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033","nonce":6,"gas_used":592890},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x1217f4","logs":[{"address":"0x0165878a594ca255338adfa4d48449f69242eb8f","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},{"address":"0x0165878a594ca255338adfa4d48449f69242eb8f","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000001000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000040000000000000000000000000000000000000000000000000000000000800000000000001000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000400000000000000000000000000000000000000008000000000000000000000000000000000000000000000"},"block_hash":"0xaf4fa5ce629c06f9c15405d15180cd10d791ed2667ff33644cdcdf6dcdbec1f8","block_number":5},{"info":{"transaction_hash":"0x0c773f8c89c73aac6a85245e7d1dab1fd80657e9702071bbfbe111e5d5bccb86","transaction_index":2,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x851356ae760d987e095750cceb3bc6014560891c","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x851356ae760d987e095750cceb3bc6014560891c","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052610b478038038061001481610324565b92833981016060828203126103205761002c8261035d565b906100396020840161035d565b604084015190936001600160401b03821161032057019080601f8301121561032057815161006e61006982610371565b610324565b9281845260208401926020838301011161032057815f926020809301855e84010152823b156102c5577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0385169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906102be575b6101de575b50505f516020610b275f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a1811561018a576001600160a01b031916175f516020610b275f395f51905f525560405161073f90816103e88239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b6101e86060610324565b91602783527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020840152660819985a5b195960ca1b6040840152833b1561026a57610259935f92839251915af43d15610262573d9061024a61006983610371565b9182523d5f602084013e61038c565b505f8080610108565b60609061038c565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b505f610103565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b0381118382101761034957604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b038216820361032057565b6001600160401b03811161034957601f01601f191660200190565b90919015610398575090565b8151156103a85750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610300000000000000000000000067d269191c92caf3cd7723f116c85e6e9bf55933000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","output":"0x60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033","gas_used":421667,"gas_limit":578120,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000067d269191c92caf3cd7723f116c85e6e9bf55933"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033","nonce":36,"gas_used":521513},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x17df7b","logs":[{"address":"0x851356ae760d987e095750cceb3bc6014560891c","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000067d269191c92caf3cd7723f116c85e6e9bf55933"],"data":"0x"},{"address":"0x851356ae760d987e095750cceb3bc6014560891c","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e"}],"logsBloom":"0x00000000000000000000000000000000400400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002001000000000000010000000000000000000000002000000000000000000000020000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000010000000000000020000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xfffcdb13d57d9c7f974047129fa46c1d1d4c7a59af1275c7b78fc96b3d6fa252","block_number":22},{"info":{"transaction_hash":"0xfb146a5b378f794f8ea685500bbba8e235c2081f0e9b98a3131ff6c23096e2cc","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xa0ec9ee47802ceb56eb58ce80f3e41630b771b04","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xa0ec9ee47802ceb56eb58ce80f3e41630b771b04","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":117,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x46d351af30fe156662966fdcd0702157e9ac699c5ad1183c7acd0f131c549a93","block_number":92},{"info":{"transaction_hash":"0x737e16a42b61d8484815f6eb50cf417091bd71c07198cecfbcf7616f764e5756","transaction_index":0,"from":"0x0536896a5e38bbd59f3f369ff3682677965abd19","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x0536896a5e38bbd59f3f369ff3682677965abd19","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19"],"data":"0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd1900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19"],"data":"0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd1900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393700000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19"],"data":"0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd1900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19"],"data":"0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd1900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393700000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000020000000000000000010000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x8848c30d510b21bc01c478673c325eacf4c3266c399102b8de79683fed88562d","block_number":432},{"info":{"transaction_hash":"0x6c5accf0e94f9f3afc9a6da1d1c522e1a40a97b2d508aeba7efc1e0b0fa10307","transaction_index":0,"from":"0x23618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x23618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001c712bd73fa1ed3c","output":"0x0000000000000000000000000000000000000000000000001c712bd73fa1ed3c","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001c712bd73fa1ed3c","output":"0x0000000000000000000000000000000000000000000000001c712bd73fa1ed3c","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001c712bd73fa1ed3c"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001c712bd73fa1ed3c","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000001c712bd73fa1ed3c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001c712bd73fa1ed3c","output":"0x0000000000000000000000000000000000000000000000001c712bd73fa1ed3c","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001c712bd73fa1ed3c","output":"0x0000000000000000000000000000000000000000000000001c712bd73fa1ed3c","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000028e8e7dd2e43a7c17","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000028e8e7dd2e43a7c17","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001c712bd73fa1ed3c","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001c712bd73fa1ed3c","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f"],"data":"0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001c712bd73fa1ed3c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000001c712bd73fa1ed3c","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000001c712bd73fa1ed3c"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001c712bd73fa1ed3c"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f"],"data":"0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001c712bd73fa1ed3c"}],"logsBloom":"0x00800000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000020020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100008000000000"},"block_hash":"0x7a802b934e4020e6ca677c1bb5192004f4e10c6aa92e0708eed284326439afa3","block_number":255},{"info":{"transaction_hash":"0x668bd3b8fd5be5f2e7f311bec58f9986ae0ba41ae72db22ffdab2a3ea4157d9a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x54ccceb38251c29b628ef8b00b3cab97e7cac7d5","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x54ccceb38251c29b628ef8b00b3cab97e7cac7d5","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":138,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xebc759c33a823521b2c908e5bb25aec039a69c2d4104fa0fa53a72cd575af76e","block_number":113},{"info":{"transaction_hash":"0xf41c518605e3e58998e88b39531735bb22f7fbc103cb730ef7db2996035c2a4d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad10000000000000000000000000000000000000000000000006ac38d6ad10d5fcd","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":49313,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1"],"data":"0x0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":227,"gas_used":51373},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8ad","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1"],"data":"0x0000000000000000000000000000000000000000000000006ac38d6ad10d5fcd"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000100000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000402000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x30859dbe988deabbd8887f2626ddb3090ea644d4a7ec41ae36f7870bb2aacbd7","block_number":202},{"info":{"transaction_hash":"0x29554d010c1063057f0114c453737defa0580f6b4f5c59f7ed9791ba1c420016","transaction_index":0,"from":"0x48fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x48fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000109cb2e58d61778d","output":"0x000000000000000000000000000000000000000000000000109cb2e58d61778d","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000109cb2e58d61778d","output":"0x000000000000000000000000000000000000000000000000109cb2e58d61778d","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000109cb2e58d61778d"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000109cb2e58d61778d","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000109cb2e58d61778d"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000109cb2e58d61778d","output":"0x000000000000000000000000000000000000000000000000109cb2e58d61778d","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000109cb2e58d61778d","output":"0x000000000000000000000000000000000000000000000000109cb2e58d61778d","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001a306fd4269f459ca8","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001a306fd4269f459ca8","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000109cb2e58d61778d","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000109cb2e58d61778d","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f"],"data":"0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000109cb2e58d61778d"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000109cb2e58d61778d","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000109cb2e58d61778d"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000109cb2e58d61778d"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f"],"data":"0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000109cb2e58d61778d"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000020000000020000000000000040000000000000000000000000004000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001a00000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xfe2043f575849d3df23b6c428fa38b8792217f1ce8a9340bfde1f025d0d9e4c2","block_number":423},{"info":{"transaction_hash":"0x09259cf01595351509ee3cb123e2a72b9a566a9951e1168924a1f9ff01f394d8","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x09db0a93b389bef724429898f539aeb7ac2dd55f","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x09db0a93b389bef724429898f539aeb7ac2dd55f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":83,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xb1d28f617b21dbbd07474edefc4d1ece3ba8d0eb93b7ec3f6a4c557c56de296d","block_number":58},{"info":{"transaction_hash":"0x78659d62ee332f3ee62a808992f9f1ffc7491ac2950606c4b10dd3ccf6b9144b","transaction_index":0,"from":"0xdf37f81daad2b0327a0a50003740e1c935c70913","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xdf37f81daad2b0327a0a50003740e1c935c70913","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":178144,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":168164,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913"],"data":"0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c7091300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913"],"data":"0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c7091300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323500000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":88897,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":80344,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":76337,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":67980,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137275},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2183b","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913"],"data":"0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c7091300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913"],"data":"0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c7091300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323500000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020010000000000000000000000000000000000000000800000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000004000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x1838b11177241d6548e47102d3c44e20c7e782ed009bf741b4b747fa174e688b","block_number":288},{"info":{"transaction_hash":"0x01d6eb16b226bc62380f1723feed582e9480f47553300c7065b84b6f5d1574b9","transaction_index":0,"from":"0xd6a098ebcc5f8bd4e174d915c54486b077a34a51","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xd6a098ebcc5f8bd4e174d915c54486b077a34a51","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51"],"data":"0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51"],"data":"0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353200000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51"],"data":"0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51"],"data":"0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353200000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000010000000000000000000000000000000000000000000004000000000000000000000000000200000000000000000000000000000000000100001000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0xa0eba61a377d8ce12b51aa82102ba34195183d4269ba79ed0caf82010f9f0a10","block_number":342},{"info":{"transaction_hash":"0x7357d6497e84d75316ba126825b23da27236a5956b829bde858a56b26edf243d","transaction_index":0,"from":"0x1003ff39d25f2ab16dbcc18ece05a9b6154f65f4","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x1003ff39d25f2ab16dbcc18ece05a9b6154f65f4","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000300e7cf3b6570d42","output":"0x000000000000000000000000000000000000000000000000300e7cf3b6570d42","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000300e7cf3b6570d42","output":"0x000000000000000000000000000000000000000000000000300e7cf3b6570d42","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f40000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000300e7cf3b6570d42"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000300e7cf3b6570d42","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000300e7cf3b6570d42"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000300e7cf3b6570d42","output":"0x000000000000000000000000000000000000000000000000300e7cf3b6570d42","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000300e7cf3b6570d42","output":"0x000000000000000000000000000000000000000000000000300e7cf3b6570d42","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000a70871db01007d7f8","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000a70871db01007d7f8","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000300e7cf3b6570d42","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000300e7cf3b6570d42","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4"],"data":"0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000300e7cf3b6570d42"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000300e7cf3b6570d42","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000300e7cf3b6570d42"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f40000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000300e7cf3b6570d42"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4"],"data":"0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000300e7cf3b6570d42"}],"logsBloom":"0x00000000000000000000000400000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000004800100000008000000000000000240000001101000000000000000000000000000000000000000000020000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x0ff314eafa9fe1b2336df603717e97fd801103e47545abf78c2dc640ced6158a","block_number":311},{"info":{"transaction_hash":"0xe485b1d87625a9c2a4fcd46d506e42cd2ac678d7168d9f5ebeb934f531b13799","transaction_index":0,"from":"0x48fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x48fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e5900000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e5900000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f"],"data":"0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f"],"data":"0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393200000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f"],"data":"0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f"],"data":"0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393200000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000120000000000000000000000000000000000000000000000000004000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000800000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0xe7ad12e93d60db1f756b13cb5a9890463fc119d5011906c1405327c4aec26a61","block_number":422},{"info":{"transaction_hash":"0xed97c11d021a1d2f897235ec23cd37634c371aca73bf73efdccbb037bcdf6d5d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a00000000000000000000000000000000000000000000000038312cbeff92e5ce","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a"],"data":"0x00000000000000000000000000000000000000000000000038312cbeff92e5ce"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":210,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a"],"data":"0x00000000000000000000000000000000000000000000000038312cbeff92e5ce"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xd248fed382f2fb0deb4f3e71650607473dbe11feb3a97fdc39b58b23248f61dc","block_number":185},{"info":{"transaction_hash":"0x498f0e9827db4245ad67fe5e45600f60942960c2b9cf05371907de955b1eedff","transaction_index":0,"from":"0x011bd5423c5f77b5a0789e27f922535fd76b688f","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x011bd5423c5f77b5a0789e27f922535fd76b688f","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000034ec8b2e30a30bd7","output":"0x00000000000000000000000000000000000000000000000034ec8b2e30a30bd7","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000034ec8b2e30a30bd7","output":"0x00000000000000000000000000000000000000000000000034ec8b2e30a30bd7","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000034ec8b2e30a30bd7"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000034ec8b2e30a30bd7","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000034ec8b2e30a30bd7"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000034ec8b2e30a30bd7","output":"0x00000000000000000000000000000000000000000000000034ec8b2e30a30bd7","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000034ec8b2e30a30bd7","output":"0x00000000000000000000000000000000000000000000000034ec8b2e30a30bd7","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001404a4203b7c0aa3ac","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001404a4203b7c0aa3ac","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000034ec8b2e30a30bd7","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000034ec8b2e30a30bd7","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f"],"data":"0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000034ec8b2e30a30bd7"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000034ec8b2e30a30bd7","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000034ec8b2e30a30bd7"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000034ec8b2e30a30bd7"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f"],"data":"0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000034ec8b2e30a30bd7"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000090000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000100000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000001000"},"block_hash":"0xab25ebb89fbc630b14ec4a40a56d87cf858e21b90bba5d2173325f8881bdcdd9","block_number":385},{"info":{"transaction_hash":"0x80b019700f602e219acfc5afd3b0d199fdd136a3dd7b04633e89327b229d49bb","transaction_index":0,"from":"0x40fc963a729c542424cd800349a7e4ecc4896624","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x40fc963a729c542424cd800349a7e4ecc4896624","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e5900000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e5900000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624"],"data":"0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc489662400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624"],"data":"0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc489662400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323800000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624"],"data":"0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc489662400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624"],"data":"0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc489662400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323800000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00008010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000001000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x407bbc9064ad2028e6be322e16aa270a02da8b1a87b79b3780c2253814955315","block_number":294},{"info":{"transaction_hash":"0x7569418a09e5190869334f0ef0c2038eb1035d70fc098767e1da66893a60d10e","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d0000000000000000000000000000000000000000000000004df6c2702215b7bc","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d"],"data":"0x0000000000000000000000000000000000000000000000004df6c2702215b7bc"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":197,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d"],"data":"0x0000000000000000000000000000000000000000000000004df6c2702215b7bc"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000002000000000000000000000000000040000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000002000000000000000000000000000000000000000"},"block_hash":"0xc52db7c4fe4c5bd6b1d0214eaeb6b5437af45d84a8802ffda5edbb49b06fc401","block_number":172},{"info":{"transaction_hash":"0x40f8f60aa2a38a5ae39acbff8bdf41205bc5f75f856f4b694e28df7997bc231f","transaction_index":0,"from":"0x042a63149117602129b6922ecfe3111168c2c323","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x042a63149117602129b6922ecfe3111168c2c323","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000042a63149117602129b6922ecfe3111168c2c323000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000042a63149117602129b6922ecfe3111168c2c323000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323"],"data":"0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c32300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323"],"data":"0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c32300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353300000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000042a63149117602129b6922ecfe3111168c2c323","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000042a63149117602129b6922ecfe3111168c2c323","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000042a63149117602129b6922ecfe3111168c2c323","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000042a63149117602129b6922ecfe3111168c2c323","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323"],"data":"0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c32300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323"],"data":"0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c32300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353300000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000080000000000000000000000000000000000080000200000000000000000000000000000000000100000000000000000000000000000000000020000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x3a9806ce07425ab49b2065108815db1f6073e5bf69424bb9b441bd749a4ad23a","block_number":344},{"info":{"transaction_hash":"0x930ee807345ba98650ccc1a095149dd1e167b3d47716ed283dbbd3202efee434","transaction_index":0,"from":"0x042a63149117602129b6922ecfe3111168c2c323","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x042a63149117602129b6922ecfe3111168c2c323","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004047d566deddfa5f","output":"0x0000000000000000000000000000000000000000000000004047d566deddfa5f","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004047d566deddfa5f","output":"0x0000000000000000000000000000000000000000000000004047d566deddfa5f","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c3230000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004047d566deddfa5f"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000042a63149117602129b6922ecfe3111168c2c323000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004047d566deddfa5f","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000004047d566deddfa5f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004047d566deddfa5f","output":"0x0000000000000000000000000000000000000000000000004047d566deddfa5f","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004047d566deddfa5f","output":"0x0000000000000000000000000000000000000000000000004047d566deddfa5f","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000f4500b43e884a9a20","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000f4500b43e884a9a20","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000042a63149117602129b6922ecfe3111168c2c323000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004047d566deddfa5f","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000042a63149117602129b6922ecfe3111168c2c323000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004047d566deddfa5f","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323"],"data":"0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004047d566deddfa5f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000004047d566deddfa5f","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000004047d566deddfa5f"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c3230000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004047d566deddfa5f"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323"],"data":"0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004047d566deddfa5f"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000080000000000000000000000000000000000080000000000000010000000000000000000000000000000000020000000000000040000000000020000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xf209947c59109ce9d61e6ca8b1ae561dfc5e858b06f7e664f77e1a78b36bc058","block_number":345},{"info":{"transaction_hash":"0xc5307d83a23c02ebf888741852b5de8681b53afa25548e6e1a25e62917a24940","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xdf5b3547000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000001000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":38687,"gas_limit":61869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xdf5b3547000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000001000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":31344,"gas_limit":53712,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x0c35b17d91c96eb2751cd456e1252f42a386e524ef9ff26ecc9950859fdc04fe"],"data":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x77d930df4937793473a95024d87a98fd2ccb9e92d3c2463b3dacd65d3e6a5786"],"data":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x","nonce":60,"gas_used":60807},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xed87","logs":[{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x0c35b17d91c96eb2751cd456e1252f42a386e524ef9ff26ecc9950859fdc04fe"],"data":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x77d930df4937793473a95024d87a98fd2ccb9e92d3c2463b3dacd65d3e6a5786"],"data":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000240000000000000000000000000000000000000000000002000000000000000000000000000002000000000000000000000000000000000000000000000000000000100000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000001000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x75343a25aa7fd54b392673de85ab063c46380518ffaeb92ec4bd657d6a698a74","block_number":35},{"info":{"transaction_hash":"0xc6545e6bf1e6e8cdae52df1293ae6c4f5fd3c484eb64939fa1408ee3849a105b","transaction_index":0,"from":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000008042ae896b8e68bb","output":"0x0000000000000000000000000000000000000000000000008042ae896b8e68bb","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000008042ae896b8e68bb","output":"0x0000000000000000000000000000000000000000000000008042ae896b8e68bb","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000008042ae896b8e68bb"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000008042ae896b8e68bb","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000008042ae896b8e68bb"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000008042ae896b8e68bb","output":"0x0000000000000000000000000000000000000000000000008042ae896b8e68bb","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000008042ae896b8e68bb","output":"0x0000000000000000000000000000000000000000000000008042ae896b8e68bb","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000001b8ff5c785c9748e9","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000001b8ff5c785c9748e9","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000008042ae896b8e68bb","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000008042ae896b8e68bb","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc"],"data":"0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000008042ae896b8e68bb"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000008042ae896b8e68bb","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000008042ae896b8e68bb"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000008042ae896b8e68bb"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc"],"data":"0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000008042ae896b8e68bb"}],"logsBloom":"0x00000004000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240008001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002800000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xd4adb94b9ea3f886306bb33407cf2d9f0ecd5e0f20369a233547c1286e3a13a8","block_number":249},{"info":{"transaction_hash":"0x9a3db5088cbd15e297b73c08117d2b6fd91ea060542a38ee1c43140ef152529b","transaction_index":0,"from":"0x23618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x23618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e5900000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f38","output":"0x","gas_used":114387,"gas_limit":166570,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e5900000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f38","output":"0x","gas_used":107044,"gas_limit":156777,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f"],"data":"0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f"],"data":"0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f38"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":77688,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69310,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65128,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":56947,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":136879},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x216af","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f"],"data":"0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f"],"data":"0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f38"}],"logsBloom":"0x00800010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000020000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100008000000000"},"block_hash":"0x2b79f79c99f73165b50921bef0bb996a8c6a3382111536e01890379157179ae1","block_number":254},{"info":{"transaction_hash":"0x6f3de555fef5fa192459979bf7da685f668b67c7d9642792f941e29b306d1b7d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000000000000000000000000000297d9557a14b736a","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097"],"data":"0x000000000000000000000000000000000000000000000000297d9557a14b736a"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":177,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097"],"data":"0x000000000000000000000000000000000000000000000000297d9557a14b736a"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000004010000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000080"},"block_hash":"0xfcbd58d38836e6d2ff5ddb13db6ad9c45a85fcfc25d6ca764a91540c7d388f8a","block_number":152},{"info":{"transaction_hash":"0xee7bc90ad2c74f6f2dcf3b6543bec4bfbc6a27e2f665ade205895d3726ee9828","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x608080604052346059575f8054336001600160a01b0319821681178355916001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09080a361060b908161005e8239f35b5f80fdfe6080806040526004361015610012575f80fd5b5f905f3560e01c908163204e1c7a1461045057508063715018a6146103f95780637eff275e146103675780638da5cb5b146103405780639623609d1461024257806399a88ec4146101ad578063f2fde38b146100e75763f3b7dead14610076575f80fd5b346100e45760203660031901126100e457808060046001600160a01b0361009b6104b2565b6040516303e1469160e61b815291165afa6100b4610530565b90156100e25780516020916001600160a01b03916100d991908101840190840161055f565b16604051908152f35b505b80fd5b50346100e45760203660031901126100e4576101016104b2565b61010961057e565b6001600160a01b031680156101595781546001600160a01b03198116821783556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08380a380f35b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b50346100e45760403660031901126100e457806101c86104b2565b6101d06104c8565b906101d961057e565b6001600160a01b031690813b1561023e57604051631b2ce7f360e11b81526001600160a01b0390911660048201529082908290602490829084905af18015610233576102225750f35b8161022c916104de565b6100e45780f35b6040513d84823e3d90fd5b5050fd5b5060603660031901126100e457806102586104b2565b6102606104c8565b6044359167ffffffffffffffff831161033b573660238401121561033b5782600401359061028d82610514565b9161029b60405193846104de565b80835260208301943660248383010111610337578187926024602093018837840101526102c661057e565b6001600160a01b0316803b15610333578492606460405180968195829463278f794360e11b845260018060a01b03166004840152604060248401525180918160448501528484015e8181018301879052601f01601f1916810103019134905af18015610233576102225750f35b8480fd5b8680fd5b505050fd5b50346100e457806003193601126100e457546040516001600160a01b039091168152602090f35b50346103f55760403660031901126103f5576103816104b2565b6103896104c8565b9061039261057e565b6001600160a01b031690813b156103f5576040516308f2839760e41b81526001600160a01b039091166004820152905f908290602490829084905af180156103ea576103dc575080f35b6103e891505f906104de565b005b6040513d5f823e3d90fd5b5f80fd5b346103f5575f3660031901126103f55761041161057e565b5f80546001600160a01b0319811682556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b346103f55760203660031901126103f5575f9081906004906001600160a01b036104786104b2565b635c60da1b60e01b8352165afa61048d610530565b90156103f55780516020916001600160a01b03916100d991908101840190840161055f565b600435906001600160a01b03821682036103f557565b602435906001600160a01b03821682036103f557565b90601f8019910116810190811067ffffffffffffffff82111761050057604052565b634e487b7160e01b5f52604160045260245ffd5b67ffffffffffffffff811161050057601f01601f191660200190565b3d1561055a573d9061054182610514565b9161054f60405193846104de565b82523d5f602084013e565b606090565b908160209103126103f557516001600160a01b03811681036103f55790565b5f546001600160a01b0316330361059157565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fdfea26469706673582212204681a4bfaa2a7de364171d0fef7d37b5d680290aa001fe2dec2f07b3af402cd464736f6c634300081b0033","output":"0x6080806040526004361015610012575f80fd5b5f905f3560e01c908163204e1c7a1461045057508063715018a6146103f95780637eff275e146103675780638da5cb5b146103405780639623609d1461024257806399a88ec4146101ad578063f2fde38b146100e75763f3b7dead14610076575f80fd5b346100e45760203660031901126100e457808060046001600160a01b0361009b6104b2565b6040516303e1469160e61b815291165afa6100b4610530565b90156100e25780516020916001600160a01b03916100d991908101840190840161055f565b16604051908152f35b505b80fd5b50346100e45760203660031901126100e4576101016104b2565b61010961057e565b6001600160a01b031680156101595781546001600160a01b03198116821783556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08380a380f35b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b50346100e45760403660031901126100e457806101c86104b2565b6101d06104c8565b906101d961057e565b6001600160a01b031690813b1561023e57604051631b2ce7f360e11b81526001600160a01b0390911660048201529082908290602490829084905af18015610233576102225750f35b8161022c916104de565b6100e45780f35b6040513d84823e3d90fd5b5050fd5b5060603660031901126100e457806102586104b2565b6102606104c8565b6044359167ffffffffffffffff831161033b573660238401121561033b5782600401359061028d82610514565b9161029b60405193846104de565b80835260208301943660248383010111610337578187926024602093018837840101526102c661057e565b6001600160a01b0316803b15610333578492606460405180968195829463278f794360e11b845260018060a01b03166004840152604060248401525180918160448501528484015e8181018301879052601f01601f1916810103019134905af18015610233576102225750f35b8480fd5b8680fd5b505050fd5b50346100e457806003193601126100e457546040516001600160a01b039091168152602090f35b50346103f55760403660031901126103f5576103816104b2565b6103896104c8565b9061039261057e565b6001600160a01b031690813b156103f5576040516308f2839760e41b81526001600160a01b039091166004820152905f908290602490829084905af180156103ea576103dc575080f35b6103e891505f906104de565b005b6040513d5f823e3d90fd5b5f80fd5b346103f5575f3660031901126103f55761041161057e565b5f80546001600160a01b0319811682556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b346103f55760203660031901126103f5575f9081906004906001600160a01b036104786104b2565b635c60da1b60e01b8352165afa61048d610530565b90156103f55780516020916001600160a01b03916100d991908101840190840161055f565b600435906001600160a01b03821682036103f557565b602435906001600160a01b03821682036103f557565b90601f8019910116810190811067ffffffffffffffff82111761050057604052565b634e487b7160e01b5f52604160045260245ffd5b67ffffffffffffffff811161050057601f01601f191660200190565b3d1561055a573d9061054182610514565b9161054f60405193846104de565b82523d5f602084013e565b606090565b908160209103126103f557516001600160a01b03811681036103f55790565b5f546001600160a01b0316330361059157565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fdfea26469706673582212204681a4bfaa2a7de364171d0fef7d37b5d680290aa001fe2dec2f07b3af402cd464736f6c634300081b0033","gas_used":333435,"gas_limit":457183,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x6080806040526004361015610012575f80fd5b5f905f3560e01c908163204e1c7a1461045057508063715018a6146103f95780637eff275e146103675780638da5cb5b146103405780639623609d1461024257806399a88ec4146101ad578063f2fde38b146100e75763f3b7dead14610076575f80fd5b346100e45760203660031901126100e457808060046001600160a01b0361009b6104b2565b6040516303e1469160e61b815291165afa6100b4610530565b90156100e25780516020916001600160a01b03916100d991908101840190840161055f565b16604051908152f35b505b80fd5b50346100e45760203660031901126100e4576101016104b2565b61010961057e565b6001600160a01b031680156101595781546001600160a01b03198116821783556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08380a380f35b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b50346100e45760403660031901126100e457806101c86104b2565b6101d06104c8565b906101d961057e565b6001600160a01b031690813b1561023e57604051631b2ce7f360e11b81526001600160a01b0390911660048201529082908290602490829084905af18015610233576102225750f35b8161022c916104de565b6100e45780f35b6040513d84823e3d90fd5b5050fd5b5060603660031901126100e457806102586104b2565b6102606104c8565b6044359167ffffffffffffffff831161033b573660238401121561033b5782600401359061028d82610514565b9161029b60405193846104de565b80835260208301943660248383010111610337578187926024602093018837840101526102c661057e565b6001600160a01b0316803b15610333578492606460405180968195829463278f794360e11b845260018060a01b03166004840152604060248401525180918160448501528484015e8181018301879052601f01601f1916810103019134905af18015610233576102225750f35b8480fd5b8680fd5b505050fd5b50346100e457806003193601126100e457546040516001600160a01b039091168152602090f35b50346103f55760403660031901126103f5576103816104b2565b6103896104c8565b9061039261057e565b6001600160a01b031690813b156103f5576040516308f2839760e41b81526001600160a01b039091166004820152905f908290602490829084905af180156103ea576103dc575080f35b6103e891505f906104de565b005b6040513d5f823e3d90fd5b5f80fd5b346103f5575f3660031901126103f55761041161057e565b5f80546001600160a01b0319811682556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b346103f55760203660031901126103f5575f9081906004906001600160a01b036104786104b2565b635c60da1b60e01b8352165afa61048d610530565b90156103f55780516020916001600160a01b03916100d991908101840190840161055f565b600435906001600160a01b03821682036103f557565b602435906001600160a01b03821682036103f557565b90601f8019910116810190811067ffffffffffffffff82111761050057604052565b634e487b7160e01b5f52604160045260245ffd5b67ffffffffffffffff811161050057601f01601f191660200190565b3d1561055a573d9061054182610514565b9161054f60405193846104de565b82523d5f602084013e565b606090565b908160209103126103f557516001600160a01b03811681036103f55790565b5f546001600160a01b0316330361059157565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fdfea26469706673582212204681a4bfaa2a7de364171d0fef7d37b5d680290aa001fe2dec2f07b3af402cd464736f6c634300081b0033","nonce":30,"gas_used":412495},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x64b4f","logs":[{"address":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000001000000000000000000000000000000000000020000000000000100000800000000000000000000000000080000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000002000000000000200000020000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x285865e4fd3224b6844a86a838e7c1a5a2f800795205b6bda5f1c22722498d1a","block_number":20},{"info":{"transaction_hash":"0x322018927bdc03f730872ee85d1cb1fd5090918d347946825c069fc00b1456c3","transaction_index":0,"from":"0x61097ba76cd906d2ba4fd106e757f7eb455fc295","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x61097ba76cd906d2ba4fd106e757f7eb455fc295","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e5900000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e5900000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295"],"data":"0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc29500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295"],"data":"0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc29500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323400000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295"],"data":"0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc29500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295"],"data":"0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc29500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323400000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000400000000000000000000200000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0xc59a4a0b1bfbe5e6530483de812093c222b40174fa72f0d030aba6e0c7ea1886","block_number":286},{"info":{"transaction_hash":"0x4f1dd63de6b9c7d5cfacdf00459e1baa55c6b1e3416c9e3af6df9431a645b420","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x87bdce72c06c21cd96219bd8521bdf1f42c78b5e","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x87bdce72c06c21cd96219bd8521bdf1f42c78b5e","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":90,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xf8d0aa1a83c71c7b612356777190be528c9f5068e6d5ddf0d893b6c87951fda0","block_number":65},{"info":{"transaction_hash":"0x14ad60d4b04b41bed2241ab7166ad87820b319bc662eb80bca4c8200d8b2acc5","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f10000000000000000000000000000000000000000000000007beb33e25ef5e098","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1"],"data":"0x0000000000000000000000000000000000000000000000007beb33e25ef5e098"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":186,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1"],"data":"0x0000000000000000000000000000000000000000000000007beb33e25ef5e098"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000010000000000000008000008000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x73a5dcc9f86dde2333424a57e8bbdf91366fc58900e97db65acd7105fce2faff","block_number":161},{"info":{"transaction_hash":"0x9aef22136e98bc31b9f7a2ed4f54769559753438afdf78b01f19346aaa019149","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c0000000000000000000000000000000000000000000000002f03491c799698ec","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c"],"data":"0x0000000000000000000000000000000000000000000000002f03491c799698ec"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":209,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c"],"data":"0x0000000000000000000000000000000000000000000000002f03491c799698ec"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020010000000000000000000000000000000000006000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x5341d6593ab300e5d4781cc5537f9772f23b729470c9bc5bb3d82e6fc46d1554","block_number":184},{"info":{"transaction_hash":"0xdcfb544e1b4fb163c4335a5847be0de052a8c7dade7718fb8ccabef5c7a9ab3a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x48fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x48fa7b63049a6f4e7316eb2d9c5bdda8933bca2f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":155,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xb4f93a9f80291bc3e4e444ce4384603228c93a6509accf9faada6ac8231ec6e5","block_number":130},{"info":{"transaction_hash":"0x429d05996f5877aa34085ef6ab37b09cf1575a54db036582726232ee5bf953e4","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a0000000000000000000000000000000000000000000000006579430c2f80163e","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a"],"data":"0x0000000000000000000000000000000000000000000000006579430c2f80163e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":249,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a"],"data":"0x0000000000000000000000000000000000000000000000006579430c2f80163e"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000001000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000800000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xf404d3b9aec73082da3872a203bcb13760446ab2e6319072817a0ba4eacdd2a8","block_number":224},{"info":{"transaction_hash":"0x906f885172527acda4a094f08246ab4d292ec193f84a8fffb5cb442fc5711e9a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x4edfedff17ab9642f8464d6143900903dd21421a","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x4edfedff17ab9642f8464d6143900903dd21421a","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":149,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x262fa42fdfa7826632c624eb62dc95c2c514570c4f7d8385b40b520779183474","block_number":124},{"info":{"transaction_hash":"0xf7df3fcabc40cf45cbcb4c85293af6fce37c0ea31c6851472acd483a45d339cb","transaction_index":0,"from":"0xdd2fd4581271e230360230f9337d5c0430bf44c0","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xdd2fd4581271e230360230f9337d5c0430bf44c0","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000058ae5cd63f90f417","output":"0x00000000000000000000000000000000000000000000000058ae5cd63f90f417","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000058ae5cd63f90f417","output":"0x00000000000000000000000000000000000000000000000058ae5cd63f90f417","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c00000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000058ae5cd63f90f417"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000058ae5cd63f90f417","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000058ae5cd63f90f417"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000058ae5cd63f90f417","output":"0x00000000000000000000000000000000000000000000000058ae5cd63f90f417","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000058ae5cd63f90f417","output":"0x00000000000000000000000000000000000000000000000058ae5cd63f90f417","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000052dfd029ab32a0ee7","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000052dfd029ab32a0ee7","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000058ae5cd63f90f417","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000058ae5cd63f90f417","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0"],"data":"0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000058ae5cd63f90f417"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000058ae5cd63f90f417","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000058ae5cd63f90f417"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c00000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000058ae5cd63f90f417"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0"],"data":"0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000058ae5cd63f90f417"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000100000000000800000010000000000000000000000000000000000000800100000008002000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000001000000000000000001000000000100000000000000"},"block_hash":"0x8fe4c8dab9225d2b69c727767dfe62be24277a1c7b643e373ce76b9757cd0500","block_number":275},{"info":{"transaction_hash":"0x8667645814eca0433e7dc861a6e60600f8d3c679cc1e0180bb454bb30500fbdd","transaction_index":0,"from":"0x02484cb50aac86eae85610d6f4bf026f30f6627d","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x02484cb50aac86eae85610d6f4bf026f30f6627d","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e5900000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e5900000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d"],"data":"0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d"],"data":"0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323100000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d"],"data":"0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d"],"data":"0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323100000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000002000000000000000000000000000000000100000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x32a9fae79409952df65626ae345b1fc61547b03148a241bacc3f7706cc66e659","block_number":280},{"info":{"transaction_hash":"0xe6c7a3ceed8a517e4133750e62cdbf1512fb098afb20b6ba1e657fd37a2bda53","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x9623609d0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f37304200000000000000000000000036c02da8a0983159322a80ffe9f24b1acff8b57000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000164dd8283f3000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":211407,"gas_limit":301420,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","address":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x4f1ef28600000000000000000000000036c02da8a0983159322a80ffe9f24b1acff8b57000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000164dd8283f3000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":205301,"gas_limit":290844,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000036c02da8a0983159322a80ffe9f24b1acff8b570"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Call":0}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","address":"0x36c02da8a0983159322a80ffe9f24b1acff8b570","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xdd8283f3000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001200000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":193020,"gas_limit":274308,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1},{"Log":2},{"Log":3},{"Log":4},{"Log":5}]}],"exit":"Return","out":"0x","nonce":48,"gas_used":236103},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x4d4cce","logs":[{"address":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000036c02da8a0983159322a80ffe9f24b1acff8b570"],"data":"0x"},{"address":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},{"address":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","topics":["0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"},{"address":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","topics":["0x315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"},{"address":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","topics":["0x8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"},{"address":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"}],"logsBloom":"0x00000000000000000000000040000000400000000000000000800000000000000000000000000000000000000000000000000000000000100800000000000000000000000000000000002400000003800001000000002000000000008000000000000000020000000000008100010800000000000000000000000000000000400000000100000000000000040000000000000000000080000000000000000000000000000000000000004000000400000020000000000000000000000000000000000020400000200000000000040000000000002000000000000000000020000000000000000000000000800000000000000000000000000208008000400000"},"block_hash":"0xa6697f7044837f67381e1161346d16a82d595fa85fbd2ef81591f9dfe918329b","block_number":27},{"info":{"transaction_hash":"0x130513550e6959d8a9a486d602e4212792e003f56c9f822fdef0d026889b4ad5","transaction_index":0,"from":"0xf23e054d8b4d0becfa22deef5632f27f781f8bf5","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf23e054d8b4d0becfa22deef5632f27f781f8bf5","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003bbfc153bbaaad52","output":"0x0000000000000000000000000000000000000000000000003bbfc153bbaaad52","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003bbfc153bbaaad52","output":"0x0000000000000000000000000000000000000000000000003bbfc153bbaaad52","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf50000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003bbfc153bbaaad52"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003bbfc153bbaaad52","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000003bbfc153bbaaad52"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003bbfc153bbaaad52","output":"0x0000000000000000000000000000000000000000000000003bbfc153bbaaad52","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003bbfc153bbaaad52","output":"0x0000000000000000000000000000000000000000000000003bbfc153bbaaad52","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000135517682a025a28e9","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000135517682a025a28e9","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003bbfc153bbaaad52","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003bbfc153bbaaad52","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5"],"data":"0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003bbfc153bbaaad52"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000003bbfc153bbaaad52","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000003bbfc153bbaaad52"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf50000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003bbfc153bbaaad52"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5"],"data":"0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003bbfc153bbaaad52"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000200800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000200000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000100000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x76fee4c7b0d2c8cebb051b86af74dcf46b3c2cba965167332e973cb4ba2721b6","block_number":379},{"info":{"transaction_hash":"0x2422e054912769752e1b2fab172d06792530405cfc9105b56afa1b4d5dd9f2e4","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x553bc17a05702530097c3677091c5bb47a3a7931","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x553bc17a05702530097c3677091c5bb47a3a7931","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":89,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xcf41d569decd8a14736e4b8e6a89de8df7379d0d36f984119d3bd8674509e8aa","block_number":64},{"info":{"transaction_hash":"0x050d9f197914c136124ce559d2f338ffef9840ba4934203f35788b0b7be07595","transaction_index":0,"from":"0xf0ce7bab13c99ba0565f426508a7cd8f4c247e5a","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf0ce7bab13c99ba0565f426508a7cd8f4c247e5a","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a"],"data":"0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a"],"data":"0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373200000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a"],"data":"0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a"],"data":"0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373200000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000010000000000000000000000000000000000008000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000800000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0xc5e2ed2c8b0699418652ab53ddf143f1b376769486824f1b1c30409a87947101","block_number":382},{"info":{"transaction_hash":"0xa47ca320672be93e14838cf20ffe462931b7e6c66b4bf63b5e14b7bb33229dad","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000000000000000000000000000454cbb70f6deda57","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e"],"data":"0x000000000000000000000000000000000000000000000000454cbb70f6deda57"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":200,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e"],"data":"0x000000000000000000000000000000000000000000000000454cbb70f6deda57"}],"logsBloom":"0x00000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x6a2e9c6b5e5b3d0bcd8fe27e4396896d51ec705538ed14dabb91071487355f35","block_number":175},{"info":{"transaction_hash":"0xc24a1ffde19a9b2f1d2d5af3ef97664a03422c26212dc1a550acbfc295d521df","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6101206040523480156200001257600080fd5b50604051620031693803806200316983398101604081905262000035916200014b565b6001600160a01b0380861660805280851660a05280841660c05280831660e0528116610100526200006562000070565b5050505050620001cb565b600054610100900460ff1615620000dd5760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b60005460ff908116101562000130576000805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b03811681146200014857600080fd5b50565b600080600080600060a086880312156200016457600080fd5b8551620001718162000132565b6020870151909550620001848162000132565b6040870151909450620001978162000132565b6060870151909350620001aa8162000132565b6080870151909250620001bd8162000132565b809150509295509295909350565b60805160a05160c05160e05161010051612f286200024160003960008181610551015281816105fb01528181610b7901528181611313015281816117bf01526118af015260006104dd015260006102cf015260008181610263015281816112920152611e64015260006103af0152612f286000f3fe6080604052600436106101b75760003560e01c8063886f1195116100ec578063b13442711161008a578063ea4d3c9b11610064578063ea4d3c9b1461053f578063f2fde38b14610573578063f6848d2414610593578063fabc1cbc146105ce57600080fd5b8063b1344271146104cb578063beffbb89146104ff578063c2c51c401461051f57600080fd5b80639b4e4634116100c65780639b4e46341461044c5780639ba062751461045f578063a38406a314610495578063a6a509be146104b557600080fd5b8063886f1195146103e65780638da5cb5b146104065780639104c3191461042457600080fd5b8063595c6a671161015957806360f4062b1161013357806360f4062b1461035b578063715018a61461038857806374cdd7981461039d57806384d81062146103d157600080fd5b8063595c6a67146102f15780635ac86ab7146103065780635c975abb1461034657600080fd5b80631794bb3c116101955780631794bb3c14610231578063292b7b2b14610251578063387b13001461029d57806339b70e38146102bd57600080fd5b80630e81073c146101bc57806310d67a2f146101ef578063136439dd14610211575b600080fd5b3480156101c857600080fd5b506101dc6101d73660046120fc565b6105ee565b6040519081526020015b60405180910390f35b3480156101fb57600080fd5b5061020f61020a366004612128565b61085d565b005b34801561021d57600080fd5b5061020f61022c366004612145565b610910565b34801561023d57600080fd5b5061020f61024c36600461215e565b610a4f565b34801561025d57600080fd5b506102857f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b0390911681526020016101e6565b3480156102a957600080fd5b5061020f6102b836600461215e565b610b6e565b3480156102c957600080fd5b506102857f000000000000000000000000000000000000000000000000000000000000000081565b3480156102fd57600080fd5b5061020f610f82565b34801561031257600080fd5b5061033661032136600461219f565b606654600160ff9092169190911b9081161490565b60405190151581526020016101e6565b34801561035257600080fd5b506066546101dc565b34801561036757600080fd5b506101dc610376366004612128565b609b6020526000908152604090205481565b34801561039457600080fd5b5061020f611049565b3480156103a957600080fd5b506102857f000000000000000000000000000000000000000000000000000000000000000081565b3480156103dd57600080fd5b5061028561105d565b3480156103f257600080fd5b50606554610285906001600160a01b031681565b34801561041257600080fd5b506033546001600160a01b0316610285565b34801561043057600080fd5b5061028573beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b61020f61045a36600461220b565b611147565b34801561046b57600080fd5b5061028561047a366004612128565b6098602052600090815260409020546001600160a01b031681565b3480156104a157600080fd5b506102856104b0366004612128565b611236565b3480156104c157600080fd5b506101dc60995481565b3480156104d757600080fd5b506102857f000000000000000000000000000000000000000000000000000000000000000081565b34801561050b57600080fd5b5061020f61051a3660046120fc565b611308565b34801561052b57600080fd5b5061020f61053a3660046120fc565b611547565b34801561054b57600080fd5b506102857f000000000000000000000000000000000000000000000000000000000000000081565b34801561057f57600080fd5b5061020f61058e366004612128565b61197b565b34801561059f57600080fd5b506103366105ae366004612128565b6001600160a01b0390811660009081526098602052604090205416151590565b3480156105da57600080fd5b5061020f6105e9366004612145565b6119f1565b6000336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146106415760405162461bcd60e51b81526004016106389061227f565b60405180910390fd5b6001600160a01b0383166106bd5760405162461bcd60e51b815260206004820152603a60248201527f456967656e506f644d616e616765722e6164645368617265733a20706f644f7760448201527f6e65722063616e6e6f74206265207a65726f20616464726573730000000000006064820152608401610638565b600082121561072b5760405162461bcd60e51b815260206004820152603460248201527f456967656e506f644d616e616765722e6164645368617265733a207368617265604482015273732063616e6e6f74206265206e6567617469766560601b6064820152608401610638565b610739633b9aca00836122f3565b156107ac5760405162461bcd60e51b815260206004820152603d60248201527f456967656e506f644d616e616765722e6164645368617265733a20736861726560448201527f73206d75737420626520612077686f6c65204777656920616d6f756e740000006064820152608401610638565b6001600160a01b0383166000908152609b6020526040812054906107d0848361231d565b6001600160a01b0386166000818152609b6020526040908190208390555191925090600080516020612eb38339815191529061080f9087815260200190565b60405180910390a2846001600160a01b03166000805160206125858339815191528260405161084091815260200190565b60405180910390a26108528282611b4d565b925050505b92915050565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156108b0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108d4919061235e565b6001600160a01b0316336001600160a01b0316146109045760405162461bcd60e51b81526004016106389061237b565b61090d81611b8f565b50565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610958573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061097c91906123c5565b6109985760405162461bcd60e51b8152600401610638906123e7565b60665481811614610a115760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610638565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b600054610100900460ff1615808015610a6f5750600054600160ff909116105b80610a895750303b158015610a89575060005460ff166001145b610aec5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610638565b6000805460ff191660011790558015610b0f576000805461ff0019166101001790555b610b1884611c86565b610b228383611cd8565b8015610b68576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610bb65760405162461bcd60e51b81526004016106389061227f565b6001600160a01b038316610c305760405162461bcd60e51b81526020600482015260476024820152600080516020612ed383398151915260448201527f546f6b656e733a20706f644f776e65722063616e6e6f74206265207a65726f206064820152666164647265737360c81b608482015260a401610638565b6001600160a01b038216610cad5760405162461bcd60e51b815260206004820152604a6024820152600080516020612ed383398151915260448201527f546f6b656e733a2064657374696e6174696f6e2063616e6e6f74206265207a65606482015269726f206164647265737360b01b608482015260a401610638565b6000811215610d1c5760405162461bcd60e51b81526020600482015260416024820152600080516020612ed383398151915260448201527f546f6b656e733a207368617265732063616e6e6f74206265206e6567617469766064820152606560f81b608482015260a401610638565b610d2a633b9aca00826122f3565b15610d9e5760405162461bcd60e51b815260206004820152604a6024820152600080516020612ed383398151915260448201527f546f6b656e733a20736861726573206d75737420626520612077686f6c6520476064820152691dd95a48185b5bdd5b9d60b21b608482015260a401610638565b6001600160a01b0383166000908152609b602052604081205490811215610f07576000610dca8261242f565b905080831115610e61576001600160a01b0385166000908152609b6020526040812055610df7818461244c565b9250846001600160a01b0316600080516020612eb383398151915282604051610e2291815260200190565b60405180910390a2846001600160a01b03166000805160206125858339815191526000604051610e5491815260200190565b60405180910390a2610f05565b6001600160a01b0385166000908152609b6020526040812054610e8590859061231d565b6001600160a01b0387166000818152609b6020526040908190208390555191925090600080516020612eb383398151915290610ec49087815260200190565b60405180910390a2856001600160a01b031660008051602061258583398151915282604051610ef591815260200190565b60405180910390a2505050505050565b505b6001600160a01b03848116600090815260986020526040908190205490516362483a2160e11b815285831660048201526024810185905291169063c490744290604401600060405180830381600087803b158015610f6457600080fd5b505af1158015610f78573d6000803e3d6000fd5b5050505050505050565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610fca573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fee91906123c5565b61100a5760405162461bcd60e51b8152600401610638906123e7565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b611051611dc2565b61105b6000611c86565b565b6066546000908190600190811614156110b45760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610638565b336000908152609860205260409020546001600160a01b0316156111365760405162461bcd60e51b815260206004820152603360248201527f456967656e506f644d616e616765722e637265617465506f643a2053656e64656044820152721c88185b1c9958591e481a185cc818481c1bd9606a1b6064820152608401610638565b6000611140611e1c565b9250505090565b6066546000906001908116141561119c5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610638565b336000908152609860205260409020546001600160a01b0316806111c5576111c2611e1c565b90505b6040516326d3918d60e21b81526001600160a01b03821690639b4e46349034906111fb908b908b908b908b908b9060040161248c565b6000604051808303818588803b15801561121457600080fd5b505af1158015611228573d6000803e3d6000fd5b505050505050505050505050565b6001600160a01b038082166000908152609860205260408120549091168061085757611301836001600160a01b031660001b60405180610940016040528061090e81526020016125a561090e9139604080516001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000166020820152808201919091526000606082015260800160408051601f19818403018152908290526112e69291602001612501565b60405160208183030381529060405280519060200120611f81565b9392505050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146113505760405162461bcd60e51b81526004016106389061227f565b60008112156113c75760405162461bcd60e51b815260206004820152603760248201527f456967656e506f644d616e616765722e72656d6f76655368617265733a20736860448201527f617265732063616e6e6f74206265206e656761746976650000000000000000006064820152608401610638565b6113d5633b9aca00826122f3565b1561144a576040805162461bcd60e51b81526020600482015260248101919091527f456967656e506f644d616e616765722e72656d6f76655368617265733a20736860448201527f61726573206d75737420626520612077686f6c65204777656920616d6f756e746064820152608401610638565b6001600160a01b0382166000908152609b602052604081205461146e908390612516565b905060008112156114ff5760405162461bcd60e51b815260206004820152604f60248201527f456967656e506f644d616e616765722e72656d6f76655368617265733a20636160448201527f6e6e6f7420726573756c7420696e20706f64206f776e657220686176696e672060648201526e6e656761746976652073686172657360881b608482015260a401610638565b6001600160a01b0383166000818152609b602052604090819020839055516000805160206125858339815191529061153a9084815260200190565b60405180910390a2505050565b6001600160a01b0380831660009081526098602052604090205483911633146115c25760405162461bcd60e51b815260206004820152602760248201527f456967656e506f644d616e616765722e6f6e6c79456967656e506f643a206e6f6044820152661d0818481c1bd960ca1b6064820152608401610638565b600260c95414156116155760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610638565b600260c9556001600160a01b0383166116b15760405162461bcd60e51b815260206004820152605260248201527f456967656e506f644d616e616765722e7265636f7264426561636f6e4368616960448201527f6e45544842616c616e63655570646174653a20706f644f776e65722063616e6e6064820152716f74206265207a65726f206164647265737360701b608482015260a401610638565b6116bf633b9aca0083612555565b156117585760405162461bcd60e51b815260206004820152605a60248201527f456967656e506f644d616e616765722e7265636f7264426561636f6e4368616960448201527f6e45544842616c616e63655570646174653a2073686172657344656c7461206d60648201527f75737420626520612077686f6c65204777656920616d6f756e74000000000000608482015260a401610638565b6001600160a01b0383166000908152609b60205260408120549061177c848361231d565b6001600160a01b0386166000908152609b602052604081208290559091506117a48383611b4d565b9050801561190c57600081121561186f576001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001663132d49678773beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06118038561242f565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526044820152606401600060405180830381600087803b15801561185257600080fd5b505af1158015611866573d6000803e3d6000fd5b5050505061190c565b604051631452b9d760e11b81526001600160a01b03878116600483015273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06024830152604482018390527f000000000000000000000000000000000000000000000000000000000000000016906328a573ae90606401600060405180830381600087803b1580156118f357600080fd5b505af1158015611907573d6000803e3d6000fd5b505050505b856001600160a01b0316600080516020612eb38339815191528660405161193591815260200190565b60405180910390a2856001600160a01b03166000805160206125858339815191528360405161196691815260200190565b60405180910390a25050600160c95550505050565b611983611dc2565b6001600160a01b0381166119e85760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610638565b61090d81611c86565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611a44573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a68919061235e565b6001600160a01b0316336001600160a01b031614611a985760405162461bcd60e51b81526004016106389061237b565b606654198119606654191614611b165760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610638565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c90602001610a44565b6000808313611b6d5760008213611b6657506000610857565b5080610857565b60008213611b8557611b7e8361242f565b9050610857565b611b7e8383612516565b6001600160a01b038116611c1d5760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610638565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6065546001600160a01b0316158015611cf957506001600160a01b03821615155b611d7b5760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610638565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2611dbe82611b8f565b5050565b6033546001600160a01b0316331461105b5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610638565b6000609960008154611e2d90612569565b9091555060408051610940810190915261090e808252600091611ecc91839133916125a56020830139604080516001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000166020820152808201919091526000606082015260800160408051601f1981840301815290829052611eb89291602001612501565b604051602081830303815290604052611fdd565b60405163189acdbd60e31b81523360048201529091506001600160a01b0382169063c4d66de890602401600060405180830381600087803b158015611f1057600080fd5b505af1158015611f24573d6000803e3d6000fd5b50503360008181526098602052604080822080546001600160a01b0319166001600160a01b038816908117909155905192945092507f21c99d0db02213c32fff5b05cf0a718ab5f858802b91498f80d82270289d856a91a3919050565b604080516001600160f81b03196020808301919091526bffffffffffffffffffffffff193060601b1660218301526035820185905260558083018590528351808403909101815260759092019092528051910120600090611301565b600080844710156120305760405162461bcd60e51b815260206004820152601d60248201527f437265617465323a20696e73756666696369656e742062616c616e63650000006044820152606401610638565b825161207e5760405162461bcd60e51b815260206004820181905260248201527f437265617465323a2062797465636f6465206c656e677468206973207a65726f6044820152606401610638565b8383516020850187f590506001600160a01b0381166120df5760405162461bcd60e51b815260206004820152601960248201527f437265617465323a204661696c6564206f6e206465706c6f79000000000000006044820152606401610638565b949350505050565b6001600160a01b038116811461090d57600080fd5b6000806040838503121561210f57600080fd5b823561211a816120e7565b946020939093013593505050565b60006020828403121561213a57600080fd5b8135611301816120e7565b60006020828403121561215757600080fd5b5035919050565b60008060006060848603121561217357600080fd5b833561217e816120e7565b9250602084013561218e816120e7565b929592945050506040919091013590565b6000602082840312156121b157600080fd5b813560ff8116811461130157600080fd5b60008083601f8401126121d457600080fd5b50813567ffffffffffffffff8111156121ec57600080fd5b60208301915083602082850101111561220457600080fd5b9250929050565b60008060008060006060868803121561222357600080fd5b853567ffffffffffffffff8082111561223b57600080fd5b61224789838a016121c2565b9097509550602088013591508082111561226057600080fd5b5061226d888289016121c2565b96999598509660400135949350505050565b602080825260409082018190527f456967656e506f644d616e616765722e6f6e6c7944656c65676174696f6e4d61908201527f6e616765723a206e6f74207468652044656c65676174696f6e4d616e61676572606082015260800190565b634e487b7160e01b600052601260045260246000fd5b600082612302576123026122dd565b500690565b634e487b7160e01b600052601160045260246000fd5b600080821280156001600160ff1b038490038513161561233f5761233f612307565b600160ff1b839003841281161561235857612358612307565b50500190565b60006020828403121561237057600080fd5b8151611301816120e7565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b6000602082840312156123d757600080fd5b8151801515811461130157600080fd5b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b6000600160ff1b82141561244557612445612307565b5060000390565b60008282101561245e5761245e612307565b500390565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6060815260006124a0606083018789612463565b82810360208401526124b3818688612463565b9150508260408301529695505050505050565b6000815160005b818110156124e757602081850181015186830152016124cd565b818111156124f6576000828601525b509290920192915050565b60006120df61251083866124c6565b846124c6565b60008083128015600160ff1b85018412161561253457612534612307565b6001600160ff1b038401831381161561254f5761254f612307565b50500390565b600082612564576125646122dd565b500790565b600060001982141561257d5761257d612307565b506001019056fed4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe077098608060405260405161090e38038061090e83398101604081905261002291610460565b61002e82826000610035565b505061058a565b61003e83610100565b6040516001600160a01b038416907f1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e90600090a260008251118061007f5750805b156100fb576100f9836001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100c5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100e99190610520565b836102a360201b6100291760201c565b505b505050565b610113816102cf60201b6100551760201c565b6101725760405162461bcd60e51b815260206004820152602560248201527f455243313936373a206e657720626561636f6e206973206e6f74206120636f6e6044820152641d1c9858dd60da1b60648201526084015b60405180910390fd5b6101e6816001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156101b3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101d79190610520565b6102cf60201b6100551760201c565b61024b5760405162461bcd60e51b815260206004820152603060248201527f455243313936373a20626561636f6e20696d706c656d656e746174696f6e206960448201526f1cc81b9bdd08184818dbdb9d1c9858dd60821b6064820152608401610169565b806102827fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d5060001b6102de60201b6100641760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b60606102c883836040518060600160405280602781526020016108e7602791396102e1565b9392505050565b6001600160a01b03163b151590565b90565b6060600080856001600160a01b0316856040516102fe919061053b565b600060405180830381855af49150503d8060008114610339576040519150601f19603f3d011682016040523d82523d6000602084013e61033e565b606091505b5090925090506103508683838761035a565b9695505050505050565b606083156103c65782516103bf576001600160a01b0385163b6103bf5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610169565b50816103d0565b6103d083836103d8565b949350505050565b8151156103e85781518083602001fd5b8060405162461bcd60e51b81526004016101699190610557565b80516001600160a01b038116811461041957600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101561044f578181015183820152602001610437565b838111156100f95750506000910152565b6000806040838503121561047357600080fd5b61047c83610402565b60208401519092506001600160401b038082111561049957600080fd5b818501915085601f8301126104ad57600080fd5b8151818111156104bf576104bf61041e565b604051601f8201601f19908116603f011681019083821181831017156104e7576104e761041e565b8160405282815288602084870101111561050057600080fd5b610511836020830160208801610434565b80955050505050509250929050565b60006020828403121561053257600080fd5b6102c882610402565b6000825161054d818460208701610434565b9190910192915050565b6020815260008251806020840152610576816040850160208701610434565b601f01601f19169190910160400192915050565b61034e806105996000396000f3fe60806040523661001357610011610017565b005b6100115b610027610022610067565b610100565b565b606061004e83836040518060600160405280602781526020016102f260279139610124565b9392505050565b6001600160a01b03163b151590565b90565b600061009a7fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50546001600160a01b031690565b6001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100fb9190610249565b905090565b3660008037600080366000845af43d6000803e80801561011f573d6000f35b3d6000fd5b6060600080856001600160a01b03168560405161014191906102a2565b600060405180830381855af49150503d806000811461017c576040519150601f19603f3d011682016040523d82523d6000602084013e610181565b606091505b50915091506101928683838761019c565b9695505050505050565b6060831561020d578251610206576001600160a01b0385163b6102065760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064015b60405180910390fd5b5081610217565b610217838361021f565b949350505050565b81511561022f5781518083602001fd5b8060405162461bcd60e51b81526004016101fd91906102be565b60006020828403121561025b57600080fd5b81516001600160a01b038116811461004e57600080fd5b60005b8381101561028d578181015183820152602001610275565b8381111561029c576000848401525b50505050565b600082516102b4818460208701610272565b9190910192915050565b60208152600082518060208401526102dd816040850160208701610272565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220d51e81d3bc5ed20a26aeb05dce7e825c503b2061aa78628027300c8d65b9d89a64736f6c634300080c0033416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c65644e2b791dedccd9fb30141b088cabf5c14a8912b52f59375c95c010700b8c6193456967656e506f644d616e616765722e77697468647261775368617265734173a26469706673582212206b9b768cf7ce0f37e8d357babcedd55bd2af814f80d3fd0be5b582cf161a2c4064736f6c634300080c003300000000000000000000000000000000219ab540356cbb839cbe05303d7705fa000000000000000000000000b7f8bc63bbcad18155201308c8f3540b07f84f5e0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f875707000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c853000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c9","output":"0x6080604052600436106101b75760003560e01c8063886f1195116100ec578063b13442711161008a578063ea4d3c9b11610064578063ea4d3c9b1461053f578063f2fde38b14610573578063f6848d2414610593578063fabc1cbc146105ce57600080fd5b8063b1344271146104cb578063beffbb89146104ff578063c2c51c401461051f57600080fd5b80639b4e4634116100c65780639b4e46341461044c5780639ba062751461045f578063a38406a314610495578063a6a509be146104b557600080fd5b8063886f1195146103e65780638da5cb5b146104065780639104c3191461042457600080fd5b8063595c6a671161015957806360f4062b1161013357806360f4062b1461035b578063715018a61461038857806374cdd7981461039d57806384d81062146103d157600080fd5b8063595c6a67146102f15780635ac86ab7146103065780635c975abb1461034657600080fd5b80631794bb3c116101955780631794bb3c14610231578063292b7b2b14610251578063387b13001461029d57806339b70e38146102bd57600080fd5b80630e81073c146101bc57806310d67a2f146101ef578063136439dd14610211575b600080fd5b3480156101c857600080fd5b506101dc6101d73660046120fc565b6105ee565b6040519081526020015b60405180910390f35b3480156101fb57600080fd5b5061020f61020a366004612128565b61085d565b005b34801561021d57600080fd5b5061020f61022c366004612145565b610910565b34801561023d57600080fd5b5061020f61024c36600461215e565b610a4f565b34801561025d57600080fd5b506102857f000000000000000000000000b7f8bc63bbcad18155201308c8f3540b07f84f5e81565b6040516001600160a01b0390911681526020016101e6565b3480156102a957600080fd5b5061020f6102b836600461215e565b610b6e565b3480156102c957600080fd5b506102857f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570781565b3480156102fd57600080fd5b5061020f610f82565b34801561031257600080fd5b5061033661032136600461219f565b606654600160ff9092169190911b9081161490565b60405190151581526020016101e6565b34801561035257600080fd5b506066546101dc565b34801561036757600080fd5b506101dc610376366004612128565b609b6020526000908152604090205481565b34801561039457600080fd5b5061020f611049565b3480156103a957600080fd5b506102857f00000000000000000000000000000000219ab540356cbb839cbe05303d7705fa81565b3480156103dd57600080fd5b5061028561105d565b3480156103f257600080fd5b50606554610285906001600160a01b031681565b34801561041257600080fd5b506033546001600160a01b0316610285565b34801561043057600080fd5b5061028573beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b61020f61045a36600461220b565b611147565b34801561046b57600080fd5b5061028561047a366004612128565b6098602052600090815260409020546001600160a01b031681565b3480156104a157600080fd5b506102856104b0366004612128565b611236565b3480156104c157600080fd5b506101dc60995481565b3480156104d757600080fd5b506102857f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c85381565b34801561050b57600080fd5b5061020f61051a3660046120fc565b611308565b34801561052b57600080fd5b5061020f61053a3660046120fc565b611547565b34801561054b57600080fd5b506102857f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b34801561057f57600080fd5b5061020f61058e366004612128565b61197b565b34801561059f57600080fd5b506103366105ae366004612128565b6001600160a01b0390811660009081526098602052604090205416151590565b3480156105da57600080fd5b5061020f6105e9366004612145565b6119f1565b6000336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916146106415760405162461bcd60e51b81526004016106389061227f565b60405180910390fd5b6001600160a01b0383166106bd5760405162461bcd60e51b815260206004820152603a60248201527f456967656e506f644d616e616765722e6164645368617265733a20706f644f7760448201527f6e65722063616e6e6f74206265207a65726f20616464726573730000000000006064820152608401610638565b600082121561072b5760405162461bcd60e51b815260206004820152603460248201527f456967656e506f644d616e616765722e6164645368617265733a207368617265604482015273732063616e6e6f74206265206e6567617469766560601b6064820152608401610638565b610739633b9aca00836122f3565b156107ac5760405162461bcd60e51b815260206004820152603d60248201527f456967656e506f644d616e616765722e6164645368617265733a20736861726560448201527f73206d75737420626520612077686f6c65204777656920616d6f756e740000006064820152608401610638565b6001600160a01b0383166000908152609b6020526040812054906107d0848361231d565b6001600160a01b0386166000818152609b6020526040908190208390555191925090600080516020612eb38339815191529061080f9087815260200190565b60405180910390a2846001600160a01b03166000805160206125858339815191528260405161084091815260200190565b60405180910390a26108528282611b4d565b925050505b92915050565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156108b0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108d4919061235e565b6001600160a01b0316336001600160a01b0316146109045760405162461bcd60e51b81526004016106389061237b565b61090d81611b8f565b50565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610958573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061097c91906123c5565b6109985760405162461bcd60e51b8152600401610638906123e7565b60665481811614610a115760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610638565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b600054610100900460ff1615808015610a6f5750600054600160ff909116105b80610a895750303b158015610a89575060005460ff166001145b610aec5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610638565b6000805460ff191660011790558015610b0f576000805461ff0019166101001790555b610b1884611c86565b610b228383611cd8565b8015610b68576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91614610bb65760405162461bcd60e51b81526004016106389061227f565b6001600160a01b038316610c305760405162461bcd60e51b81526020600482015260476024820152600080516020612ed383398151915260448201527f546f6b656e733a20706f644f776e65722063616e6e6f74206265207a65726f206064820152666164647265737360c81b608482015260a401610638565b6001600160a01b038216610cad5760405162461bcd60e51b815260206004820152604a6024820152600080516020612ed383398151915260448201527f546f6b656e733a2064657374696e6174696f6e2063616e6e6f74206265207a65606482015269726f206164647265737360b01b608482015260a401610638565b6000811215610d1c5760405162461bcd60e51b81526020600482015260416024820152600080516020612ed383398151915260448201527f546f6b656e733a207368617265732063616e6e6f74206265206e6567617469766064820152606560f81b608482015260a401610638565b610d2a633b9aca00826122f3565b15610d9e5760405162461bcd60e51b815260206004820152604a6024820152600080516020612ed383398151915260448201527f546f6b656e733a20736861726573206d75737420626520612077686f6c6520476064820152691dd95a48185b5bdd5b9d60b21b608482015260a401610638565b6001600160a01b0383166000908152609b602052604081205490811215610f07576000610dca8261242f565b905080831115610e61576001600160a01b0385166000908152609b6020526040812055610df7818461244c565b9250846001600160a01b0316600080516020612eb383398151915282604051610e2291815260200190565b60405180910390a2846001600160a01b03166000805160206125858339815191526000604051610e5491815260200190565b60405180910390a2610f05565b6001600160a01b0385166000908152609b6020526040812054610e8590859061231d565b6001600160a01b0387166000818152609b6020526040908190208390555191925090600080516020612eb383398151915290610ec49087815260200190565b60405180910390a2856001600160a01b031660008051602061258583398151915282604051610ef591815260200190565b60405180910390a2505050505050565b505b6001600160a01b03848116600090815260986020526040908190205490516362483a2160e11b815285831660048201526024810185905291169063c490744290604401600060405180830381600087803b158015610f6457600080fd5b505af1158015610f78573d6000803e3d6000fd5b5050505050505050565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610fca573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fee91906123c5565b61100a5760405162461bcd60e51b8152600401610638906123e7565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b611051611dc2565b61105b6000611c86565b565b6066546000908190600190811614156110b45760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610638565b336000908152609860205260409020546001600160a01b0316156111365760405162461bcd60e51b815260206004820152603360248201527f456967656e506f644d616e616765722e637265617465506f643a2053656e64656044820152721c88185b1c9958591e481a185cc818481c1bd9606a1b6064820152608401610638565b6000611140611e1c565b9250505090565b6066546000906001908116141561119c5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610638565b336000908152609860205260409020546001600160a01b0316806111c5576111c2611e1c565b90505b6040516326d3918d60e21b81526001600160a01b03821690639b4e46349034906111fb908b908b908b908b908b9060040161248c565b6000604051808303818588803b15801561121457600080fd5b505af1158015611228573d6000803e3d6000fd5b505050505050505050505050565b6001600160a01b038082166000908152609860205260408120549091168061085757611301836001600160a01b031660001b60405180610940016040528061090e81526020016125a561090e9139604080516001600160a01b037f000000000000000000000000b7f8bc63bbcad18155201308c8f3540b07f84f5e166020820152808201919091526000606082015260800160408051601f19818403018152908290526112e69291602001612501565b60405160208183030381529060405280519060200120611f81565b9392505050565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916146113505760405162461bcd60e51b81526004016106389061227f565b60008112156113c75760405162461bcd60e51b815260206004820152603760248201527f456967656e506f644d616e616765722e72656d6f76655368617265733a20736860448201527f617265732063616e6e6f74206265206e656761746976650000000000000000006064820152608401610638565b6113d5633b9aca00826122f3565b1561144a576040805162461bcd60e51b81526020600482015260248101919091527f456967656e506f644d616e616765722e72656d6f76655368617265733a20736860448201527f61726573206d75737420626520612077686f6c65204777656920616d6f756e746064820152608401610638565b6001600160a01b0382166000908152609b602052604081205461146e908390612516565b905060008112156114ff5760405162461bcd60e51b815260206004820152604f60248201527f456967656e506f644d616e616765722e72656d6f76655368617265733a20636160448201527f6e6e6f7420726573756c7420696e20706f64206f776e657220686176696e672060648201526e6e656761746976652073686172657360881b608482015260a401610638565b6001600160a01b0383166000818152609b602052604090819020839055516000805160206125858339815191529061153a9084815260200190565b60405180910390a2505050565b6001600160a01b0380831660009081526098602052604090205483911633146115c25760405162461bcd60e51b815260206004820152602760248201527f456967656e506f644d616e616765722e6f6e6c79456967656e506f643a206e6f6044820152661d0818481c1bd960ca1b6064820152608401610638565b600260c95414156116155760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610638565b600260c9556001600160a01b0383166116b15760405162461bcd60e51b815260206004820152605260248201527f456967656e506f644d616e616765722e7265636f7264426561636f6e4368616960448201527f6e45544842616c616e63655570646174653a20706f644f776e65722063616e6e6064820152716f74206265207a65726f206164647265737360701b608482015260a401610638565b6116bf633b9aca0083612555565b156117585760405162461bcd60e51b815260206004820152605a60248201527f456967656e506f644d616e616765722e7265636f7264426561636f6e4368616960448201527f6e45544842616c616e63655570646174653a2073686172657344656c7461206d60648201527f75737420626520612077686f6c65204777656920616d6f756e74000000000000608482015260a401610638565b6001600160a01b0383166000908152609b60205260408120549061177c848361231d565b6001600160a01b0386166000908152609b602052604081208290559091506117a48383611b4d565b9050801561190c57600081121561186f576001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91663132d49678773beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06118038561242f565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526044820152606401600060405180830381600087803b15801561185257600080fd5b505af1158015611866573d6000803e3d6000fd5b5050505061190c565b604051631452b9d760e11b81526001600160a01b03878116600483015273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06024830152604482018390527f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916906328a573ae90606401600060405180830381600087803b1580156118f357600080fd5b505af1158015611907573d6000803e3d6000fd5b505050505b856001600160a01b0316600080516020612eb38339815191528660405161193591815260200190565b60405180910390a2856001600160a01b03166000805160206125858339815191528360405161196691815260200190565b60405180910390a25050600160c95550505050565b611983611dc2565b6001600160a01b0381166119e85760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610638565b61090d81611c86565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611a44573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a68919061235e565b6001600160a01b0316336001600160a01b031614611a985760405162461bcd60e51b81526004016106389061237b565b606654198119606654191614611b165760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610638565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c90602001610a44565b6000808313611b6d5760008213611b6657506000610857565b5080610857565b60008213611b8557611b7e8361242f565b9050610857565b611b7e8383612516565b6001600160a01b038116611c1d5760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610638565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6065546001600160a01b0316158015611cf957506001600160a01b03821615155b611d7b5760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610638565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2611dbe82611b8f565b5050565b6033546001600160a01b0316331461105b5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610638565b6000609960008154611e2d90612569565b9091555060408051610940810190915261090e808252600091611ecc91839133916125a56020830139604080516001600160a01b037f000000000000000000000000b7f8bc63bbcad18155201308c8f3540b07f84f5e166020820152808201919091526000606082015260800160408051601f1981840301815290829052611eb89291602001612501565b604051602081830303815290604052611fdd565b60405163189acdbd60e31b81523360048201529091506001600160a01b0382169063c4d66de890602401600060405180830381600087803b158015611f1057600080fd5b505af1158015611f24573d6000803e3d6000fd5b50503360008181526098602052604080822080546001600160a01b0319166001600160a01b038816908117909155905192945092507f21c99d0db02213c32fff5b05cf0a718ab5f858802b91498f80d82270289d856a91a3919050565b604080516001600160f81b03196020808301919091526bffffffffffffffffffffffff193060601b1660218301526035820185905260558083018590528351808403909101815260759092019092528051910120600090611301565b600080844710156120305760405162461bcd60e51b815260206004820152601d60248201527f437265617465323a20696e73756666696369656e742062616c616e63650000006044820152606401610638565b825161207e5760405162461bcd60e51b815260206004820181905260248201527f437265617465323a2062797465636f6465206c656e677468206973207a65726f6044820152606401610638565b8383516020850187f590506001600160a01b0381166120df5760405162461bcd60e51b815260206004820152601960248201527f437265617465323a204661696c6564206f6e206465706c6f79000000000000006044820152606401610638565b949350505050565b6001600160a01b038116811461090d57600080fd5b6000806040838503121561210f57600080fd5b823561211a816120e7565b946020939093013593505050565b60006020828403121561213a57600080fd5b8135611301816120e7565b60006020828403121561215757600080fd5b5035919050565b60008060006060848603121561217357600080fd5b833561217e816120e7565b9250602084013561218e816120e7565b929592945050506040919091013590565b6000602082840312156121b157600080fd5b813560ff8116811461130157600080fd5b60008083601f8401126121d457600080fd5b50813567ffffffffffffffff8111156121ec57600080fd5b60208301915083602082850101111561220457600080fd5b9250929050565b60008060008060006060868803121561222357600080fd5b853567ffffffffffffffff8082111561223b57600080fd5b61224789838a016121c2565b9097509550602088013591508082111561226057600080fd5b5061226d888289016121c2565b96999598509660400135949350505050565b602080825260409082018190527f456967656e506f644d616e616765722e6f6e6c7944656c65676174696f6e4d61908201527f6e616765723a206e6f74207468652044656c65676174696f6e4d616e61676572606082015260800190565b634e487b7160e01b600052601260045260246000fd5b600082612302576123026122dd565b500690565b634e487b7160e01b600052601160045260246000fd5b600080821280156001600160ff1b038490038513161561233f5761233f612307565b600160ff1b839003841281161561235857612358612307565b50500190565b60006020828403121561237057600080fd5b8151611301816120e7565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b6000602082840312156123d757600080fd5b8151801515811461130157600080fd5b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b6000600160ff1b82141561244557612445612307565b5060000390565b60008282101561245e5761245e612307565b500390565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6060815260006124a0606083018789612463565b82810360208401526124b3818688612463565b9150508260408301529695505050505050565b6000815160005b818110156124e757602081850181015186830152016124cd565b818111156124f6576000828601525b509290920192915050565b60006120df61251083866124c6565b846124c6565b60008083128015600160ff1b85018412161561253457612534612307565b6001600160ff1b038401831381161561254f5761254f612307565b50500390565b600082612564576125646122dd565b500790565b600060001982141561257d5761257d612307565b506001019056fed4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe077098608060405260405161090e38038061090e83398101604081905261002291610460565b61002e82826000610035565b505061058a565b61003e83610100565b6040516001600160a01b038416907f1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e90600090a260008251118061007f5750805b156100fb576100f9836001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100c5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100e99190610520565b836102a360201b6100291760201c565b505b505050565b610113816102cf60201b6100551760201c565b6101725760405162461bcd60e51b815260206004820152602560248201527f455243313936373a206e657720626561636f6e206973206e6f74206120636f6e6044820152641d1c9858dd60da1b60648201526084015b60405180910390fd5b6101e6816001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156101b3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101d79190610520565b6102cf60201b6100551760201c565b61024b5760405162461bcd60e51b815260206004820152603060248201527f455243313936373a20626561636f6e20696d706c656d656e746174696f6e206960448201526f1cc81b9bdd08184818dbdb9d1c9858dd60821b6064820152608401610169565b806102827fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d5060001b6102de60201b6100641760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b60606102c883836040518060600160405280602781526020016108e7602791396102e1565b9392505050565b6001600160a01b03163b151590565b90565b6060600080856001600160a01b0316856040516102fe919061053b565b600060405180830381855af49150503d8060008114610339576040519150601f19603f3d011682016040523d82523d6000602084013e61033e565b606091505b5090925090506103508683838761035a565b9695505050505050565b606083156103c65782516103bf576001600160a01b0385163b6103bf5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610169565b50816103d0565b6103d083836103d8565b949350505050565b8151156103e85781518083602001fd5b8060405162461bcd60e51b81526004016101699190610557565b80516001600160a01b038116811461041957600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101561044f578181015183820152602001610437565b838111156100f95750506000910152565b6000806040838503121561047357600080fd5b61047c83610402565b60208401519092506001600160401b038082111561049957600080fd5b818501915085601f8301126104ad57600080fd5b8151818111156104bf576104bf61041e565b604051601f8201601f19908116603f011681019083821181831017156104e7576104e761041e565b8160405282815288602084870101111561050057600080fd5b610511836020830160208801610434565b80955050505050509250929050565b60006020828403121561053257600080fd5b6102c882610402565b6000825161054d818460208701610434565b9190910192915050565b6020815260008251806020840152610576816040850160208701610434565b601f01601f19169190910160400192915050565b61034e806105996000396000f3fe60806040523661001357610011610017565b005b6100115b610027610022610067565b610100565b565b606061004e83836040518060600160405280602781526020016102f260279139610124565b9392505050565b6001600160a01b03163b151590565b90565b600061009a7fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50546001600160a01b031690565b6001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100fb9190610249565b905090565b3660008037600080366000845af43d6000803e80801561011f573d6000f35b3d6000fd5b6060600080856001600160a01b03168560405161014191906102a2565b600060405180830381855af49150503d806000811461017c576040519150601f19603f3d011682016040523d82523d6000602084013e610181565b606091505b50915091506101928683838761019c565b9695505050505050565b6060831561020d578251610206576001600160a01b0385163b6102065760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064015b60405180910390fd5b5081610217565b610217838361021f565b949350505050565b81511561022f5781518083602001fd5b8060405162461bcd60e51b81526004016101fd91906102be565b60006020828403121561025b57600080fd5b81516001600160a01b038116811461004e57600080fd5b60005b8381101561028d578181015183820152602001610275565b8381111561029c576000848401525b50505050565b600082516102b4818460208701610272565b9190910192915050565b60208152600082518060208401526102dd816040850160208701610272565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220d51e81d3bc5ed20a26aeb05dce7e825c503b2061aa78628027300c8d65b9d89a64736f6c634300080c0033416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c65644e2b791dedccd9fb30141b088cabf5c14a8912b52f59375c95c010700b8c6193456967656e506f644d616e616765722e77697468647261775368617265734173a26469706673582212206b9b768cf7ce0f37e8d357babcedd55bd2af814f80d3fd0be5b582cf161a2c4064736f6c634300080c0033","gas_used":2441383,"gas_limit":3247369,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x6080604052600436106101b75760003560e01c8063886f1195116100ec578063b13442711161008a578063ea4d3c9b11610064578063ea4d3c9b1461053f578063f2fde38b14610573578063f6848d2414610593578063fabc1cbc146105ce57600080fd5b8063b1344271146104cb578063beffbb89146104ff578063c2c51c401461051f57600080fd5b80639b4e4634116100c65780639b4e46341461044c5780639ba062751461045f578063a38406a314610495578063a6a509be146104b557600080fd5b8063886f1195146103e65780638da5cb5b146104065780639104c3191461042457600080fd5b8063595c6a671161015957806360f4062b1161013357806360f4062b1461035b578063715018a61461038857806374cdd7981461039d57806384d81062146103d157600080fd5b8063595c6a67146102f15780635ac86ab7146103065780635c975abb1461034657600080fd5b80631794bb3c116101955780631794bb3c14610231578063292b7b2b14610251578063387b13001461029d57806339b70e38146102bd57600080fd5b80630e81073c146101bc57806310d67a2f146101ef578063136439dd14610211575b600080fd5b3480156101c857600080fd5b506101dc6101d73660046120fc565b6105ee565b6040519081526020015b60405180910390f35b3480156101fb57600080fd5b5061020f61020a366004612128565b61085d565b005b34801561021d57600080fd5b5061020f61022c366004612145565b610910565b34801561023d57600080fd5b5061020f61024c36600461215e565b610a4f565b34801561025d57600080fd5b506102857f000000000000000000000000b7f8bc63bbcad18155201308c8f3540b07f84f5e81565b6040516001600160a01b0390911681526020016101e6565b3480156102a957600080fd5b5061020f6102b836600461215e565b610b6e565b3480156102c957600080fd5b506102857f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570781565b3480156102fd57600080fd5b5061020f610f82565b34801561031257600080fd5b5061033661032136600461219f565b606654600160ff9092169190911b9081161490565b60405190151581526020016101e6565b34801561035257600080fd5b506066546101dc565b34801561036757600080fd5b506101dc610376366004612128565b609b6020526000908152604090205481565b34801561039457600080fd5b5061020f611049565b3480156103a957600080fd5b506102857f00000000000000000000000000000000219ab540356cbb839cbe05303d7705fa81565b3480156103dd57600080fd5b5061028561105d565b3480156103f257600080fd5b50606554610285906001600160a01b031681565b34801561041257600080fd5b506033546001600160a01b0316610285565b34801561043057600080fd5b5061028573beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b61020f61045a36600461220b565b611147565b34801561046b57600080fd5b5061028561047a366004612128565b6098602052600090815260409020546001600160a01b031681565b3480156104a157600080fd5b506102856104b0366004612128565b611236565b3480156104c157600080fd5b506101dc60995481565b3480156104d757600080fd5b506102857f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c85381565b34801561050b57600080fd5b5061020f61051a3660046120fc565b611308565b34801561052b57600080fd5b5061020f61053a3660046120fc565b611547565b34801561054b57600080fd5b506102857f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b34801561057f57600080fd5b5061020f61058e366004612128565b61197b565b34801561059f57600080fd5b506103366105ae366004612128565b6001600160a01b0390811660009081526098602052604090205416151590565b3480156105da57600080fd5b5061020f6105e9366004612145565b6119f1565b6000336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916146106415760405162461bcd60e51b81526004016106389061227f565b60405180910390fd5b6001600160a01b0383166106bd5760405162461bcd60e51b815260206004820152603a60248201527f456967656e506f644d616e616765722e6164645368617265733a20706f644f7760448201527f6e65722063616e6e6f74206265207a65726f20616464726573730000000000006064820152608401610638565b600082121561072b5760405162461bcd60e51b815260206004820152603460248201527f456967656e506f644d616e616765722e6164645368617265733a207368617265604482015273732063616e6e6f74206265206e6567617469766560601b6064820152608401610638565b610739633b9aca00836122f3565b156107ac5760405162461bcd60e51b815260206004820152603d60248201527f456967656e506f644d616e616765722e6164645368617265733a20736861726560448201527f73206d75737420626520612077686f6c65204777656920616d6f756e740000006064820152608401610638565b6001600160a01b0383166000908152609b6020526040812054906107d0848361231d565b6001600160a01b0386166000818152609b6020526040908190208390555191925090600080516020612eb38339815191529061080f9087815260200190565b60405180910390a2846001600160a01b03166000805160206125858339815191528260405161084091815260200190565b60405180910390a26108528282611b4d565b925050505b92915050565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156108b0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108d4919061235e565b6001600160a01b0316336001600160a01b0316146109045760405162461bcd60e51b81526004016106389061237b565b61090d81611b8f565b50565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610958573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061097c91906123c5565b6109985760405162461bcd60e51b8152600401610638906123e7565b60665481811614610a115760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610638565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b600054610100900460ff1615808015610a6f5750600054600160ff909116105b80610a895750303b158015610a89575060005460ff166001145b610aec5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610638565b6000805460ff191660011790558015610b0f576000805461ff0019166101001790555b610b1884611c86565b610b228383611cd8565b8015610b68576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91614610bb65760405162461bcd60e51b81526004016106389061227f565b6001600160a01b038316610c305760405162461bcd60e51b81526020600482015260476024820152600080516020612ed383398151915260448201527f546f6b656e733a20706f644f776e65722063616e6e6f74206265207a65726f206064820152666164647265737360c81b608482015260a401610638565b6001600160a01b038216610cad5760405162461bcd60e51b815260206004820152604a6024820152600080516020612ed383398151915260448201527f546f6b656e733a2064657374696e6174696f6e2063616e6e6f74206265207a65606482015269726f206164647265737360b01b608482015260a401610638565b6000811215610d1c5760405162461bcd60e51b81526020600482015260416024820152600080516020612ed383398151915260448201527f546f6b656e733a207368617265732063616e6e6f74206265206e6567617469766064820152606560f81b608482015260a401610638565b610d2a633b9aca00826122f3565b15610d9e5760405162461bcd60e51b815260206004820152604a6024820152600080516020612ed383398151915260448201527f546f6b656e733a20736861726573206d75737420626520612077686f6c6520476064820152691dd95a48185b5bdd5b9d60b21b608482015260a401610638565b6001600160a01b0383166000908152609b602052604081205490811215610f07576000610dca8261242f565b905080831115610e61576001600160a01b0385166000908152609b6020526040812055610df7818461244c565b9250846001600160a01b0316600080516020612eb383398151915282604051610e2291815260200190565b60405180910390a2846001600160a01b03166000805160206125858339815191526000604051610e5491815260200190565b60405180910390a2610f05565b6001600160a01b0385166000908152609b6020526040812054610e8590859061231d565b6001600160a01b0387166000818152609b6020526040908190208390555191925090600080516020612eb383398151915290610ec49087815260200190565b60405180910390a2856001600160a01b031660008051602061258583398151915282604051610ef591815260200190565b60405180910390a2505050505050565b505b6001600160a01b03848116600090815260986020526040908190205490516362483a2160e11b815285831660048201526024810185905291169063c490744290604401600060405180830381600087803b158015610f6457600080fd5b505af1158015610f78573d6000803e3d6000fd5b5050505050505050565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610fca573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fee91906123c5565b61100a5760405162461bcd60e51b8152600401610638906123e7565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b611051611dc2565b61105b6000611c86565b565b6066546000908190600190811614156110b45760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610638565b336000908152609860205260409020546001600160a01b0316156111365760405162461bcd60e51b815260206004820152603360248201527f456967656e506f644d616e616765722e637265617465506f643a2053656e64656044820152721c88185b1c9958591e481a185cc818481c1bd9606a1b6064820152608401610638565b6000611140611e1c565b9250505090565b6066546000906001908116141561119c5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610638565b336000908152609860205260409020546001600160a01b0316806111c5576111c2611e1c565b90505b6040516326d3918d60e21b81526001600160a01b03821690639b4e46349034906111fb908b908b908b908b908b9060040161248c565b6000604051808303818588803b15801561121457600080fd5b505af1158015611228573d6000803e3d6000fd5b505050505050505050505050565b6001600160a01b038082166000908152609860205260408120549091168061085757611301836001600160a01b031660001b60405180610940016040528061090e81526020016125a561090e9139604080516001600160a01b037f000000000000000000000000b7f8bc63bbcad18155201308c8f3540b07f84f5e166020820152808201919091526000606082015260800160408051601f19818403018152908290526112e69291602001612501565b60405160208183030381529060405280519060200120611f81565b9392505050565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916146113505760405162461bcd60e51b81526004016106389061227f565b60008112156113c75760405162461bcd60e51b815260206004820152603760248201527f456967656e506f644d616e616765722e72656d6f76655368617265733a20736860448201527f617265732063616e6e6f74206265206e656761746976650000000000000000006064820152608401610638565b6113d5633b9aca00826122f3565b1561144a576040805162461bcd60e51b81526020600482015260248101919091527f456967656e506f644d616e616765722e72656d6f76655368617265733a20736860448201527f61726573206d75737420626520612077686f6c65204777656920616d6f756e746064820152608401610638565b6001600160a01b0382166000908152609b602052604081205461146e908390612516565b905060008112156114ff5760405162461bcd60e51b815260206004820152604f60248201527f456967656e506f644d616e616765722e72656d6f76655368617265733a20636160448201527f6e6e6f7420726573756c7420696e20706f64206f776e657220686176696e672060648201526e6e656761746976652073686172657360881b608482015260a401610638565b6001600160a01b0383166000818152609b602052604090819020839055516000805160206125858339815191529061153a9084815260200190565b60405180910390a2505050565b6001600160a01b0380831660009081526098602052604090205483911633146115c25760405162461bcd60e51b815260206004820152602760248201527f456967656e506f644d616e616765722e6f6e6c79456967656e506f643a206e6f6044820152661d0818481c1bd960ca1b6064820152608401610638565b600260c95414156116155760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610638565b600260c9556001600160a01b0383166116b15760405162461bcd60e51b815260206004820152605260248201527f456967656e506f644d616e616765722e7265636f7264426561636f6e4368616960448201527f6e45544842616c616e63655570646174653a20706f644f776e65722063616e6e6064820152716f74206265207a65726f206164647265737360701b608482015260a401610638565b6116bf633b9aca0083612555565b156117585760405162461bcd60e51b815260206004820152605a60248201527f456967656e506f644d616e616765722e7265636f7264426561636f6e4368616960448201527f6e45544842616c616e63655570646174653a2073686172657344656c7461206d60648201527f75737420626520612077686f6c65204777656920616d6f756e74000000000000608482015260a401610638565b6001600160a01b0383166000908152609b60205260408120549061177c848361231d565b6001600160a01b0386166000908152609b602052604081208290559091506117a48383611b4d565b9050801561190c57600081121561186f576001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91663132d49678773beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06118038561242f565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526044820152606401600060405180830381600087803b15801561185257600080fd5b505af1158015611866573d6000803e3d6000fd5b5050505061190c565b604051631452b9d760e11b81526001600160a01b03878116600483015273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06024830152604482018390527f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916906328a573ae90606401600060405180830381600087803b1580156118f357600080fd5b505af1158015611907573d6000803e3d6000fd5b505050505b856001600160a01b0316600080516020612eb38339815191528660405161193591815260200190565b60405180910390a2856001600160a01b03166000805160206125858339815191528360405161196691815260200190565b60405180910390a25050600160c95550505050565b611983611dc2565b6001600160a01b0381166119e85760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610638565b61090d81611c86565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611a44573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a68919061235e565b6001600160a01b0316336001600160a01b031614611a985760405162461bcd60e51b81526004016106389061237b565b606654198119606654191614611b165760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610638565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c90602001610a44565b6000808313611b6d5760008213611b6657506000610857565b5080610857565b60008213611b8557611b7e8361242f565b9050610857565b611b7e8383612516565b6001600160a01b038116611c1d5760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610638565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6065546001600160a01b0316158015611cf957506001600160a01b03821615155b611d7b5760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610638565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2611dbe82611b8f565b5050565b6033546001600160a01b0316331461105b5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610638565b6000609960008154611e2d90612569565b9091555060408051610940810190915261090e808252600091611ecc91839133916125a56020830139604080516001600160a01b037f000000000000000000000000b7f8bc63bbcad18155201308c8f3540b07f84f5e166020820152808201919091526000606082015260800160408051601f1981840301815290829052611eb89291602001612501565b604051602081830303815290604052611fdd565b60405163189acdbd60e31b81523360048201529091506001600160a01b0382169063c4d66de890602401600060405180830381600087803b158015611f1057600080fd5b505af1158015611f24573d6000803e3d6000fd5b50503360008181526098602052604080822080546001600160a01b0319166001600160a01b038816908117909155905192945092507f21c99d0db02213c32fff5b05cf0a718ab5f858802b91498f80d82270289d856a91a3919050565b604080516001600160f81b03196020808301919091526bffffffffffffffffffffffff193060601b1660218301526035820185905260558083018590528351808403909101815260759092019092528051910120600090611301565b600080844710156120305760405162461bcd60e51b815260206004820152601d60248201527f437265617465323a20696e73756666696369656e742062616c616e63650000006044820152606401610638565b825161207e5760405162461bcd60e51b815260206004820181905260248201527f437265617465323a2062797465636f6465206c656e677468206973207a65726f6044820152606401610638565b8383516020850187f590506001600160a01b0381166120df5760405162461bcd60e51b815260206004820152601960248201527f437265617465323a204661696c6564206f6e206465706c6f79000000000000006044820152606401610638565b949350505050565b6001600160a01b038116811461090d57600080fd5b6000806040838503121561210f57600080fd5b823561211a816120e7565b946020939093013593505050565b60006020828403121561213a57600080fd5b8135611301816120e7565b60006020828403121561215757600080fd5b5035919050565b60008060006060848603121561217357600080fd5b833561217e816120e7565b9250602084013561218e816120e7565b929592945050506040919091013590565b6000602082840312156121b157600080fd5b813560ff8116811461130157600080fd5b60008083601f8401126121d457600080fd5b50813567ffffffffffffffff8111156121ec57600080fd5b60208301915083602082850101111561220457600080fd5b9250929050565b60008060008060006060868803121561222357600080fd5b853567ffffffffffffffff8082111561223b57600080fd5b61224789838a016121c2565b9097509550602088013591508082111561226057600080fd5b5061226d888289016121c2565b96999598509660400135949350505050565b602080825260409082018190527f456967656e506f644d616e616765722e6f6e6c7944656c65676174696f6e4d61908201527f6e616765723a206e6f74207468652044656c65676174696f6e4d616e61676572606082015260800190565b634e487b7160e01b600052601260045260246000fd5b600082612302576123026122dd565b500690565b634e487b7160e01b600052601160045260246000fd5b600080821280156001600160ff1b038490038513161561233f5761233f612307565b600160ff1b839003841281161561235857612358612307565b50500190565b60006020828403121561237057600080fd5b8151611301816120e7565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b6000602082840312156123d757600080fd5b8151801515811461130157600080fd5b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b6000600160ff1b82141561244557612445612307565b5060000390565b60008282101561245e5761245e612307565b500390565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6060815260006124a0606083018789612463565b82810360208401526124b3818688612463565b9150508260408301529695505050505050565b6000815160005b818110156124e757602081850181015186830152016124cd565b818111156124f6576000828601525b509290920192915050565b60006120df61251083866124c6565b846124c6565b60008083128015600160ff1b85018412161561253457612534612307565b6001600160ff1b038401831381161561254f5761254f612307565b50500390565b600082612564576125646122dd565b500790565b600060001982141561257d5761257d612307565b506001019056fed4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe077098608060405260405161090e38038061090e83398101604081905261002291610460565b61002e82826000610035565b505061058a565b61003e83610100565b6040516001600160a01b038416907f1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e90600090a260008251118061007f5750805b156100fb576100f9836001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100c5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100e99190610520565b836102a360201b6100291760201c565b505b505050565b610113816102cf60201b6100551760201c565b6101725760405162461bcd60e51b815260206004820152602560248201527f455243313936373a206e657720626561636f6e206973206e6f74206120636f6e6044820152641d1c9858dd60da1b60648201526084015b60405180910390fd5b6101e6816001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156101b3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101d79190610520565b6102cf60201b6100551760201c565b61024b5760405162461bcd60e51b815260206004820152603060248201527f455243313936373a20626561636f6e20696d706c656d656e746174696f6e206960448201526f1cc81b9bdd08184818dbdb9d1c9858dd60821b6064820152608401610169565b806102827fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d5060001b6102de60201b6100641760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b60606102c883836040518060600160405280602781526020016108e7602791396102e1565b9392505050565b6001600160a01b03163b151590565b90565b6060600080856001600160a01b0316856040516102fe919061053b565b600060405180830381855af49150503d8060008114610339576040519150601f19603f3d011682016040523d82523d6000602084013e61033e565b606091505b5090925090506103508683838761035a565b9695505050505050565b606083156103c65782516103bf576001600160a01b0385163b6103bf5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610169565b50816103d0565b6103d083836103d8565b949350505050565b8151156103e85781518083602001fd5b8060405162461bcd60e51b81526004016101699190610557565b80516001600160a01b038116811461041957600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101561044f578181015183820152602001610437565b838111156100f95750506000910152565b6000806040838503121561047357600080fd5b61047c83610402565b60208401519092506001600160401b038082111561049957600080fd5b818501915085601f8301126104ad57600080fd5b8151818111156104bf576104bf61041e565b604051601f8201601f19908116603f011681019083821181831017156104e7576104e761041e565b8160405282815288602084870101111561050057600080fd5b610511836020830160208801610434565b80955050505050509250929050565b60006020828403121561053257600080fd5b6102c882610402565b6000825161054d818460208701610434565b9190910192915050565b6020815260008251806020840152610576816040850160208701610434565b601f01601f19169190910160400192915050565b61034e806105996000396000f3fe60806040523661001357610011610017565b005b6100115b610027610022610067565b610100565b565b606061004e83836040518060600160405280602781526020016102f260279139610124565b9392505050565b6001600160a01b03163b151590565b90565b600061009a7fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50546001600160a01b031690565b6001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100fb9190610249565b905090565b3660008037600080366000845af43d6000803e80801561011f573d6000f35b3d6000fd5b6060600080856001600160a01b03168560405161014191906102a2565b600060405180830381855af49150503d806000811461017c576040519150601f19603f3d011682016040523d82523d6000602084013e610181565b606091505b50915091506101928683838761019c565b9695505050505050565b6060831561020d578251610206576001600160a01b0385163b6102065760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064015b60405180910390fd5b5081610217565b610217838361021f565b949350505050565b81511561022f5781518083602001fd5b8060405162461bcd60e51b81526004016101fd91906102be565b60006020828403121561025b57600080fd5b81516001600160a01b038116811461004e57600080fd5b60005b8381101561028d578181015183820152602001610275565b8381111561029c576000848401525b50505050565b600082516102b4818460208701610272565b9190910192915050565b60208152600082518060208401526102dd816040850160208701610272565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220d51e81d3bc5ed20a26aeb05dce7e825c503b2061aa78628027300c8d65b9d89a64736f6c634300080c0033416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c65644e2b791dedccd9fb30141b088cabf5c14a8912b52f59375c95c010700b8c6193456967656e506f644d616e616765722e77697468647261775368617265734173a26469706673582212206b9b768cf7ce0f37e8d357babcedd55bd2af814f80d3fd0be5b582cf161a2c4064736f6c634300080c0033","nonce":16,"gas_used":2690097},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x290c31","logs":[{"address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000200000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000"},"block_hash":"0x0859be9686a4e764c59481c1ab27ebf0a0fb7deeca75695e9b2e288104f2931d","block_number":11},{"info":{"transaction_hash":"0x3b42936ad323a67311a9cac09de0da65ae6348c1a9b52e1ab81a08639f700616","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54000000000000000000000000000000000000000000000000296ff7d27034cca9","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54"],"data":"0x000000000000000000000000000000000000000000000000296ff7d27034cca9"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":256,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54"],"data":"0x000000000000000000000000000000000000000000000000296ff7d27034cca9"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000010000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000400000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x0564a4061f0e1786219c085695c862584d7cba2bef98232b7b9960fbec610324","block_number":231},{"info":{"transaction_hash":"0xb9d2e72932cbcfe8c6f9cf2b4e0acfdc47135bdf5ad6d3ede4cc7b7a6b88ad18","transaction_index":0,"from":"0xcf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xcf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000029ebf4b678942b1c","output":"0x00000000000000000000000000000000000000000000000029ebf4b678942b1c","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000029ebf4b678942b1c","output":"0x00000000000000000000000000000000000000000000000029ebf4b678942b1c","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f910000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000029ebf4b678942b1c"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000029ebf4b678942b1c","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000029ebf4b678942b1c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000029ebf4b678942b1c","output":"0x00000000000000000000000000000000000000000000000029ebf4b678942b1c","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000029ebf4b678942b1c","output":"0x00000000000000000000000000000000000000000000000029ebf4b678942b1c","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000098c7f77d05b94fb47","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000098c7f77d05b94fb47","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000029ebf4b678942b1c","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000029ebf4b678942b1c","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91"],"data":"0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000029ebf4b678942b1c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000029ebf4b678942b1c","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000029ebf4b678942b1c"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f910000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000029ebf4b678942b1c"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91"],"data":"0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000029ebf4b678942b1c"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000400000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000001000000040000000000000000000000000000000000000000000040000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x107fdd36da26e6fc2f19bfa568f3e101ff6aed1d94dfbad03a6e43a901ee0be2","block_number":303},{"info":{"transaction_hash":"0x37b8f669831c4c2f8cc8d1bd7228d4aea5b5eb2356c7f21366517b6d818be3e5","transaction_index":0,"from":"0x7d86687f980a56b832e9378952b738b614a99dc6","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x7d86687f980a56b832e9378952b738b614a99dc6","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6"],"data":"0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6"],"data":"0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333900000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6"],"data":"0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6"],"data":"0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333900000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000001000400000000000000000000000000800101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x812b8da2c4e2cf42bc3d1841e550e25bce18da113c0c2e1f7c494ca22287fe04","block_number":316},{"info":{"transaction_hash":"0x8395ce48148e2dd8bc6f58bcc74ed83b0fde38b640e7375ba1181c7b22f34829","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b9060000000000000000000000000000000000000000000000007c6d1175e13d2753","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"],"data":"0x0000000000000000000000000000000000000000000000007c6d1175e13d2753"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":166,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"],"data":"0x0000000000000000000000000000000000000000000000007c6d1175e13d2753"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000400000002000000000000000200000000000000000000000000010000000000000000000000000000000000000000000"},"block_hash":"0x4161ebabf81732268c5d3dad768c546060f3198bf37f52d5b3c133e06a6f0b8c","block_number":141},{"info":{"transaction_hash":"0x61fae56480d70b8f309cc609dcfb59191408b4fb25c472f7c06b7b90d36a8861","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000553bc17a05702530097c3677091c5bb47a3a79310000000000000000000000000000000000000000000000003d547b2078bf5a28","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931"],"data":"0x0000000000000000000000000000000000000000000000003d547b2078bf5a28"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":189,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931"],"data":"0x0000000000000000000000000000000000000000000000003d547b2078bf5a28"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000008000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000400002000000000000000200000000000000000000000000000000000000000000000000000000000000020000000"},"block_hash":"0xd065263a32377b0ae1f499bf5d0907589853d80b62af569d6b6c7d81e2f64ef9","block_number":164},{"info":{"transaction_hash":"0xd9486863d50e2352240ac35f16fb21179ee648a239fa984dcbd25c7a37fd369c","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xf0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xf0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":148,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x18608687bec2b140f515cccf5efa0682b0d753559af08903ed09b60d6b656b88","block_number":123},{"info":{"transaction_hash":"0xcd2236663fdaa9a74d7c29ddf5f609164c3dc5f9e1dd510fe4d0bd1ae66977f9","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x9623609d0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757070000000000000000000000000dcd1bf9a1b36ce34237eeafef220932846bcd8200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000084cf756fdf000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":141325,"gas_limit":204158,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x4f1ef2860000000000000000000000000dcd1bf9a1b36ce34237eeafef220932846bcd8200000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000084cf756fdf000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":134919,"gas_limit":194710,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000000dcd1bf9a1b36ce34237eeafef220932846bcd82"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Call":0}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xcf756fdf000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e00000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":121894,"gas_limit":179063,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6"],"data":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x4264275e593955ff9d6146a51a4525f6ddace2e81db9391abcc9d1ca48047d29"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1},{"Log":2},{"Log":3},{"Log":4}]}],"exit":"Stop","out":"0x","nonce":19,"gas_used":164813},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x50d29","logs":[{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000000dcd1bf9a1b36ce34237eeafef220932846bcd82"],"data":"0x"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6"],"data":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x4264275e593955ff9d6146a51a4525f6ddace2e81db9391abcc9d1ca48047d29"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"}],"logsBloom":"0x00000000000000000400000040000000400000000000000000800000000000000000000000000000000000000000000000000000000000100000400000000000000000000000000000000400000002000001000240000010000000000000000000000000020000000000000100000808000000000000000000000004000000400000000100000000000000000000000000000000000080000000000000000000000000000000000000000002000400000000000000000008000000000000000000100020400000200000000000040000000000002000000000000001000020000000000000000000000000000000000000000000080000000000000000400000"},"block_hash":"0x8955f0390811960d67c2beeef2a6f1bbc2ecfb410a63f2fc388a9d2f5311f445","block_number":13},{"info":{"transaction_hash":"0xc95d8126426a094df3d50806584441975199f968ae56ce6917bb4fbd7899cee2","transaction_index":0,"from":"0xcf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xcf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91"],"data":"0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f9100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91"],"data":"0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f9100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333200000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91"],"data":"0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f9100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91"],"data":"0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f9100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333200000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000001000000000000000000000000000000000000000000000000000040000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x73a3a7fa63fc844e6c7be6d1161dcd7a3cfeb61266c30f834eb9909174490934","block_number":302},{"info":{"transaction_hash":"0xad33c4793b12ff9be22430dd8b57f1f85dec1be4c864156b05d6301a36777854","transaction_index":0,"from":"0x2f4f06d218e426344cfe1a83d53dad806994d325","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x2f4f06d218e426344cfe1a83d53dad806994d325","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000000f4679cadc66390d","output":"0x0000000000000000000000000000000000000000000000000f4679cadc66390d","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000000f4679cadc66390d","output":"0x0000000000000000000000000000000000000000000000000f4679cadc66390d","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d3250000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000000f4679cadc66390d"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000000f4679cadc66390d","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000000f4679cadc66390d"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000000f4679cadc66390d","output":"0x0000000000000000000000000000000000000000000000000f4679cadc66390d","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000000f4679cadc66390d","output":"0x0000000000000000000000000000000000000000000000000f4679cadc66390d","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000a4078a0bc59b0cab6","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000a4078a0bc59b0cab6","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000000f4679cadc66390d","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000000f4679cadc66390d","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325"],"data":"0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000000f4679cadc66390d"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000f4679cadc66390d","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000000f4679cadc66390d"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d3250000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000000f4679cadc66390d"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325"],"data":"0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000000f4679cadc66390d"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000001000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000200000000040000000000000000000000000000000000004000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x915e8e1e09fc8f9ea602928244136453be6816a417b464e4562892d3b1911eb0","block_number":309},{"info":{"transaction_hash":"0xcabe788397f7e7360ae260a379629c072fe0267d5990143ab6b95345d1e46176","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf50000000000000000000000000000000000000000000000003bbfc153bbaaad52","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5"],"data":"0x0000000000000000000000000000000000000000000000003bbfc153bbaaad52"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":233,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5"],"data":"0x0000000000000000000000000000000000000000000000003bbfc153bbaaad52"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000200000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xbb068b40b2ef41c474f33d7c583f113dd168e2e1f44f4b63fb8228ca9cb1fb50","block_number":208},{"info":{"transaction_hash":"0xa4de50eb26e4e1b76b9f424cfb3c88a50caff176c9c428eff520e476457836c0","transaction_index":0,"from":"0xc004e69c5c04a223463ff32042dd36dabf63a25a","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xc004e69c5c04a223463ff32042dd36dabf63a25a","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a"],"data":"0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a"],"data":"0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343400000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a"],"data":"0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a"],"data":"0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343400000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00080010008000020100000000000000000000000000000000000001000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000080000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x713fb7383c5d8b5fd0ed551811aa6a42f6e064a3d422365b11ffc3699d2d3795","block_number":326},{"info":{"transaction_hash":"0x309ebb248d5962c3ffa6e10b020b20a3675d27d7728533d486160e95e136f2b6","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b95409600000000000000000000000000000000000000000000000084d96eae26b46228","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":49313,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"],"data":"0x00000000000000000000000000000000000000000000000084d96eae26b46228"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":173,"gas_used":51373},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8ad","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"],"data":"0x00000000000000000000000000000000000000000000000084d96eae26b46228"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000080000000000000000080000000000000000000000000000000000000"},"block_hash":"0xdca629a9cd894e3c79cf6182783c06783b912149300fb88de3854bd48eaa8f1c","block_number":148},{"info":{"transaction_hash":"0x0db5fb67171b529610af10e20830ec41ca0171ae240e7d8c492f4f79459e04ef","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x608060405260405162000e8138038062000e81833981016040819052620000269162000490565b828162000036828260006200004d565b50620000449050826200008a565b505050620005c3565b6200005883620000e5565b600082511180620000665750805b1562000085576200008383836200012760201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f620000b562000156565b604080516001600160a01b03928316815291841660208301520160405180910390a1620000e2816200018f565b50565b620000f08162000244565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b60606200014f838360405180606001604052806027815260200162000e5a60279139620002f8565b9392505050565b60006200018060008051602062000e3a83398151915260001b620003de60201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620001fa5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b806200022360008051602062000e3a83398151915260001b620003de60201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b6200025a81620003e160201b6200028c1760201c565b620002be5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401620001f1565b80620002237f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc60001b620003de60201b620002081760201c565b60606001600160a01b0384163b620003625760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401620001f1565b600080856001600160a01b0316856040516200037f919062000570565b600060405180830381855af49150503d8060008114620003bc576040519150601f19603f3d011682016040523d82523d6000602084013e620003c1565b606091505b509092509050620003d4828286620003f0565b9695505050505050565b90565b6001600160a01b03163b151590565b60608315620004015750816200014f565b825115620004125782518084602001fd5b8160405162461bcd60e51b8152600401620001f191906200058e565b80516001600160a01b03811681146200044657600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b838110156200047e57818101518382015260200162000464565b83811115620000835750506000910152565b600080600060608486031215620004a657600080fd5b620004b1846200042e565b9250620004c1602085016200042e565b60408501519092506001600160401b0380821115620004df57600080fd5b818601915086601f830112620004f457600080fd5b8151818111156200050957620005096200044b565b604051601f8201601f19908116603f011681019083821181831017156200053457620005346200044b565b816040528281528960208487010111156200054e57600080fd5b6200056183602083016020880162000461565b80955050505050509250925092565b600082516200058481846020870162000461565b9190910192915050565b6020815260008251806020840152620005af81604085016020870162000461565b601f01601f19169190910160400192915050565b61086780620005d36000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","output":"0x60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033","gas_used":481552,"gas_limit":659104,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033","nonce":9,"gas_used":592890},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x90bfa","logs":[{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},{"address":"0x8a791620dd6260079bf849dc5567adc3f2fdc318","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000800000002000001000000000000000008000000000000000000000000000000000000000000020000000000000000000000000040000000400000000000000000000000000000000000000008000000000000000000000000000000000000000000000"},"block_hash":"0x1b3e816a18338fb8dd9a517e4dd73c4ef958c782212b67839842cc294f8ef0c9","block_number":7},{"info":{"transaction_hash":"0xb982e201c08f2aa80eb6d3dd95b4bd9477a05ce320edb8103834a10f6cd5c6f6","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5fbdb2315678afecb367f032d93f642f64180aa3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x7f3c2c2800000000000000000000000000000000000000000000000000000000000000400000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318000000000000000000000000000000000000000000000000000000000000001272657761726473436f6f7264696e61746f720000000000000000000000000000","output":"0x","gas_used":50652,"gas_limit":78371,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":56,"gas_used":72708},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x237e4","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xeac4a34de40d97d11e4a8d8ef435aa9baf34774accd137bbd4e2602d778a4c0d","block_number":31},{"info":{"transaction_hash":"0xe9e3345f9e913fea0585cc638b4c36f86b3051109b36e2063b15bf8774fde852","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x9fe46736679d2d9a65f0992f2272de9f3c7fa6e0","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x9fe46736679d2d9a65f0992f2272de9f3c7fa6e0","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x608060405234801561001057600080fd5b5060405161077838038061077883398101604081905261002f91610263565b60005b82518110156100775761006583828151811061005057610050610339565b6020026020010151600161008860201b60201c565b8061006f8161034f565b915050610032565b506100818161015a565b5050610378565b6001600160a01b0382166100f95760405162461bcd60e51b815260206004820152602d60248201527f50617573657252656769737472792e5f7365745061757365723a207a65726f2060448201526c1859191c995cdcc81a5b9c1d5d609a1b60648201526084015b60405180910390fd5b6001600160a01b03821660008181526020818152604091829020805460ff19168515159081179091558251938452908301527f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152910160405180910390a15050565b6001600160a01b0381166101c85760405162461bcd60e51b815260206004820152602f60248201527f50617573657252656769737472792e5f736574556e7061757365723a207a657260448201526e1bc81859191c995cdcc81a5b9c1d5d608a1b60648201526084016100f0565b600154604080516001600160a01b03928316815291831660208301527f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892910160405180910390a1600180546001600160a01b0319166001600160a01b0392909216919091179055565b634e487b7160e01b600052604160045260246000fd5b80516001600160a01b038116811461025e57600080fd5b919050565b6000806040838503121561027657600080fd5b82516001600160401b038082111561028d57600080fd5b818501915085601f8301126102a157600080fd5b81516020828211156102b5576102b5610231565b8160051b604051601f19603f830116810181811086821117156102da576102da610231565b6040529283528183019350848101820192898411156102f857600080fd5b948201945b8386101561031d5761030e86610247565b855294820194938201936102fd565b965061032c9050878201610247565b9450505050509250929050565b634e487b7160e01b600052603260045260246000fd5b600060001982141561037157634e487b7160e01b600052601160045260246000fd5b5060010190565b6103f1806103876000396000f3fe608060405234801561001057600080fd5b506004361061004c5760003560e01c806346fbf68e146100515780638568520614610089578063ce5484281461009e578063eab66d7a146100b1575b600080fd5b61007461005f366004610313565b60006020819052908152604090205460ff1681565b60405190151581526020015b60405180910390f35b61009c610097366004610335565b6100dc565b005b61009c6100ac366004610313565b61011d565b6001546100c4906001600160a01b031681565b6040516001600160a01b039091168152602001610080565b6001546001600160a01b0316331461010f5760405162461bcd60e51b815260040161010690610371565b60405180910390fd5b6101198282610153565b5050565b6001546001600160a01b031633146101475760405162461bcd60e51b815260040161010690610371565b61015081610220565b50565b6001600160a01b0382166101bf5760405162461bcd60e51b815260206004820152602d60248201527f50617573657252656769737472792e5f7365745061757365723a207a65726f2060448201526c1859191c995cdcc81a5b9c1d5d609a1b6064820152608401610106565b6001600160a01b03821660008181526020818152604091829020805460ff19168515159081179091558251938452908301527f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152910160405180910390a15050565b6001600160a01b03811661028e5760405162461bcd60e51b815260206004820152602f60248201527f50617573657252656769737472792e5f736574556e7061757365723a207a657260448201526e1bc81859191c995cdcc81a5b9c1d5d608a1b6064820152608401610106565b600154604080516001600160a01b03928316815291831660208301527f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892910160405180910390a1600180546001600160a01b0319166001600160a01b0392909216919091179055565b80356001600160a01b038116811461030e57600080fd5b919050565b60006020828403121561032557600080fd5b61032e826102f7565b9392505050565b6000806040838503121561034857600080fd5b610351836102f7565b91506020830135801515811461036657600080fd5b809150509250929050565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b60608201526080019056fea2646970667358221220400107fb39e4070329799832c0ce49475397a55d182fd9f9c38ee6784541743064736f6c634300080c00330000000000000000000000000000000000000000000000000000000000000040000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000003000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","output":"0x608060405234801561001057600080fd5b506004361061004c5760003560e01c806346fbf68e146100515780638568520614610089578063ce5484281461009e578063eab66d7a146100b1575b600080fd5b61007461005f366004610313565b60006020819052908152604090205460ff1681565b60405190151581526020015b60405180910390f35b61009c610097366004610335565b6100dc565b005b61009c6100ac366004610313565b61011d565b6001546100c4906001600160a01b031681565b6040516001600160a01b039091168152602001610080565b6001546001600160a01b0316331461010f5760405162461bcd60e51b815260040161010690610371565b60405180910390fd5b6101198282610153565b5050565b6001546001600160a01b031633146101475760405162461bcd60e51b815260040161010690610371565b61015081610220565b50565b6001600160a01b0382166101bf5760405162461bcd60e51b815260206004820152602d60248201527f50617573657252656769737472792e5f7365745061757365723a207a65726f2060448201526c1859191c995cdcc81a5b9c1d5d609a1b6064820152608401610106565b6001600160a01b03821660008181526020818152604091829020805460ff19168515159081179091558251938452908301527f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152910160405180910390a15050565b6001600160a01b03811661028e5760405162461bcd60e51b815260206004820152602f60248201527f50617573657252656769737472792e5f736574556e7061757365723a207a657260448201526e1bc81859191c995cdcc81a5b9c1d5d608a1b6064820152608401610106565b600154604080516001600160a01b03928316815291831660208301527f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892910160405180910390a1600180546001600160a01b0319166001600160a01b0392909216919091179055565b80356001600160a01b038116811461030e57600080fd5b919050565b60006020828403121561032557600080fd5b61032e826102f7565b9392505050565b6000806040838503121561034857600080fd5b610351836102f7565b91506020830135801515811461036657600080fd5b809150509250929050565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b60608201526080019056fea2646970667358221220400107fb39e4070329799832c0ce49475397a55d182fd9f9c38ee6784541743064736f6c634300080c0033","gas_used":254394,"gas_limit":355967,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1},{"Log":2},{"Log":3}]}],"exit":"Return","out":"0x608060405234801561001057600080fd5b506004361061004c5760003560e01c806346fbf68e146100515780638568520614610089578063ce5484281461009e578063eab66d7a146100b1575b600080fd5b61007461005f366004610313565b60006020819052908152604090205460ff1681565b60405190151581526020015b60405180910390f35b61009c610097366004610335565b6100dc565b005b61009c6100ac366004610313565b61011d565b6001546100c4906001600160a01b031681565b6040516001600160a01b039091168152602001610080565b6001546001600160a01b0316331461010f5760405162461bcd60e51b815260040161010690610371565b60405180910390fd5b6101198282610153565b5050565b6001546001600160a01b031633146101475760405162461bcd60e51b815260040161010690610371565b61015081610220565b50565b6001600160a01b0382166101bf5760405162461bcd60e51b815260206004820152602d60248201527f50617573657252656769737472792e5f7365745061757365723a207a65726f2060448201526c1859191c995cdcc81a5b9c1d5d609a1b6064820152608401610106565b6001600160a01b03821660008181526020818152604091829020805460ff19168515159081179091558251938452908301527f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152910160405180910390a15050565b6001600160a01b03811661028e5760405162461bcd60e51b815260206004820152602f60248201527f50617573657252656769737472792e5f736574556e7061757365723a207a657260448201526e1bc81859191c995cdcc81a5b9c1d5d608a1b6064820152608401610106565b600154604080516001600160a01b03928316815291831660208301527f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892910160405180910390a1600180546001600160a01b0319166001600160a01b0392909216919091179055565b80356001600160a01b038116811461030e57600080fd5b919050565b60006020828403121561032557600080fd5b61032e826102f7565b9392505050565b6000806040838503121561034857600080fd5b610351836102f7565b91506020830135801515811461036657600080fd5b809150509250929050565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b60608201526080019056fea2646970667358221220400107fb39e4070329799832c0ce49475397a55d182fd9f9c38ee6784541743064736f6c634300080c0033","nonce":2,"gas_used":339150},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x52cce","logs":[{"address":"0x9fe46736679d2d9a65f0992f2272de9f3c7fa6e0","topics":["0x65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000001"},{"address":"0x9fe46736679d2d9a65f0992f2272de9f3c7fa6e0","topics":["0x65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000001"},{"address":"0x9fe46736679d2d9a65f0992f2272de9f3c7fa6e0","topics":["0x65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000001"},{"address":"0x9fe46736679d2d9a65f0992f2272de9f3c7fa6e0","topics":["0x06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"}],"logsBloom":"0x00000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040200000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004401000000000000000"},"block_hash":"0x83270464b603ed2d4d704cf3e7d6faa163fce32b1c8632a2c9d2e4d572cd3ada","block_number":3},{"info":{"transaction_hash":"0xae9f7af6547e3dddad8a19ff6af4b0cf3c92f913c5cb57b6e28be3a62946ac5f","transaction_index":0,"from":"0x3c3e2e178c69d4bad964568415a0f0c84fd6320a","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x3c3e2e178c69d4bad964568415a0f0c84fd6320a","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a"],"data":"0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a"],"data":"0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343700000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a"],"data":"0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a"],"data":"0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343700000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000010001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000010000000000000000000000000100000000000000000000000000000000000000000000000000000000000010000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x9980571ebedac62620c8d2464f32af4b0dcc2edb64a1b9eb46b15be10fecf854","block_number":332},{"info":{"transaction_hash":"0x1e224bdb37b2feb7fa6c5240b13d0d83ff58339cd43b2512d29ccc7ba3b4da9f","transaction_index":0,"from":"0xbc8183bac3e969042736f7af07f76223d11d2148","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xbc8183bac3e969042736f7af07f76223d11d2148","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148"],"data":"0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d214800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148"],"data":"0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d214800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383200000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148"],"data":"0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d214800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148"],"data":"0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d214800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383200000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000400000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020040080000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x9e5c93e81f162e5216bb3c16b5cbc6791fa9f0851535106a2534d62d5a60e4df","block_number":402},{"info":{"transaction_hash":"0x3b6f669118c54c118083e76293c56167341ac70ffca09c455275bd03cf8daf5f","transaction_index":0,"from":"0x71f280dea6fc5a03790941ad72956f545feb7a52","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x71f280dea6fc5a03790941ad72956f545feb7a52","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e5900000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e5900000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52"],"data":"0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a5200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52"],"data":"0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a5200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383900000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52"],"data":"0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a5200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52"],"data":"0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a5200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383900000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000080000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000800000000000000000000000000000000000000000800000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x06f317ec88feca765d4a358506d0331da00a169a3f5ba287ee73cb90b8908391","block_number":416},{"info":{"transaction_hash":"0x220b11e9479cf6950df1f891026735af3a7a58a5456e0669697a342c453f192c","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x98d08079928fccb30598c6c6382abfd7dbfaa1cd","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x98d08079928fccb30598c6c6382abfd7dbfaa1cd","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":162,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x8a0fd31a963fb3ccc11a5fbc035796f1466bc45610e465a6a37d81fccfb0efd4","block_number":137},{"info":{"transaction_hash":"0x99c2f3eac0a77de805a9d391b882e29061fae9f36f7b15b0ff53eb1170340870","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6101006040523480156200001257600080fd5b5060405162005c4638038062005c46833981016040819052620000359162000140565b6001600160a01b0380841660805280821660c052821660a0526200005862000065565b50504660e0525062000194565b600054610100900460ff1615620000d25760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b60005460ff908116101562000125576000805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b03811681146200013d57600080fd5b50565b6000806000606084860312156200015657600080fd5b8351620001638162000127565b6020850151909350620001768162000127565b6040850151909250620001898162000127565b809150509250925092565b60805160a05160c05160e051615a1d6200022960003960006126a00152600081816105b10152818161102e015281816113aa01528181611c23015281816129f901528181613eac0152614398015260006107620152600081816104f901528181610ffc0152818161137801528181611cb701528181612ac601528181612c4901528181613fd2015261443e0152615a1d6000f3fe608060405234801561001057600080fd5b50600436106103425760003560e01c8063635bbd10116101b8578063b7f06ebe11610104578063cf80873e116100a2578063f16172b01161007c578063f16172b014610908578063f2fde38b1461091b578063f698da251461092e578063fabc1cbc1461093657600080fd5b8063cf80873e146108c1578063da8be864146108e2578063eea9064b146108f557600080fd5b8063c488375a116100de578063c488375a146107de578063c5e480db146107fe578063c94b5111146108a4578063ca661c04146108b757600080fd5b8063b7f06ebe14610784578063bb45fef2146107a7578063c448feb8146107d557600080fd5b8063886f1195116101715780639104c3191161014b5780639104c3191461070f57806399be81c81461072a578063a17884841461073d578063b13442711461075d57600080fd5b8063886f1195146106cb5780638da5cb5b146106de57806390041347146106ef57600080fd5b8063635bbd101461063657806365da1264146106495780636d70f7ae14610672578063715018a614610685578063778e55f31461068d5780637f548071146106b857600080fd5b806328a573ae116102925780634665bcda11610230578063597b36da1161020a578063597b36da146105e55780635ac86ab7146105f85780635c975abb1461061b57806360d7faed1461062357600080fd5b80634665bcda146105ac5780634fc40b61146105d3578063595c6a67146105dd57600080fd5b806339b70e381161026c57806339b70e38146104f45780633cdeb5e0146105335780633e28391d14610562578063433773821461058557600080fd5b806328a573ae146104ae57806329c77d4f146104c157806333404396146104e157600080fd5b8063132d4967116102ff57806316928365116102d957806316928365146104285780631bbce0911461046157806320606b701461047457806322bf40e41461049b57600080fd5b8063132d4967146103ef578063136439dd146104025780631522bf021461041557600080fd5b80630449ca391461034757806304a4f9791461036d5780630b9f487a146103945780630dd8dd02146103a75780630f589e59146103c757806310d67a2f146103dc575b600080fd5b61035a61035536600461484e565b610949565b6040519081526020015b60405180910390f35b61035a7f14bde674c9f64b2ad00eaaee4a8bed1fabef35c7507e3c5b9cfc9436909a2dad81565b61035a6103a23660046148b4565b6109ce565b6103ba6103b536600461484e565b610a90565b604051610364919061490f565b6103da6103d53660046149ac565b610df9565b005b6103da6103ea3660046149ff565b610f3e565b6103da6103fd366004614a23565b610ff1565b6103da610410366004614a64565b6110a8565b6103da610423366004614a7d565b6111e7565b61035a6104363660046149ff565b6001600160a01b0316600090815260996020526040902060010154600160a01b900463ffffffff1690565b61035a61046f366004614a23565b6111fb565b61035a7f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86681565b6103da6104a9366004614ae8565b611229565b6103da6104bc366004614a23565b61136d565b61035a6104cf3660046149ff565b609b6020526000908152604090205481565b6103da6104ef366004614b8f565b61141d565b61051b7f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b039091168152602001610364565b61051b6105413660046149ff565b6001600160a01b039081166000908152609960205260409020600101541690565b6105756105703660046149ff565b61155a565b6040519015158152602001610364565b61035a7f39111bc4a4d688e1f685123d7497d4615370152a8ee4a0593e647bd06ad8bb0b81565b61051b7f000000000000000000000000000000000000000000000000000000000000000081565b61035a6213c68081565b6103da61157a565b61035a6105f3366004614e8c565b611641565b610575610606366004614ec8565b606654600160ff9092169190911b9081161490565b60665461035a565b6103da610631366004614ef9565b611671565b6103da610644366004614a64565b61170c565b61051b6106573660046149ff565b609a602052600090815260409020546001600160a01b031681565b6105756106803660046149ff565b61171d565b6103da611757565b61035a61069b366004614f88565b609860209081526000928352604080842090915290825290205481565b6103da6106c6366004615069565b61176b565b60655461051b906001600160a01b031681565b6033546001600160a01b031661051b565b6107026106fd3660046150f9565b611997565b6040516103649190615183565b61051b73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b6103da610738366004615196565b611a71565b61035a61074b3660046149ff565b609f6020526000908152604090205481565b61051b7f000000000000000000000000000000000000000000000000000000000000000081565b610575610792366004614a64565b609e6020526000908152604090205460ff1681565b6105756107b53660046151cb565b609c60209081526000928352604080842090915290825290205460ff1681565b61035a609d5481565b61035a6107ec3660046149ff565b60a16020526000908152604090205481565b61086e61080c3660046149ff565b6040805160608082018352600080835260208084018290529284018190526001600160a01b03948516815260998352839020835191820184528054851682526001015493841691810191909152600160a01b90920463ffffffff169082015290565b6040805182516001600160a01b039081168252602080850151909116908201529181015163ffffffff1690820152606001610364565b61035a6108b23660046151f7565b611b43565b61035a62034bc081565b6108d46108cf3660046149ff565b611bfc565b604051610364929190615278565b6103ba6108f03660046149ff565b611fb4565b6103da61090336600461529d565b612478565b6103da6109163660046152f5565b612595565b6103da6109293660046149ff565b612626565b61035a61269c565b6103da610944366004614a64565b6126da565b609d54600090815b838110156109c657600060a1600087878581811061097157610971615311565b905060200201602081019061098691906149ff565b6001600160a01b03166001600160a01b03168152602001908152602001600020549050828111156109b5578092505b506109bf8161533d565b9050610951565b509392505050565b604080517f14bde674c9f64b2ad00eaaee4a8bed1fabef35c7507e3c5b9cfc9436909a2dad6020808301919091526001600160a01b038681168385015288811660608401528716608083015260a0820185905260c08083018590528351808403909101815260e0909201909252805191012060009081610a4c61269c565b60405161190160f01b602082015260228101919091526042810183905260620160408051808303601f19018152919052805160209091012098975050505050505050565b60665460609060019060029081161415610ac55760405162461bcd60e51b8152600401610abc90615358565b60405180910390fd5b6000836001600160401b03811115610adf57610adf614c31565b604051908082528060200260200182016040528015610b08578160200160208202803683370190505b50336000908152609a60205260408120549192506001600160a01b03909116905b85811015610dee57868682818110610b4357610b43615311565b9050602002810190610b55919061538f565b610b639060208101906153af565b9050878783818110610b7757610b77615311565b9050602002810190610b89919061538f565b610b9390806153af565b905014610c085760405162461bcd60e51b815260206004820152603860248201527f44656c65676174696f6e4d616e616765722e717565756557697468647261776160448201527f6c3a20696e707574206c656e677468206d69736d6174636800000000000000006064820152608401610abc565b33878783818110610c1b57610c1b615311565b9050602002810190610c2d919061538f565b610c3e9060608101906040016149ff565b6001600160a01b031614610cba5760405162461bcd60e51b815260206004820152603c60248201527f44656c65676174696f6e4d616e616765722e717565756557697468647261776160448201527f6c3a2077697468647261776572206d757374206265207374616b6572000000006064820152608401610abc565b610dbf3383898985818110610cd157610cd1615311565b9050602002810190610ce3919061538f565b610cf49060608101906040016149ff565b8a8a86818110610d0657610d06615311565b9050602002810190610d18919061538f565b610d2290806153af565b808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508e92508d9150889050818110610d6857610d68615311565b9050602002810190610d7a919061538f565b610d889060208101906153af565b8080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061283692505050565b838281518110610dd157610dd1615311565b602090810291909101015280610de68161533d565b915050610b29565b509095945050505050565b610e023361155a565b15610e885760405162461bcd60e51b815260206004820152604a60248201527f44656c65676174696f6e4d616e616765722e726567697374657241734f70657260448201527f61746f723a2063616c6c657220697320616c7265616479206163746976656c796064820152690819195b1959d85d195960b21b608482015260a401610abc565b610e923384612df6565b604080518082019091526060815260006020820152610eb43380836000612fe9565b336001600160a01b03167f8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e285604051610eed91906153f8565b60405180910390a2336001600160a01b03167f02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b67080908484604051610f3092919061544a565b60405180910390a250505050565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f91573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fb59190615479565b6001600160a01b0316336001600160a01b031614610fe55760405162461bcd60e51b8152600401610abc90615496565b610fee8161327f565b50565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614806110505750336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016145b61106c5760405162461bcd60e51b8152600401610abc906154e0565b6110758361155a565b156110a3576001600160a01b038084166000908152609a6020526040902054166110a181858585613376565b505b505050565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156110f0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611114919061553d565b6111305760405162461bcd60e51b8152600401610abc9061555a565b606654818116146111a95760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610abc565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b6111ef6133f1565b6110a18484848461344b565b6001600160a01b0383166000908152609b602052604081205461122085828686611b43565b95945050505050565b600054610100900460ff16158080156112495750600054600160ff909116105b806112635750303b158015611263575060005460ff166001145b6112c65760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610abc565b6000805460ff1916600117905580156112e9576000805461ff0019166101001790555b6112f38888613671565b6112fb61375b565b609755611307896137f2565b61131086613844565b61131c8585858561344b565b8015611362576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050505050505050565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614806113cc5750336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016145b6113e85760405162461bcd60e51b8152600401610abc906154e0565b6113f18361155a565b156110a3576001600160a01b038084166000908152609a6020526040902054166110a18185858561393e565b606654600290600490811614156114465760405162461bcd60e51b8152600401610abc90615358565b600260c95414156114995760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610abc565b600260c95560005b88811015611549576115398a8a838181106114be576114be615311565b90506020028101906114d091906155a2565b8989848181106114e2576114e2615311565b90506020028101906114f491906153af565b89898681811061150657611506615311565b9050602002013588888781811061151f5761151f615311565b905060200201602081019061153491906155b8565b6139b9565b6115428161533d565b90506114a1565b5050600160c9555050505050505050565b6001600160a01b039081166000908152609a602052604090205416151590565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156115c2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115e6919061553d565b6116025760405162461bcd60e51b8152600401610abc9061555a565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b6000816040516020016116549190615649565b604051602081830303815290604052805190602001209050919050565b6066546002906004908116141561169a5760405162461bcd60e51b8152600401610abc90615358565b600260c95414156116ed5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610abc565b600260c9556116ff86868686866139b9565b5050600160c95550505050565b6117146133f1565b610fee81613844565b60006001600160a01b0382161580159061175157506001600160a01b038083166000818152609a6020526040902054909116145b92915050565b61175f6133f1565b61176960006137f2565b565b42836020015110156117ef5760405162461bcd60e51b815260206004820152604160248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f4279536960448201527f676e61747572653a207374616b6572207369676e6174757265206578706972656064820152601960fa1b608482015260a401610abc565b6117f88561155a565b156118815760405162461bcd60e51b815260206004820152604d60248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f4279536960448201527f676e61747572653a207374616b657220697320616c726561647920616374697660648201526c195b1e4819195b1959d85d1959609a1b608482015260a401610abc565b61188a8461171d565b6119165760405162461bcd60e51b815260206004820152605160248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f4279536960448201527f676e61747572653a206f70657261746f72206973206e6f7420726567697374656064820152703932b21034b71022b4b3b2b72630bcb2b960791b608482015260a401610abc565b6000609b6000876001600160a01b03166001600160a01b0316815260200190815260200160002054905060006119528783888860200151611b43565b6001600160a01b0388166000908152609b60205260409020600184019055855190915061198290889083906141a3565b61198e87878686612fe9565b50505050505050565b6060600082516001600160401b038111156119b4576119b4614c31565b6040519080825280602002602001820160405280156119dd578160200160208202803683370190505b50905060005b83518110156109c6576001600160a01b03851660009081526098602052604081208551909190869084908110611a1b57611a1b615311565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002054828281518110611a5657611a56615311565b6020908102919091010152611a6a8161533d565b90506119e3565b611a7a3361171d565b611afc5760405162461bcd60e51b815260206004820152604760248201527f44656c65676174696f6e4d616e616765722e7570646174654f70657261746f7260448201527f4d657461646174615552493a2063616c6c6572206d75737420626520616e206f6064820152663832b930ba37b960c91b608482015260a401610abc565b336001600160a01b03167f02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b67080908383604051611b3792919061544a565b60405180910390a25050565b604080517f39111bc4a4d688e1f685123d7497d4615370152a8ee4a0593e647bd06ad8bb0b6020808301919091526001600160a01b0387811683850152851660608301526080820186905260a08083018590528351808403909101815260c0909201909252805191012060009081611bb961269c565b60405161190160f01b602082015260228101919091526042810183905260620160408051808303601f190181529190528051602090910120979650505050505050565b6040516360f4062b60e01b81526001600160a01b03828116600483015260609182916000917f0000000000000000000000000000000000000000000000000000000000000000909116906360f4062b90602401602060405180830381865afa158015611c6c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c90919061565c565b6040516394f649dd60e01b81526001600160a01b03868116600483015291925060009182917f0000000000000000000000000000000000000000000000000000000000000000909116906394f649dd90602401600060405180830381865afa158015611d00573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611d2891908101906156d0565b9150915060008313611d3f57909590945092505050565b606080835160001415611df9576040805160018082528183019092529060208083019080368337505060408051600180825281830190925292945090506020808301908036833701905050905073beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac082600081518110611db457611db4615311565b60200260200101906001600160a01b031690816001600160a01b0316815250508481600081518110611de857611de8615311565b602002602001018181525050611fa7565b8351611e0690600161578a565b6001600160401b03811115611e1d57611e1d614c31565b604051908082528060200260200182016040528015611e46578160200160208202803683370190505b50915081516001600160401b03811115611e6257611e62614c31565b604051908082528060200260200182016040528015611e8b578160200160208202803683370190505b50905060005b8451811015611f2557848181518110611eac57611eac615311565b6020026020010151838281518110611ec657611ec6615311565b60200260200101906001600160a01b031690816001600160a01b031681525050838181518110611ef857611ef8615311565b6020026020010151828281518110611f1257611f12615311565b6020908102919091010152600101611e91565b5073beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac08260018451611f4a91906157a2565b81518110611f5a57611f5a615311565b60200260200101906001600160a01b031690816001600160a01b031681525050848160018451611f8a91906157a2565b81518110611f9a57611f9a615311565b6020026020010181815250505b9097909650945050505050565b60665460609060019060029081161415611fe05760405162461bcd60e51b8152600401610abc90615358565b611fe98361155a565b6120695760405162461bcd60e51b8152602060048201526044602482018190527f44656c65676174696f6e4d616e616765722e756e64656c65676174653a207374908201527f616b6572206d7573742062652064656c65676174656420746f20756e64656c656064820152636761746560e01b608482015260a401610abc565b6120728361171d565b156120e55760405162461bcd60e51b815260206004820152603d60248201527f44656c65676174696f6e4d616e616765722e756e64656c65676174653a206f7060448201527f657261746f72732063616e6e6f7420626520756e64656c6567617465640000006064820152608401610abc565b6001600160a01b0383166121615760405162461bcd60e51b815260206004820152603c60248201527f44656c65676174696f6e4d616e616765722e756e64656c65676174653a20636160448201527f6e6e6f7420756e64656c6567617465207a65726f2061646472657373000000006064820152608401610abc565b6001600160a01b038084166000818152609a6020526040902054909116903314806121945750336001600160a01b038216145b806121bb57506001600160a01b038181166000908152609960205260409020600101541633145b61222d5760405162461bcd60e51b815260206004820152603d60248201527f44656c65676174696f6e4d616e616765722e756e64656c65676174653a20636160448201527f6c6c65722063616e6e6f7420756e64656c6567617465207374616b65720000006064820152608401610abc565b60008061223986611bfc565b9092509050336001600160a01b0387161461228f57826001600160a01b0316866001600160a01b03167ff0eddf07e6ea14f388b47e1e94a0f464ecbd9eed4171130e0fc0e99fb4030a8a60405160405180910390a35b826001600160a01b0316866001600160a01b03167ffee30966a256b71e14bc0ebfc94315e28ef4a97a7131a9e2b7a310a73af4467660405160405180910390a36001600160a01b0386166000908152609a6020526040902080546001600160a01b0319169055815161231157604080516000815260208101909152945061246f565b81516001600160401b0381111561232a5761232a614c31565b604051908082528060200260200182016040528015612353578160200160208202803683370190505b50945060005b825181101561246d576040805160018082528183019092526000916020808301908036833750506040805160018082528183019092529293506000929150602080830190803683370190505090508483815181106123b9576123b9615311565b6020026020010151826000815181106123d4576123d4615311565b60200260200101906001600160a01b031690816001600160a01b03168152505083838151811061240657612406615311565b60200260200101518160008151811061242157612421615311565b60200260200101818152505061243a89878b8585612836565b88848151811061244c5761244c615311565b602002602001018181525050505080806124659061533d565b915050612359565b505b50505050919050565b6124813361155a565b156124ff5760405162461bcd60e51b815260206004820152604260248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f3a20737460448201527f616b657220697320616c7265616479206163746976656c792064656c65676174606482015261195960f21b608482015260a401610abc565b6125088361171d565b6125895760405162461bcd60e51b815260206004820152604660248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f3a206f7060448201527f657261746f72206973206e6f74207265676973746572656420696e2045696765606482015265372630bcb2b960d11b608482015260a401610abc565b6110a333848484612fe9565b61259e3361171d565b61261c5760405162461bcd60e51b815260206004820152604360248201527f44656c65676174696f6e4d616e616765722e6d6f646966794f70657261746f7260448201527f44657461696c733a2063616c6c6572206d75737420626520616e206f706572616064820152623a37b960e91b608482015260a401610abc565b610fee3382612df6565b61262e6133f1565b6001600160a01b0381166126935760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610abc565b610fee816137f2565b60007f00000000000000000000000000000000000000000000000000000000000000004614156126cd575060975490565b6126d561375b565b905090565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561272d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127519190615479565b6001600160a01b0316336001600160a01b0316146127815760405162461bcd60e51b8152600401610abc90615496565b6066541981196066541916146127ff5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610abc565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c906020016111dc565b60006001600160a01b0386166128cd5760405162461bcd60e51b815260206004820152605060248201527f44656c65676174696f6e4d616e616765722e5f72656d6f76655368617265734160448201527f6e6451756575655769746864726177616c3a207374616b65722063616e6e6f7460648201526f206265207a65726f206164647265737360801b608482015260a401610abc565b82516129575760405162461bcd60e51b815260206004820152604d60248201527f44656c65676174696f6e4d616e616765722e5f72656d6f76655368617265734160448201527f6e6451756575655769746864726177616c3a207374726174656769657320636160648201526c6e6e6f7420626520656d70747960981b608482015260a401610abc565b60005b8351811015612d04576001600160a01b038616156129b0576129b0868886848151811061298957612989615311565b60200260200101518685815181106129a3576129a3615311565b6020026020010151613376565b73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06001600160a01b03168482815181106129e0576129e0615311565b60200260200101516001600160a01b03161415612aa9577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663beffbb8988858481518110612a3957612a39615311565b60200260200101516040518363ffffffff1660e01b8152600401612a729291906001600160a01b03929092168252602082015260400190565b600060405180830381600087803b158015612a8c57600080fd5b505af1158015612aa0573d6000803e3d6000fd5b50505050612cfc565b846001600160a01b0316876001600160a01b03161480612b7b57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316639b4da03d858381518110612b0557612b05615311565b60200260200101516040518263ffffffff1660e01b8152600401612b3891906001600160a01b0391909116815260200190565b602060405180830381865afa158015612b55573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b79919061553d565b155b612c475760405162461bcd60e51b8152602060048201526084602482018190527f44656c65676174696f6e4d616e616765722e5f72656d6f76655368617265734160448301527f6e6451756575655769746864726177616c3a2077697468647261776572206d7560648301527f73742062652073616d652061646472657373206173207374616b657220696620908201527f746869726450617274795472616e7366657273466f7262696464656e2061726560a482015263081cd95d60e21b60c482015260e401610abc565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316638c80d4e588868481518110612c8957612c89615311565b6020026020010151868581518110612ca357612ca3615311565b60200260200101516040518463ffffffff1660e01b8152600401612cc9939291906157b9565b600060405180830381600087803b158015612ce357600080fd5b505af1158015612cf7573d6000803e3d6000fd5b505050505b60010161295a565b506001600160a01b0386166000908152609f60205260408120805491829190612d2c8361533d565b919050555060006040518060e00160405280896001600160a01b03168152602001886001600160a01b03168152602001876001600160a01b031681526020018381526020014363ffffffff1681526020018681526020018581525090506000612d9482611641565b6000818152609e602052604090819020805460ff19166001179055519091507f9009ab153e8014fbfb02f2217f5cde7aa7f9ad734ae85ca3ee3f4ca2fdd499f990612de290839085906157dd565b60405180910390a198975050505050505050565b6213c680612e0a60608301604084016157f6565b63ffffffff161115612ebf5760405162461bcd60e51b815260206004820152606c60248201527f44656c65676174696f6e4d616e616765722e5f7365744f70657261746f72446560448201527f7461696c733a207374616b65724f70744f757457696e646f77426c6f636b732060648201527f63616e6e6f74206265203e204d41585f5354414b45525f4f50545f4f55545f5760848201526b494e444f575f424c4f434b5360a01b60a482015260c401610abc565b6001600160a01b0382166000908152609960205260409081902060010154600160a01b900463ffffffff1690612efb90606084019084016157f6565b63ffffffff161015612f915760405162461bcd60e51b815260206004820152605360248201527f44656c65676174696f6e4d616e616765722e5f7365744f70657261746f72446560448201527f7461696c733a207374616b65724f70744f757457696e646f77426c6f636b732060648201527218d85b9b9bdd08189948191958dc99585cd959606a1b608482015260a401610abc565b6001600160a01b03821660009081526099602052604090208190612fb58282615833565b505060405133907ffebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac90611b379084906153f8565b606654600090600190811614156130125760405162461bcd60e51b8152600401610abc90615358565b6001600160a01b038085166000908152609960205260409020600101541680158015906130485750336001600160a01b03821614155b801561305d5750336001600160a01b03861614155b156131ca5742846020015110156130dc5760405162461bcd60e51b815260206004820152603760248201527f44656c65676174696f6e4d616e616765722e5f64656c65676174653a2061707060448201527f726f766572207369676e617475726520657870697265640000000000000000006064820152608401610abc565b6001600160a01b0381166000908152609c6020908152604080832086845290915290205460ff16156131765760405162461bcd60e51b815260206004820152603760248201527f44656c65676174696f6e4d616e616765722e5f64656c65676174653a2061707060448201527f726f76657253616c7420616c7265616479207370656e740000000000000000006064820152608401610abc565b6001600160a01b0381166000908152609c6020908152604080832086845282528220805460ff191660011790558501516131b79088908890859088906109ce565b90506131c8828287600001516141a3565b505b6001600160a01b038681166000818152609a602052604080822080546001600160a01b031916948a169485179055517fc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d87433049190a360008061322988611bfc565b9150915060005b825181101561136257613277888a85848151811061325057613250615311565b602002602001015185858151811061326a5761326a615311565b602002602001015161393e565b600101613230565b6001600160a01b03811661330d5760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610abc565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b038085166000908152609860209081526040808320938616835292905290812080548392906133ad9084906157a2565b92505081905550836001600160a01b03167f6909600037b75d7b4733aedd815442b5ec018a827751c832aaff64eba5d6d2dd848484604051610f30939291906157b9565b6033546001600160a01b031633146117695760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610abc565b8281146134d35760405162461bcd60e51b815260206004820152604a60248201527f44656c65676174696f6e4d616e616765722e5f7365745374726174656779576960448201527f746864726177616c44656c6179426c6f636b733a20696e707574206c656e67746064820152690d040dad2e6dac2e8c6d60b31b608482015260a401610abc565b8260005b818110156136695760008686838181106134f3576134f3615311565b905060200201602081019061350891906149ff565b6001600160a01b038116600090815260a1602052604081205491925086868581811061353657613536615311565b90506020020135905062034bc08111156135fa5760405162461bcd60e51b815260206004820152607360248201527f44656c65676174696f6e4d616e616765722e5f7365745374726174656779576960448201527f746864726177616c44656c6179426c6f636b733a205f7769746864726177616c60648201527f44656c6179426c6f636b732063616e6e6f74206265203e204d41585f5749544860848201527244524157414c5f44454c41595f424c4f434b5360681b60a482015260c401610abc565b6001600160a01b038316600081815260a160209081526040918290208490558151928352820184905281018290527f0e7efa738e8b0ce6376a0c1af471655540d2e9a81647d7b09ed823018426576d9060600160405180910390a1505050806136629061533d565b90506134d7565b505050505050565b6065546001600160a01b031615801561369257506001600160a01b03821615155b6137145760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610abc565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a26137578261327f565b5050565b604080518082018252600a81526922b4b3b2b72630bcb2b960b11b60209182015281517f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866818301527f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea81840152466060820152306080808301919091528351808303909101815260a0909101909252815191012090565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b62034bc08111156138fd5760405162461bcd60e51b815260206004820152607160248201527f44656c65676174696f6e4d616e616765722e5f7365744d696e5769746864726160448201527f77616c44656c6179426c6f636b733a205f6d696e5769746864726177616c446560648201527f6c6179426c6f636b732063616e6e6f74206265203e204d41585f5749544844526084820152704157414c5f44454c41595f424c4f434b5360781b60a482015260c401610abc565b609d5460408051918252602082018390527fafa003cd76f87ff9d62b35beea889920f33c0c42b8d45b74954d61d50f4b6b69910160405180910390a1609d55565b6001600160a01b0380851660009081526098602090815260408083209386168352929052908120805483929061397590849061578a565b92505081905550836001600160a01b03167f1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c848484604051610f30939291906157b9565b60006139c76105f387615896565b6000818152609e602052604090205490915060ff16613a485760405162461bcd60e51b815260206004820152604360248201526000805160206159c883398151915260448201527f645769746864726177616c3a20616374696f6e206973206e6f7420696e20717560648201526265756560e81b608482015260a401610abc565b609d544390613a5d60a0890160808a016157f6565b63ffffffff16613a6d919061578a565b1115613af55760405162461bcd60e51b815260206004820152605f60248201526000805160206159c883398151915260448201527f645769746864726177616c3a206d696e5769746864726177616c44656c61794260648201527f6c6f636b7320706572696f6420686173206e6f74207965742070617373656400608482015260a401610abc565b613b0560608701604088016149ff565b6001600160a01b0316336001600160a01b031614613b925760405162461bcd60e51b815260206004820152605060248201526000805160206159c883398151915260448201527f645769746864726177616c3a206f6e6c7920776974686472617765722063616e60648201526f1031b7b6b83632ba329030b1ba34b7b760811b608482015260a401610abc565b8115613c1457613ba560a08701876153af565b85149050613c145760405162461bcd60e51b815260206004820152604260248201526000805160206159c883398151915260448201527f645769746864726177616c3a20696e707574206c656e677468206d69736d61746064820152610c6d60f31b608482015260a401610abc565b6000818152609e60205260409020805460ff191690558115613d795760005b613c4060a08801886153af565b9050811015613d73574360a16000613c5b60a08b018b6153af565b85818110613c6b57613c6b615311565b9050602002016020810190613c8091906149ff565b6001600160a01b03168152602081019190915260400160002054613caa60a08a0160808b016157f6565b63ffffffff16613cba919061578a565b1115613cd85760405162461bcd60e51b8152600401610abc906158a2565b613d6b613ce860208901896149ff565b33613cf660a08b018b6153af565b85818110613d0657613d06615311565b9050602002016020810190613d1b91906149ff565b613d2860c08c018c6153af565b86818110613d3857613d38615311565b905060200201358a8a87818110613d5157613d51615311565b9050602002016020810190613d6691906149ff565b61435d565b600101613c33565b50614168565b336000908152609a60205260408120546001600160a01b0316905b613da160a08901896153af565b9050811015614165574360a16000613dbc60a08c018c6153af565b85818110613dcc57613dcc615311565b9050602002016020810190613de191906149ff565b6001600160a01b03168152602081019190915260400160002054613e0b60a08b0160808c016157f6565b63ffffffff16613e1b919061578a565b1115613e395760405162461bcd60e51b8152600401610abc906158a2565b73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0613e5b60a08a018a6153af565b83818110613e6b57613e6b615311565b9050602002016020810190613e8091906149ff565b6001600160a01b03161415613fd0576000613e9e60208a018a6149ff565b905060006001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016630e81073c83613edf60c08e018e6153af565b87818110613eef57613eef615311565b6040516001600160e01b031960e087901b1681526001600160a01b03909416600485015260200291909101356024830152506044016020604051808303816000875af1158015613f43573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613f67919061565c565b6001600160a01b038084166000908152609a6020526040902054919250168015613fc857613fc88184613f9d60a08f018f6153af565b88818110613fad57613fad615311565b9050602002016020810190613fc291906149ff565b8561393e565b50505061415d565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663c4623ea13389898581811061401257614012615311565b905060200201602081019061402791906149ff565b61403460a08d018d6153af565b8681811061404457614044615311565b905060200201602081019061405991906149ff565b61406660c08e018e6153af565b8781811061407657614076615311565b60405160e088901b6001600160e01b03191681526001600160a01b03968716600482015294861660248601529290941660448401526020909102013560648201526084019050600060405180830381600087803b1580156140d657600080fd5b505af11580156140ea573d6000803e3d6000fd5b505050506001600160a01b0382161561415d5761415d823361410f60a08c018c6153af565b8581811061411f5761411f615311565b905060200201602081019061413491906149ff565b61414160c08d018d6153af565b8681811061415157614151615311565b9050602002013561393e565b600101613d94565b50505b6040518181527fc97098c2f658800b4df29001527f7324bcdffcf6e8751a699ab920a1eced5b1d9060200160405180910390a1505050505050565b6001600160a01b0383163b156142bd57604051630b135d3f60e11b808252906001600160a01b03851690631626ba7e906141e3908690869060040161592a565b602060405180830381865afa158015614200573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906142249190615987565b6001600160e01b031916146110a35760405162461bcd60e51b815260206004820152605360248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a2045524331323731207369676e6174757265206064820152721d995c9a599a58d85d1a5bdb8819985a5b1959606a1b608482015260a401610abc565b826001600160a01b03166142d1838361449d565b6001600160a01b0316146110a35760405162461bcd60e51b815260206004820152604760248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a207369676e6174757265206e6f742066726f6d6064820152661039b4b3b732b960c91b608482015260a401610abc565b6001600160a01b03831673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac014156144085760405162387b1360e81b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063387b1300906143d1908890889087906004016157b9565b600060405180830381600087803b1580156143eb57600080fd5b505af11580156143ff573d6000803e3d6000fd5b50505050614496565b60405163c608c7f360e01b81526001600160a01b03858116600483015284811660248301526044820184905282811660648301527f0000000000000000000000000000000000000000000000000000000000000000169063c608c7f390608401600060405180830381600087803b15801561448257600080fd5b505af1158015611362573d6000803e3d6000fd5b5050505050565b60008060006144ac85856144b9565b915091506109c681614529565b6000808251604114156144f05760208301516040840151606085015160001a6144e4878285856146e4565b94509450505050614522565b82516040141561451a576020830151604084015161450f8683836147d1565b935093505050614522565b506000905060025b9250929050565b600081600481111561453d5761453d6159b1565b14156145465750565b600181600481111561455a5761455a6159b1565b14156145a85760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606401610abc565b60028160048111156145bc576145bc6159b1565b141561460a5760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606401610abc565b600381600481111561461e5761461e6159b1565b14156146775760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b6064820152608401610abc565b600481600481111561468b5761468b6159b1565b1415610fee5760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b6064820152608401610abc565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083111561471b57506000905060036147c8565b8460ff16601b1415801561473357508460ff16601c14155b1561474457506000905060046147c8565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015614798573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b0381166147c1576000600192509250506147c8565b9150600090505b94509492505050565b6000806001600160ff1b038316816147ee60ff86901c601b61578a565b90506147fc878288856146e4565b935093505050935093915050565b60008083601f84011261481c57600080fd5b5081356001600160401b0381111561483357600080fd5b6020830191508360208260051b850101111561452257600080fd5b6000806020838503121561486157600080fd5b82356001600160401b0381111561487757600080fd5b6148838582860161480a565b90969095509350505050565b6001600160a01b0381168114610fee57600080fd5b80356148af8161488f565b919050565b600080600080600060a086880312156148cc57600080fd5b85356148d78161488f565b945060208601356148e78161488f565b935060408601356148f78161488f565b94979396509394606081013594506080013592915050565b6020808252825182820181905260009190848201906040850190845b818110156149475783518352928401929184019160010161492b565b50909695505050505050565b60006060828403121561496557600080fd5b50919050565b60008083601f84011261497d57600080fd5b5081356001600160401b0381111561499457600080fd5b60208301915083602082850101111561452257600080fd5b6000806000608084860312156149c157600080fd5b6149cb8585614953565b925060608401356001600160401b038111156149e657600080fd5b6149f28682870161496b565b9497909650939450505050565b600060208284031215614a1157600080fd5b8135614a1c8161488f565b9392505050565b600080600060608486031215614a3857600080fd5b8335614a438161488f565b92506020840135614a538161488f565b929592945050506040919091013590565b600060208284031215614a7657600080fd5b5035919050565b60008060008060408587031215614a9357600080fd5b84356001600160401b0380821115614aaa57600080fd5b614ab68883890161480a565b90965094506020870135915080821115614acf57600080fd5b50614adc8782880161480a565b95989497509550505050565b60008060008060008060008060c0898b031215614b0457600080fd5b8835614b0f8161488f565b97506020890135614b1f8161488f565b9650604089013595506060890135945060808901356001600160401b0380821115614b4957600080fd5b614b558c838d0161480a565b909650945060a08b0135915080821115614b6e57600080fd5b50614b7b8b828c0161480a565b999c989b5096995094979396929594505050565b6000806000806000806000806080898b031215614bab57600080fd5b88356001600160401b0380821115614bc257600080fd5b614bce8c838d0161480a565b909a50985060208b0135915080821115614be757600080fd5b614bf38c838d0161480a565b909850965060408b0135915080821115614c0c57600080fd5b614c188c838d0161480a565b909650945060608b0135915080821115614b6e57600080fd5b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b0381118282101715614c6957614c69614c31565b60405290565b604080519081016001600160401b0381118282101715614c6957614c69614c31565b604051601f8201601f191681016001600160401b0381118282101715614cb957614cb9614c31565b604052919050565b63ffffffff81168114610fee57600080fd5b80356148af81614cc1565b60006001600160401b03821115614cf757614cf7614c31565b5060051b60200190565b600082601f830112614d1257600080fd5b81356020614d27614d2283614cde565b614c91565b82815260059290921b84018101918181019086841115614d4657600080fd5b8286015b84811015614d6a578035614d5d8161488f565b8352918301918301614d4a565b509695505050505050565b600082601f830112614d8657600080fd5b81356020614d96614d2283614cde565b82815260059290921b84018101918181019086841115614db557600080fd5b8286015b84811015614d6a5780358352918301918301614db9565b600060e08284031215614de257600080fd5b614dea614c47565b9050614df5826148a4565b8152614e03602083016148a4565b6020820152614e14604083016148a4565b604082015260608201356060820152614e2f60808301614cd3565b608082015260a08201356001600160401b0380821115614e4e57600080fd5b614e5a85838601614d01565b60a084015260c0840135915080821115614e7357600080fd5b50614e8084828501614d75565b60c08301525092915050565b600060208284031215614e9e57600080fd5b81356001600160401b03811115614eb457600080fd5b614ec084828501614dd0565b949350505050565b600060208284031215614eda57600080fd5b813560ff81168114614a1c57600080fd5b8015158114610fee57600080fd5b600080600080600060808688031215614f1157600080fd5b85356001600160401b0380821115614f2857600080fd5b9087019060e0828a031215614f3c57600080fd5b90955060208701359080821115614f5257600080fd5b50614f5f8882890161480a565b909550935050604086013591506060860135614f7a81614eeb565b809150509295509295909350565b60008060408385031215614f9b57600080fd5b8235614fa68161488f565b91506020830135614fb68161488f565b809150509250929050565b600060408284031215614fd357600080fd5b614fdb614c6f565b905081356001600160401b0380821115614ff457600080fd5b818401915084601f83011261500857600080fd5b813560208282111561501c5761501c614c31565b61502e601f8301601f19168201614c91565b9250818352868183860101111561504457600080fd5b8181850182850137600081838501015282855280860135818601525050505092915050565b600080600080600060a0868803121561508157600080fd5b853561508c8161488f565b9450602086013561509c8161488f565b935060408601356001600160401b03808211156150b857600080fd5b6150c489838a01614fc1565b945060608801359150808211156150da57600080fd5b506150e788828901614fc1565b95989497509295608001359392505050565b6000806040838503121561510c57600080fd5b82356151178161488f565b915060208301356001600160401b0381111561513257600080fd5b61513e85828601614d01565b9150509250929050565b600081518084526020808501945080840160005b838110156151785781518752958201959082019060010161515c565b509495945050505050565b602081526000614a1c6020830184615148565b600080602083850312156151a957600080fd5b82356001600160401b038111156151bf57600080fd5b6148838582860161496b565b600080604083850312156151de57600080fd5b82356151e98161488f565b946020939093013593505050565b6000806000806080858703121561520d57600080fd5b84356152188161488f565b935060208501359250604085013561522f8161488f565b9396929550929360600135925050565b600081518084526020808501945080840160005b838110156151785781516001600160a01b031687529582019590820190600101615253565b60408152600061528b604083018561523f565b82810360208401526112208185615148565b6000806000606084860312156152b257600080fd5b83356152bd8161488f565b925060208401356001600160401b038111156152d857600080fd5b6152e486828701614fc1565b925050604084013590509250925092565b60006060828403121561530757600080fd5b614a1c8383614953565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b600060001982141561535157615351615327565b5060010190565b60208082526019908201527f5061757361626c653a20696e6465782069732070617573656400000000000000604082015260600190565b60008235605e198336030181126153a557600080fd5b9190910192915050565b6000808335601e198436030181126153c657600080fd5b8301803591506001600160401b038211156153e057600080fd5b6020019150600581901b360382131561452257600080fd5b6060810182356154078161488f565b6001600160a01b0390811683526020840135906154238261488f565b166020830152604083013561543781614cc1565b63ffffffff811660408401525092915050565b60208152816020820152818360408301376000818301604090810191909152601f909201601f19160101919050565b60006020828403121561548b57600080fd5b8151614a1c8161488f565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b60208082526037908201527f44656c65676174696f6e4d616e616765723a206f6e6c7953747261746567794d60408201527f616e616765724f72456967656e506f644d616e61676572000000000000000000606082015260800190565b60006020828403121561554f57600080fd5b8151614a1c81614eeb565b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b6000823560de198336030181126153a557600080fd5b6000602082840312156155ca57600080fd5b8135614a1c81614eeb565b600060018060a01b03808351168452806020840151166020850152806040840151166040850152506060820151606084015263ffffffff608083015116608084015260a082015160e060a085015261563060e085018261523f565b905060c083015184820360c08601526112208282615148565b602081526000614a1c60208301846155d5565b60006020828403121561566e57600080fd5b5051919050565b600082601f83011261568657600080fd5b81516020615696614d2283614cde565b82815260059290921b840181019181810190868411156156b557600080fd5b8286015b84811015614d6a57805183529183019183016156b9565b600080604083850312156156e357600080fd5b82516001600160401b03808211156156fa57600080fd5b818501915085601f83011261570e57600080fd5b8151602061571e614d2283614cde565b82815260059290921b8401810191818101908984111561573d57600080fd5b948201945b838610156157645785516157558161488f565b82529482019490820190615742565b9188015191965090935050508082111561577d57600080fd5b5061513e85828601615675565b6000821982111561579d5761579d615327565b500190565b6000828210156157b4576157b4615327565b500390565b6001600160a01b039384168152919092166020820152604081019190915260600190565b828152604060208201526000614ec060408301846155d5565b60006020828403121561580857600080fd5b8135614a1c81614cc1565b80546001600160a01b0319166001600160a01b0392909216919091179055565b813561583e8161488f565b6158488183615813565b5060018101602083013561585b8161488f565b6158658183615813565b50604083013561587481614cc1565b815463ffffffff60a01b191660a09190911b63ffffffff60a01b161790555050565b60006117513683614dd0565b6020808252606e908201526000805160206159c883398151915260408201527f645769746864726177616c3a207769746864726177616c44656c6179426c6f6360608201527f6b7320706572696f6420686173206e6f74207965742070617373656420666f7260808201526d207468697320737472617465677960901b60a082015260c00190565b82815260006020604081840152835180604085015260005b8181101561595e57858101830151858201606001528201615942565b81811115615970576000606083870101525b50601f01601f191692909201606001949350505050565b60006020828403121561599957600080fd5b81516001600160e01b031981168114614a1c57600080fd5b634e487b7160e01b600052602160045260246000fdfe44656c65676174696f6e4d616e616765722e5f636f6d706c6574655175657565a264697066735822122026b1fed484881843a1d9811e493fabdf693f068a2dfa3af9289c2a7fba74873e64736f6c634300080c00330000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f875707000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8530000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe6","output":"0x608060405234801561001057600080fd5b50600436106103425760003560e01c8063635bbd10116101b8578063b7f06ebe11610104578063cf80873e116100a2578063f16172b01161007c578063f16172b014610908578063f2fde38b1461091b578063f698da251461092e578063fabc1cbc1461093657600080fd5b8063cf80873e146108c1578063da8be864146108e2578063eea9064b146108f557600080fd5b8063c488375a116100de578063c488375a146107de578063c5e480db146107fe578063c94b5111146108a4578063ca661c04146108b757600080fd5b8063b7f06ebe14610784578063bb45fef2146107a7578063c448feb8146107d557600080fd5b8063886f1195116101715780639104c3191161014b5780639104c3191461070f57806399be81c81461072a578063a17884841461073d578063b13442711461075d57600080fd5b8063886f1195146106cb5780638da5cb5b146106de57806390041347146106ef57600080fd5b8063635bbd101461063657806365da1264146106495780636d70f7ae14610672578063715018a614610685578063778e55f31461068d5780637f548071146106b857600080fd5b806328a573ae116102925780634665bcda11610230578063597b36da1161020a578063597b36da146105e55780635ac86ab7146105f85780635c975abb1461061b57806360d7faed1461062357600080fd5b80634665bcda146105ac5780634fc40b61146105d3578063595c6a67146105dd57600080fd5b806339b70e381161026c57806339b70e38146104f45780633cdeb5e0146105335780633e28391d14610562578063433773821461058557600080fd5b806328a573ae146104ae57806329c77d4f146104c157806333404396146104e157600080fd5b8063132d4967116102ff57806316928365116102d957806316928365146104285780631bbce0911461046157806320606b701461047457806322bf40e41461049b57600080fd5b8063132d4967146103ef578063136439dd146104025780631522bf021461041557600080fd5b80630449ca391461034757806304a4f9791461036d5780630b9f487a146103945780630dd8dd02146103a75780630f589e59146103c757806310d67a2f146103dc575b600080fd5b61035a61035536600461484e565b610949565b6040519081526020015b60405180910390f35b61035a7f14bde674c9f64b2ad00eaaee4a8bed1fabef35c7507e3c5b9cfc9436909a2dad81565b61035a6103a23660046148b4565b6109ce565b6103ba6103b536600461484e565b610a90565b604051610364919061490f565b6103da6103d53660046149ac565b610df9565b005b6103da6103ea3660046149ff565b610f3e565b6103da6103fd366004614a23565b610ff1565b6103da610410366004614a64565b6110a8565b6103da610423366004614a7d565b6111e7565b61035a6104363660046149ff565b6001600160a01b0316600090815260996020526040902060010154600160a01b900463ffffffff1690565b61035a61046f366004614a23565b6111fb565b61035a7f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86681565b6103da6104a9366004614ae8565b611229565b6103da6104bc366004614a23565b61136d565b61035a6104cf3660046149ff565b609b6020526000908152604090205481565b6103da6104ef366004614b8f565b61141d565b61051b7f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570781565b6040516001600160a01b039091168152602001610364565b61051b6105413660046149ff565b6001600160a01b039081166000908152609960205260409020600101541690565b6105756105703660046149ff565b61155a565b6040519015158152602001610364565b61035a7f39111bc4a4d688e1f685123d7497d4615370152a8ee4a0593e647bd06ad8bb0b81565b61051b7f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe681565b61035a6213c68081565b6103da61157a565b61035a6105f3366004614e8c565b611641565b610575610606366004614ec8565b606654600160ff9092169190911b9081161490565b60665461035a565b6103da610631366004614ef9565b611671565b6103da610644366004614a64565b61170c565b61051b6106573660046149ff565b609a602052600090815260409020546001600160a01b031681565b6105756106803660046149ff565b61171d565b6103da611757565b61035a61069b366004614f88565b609860209081526000928352604080842090915290825290205481565b6103da6106c6366004615069565b61176b565b60655461051b906001600160a01b031681565b6033546001600160a01b031661051b565b6107026106fd3660046150f9565b611997565b6040516103649190615183565b61051b73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b6103da610738366004615196565b611a71565b61035a61074b3660046149ff565b609f6020526000908152604090205481565b61051b7f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c85381565b610575610792366004614a64565b609e6020526000908152604090205460ff1681565b6105756107b53660046151cb565b609c60209081526000928352604080842090915290825290205460ff1681565b61035a609d5481565b61035a6107ec3660046149ff565b60a16020526000908152604090205481565b61086e61080c3660046149ff565b6040805160608082018352600080835260208084018290529284018190526001600160a01b03948516815260998352839020835191820184528054851682526001015493841691810191909152600160a01b90920463ffffffff169082015290565b6040805182516001600160a01b039081168252602080850151909116908201529181015163ffffffff1690820152606001610364565b61035a6108b23660046151f7565b611b43565b61035a62034bc081565b6108d46108cf3660046149ff565b611bfc565b604051610364929190615278565b6103ba6108f03660046149ff565b611fb4565b6103da61090336600461529d565b612478565b6103da6109163660046152f5565b612595565b6103da6109293660046149ff565b612626565b61035a61269c565b6103da610944366004614a64565b6126da565b609d54600090815b838110156109c657600060a1600087878581811061097157610971615311565b905060200201602081019061098691906149ff565b6001600160a01b03166001600160a01b03168152602001908152602001600020549050828111156109b5578092505b506109bf8161533d565b9050610951565b509392505050565b604080517f14bde674c9f64b2ad00eaaee4a8bed1fabef35c7507e3c5b9cfc9436909a2dad6020808301919091526001600160a01b038681168385015288811660608401528716608083015260a0820185905260c08083018590528351808403909101815260e0909201909252805191012060009081610a4c61269c565b60405161190160f01b602082015260228101919091526042810183905260620160408051808303601f19018152919052805160209091012098975050505050505050565b60665460609060019060029081161415610ac55760405162461bcd60e51b8152600401610abc90615358565b60405180910390fd5b6000836001600160401b03811115610adf57610adf614c31565b604051908082528060200260200182016040528015610b08578160200160208202803683370190505b50336000908152609a60205260408120549192506001600160a01b03909116905b85811015610dee57868682818110610b4357610b43615311565b9050602002810190610b55919061538f565b610b639060208101906153af565b9050878783818110610b7757610b77615311565b9050602002810190610b89919061538f565b610b9390806153af565b905014610c085760405162461bcd60e51b815260206004820152603860248201527f44656c65676174696f6e4d616e616765722e717565756557697468647261776160448201527f6c3a20696e707574206c656e677468206d69736d6174636800000000000000006064820152608401610abc565b33878783818110610c1b57610c1b615311565b9050602002810190610c2d919061538f565b610c3e9060608101906040016149ff565b6001600160a01b031614610cba5760405162461bcd60e51b815260206004820152603c60248201527f44656c65676174696f6e4d616e616765722e717565756557697468647261776160448201527f6c3a2077697468647261776572206d757374206265207374616b6572000000006064820152608401610abc565b610dbf3383898985818110610cd157610cd1615311565b9050602002810190610ce3919061538f565b610cf49060608101906040016149ff565b8a8a86818110610d0657610d06615311565b9050602002810190610d18919061538f565b610d2290806153af565b808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508e92508d9150889050818110610d6857610d68615311565b9050602002810190610d7a919061538f565b610d889060208101906153af565b8080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061283692505050565b838281518110610dd157610dd1615311565b602090810291909101015280610de68161533d565b915050610b29565b509095945050505050565b610e023361155a565b15610e885760405162461bcd60e51b815260206004820152604a60248201527f44656c65676174696f6e4d616e616765722e726567697374657241734f70657260448201527f61746f723a2063616c6c657220697320616c7265616479206163746976656c796064820152690819195b1959d85d195960b21b608482015260a401610abc565b610e923384612df6565b604080518082019091526060815260006020820152610eb43380836000612fe9565b336001600160a01b03167f8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e285604051610eed91906153f8565b60405180910390a2336001600160a01b03167f02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b67080908484604051610f3092919061544a565b60405180910390a250505050565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f91573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fb59190615479565b6001600160a01b0316336001600160a01b031614610fe55760405162461bcd60e51b8152600401610abc90615496565b610fee8161327f565b50565b336001600160a01b037f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757071614806110505750336001600160a01b037f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe616145b61106c5760405162461bcd60e51b8152600401610abc906154e0565b6110758361155a565b156110a3576001600160a01b038084166000908152609a6020526040902054166110a181858585613376565b505b505050565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156110f0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611114919061553d565b6111305760405162461bcd60e51b8152600401610abc9061555a565b606654818116146111a95760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610abc565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b6111ef6133f1565b6110a18484848461344b565b6001600160a01b0383166000908152609b602052604081205461122085828686611b43565b95945050505050565b600054610100900460ff16158080156112495750600054600160ff909116105b806112635750303b158015611263575060005460ff166001145b6112c65760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610abc565b6000805460ff1916600117905580156112e9576000805461ff0019166101001790555b6112f38888613671565b6112fb61375b565b609755611307896137f2565b61131086613844565b61131c8585858561344b565b8015611362576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050505050505050565b336001600160a01b037f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757071614806113cc5750336001600160a01b037f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe616145b6113e85760405162461bcd60e51b8152600401610abc906154e0565b6113f18361155a565b156110a3576001600160a01b038084166000908152609a6020526040902054166110a18185858561393e565b606654600290600490811614156114465760405162461bcd60e51b8152600401610abc90615358565b600260c95414156114995760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610abc565b600260c95560005b88811015611549576115398a8a838181106114be576114be615311565b90506020028101906114d091906155a2565b8989848181106114e2576114e2615311565b90506020028101906114f491906153af565b89898681811061150657611506615311565b9050602002013588888781811061151f5761151f615311565b905060200201602081019061153491906155b8565b6139b9565b6115428161533d565b90506114a1565b5050600160c9555050505050505050565b6001600160a01b039081166000908152609a602052604090205416151590565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156115c2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115e6919061553d565b6116025760405162461bcd60e51b8152600401610abc9061555a565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b6000816040516020016116549190615649565b604051602081830303815290604052805190602001209050919050565b6066546002906004908116141561169a5760405162461bcd60e51b8152600401610abc90615358565b600260c95414156116ed5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610abc565b600260c9556116ff86868686866139b9565b5050600160c95550505050565b6117146133f1565b610fee81613844565b60006001600160a01b0382161580159061175157506001600160a01b038083166000818152609a6020526040902054909116145b92915050565b61175f6133f1565b61176960006137f2565b565b42836020015110156117ef5760405162461bcd60e51b815260206004820152604160248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f4279536960448201527f676e61747572653a207374616b6572207369676e6174757265206578706972656064820152601960fa1b608482015260a401610abc565b6117f88561155a565b156118815760405162461bcd60e51b815260206004820152604d60248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f4279536960448201527f676e61747572653a207374616b657220697320616c726561647920616374697660648201526c195b1e4819195b1959d85d1959609a1b608482015260a401610abc565b61188a8461171d565b6119165760405162461bcd60e51b815260206004820152605160248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f4279536960448201527f676e61747572653a206f70657261746f72206973206e6f7420726567697374656064820152703932b21034b71022b4b3b2b72630bcb2b960791b608482015260a401610abc565b6000609b6000876001600160a01b03166001600160a01b0316815260200190815260200160002054905060006119528783888860200151611b43565b6001600160a01b0388166000908152609b60205260409020600184019055855190915061198290889083906141a3565b61198e87878686612fe9565b50505050505050565b6060600082516001600160401b038111156119b4576119b4614c31565b6040519080825280602002602001820160405280156119dd578160200160208202803683370190505b50905060005b83518110156109c6576001600160a01b03851660009081526098602052604081208551909190869084908110611a1b57611a1b615311565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002054828281518110611a5657611a56615311565b6020908102919091010152611a6a8161533d565b90506119e3565b611a7a3361171d565b611afc5760405162461bcd60e51b815260206004820152604760248201527f44656c65676174696f6e4d616e616765722e7570646174654f70657261746f7260448201527f4d657461646174615552493a2063616c6c6572206d75737420626520616e206f6064820152663832b930ba37b960c91b608482015260a401610abc565b336001600160a01b03167f02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b67080908383604051611b3792919061544a565b60405180910390a25050565b604080517f39111bc4a4d688e1f685123d7497d4615370152a8ee4a0593e647bd06ad8bb0b6020808301919091526001600160a01b0387811683850152851660608301526080820186905260a08083018590528351808403909101815260c0909201909252805191012060009081611bb961269c565b60405161190160f01b602082015260228101919091526042810183905260620160408051808303601f190181529190528051602090910120979650505050505050565b6040516360f4062b60e01b81526001600160a01b03828116600483015260609182916000917f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe6909116906360f4062b90602401602060405180830381865afa158015611c6c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c90919061565c565b6040516394f649dd60e01b81526001600160a01b03868116600483015291925060009182917f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f875707909116906394f649dd90602401600060405180830381865afa158015611d00573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611d2891908101906156d0565b9150915060008313611d3f57909590945092505050565b606080835160001415611df9576040805160018082528183019092529060208083019080368337505060408051600180825281830190925292945090506020808301908036833701905050905073beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac082600081518110611db457611db4615311565b60200260200101906001600160a01b031690816001600160a01b0316815250508481600081518110611de857611de8615311565b602002602001018181525050611fa7565b8351611e0690600161578a565b6001600160401b03811115611e1d57611e1d614c31565b604051908082528060200260200182016040528015611e46578160200160208202803683370190505b50915081516001600160401b03811115611e6257611e62614c31565b604051908082528060200260200182016040528015611e8b578160200160208202803683370190505b50905060005b8451811015611f2557848181518110611eac57611eac615311565b6020026020010151838281518110611ec657611ec6615311565b60200260200101906001600160a01b031690816001600160a01b031681525050838181518110611ef857611ef8615311565b6020026020010151828281518110611f1257611f12615311565b6020908102919091010152600101611e91565b5073beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac08260018451611f4a91906157a2565b81518110611f5a57611f5a615311565b60200260200101906001600160a01b031690816001600160a01b031681525050848160018451611f8a91906157a2565b81518110611f9a57611f9a615311565b6020026020010181815250505b9097909650945050505050565b60665460609060019060029081161415611fe05760405162461bcd60e51b8152600401610abc90615358565b611fe98361155a565b6120695760405162461bcd60e51b8152602060048201526044602482018190527f44656c65676174696f6e4d616e616765722e756e64656c65676174653a207374908201527f616b6572206d7573742062652064656c65676174656420746f20756e64656c656064820152636761746560e01b608482015260a401610abc565b6120728361171d565b156120e55760405162461bcd60e51b815260206004820152603d60248201527f44656c65676174696f6e4d616e616765722e756e64656c65676174653a206f7060448201527f657261746f72732063616e6e6f7420626520756e64656c6567617465640000006064820152608401610abc565b6001600160a01b0383166121615760405162461bcd60e51b815260206004820152603c60248201527f44656c65676174696f6e4d616e616765722e756e64656c65676174653a20636160448201527f6e6e6f7420756e64656c6567617465207a65726f2061646472657373000000006064820152608401610abc565b6001600160a01b038084166000818152609a6020526040902054909116903314806121945750336001600160a01b038216145b806121bb57506001600160a01b038181166000908152609960205260409020600101541633145b61222d5760405162461bcd60e51b815260206004820152603d60248201527f44656c65676174696f6e4d616e616765722e756e64656c65676174653a20636160448201527f6c6c65722063616e6e6f7420756e64656c6567617465207374616b65720000006064820152608401610abc565b60008061223986611bfc565b9092509050336001600160a01b0387161461228f57826001600160a01b0316866001600160a01b03167ff0eddf07e6ea14f388b47e1e94a0f464ecbd9eed4171130e0fc0e99fb4030a8a60405160405180910390a35b826001600160a01b0316866001600160a01b03167ffee30966a256b71e14bc0ebfc94315e28ef4a97a7131a9e2b7a310a73af4467660405160405180910390a36001600160a01b0386166000908152609a6020526040902080546001600160a01b0319169055815161231157604080516000815260208101909152945061246f565b81516001600160401b0381111561232a5761232a614c31565b604051908082528060200260200182016040528015612353578160200160208202803683370190505b50945060005b825181101561246d576040805160018082528183019092526000916020808301908036833750506040805160018082528183019092529293506000929150602080830190803683370190505090508483815181106123b9576123b9615311565b6020026020010151826000815181106123d4576123d4615311565b60200260200101906001600160a01b031690816001600160a01b03168152505083838151811061240657612406615311565b60200260200101518160008151811061242157612421615311565b60200260200101818152505061243a89878b8585612836565b88848151811061244c5761244c615311565b602002602001018181525050505080806124659061533d565b915050612359565b505b50505050919050565b6124813361155a565b156124ff5760405162461bcd60e51b815260206004820152604260248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f3a20737460448201527f616b657220697320616c7265616479206163746976656c792064656c65676174606482015261195960f21b608482015260a401610abc565b6125088361171d565b6125895760405162461bcd60e51b815260206004820152604660248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f3a206f7060448201527f657261746f72206973206e6f74207265676973746572656420696e2045696765606482015265372630bcb2b960d11b608482015260a401610abc565b6110a333848484612fe9565b61259e3361171d565b61261c5760405162461bcd60e51b815260206004820152604360248201527f44656c65676174696f6e4d616e616765722e6d6f646966794f70657261746f7260448201527f44657461696c733a2063616c6c6572206d75737420626520616e206f706572616064820152623a37b960e91b608482015260a401610abc565b610fee3382612df6565b61262e6133f1565b6001600160a01b0381166126935760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610abc565b610fee816137f2565b60007f0000000000000000000000000000000000000000000000000000000000007a694614156126cd575060975490565b6126d561375b565b905090565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561272d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127519190615479565b6001600160a01b0316336001600160a01b0316146127815760405162461bcd60e51b8152600401610abc90615496565b6066541981196066541916146127ff5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610abc565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c906020016111dc565b60006001600160a01b0386166128cd5760405162461bcd60e51b815260206004820152605060248201527f44656c65676174696f6e4d616e616765722e5f72656d6f76655368617265734160448201527f6e6451756575655769746864726177616c3a207374616b65722063616e6e6f7460648201526f206265207a65726f206164647265737360801b608482015260a401610abc565b82516129575760405162461bcd60e51b815260206004820152604d60248201527f44656c65676174696f6e4d616e616765722e5f72656d6f76655368617265734160448201527f6e6451756575655769746864726177616c3a207374726174656769657320636160648201526c6e6e6f7420626520656d70747960981b608482015260a401610abc565b60005b8351811015612d04576001600160a01b038616156129b0576129b0868886848151811061298957612989615311565b60200260200101518685815181106129a3576129a3615311565b6020026020010151613376565b73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06001600160a01b03168482815181106129e0576129e0615311565b60200260200101516001600160a01b03161415612aa9577f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b031663beffbb8988858481518110612a3957612a39615311565b60200260200101516040518363ffffffff1660e01b8152600401612a729291906001600160a01b03929092168252602082015260400190565b600060405180830381600087803b158015612a8c57600080fd5b505af1158015612aa0573d6000803e3d6000fd5b50505050612cfc565b846001600160a01b0316876001600160a01b03161480612b7b57507f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757076001600160a01b0316639b4da03d858381518110612b0557612b05615311565b60200260200101516040518263ffffffff1660e01b8152600401612b3891906001600160a01b0391909116815260200190565b602060405180830381865afa158015612b55573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b79919061553d565b155b612c475760405162461bcd60e51b8152602060048201526084602482018190527f44656c65676174696f6e4d616e616765722e5f72656d6f76655368617265734160448301527f6e6451756575655769746864726177616c3a2077697468647261776572206d7560648301527f73742062652073616d652061646472657373206173207374616b657220696620908201527f746869726450617274795472616e7366657273466f7262696464656e2061726560a482015263081cd95d60e21b60c482015260e401610abc565b7f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757076001600160a01b0316638c80d4e588868481518110612c8957612c89615311565b6020026020010151868581518110612ca357612ca3615311565b60200260200101516040518463ffffffff1660e01b8152600401612cc9939291906157b9565b600060405180830381600087803b158015612ce357600080fd5b505af1158015612cf7573d6000803e3d6000fd5b505050505b60010161295a565b506001600160a01b0386166000908152609f60205260408120805491829190612d2c8361533d565b919050555060006040518060e00160405280896001600160a01b03168152602001886001600160a01b03168152602001876001600160a01b031681526020018381526020014363ffffffff1681526020018681526020018581525090506000612d9482611641565b6000818152609e602052604090819020805460ff19166001179055519091507f9009ab153e8014fbfb02f2217f5cde7aa7f9ad734ae85ca3ee3f4ca2fdd499f990612de290839085906157dd565b60405180910390a198975050505050505050565b6213c680612e0a60608301604084016157f6565b63ffffffff161115612ebf5760405162461bcd60e51b815260206004820152606c60248201527f44656c65676174696f6e4d616e616765722e5f7365744f70657261746f72446560448201527f7461696c733a207374616b65724f70744f757457696e646f77426c6f636b732060648201527f63616e6e6f74206265203e204d41585f5354414b45525f4f50545f4f55545f5760848201526b494e444f575f424c4f434b5360a01b60a482015260c401610abc565b6001600160a01b0382166000908152609960205260409081902060010154600160a01b900463ffffffff1690612efb90606084019084016157f6565b63ffffffff161015612f915760405162461bcd60e51b815260206004820152605360248201527f44656c65676174696f6e4d616e616765722e5f7365744f70657261746f72446560448201527f7461696c733a207374616b65724f70744f757457696e646f77426c6f636b732060648201527218d85b9b9bdd08189948191958dc99585cd959606a1b608482015260a401610abc565b6001600160a01b03821660009081526099602052604090208190612fb58282615833565b505060405133907ffebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac90611b379084906153f8565b606654600090600190811614156130125760405162461bcd60e51b8152600401610abc90615358565b6001600160a01b038085166000908152609960205260409020600101541680158015906130485750336001600160a01b03821614155b801561305d5750336001600160a01b03861614155b156131ca5742846020015110156130dc5760405162461bcd60e51b815260206004820152603760248201527f44656c65676174696f6e4d616e616765722e5f64656c65676174653a2061707060448201527f726f766572207369676e617475726520657870697265640000000000000000006064820152608401610abc565b6001600160a01b0381166000908152609c6020908152604080832086845290915290205460ff16156131765760405162461bcd60e51b815260206004820152603760248201527f44656c65676174696f6e4d616e616765722e5f64656c65676174653a2061707060448201527f726f76657253616c7420616c7265616479207370656e740000000000000000006064820152608401610abc565b6001600160a01b0381166000908152609c6020908152604080832086845282528220805460ff191660011790558501516131b79088908890859088906109ce565b90506131c8828287600001516141a3565b505b6001600160a01b038681166000818152609a602052604080822080546001600160a01b031916948a169485179055517fc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d87433049190a360008061322988611bfc565b9150915060005b825181101561136257613277888a85848151811061325057613250615311565b602002602001015185858151811061326a5761326a615311565b602002602001015161393e565b600101613230565b6001600160a01b03811661330d5760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610abc565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b038085166000908152609860209081526040808320938616835292905290812080548392906133ad9084906157a2565b92505081905550836001600160a01b03167f6909600037b75d7b4733aedd815442b5ec018a827751c832aaff64eba5d6d2dd848484604051610f30939291906157b9565b6033546001600160a01b031633146117695760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610abc565b8281146134d35760405162461bcd60e51b815260206004820152604a60248201527f44656c65676174696f6e4d616e616765722e5f7365745374726174656779576960448201527f746864726177616c44656c6179426c6f636b733a20696e707574206c656e67746064820152690d040dad2e6dac2e8c6d60b31b608482015260a401610abc565b8260005b818110156136695760008686838181106134f3576134f3615311565b905060200201602081019061350891906149ff565b6001600160a01b038116600090815260a1602052604081205491925086868581811061353657613536615311565b90506020020135905062034bc08111156135fa5760405162461bcd60e51b815260206004820152607360248201527f44656c65676174696f6e4d616e616765722e5f7365745374726174656779576960448201527f746864726177616c44656c6179426c6f636b733a205f7769746864726177616c60648201527f44656c6179426c6f636b732063616e6e6f74206265203e204d41585f5749544860848201527244524157414c5f44454c41595f424c4f434b5360681b60a482015260c401610abc565b6001600160a01b038316600081815260a160209081526040918290208490558151928352820184905281018290527f0e7efa738e8b0ce6376a0c1af471655540d2e9a81647d7b09ed823018426576d9060600160405180910390a1505050806136629061533d565b90506134d7565b505050505050565b6065546001600160a01b031615801561369257506001600160a01b03821615155b6137145760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610abc565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a26137578261327f565b5050565b604080518082018252600a81526922b4b3b2b72630bcb2b960b11b60209182015281517f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866818301527f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea81840152466060820152306080808301919091528351808303909101815260a0909101909252815191012090565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b62034bc08111156138fd5760405162461bcd60e51b815260206004820152607160248201527f44656c65676174696f6e4d616e616765722e5f7365744d696e5769746864726160448201527f77616c44656c6179426c6f636b733a205f6d696e5769746864726177616c446560648201527f6c6179426c6f636b732063616e6e6f74206265203e204d41585f5749544844526084820152704157414c5f44454c41595f424c4f434b5360781b60a482015260c401610abc565b609d5460408051918252602082018390527fafa003cd76f87ff9d62b35beea889920f33c0c42b8d45b74954d61d50f4b6b69910160405180910390a1609d55565b6001600160a01b0380851660009081526098602090815260408083209386168352929052908120805483929061397590849061578a565b92505081905550836001600160a01b03167f1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c848484604051610f30939291906157b9565b60006139c76105f387615896565b6000818152609e602052604090205490915060ff16613a485760405162461bcd60e51b815260206004820152604360248201526000805160206159c883398151915260448201527f645769746864726177616c3a20616374696f6e206973206e6f7420696e20717560648201526265756560e81b608482015260a401610abc565b609d544390613a5d60a0890160808a016157f6565b63ffffffff16613a6d919061578a565b1115613af55760405162461bcd60e51b815260206004820152605f60248201526000805160206159c883398151915260448201527f645769746864726177616c3a206d696e5769746864726177616c44656c61794260648201527f6c6f636b7320706572696f6420686173206e6f74207965742070617373656400608482015260a401610abc565b613b0560608701604088016149ff565b6001600160a01b0316336001600160a01b031614613b925760405162461bcd60e51b815260206004820152605060248201526000805160206159c883398151915260448201527f645769746864726177616c3a206f6e6c7920776974686472617765722063616e60648201526f1031b7b6b83632ba329030b1ba34b7b760811b608482015260a401610abc565b8115613c1457613ba560a08701876153af565b85149050613c145760405162461bcd60e51b815260206004820152604260248201526000805160206159c883398151915260448201527f645769746864726177616c3a20696e707574206c656e677468206d69736d61746064820152610c6d60f31b608482015260a401610abc565b6000818152609e60205260409020805460ff191690558115613d795760005b613c4060a08801886153af565b9050811015613d73574360a16000613c5b60a08b018b6153af565b85818110613c6b57613c6b615311565b9050602002016020810190613c8091906149ff565b6001600160a01b03168152602081019190915260400160002054613caa60a08a0160808b016157f6565b63ffffffff16613cba919061578a565b1115613cd85760405162461bcd60e51b8152600401610abc906158a2565b613d6b613ce860208901896149ff565b33613cf660a08b018b6153af565b85818110613d0657613d06615311565b9050602002016020810190613d1b91906149ff565b613d2860c08c018c6153af565b86818110613d3857613d38615311565b905060200201358a8a87818110613d5157613d51615311565b9050602002016020810190613d6691906149ff565b61435d565b600101613c33565b50614168565b336000908152609a60205260408120546001600160a01b0316905b613da160a08901896153af565b9050811015614165574360a16000613dbc60a08c018c6153af565b85818110613dcc57613dcc615311565b9050602002016020810190613de191906149ff565b6001600160a01b03168152602081019190915260400160002054613e0b60a08b0160808c016157f6565b63ffffffff16613e1b919061578a565b1115613e395760405162461bcd60e51b8152600401610abc906158a2565b73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0613e5b60a08a018a6153af565b83818110613e6b57613e6b615311565b9050602002016020810190613e8091906149ff565b6001600160a01b03161415613fd0576000613e9e60208a018a6149ff565b905060006001600160a01b037f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe616630e81073c83613edf60c08e018e6153af565b87818110613eef57613eef615311565b6040516001600160e01b031960e087901b1681526001600160a01b03909416600485015260200291909101356024830152506044016020604051808303816000875af1158015613f43573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613f67919061565c565b6001600160a01b038084166000908152609a6020526040902054919250168015613fc857613fc88184613f9d60a08f018f6153af565b88818110613fad57613fad615311565b9050602002016020810190613fc291906149ff565b8561393e565b50505061415d565b7f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757076001600160a01b031663c4623ea13389898581811061401257614012615311565b905060200201602081019061402791906149ff565b61403460a08d018d6153af565b8681811061404457614044615311565b905060200201602081019061405991906149ff565b61406660c08e018e6153af565b8781811061407657614076615311565b60405160e088901b6001600160e01b03191681526001600160a01b03968716600482015294861660248601529290941660448401526020909102013560648201526084019050600060405180830381600087803b1580156140d657600080fd5b505af11580156140ea573d6000803e3d6000fd5b505050506001600160a01b0382161561415d5761415d823361410f60a08c018c6153af565b8581811061411f5761411f615311565b905060200201602081019061413491906149ff565b61414160c08d018d6153af565b8681811061415157614151615311565b9050602002013561393e565b600101613d94565b50505b6040518181527fc97098c2f658800b4df29001527f7324bcdffcf6e8751a699ab920a1eced5b1d9060200160405180910390a1505050505050565b6001600160a01b0383163b156142bd57604051630b135d3f60e11b808252906001600160a01b03851690631626ba7e906141e3908690869060040161592a565b602060405180830381865afa158015614200573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906142249190615987565b6001600160e01b031916146110a35760405162461bcd60e51b815260206004820152605360248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a2045524331323731207369676e6174757265206064820152721d995c9a599a58d85d1a5bdb8819985a5b1959606a1b608482015260a401610abc565b826001600160a01b03166142d1838361449d565b6001600160a01b0316146110a35760405162461bcd60e51b815260206004820152604760248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a207369676e6174757265206e6f742066726f6d6064820152661039b4b3b732b960c91b608482015260a401610abc565b6001600160a01b03831673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac014156144085760405162387b1360e81b81526001600160a01b037f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe6169063387b1300906143d1908890889087906004016157b9565b600060405180830381600087803b1580156143eb57600080fd5b505af11580156143ff573d6000803e3d6000fd5b50505050614496565b60405163c608c7f360e01b81526001600160a01b03858116600483015284811660248301526044820184905282811660648301527f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f875707169063c608c7f390608401600060405180830381600087803b15801561448257600080fd5b505af1158015611362573d6000803e3d6000fd5b5050505050565b60008060006144ac85856144b9565b915091506109c681614529565b6000808251604114156144f05760208301516040840151606085015160001a6144e4878285856146e4565b94509450505050614522565b82516040141561451a576020830151604084015161450f8683836147d1565b935093505050614522565b506000905060025b9250929050565b600081600481111561453d5761453d6159b1565b14156145465750565b600181600481111561455a5761455a6159b1565b14156145a85760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606401610abc565b60028160048111156145bc576145bc6159b1565b141561460a5760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606401610abc565b600381600481111561461e5761461e6159b1565b14156146775760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b6064820152608401610abc565b600481600481111561468b5761468b6159b1565b1415610fee5760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b6064820152608401610abc565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083111561471b57506000905060036147c8565b8460ff16601b1415801561473357508460ff16601c14155b1561474457506000905060046147c8565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015614798573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b0381166147c1576000600192509250506147c8565b9150600090505b94509492505050565b6000806001600160ff1b038316816147ee60ff86901c601b61578a565b90506147fc878288856146e4565b935093505050935093915050565b60008083601f84011261481c57600080fd5b5081356001600160401b0381111561483357600080fd5b6020830191508360208260051b850101111561452257600080fd5b6000806020838503121561486157600080fd5b82356001600160401b0381111561487757600080fd5b6148838582860161480a565b90969095509350505050565b6001600160a01b0381168114610fee57600080fd5b80356148af8161488f565b919050565b600080600080600060a086880312156148cc57600080fd5b85356148d78161488f565b945060208601356148e78161488f565b935060408601356148f78161488f565b94979396509394606081013594506080013592915050565b6020808252825182820181905260009190848201906040850190845b818110156149475783518352928401929184019160010161492b565b50909695505050505050565b60006060828403121561496557600080fd5b50919050565b60008083601f84011261497d57600080fd5b5081356001600160401b0381111561499457600080fd5b60208301915083602082850101111561452257600080fd5b6000806000608084860312156149c157600080fd5b6149cb8585614953565b925060608401356001600160401b038111156149e657600080fd5b6149f28682870161496b565b9497909650939450505050565b600060208284031215614a1157600080fd5b8135614a1c8161488f565b9392505050565b600080600060608486031215614a3857600080fd5b8335614a438161488f565b92506020840135614a538161488f565b929592945050506040919091013590565b600060208284031215614a7657600080fd5b5035919050565b60008060008060408587031215614a9357600080fd5b84356001600160401b0380821115614aaa57600080fd5b614ab68883890161480a565b90965094506020870135915080821115614acf57600080fd5b50614adc8782880161480a565b95989497509550505050565b60008060008060008060008060c0898b031215614b0457600080fd5b8835614b0f8161488f565b97506020890135614b1f8161488f565b9650604089013595506060890135945060808901356001600160401b0380821115614b4957600080fd5b614b558c838d0161480a565b909650945060a08b0135915080821115614b6e57600080fd5b50614b7b8b828c0161480a565b999c989b5096995094979396929594505050565b6000806000806000806000806080898b031215614bab57600080fd5b88356001600160401b0380821115614bc257600080fd5b614bce8c838d0161480a565b909a50985060208b0135915080821115614be757600080fd5b614bf38c838d0161480a565b909850965060408b0135915080821115614c0c57600080fd5b614c188c838d0161480a565b909650945060608b0135915080821115614b6e57600080fd5b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b0381118282101715614c6957614c69614c31565b60405290565b604080519081016001600160401b0381118282101715614c6957614c69614c31565b604051601f8201601f191681016001600160401b0381118282101715614cb957614cb9614c31565b604052919050565b63ffffffff81168114610fee57600080fd5b80356148af81614cc1565b60006001600160401b03821115614cf757614cf7614c31565b5060051b60200190565b600082601f830112614d1257600080fd5b81356020614d27614d2283614cde565b614c91565b82815260059290921b84018101918181019086841115614d4657600080fd5b8286015b84811015614d6a578035614d5d8161488f565b8352918301918301614d4a565b509695505050505050565b600082601f830112614d8657600080fd5b81356020614d96614d2283614cde565b82815260059290921b84018101918181019086841115614db557600080fd5b8286015b84811015614d6a5780358352918301918301614db9565b600060e08284031215614de257600080fd5b614dea614c47565b9050614df5826148a4565b8152614e03602083016148a4565b6020820152614e14604083016148a4565b604082015260608201356060820152614e2f60808301614cd3565b608082015260a08201356001600160401b0380821115614e4e57600080fd5b614e5a85838601614d01565b60a084015260c0840135915080821115614e7357600080fd5b50614e8084828501614d75565b60c08301525092915050565b600060208284031215614e9e57600080fd5b81356001600160401b03811115614eb457600080fd5b614ec084828501614dd0565b949350505050565b600060208284031215614eda57600080fd5b813560ff81168114614a1c57600080fd5b8015158114610fee57600080fd5b600080600080600060808688031215614f1157600080fd5b85356001600160401b0380821115614f2857600080fd5b9087019060e0828a031215614f3c57600080fd5b90955060208701359080821115614f5257600080fd5b50614f5f8882890161480a565b909550935050604086013591506060860135614f7a81614eeb565b809150509295509295909350565b60008060408385031215614f9b57600080fd5b8235614fa68161488f565b91506020830135614fb68161488f565b809150509250929050565b600060408284031215614fd357600080fd5b614fdb614c6f565b905081356001600160401b0380821115614ff457600080fd5b818401915084601f83011261500857600080fd5b813560208282111561501c5761501c614c31565b61502e601f8301601f19168201614c91565b9250818352868183860101111561504457600080fd5b8181850182850137600081838501015282855280860135818601525050505092915050565b600080600080600060a0868803121561508157600080fd5b853561508c8161488f565b9450602086013561509c8161488f565b935060408601356001600160401b03808211156150b857600080fd5b6150c489838a01614fc1565b945060608801359150808211156150da57600080fd5b506150e788828901614fc1565b95989497509295608001359392505050565b6000806040838503121561510c57600080fd5b82356151178161488f565b915060208301356001600160401b0381111561513257600080fd5b61513e85828601614d01565b9150509250929050565b600081518084526020808501945080840160005b838110156151785781518752958201959082019060010161515c565b509495945050505050565b602081526000614a1c6020830184615148565b600080602083850312156151a957600080fd5b82356001600160401b038111156151bf57600080fd5b6148838582860161496b565b600080604083850312156151de57600080fd5b82356151e98161488f565b946020939093013593505050565b6000806000806080858703121561520d57600080fd5b84356152188161488f565b935060208501359250604085013561522f8161488f565b9396929550929360600135925050565b600081518084526020808501945080840160005b838110156151785781516001600160a01b031687529582019590820190600101615253565b60408152600061528b604083018561523f565b82810360208401526112208185615148565b6000806000606084860312156152b257600080fd5b83356152bd8161488f565b925060208401356001600160401b038111156152d857600080fd5b6152e486828701614fc1565b925050604084013590509250925092565b60006060828403121561530757600080fd5b614a1c8383614953565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b600060001982141561535157615351615327565b5060010190565b60208082526019908201527f5061757361626c653a20696e6465782069732070617573656400000000000000604082015260600190565b60008235605e198336030181126153a557600080fd5b9190910192915050565b6000808335601e198436030181126153c657600080fd5b8301803591506001600160401b038211156153e057600080fd5b6020019150600581901b360382131561452257600080fd5b6060810182356154078161488f565b6001600160a01b0390811683526020840135906154238261488f565b166020830152604083013561543781614cc1565b63ffffffff811660408401525092915050565b60208152816020820152818360408301376000818301604090810191909152601f909201601f19160101919050565b60006020828403121561548b57600080fd5b8151614a1c8161488f565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b60208082526037908201527f44656c65676174696f6e4d616e616765723a206f6e6c7953747261746567794d60408201527f616e616765724f72456967656e506f644d616e61676572000000000000000000606082015260800190565b60006020828403121561554f57600080fd5b8151614a1c81614eeb565b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b6000823560de198336030181126153a557600080fd5b6000602082840312156155ca57600080fd5b8135614a1c81614eeb565b600060018060a01b03808351168452806020840151166020850152806040840151166040850152506060820151606084015263ffffffff608083015116608084015260a082015160e060a085015261563060e085018261523f565b905060c083015184820360c08601526112208282615148565b602081526000614a1c60208301846155d5565b60006020828403121561566e57600080fd5b5051919050565b600082601f83011261568657600080fd5b81516020615696614d2283614cde565b82815260059290921b840181019181810190868411156156b557600080fd5b8286015b84811015614d6a57805183529183019183016156b9565b600080604083850312156156e357600080fd5b82516001600160401b03808211156156fa57600080fd5b818501915085601f83011261570e57600080fd5b8151602061571e614d2283614cde565b82815260059290921b8401810191818101908984111561573d57600080fd5b948201945b838610156157645785516157558161488f565b82529482019490820190615742565b9188015191965090935050508082111561577d57600080fd5b5061513e85828601615675565b6000821982111561579d5761579d615327565b500190565b6000828210156157b4576157b4615327565b500390565b6001600160a01b039384168152919092166020820152604081019190915260600190565b828152604060208201526000614ec060408301846155d5565b60006020828403121561580857600080fd5b8135614a1c81614cc1565b80546001600160a01b0319166001600160a01b0392909216919091179055565b813561583e8161488f565b6158488183615813565b5060018101602083013561585b8161488f565b6158658183615813565b50604083013561587481614cc1565b815463ffffffff60a01b191660a09190911b63ffffffff60a01b161790555050565b60006117513683614dd0565b6020808252606e908201526000805160206159c883398151915260408201527f645769746864726177616c3a207769746864726177616c44656c6179426c6f6360608201527f6b7320706572696f6420686173206e6f74207965742070617373656420666f7260808201526d207468697320737472617465677960901b60a082015260c00190565b82815260006020604081840152835180604085015260005b8181101561595e57858101830151858201606001528201615942565b81811115615970576000606083870101525b50601f01601f191692909201606001949350505050565b60006020828403121561599957600080fd5b81516001600160e01b031981168114614a1c57600080fd5b634e487b7160e01b600052602160045260246000fdfe44656c65676174696f6e4d616e616765722e5f636f6d706c6574655175657565a264697066735822122026b1fed484881843a1d9811e493fabdf693f068a2dfa3af9289c2a7fba74873e64736f6c634300080c0033","gas_used":4643422,"gas_limit":6160851,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x608060405234801561001057600080fd5b50600436106103425760003560e01c8063635bbd10116101b8578063b7f06ebe11610104578063cf80873e116100a2578063f16172b01161007c578063f16172b014610908578063f2fde38b1461091b578063f698da251461092e578063fabc1cbc1461093657600080fd5b8063cf80873e146108c1578063da8be864146108e2578063eea9064b146108f557600080fd5b8063c488375a116100de578063c488375a146107de578063c5e480db146107fe578063c94b5111146108a4578063ca661c04146108b757600080fd5b8063b7f06ebe14610784578063bb45fef2146107a7578063c448feb8146107d557600080fd5b8063886f1195116101715780639104c3191161014b5780639104c3191461070f57806399be81c81461072a578063a17884841461073d578063b13442711461075d57600080fd5b8063886f1195146106cb5780638da5cb5b146106de57806390041347146106ef57600080fd5b8063635bbd101461063657806365da1264146106495780636d70f7ae14610672578063715018a614610685578063778e55f31461068d5780637f548071146106b857600080fd5b806328a573ae116102925780634665bcda11610230578063597b36da1161020a578063597b36da146105e55780635ac86ab7146105f85780635c975abb1461061b57806360d7faed1461062357600080fd5b80634665bcda146105ac5780634fc40b61146105d3578063595c6a67146105dd57600080fd5b806339b70e381161026c57806339b70e38146104f45780633cdeb5e0146105335780633e28391d14610562578063433773821461058557600080fd5b806328a573ae146104ae57806329c77d4f146104c157806333404396146104e157600080fd5b8063132d4967116102ff57806316928365116102d957806316928365146104285780631bbce0911461046157806320606b701461047457806322bf40e41461049b57600080fd5b8063132d4967146103ef578063136439dd146104025780631522bf021461041557600080fd5b80630449ca391461034757806304a4f9791461036d5780630b9f487a146103945780630dd8dd02146103a75780630f589e59146103c757806310d67a2f146103dc575b600080fd5b61035a61035536600461484e565b610949565b6040519081526020015b60405180910390f35b61035a7f14bde674c9f64b2ad00eaaee4a8bed1fabef35c7507e3c5b9cfc9436909a2dad81565b61035a6103a23660046148b4565b6109ce565b6103ba6103b536600461484e565b610a90565b604051610364919061490f565b6103da6103d53660046149ac565b610df9565b005b6103da6103ea3660046149ff565b610f3e565b6103da6103fd366004614a23565b610ff1565b6103da610410366004614a64565b6110a8565b6103da610423366004614a7d565b6111e7565b61035a6104363660046149ff565b6001600160a01b0316600090815260996020526040902060010154600160a01b900463ffffffff1690565b61035a61046f366004614a23565b6111fb565b61035a7f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86681565b6103da6104a9366004614ae8565b611229565b6103da6104bc366004614a23565b61136d565b61035a6104cf3660046149ff565b609b6020526000908152604090205481565b6103da6104ef366004614b8f565b61141d565b61051b7f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570781565b6040516001600160a01b039091168152602001610364565b61051b6105413660046149ff565b6001600160a01b039081166000908152609960205260409020600101541690565b6105756105703660046149ff565b61155a565b6040519015158152602001610364565b61035a7f39111bc4a4d688e1f685123d7497d4615370152a8ee4a0593e647bd06ad8bb0b81565b61051b7f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe681565b61035a6213c68081565b6103da61157a565b61035a6105f3366004614e8c565b611641565b610575610606366004614ec8565b606654600160ff9092169190911b9081161490565b60665461035a565b6103da610631366004614ef9565b611671565b6103da610644366004614a64565b61170c565b61051b6106573660046149ff565b609a602052600090815260409020546001600160a01b031681565b6105756106803660046149ff565b61171d565b6103da611757565b61035a61069b366004614f88565b609860209081526000928352604080842090915290825290205481565b6103da6106c6366004615069565b61176b565b60655461051b906001600160a01b031681565b6033546001600160a01b031661051b565b6107026106fd3660046150f9565b611997565b6040516103649190615183565b61051b73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b6103da610738366004615196565b611a71565b61035a61074b3660046149ff565b609f6020526000908152604090205481565b61051b7f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c85381565b610575610792366004614a64565b609e6020526000908152604090205460ff1681565b6105756107b53660046151cb565b609c60209081526000928352604080842090915290825290205460ff1681565b61035a609d5481565b61035a6107ec3660046149ff565b60a16020526000908152604090205481565b61086e61080c3660046149ff565b6040805160608082018352600080835260208084018290529284018190526001600160a01b03948516815260998352839020835191820184528054851682526001015493841691810191909152600160a01b90920463ffffffff169082015290565b6040805182516001600160a01b039081168252602080850151909116908201529181015163ffffffff1690820152606001610364565b61035a6108b23660046151f7565b611b43565b61035a62034bc081565b6108d46108cf3660046149ff565b611bfc565b604051610364929190615278565b6103ba6108f03660046149ff565b611fb4565b6103da61090336600461529d565b612478565b6103da6109163660046152f5565b612595565b6103da6109293660046149ff565b612626565b61035a61269c565b6103da610944366004614a64565b6126da565b609d54600090815b838110156109c657600060a1600087878581811061097157610971615311565b905060200201602081019061098691906149ff565b6001600160a01b03166001600160a01b03168152602001908152602001600020549050828111156109b5578092505b506109bf8161533d565b9050610951565b509392505050565b604080517f14bde674c9f64b2ad00eaaee4a8bed1fabef35c7507e3c5b9cfc9436909a2dad6020808301919091526001600160a01b038681168385015288811660608401528716608083015260a0820185905260c08083018590528351808403909101815260e0909201909252805191012060009081610a4c61269c565b60405161190160f01b602082015260228101919091526042810183905260620160408051808303601f19018152919052805160209091012098975050505050505050565b60665460609060019060029081161415610ac55760405162461bcd60e51b8152600401610abc90615358565b60405180910390fd5b6000836001600160401b03811115610adf57610adf614c31565b604051908082528060200260200182016040528015610b08578160200160208202803683370190505b50336000908152609a60205260408120549192506001600160a01b03909116905b85811015610dee57868682818110610b4357610b43615311565b9050602002810190610b55919061538f565b610b639060208101906153af565b9050878783818110610b7757610b77615311565b9050602002810190610b89919061538f565b610b9390806153af565b905014610c085760405162461bcd60e51b815260206004820152603860248201527f44656c65676174696f6e4d616e616765722e717565756557697468647261776160448201527f6c3a20696e707574206c656e677468206d69736d6174636800000000000000006064820152608401610abc565b33878783818110610c1b57610c1b615311565b9050602002810190610c2d919061538f565b610c3e9060608101906040016149ff565b6001600160a01b031614610cba5760405162461bcd60e51b815260206004820152603c60248201527f44656c65676174696f6e4d616e616765722e717565756557697468647261776160448201527f6c3a2077697468647261776572206d757374206265207374616b6572000000006064820152608401610abc565b610dbf3383898985818110610cd157610cd1615311565b9050602002810190610ce3919061538f565b610cf49060608101906040016149ff565b8a8a86818110610d0657610d06615311565b9050602002810190610d18919061538f565b610d2290806153af565b808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508e92508d9150889050818110610d6857610d68615311565b9050602002810190610d7a919061538f565b610d889060208101906153af565b8080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061283692505050565b838281518110610dd157610dd1615311565b602090810291909101015280610de68161533d565b915050610b29565b509095945050505050565b610e023361155a565b15610e885760405162461bcd60e51b815260206004820152604a60248201527f44656c65676174696f6e4d616e616765722e726567697374657241734f70657260448201527f61746f723a2063616c6c657220697320616c7265616479206163746976656c796064820152690819195b1959d85d195960b21b608482015260a401610abc565b610e923384612df6565b604080518082019091526060815260006020820152610eb43380836000612fe9565b336001600160a01b03167f8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e285604051610eed91906153f8565b60405180910390a2336001600160a01b03167f02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b67080908484604051610f3092919061544a565b60405180910390a250505050565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f91573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fb59190615479565b6001600160a01b0316336001600160a01b031614610fe55760405162461bcd60e51b8152600401610abc90615496565b610fee8161327f565b50565b336001600160a01b037f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757071614806110505750336001600160a01b037f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe616145b61106c5760405162461bcd60e51b8152600401610abc906154e0565b6110758361155a565b156110a3576001600160a01b038084166000908152609a6020526040902054166110a181858585613376565b505b505050565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156110f0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611114919061553d565b6111305760405162461bcd60e51b8152600401610abc9061555a565b606654818116146111a95760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610abc565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b6111ef6133f1565b6110a18484848461344b565b6001600160a01b0383166000908152609b602052604081205461122085828686611b43565b95945050505050565b600054610100900460ff16158080156112495750600054600160ff909116105b806112635750303b158015611263575060005460ff166001145b6112c65760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610abc565b6000805460ff1916600117905580156112e9576000805461ff0019166101001790555b6112f38888613671565b6112fb61375b565b609755611307896137f2565b61131086613844565b61131c8585858561344b565b8015611362576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050505050505050565b336001600160a01b037f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757071614806113cc5750336001600160a01b037f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe616145b6113e85760405162461bcd60e51b8152600401610abc906154e0565b6113f18361155a565b156110a3576001600160a01b038084166000908152609a6020526040902054166110a18185858561393e565b606654600290600490811614156114465760405162461bcd60e51b8152600401610abc90615358565b600260c95414156114995760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610abc565b600260c95560005b88811015611549576115398a8a838181106114be576114be615311565b90506020028101906114d091906155a2565b8989848181106114e2576114e2615311565b90506020028101906114f491906153af565b89898681811061150657611506615311565b9050602002013588888781811061151f5761151f615311565b905060200201602081019061153491906155b8565b6139b9565b6115428161533d565b90506114a1565b5050600160c9555050505050505050565b6001600160a01b039081166000908152609a602052604090205416151590565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156115c2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115e6919061553d565b6116025760405162461bcd60e51b8152600401610abc9061555a565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b6000816040516020016116549190615649565b604051602081830303815290604052805190602001209050919050565b6066546002906004908116141561169a5760405162461bcd60e51b8152600401610abc90615358565b600260c95414156116ed5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610abc565b600260c9556116ff86868686866139b9565b5050600160c95550505050565b6117146133f1565b610fee81613844565b60006001600160a01b0382161580159061175157506001600160a01b038083166000818152609a6020526040902054909116145b92915050565b61175f6133f1565b61176960006137f2565b565b42836020015110156117ef5760405162461bcd60e51b815260206004820152604160248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f4279536960448201527f676e61747572653a207374616b6572207369676e6174757265206578706972656064820152601960fa1b608482015260a401610abc565b6117f88561155a565b156118815760405162461bcd60e51b815260206004820152604d60248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f4279536960448201527f676e61747572653a207374616b657220697320616c726561647920616374697660648201526c195b1e4819195b1959d85d1959609a1b608482015260a401610abc565b61188a8461171d565b6119165760405162461bcd60e51b815260206004820152605160248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f4279536960448201527f676e61747572653a206f70657261746f72206973206e6f7420726567697374656064820152703932b21034b71022b4b3b2b72630bcb2b960791b608482015260a401610abc565b6000609b6000876001600160a01b03166001600160a01b0316815260200190815260200160002054905060006119528783888860200151611b43565b6001600160a01b0388166000908152609b60205260409020600184019055855190915061198290889083906141a3565b61198e87878686612fe9565b50505050505050565b6060600082516001600160401b038111156119b4576119b4614c31565b6040519080825280602002602001820160405280156119dd578160200160208202803683370190505b50905060005b83518110156109c6576001600160a01b03851660009081526098602052604081208551909190869084908110611a1b57611a1b615311565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002054828281518110611a5657611a56615311565b6020908102919091010152611a6a8161533d565b90506119e3565b611a7a3361171d565b611afc5760405162461bcd60e51b815260206004820152604760248201527f44656c65676174696f6e4d616e616765722e7570646174654f70657261746f7260448201527f4d657461646174615552493a2063616c6c6572206d75737420626520616e206f6064820152663832b930ba37b960c91b608482015260a401610abc565b336001600160a01b03167f02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b67080908383604051611b3792919061544a565b60405180910390a25050565b604080517f39111bc4a4d688e1f685123d7497d4615370152a8ee4a0593e647bd06ad8bb0b6020808301919091526001600160a01b0387811683850152851660608301526080820186905260a08083018590528351808403909101815260c0909201909252805191012060009081611bb961269c565b60405161190160f01b602082015260228101919091526042810183905260620160408051808303601f190181529190528051602090910120979650505050505050565b6040516360f4062b60e01b81526001600160a01b03828116600483015260609182916000917f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe6909116906360f4062b90602401602060405180830381865afa158015611c6c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c90919061565c565b6040516394f649dd60e01b81526001600160a01b03868116600483015291925060009182917f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f875707909116906394f649dd90602401600060405180830381865afa158015611d00573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611d2891908101906156d0565b9150915060008313611d3f57909590945092505050565b606080835160001415611df9576040805160018082528183019092529060208083019080368337505060408051600180825281830190925292945090506020808301908036833701905050905073beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac082600081518110611db457611db4615311565b60200260200101906001600160a01b031690816001600160a01b0316815250508481600081518110611de857611de8615311565b602002602001018181525050611fa7565b8351611e0690600161578a565b6001600160401b03811115611e1d57611e1d614c31565b604051908082528060200260200182016040528015611e46578160200160208202803683370190505b50915081516001600160401b03811115611e6257611e62614c31565b604051908082528060200260200182016040528015611e8b578160200160208202803683370190505b50905060005b8451811015611f2557848181518110611eac57611eac615311565b6020026020010151838281518110611ec657611ec6615311565b60200260200101906001600160a01b031690816001600160a01b031681525050838181518110611ef857611ef8615311565b6020026020010151828281518110611f1257611f12615311565b6020908102919091010152600101611e91565b5073beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac08260018451611f4a91906157a2565b81518110611f5a57611f5a615311565b60200260200101906001600160a01b031690816001600160a01b031681525050848160018451611f8a91906157a2565b81518110611f9a57611f9a615311565b6020026020010181815250505b9097909650945050505050565b60665460609060019060029081161415611fe05760405162461bcd60e51b8152600401610abc90615358565b611fe98361155a565b6120695760405162461bcd60e51b8152602060048201526044602482018190527f44656c65676174696f6e4d616e616765722e756e64656c65676174653a207374908201527f616b6572206d7573742062652064656c65676174656420746f20756e64656c656064820152636761746560e01b608482015260a401610abc565b6120728361171d565b156120e55760405162461bcd60e51b815260206004820152603d60248201527f44656c65676174696f6e4d616e616765722e756e64656c65676174653a206f7060448201527f657261746f72732063616e6e6f7420626520756e64656c6567617465640000006064820152608401610abc565b6001600160a01b0383166121615760405162461bcd60e51b815260206004820152603c60248201527f44656c65676174696f6e4d616e616765722e756e64656c65676174653a20636160448201527f6e6e6f7420756e64656c6567617465207a65726f2061646472657373000000006064820152608401610abc565b6001600160a01b038084166000818152609a6020526040902054909116903314806121945750336001600160a01b038216145b806121bb57506001600160a01b038181166000908152609960205260409020600101541633145b61222d5760405162461bcd60e51b815260206004820152603d60248201527f44656c65676174696f6e4d616e616765722e756e64656c65676174653a20636160448201527f6c6c65722063616e6e6f7420756e64656c6567617465207374616b65720000006064820152608401610abc565b60008061223986611bfc565b9092509050336001600160a01b0387161461228f57826001600160a01b0316866001600160a01b03167ff0eddf07e6ea14f388b47e1e94a0f464ecbd9eed4171130e0fc0e99fb4030a8a60405160405180910390a35b826001600160a01b0316866001600160a01b03167ffee30966a256b71e14bc0ebfc94315e28ef4a97a7131a9e2b7a310a73af4467660405160405180910390a36001600160a01b0386166000908152609a6020526040902080546001600160a01b0319169055815161231157604080516000815260208101909152945061246f565b81516001600160401b0381111561232a5761232a614c31565b604051908082528060200260200182016040528015612353578160200160208202803683370190505b50945060005b825181101561246d576040805160018082528183019092526000916020808301908036833750506040805160018082528183019092529293506000929150602080830190803683370190505090508483815181106123b9576123b9615311565b6020026020010151826000815181106123d4576123d4615311565b60200260200101906001600160a01b031690816001600160a01b03168152505083838151811061240657612406615311565b60200260200101518160008151811061242157612421615311565b60200260200101818152505061243a89878b8585612836565b88848151811061244c5761244c615311565b602002602001018181525050505080806124659061533d565b915050612359565b505b50505050919050565b6124813361155a565b156124ff5760405162461bcd60e51b815260206004820152604260248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f3a20737460448201527f616b657220697320616c7265616479206163746976656c792064656c65676174606482015261195960f21b608482015260a401610abc565b6125088361171d565b6125895760405162461bcd60e51b815260206004820152604660248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f3a206f7060448201527f657261746f72206973206e6f74207265676973746572656420696e2045696765606482015265372630bcb2b960d11b608482015260a401610abc565b6110a333848484612fe9565b61259e3361171d565b61261c5760405162461bcd60e51b815260206004820152604360248201527f44656c65676174696f6e4d616e616765722e6d6f646966794f70657261746f7260448201527f44657461696c733a2063616c6c6572206d75737420626520616e206f706572616064820152623a37b960e91b608482015260a401610abc565b610fee3382612df6565b61262e6133f1565b6001600160a01b0381166126935760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610abc565b610fee816137f2565b60007f0000000000000000000000000000000000000000000000000000000000007a694614156126cd575060975490565b6126d561375b565b905090565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561272d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127519190615479565b6001600160a01b0316336001600160a01b0316146127815760405162461bcd60e51b8152600401610abc90615496565b6066541981196066541916146127ff5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610abc565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c906020016111dc565b60006001600160a01b0386166128cd5760405162461bcd60e51b815260206004820152605060248201527f44656c65676174696f6e4d616e616765722e5f72656d6f76655368617265734160448201527f6e6451756575655769746864726177616c3a207374616b65722063616e6e6f7460648201526f206265207a65726f206164647265737360801b608482015260a401610abc565b82516129575760405162461bcd60e51b815260206004820152604d60248201527f44656c65676174696f6e4d616e616765722e5f72656d6f76655368617265734160448201527f6e6451756575655769746864726177616c3a207374726174656769657320636160648201526c6e6e6f7420626520656d70747960981b608482015260a401610abc565b60005b8351811015612d04576001600160a01b038616156129b0576129b0868886848151811061298957612989615311565b60200260200101518685815181106129a3576129a3615311565b6020026020010151613376565b73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06001600160a01b03168482815181106129e0576129e0615311565b60200260200101516001600160a01b03161415612aa9577f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b031663beffbb8988858481518110612a3957612a39615311565b60200260200101516040518363ffffffff1660e01b8152600401612a729291906001600160a01b03929092168252602082015260400190565b600060405180830381600087803b158015612a8c57600080fd5b505af1158015612aa0573d6000803e3d6000fd5b50505050612cfc565b846001600160a01b0316876001600160a01b03161480612b7b57507f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757076001600160a01b0316639b4da03d858381518110612b0557612b05615311565b60200260200101516040518263ffffffff1660e01b8152600401612b3891906001600160a01b0391909116815260200190565b602060405180830381865afa158015612b55573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b79919061553d565b155b612c475760405162461bcd60e51b8152602060048201526084602482018190527f44656c65676174696f6e4d616e616765722e5f72656d6f76655368617265734160448301527f6e6451756575655769746864726177616c3a2077697468647261776572206d7560648301527f73742062652073616d652061646472657373206173207374616b657220696620908201527f746869726450617274795472616e7366657273466f7262696464656e2061726560a482015263081cd95d60e21b60c482015260e401610abc565b7f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757076001600160a01b0316638c80d4e588868481518110612c8957612c89615311565b6020026020010151868581518110612ca357612ca3615311565b60200260200101516040518463ffffffff1660e01b8152600401612cc9939291906157b9565b600060405180830381600087803b158015612ce357600080fd5b505af1158015612cf7573d6000803e3d6000fd5b505050505b60010161295a565b506001600160a01b0386166000908152609f60205260408120805491829190612d2c8361533d565b919050555060006040518060e00160405280896001600160a01b03168152602001886001600160a01b03168152602001876001600160a01b031681526020018381526020014363ffffffff1681526020018681526020018581525090506000612d9482611641565b6000818152609e602052604090819020805460ff19166001179055519091507f9009ab153e8014fbfb02f2217f5cde7aa7f9ad734ae85ca3ee3f4ca2fdd499f990612de290839085906157dd565b60405180910390a198975050505050505050565b6213c680612e0a60608301604084016157f6565b63ffffffff161115612ebf5760405162461bcd60e51b815260206004820152606c60248201527f44656c65676174696f6e4d616e616765722e5f7365744f70657261746f72446560448201527f7461696c733a207374616b65724f70744f757457696e646f77426c6f636b732060648201527f63616e6e6f74206265203e204d41585f5354414b45525f4f50545f4f55545f5760848201526b494e444f575f424c4f434b5360a01b60a482015260c401610abc565b6001600160a01b0382166000908152609960205260409081902060010154600160a01b900463ffffffff1690612efb90606084019084016157f6565b63ffffffff161015612f915760405162461bcd60e51b815260206004820152605360248201527f44656c65676174696f6e4d616e616765722e5f7365744f70657261746f72446560448201527f7461696c733a207374616b65724f70744f757457696e646f77426c6f636b732060648201527218d85b9b9bdd08189948191958dc99585cd959606a1b608482015260a401610abc565b6001600160a01b03821660009081526099602052604090208190612fb58282615833565b505060405133907ffebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac90611b379084906153f8565b606654600090600190811614156130125760405162461bcd60e51b8152600401610abc90615358565b6001600160a01b038085166000908152609960205260409020600101541680158015906130485750336001600160a01b03821614155b801561305d5750336001600160a01b03861614155b156131ca5742846020015110156130dc5760405162461bcd60e51b815260206004820152603760248201527f44656c65676174696f6e4d616e616765722e5f64656c65676174653a2061707060448201527f726f766572207369676e617475726520657870697265640000000000000000006064820152608401610abc565b6001600160a01b0381166000908152609c6020908152604080832086845290915290205460ff16156131765760405162461bcd60e51b815260206004820152603760248201527f44656c65676174696f6e4d616e616765722e5f64656c65676174653a2061707060448201527f726f76657253616c7420616c7265616479207370656e740000000000000000006064820152608401610abc565b6001600160a01b0381166000908152609c6020908152604080832086845282528220805460ff191660011790558501516131b79088908890859088906109ce565b90506131c8828287600001516141a3565b505b6001600160a01b038681166000818152609a602052604080822080546001600160a01b031916948a169485179055517fc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d87433049190a360008061322988611bfc565b9150915060005b825181101561136257613277888a85848151811061325057613250615311565b602002602001015185858151811061326a5761326a615311565b602002602001015161393e565b600101613230565b6001600160a01b03811661330d5760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610abc565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b038085166000908152609860209081526040808320938616835292905290812080548392906133ad9084906157a2565b92505081905550836001600160a01b03167f6909600037b75d7b4733aedd815442b5ec018a827751c832aaff64eba5d6d2dd848484604051610f30939291906157b9565b6033546001600160a01b031633146117695760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610abc565b8281146134d35760405162461bcd60e51b815260206004820152604a60248201527f44656c65676174696f6e4d616e616765722e5f7365745374726174656779576960448201527f746864726177616c44656c6179426c6f636b733a20696e707574206c656e67746064820152690d040dad2e6dac2e8c6d60b31b608482015260a401610abc565b8260005b818110156136695760008686838181106134f3576134f3615311565b905060200201602081019061350891906149ff565b6001600160a01b038116600090815260a1602052604081205491925086868581811061353657613536615311565b90506020020135905062034bc08111156135fa5760405162461bcd60e51b815260206004820152607360248201527f44656c65676174696f6e4d616e616765722e5f7365745374726174656779576960448201527f746864726177616c44656c6179426c6f636b733a205f7769746864726177616c60648201527f44656c6179426c6f636b732063616e6e6f74206265203e204d41585f5749544860848201527244524157414c5f44454c41595f424c4f434b5360681b60a482015260c401610abc565b6001600160a01b038316600081815260a160209081526040918290208490558151928352820184905281018290527f0e7efa738e8b0ce6376a0c1af471655540d2e9a81647d7b09ed823018426576d9060600160405180910390a1505050806136629061533d565b90506134d7565b505050505050565b6065546001600160a01b031615801561369257506001600160a01b03821615155b6137145760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610abc565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a26137578261327f565b5050565b604080518082018252600a81526922b4b3b2b72630bcb2b960b11b60209182015281517f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866818301527f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea81840152466060820152306080808301919091528351808303909101815260a0909101909252815191012090565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b62034bc08111156138fd5760405162461bcd60e51b815260206004820152607160248201527f44656c65676174696f6e4d616e616765722e5f7365744d696e5769746864726160448201527f77616c44656c6179426c6f636b733a205f6d696e5769746864726177616c446560648201527f6c6179426c6f636b732063616e6e6f74206265203e204d41585f5749544844526084820152704157414c5f44454c41595f424c4f434b5360781b60a482015260c401610abc565b609d5460408051918252602082018390527fafa003cd76f87ff9d62b35beea889920f33c0c42b8d45b74954d61d50f4b6b69910160405180910390a1609d55565b6001600160a01b0380851660009081526098602090815260408083209386168352929052908120805483929061397590849061578a565b92505081905550836001600160a01b03167f1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c848484604051610f30939291906157b9565b60006139c76105f387615896565b6000818152609e602052604090205490915060ff16613a485760405162461bcd60e51b815260206004820152604360248201526000805160206159c883398151915260448201527f645769746864726177616c3a20616374696f6e206973206e6f7420696e20717560648201526265756560e81b608482015260a401610abc565b609d544390613a5d60a0890160808a016157f6565b63ffffffff16613a6d919061578a565b1115613af55760405162461bcd60e51b815260206004820152605f60248201526000805160206159c883398151915260448201527f645769746864726177616c3a206d696e5769746864726177616c44656c61794260648201527f6c6f636b7320706572696f6420686173206e6f74207965742070617373656400608482015260a401610abc565b613b0560608701604088016149ff565b6001600160a01b0316336001600160a01b031614613b925760405162461bcd60e51b815260206004820152605060248201526000805160206159c883398151915260448201527f645769746864726177616c3a206f6e6c7920776974686472617765722063616e60648201526f1031b7b6b83632ba329030b1ba34b7b760811b608482015260a401610abc565b8115613c1457613ba560a08701876153af565b85149050613c145760405162461bcd60e51b815260206004820152604260248201526000805160206159c883398151915260448201527f645769746864726177616c3a20696e707574206c656e677468206d69736d61746064820152610c6d60f31b608482015260a401610abc565b6000818152609e60205260409020805460ff191690558115613d795760005b613c4060a08801886153af565b9050811015613d73574360a16000613c5b60a08b018b6153af565b85818110613c6b57613c6b615311565b9050602002016020810190613c8091906149ff565b6001600160a01b03168152602081019190915260400160002054613caa60a08a0160808b016157f6565b63ffffffff16613cba919061578a565b1115613cd85760405162461bcd60e51b8152600401610abc906158a2565b613d6b613ce860208901896149ff565b33613cf660a08b018b6153af565b85818110613d0657613d06615311565b9050602002016020810190613d1b91906149ff565b613d2860c08c018c6153af565b86818110613d3857613d38615311565b905060200201358a8a87818110613d5157613d51615311565b9050602002016020810190613d6691906149ff565b61435d565b600101613c33565b50614168565b336000908152609a60205260408120546001600160a01b0316905b613da160a08901896153af565b9050811015614165574360a16000613dbc60a08c018c6153af565b85818110613dcc57613dcc615311565b9050602002016020810190613de191906149ff565b6001600160a01b03168152602081019190915260400160002054613e0b60a08b0160808c016157f6565b63ffffffff16613e1b919061578a565b1115613e395760405162461bcd60e51b8152600401610abc906158a2565b73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0613e5b60a08a018a6153af565b83818110613e6b57613e6b615311565b9050602002016020810190613e8091906149ff565b6001600160a01b03161415613fd0576000613e9e60208a018a6149ff565b905060006001600160a01b037f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe616630e81073c83613edf60c08e018e6153af565b87818110613eef57613eef615311565b6040516001600160e01b031960e087901b1681526001600160a01b03909416600485015260200291909101356024830152506044016020604051808303816000875af1158015613f43573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613f67919061565c565b6001600160a01b038084166000908152609a6020526040902054919250168015613fc857613fc88184613f9d60a08f018f6153af565b88818110613fad57613fad615311565b9050602002016020810190613fc291906149ff565b8561393e565b50505061415d565b7f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757076001600160a01b031663c4623ea13389898581811061401257614012615311565b905060200201602081019061402791906149ff565b61403460a08d018d6153af565b8681811061404457614044615311565b905060200201602081019061405991906149ff565b61406660c08e018e6153af565b8781811061407657614076615311565b60405160e088901b6001600160e01b03191681526001600160a01b03968716600482015294861660248601529290941660448401526020909102013560648201526084019050600060405180830381600087803b1580156140d657600080fd5b505af11580156140ea573d6000803e3d6000fd5b505050506001600160a01b0382161561415d5761415d823361410f60a08c018c6153af565b8581811061411f5761411f615311565b905060200201602081019061413491906149ff565b61414160c08d018d6153af565b8681811061415157614151615311565b9050602002013561393e565b600101613d94565b50505b6040518181527fc97098c2f658800b4df29001527f7324bcdffcf6e8751a699ab920a1eced5b1d9060200160405180910390a1505050505050565b6001600160a01b0383163b156142bd57604051630b135d3f60e11b808252906001600160a01b03851690631626ba7e906141e3908690869060040161592a565b602060405180830381865afa158015614200573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906142249190615987565b6001600160e01b031916146110a35760405162461bcd60e51b815260206004820152605360248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a2045524331323731207369676e6174757265206064820152721d995c9a599a58d85d1a5bdb8819985a5b1959606a1b608482015260a401610abc565b826001600160a01b03166142d1838361449d565b6001600160a01b0316146110a35760405162461bcd60e51b815260206004820152604760248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a207369676e6174757265206e6f742066726f6d6064820152661039b4b3b732b960c91b608482015260a401610abc565b6001600160a01b03831673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac014156144085760405162387b1360e81b81526001600160a01b037f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe6169063387b1300906143d1908890889087906004016157b9565b600060405180830381600087803b1580156143eb57600080fd5b505af11580156143ff573d6000803e3d6000fd5b50505050614496565b60405163c608c7f360e01b81526001600160a01b03858116600483015284811660248301526044820184905282811660648301527f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f875707169063c608c7f390608401600060405180830381600087803b15801561448257600080fd5b505af1158015611362573d6000803e3d6000fd5b5050505050565b60008060006144ac85856144b9565b915091506109c681614529565b6000808251604114156144f05760208301516040840151606085015160001a6144e4878285856146e4565b94509450505050614522565b82516040141561451a576020830151604084015161450f8683836147d1565b935093505050614522565b506000905060025b9250929050565b600081600481111561453d5761453d6159b1565b14156145465750565b600181600481111561455a5761455a6159b1565b14156145a85760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606401610abc565b60028160048111156145bc576145bc6159b1565b141561460a5760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606401610abc565b600381600481111561461e5761461e6159b1565b14156146775760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b6064820152608401610abc565b600481600481111561468b5761468b6159b1565b1415610fee5760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b6064820152608401610abc565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083111561471b57506000905060036147c8565b8460ff16601b1415801561473357508460ff16601c14155b1561474457506000905060046147c8565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015614798573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b0381166147c1576000600192509250506147c8565b9150600090505b94509492505050565b6000806001600160ff1b038316816147ee60ff86901c601b61578a565b90506147fc878288856146e4565b935093505050935093915050565b60008083601f84011261481c57600080fd5b5081356001600160401b0381111561483357600080fd5b6020830191508360208260051b850101111561452257600080fd5b6000806020838503121561486157600080fd5b82356001600160401b0381111561487757600080fd5b6148838582860161480a565b90969095509350505050565b6001600160a01b0381168114610fee57600080fd5b80356148af8161488f565b919050565b600080600080600060a086880312156148cc57600080fd5b85356148d78161488f565b945060208601356148e78161488f565b935060408601356148f78161488f565b94979396509394606081013594506080013592915050565b6020808252825182820181905260009190848201906040850190845b818110156149475783518352928401929184019160010161492b565b50909695505050505050565b60006060828403121561496557600080fd5b50919050565b60008083601f84011261497d57600080fd5b5081356001600160401b0381111561499457600080fd5b60208301915083602082850101111561452257600080fd5b6000806000608084860312156149c157600080fd5b6149cb8585614953565b925060608401356001600160401b038111156149e657600080fd5b6149f28682870161496b565b9497909650939450505050565b600060208284031215614a1157600080fd5b8135614a1c8161488f565b9392505050565b600080600060608486031215614a3857600080fd5b8335614a438161488f565b92506020840135614a538161488f565b929592945050506040919091013590565b600060208284031215614a7657600080fd5b5035919050565b60008060008060408587031215614a9357600080fd5b84356001600160401b0380821115614aaa57600080fd5b614ab68883890161480a565b90965094506020870135915080821115614acf57600080fd5b50614adc8782880161480a565b95989497509550505050565b60008060008060008060008060c0898b031215614b0457600080fd5b8835614b0f8161488f565b97506020890135614b1f8161488f565b9650604089013595506060890135945060808901356001600160401b0380821115614b4957600080fd5b614b558c838d0161480a565b909650945060a08b0135915080821115614b6e57600080fd5b50614b7b8b828c0161480a565b999c989b5096995094979396929594505050565b6000806000806000806000806080898b031215614bab57600080fd5b88356001600160401b0380821115614bc257600080fd5b614bce8c838d0161480a565b909a50985060208b0135915080821115614be757600080fd5b614bf38c838d0161480a565b909850965060408b0135915080821115614c0c57600080fd5b614c188c838d0161480a565b909650945060608b0135915080821115614b6e57600080fd5b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b0381118282101715614c6957614c69614c31565b60405290565b604080519081016001600160401b0381118282101715614c6957614c69614c31565b604051601f8201601f191681016001600160401b0381118282101715614cb957614cb9614c31565b604052919050565b63ffffffff81168114610fee57600080fd5b80356148af81614cc1565b60006001600160401b03821115614cf757614cf7614c31565b5060051b60200190565b600082601f830112614d1257600080fd5b81356020614d27614d2283614cde565b614c91565b82815260059290921b84018101918181019086841115614d4657600080fd5b8286015b84811015614d6a578035614d5d8161488f565b8352918301918301614d4a565b509695505050505050565b600082601f830112614d8657600080fd5b81356020614d96614d2283614cde565b82815260059290921b84018101918181019086841115614db557600080fd5b8286015b84811015614d6a5780358352918301918301614db9565b600060e08284031215614de257600080fd5b614dea614c47565b9050614df5826148a4565b8152614e03602083016148a4565b6020820152614e14604083016148a4565b604082015260608201356060820152614e2f60808301614cd3565b608082015260a08201356001600160401b0380821115614e4e57600080fd5b614e5a85838601614d01565b60a084015260c0840135915080821115614e7357600080fd5b50614e8084828501614d75565b60c08301525092915050565b600060208284031215614e9e57600080fd5b81356001600160401b03811115614eb457600080fd5b614ec084828501614dd0565b949350505050565b600060208284031215614eda57600080fd5b813560ff81168114614a1c57600080fd5b8015158114610fee57600080fd5b600080600080600060808688031215614f1157600080fd5b85356001600160401b0380821115614f2857600080fd5b9087019060e0828a031215614f3c57600080fd5b90955060208701359080821115614f5257600080fd5b50614f5f8882890161480a565b909550935050604086013591506060860135614f7a81614eeb565b809150509295509295909350565b60008060408385031215614f9b57600080fd5b8235614fa68161488f565b91506020830135614fb68161488f565b809150509250929050565b600060408284031215614fd357600080fd5b614fdb614c6f565b905081356001600160401b0380821115614ff457600080fd5b818401915084601f83011261500857600080fd5b813560208282111561501c5761501c614c31565b61502e601f8301601f19168201614c91565b9250818352868183860101111561504457600080fd5b8181850182850137600081838501015282855280860135818601525050505092915050565b600080600080600060a0868803121561508157600080fd5b853561508c8161488f565b9450602086013561509c8161488f565b935060408601356001600160401b03808211156150b857600080fd5b6150c489838a01614fc1565b945060608801359150808211156150da57600080fd5b506150e788828901614fc1565b95989497509295608001359392505050565b6000806040838503121561510c57600080fd5b82356151178161488f565b915060208301356001600160401b0381111561513257600080fd5b61513e85828601614d01565b9150509250929050565b600081518084526020808501945080840160005b838110156151785781518752958201959082019060010161515c565b509495945050505050565b602081526000614a1c6020830184615148565b600080602083850312156151a957600080fd5b82356001600160401b038111156151bf57600080fd5b6148838582860161496b565b600080604083850312156151de57600080fd5b82356151e98161488f565b946020939093013593505050565b6000806000806080858703121561520d57600080fd5b84356152188161488f565b935060208501359250604085013561522f8161488f565b9396929550929360600135925050565b600081518084526020808501945080840160005b838110156151785781516001600160a01b031687529582019590820190600101615253565b60408152600061528b604083018561523f565b82810360208401526112208185615148565b6000806000606084860312156152b257600080fd5b83356152bd8161488f565b925060208401356001600160401b038111156152d857600080fd5b6152e486828701614fc1565b925050604084013590509250925092565b60006060828403121561530757600080fd5b614a1c8383614953565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b600060001982141561535157615351615327565b5060010190565b60208082526019908201527f5061757361626c653a20696e6465782069732070617573656400000000000000604082015260600190565b60008235605e198336030181126153a557600080fd5b9190910192915050565b6000808335601e198436030181126153c657600080fd5b8301803591506001600160401b038211156153e057600080fd5b6020019150600581901b360382131561452257600080fd5b6060810182356154078161488f565b6001600160a01b0390811683526020840135906154238261488f565b166020830152604083013561543781614cc1565b63ffffffff811660408401525092915050565b60208152816020820152818360408301376000818301604090810191909152601f909201601f19160101919050565b60006020828403121561548b57600080fd5b8151614a1c8161488f565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b60208082526037908201527f44656c65676174696f6e4d616e616765723a206f6e6c7953747261746567794d60408201527f616e616765724f72456967656e506f644d616e61676572000000000000000000606082015260800190565b60006020828403121561554f57600080fd5b8151614a1c81614eeb565b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b6000823560de198336030181126153a557600080fd5b6000602082840312156155ca57600080fd5b8135614a1c81614eeb565b600060018060a01b03808351168452806020840151166020850152806040840151166040850152506060820151606084015263ffffffff608083015116608084015260a082015160e060a085015261563060e085018261523f565b905060c083015184820360c08601526112208282615148565b602081526000614a1c60208301846155d5565b60006020828403121561566e57600080fd5b5051919050565b600082601f83011261568657600080fd5b81516020615696614d2283614cde565b82815260059290921b840181019181810190868411156156b557600080fd5b8286015b84811015614d6a57805183529183019183016156b9565b600080604083850312156156e357600080fd5b82516001600160401b03808211156156fa57600080fd5b818501915085601f83011261570e57600080fd5b8151602061571e614d2283614cde565b82815260059290921b8401810191818101908984111561573d57600080fd5b948201945b838610156157645785516157558161488f565b82529482019490820190615742565b9188015191965090935050508082111561577d57600080fd5b5061513e85828601615675565b6000821982111561579d5761579d615327565b500190565b6000828210156157b4576157b4615327565b500390565b6001600160a01b039384168152919092166020820152604081019190915260600190565b828152604060208201526000614ec060408301846155d5565b60006020828403121561580857600080fd5b8135614a1c81614cc1565b80546001600160a01b0319166001600160a01b0392909216919091179055565b813561583e8161488f565b6158488183615813565b5060018101602083013561585b8161488f565b6158658183615813565b50604083013561587481614cc1565b815463ffffffff60a01b191660a09190911b63ffffffff60a01b161790555050565b60006117513683614dd0565b6020808252606e908201526000805160206159c883398151915260408201527f645769746864726177616c3a207769746864726177616c44656c6179426c6f6360608201527f6b7320706572696f6420686173206e6f74207965742070617373656420666f7260808201526d207468697320737472617465677960901b60a082015260c00190565b82815260006020604081840152835180604085015260005b8181101561595e57858101830151858201606001528201615942565b81811115615970576000606083870101525b50601f01601f191692909201606001949350505050565b60006020828403121561599957600080fd5b81516001600160e01b031981168114614a1c57600080fd5b634e487b7160e01b600052602160045260246000fdfe44656c65676174696f6e4d616e616765722e5f636f6d706c6574655175657565a264697066735822122026b1fed484881843a1d9811e493fabdf693f068a2dfa3af9289c2a7fba74873e64736f6c634300080c0033","nonce":12,"gas_used":5064530},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x4d4752","logs":[{"address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000480000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000002000000000000000000000000400000000000"},"block_hash":"0xa20c25d3385fa81aca506d1314fb0804cef2994760b258c8b20272d27bce12ae","block_number":9},{"info":{"transaction_hash":"0xa53b3912e7df583216434757bb44b3a41cae161b4ab9aa06ba8234e00231699a","transaction_index":0,"from":"0x8263fce86b1b78f95ab4dae11907d8af88f841e7","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x8263fce86b1b78f95ab4dae11907d8af88f841e7","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7"],"data":"0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7"],"data":"0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333100000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7"],"data":"0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7"],"data":"0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333100000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000008000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000002000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000008000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0xcb097b51282d038fd4fd78df8d69004c457a287732cb691b0362923129c9869e","block_number":300},{"info":{"transaction_hash":"0x1de117fb7c8b60e6c545a44d6e5a2a3e219496e7f3cc3c14e2c8ad1936357607","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x1aac82773cb722166d7da0d5b0fa35b0307dd99d","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x1aac82773cb722166d7da0d5b0fa35b0307dd99d","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":97,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xe66d100c8293cc92a041df42eff9618d5eba3845370d61ea883207355bfb8097","block_number":72},{"info":{"transaction_hash":"0x141efe2446cbddbd4af5615d39220c771ebb41fa0717c561705227c17a4457c2","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x0e801d84fa97b50751dbf25036d067dcf18858bf","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x0e801d84fa97b50751dbf25036d067dcf18858bf","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x60c0346100a357601f61296e38819003918201601f19168301916001600160401b038311848410176100a75780849260409485528339810103126100a35780516001600160a01b03811691908290036100a35760200151906001600160a01b03821682036100a35760a0526080526040516128b290816100bc82396080518181816103c001526119a2015260a0518181816109c201528181611b610152611c790152f35b5f80fd5b634e487b7160e01b5f52604160045260245ffdfe6080806040526004361015610012575f80fd5b5f3560e01c9081630491b41c146113955750806308732461146113385780631f9b74e0146112e457806320b66298146110b65780632550477714610f4b5780632cd9594014610e4f5780633ca5a5f514610e1d5780634bd26e0914610dde5780635401ed2714610db65780635e5a677514610d945780635f1f2d7714610a8557806366acfefe146109f15780636d14a987146109ad5780637c1723471461099357806381c07502146107545780639f3ccf65146106fb578063ac6bfb03146106ad578063adc804da14610645578063b6904b7814610605578063bc9a40c3146105ca578063bd29b8cd1461054c578063c46778a514610512578063c601527d146104bf578063c8294c5614610474578063d5eccc0514610416578063dd9846b9146103ef578063df5cf723146103ab578063f2be94ae1461033c578063f851e198146102de578063fa28c6271461028b5763ff694a7714610171575f80fd5b346102875760603660031901126102875761018a6113c3565b61019261156c565b906044356001600160401b038111610287576101b2903690600401611582565b6101ba611c77565b6101d28260ff165f52600160205260405f2054151590565b6102245760ff926101e66101ec92846121b2565b8261214f565b165f52600160205261022260405f2060405190610208826114d7565b63ffffffff431682525f60208301525f6040830152611810565b005b60405162461bcd60e51b815260206004820152603560248201527f5374616b6552656769737472792e696e697469616c697a6551756f72756d3a2060448201527471756f72756d20616c72656164792065786973747360581b6064820152608490fd5b5f80fd5b346102875760206001600160601b036102d06102ca6102a936611627565b90825f949394526002875260405f2060ff82165f52875260405f20936126ae565b906113e3565b505460401c16604051908152f35b346102875760403660031901126102875760606103046102fc6113d3565b600435611770565b61033a60405180926001600160601b036040809263ffffffff815116855263ffffffff6020820151166020860152015116910152565bf35b346102875760803660031901126102875760206001600160601b0360406103616113c3565b610369611559565b906044355f526002855260ff835f2091165f5284526103a0610399610393845f20606435906113e3565b506116ce565b9182612547565b015116604051908152f35b34610287575f366003190112610287576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b3461028757602061040861040236611627565b916126ae565b63ffffffff60405191168152f35b346102875760203660031901126102875760ff6104316113c3565b165f90815260016020526040902080545f198101908111610460576102d06001600160601b03916020936113e3565b634e487b7160e01b5f52601160045260245ffd5b346102875760603660031901126102875760206001600160601b0360406104996113c3565b60ff6104a3611559565b91165f52600184526103a0610399610393604435855f206113e3565b34610287576040366003190112610287576104d86113c3565b602435906001600160401b038211610287576104fb610222923690600401611582565b90610504611b4c565b61050d8161187a565b6121b2565b346102875760203660031901126102875760ff61052d6113c3565b165f525f60205260206001600160601b0360405f205416604051908152f35b34610287576040366003190112610287576004356024356001600160401b0381116102875761057f903690600401611428565b61058a929192611c77565b5f5b81811061059557005b806105c36105a660019385886116ae565b3560f81c6105b38161187a565b6105bd8187611d29565b9061207a565b500161058c565b34610287576040366003190112610287576102226105e66113c3565b6105ee61156c565b906105f7611b4c565b6106008161187a565b61214f565b346102875760403660031901126102875760ff6106206113c3565b610628611715565b50165f526001602052606061030461039360243560405f206113e3565b346102875760403660031901126102875760ff6106606113c3565b610668611733565b50165f526003602052604061068a610684602435835f206113e3565b5061174b565b6001600160601b03602083519260018060a01b0381511684520151166020820152f35b34610287576060366003190112610287576106c66113c3565b6106ce611715565b506024355f52600260205260ff60405f2091165f52602052606061030461039360405f20604435906113e3565b34610287576040366003190112610287576107146113c3565b60ff60243591165f52600460205260405f2080548210156102875760209161073b916113e3565b905460405160039290921b1c6001600160a01b03168152f35b346102875760403660031901126102875760043563ffffffff8116809103610287576024356001600160401b03811161028757610795903690600401611428565b9061079f82611542565b926107ad6040519485611521565b8284526107b983611542565b602085019390601f19013685375f5b818110610819578486604051918291602083019060208452518091526040830191905f5b8181106107fa575050500390f35b825163ffffffff168452859450602093840193909201916001016107ec565b6108248183866116ae565b3560f81c6108318161187a565b805f52600160205260405f2080541561097f575f528363ffffffff60205f205416116108ee57805f52600160205260405f20545f5b818110610879575b5050506001016107c8565b825f52600160205260405f2061088f8284611708565b5f198101908111610460576108aa63ffffffff9189936113e3565b50541611156108bb57600101610866565b906108c69250611708565b5f198101919082116104605763ffffffff600192166108e582896116ba565b5290878061086e565b60405162461bcd60e51b815260206004820152605b60248201527f5374616b6552656769737472792e676574546f74616c5374616b65496e64696360448201527f65734174426c6f636b4e756d6265723a2071756f72756d20686173206e6f207360648201527f74616b6520686973746f727920617420626c6f636b4e756d6265720000000000608482015260a490fd5b634e487b7160e01b5f52603260045260245ffd5b34610287575f366003190112610287576020604051818152f35b34610287575f366003190112610287576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610287576109ff36611455565b929091610a0a611c77565b5f935f5b818110610a29576040516001600160c01b0387168152602090f35b80610a62610a3a60019385896116ae565b3560f81c610a478161187a565b610a518782611918565b15610a69575b6105bd908288611ecd565b5001610a0e565b5083811b60c085901b859003908116991698909817975f610a57565b3461028757604036600319011261028757610a9e6113c3565b602435906001600160401b038211610287573660238301121561028757816004013591610aca83611542565b92610ad86040519485611521565b8084526024602085019160051b8301019136831161028757602401905b828210610d8457505050610b07611b4c565b610b108161187a565b8151908115610d195760ff1691825f52600360205260405f20835f52600460205260405f20935f5b848110610b4157005b817f31fa2e2cd280c9375e13ffcf3d81e2378100186e4058f8d3ddb690b82dcd31f76020610b79610b7285896116ba565b51876113e3565b50546040516001600160a01b039091168152a2817f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a756040610bbd610b7285896116ba565b505481516001600160a01b0390911681525f6020820152a282545f19810190811161046057610bec90846113e3565b50610c01610bfa83876116ba565b51856113e3565b610cd857818103610ceb575b505082548015610cc4575f1901610c2481856113e3565b610cd8575f9055835585545f19810190811161046057610c47610c9191886113e3565b905460039190911b1c6001600160a01b0316610c6d610c6684886116ba565b51896113e3565b81546001600160a01b0393841660039290921b91821b9390911b1916919091179055565b8554908115610cc4576001915f1901610caa81896113e3565b815490858060a01b039060031b1b19169055875501610b38565b634e487b7160e01b5f52603160045260245ffd5b634e487b7160e01b5f525f60045260245ffd5b815481546001600160a01b039091166001600160a01b03199182168117835592541690911790558680610c0d565b60405162461bcd60e51b815260206004820152603d60248201527f5374616b6552656769737472792e72656d6f7665537472617465676965733a2060448201527f6e6f20696e646963657320746f2072656d6f76652070726f76696465640000006064820152608490fd5b8135815260209182019101610af5565b34610287575f366003190112610287576020604051670de0b6b3a76400008152f35b346102875760403660031901126102875760206001600160601b0360406103a06102fc6113d3565b3461028757604036600319011261028757610df76113d3565b6004355f52600260205260ff60405f2091165f52602052602060405f2054604051908152f35b346102875760203660031901126102875760ff610e386113c3565b165f526003602052602060405f2054604051908152f35b3461028757604036600319011261028757610e686113d3565b6004355f52600260205260ff60405f2091165f5260205260405f20805490610e8f82611542565b91610e9d6040519384611521565b8083526020830180925f5260205f205f915b838310610f2e578486604051918291602083019060208452518091526040830191905f5b818110610ee1575050500390f35b919350916020606082610f2060019488516001600160601b036040809263ffffffff815116855263ffffffff6020820151166020860152015116910152565b019401910191849392610ed3565b600160208192610f3d856116ce565b815201920192019190610eaf565b3461028757610f5936611455565b90610f65939293611c77565b610f6e8261167c565b92610f788361167c565b925f5b818110610fb057610f9e86610fac8760405193849360408552604085019061149b565b90838203602085015261149b565b0390f35b610fbb8183866116ae565b3560f81c90610fc98261187a565b610fd38483611918565b92909215611025578281610fed600195611009948d611ecd565b916001600160601b03611000868d6116ba565b9116905261207a565b6001600160601b0361101b83896116ba565b9116905201610f7b565b60405162461bcd60e51b815260206004820152605b60248201527f5374616b6552656769737472792e72656769737465724f70657261746f723a2060448201527f4f70657261746f7220646f6573206e6f74206d656574206d696e696d756d207360648201527f74616b6520726571756972656d656e7420666f722071756f72756d0000000000608482015260a490fd5b34610287576060366003190112610287576110cf6113c3565b6024356001600160401b038111610287576110ee9036906004016113f8565b916044356001600160401b0381116102875761110e9036906004016113f8565b9091611118611b4c565b6111218161187a565b841561127a5784820361120f5760ff1691825f52600360205260405f20935f5b86811061114a57005b8061119c61116361115e6001948888611658565b611668565b611178611171848c88611658565b358a6113e3565b5080546001600160a01b031660a09290921b6001600160a01b031916919091179055565b857f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a756111cc611171848c88611658565b50848060a01b039054166111e461115e858a8a611658565b604080516001600160a01b039390931683526001600160601b0391909116602083015290a201611141565b60405162461bcd60e51b815260206004820152603960248201527f5374616b6552656769737472792e6d6f6469667953747261746567795061726160448201527f6d733a20696e707574206c656e677468206d69736d61746368000000000000006064820152608490fd5b608460405162461bcd60e51b815260206004820152604060248201527f5374616b6552656769737472792e6d6f6469667953747261746567795061726160448201527f6d733a206e6f20737472617465677920696e64696365732070726f76696465646064820152fd5b34610287576040366003190112610287576112fd6113c3565b602435906001600160a01b038216820361028757602091816113216113269361187a565b611918565b506001600160601b0360405191168152f35b34610287576040366003190112610287576113516113c3565b60ff60243591165f52600360205260405f20805482101561028757604091611378916113e3565b505481516001600160a01b038216815260a09190911c6020820152f35b346102875760203660031901126102875760209060ff6113b36113c3565b165f526001825260405f20548152f35b6004359060ff8216820361028757565b6024359060ff8216820361028757565b805482101561097f575f5260205f2001905f90565b9181601f84011215610287578235916001600160401b038311610287576020808501948460051b01011161028757565b9181601f84011215610287578235916001600160401b038311610287576020838186019501011161028757565b6060600319820112610287576004356001600160a01b0381168103610287579160243591604435906001600160401b0382116102875761149791600401611428565b9091565b90602080835192838152019201905f5b8181106114b85750505090565b82516001600160601b03168452602093840193909201916001016114ab565b606081019081106001600160401b038211176114f257604052565b634e487b7160e01b5f52604160045260245ffd5b604081019081106001600160401b038211176114f257604052565b90601f801991011681019081106001600160401b038211176114f257604052565b6001600160401b0381116114f25760051b60200190565b6024359063ffffffff8216820361028757565b602435906001600160601b038216820361028757565b81601f820112156102875780359061159982611542565b926115a76040519485611521565b82845260208085019360061b8301019181831161028757602001925b8284106115d1575050505090565b60408483031261028757604051906115e882611506565b84356001600160a01b03811681036102875782526020850135906001600160601b038216820361028757826020928360409501528152019301926115c3565b6060906003190112610287576004359060243560ff81168103610287579060443563ffffffff811681036102875790565b919081101561097f5760051b0190565b356001600160601b03811681036102875790565b9061168682611542565b6116936040519182611521565b82815280926116a4601f1991611542565b0190602036910137565b9082101561097f570190565b805182101561097f5760209160051b010190565b906040516116db816114d7565b60406001600160601b0382945463ffffffff8116845263ffffffff8160201c166020850152821c16910152565b9190820391821161046057565b60405190611722826114d7565b5f6040838281528260208201520152565b6040519061174082611506565b5f6020838281520152565b9060405161175881611506565b91546001600160a01b038116835260a01c6020830152565b90611779611715565b50815f52600260205260405f2060ff82165f5260205260405f20549061179d611715565b92826117a95750505090565b909192505f52600260205260ff60405f2091165f5260205260405f205f198201918211610460576117dd91610393916113e3565b90565b906bffffffffffffffffffffffff60401b82549160401b16906bffffffffffffffffffffffff60401b1916179055565b8054600160401b8110156114f25761182d916001820181556113e3565b610cd8578151815460208085015167ffffffff00000000911b1663ffffffff90921667ffffffffffffffff1990911617178155611878916001600160601b03906040015116906117e0565b565b6118929060ff165f52600160205260405f2054151590565b1561189957565b60405162461bcd60e51b815260206004820152603160248201527f5374616b6552656769737472792e71756f72756d4578697374733a2071756f726044820152701d5b48191bd95cc81b9bdd08195e1a5cdd607a1b6064820152608490fd5b906001600160601b03809116911601906001600160601b03821161046057565b919060ff5f931690815f52600360205260405f20549060405161193a81611506565b5f8082526020918201819052848152600480835260408083208151639004134760e01b81526001600160a01b03909616928601929092526024850152805460448501819052908252918120839260648401925b818110611b2a57505f939283900391508290507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa908115611b1f575f91611a8f575b505f5b828110611a0a575050505f525f6020526001600160601b0360405f2054166001600160601b038316101590565b835f526003602052611a226106848260405f206113e3565b611a2c82846116ba565b51611a3b575b506001016119dd565b6001600160601b036020611a5284869a959a6116ba565b519201511690818102918183041490151715610460576001916001600160601b03670de0b6b3a7640000611a88930416906118f8565b9590611a32565b90503d805f833e611aa08183611521565b810190602081830312610287578051906001600160401b03821161028757019080601f83011215610287578151611ad681611542565b92611ae46040519485611521565b81845260208085019260051b82010192831161028757602001905b828210611b0f575050505f6119da565b8151815260209182019101611aff565b6040513d5f823e3d90fd5b82546001600160a01b031684528594506020909301926001928301920161198d565b604051638da5cb5b60e01b81526020816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa908115611b1f575f91611c35575b506001600160a01b03163303611bab57565b60405162461bcd60e51b815260206004820152605660248201527f5374616b6552656769737472792e6f6e6c79436f6f7264696e61746f724f776e60448201527f65723a2063616c6c6572206973206e6f7420746865206f776e6572206f6620746064820152753432903932b3b4b9ba393ca1b7b7b93234b730ba37b960511b608482015260a490fd5b90506020813d602011611c6f575b81611c5060209383611521565b8101031261028757516001600160a01b0381168103610287575f611b99565b3d9150611c43565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163303611ca957565b60405162461bcd60e51b815260206004820152604c60248201527f5374616b6552656769737472792e6f6e6c795265676973747279436f6f72646960448201527f6e61746f723a2063616c6c6572206973206e6f7420746865205265676973747260648201526b3ca1b7b7b93234b730ba37b960a11b608482015260a490fd5b5f90805f52600260205260405f2060ff84165f5260205260405f205480155f14611dd057505f51602061283d5f395f51905f5260406001600160601b0394835f526002602052815f2060ff82165f52602052611da6825f20835190611d8d826114d7565b63ffffffff431682525f60208301525f85830152611810565b60ff8251911681525f6020820152a2165f81810391125f82128116905f8313901516176104605790565b908092505f52600260205260405f2060ff84165f5260205260405f20905f19810190811161046057611e01916113e3565b50908154916001600160601b038360401c16928315611ec4576001600160601b03945f51602061283d5f395f51905f529260409263ffffffff43811691168103611e665750805473ffffffffffffffffffffffff000000000000000019169055611da6565b815467ffffffff000000001916602082901b67ffffffff000000001617909155611ebf90855f526002602052835f2060ff84165f52602052835f20845191611ead836114d7565b82525f60208301525f85830152611810565b611da6565b50505050505f90565b9190915f90805f52600260205260405f2060ff85165f5260205260405f205480155f14611f7c57505f51602061283d5f395f51905f5260406001600160601b038095845f526002602052825f2060ff89165f52602052611f50835f20845190611f35826114d7565b63ffffffff431682525f602083015284841686830152611810565b60ff8351981688521695866020820152a216905f82820392128183128116918313901516176104605790565b908092505f52600260205260405f2060ff85165f5260205260405f20905f19810190811161046057611fad916113e3565b50908154916001600160601b038360401c16926001600160601b0385169081851461206f57855f51602061283d5f395f51905f52936001600160601b039763ffffffff6040958a9582431692839116145f1461201357505061200e916117e0565b611f50565b835467ffffffff000000001916602083901b67ffffffff00000000161790935561200e92909150875f526002602052855f2060ff8c165f52602052855f209086519261205e846114d7565b83525f602084015286830152611810565b505050505050505f90565b60ff165f81815260016020526040902080549192915f198101908111610460576120a3916113e3565b5090801561213c5763ffffffff6120c88354926001600160601b038460401c166127f3565b938492438316921682036120e15750506117dd916117e0565b835467ffffffff000000001916602083901b67ffffffff0000000016179093556117dd929091505f52600160205260405f2060405191612120836114d7565b82525f60208301526001600160601b0384166040830152611810565b506001600160601b0391505460401c1690565b602060ff7f26eecff2b70b0a71104ff4d940ba7162d23a95c248771fc487a7be17a596b3cf921692835f525f82526001600160601b0360405f20911690816001600160601b0319825416179055604051908152a2565b9190820180921161046057565b8151156124ef5760ff8251911691825f52600360205260405f20549260206121da84866121a5565b11612489575f925b8084106121f0575050505050565b90919293945f5b61220186886121a5565b81101561229d57835f52600360205261221d8160405f206113e3565b50546001600160a01b039081169061223588886116ba565b51511614612245576001016121f7565b60405162461bcd60e51b815260206004820152603d60248201525f51602061285d5f395f51905f5260448201527f3a2063616e6e6f74206164642073616d652073747261746567792032780000006064820152608490fd5b509493929190926001600160601b0360206122b883866116ba565b510151161561242257815f52600360205260405f206122d782856116ba565b51908054600160401b8110156114f2576122f6916001820181556113e3565b610cd85781516020929092015160a01b6001600160a01b0319166001600160a01b03929092169190911790555f828152600460205260409020906001600160a01b0361234282866116ba565b515116825490600160401b8210156114f257610c6d8260019586612368950181556113e3565b827f10565e56cacbf32eca267945f054fec02e59750032d113d3302182ad967f54046020848060a01b0361239c85896116ba565b515116604051908152a2827f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75838060a01b036123d884886116ba565b5151166001600160601b0360206123ef868a6116ba565b510151604080516001600160a01b0394909416845291166001600160601b03166020830152819081010390a201926121e2565b60405162461bcd60e51b815260206004820152604660248201525f51602061285d5f395f51905f5260448201527f3a2063616e6e6f74206164642073747261746567792077697468207a65726f206064820152651dd95a59da1d60d21b608482015260a490fd5b60405162461bcd60e51b815260206004820152604560248201525f51602061285d5f395f51905f5260448201527f3a20657863656564204d41585f5745494748494e475f46554e4354494f4e5f4c60648201526408a9c8ea8960db1b608482015260a490fd5b60405162461bcd60e51b815260206004820152603860248201525f51602061285d5f395f51905f5260448201527f3a206e6f20737472617465676965732070726f766964656400000000000000006064820152608490fd5b63ffffffff808251169216918210612624576020015163ffffffff16801591821561261a575b50501561257657565b60405162461bcd60e51b815260206004820152606a60248201527f5374616b6552656769737472792e5f76616c69646174655374616b655570646160448201527f74654174426c6f636b4e756d6265723a2074686572652069732061206e65776560648201527f72207374616b6555706461746520617661696c61626c65206265666f726520626084820152693637b1b5a73ab6b132b960b11b60a482015260c490fd5b1090505f8061256d565b60405162461bcd60e51b815260206004820152605660248201527f5374616b6552656769737472792e5f76616c69646174655374616b655570646160448201527f74654174426c6f636b4e756d6265723a207374616b6555706461746520697320606482015275333937b69030b33a32b910313637b1b5a73ab6b132b960511b608482015260a490fd5b929190835f52600260205260405f2060ff82165f5260205260405f2054805b6127925760405162461bcd60e51b815260206004820152608160248201527f5374616b6552656769737472792e5f6765745374616b65557064617465496e6460448201527f6578466f724f70657261746f724174426c6f636b4e756d6265723a206e6f207360648201527f74616b652075706461746520666f756e6420666f72206f70657261746f72496460848201527f20616e642071756f72756d4e756d62657220617420626c6f636b206e756d626560a4820152603960f91b60c482015260e490fd5b845f52600260205260405f2060ff83165f5260205260405f205f19820190828211610460576127c68263ffffffff926113e3565b50541663ffffffff851610156127e657508015610460575f1901806126cd565b63ffffffff169450505050565b905f81121561282857600160ff1b8114610460576001600160601b0380915f03169116036001600160601b0381116104605790565b906001600160601b036117dd9216906118f856fe2f527d527e95d8fe40aec55377743bb779087da3f6d0d08f12e36444da62327d5374616b6552656769737472792e5f6164645374726174656779506172616d73a26469706673582212209884db44aa4b5097259eafe1bbb87f35f333cc2decdb19942bf07a7970ae76dd64736f6c634300081b00330000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f373042000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c9","output":"0x6080806040526004361015610012575f80fd5b5f3560e01c9081630491b41c146113955750806308732461146113385780631f9b74e0146112e457806320b66298146110b65780632550477714610f4b5780632cd9594014610e4f5780633ca5a5f514610e1d5780634bd26e0914610dde5780635401ed2714610db65780635e5a677514610d945780635f1f2d7714610a8557806366acfefe146109f15780636d14a987146109ad5780637c1723471461099357806381c07502146107545780639f3ccf65146106fb578063ac6bfb03146106ad578063adc804da14610645578063b6904b7814610605578063bc9a40c3146105ca578063bd29b8cd1461054c578063c46778a514610512578063c601527d146104bf578063c8294c5614610474578063d5eccc0514610416578063dd9846b9146103ef578063df5cf723146103ab578063f2be94ae1461033c578063f851e198146102de578063fa28c6271461028b5763ff694a7714610171575f80fd5b346102875760603660031901126102875761018a6113c3565b61019261156c565b906044356001600160401b038111610287576101b2903690600401611582565b6101ba611c77565b6101d28260ff165f52600160205260405f2054151590565b6102245760ff926101e66101ec92846121b2565b8261214f565b165f52600160205261022260405f2060405190610208826114d7565b63ffffffff431682525f60208301525f6040830152611810565b005b60405162461bcd60e51b815260206004820152603560248201527f5374616b6552656769737472792e696e697469616c697a6551756f72756d3a2060448201527471756f72756d20616c72656164792065786973747360581b6064820152608490fd5b5f80fd5b346102875760206001600160601b036102d06102ca6102a936611627565b90825f949394526002875260405f2060ff82165f52875260405f20936126ae565b906113e3565b505460401c16604051908152f35b346102875760403660031901126102875760606103046102fc6113d3565b600435611770565b61033a60405180926001600160601b036040809263ffffffff815116855263ffffffff6020820151166020860152015116910152565bf35b346102875760803660031901126102875760206001600160601b0360406103616113c3565b610369611559565b906044355f526002855260ff835f2091165f5284526103a0610399610393845f20606435906113e3565b506116ce565b9182612547565b015116604051908152f35b34610287575f366003190112610287576040517f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b03168152602090f35b3461028757602061040861040236611627565b916126ae565b63ffffffff60405191168152f35b346102875760203660031901126102875760ff6104316113c3565b165f90815260016020526040902080545f198101908111610460576102d06001600160601b03916020936113e3565b634e487b7160e01b5f52601160045260245ffd5b346102875760603660031901126102875760206001600160601b0360406104996113c3565b60ff6104a3611559565b91165f52600184526103a0610399610393604435855f206113e3565b34610287576040366003190112610287576104d86113c3565b602435906001600160401b038211610287576104fb610222923690600401611582565b90610504611b4c565b61050d8161187a565b6121b2565b346102875760203660031901126102875760ff61052d6113c3565b165f525f60205260206001600160601b0360405f205416604051908152f35b34610287576040366003190112610287576004356024356001600160401b0381116102875761057f903690600401611428565b61058a929192611c77565b5f5b81811061059557005b806105c36105a660019385886116ae565b3560f81c6105b38161187a565b6105bd8187611d29565b9061207a565b500161058c565b34610287576040366003190112610287576102226105e66113c3565b6105ee61156c565b906105f7611b4c565b6106008161187a565b61214f565b346102875760403660031901126102875760ff6106206113c3565b610628611715565b50165f526001602052606061030461039360243560405f206113e3565b346102875760403660031901126102875760ff6106606113c3565b610668611733565b50165f526003602052604061068a610684602435835f206113e3565b5061174b565b6001600160601b03602083519260018060a01b0381511684520151166020820152f35b34610287576060366003190112610287576106c66113c3565b6106ce611715565b506024355f52600260205260ff60405f2091165f52602052606061030461039360405f20604435906113e3565b34610287576040366003190112610287576107146113c3565b60ff60243591165f52600460205260405f2080548210156102875760209161073b916113e3565b905460405160039290921b1c6001600160a01b03168152f35b346102875760403660031901126102875760043563ffffffff8116809103610287576024356001600160401b03811161028757610795903690600401611428565b9061079f82611542565b926107ad6040519485611521565b8284526107b983611542565b602085019390601f19013685375f5b818110610819578486604051918291602083019060208452518091526040830191905f5b8181106107fa575050500390f35b825163ffffffff168452859450602093840193909201916001016107ec565b6108248183866116ae565b3560f81c6108318161187a565b805f52600160205260405f2080541561097f575f528363ffffffff60205f205416116108ee57805f52600160205260405f20545f5b818110610879575b5050506001016107c8565b825f52600160205260405f2061088f8284611708565b5f198101908111610460576108aa63ffffffff9189936113e3565b50541611156108bb57600101610866565b906108c69250611708565b5f198101919082116104605763ffffffff600192166108e582896116ba565b5290878061086e565b60405162461bcd60e51b815260206004820152605b60248201527f5374616b6552656769737472792e676574546f74616c5374616b65496e64696360448201527f65734174426c6f636b4e756d6265723a2071756f72756d20686173206e6f207360648201527f74616b6520686973746f727920617420626c6f636b4e756d6265720000000000608482015260a490fd5b634e487b7160e01b5f52603260045260245ffd5b34610287575f366003190112610287576020604051818152f35b34610287575f366003190112610287576040517f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03168152602090f35b34610287576109ff36611455565b929091610a0a611c77565b5f935f5b818110610a29576040516001600160c01b0387168152602090f35b80610a62610a3a60019385896116ae565b3560f81c610a478161187a565b610a518782611918565b15610a69575b6105bd908288611ecd565b5001610a0e565b5083811b60c085901b859003908116991698909817975f610a57565b3461028757604036600319011261028757610a9e6113c3565b602435906001600160401b038211610287573660238301121561028757816004013591610aca83611542565b92610ad86040519485611521565b8084526024602085019160051b8301019136831161028757602401905b828210610d8457505050610b07611b4c565b610b108161187a565b8151908115610d195760ff1691825f52600360205260405f20835f52600460205260405f20935f5b848110610b4157005b817f31fa2e2cd280c9375e13ffcf3d81e2378100186e4058f8d3ddb690b82dcd31f76020610b79610b7285896116ba565b51876113e3565b50546040516001600160a01b039091168152a2817f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a756040610bbd610b7285896116ba565b505481516001600160a01b0390911681525f6020820152a282545f19810190811161046057610bec90846113e3565b50610c01610bfa83876116ba565b51856113e3565b610cd857818103610ceb575b505082548015610cc4575f1901610c2481856113e3565b610cd8575f9055835585545f19810190811161046057610c47610c9191886113e3565b905460039190911b1c6001600160a01b0316610c6d610c6684886116ba565b51896113e3565b81546001600160a01b0393841660039290921b91821b9390911b1916919091179055565b8554908115610cc4576001915f1901610caa81896113e3565b815490858060a01b039060031b1b19169055875501610b38565b634e487b7160e01b5f52603160045260245ffd5b634e487b7160e01b5f525f60045260245ffd5b815481546001600160a01b039091166001600160a01b03199182168117835592541690911790558680610c0d565b60405162461bcd60e51b815260206004820152603d60248201527f5374616b6552656769737472792e72656d6f7665537472617465676965733a2060448201527f6e6f20696e646963657320746f2072656d6f76652070726f76696465640000006064820152608490fd5b8135815260209182019101610af5565b34610287575f366003190112610287576020604051670de0b6b3a76400008152f35b346102875760403660031901126102875760206001600160601b0360406103a06102fc6113d3565b3461028757604036600319011261028757610df76113d3565b6004355f52600260205260ff60405f2091165f52602052602060405f2054604051908152f35b346102875760203660031901126102875760ff610e386113c3565b165f526003602052602060405f2054604051908152f35b3461028757604036600319011261028757610e686113d3565b6004355f52600260205260ff60405f2091165f5260205260405f20805490610e8f82611542565b91610e9d6040519384611521565b8083526020830180925f5260205f205f915b838310610f2e578486604051918291602083019060208452518091526040830191905f5b818110610ee1575050500390f35b919350916020606082610f2060019488516001600160601b036040809263ffffffff815116855263ffffffff6020820151166020860152015116910152565b019401910191849392610ed3565b600160208192610f3d856116ce565b815201920192019190610eaf565b3461028757610f5936611455565b90610f65939293611c77565b610f6e8261167c565b92610f788361167c565b925f5b818110610fb057610f9e86610fac8760405193849360408552604085019061149b565b90838203602085015261149b565b0390f35b610fbb8183866116ae565b3560f81c90610fc98261187a565b610fd38483611918565b92909215611025578281610fed600195611009948d611ecd565b916001600160601b03611000868d6116ba565b9116905261207a565b6001600160601b0361101b83896116ba565b9116905201610f7b565b60405162461bcd60e51b815260206004820152605b60248201527f5374616b6552656769737472792e72656769737465724f70657261746f723a2060448201527f4f70657261746f7220646f6573206e6f74206d656574206d696e696d756d207360648201527f74616b6520726571756972656d656e7420666f722071756f72756d0000000000608482015260a490fd5b34610287576060366003190112610287576110cf6113c3565b6024356001600160401b038111610287576110ee9036906004016113f8565b916044356001600160401b0381116102875761110e9036906004016113f8565b9091611118611b4c565b6111218161187a565b841561127a5784820361120f5760ff1691825f52600360205260405f20935f5b86811061114a57005b8061119c61116361115e6001948888611658565b611668565b611178611171848c88611658565b358a6113e3565b5080546001600160a01b031660a09290921b6001600160a01b031916919091179055565b857f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a756111cc611171848c88611658565b50848060a01b039054166111e461115e858a8a611658565b604080516001600160a01b039390931683526001600160601b0391909116602083015290a201611141565b60405162461bcd60e51b815260206004820152603960248201527f5374616b6552656769737472792e6d6f6469667953747261746567795061726160448201527f6d733a20696e707574206c656e677468206d69736d61746368000000000000006064820152608490fd5b608460405162461bcd60e51b815260206004820152604060248201527f5374616b6552656769737472792e6d6f6469667953747261746567795061726160448201527f6d733a206e6f20737472617465677920696e64696365732070726f76696465646064820152fd5b34610287576040366003190112610287576112fd6113c3565b602435906001600160a01b038216820361028757602091816113216113269361187a565b611918565b506001600160601b0360405191168152f35b34610287576040366003190112610287576113516113c3565b60ff60243591165f52600360205260405f20805482101561028757604091611378916113e3565b505481516001600160a01b038216815260a09190911c6020820152f35b346102875760203660031901126102875760209060ff6113b36113c3565b165f526001825260405f20548152f35b6004359060ff8216820361028757565b6024359060ff8216820361028757565b805482101561097f575f5260205f2001905f90565b9181601f84011215610287578235916001600160401b038311610287576020808501948460051b01011161028757565b9181601f84011215610287578235916001600160401b038311610287576020838186019501011161028757565b6060600319820112610287576004356001600160a01b0381168103610287579160243591604435906001600160401b0382116102875761149791600401611428565b9091565b90602080835192838152019201905f5b8181106114b85750505090565b82516001600160601b03168452602093840193909201916001016114ab565b606081019081106001600160401b038211176114f257604052565b634e487b7160e01b5f52604160045260245ffd5b604081019081106001600160401b038211176114f257604052565b90601f801991011681019081106001600160401b038211176114f257604052565b6001600160401b0381116114f25760051b60200190565b6024359063ffffffff8216820361028757565b602435906001600160601b038216820361028757565b81601f820112156102875780359061159982611542565b926115a76040519485611521565b82845260208085019360061b8301019181831161028757602001925b8284106115d1575050505090565b60408483031261028757604051906115e882611506565b84356001600160a01b03811681036102875782526020850135906001600160601b038216820361028757826020928360409501528152019301926115c3565b6060906003190112610287576004359060243560ff81168103610287579060443563ffffffff811681036102875790565b919081101561097f5760051b0190565b356001600160601b03811681036102875790565b9061168682611542565b6116936040519182611521565b82815280926116a4601f1991611542565b0190602036910137565b9082101561097f570190565b805182101561097f5760209160051b010190565b906040516116db816114d7565b60406001600160601b0382945463ffffffff8116845263ffffffff8160201c166020850152821c16910152565b9190820391821161046057565b60405190611722826114d7565b5f6040838281528260208201520152565b6040519061174082611506565b5f6020838281520152565b9060405161175881611506565b91546001600160a01b038116835260a01c6020830152565b90611779611715565b50815f52600260205260405f2060ff82165f5260205260405f20549061179d611715565b92826117a95750505090565b909192505f52600260205260ff60405f2091165f5260205260405f205f198201918211610460576117dd91610393916113e3565b90565b906bffffffffffffffffffffffff60401b82549160401b16906bffffffffffffffffffffffff60401b1916179055565b8054600160401b8110156114f25761182d916001820181556113e3565b610cd8578151815460208085015167ffffffff00000000911b1663ffffffff90921667ffffffffffffffff1990911617178155611878916001600160601b03906040015116906117e0565b565b6118929060ff165f52600160205260405f2054151590565b1561189957565b60405162461bcd60e51b815260206004820152603160248201527f5374616b6552656769737472792e71756f72756d4578697374733a2071756f726044820152701d5b48191bd95cc81b9bdd08195e1a5cdd607a1b6064820152608490fd5b906001600160601b03809116911601906001600160601b03821161046057565b919060ff5f931690815f52600360205260405f20549060405161193a81611506565b5f8082526020918201819052848152600480835260408083208151639004134760e01b81526001600160a01b03909616928601929092526024850152805460448501819052908252918120839260648401925b818110611b2a57505f939283900391508290507f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b03165afa908115611b1f575f91611a8f575b505f5b828110611a0a575050505f525f6020526001600160601b0360405f2054166001600160601b038316101590565b835f526003602052611a226106848260405f206113e3565b611a2c82846116ba565b51611a3b575b506001016119dd565b6001600160601b036020611a5284869a959a6116ba565b519201511690818102918183041490151715610460576001916001600160601b03670de0b6b3a7640000611a88930416906118f8565b9590611a32565b90503d805f833e611aa08183611521565b810190602081830312610287578051906001600160401b03821161028757019080601f83011215610287578151611ad681611542565b92611ae46040519485611521565b81845260208085019260051b82010192831161028757602001905b828210611b0f575050505f6119da565b8151815260209182019101611aff565b6040513d5f823e3d90fd5b82546001600160a01b031684528594506020909301926001928301920161198d565b604051638da5cb5b60e01b81526020816004817f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03165afa908115611b1f575f91611c35575b506001600160a01b03163303611bab57565b60405162461bcd60e51b815260206004820152605660248201527f5374616b6552656769737472792e6f6e6c79436f6f7264696e61746f724f776e60448201527f65723a2063616c6c6572206973206e6f7420746865206f776e6572206f6620746064820152753432903932b3b4b9ba393ca1b7b7b93234b730ba37b960511b608482015260a490fd5b90506020813d602011611c6f575b81611c5060209383611521565b8101031261028757516001600160a01b0381168103610287575f611b99565b3d9150611c43565b7f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03163303611ca957565b60405162461bcd60e51b815260206004820152604c60248201527f5374616b6552656769737472792e6f6e6c795265676973747279436f6f72646960448201527f6e61746f723a2063616c6c6572206973206e6f7420746865205265676973747260648201526b3ca1b7b7b93234b730ba37b960a11b608482015260a490fd5b5f90805f52600260205260405f2060ff84165f5260205260405f205480155f14611dd057505f51602061283d5f395f51905f5260406001600160601b0394835f526002602052815f2060ff82165f52602052611da6825f20835190611d8d826114d7565b63ffffffff431682525f60208301525f85830152611810565b60ff8251911681525f6020820152a2165f81810391125f82128116905f8313901516176104605790565b908092505f52600260205260405f2060ff84165f5260205260405f20905f19810190811161046057611e01916113e3565b50908154916001600160601b038360401c16928315611ec4576001600160601b03945f51602061283d5f395f51905f529260409263ffffffff43811691168103611e665750805473ffffffffffffffffffffffff000000000000000019169055611da6565b815467ffffffff000000001916602082901b67ffffffff000000001617909155611ebf90855f526002602052835f2060ff84165f52602052835f20845191611ead836114d7565b82525f60208301525f85830152611810565b611da6565b50505050505f90565b9190915f90805f52600260205260405f2060ff85165f5260205260405f205480155f14611f7c57505f51602061283d5f395f51905f5260406001600160601b038095845f526002602052825f2060ff89165f52602052611f50835f20845190611f35826114d7565b63ffffffff431682525f602083015284841686830152611810565b60ff8351981688521695866020820152a216905f82820392128183128116918313901516176104605790565b908092505f52600260205260405f2060ff85165f5260205260405f20905f19810190811161046057611fad916113e3565b50908154916001600160601b038360401c16926001600160601b0385169081851461206f57855f51602061283d5f395f51905f52936001600160601b039763ffffffff6040958a9582431692839116145f1461201357505061200e916117e0565b611f50565b835467ffffffff000000001916602083901b67ffffffff00000000161790935561200e92909150875f526002602052855f2060ff8c165f52602052855f209086519261205e846114d7565b83525f602084015286830152611810565b505050505050505f90565b60ff165f81815260016020526040902080549192915f198101908111610460576120a3916113e3565b5090801561213c5763ffffffff6120c88354926001600160601b038460401c166127f3565b938492438316921682036120e15750506117dd916117e0565b835467ffffffff000000001916602083901b67ffffffff0000000016179093556117dd929091505f52600160205260405f2060405191612120836114d7565b82525f60208301526001600160601b0384166040830152611810565b506001600160601b0391505460401c1690565b602060ff7f26eecff2b70b0a71104ff4d940ba7162d23a95c248771fc487a7be17a596b3cf921692835f525f82526001600160601b0360405f20911690816001600160601b0319825416179055604051908152a2565b9190820180921161046057565b8151156124ef5760ff8251911691825f52600360205260405f20549260206121da84866121a5565b11612489575f925b8084106121f0575050505050565b90919293945f5b61220186886121a5565b81101561229d57835f52600360205261221d8160405f206113e3565b50546001600160a01b039081169061223588886116ba565b51511614612245576001016121f7565b60405162461bcd60e51b815260206004820152603d60248201525f51602061285d5f395f51905f5260448201527f3a2063616e6e6f74206164642073616d652073747261746567792032780000006064820152608490fd5b509493929190926001600160601b0360206122b883866116ba565b510151161561242257815f52600360205260405f206122d782856116ba565b51908054600160401b8110156114f2576122f6916001820181556113e3565b610cd85781516020929092015160a01b6001600160a01b0319166001600160a01b03929092169190911790555f828152600460205260409020906001600160a01b0361234282866116ba565b515116825490600160401b8210156114f257610c6d8260019586612368950181556113e3565b827f10565e56cacbf32eca267945f054fec02e59750032d113d3302182ad967f54046020848060a01b0361239c85896116ba565b515116604051908152a2827f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75838060a01b036123d884886116ba565b5151166001600160601b0360206123ef868a6116ba565b510151604080516001600160a01b0394909416845291166001600160601b03166020830152819081010390a201926121e2565b60405162461bcd60e51b815260206004820152604660248201525f51602061285d5f395f51905f5260448201527f3a2063616e6e6f74206164642073747261746567792077697468207a65726f206064820152651dd95a59da1d60d21b608482015260a490fd5b60405162461bcd60e51b815260206004820152604560248201525f51602061285d5f395f51905f5260448201527f3a20657863656564204d41585f5745494748494e475f46554e4354494f4e5f4c60648201526408a9c8ea8960db1b608482015260a490fd5b60405162461bcd60e51b815260206004820152603860248201525f51602061285d5f395f51905f5260448201527f3a206e6f20737472617465676965732070726f766964656400000000000000006064820152608490fd5b63ffffffff808251169216918210612624576020015163ffffffff16801591821561261a575b50501561257657565b60405162461bcd60e51b815260206004820152606a60248201527f5374616b6552656769737472792e5f76616c69646174655374616b655570646160448201527f74654174426c6f636b4e756d6265723a2074686572652069732061206e65776560648201527f72207374616b6555706461746520617661696c61626c65206265666f726520626084820152693637b1b5a73ab6b132b960b11b60a482015260c490fd5b1090505f8061256d565b60405162461bcd60e51b815260206004820152605660248201527f5374616b6552656769737472792e5f76616c69646174655374616b655570646160448201527f74654174426c6f636b4e756d6265723a207374616b6555706461746520697320606482015275333937b69030b33a32b910313637b1b5a73ab6b132b960511b608482015260a490fd5b929190835f52600260205260405f2060ff82165f5260205260405f2054805b6127925760405162461bcd60e51b815260206004820152608160248201527f5374616b6552656769737472792e5f6765745374616b65557064617465496e6460448201527f6578466f724f70657261746f724174426c6f636b4e756d6265723a206e6f207360648201527f74616b652075706461746520666f756e6420666f72206f70657261746f72496460848201527f20616e642071756f72756d4e756d62657220617420626c6f636b206e756d626560a4820152603960f91b60c482015260e490fd5b845f52600260205260405f2060ff83165f5260205260405f205f19820190828211610460576127c68263ffffffff926113e3565b50541663ffffffff851610156127e657508015610460575f1901806126cd565b63ffffffff169450505050565b905f81121561282857600160ff1b8114610460576001600160601b0380915f03169116036001600160601b0381116104605790565b906001600160601b036117dd9216906118f856fe2f527d527e95d8fe40aec55377743bb779087da3f6d0d08f12e36444da62327d5374616b6552656769737472792e5f6164645374726174656779506172616d73a26469706673582212209884db44aa4b5097259eafe1bbb87f35f333cc2decdb19942bf07a7970ae76dd64736f6c634300081b0033","gas_used":2086187,"gas_limit":2778365,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x6080806040526004361015610012575f80fd5b5f3560e01c9081630491b41c146113955750806308732461146113385780631f9b74e0146112e457806320b66298146110b65780632550477714610f4b5780632cd9594014610e4f5780633ca5a5f514610e1d5780634bd26e0914610dde5780635401ed2714610db65780635e5a677514610d945780635f1f2d7714610a8557806366acfefe146109f15780636d14a987146109ad5780637c1723471461099357806381c07502146107545780639f3ccf65146106fb578063ac6bfb03146106ad578063adc804da14610645578063b6904b7814610605578063bc9a40c3146105ca578063bd29b8cd1461054c578063c46778a514610512578063c601527d146104bf578063c8294c5614610474578063d5eccc0514610416578063dd9846b9146103ef578063df5cf723146103ab578063f2be94ae1461033c578063f851e198146102de578063fa28c6271461028b5763ff694a7714610171575f80fd5b346102875760603660031901126102875761018a6113c3565b61019261156c565b906044356001600160401b038111610287576101b2903690600401611582565b6101ba611c77565b6101d28260ff165f52600160205260405f2054151590565b6102245760ff926101e66101ec92846121b2565b8261214f565b165f52600160205261022260405f2060405190610208826114d7565b63ffffffff431682525f60208301525f6040830152611810565b005b60405162461bcd60e51b815260206004820152603560248201527f5374616b6552656769737472792e696e697469616c697a6551756f72756d3a2060448201527471756f72756d20616c72656164792065786973747360581b6064820152608490fd5b5f80fd5b346102875760206001600160601b036102d06102ca6102a936611627565b90825f949394526002875260405f2060ff82165f52875260405f20936126ae565b906113e3565b505460401c16604051908152f35b346102875760403660031901126102875760606103046102fc6113d3565b600435611770565b61033a60405180926001600160601b036040809263ffffffff815116855263ffffffff6020820151166020860152015116910152565bf35b346102875760803660031901126102875760206001600160601b0360406103616113c3565b610369611559565b906044355f526002855260ff835f2091165f5284526103a0610399610393845f20606435906113e3565b506116ce565b9182612547565b015116604051908152f35b34610287575f366003190112610287576040517f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b03168152602090f35b3461028757602061040861040236611627565b916126ae565b63ffffffff60405191168152f35b346102875760203660031901126102875760ff6104316113c3565b165f90815260016020526040902080545f198101908111610460576102d06001600160601b03916020936113e3565b634e487b7160e01b5f52601160045260245ffd5b346102875760603660031901126102875760206001600160601b0360406104996113c3565b60ff6104a3611559565b91165f52600184526103a0610399610393604435855f206113e3565b34610287576040366003190112610287576104d86113c3565b602435906001600160401b038211610287576104fb610222923690600401611582565b90610504611b4c565b61050d8161187a565b6121b2565b346102875760203660031901126102875760ff61052d6113c3565b165f525f60205260206001600160601b0360405f205416604051908152f35b34610287576040366003190112610287576004356024356001600160401b0381116102875761057f903690600401611428565b61058a929192611c77565b5f5b81811061059557005b806105c36105a660019385886116ae565b3560f81c6105b38161187a565b6105bd8187611d29565b9061207a565b500161058c565b34610287576040366003190112610287576102226105e66113c3565b6105ee61156c565b906105f7611b4c565b6106008161187a565b61214f565b346102875760403660031901126102875760ff6106206113c3565b610628611715565b50165f526001602052606061030461039360243560405f206113e3565b346102875760403660031901126102875760ff6106606113c3565b610668611733565b50165f526003602052604061068a610684602435835f206113e3565b5061174b565b6001600160601b03602083519260018060a01b0381511684520151166020820152f35b34610287576060366003190112610287576106c66113c3565b6106ce611715565b506024355f52600260205260ff60405f2091165f52602052606061030461039360405f20604435906113e3565b34610287576040366003190112610287576107146113c3565b60ff60243591165f52600460205260405f2080548210156102875760209161073b916113e3565b905460405160039290921b1c6001600160a01b03168152f35b346102875760403660031901126102875760043563ffffffff8116809103610287576024356001600160401b03811161028757610795903690600401611428565b9061079f82611542565b926107ad6040519485611521565b8284526107b983611542565b602085019390601f19013685375f5b818110610819578486604051918291602083019060208452518091526040830191905f5b8181106107fa575050500390f35b825163ffffffff168452859450602093840193909201916001016107ec565b6108248183866116ae565b3560f81c6108318161187a565b805f52600160205260405f2080541561097f575f528363ffffffff60205f205416116108ee57805f52600160205260405f20545f5b818110610879575b5050506001016107c8565b825f52600160205260405f2061088f8284611708565b5f198101908111610460576108aa63ffffffff9189936113e3565b50541611156108bb57600101610866565b906108c69250611708565b5f198101919082116104605763ffffffff600192166108e582896116ba565b5290878061086e565b60405162461bcd60e51b815260206004820152605b60248201527f5374616b6552656769737472792e676574546f74616c5374616b65496e64696360448201527f65734174426c6f636b4e756d6265723a2071756f72756d20686173206e6f207360648201527f74616b6520686973746f727920617420626c6f636b4e756d6265720000000000608482015260a490fd5b634e487b7160e01b5f52603260045260245ffd5b34610287575f366003190112610287576020604051818152f35b34610287575f366003190112610287576040517f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03168152602090f35b34610287576109ff36611455565b929091610a0a611c77565b5f935f5b818110610a29576040516001600160c01b0387168152602090f35b80610a62610a3a60019385896116ae565b3560f81c610a478161187a565b610a518782611918565b15610a69575b6105bd908288611ecd565b5001610a0e565b5083811b60c085901b859003908116991698909817975f610a57565b3461028757604036600319011261028757610a9e6113c3565b602435906001600160401b038211610287573660238301121561028757816004013591610aca83611542565b92610ad86040519485611521565b8084526024602085019160051b8301019136831161028757602401905b828210610d8457505050610b07611b4c565b610b108161187a565b8151908115610d195760ff1691825f52600360205260405f20835f52600460205260405f20935f5b848110610b4157005b817f31fa2e2cd280c9375e13ffcf3d81e2378100186e4058f8d3ddb690b82dcd31f76020610b79610b7285896116ba565b51876113e3565b50546040516001600160a01b039091168152a2817f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a756040610bbd610b7285896116ba565b505481516001600160a01b0390911681525f6020820152a282545f19810190811161046057610bec90846113e3565b50610c01610bfa83876116ba565b51856113e3565b610cd857818103610ceb575b505082548015610cc4575f1901610c2481856113e3565b610cd8575f9055835585545f19810190811161046057610c47610c9191886113e3565b905460039190911b1c6001600160a01b0316610c6d610c6684886116ba565b51896113e3565b81546001600160a01b0393841660039290921b91821b9390911b1916919091179055565b8554908115610cc4576001915f1901610caa81896113e3565b815490858060a01b039060031b1b19169055875501610b38565b634e487b7160e01b5f52603160045260245ffd5b634e487b7160e01b5f525f60045260245ffd5b815481546001600160a01b039091166001600160a01b03199182168117835592541690911790558680610c0d565b60405162461bcd60e51b815260206004820152603d60248201527f5374616b6552656769737472792e72656d6f7665537472617465676965733a2060448201527f6e6f20696e646963657320746f2072656d6f76652070726f76696465640000006064820152608490fd5b8135815260209182019101610af5565b34610287575f366003190112610287576020604051670de0b6b3a76400008152f35b346102875760403660031901126102875760206001600160601b0360406103a06102fc6113d3565b3461028757604036600319011261028757610df76113d3565b6004355f52600260205260ff60405f2091165f52602052602060405f2054604051908152f35b346102875760203660031901126102875760ff610e386113c3565b165f526003602052602060405f2054604051908152f35b3461028757604036600319011261028757610e686113d3565b6004355f52600260205260ff60405f2091165f5260205260405f20805490610e8f82611542565b91610e9d6040519384611521565b8083526020830180925f5260205f205f915b838310610f2e578486604051918291602083019060208452518091526040830191905f5b818110610ee1575050500390f35b919350916020606082610f2060019488516001600160601b036040809263ffffffff815116855263ffffffff6020820151166020860152015116910152565b019401910191849392610ed3565b600160208192610f3d856116ce565b815201920192019190610eaf565b3461028757610f5936611455565b90610f65939293611c77565b610f6e8261167c565b92610f788361167c565b925f5b818110610fb057610f9e86610fac8760405193849360408552604085019061149b565b90838203602085015261149b565b0390f35b610fbb8183866116ae565b3560f81c90610fc98261187a565b610fd38483611918565b92909215611025578281610fed600195611009948d611ecd565b916001600160601b03611000868d6116ba565b9116905261207a565b6001600160601b0361101b83896116ba565b9116905201610f7b565b60405162461bcd60e51b815260206004820152605b60248201527f5374616b6552656769737472792e72656769737465724f70657261746f723a2060448201527f4f70657261746f7220646f6573206e6f74206d656574206d696e696d756d207360648201527f74616b6520726571756972656d656e7420666f722071756f72756d0000000000608482015260a490fd5b34610287576060366003190112610287576110cf6113c3565b6024356001600160401b038111610287576110ee9036906004016113f8565b916044356001600160401b0381116102875761110e9036906004016113f8565b9091611118611b4c565b6111218161187a565b841561127a5784820361120f5760ff1691825f52600360205260405f20935f5b86811061114a57005b8061119c61116361115e6001948888611658565b611668565b611178611171848c88611658565b358a6113e3565b5080546001600160a01b031660a09290921b6001600160a01b031916919091179055565b857f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a756111cc611171848c88611658565b50848060a01b039054166111e461115e858a8a611658565b604080516001600160a01b039390931683526001600160601b0391909116602083015290a201611141565b60405162461bcd60e51b815260206004820152603960248201527f5374616b6552656769737472792e6d6f6469667953747261746567795061726160448201527f6d733a20696e707574206c656e677468206d69736d61746368000000000000006064820152608490fd5b608460405162461bcd60e51b815260206004820152604060248201527f5374616b6552656769737472792e6d6f6469667953747261746567795061726160448201527f6d733a206e6f20737472617465677920696e64696365732070726f76696465646064820152fd5b34610287576040366003190112610287576112fd6113c3565b602435906001600160a01b038216820361028757602091816113216113269361187a565b611918565b506001600160601b0360405191168152f35b34610287576040366003190112610287576113516113c3565b60ff60243591165f52600360205260405f20805482101561028757604091611378916113e3565b505481516001600160a01b038216815260a09190911c6020820152f35b346102875760203660031901126102875760209060ff6113b36113c3565b165f526001825260405f20548152f35b6004359060ff8216820361028757565b6024359060ff8216820361028757565b805482101561097f575f5260205f2001905f90565b9181601f84011215610287578235916001600160401b038311610287576020808501948460051b01011161028757565b9181601f84011215610287578235916001600160401b038311610287576020838186019501011161028757565b6060600319820112610287576004356001600160a01b0381168103610287579160243591604435906001600160401b0382116102875761149791600401611428565b9091565b90602080835192838152019201905f5b8181106114b85750505090565b82516001600160601b03168452602093840193909201916001016114ab565b606081019081106001600160401b038211176114f257604052565b634e487b7160e01b5f52604160045260245ffd5b604081019081106001600160401b038211176114f257604052565b90601f801991011681019081106001600160401b038211176114f257604052565b6001600160401b0381116114f25760051b60200190565b6024359063ffffffff8216820361028757565b602435906001600160601b038216820361028757565b81601f820112156102875780359061159982611542565b926115a76040519485611521565b82845260208085019360061b8301019181831161028757602001925b8284106115d1575050505090565b60408483031261028757604051906115e882611506565b84356001600160a01b03811681036102875782526020850135906001600160601b038216820361028757826020928360409501528152019301926115c3565b6060906003190112610287576004359060243560ff81168103610287579060443563ffffffff811681036102875790565b919081101561097f5760051b0190565b356001600160601b03811681036102875790565b9061168682611542565b6116936040519182611521565b82815280926116a4601f1991611542565b0190602036910137565b9082101561097f570190565b805182101561097f5760209160051b010190565b906040516116db816114d7565b60406001600160601b0382945463ffffffff8116845263ffffffff8160201c166020850152821c16910152565b9190820391821161046057565b60405190611722826114d7565b5f6040838281528260208201520152565b6040519061174082611506565b5f6020838281520152565b9060405161175881611506565b91546001600160a01b038116835260a01c6020830152565b90611779611715565b50815f52600260205260405f2060ff82165f5260205260405f20549061179d611715565b92826117a95750505090565b909192505f52600260205260ff60405f2091165f5260205260405f205f198201918211610460576117dd91610393916113e3565b90565b906bffffffffffffffffffffffff60401b82549160401b16906bffffffffffffffffffffffff60401b1916179055565b8054600160401b8110156114f25761182d916001820181556113e3565b610cd8578151815460208085015167ffffffff00000000911b1663ffffffff90921667ffffffffffffffff1990911617178155611878916001600160601b03906040015116906117e0565b565b6118929060ff165f52600160205260405f2054151590565b1561189957565b60405162461bcd60e51b815260206004820152603160248201527f5374616b6552656769737472792e71756f72756d4578697374733a2071756f726044820152701d5b48191bd95cc81b9bdd08195e1a5cdd607a1b6064820152608490fd5b906001600160601b03809116911601906001600160601b03821161046057565b919060ff5f931690815f52600360205260405f20549060405161193a81611506565b5f8082526020918201819052848152600480835260408083208151639004134760e01b81526001600160a01b03909616928601929092526024850152805460448501819052908252918120839260648401925b818110611b2a57505f939283900391508290507f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b03165afa908115611b1f575f91611a8f575b505f5b828110611a0a575050505f525f6020526001600160601b0360405f2054166001600160601b038316101590565b835f526003602052611a226106848260405f206113e3565b611a2c82846116ba565b51611a3b575b506001016119dd565b6001600160601b036020611a5284869a959a6116ba565b519201511690818102918183041490151715610460576001916001600160601b03670de0b6b3a7640000611a88930416906118f8565b9590611a32565b90503d805f833e611aa08183611521565b810190602081830312610287578051906001600160401b03821161028757019080601f83011215610287578151611ad681611542565b92611ae46040519485611521565b81845260208085019260051b82010192831161028757602001905b828210611b0f575050505f6119da565b8151815260209182019101611aff565b6040513d5f823e3d90fd5b82546001600160a01b031684528594506020909301926001928301920161198d565b604051638da5cb5b60e01b81526020816004817f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03165afa908115611b1f575f91611c35575b506001600160a01b03163303611bab57565b60405162461bcd60e51b815260206004820152605660248201527f5374616b6552656769737472792e6f6e6c79436f6f7264696e61746f724f776e60448201527f65723a2063616c6c6572206973206e6f7420746865206f776e6572206f6620746064820152753432903932b3b4b9ba393ca1b7b7b93234b730ba37b960511b608482015260a490fd5b90506020813d602011611c6f575b81611c5060209383611521565b8101031261028757516001600160a01b0381168103610287575f611b99565b3d9150611c43565b7f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03163303611ca957565b60405162461bcd60e51b815260206004820152604c60248201527f5374616b6552656769737472792e6f6e6c795265676973747279436f6f72646960448201527f6e61746f723a2063616c6c6572206973206e6f7420746865205265676973747260648201526b3ca1b7b7b93234b730ba37b960a11b608482015260a490fd5b5f90805f52600260205260405f2060ff84165f5260205260405f205480155f14611dd057505f51602061283d5f395f51905f5260406001600160601b0394835f526002602052815f2060ff82165f52602052611da6825f20835190611d8d826114d7565b63ffffffff431682525f60208301525f85830152611810565b60ff8251911681525f6020820152a2165f81810391125f82128116905f8313901516176104605790565b908092505f52600260205260405f2060ff84165f5260205260405f20905f19810190811161046057611e01916113e3565b50908154916001600160601b038360401c16928315611ec4576001600160601b03945f51602061283d5f395f51905f529260409263ffffffff43811691168103611e665750805473ffffffffffffffffffffffff000000000000000019169055611da6565b815467ffffffff000000001916602082901b67ffffffff000000001617909155611ebf90855f526002602052835f2060ff84165f52602052835f20845191611ead836114d7565b82525f60208301525f85830152611810565b611da6565b50505050505f90565b9190915f90805f52600260205260405f2060ff85165f5260205260405f205480155f14611f7c57505f51602061283d5f395f51905f5260406001600160601b038095845f526002602052825f2060ff89165f52602052611f50835f20845190611f35826114d7565b63ffffffff431682525f602083015284841686830152611810565b60ff8351981688521695866020820152a216905f82820392128183128116918313901516176104605790565b908092505f52600260205260405f2060ff85165f5260205260405f20905f19810190811161046057611fad916113e3565b50908154916001600160601b038360401c16926001600160601b0385169081851461206f57855f51602061283d5f395f51905f52936001600160601b039763ffffffff6040958a9582431692839116145f1461201357505061200e916117e0565b611f50565b835467ffffffff000000001916602083901b67ffffffff00000000161790935561200e92909150875f526002602052855f2060ff8c165f52602052855f209086519261205e846114d7565b83525f602084015286830152611810565b505050505050505f90565b60ff165f81815260016020526040902080549192915f198101908111610460576120a3916113e3565b5090801561213c5763ffffffff6120c88354926001600160601b038460401c166127f3565b938492438316921682036120e15750506117dd916117e0565b835467ffffffff000000001916602083901b67ffffffff0000000016179093556117dd929091505f52600160205260405f2060405191612120836114d7565b82525f60208301526001600160601b0384166040830152611810565b506001600160601b0391505460401c1690565b602060ff7f26eecff2b70b0a71104ff4d940ba7162d23a95c248771fc487a7be17a596b3cf921692835f525f82526001600160601b0360405f20911690816001600160601b0319825416179055604051908152a2565b9190820180921161046057565b8151156124ef5760ff8251911691825f52600360205260405f20549260206121da84866121a5565b11612489575f925b8084106121f0575050505050565b90919293945f5b61220186886121a5565b81101561229d57835f52600360205261221d8160405f206113e3565b50546001600160a01b039081169061223588886116ba565b51511614612245576001016121f7565b60405162461bcd60e51b815260206004820152603d60248201525f51602061285d5f395f51905f5260448201527f3a2063616e6e6f74206164642073616d652073747261746567792032780000006064820152608490fd5b509493929190926001600160601b0360206122b883866116ba565b510151161561242257815f52600360205260405f206122d782856116ba565b51908054600160401b8110156114f2576122f6916001820181556113e3565b610cd85781516020929092015160a01b6001600160a01b0319166001600160a01b03929092169190911790555f828152600460205260409020906001600160a01b0361234282866116ba565b515116825490600160401b8210156114f257610c6d8260019586612368950181556113e3565b827f10565e56cacbf32eca267945f054fec02e59750032d113d3302182ad967f54046020848060a01b0361239c85896116ba565b515116604051908152a2827f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75838060a01b036123d884886116ba565b5151166001600160601b0360206123ef868a6116ba565b510151604080516001600160a01b0394909416845291166001600160601b03166020830152819081010390a201926121e2565b60405162461bcd60e51b815260206004820152604660248201525f51602061285d5f395f51905f5260448201527f3a2063616e6e6f74206164642073747261746567792077697468207a65726f206064820152651dd95a59da1d60d21b608482015260a490fd5b60405162461bcd60e51b815260206004820152604560248201525f51602061285d5f395f51905f5260448201527f3a20657863656564204d41585f5745494748494e475f46554e4354494f4e5f4c60648201526408a9c8ea8960db1b608482015260a490fd5b60405162461bcd60e51b815260206004820152603860248201525f51602061285d5f395f51905f5260448201527f3a206e6f20737472617465676965732070726f766964656400000000000000006064820152608490fd5b63ffffffff808251169216918210612624576020015163ffffffff16801591821561261a575b50501561257657565b60405162461bcd60e51b815260206004820152606a60248201527f5374616b6552656769737472792e5f76616c69646174655374616b655570646160448201527f74654174426c6f636b4e756d6265723a2074686572652069732061206e65776560648201527f72207374616b6555706461746520617661696c61626c65206265666f726520626084820152693637b1b5a73ab6b132b960b11b60a482015260c490fd5b1090505f8061256d565b60405162461bcd60e51b815260206004820152605660248201527f5374616b6552656769737472792e5f76616c69646174655374616b655570646160448201527f74654174426c6f636b4e756d6265723a207374616b6555706461746520697320606482015275333937b69030b33a32b910313637b1b5a73ab6b132b960511b608482015260a490fd5b929190835f52600260205260405f2060ff82165f5260205260405f2054805b6127925760405162461bcd60e51b815260206004820152608160248201527f5374616b6552656769737472792e5f6765745374616b65557064617465496e6460448201527f6578466f724f70657261746f724174426c6f636b4e756d6265723a206e6f207360648201527f74616b652075706461746520666f756e6420666f72206f70657261746f72496460848201527f20616e642071756f72756d4e756d62657220617420626c6f636b206e756d626560a4820152603960f91b60c482015260e490fd5b845f52600260205260405f2060ff83165f5260205260405f205f19820190828211610460576127c68263ffffffff926113e3565b50541663ffffffff851610156127e657508015610460575f1901806126cd565b63ffffffff169450505050565b905f81121561282857600160ff1b8114610460576001600160601b0380915f03169116036001600160601b0381116104605790565b906001600160601b036117dd9216906118f856fe2f527d527e95d8fe40aec55377743bb779087da3f6d0d08f12e36444da62327d5374616b6552656769737472792e5f6164645374726174656779506172616d73a26469706673582212209884db44aa4b5097259eafe1bbb87f35f333cc2decdb19942bf07a7970ae76dd64736f6c634300081b0033","nonce":43,"gas_used":2307263},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2334bf","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xd397425972c00659489779b87137122b52be920d3225c36b3f6e559b583a77a2","block_number":26},{"info":{"transaction_hash":"0x7a39cff3e9e1a344cfde727c2e108407f35bb5a8b11bbf51d4c02910c08856f6","transaction_index":0,"from":"0x35304262b9e87c00c430149f28dd154995d01207","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x35304262b9e87c00c430149f28dd154995d01207","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e5900000000000000000000000035304262b9e87c00c430149f28dd154995d01207000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":178144,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e5900000000000000000000000035304262b9e87c00c430149f28dd154995d01207000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":168164,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207"],"data":"0x00000000000000000000000035304262b9e87c00c430149f28dd154995d0120700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207"],"data":"0x00000000000000000000000035304262b9e87c00c430149f28dd154995d0120700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343800000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b00000000000000000000000035304262b9e87c00c430149f28dd154995d01207","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":88897,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b00000000000000000000000035304262b9e87c00c430149f28dd154995d01207","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":80344,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000035304262b9e87c00c430149f28dd154995d01207","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":76337,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000035304262b9e87c00c430149f28dd154995d01207","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":67980,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137275},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2183b","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207"],"data":"0x00000000000000000000000035304262b9e87c00c430149f28dd154995d0120700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207"],"data":"0x00000000000000000000000035304262b9e87c00c430149f28dd154995d0120700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343800000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000048000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000800000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0xbebc55a878844a24bee78c82a5b44aaf33b7adf7050b811d9f9a584422e21a9c","block_number":334},{"info":{"transaction_hash":"0x158d1e6978667b4da440091c6a458f648c216c0d5fc1162c14f528b6e7bf27db","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7ebb637fd68c523613be51aad27c35c4db199b9c","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7ebb637fd68c523613be51aad27c35c4db199b9c","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":109,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xd295fa8c6e81e7029560731aefff6921ceeb6fb1ba7024ec0547a6f96019fbe3","block_number":84},{"info":{"transaction_hash":"0xdd9d480e6f7f08fa40ffc75511ccdfb9dc965fe22edf2a359c009d927ac1cce5","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd0000000000000000000000000000000000000000000000007b4c8567c0e9c3de","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd"],"data":"0x0000000000000000000000000000000000000000000000007b4c8567c0e9c3de"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":262,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd"],"data":"0x0000000000000000000000000000000000000000000000007b4c8567c0e9c3de"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000800000000000000000000000000000000000000000000000000000008000000000000020000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000800000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xe30ed76dc4f8a710a95c1e517fafa0710e8b09a0d495041f334e8b1bdcd2aca8","block_number":237},{"info":{"transaction_hash":"0xf7dc44f274e3ea3314a9be57ce7d39663dfecafec84591ff254497920f872b20","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xdf3e18d64bc6a983f673ab319ccae4f1a57c7097","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xdf3e18d64bc6a983f673ab319ccae4f1a57c7097","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":77,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x58883a696e10f1be470ff2646d5bc415e8c8b1c4e15aad93cc84e47dec15efd3","block_number":52},{"info":{"transaction_hash":"0x31bda031e7786aeb2b968edb0fe9c02d7469f9ce56b757e80f8486cdefd36064","transaction_index":0,"from":"0x225356ff5d64889d7364be2c990f93a66298ee8d","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x225356ff5d64889d7364be2c990f93a66298ee8d","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000064ef509b4398ca51","output":"0x00000000000000000000000000000000000000000000000064ef509b4398ca51","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000064ef509b4398ca51","output":"0x00000000000000000000000000000000000000000000000064ef509b4398ca51","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000064ef509b4398ca51"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000064ef509b4398ca51","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000064ef509b4398ca51"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000064ef509b4398ca51","output":"0x00000000000000000000000000000000000000000000000064ef509b4398ca51","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000064ef509b4398ca51","output":"0x00000000000000000000000000000000000000000000000064ef509b4398ca51","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001abecf1c94531333a2","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001abecf1c94531333a2","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000064ef509b4398ca51","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000064ef509b4398ca51","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d"],"data":"0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000064ef509b4398ca51"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000064ef509b4398ca51","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000064ef509b4398ca51"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000064ef509b4398ca51"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d"],"data":"0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000064ef509b4398ca51"}],"logsBloom":"0x02000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000810100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200040000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xa3ff5e6987f52f52d926556dd8c1b6adcd1289abf237e3ff3857a616ecdc0d8e","block_number":427},{"info":{"transaction_hash":"0x32761e545ae1e4c20e3256c1596156f7f8b3e1fdb7596f2807db5a3cdc0e198d","transaction_index":0,"from":"0x98d08079928fccb30598c6c6382abfd7dbfaa1cd","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x98d08079928fccb30598c6c6382abfd7dbfaa1cd","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e5900000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e5900000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd"],"data":"0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd"],"data":"0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393900000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd"],"data":"0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd"],"data":"0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393900000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000010020000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000800000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x6303ec47b36d52dab48739a92d1590e0fc016bd4c26e211c6fa9742e4bed21b4","block_number":436},{"info":{"transaction_hash":"0xb2918300d3217b9afe4e0b1bbe97b7d8d1ddd746c2046ae336b7cf5846d9f6ca","transaction_index":0,"from":"0xe74cef90b6cf1a77fefad731713e6f53e575c183","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xe74cef90b6cf1a77fefad731713e6f53e575c183","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004110171a4c1b2174","output":"0x0000000000000000000000000000000000000000000000004110171a4c1b2174","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004110171a4c1b2174","output":"0x0000000000000000000000000000000000000000000000004110171a4c1b2174","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c1830000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004110171a4c1b2174"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004110171a4c1b2174","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000004110171a4c1b2174"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004110171a4c1b2174","output":"0x0000000000000000000000000000000000000000000000004110171a4c1b2174","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004110171a4c1b2174","output":"0x0000000000000000000000000000000000000000000000004110171a4c1b2174","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000015350b6865ec933ae6","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000015350b6865ec933ae6","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004110171a4c1b2174","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004110171a4c1b2174","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183"],"data":"0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004110171a4c1b2174"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000004110171a4c1b2174","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000004110171a4c1b2174"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c1830000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004110171a4c1b2174"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183"],"data":"0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004110171a4c1b2174"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000002000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000200000000000000000000010000000000000000000000000001010000002000004000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x1ae7e6b80333a4213edf7ba19cd6fb221b39e525e86f8dc168fbf146b6996258","block_number":393},{"info":{"transaction_hash":"0x720bf3367901654bf84d05169d445ee41abbdc719daa36f490b66d1a1be0d0ae","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x84ea74d481ee0a5332c457a4d796187f6ba67feb","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x84ea74d481ee0a5332c457a4d796187f6ba67feb","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x608060405234610242576105ba803803806100198161025a565b9283398101906040818303126102425780516001600160401b0381116102425781019180601f84011215610242578251926001600160401b038411610246578360051b9060208061006b81850161025a565b80978152019282010192831161024257602001905b82821061022a57846100946020860161027f565b905f5b815181101561016257600581901b8201602001516001600160a01b0316908115610107577f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b91526040836001945f525f602052815f208560ff198254161790558151908152846020820152a101610097565b60405162461bcd60e51b815260206004820152602d60248201527f50617573657252656769737472792e5f7365745061757365723a207a65726f2060448201526c1859191c995cdcc81a5b9c1d5d609a1b6064820152608490fd5b6001600160a01b03831680156101cd57600154604080516001600160a01b0383168152602081018490527f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e88929190a16001600160a01b0319161760015560405161032690816102948239f35b60405162461bcd60e51b815260206004820152602f60248201527f50617573657252656769737472792e5f736574556e7061757365723a207a657260448201526e1bc81859191c995cdcc81a5b9c1d5d608a1b6064820152608490fd5b602080916102378461027f565b815201910190610080565b5f80fd5b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f191682016001600160401b0381118382101761024657604052565b51906001600160a01b03821682036102425756fe6080806040526004361015610012575f80fd5b5f3560e01c90816346fbf68e14610243575080638568520614610153578063ce548428146100745763eab66d7a14610048575f80fd5b34610070575f366003190112610070576001546040516001600160a01b039091168152602090f35b5f80fd5b346100705760203660031901126100705761008d61027b565b6001546001600160a01b038116916100a6338414610291565b6001600160a01b03169182156100f65760407f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892918151908152846020820152a16001600160a01b03191617600155005b60405162461bcd60e51b815260206004820152602f60248201527f50617573657252656769737472792e5f736574556e7061757365723a207a657260448201526e1bc81859191c995cdcc81a5b9c1d5d608a1b6064820152608490fd5b346100705760403660031901126100705761016c61027b565b602435908115158092036100705761018f60018060a01b03600154163314610291565b6001600160a01b03169081156101e857816040917f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152935f525f602052825f2060ff1981541660ff831617905582519182526020820152a1005b60405162461bcd60e51b815260206004820152602d60248201527f50617573657252656769737472792e5f7365745061757365723a207a65726f2060448201526c1859191c995cdcc81a5b9c1d5d609a1b6064820152608490fd5b34610070576020366003190112610070576020906001600160a01b0361026761027b565b165f525f825260ff60405f20541615158152f35b600435906001600160a01b038216820361007057565b1561029857565b60405162461bcd60e51b815260206004820152602a60248201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160448201526939903ab73830bab9b2b960b11b6064820152608490fdfea26469706673582212200226543715fd8cfe8933d14ee770933e8843a803aea2f80707682d7973c1d50164736f6c634300081b00330000000000000000000000000000000000000000000000000000000000000040000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000002000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","output":"0x6080806040526004361015610012575f80fd5b5f3560e01c90816346fbf68e14610243575080638568520614610153578063ce548428146100745763eab66d7a14610048575f80fd5b34610070575f366003190112610070576001546040516001600160a01b039091168152602090f35b5f80fd5b346100705760203660031901126100705761008d61027b565b6001546001600160a01b038116916100a6338414610291565b6001600160a01b03169182156100f65760407f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892918151908152846020820152a16001600160a01b03191617600155005b60405162461bcd60e51b815260206004820152602f60248201527f50617573657252656769737472792e5f736574556e7061757365723a207a657260448201526e1bc81859191c995cdcc81a5b9c1d5d608a1b6064820152608490fd5b346100705760403660031901126100705761016c61027b565b602435908115158092036100705761018f60018060a01b03600154163314610291565b6001600160a01b03169081156101e857816040917f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152935f525f602052825f2060ff1981541660ff831617905582519182526020820152a1005b60405162461bcd60e51b815260206004820152602d60248201527f50617573657252656769737472792e5f7365745061757365723a207a65726f2060448201526c1859191c995cdcc81a5b9c1d5d609a1b6064820152608490fd5b34610070576020366003190112610070576020906001600160a01b0361026761027b565b165f525f825260ff60405f20541615158152f35b600435906001600160a01b038216820361007057565b1561029857565b60405162461bcd60e51b815260206004820152602a60248201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160448201526939903ab73830bab9b2b960b11b6064820152608490fdfea26469706673582212200226543715fd8cfe8933d14ee770933e8843a803aea2f80707682d7973c1d50164736f6c634300081b0033","gas_used":211147,"gas_limit":297783,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1},{"Log":2}]}],"exit":"Return","out":"0x6080806040526004361015610012575f80fd5b5f3560e01c90816346fbf68e14610243575080638568520614610153578063ce548428146100745763eab66d7a14610048575f80fd5b34610070575f366003190112610070576001546040516001600160a01b039091168152602090f35b5f80fd5b346100705760203660031901126100705761008d61027b565b6001546001600160a01b038116916100a6338414610291565b6001600160a01b03169182156100f65760407f06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892918151908152846020820152a16001600160a01b03191617600155005b60405162461bcd60e51b815260206004820152602f60248201527f50617573657252656769737472792e5f736574556e7061757365723a207a657260448201526e1bc81859191c995cdcc81a5b9c1d5d608a1b6064820152608490fd5b346100705760403660031901126100705761016c61027b565b602435908115158092036100705761018f60018060a01b03600154163314610291565b6001600160a01b03169081156101e857816040917f65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152935f525f602052825f2060ff1981541660ff831617905582519182526020820152a1005b60405162461bcd60e51b815260206004820152602d60248201527f50617573657252656769737472792e5f7365745061757365723a207a65726f2060448201526c1859191c995cdcc81a5b9c1d5d609a1b6064820152608490fd5b34610070576020366003190112610070576020906001600160a01b0361026761027b565b165f525f825260ff60405f20541615158152f35b600435906001600160a01b038216820361007057565b1561029857565b60405162461bcd60e51b815260206004820152602a60248201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160448201526939903ab73830bab9b2b960b11b6064820152608490fdfea26469706673582212200226543715fd8cfe8933d14ee770933e8843a803aea2f80707682d7973c1d50164736f6c634300081b0033","nonce":32,"gas_used":288789},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc5d3e","logs":[{"address":"0x84ea74d481ee0a5332c457a4d796187f6ba67feb","topics":["0x65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000001"},{"address":"0x84ea74d481ee0a5332c457a4d796187f6ba67feb","topics":["0x65d3a1fd4c13f05cba164f80d03ce90fb4b5e21946bfc3ab7dbd434c2d0b9152"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000001"},{"address":"0x84ea74d481ee0a5332c457a4d796187f6ba67feb","topics":["0x06b4167a2528887a1e97a366eefe8549bfbf1ea3e6ac81cb2564a934d20e8892"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"}],"logsBloom":"0x00000000000000040000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000008000000000004001000000000000000"},"block_hash":"0xaa859ea83111c7a4338ec022ea1e5a58f2c6959a18fbb0bc1f8e303f80e14df6","block_number":21},{"info":{"transaction_hash":"0xe1a99ec7f70ac62078301e3f727cb354add7a6c35d3861d52bb2814a4f06667b","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x95401dc811bb5740090279ba06cfa8fcf6113778","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x95401dc811bb5740090279ba06cfa8fcf6113778","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x608080604052346015576116b9908161001a8239f35b5f80fdfe60806040526004361015610011575f80fd5b5f3560e01c806331b36bd914610ce35780633563b0d114610c4a5780634d2b57fe14610b0c5780634f739f741461046d5780635c155662146102b25763cefdc1d41461005b575f80fd5b346102ae5760603660031901126102ae57610074610e37565b60243590610080610f02565b916040926100d78451926100948685610e7c565b60018452601f198601366020860137806100ad85611084565b5285516361c8a12f60e11b81526001600160a01b0386169490925f91849182918760048401611663565b0381875afa9182156102a45763ffffffff6100fe6020946064935f91610282575b50611084565b511691875195869384926304ec635160e01b8452600484015263ffffffff8716602484015260448301525afa918215610278575f92610247575b506001600160c01b038216915f83805b61020e575061ffff169261015b84610ee7565b9361016887519586610e7c565b808552610177601f1991610ee7565b013660208601375f925f5b8551851080610203575b156101da576001811b84166001600160c01b03166101b3575b6101ae90611655565b610182565b9360016101ae9160ff60f81b8760f81b165f1a6101d0828a6110f4565b53019490506101a5565b87836101ff6101ea858a8c611105565b83519384938452806020850152830190610f15565b0390f35b50610100811061018c565b5f1981018181116102335761ffff9116911661ffff8114610233576001019080610148565b634e487b7160e01b5f52601160045260245ffd5b61026a91925060203d602011610271575b6102628183610e7c565b81019061162a565b905f610138565b503d610258565b84513d5f823e3d90fd5b61029e91503d805f833e6102968183610e7c565b810190611579565b5f6100f8565b86513d5f823e3d90fd5b5f80fd5b346102ae5760603660031901126102ae576102cb610e37565b6024356001600160401b0381116102ae576102ea903690600401610fbc565b6102f2610f02565b6040516361c8a12f60e11b815290926001600160a01b03165f828061031b868860048401611663565b0381845afa918215610402575f92610451575b5082519361035461033e86610e9d565b9561034c6040519788610e7c565b808752610e9d565b602086019490601f19013686375f5b815181101561040d5761037681836110a5565b519060208463ffffffff61038a848a6110a5565b516040516304ec635160e01b8152600481019690965263ffffffff92831660248701521616604484015282606481885afa8015610402576001925f916103e4575b50828060c01b03166103dd828a6110a5565b5201610363565b6103fc915060203d8111610271576102628183610e7c565b896103cb565b6040513d5f823e3d90fd5b8587604051918291602083019060208452518091526040830191905f5b818110610438575050500390f35b825184528594506020938401939092019160010161042a565b6104669192503d805f833e6102968183610e7c565b908461032e565b346102ae5760803660031901126102ae57610486610e37565b60243563ffffffff8116908181036102ae57604435926001600160401b0384116102ae57366023850112156102ae578360040135936001600160401b0385116102ae57602481019060248636920101116102ae57606435926001600160401b0384116102ae57366023850112156102ae578360040135956001600160401b0387116102ae5760248501938760051b9560248736920101116102ae57610529611534565b50604051636830483560e01b81526001600160a01b03919091169390602081600481885afa908115610402575f91610aed575b50610565611534565b604080516361c8a12f60e11b8152600481018b90526024810191909152604481018b905290976001600160fb1b038b116102ae5781606481835f948c848401378101030181895afa908115610402575f91610ad3575b50875260018060a01b031691604051986340e03a8160e11b8a528860048b0152604060248b01525f8a806105f36044820186886115fa565b0381875afa998a15610402575f9a610ab7575b5060408801998a5261061782610e9d565b966106256040519889610e7c565b828852610641601f1961063785610e9d565b0160208a016110d8565b606089019788525f5b60ff81168481101561092e575f6106778261066487611052565b8d519061067183836110a5565b526110a5565b505f84868e5b8d8d8386106106fa5750505050505061069581611052565b905f5b8c8282106106ca5760ff959492506106b8939150519061067183836110a5565b501660ff81146102335760010161064a565b9063ffffffff6106e7826106e188600196516110a5565b516110a5565b51166106f382866110a5565b5201610698565b63ffffffff61071b87610713816020986107559a61161a565b3595516110a5565b516040516304ec635160e01b8152600481019590955263ffffffff9283166024860152161660448301529092839190829081906064820190565b03915afa908115610402575f91610910575b506001600160c01b0316801561087f5760018091610786868b8d611649565b3560f81c1c161461079d575b60010184868e61067d565b908960206107ac84898961161a565b356107b8868b8d611649565b60405163dd9846b960e01b815260048101929092523560f81c602482015263ffffffff929092166044830152816064818d5afa908115610402578d85915f93610829575b509163ffffffff610818856106e16001979561082197516110a5565b91169052611655565b919050610792565b925050506020813d8211610877575b8161084560209383610e7c565b810103126102ae57818d63ffffffff6108186001956106e18961086a61082198611568565b97509550509550506107fc565b3d9150610838565b60405162461bcd60e51b815260206004820152605c60248201527f4f70657261746f7253746174655265747269657665722e676574436865636b5360448201527f69676e617475726573496e64696365733a206f70657261746f72206d7573742060648201527f6265207265676973746572656420617420626c6f636b6e756d62657200000000608482015260a490fd5b610928915060203d8111610271576102628183610e7c565b5f610767565b5089898c8e8760048a60208f60405193848092632efa2ca360e11b82525afa908115610402575f93610987938593610a86575b506040519687948593849363354952a360e21b85526040600486015260448501916115fa565b602483019190915203916001600160a01b03165afa91821561040257610a05926109f2915f91610a6c575b5090859493929160206109df970190815260405196879660208852516080602089015260a0880190611019565b9051868203601f19016040880152611019565b9051848203601f19016060860152611019565b905190601f19838203016080840152815180825260208201916020808360051b8301019401925f915b838310610a3b5786860387f35b919395509193602080610a5a600193601f198682030187528951611019565b97019301930190928695949293610a2e565b610a8091503d805f833e6102968183610e7c565b866109b2565b610aa991935060203d602011610ab0575b610aa18183610e7c565b8101906110b9565b9189610961565b503d610a97565b610acc919a503d805f833e6102968183610e7c565b988a610606565b610ae791503d805f833e6102968183610e7c565b8a6105bb565b610b06915060203d602011610ab057610aa18183610e7c565b8961055c565b346102ae5760403660031901126102ae57610b25610e37565b6024356001600160401b0381116102ae57610b44903690600401610fbc565b8051610b68610b5282610e9d565b91610b606040519384610e7c565b808352610e9d565b602082019290601f19013684376001600160a01b03909316925f5b8151811015610bfd57610b9681836110a5565b519060405191630a5aec1960e21b83526004830152602082602481895afa8015610402576001925f91610bdf575b50610bcf82866110a5565b90838060a01b0316905201610b83565b610bf7915060203d8111610ab057610aa18183610e7c565b87610bc4565b8383604051918291602083019060208452518091526040830191905f5b818110610c28575050500390f35b82516001600160a01b0316845285945060209384019390920191600101610c1a565b346102ae5760603660031901126102ae57610c63610e37565b6024356001600160401b0381116102ae57366023820112156102ae57806004013591610c8e83610ee7565b610c9b6040519182610e7c565b83815236602485850101116102ae575f6020856101ff966024610ccf97018386013783010152610cc9610f02565b91611105565b604051918291602083526020830190610f15565b346102ae5760403660031901126102ae57610cfc610e37565b602435906001600160401b0382116102ae57366023830112156102ae578160040135610d2781610e9d565b92610d356040519485610e7c565b8184526024602085019260051b820101903682116102ae57602401915b818310610e17578385610d658151611052565b6001600160a01b03909216915f5b8251811015610e01576001600160a01b03610d8e82856110a5565b516040516309aa152760e11b81529116600482015290602082602481885afa8015610402575f90610dcf575b60019250610dc882856110a5565b5201610d73565b506020823d8211610df9575b81610de860209383610e7c565b810103126102ae5760019151610dba565b3d9150610ddb565b604051602080825281906101ff90820185610eb4565b82356001600160a01b03811681036102ae57815260209283019201610d52565b600435906001600160a01b03821682036102ae57565b606081019081106001600160401b03821117610e6857604052565b634e487b7160e01b5f52604160045260245ffd5b90601f801991011681019081106001600160401b03821117610e6857604052565b6001600160401b038111610e685760051b60200190565b90602080835192838152019201905f5b818110610ed15750505090565b8251845260209384019390920191600101610ec4565b6001600160401b038111610e6857601f01601f191660200190565b6044359063ffffffff821682036102ae57565b9080602083519182815201916020808360051b8301019401925f915b838310610f4057505050505090565b9091929394601f19828203018352855190602080835192838152019201905f905b808210610f805750505060208060019297019301930191939290610f31565b909192602060606001926001600160601b0360408851868060a01b03815116845285810151868501520151166040820152019401920190610f61565b9080601f830112156102ae578135610fd381610e9d565b92610fe16040519485610e7c565b81845260208085019260051b8201019283116102ae57602001905b8282106110095750505090565b8135815260209182019101610ffc565b90602080835192838152019201905f5b8181106110365750505090565b825163ffffffff16845260209384019390920191600101611029565b9061105c82610e9d565b6110696040519182610e7c565b828152809261107a601f1991610e9d565b0190602036910137565b8051156110915760200190565b634e487b7160e01b5f52603260045260245ffd5b80518210156110915760209160051b010190565b908160209103126102ae57516001600160a01b03811681036102ae5790565b5f5b8281106110e657505050565b6060828201526020016110da565b908151811015611091570160200190565b604051636830483560e01b81526001600160a01b0390911692909190602083600481875afa928315610402575f93611513575b50604051634f4c91e160e11b815292602084600481885afa938415610402575f946114ce575b5060206004949560405195868092632efa2ca360e11b82525afa938415610402575f946114ad575b50919493908551926111c161119a85610e9d565b946111a86040519687610e7c565b8086526111b7601f1991610e9d565b01602086016110d8565b5f965b80518810156114a3576111d788826110f4565b51604051638902624560e01b815260f89190911c6004820181905263ffffffff851660248301529790945f866044816001600160a01b0385165afa958615610402575f96611411575b50855161122c81610e9d565b9061123a6040519283610e7c565b808252611249601f1991610e9d565b015f5b8181106113e857505061125f8b896110a5565b5261126a8a886110a5565b505f5b86518110156113d75761128081886110a5565b516040516308f6629d60e31b81526004810191909152906020826024816001600160a01b038e165afa918215610402575f926113b7575b50866112c3828a6110a5565b5160208d6112d1858d6110a5565b5160405163fa28c62760e01b8152600481019190915260ff91909116602482015263ffffffff939093166044840152826064816001600160a01b038c165afa908115610402578e925f92611370575b509361135d611369936001600160601b0386946001986040519561134387610e4d565b8a8060a01b0316865260208601521660408401528d6110a5565b519061067183836110a5565b500161126d565b915091506020813d82116113af575b8161138c60209383610e7c565b810103126102ae57516001600160601b03811681036102ae578d9161135d611320565b3d915061137f565b6113d091925060203d8111610ab057610aa18183610e7c565b905f6112b7565b5060019099019890975093506111c4565b6020906040516113f781610e4d565b5f81525f838201525f60408201528282860101520161124c565b9095503d805f833e6114238183610e7c565b8101906020818303126102ae578051906001600160401b0382116102ae57019080601f830112156102ae57815161145981610e9d565b926114676040519485610e7c565b81845260208085019260051b8201019283116102ae57602001905b82821061149357505050945f611220565b8151815260209182019101611482565b5092955050505050565b6114c791945060203d602011610ab057610aa18183610e7c565b925f611186565b9093506020813d60201161150b575b816114ea60209383610e7c565b810103126102ae5751926001600160a01b03841684036102ae57602061115e565b3d91506114dd565b61152d91935060203d602011610ab057610aa18183610e7c565b915f611138565b60405190608082018281106001600160401b03821117610e6857604052606080838181528160208201528160408201520152565b519063ffffffff821682036102ae57565b6020818303126102ae578051906001600160401b0382116102ae57019080601f830112156102ae5781516115ac81610e9d565b926115ba6040519485610e7c565b81845260208085019260051b8201019283116102ae57602001905b8282106115e25750505090565b602080916115ef84611568565b8152019101906115d5565b908060209392818452848401375f828201840152601f01601f1916010190565b91908110156110915760051b0190565b908160209103126102ae57516001600160c01b03811681036102ae5790565b90821015611091570190565b5f1981146102335760010190565b60409063ffffffff61168094931681528160208201520190610eb4565b9056fea2646970667358221220050457b1ef148743ed233c79afe5a9e36d62fc0428b3d862243b5a5ef14ab6d664736f6c634300081b0033","output":"0x60806040526004361015610011575f80fd5b5f3560e01c806331b36bd914610ce35780633563b0d114610c4a5780634d2b57fe14610b0c5780634f739f741461046d5780635c155662146102b25763cefdc1d41461005b575f80fd5b346102ae5760603660031901126102ae57610074610e37565b60243590610080610f02565b916040926100d78451926100948685610e7c565b60018452601f198601366020860137806100ad85611084565b5285516361c8a12f60e11b81526001600160a01b0386169490925f91849182918760048401611663565b0381875afa9182156102a45763ffffffff6100fe6020946064935f91610282575b50611084565b511691875195869384926304ec635160e01b8452600484015263ffffffff8716602484015260448301525afa918215610278575f92610247575b506001600160c01b038216915f83805b61020e575061ffff169261015b84610ee7565b9361016887519586610e7c565b808552610177601f1991610ee7565b013660208601375f925f5b8551851080610203575b156101da576001811b84166001600160c01b03166101b3575b6101ae90611655565b610182565b9360016101ae9160ff60f81b8760f81b165f1a6101d0828a6110f4565b53019490506101a5565b87836101ff6101ea858a8c611105565b83519384938452806020850152830190610f15565b0390f35b50610100811061018c565b5f1981018181116102335761ffff9116911661ffff8114610233576001019080610148565b634e487b7160e01b5f52601160045260245ffd5b61026a91925060203d602011610271575b6102628183610e7c565b81019061162a565b905f610138565b503d610258565b84513d5f823e3d90fd5b61029e91503d805f833e6102968183610e7c565b810190611579565b5f6100f8565b86513d5f823e3d90fd5b5f80fd5b346102ae5760603660031901126102ae576102cb610e37565b6024356001600160401b0381116102ae576102ea903690600401610fbc565b6102f2610f02565b6040516361c8a12f60e11b815290926001600160a01b03165f828061031b868860048401611663565b0381845afa918215610402575f92610451575b5082519361035461033e86610e9d565b9561034c6040519788610e7c565b808752610e9d565b602086019490601f19013686375f5b815181101561040d5761037681836110a5565b519060208463ffffffff61038a848a6110a5565b516040516304ec635160e01b8152600481019690965263ffffffff92831660248701521616604484015282606481885afa8015610402576001925f916103e4575b50828060c01b03166103dd828a6110a5565b5201610363565b6103fc915060203d8111610271576102628183610e7c565b896103cb565b6040513d5f823e3d90fd5b8587604051918291602083019060208452518091526040830191905f5b818110610438575050500390f35b825184528594506020938401939092019160010161042a565b6104669192503d805f833e6102968183610e7c565b908461032e565b346102ae5760803660031901126102ae57610486610e37565b60243563ffffffff8116908181036102ae57604435926001600160401b0384116102ae57366023850112156102ae578360040135936001600160401b0385116102ae57602481019060248636920101116102ae57606435926001600160401b0384116102ae57366023850112156102ae578360040135956001600160401b0387116102ae5760248501938760051b9560248736920101116102ae57610529611534565b50604051636830483560e01b81526001600160a01b03919091169390602081600481885afa908115610402575f91610aed575b50610565611534565b604080516361c8a12f60e11b8152600481018b90526024810191909152604481018b905290976001600160fb1b038b116102ae5781606481835f948c848401378101030181895afa908115610402575f91610ad3575b50875260018060a01b031691604051986340e03a8160e11b8a528860048b0152604060248b01525f8a806105f36044820186886115fa565b0381875afa998a15610402575f9a610ab7575b5060408801998a5261061782610e9d565b966106256040519889610e7c565b828852610641601f1961063785610e9d565b0160208a016110d8565b606089019788525f5b60ff81168481101561092e575f6106778261066487611052565b8d519061067183836110a5565b526110a5565b505f84868e5b8d8d8386106106fa5750505050505061069581611052565b905f5b8c8282106106ca5760ff959492506106b8939150519061067183836110a5565b501660ff81146102335760010161064a565b9063ffffffff6106e7826106e188600196516110a5565b516110a5565b51166106f382866110a5565b5201610698565b63ffffffff61071b87610713816020986107559a61161a565b3595516110a5565b516040516304ec635160e01b8152600481019590955263ffffffff9283166024860152161660448301529092839190829081906064820190565b03915afa908115610402575f91610910575b506001600160c01b0316801561087f5760018091610786868b8d611649565b3560f81c1c161461079d575b60010184868e61067d565b908960206107ac84898961161a565b356107b8868b8d611649565b60405163dd9846b960e01b815260048101929092523560f81c602482015263ffffffff929092166044830152816064818d5afa908115610402578d85915f93610829575b509163ffffffff610818856106e16001979561082197516110a5565b91169052611655565b919050610792565b925050506020813d8211610877575b8161084560209383610e7c565b810103126102ae57818d63ffffffff6108186001956106e18961086a61082198611568565b97509550509550506107fc565b3d9150610838565b60405162461bcd60e51b815260206004820152605c60248201527f4f70657261746f7253746174655265747269657665722e676574436865636b5360448201527f69676e617475726573496e64696365733a206f70657261746f72206d7573742060648201527f6265207265676973746572656420617420626c6f636b6e756d62657200000000608482015260a490fd5b610928915060203d8111610271576102628183610e7c565b5f610767565b5089898c8e8760048a60208f60405193848092632efa2ca360e11b82525afa908115610402575f93610987938593610a86575b506040519687948593849363354952a360e21b85526040600486015260448501916115fa565b602483019190915203916001600160a01b03165afa91821561040257610a05926109f2915f91610a6c575b5090859493929160206109df970190815260405196879660208852516080602089015260a0880190611019565b9051868203601f19016040880152611019565b9051848203601f19016060860152611019565b905190601f19838203016080840152815180825260208201916020808360051b8301019401925f915b838310610a3b5786860387f35b919395509193602080610a5a600193601f198682030187528951611019565b97019301930190928695949293610a2e565b610a8091503d805f833e6102968183610e7c565b866109b2565b610aa991935060203d602011610ab0575b610aa18183610e7c565b8101906110b9565b9189610961565b503d610a97565b610acc919a503d805f833e6102968183610e7c565b988a610606565b610ae791503d805f833e6102968183610e7c565b8a6105bb565b610b06915060203d602011610ab057610aa18183610e7c565b8961055c565b346102ae5760403660031901126102ae57610b25610e37565b6024356001600160401b0381116102ae57610b44903690600401610fbc565b8051610b68610b5282610e9d565b91610b606040519384610e7c565b808352610e9d565b602082019290601f19013684376001600160a01b03909316925f5b8151811015610bfd57610b9681836110a5565b519060405191630a5aec1960e21b83526004830152602082602481895afa8015610402576001925f91610bdf575b50610bcf82866110a5565b90838060a01b0316905201610b83565b610bf7915060203d8111610ab057610aa18183610e7c565b87610bc4565b8383604051918291602083019060208452518091526040830191905f5b818110610c28575050500390f35b82516001600160a01b0316845285945060209384019390920191600101610c1a565b346102ae5760603660031901126102ae57610c63610e37565b6024356001600160401b0381116102ae57366023820112156102ae57806004013591610c8e83610ee7565b610c9b6040519182610e7c565b83815236602485850101116102ae575f6020856101ff966024610ccf97018386013783010152610cc9610f02565b91611105565b604051918291602083526020830190610f15565b346102ae5760403660031901126102ae57610cfc610e37565b602435906001600160401b0382116102ae57366023830112156102ae578160040135610d2781610e9d565b92610d356040519485610e7c565b8184526024602085019260051b820101903682116102ae57602401915b818310610e17578385610d658151611052565b6001600160a01b03909216915f5b8251811015610e01576001600160a01b03610d8e82856110a5565b516040516309aa152760e11b81529116600482015290602082602481885afa8015610402575f90610dcf575b60019250610dc882856110a5565b5201610d73565b506020823d8211610df9575b81610de860209383610e7c565b810103126102ae5760019151610dba565b3d9150610ddb565b604051602080825281906101ff90820185610eb4565b82356001600160a01b03811681036102ae57815260209283019201610d52565b600435906001600160a01b03821682036102ae57565b606081019081106001600160401b03821117610e6857604052565b634e487b7160e01b5f52604160045260245ffd5b90601f801991011681019081106001600160401b03821117610e6857604052565b6001600160401b038111610e685760051b60200190565b90602080835192838152019201905f5b818110610ed15750505090565b8251845260209384019390920191600101610ec4565b6001600160401b038111610e6857601f01601f191660200190565b6044359063ffffffff821682036102ae57565b9080602083519182815201916020808360051b8301019401925f915b838310610f4057505050505090565b9091929394601f19828203018352855190602080835192838152019201905f905b808210610f805750505060208060019297019301930191939290610f31565b909192602060606001926001600160601b0360408851868060a01b03815116845285810151868501520151166040820152019401920190610f61565b9080601f830112156102ae578135610fd381610e9d565b92610fe16040519485610e7c565b81845260208085019260051b8201019283116102ae57602001905b8282106110095750505090565b8135815260209182019101610ffc565b90602080835192838152019201905f5b8181106110365750505090565b825163ffffffff16845260209384019390920191600101611029565b9061105c82610e9d565b6110696040519182610e7c565b828152809261107a601f1991610e9d565b0190602036910137565b8051156110915760200190565b634e487b7160e01b5f52603260045260245ffd5b80518210156110915760209160051b010190565b908160209103126102ae57516001600160a01b03811681036102ae5790565b5f5b8281106110e657505050565b6060828201526020016110da565b908151811015611091570160200190565b604051636830483560e01b81526001600160a01b0390911692909190602083600481875afa928315610402575f93611513575b50604051634f4c91e160e11b815292602084600481885afa938415610402575f946114ce575b5060206004949560405195868092632efa2ca360e11b82525afa938415610402575f946114ad575b50919493908551926111c161119a85610e9d565b946111a86040519687610e7c565b8086526111b7601f1991610e9d565b01602086016110d8565b5f965b80518810156114a3576111d788826110f4565b51604051638902624560e01b815260f89190911c6004820181905263ffffffff851660248301529790945f866044816001600160a01b0385165afa958615610402575f96611411575b50855161122c81610e9d565b9061123a6040519283610e7c565b808252611249601f1991610e9d565b015f5b8181106113e857505061125f8b896110a5565b5261126a8a886110a5565b505f5b86518110156113d75761128081886110a5565b516040516308f6629d60e31b81526004810191909152906020826024816001600160a01b038e165afa918215610402575f926113b7575b50866112c3828a6110a5565b5160208d6112d1858d6110a5565b5160405163fa28c62760e01b8152600481019190915260ff91909116602482015263ffffffff939093166044840152826064816001600160a01b038c165afa908115610402578e925f92611370575b509361135d611369936001600160601b0386946001986040519561134387610e4d565b8a8060a01b0316865260208601521660408401528d6110a5565b519061067183836110a5565b500161126d565b915091506020813d82116113af575b8161138c60209383610e7c565b810103126102ae57516001600160601b03811681036102ae578d9161135d611320565b3d915061137f565b6113d091925060203d8111610ab057610aa18183610e7c565b905f6112b7565b5060019099019890975093506111c4565b6020906040516113f781610e4d565b5f81525f838201525f60408201528282860101520161124c565b9095503d805f833e6114238183610e7c565b8101906020818303126102ae578051906001600160401b0382116102ae57019080601f830112156102ae57815161145981610e9d565b926114676040519485610e7c565b81845260208085019260051b8201019283116102ae57602001905b82821061149357505050945f611220565b8151815260209182019101611482565b5092955050505050565b6114c791945060203d602011610ab057610aa18183610e7c565b925f611186565b9093506020813d60201161150b575b816114ea60209383610e7c565b810103126102ae5751926001600160a01b03841684036102ae57602061115e565b3d91506114dd565b61152d91935060203d602011610ab057610aa18183610e7c565b915f611138565b60405190608082018281106001600160401b03821117610e6857604052606080838181528160208201528160408201520152565b519063ffffffff821682036102ae57565b6020818303126102ae578051906001600160401b0382116102ae57019080601f830112156102ae5781516115ac81610e9d565b926115ba6040519485610e7c565b81845260208085019260051b8201019283116102ae57602001905b8282106115e25750505090565b602080916115ef84611568565b8152019101906115d5565b908060209392818452848401375f828201840152601f01601f1916010190565b91908110156110915760051b0190565b908160209103126102ae57516001600160c01b03811681036102ae5790565b90821015611091570190565b5f1981146102335760010190565b60409063ffffffff61168094931681528160208201520190610eb4565b9056fea2646970667358221220050457b1ef148743ed233c79afe5a9e36d62fc0428b3d862243b5a5ef14ab6d664736f6c634300081b0033","gas_used":1164616,"gas_limit":1557995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x60806040526004361015610011575f80fd5b5f3560e01c806331b36bd914610ce35780633563b0d114610c4a5780634d2b57fe14610b0c5780634f739f741461046d5780635c155662146102b25763cefdc1d41461005b575f80fd5b346102ae5760603660031901126102ae57610074610e37565b60243590610080610f02565b916040926100d78451926100948685610e7c565b60018452601f198601366020860137806100ad85611084565b5285516361c8a12f60e11b81526001600160a01b0386169490925f91849182918760048401611663565b0381875afa9182156102a45763ffffffff6100fe6020946064935f91610282575b50611084565b511691875195869384926304ec635160e01b8452600484015263ffffffff8716602484015260448301525afa918215610278575f92610247575b506001600160c01b038216915f83805b61020e575061ffff169261015b84610ee7565b9361016887519586610e7c565b808552610177601f1991610ee7565b013660208601375f925f5b8551851080610203575b156101da576001811b84166001600160c01b03166101b3575b6101ae90611655565b610182565b9360016101ae9160ff60f81b8760f81b165f1a6101d0828a6110f4565b53019490506101a5565b87836101ff6101ea858a8c611105565b83519384938452806020850152830190610f15565b0390f35b50610100811061018c565b5f1981018181116102335761ffff9116911661ffff8114610233576001019080610148565b634e487b7160e01b5f52601160045260245ffd5b61026a91925060203d602011610271575b6102628183610e7c565b81019061162a565b905f610138565b503d610258565b84513d5f823e3d90fd5b61029e91503d805f833e6102968183610e7c565b810190611579565b5f6100f8565b86513d5f823e3d90fd5b5f80fd5b346102ae5760603660031901126102ae576102cb610e37565b6024356001600160401b0381116102ae576102ea903690600401610fbc565b6102f2610f02565b6040516361c8a12f60e11b815290926001600160a01b03165f828061031b868860048401611663565b0381845afa918215610402575f92610451575b5082519361035461033e86610e9d565b9561034c6040519788610e7c565b808752610e9d565b602086019490601f19013686375f5b815181101561040d5761037681836110a5565b519060208463ffffffff61038a848a6110a5565b516040516304ec635160e01b8152600481019690965263ffffffff92831660248701521616604484015282606481885afa8015610402576001925f916103e4575b50828060c01b03166103dd828a6110a5565b5201610363565b6103fc915060203d8111610271576102628183610e7c565b896103cb565b6040513d5f823e3d90fd5b8587604051918291602083019060208452518091526040830191905f5b818110610438575050500390f35b825184528594506020938401939092019160010161042a565b6104669192503d805f833e6102968183610e7c565b908461032e565b346102ae5760803660031901126102ae57610486610e37565b60243563ffffffff8116908181036102ae57604435926001600160401b0384116102ae57366023850112156102ae578360040135936001600160401b0385116102ae57602481019060248636920101116102ae57606435926001600160401b0384116102ae57366023850112156102ae578360040135956001600160401b0387116102ae5760248501938760051b9560248736920101116102ae57610529611534565b50604051636830483560e01b81526001600160a01b03919091169390602081600481885afa908115610402575f91610aed575b50610565611534565b604080516361c8a12f60e11b8152600481018b90526024810191909152604481018b905290976001600160fb1b038b116102ae5781606481835f948c848401378101030181895afa908115610402575f91610ad3575b50875260018060a01b031691604051986340e03a8160e11b8a528860048b0152604060248b01525f8a806105f36044820186886115fa565b0381875afa998a15610402575f9a610ab7575b5060408801998a5261061782610e9d565b966106256040519889610e7c565b828852610641601f1961063785610e9d565b0160208a016110d8565b606089019788525f5b60ff81168481101561092e575f6106778261066487611052565b8d519061067183836110a5565b526110a5565b505f84868e5b8d8d8386106106fa5750505050505061069581611052565b905f5b8c8282106106ca5760ff959492506106b8939150519061067183836110a5565b501660ff81146102335760010161064a565b9063ffffffff6106e7826106e188600196516110a5565b516110a5565b51166106f382866110a5565b5201610698565b63ffffffff61071b87610713816020986107559a61161a565b3595516110a5565b516040516304ec635160e01b8152600481019590955263ffffffff9283166024860152161660448301529092839190829081906064820190565b03915afa908115610402575f91610910575b506001600160c01b0316801561087f5760018091610786868b8d611649565b3560f81c1c161461079d575b60010184868e61067d565b908960206107ac84898961161a565b356107b8868b8d611649565b60405163dd9846b960e01b815260048101929092523560f81c602482015263ffffffff929092166044830152816064818d5afa908115610402578d85915f93610829575b509163ffffffff610818856106e16001979561082197516110a5565b91169052611655565b919050610792565b925050506020813d8211610877575b8161084560209383610e7c565b810103126102ae57818d63ffffffff6108186001956106e18961086a61082198611568565b97509550509550506107fc565b3d9150610838565b60405162461bcd60e51b815260206004820152605c60248201527f4f70657261746f7253746174655265747269657665722e676574436865636b5360448201527f69676e617475726573496e64696365733a206f70657261746f72206d7573742060648201527f6265207265676973746572656420617420626c6f636b6e756d62657200000000608482015260a490fd5b610928915060203d8111610271576102628183610e7c565b5f610767565b5089898c8e8760048a60208f60405193848092632efa2ca360e11b82525afa908115610402575f93610987938593610a86575b506040519687948593849363354952a360e21b85526040600486015260448501916115fa565b602483019190915203916001600160a01b03165afa91821561040257610a05926109f2915f91610a6c575b5090859493929160206109df970190815260405196879660208852516080602089015260a0880190611019565b9051868203601f19016040880152611019565b9051848203601f19016060860152611019565b905190601f19838203016080840152815180825260208201916020808360051b8301019401925f915b838310610a3b5786860387f35b919395509193602080610a5a600193601f198682030187528951611019565b97019301930190928695949293610a2e565b610a8091503d805f833e6102968183610e7c565b866109b2565b610aa991935060203d602011610ab0575b610aa18183610e7c565b8101906110b9565b9189610961565b503d610a97565b610acc919a503d805f833e6102968183610e7c565b988a610606565b610ae791503d805f833e6102968183610e7c565b8a6105bb565b610b06915060203d602011610ab057610aa18183610e7c565b8961055c565b346102ae5760403660031901126102ae57610b25610e37565b6024356001600160401b0381116102ae57610b44903690600401610fbc565b8051610b68610b5282610e9d565b91610b606040519384610e7c565b808352610e9d565b602082019290601f19013684376001600160a01b03909316925f5b8151811015610bfd57610b9681836110a5565b519060405191630a5aec1960e21b83526004830152602082602481895afa8015610402576001925f91610bdf575b50610bcf82866110a5565b90838060a01b0316905201610b83565b610bf7915060203d8111610ab057610aa18183610e7c565b87610bc4565b8383604051918291602083019060208452518091526040830191905f5b818110610c28575050500390f35b82516001600160a01b0316845285945060209384019390920191600101610c1a565b346102ae5760603660031901126102ae57610c63610e37565b6024356001600160401b0381116102ae57366023820112156102ae57806004013591610c8e83610ee7565b610c9b6040519182610e7c565b83815236602485850101116102ae575f6020856101ff966024610ccf97018386013783010152610cc9610f02565b91611105565b604051918291602083526020830190610f15565b346102ae5760403660031901126102ae57610cfc610e37565b602435906001600160401b0382116102ae57366023830112156102ae578160040135610d2781610e9d565b92610d356040519485610e7c565b8184526024602085019260051b820101903682116102ae57602401915b818310610e17578385610d658151611052565b6001600160a01b03909216915f5b8251811015610e01576001600160a01b03610d8e82856110a5565b516040516309aa152760e11b81529116600482015290602082602481885afa8015610402575f90610dcf575b60019250610dc882856110a5565b5201610d73565b506020823d8211610df9575b81610de860209383610e7c565b810103126102ae5760019151610dba565b3d9150610ddb565b604051602080825281906101ff90820185610eb4565b82356001600160a01b03811681036102ae57815260209283019201610d52565b600435906001600160a01b03821682036102ae57565b606081019081106001600160401b03821117610e6857604052565b634e487b7160e01b5f52604160045260245ffd5b90601f801991011681019081106001600160401b03821117610e6857604052565b6001600160401b038111610e685760051b60200190565b90602080835192838152019201905f5b818110610ed15750505090565b8251845260209384019390920191600101610ec4565b6001600160401b038111610e6857601f01601f191660200190565b6044359063ffffffff821682036102ae57565b9080602083519182815201916020808360051b8301019401925f915b838310610f4057505050505090565b9091929394601f19828203018352855190602080835192838152019201905f905b808210610f805750505060208060019297019301930191939290610f31565b909192602060606001926001600160601b0360408851868060a01b03815116845285810151868501520151166040820152019401920190610f61565b9080601f830112156102ae578135610fd381610e9d565b92610fe16040519485610e7c565b81845260208085019260051b8201019283116102ae57602001905b8282106110095750505090565b8135815260209182019101610ffc565b90602080835192838152019201905f5b8181106110365750505090565b825163ffffffff16845260209384019390920191600101611029565b9061105c82610e9d565b6110696040519182610e7c565b828152809261107a601f1991610e9d565b0190602036910137565b8051156110915760200190565b634e487b7160e01b5f52603260045260245ffd5b80518210156110915760209160051b010190565b908160209103126102ae57516001600160a01b03811681036102ae5790565b5f5b8281106110e657505050565b6060828201526020016110da565b908151811015611091570160200190565b604051636830483560e01b81526001600160a01b0390911692909190602083600481875afa928315610402575f93611513575b50604051634f4c91e160e11b815292602084600481885afa938415610402575f946114ce575b5060206004949560405195868092632efa2ca360e11b82525afa938415610402575f946114ad575b50919493908551926111c161119a85610e9d565b946111a86040519687610e7c565b8086526111b7601f1991610e9d565b01602086016110d8565b5f965b80518810156114a3576111d788826110f4565b51604051638902624560e01b815260f89190911c6004820181905263ffffffff851660248301529790945f866044816001600160a01b0385165afa958615610402575f96611411575b50855161122c81610e9d565b9061123a6040519283610e7c565b808252611249601f1991610e9d565b015f5b8181106113e857505061125f8b896110a5565b5261126a8a886110a5565b505f5b86518110156113d75761128081886110a5565b516040516308f6629d60e31b81526004810191909152906020826024816001600160a01b038e165afa918215610402575f926113b7575b50866112c3828a6110a5565b5160208d6112d1858d6110a5565b5160405163fa28c62760e01b8152600481019190915260ff91909116602482015263ffffffff939093166044840152826064816001600160a01b038c165afa908115610402578e925f92611370575b509361135d611369936001600160601b0386946001986040519561134387610e4d565b8a8060a01b0316865260208601521660408401528d6110a5565b519061067183836110a5565b500161126d565b915091506020813d82116113af575b8161138c60209383610e7c565b810103126102ae57516001600160601b03811681036102ae578d9161135d611320565b3d915061137f565b6113d091925060203d8111610ab057610aa18183610e7c565b905f6112b7565b5060019099019890975093506111c4565b6020906040516113f781610e4d565b5f81525f838201525f60408201528282860101520161124c565b9095503d805f833e6114238183610e7c565b8101906020818303126102ae578051906001600160401b0382116102ae57019080601f830112156102ae57815161145981610e9d565b926114676040519485610e7c565b81845260208085019260051b8201019283116102ae57602001905b82821061149357505050945f611220565b8151815260209182019101611482565b5092955050505050565b6114c791945060203d602011610ab057610aa18183610e7c565b925f611186565b9093506020813d60201161150b575b816114ea60209383610e7c565b810103126102ae5751926001600160a01b03841684036102ae57602061115e565b3d91506114dd565b61152d91935060203d602011610ab057610aa18183610e7c565b915f611138565b60405190608082018281106001600160401b03821117610e6857604052606080838181528160208201528160408201520152565b519063ffffffff821682036102ae57565b6020818303126102ae578051906001600160401b0382116102ae57019080601f830112156102ae5781516115ac81610e9d565b926115ba6040519485610e7c565b81845260208085019260051b8201019283116102ae57602001905b8282106115e25750505090565b602080916115ef84611568565b8152019101906115d5565b908060209392818452848401375f828201840152601f01601f1916010190565b91908110156110915760051b0190565b908160209103126102ae57516001600160c01b03811681036102ae5790565b90821015611091570190565b5f1981146102335760010190565b60409063ffffffff61168094931681528160208201520190610eb4565b9056fea2646970667358221220050457b1ef148743ed233c79afe5a9e36d62fc0428b3d862243b5a5ef14ab6d664736f6c634300081b0033","nonce":38,"gas_used":1311266},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x1bf74b","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xd27a75abaf336f542afa6889bd43ca2eaa8acd37b0038b53a545412c50a86448","block_number":23},{"info":{"transaction_hash":"0x3467bb5f85f9240d70ede1fa5be31f550215ff1029af84e44ac0a0ce764a3528","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23000000000000000000000000000000000000000000000000783eab248f3c5e5c","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23"],"data":"0x000000000000000000000000000000000000000000000000783eab248f3c5e5c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":258,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23"],"data":"0x000000000000000000000000000000000000000000000000783eab248f3c5e5c"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000800000000000000000400000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x4d5d9e77e9bb1655b4e22cbab621fa9e84ecbae025bf721a99ba0d81b12d31d3","block_number":233},{"info":{"transaction_hash":"0xfe3c4b331c2ff804531b36aeb6f9c5eda9ea1152bd842ff17b0bebabaf31482d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7000000000000000000000000000000000000000000000000225d9fccf0291e95","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7"],"data":"0x000000000000000000000000000000000000000000000000225d9fccf0291e95"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":194,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000008263fce86b1b78f95ab4dae11907d8af88f841e7"],"data":"0x000000000000000000000000000000000000000000000000225d9fccf0291e95"}],"logsBloom":"0x00000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200008000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xe61ba778f87c92b9675887db68c38422eb393c36cb6ee1cd411fa96343d2a4ff","block_number":169},{"info":{"transaction_hash":"0xdebb5252d693896501d029adf8c318b91e0d2159974f85f3685b2d65eb1d9809","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x40fc963a729c542424cd800349a7e4ecc4896624","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x40fc963a729c542424cd800349a7e4ecc4896624","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":91,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x282cd2bc9451e9472796a25107835e16ddee561eef15df7cd4a8c42499791319","block_number":66},{"info":{"transaction_hash":"0xbfdb74f68ab3f07f1934ae886bf8ea9b1794c9f2dc0d8f5b210a0d61f40e762d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x5e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":86,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x166efcfbc76f10e80e64e7c3f00eb5c1cb290f66acd557c2e3c738f903026eb4","block_number":61},{"info":{"transaction_hash":"0x768edceda2c5a73fe05954b893640a88e56d3ffb9c5a5fdd529e802b96fdd734","transaction_index":0,"from":"0xe77478d9e136d3643cfc6fef578abf63f9ab91b1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xe77478d9e136d3643cfc6fef578abf63f9ab91b1","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1"],"data":"0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1"],"data":"0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1"],"data":"0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1"],"data":"0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393000000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000080000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000800000000081000000000100000000000000"},"block_hash":"0xb9af68504ff38ba131db51310a49096d014f8d35a2a75065ced0d05aef502aae","block_number":418},{"info":{"transaction_hash":"0xa1f20d9d45788e468ec099c308a13b2f5d7e2f48bfae99a7909d3f41d5e80e6b","transaction_index":0,"from":"0xfabb0ac9d68b0b445fb7357272ff202c5651694a","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xfabb0ac9d68b0b445fb7357272ff202c5651694a","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000035305bc89a3aca62","output":"0x00000000000000000000000000000000000000000000000035305bc89a3aca62","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000035305bc89a3aca62","output":"0x00000000000000000000000000000000000000000000000035305bc89a3aca62","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000035305bc89a3aca62"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000035305bc89a3aca62","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000035305bc89a3aca62"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000035305bc89a3aca62","output":"0x00000000000000000000000000000000000000000000000035305bc89a3aca62","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000035305bc89a3aca62","output":"0x00000000000000000000000000000000000000000000000035305bc89a3aca62","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000003a5bb17290aeb99a6","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000003a5bb17290aeb99a6","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000035305bc89a3aca62","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000035305bc89a3aca62","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a"],"data":"0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000035305bc89a3aca62"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000035305bc89a3aca62","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000035305bc89a3aca62"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000035305bc89a3aca62"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a"],"data":"0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000035305bc89a3aca62"}],"logsBloom":"0x00000000000000000000000000000004000000000002000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000008000000000000000000000000000000010000000000000000000000000001010002002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x844f3db8c638df5098b690ed09bab208e80cddfa56a989e3d165414bc0a4257a","block_number":263},{"info":{"transaction_hash":"0x303c80287a03b88ba17b03e93e9d6f48696589e890a1b1e8273183561214bfa6","transaction_index":0,"from":"0xbda5747bfd65f08deb54cb465eb87d40e51b197e","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xbda5747bfd65f08deb54cb465eb87d40e51b197e","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e"],"data":"0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e"],"data":"0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313700000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e"],"data":"0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e"],"data":"0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313700000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020104000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000040000000"},"block_hash":"0x56135475beb21df90fdd294fd3c24dc95323b4267fd119e661d5b5b0fd9a985c","block_number":272},{"info":{"transaction_hash":"0xa4d5e630dd07ab170fdc7744a9bfbcf4366e397767b12bed7c88a1c5169a8067","transaction_index":0,"from":"0x262595fa2a3a86adacde208589614d483e3ef1c0","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x262595fa2a3a86adacde208589614d483e3ef1c0","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001bd4943ef7e051c3","output":"0x0000000000000000000000000000000000000000000000001bd4943ef7e051c3","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001bd4943ef7e051c3","output":"0x0000000000000000000000000000000000000000000000001bd4943ef7e051c3","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c00000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001bd4943ef7e051c3"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001bd4943ef7e051c3","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000001bd4943ef7e051c3"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001bd4943ef7e051c3","output":"0x0000000000000000000000000000000000000000000000001bd4943ef7e051c3","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001bd4943ef7e051c3","output":"0x0000000000000000000000000000000000000000000000001bd4943ef7e051c3","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000011dcd69d34b6aaa881","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000011dcd69d34b6aaa881","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001bd4943ef7e051c3","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001bd4943ef7e051c3","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0"],"data":"0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001bd4943ef7e051c3"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000001bd4943ef7e051c3","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000001bd4943ef7e051c3"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c00000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001bd4943ef7e051c3"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0"],"data":"0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001bd4943ef7e051c3"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100020008000000000000000240000001101000000000400000000000000000000000000000000000000000000002000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xa9c4a34e0ea47569c4762e2acf6d15af4cd8158403bfa17f44ebb645832ec9d4","block_number":369},{"info":{"transaction_hash":"0x5f6103ac165b3caa5341e60fb88be486fb7339445a2af5214f2c39f6f1d95da6","transaction_index":0,"from":"0x492c973c16e8aec46f4d71716e91b05b245377c9","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x492c973c16e8aec46f4d71716e91b05b245377c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000041b4adb212af6ec2","output":"0x00000000000000000000000000000000000000000000000041b4adb212af6ec2","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000041b4adb212af6ec2","output":"0x00000000000000000000000000000000000000000000000041b4adb212af6ec2","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c90000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000041b4adb212af6ec2"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000041b4adb212af6ec2","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000041b4adb212af6ec2"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000041b4adb212af6ec2","output":"0x00000000000000000000000000000000000000000000000041b4adb212af6ec2","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000041b4adb212af6ec2","output":"0x00000000000000000000000000000000000000000000000041b4adb212af6ec2","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000018a6b105da86c60680","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000018a6b105da86c60680","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000041b4adb212af6ec2","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000041b4adb212af6ec2","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9"],"data":"0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000041b4adb212af6ec2"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000041b4adb212af6ec2","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000041b4adb212af6ec2"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c90000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000041b4adb212af6ec2"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9"],"data":"0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000041b4adb212af6ec2"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000340000001101000000000000000000000000000000000040000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000010000000"},"block_hash":"0x5898b9a7afb0cf6f683a39af3ea8bd6dad6dcf12637f96324a24b11ad51220b7","block_number":413},{"info":{"transaction_hash":"0xee1ce3c94155910552cb4f6c42a7ea7d6389f7008b78c19828c102bd09277a07","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe8b1ff302a740fd2c6e76b620d45508daec2ddff","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe8b1ff302a740fd2c6e76b620d45508daec2ddff","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":118,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x758d0683a21c2d6ac0074ee8a6764cfcd9221810e0c1d05b0cd0627eb0e81733","block_number":93},{"info":{"transaction_hash":"0x6807a730b00c5c26bf57217418005eb1e5ac762fbd1e0a99e9f487fb4a9887b5","transaction_index":0,"from":"0xcbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xcbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000783eab248f3c5e5c","output":"0x000000000000000000000000000000000000000000000000783eab248f3c5e5c","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000783eab248f3c5e5c","output":"0x000000000000000000000000000000000000000000000000783eab248f3c5e5c","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c230000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000783eab248f3c5e5c"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000783eab248f3c5e5c","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000783eab248f3c5e5c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000783eab248f3c5e5c","output":"0x000000000000000000000000000000000000000000000000783eab248f3c5e5c","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000783eab248f3c5e5c","output":"0x000000000000000000000000000000000000000000000000783eab248f3c5e5c","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001b370dc7b8e24f91fe","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001b370dc7b8e24f91fe","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000783eab248f3c5e5c","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000783eab248f3c5e5c","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23"],"data":"0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000783eab248f3c5e5c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000783eab248f3c5e5c","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000783eab248f3c5e5c"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c230000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000783eab248f3c5e5c"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23"],"data":"0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000783eab248f3c5e5c"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000010000010000000000000000000800000010000000000400000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000080000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xc4692d4d64fa3a69eb21960088ed508e34f5cce05dcb6ef9aadd13f1cbfa8771","block_number":429},{"info":{"transaction_hash":"0x44dcc59554c63623d410b46417f2286f3223d26822314f4e9911ff3aa8e12acb","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xcf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xcf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":95,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x4c226d826b354f428df799a61e27dc423c4b3fef6ea6b353d237026a21b16c71","block_number":70},{"info":{"transaction_hash":"0x4534db13480baf40e500f00e108343b4a4aff1ad96eebca559a27ba3e54b4b97","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x4b23d303d9e3719d6cdf8d172ea030f80509ea15","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x4b23d303d9e3719d6cdf8d172ea030f80509ea15","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":106,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x86222ab012c358c56ea1a82b2870d68cceda7bd292c59f98ae26fa5f11ab5f10","block_number":81},{"info":{"transaction_hash":"0x5ad43fd401153ab24539214949e13981568bbc9fc572c3cfebefe484eb6ea215","transaction_index":0,"from":"0xf23e054d8b4d0becfa22deef5632f27f781f8bf5","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf23e054d8b4d0becfa22deef5632f27f781f8bf5","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5"],"data":"0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5"],"data":"0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5"],"data":"0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5"],"data":"0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000f23e054d8b4d0becfa22deef5632f27f781f8bf5"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373000000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000200000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000100000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0xb03a2dd3a66884f1c653148ba57080551b1b44ef9675122b7fd7e7d73958d16d","block_number":378},{"info":{"transaction_hash":"0x89b3ab69b0d9925df8d1b816634ecc22babbf894620c9302917b386ece2f252d","transaction_index":0,"from":"0x87bdce72c06c21cd96219bd8521bdf1f42c78b5e","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x87bdce72c06c21cd96219bd8521bdf1f42c78b5e","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e5900000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e5900000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e"],"data":"0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e"],"data":"0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323700000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e"],"data":"0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e"],"data":"0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323700000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x02000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000200000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000400000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x36f4772dee33f22e648fe69386b9216f5e04d6430cf180601fc0e70e3d40add7","block_number":292},{"info":{"transaction_hash":"0xd2f7af4465146dba84e385bdcdcf710d0d52b3917bb26b664e8c95d5fb65b470","transaction_index":0,"from":"0x7df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x7df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40"],"data":"0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40"],"data":"0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373800000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40"],"data":"0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40"],"data":"0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373800000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000008000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000008000000000000004000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x12e07541031d05cc8933904672568a96fa0973c969556033da6e0a9cdef603ae","block_number":394},{"info":{"transaction_hash":"0xbee0475c1f9e6bd04db5c2606215b49661d5b68c4093d20fd419c6a91ced8384","transaction_index":0,"from":"0x1aac82773cb722166d7da0d5b0fa35b0307dd99d","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x1aac82773cb722166d7da0d5b0fa35b0307dd99d","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d"],"data":"0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d"],"data":"0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333400000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d"],"data":"0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d"],"data":"0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000001aac82773cb722166d7da0d5b0fa35b0307dd99d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333400000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000002000000000000000000000000000040000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000002000000000000081000000000100000000000000"},"block_hash":"0x3f65d0fc18d66564b531ba2f21bff5095e8d7ad47a5aac3cbac58b5cfe35568c","block_number":306},{"info":{"transaction_hash":"0x92df9c72082a4788a4d3e9acf9957ed4c04cb976bef58c8808254a03e4a31d3e","transaction_index":0,"from":"0x35304262b9e87c00c430149f28dd154995d01207","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x35304262b9e87c00c430149f28dd154995d01207","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007a87f16164855f4a","output":"0x0000000000000000000000000000000000000000000000007a87f16164855f4a","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007a87f16164855f4a","output":"0x0000000000000000000000000000000000000000000000007a87f16164855f4a","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000035304262b9e87c00c430149f28dd154995d012070000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007a87f16164855f4a"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000035304262b9e87c00c430149f28dd154995d01207000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007a87f16164855f4a","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000007a87f16164855f4a"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007a87f16164855f4a","output":"0x0000000000000000000000000000000000000000000000007a87f16164855f4a","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007a87f16164855f4a","output":"0x0000000000000000000000000000000000000000000000007a87f16164855f4a","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000dfebfad22d6051c1a","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000dfebfad22d6051c1a","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae00000000000000000000000035304262b9e87c00c430149f28dd154995d01207000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007a87f16164855f4a","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae00000000000000000000000035304262b9e87c00c430149f28dd154995d01207000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007a87f16164855f4a","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207"],"data":"0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007a87f16164855f4a"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000007a87f16164855f4a","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000007a87f16164855f4a"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000035304262b9e87c00c430149f28dd154995d012070000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007a87f16164855f4a"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207"],"data":"0x00000000000000000000000035304262b9e87c00c430149f28dd154995d01207000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007a87f16164855f4a"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008048000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000800000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xf1a8f2eef4d30092d96158146094c55ca2fd38d826b1a63edaf36f6c9a5d4ec4","block_number":335},{"info":{"transaction_hash":"0xa5079b62b3a634b37c938e612b26dd864ea4d45ccf473ccec600c6aa10c9d0c9","transaction_index":0,"from":"0xfe0f143fcad5b561b1ed2ac960278a2f23559ef9","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xfe0f143fcad5b561b1ed2ac960278a2f23559ef9","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9"],"data":"0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9"],"data":"0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393800000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9"],"data":"0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9"],"data":"0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393800000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000004000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000002081000000000100000000000000"},"block_hash":"0x5d27633e0e53a3dbc2f107af183ef54b3780511a136251e5b4fb5de3b49898bf","block_number":434},{"info":{"transaction_hash":"0xadfcffeceacae415fcab206ac05b3999f97d4351c943a0740c76e8135c44821d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a45022200000000000000000000000000000000000000000000000001a1ba04ee1a41b73","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220"],"data":"0x0000000000000000000000000000000000000000000000001a1ba04ee1a41b73"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":221,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220"],"data":"0x0000000000000000000000000000000000000000000000001a1ba04ee1a41b73"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000004000000000000004000000000"},"block_hash":"0x80ec0c53a23f85627e622513e44d35df2f34e1ed5f4a2116b07689c35f238ed6","block_number":196},{"info":{"transaction_hash":"0x9f36ee0f565ff5f1145758c8bce6af61f382a749a30d0e1a226ebd8f5e57eac5","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xbda5747bfd65f08deb54cb465eb87d40e51b197e","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xbda5747bfd65f08deb54cb465eb87d40e51b197e","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":80,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x5e00f4b044e0ecac66a2df96d75b50ef4b8390f80f7ba9cb08ccc086c5eefbaf","block_number":55},{"info":{"transaction_hash":"0xf9ae7ade87a44394fcb5bc5a8f4d0d7ec2b998c719e17ee33cd6a32e8220858b","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc29500000000000000000000000000000000000000000000000051169428b2187257","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295"],"data":"0x00000000000000000000000000000000000000000000000051169428b2187257"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":187,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295"],"data":"0x00000000000000000000000000000000000000000000000051169428b2187257"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000010000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xba24c1b64731d81043e87b292a42f3964355b1488215a892fbf5898ef89b8582","block_number":162},{"info":{"transaction_hash":"0xa1022fe2324b8126bc53c30009d42ff1efa936ec9b3e38939627755f12f375ca","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x042a63149117602129b6922ecfe3111168c2c323","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x042a63149117602129b6922ecfe3111168c2c323","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":116,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x59401d1b603a36576a8975ac748b0b218d7289b92cb2ae5c9f2b99ffb032728c","block_number":91},{"info":{"transaction_hash":"0xd6c0ac7fd9f1484ff6909d3e4333fd769039813593150d08361eea4dea4e97b1","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x2f4f06d218e426344cfe1a83d53dad806994d325","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x2f4f06d218e426344cfe1a83d53dad806994d325","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":98,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x80fd453c94292e20f23db48b7a8184f1654ca051cba49f303c57e55fb314fa44","block_number":73},{"info":{"transaction_hash":"0xebfb5d763492cfb55dcc52486d7f7d6c327ec0140ed5e1195d5d313d6b169494","transaction_index":0,"from":"0x1c87bb9234aec6adc580eae6c8b59558a4502220","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x1c87bb9234aec6adc580eae6c8b59558a4502220","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001a1ba04ee1a41b73","output":"0x0000000000000000000000000000000000000000000000001a1ba04ee1a41b73","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001a1ba04ee1a41b73","output":"0x0000000000000000000000000000000000000000000000001a1ba04ee1a41b73","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a45022200000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001a1ba04ee1a41b73"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001a1ba04ee1a41b73","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000001a1ba04ee1a41b73"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001a1ba04ee1a41b73","output":"0x0000000000000000000000000000000000000000000000001a1ba04ee1a41b73","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001a1ba04ee1a41b73","output":"0x0000000000000000000000000000000000000000000000001a1ba04ee1a41b73","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000101c2a3c4dc762cc12","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000101c2a3c4dc762cc12","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001a1ba04ee1a41b73","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001a1ba04ee1a41b73","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220"],"data":"0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001a1ba04ee1a41b73"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000001a1ba04ee1a41b73","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000001a1ba04ee1a41b73"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a45022200000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001a1ba04ee1a41b73"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220"],"data":"0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001a1ba04ee1a41b73"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000008000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000005000000000100004000000000"},"block_hash":"0xfb6c370d3fc723ee609e59d1604579517e53fc6acb987cf679153c0f1fa02f55","block_number":355},{"info":{"transaction_hash":"0x67c489b1daf4f6da509d6b91527376f9738d17d9ee3cce9611f27d88161bf5b0","transaction_index":0,"from":"0x64492e25c30031edad55e57cea599cdb1f06dad1","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x64492e25c30031edad55e57cea599cdb1f06dad1","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e5900000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":178144,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e5900000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":168164,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1"],"data":"0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1"],"data":"0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363400000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":88897,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":80344,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":76337,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":67980,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137275},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2183b","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1"],"data":"0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1"],"data":"0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000064492e25c30031edad55e57cea599cdb1f06dad1"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363400000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000400020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x7c934418fd6390d23e273ebe64d6b72282961c3eecdf2565b6fbc8aa57c6b04d","block_number":366},{"info":{"transaction_hash":"0x741fa10c0d87c8454fe0055baff268a6ef5cfc4f6aac735930247558f916bde8","transaction_index":0,"from":"0x344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9"],"data":"0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9"],"data":"0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363900000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9"],"data":"0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9"],"data":"0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363900000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00010010008000220100000000000000000000000000000000000001000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0xbc6b18e695299d22f4140a4e9635d9d5dfc8b144ba6e8fbad499f37823df38e1","block_number":376},{"info":{"transaction_hash":"0xd1f2991b1e14f81951647c7ba48ee523f1f56c5b15a0c87b488f1ead118f10ea","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c000000000000000000000000000000000000000000000000058ae5cd63f90f417","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0"],"data":"0x00000000000000000000000000000000000000000000000058ae5cd63f90f417"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":181,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000dd2fd4581271e230360230f9337d5c0430bf44c0"],"data":"0x00000000000000000000000000000000000000000000000058ae5cd63f90f417"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000800000000000000000000000000000000000000000000000000000008002000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000001000000000000000000000000000000000000000000"},"block_hash":"0x754ba850d7218f8cb3da2167b49ca5e90e6c4e70ebb07c6c25f62728687695e5","block_number":156},{"info":{"transaction_hash":"0x56d903319bd61b9b6ce754ec42469a2748172fd3af971da38642fed3b28be4f9","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0xa82ff9afd8f496c3d6ac40e2a0f282e47488cfc9","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xa82ff9afd8f496c3d6ac40e2a0f282e47488cfc9","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052610b478038038061001481610324565b92833981016060828203126103205761002c8261035d565b906100396020840161035d565b604084015190936001600160401b03821161032057019080601f8301121561032057815161006e61006982610371565b610324565b9281845260208401926020838301011161032057815f926020809301855e84010152823b156102c5577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0385169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906102be575b6101de575b50505f516020610b275f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a1811561018a576001600160a01b031916175f516020610b275f395f51905f525560405161073f90816103e88239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b6101e86060610324565b91602783527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020840152660819985a5b195960ca1b6040840152833b1561026a57610259935f92839251915af43d15610262573d9061024a61006983610371565b9182523d5f602084013e61038c565b505f8080610108565b60609061038c565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b505f610103565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b0381118382101761034957604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b038216820361032057565b6001600160401b03811161034957601f01601f191660200190565b90919015610398575090565b8151156103a85750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610300000000000000000000000067d269191c92caf3cd7723f116c85e6e9bf55933000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","output":"0x60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033","gas_used":421667,"gas_limit":578120,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000067d269191c92caf3cd7723f116c85e6e9bf55933"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033","nonce":34,"gas_used":521513},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x7f529","logs":[{"address":"0xa82ff9afd8f496c3d6ac40e2a0f282e47488cfc9","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000067d269191c92caf3cd7723f116c85e6e9bf55933"],"data":"0x"},{"address":"0xa82ff9afd8f496c3d6ac40e2a0f282e47488cfc9","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e"}],"logsBloom":"0x00000000000000000000000010000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002001000000000000000000000000000000000000002000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000002000800000000000000000000000000000000000000000000000000000000000010000000000000020000000000000000000000000010000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xfffcdb13d57d9c7f974047129fa46c1d1d4c7a59af1275c7b78fc96b3d6fa252","block_number":22},{"info":{"transaction_hash":"0x7959fd2d2f8c0170e84c6505bdbbfafc9dace7b33efde6bbd990ae33da7e88d7","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d995500000000000000000000000000000000000000000000000032a862794ae172cb","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955"],"data":"0x00000000000000000000000000000000000000000000000032a862794ae172cb"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":170,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955"],"data":"0x00000000000000000000000000000000000000000000000032a862794ae172cb"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000400000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002010000000000000000000000000000000000002000000200000000000000000040000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xb6dc42bd2018d58705efc590b1a4dc8fa3b4aa33aa0563dcd3decf370da36f96","block_number":145},{"info":{"transaction_hash":"0x59a10778ab75f1685c5fa620726577f16f832c2139c6849faaa2baba858bd1b3","transaction_index":0,"from":"0xf0ce7bab13c99ba0565f426508a7cd8f4c247e5a","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf0ce7bab13c99ba0565f426508a7cd8f4c247e5a","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000539c867c7e3bfd3c","output":"0x000000000000000000000000000000000000000000000000539c867c7e3bfd3c","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000539c867c7e3bfd3c","output":"0x000000000000000000000000000000000000000000000000539c867c7e3bfd3c","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000539c867c7e3bfd3c"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000539c867c7e3bfd3c","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000539c867c7e3bfd3c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000539c867c7e3bfd3c","output":"0x000000000000000000000000000000000000000000000000539c867c7e3bfd3c","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000539c867c7e3bfd3c","output":"0x000000000000000000000000000000000000000000000000539c867c7e3bfd3c","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000013cfb7950d4b6797d5","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000013cfb7950d4b6797d5","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000539c867c7e3bfd3c","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000539c867c7e3bfd3c","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a"],"data":"0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000539c867c7e3bfd3c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000539c867c7e3bfd3c","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000539c867c7e3bfd3c"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000539c867c7e3bfd3c"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a"],"data":"0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000539c867c7e3bfd3c"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000200000000000000800100000008000000000000000240000001101000000000000000000008000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000800000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x098059956d4425ea7f51f941531a57ce0aeaa968d08008d21923e1f8c984e4c8","block_number":383},{"info":{"transaction_hash":"0xb46ea6490e03f3e88cc5ca1a87d3120a78b9563457480d68804aa8227ff1f3de","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x608060405260405162000e8138038062000e81833981016040819052620000269162000490565b828162000036828260006200004d565b50620000449050826200008a565b505050620005c3565b6200005883620000e5565b600082511180620000665750805b1562000085576200008383836200012760201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f620000b562000156565b604080516001600160a01b03928316815291841660208301520160405180910390a1620000e2816200018f565b50565b620000f08162000244565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b60606200014f838360405180606001604052806027815260200162000e5a60279139620002f8565b9392505050565b60006200018060008051602062000e3a83398151915260001b620003de60201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620001fa5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b806200022360008051602062000e3a83398151915260001b620003de60201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b6200025a81620003e160201b6200028c1760201c565b620002be5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401620001f1565b80620002237f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc60001b620003de60201b620002081760201c565b60606001600160a01b0384163b620003625760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401620001f1565b600080856001600160a01b0316856040516200037f919062000570565b600060405180830381855af49150503d8060008114620003bc576040519150601f19603f3d011682016040523d82523d6000602084013e620003c1565b606091505b509092509050620003d4828286620003f0565b9695505050505050565b90565b6001600160a01b03163b151590565b60608315620004015750816200014f565b825115620004125782518084602001fd5b8160405162461bcd60e51b8152600401620001f191906200058e565b80516001600160a01b03811681146200044657600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b838110156200047e57818101518382015260200162000464565b83811115620000835750506000910152565b600080600060608486031215620004a657600080fd5b620004b1846200042e565b9250620004c1602085016200042e565b60408501519092506001600160401b0380821115620004df57600080fd5b818601915086601f830112620004f457600080fd5b8151818111156200050957620005096200044b565b604051601f8201601f19908116603f011681019083821181831017156200053457620005346200044b565b816040528281528960208487010111156200054e57600080fd5b6200056183602083016020880162000461565b80955050505050509250925092565b600082516200058481846020870162000461565b9190910192915050565b6020815260008251806020840152620005af81604085016020870162000461565b601f01601f19169190910160400192915050565b61086780620005d36000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","output":"0x60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033","gas_used":481552,"gas_limit":659104,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033","nonce":4,"gas_used":592890},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x90bfa","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000001000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000420000000000000000000000000000000000000008000000000000000000001000000000100000000000000"},"block_hash":"0xfd000d7d44ef1021f4ea3f7566523234706a914d838c60f73f11114c83f95df4","block_number":4},{"info":{"transaction_hash":"0xcc5d4ef513ffc286aaf60a34e3cea80c40c8cb358be7ab2f4e632e9eabb9f642","transaction_index":0,"from":"0x9dcce783b6464611f38631e6c851bf441907c710","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9dcce783b6464611f38631e6c851bf441907c710","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004947aeb13928ba0c","output":"0x0000000000000000000000000000000000000000000000004947aeb13928ba0c","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004947aeb13928ba0c","output":"0x0000000000000000000000000000000000000000000000004947aeb13928ba0c","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c7100000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004947aeb13928ba0c"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004947aeb13928ba0c","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000004947aeb13928ba0c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004947aeb13928ba0c","output":"0x0000000000000000000000000000000000000000000000004947aeb13928ba0c","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004947aeb13928ba0c","output":"0x0000000000000000000000000000000000000000000000004947aeb13928ba0c","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000905c75b5860dc14cb","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000905c75b5860dc14cb","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004947aeb13928ba0c","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004947aeb13928ba0c","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710"],"data":"0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004947aeb13928ba0c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000004947aeb13928ba0c","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000004947aeb13928ba0c"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c7100000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004947aeb13928ba0c"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710"],"data":"0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004947aeb13928ba0c"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000800800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000400000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000008000000000000000001000000000100000000000000"},"block_hash":"0x0f9b5e1c41645d3a64b369ad10aa890e0b6bd283fa6700f12e69cb1d7c6eca04","block_number":297},{"info":{"transaction_hash":"0xc536cfbb12f7b7656e8c00ff4c9f2e6c12a23065efa767329c00227b910ef684","transaction_index":0,"from":"0x2f4f06d218e426344cfe1a83d53dad806994d325","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x2f4f06d218e426344cfe1a83d53dad806994d325","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325"],"data":"0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d32500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325"],"data":"0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d32500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333500000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325"],"data":"0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d32500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325"],"data":"0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d32500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333500000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000200000000000000000000000000000000000000000000004000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x6ab86ac1703312912fd027535b494058cfe1eb6cdc98a597f1fdbbbf92094c2b","block_number":308},{"info":{"transaction_hash":"0x9a0126994896e9bea373a1f9a0c2aee73377e1095459318930be52335274a3f5","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x9623609d000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c8530000000000000000000000000b306bf915c4d645ff596e518faf3f9669b97016000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000641794bb3c000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":19723,"gas_limit":39537,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x4f1ef2860000000000000000000000000b306bf915c4d645ff596e518faf3f9669b97016000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000641794bb3c000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":13405,"gas_limit":32748,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000000b306bf915c4d645ff596e518faf3f9669b97016"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Call":0}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","address":"0x0b306bf915c4d645ff596e518faf3f9669b97016","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x1794bb3c000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e00000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":456,"gas_limit":19707,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":20,"gas_used":42843},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xa75b","logs":[{"address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000000b306bf915c4d645ff596e518faf3f9669b97016"],"data":"0x"}],"logsBloom":"0x00000000000000000000000000000008400000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000010000000010000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000"},"block_hash":"0xfad808fa40580bad783b11854808205e0466401bc235a327944c439e9892ae1d","block_number":14},{"info":{"transaction_hash":"0xa0d9a2504f618ab886174da7e7f3626ba563a0487184153ada0370ad0eaa4448","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa900000000000000000000000000000000000000000000000086759309fd1fd327","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9"],"data":"0x00000000000000000000000000000000000000000000000086759309fd1fd327"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":169,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9"],"data":"0x00000000000000000000000000000000000000000000000086759309fd1fd327"}],"logsBloom":"0x00000000000000000000000000000000000000040200000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000080000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x8588548742a81842674de3918a33b409e4a56da4fab63c8f1040ae7f8fd02146","block_number":144},{"info":{"transaction_hash":"0xc4929f97660210edea749660950f145c83a48423f8fbeef52ee8d97ea31372f9","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7d86687f980a56b832e9378952b738b614a99dc6","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7d86687f980a56b832e9378952b738b614a99dc6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":102,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xb1362aff4462e0a398692a3bae14a53ea847c642585c48da441d3ce4073a9382","block_number":77},{"info":{"transaction_hash":"0x34eb28dc4772f7e305270792c4dc5dbdf56145b8779600f6c622be4e81ef6daf","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x608060405260405162000e8138038062000e81833981016040819052620000269162000490565b828162000036828260006200004d565b50620000449050826200008a565b505050620005c3565b6200005883620000e5565b600082511180620000665750805b1562000085576200008383836200012760201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f620000b562000156565b604080516001600160a01b03928316815291841660208301520160405180910390a1620000e2816200018f565b50565b620000f08162000244565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b60606200014f838360405180606001604052806027815260200162000e5a60279139620002f8565b9392505050565b60006200018060008051602062000e3a83398151915260001b620003de60201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620001fa5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b806200022360008051602062000e3a83398151915260001b620003de60201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b6200025a81620003e160201b6200028c1760201c565b620002be5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401620001f1565b80620002237f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc60001b620003de60201b620002081760201c565b60606001600160a01b0384163b620003625760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401620001f1565b600080856001600160a01b0316856040516200037f919062000570565b600060405180830381855af49150503d8060008114620003bc576040519150601f19603f3d011682016040523d82523d6000602084013e620003c1565b606091505b509092509050620003d4828286620003f0565b9695505050505050565b90565b6001600160a01b03163b151590565b60608315620004015750816200014f565b825115620004125782518084602001fd5b8160405162461bcd60e51b8152600401620001f191906200058e565b80516001600160a01b03811681146200044657600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b838110156200047e57818101518382015260200162000464565b83811115620000835750506000910152565b600080600060608486031215620004a657600080fd5b620004b1846200042e565b9250620004c1602085016200042e565b60408501519092506001600160401b0380821115620004df57600080fd5b818601915086601f830112620004f457600080fd5b8151818111156200050957620005096200044b565b604051601f8201601f19908116603f011681019083821181831017156200053457620005346200044b565b816040528281528960208487010111156200054e57600080fd5b6200056183602083016020880162000461565b80955050505050509250925092565b600082516200058481846020870162000461565b9190910192915050565b6020815260008251806020840152620005af81604085016020870162000461565b601f01601f19169190910160400192915050565b61086780620005d36000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","output":"0x60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033","gas_used":481552,"gas_limit":659104,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033","nonce":5,"gas_used":592890},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x90bfa","logs":[{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000002000000000240000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000001000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000400000000000001000000000000000000000000008000000000000000000000000000000000000000000000"},"block_hash":"0xaf4fa5ce629c06f9c15405d15180cd10d791ed2667ff33644cdcdf6dcdbec1f8","block_number":5},{"info":{"transaction_hash":"0x3a02f1d7dd2eab69ad5052ac86b079241b6c7b7bd73f5d466dca5f3541cd5d7c","transaction_index":0,"from":"0xdfd99099fa13541a64aee9aad61c0dbf3d32d492","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xdfd99099fa13541a64aee9aad61c0dbf3d32d492","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492"],"data":"0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d49200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492"],"data":"0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d49200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363600000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492"],"data":"0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d49200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492"],"data":"0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d49200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363600000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008100020100000000000000000000000200000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x12f6a36c1a9650365680efac86f73a9f816748fd17f2fd555280c731e3498109","block_number":370},{"info":{"transaction_hash":"0x896bc15ac8b1e7bdf776ddf34b63845de569527c81383e5160ffa0ced2cffb69","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x4826533b4897376654bb4d4ad88b7fafd0c98528","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x4826533b4897376654bb4d4ad88b7fafd0c98528","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x60a03461011a57601f610ffb38819003918201601f19168301916001600160401b0383118484101761011e5780849260209460405283398101031261011a57516001600160a01b0381169081900361011a576080525f5460ff8160081c166100c55760ff8082161061008b575b604051610ec89081610133823960805181818161048a0152610a710152f35b60ff90811916175f557f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498602060405160ff8152a15f61006c565b60405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608490fd5b5f80fd5b634e487b7160e01b5f52604160045260245ffdfe60806040526004361015610011575f80fd5b5f3560e01c8062bff04d1461065957806312d1d74d1461061457806326d941f2146105535780632ed583e5146104b95780636d14a987146104755780638121906f1461043957806389026245146102ca578063a48bb0ac1461024d578063bd29b8cd14610132578063caa3cd7614610118578063e2e68580146100d45763f34109221461009c575f80fd5b346100d05760203660031901126100d057602063ffffffff6100c46100bf610849565b610c59565b54821c16604051908152f35b5f80fd5b346100d05760403660031901126100d05760ff6100ef610849565b165f52600160205260405f206024355f52602052602063ffffffff60405f205416604051908152f35b346100d0575f3660031901126100d05760206040515f8152f35b346100d057610140366107f5565b919061014a610a6f565b4363ffffffff16915f5b84811061015d57005b8061016b60019287866108de565b3560f81c805f52600360205261018660405f205415156108fe565b805f528260205260405f20845f5260205263ffffffff60405f2054166101ab82610c59565b916101ca6101c263ffffffff855460201c16610968565b809483610e1f565b6101d48382610c1d565b928584018963ffffffff8254965416145f14610211575f9150555b828603610200575b50505001610154565b61020992610b68565b8680806101f7565b50815f52600260205263ffffffff60405f2091165f5260205261024860405f2061023961086c565b908a82525f6020830152610b22565b6101ef565b346100d05760403660031901126100d0576102c66102a161029b61026f610849565b60ff610279610859565b915f602061028561086c565b8281520152165f52600360205260405f206109b3565b50610a4f565b60405191829182919091602063ffffffff816040840195828151168552015116910152565b0390f35b346100d05760403660031901126100d0576102e3610849565b6102eb610859565b9063ffffffff6102fb8383610c8b565b1661030d610308826108c6565b6108a0565b9281845261031a826108c6565b602085019390601f19013685375f5b838110610374578486604051918291602083019060208452518091526040830191905f5b81811061035b575050500390f35b825184528594506020938401939092019160010161034d565b6103858363ffffffff831684610d86565b61038f8288610980565b5261039a8187610980565b51156103a857600101610329565b60405162461bcd60e51b815260206004820152605d60248201527f496e64657852656769737472792e6765744f70657261746f724c69737441744260448201527f6c6f636b4e756d6265723a206f70657261746f7220646f6573206e6f7420657860648201527f6973742061742074686520676976656e20626c6f636b206e756d626572000000608482015260a490fd5b346100d05760203660031901126100d0576102c66102a161047061045b610849565b5f602061046661086c565b8281520152610c59565b610a4f565b346100d0575f3660031901126100d0576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b346100d05760603660031901126100d0576104d2610849565b6104da610859565b6044359163ffffffff831683036100d0576102c6926105309260ff61052a935f602061050461086c565b8281520152165f52600260205263ffffffff60405f2091165f5260205260405f20610a36565b50610994565b60405191829182919091602080604083019463ffffffff81511684520151910152565b346100d05760203660031901126100d05760ff61056e610849565b610576610a6f565b16805f52600360205260405f20546105b5575f5260036020526105b360405f2061059e61086c565b9063ffffffff431682525f60208301526109c8565b005b60405162461bcd60e51b815260206004820152603160248201527f496e64657852656769737472792e63726561746551756f72756d3a2071756f72604482015270756d20616c72656164792065786973747360781b6064820152608490fd5b346100d05760403660031901126100d0576102c6610530610654610636610849565b61063e610859565b905f602061064a61086c565b8281520152610c1d565b610994565b346100d057610667366107f5565b90610670610a6f565b61067c610308836108c6565b92828452610689836108c6565b602085019390601f19013685375f5b8181106106e9578486604051918291602083019060208452518091526040830191905f5b8181106106ca575050500390f35b825163ffffffff168452859450602093840193909201916001016106bc565b6106f48183866108de565b3560f81c90815f52600360205261071060405f205415156108fe565b61071982610c59565b600163ffffffff825460201c16019063ffffffff82116107e157836107448361077f93600197610e1f565b805f52600260205260405f2063ffffffff61075e85610968565b165f5260205260405f205415610798575b61077883610968565b9087610b68565b63ffffffff61078e838a610980565b9116905201610698565b805f52600260205260405f2063ffffffff6107b285610968565b165f526020526107dc60405f206107c761086c565b9063ffffffff431682525f6020830152610b22565b61076f565b634e487b7160e01b5f52601160045260245ffd5b60406003198201126100d0576004359160243567ffffffffffffffff81116100d057826023820112156100d05780600401359267ffffffffffffffff84116100d057602484830101116100d0576024019190565b6004359060ff821682036100d057565b6024359063ffffffff821682036100d057565b604051906040820182811067ffffffffffffffff82111761088c57604052565b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761088c57604052565b67ffffffffffffffff811161088c5760051b60200190565b908210156108ea570190565b634e487b7160e01b5f52603260045260245ffd5b1561090557565b60405162461bcd60e51b815260206004820152603560248201527f496e64657852656769737472792e72656769737465724f70657261746f723a206044820152741c5d5bdc9d5b48191bd95cc81b9bdd08195e1a5cdd605a1b6064820152608490fd5b63ffffffff5f199116019063ffffffff82116107e157565b80518210156108ea5760209160051b010190565b90600161099f61086c565b9263ffffffff815416845201546020830152565b80548210156108ea575f5260205f2001905f90565b8054600160401b81101561088c576109e5916001820181556109b3565b610a23578151815460209384015167ffffffffffffffff1990911663ffffffff9290921691909117921b67ffffffff0000000016919091179055565b565b634e487b7160e01b5f525f60045260245ffd5b80548210156108ea575f5260205f209060011b01905f90565b9063ffffffff610a5d61086c565b9254818116845260201c166020830152565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163303610aa157565b60405162461bcd60e51b815260206004820152604d60248201527f496e64657852656769737472792e6f6e6c795265676973747279436f6f72646960448201527f6e61746f723a2063616c6c6572206973206e6f7420746865207265676973747260648201526c3c9031b7b7b93234b730ba37b960991b608482015260a490fd5b8054600160401b81101561088c57610b3f91600182018155610a36565b919091610a235760208163ffffffff8060019451161663ffffffff198554161784550151910155565b9160409063ffffffff60ff7f6ee1e4f4075f3d067176140d34e87874244dd273294c05b2218133e49a2ba6f69486610ba08583610c1d565b80544386169086168103610be35750600101555b1691825f526001602052835f20865f52602052835f2082821683198254161790558351928352166020820152a2565b9050610c1891508383165f526002602052865f208587165f52602052865f20610c0a61086c565b918252896020830152610b22565b610bb4565b60ff165f90815260026020908152604080832063ffffffff9490941683529290522080545f1981019081116107e157610c5591610a36565b5090565b60ff165f90815260036020526040902080545f1981019081116107e157610c55916109b3565b80156107e1575f190190565b60ff1690815f52600360205260405f2054805b610d2b5760405162461bcd60e51b815260206004820152605560248201527f496e64657852656769737472792e5f6f70657261746f72436f756e744174426c60448201527f6f636b4e756d6265723a2071756f72756d20646964206e6f742065786973742060648201527430ba1033b4bb32b710313637b1b590373ab6b132b960591b608482015260a490fd5b825f52600360205260405f205f198201908282116107e157610d509161029b916109b3565b63ffffffff81511663ffffffff84161015610d755750610d6f90610c7f565b80610c9e565b6020015163ffffffff169392505050565b60ff909291921691825f52600260205260405f2063ffffffff82165f5260205260405f2054805b610db957505050505f90565b835f52600260205260405f2063ffffffff83165f5260205260405f205f198201908282116107e157610dee9161052a91610a36565b63ffffffff81511663ffffffff85161015610e135750610e0d90610c7f565b80610dad565b60200151949350505050565b919063ffffffff81541663ffffffff43168091145f14610e615750610a2192509067ffffffff0000000082549160201b169067ffffffff000000001916179055565b91905060ff610a2193165f52600360205263ffffffff60405f2091610e8461086c565b9384521660208301526109c856fea264697066735822122073d69d99b7da3e1c539a955b25cec556431b6a1eda537cde735f5e974534fea364736f6c634300081b00330000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f373042","output":"0x60806040526004361015610011575f80fd5b5f3560e01c8062bff04d1461065957806312d1d74d1461061457806326d941f2146105535780632ed583e5146104b95780636d14a987146104755780638121906f1461043957806389026245146102ca578063a48bb0ac1461024d578063bd29b8cd14610132578063caa3cd7614610118578063e2e68580146100d45763f34109221461009c575f80fd5b346100d05760203660031901126100d057602063ffffffff6100c46100bf610849565b610c59565b54821c16604051908152f35b5f80fd5b346100d05760403660031901126100d05760ff6100ef610849565b165f52600160205260405f206024355f52602052602063ffffffff60405f205416604051908152f35b346100d0575f3660031901126100d05760206040515f8152f35b346100d057610140366107f5565b919061014a610a6f565b4363ffffffff16915f5b84811061015d57005b8061016b60019287866108de565b3560f81c805f52600360205261018660405f205415156108fe565b805f528260205260405f20845f5260205263ffffffff60405f2054166101ab82610c59565b916101ca6101c263ffffffff855460201c16610968565b809483610e1f565b6101d48382610c1d565b928584018963ffffffff8254965416145f14610211575f9150555b828603610200575b50505001610154565b61020992610b68565b8680806101f7565b50815f52600260205263ffffffff60405f2091165f5260205261024860405f2061023961086c565b908a82525f6020830152610b22565b6101ef565b346100d05760403660031901126100d0576102c66102a161029b61026f610849565b60ff610279610859565b915f602061028561086c565b8281520152165f52600360205260405f206109b3565b50610a4f565b60405191829182919091602063ffffffff816040840195828151168552015116910152565b0390f35b346100d05760403660031901126100d0576102e3610849565b6102eb610859565b9063ffffffff6102fb8383610c8b565b1661030d610308826108c6565b6108a0565b9281845261031a826108c6565b602085019390601f19013685375f5b838110610374578486604051918291602083019060208452518091526040830191905f5b81811061035b575050500390f35b825184528594506020938401939092019160010161034d565b6103858363ffffffff831684610d86565b61038f8288610980565b5261039a8187610980565b51156103a857600101610329565b60405162461bcd60e51b815260206004820152605d60248201527f496e64657852656769737472792e6765744f70657261746f724c69737441744260448201527f6c6f636b4e756d6265723a206f70657261746f7220646f6573206e6f7420657860648201527f6973742061742074686520676976656e20626c6f636b206e756d626572000000608482015260a490fd5b346100d05760203660031901126100d0576102c66102a161047061045b610849565b5f602061046661086c565b8281520152610c59565b610a4f565b346100d0575f3660031901126100d0576040517f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03168152602090f35b346100d05760603660031901126100d0576104d2610849565b6104da610859565b6044359163ffffffff831683036100d0576102c6926105309260ff61052a935f602061050461086c565b8281520152165f52600260205263ffffffff60405f2091165f5260205260405f20610a36565b50610994565b60405191829182919091602080604083019463ffffffff81511684520151910152565b346100d05760203660031901126100d05760ff61056e610849565b610576610a6f565b16805f52600360205260405f20546105b5575f5260036020526105b360405f2061059e61086c565b9063ffffffff431682525f60208301526109c8565b005b60405162461bcd60e51b815260206004820152603160248201527f496e64657852656769737472792e63726561746551756f72756d3a2071756f72604482015270756d20616c72656164792065786973747360781b6064820152608490fd5b346100d05760403660031901126100d0576102c6610530610654610636610849565b61063e610859565b905f602061064a61086c565b8281520152610c1d565b610994565b346100d057610667366107f5565b90610670610a6f565b61067c610308836108c6565b92828452610689836108c6565b602085019390601f19013685375f5b8181106106e9578486604051918291602083019060208452518091526040830191905f5b8181106106ca575050500390f35b825163ffffffff168452859450602093840193909201916001016106bc565b6106f48183866108de565b3560f81c90815f52600360205261071060405f205415156108fe565b61071982610c59565b600163ffffffff825460201c16019063ffffffff82116107e157836107448361077f93600197610e1f565b805f52600260205260405f2063ffffffff61075e85610968565b165f5260205260405f205415610798575b61077883610968565b9087610b68565b63ffffffff61078e838a610980565b9116905201610698565b805f52600260205260405f2063ffffffff6107b285610968565b165f526020526107dc60405f206107c761086c565b9063ffffffff431682525f6020830152610b22565b61076f565b634e487b7160e01b5f52601160045260245ffd5b60406003198201126100d0576004359160243567ffffffffffffffff81116100d057826023820112156100d05780600401359267ffffffffffffffff84116100d057602484830101116100d0576024019190565b6004359060ff821682036100d057565b6024359063ffffffff821682036100d057565b604051906040820182811067ffffffffffffffff82111761088c57604052565b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761088c57604052565b67ffffffffffffffff811161088c5760051b60200190565b908210156108ea570190565b634e487b7160e01b5f52603260045260245ffd5b1561090557565b60405162461bcd60e51b815260206004820152603560248201527f496e64657852656769737472792e72656769737465724f70657261746f723a206044820152741c5d5bdc9d5b48191bd95cc81b9bdd08195e1a5cdd605a1b6064820152608490fd5b63ffffffff5f199116019063ffffffff82116107e157565b80518210156108ea5760209160051b010190565b90600161099f61086c565b9263ffffffff815416845201546020830152565b80548210156108ea575f5260205f2001905f90565b8054600160401b81101561088c576109e5916001820181556109b3565b610a23578151815460209384015167ffffffffffffffff1990911663ffffffff9290921691909117921b67ffffffff0000000016919091179055565b565b634e487b7160e01b5f525f60045260245ffd5b80548210156108ea575f5260205f209060011b01905f90565b9063ffffffff610a5d61086c565b9254818116845260201c166020830152565b7f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03163303610aa157565b60405162461bcd60e51b815260206004820152604d60248201527f496e64657852656769737472792e6f6e6c795265676973747279436f6f72646960448201527f6e61746f723a2063616c6c6572206973206e6f7420746865207265676973747260648201526c3c9031b7b7b93234b730ba37b960991b608482015260a490fd5b8054600160401b81101561088c57610b3f91600182018155610a36565b919091610a235760208163ffffffff8060019451161663ffffffff198554161784550151910155565b9160409063ffffffff60ff7f6ee1e4f4075f3d067176140d34e87874244dd273294c05b2218133e49a2ba6f69486610ba08583610c1d565b80544386169086168103610be35750600101555b1691825f526001602052835f20865f52602052835f2082821683198254161790558351928352166020820152a2565b9050610c1891508383165f526002602052865f208587165f52602052865f20610c0a61086c565b918252896020830152610b22565b610bb4565b60ff165f90815260026020908152604080832063ffffffff9490941683529290522080545f1981019081116107e157610c5591610a36565b5090565b60ff165f90815260036020526040902080545f1981019081116107e157610c55916109b3565b80156107e1575f190190565b60ff1690815f52600360205260405f2054805b610d2b5760405162461bcd60e51b815260206004820152605560248201527f496e64657852656769737472792e5f6f70657261746f72436f756e744174426c60448201527f6f636b4e756d6265723a2071756f72756d20646964206e6f742065786973742060648201527430ba1033b4bb32b710313637b1b590373ab6b132b960591b608482015260a490fd5b825f52600360205260405f205f198201908282116107e157610d509161029b916109b3565b63ffffffff81511663ffffffff84161015610d755750610d6f90610c7f565b80610c9e565b6020015163ffffffff169392505050565b60ff909291921691825f52600260205260405f2063ffffffff82165f5260205260405f2054805b610db957505050505f90565b835f52600260205260405f2063ffffffff83165f5260205260405f205f198201908282116107e157610dee9161052a91610a36565b63ffffffff81511663ffffffff85161015610e135750610e0d90610c7f565b80610dad565b60200151949350505050565b919063ffffffff81541663ffffffff43168091145f14610e615750610a2192509067ffffffff0000000082549160201b169067ffffffff000000001916179055565b91905060ff610a2193165f52600360205263ffffffff60405f2091610e8461086c565b9384521660208301526109c856fea264697066735822122073d69d99b7da3e1c539a955b25cec556431b6a1eda537cde735f5e974534fea364736f6c634300081b0033","gas_used":781057,"gas_limit":1050655,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x60806040526004361015610011575f80fd5b5f3560e01c8062bff04d1461065957806312d1d74d1461061457806326d941f2146105535780632ed583e5146104b95780636d14a987146104755780638121906f1461043957806389026245146102ca578063a48bb0ac1461024d578063bd29b8cd14610132578063caa3cd7614610118578063e2e68580146100d45763f34109221461009c575f80fd5b346100d05760203660031901126100d057602063ffffffff6100c46100bf610849565b610c59565b54821c16604051908152f35b5f80fd5b346100d05760403660031901126100d05760ff6100ef610849565b165f52600160205260405f206024355f52602052602063ffffffff60405f205416604051908152f35b346100d0575f3660031901126100d05760206040515f8152f35b346100d057610140366107f5565b919061014a610a6f565b4363ffffffff16915f5b84811061015d57005b8061016b60019287866108de565b3560f81c805f52600360205261018660405f205415156108fe565b805f528260205260405f20845f5260205263ffffffff60405f2054166101ab82610c59565b916101ca6101c263ffffffff855460201c16610968565b809483610e1f565b6101d48382610c1d565b928584018963ffffffff8254965416145f14610211575f9150555b828603610200575b50505001610154565b61020992610b68565b8680806101f7565b50815f52600260205263ffffffff60405f2091165f5260205261024860405f2061023961086c565b908a82525f6020830152610b22565b6101ef565b346100d05760403660031901126100d0576102c66102a161029b61026f610849565b60ff610279610859565b915f602061028561086c565b8281520152165f52600360205260405f206109b3565b50610a4f565b60405191829182919091602063ffffffff816040840195828151168552015116910152565b0390f35b346100d05760403660031901126100d0576102e3610849565b6102eb610859565b9063ffffffff6102fb8383610c8b565b1661030d610308826108c6565b6108a0565b9281845261031a826108c6565b602085019390601f19013685375f5b838110610374578486604051918291602083019060208452518091526040830191905f5b81811061035b575050500390f35b825184528594506020938401939092019160010161034d565b6103858363ffffffff831684610d86565b61038f8288610980565b5261039a8187610980565b51156103a857600101610329565b60405162461bcd60e51b815260206004820152605d60248201527f496e64657852656769737472792e6765744f70657261746f724c69737441744260448201527f6c6f636b4e756d6265723a206f70657261746f7220646f6573206e6f7420657860648201527f6973742061742074686520676976656e20626c6f636b206e756d626572000000608482015260a490fd5b346100d05760203660031901126100d0576102c66102a161047061045b610849565b5f602061046661086c565b8281520152610c59565b610a4f565b346100d0575f3660031901126100d0576040517f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03168152602090f35b346100d05760603660031901126100d0576104d2610849565b6104da610859565b6044359163ffffffff831683036100d0576102c6926105309260ff61052a935f602061050461086c565b8281520152165f52600260205263ffffffff60405f2091165f5260205260405f20610a36565b50610994565b60405191829182919091602080604083019463ffffffff81511684520151910152565b346100d05760203660031901126100d05760ff61056e610849565b610576610a6f565b16805f52600360205260405f20546105b5575f5260036020526105b360405f2061059e61086c565b9063ffffffff431682525f60208301526109c8565b005b60405162461bcd60e51b815260206004820152603160248201527f496e64657852656769737472792e63726561746551756f72756d3a2071756f72604482015270756d20616c72656164792065786973747360781b6064820152608490fd5b346100d05760403660031901126100d0576102c6610530610654610636610849565b61063e610859565b905f602061064a61086c565b8281520152610c1d565b610994565b346100d057610667366107f5565b90610670610a6f565b61067c610308836108c6565b92828452610689836108c6565b602085019390601f19013685375f5b8181106106e9578486604051918291602083019060208452518091526040830191905f5b8181106106ca575050500390f35b825163ffffffff168452859450602093840193909201916001016106bc565b6106f48183866108de565b3560f81c90815f52600360205261071060405f205415156108fe565b61071982610c59565b600163ffffffff825460201c16019063ffffffff82116107e157836107448361077f93600197610e1f565b805f52600260205260405f2063ffffffff61075e85610968565b165f5260205260405f205415610798575b61077883610968565b9087610b68565b63ffffffff61078e838a610980565b9116905201610698565b805f52600260205260405f2063ffffffff6107b285610968565b165f526020526107dc60405f206107c761086c565b9063ffffffff431682525f6020830152610b22565b61076f565b634e487b7160e01b5f52601160045260245ffd5b60406003198201126100d0576004359160243567ffffffffffffffff81116100d057826023820112156100d05780600401359267ffffffffffffffff84116100d057602484830101116100d0576024019190565b6004359060ff821682036100d057565b6024359063ffffffff821682036100d057565b604051906040820182811067ffffffffffffffff82111761088c57604052565b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761088c57604052565b67ffffffffffffffff811161088c5760051b60200190565b908210156108ea570190565b634e487b7160e01b5f52603260045260245ffd5b1561090557565b60405162461bcd60e51b815260206004820152603560248201527f496e64657852656769737472792e72656769737465724f70657261746f723a206044820152741c5d5bdc9d5b48191bd95cc81b9bdd08195e1a5cdd605a1b6064820152608490fd5b63ffffffff5f199116019063ffffffff82116107e157565b80518210156108ea5760209160051b010190565b90600161099f61086c565b9263ffffffff815416845201546020830152565b80548210156108ea575f5260205f2001905f90565b8054600160401b81101561088c576109e5916001820181556109b3565b610a23578151815460209384015167ffffffffffffffff1990911663ffffffff9290921691909117921b67ffffffff0000000016919091179055565b565b634e487b7160e01b5f525f60045260245ffd5b80548210156108ea575f5260205f209060011b01905f90565b9063ffffffff610a5d61086c565b9254818116845260201c166020830152565b7f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03163303610aa157565b60405162461bcd60e51b815260206004820152604d60248201527f496e64657852656769737472792e6f6e6c795265676973747279436f6f72646960448201527f6e61746f723a2063616c6c6572206973206e6f7420746865207265676973747260648201526c3c9031b7b7b93234b730ba37b960991b608482015260a490fd5b8054600160401b81101561088c57610b3f91600182018155610a36565b919091610a235760208163ffffffff8060019451161663ffffffff198554161784550151910155565b9160409063ffffffff60ff7f6ee1e4f4075f3d067176140d34e87874244dd273294c05b2218133e49a2ba6f69486610ba08583610c1d565b80544386169086168103610be35750600101555b1691825f526001602052835f20865f52602052835f2082821683198254161790558351928352166020820152a2565b9050610c1891508383165f526002602052865f208587165f52602052865f20610c0a61086c565b918252896020830152610b22565b610bb4565b60ff165f90815260026020908152604080832063ffffffff9490941683529290522080545f1981019081116107e157610c5591610a36565b5090565b60ff165f90815260036020526040902080545f1981019081116107e157610c55916109b3565b80156107e1575f190190565b60ff1690815f52600360205260405f2054805b610d2b5760405162461bcd60e51b815260206004820152605560248201527f496e64657852656769737472792e5f6f70657261746f72436f756e744174426c60448201527f6f636b4e756d6265723a2071756f72756d20646964206e6f742065786973742060648201527430ba1033b4bb32b710313637b1b590373ab6b132b960591b608482015260a490fd5b825f52600360205260405f205f198201908282116107e157610d509161029b916109b3565b63ffffffff81511663ffffffff84161015610d755750610d6f90610c7f565b80610c9e565b6020015163ffffffff169392505050565b60ff909291921691825f52600260205260405f2063ffffffff82165f5260205260405f2054805b610db957505050505f90565b835f52600260205260405f2063ffffffff83165f5260205260405f205f198201908282116107e157610dee9161052a91610a36565b63ffffffff81511663ffffffff85161015610e135750610e0d90610c7f565b80610dad565b60200151949350505050565b919063ffffffff81541663ffffffff43168091145f14610e615750610a2192509067ffffffff0000000082549160201b169067ffffffff000000001916179055565b91905060ff610a2193165f52600360205263ffffffff60405f2091610e8461086c565b9384521660208301526109c856fea264697066735822122073d69d99b7da3e1c539a955b25cec556431b6a1eda537cde735f5e974534fea364736f6c634300081b0033","nonce":41,"gas_used":898663},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xdb667","logs":[{"address":"0x4826533b4897376654bb4d4ad88b7fafd0c98528","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000080000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000"},"block_hash":"0xd1c1ff17c34ffde20d271d844379d95619f2b91fabf1aeec5ae876e97b1a7b82","block_number":25},{"info":{"transaction_hash":"0x7402c94d22bb1d63ba35832d15b7204decc26aef6bc2569e8654b82bda594164","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000009dcce783b6464611f38631e6c851bf441907c7100000000000000000000000000000000000000000000000004947aeb13928ba0c","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710"],"data":"0x0000000000000000000000000000000000000000000000004947aeb13928ba0c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":192,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710"],"data":"0x0000000000000000000000000000000000000000000000004947aeb13928ba0c"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000400000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000008000000000000000000000000000000000000000000"},"block_hash":"0x6a1642cd592dd86697fd0355238fb79a8423b87d71d106bf45623c944ca639f0","block_number":167},{"info":{"transaction_hash":"0x9009296a0b418bbcbacc06be8a6534a223c7f51ded18cf7e07011080cc7d6346","transaction_index":0,"from":"0x8626f6940e2eb28930efb4cef49b2d1f2c9c1199","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x8626f6940e2eb28930efb4cef49b2d1f2c9c1199","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199"],"data":"0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c119900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199"],"data":"0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c119900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313900000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199"],"data":"0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c119900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199"],"data":"0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c119900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313900000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000108000000000002000000000000000000000000000000000000000000000000000000000000000000000000002400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x68e2dc974b72845a876d3848ca42f957fbcde4a1716ed8eadb3c8873c871a48b","block_number":276},{"info":{"transaction_hash":"0xa1871ffcb9b78af39b96afc6acc3706b6eff297a1672a1d492c0ebd1199c3ae0","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":68,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x751ed399cbfeedd815f1997b900c7b233441d61d993cc60d6db85629021bb058","block_number":43},{"info":{"transaction_hash":"0x5782f2dbc5af8ed23111ec93a6a71c4d83cfd5ae7cdd1958fcb0477c2ba625cf","transaction_index":0,"from":"0xa0ec9ee47802ceb56eb58ce80f3e41630b771b04","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xa0ec9ee47802ceb56eb58ce80f3e41630b771b04","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000129529541e807c45","output":"0x000000000000000000000000000000000000000000000000129529541e807c45","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000129529541e807c45","output":"0x000000000000000000000000000000000000000000000000129529541e807c45","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b040000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000129529541e807c45"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000129529541e807c45","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000129529541e807c45"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000129529541e807c45","output":"0x000000000000000000000000000000000000000000000000129529541e807c45","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000129529541e807c45","output":"0x000000000000000000000000000000000000000000000000129529541e807c45","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000f5795dd92a6cb1665","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000f5795dd92a6cb1665","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000129529541e807c45","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000129529541e807c45","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04"],"data":"0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000129529541e807c45"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000129529541e807c45","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000129529541e807c45"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b040000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000129529541e807c45"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04"],"data":"0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000129529541e807c45"}],"logsBloom":"0x00000000000000000000000000010004000000000000000020000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x4937272b3bde43f150a912ff3a868359dc38bc3e55c31093310b89246763d4d5","block_number":347},{"info":{"transaction_hash":"0x5a9ffe56a432f50b9e8ca66637a31000a26b531df0e544d924901bb44f6c26e4","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04000000000000000000000000000000000000000000000000129529541e807c45","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04"],"data":"0x000000000000000000000000000000000000000000000000129529541e807c45"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":217,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04"],"data":"0x000000000000000000000000000000000000000000000000129529541e807c45"}],"logsBloom":"0x00000000000000000000000000010000000000000000000020000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xc568428477180e515a25fee32ef420122f1a616e32d90095ebb2323c77d28018","block_number":192},{"info":{"transaction_hash":"0x9b3aefa0cedd0d0427185ef1ac64a2063787531a6170da31d67baf04a7564ea6","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe0000000000000000000000000000000000000000000000006ceb59830bfc8ad2","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe"],"data":"0x0000000000000000000000000000000000000000000000006ceb59830bfc8ad2"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":185,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe"],"data":"0x0000000000000000000000000000000000000000000000006ceb59830bfc8ad2"}],"logsBloom":"0x00000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000040000000002000000000000004200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xc6ce4bf4f775a4e9392d192a45cfc519eda38c9eed5d0a4826f189d4367c2594","block_number":160},{"info":{"transaction_hash":"0x5d2b7898b7a13c7214d2e05586b1fa9a06be6ede10e9744d93de39cbb9f071aa","transaction_index":0,"from":"0x7d86687f980a56b832e9378952b738b614a99dc6","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x7d86687f980a56b832e9378952b738b614a99dc6","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000598aed7205272e87","output":"0x000000000000000000000000000000000000000000000000598aed7205272e87","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000598aed7205272e87","output":"0x000000000000000000000000000000000000000000000000598aed7205272e87","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc60000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000598aed7205272e87"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000598aed7205272e87","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000598aed7205272e87"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000598aed7205272e87","output":"0x000000000000000000000000000000000000000000000000598aed7205272e87","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000598aed7205272e87","output":"0x000000000000000000000000000000000000000000000000598aed7205272e87","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000b5bbff13a35adb655","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000b5bbff13a35adb655","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000598aed7205272e87","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000598aed7205272e87","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6"],"data":"0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000598aed7205272e87"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000598aed7205272e87","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000598aed7205272e87"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc60000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000598aed7205272e87"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6"],"data":"0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000598aed7205272e87"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000100010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010001000000000000000000000001010000802000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x6ecc9d4badf9e37bbe09d771138607d1b93098892ac205c4663016962f0fa9a1","block_number":317},{"info":{"transaction_hash":"0xa21b45b1a4265f8f45e37fd6ecffc82fa78a85711acc4fddedd5af1bbcd2b658","transaction_index":0,"from":"0x6c8ea11559dfe79ae3dbdd6a67b47f61b929398f","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x6c8ea11559dfe79ae3dbdd6a67b47f61b929398f","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000015f9186533eda559","output":"0x00000000000000000000000000000000000000000000000015f9186533eda559","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000015f9186533eda559","output":"0x00000000000000000000000000000000000000000000000015f9186533eda559","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000015f9186533eda559"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000015f9186533eda559","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000015f9186533eda559"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000015f9186533eda559","output":"0x00000000000000000000000000000000000000000000000015f9186533eda559","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000015f9186533eda559","output":"0x00000000000000000000000000000000000000000000000015f9186533eda559","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001a1fd3214111e4251b","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001a1fd3214111e4251b","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000015f9186533eda559","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000015f9186533eda559","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f"],"data":"0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000015f9186533eda559"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000015f9186533eda559","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000015f9186533eda559"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000015f9186533eda559"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f"],"data":"0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000015f9186533eda559"}],"logsBloom":"0x00000008000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000001000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000004000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xd81260f590ad337f73c7b3d050ef3fc0348834a6936f9b5bdac18a177d67c193","block_number":421},{"info":{"transaction_hash":"0x71ad177c498ba25368a3c24d5f56ef33b7ec029da2fc98c1b0d6b8df8c886a8d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51000000000000000000000000000000000000000000000000749bda47f696ad25","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51"],"data":"0x000000000000000000000000000000000000000000000000749bda47f696ad25"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":215,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51"],"data":"0x000000000000000000000000000000000000000000000000749bda47f696ad25"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000200000000000000000000000000000000008000000000000000000000000000000000000000000000000000000004000000100000000000000000000000000000010000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xc0149ab21b0d47fa1b9e3ac276831df3af060ee812e5fdc94ae6bb9fa83ee113","block_number":190},{"info":{"transaction_hash":"0x1c05d58d67eea52c7e4839246f4f5a42ab5d8de443d56ae2dc82e64ea0141188","transaction_index":0,"from":"0xcbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xcbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23"],"data":"0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c2300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23"],"data":"0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c2300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393500000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23"],"data":"0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c2300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23"],"data":"0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c2300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000cbdc0f9a4c38f1e010bd3b6e43598a55d1868c23"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393500000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000010000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000080000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0xa17f59b79610241a908b4d63e121ff1ca018a73fdf963ccaf18e7cfa46fb7fe2","block_number":428},{"info":{"transaction_hash":"0xa15adfc36d268a5971f582b4ba77fa1debba47f1f95d42cf6c4074065e655090","transaction_index":0,"from":"0x15d34aaf54267db7d7c367839aaf71a00a2c6a65","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x15d34aaf54267db7d7c367839aaf71a00a2c6a65","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e5900000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f34","output":"0x","gas_used":114387,"gas_limit":166570,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e5900000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f34","output":"0x","gas_used":107044,"gas_limit":156777,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65"],"data":"0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a6500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65"],"data":"0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a6500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f34"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":77688,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69310,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65128,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":56947,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":136879},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x216af","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65"],"data":"0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a6500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65"],"data":"0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a6500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f34"}],"logsBloom":"0x00000010048000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000100000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000004000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x0bc67a57232ade1b13a1d5ef56f8371214cb182b3f9cbde4f9f08e6810dd9fc4","block_number":246},{"info":{"transaction_hash":"0xc15d7daf97d6afe32c79d1c8e70cde692cfb90d7b9eca1cad00a71cdb394bdcc","transaction_index":0,"from":"0x9eaf5590f2c84912a08de97fa28d0529361deb9e","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9eaf5590f2c84912a08de97fa28d0529361deb9e","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e"],"data":"0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e"],"data":"0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333700000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e"],"data":"0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e"],"data":"0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333700000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000800000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000004000000000000100000000000000000000000000000000000000000000000000000000000000000000010000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x8f40c850970af56748392a0fc1e652514b8699a8bfdeb3bbe3dd99a0257e5fd6","block_number":312},{"info":{"transaction_hash":"0x8c3b346740221a90a6864836bb950ae806ef350f7106a21e5bf6c03bb1af64de","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xcbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xcbdc0f9a4c38f1e010bd3b6e43598a55d1868c23","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":158,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x51cbdfb22c074fdea910b40fa5ffc2f82b8a4397f2771776f18af7e0cdec34b3","block_number":133},{"info":{"transaction_hash":"0x454436c05f1792087369cec20cd3a89084ce3b3d5e06e3eef6224f8c0fe8f49e","transaction_index":0,"from":"0x9e126c57330fa71556628e0aabd6b6b6783d99fa","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9e126c57330fa71556628e0aabd6b6b6783d99fa","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa"],"data":"0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa"],"data":"0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373900000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa"],"data":"0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa"],"data":"0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373900000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000100000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000040000000000000000101000000000000000020000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x2054d7d7e20db00d719491016d65cf3eb2bf878e43677a6950972a1fa959d95f","block_number":396},{"info":{"transaction_hash":"0xf47b236363c8bc102292f58edb815f5d70ed534593c692082d780102596baea2","transaction_index":0,"from":"0x924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a"],"data":"0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a"],"data":"0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363300000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a"],"data":"0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a"],"data":"0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363300000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000100001000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000020000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x49fb2da70dfda117bb46cc07f85e0b70932ef308f223e179c78c0a510e7af243","block_number":364},{"info":{"transaction_hash":"0x68ea7520324bbc8db489695baf5ac95958dbcce084dcbee7e63d738b737410e4","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e0000000000000000000000000000000000000000000000003eb75af02a4d70a3","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e"],"data":"0x0000000000000000000000000000000000000000000000003eb75af02a4d70a3"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":180,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e"],"data":"0x0000000000000000000000000000000000000000000000003eb75af02a4d70a3"}],"logsBloom":"0x00000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008800000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000040000000"},"block_hash":"0x32e19a601425e960680afba244de0bac0cac4ecf109bc25c5a50e446705645c9","block_number":155},{"info":{"transaction_hash":"0x17b0e891ac1f12d5fc2d43b8a1666d596d16a08b01917c245187b58dbe2a02f6","transaction_index":0,"from":"0xe77478d9e136d3643cfc6fef578abf63f9ab91b1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xe77478d9e136d3643cfc6fef578abf63f9ab91b1","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000005777c6e94b74fd0f","output":"0x0000000000000000000000000000000000000000000000005777c6e94b74fd0f","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000005777c6e94b74fd0f","output":"0x0000000000000000000000000000000000000000000000005777c6e94b74fd0f","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b10000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005777c6e94b74fd0f"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005777c6e94b74fd0f","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000005777c6e94b74fd0f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000005777c6e94b74fd0f","output":"0x0000000000000000000000000000000000000000000000005777c6e94b74fd0f","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000005777c6e94b74fd0f","output":"0x0000000000000000000000000000000000000000000000005777c6e94b74fd0f","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001a09da08dbddf67fc2","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001a09da08dbddf67fc2","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005777c6e94b74fd0f","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005777c6e94b74fd0f","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1"],"data":"0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005777c6e94b74fd0f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000005777c6e94b74fd0f","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000005777c6e94b74fd0f"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b10000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005777c6e94b74fd0f"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1"],"data":"0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005777c6e94b74fd0f"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000080000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000800000000081000000000100000000000000"},"block_hash":"0xb1707970a8bba9bc6f65bfefa7f84de2ea8f0f84eb746e5352e3841657cb1fd1","block_number":419},{"info":{"transaction_hash":"0xab45d82f38ba82cc092130fa2edf98d35b625411e27c628610071cf4f09d2a48","transaction_index":0,"from":"0x586af62eae7f447d14d25f53918814e04d3a5ba4","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x586af62eae7f447d14d25f53918814e04d3a5ba4","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4"],"data":"0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4"],"data":"0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383300000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4"],"data":"0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4"],"data":"0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383300000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008080020100000020000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000800000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x9e65b67adf5aef3a6746dfcf262396e7ea9b902ac266bf33ce479b1621e708c0","block_number":404},{"info":{"transaction_hash":"0x5162c4e9e8c9f622b75d3ddcb1260a61a71453d97b6cd48795e8409f0ddf54ad","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f00000000000000000000000000000000000000000000000015f9186533eda559","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f"],"data":"0x00000000000000000000000000000000000000000000000015f9186533eda559"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":254,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f"],"data":"0x00000000000000000000000000000000000000000000000015f9186533eda559"}],"logsBloom":"0x00000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000001000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xf8c53f0ca4af2816aac98db9a2d7e98a1d423f71308d3c36cc0db3b65d18b5a3","block_number":229},{"info":{"transaction_hash":"0x07c7e5161035f8a0e1eb1ea5a38803d03c9ebc1f24ac71f38a193e552068a22e","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000df37f81daad2b0327a0a50003740e1c935c709130000000000000000000000000000000000000000000000006ffccceb49d04f1d","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":49313,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913"],"data":"0x0000000000000000000000000000000000000000000000006ffccceb49d04f1d"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":188,"gas_used":51373},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8ad","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913"],"data":"0x0000000000000000000000000000000000000000000000006ffccceb49d04f1d"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000020000000000000000000000000000000000000000000800000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x3995eef74ed29e2bdd73ba1022639e3139282070a260ebd48d6f51f6a781de97","block_number":163},{"info":{"transaction_hash":"0xbd908480b01f84ed343f504fd704c3a5a90da7091ed15e176dcc712d6a3014a8","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x08135da0a343e492fa2d4282f2ae34c6c5cc1bbe","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x08135da0a343e492fa2d4282f2ae34c6c5cc1bbe","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":85,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x670f3a2c39ee6b0808cc679d55b612730c7e79885083813ba2cd9a331fd3ce47","block_number":60},{"info":{"transaction_hash":"0xed030493a0222d285691680a5304dcf0bdb6d5685ea655a41e14e438e993b61f","transaction_index":0,"from":"0x5e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x5e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007beb33e25ef5e098","output":"0x0000000000000000000000000000000000000000000000007beb33e25ef5e098","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007beb33e25ef5e098","output":"0x0000000000000000000000000000000000000000000000007beb33e25ef5e098","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f10000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007beb33e25ef5e098"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007beb33e25ef5e098","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000007beb33e25ef5e098"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007beb33e25ef5e098","output":"0x0000000000000000000000000000000000000000000000007beb33e25ef5e098","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007beb33e25ef5e098","output":"0x0000000000000000000000000000000000000000000000007beb33e25ef5e098","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000006e224877fbedb4156","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000006e224877fbedb4156","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007beb33e25ef5e098","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007beb33e25ef5e098","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1"],"data":"0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007beb33e25ef5e098"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000007beb33e25ef5e098","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000007beb33e25ef5e098"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f10000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007beb33e25ef5e098"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1"],"data":"0x0000000000000000000000005e661b79fe2d3f6ce70f5aac07d8cd9abb2743f1000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007beb33e25ef5e098"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040020000000000000000000000000000000000000000000000000000010000000000000008000008000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xccfa30ad31cdfa54658e2e539d4c4079cd9566a15941700f56231f302e861d06","block_number":285},{"info":{"transaction_hash":"0x1c94be5d3139b51defdd13b23d76f3d5796870739112fdd7fcc2910fe78497d2","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x71be63f3384f5fb98995898a86b02fb2426c5788","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x71be63f3384f5fb98995898a86b02fb2426c5788","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":74,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x4e9ca638c783f42b420f76c182251cda38256e02ed85eb0bcb9a702df86c6b3d","block_number":49},{"info":{"transaction_hash":"0xd145c5490551d99ca046239e858be458031016af576fa1b7d90044080050e7aa","transaction_index":0,"from":"0x08135da0a343e492fa2d4282f2ae34c6c5cc1bbe","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x08135da0a343e492fa2d4282f2ae34c6c5cc1bbe","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006ceb59830bfc8ad2","output":"0x0000000000000000000000000000000000000000000000006ceb59830bfc8ad2","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006ceb59830bfc8ad2","output":"0x0000000000000000000000000000000000000000000000006ceb59830bfc8ad2","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006ceb59830bfc8ad2"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006ceb59830bfc8ad2","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000006ceb59830bfc8ad2"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006ceb59830bfc8ad2","output":"0x0000000000000000000000000000000000000000000000006ceb59830bfc8ad2","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006ceb59830bfc8ad2","output":"0x0000000000000000000000000000000000000000000000006ceb59830bfc8ad2","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000066639539d5fe560be","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000066639539d5fe560be","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006ceb59830bfc8ad2","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006ceb59830bfc8ad2","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe"],"data":"0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006ceb59830bfc8ad2"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000006ceb59830bfc8ad2","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000006ceb59830bfc8ad2"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006ceb59830bfc8ad2"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe"],"data":"0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006ceb59830bfc8ad2"}],"logsBloom":"0x00000000000000020000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000040000000000020000000000005200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xec1cc14bb2c9667cde3f08e5e5805179594dd7eed0f0adbac2c4f3c1478e8f9d","block_number":283},{"info":{"transaction_hash":"0x86d45281923e1caba0e21805980aae9c72106636f0084b6a8e8d9446a200b4b7","transaction_index":0,"from":"0x976ea74026e726554db657fa54763abd0c3a0aa9","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x976ea74026e726554db657fa54763abd0c3a0aa9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000086759309fd1fd327","output":"0x00000000000000000000000000000000000000000000000086759309fd1fd327","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000086759309fd1fd327","output":"0x00000000000000000000000000000000000000000000000086759309fd1fd327","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa90000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000086759309fd1fd327"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000086759309fd1fd327","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000086759309fd1fd327"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000086759309fd1fd327","output":"0x00000000000000000000000000000000000000000000000086759309fd1fd327","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000086759309fd1fd327","output":"0x00000000000000000000000000000000000000000000000086759309fd1fd327","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000023f74ef8259b71c10","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000023f74ef8259b71c10","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000086759309fd1fd327","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000086759309fd1fd327","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9"],"data":"0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000086759309fd1fd327"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000086759309fd1fd327","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000086759309fd1fd327"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa90000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000086759309fd1fd327"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9"],"data":"0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000086759309fd1fd327"}],"logsBloom":"0x00000000000000000000000000000004000000040200000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001181000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x6d84373c67b427cf81290a25b1998036103dd07b5337ffcecbf1382b1ced4d9a","block_number":251},{"info":{"transaction_hash":"0x5b3a840a31cda7f3f56907efc3a5145354c882c9c7f11644ddc1684ce4e4eade","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xdfd99099fa13541a64aee9aad61c0dbf3d32d492","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xdfd99099fa13541a64aee9aad61c0dbf3d32d492","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":129,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x746ad9801cd31d825cc8d0595d3537ea4d7e18a31cc7b26f3bd25b5a28215229","block_number":104},{"info":{"transaction_hash":"0x9a6027a5bba5c5c8f69eb8633bbe5071f1dcc4527ead18907393d841e880d0ba","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f0000000000000000000000000000000000000000000000001c712bd73fa1ed3c","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f"],"data":"0x0000000000000000000000000000000000000000000000001c712bd73fa1ed3c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":171,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000023618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f"],"data":"0x0000000000000000000000000000000000000000000000001c712bd73fa1ed3c"}],"logsBloom":"0x00800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000008000000000"},"block_hash":"0xd69986f28eb4e0bfd7e7ce78102a4d6aa099da25f1acfb714f5dcacbb5cb6633","block_number":146},{"info":{"transaction_hash":"0x26398c32d8768b7251878681cd0d9eb793c87c251ae3d11da39020d49787e4e3","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c00000000000000000000000000000000000000000000000001bd4943ef7e051c3","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0"],"data":"0x0000000000000000000000000000000000000000000000001bd4943ef7e051c3"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":228,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0"],"data":"0x0000000000000000000000000000000000000000000000001bd4943ef7e051c3"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000020008000000000000000000000000000000000000400000000000000000000000000100000000000000000002000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x79a8f23081863480a678624277a7ac9b67b3872e63b38b02d2bac758f2d96a71","block_number":203},{"info":{"transaction_hash":"0x93f18dead5454277fec1820a71cae1a6b3818cc80f36c2d15931f41cfe9c6705","transaction_index":0,"from":"0x2546bcd3c84621e976d8185a91a922ae77ecec30","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x2546bcd3c84621e976d8185a91a922ae77ecec30","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000012f18e79c1965b98","output":"0x00000000000000000000000000000000000000000000000012f18e79c1965b98","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000012f18e79c1965b98","output":"0x00000000000000000000000000000000000000000000000012f18e79c1965b98","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec300000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000012f18e79c1965b98"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000012f18e79c1965b98","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000012f18e79c1965b98"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000012f18e79c1965b98","output":"0x00000000000000000000000000000000000000000000000012f18e79c1965b98","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000012f18e79c1965b98","output":"0x00000000000000000000000000000000000000000000000012f18e79c1965b98","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000496974ad4494baa2d","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000496974ad4494baa2d","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000012f18e79c1965b98","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000012f18e79c1965b98","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30"],"data":"0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000012f18e79c1965b98"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000012f18e79c1965b98","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000012f18e79c1965b98"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec300000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000012f18e79c1965b98"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30"],"data":"0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000012f18e79c1965b98"}],"logsBloom":"0x00000000000000000000000000000004000002000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000008000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000100000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xabfaf8a9ef9fc3563ee1c450a16e6a1cc72168b0aa485e500489d0fe22746ce2","block_number":271},{"info":{"transaction_hash":"0x2a8a9d71b2918c19a2398db8884ba6e3b427a5759a8b00969fade861df3b2851","transaction_index":0,"from":"0x14dc79964da2c08b23698b3d3cc7ca32193d9955","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x14dc79964da2c08b23698b3d3cc7ca32193d9955","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e5900000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f37","output":"0x","gas_used":114387,"gas_limit":166570,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e5900000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f37","output":"0x","gas_used":107044,"gas_limit":156777,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955"],"data":"0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d995500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955"],"data":"0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d995500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f37"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":77688,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69310,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65128,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":56947,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":136879},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x216af","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955"],"data":"0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d995500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955"],"data":"0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d995500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f37"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000400000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000002000000000400000000000000000000000000000101000000000000000000000040000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x8db831b4f90d717a72dca3b96a6c8e533f23a568eb62f78526c664ab97efa0fa","block_number":252},{"info":{"transaction_hash":"0x82871738901532b96f3e3acdc75f39153c6a8d3497046ffea634b38c0a4fb81e","transaction_index":0,"from":"0xd4a1e660c916855229e1712090ccfd8a424a2e33","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xd4a1e660c916855229e1712090ccfd8a424a2e33","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000051f08614c35c92fb","output":"0x00000000000000000000000000000000000000000000000051f08614c35c92fb","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000051f08614c35c92fb","output":"0x00000000000000000000000000000000000000000000000051f08614c35c92fb","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e330000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000051f08614c35c92fb"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000051f08614c35c92fb","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000051f08614c35c92fb"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000051f08614c35c92fb","output":"0x00000000000000000000000000000000000000000000000051f08614c35c92fb","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000051f08614c35c92fb","output":"0x00000000000000000000000000000000000000000000000051f08614c35c92fb","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000e50b033379961af15","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000e50b033379961af15","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000051f08614c35c92fb","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000051f08614c35c92fb","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33"],"data":"0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000051f08614c35c92fb"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000051f08614c35c92fb","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000051f08614c35c92fb"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e330000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000051f08614c35c92fb"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33"],"data":"0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000051f08614c35c92fb"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000080000000000000000000000000000000000000000000000000000000010000000000200000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000041200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x0be7cf901b2d6f774a84e0813745991a6dd7d7b6bbf365157ea6ecf797b49799","block_number":337},{"info":{"transaction_hash":"0x91cd626d25d1b6bd143d6d42fd4c04078bd0d64011c87f481db3e11ff0896ffa","transaction_index":0,"from":"0xe141c82d99d85098e03e1a1cc1cde676556fdde0","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xe141c82d99d85098e03e1a1cc1cde676556fdde0","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0"],"data":"0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0"],"data":"0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343200000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0"],"data":"0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0"],"data":"0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343200000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000004000000000008000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0xdbe41cb429440ca1997d23bb023a305b8bd37d70171c8ffa7331ac46c79f8cde","block_number":322},{"info":{"transaction_hash":"0x4e2062e6cf08180b9a5ccc7fd3e8def69da21f8fd3014af30205d14312ee53bd","transaction_index":0,"from":"0x145e2dc5c8238d1be628f87076a37d4a26a78544","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x145e2dc5c8238d1be628f87076a37d4a26a78544","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001b5c36f1c8de7aff","output":"0x0000000000000000000000000000000000000000000000001b5c36f1c8de7aff","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001b5c36f1c8de7aff","output":"0x0000000000000000000000000000000000000000000000001b5c36f1c8de7aff","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a785440000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001b5c36f1c8de7aff"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001b5c36f1c8de7aff","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000001b5c36f1c8de7aff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001b5c36f1c8de7aff","output":"0x0000000000000000000000000000000000000000000000001b5c36f1c8de7aff","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001b5c36f1c8de7aff","output":"0x0000000000000000000000000000000000000000000000001b5c36f1c8de7aff","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000e901d048fb2d5f29c","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000e901d048fb2d5f29c","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001b5c36f1c8de7aff","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001b5c36f1c8de7aff","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544"],"data":"0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001b5c36f1c8de7aff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000001b5c36f1c8de7aff","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000001b5c36f1c8de7aff"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a785440000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001b5c36f1c8de7aff"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544"],"data":"0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001b5c36f1c8de7aff"}],"logsBloom":"0x00000000002000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101080000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000200000000000000000000000000001000000000100000000000000"},"block_hash":"0xc7d54c108f6aacffdfb0f700817f70cb36f6a69dae2fc7b4fb557cf52ac7cef9","block_number":341},{"info":{"transaction_hash":"0x17faea2eda1d16b354d15428d79dad8aea49ec58e05093a18b0e6c8d09b29c77","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xd4a1e660c916855229e1712090ccfd8a424a2e33","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xd4a1e660c916855229e1712090ccfd8a424a2e33","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":112,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x11282a1e68a3a7ea3198c8079809e2d4939efea7d4611956e93473c15f8f54d6","block_number":87},{"info":{"transaction_hash":"0xf15e29564c057a0db102a2bdb32492090ad8fb15ea8278c59b366d88404f7359","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x9e126c57330fa71556628e0aabd6b6b6783d99fa","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x9e126c57330fa71556628e0aabd6b6b6783d99fa","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":142,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x8335a21daa631767de723c9df8e0f7c1a9157f602acb2e885c66cc77ccaf5d58","block_number":117},{"info":{"transaction_hash":"0x1c59736e533a50531ce7ef20edd3eb0da1dbe11743e985c1413373aad295066c","transaction_index":0,"from":"0x145e2dc5c8238d1be628f87076a37d4a26a78544","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x145e2dc5c8238d1be628f87076a37d4a26a78544","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544"],"data":"0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a7854400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544"],"data":"0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a7854400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353100000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544"],"data":"0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a7854400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544"],"data":"0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a7854400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353100000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x0000001000a000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000080000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000200000000000000000000000000081000000000100000000000000"},"block_hash":"0xea0b2453dc939d6acf1dcb288c79d5ce84dc3e405544c1ba86b8e22f21fde546","block_number":340},{"info":{"transaction_hash":"0x008e35afb89d3f43266ec58c189dee70ae895d4d85fe0f2ac45abb6fac28bba0","transaction_index":0,"from":"0x02484cb50aac86eae85610d6f4bf026f30f6627d","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x02484cb50aac86eae85610d6f4bf026f30f6627d","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000022bf698e9dd6f0b0","output":"0x00000000000000000000000000000000000000000000000022bf698e9dd6f0b0","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000022bf698e9dd6f0b0","output":"0x00000000000000000000000000000000000000000000000022bf698e9dd6f0b0","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000022bf698e9dd6f0b0"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000022bf698e9dd6f0b0","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000022bf698e9dd6f0b0"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000022bf698e9dd6f0b0","output":"0x00000000000000000000000000000000000000000000000022bf698e9dd6f0b0","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000022bf698e9dd6f0b0","output":"0x00000000000000000000000000000000000000000000000022bf698e9dd6f0b0","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000005f94dfa1a53e8d5ec","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000005f94dfa1a53e8d5ec","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000022bf698e9dd6f0b0","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000022bf698e9dd6f0b0","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d"],"data":"0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000022bf698e9dd6f0b0"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000022bf698e9dd6f0b0","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000022bf698e9dd6f0b0"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000022bf698e9dd6f0b0"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d"],"data":"0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000022bf698e9dd6f0b0"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000004000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000002040000000000000000000000000000000100000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xdf7a186afb218a61efcae85b7fb504d3159d3eb6fc620065dc9758ba68fd3250","block_number":281},{"info":{"transaction_hash":"0xc3c519372eb7c0839a0f431489505c4117d53abab14af1b81d75f1bc599e779d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e3300000000000000000000000000000000000000000000000051f08614c35c92fb","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33"],"data":"0x00000000000000000000000000000000000000000000000051f08614c35c92fb"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":212,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33"],"data":"0x00000000000000000000000000000000000000000000000051f08614c35c92fb"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000080000000000000000000000000100000000000000000000000000000010000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000040200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x087441276e2f3fce1c55cefcb4b3b91084f86a11608b11087702cf1927da3aed","block_number":187},{"info":{"transaction_hash":"0x60f4b194f3ee511d3596551cce01272703fb79c493a4ab8245157d43d7bcd51d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc0000000000000000000000000000000000000000000000002951ecf8fade0441","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc"],"data":"0x0000000000000000000000000000000000000000000000002951ecf8fade0441"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":220,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc"],"data":"0x0000000000000000000000000000000000000000000000002951ecf8fade0441"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000080000000000000000010000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000022000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x7ac1eae99269bf2139a981231ebce00f88b7de86741c665e66b07435e746e737","block_number":195},{"info":{"transaction_hash":"0xcd85c7031ba1eb85c53125dc6425ba649bb0e16d18e6cd4bd43b1fc984fdb67c","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0xf5059a5d33d5853360d16c683c16e67980206f36","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xf5059a5d33d5853360d16c683c16e67980206f36","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052610b478038038061001481610324565b92833981016060828203126103205761002c8261035d565b906100396020840161035d565b604084015190936001600160401b03821161032057019080601f8301121561032057815161006e61006982610371565b610324565b9281845260208401926020838301011161032057815f926020809301855e84010152823b156102c5577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0385169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906102be575b6101de575b50505f516020610b275f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a1811561018a576001600160a01b031916175f516020610b275f395f51905f525560405161073f90816103e88239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b6101e86060610324565b91602783527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020840152660819985a5b195960ca1b6040840152833b1561026a57610259935f92839251915af43d15610262573d9061024a61006983610371565b9182523d5f602084013e61038c565b505f8080610108565b60609061038c565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b505f610103565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b0381118382101761034957604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b038216820361032057565b6001600160401b03811161034957601f01601f191660200190565b90919015610398575090565b8151156103a85750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610300000000000000000000000067d269191c92caf3cd7723f116c85e6e9bf55933000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","output":"0x60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033","gas_used":421667,"gas_limit":578120,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000067d269191c92caf3cd7723f116c85e6e9bf55933"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033","nonce":37,"gas_used":521513},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x7f529","logs":[{"address":"0xf5059a5d33d5853360d16c683c16e67980206f36","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000067d269191c92caf3cd7723f116c85e6e9bf55933"],"data":"0x"},{"address":"0xf5059a5d33d5853360d16c683c16e67980206f36","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000800010000000000000000000000000000000000000000000000000000002001000000000000000000000000000000000000002000000000000000000000000000000800000000000000000000000000400000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000010000000000000020000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xd27a75abaf336f542afa6889bd43ca2eaa8acd37b0038b53a545412c50a86448","block_number":23},{"info":{"transaction_hash":"0x852f917f2882cc748ff4e3c9a4d8445327977bbe76d22c7b349e42e4f5d7bdd8","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x9a676e781a523b5d0c0e43731313a708cb607508","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x60c06040523480156200001157600080fd5b5060405162001f7838038062001f78833981016040819052620000349162000118565b6001600160a01b0381166080526200004b62000056565b504660a0526200014a565b600054610100900460ff1615620000c35760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b60005460ff908116101562000116576000805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6000602082840312156200012b57600080fd5b81516001600160a01b03811681146200014357600080fd5b9392505050565b60805160a051611e01620001776000396000610ea801526000818161032401526109830152611e016000f3fe608060405234801561001057600080fd5b50600436106101425760003560e01c80638da5cb5b116100b8578063d79aceab1161007c578063d79aceab146102f8578063df5cf7231461031f578063ec76f44214610346578063f2fde38b14610359578063f698da251461036c578063fabc1cbc1461037457600080fd5b80638da5cb5b1461029b5780639926ee7d146102ac578063a1060c88146102bf578063a364f4da146102d2578063a98fb355146102e557600080fd5b806349075da31161010a57806349075da3146101fa578063595c6a67146102355780635ac86ab71461023d5780635c975abb14610260578063715018a614610268578063886f11951461027057600080fd5b806310d67a2f14610147578063136439dd1461015c5780631794bb3c1461016f57806320606b7014610182578063374823b5146101bc575b600080fd5b61015a6101553660046118ab565b610387565b005b61015a61016a3660046118cf565b610443565b61015a61017d3660046118e8565b610582565b6101a97f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86681565b6040519081526020015b60405180910390f35b6101ea6101ca366004611929565b609960209081526000928352604080842090915290825290205460ff1681565b60405190151581526020016101b3565b610228610208366004611955565b609860209081526000928352604080842090915290825290205460ff1681565b6040516101b391906119a4565b61015a6106ac565b6101ea61024b3660046119cc565b606654600160ff9092169190911b9081161490565b6066546101a9565b61015a610773565b606554610283906001600160a01b031681565b6040516001600160a01b0390911681526020016101b3565b6033546001600160a01b0316610283565b61015a6102ba366004611a5f565b610787565b6101a96102cd366004611b46565b610b1a565b61015a6102e03660046118ab565b610bd3565b61015a6102f3366004611b8c565b610d3c565b6101a97fda2c89bafdd34776a2b8bb9c83c82f419e20cc8c67207f70edd58249b92661bd81565b6102837f000000000000000000000000000000000000000000000000000000000000000081565b61015a6103543660046118cf565b610d83565b61015a6103673660046118ab565b610e2e565b6101a9610ea4565b61015a6103823660046118cf565b610ee2565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156103da573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103fe9190611bfe565b6001600160a01b0316336001600160a01b0316146104375760405162461bcd60e51b815260040161042e90611c1b565b60405180910390fd5b6104408161103e565b50565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa15801561048b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104af9190611c65565b6104cb5760405162461bcd60e51b815260040161042e90611c87565b606654818116146105445760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c6974790000000000000000606482015260840161042e565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b600054610100900460ff16158080156105a25750600054600160ff909116105b806105bc5750303b1580156105bc575060005460ff166001145b61061f5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b606482015260840161042e565b6000805460ff191660011790558015610642576000805461ff0019166101001790555b61064c8383611135565b61065461121f565b609755610660846112b6565b80156106a6576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156106f4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107189190611c65565b6107345760405162461bcd60e51b815260040161042e90611c87565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b61077b611308565b61078560006112b6565b565b606654600090600190811614156107dc5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b604482015260640161042e565b42826040015110156108445760405162461bcd60e51b815260206004820152603e6024820152600080516020611dac83398151915260448201527f56533a206f70657261746f72207369676e617475726520657870697265640000606482015260840161042e565b60013360009081526098602090815260408083206001600160a01b038816845290915290205460ff16600181111561087e5761087e61198e565b14156108e05760405162461bcd60e51b815260206004820152603f6024820152600080516020611dac83398151915260448201527f56533a206f70657261746f7220616c7265616479207265676973746572656400606482015260840161042e565b6001600160a01b038316600090815260996020908152604080832085830151845290915290205460ff16156109645760405162461bcd60e51b81526020600482015260366024820152600080516020611dac8339815191526044820152751594ce881cd85b1d08185b1c9958591e481cdc195b9d60521b606482015260840161042e565b6040516336b87bd760e11b81526001600160a01b0384811660048301527f00000000000000000000000000000000000000000000000000000000000000001690636d70f7ae90602401602060405180830381865afa1580156109ca573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109ee9190611c65565b610a645760405162461bcd60e51b815260206004820152604d6024820152600080516020611dac83398151915260448201527f56533a206f70657261746f72206e6f74207265676973746572656420746f204560648201526c1a59d95b93185e595c881e595d609a1b608482015260a40161042e565b6000610a7a843385602001518660400151610b1a565b9050610a8b84828560000151611362565b3360008181526098602090815260408083206001600160a01b0389168085529083528184208054600160ff199182168117909255609985528386208a860151875290945293829020805490931684179092555190917ff0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b4191610b0c91906119a4565b60405180910390a350505050565b604080517fda2c89bafdd34776a2b8bb9c83c82f419e20cc8c67207f70edd58249b92661bd6020808301919091526001600160a01b0387811683850152861660608301526080820185905260a08083018590528351808403909101815260c0909201909252805191012060009081610b90610ea4565b60405161190160f01b602082015260228101919091526042810183905260620160408051808303601f190181529190528051602090910120979650505050505050565b60665460009060019081161415610c285760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b604482015260640161042e565b60013360009081526098602090815260408083206001600160a01b038716845290915290205460ff166001811115610c6257610c6261198e565b14610cd55760405162461bcd60e51b815260206004820152603f60248201527f4156534469726563746f72792e646572656769737465724f70657261746f724660448201527f726f6d4156533a206f70657261746f72206e6f74207265676973746572656400606482015260840161042e565b3360008181526098602090815260408083206001600160a01b0387168085529252808320805460ff191690555190917ff0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b4191610d3091906119a4565b60405180910390a35050565b336001600160a01b03167fa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c9437138383604051610d77929190611ccf565b60405180910390a25050565b33600090815260996020908152604080832084845290915290205460ff1615610e085760405162461bcd60e51b815260206004820152603160248201527f4156534469726563746f72792e63616e63656c53616c743a2063616e6e6f742060448201527018d85b98d95b081cdc195b9d081cd85b1d607a1b606482015260840161042e565b33600090815260996020908152604080832093835292905220805460ff19166001179055565b610e36611308565b6001600160a01b038116610e9b5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161042e565b610440816112b6565b60007f0000000000000000000000000000000000000000000000000000000000000000461415610ed5575060975490565b610edd61121f565b905090565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f35573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f599190611bfe565b6001600160a01b0316336001600160a01b031614610f895760405162461bcd60e51b815260040161042e90611c1b565b6066541981196066541916146110075760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c6974790000000000000000606482015260840161042e565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c90602001610577565b6001600160a01b0381166110cc5760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a40161042e565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b6065546001600160a01b031615801561115657506001600160a01b03821615155b6111d85760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a40161042e565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a261121b8261103e565b5050565b604080518082018252600a81526922b4b3b2b72630bcb2b960b11b60209182015281517f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866818301527f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea81840152466060820152306080808301919091528351808303909101815260a0909101909252815191012090565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6033546001600160a01b031633146107855760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161042e565b6001600160a01b0383163b1561148157604051630b135d3f60e11b808252906001600160a01b03851690631626ba7e906113a29086908690600401611cfe565b602060405180830381865afa1580156113bf573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113e39190611d5b565b6001600160e01b0319161461147c5760405162461bcd60e51b815260206004820152605360248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a2045524331323731207369676e6174757265206064820152721d995c9a599a58d85d1a5bdb8819985a5b1959606a1b608482015260a40161042e565b505050565b826001600160a01b03166114958383611521565b6001600160a01b03161461147c5760405162461bcd60e51b815260206004820152604760248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a207369676e6174757265206e6f742066726f6d6064820152661039b4b3b732b960c91b608482015260a40161042e565b60008060006115308585611545565b9150915061153d816115b5565b509392505050565b60008082516041141561157c5760208301516040840151606085015160001a61157087828585611770565b945094505050506115ae565b8251604014156115a6576020830151604084015161159b86838361185d565b9350935050506115ae565b506000905060025b9250929050565b60008160048111156115c9576115c961198e565b14156115d25750565b60018160048111156115e6576115e661198e565b14156116345760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e61747572650000000000000000604482015260640161042e565b60028160048111156116485761164861198e565b14156116965760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e67746800604482015260640161042e565b60038160048111156116aa576116aa61198e565b14156117035760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b606482015260840161042e565b60048160048111156117175761171761198e565b14156104405760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b606482015260840161042e565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08311156117a75750600090506003611854565b8460ff16601b141580156117bf57508460ff16601c14155b156117d05750600090506004611854565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015611824573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b03811661184d57600060019250925050611854565b9150600090505b94509492505050565b6000806001600160ff1b0383168161187a60ff86901c601b611d85565b905061188887828885611770565b935093505050935093915050565b6001600160a01b038116811461044057600080fd5b6000602082840312156118bd57600080fd5b81356118c881611896565b9392505050565b6000602082840312156118e157600080fd5b5035919050565b6000806000606084860312156118fd57600080fd5b833561190881611896565b9250602084013561191881611896565b929592945050506040919091013590565b6000806040838503121561193c57600080fd5b823561194781611896565b946020939093013593505050565b6000806040838503121561196857600080fd5b823561197381611896565b9150602083013561198381611896565b809150509250929050565b634e487b7160e01b600052602160045260246000fd5b60208101600283106119c657634e487b7160e01b600052602160045260246000fd5b91905290565b6000602082840312156119de57600080fd5b813560ff811681146118c857600080fd5b634e487b7160e01b600052604160045260246000fd5b6040516060810167ffffffffffffffff81118282101715611a2857611a286119ef565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715611a5757611a576119ef565b604052919050565b60008060408385031215611a7257600080fd5b8235611a7d81611896565b915060208381013567ffffffffffffffff80821115611a9b57600080fd5b9085019060608288031215611aaf57600080fd5b611ab7611a05565b823582811115611ac657600080fd5b8301601f81018913611ad757600080fd5b803583811115611ae957611ae96119ef565b611afb601f8201601f19168701611a2e565b93508084528986828401011115611b1157600080fd5b808683018786013760008682860101525050818152838301358482015260408301356040820152809450505050509250929050565b60008060008060808587031215611b5c57600080fd5b8435611b6781611896565b93506020850135611b7781611896565b93969395505050506040820135916060013590565b60008060208385031215611b9f57600080fd5b823567ffffffffffffffff80821115611bb757600080fd5b818501915085601f830112611bcb57600080fd5b813581811115611bda57600080fd5b866020828501011115611bec57600080fd5b60209290920196919550909350505050565b600060208284031215611c1057600080fd5b81516118c881611896565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215611c7757600080fd5b815180151581146118c857600080fd5b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b60208152816020820152818360408301376000818301604090810191909152601f909201601f19160101919050565b82815260006020604081840152835180604085015260005b81811015611d3257858101830151858201606001528201611d16565b81811115611d44576000606083870101525b50601f01601f191692909201606001949350505050565b600060208284031215611d6d57600080fd5b81516001600160e01b0319811681146118c857600080fd5b60008219821115611da657634e487b7160e01b600052601160045260246000fd5b50019056fe4156534469726563746f72792e72656769737465724f70657261746f72546f41a2646970667358221220df16b0d1bc7a5c47860be50a74f424bc79695d88c2c061087dacd9f63c62d4f964736f6c634300080c0033000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c9","output":"0x608060405234801561001057600080fd5b50600436106101425760003560e01c80638da5cb5b116100b8578063d79aceab1161007c578063d79aceab146102f8578063df5cf7231461031f578063ec76f44214610346578063f2fde38b14610359578063f698da251461036c578063fabc1cbc1461037457600080fd5b80638da5cb5b1461029b5780639926ee7d146102ac578063a1060c88146102bf578063a364f4da146102d2578063a98fb355146102e557600080fd5b806349075da31161010a57806349075da3146101fa578063595c6a67146102355780635ac86ab71461023d5780635c975abb14610260578063715018a614610268578063886f11951461027057600080fd5b806310d67a2f14610147578063136439dd1461015c5780631794bb3c1461016f57806320606b7014610182578063374823b5146101bc575b600080fd5b61015a6101553660046118ab565b610387565b005b61015a61016a3660046118cf565b610443565b61015a61017d3660046118e8565b610582565b6101a97f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86681565b6040519081526020015b60405180910390f35b6101ea6101ca366004611929565b609960209081526000928352604080842090915290825290205460ff1681565b60405190151581526020016101b3565b610228610208366004611955565b609860209081526000928352604080842090915290825290205460ff1681565b6040516101b391906119a4565b61015a6106ac565b6101ea61024b3660046119cc565b606654600160ff9092169190911b9081161490565b6066546101a9565b61015a610773565b606554610283906001600160a01b031681565b6040516001600160a01b0390911681526020016101b3565b6033546001600160a01b0316610283565b61015a6102ba366004611a5f565b610787565b6101a96102cd366004611b46565b610b1a565b61015a6102e03660046118ab565b610bd3565b61015a6102f3366004611b8c565b610d3c565b6101a97fda2c89bafdd34776a2b8bb9c83c82f419e20cc8c67207f70edd58249b92661bd81565b6102837f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b61015a6103543660046118cf565b610d83565b61015a6103673660046118ab565b610e2e565b6101a9610ea4565b61015a6103823660046118cf565b610ee2565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156103da573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103fe9190611bfe565b6001600160a01b0316336001600160a01b0316146104375760405162461bcd60e51b815260040161042e90611c1b565b60405180910390fd5b6104408161103e565b50565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa15801561048b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104af9190611c65565b6104cb5760405162461bcd60e51b815260040161042e90611c87565b606654818116146105445760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c6974790000000000000000606482015260840161042e565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b600054610100900460ff16158080156105a25750600054600160ff909116105b806105bc5750303b1580156105bc575060005460ff166001145b61061f5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b606482015260840161042e565b6000805460ff191660011790558015610642576000805461ff0019166101001790555b61064c8383611135565b61065461121f565b609755610660846112b6565b80156106a6576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156106f4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107189190611c65565b6107345760405162461bcd60e51b815260040161042e90611c87565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b61077b611308565b61078560006112b6565b565b606654600090600190811614156107dc5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b604482015260640161042e565b42826040015110156108445760405162461bcd60e51b815260206004820152603e6024820152600080516020611dac83398151915260448201527f56533a206f70657261746f72207369676e617475726520657870697265640000606482015260840161042e565b60013360009081526098602090815260408083206001600160a01b038816845290915290205460ff16600181111561087e5761087e61198e565b14156108e05760405162461bcd60e51b815260206004820152603f6024820152600080516020611dac83398151915260448201527f56533a206f70657261746f7220616c7265616479207265676973746572656400606482015260840161042e565b6001600160a01b038316600090815260996020908152604080832085830151845290915290205460ff16156109645760405162461bcd60e51b81526020600482015260366024820152600080516020611dac8339815191526044820152751594ce881cd85b1d08185b1c9958591e481cdc195b9d60521b606482015260840161042e565b6040516336b87bd760e11b81526001600160a01b0384811660048301527f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91690636d70f7ae90602401602060405180830381865afa1580156109ca573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109ee9190611c65565b610a645760405162461bcd60e51b815260206004820152604d6024820152600080516020611dac83398151915260448201527f56533a206f70657261746f72206e6f74207265676973746572656420746f204560648201526c1a59d95b93185e595c881e595d609a1b608482015260a40161042e565b6000610a7a843385602001518660400151610b1a565b9050610a8b84828560000151611362565b3360008181526098602090815260408083206001600160a01b0389168085529083528184208054600160ff199182168117909255609985528386208a860151875290945293829020805490931684179092555190917ff0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b4191610b0c91906119a4565b60405180910390a350505050565b604080517fda2c89bafdd34776a2b8bb9c83c82f419e20cc8c67207f70edd58249b92661bd6020808301919091526001600160a01b0387811683850152861660608301526080820185905260a08083018590528351808403909101815260c0909201909252805191012060009081610b90610ea4565b60405161190160f01b602082015260228101919091526042810183905260620160408051808303601f190181529190528051602090910120979650505050505050565b60665460009060019081161415610c285760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b604482015260640161042e565b60013360009081526098602090815260408083206001600160a01b038716845290915290205460ff166001811115610c6257610c6261198e565b14610cd55760405162461bcd60e51b815260206004820152603f60248201527f4156534469726563746f72792e646572656769737465724f70657261746f724660448201527f726f6d4156533a206f70657261746f72206e6f74207265676973746572656400606482015260840161042e565b3360008181526098602090815260408083206001600160a01b0387168085529252808320805460ff191690555190917ff0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b4191610d3091906119a4565b60405180910390a35050565b336001600160a01b03167fa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c9437138383604051610d77929190611ccf565b60405180910390a25050565b33600090815260996020908152604080832084845290915290205460ff1615610e085760405162461bcd60e51b815260206004820152603160248201527f4156534469726563746f72792e63616e63656c53616c743a2063616e6e6f742060448201527018d85b98d95b081cdc195b9d081cd85b1d607a1b606482015260840161042e565b33600090815260996020908152604080832093835292905220805460ff19166001179055565b610e36611308565b6001600160a01b038116610e9b5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161042e565b610440816112b6565b60007f0000000000000000000000000000000000000000000000000000000000007a69461415610ed5575060975490565b610edd61121f565b905090565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f35573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f599190611bfe565b6001600160a01b0316336001600160a01b031614610f895760405162461bcd60e51b815260040161042e90611c1b565b6066541981196066541916146110075760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c6974790000000000000000606482015260840161042e565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c90602001610577565b6001600160a01b0381166110cc5760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a40161042e565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b6065546001600160a01b031615801561115657506001600160a01b03821615155b6111d85760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a40161042e565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a261121b8261103e565b5050565b604080518082018252600a81526922b4b3b2b72630bcb2b960b11b60209182015281517f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866818301527f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea81840152466060820152306080808301919091528351808303909101815260a0909101909252815191012090565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6033546001600160a01b031633146107855760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161042e565b6001600160a01b0383163b1561148157604051630b135d3f60e11b808252906001600160a01b03851690631626ba7e906113a29086908690600401611cfe565b602060405180830381865afa1580156113bf573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113e39190611d5b565b6001600160e01b0319161461147c5760405162461bcd60e51b815260206004820152605360248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a2045524331323731207369676e6174757265206064820152721d995c9a599a58d85d1a5bdb8819985a5b1959606a1b608482015260a40161042e565b505050565b826001600160a01b03166114958383611521565b6001600160a01b03161461147c5760405162461bcd60e51b815260206004820152604760248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a207369676e6174757265206e6f742066726f6d6064820152661039b4b3b732b960c91b608482015260a40161042e565b60008060006115308585611545565b9150915061153d816115b5565b509392505050565b60008082516041141561157c5760208301516040840151606085015160001a61157087828585611770565b945094505050506115ae565b8251604014156115a6576020830151604084015161159b86838361185d565b9350935050506115ae565b506000905060025b9250929050565b60008160048111156115c9576115c961198e565b14156115d25750565b60018160048111156115e6576115e661198e565b14156116345760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e61747572650000000000000000604482015260640161042e565b60028160048111156116485761164861198e565b14156116965760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e67746800604482015260640161042e565b60038160048111156116aa576116aa61198e565b14156117035760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b606482015260840161042e565b60048160048111156117175761171761198e565b14156104405760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b606482015260840161042e565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08311156117a75750600090506003611854565b8460ff16601b141580156117bf57508460ff16601c14155b156117d05750600090506004611854565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015611824573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b03811661184d57600060019250925050611854565b9150600090505b94509492505050565b6000806001600160ff1b0383168161187a60ff86901c601b611d85565b905061188887828885611770565b935093505050935093915050565b6001600160a01b038116811461044057600080fd5b6000602082840312156118bd57600080fd5b81356118c881611896565b9392505050565b6000602082840312156118e157600080fd5b5035919050565b6000806000606084860312156118fd57600080fd5b833561190881611896565b9250602084013561191881611896565b929592945050506040919091013590565b6000806040838503121561193c57600080fd5b823561194781611896565b946020939093013593505050565b6000806040838503121561196857600080fd5b823561197381611896565b9150602083013561198381611896565b809150509250929050565b634e487b7160e01b600052602160045260246000fd5b60208101600283106119c657634e487b7160e01b600052602160045260246000fd5b91905290565b6000602082840312156119de57600080fd5b813560ff811681146118c857600080fd5b634e487b7160e01b600052604160045260246000fd5b6040516060810167ffffffffffffffff81118282101715611a2857611a286119ef565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715611a5757611a576119ef565b604052919050565b60008060408385031215611a7257600080fd5b8235611a7d81611896565b915060208381013567ffffffffffffffff80821115611a9b57600080fd5b9085019060608288031215611aaf57600080fd5b611ab7611a05565b823582811115611ac657600080fd5b8301601f81018913611ad757600080fd5b803583811115611ae957611ae96119ef565b611afb601f8201601f19168701611a2e565b93508084528986828401011115611b1157600080fd5b808683018786013760008682860101525050818152838301358482015260408301356040820152809450505050509250929050565b60008060008060808587031215611b5c57600080fd5b8435611b6781611896565b93506020850135611b7781611896565b93969395505050506040820135916060013590565b60008060208385031215611b9f57600080fd5b823567ffffffffffffffff80821115611bb757600080fd5b818501915085601f830112611bcb57600080fd5b813581811115611bda57600080fd5b866020828501011115611bec57600080fd5b60209290920196919550909350505050565b600060208284031215611c1057600080fd5b81516118c881611896565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215611c7757600080fd5b815180151581146118c857600080fd5b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b60208152816020820152818360408301376000818301604090810191909152601f909201601f19160101919050565b82815260006020604081840152835180604085015260005b81811015611d3257858101830151858201606001528201611d16565b81811115611d44576000606083870101525b50601f01601f191692909201606001949350505050565b600060208284031215611d6d57600080fd5b81516001600160e01b0319811681146118c857600080fd5b60008219821115611da657634e487b7160e01b600052601160045260246000fd5b50019056fe4156534469726563746f72792e72656769737465724f70657261746f72546f41a2646970667358221220df16b0d1bc7a5c47860be50a74f424bc79695d88c2c061087dacd9f63c62d4f964736f6c634300080c0033","gas_used":1561558,"gas_limit":2083165,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x608060405234801561001057600080fd5b50600436106101425760003560e01c80638da5cb5b116100b8578063d79aceab1161007c578063d79aceab146102f8578063df5cf7231461031f578063ec76f44214610346578063f2fde38b14610359578063f698da251461036c578063fabc1cbc1461037457600080fd5b80638da5cb5b1461029b5780639926ee7d146102ac578063a1060c88146102bf578063a364f4da146102d2578063a98fb355146102e557600080fd5b806349075da31161010a57806349075da3146101fa578063595c6a67146102355780635ac86ab71461023d5780635c975abb14610260578063715018a614610268578063886f11951461027057600080fd5b806310d67a2f14610147578063136439dd1461015c5780631794bb3c1461016f57806320606b7014610182578063374823b5146101bc575b600080fd5b61015a6101553660046118ab565b610387565b005b61015a61016a3660046118cf565b610443565b61015a61017d3660046118e8565b610582565b6101a97f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86681565b6040519081526020015b60405180910390f35b6101ea6101ca366004611929565b609960209081526000928352604080842090915290825290205460ff1681565b60405190151581526020016101b3565b610228610208366004611955565b609860209081526000928352604080842090915290825290205460ff1681565b6040516101b391906119a4565b61015a6106ac565b6101ea61024b3660046119cc565b606654600160ff9092169190911b9081161490565b6066546101a9565b61015a610773565b606554610283906001600160a01b031681565b6040516001600160a01b0390911681526020016101b3565b6033546001600160a01b0316610283565b61015a6102ba366004611a5f565b610787565b6101a96102cd366004611b46565b610b1a565b61015a6102e03660046118ab565b610bd3565b61015a6102f3366004611b8c565b610d3c565b6101a97fda2c89bafdd34776a2b8bb9c83c82f419e20cc8c67207f70edd58249b92661bd81565b6102837f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b61015a6103543660046118cf565b610d83565b61015a6103673660046118ab565b610e2e565b6101a9610ea4565b61015a6103823660046118cf565b610ee2565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156103da573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103fe9190611bfe565b6001600160a01b0316336001600160a01b0316146104375760405162461bcd60e51b815260040161042e90611c1b565b60405180910390fd5b6104408161103e565b50565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa15801561048b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104af9190611c65565b6104cb5760405162461bcd60e51b815260040161042e90611c87565b606654818116146105445760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c6974790000000000000000606482015260840161042e565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b600054610100900460ff16158080156105a25750600054600160ff909116105b806105bc5750303b1580156105bc575060005460ff166001145b61061f5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b606482015260840161042e565b6000805460ff191660011790558015610642576000805461ff0019166101001790555b61064c8383611135565b61065461121f565b609755610660846112b6565b80156106a6576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156106f4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107189190611c65565b6107345760405162461bcd60e51b815260040161042e90611c87565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b61077b611308565b61078560006112b6565b565b606654600090600190811614156107dc5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b604482015260640161042e565b42826040015110156108445760405162461bcd60e51b815260206004820152603e6024820152600080516020611dac83398151915260448201527f56533a206f70657261746f72207369676e617475726520657870697265640000606482015260840161042e565b60013360009081526098602090815260408083206001600160a01b038816845290915290205460ff16600181111561087e5761087e61198e565b14156108e05760405162461bcd60e51b815260206004820152603f6024820152600080516020611dac83398151915260448201527f56533a206f70657261746f7220616c7265616479207265676973746572656400606482015260840161042e565b6001600160a01b038316600090815260996020908152604080832085830151845290915290205460ff16156109645760405162461bcd60e51b81526020600482015260366024820152600080516020611dac8339815191526044820152751594ce881cd85b1d08185b1c9958591e481cdc195b9d60521b606482015260840161042e565b6040516336b87bd760e11b81526001600160a01b0384811660048301527f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91690636d70f7ae90602401602060405180830381865afa1580156109ca573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109ee9190611c65565b610a645760405162461bcd60e51b815260206004820152604d6024820152600080516020611dac83398151915260448201527f56533a206f70657261746f72206e6f74207265676973746572656420746f204560648201526c1a59d95b93185e595c881e595d609a1b608482015260a40161042e565b6000610a7a843385602001518660400151610b1a565b9050610a8b84828560000151611362565b3360008181526098602090815260408083206001600160a01b0389168085529083528184208054600160ff199182168117909255609985528386208a860151875290945293829020805490931684179092555190917ff0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b4191610b0c91906119a4565b60405180910390a350505050565b604080517fda2c89bafdd34776a2b8bb9c83c82f419e20cc8c67207f70edd58249b92661bd6020808301919091526001600160a01b0387811683850152861660608301526080820185905260a08083018590528351808403909101815260c0909201909252805191012060009081610b90610ea4565b60405161190160f01b602082015260228101919091526042810183905260620160408051808303601f190181529190528051602090910120979650505050505050565b60665460009060019081161415610c285760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b604482015260640161042e565b60013360009081526098602090815260408083206001600160a01b038716845290915290205460ff166001811115610c6257610c6261198e565b14610cd55760405162461bcd60e51b815260206004820152603f60248201527f4156534469726563746f72792e646572656769737465724f70657261746f724660448201527f726f6d4156533a206f70657261746f72206e6f74207265676973746572656400606482015260840161042e565b3360008181526098602090815260408083206001600160a01b0387168085529252808320805460ff191690555190917ff0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b4191610d3091906119a4565b60405180910390a35050565b336001600160a01b03167fa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c9437138383604051610d77929190611ccf565b60405180910390a25050565b33600090815260996020908152604080832084845290915290205460ff1615610e085760405162461bcd60e51b815260206004820152603160248201527f4156534469726563746f72792e63616e63656c53616c743a2063616e6e6f742060448201527018d85b98d95b081cdc195b9d081cd85b1d607a1b606482015260840161042e565b33600090815260996020908152604080832093835292905220805460ff19166001179055565b610e36611308565b6001600160a01b038116610e9b5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161042e565b610440816112b6565b60007f0000000000000000000000000000000000000000000000000000000000007a69461415610ed5575060975490565b610edd61121f565b905090565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f35573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f599190611bfe565b6001600160a01b0316336001600160a01b031614610f895760405162461bcd60e51b815260040161042e90611c1b565b6066541981196066541916146110075760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c6974790000000000000000606482015260840161042e565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c90602001610577565b6001600160a01b0381166110cc5760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a40161042e565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b6065546001600160a01b031615801561115657506001600160a01b03821615155b6111d85760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a40161042e565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a261121b8261103e565b5050565b604080518082018252600a81526922b4b3b2b72630bcb2b960b11b60209182015281517f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866818301527f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea81840152466060820152306080808301919091528351808303909101815260a0909101909252815191012090565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6033546001600160a01b031633146107855760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161042e565b6001600160a01b0383163b1561148157604051630b135d3f60e11b808252906001600160a01b03851690631626ba7e906113a29086908690600401611cfe565b602060405180830381865afa1580156113bf573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113e39190611d5b565b6001600160e01b0319161461147c5760405162461bcd60e51b815260206004820152605360248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a2045524331323731207369676e6174757265206064820152721d995c9a599a58d85d1a5bdb8819985a5b1959606a1b608482015260a40161042e565b505050565b826001600160a01b03166114958383611521565b6001600160a01b03161461147c5760405162461bcd60e51b815260206004820152604760248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a207369676e6174757265206e6f742066726f6d6064820152661039b4b3b732b960c91b608482015260a40161042e565b60008060006115308585611545565b9150915061153d816115b5565b509392505050565b60008082516041141561157c5760208301516040840151606085015160001a61157087828585611770565b945094505050506115ae565b8251604014156115a6576020830151604084015161159b86838361185d565b9350935050506115ae565b506000905060025b9250929050565b60008160048111156115c9576115c961198e565b14156115d25750565b60018160048111156115e6576115e661198e565b14156116345760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e61747572650000000000000000604482015260640161042e565b60028160048111156116485761164861198e565b14156116965760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e67746800604482015260640161042e565b60038160048111156116aa576116aa61198e565b14156117035760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b606482015260840161042e565b60048160048111156117175761171761198e565b14156104405760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b606482015260840161042e565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08311156117a75750600090506003611854565b8460ff16601b141580156117bf57508460ff16601c14155b156117d05750600090506004611854565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015611824573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b03811661184d57600060019250925050611854565b9150600090505b94509492505050565b6000806001600160ff1b0383168161187a60ff86901c601b611d85565b905061188887828885611770565b935093505050935093915050565b6001600160a01b038116811461044057600080fd5b6000602082840312156118bd57600080fd5b81356118c881611896565b9392505050565b6000602082840312156118e157600080fd5b5035919050565b6000806000606084860312156118fd57600080fd5b833561190881611896565b9250602084013561191881611896565b929592945050506040919091013590565b6000806040838503121561193c57600080fd5b823561194781611896565b946020939093013593505050565b6000806040838503121561196857600080fd5b823561197381611896565b9150602083013561198381611896565b809150509250929050565b634e487b7160e01b600052602160045260246000fd5b60208101600283106119c657634e487b7160e01b600052602160045260246000fd5b91905290565b6000602082840312156119de57600080fd5b813560ff811681146118c857600080fd5b634e487b7160e01b600052604160045260246000fd5b6040516060810167ffffffffffffffff81118282101715611a2857611a286119ef565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715611a5757611a576119ef565b604052919050565b60008060408385031215611a7257600080fd5b8235611a7d81611896565b915060208381013567ffffffffffffffff80821115611a9b57600080fd5b9085019060608288031215611aaf57600080fd5b611ab7611a05565b823582811115611ac657600080fd5b8301601f81018913611ad757600080fd5b803583811115611ae957611ae96119ef565b611afb601f8201601f19168701611a2e565b93508084528986828401011115611b1157600080fd5b808683018786013760008682860101525050818152838301358482015260408301356040820152809450505050509250929050565b60008060008060808587031215611b5c57600080fd5b8435611b6781611896565b93506020850135611b7781611896565b93969395505050506040820135916060013590565b60008060208385031215611b9f57600080fd5b823567ffffffffffffffff80821115611bb757600080fd5b818501915085601f830112611bcb57600080fd5b813581811115611bda57600080fd5b866020828501011115611bec57600080fd5b60209290920196919550909350505050565b600060208284031215611c1057600080fd5b81516118c881611896565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215611c7757600080fd5b815180151581146118c857600080fd5b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b60208152816020820152818360408301376000818301604090810191909152601f909201601f19160101919050565b82815260006020604081840152835180604085015260005b81811015611d3257858101830151858201606001528201611d16565b81811115611d44576000606083870101525b50601f01601f191692909201606001949350505050565b600060208284031215611d6d57600080fd5b81516001600160e01b0319811681146118c857600080fd5b60008219821115611da657634e487b7160e01b600052601160045260246000fd5b50019056fe4156534469726563746f72792e72656769737465724f70657261746f72546f41a2646970667358221220df16b0d1bc7a5c47860be50a74f424bc79695d88c2c061087dacd9f63c62d4f964736f6c634300080c0033","nonce":14,"gas_used":1740884},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x45b38b","logs":[{"address":"0x9a676e781a523b5d0c0e43731313a708cb607508","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"}],"logsBloom":"0x00000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000800400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x5c24ef343f787cce34b3377d00453bfeefa873d4e2e0dc5e49359686e6b23b57","block_number":10},{"info":{"transaction_hash":"0xd316f02a39c9a5097b34dd407f295ee85099817bfe000413df8f6bd6c89c12da","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x9623609d000000000000000000000000c3e53f4d16ae77db1c982e75a937b9f60fe636900000000000000000000000004c5859f0f772848b2d91f1d83e2fe5793534802900000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000024c4d66de8000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":90119,"gas_limit":133101,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","address":"0xc3e53f4d16ae77db1c982e75a937b9f60fe63690","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x4f1ef2860000000000000000000000004c5859f0f772848b2d91f1d83e2fe5793534802900000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000024c4d66de8000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":84135,"gas_limit":125275,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000004c5859f0f772848b2d91f1d83e2fe57935348029"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Call":0}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xc3e53f4d16ae77db1c982e75a937b9f60fe63690","address":"0x4c5859f0f772848b2d91f1d83e2fe57935348029","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xc4d66de8000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","output":"0x","gas_used":71914,"gas_limit":111385,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e3"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1},{"Log":2}]}],"exit":"Return","out":"0x","nonce":50,"gas_used":112743},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x1b867","logs":[{"address":"0xc3e53f4d16ae77db1c982e75a937b9f60fe63690","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000004c5859f0f772848b2d91f1d83e2fe57935348029"],"data":"0x"},{"address":"0xc3e53f4d16ae77db1c982e75a937b9f60fe63690","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},{"address":"0xc3e53f4d16ae77db1c982e75a937b9f60fe63690","topics":["0xe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e3"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"},{"address":"0xc3e53f4d16ae77db1c982e75a937b9f60fe63690","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000800000000000000000000000000000000000000000000000000100000000200000000000000000000000000000000000000400000002000001000000000008000000000000000000000000020000000000000100000800000000000000000000000000000000400000000800000000000000020000000000000000000080000000100000000000000000000000000000000000000400000004000000000000000000000000000000000020000000200000000000040000100000002000000000000000000020000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x018d7ed9c59c72c869cc0c77807ea8b082df79b7a771ecb935bed66d99a64a5d","block_number":28},{"info":{"transaction_hash":"0xd5714a49b4c0a4aeae16f859a9aafbd3ade1cb254a1c69079f3e9eefa0876004","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x60806040523461031357604080519081016001600160401b03811182821017610226576040908152600a82526926b7b1b5902a37b5b2b760b11b602083015280519081016001600160401b038111828210176102265760405260038152624d434b60e81b602082015281516001600160401b03811161022657600354600181811c91168015610309575b602082101461020857601f81116102a6575b50602092601f821160011461024557928192935f9261023a575b50508160011b915f199060031b1c1916176003555b80516001600160401b03811161022657600454600181811c9116801561021c575b602082101461020857601f81116101a5575b50602091601f8211600114610145579181925f9261013a575b50508160011b915f199060031b1c1916176004555b6040516108b490816103188239f35b015190505f80610116565b601f1982169260045f52805f20915f5b85811061018d57508360019510610175575b505050811b0160045561012b565b01515f1960f88460031b161c191690555f8080610167565b91926020600181928685015181550194019201610155565b60045f527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b601f830160051c810191602084106101fe575b601f0160051c01905b8181106101f357506100fd565b5f81556001016101e6565b90915081906101dd565b634e487b7160e01b5f52602260045260245ffd5b90607f16906100eb565b634e487b7160e01b5f52604160045260245ffd5b015190505f806100b5565b601f1982169360035f52805f20915f5b86811061028e5750836001959610610276575b505050811b016003556100ca565b01515f1960f88460031b161c191690555f8080610268565b91926020600181928685015181550194019201610255565b60035f527fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b601f830160051c810191602084106102ff575b601f0160051c01905b8181106102f4575061009b565b5f81556001016102e7565b90915081906102de565b90607f1690610089565b5f80fdfe6080806040526004361015610012575f80fd5b5f3560e01c90816306fdde03146104b757508063095ea7b31461049157806318160ddd1461047457806323b872dd14610447578063313ce5671461042c57806339509351146103de57806340c10f191461031a57806370a08231146102e357806395d89b41146101c8578063a457c2d714610125578063a9059cbb146100f45763dd62ed3e146100a0575f80fd5b346100f05760403660031901126100f0576100b96105b0565b6100c16105c6565b6001600160a01b039182165f908152600160209081526040808320949093168252928352819020549051908152f35b5f80fd5b346100f05760403660031901126100f05761011a6101106105b0565b6024359033610701565b602060405160018152f35b346100f05760403660031901126100f05761013e6105b0565b60243590335f52600160205260405f2060018060a01b0382165f5260205260405f2054918083106101755761011a920390336105fd565b60405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b6064820152608490fd5b346100f0575f3660031901126100f0576040515f6004548060011c906001811680156102d9575b6020831081146102c5578285529081156102a95750600114610254575b50819003601f01601f191681019067ffffffffffffffff8211818310176102405761023c82918260405282610586565b0390f35b634e487b7160e01b5f52604160045260245ffd5b905060045f527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b5f905b8282106102935750602091508201018261020c565b600181602092548385880101520191019061027e565b90506020925060ff191682840152151560051b8201018261020c565b634e487b7160e01b5f52602260045260245ffd5b91607f16916101ef565b346100f05760203660031901126100f0576001600160a01b036103046105b0565b165f525f602052602060405f2054604051908152f35b346100f05760403660031901126100f0576103336105b0565b6001600160a01b03166024358115610399577fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6020826103765f946002546105dc565b6002558484528382526040842061038e8282546105dc565b9055604051908152a3005b60405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f2061646472657373006044820152606490fd5b346100f05760403660031901126100f05761011a6103fa6105b0565b335f52600160205260405f2060018060a01b0382165f5260205261042560405f2060243590546105dc565b90336105fd565b346100f0575f3660031901126100f057602060405160128152f35b346100f05760603660031901126100f05761011a6104636105b0565b61046b6105c6565b60443591610701565b346100f0575f3660031901126100f0576020600254604051908152f35b346100f05760403660031901126100f05761011a6104ad6105b0565b60243590336105fd565b346100f0575f3660031901126100f0575f6003548060011c9060018116801561057c575b6020831081146102c5578285529081156102a957506001146105275750819003601f01601f191681019067ffffffffffffffff8211818310176102405761023c82918260405282610586565b905060035f527fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b5f905b8282106105665750602091508201018261020c565b6001816020925483858801015201910190610551565b91607f16916104db565b602060409281835280519182918282860152018484015e5f828201840152601f01601f1916010190565b600435906001600160a01b03821682036100f057565b602435906001600160a01b03821682036100f057565b919082018092116105e957565b634e487b7160e01b5f52601160045260245ffd5b6001600160a01b03169081156106b0576001600160a01b03169182156106605760207f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591835f526001825260405f20855f5282528060405f2055604051908152a3565b60405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608490fd5b60405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608490fd5b6001600160a01b031690811561082b576001600160a01b03169182156107da57815f525f60205260405f205481811061078657817fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92602092855f525f84520360405f2055845f525f825260405f2061077b8282546105dc565b9055604051908152a3565b60405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608490fd5b60405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608490fd5b60405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608490fdfea2646970667358221220a7860fd1be9ff583c7b2a726a88033e14c79dc553b5d796305055b3464b2d7fe64736f6c634300081b0033","output":"0x6080806040526004361015610012575f80fd5b5f3560e01c90816306fdde03146104b757508063095ea7b31461049157806318160ddd1461047457806323b872dd14610447578063313ce5671461042c57806339509351146103de57806340c10f191461031a57806370a08231146102e357806395d89b41146101c8578063a457c2d714610125578063a9059cbb146100f45763dd62ed3e146100a0575f80fd5b346100f05760403660031901126100f0576100b96105b0565b6100c16105c6565b6001600160a01b039182165f908152600160209081526040808320949093168252928352819020549051908152f35b5f80fd5b346100f05760403660031901126100f05761011a6101106105b0565b6024359033610701565b602060405160018152f35b346100f05760403660031901126100f05761013e6105b0565b60243590335f52600160205260405f2060018060a01b0382165f5260205260405f2054918083106101755761011a920390336105fd565b60405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b6064820152608490fd5b346100f0575f3660031901126100f0576040515f6004548060011c906001811680156102d9575b6020831081146102c5578285529081156102a95750600114610254575b50819003601f01601f191681019067ffffffffffffffff8211818310176102405761023c82918260405282610586565b0390f35b634e487b7160e01b5f52604160045260245ffd5b905060045f527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b5f905b8282106102935750602091508201018261020c565b600181602092548385880101520191019061027e565b90506020925060ff191682840152151560051b8201018261020c565b634e487b7160e01b5f52602260045260245ffd5b91607f16916101ef565b346100f05760203660031901126100f0576001600160a01b036103046105b0565b165f525f602052602060405f2054604051908152f35b346100f05760403660031901126100f0576103336105b0565b6001600160a01b03166024358115610399577fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6020826103765f946002546105dc565b6002558484528382526040842061038e8282546105dc565b9055604051908152a3005b60405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f2061646472657373006044820152606490fd5b346100f05760403660031901126100f05761011a6103fa6105b0565b335f52600160205260405f2060018060a01b0382165f5260205261042560405f2060243590546105dc565b90336105fd565b346100f0575f3660031901126100f057602060405160128152f35b346100f05760603660031901126100f05761011a6104636105b0565b61046b6105c6565b60443591610701565b346100f0575f3660031901126100f0576020600254604051908152f35b346100f05760403660031901126100f05761011a6104ad6105b0565b60243590336105fd565b346100f0575f3660031901126100f0575f6003548060011c9060018116801561057c575b6020831081146102c5578285529081156102a957506001146105275750819003601f01601f191681019067ffffffffffffffff8211818310176102405761023c82918260405282610586565b905060035f527fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b5f905b8282106105665750602091508201018261020c565b6001816020925483858801015201910190610551565b91607f16916104db565b602060409281835280519182918282860152018484015e5f828201840152601f01601f1916010190565b600435906001600160a01b03821682036100f057565b602435906001600160a01b03821682036100f057565b919082018092116105e957565b634e487b7160e01b5f52601160045260245ffd5b6001600160a01b03169081156106b0576001600160a01b03169182156106605760207f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591835f526001825260405f20855f5282528060405f2055604051908152a3565b60405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608490fd5b60405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608490fd5b6001600160a01b031690811561082b576001600160a01b03169182156107da57815f525f60205260405f205481811061078657817fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92602092855f525f84520360405f2055845f525f825260405f2061077b8282546105dc565b9055604051908152a3565b60405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608490fd5b60405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608490fd5b60405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608490fdfea2646970667358221220a7860fd1be9ff583c7b2a726a88033e14c79dc553b5d796305055b3464b2d7fe64736f6c634300081b0033","gas_used":491091,"gas_limit":668709,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x6080806040526004361015610012575f80fd5b5f3560e01c90816306fdde03146104b757508063095ea7b31461049157806318160ddd1461047457806323b872dd14610447578063313ce5671461042c57806339509351146103de57806340c10f191461031a57806370a08231146102e357806395d89b41146101c8578063a457c2d714610125578063a9059cbb146100f45763dd62ed3e146100a0575f80fd5b346100f05760403660031901126100f0576100b96105b0565b6100c16105c6565b6001600160a01b039182165f908152600160209081526040808320949093168252928352819020549051908152f35b5f80fd5b346100f05760403660031901126100f05761011a6101106105b0565b6024359033610701565b602060405160018152f35b346100f05760403660031901126100f05761013e6105b0565b60243590335f52600160205260405f2060018060a01b0382165f5260205260405f2054918083106101755761011a920390336105fd565b60405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b6064820152608490fd5b346100f0575f3660031901126100f0576040515f6004548060011c906001811680156102d9575b6020831081146102c5578285529081156102a95750600114610254575b50819003601f01601f191681019067ffffffffffffffff8211818310176102405761023c82918260405282610586565b0390f35b634e487b7160e01b5f52604160045260245ffd5b905060045f527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b5f905b8282106102935750602091508201018261020c565b600181602092548385880101520191019061027e565b90506020925060ff191682840152151560051b8201018261020c565b634e487b7160e01b5f52602260045260245ffd5b91607f16916101ef565b346100f05760203660031901126100f0576001600160a01b036103046105b0565b165f525f602052602060405f2054604051908152f35b346100f05760403660031901126100f0576103336105b0565b6001600160a01b03166024358115610399577fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6020826103765f946002546105dc565b6002558484528382526040842061038e8282546105dc565b9055604051908152a3005b60405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f2061646472657373006044820152606490fd5b346100f05760403660031901126100f05761011a6103fa6105b0565b335f52600160205260405f2060018060a01b0382165f5260205261042560405f2060243590546105dc565b90336105fd565b346100f0575f3660031901126100f057602060405160128152f35b346100f05760603660031901126100f05761011a6104636105b0565b61046b6105c6565b60443591610701565b346100f0575f3660031901126100f0576020600254604051908152f35b346100f05760403660031901126100f05761011a6104ad6105b0565b60243590336105fd565b346100f0575f3660031901126100f0575f6003548060011c9060018116801561057c575b6020831081146102c5578285529081156102a957506001146105275750819003601f01601f191681019067ffffffffffffffff8211818310176102405761023c82918260405282610586565b905060035f527fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b5f905b8282106105665750602091508201018261020c565b6001816020925483858801015201910190610551565b91607f16916104db565b602060409281835280519182918282860152018484015e5f828201840152601f01601f1916010190565b600435906001600160a01b03821682036100f057565b602435906001600160a01b03821682036100f057565b919082018092116105e957565b634e487b7160e01b5f52601160045260245ffd5b6001600160a01b03169081156106b0576001600160a01b03169182156106605760207f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591835f526001825260405f20855f5282528060405f2055604051908152a3565b60405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608490fd5b60405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608490fd5b6001600160a01b031690811561082b576001600160a01b03169182156107da57815f525f60205260405f205481811061078657817fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92602092855f525f84520360405f2055845f525f825260405f2061077b8282546105dc565b9055604051908152a3565b60405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608490fd5b60405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608490fd5b60405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608490fdfea2646970667358221220a7860fd1be9ff583c7b2a726a88033e14c79dc553b5d796305055b3464b2d7fe64736f6c634300081b0033","nonce":57,"gas_used":592061},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x908bd","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xa41439643b603e34aa8a807efba505c61f30df59c55e539ef7b970b18913cf61","block_number":32},{"info":{"transaction_hash":"0x3bf9ca30f2dbb26ea1b576c8224db59191a5834ce7e6b92c96c8f57b88c5e878","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x15d34aaf54267db7d7c367839aaf71a00a2c6a65","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x15d34aaf54267db7d7c367839aaf71a00a2c6a65","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":67,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xba41a1324b29c119c23f2d3896a3e6592c8bea4c78070e803f95076dffce7b62","block_number":42},{"info":{"transaction_hash":"0xdd3b7c97c1e697beef8a2c64faf3b83660f6149b54e773a46e42a6a627153fa9","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x0d803cdeee5990f22c2a8df10a695d2312da26cc","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x0d803cdeee5990f22c2a8df10a695d2312da26cc","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":120,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x80df1a233ecb8ad60e9c8a943ff95ed03e95597057ca0dc7d67d3348b1dd04a5","block_number":95},{"info":{"transaction_hash":"0x0c1834edeb9c29536038f0e3a5fe744198ccf25f723ed719c622d78130cac3b9","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xb7f8bc63bbcad18155201308c8f3540b07f84f5e","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xb7f8bc63bbcad18155201308c8f3540b07f84f5e","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xf2fde38b000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","output":"0x","gas_used":4364,"gas_limit":14198,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Stop","out":"0x","nonce":28,"gas_used":25796},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc98f","logs":[{"address":"0xb7f8bc63bbcad18155201308c8f3540b07f84f5e","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"}],"logsBloom":"0x00000000100000000000000000000000000000000040000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001800000000000000000000000000000000000000000000000000100000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xc35f52051a30cfbdbae2a02fbb750f96c51a62755ac1d5fcc7db2e3b43df7f43","block_number":18},{"info":{"transaction_hash":"0x6913fcbda59a14c186e53ad7142fb7357b0144ef43505008ec0ed342f8ff1d0a","transaction_index":0,"from":"0xd6a098ebcc5f8bd4e174d915c54486b077a34a51","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xd6a098ebcc5f8bd4e174d915c54486b077a34a51","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000749bda47f696ad25","output":"0x000000000000000000000000000000000000000000000000749bda47f696ad25","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000749bda47f696ad25","output":"0x000000000000000000000000000000000000000000000000749bda47f696ad25","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a510000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000749bda47f696ad25"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000749bda47f696ad25","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000749bda47f696ad25"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000749bda47f696ad25","output":"0x000000000000000000000000000000000000000000000000749bda47f696ad25","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000749bda47f696ad25","output":"0x000000000000000000000000000000000000000000000000749bda47f696ad25","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000f04b8ded7a96c9fc1","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000f04b8ded7a96c9fc1","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000749bda47f696ad25","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000749bda47f696ad25","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51"],"data":"0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000749bda47f696ad25"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000749bda47f696ad25","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000749bda47f696ad25"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a510000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000749bda47f696ad25"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51"],"data":"0x000000000000000000000000d6a098ebcc5f8bd4e174d915c54486b077a34a51000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000749bda47f696ad25"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000200000000000000000000000800100000008000000000000000240000001101000000000000000000000000000004000000000000000000000000000000000000010000000000000000000000000000001000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x0f9444cac9044075095db7171cd6d7747972059112d37839ddd98789ff9323a0","block_number":343},{"info":{"transaction_hash":"0x777cb55213b7fc9812952651e304d35912dab1936ec9b0a6591041ca255c100a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa00000000000000000000000000000000000000000000000080267dc069a25faf","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa"],"data":"0x00000000000000000000000000000000000000000000000080267dc069a25faf"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":242,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa"],"data":"0x00000000000000000000000000000000000000000000000080267dc069a25faf"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000100000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000040000000000000002000000200000000000020000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xdba485c2a26e1f6b33cfb6fccc5d064c9a463bf7fbe34faa2a0ac33669de0e70","block_number":217},{"info":{"transaction_hash":"0xb967c78c0ebd3c0211a340fd7f4c935302a58b612b12039d0e0df9d708023342","transaction_index":0,"from":"0x4779d18931b35540f84b0cd0e9633855b84df7b8","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x4779d18931b35540f84b0cd0e9633855b84df7b8","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8"],"data":"0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8"],"data":"0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353900000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8"],"data":"0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8"],"data":"0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353900000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000400000020000000000000000000000000000000000000000000000000000000000081000000000100200000000000"},"block_hash":"0x78fab3209db7ae1eea2e92e13586eafa4e8179b5d07a8f9ec093fe5857e39cac","block_number":356},{"info":{"transaction_hash":"0x3c0c86152500ed63d942861c794932dbc2c294207a564a41884add4ff23c529c","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xfe0f143fcad5b561b1ed2ac960278a2f23559ef9","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xfe0f143fcad5b561b1ed2ac960278a2f23559ef9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":161,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x6c3a498b252a395230ab4e2413f47a90fc7c02da741a575838120666c89091fb","block_number":136},{"info":{"transaction_hash":"0xd5590cbd622bc4484337aca5eba4426a4d4c820d571a7a09be097405f98d923a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x11e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x11e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":101,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x0cabbd9dff5a68876e31cdcd937511dfc55b637fcdb20d8b9e9c63b5413ffbba","block_number":76},{"info":{"transaction_hash":"0xf46bff1d77631184d9a8c64a31cd9c85f2355ff343fee6155c042c401148e749","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f0000000000000000000000000000000000000000000000002ca592cd3c4c864f","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f"],"data":"0x0000000000000000000000000000000000000000000000002ca592cd3c4c864f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":183,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f"],"data":"0x0000000000000000000000000000000000000000000000002ca592cd3c4c864f"}],"logsBloom":"0x00000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000200000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000020000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x39af22a2213a7336feb864e66f8a703aa62b30d8e5f449fb55d38675eb1aecb8","block_number":158},{"info":{"transaction_hash":"0xa28e09a875ce40524b94bf3fcfa08708f0d9274dec0be259b70cc06783f7ac6c","transaction_index":0,"from":"0x1c87bb9234aec6adc580eae6c8b59558a4502220","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x1c87bb9234aec6adc580eae6c8b59558a4502220","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220"],"data":"0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a450222000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220"],"data":"0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a450222000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353800000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220"],"data":"0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a450222000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220"],"data":"0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a450222000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000001c87bb9234aec6adc580eae6c8b59558a4502220"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353800000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000008000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000085000000000100004000000000"},"block_hash":"0xb12ab41f3489107190fb6616780885d65cb1515f7dc5da0c2a5c3183e2ba1b5f","block_number":354},{"info":{"transaction_hash":"0xd5596ccc3dcee64de1f6bf3cf41fa67398d37250bb34e725afc0a751a54ba20c","transaction_index":2,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x0b306bf915c4d645ff596e518faf3f9669b97016","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x0b306bf915c4d645ff596e518faf3f9669b97016","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x608060405234801561001057600080fd5b50604051610efe380380610efe83398101604081905261002f9161004e565b5050610088565b6001600160a01b038116811461004b57600080fd5b50565b6000806040838503121561006157600080fd5b825161006c81610036565b602084015190925061007d81610036565b809150509250929050565b610e67806100976000396000f3fe608060405234801561001057600080fd5b50600436106101f05760003560e01c80637cf72bba1161010f578063d98128c0116100a2578063e921d4fa11610071578063e921d4fa146103c6578063f2fde38b1461044c578063f73b7519146102a9578063fabc1cbc1461045f57600080fd5b8063d98128c014610430578063da16e29b14610322578063df5cf723146102ba578063e58398361461043e57600080fd5b80638da5cb5b116100de5780638da5cb5b146103b5578063a49db732146103c6578063c747075b146103da578063d7b7fa13146103ee57600080fd5b80637cf72bba146103465780638105e04314610354578063855fcc4a1461036b578063886f1195146103a257600080fd5b806339b70e38116101875780636f0c2f74116101565780636f0c2f7414610322578063715018a614610330578063723e59c7146103385780637259a45c1461024257600080fd5b806339b70e38146102ba578063595c6a67146102d55780635ac86ab7146102dd5780635c975abb1461031057600080fd5b80631794bb3c116101c35780631794bb3c1461022f5780631874e5ae14610242578063282670fc1461027257806338c8ee64146102a957600080fd5b80630ffabbce146101f557806310d67a2f14610209578063136439dd1461021c578063175d3205146101f5575b600080fd5b610207610203366004610b25565b5050565b005b610207610217366004610b5a565b610472565b61020761022a366004610b7e565b61052b565b61020761023d366004610b97565b505050565b610258610250366004610b25565b600092915050565b60405163ffffffff90911681526020015b60405180910390f35b610285610280366004610bd8565b61066a565b60408051825163ffffffff9081168252602093840151169281019290925201610269565b6102076102b7366004610b5a565b50565b60005b6040516001600160a01b039091168152602001610269565b610207610685565b6103006102eb366004610c04565b606654600160ff9092169190911b9081161490565b6040519015158152602001610269565b6066545b604051908152602001610269565b610258610250366004610c27565b61020761074c565b610314610250366004610b25565b610207610203366004610c60565b610300610362366004610cd5565b60009392505050565b610385610379366004610c27565b60008060009250925092565b604080519315158452602084019290925290820152606001610269565b6065546102bd906001600160a01b031681565b6033546001600160a01b03166102bd565b6103146103d4366004610b5a565b50600090565b6102076103e8366004610d13565b50505050565b6104016103fc366004610c27565b610760565b60408051825163ffffffff90811682526020808501518216908301529282015190921690820152606001610269565b610300610250366004610c27565b6103006103d4366004610b5a565b61020761045a366004610b5a565b610782565b61020761046d366004610b7e565b6107f8565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104c5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104e99190610d60565b6001600160a01b0316336001600160a01b0316146105225760405162461bcd60e51b815260040161051990610d7d565b60405180910390fd5b6102b781610954565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610573573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105979190610dc7565b6105b35760405162461bcd60e51b815260040161051990610de9565b6066548181161461062c5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610519565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b60408051808201909152600080825260208201525b92915050565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156106cd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106f19190610dc7565b61070d5760405162461bcd60e51b815260040161051990610de9565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b610754610a4b565b61075e6000610aa5565b565b604080516060810182526000808252602082018190529181019190915261067f565b61078a610a4b565b6001600160a01b0381166107ef5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610519565b6102b781610aa5565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561084b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061086f9190610d60565b6001600160a01b0316336001600160a01b03161461089f5760405162461bcd60e51b815260040161051990610d7d565b60665419811960665419161461091d5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610519565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200161065f565b6001600160a01b0381166109e25760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610519565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b6033546001600160a01b0316331461075e5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610519565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6001600160a01b03811681146102b757600080fd5b803563ffffffff81168114610b2057600080fd5b919050565b60008060408385031215610b3857600080fd5b8235610b4381610af7565b9150610b5160208401610b0c565b90509250929050565b600060208284031215610b6c57600080fd5b8135610b7781610af7565b9392505050565b600060208284031215610b9057600080fd5b5035919050565b600080600060608486031215610bac57600080fd5b8335610bb781610af7565b92506020840135610bc781610af7565b929592945050506040919091013590565b60008060408385031215610beb57600080fd5b8235610bf681610af7565b946020939093013593505050565b600060208284031215610c1657600080fd5b813560ff81168114610b7757600080fd5b60008060408385031215610c3a57600080fd5b8235610c4581610af7565b91506020830135610c5581610af7565b809150509250929050565b60008060208385031215610c7357600080fd5b823567ffffffffffffffff80821115610c8b57600080fd5b818501915085601f830112610c9f57600080fd5b813581811115610cae57600080fd5b8660208260051b8501011115610cc357600080fd5b60209290920196919550909350505050565b600080600060608486031215610cea57600080fd5b8335610cf581610af7565b9250610d0360208501610b0c565b9150604084013590509250925092565b60008060008060808587031215610d2957600080fd5b8435610d3481610af7565b9350610d4260208601610b0c565b9250610d5060408601610b0c565b9396929550929360600135925050565b600060208284031215610d7257600080fd5b8151610b7781610af7565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215610dd957600080fd5b81518015158114610b7757600080fd5b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b60608201526080019056fea2646970667358221220670ec780239cf6911f2cc6a0e4bea360e9e1a0652ddf064a8dcb7e2a5ed4f00864736f6c634300080c00330000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f875707000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c9","output":"0x608060405234801561001057600080fd5b50600436106101f05760003560e01c80637cf72bba1161010f578063d98128c0116100a2578063e921d4fa11610071578063e921d4fa146103c6578063f2fde38b1461044c578063f73b7519146102a9578063fabc1cbc1461045f57600080fd5b8063d98128c014610430578063da16e29b14610322578063df5cf723146102ba578063e58398361461043e57600080fd5b80638da5cb5b116100de5780638da5cb5b146103b5578063a49db732146103c6578063c747075b146103da578063d7b7fa13146103ee57600080fd5b80637cf72bba146103465780638105e04314610354578063855fcc4a1461036b578063886f1195146103a257600080fd5b806339b70e38116101875780636f0c2f74116101565780636f0c2f7414610322578063715018a614610330578063723e59c7146103385780637259a45c1461024257600080fd5b806339b70e38146102ba578063595c6a67146102d55780635ac86ab7146102dd5780635c975abb1461031057600080fd5b80631794bb3c116101c35780631794bb3c1461022f5780631874e5ae14610242578063282670fc1461027257806338c8ee64146102a957600080fd5b80630ffabbce146101f557806310d67a2f14610209578063136439dd1461021c578063175d3205146101f5575b600080fd5b610207610203366004610b25565b5050565b005b610207610217366004610b5a565b610472565b61020761022a366004610b7e565b61052b565b61020761023d366004610b97565b505050565b610258610250366004610b25565b600092915050565b60405163ffffffff90911681526020015b60405180910390f35b610285610280366004610bd8565b61066a565b60408051825163ffffffff9081168252602093840151169281019290925201610269565b6102076102b7366004610b5a565b50565b60005b6040516001600160a01b039091168152602001610269565b610207610685565b6103006102eb366004610c04565b606654600160ff9092169190911b9081161490565b6040519015158152602001610269565b6066545b604051908152602001610269565b610258610250366004610c27565b61020761074c565b610314610250366004610b25565b610207610203366004610c60565b610300610362366004610cd5565b60009392505050565b610385610379366004610c27565b60008060009250925092565b604080519315158452602084019290925290820152606001610269565b6065546102bd906001600160a01b031681565b6033546001600160a01b03166102bd565b6103146103d4366004610b5a565b50600090565b6102076103e8366004610d13565b50505050565b6104016103fc366004610c27565b610760565b60408051825163ffffffff90811682526020808501518216908301529282015190921690820152606001610269565b610300610250366004610c27565b6103006103d4366004610b5a565b61020761045a366004610b5a565b610782565b61020761046d366004610b7e565b6107f8565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104c5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104e99190610d60565b6001600160a01b0316336001600160a01b0316146105225760405162461bcd60e51b815260040161051990610d7d565b60405180910390fd5b6102b781610954565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610573573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105979190610dc7565b6105b35760405162461bcd60e51b815260040161051990610de9565b6066548181161461062c5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610519565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b60408051808201909152600080825260208201525b92915050565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156106cd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106f19190610dc7565b61070d5760405162461bcd60e51b815260040161051990610de9565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b610754610a4b565b61075e6000610aa5565b565b604080516060810182526000808252602082018190529181019190915261067f565b61078a610a4b565b6001600160a01b0381166107ef5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610519565b6102b781610aa5565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561084b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061086f9190610d60565b6001600160a01b0316336001600160a01b03161461089f5760405162461bcd60e51b815260040161051990610d7d565b60665419811960665419161461091d5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610519565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200161065f565b6001600160a01b0381166109e25760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610519565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b6033546001600160a01b0316331461075e5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610519565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6001600160a01b03811681146102b757600080fd5b803563ffffffff81168114610b2057600080fd5b919050565b60008060408385031215610b3857600080fd5b8235610b4381610af7565b9150610b5160208401610b0c565b90509250929050565b600060208284031215610b6c57600080fd5b8135610b7781610af7565b9392505050565b600060208284031215610b9057600080fd5b5035919050565b600080600060608486031215610bac57600080fd5b8335610bb781610af7565b92506020840135610bc781610af7565b929592945050506040919091013590565b60008060408385031215610beb57600080fd5b8235610bf681610af7565b946020939093013593505050565b600060208284031215610c1657600080fd5b813560ff81168114610b7757600080fd5b60008060408385031215610c3a57600080fd5b8235610c4581610af7565b91506020830135610c5581610af7565b809150509250929050565b60008060208385031215610c7357600080fd5b823567ffffffffffffffff80821115610c8b57600080fd5b818501915085601f830112610c9f57600080fd5b813581811115610cae57600080fd5b8660208260051b8501011115610cc357600080fd5b60209290920196919550909350505050565b600080600060608486031215610cea57600080fd5b8335610cf581610af7565b9250610d0360208501610b0c565b9150604084013590509250925092565b60008060008060808587031215610d2957600080fd5b8435610d3481610af7565b9350610d4260208601610b0c565b9250610d5060408601610b0c565b9396929550929360600135925050565b600060208284031215610d7257600080fd5b8151610b7781610af7565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215610dd957600080fd5b81518015158114610b7757600080fd5b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b60608201526080019056fea2646970667358221220670ec780239cf6911f2cc6a0e4bea360e9e1a0652ddf064a8dcb7e2a5ed4f00864736f6c634300080c0033","gas_used":738493,"gas_limit":993926,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x608060405234801561001057600080fd5b50600436106101f05760003560e01c80637cf72bba1161010f578063d98128c0116100a2578063e921d4fa11610071578063e921d4fa146103c6578063f2fde38b1461044c578063f73b7519146102a9578063fabc1cbc1461045f57600080fd5b8063d98128c014610430578063da16e29b14610322578063df5cf723146102ba578063e58398361461043e57600080fd5b80638da5cb5b116100de5780638da5cb5b146103b5578063a49db732146103c6578063c747075b146103da578063d7b7fa13146103ee57600080fd5b80637cf72bba146103465780638105e04314610354578063855fcc4a1461036b578063886f1195146103a257600080fd5b806339b70e38116101875780636f0c2f74116101565780636f0c2f7414610322578063715018a614610330578063723e59c7146103385780637259a45c1461024257600080fd5b806339b70e38146102ba578063595c6a67146102d55780635ac86ab7146102dd5780635c975abb1461031057600080fd5b80631794bb3c116101c35780631794bb3c1461022f5780631874e5ae14610242578063282670fc1461027257806338c8ee64146102a957600080fd5b80630ffabbce146101f557806310d67a2f14610209578063136439dd1461021c578063175d3205146101f5575b600080fd5b610207610203366004610b25565b5050565b005b610207610217366004610b5a565b610472565b61020761022a366004610b7e565b61052b565b61020761023d366004610b97565b505050565b610258610250366004610b25565b600092915050565b60405163ffffffff90911681526020015b60405180910390f35b610285610280366004610bd8565b61066a565b60408051825163ffffffff9081168252602093840151169281019290925201610269565b6102076102b7366004610b5a565b50565b60005b6040516001600160a01b039091168152602001610269565b610207610685565b6103006102eb366004610c04565b606654600160ff9092169190911b9081161490565b6040519015158152602001610269565b6066545b604051908152602001610269565b610258610250366004610c27565b61020761074c565b610314610250366004610b25565b610207610203366004610c60565b610300610362366004610cd5565b60009392505050565b610385610379366004610c27565b60008060009250925092565b604080519315158452602084019290925290820152606001610269565b6065546102bd906001600160a01b031681565b6033546001600160a01b03166102bd565b6103146103d4366004610b5a565b50600090565b6102076103e8366004610d13565b50505050565b6104016103fc366004610c27565b610760565b60408051825163ffffffff90811682526020808501518216908301529282015190921690820152606001610269565b610300610250366004610c27565b6103006103d4366004610b5a565b61020761045a366004610b5a565b610782565b61020761046d366004610b7e565b6107f8565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104c5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104e99190610d60565b6001600160a01b0316336001600160a01b0316146105225760405162461bcd60e51b815260040161051990610d7d565b60405180910390fd5b6102b781610954565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610573573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105979190610dc7565b6105b35760405162461bcd60e51b815260040161051990610de9565b6066548181161461062c5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610519565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b60408051808201909152600080825260208201525b92915050565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156106cd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106f19190610dc7565b61070d5760405162461bcd60e51b815260040161051990610de9565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b610754610a4b565b61075e6000610aa5565b565b604080516060810182526000808252602082018190529181019190915261067f565b61078a610a4b565b6001600160a01b0381166107ef5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610519565b6102b781610aa5565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561084b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061086f9190610d60565b6001600160a01b0316336001600160a01b03161461089f5760405162461bcd60e51b815260040161051990610d7d565b60665419811960665419161461091d5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610519565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200161065f565b6001600160a01b0381166109e25760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610519565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b6033546001600160a01b0316331461075e5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610519565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6001600160a01b03811681146102b757600080fd5b803563ffffffff81168114610b2057600080fd5b919050565b60008060408385031215610b3857600080fd5b8235610b4381610af7565b9150610b5160208401610b0c565b90509250929050565b600060208284031215610b6c57600080fd5b8135610b7781610af7565b9392505050565b600060208284031215610b9057600080fd5b5035919050565b600080600060608486031215610bac57600080fd5b8335610bb781610af7565b92506020840135610bc781610af7565b929592945050506040919091013590565b60008060408385031215610beb57600080fd5b8235610bf681610af7565b946020939093013593505050565b600060208284031215610c1657600080fd5b813560ff81168114610b7757600080fd5b60008060408385031215610c3a57600080fd5b8235610c4581610af7565b91506020830135610c5581610af7565b809150509250929050565b60008060208385031215610c7357600080fd5b823567ffffffffffffffff80821115610c8b57600080fd5b818501915085601f830112610c9f57600080fd5b813581811115610cae57600080fd5b8660208260051b8501011115610cc357600080fd5b60209290920196919550909350505050565b600080600060608486031215610cea57600080fd5b8335610cf581610af7565b9250610d0360208501610b0c565b9150604084013590509250925092565b60008060008060808587031215610d2957600080fd5b8435610d3481610af7565b9350610d4260208601610b0c565b9250610d5060408601610b0c565b9396929550929360600135925050565b600060208284031215610d7257600080fd5b8151610b7781610af7565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215610dd957600080fd5b81518015158114610b7757600080fd5b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b60608201526080019056fea2646970667358221220670ec780239cf6911f2cc6a0e4bea360e9e1a0652ddf064a8dcb7e2a5ed4f00864736f6c634300080c0033","nonce":15,"gas_used":852501},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x52b5a0","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x5c24ef343f787cce34b3377d00453bfeefa873d4e2e0dc5e49359686e6b23b57","block_number":10},{"info":{"transaction_hash":"0xfbbf00c640d0560b9c06d2d1a80afd1acfc6b8c96561ffa6b82025783e40d18a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xee7f6a930b29d7350498af97f0f9672eaecbeeff","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xee7f6a930b29d7350498af97f0f9672eaecbeeff","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":113,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x31235b18760858cc2331a2abb57f8ad7919d60866ab73f11edcb4ca5d666c773","block_number":88},{"info":{"transaction_hash":"0x39f6030c40e4e8a00b569b0466fdd9f4335146fbc87e4237e893dc19b7cb104b","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x1bcb8e569eedab4668e55145cfeaf190902d3cf2","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x1bcb8e569eedab4668e55145cfeaf190902d3cf2","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":93,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x857c0727cd7e9b1e85efc86e783fecabfc22fa1b6c705a1abb5054ededd29af6","block_number":68},{"info":{"transaction_hash":"0x8956784877f5d53a40f17e520d8a413e54edc728bd08df7a62d33765656b7ea6","transaction_index":0,"from":"0x9394cb5f737bd3acea7dce90ca48dbd42801ee5d","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9394cb5f737bd3acea7dce90ca48dbd42801ee5d","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000039f4d3f2cf92a422","output":"0x00000000000000000000000000000000000000000000000039f4d3f2cf92a422","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000039f4d3f2cf92a422","output":"0x00000000000000000000000000000000000000000000000039f4d3f2cf92a422","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000039f4d3f2cf92a422"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000039f4d3f2cf92a422","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000039f4d3f2cf92a422"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000039f4d3f2cf92a422","output":"0x00000000000000000000000000000000000000000000000039f4d3f2cf92a422","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000039f4d3f2cf92a422","output":"0x00000000000000000000000000000000000000000000000039f4d3f2cf92a422","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000012ec439ae72aced1c6","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000012ec439ae72aced1c6","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000039f4d3f2cf92a422","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000039f4d3f2cf92a422","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d"],"data":"0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000039f4d3f2cf92a422"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000039f4d3f2cf92a422","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000039f4d3f2cf92a422"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000039f4d3f2cf92a422"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d"],"data":"0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000039f4d3f2cf92a422"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000020000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000004000020000000000001200000000100000000000000000001000000000000000001000000000100000000000000"},"block_hash":"0x9df5dd6c603f374823eaa685a8fc19c01bc5995dedc287e1a73f1928b7ff1f15","block_number":375},{"info":{"transaction_hash":"0x60c81d585d44bc9608abd606f4a53f047abed9fa7e10a94f12a78199bca6010e","transaction_index":0,"from":"0x344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002d140bef1be0a9d1","output":"0x0000000000000000000000000000000000000000000000002d140bef1be0a9d1","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002d140bef1be0a9d1","output":"0x0000000000000000000000000000000000000000000000002d140bef1be0a9d1","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad90000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002d140bef1be0a9d1"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002d140bef1be0a9d1","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000002d140bef1be0a9d1"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002d140bef1be0a9d1","output":"0x0000000000000000000000000000000000000000000000002d140bef1be0a9d1","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002d140bef1be0a9d1","output":"0x0000000000000000000000000000000000000000000000002d140bef1be0a9d1","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000131957a6d646af7b97","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000131957a6d646af7b97","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002d140bef1be0a9d1","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002d140bef1be0a9d1","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9"],"data":"0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002d140bef1be0a9d1"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000002d140bef1be0a9d1","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000002d140bef1be0a9d1"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad90000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002d140bef1be0a9d1"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9"],"data":"0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002d140bef1be0a9d1"}],"logsBloom":"0x00010000000000200000000000000004000000000000000000000000000000000020000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x401802066546322e2cc4e9a243aafa9094bfb582721d47810f4bd9fe2f12b1a7","block_number":377},{"info":{"transaction_hash":"0x4507df23543ead1d66b11c7cd369aecf0eca3a41bfdc4b2d83e8f393be1b2b47","transaction_index":0,"from":"0x011bd5423c5f77b5a0789e27f922535fd76b688f","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x011bd5423c5f77b5a0789e27f922535fd76b688f","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f"],"data":"0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f"],"data":"0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373300000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f"],"data":"0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f"],"data":"0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373300000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000100000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000001000"},"block_hash":"0x77bb773f2df43400511767948ceac009e9beb1cf30c8576897a376154369a442","block_number":384},{"info":{"transaction_hash":"0x344b80b83748b2ecd3947ca1eaf6170379bfb6d9726f9b7a616b5e6681bf3409","transaction_index":0,"from":"0x586ba39027a74e8d40e6626f89ae97ba7f616644","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x586ba39027a74e8d40e6626f89ae97ba7f616644","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644"],"data":"0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f61664400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644"],"data":"0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f61664400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644"],"data":"0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f61664400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644"],"data":"0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f61664400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383000000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000208000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100020000000000"},"block_hash":"0x6d69bee34fa900b0e04712036b0a28cea9bd0e132e5820bcbc99bc97fd3f4ba7","block_number":398},{"info":{"transaction_hash":"0xc1181d85f5089ff93531771c9129162f629f3b8e2fbe6ee59a7e383fee3cf6c7","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde000000000000000000000000000000000000000000000000043222dc4c4c0ac15","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0"],"data":"0x00000000000000000000000000000000000000000000000043222dc4c4c0ac15"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":205,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0"],"data":"0x00000000000000000000000000000000000000000000000043222dc4c4c0ac15"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000004000000000008000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x3642a3cf3d405751edb01df528ce1b409be7c0ad0e37ce557bda5ac9f7eadbde","block_number":180},{"info":{"transaction_hash":"0x93e261c13f0945b067111f77513936dd0f9796c06cfc396963ba4bbe41c6e3e0","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x262595fa2a3a86adacde208589614d483e3ef1c0","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x262595fa2a3a86adacde208589614d483e3ef1c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":128,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xd3ff25df03163cd3b842e7830739dab8d3762bd770584d84851df6ce5e2cda88","block_number":103},{"info":{"transaction_hash":"0x7292680c4bb63d85d82f159143c471cca5f7124ff14df69ba04174e198ca0e4c","transaction_index":0,"from":"0x3c44cdddb6a900fa2b585dd299e03d12fa4293bc","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x3c44cdddb6a900fa2b585dd299e03d12fa4293bc","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f32","output":"0x","gas_used":114387,"gas_limit":177687,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f32","output":"0x","gas_used":107044,"gas_limit":167720,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"],"data":"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"],"data":"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f32"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":88460,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":79914,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":75900,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":67550,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":136867},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x216a3","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"],"data":"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"],"data":"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f32"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000800000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000200000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x050e703c774777dee45bacc0c6a114338b3d36938b2b407a1d2b59baad89dd32","block_number":242},{"info":{"transaction_hash":"0xb2f19d249078fe29da004b722035acbfa4c5ffc70e89ea97ce060232734f5c3e","transaction_index":0,"from":"0xe5d3ab6883b7e8c35c04675f28bb992ca1129ee4","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xe5d3ab6883b7e8c35c04675f28bb992ca1129ee4","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4"],"data":"0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4"],"data":"0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383800000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4"],"data":"0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4"],"data":"0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383800000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000410008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000004000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400400000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0xe3d90017036fe619e2f73460ddbd8b0551044b4738ba482f2f2f6f4efd18d73f","block_number":414},{"info":{"transaction_hash":"0x943b52b195f5dd0081d15a5b2817e0ce68543d5a54bb5646a1ecaa9ee5a27385","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xfabb0ac9d68b0b445fb7357272ff202c5651694a","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xfabb0ac9d68b0b445fb7357272ff202c5651694a","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":75,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x961cca2df923a5f19dbb630189b48855bf4665f8bf017331fbf57f242a3c239d","block_number":50},{"info":{"transaction_hash":"0xe7ad32f0f4f461c4ac2d2f14c02fd2f24c200a1bc70f9ef6e2ac726fc51528e2","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0xb7f8bc63bbcad18155201308c8f3540b07f84f5e","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xb7f8bc63bbcad18155201308c8f3540b07f84f5e","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x608060405234801561001057600080fd5b506040516104e43803806104e483398101604081905261002f91610151565b61003833610047565b61004181610097565b50610181565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6100aa8161014260201b6101a01760201c565b6101205760405162461bcd60e51b815260206004820152603360248201527f5570677261646561626c65426561636f6e3a20696d706c656d656e746174696f60448201527f6e206973206e6f74206120636f6e747261637400000000000000000000000000606482015260840160405180910390fd5b600180546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b03163b151590565b60006020828403121561016357600080fd5b81516001600160a01b038116811461017a57600080fd5b9392505050565b610354806101906000396000f3fe608060405234801561001057600080fd5b50600436106100575760003560e01c80633659cfe61461005c5780635c60da1b14610071578063715018a61461009a5780638da5cb5b146100a2578063f2fde38b146100b3575b600080fd5b61006f61006a3660046102ee565b6100c6565b005b6001546001600160a01b03165b6040516001600160a01b03909116815260200160405180910390f35b61006f61010e565b6000546001600160a01b031661007e565b61006f6100c13660046102ee565b610122565b6100ce6101af565b6100d781610209565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6101166101af565b610120600061029e565b565b61012a6101af565b6001600160a01b0381166101945760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b61019d8161029e565b50565b6001600160a01b03163b151590565b6000546001600160a01b031633146101205760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161018b565b6001600160a01b0381163b61027c5760405162461bcd60e51b815260206004820152603360248201527f5570677261646561626c65426561636f6e3a20696d706c656d656e746174696f6044820152721b881a5cc81b9bdd08184818dbdb9d1c9858dd606a1b606482015260840161018b565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60006020828403121561030057600080fd5b81356001600160a01b038116811461031757600080fd5b939250505056fea26469706673582212207a1dbf8c64c0b5de37d6770ae1cc181db5b9ab7144084795b6df045324c76ce764736f6c634300080c0033000000000000000000000000610178da211fef7d417bc0e6fed39f05609ad788","output":"0x608060405234801561001057600080fd5b50600436106100575760003560e01c80633659cfe61461005c5780635c60da1b14610071578063715018a61461009a5780638da5cb5b146100a2578063f2fde38b146100b3575b600080fd5b61006f61006a3660046102ee565b6100c6565b005b6001546001600160a01b03165b6040516001600160a01b03909116815260200160405180910390f35b61006f61010e565b6000546001600160a01b031661007e565b61006f6100c13660046102ee565b610122565b6100ce6101af565b6100d781610209565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6101166101af565b610120600061029e565b565b61012a6101af565b6001600160a01b0381166101945760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b61019d8161029e565b50565b6001600160a01b03163b151590565b6000546001600160a01b031633146101205760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161018b565b6001600160a01b0381163b61027c5760405162461bcd60e51b815260206004820152603360248201527f5570677261646561626c65426561636f6e3a20696d706c656d656e746174696f6044820152721b881a5cc81b9bdd08184818dbdb9d1c9858dd606a1b606482015260840161018b565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60006020828403121561030057600080fd5b81356001600160a01b038116811461031757600080fd5b939250505056fea26469706673582212207a1dbf8c64c0b5de37d6770ae1cc181db5b9ab7144084795b6df045324c76ce764736f6c634300080c0033","gas_used":219407,"gas_limit":306958,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x608060405234801561001057600080fd5b50600436106100575760003560e01c80633659cfe61461005c5780635c60da1b14610071578063715018a61461009a5780638da5cb5b146100a2578063f2fde38b146100b3575b600080fd5b61006f61006a3660046102ee565b6100c6565b005b6001546001600160a01b03165b6040516001600160a01b03909116815260200160405180910390f35b61006f61010e565b6000546001600160a01b031661007e565b61006f6100c13660046102ee565b610122565b6100ce6101af565b6100d781610209565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6101166101af565b610120600061029e565b565b61012a6101af565b6001600160a01b0381166101945760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b61019d8161029e565b50565b6001600160a01b03163b151590565b6000546001600160a01b031633146101205760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161018b565b6001600160a01b0381163b61027c5760405162461bcd60e51b815260206004820152603360248201527f5570677261646561626c65426561636f6e3a20696d706c656d656e746174696f6044820152721b881a5cc81b9bdd08184818dbdb9d1c9858dd606a1b606482015260840161018b565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60006020828403121561030057600080fd5b81356001600160a01b038116811461031757600080fd5b939250505056fea26469706673582212207a1dbf8c64c0b5de37d6770ae1cc181db5b9ab7144084795b6df045324c76ce764736f6c634300080c0033","nonce":11,"gas_used":292193},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x47561","logs":[{"address":"0xb7f8bc63bbcad18155201308c8f3540b07f84f5e","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"}],"logsBloom":"0x00000000100000000000000000000000000000000040000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001800000000000000000000000000000000000020000000000000100000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000002000000000000000000020000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x96ba4a3c16e0be12b804a51fa5c8040aa6fd9e63abbd0dcde75e3b51041bd3af","block_number":8},{"info":{"transaction_hash":"0xf8e144e3db1ac96f73fdfef6154469c0f5874d2d36aff5d23e7c57775e00d0e3","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x9a9f2ccfde556a7e9ff0848998aa4a0cfd8863ae","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x9a9f2ccfde556a7e9ff0848998aa4a0cfd8863ae","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6101806040523480156200001257600080fd5b506040516200572e3803806200572e8339810160408190526200003591620002e4565b868686868686866200004885826200037e565b63ffffffff1615620000ed5760405162461bcd60e51b815260206004820152606060248201527f52657761726473436f6f7264696e61746f723a2047454e455349535f5245574160448201527f5244535f54494d455354414d50206d7573742062652061206d756c7469706c6560648201527f206f662043414c43554c4154494f4e5f494e54455256414c5f5345434f4e4453608482015260a4015b60405180910390fd5b620000fc62015180866200037e565b63ffffffff16156200019d5760405162461bcd60e51b815260206004820152605760248201527f52657761726473436f6f7264696e61746f723a2043414c43554c4154494f4e5f60448201527f494e54455256414c5f5345434f4e4453206d7573742062652061206d756c746960648201527f706c65206f6620534e415053484f545f434144454e4345000000000000000000608482015260a401620000e4565b6001600160a01b0396871661012052949095166101405263ffffffff92831660805290821660a052811660c05291821660e0521661010052620001df620001f2565b5050466101605250620003b09350505050565b600054610100900460ff16156200025c5760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608401620000e4565b60005460ff9081161015620002af576000805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b0381168114620002c757600080fd5b50565b805163ffffffff81168114620002df57600080fd5b919050565b600080600080600080600060e0888a0312156200030057600080fd5b87516200030d81620002b1565b60208901519097506200032081620002b1565b95506200033060408901620002ca565b94506200034060608901620002ca565b93506200035060808901620002ca565b92506200036060a08901620002ca565b91506200037060c08901620002ca565b905092959891949750929550565b600063ffffffff80841680620003a457634e487b7160e01b600052601260045260246000fd5b92169190910692915050565b60805160a05160c05160e051610100516101205161014051610160516152e762000447600039600061206e0152600081816105460152613d6f015260006108a00152600081816104700152613c690152600081816103c40152612a1301526000818161051f0152613c270152600081816107ec01526139c401526000818161073e01528181613a7d0152613b4d01526152e76000f3fe608060405234801561001057600080fd5b50600436106103825760003560e01c8063865c6953116101de578063d4540a551161010f578063f2fde38b116100ad578063fabc1cbc1161007c578063fabc1cbc14610931578063fbf1e2c114610944578063fce36c7d14610957578063ff9f6cce1461096a57600080fd5b8063f2fde38b146108f0578063f698da2514610903578063f8cd84481461090b578063f96abf2e1461091e57600080fd5b8063e063f81f116100e9578063e063f81f14610875578063e810ce2114610888578063ea4d3c9b1461089b578063ed71e6a2146108c257600080fd5b8063d4540a551461083c578063dcbb03b31461084f578063de02e5031461086257600080fd5b8063a0169ddd1161017c578063b3dbb0e011610156578063b3dbb0e0146107b4578063bb7e451f146107c7578063bf21a8aa146107e7578063c46db6061461080e57600080fd5b8063a0169ddd14610760578063a50a1d9c14610773578063aebd8bae1461078657600080fd5b80639104c319116101b85780639104c319146107035780639be3d4e41461071e5780639cb9a5fa146107265780639d45c2811461073957600080fd5b8063865c6953146106b4578063886f1195146106df5780638da5cb5b146106f257600080fd5b80633efe1db6116102b85780635c975abb116102565780636d21117e116102305780636d21117e14610663578063715018a6146106915780637b8f8b0514610699578063863cb9a9146106a157600080fd5b80635c975abb146106335780635e9d83481461063b57806363f6a7981461064e57600080fd5b80634d18cc35116102925780634d18cc35146105de57806358baaa3e146105f5578063595c6a67146106085780635ac86ab71461061057600080fd5b80633efe1db6146105925780634596021c146105a55780634b943960146105b857600080fd5b8063149bc8721161032557806337838ed0116102ff57806337838ed01461051a57806339b70e38146105415780633a8c0786146105685780633ccc861d1461057f57600080fd5b8063149bc872146104a55780632b9f64a4146104c657806336af41fa1461050757600080fd5b80630eb38345116103615780630eb383451461044357806310d67a2f14610458578063131433b41461046b578063136439dd1461049257600080fd5b806218572c1461038757806304a0c502146103bf5780630e9a53cf146103fb575b600080fd5b6103aa6103953660046145b1565b60d16020526000908152604090205460ff1681565b60405190151581526020015b60405180910390f35b6103e67f000000000000000000000000000000000000000000000000000000000000000081565b60405163ffffffff90911681526020016103b6565b61040361097d565b604080518251815260208084015163ffffffff908116918301919091528383015116918101919091526060918201511515918101919091526080016103b6565b6104566104513660046145dc565b610a81565b005b6104566104663660046145b1565b610b03565b6103e67f000000000000000000000000000000000000000000000000000000000000000081565b6104566104a0366004614615565b610bbf565b6104b86104b3366004614646565b610cfe565b6040519081526020016103b6565b6104ef6104d43660046145b1565b60cc602052600090815260409020546001600160a01b031681565b6040516001600160a01b0390911681526020016103b6565b6104566105153660046146ae565b610d74565b6103e67f000000000000000000000000000000000000000000000000000000000000000081565b6104ef7f000000000000000000000000000000000000000000000000000000000000000081565b60cb546103e690600160a01b900463ffffffff1681565b61045661058d366004614703565b610f3e565b6104566105a036600461475e565b610fa3565b6104566105b336600461478a565b611274565b6105cb6105c63660046145b1565b61131b565b60405161ffff90911681526020016103b6565b60cb546103e690600160c01b900463ffffffff1681565b6104566106033660046147e1565b611377565b610456611388565b6103aa61061e3660046147fc565b606654600160ff9092169190911b9081161490565b6066546104b8565b6103aa61064936600461481f565b61144f565b60cb546105cb90600160e01b900461ffff1681565b6103aa610671366004614854565b60cf60209081526000928352604080842090915290825290205460ff1681565b6104566114dc565b60ca546104b8565b6104566106af3660046145b1565b6114f0565b6104b86106c2366004614880565b60cd60209081526000928352604080842090915290825290205481565b6065546104ef906001600160a01b031681565b6033546001600160a01b03166104ef565b6104ef73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b610403611501565b6104566107343660046148ae565b61159f565b6103e67f000000000000000000000000000000000000000000000000000000000000000081565b61045661076e3660046145b1565b6117d8565b610456610781366004614915565b611837565b6103aa610794366004614854565b60d260209081526000928352604080842090915290825290205460ff1681565b6104566107c2366004614930565b611848565b6104b86107d53660046145b1565b60ce6020526000908152604090205481565b6103e67f000000000000000000000000000000000000000000000000000000000000000081565b6103aa61081c366004614854565b60d060209081526000928352604080842090915290825290205460ff1681565b61045661084a36600461495c565b611a7b565b61045661085d3660046149cf565b611bc3565b610403610870366004614615565b611e1a565b6105cb610883366004614880565b611eac565b6103e6610896366004614615565b611f19565b6104ef7f000000000000000000000000000000000000000000000000000000000000000081565b6103aa6108d0366004614854565b60d360209081526000928352604080842090915290825290205460ff1681565b6104566108fe3660046145b1565b611ff4565b6104b861206a565b6104b8610919366004614646565b6120a8565b61045661092c3660046147e1565b6120b9565b61045661093f366004614615565b6122ef565b60cb546104ef906001600160a01b031681565b6104566109653660046146ae565b61244b565b6104566109783660046146ae565b6125ca565b60408051608081018252600080825260208201819052918101829052606081019190915260ca545b8015610a5857600060ca6109ba600184614a2c565b815481106109ca576109ca614a43565b600091825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff161580156060830181905291925090610a3a5750806040015163ffffffff164210155b15610a455792915050565b5080610a5081614a59565b9150506109a5565b505060408051608081018252600080825260208201819052918101829052606081019190915290565b610a89612778565b6001600160a01b038216600081815260d1602052604080822054905160ff9091169284151592841515927f4de6293e668df1398422e1def12118052c1539a03cbfedc145895d48d7685f1c9190a4506001600160a01b0391909116600090815260d160205260409020805460ff1916911515919091179055565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610b56573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b7a9190614a70565b6001600160a01b0316336001600160a01b031614610bb35760405162461bcd60e51b8152600401610baa90614a8d565b60405180910390fd5b610bbc816127d2565b50565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610c07573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c2b9190614ad7565b610c475760405162461bcd60e51b8152600401610baa90614af4565b60665481811614610cc05760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610baa565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b600080610d0e60208401846145b1565b8360200135604051602001610d579392919060f89390931b6001600160f81b031916835260609190911b6bffffffffffffffffffffffff19166001830152601582015260350190565b604051602081830303815290604052805190602001209050919050565b60665460019060029081161415610d9d5760405162461bcd60e51b8152600401610baa90614b3c565b33600090815260d1602052604090205460ff16610dcc5760405162461bcd60e51b8152600401610baa90614b73565b60026097541415610def5760405162461bcd60e51b8152600401610baa90614bea565b600260975560005b82811015610f335736848483818110610e1257610e12614a43565b9050602002810190610e249190614c21565b33600081815260ce60209081526040808320549051949550939192610e4f9290918591879101614d7a565b604051602081830303815290604052805190602001209050610e70836128c9565b33600090815260d0602090815260408083208484529091529020805460ff19166001908117909155610ea3908390614daa565b33600081815260ce602052604090819020929092559051829184917f51088b8c89628df3a8174002c2a034d0152fce6af8415d651b2a4734bf27048290610eeb908890614dc2565b60405180910390a4610f1d333060408601803590610f0c90602089016145b1565b6001600160a01b0316929190612adf565b5050508080610f2b90614dd5565b915050610df7565b505060016097555050565b60665460029060049081161415610f675760405162461bcd60e51b8152600401610baa90614b3c565b60026097541415610f8a5760405162461bcd60e51b8152600401610baa90614bea565b6002609755610f998383612b50565b5050600160975550565b60665460039060089081161415610fcc5760405162461bcd60e51b8152600401610baa90614b3c565b60cb546001600160a01b03163314610ff65760405162461bcd60e51b8152600401610baa90614df0565b60cb5463ffffffff600160c01b9091048116908316116110925760405162461bcd60e51b815260206004820152604b60248201527f52657761726473436f6f7264696e61746f722e7375626d6974526f6f743a206e60448201527f657720726f6f74206d75737420626520666f72206e657765722063616c63756c60648201526a185d1959081c195c9a5bd960aa1b608482015260a401610baa565b428263ffffffff161061112b5760405162461bcd60e51b815260206004820152605560248201527f52657761726473436f6f7264696e61746f722e7375626d6974526f6f743a207260448201527f65776172647343616c63756c6174696f6e456e6454696d657374616d702063616064820152746e6e6f7420626520696e207468652066757475726560581b608482015260a401610baa565b60ca5460cb5460009061114b90600160a01b900463ffffffff1642614e44565b6040805160808101825287815263ffffffff878116602080840182815286841685870181815260006060880181815260ca8054600181018255925297517f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee160029092029182015592517f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee290930180549151975193871667ffffffffffffffff1990921691909117600160201b978716979097029690961760ff60401b1916600160401b921515929092029190911790945560cb805463ffffffff60c01b1916600160c01b840217905593519283529394508892908616917fecd866c3c158fa00bf34d803d5f6023000b57080bcb48af004c2b4b46b3afd08910160405180910390a45050505050565b6066546002906004908116141561129d5760405162461bcd60e51b8152600401610baa90614b3c565b600260975414156112c05760405162461bcd60e51b8152600401610baa90614bea565b600260975560005b8381101561130f576112fd8585838181106112e5576112e5614a43565b90506020028101906112f79190614e6c565b84612b50565b8061130781614dd5565b9150506112c8565b50506001609755505050565b6001600160a01b038116600090815260d5602090815260408083208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff169082015261137190612ebd565b92915050565b61137f612778565b610bbc81612f0b565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156113d0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113f49190614ad7565b6114105760405162461bcd60e51b8152600401610baa90614af4565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b60006114d48260ca61146460208301836147e1565b63ffffffff168154811061147a5761147a614a43565b600091825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff1615156060820152612f7c565b506001919050565b6114e4612778565b6114ee600061324d565b565b6114f8612778565b610bbc8161329f565b60408051608081018252600080825260208201819052918101829052606081019190915260ca805461153590600190614a2c565b8154811061154557611545614a43565b600091825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff1615156060820152919050565b606654600590602090811614156115c85760405162461bcd60e51b8152600401610baa90614b3c565b600260975414156115eb5760405162461bcd60e51b8152600401610baa90614bea565b6002609755336001600160a01b0385161461168b5760405162461bcd60e51b815260206004820152605460248201527f52657761726473436f6f7264696e61746f722e6372656174654f70657261746f60448201527f724469726563746564415653526577617264735375626d697373696f6e3a2063606482015273616c6c6572206973206e6f74207468652041565360601b608482015260a401610baa565b60005b8281101561130f57368484838181106116a9576116a9614a43565b90506020028101906116bb9190614e82565b6001600160a01b038716600090815260ce60209081526040808320549051939450926116ed918a918591879101614fff565b6040516020818303038152906040528051906020012090506000611710846132fb565b6001600160a01b038a16600090815260d3602090815260408083208684529091529020805460ff1916600190811790915590915061174f908490614daa565b6001600160a01b038a16600081815260ce60205260409081902092909255905183919033907ffc8888bffd711da60bc5092b33f677d81896fe80ecc677b84cfab8184462b6e0906117a39088908a90615026565b60405180910390a46117c1333083610f0c6040890160208a016145b1565b5050505080806117d090614dd5565b91505061168e565b33600081815260cc602052604080822080546001600160a01b031981166001600160a01b038781169182179093559251911692839185917fbab947934d42e0ad206f25c9cab18b5bb6ae144acfb00f40b4e3aa59590ca31291a4505050565b61183f612778565b610bbc816136cb565b606654600790608090811614156118715760405162461bcd60e51b8152600401610baa90614b3c565b336001600160a01b038416146118f95760405162461bcd60e51b815260206004820152604160248201527f52657761726473436f6f7264696e61746f722e7365744f70657261746f72504960448201527f53706c69743a2063616c6c6572206973206e6f7420746865206f70657261746f6064820152603960f91b608482015260a401610baa565b61271061ffff831611156119805760405162461bcd60e51b815260206004820152604260248201527f52657761726473436f6f7264696e61746f722e7365744f70657261746f72504960448201527f53706c69743a2073706c6974206d757374206265203c3d203130303030206269606482015261707360f01b608482015260a401610baa565b60cb5460009061199d90600160a01b900463ffffffff1642614e44565b6001600160a01b038516600090815260d5602090815260408083208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff1690820152919250906119f790612ebd565b6001600160a01b038616600090815260d560205260409020909150611a1d908584613736565b6040805163ffffffff8416815261ffff838116602083015286168183015290516001600160a01b0387169133917fd1e028bd664486a46ad26040e999cd2d22e1e9a094ee6afe19fcf64678f16f749181900360600190a35050505050565b600054610100900460ff1615808015611a9b5750600054600160ff909116105b80611ab55750303b158015611ab5575060005460ff166001145b611b185760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610baa565b6000805460ff191660011790558015611b3b576000805461ff0019166101001790555b611b436137d1565b60c955611b508686613868565b611b598761324d565b611b628461329f565b611b6b83612f0b565b611b74826136cb565b8015611bba576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050505050565b60665460069060409081161415611bec5760405162461bcd60e51b8152600401610baa90614b3c565b336001600160a01b03851614611c755760405162461bcd60e51b815260206004820152604260248201527f52657761726473436f6f7264696e61746f722e7365744f70657261746f72415660448201527f5353706c69743a2063616c6c6572206973206e6f7420746865206f706572617460648201526137b960f11b608482015260a401610baa565b61271061ffff83161115611cfd5760405162461bcd60e51b815260206004820152604360248201527f52657761726473436f6f7264696e61746f722e7365744f70657261746f72415660448201527f5353706c69743a2073706c6974206d757374206265203c3d203130303030206260648201526269707360e81b608482015260a401610baa565b60cb54600090611d1a90600160a01b900463ffffffff1642614e44565b6001600160a01b03868116600090815260d46020908152604080832093891683529281528282208351606081018552905461ffff80821683526201000082041692820192909252600160201b90910463ffffffff1692810192909252919250611d8290612ebd565b6001600160a01b03808816600090815260d460209081526040808320938a16835292905220909150611db5908584613736565b6040805163ffffffff8416815261ffff838116602083015286168183015290516001600160a01b03878116929089169133917f48e198b6ae357e529204ee53a8e514c470ff77d9cc8e4f7207f8b5d490ae6934919081900360600190a4505050505050565b60408051608081018252600080825260208201819052918101829052606081019190915260ca8281548110611e5157611e51614a43565b600091825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff161515606082015292915050565b6001600160a01b03828116600090815260d46020908152604080832093851683529281528282208351606081018552905461ffff80821683526201000082041692820192909252600160201b90910463ffffffff169281019290925290611f1290612ebd565b9392505050565b60ca546000905b63ffffffff811615611f85578260ca611f3a60018461503f565b63ffffffff1681548110611f5057611f50614a43565b9060005260206000209060020201600001541415611f7357611f1260018261503f565b80611f7d81615064565b915050611f20565b5060405162461bcd60e51b815260206004820152603760248201527f52657761726473436f6f7264696e61746f722e676574526f6f74496e6465784660448201527f726f6d486173683a20726f6f74206e6f7420666f756e640000000000000000006064820152608401610baa565b611ffc612778565b6001600160a01b0381166120615760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610baa565b610bbc8161324d565b60007f000000000000000000000000000000000000000000000000000000000000000046141561209b575060c95490565b6120a36137d1565b905090565b60006001610d0e60208401846145b1565b606654600390600890811614156120e25760405162461bcd60e51b8152600401610baa90614b3c565b60cb546001600160a01b0316331461210c5760405162461bcd60e51b8152600401610baa90614df0565b60ca5463ffffffff83161061217d5760405162461bcd60e51b815260206004820152603160248201527f52657761726473436f6f7264696e61746f722e64697361626c65526f6f743a206044820152700d2dcecc2d8d2c840e4dedee892dcc8caf607b1b6064820152608401610baa565b600060ca8363ffffffff168154811061219857612198614a43565b906000526020600020906002020190508060010160089054906101000a900460ff16156122255760405162461bcd60e51b815260206004820152603560248201527f52657761726473436f6f7264696e61746f722e64697361626c65526f6f743a206044820152741c9bdbdd08185b1c9958591e48191a5cd8589b1959605a1b6064820152608401610baa565b6001810154600160201b900463ffffffff1642106122a45760405162461bcd60e51b815260206004820152603660248201527f52657761726473436f6f7264696e61746f722e64697361626c65526f6f743a206044820152751c9bdbdd08185b1c9958591e481858dd1a5d985d195960521b6064820152608401610baa565b60018101805460ff60401b1916600160401b17905560405163ffffffff8416907fd850e6e5dfa497b72661fa73df2923464eaed9dc2ff1d3cb82bccbfeabe5c41e90600090a2505050565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612342573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123669190614a70565b6001600160a01b0316336001600160a01b0316146123965760405162461bcd60e51b8152600401610baa90614a8d565b6066541981196066541916146124145760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610baa565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c90602001610cf3565b606654600090600190811614156124745760405162461bcd60e51b8152600401610baa90614b3c565b600260975414156124975760405162461bcd60e51b8152600401610baa90614bea565b600260975560005b82811015610f3357368484838181106124ba576124ba614a43565b90506020028101906124cc9190614c21565b33600081815260ce602090815260408083205490519495509391926124f79290918591879101614d7a565b604051602081830303815290604052805190602001209050612518836128c9565b33600090815260cf602090815260408083208484529091529020805460ff1916600190811790915561254b908390614daa565b33600081815260ce602052604090819020929092559051829184917f450a367a380c4e339e5ae7340c8464ef27af7781ad9945cfe8abd828f89e628190612593908890614dc2565b60405180910390a46125b4333060408601803590610f0c90602089016145b1565b50505080806125c290614dd5565b91505061249f565b606654600490601090811614156125f35760405162461bcd60e51b8152600401610baa90614b3c565b33600090815260d1602052604090205460ff166126225760405162461bcd60e51b8152600401610baa90614b73565b600260975414156126455760405162461bcd60e51b8152600401610baa90614bea565b600260975560005b82811015610f33573684848381811061266857612668614a43565b905060200281019061267a9190614c21565b33600081815260ce602090815260408083205490519495509391926126a59290918591879101614d7a565b6040516020818303038152906040528051906020012090506126c6836128c9565b33600090815260d2602090815260408083208484529091529020805460ff191660019081179091556126f9908390614daa565b33600081815260ce602052604090819020929092559051829184917f5251b6fdefcb5d81144e735f69ea4c695fd43b0289ca53dc075033f5fc80068b90612741908890614dc2565b60405180910390a4612762333060408601803590610f0c90602089016145b1565b505050808061277090614dd5565b91505061264d565b6033546001600160a01b031633146114ee5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610baa565b6001600160a01b0381166128605760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610baa565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b6128fb6128d68280615084565b6128e660808501606086016147e1565b6128f660a08601608087016147e1565b613952565b600081604001351161297f5760405162461bcd60e51b815260206004820152604160248201527f52657761726473436f6f7264696e61746f722e5f76616c69646174655265776160448201527f7264735375626d697373696f6e3a20616d6f756e742063616e6e6f74206265206064820152600360fc1b608482015260a401610baa565b6f4b3b4ca85a86c47a098a223fffffffff81604001351115612a095760405162461bcd60e51b815260206004820152603f60248201527f52657761726473436f6f7264696e61746f722e5f76616c69646174655265776160448201527f7264735375626d697373696f6e3a20616d6f756e7420746f6f206c61726765006064820152608401610baa565b612a3963ffffffff7f00000000000000000000000000000000000000000000000000000000000000001642614daa565b612a4960808301606084016147e1565b63ffffffff161115610bbc5760405162461bcd60e51b815260206004820152605360248201527f52657761726473436f6f7264696e61746f722e5f76616c69646174655265776160448201527f7264735375626d697373696f6e3a20737461727454696d657374616d7020746f6064820152726f2066617220696e207468652066757475726560681b608482015260a401610baa565b6040516001600160a01b0380851660248301528316604482015260648101829052612b4a9085906323b872dd60e01b906084015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152613f41565b50505050565b600060ca612b6160208501856147e1565b63ffffffff1681548110612b7757612b77614a43565b600091825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff16151560608201529050612bd88382612f7c565b6000612bea60808501606086016145b1565b6001600160a01b03808216600090815260cc60205260409020549192501680612c105750805b336001600160a01b03821614612c8e5760405162461bcd60e51b815260206004820152603c60248201527f52657761726473436f6f7264696e61746f722e70726f63657373436c61696d3a60448201527f2063616c6c6572206973206e6f742076616c696420636c61696d6572000000006064820152608401610baa565b60005b612c9e60a08701876150ce565b9050811015612eb55736612cb560e0880188615084565b83818110612cc557612cc5614a43565b6001600160a01b038716600090815260cd602090815260408083209302949094019450929091508290612cfa908501856145b1565b6001600160a01b03166001600160a01b0316815260200190815260200160002054905080826020013511612db45760405162461bcd60e51b815260206004820152605560248201527f52657761726473436f6f7264696e61746f722e70726f63657373436c61696d3a60448201527f2063756d756c61746976654561726e696e6773206d75737420626520677420746064820152741a185b8818dd5b5d5b185d1a5d9950db185a5b5959605a1b608482015260a401610baa565b6000612dc4826020850135614a2c565b6001600160a01b038716600090815260cd60209081526040822092935085018035929190612df290876145b1565b6001600160a01b0316815260208082019290925260400160002091909155612e349089908390612e24908701876145b1565b6001600160a01b03169190614013565b86516001600160a01b03808a1691878216918916907f9543dbd55580842586a951f0386e24d68a5df99ae29e3b216588b45fd684ce3190612e7860208901896145b1565b604080519283526001600160a01b039091166020830152810186905260600160405180910390a45050508080612ead90614dd5565b915050612c91565b505050505050565b6000816040015163ffffffff1660001415612ee557505060cb54600160e01b900461ffff1690565b816040015163ffffffff16421015612efe578151611371565b506020015190565b919050565b60cb546040805163ffffffff600160a01b9093048316815291831660208301527faf557c6c02c208794817a705609cfa935f827312a1adfdd26494b6b95dd2b4b3910160405180910390a160cb805463ffffffff909216600160a01b0263ffffffff60a01b19909216919091179055565b806060015115612fd55760405162461bcd60e51b8152602060048201526030602482015260008051602061523283398151915260448201526f1c9bdbdd081a5cc8191a5cd8589b195960821b6064820152608401610baa565b806040015163ffffffff1642101561303c5760405162461bcd60e51b815260206004820152603660248201526000805160206152328339815191526044820152751c9bdbdd081b9bdd081858dd1a5d985d1959081e595d60521b6064820152608401610baa565b61304960c08301836150ce565b905061305860a08401846150ce565b9050146130d05760405162461bcd60e51b815260206004820152604c602482015260008051602061523283398151915260448201527f746f6b656e496e646963657320616e6420746f6b656e50726f6f6673206c656e60648201526b0cee8d040dad2e6dac2e8c6d60a31b608482015260a401610baa565b6130dd60e0830183615084565b90506130ec60c08401846150ce565b9050146131625760405162461bcd60e51b815260206004820152604a602482015260008051602061523283398151915260448201527f746f6b656e5472656550726f6f667320616e64206c6561766573206c656e67746064820152690d040dad2e6dac2e8c6d60b31b608482015260a401610baa565b805161318e9061317860408501602086016147e1565b6131856040860186615118565b86606001614043565b60005b61319e60a08401846150ce565b90508110156132485761323860808401356131bc60a08601866150ce565b848181106131cc576131cc614a43565b90506020020160208101906131e191906147e1565b6131ee60c08701876150ce565b858181106131fe576131fe614a43565b90506020028101906132109190615118565b61321d60e0890189615084565b8781811061322d5761322d614a43565b9050604002016141af565b61324181614dd5565b9050613191565b505050565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b60cb546040516001600160a01b038084169216907f237b82f438d75fc568ebab484b75b01d9287b9e98b490b7c23221623b6705dbb90600090a360cb80546001600160a01b0319166001600160a01b0392909216919091179055565b600061332a61330a8380615084565b61331a60808601606087016147e1565b6128f660a08701608088016147e1565b60006133396040840184615084565b9050116133b95760405162461bcd60e51b8152602060048201526054602482015260008051602061527283398151915260448201527f61746f724469726563746564526577617264735375626d697373696f6e3a206e6064820152731bc81bdc195c985d1bdc9cc81c995dd85c99195960621b608482015260a401610baa565b60008060005b6133cc6040860186615084565b90508110156135fe57366133e36040870187615084565b838181106133f3576133f3614a43565b6040029190910191506000905061340d60208301836145b1565b6001600160a01b0316141561348c5760405162461bcd60e51b815260206004820152605b6024820152600080516020615272833981519152604482015260008051602061525283398151915260648201527f70657261746f722063616e6e6f74206265203020616464726573730000000000608482015260a401610baa565b61349960208201826145b1565b6001600160a01b0316836001600160a01b0316106135475760405162461bcd60e51b81526020600482015260786024820152600080516020615272833981519152604482015260008051602061525283398151915260648201527f70657261746f7273206d75737420626520696e20617363656e64696e67206f7260848201527f64657220746f2068616e646c65206475706c696361746573000000000000000060a482015260c401610baa565b61355460208201826145b1565b925060008160200135116135dc5760405162461bcd60e51b81526020600482015260616024820152600080516020615272833981519152604482015260008051602061525283398151915260648201527f70657261746f722072657761726420616d6f756e742063616e6e6f74206265206084820152600360fc1b60a482015260c401610baa565b6135ea602082013585614daa565b935050806135f790614dd5565b90506133bf565b504261361060a08601608087016147e1565b61362060808701606088016147e1565b61362a9190614e44565b63ffffffff16106136c45760405162461bcd60e51b81526020600482015260766024820152600080516020615272833981519152604482015260008051602061525283398151915260648201527f70657261746f722d64697265637465642072657761726473207375626d697373608482015275696f6e206973206e6f7420726574726f61637469766560501b60a482015260c401610baa565b5092915050565b60cb546040805161ffff600160e01b9093048316815291831660208301527fe6cd4edfdcc1f6d130ab35f73d72378f3a642944fb4ee5bd84b7807a81ea1c4e910160405180910390a160cb805461ffff909216600160e01b0261ffff60e01b19909216919091179055565b8254600160201b900463ffffffff164210613795578254600160201b900463ffffffff1661377e5760cb548354600160e01b90910461ffff1661ffff19909116178355613795565b825462010000810461ffff1661ffff199091161783555b825463ffffffff909116600160201b0267ffffffff000000001961ffff90931662010000029290921667ffffffffffff00001990911617179055565b604080518082018252600a81526922b4b3b2b72630bcb2b960b11b60209182015281517f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866818301527f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea81840152466060820152306080808301919091528351808303909101815260a0909101909252815191012090565b6065546001600160a01b031615801561388957506001600160a01b03821615155b61390b5760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610baa565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a261394e826127d2565b5050565b826139c25760405162461bcd60e51b8152602060048201526046602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a206e6f207374726174656769606482015265195cc81cd95d60d21b608482015260a401610baa565b7f000000000000000000000000000000000000000000000000000000000000000063ffffffff168163ffffffff161115613a785760405162461bcd60e51b815260206004820152605a602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a206475726174696f6e20657860648201527f6365656473204d41585f524557415244535f4455524154494f4e000000000000608482015260a401610baa565b613aa27f000000000000000000000000000000000000000000000000000000000000000082615175565b63ffffffff1615613b485760405162461bcd60e51b8152602060048201526070602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a206475726174696f6e206d7560648201527f73742062652061206d756c7469706c65206f662043414c43554c4154494f4e5f60848201526f494e54455256414c5f5345434f4e445360801b60a482015260c401610baa565b613b727f000000000000000000000000000000000000000000000000000000000000000083615175565b63ffffffff1615613c1e5760405162461bcd60e51b8152602060048201526076602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a20737461727454696d65737460648201527f616d70206d7573742062652061206d756c7469706c65206f662043414c43554c6084820152754154494f4e5f494e54455256414c5f5345434f4e445360501b60a482015260c401610baa565b8163ffffffff167f000000000000000000000000000000000000000000000000000000000000000063ffffffff1642613c579190614a2c565b11158015613c9157508163ffffffff167f000000000000000000000000000000000000000000000000000000000000000063ffffffff1611155b613d175760405162461bcd60e51b8152602060048201526057602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a20737461727454696d65737460648201527f616d7020746f6f2066617220696e207468652070617374000000000000000000608482015260a401610baa565b6000805b84811015612eb5576000868683818110613d3757613d37614a43565b613d4d92602060409092020190810191506145b1565b60405163198f077960e21b81526001600160a01b0380831660048301529192507f00000000000000000000000000000000000000000000000000000000000000009091169063663c1de490602401602060405180830381865afa158015613db8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613ddc9190614ad7565b80613e0357506001600160a01b03811673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0145b613e7c5760405162461bcd60e51b8152602060048201526050602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a20696e76616c69642073747260648201526f185d1959de4818dbdb9cda59195c995960821b608482015260a401610baa565b806001600160a01b0316836001600160a01b031610613f2f5760405162461bcd60e51b815260206004820152606f602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a20737472617465676965732060648201527f6d75737420626520696e20617363656e64696e67206f7264657220746f20686160848201526e6e646c65206475706c69636174657360881b60a482015260c401610baa565b9150613f3a81614dd5565b9050613d1b565b6000613f96826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166143009092919063ffffffff16565b8051909150156132485780806020019051810190613fb49190614ad7565b6132485760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610baa565b6040516001600160a01b03831660248201526044810182905261324890849063a9059cbb60e01b90606401612b13565b61404e602083615198565b6001901b8463ffffffff16106140d85760405162461bcd60e51b815260206004820152604360248201527f52657761726473436f6f7264696e61746f722e5f7665726966794561726e657260448201527f436c61696d50726f6f663a20696e76616c6964206561726e65724c656166496e6064820152620c8caf60eb1b608482015260a401610baa565b60006140e382610cfe565b905061412e84848080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508a92508591505063ffffffff8916614317565b612eb55760405162461bcd60e51b815260206004820152604660248201527f52657761726473436f6f7264696e61746f722e5f7665726966794561726e657260448201527f436c61696d50726f6f663a20696e76616c6964206561726e657220636c61696d60648201526510383937b7b360d11b608482015260a401610baa565b6141ba602083615198565b6001901b8463ffffffff16106142385760405162461bcd60e51b815260206004820152603c60248201527f52657761726473436f6f7264696e61746f722e5f766572696679546f6b656e4360448201527f6c61696d3a20696e76616c696420746f6b656e4c656166496e646578000000006064820152608401610baa565b6000614243826120a8565b905061428e84848080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508a92508591505063ffffffff8916614317565b612eb55760405162461bcd60e51b815260206004820152603f60248201527f52657761726473436f6f7264696e61746f722e5f766572696679546f6b656e4360448201527f6c61696d3a20696e76616c696420746f6b656e20636c61696d2070726f6f66006064820152608401610baa565b606061430f848460008561432f565b949350505050565b600083614325868585614460565b1495945050505050565b6060824710156143905760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610baa565b6001600160a01b0385163b6143e75760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610baa565b600080866001600160a01b0316858760405161440391906151d8565b60006040518083038185875af1925050503d8060008114614440576040519150601f19603f3d011682016040523d82523d6000602084013e614445565b606091505b5091509150614455828286614563565b979650505050505050565b60006020845161447091906151ea565b156144f75760405162461bcd60e51b815260206004820152604b60248201527f4d65726b6c652e70726f63657373496e636c7573696f6e50726f6f664b65636360448201527f616b3a2070726f6f66206c656e6774682073686f756c642062652061206d756c60648201526a3a34b836329037b310199960a91b608482015260a401610baa565b8260205b8551811161455a5761450e6002856151ea565b61452f57816000528086015160205260406000209150600284049350614548565b8086015160005281602052604060002091506002840493505b614553602082614daa565b90506144fb565b50949350505050565b60608315614572575081611f12565b8251156145825782518084602001fd5b8160405162461bcd60e51b8152600401610baa91906151fe565b6001600160a01b0381168114610bbc57600080fd5b6000602082840312156145c357600080fd5b8135611f128161459c565b8015158114610bbc57600080fd5b600080604083850312156145ef57600080fd5b82356145fa8161459c565b9150602083013561460a816145ce565b809150509250929050565b60006020828403121561462757600080fd5b5035919050565b60006040828403121561464057600080fd5b50919050565b60006040828403121561465857600080fd5b611f12838361462e565b60008083601f84011261467457600080fd5b50813567ffffffffffffffff81111561468c57600080fd5b6020830191508360208260051b85010111156146a757600080fd5b9250929050565b600080602083850312156146c157600080fd5b823567ffffffffffffffff8111156146d857600080fd5b6146e485828601614662565b90969095509350505050565b6000610100828403121561464057600080fd5b6000806040838503121561471657600080fd5b823567ffffffffffffffff81111561472d57600080fd5b614739858286016146f0565b925050602083013561460a8161459c565b803563ffffffff81168114612f0657600080fd5b6000806040838503121561477157600080fd5b823591506147816020840161474a565b90509250929050565b60008060006040848603121561479f57600080fd5b833567ffffffffffffffff8111156147b657600080fd5b6147c286828701614662565b90945092505060208401356147d68161459c565b809150509250925092565b6000602082840312156147f357600080fd5b611f128261474a565b60006020828403121561480e57600080fd5b813560ff81168114611f1257600080fd5b60006020828403121561483157600080fd5b813567ffffffffffffffff81111561484857600080fd5b61430f848285016146f0565b6000806040838503121561486757600080fd5b82356148728161459c565b946020939093013593505050565b6000806040838503121561489357600080fd5b823561489e8161459c565b9150602083013561460a8161459c565b6000806000604084860312156148c357600080fd5b83356148ce8161459c565b9250602084013567ffffffffffffffff8111156148ea57600080fd5b6148f686828701614662565b9497909650939450505050565b803561ffff81168114612f0657600080fd5b60006020828403121561492757600080fd5b611f1282614903565b6000806040838503121561494357600080fd5b823561494e8161459c565b915061478160208401614903565b60008060008060008060c0878903121561497557600080fd5b86356149808161459c565b955060208701356149908161459c565b94506040870135935060608701356149a78161459c565b92506149b56080880161474a565b91506149c360a08801614903565b90509295509295509295565b6000806000606084860312156149e457600080fd5b83356149ef8161459c565b925060208401356149ff8161459c565b9150614a0d60408501614903565b90509250925092565b634e487b7160e01b600052601160045260246000fd5b600082821015614a3e57614a3e614a16565b500390565b634e487b7160e01b600052603260045260246000fd5b600081614a6857614a68614a16565b506000190190565b600060208284031215614a8257600080fd5b8151611f128161459c565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215614ae957600080fd5b8151611f12816145ce565b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b60208082526019908201527f5061757361626c653a20696e6465782069732070617573656400000000000000604082015260600190565b60208082526051908201527f52657761726473436f6f7264696e61746f723a2063616c6c6572206973206e6f60408201527f7420612076616c69642063726561746552657761726473466f72416c6c53756260608201527036b4b9b9b4b7b71039bab136b4ba3a32b960791b608082015260a00190565b6020808252601f908201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604082015260600190565b60008235609e19833603018112614c3757600080fd5b9190910192915050565b6000808335601e19843603018112614c5857600080fd5b830160208101925035905067ffffffffffffffff811115614c7857600080fd5b8060061b36038313156146a757600080fd5b818352600060208085019450826000805b86811015614cef578235614cae8161459c565b6001600160a01b03168852828401356bffffffffffffffffffffffff8116808214614cd7578384fd5b89860152506040978801979290920191600101614c9b565b50959695505050505050565b6000614d078283614c41565b60a08552614d1960a086018284614c8a565b9150506020830135614d2a8161459c565b6001600160a01b0316602085015260408381013590850152614d4e6060840161474a565b63ffffffff808216606087015280614d686080870161474a565b16608087015250508091505092915050565b60018060a01b0384168152826020820152606060408201526000614da16060830184614cfb565b95945050505050565b60008219821115614dbd57614dbd614a16565b500190565b602081526000611f126020830184614cfb565b6000600019821415614de957614de9614a16565b5060010190565b60208082526034908201527f52657761726473436f6f7264696e61746f723a2063616c6c6572206973206e6f6040820152733a103a3432903932bbb0b93239aab83230ba32b960611b606082015260800190565b600063ffffffff808316818516808303821115614e6357614e63614a16565b01949350505050565b6000823560fe19833603018112614c3757600080fd5b6000823560be19833603018112614c3757600080fd5b6000808335601e19843603018112614eaf57600080fd5b830160208101925035905067ffffffffffffffff811115614ecf57600080fd5b8036038313156146a757600080fd5b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6000614f138283614c41565b60c08552614f2560c086018284614c8a565b915050602080840135614f378161459c565b6001600160a01b0390811686830152604090614f5586830187614c41565b888603848a015280865290946000919085015b81831015614f99578635614f7b8161459c565b84168152868601358682015295840195600192909201918401614f68565b614fa560608a0161474a565b63ffffffff811660608c01529650614fbf60808a0161474a565b63ffffffff811660808c01529650614fda60a08a018a614e98565b9750955089810360a08b0152614ff1818888614ede565b9a9950505050505050505050565b60018060a01b0384168152826020820152606060408201526000614da16060830184614f07565b82815260406020820152600061430f6040830184614f07565b600063ffffffff8381169083168181101561505c5761505c614a16565b039392505050565b600063ffffffff82168061507a5761507a614a16565b6000190192915050565b6000808335601e1984360301811261509b57600080fd5b83018035915067ffffffffffffffff8211156150b657600080fd5b6020019150600681901b36038213156146a757600080fd5b6000808335601e198436030181126150e557600080fd5b83018035915067ffffffffffffffff82111561510057600080fd5b6020019150600581901b36038213156146a757600080fd5b6000808335601e1984360301811261512f57600080fd5b83018035915067ffffffffffffffff82111561514a57600080fd5b6020019150368190038213156146a757600080fd5b634e487b7160e01b600052601260045260246000fd5b600063ffffffff8084168061518c5761518c61515f565b92169190910692915050565b6000826151a7576151a761515f565b500490565b60005b838110156151c75781810151838201526020016151af565b83811115612b4a5750506000910152565b60008251614c378184602087016151ac565b6000826151f9576151f961515f565b500690565b602081526000825180602084015261521d8160408501602087016151ac565b601f01601f1916919091016040019291505056fe52657761726473436f6f7264696e61746f722e5f636865636b436c61696d3a2061746f724469726563746564526577617264735375626d697373696f6e3a206f52657761726473436f6f7264696e61746f722e5f76616c69646174654f70657252657761726473436f6f7264696e61746f722e5f76616c6964617465436f6d6da2646970667358221220081e7033322140012f1d9ef09b55b455e888c99c5a08a478635131f15ff9795b64736f6c634300080c0033000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c90000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757070000000000000000000000000000000000000000000000000000000000093a8000000000000000000000000000000000000000000000000000000000005c4900000000000000000000000000000000000000000000000000000000000076a7000000000000000000000000000000000000000000000000000000000000278d000000000000000000000000000000000000000000000000000000000065fb7880","output":"0x608060405234801561001057600080fd5b50600436106103825760003560e01c8063865c6953116101de578063d4540a551161010f578063f2fde38b116100ad578063fabc1cbc1161007c578063fabc1cbc14610931578063fbf1e2c114610944578063fce36c7d14610957578063ff9f6cce1461096a57600080fd5b8063f2fde38b146108f0578063f698da2514610903578063f8cd84481461090b578063f96abf2e1461091e57600080fd5b8063e063f81f116100e9578063e063f81f14610875578063e810ce2114610888578063ea4d3c9b1461089b578063ed71e6a2146108c257600080fd5b8063d4540a551461083c578063dcbb03b31461084f578063de02e5031461086257600080fd5b8063a0169ddd1161017c578063b3dbb0e011610156578063b3dbb0e0146107b4578063bb7e451f146107c7578063bf21a8aa146107e7578063c46db6061461080e57600080fd5b8063a0169ddd14610760578063a50a1d9c14610773578063aebd8bae1461078657600080fd5b80639104c319116101b85780639104c319146107035780639be3d4e41461071e5780639cb9a5fa146107265780639d45c2811461073957600080fd5b8063865c6953146106b4578063886f1195146106df5780638da5cb5b146106f257600080fd5b80633efe1db6116102b85780635c975abb116102565780636d21117e116102305780636d21117e14610663578063715018a6146106915780637b8f8b0514610699578063863cb9a9146106a157600080fd5b80635c975abb146106335780635e9d83481461063b57806363f6a7981461064e57600080fd5b80634d18cc35116102925780634d18cc35146105de57806358baaa3e146105f5578063595c6a67146106085780635ac86ab71461061057600080fd5b80633efe1db6146105925780634596021c146105a55780634b943960146105b857600080fd5b8063149bc8721161032557806337838ed0116102ff57806337838ed01461051a57806339b70e38146105415780633a8c0786146105685780633ccc861d1461057f57600080fd5b8063149bc872146104a55780632b9f64a4146104c657806336af41fa1461050757600080fd5b80630eb38345116103615780630eb383451461044357806310d67a2f14610458578063131433b41461046b578063136439dd1461049257600080fd5b806218572c1461038757806304a0c502146103bf5780630e9a53cf146103fb575b600080fd5b6103aa6103953660046145b1565b60d16020526000908152604090205460ff1681565b60405190151581526020015b60405180910390f35b6103e67f0000000000000000000000000000000000000000000000000000000000278d0081565b60405163ffffffff90911681526020016103b6565b61040361097d565b604080518251815260208084015163ffffffff908116918301919091528383015116918101919091526060918201511515918101919091526080016103b6565b6104566104513660046145dc565b610a81565b005b6104566104663660046145b1565b610b03565b6103e67f0000000000000000000000000000000000000000000000000000000065fb788081565b6104566104a0366004614615565b610bbf565b6104b86104b3366004614646565b610cfe565b6040519081526020016103b6565b6104ef6104d43660046145b1565b60cc602052600090815260409020546001600160a01b031681565b6040516001600160a01b0390911681526020016103b6565b6104566105153660046146ae565b610d74565b6103e67f000000000000000000000000000000000000000000000000000000000076a70081565b6104ef7f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570781565b60cb546103e690600160a01b900463ffffffff1681565b61045661058d366004614703565b610f3e565b6104566105a036600461475e565b610fa3565b6104566105b336600461478a565b611274565b6105cb6105c63660046145b1565b61131b565b60405161ffff90911681526020016103b6565b60cb546103e690600160c01b900463ffffffff1681565b6104566106033660046147e1565b611377565b610456611388565b6103aa61061e3660046147fc565b606654600160ff9092169190911b9081161490565b6066546104b8565b6103aa61064936600461481f565b61144f565b60cb546105cb90600160e01b900461ffff1681565b6103aa610671366004614854565b60cf60209081526000928352604080842090915290825290205460ff1681565b6104566114dc565b60ca546104b8565b6104566106af3660046145b1565b6114f0565b6104b86106c2366004614880565b60cd60209081526000928352604080842090915290825290205481565b6065546104ef906001600160a01b031681565b6033546001600160a01b03166104ef565b6104ef73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b610403611501565b6104566107343660046148ae565b61159f565b6103e67f0000000000000000000000000000000000000000000000000000000000093a8081565b61045661076e3660046145b1565b6117d8565b610456610781366004614915565b611837565b6103aa610794366004614854565b60d260209081526000928352604080842090915290825290205460ff1681565b6104566107c2366004614930565b611848565b6104b86107d53660046145b1565b60ce6020526000908152604090205481565b6103e67f00000000000000000000000000000000000000000000000000000000005c490081565b6103aa61081c366004614854565b60d060209081526000928352604080842090915290825290205460ff1681565b61045661084a36600461495c565b611a7b565b61045661085d3660046149cf565b611bc3565b610403610870366004614615565b611e1a565b6105cb610883366004614880565b611eac565b6103e6610896366004614615565b611f19565b6104ef7f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b6103aa6108d0366004614854565b60d360209081526000928352604080842090915290825290205460ff1681565b6104566108fe3660046145b1565b611ff4565b6104b861206a565b6104b8610919366004614646565b6120a8565b61045661092c3660046147e1565b6120b9565b61045661093f366004614615565b6122ef565b60cb546104ef906001600160a01b031681565b6104566109653660046146ae565b61244b565b6104566109783660046146ae565b6125ca565b60408051608081018252600080825260208201819052918101829052606081019190915260ca545b8015610a5857600060ca6109ba600184614a2c565b815481106109ca576109ca614a43565b600091825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff161580156060830181905291925090610a3a5750806040015163ffffffff164210155b15610a455792915050565b5080610a5081614a59565b9150506109a5565b505060408051608081018252600080825260208201819052918101829052606081019190915290565b610a89612778565b6001600160a01b038216600081815260d1602052604080822054905160ff9091169284151592841515927f4de6293e668df1398422e1def12118052c1539a03cbfedc145895d48d7685f1c9190a4506001600160a01b0391909116600090815260d160205260409020805460ff1916911515919091179055565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610b56573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b7a9190614a70565b6001600160a01b0316336001600160a01b031614610bb35760405162461bcd60e51b8152600401610baa90614a8d565b60405180910390fd5b610bbc816127d2565b50565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610c07573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c2b9190614ad7565b610c475760405162461bcd60e51b8152600401610baa90614af4565b60665481811614610cc05760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610baa565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b600080610d0e60208401846145b1565b8360200135604051602001610d579392919060f89390931b6001600160f81b031916835260609190911b6bffffffffffffffffffffffff19166001830152601582015260350190565b604051602081830303815290604052805190602001209050919050565b60665460019060029081161415610d9d5760405162461bcd60e51b8152600401610baa90614b3c565b33600090815260d1602052604090205460ff16610dcc5760405162461bcd60e51b8152600401610baa90614b73565b60026097541415610def5760405162461bcd60e51b8152600401610baa90614bea565b600260975560005b82811015610f335736848483818110610e1257610e12614a43565b9050602002810190610e249190614c21565b33600081815260ce60209081526040808320549051949550939192610e4f9290918591879101614d7a565b604051602081830303815290604052805190602001209050610e70836128c9565b33600090815260d0602090815260408083208484529091529020805460ff19166001908117909155610ea3908390614daa565b33600081815260ce602052604090819020929092559051829184917f51088b8c89628df3a8174002c2a034d0152fce6af8415d651b2a4734bf27048290610eeb908890614dc2565b60405180910390a4610f1d333060408601803590610f0c90602089016145b1565b6001600160a01b0316929190612adf565b5050508080610f2b90614dd5565b915050610df7565b505060016097555050565b60665460029060049081161415610f675760405162461bcd60e51b8152600401610baa90614b3c565b60026097541415610f8a5760405162461bcd60e51b8152600401610baa90614bea565b6002609755610f998383612b50565b5050600160975550565b60665460039060089081161415610fcc5760405162461bcd60e51b8152600401610baa90614b3c565b60cb546001600160a01b03163314610ff65760405162461bcd60e51b8152600401610baa90614df0565b60cb5463ffffffff600160c01b9091048116908316116110925760405162461bcd60e51b815260206004820152604b60248201527f52657761726473436f6f7264696e61746f722e7375626d6974526f6f743a206e60448201527f657720726f6f74206d75737420626520666f72206e657765722063616c63756c60648201526a185d1959081c195c9a5bd960aa1b608482015260a401610baa565b428263ffffffff161061112b5760405162461bcd60e51b815260206004820152605560248201527f52657761726473436f6f7264696e61746f722e7375626d6974526f6f743a207260448201527f65776172647343616c63756c6174696f6e456e6454696d657374616d702063616064820152746e6e6f7420626520696e207468652066757475726560581b608482015260a401610baa565b60ca5460cb5460009061114b90600160a01b900463ffffffff1642614e44565b6040805160808101825287815263ffffffff878116602080840182815286841685870181815260006060880181815260ca8054600181018255925297517f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee160029092029182015592517f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee290930180549151975193871667ffffffffffffffff1990921691909117600160201b978716979097029690961760ff60401b1916600160401b921515929092029190911790945560cb805463ffffffff60c01b1916600160c01b840217905593519283529394508892908616917fecd866c3c158fa00bf34d803d5f6023000b57080bcb48af004c2b4b46b3afd08910160405180910390a45050505050565b6066546002906004908116141561129d5760405162461bcd60e51b8152600401610baa90614b3c565b600260975414156112c05760405162461bcd60e51b8152600401610baa90614bea565b600260975560005b8381101561130f576112fd8585838181106112e5576112e5614a43565b90506020028101906112f79190614e6c565b84612b50565b8061130781614dd5565b9150506112c8565b50506001609755505050565b6001600160a01b038116600090815260d5602090815260408083208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff169082015261137190612ebd565b92915050565b61137f612778565b610bbc81612f0b565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156113d0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113f49190614ad7565b6114105760405162461bcd60e51b8152600401610baa90614af4565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b60006114d48260ca61146460208301836147e1565b63ffffffff168154811061147a5761147a614a43565b600091825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff1615156060820152612f7c565b506001919050565b6114e4612778565b6114ee600061324d565b565b6114f8612778565b610bbc8161329f565b60408051608081018252600080825260208201819052918101829052606081019190915260ca805461153590600190614a2c565b8154811061154557611545614a43565b600091825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff1615156060820152919050565b606654600590602090811614156115c85760405162461bcd60e51b8152600401610baa90614b3c565b600260975414156115eb5760405162461bcd60e51b8152600401610baa90614bea565b6002609755336001600160a01b0385161461168b5760405162461bcd60e51b815260206004820152605460248201527f52657761726473436f6f7264696e61746f722e6372656174654f70657261746f60448201527f724469726563746564415653526577617264735375626d697373696f6e3a2063606482015273616c6c6572206973206e6f74207468652041565360601b608482015260a401610baa565b60005b8281101561130f57368484838181106116a9576116a9614a43565b90506020028101906116bb9190614e82565b6001600160a01b038716600090815260ce60209081526040808320549051939450926116ed918a918591879101614fff565b6040516020818303038152906040528051906020012090506000611710846132fb565b6001600160a01b038a16600090815260d3602090815260408083208684529091529020805460ff1916600190811790915590915061174f908490614daa565b6001600160a01b038a16600081815260ce60205260409081902092909255905183919033907ffc8888bffd711da60bc5092b33f677d81896fe80ecc677b84cfab8184462b6e0906117a39088908a90615026565b60405180910390a46117c1333083610f0c6040890160208a016145b1565b5050505080806117d090614dd5565b91505061168e565b33600081815260cc602052604080822080546001600160a01b031981166001600160a01b038781169182179093559251911692839185917fbab947934d42e0ad206f25c9cab18b5bb6ae144acfb00f40b4e3aa59590ca31291a4505050565b61183f612778565b610bbc816136cb565b606654600790608090811614156118715760405162461bcd60e51b8152600401610baa90614b3c565b336001600160a01b038416146118f95760405162461bcd60e51b815260206004820152604160248201527f52657761726473436f6f7264696e61746f722e7365744f70657261746f72504960448201527f53706c69743a2063616c6c6572206973206e6f7420746865206f70657261746f6064820152603960f91b608482015260a401610baa565b61271061ffff831611156119805760405162461bcd60e51b815260206004820152604260248201527f52657761726473436f6f7264696e61746f722e7365744f70657261746f72504960448201527f53706c69743a2073706c6974206d757374206265203c3d203130303030206269606482015261707360f01b608482015260a401610baa565b60cb5460009061199d90600160a01b900463ffffffff1642614e44565b6001600160a01b038516600090815260d5602090815260408083208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff1690820152919250906119f790612ebd565b6001600160a01b038616600090815260d560205260409020909150611a1d908584613736565b6040805163ffffffff8416815261ffff838116602083015286168183015290516001600160a01b0387169133917fd1e028bd664486a46ad26040e999cd2d22e1e9a094ee6afe19fcf64678f16f749181900360600190a35050505050565b600054610100900460ff1615808015611a9b5750600054600160ff909116105b80611ab55750303b158015611ab5575060005460ff166001145b611b185760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610baa565b6000805460ff191660011790558015611b3b576000805461ff0019166101001790555b611b436137d1565b60c955611b508686613868565b611b598761324d565b611b628461329f565b611b6b83612f0b565b611b74826136cb565b8015611bba576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050505050565b60665460069060409081161415611bec5760405162461bcd60e51b8152600401610baa90614b3c565b336001600160a01b03851614611c755760405162461bcd60e51b815260206004820152604260248201527f52657761726473436f6f7264696e61746f722e7365744f70657261746f72415660448201527f5353706c69743a2063616c6c6572206973206e6f7420746865206f706572617460648201526137b960f11b608482015260a401610baa565b61271061ffff83161115611cfd5760405162461bcd60e51b815260206004820152604360248201527f52657761726473436f6f7264696e61746f722e7365744f70657261746f72415660448201527f5353706c69743a2073706c6974206d757374206265203c3d203130303030206260648201526269707360e81b608482015260a401610baa565b60cb54600090611d1a90600160a01b900463ffffffff1642614e44565b6001600160a01b03868116600090815260d46020908152604080832093891683529281528282208351606081018552905461ffff80821683526201000082041692820192909252600160201b90910463ffffffff1692810192909252919250611d8290612ebd565b6001600160a01b03808816600090815260d460209081526040808320938a16835292905220909150611db5908584613736565b6040805163ffffffff8416815261ffff838116602083015286168183015290516001600160a01b03878116929089169133917f48e198b6ae357e529204ee53a8e514c470ff77d9cc8e4f7207f8b5d490ae6934919081900360600190a4505050505050565b60408051608081018252600080825260208201819052918101829052606081019190915260ca8281548110611e5157611e51614a43565b600091825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff161515606082015292915050565b6001600160a01b03828116600090815260d46020908152604080832093851683529281528282208351606081018552905461ffff80821683526201000082041692820192909252600160201b90910463ffffffff169281019290925290611f1290612ebd565b9392505050565b60ca546000905b63ffffffff811615611f85578260ca611f3a60018461503f565b63ffffffff1681548110611f5057611f50614a43565b9060005260206000209060020201600001541415611f7357611f1260018261503f565b80611f7d81615064565b915050611f20565b5060405162461bcd60e51b815260206004820152603760248201527f52657761726473436f6f7264696e61746f722e676574526f6f74496e6465784660448201527f726f6d486173683a20726f6f74206e6f7420666f756e640000000000000000006064820152608401610baa565b611ffc612778565b6001600160a01b0381166120615760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610baa565b610bbc8161324d565b60007f0000000000000000000000000000000000000000000000000000000000007a6946141561209b575060c95490565b6120a36137d1565b905090565b60006001610d0e60208401846145b1565b606654600390600890811614156120e25760405162461bcd60e51b8152600401610baa90614b3c565b60cb546001600160a01b0316331461210c5760405162461bcd60e51b8152600401610baa90614df0565b60ca5463ffffffff83161061217d5760405162461bcd60e51b815260206004820152603160248201527f52657761726473436f6f7264696e61746f722e64697361626c65526f6f743a206044820152700d2dcecc2d8d2c840e4dedee892dcc8caf607b1b6064820152608401610baa565b600060ca8363ffffffff168154811061219857612198614a43565b906000526020600020906002020190508060010160089054906101000a900460ff16156122255760405162461bcd60e51b815260206004820152603560248201527f52657761726473436f6f7264696e61746f722e64697361626c65526f6f743a206044820152741c9bdbdd08185b1c9958591e48191a5cd8589b1959605a1b6064820152608401610baa565b6001810154600160201b900463ffffffff1642106122a45760405162461bcd60e51b815260206004820152603660248201527f52657761726473436f6f7264696e61746f722e64697361626c65526f6f743a206044820152751c9bdbdd08185b1c9958591e481858dd1a5d985d195960521b6064820152608401610baa565b60018101805460ff60401b1916600160401b17905560405163ffffffff8416907fd850e6e5dfa497b72661fa73df2923464eaed9dc2ff1d3cb82bccbfeabe5c41e90600090a2505050565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612342573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123669190614a70565b6001600160a01b0316336001600160a01b0316146123965760405162461bcd60e51b8152600401610baa90614a8d565b6066541981196066541916146124145760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610baa565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c90602001610cf3565b606654600090600190811614156124745760405162461bcd60e51b8152600401610baa90614b3c565b600260975414156124975760405162461bcd60e51b8152600401610baa90614bea565b600260975560005b82811015610f3357368484838181106124ba576124ba614a43565b90506020028101906124cc9190614c21565b33600081815260ce602090815260408083205490519495509391926124f79290918591879101614d7a565b604051602081830303815290604052805190602001209050612518836128c9565b33600090815260cf602090815260408083208484529091529020805460ff1916600190811790915561254b908390614daa565b33600081815260ce602052604090819020929092559051829184917f450a367a380c4e339e5ae7340c8464ef27af7781ad9945cfe8abd828f89e628190612593908890614dc2565b60405180910390a46125b4333060408601803590610f0c90602089016145b1565b50505080806125c290614dd5565b91505061249f565b606654600490601090811614156125f35760405162461bcd60e51b8152600401610baa90614b3c565b33600090815260d1602052604090205460ff166126225760405162461bcd60e51b8152600401610baa90614b73565b600260975414156126455760405162461bcd60e51b8152600401610baa90614bea565b600260975560005b82811015610f33573684848381811061266857612668614a43565b905060200281019061267a9190614c21565b33600081815260ce602090815260408083205490519495509391926126a59290918591879101614d7a565b6040516020818303038152906040528051906020012090506126c6836128c9565b33600090815260d2602090815260408083208484529091529020805460ff191660019081179091556126f9908390614daa565b33600081815260ce602052604090819020929092559051829184917f5251b6fdefcb5d81144e735f69ea4c695fd43b0289ca53dc075033f5fc80068b90612741908890614dc2565b60405180910390a4612762333060408601803590610f0c90602089016145b1565b505050808061277090614dd5565b91505061264d565b6033546001600160a01b031633146114ee5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610baa565b6001600160a01b0381166128605760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610baa565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b6128fb6128d68280615084565b6128e660808501606086016147e1565b6128f660a08601608087016147e1565b613952565b600081604001351161297f5760405162461bcd60e51b815260206004820152604160248201527f52657761726473436f6f7264696e61746f722e5f76616c69646174655265776160448201527f7264735375626d697373696f6e3a20616d6f756e742063616e6e6f74206265206064820152600360fc1b608482015260a401610baa565b6f4b3b4ca85a86c47a098a223fffffffff81604001351115612a095760405162461bcd60e51b815260206004820152603f60248201527f52657761726473436f6f7264696e61746f722e5f76616c69646174655265776160448201527f7264735375626d697373696f6e3a20616d6f756e7420746f6f206c61726765006064820152608401610baa565b612a3963ffffffff7f0000000000000000000000000000000000000000000000000000000000278d001642614daa565b612a4960808301606084016147e1565b63ffffffff161115610bbc5760405162461bcd60e51b815260206004820152605360248201527f52657761726473436f6f7264696e61746f722e5f76616c69646174655265776160448201527f7264735375626d697373696f6e3a20737461727454696d657374616d7020746f6064820152726f2066617220696e207468652066757475726560681b608482015260a401610baa565b6040516001600160a01b0380851660248301528316604482015260648101829052612b4a9085906323b872dd60e01b906084015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152613f41565b50505050565b600060ca612b6160208501856147e1565b63ffffffff1681548110612b7757612b77614a43565b600091825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff16151560608201529050612bd88382612f7c565b6000612bea60808501606086016145b1565b6001600160a01b03808216600090815260cc60205260409020549192501680612c105750805b336001600160a01b03821614612c8e5760405162461bcd60e51b815260206004820152603c60248201527f52657761726473436f6f7264696e61746f722e70726f63657373436c61696d3a60448201527f2063616c6c6572206973206e6f742076616c696420636c61696d6572000000006064820152608401610baa565b60005b612c9e60a08701876150ce565b9050811015612eb55736612cb560e0880188615084565b83818110612cc557612cc5614a43565b6001600160a01b038716600090815260cd602090815260408083209302949094019450929091508290612cfa908501856145b1565b6001600160a01b03166001600160a01b0316815260200190815260200160002054905080826020013511612db45760405162461bcd60e51b815260206004820152605560248201527f52657761726473436f6f7264696e61746f722e70726f63657373436c61696d3a60448201527f2063756d756c61746976654561726e696e6773206d75737420626520677420746064820152741a185b8818dd5b5d5b185d1a5d9950db185a5b5959605a1b608482015260a401610baa565b6000612dc4826020850135614a2c565b6001600160a01b038716600090815260cd60209081526040822092935085018035929190612df290876145b1565b6001600160a01b0316815260208082019290925260400160002091909155612e349089908390612e24908701876145b1565b6001600160a01b03169190614013565b86516001600160a01b03808a1691878216918916907f9543dbd55580842586a951f0386e24d68a5df99ae29e3b216588b45fd684ce3190612e7860208901896145b1565b604080519283526001600160a01b039091166020830152810186905260600160405180910390a45050508080612ead90614dd5565b915050612c91565b505050505050565b6000816040015163ffffffff1660001415612ee557505060cb54600160e01b900461ffff1690565b816040015163ffffffff16421015612efe578151611371565b506020015190565b919050565b60cb546040805163ffffffff600160a01b9093048316815291831660208301527faf557c6c02c208794817a705609cfa935f827312a1adfdd26494b6b95dd2b4b3910160405180910390a160cb805463ffffffff909216600160a01b0263ffffffff60a01b19909216919091179055565b806060015115612fd55760405162461bcd60e51b8152602060048201526030602482015260008051602061523283398151915260448201526f1c9bdbdd081a5cc8191a5cd8589b195960821b6064820152608401610baa565b806040015163ffffffff1642101561303c5760405162461bcd60e51b815260206004820152603660248201526000805160206152328339815191526044820152751c9bdbdd081b9bdd081858dd1a5d985d1959081e595d60521b6064820152608401610baa565b61304960c08301836150ce565b905061305860a08401846150ce565b9050146130d05760405162461bcd60e51b815260206004820152604c602482015260008051602061523283398151915260448201527f746f6b656e496e646963657320616e6420746f6b656e50726f6f6673206c656e60648201526b0cee8d040dad2e6dac2e8c6d60a31b608482015260a401610baa565b6130dd60e0830183615084565b90506130ec60c08401846150ce565b9050146131625760405162461bcd60e51b815260206004820152604a602482015260008051602061523283398151915260448201527f746f6b656e5472656550726f6f667320616e64206c6561766573206c656e67746064820152690d040dad2e6dac2e8c6d60b31b608482015260a401610baa565b805161318e9061317860408501602086016147e1565b6131856040860186615118565b86606001614043565b60005b61319e60a08401846150ce565b90508110156132485761323860808401356131bc60a08601866150ce565b848181106131cc576131cc614a43565b90506020020160208101906131e191906147e1565b6131ee60c08701876150ce565b858181106131fe576131fe614a43565b90506020028101906132109190615118565b61321d60e0890189615084565b8781811061322d5761322d614a43565b9050604002016141af565b61324181614dd5565b9050613191565b505050565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b60cb546040516001600160a01b038084169216907f237b82f438d75fc568ebab484b75b01d9287b9e98b490b7c23221623b6705dbb90600090a360cb80546001600160a01b0319166001600160a01b0392909216919091179055565b600061332a61330a8380615084565b61331a60808601606087016147e1565b6128f660a08701608088016147e1565b60006133396040840184615084565b9050116133b95760405162461bcd60e51b8152602060048201526054602482015260008051602061527283398151915260448201527f61746f724469726563746564526577617264735375626d697373696f6e3a206e6064820152731bc81bdc195c985d1bdc9cc81c995dd85c99195960621b608482015260a401610baa565b60008060005b6133cc6040860186615084565b90508110156135fe57366133e36040870187615084565b838181106133f3576133f3614a43565b6040029190910191506000905061340d60208301836145b1565b6001600160a01b0316141561348c5760405162461bcd60e51b815260206004820152605b6024820152600080516020615272833981519152604482015260008051602061525283398151915260648201527f70657261746f722063616e6e6f74206265203020616464726573730000000000608482015260a401610baa565b61349960208201826145b1565b6001600160a01b0316836001600160a01b0316106135475760405162461bcd60e51b81526020600482015260786024820152600080516020615272833981519152604482015260008051602061525283398151915260648201527f70657261746f7273206d75737420626520696e20617363656e64696e67206f7260848201527f64657220746f2068616e646c65206475706c696361746573000000000000000060a482015260c401610baa565b61355460208201826145b1565b925060008160200135116135dc5760405162461bcd60e51b81526020600482015260616024820152600080516020615272833981519152604482015260008051602061525283398151915260648201527f70657261746f722072657761726420616d6f756e742063616e6e6f74206265206084820152600360fc1b60a482015260c401610baa565b6135ea602082013585614daa565b935050806135f790614dd5565b90506133bf565b504261361060a08601608087016147e1565b61362060808701606088016147e1565b61362a9190614e44565b63ffffffff16106136c45760405162461bcd60e51b81526020600482015260766024820152600080516020615272833981519152604482015260008051602061525283398151915260648201527f70657261746f722d64697265637465642072657761726473207375626d697373608482015275696f6e206973206e6f7420726574726f61637469766560501b60a482015260c401610baa565b5092915050565b60cb546040805161ffff600160e01b9093048316815291831660208301527fe6cd4edfdcc1f6d130ab35f73d72378f3a642944fb4ee5bd84b7807a81ea1c4e910160405180910390a160cb805461ffff909216600160e01b0261ffff60e01b19909216919091179055565b8254600160201b900463ffffffff164210613795578254600160201b900463ffffffff1661377e5760cb548354600160e01b90910461ffff1661ffff19909116178355613795565b825462010000810461ffff1661ffff199091161783555b825463ffffffff909116600160201b0267ffffffff000000001961ffff90931662010000029290921667ffffffffffff00001990911617179055565b604080518082018252600a81526922b4b3b2b72630bcb2b960b11b60209182015281517f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866818301527f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea81840152466060820152306080808301919091528351808303909101815260a0909101909252815191012090565b6065546001600160a01b031615801561388957506001600160a01b03821615155b61390b5760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610baa565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a261394e826127d2565b5050565b826139c25760405162461bcd60e51b8152602060048201526046602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a206e6f207374726174656769606482015265195cc81cd95d60d21b608482015260a401610baa565b7f00000000000000000000000000000000000000000000000000000000005c490063ffffffff168163ffffffff161115613a785760405162461bcd60e51b815260206004820152605a602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a206475726174696f6e20657860648201527f6365656473204d41585f524557415244535f4455524154494f4e000000000000608482015260a401610baa565b613aa27f0000000000000000000000000000000000000000000000000000000000093a8082615175565b63ffffffff1615613b485760405162461bcd60e51b8152602060048201526070602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a206475726174696f6e206d7560648201527f73742062652061206d756c7469706c65206f662043414c43554c4154494f4e5f60848201526f494e54455256414c5f5345434f4e445360801b60a482015260c401610baa565b613b727f0000000000000000000000000000000000000000000000000000000000093a8083615175565b63ffffffff1615613c1e5760405162461bcd60e51b8152602060048201526076602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a20737461727454696d65737460648201527f616d70206d7573742062652061206d756c7469706c65206f662043414c43554c6084820152754154494f4e5f494e54455256414c5f5345434f4e445360501b60a482015260c401610baa565b8163ffffffff167f000000000000000000000000000000000000000000000000000000000076a70063ffffffff1642613c579190614a2c565b11158015613c9157508163ffffffff167f0000000000000000000000000000000000000000000000000000000065fb788063ffffffff1611155b613d175760405162461bcd60e51b8152602060048201526057602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a20737461727454696d65737460648201527f616d7020746f6f2066617220696e207468652070617374000000000000000000608482015260a401610baa565b6000805b84811015612eb5576000868683818110613d3757613d37614a43565b613d4d92602060409092020190810191506145b1565b60405163198f077960e21b81526001600160a01b0380831660048301529192507f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757079091169063663c1de490602401602060405180830381865afa158015613db8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613ddc9190614ad7565b80613e0357506001600160a01b03811673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0145b613e7c5760405162461bcd60e51b8152602060048201526050602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a20696e76616c69642073747260648201526f185d1959de4818dbdb9cda59195c995960821b608482015260a401610baa565b806001600160a01b0316836001600160a01b031610613f2f5760405162461bcd60e51b815260206004820152606f602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a20737472617465676965732060648201527f6d75737420626520696e20617363656e64696e67206f7264657220746f20686160848201526e6e646c65206475706c69636174657360881b60a482015260c401610baa565b9150613f3a81614dd5565b9050613d1b565b6000613f96826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166143009092919063ffffffff16565b8051909150156132485780806020019051810190613fb49190614ad7565b6132485760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610baa565b6040516001600160a01b03831660248201526044810182905261324890849063a9059cbb60e01b90606401612b13565b61404e602083615198565b6001901b8463ffffffff16106140d85760405162461bcd60e51b815260206004820152604360248201527f52657761726473436f6f7264696e61746f722e5f7665726966794561726e657260448201527f436c61696d50726f6f663a20696e76616c6964206561726e65724c656166496e6064820152620c8caf60eb1b608482015260a401610baa565b60006140e382610cfe565b905061412e84848080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508a92508591505063ffffffff8916614317565b612eb55760405162461bcd60e51b815260206004820152604660248201527f52657761726473436f6f7264696e61746f722e5f7665726966794561726e657260448201527f436c61696d50726f6f663a20696e76616c6964206561726e657220636c61696d60648201526510383937b7b360d11b608482015260a401610baa565b6141ba602083615198565b6001901b8463ffffffff16106142385760405162461bcd60e51b815260206004820152603c60248201527f52657761726473436f6f7264696e61746f722e5f766572696679546f6b656e4360448201527f6c61696d3a20696e76616c696420746f6b656e4c656166496e646578000000006064820152608401610baa565b6000614243826120a8565b905061428e84848080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508a92508591505063ffffffff8916614317565b612eb55760405162461bcd60e51b815260206004820152603f60248201527f52657761726473436f6f7264696e61746f722e5f766572696679546f6b656e4360448201527f6c61696d3a20696e76616c696420746f6b656e20636c61696d2070726f6f66006064820152608401610baa565b606061430f848460008561432f565b949350505050565b600083614325868585614460565b1495945050505050565b6060824710156143905760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610baa565b6001600160a01b0385163b6143e75760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610baa565b600080866001600160a01b0316858760405161440391906151d8565b60006040518083038185875af1925050503d8060008114614440576040519150601f19603f3d011682016040523d82523d6000602084013e614445565b606091505b5091509150614455828286614563565b979650505050505050565b60006020845161447091906151ea565b156144f75760405162461bcd60e51b815260206004820152604b60248201527f4d65726b6c652e70726f63657373496e636c7573696f6e50726f6f664b65636360448201527f616b3a2070726f6f66206c656e6774682073686f756c642062652061206d756c60648201526a3a34b836329037b310199960a91b608482015260a401610baa565b8260205b8551811161455a5761450e6002856151ea565b61452f57816000528086015160205260406000209150600284049350614548565b8086015160005281602052604060002091506002840493505b614553602082614daa565b90506144fb565b50949350505050565b60608315614572575081611f12565b8251156145825782518084602001fd5b8160405162461bcd60e51b8152600401610baa91906151fe565b6001600160a01b0381168114610bbc57600080fd5b6000602082840312156145c357600080fd5b8135611f128161459c565b8015158114610bbc57600080fd5b600080604083850312156145ef57600080fd5b82356145fa8161459c565b9150602083013561460a816145ce565b809150509250929050565b60006020828403121561462757600080fd5b5035919050565b60006040828403121561464057600080fd5b50919050565b60006040828403121561465857600080fd5b611f12838361462e565b60008083601f84011261467457600080fd5b50813567ffffffffffffffff81111561468c57600080fd5b6020830191508360208260051b85010111156146a757600080fd5b9250929050565b600080602083850312156146c157600080fd5b823567ffffffffffffffff8111156146d857600080fd5b6146e485828601614662565b90969095509350505050565b6000610100828403121561464057600080fd5b6000806040838503121561471657600080fd5b823567ffffffffffffffff81111561472d57600080fd5b614739858286016146f0565b925050602083013561460a8161459c565b803563ffffffff81168114612f0657600080fd5b6000806040838503121561477157600080fd5b823591506147816020840161474a565b90509250929050565b60008060006040848603121561479f57600080fd5b833567ffffffffffffffff8111156147b657600080fd5b6147c286828701614662565b90945092505060208401356147d68161459c565b809150509250925092565b6000602082840312156147f357600080fd5b611f128261474a565b60006020828403121561480e57600080fd5b813560ff81168114611f1257600080fd5b60006020828403121561483157600080fd5b813567ffffffffffffffff81111561484857600080fd5b61430f848285016146f0565b6000806040838503121561486757600080fd5b82356148728161459c565b946020939093013593505050565b6000806040838503121561489357600080fd5b823561489e8161459c565b9150602083013561460a8161459c565b6000806000604084860312156148c357600080fd5b83356148ce8161459c565b9250602084013567ffffffffffffffff8111156148ea57600080fd5b6148f686828701614662565b9497909650939450505050565b803561ffff81168114612f0657600080fd5b60006020828403121561492757600080fd5b611f1282614903565b6000806040838503121561494357600080fd5b823561494e8161459c565b915061478160208401614903565b60008060008060008060c0878903121561497557600080fd5b86356149808161459c565b955060208701356149908161459c565b94506040870135935060608701356149a78161459c565b92506149b56080880161474a565b91506149c360a08801614903565b90509295509295509295565b6000806000606084860312156149e457600080fd5b83356149ef8161459c565b925060208401356149ff8161459c565b9150614a0d60408501614903565b90509250925092565b634e487b7160e01b600052601160045260246000fd5b600082821015614a3e57614a3e614a16565b500390565b634e487b7160e01b600052603260045260246000fd5b600081614a6857614a68614a16565b506000190190565b600060208284031215614a8257600080fd5b8151611f128161459c565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215614ae957600080fd5b8151611f12816145ce565b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b60208082526019908201527f5061757361626c653a20696e6465782069732070617573656400000000000000604082015260600190565b60208082526051908201527f52657761726473436f6f7264696e61746f723a2063616c6c6572206973206e6f60408201527f7420612076616c69642063726561746552657761726473466f72416c6c53756260608201527036b4b9b9b4b7b71039bab136b4ba3a32b960791b608082015260a00190565b6020808252601f908201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604082015260600190565b60008235609e19833603018112614c3757600080fd5b9190910192915050565b6000808335601e19843603018112614c5857600080fd5b830160208101925035905067ffffffffffffffff811115614c7857600080fd5b8060061b36038313156146a757600080fd5b818352600060208085019450826000805b86811015614cef578235614cae8161459c565b6001600160a01b03168852828401356bffffffffffffffffffffffff8116808214614cd7578384fd5b89860152506040978801979290920191600101614c9b565b50959695505050505050565b6000614d078283614c41565b60a08552614d1960a086018284614c8a565b9150506020830135614d2a8161459c565b6001600160a01b0316602085015260408381013590850152614d4e6060840161474a565b63ffffffff808216606087015280614d686080870161474a565b16608087015250508091505092915050565b60018060a01b0384168152826020820152606060408201526000614da16060830184614cfb565b95945050505050565b60008219821115614dbd57614dbd614a16565b500190565b602081526000611f126020830184614cfb565b6000600019821415614de957614de9614a16565b5060010190565b60208082526034908201527f52657761726473436f6f7264696e61746f723a2063616c6c6572206973206e6f6040820152733a103a3432903932bbb0b93239aab83230ba32b960611b606082015260800190565b600063ffffffff808316818516808303821115614e6357614e63614a16565b01949350505050565b6000823560fe19833603018112614c3757600080fd5b6000823560be19833603018112614c3757600080fd5b6000808335601e19843603018112614eaf57600080fd5b830160208101925035905067ffffffffffffffff811115614ecf57600080fd5b8036038313156146a757600080fd5b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6000614f138283614c41565b60c08552614f2560c086018284614c8a565b915050602080840135614f378161459c565b6001600160a01b0390811686830152604090614f5586830187614c41565b888603848a015280865290946000919085015b81831015614f99578635614f7b8161459c565b84168152868601358682015295840195600192909201918401614f68565b614fa560608a0161474a565b63ffffffff811660608c01529650614fbf60808a0161474a565b63ffffffff811660808c01529650614fda60a08a018a614e98565b9750955089810360a08b0152614ff1818888614ede565b9a9950505050505050505050565b60018060a01b0384168152826020820152606060408201526000614da16060830184614f07565b82815260406020820152600061430f6040830184614f07565b600063ffffffff8381169083168181101561505c5761505c614a16565b039392505050565b600063ffffffff82168061507a5761507a614a16565b6000190192915050565b6000808335601e1984360301811261509b57600080fd5b83018035915067ffffffffffffffff8211156150b657600080fd5b6020019150600681901b36038213156146a757600080fd5b6000808335601e198436030181126150e557600080fd5b83018035915067ffffffffffffffff82111561510057600080fd5b6020019150600581901b36038213156146a757600080fd5b6000808335601e1984360301811261512f57600080fd5b83018035915067ffffffffffffffff82111561514a57600080fd5b6020019150368190038213156146a757600080fd5b634e487b7160e01b600052601260045260246000fd5b600063ffffffff8084168061518c5761518c61515f565b92169190910692915050565b6000826151a7576151a761515f565b500490565b60005b838110156151c75781810151838201526020016151af565b83811115612b4a5750506000910152565b60008251614c378184602087016151ac565b6000826151f9576151f961515f565b500690565b602081526000825180602084015261521d8160408501602087016151ac565b601f01601f1916919091016040019291505056fe52657761726473436f6f7264696e61746f722e5f636865636b436c61696d3a2061746f724469726563746564526577617264735375626d697373696f6e3a206f52657761726473436f6f7264696e61746f722e5f76616c69646174654f70657252657761726473436f6f7264696e61746f722e5f76616c6964617465436f6d6da2646970667358221220081e7033322140012f1d9ef09b55b455e888c99c5a08a478635131f15ff9795b64736f6c634300080c0033","gas_used":4274379,"gas_limit":5675316,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x608060405234801561001057600080fd5b50600436106103825760003560e01c8063865c6953116101de578063d4540a551161010f578063f2fde38b116100ad578063fabc1cbc1161007c578063fabc1cbc14610931578063fbf1e2c114610944578063fce36c7d14610957578063ff9f6cce1461096a57600080fd5b8063f2fde38b146108f0578063f698da2514610903578063f8cd84481461090b578063f96abf2e1461091e57600080fd5b8063e063f81f116100e9578063e063f81f14610875578063e810ce2114610888578063ea4d3c9b1461089b578063ed71e6a2146108c257600080fd5b8063d4540a551461083c578063dcbb03b31461084f578063de02e5031461086257600080fd5b8063a0169ddd1161017c578063b3dbb0e011610156578063b3dbb0e0146107b4578063bb7e451f146107c7578063bf21a8aa146107e7578063c46db6061461080e57600080fd5b8063a0169ddd14610760578063a50a1d9c14610773578063aebd8bae1461078657600080fd5b80639104c319116101b85780639104c319146107035780639be3d4e41461071e5780639cb9a5fa146107265780639d45c2811461073957600080fd5b8063865c6953146106b4578063886f1195146106df5780638da5cb5b146106f257600080fd5b80633efe1db6116102b85780635c975abb116102565780636d21117e116102305780636d21117e14610663578063715018a6146106915780637b8f8b0514610699578063863cb9a9146106a157600080fd5b80635c975abb146106335780635e9d83481461063b57806363f6a7981461064e57600080fd5b80634d18cc35116102925780634d18cc35146105de57806358baaa3e146105f5578063595c6a67146106085780635ac86ab71461061057600080fd5b80633efe1db6146105925780634596021c146105a55780634b943960146105b857600080fd5b8063149bc8721161032557806337838ed0116102ff57806337838ed01461051a57806339b70e38146105415780633a8c0786146105685780633ccc861d1461057f57600080fd5b8063149bc872146104a55780632b9f64a4146104c657806336af41fa1461050757600080fd5b80630eb38345116103615780630eb383451461044357806310d67a2f14610458578063131433b41461046b578063136439dd1461049257600080fd5b806218572c1461038757806304a0c502146103bf5780630e9a53cf146103fb575b600080fd5b6103aa6103953660046145b1565b60d16020526000908152604090205460ff1681565b60405190151581526020015b60405180910390f35b6103e67f0000000000000000000000000000000000000000000000000000000000278d0081565b60405163ffffffff90911681526020016103b6565b61040361097d565b604080518251815260208084015163ffffffff908116918301919091528383015116918101919091526060918201511515918101919091526080016103b6565b6104566104513660046145dc565b610a81565b005b6104566104663660046145b1565b610b03565b6103e67f0000000000000000000000000000000000000000000000000000000065fb788081565b6104566104a0366004614615565b610bbf565b6104b86104b3366004614646565b610cfe565b6040519081526020016103b6565b6104ef6104d43660046145b1565b60cc602052600090815260409020546001600160a01b031681565b6040516001600160a01b0390911681526020016103b6565b6104566105153660046146ae565b610d74565b6103e67f000000000000000000000000000000000000000000000000000000000076a70081565b6104ef7f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570781565b60cb546103e690600160a01b900463ffffffff1681565b61045661058d366004614703565b610f3e565b6104566105a036600461475e565b610fa3565b6104566105b336600461478a565b611274565b6105cb6105c63660046145b1565b61131b565b60405161ffff90911681526020016103b6565b60cb546103e690600160c01b900463ffffffff1681565b6104566106033660046147e1565b611377565b610456611388565b6103aa61061e3660046147fc565b606654600160ff9092169190911b9081161490565b6066546104b8565b6103aa61064936600461481f565b61144f565b60cb546105cb90600160e01b900461ffff1681565b6103aa610671366004614854565b60cf60209081526000928352604080842090915290825290205460ff1681565b6104566114dc565b60ca546104b8565b6104566106af3660046145b1565b6114f0565b6104b86106c2366004614880565b60cd60209081526000928352604080842090915290825290205481565b6065546104ef906001600160a01b031681565b6033546001600160a01b03166104ef565b6104ef73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b610403611501565b6104566107343660046148ae565b61159f565b6103e67f0000000000000000000000000000000000000000000000000000000000093a8081565b61045661076e3660046145b1565b6117d8565b610456610781366004614915565b611837565b6103aa610794366004614854565b60d260209081526000928352604080842090915290825290205460ff1681565b6104566107c2366004614930565b611848565b6104b86107d53660046145b1565b60ce6020526000908152604090205481565b6103e67f00000000000000000000000000000000000000000000000000000000005c490081565b6103aa61081c366004614854565b60d060209081526000928352604080842090915290825290205460ff1681565b61045661084a36600461495c565b611a7b565b61045661085d3660046149cf565b611bc3565b610403610870366004614615565b611e1a565b6105cb610883366004614880565b611eac565b6103e6610896366004614615565b611f19565b6104ef7f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b6103aa6108d0366004614854565b60d360209081526000928352604080842090915290825290205460ff1681565b6104566108fe3660046145b1565b611ff4565b6104b861206a565b6104b8610919366004614646565b6120a8565b61045661092c3660046147e1565b6120b9565b61045661093f366004614615565b6122ef565b60cb546104ef906001600160a01b031681565b6104566109653660046146ae565b61244b565b6104566109783660046146ae565b6125ca565b60408051608081018252600080825260208201819052918101829052606081019190915260ca545b8015610a5857600060ca6109ba600184614a2c565b815481106109ca576109ca614a43565b600091825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff161580156060830181905291925090610a3a5750806040015163ffffffff164210155b15610a455792915050565b5080610a5081614a59565b9150506109a5565b505060408051608081018252600080825260208201819052918101829052606081019190915290565b610a89612778565b6001600160a01b038216600081815260d1602052604080822054905160ff9091169284151592841515927f4de6293e668df1398422e1def12118052c1539a03cbfedc145895d48d7685f1c9190a4506001600160a01b0391909116600090815260d160205260409020805460ff1916911515919091179055565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610b56573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b7a9190614a70565b6001600160a01b0316336001600160a01b031614610bb35760405162461bcd60e51b8152600401610baa90614a8d565b60405180910390fd5b610bbc816127d2565b50565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610c07573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c2b9190614ad7565b610c475760405162461bcd60e51b8152600401610baa90614af4565b60665481811614610cc05760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610baa565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b600080610d0e60208401846145b1565b8360200135604051602001610d579392919060f89390931b6001600160f81b031916835260609190911b6bffffffffffffffffffffffff19166001830152601582015260350190565b604051602081830303815290604052805190602001209050919050565b60665460019060029081161415610d9d5760405162461bcd60e51b8152600401610baa90614b3c565b33600090815260d1602052604090205460ff16610dcc5760405162461bcd60e51b8152600401610baa90614b73565b60026097541415610def5760405162461bcd60e51b8152600401610baa90614bea565b600260975560005b82811015610f335736848483818110610e1257610e12614a43565b9050602002810190610e249190614c21565b33600081815260ce60209081526040808320549051949550939192610e4f9290918591879101614d7a565b604051602081830303815290604052805190602001209050610e70836128c9565b33600090815260d0602090815260408083208484529091529020805460ff19166001908117909155610ea3908390614daa565b33600081815260ce602052604090819020929092559051829184917f51088b8c89628df3a8174002c2a034d0152fce6af8415d651b2a4734bf27048290610eeb908890614dc2565b60405180910390a4610f1d333060408601803590610f0c90602089016145b1565b6001600160a01b0316929190612adf565b5050508080610f2b90614dd5565b915050610df7565b505060016097555050565b60665460029060049081161415610f675760405162461bcd60e51b8152600401610baa90614b3c565b60026097541415610f8a5760405162461bcd60e51b8152600401610baa90614bea565b6002609755610f998383612b50565b5050600160975550565b60665460039060089081161415610fcc5760405162461bcd60e51b8152600401610baa90614b3c565b60cb546001600160a01b03163314610ff65760405162461bcd60e51b8152600401610baa90614df0565b60cb5463ffffffff600160c01b9091048116908316116110925760405162461bcd60e51b815260206004820152604b60248201527f52657761726473436f6f7264696e61746f722e7375626d6974526f6f743a206e60448201527f657720726f6f74206d75737420626520666f72206e657765722063616c63756c60648201526a185d1959081c195c9a5bd960aa1b608482015260a401610baa565b428263ffffffff161061112b5760405162461bcd60e51b815260206004820152605560248201527f52657761726473436f6f7264696e61746f722e7375626d6974526f6f743a207260448201527f65776172647343616c63756c6174696f6e456e6454696d657374616d702063616064820152746e6e6f7420626520696e207468652066757475726560581b608482015260a401610baa565b60ca5460cb5460009061114b90600160a01b900463ffffffff1642614e44565b6040805160808101825287815263ffffffff878116602080840182815286841685870181815260006060880181815260ca8054600181018255925297517f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee160029092029182015592517f42d72674974f694b5f5159593243114d38a5c39c89d6b62fee061ff523240ee290930180549151975193871667ffffffffffffffff1990921691909117600160201b978716979097029690961760ff60401b1916600160401b921515929092029190911790945560cb805463ffffffff60c01b1916600160c01b840217905593519283529394508892908616917fecd866c3c158fa00bf34d803d5f6023000b57080bcb48af004c2b4b46b3afd08910160405180910390a45050505050565b6066546002906004908116141561129d5760405162461bcd60e51b8152600401610baa90614b3c565b600260975414156112c05760405162461bcd60e51b8152600401610baa90614bea565b600260975560005b8381101561130f576112fd8585838181106112e5576112e5614a43565b90506020028101906112f79190614e6c565b84612b50565b8061130781614dd5565b9150506112c8565b50506001609755505050565b6001600160a01b038116600090815260d5602090815260408083208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff169082015261137190612ebd565b92915050565b61137f612778565b610bbc81612f0b565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156113d0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113f49190614ad7565b6114105760405162461bcd60e51b8152600401610baa90614af4565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b60006114d48260ca61146460208301836147e1565b63ffffffff168154811061147a5761147a614a43565b600091825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff1615156060820152612f7c565b506001919050565b6114e4612778565b6114ee600061324d565b565b6114f8612778565b610bbc8161329f565b60408051608081018252600080825260208201819052918101829052606081019190915260ca805461153590600190614a2c565b8154811061154557611545614a43565b600091825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff1615156060820152919050565b606654600590602090811614156115c85760405162461bcd60e51b8152600401610baa90614b3c565b600260975414156115eb5760405162461bcd60e51b8152600401610baa90614bea565b6002609755336001600160a01b0385161461168b5760405162461bcd60e51b815260206004820152605460248201527f52657761726473436f6f7264696e61746f722e6372656174654f70657261746f60448201527f724469726563746564415653526577617264735375626d697373696f6e3a2063606482015273616c6c6572206973206e6f74207468652041565360601b608482015260a401610baa565b60005b8281101561130f57368484838181106116a9576116a9614a43565b90506020028101906116bb9190614e82565b6001600160a01b038716600090815260ce60209081526040808320549051939450926116ed918a918591879101614fff565b6040516020818303038152906040528051906020012090506000611710846132fb565b6001600160a01b038a16600090815260d3602090815260408083208684529091529020805460ff1916600190811790915590915061174f908490614daa565b6001600160a01b038a16600081815260ce60205260409081902092909255905183919033907ffc8888bffd711da60bc5092b33f677d81896fe80ecc677b84cfab8184462b6e0906117a39088908a90615026565b60405180910390a46117c1333083610f0c6040890160208a016145b1565b5050505080806117d090614dd5565b91505061168e565b33600081815260cc602052604080822080546001600160a01b031981166001600160a01b038781169182179093559251911692839185917fbab947934d42e0ad206f25c9cab18b5bb6ae144acfb00f40b4e3aa59590ca31291a4505050565b61183f612778565b610bbc816136cb565b606654600790608090811614156118715760405162461bcd60e51b8152600401610baa90614b3c565b336001600160a01b038416146118f95760405162461bcd60e51b815260206004820152604160248201527f52657761726473436f6f7264696e61746f722e7365744f70657261746f72504960448201527f53706c69743a2063616c6c6572206973206e6f7420746865206f70657261746f6064820152603960f91b608482015260a401610baa565b61271061ffff831611156119805760405162461bcd60e51b815260206004820152604260248201527f52657761726473436f6f7264696e61746f722e7365744f70657261746f72504960448201527f53706c69743a2073706c6974206d757374206265203c3d203130303030206269606482015261707360f01b608482015260a401610baa565b60cb5460009061199d90600160a01b900463ffffffff1642614e44565b6001600160a01b038516600090815260d5602090815260408083208151606081018352905461ffff80821683526201000082041693820193909352600160201b90920463ffffffff1690820152919250906119f790612ebd565b6001600160a01b038616600090815260d560205260409020909150611a1d908584613736565b6040805163ffffffff8416815261ffff838116602083015286168183015290516001600160a01b0387169133917fd1e028bd664486a46ad26040e999cd2d22e1e9a094ee6afe19fcf64678f16f749181900360600190a35050505050565b600054610100900460ff1615808015611a9b5750600054600160ff909116105b80611ab55750303b158015611ab5575060005460ff166001145b611b185760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610baa565b6000805460ff191660011790558015611b3b576000805461ff0019166101001790555b611b436137d1565b60c955611b508686613868565b611b598761324d565b611b628461329f565b611b6b83612f0b565b611b74826136cb565b8015611bba576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050505050565b60665460069060409081161415611bec5760405162461bcd60e51b8152600401610baa90614b3c565b336001600160a01b03851614611c755760405162461bcd60e51b815260206004820152604260248201527f52657761726473436f6f7264696e61746f722e7365744f70657261746f72415660448201527f5353706c69743a2063616c6c6572206973206e6f7420746865206f706572617460648201526137b960f11b608482015260a401610baa565b61271061ffff83161115611cfd5760405162461bcd60e51b815260206004820152604360248201527f52657761726473436f6f7264696e61746f722e7365744f70657261746f72415660448201527f5353706c69743a2073706c6974206d757374206265203c3d203130303030206260648201526269707360e81b608482015260a401610baa565b60cb54600090611d1a90600160a01b900463ffffffff1642614e44565b6001600160a01b03868116600090815260d46020908152604080832093891683529281528282208351606081018552905461ffff80821683526201000082041692820192909252600160201b90910463ffffffff1692810192909252919250611d8290612ebd565b6001600160a01b03808816600090815260d460209081526040808320938a16835292905220909150611db5908584613736565b6040805163ffffffff8416815261ffff838116602083015286168183015290516001600160a01b03878116929089169133917f48e198b6ae357e529204ee53a8e514c470ff77d9cc8e4f7207f8b5d490ae6934919081900360600190a4505050505050565b60408051608081018252600080825260208201819052918101829052606081019190915260ca8281548110611e5157611e51614a43565b600091825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff161515606082015292915050565b6001600160a01b03828116600090815260d46020908152604080832093851683529281528282208351606081018552905461ffff80821683526201000082041692820192909252600160201b90910463ffffffff169281019290925290611f1290612ebd565b9392505050565b60ca546000905b63ffffffff811615611f85578260ca611f3a60018461503f565b63ffffffff1681548110611f5057611f50614a43565b9060005260206000209060020201600001541415611f7357611f1260018261503f565b80611f7d81615064565b915050611f20565b5060405162461bcd60e51b815260206004820152603760248201527f52657761726473436f6f7264696e61746f722e676574526f6f74496e6465784660448201527f726f6d486173683a20726f6f74206e6f7420666f756e640000000000000000006064820152608401610baa565b611ffc612778565b6001600160a01b0381166120615760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610baa565b610bbc8161324d565b60007f0000000000000000000000000000000000000000000000000000000000007a6946141561209b575060c95490565b6120a36137d1565b905090565b60006001610d0e60208401846145b1565b606654600390600890811614156120e25760405162461bcd60e51b8152600401610baa90614b3c565b60cb546001600160a01b0316331461210c5760405162461bcd60e51b8152600401610baa90614df0565b60ca5463ffffffff83161061217d5760405162461bcd60e51b815260206004820152603160248201527f52657761726473436f6f7264696e61746f722e64697361626c65526f6f743a206044820152700d2dcecc2d8d2c840e4dedee892dcc8caf607b1b6064820152608401610baa565b600060ca8363ffffffff168154811061219857612198614a43565b906000526020600020906002020190508060010160089054906101000a900460ff16156122255760405162461bcd60e51b815260206004820152603560248201527f52657761726473436f6f7264696e61746f722e64697361626c65526f6f743a206044820152741c9bdbdd08185b1c9958591e48191a5cd8589b1959605a1b6064820152608401610baa565b6001810154600160201b900463ffffffff1642106122a45760405162461bcd60e51b815260206004820152603660248201527f52657761726473436f6f7264696e61746f722e64697361626c65526f6f743a206044820152751c9bdbdd08185b1c9958591e481858dd1a5d985d195960521b6064820152608401610baa565b60018101805460ff60401b1916600160401b17905560405163ffffffff8416907fd850e6e5dfa497b72661fa73df2923464eaed9dc2ff1d3cb82bccbfeabe5c41e90600090a2505050565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612342573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123669190614a70565b6001600160a01b0316336001600160a01b0316146123965760405162461bcd60e51b8152600401610baa90614a8d565b6066541981196066541916146124145760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610baa565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c90602001610cf3565b606654600090600190811614156124745760405162461bcd60e51b8152600401610baa90614b3c565b600260975414156124975760405162461bcd60e51b8152600401610baa90614bea565b600260975560005b82811015610f3357368484838181106124ba576124ba614a43565b90506020028101906124cc9190614c21565b33600081815260ce602090815260408083205490519495509391926124f79290918591879101614d7a565b604051602081830303815290604052805190602001209050612518836128c9565b33600090815260cf602090815260408083208484529091529020805460ff1916600190811790915561254b908390614daa565b33600081815260ce602052604090819020929092559051829184917f450a367a380c4e339e5ae7340c8464ef27af7781ad9945cfe8abd828f89e628190612593908890614dc2565b60405180910390a46125b4333060408601803590610f0c90602089016145b1565b50505080806125c290614dd5565b91505061249f565b606654600490601090811614156125f35760405162461bcd60e51b8152600401610baa90614b3c565b33600090815260d1602052604090205460ff166126225760405162461bcd60e51b8152600401610baa90614b73565b600260975414156126455760405162461bcd60e51b8152600401610baa90614bea565b600260975560005b82811015610f33573684848381811061266857612668614a43565b905060200281019061267a9190614c21565b33600081815260ce602090815260408083205490519495509391926126a59290918591879101614d7a565b6040516020818303038152906040528051906020012090506126c6836128c9565b33600090815260d2602090815260408083208484529091529020805460ff191660019081179091556126f9908390614daa565b33600081815260ce602052604090819020929092559051829184917f5251b6fdefcb5d81144e735f69ea4c695fd43b0289ca53dc075033f5fc80068b90612741908890614dc2565b60405180910390a4612762333060408601803590610f0c90602089016145b1565b505050808061277090614dd5565b91505061264d565b6033546001600160a01b031633146114ee5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610baa565b6001600160a01b0381166128605760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610baa565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b6128fb6128d68280615084565b6128e660808501606086016147e1565b6128f660a08601608087016147e1565b613952565b600081604001351161297f5760405162461bcd60e51b815260206004820152604160248201527f52657761726473436f6f7264696e61746f722e5f76616c69646174655265776160448201527f7264735375626d697373696f6e3a20616d6f756e742063616e6e6f74206265206064820152600360fc1b608482015260a401610baa565b6f4b3b4ca85a86c47a098a223fffffffff81604001351115612a095760405162461bcd60e51b815260206004820152603f60248201527f52657761726473436f6f7264696e61746f722e5f76616c69646174655265776160448201527f7264735375626d697373696f6e3a20616d6f756e7420746f6f206c61726765006064820152608401610baa565b612a3963ffffffff7f0000000000000000000000000000000000000000000000000000000000278d001642614daa565b612a4960808301606084016147e1565b63ffffffff161115610bbc5760405162461bcd60e51b815260206004820152605360248201527f52657761726473436f6f7264696e61746f722e5f76616c69646174655265776160448201527f7264735375626d697373696f6e3a20737461727454696d657374616d7020746f6064820152726f2066617220696e207468652066757475726560681b608482015260a401610baa565b6040516001600160a01b0380851660248301528316604482015260648101829052612b4a9085906323b872dd60e01b906084015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152613f41565b50505050565b600060ca612b6160208501856147e1565b63ffffffff1681548110612b7757612b77614a43565b600091825260209182902060408051608081018252600293909302909101805483526001015463ffffffff80821694840194909452600160201b810490931690820152600160401b90910460ff16151560608201529050612bd88382612f7c565b6000612bea60808501606086016145b1565b6001600160a01b03808216600090815260cc60205260409020549192501680612c105750805b336001600160a01b03821614612c8e5760405162461bcd60e51b815260206004820152603c60248201527f52657761726473436f6f7264696e61746f722e70726f63657373436c61696d3a60448201527f2063616c6c6572206973206e6f742076616c696420636c61696d6572000000006064820152608401610baa565b60005b612c9e60a08701876150ce565b9050811015612eb55736612cb560e0880188615084565b83818110612cc557612cc5614a43565b6001600160a01b038716600090815260cd602090815260408083209302949094019450929091508290612cfa908501856145b1565b6001600160a01b03166001600160a01b0316815260200190815260200160002054905080826020013511612db45760405162461bcd60e51b815260206004820152605560248201527f52657761726473436f6f7264696e61746f722e70726f63657373436c61696d3a60448201527f2063756d756c61746976654561726e696e6773206d75737420626520677420746064820152741a185b8818dd5b5d5b185d1a5d9950db185a5b5959605a1b608482015260a401610baa565b6000612dc4826020850135614a2c565b6001600160a01b038716600090815260cd60209081526040822092935085018035929190612df290876145b1565b6001600160a01b0316815260208082019290925260400160002091909155612e349089908390612e24908701876145b1565b6001600160a01b03169190614013565b86516001600160a01b03808a1691878216918916907f9543dbd55580842586a951f0386e24d68a5df99ae29e3b216588b45fd684ce3190612e7860208901896145b1565b604080519283526001600160a01b039091166020830152810186905260600160405180910390a45050508080612ead90614dd5565b915050612c91565b505050505050565b6000816040015163ffffffff1660001415612ee557505060cb54600160e01b900461ffff1690565b816040015163ffffffff16421015612efe578151611371565b506020015190565b919050565b60cb546040805163ffffffff600160a01b9093048316815291831660208301527faf557c6c02c208794817a705609cfa935f827312a1adfdd26494b6b95dd2b4b3910160405180910390a160cb805463ffffffff909216600160a01b0263ffffffff60a01b19909216919091179055565b806060015115612fd55760405162461bcd60e51b8152602060048201526030602482015260008051602061523283398151915260448201526f1c9bdbdd081a5cc8191a5cd8589b195960821b6064820152608401610baa565b806040015163ffffffff1642101561303c5760405162461bcd60e51b815260206004820152603660248201526000805160206152328339815191526044820152751c9bdbdd081b9bdd081858dd1a5d985d1959081e595d60521b6064820152608401610baa565b61304960c08301836150ce565b905061305860a08401846150ce565b9050146130d05760405162461bcd60e51b815260206004820152604c602482015260008051602061523283398151915260448201527f746f6b656e496e646963657320616e6420746f6b656e50726f6f6673206c656e60648201526b0cee8d040dad2e6dac2e8c6d60a31b608482015260a401610baa565b6130dd60e0830183615084565b90506130ec60c08401846150ce565b9050146131625760405162461bcd60e51b815260206004820152604a602482015260008051602061523283398151915260448201527f746f6b656e5472656550726f6f667320616e64206c6561766573206c656e67746064820152690d040dad2e6dac2e8c6d60b31b608482015260a401610baa565b805161318e9061317860408501602086016147e1565b6131856040860186615118565b86606001614043565b60005b61319e60a08401846150ce565b90508110156132485761323860808401356131bc60a08601866150ce565b848181106131cc576131cc614a43565b90506020020160208101906131e191906147e1565b6131ee60c08701876150ce565b858181106131fe576131fe614a43565b90506020028101906132109190615118565b61321d60e0890189615084565b8781811061322d5761322d614a43565b9050604002016141af565b61324181614dd5565b9050613191565b505050565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b60cb546040516001600160a01b038084169216907f237b82f438d75fc568ebab484b75b01d9287b9e98b490b7c23221623b6705dbb90600090a360cb80546001600160a01b0319166001600160a01b0392909216919091179055565b600061332a61330a8380615084565b61331a60808601606087016147e1565b6128f660a08701608088016147e1565b60006133396040840184615084565b9050116133b95760405162461bcd60e51b8152602060048201526054602482015260008051602061527283398151915260448201527f61746f724469726563746564526577617264735375626d697373696f6e3a206e6064820152731bc81bdc195c985d1bdc9cc81c995dd85c99195960621b608482015260a401610baa565b60008060005b6133cc6040860186615084565b90508110156135fe57366133e36040870187615084565b838181106133f3576133f3614a43565b6040029190910191506000905061340d60208301836145b1565b6001600160a01b0316141561348c5760405162461bcd60e51b815260206004820152605b6024820152600080516020615272833981519152604482015260008051602061525283398151915260648201527f70657261746f722063616e6e6f74206265203020616464726573730000000000608482015260a401610baa565b61349960208201826145b1565b6001600160a01b0316836001600160a01b0316106135475760405162461bcd60e51b81526020600482015260786024820152600080516020615272833981519152604482015260008051602061525283398151915260648201527f70657261746f7273206d75737420626520696e20617363656e64696e67206f7260848201527f64657220746f2068616e646c65206475706c696361746573000000000000000060a482015260c401610baa565b61355460208201826145b1565b925060008160200135116135dc5760405162461bcd60e51b81526020600482015260616024820152600080516020615272833981519152604482015260008051602061525283398151915260648201527f70657261746f722072657761726420616d6f756e742063616e6e6f74206265206084820152600360fc1b60a482015260c401610baa565b6135ea602082013585614daa565b935050806135f790614dd5565b90506133bf565b504261361060a08601608087016147e1565b61362060808701606088016147e1565b61362a9190614e44565b63ffffffff16106136c45760405162461bcd60e51b81526020600482015260766024820152600080516020615272833981519152604482015260008051602061525283398151915260648201527f70657261746f722d64697265637465642072657761726473207375626d697373608482015275696f6e206973206e6f7420726574726f61637469766560501b60a482015260c401610baa565b5092915050565b60cb546040805161ffff600160e01b9093048316815291831660208301527fe6cd4edfdcc1f6d130ab35f73d72378f3a642944fb4ee5bd84b7807a81ea1c4e910160405180910390a160cb805461ffff909216600160e01b0261ffff60e01b19909216919091179055565b8254600160201b900463ffffffff164210613795578254600160201b900463ffffffff1661377e5760cb548354600160e01b90910461ffff1661ffff19909116178355613795565b825462010000810461ffff1661ffff199091161783555b825463ffffffff909116600160201b0267ffffffff000000001961ffff90931662010000029290921667ffffffffffff00001990911617179055565b604080518082018252600a81526922b4b3b2b72630bcb2b960b11b60209182015281517f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866818301527f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea81840152466060820152306080808301919091528351808303909101815260a0909101909252815191012090565b6065546001600160a01b031615801561388957506001600160a01b03821615155b61390b5760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610baa565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a261394e826127d2565b5050565b826139c25760405162461bcd60e51b8152602060048201526046602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a206e6f207374726174656769606482015265195cc81cd95d60d21b608482015260a401610baa565b7f00000000000000000000000000000000000000000000000000000000005c490063ffffffff168163ffffffff161115613a785760405162461bcd60e51b815260206004820152605a602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a206475726174696f6e20657860648201527f6365656473204d41585f524557415244535f4455524154494f4e000000000000608482015260a401610baa565b613aa27f0000000000000000000000000000000000000000000000000000000000093a8082615175565b63ffffffff1615613b485760405162461bcd60e51b8152602060048201526070602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a206475726174696f6e206d7560648201527f73742062652061206d756c7469706c65206f662043414c43554c4154494f4e5f60848201526f494e54455256414c5f5345434f4e445360801b60a482015260c401610baa565b613b727f0000000000000000000000000000000000000000000000000000000000093a8083615175565b63ffffffff1615613c1e5760405162461bcd60e51b8152602060048201526076602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a20737461727454696d65737460648201527f616d70206d7573742062652061206d756c7469706c65206f662043414c43554c6084820152754154494f4e5f494e54455256414c5f5345434f4e445360501b60a482015260c401610baa565b8163ffffffff167f000000000000000000000000000000000000000000000000000000000076a70063ffffffff1642613c579190614a2c565b11158015613c9157508163ffffffff167f0000000000000000000000000000000000000000000000000000000065fb788063ffffffff1611155b613d175760405162461bcd60e51b8152602060048201526057602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a20737461727454696d65737460648201527f616d7020746f6f2066617220696e207468652070617374000000000000000000608482015260a401610baa565b6000805b84811015612eb5576000868683818110613d3757613d37614a43565b613d4d92602060409092020190810191506145b1565b60405163198f077960e21b81526001600160a01b0380831660048301529192507f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757079091169063663c1de490602401602060405180830381865afa158015613db8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613ddc9190614ad7565b80613e0357506001600160a01b03811673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0145b613e7c5760405162461bcd60e51b8152602060048201526050602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a20696e76616c69642073747260648201526f185d1959de4818dbdb9cda59195c995960821b608482015260a401610baa565b806001600160a01b0316836001600160a01b031610613f2f5760405162461bcd60e51b815260206004820152606f602482015260008051602061529283398151915260448201527f6f6e526577617264735375626d697373696f6e3a20737472617465676965732060648201527f6d75737420626520696e20617363656e64696e67206f7264657220746f20686160848201526e6e646c65206475706c69636174657360881b60a482015260c401610baa565b9150613f3a81614dd5565b9050613d1b565b6000613f96826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166143009092919063ffffffff16565b8051909150156132485780806020019051810190613fb49190614ad7565b6132485760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610baa565b6040516001600160a01b03831660248201526044810182905261324890849063a9059cbb60e01b90606401612b13565b61404e602083615198565b6001901b8463ffffffff16106140d85760405162461bcd60e51b815260206004820152604360248201527f52657761726473436f6f7264696e61746f722e5f7665726966794561726e657260448201527f436c61696d50726f6f663a20696e76616c6964206561726e65724c656166496e6064820152620c8caf60eb1b608482015260a401610baa565b60006140e382610cfe565b905061412e84848080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508a92508591505063ffffffff8916614317565b612eb55760405162461bcd60e51b815260206004820152604660248201527f52657761726473436f6f7264696e61746f722e5f7665726966794561726e657260448201527f436c61696d50726f6f663a20696e76616c6964206561726e657220636c61696d60648201526510383937b7b360d11b608482015260a401610baa565b6141ba602083615198565b6001901b8463ffffffff16106142385760405162461bcd60e51b815260206004820152603c60248201527f52657761726473436f6f7264696e61746f722e5f766572696679546f6b656e4360448201527f6c61696d3a20696e76616c696420746f6b656e4c656166496e646578000000006064820152608401610baa565b6000614243826120a8565b905061428e84848080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508a92508591505063ffffffff8916614317565b612eb55760405162461bcd60e51b815260206004820152603f60248201527f52657761726473436f6f7264696e61746f722e5f766572696679546f6b656e4360448201527f6c61696d3a20696e76616c696420746f6b656e20636c61696d2070726f6f66006064820152608401610baa565b606061430f848460008561432f565b949350505050565b600083614325868585614460565b1495945050505050565b6060824710156143905760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610baa565b6001600160a01b0385163b6143e75760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610baa565b600080866001600160a01b0316858760405161440391906151d8565b60006040518083038185875af1925050503d8060008114614440576040519150601f19603f3d011682016040523d82523d6000602084013e614445565b606091505b5091509150614455828286614563565b979650505050505050565b60006020845161447091906151ea565b156144f75760405162461bcd60e51b815260206004820152604b60248201527f4d65726b6c652e70726f63657373496e636c7573696f6e50726f6f664b65636360448201527f616b3a2070726f6f66206c656e6774682073686f756c642062652061206d756c60648201526a3a34b836329037b310199960a91b608482015260a401610baa565b8260205b8551811161455a5761450e6002856151ea565b61452f57816000528086015160205260406000209150600284049350614548565b8086015160005281602052604060002091506002840493505b614553602082614daa565b90506144fb565b50949350505050565b60608315614572575081611f12565b8251156145825782518084602001fd5b8160405162461bcd60e51b8152600401610baa91906151fe565b6001600160a01b0381168114610bbc57600080fd5b6000602082840312156145c357600080fd5b8135611f128161459c565b8015158114610bbc57600080fd5b600080604083850312156145ef57600080fd5b82356145fa8161459c565b9150602083013561460a816145ce565b809150509250929050565b60006020828403121561462757600080fd5b5035919050565b60006040828403121561464057600080fd5b50919050565b60006040828403121561465857600080fd5b611f12838361462e565b60008083601f84011261467457600080fd5b50813567ffffffffffffffff81111561468c57600080fd5b6020830191508360208260051b85010111156146a757600080fd5b9250929050565b600080602083850312156146c157600080fd5b823567ffffffffffffffff8111156146d857600080fd5b6146e485828601614662565b90969095509350505050565b6000610100828403121561464057600080fd5b6000806040838503121561471657600080fd5b823567ffffffffffffffff81111561472d57600080fd5b614739858286016146f0565b925050602083013561460a8161459c565b803563ffffffff81168114612f0657600080fd5b6000806040838503121561477157600080fd5b823591506147816020840161474a565b90509250929050565b60008060006040848603121561479f57600080fd5b833567ffffffffffffffff8111156147b657600080fd5b6147c286828701614662565b90945092505060208401356147d68161459c565b809150509250925092565b6000602082840312156147f357600080fd5b611f128261474a565b60006020828403121561480e57600080fd5b813560ff81168114611f1257600080fd5b60006020828403121561483157600080fd5b813567ffffffffffffffff81111561484857600080fd5b61430f848285016146f0565b6000806040838503121561486757600080fd5b82356148728161459c565b946020939093013593505050565b6000806040838503121561489357600080fd5b823561489e8161459c565b9150602083013561460a8161459c565b6000806000604084860312156148c357600080fd5b83356148ce8161459c565b9250602084013567ffffffffffffffff8111156148ea57600080fd5b6148f686828701614662565b9497909650939450505050565b803561ffff81168114612f0657600080fd5b60006020828403121561492757600080fd5b611f1282614903565b6000806040838503121561494357600080fd5b823561494e8161459c565b915061478160208401614903565b60008060008060008060c0878903121561497557600080fd5b86356149808161459c565b955060208701356149908161459c565b94506040870135935060608701356149a78161459c565b92506149b56080880161474a565b91506149c360a08801614903565b90509295509295509295565b6000806000606084860312156149e457600080fd5b83356149ef8161459c565b925060208401356149ff8161459c565b9150614a0d60408501614903565b90509250925092565b634e487b7160e01b600052601160045260246000fd5b600082821015614a3e57614a3e614a16565b500390565b634e487b7160e01b600052603260045260246000fd5b600081614a6857614a68614a16565b506000190190565b600060208284031215614a8257600080fd5b8151611f128161459c565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215614ae957600080fd5b8151611f12816145ce565b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b60208082526019908201527f5061757361626c653a20696e6465782069732070617573656400000000000000604082015260600190565b60208082526051908201527f52657761726473436f6f7264696e61746f723a2063616c6c6572206973206e6f60408201527f7420612076616c69642063726561746552657761726473466f72416c6c53756260608201527036b4b9b9b4b7b71039bab136b4ba3a32b960791b608082015260a00190565b6020808252601f908201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604082015260600190565b60008235609e19833603018112614c3757600080fd5b9190910192915050565b6000808335601e19843603018112614c5857600080fd5b830160208101925035905067ffffffffffffffff811115614c7857600080fd5b8060061b36038313156146a757600080fd5b818352600060208085019450826000805b86811015614cef578235614cae8161459c565b6001600160a01b03168852828401356bffffffffffffffffffffffff8116808214614cd7578384fd5b89860152506040978801979290920191600101614c9b565b50959695505050505050565b6000614d078283614c41565b60a08552614d1960a086018284614c8a565b9150506020830135614d2a8161459c565b6001600160a01b0316602085015260408381013590850152614d4e6060840161474a565b63ffffffff808216606087015280614d686080870161474a565b16608087015250508091505092915050565b60018060a01b0384168152826020820152606060408201526000614da16060830184614cfb565b95945050505050565b60008219821115614dbd57614dbd614a16565b500190565b602081526000611f126020830184614cfb565b6000600019821415614de957614de9614a16565b5060010190565b60208082526034908201527f52657761726473436f6f7264696e61746f723a2063616c6c6572206973206e6f6040820152733a103a3432903932bbb0b93239aab83230ba32b960611b606082015260800190565b600063ffffffff808316818516808303821115614e6357614e63614a16565b01949350505050565b6000823560fe19833603018112614c3757600080fd5b6000823560be19833603018112614c3757600080fd5b6000808335601e19843603018112614eaf57600080fd5b830160208101925035905067ffffffffffffffff811115614ecf57600080fd5b8036038313156146a757600080fd5b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6000614f138283614c41565b60c08552614f2560c086018284614c8a565b915050602080840135614f378161459c565b6001600160a01b0390811686830152604090614f5586830187614c41565b888603848a015280865290946000919085015b81831015614f99578635614f7b8161459c565b84168152868601358682015295840195600192909201918401614f68565b614fa560608a0161474a565b63ffffffff811660608c01529650614fbf60808a0161474a565b63ffffffff811660808c01529650614fda60a08a018a614e98565b9750955089810360a08b0152614ff1818888614ede565b9a9950505050505050505050565b60018060a01b0384168152826020820152606060408201526000614da16060830184614f07565b82815260406020820152600061430f6040830184614f07565b600063ffffffff8381169083168181101561505c5761505c614a16565b039392505050565b600063ffffffff82168061507a5761507a614a16565b6000190192915050565b6000808335601e1984360301811261509b57600080fd5b83018035915067ffffffffffffffff8211156150b657600080fd5b6020019150600681901b36038213156146a757600080fd5b6000808335601e198436030181126150e557600080fd5b83018035915067ffffffffffffffff82111561510057600080fd5b6020019150600581901b36038213156146a757600080fd5b6000808335601e1984360301811261512f57600080fd5b83018035915067ffffffffffffffff82111561514a57600080fd5b6020019150368190038213156146a757600080fd5b634e487b7160e01b600052601260045260246000fd5b600063ffffffff8084168061518c5761518c61515f565b92169190910692915050565b6000826151a7576151a761515f565b500490565b60005b838110156151c75781810151838201526020016151af565b83811115612b4a5750506000910152565b60008251614c378184602087016151ac565b6000826151f9576151f961515f565b500690565b602081526000825180602084015261521d8160408501602087016151ac565b601f01601f1916919091016040019291505056fe52657761726473436f6f7264696e61746f722e5f636865636b436c61696d3a2061746f724469726563746564526577617264735375626d697373696f6e3a206f52657761726473436f6f7264696e61746f722e5f76616c69646174654f70657252657761726473436f6f7264696e61746f722e5f76616c6964617465436f6d6da2646970667358221220081e7033322140012f1d9ef09b55b455e888c99c5a08a478635131f15ff9795b64736f6c634300080c0033","nonce":17,"gas_used":4675901},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x47593d","logs":[{"address":"0x9a9f2ccfde556a7e9ff0848998aa4a0cfd8863ae","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"}],"logsBloom":"0x00000000000001000000000000000000000000000000000000000000000000000000000020000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x2c90c544b54f3abdf54678ecee119a140ff82dfa41c2392458c91b20bb7e46d2","block_number":12},{"info":{"transaction_hash":"0x2318763c4a768b28502edf0a2eed8440c7a5cb64da8ab0302c1881ade168101d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xbcd4042de499d14e55001ccbb24a551f3b954096","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xbcd4042de499d14e55001ccbb24a551f3b954096","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":73,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xad7660ef8dd0e352304bcf52ca14ff8bda5a6b39672bf1a47a69e0f88db910cc","block_number":48},{"info":{"transaction_hash":"0xb556f6110649a41a5fdc8950a9a85654ea8567e622e762b703e3f20455547cee","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x2546bcd3c84621e976d8185a91a922ae77ecec30","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x2546bcd3c84621e976d8185a91a922ae77ecec30","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":79,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x023e2868aed94c9c56836bffacabb5fbbee349b274ff5c772e7450df257cc5d5","block_number":54},{"info":{"transaction_hash":"0x82f2d470643ad5ac58e81c0b6a531972ddacbe64db3f2c31810afa4bfe562be2","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000042a63149117602129b6922ecfe3111168c2c3230000000000000000000000000000000000000000000000004047d566deddfa5f","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323"],"data":"0x0000000000000000000000000000000000000000000000004047d566deddfa5f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":216,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000042a63149117602129b6922ecfe3111168c2c323"],"data":"0x0000000000000000000000000000000000000000000000004047d566deddfa5f"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000080000000000000000000100000000000000080000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x7c2e093e2a8ce5b619768d11bfa10af3e7fd972d4e4aee088694694071932fa7","block_number":191},{"info":{"transaction_hash":"0xd732c2887f85cd51b65ef49b0d0243ca922ca77fdab436a252c0dc741744d33d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d0000000000000000000000000000000000000000000000002f8498dda5bb1dde","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d"],"data":"0x0000000000000000000000000000000000000000000000002f8498dda5bb1dde"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":225,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d"],"data":"0x0000000000000000000000000000000000000000000000002f8498dda5bb1dde"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000008000002000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x799e279cefaf0eac20b95168dccdc05fccb6480f7878898e9e999835bbfa19c9","block_number":200},{"info":{"transaction_hash":"0xed30b3417dca014fe602699aeea42ac3f836604796198a523d053c95fcab8279","transaction_index":0,"from":"0x86c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x86c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e5900000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e5900000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18"],"data":"0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac1800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18"],"data":"0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac1800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333300000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18"],"data":"0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac1800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18"],"data":"0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac1800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333300000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000080000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000008000000000000000000000000000000000000000000008000000081000000000100000000000000"},"block_hash":"0x9d7789dd55fea25f12c1e8e3eba8590651dbdc36fbac12c208f701159ac5146b","block_number":304},{"info":{"transaction_hash":"0x631178f076ca6f11b471886e6afdbff187ddc0a696c6fcbdfe06450cb7135142","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad90000000000000000000000000000000000000000000000002d140bef1be0a9d1","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9"],"data":"0x0000000000000000000000000000000000000000000000002d140bef1be0a9d1"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":232,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9"],"data":"0x0000000000000000000000000000000000000000000000002d140bef1be0a9d1"}],"logsBloom":"0x00010000000000200000000000000000000000000000000000000000000000000020000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x8b11ba085b9ed0218b21b0ac5439bbfb0bb5f1b8bd659ff13af2897b5418df30","block_number":207},{"info":{"transaction_hash":"0x0c47cd6c3373e72e964b8ff87d8ec6e491176d72e70d70555524cf7f103cb2dd","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x608060405260405162000e8138038062000e81833981016040819052620000269162000490565b828162000036828260006200004d565b50620000449050826200008a565b505050620005c3565b6200005883620000e5565b600082511180620000665750805b1562000085576200008383836200012760201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f620000b562000156565b604080516001600160a01b03928316815291841660208301520160405180910390a1620000e2816200018f565b50565b620000f08162000244565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b60606200014f838360405180606001604052806027815260200162000e5a60279139620002f8565b9392505050565b60006200018060008051602062000e3a83398151915260001b620003de60201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620001fa5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b806200022360008051602062000e3a83398151915260001b620003de60201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b6200025a81620003e160201b6200028c1760201c565b620002be5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401620001f1565b80620002237f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc60001b620003de60201b620002081760201c565b60606001600160a01b0384163b620003625760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401620001f1565b600080856001600160a01b0316856040516200037f919062000570565b600060405180830381855af49150503d8060008114620003bc576040519150601f19603f3d011682016040523d82523d6000602084013e620003c1565b606091505b509092509050620003d4828286620003f0565b9695505050505050565b90565b6001600160a01b03163b151590565b60608315620004015750816200014f565b825115620004125782518084602001fd5b8160405162461bcd60e51b8152600401620001f191906200058e565b80516001600160a01b03811681146200044657600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b838110156200047e57818101518382015260200162000464565b83811115620000835750506000910152565b600080600060608486031215620004a657600080fd5b620004b1846200042e565b9250620004c1602085016200042e565b60408501519092506001600160401b0380821115620004df57600080fd5b818601915086601f830112620004f457600080fd5b8151818111156200050957620005096200044b565b604051601f8201601f19908116603f011681019083821181831017156200053457620005346200044b565b816040528281528960208487010111156200054e57600080fd5b6200056183602083016020880162000461565b80955050505050509250925092565b600082516200058481846020870162000461565b9190910192915050565b6020815260008251806020840152620005af81604085016020870162000461565b601f01601f19169190910160400192915050565b61086780620005d36000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","output":"0x60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033","gas_used":481552,"gas_limit":659104,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033","nonce":7,"gas_used":592890},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x90bfa","logs":[{"address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},{"address":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000010000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000002000000000010000000010000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000001000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000400000000000000000000000000000000000000008000000000000000000000000000000000000000000000"},"block_hash":"0xb863454345c67a92ec1f76cb856638751921d8f11da8093edd155007a7d3e4db","block_number":6},{"info":{"transaction_hash":"0xcb117eb70d197b6417289dda68e8dfa050fe940473486c3e598f425f0b49fe95","transaction_index":0,"from":"0xf0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7"],"data":"0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7"],"data":"0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383500000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7"],"data":"0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7"],"data":"0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383500000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000004000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000010000000000000000000000000000000000000000000000000000000000080000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x75351ff90d0a60d18e418705383b0834b392deab660e45f1de35c5b55f77d28e","block_number":408},{"info":{"transaction_hash":"0xa1bee67409e40e68def4d11f9646af98bd3621955771a17efff6a5232baf7de2","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x7a2088a1bfc9d81c55368ae168c2c02570cb814f","traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7a2088a1bfc9d81c55368ae168c2c02570cb814f","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x608060405260405162000e8138038062000e81833981016040819052620000269162000490565b828162000036828260006200004d565b50620000449050826200008a565b505050620005c3565b6200005883620000e5565b600082511180620000665750805b1562000085576200008383836200012760201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f620000b562000156565b604080516001600160a01b03928316815291841660208301520160405180910390a1620000e2816200018f565b50565b620000f08162000244565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b60606200014f838360405180606001604052806027815260200162000e5a60279139620002f8565b9392505050565b60006200018060008051602062000e3a83398151915260001b620003de60201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620001fa5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b806200022360008051602062000e3a83398151915260001b620003de60201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b6200025a81620003e160201b6200028c1760201c565b620002be5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401620001f1565b80620002237f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc60001b620003de60201b620002081760201c565b60606001600160a01b0384163b620003625760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401620001f1565b600080856001600160a01b0316856040516200037f919062000570565b600060405180830381855af49150503d8060008114620003bc576040519150601f19603f3d011682016040523d82523d6000602084013e620003c1565b606091505b509092509050620003d4828286620003f0565b9695505050505050565b90565b6001600160a01b03163b151590565b60608315620004015750816200014f565b825115620004125782518084602001fd5b8160405162461bcd60e51b8152600401620001f191906200058e565b80516001600160a01b03811681146200044657600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b838110156200047e57818101518382015260200162000464565b83811115620000835750506000910152565b600080600060608486031215620004a657600080fd5b620004b1846200042e565b9250620004c1602085016200042e565b60408501519092506001600160401b0380821115620004df57600080fd5b818601915086601f830112620004f457600080fd5b8151818111156200050957620005096200044b565b604051601f8201601f19908116603f011681019083821181831017156200053457620005346200044b565b816040528281528960208487010111156200054e57600080fd5b6200056183602083016020880162000461565b80955050505050509250925092565b600082516200058481846020870162000461565b9190910192915050565b6020815260008251806020840152620005af81604085016020870162000461565b601f01601f19169190910160400192915050565b61086780620005d36000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000a85233c63b9ee964add6f2cffe00fd84eb32338f000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000084019e2729ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000004a679253410272dd5232b3ff7cf5dbb88f2953190000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e000000000000000000000000000000000000000000000000000000000","output":"0x60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033","gas_used":587063,"gas_limit":796839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000a85233c63b9ee964add6f2cffe00fd84eb32338f"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Log":0},{"Call":0},{"Log":1}]},{"parent":0,"children":[2],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x7a2088a1bfc9d81c55368ae168c2c02570cb814f","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x019e2729ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000004a679253410272dd5232b3ff7cf5dbb88f2953190000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0","output":"0x","gas_used":104041,"gas_limit":756528,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xf97ed4e083acac67830025ecbc756d8fe847cdbdca4cee3fe1e128e98b54ecb5"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x6ab181e0440bfbf4bacdf2e99674735ce6638005490688c5f994f5399353e452"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6"],"data":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x1c540707b00eb5427b6b774fc799d756516a54aee108b64b327acc55af557507"],"data":"0x0000000000000000000000004a679253410272dd5232b3ff7cf5dbb88f2953190000000000000000000000000000000000000000000000000000000000000012"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Log":0},{"Log":1},{"Log":2},{"Log":3},{"Call":0},{"Log":4},{"Log":5}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x7a2088a1bfc9d81c55368ae168c2c02570cb814f","address":"0x4a679253410272dd5232b3ff7cf5dbb88f295319","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x313ce567","output":"0x0000000000000000000000000000000000000000000000000000000000000012","gas_used":266,"gas_limit":645404,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033","nonce":26,"gas_used":700347},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xaafbb","logs":[{"address":"0x7a2088a1bfc9d81c55368ae168c2c02570cb814f","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000a85233c63b9ee964add6f2cffe00fd84eb32338f"],"data":"0x"},{"address":"0x7a2088a1bfc9d81c55368ae168c2c02570cb814f","topics":["0xf97ed4e083acac67830025ecbc756d8fe847cdbdca4cee3fe1e128e98b54ecb5"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"},{"address":"0x7a2088a1bfc9d81c55368ae168c2c02570cb814f","topics":["0x6ab181e0440bfbf4bacdf2e99674735ce6638005490688c5f994f5399353e452"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"},{"address":"0x7a2088a1bfc9d81c55368ae168c2c02570cb814f","topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0x7a2088a1bfc9d81c55368ae168c2c02570cb814f","topics":["0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6"],"data":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0"},{"address":"0x7a2088a1bfc9d81c55368ae168c2c02570cb814f","topics":["0x1c540707b00eb5427b6b774fc799d756516a54aee108b64b327acc55af557507"],"data":"0x0000000000000000000000004a679253410272dd5232b3ff7cf5dbb88f2953190000000000000000000000000000000000000000000000000000000000000012"},{"address":"0x7a2088a1bfc9d81c55368ae168c2c02570cb814f","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"},{"address":"0x7a2088a1bfc9d81c55368ae168c2c02570cb814f","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}],"logsBloom":"0x00000000001000000000000040000000400000000000000200000000000000000000000000000000000000000000000000000000000100100000000000000000000000000000020000000400000002000000000000000000000000000010000000000000000000000000000100000000000000800000000000000000000000040000000300000002000050000000000410000000000080000200000000800000000000000000000000000000000400000000000000000000000000000000000000040020400000200000000000040000000000002400000000000000000000000000000080000000000000000000000000000000000000000000000000400000"},"block_hash":"0xadd422f9d2104599ee33f7ee19500ea117669cefe257e4870acaa11abd84d9ce","block_number":17},{"info":{"transaction_hash":"0xc06d64dda578c2b2fadc642a395745ae0ff942c8dfeceb97ba9ac86fcba97afb","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5fbdb2315678afecb367f032d93f642f64180aa3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x7f3c2c2800000000000000000000000000000000000000000000000000000000000000400000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f373042000000000000000000000000000000000000000000000000000000000000001a6d6f636b4176735265676973747279436f6f7264696e61746f72000000000000","output":"0x","gas_used":50652,"gas_limit":78408,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":52,"gas_used":72804},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x11c64","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x6981e26c508bc7cfe19b3f0cd142c93132d4ce6bc68ff2a44dcf506d512134cd","block_number":29},{"info":{"transaction_hash":"0x0c8444865a268a012a0e218232129ee148fb548afe0a74cbadd49a265b0ff6d3","transaction_index":0,"from":"0x9ef6c02fb2ecc446146e05f1ff687a788a8bf76d","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9ef6c02fb2ecc446146e05f1ff687a788a8bf76d","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006e7330ddc26efb3d","output":"0x0000000000000000000000000000000000000000000000006e7330ddc26efb3d","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006e7330ddc26efb3d","output":"0x0000000000000000000000000000000000000000000000006e7330ddc26efb3d","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006e7330ddc26efb3d"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006e7330ddc26efb3d","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000006e7330ddc26efb3d"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006e7330ddc26efb3d","output":"0x0000000000000000000000000000000000000000000000006e7330ddc26efb3d","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006e7330ddc26efb3d","output":"0x0000000000000000000000000000000000000000000000006e7330ddc26efb3d","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000bca332217f81cb192","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000bca332217f81cb192","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006e7330ddc26efb3d","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006e7330ddc26efb3d","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d"],"data":"0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006e7330ddc26efb3d"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000006e7330ddc26efb3d","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000006e7330ddc26efb3d"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006e7330ddc26efb3d"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d"],"data":"0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006e7330ddc26efb3d"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010004000000000020000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000200000000000000000000001000000000100000000000000"},"block_hash":"0x7b6b694a516553052c6d094bf5f5e1ed412b266f418077ea3acb66e42d5a3013","block_number":319},{"info":{"transaction_hash":"0x98f838c95e14f1d5cb19b6d1367654b53a24285ba3062a429b68ae179a2e6264","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000000000000000000000000000740135c4c48c6c7f","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e"],"data":"0x000000000000000000000000000000000000000000000000740135c4c48c6c7f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":190,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e"],"data":"0x000000000000000000000000000000000000000000000000740135c4c48c6c7f"}],"logsBloom":"0x02000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000200000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000400000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x8fd5f4402625e67d02277cbe46bc4deb524a7d68ded1e30017d0401e52702ec4","block_number":165},{"info":{"transaction_hash":"0xe515802eb3d517a17028ed0a81e0ee0e32d11cdcf6c572ff07743a3657d54db7","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19000000000000000000000000000000000000000000000000580fd18d39e768d0","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19"],"data":"0x000000000000000000000000000000000000000000000000580fd18d39e768d0"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":237,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19"],"data":"0x000000000000000000000000000000000000000000000000580fd18d39e768d0"}],"logsBloom":"0x00000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000001000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000008000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x3b2d31a6fb5a9643fe8a8dec27f28d7bfff660cfdd5f11c3654adb9f371be650","block_number":212},{"info":{"transaction_hash":"0x5fa3628cd036264351ab338a96cbbd9ab0f67536dfb7dce3c45a321f49c9972a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da20000000000000000000000000000000000000000000000007ee8b22590a6071f","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2"],"data":"0x0000000000000000000000000000000000000000000000007ee8b22590a6071f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":239,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2"],"data":"0x0000000000000000000000000000000000000000000000007ee8b22590a6071f"}],"logsBloom":"0x00002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400800000000000000000000000000000000000000000000000000000008000040000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x6140b2c7dee0004b609f582eaa239a6ce1377e9abd73b9f85e1de420577b5f07","block_number":214},{"info":{"transaction_hash":"0xa1892bb30aedd8c1483a6ba1efb3ac582b0925aaa420d2ec648cbb8d2de1029f","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x02484cb50aac86eae85610d6f4bf026f30f6627d","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x02484cb50aac86eae85610d6f4bf026f30f6627d","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":84,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x18238285552b80b3ab1a8f885400e6c119032773c551047cae0b0a1ad31a6979","block_number":59},{"info":{"transaction_hash":"0x46f288a09405f0ea4d8b09959bd750c988252fc38744742aa007e054e3cbbb87","transaction_index":0,"from":"0x9394cb5f737bd3acea7dce90ca48dbd42801ee5d","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9394cb5f737bd3acea7dce90ca48dbd42801ee5d","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d"],"data":"0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d"],"data":"0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363800000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d"],"data":"0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d"],"data":"0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363800000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000004000020000000000000000000000000000000000000000001000000000000000081000000000100000000000000"},"block_hash":"0x60502a597497cbe51b246bd51aec8c8bf6f42167ce2d657504e9b24e3178156d","block_number":374},{"info":{"transaction_hash":"0xe43aec0fef0a5cd873e7b53ae582ef04ad6cac8090ed8c19df5c802f99b71390","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x9ef6c02fb2ecc446146e05f1ff687a788a8bf76d","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x9ef6c02fb2ecc446146e05f1ff687a788a8bf76d","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":103,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x3a695befdd4102bf276bb217d170ed992aaafb77dce0bb93b9540c28d45ee326","block_number":78},{"info":{"transaction_hash":"0x2b0c9fe6c5465c427e44d3e1f6496f46c015945f7f64c8257939599144003b5b","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xf2fde38b000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","output":"0x","gas_used":4371,"gas_limit":16304,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Stop","out":"0x","nonce":27,"gas_used":25803},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x64cb","logs":[{"address":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000001000000000002000000000000000000000000000000000000000000000000000000000000000000000800000000000000000"},"block_hash":"0xc35f52051a30cfbdbae2a02fbb750f96c51a62755ac1d5fcc7db2e3b43df7f43","block_number":18},{"info":{"transaction_hash":"0xb17ba8c8eceb051d9010782099fac8849b424a22a92573aac15ec80dc183e6f6","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5fbdb2315678afecb367f032d93f642f64180aa3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x7f3c2c2800000000000000000000000000000000000000000000000000000000000000400000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f875707000000000000000000000000000000000000000000000000000000000000000f73747261746567794d616e616765720000000000000000000000000000000000","output":"0x","gas_used":50652,"gas_limit":78358,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":55,"gas_used":72672},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x11be0","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xeac4a34de40d97d11e4a8d8ef435aa9baf34774accd137bbd4e2602d778a4c0d","block_number":31},{"info":{"transaction_hash":"0x93a8dcf6438d718a07621478dfb0fd1cb2ec3d33ff010cda167fc39b901bb136","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f000000000000000000000000000000000000000000000000109cb2e58d61778d","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f"],"data":"0x000000000000000000000000000000000000000000000000109cb2e58d61778d"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":255,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000048fa7b63049a6f4e7316eb2d9c5bdda8933bca2f"],"data":"0x000000000000000000000000000000000000000000000000109cb2e58d61778d"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000020000000000000000000000000000000000000000000000000004000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000a00000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xb8d3f25b8b36594cd1b3ba2da30be6c75a88185cd81df76e66d17db911c802c8","block_number":230},{"info":{"transaction_hash":"0x2bafaa3d7d05e322cc31c91f8befbfe69a655ba8bfba8b984aee7f4b16ef3aa1","transaction_index":0,"from":"0xd9065f27e9b706e5f7628e067cc00b288dddbf19","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xd9065f27e9b706e5f7628e067cc00b288dddbf19","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19"],"data":"0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf1900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19"],"data":"0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf1900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373400000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19"],"data":"0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf1900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19"],"data":"0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf1900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373400000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000200000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000008000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x0fd5651dfd9f76bf0443ec5c26db36983f3306966d66bb1536c1a55dcc6bebe6","block_number":386},{"info":{"transaction_hash":"0x38095b64cc82e943751f6dac0b42348c917d0b77018fb2c20ff102572626033b","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x225356ff5d64889d7364be2c990f93a66298ee8d","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x225356ff5d64889d7364be2c990f93a66298ee8d","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":157,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x973560a9c844f88c23c39dd86e819566ba7e9a99b58f9a4b90f0c89816b0fbea","block_number":132},{"info":{"transaction_hash":"0x230b1cb91b1aae94cfec35f90d9239e0ada6d6afee9b97b599cae73a6962a20a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x3c3e2e178c69d4bad964568415a0f0c84fd6320a","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x3c3e2e178c69d4bad964568415a0f0c84fd6320a","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":110,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xff3174a5ada0bd82c2b38d46f66427f4d48338ec64b194b6b23097517920b660","block_number":85},{"info":{"transaction_hash":"0x66db16817026493803f739bbecd1abac051c0e5e082ed1e4b7aee84805a21a39","transaction_index":0,"from":"0x98d08079928fccb30598c6c6382abfd7dbfaa1cd","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x98d08079928fccb30598c6c6382abfd7dbfaa1cd","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007b4c8567c0e9c3de","output":"0x0000000000000000000000000000000000000000000000007b4c8567c0e9c3de","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007b4c8567c0e9c3de","output":"0x0000000000000000000000000000000000000000000000007b4c8567c0e9c3de","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007b4c8567c0e9c3de"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007b4c8567c0e9c3de","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000007b4c8567c0e9c3de"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007b4c8567c0e9c3de","output":"0x0000000000000000000000000000000000000000000000007b4c8567c0e9c3de","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007b4c8567c0e9c3de","output":"0x0000000000000000000000000000000000000000000000007b4c8567c0e9c3de","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001cc929a623532de2a9","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001cc929a623532de2a9","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007b4c8567c0e9c3de","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007b4c8567c0e9c3de","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd"],"data":"0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007b4c8567c0e9c3de"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000007b4c8567c0e9c3de","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000007b4c8567c0e9c3de"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007b4c8567c0e9c3de"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd"],"data":"0x00000000000000000000000098d08079928fccb30598c6c6382abfd7dbfaa1cd000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007b4c8567c0e9c3de"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010200000000000000000800000010000000000000000000000000000000000000800100000008000000000000020240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100800000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xcb52c53a62b1d6e990cd0bebaf55e211a38396e2b83fdf3db33a8f6d8611ee63","block_number":437},{"info":{"transaction_hash":"0xf66a6ca9bad56896e478d53a317018bc90a247dd13bf4b7e8af411088e56dd37","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0xcf7ed3acca5a467e9e704c703e8d87f634fb0fc9","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xcf7ed3acca5a467e9e704c703e8d87f634fb0fc9","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052348015600f57600080fd5b50607780601d6000396000f3fe6080604052348015600f57600080fd5b506004361060285760003560e01c8063c298557814602d575b600080fd5b600060405190815260200160405180910390f3fea26469706673582212204d7287eb0326e3c3f8847cee1e1183a1edc33862bc2110aa222e2ad2c65af9b464736f6c634300080c0033","output":"0x6080604052348015600f57600080fd5b506004361060285760003560e01c8063c298557814602d575b600080fd5b600060405190815260200160405180910390f3fea26469706673582212204d7287eb0326e3c3f8847cee1e1183a1edc33862bc2110aa222e2ad2c65af9b464736f6c634300080c0033","gas_used":23875,"gas_limit":47605,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x6080604052348015600f57600080fd5b506004361060285760003560e01c8063c298557814602d575b600080fd5b600060405190815260200160405180910390f3fea26469706673582212204d7287eb0326e3c3f8847cee1e1183a1edc33862bc2110aa222e2ad2c65af9b464736f6c634300080c0033","nonce":3,"gas_used":79145},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x661f7","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x83270464b603ed2d4d704cf3e7d6faa163fce32b1c8632a2c9d2e4d572cd3ada","block_number":3},{"info":{"transaction_hash":"0x2bb5df6ced2ba1668fb7cbae3b5ba6510861e3912e12469d9894d3b758e470a7","transaction_index":0,"from":"0x4b23d303d9e3719d6cdf8d172ea030f80509ea15","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x4b23d303d9e3719d6cdf8d172ea030f80509ea15","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000008ab268a9fc9a4827","output":"0x0000000000000000000000000000000000000000000000008ab268a9fc9a4827","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000008ab268a9fc9a4827","output":"0x0000000000000000000000000000000000000000000000008ab268a9fc9a4827","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea150000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000008ab268a9fc9a4827"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000008ab268a9fc9a4827","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000008ab268a9fc9a4827"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000008ab268a9fc9a4827","output":"0x0000000000000000000000000000000000000000000000008ab268a9fc9a4827","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000008ab268a9fc9a4827","output":"0x0000000000000000000000000000000000000000000000008ab268a9fc9a4827","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000cd79c5b60f39d1ccb","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000cd79c5b60f39d1ccb","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000008ab268a9fc9a4827","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000008ab268a9fc9a4827","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15"],"data":"0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000008ab268a9fc9a4827"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000008ab268a9fc9a4827","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000008ab268a9fc9a4827"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea150000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000008ab268a9fc9a4827"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15"],"data":"0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000008ab268a9fc9a4827"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008002000000000000240200001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000102000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x5a3021d7c7f6564e72b9b5ecf93743bc0b563b53c8608739cd1b1888f214a9d0","block_number":325},{"info":{"transaction_hash":"0x4d5f8dcedc007b1ca316b22c1268b1d60d6ed12bbc0bbc18a7a7d9f61c03bb3a","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x1613beb3b2c4f22ee086b2b38c1476a3ce7f78e8","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x1613beb3b2c4f22ee086b2b38c1476a3ce7f78e8","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052610b478038038061001481610324565b92833981016060828203126103205761002c8261035d565b906100396020840161035d565b604084015190936001600160401b03821161032057019080601f8301121561032057815161006e61006982610371565b610324565b9281845260208401926020838301011161032057815f926020809301855e84010152823b156102c5577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0385169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906102be575b6101de575b50505f516020610b275f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a1811561018a576001600160a01b031916175f516020610b275f395f51905f525560405161073f90816103e88239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b6101e86060610324565b91602783527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020840152660819985a5b195960ca1b6040840152833b1561026a57610259935f92839251915af43d15610262573d9061024a61006983610371565b9182523d5f602084013e61038c565b505f8080610108565b60609061038c565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b505f610103565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b0381118382101761034957604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b038216820361032057565b6001600160401b03811161034957601f01601f191660200190565b90919015610398575090565b8151156103a85750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610300000000000000000000000067d269191c92caf3cd7723f116c85e6e9bf55933000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","output":"0x60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033","gas_used":421667,"gas_limit":578120,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000067d269191c92caf3cd7723f116c85e6e9bf55933"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033","nonce":35,"gas_used":521513},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xfea52","logs":[{"address":"0x1613beb3b2c4f22ee086b2b38c1476a3ce7f78e8","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000067d269191c92caf3cd7723f116c85e6e9bf55933"],"data":"0x"},{"address":"0x1613beb3b2c4f22ee086b2b38c1476a3ce7f78e8","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002001000000000000000000000000000000008000002000000000000010000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000010000000000000020000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000001000"},"block_hash":"0xfffcdb13d57d9c7f974047129fa46c1d1d4c7a59af1275c7b78fc96b3d6fa252","block_number":22},{"info":{"transaction_hash":"0xcdb3a15af484a83f4f9af7606f778bf5133166076b9df1d710e1e8adaca6b88b","transaction_index":0,"from":"0xd4a1e660c916855229e1712090ccfd8a424a2e33","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xd4a1e660c916855229e1712090ccfd8a424a2e33","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33"],"data":"0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e3300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33"],"data":"0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e3300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343900000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33"],"data":"0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e3300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33"],"data":"0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e3300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000d4a1e660c916855229e1712090ccfd8a424a2e33"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343900000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000080000000000000000000000000000000000000000000000200000000000000000000200000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000040000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x7766d217df0c8e1f1fd148fd5f8addca1cb37711992c8973b40b1cb8358929aa","block_number":336},{"info":{"transaction_hash":"0xa775586d69f69569ac96e131f82dbd46a2a5c7f48092431943b5a75755a6a972","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x8626f6940e2eb28930efb4cef49b2d1f2c9c1199","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x8626f6940e2eb28930efb4cef49b2d1f2c9c1199","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":82,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x88877bf99fc4c3248fc9f8c1ff7f7bac68d7aa986c1271dd5e86c27239e48dc4","block_number":57},{"info":{"transaction_hash":"0x5aed79cad402a2b11bb1badac39f29c6d6958e92ba87eb1d9bfe3249806737d7","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x3c44cdddb6a900fa2b585dd299e03d12fa4293bc","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x3c44cdddb6a900fa2b585dd299e03d12fa4293bc","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":65,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xd6f8a0c63804badc9f57f38618187414e504fee68a2dcb15b84c85527832e42d","block_number":40},{"info":{"transaction_hash":"0x27a4acabd1543d692ec93b431b70ac015ce6f0f246a3a8aaeb861702eef75074","transaction_index":0,"from":"0xdf3e18d64bc6a983f673ab319ccae4f1a57c7097","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xdf3e18d64bc6a983f673ab319ccae4f1a57c7097","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097"],"data":"0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c709700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097"],"data":"0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c709700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313400000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097"],"data":"0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c709700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097"],"data":"0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c709700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313400000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000004000000000000000000000000000100000001000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000080"},"block_hash":"0x50637d13733210acc179f12615ab8f2010179b0fe9c4749e6a25dc4d302ff5d7","block_number":266},{"info":{"transaction_hash":"0x95f8fc9f36deeebe849d1693b035593e6306b5badbf00a30b7d9ded1692c1eaa","transaction_index":0,"from":"0x2546bcd3c84621e976d8185a91a922ae77ecec30","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x2546bcd3c84621e976d8185a91a922ae77ecec30","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30"],"data":"0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30"],"data":"0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313600000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30"],"data":"0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30"],"data":"0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313600000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000002000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000008000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000100000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x5bb4fac35ff724804e576fa8243eaa7eb16d851290446490cdfa45e4131bba3f","block_number":270},{"info":{"transaction_hash":"0xbe4c4855ef56b50ab9be900b3cea83f6c3f31ee0298d33776eea3af5bbfefd15","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x265188114eb5d5536bc8654d8e9710fe72c28c4d","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x265188114eb5d5536bc8654d8e9710fe72c28c4d","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":125,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x15deabe7709babfabb484a14762a9c82fddedd3bddd286a2cba640dbf582393a","block_number":100},{"info":{"transaction_hash":"0xc20aef39499ca67c5b26ffbfb474d8a1435367a4f1291f32d630220ca6e38af0","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x71f280dea6fc5a03790941ad72956f545feb7a52","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x71f280dea6fc5a03790941ad72956f545feb7a52","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":152,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xd9d885fabe09a8debac604fa746ba21ed28695aa540ed1671bc74e709a0e1e10","block_number":127},{"info":{"transaction_hash":"0x559bca58f7fe981e305831b983f43cc12626205a88a2ff506225c03802532f77","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000000000000000000000000000122c6ab631ff0891","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65"],"data":"0x000000000000000000000000000000000000000000000000122c6ab631ff0891"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":167,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65"],"data":"0x000000000000000000000000000000000000000000000000122c6ab631ff0891"}],"logsBloom":"0x00000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200004000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xbea38d910965a66950697bbcf4103719742b4d9fef7ef0a574b8db3baebd8015","block_number":142},{"info":{"transaction_hash":"0xee2fc11dccddf2c582c54a3bf994e0921caaf0d7ca275ac0d2a2a6bc81223e7f","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x608060405234801561001057600080fd5b5061001a3361001f565b61006f565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b61069a8061007e6000396000f3fe60806040526004361061007b5760003560e01c80639623609d1161004e5780639623609d1461011157806399a88ec414610124578063f2fde38b14610144578063f3b7dead1461016457600080fd5b8063204e1c7a14610080578063715018a6146100bc5780637eff275e146100d35780638da5cb5b146100f3575b600080fd5b34801561008c57600080fd5b506100a061009b366004610499565b610184565b6040516001600160a01b03909116815260200160405180910390f35b3480156100c857600080fd5b506100d1610215565b005b3480156100df57600080fd5b506100d16100ee3660046104bd565b610229565b3480156100ff57600080fd5b506000546001600160a01b03166100a0565b6100d161011f36600461050c565b610291565b34801561013057600080fd5b506100d161013f3660046104bd565b610300565b34801561015057600080fd5b506100d161015f366004610499565b610336565b34801561017057600080fd5b506100a061017f366004610499565b6103b4565b6000806000836001600160a01b03166040516101aa90635c60da1b60e01b815260040190565b600060405180830381855afa9150503d80600081146101e5576040519150601f19603f3d011682016040523d82523d6000602084013e6101ea565b606091505b5091509150816101f957600080fd5b8080602001905181019061020d91906105e2565b949350505050565b61021d6103da565b6102276000610434565b565b6102316103da565b6040516308f2839760e41b81526001600160a01b038281166004830152831690638f283970906024015b600060405180830381600087803b15801561027557600080fd5b505af1158015610289573d6000803e3d6000fd5b505050505050565b6102996103da565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906102c990869086906004016105ff565b6000604051808303818588803b1580156102e257600080fd5b505af11580156102f6573d6000803e3d6000fd5b5050505050505050565b6103086103da565b604051631b2ce7f360e11b81526001600160a01b038281166004830152831690633659cfe69060240161025b565b61033e6103da565b6001600160a01b0381166103a85760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b6103b181610434565b50565b6000806000836001600160a01b03166040516101aa906303e1469160e61b815260040190565b6000546001600160a01b031633146102275760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161039f565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146103b157600080fd5b6000602082840312156104ab57600080fd5b81356104b681610484565b9392505050565b600080604083850312156104d057600080fd5b82356104db81610484565b915060208301356104eb81610484565b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b60008060006060848603121561052157600080fd5b833561052c81610484565b9250602084013561053c81610484565b9150604084013567ffffffffffffffff8082111561055957600080fd5b818601915086601f83011261056d57600080fd5b81358181111561057f5761057f6104f6565b604051601f8201601f19908116603f011681019083821181831017156105a7576105a76104f6565b816040528281528960208487010111156105c057600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b6000602082840312156105f457600080fd5b81516104b681610484565b60018060a01b038316815260006020604081840152835180604085015260005b8181101561063b5785810183015185820160600152820161061f565b8181111561064d576000606083870101525b50601f01601f19169290920160600194935050505056fea2646970667358221220a0493a6b2b90c3f244082ad5c7c15e1acc7b297d84d40069f7d74ce169d6c61764736f6c634300080c0033","output":"0x60806040526004361061007b5760003560e01c80639623609d1161004e5780639623609d1461011157806399a88ec414610124578063f2fde38b14610144578063f3b7dead1461016457600080fd5b8063204e1c7a14610080578063715018a6146100bc5780637eff275e146100d35780638da5cb5b146100f3575b600080fd5b34801561008c57600080fd5b506100a061009b366004610499565b610184565b6040516001600160a01b03909116815260200160405180910390f35b3480156100c857600080fd5b506100d1610215565b005b3480156100df57600080fd5b506100d16100ee3660046104bd565b610229565b3480156100ff57600080fd5b506000546001600160a01b03166100a0565b6100d161011f36600461050c565b610291565b34801561013057600080fd5b506100d161013f3660046104bd565b610300565b34801561015057600080fd5b506100d161015f366004610499565b610336565b34801561017057600080fd5b506100a061017f366004610499565b6103b4565b6000806000836001600160a01b03166040516101aa90635c60da1b60e01b815260040190565b600060405180830381855afa9150503d80600081146101e5576040519150601f19603f3d011682016040523d82523d6000602084013e6101ea565b606091505b5091509150816101f957600080fd5b8080602001905181019061020d91906105e2565b949350505050565b61021d6103da565b6102276000610434565b565b6102316103da565b6040516308f2839760e41b81526001600160a01b038281166004830152831690638f283970906024015b600060405180830381600087803b15801561027557600080fd5b505af1158015610289573d6000803e3d6000fd5b505050505050565b6102996103da565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906102c990869086906004016105ff565b6000604051808303818588803b1580156102e257600080fd5b505af11580156102f6573d6000803e3d6000fd5b5050505050505050565b6103086103da565b604051631b2ce7f360e11b81526001600160a01b038281166004830152831690633659cfe69060240161025b565b61033e6103da565b6001600160a01b0381166103a85760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b6103b181610434565b50565b6000806000836001600160a01b03166040516101aa906303e1469160e61b815260040190565b6000546001600160a01b031633146102275760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161039f565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146103b157600080fd5b6000602082840312156104ab57600080fd5b81356104b681610484565b9392505050565b600080604083850312156104d057600080fd5b82356104db81610484565b915060208301356104eb81610484565b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b60008060006060848603121561052157600080fd5b833561052c81610484565b9250602084013561053c81610484565b9150604084013567ffffffffffffffff8082111561055957600080fd5b818601915086601f83011261056d57600080fd5b81358181111561057f5761057f6104f6565b604051601f8201601f19908116603f011681019083821181831017156105a7576105a76104f6565b816040528281528960208487010111156105c057600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b6000602082840312156105f457600080fd5b81516104b681610484565b60018060a01b038316815260006020604081840152835180604085015260005b8181101561063b5785810183015185820160600152820161061f565b8181111561064d576000606083870101525b50601f01601f19169290920160600194935050505056fea2646970667358221220a0493a6b2b90c3f244082ad5c7c15e1acc7b297d84d40069f7d74ce169d6c61764736f6c634300080c0033","gas_used":362115,"gas_limit":494949,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x60806040526004361061007b5760003560e01c80639623609d1161004e5780639623609d1461011157806399a88ec414610124578063f2fde38b14610144578063f3b7dead1461016457600080fd5b8063204e1c7a14610080578063715018a6146100bc5780637eff275e146100d35780638da5cb5b146100f3575b600080fd5b34801561008c57600080fd5b506100a061009b366004610499565b610184565b6040516001600160a01b03909116815260200160405180910390f35b3480156100c857600080fd5b506100d1610215565b005b3480156100df57600080fd5b506100d16100ee3660046104bd565b610229565b3480156100ff57600080fd5b506000546001600160a01b03166100a0565b6100d161011f36600461050c565b610291565b34801561013057600080fd5b506100d161013f3660046104bd565b610300565b34801561015057600080fd5b506100d161015f366004610499565b610336565b34801561017057600080fd5b506100a061017f366004610499565b6103b4565b6000806000836001600160a01b03166040516101aa90635c60da1b60e01b815260040190565b600060405180830381855afa9150503d80600081146101e5576040519150601f19603f3d011682016040523d82523d6000602084013e6101ea565b606091505b5091509150816101f957600080fd5b8080602001905181019061020d91906105e2565b949350505050565b61021d6103da565b6102276000610434565b565b6102316103da565b6040516308f2839760e41b81526001600160a01b038281166004830152831690638f283970906024015b600060405180830381600087803b15801561027557600080fd5b505af1158015610289573d6000803e3d6000fd5b505050505050565b6102996103da565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906102c990869086906004016105ff565b6000604051808303818588803b1580156102e257600080fd5b505af11580156102f6573d6000803e3d6000fd5b5050505050505050565b6103086103da565b604051631b2ce7f360e11b81526001600160a01b038281166004830152831690633659cfe69060240161025b565b61033e6103da565b6001600160a01b0381166103a85760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b6103b181610434565b50565b6000806000836001600160a01b03166040516101aa906303e1469160e61b815260040190565b6000546001600160a01b031633146102275760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161039f565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146103b157600080fd5b6000602082840312156104ab57600080fd5b81356104b681610484565b9392505050565b600080604083850312156104d057600080fd5b82356104db81610484565b915060208301356104eb81610484565b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b60008060006060848603121561052157600080fd5b833561052c81610484565b9250602084013561053c81610484565b9150604084013567ffffffffffffffff8082111561055957600080fd5b818601915086601f83011261056d57600080fd5b81358181111561057f5761057f6104f6565b604051601f8201601f19908116603f011681019083821181831017156105a7576105a76104f6565b816040528281528960208487010111156105c057600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b6000602082840312156105f457600080fd5b81516104b681610484565b60018060a01b038316815260006020604081840152835180604085015260005b8181101561063b5785810183015185820160600152820161061f565b8181111561064d576000606083870101525b50601f01601f19169290920160600194935050505056fea2646970667358221220a0493a6b2b90c3f244082ad5c7c15e1acc7b297d84d40069f7d74ce169d6c61764736f6c634300080c0033","nonce":1,"gas_used":443277},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x6c38d","logs":[{"address":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000100000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000001000000000002000000000000000000020000000000000000000000000000000000000000000000000800000000000000000"},"block_hash":"0xa445d6e70297e6623a7ea9afa3c8a885d74a31c94cc032dfc4928dfb3712c83f","block_number":2},{"info":{"transaction_hash":"0xbd27f1d173311953beba1a6708fc4210b0da2137450f0e0a06c5596ffbf88a9e","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c1830000000000000000000000000000000000000000000000004110171a4c1b2174","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183"],"data":"0x0000000000000000000000000000000000000000000000004110171a4c1b2174"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":240,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183"],"data":"0x0000000000000000000000000000000000000000000000004110171a4c1b2174"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000002000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000010000000000000000000000000000000000002000004200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x0b8bb2c8b001047863aaf61b1daad48b114be2be52564a67571714cf193ed1c8","block_number":215},{"info":{"transaction_hash":"0xdf96eace4d1d904fa6784c3aef82ac9d973e015beca343ee87409d3e1d925295","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c900000000000000000000000000000000000000000000000041b4adb212af6ec2","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9"],"data":"0x00000000000000000000000000000000000000000000000041b4adb212af6ec2"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":250,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9"],"data":"0x00000000000000000000000000000000000000000000000041b4adb212af6ec2"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000100000000000000000000000000000000000000000000040100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000010000000"},"block_hash":"0x77754ae447b290e8edd9641b297e64b21030029a8d5693bd51c96d6872e7990d","block_number":225},{"info":{"transaction_hash":"0xdf9dd65a6b4d20879127f5795aac56ffc5664614b46ee7dc4b5362a25a4be274","transaction_index":0,"from":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f35","output":"0x","gas_used":114387,"gas_limit":166570,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f35","output":"0x","gas_used":107044,"gas_limit":156777,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc"],"data":"0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc"],"data":"0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f35"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":77688,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69310,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65128,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":56947,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":136879},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x216af","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc"],"data":"0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc"],"data":"0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f35"}],"logsBloom":"0x00000014008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000008000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000901000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0xc6b434f7088e30511ac1e1bb09ebf9e7967a7fcc1413632be1f4ad9fd648295b","block_number":248},{"info":{"transaction_hash":"0x014d12fda308d0846f3faef7cac11f2e8b33b0374a5fa8d2d958b025e63f8b9d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba400000000000000000000000000000000000000000000000001570f3822260154b","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40"],"data":"0x0000000000000000000000000000000000000000000000001570f3822260154b"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":241,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40"],"data":"0x0000000000000000000000000000000000000000000000001570f3822260154b"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000108000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000008000000200000004000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x67bb68c89d33e5e990bc5d503728af67f68e79f8e232f93c5cffadbc16765610","block_number":216},{"info":{"transaction_hash":"0x5dfbbde344a97c28f5db11acb76c494c5e1683fcff03c51c14511625075acad4","transaction_index":0,"from":"0x1cbd3b2770909d4e10f157cabc84c7264073c9ec","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x1cbd3b2770909d4e10f157cabc84c7264073c9ec","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003a20d7435e1e5233","output":"0x0000000000000000000000000000000000000000000000003a20d7435e1e5233","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003a20d7435e1e5233","output":"0x0000000000000000000000000000000000000000000000003a20d7435e1e5233","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003a20d7435e1e5233"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003a20d7435e1e5233","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000003a20d7435e1e5233"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003a20d7435e1e5233","output":"0x0000000000000000000000000000000000000000000000003a20d7435e1e5233","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003a20d7435e1e5233","output":"0x0000000000000000000000000000000000000000000000003a20d7435e1e5233","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000003dfdbee6c6909ebd9","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000003dfdbee6c6909ebd9","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003a20d7435e1e5233","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003a20d7435e1e5233","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec"],"data":"0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003a20d7435e1e5233"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000003a20d7435e1e5233","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000003a20d7435e1e5233"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003a20d7435e1e5233"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec"],"data":"0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003a20d7435e1e5233"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000200000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000200010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000001000000000000000000000000000001000000000100000000000000"},"block_hash":"0x5df6cedead4d1df7f8b11b754dbaf28aaee48a8ce79f6767554854b42ae28c1a","block_number":265},{"info":{"transaction_hash":"0x1b53431eeb3cd8af3a55abe4cf97ccad9920272ffebd0522d0c743d534b0ad15","transaction_index":0,"from":"0x3c3e2e178c69d4bad964568415a0f0c84fd6320a","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x3c3e2e178c69d4bad964568415a0f0c84fd6320a","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000038312cbeff92e5ce","output":"0x00000000000000000000000000000000000000000000000038312cbeff92e5ce","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000038312cbeff92e5ce","output":"0x00000000000000000000000000000000000000000000000038312cbeff92e5ce","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000038312cbeff92e5ce"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000038312cbeff92e5ce","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000038312cbeff92e5ce"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000038312cbeff92e5ce","output":"0x00000000000000000000000000000000000000000000000038312cbeff92e5ce","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000038312cbeff92e5ce","output":"0x00000000000000000000000000000000000000000000000038312cbeff92e5ce","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000d8437bbc1717fbcd0","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000d8437bbc1717fbcd0","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000038312cbeff92e5ce","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000038312cbeff92e5ce","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a"],"data":"0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000038312cbeff92e5ce"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000038312cbeff92e5ce","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000038312cbeff92e5ce"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000038312cbeff92e5ce"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a"],"data":"0x0000000000000000000000003c3e2e178c69d4bad964568415a0f0c84fd6320a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000038312cbeff92e5ce"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000010000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000010000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x5fb76458025edc58909eccd78ab02494693217b46f7a436c93952c3789dcb82b","block_number":333},{"info":{"transaction_hash":"0x972491a0d5df0a97b57f4b3b8f5a054ac125cccbc60e52f88b9f20fb7ee2725a","transaction_index":0,"from":"0x924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","output":"0x00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","output":"0x00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000035fdd7ffb4c29cc7"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","output":"0x00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","output":"0x00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000011563e7b8aedbcf6f1","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000011563e7b8aedbcf6f1","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a"],"data":"0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000035fdd7ffb4c29cc7"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000035fdd7ffb4c29cc7"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a"],"data":"0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000035fdd7ffb4c29cc7"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000100000000000000000000000010000000000000000000800000010000000000000000004000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100020000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x282c2f77a6b19326c45f76a12b2d7b842c479d34e6f550e1becf3f7bb202f12a","block_number":365},{"info":{"transaction_hash":"0x3dec5eecf88d09fa0ca8ff3b0fbbcf70e22b29e02629857a4f68ff8af27dc56e","transaction_index":0,"from":"0xee7f6a930b29d7350498af97f0f9672eaecbeeff","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xee7f6a930b29d7350498af97f0f9672eaecbeeff","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff"],"data":"0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff"],"data":"0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff"],"data":"0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff"],"data":"0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000ee7f6a930b29d7350498af97f0f9672eaecbeeff"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353000000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000200000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000004000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000400100000000000000"},"block_hash":"0xfc3f0db5d4e7099c505bbccceb849f6dc80caf0a9c415bfc375307e2df5b3fd3","block_number":338},{"info":{"transaction_hash":"0xccbe06c8d618d5e99417e5891e055d697979292e07eff1dc12b573a4028da66f","transaction_index":0,"from":"0xe8b1ff302a740fd2c6e76b620d45508daec2ddff","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xe8b1ff302a740fd2c6e76b620d45508daec2ddff","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff"],"data":"0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff"],"data":"0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353500000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff"],"data":"0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff"],"data":"0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353500000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000200001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000040000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000105000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x2061f73304287d9edc683812d7587054687a202528bcf42e95f1d144ee1bed82","block_number":348},{"info":{"transaction_hash":"0xe95de4ced86d84de3b446727333ff0baeb407bd547de7274a1b61138ca07dc3a","transaction_index":0,"from":"0x0d803cdeee5990f22c2a8df10a695d2312da26cc","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x0d803cdeee5990f22c2a8df10a695d2312da26cc","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc"],"data":"0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc"],"data":"0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353700000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc"],"data":"0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc"],"data":"0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353700000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000080001000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000020101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0xa9e30644e9622547435393e8150ac3e93c933dccdc63082d0b55dcaa95150c73","block_number":352},{"info":{"transaction_hash":"0x7c86b3926542a2cff27a5e1838c7ee1c63ac59bedce22a41280be7d2609f835e","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f00000000000000000000000000000000000000000000000034ec8b2e30a30bd7","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f"],"data":"0x00000000000000000000000000000000000000000000000034ec8b2e30a30bd7"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":236,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000011bd5423c5f77b5a0789e27f922535fd76b688f"],"data":"0x00000000000000000000000000000000000000000000000034ec8b2e30a30bd7"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000080000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000001000"},"block_hash":"0x15d56f78933bec68f54c335fd8fee361076c124ff1b811330d2c21f613d55d5a","block_number":211},{"info":{"transaction_hash":"0xca89920b510cd8fec6e2ca1ab12291412342023d7c672ab4fd15ea9108b02288","transaction_index":0,"from":"0x40fc963a729c542424cd800349a7e4ecc4896624","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x40fc963a729c542424cd800349a7e4ecc4896624","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000067f2132e2fa3914e","output":"0x00000000000000000000000000000000000000000000000067f2132e2fa3914e","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000067f2132e2fa3914e","output":"0x00000000000000000000000000000000000000000000000067f2132e2fa3914e","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc48966240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000067f2132e2fa3914e"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000067f2132e2fa3914e","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000067f2132e2fa3914e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000067f2132e2fa3914e","output":"0x00000000000000000000000000000000000000000000000067f2132e2fa3914e","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000067f2132e2fa3914e","output":"0x00000000000000000000000000000000000000000000000067f2132e2fa3914e","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000008bc7faca727b35abf","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000008bc7faca727b35abf","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000067f2132e2fa3914e","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000067f2132e2fa3914e","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624"],"data":"0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000067f2132e2fa3914e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000067f2132e2fa3914e","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000067f2132e2fa3914e"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc48966240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000067f2132e2fa3914e"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624"],"data":"0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000067f2132e2fa3914e"}],"logsBloom":"0x00008000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000004000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000001000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xb85f0e2ba35c8e106458048f0e17c97303e07c0cdc908d82134c72f6314ccca0","block_number":295},{"info":{"transaction_hash":"0x1315116215d169b8b4008a90f4c0dabd1533116abc563ef0b3527c041630fc92","transaction_index":0,"from":"0xdfd99099fa13541a64aee9aad61c0dbf3d32d492","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xdfd99099fa13541a64aee9aad61c0dbf3d32d492","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000005cde953af7a868ea","output":"0x0000000000000000000000000000000000000000000000005cde953af7a868ea","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000005cde953af7a868ea","output":"0x0000000000000000000000000000000000000000000000005cde953af7a868ea","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d4920000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005cde953af7a868ea"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005cde953af7a868ea","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000005cde953af7a868ea"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000005cde953af7a868ea","output":"0x0000000000000000000000000000000000000000000000005cde953af7a868ea","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000005cde953af7a868ea","output":"0x0000000000000000000000000000000000000000000000005cde953af7a868ea","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001239b5326fae53116b","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001239b5326fae53116b","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005cde953af7a868ea","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005cde953af7a868ea","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492"],"data":"0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005cde953af7a868ea"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000005cde953af7a868ea","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000005cde953af7a868ea"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d4920000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005cde953af7a868ea"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492"],"data":"0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005cde953af7a868ea"}],"logsBloom":"0x00000000000100000000000000000004000000000200000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000040000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x114239c918555a5d821a4cfb3fcbfebc06a4b78bc77162782c48ad26c60d4c0c","block_number":371},{"info":{"transaction_hash":"0x6b340d2dd7c9b297b1c4b654431fa5645a5a733773d335141bb021a01f4b2491","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x9dcce783b6464611f38631e6c851bf441907c710","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x9dcce783b6464611f38631e6c851bf441907c710","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":92,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xd27bd44fe5a963a5c6f5a8fdba13fab67cdbb1d2a5c5f07cf8c59f09f55b3340","block_number":67},{"info":{"transaction_hash":"0x73c4802e230ae8d640c9ad1022397e07e4fdee833a84e59e283b7689d1eca6a1","transaction_index":0,"from":"0xccdd262f272ee6c226266eea13ee48d4d932ce66","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xccdd262f272ee6c226266eea13ee48d4d932ce66","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66"],"data":"0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce6600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66"],"data":"0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce6600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383400000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66"],"data":"0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce6600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66"],"data":"0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce6600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383400000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010088000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000001000000000000000000000000000000000000000000000000000000000000000000000000400000200000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x31b93df5085303f10c56c273d1ae610cd49b4d7261751900aae2b6b2768dbc17","block_number":406},{"info":{"transaction_hash":"0xf95e2335878005ce719f3d83ac0702cca0d4200d810dd2e90bcd5c8c7bc319bf","transaction_index":2,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x4c5859f0f772848b2d91f1d83e2fe57935348029","traces":[{"parent":null,"children":[1,3,5,7],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x4c5859f0f772848b2d91f1d83e2fe57935348029","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6101808060405234610254576060816140878038038091610020828561038a565b8339810103126102545780516001600160a01b03811691828203610254576020810151906001600160a01b038216820361025457604001516001600160a01b038116810361025457604051636830483560e01b815291602083600481885afa928315610260575f93610369575b5060805260a0528160c05260e0525f5460ff8160081c166103145760ff808216106102da575b5061010052604051636830483560e01b8152602081600481855afa918215610260576004926020925f916102ad575b5061012052604051632efa2ca360e11b815292839182905afa908115610260575f9161026b575b50610140526101205160405163df5cf72360e01b815290602090829060049082906001600160a01b03165afa908115610260575f9161021a575b5061016052604051613ca690816103e1823960805181818161065801528181610e6101528181610f16015261270b015260a051818181610c0601528181610ce601526111c4015260c051818181610e3101528181611558015281816126db0152612b19015260e0518181816115f40152612b6501526101005181818161048f0152818161069c01528181611e5801528181611f4b01526125160152610120518181816106140152818161226901526123c70152610140518181816105d001526121a50152610160518181816110a8015261205e0152f35b90506020813d602011610258575b816102356020938361038a565b8101031261025457516001600160a01b0381168103610254575f610143565b5f80fd5b3d9150610228565b6040513d5f823e3d90fd5b90506020813d6020116102a5575b816102866020938361038a565b8101031261025457516001600160a01b0381168103610254575f610109565b3d9150610279565b6102cd9150833d85116102d3575b6102c5818361038a565b8101906103c1565b5f6100e2565b503d6102bb565b60ff90811916175f557f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498602060405160ff8152a15f6100b3565b60405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608490fd5b61038391935060203d6020116102d3576102c5818361038a565b915f61008d565b601f909101601f19168101906001600160401b038211908210176103ad57604052565b634e487b7160e01b5f52604160045260245ffd5b9081602091031261025457516001600160a01b0381168103610254579056fe60806040526004361015610011575f80fd5b5f3560e01c8063171f1d5b1461018457806333cfb7b71461017f5780633bc28c8c1461017a578063416c7e5e146101755780635df4594614610170578063683048351461016b5780636b3aa72e146101665780636d14a987146101615780636efb46361461015c578063715018a6146101575780638da5cb5b146101525780639926ee7d1461014d578063a0169ddd14610148578063a20b99bf14610143578063a364f4da1461013e578063a98fb35514610139578063b98d090814610134578063c4d66de81461012f578063df5cf7231461012a578063e481af9d14610125578063f2fde38b14610120578063fc299dee1461011b5763fce36c7d14610116575f80fd5b6111ab565b611183565b6110f2565b6110d7565b611093565b610f9e565b610f7c565b610eca565b610e0d565b610ccd565b610bde565b610b42565b610ac9565b610a6e565b6109d9565b610687565b610643565b6105ff565b6105bb565b61045d565b610424565b6103ec565b610331565b634e487b7160e01b5f52604160045260245ffd5b604081019081106001600160401b038211176101b857604052565b610189565b606081019081106001600160401b038211176101b857604052565b90601f801991011681019081106001600160401b038211176101b857604052565b60405190610209610100836101d8565b565b604051906102096040836101d8565b9061020960405192836101d8565b60409060e319011261025157604051906102418261019d565b60e4358252610104356020830152565b5f80fd5b91908260409103126102515760405161026d8161019d565b6020808294803584520135910152565b9080601f8301121561025157604051916102986040846101d8565b82906040810192831161025157905b8282106102b45750505090565b81358152602091820191016102a7565b906080606319830112610251576040516102dd8161019d565b60206102f882946102ef81606461027d565b845260a461027d565b910152565b91906080838203126102515760206102f86040519261031b8461019d565b60408496610329838261027d565b86520161027d565b34610251576101203660031901126102515760043560403660231901126102515761038960409182516103638161019d565b60243581526044356020820152610379366102c4565b9061038336610228565b926112bd565b8251911515825215156020820152f35b6001600160a01b0381160361025157565b60206040818301928281528451809452019201905f5b8181106103cd5750505090565b82516001600160a01b03168452602093840193909201916001016103c0565b346102515760203660031901126102515761042061041460043561040f81610399565b611539565b604051918291826103aa565b0390f35b346102515760203660031901126102515761045160043561044481610399565b61044c613369565b6133c1565b005b8015150361025157565b346102515760203660031901126102515760043561047a81610453565b604051638da5cb5b60e01b81526020816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa9081156105ac575f91610571575b506001600160a01b031633036104e0576104519061341f565b60405162461bcd60e51b815260206004820152605c60248201527f424c535369676e6174757265436865636b65722e6f6e6c79436f6f7264696e6160448201527f746f724f776e65723a2063616c6c6572206973206e6f7420746865206f776e6560648201527f72206f6620746865207265676973747279436f6f7264696e61746f7200000000608482015260a490fd5b90506020813d6020116105a4575b8161058c602093836101d8565b81010312610251575161059e81610399565b5f6104c7565b3d915061057f565b6113b2565b5f91031261025157565b34610251575f366003190112610251576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610251575f366003190112610251576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610251575f366003190112610251576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610251575f366003190112610251576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b6044359063ffffffff8216820361025157565b359063ffffffff8216820361025157565b6001600160401b0381116101b85760051b60200190565b9080601f8301121561025157813561071d816106ef565b9261072b60405194856101d8565b81845260208085019260051b82010192831161025157602001905b8282106107535750505090565b60208091610760846106de565b815201910190610746565b81601f82011215610251578035610781816106ef565b9261078f60405194856101d8565b81845260208085019260061b8401019281841161025157602001915b8383106107b9575050505090565b60206040916107c88486610255565b8152019201916107ab565b9080601f830112156102515781356107ea816106ef565b926107f860405194856101d8565b81845260208085019260051b820101918383116102515760208201905b83821061082457505050505090565b81356001600160401b0381116102515760209161084687848094880101610706565b815201910190610815565b91909161018081840312610251576108676101f9565b9281356001600160401b0381116102515781610884918401610706565b845260208201356001600160401b03811161025157816108a591840161076b565b602085015260408201356001600160401b03811161025157816108c991840161076b565b60408501526108db81606084016102fd565b60608501526108ed8160e08401610255565b60808501526101208201356001600160401b0381116102515781610912918401610706565b60a08501526101408201356001600160401b0381116102515781610937918401610706565b60c08501526101608201356001600160401b0381116102515761095a92016107d3565b60e0830152565b90602080835192838152019201905f5b81811061097e5750505090565b82516001600160601b0316845260209384019390920191600101610971565b9291906109d460209160408652826109c082516040808a01526080890190610961565b910151868203603f19016060880152610961565b930152565b34610251576080366003190112610251576004356024356001600160401b03811161025157366023820112156102515780600401356001600160401b03811161025157366024828401011161025157610a306106cb565b90606435936001600160401b038511610251576024610a56610a5e963690600401610851565b940190611d7b565b906104206040519283928361099d565b34610251575f36600319011261025157610a86613369565b603380546001600160a01b031981169091555f906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b34610251575f366003190112610251576033546040516001600160a01b039091168152602090f35b6001600160401b0381116101b857601f01601f191660200190565b929192610b1882610af1565b91610b2660405193846101d8565b829481845281830111610251578281602093845f960137010152565b3461025157604036600319011261025157600435610b5f81610399565b602435906001600160401b03821161025157606060031983360301126102515760405190610b8c826101bd565b82600401356001600160401b038111610251578301366023820112156102515761045193610bc66044923690602460048201359101610b0c565b845260248101356020850152013560408301526126d5565b34610251575f602036600319011261025157600435610bfc81610399565b610c04613369565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690813b156102515760405163a0169ddd60e01b81526001600160a01b039091166004820152905f908290602490829084905af180156105ac57610c6f575080f35b61045191505f906101d8565b906020600319830112610251576004356001600160401b0381116102515760040182601f82011215610251578035926001600160401b038411610251576020808301928560051b010111610251579190565b3461025157610cdb36610c7b565b90610ce46136c8565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316915f5b818110610d685750823b1561025157610d44925f9283604051809681958294634e5cd2fd60e11b84523060048501612926565b03925af180156105ac57610d5457005b80610d625f610451936101d8565b806105b1565b915f93915f915b610d87610d7d8684846127d3565b60408101906127f5565b9050831015610dc3576001610db981976020610db187610dab610d7d8c8a8a6127d3565b9061282a565b0135906114bf565b9301929550610d6f565b9390929460019250610e0790610df1813088610dec6020610de6898c33956127d3565b0161283a565b61375c565b86610e026020610de686898b6127d3565b6137a5565b01610d11565b34610251575f602036600319011261025157600435610e2b81610399565b610e5f337f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031614612648565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690813b15610251576040516351b27a6d60e11b81526001600160a01b039091166004820152905f908290602490829084905af180156105ac57610c6f575080f35b34610251575f6020366003190112610251576004356001600160401b038111610251573660238201121561025157610f0c903690602481600401359101610b0c565b610f14613369565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156102515760405163a98fb35560e01b8152915f918391829084908290610f6a9060048301612a96565b03925af180156105ac57610c6f575080f35b34610251575f36600319011261025157602060ff609754166040519015158152f35b3461025157602036600319011261025157600435610fbb81610399565b61100b5f5491610fef610fd9610fd58560ff9060081c1690565b1590565b80948195611085575b8115611065575b50612aa7565b82611000600160ff195f5416175f55565b61104e575b8061384f565b61101157005b61101f61ff00195f54165f55565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1005b61106061010061ff00195f5416175f55565b611005565b303b15915081611077575b505f610fe9565b60ff1660011490505f611070565b600160ff8216109150610fe2565b34610251575f366003190112610251576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610251575f36600319011261025157610420610414612b0a565b346102515760203660031901126102515760043561110f81610399565b611117613369565b6001600160a01b0381161561112f5761045190613680565b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b34610251575f366003190112610251576065546040516001600160a01b039091168152602090f35b34610251576111b936610c7b565b906111c26136c8565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316915f5b8181106112215750823b1561025157610d44925f928360405180968195829463fce36c7d60e01b845260048401612d59565b806112506112376020610de66001958789612d37565b6040611244848789612d37565b0135903090339061375c565b6112796112636020610de6848789612d37565b86604061127185888a612d37565b0135916137a5565b016111ef565b634e487b7160e01b5f52603260045260245ffd5b9060028110156112a45760051b0190565b61127f565b634e487b7160e01b5f52601260045260245ffd5b61139961137661139f9561137061136985875160208901518a515160208c51015160208d016020815151915101519189519360208b0151956040519760208901998a5260208a015260408901526060880152608087015260a086015260c085015260e084015261010083015261134081610120840103601f1981018352826101d8565b5190207f30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f0000001900690565b8096612e72565b90612eb8565b9261137061138b611385612f40565b94613037565b91611394613153565b612e72565b9161319d565b9091565b90816020910312610251575190565b6040513d5f823e3d90fd5b9081602091031261025157516001600160c01b03811681036102515790565b90816020910312610251575160ff811681036102515790565b604051906114046020836101d8565b5f808352366020840137565b9061141a826106ef565b61142760405191826101d8565b8281528092611438601f19916106ef565b0190602036910137565b8051156112a45760200190565b9081518110156112a4570160200190565b634e487b7160e01b5f52601160045260245ffd5b906001820180921161148257565b611460565b906002820180921161148257565b906003820180921161148257565b906004820180921161148257565b906005820180921161148257565b9190820180921161148257565b6001600160601b0381160361025157565b90816040910312610251576020604051916114f78361019d565b805161150281610399565b8352015161150f816114cc565b602082015290565b80518210156112a45760209160051b010190565b5f1981146114825760010190565b6040516309aa152760e11b81526001600160a01b0391821660048201527f000000000000000000000000000000000000000000000000000000000000000090911690602081602481855afa9081156105ac576115b9916020915f916118b8575b506040518093819263871ef04960e01b8352600483019190602083019252565b0381855afa9081156105ac575f91611889575b506001600160c01b0316908115908115611826575b5061181a576115ef906132cb565b5f91907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690835b81518510156116cb57611674602061165161164b61163d898761144f565b516001600160f81b03191690565b60f81c90565b604051633ca5a5f560e01b815260ff909116600482015291829081906024820190565b0381875afa80156105ac57600192611693925f9261169b575b506114bf565b94019361161f565b6116bd91925060203d81116116c4575b6116b581836101d8565b8101906113a3565b905f61168d565b503d6116ab565b6116d6919450611410565b925f905f5b8151811015611814576116f461164b61163d838561144f565b604051633ca5a5f560e01b815260ff8216600482015290602082602481895afa9182156105ac575f926117f4575b50905f915b818310611739575050506001016116db565b604080516356e4026d60e11b815260ff83166004820152602481018590529396929391929190816044818b5afa9182156105ac576117b88b6117a9836117a36117976001986117bd985f916117c6575b50516001600160a01b031690565b6001600160a01b031690565b92611517565b6001600160a01b039091169052565b61152b565b95019190611727565b6117e7915060403d81116117ed575b6117df81836101d8565b8101906114dd565b5f611789565b503d6117d5565b61180d91925060203d81116116c4576116b581836101d8565b905f611722565b50505050565b506118236113f5565b90565b604051639aa1653d60e01b81529150602090829060049082905afa80156105ac5760ff915f9161185a575b5016155f6115e1565b61187c915060203d602011611882575b61187481836101d8565b8101906113dc565b5f611851565b503d61186a565b6118ab915060203d6020116118b1575b6118a381836101d8565b8101906113bd565b5f6115cc565b503d611899565b6118cf9150823d84116116c4576116b581836101d8565b5f611599565b604051906118e28261019d565b60606020838281520152565b156118f557565b60405162461bcd60e51b815260206004820152603760248201525f516020613c515f395f51905f5260448201527f7265733a20656d7074792071756f72756d20696e7075740000000000000000006064820152608490fd5b1561195457565b60405162461bcd60e51b815260206004820152604160248201525f516020613c515f395f51905f5260448201527f7265733a20696e7075742071756f72756d206c656e677468206d69736d6174636064820152600d60fb1b608482015260a490fd5b156119bd57565b60a460405162461bcd60e51b815260206004820152604460248201525f516020613c515f395f51905f5260448201527f7265733a20696e707574206e6f6e7369676e6572206c656e677468206d69736d6064820152630c2e8c6d60e31b6084820152fd5b15611a2857565b60405162461bcd60e51b815260206004820152603c60248201525f516020613c515f395f51905f5260448201527f7265733a20696e76616c6964207265666572656e636520626c6f636b000000006064820152608490fd5b5f1981019190821161148257565b15611a9557565b608460405162461bcd60e51b815260206004820152604060248201525f516020613c515f395f51905f5260448201527f7265733a206e6f6e5369676e65725075626b657973206e6f7420736f727465646064820152fd5b908210156112a4570190565b15611aff57565b60405162461bcd60e51b815260206004820152606660248201525f516020613c515f395f51905f5260448201527f7265733a205374616b6552656769737472792075706461746573206d7573742060648201527f62652077697468696e207769746864726177616c44656c6179426c6f636b732060848201526577696e646f7760d01b60a482015260c490fd5b90816020910312610251575167ffffffffffffffff19811681036102515790565b15611bb457565b60405162461bcd60e51b815260206004820152606160248201525f516020613c515f395f51905f5260448201527f7265733a2071756f72756d41706b206861736820696e2073746f72616765206460648201527f6f6573206e6f74206d617463682070726f76696465642071756f72756d2061706084820152606b60f81b60a482015260c490fd5b908160209103126102515751611823816114cc565b906001600160601b03809116911603906001600160601b03821161148257565b15611c7857565b60405162461bcd60e51b815260206004820152604360248201525f516020613c515f395f51905f5260448201527f7265733a2070616972696e6720707265636f6d70696c652063616c6c206661696064820152621b195960ea1b608482015260a490fd5b15611ce357565b60405162461bcd60e51b815260206004820152603960248201525f516020613c515f395f51905f5260448201527f7265733a207369676e617475726520697320696e76616c6964000000000000006064820152608490fd5b60049163ffffffff60e01b9060e01b1681520160208251919201905f5b818110611d655750505090565b8251845260209384019390920191600101611d58565b949392909193611d896118d5565b50611d958515156118ee565b60408401515185148061263a575b8061262c575b8061261e575b611db89061194d565b611dca602085015151855151146119b6565b611de163ffffffff431663ffffffff841610611a21565b611de961020b565b5f81525f602082015292611dfb6118d5565b611e0487611410565b6020820152611e1287611410565b8152611e1c6118d5565b92611e2b602088015151611410565b8452611e3b602088015151611410565b602085810191909152604051639aa1653d60e01b815290816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa80156105ac57611ea4915f916125ff575b50611e9f368b87610b0c565b61345d565b985f965b6020890151805189101561202057602088611f15611f0b8c611f038f96868e611ee8611ed5868095611517565b5180515f526020015160205260405f2090565b611ef58484840151611517565b5282611fed575b0151611517565b519551611517565b5163ffffffff1690565b6040516304ec635160e01b8152600481019490945263ffffffff9182166024850152166044830152816064816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa9182156105ac576113708a611fc28f611fbb8f8460208f92611fb293611faa8460019e611fc89e5f91611fd0575b508f8060c01b03169251611517565b520151611517565b51938d51611517565b51166134e4565b90613515565b970196611ea8565b611fe79150863d81116118b1576118a381836101d8565b5f611f9b565b61201b611ffd8484840151611517565b516120148484015161200e87611a80565b90611517565b5110611a8e565b611efc565b509095979496506120359198939299506135fb565b9161204260975460ff1690565b9081156125f7576040516318891fd760e31b81526020816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa9081156105ac575f916125d8575b5091905b5f925b818410612101575050505050926120da6120d56120ce6120fb95856120ed98608060606020990151920151926112bd565b9190611c71565b611cdc565b0151604051928391602083019586611d3b565b03601f1981018352826101d8565b51902090565b92989596909399919794878b888c888d6124d5575b611f0b8260a061216461164b6121568461216c97612150612142611ed58f9c604060209f9e0151611517565b67ffffffffffffffff191690565b9b611aec565b356001600160f81b03191690565b970151611517565b604051631a2f32ab60e21b815260ff95909516600486015263ffffffff9182166024860152166044840152826064816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa9081156105ac57612230611f0b8f958f906122288f978f96848f61222260c09661221b848f60209f90611efc6121569960409361164b9c5f916124a7575b5067ffffffffffffffff19918216911614611bad565b5190612eb8565b9c611aec565b960151611517565b604051636414a62b60e11b815260ff94909416600485015263ffffffff9182166024850152166044830152816064816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa9081156105ac576122bd918c8f925f92612483575b5060206122af92930151611517565b906001600160601b03169052565b6122ea8c6122af8c6122e36122d6826020860151611517565b516001600160601b031690565b9251611517565b5f985f5b60208a01515181101561246a578b8d61232c8961231f61164b612156868f896123179151611517565b519487611aec565b60ff161c60019081161490565b61233b575b50506001016122ee565b8a8a6123c3859f948f968661237d8f9360e0612374611f0b95602061236c61164b612156839f6123839c8991611aec565b9a0151611517565b519b0151611517565b51611517565b60405163795f4a5760e11b815260ff909316600484015263ffffffff93841660248401526044830196909652919094166064850152839081906084820190565b03817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa9081156105ac578f612429908f936001959486955f92612434575b506117a36122af929351936124246122d68487611517565b611c51565b019a90508b8d612331565b6122af925061245c6117a39160203d8111612463575b61245481836101d8565b810190611c3c565b925061240c565b503d61244a565b5093919796996001919699509a94929a0192919061209d565b6122af92506124a0602091823d81116124635761245481836101d8565b92506122a0565b60206124c892503d81116124ce575b6124c081836101d8565b810190611b8c565b5f612205565b503d6124b6565b61251294506124ef925061164b9161215691602095611aec565b60405163124d062160e11b815260ff909116600482015291829081906024820190565b03817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa80156105ac5760208961216c8f938f60a08f9761164b6121568f8f90612150612142611ed58f60408b96918f61259990611f0b9f8a956121649e5f926125af575b5063ffffffff612593929316926114bf565b11611af8565b5050505050509750505050505092935050612116565b6020612593935063ffffffff916125d1913d81116116c4576116b581836101d8565b9250612581565b6125f1915060203d6020116116c4576116b581836101d8565b5f612096565b5f919061209a565b612618915060203d6020116118825761187481836101d8565b5f611e93565b5060e0840151518514611daf565b5060c0840151518514611da9565b5060a0840151518514611da3565b1561264f57565b60405162461bcd60e51b815260206004820152605260248201527f536572766963654d616e61676572426173652e6f6e6c7952656769737472794360448201527f6f6f7264696e61746f723a2063616c6c6572206973206e6f742074686520726560648201527133b4b9ba393c9031b7b7b93234b730ba37b960711b608482015260a490fd5b612709337f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031614612648565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031691823b15610251575f928392604051948580948193639926ee7d60e01b835260018060a01b0316600483015260406024830152604061277e82516060604486015260a48501906127af565b91602081015160648501520151608483015203925af180156105ac576127a15750565b80610d625f610209936101d8565b805180835260209291819084018484015e5f828201840152601f01601f1916010190565b91908110156112a45760051b8101359060be1981360301821215610251570190565b903590601e198136030182121561025157018035906001600160401b03821161025157602001918160061b3603831361025157565b91908110156112a45760061b0190565b3561182381610399565b9035601e19823603018112156102515701602081359101916001600160401b038211610251578160061b3603831361025157565b916020908281520191905f5b8181106128915750505090565b90919260408060019286356128a581610399565b848060a01b031681526001600160601b0360208801356128c4816114cc565b166020820152019401929101612884565b9035601e19823603018112156102515701602081359101916001600160401b03821161025157813603831361025157565b908060209392818452848401375f828201840152601f01601f1916010190565b6001600160a01b0390911681526040602082018190528101839052600583901b810160609081019383923684900360be1901925f91908101905b838310612971575050505050505090565b90919293949596605f19828203018352873586811215610251578701906129a961299b8380612844565b60c0845260c0840191612878565b9160208101356129b881610399565b6001600160a01b03166020838101919091526129d76040830183612844565b848603604086015280865294909101935f5b818110612a6257505050612a51600193602093612a4384612a1d612a1060608998016106de565b63ffffffff166060850152565b612a39612a2c608083016106de565b63ffffffff166080850152565b60a08101906128d5565b9160a0818503910152612906565b990193019301919594939290612960565b9091946040806001928835612a7681610399565b848060a01b031681526020890135602082015201960191019190916129e9565b9060206118239281815201906127af565b15612aae57565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b604051639aa1653d60e01b81527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690602081600481855afa80156105ac5760ff915f91612d18575b50168015612d0e577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316905f9081905b808310612cca5750612ba59150611410565b925f905f5b604051639aa1653d60e01b8152602081600481895afa80156105ac5760ff915f91612cac575b5016811015612ca557604051633ca5a5f560e01b815260ff821660048201819052602082602481895afa9182156105ac575f92612c85575b50905f915b818310612c1f57505050600101612baa565b604080516356e4026d60e11b815260ff83166004820152602481018590529396929391929190816044818b5afa9182156105ac576117b88b6117a9836117a3611797600198612c7c985f916117c65750516001600160a01b031690565b95019190612c0d565b612c9e91925060203d81116116c4576116b581836101d8565b905f612c08565b5092505050565b612cc4915060203d81116118825761187481836101d8565b5f612bd0565b604051633ca5a5f560e01b815260ff84166004820152909190602081602481885afa80156105ac57600192612d05925f9261169b57506114bf565b92019190612b93565b50506118236113f5565b612d31915060203d6020116118825761187481836101d8565b5f612b5b565b91908110156112a45760051b81013590609e1981360301821215610251570190565b909180602083016020845252604082019260408260051b8401019381935f91609e1984360301915b858410612d92575050505050505090565b90919293949596603f19828203018352873590848212156102515760208091886001940190608063ffffffff612e1982612ddd612dcf8780612844565b60a0885260a0880191612878565b9587810135612deb81610399565b8a8060a01b0316888701526040810135604087015283612e0d606083016106de565b166060870152016106de565b16910152990193019401929195949390612d81565b60405190612e3b8261019d565b5f6020838281520152565b60405190610180612e5781846101d8565b368337565b60405190612e6b6020836101d8565b6020368337565b91906040906060612e81612e2e565b9485926020855192612e9385856101d8565b8436853780518452015160208301528482015260076107cf195a01fa15612eb657565bfe5b602092916080604092612ec9612e2e565b95869381865193612eda86866101d8565b85368637805185520151828401528051868401520151606082015260066107cf195a01fa8015612eb65715612f0b57565b60405162461bcd60e51b815260206004820152600d60248201526c1958cb5859190b59985a5b1959609a1b6044820152606490fd5b604051612f4c8161019d565b6040908151612f5b83826101d8565b8236823781526020825191612f7084846101d8565b8336843701528051612f8282826101d8565b7f198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c281527f1800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed6020820152815190612fd883836101d8565b7f275dc4a288d1afb3cbb1ac09187524c7db36395df7be3b99e673b13a075a65ec82527f1d9befcd05a5323e6da4d435f3b617cdb3af83285c2df711ef39c01571827f9d602083015261302d835193846101d8565b8252602082015290565b5f516020613c315f395f51905f529061304e612e2e565b505f919006602060c0835b61314e575f935f516020613c315f395f51905f526003818681818009090860405161308485826101d8565b8436823784818560405161309882826101d8565b813682378381528360208201528360408201528560608201527f0c19139cb84c680a6e14116da060561765e05aa45a1c72a34f082305b61f3f5260808201525f516020613c315f395f51905f5260a082015260056107cf195a01fa8015612eb65761310290613b71565b519161314e575f516020613c315f395f51905f528280091461313957505f516020613c315f395f51905f5260015f94089293613059565b9293505061314561020b565b92835282015290565b6112a9565b61315b612e2e565b506040516131688161019d565b600181526002602082015290565b9060068202918083046006149015171561148257565b90600c8110156112a45760051b0190565b939290916131ab604061021a565b94855260208501526131bd604061021a565b91825260208201526131cd612e46565b925f5b600281106131fa575050506020610180926131e9612e5c565b93849160086201d4c0fa9151151590565b80613206600192613176565b6132108285611293565b515161321c828961318c565b5260206132298386611293565b51015161323e61323883611474565b8961318c565b526132498286611293565b51515161325861323883611487565b5261326e6132668387611293565b515160200190565b5161327b61323883611495565b5260206132888387611293565b51015151613298613238836114a3565b526132c46132be6132b760206132ae868a611293565b51015160200190565b51926114b1565b8861318c565b52016131d0565b61ffff6132d7826134e4565b166132e181610af1565b906132ef60405192836101d8565b8082526132fe601f1991610af1565b013660208301375f5f5b825182108061335e575b15613357576001811b8416613330575b61332b9061152b565b613308565b90600161332b9160ff60f81b8460f81b165f1a61334d828761144f565b5301919050613322565b5050905090565b506101008110613312565b6033546001600160a01b0316330361337d57565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b606554604080516001600160a01b038084168252841660208201529192917fe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e39190a16001600160a01b03166001600160a01b03199190911617606555565b60207f40e4ed880a29e0f6ddce307457fb75cddf4feef7d3ecb0301bfdf4976a0e2dfc91151560ff196097541660ff821617609755604051908152a1565b90600161346b60ff93613944565b928392161b11156134795790565b60405162461bcd60e51b815260206004820152603f60248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206269746d61702065786365656473206d61782076616c7565006064820152608490fd5b805f915b6134f0575090565b5f1981018181116114825761ffff9116911661ffff81146114825760010190806134e8565b9061351e612e2e565b5061ffff8116906102008210156135c357600182146135be5761353f61020b565b5f81525f602082015292906001905f925b61ffff831685101561356457505050505090565b600161ffff831660ff86161c81161461359e575b60016135946135898360ff94612eb8565b9460011b61fffe1690565b9401169291613550565b9460016135946135896135b38960ff95612eb8565b989350505050613578565b505090565b60405162461bcd60e51b815260206004820152601060248201526f7363616c61722d746f6f2d6c6172676560801b6044820152606490fd5b613603612e2e565b50805190811580613674575b156136305750506040516136246040826101d8565b5f81525f602082015290565b60205f516020613c315f395f51905f52910151065f516020613c315f395f51905f52035f516020613c315f395f51905f528111611482576040519161302d8361019d565b5060208101511561360f565b603380546001600160a01b039283166001600160a01b0319821681179092559091167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3565b6065546001600160a01b031633036136dc57565b60405162461bcd60e51b815260206004820152604c60248201527f536572766963654d616e61676572426173652e6f6e6c7952657761726473496e60448201527f69746961746f723a2063616c6c6572206973206e6f742074686520726577617260648201526b32399034b734ba34b0ba37b960a11b608482015260a490fd5b6040516323b872dd60e01b60208201526001600160a01b039283166024820152929091166044830152606480830193909352918152610209916137a06084836101d8565b613a9f565b604051636eb1769f60e11b81523060048201526001600160a01b0383166024820152602081806044810103816001600160a01b0386165afa9081156105ac57610209946137a0926137fc925f9161383057506114bf565b60405163095ea7b360e01b60208201526001600160a01b0394909416602485015260448085019190915283526064836101d8565b613849915060203d6020116116c4576116b581836101d8565b5f61168d565b9060ff5f5460081c16156138695761044c61020992613680565b60405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608490fd5b156138c957565b60405162461bcd60e51b815260206004820152604760248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206f72646572656442797465734172726179206973206e6f74206064820152661bdc99195c995960ca1b608482015260a490fd5b906101008251116139b4578151156139af5761397261396861164b61163d85611442565b60ff600191161b90565b6001905b83518210156139aa5760019061399561396861164b61163d868961144f565b906139a18183116138c2565b17910190613976565b925050565b5f9150565b60a460405162461bcd60e51b815260206004820152604460248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206f7264657265644279746573417272617920697320746f6f206064820152636c6f6e6760e01b6084820152fd5b90816020910312610251575161182381610453565b15613a4757565b60405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608490fd5b60018060a01b03169060405190613ab76040836101d8565b602082527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65646020830152823b15613b2c575f81613b07948260208195519301915af1613b01613bbd565b90613bec565b805180613b12575050565b81602080613b27936102099501019101613a2b565b613a40565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b15613b7857565b60405162461bcd60e51b815260206004820152601a60248201527f424e3235342e6578704d6f643a2063616c6c206661696c7572650000000000006044820152606490fd5b3d15613be7573d90613bce82610af1565b91613bdc60405193846101d8565b82523d5f602084013e565b606090565b90919015613bf8575090565b815115613c085750805190602001fd5b60405162461bcd60e51b815260206004820152908190613c2c9060248301906127af565b0390fdfe30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47424c535369676e6174757265436865636b65722e636865636b5369676e617475a264697066735822122092782c9294c5e48f82ff26cc81a3995d2bf3ea297fb8023a8c0c3a50f2aa876364736f6c634300081b00330000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730420000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc318","output":"0x60806040526004361015610011575f80fd5b5f3560e01c8063171f1d5b1461018457806333cfb7b71461017f5780633bc28c8c1461017a578063416c7e5e146101755780635df4594614610170578063683048351461016b5780636b3aa72e146101665780636d14a987146101615780636efb46361461015c578063715018a6146101575780638da5cb5b146101525780639926ee7d1461014d578063a0169ddd14610148578063a20b99bf14610143578063a364f4da1461013e578063a98fb35514610139578063b98d090814610134578063c4d66de81461012f578063df5cf7231461012a578063e481af9d14610125578063f2fde38b14610120578063fc299dee1461011b5763fce36c7d14610116575f80fd5b6111ab565b611183565b6110f2565b6110d7565b611093565b610f9e565b610f7c565b610eca565b610e0d565b610ccd565b610bde565b610b42565b610ac9565b610a6e565b6109d9565b610687565b610643565b6105ff565b6105bb565b61045d565b610424565b6103ec565b610331565b634e487b7160e01b5f52604160045260245ffd5b604081019081106001600160401b038211176101b857604052565b610189565b606081019081106001600160401b038211176101b857604052565b90601f801991011681019081106001600160401b038211176101b857604052565b60405190610209610100836101d8565b565b604051906102096040836101d8565b9061020960405192836101d8565b60409060e319011261025157604051906102418261019d565b60e4358252610104356020830152565b5f80fd5b91908260409103126102515760405161026d8161019d565b6020808294803584520135910152565b9080601f8301121561025157604051916102986040846101d8565b82906040810192831161025157905b8282106102b45750505090565b81358152602091820191016102a7565b906080606319830112610251576040516102dd8161019d565b60206102f882946102ef81606461027d565b845260a461027d565b910152565b91906080838203126102515760206102f86040519261031b8461019d565b60408496610329838261027d565b86520161027d565b34610251576101203660031901126102515760043560403660231901126102515761038960409182516103638161019d565b60243581526044356020820152610379366102c4565b9061038336610228565b926112bd565b8251911515825215156020820152f35b6001600160a01b0381160361025157565b60206040818301928281528451809452019201905f5b8181106103cd5750505090565b82516001600160a01b03168452602093840193909201916001016103c0565b346102515760203660031901126102515761042061041460043561040f81610399565b611539565b604051918291826103aa565b0390f35b346102515760203660031901126102515761045160043561044481610399565b61044c613369565b6133c1565b005b8015150361025157565b346102515760203660031901126102515760043561047a81610453565b604051638da5cb5b60e01b81526020816004817f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03165afa9081156105ac575f91610571575b506001600160a01b031633036104e0576104519061341f565b60405162461bcd60e51b815260206004820152605c60248201527f424c535369676e6174757265436865636b65722e6f6e6c79436f6f7264696e6160448201527f746f724f776e65723a2063616c6c6572206973206e6f7420746865206f776e6560648201527f72206f6620746865207265676973747279436f6f7264696e61746f7200000000608482015260a490fd5b90506020813d6020116105a4575b8161058c602093836101d8565b81010312610251575161059e81610399565b5f6104c7565b3d915061057f565b6113b2565b5f91031261025157565b34610251575f366003190112610251576040517f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc96001600160a01b03168152602090f35b34610251575f366003190112610251576040517f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b03168152602090f35b34610251575f366003190112610251576040517f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b03168152602090f35b34610251575f366003190112610251576040517f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03168152602090f35b6044359063ffffffff8216820361025157565b359063ffffffff8216820361025157565b6001600160401b0381116101b85760051b60200190565b9080601f8301121561025157813561071d816106ef565b9261072b60405194856101d8565b81845260208085019260051b82010192831161025157602001905b8282106107535750505090565b60208091610760846106de565b815201910190610746565b81601f82011215610251578035610781816106ef565b9261078f60405194856101d8565b81845260208085019260061b8401019281841161025157602001915b8383106107b9575050505090565b60206040916107c88486610255565b8152019201916107ab565b9080601f830112156102515781356107ea816106ef565b926107f860405194856101d8565b81845260208085019260051b820101918383116102515760208201905b83821061082457505050505090565b81356001600160401b0381116102515760209161084687848094880101610706565b815201910190610815565b91909161018081840312610251576108676101f9565b9281356001600160401b0381116102515781610884918401610706565b845260208201356001600160401b03811161025157816108a591840161076b565b602085015260408201356001600160401b03811161025157816108c991840161076b565b60408501526108db81606084016102fd565b60608501526108ed8160e08401610255565b60808501526101208201356001600160401b0381116102515781610912918401610706565b60a08501526101408201356001600160401b0381116102515781610937918401610706565b60c08501526101608201356001600160401b0381116102515761095a92016107d3565b60e0830152565b90602080835192838152019201905f5b81811061097e5750505090565b82516001600160601b0316845260209384019390920191600101610971565b9291906109d460209160408652826109c082516040808a01526080890190610961565b910151868203603f19016060880152610961565b930152565b34610251576080366003190112610251576004356024356001600160401b03811161025157366023820112156102515780600401356001600160401b03811161025157366024828401011161025157610a306106cb565b90606435936001600160401b038511610251576024610a56610a5e963690600401610851565b940190611d7b565b906104206040519283928361099d565b34610251575f36600319011261025157610a86613369565b603380546001600160a01b031981169091555f906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b34610251575f366003190112610251576033546040516001600160a01b039091168152602090f35b6001600160401b0381116101b857601f01601f191660200190565b929192610b1882610af1565b91610b2660405193846101d8565b829481845281830111610251578281602093845f960137010152565b3461025157604036600319011261025157600435610b5f81610399565b602435906001600160401b03821161025157606060031983360301126102515760405190610b8c826101bd565b82600401356001600160401b038111610251578301366023820112156102515761045193610bc66044923690602460048201359101610b0c565b845260248101356020850152013560408301526126d5565b34610251575f602036600319011261025157600435610bfc81610399565b610c04613369565b7f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b031690813b156102515760405163a0169ddd60e01b81526001600160a01b039091166004820152905f908290602490829084905af180156105ac57610c6f575080f35b61045191505f906101d8565b906020600319830112610251576004356001600160401b0381116102515760040182601f82011215610251578035926001600160401b038411610251576020808301928560051b010111610251579190565b3461025157610cdb36610c7b565b90610ce46136c8565b7f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b0316915f5b818110610d685750823b1561025157610d44925f9283604051809681958294634e5cd2fd60e11b84523060048501612926565b03925af180156105ac57610d5457005b80610d625f610451936101d8565b806105b1565b915f93915f915b610d87610d7d8684846127d3565b60408101906127f5565b9050831015610dc3576001610db981976020610db187610dab610d7d8c8a8a6127d3565b9061282a565b0135906114bf565b9301929550610d6f565b9390929460019250610e0790610df1813088610dec6020610de6898c33956127d3565b0161283a565b61375c565b86610e026020610de686898b6127d3565b6137a5565b01610d11565b34610251575f602036600319011261025157600435610e2b81610399565b610e5f337f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b031614612648565b7f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b031690813b15610251576040516351b27a6d60e11b81526001600160a01b039091166004820152905f908290602490829084905af180156105ac57610c6f575080f35b34610251575f6020366003190112610251576004356001600160401b038111610251573660238201121561025157610f0c903690602481600401359101610b0c565b610f14613369565b7f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b0316803b156102515760405163a98fb35560e01b8152915f918391829084908290610f6a9060048301612a96565b03925af180156105ac57610c6f575080f35b34610251575f36600319011261025157602060ff609754166040519015158152f35b3461025157602036600319011261025157600435610fbb81610399565b61100b5f5491610fef610fd9610fd58560ff9060081c1690565b1590565b80948195611085575b8115611065575b50612aa7565b82611000600160ff195f5416175f55565b61104e575b8061384f565b61101157005b61101f61ff00195f54165f55565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1005b61106061010061ff00195f5416175f55565b611005565b303b15915081611077575b505f610fe9565b60ff1660011490505f611070565b600160ff8216109150610fe2565b34610251575f366003190112610251576040517f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b03168152602090f35b34610251575f36600319011261025157610420610414612b0a565b346102515760203660031901126102515760043561110f81610399565b611117613369565b6001600160a01b0381161561112f5761045190613680565b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b34610251575f366003190112610251576065546040516001600160a01b039091168152602090f35b34610251576111b936610c7b565b906111c26136c8565b7f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b0316915f5b8181106112215750823b1561025157610d44925f928360405180968195829463fce36c7d60e01b845260048401612d59565b806112506112376020610de66001958789612d37565b6040611244848789612d37565b0135903090339061375c565b6112796112636020610de6848789612d37565b86604061127185888a612d37565b0135916137a5565b016111ef565b634e487b7160e01b5f52603260045260245ffd5b9060028110156112a45760051b0190565b61127f565b634e487b7160e01b5f52601260045260245ffd5b61139961137661139f9561137061136985875160208901518a515160208c51015160208d016020815151915101519189519360208b0151956040519760208901998a5260208a015260408901526060880152608087015260a086015260c085015260e084015261010083015261134081610120840103601f1981018352826101d8565b5190207f30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f0000001900690565b8096612e72565b90612eb8565b9261137061138b611385612f40565b94613037565b91611394613153565b612e72565b9161319d565b9091565b90816020910312610251575190565b6040513d5f823e3d90fd5b9081602091031261025157516001600160c01b03811681036102515790565b90816020910312610251575160ff811681036102515790565b604051906114046020836101d8565b5f808352366020840137565b9061141a826106ef565b61142760405191826101d8565b8281528092611438601f19916106ef565b0190602036910137565b8051156112a45760200190565b9081518110156112a4570160200190565b634e487b7160e01b5f52601160045260245ffd5b906001820180921161148257565b611460565b906002820180921161148257565b906003820180921161148257565b906004820180921161148257565b906005820180921161148257565b9190820180921161148257565b6001600160601b0381160361025157565b90816040910312610251576020604051916114f78361019d565b805161150281610399565b8352015161150f816114cc565b602082015290565b80518210156112a45760209160051b010190565b5f1981146114825760010190565b6040516309aa152760e11b81526001600160a01b0391821660048201527f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f37304290911690602081602481855afa9081156105ac576115b9916020915f916118b8575b506040518093819263871ef04960e01b8352600483019190602083019252565b0381855afa9081156105ac575f91611889575b506001600160c01b0316908115908115611826575b5061181a576115ef906132cb565b5f91907f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b031690835b81518510156116cb57611674602061165161164b61163d898761144f565b516001600160f81b03191690565b60f81c90565b604051633ca5a5f560e01b815260ff909116600482015291829081906024820190565b0381875afa80156105ac57600192611693925f9261169b575b506114bf565b94019361161f565b6116bd91925060203d81116116c4575b6116b581836101d8565b8101906113a3565b905f61168d565b503d6116ab565b6116d6919450611410565b925f905f5b8151811015611814576116f461164b61163d838561144f565b604051633ca5a5f560e01b815260ff8216600482015290602082602481895afa9182156105ac575f926117f4575b50905f915b818310611739575050506001016116db565b604080516356e4026d60e11b815260ff83166004820152602481018590529396929391929190816044818b5afa9182156105ac576117b88b6117a9836117a36117976001986117bd985f916117c6575b50516001600160a01b031690565b6001600160a01b031690565b92611517565b6001600160a01b039091169052565b61152b565b95019190611727565b6117e7915060403d81116117ed575b6117df81836101d8565b8101906114dd565b5f611789565b503d6117d5565b61180d91925060203d81116116c4576116b581836101d8565b905f611722565b50505050565b506118236113f5565b90565b604051639aa1653d60e01b81529150602090829060049082905afa80156105ac5760ff915f9161185a575b5016155f6115e1565b61187c915060203d602011611882575b61187481836101d8565b8101906113dc565b5f611851565b503d61186a565b6118ab915060203d6020116118b1575b6118a381836101d8565b8101906113bd565b5f6115cc565b503d611899565b6118cf9150823d84116116c4576116b581836101d8565b5f611599565b604051906118e28261019d565b60606020838281520152565b156118f557565b60405162461bcd60e51b815260206004820152603760248201525f516020613c515f395f51905f5260448201527f7265733a20656d7074792071756f72756d20696e7075740000000000000000006064820152608490fd5b1561195457565b60405162461bcd60e51b815260206004820152604160248201525f516020613c515f395f51905f5260448201527f7265733a20696e7075742071756f72756d206c656e677468206d69736d6174636064820152600d60fb1b608482015260a490fd5b156119bd57565b60a460405162461bcd60e51b815260206004820152604460248201525f516020613c515f395f51905f5260448201527f7265733a20696e707574206e6f6e7369676e6572206c656e677468206d69736d6064820152630c2e8c6d60e31b6084820152fd5b15611a2857565b60405162461bcd60e51b815260206004820152603c60248201525f516020613c515f395f51905f5260448201527f7265733a20696e76616c6964207265666572656e636520626c6f636b000000006064820152608490fd5b5f1981019190821161148257565b15611a9557565b608460405162461bcd60e51b815260206004820152604060248201525f516020613c515f395f51905f5260448201527f7265733a206e6f6e5369676e65725075626b657973206e6f7420736f727465646064820152fd5b908210156112a4570190565b15611aff57565b60405162461bcd60e51b815260206004820152606660248201525f516020613c515f395f51905f5260448201527f7265733a205374616b6552656769737472792075706461746573206d7573742060648201527f62652077697468696e207769746864726177616c44656c6179426c6f636b732060848201526577696e646f7760d01b60a482015260c490fd5b90816020910312610251575167ffffffffffffffff19811681036102515790565b15611bb457565b60405162461bcd60e51b815260206004820152606160248201525f516020613c515f395f51905f5260448201527f7265733a2071756f72756d41706b206861736820696e2073746f72616765206460648201527f6f6573206e6f74206d617463682070726f76696465642071756f72756d2061706084820152606b60f81b60a482015260c490fd5b908160209103126102515751611823816114cc565b906001600160601b03809116911603906001600160601b03821161148257565b15611c7857565b60405162461bcd60e51b815260206004820152604360248201525f516020613c515f395f51905f5260448201527f7265733a2070616972696e6720707265636f6d70696c652063616c6c206661696064820152621b195960ea1b608482015260a490fd5b15611ce357565b60405162461bcd60e51b815260206004820152603960248201525f516020613c515f395f51905f5260448201527f7265733a207369676e617475726520697320696e76616c6964000000000000006064820152608490fd5b60049163ffffffff60e01b9060e01b1681520160208251919201905f5b818110611d655750505090565b8251845260209384019390920191600101611d58565b949392909193611d896118d5565b50611d958515156118ee565b60408401515185148061263a575b8061262c575b8061261e575b611db89061194d565b611dca602085015151855151146119b6565b611de163ffffffff431663ffffffff841610611a21565b611de961020b565b5f81525f602082015292611dfb6118d5565b611e0487611410565b6020820152611e1287611410565b8152611e1c6118d5565b92611e2b602088015151611410565b8452611e3b602088015151611410565b602085810191909152604051639aa1653d60e01b815290816004817f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03165afa80156105ac57611ea4915f916125ff575b50611e9f368b87610b0c565b61345d565b985f965b6020890151805189101561202057602088611f15611f0b8c611f038f96868e611ee8611ed5868095611517565b5180515f526020015160205260405f2090565b611ef58484840151611517565b5282611fed575b0151611517565b519551611517565b5163ffffffff1690565b6040516304ec635160e01b8152600481019490945263ffffffff9182166024850152166044830152816064816001600160a01b037f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f373042165afa9182156105ac576113708a611fc28f611fbb8f8460208f92611fb293611faa8460019e611fc89e5f91611fd0575b508f8060c01b03169251611517565b520151611517565b51938d51611517565b51166134e4565b90613515565b970196611ea8565b611fe79150863d81116118b1576118a381836101d8565b5f611f9b565b61201b611ffd8484840151611517565b516120148484015161200e87611a80565b90611517565b5110611a8e565b611efc565b509095979496506120359198939299506135fb565b9161204260975460ff1690565b9081156125f7576040516318891fd760e31b81526020816004817f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b03165afa9081156105ac575f916125d8575b5091905b5f925b818410612101575050505050926120da6120d56120ce6120fb95856120ed98608060606020990151920151926112bd565b9190611c71565b611cdc565b0151604051928391602083019586611d3b565b03601f1981018352826101d8565b51902090565b92989596909399919794878b888c888d6124d5575b611f0b8260a061216461164b6121568461216c97612150612142611ed58f9c604060209f9e0151611517565b67ffffffffffffffff191690565b9b611aec565b356001600160f81b03191690565b970151611517565b604051631a2f32ab60e21b815260ff95909516600486015263ffffffff9182166024860152166044840152826064816001600160a01b037f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc9165afa9081156105ac57612230611f0b8f958f906122288f978f96848f61222260c09661221b848f60209f90611efc6121569960409361164b9c5f916124a7575b5067ffffffffffffffff19918216911614611bad565b5190612eb8565b9c611aec565b960151611517565b604051636414a62b60e11b815260ff94909416600485015263ffffffff9182166024850152166044830152816064816001600160a01b037f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c165afa9081156105ac576122bd918c8f925f92612483575b5060206122af92930151611517565b906001600160601b03169052565b6122ea8c6122af8c6122e36122d6826020860151611517565b516001600160601b031690565b9251611517565b5f985f5b60208a01515181101561246a578b8d61232c8961231f61164b612156868f896123179151611517565b519487611aec565b60ff161c60019081161490565b61233b575b50506001016122ee565b8a8a6123c3859f948f968661237d8f9360e0612374611f0b95602061236c61164b612156839f6123839c8991611aec565b9a0151611517565b519b0151611517565b51611517565b60405163795f4a5760e11b815260ff909316600484015263ffffffff93841660248401526044830196909652919094166064850152839081906084820190565b03817f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b03165afa9081156105ac578f612429908f936001959486955f92612434575b506117a36122af929351936124246122d68487611517565b611c51565b019a90508b8d612331565b6122af925061245c6117a39160203d8111612463575b61245481836101d8565b810190611c3c565b925061240c565b503d61244a565b5093919796996001919699509a94929a0192919061209d565b6122af92506124a0602091823d81116124635761245481836101d8565b92506122a0565b60206124c892503d81116124ce575b6124c081836101d8565b810190611b8c565b5f612205565b503d6124b6565b61251294506124ef925061164b9161215691602095611aec565b60405163124d062160e11b815260ff909116600482015291829081906024820190565b03817f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03165afa80156105ac5760208961216c8f938f60a08f9761164b6121568f8f90612150612142611ed58f60408b96918f61259990611f0b9f8a956121649e5f926125af575b5063ffffffff612593929316926114bf565b11611af8565b5050505050509750505050505092935050612116565b6020612593935063ffffffff916125d1913d81116116c4576116b581836101d8565b9250612581565b6125f1915060203d6020116116c4576116b581836101d8565b5f612096565b5f919061209a565b612618915060203d6020116118825761187481836101d8565b5f611e93565b5060e0840151518514611daf565b5060c0840151518514611da9565b5060a0840151518514611da3565b1561264f57565b60405162461bcd60e51b815260206004820152605260248201527f536572766963654d616e61676572426173652e6f6e6c7952656769737472794360448201527f6f6f7264696e61746f723a2063616c6c6572206973206e6f742074686520726560648201527133b4b9ba393c9031b7b7b93234b730ba37b960711b608482015260a490fd5b612709337f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b031614612648565b7f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b031691823b15610251575f928392604051948580948193639926ee7d60e01b835260018060a01b0316600483015260406024830152604061277e82516060604486015260a48501906127af565b91602081015160648501520151608483015203925af180156105ac576127a15750565b80610d625f610209936101d8565b805180835260209291819084018484015e5f828201840152601f01601f1916010190565b91908110156112a45760051b8101359060be1981360301821215610251570190565b903590601e198136030182121561025157018035906001600160401b03821161025157602001918160061b3603831361025157565b91908110156112a45760061b0190565b3561182381610399565b9035601e19823603018112156102515701602081359101916001600160401b038211610251578160061b3603831361025157565b916020908281520191905f5b8181106128915750505090565b90919260408060019286356128a581610399565b848060a01b031681526001600160601b0360208801356128c4816114cc565b166020820152019401929101612884565b9035601e19823603018112156102515701602081359101916001600160401b03821161025157813603831361025157565b908060209392818452848401375f828201840152601f01601f1916010190565b6001600160a01b0390911681526040602082018190528101839052600583901b810160609081019383923684900360be1901925f91908101905b838310612971575050505050505090565b90919293949596605f19828203018352873586811215610251578701906129a961299b8380612844565b60c0845260c0840191612878565b9160208101356129b881610399565b6001600160a01b03166020838101919091526129d76040830183612844565b848603604086015280865294909101935f5b818110612a6257505050612a51600193602093612a4384612a1d612a1060608998016106de565b63ffffffff166060850152565b612a39612a2c608083016106de565b63ffffffff166080850152565b60a08101906128d5565b9160a0818503910152612906565b990193019301919594939290612960565b9091946040806001928835612a7681610399565b848060a01b031681526020890135602082015201960191019190916129e9565b9060206118239281815201906127af565b15612aae57565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b604051639aa1653d60e01b81527f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b031690602081600481855afa80156105ac5760ff915f91612d18575b50168015612d0e577f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b0316905f9081905b808310612cca5750612ba59150611410565b925f905f5b604051639aa1653d60e01b8152602081600481895afa80156105ac5760ff915f91612cac575b5016811015612ca557604051633ca5a5f560e01b815260ff821660048201819052602082602481895afa9182156105ac575f92612c85575b50905f915b818310612c1f57505050600101612baa565b604080516356e4026d60e11b815260ff83166004820152602481018590529396929391929190816044818b5afa9182156105ac576117b88b6117a9836117a3611797600198612c7c985f916117c65750516001600160a01b031690565b95019190612c0d565b612c9e91925060203d81116116c4576116b581836101d8565b905f612c08565b5092505050565b612cc4915060203d81116118825761187481836101d8565b5f612bd0565b604051633ca5a5f560e01b815260ff84166004820152909190602081602481885afa80156105ac57600192612d05925f9261169b57506114bf565b92019190612b93565b50506118236113f5565b612d31915060203d6020116118825761187481836101d8565b5f612b5b565b91908110156112a45760051b81013590609e1981360301821215610251570190565b909180602083016020845252604082019260408260051b8401019381935f91609e1984360301915b858410612d92575050505050505090565b90919293949596603f19828203018352873590848212156102515760208091886001940190608063ffffffff612e1982612ddd612dcf8780612844565b60a0885260a0880191612878565b9587810135612deb81610399565b8a8060a01b0316888701526040810135604087015283612e0d606083016106de565b166060870152016106de565b16910152990193019401929195949390612d81565b60405190612e3b8261019d565b5f6020838281520152565b60405190610180612e5781846101d8565b368337565b60405190612e6b6020836101d8565b6020368337565b91906040906060612e81612e2e565b9485926020855192612e9385856101d8565b8436853780518452015160208301528482015260076107cf195a01fa15612eb657565bfe5b602092916080604092612ec9612e2e565b95869381865193612eda86866101d8565b85368637805185520151828401528051868401520151606082015260066107cf195a01fa8015612eb65715612f0b57565b60405162461bcd60e51b815260206004820152600d60248201526c1958cb5859190b59985a5b1959609a1b6044820152606490fd5b604051612f4c8161019d565b6040908151612f5b83826101d8565b8236823781526020825191612f7084846101d8565b8336843701528051612f8282826101d8565b7f198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c281527f1800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed6020820152815190612fd883836101d8565b7f275dc4a288d1afb3cbb1ac09187524c7db36395df7be3b99e673b13a075a65ec82527f1d9befcd05a5323e6da4d435f3b617cdb3af83285c2df711ef39c01571827f9d602083015261302d835193846101d8565b8252602082015290565b5f516020613c315f395f51905f529061304e612e2e565b505f919006602060c0835b61314e575f935f516020613c315f395f51905f526003818681818009090860405161308485826101d8565b8436823784818560405161309882826101d8565b813682378381528360208201528360408201528560608201527f0c19139cb84c680a6e14116da060561765e05aa45a1c72a34f082305b61f3f5260808201525f516020613c315f395f51905f5260a082015260056107cf195a01fa8015612eb65761310290613b71565b519161314e575f516020613c315f395f51905f528280091461313957505f516020613c315f395f51905f5260015f94089293613059565b9293505061314561020b565b92835282015290565b6112a9565b61315b612e2e565b506040516131688161019d565b600181526002602082015290565b9060068202918083046006149015171561148257565b90600c8110156112a45760051b0190565b939290916131ab604061021a565b94855260208501526131bd604061021a565b91825260208201526131cd612e46565b925f5b600281106131fa575050506020610180926131e9612e5c565b93849160086201d4c0fa9151151590565b80613206600192613176565b6132108285611293565b515161321c828961318c565b5260206132298386611293565b51015161323e61323883611474565b8961318c565b526132498286611293565b51515161325861323883611487565b5261326e6132668387611293565b515160200190565b5161327b61323883611495565b5260206132888387611293565b51015151613298613238836114a3565b526132c46132be6132b760206132ae868a611293565b51015160200190565b51926114b1565b8861318c565b52016131d0565b61ffff6132d7826134e4565b166132e181610af1565b906132ef60405192836101d8565b8082526132fe601f1991610af1565b013660208301375f5f5b825182108061335e575b15613357576001811b8416613330575b61332b9061152b565b613308565b90600161332b9160ff60f81b8460f81b165f1a61334d828761144f565b5301919050613322565b5050905090565b506101008110613312565b6033546001600160a01b0316330361337d57565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b606554604080516001600160a01b038084168252841660208201529192917fe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e39190a16001600160a01b03166001600160a01b03199190911617606555565b60207f40e4ed880a29e0f6ddce307457fb75cddf4feef7d3ecb0301bfdf4976a0e2dfc91151560ff196097541660ff821617609755604051908152a1565b90600161346b60ff93613944565b928392161b11156134795790565b60405162461bcd60e51b815260206004820152603f60248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206269746d61702065786365656473206d61782076616c7565006064820152608490fd5b805f915b6134f0575090565b5f1981018181116114825761ffff9116911661ffff81146114825760010190806134e8565b9061351e612e2e565b5061ffff8116906102008210156135c357600182146135be5761353f61020b565b5f81525f602082015292906001905f925b61ffff831685101561356457505050505090565b600161ffff831660ff86161c81161461359e575b60016135946135898360ff94612eb8565b9460011b61fffe1690565b9401169291613550565b9460016135946135896135b38960ff95612eb8565b989350505050613578565b505090565b60405162461bcd60e51b815260206004820152601060248201526f7363616c61722d746f6f2d6c6172676560801b6044820152606490fd5b613603612e2e565b50805190811580613674575b156136305750506040516136246040826101d8565b5f81525f602082015290565b60205f516020613c315f395f51905f52910151065f516020613c315f395f51905f52035f516020613c315f395f51905f528111611482576040519161302d8361019d565b5060208101511561360f565b603380546001600160a01b039283166001600160a01b0319821681179092559091167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3565b6065546001600160a01b031633036136dc57565b60405162461bcd60e51b815260206004820152604c60248201527f536572766963654d616e61676572426173652e6f6e6c7952657761726473496e60448201527f69746961746f723a2063616c6c6572206973206e6f742074686520726577617260648201526b32399034b734ba34b0ba37b960a11b608482015260a490fd5b6040516323b872dd60e01b60208201526001600160a01b039283166024820152929091166044830152606480830193909352918152610209916137a06084836101d8565b613a9f565b604051636eb1769f60e11b81523060048201526001600160a01b0383166024820152602081806044810103816001600160a01b0386165afa9081156105ac57610209946137a0926137fc925f9161383057506114bf565b60405163095ea7b360e01b60208201526001600160a01b0394909416602485015260448085019190915283526064836101d8565b613849915060203d6020116116c4576116b581836101d8565b5f61168d565b9060ff5f5460081c16156138695761044c61020992613680565b60405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608490fd5b156138c957565b60405162461bcd60e51b815260206004820152604760248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206f72646572656442797465734172726179206973206e6f74206064820152661bdc99195c995960ca1b608482015260a490fd5b906101008251116139b4578151156139af5761397261396861164b61163d85611442565b60ff600191161b90565b6001905b83518210156139aa5760019061399561396861164b61163d868961144f565b906139a18183116138c2565b17910190613976565b925050565b5f9150565b60a460405162461bcd60e51b815260206004820152604460248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206f7264657265644279746573417272617920697320746f6f206064820152636c6f6e6760e01b6084820152fd5b90816020910312610251575161182381610453565b15613a4757565b60405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608490fd5b60018060a01b03169060405190613ab76040836101d8565b602082527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65646020830152823b15613b2c575f81613b07948260208195519301915af1613b01613bbd565b90613bec565b805180613b12575050565b81602080613b27936102099501019101613a2b565b613a40565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b15613b7857565b60405162461bcd60e51b815260206004820152601a60248201527f424e3235342e6578704d6f643a2063616c6c206661696c7572650000000000006044820152606490fd5b3d15613be7573d90613bce82610af1565b91613bdc60405193846101d8565b82523d5f602084013e565b606090565b90919015613bf8575090565b815115613c085750805190602001fd5b60405162461bcd60e51b815260206004820152908190613c2c9060248301906127af565b0390fdfe30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47424c535369676e6174757265436865636b65722e636865636b5369676e617475a264697066735822122092782c9294c5e48f82ff26cc81a3995d2bf3ea297fb8023a8c0c3a50f2aa876364736f6c634300081b0033","gas_used":3158177,"gas_limit":4198364,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Call":0},{"Log":0},{"Call":1},{"Call":2},{"Call":3}]},{"parent":0,"children":[2],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x4c5859f0f772848b2d91f1d83e2fe57935348029","address":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x68304835","output":"0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c","gas_used":7936,"gas_limit":4129766,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","address":"0x36c02da8a0983159322a80ffe9f24b1acff8b570","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x68304835","output":"0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c","gas_used":772,"gas_limit":4058219,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":0,"children":[4],"idx":3,"trace":{"depth":1,"success":true,"caller":"0x4c5859f0f772848b2d91f1d83e2fe57935348029","address":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x68304835","output":"0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c","gas_used":1436,"gas_limit":4098614,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[],"idx":4,"trace":{"depth":2,"success":true,"caller":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","address":"0x36c02da8a0983159322a80ffe9f24b1acff8b570","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x68304835","output":"0x000000000000000000000000851356ae760d987e095750cceb3bc6014560891c","gas_used":772,"gas_limit":4033953,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":0,"children":[6],"idx":5,"trace":{"depth":1,"success":true,"caller":"0x4c5859f0f772848b2d91f1d83e2fe57935348029","address":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x5df45946","output":"0x000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc9","gas_used":1392,"gas_limit":4096740,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":5,"children":[],"idx":6,"trace":{"depth":2,"success":true,"caller":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","address":"0x36c02da8a0983159322a80ffe9f24b1acff8b570","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x5df45946","output":"0x000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc9","gas_used":728,"gas_limit":4032108,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":0,"children":[8],"idx":7,"trace":{"depth":1,"success":true,"caller":"0x4c5859f0f772848b2d91f1d83e2fe57935348029","address":"0x851356ae760d987e095750cceb3bc6014560891c","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0xdf5cf723","output":"0x000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c9","gas_used":7910,"gas_limit":4092457,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":2,"success":true,"caller":"0x851356ae760d987e095750cceb3bc6014560891c","address":"0x0e801d84fa97b50751dbf25036d067dcf18858bf","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xdf5cf723","output":"0x000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c9","gas_used":746,"gas_limit":4021493,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x60806040526004361015610011575f80fd5b5f3560e01c8063171f1d5b1461018457806333cfb7b71461017f5780633bc28c8c1461017a578063416c7e5e146101755780635df4594614610170578063683048351461016b5780636b3aa72e146101665780636d14a987146101615780636efb46361461015c578063715018a6146101575780638da5cb5b146101525780639926ee7d1461014d578063a0169ddd14610148578063a20b99bf14610143578063a364f4da1461013e578063a98fb35514610139578063b98d090814610134578063c4d66de81461012f578063df5cf7231461012a578063e481af9d14610125578063f2fde38b14610120578063fc299dee1461011b5763fce36c7d14610116575f80fd5b6111ab565b611183565b6110f2565b6110d7565b611093565b610f9e565b610f7c565b610eca565b610e0d565b610ccd565b610bde565b610b42565b610ac9565b610a6e565b6109d9565b610687565b610643565b6105ff565b6105bb565b61045d565b610424565b6103ec565b610331565b634e487b7160e01b5f52604160045260245ffd5b604081019081106001600160401b038211176101b857604052565b610189565b606081019081106001600160401b038211176101b857604052565b90601f801991011681019081106001600160401b038211176101b857604052565b60405190610209610100836101d8565b565b604051906102096040836101d8565b9061020960405192836101d8565b60409060e319011261025157604051906102418261019d565b60e4358252610104356020830152565b5f80fd5b91908260409103126102515760405161026d8161019d565b6020808294803584520135910152565b9080601f8301121561025157604051916102986040846101d8565b82906040810192831161025157905b8282106102b45750505090565b81358152602091820191016102a7565b906080606319830112610251576040516102dd8161019d565b60206102f882946102ef81606461027d565b845260a461027d565b910152565b91906080838203126102515760206102f86040519261031b8461019d565b60408496610329838261027d565b86520161027d565b34610251576101203660031901126102515760043560403660231901126102515761038960409182516103638161019d565b60243581526044356020820152610379366102c4565b9061038336610228565b926112bd565b8251911515825215156020820152f35b6001600160a01b0381160361025157565b60206040818301928281528451809452019201905f5b8181106103cd5750505090565b82516001600160a01b03168452602093840193909201916001016103c0565b346102515760203660031901126102515761042061041460043561040f81610399565b611539565b604051918291826103aa565b0390f35b346102515760203660031901126102515761045160043561044481610399565b61044c613369565b6133c1565b005b8015150361025157565b346102515760203660031901126102515760043561047a81610453565b604051638da5cb5b60e01b81526020816004817f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03165afa9081156105ac575f91610571575b506001600160a01b031633036104e0576104519061341f565b60405162461bcd60e51b815260206004820152605c60248201527f424c535369676e6174757265436865636b65722e6f6e6c79436f6f7264696e6160448201527f746f724f776e65723a2063616c6c6572206973206e6f7420746865206f776e6560648201527f72206f6620746865207265676973747279436f6f7264696e61746f7200000000608482015260a490fd5b90506020813d6020116105a4575b8161058c602093836101d8565b81010312610251575161059e81610399565b5f6104c7565b3d915061057f565b6113b2565b5f91031261025157565b34610251575f366003190112610251576040517f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc96001600160a01b03168152602090f35b34610251575f366003190112610251576040517f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b03168152602090f35b34610251575f366003190112610251576040517f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b03168152602090f35b34610251575f366003190112610251576040517f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03168152602090f35b6044359063ffffffff8216820361025157565b359063ffffffff8216820361025157565b6001600160401b0381116101b85760051b60200190565b9080601f8301121561025157813561071d816106ef565b9261072b60405194856101d8565b81845260208085019260051b82010192831161025157602001905b8282106107535750505090565b60208091610760846106de565b815201910190610746565b81601f82011215610251578035610781816106ef565b9261078f60405194856101d8565b81845260208085019260061b8401019281841161025157602001915b8383106107b9575050505090565b60206040916107c88486610255565b8152019201916107ab565b9080601f830112156102515781356107ea816106ef565b926107f860405194856101d8565b81845260208085019260051b820101918383116102515760208201905b83821061082457505050505090565b81356001600160401b0381116102515760209161084687848094880101610706565b815201910190610815565b91909161018081840312610251576108676101f9565b9281356001600160401b0381116102515781610884918401610706565b845260208201356001600160401b03811161025157816108a591840161076b565b602085015260408201356001600160401b03811161025157816108c991840161076b565b60408501526108db81606084016102fd565b60608501526108ed8160e08401610255565b60808501526101208201356001600160401b0381116102515781610912918401610706565b60a08501526101408201356001600160401b0381116102515781610937918401610706565b60c08501526101608201356001600160401b0381116102515761095a92016107d3565b60e0830152565b90602080835192838152019201905f5b81811061097e5750505090565b82516001600160601b0316845260209384019390920191600101610971565b9291906109d460209160408652826109c082516040808a01526080890190610961565b910151868203603f19016060880152610961565b930152565b34610251576080366003190112610251576004356024356001600160401b03811161025157366023820112156102515780600401356001600160401b03811161025157366024828401011161025157610a306106cb565b90606435936001600160401b038511610251576024610a56610a5e963690600401610851565b940190611d7b565b906104206040519283928361099d565b34610251575f36600319011261025157610a86613369565b603380546001600160a01b031981169091555f906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b34610251575f366003190112610251576033546040516001600160a01b039091168152602090f35b6001600160401b0381116101b857601f01601f191660200190565b929192610b1882610af1565b91610b2660405193846101d8565b829481845281830111610251578281602093845f960137010152565b3461025157604036600319011261025157600435610b5f81610399565b602435906001600160401b03821161025157606060031983360301126102515760405190610b8c826101bd565b82600401356001600160401b038111610251578301366023820112156102515761045193610bc66044923690602460048201359101610b0c565b845260248101356020850152013560408301526126d5565b34610251575f602036600319011261025157600435610bfc81610399565b610c04613369565b7f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b031690813b156102515760405163a0169ddd60e01b81526001600160a01b039091166004820152905f908290602490829084905af180156105ac57610c6f575080f35b61045191505f906101d8565b906020600319830112610251576004356001600160401b0381116102515760040182601f82011215610251578035926001600160401b038411610251576020808301928560051b010111610251579190565b3461025157610cdb36610c7b565b90610ce46136c8565b7f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b0316915f5b818110610d685750823b1561025157610d44925f9283604051809681958294634e5cd2fd60e11b84523060048501612926565b03925af180156105ac57610d5457005b80610d625f610451936101d8565b806105b1565b915f93915f915b610d87610d7d8684846127d3565b60408101906127f5565b9050831015610dc3576001610db981976020610db187610dab610d7d8c8a8a6127d3565b9061282a565b0135906114bf565b9301929550610d6f565b9390929460019250610e0790610df1813088610dec6020610de6898c33956127d3565b0161283a565b61375c565b86610e026020610de686898b6127d3565b6137a5565b01610d11565b34610251575f602036600319011261025157600435610e2b81610399565b610e5f337f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b031614612648565b7f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b031690813b15610251576040516351b27a6d60e11b81526001600160a01b039091166004820152905f908290602490829084905af180156105ac57610c6f575080f35b34610251575f6020366003190112610251576004356001600160401b038111610251573660238201121561025157610f0c903690602481600401359101610b0c565b610f14613369565b7f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b0316803b156102515760405163a98fb35560e01b8152915f918391829084908290610f6a9060048301612a96565b03925af180156105ac57610c6f575080f35b34610251575f36600319011261025157602060ff609754166040519015158152f35b3461025157602036600319011261025157600435610fbb81610399565b61100b5f5491610fef610fd9610fd58560ff9060081c1690565b1590565b80948195611085575b8115611065575b50612aa7565b82611000600160ff195f5416175f55565b61104e575b8061384f565b61101157005b61101f61ff00195f54165f55565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1005b61106061010061ff00195f5416175f55565b611005565b303b15915081611077575b505f610fe9565b60ff1660011490505f611070565b600160ff8216109150610fe2565b34610251575f366003190112610251576040517f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b03168152602090f35b34610251575f36600319011261025157610420610414612b0a565b346102515760203660031901126102515760043561110f81610399565b611117613369565b6001600160a01b0381161561112f5761045190613680565b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b34610251575f366003190112610251576065546040516001600160a01b039091168152602090f35b34610251576111b936610c7b565b906111c26136c8565b7f0000000000000000000000008a791620dd6260079bf849dc5567adc3f2fdc3186001600160a01b0316915f5b8181106112215750823b1561025157610d44925f928360405180968195829463fce36c7d60e01b845260048401612d59565b806112506112376020610de66001958789612d37565b6040611244848789612d37565b0135903090339061375c565b6112796112636020610de6848789612d37565b86604061127185888a612d37565b0135916137a5565b016111ef565b634e487b7160e01b5f52603260045260245ffd5b9060028110156112a45760051b0190565b61127f565b634e487b7160e01b5f52601260045260245ffd5b61139961137661139f9561137061136985875160208901518a515160208c51015160208d016020815151915101519189519360208b0151956040519760208901998a5260208a015260408901526060880152608087015260a086015260c085015260e084015261010083015261134081610120840103601f1981018352826101d8565b5190207f30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f0000001900690565b8096612e72565b90612eb8565b9261137061138b611385612f40565b94613037565b91611394613153565b612e72565b9161319d565b9091565b90816020910312610251575190565b6040513d5f823e3d90fd5b9081602091031261025157516001600160c01b03811681036102515790565b90816020910312610251575160ff811681036102515790565b604051906114046020836101d8565b5f808352366020840137565b9061141a826106ef565b61142760405191826101d8565b8281528092611438601f19916106ef565b0190602036910137565b8051156112a45760200190565b9081518110156112a4570160200190565b634e487b7160e01b5f52601160045260245ffd5b906001820180921161148257565b611460565b906002820180921161148257565b906003820180921161148257565b906004820180921161148257565b906005820180921161148257565b9190820180921161148257565b6001600160601b0381160361025157565b90816040910312610251576020604051916114f78361019d565b805161150281610399565b8352015161150f816114cc565b602082015290565b80518210156112a45760209160051b010190565b5f1981146114825760010190565b6040516309aa152760e11b81526001600160a01b0391821660048201527f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f37304290911690602081602481855afa9081156105ac576115b9916020915f916118b8575b506040518093819263871ef04960e01b8352600483019190602083019252565b0381855afa9081156105ac575f91611889575b506001600160c01b0316908115908115611826575b5061181a576115ef906132cb565b5f91907f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b031690835b81518510156116cb57611674602061165161164b61163d898761144f565b516001600160f81b03191690565b60f81c90565b604051633ca5a5f560e01b815260ff909116600482015291829081906024820190565b0381875afa80156105ac57600192611693925f9261169b575b506114bf565b94019361161f565b6116bd91925060203d81116116c4575b6116b581836101d8565b8101906113a3565b905f61168d565b503d6116ab565b6116d6919450611410565b925f905f5b8151811015611814576116f461164b61163d838561144f565b604051633ca5a5f560e01b815260ff8216600482015290602082602481895afa9182156105ac575f926117f4575b50905f915b818310611739575050506001016116db565b604080516356e4026d60e11b815260ff83166004820152602481018590529396929391929190816044818b5afa9182156105ac576117b88b6117a9836117a36117976001986117bd985f916117c6575b50516001600160a01b031690565b6001600160a01b031690565b92611517565b6001600160a01b039091169052565b61152b565b95019190611727565b6117e7915060403d81116117ed575b6117df81836101d8565b8101906114dd565b5f611789565b503d6117d5565b61180d91925060203d81116116c4576116b581836101d8565b905f611722565b50505050565b506118236113f5565b90565b604051639aa1653d60e01b81529150602090829060049082905afa80156105ac5760ff915f9161185a575b5016155f6115e1565b61187c915060203d602011611882575b61187481836101d8565b8101906113dc565b5f611851565b503d61186a565b6118ab915060203d6020116118b1575b6118a381836101d8565b8101906113bd565b5f6115cc565b503d611899565b6118cf9150823d84116116c4576116b581836101d8565b5f611599565b604051906118e28261019d565b60606020838281520152565b156118f557565b60405162461bcd60e51b815260206004820152603760248201525f516020613c515f395f51905f5260448201527f7265733a20656d7074792071756f72756d20696e7075740000000000000000006064820152608490fd5b1561195457565b60405162461bcd60e51b815260206004820152604160248201525f516020613c515f395f51905f5260448201527f7265733a20696e7075742071756f72756d206c656e677468206d69736d6174636064820152600d60fb1b608482015260a490fd5b156119bd57565b60a460405162461bcd60e51b815260206004820152604460248201525f516020613c515f395f51905f5260448201527f7265733a20696e707574206e6f6e7369676e6572206c656e677468206d69736d6064820152630c2e8c6d60e31b6084820152fd5b15611a2857565b60405162461bcd60e51b815260206004820152603c60248201525f516020613c515f395f51905f5260448201527f7265733a20696e76616c6964207265666572656e636520626c6f636b000000006064820152608490fd5b5f1981019190821161148257565b15611a9557565b608460405162461bcd60e51b815260206004820152604060248201525f516020613c515f395f51905f5260448201527f7265733a206e6f6e5369676e65725075626b657973206e6f7420736f727465646064820152fd5b908210156112a4570190565b15611aff57565b60405162461bcd60e51b815260206004820152606660248201525f516020613c515f395f51905f5260448201527f7265733a205374616b6552656769737472792075706461746573206d7573742060648201527f62652077697468696e207769746864726177616c44656c6179426c6f636b732060848201526577696e646f7760d01b60a482015260c490fd5b90816020910312610251575167ffffffffffffffff19811681036102515790565b15611bb457565b60405162461bcd60e51b815260206004820152606160248201525f516020613c515f395f51905f5260448201527f7265733a2071756f72756d41706b206861736820696e2073746f72616765206460648201527f6f6573206e6f74206d617463682070726f76696465642071756f72756d2061706084820152606b60f81b60a482015260c490fd5b908160209103126102515751611823816114cc565b906001600160601b03809116911603906001600160601b03821161148257565b15611c7857565b60405162461bcd60e51b815260206004820152604360248201525f516020613c515f395f51905f5260448201527f7265733a2070616972696e6720707265636f6d70696c652063616c6c206661696064820152621b195960ea1b608482015260a490fd5b15611ce357565b60405162461bcd60e51b815260206004820152603960248201525f516020613c515f395f51905f5260448201527f7265733a207369676e617475726520697320696e76616c6964000000000000006064820152608490fd5b60049163ffffffff60e01b9060e01b1681520160208251919201905f5b818110611d655750505090565b8251845260209384019390920191600101611d58565b949392909193611d896118d5565b50611d958515156118ee565b60408401515185148061263a575b8061262c575b8061261e575b611db89061194d565b611dca602085015151855151146119b6565b611de163ffffffff431663ffffffff841610611a21565b611de961020b565b5f81525f602082015292611dfb6118d5565b611e0487611410565b6020820152611e1287611410565b8152611e1c6118d5565b92611e2b602088015151611410565b8452611e3b602088015151611410565b602085810191909152604051639aa1653d60e01b815290816004817f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03165afa80156105ac57611ea4915f916125ff575b50611e9f368b87610b0c565b61345d565b985f965b6020890151805189101561202057602088611f15611f0b8c611f038f96868e611ee8611ed5868095611517565b5180515f526020015160205260405f2090565b611ef58484840151611517565b5282611fed575b0151611517565b519551611517565b5163ffffffff1690565b6040516304ec635160e01b8152600481019490945263ffffffff9182166024850152166044830152816064816001600160a01b037f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f373042165afa9182156105ac576113708a611fc28f611fbb8f8460208f92611fb293611faa8460019e611fc89e5f91611fd0575b508f8060c01b03169251611517565b520151611517565b51938d51611517565b51166134e4565b90613515565b970196611ea8565b611fe79150863d81116118b1576118a381836101d8565b5f611f9b565b61201b611ffd8484840151611517565b516120148484015161200e87611a80565b90611517565b5110611a8e565b611efc565b509095979496506120359198939299506135fb565b9161204260975460ff1690565b9081156125f7576040516318891fd760e31b81526020816004817f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c96001600160a01b03165afa9081156105ac575f916125d8575b5091905b5f925b818410612101575050505050926120da6120d56120ce6120fb95856120ed98608060606020990151920151926112bd565b9190611c71565b611cdc565b0151604051928391602083019586611d3b565b03601f1981018352826101d8565b51902090565b92989596909399919794878b888c888d6124d5575b611f0b8260a061216461164b6121568461216c97612150612142611ed58f9c604060209f9e0151611517565b67ffffffffffffffff191690565b9b611aec565b356001600160f81b03191690565b970151611517565b604051631a2f32ab60e21b815260ff95909516600486015263ffffffff9182166024860152166044840152826064816001600160a01b037f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc9165afa9081156105ac57612230611f0b8f958f906122288f978f96848f61222260c09661221b848f60209f90611efc6121569960409361164b9c5f916124a7575b5067ffffffffffffffff19918216911614611bad565b5190612eb8565b9c611aec565b960151611517565b604051636414a62b60e11b815260ff94909416600485015263ffffffff9182166024850152166044830152816064816001600160a01b037f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c165afa9081156105ac576122bd918c8f925f92612483575b5060206122af92930151611517565b906001600160601b03169052565b6122ea8c6122af8c6122e36122d6826020860151611517565b516001600160601b031690565b9251611517565b5f985f5b60208a01515181101561246a578b8d61232c8961231f61164b612156868f896123179151611517565b519487611aec565b60ff161c60019081161490565b61233b575b50506001016122ee565b8a8a6123c3859f948f968661237d8f9360e0612374611f0b95602061236c61164b612156839f6123839c8991611aec565b9a0151611517565b519b0151611517565b51611517565b60405163795f4a5760e11b815260ff909316600484015263ffffffff93841660248401526044830196909652919094166064850152839081906084820190565b03817f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b03165afa9081156105ac578f612429908f936001959486955f92612434575b506117a36122af929351936124246122d68487611517565b611c51565b019a90508b8d612331565b6122af925061245c6117a39160203d8111612463575b61245481836101d8565b810190611c3c565b925061240c565b503d61244a565b5093919796996001919699509a94929a0192919061209d565b6122af92506124a0602091823d81116124635761245481836101d8565b92506122a0565b60206124c892503d81116124ce575b6124c081836101d8565b810190611b8c565b5f612205565b503d6124b6565b61251294506124ef925061164b9161215691602095611aec565b60405163124d062160e11b815260ff909116600482015291829081906024820190565b03817f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03165afa80156105ac5760208961216c8f938f60a08f9761164b6121568f8f90612150612142611ed58f60408b96918f61259990611f0b9f8a956121649e5f926125af575b5063ffffffff612593929316926114bf565b11611af8565b5050505050509750505050505092935050612116565b6020612593935063ffffffff916125d1913d81116116c4576116b581836101d8565b9250612581565b6125f1915060203d6020116116c4576116b581836101d8565b5f612096565b5f919061209a565b612618915060203d6020116118825761187481836101d8565b5f611e93565b5060e0840151518514611daf565b5060c0840151518514611da9565b5060a0840151518514611da3565b1561264f57565b60405162461bcd60e51b815260206004820152605260248201527f536572766963654d616e61676572426173652e6f6e6c7952656769737472794360448201527f6f6f7264696e61746f723a2063616c6c6572206973206e6f742074686520726560648201527133b4b9ba393c9031b7b7b93234b730ba37b960711b608482015260a490fd5b612709337f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b031614612648565b7f0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f6001600160a01b031691823b15610251575f928392604051948580948193639926ee7d60e01b835260018060a01b0316600483015260406024830152604061277e82516060604486015260a48501906127af565b91602081015160648501520151608483015203925af180156105ac576127a15750565b80610d625f610209936101d8565b805180835260209291819084018484015e5f828201840152601f01601f1916010190565b91908110156112a45760051b8101359060be1981360301821215610251570190565b903590601e198136030182121561025157018035906001600160401b03821161025157602001918160061b3603831361025157565b91908110156112a45760061b0190565b3561182381610399565b9035601e19823603018112156102515701602081359101916001600160401b038211610251578160061b3603831361025157565b916020908281520191905f5b8181106128915750505090565b90919260408060019286356128a581610399565b848060a01b031681526001600160601b0360208801356128c4816114cc565b166020820152019401929101612884565b9035601e19823603018112156102515701602081359101916001600160401b03821161025157813603831361025157565b908060209392818452848401375f828201840152601f01601f1916010190565b6001600160a01b0390911681526040602082018190528101839052600583901b810160609081019383923684900360be1901925f91908101905b838310612971575050505050505090565b90919293949596605f19828203018352873586811215610251578701906129a961299b8380612844565b60c0845260c0840191612878565b9160208101356129b881610399565b6001600160a01b03166020838101919091526129d76040830183612844565b848603604086015280865294909101935f5b818110612a6257505050612a51600193602093612a4384612a1d612a1060608998016106de565b63ffffffff166060850152565b612a39612a2c608083016106de565b63ffffffff166080850152565b60a08101906128d5565b9160a0818503910152612906565b990193019301919594939290612960565b9091946040806001928835612a7681610399565b848060a01b031681526020890135602082015201960191019190916129e9565b9060206118239281815201906127af565b15612aae57565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b604051639aa1653d60e01b81527f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b031690602081600481855afa80156105ac5760ff915f91612d18575b50168015612d0e577f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b0316905f9081905b808310612cca5750612ba59150611410565b925f905f5b604051639aa1653d60e01b8152602081600481895afa80156105ac5760ff915f91612cac575b5016811015612ca557604051633ca5a5f560e01b815260ff821660048201819052602082602481895afa9182156105ac575f92612c85575b50905f915b818310612c1f57505050600101612baa565b604080516356e4026d60e11b815260ff83166004820152602481018590529396929391929190816044818b5afa9182156105ac576117b88b6117a9836117a3611797600198612c7c985f916117c65750516001600160a01b031690565b95019190612c0d565b612c9e91925060203d81116116c4576116b581836101d8565b905f612c08565b5092505050565b612cc4915060203d81116118825761187481836101d8565b5f612bd0565b604051633ca5a5f560e01b815260ff84166004820152909190602081602481885afa80156105ac57600192612d05925f9261169b57506114bf565b92019190612b93565b50506118236113f5565b612d31915060203d6020116118825761187481836101d8565b5f612b5b565b91908110156112a45760051b81013590609e1981360301821215610251570190565b909180602083016020845252604082019260408260051b8401019381935f91609e1984360301915b858410612d92575050505050505090565b90919293949596603f19828203018352873590848212156102515760208091886001940190608063ffffffff612e1982612ddd612dcf8780612844565b60a0885260a0880191612878565b9587810135612deb81610399565b8a8060a01b0316888701526040810135604087015283612e0d606083016106de565b166060870152016106de565b16910152990193019401929195949390612d81565b60405190612e3b8261019d565b5f6020838281520152565b60405190610180612e5781846101d8565b368337565b60405190612e6b6020836101d8565b6020368337565b91906040906060612e81612e2e565b9485926020855192612e9385856101d8565b8436853780518452015160208301528482015260076107cf195a01fa15612eb657565bfe5b602092916080604092612ec9612e2e565b95869381865193612eda86866101d8565b85368637805185520151828401528051868401520151606082015260066107cf195a01fa8015612eb65715612f0b57565b60405162461bcd60e51b815260206004820152600d60248201526c1958cb5859190b59985a5b1959609a1b6044820152606490fd5b604051612f4c8161019d565b6040908151612f5b83826101d8565b8236823781526020825191612f7084846101d8565b8336843701528051612f8282826101d8565b7f198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c281527f1800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed6020820152815190612fd883836101d8565b7f275dc4a288d1afb3cbb1ac09187524c7db36395df7be3b99e673b13a075a65ec82527f1d9befcd05a5323e6da4d435f3b617cdb3af83285c2df711ef39c01571827f9d602083015261302d835193846101d8565b8252602082015290565b5f516020613c315f395f51905f529061304e612e2e565b505f919006602060c0835b61314e575f935f516020613c315f395f51905f526003818681818009090860405161308485826101d8565b8436823784818560405161309882826101d8565b813682378381528360208201528360408201528560608201527f0c19139cb84c680a6e14116da060561765e05aa45a1c72a34f082305b61f3f5260808201525f516020613c315f395f51905f5260a082015260056107cf195a01fa8015612eb65761310290613b71565b519161314e575f516020613c315f395f51905f528280091461313957505f516020613c315f395f51905f5260015f94089293613059565b9293505061314561020b565b92835282015290565b6112a9565b61315b612e2e565b506040516131688161019d565b600181526002602082015290565b9060068202918083046006149015171561148257565b90600c8110156112a45760051b0190565b939290916131ab604061021a565b94855260208501526131bd604061021a565b91825260208201526131cd612e46565b925f5b600281106131fa575050506020610180926131e9612e5c565b93849160086201d4c0fa9151151590565b80613206600192613176565b6132108285611293565b515161321c828961318c565b5260206132298386611293565b51015161323e61323883611474565b8961318c565b526132498286611293565b51515161325861323883611487565b5261326e6132668387611293565b515160200190565b5161327b61323883611495565b5260206132888387611293565b51015151613298613238836114a3565b526132c46132be6132b760206132ae868a611293565b51015160200190565b51926114b1565b8861318c565b52016131d0565b61ffff6132d7826134e4565b166132e181610af1565b906132ef60405192836101d8565b8082526132fe601f1991610af1565b013660208301375f5f5b825182108061335e575b15613357576001811b8416613330575b61332b9061152b565b613308565b90600161332b9160ff60f81b8460f81b165f1a61334d828761144f565b5301919050613322565b5050905090565b506101008110613312565b6033546001600160a01b0316330361337d57565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b606554604080516001600160a01b038084168252841660208201529192917fe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e39190a16001600160a01b03166001600160a01b03199190911617606555565b60207f40e4ed880a29e0f6ddce307457fb75cddf4feef7d3ecb0301bfdf4976a0e2dfc91151560ff196097541660ff821617609755604051908152a1565b90600161346b60ff93613944565b928392161b11156134795790565b60405162461bcd60e51b815260206004820152603f60248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206269746d61702065786365656473206d61782076616c7565006064820152608490fd5b805f915b6134f0575090565b5f1981018181116114825761ffff9116911661ffff81146114825760010190806134e8565b9061351e612e2e565b5061ffff8116906102008210156135c357600182146135be5761353f61020b565b5f81525f602082015292906001905f925b61ffff831685101561356457505050505090565b600161ffff831660ff86161c81161461359e575b60016135946135898360ff94612eb8565b9460011b61fffe1690565b9401169291613550565b9460016135946135896135b38960ff95612eb8565b989350505050613578565b505090565b60405162461bcd60e51b815260206004820152601060248201526f7363616c61722d746f6f2d6c6172676560801b6044820152606490fd5b613603612e2e565b50805190811580613674575b156136305750506040516136246040826101d8565b5f81525f602082015290565b60205f516020613c315f395f51905f52910151065f516020613c315f395f51905f52035f516020613c315f395f51905f528111611482576040519161302d8361019d565b5060208101511561360f565b603380546001600160a01b039283166001600160a01b0319821681179092559091167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3565b6065546001600160a01b031633036136dc57565b60405162461bcd60e51b815260206004820152604c60248201527f536572766963654d616e61676572426173652e6f6e6c7952657761726473496e60448201527f69746961746f723a2063616c6c6572206973206e6f742074686520726577617260648201526b32399034b734ba34b0ba37b960a11b608482015260a490fd5b6040516323b872dd60e01b60208201526001600160a01b039283166024820152929091166044830152606480830193909352918152610209916137a06084836101d8565b613a9f565b604051636eb1769f60e11b81523060048201526001600160a01b0383166024820152602081806044810103816001600160a01b0386165afa9081156105ac57610209946137a0926137fc925f9161383057506114bf565b60405163095ea7b360e01b60208201526001600160a01b0394909416602485015260448085019190915283526064836101d8565b613849915060203d6020116116c4576116b581836101d8565b5f61168d565b9060ff5f5460081c16156138695761044c61020992613680565b60405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608490fd5b156138c957565b60405162461bcd60e51b815260206004820152604760248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206f72646572656442797465734172726179206973206e6f74206064820152661bdc99195c995960ca1b608482015260a490fd5b906101008251116139b4578151156139af5761397261396861164b61163d85611442565b60ff600191161b90565b6001905b83518210156139aa5760019061399561396861164b61163d868961144f565b906139a18183116138c2565b17910190613976565b925050565b5f9150565b60a460405162461bcd60e51b815260206004820152604460248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206f7264657265644279746573417272617920697320746f6f206064820152636c6f6e6760e01b6084820152fd5b90816020910312610251575161182381610453565b15613a4757565b60405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608490fd5b60018060a01b03169060405190613ab76040836101d8565b602082527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65646020830152823b15613b2c575f81613b07948260208195519301915af1613b01613bbd565b90613bec565b805180613b12575050565b81602080613b27936102099501019101613a2b565b613a40565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b15613b7857565b60405162461bcd60e51b815260206004820152601a60248201527f424e3235342e6578704d6f643a2063616c6c206661696c7572650000000000006044820152606490fd5b3d15613be7573d90613bce82610af1565b91613bdc60405193846101d8565b82523d5f602084013e565b606090565b90919015613bf8575090565b815115613c085750805190602001fd5b60405162461bcd60e51b815260206004820152908190613c2c9060248301906127af565b0390fdfe30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47424c535369676e6174757265436865636b65722e636865636b5369676e617475a264697066735822122092782c9294c5e48f82ff26cc81a3995d2bf3ea297fb8023a8c0c3a50f2aa876364736f6c634300081b0033","nonce":49,"gas_used":3467293},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x8234eb","logs":[{"address":"0x4c5859f0f772848b2d91f1d83e2fe57935348029","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"}],"logsBloom":"0x04000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xa6697f7044837f67381e1161346d16a82d595fa85fbd2ef81591f9dfe918329b","block_number":27},{"info":{"transaction_hash":"0x40bb43ee7669b47037a66dfd1c7b931a5f0b759e84420cc7ffbb8b2ff2d2c96e","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x9394cb5f737bd3acea7dce90ca48dbd42801ee5d","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x9394cb5f737bd3acea7dce90ca48dbd42801ee5d","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":131,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xb723caa49cf80f6cfc980b5ad81a86996d2d1338654fd60aa973562d219c6841","block_number":106},{"info":{"transaction_hash":"0x0a1454613bed57408737572d38da686e93616050a9c28ac5f2dd974b92ee485c","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x67d269191c92caf3cd7723f116c85e6e9bf55933","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x67d269191c92caf3cd7723f116c85e6e9bf55933","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x608080604052346013576073908160188239f35b5f80fdfe60808060405260043610156011575f80fd5b5f3560e01c63c2985578146023575f80fd5b346039575f366003190112603957805f60209252f35b5f80fdfea2646970667358221220d5ca37cc61191b8243660ec0ec23d99f082b7e7dd7b4673c910cdda8dc2bd97f64736f6c634300081b0033","output":"0x60808060405260043610156011575f80fd5b5f3560e01c63c2985578146023575f80fd5b346039575f366003190112603957805f60209252f35b5f80fdfea2646970667358221220d5ca37cc61191b8243660ec0ec23d99f082b7e7dd7b4673c910cdda8dc2bd97f64736f6c634300081b0033","gas_used":23081,"gas_limit":46568,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x60808060405260043610156011575f80fd5b5f3560e01c63c2985578146023575f80fd5b346039575f366003190112603957805f60209252f35b5f80fdfea2646970667358221220d5ca37cc61191b8243660ec0ec23d99f082b7e7dd7b4673c910cdda8dc2bd97f64736f6c634300081b0033","nonce":29,"gas_used":78291},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x131d3","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xeb327a0209fa6f26fdbc32a37504abbc36be45aecce5a3e5f1b83513e1b98c7f","block_number":19},{"info":{"transaction_hash":"0x1f6ba358fec88d076d23d5f5c7901f3c2533537e41a41705571d0d12c766c30d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x70997970c51812dc3a010c7d01b50e0d17dc79c8","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x70997970c51812dc3a010c7d01b50e0d17dc79c8","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":64,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xad1cda9cb02be66b88f1497fbe8e1bd7f0525bd07364ae3692ea6cd91b13648d","block_number":39},{"info":{"transaction_hash":"0xe4249aaddb60d930c1c7596bcc5ab14e0da601aa1462b660a3368e5967944f30","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff0000000000000000000000000000000000000000000000002ff96ee5f4c45346","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff"],"data":"0x0000000000000000000000000000000000000000000000002ff96ee5f4c45346"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":218,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff"],"data":"0x0000000000000000000000000000000000000000000000002ff96ee5f4c45346"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000040010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002004000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x42a0a8eba76d4eb1cee55e7ff036c48c0d7afea078906656940ac6b72affb3a7","block_number":193},{"info":{"transaction_hash":"0x39d001bb561bd6ea731a173b6e8260b214c2747ac97097dbe810e9be06c2f293","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x9623609d0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe6000000000000000000000000959922be3caee4b8cd9a407cc3ac1c251c2007b1000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000641794bb3c000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0000000000000000000000000000000000000000000000000000000000000001e00000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114880,"gas_limit":167496,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x4f1ef286000000000000000000000000959922be3caee4b8cd9a407cc3ac1c251c2007b1000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000641794bb3c000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0000000000000000000000000000000000000000000000000000000000000001e00000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":108562,"gas_limit":158707,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000959922be3caee4b8cd9a407cc3ac1c251c2007b1"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Call":0}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x1794bb3c000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0000000000000000000000000000000000000000000000000000000000000001e","output":"0x","gas_used":95613,"gas_limit":143698,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"],"data":"0x000000000000000000000000000000000000000000000000000000000000001e"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6"],"data":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1},{"Log":2},{"Log":3}]}],"exit":"Stop","out":"0x","nonce":22,"gas_used":138012},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21b1c","logs":[{"address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000959922be3caee4b8cd9a407cc3ac1c251c2007b1"],"data":"0x"},{"address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},{"address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"],"data":"0x000000000000000000000000000000000000000000000000000000000000001e"},{"address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","topics":["0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6"],"data":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0"},{"address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"}],"logsBloom":"0x000000000000000004000000400000004000000000000000008000000000000000000000000000000000000000000000000000000000001000000000000000040000000000000000000004000000020000010000000000000000000000000000000000000200000000000001000008000000000000000000000000040000004000000001000000000000000000000000000008000000c0000000000000000000000000000000000000000002000440000000000000000000000000000000008000000020400000200000000000040000000000002200000000000000000020000000000000000000000000000000000000000000000000000000000000400000"},"block_hash":"0xceffea6f01e9136bd49ad170dc2966c3d5043d9e40125eabd4a3b56e0b8fff16","block_number":15},{"info":{"transaction_hash":"0xcfa92ab3e6ee415284f41387984c49859529cf72cad7a3d62ca489b6f23d1117","transaction_index":0,"from":"0x71be63f3384f5fb98995898a86b02fb2426c5788","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x71be63f3384f5fb98995898a86b02fb2426c5788","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e5900000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e5900000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788"],"data":"0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c578800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788"],"data":"0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c578800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313100000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788"],"data":"0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c578800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788"],"data":"0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c578800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313100000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000004000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0xabaa56f9a0c0d95f4e45023c879e1797ae499d672ce02e2442ee85a904db5601","block_number":260},{"info":{"transaction_hash":"0x1ca2c7c159c3a6871a1b929c6becb9836a1832acf9c6470e7cb734749ac68a95","transaction_index":0,"from":"0x08a2de6f3528319123b25935c92888b16db8913e","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x08a2de6f3528319123b25935c92888b16db8913e","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003f94a2da3a2576fd","output":"0x0000000000000000000000000000000000000000000000003f94a2da3a2576fd","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003f94a2da3a2576fd","output":"0x0000000000000000000000000000000000000000000000003f94a2da3a2576fd","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003f94a2da3a2576fd"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003f94a2da3a2576fd","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000003f94a2da3a2576fd"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003f94a2da3a2576fd","output":"0x0000000000000000000000000000000000000000000000003f94a2da3a2576fd","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003f94a2da3a2576fd","output":"0x0000000000000000000000000000000000000000000000003f94a2da3a2576fd","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000c09c7c4f23242288f","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000c09c7c4f23242288f","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003f94a2da3a2576fd","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003f94a2da3a2576fd","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e"],"data":"0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003f94a2da3a2576fd"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000003f94a2da3a2576fd","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000003f94a2da3a2576fd"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003f94a2da3a2576fd"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e"],"data":"0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003f94a2da3a2576fd"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000800000000000010000000000400000000000000001010000002000000000040000000000000000080000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xeb0e764360e874d3ba7f07a3d255499f64d542aeb69af9eccb783f633a2a0c9b","block_number":321},{"info":{"transaction_hash":"0xaeb87d5ad87337ab7bbc0710ff1c452708945960761d5033c3d09d6eba45cb89","transaction_index":0,"from":"0x16adfbefdefd488c992086d472a4ca577a0e5e54","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x16adfbefdefd488c992086d472a4ca577a0e5e54","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e5900000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e5900000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54"],"data":"0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e5400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54"],"data":"0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e5400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393300000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54"],"data":"0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e5400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54"],"data":"0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e5400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393300000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000010000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000040000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000400000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x69a49cc8f3bec413a8cf19b39a856c200256c735e076f0ef71d3d5f18ce99836","block_number":424},{"info":{"transaction_hash":"0x70bfee14deb6904d798d585548a9a4f0c45db6b5521ca22f2a825cd52ffc0152","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce660000000000000000000000000000000000000000000000004a7072fce970f68e","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66"],"data":"0x0000000000000000000000000000000000000000000000004a7072fce970f68e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":247,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66"],"data":"0x0000000000000000000000000000000000000000000000004a7072fce970f68e"}],"logsBloom":"0x00000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000010000000000000200000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xe4d68bc47e9898f40a635b57630e0ec810a897253c804b32a6a3377c63700ae1","block_number":222},{"info":{"transaction_hash":"0xb8818bfc3275da25f1c9054f3ea93c9400a7f60dfa668761d7a5d79e43f5998a","transaction_index":0,"from":"0xdf3e18d64bc6a983f673ab319ccae4f1a57c7097","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xdf3e18d64bc6a983f673ab319ccae4f1a57c7097","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000297d9557a14b736a","output":"0x000000000000000000000000000000000000000000000000297d9557a14b736a","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000297d9557a14b736a","output":"0x000000000000000000000000000000000000000000000000297d9557a14b736a","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c70970000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000297d9557a14b736a"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000297d9557a14b736a","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000297d9557a14b736a"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000297d9557a14b736a","output":"0x000000000000000000000000000000000000000000000000297d9557a14b736a","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000297d9557a14b736a","output":"0x000000000000000000000000000000000000000000000000297d9557a14b736a","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000004095983c40a555f43","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000004095983c40a555f43","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000297d9557a14b736a","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000297d9557a14b736a","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097"],"data":"0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000297d9557a14b736a"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000297d9557a14b736a","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000297d9557a14b736a"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c70970000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000297d9557a14b736a"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097"],"data":"0x000000000000000000000000df3e18d64bc6a983f673ab319ccae4f1a57c7097000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000297d9557a14b736a"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000004010000000000000000000000000000000001020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000080"},"block_hash":"0x5c6c06cbde8407afd9db788d979f7fb4ba4f16d686fe7e16557eb8f73deb643b","block_number":267},{"info":{"transaction_hash":"0x91e35bf47e60639997becb091f0593d4f33fb1a49061b859a6b321b60090dbd8","transaction_index":0,"from":"0xbc5bdcee96b1bc47822c74e6f64186fba7d686be","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xbc5bdcee96b1bc47822c74e6f64186fba7d686be","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001eaea2d75e247668","output":"0x0000000000000000000000000000000000000000000000001eaea2d75e247668","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001eaea2d75e247668","output":"0x0000000000000000000000000000000000000000000000001eaea2d75e247668","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001eaea2d75e247668"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001eaea2d75e247668","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000001eaea2d75e247668"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001eaea2d75e247668","output":"0x0000000000000000000000000000000000000000000000001eaea2d75e247668","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001eaea2d75e247668","output":"0x0000000000000000000000000000000000000000000000001eaea2d75e247668","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001b55bc6a9040740866","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001b55bc6a9040740866","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001eaea2d75e247668","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001eaea2d75e247668","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be"],"data":"0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001eaea2d75e247668"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000001eaea2d75e247668","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000001eaea2d75e247668"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001eaea2d75e247668"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be"],"data":"0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001eaea2d75e247668"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000800000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000020000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000100100000000000000"},"block_hash":"0xb1a70d4b06eda66c2ae1a93219ea2edf819c7eca7346754adf92ee779a54d535","block_number":431},{"info":{"transaction_hash":"0x7b81b1c09401c5d6ada6aead76dc3adddeea844c9084fb564936a26387155272","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee400000000000000000000000000000000000000000000000087046ef5ec157d3a","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4"],"data":"0x00000000000000000000000000000000000000000000000087046ef5ec157d3a"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":251,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4"],"data":"0x00000000000000000000000000000000000000000000000087046ef5ec157d3a"}],"logsBloom":"0x00000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000004000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000400000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x780220df460ab63258285545b3a2f64b877568940c40433281f041a8921dac6f","block_number":226},{"info":{"transaction_hash":"0x94611aded6aa042eea712aba7ae1a5b26d2e8ff8a97f0a7d1f949545c882b709","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d00000000000000000000000000000000000000000000000064ef509b4398ca51","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d"],"data":"0x00000000000000000000000000000000000000000000000064ef509b4398ca51"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":257,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000225356ff5d64889d7364be2c990f93a66298ee8d"],"data":"0x00000000000000000000000000000000000000000000000064ef509b4398ca51"}],"logsBloom":"0x02000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000010000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200040000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xd5925d35350fc4e493f9c0f9a460c345595cf996a6ea0c205c40620f6a09dca8","block_number":232},{"info":{"transaction_hash":"0x57aa7460f5e21c6e62b4a3b349dc59777929f70f22aa16a12b6aa0651af203c0","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0xfd471836031dc5108809d173a067e8486b9047a3","traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052610b478038038061001481610324565b92833981016060828203126103205761002c8261035d565b906100396020840161035d565b604084015190936001600160401b03821161032057019080601f8301121561032057815161006e61006982610371565b610324565b9281845260208401926020838301011161032057815f926020809301855e84010152823b156102c5577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0385169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906102be575b6101de575b50505f516020610b275f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a1811561018a576001600160a01b031916175f516020610b275f395f51905f525560405161073f90816103e88239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b6101e86060610324565b91602783527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020840152660819985a5b195960ca1b6040840152833b1561026a57610259935f92839251915af43d15610262573d9061024a61006983610371565b9182523d5f602084013e61038c565b505f8080610108565b60609061038c565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b505f610103565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b0381118382101761034957604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b038216820361032057565b6001600160401b03811161034957601f01601f191660200190565b90919015610398575090565b8151156103a85750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103000000000000000000000000a85233c63b9ee964add6f2cffe00fd84eb32338f000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000084019e272900000000000000000000000000000000000000000000003635c9adc5dea0000000000000000000000000000000000000000000000000003635c9adc5dea000000000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e000000000000000000000000000000000000000000000000000000000","output":"0x60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033","gas_used":526242,"gas_limit":714472,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000a85233c63b9ee964add6f2cffe00fd84eb32338f"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Log":0},{"Call":0},{"Log":1}]},{"parent":0,"children":[2],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x019e272900000000000000000000000000000000000000000000003635c9adc5dea0000000000000000000000000000000000000000000000000003635c9adc5dea000000000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0","output":"0x","gas_used":104016,"gas_limit":676546,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xf97ed4e083acac67830025ecbc756d8fe847cdbdca4cee3fe1e128e98b54ecb5"],"data":"0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003635c9adc5dea00000"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x6ab181e0440bfbf4bacdf2e99674735ce6638005490688c5f994f5399353e452"],"data":"0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003635c9adc5dea00000"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6"],"data":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x1c540707b00eb5427b6b774fc799d756516a54aee108b64b327acc55af557507"],"data":"0x0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000000000000000000012"},"decoded":{"name":null,"params":null},"position":1},{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":1}],"ordering":[{"Log":0},{"Log":1},{"Log":2},{"Log":3},{"Call":0},{"Log":4},{"Log":5}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x313ce567","output":"0x0000000000000000000000000000000000000000000000000000000000000012","gas_used":241,"gas_limit":566672,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033","nonce":59,"gas_used":627434},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x992ea","logs":[{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000a85233c63b9ee964add6f2cffe00fd84eb32338f"],"data":"0x"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xf97ed4e083acac67830025ecbc756d8fe847cdbdca4cee3fe1e128e98b54ecb5"],"data":"0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003635c9adc5dea00000"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0x6ab181e0440bfbf4bacdf2e99674735ce6638005490688c5f994f5399353e452"],"data":"0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003635c9adc5dea00000"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6"],"data":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0x1c540707b00eb5427b6b774fc799d756516a54aee108b64b327acc55af557507"],"data":"0x0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000000000000000000012"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}],"logsBloom":"0x00000000000000000000000040000000400000000000000000000000000000000000000000000000000000000000000000000000000100100000000000000000000000000000020000000400000002000000000000000000001000000010000000000000000000000000000100000000000000800000000000000000000000040000000300000002000050000000000410000000000080000000000000800000000000000000000000000000000400000010000000000000000000000000000000040020400000200000000000040000000000002400000000000000000000000100000080000000000000000000000000000000000000000000000000400000"},"block_hash":"0xdeae2a2941b61f02c076e00aebc2b19e8cb6b53557f78c9767ecbb78569d6cff","block_number":34},{"info":{"transaction_hash":"0x3a80181509b96eb6fc67740d4a918e8fc8f20c2e9d97dff71c9cb7cad21114ce","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x145e2dc5c8238d1be628f87076a37d4a26a78544","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x145e2dc5c8238d1be628f87076a37d4a26a78544","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":114,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x8237b9d65c95cde9b12c913cfaed96f491bececb7c7cb65e0379d8c973dd2fdb","block_number":89},{"info":{"transaction_hash":"0x1b9af230431cc3ba9e1549295da214020b5db2fe384a939108744abe75f5bfbe","transaction_index":0,"from":"0x976ea74026e726554db657fa54763abd0c3a0aa9","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x976ea74026e726554db657fa54763abd0c3a0aa9","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f36","output":"0x","gas_used":114387,"gas_limit":166570,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f36","output":"0x","gas_used":107044,"gas_limit":156777,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9"],"data":"0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9"],"data":"0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f36"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":77688,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69310,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65128,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":56947,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":136879},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x216af","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9"],"data":"0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9"],"data":"0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000976ea74026e726554db657fa54763abd0c3a0aa9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f36"}],"logsBloom":"0x00000010008000020100000000000000000000040200000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000080000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x1cd348507ad83983670ec858f56f5c220770dbd5be0a1e4983cc842d31ff9e43","block_number":250},{"info":{"transaction_hash":"0xc6c862b960b2d842b8c47c1fec6abe13b4733eea21f6ace2426b80543f2f1aa1","transaction_index":0,"from":"0x553bc17a05702530097c3677091c5bb47a3a7931","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x553bc17a05702530097c3677091c5bb47a3a7931","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003d547b2078bf5a28","output":"0x0000000000000000000000000000000000000000000000003d547b2078bf5a28","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003d547b2078bf5a28","output":"0x0000000000000000000000000000000000000000000000003d547b2078bf5a28","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a79310000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003d547b2078bf5a28"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003d547b2078bf5a28","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000003d547b2078bf5a28"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003d547b2078bf5a28","output":"0x0000000000000000000000000000000000000000000000003d547b2078bf5a28","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003d547b2078bf5a28","output":"0x0000000000000000000000000000000000000000000000003d547b2078bf5a28","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000007e08c63b433835cf2","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000007e08c63b433835cf2","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003d547b2078bf5a28","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003d547b2078bf5a28","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931"],"data":"0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003d547b2078bf5a28"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000003d547b2078bf5a28","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000003d547b2078bf5a28"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a79310000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003d547b2078bf5a28"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931"],"data":"0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003d547b2078bf5a28"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000008000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000400000020000000000001200000000100000000000000000000000000000000000001000000000100000020000000"},"block_hash":"0x18a1fce35149376d9f0fb18ba5e5458f786233a2de62142ac81c4645cabcfe0e","block_number":291},{"info":{"transaction_hash":"0xdd0a57aed992ecdaad87648971cc6fadbac8fef15d9e9e7445a262d1b6a9e0fa","transaction_index":0,"from":"0x5eb15c0992734b5e77c888d713b4fc67b3d679a2","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x5eb15c0992734b5e77c888d713b4fc67b3d679a2","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000022cd6f987e0f1fd7","output":"0x00000000000000000000000000000000000000000000000022cd6f987e0f1fd7","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000022cd6f987e0f1fd7","output":"0x00000000000000000000000000000000000000000000000022cd6f987e0f1fd7","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a20000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000022cd6f987e0f1fd7"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000022cd6f987e0f1fd7","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000022cd6f987e0f1fd7"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000022cd6f987e0f1fd7","output":"0x00000000000000000000000000000000000000000000000022cd6f987e0f1fd7","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000022cd6f987e0f1fd7","output":"0x00000000000000000000000000000000000000000000000022cd6f987e0f1fd7","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000d1d0345e5f8563e16","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000d1d0345e5f8563e16","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000022cd6f987e0f1fd7","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000022cd6f987e0f1fd7","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2"],"data":"0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000022cd6f987e0f1fd7"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000022cd6f987e0f1fd7","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000022cd6f987e0f1fd7"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a20000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000022cd6f987e0f1fd7"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2"],"data":"0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000022cd6f987e0f1fd7"}],"logsBloom":"0x00000000000000000000000000000004000000000000000004000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000040000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000100100000000000000"},"block_hash":"0xccda967022dd5db4cc92ef5302d3743792482ed4dea083f1c7d390c4c47eb320","block_number":329},{"info":{"transaction_hash":"0xfff226f7d29224744475bd72a9134347fa1b128ce9b6cbb41f1753ce38ed18d2","transaction_index":0,"from":"0xcd3b766ccdd6ae721141f452c550ca635964ce71","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xcd3b766ccdd6ae721141f452c550ca635964ce71","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71"],"data":"0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce7100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71"],"data":"0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce7100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313500000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71"],"data":"0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce7100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71"],"data":"0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce7100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313500000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000040000000000000000000000400000000000000100000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x1f9aa3036f9963b43e57989dd149bd1a24b2755fdb6629000dfed821142f8007","block_number":268},{"info":{"transaction_hash":"0x27dc61eaa41926852624e87ab9bdb78e9c22185a3dc06b9d0ac5927969e2efc0","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x61097ba76cd906d2ba4fd106e757f7eb455fc295","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x61097ba76cd906d2ba4fd106e757f7eb455fc295","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":87,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x8bf84980a7dd1059ed2be0837de4dce894c03b73270d2768e1cf2515652f1cfe","block_number":62},{"info":{"transaction_hash":"0x3520da4e5c6a10ec59fa213254d03efc352b48a1bb81ea648e5326497c7cf6e5","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x586af62eae7f447d14d25f53918814e04d3a5ba4","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x586af62eae7f447d14d25f53918814e04d3a5ba4","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":146,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x7516f75686e3c280a1c57dd75fb1d982eed7903c785bee7b525d97a6bf6bd11d","block_number":121},{"info":{"transaction_hash":"0x6ea001d173714f110c59d67d72974b6d3c4f4d9c8299348c95b74129337f5ec1","transaction_index":0,"from":"0xa1196426b41627ae75ea7f7409e074be97367da2","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xa1196426b41627ae75ea7f7409e074be97367da2","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007ee8b22590a6071f","output":"0x0000000000000000000000000000000000000000000000007ee8b22590a6071f","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007ee8b22590a6071f","output":"0x0000000000000000000000000000000000000000000000007ee8b22590a6071f","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da20000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007ee8b22590a6071f"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007ee8b22590a6071f","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000007ee8b22590a6071f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007ee8b22590a6071f","output":"0x0000000000000000000000000000000000000000000000007ee8b22590a6071f","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007ee8b22590a6071f","output":"0x0000000000000000000000000000000000000000000000007ee8b22590a6071f","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000014f3fb514ba0781972","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000014f3fb514ba0781972","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007ee8b22590a6071f","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007ee8b22590a6071f","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2"],"data":"0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007ee8b22590a6071f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000007ee8b22590a6071f","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000007ee8b22590a6071f"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da20000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007ee8b22590a6071f"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2"],"data":"0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007ee8b22590a6071f"}],"logsBloom":"0x00002000000000000000000000000004000000000000000000000000000000000000000000010000000000000000400800000010000000000000000000000000000000000000800100000008000040000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x85a3d087b2f9d4d69ec6b8c148a753ca10ec17657a7db6eb13a4715785b754eb","block_number":391},{"info":{"transaction_hash":"0xc70e7b04f09796e7d52224b2a3444633b24daa5c504e15cc83b076fd5663b8eb","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x35304262b9e87c00c430149f28dd154995d01207","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x35304262b9e87c00c430149f28dd154995d01207","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":111,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x9c14cca2a991b91841ac7feabb83437c35db304be83a8e02cc3498c39468b39d","block_number":86},{"info":{"transaction_hash":"0x1c17d115ee37f08f6ed22aff57dddb90238f4dee875c5eb3f41bf521923c2fbd","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x73b3074ac649a8dc31c2c90a124469456301a30f","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x73b3074ac649a8dc31c2c90a124469456301a30f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":124,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xeb66733c208d83a8989796044877eb07cffc33ad5d46b0a4901f63538a360113","block_number":99},{"info":{"transaction_hash":"0xe7132cc167ceeafdd43c7ad80a71dede074ded817070f8bffc49690a4c8ff6bb","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xa1196426b41627ae75ea7f7409e074be97367da2","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xa1196426b41627ae75ea7f7409e074be97367da2","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":139,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xa2cd884ba40c0ebc1d260071168bcbe557ff495c6c848c2b0125710068b08f8f","block_number":114},{"info":{"transaction_hash":"0xe181df873bac7a46881780f224d04eeb90a9c83e5168e195ff73b8837d6bc3bb","transaction_index":0,"from":"0x4edfedff17ab9642f8464d6143900903dd21421a","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x4edfedff17ab9642f8464d6143900903dd21421a","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a"],"data":"0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a"],"data":"0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383600000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a"],"data":"0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a"],"data":"0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383600000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000001000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000800000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0xdbe129aef55d24d9c5f2b0f0feb2403509b944cb0e1bc5da8ea68162fc77af26","block_number":410},{"info":{"transaction_hash":"0x7144b59d6f62b5194e9d04b8bc4c1fe19bb7e8eb0569017aab3d69e61b952ed0","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x4a679253410272dd5232b3ff7cf5dbb88f295319","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x4a679253410272dd5232b3ff7cf5dbb88f295319","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x60806040523480156200001157600080fd5b5060405162000e6038038062000e608339810160408190526200003491620002dd565b8351849084906200004d9060039060208501906200016a565b508051620000639060049060208401906200016a565b5050506200007881836200008260201b60201c565b50505050620003d6565b6001600160a01b038216620000dd5760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015260640160405180910390fd5b8060026000828254620000f1919062000372565b90915550506001600160a01b038216600090815260208190526040812080548392906200012090849062000372565b90915550506040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35050565b828054620001789062000399565b90600052602060002090601f0160209004810192826200019c5760008555620001e7565b82601f10620001b757805160ff1916838001178555620001e7565b82800160010185558215620001e7579182015b82811115620001e7578251825591602001919060010190620001ca565b50620001f5929150620001f9565b5090565b5b80821115620001f55760008155600101620001fa565b634e487b7160e01b600052604160045260246000fd5b600082601f8301126200023857600080fd5b81516001600160401b038082111562000255576200025562000210565b604051601f8301601f19908116603f0116810190828211818310171562000280576200028062000210565b816040528381526020925086838588010111156200029d57600080fd5b600091505b83821015620002c15785820183015181830184015290820190620002a2565b83821115620002d35760008385830101525b9695505050505050565b60008060008060808587031215620002f457600080fd5b84516001600160401b03808211156200030c57600080fd5b6200031a8883890162000226565b955060208701519150808211156200033157600080fd5b50620003408782880162000226565b60408701516060880151919550935090506001600160a01b03811681146200036757600080fd5b939692955090935050565b600082198211156200039457634e487b7160e01b600052601160045260246000fd5b500190565b600181811c90821680620003ae57607f821691505b60208210811415620003d057634e487b7160e01b600052602260045260246000fd5b50919050565b610a7a80620003e66000396000f3fe608060405234801561001057600080fd5b50600436106100cf5760003560e01c806342966c681161008c57806395d89b411161006657806395d89b41146101ad578063a457c2d7146101b5578063a9059cbb146101c8578063dd62ed3e146101db57600080fd5b806342966c681461015c57806370a082311461017157806379cc67901461019a57600080fd5b806306fdde03146100d4578063095ea7b3146100f257806318160ddd1461011557806323b872dd14610127578063313ce5671461013a5780633950935114610149575b600080fd5b6100dc6101ee565b6040516100e9919061087f565b60405180910390f35b6101056101003660046108f0565b610280565b60405190151581526020016100e9565b6002545b6040519081526020016100e9565b61010561013536600461091a565b610298565b604051601281526020016100e9565b6101056101573660046108f0565b6102bc565b61016f61016a366004610956565b6102de565b005b61011961017f36600461096f565b6001600160a01b031660009081526020819052604090205490565b61016f6101a83660046108f0565b6102eb565b6100dc610304565b6101056101c33660046108f0565b610313565b6101056101d63660046108f0565b610393565b6101196101e9366004610991565b6103a1565b6060600380546101fd906109c4565b80601f0160208091040260200160405190810160405280929190818152602001828054610229906109c4565b80156102765780601f1061024b57610100808354040283529160200191610276565b820191906000526020600020905b81548152906001019060200180831161025957829003601f168201915b5050505050905090565b60003361028e8185856103cc565b5060019392505050565b6000336102a68582856104f1565b6102b185858561056b565b506001949350505050565b60003361028e8185856102cf83836103a1565b6102d99190610a15565b6103cc565b6102e83382610739565b50565b6102f68233836104f1565b6103008282610739565b5050565b6060600480546101fd906109c4565b6000338161032182866103a1565b9050838110156103865760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084015b60405180910390fd5b6102b182868684036103cc565b60003361028e81858561056b565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6001600160a01b03831661042e5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161037d565b6001600160a01b03821661048f5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161037d565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b60006104fd84846103a1565b9050600019811461056557818110156105585760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000604482015260640161037d565b61056584848484036103cc565b50505050565b6001600160a01b0383166105cf5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161037d565b6001600160a01b0382166106315760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161037d565b6001600160a01b038316600090815260208190526040902054818110156106a95760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161037d565b6001600160a01b038085166000908152602081905260408082208585039055918516815290812080548492906106e0908490610a15565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405161072c91815260200190565b60405180910390a3610565565b6001600160a01b0382166107995760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b606482015260840161037d565b6001600160a01b0382166000908152602081905260409020548181101561080d5760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b606482015260840161037d565b6001600160a01b038316600090815260208190526040812083830390556002805484929061083c908490610a2d565b90915550506040518281526000906001600160a01b038516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef906020016104e4565b600060208083528351808285015260005b818110156108ac57858101830151858201604001528201610890565b818111156108be576000604083870101525b50601f01601f1916929092016040019392505050565b80356001600160a01b03811681146108eb57600080fd5b919050565b6000806040838503121561090357600080fd5b61090c836108d4565b946020939093013593505050565b60008060006060848603121561092f57600080fd5b610938846108d4565b9250610946602085016108d4565b9150604084013590509250925092565b60006020828403121561096857600080fd5b5035919050565b60006020828403121561098157600080fd5b61098a826108d4565b9392505050565b600080604083850312156109a457600080fd5b6109ad836108d4565b91506109bb602084016108d4565b90509250929050565b600181811c908216806109d857607f821691505b602082108114156109f957634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b60008219821115610a2857610a286109ff565b500190565b600082821015610a3f57610a3f6109ff565b50039056fea264697066735822122033d8dc4694796a21b32fd896b1ac924615fa22432bc6d56c1a31385f4f676a6b64736f6c634300080c0033000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000ffffffffffffffffffffffffffffffff000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000000954657374546f6b656e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000045445535400000000000000000000000000000000000000000000000000000000","output":"0x608060405234801561001057600080fd5b50600436106100cf5760003560e01c806342966c681161008c57806395d89b411161006657806395d89b41146101ad578063a457c2d7146101b5578063a9059cbb146101c8578063dd62ed3e146101db57600080fd5b806342966c681461015c57806370a082311461017157806379cc67901461019a57600080fd5b806306fdde03146100d4578063095ea7b3146100f257806318160ddd1461011557806323b872dd14610127578063313ce5671461013a5780633950935114610149575b600080fd5b6100dc6101ee565b6040516100e9919061087f565b60405180910390f35b6101056101003660046108f0565b610280565b60405190151581526020016100e9565b6002545b6040519081526020016100e9565b61010561013536600461091a565b610298565b604051601281526020016100e9565b6101056101573660046108f0565b6102bc565b61016f61016a366004610956565b6102de565b005b61011961017f36600461096f565b6001600160a01b031660009081526020819052604090205490565b61016f6101a83660046108f0565b6102eb565b6100dc610304565b6101056101c33660046108f0565b610313565b6101056101d63660046108f0565b610393565b6101196101e9366004610991565b6103a1565b6060600380546101fd906109c4565b80601f0160208091040260200160405190810160405280929190818152602001828054610229906109c4565b80156102765780601f1061024b57610100808354040283529160200191610276565b820191906000526020600020905b81548152906001019060200180831161025957829003601f168201915b5050505050905090565b60003361028e8185856103cc565b5060019392505050565b6000336102a68582856104f1565b6102b185858561056b565b506001949350505050565b60003361028e8185856102cf83836103a1565b6102d99190610a15565b6103cc565b6102e83382610739565b50565b6102f68233836104f1565b6103008282610739565b5050565b6060600480546101fd906109c4565b6000338161032182866103a1565b9050838110156103865760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084015b60405180910390fd5b6102b182868684036103cc565b60003361028e81858561056b565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6001600160a01b03831661042e5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161037d565b6001600160a01b03821661048f5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161037d565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b60006104fd84846103a1565b9050600019811461056557818110156105585760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000604482015260640161037d565b61056584848484036103cc565b50505050565b6001600160a01b0383166105cf5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161037d565b6001600160a01b0382166106315760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161037d565b6001600160a01b038316600090815260208190526040902054818110156106a95760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161037d565b6001600160a01b038085166000908152602081905260408082208585039055918516815290812080548492906106e0908490610a15565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405161072c91815260200190565b60405180910390a3610565565b6001600160a01b0382166107995760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b606482015260840161037d565b6001600160a01b0382166000908152602081905260409020548181101561080d5760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b606482015260840161037d565b6001600160a01b038316600090815260208190526040812083830390556002805484929061083c908490610a2d565b90915550506040518281526000906001600160a01b038516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef906020016104e4565b600060208083528351808285015260005b818110156108ac57858101830151858201604001528201610890565b818111156108be576000604083870101525b50601f01601f1916929092016040019392505050565b80356001600160a01b03811681146108eb57600080fd5b919050565b6000806040838503121561090357600080fd5b61090c836108d4565b946020939093013593505050565b60008060006060848603121561092f57600080fd5b610938846108d4565b9250610946602085016108d4565b9150604084013590509250925092565b60006020828403121561096857600080fd5b5035919050565b60006020828403121561098157600080fd5b61098a826108d4565b9392505050565b600080604083850312156109a457600080fd5b6109ad836108d4565b91506109bb602084016108d4565b90509250929050565b600181811c908216806109d857607f821691505b602082108114156109f957634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b60008219821115610a2857610a286109ff565b500190565b600082821015610a3f57610a3f6109ff565b50039056fea264697066735822122033d8dc4694796a21b32fd896b1ac924615fa22432bc6d56c1a31385f4f676a6b64736f6c634300080c0033","gas_used":629666,"gas_limit":851827,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x00000000000000000000000000000000ffffffffffffffffffffffffffffffff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x608060405234801561001057600080fd5b50600436106100cf5760003560e01c806342966c681161008c57806395d89b411161006657806395d89b41146101ad578063a457c2d7146101b5578063a9059cbb146101c8578063dd62ed3e146101db57600080fd5b806342966c681461015c57806370a082311461017157806379cc67901461019a57600080fd5b806306fdde03146100d4578063095ea7b3146100f257806318160ddd1461011557806323b872dd14610127578063313ce5671461013a5780633950935114610149575b600080fd5b6100dc6101ee565b6040516100e9919061087f565b60405180910390f35b6101056101003660046108f0565b610280565b60405190151581526020016100e9565b6002545b6040519081526020016100e9565b61010561013536600461091a565b610298565b604051601281526020016100e9565b6101056101573660046108f0565b6102bc565b61016f61016a366004610956565b6102de565b005b61011961017f36600461096f565b6001600160a01b031660009081526020819052604090205490565b61016f6101a83660046108f0565b6102eb565b6100dc610304565b6101056101c33660046108f0565b610313565b6101056101d63660046108f0565b610393565b6101196101e9366004610991565b6103a1565b6060600380546101fd906109c4565b80601f0160208091040260200160405190810160405280929190818152602001828054610229906109c4565b80156102765780601f1061024b57610100808354040283529160200191610276565b820191906000526020600020905b81548152906001019060200180831161025957829003601f168201915b5050505050905090565b60003361028e8185856103cc565b5060019392505050565b6000336102a68582856104f1565b6102b185858561056b565b506001949350505050565b60003361028e8185856102cf83836103a1565b6102d99190610a15565b6103cc565b6102e83382610739565b50565b6102f68233836104f1565b6103008282610739565b5050565b6060600480546101fd906109c4565b6000338161032182866103a1565b9050838110156103865760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084015b60405180910390fd5b6102b182868684036103cc565b60003361028e81858561056b565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6001600160a01b03831661042e5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161037d565b6001600160a01b03821661048f5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161037d565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b60006104fd84846103a1565b9050600019811461056557818110156105585760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000604482015260640161037d565b61056584848484036103cc565b50505050565b6001600160a01b0383166105cf5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161037d565b6001600160a01b0382166106315760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161037d565b6001600160a01b038316600090815260208190526040902054818110156106a95760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161037d565b6001600160a01b038085166000908152602081905260408082208585039055918516815290812080548492906106e0908490610a15565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405161072c91815260200190565b60405180910390a3610565565b6001600160a01b0382166107995760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b606482015260840161037d565b6001600160a01b0382166000908152602081905260409020548181101561080d5760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b606482015260840161037d565b6001600160a01b038316600090815260208190526040812083830390556002805484929061083c908490610a2d565b90915550506040518281526000906001600160a01b038516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef906020016104e4565b600060208083528351808285015260005b818110156108ac57858101830151858201604001528201610890565b818111156108be576000604083870101525b50601f01601f1916929092016040019392505050565b80356001600160a01b03811681146108eb57600080fd5b919050565b6000806040838503121561090357600080fd5b61090c836108d4565b946020939093013593505050565b60008060006060848603121561092f57600080fd5b610938846108d4565b9250610946602085016108d4565b9150604084013590509250925092565b60006020828403121561096857600080fd5b5035919050565b60006020828403121561098157600080fd5b61098a826108d4565b9392505050565b600080604083850312156109a457600080fd5b6109ad836108d4565b91506109bb602084016108d4565b90509250929050565b600181811c908216806109d857607f821691505b602082108114156109f957634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b60008219821115610a2857610a286109ff565b500190565b600082821015610a3f57610a3f6109ff565b50039056fea264697066735822122033d8dc4694796a21b32fd896b1ac924615fa22432bc6d56c1a31385f4f676a6b64736f6c634300080c0033","nonce":25,"gas_used":741604},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x25b8e9","logs":[{"address":"0x4a679253410272dd5232b3ff7cf5dbb88f295319","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x00000000000000000000000000000000ffffffffffffffffffffffffffffffff"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000020000000000000100000800000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000002000000300000000000000000000000002100000000000000000020000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x8eaabf7feaba61ef0ec3e132d9e6d0af04fb22f681c0f236754d95c6b042cf11","block_number":16},{"info":{"transaction_hash":"0xca92fcf6a8815d78246d0c289af27b98297c2985f73fc10614a444a60fb1ab0f","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x610178da211fef7d417bc0e6fed39f05609ad788","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x610178da211fef7d417bc0e6fed39f05609ad788","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x60e06040523480156200001157600080fd5b5060405162004ad038038062004ad0833981016040819052620000349162000142565b6001600160a01b03808416608052821660a0526001600160401b03811660c0526200005e62000067565b505050620001a1565b600054610100900460ff1615620000d45760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b60005460ff908116101562000127576000805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b03811681146200013f57600080fd5b50565b6000806000606084860312156200015857600080fd5b8351620001658162000129565b6020850151909350620001788162000129565b60408501519092506001600160401b03811681146200019657600080fd5b809150509250925092565b60805160a05160c0516148b26200021e60003960006105ff0152600081816102bd0152818161063a015281816106ec01528181610abf01528181610d6c015281816110f40152818161119c0152818161143c015281816118db01528181611a8401526131250152600081816104b8015261126701526148b26000f3fe60806040526004361061016a5760003560e01c80636fcd0e53116100d1578063c49074421161008a578063dda3346c11610064578063dda3346c1461058d578063ee94d67c146105ad578063f074ba62146105cd578063f2882461146105ed57600080fd5b8063c49074421461052d578063c4d66de81461054d578063d06d55871461056d57600080fd5b80636fcd0e53146104425780637439841f1461046f57806374cdd798146104a657806388676cad146104da5780639b4e4634146104fa578063b522538a1461050d57600080fd5b80634665bcda116101235780634665bcda146102ab57806347d28372146102df57806352396a591461039f57806358753357146103d557806358eaee79146103f55780636c0d2d5a1461042257600080fd5b8063039157d2146101a95780630b18ff66146101cb5780632340e8d3146102085780633474aa161461022c5780633f65cf191461026457806342ecff2a1461028457600080fd5b366101a4576040513481527f6fdd3dbdb173299608c0aa9f368735857c8842b581f8389238bf05bd04b3bf499060200160405180910390a1005b600080fd5b3480156101b557600080fd5b506101c96101c4366004613b66565b610621565b005b3480156101d757600080fd5b506033546101eb906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b34801561021457600080fd5b5061021e60395481565b6040519081526020016101ff565b34801561023857600080fd5b5060345461024c906001600160401b031681565b6040516001600160401b0390911681526020016101ff565b34801561027057600080fd5b506101c961027f366004613c24565b610a67565b34801561029057600080fd5b50603a5461024c90600160401b90046001600160401b031681565b3480156102b757600080fd5b506101eb7f000000000000000000000000000000000000000000000000000000000000000081565b3480156102eb57600080fd5b5061035b6040805160808101825260008082526020820181905291810182905260608101919091525060408051608081018252603c548152603d5462ffffff811660208301526001600160401b03630100000082041692820192909252600160581b909104600f0b606082015290565b6040516101ff91908151815260208083015162ffffff16908201526040808301516001600160401b031690820152606091820151600f0b9181019190915260800190565b3480156103ab57600080fd5b5061024c6103ba366004613cf2565b603b602052600090815260409020546001600160401b031681565b3480156103e157600080fd5b50603e546101eb906001600160a01b031681565b34801561040157600080fd5b50610415610410366004613d4e565b610dd6565b6040516101ff9190613dc7565b34801561042e57600080fd5b5061021e61043d366004613cf2565b610e3b565b34801561044e57600080fd5b5061046261045d366004613dd5565b610fef565b6040516101ff9190613dee565b34801561047b57600080fd5b5061041561048a366004613dd5565b600090815260366020526040902054600160c01b900460ff1690565b3480156104b257600080fd5b506101eb7f000000000000000000000000000000000000000000000000000000000000000081565b3480156104e657600080fd5b506101c96104f5366004613e44565b61109c565b6101c9610508366004613e61565b611191565b34801561051957600080fd5b50610462610528366004613d4e565b61133e565b34801561053957600080fd5b506101c9610548366004613ef4565b611431565b34801561055957600080fd5b506101c9610568366004613f20565b61166e565b34801561057957600080fd5b506101c9610588366004613f20565b611805565b34801561059957600080fd5b506101c96105a8366004614011565b611898565b3480156105b957600080fd5b50603a5461024c906001600160401b031681565b3480156105d957600080fd5b506101c96105e83660046140e2565b611a6b565b3480156105f957600080fd5b5061024c7f000000000000000000000000000000000000000000000000000000000000000081565b604051635ac86ab760e01b8152600660048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa158015610689573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106ad919061414a565b156106d35760405162461bcd60e51b81526004016106ca90614167565b60405180910390fd5b604051635ac86ab760e01b8152600860048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa15801561073b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061075f919061414a565b1561077c5760405162461bcd60e51b81526004016106ca90614167565b60006107c261078b85806141c4565b80806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250611ebe92505050565b6000818152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff16600281111561083157610831613d8f565b600281111561084257610842613d8f565b81525050905080604001516001600160401b0316876001600160401b0316116108d5576040805162461bcd60e51b81526020600482015260248101919091527f456967656e506f642e7665726966795374616c6542616c616e63653a2070726f60448201527f6f66206973206f6c646572207468616e206c61737420636865636b706f696e7460648201526084016106ca565b6001816060015160028111156108ed576108ed613d8f565b146109575760405162461bcd60e51b815260206004820152603460248201527f456967656e506f642e7665726966795374616c6542616c616e63653a2076616c604482015273696461746f72206973206e6f742061637469766560601b60648201526084016106ca565b61099b61096486806141c4565b80806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250611ee292505050565b610a1f5760405162461bcd60e51b815260206004820152604960248201527f456967656e506f642e7665726966795374616c6542616c616e63653a2076616c60448201527f696461746f72206d75737420626520736c617368656420746f206265206d61726064820152686b6564207374616c6560b81b608482015260a4016106ca565b610a31610a2b88610e3b565b87611f0c565b610a548635610a4087806141c4565b610a4d60208a018a61420d565b8651612067565b610a5e600061227e565b50505050505050565b6033546001600160a01b0316331480610a8a5750603e546001600160a01b031633145b610aa65760405162461bcd60e51b81526004016106ca90614253565b604051635ac86ab760e01b8152600260048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa158015610b0e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b32919061414a565b15610b4f5760405162461bcd60e51b81526004016106ca90614167565b8584148015610b5d57508382145b610bed5760405162461bcd60e51b815260206004820152605560248201527f456967656e506f642e7665726966795769746864726177616c43726564656e7460448201527f69616c733a2076616c696461746f72496e646963657320616e642070726f6f666064820152740e640daeae6e840c4ca40e6c2daca40d8cadccee8d605b1b608482015260a4016106ca565b603a546001600160401b03600160401b9091048116908a1611610c8d5760405162461bcd60e51b815260206004820152604c60248201527f456967656e506f642e7665726966795769746864726177616c43726564656e7460448201527f69616c733a207370656369666965642074696d657374616d7020697320746f6f60648201526b0819985c881a5b881c185cdd60a21b608482015260a4016106ca565b610c9f610c998a610e3b565b89611f0c565b6000805b87811015610d4257610d248a358a8a84818110610cc257610cc26142c7565b9050602002016020810190610cd791906142dd565b898985818110610ce957610ce96142c7565b9050602002810190610cfb919061420d565b898987818110610d0d57610d0d6142c7565b9050602002810190610d1f91906141c4565b612514565b610d2e908361431a565b915080610d3a81614332565b915050610ca3565b5060335460405163030b147160e61b81526001600160a01b039182166004820152602481018390527f00000000000000000000000000000000000000000000000000000000000000009091169063c2c51c4090604401600060405180830381600087803b158015610db257600080fd5b505af1158015610dc6573d6000803e3d6000fd5b5050505050505050505050505050565b600080610e1884848080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250612afa92505050565b600090815260366020526040902054600160c01b900460ff169150505b92915050565b6000610e4a611fff600c61434d565b610e5d6001600160401b0384164261436c565b10610ec65760405162461bcd60e51b815260206004820152603360248201527f456967656e506f642e676574506172656e74426c6f636b526f6f743a2074696d604482015272657374616d70206f7574206f662072616e676560681b60648201526084016106ca565b604080516001600160401b03841660208201526000918291720f3df6d732807ef1319fb7b8bb8522d0beac02910160408051601f1981840301815290829052610f0e916143b3565b600060405180830381855afa9150503d8060008114610f49576040519150601f19603f3d011682016040523d82523d6000602084013e610f4e565b606091505b5091509150818015610f61575060008151115b610fd35760405162461bcd60e51b815260206004820152603860248201527f456967656e506f642e676574506172656e74426c6f636b526f6f743a20696e7660448201527f616c696420626c6f636b20726f6f742072657475726e6564000000000000000060648201526084016106ca565b80806020019051810190610fe791906143cf565b949350505050565b6110176040805160808101825260008082526020820181905291810182905290606082015290565b600082815260366020908152604091829020825160808101845281546001600160401b038082168352600160401b8204811694830194909452600160801b810490931693810193909352906060830190600160c01b900460ff16600281111561108257611082613d8f565b600281111561109357611093613d8f565b90525092915050565b6033546001600160a01b03163314806110bf5750603e546001600160a01b031633145b6110db5760405162461bcd60e51b81526004016106ca90614253565b604051635ac86ab760e01b8152600660048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa158015611143573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611167919061414a565b156111845760405162461bcd60e51b81526004016106ca90614167565b61118d8261227e565b5050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146111d95760405162461bcd60e51b81526004016106ca906143e8565b346801bc16d674ec800000146112655760405162461bcd60e51b8152602060048201526044602482018190527f456967656e506f642e7374616b653a206d75737420696e697469616c6c792073908201527f74616b6520666f7220616e792076616c696461746f72207769746820333220656064820152633a3432b960e11b608482015260a4016106ca565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663228951186801bc16d674ec80000087876112a8612bf4565b8888886040518863ffffffff1660e01b81526004016112cc9695949392919061448e565b6000604051808303818588803b1580156112e557600080fd5b505af11580156112f9573d6000803e3d6000fd5b50505050507f606865b7934a25d4aed43f6cdb426403353fa4b3009c4d228407474581b01e23858560405161132f9291906144dd565b60405180910390a15050505050565b6113666040805160808101825260008082526020820181905291810182905290606082015290565b603660006113a985858080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250612afa92505050565b81526020808201929092526040908101600020815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b81049094169281019290925290916060830190600160c01b900460ff16600281111561141657611416613d8f565b600281111561142757611427613d8f565b9052509392505050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146114795760405162461bcd60e51b81526004016106ca906143e8565b611487633b9aca0082614507565b156115115760405162461bcd60e51b815260206004820152604e60248201527f456967656e506f642e776974686472617752657374616b6564426561636f6e4360448201527f6861696e4554483a20616d6f756e74576569206d75737420626520612077686f60648201526d1b194811ddd95a48185b5bdd5b9d60921b608482015260a4016106ca565b6000611521633b9aca008361451b565b6034549091506001600160401b0390811690821611156115da5760405162461bcd60e51b815260206004820152606260248201527f456967656e506f642e776974686472617752657374616b6564426561636f6e4360448201527f6861696e4554483a20616d6f756e74477765692065786365656473207769746860648201527f6472617761626c6552657374616b6564457865637574696f6e4c617965724777608482015261656960f01b60a482015260c4016106ca565b603480548291906000906115f89084906001600160401b031661452f565b92506101000a8154816001600160401b0302191690836001600160401b03160217905550826001600160a01b03167f8947fd2ce07ef9cc302c4e8f0461015615d91ce851564839e91cc804c2f49d8e8360405161165791815260200190565b60405180910390a26116698383612c39565b505050565b600054610100900460ff161580801561168e5750600054600160ff909116105b806116a85750303b1580156116a8575060005460ff166001145b61170b5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016106ca565b6000805460ff19166001179055801561172e576000805461ff0019166101001790555b6001600160a01b0382166117a15760405162461bcd60e51b815260206004820152603460248201527f456967656e506f642e696e697469616c697a653a20706f644f776e65722063616044820152736e6e6f74206265207a65726f206164647265737360601b60648201526084016106ca565b603380546001600160a01b0319166001600160a01b038416179055801561118d576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15050565b6033546001600160a01b0316331461182f5760405162461bcd60e51b81526004016106ca90614557565b603e54604080516001600160a01b03928316815291831660208301527ffb8129080a19d34dceac04ba253fc50304dc86c729bd63cdca4a969ad19a5eac910160405180910390a1603e80546001600160a01b0319166001600160a01b0392909216919091179055565b6033546001600160a01b031633146118c25760405162461bcd60e51b81526004016106ca90614557565b604051635ac86ab760e01b8152600560048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa15801561192a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061194e919061414a565b1561196b5760405162461bcd60e51b81526004016106ca90614167565b82518451146119f65760405162461bcd60e51b815260206004820152604b60248201527f456967656e506f642e7265636f766572546f6b656e733a20746f6b656e4c697360448201527f7420616e6420616d6f756e7473546f5769746864726177206d7573742062652060648201526a0e6c2daca40d8cadccee8d60ab1b608482015260a4016106ca565b60005b8451811015611a6457611a5283858381518110611a1857611a186142c7565b6020026020010151878481518110611a3257611a326142c7565b60200260200101516001600160a01b0316612d529092919063ffffffff16565b80611a5c81614332565b9150506119f9565b5050505050565b604051635ac86ab760e01b8152600760048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa158015611ad3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611af7919061414a565b15611b145760405162461bcd60e51b81526004016106ca90614167565b603a54600160401b90046001600160401b031680611bc05760405162461bcd60e51b815260206004820152605860248201527f456967656e506f642e766572696679436865636b706f696e7450726f6f66733a60448201527f206d75737420686176652061637469766520636865636b706f696e7420746f2060648201527f706572666f726d20636865636b706f696e742070726f6f660000000000000000608482015260a4016106ca565b60408051608081018252603c54808252603d5462ffffff811660208401526001600160401b03630100000082041693830193909352600160581b909204600f0b606082015290611c109087612da4565b6000805b85811015611e645736878783818110611c2f57611c2f6142c7565b9050602002810190611c41919061459f565b80356000908152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff166002811115611cb257611cb2613d8f565b6002811115611cc357611cc3613d8f565b9052509050600181606001516002811115611ce057611ce0613d8f565b14611cec575050611e52565b856001600160401b031681604001516001600160401b031610611d10575050611e52565b600080611d2083898e3587612f20565b602089018051929450909250611d35826145b5565b62ffffff16905250606087018051839190611d519083906145d4565b600f0b905250611d618187614623565b84356000908152603660209081526040918290208651815492880151938801516001600160401b03908116600160801b0267ffffffffffffffff60801b19958216600160401b026001600160801b0319909516919092161792909217928316821781556060870151939950869390929091839160ff60c01b1990911668ffffffffffffffffff60801b1990911617600160c01b836002811115611e0657611e06613d8f565b021790555050835160405164ffffffffff90911691506001600160401b038a16907fa91c59033c3423e18b54d0acecebb4972f9ea95aedf5f4cae3b677b02eaf3a3f90600090a3505050505b80611e5c81614332565b915050611c14565b506001600160401b038084166000908152603b6020526040812080548493919291611e9191859116614623565b92506101000a8154816001600160401b0302191690836001600160401b03160217905550610a5e82613042565b600081600081518110611ed357611ed36142c7565b60200260200101519050919050565b600081600381518110611ef757611ef76142c7565b60200260200101516000801b14159050919050565b611f186003602061434d565b611f25602083018361420d565b905014611f9a5760405162461bcd60e51b815260206004820152603d60248201527f426561636f6e436861696e50726f6f66732e7665726966795374617465526f6f60448201527f743a2050726f6f662068617320696e636f7272656374206c656e67746800000060648201526084016106ca565b611fea611faa602083018361420d565b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525086925050843590506003613249565b61118d5760405162461bcd60e51b815260206004820152604260248201527f426561636f6e436861696e50726f6f66732e7665726966795374617465526f6f60448201527f743a20496e76616c696420737461746520726f6f74206d65726b6c652070726f60648201526137b360f11b608482015260a4016106ca565b600884146120e25760405162461bcd60e51b815260206004820152604e602482015260008051602061485d83398151915260448201527f724669656c64733a2056616c696461746f72206669656c64732068617320696e60648201526d0c6dee4e4cac6e840d8cadccee8d60931b608482015260a4016106ca565b60056120f06028600161431a565b6120fa919061431a565b61210590602061434d565b82146121735760405162461bcd60e51b8152602060048201526043602482015260008051602061485d83398151915260448201527f724669656c64733a2050726f6f662068617320696e636f7272656374206c656e6064820152620cee8d60eb1b608482015260a4016106ca565b60006121b186868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061326192505050565b9050600064ffffffffff83166121c96028600161431a565b600b901b17905061221485858080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508c9250869150859050613249565b6122745760405162461bcd60e51b815260206004820152603d602482015260008051602061485d83398151915260448201527f724669656c64733a20496e76616c6964206d65726b6c652070726f6f6600000060648201526084016106ca565b5050505050505050565b603a54600160401b90046001600160401b03161561231f5760405162461bcd60e51b815260206004820152605260248201527f456967656e506f642e5f7374617274436865636b706f696e743a206d7573742060448201527f66696e6973682070726576696f757320636865636b706f696e74206265666f72606482015271329039ba30b93a34b7339030b737ba3432b960711b608482015260a4016106ca565b603a54426001600160401b03908116911614156123a45760405162461bcd60e51b815260206004820152603f60248201527f456967656e506f642e5f7374617274436865636b706f696e743a2063616e6e6f60448201527f7420636865636b706f696e7420747769636520696e206f6e6520626c6f636b0060648201526084016106ca565b6034546000906001600160401b03166123c1633b9aca004761451b565b6123cb919061452f565b90508180156123e157506001600160401b038116155b156124545760405162461bcd60e51b815260206004820152603d60248201527f456967656e506f642e5f7374617274436865636b706f696e743a206e6f20626160448201527f6c616e636520617661696c61626c6520746f20636865636b706f696e7400000060648201526084016106ca565b6000604051806080016040528061246a42610e3b565b815260200160395462ffffff168152602001836001600160401b031681526020016000600f0b815250905042603a60086101000a8154816001600160401b0302191690836001600160401b031602179055506124c581613042565b805160208083015160405162ffffff90911681526001600160401b034216917f575796133bbed337e5b39aa49a30dc2556a91e0c6c2af4b7b886ae77ebef1076910160405180910390a3505050565b600080612553848480806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250611ebe92505050565b6000818152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff1660028111156125c2576125c2613d8f565b60028111156125d3576125d3613d8f565b90525090506000816060015160028111156125f0576125f0613d8f565b146126815760405162461bcd60e51b8152602060048201526061602482015260008051602061483d83398151915260448201527f7469616c733a2076616c696461746f72206d75737420626520696e616374697660648201527f6520746f2070726f7665207769746864726177616c2063726564656e7469616c6084820152607360f81b60a482015260c4016106ca565b6001600160401b0380166126c786868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061350e92505050565b6001600160401b031614156127505760405162461bcd60e51b8152602060048201526055602482015260008051602061483d83398151915260448201527f7469616c733a2076616c696461746f72206d75737420626520696e207468652060648201527470726f63657373206f662061637469766174696e6760581b608482015260a4016106ca565b6001600160401b03801661279686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061353392505050565b6001600160401b03161461280e5760405162461bcd60e51b81526020600482015260446024820181905260008051602061483d833981519152908201527f7469616c733a2076616c696461746f72206d757374206e6f742062652065786960648201526374696e6760e01b608482015260a4016106ca565b612816612bf4565b61281f9061464e565b61285b86868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061354b92505050565b146128ca5760405162461bcd60e51b8152602060048201526045602482015260008051602061483d83398151915260448201527f7469616c733a2070726f6f66206973206e6f7420666f72207468697320456967606482015264195b941bd960da1b608482015260a4016106ca565b600061290886868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061356092505050565b90506129188a87878b8b8e612067565b6039805490600061292883614332565b9091555050603a54600090600160401b90046001600160401b03161561296057603a54600160401b90046001600160401b031661296d565b603a546001600160401b03165b6040805160808101825264ffffffffff8d1681526001600160401b03858116602083015283169181019190915290915060608101600190526000858152603660209081526040918290208351815492850151938501516001600160401b03908116600160801b0267ffffffffffffffff60801b19958216600160401b026001600160801b031990951691909216179290921792831682178155606084015190929091839160ff60c01b1990911668ffffffffffffffffff60801b1990911617600160c01b836002811115612a4357612a43613d8f565b02179055505060405164ffffffffff8c1681527f2d0800bbc377ea54a08c5db6a87aafff5e3e9c8fead0eda110e40e0c10441449915060200160405180910390a16040805164ffffffffff8c1681526001600160401b03838116602083015284168183015290517f0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df9181900360600190a1612aeb633b9aca006001600160401b03841661434d565b9b9a5050505050505050505050565b60008151603014612b835760405162461bcd60e51b815260206004820152604760248201527f456967656e506f642e5f63616c63756c61746556616c696461746f725075626b60448201527f657948617368206d75737420626520612034382d6279746520424c53207075626064820152666c6963206b657960c81b608482015260a4016106ca565b604051600290612b9a908490600090602001614672565b60408051601f1981840301815290829052612bb4916143b3565b602060405180830381855afa158015612bd1573d6000803e3d6000fd5b5050506040513d601f19601f82011682018060405250810190610e3591906143cf565b60408051600160f81b60208201526000602182015230606090811b6bffffffffffffffffffffffff1916602c8301529101604051602081830303815290604052905090565b80471015612c895760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a20696e73756666696369656e742062616c616e636500000060448201526064016106ca565b6000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114612cd6576040519150601f19603f3d011682016040523d82523d6000602084013e612cdb565b606091505b50509050806116695760405162461bcd60e51b815260206004820152603a60248201527f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260448201527f6563697069656e74206d6179206861766520726576657274656400000000000060648201526084016106ca565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663a9059cbb60e01b179052611669908490613578565b612db06005600361431a565b612dbb90602061434d565b612dc8602083018361420d565b905014612e4b5760405162461bcd60e51b8152602060048201526044602482018190527f426561636f6e436861696e50726f6f66732e76657269667942616c616e636543908201527f6f6e7461696e65723a2050726f6f662068617320696e636f7272656374206c656064820152630dccee8d60e31b608482015260a4016106ca565b606c612e9c612e5d602084018461420d565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250879250508535905084613249565b6116695760405162461bcd60e51b815260206004820152604960248201527f426561636f6e436861696e50726f6f66732e76657269667942616c616e63654360448201527f6f6e7461696e65723a20696e76616c69642062616c616e636520636f6e7461696064820152683732b910383937b7b360b91b608482015260a4016106ca565b83516020850151600091829182612f3887848861364a565b9050816001600160401b0316816001600160401b031614612fb257612f5d81836137c1565b6040805164ffffffffff861681526001600160401b038b8116602083015284168183015290519196507f0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df919081900360600190a15b6001600160401b0380821660208b0181905290891660408b01526130365760398054906000612fe0836146a1565b9091555050600260608a0152612ff5856146b8565b93508264ffffffffff16886001600160401b03167f2a02361ffa66cf2c2da4682c2355a6adcaa9f6c227b6e6563e68480f9587626a60405160405180910390a35b50505094509492505050565b602081015162ffffff166131c9576000633b9aca00826060015183604001516001600160401b031661307491906145d4565b600f0b61308191906146df565b60408301516034805492935090916000906130a69084906001600160401b0316614623565b82546101009290920a6001600160401b03818102199093169183160217909155603a8054600160401b81049092166001600160801b0319909216919091179055506000603c55603d80546001600160d81b031916905560335460405163030b147160e61b81526001600160a01b039182166004820152602481018390527f00000000000000000000000000000000000000000000000000000000000000009091169063c2c51c4090604401600060405180830381600087803b15801561316b57600080fd5b505af115801561317f573d6000803e3d6000fd5b5050603a546040518481526001600160401b0390911692507f525408c201bc1576eb44116f6478f1c2a54775b19a043bcfdc708364f74f8e44915060200160405180910390a25050565b8051603c556020810151603d8054604084015160608501516fffffffffffffffffffffffffffffffff16600160581b026fffffffffffffffffffffffffffffffff60581b196001600160401b039092166301000000026affffffffffffffffffffff1990931662ffffff9095169490941791909117169190911790555b50565b6000836132578685856137d9565b1495945050505050565b60008060028351613272919061451b565b90506000816001600160401b0381111561328e5761328e613f3d565b6040519080825280602002602001820160405280156132b7578160200160208202803683370190505b50905060005b828110156133be576002856132d2838361434d565b815181106132e2576132e26142c7565b6020026020010151868360026132f8919061434d565b61330390600161431a565b81518110613313576133136142c7565b6020026020010151604051602001613335929190918252602082015260400190565b60408051601f198184030181529082905261334f916143b3565b602060405180830381855afa15801561336c573d6000803e3d6000fd5b5050506040513d601f19601f8201168201806040525081019061338f91906143cf565b8282815181106133a1576133a16142c7565b6020908102919091010152806133b681614332565b9150506132bd565b506133ca60028361451b565b91505b81156134ea5760005b828110156134d7576002826133eb838361434d565b815181106133fb576133fb6142c7565b602002602001015183836002613411919061434d565b61341c90600161431a565b8151811061342c5761342c6142c7565b602002602001015160405160200161344e929190918252602082015260400190565b60408051601f1981840301815290829052613468916143b3565b602060405180830381855afa158015613485573d6000803e3d6000fd5b5050506040513d601f19601f820116820180604052508101906134a891906143cf565b8282815181106134ba576134ba6142c7565b6020908102919091010152806134cf81614332565b9150506133d6565b506134e360028361451b565b91506133cd565b806000815181106134fd576134fd6142c7565b602002602001015192505050919050565b6000610e3582600581518110613526576135266142c7565b6020026020010151613925565b6000610e3582600681518110613526576135266142c7565b600081600181518110611ed357611ed36142c7565b6000610e3582600281518110613526576135266142c7565b60006135cd826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b031661398c9092919063ffffffff16565b80519091501561166957808060200190518101906135eb919061414a565b6116695760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b60648201526084016106ca565b60006136586026600161431a565b61366390602061434d565b613670604084018461420d565b9050146136e15760405162461bcd60e51b81526020600482015260446024820181905260008051602061485d833981519152908201527f7242616c616e63653a2050726f6f662068617320696e636f7272656374206c656064820152630dccee8d60e31b608482015260a4016106ca565b60006136ee600485614764565b64ffffffffff169050613748613707604085018561420d565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508992505050602086013584613249565b6137a85760405162461bcd60e51b815260206004820152603e602482015260008051602061485d83398151915260448201527f7242616c616e63653a20496e76616c6964206d65726b6c652070726f6f66000060648201526084016106ca565b6137b683602001358561399b565b9150505b9392505050565b60006137ba6001600160401b03808416908516614788565b600083516000141580156137f85750602084516137f69190614507565b155b6138875760405162461bcd60e51b815260206004820152605460248201527f4d65726b6c652e70726f63657373496e636c7573696f6e50726f6f665368613260448201527f35363a2070726f6f66206c656e6774682073686f756c642062652061206e6f6e60648201527316bd32b9379036bab63a34b836329037b310199960611b608482015260a4016106ca565b604080516020808201909252848152905b8551811161391b576138ab600285614507565b6138de578151600052808601516020526020826040600060026107d05a03fa6138d357600080fd5b600284049350613909565b8086015160005281516020526020826040600060026107d05a03fa61390257600080fd5b6002840493505b61391460208261431a565b9050613898565b5051949350505050565b60f881901c60e882901c61ff00161760d882901c62ff0000161760c882901c63ff000000161764ff0000000060b883901c161765ff000000000060a883901c161766ff000000000000609883901c161767ff0000000000000060889290921c919091161790565b6060610fe784846000856139c8565b6000806139a96004846147d8565b6139b49060406147fc565b64ffffffffff169050610fe784821b613925565b606082471015613a295760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b60648201526084016106ca565b6001600160a01b0385163b613a805760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016106ca565b600080866001600160a01b03168587604051613a9c91906143b3565b60006040518083038185875af1925050503d8060008114613ad9576040519150601f19603f3d011682016040523d82523d6000602084013e613ade565b606091505b5091509150613aee828286613af9565b979650505050505050565b60608315613b085750816137ba565b825115613b185782518084602001fd5b8160405162461bcd60e51b81526004016106ca9190614829565b80356001600160401b0381168114613b4957600080fd5b919050565b600060408284031215613b6057600080fd5b50919050565b600080600060608486031215613b7b57600080fd5b613b8484613b32565b925060208401356001600160401b0380821115613ba057600080fd5b613bac87838801613b4e565b93506040860135915080821115613bc257600080fd5b50613bcf86828701613b4e565b9150509250925092565b60008083601f840112613beb57600080fd5b5081356001600160401b03811115613c0257600080fd5b6020830191508360208260051b8501011115613c1d57600080fd5b9250929050565b60008060008060008060008060a0898b031215613c4057600080fd5b613c4989613b32565b975060208901356001600160401b0380821115613c6557600080fd5b613c718c838d01613b4e565b985060408b0135915080821115613c8757600080fd5b613c938c838d01613bd9565b909850965060608b0135915080821115613cac57600080fd5b613cb88c838d01613bd9565b909650945060808b0135915080821115613cd157600080fd5b50613cde8b828c01613bd9565b999c989b5096995094979396929594505050565b600060208284031215613d0457600080fd5b6137ba82613b32565b60008083601f840112613d1f57600080fd5b5081356001600160401b03811115613d3657600080fd5b602083019150836020828501011115613c1d57600080fd5b60008060208385031215613d6157600080fd5b82356001600160401b03811115613d7757600080fd5b613d8385828601613d0d565b90969095509350505050565b634e487b7160e01b600052602160045260246000fd5b60038110613dc357634e487b7160e01b600052602160045260246000fd5b9052565b60208101610e358284613da5565b600060208284031215613de757600080fd5b5035919050565b60006080820190506001600160401b03808451168352806020850151166020840152806040850151166040840152506060830151613e2f6060840182613da5565b5092915050565b801515811461324657600080fd5b600060208284031215613e5657600080fd5b81356137ba81613e36565b600080600080600060608688031215613e7957600080fd5b85356001600160401b0380821115613e9057600080fd5b613e9c89838a01613d0d565b90975095506020880135915080821115613eb557600080fd5b50613ec288828901613d0d565b96999598509660400135949350505050565b6001600160a01b038116811461324657600080fd5b8035613b4981613ed4565b60008060408385031215613f0757600080fd5b8235613f1281613ed4565b946020939093013593505050565b600060208284031215613f3257600080fd5b81356137ba81613ed4565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f191681016001600160401b0381118282101715613f7b57613f7b613f3d565b604052919050565b60006001600160401b03821115613f9c57613f9c613f3d565b5060051b60200190565b600082601f830112613fb757600080fd5b81356020613fcc613fc783613f83565b613f53565b82815260059290921b84018101918181019086841115613feb57600080fd5b8286015b848110156140065780358352918301918301613fef565b509695505050505050565b60008060006060848603121561402657600080fd5b83356001600160401b038082111561403d57600080fd5b818601915086601f83011261405157600080fd5b81356020614061613fc783613f83565b82815260059290921b8401810191818101908a84111561408057600080fd5b948201945b838610156140a757853561409881613ed4565b82529482019490820190614085565b975050870135925050808211156140bd57600080fd5b506140ca86828701613fa6565b9250506140d960408501613ee9565b90509250925092565b6000806000604084860312156140f757600080fd5b83356001600160401b038082111561410e57600080fd5b61411a87838801613b4e565b9450602086013591508082111561413057600080fd5b5061413d86828701613bd9565b9497909650939450505050565b60006020828403121561415c57600080fd5b81516137ba81613e36565b6020808252603e908201527f456967656e506f642e6f6e6c795768656e4e6f745061757365643a20696e646560408201527f782069732070617573656420696e20456967656e506f644d616e616765720000606082015260800190565b6000808335601e198436030181126141db57600080fd5b8301803591506001600160401b038211156141f557600080fd5b6020019150600581901b3603821315613c1d57600080fd5b6000808335601e1984360301811261422457600080fd5b8301803591506001600160401b0382111561423e57600080fd5b602001915036819003821315613c1d57600080fd5b6020808252604e908201527f456967656e506f642e6f6e6c794f776e65724f7250726f6f665375626d69747460408201527f65723a2063616c6c6572206973206e6f7420706f64206f776e6572206f72207060608201526d3937b7b31039bab136b4ba3a32b960911b608082015260a00190565b634e487b7160e01b600052603260045260246000fd5b6000602082840312156142ef57600080fd5b813564ffffffffff811681146137ba57600080fd5b634e487b7160e01b600052601160045260246000fd5b6000821982111561432d5761432d614304565b500190565b600060001982141561434657614346614304565b5060010190565b600081600019048311821515161561436757614367614304565b500290565b60008282101561437e5761437e614304565b500390565b60005b8381101561439e578181015183820152602001614386565b838111156143ad576000848401525b50505050565b600082516143c5818460208701614383565b9190910192915050565b6000602082840312156143e157600080fd5b5051919050565b60208082526031908201527f456967656e506f642e6f6e6c79456967656e506f644d616e616765723a206e6f6040820152703a1032b4b3b2b72837b226b0b730b3b2b960791b606082015260800190565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6000815180845261447a816020860160208601614383565b601f01601f19169290920160200192915050565b6080815260006144a260808301888a614439565b82810360208401526144b48188614462565b905082810360408401526144c9818688614439565b915050826060830152979650505050505050565b602081526000610fe7602083018486614439565b634e487b7160e01b600052601260045260246000fd5b600082614516576145166144f1565b500690565b60008261452a5761452a6144f1565b500490565b60006001600160401b038381169083168181101561454f5761454f614304565b039392505050565b60208082526028908201527f456967656e506f642e6f6e6c79456967656e506f644f776e65723a206e6f74206040820152673837b227bbb732b960c11b606082015260800190565b60008235605e198336030181126143c557600080fd5b600062ffffff8216806145ca576145ca614304565b6000190192915050565b600081600f0b83600f0b600082128260016001607f1b03038213811516156145fe576145fe614304565b8260016001607f1b031903821281161561461a5761461a614304565b50019392505050565b60006001600160401b0380831681851680830382111561464557614645614304565b01949350505050565b80516020808301519190811015613b605760001960209190910360031b1b16919050565b60008351614684818460208801614383565b6001600160801b0319939093169190920190815260100192915050565b6000816146b0576146b0614304565b506000190190565b600081600f0b60016001607f1b03198114156146d6576146d6614304565b60000392915050565b60006001600160ff1b038184138284138082168684048611161561470557614705614304565b600160ff1b600087128281168783058912161561472457614724614304565b6000871292508782058712848416161561474057614740614304565b8785058712818416161561475657614756614304565b505050929093029392505050565b600064ffffffffff8084168061477c5761477c6144f1565b92169190910492915050565b600081600f0b83600f0b600081128160016001607f1b0319018312811516156147b3576147b3614304565b8160016001607f1b030183138116156147ce576147ce614304565b5090039392505050565b600064ffffffffff808416806147f0576147f06144f1565b92169190910692915050565b600064ffffffffff8083168185168183048111821515161561482057614820614304565b02949350505050565b6020815260006137ba602083018461446256fe456967656e506f642e5f7665726966795769746864726177616c43726564656e426561636f6e436861696e50726f6f66732e76657269667956616c696461746fa2646970667358221220f9f5d60682fdf4bd864fc835508826f6acc08906f8f542cf21a19958bf5c855064736f6c634300080c003300000000000000000000000000000000219ab540356cbb839cbe05303d7705fa0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe6000000000000000000000000000000000000000000000000000000006059f460","output":"0x60806040526004361061016a5760003560e01c80636fcd0e53116100d1578063c49074421161008a578063dda3346c11610064578063dda3346c1461058d578063ee94d67c146105ad578063f074ba62146105cd578063f2882461146105ed57600080fd5b8063c49074421461052d578063c4d66de81461054d578063d06d55871461056d57600080fd5b80636fcd0e53146104425780637439841f1461046f57806374cdd798146104a657806388676cad146104da5780639b4e4634146104fa578063b522538a1461050d57600080fd5b80634665bcda116101235780634665bcda146102ab57806347d28372146102df57806352396a591461039f57806358753357146103d557806358eaee79146103f55780636c0d2d5a1461042257600080fd5b8063039157d2146101a95780630b18ff66146101cb5780632340e8d3146102085780633474aa161461022c5780633f65cf191461026457806342ecff2a1461028457600080fd5b366101a4576040513481527f6fdd3dbdb173299608c0aa9f368735857c8842b581f8389238bf05bd04b3bf499060200160405180910390a1005b600080fd5b3480156101b557600080fd5b506101c96101c4366004613b66565b610621565b005b3480156101d757600080fd5b506033546101eb906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b34801561021457600080fd5b5061021e60395481565b6040519081526020016101ff565b34801561023857600080fd5b5060345461024c906001600160401b031681565b6040516001600160401b0390911681526020016101ff565b34801561027057600080fd5b506101c961027f366004613c24565b610a67565b34801561029057600080fd5b50603a5461024c90600160401b90046001600160401b031681565b3480156102b757600080fd5b506101eb7f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe681565b3480156102eb57600080fd5b5061035b6040805160808101825260008082526020820181905291810182905260608101919091525060408051608081018252603c548152603d5462ffffff811660208301526001600160401b03630100000082041692820192909252600160581b909104600f0b606082015290565b6040516101ff91908151815260208083015162ffffff16908201526040808301516001600160401b031690820152606091820151600f0b9181019190915260800190565b3480156103ab57600080fd5b5061024c6103ba366004613cf2565b603b602052600090815260409020546001600160401b031681565b3480156103e157600080fd5b50603e546101eb906001600160a01b031681565b34801561040157600080fd5b50610415610410366004613d4e565b610dd6565b6040516101ff9190613dc7565b34801561042e57600080fd5b5061021e61043d366004613cf2565b610e3b565b34801561044e57600080fd5b5061046261045d366004613dd5565b610fef565b6040516101ff9190613dee565b34801561047b57600080fd5b5061041561048a366004613dd5565b600090815260366020526040902054600160c01b900460ff1690565b3480156104b257600080fd5b506101eb7f00000000000000000000000000000000219ab540356cbb839cbe05303d7705fa81565b3480156104e657600080fd5b506101c96104f5366004613e44565b61109c565b6101c9610508366004613e61565b611191565b34801561051957600080fd5b50610462610528366004613d4e565b61133e565b34801561053957600080fd5b506101c9610548366004613ef4565b611431565b34801561055957600080fd5b506101c9610568366004613f20565b61166e565b34801561057957600080fd5b506101c9610588366004613f20565b611805565b34801561059957600080fd5b506101c96105a8366004614011565b611898565b3480156105b957600080fd5b50603a5461024c906001600160401b031681565b3480156105d957600080fd5b506101c96105e83660046140e2565b611a6b565b3480156105f957600080fd5b5061024c7f000000000000000000000000000000000000000000000000000000006059f46081565b604051635ac86ab760e01b8152600660048201819052907f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b031690635ac86ab790602401602060405180830381865afa158015610689573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106ad919061414a565b156106d35760405162461bcd60e51b81526004016106ca90614167565b60405180910390fd5b604051635ac86ab760e01b8152600860048201819052907f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b031690635ac86ab790602401602060405180830381865afa15801561073b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061075f919061414a565b1561077c5760405162461bcd60e51b81526004016106ca90614167565b60006107c261078b85806141c4565b80806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250611ebe92505050565b6000818152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff16600281111561083157610831613d8f565b600281111561084257610842613d8f565b81525050905080604001516001600160401b0316876001600160401b0316116108d5576040805162461bcd60e51b81526020600482015260248101919091527f456967656e506f642e7665726966795374616c6542616c616e63653a2070726f60448201527f6f66206973206f6c646572207468616e206c61737420636865636b706f696e7460648201526084016106ca565b6001816060015160028111156108ed576108ed613d8f565b146109575760405162461bcd60e51b815260206004820152603460248201527f456967656e506f642e7665726966795374616c6542616c616e63653a2076616c604482015273696461746f72206973206e6f742061637469766560601b60648201526084016106ca565b61099b61096486806141c4565b80806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250611ee292505050565b610a1f5760405162461bcd60e51b815260206004820152604960248201527f456967656e506f642e7665726966795374616c6542616c616e63653a2076616c60448201527f696461746f72206d75737420626520736c617368656420746f206265206d61726064820152686b6564207374616c6560b81b608482015260a4016106ca565b610a31610a2b88610e3b565b87611f0c565b610a548635610a4087806141c4565b610a4d60208a018a61420d565b8651612067565b610a5e600061227e565b50505050505050565b6033546001600160a01b0316331480610a8a5750603e546001600160a01b031633145b610aa65760405162461bcd60e51b81526004016106ca90614253565b604051635ac86ab760e01b8152600260048201819052907f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b031690635ac86ab790602401602060405180830381865afa158015610b0e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b32919061414a565b15610b4f5760405162461bcd60e51b81526004016106ca90614167565b8584148015610b5d57508382145b610bed5760405162461bcd60e51b815260206004820152605560248201527f456967656e506f642e7665726966795769746864726177616c43726564656e7460448201527f69616c733a2076616c696461746f72496e646963657320616e642070726f6f666064820152740e640daeae6e840c4ca40e6c2daca40d8cadccee8d605b1b608482015260a4016106ca565b603a546001600160401b03600160401b9091048116908a1611610c8d5760405162461bcd60e51b815260206004820152604c60248201527f456967656e506f642e7665726966795769746864726177616c43726564656e7460448201527f69616c733a207370656369666965642074696d657374616d7020697320746f6f60648201526b0819985c881a5b881c185cdd60a21b608482015260a4016106ca565b610c9f610c998a610e3b565b89611f0c565b6000805b87811015610d4257610d248a358a8a84818110610cc257610cc26142c7565b9050602002016020810190610cd791906142dd565b898985818110610ce957610ce96142c7565b9050602002810190610cfb919061420d565b898987818110610d0d57610d0d6142c7565b9050602002810190610d1f91906141c4565b612514565b610d2e908361431a565b915080610d3a81614332565b915050610ca3565b5060335460405163030b147160e61b81526001600160a01b039182166004820152602481018390527f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe69091169063c2c51c4090604401600060405180830381600087803b158015610db257600080fd5b505af1158015610dc6573d6000803e3d6000fd5b5050505050505050505050505050565b600080610e1884848080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250612afa92505050565b600090815260366020526040902054600160c01b900460ff169150505b92915050565b6000610e4a611fff600c61434d565b610e5d6001600160401b0384164261436c565b10610ec65760405162461bcd60e51b815260206004820152603360248201527f456967656e506f642e676574506172656e74426c6f636b526f6f743a2074696d604482015272657374616d70206f7574206f662072616e676560681b60648201526084016106ca565b604080516001600160401b03841660208201526000918291720f3df6d732807ef1319fb7b8bb8522d0beac02910160408051601f1981840301815290829052610f0e916143b3565b600060405180830381855afa9150503d8060008114610f49576040519150601f19603f3d011682016040523d82523d6000602084013e610f4e565b606091505b5091509150818015610f61575060008151115b610fd35760405162461bcd60e51b815260206004820152603860248201527f456967656e506f642e676574506172656e74426c6f636b526f6f743a20696e7660448201527f616c696420626c6f636b20726f6f742072657475726e6564000000000000000060648201526084016106ca565b80806020019051810190610fe791906143cf565b949350505050565b6110176040805160808101825260008082526020820181905291810182905290606082015290565b600082815260366020908152604091829020825160808101845281546001600160401b038082168352600160401b8204811694830194909452600160801b810490931693810193909352906060830190600160c01b900460ff16600281111561108257611082613d8f565b600281111561109357611093613d8f565b90525092915050565b6033546001600160a01b03163314806110bf5750603e546001600160a01b031633145b6110db5760405162461bcd60e51b81526004016106ca90614253565b604051635ac86ab760e01b8152600660048201819052907f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b031690635ac86ab790602401602060405180830381865afa158015611143573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611167919061414a565b156111845760405162461bcd60e51b81526004016106ca90614167565b61118d8261227e565b5050565b336001600160a01b037f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe616146111d95760405162461bcd60e51b81526004016106ca906143e8565b346801bc16d674ec800000146112655760405162461bcd60e51b8152602060048201526044602482018190527f456967656e506f642e7374616b653a206d75737420696e697469616c6c792073908201527f74616b6520666f7220616e792076616c696461746f72207769746820333220656064820152633a3432b960e11b608482015260a4016106ca565b7f00000000000000000000000000000000219ab540356cbb839cbe05303d7705fa6001600160a01b031663228951186801bc16d674ec80000087876112a8612bf4565b8888886040518863ffffffff1660e01b81526004016112cc9695949392919061448e565b6000604051808303818588803b1580156112e557600080fd5b505af11580156112f9573d6000803e3d6000fd5b50505050507f606865b7934a25d4aed43f6cdb426403353fa4b3009c4d228407474581b01e23858560405161132f9291906144dd565b60405180910390a15050505050565b6113666040805160808101825260008082526020820181905291810182905290606082015290565b603660006113a985858080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250612afa92505050565b81526020808201929092526040908101600020815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b81049094169281019290925290916060830190600160c01b900460ff16600281111561141657611416613d8f565b600281111561142757611427613d8f565b9052509392505050565b336001600160a01b037f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe616146114795760405162461bcd60e51b81526004016106ca906143e8565b611487633b9aca0082614507565b156115115760405162461bcd60e51b815260206004820152604e60248201527f456967656e506f642e776974686472617752657374616b6564426561636f6e4360448201527f6861696e4554483a20616d6f756e74576569206d75737420626520612077686f60648201526d1b194811ddd95a48185b5bdd5b9d60921b608482015260a4016106ca565b6000611521633b9aca008361451b565b6034549091506001600160401b0390811690821611156115da5760405162461bcd60e51b815260206004820152606260248201527f456967656e506f642e776974686472617752657374616b6564426561636f6e4360448201527f6861696e4554483a20616d6f756e74477765692065786365656473207769746860648201527f6472617761626c6552657374616b6564457865637574696f6e4c617965724777608482015261656960f01b60a482015260c4016106ca565b603480548291906000906115f89084906001600160401b031661452f565b92506101000a8154816001600160401b0302191690836001600160401b03160217905550826001600160a01b03167f8947fd2ce07ef9cc302c4e8f0461015615d91ce851564839e91cc804c2f49d8e8360405161165791815260200190565b60405180910390a26116698383612c39565b505050565b600054610100900460ff161580801561168e5750600054600160ff909116105b806116a85750303b1580156116a8575060005460ff166001145b61170b5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016106ca565b6000805460ff19166001179055801561172e576000805461ff0019166101001790555b6001600160a01b0382166117a15760405162461bcd60e51b815260206004820152603460248201527f456967656e506f642e696e697469616c697a653a20706f644f776e65722063616044820152736e6e6f74206265207a65726f206164647265737360601b60648201526084016106ca565b603380546001600160a01b0319166001600160a01b038416179055801561118d576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15050565b6033546001600160a01b0316331461182f5760405162461bcd60e51b81526004016106ca90614557565b603e54604080516001600160a01b03928316815291831660208301527ffb8129080a19d34dceac04ba253fc50304dc86c729bd63cdca4a969ad19a5eac910160405180910390a1603e80546001600160a01b0319166001600160a01b0392909216919091179055565b6033546001600160a01b031633146118c25760405162461bcd60e51b81526004016106ca90614557565b604051635ac86ab760e01b8152600560048201819052907f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b031690635ac86ab790602401602060405180830381865afa15801561192a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061194e919061414a565b1561196b5760405162461bcd60e51b81526004016106ca90614167565b82518451146119f65760405162461bcd60e51b815260206004820152604b60248201527f456967656e506f642e7265636f766572546f6b656e733a20746f6b656e4c697360448201527f7420616e6420616d6f756e7473546f5769746864726177206d7573742062652060648201526a0e6c2daca40d8cadccee8d60ab1b608482015260a4016106ca565b60005b8451811015611a6457611a5283858381518110611a1857611a186142c7565b6020026020010151878481518110611a3257611a326142c7565b60200260200101516001600160a01b0316612d529092919063ffffffff16565b80611a5c81614332565b9150506119f9565b5050505050565b604051635ac86ab760e01b8152600760048201819052907f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b031690635ac86ab790602401602060405180830381865afa158015611ad3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611af7919061414a565b15611b145760405162461bcd60e51b81526004016106ca90614167565b603a54600160401b90046001600160401b031680611bc05760405162461bcd60e51b815260206004820152605860248201527f456967656e506f642e766572696679436865636b706f696e7450726f6f66733a60448201527f206d75737420686176652061637469766520636865636b706f696e7420746f2060648201527f706572666f726d20636865636b706f696e742070726f6f660000000000000000608482015260a4016106ca565b60408051608081018252603c54808252603d5462ffffff811660208401526001600160401b03630100000082041693830193909352600160581b909204600f0b606082015290611c109087612da4565b6000805b85811015611e645736878783818110611c2f57611c2f6142c7565b9050602002810190611c41919061459f565b80356000908152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff166002811115611cb257611cb2613d8f565b6002811115611cc357611cc3613d8f565b9052509050600181606001516002811115611ce057611ce0613d8f565b14611cec575050611e52565b856001600160401b031681604001516001600160401b031610611d10575050611e52565b600080611d2083898e3587612f20565b602089018051929450909250611d35826145b5565b62ffffff16905250606087018051839190611d519083906145d4565b600f0b905250611d618187614623565b84356000908152603660209081526040918290208651815492880151938801516001600160401b03908116600160801b0267ffffffffffffffff60801b19958216600160401b026001600160801b0319909516919092161792909217928316821781556060870151939950869390929091839160ff60c01b1990911668ffffffffffffffffff60801b1990911617600160c01b836002811115611e0657611e06613d8f565b021790555050835160405164ffffffffff90911691506001600160401b038a16907fa91c59033c3423e18b54d0acecebb4972f9ea95aedf5f4cae3b677b02eaf3a3f90600090a3505050505b80611e5c81614332565b915050611c14565b506001600160401b038084166000908152603b6020526040812080548493919291611e9191859116614623565b92506101000a8154816001600160401b0302191690836001600160401b03160217905550610a5e82613042565b600081600081518110611ed357611ed36142c7565b60200260200101519050919050565b600081600381518110611ef757611ef76142c7565b60200260200101516000801b14159050919050565b611f186003602061434d565b611f25602083018361420d565b905014611f9a5760405162461bcd60e51b815260206004820152603d60248201527f426561636f6e436861696e50726f6f66732e7665726966795374617465526f6f60448201527f743a2050726f6f662068617320696e636f7272656374206c656e67746800000060648201526084016106ca565b611fea611faa602083018361420d565b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525086925050843590506003613249565b61118d5760405162461bcd60e51b815260206004820152604260248201527f426561636f6e436861696e50726f6f66732e7665726966795374617465526f6f60448201527f743a20496e76616c696420737461746520726f6f74206d65726b6c652070726f60648201526137b360f11b608482015260a4016106ca565b600884146120e25760405162461bcd60e51b815260206004820152604e602482015260008051602061485d83398151915260448201527f724669656c64733a2056616c696461746f72206669656c64732068617320696e60648201526d0c6dee4e4cac6e840d8cadccee8d60931b608482015260a4016106ca565b60056120f06028600161431a565b6120fa919061431a565b61210590602061434d565b82146121735760405162461bcd60e51b8152602060048201526043602482015260008051602061485d83398151915260448201527f724669656c64733a2050726f6f662068617320696e636f7272656374206c656e6064820152620cee8d60eb1b608482015260a4016106ca565b60006121b186868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061326192505050565b9050600064ffffffffff83166121c96028600161431a565b600b901b17905061221485858080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508c9250869150859050613249565b6122745760405162461bcd60e51b815260206004820152603d602482015260008051602061485d83398151915260448201527f724669656c64733a20496e76616c6964206d65726b6c652070726f6f6600000060648201526084016106ca565b5050505050505050565b603a54600160401b90046001600160401b03161561231f5760405162461bcd60e51b815260206004820152605260248201527f456967656e506f642e5f7374617274436865636b706f696e743a206d7573742060448201527f66696e6973682070726576696f757320636865636b706f696e74206265666f72606482015271329039ba30b93a34b7339030b737ba3432b960711b608482015260a4016106ca565b603a54426001600160401b03908116911614156123a45760405162461bcd60e51b815260206004820152603f60248201527f456967656e506f642e5f7374617274436865636b706f696e743a2063616e6e6f60448201527f7420636865636b706f696e7420747769636520696e206f6e6520626c6f636b0060648201526084016106ca565b6034546000906001600160401b03166123c1633b9aca004761451b565b6123cb919061452f565b90508180156123e157506001600160401b038116155b156124545760405162461bcd60e51b815260206004820152603d60248201527f456967656e506f642e5f7374617274436865636b706f696e743a206e6f20626160448201527f6c616e636520617661696c61626c6520746f20636865636b706f696e7400000060648201526084016106ca565b6000604051806080016040528061246a42610e3b565b815260200160395462ffffff168152602001836001600160401b031681526020016000600f0b815250905042603a60086101000a8154816001600160401b0302191690836001600160401b031602179055506124c581613042565b805160208083015160405162ffffff90911681526001600160401b034216917f575796133bbed337e5b39aa49a30dc2556a91e0c6c2af4b7b886ae77ebef1076910160405180910390a3505050565b600080612553848480806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250611ebe92505050565b6000818152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff1660028111156125c2576125c2613d8f565b60028111156125d3576125d3613d8f565b90525090506000816060015160028111156125f0576125f0613d8f565b146126815760405162461bcd60e51b8152602060048201526061602482015260008051602061483d83398151915260448201527f7469616c733a2076616c696461746f72206d75737420626520696e616374697660648201527f6520746f2070726f7665207769746864726177616c2063726564656e7469616c6084820152607360f81b60a482015260c4016106ca565b6001600160401b0380166126c786868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061350e92505050565b6001600160401b031614156127505760405162461bcd60e51b8152602060048201526055602482015260008051602061483d83398151915260448201527f7469616c733a2076616c696461746f72206d75737420626520696e207468652060648201527470726f63657373206f662061637469766174696e6760581b608482015260a4016106ca565b6001600160401b03801661279686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061353392505050565b6001600160401b03161461280e5760405162461bcd60e51b81526020600482015260446024820181905260008051602061483d833981519152908201527f7469616c733a2076616c696461746f72206d757374206e6f742062652065786960648201526374696e6760e01b608482015260a4016106ca565b612816612bf4565b61281f9061464e565b61285b86868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061354b92505050565b146128ca5760405162461bcd60e51b8152602060048201526045602482015260008051602061483d83398151915260448201527f7469616c733a2070726f6f66206973206e6f7420666f72207468697320456967606482015264195b941bd960da1b608482015260a4016106ca565b600061290886868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061356092505050565b90506129188a87878b8b8e612067565b6039805490600061292883614332565b9091555050603a54600090600160401b90046001600160401b03161561296057603a54600160401b90046001600160401b031661296d565b603a546001600160401b03165b6040805160808101825264ffffffffff8d1681526001600160401b03858116602083015283169181019190915290915060608101600190526000858152603660209081526040918290208351815492850151938501516001600160401b03908116600160801b0267ffffffffffffffff60801b19958216600160401b026001600160801b031990951691909216179290921792831682178155606084015190929091839160ff60c01b1990911668ffffffffffffffffff60801b1990911617600160c01b836002811115612a4357612a43613d8f565b02179055505060405164ffffffffff8c1681527f2d0800bbc377ea54a08c5db6a87aafff5e3e9c8fead0eda110e40e0c10441449915060200160405180910390a16040805164ffffffffff8c1681526001600160401b03838116602083015284168183015290517f0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df9181900360600190a1612aeb633b9aca006001600160401b03841661434d565b9b9a5050505050505050505050565b60008151603014612b835760405162461bcd60e51b815260206004820152604760248201527f456967656e506f642e5f63616c63756c61746556616c696461746f725075626b60448201527f657948617368206d75737420626520612034382d6279746520424c53207075626064820152666c6963206b657960c81b608482015260a4016106ca565b604051600290612b9a908490600090602001614672565b60408051601f1981840301815290829052612bb4916143b3565b602060405180830381855afa158015612bd1573d6000803e3d6000fd5b5050506040513d601f19601f82011682018060405250810190610e3591906143cf565b60408051600160f81b60208201526000602182015230606090811b6bffffffffffffffffffffffff1916602c8301529101604051602081830303815290604052905090565b80471015612c895760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a20696e73756666696369656e742062616c616e636500000060448201526064016106ca565b6000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114612cd6576040519150601f19603f3d011682016040523d82523d6000602084013e612cdb565b606091505b50509050806116695760405162461bcd60e51b815260206004820152603a60248201527f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260448201527f6563697069656e74206d6179206861766520726576657274656400000000000060648201526084016106ca565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663a9059cbb60e01b179052611669908490613578565b612db06005600361431a565b612dbb90602061434d565b612dc8602083018361420d565b905014612e4b5760405162461bcd60e51b8152602060048201526044602482018190527f426561636f6e436861696e50726f6f66732e76657269667942616c616e636543908201527f6f6e7461696e65723a2050726f6f662068617320696e636f7272656374206c656064820152630dccee8d60e31b608482015260a4016106ca565b606c612e9c612e5d602084018461420d565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250879250508535905084613249565b6116695760405162461bcd60e51b815260206004820152604960248201527f426561636f6e436861696e50726f6f66732e76657269667942616c616e63654360448201527f6f6e7461696e65723a20696e76616c69642062616c616e636520636f6e7461696064820152683732b910383937b7b360b91b608482015260a4016106ca565b83516020850151600091829182612f3887848861364a565b9050816001600160401b0316816001600160401b031614612fb257612f5d81836137c1565b6040805164ffffffffff861681526001600160401b038b8116602083015284168183015290519196507f0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df919081900360600190a15b6001600160401b0380821660208b0181905290891660408b01526130365760398054906000612fe0836146a1565b9091555050600260608a0152612ff5856146b8565b93508264ffffffffff16886001600160401b03167f2a02361ffa66cf2c2da4682c2355a6adcaa9f6c227b6e6563e68480f9587626a60405160405180910390a35b50505094509492505050565b602081015162ffffff166131c9576000633b9aca00826060015183604001516001600160401b031661307491906145d4565b600f0b61308191906146df565b60408301516034805492935090916000906130a69084906001600160401b0316614623565b82546101009290920a6001600160401b03818102199093169183160217909155603a8054600160401b81049092166001600160801b0319909216919091179055506000603c55603d80546001600160d81b031916905560335460405163030b147160e61b81526001600160a01b039182166004820152602481018390527f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe69091169063c2c51c4090604401600060405180830381600087803b15801561316b57600080fd5b505af115801561317f573d6000803e3d6000fd5b5050603a546040518481526001600160401b0390911692507f525408c201bc1576eb44116f6478f1c2a54775b19a043bcfdc708364f74f8e44915060200160405180910390a25050565b8051603c556020810151603d8054604084015160608501516fffffffffffffffffffffffffffffffff16600160581b026fffffffffffffffffffffffffffffffff60581b196001600160401b039092166301000000026affffffffffffffffffffff1990931662ffffff9095169490941791909117169190911790555b50565b6000836132578685856137d9565b1495945050505050565b60008060028351613272919061451b565b90506000816001600160401b0381111561328e5761328e613f3d565b6040519080825280602002602001820160405280156132b7578160200160208202803683370190505b50905060005b828110156133be576002856132d2838361434d565b815181106132e2576132e26142c7565b6020026020010151868360026132f8919061434d565b61330390600161431a565b81518110613313576133136142c7565b6020026020010151604051602001613335929190918252602082015260400190565b60408051601f198184030181529082905261334f916143b3565b602060405180830381855afa15801561336c573d6000803e3d6000fd5b5050506040513d601f19601f8201168201806040525081019061338f91906143cf565b8282815181106133a1576133a16142c7565b6020908102919091010152806133b681614332565b9150506132bd565b506133ca60028361451b565b91505b81156134ea5760005b828110156134d7576002826133eb838361434d565b815181106133fb576133fb6142c7565b602002602001015183836002613411919061434d565b61341c90600161431a565b8151811061342c5761342c6142c7565b602002602001015160405160200161344e929190918252602082015260400190565b60408051601f1981840301815290829052613468916143b3565b602060405180830381855afa158015613485573d6000803e3d6000fd5b5050506040513d601f19601f820116820180604052508101906134a891906143cf565b8282815181106134ba576134ba6142c7565b6020908102919091010152806134cf81614332565b9150506133d6565b506134e360028361451b565b91506133cd565b806000815181106134fd576134fd6142c7565b602002602001015192505050919050565b6000610e3582600581518110613526576135266142c7565b6020026020010151613925565b6000610e3582600681518110613526576135266142c7565b600081600181518110611ed357611ed36142c7565b6000610e3582600281518110613526576135266142c7565b60006135cd826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b031661398c9092919063ffffffff16565b80519091501561166957808060200190518101906135eb919061414a565b6116695760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b60648201526084016106ca565b60006136586026600161431a565b61366390602061434d565b613670604084018461420d565b9050146136e15760405162461bcd60e51b81526020600482015260446024820181905260008051602061485d833981519152908201527f7242616c616e63653a2050726f6f662068617320696e636f7272656374206c656064820152630dccee8d60e31b608482015260a4016106ca565b60006136ee600485614764565b64ffffffffff169050613748613707604085018561420d565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508992505050602086013584613249565b6137a85760405162461bcd60e51b815260206004820152603e602482015260008051602061485d83398151915260448201527f7242616c616e63653a20496e76616c6964206d65726b6c652070726f6f66000060648201526084016106ca565b6137b683602001358561399b565b9150505b9392505050565b60006137ba6001600160401b03808416908516614788565b600083516000141580156137f85750602084516137f69190614507565b155b6138875760405162461bcd60e51b815260206004820152605460248201527f4d65726b6c652e70726f63657373496e636c7573696f6e50726f6f665368613260448201527f35363a2070726f6f66206c656e6774682073686f756c642062652061206e6f6e60648201527316bd32b9379036bab63a34b836329037b310199960611b608482015260a4016106ca565b604080516020808201909252848152905b8551811161391b576138ab600285614507565b6138de578151600052808601516020526020826040600060026107d05a03fa6138d357600080fd5b600284049350613909565b8086015160005281516020526020826040600060026107d05a03fa61390257600080fd5b6002840493505b61391460208261431a565b9050613898565b5051949350505050565b60f881901c60e882901c61ff00161760d882901c62ff0000161760c882901c63ff000000161764ff0000000060b883901c161765ff000000000060a883901c161766ff000000000000609883901c161767ff0000000000000060889290921c919091161790565b6060610fe784846000856139c8565b6000806139a96004846147d8565b6139b49060406147fc565b64ffffffffff169050610fe784821b613925565b606082471015613a295760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b60648201526084016106ca565b6001600160a01b0385163b613a805760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016106ca565b600080866001600160a01b03168587604051613a9c91906143b3565b60006040518083038185875af1925050503d8060008114613ad9576040519150601f19603f3d011682016040523d82523d6000602084013e613ade565b606091505b5091509150613aee828286613af9565b979650505050505050565b60608315613b085750816137ba565b825115613b185782518084602001fd5b8160405162461bcd60e51b81526004016106ca9190614829565b80356001600160401b0381168114613b4957600080fd5b919050565b600060408284031215613b6057600080fd5b50919050565b600080600060608486031215613b7b57600080fd5b613b8484613b32565b925060208401356001600160401b0380821115613ba057600080fd5b613bac87838801613b4e565b93506040860135915080821115613bc257600080fd5b50613bcf86828701613b4e565b9150509250925092565b60008083601f840112613beb57600080fd5b5081356001600160401b03811115613c0257600080fd5b6020830191508360208260051b8501011115613c1d57600080fd5b9250929050565b60008060008060008060008060a0898b031215613c4057600080fd5b613c4989613b32565b975060208901356001600160401b0380821115613c6557600080fd5b613c718c838d01613b4e565b985060408b0135915080821115613c8757600080fd5b613c938c838d01613bd9565b909850965060608b0135915080821115613cac57600080fd5b613cb88c838d01613bd9565b909650945060808b0135915080821115613cd157600080fd5b50613cde8b828c01613bd9565b999c989b5096995094979396929594505050565b600060208284031215613d0457600080fd5b6137ba82613b32565b60008083601f840112613d1f57600080fd5b5081356001600160401b03811115613d3657600080fd5b602083019150836020828501011115613c1d57600080fd5b60008060208385031215613d6157600080fd5b82356001600160401b03811115613d7757600080fd5b613d8385828601613d0d565b90969095509350505050565b634e487b7160e01b600052602160045260246000fd5b60038110613dc357634e487b7160e01b600052602160045260246000fd5b9052565b60208101610e358284613da5565b600060208284031215613de757600080fd5b5035919050565b60006080820190506001600160401b03808451168352806020850151166020840152806040850151166040840152506060830151613e2f6060840182613da5565b5092915050565b801515811461324657600080fd5b600060208284031215613e5657600080fd5b81356137ba81613e36565b600080600080600060608688031215613e7957600080fd5b85356001600160401b0380821115613e9057600080fd5b613e9c89838a01613d0d565b90975095506020880135915080821115613eb557600080fd5b50613ec288828901613d0d565b96999598509660400135949350505050565b6001600160a01b038116811461324657600080fd5b8035613b4981613ed4565b60008060408385031215613f0757600080fd5b8235613f1281613ed4565b946020939093013593505050565b600060208284031215613f3257600080fd5b81356137ba81613ed4565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f191681016001600160401b0381118282101715613f7b57613f7b613f3d565b604052919050565b60006001600160401b03821115613f9c57613f9c613f3d565b5060051b60200190565b600082601f830112613fb757600080fd5b81356020613fcc613fc783613f83565b613f53565b82815260059290921b84018101918181019086841115613feb57600080fd5b8286015b848110156140065780358352918301918301613fef565b509695505050505050565b60008060006060848603121561402657600080fd5b83356001600160401b038082111561403d57600080fd5b818601915086601f83011261405157600080fd5b81356020614061613fc783613f83565b82815260059290921b8401810191818101908a84111561408057600080fd5b948201945b838610156140a757853561409881613ed4565b82529482019490820190614085565b975050870135925050808211156140bd57600080fd5b506140ca86828701613fa6565b9250506140d960408501613ee9565b90509250925092565b6000806000604084860312156140f757600080fd5b83356001600160401b038082111561410e57600080fd5b61411a87838801613b4e565b9450602086013591508082111561413057600080fd5b5061413d86828701613bd9565b9497909650939450505050565b60006020828403121561415c57600080fd5b81516137ba81613e36565b6020808252603e908201527f456967656e506f642e6f6e6c795768656e4e6f745061757365643a20696e646560408201527f782069732070617573656420696e20456967656e506f644d616e616765720000606082015260800190565b6000808335601e198436030181126141db57600080fd5b8301803591506001600160401b038211156141f557600080fd5b6020019150600581901b3603821315613c1d57600080fd5b6000808335601e1984360301811261422457600080fd5b8301803591506001600160401b0382111561423e57600080fd5b602001915036819003821315613c1d57600080fd5b6020808252604e908201527f456967656e506f642e6f6e6c794f776e65724f7250726f6f665375626d69747460408201527f65723a2063616c6c6572206973206e6f7420706f64206f776e6572206f72207060608201526d3937b7b31039bab136b4ba3a32b960911b608082015260a00190565b634e487b7160e01b600052603260045260246000fd5b6000602082840312156142ef57600080fd5b813564ffffffffff811681146137ba57600080fd5b634e487b7160e01b600052601160045260246000fd5b6000821982111561432d5761432d614304565b500190565b600060001982141561434657614346614304565b5060010190565b600081600019048311821515161561436757614367614304565b500290565b60008282101561437e5761437e614304565b500390565b60005b8381101561439e578181015183820152602001614386565b838111156143ad576000848401525b50505050565b600082516143c5818460208701614383565b9190910192915050565b6000602082840312156143e157600080fd5b5051919050565b60208082526031908201527f456967656e506f642e6f6e6c79456967656e506f644d616e616765723a206e6f6040820152703a1032b4b3b2b72837b226b0b730b3b2b960791b606082015260800190565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6000815180845261447a816020860160208601614383565b601f01601f19169290920160200192915050565b6080815260006144a260808301888a614439565b82810360208401526144b48188614462565b905082810360408401526144c9818688614439565b915050826060830152979650505050505050565b602081526000610fe7602083018486614439565b634e487b7160e01b600052601260045260246000fd5b600082614516576145166144f1565b500690565b60008261452a5761452a6144f1565b500490565b60006001600160401b038381169083168181101561454f5761454f614304565b039392505050565b60208082526028908201527f456967656e506f642e6f6e6c79456967656e506f644f776e65723a206e6f74206040820152673837b227bbb732b960c11b606082015260800190565b60008235605e198336030181126143c557600080fd5b600062ffffff8216806145ca576145ca614304565b6000190192915050565b600081600f0b83600f0b600082128260016001607f1b03038213811516156145fe576145fe614304565b8260016001607f1b031903821281161561461a5761461a614304565b50019392505050565b60006001600160401b0380831681851680830382111561464557614645614304565b01949350505050565b80516020808301519190811015613b605760001960209190910360031b1b16919050565b60008351614684818460208801614383565b6001600160801b0319939093169190920190815260100192915050565b6000816146b0576146b0614304565b506000190190565b600081600f0b60016001607f1b03198114156146d6576146d6614304565b60000392915050565b60006001600160ff1b038184138284138082168684048611161561470557614705614304565b600160ff1b600087128281168783058912161561472457614724614304565b6000871292508782058712848416161561474057614740614304565b8785058712818416161561475657614756614304565b505050929093029392505050565b600064ffffffffff8084168061477c5761477c6144f1565b92169190910492915050565b600081600f0b83600f0b600081128160016001607f1b0319018312811516156147b3576147b3614304565b8160016001607f1b030183138116156147ce576147ce614304565b5090039392505050565b600064ffffffffff808416806147f0576147f06144f1565b92169190910692915050565b600064ffffffffff8083168185168183048111821515161561482057614820614304565b02949350505050565b6020815260006137ba602083018461446256fe456967656e506f642e5f7665726966795769746864726177616c43726564656e426561636f6e436861696e50726f6f66732e76657269667956616c696461746fa2646970667358221220f9f5d60682fdf4bd864fc835508826f6acc08906f8f542cf21a19958bf5c855064736f6c634300080c0033","gas_used":3750361,"gas_limit":4979128,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x60806040526004361061016a5760003560e01c80636fcd0e53116100d1578063c49074421161008a578063dda3346c11610064578063dda3346c1461058d578063ee94d67c146105ad578063f074ba62146105cd578063f2882461146105ed57600080fd5b8063c49074421461052d578063c4d66de81461054d578063d06d55871461056d57600080fd5b80636fcd0e53146104425780637439841f1461046f57806374cdd798146104a657806388676cad146104da5780639b4e4634146104fa578063b522538a1461050d57600080fd5b80634665bcda116101235780634665bcda146102ab57806347d28372146102df57806352396a591461039f57806358753357146103d557806358eaee79146103f55780636c0d2d5a1461042257600080fd5b8063039157d2146101a95780630b18ff66146101cb5780632340e8d3146102085780633474aa161461022c5780633f65cf191461026457806342ecff2a1461028457600080fd5b366101a4576040513481527f6fdd3dbdb173299608c0aa9f368735857c8842b581f8389238bf05bd04b3bf499060200160405180910390a1005b600080fd5b3480156101b557600080fd5b506101c96101c4366004613b66565b610621565b005b3480156101d757600080fd5b506033546101eb906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b34801561021457600080fd5b5061021e60395481565b6040519081526020016101ff565b34801561023857600080fd5b5060345461024c906001600160401b031681565b6040516001600160401b0390911681526020016101ff565b34801561027057600080fd5b506101c961027f366004613c24565b610a67565b34801561029057600080fd5b50603a5461024c90600160401b90046001600160401b031681565b3480156102b757600080fd5b506101eb7f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe681565b3480156102eb57600080fd5b5061035b6040805160808101825260008082526020820181905291810182905260608101919091525060408051608081018252603c548152603d5462ffffff811660208301526001600160401b03630100000082041692820192909252600160581b909104600f0b606082015290565b6040516101ff91908151815260208083015162ffffff16908201526040808301516001600160401b031690820152606091820151600f0b9181019190915260800190565b3480156103ab57600080fd5b5061024c6103ba366004613cf2565b603b602052600090815260409020546001600160401b031681565b3480156103e157600080fd5b50603e546101eb906001600160a01b031681565b34801561040157600080fd5b50610415610410366004613d4e565b610dd6565b6040516101ff9190613dc7565b34801561042e57600080fd5b5061021e61043d366004613cf2565b610e3b565b34801561044e57600080fd5b5061046261045d366004613dd5565b610fef565b6040516101ff9190613dee565b34801561047b57600080fd5b5061041561048a366004613dd5565b600090815260366020526040902054600160c01b900460ff1690565b3480156104b257600080fd5b506101eb7f00000000000000000000000000000000219ab540356cbb839cbe05303d7705fa81565b3480156104e657600080fd5b506101c96104f5366004613e44565b61109c565b6101c9610508366004613e61565b611191565b34801561051957600080fd5b50610462610528366004613d4e565b61133e565b34801561053957600080fd5b506101c9610548366004613ef4565b611431565b34801561055957600080fd5b506101c9610568366004613f20565b61166e565b34801561057957600080fd5b506101c9610588366004613f20565b611805565b34801561059957600080fd5b506101c96105a8366004614011565b611898565b3480156105b957600080fd5b50603a5461024c906001600160401b031681565b3480156105d957600080fd5b506101c96105e83660046140e2565b611a6b565b3480156105f957600080fd5b5061024c7f000000000000000000000000000000000000000000000000000000006059f46081565b604051635ac86ab760e01b8152600660048201819052907f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b031690635ac86ab790602401602060405180830381865afa158015610689573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106ad919061414a565b156106d35760405162461bcd60e51b81526004016106ca90614167565b60405180910390fd5b604051635ac86ab760e01b8152600860048201819052907f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b031690635ac86ab790602401602060405180830381865afa15801561073b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061075f919061414a565b1561077c5760405162461bcd60e51b81526004016106ca90614167565b60006107c261078b85806141c4565b80806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250611ebe92505050565b6000818152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff16600281111561083157610831613d8f565b600281111561084257610842613d8f565b81525050905080604001516001600160401b0316876001600160401b0316116108d5576040805162461bcd60e51b81526020600482015260248101919091527f456967656e506f642e7665726966795374616c6542616c616e63653a2070726f60448201527f6f66206973206f6c646572207468616e206c61737420636865636b706f696e7460648201526084016106ca565b6001816060015160028111156108ed576108ed613d8f565b146109575760405162461bcd60e51b815260206004820152603460248201527f456967656e506f642e7665726966795374616c6542616c616e63653a2076616c604482015273696461746f72206973206e6f742061637469766560601b60648201526084016106ca565b61099b61096486806141c4565b80806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250611ee292505050565b610a1f5760405162461bcd60e51b815260206004820152604960248201527f456967656e506f642e7665726966795374616c6542616c616e63653a2076616c60448201527f696461746f72206d75737420626520736c617368656420746f206265206d61726064820152686b6564207374616c6560b81b608482015260a4016106ca565b610a31610a2b88610e3b565b87611f0c565b610a548635610a4087806141c4565b610a4d60208a018a61420d565b8651612067565b610a5e600061227e565b50505050505050565b6033546001600160a01b0316331480610a8a5750603e546001600160a01b031633145b610aa65760405162461bcd60e51b81526004016106ca90614253565b604051635ac86ab760e01b8152600260048201819052907f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b031690635ac86ab790602401602060405180830381865afa158015610b0e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b32919061414a565b15610b4f5760405162461bcd60e51b81526004016106ca90614167565b8584148015610b5d57508382145b610bed5760405162461bcd60e51b815260206004820152605560248201527f456967656e506f642e7665726966795769746864726177616c43726564656e7460448201527f69616c733a2076616c696461746f72496e646963657320616e642070726f6f666064820152740e640daeae6e840c4ca40e6c2daca40d8cadccee8d605b1b608482015260a4016106ca565b603a546001600160401b03600160401b9091048116908a1611610c8d5760405162461bcd60e51b815260206004820152604c60248201527f456967656e506f642e7665726966795769746864726177616c43726564656e7460448201527f69616c733a207370656369666965642074696d657374616d7020697320746f6f60648201526b0819985c881a5b881c185cdd60a21b608482015260a4016106ca565b610c9f610c998a610e3b565b89611f0c565b6000805b87811015610d4257610d248a358a8a84818110610cc257610cc26142c7565b9050602002016020810190610cd791906142dd565b898985818110610ce957610ce96142c7565b9050602002810190610cfb919061420d565b898987818110610d0d57610d0d6142c7565b9050602002810190610d1f91906141c4565b612514565b610d2e908361431a565b915080610d3a81614332565b915050610ca3565b5060335460405163030b147160e61b81526001600160a01b039182166004820152602481018390527f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe69091169063c2c51c4090604401600060405180830381600087803b158015610db257600080fd5b505af1158015610dc6573d6000803e3d6000fd5b5050505050505050505050505050565b600080610e1884848080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250612afa92505050565b600090815260366020526040902054600160c01b900460ff169150505b92915050565b6000610e4a611fff600c61434d565b610e5d6001600160401b0384164261436c565b10610ec65760405162461bcd60e51b815260206004820152603360248201527f456967656e506f642e676574506172656e74426c6f636b526f6f743a2074696d604482015272657374616d70206f7574206f662072616e676560681b60648201526084016106ca565b604080516001600160401b03841660208201526000918291720f3df6d732807ef1319fb7b8bb8522d0beac02910160408051601f1981840301815290829052610f0e916143b3565b600060405180830381855afa9150503d8060008114610f49576040519150601f19603f3d011682016040523d82523d6000602084013e610f4e565b606091505b5091509150818015610f61575060008151115b610fd35760405162461bcd60e51b815260206004820152603860248201527f456967656e506f642e676574506172656e74426c6f636b526f6f743a20696e7660448201527f616c696420626c6f636b20726f6f742072657475726e6564000000000000000060648201526084016106ca565b80806020019051810190610fe791906143cf565b949350505050565b6110176040805160808101825260008082526020820181905291810182905290606082015290565b600082815260366020908152604091829020825160808101845281546001600160401b038082168352600160401b8204811694830194909452600160801b810490931693810193909352906060830190600160c01b900460ff16600281111561108257611082613d8f565b600281111561109357611093613d8f565b90525092915050565b6033546001600160a01b03163314806110bf5750603e546001600160a01b031633145b6110db5760405162461bcd60e51b81526004016106ca90614253565b604051635ac86ab760e01b8152600660048201819052907f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b031690635ac86ab790602401602060405180830381865afa158015611143573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611167919061414a565b156111845760405162461bcd60e51b81526004016106ca90614167565b61118d8261227e565b5050565b336001600160a01b037f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe616146111d95760405162461bcd60e51b81526004016106ca906143e8565b346801bc16d674ec800000146112655760405162461bcd60e51b8152602060048201526044602482018190527f456967656e506f642e7374616b653a206d75737420696e697469616c6c792073908201527f74616b6520666f7220616e792076616c696461746f72207769746820333220656064820152633a3432b960e11b608482015260a4016106ca565b7f00000000000000000000000000000000219ab540356cbb839cbe05303d7705fa6001600160a01b031663228951186801bc16d674ec80000087876112a8612bf4565b8888886040518863ffffffff1660e01b81526004016112cc9695949392919061448e565b6000604051808303818588803b1580156112e557600080fd5b505af11580156112f9573d6000803e3d6000fd5b50505050507f606865b7934a25d4aed43f6cdb426403353fa4b3009c4d228407474581b01e23858560405161132f9291906144dd565b60405180910390a15050505050565b6113666040805160808101825260008082526020820181905291810182905290606082015290565b603660006113a985858080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250612afa92505050565b81526020808201929092526040908101600020815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b81049094169281019290925290916060830190600160c01b900460ff16600281111561141657611416613d8f565b600281111561142757611427613d8f565b9052509392505050565b336001600160a01b037f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe616146114795760405162461bcd60e51b81526004016106ca906143e8565b611487633b9aca0082614507565b156115115760405162461bcd60e51b815260206004820152604e60248201527f456967656e506f642e776974686472617752657374616b6564426561636f6e4360448201527f6861696e4554483a20616d6f756e74576569206d75737420626520612077686f60648201526d1b194811ddd95a48185b5bdd5b9d60921b608482015260a4016106ca565b6000611521633b9aca008361451b565b6034549091506001600160401b0390811690821611156115da5760405162461bcd60e51b815260206004820152606260248201527f456967656e506f642e776974686472617752657374616b6564426561636f6e4360448201527f6861696e4554483a20616d6f756e74477765692065786365656473207769746860648201527f6472617761626c6552657374616b6564457865637574696f6e4c617965724777608482015261656960f01b60a482015260c4016106ca565b603480548291906000906115f89084906001600160401b031661452f565b92506101000a8154816001600160401b0302191690836001600160401b03160217905550826001600160a01b03167f8947fd2ce07ef9cc302c4e8f0461015615d91ce851564839e91cc804c2f49d8e8360405161165791815260200190565b60405180910390a26116698383612c39565b505050565b600054610100900460ff161580801561168e5750600054600160ff909116105b806116a85750303b1580156116a8575060005460ff166001145b61170b5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016106ca565b6000805460ff19166001179055801561172e576000805461ff0019166101001790555b6001600160a01b0382166117a15760405162461bcd60e51b815260206004820152603460248201527f456967656e506f642e696e697469616c697a653a20706f644f776e65722063616044820152736e6e6f74206265207a65726f206164647265737360601b60648201526084016106ca565b603380546001600160a01b0319166001600160a01b038416179055801561118d576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15050565b6033546001600160a01b0316331461182f5760405162461bcd60e51b81526004016106ca90614557565b603e54604080516001600160a01b03928316815291831660208301527ffb8129080a19d34dceac04ba253fc50304dc86c729bd63cdca4a969ad19a5eac910160405180910390a1603e80546001600160a01b0319166001600160a01b0392909216919091179055565b6033546001600160a01b031633146118c25760405162461bcd60e51b81526004016106ca90614557565b604051635ac86ab760e01b8152600560048201819052907f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b031690635ac86ab790602401602060405180830381865afa15801561192a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061194e919061414a565b1561196b5760405162461bcd60e51b81526004016106ca90614167565b82518451146119f65760405162461bcd60e51b815260206004820152604b60248201527f456967656e506f642e7265636f766572546f6b656e733a20746f6b656e4c697360448201527f7420616e6420616d6f756e7473546f5769746864726177206d7573742062652060648201526a0e6c2daca40d8cadccee8d60ab1b608482015260a4016106ca565b60005b8451811015611a6457611a5283858381518110611a1857611a186142c7565b6020026020010151878481518110611a3257611a326142c7565b60200260200101516001600160a01b0316612d529092919063ffffffff16565b80611a5c81614332565b9150506119f9565b5050505050565b604051635ac86ab760e01b8152600760048201819052907f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe66001600160a01b031690635ac86ab790602401602060405180830381865afa158015611ad3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611af7919061414a565b15611b145760405162461bcd60e51b81526004016106ca90614167565b603a54600160401b90046001600160401b031680611bc05760405162461bcd60e51b815260206004820152605860248201527f456967656e506f642e766572696679436865636b706f696e7450726f6f66733a60448201527f206d75737420686176652061637469766520636865636b706f696e7420746f2060648201527f706572666f726d20636865636b706f696e742070726f6f660000000000000000608482015260a4016106ca565b60408051608081018252603c54808252603d5462ffffff811660208401526001600160401b03630100000082041693830193909352600160581b909204600f0b606082015290611c109087612da4565b6000805b85811015611e645736878783818110611c2f57611c2f6142c7565b9050602002810190611c41919061459f565b80356000908152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff166002811115611cb257611cb2613d8f565b6002811115611cc357611cc3613d8f565b9052509050600181606001516002811115611ce057611ce0613d8f565b14611cec575050611e52565b856001600160401b031681604001516001600160401b031610611d10575050611e52565b600080611d2083898e3587612f20565b602089018051929450909250611d35826145b5565b62ffffff16905250606087018051839190611d519083906145d4565b600f0b905250611d618187614623565b84356000908152603660209081526040918290208651815492880151938801516001600160401b03908116600160801b0267ffffffffffffffff60801b19958216600160401b026001600160801b0319909516919092161792909217928316821781556060870151939950869390929091839160ff60c01b1990911668ffffffffffffffffff60801b1990911617600160c01b836002811115611e0657611e06613d8f565b021790555050835160405164ffffffffff90911691506001600160401b038a16907fa91c59033c3423e18b54d0acecebb4972f9ea95aedf5f4cae3b677b02eaf3a3f90600090a3505050505b80611e5c81614332565b915050611c14565b506001600160401b038084166000908152603b6020526040812080548493919291611e9191859116614623565b92506101000a8154816001600160401b0302191690836001600160401b03160217905550610a5e82613042565b600081600081518110611ed357611ed36142c7565b60200260200101519050919050565b600081600381518110611ef757611ef76142c7565b60200260200101516000801b14159050919050565b611f186003602061434d565b611f25602083018361420d565b905014611f9a5760405162461bcd60e51b815260206004820152603d60248201527f426561636f6e436861696e50726f6f66732e7665726966795374617465526f6f60448201527f743a2050726f6f662068617320696e636f7272656374206c656e67746800000060648201526084016106ca565b611fea611faa602083018361420d565b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525086925050843590506003613249565b61118d5760405162461bcd60e51b815260206004820152604260248201527f426561636f6e436861696e50726f6f66732e7665726966795374617465526f6f60448201527f743a20496e76616c696420737461746520726f6f74206d65726b6c652070726f60648201526137b360f11b608482015260a4016106ca565b600884146120e25760405162461bcd60e51b815260206004820152604e602482015260008051602061485d83398151915260448201527f724669656c64733a2056616c696461746f72206669656c64732068617320696e60648201526d0c6dee4e4cac6e840d8cadccee8d60931b608482015260a4016106ca565b60056120f06028600161431a565b6120fa919061431a565b61210590602061434d565b82146121735760405162461bcd60e51b8152602060048201526043602482015260008051602061485d83398151915260448201527f724669656c64733a2050726f6f662068617320696e636f7272656374206c656e6064820152620cee8d60eb1b608482015260a4016106ca565b60006121b186868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061326192505050565b9050600064ffffffffff83166121c96028600161431a565b600b901b17905061221485858080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508c9250869150859050613249565b6122745760405162461bcd60e51b815260206004820152603d602482015260008051602061485d83398151915260448201527f724669656c64733a20496e76616c6964206d65726b6c652070726f6f6600000060648201526084016106ca565b5050505050505050565b603a54600160401b90046001600160401b03161561231f5760405162461bcd60e51b815260206004820152605260248201527f456967656e506f642e5f7374617274436865636b706f696e743a206d7573742060448201527f66696e6973682070726576696f757320636865636b706f696e74206265666f72606482015271329039ba30b93a34b7339030b737ba3432b960711b608482015260a4016106ca565b603a54426001600160401b03908116911614156123a45760405162461bcd60e51b815260206004820152603f60248201527f456967656e506f642e5f7374617274436865636b706f696e743a2063616e6e6f60448201527f7420636865636b706f696e7420747769636520696e206f6e6520626c6f636b0060648201526084016106ca565b6034546000906001600160401b03166123c1633b9aca004761451b565b6123cb919061452f565b90508180156123e157506001600160401b038116155b156124545760405162461bcd60e51b815260206004820152603d60248201527f456967656e506f642e5f7374617274436865636b706f696e743a206e6f20626160448201527f6c616e636520617661696c61626c6520746f20636865636b706f696e7400000060648201526084016106ca565b6000604051806080016040528061246a42610e3b565b815260200160395462ffffff168152602001836001600160401b031681526020016000600f0b815250905042603a60086101000a8154816001600160401b0302191690836001600160401b031602179055506124c581613042565b805160208083015160405162ffffff90911681526001600160401b034216917f575796133bbed337e5b39aa49a30dc2556a91e0c6c2af4b7b886ae77ebef1076910160405180910390a3505050565b600080612553848480806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250611ebe92505050565b6000818152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff1660028111156125c2576125c2613d8f565b60028111156125d3576125d3613d8f565b90525090506000816060015160028111156125f0576125f0613d8f565b146126815760405162461bcd60e51b8152602060048201526061602482015260008051602061483d83398151915260448201527f7469616c733a2076616c696461746f72206d75737420626520696e616374697660648201527f6520746f2070726f7665207769746864726177616c2063726564656e7469616c6084820152607360f81b60a482015260c4016106ca565b6001600160401b0380166126c786868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061350e92505050565b6001600160401b031614156127505760405162461bcd60e51b8152602060048201526055602482015260008051602061483d83398151915260448201527f7469616c733a2076616c696461746f72206d75737420626520696e207468652060648201527470726f63657373206f662061637469766174696e6760581b608482015260a4016106ca565b6001600160401b03801661279686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061353392505050565b6001600160401b03161461280e5760405162461bcd60e51b81526020600482015260446024820181905260008051602061483d833981519152908201527f7469616c733a2076616c696461746f72206d757374206e6f742062652065786960648201526374696e6760e01b608482015260a4016106ca565b612816612bf4565b61281f9061464e565b61285b86868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061354b92505050565b146128ca5760405162461bcd60e51b8152602060048201526045602482015260008051602061483d83398151915260448201527f7469616c733a2070726f6f66206973206e6f7420666f72207468697320456967606482015264195b941bd960da1b608482015260a4016106ca565b600061290886868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061356092505050565b90506129188a87878b8b8e612067565b6039805490600061292883614332565b9091555050603a54600090600160401b90046001600160401b03161561296057603a54600160401b90046001600160401b031661296d565b603a546001600160401b03165b6040805160808101825264ffffffffff8d1681526001600160401b03858116602083015283169181019190915290915060608101600190526000858152603660209081526040918290208351815492850151938501516001600160401b03908116600160801b0267ffffffffffffffff60801b19958216600160401b026001600160801b031990951691909216179290921792831682178155606084015190929091839160ff60c01b1990911668ffffffffffffffffff60801b1990911617600160c01b836002811115612a4357612a43613d8f565b02179055505060405164ffffffffff8c1681527f2d0800bbc377ea54a08c5db6a87aafff5e3e9c8fead0eda110e40e0c10441449915060200160405180910390a16040805164ffffffffff8c1681526001600160401b03838116602083015284168183015290517f0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df9181900360600190a1612aeb633b9aca006001600160401b03841661434d565b9b9a5050505050505050505050565b60008151603014612b835760405162461bcd60e51b815260206004820152604760248201527f456967656e506f642e5f63616c63756c61746556616c696461746f725075626b60448201527f657948617368206d75737420626520612034382d6279746520424c53207075626064820152666c6963206b657960c81b608482015260a4016106ca565b604051600290612b9a908490600090602001614672565b60408051601f1981840301815290829052612bb4916143b3565b602060405180830381855afa158015612bd1573d6000803e3d6000fd5b5050506040513d601f19601f82011682018060405250810190610e3591906143cf565b60408051600160f81b60208201526000602182015230606090811b6bffffffffffffffffffffffff1916602c8301529101604051602081830303815290604052905090565b80471015612c895760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a20696e73756666696369656e742062616c616e636500000060448201526064016106ca565b6000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114612cd6576040519150601f19603f3d011682016040523d82523d6000602084013e612cdb565b606091505b50509050806116695760405162461bcd60e51b815260206004820152603a60248201527f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260448201527f6563697069656e74206d6179206861766520726576657274656400000000000060648201526084016106ca565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663a9059cbb60e01b179052611669908490613578565b612db06005600361431a565b612dbb90602061434d565b612dc8602083018361420d565b905014612e4b5760405162461bcd60e51b8152602060048201526044602482018190527f426561636f6e436861696e50726f6f66732e76657269667942616c616e636543908201527f6f6e7461696e65723a2050726f6f662068617320696e636f7272656374206c656064820152630dccee8d60e31b608482015260a4016106ca565b606c612e9c612e5d602084018461420d565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250879250508535905084613249565b6116695760405162461bcd60e51b815260206004820152604960248201527f426561636f6e436861696e50726f6f66732e76657269667942616c616e63654360448201527f6f6e7461696e65723a20696e76616c69642062616c616e636520636f6e7461696064820152683732b910383937b7b360b91b608482015260a4016106ca565b83516020850151600091829182612f3887848861364a565b9050816001600160401b0316816001600160401b031614612fb257612f5d81836137c1565b6040805164ffffffffff861681526001600160401b038b8116602083015284168183015290519196507f0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df919081900360600190a15b6001600160401b0380821660208b0181905290891660408b01526130365760398054906000612fe0836146a1565b9091555050600260608a0152612ff5856146b8565b93508264ffffffffff16886001600160401b03167f2a02361ffa66cf2c2da4682c2355a6adcaa9f6c227b6e6563e68480f9587626a60405160405180910390a35b50505094509492505050565b602081015162ffffff166131c9576000633b9aca00826060015183604001516001600160401b031661307491906145d4565b600f0b61308191906146df565b60408301516034805492935090916000906130a69084906001600160401b0316614623565b82546101009290920a6001600160401b03818102199093169183160217909155603a8054600160401b81049092166001600160801b0319909216919091179055506000603c55603d80546001600160d81b031916905560335460405163030b147160e61b81526001600160a01b039182166004820152602481018390527f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe69091169063c2c51c4090604401600060405180830381600087803b15801561316b57600080fd5b505af115801561317f573d6000803e3d6000fd5b5050603a546040518481526001600160401b0390911692507f525408c201bc1576eb44116f6478f1c2a54775b19a043bcfdc708364f74f8e44915060200160405180910390a25050565b8051603c556020810151603d8054604084015160608501516fffffffffffffffffffffffffffffffff16600160581b026fffffffffffffffffffffffffffffffff60581b196001600160401b039092166301000000026affffffffffffffffffffff1990931662ffffff9095169490941791909117169190911790555b50565b6000836132578685856137d9565b1495945050505050565b60008060028351613272919061451b565b90506000816001600160401b0381111561328e5761328e613f3d565b6040519080825280602002602001820160405280156132b7578160200160208202803683370190505b50905060005b828110156133be576002856132d2838361434d565b815181106132e2576132e26142c7565b6020026020010151868360026132f8919061434d565b61330390600161431a565b81518110613313576133136142c7565b6020026020010151604051602001613335929190918252602082015260400190565b60408051601f198184030181529082905261334f916143b3565b602060405180830381855afa15801561336c573d6000803e3d6000fd5b5050506040513d601f19601f8201168201806040525081019061338f91906143cf565b8282815181106133a1576133a16142c7565b6020908102919091010152806133b681614332565b9150506132bd565b506133ca60028361451b565b91505b81156134ea5760005b828110156134d7576002826133eb838361434d565b815181106133fb576133fb6142c7565b602002602001015183836002613411919061434d565b61341c90600161431a565b8151811061342c5761342c6142c7565b602002602001015160405160200161344e929190918252602082015260400190565b60408051601f1981840301815290829052613468916143b3565b602060405180830381855afa158015613485573d6000803e3d6000fd5b5050506040513d601f19601f820116820180604052508101906134a891906143cf565b8282815181106134ba576134ba6142c7565b6020908102919091010152806134cf81614332565b9150506133d6565b506134e360028361451b565b91506133cd565b806000815181106134fd576134fd6142c7565b602002602001015192505050919050565b6000610e3582600581518110613526576135266142c7565b6020026020010151613925565b6000610e3582600681518110613526576135266142c7565b600081600181518110611ed357611ed36142c7565b6000610e3582600281518110613526576135266142c7565b60006135cd826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b031661398c9092919063ffffffff16565b80519091501561166957808060200190518101906135eb919061414a565b6116695760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b60648201526084016106ca565b60006136586026600161431a565b61366390602061434d565b613670604084018461420d565b9050146136e15760405162461bcd60e51b81526020600482015260446024820181905260008051602061485d833981519152908201527f7242616c616e63653a2050726f6f662068617320696e636f7272656374206c656064820152630dccee8d60e31b608482015260a4016106ca565b60006136ee600485614764565b64ffffffffff169050613748613707604085018561420d565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508992505050602086013584613249565b6137a85760405162461bcd60e51b815260206004820152603e602482015260008051602061485d83398151915260448201527f7242616c616e63653a20496e76616c6964206d65726b6c652070726f6f66000060648201526084016106ca565b6137b683602001358561399b565b9150505b9392505050565b60006137ba6001600160401b03808416908516614788565b600083516000141580156137f85750602084516137f69190614507565b155b6138875760405162461bcd60e51b815260206004820152605460248201527f4d65726b6c652e70726f63657373496e636c7573696f6e50726f6f665368613260448201527f35363a2070726f6f66206c656e6774682073686f756c642062652061206e6f6e60648201527316bd32b9379036bab63a34b836329037b310199960611b608482015260a4016106ca565b604080516020808201909252848152905b8551811161391b576138ab600285614507565b6138de578151600052808601516020526020826040600060026107d05a03fa6138d357600080fd5b600284049350613909565b8086015160005281516020526020826040600060026107d05a03fa61390257600080fd5b6002840493505b61391460208261431a565b9050613898565b5051949350505050565b60f881901c60e882901c61ff00161760d882901c62ff0000161760c882901c63ff000000161764ff0000000060b883901c161765ff000000000060a883901c161766ff000000000000609883901c161767ff0000000000000060889290921c919091161790565b6060610fe784846000856139c8565b6000806139a96004846147d8565b6139b49060406147fc565b64ffffffffff169050610fe784821b613925565b606082471015613a295760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b60648201526084016106ca565b6001600160a01b0385163b613a805760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016106ca565b600080866001600160a01b03168587604051613a9c91906143b3565b60006040518083038185875af1925050503d8060008114613ad9576040519150601f19603f3d011682016040523d82523d6000602084013e613ade565b606091505b5091509150613aee828286613af9565b979650505050505050565b60608315613b085750816137ba565b825115613b185782518084602001fd5b8160405162461bcd60e51b81526004016106ca9190614829565b80356001600160401b0381168114613b4957600080fd5b919050565b600060408284031215613b6057600080fd5b50919050565b600080600060608486031215613b7b57600080fd5b613b8484613b32565b925060208401356001600160401b0380821115613ba057600080fd5b613bac87838801613b4e565b93506040860135915080821115613bc257600080fd5b50613bcf86828701613b4e565b9150509250925092565b60008083601f840112613beb57600080fd5b5081356001600160401b03811115613c0257600080fd5b6020830191508360208260051b8501011115613c1d57600080fd5b9250929050565b60008060008060008060008060a0898b031215613c4057600080fd5b613c4989613b32565b975060208901356001600160401b0380821115613c6557600080fd5b613c718c838d01613b4e565b985060408b0135915080821115613c8757600080fd5b613c938c838d01613bd9565b909850965060608b0135915080821115613cac57600080fd5b613cb88c838d01613bd9565b909650945060808b0135915080821115613cd157600080fd5b50613cde8b828c01613bd9565b999c989b5096995094979396929594505050565b600060208284031215613d0457600080fd5b6137ba82613b32565b60008083601f840112613d1f57600080fd5b5081356001600160401b03811115613d3657600080fd5b602083019150836020828501011115613c1d57600080fd5b60008060208385031215613d6157600080fd5b82356001600160401b03811115613d7757600080fd5b613d8385828601613d0d565b90969095509350505050565b634e487b7160e01b600052602160045260246000fd5b60038110613dc357634e487b7160e01b600052602160045260246000fd5b9052565b60208101610e358284613da5565b600060208284031215613de757600080fd5b5035919050565b60006080820190506001600160401b03808451168352806020850151166020840152806040850151166040840152506060830151613e2f6060840182613da5565b5092915050565b801515811461324657600080fd5b600060208284031215613e5657600080fd5b81356137ba81613e36565b600080600080600060608688031215613e7957600080fd5b85356001600160401b0380821115613e9057600080fd5b613e9c89838a01613d0d565b90975095506020880135915080821115613eb557600080fd5b50613ec288828901613d0d565b96999598509660400135949350505050565b6001600160a01b038116811461324657600080fd5b8035613b4981613ed4565b60008060408385031215613f0757600080fd5b8235613f1281613ed4565b946020939093013593505050565b600060208284031215613f3257600080fd5b81356137ba81613ed4565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f191681016001600160401b0381118282101715613f7b57613f7b613f3d565b604052919050565b60006001600160401b03821115613f9c57613f9c613f3d565b5060051b60200190565b600082601f830112613fb757600080fd5b81356020613fcc613fc783613f83565b613f53565b82815260059290921b84018101918181019086841115613feb57600080fd5b8286015b848110156140065780358352918301918301613fef565b509695505050505050565b60008060006060848603121561402657600080fd5b83356001600160401b038082111561403d57600080fd5b818601915086601f83011261405157600080fd5b81356020614061613fc783613f83565b82815260059290921b8401810191818101908a84111561408057600080fd5b948201945b838610156140a757853561409881613ed4565b82529482019490820190614085565b975050870135925050808211156140bd57600080fd5b506140ca86828701613fa6565b9250506140d960408501613ee9565b90509250925092565b6000806000604084860312156140f757600080fd5b83356001600160401b038082111561410e57600080fd5b61411a87838801613b4e565b9450602086013591508082111561413057600080fd5b5061413d86828701613bd9565b9497909650939450505050565b60006020828403121561415c57600080fd5b81516137ba81613e36565b6020808252603e908201527f456967656e506f642e6f6e6c795768656e4e6f745061757365643a20696e646560408201527f782069732070617573656420696e20456967656e506f644d616e616765720000606082015260800190565b6000808335601e198436030181126141db57600080fd5b8301803591506001600160401b038211156141f557600080fd5b6020019150600581901b3603821315613c1d57600080fd5b6000808335601e1984360301811261422457600080fd5b8301803591506001600160401b0382111561423e57600080fd5b602001915036819003821315613c1d57600080fd5b6020808252604e908201527f456967656e506f642e6f6e6c794f776e65724f7250726f6f665375626d69747460408201527f65723a2063616c6c6572206973206e6f7420706f64206f776e6572206f72207060608201526d3937b7b31039bab136b4ba3a32b960911b608082015260a00190565b634e487b7160e01b600052603260045260246000fd5b6000602082840312156142ef57600080fd5b813564ffffffffff811681146137ba57600080fd5b634e487b7160e01b600052601160045260246000fd5b6000821982111561432d5761432d614304565b500190565b600060001982141561434657614346614304565b5060010190565b600081600019048311821515161561436757614367614304565b500290565b60008282101561437e5761437e614304565b500390565b60005b8381101561439e578181015183820152602001614386565b838111156143ad576000848401525b50505050565b600082516143c5818460208701614383565b9190910192915050565b6000602082840312156143e157600080fd5b5051919050565b60208082526031908201527f456967656e506f642e6f6e6c79456967656e506f644d616e616765723a206e6f6040820152703a1032b4b3b2b72837b226b0b730b3b2b960791b606082015260800190565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6000815180845261447a816020860160208601614383565b601f01601f19169290920160200192915050565b6080815260006144a260808301888a614439565b82810360208401526144b48188614462565b905082810360408401526144c9818688614439565b915050826060830152979650505050505050565b602081526000610fe7602083018486614439565b634e487b7160e01b600052601260045260246000fd5b600082614516576145166144f1565b500690565b60008261452a5761452a6144f1565b500490565b60006001600160401b038381169083168181101561454f5761454f614304565b039392505050565b60208082526028908201527f456967656e506f642e6f6e6c79456967656e506f644f776e65723a206e6f74206040820152673837b227bbb732b960c11b606082015260800190565b60008235605e198336030181126143c557600080fd5b600062ffffff8216806145ca576145ca614304565b6000190192915050565b600081600f0b83600f0b600082128260016001607f1b03038213811516156145fe576145fe614304565b8260016001607f1b031903821281161561461a5761461a614304565b50019392505050565b60006001600160401b0380831681851680830382111561464557614645614304565b01949350505050565b80516020808301519190811015613b605760001960209190910360031b1b16919050565b60008351614684818460208801614383565b6001600160801b0319939093169190920190815260100192915050565b6000816146b0576146b0614304565b506000190190565b600081600f0b60016001607f1b03198114156146d6576146d6614304565b60000392915050565b60006001600160ff1b038184138284138082168684048611161561470557614705614304565b600160ff1b600087128281168783058912161561472457614724614304565b6000871292508782058712848416161561474057614740614304565b8785058712818416161561475657614756614304565b505050929093029392505050565b600064ffffffffff8084168061477c5761477c6144f1565b92169190910492915050565b600081600f0b83600f0b600081128160016001607f1b0319018312811516156147b3576147b3614304565b8160016001607f1b030183138116156147ce576147ce614304565b5090039392505050565b600064ffffffffff808416806147f0576147f06144f1565b92169190910692915050565b600064ffffffffff8083168185168183048111821515161561482057614820614304565b02949350505050565b6020815260006137ba602083018461446256fe456967656e506f642e5f7665726966795769746864726177616c43726564656e426561636f6e436861696e50726f6f66732e76657269667956616c696461746fa2646970667358221220f9f5d60682fdf4bd864fc835508826f6acc08906f8f542cf21a19958bf5c855064736f6c634300080c0033","nonce":10,"gas_used":4101109},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x479fef","logs":[{"address":"0x610178da211fef7d417bc0e6fed39f05609ad788","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x1b3e816a18338fb8dd9a517e4dd73c4ef958c782212b67839842cc294f8ef0c9","block_number":7},{"info":{"transaction_hash":"0xaa79997ce9dcb96e53513cc7244984f50f2c105569ad2815ff150f187bc2797e","transaction_index":0,"from":"0x14dc79964da2c08b23698b3d3cc7ca32193d9955","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x14dc79964da2c08b23698b3d3cc7ca32193d9955","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000032a862794ae172cb","output":"0x00000000000000000000000000000000000000000000000032a862794ae172cb","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000032a862794ae172cb","output":"0x00000000000000000000000000000000000000000000000032a862794ae172cb","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d99550000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000032a862794ae172cb"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000032a862794ae172cb","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000032a862794ae172cb"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000032a862794ae172cb","output":"0x00000000000000000000000000000000000000000000000032a862794ae172cb","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000032a862794ae172cb","output":"0x00000000000000000000000000000000000000000000000032a862794ae172cb","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000002721d51fba4988edb","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000002721d51fba4988edb","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000032a862794ae172cb","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000032a862794ae172cb","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955"],"data":"0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000032a862794ae172cb"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000032a862794ae172cb","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000032a862794ae172cb"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d99550000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000032a862794ae172cb"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955"],"data":"0x00000000000000000000000014dc79964da2c08b23698b3d3cc7ca32193d9955000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000032a862794ae172cb"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000401101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000002010000000000000000000000000001010000002000000000040000000000000040000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x4c6eb978619158a438c5ec7c16f49d767e840f57147c989c460619371d91ef1b","block_number":253},{"info":{"transaction_hash":"0xf72c0d5b3a00521027f5af35f02102023f4d64a55e3b5c5ff9e4e82cc4811ef3","transaction_index":0,"from":"0xa0ec9ee47802ceb56eb58ce80f3e41630b771b04","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xa0ec9ee47802ceb56eb58ce80f3e41630b771b04","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353400000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04"],"data":"0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04"],"data":"0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353400000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04"],"data":"0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04"],"data":"0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000a0ec9ee47802ceb56eb58ce80f3e41630b771b04"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f353400000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000010000000000000000000020000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000010000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0xae05ccf9fefe619d226c8f93fb3eb480bf58dca7e259a2692a27fbb786bcc363","block_number":346},{"info":{"transaction_hash":"0x0171297faaf5dbc7c973f8fea88bc1e9c567a795f8fb2ced4329c08f919a30af","transaction_index":0,"from":"0xe8b1ff302a740fd2c6e76b620d45508daec2ddff","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xe8b1ff302a740fd2c6e76b620d45508daec2ddff","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002ff96ee5f4c45346","output":"0x0000000000000000000000000000000000000000000000002ff96ee5f4c45346","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002ff96ee5f4c45346","output":"0x0000000000000000000000000000000000000000000000002ff96ee5f4c45346","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002ff96ee5f4c45346"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002ff96ee5f4c45346","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000002ff96ee5f4c45346"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002ff96ee5f4c45346","output":"0x0000000000000000000000000000000000000000000000002ff96ee5f4c45346","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002ff96ee5f4c45346","output":"0x0000000000000000000000000000000000000000000000002ff96ee5f4c45346","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000f878f4c789b8f69ab","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000f878f4c789b8f69ab","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002ff96ee5f4c45346","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002ff96ee5f4c45346","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff"],"data":"0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002ff96ee5f4c45346"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000002ff96ee5f4c45346","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000002ff96ee5f4c45346"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002ff96ee5f4c45346"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff"],"data":"0x000000000000000000000000e8b1ff302a740fd2c6e76b620d45508daec2ddff000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002ff96ee5f4c45346"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000200000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000040010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002004000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xb40c3cf92609507fa94b5ea96d5d7a3232fab36b395796841d850ae3253758e2","block_number":349},{"info":{"transaction_hash":"0x7878cfe702ca5bb74ac48fa6eba25512c0afd82593b5e8e282e57581f921877d","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x608060405260405162000e8138038062000e81833981016040819052620000269162000490565b828162000036828260006200004d565b50620000449050826200008a565b505050620005c3565b6200005883620000e5565b600082511180620000665750805b1562000085576200008383836200012760201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f620000b562000156565b604080516001600160a01b03928316815291841660208301520160405180910390a1620000e2816200018f565b50565b620000f08162000244565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b60606200014f838360405180606001604052806027815260200162000e5a60279139620002f8565b9392505050565b60006200018060008051602062000e3a83398151915260001b620003de60201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620001fa5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b806200022360008051602062000e3a83398151915260001b620003de60201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b6200025a81620003e160201b6200028c1760201c565b620002be5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401620001f1565b80620002237f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc60001b620003de60201b620002081760201c565b60606001600160a01b0384163b620003625760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401620001f1565b600080856001600160a01b0316856040516200037f919062000570565b600060405180830381855af49150503d8060008114620003bc576040519150601f19603f3d011682016040523d82523d6000602084013e620003c1565b606091505b509092509050620003d4828286620003f0565b9695505050505050565b90565b6001600160a01b03163b151590565b60608315620004015750816200014f565b825115620004125782518084602001fd5b8160405162461bcd60e51b8152600401620001f191906200058e565b80516001600160a01b03811681146200044657600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b838110156200047e57818101518382015260200162000464565b83811115620000835750506000910152565b600080600060608486031215620004a657600080fd5b620004b1846200042e565b9250620004c1602085016200042e565b60408501519092506001600160401b0380821115620004df57600080fd5b818601915086601f830112620004f457600080fd5b8151818111156200050957620005096200044b565b604051601f8201601f19908116603f011681019083821181831017156200053457620005346200044b565b816040528281528960208487010111156200054e57600080fd5b6200056183602083016020880162000461565b80955050505050509250925092565b600082516200058481846020870162000461565b9190910192915050565b6020815260008251806020840152620005af81604085016020870162000461565b601f01601f19169190910160400192915050565b61086780620005d36000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f051200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","output":"0x60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033","gas_used":481552,"gas_limit":659104,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202ce87b5e488e40b858abd05a92feccb50357e5ce086e3ccbad764d9c79d0e9b764736f6c634300080c0033","nonce":8,"gas_used":592890},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x1217f4","logs":[{"address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000cf7ed3acca5a467e9e704c703e8d87f634fb0fc9"],"data":"0x"},{"address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000040000000000000800000000000001000000000000000000040000000000000000000000000000000008000000020000000000000000000000000000000000400000000000000000000000000000000000000008000000000000000000000000000000000000000000000"},"block_hash":"0xb863454345c67a92ec1f76cb856638751921d8f11da8093edd155007a7d3e4db","block_number":6},{"info":{"transaction_hash":"0xb30623f51da33844cb9feafb3af1a6c7c721075f13c620712a7b98244035e062","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x9623609d0000000000000000000000000165878a594ca255338adfa4d48449f69242eb8f0000000000000000000000009a676e781a523b5d0c0e43731313a708cb607508000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000641794bb3c000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":117400,"gas_limit":170972,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","address":"0x0165878a594ca255338adfa4d48449f69242eb8f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x4f1ef2860000000000000000000000009a676e781a523b5d0c0e43731313a708cb607508000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000641794bb3c000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":111082,"gas_limit":162129,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000009a676e781a523b5d0c0e43731313a708cb607508"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Call":0}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x0165878a594ca255338adfa4d48449f69242eb8f","address":"0x9a676e781a523b5d0c0e43731313a708cb607508","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x1794bb3c000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e00000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":98133,"gas_limit":147066,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6"],"data":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1},{"Log":2},{"Log":3}]}],"exit":"Stop","out":"0x","nonce":21,"gas_used":140520},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2cc43","logs":[{"address":"0x0165878a594ca255338adfa4d48449f69242eb8f","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000009a676e781a523b5d0c0e43731313a708cb607508"],"data":"0x"},{"address":"0x0165878a594ca255338adfa4d48449f69242eb8f","topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0x0165878a594ca255338adfa4d48449f69242eb8f","topics":["0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6"],"data":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0"},{"address":"0x0165878a594ca255338adfa4d48449f69242eb8f","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},{"address":"0x0165878a594ca255338adfa4d48449f69242eb8f","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"}],"logsBloom":"0x00000000000000000400000040000000400000000000000000800000000000000000000000000000000000000000000000000000000000100000000000000000001000400080000000000400000002000001000000000000000000000000000000000000020000000000000100000800000000000000000000000004000000440000000100000000000000000000000000000000000080000000000000000000000000000000000000000002000400000000000000000000000000000000000000002024400000200000000000040000000000002000000000000000000020000000000000000000000000000000000000000000000000000000000000400000"},"block_hash":"0xfad808fa40580bad783b11854808205e0466401bc235a327944c439e9892ae1d","block_number":14},{"info":{"transaction_hash":"0xc5287bdb71490bb5f411367bc4d43effd0b70fd3722a923a6a7957fd69db65c3","transaction_index":0,"from":"0x4edfedff17ab9642f8464d6143900903dd21421a","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x4edfedff17ab9642f8464d6143900903dd21421a","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006579430c2f80163e","output":"0x0000000000000000000000000000000000000000000000006579430c2f80163e","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006579430c2f80163e","output":"0x0000000000000000000000000000000000000000000000006579430c2f80163e","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006579430c2f80163e"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006579430c2f80163e","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000006579430c2f80163e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006579430c2f80163e","output":"0x0000000000000000000000000000000000000000000000006579430c2f80163e","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006579430c2f80163e","output":"0x0000000000000000000000000000000000000000000000006579430c2f80163e","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001864fc5828741697be","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001864fc5828741697be","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006579430c2f80163e","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006579430c2f80163e","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a"],"data":"0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006579430c2f80163e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000006579430c2f80163e","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000006579430c2f80163e"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006579430c2f80163e"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a"],"data":"0x0000000000000000000000004edfedff17ab9642f8464d6143900903dd21421a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006579430c2f80163e"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000001000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020001000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001810000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xc96ba175ec0d3bc51221546dd227d4e4f2949ddb6e943a7bd9d832a52346ea69","block_number":411},{"info":{"transaction_hash":"0x265c2363601c7f95b92d4d1cdb0f9625d3251d56dc4a8c7847f95e1c39cf1ec1","transaction_index":0,"from":"0x7ebb637fd68c523613be51aad27c35c4db199b9c","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x7ebb637fd68c523613be51aad27c35c4db199b9c","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c"],"data":"0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c"],"data":"0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343600000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c"],"data":"0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c"],"data":"0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343600000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000020000000000400000000000000000000000000004101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x662601fd6c5f0b1480a25a0b11f91b9192f593b19167454040f6cc76e1dffb85","block_number":330},{"info":{"transaction_hash":"0x4a8c37bed319cd72cd3a4c721449df483a4f21c2889444f8b0c9827ee3458143","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xbc5bdcee96b1bc47822c74e6f64186fba7d686be","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xbc5bdcee96b1bc47822c74e6f64186fba7d686be","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":159,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x607eb7df099a893e510f32ae5ea9b940ca819151d8285cef874df75db3552918","block_number":134},{"info":{"transaction_hash":"0x0685a4881a68bd99fe080325b085b627ef8d28cc3b312830b353169cf9819026","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b800000000000000000000000000000000000000000000000016a09e5cc91e09eb","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8"],"data":"0x00000000000000000000000000000000000000000000000016a09e5cc91e09eb"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":222,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8"],"data":"0x00000000000000000000000000000000000000000000000016a09e5cc91e09eb"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000080000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000400002000000000000000200000000000000000000000000000000000000000000000000000000000200000000000"},"block_hash":"0x0da81f5aeedfcc0406b47ceb56cb2012c4915c0fe8adb9fcbb55a1e157fac7c8","block_number":197},{"info":{"transaction_hash":"0x749f035c4e5bd7fbe99a62b54a67efbc9d904d5aaff5817310f48107802f124e","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x976ea74026e726554db657fa54763abd0c3a0aa9","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x976ea74026e726554db657fa54763abd0c3a0aa9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":69,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x4fa4848092abe1d56304ab0ba1653fa1c51c1ea363a6fa57bc9fca938b3fd059","block_number":44},{"info":{"transaction_hash":"0x3561e65b28f989f0299d48aee683e92bde3165e6e657a445190555717fbc6aea","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":126,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x7605422ae5ca0476f2738b4993c84b977ca160e08ec9daf99b3f4593c4ed41ac","block_number":101},{"info":{"transaction_hash":"0xc4b7e90fa275f45732aedcc08dc88862db1cf881e9f81c94aaa4d7f5b446dd0b","transaction_index":0,"from":"0x265188114eb5d5536bc8654d8e9710fe72c28c4d","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x265188114eb5d5536bc8654d8e9710fe72c28c4d","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d"],"data":"0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d"],"data":"0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363200000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d"],"data":"0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d"],"data":"0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363200000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000008000002000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x64858869f181d9e141a1a6a399dd95df79e05db5d264328851fb1a85cdf3381b","block_number":362},{"info":{"transaction_hash":"0xbc7aff9a16b700ca1e84a0f2db1603e87af6e1c4c99388b23204e50c52c96757","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x86c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x86c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":96,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x2d3561e7cffc038c3ec8a2a698e9f0448eef38c2eaa3f852aced04e86f37951a","block_number":71},{"info":{"transaction_hash":"0x099940b64fda4d5dacf029ad3ae5874e9d0d73f6813864512a99a90debb949eb","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x9a50ed082cf2fc003152580dcdb320b834fa379e","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x9a50ed082cf2fc003152580dcdb320b834fa379e","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":144,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xe86634204b0581126b81c33fc21356a5cee4b0699c4b5867415ae77c04626397","block_number":119},{"info":{"transaction_hash":"0xccb1f9b25055b9ebe6a4b5af1edda74abecceed2ea21086002eaf93a40004bde","transaction_index":0,"from":"0xfabb0ac9d68b0b445fb7357272ff202c5651694a","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xfabb0ac9d68b0b445fb7357272ff202c5651694a","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a"],"data":"0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a"],"data":"0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313200000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a"],"data":"0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a"],"data":"0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313200000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000002000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000008000000000000000000000000000000000000000400000000000000000000000002000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x5819abf452c5e532736fe4419791d60392b50375e5f9e5841c7370fb56f65e1b","block_number":262},{"info":{"transaction_hash":"0x712902613905d5a8cfb4022484b3fc241bcfa47c2a6e0278d618608849fe3953","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xa0ee7a142d267c1f36714e4a8f75612f20a79720","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xa0ee7a142d267c1f36714e4a8f75612f20a79720","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":72,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x9288edb3991e155cc61946a41e76c5f7b43233ea640ce916bc4f1b8c961bd0b0","block_number":47},{"info":{"transaction_hash":"0xf9ad5e2d5b77c06cbef146d773f0c5b686d1ad1bfe8d1912ccaf4e496f9366b8","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x99a88ec4000000000000000000000000851356ae760d987e095750cceb3bc6014560891c0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf","output":"0x","gas_used":16970,"gas_limit":34900,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","address":"0x851356ae760d987e095750cceb3bc6014560891c","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3659cfe60000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf","output":"0x","gas_used":11422,"gas_limit":29038,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x","nonce":44,"gas_used":38770},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x23cc31","logs":[{"address":"0x851356ae760d987e095750cceb3bc6014560891c","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000000e801d84fa97b50751dbf25036d067dcf18858bf"],"data":"0x"}],"logsBloom":"0x00000000000000000000000000000000400400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000010000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000008000002000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xd397425972c00659489779b87137122b52be920d3225c36b3f6e559b583a77a2","block_number":26},{"info":{"transaction_hash":"0x797cf4b726447234b2e8a4faedb31e4135254b732b58cfb4051e64ed6a0eff3b","transaction_index":0,"from":"0x8626f6940e2eb28930efb4cef49b2d1f2c9c1199","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x8626f6940e2eb28930efb4cef49b2d1f2c9c1199","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007bebfb23c69b5006","output":"0x0000000000000000000000000000000000000000000000007bebfb23c69b5006","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007bebfb23c69b5006","output":"0x0000000000000000000000000000000000000000000000007bebfb23c69b5006","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c11990000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007bebfb23c69b5006"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007bebfb23c69b5006","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000007bebfb23c69b5006"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007bebfb23c69b5006","output":"0x0000000000000000000000000000000000000000000000007bebfb23c69b5006","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007bebfb23c69b5006","output":"0x0000000000000000000000000000000000000000000000007bebfb23c69b5006","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000005a9e8fdbe79c55eed","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000005a9e8fdbe79c55eed","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007bebfb23c69b5006","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007bebfb23c69b5006","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199"],"data":"0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007bebfb23c69b5006"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000007bebfb23c69b5006","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000007bebfb23c69b5006"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c11990000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007bebfb23c69b5006"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199"],"data":"0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007bebfb23c69b5006"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000008000000020002000000000040000000000000000000000000000000000000000000000000000000010000002000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xe79d2292a19842793be70e5edb08baf6939c81b7e651e9524fe71647b6d98056","block_number":277},{"info":{"transaction_hash":"0xdc615fa82b2bd80bb3695c81778644cdb916fa8746c7804555d04bf3b5b5fa22","transaction_index":0,"from":"0x265188114eb5d5536bc8654d8e9710fe72c28c4d","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x265188114eb5d5536bc8654d8e9710fe72c28c4d","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002f8498dda5bb1dde","output":"0x0000000000000000000000000000000000000000000000002f8498dda5bb1dde","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002f8498dda5bb1dde","output":"0x0000000000000000000000000000000000000000000000002f8498dda5bb1dde","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002f8498dda5bb1dde"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002f8498dda5bb1dde","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000002f8498dda5bb1dde"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002f8498dda5bb1dde","output":"0x0000000000000000000000000000000000000000000000002f8498dda5bb1dde","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002f8498dda5bb1dde","output":"0x0000000000000000000000000000000000000000000000002f8498dda5bb1dde","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000112040a38b38fa5a2a","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000112040a38b38fa5a2a","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002f8498dda5bb1dde","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002f8498dda5bb1dde","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d"],"data":"0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002f8498dda5bb1dde"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000002f8498dda5bb1dde","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000002f8498dda5bb1dde"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002f8498dda5bb1dde"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d"],"data":"0x000000000000000000000000265188114eb5d5536bc8654d8e9710fe72c28c4d000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002f8498dda5bb1dde"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000400000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000008000002000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x321ec33d953ea3af7e208f26cb895c57902feb21b2cb004e22ee6f9d5608a4d0","block_number":363},{"info":{"transaction_hash":"0xbf9055ee113c45b25a2b57fb75dbff2a445b55545b572b19399930714c5333b6","transaction_index":0,"from":"0x6d69f301d1da5c7818b5e61eecc745b30179c68b","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x6d69f301d1da5c7818b5e61eecc745b30179c68b","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b"],"data":"0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b"],"data":"0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373100000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b"],"data":"0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b"],"data":"0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373100000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000002000000000000000000000000000000000000000000000000000000000000800000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000080000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x5f9233d140bc023c3a7e9dfb43ab044a2056e89c2b8184619612d720b9019050","block_number":380},{"info":{"transaction_hash":"0xc9aa6ac6c5b55e51543c42ef8d4bf3261fc7424ebe6815854b224f666df784ad","transaction_index":0,"from":"0x86c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x86c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000056bbecb0ff9fdea6","output":"0x00000000000000000000000000000000000000000000000056bbecb0ff9fdea6","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000056bbecb0ff9fdea6","output":"0x00000000000000000000000000000000000000000000000056bbecb0ff9fdea6","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac180000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000056bbecb0ff9fdea6"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000056bbecb0ff9fdea6","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000056bbecb0ff9fdea6"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000056bbecb0ff9fdea6","output":"0x00000000000000000000000000000000000000000000000056bbecb0ff9fdea6","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000056bbecb0ff9fdea6","output":"0x00000000000000000000000000000000000000000000000056bbecb0ff9fdea6","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000009e33b64815b34d9ed","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000009e33b64815b34d9ed","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000056bbecb0ff9fdea6","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000056bbecb0ff9fdea6","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18"],"data":"0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000056bbecb0ff9fdea6"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000056bbecb0ff9fdea6","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000056bbecb0ff9fdea6"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac180000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000056bbecb0ff9fdea6"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18"],"data":"0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000056bbecb0ff9fdea6"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000080000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000008000001200000000100000000000000000000000000008000000001000000000100000000000000"},"block_hash":"0xe942a3f91ca8d0000945c78f027e15176ff08213741ffd39d4c49a735e4382c1","block_number":305},{"info":{"transaction_hash":"0x83cce3c7334de02f99603a703e3b8f7acf7586978b5b609899d0bd3de9f114a0","transaction_index":0,"from":"0x09db0a93b389bef724429898f539aeb7ac2dd55f","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x09db0a93b389bef724429898f539aeb7ac2dd55f","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002ca592cd3c4c864f","output":"0x0000000000000000000000000000000000000000000000002ca592cd3c4c864f","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002ca592cd3c4c864f","output":"0x0000000000000000000000000000000000000000000000002ca592cd3c4c864f","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002ca592cd3c4c864f"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002ca592cd3c4c864f","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000002ca592cd3c4c864f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002ca592cd3c4c864f","output":"0x0000000000000000000000000000000000000000000000002ca592cd3c4c864f","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002ca592cd3c4c864f","output":"0x0000000000000000000000000000000000000000000000002ca592cd3c4c864f","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000005d68e908bb611e53c","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000005d68e908bb611e53c","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002ca592cd3c4c864f","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002ca592cd3c4c864f","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f"],"data":"0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002ca592cd3c4c864f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000002ca592cd3c4c864f","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000002ca592cd3c4c864f"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002ca592cd3c4c864f"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f"],"data":"0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002ca592cd3c4c864f"}],"logsBloom":"0x00000000000000000000000000000004000000000000020000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000200000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100020000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x71a501291925caa41f09576b5d264cf5e26c76078b4cbfb2ff6ff34cc0f5c29f","block_number":279},{"info":{"transaction_hash":"0x41cd73cf279cc260cd3dc5757d5b7a1005ccad2e043d20d99c7d770df12b569b","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x1c87bb9234aec6adc580eae6c8b59558a4502220","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x1c87bb9234aec6adc580eae6c8b59558a4502220","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":121,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xe620838812c657153514768531217381f418262a7c1bdde9eb815e537a01a134","block_number":96},{"info":{"transaction_hash":"0x96e16aa4ccd082aafa6e354e07ce5d9596d8bfda99a862da433fd7d060baad18","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c80000000000000000000000000000000000000000000000005d9f943ccb6a86b8","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"],"data":"0x0000000000000000000000000000000000000000000000005d9f943ccb6a86b8"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":164,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"],"data":"0x0000000000000000000000000000000000000000000000005d9f943ccb6a86b8"}],"logsBloom":"0x00000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000800000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000001000000000000000000000000000000"},"block_hash":"0xf559738a5ffbcf7e7cb18938c5de73f849b8250fa051a4a29477fae13e17706f","block_number":139},{"info":{"transaction_hash":"0xa316f09de165f524575945a762f918ee1209bdf2124ab363f0255963d3271f81","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe77478d9e136d3643cfc6fef578abf63f9ab91b1","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe77478d9e136d3643cfc6fef578abf63f9ab91b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":153,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xf7a1194ed03157f3b8434e42bbc5e40c6a6fbb0926b2efbc9fded0f2deecfac3","block_number":128},{"info":{"transaction_hash":"0xa5f7b39df4660902eb4bbbcfc79edacb6d820aa67d2742fca48670707c359257","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a5200000000000000000000000000000000000000000000000084accd221fa5fef9","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52"],"data":"0x00000000000000000000000000000000000000000000000084accd221fa5fef9"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":252,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52"],"data":"0x00000000000000000000000000000000000000000000000084accd221fa5fef9"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000080000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x5bc7fbc709c1b5095793bc679f410c2f1a9dc3b5a757841c6c8309907fedd6ad","block_number":227},{"info":{"transaction_hash":"0x4e51ea40a4fa0d63521aef53db543b3d6fe0f2c019f6edd72a8ccec090cbca27","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x90f79bf6eb2c4f870365e785982e1f101e93b906","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x90f79bf6eb2c4f870365e785982e1f101e93b906","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":66,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x9cd53d06fe19656692fe9f499dc28c4df8516fa29f8937adb62f6bd27d61d8e8","block_number":41},{"info":{"transaction_hash":"0xd0cbf8d69c81555590d1d78f494f704d17095a1ca9b175805cbabca3b9215a5f","transaction_index":2,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x9d4454b023096f34b160d6b654540c56a1f81688","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x9d4454b023096f34b160d6b654540c56a1f81688","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x60a034606e57601f6104f438819003918201601f19168301916001600160401b03831184841017607257808492602094604052833981010312606e57516001600160a01b03811690819003606e5760805260405161046d9081610087823960805181818160c101526102e40152f35b5f80fd5b634e487b7160e01b5f52604160045260245ffdfe60806040526004361015610011575f80fd5b5f3560e01c806310bea0d7146102965780636d14a987146102cf578063af65fdfc146102965763f043367e14610045575f80fd5b346102925760403660031901126102925760243567ffffffffffffffff8111610292573660238201121561029257806004013567ffffffffffffffff81116101fd576040519161009f601f8301601f191660200184610375565b818352366024838301011161029257815f9260246020930183860137830101527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163303610211576004355f525f60205260405f20815167ffffffffffffffff81116101fd57610117825461033d565b601f81116101b8575b50602092601f821160011461015c57928192935f92610151575b50505f19600383901b1c191660019190911b179055005b015190505f8061013a565b601f19821693835f52805f20915f5b8681106101a05750836001959610610188575b505050811b019055005b01515f1960f88460031b161c191690555f808061017e565b9192602060018192868501518155019401920161016b565b825f5260205f20601f830160051c810191602084106101f3575b601f0160051c01905b8181106101e85750610120565b5f81556001016101db565b90915081906101d2565b634e487b7160e01b5f52604160045260245ffd5b60405162461bcd60e51b815260206004820152604d60248201527f536f636b657452656769737472792e6f6e6c795265676973747279436f6f726460448201527f696e61746f723a2063616c6c6572206973206e6f74207468652052656769737460648201526c393ca1b7b7b93234b730ba37b960991b608482015260a490fd5b5f80fd5b34610292576020366003190112610292576004355f525f6020526102cb6102bf60405f20610397565b60405191829182610313565b0390f35b34610292575f366003190112610292576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b602060409281835280519182918282860152018484015e5f828201840152601f01601f1916010190565b90600182811c9216801561036b575b602083101461035757565b634e487b7160e01b5f52602260045260245ffd5b91607f169161034c565b90601f8019910116810190811067ffffffffffffffff8211176101fd57604052565b9060405191825f8254926103aa8461033d565b808452936001811690811561041557506001146103d1575b506103cf92500383610375565b565b90505f9291925260205f20905f915b8183106103f95750509060206103cf928201015f6103c2565b60209193508060019154838589010152019101909184926103e0565b9050602092506103cf94915060ff191682840152151560051b8201015f6103c256fea264697066735822122091bdcaa5f39cf30c5f53d6f5ea03b2b121dbc9a6cbeb4933a5e20750dd84c4de64736f6c634300081b00330000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f373042","output":"0x60806040526004361015610011575f80fd5b5f3560e01c806310bea0d7146102965780636d14a987146102cf578063af65fdfc146102965763f043367e14610045575f80fd5b346102925760403660031901126102925760243567ffffffffffffffff8111610292573660238201121561029257806004013567ffffffffffffffff81116101fd576040519161009f601f8301601f191660200184610375565b818352366024838301011161029257815f9260246020930183860137830101527f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03163303610211576004355f525f60205260405f20815167ffffffffffffffff81116101fd57610117825461033d565b601f81116101b8575b50602092601f821160011461015c57928192935f92610151575b50505f19600383901b1c191660019190911b179055005b015190505f8061013a565b601f19821693835f52805f20915f5b8681106101a05750836001959610610188575b505050811b019055005b01515f1960f88460031b161c191690555f808061017e565b9192602060018192868501518155019401920161016b565b825f5260205f20601f830160051c810191602084106101f3575b601f0160051c01905b8181106101e85750610120565b5f81556001016101db565b90915081906101d2565b634e487b7160e01b5f52604160045260245ffd5b60405162461bcd60e51b815260206004820152604d60248201527f536f636b657452656769737472792e6f6e6c795265676973747279436f6f726460448201527f696e61746f723a2063616c6c6572206973206e6f74207468652052656769737460648201526c393ca1b7b7b93234b730ba37b960991b608482015260a490fd5b5f80fd5b34610292576020366003190112610292576004355f525f6020526102cb6102bf60405f20610397565b60405191829182610313565b0390f35b34610292575f366003190112610292576040517f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03168152602090f35b602060409281835280519182918282860152018484015e5f828201840152601f01601f1916010190565b90600182811c9216801561036b575b602083101461035757565b634e487b7160e01b5f52602260045260245ffd5b91607f169161034c565b90601f8019910116810190811067ffffffffffffffff8211176101fd57604052565b9060405191825f8254926103aa8461033d565b808452936001811690811561041557506001146103d1575b506103cf92500383610375565b565b90505f9291925260205f20905f915b8183106103f95750509060206103cf928201015f6103c2565b60209193508060019154838589010152019101909184926103e0565b9050602092506103cf94915060ff191682840152151560051b8201015f6103c256fea264697066735822122091bdcaa5f39cf30c5f53d6f5ea03b2b121dbc9a6cbeb4933a5e20750dd84c4de64736f6c634300081b0033","gas_used":227112,"gas_limit":317107,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x60806040526004361015610011575f80fd5b5f3560e01c806310bea0d7146102965780636d14a987146102cf578063af65fdfc146102965763f043367e14610045575f80fd5b346102925760403660031901126102925760243567ffffffffffffffff8111610292573660238201121561029257806004013567ffffffffffffffff81116101fd576040519161009f601f8301601f191660200184610375565b818352366024838301011161029257815f9260246020930183860137830101527f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03163303610211576004355f525f60205260405f20815167ffffffffffffffff81116101fd57610117825461033d565b601f81116101b8575b50602092601f821160011461015c57928192935f92610151575b50505f19600383901b1c191660019190911b179055005b015190505f8061013a565b601f19821693835f52805f20915f5b8681106101a05750836001959610610188575b505050811b019055005b01515f1960f88460031b161c191690555f808061017e565b9192602060018192868501518155019401920161016b565b825f5260205f20601f830160051c810191602084106101f3575b601f0160051c01905b8181106101e85750610120565b5f81556001016101db565b90915081906101d2565b634e487b7160e01b5f52604160045260245ffd5b60405162461bcd60e51b815260206004820152604d60248201527f536f636b657452656769737472792e6f6e6c795265676973747279436f6f726460448201527f696e61746f723a2063616c6c6572206973206e6f74207468652052656769737460648201526c393ca1b7b7b93234b730ba37b960991b608482015260a490fd5b5f80fd5b34610292576020366003190112610292576004355f525f6020526102cb6102bf60405f20610397565b60405191829182610313565b0390f35b34610292575f366003190112610292576040517f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03168152602090f35b602060409281835280519182918282860152018484015e5f828201840152601f01601f1916010190565b90600182811c9216801561036b575b602083101461035757565b634e487b7160e01b5f52602260045260245ffd5b91607f169161034c565b90601f8019910116810190811067ffffffffffffffff8211176101fd57604052565b9060405191825f8254926103aa8461033d565b808452936001811690811561041557506001146103d1575b506103cf92500383610375565b565b90505f9291925260205f20905f915b8183106103f95750509060206103cf928201015f6103c2565b60209193508060019154838589010152019101909184926103e0565b9050602092506103cf94915060ff191682840152151560051b8201015f6103c256fea264697066735822122091bdcaa5f39cf30c5f53d6f5ea03b2b121dbc9a6cbeb4933a5e20750dd84c4de64736f6c634300081b0033","nonce":45,"gas_used":299986},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x286003","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xd397425972c00659489779b87137122b52be920d3225c36b3f6e559b583a77a2","block_number":26},{"info":{"transaction_hash":"0x2c511a50e0e7f4a26a62a69735ff0156650e7e88e29e548f5a4c83641674f968","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f9100000000000000000000000000000000000000000000000029ebf4b678942b1c","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91"],"data":"0x00000000000000000000000000000000000000000000000029ebf4b678942b1c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":195,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000cf2d5b3cbb4d7bf04e3f7bfa8e27081b52191f91"],"data":"0x00000000000000000000000000000000000000000000000029ebf4b678942b1c"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000400000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000040000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x3e8a12be8edf8072f4af9cb1fb4d45608b6058226a4373d4b056a73d8afdb2c2","block_number":170},{"info":{"transaction_hash":"0xbb57c4e7ac4d4526770b6ac435ce606515bd17719edf8ee6d9746e617591fa76","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d3250000000000000000000000000000000000000000000000000f4679cadc66390d","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325"],"data":"0x0000000000000000000000000000000000000000000000000f4679cadc66390d"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":198,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000002f4f06d218e426344cfe1a83d53dad806994d325"],"data":"0x0000000000000000000000000000000000000000000000000f4679cadc66390d"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000001000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000200000000000000000000000000000000000000000000004000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xecb6cdd068de2bd704215ee92813c937575ae4cd5951a968fd817888dc0067bc","block_number":173},{"info":{"transaction_hash":"0x82a21c4c4f27d7c9862f690e946dbcbd12bb4cb3e3d4df92e833dbbf524db819","transaction_index":0,"from":"0xa0ee7a142d267c1f36714e4a8f75612f20a79720","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xa0ee7a142d267c1f36714e4a8f75612f20a79720","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000216714fd5b83698d","output":"0x000000000000000000000000000000000000000000000000216714fd5b83698d","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000216714fd5b83698d","output":"0x000000000000000000000000000000000000000000000000216714fd5b83698d","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a797200000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000216714fd5b83698d"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000216714fd5b83698d","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000216714fd5b83698d"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000216714fd5b83698d","output":"0x000000000000000000000000000000000000000000000000216714fd5b83698d","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000216714fd5b83698d","output":"0x000000000000000000000000000000000000000000000000216714fd5b83698d","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000002aff592d03fbde5a4","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000002aff592d03fbde5a4","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000216714fd5b83698d","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000216714fd5b83698d","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720"],"data":"0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000216714fd5b83698d"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000216714fd5b83698d","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000216714fd5b83698d"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a797200000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000216714fd5b83698d"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720"],"data":"0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000216714fd5b83698d"}],"logsBloom":"0x00000000000000000000040000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101008000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000004001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x39c18ed636a659687eaeb25136b47b66e4323d610017aa0c010638bc1d743740","block_number":257},{"info":{"transaction_hash":"0x98702c59b89b44552d987bdefb6c5abea5876152ecddf1b725625b8a3a00e690","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6101006040523480156200001257600080fd5b506040516200338a3803806200338a833981016040819052620000359162000140565b6001600160a01b0380841660805280831660a052811660c0526200005862000065565b50504660e0525062000194565b600054610100900460ff1615620000d25760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b60005460ff908116101562000125576000805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b03811681146200013d57600080fd5b50565b6000806000606084860312156200015657600080fd5b8351620001638162000127565b6020850151909350620001768162000127565b6040850151909250620001898162000127565b809150509250925092565b60805160a05160c05160e0516131a0620001ea60003960006114bb0152600061046e0152600061028501526000818161051a01528181610b8401528181610ed101528181610f250152611a7101526131a06000f3fe608060405234801561001057600080fd5b50600436106102065760003560e01c80638da5cb5b1161011a578063c6656702116100ad578063df5cf7231161007c578063df5cf72314610515578063e7a050aa1461053c578063f2fde38b1461054f578063f698da2514610562578063fabc1cbc1461056a57600080fd5b8063c6656702146104c9578063cbc2bd62146104dc578063cf756fdf146104ef578063df5b35471461050257600080fd5b8063b1344271116100e9578063b134427114610469578063b5d8b5b814610490578063c4623ea1146104a3578063c608c7f3146104b657600080fd5b80638da5cb5b1461040157806394f649dd14610412578063967fc0d2146104335780639b4da03d1461044657600080fd5b80635ac86ab71161019d5780637a7e0d921161016c5780637a7e0d92146103675780637ecebe0014610392578063886f1195146103b25780638b8aac3c146103c55780638c80d4e5146103ee57600080fd5b80635ac86ab7146103015780635c975abb14610334578063663c1de41461033c578063715018a61461035f57600080fd5b80634665bcda116101d95780634665bcda1461028057806348825e94146102bf5780634e5a4263146102e6578063595c6a67146102f957600080fd5b806310d67a2f1461020b578063136439dd1461022057806320606b701461023357806332e89ace1461026d575b600080fd5b61021e6102193660046129e8565b61057d565b005b61021e61022e366004612a05565b610639565b61025a7f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86681565b6040519081526020015b60405180910390f35b61025a61027b366004612a34565b610778565b6102a77f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b039091168152602001610264565b61025a7f4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea922481565b61021e6102f4366004612b3d565b610a66565b61021e610a9e565b61032461030f366004612b76565b609854600160ff9092169190911b9081161490565b6040519015158152602001610264565b60985461025a565b61032461034a3660046129e8565b60d16020526000908152604090205460ff1681565b61021e610b65565b61025a610375366004612b99565b60cd60209081526000928352604080842090915290825290205481565b61025a6103a03660046129e8565b60ca6020526000908152604090205481565b6097546102a7906001600160a01b031681565b61025a6103d33660046129e8565b6001600160a01b0316600090815260ce602052604090205490565b61021e6103fc366004612bc7565b610b79565b6033546001600160a01b03166102a7565b6104256104203660046129e8565b610bd2565b604051610264929190612c08565b60cb546102a7906001600160a01b031681565b6103246104543660046129e8565b60d36020526000908152604090205460ff1681565b6102a77f000000000000000000000000000000000000000000000000000000000000000081565b61021e61049e366004612cd1565b610d52565b61021e6104b1366004612d13565b610ec6565b61021e6104c4366004612d64565b610f1a565b61021e6104d73660046129e8565b610fd2565b6102a76104ea366004612db7565b610fe3565b61021e6104fd366004612d13565b61101b565b61021e610510366004612de3565b61114f565b6102a77f000000000000000000000000000000000000000000000000000000000000000081565b61025a61054a366004612bc7565b611378565b61021e61055d3660046129e8565b611441565b61025a6114b7565b61021e610578366004612a05565b6114f5565b609760009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156105d0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105f49190612e4f565b6001600160a01b0316336001600160a01b03161461062d5760405162461bcd60e51b815260040161062490612e6c565b60405180910390fd5b61063681611651565b50565b60975460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610681573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106a59190612eb6565b6106c15760405162461bcd60e51b815260040161062490612ed3565b6098548181161461073a5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610624565b609881905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b6098546000908190600190811614156107cf5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610624565b600260655414156108225760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610624565b60026065556001600160a01b038816600090815260d3602052604090205460ff16156108c95760405162461bcd60e51b815260206004820152604a60248201527f53747261746567794d616e616765722e6465706f736974496e746f537472617460448201527f656779576974685369676e61747572653a207468697264207472616e736665726064820152691cc8191a5cd8589b195960b21b608482015260a401610624565b4284101561094b5760405162461bcd60e51b815260206004820152604360248201527f53747261746567794d616e616765722e6465706f736974496e746f537472617460448201527f656779576974685369676e61747572653a207369676e617475726520657870696064820152621c995960ea1b608482015260a401610624565b6001600160a01b03858116600081815260ca602090815260408083205481517f4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea922493810193909352908201939093528b84166060820152928a16608084015260a0830189905260c0830182905260e0830187905290916101000160408051601f1981840301815291815281516020928301206001600160a01b038a16600090815260ca9093529082206001850190559150610a036114b7565b60405161190160f01b6020820152602281019190915260428101839052606201604051602081830303815290604052805190602001209050610a46888288611748565b610a52888c8c8c611907565b60016065559b9a5050505050505050505050565b60cb546001600160a01b03163314610a905760405162461bcd60e51b815260040161062490612f1b565b610a9a8282611ad6565b5050565b60975460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610ae6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b0a9190612eb6565b610b265760405162461bcd60e51b815260040161062490612ed3565b600019609881905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b610b6d611b44565b610b776000611b9e565b565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610bc15760405162461bcd60e51b815260040161062490612f85565b610bcc838383611bf0565b50505050565b6001600160a01b038116600090815260ce60205260408120546060918291908167ffffffffffffffff811115610c0a57610c0a612a1e565b604051908082528060200260200182016040528015610c33578160200160208202803683370190505b50905060005b82811015610cc4576001600160a01b038616600090815260cd6020908152604080832060ce9092528220805491929184908110610c7857610c78612fe3565b60009182526020808320909101546001600160a01b031683528201929092526040019020548251839083908110610cb157610cb1612fe3565b6020908102919091010152600101610c39565b5060ce6000866001600160a01b03166001600160a01b031681526020019081526020016000208181805480602002602001604051908101604052809291908181526020018280548015610d4057602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311610d22575b50505050509150935093505050915091565b60cb546001600160a01b03163314610d7c5760405162461bcd60e51b815260040161062490612f1b565b8060005b81811015610bcc5760d16000858584818110610d9e57610d9e612fe3565b9050602002016020810190610db391906129e8565b6001600160a01b0316815260208101919091526040016000205460ff1615610ebe57600060d16000868685818110610ded57610ded612fe3565b9050602002016020810190610e0291906129e8565b6001600160a01b031681526020810191909152604001600020805460ff19169115159190911790557f4074413b4b443e4e58019f2855a8765113358c7c72e39509c6af45fc0f5ba030848483818110610e5d57610e5d612fe3565b9050602002016020810190610e7291906129e8565b6040516001600160a01b03909116815260200160405180910390a1610ebe848483818110610ea257610ea2612fe3565b9050602002016020810190610eb791906129e8565b6000611ad6565b600101610d80565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610f0e5760405162461bcd60e51b815260040161062490612f85565b610bcc84848484611d4c565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610f625760405162461bcd60e51b815260040161062490612f85565b604051636ce5768960e11b81526001600160a01b03858116600483015282811660248301526044820184905284169063d9caed1290606401600060405180830381600087803b158015610fb457600080fd5b505af1158015610fc8573d6000803e3d6000fd5b5050505050505050565b610fda611b44565b61063681611fd9565b60ce6020528160005260406000208181548110610fff57600080fd5b6000918252602090912001546001600160a01b03169150829050565b600054610100900460ff161580801561103b5750600054600160ff909116105b806110555750303b158015611055575060005460ff166001145b6110b85760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610624565b6000805460ff1916600117905580156110db576000805461ff0019166101001790555b6110e3612042565b60c9556110f083836120d9565b6110f985611b9e565b61110284611fd9565b8015611148576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b5050505050565b60cb546001600160a01b031633146111795760405162461bcd60e51b815260040161062490612f1b565b8281146112025760405162461bcd60e51b815260206004820152604b60248201527f53747261746567794d616e616765722e61646453747261746567696573546f4460448201527f65706f73697457686974656c6973743a206172726179206c656e67746873206460648201526a0de40dcdee840dac2e8c6d60ab1b608482015260a401610624565b8260005b818110156113705760d1600087878481811061122457611224612fe3565b905060200201602081019061123991906129e8565b6001600160a01b0316815260208101919091526040016000205460ff1661136857600160d1600088888581811061127257611272612fe3565b905060200201602081019061128791906129e8565b6001600160a01b031681526020810191909152604001600020805460ff19169115159190911790557f0c35b17d91c96eb2751cd456e1252f42a386e524ef9ff26ecc9950859fdc04fe8686838181106112e2576112e2612fe3565b90506020020160208101906112f791906129e8565b6040516001600160a01b03909116815260200160405180910390a161136886868381811061132757611327612fe3565b905060200201602081019061133c91906129e8565b85858481811061134e5761134e612fe3565b90506020020160208101906113639190612ff9565b611ad6565b600101611206565b505050505050565b6098546000908190600190811614156113cf5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610624565b600260655414156114225760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610624565b600260655561143333868686611907565b600160655595945050505050565b611449611b44565b6001600160a01b0381166114ae5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610624565b61063681611b9e565b60007f00000000000000000000000000000000000000000000000000000000000000004614156114e8575060c95490565b6114f0612042565b905090565b609760009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611548573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061156c9190612e4f565b6001600160a01b0316336001600160a01b03161461159c5760405162461bcd60e51b815260040161062490612e6c565b60985419811960985419161461161a5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610624565b609881905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200161076d565b6001600160a01b0381166116df5760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610624565b609754604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1609780546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b0383163b1561186757604051630b135d3f60e11b808252906001600160a01b03851690631626ba7e90611788908690869060040161306e565b602060405180830381865afa1580156117a5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117c99190613087565b6001600160e01b031916146118625760405162461bcd60e51b815260206004820152605360248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a2045524331323731207369676e6174757265206064820152721d995c9a599a58d85d1a5bdb8819985a5b1959606a1b608482015260a401610624565b505050565b826001600160a01b031661187b83836121bf565b6001600160a01b0316146118625760405162461bcd60e51b815260206004820152604760248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a207369676e6174757265206e6f742066726f6d6064820152661039b4b3b732b960c91b608482015260a401610624565b6001600160a01b038316600090815260d16020526040812054849060ff166119ad5760405162461bcd60e51b815260206004820152604d60248201527f53747261746567794d616e616765722e6f6e6c7953747261746567696573576860448201527f6974656c6973746564466f724465706f7369743a207374726174656779206e6f60648201526c1d081dda1a5d195b1a5cdd1959609a1b608482015260a401610624565b6119c26001600160a01b0385163387866121e3565b6040516311f9fbc960e21b81526001600160a01b038581166004830152602482018590528616906347e7ef24906044016020604051808303816000875af1158015611a11573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a3591906130b1565b9150611a4386858785611d4c565b604051631452b9d760e11b81526001600160a01b0387811660048301528681166024830152604482018490527f000000000000000000000000000000000000000000000000000000000000000016906328a573ae90606401600060405180830381600087803b158015611ab557600080fd5b505af1158015611ac9573d6000803e3d6000fd5b5050505050949350505050565b604080516001600160a01b038416815282151560208201527f77d930df4937793473a95024d87a98fd2ccb9e92d3c2463b3dacd65d3e6a5786910160405180910390a16001600160a01b0391909116600090815260d360205260409020805460ff1916911515919091179055565b6033546001600160a01b03163314610b775760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610624565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600081611c655760405162461bcd60e51b815260206004820152603e60248201527f53747261746567794d616e616765722e5f72656d6f76655368617265733a207360448201527f68617265416d6f756e742073686f756c64206e6f74206265207a65726f2100006064820152608401610624565b6001600160a01b03808516600090815260cd602090815260408083209387168352929052205480831115611cf75760405162461bcd60e51b815260206004820152603360248201527f53747261746567794d616e616765722e5f72656d6f76655368617265733a20736044820152720d0c2e4ca82dadeeadce840e8dede40d0d2ced606b1b6064820152608401610624565b6001600160a01b03808616600090815260cd602090815260408083209388168352929052208382039081905590831415611d3f57611d35858561223d565b6001915050611d45565b60009150505b9392505050565b6001600160a01b038416611dc85760405162461bcd60e51b815260206004820152603960248201527f53747261746567794d616e616765722e5f6164645368617265733a207374616b60448201527f65722063616e6e6f74206265207a65726f2061646472657373000000000000006064820152608401610624565b80611e345760405162461bcd60e51b815260206004820152603660248201527f53747261746567794d616e616765722e5f6164645368617265733a207368617260448201527565732073686f756c64206e6f74206265207a65726f2160501b6064820152608401610624565b6001600160a01b03808516600090815260cd6020908152604080832093861683529290522054611f45576001600160a01b038416600090815260ce602090815260409091205410611f065760405162461bcd60e51b815260206004820152605060248201527f53747261746567794d616e616765722e5f6164645368617265733a206465706f60448201527f73697420776f756c6420657863656564204d41585f5354414b45525f5354524160648201526f0a88a8eb2be9892a6a8be988a9c8ea8960831b608482015260a401610624565b6001600160a01b03848116600090815260ce602090815260408220805460018101825590835291200180546001600160a01b0319169184169190911790555b6001600160a01b03808516600090815260cd6020908152604080832093861683529290529081208054839290611f7c9084906130e0565b9091555050604080516001600160a01b03868116825285811660208301528416818301526060810183905290517f7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a969181900360800190a150505050565b60cb54604080516001600160a01b03928316815291831660208301527f4264275e593955ff9d6146a51a4525f6ddace2e81db9391abcc9d1ca48047d29910160405180910390a160cb80546001600160a01b0319166001600160a01b0392909216919091179055565b604080518082018252600a81526922b4b3b2b72630bcb2b960b11b60209182015281517f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866818301527f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea81840152466060820152306080808301919091528351808303909101815260a0909101909252815191012090565b6097546001600160a01b03161580156120fa57506001600160a01b03821615155b61217c5760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610624565b609881905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2610a9a82611651565b60008060006121ce858561242f565b915091506121db8161249f565b509392505050565b604080516001600160a01b0385811660248301528416604482015260648082018490528251808303909101815260849091019091526020810180516001600160e01b03166323b872dd60e01b179052610bcc90859061265a565b6001600160a01b038216600090815260ce6020526040812054905b81811015612358576001600160a01b03848116600090815260ce602052604090208054918516918390811061228f5761228f612fe3565b6000918252602090912001546001600160a01b03161415612350576001600160a01b038416600090815260ce6020526040902080546122d0906001906130f8565b815481106122e0576122e0612fe3565b60009182526020808320909101546001600160a01b03878116845260ce909252604090922080549190921691908390811061231d5761231d612fe3565b9060005260206000200160006101000a8154816001600160a01b0302191690836001600160a01b03160217905550612358565b600101612258565b818114156123e05760405162461bcd60e51b815260206004820152604960248201527f53747261746567794d616e616765722e5f72656d6f766553747261746567794660448201527f726f6d5374616b657253747261746567794c6973743a207374726174656779206064820152681b9bdd08199bdd5b9960ba1b608482015260a401610624565b6001600160a01b038416600090815260ce602052604090208054806124075761240761310f565b600082815260209020810160001990810180546001600160a01b031916905501905550505050565b6000808251604114156124665760208301516040840151606085015160001a61245a8782858561272c565b94509450505050612498565b8251604014156124905760208301516040840151612485868383612819565b935093505050612498565b506000905060025b9250929050565b60008160048111156124b3576124b3613125565b14156124bc5750565b60018160048111156124d0576124d0613125565b141561251e5760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606401610624565b600281600481111561253257612532613125565b14156125805760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606401610624565b600381600481111561259457612594613125565b14156125ed5760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b6064820152608401610624565b600481600481111561260157612601613125565b14156106365760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b6064820152608401610624565b60006126af826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166128529092919063ffffffff16565b80519091501561186257808060200190518101906126cd9190612eb6565b6118625760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610624565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08311156127635750600090506003612810565b8460ff16601b1415801561277b57508460ff16601c14155b1561278c5750600090506004612810565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa1580156127e0573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b03811661280957600060019250925050612810565b9150600090505b94509492505050565b6000806001600160ff1b0383168161283660ff86901c601b6130e0565b90506128448782888561272c565b935093505050935093915050565b60606128618484600085612869565b949350505050565b6060824710156128ca5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610624565b6001600160a01b0385163b6129215760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610624565b600080866001600160a01b0316858760405161293d919061313b565b60006040518083038185875af1925050503d806000811461297a576040519150601f19603f3d011682016040523d82523d6000602084013e61297f565b606091505b509150915061298f82828661299a565b979650505050505050565b606083156129a9575081611d45565b8251156129b95782518084602001fd5b8160405162461bcd60e51b81526004016106249190613157565b6001600160a01b038116811461063657600080fd5b6000602082840312156129fa57600080fd5b8135611d45816129d3565b600060208284031215612a1757600080fd5b5035919050565b634e487b7160e01b600052604160045260246000fd5b60008060008060008060c08789031215612a4d57600080fd5b8635612a58816129d3565b95506020870135612a68816129d3565b9450604087013593506060870135612a7f816129d3565b92506080870135915060a087013567ffffffffffffffff80821115612aa357600080fd5b818901915089601f830112612ab757600080fd5b813581811115612ac957612ac9612a1e565b604051601f8201601f19908116603f01168101908382118183101715612af157612af1612a1e565b816040528281528c6020848701011115612b0a57600080fd5b8260208601602083013760006020848301015280955050505050509295509295509295565b801515811461063657600080fd5b60008060408385031215612b5057600080fd5b8235612b5b816129d3565b91506020830135612b6b81612b2f565b809150509250929050565b600060208284031215612b8857600080fd5b813560ff81168114611d4557600080fd5b60008060408385031215612bac57600080fd5b8235612bb7816129d3565b91506020830135612b6b816129d3565b600080600060608486031215612bdc57600080fd5b8335612be7816129d3565b92506020840135612bf7816129d3565b929592945050506040919091013590565b604080825283519082018190526000906020906060840190828701845b82811015612c4a5781516001600160a01b031684529284019290840190600101612c25565b5050508381038285015284518082528583019183019060005b81811015612c7f57835183529284019291840191600101612c63565b5090979650505050505050565b60008083601f840112612c9e57600080fd5b50813567ffffffffffffffff811115612cb657600080fd5b6020830191508360208260051b850101111561249857600080fd5b60008060208385031215612ce457600080fd5b823567ffffffffffffffff811115612cfb57600080fd5b612d0785828601612c8c565b90969095509350505050565b60008060008060808587031215612d2957600080fd5b8435612d34816129d3565b93506020850135612d44816129d3565b92506040850135612d54816129d3565b9396929550929360600135925050565b60008060008060808587031215612d7a57600080fd5b8435612d85816129d3565b93506020850135612d95816129d3565b9250604085013591506060850135612dac816129d3565b939692955090935050565b60008060408385031215612dca57600080fd5b8235612dd5816129d3565b946020939093013593505050565b60008060008060408587031215612df957600080fd5b843567ffffffffffffffff80821115612e1157600080fd5b612e1d88838901612c8c565b90965094506020870135915080821115612e3657600080fd5b50612e4387828801612c8c565b95989497509550505050565b600060208284031215612e6157600080fd5b8151611d45816129d3565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215612ec857600080fd5b8151611d4581612b2f565b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b60208082526044908201527f53747261746567794d616e616765722e6f6e6c7953747261746567795768697460408201527f656c69737465723a206e6f742074686520737472617465677957686974656c6960608201526339ba32b960e11b608082015260a00190565b602080825260409082018190527f53747261746567794d616e616765722e6f6e6c7944656c65676174696f6e4d61908201527f6e616765723a206e6f74207468652044656c65676174696f6e4d616e61676572606082015260800190565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561300b57600080fd5b8135611d4581612b2f565b60005b83811015613031578181015183820152602001613019565b83811115610bcc5750506000910152565b6000815180845261305a816020860160208601613016565b601f01601f19169290920160200192915050565b8281526040602082015260006128616040830184613042565b60006020828403121561309957600080fd5b81516001600160e01b031981168114611d4557600080fd5b6000602082840312156130c357600080fd5b5051919050565b634e487b7160e01b600052601160045260246000fd5b600082198211156130f3576130f36130ca565b500190565b60008282101561310a5761310a6130ca565b500390565b634e487b7160e01b600052603160045260246000fd5b634e487b7160e01b600052602160045260246000fd5b6000825161314d818460208701613016565b9190910192915050565b602081526000611d45602083018461304256fea2646970667358221220146c1ad6a1401bc2b1ccfbd918ffe061fc17a66e735e4302fa116fe5ef4afbd664736f6c634300080c0033000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c90000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe6000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c853","output":"0x608060405234801561001057600080fd5b50600436106102065760003560e01c80638da5cb5b1161011a578063c6656702116100ad578063df5cf7231161007c578063df5cf72314610515578063e7a050aa1461053c578063f2fde38b1461054f578063f698da2514610562578063fabc1cbc1461056a57600080fd5b8063c6656702146104c9578063cbc2bd62146104dc578063cf756fdf146104ef578063df5b35471461050257600080fd5b8063b1344271116100e9578063b134427114610469578063b5d8b5b814610490578063c4623ea1146104a3578063c608c7f3146104b657600080fd5b80638da5cb5b1461040157806394f649dd14610412578063967fc0d2146104335780639b4da03d1461044657600080fd5b80635ac86ab71161019d5780637a7e0d921161016c5780637a7e0d92146103675780637ecebe0014610392578063886f1195146103b25780638b8aac3c146103c55780638c80d4e5146103ee57600080fd5b80635ac86ab7146103015780635c975abb14610334578063663c1de41461033c578063715018a61461035f57600080fd5b80634665bcda116101d95780634665bcda1461028057806348825e94146102bf5780634e5a4263146102e6578063595c6a67146102f957600080fd5b806310d67a2f1461020b578063136439dd1461022057806320606b701461023357806332e89ace1461026d575b600080fd5b61021e6102193660046129e8565b61057d565b005b61021e61022e366004612a05565b610639565b61025a7f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86681565b6040519081526020015b60405180910390f35b61025a61027b366004612a34565b610778565b6102a77f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe681565b6040516001600160a01b039091168152602001610264565b61025a7f4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea922481565b61021e6102f4366004612b3d565b610a66565b61021e610a9e565b61032461030f366004612b76565b609854600160ff9092169190911b9081161490565b6040519015158152602001610264565b60985461025a565b61032461034a3660046129e8565b60d16020526000908152604090205460ff1681565b61021e610b65565b61025a610375366004612b99565b60cd60209081526000928352604080842090915290825290205481565b61025a6103a03660046129e8565b60ca6020526000908152604090205481565b6097546102a7906001600160a01b031681565b61025a6103d33660046129e8565b6001600160a01b0316600090815260ce602052604090205490565b61021e6103fc366004612bc7565b610b79565b6033546001600160a01b03166102a7565b6104256104203660046129e8565b610bd2565b604051610264929190612c08565b60cb546102a7906001600160a01b031681565b6103246104543660046129e8565b60d36020526000908152604090205460ff1681565b6102a77f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c85381565b61021e61049e366004612cd1565b610d52565b61021e6104b1366004612d13565b610ec6565b61021e6104c4366004612d64565b610f1a565b61021e6104d73660046129e8565b610fd2565b6102a76104ea366004612db7565b610fe3565b61021e6104fd366004612d13565b61101b565b61021e610510366004612de3565b61114f565b6102a77f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b61025a61054a366004612bc7565b611378565b61021e61055d3660046129e8565b611441565b61025a6114b7565b61021e610578366004612a05565b6114f5565b609760009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156105d0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105f49190612e4f565b6001600160a01b0316336001600160a01b03161461062d5760405162461bcd60e51b815260040161062490612e6c565b60405180910390fd5b61063681611651565b50565b60975460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610681573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106a59190612eb6565b6106c15760405162461bcd60e51b815260040161062490612ed3565b6098548181161461073a5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610624565b609881905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b6098546000908190600190811614156107cf5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610624565b600260655414156108225760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610624565b60026065556001600160a01b038816600090815260d3602052604090205460ff16156108c95760405162461bcd60e51b815260206004820152604a60248201527f53747261746567794d616e616765722e6465706f736974496e746f537472617460448201527f656779576974685369676e61747572653a207468697264207472616e736665726064820152691cc8191a5cd8589b195960b21b608482015260a401610624565b4284101561094b5760405162461bcd60e51b815260206004820152604360248201527f53747261746567794d616e616765722e6465706f736974496e746f537472617460448201527f656779576974685369676e61747572653a207369676e617475726520657870696064820152621c995960ea1b608482015260a401610624565b6001600160a01b03858116600081815260ca602090815260408083205481517f4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea922493810193909352908201939093528b84166060820152928a16608084015260a0830189905260c0830182905260e0830187905290916101000160408051601f1981840301815291815281516020928301206001600160a01b038a16600090815260ca9093529082206001850190559150610a036114b7565b60405161190160f01b6020820152602281019190915260428101839052606201604051602081830303815290604052805190602001209050610a46888288611748565b610a52888c8c8c611907565b60016065559b9a5050505050505050505050565b60cb546001600160a01b03163314610a905760405162461bcd60e51b815260040161062490612f1b565b610a9a8282611ad6565b5050565b60975460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610ae6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b0a9190612eb6565b610b265760405162461bcd60e51b815260040161062490612ed3565b600019609881905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b610b6d611b44565b610b776000611b9e565b565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91614610bc15760405162461bcd60e51b815260040161062490612f85565b610bcc838383611bf0565b50505050565b6001600160a01b038116600090815260ce60205260408120546060918291908167ffffffffffffffff811115610c0a57610c0a612a1e565b604051908082528060200260200182016040528015610c33578160200160208202803683370190505b50905060005b82811015610cc4576001600160a01b038616600090815260cd6020908152604080832060ce9092528220805491929184908110610c7857610c78612fe3565b60009182526020808320909101546001600160a01b031683528201929092526040019020548251839083908110610cb157610cb1612fe3565b6020908102919091010152600101610c39565b5060ce6000866001600160a01b03166001600160a01b031681526020019081526020016000208181805480602002602001604051908101604052809291908181526020018280548015610d4057602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311610d22575b50505050509150935093505050915091565b60cb546001600160a01b03163314610d7c5760405162461bcd60e51b815260040161062490612f1b565b8060005b81811015610bcc5760d16000858584818110610d9e57610d9e612fe3565b9050602002016020810190610db391906129e8565b6001600160a01b0316815260208101919091526040016000205460ff1615610ebe57600060d16000868685818110610ded57610ded612fe3565b9050602002016020810190610e0291906129e8565b6001600160a01b031681526020810191909152604001600020805460ff19169115159190911790557f4074413b4b443e4e58019f2855a8765113358c7c72e39509c6af45fc0f5ba030848483818110610e5d57610e5d612fe3565b9050602002016020810190610e7291906129e8565b6040516001600160a01b03909116815260200160405180910390a1610ebe848483818110610ea257610ea2612fe3565b9050602002016020810190610eb791906129e8565b6000611ad6565b600101610d80565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91614610f0e5760405162461bcd60e51b815260040161062490612f85565b610bcc84848484611d4c565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91614610f625760405162461bcd60e51b815260040161062490612f85565b604051636ce5768960e11b81526001600160a01b03858116600483015282811660248301526044820184905284169063d9caed1290606401600060405180830381600087803b158015610fb457600080fd5b505af1158015610fc8573d6000803e3d6000fd5b5050505050505050565b610fda611b44565b61063681611fd9565b60ce6020528160005260406000208181548110610fff57600080fd5b6000918252602090912001546001600160a01b03169150829050565b600054610100900460ff161580801561103b5750600054600160ff909116105b806110555750303b158015611055575060005460ff166001145b6110b85760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610624565b6000805460ff1916600117905580156110db576000805461ff0019166101001790555b6110e3612042565b60c9556110f083836120d9565b6110f985611b9e565b61110284611fd9565b8015611148576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b5050505050565b60cb546001600160a01b031633146111795760405162461bcd60e51b815260040161062490612f1b565b8281146112025760405162461bcd60e51b815260206004820152604b60248201527f53747261746567794d616e616765722e61646453747261746567696573546f4460448201527f65706f73697457686974656c6973743a206172726179206c656e67746873206460648201526a0de40dcdee840dac2e8c6d60ab1b608482015260a401610624565b8260005b818110156113705760d1600087878481811061122457611224612fe3565b905060200201602081019061123991906129e8565b6001600160a01b0316815260208101919091526040016000205460ff1661136857600160d1600088888581811061127257611272612fe3565b905060200201602081019061128791906129e8565b6001600160a01b031681526020810191909152604001600020805460ff19169115159190911790557f0c35b17d91c96eb2751cd456e1252f42a386e524ef9ff26ecc9950859fdc04fe8686838181106112e2576112e2612fe3565b90506020020160208101906112f791906129e8565b6040516001600160a01b03909116815260200160405180910390a161136886868381811061132757611327612fe3565b905060200201602081019061133c91906129e8565b85858481811061134e5761134e612fe3565b90506020020160208101906113639190612ff9565b611ad6565b600101611206565b505050505050565b6098546000908190600190811614156113cf5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610624565b600260655414156114225760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610624565b600260655561143333868686611907565b600160655595945050505050565b611449611b44565b6001600160a01b0381166114ae5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610624565b61063681611b9e565b60007f0000000000000000000000000000000000000000000000000000000000007a694614156114e8575060c95490565b6114f0612042565b905090565b609760009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611548573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061156c9190612e4f565b6001600160a01b0316336001600160a01b03161461159c5760405162461bcd60e51b815260040161062490612e6c565b60985419811960985419161461161a5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610624565b609881905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200161076d565b6001600160a01b0381166116df5760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610624565b609754604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1609780546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b0383163b1561186757604051630b135d3f60e11b808252906001600160a01b03851690631626ba7e90611788908690869060040161306e565b602060405180830381865afa1580156117a5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117c99190613087565b6001600160e01b031916146118625760405162461bcd60e51b815260206004820152605360248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a2045524331323731207369676e6174757265206064820152721d995c9a599a58d85d1a5bdb8819985a5b1959606a1b608482015260a401610624565b505050565b826001600160a01b031661187b83836121bf565b6001600160a01b0316146118625760405162461bcd60e51b815260206004820152604760248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a207369676e6174757265206e6f742066726f6d6064820152661039b4b3b732b960c91b608482015260a401610624565b6001600160a01b038316600090815260d16020526040812054849060ff166119ad5760405162461bcd60e51b815260206004820152604d60248201527f53747261746567794d616e616765722e6f6e6c7953747261746567696573576860448201527f6974656c6973746564466f724465706f7369743a207374726174656779206e6f60648201526c1d081dda1a5d195b1a5cdd1959609a1b608482015260a401610624565b6119c26001600160a01b0385163387866121e3565b6040516311f9fbc960e21b81526001600160a01b038581166004830152602482018590528616906347e7ef24906044016020604051808303816000875af1158015611a11573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a3591906130b1565b9150611a4386858785611d4c565b604051631452b9d760e11b81526001600160a01b0387811660048301528681166024830152604482018490527f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916906328a573ae90606401600060405180830381600087803b158015611ab557600080fd5b505af1158015611ac9573d6000803e3d6000fd5b5050505050949350505050565b604080516001600160a01b038416815282151560208201527f77d930df4937793473a95024d87a98fd2ccb9e92d3c2463b3dacd65d3e6a5786910160405180910390a16001600160a01b0391909116600090815260d360205260409020805460ff1916911515919091179055565b6033546001600160a01b03163314610b775760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610624565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600081611c655760405162461bcd60e51b815260206004820152603e60248201527f53747261746567794d616e616765722e5f72656d6f76655368617265733a207360448201527f68617265416d6f756e742073686f756c64206e6f74206265207a65726f2100006064820152608401610624565b6001600160a01b03808516600090815260cd602090815260408083209387168352929052205480831115611cf75760405162461bcd60e51b815260206004820152603360248201527f53747261746567794d616e616765722e5f72656d6f76655368617265733a20736044820152720d0c2e4ca82dadeeadce840e8dede40d0d2ced606b1b6064820152608401610624565b6001600160a01b03808616600090815260cd602090815260408083209388168352929052208382039081905590831415611d3f57611d35858561223d565b6001915050611d45565b60009150505b9392505050565b6001600160a01b038416611dc85760405162461bcd60e51b815260206004820152603960248201527f53747261746567794d616e616765722e5f6164645368617265733a207374616b60448201527f65722063616e6e6f74206265207a65726f2061646472657373000000000000006064820152608401610624565b80611e345760405162461bcd60e51b815260206004820152603660248201527f53747261746567794d616e616765722e5f6164645368617265733a207368617260448201527565732073686f756c64206e6f74206265207a65726f2160501b6064820152608401610624565b6001600160a01b03808516600090815260cd6020908152604080832093861683529290522054611f45576001600160a01b038416600090815260ce602090815260409091205410611f065760405162461bcd60e51b815260206004820152605060248201527f53747261746567794d616e616765722e5f6164645368617265733a206465706f60448201527f73697420776f756c6420657863656564204d41585f5354414b45525f5354524160648201526f0a88a8eb2be9892a6a8be988a9c8ea8960831b608482015260a401610624565b6001600160a01b03848116600090815260ce602090815260408220805460018101825590835291200180546001600160a01b0319169184169190911790555b6001600160a01b03808516600090815260cd6020908152604080832093861683529290529081208054839290611f7c9084906130e0565b9091555050604080516001600160a01b03868116825285811660208301528416818301526060810183905290517f7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a969181900360800190a150505050565b60cb54604080516001600160a01b03928316815291831660208301527f4264275e593955ff9d6146a51a4525f6ddace2e81db9391abcc9d1ca48047d29910160405180910390a160cb80546001600160a01b0319166001600160a01b0392909216919091179055565b604080518082018252600a81526922b4b3b2b72630bcb2b960b11b60209182015281517f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866818301527f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea81840152466060820152306080808301919091528351808303909101815260a0909101909252815191012090565b6097546001600160a01b03161580156120fa57506001600160a01b03821615155b61217c5760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610624565b609881905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2610a9a82611651565b60008060006121ce858561242f565b915091506121db8161249f565b509392505050565b604080516001600160a01b0385811660248301528416604482015260648082018490528251808303909101815260849091019091526020810180516001600160e01b03166323b872dd60e01b179052610bcc90859061265a565b6001600160a01b038216600090815260ce6020526040812054905b81811015612358576001600160a01b03848116600090815260ce602052604090208054918516918390811061228f5761228f612fe3565b6000918252602090912001546001600160a01b03161415612350576001600160a01b038416600090815260ce6020526040902080546122d0906001906130f8565b815481106122e0576122e0612fe3565b60009182526020808320909101546001600160a01b03878116845260ce909252604090922080549190921691908390811061231d5761231d612fe3565b9060005260206000200160006101000a8154816001600160a01b0302191690836001600160a01b03160217905550612358565b600101612258565b818114156123e05760405162461bcd60e51b815260206004820152604960248201527f53747261746567794d616e616765722e5f72656d6f766553747261746567794660448201527f726f6d5374616b657253747261746567794c6973743a207374726174656779206064820152681b9bdd08199bdd5b9960ba1b608482015260a401610624565b6001600160a01b038416600090815260ce602052604090208054806124075761240761310f565b600082815260209020810160001990810180546001600160a01b031916905501905550505050565b6000808251604114156124665760208301516040840151606085015160001a61245a8782858561272c565b94509450505050612498565b8251604014156124905760208301516040840151612485868383612819565b935093505050612498565b506000905060025b9250929050565b60008160048111156124b3576124b3613125565b14156124bc5750565b60018160048111156124d0576124d0613125565b141561251e5760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606401610624565b600281600481111561253257612532613125565b14156125805760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606401610624565b600381600481111561259457612594613125565b14156125ed5760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b6064820152608401610624565b600481600481111561260157612601613125565b14156106365760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b6064820152608401610624565b60006126af826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166128529092919063ffffffff16565b80519091501561186257808060200190518101906126cd9190612eb6565b6118625760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610624565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08311156127635750600090506003612810565b8460ff16601b1415801561277b57508460ff16601c14155b1561278c5750600090506004612810565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa1580156127e0573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b03811661280957600060019250925050612810565b9150600090505b94509492505050565b6000806001600160ff1b0383168161283660ff86901c601b6130e0565b90506128448782888561272c565b935093505050935093915050565b60606128618484600085612869565b949350505050565b6060824710156128ca5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610624565b6001600160a01b0385163b6129215760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610624565b600080866001600160a01b0316858760405161293d919061313b565b60006040518083038185875af1925050503d806000811461297a576040519150601f19603f3d011682016040523d82523d6000602084013e61297f565b606091505b509150915061298f82828661299a565b979650505050505050565b606083156129a9575081611d45565b8251156129b95782518084602001fd5b8160405162461bcd60e51b81526004016106249190613157565b6001600160a01b038116811461063657600080fd5b6000602082840312156129fa57600080fd5b8135611d45816129d3565b600060208284031215612a1757600080fd5b5035919050565b634e487b7160e01b600052604160045260246000fd5b60008060008060008060c08789031215612a4d57600080fd5b8635612a58816129d3565b95506020870135612a68816129d3565b9450604087013593506060870135612a7f816129d3565b92506080870135915060a087013567ffffffffffffffff80821115612aa357600080fd5b818901915089601f830112612ab757600080fd5b813581811115612ac957612ac9612a1e565b604051601f8201601f19908116603f01168101908382118183101715612af157612af1612a1e565b816040528281528c6020848701011115612b0a57600080fd5b8260208601602083013760006020848301015280955050505050509295509295509295565b801515811461063657600080fd5b60008060408385031215612b5057600080fd5b8235612b5b816129d3565b91506020830135612b6b81612b2f565b809150509250929050565b600060208284031215612b8857600080fd5b813560ff81168114611d4557600080fd5b60008060408385031215612bac57600080fd5b8235612bb7816129d3565b91506020830135612b6b816129d3565b600080600060608486031215612bdc57600080fd5b8335612be7816129d3565b92506020840135612bf7816129d3565b929592945050506040919091013590565b604080825283519082018190526000906020906060840190828701845b82811015612c4a5781516001600160a01b031684529284019290840190600101612c25565b5050508381038285015284518082528583019183019060005b81811015612c7f57835183529284019291840191600101612c63565b5090979650505050505050565b60008083601f840112612c9e57600080fd5b50813567ffffffffffffffff811115612cb657600080fd5b6020830191508360208260051b850101111561249857600080fd5b60008060208385031215612ce457600080fd5b823567ffffffffffffffff811115612cfb57600080fd5b612d0785828601612c8c565b90969095509350505050565b60008060008060808587031215612d2957600080fd5b8435612d34816129d3565b93506020850135612d44816129d3565b92506040850135612d54816129d3565b9396929550929360600135925050565b60008060008060808587031215612d7a57600080fd5b8435612d85816129d3565b93506020850135612d95816129d3565b9250604085013591506060850135612dac816129d3565b939692955090935050565b60008060408385031215612dca57600080fd5b8235612dd5816129d3565b946020939093013593505050565b60008060008060408587031215612df957600080fd5b843567ffffffffffffffff80821115612e1157600080fd5b612e1d88838901612c8c565b90965094506020870135915080821115612e3657600080fd5b50612e4387828801612c8c565b95989497509550505050565b600060208284031215612e6157600080fd5b8151611d45816129d3565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215612ec857600080fd5b8151611d4581612b2f565b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b60208082526044908201527f53747261746567794d616e616765722e6f6e6c7953747261746567795768697460408201527f656c69737465723a206e6f742074686520737472617465677957686974656c6960608201526339ba32b960e11b608082015260a00190565b602080825260409082018190527f53747261746567794d616e616765722e6f6e6c7944656c65676174696f6e4d61908201527f6e616765723a206e6f74207468652044656c65676174696f6e4d616e61676572606082015260800190565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561300b57600080fd5b8135611d4581612b2f565b60005b83811015613031578181015183820152602001613019565b83811115610bcc5750506000910152565b6000815180845261305a816020860160208601613016565b601f01601f19169290920160200192915050565b8281526040602082015260006128616040830184613042565b60006020828403121561309957600080fd5b81516001600160e01b031981168114611d4557600080fd5b6000602082840312156130c357600080fd5b5051919050565b634e487b7160e01b600052601160045260246000fd5b600082198211156130f3576130f36130ca565b500190565b60008282101561310a5761310a6130ca565b500390565b634e487b7160e01b600052603160045260246000fd5b634e487b7160e01b600052602160045260246000fd5b6000825161314d818460208701613016565b9190910192915050565b602081526000611d45602083018461304256fea2646970667358221220146c1ad6a1401bc2b1ccfbd918ffe061fc17a66e735e4302fa116fe5ef4afbd664736f6c634300080c0033","gas_used":2567635,"gas_limit":3414672,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x608060405234801561001057600080fd5b50600436106102065760003560e01c80638da5cb5b1161011a578063c6656702116100ad578063df5cf7231161007c578063df5cf72314610515578063e7a050aa1461053c578063f2fde38b1461054f578063f698da2514610562578063fabc1cbc1461056a57600080fd5b8063c6656702146104c9578063cbc2bd62146104dc578063cf756fdf146104ef578063df5b35471461050257600080fd5b8063b1344271116100e9578063b134427114610469578063b5d8b5b814610490578063c4623ea1146104a3578063c608c7f3146104b657600080fd5b80638da5cb5b1461040157806394f649dd14610412578063967fc0d2146104335780639b4da03d1461044657600080fd5b80635ac86ab71161019d5780637a7e0d921161016c5780637a7e0d92146103675780637ecebe0014610392578063886f1195146103b25780638b8aac3c146103c55780638c80d4e5146103ee57600080fd5b80635ac86ab7146103015780635c975abb14610334578063663c1de41461033c578063715018a61461035f57600080fd5b80634665bcda116101d95780634665bcda1461028057806348825e94146102bf5780634e5a4263146102e6578063595c6a67146102f957600080fd5b806310d67a2f1461020b578063136439dd1461022057806320606b701461023357806332e89ace1461026d575b600080fd5b61021e6102193660046129e8565b61057d565b005b61021e61022e366004612a05565b610639565b61025a7f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86681565b6040519081526020015b60405180910390f35b61025a61027b366004612a34565b610778565b6102a77f0000000000000000000000002279b7a0a67db372996a5fab50d91eaa73d2ebe681565b6040516001600160a01b039091168152602001610264565b61025a7f4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea922481565b61021e6102f4366004612b3d565b610a66565b61021e610a9e565b61032461030f366004612b76565b609854600160ff9092169190911b9081161490565b6040519015158152602001610264565b60985461025a565b61032461034a3660046129e8565b60d16020526000908152604090205460ff1681565b61021e610b65565b61025a610375366004612b99565b60cd60209081526000928352604080842090915290825290205481565b61025a6103a03660046129e8565b60ca6020526000908152604090205481565b6097546102a7906001600160a01b031681565b61025a6103d33660046129e8565b6001600160a01b0316600090815260ce602052604090205490565b61021e6103fc366004612bc7565b610b79565b6033546001600160a01b03166102a7565b6104256104203660046129e8565b610bd2565b604051610264929190612c08565b60cb546102a7906001600160a01b031681565b6103246104543660046129e8565b60d36020526000908152604090205460ff1681565b6102a77f000000000000000000000000a513e6e4b8f2a923d98304ec87f64353c4d5c85381565b61021e61049e366004612cd1565b610d52565b61021e6104b1366004612d13565b610ec6565b61021e6104c4366004612d64565b610f1a565b61021e6104d73660046129e8565b610fd2565b6102a76104ea366004612db7565b610fe3565b61021e6104fd366004612d13565b61101b565b61021e610510366004612de3565b61114f565b6102a77f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c981565b61025a61054a366004612bc7565b611378565b61021e61055d3660046129e8565b611441565b61025a6114b7565b61021e610578366004612a05565b6114f5565b609760009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156105d0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105f49190612e4f565b6001600160a01b0316336001600160a01b03161461062d5760405162461bcd60e51b815260040161062490612e6c565b60405180910390fd5b61063681611651565b50565b60975460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610681573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106a59190612eb6565b6106c15760405162461bcd60e51b815260040161062490612ed3565b6098548181161461073a5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610624565b609881905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b6098546000908190600190811614156107cf5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610624565b600260655414156108225760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610624565b60026065556001600160a01b038816600090815260d3602052604090205460ff16156108c95760405162461bcd60e51b815260206004820152604a60248201527f53747261746567794d616e616765722e6465706f736974496e746f537472617460448201527f656779576974685369676e61747572653a207468697264207472616e736665726064820152691cc8191a5cd8589b195960b21b608482015260a401610624565b4284101561094b5760405162461bcd60e51b815260206004820152604360248201527f53747261746567794d616e616765722e6465706f736974496e746f537472617460448201527f656779576974685369676e61747572653a207369676e617475726520657870696064820152621c995960ea1b608482015260a401610624565b6001600160a01b03858116600081815260ca602090815260408083205481517f4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea922493810193909352908201939093528b84166060820152928a16608084015260a0830189905260c0830182905260e0830187905290916101000160408051601f1981840301815291815281516020928301206001600160a01b038a16600090815260ca9093529082206001850190559150610a036114b7565b60405161190160f01b6020820152602281019190915260428101839052606201604051602081830303815290604052805190602001209050610a46888288611748565b610a52888c8c8c611907565b60016065559b9a5050505050505050505050565b60cb546001600160a01b03163314610a905760405162461bcd60e51b815260040161062490612f1b565b610a9a8282611ad6565b5050565b60975460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610ae6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b0a9190612eb6565b610b265760405162461bcd60e51b815260040161062490612ed3565b600019609881905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b610b6d611b44565b610b776000611b9e565b565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91614610bc15760405162461bcd60e51b815260040161062490612f85565b610bcc838383611bf0565b50505050565b6001600160a01b038116600090815260ce60205260408120546060918291908167ffffffffffffffff811115610c0a57610c0a612a1e565b604051908082528060200260200182016040528015610c33578160200160208202803683370190505b50905060005b82811015610cc4576001600160a01b038616600090815260cd6020908152604080832060ce9092528220805491929184908110610c7857610c78612fe3565b60009182526020808320909101546001600160a01b031683528201929092526040019020548251839083908110610cb157610cb1612fe3565b6020908102919091010152600101610c39565b5060ce6000866001600160a01b03166001600160a01b031681526020019081526020016000208181805480602002602001604051908101604052809291908181526020018280548015610d4057602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311610d22575b50505050509150935093505050915091565b60cb546001600160a01b03163314610d7c5760405162461bcd60e51b815260040161062490612f1b565b8060005b81811015610bcc5760d16000858584818110610d9e57610d9e612fe3565b9050602002016020810190610db391906129e8565b6001600160a01b0316815260208101919091526040016000205460ff1615610ebe57600060d16000868685818110610ded57610ded612fe3565b9050602002016020810190610e0291906129e8565b6001600160a01b031681526020810191909152604001600020805460ff19169115159190911790557f4074413b4b443e4e58019f2855a8765113358c7c72e39509c6af45fc0f5ba030848483818110610e5d57610e5d612fe3565b9050602002016020810190610e7291906129e8565b6040516001600160a01b03909116815260200160405180910390a1610ebe848483818110610ea257610ea2612fe3565b9050602002016020810190610eb791906129e8565b6000611ad6565b600101610d80565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91614610f0e5760405162461bcd60e51b815260040161062490612f85565b610bcc84848484611d4c565b336001600160a01b037f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c91614610f625760405162461bcd60e51b815260040161062490612f85565b604051636ce5768960e11b81526001600160a01b03858116600483015282811660248301526044820184905284169063d9caed1290606401600060405180830381600087803b158015610fb457600080fd5b505af1158015610fc8573d6000803e3d6000fd5b5050505050505050565b610fda611b44565b61063681611fd9565b60ce6020528160005260406000208181548110610fff57600080fd5b6000918252602090912001546001600160a01b03169150829050565b600054610100900460ff161580801561103b5750600054600160ff909116105b806110555750303b158015611055575060005460ff166001145b6110b85760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610624565b6000805460ff1916600117905580156110db576000805461ff0019166101001790555b6110e3612042565b60c9556110f083836120d9565b6110f985611b9e565b61110284611fd9565b8015611148576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b5050505050565b60cb546001600160a01b031633146111795760405162461bcd60e51b815260040161062490612f1b565b8281146112025760405162461bcd60e51b815260206004820152604b60248201527f53747261746567794d616e616765722e61646453747261746567696573546f4460448201527f65706f73697457686974656c6973743a206172726179206c656e67746873206460648201526a0de40dcdee840dac2e8c6d60ab1b608482015260a401610624565b8260005b818110156113705760d1600087878481811061122457611224612fe3565b905060200201602081019061123991906129e8565b6001600160a01b0316815260208101919091526040016000205460ff1661136857600160d1600088888581811061127257611272612fe3565b905060200201602081019061128791906129e8565b6001600160a01b031681526020810191909152604001600020805460ff19169115159190911790557f0c35b17d91c96eb2751cd456e1252f42a386e524ef9ff26ecc9950859fdc04fe8686838181106112e2576112e2612fe3565b90506020020160208101906112f791906129e8565b6040516001600160a01b03909116815260200160405180910390a161136886868381811061132757611327612fe3565b905060200201602081019061133c91906129e8565b85858481811061134e5761134e612fe3565b90506020020160208101906113639190612ff9565b611ad6565b600101611206565b505050505050565b6098546000908190600190811614156113cf5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610624565b600260655414156114225760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610624565b600260655561143333868686611907565b600160655595945050505050565b611449611b44565b6001600160a01b0381166114ae5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610624565b61063681611b9e565b60007f0000000000000000000000000000000000000000000000000000000000007a694614156114e8575060c95490565b6114f0612042565b905090565b609760009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611548573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061156c9190612e4f565b6001600160a01b0316336001600160a01b03161461159c5760405162461bcd60e51b815260040161062490612e6c565b60985419811960985419161461161a5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610624565b609881905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200161076d565b6001600160a01b0381166116df5760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610624565b609754604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1609780546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b0383163b1561186757604051630b135d3f60e11b808252906001600160a01b03851690631626ba7e90611788908690869060040161306e565b602060405180830381865afa1580156117a5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117c99190613087565b6001600160e01b031916146118625760405162461bcd60e51b815260206004820152605360248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a2045524331323731207369676e6174757265206064820152721d995c9a599a58d85d1a5bdb8819985a5b1959606a1b608482015260a401610624565b505050565b826001600160a01b031661187b83836121bf565b6001600160a01b0316146118625760405162461bcd60e51b815260206004820152604760248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a207369676e6174757265206e6f742066726f6d6064820152661039b4b3b732b960c91b608482015260a401610624565b6001600160a01b038316600090815260d16020526040812054849060ff166119ad5760405162461bcd60e51b815260206004820152604d60248201527f53747261746567794d616e616765722e6f6e6c7953747261746567696573576860448201527f6974656c6973746564466f724465706f7369743a207374726174656779206e6f60648201526c1d081dda1a5d195b1a5cdd1959609a1b608482015260a401610624565b6119c26001600160a01b0385163387866121e3565b6040516311f9fbc960e21b81526001600160a01b038581166004830152602482018590528616906347e7ef24906044016020604051808303816000875af1158015611a11573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a3591906130b1565b9150611a4386858785611d4c565b604051631452b9d760e11b81526001600160a01b0387811660048301528681166024830152604482018490527f000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c916906328a573ae90606401600060405180830381600087803b158015611ab557600080fd5b505af1158015611ac9573d6000803e3d6000fd5b5050505050949350505050565b604080516001600160a01b038416815282151560208201527f77d930df4937793473a95024d87a98fd2ccb9e92d3c2463b3dacd65d3e6a5786910160405180910390a16001600160a01b0391909116600090815260d360205260409020805460ff1916911515919091179055565b6033546001600160a01b03163314610b775760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610624565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600081611c655760405162461bcd60e51b815260206004820152603e60248201527f53747261746567794d616e616765722e5f72656d6f76655368617265733a207360448201527f68617265416d6f756e742073686f756c64206e6f74206265207a65726f2100006064820152608401610624565b6001600160a01b03808516600090815260cd602090815260408083209387168352929052205480831115611cf75760405162461bcd60e51b815260206004820152603360248201527f53747261746567794d616e616765722e5f72656d6f76655368617265733a20736044820152720d0c2e4ca82dadeeadce840e8dede40d0d2ced606b1b6064820152608401610624565b6001600160a01b03808616600090815260cd602090815260408083209388168352929052208382039081905590831415611d3f57611d35858561223d565b6001915050611d45565b60009150505b9392505050565b6001600160a01b038416611dc85760405162461bcd60e51b815260206004820152603960248201527f53747261746567794d616e616765722e5f6164645368617265733a207374616b60448201527f65722063616e6e6f74206265207a65726f2061646472657373000000000000006064820152608401610624565b80611e345760405162461bcd60e51b815260206004820152603660248201527f53747261746567794d616e616765722e5f6164645368617265733a207368617260448201527565732073686f756c64206e6f74206265207a65726f2160501b6064820152608401610624565b6001600160a01b03808516600090815260cd6020908152604080832093861683529290522054611f45576001600160a01b038416600090815260ce602090815260409091205410611f065760405162461bcd60e51b815260206004820152605060248201527f53747261746567794d616e616765722e5f6164645368617265733a206465706f60448201527f73697420776f756c6420657863656564204d41585f5354414b45525f5354524160648201526f0a88a8eb2be9892a6a8be988a9c8ea8960831b608482015260a401610624565b6001600160a01b03848116600090815260ce602090815260408220805460018101825590835291200180546001600160a01b0319169184169190911790555b6001600160a01b03808516600090815260cd6020908152604080832093861683529290529081208054839290611f7c9084906130e0565b9091555050604080516001600160a01b03868116825285811660208301528416818301526060810183905290517f7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a969181900360800190a150505050565b60cb54604080516001600160a01b03928316815291831660208301527f4264275e593955ff9d6146a51a4525f6ddace2e81db9391abcc9d1ca48047d29910160405180910390a160cb80546001600160a01b0319166001600160a01b0392909216919091179055565b604080518082018252600a81526922b4b3b2b72630bcb2b960b11b60209182015281517f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866818301527f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea81840152466060820152306080808301919091528351808303909101815260a0909101909252815191012090565b6097546001600160a01b03161580156120fa57506001600160a01b03821615155b61217c5760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610624565b609881905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2610a9a82611651565b60008060006121ce858561242f565b915091506121db8161249f565b509392505050565b604080516001600160a01b0385811660248301528416604482015260648082018490528251808303909101815260849091019091526020810180516001600160e01b03166323b872dd60e01b179052610bcc90859061265a565b6001600160a01b038216600090815260ce6020526040812054905b81811015612358576001600160a01b03848116600090815260ce602052604090208054918516918390811061228f5761228f612fe3565b6000918252602090912001546001600160a01b03161415612350576001600160a01b038416600090815260ce6020526040902080546122d0906001906130f8565b815481106122e0576122e0612fe3565b60009182526020808320909101546001600160a01b03878116845260ce909252604090922080549190921691908390811061231d5761231d612fe3565b9060005260206000200160006101000a8154816001600160a01b0302191690836001600160a01b03160217905550612358565b600101612258565b818114156123e05760405162461bcd60e51b815260206004820152604960248201527f53747261746567794d616e616765722e5f72656d6f766553747261746567794660448201527f726f6d5374616b657253747261746567794c6973743a207374726174656779206064820152681b9bdd08199bdd5b9960ba1b608482015260a401610624565b6001600160a01b038416600090815260ce602052604090208054806124075761240761310f565b600082815260209020810160001990810180546001600160a01b031916905501905550505050565b6000808251604114156124665760208301516040840151606085015160001a61245a8782858561272c565b94509450505050612498565b8251604014156124905760208301516040840151612485868383612819565b935093505050612498565b506000905060025b9250929050565b60008160048111156124b3576124b3613125565b14156124bc5750565b60018160048111156124d0576124d0613125565b141561251e5760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606401610624565b600281600481111561253257612532613125565b14156125805760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606401610624565b600381600481111561259457612594613125565b14156125ed5760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b6064820152608401610624565b600481600481111561260157612601613125565b14156106365760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b6064820152608401610624565b60006126af826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166128529092919063ffffffff16565b80519091501561186257808060200190518101906126cd9190612eb6565b6118625760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610624565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08311156127635750600090506003612810565b8460ff16601b1415801561277b57508460ff16601c14155b1561278c5750600090506004612810565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa1580156127e0573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b03811661280957600060019250925050612810565b9150600090505b94509492505050565b6000806001600160ff1b0383168161283660ff86901c601b6130e0565b90506128448782888561272c565b935093505050935093915050565b60606128618484600085612869565b949350505050565b6060824710156128ca5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610624565b6001600160a01b0385163b6129215760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610624565b600080866001600160a01b0316858760405161293d919061313b565b60006040518083038185875af1925050503d806000811461297a576040519150601f19603f3d011682016040523d82523d6000602084013e61297f565b606091505b509150915061298f82828661299a565b979650505050505050565b606083156129a9575081611d45565b8251156129b95782518084602001fd5b8160405162461bcd60e51b81526004016106249190613157565b6001600160a01b038116811461063657600080fd5b6000602082840312156129fa57600080fd5b8135611d45816129d3565b600060208284031215612a1757600080fd5b5035919050565b634e487b7160e01b600052604160045260246000fd5b60008060008060008060c08789031215612a4d57600080fd5b8635612a58816129d3565b95506020870135612a68816129d3565b9450604087013593506060870135612a7f816129d3565b92506080870135915060a087013567ffffffffffffffff80821115612aa357600080fd5b818901915089601f830112612ab757600080fd5b813581811115612ac957612ac9612a1e565b604051601f8201601f19908116603f01168101908382118183101715612af157612af1612a1e565b816040528281528c6020848701011115612b0a57600080fd5b8260208601602083013760006020848301015280955050505050509295509295509295565b801515811461063657600080fd5b60008060408385031215612b5057600080fd5b8235612b5b816129d3565b91506020830135612b6b81612b2f565b809150509250929050565b600060208284031215612b8857600080fd5b813560ff81168114611d4557600080fd5b60008060408385031215612bac57600080fd5b8235612bb7816129d3565b91506020830135612b6b816129d3565b600080600060608486031215612bdc57600080fd5b8335612be7816129d3565b92506020840135612bf7816129d3565b929592945050506040919091013590565b604080825283519082018190526000906020906060840190828701845b82811015612c4a5781516001600160a01b031684529284019290840190600101612c25565b5050508381038285015284518082528583019183019060005b81811015612c7f57835183529284019291840191600101612c63565b5090979650505050505050565b60008083601f840112612c9e57600080fd5b50813567ffffffffffffffff811115612cb657600080fd5b6020830191508360208260051b850101111561249857600080fd5b60008060208385031215612ce457600080fd5b823567ffffffffffffffff811115612cfb57600080fd5b612d0785828601612c8c565b90969095509350505050565b60008060008060808587031215612d2957600080fd5b8435612d34816129d3565b93506020850135612d44816129d3565b92506040850135612d54816129d3565b9396929550929360600135925050565b60008060008060808587031215612d7a57600080fd5b8435612d85816129d3565b93506020850135612d95816129d3565b9250604085013591506060850135612dac816129d3565b939692955090935050565b60008060408385031215612dca57600080fd5b8235612dd5816129d3565b946020939093013593505050565b60008060008060408587031215612df957600080fd5b843567ffffffffffffffff80821115612e1157600080fd5b612e1d88838901612c8c565b90965094506020870135915080821115612e3657600080fd5b50612e4387828801612c8c565b95989497509550505050565b600060208284031215612e6157600080fd5b8151611d45816129d3565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215612ec857600080fd5b8151611d4581612b2f565b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b60208082526044908201527f53747261746567794d616e616765722e6f6e6c7953747261746567795768697460408201527f656c69737465723a206e6f742074686520737472617465677957686974656c6960608201526339ba32b960e11b608082015260a00190565b602080825260409082018190527f53747261746567794d616e616765722e6f6e6c7944656c65676174696f6e4d61908201527f6e616765723a206e6f74207468652044656c65676174696f6e4d616e61676572606082015260800190565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561300b57600080fd5b8135611d4581612b2f565b60005b83811015613031578181015183820152602001613019565b83811115610bcc5750506000910152565b6000815180845261305a816020860160208601613016565b601f01601f19169290920160200192915050565b8281526040602082015260006128616040830184613042565b60006020828403121561309957600080fd5b81516001600160e01b031981168114611d4557600080fd5b6000602082840312156130c357600080fd5b5051919050565b634e487b7160e01b600052601160045260246000fd5b600082198211156130f3576130f36130ca565b500190565b60008282101561310a5761310a6130ca565b500390565b634e487b7160e01b600052603160045260246000fd5b634e487b7160e01b600052602160045260246000fd5b6000825161314d818460208701613016565b9190910192915050565b602081526000611d45602083018461304256fea2646970667358221220146c1ad6a1401bc2b1ccfbd918ffe061fc17a66e735e4302fa116fe5ef4afbd664736f6c634300080c0033","nonce":13,"gas_used":2827063},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2b2337","logs":[{"address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000"},"block_hash":"0x5c24ef343f787cce34b3377d00453bfeefa873d4e2e0dc5e49359686e6b23b57","block_number":10},{"info":{"transaction_hash":"0x1540295f1438f8a433d60c3d040f7c2fdd21ad4fc954e884f26eb29a0644793c","transaction_index":0,"from":"0x7ebb637fd68c523613be51aad27c35c4db199b9c","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x7ebb637fd68c523613be51aad27c35c4db199b9c","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002f03491c799698ec","output":"0x0000000000000000000000000000000000000000000000002f03491c799698ec","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002f03491c799698ec","output":"0x0000000000000000000000000000000000000000000000002f03491c799698ec","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002f03491c799698ec"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002f03491c799698ec","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000002f03491c799698ec"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002f03491c799698ec","output":"0x0000000000000000000000000000000000000000000000002f03491c799698ec","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002f03491c799698ec","output":"0x0000000000000000000000000000000000000000000000002f03491c799698ec","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000d4c068f0271ecd702","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000d4c068f0271ecd702","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002f03491c799698ec","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002f03491c799698ec","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c"],"data":"0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002f03491c799698ec"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000002f03491c799698ec","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000002f03491c799698ec"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002f03491c799698ec"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c"],"data":"0x0000000000000000000000007ebb637fd68c523613be51aad27c35c4db199b9c000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002f03491c799698ec"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000008000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000020010000000000000000000000000001010000006000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x26960eb007533ef4b63076dc75385ffee9b3d9c9cbac3c38650f458d44d63d4d","block_number":331},{"info":{"transaction_hash":"0x7ee6d44ff89bdc4626b04adf5cd1b6cd2f59ea830013eead2463a5deaad994f1","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xf0ce7bab13c99ba0565f426508a7cd8f4c247e5a","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xf0ce7bab13c99ba0565f426508a7cd8f4c247e5a","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":135,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xd37271802a141441661fdaad9decfd2b8981f8b9a2bb210db8ef627f604c29c2","block_number":110},{"info":{"transaction_hash":"0x52b829c4e236c9c25767583b30ee826d31b867d5bf1a26b3f85a95b4516b977a","transaction_index":0,"from":"0x4b23d303d9e3719d6cdf8d172ea030f80509ea15","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x4b23d303d9e3719d6cdf8d172ea030f80509ea15","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15"],"data":"0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea1500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15"],"data":"0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea1500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343300000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15"],"data":"0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea1500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15"],"data":"0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea1500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000004b23d303d9e3719d6cdf8d172ea030f80509ea15"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343300000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000010000000200000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000002000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x0404f97579b4ed14f69f09a1f094b8f962018c68518889cc367315072504814c","block_number":324},{"info":{"transaction_hash":"0xc65d17a1b45e1c75dd9650d9a5811a4f5dc760258e6bae32ae34ccdbf5782589","transaction_index":0,"from":"0xe5d3ab6883b7e8c35c04675f28bb992ca1129ee4","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xe5d3ab6883b7e8c35c04675f28bb992ca1129ee4","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000087046ef5ec157d3a","output":"0x00000000000000000000000000000000000000000000000087046ef5ec157d3a","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000087046ef5ec157d3a","output":"0x00000000000000000000000000000000000000000000000087046ef5ec157d3a","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee40000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000087046ef5ec157d3a"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000087046ef5ec157d3a","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000087046ef5ec157d3a"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000087046ef5ec157d3a","output":"0x00000000000000000000000000000000000000000000000087046ef5ec157d3a","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000087046ef5ec157d3a","output":"0x00000000000000000000000000000000000000000000000087046ef5ec157d3a","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000192db574d072db83ba","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000192db574d072db83ba","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000087046ef5ec157d3a","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000087046ef5ec157d3a","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4"],"data":"0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000087046ef5ec157d3a"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000087046ef5ec157d3a","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000087046ef5ec157d3a"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee40000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000087046ef5ec157d3a"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4"],"data":"0x000000000000000000000000e5d3ab6883b7e8c35c04675f28bb992ca1129ee4000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000087046ef5ec157d3a"}],"logsBloom":"0x00000400000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000244000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000400000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xc6e1752f4754e38cc197036bed0492c95df35bd1af8b203488f0209f9e11c6ec","block_number":415},{"info":{"transaction_hash":"0x551c46ca1cab8b698d979407c53ecb840112262745c002ba4e28433632266fc1","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec0000000000000000000000000000000000000000000000003a20d7435e1e5233","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec"],"data":"0x0000000000000000000000000000000000000000000000003a20d7435e1e5233"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":176,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec"],"data":"0x0000000000000000000000000000000000000000000000003a20d7435e1e5233"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000001000000000000000000000000000000000000000000000000000000"},"block_hash":"0x5bc062ebdefba3664047091caf8e24aebec86a60b6774529f1edcded81c70342","block_number":151},{"info":{"transaction_hash":"0x3a709b67e46ce4246b3fe655b4999e812834e349655706fd098b50d999f52830","transaction_index":0,"from":"0x1bcb8e569eedab4668e55145cfeaf190902d3cf2","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x1bcb8e569eedab4668e55145cfeaf190902d3cf2","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2"],"data":"0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2"],"data":"0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2"],"data":"0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2"],"data":"0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333000000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000020001000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000400000"},"block_hash":"0x7e72e19b6d2c5e858d88b6371d7d48f96d574672b088370af5f17d1308af11e9","block_number":298},{"info":{"transaction_hash":"0x990a2c4d66acc1d60a671b9e98a3eee0988c0f3904dc5dea1cf5b154b379ee75","transaction_index":0,"from":"0xfe0f143fcad5b561b1ed2ac960278a2f23559ef9","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xfe0f143fcad5b561b1ed2ac960278a2f23559ef9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000089a2b30fd4eda421","output":"0x00000000000000000000000000000000000000000000000089a2b30fd4eda421","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000089a2b30fd4eda421","output":"0x00000000000000000000000000000000000000000000000089a2b30fd4eda421","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef90000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000089a2b30fd4eda421"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000089a2b30fd4eda421","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000089a2b30fd4eda421"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000089a2b30fd4eda421","output":"0x00000000000000000000000000000000000000000000000089a2b30fd4eda421","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000089a2b30fd4eda421","output":"0x00000000000000000000000000000000000000000000000089a2b30fd4eda421","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001c4ddd20bb92441ecb","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001c4ddd20bb92441ecb","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000089a2b30fd4eda421","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000089a2b30fd4eda421","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9"],"data":"0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000089a2b30fd4eda421"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000089a2b30fd4eda421","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000089a2b30fd4eda421"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef90000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000089a2b30fd4eda421"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9"],"data":"0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000089a2b30fd4eda421"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000004000000000010000000000000000000800000010000000000000000000000800000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000002001000000000100000000000000"},"block_hash":"0x9b1a6c72aefbf824e9f172abb2c7f6331daf66f0f158211cf51d0bcda7db411c","block_number":435},{"info":{"transaction_hash":"0xac4266360964ee1ae7aa93579b834304af022b7d46a74098702e8dac380f040d","transaction_index":0,"from":"0xbc5bdcee96b1bc47822c74e6f64186fba7d686be","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xbc5bdcee96b1bc47822c74e6f64186fba7d686be","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be"],"data":"0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be"],"data":"0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393600000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be"],"data":"0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be"],"data":"0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393600000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000800000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000020000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000100100000000000000"},"block_hash":"0x42c1b1cb0f8f3d323ab2b9d634460bc421c6bca2b9ce6b54059f8ebcd6fb8d4a","block_number":430},{"info":{"transaction_hash":"0xd4d109ee15630973ad6c37269e6c9f2bc6bdff094fd023f43ce71e60d7a09bd4","transaction_index":0,"from":"0xc0543b0b980d8c834cbdf023b2d2a75b5f9d1909","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xc0543b0b980d8c834cbdf023b2d2a75b5f9d1909","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909"],"data":"0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d190900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909"],"data":"0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d190900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909"],"data":"0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d190900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909"],"data":"0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d190900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363000000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000010000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020040000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x527942873b520b69e314fd6781a368fee000477201688c454f62cbf0918d362f","block_number":358},{"info":{"transaction_hash":"0x8fc3db599ff7d18fa21242020ae8ce8808daf2841c6a4296ac0e6006fea23ffa","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x16adfbefdefd488c992086d472a4ca577a0e5e54","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x16adfbefdefd488c992086d472a4ca577a0e5e54","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":156,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x48c07f23ec046c4162ae64ee0ac13d63cdeb8b8055b112fd022c9f8516437f7b","block_number":131},{"info":{"transaction_hash":"0x2da55503d55083d5eb6ae33d57cfd41e4fd8627b0f18d66f5dcf7da9d6daed4f","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xdf37f81daad2b0327a0a50003740e1c935c70913","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xdf37f81daad2b0327a0a50003740e1c935c70913","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":88,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xf4ace9f91afe7ad3b44507af3350be578fd005bccf5ee0aa5accb9fb6fef1640","block_number":63},{"info":{"transaction_hash":"0x1be4de5fbd6a784ff8de8a81f92f855f2c32d1eb1d28be4f98b49016ae3eac1c","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xbc8183bac3e969042736f7af07f76223d11d2148","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xbc8183bac3e969042736f7af07f76223d11d2148","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":145,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xa8efbce1aefa42e312369a880df2fa60d4e6a5c369748f01891abc44aef94db4","block_number":120},{"info":{"transaction_hash":"0x40deb4d8611f274ecef48366c9dc05eb502a300a224edd6c61cf5a5b023006a9","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x23618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x23618e81e3f5cdf7f54c3d65f7fbc0abf5b21e8f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":71,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xea2188e3ac7498069c12dc76482ad20a2c917be70b87f4929df14ccc41ab6245","block_number":46},{"info":{"transaction_hash":"0x887ea8613c5c1b0b2d9d496575a068b03074e8873ac684c2d554799f3ec210a2","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a785440000000000000000000000000000000000000000000000001b5c36f1c8de7aff","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544"],"data":"0x0000000000000000000000000000000000000000000000001b5c36f1c8de7aff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":214,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000145e2dc5c8238d1be628f87076a37d4a26a78544"],"data":"0x0000000000000000000000000000000000000000000000001b5c36f1c8de7aff"}],"logsBloom":"0x00000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000080000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000200000000000000000000000000000000000000000000000000000"},"block_hash":"0xf9416b0a7b5cbaa2272758a03ce543d72bf71418a8c491cf59a41841b654ee5a","block_number":189},{"info":{"transaction_hash":"0x9d4d3663b96499aaa72567973bedd4b423aaf4a3f1321d46c46326202914dda3","transaction_index":0,"from":"0x87bdce72c06c21cd96219bd8521bdf1f42c78b5e","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x87bdce72c06c21cd96219bd8521bdf1f42c78b5e","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000740135c4c48c6c7f","output":"0x000000000000000000000000000000000000000000000000740135c4c48c6c7f","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000740135c4c48c6c7f","output":"0x000000000000000000000000000000000000000000000000740135c4c48c6c7f","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000740135c4c48c6c7f"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000740135c4c48c6c7f","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000740135c4c48c6c7f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000740135c4c48c6c7f","output":"0x000000000000000000000000000000000000000000000000740135c4c48c6c7f","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000740135c4c48c6c7f","output":"0x000000000000000000000000000000000000000000000000740135c4c48c6c7f","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000008548d9978f80fc971","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000008548d9978f80fc971","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000740135c4c48c6c7f","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000740135c4c48c6c7f","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e"],"data":"0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000740135c4c48c6c7f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000740135c4c48c6c7f","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000740135c4c48c6c7f"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000740135c4c48c6c7f"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e"],"data":"0x00000000000000000000000087bdce72c06c21cd96219bd8521bdf1f42c78b5e000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000740135c4c48c6c7f"}],"logsBloom":"0x02000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000200000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000400001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xf4b7895fb98b90c2353560a97556d672c6e30bd59dc75c9fae0bd3b6ab77fc15","block_number":293},{"info":{"transaction_hash":"0x9c15c833fcb3fc7cd2d89d88fd00ecb8bb756d6f7539709a1e5151107f0991c6","transaction_index":0,"from":"0x0d803cdeee5990f22c2a8df10a695d2312da26cc","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x0d803cdeee5990f22c2a8df10a695d2312da26cc","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002951ecf8fade0441","output":"0x0000000000000000000000000000000000000000000000002951ecf8fade0441","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002951ecf8fade0441","output":"0x0000000000000000000000000000000000000000000000002951ecf8fade0441","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002951ecf8fade0441"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002951ecf8fade0441","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000002951ecf8fade0441"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002951ecf8fade0441","output":"0x0000000000000000000000000000000000000000000000002951ecf8fade0441","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002951ecf8fade0441","output":"0x0000000000000000000000000000000000000000000000002951ecf8fade0441","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000010020e9bfee5beb09f","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000010020e9bfee5beb09f","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002951ecf8fade0441","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002951ecf8fade0441","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc"],"data":"0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002951ecf8fade0441"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000002951ecf8fade0441","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000002951ecf8fade0441"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002951ecf8fade0441"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc"],"data":"0x0000000000000000000000000d803cdeee5990f22c2a8df10a695d2312da26cc000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002951ecf8fade0441"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000080000000000000000010000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000022000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x9bacdc5c9359dd51ab9c6041f078e70c97443319e42db8a3e5f2a0081684c17f","block_number":353},{"info":{"transaction_hash":"0x46ad7721955d2d5cce9d211419fd3cdcf54a8c4bcdae224a4b339e1cc84aab95","transaction_index":0,"from":"0xbc8183bac3e969042736f7af07f76223d11d2148","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xbc8183bac3e969042736f7af07f76223d11d2148","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007f47897fbdd0284b","output":"0x0000000000000000000000000000000000000000000000007f47897fbdd0284b","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007f47897fbdd0284b","output":"0x0000000000000000000000000000000000000000000000007f47897fbdd0284b","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d21480000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007f47897fbdd0284b"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007f47897fbdd0284b","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000007f47897fbdd0284b"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007f47897fbdd0284b","output":"0x0000000000000000000000000000000000000000000000007f47897fbdd0284b","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007f47897fbdd0284b","output":"0x0000000000000000000000000000000000000000000000007f47897fbdd0284b","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000016e9ac8dac3bdc1efc","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000016e9ac8dac3bdc1efc","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007f47897fbdd0284b","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007f47897fbdd0284b","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148"],"data":"0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007f47897fbdd0284b"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000007f47897fbdd0284b","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000007f47897fbdd0284b"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d21480000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007f47897fbdd0284b"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148"],"data":"0x000000000000000000000000bc8183bac3e969042736f7af07f76223d11d2148000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007f47897fbdd0284b"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101400000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020040080000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x41ff22c3cb1e6e32d427a42deab5c34a8c181d35068caa0060df05e0396d52c5","block_number":403},{"info":{"transaction_hash":"0xe941277111b703643f2340bff2e4c392e081aabf4dbc9422f8d466126c44172c","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe141c82d99d85098e03e1a1cc1cde676556fdde0","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe141c82d99d85098e03e1a1cc1cde676556fdde0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":105,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x9d86b6493735f2b6d388bfca96c3e731c7ebaad3427d1298575e6c7b2c65bc90","block_number":80},{"info":{"transaction_hash":"0x40a9d714b6c472c8fb21c26c838c83c9e42b9b62388f30fdfeb1f16ce3f84887","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000040fc963a729c542424cd800349a7e4ecc489662400000000000000000000000000000000000000000000000067f2132e2fa3914e","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624"],"data":"0x00000000000000000000000000000000000000000000000067f2132e2fa3914e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":191,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000040fc963a729c542424cd800349a7e4ecc4896624"],"data":"0x00000000000000000000000000000000000000000000000067f2132e2fa3914e"}],"logsBloom":"0x00008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000004000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000001000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x4895b8ff997c069a564085c45348a42e86ff9f95ac0a4baaf14d1a65409e106a","block_number":166},{"info":{"transaction_hash":"0xd99fb7dcd8a8cc7058576fbaa1b8e4dd60b24079a095e0e6b5f3ee8da2e45874","transaction_index":0,"from":"0xbcd4042de499d14e55001ccbb24a551f3b954096","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xbcd4042de499d14e55001ccbb24a551f3b954096","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":178144,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":168164,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"],"data":"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b95409600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"],"data":"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b95409600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":88897,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":80344,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":76337,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":67980,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137275},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2183b","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"],"data":"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b95409600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"],"data":"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b95409600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313000000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000020000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000080000000000000000080000000000081000000000100000000000000"},"block_hash":"0xeb9a8322e2f6fb589ea20b96693912a3fb8df5c9960f611276a3e324820999ea","block_number":258},{"info":{"transaction_hash":"0xe5cf1d9ed3bbf8e5d3606f18363e850db689451aeffb75a0ad95cca13e34a307","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x9eaf5590f2c84912a08de97fa28d0529361deb9e","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x9eaf5590f2c84912a08de97fa28d0529361deb9e","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":100,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x46d2f8108dcfe62a7970b7d05c8f24896a014083b2a26d9a25505f17e1ebfe93","block_number":75},{"info":{"transaction_hash":"0x5d688fe9a68298b1fc7e5d6467ee53c54000d1447e3b8d33847a32f3e7f8c5ac","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x40c10f19000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000010f0cf064dd59200000","output":"0x","gas_used":46566,"gas_limit":72574,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x00000000000000000000000000000000000000000000010f0cf064dd59200000"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Stop","out":"0x","nonce":58,"gas_used":68222},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x10a7e","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x00000000000000000000000000000000000000000000010f0cf064dd59200000"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000020000000000000100000800000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200020000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xdf5fc928bd34163857431537d61639fdd61bacde3a91aeb85e1b29a0d5888b2c","block_number":33},{"info":{"transaction_hash":"0xeac32ab0a7fe38d2f9322abd494e07892b47fd672bc50d24e6a1dd167c085b99","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000000000000000000000000000216714fd5b83698d","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720"],"data":"0x000000000000000000000000000000000000000000000000216714fd5b83698d"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":172,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720"],"data":"0x000000000000000000000000000000000000000000000000216714fd5b83698d"}],"logsBloom":"0x00000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000008000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000004000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xfc2dcd677401abe0b5ef2d88e9bf79de2fa50952c0788737b164758adb8a1b87","block_number":147},{"info":{"transaction_hash":"0x07b9eae26e0b86a6a7ff98f85d822b311e622add6ce0f2c98f1401d030590845","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d0000000000000000000000000000000000000000000000006e7330ddc26efb3d","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d"],"data":"0x0000000000000000000000000000000000000000000000006e7330ddc26efb3d"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":203,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009ef6c02fb2ecc446146e05f1ff687a788a8bf76d"],"data":"0x0000000000000000000000000000000000000000000000006e7330ddc26efb3d"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000004000000000020000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000200000000000000000000000000000000000000000000000"},"block_hash":"0x8aa5a160acb60bea838c432b331a653d5f2e18d7350a201a2102bfbe29d8dafb","block_number":178},{"info":{"transaction_hash":"0xb2713e405c2a6ca4aa0c7b714e3fe71a4d681efdb1994656ac2b3275465dbf08","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e0000000000000000000000000000000000000000000000003f94a2da3a2576fd","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e"],"data":"0x0000000000000000000000000000000000000000000000003f94a2da3a2576fd"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":204,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e"],"data":"0x0000000000000000000000000000000000000000000000003f94a2da3a2576fd"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000010000000000400000000000000000000000002000000200000000000000000000080002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x400aeaa1621c1dd17edd66631540a4a5c0d1b35b4d21084a74b768ded4028bfe","block_number":179},{"info":{"transaction_hash":"0xe1fb7fbf291b33e9ae2d830195942b8768478b3a38efd24f56bed5d3cdf9f327","transaction_index":0,"from":"0xe141c82d99d85098e03e1a1cc1cde676556fdde0","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xe141c82d99d85098e03e1a1cc1cde676556fdde0","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000043222dc4c4c0ac15","output":"0x00000000000000000000000000000000000000000000000043222dc4c4c0ac15","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000043222dc4c4c0ac15","output":"0x00000000000000000000000000000000000000000000000043222dc4c4c0ac15","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde00000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000043222dc4c4c0ac15"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000043222dc4c4c0ac15","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000043222dc4c4c0ac15"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000043222dc4c4c0ac15","output":"0x00000000000000000000000000000000000000000000000043222dc4c4c0ac15","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000043222dc4c4c0ac15","output":"0x00000000000000000000000000000000000000000000000043222dc4c4c0ac15","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000c4ce9f2b6f702d4a4","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000c4ce9f2b6f702d4a4","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000043222dc4c4c0ac15","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000043222dc4c4c0ac15","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0"],"data":"0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000043222dc4c4c0ac15"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000043222dc4c4c0ac15","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000043222dc4c4c0ac15"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde00000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000043222dc4c4c0ac15"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0"],"data":"0x000000000000000000000000e141c82d99d85098e03e1a1cc1cde676556fdde0000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000043222dc4c4c0ac15"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000100000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000004000000000008000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x783a287f5996c9b7c19e72aa27b464271290d080c147bfa47a476c945575c5eb","block_number":323},{"info":{"transaction_hash":"0x47b0c4a64b46374ab52c32de551fc5d3441cac59bc1d9e9ad994178f441c66e4","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce710000000000000000000000000000000000000000000000007a4c38967d5fef52","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71"],"data":"0x0000000000000000000000000000000000000000000000007a4c38967d5fef52"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":178,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71"],"data":"0x0000000000000000000000000000000000000000000000007a4c38967d5fef52"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000010000000000000000000000100000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xf205d3c33bf48cf3f7ee06a1194d3900a830ea7f427f3f47b12cb3a3ea05594f","block_number":153},{"info":{"transaction_hash":"0xa534a830654a5da56abdb27e0aaf46ee45e6787b59c205914e04093f81475c30","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5000000000000000000000000000000000000000000000000185ead5d59e005d7","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5"],"data":"0x000000000000000000000000000000000000000000000000185ead5d59e005d7"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":238,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5"],"data":"0x000000000000000000000000000000000000000000000000185ead5d59e005d7"}],"logsBloom":"0x00000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000002000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x445fbf651022aee1188614a143cb6f106242874f982492f713317bb4942aa86c","block_number":213},{"info":{"transaction_hash":"0xa21bec5559d87f4429ec2e669e27d400127d5a1ea9203be2334a3a22f4c321e0","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x99a88ec40000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e80000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c98528","output":"0x","gas_used":16970,"gas_limit":34900,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","address":"0x1613beb3b2c4f22ee086b2b38c1476a3ce7f78e8","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3659cfe60000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c98528","output":"0x","gas_used":11422,"gas_limit":29038,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c98528"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x","nonce":42,"gas_used":38770},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xe4dd9","logs":[{"address":"0x1613beb3b2c4f22ee086b2b38c1476a3ce7f78e8","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000004826533b4897376654bb4d4ad88b7fafd0c98528"],"data":"0x"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000002000000000000000000000000000000000008000000000000000000010000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000001000"},"block_hash":"0xd1c1ff17c34ffde20d271d844379d95619f2b91fabf1aeec5ae876e97b1a7b82","block_number":25},{"info":{"transaction_hash":"0xf31b72c13dd23a4a77d5993f3a87185724a69766d7795eaf66cb5581e34c2c39","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a"],"data":"0x00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":226,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000924ba5ce9f91dded37b4ebf8c0dc82a40202fc0a"],"data":"0x00000000000000000000000000000000000000000000000035fdd7ffb4c29cc7"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000800000000000000000000000004000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000020000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xd5fcfd1b0a5aed5b106adcfc9bd617aae05e54dd7cb4b67370633cc07ff2de96","block_number":201},{"info":{"transaction_hash":"0x38ef7e810a0b99fd01c5317f81ddae51a9209569ea1b4a9737238fbe6dea56c6","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000000019aa30cbbe932840","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":7829,"gas_limit":15201,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":163,"gas_used":26685},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x683d","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x271dde8e8de62985488eddeca9449c732df06abc0b51c4f21214543333c1afa6","block_number":138},{"info":{"transaction_hash":"0xfd2bb0ebc2ce358f1518b2d05fe8d8487860d38710659c1cdc3947bd34be9bf7","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b10000000000000000000000000000000000000000000000005777c6e94b74fd0f","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1"],"data":"0x0000000000000000000000000000000000000000000000005777c6e94b74fd0f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":253,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000e77478d9e136d3643cfc6fef578abf63f9ab91b1"],"data":"0x0000000000000000000000000000000000000000000000005777c6e94b74fd0f"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000080000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000800000000080000000000000000000000000"},"block_hash":"0xe2e0e93e9600356e9a8e026e74677c62a728839601cfe6bc827cdce4110118eb","block_number":228},{"info":{"transaction_hash":"0x078c46f7e0d19d47490a8057253c6b94a5976440a1b3fe94b50eb18fc48750ed","transaction_index":0,"from":"0x492c973c16e8aec46f4d71716e91b05b245377c9","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x492c973c16e8aec46f4d71716e91b05b245377c9","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9"],"data":"0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9"],"data":"0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383700000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9"],"data":"0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9"],"data":"0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000492c973c16e8aec46f4d71716e91b05b245377c9"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383700000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000100000000000000000000000000000000000000000000040000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000010000000"},"block_hash":"0x2858351105c52abbc1972809118228481edc67617df0f4beeda5fa8a35f265e1","block_number":412},{"info":{"transaction_hash":"0xdfb4e9040ba73e979871aa434cbe8b43a5f4fb7502b8d4ae15b1dc358d266092","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc0000000000000000000000000000000000000000000000008042ae896b8e68bb","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc"],"data":"0x0000000000000000000000000000000000000000000000008042ae896b8e68bb"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":168,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009965507d1a55bcc2695c58ba16fb37d819b0a4dc"],"data":"0x0000000000000000000000000000000000000000000000008042ae896b8e68bb"}],"logsBloom":"0x00000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000008000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002800000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x407b0df3973c18058506f82cf9c59680218e5ac93fca9fe6582c1ac3e424f86a","block_number":143},{"info":{"transaction_hash":"0x5bb0bcd02d6d6bce75759a959d7dd8cec7907fde77b6aefd6e61c84384b4ce32","transaction_index":0,"from":"0x586af62eae7f447d14d25f53918814e04d3a5ba4","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x586af62eae7f447d14d25f53918814e04d3a5ba4","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007b5665642e785f30","output":"0x0000000000000000000000000000000000000000000000007b5665642e785f30","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007b5665642e785f30","output":"0x0000000000000000000000000000000000000000000000007b5665642e785f30","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba40000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007b5665642e785f30"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007b5665642e785f30","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000007b5665642e785f30"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007b5665642e785f30","output":"0x0000000000000000000000000000000000000000000000007b5665642e785f30","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007b5665642e785f30","output":"0x0000000000000000000000000000000000000000000000007b5665642e785f30","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000176502f3106a547e2c","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000176502f3106a547e2c","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007b5665642e785f30","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007b5665642e785f30","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4"],"data":"0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007b5665642e785f30"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000007b5665642e785f30","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000007b5665642e785f30"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba40000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007b5665642e785f30"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4"],"data":"0x000000000000000000000000586af62eae7f447d14d25f53918814e04d3a5ba4000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007b5665642e785f30"}],"logsBloom":"0x00000000000080000000000020000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000800000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x7f312b9ce8075527d7461dbee1cc56758ad447ef58ed2c0051e50b224627dd76","block_number":405},{"info":{"transaction_hash":"0x35abcd7006d167ccda172060561e40386d579d960ca220083560bb3dc13ff142","transaction_index":0,"from":"0x11e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x11e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004c612aa7299fd57f","output":"0x0000000000000000000000000000000000000000000000004c612aa7299fd57f","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004c612aa7299fd57f","output":"0x0000000000000000000000000000000000000000000000004c612aa7299fd57f","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004c612aa7299fd57f"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004c612aa7299fd57f","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000004c612aa7299fd57f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004c612aa7299fd57f","output":"0x0000000000000000000000000000000000000000000000004c612aa7299fd57f","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004c612aa7299fd57f","output":"0x0000000000000000000000000000000000000000000000004c612aa7299fd57f","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000b023503c8308687ce","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000b023503c8308687ce","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004c612aa7299fd57f","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004c612aa7299fd57f","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c"],"data":"0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004c612aa7299fd57f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000004c612aa7299fd57f","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000004c612aa7299fd57f"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004c612aa7299fd57f"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c"],"data":"0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004c612aa7299fd57f"}],"logsBloom":"0x00000000000000000000000000004004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000002240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000001000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x8780e385ba0171d1aa55fb948ed21d4b5bbf6779c7664b073e6f0b79e1ebd7fa","block_number":315},{"info":{"transaction_hash":"0x718a7685001a1bcca44b063fc11792d591a6173802623efdff464b0a52ab564e","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xd6a098ebcc5f8bd4e174d915c54486b077a34a51","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xd6a098ebcc5f8bd4e174d915c54486b077a34a51","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":115,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xf1edcd75f070c2cda35e1372d7b72da2b5a6ae8a110e9d4478056d23612cc05f","block_number":90},{"info":{"transaction_hash":"0x8437e318d2e0d15d21ff63a1b2a49b8121750aeea04e592b464496703aef4f62","transaction_index":0,"from":"0x4779d18931b35540f84b0cd0e9633855b84df7b8","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x4779d18931b35540f84b0cd0e9633855b84df7b8","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000016a09e5cc91e09eb","output":"0x00000000000000000000000000000000000000000000000016a09e5cc91e09eb","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000016a09e5cc91e09eb","output":"0x00000000000000000000000000000000000000000000000016a09e5cc91e09eb","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b80000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000016a09e5cc91e09eb"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000016a09e5cc91e09eb","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000016a09e5cc91e09eb"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000016a09e5cc91e09eb","output":"0x00000000000000000000000000000000000000000000000016a09e5cc91e09eb","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000016a09e5cc91e09eb","output":"0x00000000000000000000000000000000000000000000000016a09e5cc91e09eb","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001032cadaaa9080d5fd","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001032cadaaa9080d5fd","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000016a09e5cc91e09eb","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000016a09e5cc91e09eb","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8"],"data":"0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000016a09e5cc91e09eb"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000016a09e5cc91e09eb","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000016a09e5cc91e09eb"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b80000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000016a09e5cc91e09eb"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8"],"data":"0x0000000000000000000000004779d18931b35540f84b0cd0e9633855b84df7b8000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000016a09e5cc91e09eb"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000080000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000400000020000000000001200000000100000000000000000000000000000000000001000000000100200000000000"},"block_hash":"0x63bdd8604e91c9a5d9c5f3c049c4fdce11e3e56bd321f401c4f0bf50dd18ae7d","block_number":357},{"info":{"transaction_hash":"0x8960e7e307136bf850ec7c72f975bb9febc2f6012bab3887b4b68b9bcf281d34","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x6c8ea11559dfe79ae3dbdd6a67b47f61b929398f","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x6c8ea11559dfe79ae3dbdd6a67b47f61b929398f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":154,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xaf90213b07aaa56674842e065d29e629b0771af2e0c6aed2e86aecda3d88cb1c","block_number":129},{"info":{"transaction_hash":"0x5ce22d3b4572022ff6583bcf21e0807d900a949cc29c4a0d0326c76a4f5f2111","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc00000000000000000000000000000000000000000000000032d96cba53cf0152","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":49313,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"],"data":"0x00000000000000000000000000000000000000000000000032d96cba53cf0152"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":165,"gas_used":51373},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8ad","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"],"data":"0x00000000000000000000000000000000000000000000000032d96cba53cf0152"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000100000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000800000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x132095f91c884ff4bf9f22fba65053a29245a895cc087e52008f354a6eaee7a3","block_number":140},{"info":{"transaction_hash":"0xc38b7355bb83627d4eb25857c3801e9a260841d8774dafd451d9e2903fa38684","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x36c02da8a0983159322a80ffe9f24b1acff8b570","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x36c02da8a0983159322a80ffe9f24b1acff8b570","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6101e0806040523461031f5760a08161594280380380916100208285610323565b83398101031261031f578051906001600160a01b038216820361031f5760208101516001600160a01b038116810361031f576040820151906001600160a01b038216820361031f576060830151926001600160a01b038416840361031f5760800151936001600160a01b038516850361031f576040516100a1604082610323565b6016815260208101907f4156535265676973747279436f6f7264696e61746f72000000000000000000008252604051916100dc604084610323565b6006835260208301916576302e302e3160d01b8352519020915190208160e05280610100524660a0526040519060208201925f5160206159225f395f51905f528452604083015260608201524660808201523060a082015260a0815261014360c082610323565b5190206080523060c0525f5160206159225f395f51905f52610120526101405261018052610160526101a0526101c0525f5460ff8160081c166102ca5760ff80821610610290575b6040516155c7908161035b823960805181614c2c015260a05181614ce3015260c05181614bf6015260e05181614c7b01526101005181614ca101526101205181614c58015261014051818181610c9e015281816139890152614390015261016051818181610bc20152818161123401528181612d160152818161381501528181613b1b015281816141d10152614a8e01526101805181818161130001528181612ce401528181612fc70152818161387a0152818161425c015281816146ce01526149c701526101a051818181610dcb0152818161183901528181612d48015281816138dc015281816142c50152614a2d01526101c051818181611fb601526130560152f35b60ff90811916175f557f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498602060405160ff8152a15f61018b565b60405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608490fd5b5f80fd5b601f909101601f19168101906001600160401b0382119082101761034657604052565b634e487b7160e01b5f52604160045260245ffdfe60806040526004361015610011575f80fd5b5f3560e01c8062cf2ab51461034357806303fd34921461033e57806304ec635114610339578063054310e6146103345780630cf4b7671461032f5780630d3f21341461032a57806310d67a2f14610325578063125e05841461032057806313542a4e1461031b578063136439dd146103165780631478851f146103115780631eb812da1461030c578063249a0c421461030757806328f61b3114610302578063296bb064146102fd57806329d1e0c3146102f85780632cdd1e86146102f35780633998fdd3146102ee5780633c2a7f4c146102e95780635140a548146102e45780635865c60c146102df578063595c6a67146102da5780635ac86ab7146102d55780635b0b829f146102d05780635c975abb146102cb5780635df45946146102c65780636347c900146102c157806368304835146102bc5780636e3b17db146102b7578063715018a6146102b257806384ca5213146102ad578063871ef049146102a8578063886f1195146102a35780638da5cb5b1461029e5780639aa1653d146102995780639b5d177b146102945780639e9923c21461028f5780639feab8591461028a578063a50857bf14610285578063a96f783e14610280578063c391425e1461027b578063ca0de88214610276578063ca4f2d9714610271578063d72d8dd61461026c578063d75b4c8814610267578063dd8283f314610262578063e65797ad1461025d578063ea32afae14610258578063f2fde38b14610253578063fabc1cbc1461024e5763fd39105a14610249575f80fd5b612188565b612076565b611fe5565b611fa1565b611f0d565b611e6e565b611c50565b611b90565b611b43565b611b09565b611a65565b611a09565b6118a2565b611868565b611824565b61175b565b611698565b611670565b611645565b611615565b61159f565b611498565b61132f565b6112eb565b611291565b61121f565b611202565b611165565b6110d7565b61104f565b610fe3565b610d39565b610ccd565b610c89565b610c5c565b610c2f565b610b8c565b610b64565b610b32565b610ab8565b610a89565b61094d565b610912565b6108d7565b61080c565b6107cd565b6106ed565b6105e4565b610485565b61044d565b61037c565b9181601f84011215610378578235916001600160401b038311610378576020808501948460051b01011161037857565b5f80fd5b34610378576020366003190112610378576004356001600160401b038111610378576103ac903690600401610348565b906103c46103be600480600154161490565b156121ce565b5f5b8281106103cf57005b806104476103e0600193868661221a565b356103ea816107ee565b838060a01b0381165f52609960205260405f2061042060ff866040519361041085610620565b8054855201541660208301612237565b61044161043c6104308351612dd5565b6001600160c01b031690565b612e77565b91612f7d565b016103c6565b34610378576020366003190112610378576004355f526098602052602060405f2054604051908152f35b63ffffffff81160361037857565b34610378576060366003190112610378576024356104c56104bf6004356104ab84610477565b604435905f52609860205260405f20611277565b50612269565b63ffffffff8082511692169182106105495760408161050d610535946104f5602061051b96015163ffffffff1690565b9063ffffffff821615918215610539575b505061229a565b01516001600160c01b031690565b6040516001600160c01b0390911681529081906020820190565b0390f35b63ffffffff161190505f80610506565b60405162461bcd60e51b815260206004820152605a60248201527f526567436f6f72642e67657451756f72756d4269746d61704174426c6f636b4e60448201527f756d6265724279496e6465783a2071756f72756d4269746d617055706461746560648201527f2069732066726f6d20616674657220626c6f636b4e756d626572000000000000608482015260a490fd5b5f91031261037857565b34610378575f36600319011261037857609d546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b604081019081106001600160401b0382111761063b57604052565b61060c565b606081019081106001600160401b0382111761063b57604052565b90601f801991011681019081106001600160401b0382111761063b57604052565b6040519061068b60408361065b565b565b6040519061068b60608361065b565b6001600160401b03811161063b57601f01601f191660200190565b9291926106c38261069c565b916106d1604051938461065b565b829481845281830111610378578281602093845f960137010152565b34610378576020366003190112610378576004356001600160401b03811161037857366023820112156103785761072e9036906024816004013591016106b7565b335f52609960205260ff600160405f2001541660038110156107c85760010361076c57335f90815260996020526040902061076a919054613053565b005b60405162461bcd60e51b815260206004820152602e60248201527f526567436f6f72642e757064617465536f636b65743a206f70657261746f722060448201526d1b9bdd081c9959da5cdd195c995960921b6064820152608490fd5b610fb8565b34610378576020366003190112610378576004356107e9613113565b60a055005b6001600160a01b0381160361037857565b6064359061068b826107ee565b34610378576020366003190112610378576004803561082a816107ee565b5f5460405163755b36bd60e11b815292602091849190829060101c6001600160a01b03165afa9182156108ab5761076a92610877915f9161087c575b506001600160a01b03163314612352565b61316b565b61089e915060203d6020116108a4575b610896818361065b565b810190612332565b5f610866565b503d61088c565b612347565b6004359061068b826107ee565b6024359061068b826107ee565b6044359061068b826107ee565b34610378576020366003190112610378576004356108f4816107ee565b60018060a01b03165f52609f602052602060405f2054604051908152f35b346103785760203660031901126103785760043561092f816107ee565b60018060a01b03165f526099602052602060405f2054604051908152f35b34610378576020366003190112610378576004355f5460405163237dfb4760e11b8152336004820152906020908290602490829060101c6001600160a01b03165afa80156108ab576109a6915f91610a5a575b506123c9565b600154818116036109ef57806001557fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d604051806109ea3394829190602083019252565b0390a2005b60405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608490fd5b610a7c915060203d602011610a82575b610a74818361065b565b8101906123b1565b5f6109a0565b503d610a6a565b34610378576020366003190112610378576004355f52609a602052602060ff60405f2054166040519015158152f35b34610378576040366003190112610378576060610af06104bf602435600435610adf612426565b505f52609860205260405f20611277565b6040519063ffffffff815116825263ffffffff6020820151166020830152604060018060c01b03910151166040820152f35b6004359060ff8216820361037857565b346103785760203660031901126103785760ff610b4d610b22565b165f52609b602052602060405f2054604051908152f35b34610378575f36600319011261037857609e546040516001600160a01b039091168152602090f35b34610378576020366003190112610378576040516308f6629d60e31b815260048035908201526020816024816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa80156108ab57610535915f91610c10575b506040516001600160a01b0390911681529081906020820190565b610c29915060203d6020116108a457610896818361065b565b5f610bf5565b346103785760203660031901126103785761076a600435610c4f816107ee565b610c57613113565b613262565b346103785760203660031901126103785761076a600435610c7c816107ee565b610c84613113565b6132c0565b34610378575f366003190112610378576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610378576020366003190112610378576040610cf4600435610cef816107ee565b61245c565b610d0a8251809260208091805184520151910152565bf35b9181601f84011215610378578235916001600160401b038311610378576020838186019501011161037857565b34610378576040366003190112610378576004356001600160401b03811161037857610d69903690600401610348565b906024356001600160401b03811161037857610d8a83913690600401610d0c565b610d9e6103be949294600480600154161490565b610dbd610dad60965460ff1690565b610db83684886106b7565b613489565b50610dc98184146124c2565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316935f5b828110610dff57005b610e24610e1e610e10838686612521565b356001600160f81b03191690565b60f81c90565b610e2f82878761252d565b6040516379a0849160e11b815260ff841660048201526020816024818d5afa9081156108ab57610e6f9163ffffffff915f91610f8a575b50168214612586565b5f90815b8688838510610edf575050505050509060019143610e9c8260ff165f52609b60205260405f2090565b557f46077d55330763f16269fd75e5761663f4192d2791747c0189b16ad31db07db460ff60405192169180610ed643829190602083019252565b0390a201610df6565b86610f7b610f74600195948b610f8295610f65610f06610f018d8f8e9061221a565b61222a565b98610f50610f4b610f2f610f2a8d60018060a01b03165f52609960205260405f2090565b612243565b99610f3d6104308c51612dd5565b60ff600192161c1660011490565b61260b565b8a8060a01b03168a8060a01b038a161161266a565b610f6e82612703565b92612723565b36916106b7565b9083612f7d565b920191610e73565b610fab915060203d8111610fb1575b610fa3818361065b565b810190612571565b8c610e66565b503d610f99565b634e487b7160e01b5f52602160045260245ffd5b600311156107c857565b9060038210156107c85752565b3461037857602036600319011261037857600435611000816107ee565b611008612444565b5060018060a01b03165f52609960205260405f2061103060ff60016040519361041085610620565b6040518091610535602060408401928051855201516020840190610fd6565b34610378575f366003190112610378575f5460405163237dfb4760e11b8152336004820152906020908290602490829060101c6001600160a01b03165afa80156108ab576110a3915f91610a5a57506123c9565b5f196001556040515f1981527fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d60203392a2005b34610378576020366003190112610378576020600160ff6110f6610b22565b161b806001541614604051908152f35b359061ffff8216820361037857565b6060906023190112610378576040519061112e82610640565b8160243561113b81610477565b815260443561ffff811681036103785760208201526064359061ffff821682036103785760400152565b346103785760803660031901126103785761117e610b22565b61118736611115565b61118f613113565b60ff6096541660ff831610156111a85761076a91613510565b60405162461bcd60e51b815260206004820152602c60248201527f526567436f6f72642e71756f72756d4578697374733a2071756f72756d20646f60448201526b195cc81b9bdd08195e1a5cdd60a21b6064820152608490fd5b34610378575f366003190112610378576020600154604051908152f35b34610378575f366003190112610378576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b634e487b7160e01b5f52603260045260245ffd5b805482101561128c575f5260205f2001905f90565b611263565b3461037857602036600319011261037857600435609c5481101561037857609c5f527faf85b9071dfafeac1409d3f1d19bafc9bc7c37974cde8df0ee6168f0086e539c01546040516001600160a01b039091168152602090f35b34610378575f366003190112610378576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b346103785760403660031901126103785760043561134c816107ee565b6024356001600160401b0381116103785761136b903690600401610d0c565b609e549192916001600160a01b0316330361143b576001600160a01b0382165f908152609f6020908152604080832042905560999091529020805460016113db816113d26113cc6104306113c160965460ff1690565b610db8368b8e6106b7565b94612dd5565b94015460ff1690565b6113e481610fcc565b149182611428575b8261140f575b50506113fa57005b61076a926114099136916106b7565b9061375c565b81166001600160c01b0390811691161490505f806113f2565b6001600160c01b038216151592506113ec565b60405162461bcd60e51b815260206004820152602f60248201527f526567436f6f72642e6f6e6c79456a6563746f723a2063616c6c65722069732060448201526e3737ba103a34329032b532b1ba37b960891b6064820152608490fd5b34610378575f366003190112610378576114b0613113565b606480546001600160a01b031981169091555f906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b6001600160401b03811161063b5760051b60200190565b91908260409103126103785760405161152281610620565b8092803560ff8116810361037857825260209081013591611542836107ee565b0152565b90929192611553816114f3565b93611561604051958661065b565b602085838152019160061b83019281841161037857915b8383106115855750505050565b6020604091611594848661150a565b815201920191611578565b346103785760a0366003190112610378576004356115bc816107ee565b60243590604435906001600160401b038211610378573660238301121561037857610535926115f8611605933690602481600401359101611546565b606435916084359361273b565b6040519081529081906020820190565b34610378576020366003190112610378576020611633600435612dd5565b6040516001600160c01b039091168152f35b34610378575f366003190112610378575f5460405160109190911c6001600160a01b03168152602090f35b34610378575f366003190112610378576064546040516001600160a01b039091168152602090f35b34610378575f36600319011261037857602060ff60965416604051908152f35b61010090604319011261037857604490565b9181601f84011215610378578235916001600160401b038311610378576020808501948460061b01011161037857565b919091606081840312610378576040519061171482610640565b819381356001600160401b0381116103785782019181601f84011215610378576117486040939283602086953591016106b7565b8452602081013560208501520135910152565b34610378576101a0366003190112610378576004356001600160401b0381116103785761178c903690600401610d0c565b906024356001600160401b038111610378576117ac903690600401610d0c565b6117b5366116b8565b90610144356001600160401b038111610378576117d69036906004016116ca565b929091610164356001600160401b038111610378576117f99036906004016116fa565b9461018435976001600160401b0389116103785761181e61076a9936906004016116fa565b976127f6565b34610378575f366003190112610378576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610378575f3660031901126103785760206040517f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de68152f35b3461037857610160366003190112610378576004356001600160401b038111610378576118d3903690600401610d0c565b906024356001600160401b038111610378576118f3903690600401610d0c565b6118fc366116b8565b90610144356001600160401b038111610378578461194861194f956119406119298a9536906004016116fa565b9661193a6103be6001808054161490565b33613af9565b9436916106b7565b92336140f8565b51905f5b83811061195c57005b611967818584612521565b3560f81c63ffffffff61197a8386612a0d565b5116905f52609760205263ffffffff8060405f205416161061199e57600101611953565b60405162461bcd60e51b815260206004820152603960248201527f526567436f6f72642e72656769737465724f70657261746f723a206f7065726160448201527f746f7220636f756e742065786365656473206d6178696d756d000000000000006064820152608490fd5b34610378575f36600319011261037857602060a054604051908152f35b60206040818301928281528451809452019201905f5b818110611a495750505090565b825163ffffffff16845260209384019390920191600101611a3c565b3461037857604036600319011261037857600435611a8281610477565b602435906001600160401b038211610378573660238301121561037857816004013591611aae836114f3565b92611abc604051948561065b565b8084526024602085019160051b8301019136831161037857602401905b828210611af957610535611aed8686612a3c565b60405191829182611a26565b8135815260209182019101611ad9565b34610378575f3660031901126103785760206040517f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a8152f35b34610378576020366003190112610378576004356001600160401b03811161037857611b8a611b7961076a923690600401610d0c565b610f746002806001541614156121ce565b3361375c565b34610378575f366003190112610378576020609c54604051908152f35b6001600160601b0381160361037857565b81601f8201121561037857803590611bd5826114f3565b92611be3604051948561065b565b82845260208085019360061b8301019181831161037857602001925b828410611c0d575050505090565b6040848303126103785760206040918251611c2781610620565b8635611c32816107ee565b815282870135611c4181611bad565b83820152815201930192611bff565b3461037857366003190160a081126103785760601361037857604051611c7581610640565b600435611c8181610477565b815260243561ffff8116810361037857602082015260443561ffff8116810361037857604082015260643590611cb682611bad565b608435916001600160401b03831161037857611cd961076a933690600401611bbe565b91611ce2613113565b614982565b81601f8201121561037857803590611cfe826114f3565b92611d0c604051948561065b565b8284526020606081860194028301019181831161037857602001925b828410611d36575050505090565b606084830312610378576020606091604051611d5181610640565b8635611d5c81610477565b8152611d69838801611106565b83820152611d7960408801611106565b6040820152815201930192611d28565b9080601f83011215610378578135611da0816114f3565b92611dae604051948561065b565b81845260208085019260051b82010192831161037857602001905b828210611dd65750505090565b602080918335611de581611bad565b815201910190611dc9565b9080601f83011215610378578135611e07816114f3565b92611e15604051948561065b565b81845260208085019260051b820101918383116103785760208201905b838210611e4157505050505090565b81356001600160401b03811161037857602091611e6387848094880101611bbe565b815201910190611e32565b346103785761010036600319011261037857611e886108b0565b611e906108bd565b90611e996108ca565b611ea16107ff565b60843560a4356001600160401b03811161037857611ec3903690600401611ce7565b9160c4356001600160401b03811161037857611ee3903690600401611d89565b9360e435966001600160401b03881161037857611f0761076a983690600401611df0565b96612b13565b346103785760203660031901126103785760ff611f28610b22565b611f30612426565b50165f52609760205261053560405f2061ffff60405191611f5083610640565b5463ffffffff81168352818160201c16602084015260301c16604082015260405191829182919091604061ffff81606084019563ffffffff8151168552826020820151166020860152015116910152565b34610378575f366003190112610378576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b3461037857602036600319011261037857600435612002816107ee565b61200a613113565b6001600160a01b038116156120225761076a90613a37565b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b34610378576020366003190112610378576004355f5460405163755b36bd60e11b8152906020908290600490829060101c6001600160a01b03165afa80156108ab576120d3915f9161087c57506001600160a01b03163314612352565b60015419811981160361211d576120e981600155565b60405190815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9080602081016109ea565b60405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608490fd5b34610378576020366003190112610378576004356121a5816107ee565b60018060a01b03165f526099602052602060ff600160405f20015416610d0a6040518092610fd6565b156121d557565b60405162461bcd60e51b815260206004820152601960248201527f5061757361626c653a20696e64657820697320706175736564000000000000006044820152606490fd5b919081101561128c5760051b0190565b35612234816107ee565b90565b60038210156107c85752565b9061068b60405161225381610620565b602060ff60018396805485520154169101612237565b9060405161227681610640565b604081935463ffffffff8116835263ffffffff8160201c166020840152811c910152565b156122a157565b60405162461bcd60e51b815260206004820152605b60248201527f526567436f6f72642e67657451756f72756d4269746d61704174426c6f636b4e60448201527f756d6265724279496e6465783a2071756f72756d4269746d617055706461746560648201527f2069732066726f6d206265666f726520626c6f636b4e756d6265720000000000608482015260a490fd5b908160209103126103785751612234816107ee565b6040513d5f823e3d90fd5b1561235957565b60405162461bcd60e51b815260206004820152602a60248201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160448201526939903ab73830bab9b2b960b11b6064820152608490fd5b90816020910312610378575180151581036103785790565b156123d057565b60405162461bcd60e51b815260206004820152602860248201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160448201526739903830bab9b2b960c11b6064820152608490fd5b6040519061243382610640565b5f6040838281528260208201520152565b6040519061245182610620565b5f6020838281520152565b6124bd6122349161246b612444565b50604080517f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de6602082019081526001600160a01b03909316818301529081526124b560608261065b565b51902061331e565b61336b565b156124c957565b60405162461bcd60e51b815260206004820152603860248201525f5160206155725f395f51905f5260448201527f6d3a20696e707574206c656e677468206d69736d6174636800000000000000006064820152608490fd5b9082101561128c570190565b919081101561128c5760051b81013590601e19813603018212156103785701908135916001600160401b038311610378576020018260051b36038113610378579190565b90816020910312610378575161223481610477565b1561258d57565b60405162461bcd60e51b815260206004820152605a60248201525f5160206155725f395f51905f5260448201527f6d3a206e756d626572206f662075706461746564206f70657261746f7273206460648201527f6f6573206e6f74206d617463682071756f72756d20746f74616c000000000000608482015260a490fd5b1561261257565b60405162461bcd60e51b815260206004820152603960248201525f5160206155725f395f51905f5260448201527f6d3a206f70657261746f72206e6f7420696e2071756f72756d000000000000006064820152608490fd5b1561267157565b60405162461bcd60e51b815260206004820152605c60248201525f5160206155725f395f51905f5260448201527f6d3a206f70657261746f7273206172726179206d75737420626520736f72746560648201527f6420696e20617363656e64696e672061646472657373206f7264657200000000608482015260a490fd5b634e487b7160e01b5f52601160045260245ffd5b906001820180921161271157565b6126ef565b9190820180921161271157565b90939293848311610378578411610378578101920390565b919493909260405192602084019460e08501917f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a875260018060a01b03166040860152606085015260c060808501528651809152602061010085019701905f5b8181106127c85750505061223494956124b592849260a084015260c083015203601f19810183528261065b565b8251805160ff168a526020908101516001600160a01b0316818b01526040909901989092019160010161279b565b6119488297969893829a95610f746128266128399961281b6103be6001808054161490565b61193a888d14612969565b96612832368c8f611546565b8833613c7d565b905f5b83811061284b57505050505050565b808061287c612877612866610e1e610e106001978b8e612521565b60ff165f52609760205260405f2090565b6129db565b858886898c61289961288f888751612a0d565b5163ffffffff1690565b63ffffffff6128b86128af895163ffffffff1690565b63ffffffff1690565b9116116128cd575b505050505050500161283c565b86859361291a6129058360206129126129058361292d9f6128fd610e1e610e106040936129259f6129209f612521565b9c0151612a0d565b516001600160601b031690565b9a0151612a0d565b95612a21565b612a31565b923391614642565b61295d612946602061294084878b612a21565b0161222a565b611409610f7461295585612703565b858a8d612723565b805f858886898c6128c0565b1561297057565b60405162461bcd60e51b815260206004820152603960248201527f526567436f6f72642e72656769737465724f70657261746f725769746843687560448201527f726e3a20696e707574206c656e677468206d69736d61746368000000000000006064820152608490fd5b906040516129e881610640565b604061ffff82945463ffffffff81168452818160201c16602085015260301c16910152565b805182101561128c5760209160051b010190565b919081101561128c5760061b0190565b61223490369061150a565b9190805190612a4a826114f3565b91612a58604051938461065b565b808352612a67601f19916114f3565b013660208401375f5b8151811015612aa95780612a90612a8960019385612a0d565b5187614798565b63ffffffff612a9f8387612a0d565b9116905201612a70565b5090925050565b15612ab757565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b9694929091612b5d9694925f5498612b4360ff8b60081c16151515809b81612bd7575b8115612bb7575b50612ab0565b89612b54600160ff195f5416175f55565b612ba057612ca9565b612b6357565b612b7161ff00195f54165f55565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1565b612bb261010061ff00195f5416175f55565b612ca9565b303b15915081612bc9575b505f612b3d565b60ff1660011490505f612bc2565b600160ff8216109150612b36565b15612bec57565b60405162461bcd60e51b815260206004820152602a60248201527f526567436f6f72642e696e697469616c697a653a20696e707574206c656e67746044820152690d040dad2e6dac2e8c6d60b31b6064820152608490fd5b609c54600160401b81101561063b5760018101609c55609c5481101561128c57609c5f527faf85b9071dfafeac1409d3f1d19bafc9bc7c37974cde8df0ee6168f0086e539c0180546001600160a01b0319166001600160a01b03909216919091179055565b612cdf94610c849394612cda610c57939b9a999b612cd58d8b5190518091149081612dbc575b50612be5565b613a37565b614b0c565b612d117f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316612c44565b612d437f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316612c44565b612d757f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316612c44565b5f5b8151811015612db55780612daf612d9060019385612a0d565b51612d9e612905848a612a0d565b612da88488612a0d565b5191614982565b01612d77565b5050509050565b90508c51145f612ccf565b5f1981019190821161271157565b805f52609860205260405f20549081155f14612df15750505f90565b5f52609860205260405f20905f19810190811161271157612e1191611277565b505460401c90565b90612e238261069c565b612e30604051918261065b565b8281528092612e41601f199161069c565b0190602036910137565b5f1981146127115760010190565b80511561128c5760200190565b90815181101561128c570160200190565b5f81805b612ef15750612e8d9061ffff16612e19565b5f5f5b8251821080612ee6575b15612edf576001811b8416612eb8575b612eb390612e4b565b612e90565b906001612eb39160ff60f81b8460f81b165f1a612ed58287612e66565b5301919050612eaa565b5050905090565b506101008110612e9a565b5f1981018181116127115761ffff9116911661ffff8114612711576001019080612e7b565b9081602091031261037857516001600160c01b03811681036103785790565b805180835260209291819084018484015e5f828201840152601f01601f1916010190565b612234939260609260018060a01b0316825260208201528160408201520190612f35565b919060016020820151612f8f81610fcc565b612f9881610fcc565b0361304e57516040516333567f7f60e11b81529160209183918291612fc291908760048501612f59565b03815f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165af19081156108ab575f9161301f575b506001600160c01b03169081613013575050565b61140961068b92612e77565b613041915060203d602011613047575b613039818361065b565b810190612f16565b5f612fff565b503d61302f565b505050565b907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690813b15610378575f60405180936378219b3f60e11b8252856004830152604060248301528183816130b36044820188612f35565b03925af19081156108ab577fec2963ab21c1e50e1e582aa542af2e4bf7bf38e6e1403c27b42e1c5d6e621eaa926130fe92613103575b50604051918291602083526020830190612f35565b0390a2565b5f61310d9161065b565b5f6130e9565b6064546001600160a01b0316330361312757565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b6001600160a01b038116156131e5575f54604080516001600160a01b0360109390931c8316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb691a15f805462010000600160b01b03191660109290921b62010000600160b01b0316919091179055565b60405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a490fd5b609d54604080516001600160a01b038084168252841660208201529192917f315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c9190a16001600160a01b03166001600160a01b03199190911617609d55565b609e54604080516001600160a01b038084168252841660208201529192917f8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc99190a16001600160a01b03166001600160a01b03199190911617609e55565b613326614bf3565b9060405190602082019261190160f01b8452602283015260428201526042815261335160628261065b565b51902090565b634e487b7160e01b5f52601260045260245ffd5b5f5160206155525f395f51905f5290613382612444565b505f919006602060c0835b613482575f935f5160206155525f395f51905f52600381868181800909086040516133b8858261065b565b843682378481856040516133cc828261065b565b813682378381528360208201528360408201528560608201527f0c19139cb84c680a6e14116da060561765e05aa45a1c72a34f082305b61f3f5260808201525f5160206155525f395f51905f5260a082015260056107cf195a01fa8015613487576134369061524e565b5191613482575f5160206155525f395f51905f528280091461346d57505f5160206155525f395f51905f5260015f9408929361338d565b9293505061347961067c565b92835282015290565b613357565bfe5b90600161349760ff93614d8b565b928392161b11156134a55790565b60405162461bcd60e51b815260206004820152603f60248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206269746d61702065786365656473206d61782076616c7565006064820152608490fd5b6130fe60ff7f3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac921692835f52609760205260405f2061356663ffffffff835116829063ffffffff1663ffffffff19825416179055565b6020820151815465ffff0000000067ffff000000000000604086015160301b169260201b169067ffffffff0000000019161717905560405191829182919091604061ffff81606084019563ffffffff8151168552826020820151166020860152015116910152565b156135d557565b60405162461bcd60e51b815260206004820152603860248201527f526567436f6f72642e5f646572656769737465724f70657261746f723a206f7060448201527f657261746f72206973206e6f74207265676973746572656400000000000000006064820152608490fd5b1561364757565b60405162461bcd60e51b815260206004820152603060248201527f526567436f6f72642e5f646572656769737465724f70657261746f723a20626960448201526f0746d61702063616e6e6f7420626520360841b6064820152608490fd5b156136ac57565b60a460405162461bcd60e51b815260206004820152604460248201527f526567436f6f72642e5f646572656769737465724f70657261746f723a206f7060448201527f657261746f72206973206e6f74207265676973746572656420666f722071756f60648201526372756d7360e01b6084820152fd5b6001600160a01b03909116815260406020820181905261223492910190612f35565b604090612234939281528160208201520190612f35565b6001600160a01b0381165f90815260996020526040902090600182549201613799600161378a835460ff1690565b61379381610fcc565b146135ce565b6137f96137b46104306137ae60965460ff1690565b87613489565b6137bd85612dd5565b6001600160c01b03909116906137d4821515613640565b6137ea8282166001600160c01b031683146136a5565b9019166001600160c01b031690565b6138038185614eee565b6001600160c01b03161561397c575b507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b1561037857835f91613868938360405180968195829463f4e24fe560e01b845260048401613723565b03925af180156108ab57613968575b507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b15610378575f604051809263bd29b8cd60e01b82528183816138ca898960048401613745565b03925af180156108ab57613954575b507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031691823b156103785761392f925f928360405180968195829463bd29b8cd60e01b845260048401613745565b03925af180156108ab576139405750565b8061394e5f61068b9361065b565b806105da565b8061394e5f6139629361065b565b5f6138d9565b8061394e5f6139769361065b565b5f613877565b805460ff191660021790557f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b15610378576040516351b27a6d60e11b81526001600160a01b0383166004820152905f908290602490829084905af180156108ab57613a23575b50816001600160a01b0382167f396fdcb180cb0fea26928113fb0fd1c3549863f9cd563e6a184f1d578116c8e45f80a35f613812565b8061394e5f613a319361065b565b5f6139ed565b606480546001600160a01b039283166001600160a01b0319821681179092559091167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3565b90816020910312610378575190565b61012090604060c061068b959796949761016084019860018060a01b03168452613ac5602085018260208091803584520135910152565b80830180356060860152602001356080850152826080820160a08601370160e0830137019060208091805184520151910152565b6040516309aa152760e11b81526001600160a01b0382811660048301529091907f000000000000000000000000000000000000000000000000000000000000000016602083602481845afa9283156108ab575f93613bda575b508215613b60575050905090565b60209250613b90935f613b728461245c565b6040516317ef39cb60e31b8152968795869485939160048501613a8e565b03925af19081156108ab575f91613bab575b50805f80612edf565b613bcd915060203d602011613bd3575b613bc5818361065b565b810190613a7f565b5f613ba2565b503d613bbb565b613bf491935060203d602011613bd357613bc5818361065b565b915f613b52565b15613c0257565b60405162461bcd60e51b815260206004820152604760248201527f526567436f6f72642e5f766572696679436875726e417070726f76657253696760448201527f6e61747572653a20636875726e417070726f766572207369676e617475726520606482015266195e1c1a5c995960ca1b608482015260a490fd5b91929092602082019283515f52609a60205260ff60405f205416613cf65761068b94613cee926040850191613cb58351421115613bfb565b613cd8613ccb88515f52609a60205260405f2090565b805460ff19166001179055565b609d546001600160a01b0316965192519361273b565b905191615138565b60405162461bcd60e51b815260206004820152604760248201527f526567436f6f72642e5f766572696679436875726e417070726f76657253696760448201527f6e61747572653a20636875726e417070726f7665722073616c7420616c726561606482015266191e481d5cd95960ca1b608482015260a490fd5b60405190613d7e82610640565b60606040838281528260208201520152565b15613d9757565b60405162461bcd60e51b815260206004820152602e60248201527f526567436f6f72642e5f72656769737465724f70657261746f723a206269746d60448201526d061702063616e6e6f7420626520360941b6064820152608490fd5b15613dfa57565b60405162461bcd60e51b815260206004820152604860248201527f526567436f6f72642e5f72656769737465724f70657261746f723a206f70657260448201527f61746f7220616c7265616479207265676973746572656420666f7220736f6d656064820152672071756f72756d7360c01b608482015260a490fd5b15613e7d57565b60405162461bcd60e51b815260206004820152603a60248201527f526567436f6f72642e5f72656769737465724f70657261746f723a206f70657260448201527f61746f722063616e6e6f742072657265676973746572207965740000000000006064820152608490fd5b6001602091835181550191015160038110156107c85760ff80198354169116179055565b9060018060a01b031681526040602082015260806040613f37845160608386015260a0850190612f35565b9360208101516060850152015191015290565b908060209392818452848401375f828201840152601f01601f1916010190565b6001600160a01b03909116815260406020820181905261223493910191613f4a565b9080601f83011215610378578151613fa3816114f3565b92613fb1604051948561065b565b81845260208085019260051b82010192831161037857602001905b828210613fd95750505090565b602080918351613fe881611bad565b815201910190613fcc565b9190916040818403126103785780516001600160401b038111610378578361401c918301613f8c565b9260208201516001600160401b038111610378576122349201613f8c565b612234949260609260018060a01b0316825260208201528160408201520191613f4a565b602081830312610378578051906001600160401b03821161037857019080601f83011215610378578151614091816114f3565b9261409f604051948561065b565b81845260208085019260051b82010192831161037857602001905b8282106140c75750505090565b6020809183516140d681610477565b8152019101906140ba565b604090612234949281528160208201520191613f4a565b91929394614104613d71565b9561419661412561043061411a60965460ff1690565b610db8368b8b6106b7565b61412e85612dd5565b6001600160c01b0390911690614145821515613d90565b60018060c01b031661415f61415a8284161590565b613df3565b6001600160a01b0387165f908152609f6020526040902061418f90614188905460a05490612716565b4211613e76565b1784614eee565b60016141be816141b68760018060a01b03165f52609960205260405f2090565b015460ff1690565b6141c781610fcc565b0361435d575b50507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b15610378575f6040518092631fd93ca960e11b82528183816142228b8b8b60048501613f6a565b03925af180156108ab5784935f928492614349575b50614257876040519788948594632550477760e01b86526004860161403a565b0381837f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165af19283156108ab575f9384918591614325575b50604087015260208601526142c0604051948593849362bff04d60e01b8552600485016140e1565b0381837f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165af19081156108ab575f91614303575b50815290565b61431f91503d805f833e614317818361065b565b81019061405e565b5f6142fd565b905061434391503d8086833e61433b818361065b565b810190613ff3565b5f614298565b8061394e856143579361065b565b5f614237565b61438e61436861067c565b848152600160208201526001600160a01b0386165f908152609960205260409020613ee8565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b1561037857604051639926ee7d60e01b8152925f9184918290849082906143e5908b60048401613f0c565b03925af19182156108ab5761440092614436575b5082613053565b806001600160a01b0383167fe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe5f80a35f806141cd565b8061394e5f6144449361065b565b5f6143f9565b1561445157565b60405162461bcd60e51b815260206004820152602a60248201527f526567436f6f72642e5f76616c6964617465436875726e3a2063616e6e6f742060448201526931b43ab9371039b2b63360b11b6064820152608490fd5b156144b057565b60405162461bcd60e51b815260206004820152603c60248201527f526567436f6f72642e5f76616c6964617465436875726e3a2071756f72756d4e60448201527f756d626572206e6f74207468652073616d65206173207369676e6564000000006064820152608490fd5b90816020910312610378575161223481611bad565b1561453757565b60405162461bcd60e51b815260206004820152604b60248201527f526567436f6f72642e5f76616c6964617465436875726e3a20696e636f6d696e60448201527f67206f70657261746f722068617320696e73756666696369656e74207374616b60648201526a32903337b91031b43ab93760a91b608482015260a490fd5b156145bd57565b60405162461bcd60e51b815260206004820152605160248201527f526567436f6f72642e5f76616c6964617465436875726e3a2063616e6e6f742060448201527f6b69636b206f70657261746f722077697468206d6f7265207468616e206b69636064820152706b424950734f66546f74616c5374616b6560781b608482015260a490fd5b6020919261469f6146926146ca98969761468b6146678783015160018060a01b031690565b6001600160a01b039081165f8181526099602052604090205496909116141561444a565b5160ff1690565b60ff8085169116146144a9565b604051635401ed2760e01b8152600481019190915260ff909116602482015294859081906044820190565b03817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa9283156108ab5761068b945f9461474e575b50826147469261474161472d936001600160601b0361473961472d82998b61520d565b6001600160601b031690565b911611614530565b615230565b9116106145b6565b61472d91945092614746926147416147856001600160601b039660203d602011614791575b61477d818361065b565b81019061451b565b9693505092509261470a565b503d614773565b815f52609860205260405f2054905f5b8281106148405760405162461bcd60e51b815260206004820152605e60248201527f526567436f6f72642e67657451756f72756d4269746d6170496e64657841744260448201527f6c6f636b4e756d6265723a206e6f206269746d61702075706461746520666f7560648201527f6e6420666f72206f70657261746f7220617420626c6f636b4e756d6265720000608482015260a490fd5b808303838111612711576128af61485691612dc7565b61487f6148748261486f885f52609860205260405f2090565b611277565b505463ffffffff1690565b63ffffffff8085169116111561489857506001016147a8565b935050505090565b156148a757565b60405162461bcd60e51b815260206004820152602a60248201527f526567436f6f72642e63726561746551756f72756d3a206d61782071756f72756044820152691b5cc81c995858da195960b21b6064820152608490fd5b60ff60019116019060ff821161271157565b6080906001600160601b036020939460ff60608401961683521683820152606060408201528451809452019201905f5b81811061494e5750505090565b825180516001600160a01b031685526020908101516001600160601b03168186015260409094019390920191600101614941565b91906149c561499360965460ff1690565b936149a360c060ff8716106148a0565b6149bf6149af866148ff565b60ff1660ff196096541617609655565b84613510565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031691823b1561037857614a1b925f928360405180968195829463ff694a7760e01b84528a60048501614911565b03925af180156108ab57614af8575b507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156103785760405163136ca0f960e11b815260ff83166004820152905f908290602490829084905af180156108ab57614ae4575b507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156103785760405163136ca0f960e11b815260ff90921660048301525f9082908183816024810161392f565b8061394e5f614af29361065b565b5f614a8b565b8061394e5f614b069361065b565b5f614a2a565b5f5460101c6001600160a01b03161580614be1575b15614b665781614b3361068b93600155565b60405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d90602090a261316b565b60405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a490fd5b506001600160a01b0381161515614b21565b307f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03161480614ce0575b15614c4e577f000000000000000000000000000000000000000000000000000000000000000090565b60405160208101907f000000000000000000000000000000000000000000000000000000000000000082527f000000000000000000000000000000000000000000000000000000000000000060408201527f000000000000000000000000000000000000000000000000000000000000000060608201524660808201523060a082015260a0815261335160c08261065b565b507f00000000000000000000000000000000000000000000000000000000000000004614614c25565b15614d1057565b60405162461bcd60e51b815260206004820152604760248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206f72646572656442797465734172726179206973206e6f74206064820152661bdc99195c995960ca1b608482015260a490fd5b90610100825111614e0957815115614e0457614dc7614dbd610e1e614daf85612e59565b516001600160f81b03191690565b60ff600191161b90565b6001905b8351821015614dff57600190614dea614dbd610e1e614daf8689612e66565b90614df6818311614d09565b17910190614dcb565b925050565b5f9150565b60a460405162461bcd60e51b815260206004820152604460248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206f7264657265644279746573417272617920697320746f6f206064820152636c6f6e6760e01b6084820152fd5b8054600160401b81101561063b57614e9d91600182018155611277565b614edb57815160208084015160409485015163ffffffff909316911b67ffffffff00000000161767ffffffffffffffff199190931b16919091179055565b634e487b7160e01b5f525f60045260245ffd5b90614f01825f52609860205260405f2090565b5480614f4e5750614f1d61068b925f52609860205260405f2090565b614f49614f2861068d565b4363ffffffff168152925b5f60208501526001600160c01b03166040840152565b614e80565b91614f7963ffffffff93614f73614f6d845f52609860205260405f2090565b91612dc7565b90611277565b5090614f89825463ffffffff1690565b43851694168403614fb4575061068b9250906001600160401b0382549181199060401b169116179055565b815467ffffffff000000001916602085901b67ffffffff00000000161790915561068b929190614f4990614ff0905f52609860205260405f2090565b91614f33614ffc61068d565b63ffffffff9095168552565b1561500f57565b60405162461bcd60e51b815260206004820152604760248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a207369676e6174757265206e6f742066726f6d6064820152661039b4b3b732b960c91b608482015260a490fd5b9081602091031261037857516001600160e01b0319811681036103785790565b156150b157565b60405162461bcd60e51b815260206004820152605360248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a2045524331323731207369676e6174757265206064820152721d995c9a599a58d85d1a5bdb8819985a5b1959606a1b608482015260a490fd5b90813b156151ca579160209161516493604051809581948293630b135d3f60e11b845260048401613745565b03916001600160a01b03165afa80156108ab5761068b915f9161519b575b506001600160e01b031916630b135d3f60e11b146150aa565b6151bd915060203d6020116151c3575b6151b5818361065b565b81019061508a565b5f615182565b503d6151ab565b61068b926151d79161529a565b6001600160a01b03908116911614615008565b906001600160601b03809116911602906001600160601b03821691820361271157565b61522b6001600160601b039161ffff602061271095015116906151ea565b160490565b61522b6001600160601b039161ffff604061271095015116906151ea565b1561525557565b60405162461bcd60e51b815260206004820152601a60248201527f424e3235342e6578704d6f643a2063616c6c206661696c7572650000000000006044820152606490fd5b612234916152a7916152af565b919091615327565b8151604181036152db5750906152d791602082015190606060408401519301515f1a906154a8565b9091565b6040036153145760406020830151920151918260ff1c91601b8301809311612711576152d7936001600160ff1b03169260ff16906154a8565b50505f90600290565b600511156107c857565b6153308161531d565b806153385750565b6153418161531d565b6001810361538e5760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606490fd5b6153978161531d565b600281036153e45760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606490fd5b6153ed8161531d565b600381036154455760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b6064820152608490fd5b8061545160049261531d565b1461545857565b60405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b6064820152608490fd5b9291907f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083116155465760ff16601b8114158061553b575b615530576020935f93604051938493608085019385528785015260408401526060830152838052039060015afa156108ab575f516001600160a01b0381161561552857905f90565b505f90600190565b505050505f90600490565b50601c8114156154e0565b505050505f9060039056fe30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47526567436f6f72642e7570646174654f70657261746f7273466f7251756f7275a2646970667358221220b2ad1fba87469dadddb4e0f66ed9869dca03be7b368f07728ec12ff846b9f8b064736f6c634300081b00338b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f000000000000000000000000c3e53f4d16ae77db1c982e75a937b9f60fe63690000000000000000000000000851356ae760d987e095750cceb3bc6014560891c000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc90000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e8000000000000000000000000f5059a5d33d5853360d16c683c16e67980206f36","output":"0x60806040526004361015610011575f80fd5b5f3560e01c8062cf2ab51461034357806303fd34921461033e57806304ec635114610339578063054310e6146103345780630cf4b7671461032f5780630d3f21341461032a57806310d67a2f14610325578063125e05841461032057806313542a4e1461031b578063136439dd146103165780631478851f146103115780631eb812da1461030c578063249a0c421461030757806328f61b3114610302578063296bb064146102fd57806329d1e0c3146102f85780632cdd1e86146102f35780633998fdd3146102ee5780633c2a7f4c146102e95780635140a548146102e45780635865c60c146102df578063595c6a67146102da5780635ac86ab7146102d55780635b0b829f146102d05780635c975abb146102cb5780635df45946146102c65780636347c900146102c157806368304835146102bc5780636e3b17db146102b7578063715018a6146102b257806384ca5213146102ad578063871ef049146102a8578063886f1195146102a35780638da5cb5b1461029e5780639aa1653d146102995780639b5d177b146102945780639e9923c21461028f5780639feab8591461028a578063a50857bf14610285578063a96f783e14610280578063c391425e1461027b578063ca0de88214610276578063ca4f2d9714610271578063d72d8dd61461026c578063d75b4c8814610267578063dd8283f314610262578063e65797ad1461025d578063ea32afae14610258578063f2fde38b14610253578063fabc1cbc1461024e5763fd39105a14610249575f80fd5b612188565b612076565b611fe5565b611fa1565b611f0d565b611e6e565b611c50565b611b90565b611b43565b611b09565b611a65565b611a09565b6118a2565b611868565b611824565b61175b565b611698565b611670565b611645565b611615565b61159f565b611498565b61132f565b6112eb565b611291565b61121f565b611202565b611165565b6110d7565b61104f565b610fe3565b610d39565b610ccd565b610c89565b610c5c565b610c2f565b610b8c565b610b64565b610b32565b610ab8565b610a89565b61094d565b610912565b6108d7565b61080c565b6107cd565b6106ed565b6105e4565b610485565b61044d565b61037c565b9181601f84011215610378578235916001600160401b038311610378576020808501948460051b01011161037857565b5f80fd5b34610378576020366003190112610378576004356001600160401b038111610378576103ac903690600401610348565b906103c46103be600480600154161490565b156121ce565b5f5b8281106103cf57005b806104476103e0600193868661221a565b356103ea816107ee565b838060a01b0381165f52609960205260405f2061042060ff866040519361041085610620565b8054855201541660208301612237565b61044161043c6104308351612dd5565b6001600160c01b031690565b612e77565b91612f7d565b016103c6565b34610378576020366003190112610378576004355f526098602052602060405f2054604051908152f35b63ffffffff81160361037857565b34610378576060366003190112610378576024356104c56104bf6004356104ab84610477565b604435905f52609860205260405f20611277565b50612269565b63ffffffff8082511692169182106105495760408161050d610535946104f5602061051b96015163ffffffff1690565b9063ffffffff821615918215610539575b505061229a565b01516001600160c01b031690565b6040516001600160c01b0390911681529081906020820190565b0390f35b63ffffffff161190505f80610506565b60405162461bcd60e51b815260206004820152605a60248201527f526567436f6f72642e67657451756f72756d4269746d61704174426c6f636b4e60448201527f756d6265724279496e6465783a2071756f72756d4269746d617055706461746560648201527f2069732066726f6d20616674657220626c6f636b4e756d626572000000000000608482015260a490fd5b5f91031261037857565b34610378575f36600319011261037857609d546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b604081019081106001600160401b0382111761063b57604052565b61060c565b606081019081106001600160401b0382111761063b57604052565b90601f801991011681019081106001600160401b0382111761063b57604052565b6040519061068b60408361065b565b565b6040519061068b60608361065b565b6001600160401b03811161063b57601f01601f191660200190565b9291926106c38261069c565b916106d1604051938461065b565b829481845281830111610378578281602093845f960137010152565b34610378576020366003190112610378576004356001600160401b03811161037857366023820112156103785761072e9036906024816004013591016106b7565b335f52609960205260ff600160405f2001541660038110156107c85760010361076c57335f90815260996020526040902061076a919054613053565b005b60405162461bcd60e51b815260206004820152602e60248201527f526567436f6f72642e757064617465536f636b65743a206f70657261746f722060448201526d1b9bdd081c9959da5cdd195c995960921b6064820152608490fd5b610fb8565b34610378576020366003190112610378576004356107e9613113565b60a055005b6001600160a01b0381160361037857565b6064359061068b826107ee565b34610378576020366003190112610378576004803561082a816107ee565b5f5460405163755b36bd60e11b815292602091849190829060101c6001600160a01b03165afa9182156108ab5761076a92610877915f9161087c575b506001600160a01b03163314612352565b61316b565b61089e915060203d6020116108a4575b610896818361065b565b810190612332565b5f610866565b503d61088c565b612347565b6004359061068b826107ee565b6024359061068b826107ee565b6044359061068b826107ee565b34610378576020366003190112610378576004356108f4816107ee565b60018060a01b03165f52609f602052602060405f2054604051908152f35b346103785760203660031901126103785760043561092f816107ee565b60018060a01b03165f526099602052602060405f2054604051908152f35b34610378576020366003190112610378576004355f5460405163237dfb4760e11b8152336004820152906020908290602490829060101c6001600160a01b03165afa80156108ab576109a6915f91610a5a575b506123c9565b600154818116036109ef57806001557fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d604051806109ea3394829190602083019252565b0390a2005b60405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608490fd5b610a7c915060203d602011610a82575b610a74818361065b565b8101906123b1565b5f6109a0565b503d610a6a565b34610378576020366003190112610378576004355f52609a602052602060ff60405f2054166040519015158152f35b34610378576040366003190112610378576060610af06104bf602435600435610adf612426565b505f52609860205260405f20611277565b6040519063ffffffff815116825263ffffffff6020820151166020830152604060018060c01b03910151166040820152f35b6004359060ff8216820361037857565b346103785760203660031901126103785760ff610b4d610b22565b165f52609b602052602060405f2054604051908152f35b34610378575f36600319011261037857609e546040516001600160a01b039091168152602090f35b34610378576020366003190112610378576040516308f6629d60e31b815260048035908201526020816024816001600160a01b037f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc9165afa80156108ab57610535915f91610c10575b506040516001600160a01b0390911681529081906020820190565b610c29915060203d6020116108a457610896818361065b565b5f610bf5565b346103785760203660031901126103785761076a600435610c4f816107ee565b610c57613113565b613262565b346103785760203660031901126103785761076a600435610c7c816107ee565b610c84613113565b6132c0565b34610378575f366003190112610378576040517f000000000000000000000000c3e53f4d16ae77db1c982e75a937b9f60fe636906001600160a01b03168152602090f35b34610378576020366003190112610378576040610cf4600435610cef816107ee565b61245c565b610d0a8251809260208091805184520151910152565bf35b9181601f84011215610378578235916001600160401b038311610378576020838186019501011161037857565b34610378576040366003190112610378576004356001600160401b03811161037857610d69903690600401610348565b906024356001600160401b03811161037857610d8a83913690600401610d0c565b610d9e6103be949294600480600154161490565b610dbd610dad60965460ff1690565b610db83684886106b7565b613489565b50610dc98184146124c2565b7f0000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e86001600160a01b0316935f5b828110610dff57005b610e24610e1e610e10838686612521565b356001600160f81b03191690565b60f81c90565b610e2f82878761252d565b6040516379a0849160e11b815260ff841660048201526020816024818d5afa9081156108ab57610e6f9163ffffffff915f91610f8a575b50168214612586565b5f90815b8688838510610edf575050505050509060019143610e9c8260ff165f52609b60205260405f2090565b557f46077d55330763f16269fd75e5761663f4192d2791747c0189b16ad31db07db460ff60405192169180610ed643829190602083019252565b0390a201610df6565b86610f7b610f74600195948b610f8295610f65610f06610f018d8f8e9061221a565b61222a565b98610f50610f4b610f2f610f2a8d60018060a01b03165f52609960205260405f2090565b612243565b99610f3d6104308c51612dd5565b60ff600192161c1660011490565b61260b565b8a8060a01b03168a8060a01b038a161161266a565b610f6e82612703565b92612723565b36916106b7565b9083612f7d565b920191610e73565b610fab915060203d8111610fb1575b610fa3818361065b565b810190612571565b8c610e66565b503d610f99565b634e487b7160e01b5f52602160045260245ffd5b600311156107c857565b9060038210156107c85752565b3461037857602036600319011261037857600435611000816107ee565b611008612444565b5060018060a01b03165f52609960205260405f2061103060ff60016040519361041085610620565b6040518091610535602060408401928051855201516020840190610fd6565b34610378575f366003190112610378575f5460405163237dfb4760e11b8152336004820152906020908290602490829060101c6001600160a01b03165afa80156108ab576110a3915f91610a5a57506123c9565b5f196001556040515f1981527fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d60203392a2005b34610378576020366003190112610378576020600160ff6110f6610b22565b161b806001541614604051908152f35b359061ffff8216820361037857565b6060906023190112610378576040519061112e82610640565b8160243561113b81610477565b815260443561ffff811681036103785760208201526064359061ffff821682036103785760400152565b346103785760803660031901126103785761117e610b22565b61118736611115565b61118f613113565b60ff6096541660ff831610156111a85761076a91613510565b60405162461bcd60e51b815260206004820152602c60248201527f526567436f6f72642e71756f72756d4578697374733a2071756f72756d20646f60448201526b195cc81b9bdd08195e1a5cdd60a21b6064820152608490fd5b34610378575f366003190112610378576020600154604051908152f35b34610378575f366003190112610378576040517f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc96001600160a01b03168152602090f35b634e487b7160e01b5f52603260045260245ffd5b805482101561128c575f5260205f2001905f90565b611263565b3461037857602036600319011261037857600435609c5481101561037857609c5f527faf85b9071dfafeac1409d3f1d19bafc9bc7c37974cde8df0ee6168f0086e539c01546040516001600160a01b039091168152602090f35b34610378575f366003190112610378576040517f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b03168152602090f35b346103785760403660031901126103785760043561134c816107ee565b6024356001600160401b0381116103785761136b903690600401610d0c565b609e549192916001600160a01b0316330361143b576001600160a01b0382165f908152609f6020908152604080832042905560999091529020805460016113db816113d26113cc6104306113c160965460ff1690565b610db8368b8e6106b7565b94612dd5565b94015460ff1690565b6113e481610fcc565b149182611428575b8261140f575b50506113fa57005b61076a926114099136916106b7565b9061375c565b81166001600160c01b0390811691161490505f806113f2565b6001600160c01b038216151592506113ec565b60405162461bcd60e51b815260206004820152602f60248201527f526567436f6f72642e6f6e6c79456a6563746f723a2063616c6c65722069732060448201526e3737ba103a34329032b532b1ba37b960891b6064820152608490fd5b34610378575f366003190112610378576114b0613113565b606480546001600160a01b031981169091555f906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b6001600160401b03811161063b5760051b60200190565b91908260409103126103785760405161152281610620565b8092803560ff8116810361037857825260209081013591611542836107ee565b0152565b90929192611553816114f3565b93611561604051958661065b565b602085838152019160061b83019281841161037857915b8383106115855750505050565b6020604091611594848661150a565b815201920191611578565b346103785760a0366003190112610378576004356115bc816107ee565b60243590604435906001600160401b038211610378573660238301121561037857610535926115f8611605933690602481600401359101611546565b606435916084359361273b565b6040519081529081906020820190565b34610378576020366003190112610378576020611633600435612dd5565b6040516001600160c01b039091168152f35b34610378575f366003190112610378575f5460405160109190911c6001600160a01b03168152602090f35b34610378575f366003190112610378576064546040516001600160a01b039091168152602090f35b34610378575f36600319011261037857602060ff60965416604051908152f35b61010090604319011261037857604490565b9181601f84011215610378578235916001600160401b038311610378576020808501948460061b01011161037857565b919091606081840312610378576040519061171482610640565b819381356001600160401b0381116103785782019181601f84011215610378576117486040939283602086953591016106b7565b8452602081013560208501520135910152565b34610378576101a0366003190112610378576004356001600160401b0381116103785761178c903690600401610d0c565b906024356001600160401b038111610378576117ac903690600401610d0c565b6117b5366116b8565b90610144356001600160401b038111610378576117d69036906004016116ca565b929091610164356001600160401b038111610378576117f99036906004016116fa565b9461018435976001600160401b0389116103785761181e61076a9936906004016116fa565b976127f6565b34610378575f366003190112610378576040517f0000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e86001600160a01b03168152602090f35b34610378575f3660031901126103785760206040517f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de68152f35b3461037857610160366003190112610378576004356001600160401b038111610378576118d3903690600401610d0c565b906024356001600160401b038111610378576118f3903690600401610d0c565b6118fc366116b8565b90610144356001600160401b038111610378578461194861194f956119406119298a9536906004016116fa565b9661193a6103be6001808054161490565b33613af9565b9436916106b7565b92336140f8565b51905f5b83811061195c57005b611967818584612521565b3560f81c63ffffffff61197a8386612a0d565b5116905f52609760205263ffffffff8060405f205416161061199e57600101611953565b60405162461bcd60e51b815260206004820152603960248201527f526567436f6f72642e72656769737465724f70657261746f723a206f7065726160448201527f746f7220636f756e742065786365656473206d6178696d756d000000000000006064820152608490fd5b34610378575f36600319011261037857602060a054604051908152f35b60206040818301928281528451809452019201905f5b818110611a495750505090565b825163ffffffff16845260209384019390920191600101611a3c565b3461037857604036600319011261037857600435611a8281610477565b602435906001600160401b038211610378573660238301121561037857816004013591611aae836114f3565b92611abc604051948561065b565b8084526024602085019160051b8301019136831161037857602401905b828210611af957610535611aed8686612a3c565b60405191829182611a26565b8135815260209182019101611ad9565b34610378575f3660031901126103785760206040517f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a8152f35b34610378576020366003190112610378576004356001600160401b03811161037857611b8a611b7961076a923690600401610d0c565b610f746002806001541614156121ce565b3361375c565b34610378575f366003190112610378576020609c54604051908152f35b6001600160601b0381160361037857565b81601f8201121561037857803590611bd5826114f3565b92611be3604051948561065b565b82845260208085019360061b8301019181831161037857602001925b828410611c0d575050505090565b6040848303126103785760206040918251611c2781610620565b8635611c32816107ee565b815282870135611c4181611bad565b83820152815201930192611bff565b3461037857366003190160a081126103785760601361037857604051611c7581610640565b600435611c8181610477565b815260243561ffff8116810361037857602082015260443561ffff8116810361037857604082015260643590611cb682611bad565b608435916001600160401b03831161037857611cd961076a933690600401611bbe565b91611ce2613113565b614982565b81601f8201121561037857803590611cfe826114f3565b92611d0c604051948561065b565b8284526020606081860194028301019181831161037857602001925b828410611d36575050505090565b606084830312610378576020606091604051611d5181610640565b8635611d5c81610477565b8152611d69838801611106565b83820152611d7960408801611106565b6040820152815201930192611d28565b9080601f83011215610378578135611da0816114f3565b92611dae604051948561065b565b81845260208085019260051b82010192831161037857602001905b828210611dd65750505090565b602080918335611de581611bad565b815201910190611dc9565b9080601f83011215610378578135611e07816114f3565b92611e15604051948561065b565b81845260208085019260051b820101918383116103785760208201905b838210611e4157505050505090565b81356001600160401b03811161037857602091611e6387848094880101611bbe565b815201910190611e32565b346103785761010036600319011261037857611e886108b0565b611e906108bd565b90611e996108ca565b611ea16107ff565b60843560a4356001600160401b03811161037857611ec3903690600401611ce7565b9160c4356001600160401b03811161037857611ee3903690600401611d89565b9360e435966001600160401b03881161037857611f0761076a983690600401611df0565b96612b13565b346103785760203660031901126103785760ff611f28610b22565b611f30612426565b50165f52609760205261053560405f2061ffff60405191611f5083610640565b5463ffffffff81168352818160201c16602084015260301c16604082015260405191829182919091604061ffff81606084019563ffffffff8151168552826020820151166020860152015116910152565b34610378575f366003190112610378576040517f000000000000000000000000f5059a5d33d5853360d16c683c16e67980206f366001600160a01b03168152602090f35b3461037857602036600319011261037857600435612002816107ee565b61200a613113565b6001600160a01b038116156120225761076a90613a37565b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b34610378576020366003190112610378576004355f5460405163755b36bd60e11b8152906020908290600490829060101c6001600160a01b03165afa80156108ab576120d3915f9161087c57506001600160a01b03163314612352565b60015419811981160361211d576120e981600155565b60405190815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9080602081016109ea565b60405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608490fd5b34610378576020366003190112610378576004356121a5816107ee565b60018060a01b03165f526099602052602060ff600160405f20015416610d0a6040518092610fd6565b156121d557565b60405162461bcd60e51b815260206004820152601960248201527f5061757361626c653a20696e64657820697320706175736564000000000000006044820152606490fd5b919081101561128c5760051b0190565b35612234816107ee565b90565b60038210156107c85752565b9061068b60405161225381610620565b602060ff60018396805485520154169101612237565b9060405161227681610640565b604081935463ffffffff8116835263ffffffff8160201c166020840152811c910152565b156122a157565b60405162461bcd60e51b815260206004820152605b60248201527f526567436f6f72642e67657451756f72756d4269746d61704174426c6f636b4e60448201527f756d6265724279496e6465783a2071756f72756d4269746d617055706461746560648201527f2069732066726f6d206265666f726520626c6f636b4e756d6265720000000000608482015260a490fd5b908160209103126103785751612234816107ee565b6040513d5f823e3d90fd5b1561235957565b60405162461bcd60e51b815260206004820152602a60248201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160448201526939903ab73830bab9b2b960b11b6064820152608490fd5b90816020910312610378575180151581036103785790565b156123d057565b60405162461bcd60e51b815260206004820152602860248201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160448201526739903830bab9b2b960c11b6064820152608490fd5b6040519061243382610640565b5f6040838281528260208201520152565b6040519061245182610620565b5f6020838281520152565b6124bd6122349161246b612444565b50604080517f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de6602082019081526001600160a01b03909316818301529081526124b560608261065b565b51902061331e565b61336b565b156124c957565b60405162461bcd60e51b815260206004820152603860248201525f5160206155725f395f51905f5260448201527f6d3a20696e707574206c656e677468206d69736d6174636800000000000000006064820152608490fd5b9082101561128c570190565b919081101561128c5760051b81013590601e19813603018212156103785701908135916001600160401b038311610378576020018260051b36038113610378579190565b90816020910312610378575161223481610477565b1561258d57565b60405162461bcd60e51b815260206004820152605a60248201525f5160206155725f395f51905f5260448201527f6d3a206e756d626572206f662075706461746564206f70657261746f7273206460648201527f6f6573206e6f74206d617463682071756f72756d20746f74616c000000000000608482015260a490fd5b1561261257565b60405162461bcd60e51b815260206004820152603960248201525f5160206155725f395f51905f5260448201527f6d3a206f70657261746f72206e6f7420696e2071756f72756d000000000000006064820152608490fd5b1561267157565b60405162461bcd60e51b815260206004820152605c60248201525f5160206155725f395f51905f5260448201527f6d3a206f70657261746f7273206172726179206d75737420626520736f72746560648201527f6420696e20617363656e64696e672061646472657373206f7264657200000000608482015260a490fd5b634e487b7160e01b5f52601160045260245ffd5b906001820180921161271157565b6126ef565b9190820180921161271157565b90939293848311610378578411610378578101920390565b919493909260405192602084019460e08501917f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a875260018060a01b03166040860152606085015260c060808501528651809152602061010085019701905f5b8181106127c85750505061223494956124b592849260a084015260c083015203601f19810183528261065b565b8251805160ff168a526020908101516001600160a01b0316818b01526040909901989092019160010161279b565b6119488297969893829a95610f746128266128399961281b6103be6001808054161490565b61193a888d14612969565b96612832368c8f611546565b8833613c7d565b905f5b83811061284b57505050505050565b808061287c612877612866610e1e610e106001978b8e612521565b60ff165f52609760205260405f2090565b6129db565b858886898c61289961288f888751612a0d565b5163ffffffff1690565b63ffffffff6128b86128af895163ffffffff1690565b63ffffffff1690565b9116116128cd575b505050505050500161283c565b86859361291a6129058360206129126129058361292d9f6128fd610e1e610e106040936129259f6129209f612521565b9c0151612a0d565b516001600160601b031690565b9a0151612a0d565b95612a21565b612a31565b923391614642565b61295d612946602061294084878b612a21565b0161222a565b611409610f7461295585612703565b858a8d612723565b805f858886898c6128c0565b1561297057565b60405162461bcd60e51b815260206004820152603960248201527f526567436f6f72642e72656769737465724f70657261746f725769746843687560448201527f726e3a20696e707574206c656e677468206d69736d61746368000000000000006064820152608490fd5b906040516129e881610640565b604061ffff82945463ffffffff81168452818160201c16602085015260301c16910152565b805182101561128c5760209160051b010190565b919081101561128c5760061b0190565b61223490369061150a565b9190805190612a4a826114f3565b91612a58604051938461065b565b808352612a67601f19916114f3565b013660208401375f5b8151811015612aa95780612a90612a8960019385612a0d565b5187614798565b63ffffffff612a9f8387612a0d565b9116905201612a70565b5090925050565b15612ab757565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b9694929091612b5d9694925f5498612b4360ff8b60081c16151515809b81612bd7575b8115612bb7575b50612ab0565b89612b54600160ff195f5416175f55565b612ba057612ca9565b612b6357565b612b7161ff00195f54165f55565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1565b612bb261010061ff00195f5416175f55565b612ca9565b303b15915081612bc9575b505f612b3d565b60ff1660011490505f612bc2565b600160ff8216109150612b36565b15612bec57565b60405162461bcd60e51b815260206004820152602a60248201527f526567436f6f72642e696e697469616c697a653a20696e707574206c656e67746044820152690d040dad2e6dac2e8c6d60b31b6064820152608490fd5b609c54600160401b81101561063b5760018101609c55609c5481101561128c57609c5f527faf85b9071dfafeac1409d3f1d19bafc9bc7c37974cde8df0ee6168f0086e539c0180546001600160a01b0319166001600160a01b03909216919091179055565b612cdf94610c849394612cda610c57939b9a999b612cd58d8b5190518091149081612dbc575b50612be5565b613a37565b614b0c565b612d117f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b0316612c44565b612d437f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc96001600160a01b0316612c44565b612d757f0000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e86001600160a01b0316612c44565b5f5b8151811015612db55780612daf612d9060019385612a0d565b51612d9e612905848a612a0d565b612da88488612a0d565b5191614982565b01612d77565b5050509050565b90508c51145f612ccf565b5f1981019190821161271157565b805f52609860205260405f20549081155f14612df15750505f90565b5f52609860205260405f20905f19810190811161271157612e1191611277565b505460401c90565b90612e238261069c565b612e30604051918261065b565b8281528092612e41601f199161069c565b0190602036910137565b5f1981146127115760010190565b80511561128c5760200190565b90815181101561128c570160200190565b5f81805b612ef15750612e8d9061ffff16612e19565b5f5f5b8251821080612ee6575b15612edf576001811b8416612eb8575b612eb390612e4b565b612e90565b906001612eb39160ff60f81b8460f81b165f1a612ed58287612e66565b5301919050612eaa565b5050905090565b506101008110612e9a565b5f1981018181116127115761ffff9116911661ffff8114612711576001019080612e7b565b9081602091031261037857516001600160c01b03811681036103785790565b805180835260209291819084018484015e5f828201840152601f01601f1916010190565b612234939260609260018060a01b0316825260208201528160408201520190612f35565b919060016020820151612f8f81610fcc565b612f9881610fcc565b0361304e57516040516333567f7f60e11b81529160209183918291612fc291908760048501612f59565b03815f7f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b03165af19081156108ab575f9161301f575b506001600160c01b03169081613013575050565b61140961068b92612e77565b613041915060203d602011613047575b613039818361065b565b810190612f16565b5f612fff565b503d61302f565b505050565b907f000000000000000000000000f5059a5d33d5853360d16c683c16e67980206f366001600160a01b031690813b15610378575f60405180936378219b3f60e11b8252856004830152604060248301528183816130b36044820188612f35565b03925af19081156108ab577fec2963ab21c1e50e1e582aa542af2e4bf7bf38e6e1403c27b42e1c5d6e621eaa926130fe92613103575b50604051918291602083526020830190612f35565b0390a2565b5f61310d9161065b565b5f6130e9565b6064546001600160a01b0316330361312757565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b6001600160a01b038116156131e5575f54604080516001600160a01b0360109390931c8316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb691a15f805462010000600160b01b03191660109290921b62010000600160b01b0316919091179055565b60405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a490fd5b609d54604080516001600160a01b038084168252841660208201529192917f315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c9190a16001600160a01b03166001600160a01b03199190911617609d55565b609e54604080516001600160a01b038084168252841660208201529192917f8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc99190a16001600160a01b03166001600160a01b03199190911617609e55565b613326614bf3565b9060405190602082019261190160f01b8452602283015260428201526042815261335160628261065b565b51902090565b634e487b7160e01b5f52601260045260245ffd5b5f5160206155525f395f51905f5290613382612444565b505f919006602060c0835b613482575f935f5160206155525f395f51905f52600381868181800909086040516133b8858261065b565b843682378481856040516133cc828261065b565b813682378381528360208201528360408201528560608201527f0c19139cb84c680a6e14116da060561765e05aa45a1c72a34f082305b61f3f5260808201525f5160206155525f395f51905f5260a082015260056107cf195a01fa8015613487576134369061524e565b5191613482575f5160206155525f395f51905f528280091461346d57505f5160206155525f395f51905f5260015f9408929361338d565b9293505061347961067c565b92835282015290565b613357565bfe5b90600161349760ff93614d8b565b928392161b11156134a55790565b60405162461bcd60e51b815260206004820152603f60248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206269746d61702065786365656473206d61782076616c7565006064820152608490fd5b6130fe60ff7f3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac921692835f52609760205260405f2061356663ffffffff835116829063ffffffff1663ffffffff19825416179055565b6020820151815465ffff0000000067ffff000000000000604086015160301b169260201b169067ffffffff0000000019161717905560405191829182919091604061ffff81606084019563ffffffff8151168552826020820151166020860152015116910152565b156135d557565b60405162461bcd60e51b815260206004820152603860248201527f526567436f6f72642e5f646572656769737465724f70657261746f723a206f7060448201527f657261746f72206973206e6f74207265676973746572656400000000000000006064820152608490fd5b1561364757565b60405162461bcd60e51b815260206004820152603060248201527f526567436f6f72642e5f646572656769737465724f70657261746f723a20626960448201526f0746d61702063616e6e6f7420626520360841b6064820152608490fd5b156136ac57565b60a460405162461bcd60e51b815260206004820152604460248201527f526567436f6f72642e5f646572656769737465724f70657261746f723a206f7060448201527f657261746f72206973206e6f74207265676973746572656420666f722071756f60648201526372756d7360e01b6084820152fd5b6001600160a01b03909116815260406020820181905261223492910190612f35565b604090612234939281528160208201520190612f35565b6001600160a01b0381165f90815260996020526040902090600182549201613799600161378a835460ff1690565b61379381610fcc565b146135ce565b6137f96137b46104306137ae60965460ff1690565b87613489565b6137bd85612dd5565b6001600160c01b03909116906137d4821515613640565b6137ea8282166001600160c01b031683146136a5565b9019166001600160c01b031690565b6138038185614eee565b6001600160c01b03161561397c575b507f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc96001600160a01b0316803b1561037857835f91613868938360405180968195829463f4e24fe560e01b845260048401613723565b03925af180156108ab57613968575b507f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b0316803b15610378575f604051809263bd29b8cd60e01b82528183816138ca898960048401613745565b03925af180156108ab57613954575b507f0000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e86001600160a01b031691823b156103785761392f925f928360405180968195829463bd29b8cd60e01b845260048401613745565b03925af180156108ab576139405750565b8061394e5f61068b9361065b565b806105da565b8061394e5f6139629361065b565b5f6138d9565b8061394e5f6139769361065b565b5f613877565b805460ff191660021790557f000000000000000000000000c3e53f4d16ae77db1c982e75a937b9f60fe636906001600160a01b0316803b15610378576040516351b27a6d60e11b81526001600160a01b0383166004820152905f908290602490829084905af180156108ab57613a23575b50816001600160a01b0382167f396fdcb180cb0fea26928113fb0fd1c3549863f9cd563e6a184f1d578116c8e45f80a35f613812565b8061394e5f613a319361065b565b5f6139ed565b606480546001600160a01b039283166001600160a01b0319821681179092559091167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3565b90816020910312610378575190565b61012090604060c061068b959796949761016084019860018060a01b03168452613ac5602085018260208091803584520135910152565b80830180356060860152602001356080850152826080820160a08601370160e0830137019060208091805184520151910152565b6040516309aa152760e11b81526001600160a01b0382811660048301529091907f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc916602083602481845afa9283156108ab575f93613bda575b508215613b60575050905090565b60209250613b90935f613b728461245c565b6040516317ef39cb60e31b8152968795869485939160048501613a8e565b03925af19081156108ab575f91613bab575b50805f80612edf565b613bcd915060203d602011613bd3575b613bc5818361065b565b810190613a7f565b5f613ba2565b503d613bbb565b613bf491935060203d602011613bd357613bc5818361065b565b915f613b52565b15613c0257565b60405162461bcd60e51b815260206004820152604760248201527f526567436f6f72642e5f766572696679436875726e417070726f76657253696760448201527f6e61747572653a20636875726e417070726f766572207369676e617475726520606482015266195e1c1a5c995960ca1b608482015260a490fd5b91929092602082019283515f52609a60205260ff60405f205416613cf65761068b94613cee926040850191613cb58351421115613bfb565b613cd8613ccb88515f52609a60205260405f2090565b805460ff19166001179055565b609d546001600160a01b0316965192519361273b565b905191615138565b60405162461bcd60e51b815260206004820152604760248201527f526567436f6f72642e5f766572696679436875726e417070726f76657253696760448201527f6e61747572653a20636875726e417070726f7665722073616c7420616c726561606482015266191e481d5cd95960ca1b608482015260a490fd5b60405190613d7e82610640565b60606040838281528260208201520152565b15613d9757565b60405162461bcd60e51b815260206004820152602e60248201527f526567436f6f72642e5f72656769737465724f70657261746f723a206269746d60448201526d061702063616e6e6f7420626520360941b6064820152608490fd5b15613dfa57565b60405162461bcd60e51b815260206004820152604860248201527f526567436f6f72642e5f72656769737465724f70657261746f723a206f70657260448201527f61746f7220616c7265616479207265676973746572656420666f7220736f6d656064820152672071756f72756d7360c01b608482015260a490fd5b15613e7d57565b60405162461bcd60e51b815260206004820152603a60248201527f526567436f6f72642e5f72656769737465724f70657261746f723a206f70657260448201527f61746f722063616e6e6f742072657265676973746572207965740000000000006064820152608490fd5b6001602091835181550191015160038110156107c85760ff80198354169116179055565b9060018060a01b031681526040602082015260806040613f37845160608386015260a0850190612f35565b9360208101516060850152015191015290565b908060209392818452848401375f828201840152601f01601f1916010190565b6001600160a01b03909116815260406020820181905261223493910191613f4a565b9080601f83011215610378578151613fa3816114f3565b92613fb1604051948561065b565b81845260208085019260051b82010192831161037857602001905b828210613fd95750505090565b602080918351613fe881611bad565b815201910190613fcc565b9190916040818403126103785780516001600160401b038111610378578361401c918301613f8c565b9260208201516001600160401b038111610378576122349201613f8c565b612234949260609260018060a01b0316825260208201528160408201520191613f4a565b602081830312610378578051906001600160401b03821161037857019080601f83011215610378578151614091816114f3565b9261409f604051948561065b565b81845260208085019260051b82010192831161037857602001905b8282106140c75750505090565b6020809183516140d681610477565b8152019101906140ba565b604090612234949281528160208201520191613f4a565b91929394614104613d71565b9561419661412561043061411a60965460ff1690565b610db8368b8b6106b7565b61412e85612dd5565b6001600160c01b0390911690614145821515613d90565b60018060c01b031661415f61415a8284161590565b613df3565b6001600160a01b0387165f908152609f6020526040902061418f90614188905460a05490612716565b4211613e76565b1784614eee565b60016141be816141b68760018060a01b03165f52609960205260405f2090565b015460ff1690565b6141c781610fcc565b0361435d575b50507f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc96001600160a01b0316803b15610378575f6040518092631fd93ca960e11b82528183816142228b8b8b60048501613f6a565b03925af180156108ab5784935f928492614349575b50614257876040519788948594632550477760e01b86526004860161403a565b0381837f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b03165af19283156108ab575f9384918591614325575b50604087015260208601526142c0604051948593849362bff04d60e01b8552600485016140e1565b0381837f0000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e86001600160a01b03165af19081156108ab575f91614303575b50815290565b61431f91503d805f833e614317818361065b565b81019061405e565b5f6142fd565b905061434391503d8086833e61433b818361065b565b810190613ff3565b5f614298565b8061394e856143579361065b565b5f614237565b61438e61436861067c565b848152600160208201526001600160a01b0386165f908152609960205260409020613ee8565b7f000000000000000000000000c3e53f4d16ae77db1c982e75a937b9f60fe636906001600160a01b0316803b1561037857604051639926ee7d60e01b8152925f9184918290849082906143e5908b60048401613f0c565b03925af19182156108ab5761440092614436575b5082613053565b806001600160a01b0383167fe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe5f80a35f806141cd565b8061394e5f6144449361065b565b5f6143f9565b1561445157565b60405162461bcd60e51b815260206004820152602a60248201527f526567436f6f72642e5f76616c6964617465436875726e3a2063616e6e6f742060448201526931b43ab9371039b2b63360b11b6064820152608490fd5b156144b057565b60405162461bcd60e51b815260206004820152603c60248201527f526567436f6f72642e5f76616c6964617465436875726e3a2071756f72756d4e60448201527f756d626572206e6f74207468652073616d65206173207369676e6564000000006064820152608490fd5b90816020910312610378575161223481611bad565b1561453757565b60405162461bcd60e51b815260206004820152604b60248201527f526567436f6f72642e5f76616c6964617465436875726e3a20696e636f6d696e60448201527f67206f70657261746f722068617320696e73756666696369656e74207374616b60648201526a32903337b91031b43ab93760a91b608482015260a490fd5b156145bd57565b60405162461bcd60e51b815260206004820152605160248201527f526567436f6f72642e5f76616c6964617465436875726e3a2063616e6e6f742060448201527f6b69636b206f70657261746f722077697468206d6f7265207468616e206b69636064820152706b424950734f66546f74616c5374616b6560781b608482015260a490fd5b6020919261469f6146926146ca98969761468b6146678783015160018060a01b031690565b6001600160a01b039081165f8181526099602052604090205496909116141561444a565b5160ff1690565b60ff8085169116146144a9565b604051635401ed2760e01b8152600481019190915260ff909116602482015294859081906044820190565b03817f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b03165afa9283156108ab5761068b945f9461474e575b50826147469261474161472d936001600160601b0361473961472d82998b61520d565b6001600160601b031690565b911611614530565b615230565b9116106145b6565b61472d91945092614746926147416147856001600160601b039660203d602011614791575b61477d818361065b565b81019061451b565b9693505092509261470a565b503d614773565b815f52609860205260405f2054905f5b8281106148405760405162461bcd60e51b815260206004820152605e60248201527f526567436f6f72642e67657451756f72756d4269746d6170496e64657841744260448201527f6c6f636b4e756d6265723a206e6f206269746d61702075706461746520666f7560648201527f6e6420666f72206f70657261746f7220617420626c6f636b4e756d6265720000608482015260a490fd5b808303838111612711576128af61485691612dc7565b61487f6148748261486f885f52609860205260405f2090565b611277565b505463ffffffff1690565b63ffffffff8085169116111561489857506001016147a8565b935050505090565b156148a757565b60405162461bcd60e51b815260206004820152602a60248201527f526567436f6f72642e63726561746551756f72756d3a206d61782071756f72756044820152691b5cc81c995858da195960b21b6064820152608490fd5b60ff60019116019060ff821161271157565b6080906001600160601b036020939460ff60608401961683521683820152606060408201528451809452019201905f5b81811061494e5750505090565b825180516001600160a01b031685526020908101516001600160601b03168186015260409094019390920191600101614941565b91906149c561499360965460ff1690565b936149a360c060ff8716106148a0565b6149bf6149af866148ff565b60ff1660ff196096541617609655565b84613510565b7f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b031691823b1561037857614a1b925f928360405180968195829463ff694a7760e01b84528a60048501614911565b03925af180156108ab57614af8575b507f0000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e86001600160a01b0316803b156103785760405163136ca0f960e11b815260ff83166004820152905f908290602490829084905af180156108ab57614ae4575b507f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc96001600160a01b0316803b156103785760405163136ca0f960e11b815260ff90921660048301525f9082908183816024810161392f565b8061394e5f614af29361065b565b5f614a8b565b8061394e5f614b069361065b565b5f614a2a565b5f5460101c6001600160a01b03161580614be1575b15614b665781614b3361068b93600155565b60405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d90602090a261316b565b60405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a490fd5b506001600160a01b0381161515614b21565b307f00000000000000000000000036c02da8a0983159322a80ffe9f24b1acff8b5706001600160a01b03161480614ce0575b15614c4e577fd8cea607dc87be4701da97f1f02070e2cf469db0dbbbfc55a7d169f75da1f4bc90565b60405160208101907f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f82527f6ec8a99f0e7f9ebde7354a446dcb9423f3af9c58f386a53c59c5b384f9e82d1160408201527f6bda7e3f385e48841048390444cced5cc795af87758af67622e5f4f0882c4a9960608201524660808201523060a082015260a0815261335160c08261065b565b507f0000000000000000000000000000000000000000000000000000000000007a694614614c25565b15614d1057565b60405162461bcd60e51b815260206004820152604760248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206f72646572656442797465734172726179206973206e6f74206064820152661bdc99195c995960ca1b608482015260a490fd5b90610100825111614e0957815115614e0457614dc7614dbd610e1e614daf85612e59565b516001600160f81b03191690565b60ff600191161b90565b6001905b8351821015614dff57600190614dea614dbd610e1e614daf8689612e66565b90614df6818311614d09565b17910190614dcb565b925050565b5f9150565b60a460405162461bcd60e51b815260206004820152604460248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206f7264657265644279746573417272617920697320746f6f206064820152636c6f6e6760e01b6084820152fd5b8054600160401b81101561063b57614e9d91600182018155611277565b614edb57815160208084015160409485015163ffffffff909316911b67ffffffff00000000161767ffffffffffffffff199190931b16919091179055565b634e487b7160e01b5f525f60045260245ffd5b90614f01825f52609860205260405f2090565b5480614f4e5750614f1d61068b925f52609860205260405f2090565b614f49614f2861068d565b4363ffffffff168152925b5f60208501526001600160c01b03166040840152565b614e80565b91614f7963ffffffff93614f73614f6d845f52609860205260405f2090565b91612dc7565b90611277565b5090614f89825463ffffffff1690565b43851694168403614fb4575061068b9250906001600160401b0382549181199060401b169116179055565b815467ffffffff000000001916602085901b67ffffffff00000000161790915561068b929190614f4990614ff0905f52609860205260405f2090565b91614f33614ffc61068d565b63ffffffff9095168552565b1561500f57565b60405162461bcd60e51b815260206004820152604760248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a207369676e6174757265206e6f742066726f6d6064820152661039b4b3b732b960c91b608482015260a490fd5b9081602091031261037857516001600160e01b0319811681036103785790565b156150b157565b60405162461bcd60e51b815260206004820152605360248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a2045524331323731207369676e6174757265206064820152721d995c9a599a58d85d1a5bdb8819985a5b1959606a1b608482015260a490fd5b90813b156151ca579160209161516493604051809581948293630b135d3f60e11b845260048401613745565b03916001600160a01b03165afa80156108ab5761068b915f9161519b575b506001600160e01b031916630b135d3f60e11b146150aa565b6151bd915060203d6020116151c3575b6151b5818361065b565b81019061508a565b5f615182565b503d6151ab565b61068b926151d79161529a565b6001600160a01b03908116911614615008565b906001600160601b03809116911602906001600160601b03821691820361271157565b61522b6001600160601b039161ffff602061271095015116906151ea565b160490565b61522b6001600160601b039161ffff604061271095015116906151ea565b1561525557565b60405162461bcd60e51b815260206004820152601a60248201527f424e3235342e6578704d6f643a2063616c6c206661696c7572650000000000006044820152606490fd5b612234916152a7916152af565b919091615327565b8151604181036152db5750906152d791602082015190606060408401519301515f1a906154a8565b9091565b6040036153145760406020830151920151918260ff1c91601b8301809311612711576152d7936001600160ff1b03169260ff16906154a8565b50505f90600290565b600511156107c857565b6153308161531d565b806153385750565b6153418161531d565b6001810361538e5760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606490fd5b6153978161531d565b600281036153e45760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606490fd5b6153ed8161531d565b600381036154455760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b6064820152608490fd5b8061545160049261531d565b1461545857565b60405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b6064820152608490fd5b9291907f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083116155465760ff16601b8114158061553b575b615530576020935f93604051938493608085019385528785015260408401526060830152838052039060015afa156108ab575f516001600160a01b0381161561552857905f90565b505f90600190565b505050505f90600490565b50601c8114156154e0565b505050505f9060039056fe30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47526567436f6f72642e7570646174654f70657261746f7273466f7251756f7275a2646970667358221220b2ad1fba87469dadddb4e0f66ed9869dca03be7b368f07728ec12ff846b9f8b064736f6c634300081b0033","gas_used":4422027,"gas_limit":5870976,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x60806040526004361015610011575f80fd5b5f3560e01c8062cf2ab51461034357806303fd34921461033e57806304ec635114610339578063054310e6146103345780630cf4b7671461032f5780630d3f21341461032a57806310d67a2f14610325578063125e05841461032057806313542a4e1461031b578063136439dd146103165780631478851f146103115780631eb812da1461030c578063249a0c421461030757806328f61b3114610302578063296bb064146102fd57806329d1e0c3146102f85780632cdd1e86146102f35780633998fdd3146102ee5780633c2a7f4c146102e95780635140a548146102e45780635865c60c146102df578063595c6a67146102da5780635ac86ab7146102d55780635b0b829f146102d05780635c975abb146102cb5780635df45946146102c65780636347c900146102c157806368304835146102bc5780636e3b17db146102b7578063715018a6146102b257806384ca5213146102ad578063871ef049146102a8578063886f1195146102a35780638da5cb5b1461029e5780639aa1653d146102995780639b5d177b146102945780639e9923c21461028f5780639feab8591461028a578063a50857bf14610285578063a96f783e14610280578063c391425e1461027b578063ca0de88214610276578063ca4f2d9714610271578063d72d8dd61461026c578063d75b4c8814610267578063dd8283f314610262578063e65797ad1461025d578063ea32afae14610258578063f2fde38b14610253578063fabc1cbc1461024e5763fd39105a14610249575f80fd5b612188565b612076565b611fe5565b611fa1565b611f0d565b611e6e565b611c50565b611b90565b611b43565b611b09565b611a65565b611a09565b6118a2565b611868565b611824565b61175b565b611698565b611670565b611645565b611615565b61159f565b611498565b61132f565b6112eb565b611291565b61121f565b611202565b611165565b6110d7565b61104f565b610fe3565b610d39565b610ccd565b610c89565b610c5c565b610c2f565b610b8c565b610b64565b610b32565b610ab8565b610a89565b61094d565b610912565b6108d7565b61080c565b6107cd565b6106ed565b6105e4565b610485565b61044d565b61037c565b9181601f84011215610378578235916001600160401b038311610378576020808501948460051b01011161037857565b5f80fd5b34610378576020366003190112610378576004356001600160401b038111610378576103ac903690600401610348565b906103c46103be600480600154161490565b156121ce565b5f5b8281106103cf57005b806104476103e0600193868661221a565b356103ea816107ee565b838060a01b0381165f52609960205260405f2061042060ff866040519361041085610620565b8054855201541660208301612237565b61044161043c6104308351612dd5565b6001600160c01b031690565b612e77565b91612f7d565b016103c6565b34610378576020366003190112610378576004355f526098602052602060405f2054604051908152f35b63ffffffff81160361037857565b34610378576060366003190112610378576024356104c56104bf6004356104ab84610477565b604435905f52609860205260405f20611277565b50612269565b63ffffffff8082511692169182106105495760408161050d610535946104f5602061051b96015163ffffffff1690565b9063ffffffff821615918215610539575b505061229a565b01516001600160c01b031690565b6040516001600160c01b0390911681529081906020820190565b0390f35b63ffffffff161190505f80610506565b60405162461bcd60e51b815260206004820152605a60248201527f526567436f6f72642e67657451756f72756d4269746d61704174426c6f636b4e60448201527f756d6265724279496e6465783a2071756f72756d4269746d617055706461746560648201527f2069732066726f6d20616674657220626c6f636b4e756d626572000000000000608482015260a490fd5b5f91031261037857565b34610378575f36600319011261037857609d546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b604081019081106001600160401b0382111761063b57604052565b61060c565b606081019081106001600160401b0382111761063b57604052565b90601f801991011681019081106001600160401b0382111761063b57604052565b6040519061068b60408361065b565b565b6040519061068b60608361065b565b6001600160401b03811161063b57601f01601f191660200190565b9291926106c38261069c565b916106d1604051938461065b565b829481845281830111610378578281602093845f960137010152565b34610378576020366003190112610378576004356001600160401b03811161037857366023820112156103785761072e9036906024816004013591016106b7565b335f52609960205260ff600160405f2001541660038110156107c85760010361076c57335f90815260996020526040902061076a919054613053565b005b60405162461bcd60e51b815260206004820152602e60248201527f526567436f6f72642e757064617465536f636b65743a206f70657261746f722060448201526d1b9bdd081c9959da5cdd195c995960921b6064820152608490fd5b610fb8565b34610378576020366003190112610378576004356107e9613113565b60a055005b6001600160a01b0381160361037857565b6064359061068b826107ee565b34610378576020366003190112610378576004803561082a816107ee565b5f5460405163755b36bd60e11b815292602091849190829060101c6001600160a01b03165afa9182156108ab5761076a92610877915f9161087c575b506001600160a01b03163314612352565b61316b565b61089e915060203d6020116108a4575b610896818361065b565b810190612332565b5f610866565b503d61088c565b612347565b6004359061068b826107ee565b6024359061068b826107ee565b6044359061068b826107ee565b34610378576020366003190112610378576004356108f4816107ee565b60018060a01b03165f52609f602052602060405f2054604051908152f35b346103785760203660031901126103785760043561092f816107ee565b60018060a01b03165f526099602052602060405f2054604051908152f35b34610378576020366003190112610378576004355f5460405163237dfb4760e11b8152336004820152906020908290602490829060101c6001600160a01b03165afa80156108ab576109a6915f91610a5a575b506123c9565b600154818116036109ef57806001557fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d604051806109ea3394829190602083019252565b0390a2005b60405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608490fd5b610a7c915060203d602011610a82575b610a74818361065b565b8101906123b1565b5f6109a0565b503d610a6a565b34610378576020366003190112610378576004355f52609a602052602060ff60405f2054166040519015158152f35b34610378576040366003190112610378576060610af06104bf602435600435610adf612426565b505f52609860205260405f20611277565b6040519063ffffffff815116825263ffffffff6020820151166020830152604060018060c01b03910151166040820152f35b6004359060ff8216820361037857565b346103785760203660031901126103785760ff610b4d610b22565b165f52609b602052602060405f2054604051908152f35b34610378575f36600319011261037857609e546040516001600160a01b039091168152602090f35b34610378576020366003190112610378576040516308f6629d60e31b815260048035908201526020816024816001600160a01b037f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc9165afa80156108ab57610535915f91610c10575b506040516001600160a01b0390911681529081906020820190565b610c29915060203d6020116108a457610896818361065b565b5f610bf5565b346103785760203660031901126103785761076a600435610c4f816107ee565b610c57613113565b613262565b346103785760203660031901126103785761076a600435610c7c816107ee565b610c84613113565b6132c0565b34610378575f366003190112610378576040517f000000000000000000000000c3e53f4d16ae77db1c982e75a937b9f60fe636906001600160a01b03168152602090f35b34610378576020366003190112610378576040610cf4600435610cef816107ee565b61245c565b610d0a8251809260208091805184520151910152565bf35b9181601f84011215610378578235916001600160401b038311610378576020838186019501011161037857565b34610378576040366003190112610378576004356001600160401b03811161037857610d69903690600401610348565b906024356001600160401b03811161037857610d8a83913690600401610d0c565b610d9e6103be949294600480600154161490565b610dbd610dad60965460ff1690565b610db83684886106b7565b613489565b50610dc98184146124c2565b7f0000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e86001600160a01b0316935f5b828110610dff57005b610e24610e1e610e10838686612521565b356001600160f81b03191690565b60f81c90565b610e2f82878761252d565b6040516379a0849160e11b815260ff841660048201526020816024818d5afa9081156108ab57610e6f9163ffffffff915f91610f8a575b50168214612586565b5f90815b8688838510610edf575050505050509060019143610e9c8260ff165f52609b60205260405f2090565b557f46077d55330763f16269fd75e5761663f4192d2791747c0189b16ad31db07db460ff60405192169180610ed643829190602083019252565b0390a201610df6565b86610f7b610f74600195948b610f8295610f65610f06610f018d8f8e9061221a565b61222a565b98610f50610f4b610f2f610f2a8d60018060a01b03165f52609960205260405f2090565b612243565b99610f3d6104308c51612dd5565b60ff600192161c1660011490565b61260b565b8a8060a01b03168a8060a01b038a161161266a565b610f6e82612703565b92612723565b36916106b7565b9083612f7d565b920191610e73565b610fab915060203d8111610fb1575b610fa3818361065b565b810190612571565b8c610e66565b503d610f99565b634e487b7160e01b5f52602160045260245ffd5b600311156107c857565b9060038210156107c85752565b3461037857602036600319011261037857600435611000816107ee565b611008612444565b5060018060a01b03165f52609960205260405f2061103060ff60016040519361041085610620565b6040518091610535602060408401928051855201516020840190610fd6565b34610378575f366003190112610378575f5460405163237dfb4760e11b8152336004820152906020908290602490829060101c6001600160a01b03165afa80156108ab576110a3915f91610a5a57506123c9565b5f196001556040515f1981527fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d60203392a2005b34610378576020366003190112610378576020600160ff6110f6610b22565b161b806001541614604051908152f35b359061ffff8216820361037857565b6060906023190112610378576040519061112e82610640565b8160243561113b81610477565b815260443561ffff811681036103785760208201526064359061ffff821682036103785760400152565b346103785760803660031901126103785761117e610b22565b61118736611115565b61118f613113565b60ff6096541660ff831610156111a85761076a91613510565b60405162461bcd60e51b815260206004820152602c60248201527f526567436f6f72642e71756f72756d4578697374733a2071756f72756d20646f60448201526b195cc81b9bdd08195e1a5cdd60a21b6064820152608490fd5b34610378575f366003190112610378576020600154604051908152f35b34610378575f366003190112610378576040517f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc96001600160a01b03168152602090f35b634e487b7160e01b5f52603260045260245ffd5b805482101561128c575f5260205f2001905f90565b611263565b3461037857602036600319011261037857600435609c5481101561037857609c5f527faf85b9071dfafeac1409d3f1d19bafc9bc7c37974cde8df0ee6168f0086e539c01546040516001600160a01b039091168152602090f35b34610378575f366003190112610378576040517f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b03168152602090f35b346103785760403660031901126103785760043561134c816107ee565b6024356001600160401b0381116103785761136b903690600401610d0c565b609e549192916001600160a01b0316330361143b576001600160a01b0382165f908152609f6020908152604080832042905560999091529020805460016113db816113d26113cc6104306113c160965460ff1690565b610db8368b8e6106b7565b94612dd5565b94015460ff1690565b6113e481610fcc565b149182611428575b8261140f575b50506113fa57005b61076a926114099136916106b7565b9061375c565b81166001600160c01b0390811691161490505f806113f2565b6001600160c01b038216151592506113ec565b60405162461bcd60e51b815260206004820152602f60248201527f526567436f6f72642e6f6e6c79456a6563746f723a2063616c6c65722069732060448201526e3737ba103a34329032b532b1ba37b960891b6064820152608490fd5b34610378575f366003190112610378576114b0613113565b606480546001600160a01b031981169091555f906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b6001600160401b03811161063b5760051b60200190565b91908260409103126103785760405161152281610620565b8092803560ff8116810361037857825260209081013591611542836107ee565b0152565b90929192611553816114f3565b93611561604051958661065b565b602085838152019160061b83019281841161037857915b8383106115855750505050565b6020604091611594848661150a565b815201920191611578565b346103785760a0366003190112610378576004356115bc816107ee565b60243590604435906001600160401b038211610378573660238301121561037857610535926115f8611605933690602481600401359101611546565b606435916084359361273b565b6040519081529081906020820190565b34610378576020366003190112610378576020611633600435612dd5565b6040516001600160c01b039091168152f35b34610378575f366003190112610378575f5460405160109190911c6001600160a01b03168152602090f35b34610378575f366003190112610378576064546040516001600160a01b039091168152602090f35b34610378575f36600319011261037857602060ff60965416604051908152f35b61010090604319011261037857604490565b9181601f84011215610378578235916001600160401b038311610378576020808501948460061b01011161037857565b919091606081840312610378576040519061171482610640565b819381356001600160401b0381116103785782019181601f84011215610378576117486040939283602086953591016106b7565b8452602081013560208501520135910152565b34610378576101a0366003190112610378576004356001600160401b0381116103785761178c903690600401610d0c565b906024356001600160401b038111610378576117ac903690600401610d0c565b6117b5366116b8565b90610144356001600160401b038111610378576117d69036906004016116ca565b929091610164356001600160401b038111610378576117f99036906004016116fa565b9461018435976001600160401b0389116103785761181e61076a9936906004016116fa565b976127f6565b34610378575f366003190112610378576040517f0000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e86001600160a01b03168152602090f35b34610378575f3660031901126103785760206040517f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de68152f35b3461037857610160366003190112610378576004356001600160401b038111610378576118d3903690600401610d0c565b906024356001600160401b038111610378576118f3903690600401610d0c565b6118fc366116b8565b90610144356001600160401b038111610378578461194861194f956119406119298a9536906004016116fa565b9661193a6103be6001808054161490565b33613af9565b9436916106b7565b92336140f8565b51905f5b83811061195c57005b611967818584612521565b3560f81c63ffffffff61197a8386612a0d565b5116905f52609760205263ffffffff8060405f205416161061199e57600101611953565b60405162461bcd60e51b815260206004820152603960248201527f526567436f6f72642e72656769737465724f70657261746f723a206f7065726160448201527f746f7220636f756e742065786365656473206d6178696d756d000000000000006064820152608490fd5b34610378575f36600319011261037857602060a054604051908152f35b60206040818301928281528451809452019201905f5b818110611a495750505090565b825163ffffffff16845260209384019390920191600101611a3c565b3461037857604036600319011261037857600435611a8281610477565b602435906001600160401b038211610378573660238301121561037857816004013591611aae836114f3565b92611abc604051948561065b565b8084526024602085019160051b8301019136831161037857602401905b828210611af957610535611aed8686612a3c565b60405191829182611a26565b8135815260209182019101611ad9565b34610378575f3660031901126103785760206040517f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a8152f35b34610378576020366003190112610378576004356001600160401b03811161037857611b8a611b7961076a923690600401610d0c565b610f746002806001541614156121ce565b3361375c565b34610378575f366003190112610378576020609c54604051908152f35b6001600160601b0381160361037857565b81601f8201121561037857803590611bd5826114f3565b92611be3604051948561065b565b82845260208085019360061b8301019181831161037857602001925b828410611c0d575050505090565b6040848303126103785760206040918251611c2781610620565b8635611c32816107ee565b815282870135611c4181611bad565b83820152815201930192611bff565b3461037857366003190160a081126103785760601361037857604051611c7581610640565b600435611c8181610477565b815260243561ffff8116810361037857602082015260443561ffff8116810361037857604082015260643590611cb682611bad565b608435916001600160401b03831161037857611cd961076a933690600401611bbe565b91611ce2613113565b614982565b81601f8201121561037857803590611cfe826114f3565b92611d0c604051948561065b565b8284526020606081860194028301019181831161037857602001925b828410611d36575050505090565b606084830312610378576020606091604051611d5181610640565b8635611d5c81610477565b8152611d69838801611106565b83820152611d7960408801611106565b6040820152815201930192611d28565b9080601f83011215610378578135611da0816114f3565b92611dae604051948561065b565b81845260208085019260051b82010192831161037857602001905b828210611dd65750505090565b602080918335611de581611bad565b815201910190611dc9565b9080601f83011215610378578135611e07816114f3565b92611e15604051948561065b565b81845260208085019260051b820101918383116103785760208201905b838210611e4157505050505090565b81356001600160401b03811161037857602091611e6387848094880101611bbe565b815201910190611e32565b346103785761010036600319011261037857611e886108b0565b611e906108bd565b90611e996108ca565b611ea16107ff565b60843560a4356001600160401b03811161037857611ec3903690600401611ce7565b9160c4356001600160401b03811161037857611ee3903690600401611d89565b9360e435966001600160401b03881161037857611f0761076a983690600401611df0565b96612b13565b346103785760203660031901126103785760ff611f28610b22565b611f30612426565b50165f52609760205261053560405f2061ffff60405191611f5083610640565b5463ffffffff81168352818160201c16602084015260301c16604082015260405191829182919091604061ffff81606084019563ffffffff8151168552826020820151166020860152015116910152565b34610378575f366003190112610378576040517f000000000000000000000000f5059a5d33d5853360d16c683c16e67980206f366001600160a01b03168152602090f35b3461037857602036600319011261037857600435612002816107ee565b61200a613113565b6001600160a01b038116156120225761076a90613a37565b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b34610378576020366003190112610378576004355f5460405163755b36bd60e11b8152906020908290600490829060101c6001600160a01b03165afa80156108ab576120d3915f9161087c57506001600160a01b03163314612352565b60015419811981160361211d576120e981600155565b60405190815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9080602081016109ea565b60405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608490fd5b34610378576020366003190112610378576004356121a5816107ee565b60018060a01b03165f526099602052602060ff600160405f20015416610d0a6040518092610fd6565b156121d557565b60405162461bcd60e51b815260206004820152601960248201527f5061757361626c653a20696e64657820697320706175736564000000000000006044820152606490fd5b919081101561128c5760051b0190565b35612234816107ee565b90565b60038210156107c85752565b9061068b60405161225381610620565b602060ff60018396805485520154169101612237565b9060405161227681610640565b604081935463ffffffff8116835263ffffffff8160201c166020840152811c910152565b156122a157565b60405162461bcd60e51b815260206004820152605b60248201527f526567436f6f72642e67657451756f72756d4269746d61704174426c6f636b4e60448201527f756d6265724279496e6465783a2071756f72756d4269746d617055706461746560648201527f2069732066726f6d206265666f726520626c6f636b4e756d6265720000000000608482015260a490fd5b908160209103126103785751612234816107ee565b6040513d5f823e3d90fd5b1561235957565b60405162461bcd60e51b815260206004820152602a60248201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160448201526939903ab73830bab9b2b960b11b6064820152608490fd5b90816020910312610378575180151581036103785790565b156123d057565b60405162461bcd60e51b815260206004820152602860248201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160448201526739903830bab9b2b960c11b6064820152608490fd5b6040519061243382610640565b5f6040838281528260208201520152565b6040519061245182610620565b5f6020838281520152565b6124bd6122349161246b612444565b50604080517f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de6602082019081526001600160a01b03909316818301529081526124b560608261065b565b51902061331e565b61336b565b156124c957565b60405162461bcd60e51b815260206004820152603860248201525f5160206155725f395f51905f5260448201527f6d3a20696e707574206c656e677468206d69736d6174636800000000000000006064820152608490fd5b9082101561128c570190565b919081101561128c5760051b81013590601e19813603018212156103785701908135916001600160401b038311610378576020018260051b36038113610378579190565b90816020910312610378575161223481610477565b1561258d57565b60405162461bcd60e51b815260206004820152605a60248201525f5160206155725f395f51905f5260448201527f6d3a206e756d626572206f662075706461746564206f70657261746f7273206460648201527f6f6573206e6f74206d617463682071756f72756d20746f74616c000000000000608482015260a490fd5b1561261257565b60405162461bcd60e51b815260206004820152603960248201525f5160206155725f395f51905f5260448201527f6d3a206f70657261746f72206e6f7420696e2071756f72756d000000000000006064820152608490fd5b1561267157565b60405162461bcd60e51b815260206004820152605c60248201525f5160206155725f395f51905f5260448201527f6d3a206f70657261746f7273206172726179206d75737420626520736f72746560648201527f6420696e20617363656e64696e672061646472657373206f7264657200000000608482015260a490fd5b634e487b7160e01b5f52601160045260245ffd5b906001820180921161271157565b6126ef565b9190820180921161271157565b90939293848311610378578411610378578101920390565b919493909260405192602084019460e08501917f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a875260018060a01b03166040860152606085015260c060808501528651809152602061010085019701905f5b8181106127c85750505061223494956124b592849260a084015260c083015203601f19810183528261065b565b8251805160ff168a526020908101516001600160a01b0316818b01526040909901989092019160010161279b565b6119488297969893829a95610f746128266128399961281b6103be6001808054161490565b61193a888d14612969565b96612832368c8f611546565b8833613c7d565b905f5b83811061284b57505050505050565b808061287c612877612866610e1e610e106001978b8e612521565b60ff165f52609760205260405f2090565b6129db565b858886898c61289961288f888751612a0d565b5163ffffffff1690565b63ffffffff6128b86128af895163ffffffff1690565b63ffffffff1690565b9116116128cd575b505050505050500161283c565b86859361291a6129058360206129126129058361292d9f6128fd610e1e610e106040936129259f6129209f612521565b9c0151612a0d565b516001600160601b031690565b9a0151612a0d565b95612a21565b612a31565b923391614642565b61295d612946602061294084878b612a21565b0161222a565b611409610f7461295585612703565b858a8d612723565b805f858886898c6128c0565b1561297057565b60405162461bcd60e51b815260206004820152603960248201527f526567436f6f72642e72656769737465724f70657261746f725769746843687560448201527f726e3a20696e707574206c656e677468206d69736d61746368000000000000006064820152608490fd5b906040516129e881610640565b604061ffff82945463ffffffff81168452818160201c16602085015260301c16910152565b805182101561128c5760209160051b010190565b919081101561128c5760061b0190565b61223490369061150a565b9190805190612a4a826114f3565b91612a58604051938461065b565b808352612a67601f19916114f3565b013660208401375f5b8151811015612aa95780612a90612a8960019385612a0d565b5187614798565b63ffffffff612a9f8387612a0d565b9116905201612a70565b5090925050565b15612ab757565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b9694929091612b5d9694925f5498612b4360ff8b60081c16151515809b81612bd7575b8115612bb7575b50612ab0565b89612b54600160ff195f5416175f55565b612ba057612ca9565b612b6357565b612b7161ff00195f54165f55565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1565b612bb261010061ff00195f5416175f55565b612ca9565b303b15915081612bc9575b505f612b3d565b60ff1660011490505f612bc2565b600160ff8216109150612b36565b15612bec57565b60405162461bcd60e51b815260206004820152602a60248201527f526567436f6f72642e696e697469616c697a653a20696e707574206c656e67746044820152690d040dad2e6dac2e8c6d60b31b6064820152608490fd5b609c54600160401b81101561063b5760018101609c55609c5481101561128c57609c5f527faf85b9071dfafeac1409d3f1d19bafc9bc7c37974cde8df0ee6168f0086e539c0180546001600160a01b0319166001600160a01b03909216919091179055565b612cdf94610c849394612cda610c57939b9a999b612cd58d8b5190518091149081612dbc575b50612be5565b613a37565b614b0c565b612d117f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b0316612c44565b612d437f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc96001600160a01b0316612c44565b612d757f0000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e86001600160a01b0316612c44565b5f5b8151811015612db55780612daf612d9060019385612a0d565b51612d9e612905848a612a0d565b612da88488612a0d565b5191614982565b01612d77565b5050509050565b90508c51145f612ccf565b5f1981019190821161271157565b805f52609860205260405f20549081155f14612df15750505f90565b5f52609860205260405f20905f19810190811161271157612e1191611277565b505460401c90565b90612e238261069c565b612e30604051918261065b565b8281528092612e41601f199161069c565b0190602036910137565b5f1981146127115760010190565b80511561128c5760200190565b90815181101561128c570160200190565b5f81805b612ef15750612e8d9061ffff16612e19565b5f5f5b8251821080612ee6575b15612edf576001811b8416612eb8575b612eb390612e4b565b612e90565b906001612eb39160ff60f81b8460f81b165f1a612ed58287612e66565b5301919050612eaa565b5050905090565b506101008110612e9a565b5f1981018181116127115761ffff9116911661ffff8114612711576001019080612e7b565b9081602091031261037857516001600160c01b03811681036103785790565b805180835260209291819084018484015e5f828201840152601f01601f1916010190565b612234939260609260018060a01b0316825260208201528160408201520190612f35565b919060016020820151612f8f81610fcc565b612f9881610fcc565b0361304e57516040516333567f7f60e11b81529160209183918291612fc291908760048501612f59565b03815f7f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b03165af19081156108ab575f9161301f575b506001600160c01b03169081613013575050565b61140961068b92612e77565b613041915060203d602011613047575b613039818361065b565b810190612f16565b5f612fff565b503d61302f565b505050565b907f000000000000000000000000f5059a5d33d5853360d16c683c16e67980206f366001600160a01b031690813b15610378575f60405180936378219b3f60e11b8252856004830152604060248301528183816130b36044820188612f35565b03925af19081156108ab577fec2963ab21c1e50e1e582aa542af2e4bf7bf38e6e1403c27b42e1c5d6e621eaa926130fe92613103575b50604051918291602083526020830190612f35565b0390a2565b5f61310d9161065b565b5f6130e9565b6064546001600160a01b0316330361312757565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b6001600160a01b038116156131e5575f54604080516001600160a01b0360109390931c8316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb691a15f805462010000600160b01b03191660109290921b62010000600160b01b0316919091179055565b60405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a490fd5b609d54604080516001600160a01b038084168252841660208201529192917f315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c9190a16001600160a01b03166001600160a01b03199190911617609d55565b609e54604080516001600160a01b038084168252841660208201529192917f8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc99190a16001600160a01b03166001600160a01b03199190911617609e55565b613326614bf3565b9060405190602082019261190160f01b8452602283015260428201526042815261335160628261065b565b51902090565b634e487b7160e01b5f52601260045260245ffd5b5f5160206155525f395f51905f5290613382612444565b505f919006602060c0835b613482575f935f5160206155525f395f51905f52600381868181800909086040516133b8858261065b565b843682378481856040516133cc828261065b565b813682378381528360208201528360408201528560608201527f0c19139cb84c680a6e14116da060561765e05aa45a1c72a34f082305b61f3f5260808201525f5160206155525f395f51905f5260a082015260056107cf195a01fa8015613487576134369061524e565b5191613482575f5160206155525f395f51905f528280091461346d57505f5160206155525f395f51905f5260015f9408929361338d565b9293505061347961067c565b92835282015290565b613357565bfe5b90600161349760ff93614d8b565b928392161b11156134a55790565b60405162461bcd60e51b815260206004820152603f60248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206269746d61702065786365656473206d61782076616c7565006064820152608490fd5b6130fe60ff7f3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac921692835f52609760205260405f2061356663ffffffff835116829063ffffffff1663ffffffff19825416179055565b6020820151815465ffff0000000067ffff000000000000604086015160301b169260201b169067ffffffff0000000019161717905560405191829182919091604061ffff81606084019563ffffffff8151168552826020820151166020860152015116910152565b156135d557565b60405162461bcd60e51b815260206004820152603860248201527f526567436f6f72642e5f646572656769737465724f70657261746f723a206f7060448201527f657261746f72206973206e6f74207265676973746572656400000000000000006064820152608490fd5b1561364757565b60405162461bcd60e51b815260206004820152603060248201527f526567436f6f72642e5f646572656769737465724f70657261746f723a20626960448201526f0746d61702063616e6e6f7420626520360841b6064820152608490fd5b156136ac57565b60a460405162461bcd60e51b815260206004820152604460248201527f526567436f6f72642e5f646572656769737465724f70657261746f723a206f7060448201527f657261746f72206973206e6f74207265676973746572656420666f722071756f60648201526372756d7360e01b6084820152fd5b6001600160a01b03909116815260406020820181905261223492910190612f35565b604090612234939281528160208201520190612f35565b6001600160a01b0381165f90815260996020526040902090600182549201613799600161378a835460ff1690565b61379381610fcc565b146135ce565b6137f96137b46104306137ae60965460ff1690565b87613489565b6137bd85612dd5565b6001600160c01b03909116906137d4821515613640565b6137ea8282166001600160c01b031683146136a5565b9019166001600160c01b031690565b6138038185614eee565b6001600160c01b03161561397c575b507f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc96001600160a01b0316803b1561037857835f91613868938360405180968195829463f4e24fe560e01b845260048401613723565b03925af180156108ab57613968575b507f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b0316803b15610378575f604051809263bd29b8cd60e01b82528183816138ca898960048401613745565b03925af180156108ab57613954575b507f0000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e86001600160a01b031691823b156103785761392f925f928360405180968195829463bd29b8cd60e01b845260048401613745565b03925af180156108ab576139405750565b8061394e5f61068b9361065b565b806105da565b8061394e5f6139629361065b565b5f6138d9565b8061394e5f6139769361065b565b5f613877565b805460ff191660021790557f000000000000000000000000c3e53f4d16ae77db1c982e75a937b9f60fe636906001600160a01b0316803b15610378576040516351b27a6d60e11b81526001600160a01b0383166004820152905f908290602490829084905af180156108ab57613a23575b50816001600160a01b0382167f396fdcb180cb0fea26928113fb0fd1c3549863f9cd563e6a184f1d578116c8e45f80a35f613812565b8061394e5f613a319361065b565b5f6139ed565b606480546001600160a01b039283166001600160a01b0319821681179092559091167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3565b90816020910312610378575190565b61012090604060c061068b959796949761016084019860018060a01b03168452613ac5602085018260208091803584520135910152565b80830180356060860152602001356080850152826080820160a08601370160e0830137019060208091805184520151910152565b6040516309aa152760e11b81526001600160a01b0382811660048301529091907f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc916602083602481845afa9283156108ab575f93613bda575b508215613b60575050905090565b60209250613b90935f613b728461245c565b6040516317ef39cb60e31b8152968795869485939160048501613a8e565b03925af19081156108ab575f91613bab575b50805f80612edf565b613bcd915060203d602011613bd3575b613bc5818361065b565b810190613a7f565b5f613ba2565b503d613bbb565b613bf491935060203d602011613bd357613bc5818361065b565b915f613b52565b15613c0257565b60405162461bcd60e51b815260206004820152604760248201527f526567436f6f72642e5f766572696679436875726e417070726f76657253696760448201527f6e61747572653a20636875726e417070726f766572207369676e617475726520606482015266195e1c1a5c995960ca1b608482015260a490fd5b91929092602082019283515f52609a60205260ff60405f205416613cf65761068b94613cee926040850191613cb58351421115613bfb565b613cd8613ccb88515f52609a60205260405f2090565b805460ff19166001179055565b609d546001600160a01b0316965192519361273b565b905191615138565b60405162461bcd60e51b815260206004820152604760248201527f526567436f6f72642e5f766572696679436875726e417070726f76657253696760448201527f6e61747572653a20636875726e417070726f7665722073616c7420616c726561606482015266191e481d5cd95960ca1b608482015260a490fd5b60405190613d7e82610640565b60606040838281528260208201520152565b15613d9757565b60405162461bcd60e51b815260206004820152602e60248201527f526567436f6f72642e5f72656769737465724f70657261746f723a206269746d60448201526d061702063616e6e6f7420626520360941b6064820152608490fd5b15613dfa57565b60405162461bcd60e51b815260206004820152604860248201527f526567436f6f72642e5f72656769737465724f70657261746f723a206f70657260448201527f61746f7220616c7265616479207265676973746572656420666f7220736f6d656064820152672071756f72756d7360c01b608482015260a490fd5b15613e7d57565b60405162461bcd60e51b815260206004820152603a60248201527f526567436f6f72642e5f72656769737465724f70657261746f723a206f70657260448201527f61746f722063616e6e6f742072657265676973746572207965740000000000006064820152608490fd5b6001602091835181550191015160038110156107c85760ff80198354169116179055565b9060018060a01b031681526040602082015260806040613f37845160608386015260a0850190612f35565b9360208101516060850152015191015290565b908060209392818452848401375f828201840152601f01601f1916010190565b6001600160a01b03909116815260406020820181905261223493910191613f4a565b9080601f83011215610378578151613fa3816114f3565b92613fb1604051948561065b565b81845260208085019260051b82010192831161037857602001905b828210613fd95750505090565b602080918351613fe881611bad565b815201910190613fcc565b9190916040818403126103785780516001600160401b038111610378578361401c918301613f8c565b9260208201516001600160401b038111610378576122349201613f8c565b612234949260609260018060a01b0316825260208201528160408201520191613f4a565b602081830312610378578051906001600160401b03821161037857019080601f83011215610378578151614091816114f3565b9261409f604051948561065b565b81845260208085019260051b82010192831161037857602001905b8282106140c75750505090565b6020809183516140d681610477565b8152019101906140ba565b604090612234949281528160208201520191613f4a565b91929394614104613d71565b9561419661412561043061411a60965460ff1690565b610db8368b8b6106b7565b61412e85612dd5565b6001600160c01b0390911690614145821515613d90565b60018060c01b031661415f61415a8284161590565b613df3565b6001600160a01b0387165f908152609f6020526040902061418f90614188905460a05490612716565b4211613e76565b1784614eee565b60016141be816141b68760018060a01b03165f52609960205260405f2090565b015460ff1690565b6141c781610fcc565b0361435d575b50507f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc96001600160a01b0316803b15610378575f6040518092631fd93ca960e11b82528183816142228b8b8b60048501613f6a565b03925af180156108ab5784935f928492614349575b50614257876040519788948594632550477760e01b86526004860161403a565b0381837f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b03165af19283156108ab575f9384918591614325575b50604087015260208601526142c0604051948593849362bff04d60e01b8552600485016140e1565b0381837f0000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e86001600160a01b03165af19081156108ab575f91614303575b50815290565b61431f91503d805f833e614317818361065b565b81019061405e565b5f6142fd565b905061434391503d8086833e61433b818361065b565b810190613ff3565b5f614298565b8061394e856143579361065b565b5f614237565b61438e61436861067c565b848152600160208201526001600160a01b0386165f908152609960205260409020613ee8565b7f000000000000000000000000c3e53f4d16ae77db1c982e75a937b9f60fe636906001600160a01b0316803b1561037857604051639926ee7d60e01b8152925f9184918290849082906143e5908b60048401613f0c565b03925af19182156108ab5761440092614436575b5082613053565b806001600160a01b0383167fe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe5f80a35f806141cd565b8061394e5f6144449361065b565b5f6143f9565b1561445157565b60405162461bcd60e51b815260206004820152602a60248201527f526567436f6f72642e5f76616c6964617465436875726e3a2063616e6e6f742060448201526931b43ab9371039b2b63360b11b6064820152608490fd5b156144b057565b60405162461bcd60e51b815260206004820152603c60248201527f526567436f6f72642e5f76616c6964617465436875726e3a2071756f72756d4e60448201527f756d626572206e6f74207468652073616d65206173207369676e6564000000006064820152608490fd5b90816020910312610378575161223481611bad565b1561453757565b60405162461bcd60e51b815260206004820152604b60248201527f526567436f6f72642e5f76616c6964617465436875726e3a20696e636f6d696e60448201527f67206f70657261746f722068617320696e73756666696369656e74207374616b60648201526a32903337b91031b43ab93760a91b608482015260a490fd5b156145bd57565b60405162461bcd60e51b815260206004820152605160248201527f526567436f6f72642e5f76616c6964617465436875726e3a2063616e6e6f742060448201527f6b69636b206f70657261746f722077697468206d6f7265207468616e206b69636064820152706b424950734f66546f74616c5374616b6560781b608482015260a490fd5b6020919261469f6146926146ca98969761468b6146678783015160018060a01b031690565b6001600160a01b039081165f8181526099602052604090205496909116141561444a565b5160ff1690565b60ff8085169116146144a9565b604051635401ed2760e01b8152600481019190915260ff909116602482015294859081906044820190565b03817f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b03165afa9283156108ab5761068b945f9461474e575b50826147469261474161472d936001600160601b0361473961472d82998b61520d565b6001600160601b031690565b911611614530565b615230565b9116106145b6565b61472d91945092614746926147416147856001600160601b039660203d602011614791575b61477d818361065b565b81019061451b565b9693505092509261470a565b503d614773565b815f52609860205260405f2054905f5b8281106148405760405162461bcd60e51b815260206004820152605e60248201527f526567436f6f72642e67657451756f72756d4269746d6170496e64657841744260448201527f6c6f636b4e756d6265723a206e6f206269746d61702075706461746520666f7560648201527f6e6420666f72206f70657261746f7220617420626c6f636b4e756d6265720000608482015260a490fd5b808303838111612711576128af61485691612dc7565b61487f6148748261486f885f52609860205260405f2090565b611277565b505463ffffffff1690565b63ffffffff8085169116111561489857506001016147a8565b935050505090565b156148a757565b60405162461bcd60e51b815260206004820152602a60248201527f526567436f6f72642e63726561746551756f72756d3a206d61782071756f72756044820152691b5cc81c995858da195960b21b6064820152608490fd5b60ff60019116019060ff821161271157565b6080906001600160601b036020939460ff60608401961683521683820152606060408201528451809452019201905f5b81811061494e5750505090565b825180516001600160a01b031685526020908101516001600160601b03168186015260409094019390920191600101614941565b91906149c561499360965460ff1690565b936149a360c060ff8716106148a0565b6149bf6149af866148ff565b60ff1660ff196096541617609655565b84613510565b7f000000000000000000000000851356ae760d987e095750cceb3bc6014560891c6001600160a01b031691823b1561037857614a1b925f928360405180968195829463ff694a7760e01b84528a60048501614911565b03925af180156108ab57614af8575b507f0000000000000000000000001613beb3b2c4f22ee086b2b38c1476a3ce7f78e86001600160a01b0316803b156103785760405163136ca0f960e11b815260ff83166004820152905f908290602490829084905af180156108ab57614ae4575b507f000000000000000000000000a82ff9afd8f496c3d6ac40e2a0f282e47488cfc96001600160a01b0316803b156103785760405163136ca0f960e11b815260ff90921660048301525f9082908183816024810161392f565b8061394e5f614af29361065b565b5f614a8b565b8061394e5f614b069361065b565b5f614a2a565b5f5460101c6001600160a01b03161580614be1575b15614b665781614b3361068b93600155565b60405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d90602090a261316b565b60405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a490fd5b506001600160a01b0381161515614b21565b307f00000000000000000000000036c02da8a0983159322a80ffe9f24b1acff8b5706001600160a01b03161480614ce0575b15614c4e577fd8cea607dc87be4701da97f1f02070e2cf469db0dbbbfc55a7d169f75da1f4bc90565b60405160208101907f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f82527f6ec8a99f0e7f9ebde7354a446dcb9423f3af9c58f386a53c59c5b384f9e82d1160408201527f6bda7e3f385e48841048390444cced5cc795af87758af67622e5f4f0882c4a9960608201524660808201523060a082015260a0815261335160c08261065b565b507f0000000000000000000000000000000000000000000000000000000000007a694614614c25565b15614d1057565b60405162461bcd60e51b815260206004820152604760248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206f72646572656442797465734172726179206973206e6f74206064820152661bdc99195c995960ca1b608482015260a490fd5b90610100825111614e0957815115614e0457614dc7614dbd610e1e614daf85612e59565b516001600160f81b03191690565b60ff600191161b90565b6001905b8351821015614dff57600190614dea614dbd610e1e614daf8689612e66565b90614df6818311614d09565b17910190614dcb565b925050565b5f9150565b60a460405162461bcd60e51b815260206004820152604460248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206f7264657265644279746573417272617920697320746f6f206064820152636c6f6e6760e01b6084820152fd5b8054600160401b81101561063b57614e9d91600182018155611277565b614edb57815160208084015160409485015163ffffffff909316911b67ffffffff00000000161767ffffffffffffffff199190931b16919091179055565b634e487b7160e01b5f525f60045260245ffd5b90614f01825f52609860205260405f2090565b5480614f4e5750614f1d61068b925f52609860205260405f2090565b614f49614f2861068d565b4363ffffffff168152925b5f60208501526001600160c01b03166040840152565b614e80565b91614f7963ffffffff93614f73614f6d845f52609860205260405f2090565b91612dc7565b90611277565b5090614f89825463ffffffff1690565b43851694168403614fb4575061068b9250906001600160401b0382549181199060401b169116179055565b815467ffffffff000000001916602085901b67ffffffff00000000161790915561068b929190614f4990614ff0905f52609860205260405f2090565b91614f33614ffc61068d565b63ffffffff9095168552565b1561500f57565b60405162461bcd60e51b815260206004820152604760248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a207369676e6174757265206e6f742066726f6d6064820152661039b4b3b732b960c91b608482015260a490fd5b9081602091031261037857516001600160e01b0319811681036103785790565b156150b157565b60405162461bcd60e51b815260206004820152605360248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a2045524331323731207369676e6174757265206064820152721d995c9a599a58d85d1a5bdb8819985a5b1959606a1b608482015260a490fd5b90813b156151ca579160209161516493604051809581948293630b135d3f60e11b845260048401613745565b03916001600160a01b03165afa80156108ab5761068b915f9161519b575b506001600160e01b031916630b135d3f60e11b146150aa565b6151bd915060203d6020116151c3575b6151b5818361065b565b81019061508a565b5f615182565b503d6151ab565b61068b926151d79161529a565b6001600160a01b03908116911614615008565b906001600160601b03809116911602906001600160601b03821691820361271157565b61522b6001600160601b039161ffff602061271095015116906151ea565b160490565b61522b6001600160601b039161ffff604061271095015116906151ea565b1561525557565b60405162461bcd60e51b815260206004820152601a60248201527f424e3235342e6578704d6f643a2063616c6c206661696c7572650000000000006044820152606490fd5b612234916152a7916152af565b919091615327565b8151604181036152db5750906152d791602082015190606060408401519301515f1a906154a8565b9091565b6040036153145760406020830151920151918260ff1c91601b8301809311612711576152d7936001600160ff1b03169260ff16906154a8565b50505f90600290565b600511156107c857565b6153308161531d565b806153385750565b6153418161531d565b6001810361538e5760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606490fd5b6153978161531d565b600281036153e45760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606490fd5b6153ed8161531d565b600381036154455760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b6064820152608490fd5b8061545160049261531d565b1461545857565b60405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b6064820152608490fd5b9291907f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083116155465760ff16601b8114158061553b575b615530576020935f93604051938493608085019385528785015260408401526060830152838052039060015afa156108ab575f516001600160a01b0381161561552857905f90565b505f90600190565b505050505f90600490565b50601c8114156154e0565b505050505f9060039056fe30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47526567436f6f72642e7570646174654f70657261746f7273466f7251756f7275a2646970667358221220b2ad1fba87469dadddb4e0f66ed9869dca03be7b368f07728ec12ff846b9f8b064736f6c634300081b0033","nonce":47,"gas_used":4829831},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x49b287","logs":[{"address":"0x36c02da8a0983159322a80ffe9f24b1acff8b570","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000001000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000"},"block_hash":"0xa6697f7044837f67381e1161346d16a82d595fa85fbd2ef81591f9dfe918329b","block_number":27},{"info":{"transaction_hash":"0xf93ed020580b02ffdbe0cea0c1f38f8335f41488c9eba6561bd50779d016b49e","transaction_index":0,"from":"0x09db0a93b389bef724429898f539aeb7ac2dd55f","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x09db0a93b389bef724429898f539aeb7ac2dd55f","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e5900000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e5900000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f"],"data":"0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f"],"data":"0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f"],"data":"0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f"],"data":"0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000009db0a93b389bef724429898f539aeb7ac2dd55f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323000000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000020000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000200000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000020000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x602f5c537b06494a28b7caa2abda3bf2d9514240dd4f7889fecc53d2a7e9c06e","block_number":278},{"info":{"transaction_hash":"0x59804df90688231138501cfcb2c0c11196470d463adbdc3b26794660882e6f7b","transaction_index":0,"from":"0xa1196426b41627ae75ea7f7409e074be97367da2","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xa1196426b41627ae75ea7f7409e074be97367da2","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2"],"data":"0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2"],"data":"0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373600000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2"],"data":"0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2"],"data":"0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000a1196426b41627ae75ea7f7409e074be97367da2"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373600000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00002010008000020100000000000000000000000000000000000001000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x80bf34269bdd39ffb6c3556280e150ee6b4db20a7996d324f4920f89062d96a2","block_number":390},{"info":{"transaction_hash":"0xbe2cd50fc9a46e279b7d3e7ecdcc0200fe3e1bcd33ddbc59439277bc90ac52b2","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x5fbdb2315678afecb367f032d93f642f64180aa3","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5fbdb2315678afecb367f032d93f642f64180aa3","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x608080604052346015576104c1908161001a8239f35b5f80fdfe6080806040526004361015610012575f80fd5b5f3560e01c9081633ca6bb92146102f8575080637f3c2c28146100ca5780638736381a146100ad57638c5b838514610048575f80fd5b346100a95760203660031901126100a95760043567ffffffffffffffff81116100a95761007b6020913690600401610435565b8160405191805191829101835e5f90820190815281900382019020546040516001600160a01b039091168152f35b5f80fd5b346100a9575f3660031901126100a9576020600254604051908152f35b346100a95760403660031901126100a95760043567ffffffffffffffff81116100a9576100fb903690600401610435565b6024356001600160a01b038116908190036100a95760405182519060208401918083835e5f9082019081528190036020019020546001600160a01b03166102b3576020604051809285518091835e81015f815203019020906bffffffffffffffffffffffff60a01b8254161790556002545f52600160205260405f20815167ffffffffffffffff811161029f5761019282546103db565b601f811161025a575b50602092601f82116001146101fb57928192935f926101f0575b50508160011b915f199060031b1c19161790555b6002545f1981146101dc57600101600255005b634e487b7160e01b5f52601160045260245ffd5b0151905083806101b5565b601f19821693835f52805f20915f5b868110610242575083600195961061022a575b505050811b0190556101c9565b01515f1960f88460031b161c1916905583808061021d565b9192602060018192868501518155019401920161020a565b825f5260205f20601f830160051c81019160208410610295575b601f0160051c01905b81811061028a575061019b565b5f815560010161027d565b9091508190610274565b634e487b7160e01b5f52604160045260245ffd5b60405162461bcd60e51b815260206004820152601b60248201527f636f6e747261637420616c7265616479207265676973746572656400000000006044820152606490fd5b346100a95760203660031901126100a9576004355f52600160205260405f20905f825492610325846103db565b9081845260208401946001811690815f146103be575060011461037e575b8460408561035381870382610413565b8151928391602083525180918160208501528484015e5f828201840152601f01601f19168101030190f35b5f90815260208120939250905b8082106103a45750909150810160200161035382610343565b91926001816020925483858801015201910190929161038b565b60ff191686525050151560051b8201602001905061035382610343565b90600182811c92168015610409575b60208310146103f557565b634e487b7160e01b5f52602260045260245ffd5b91607f16916103ea565b90601f8019910116810190811067ffffffffffffffff82111761029f57604052565b81601f820112156100a95780359067ffffffffffffffff821161029f576040519261046a601f8401601f191660200185610413565b828452602083830101116100a957815f92602080930183860137830101529056fea264697066735822122039bd1953a252e76f7a405125ede13adb1de2eba416c1ab9e500173de92189b3c64736f6c634300081b0033","output":"0x6080806040526004361015610012575f80fd5b5f3560e01c9081633ca6bb92146102f8575080637f3c2c28146100ca5780638736381a146100ad57638c5b838514610048575f80fd5b346100a95760203660031901126100a95760043567ffffffffffffffff81116100a95761007b6020913690600401610435565b8160405191805191829101835e5f90820190815281900382019020546040516001600160a01b039091168152f35b5f80fd5b346100a9575f3660031901126100a9576020600254604051908152f35b346100a95760403660031901126100a95760043567ffffffffffffffff81116100a9576100fb903690600401610435565b6024356001600160a01b038116908190036100a95760405182519060208401918083835e5f9082019081528190036020019020546001600160a01b03166102b3576020604051809285518091835e81015f815203019020906bffffffffffffffffffffffff60a01b8254161790556002545f52600160205260405f20815167ffffffffffffffff811161029f5761019282546103db565b601f811161025a575b50602092601f82116001146101fb57928192935f926101f0575b50508160011b915f199060031b1c19161790555b6002545f1981146101dc57600101600255005b634e487b7160e01b5f52601160045260245ffd5b0151905083806101b5565b601f19821693835f52805f20915f5b868110610242575083600195961061022a575b505050811b0190556101c9565b01515f1960f88460031b161c1916905583808061021d565b9192602060018192868501518155019401920161020a565b825f5260205f20601f830160051c81019160208410610295575b601f0160051c01905b81811061028a575061019b565b5f815560010161027d565b9091508190610274565b634e487b7160e01b5f52604160045260245ffd5b60405162461bcd60e51b815260206004820152601b60248201527f636f6e747261637420616c7265616479207265676973746572656400000000006044820152606490fd5b346100a95760203660031901126100a9576004355f52600160205260405f20905f825492610325846103db565b9081845260208401946001811690815f146103be575060011461037e575b8460408561035381870382610413565b8151928391602083525180918160208501528484015e5f828201840152601f01601f19168101030190f35b5f90815260208120939250905b8082106103a45750909150810160200161035382610343565b91926001816020925483858801015201910190929161038b565b60ff191686525050151560051b8201602001905061035382610343565b90600182811c92168015610409575b60208310146103f557565b634e487b7160e01b5f52602260045260245ffd5b91607f16916103ea565b90601f8019910116810190811067ffffffffffffffff82111761029f57604052565b81601f820112156100a95780359067ffffffffffffffff821161029f576040519261046a601f8401601f191660200185610413565b828452602083830101116100a957815f92602080930183860137830101529056fea264697066735822122039bd1953a252e76f7a405125ede13adb1de2eba416c1ab9e500173de92189b3c64736f6c634300081b0033","gas_used":243694,"gas_limit":243694,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x6080806040526004361015610012575f80fd5b5f3560e01c9081633ca6bb92146102f8575080637f3c2c28146100ca5780638736381a146100ad57638c5b838514610048575f80fd5b346100a95760203660031901126100a95760043567ffffffffffffffff81116100a95761007b6020913690600401610435565b8160405191805191829101835e5f90820190815281900382019020546040516001600160a01b039091168152f35b5f80fd5b346100a9575f3660031901126100a9576020600254604051908152f35b346100a95760403660031901126100a95760043567ffffffffffffffff81116100a9576100fb903690600401610435565b6024356001600160a01b038116908190036100a95760405182519060208401918083835e5f9082019081528190036020019020546001600160a01b03166102b3576020604051809285518091835e81015f815203019020906bffffffffffffffffffffffff60a01b8254161790556002545f52600160205260405f20815167ffffffffffffffff811161029f5761019282546103db565b601f811161025a575b50602092601f82116001146101fb57928192935f926101f0575b50508160011b915f199060031b1c19161790555b6002545f1981146101dc57600101600255005b634e487b7160e01b5f52601160045260245ffd5b0151905083806101b5565b601f19821693835f52805f20915f5b868110610242575083600195961061022a575b505050811b0190556101c9565b01515f1960f88460031b161c1916905583808061021d565b9192602060018192868501518155019401920161020a565b825f5260205f20601f830160051c81019160208410610295575b601f0160051c01905b81811061028a575061019b565b5f815560010161027d565b9091508190610274565b634e487b7160e01b5f52604160045260245ffd5b60405162461bcd60e51b815260206004820152601b60248201527f636f6e747261637420616c7265616479207265676973746572656400000000006044820152606490fd5b346100a95760203660031901126100a9576004355f52600160205260405f20905f825492610325846103db565b9081845260208401946001811690815f146103be575060011461037e575b8460408561035381870382610413565b8151928391602083525180918160208501528484015e5f828201840152601f01601f19168101030190f35b5f90815260208120939250905b8082106103a45750909150810160200161035382610343565b91926001816020925483858801015201910190929161038b565b60ff191686525050151560051b8201602001905061035382610343565b90600182811c92168015610409575b60208310146103f557565b634e487b7160e01b5f52602260045260245ffd5b91607f16916103ea565b90601f8019910116810190811067ffffffffffffffff82111761029f57604052565b81601f820112156100a95780359067ffffffffffffffff821161029f576040519261046a601f8401601f191660200185610413565b828452602083830101116100a957815f92602080930183860137830101529056fea264697066735822122039bd1953a252e76f7a405125ede13adb1de2eba416c1ab9e500173de92189b3c64736f6c634300081b0033","nonce":0,"gas_used":316324},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x4d3a4","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xbb394939731ef2fe64b8f6b451c2dee2be393fe241fc539c43940c0ab6f5d5f7","block_number":1},{"info":{"transaction_hash":"0xf795aa35fb50f1a50b3ed30faf69bea457f9f2dfc69cdf6c382f3a29a912f46b","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xf23e054d8b4d0becfa22deef5632f27f781f8bf5","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xf23e054d8b4d0becfa22deef5632f27f781f8bf5","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":133,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x60f5238783d9eb6282339f448c3949210de94e806cb116807d5b059414494aa0","block_number":108},{"info":{"transaction_hash":"0x8c0c4d60eb5fb64119eba56ff0c379bbbe06574ea78b0c66b061f73d54f6131b","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x1cbd3b2770909d4e10f157cabc84c7264073c9ec","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x1cbd3b2770909d4e10f157cabc84c7264073c9ec","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":76,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x51645e94057571170aa7fa7a7e0d83a21699dbf5c1c227394857195130a0cb88","block_number":51},{"info":{"transaction_hash":"0xcf4719bc41bdf3feb423fde91512fd7e3ad76c109cb05c1a827faf3537dbfdef","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xab707cb80e7de7c75d815b1a653433f3eec44c74","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xab707cb80e7de7c75d815b1a653433f3eec44c74","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":119,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x81aacf5a97a0ebf749366e3a46432ebb0d5c99789a8614a4af35e74417ca5550","block_number":94},{"info":{"transaction_hash":"0xef6c77eda3042a8fcf07aefcb0158234ec4a38a038294117e55a40a62f74a8b2","transaction_index":0,"from":"0x90f79bf6eb2c4f870365e785982e1f101e93b906","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x90f79bf6eb2c4f870365e785982e1f101e93b906","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007c6d1175e13d2753","output":"0x0000000000000000000000000000000000000000000000007c6d1175e13d2753","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007c6d1175e13d2753","output":"0x0000000000000000000000000000000000000000000000007c6d1175e13d2753","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b9060000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007c6d1175e13d2753"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007c6d1175e13d2753","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000007c6d1175e13d2753"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007c6d1175e13d2753","output":"0x0000000000000000000000000000000000000000000000007c6d1175e13d2753","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007c6d1175e13d2753","output":"0x0000000000000000000000000000000000000000000000007c6d1175e13d2753","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000126904338bf09d79d","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000126904338bf09d79d","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007c6d1175e13d2753","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007c6d1175e13d2753","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"],"data":"0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007c6d1175e13d2753"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000007c6d1175e13d2753","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000007c6d1175e13d2753"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b9060000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007c6d1175e13d2753"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"],"data":"0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007c6d1175e13d2753"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000400000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000400000000020000000000001200000000100000000000000000010000000000000000001000000000100000000000000"},"block_hash":"0x02250e4c84ed62ba2d1303f08e5b2b287921a53ace6b15cc7bb8fbd063084ad3","block_number":245},{"info":{"transaction_hash":"0x5c089a4cd48a7ef5c3fe332e3659e61828c43c3e2f49e5dd26d73713d13b2241","transaction_index":0,"from":"0x08135da0a343e492fa2d4282f2ae34c6c5cc1bbe","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x08135da0a343e492fa2d4282f2ae34c6c5cc1bbe","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e5900000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e5900000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323200000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe"],"data":"0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe"],"data":"0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323200000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe"],"data":"0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe"],"data":"0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000008135da0a343e492fa2d4282f2ae34c6c5cc1bbe"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323200000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000040000000000020000000000004000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0xf1dc913f516219c7b335ff11bbe6d02b0dd0dad4385846edda1c23f0508140b6","block_number":282},{"info":{"transaction_hash":"0xc3766769d1956c53539b99701f12c6b113e39cca00fb39644caa86db15d7554a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d00000000000000000000000000000000000000000000000039f4d3f2cf92a422","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d"],"data":"0x00000000000000000000000000000000000000000000000039f4d3f2cf92a422"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":231,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000009394cb5f737bd3acea7dce90ca48dbd42801ee5d"],"data":"0x00000000000000000000000000000000000000000000000039f4d3f2cf92a422"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000020000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000004002000000000000000200000000000000000000000000001000000000000000000000000000000000000000000"},"block_hash":"0xdc28114caea36c9553dca94a12fb727da36221fab33edd8db0ab80ffd261afae","block_number":206},{"info":{"transaction_hash":"0xbe76d438be4c337537dc6084a67beb5395f8a1121d49f023e5246e59370d5b71","transaction_index":0,"from":"0x08a2de6f3528319123b25935c92888b16db8913e","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x08a2de6f3528319123b25935c92888b16db8913e","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e5900000000000000000000000008a2de6f3528319123b25935c92888b16db8913e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e5900000000000000000000000008a2de6f3528319123b25935c92888b16db8913e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e"],"data":"0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e"],"data":"0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343100000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e"],"data":"0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e"],"data":"0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000008a2de6f3528319123b25935c92888b16db8913e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343100000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000800000000000000000000400400000000000000000000000000101000000000000000000000000080000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x7bf6016b19befb2939100350ff86cb2fdf93642e9a9cec4d3444cb937429bbb8","block_number":320},{"info":{"transaction_hash":"0x5a247b4bc00cb9323b8ccf8a8f1f637637df21e91f10ac47d0b1bf431bff1d56","transaction_index":0,"from":"0xab707cb80e7de7c75d815b1a653433f3eec44c74","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xab707cb80e7de7c75d815b1a653433f3eec44c74","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000512d628d4f5142b3","output":"0x000000000000000000000000000000000000000000000000512d628d4f5142b3","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000512d628d4f5142b3","output":"0x000000000000000000000000000000000000000000000000512d628d4f5142b3","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c740000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000512d628d4f5142b3"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000512d628d4f5142b3","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000512d628d4f5142b3"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000512d628d4f5142b3","output":"0x000000000000000000000000000000000000000000000000512d628d4f5142b3","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000512d628d4f5142b3","output":"0x000000000000000000000000000000000000000000000000512d628d4f5142b3","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000fd8bcaf05eae0ac5e","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000fd8bcaf05eae0ac5e","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000512d628d4f5142b3","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000512d628d4f5142b3","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74"],"data":"0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000512d628d4f5142b3"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000512d628d4f5142b3","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000512d628d4f5142b3"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c740000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000512d628d4f5142b3"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74"],"data":"0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000512d628d4f5142b3"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000008000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000020400000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x904ad3773e4671fca69c2a6633dc23e2297a4a39eb348a690248c84e45a35f68","block_number":351},{"info":{"transaction_hash":"0x73b1be223c654f7ff38f90cd265a07424b8f143545e75b262237afb05964c3ec","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c11990000000000000000000000000000000000000000000000007bebfb23c69b5006","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199"],"data":"0x0000000000000000000000000000000000000000000000007bebfb23c69b5006"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":182,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000008626f6940e2eb28930efb4cef49b2d1f2c9c1199"],"data":"0x0000000000000000000000000000000000000000000000007bebfb23c69b5006"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000008000000000002000000000000000000000000000000000000000000000000000000000000000000010000002000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xab54a96039a2cf44c1304bd5e3fbf4d44ec79c7df3883b62c579a8540cd2d07e","block_number":157},{"info":{"transaction_hash":"0xe3d7d5e51e27a40b01f6355c4b7179a3f46a62e7d33d26ff48afbcd3a1d79fac","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xcd3b766ccdd6ae721141f452c550ca635964ce71","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xcd3b766ccdd6ae721141f452c550ca635964ce71","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":78,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x92f3bfe112dcb2b2a676cbb3aae0a3dbd2f32eee94a710f6055150093c09bf77","block_number":53},{"info":{"transaction_hash":"0x52c90703e568764dd45ce1f3085c050bbe2314e6bbacdc58ea0ae10caa5f2545","transaction_index":0,"from":"0xa0ee7a142d267c1f36714e4a8f75612f20a79720","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xa0ee7a142d267c1f36714e4a8f75612f20a79720","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f39","output":"0x","gas_used":114387,"gas_limit":166570,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f39","output":"0x","gas_used":107044,"gas_limit":156777,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720"],"data":"0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a7972000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720"],"data":"0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a7972000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f39"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":77688,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69310,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65128,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":56947,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":136879},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x216af","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720"],"data":"0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a7972000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720"],"data":"0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a7972000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000a0ee7a142d267c1f36714e4a8f75612f20a79720"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f39"}],"logsBloom":"0x00000010008000020100040000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000008000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000004000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x23dc407482c09e8e0671f105227b2f6f28f8dd045b0b3ad5b3222e1b6afb5c76","block_number":256},{"info":{"transaction_hash":"0x6d6db0adc9295fe5e94c5877fddca7df14febcfac138f2192a75545d4b2bb3c1","transaction_index":0,"from":"0x5eb15c0992734b5e77c888d713b4fc67b3d679a2","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x5eb15c0992734b5e77c888d713b4fc67b3d679a2","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2"],"data":"0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2"],"data":"0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343500000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2"],"data":"0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2"],"data":"0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f343500000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000004000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000040000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000100100000000000000"},"block_hash":"0x84db5f6174b366b14f220935e48cb925f361ce136dc9da61a7664b0d52b48dea","block_number":328},{"info":{"transaction_hash":"0xb3fc79ee33d16653b2f8037c16dc2d315218e946d7e48b6d300ead6ea11dff71","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a00000000000000000000000000000000000000000000000022997aec86aa0174","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a"],"data":"0x00000000000000000000000000000000000000000000000022997aec86aa0174"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":207,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a"],"data":"0x00000000000000000000000000000000000000000000000022997aec86aa0174"}],"logsBloom":"0x00080000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xef4b093cfda9d6209f4160ebbe4f60a085fb7484c7d23960d519e5629b4efb59","block_number":182},{"info":{"transaction_hash":"0x057b2fd7b5f8a79b8b989e599143fadbcb21553020d8e8cdf7dfcf857727678a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x0536896a5e38bbd59f3f369ff3682677965abd19","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x0536896a5e38bbd59f3f369ff3682677965abd19","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":160,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x97f7f1ad21f530c89ddc6d893a9b51c73d3abe9e0832991841a65bb0c499f23f","block_number":135},{"info":{"transaction_hash":"0xd27e163996a9816a4c5aa941b48816f9f065bc12ee9c984e50e8e0af3ec77562","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a00000000000000000000000000000000000000000000000078999484ace91c39","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a"],"data":"0x00000000000000000000000000000000000000000000000078999484ace91c39"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":230,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a"],"data":"0x00000000000000000000000000000000000000000000000078999484ace91c39"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000400000000000000100000000000000000000000000000010000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xa0e791d42d8e18ffa02c079e622fb93e21577aee1e80d3624b48c436deb296c2","block_number":205},{"info":{"transaction_hash":"0x7178d3e8b1e14e1ad07f0006bc456a9bf76551666e95dbed7cb17b0d4edd32d6","transaction_index":0,"from":"0x7df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x7df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001570f3822260154b","output":"0x0000000000000000000000000000000000000000000000001570f3822260154b","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001570f3822260154b","output":"0x0000000000000000000000000000000000000000000000001570f3822260154b","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba400000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001570f3822260154b"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001570f3822260154b","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000001570f3822260154b"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001570f3822260154b","output":"0x0000000000000000000000000000000000000000000000001570f3822260154b","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000001570f3822260154b","output":"0x0000000000000000000000000000000000000000000000001570f3822260154b","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000154a7c5be80ef35031","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000154a7c5be80ef35031","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001570f3822260154b","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001570f3822260154b","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40"],"data":"0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001570f3822260154b"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000001570f3822260154b","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000001570f3822260154b"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba400000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001570f3822260154b"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40"],"data":"0x0000000000000000000000007df8efa6d6f1cb5c4f36315e0acb82b02ae8ba40000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000001570f3822260154b"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000008000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000008000001200000004100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xc3a3d4bbedc7273355391ed8fb8d1db0333060e9a423381b82d89bf3c2167dea","block_number":395},{"info":{"transaction_hash":"0x5f8404e36c48bf97a3ca3fdb2fc8ba13f93407a3ceb0df35948119db41f83608","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xc004e69c5c04a223463ff32042dd36dabf63a25a","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xc004e69c5c04a223463ff32042dd36dabf63a25a","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":107,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x42ea86d47f9ec86ccc2a145faf420456b13be2bbf5364b11d1bacc5c8a54ac6b","block_number":82},{"info":{"transaction_hash":"0x6bcae4b1c82fdac75ff6d7854b1c2cfa3b21a880d72bd88c7cee22fb9e1a97de","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x011bd5423c5f77b5a0789e27f922535fd76b688f","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x011bd5423c5f77b5a0789e27f922535fd76b688f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":136,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x90e9b3ec246fabd188cd521fe4273d26adde2d50df21a73fc332d0ba299aa094","block_number":111},{"info":{"transaction_hash":"0x682c41a7fedc67911c748a9809a0e8c2a8944399887e05f764fbeaac1609b450","transaction_index":0,"from":"0x63c3686ef31c03a641e2ea8993a91ea351e5891a","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x63c3686ef31c03a641e2ea8993a91ea351e5891a","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e5900000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e5900000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a"],"data":"0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a"],"data":"0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363700000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a"],"data":"0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a"],"data":"0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363700000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000401000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000400000000000000000000000000000000000200000000000000400000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x7855afb4e9702bcc3737e09aa1755e9c9c2ead0181f2b8aa63ff6dd010db8eec","block_number":372},{"info":{"transaction_hash":"0x1ebff0ae9e5c861b45c679a704e3a62e90596d1a7e6a0383eb82f0aa20c344ff","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7000000000000000000000000000000000000000000000000500faf0ef0d10cc6","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7"],"data":"0x000000000000000000000000000000000000000000000000500faf0ef0d10cc6"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":248,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7"],"data":"0x000000000000000000000000000000000000000000000000500faf0ef0d10cc6"}],"logsBloom":"0x00000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000009000000000000000000000000000000000000000000000000000000000000000100000080000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xbd72c0a4009ce648cf828593452ecd4fb600281adc96ccdb960e495820426326","block_number":223},{"info":{"transaction_hash":"0x0ce527987061fe9dc2c2a4abfbd13899e3e0af28e396a06392ac08cf21dd0594","transaction_index":0,"from":"0x61097ba76cd906d2ba4fd106e757f7eb455fc295","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x61097ba76cd906d2ba4fd106e757f7eb455fc295","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000051169428b2187257","output":"0x00000000000000000000000000000000000000000000000051169428b2187257","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000051169428b2187257","output":"0x00000000000000000000000000000000000000000000000051169428b2187257","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc2950000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000051169428b2187257"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000051169428b2187257","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000051169428b2187257"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000051169428b2187257","output":"0x00000000000000000000000000000000000000000000000051169428b2187257","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000051169428b2187257","output":"0x00000000000000000000000000000000000000000000000051169428b2187257","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000007333b1ba870f3b3ad","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000007333b1ba870f3b3ad","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000051169428b2187257","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000051169428b2187257","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295"],"data":"0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000051169428b2187257"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000051169428b2187257","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000051169428b2187257"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc2950000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000051169428b2187257"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295"],"data":"0x00000000000000000000000061097ba76cd906d2ba4fd106e757f7eb455fc295000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000051169428b2187257"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000400000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000400000000000000000000000000000010000000000000000000000000020000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x4d15a36d6d4a8d8f64e547a81ec76a6dfd0eea265f9b3822c181cbfc1155bff5","block_number":287},{"info":{"transaction_hash":"0xec6a319754d076e146ad8e1b828eb7cac98431cdda20e91e2454ce7d3c31d168","transaction_index":0,"from":"0x1bcb8e569eedab4668e55145cfeaf190902d3cf2","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x1bcb8e569eedab4668e55145cfeaf190902d3cf2","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003a6e87f491fb9ccb","output":"0x0000000000000000000000000000000000000000000000003a6e87f491fb9ccb","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003a6e87f491fb9ccb","output":"0x0000000000000000000000000000000000000000000000003a6e87f491fb9ccb","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf20000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003a6e87f491fb9ccb"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003a6e87f491fb9ccb","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000003a6e87f491fb9ccb"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003a6e87f491fb9ccb","output":"0x0000000000000000000000000000000000000000000000003a6e87f491fb9ccb","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003a6e87f491fb9ccb","output":"0x0000000000000000000000000000000000000000000000003a6e87f491fb9ccb","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000094035e34cf2d7b196","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000094035e34cf2d7b196","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003a6e87f491fb9ccb","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003a6e87f491fb9ccb","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2"],"data":"0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003a6e87f491fb9ccb"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000003a6e87f491fb9ccb","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000003a6e87f491fb9ccb"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf20000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003a6e87f491fb9ccb"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2"],"data":"0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003a6e87f491fb9ccb"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000020000000000008000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000400000"},"block_hash":"0xc6c203799cc0cc482550ed988f0eda8dd9127c80acb7ddd38d6f6befa6abedc9","block_number":299},{"info":{"transaction_hash":"0xa3bdf8b8c2753d575836cc4d1b737a6fe9d202d941f790b71946ced7e4790ef3","transaction_index":0,"from":"0xf0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000500faf0ef0d10cc6","output":"0x000000000000000000000000000000000000000000000000500faf0ef0d10cc6","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000500faf0ef0d10cc6","output":"0x000000000000000000000000000000000000000000000000500faf0ef0d10cc6","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac70000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000500faf0ef0d10cc6"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000500faf0ef0d10cc6","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000500faf0ef0d10cc6"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000500faf0ef0d10cc6","output":"0x000000000000000000000000000000000000000000000000500faf0ef0d10cc6","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000500faf0ef0d10cc6","output":"0x000000000000000000000000000000000000000000000000500faf0ef0d10cc6","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000017ff83151c44968180","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000017ff83151c44968180","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000500faf0ef0d10cc6","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000500faf0ef0d10cc6","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7"],"data":"0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000500faf0ef0d10cc6"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000500faf0ef0d10cc6","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000500faf0ef0d10cc6"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac70000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000500faf0ef0d10cc6"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7"],"data":"0x000000000000000000000000f0eeddc5e015d4c459590e01dcc2f2fd1d2baac7000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000500faf0ef0d10cc6"}],"logsBloom":"0x00000000000000000000000000000004000000004000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000009000000000000000240000001101000000000000000000000000000000000000000000080000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x1efd0e6c4f048f0bd9d395f7bbc1edc33acb6e395c94c65cd6f491e889f296e0","block_number":409},{"info":{"transaction_hash":"0xa9dff1904f23e200beb8d569cafe9ba11f61e416a1509db93a17b84b0af21234","transaction_index":0,"from":"0x553bc17a05702530097c3677091c5bb47a3a7931","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x553bc17a05702530097c3677091c5bb47a3a7931","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931"],"data":"0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a793100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931"],"data":"0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a793100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323600000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931"],"data":"0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a793100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931"],"data":"0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a793100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000553bc17a05702530097c3677091c5bb47a3a7931"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323600000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000400000020000000000000000000000000000000000000000000000000000000000081000000000100000020000000"},"block_hash":"0x7f3c096e884e5b087747a4de546028f6751cc9371f926d080d527d2615bee806","block_number":290},{"info":{"transaction_hash":"0x674e8b8ec2e8616c5482863458e392e62eb702da09668b05f2a104431f92e260","transaction_index":0,"from":"0x70997970c51812dc3a010c7d01b50e0d17dc79c8","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x70997970c51812dc3a010c7d01b50e0d17dc79c8","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e5900000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f31","output":"0x","gas_used":114387,"gas_limit":166570,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e5900000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f31","output":"0x","gas_used":107044,"gas_limit":156777,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"],"data":"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"],"data":"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f31"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":77688,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69310,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65128,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":56947,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":136879},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x216af","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"],"data":"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"],"data":"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f31"}],"logsBloom":"0x00000010008000020102000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000800000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000001000081000000000100000000000000"},"block_hash":"0xea76370b6aad4512eabc3313a6606ff537747ac7bd68f71495e100b2a2bacd8b","block_number":240},{"info":{"transaction_hash":"0x4c89774547bb8c6ffcb17de6a22240d0e0f943d694cb4b8e63de4fbc5c9b99a1","transaction_index":0,"from":"0x9a50ed082cf2fc003152580dcdb320b834fa379e","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9a50ed082cf2fc003152580dcdb320b834fa379e","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":178144,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":168164,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e"],"data":"0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e"],"data":"0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383100000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":88897,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":80344,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":76337,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":67980,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137275},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2183b","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e"],"data":"0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e"],"data":"0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009a50ed082cf2fc003152580dcdb320b834fa379e"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f383100000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000008000000000000000000000400000000100000100000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x00e0985609259cba21fafc4df4408e869710dac77a0ca3dd1526c76c0cf59e6f","block_number":400},{"info":{"transaction_hash":"0x5d066d550732b755e34d050c1d4f32cfcf7bfa3073ee8ca07e6cf2c72bd3a2d2","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac1800000000000000000000000000000000000000000000000056bbecb0ff9fdea6","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18"],"data":"0x00000000000000000000000000000000000000000000000056bbecb0ff9fdea6"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":196,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000086c53eb85d0b7548fea5c4b4f82b4205c8f6ac18"],"data":"0x00000000000000000000000000000000000000000000000056bbecb0ff9fdea6"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100080000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000008000000200000000000000000000000000000000000008000000000000000000000000000000000"},"block_hash":"0x92f2114f685399fea55292161c2fde264dbcd52cbce765bc8312743deb92c035","block_number":171},{"info":{"transaction_hash":"0xe7f0e02ed37f1ae63611c197e73fccc06941262736ee0c190c78681e5ef37a3f","transaction_index":0,"from":"0x15d34aaf54267db7d7c367839aaf71a00a2c6a65","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x15d34aaf54267db7d7c367839aaf71a00a2c6a65","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000122c6ab631ff0891","output":"0x000000000000000000000000000000000000000000000000122c6ab631ff0891","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000122c6ab631ff0891","output":"0x000000000000000000000000000000000000000000000000122c6ab631ff0891","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a650000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000122c6ab631ff0891"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000122c6ab631ff0891","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000122c6ab631ff0891"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000122c6ab631ff0891","output":"0x000000000000000000000000000000000000000000000000122c6ab631ff0891","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000122c6ab631ff0891","output":"0x000000000000000000000000000000000000000000000000122c6ab631ff0891","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000138bcadeef108e02e","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000138bcadeef108e02e","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000122c6ab631ff0891","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000122c6ab631ff0891","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65"],"data":"0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000122c6ab631ff0891"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000122c6ab631ff0891","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000122c6ab631ff0891"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a650000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000122c6ab631ff0891"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65"],"data":"0x00000000000000000000000015d34aaf54267db7d7c367839aaf71a00a2c6a65000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000122c6ab631ff0891"}],"logsBloom":"0x00000000040000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000100000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200004000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xf33f8ef62b41afdb8906b5996b899336b69206693ce6d6949f94c0e792331f4d","block_number":247},{"info":{"transaction_hash":"0x0ad79f2137d8477fc4536e791afce5be54cbd8ea61745e54f34066ffeacfe90a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xd75b4c8800000000000000000000000000000000000000000000000000000000000027100000000000000000000000000000000000000000000000000000000000003a980000000000000000000000000000000000000000000000000000000000000064000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000001000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000000de0b6b3a7640000","output":"0x","gas_used":324480,"gas_limit":456759,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4,6],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","address":"0x36c02da8a0983159322a80ffe9f24b1acff8b570","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xd75b4c8800000000000000000000000000000000000000000000000000000000000027100000000000000000000000000000000000000000000000000000000000003a980000000000000000000000000000000000000000000000000000000000000064000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000001000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000000de0b6b3a7640000","output":"0x","gas_used":317277,"gas_limit":442562,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac","0x0000000000000000000000000000000000000000000000000000000000000000"],"data":"0x00000000000000000000000000000000000000000000000000000000000027100000000000000000000000000000000000000000000000000000000000003a980000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Call":0},{"Call":1},{"Call":2}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","address":"0x851356ae760d987e095750cceb3bc6014560891c","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xff694a770000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000001000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000000de0b6b3a7640000","output":"0x","gas_used":151528,"gas_limit":381974,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x851356ae760d987e095750cceb3bc6014560891c","address":"0x0e801d84fa97b50751dbf25036d067dcf18858bf","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xff694a770000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000001000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000000de0b6b3a7640000","output":"0x","gas_used":144337,"gas_limit":368957,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x10565e56cacbf32eca267945f054fec02e59750032d113d3302182ad967f5404","0x0000000000000000000000000000000000000000000000000000000000000000"],"data":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75","0x0000000000000000000000000000000000000000000000000000000000000000"],"data":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x26eecff2b70b0a71104ff4d940ba7162d23a95c248771fc487a7be17a596b3cf","0x0000000000000000000000000000000000000000000000000000000000000000"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1},{"Log":2}]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","address":"0x1613beb3b2c4f22ee086b2b38c1476a3ce7f78e8","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x26d941f20000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":52405,"gas_limit":229834,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x1613beb3b2c4f22ee086b2b38c1476a3ce7f78e8","address":"0x4826533b4897376654bb4d4ad88b7fafd0c98528","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x26d941f20000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":45241,"gas_limit":219221,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[7],"idx":6,"trace":{"depth":2,"success":true,"caller":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","address":"0xa82ff9afd8f496c3d6ac40e2a0f282e47488cfc9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x26d941f20000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":52543,"gas_limit":175251,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":6,"children":[],"idx":7,"trace":{"depth":3,"success":true,"caller":"0xa82ff9afd8f496c3d6ac40e2a0f282e47488cfc9","address":"0x998abeb3e57409262ae5b751f60747921b33613e","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x26d941f20000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":45379,"gas_limit":165491,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":62,"gas_used":346964},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x54b54","logs":[{"address":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","topics":["0x3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac","0x0000000000000000000000000000000000000000000000000000000000000000"],"data":"0x00000000000000000000000000000000000000000000000000000000000027100000000000000000000000000000000000000000000000000000000000003a980000000000000000000000000000000000000000000000000000000000000064"},{"address":"0x851356ae760d987e095750cceb3bc6014560891c","topics":["0x10565e56cacbf32eca267945f054fec02e59750032d113d3302182ad967f5404","0x0000000000000000000000000000000000000000000000000000000000000000"],"data":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"},{"address":"0x851356ae760d987e095750cceb3bc6014560891c","topics":["0x11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75","0x0000000000000000000000000000000000000000000000000000000000000000"],"data":"0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x851356ae760d987e095750cceb3bc6014560891c","topics":["0x26eecff2b70b0a71104ff4d940ba7162d23a95c248771fc487a7be17a596b3cf","0x0000000000000000000000000000000000000000000000000000000000000000"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000000000001000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000008000000000000101000000000400000010000000000000000000000000020000000000000000000820000000000200000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000080000000000000000001100000000000000000000000000000020000000000000000000000000000000000000000000000000000000108000008000"},"block_hash":"0x54915d9235bf1528edd0223e615628d6e30afb0032167417aa5ea92c8fc10f09","block_number":37},{"info":{"transaction_hash":"0x781f8fff1979ea99bae9a5fb9bf7d84e1360a11adc9f5730c5375fdea68747fd","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x08a2de6f3528319123b25935c92888b16db8913e","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x08a2de6f3528319123b25935c92888b16db8913e","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":104,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x4b65c27b0f2c6b3972df396c9e2cb92af57d281a9a323fb77a48ce950b381d88","block_number":79},{"info":{"transaction_hash":"0x6eddac1a500edd95c366b4f0369b5eefe544a7f7e849c8a9a3d1724099e6dab8","transaction_index":0,"from":"0x70997970c51812dc3a010c7d01b50e0d17dc79c8","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x70997970c51812dc3a010c7d01b50e0d17dc79c8","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000005d9f943ccb6a86b8","output":"0x0000000000000000000000000000000000000000000000005d9f943ccb6a86b8","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000005d9f943ccb6a86b8","output":"0x0000000000000000000000000000000000000000000000005d9f943ccb6a86b8","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c80000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005d9f943ccb6a86b8"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005d9f943ccb6a86b8","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000005d9f943ccb6a86b8"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000005d9f943ccb6a86b8","output":"0x0000000000000000000000000000000000000000000000005d9f943ccb6a86b8","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000005d9f943ccb6a86b8","output":"0x0000000000000000000000000000000000000000000000005d9f943ccb6a86b8","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000007749c50889fdaef8","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000007749c50889fdaef8","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005d9f943ccb6a86b8","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005d9f943ccb6a86b8","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"],"data":"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005d9f943ccb6a86b8"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000005d9f943ccb6a86b8","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000005d9f943ccb6a86b8"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c80000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005d9f943ccb6a86b8"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"],"data":"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005d9f943ccb6a86b8"}],"logsBloom":"0x00000000000000000002000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000800000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000001000001000000000100000000000000"},"block_hash":"0x3cc559c99d96b86e879d128fd6b2d94e2da2a268adc06c7f65310bfeaaa910f0","block_number":241},{"info":{"transaction_hash":"0x1b0254c20c5aa56db20ad9e3f93a2b42dd32d3f14b80e1d044375124467ace1d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x9623609d000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c9000000000000000000000000a51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c00000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000010422bf40e4000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":142440,"gas_limit":205816,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xe7f1725e7734ce288f8367e1bb143e90bb3f0512","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x4f1ef286000000000000000000000000a51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c00000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000010422bf40e4000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":135681,"gas_limit":195994,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000a51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Call":0}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x22bf40e4000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":122351,"gas_limit":180027,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6"],"data":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xafa003cd76f87ff9d62b35beea889920f33c0c42b8d45b74954d61d50f4b6b69"],"data":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1},{"Log":2},{"Log":3},{"Log":4}]}],"exit":"Stop","out":"0x","nonce":18,"gas_used":166236},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2895c","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x000000000000000000000000a51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d","0x000000000000000000000000e7f1725e7734ce288f8367e1bb143e90bb3f0512"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6"],"data":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000009fe46736679d2d9a65f0992f2272de9f3c7fa6e0"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","0x0000000000000000000000000000000000000000000000000000000000000000","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xafa003cd76f87ff9d62b35beea889920f33c0c42b8d45b74954d61d50f4b6b69"],"data":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001"}],"logsBloom":"0x00000000000000000400000040000000400000000000000000c00000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000400000002000001000000000000000000000000000000000000020000000000000100000800000000000000000000040004000000400000000100000000000000000000000000000000000080000000000000000000000000000000040000000002000400000000000000000000000000000000000000002020400000200000000000040000000000002020000000000000000020000000000000000000000000000000000000000001000000000100002000400000"},"block_hash":"0x8955f0390811960d67c2beeef2a6f1bbc2ecfb410a63f2fc388a9d2f5311f445","block_number":13},{"info":{"transaction_hash":"0x501e1c23c8f677b1811ed998100092041f6308be0ff41c102910e5459d2a065f","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5fbdb2315678afecb367f032d93f642f64180aa3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x7f3c2c280000000000000000000000000000000000000000000000000000000000000040000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000000000000000001165726332304d6f636b5374726174656779000000000000000000000000000000","output":"0x","gas_used":50652,"gas_limit":78366,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":61,"gas_used":72696},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x11bf8","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x7bee2348e8def5d9cd7b593d4d33d0f452ec8bc01ba31e655f7eeef0b156f7af","block_number":36},{"info":{"transaction_hash":"0xe99568bc7ac928de8b14b56a3dd87b24201a7ddc1f379943268e9635389eabf4","transaction_index":0,"from":"0x73b3074ac649a8dc31c2c90a124469456301a30f","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x73b3074ac649a8dc31c2c90a124469456301a30f","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000005d00f765584df03b","output":"0x0000000000000000000000000000000000000000000000005d00f765584df03b","gas_used":169435,"gas_limit":231926,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000005d00f765584df03b","output":"0x0000000000000000000000000000000000000000000000005d00f765584df03b","gas_used":162107,"gas_limit":221130,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005d00f765584df03b"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005d00f765584df03b","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":204291,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000005d00f765584df03b"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000005d00f765584df03b","output":"0x0000000000000000000000000000000000000000000000005d00f765584df03b","gas_used":25359,"gas_limit":188758,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000005d00f765584df03b","output":"0x0000000000000000000000000000000000000000000000005d00f765584df03b","gas_used":18189,"gas_limit":178784,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000010f0bc0aad933f3c4c","gas_used":559,"gas_limit":166975,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000010f0bc0aad933f3c4c","gas_used":559,"gas_limit":163567,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005d00f765584df03b","output":"0x","gas_used":34820,"gas_limit":92601,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005d00f765584df03b","output":"0x","gas_used":27495,"gas_limit":83981,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f"],"data":"0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005d00f765584df03b"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000005d00f765584df03b","nonce":1,"gas_used":183847},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce27","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000005d00f765584df03b"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005d00f765584df03b"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f"],"data":"0x00000000000000000000000073b3074ac649a8dc31c2c90a124469456301a30f000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000005d00f765584df03b"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000008000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000011010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100001000000000"},"block_hash":"0xf192fbc7c9c19c9f6ee3173b4036cdcc69c0e59d3f81642351b0c5a829bc10ed","block_number":361},{"info":{"transaction_hash":"0x71d81d98a740873200effc8cbe2c1d4d237ebc86d174d7c5179480dfe6313974","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c0000000000000000000000000000000000000000000000004c612aa7299fd57f","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c"],"data":"0x0000000000000000000000000000000000000000000000004c612aa7299fd57f"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":201,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c"],"data":"0x0000000000000000000000000000000000000000000000004c612aa7299fd57f"}],"logsBloom":"0x00000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000002000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000001000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x6f50942eb97aa3a680d9fc0e1b2235eca02af776edd9e26d4f34a8f5de82d91d","block_number":176},{"info":{"transaction_hash":"0xbbc52edaa17a33e0a5bd20835da35866062cd792c797fd3305de0adee641de88","transaction_index":0,"from":"0xc004e69c5c04a223463ff32042dd36dabf63a25a","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xc004e69c5c04a223463ff32042dd36dabf63a25a","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000022997aec86aa0174","output":"0x00000000000000000000000000000000000000000000000022997aec86aa0174","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000022997aec86aa0174","output":"0x00000000000000000000000000000000000000000000000022997aec86aa0174","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000022997aec86aa0174"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000022997aec86aa0174","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000022997aec86aa0174"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000022997aec86aa0174","output":"0x00000000000000000000000000000000000000000000000022997aec86aa0174","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000022997aec86aa0174","output":"0x00000000000000000000000000000000000000000000000022997aec86aa0174","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000cfa35d64d7a471e3f","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000cfa35d64d7a471e3f","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000022997aec86aa0174","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000022997aec86aa0174","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a"],"data":"0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000022997aec86aa0174"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000022997aec86aa0174","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000022997aec86aa0174"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000022997aec86aa0174"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a"],"data":"0x000000000000000000000000c004e69c5c04a223463ff32042dd36dabf63a25a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000022997aec86aa0174"}],"logsBloom":"0x00080000000000000000000000000004000000000000000000000000000000000000000004010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020080000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xada9e838f242ca82a50b2aa39bbe2907b0907f2816ca3ffc4b4cc4534bb9d81d","block_number":327},{"info":{"transaction_hash":"0xc35bf79f6e23949031ee2e39dcae4f426f6797a220bf61065763945fdc978e9d","transaction_index":0,"from":"0x16adfbefdefd488c992086d472a4ca577a0e5e54","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x16adfbefdefd488c992086d472a4ca577a0e5e54","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000296ff7d27034cca9","output":"0x000000000000000000000000000000000000000000000000296ff7d27034cca9","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000296ff7d27034cca9","output":"0x000000000000000000000000000000000000000000000000296ff7d27034cca9","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e540000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000296ff7d27034cca9"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000296ff7d27034cca9","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000296ff7d27034cca9"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000296ff7d27034cca9","output":"0x000000000000000000000000000000000000000000000000296ff7d27034cca9","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000296ff7d27034cca9","output":"0x000000000000000000000000000000000000000000000000296ff7d27034cca9","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001a59dfcbf90f7a6951","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001a59dfcbf90f7a6951","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000296ff7d27034cca9","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000296ff7d27034cca9","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54"],"data":"0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000296ff7d27034cca9"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000296ff7d27034cca9","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000296ff7d27034cca9"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e540000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000296ff7d27034cca9"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54"],"data":"0x00000000000000000000000016adfbefdefd488c992086d472a4ca577a0e5e54000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000296ff7d27034cca9"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000250000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000040020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001410000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x56a377b380995201ca7eea22a001c373e46dd4a15676eec7429184bbeb15b06f","block_number":425},{"info":{"transaction_hash":"0xdad73084ec9c6122a380688da18511112db33dcb84121b9b89f94ef79de00363","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74000000000000000000000000000000000000000000000000512d628d4f5142b3","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74"],"data":"0x000000000000000000000000000000000000000000000000512d628d4f5142b3"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":219,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000ab707cb80e7de7c75d815b1a653433f3eec44c74"],"data":"0x000000000000000000000000000000000000000000000000512d628d4f5142b3"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000020400000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xac7b1126f3f738acadf81f54059e9c16c20535a5bbf6608078d68c52411ffc70","block_number":194},{"info":{"transaction_hash":"0x8de0f7a4f6520beb89bab9eca649cdff4a4e8cf82ebfff77460517dea9e7e6b7","transaction_index":0,"from":"0x9e126c57330fa71556628e0aabd6b6b6783d99fa","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9e126c57330fa71556628e0aabd6b6b6783d99fa","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000080267dc069a25faf","output":"0x00000000000000000000000000000000000000000000000080267dc069a25faf","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000080267dc069a25faf","output":"0x00000000000000000000000000000000000000000000000080267dc069a25faf","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000080267dc069a25faf"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000080267dc069a25faf","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000080267dc069a25faf"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000080267dc069a25faf","output":"0x00000000000000000000000000000000000000000000000080267dc069a25faf","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000080267dc069a25faf","output":"0x00000000000000000000000000000000000000000000000080267dc069a25faf","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000015caa2d9a87895afe0","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000015caa2d9a87895afe0","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000080267dc069a25faf","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000080267dc069a25faf","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa"],"data":"0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000080267dc069a25faf"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000080267dc069a25faf","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000080267dc069a25faf"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000080267dc069a25faf"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa"],"data":"0x0000000000000000000000009e126c57330fa71556628e0aabd6b6b6783d99fa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000080267dc069a25faf"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000100000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000040000001010000002000000000040000000020000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xe18e239fd41def1ce7750a52b40bd36cdbd0dfb4eb396c1a29524ff2bbbda89f","block_number":397},{"info":{"transaction_hash":"0x083f95a422efb80f70a9458dcab63d0ce89e766333b46bf2bca3130103837cb5","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xccdd262f272ee6c226266eea13ee48d4d932ce66","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xccdd262f272ee6c226266eea13ee48d4d932ce66","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":147,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x49479f2d584be8288338c4da4dbc5dca0b3713b1c70d4a58726a434d10d72594","block_number":122},{"info":{"transaction_hash":"0xd5cbd44289a776022542c9432f46fff54ad3d15ff740c1f38077541997e5a83c","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe5d3ab6883b7e8c35c04675f28bb992ca1129ee4","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe5d3ab6883b7e8c35c04675f28bb992ca1129ee4","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":151,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x14e181d7cf93a4b6137304ace57314e3ba45e33653ba0fff42d79ed9209f3f32","block_number":126},{"info":{"transaction_hash":"0xa8d73571e87a790e0c7b8e42aa7b70e00bb491ecff8c84adac894285d04b69d0","transaction_index":0,"from":"0x9dcce783b6464611f38631e6c851bf441907c710","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9dcce783b6464611f38631e6c851bf441907c710","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000009dcce783b6464611f38631e6c851bf441907c710000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000009dcce783b6464611f38631e6c851bf441907c710000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323900000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710"],"data":"0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c71000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710"],"data":"0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c71000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323900000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710"],"data":"0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c71000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710"],"data":"0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c71000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000009dcce783b6464611f38631e6c851bf441907c710"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f323900000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000400000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000008000000000000000081000000000100000000000000"},"block_hash":"0x5691f7d26cdb97d0157b928a97b4b0b50c2b4e379f99ff8cb7b580ced295d89e","block_number":296},{"info":{"transaction_hash":"0x89e66a7f14314b72e0387f7d59b542ff348a35ab1993b64fd33c6a83a52956e1","transaction_index":0,"from":"0x262595fa2a3a86adacde208589614d483e3ef1c0","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x262595fa2a3a86adacde208589614d483e3ef1c0","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0"],"data":"0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0"],"data":"0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363500000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0"],"data":"0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0"],"data":"0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000262595fa2a3a86adacde208589614d483e3ef1c0"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f363500000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000010000000000000000000000000400000000000000000000000000000000000000000000002200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0xe08182478bb3b42188cce3dab6d9c60e4bca6f2790c4436d438c36853e3ee12f","block_number":368},{"info":{"transaction_hash":"0x9a4ccf12d8636b668876146f8aeb8e495de60d556997cdd5218d0e61cc1a88bc","transaction_index":0,"from":"0xe74cef90b6cf1a77fefad731713e6f53e575c183","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xe74cef90b6cf1a77fefad731713e6f53e575c183","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373700000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183"],"data":"0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c18300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183"],"data":"0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c18300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373700000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183"],"data":"0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c18300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183"],"data":"0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c18300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000e74cef90b6cf1a77fefad731713e6f53e575c183"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373700000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000002000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000200000000000000000000000000000400000000000000000000000000000101004000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x519f1fef2682251718c49301b21abde6be04d63ec63134e360c0ff00c729a120","block_number":392},{"info":{"transaction_hash":"0xcf7ed8796fe0a87da557ad98e79ca89551d0dc70f98d5a1cac136c6aa0153159","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a00000000000000000000000000000000000000000000000035305bc89a3aca62","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a"],"data":"0x00000000000000000000000000000000000000000000000035305bc89a3aca62"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":175,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000fabb0ac9d68b0b445fb7357272ff202c5651694a"],"data":"0x00000000000000000000000000000000000000000000000035305bc89a3aca62"}],"logsBloom":"0x00000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000010000000000000000000000000000000002002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x998efa0d5c938d97e7f4500b21c83a9ca5569497372e719f88bbb159452e74d5","block_number":150},{"info":{"transaction_hash":"0x79e2461dca79e9050acc12494e48fd09f78849c2a943cb6cd0b12ec533ee014a","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d4920000000000000000000000000000000000000000000000005cde953af7a868ea","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492"],"data":"0x0000000000000000000000000000000000000000000000005cde953af7a868ea"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":229,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000dfd99099fa13541a64aee9aad61c0dbf3d32d492"],"data":"0x0000000000000000000000000000000000000000000000005cde953af7a868ea"}],"logsBloom":"0x00000000000100000000000000000000000000000200000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x01f68639025d3bfde04529ceef0343280d33f405b083384c2101f06941b1c2f6","block_number":204},{"info":{"transaction_hash":"0x565d9e9d3fb169be794f8bfaf08ec51897b94cad1a4478ee2f7fca26a00cc488","transaction_index":0,"from":"0xd9065f27e9b706e5f7628e067cc00b288dddbf19","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xd9065f27e9b706e5f7628e067cc00b288dddbf19","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000580fd18d39e768d0","output":"0x000000000000000000000000000000000000000000000000580fd18d39e768d0","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000580fd18d39e768d0","output":"0x000000000000000000000000000000000000000000000000580fd18d39e768d0","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf190000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000580fd18d39e768d0"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000580fd18d39e768d0","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000580fd18d39e768d0"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000580fd18d39e768d0","output":"0x000000000000000000000000000000000000000000000000580fd18d39e768d0","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000580fd18d39e768d0","output":"0x000000000000000000000000000000000000000000000000580fd18d39e768d0","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000145cb3f1c8b5f20c7c","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000145cb3f1c8b5f20c7c","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000580fd18d39e768d0","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000580fd18d39e768d0","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19"],"data":"0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000580fd18d39e768d0"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000580fd18d39e768d0","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000580fd18d39e768d0"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf190000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000580fd18d39e768d0"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19"],"data":"0x000000000000000000000000d9065f27e9b706e5f7628e067cc00b288dddbf19000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000580fd18d39e768d0"}],"logsBloom":"0x00000000000000000000000000000004000000000200000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000001000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000008000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x6bd3c3a7ea4479a4022914e933384b42ac1f78ef02fe9a71b6710822e6877b03","block_number":387},{"info":{"transaction_hash":"0xebcf495a04feef074df3b331b611b317dcd1704b64589b2b02ac3d9559fbb0f3","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef900000000000000000000000000000000000000000000000089a2b30fd4eda421","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9"],"data":"0x00000000000000000000000000000000000000000000000089a2b30fd4eda421"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":261,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000fe0f143fcad5b561b1ed2ac960278a2f23559ef9"],"data":"0x00000000000000000000000000000000000000000000000089a2b30fd4eda421"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000800000000000000000000000000000800000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000002000000000000000000000000000"},"block_hash":"0xe3ba9e7c0dc39f7ac4bf66cd2dd8d1c247bd83ad341459f9bf5221f43f23ffe7","block_number":236},{"info":{"transaction_hash":"0xf0e702ba345e7debabd2264df40b1ce35e9a3416665b3b1375163e71ed628cbb","transaction_index":0,"from":"0x1cbd3b2770909d4e10f157cabc84c7264073c9ec","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x1cbd3b2770909d4e10f157cabc84c7264073c9ec","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313300000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec"],"data":"0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec"],"data":"0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313300000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec"],"data":"0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec"],"data":"0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000001cbd3b2770909d4e10f157cabc84c7264073c9ec"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f313300000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000200000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000200000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000001000000000000000000000000000081000000000100000000000000"},"block_hash":"0x851adf2fc8344aae32ae02a5891c141237686e92ac2e0eecc16d5c99290eb662","block_number":264},{"info":{"transaction_hash":"0xfef112c7531bfcc837f8b11a3b3dad2faa89692fd329eb3c3649256910883bee","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x4779d18931b35540f84b0cd0e9633855b84df7b8","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x4779d18931b35540f84b0cd0e9633855b84df7b8","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":122,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x4bde998c586a3b2e5aae86561423ef4d7edd99ef516a2de26622f92c2fa7c170","block_number":97},{"info":{"transaction_hash":"0xc0dfb5bcda132ef2f92badeb887d87d0593051de6f2eef453ed733b2f4bb0bc7","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f6166440000000000000000000000000000000000000000000000006545d716817d36a9","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644"],"data":"0x0000000000000000000000000000000000000000000000006545d716817d36a9"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":243,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644"],"data":"0x0000000000000000000000000000000000000000000000006545d716817d36a9"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000008000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000020000000000"},"block_hash":"0xc7d657520afadbe5d64a2ac2aab58d358e8731b4439527a1705db43b536b07fc","block_number":218},{"info":{"transaction_hash":"0x4801276d6eb8fceb65899e4646af46b080d623f86c02d2c9b8e7d64ebd447453","transaction_index":1,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5fbdb2315678afecb367f032d93f642f64180aa3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x7f3c2c280000000000000000000000000000000000000000000000000000000000000040000000000000000000000000dc64a140aa3e981100a9beca4e685f962f0cf6c9000000000000000000000000000000000000000000000000000000000000001164656c65676174696f6e4d616e61676572000000000000000000000000000000","output":"0x","gas_used":50652,"gas_limit":78361,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":54,"gas_used":72684},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x23874","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xd925bfaa8a59f5c81ec936943066de8060f2d036c803804b1624a4d3ae70e508","block_number":30},{"info":{"transaction_hash":"0xa8bc0e8cbc1bbf0ed77c1090be0c7762d54b284cb6d78bc4b72757c8cb3d6836","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d190900000000000000000000000000000000000000000000000060f0389daa707614","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909"],"data":"0x00000000000000000000000000000000000000000000000060f0389daa707614"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":223,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000c0543b0b980d8c834cbdf023b2d2a75b5f9d1909"],"data":"0x00000000000000000000000000000000000000000000000060f0389daa707614"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000020000000000000000000000000000000008000010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000040000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x6a6ea7193f5a62bf6fb448dd24aa546ba4c430a2109a5fe1153a454a7f5bc06f","block_number":198},{"info":{"transaction_hash":"0x7f25638582b2405609e148ac152231979135946e0fca8bf21618e00fca39e742","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a200000000000000000000000000000000000000000000000022cd6f987e0f1fd7","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2"],"data":"0x00000000000000000000000000000000000000000000000022cd6f987e0f1fd7"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":208,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000005eb15c0992734b5e77c888d713b4fc67b3d679a2"],"data":"0x00000000000000000000000000000000000000000000000022cd6f987e0f1fd7"}],"logsBloom":"0x00000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000100000000000000000"},"block_hash":"0x0e55d79b39986e96b9bf58c8edc9749a78d934c152d3d37c6b551aec5f166531","block_number":183},{"info":{"transaction_hash":"0xb584f01056ab95cc945dd8069fdda106ddb79a6e217abcc8c491a2d4f8786d08","transaction_index":2,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052610b478038038061001481610324565b92833981016060828203126103205761002c8261035d565b906100396020840161035d565b604084015190936001600160401b03821161032057019080601f8301121561032057815161006e61006982610371565b610324565b9281845260208401926020838301011161032057815f926020809301855e84010152823b156102c5577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0385169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906102be575b6101de575b50505f516020610b275f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a1811561018a576001600160a01b031916175f516020610b275f395f51905f525560405161073f90816103e88239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b6101e86060610324565b91602783527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020840152660819985a5b195960ca1b6040840152833b1561026a57610259935f92839251915af43d15610262573d9061024a61006983610371565b9182523d5f602084013e61038c565b505f8080610108565b60609061038c565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b505f610103565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b0381118382101761034957604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b038216820361032057565b6001600160401b03811161034957601f01601f191660200190565b90919015610398575090565b8151156103a85750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610300000000000000000000000067d269191c92caf3cd7723f116c85e6e9bf55933000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","output":"0x60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033","gas_used":421667,"gas_limit":578120,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000067d269191c92caf3cd7723f116c85e6e9bf55933"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033","nonce":33,"gas_used":521513},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x145267","logs":[{"address":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000067d269191c92caf3cd7723f116c85e6e9bf55933"],"data":"0x"},{"address":"0x9e545e3c0baab3e08cdfd552c960a1050f373042","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003001000000000000000000000000000000000000002000000000000000000000000000000800000000000000000000000000000000000000000000000040000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000010000000000000020000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000008000000000"},"block_hash":"0xaa859ea83111c7a4338ec022ea1e5a58f2c6959a18fbb0bc1f8e303f80e14df6","block_number":21},{"info":{"transaction_hash":"0x58c079b3407fdd873670be035a00247a4e07886d5a6f94451b32638eb77f7a41","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be0000000000000000000000000000000000000000000000001eaea2d75e247668","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be"],"data":"0x0000000000000000000000000000000000000000000000001eaea2d75e247668"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":259,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000bc5bdcee96b1bc47822c74e6f64186fba7d686be"],"data":"0x0000000000000000000000000000000000000000000000001eaea2d75e247668"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000800000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000100000000000000000"},"block_hash":"0xb2dccd264c63d2cda8d2409c7d284fc464eeab2f08c746df2d6774fab4ec2f70","block_number":234},{"info":{"transaction_hash":"0x3ac1d2ca9bf8cedbb4bfc4f167e7bfc2140e05fd8b257eca5484df9e9bb7e700","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xdd2fd4581271e230360230f9337d5c0430bf44c0","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xdd2fd4581271e230360230f9337d5c0430bf44c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":81,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x17c3f97149378e55b1ec5603f19d453bc4bd9a23bc5247f1faabf9469b04dfb1","block_number":56},{"info":{"transaction_hash":"0xefc0a877fe32ffac5a71eb2a07a20177651848d103f2cf75ffd0560b416a47cd","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":63,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xaecfc8f35ecb80db5a7ba654c96399770c000b5ff04a22c6a3ab7aa1873a985d","block_number":38},{"info":{"transaction_hash":"0x8d9ce0d01918c2c2a3eafd55c0f9ad9045b33348e39d83cb02a41f0bc20987de","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x1003ff39d25f2ab16dbcc18ece05a9b6154f65f4","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x1003ff39d25f2ab16dbcc18ece05a9b6154f65f4","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":99,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xc3ce90d85dbbcc65e25405383fdd0c8d6c17c923ec71ee0cabaa8edb0d44d9e2","block_number":74},{"info":{"transaction_hash":"0xad640b462ee01136d9c115f044cc34dcee23915023cddbc988fe90e0d4f0382d","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x6d69f301d1da5c7818b5e61eecc745b30179c68b","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x6d69f301d1da5c7818b5e61eecc745b30179c68b","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":134,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xae5bb74b8ee02fe1662401332e3b9698d606e917d0d41f1ef532d422397916f0","block_number":109},{"info":{"transaction_hash":"0x0ca383a90681430fd2d1914792a51520b35bf1045ab0b4304451fea3580bb8f5","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c57880000000000000000000000000000000000000000000000003bbbb9e20a3e8778","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788"],"data":"0x0000000000000000000000000000000000000000000000003bbbb9e20a3e8778"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":174,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788"],"data":"0x0000000000000000000000000000000000000000000000003bbbb9e20a3e8778"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000800000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000004000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xa4229ed07d0fac48326402646a3b47fa062b1e78c8cc8972dda5d0736489c908","block_number":149},{"info":{"transaction_hash":"0xae88c609a29b1b4f890e4007d79deef6cfd9046e8704cf2b640c82f10f59a416","transaction_index":0,"from":"0x1003ff39d25f2ab16dbcc18ece05a9b6154f65f4","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x1003ff39d25f2ab16dbcc18ece05a9b6154f65f4","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333600000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4"],"data":"0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4"],"data":"0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333600000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4"],"data":"0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4"],"data":"0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000001003ff39d25f2ab16dbcc18ece05a9b6154f65f4"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333600000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000400000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000010000000000000000000000000000000000000000000000000000000000020000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0xe69e2e331d4526e27b8da3a5657860c2901eac64cf694d4b29a0a393461e3a54","block_number":310},{"info":{"transaction_hash":"0xb3665d150c1f8777bb972ba2abb86e7242cfff006515a4ac4d358688cd8ecb08","transaction_index":0,"from":"0x71be63f3384f5fb98995898a86b02fb2426c5788","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x71be63f3384f5fb98995898a86b02fb2426c5788","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003bbbb9e20a3e8778","output":"0x0000000000000000000000000000000000000000000000003bbbb9e20a3e8778","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003bbbb9e20a3e8778","output":"0x0000000000000000000000000000000000000000000000003bbbb9e20a3e8778","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c57880000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003bbbb9e20a3e8778"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003bbbb9e20a3e8778","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000003bbbb9e20a3e8778"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003bbbb9e20a3e8778","output":"0x0000000000000000000000000000000000000000000000003bbbb9e20a3e8778","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003bbbb9e20a3e8778","output":"0x0000000000000000000000000000000000000000000000003bbbb9e20a3e8778","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000003708abb6070b0cf44","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000003708abb6070b0cf44","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003bbbb9e20a3e8778","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003bbbb9e20a3e8778","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788"],"data":"0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003bbbb9e20a3e8778"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000003bbbb9e20a3e8778","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000003bbbb9e20a3e8778"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c57880000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003bbbb9e20a3e8778"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788"],"data":"0x00000000000000000000000071be63f3384f5fb98995898a86b02fb2426c5788000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003bbbb9e20a3e8778"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000800000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000200000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000004000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x7d948abd10660c156dadf7723b57ec1f63472b271dd3bbb4715f253490dcdcb5","block_number":261},{"info":{"transaction_hash":"0x62e8a47daed5bb97bbb4690a7a68ab7fb4a5b0931b39c75c14676a7213e319d4","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x344dca30f5c5f74f2f13dc1d48ad3a9069d13ad9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":132,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x17df5318342f47572cd817db0f6ee1fbb87a5a34d38b9dc9227400884dab4944","block_number":107},{"info":{"transaction_hash":"0x6704813b7e0283cea33784f7fa2c5c8ca2c47d7ace4ea31e7d8efde4617a79ed","transaction_index":0,"from":"0x54ccceb38251c29b628ef8b00b3cab97e7cac7d5","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x54ccceb38251c29b628ef8b00b3cab97e7cac7d5","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e5900000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e5900000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373500000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5"],"data":"0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5"],"data":"0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373500000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5"],"data":"0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5"],"data":"0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000054ccceb38251c29b628ef8b00b3cab97e7cac7d5"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f373500000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000000000000000000000000100000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000400000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400002000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x4d80d5e590980a592f0dd77a37b31b07ce8ce11c86f463840691ce5291b64560","block_number":388},{"info":{"transaction_hash":"0x4a619bd9c59436ea710c4fb23ede38586c1af9d3894fa465134cd2dd3fda58f8","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf20000000000000000000000000000000000000000000000003a6e87f491fb9ccb","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2"],"data":"0x0000000000000000000000000000000000000000000000003a6e87f491fb9ccb"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":193,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000001bcb8e569eedab4668e55145cfeaf190902d3cf2"],"data":"0x0000000000000000000000000000000000000000000000003a6e87f491fb9ccb"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000020000000000008000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000400000"},"block_hash":"0xf46b12c8f5b225e1ff7bd866eb5218697f47c109789ca0c5a4e24961c02dbd2f","block_number":168},{"info":{"transaction_hash":"0x71aab4c15fc366d6d975a18694dc32acccbec366c93d39c7acb77a7b4b0834c2","transaction_index":0,"from":"0xcd3b766ccdd6ae721141f452c550ca635964ce71","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xcd3b766ccdd6ae721141f452c550ca635964ce71","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007a4c38967d5fef52","output":"0x0000000000000000000000000000000000000000000000007a4c38967d5fef52","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007a4c38967d5fef52","output":"0x0000000000000000000000000000000000000000000000007a4c38967d5fef52","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce710000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007a4c38967d5fef52"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007a4c38967d5fef52","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000007a4c38967d5fef52"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007a4c38967d5fef52","output":"0x0000000000000000000000000000000000000000000000007a4c38967d5fef52","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000007a4c38967d5fef52","output":"0x0000000000000000000000000000000000000000000000007a4c38967d5fef52","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000483a5bc5a87b54e95","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000483a5bc5a87b54e95","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007a4c38967d5fef52","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007a4c38967d5fef52","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71"],"data":"0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007a4c38967d5fef52"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000007a4c38967d5fef52","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000007a4c38967d5fef52"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce710000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007a4c38967d5fef52"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71"],"data":"0x000000000000000000000000cd3b766ccdd6ae721141f452c550ca635964ce71000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000007a4c38967d5fef52"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000002000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000040000000000000010000000000000000000000100001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x220de8f496fa54479e34c08201de296dca9830749f008c83ce953267ac0511f3","block_number":269},{"info":{"transaction_hash":"0x93df012db1cc0bc5b4a1b4a92433313687ba09bcb03e22193418c5dd0b241ae1","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xc0543b0b980d8c834cbdf023b2d2a75b5f9d1909","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xc0543b0b980d8c834cbdf023b2d2a75b5f9d1909","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":123,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xeb7c07d964eba572820e60e8370e99b8a061fd3795091a37acaf7c0ef7f1e910","block_number":98},{"info":{"transaction_hash":"0x874677700e6698ab388baf2e877232c6b58ca0a521d686b627f32835381df104","transaction_index":0,"from":"0x11e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x11e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e5900000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e5900000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333800000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c"],"data":"0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c"],"data":"0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333800000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c"],"data":"0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c"],"data":"0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000011e8f3ea3c6fcf12ecff2722d75cefc539c51a1c"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f333800000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000010008000020100000000004000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010002000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000001000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0xf6a9a728cd16126087e51e97153d98248a7c2bea34af3d51a046f6dd099d2b86","block_number":314},{"info":{"transaction_hash":"0x6e84e73e3929b71608c818f61bd9088d7288c24f2e743662e2a90eb004e00d60","transaction_index":0,"from":"0xdf37f81daad2b0327a0a50003740e1c935c70913","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xdf37f81daad2b0327a0a50003740e1c935c70913","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006ffccceb49d04f1d","output":"0x0000000000000000000000000000000000000000000000006ffccceb49d04f1d","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006ffccceb49d04f1d","output":"0x0000000000000000000000000000000000000000000000006ffccceb49d04f1d","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c709130000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006ffccceb49d04f1d"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006ffccceb49d04f1d","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000006ffccceb49d04f1d"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006ffccceb49d04f1d","output":"0x0000000000000000000000000000000000000000000000006ffccceb49d04f1d","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006ffccceb49d04f1d","output":"0x0000000000000000000000000000000000000000000000006ffccceb49d04f1d","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000007a337e893bac402ca","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000007a337e893bac402ca","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006ffccceb49d04f1d","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006ffccceb49d04f1d","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913"],"data":"0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006ffccceb49d04f1d"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000006ffccceb49d04f1d","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000006ffccceb49d04f1d"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c709130000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006ffccceb49d04f1d"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913"],"data":"0x000000000000000000000000df37f81daad2b0327a0a50003740e1c935c70913000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006ffccceb49d04f1d"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000020000000240000001101000000000000000000000000800000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000044000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x20ba5c91fea4f88a6ff74e2bc27330f4af45a7c97434295047c20b9af7870a48","block_number":289},{"info":{"transaction_hash":"0x661d9eb8789640c8d17faa450b16a219e8930ba9466a2e92b0e9606b285c3e34","transaction_index":0,"from":"0xccdd262f272ee6c226266eea13ee48d4d932ce66","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xccdd262f272ee6c226266eea13ee48d4d932ce66","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004a7072fce970f68e","output":"0x0000000000000000000000000000000000000000000000004a7072fce970f68e","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004a7072fce970f68e","output":"0x0000000000000000000000000000000000000000000000004a7072fce970f68e","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce660000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004a7072fce970f68e"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004a7072fce970f68e","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000004a7072fce970f68e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004a7072fce970f68e","output":"0x0000000000000000000000000000000000000000000000004a7072fce970f68e","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000004a7072fce970f68e","output":"0x0000000000000000000000000000000000000000000000004a7072fce970f68e","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000017af73660d53c574ba","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000017af73660d53c574ba","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004a7072fce970f68e","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004a7072fce970f68e","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66"],"data":"0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004a7072fce970f68e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000004a7072fce970f68e","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000004a7072fce970f68e"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce660000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004a7072fce970f68e"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66"],"data":"0x000000000000000000000000ccdd262f272ee6c226266eea13ee48d4d932ce66000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000004a7072fce970f68e"}],"logsBloom":"0x00000000080000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000001000000040000000000000000000000000000000000000000000000000000000010000000000000200000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xa9c7587b86644d3abfb558939c0bd9810f4994129b87047f16f9d76b32fd67ba","block_number":407},{"info":{"transaction_hash":"0xdcc0fe3cb053f5a13ce7ac1979d9f4756c86fe0f432c2ab0e28001950aebf7a2","transaction_index":0,"from":"0xbda5747bfd65f08deb54cb465eb87d40e51b197e","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xbda5747bfd65f08deb54cb465eb87d40e51b197e","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003eb75af02a4d70a3","output":"0x0000000000000000000000000000000000000000000000003eb75af02a4d70a3","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003eb75af02a4d70a3","output":"0x0000000000000000000000000000000000000000000000003eb75af02a4d70a3","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003eb75af02a4d70a3"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003eb75af02a4d70a3","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000003eb75af02a4d70a3"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003eb75af02a4d70a3","output":"0x0000000000000000000000000000000000000000000000003eb75af02a4d70a3","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000003eb75af02a4d70a3","output":"0x0000000000000000000000000000000000000000000000003eb75af02a4d70a3","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000004d54ea5c473991ad0","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000004d54ea5c473991ad0","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003eb75af02a4d70a3","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003eb75af02a4d70a3","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e"],"data":"0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003eb75af02a4d70a3"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000003eb75af02a4d70a3","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000003eb75af02a4d70a3"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003eb75af02a4d70a3"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e"],"data":"0x000000000000000000000000bda5747bfd65f08deb54cb465eb87d40e51b197e000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000003eb75af02a4d70a3"}],"logsBloom":"0x00000000000000000004000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008800000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000040000000"},"block_hash":"0x1e32ccbe4c28e4ab7751cea87dc1fce9a700ffc18ebdf45c7d7a695c1196dca9","block_number":273},{"info":{"transaction_hash":"0xa22939adf7b4b71f95e6d68e45b66015a77d149afddad39afe338c0048bd985c","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x5fbdb2315678afecb367f032d93f642f64180aa3","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5fbdb2315678afecb367f032d93f642f64180aa3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x7f3c2c28000000000000000000000000000000000000000000000000000000000000004000000000000000000000000095401dc811bb5740090279ba06cfa8fcf6113778000000000000000000000000000000000000000000000000000000000000001d6d6f636b4176734f70657261746f725374617465526574726965766572000000","output":"0x","gas_used":50652,"gas_limit":78421,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":53,"gas_used":72840},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x11c88","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xd925bfaa8a59f5c81ec936943066de8060f2d036c803804b1624a4d3ae70e508","block_number":30},{"info":{"transaction_hash":"0x796da3c3d512df76e2974b0ca94796b1082d8100a0a9d7d8b7b99c9dcefd5c70","transaction_index":0,"from":"0x6c8ea11559dfe79ae3dbdd6a67b47f61b929398f","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x6c8ea11559dfe79ae3dbdd6a67b47f61b929398f","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e590000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":114655,"gas_limit":166995,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e590000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393100000000000000000000000000000000000000000000000000000000000000","output":"0x","gas_used":107306,"gas_limit":157189,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f"],"data":"0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f"],"data":"0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393100000000000000000000000000000000000000000000000000000000000000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":78094,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69710,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65533,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":57345,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":137287},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x21847","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f"],"data":"0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f"],"data":"0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x0000000000000000000000006c8ea11559dfe79ae3dbdd6a67b47f61b929398f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002168747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f393100000000000000000000000000000000000000000000000000000000000000"}],"logsBloom":"0x00000018008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000004000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x8b1be00bac5593b03e75b6d4e1cf060623fff78dca5e5a4f3d7184897df41c3f","block_number":420},{"info":{"transaction_hash":"0xce8e831d73c197624afbc72936da76b66b0cf5788165aaf8a28b0e81a96cda66","transaction_index":0,"from":"0x63c3686ef31c03a641e2ea8993a91ea351e5891a","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x63c3686ef31c03a641e2ea8993a91ea351e5891a","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000078999484ace91c39","output":"0x00000000000000000000000000000000000000000000000078999484ace91c39","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000078999484ace91c39","output":"0x00000000000000000000000000000000000000000000000078999484ace91c39","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000078999484ace91c39"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000078999484ace91c39","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000078999484ace91c39"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000078999484ace91c39","output":"0x00000000000000000000000000000000000000000000000078999484ace91c39","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000078999484ace91c39","output":"0x00000000000000000000000000000000000000000000000078999484ace91c39","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000012b24ec6f45b3c2da4","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000012b24ec6f45b3c2da4","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000078999484ace91c39","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000078999484ace91c39","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a"],"data":"0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000078999484ace91c39"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000078999484ace91c39","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000078999484ace91c39"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000078999484ace91c39"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a"],"data":"0x00000000000000000000000063c3686ef31c03a641e2ea8993a91ea351e5891a000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000078999484ace91c39"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000400000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000400000000000000000000000000000000000000000000010000400000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xa604762cba14a7a74e11f221bc303539332d1101b97193893d64b7d14fdc5884","block_number":373},{"info":{"transaction_hash":"0xfc02d2f1a04f04473fb9a06a132e6a31cc4bdbc147e37dd842fa3797170ef031","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe74cef90b6cf1a77fefad731713e6f53e575c183","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe74cef90b6cf1a77fefad731713e6f53e575c183","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":140,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x43f34bd24a4b4070f49052f193915bf8c4e1d2e076c2f175e1b7e83daf312a6a","block_number":115},{"info":{"transaction_hash":"0x2ebfd773d7e91e0646ce9e52003e953f286723f6931dff32e38b440d6a4a62d4","transaction_index":0,"from":"0xbcd4042de499d14e55001ccbb24a551f3b954096","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xbcd4042de499d14e55001ccbb24a551f3b954096","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000084d96eae26b46228","output":"0x00000000000000000000000000000000000000000000000084d96eae26b46228","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000084d96eae26b46228","output":"0x00000000000000000000000000000000000000000000000084d96eae26b46228","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b9540960000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000084d96eae26b46228"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000084d96eae26b46228","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000084d96eae26b46228"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000084d96eae26b46228","output":"0x00000000000000000000000000000000000000000000000084d96eae26b46228","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000084d96eae26b46228","output":"0x00000000000000000000000000000000000000000000000084d96eae26b46228","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000334cf017e667247cc","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000334cf017e667247cc","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000084d96eae26b46228","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000084d96eae26b46228","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"],"data":"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000084d96eae26b46228"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000084d96eae26b46228","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000084d96eae26b46228"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b9540960000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000084d96eae26b46228"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"],"data":"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000084d96eae26b46228"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000020000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000080000000000000000080000000000001000000000100000000000000"},"block_hash":"0x93166be27d5ce011113c59a8c8b66a6532d276d34a090e0b86484791f1d711e1","block_number":259},{"info":{"transaction_hash":"0xb0c9c58b461cb72b086bd9e3bbca46e2a5325c26833438e72b386ae398d45670","transaction_index":0,"from":"0x6d69f301d1da5c7818b5e61eecc745b30179c68b","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x6d69f301d1da5c7818b5e61eecc745b30179c68b","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002703a666cad171b0","output":"0x0000000000000000000000000000000000000000000000002703a666cad171b0","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002703a666cad171b0","output":"0x0000000000000000000000000000000000000000000000002703a666cad171b0","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002703a666cad171b0"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002703a666cad171b0","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000002703a666cad171b0"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002703a666cad171b0","output":"0x0000000000000000000000000000000000000000000000002703a666cad171b0","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000002703a666cad171b0","output":"0x0000000000000000000000000000000000000000000000002703a666cad171b0","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000137c1b0e90cd2b9a99","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000137c1b0e90cd2b9a99","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002703a666cad171b0","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002703a666cad171b0","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b"],"data":"0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002703a666cad171b0"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000002703a666cad171b0","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000002703a666cad171b0"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002703a666cad171b0"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b"],"data":"0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000002703a666cad171b0"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000012000000000000000000800000010000000000000000000000000000000000800800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000080000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x4bc0c5178cd58d67d587d8d1cb21ce641773e34d48b0455566b2f56446bf5e56","block_number":381},{"info":{"transaction_hash":"0x8f9bc735593d32e07b7bec2443278d5753be24bc7701db009e410f410628e1e2","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec3000000000000000000000000000000000000000000000000012f18e79c1965b98","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30"],"data":"0x00000000000000000000000000000000000000000000000012f18e79c1965b98"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":179,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000002546bcd3c84621e976d8185a91a922ae77ecec30"],"data":"0x00000000000000000000000000000000000000000000000012f18e79c1965b98"}],"logsBloom":"0x00000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000100000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x70df02206eff7a5c098d1c0705726342bc3cfbd8eab5d1bb0de37c997cdc70c4","block_number":154},{"info":{"transaction_hash":"0x5e2f94b95038124c2b2ef260b68b0e8269968f5c67015c0d5f3c725e09a8cc18","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6000000000000000000000000000000000000000000000000598aed7205272e87","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6"],"data":"0x000000000000000000000000000000000000000000000000598aed7205272e87"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":202,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000007d86687f980a56b832e9378952b738b614a99dc6"],"data":"0x000000000000000000000000000000000000000000000000598aed7205272e87"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000800000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010001000000000000000000000000000000802000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x5af556e131f90ed905e996945d41a527aa9cbfbca86078b99788828be59031b7","block_number":177},{"info":{"transaction_hash":"0x226e9f7470bf0350175ce6bb4b9ce6a1c5a00c1c9f61ee8abf48f16cc2b8c11a","transaction_index":2,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0x998abeb3e57409262ae5b751f60747921b33613e","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x998abeb3e57409262ae5b751f60747921b33613e","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x60a03461011a57601f611ce238819003918201601f19168301916001600160401b0383118484101761011e5780849260209460405283398101031261011a57516001600160a01b0381169081900361011a576080525f5460ff8160081c166100c55760ff8082161061008b575b604051611baf9081610133823960805181818161071001526113b50152f35b60ff90811916175f557f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498602060405160ff8152a15f61006c565b60405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608490fd5b5f80fd5b634e487b7160e01b5f52604160045260245ffdfe60806040526004361015610011575f80fd5b5f3560e01c8062a1f4cb1461012957806313542a4e146100e857806326d941f214610124578063377ed99d1461011f5780633fb279521461011a57806347b314e8146100e35780635f61a88414610115578063605747d51461011057806368bccaac1461010b5780636d14a987146101065780637916cea6146101015780637ff81a87146100fc578063a3db80e2146100f7578063bf79ce58146100f2578063d5254a8c146100ed578063de29fac0146100e8578063e8bb9ae6146100e35763f4e24fe5146100de575f80fd5b610b86565b6104a5565b6101b1565b610b19565b61087e565b610833565b6107f2565b61077f565b6106fb565b6105c0565b610533565b6104d1565b61041e565b6102d0565b6101f9565b61015c565b600435906001600160a01b038216820361014457565b5f80fd5b35906001600160a01b038216820361014457565b34610144576020366003190112610144576001600160a01b0361017d61012e565b165f52600360205260405f2060018154910154906101ad6040519283928360209093929193604081019481520152565b0390f35b34610144576020366003190112610144576001600160a01b036101d261012e565b165f526001602052602060405f2054604051908152f35b6004359060ff8216820361014457565b34610144576020366003190112610144576102126101e9565b61021a6113b3565b60ff81165f52600460205260405f205461026c5761024661026a9160ff165f52600460205260405f2090565b61024e61037b565b5f81524363ffffffff166020820152905b5f6040830152610bd9565b005b60405162461bcd60e51b815260206004820152603660248201527f424c5341706b52656769737472792e696e697469616c697a6551756f72756d3a6044820152752071756f72756d20616c72656164792065786973747360501b6064820152608490fd5b346101445760203660031901126101445760ff6102eb6101e9565b165f526004602052602063ffffffff60405f205416604051908152f35b634e487b7160e01b5f52604160045260245ffd5b6040810190811067ffffffffffffffff82111761033857604052565b610308565b6060810190811067ffffffffffffffff82111761033857604052565b90601f8019910116810190811067ffffffffffffffff82111761033857604052565b6040519061038a606083610359565b565b9061038a6040519283610359565b906040600319830112610144576103b16004610148565b9160243567ffffffffffffffff811161014457816023820112156101445780600401359067ffffffffffffffff821161033857604051926103fc601f8401601f191660200185610359565b8284526024838301011161014457815f92602460209301838601378301015290565b34610144577f73a2b7fb844724b971802ae9b15db094d4b7192df9d7350e14eb466b9b22eb4e61044d3661039a565b906104566113b3565b61046961046282610d7b565b50836114ea565b60018060a01b0381165f52600160205261048e60405f20549260405193849384610c4e565b0390a1005b60209060031901126101445760043590565b34610144576104b336610493565b5f526002602052602060018060a01b0360405f205416604051908152f35b346101445760203660031901126101445760ff6104ec6101e9565b6104f4610c8e565b50165f5260056020526040805f2060018251916105108361031c565b80548352015460208201526105318251809260208091805184520151910152565bf35b34610144576040366003190112610144576105886105826105526101e9565b60ff602435915f604080516105668161033d565b8281528260208201520152165f52600460205260405f2061076a565b50610cc4565b604051809163ffffffff6040606084019267ffffffffffffffff19815116855282602082015116602086015201511660408301520390f35b34610144576060366003190112610144576105d96101e9565b6024359063ffffffff82168092036101445761058261060f9160ff6105fd60443590565b91165f52600460205260405f2061076a565b9063ffffffff602083015116811061069057816106556106649261063d60406101ad96015163ffffffff1690565b9063ffffffff821615918215610680575b5050610cfd565b5167ffffffffffffffff191690565b60405167ffffffffffffffff1990911681529081906020820190565b63ffffffff161190505f8061064e565b60405162461bcd60e51b815260206004820152603e60248201527f424c5341706b52656769737472792e5f76616c696461746541706b486173684160448201527f74426c6f636b4e756d6265723a20696e64657820746f6f20726563656e7400006064820152608490fd5b34610144575f366003190112610144576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b634e487b7160e01b5f52603260045260245ffd5b805415610765575f5260205f20905f90565b61073f565b8054821015610765575f5260205f2001905f90565b34610144576040366003190112610144576107986101e9565b60ff60243591165f52600460205260405f20908154811015610144576107bd9161076a565b50546040805182821b67ffffffffffffffff1916815260c083901c63ffffffff16602082015260e09290921c90820152606090f35b3461014457602036600319011261014457606061081561081061012e565b610d7b565b61082c604051809360208091805184520151910152565b6040820152f35b346101445760203660031901126101445760ff61084e6101e9565b165f52600560205260405f2060018154910154906101ad6040519283928360209093929193604081019481520152565b34610144576101603660031901126101445761089861012e565b61010036602319011261014457604036610123190112610144576101ad906108be6113b3565b6108dc6108ca36610e36565b80515f526020015160205260405f2090565b906109097fad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb5831415610eb1565b6001600160a01b0381165f90815260016020526040902061092b905415610f0f565b5f8281526002602052604090205461094c906001600160a01b031615610f7e565b604051610a1390610a0e906109b890602081019061098f8161098161014435610124356084356064356044356024358a610fe8565b03601f198101835282610359565b5190207f30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f0000001900690565b6109dc6109c436610e5e565b6109d6836109d136610e36565b6116b2565b906116f8565b906109fe6109e8611780565b916109d66109f536610e86565b916109d1611877565b90610a083661106c565b9261195c565b6110a5565b6001600160a01b0381165f908152600360205260409020610a3d9060643581556001608435910155565b6001600160a01b0381165f908152600160205260409020829055610a8c81610a6d845f52600260205260405f2090565b80546001600160a01b0319166001600160a01b03909216919091179055565b6040516001600160a01b03909116907fe3fb6613af2e8930cf85d47fcf6db10192224a64c6cbe8023e0eee1ba38280419080610ac78161113f565b0390a26040519081529081906020820190565b60206040818301928281528451809452019201905f5b818110610afd5750505090565b825163ffffffff16845260209384019390920191600101610af0565b346101445760403660031901126101445760043567ffffffffffffffff8111610144573660238201121561014457806004013567ffffffffffffffff8111610144573660248284010111610144576101ad91610b7a91602480359201611200565b60405191829182610ada565b34610144577ff843ecd53a563675e62107be1494fdde4a3d49aeedaf8d88c616d85346e3500e610bb53661039a565b90610bbe6113b3565b610469610bd3610bcd83610d7b565b50611a99565b836114ea565b80546801000000000000000081101561033857610bfb9160018201815561076a565b610c3b578151602083015160409384015163ffffffff60c01b60c09290921b919091169190931c1760e09290921b6001600160e01b031916919091179055565b634e487b7160e01b5f525f60045260245ffd5b919260809360209260018060a01b0316845282840152606060408401528051918291826060860152018484015e5f828201840152601f01601f1916010190565b60405190610c9b8261031c565b5f6020838281520152565b90604051610cb38161031c565b602060018294805484520154910152565b90604051610cd18161033d565b604081935467ffffffffffffffff1981831b16835263ffffffff8160c01c16602084015260e01c910152565b15610d0457565b60405162461bcd60e51b815260206004820152604360248201527f424c5341706b52656769737472792e5f76616c696461746541706b486173684160448201527f74426c6f636b4e756d6265723a206e6f74206c61746573742061706b2075706460648201526261746560e81b608482015260a490fd5b610d83610c8e565b5060018060a01b031690815f52600360205260405f2091600160405193610da98561031c565b80548552015460208401525f52600160205260405f2054918215610dcb579190565b60405162461bcd60e51b815260206004820152603e60248201527f424c5341706b52656769737472792e676574526567697374657265645075626b60448201527f65793a206f70657261746f72206973206e6f74207265676973746572656400006064820152608490fd5b60409060631901126101445760405190610e4f8261031c565b60643582526084356020830152565b60409060231901126101445760405190610e778261031c565b60243582526044356020830152565b6040906101231901126101445760405190610ea08261031c565b610124358252610144356020830152565b15610eb857565b608460405162461bcd60e51b815260206004820152604060248201525f516020611b5a5f395f51905f5260448201527f4b65793a2063616e6e6f74207265676973746572207a65726f207075626b65796064820152fd5b15610f1657565b60405162461bcd60e51b815260206004820152604760248201525f516020611b5a5f395f51905f5260448201527f4b65793a206f70657261746f7220616c72656164792072656769737465726564606482015266207075626b657960c81b608482015260a490fd5b15610f8557565b60405162461bcd60e51b815260206004820152604260248201525f516020611b5a5f395f51905f5260448201527f4b65793a207075626c6963206b657920616c7265616479207265676973746572606482015261195960f21b608482015260a490fd5b949290916101409694928652602086015260408501526060840152604060a46080850137604060e460c08501376101008301526101208201520190565b9080601f830112156101445760405191611040604084610359565b82906040810192831161014457905b82821061105c5750505090565b813581526020918201910161104f565b90608060a319830112610144576040516110858161031c565b60206110a082946110978160a4611025565b845260e4611025565b910152565b156110ac57565b60405162461bcd60e51b815260206004820152606c60248201525f516020611b5a5f395f51905f5260448201527f4b65793a2065697468657220746865204731207369676e61747572652069732060648201527f77726f6e672c206f7220473120616e642047322070726976617465206b65792060848201526b0c8de40dcdee840dac2e8c6d60a31b60a482015260c490fd5b90604060e4608060c0850194606435815260843560208201528360a4818301370137565b67ffffffffffffffff81116103385760051b60200190565b9061118582611163565b6111926040519182610359565b82815280926111a3601f1991611163565b0190602036910137565b90821015610765570190565b634e487b7160e01b5f52601160045260245ffd5b80156111d9575f190190565b6111b9565b5f198101919082116111d957565b80518210156107655760209160051b010190565b91909161120c8361117b565b925f5b81811061121d575050505090565b61124261123c61122e8385876111ad565b356001600160f81b03191690565b60f81c90565b6112578160ff165f52600460205260405f2090565b5480158015611388575b61130357805b611276575b505060010161120f565b8563ffffffff6112b46112a66112978660ff165f52600460205260405f2090565b6112a0866111de565b9061076a565b505460c01c63ffffffff1690565b1611156112ca576112c4906111cd565b80611267565b60019291506112e76112de6112fc926111de565b63ffffffff1690565b6112f183896111ec565b9063ffffffff169052565b905f61126c565b60405162461bcd60e51b815260206004820152605160248201527f424c5341706b52656769737472792e67657441706b496e64696365734174426c60448201527f6f636b4e756d6265723a20626c6f636b4e756d626572206973206265666f7265606482015270207468652066697273742075706461746560781b608482015260a490fd5b506113ac6112de6112a66113a78560ff165f52600460205260405f2090565b610753565b8610611261565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036113e557565b60405162461bcd60e51b815260206004820152604e60248201527f424c5341706b52656769737472792e6f6e6c795265676973747279436f6f726460448201527f696e61746f723a2063616c6c6572206973206e6f74207468652072656769737460648201526d393c9031b7b7b93234b730ba37b960911b608482015260a490fd5b908151811015610765570160200190565b1561147f57565b60405162461bcd60e51b815260206004820152603d60248201527f424c5341706b52656769737472792e5f70726f6365737351756f72756d41706b60448201527f5570646174653a2071756f72756d20646f6573206e6f742065786973740000006064820152608490fd5b91906114f4610c8e565b504363ffffffff16905f5b845181101561167f57808361152a61123c61151c6001958a611467565b516001600160f81b03191690565b61153f8160ff165f52600460205260405f2090565b549061154c821515611478565b6115d26115b36115a561157b896115766115718760ff165f52600560205260405f2090565b610ca6565b6116f8565b6108ca816115948760ff165f52600560205260405f2090565b906020600191805184550151910155565b67ffffffffffffffff191690565b926112a06115cc8460ff165f52600460205260405f2090565b916111de565b5090836115ea6112de845463ffffffff9060c01c1690565b03611613575061160d92509060401c67ffffffffffffffff60c01b825416179055565b016114ff565b81546001600160e01b031660e09490941b6001600160e01b03191693909317905561167a9161164d9060ff165f52600460205260405f2090565b61166961165861037b565b67ffffffffffffffff199093168352565b63ffffffff8716602083015261025f565b61160d565b5050509050565b604051906101806116978184610359565b368337565b604051906116ab602083610359565b6020368337565b919060409060606116c1610c8e565b94859260208551926116d38585610359565b8436853780518452015160208301528482015260076107cf195a01fa156116f657565bfe5b602092916080604092611709610c8e565b9586938186519361171a8686610359565b85368637805185520151828401528051868401520151606082015260066107cf195a01fa80156116f6571561174b57565b60405162461bcd60e51b815260206004820152600d60248201526c1958cb5859190b59985a5b1959609a1b6044820152606490fd5b60405161178c8161031c565b604090815161179b8382610359565b82368237815260208251916117b08484610359565b83368437015280516117c28282610359565b7f198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c281527f1800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed60208201528151906118188383610359565b7f275dc4a288d1afb3cbb1ac09187524c7db36395df7be3b99e673b13a075a65ec82527f1d9befcd05a5323e6da4d435f3b617cdb3af83285c2df711ef39c01571827f9d602083015261186d83519384610359565b8252602082015290565b61187f610c8e565b5060405161188c8161031c565b600181526002602082015290565b906006820291808304600614901517156111d957565b9060028110156107655760051b0190565b90600182018092116111d957565b90600282018092116111d957565b90600382018092116111d957565b90600482018092116111d957565b90600582018092116111d957565b90600c8110156107655760051b0190565b1561191f57565b60405162461bcd60e51b81526020600482015260156024820152741c185a5c9a5b99cb5bdc18dbd9194b59985a5b1959605a1b6044820152606490fd5b929091611969604061038c565b938452602084015261197b604061038c565b918252602082015261198b611686565b915f5b600281106119c8575050506020610180916119a761169c565b92839160086107cf195a01fa80156116f6576119c290611918565b51151590565b806119d460019261189a565b6119de82856118b0565b51516119ea8288611907565b5260206119f783866118b0565b510151611a0c611a06836118c1565b88611907565b52611a1782866118b0565b515151611a26611a06836118cf565b52611a3c611a3483876118b0565b515160200190565b51611a49611a06836118dd565b526020611a5683876118b0565b51015151611a66611a06836118eb565b52611a92611a8c611a856020611a7c868a6118b0565b51015160200190565b51926118f9565b87611907565b520161198e565b611aa1610c8e565b50805190811580611b4d575b15611ace575050604051611ac2604082610359565b5f81525f602082015290565b60207f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47910151067f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47037f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd4781116111d9576040519161186d604084610359565b50602081015115611aad56fe424c5341706b52656769737472792e7265676973746572424c535075626c6963a2646970667358221220ff5eff5a401ee9aa7215135b00f7f316deef13de7c41e185acdf9575b95c76da64736f6c634300081b00330000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f373042","output":"0x60806040526004361015610011575f80fd5b5f3560e01c8062a1f4cb1461012957806313542a4e146100e857806326d941f214610124578063377ed99d1461011f5780633fb279521461011a57806347b314e8146100e35780635f61a88414610115578063605747d51461011057806368bccaac1461010b5780636d14a987146101065780637916cea6146101015780637ff81a87146100fc578063a3db80e2146100f7578063bf79ce58146100f2578063d5254a8c146100ed578063de29fac0146100e8578063e8bb9ae6146100e35763f4e24fe5146100de575f80fd5b610b86565b6104a5565b6101b1565b610b19565b61087e565b610833565b6107f2565b61077f565b6106fb565b6105c0565b610533565b6104d1565b61041e565b6102d0565b6101f9565b61015c565b600435906001600160a01b038216820361014457565b5f80fd5b35906001600160a01b038216820361014457565b34610144576020366003190112610144576001600160a01b0361017d61012e565b165f52600360205260405f2060018154910154906101ad6040519283928360209093929193604081019481520152565b0390f35b34610144576020366003190112610144576001600160a01b036101d261012e565b165f526001602052602060405f2054604051908152f35b6004359060ff8216820361014457565b34610144576020366003190112610144576102126101e9565b61021a6113b3565b60ff81165f52600460205260405f205461026c5761024661026a9160ff165f52600460205260405f2090565b61024e61037b565b5f81524363ffffffff166020820152905b5f6040830152610bd9565b005b60405162461bcd60e51b815260206004820152603660248201527f424c5341706b52656769737472792e696e697469616c697a6551756f72756d3a6044820152752071756f72756d20616c72656164792065786973747360501b6064820152608490fd5b346101445760203660031901126101445760ff6102eb6101e9565b165f526004602052602063ffffffff60405f205416604051908152f35b634e487b7160e01b5f52604160045260245ffd5b6040810190811067ffffffffffffffff82111761033857604052565b610308565b6060810190811067ffffffffffffffff82111761033857604052565b90601f8019910116810190811067ffffffffffffffff82111761033857604052565b6040519061038a606083610359565b565b9061038a6040519283610359565b906040600319830112610144576103b16004610148565b9160243567ffffffffffffffff811161014457816023820112156101445780600401359067ffffffffffffffff821161033857604051926103fc601f8401601f191660200185610359565b8284526024838301011161014457815f92602460209301838601378301015290565b34610144577f73a2b7fb844724b971802ae9b15db094d4b7192df9d7350e14eb466b9b22eb4e61044d3661039a565b906104566113b3565b61046961046282610d7b565b50836114ea565b60018060a01b0381165f52600160205261048e60405f20549260405193849384610c4e565b0390a1005b60209060031901126101445760043590565b34610144576104b336610493565b5f526002602052602060018060a01b0360405f205416604051908152f35b346101445760203660031901126101445760ff6104ec6101e9565b6104f4610c8e565b50165f5260056020526040805f2060018251916105108361031c565b80548352015460208201526105318251809260208091805184520151910152565bf35b34610144576040366003190112610144576105886105826105526101e9565b60ff602435915f604080516105668161033d565b8281528260208201520152165f52600460205260405f2061076a565b50610cc4565b604051809163ffffffff6040606084019267ffffffffffffffff19815116855282602082015116602086015201511660408301520390f35b34610144576060366003190112610144576105d96101e9565b6024359063ffffffff82168092036101445761058261060f9160ff6105fd60443590565b91165f52600460205260405f2061076a565b9063ffffffff602083015116811061069057816106556106649261063d60406101ad96015163ffffffff1690565b9063ffffffff821615918215610680575b5050610cfd565b5167ffffffffffffffff191690565b60405167ffffffffffffffff1990911681529081906020820190565b63ffffffff161190505f8061064e565b60405162461bcd60e51b815260206004820152603e60248201527f424c5341706b52656769737472792e5f76616c696461746541706b486173684160448201527f74426c6f636b4e756d6265723a20696e64657820746f6f20726563656e7400006064820152608490fd5b34610144575f366003190112610144576040517f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03168152602090f35b634e487b7160e01b5f52603260045260245ffd5b805415610765575f5260205f20905f90565b61073f565b8054821015610765575f5260205f2001905f90565b34610144576040366003190112610144576107986101e9565b60ff60243591165f52600460205260405f20908154811015610144576107bd9161076a565b50546040805182821b67ffffffffffffffff1916815260c083901c63ffffffff16602082015260e09290921c90820152606090f35b3461014457602036600319011261014457606061081561081061012e565b610d7b565b61082c604051809360208091805184520151910152565b6040820152f35b346101445760203660031901126101445760ff61084e6101e9565b165f52600560205260405f2060018154910154906101ad6040519283928360209093929193604081019481520152565b34610144576101603660031901126101445761089861012e565b61010036602319011261014457604036610123190112610144576101ad906108be6113b3565b6108dc6108ca36610e36565b80515f526020015160205260405f2090565b906109097fad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb5831415610eb1565b6001600160a01b0381165f90815260016020526040902061092b905415610f0f565b5f8281526002602052604090205461094c906001600160a01b031615610f7e565b604051610a1390610a0e906109b890602081019061098f8161098161014435610124356084356064356044356024358a610fe8565b03601f198101835282610359565b5190207f30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f0000001900690565b6109dc6109c436610e5e565b6109d6836109d136610e36565b6116b2565b906116f8565b906109fe6109e8611780565b916109d66109f536610e86565b916109d1611877565b90610a083661106c565b9261195c565b6110a5565b6001600160a01b0381165f908152600360205260409020610a3d9060643581556001608435910155565b6001600160a01b0381165f908152600160205260409020829055610a8c81610a6d845f52600260205260405f2090565b80546001600160a01b0319166001600160a01b03909216919091179055565b6040516001600160a01b03909116907fe3fb6613af2e8930cf85d47fcf6db10192224a64c6cbe8023e0eee1ba38280419080610ac78161113f565b0390a26040519081529081906020820190565b60206040818301928281528451809452019201905f5b818110610afd5750505090565b825163ffffffff16845260209384019390920191600101610af0565b346101445760403660031901126101445760043567ffffffffffffffff8111610144573660238201121561014457806004013567ffffffffffffffff8111610144573660248284010111610144576101ad91610b7a91602480359201611200565b60405191829182610ada565b34610144577ff843ecd53a563675e62107be1494fdde4a3d49aeedaf8d88c616d85346e3500e610bb53661039a565b90610bbe6113b3565b610469610bd3610bcd83610d7b565b50611a99565b836114ea565b80546801000000000000000081101561033857610bfb9160018201815561076a565b610c3b578151602083015160409384015163ffffffff60c01b60c09290921b919091169190931c1760e09290921b6001600160e01b031916919091179055565b634e487b7160e01b5f525f60045260245ffd5b919260809360209260018060a01b0316845282840152606060408401528051918291826060860152018484015e5f828201840152601f01601f1916010190565b60405190610c9b8261031c565b5f6020838281520152565b90604051610cb38161031c565b602060018294805484520154910152565b90604051610cd18161033d565b604081935467ffffffffffffffff1981831b16835263ffffffff8160c01c16602084015260e01c910152565b15610d0457565b60405162461bcd60e51b815260206004820152604360248201527f424c5341706b52656769737472792e5f76616c696461746541706b486173684160448201527f74426c6f636b4e756d6265723a206e6f74206c61746573742061706b2075706460648201526261746560e81b608482015260a490fd5b610d83610c8e565b5060018060a01b031690815f52600360205260405f2091600160405193610da98561031c565b80548552015460208401525f52600160205260405f2054918215610dcb579190565b60405162461bcd60e51b815260206004820152603e60248201527f424c5341706b52656769737472792e676574526567697374657265645075626b60448201527f65793a206f70657261746f72206973206e6f74207265676973746572656400006064820152608490fd5b60409060631901126101445760405190610e4f8261031c565b60643582526084356020830152565b60409060231901126101445760405190610e778261031c565b60243582526044356020830152565b6040906101231901126101445760405190610ea08261031c565b610124358252610144356020830152565b15610eb857565b608460405162461bcd60e51b815260206004820152604060248201525f516020611b5a5f395f51905f5260448201527f4b65793a2063616e6e6f74207265676973746572207a65726f207075626b65796064820152fd5b15610f1657565b60405162461bcd60e51b815260206004820152604760248201525f516020611b5a5f395f51905f5260448201527f4b65793a206f70657261746f7220616c72656164792072656769737465726564606482015266207075626b657960c81b608482015260a490fd5b15610f8557565b60405162461bcd60e51b815260206004820152604260248201525f516020611b5a5f395f51905f5260448201527f4b65793a207075626c6963206b657920616c7265616479207265676973746572606482015261195960f21b608482015260a490fd5b949290916101409694928652602086015260408501526060840152604060a46080850137604060e460c08501376101008301526101208201520190565b9080601f830112156101445760405191611040604084610359565b82906040810192831161014457905b82821061105c5750505090565b813581526020918201910161104f565b90608060a319830112610144576040516110858161031c565b60206110a082946110978160a4611025565b845260e4611025565b910152565b156110ac57565b60405162461bcd60e51b815260206004820152606c60248201525f516020611b5a5f395f51905f5260448201527f4b65793a2065697468657220746865204731207369676e61747572652069732060648201527f77726f6e672c206f7220473120616e642047322070726976617465206b65792060848201526b0c8de40dcdee840dac2e8c6d60a31b60a482015260c490fd5b90604060e4608060c0850194606435815260843560208201528360a4818301370137565b67ffffffffffffffff81116103385760051b60200190565b9061118582611163565b6111926040519182610359565b82815280926111a3601f1991611163565b0190602036910137565b90821015610765570190565b634e487b7160e01b5f52601160045260245ffd5b80156111d9575f190190565b6111b9565b5f198101919082116111d957565b80518210156107655760209160051b010190565b91909161120c8361117b565b925f5b81811061121d575050505090565b61124261123c61122e8385876111ad565b356001600160f81b03191690565b60f81c90565b6112578160ff165f52600460205260405f2090565b5480158015611388575b61130357805b611276575b505060010161120f565b8563ffffffff6112b46112a66112978660ff165f52600460205260405f2090565b6112a0866111de565b9061076a565b505460c01c63ffffffff1690565b1611156112ca576112c4906111cd565b80611267565b60019291506112e76112de6112fc926111de565b63ffffffff1690565b6112f183896111ec565b9063ffffffff169052565b905f61126c565b60405162461bcd60e51b815260206004820152605160248201527f424c5341706b52656769737472792e67657441706b496e64696365734174426c60448201527f6f636b4e756d6265723a20626c6f636b4e756d626572206973206265666f7265606482015270207468652066697273742075706461746560781b608482015260a490fd5b506113ac6112de6112a66113a78560ff165f52600460205260405f2090565b610753565b8610611261565b7f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b031633036113e557565b60405162461bcd60e51b815260206004820152604e60248201527f424c5341706b52656769737472792e6f6e6c795265676973747279436f6f726460448201527f696e61746f723a2063616c6c6572206973206e6f74207468652072656769737460648201526d393c9031b7b7b93234b730ba37b960911b608482015260a490fd5b908151811015610765570160200190565b1561147f57565b60405162461bcd60e51b815260206004820152603d60248201527f424c5341706b52656769737472792e5f70726f6365737351756f72756d41706b60448201527f5570646174653a2071756f72756d20646f6573206e6f742065786973740000006064820152608490fd5b91906114f4610c8e565b504363ffffffff16905f5b845181101561167f57808361152a61123c61151c6001958a611467565b516001600160f81b03191690565b61153f8160ff165f52600460205260405f2090565b549061154c821515611478565b6115d26115b36115a561157b896115766115718760ff165f52600560205260405f2090565b610ca6565b6116f8565b6108ca816115948760ff165f52600560205260405f2090565b906020600191805184550151910155565b67ffffffffffffffff191690565b926112a06115cc8460ff165f52600460205260405f2090565b916111de565b5090836115ea6112de845463ffffffff9060c01c1690565b03611613575061160d92509060401c67ffffffffffffffff60c01b825416179055565b016114ff565b81546001600160e01b031660e09490941b6001600160e01b03191693909317905561167a9161164d9060ff165f52600460205260405f2090565b61166961165861037b565b67ffffffffffffffff199093168352565b63ffffffff8716602083015261025f565b61160d565b5050509050565b604051906101806116978184610359565b368337565b604051906116ab602083610359565b6020368337565b919060409060606116c1610c8e565b94859260208551926116d38585610359565b8436853780518452015160208301528482015260076107cf195a01fa156116f657565bfe5b602092916080604092611709610c8e565b9586938186519361171a8686610359565b85368637805185520151828401528051868401520151606082015260066107cf195a01fa80156116f6571561174b57565b60405162461bcd60e51b815260206004820152600d60248201526c1958cb5859190b59985a5b1959609a1b6044820152606490fd5b60405161178c8161031c565b604090815161179b8382610359565b82368237815260208251916117b08484610359565b83368437015280516117c28282610359565b7f198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c281527f1800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed60208201528151906118188383610359565b7f275dc4a288d1afb3cbb1ac09187524c7db36395df7be3b99e673b13a075a65ec82527f1d9befcd05a5323e6da4d435f3b617cdb3af83285c2df711ef39c01571827f9d602083015261186d83519384610359565b8252602082015290565b61187f610c8e565b5060405161188c8161031c565b600181526002602082015290565b906006820291808304600614901517156111d957565b9060028110156107655760051b0190565b90600182018092116111d957565b90600282018092116111d957565b90600382018092116111d957565b90600482018092116111d957565b90600582018092116111d957565b90600c8110156107655760051b0190565b1561191f57565b60405162461bcd60e51b81526020600482015260156024820152741c185a5c9a5b99cb5bdc18dbd9194b59985a5b1959605a1b6044820152606490fd5b929091611969604061038c565b938452602084015261197b604061038c565b918252602082015261198b611686565b915f5b600281106119c8575050506020610180916119a761169c565b92839160086107cf195a01fa80156116f6576119c290611918565b51151590565b806119d460019261189a565b6119de82856118b0565b51516119ea8288611907565b5260206119f783866118b0565b510151611a0c611a06836118c1565b88611907565b52611a1782866118b0565b515151611a26611a06836118cf565b52611a3c611a3483876118b0565b515160200190565b51611a49611a06836118dd565b526020611a5683876118b0565b51015151611a66611a06836118eb565b52611a92611a8c611a856020611a7c868a6118b0565b51015160200190565b51926118f9565b87611907565b520161198e565b611aa1610c8e565b50805190811580611b4d575b15611ace575050604051611ac2604082610359565b5f81525f602082015290565b60207f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47910151067f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47037f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd4781116111d9576040519161186d604084610359565b50602081015115611aad56fe424c5341706b52656769737472792e7265676973746572424c535075626c6963a2646970667358221220ff5eff5a401ee9aa7215135b00f7f316deef13de7c41e185acdf9575b95c76da64736f6c634300081b0033","gas_used":1442346,"gas_limit":1926316,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x60806040526004361015610011575f80fd5b5f3560e01c8062a1f4cb1461012957806313542a4e146100e857806326d941f214610124578063377ed99d1461011f5780633fb279521461011a57806347b314e8146100e35780635f61a88414610115578063605747d51461011057806368bccaac1461010b5780636d14a987146101065780637916cea6146101015780637ff81a87146100fc578063a3db80e2146100f7578063bf79ce58146100f2578063d5254a8c146100ed578063de29fac0146100e8578063e8bb9ae6146100e35763f4e24fe5146100de575f80fd5b610b86565b6104a5565b6101b1565b610b19565b61087e565b610833565b6107f2565b61077f565b6106fb565b6105c0565b610533565b6104d1565b61041e565b6102d0565b6101f9565b61015c565b600435906001600160a01b038216820361014457565b5f80fd5b35906001600160a01b038216820361014457565b34610144576020366003190112610144576001600160a01b0361017d61012e565b165f52600360205260405f2060018154910154906101ad6040519283928360209093929193604081019481520152565b0390f35b34610144576020366003190112610144576001600160a01b036101d261012e565b165f526001602052602060405f2054604051908152f35b6004359060ff8216820361014457565b34610144576020366003190112610144576102126101e9565b61021a6113b3565b60ff81165f52600460205260405f205461026c5761024661026a9160ff165f52600460205260405f2090565b61024e61037b565b5f81524363ffffffff166020820152905b5f6040830152610bd9565b005b60405162461bcd60e51b815260206004820152603660248201527f424c5341706b52656769737472792e696e697469616c697a6551756f72756d3a6044820152752071756f72756d20616c72656164792065786973747360501b6064820152608490fd5b346101445760203660031901126101445760ff6102eb6101e9565b165f526004602052602063ffffffff60405f205416604051908152f35b634e487b7160e01b5f52604160045260245ffd5b6040810190811067ffffffffffffffff82111761033857604052565b610308565b6060810190811067ffffffffffffffff82111761033857604052565b90601f8019910116810190811067ffffffffffffffff82111761033857604052565b6040519061038a606083610359565b565b9061038a6040519283610359565b906040600319830112610144576103b16004610148565b9160243567ffffffffffffffff811161014457816023820112156101445780600401359067ffffffffffffffff821161033857604051926103fc601f8401601f191660200185610359565b8284526024838301011161014457815f92602460209301838601378301015290565b34610144577f73a2b7fb844724b971802ae9b15db094d4b7192df9d7350e14eb466b9b22eb4e61044d3661039a565b906104566113b3565b61046961046282610d7b565b50836114ea565b60018060a01b0381165f52600160205261048e60405f20549260405193849384610c4e565b0390a1005b60209060031901126101445760043590565b34610144576104b336610493565b5f526002602052602060018060a01b0360405f205416604051908152f35b346101445760203660031901126101445760ff6104ec6101e9565b6104f4610c8e565b50165f5260056020526040805f2060018251916105108361031c565b80548352015460208201526105318251809260208091805184520151910152565bf35b34610144576040366003190112610144576105886105826105526101e9565b60ff602435915f604080516105668161033d565b8281528260208201520152165f52600460205260405f2061076a565b50610cc4565b604051809163ffffffff6040606084019267ffffffffffffffff19815116855282602082015116602086015201511660408301520390f35b34610144576060366003190112610144576105d96101e9565b6024359063ffffffff82168092036101445761058261060f9160ff6105fd60443590565b91165f52600460205260405f2061076a565b9063ffffffff602083015116811061069057816106556106649261063d60406101ad96015163ffffffff1690565b9063ffffffff821615918215610680575b5050610cfd565b5167ffffffffffffffff191690565b60405167ffffffffffffffff1990911681529081906020820190565b63ffffffff161190505f8061064e565b60405162461bcd60e51b815260206004820152603e60248201527f424c5341706b52656769737472792e5f76616c696461746541706b486173684160448201527f74426c6f636b4e756d6265723a20696e64657820746f6f20726563656e7400006064820152608490fd5b34610144575f366003190112610144576040517f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b03168152602090f35b634e487b7160e01b5f52603260045260245ffd5b805415610765575f5260205f20905f90565b61073f565b8054821015610765575f5260205f2001905f90565b34610144576040366003190112610144576107986101e9565b60ff60243591165f52600460205260405f20908154811015610144576107bd9161076a565b50546040805182821b67ffffffffffffffff1916815260c083901c63ffffffff16602082015260e09290921c90820152606090f35b3461014457602036600319011261014457606061081561081061012e565b610d7b565b61082c604051809360208091805184520151910152565b6040820152f35b346101445760203660031901126101445760ff61084e6101e9565b165f52600560205260405f2060018154910154906101ad6040519283928360209093929193604081019481520152565b34610144576101603660031901126101445761089861012e565b61010036602319011261014457604036610123190112610144576101ad906108be6113b3565b6108dc6108ca36610e36565b80515f526020015160205260405f2090565b906109097fad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb5831415610eb1565b6001600160a01b0381165f90815260016020526040902061092b905415610f0f565b5f8281526002602052604090205461094c906001600160a01b031615610f7e565b604051610a1390610a0e906109b890602081019061098f8161098161014435610124356084356064356044356024358a610fe8565b03601f198101835282610359565b5190207f30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f0000001900690565b6109dc6109c436610e5e565b6109d6836109d136610e36565b6116b2565b906116f8565b906109fe6109e8611780565b916109d66109f536610e86565b916109d1611877565b90610a083661106c565b9261195c565b6110a5565b6001600160a01b0381165f908152600360205260409020610a3d9060643581556001608435910155565b6001600160a01b0381165f908152600160205260409020829055610a8c81610a6d845f52600260205260405f2090565b80546001600160a01b0319166001600160a01b03909216919091179055565b6040516001600160a01b03909116907fe3fb6613af2e8930cf85d47fcf6db10192224a64c6cbe8023e0eee1ba38280419080610ac78161113f565b0390a26040519081529081906020820190565b60206040818301928281528451809452019201905f5b818110610afd5750505090565b825163ffffffff16845260209384019390920191600101610af0565b346101445760403660031901126101445760043567ffffffffffffffff8111610144573660238201121561014457806004013567ffffffffffffffff8111610144573660248284010111610144576101ad91610b7a91602480359201611200565b60405191829182610ada565b34610144577ff843ecd53a563675e62107be1494fdde4a3d49aeedaf8d88c616d85346e3500e610bb53661039a565b90610bbe6113b3565b610469610bd3610bcd83610d7b565b50611a99565b836114ea565b80546801000000000000000081101561033857610bfb9160018201815561076a565b610c3b578151602083015160409384015163ffffffff60c01b60c09290921b919091169190931c1760e09290921b6001600160e01b031916919091179055565b634e487b7160e01b5f525f60045260245ffd5b919260809360209260018060a01b0316845282840152606060408401528051918291826060860152018484015e5f828201840152601f01601f1916010190565b60405190610c9b8261031c565b5f6020838281520152565b90604051610cb38161031c565b602060018294805484520154910152565b90604051610cd18161033d565b604081935467ffffffffffffffff1981831b16835263ffffffff8160c01c16602084015260e01c910152565b15610d0457565b60405162461bcd60e51b815260206004820152604360248201527f424c5341706b52656769737472792e5f76616c696461746541706b486173684160448201527f74426c6f636b4e756d6265723a206e6f74206c61746573742061706b2075706460648201526261746560e81b608482015260a490fd5b610d83610c8e565b5060018060a01b031690815f52600360205260405f2091600160405193610da98561031c565b80548552015460208401525f52600160205260405f2054918215610dcb579190565b60405162461bcd60e51b815260206004820152603e60248201527f424c5341706b52656769737472792e676574526567697374657265645075626b60448201527f65793a206f70657261746f72206973206e6f74207265676973746572656400006064820152608490fd5b60409060631901126101445760405190610e4f8261031c565b60643582526084356020830152565b60409060231901126101445760405190610e778261031c565b60243582526044356020830152565b6040906101231901126101445760405190610ea08261031c565b610124358252610144356020830152565b15610eb857565b608460405162461bcd60e51b815260206004820152604060248201525f516020611b5a5f395f51905f5260448201527f4b65793a2063616e6e6f74207265676973746572207a65726f207075626b65796064820152fd5b15610f1657565b60405162461bcd60e51b815260206004820152604760248201525f516020611b5a5f395f51905f5260448201527f4b65793a206f70657261746f7220616c72656164792072656769737465726564606482015266207075626b657960c81b608482015260a490fd5b15610f8557565b60405162461bcd60e51b815260206004820152604260248201525f516020611b5a5f395f51905f5260448201527f4b65793a207075626c6963206b657920616c7265616479207265676973746572606482015261195960f21b608482015260a490fd5b949290916101409694928652602086015260408501526060840152604060a46080850137604060e460c08501376101008301526101208201520190565b9080601f830112156101445760405191611040604084610359565b82906040810192831161014457905b82821061105c5750505090565b813581526020918201910161104f565b90608060a319830112610144576040516110858161031c565b60206110a082946110978160a4611025565b845260e4611025565b910152565b156110ac57565b60405162461bcd60e51b815260206004820152606c60248201525f516020611b5a5f395f51905f5260448201527f4b65793a2065697468657220746865204731207369676e61747572652069732060648201527f77726f6e672c206f7220473120616e642047322070726976617465206b65792060848201526b0c8de40dcdee840dac2e8c6d60a31b60a482015260c490fd5b90604060e4608060c0850194606435815260843560208201528360a4818301370137565b67ffffffffffffffff81116103385760051b60200190565b9061118582611163565b6111926040519182610359565b82815280926111a3601f1991611163565b0190602036910137565b90821015610765570190565b634e487b7160e01b5f52601160045260245ffd5b80156111d9575f190190565b6111b9565b5f198101919082116111d957565b80518210156107655760209160051b010190565b91909161120c8361117b565b925f5b81811061121d575050505090565b61124261123c61122e8385876111ad565b356001600160f81b03191690565b60f81c90565b6112578160ff165f52600460205260405f2090565b5480158015611388575b61130357805b611276575b505060010161120f565b8563ffffffff6112b46112a66112978660ff165f52600460205260405f2090565b6112a0866111de565b9061076a565b505460c01c63ffffffff1690565b1611156112ca576112c4906111cd565b80611267565b60019291506112e76112de6112fc926111de565b63ffffffff1690565b6112f183896111ec565b9063ffffffff169052565b905f61126c565b60405162461bcd60e51b815260206004820152605160248201527f424c5341706b52656769737472792e67657441706b496e64696365734174426c60448201527f6f636b4e756d6265723a20626c6f636b4e756d626572206973206265666f7265606482015270207468652066697273742075706461746560781b608482015260a490fd5b506113ac6112de6112a66113a78560ff165f52600460205260405f2090565b610753565b8610611261565b7f0000000000000000000000009e545e3c0baab3e08cdfd552c960a1050f3730426001600160a01b031633036113e557565b60405162461bcd60e51b815260206004820152604e60248201527f424c5341706b52656769737472792e6f6e6c795265676973747279436f6f726460448201527f696e61746f723a2063616c6c6572206973206e6f74207468652072656769737460648201526d393c9031b7b7b93234b730ba37b960911b608482015260a490fd5b908151811015610765570160200190565b1561147f57565b60405162461bcd60e51b815260206004820152603d60248201527f424c5341706b52656769737472792e5f70726f6365737351756f72756d41706b60448201527f5570646174653a2071756f72756d20646f6573206e6f742065786973740000006064820152608490fd5b91906114f4610c8e565b504363ffffffff16905f5b845181101561167f57808361152a61123c61151c6001958a611467565b516001600160f81b03191690565b61153f8160ff165f52600460205260405f2090565b549061154c821515611478565b6115d26115b36115a561157b896115766115718760ff165f52600560205260405f2090565b610ca6565b6116f8565b6108ca816115948760ff165f52600560205260405f2090565b906020600191805184550151910155565b67ffffffffffffffff191690565b926112a06115cc8460ff165f52600460205260405f2090565b916111de565b5090836115ea6112de845463ffffffff9060c01c1690565b03611613575061160d92509060401c67ffffffffffffffff60c01b825416179055565b016114ff565b81546001600160e01b031660e09490941b6001600160e01b03191693909317905561167a9161164d9060ff165f52600460205260405f2090565b61166961165861037b565b67ffffffffffffffff199093168352565b63ffffffff8716602083015261025f565b61160d565b5050509050565b604051906101806116978184610359565b368337565b604051906116ab602083610359565b6020368337565b919060409060606116c1610c8e565b94859260208551926116d38585610359565b8436853780518452015160208301528482015260076107cf195a01fa156116f657565bfe5b602092916080604092611709610c8e565b9586938186519361171a8686610359565b85368637805185520151828401528051868401520151606082015260066107cf195a01fa80156116f6571561174b57565b60405162461bcd60e51b815260206004820152600d60248201526c1958cb5859190b59985a5b1959609a1b6044820152606490fd5b60405161178c8161031c565b604090815161179b8382610359565b82368237815260208251916117b08484610359565b83368437015280516117c28282610359565b7f198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c281527f1800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed60208201528151906118188383610359565b7f275dc4a288d1afb3cbb1ac09187524c7db36395df7be3b99e673b13a075a65ec82527f1d9befcd05a5323e6da4d435f3b617cdb3af83285c2df711ef39c01571827f9d602083015261186d83519384610359565b8252602082015290565b61187f610c8e565b5060405161188c8161031c565b600181526002602082015290565b906006820291808304600614901517156111d957565b9060028110156107655760051b0190565b90600182018092116111d957565b90600282018092116111d957565b90600382018092116111d957565b90600482018092116111d957565b90600582018092116111d957565b90600c8110156107655760051b0190565b1561191f57565b60405162461bcd60e51b81526020600482015260156024820152741c185a5c9a5b99cb5bdc18dbd9194b59985a5b1959605a1b6044820152606490fd5b929091611969604061038c565b938452602084015261197b604061038c565b918252602082015261198b611686565b915f5b600281106119c8575050506020610180916119a761169c565b92839160086107cf195a01fa80156116f6576119c290611918565b51151590565b806119d460019261189a565b6119de82856118b0565b51516119ea8288611907565b5260206119f783866118b0565b510151611a0c611a06836118c1565b88611907565b52611a1782866118b0565b515151611a26611a06836118cf565b52611a3c611a3483876118b0565b515160200190565b51611a49611a06836118dd565b526020611a5683876118b0565b51015151611a66611a06836118eb565b52611a92611a8c611a856020611a7c868a6118b0565b51015160200190565b51926118f9565b87611907565b520161198e565b611aa1610c8e565b50805190811580611b4d575b15611ace575050604051611ac2604082610359565b5f81525f602082015290565b60207f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47910151067f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47037f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd4781116111d9576040519161186d604084610359565b50602081015115611aad56fe424c5341706b52656769737472792e7265676973746572424c535075626c6963a2646970667358221220ff5eff5a401ee9aa7215135b00f7f316deef13de7c41e185acdf9575b95c76da64736f6c634300081b0033","nonce":39,"gas_used":1613236},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x3494ff","logs":[{"address":"0x998abeb3e57409262ae5b751f60747921b33613e","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"}],"logsBloom":"0x00002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xd27a75abaf336f542afa6889bd43ca2eaa8acd37b0038b53a545412c50a86448","block_number":23},{"info":{"transaction_hash":"0x1cce12643246a794dcfd3848b67b7064cd7cf7a71b22cea17d9fe14215856bb9","transaction_index":0,"from":"0x586ba39027a74e8d40e6626f89ae97ba7f616644","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x586ba39027a74e8d40e6626f89ae97ba7f616644","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006545d716817d36a9","output":"0x0000000000000000000000000000000000000000000000006545d716817d36a9","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006545d716817d36a9","output":"0x0000000000000000000000000000000000000000000000006545d716817d36a9","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f6166440000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006545d716817d36a9"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006545d716817d36a9","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000006545d716817d36a9"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006545d716817d36a9","output":"0x0000000000000000000000000000000000000000000000006545d716817d36a9","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006545d716817d36a9","output":"0x0000000000000000000000000000000000000000000000006545d716817d36a9","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000162fe8b0befa12e689","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x0000000000000000000000000000000000000000000000162fe8b0befa12e689","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006545d716817d36a9","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006545d716817d36a9","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644"],"data":"0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006545d716817d36a9"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000006545d716817d36a9","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000006545d716817d36a9"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f6166440000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006545d716817d36a9"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644"],"data":"0x000000000000000000000000586ba39027a74e8d40e6626f89ae97ba7f616644000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006545d716817d36a9"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000040000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000008000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100020000000000"},"block_hash":"0xea803af87b8ec4f176824821a71e24d66b10716205163ba90c9d56d3088067da","block_number":399},{"info":{"transaction_hash":"0xf269f00a90856bfe0bf0257e0cdeda43bd3093ef3c723a668821bcb49f3da82e","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a000000000000000000000000000000000000000000000000539c867c7e3bfd3c","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a"],"data":"0x000000000000000000000000000000000000000000000000539c867c7e3bfd3c"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":235,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f0ce7bab13c99ba0565f426508a7cd8f4c247e5a"],"data":"0x000000000000000000000000000000000000000000000000539c867c7e3bfd3c"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000200000000000000000000000008000000000000000000000000000000000000000000000008000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xda2ad7ddf4b102e9af3ea3ec11b0d250f2d2baee9d112f1d82e9702d151e07e8","block_number":210},{"info":{"transaction_hash":"0x36fa78739cd61ede7cc44522768387798be76ba00b068b630dcacd7b9b05a5ca","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e59000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f30","output":"0x","gas_used":114387,"gas_limit":166570,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e59000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f30","output":"0x","gas_used":107044,"gas_limit":156777,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f30"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":77688,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69310,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65128,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":56947,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":263,"gas_used":136879},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x216af","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f30"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000100000000000000000000200000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000200000000000000000000000002020000000000000000000000000000000000000000000000000000000000081000000000100000000000000"},"block_hash":"0x4bd03b178c6bfc9e13b137b02de77581307050e81799a77a043435d2e6e5a099","block_number":238},{"info":{"transaction_hash":"0x7242e93d4e07f10f42e2265baf705a3b3fd5e9ae284f292f303fb7d959fda6d1","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0xc3e53f4d16ae77db1c982e75a937b9f60fe63690","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xc3e53f4d16ae77db1c982e75a937b9f60fe63690","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x6080604052610b478038038061001481610324565b92833981016060828203126103205761002c8261035d565b906100396020840161035d565b604084015190936001600160401b03821161032057019080601f8301121561032057815161006e61006982610371565b610324565b9281845260208401926020838301011161032057815f926020809301855e84010152823b156102c5577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0385169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906102be575b6101de575b50505f516020610b275f395f51905f5254604080516001600160a01b03808416825290941660208501819052939192507f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f91a1811561018a576001600160a01b031916175f516020610b275f395f51905f525560405161073f90816103e88239f35b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b6101e86060610324565b91602783527f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c6020840152660819985a5b195960ca1b6040840152833b1561026a57610259935f92839251915af43d15610262573d9061024a61006983610371565b9182523d5f602084013e61038c565b505f8080610108565b60609061038c565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b505f610103565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b5f80fd5b6040519190601f01601f191682016001600160401b0381118382101761034957604052565b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b038216820361032057565b6001600160401b03811161034957601f01601f191660200190565b90919015610398575090565b8151156103a85750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfe60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610300000000000000000000000067d269191c92caf3cd7723f116c85e6e9bf55933000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000","output":"0x60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033","gas_used":421667,"gas_limit":578120,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000067d269191c92caf3cd7723f116c85e6e9bf55933"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0},{"Log":1}]}],"exit":"Return","out":"0x60806040526004361015610019575b36610374575b610374565b5f3560e01c80633659cfe6146100685780634f1ef286146100635780635c60da1b1461005e5780638f283970146100595763f851a4400361000e576102c5565b6101c7565b610173565b6100d4565b346100ba5760203660031901126100ba576100816100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014576100b8906100af602061032d565b905f825261043e565b005b5f80fd5b600435906001600160a01b03821682036100ba57565b60403660031901126100ba576100e86100be565b60243567ffffffffffffffff81116100ba57366023820112156100ba5780600401359167ffffffffffffffff83116100ba5736602484840101116100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f60208480602461016161015c6100b899610358565b61032d565b9682885201838701378401015261051d565b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ea5f395f51905f52546040516001600160a01b039091168152602090f35b346100ba5760203660031901126100ba576101e06100be565b5f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f5254604080516001600160a01b03808416825290931660208401819052927f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f9190a18115610271576001600160a01b031916175f5160206106ca5f395f51905f5255005b60405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b346100ba575f3660031901126100ba575f5160206106ca5f395f51905f5254336001600160a01b0390911603610014575f5160206106ca5f395f51905f52546040516001600160a01b039091168152602090f35b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f1916820167ffffffffffffffff81118382101761035357604052565b610319565b67ffffffffffffffff811161035357601f01601f191660200190565b5f5160206106ca5f395f51905f52546001600160a01b031633146103c8575f5160206106ea5f395f51905f52545f9081906001600160a01b0316368280378136915af43d5f803e156103c4573d5ff35b3d5ffd5b60405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151158015906104bb575b6104a6575050565b6104b8916104b261058c565b916105d3565b50565b505f61049e565b60405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608490fd5b803b156104c2575f5160206106ea5f395f51905f5280546001600160a01b0319166001600160a01b0383169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115801590610584576104a6575050565b50600161049e565b610596606061032d565b9060278252660819985a5b195960ca1b6040837f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c60208201520152565b9190823b1561061a575f8161060f9460208394519201905af43d15610612573d9061060061015c83610358565b9182523d5f602084013e61066e565b90565b60609061066e565b60405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608490fd5b9091901561067a575090565b81511561068a5750805190602001fd5b604460209160405192839162461bcd60e51b83528160048401528051918291826024860152018484015e5f828201840152601f01601f19168101030190fdfeb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca2646970667358221220d062e402f2dd3d8b6708c97509c2205b05e5eb9c3d20c152ba2755033481420264736f6c634300081b0033","nonce":31,"gas_used":521513},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x7f529","logs":[{"address":"0xc3e53f4d16ae77db1c982e75a937b9f60fe63690","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x00000000000000000000000067d269191c92caf3cd7723f116c85e6e9bf55933"],"data":"0x"},{"address":"0xc3e53f4d16ae77db1c982e75a937b9f60fe63690","topics":["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],"data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e6e340d132b5f46d1e472debcd681b2abc16e57e"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000002001000000000000000000000000000000000000002000000000000000000000000000000800000000000000000000000000000000800000000000000020000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000010000000000000020000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xaa859ea83111c7a4338ec022ea1e5a58f2c6959a18fbb0bc1f8e303f80e14df6","block_number":21},{"info":{"transaction_hash":"0xa9afc5f1035d1d2c000fc4431b4baf24c16aaca17fe4efc56c1bceda99e5c153","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":null,"contract_address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":false,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CREATE","value":"0x0","data":"0x60a06040523480156200001157600080fd5b5060405162001f4d38038062001f4d833981016040819052620000349162000116565b6001600160a01b038116608052806200004c62000054565b505062000148565b600054610100900460ff1615620000c15760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b60005460ff908116101562000114576000805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6000602082840312156200012957600080fd5b81516001600160a01b03811681146200014157600080fd5b9392505050565b608051611dd46200017960003960008181610216015281816107a901528181610be70152610cb20152611dd46000f3fe608060405234801561001057600080fd5b506004361061018e5760003560e01c80635c975abb116100de578063ab5921e111610097578063df6fadc111610071578063df6fadc114610366578063e3dae51c14610381578063f3e7387514610394578063fabc1cbc146103a757600080fd5b8063ab5921e11461032b578063ce7c2ac214610340578063d9caed121461035357600080fd5b80635c975abb146102c857806361b01b5d146102d05780637a8b2637146102d9578063886f1195146102ec5780638c871019146103055780638f6a62401461031857600080fd5b80633a98ef391161014b578063485cc95511610125578063485cc9551461026b578063553ca5f81461027e578063595c6a67146102915780635ac86ab71461029957600080fd5b80633a98ef391461023857806343fe08b01461024f57806347e7ef241461025857600080fd5b8063019e27291461019357806310d67a2f146101a857806311c70c9d146101bb578063136439dd146101ce5780632495a599146101e157806339b70e3814610211575b600080fd5b6101a66101a1366004611983565b6103ba565b005b6101a66101b63660046119cd565b61049d565b6101a66101c93660046119ea565b610550565b6101a66101dc366004611a0c565b610605565b6032546101f4906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b6101f47f000000000000000000000000000000000000000000000000000000000000000081565b61024160335481565b604051908152602001610208565b61024160645481565b610241610266366004611a25565b610749565b6101a6610279366004611a51565b61098d565b61024161028c3660046119cd565b610a5b565b6101a6610a6f565b6102b86102a7366004611a99565b6001805460ff9092161b9081161490565b6040519015158152602001610208565b600154610241565b61024160655481565b6102416102e7366004611a0c565b610b3b565b6000546101f4906201000090046001600160a01b031681565b610241610313366004611a0c565b610b86565b6102416103263660046119cd565b610b91565b610333610b9f565b6040516102089190611ae6565b61024161034e3660046119cd565b610bbf565b6101a6610361366004611b19565b610c54565b60645460655460408051928352602083019190915201610208565b61024161038f366004611a0c565b610e3a565b6102416103a2366004611a0c565b610e73565b6101a66103b5366004611a0c565b610e7e565b600054610100900460ff16158080156103da5750600054600160ff909116105b806103f45750303b1580156103f4575060005460ff166001145b6104195760405162461bcd60e51b815260040161041090611b5a565b60405180910390fd5b6000805460ff19166001179055801561043c576000805461ff0019166101001790555b6104468585610fda565b61045083836110e7565b8015610496576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b5050505050565b600060029054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104f0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105149190611ba8565b6001600160a01b0316336001600160a01b0316146105445760405162461bcd60e51b815260040161041090611bc5565b61054d8161123a565b50565b600060029054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156105a3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105c79190611ba8565b6001600160a01b0316336001600160a01b0316146105f75760405162461bcd60e51b815260040161041090611bc5565b6106018282610fda565b5050565b60005460405163237dfb4760e11b8152336004820152620100009091046001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610652573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106769190611c0f565b6106925760405162461bcd60e51b815260040161041090611c31565b6001548181161461070b5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610410565b600181905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b6001805460009182918116141561079e5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610410565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146108165760405162461bcd60e51b815260206004820181905260248201527f5374726174656779426173652e6f6e6c7953747261746567794d616e616765726044820152606401610410565b610820848461133f565b60335460006108316103e883611c8f565b905060006103e8610840611421565b61084a9190611c8f565b905060006108588783611ca7565b9050806108658489611cbe565b61086f9190611cdd565b9550856108d55760405162461bcd60e51b815260206004820152602e60248201527f5374726174656779426173652e6465706f7369743a206e65775368617265732060448201526d63616e6e6f74206265207a65726f60901b6064820152608401610410565b6108df8685611c8f565b60338190556f4b3b4ca85a86c47a098a223fffffffff10156109695760405162461bcd60e51b815260206004820152603c60248201527f5374726174656779426173652e6465706f7369743a20746f74616c536861726560448201527f73206578636565647320604d41585f544f54414c5f53484152455360000000006064820152608401610410565b610982826103e860335461097d9190611c8f565b611493565b505050505092915050565b600054610100900460ff16158080156109ad5750600054600160ff909116105b806109c75750303b1580156109c7575060005460ff166001145b6109e35760405162461bcd60e51b815260040161041090611b5a565b6000805460ff191660011790558015610a06576000805461ff0019166101001790555b610a1083836110e7565b8015610a56576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050565b6000610a696102e783610bbf565b92915050565b60005460405163237dfb4760e11b8152336004820152620100009091046001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610abc573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ae09190611c0f565b610afc5760405162461bcd60e51b815260040161041090611c31565b600019600181905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b6000806103e8603354610b4e9190611c8f565b905060006103e8610b5d611421565b610b679190611c8f565b905081610b748583611cbe565b610b7e9190611cdd565b949350505050565b6000610a6982610e3a565b6000610a696103a283610bbf565b60606040518060800160405280604d8152602001611d52604d9139905090565b604051633d3f06c960e11b81526001600160a01b0382811660048301523060248301526000917f000000000000000000000000000000000000000000000000000000000000000090911690637a7e0d9290604401602060405180830381865afa158015610c30573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a699190611cff565b6001805460029081161415610ca75760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610410565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610d1f5760405162461bcd60e51b815260206004820181905260248201527f5374726174656779426173652e6f6e6c7953747261746567794d616e616765726044820152606401610410565b610d2a8484846114df565b60335480831115610db95760405162461bcd60e51b815260206004820152604d60248201527f5374726174656779426173652e77697468647261773a20616d6f756e7453686160448201527f726573206d757374206265206c657373207468616e206f7220657175616c207460648201526c6f20746f74616c53686172657360981b608482015260a401610410565b6000610dc76103e883611c8f565b905060006103e8610dd6611421565b610de09190611c8f565b9050600082610def8784611cbe565b610df99190611cdd565b9050610e058685611ca7565b603355610e25610e158284611ca7565b6103e860335461097d9190611c8f565b610e30888883611562565b5050505050505050565b6000806103e8603354610e4d9190611c8f565b905060006103e8610e5c611421565b610e669190611c8f565b905080610b748386611cbe565b6000610a6982610b3b565b600060029054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ed1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ef59190611ba8565b6001600160a01b0316336001600160a01b031614610f255760405162461bcd60e51b815260040161041090611bc5565b600154198119600154191614610fa35760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610410565b600181905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200161073e565b60645460408051918252602082018490527ff97ed4e083acac67830025ecbc756d8fe847cdbdca4cee3fe1e128e98b54ecb5910160405180910390a160655460408051918252602082018390527f6ab181e0440bfbf4bacdf2e99674735ce6638005490688c5f994f5399353e452910160405180910390a1808211156110dc5760405162461bcd60e51b815260206004820152604b60248201527f53747261746567794261736554564c4c696d6974732e5f73657454564c4c696d60448201527f6974733a206d61785065724465706f7369742065786365656473206d6178546f60648201526a74616c4465706f7369747360a81b608482015260a401610410565b606491909155606555565b600054610100900460ff166111525760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608401610410565b603280546001600160a01b0319166001600160a01b038416179055611178816000611576565b7f1c540707b00eb5427b6b774fc799d756516a54aee108b64b327acc55af557507603260009054906101000a90046001600160a01b0316836001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111ed573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112119190611d18565b604080516001600160a01b03909316835260ff9091166020830152015b60405180910390a15050565b6001600160a01b0381166112c85760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610410565b600054604080516001600160a01b03620100009093048316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1600080546001600160a01b03909216620100000262010000600160b01b0319909216919091179055565b6064548111156113a95760405162461bcd60e51b815260206004820152602f60248201527f53747261746567794261736554564c4c696d6974733a206d617820706572206460448201526e195c1bdcda5d08195e18d959591959608a1b6064820152608401610410565b6065546113b4611421565b11156114175760405162461bcd60e51b815260206004820152602c60248201527f53747261746567794261736554564c4c696d6974733a206d6178206465706f7360448201526b1a5d1cc8195e18d95959195960a21b6064820152608401610410565b6106018282611662565b6032546040516370a0823160e01b81523060048201526000916001600160a01b0316906370a0823190602401602060405180830381865afa15801561146a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061148e9190611cff565b905090565b7fd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8816114c784670de0b6b3a7640000611cbe565b6114d19190611cdd565b60405190815260200161122e565b6032546001600160a01b03838116911614610a565760405162461bcd60e51b815260206004820152603b60248201527f5374726174656779426173652e77697468647261773a2043616e206f6e6c792060448201527f77697468647261772074686520737472617465677920746f6b656e00000000006064820152608401610410565b610a566001600160a01b03831684836116de565b6000546201000090046001600160a01b031615801561159d57506001600160a01b03821615155b61161f5760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610410565b600181905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a26106018261123a565b6032546001600160a01b038381169116146106015760405162461bcd60e51b815260206004820152603660248201527f5374726174656779426173652e6465706f7369743a2043616e206f6e6c79206460448201527532b837b9b4ba103ab73232b9363cb4b733aa37b5b2b760511b6064820152608401610410565b604080516001600160a01b03848116602483015260448083018590528351808403909101815260649092018352602080830180516001600160e01b031663a9059cbb60e01b17905283518085019094528084527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c656490840152610a569286929160009161176e9185169084906117eb565b805190915015610a56578080602001905181019061178c9190611c0f565b610a565760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610410565b60606117fa8484600085611804565b90505b9392505050565b6060824710156118655760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610410565b6001600160a01b0385163b6118bc5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610410565b600080866001600160a01b031685876040516118d89190611d35565b60006040518083038185875af1925050503d8060008114611915576040519150601f19603f3d011682016040523d82523d6000602084013e61191a565b606091505b509150915061192a828286611935565b979650505050505050565b606083156119445750816117fd565b8251156119545782518084602001fd5b8160405162461bcd60e51b81526004016104109190611ae6565b6001600160a01b038116811461054d57600080fd5b6000806000806080858703121561199957600080fd5b843593506020850135925060408501356119b28161196e565b915060608501356119c28161196e565b939692955090935050565b6000602082840312156119df57600080fd5b81356117fd8161196e565b600080604083850312156119fd57600080fd5b50508035926020909101359150565b600060208284031215611a1e57600080fd5b5035919050565b60008060408385031215611a3857600080fd5b8235611a438161196e565b946020939093013593505050565b60008060408385031215611a6457600080fd5b8235611a6f8161196e565b91506020830135611a7f8161196e565b809150509250929050565b60ff8116811461054d57600080fd5b600060208284031215611aab57600080fd5b81356117fd81611a8a565b60005b83811015611ad1578181015183820152602001611ab9565b83811115611ae0576000848401525b50505050565b6020815260008251806020840152611b05816040850160208701611ab6565b601f01601f19169190910160400192915050565b600080600060608486031215611b2e57600080fd5b8335611b398161196e565b92506020840135611b498161196e565b929592945050506040919091013590565b6020808252602e908201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160408201526d191e481a5b9a5d1a585b1a5e995960921b606082015260800190565b600060208284031215611bba57600080fd5b81516117fd8161196e565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215611c2157600080fd5b815180151581146117fd57600080fd5b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b634e487b7160e01b600052601160045260246000fd5b60008219821115611ca257611ca2611c79565b500190565b600082821015611cb957611cb9611c79565b500390565b6000816000190483118215151615611cd857611cd8611c79565b500290565b600082611cfa57634e487b7160e01b600052601260045260246000fd5b500490565b600060208284031215611d1157600080fd5b5051919050565b600060208284031215611d2a57600080fd5b81516117fd81611a8a565b60008251611d47818460208701611ab6565b919091019291505056fe4261736520537472617465677920696d706c656d656e746174696f6e20746f20696e68657269742066726f6d20666f72206d6f726520636f6d706c657820696d706c656d656e746174696f6e73a2646970667358221220ae191a686b20435062f14027adbcd93bce8ba8dab6896d1d893b5478c9d9197f64736f6c634300080c00330000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f875707","output":"0x608060405234801561001057600080fd5b506004361061018e5760003560e01c80635c975abb116100de578063ab5921e111610097578063df6fadc111610071578063df6fadc114610366578063e3dae51c14610381578063f3e7387514610394578063fabc1cbc146103a757600080fd5b8063ab5921e11461032b578063ce7c2ac214610340578063d9caed121461035357600080fd5b80635c975abb146102c857806361b01b5d146102d05780637a8b2637146102d9578063886f1195146102ec5780638c871019146103055780638f6a62401461031857600080fd5b80633a98ef391161014b578063485cc95511610125578063485cc9551461026b578063553ca5f81461027e578063595c6a67146102915780635ac86ab71461029957600080fd5b80633a98ef391461023857806343fe08b01461024f57806347e7ef241461025857600080fd5b8063019e27291461019357806310d67a2f146101a857806311c70c9d146101bb578063136439dd146101ce5780632495a599146101e157806339b70e3814610211575b600080fd5b6101a66101a1366004611983565b6103ba565b005b6101a66101b63660046119cd565b61049d565b6101a66101c93660046119ea565b610550565b6101a66101dc366004611a0c565b610605565b6032546101f4906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b6101f47f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570781565b61024160335481565b604051908152602001610208565b61024160645481565b610241610266366004611a25565b610749565b6101a6610279366004611a51565b61098d565b61024161028c3660046119cd565b610a5b565b6101a6610a6f565b6102b86102a7366004611a99565b6001805460ff9092161b9081161490565b6040519015158152602001610208565b600154610241565b61024160655481565b6102416102e7366004611a0c565b610b3b565b6000546101f4906201000090046001600160a01b031681565b610241610313366004611a0c565b610b86565b6102416103263660046119cd565b610b91565b610333610b9f565b6040516102089190611ae6565b61024161034e3660046119cd565b610bbf565b6101a6610361366004611b19565b610c54565b60645460655460408051928352602083019190915201610208565b61024161038f366004611a0c565b610e3a565b6102416103a2366004611a0c565b610e73565b6101a66103b5366004611a0c565b610e7e565b600054610100900460ff16158080156103da5750600054600160ff909116105b806103f45750303b1580156103f4575060005460ff166001145b6104195760405162461bcd60e51b815260040161041090611b5a565b60405180910390fd5b6000805460ff19166001179055801561043c576000805461ff0019166101001790555b6104468585610fda565b61045083836110e7565b8015610496576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b5050505050565b600060029054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104f0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105149190611ba8565b6001600160a01b0316336001600160a01b0316146105445760405162461bcd60e51b815260040161041090611bc5565b61054d8161123a565b50565b600060029054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156105a3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105c79190611ba8565b6001600160a01b0316336001600160a01b0316146105f75760405162461bcd60e51b815260040161041090611bc5565b6106018282610fda565b5050565b60005460405163237dfb4760e11b8152336004820152620100009091046001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610652573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106769190611c0f565b6106925760405162461bcd60e51b815260040161041090611c31565b6001548181161461070b5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610410565b600181905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b6001805460009182918116141561079e5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610410565b336001600160a01b037f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570716146108165760405162461bcd60e51b815260206004820181905260248201527f5374726174656779426173652e6f6e6c7953747261746567794d616e616765726044820152606401610410565b610820848461133f565b60335460006108316103e883611c8f565b905060006103e8610840611421565b61084a9190611c8f565b905060006108588783611ca7565b9050806108658489611cbe565b61086f9190611cdd565b9550856108d55760405162461bcd60e51b815260206004820152602e60248201527f5374726174656779426173652e6465706f7369743a206e65775368617265732060448201526d63616e6e6f74206265207a65726f60901b6064820152608401610410565b6108df8685611c8f565b60338190556f4b3b4ca85a86c47a098a223fffffffff10156109695760405162461bcd60e51b815260206004820152603c60248201527f5374726174656779426173652e6465706f7369743a20746f74616c536861726560448201527f73206578636565647320604d41585f544f54414c5f53484152455360000000006064820152608401610410565b610982826103e860335461097d9190611c8f565b611493565b505050505092915050565b600054610100900460ff16158080156109ad5750600054600160ff909116105b806109c75750303b1580156109c7575060005460ff166001145b6109e35760405162461bcd60e51b815260040161041090611b5a565b6000805460ff191660011790558015610a06576000805461ff0019166101001790555b610a1083836110e7565b8015610a56576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050565b6000610a696102e783610bbf565b92915050565b60005460405163237dfb4760e11b8152336004820152620100009091046001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610abc573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ae09190611c0f565b610afc5760405162461bcd60e51b815260040161041090611c31565b600019600181905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b6000806103e8603354610b4e9190611c8f565b905060006103e8610b5d611421565b610b679190611c8f565b905081610b748583611cbe565b610b7e9190611cdd565b949350505050565b6000610a6982610e3a565b6000610a696103a283610bbf565b60606040518060800160405280604d8152602001611d52604d9139905090565b604051633d3f06c960e11b81526001600160a01b0382811660048301523060248301526000917f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570790911690637a7e0d9290604401602060405180830381865afa158015610c30573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a699190611cff565b6001805460029081161415610ca75760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610410565b336001600160a01b037f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757071614610d1f5760405162461bcd60e51b815260206004820181905260248201527f5374726174656779426173652e6f6e6c7953747261746567794d616e616765726044820152606401610410565b610d2a8484846114df565b60335480831115610db95760405162461bcd60e51b815260206004820152604d60248201527f5374726174656779426173652e77697468647261773a20616d6f756e7453686160448201527f726573206d757374206265206c657373207468616e206f7220657175616c207460648201526c6f20746f74616c53686172657360981b608482015260a401610410565b6000610dc76103e883611c8f565b905060006103e8610dd6611421565b610de09190611c8f565b9050600082610def8784611cbe565b610df99190611cdd565b9050610e058685611ca7565b603355610e25610e158284611ca7565b6103e860335461097d9190611c8f565b610e30888883611562565b5050505050505050565b6000806103e8603354610e4d9190611c8f565b905060006103e8610e5c611421565b610e669190611c8f565b905080610b748386611cbe565b6000610a6982610b3b565b600060029054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ed1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ef59190611ba8565b6001600160a01b0316336001600160a01b031614610f255760405162461bcd60e51b815260040161041090611bc5565b600154198119600154191614610fa35760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610410565b600181905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200161073e565b60645460408051918252602082018490527ff97ed4e083acac67830025ecbc756d8fe847cdbdca4cee3fe1e128e98b54ecb5910160405180910390a160655460408051918252602082018390527f6ab181e0440bfbf4bacdf2e99674735ce6638005490688c5f994f5399353e452910160405180910390a1808211156110dc5760405162461bcd60e51b815260206004820152604b60248201527f53747261746567794261736554564c4c696d6974732e5f73657454564c4c696d60448201527f6974733a206d61785065724465706f7369742065786365656473206d6178546f60648201526a74616c4465706f7369747360a81b608482015260a401610410565b606491909155606555565b600054610100900460ff166111525760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608401610410565b603280546001600160a01b0319166001600160a01b038416179055611178816000611576565b7f1c540707b00eb5427b6b774fc799d756516a54aee108b64b327acc55af557507603260009054906101000a90046001600160a01b0316836001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111ed573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112119190611d18565b604080516001600160a01b03909316835260ff9091166020830152015b60405180910390a15050565b6001600160a01b0381166112c85760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610410565b600054604080516001600160a01b03620100009093048316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1600080546001600160a01b03909216620100000262010000600160b01b0319909216919091179055565b6064548111156113a95760405162461bcd60e51b815260206004820152602f60248201527f53747261746567794261736554564c4c696d6974733a206d617820706572206460448201526e195c1bdcda5d08195e18d959591959608a1b6064820152608401610410565b6065546113b4611421565b11156114175760405162461bcd60e51b815260206004820152602c60248201527f53747261746567794261736554564c4c696d6974733a206d6178206465706f7360448201526b1a5d1cc8195e18d95959195960a21b6064820152608401610410565b6106018282611662565b6032546040516370a0823160e01b81523060048201526000916001600160a01b0316906370a0823190602401602060405180830381865afa15801561146a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061148e9190611cff565b905090565b7fd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8816114c784670de0b6b3a7640000611cbe565b6114d19190611cdd565b60405190815260200161122e565b6032546001600160a01b03838116911614610a565760405162461bcd60e51b815260206004820152603b60248201527f5374726174656779426173652e77697468647261773a2043616e206f6e6c792060448201527f77697468647261772074686520737472617465677920746f6b656e00000000006064820152608401610410565b610a566001600160a01b03831684836116de565b6000546201000090046001600160a01b031615801561159d57506001600160a01b03821615155b61161f5760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610410565b600181905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a26106018261123a565b6032546001600160a01b038381169116146106015760405162461bcd60e51b815260206004820152603660248201527f5374726174656779426173652e6465706f7369743a2043616e206f6e6c79206460448201527532b837b9b4ba103ab73232b9363cb4b733aa37b5b2b760511b6064820152608401610410565b604080516001600160a01b03848116602483015260448083018590528351808403909101815260649092018352602080830180516001600160e01b031663a9059cbb60e01b17905283518085019094528084527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c656490840152610a569286929160009161176e9185169084906117eb565b805190915015610a56578080602001905181019061178c9190611c0f565b610a565760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610410565b60606117fa8484600085611804565b90505b9392505050565b6060824710156118655760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610410565b6001600160a01b0385163b6118bc5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610410565b600080866001600160a01b031685876040516118d89190611d35565b60006040518083038185875af1925050503d8060008114611915576040519150601f19603f3d011682016040523d82523d6000602084013e61191a565b606091505b509150915061192a828286611935565b979650505050505050565b606083156119445750816117fd565b8251156119545782518084602001fd5b8160405162461bcd60e51b81526004016104109190611ae6565b6001600160a01b038116811461054d57600080fd5b6000806000806080858703121561199957600080fd5b843593506020850135925060408501356119b28161196e565b915060608501356119c28161196e565b939692955090935050565b6000602082840312156119df57600080fd5b81356117fd8161196e565b600080604083850312156119fd57600080fd5b50508035926020909101359150565b600060208284031215611a1e57600080fd5b5035919050565b60008060408385031215611a3857600080fd5b8235611a438161196e565b946020939093013593505050565b60008060408385031215611a6457600080fd5b8235611a6f8161196e565b91506020830135611a7f8161196e565b809150509250929050565b60ff8116811461054d57600080fd5b600060208284031215611aab57600080fd5b81356117fd81611a8a565b60005b83811015611ad1578181015183820152602001611ab9565b83811115611ae0576000848401525b50505050565b6020815260008251806020840152611b05816040850160208701611ab6565b601f01601f19169190910160400192915050565b600080600060608486031215611b2e57600080fd5b8335611b398161196e565b92506020840135611b498161196e565b929592945050506040919091013590565b6020808252602e908201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160408201526d191e481a5b9a5d1a585b1a5e995960921b606082015260800190565b600060208284031215611bba57600080fd5b81516117fd8161196e565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215611c2157600080fd5b815180151581146117fd57600080fd5b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b634e487b7160e01b600052601160045260246000fd5b60008219821115611ca257611ca2611c79565b500190565b600082821015611cb957611cb9611c79565b500390565b6000816000190483118215151615611cd857611cd8611c79565b500290565b600082611cfa57634e487b7160e01b600052601260045260246000fd5b500490565b600060208284031215611d1157600080fd5b5051919050565b600060208284031215611d2a57600080fd5b81516117fd81611a8a565b60008251611d47818460208701611ab6565b919091019291505056fe4261736520537472617465677920696d706c656d656e746174696f6e20746f20696e68657269742066726f6d20666f72206d6f726520636f6d706c657820696d706c656d656e746174696f6e73a2646970667358221220ae191a686b20435062f14027adbcd93bce8ba8dab6896d1d893b5478c9d9197f64736f6c634300080c0033","gas_used":1552553,"gas_limit":2071067,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x608060405234801561001057600080fd5b506004361061018e5760003560e01c80635c975abb116100de578063ab5921e111610097578063df6fadc111610071578063df6fadc114610366578063e3dae51c14610381578063f3e7387514610394578063fabc1cbc146103a757600080fd5b8063ab5921e11461032b578063ce7c2ac214610340578063d9caed121461035357600080fd5b80635c975abb146102c857806361b01b5d146102d05780637a8b2637146102d9578063886f1195146102ec5780638c871019146103055780638f6a62401461031857600080fd5b80633a98ef391161014b578063485cc95511610125578063485cc9551461026b578063553ca5f81461027e578063595c6a67146102915780635ac86ab71461029957600080fd5b80633a98ef391461023857806343fe08b01461024f57806347e7ef241461025857600080fd5b8063019e27291461019357806310d67a2f146101a857806311c70c9d146101bb578063136439dd146101ce5780632495a599146101e157806339b70e3814610211575b600080fd5b6101a66101a1366004611983565b6103ba565b005b6101a66101b63660046119cd565b61049d565b6101a66101c93660046119ea565b610550565b6101a66101dc366004611a0c565b610605565b6032546101f4906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b6101f47f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570781565b61024160335481565b604051908152602001610208565b61024160645481565b610241610266366004611a25565b610749565b6101a6610279366004611a51565b61098d565b61024161028c3660046119cd565b610a5b565b6101a6610a6f565b6102b86102a7366004611a99565b6001805460ff9092161b9081161490565b6040519015158152602001610208565b600154610241565b61024160655481565b6102416102e7366004611a0c565b610b3b565b6000546101f4906201000090046001600160a01b031681565b610241610313366004611a0c565b610b86565b6102416103263660046119cd565b610b91565b610333610b9f565b6040516102089190611ae6565b61024161034e3660046119cd565b610bbf565b6101a6610361366004611b19565b610c54565b60645460655460408051928352602083019190915201610208565b61024161038f366004611a0c565b610e3a565b6102416103a2366004611a0c565b610e73565b6101a66103b5366004611a0c565b610e7e565b600054610100900460ff16158080156103da5750600054600160ff909116105b806103f45750303b1580156103f4575060005460ff166001145b6104195760405162461bcd60e51b815260040161041090611b5a565b60405180910390fd5b6000805460ff19166001179055801561043c576000805461ff0019166101001790555b6104468585610fda565b61045083836110e7565b8015610496576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b5050505050565b600060029054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104f0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105149190611ba8565b6001600160a01b0316336001600160a01b0316146105445760405162461bcd60e51b815260040161041090611bc5565b61054d8161123a565b50565b600060029054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156105a3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105c79190611ba8565b6001600160a01b0316336001600160a01b0316146105f75760405162461bcd60e51b815260040161041090611bc5565b6106018282610fda565b5050565b60005460405163237dfb4760e11b8152336004820152620100009091046001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610652573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106769190611c0f565b6106925760405162461bcd60e51b815260040161041090611c31565b6001548181161461070b5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610410565b600181905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b6001805460009182918116141561079e5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610410565b336001600160a01b037f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570716146108165760405162461bcd60e51b815260206004820181905260248201527f5374726174656779426173652e6f6e6c7953747261746567794d616e616765726044820152606401610410565b610820848461133f565b60335460006108316103e883611c8f565b905060006103e8610840611421565b61084a9190611c8f565b905060006108588783611ca7565b9050806108658489611cbe565b61086f9190611cdd565b9550856108d55760405162461bcd60e51b815260206004820152602e60248201527f5374726174656779426173652e6465706f7369743a206e65775368617265732060448201526d63616e6e6f74206265207a65726f60901b6064820152608401610410565b6108df8685611c8f565b60338190556f4b3b4ca85a86c47a098a223fffffffff10156109695760405162461bcd60e51b815260206004820152603c60248201527f5374726174656779426173652e6465706f7369743a20746f74616c536861726560448201527f73206578636565647320604d41585f544f54414c5f53484152455360000000006064820152608401610410565b610982826103e860335461097d9190611c8f565b611493565b505050505092915050565b600054610100900460ff16158080156109ad5750600054600160ff909116105b806109c75750303b1580156109c7575060005460ff166001145b6109e35760405162461bcd60e51b815260040161041090611b5a565b6000805460ff191660011790558015610a06576000805461ff0019166101001790555b610a1083836110e7565b8015610a56576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050565b6000610a696102e783610bbf565b92915050565b60005460405163237dfb4760e11b8152336004820152620100009091046001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610abc573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ae09190611c0f565b610afc5760405162461bcd60e51b815260040161041090611c31565b600019600181905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b6000806103e8603354610b4e9190611c8f565b905060006103e8610b5d611421565b610b679190611c8f565b905081610b748583611cbe565b610b7e9190611cdd565b949350505050565b6000610a6982610e3a565b6000610a696103a283610bbf565b60606040518060800160405280604d8152602001611d52604d9139905090565b604051633d3f06c960e11b81526001600160a01b0382811660048301523060248301526000917f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f87570790911690637a7e0d9290604401602060405180830381865afa158015610c30573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a699190611cff565b6001805460029081161415610ca75760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610410565b336001600160a01b037f0000000000000000000000005fc8d32690cc91d4c39d9d3abcbd16989f8757071614610d1f5760405162461bcd60e51b815260206004820181905260248201527f5374726174656779426173652e6f6e6c7953747261746567794d616e616765726044820152606401610410565b610d2a8484846114df565b60335480831115610db95760405162461bcd60e51b815260206004820152604d60248201527f5374726174656779426173652e77697468647261773a20616d6f756e7453686160448201527f726573206d757374206265206c657373207468616e206f7220657175616c207460648201526c6f20746f74616c53686172657360981b608482015260a401610410565b6000610dc76103e883611c8f565b905060006103e8610dd6611421565b610de09190611c8f565b9050600082610def8784611cbe565b610df99190611cdd565b9050610e058685611ca7565b603355610e25610e158284611ca7565b6103e860335461097d9190611c8f565b610e30888883611562565b5050505050505050565b6000806103e8603354610e4d9190611c8f565b905060006103e8610e5c611421565b610e669190611c8f565b905080610b748386611cbe565b6000610a6982610b3b565b600060029054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ed1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ef59190611ba8565b6001600160a01b0316336001600160a01b031614610f255760405162461bcd60e51b815260040161041090611bc5565b600154198119600154191614610fa35760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610410565b600181905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200161073e565b60645460408051918252602082018490527ff97ed4e083acac67830025ecbc756d8fe847cdbdca4cee3fe1e128e98b54ecb5910160405180910390a160655460408051918252602082018390527f6ab181e0440bfbf4bacdf2e99674735ce6638005490688c5f994f5399353e452910160405180910390a1808211156110dc5760405162461bcd60e51b815260206004820152604b60248201527f53747261746567794261736554564c4c696d6974732e5f73657454564c4c696d60448201527f6974733a206d61785065724465706f7369742065786365656473206d6178546f60648201526a74616c4465706f7369747360a81b608482015260a401610410565b606491909155606555565b600054610100900460ff166111525760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608401610410565b603280546001600160a01b0319166001600160a01b038416179055611178816000611576565b7f1c540707b00eb5427b6b774fc799d756516a54aee108b64b327acc55af557507603260009054906101000a90046001600160a01b0316836001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111ed573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112119190611d18565b604080516001600160a01b03909316835260ff9091166020830152015b60405180910390a15050565b6001600160a01b0381166112c85760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610410565b600054604080516001600160a01b03620100009093048316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1600080546001600160a01b03909216620100000262010000600160b01b0319909216919091179055565b6064548111156113a95760405162461bcd60e51b815260206004820152602f60248201527f53747261746567794261736554564c4c696d6974733a206d617820706572206460448201526e195c1bdcda5d08195e18d959591959608a1b6064820152608401610410565b6065546113b4611421565b11156114175760405162461bcd60e51b815260206004820152602c60248201527f53747261746567794261736554564c4c696d6974733a206d6178206465706f7360448201526b1a5d1cc8195e18d95959195960a21b6064820152608401610410565b6106018282611662565b6032546040516370a0823160e01b81523060048201526000916001600160a01b0316906370a0823190602401602060405180830381865afa15801561146a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061148e9190611cff565b905090565b7fd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8816114c784670de0b6b3a7640000611cbe565b6114d19190611cdd565b60405190815260200161122e565b6032546001600160a01b03838116911614610a565760405162461bcd60e51b815260206004820152603b60248201527f5374726174656779426173652e77697468647261773a2043616e206f6e6c792060448201527f77697468647261772074686520737472617465677920746f6b656e00000000006064820152608401610410565b610a566001600160a01b03831684836116de565b6000546201000090046001600160a01b031615801561159d57506001600160a01b03821615155b61161f5760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610410565b600181905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a26106018261123a565b6032546001600160a01b038381169116146106015760405162461bcd60e51b815260206004820152603660248201527f5374726174656779426173652e6465706f7369743a2043616e206f6e6c79206460448201527532b837b9b4ba103ab73232b9363cb4b733aa37b5b2b760511b6064820152608401610410565b604080516001600160a01b03848116602483015260448083018590528351808403909101815260649092018352602080830180516001600160e01b031663a9059cbb60e01b17905283518085019094528084527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c656490840152610a569286929160009161176e9185169084906117eb565b805190915015610a56578080602001905181019061178c9190611c0f565b610a565760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610410565b60606117fa8484600085611804565b90505b9392505050565b6060824710156118655760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610410565b6001600160a01b0385163b6118bc5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610410565b600080866001600160a01b031685876040516118d89190611d35565b60006040518083038185875af1925050503d8060008114611915576040519150601f19603f3d011682016040523d82523d6000602084013e61191a565b606091505b509150915061192a828286611935565b979650505050505050565b606083156119445750816117fd565b8251156119545782518084602001fd5b8160405162461bcd60e51b81526004016104109190611ae6565b6001600160a01b038116811461054d57600080fd5b6000806000806080858703121561199957600080fd5b843593506020850135925060408501356119b28161196e565b915060608501356119c28161196e565b939692955090935050565b6000602082840312156119df57600080fd5b81356117fd8161196e565b600080604083850312156119fd57600080fd5b50508035926020909101359150565b600060208284031215611a1e57600080fd5b5035919050565b60008060408385031215611a3857600080fd5b8235611a438161196e565b946020939093013593505050565b60008060408385031215611a6457600080fd5b8235611a6f8161196e565b91506020830135611a7f8161196e565b809150509250929050565b60ff8116811461054d57600080fd5b600060208284031215611aab57600080fd5b81356117fd81611a8a565b60005b83811015611ad1578181015183820152602001611ab9565b83811115611ae0576000848401525b50505050565b6020815260008251806020840152611b05816040850160208701611ab6565b601f01601f19169190910160400192915050565b600080600060608486031215611b2e57600080fd5b8335611b398161196e565b92506020840135611b498161196e565b929592945050506040919091013590565b6020808252602e908201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160408201526d191e481a5b9a5d1a585b1a5e995960921b606082015260800190565b600060208284031215611bba57600080fd5b81516117fd8161196e565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215611c2157600080fd5b815180151581146117fd57600080fd5b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b634e487b7160e01b600052601160045260246000fd5b60008219821115611ca257611ca2611c79565b500190565b600082821015611cb957611cb9611c79565b500390565b6000816000190483118215151615611cd857611cd8611c79565b500290565b600082611cfa57634e487b7160e01b600052601260045260246000fd5b500490565b600060208284031215611d1157600080fd5b5051919050565b600060208284031215611d2a57600080fd5b81516117fd81611a8a565b60008251611d47818460208701611ab6565b919091019291505056fe4261736520537472617465677920696d706c656d656e746174696f6e20746f20696e68657269742066726f6d20666f72206d6f726520636f6d706c657820696d706c656d656e746174696f6e73a2646970667358221220ae191a686b20435062f14027adbcd93bce8ba8dab6896d1d893b5478c9d9197f64736f6c634300080c0033","nonce":24,"gas_used":1730565},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x1a6805","logs":[{"address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","topics":["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],"data":"0x00000000000000000000000000000000000000000000000000000000000000ff"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000400000000000008000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x8eaabf7feaba61ef0ec3e132d9e6d0af04fb22f681c0f236754d95c6b042cf11","block_number":16},{"info":{"transaction_hash":"0x7e2769881308a3c4cc03b9279df842aff1db4cb406c68f9077f3e1f90d746795","transaction_index":0,"from":"0x90f79bf6eb2c4f870365e785982e1f101e93b906","to":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x90f79bf6eb2c4f870365e785982e1f101e93b906","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x0f589e5900000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f33","output":"0x","gas_used":114387,"gas_limit":166570,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,4],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x0f589e5900000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f33","output":"0x","gas_used":107044,"gas_limit":156777,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"],"data":"0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b90600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0},{"raw_log":{"topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"],"data":"0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b90600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},"decoded":{"name":null,"params":null},"position":2},{"raw_log":{"topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f33"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Log":0},{"Log":1},{"Call":0},{"Call":1},{"Log":2},{"Log":3}]},{"parent":1,"children":[3],"idx":2,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x60f4062b00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":9866,"gas_limit":77688,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":2,"children":[],"idx":3,"trace":{"depth":3,"success":true,"caller":"0x2279b7a0a67db372996a5fab50d91eaa73d2ebe6","address":"0x959922be3caee4b8cd9a407cc3ac1c251c2007b1","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x60f4062b00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906","output":"0x0000000000000000000000000000000000000000000000000000000000000000","gas_used":2547,"gas_limit":69310,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[5],"idx":4,"trace":{"depth":2,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x94f649dd00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":10784,"gas_limit":65128,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":3,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x94f649dd00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906","output":"0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","gas_used":3453,"gas_limit":56947,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Return","out":"0x","nonce":0,"gas_used":136879},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x216af","logs":[{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"],"data":"0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b90600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"],"data":"0x"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"],"data":"0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b90600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090","0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"],"data":"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002068747470733a2f2f636f6f6c73747566662e636f6d2f6f70657261746f722f33"}],"logsBloom":"0x00000010008000020100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000100000000000000000000000000000000400000000000000000000000000000000000000000000000000000000400000000000000000000000000000101000000000000000000000400000000020000000000000000000000000000000000000000010000000000000000081000000000100000000000000"},"block_hash":"0xa05eea0506c58ffd5619698f298bd86ee48b284b1d056c6b0fb78f92e98692c3","block_number":244},{"info":{"transaction_hash":"0xc3662c23f5cc360e061e94b85a0361a135f00c86b408937dfea5349e0ad47456","transaction_index":0,"from":"0x3c44cdddb6a900fa2b585dd299e03d12fa4293bc","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x3c44cdddb6a900fa2b585dd299e03d12fa4293bc","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000032d96cba53cf0152","output":"0x00000000000000000000000000000000000000000000000032d96cba53cf0152","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000032d96cba53cf0152","output":"0x00000000000000000000000000000000000000000000000032d96cba53cf0152","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000032d96cba53cf0152"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000032d96cba53cf0152","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000032d96cba53cf0152"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000032d96cba53cf0152","output":"0x00000000000000000000000000000000000000000000000032d96cba53cf0152","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000032d96cba53cf0152","output":"0x00000000000000000000000000000000000000000000000032d96cba53cf0152","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000000aa2331c2ddccb04a","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000000aa2331c2ddccb04a","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000032d96cba53cf0152","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000032d96cba53cf0152","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"],"data":"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000032d96cba53cf0152"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000032d96cba53cf0152","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000032d96cba53cf0152"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000032d96cba53cf0152"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"],"data":"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000032d96cba53cf0152"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000100000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000800000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000200000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x6b7967c9dbaa24597cf587cd4ac28e4746d02c889f3039eef4f68d6c149b42d8","block_number":243},{"info":{"transaction_hash":"0x8f45fd6b691994e7512539373e4318cfc4e6b837eb29d2bf9b3cfff2798811ba","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x14dc79964da2c08b23698b3d3cc7ca32193d9955","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x14dc79964da2c08b23698b3d3cc7ca32193d9955","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":70,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0x127519113dfa54b4e7668e33bf68c441983f15b0b4abfb6e3cbcd44da59adbdc","block_number":45},{"info":{"transaction_hash":"0x2bcb3205392a4d61e72964727ec9f423a74851164e604316c30f7a24f8acf7ba","transaction_index":0,"from":"0x71f280dea6fc5a03790941ad72956f545feb7a52","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x71f280dea6fc5a03790941ad72956f545feb7a52","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000084accd221fa5fef9","output":"0x00000000000000000000000000000000000000000000000084accd221fa5fef9","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000084accd221fa5fef9","output":"0x00000000000000000000000000000000000000000000000084accd221fa5fef9","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a520000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000084accd221fa5fef9"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000084accd221fa5fef9","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000084accd221fa5fef9"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000084accd221fa5fef9","output":"0x00000000000000000000000000000000000000000000000084accd221fa5fef9","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000084accd221fa5fef9","output":"0x00000000000000000000000000000000000000000000000084accd221fa5fef9","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000019b26241f2928182b3","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x000000000000000000000000000000000000000000000019b26241f2928182b3","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000084accd221fa5fef9","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000084accd221fa5fef9","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52"],"data":"0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000084accd221fa5fef9"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000084accd221fa5fef9","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000084accd221fa5fef9"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a520000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000084accd221fa5fef9"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52"],"data":"0x00000000000000000000000071f280dea6fc5a03790941ad72956f545feb7a52000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000084accd221fa5fef9"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240080001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000800020000000000000040000000000000000000000800000000000000000000000000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xa977a49af2f56f278cce82ae5631137146e62fd93460aca61403259d10e8515b","block_number":417},{"info":{"transaction_hash":"0xfd345e6ee207648a8efb57e7c02e70a6493d1acbcb5aad28ae0b8a90da1de991","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000019aa30cbbe932840","output":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840","gas_used":220735,"gas_limit":313286,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000019aa30cbbe932840","output":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840","gas_used":213407,"gas_limit":301218,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000019aa30cbbe932840"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000019aa30cbbe932840","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29646,"gas_limit":266295,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000019aa30cbbe932840","output":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840","gas_used":42459,"gas_limit":233929,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d384665000000000000000000000000000000000000000000000000019aa30cbbe932840","output":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840","gas_used":35289,"gas_limit":223249,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840","gas_used":559,"gas_limit":210745,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840","gas_used":559,"gas_limit":207337,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000019aa30cbbe932840","output":"0x","gas_used":34820,"gas_limit":120939,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000019aa30cbbe932840","output":"0x","gas_used":27495,"gas_limit":111877,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000019aa30cbbe932840"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840","nonce":264,"gas_used":242759},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x3b447","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x00000000000000000000000000000000000000000000000019aa30cbbe932840"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000019aa30cbbe932840"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266"],"data":"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000fd471836031dc5108809d173a067e8486b9047a300000000000000000000000000000000000000000000000019aa30cbbe932840"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000000000000000000000000000010000000000000000000000000001010000002000000200040000000000000000000002020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0xcafab897b9fddae45341e55fb91d8196a2513ce932bce09fe9524cf7d2215c16","block_number":239},{"info":{"transaction_hash":"0x8310caeae048fab6507cf3174dd42ca41d5e750f75b445e38d15e75bbae17c40","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b0000000000000000000000000000000000000000000000002703a666cad171b0","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b"],"data":"0x0000000000000000000000000000000000000000000000002703a666cad171b0"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":234,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x0000000000000000000000006d69f301d1da5c7818b5e61eecc745b30179c68b"],"data":"0x0000000000000000000000000000000000000000000000002703a666cad171b0"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000800000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xa125326be6c232246e116c78e42829a0cdadeacd8cb482f8699f9ae1f3e48d8d","block_number":209},{"info":{"transaction_hash":"0x618cdcc7288c6c259a540e20a0c4d0499e93ffb84165569f8aa20dc6621f3eab","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xa9059cbb00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d00000000000000000000000000000000000000000000000022bf698e9dd6f0b0","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":29729,"gas_limit":53494,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d"],"data":"0x00000000000000000000000000000000000000000000000022bf698e9dd6f0b0"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000000000000000000001","nonce":184,"gas_used":51385},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0xc8b9","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","0x00000000000000000000000002484cb50aac86eae85610d6f4bf026f30f6627d"],"data":"0x00000000000000000000000000000000000000000000000022bf698e9dd6f0b0"}],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000004000000000000000000000008000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000010000000000000000000000000000000000000000000000002000000000000000000000000000000000100000000000000000000000010000000000000000000000000000000000002000000200000000000000000000000002000000000000000200000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xeb2822048cd7c5360ceeb46ded55d87fbf529e0c56aeaa3b91571bf644925b62","block_number":159},{"info":{"transaction_hash":"0xd5db1721e7c4ae48821810a7b9c1e75e95ee985942e9c3dc855d8d48881c5972","transaction_index":0,"from":"0x9eaf5590f2c84912a08de97fa28d0529361deb9e","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x9eaf5590f2c84912a08de97fa28d0529361deb9e","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000454cbb70f6deda57","output":"0x000000000000000000000000000000000000000000000000454cbb70f6deda57","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000454cbb70f6deda57","output":"0x000000000000000000000000000000000000000000000000454cbb70f6deda57","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000454cbb70f6deda57"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000454cbb70f6deda57","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000454cbb70f6deda57"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000454cbb70f6deda57","output":"0x000000000000000000000000000000000000000000000000454cbb70f6deda57","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000000000000000000000000000454cbb70f6deda57","output":"0x000000000000000000000000000000000000000000000000454cbb70f6deda57","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000ab5d3d92106e6b24f","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000000ab5d3d92106e6b24f","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000454cbb70f6deda57","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000454cbb70f6deda57","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e"],"data":"0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000454cbb70f6deda57"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x000000000000000000000000000000000000000000000000454cbb70f6deda57","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x000000000000000000000000000000000000000000000000454cbb70f6deda57"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e0000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000454cbb70f6deda57"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e"],"data":"0x0000000000000000000000009eaf5590f2c84912a08de97fa28d0529361deb9e000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3000000000000000000000000000000000000000000000000454cbb70f6deda57"}],"logsBloom":"0x00000000000000000000000000000004000000000000800000000000000000000000000000010000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000004000000000000000000000020000000000000040000000000000000000000000000000000000000000010000000000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x83ec855dd02d02a2759cbcf1d8100b27e2c4e3da0ba417dc87683d5bed2e434d","block_number":313},{"info":{"transaction_hash":"0x77e85decf6c891b56019d5551f0879be7b0fe38144889f189fed9e3ebc6366a6","transaction_index":0,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0x492c973c16e8aec46f4d71716e91b05b245377c9","contract_address":null,"traces":[{"parent":null,"children":[],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0x492c973c16e8aec46f4d71716e91b05b245377c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x4563918244f40000","data":"0x","output":"0x","gas_used":0,"gas_limit":8005,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]}],"exit":"Stop","out":"0x","nonce":150,"gas_used":21000},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xed025aee7d9a72b07d925ed1d98553dc0cabc3e22cc9d4e4dd420bcf6a2e933c","block_number":125},{"info":{"transaction_hash":"0xe730c9a4277bfe7ecd6bd568d3e34c7185a1451157cb1c27e3c16a72a50a45d6","transaction_index":3,"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","to":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","address":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x99a88ec4000000000000000000000000f5059a5d33d5853360d16c683c16e67980206f360000000000000000000000009d4454b023096f34b160d6b654540c56a1f81688","output":"0x","gas_used":16970,"gas_limit":34900,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[],"idx":1,"trace":{"depth":1,"success":true,"caller":"0xe6e340d132b5f46d1e472debcd681b2abc16e57e","address":"0xf5059a5d33d5853360d16c683c16e67980206f36","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x3659cfe60000000000000000000000009d4454b023096f34b160d6b654540c56a1f81688","output":"0x","gas_used":11422,"gas_limit":29038,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000009d4454b023096f34b160d6b654540c56a1f81688"],"data":"0x"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x","nonce":46,"gas_used":38770},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x28f775","logs":[{"address":"0xf5059a5d33d5853360d16c683c16e67980206f36","topics":["0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","0x0000000000000000000000009d4454b023096f34b160d6b654540c56a1f81688"],"data":"0x"}],"logsBloom":"0x00000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000080800010000000000000000000000000000000000000000000000000000002000040000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"},"block_hash":"0xd397425972c00659489779b87137122b52be920d3225c36b3f6e559b583a77a2","block_number":26},{"info":{"transaction_hash":"0x01fccabc779231816ae6a71a49cd4d7eed3c28020665b41279b52c40bafbf56e","transaction_index":0,"from":"0x0536896a5e38bbd59f3f369ff3682677965abd19","to":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","contract_address":null,"traces":[{"parent":null,"children":[1],"idx":0,"trace":{"depth":0,"success":true,"caller":"0x0536896a5e38bbd59f3f369ff3682677965abd19","address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006e7e031b7ce27244","output":"0x0000000000000000000000000000000000000000000000006e7e031b7ce27244","gas_used":169435,"gas_limit":246869,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":0,"children":[2,3,7],"idx":1,"trace":{"depth":1,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x0dcd1bf9a1b36ce34237eeafef220932846bcd82","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0xe7a050aa000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006e7e031b7ce27244","output":"0x0000000000000000000000000000000000000000000000006e7e031b7ce27244","gas_used":162107,"gas_limit":235839,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd190000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006e7e031b7ce27244"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0},{"Call":2}]},{"parent":1,"children":[],"idx":2,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x23b872dd0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006e7e031b7ce27244","output":"0x0000000000000000000000000000000000000000000000000000000000000001","gas_used":12546,"gas_limit":218770,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000006e7e031b7ce27244"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]},{"parent":1,"children":[4],"idx":3,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xfd471836031dc5108809d173a067e8486b9047a3","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006e7e031b7ce27244","output":"0x0000000000000000000000000000000000000000000000006e7e031b7ce27244","gas_used":25359,"gas_limit":203238,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":3,"children":[5,6],"idx":4,"trace":{"depth":3,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0xa85233c63b9ee964add6f2cffe00fd84eb32338f","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x47e7ef240000000000000000000000007bc06c482dead17c0e297afbc32f6e63d38466500000000000000000000000000000000000000000000000006e7e031b7ce27244","output":"0x0000000000000000000000000000000000000000000000006e7e031b7ce27244","gas_used":18189,"gas_limit":193037,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},"decoded":{"name":null,"params":null},"position":2}],"ordering":[{"Call":0},{"Call":1},{"Log":0}]},{"parent":4,"children":[],"idx":5,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001bc43a6dabbd567aaa","gas_used":559,"gas_limit":181005,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":4,"children":[],"idx":6,"trace":{"depth":4,"success":true,"caller":"0xfd471836031dc5108809d173a067e8486b9047a3","address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"STATICCALL","value":"0x0","data":"0x70a08231000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3","output":"0x00000000000000000000000000000000000000000000001bc43a6dabbd567aaa","gas_used":559,"gas_limit":177597,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[]},{"parent":1,"children":[8],"idx":7,"trace":{"depth":2,"success":true,"caller":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"CALL","value":"0x0","data":"0x28a573ae0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006e7e031b7ce27244","output":"0x","gas_used":34820,"gas_limit":107080,"status":"Return","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[],"ordering":[{"Call":0}]},{"parent":7,"children":[],"idx":8,"trace":{"depth":3,"success":true,"caller":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","address":"0xa51c1fc2f0d1a1b8494ed1fe312d7c3a78ed91c0","maybe_precompile":null,"selfdestruct_address":null,"selfdestruct_refund_target":null,"selfdestruct_transferred_value":null,"kind":"DELEGATECALL","value":"0x0","data":"0x28a573ae0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006e7e031b7ce27244","output":"0x","gas_used":27495,"gas_limit":98234,"status":"Stop","steps":[],"decoded":{"label":null,"return_data":null,"call_data":null}},"logs":[{"raw_log":{"topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19"],"data":"0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006e7e031b7ce27244"},"decoded":{"name":null,"params":null},"position":0}],"ordering":[{"Log":0}]}],"exit":"Return","out":"0x0000000000000000000000000000000000000000000000006e7e031b7ce27244","nonce":1,"gas_used":183859},"receipt":{"type":"0x2","status":"0x1","cumulativeGasUsed":"0x2ce33","logs":[{"address":"0x7bc06c482dead17c0e297afbc32f6e63d3846650","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19","0x000000000000000000000000fd471836031dc5108809d173a067e8486b9047a3"],"data":"0x0000000000000000000000000000000000000000000000006e7e031b7ce27244"},{"address":"0xfd471836031dc5108809d173a067e8486b9047a3","topics":["0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8"],"data":"0x0000000000000000000000000000000000000000000000000de0b6b3a7640000"},{"address":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707","topics":["0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96"],"data":"0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd190000000000000000000000007bc06c482dead17c0e297afbc32f6e63d3846650000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006e7e031b7ce27244"},{"address":"0xdc64a140aa3e981100a9beca4e685f962f0cf6c9","topics":["0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c","0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19"],"data":"0x0000000000000000000000000536896a5e38bbd59f3f369ff3682677965abd19000000000000000000000000fd471836031dc5108809d173a067e8486b9047a30000000000000000000000000000000000000000000000006e7e031b7ce27244"}],"logsBloom":"0x00000000000000000000000000000004000000000000000000000000000000000000000000030000000000000000000800000010000000000000000000000000000000000000800100000008000000000000000240000001101000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000020000000000000040000000000000000000000000000000020000000000000000010000010000000000000000000000000001010000002000000000040000000000000000000000020000000000001200000000100000000000000000000000000000000000001000000000100000000000000"},"block_hash":"0x22910c4f29628d1059b0ffab6092136117a3628f19b1f44f64542c9065dbe888","block_number":433}],"historical_states":null}
````

## File: M2-contracts/anvil/deploy-contracts-save-anvil-state.sh
````bash
#!/bin/bash

# Enable the script to exit immediately if a command exits with a non-zero status
set -o errexit -o nounset -o pipefail

# Define your cleanup function
clean_up() {
    echo "Executing cleanup function..."
    set +e
    pkill -f anvil

    # Check if the exit status is non-zero
    exit_status=$?
    if [ $exit_status -ne 0 ]; then
        echo "Script exited due to set -e on line $1 with command '$2'. Exit status: $exit_status"
    fi
}
# Use trap to call the clean_up function when the script exits
trap 'clean_up $LINENO "$BASH_COMMAND"' EXIT

# cd to the directory of this script so that this can be run from anywhere
anvil_dir=$(
    cd "$(dirname "${BASH_SOURCE[0]}")"
    pwd -P
)
root_dir=$(realpath $anvil_dir/../..)

set -a
source $anvil_dir/utils.sh
# we overwrite some variables here because should always deploy to anvil (localhost)
ETH_HTTP_URL=http://localhost:8545
DEPLOYER_PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
set +a

# start an empty anvil chain in the background and dump its state to a json file upon exit
start_anvil_docker "" $anvil_dir/contracts-deployed-anvil-state.json
sleep 1

CHAIN_ID=$(cast chain-id)

# DEPLOY CONTRACT REGISTRY
cd $root_dir/M2-contracts
forge create src/ContractsRegistry.sol:ContractsRegistry --rpc-url $ETH_HTTP_URL --private-key $DEPLOYER_PRIVATE_KEY --broadcast

# DEPLOY EIGENLAYER
EIGEN_CONTRACTS_DIR=$root_dir/M2-contracts/lib/eigenlayer-middleware/lib/eigenlayer-contracts
DEVNET_OUTPUT_DIR=$EIGEN_CONTRACTS_DIR/script/output/devnet

cd $EIGEN_CONTRACTS_DIR

forge script script/deploy/local/Deploy_From_Scratch.s.sol:DeployFromScratch --rpc-url $ETH_HTTP_URL \
    --private-key $DEPLOYER_PRIVATE_KEY --broadcast \
    --sig "run(string memory configFileName)" -- local/deploy_from_scratch.anvil.config.json
mv $DEVNET_OUTPUT_DIR/local_from_scratch_deployment_data.json $root_dir/M2-contracts/script/output/${CHAIN_ID:?}/eigenlayer_deployment_output.json

# DEPLOY MOCKAVS
cd $root_dir/M2-contracts
forge script script/DeployMockAvs.s.sol --rpc-url $ETH_HTTP_URL --private-key $DEPLOYER_PRIVATE_KEY --broadcast

# DEPLOY TOKENS AND STRATEGIES
cd $root_dir/M2-contracts
# DO NOT REMOVE THE SLOW DIRECTIVE FROM THIS SCRIPT INVOCATION
# slow ensures that the transaction reciept is successful and recieved before sending the next transaction
# this should prevent the strategies deploying/registering in a flakey manner,
forge script script/DeployTokensStrategiesCreateQuorums.s.sol --rpc-url $ETH_HTTP_URL --private-key $DEPLOYER_PRIVATE_KEY --broadcast --slow

# REGISTER OPERATORS WITH EIGENLAYER
cd $root_dir/M2-contracts
# DO NOT REMOVE THE SLOW DIRECTIVE FROM THIS SCRIPT INVOCATION
# slow ensures that the transaction receipt is successful and recieved before sending the next transaction
# this should prevent the operators registering in a flakey manner, the operators registered will change from run to run without this
forge script script/RegisterOperatorsWithEigenlayer.s.sol --rpc-url $ETH_HTTP_URL --private-key $DEPLOYER_PRIVATE_KEY --broadcast --slow
````

## File: M2-contracts/anvil/README.md
````markdown
# Integration Tests

We store an anvil state files in this directory, so that we can start an anvil chain with the correct state for integration tests.
```
anvil --load-state STATE_FILE.json
```

## Eigenlayer deployment state file
`eigenlayer-deployed-anvil-state.json` contains the eigenlayer deployment.

It was created by running this [deploy script](https://github.com/Layr-Labs/eigenlayer-contracts/blob/2cb9ed107c6c918b9dfbac94cd71b4ab7c94e8c2/script/testing/M2_Deploy_From_Scratch.s.sol). If you ever need to redeploy a new version of eigenlayer contracts, first start an anvil chain that dumps its state after exiting
```
anvil --dump-state eigenlayer-deployed-anvil-state.json
```
Then run the deploy script
```
forge script script/testing/M2_Deploy_From_Scratch.s.sol --rpc-url http://localhost:8545 --private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 --broadcast --sig "run(string memory configFile)" -- M2_deploy_from_scratch.anvil.config.json
```
and finally kill the anvil chain with `Ctrl-C`. Make sure to copy the deployment [output file](https://github.com/Layr-Labs/eigenlayer-contracts/blob/master/script/output/M2_from_scratch_deployment_data.json) to [eigenlayer_deployment_output.json](../../contracts/script/output/31337/eigenlayer_deployment_output.json) so that the tests can find the deployed contracts.

See the main [README](../../README.md#dependencies) to understand why we deploy from the `experimental-reduce-strategy-manager-bytecode-size` branch of eigenlayer-contracts.
````

## File: M2-contracts/anvil/start-anvil-chain-with-el-and-avs-deployed.sh
````bash
#!/bin/bash

set -o errexit -o nounset -o pipefail

# cd to the directory of this script so that this can be run from anywhere
anvil_dir=$(
    cd "$(dirname "${BASH_SOURCE[0]}")"
    pwd -P
)
root_dir=$(realpath $anvil_dir/../..)

set -a
source $anvil_dir/utils.sh
set +a

# start an anvil instance in the background that has eigenlayer contracts deployed
# we start anvil in the background so that we can run the below script
start_anvil_docker $anvil_dir/contracts-deployed-anvil-state.json ""

cd $root_dir/contracts
# we need to restart the anvil chain at the correct block, otherwise the indexRegistry has a quorumUpdate at the block number
# at which it was deployed (aka quorum was created/updated), but when we start anvil by loading state file it starts at block number 0
# so calling getOperatorListAtBlockNumber reverts because it thinks there are no quorums registered at block 0
# advancing chain manually like this is a current hack until https://github.com/foundry-rs/foundry/issues/6679 is merged
cast rpc anvil_mine 200 --rpc-url http://localhost:8545 > /dev/null
echo "Anvil is ready. Advanced chain to block-number:" $(cast block-number)


docker attach anvil
````

## File: M2-contracts/anvil/utils.sh
````bash
#!/bin/bash

set -e -o nounset

parent_path=$(
    cd "$(dirname "${BASH_SOURCE[0]}")"
    pwd -P
)

FOUNDRY_IMAGE=ghcr.io/foundry-rs/foundry:stable

clean_up() {
    # Check if the exit status is non-zero
    exit_status=$?
    if [ $exit_status -ne 0 ]; then
        echo "Script exited due to set -e on line $1 with command '$2'. Exit status: $exit_status"
    fi
}
# Use trap to call the clean_up function when the script exits
trap 'clean_up $LINENO "$BASH_COMMAND"' ERR

# start_anvil_docker $LOAD_STATE_FILE $DUMP_STATE_FILE
start_anvil_docker() {
    LOAD_STATE_FILE=$1
    DUMP_STATE_FILE=$2
    LOAD_STATE_VOLUME_DOCKER_ARG=$([[ -z $LOAD_STATE_FILE ]] && echo "" || echo "-v $LOAD_STATE_FILE:/load-state.json")
    DUMP_STATE_VOLUME_DOCKER_ARG=$([[ -z $DUMP_STATE_FILE ]] && echo "" || echo "-v $DUMP_STATE_FILE:/dump-state.json")
    LOAD_STATE_ANVIL_ARG=$([[ -z $LOAD_STATE_FILE ]] && echo "" || echo "--load-state /load-state.json")
    DUMP_STATE_ANVIL_ARG=$([[ -z $DUMP_STATE_FILE ]] && echo "" || echo "--dump-state /dump-state.json")

    trap 'docker stop anvil 2>/dev/null || true' EXIT
    set -o xtrace
    docker run --rm -d --name anvil -p 8545:8545 $LOAD_STATE_VOLUME_DOCKER_ARG $DUMP_STATE_VOLUME_DOCKER_ARG \
        --entrypoint anvil \
        $FOUNDRY_IMAGE \
        $LOAD_STATE_ANVIL_ARG $DUMP_STATE_ANVIL_ARG --host 0.0.0.0
    set +o xtrace
    sleep 2
}
````

## File: M2-contracts/bindings/BLSApkRegistry/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractBLSApkRegistry
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// BN254G1Point is an auto generated low-level Go binding around an user-defined struct.
type BN254G1Point struct {
	X *big.Int
	Y *big.Int
}
⋮----
// BN254G2Point is an auto generated low-level Go binding around an user-defined struct.
type BN254G2Point struct {
	X [2]*big.Int
	Y [2]*big.Int
}
⋮----
// IBLSApkRegistryApkUpdate is an auto generated low-level Go binding around an user-defined struct.
type IBLSApkRegistryApkUpdate struct {
	ApkHash               [24]byte
	UpdateBlockNumber     uint32
	NextUpdateBlockNumber uint32
}
⋮----
// IBLSApkRegistryPubkeyRegistrationParams is an auto generated low-level Go binding around an user-defined struct.
type IBLSApkRegistryPubkeyRegistrationParams struct {
	PubkeyRegistrationSignature BN254G1Point
	PubkeyG1                    BN254G1Point
	PubkeyG2                    BN254G2Point
}
⋮----
// ContractBLSApkRegistryMetaData contains all meta data concerning the ContractBLSApkRegistry contract.
var ContractBLSApkRegistryMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"_registryCoordinator\",\"type\":\"address\",\"internalType\":\"contractIRegistryCoordinator\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"apkHistory\",\"inputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"apkHash\",\"type\":\"bytes24\",\"internalType\":\"bytes24\"},{\"name\":\"updateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"nextUpdateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"currentApk\",\"inputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"deregisterOperator\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"getApk\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getApkHashAtBlockNumberAndIndex\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"index\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes24\",\"internalType\":\"bytes24\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getApkHistoryLength\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getApkIndicesAtBlockNumber\",\"inputs\":[{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"blockNumber\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getApkUpdateAtIndex\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"index\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIBLSApkRegistry.ApkUpdate\",\"components\":[{\"name\":\"apkHash\",\"type\":\"bytes24\",\"internalType\":\"bytes24\"},{\"name\":\"updateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"nextUpdateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorFromPubkeyHash\",\"inputs\":[{\"name\":\"pubkeyHash\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorId\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getRegisteredPubkey\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"initializeQuorum\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"operatorToPubkey\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"operatorToPubkeyHash\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pubkeyHashToOperator\",\"inputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"registerBLSPublicKey\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"params\",\"type\":\"tuple\",\"internalType\":\"structIBLSApkRegistry.PubkeyRegistrationParams\",\"components\":[{\"name\":\"pubkeyRegistrationSignature\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"pubkeyG1\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"pubkeyG2\",\"type\":\"tuple\",\"internalType\":\"structBN254.G2Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"},{\"name\":\"Y\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"}]}]},{\"name\":\"pubkeyRegistrationMessageHash\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}],\"outputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"registerOperator\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"registryCoordinator\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"NewPubkeyRegistration\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"pubkeyG1\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"pubkeyG2\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structBN254.G2Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"},{\"name\":\"Y\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"}]}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorAddedToQuorums\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"indexed\":false,\"internalType\":\"bytes32\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"indexed\":false,\"internalType\":\"bytes\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorRemovedFromQuorums\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"indexed\":false,\"internalType\":\"bytes32\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"indexed\":false,\"internalType\":\"bytes\"}],\"anonymous\":false}]",
	Bin: "0x60a06040523480156200001157600080fd5b506040516200203538038062002035833981016040819052620000349162000116565b6001600160a01b038116608052806200004c62000054565b505062000148565b600054610100900460ff1615620000c15760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b60005460ff908116101562000114576000805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6000602082840312156200012957600080fd5b81516001600160a01b03811681146200014157600080fd5b9392505050565b608051611eca6200016b6000396000818161030f0152610fd60152611eca6000f3fe608060405234801561001057600080fd5b50600436106101155760003560e01c80636d14a987116100a2578063bf79ce5811610071578063bf79ce58146103cc578063d5254a8c146103df578063de29fac0146103ff578063e8bb9ae61461041f578063f4e24fe51461044857600080fd5b80636d14a9871461030a5780637916cea6146103315780637ff81a8714610372578063a3db80e2146103a557600080fd5b80633fb27952116100e95780633fb27952146101df57806347b314e8146101f25780635f61a88414610233578063605747d51461028f57806368bccaac146102dd57600080fd5b8062a1f4cb1461011a57806313542a4e1461015b57806326d941f214610192578063377ed99d146101a7575b600080fd5b6101416101283660046118b7565b6003602052600090815260409020805460019091015482565b604080519283526020830191909152015b60405180910390f35b6101846101693660046118b7565b6001600160a01b031660009081526001602052604090205490565b604051908152602001610152565b6101a56101a03660046118ea565b61045b565b005b6101ca6101b53660046118ea565b60ff1660009081526004602052604090205490565b60405163ffffffff9091168152602001610152565b6101a56101ed366004611975565b610570565b61021b610200366004611a1b565b6000908152600260205260409020546001600160a01b031690565b6040516001600160a01b039091168152602001610152565b6102826102413660046118ea565b60408051808201909152600080825260208201525060ff16600090815260056020908152604091829020825180840190935280548352600101549082015290565b6040516101529190611a34565b6102a261029d366004611a4b565b6105ee565b60408051825167ffffffffffffffff1916815260208084015163ffffffff908116918301919091529282015190921690820152606001610152565b6102f06102eb366004611a75565b610681565b60405167ffffffffffffffff199091168152602001610152565b61021b7f000000000000000000000000000000000000000000000000000000000000000081565b61034461033f366004611a4b565b61081c565b6040805167ffffffffffffffff19909416845263ffffffff9283166020850152911690820152606001610152565b6103856103803660046118b7565b610867565b604080518351815260209384015193810193909352820152606001610152565b6101416103b33660046118ea565b6005602052600090815260409020805460019091015482565b6101846103da366004611abd565b610934565b6103f26103ed366004611b1a565b610d48565b6040516101529190611b92565b61018461040d3660046118b7565b60016020526000908152604090205481565b61021b61042d366004611a1b565b6002602052600090815260409020546001600160a01b031681565b6101a5610456366004611975565b610f62565b610463610fcb565b60ff8116600090815260046020526040902054156104e75760405162461bcd60e51b815260206004820152603660248201527f424c5341706b52656769737472792e696e697469616c697a6551756f72756d3a6044820152752071756f72756d20616c72656164792065786973747360501b60648201526084015b60405180910390fd5b60ff166000908152600460209081526040808320815160608101835284815263ffffffff4381168286019081528285018781528454600181018655948852959096209151919092018054955194518316600160e01b026001600160e01b0395909316600160c01b026001600160e01b03199096169190931c179390931791909116919091179055565b610578610fcb565b600061058383610867565b5090506105908282611082565b7f73a2b7fb844724b971802ae9b15db094d4b7192df9d7350e14eb466b9b22eb4e836105d1856001600160a01b031660009081526001602052604090205490565b846040516105e193929190611bdc565b60405180910390a1505050565b604080516060810182526000808252602080830182905282840182905260ff86168252600490529190912080548390811061062b5761062b611c48565b600091825260209182902060408051606081018252919092015467ffffffffffffffff1981841b16825263ffffffff600160c01b8204811694830194909452600160e01b90049092169082015290505b92915050565b60ff831660009081526004602052604081208054829190849081106106a8576106a8611c48565b600091825260209182902060408051606081018252919092015467ffffffffffffffff1981841b16825263ffffffff600160c01b82048116948301859052600160e01b90910481169282019290925292508516101561076f5760405162461bcd60e51b815260206004820152603e60248201527f424c5341706b52656769737472792e5f76616c696461746541706b486173684160448201527f74426c6f636b4e756d6265723a20696e64657820746f6f20726563656e74000060648201526084016104de565b604081015163ffffffff1615806107955750806040015163ffffffff168463ffffffff16105b6108135760405162461bcd60e51b815260206004820152604360248201527f424c5341706b52656769737472792e5f76616c696461746541706b486173684160448201527f74426c6f636b4e756d6265723a206e6f74206c61746573742061706b2075706460648201526261746560e81b608482015260a4016104de565b51949350505050565b6004602052816000526040600020818154811061083857600080fd5b600091825260209091200154604081901b925063ffffffff600160c01b820481169250600160e01b9091041683565b60408051808201909152600080825260208201526001600160a01b03821660008181526003602090815260408083208151808301835281548152600191820154818501529484529091528120549091908061092a5760405162461bcd60e51b815260206004820152603e60248201527f424c5341706b52656769737472792e676574526567697374657265645075626b60448201527f65793a206f70657261746f72206973206e6f742072656769737465726564000060648201526084016104de565b9094909350915050565b600061093e610fcb565b600061096c61095536869003860160408701611c5e565b805160009081526020918201519091526040902090565b90507fad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb58114156109f4576040805162461bcd60e51b8152602060048201526024810191909152600080516020611e7583398151915260448201527f4b65793a2063616e6e6f74207265676973746572207a65726f207075626b657960648201526084016104de565b6001600160a01b03851660009081526001602052604090205415610a7e5760405162461bcd60e51b81526020600482015260476024820152600080516020611e7583398151915260448201527f4b65793a206f70657261746f7220616c72656164792072656769737465726564606482015266207075626b657960c81b608482015260a4016104de565b6000818152600260205260409020546001600160a01b031615610b025760405162461bcd60e51b81526020600482015260426024820152600080516020611e7583398151915260448201527f4b65793a207075626c6963206b657920616c7265616479207265676973746572606482015261195960f21b608482015260a4016104de565b604080516000917f30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f000000191610b5b918835916020808b0135928b01359160608c01359160808d019160c08e01918d35918e8201359101611c90565b6040516020818303038152906040528051906020012060001c610b7e9190611cdb565b9050610c18610bb7610ba283610b9c368a90038a0160408b01611c5e565b906112cd565b610bb136899003890189611c5e565b90611364565b610bbf6113f8565b610c01610bf285610b9c604080518082018252600080825260209182015281518083019092526001825260029082015290565b610bb1368a90038a018a611c5e565b610c13368a90038a0160808b01611d4d565b6114b8565b610cb35760405162461bcd60e51b815260206004820152606c6024820152600080516020611e7583398151915260448201527f4b65793a2065697468657220746865204731207369676e61747572652069732060648201527f77726f6e672c206f7220473120616e642047322070726976617465206b65792060848201526b0c8de40dcdee840dac2e8c6d60a31b60a482015260c4016104de565b6001600160a01b03861660008181526003602090815260408083208982018035825560608b013560019283015590835281842087905586845260029092529182902080546001600160a01b0319168417905590517fe3fb6613af2e8930cf85d47fcf6db10192224a64c6cbe8023e0eee1ba382804191610d379160808a0190611daa565b60405180910390a250949350505050565b606060008367ffffffffffffffff811115610d6557610d65611905565b604051908082528060200260200182016040528015610d8e578160200160208202803683370190505b50905060005b84811015610f59576000868683818110610db057610db0611c48565b919091013560f81c6000818152600460205260409020549092509050801580610e13575060ff821660009081526004602052604081208054909190610df757610df7611c48565b600091825260209091200154600160c01b900463ffffffff1686105b15610ea05760405162461bcd60e51b815260206004820152605160248201527f424c5341706b52656769737472792e67657441706b496e64696365734174426c60448201527f6f636b4e756d6265723a20626c6f636b4e756d626572206973206265666f7265606482015270207468652066697273742075706461746560781b608482015260a4016104de565b805b8015610f435760ff831660009081526004602052604090208790610ec7600184611df4565b81548110610ed757610ed7611c48565b600091825260209091200154600160c01b900463ffffffff1611610f3157610f00600182611df4565b858581518110610f1257610f12611c48565b602002602001019063ffffffff16908163ffffffff1681525050610f43565b80610f3b81611e0b565b915050610ea2565b5050508080610f5190611e22565b915050610d94565b50949350505050565b610f6a610fcb565b6000610f7583610867565b509050610f8a82610f8583611725565b611082565b7ff843ecd53a563675e62107be1494fdde4a3d49aeedaf8d88c616d85346e3500e836105d1856001600160a01b031660009081526001602052604090205490565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146110805760405162461bcd60e51b815260206004820152604e60248201527f424c5341706b52656769737472792e6f6e6c795265676973747279436f6f726460448201527f696e61746f723a2063616c6c6572206973206e6f74207468652072656769737460648201526d393c9031b7b7b93234b730ba37b960911b608482015260a4016104de565b565b604080518082019091526000808252602082015260005b83518110156112c75760008482815181106110b6576110b6611c48565b0160209081015160f81c60008181526004909252604090912054909150806111465760405162461bcd60e51b815260206004820152603d60248201527f424c5341706b52656769737472792e5f70726f6365737351756f72756d41706b60448201527f5570646174653a2071756f72756d20646f6573206e6f7420657869737400000060648201526084016104de565b60ff8216600090815260056020908152604091829020825180840190935280548352600101549082015261117a9086611364565b60ff831660008181526005602090815260408083208551808255868401805160019384015590855251835281842094845260049092528220939750919290916111c39085611df4565b815481106111d3576111d3611c48565b600091825260209091200180549091504363ffffffff908116600160c01b9092041614156112145780546001600160c01b031916604083901c1781556112b0565b805463ffffffff438116600160e01b8181026001600160e01b0394851617855560ff88166000908152600460209081526040808320815160608101835267ffffffffffffffff198b16815280840196875280830185815282546001810184559286529390942093519301805495519251871690940291909516600160c01b026001600160e01b0319949094169190941c17919091179092161790555b5050505080806112bf90611e22565b915050611099565b50505050565b60408051808201909152600080825260208201526112e96117e4565b835181526020808501519082015260408082018490526000908360608460076107d05a03fa905080801561131c5761131e565bfe5b508061135c5760405162461bcd60e51b815260206004820152600d60248201526c1958cb5b5d5b0b59985a5b1959609a1b60448201526064016104de565b505092915050565b6040805180820190915260008082526020820152611380611802565b835181526020808501518183015283516040808401919091529084015160608301526000908360808460066107d05a03fa905080801561131c57508061135c5760405162461bcd60e51b815260206004820152600d60248201526c1958cb5859190b59985a5b1959609a1b60448201526064016104de565b611400611820565b50604080516080810182527f198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c28183019081527f1800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed6060830152815281518083019092527f275dc4a288d1afb3cbb1ac09187524c7db36395df7be3b99e673b13a075a65ec82527f1d9befcd05a5323e6da4d435f3b617cdb3af83285c2df711ef39c01571827f9d60208381019190915281019190915290565b6040805180820182528581526020808201859052825180840190935285835282018390526000916114e7611845565b60005b60028110156116ac576000611500826006611e3d565b905084826002811061151457611514611c48565b60200201515183611526836000611e5c565b600c811061153657611536611c48565b602002015284826002811061154d5761154d611c48565b602002015160200151838260016115649190611e5c565b600c811061157457611574611c48565b602002015283826002811061158b5761158b611c48565b602002015151518361159e836002611e5c565b600c81106115ae576115ae611c48565b60200201528382600281106115c5576115c5611c48565b60200201515160016020020151836115de836003611e5c565b600c81106115ee576115ee611c48565b602002015283826002811061160557611605611c48565b60200201516020015160006002811061162057611620611c48565b602002015183611631836004611e5c565b600c811061164157611641611c48565b602002015283826002811061165857611658611c48565b60200201516020015160016002811061167357611673611c48565b602002015183611684836005611e5c565b600c811061169457611694611c48565b602002015250806116a481611e22565b9150506114ea565b506116b5611864565b60006020826101808560086107d05a03fa905080801561131c5750806117155760405162461bcd60e51b81526020600482015260156024820152741c185a5c9a5b99cb5bdc18dbd9194b59985a5b1959605a1b60448201526064016104de565b5051151598975050505050505050565b6040805180820190915260008082526020820152815115801561174a57506020820151155b15611768575050604080518082019091526000808252602082015290565b6040518060400160405280836000015181526020017f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd4784602001516117ad9190611cdb565b6117d7907f30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47611df4565b905292915050565b919050565b60405180606001604052806003906020820280368337509192915050565b60405180608001604052806004906020820280368337509192915050565b6040518060400160405280611833611882565b8152602001611840611882565b905290565b604051806101800160405280600c906020820280368337509192915050565b60405180602001604052806001906020820280368337509192915050565b60405180604001604052806002906020820280368337509192915050565b80356001600160a01b03811681146117df57600080fd5b6000602082840312156118c957600080fd5b6118d2826118a0565b9392505050565b803560ff811681146117df57600080fd5b6000602082840312156118fc57600080fd5b6118d2826118d9565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff8111828210171561193e5761193e611905565b60405290565b604051601f8201601f1916810167ffffffffffffffff8111828210171561196d5761196d611905565b604052919050565b6000806040838503121561198857600080fd5b611991836118a0565b915060208084013567ffffffffffffffff808211156119af57600080fd5b818601915086601f8301126119c357600080fd5b8135818111156119d5576119d5611905565b6119e7601f8201601f19168501611944565b915080825287848285010111156119fd57600080fd5b80848401858401376000848284010152508093505050509250929050565b600060208284031215611a2d57600080fd5b5035919050565b81518152602080830151908201526040810161067b565b60008060408385031215611a5e57600080fd5b611a67836118d9565b946020939093013593505050565b600080600060608486031215611a8a57600080fd5b611a93846118d9565b9250602084013563ffffffff81168114611aac57600080fd5b929592945050506040919091013590565b6000806000838503610160811215611ad457600080fd5b611add856118a0565b9350610100601f1982011215611af257600080fd5b602085019250604061011f1982011215611b0b57600080fd5b50610120840190509250925092565b600080600060408486031215611b2f57600080fd5b833567ffffffffffffffff80821115611b4757600080fd5b818601915086601f830112611b5b57600080fd5b813581811115611b6a57600080fd5b876020828501011115611b7c57600080fd5b6020928301989097509590910135949350505050565b6020808252825182820181905260009190848201906040850190845b81811015611bd057835163ffffffff1683529284019291840191600101611bae565b50909695505050505050565b60018060a01b038416815260006020848184015260606040840152835180606085015260005b81811015611c1e57858101830151858201608001528201611c02565b81811115611c30576000608083870101525b50601f01601f19169290920160800195945050505050565b634e487b7160e01b600052603260045260246000fd5b600060408284031215611c7057600080fd5b611c7861191b565b82358152602083013560208201528091505092915050565b8881528760208201528660408201528560608201526040856080830137600060c082016000815260408682375050610100810192909252610120820152610140019695505050505050565b600082611cf857634e487b7160e01b600052601260045260246000fd5b500690565b600082601f830112611d0e57600080fd5b611d1661191b565b806040840185811115611d2857600080fd5b845b81811015611d42578035845260209384019301611d2a565b509095945050505050565b600060808284031215611d5f57600080fd5b6040516040810181811067ffffffffffffffff82111715611d8257611d82611905565b604052611d8f8484611cfd565b8152611d9e8460408501611cfd565b60208201529392505050565b823581526020808401359082015260c081016040838184013760808201600081526040808501823750600081529392505050565b634e487b7160e01b600052601160045260246000fd5b600082821015611e0657611e06611dde565b500390565b600081611e1a57611e1a611dde565b506000190190565b6000600019821415611e3657611e36611dde565b5060010190565b6000816000190483118215151615611e5757611e57611dde565b500290565b60008219821115611e6f57611e6f611dde565b50019056fe424c5341706b52656769737472792e7265676973746572424c535075626c6963a2646970667358221220abaf1eb4eabc673b847a708f5049f54385a4382da36cd152612e5b8ad7612bee64736f6c634300080c0033",
}
⋮----
// ContractBLSApkRegistryABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractBLSApkRegistryMetaData.ABI instead.
var ContractBLSApkRegistryABI = ContractBLSApkRegistryMetaData.ABI
⋮----
// ContractBLSApkRegistryBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractBLSApkRegistryMetaData.Bin instead.
var ContractBLSApkRegistryBin = ContractBLSApkRegistryMetaData.Bin
⋮----
// DeployContractBLSApkRegistry deploys a new Ethereum contract, binding an instance of ContractBLSApkRegistry to it.
func DeployContractBLSApkRegistry(auth *bind.TransactOpts, backend bind.ContractBackend, _registryCoordinator common.Address) (common.Address, *types.Transaction, *ContractBLSApkRegistry, error)
⋮----
// ContractBLSApkRegistryMethods is an auto generated interface around an Ethereum contract.
type ContractBLSApkRegistryMethods interface {
	ContractBLSApkRegistryCalls
	ContractBLSApkRegistryTransacts
	ContractBLSApkRegistryFilters
}
⋮----
// ContractBLSApkRegistryCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractBLSApkRegistryCalls interface {
	ApkHistory(opts *bind.CallOpts, arg0 uint8, arg1 *big.Int) (struct {
		ApkHash               [24]byte
		UpdateBlockNumber     uint32
		NextUpdateBlockNumber uint32
	}, error)
⋮----
// ContractBLSApkRegistryTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractBLSApkRegistryTransacts interface {
	DeregisterOperator(opts *bind.TransactOpts, operator common.Address, quorumNumbers []byte) (*types.Transaction, error)

	InitializeQuorum(opts *bind.TransactOpts, quorumNumber uint8) (*types.Transaction, error)

	RegisterBLSPublicKey(opts *bind.TransactOpts, operator common.Address, params IBLSApkRegistryPubkeyRegistrationParams, pubkeyRegistrationMessageHash BN254G1Point) (*types.Transaction, error)

	RegisterOperator(opts *bind.TransactOpts, operator common.Address, quorumNumbers []byte) (*types.Transaction, error)
}
⋮----
// ContractBLSApkRegistryFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractBLSApkRegistryFilters interface {
	FilterInitialized(opts *bind.FilterOpts) (*ContractBLSApkRegistryInitializedIterator, error)
	WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractBLSApkRegistryInitialized) (event.Subscription, error)
	ParseInitialized(log types.Log) (*ContractBLSApkRegistryInitialized, error)

	FilterNewPubkeyRegistration(opts *bind.FilterOpts, operator []common.Address) (*ContractBLSApkRegistryNewPubkeyRegistrationIterator, error)
	WatchNewPubkeyRegistration(opts *bind.WatchOpts, sink chan<- *ContractBLSApkRegistryNewPubkeyRegistration, operator []common.Address) (event.Subscription, error)
	ParseNewPubkeyRegistration(log types.Log) (*ContractBLSApkRegistryNewPubkeyRegistration, error)

	FilterOperatorAddedToQuorums(opts *bind.FilterOpts) (*ContractBLSApkRegistryOperatorAddedToQuorumsIterator, error)
	WatchOperatorAddedToQuorums(opts *bind.WatchOpts, sink chan<- *ContractBLSApkRegistryOperatorAddedToQuorums) (event.Subscription, error)
	ParseOperatorAddedToQuorums(log types.Log) (*ContractBLSApkRegistryOperatorAddedToQuorums, error)

	FilterOperatorRemovedFromQuorums(opts *bind.FilterOpts) (*ContractBLSApkRegistryOperatorRemovedFromQuorumsIterator, error)
	WatchOperatorRemovedFromQuorums(opts *bind.WatchOpts, sink chan<- *ContractBLSApkRegistryOperatorRemovedFromQuorums) (event.Subscription, error)
	ParseOperatorRemovedFromQuorums(log types.Log) (*ContractBLSApkRegistryOperatorRemovedFromQuorums, error)
}
⋮----
// ContractBLSApkRegistry is an auto generated Go binding around an Ethereum contract.
type ContractBLSApkRegistry struct {
	ContractBLSApkRegistryCaller     // Read-only binding to the contract
	ContractBLSApkRegistryTransactor // Write-only binding to the contract
	ContractBLSApkRegistryFilterer   // Log filterer for contract events
}
⋮----
ContractBLSApkRegistryCaller     // Read-only binding to the contract
ContractBLSApkRegistryTransactor // Write-only binding to the contract
ContractBLSApkRegistryFilterer   // Log filterer for contract events
⋮----
// ContractBLSApkRegistry implements the ContractBLSApkRegistryMethods interface.
var _ ContractBLSApkRegistryMethods = (*ContractBLSApkRegistry)(nil)
⋮----
// ContractBLSApkRegistryCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractBLSApkRegistryCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractBLSApkRegistryCaller implements the ContractBLSApkRegistryCalls interface.
var _ ContractBLSApkRegistryCalls = (*ContractBLSApkRegistryCaller)(nil)
⋮----
// ContractBLSApkRegistryTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractBLSApkRegistryTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractBLSApkRegistryTransactor implements the ContractBLSApkRegistryTransacts interface.
var _ ContractBLSApkRegistryTransacts = (*ContractBLSApkRegistryTransactor)(nil)
⋮----
// ContractBLSApkRegistryFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractBLSApkRegistryFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractBLSApkRegistryFilterer implements the ContractBLSApkRegistryFilters interface.
var _ ContractBLSApkRegistryFilters = (*ContractBLSApkRegistryFilterer)(nil)
⋮----
// ContractBLSApkRegistrySession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractBLSApkRegistrySession struct {
	Contract     *ContractBLSApkRegistry // Generic contract binding to set the session for
	CallOpts     bind.CallOpts           // Call options to use throughout this session
	TransactOpts bind.TransactOpts       // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractBLSApkRegistry // Generic contract binding to set the session for
CallOpts     bind.CallOpts           // Call options to use throughout this session
TransactOpts bind.TransactOpts       // Transaction auth options to use throughout this session
⋮----
// ContractBLSApkRegistryCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractBLSApkRegistryCallerSession struct {
	Contract *ContractBLSApkRegistryCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                 // Call options to use throughout this session
}
⋮----
Contract *ContractBLSApkRegistryCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                 // Call options to use throughout this session
⋮----
// ContractBLSApkRegistryTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractBLSApkRegistryTransactorSession struct {
	Contract     *ContractBLSApkRegistryTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                 // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractBLSApkRegistryTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                 // Transaction auth options to use throughout this session
⋮----
// ContractBLSApkRegistryRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractBLSApkRegistryRaw struct {
	Contract *ContractBLSApkRegistry // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractBLSApkRegistry // Generic contract binding to access the raw methods on
⋮----
// ContractBLSApkRegistryCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractBLSApkRegistryCallerRaw struct {
	Contract *ContractBLSApkRegistryCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractBLSApkRegistryCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractBLSApkRegistryTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractBLSApkRegistryTransactorRaw struct {
	Contract *ContractBLSApkRegistryTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractBLSApkRegistryTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractBLSApkRegistry creates a new instance of ContractBLSApkRegistry, bound to a specific deployed contract.
func NewContractBLSApkRegistry(address common.Address, backend bind.ContractBackend) (*ContractBLSApkRegistry, error)
⋮----
// NewContractBLSApkRegistryCaller creates a new read-only instance of ContractBLSApkRegistry, bound to a specific deployed contract.
func NewContractBLSApkRegistryCaller(address common.Address, caller bind.ContractCaller) (*ContractBLSApkRegistryCaller, error)
⋮----
// NewContractBLSApkRegistryTransactor creates a new write-only instance of ContractBLSApkRegistry, bound to a specific deployed contract.
func NewContractBLSApkRegistryTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractBLSApkRegistryTransactor, error)
⋮----
// NewContractBLSApkRegistryFilterer creates a new log filterer instance of ContractBLSApkRegistry, bound to a specific deployed contract.
func NewContractBLSApkRegistryFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractBLSApkRegistryFilterer, error)
⋮----
// bindContractBLSApkRegistry binds a generic wrapper to an already deployed contract.
func bindContractBLSApkRegistry(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractBLSApkRegistry *ContractBLSApkRegistryRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractBLSApkRegistry *ContractBLSApkRegistryRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractBLSApkRegistry *ContractBLSApkRegistryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// ApkHistory is a free data retrieval call binding the contract method 0x7916cea6.
//
// Solidity: function apkHistory(uint8 , uint256 ) view returns(bytes24 apkHash, uint32 updateBlockNumber, uint32 nextUpdateBlockNumber)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) ApkHistory(opts *bind.CallOpts, arg0 uint8, arg1 *big.Int) (struct
⋮----
var out []interface{}
⋮----
// CurrentApk is a free data retrieval call binding the contract method 0xa3db80e2.
⋮----
// Solidity: function currentApk(uint8 ) view returns(uint256 X, uint256 Y)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) CurrentApk(opts *bind.CallOpts, arg0 uint8) (struct
⋮----
// GetApk is a free data retrieval call binding the contract method 0x5f61a884.
⋮----
// Solidity: function getApk(uint8 quorumNumber) view returns((uint256,uint256))
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) GetApk(opts *bind.CallOpts, quorumNumber uint8) (BN254G1Point, error)
⋮----
// GetApkHashAtBlockNumberAndIndex is a free data retrieval call binding the contract method 0x68bccaac.
⋮----
// Solidity: function getApkHashAtBlockNumberAndIndex(uint8 quorumNumber, uint32 blockNumber, uint256 index) view returns(bytes24)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) GetApkHashAtBlockNumberAndIndex(opts *bind.CallOpts, quorumNumber uint8, blockNumber uint32, index *big.Int) ([24]byte, error)
⋮----
// GetApkHistoryLength is a free data retrieval call binding the contract method 0x377ed99d.
⋮----
// Solidity: function getApkHistoryLength(uint8 quorumNumber) view returns(uint32)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) GetApkHistoryLength(opts *bind.CallOpts, quorumNumber uint8) (uint32, error)
⋮----
// GetApkIndicesAtBlockNumber is a free data retrieval call binding the contract method 0xd5254a8c.
⋮----
// Solidity: function getApkIndicesAtBlockNumber(bytes quorumNumbers, uint256 blockNumber) view returns(uint32[])
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) GetApkIndicesAtBlockNumber(opts *bind.CallOpts, quorumNumbers []byte, blockNumber *big.Int) ([]uint32, error)
⋮----
// GetApkUpdateAtIndex is a free data retrieval call binding the contract method 0x605747d5.
⋮----
// Solidity: function getApkUpdateAtIndex(uint8 quorumNumber, uint256 index) view returns((bytes24,uint32,uint32))
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) GetApkUpdateAtIndex(opts *bind.CallOpts, quorumNumber uint8, index *big.Int) (IBLSApkRegistryApkUpdate, error)
⋮----
// GetOperatorFromPubkeyHash is a free data retrieval call binding the contract method 0x47b314e8.
⋮----
// Solidity: function getOperatorFromPubkeyHash(bytes32 pubkeyHash) view returns(address)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) GetOperatorFromPubkeyHash(opts *bind.CallOpts, pubkeyHash [32]byte) (common.Address, error)
⋮----
// GetOperatorId is a free data retrieval call binding the contract method 0x13542a4e.
⋮----
// Solidity: function getOperatorId(address operator) view returns(bytes32)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) GetOperatorId(opts *bind.CallOpts, operator common.Address) ([32]byte, error)
⋮----
// GetRegisteredPubkey is a free data retrieval call binding the contract method 0x7ff81a87.
⋮----
// Solidity: function getRegisteredPubkey(address operator) view returns((uint256,uint256), bytes32)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) GetRegisteredPubkey(opts *bind.CallOpts, operator common.Address) (BN254G1Point, [32]byte, error)
⋮----
// OperatorToPubkey is a free data retrieval call binding the contract method 0x00a1f4cb.
⋮----
// Solidity: function operatorToPubkey(address ) view returns(uint256 X, uint256 Y)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) OperatorToPubkey(opts *bind.CallOpts, arg0 common.Address) (struct
⋮----
// OperatorToPubkeyHash is a free data retrieval call binding the contract method 0xde29fac0.
⋮----
// Solidity: function operatorToPubkeyHash(address ) view returns(bytes32)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) OperatorToPubkeyHash(opts *bind.CallOpts, arg0 common.Address) ([32]byte, error)
⋮----
// PubkeyHashToOperator is a free data retrieval call binding the contract method 0xe8bb9ae6.
⋮----
// Solidity: function pubkeyHashToOperator(bytes32 ) view returns(address)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) PubkeyHashToOperator(opts *bind.CallOpts, arg0 [32]byte) (common.Address, error)
⋮----
// RegistryCoordinator is a free data retrieval call binding the contract method 0x6d14a987.
⋮----
// Solidity: function registryCoordinator() view returns(address)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryCaller) RegistryCoordinator(opts *bind.CallOpts) (common.Address, error)
⋮----
// DeregisterOperator is a paid mutator transaction binding the contract method 0xf4e24fe5.
⋮----
// Solidity: function deregisterOperator(address operator, bytes quorumNumbers) returns()
func (_ContractBLSApkRegistry *ContractBLSApkRegistryTransactor) DeregisterOperator(opts *bind.TransactOpts, operator common.Address, quorumNumbers []byte) (*types.Transaction, error)
⋮----
// InitializeQuorum is a paid mutator transaction binding the contract method 0x26d941f2.
⋮----
// Solidity: function initializeQuorum(uint8 quorumNumber) returns()
func (_ContractBLSApkRegistry *ContractBLSApkRegistryTransactor) InitializeQuorum(opts *bind.TransactOpts, quorumNumber uint8) (*types.Transaction, error)
⋮----
// RegisterBLSPublicKey is a paid mutator transaction binding the contract method 0xbf79ce58.
⋮----
// Solidity: function registerBLSPublicKey(address operator, ((uint256,uint256),(uint256,uint256),(uint256[2],uint256[2])) params, (uint256,uint256) pubkeyRegistrationMessageHash) returns(bytes32 operatorId)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryTransactor) RegisterBLSPublicKey(opts *bind.TransactOpts, operator common.Address, params IBLSApkRegistryPubkeyRegistrationParams, pubkeyRegistrationMessageHash BN254G1Point) (*types.Transaction, error)
⋮----
// RegisterOperator is a paid mutator transaction binding the contract method 0x3fb27952.
⋮----
// Solidity: function registerOperator(address operator, bytes quorumNumbers) returns()
func (_ContractBLSApkRegistry *ContractBLSApkRegistryTransactor) RegisterOperator(opts *bind.TransactOpts, operator common.Address, quorumNumbers []byte) (*types.Transaction, error)
⋮----
// ContractBLSApkRegistryInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the ContractBLSApkRegistry contract.
type ContractBLSApkRegistryInitializedIterator struct {
	Event *ContractBLSApkRegistryInitialized // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractBLSApkRegistryInitialized // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractBLSApkRegistryInitializedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractBLSApkRegistryInitializedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractBLSApkRegistryInitializedIterator) Close() error
⋮----
// ContractBLSApkRegistryInitialized represents a Initialized event raised by the ContractBLSApkRegistry contract.
type ContractBLSApkRegistryInitialized struct {
	Version uint8
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
// Solidity: event Initialized(uint8 version)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) FilterInitialized(opts *bind.FilterOpts) (*ContractBLSApkRegistryInitializedIterator, error)
⋮----
// WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractBLSApkRegistryInitialized) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) ParseInitialized(log types.Log) (*ContractBLSApkRegistryInitialized, error)
⋮----
// ContractBLSApkRegistryNewPubkeyRegistrationIterator is returned from FilterNewPubkeyRegistration and is used to iterate over the raw logs and unpacked data for NewPubkeyRegistration events raised by the ContractBLSApkRegistry contract.
type ContractBLSApkRegistryNewPubkeyRegistrationIterator struct {
	Event *ContractBLSApkRegistryNewPubkeyRegistration // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractBLSApkRegistryNewPubkeyRegistration // Event containing the contract specifics and raw log
⋮----
// ContractBLSApkRegistryNewPubkeyRegistration represents a NewPubkeyRegistration event raised by the ContractBLSApkRegistry contract.
type ContractBLSApkRegistryNewPubkeyRegistration struct {
	Operator common.Address
	PubkeyG1 BN254G1Point
	PubkeyG2 BN254G2Point
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
Raw      types.Log // Blockchain specific contextual infos
⋮----
// FilterNewPubkeyRegistration is a free log retrieval operation binding the contract event 0xe3fb6613af2e8930cf85d47fcf6db10192224a64c6cbe8023e0eee1ba3828041.
⋮----
// Solidity: event NewPubkeyRegistration(address indexed operator, (uint256,uint256) pubkeyG1, (uint256[2],uint256[2]) pubkeyG2)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) FilterNewPubkeyRegistration(opts *bind.FilterOpts, operator []common.Address) (*ContractBLSApkRegistryNewPubkeyRegistrationIterator, error)
⋮----
var operatorRule []interface{}
⋮----
// WatchNewPubkeyRegistration is a free log subscription operation binding the contract event 0xe3fb6613af2e8930cf85d47fcf6db10192224a64c6cbe8023e0eee1ba3828041.
⋮----
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) WatchNewPubkeyRegistration(opts *bind.WatchOpts, sink chan<- *ContractBLSApkRegistryNewPubkeyRegistration, operator []common.Address) (event.Subscription, error)
⋮----
// ParseNewPubkeyRegistration is a log parse operation binding the contract event 0xe3fb6613af2e8930cf85d47fcf6db10192224a64c6cbe8023e0eee1ba3828041.
⋮----
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) ParseNewPubkeyRegistration(log types.Log) (*ContractBLSApkRegistryNewPubkeyRegistration, error)
⋮----
// ContractBLSApkRegistryOperatorAddedToQuorumsIterator is returned from FilterOperatorAddedToQuorums and is used to iterate over the raw logs and unpacked data for OperatorAddedToQuorums events raised by the ContractBLSApkRegistry contract.
type ContractBLSApkRegistryOperatorAddedToQuorumsIterator struct {
	Event *ContractBLSApkRegistryOperatorAddedToQuorums // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractBLSApkRegistryOperatorAddedToQuorums // Event containing the contract specifics and raw log
⋮----
// ContractBLSApkRegistryOperatorAddedToQuorums represents a OperatorAddedToQuorums event raised by the ContractBLSApkRegistry contract.
type ContractBLSApkRegistryOperatorAddedToQuorums struct {
	Operator      common.Address
	OperatorId    [32]byte
	QuorumNumbers []byte
	Raw           types.Log // Blockchain specific contextual infos
}
⋮----
Raw           types.Log // Blockchain specific contextual infos
⋮----
// FilterOperatorAddedToQuorums is a free log retrieval operation binding the contract event 0x73a2b7fb844724b971802ae9b15db094d4b7192df9d7350e14eb466b9b22eb4e.
⋮----
// Solidity: event OperatorAddedToQuorums(address operator, bytes32 operatorId, bytes quorumNumbers)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) FilterOperatorAddedToQuorums(opts *bind.FilterOpts) (*ContractBLSApkRegistryOperatorAddedToQuorumsIterator, error)
⋮----
// WatchOperatorAddedToQuorums is a free log subscription operation binding the contract event 0x73a2b7fb844724b971802ae9b15db094d4b7192df9d7350e14eb466b9b22eb4e.
⋮----
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) WatchOperatorAddedToQuorums(opts *bind.WatchOpts, sink chan<- *ContractBLSApkRegistryOperatorAddedToQuorums) (event.Subscription, error)
⋮----
// ParseOperatorAddedToQuorums is a log parse operation binding the contract event 0x73a2b7fb844724b971802ae9b15db094d4b7192df9d7350e14eb466b9b22eb4e.
⋮----
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) ParseOperatorAddedToQuorums(log types.Log) (*ContractBLSApkRegistryOperatorAddedToQuorums, error)
⋮----
// ContractBLSApkRegistryOperatorRemovedFromQuorumsIterator is returned from FilterOperatorRemovedFromQuorums and is used to iterate over the raw logs and unpacked data for OperatorRemovedFromQuorums events raised by the ContractBLSApkRegistry contract.
type ContractBLSApkRegistryOperatorRemovedFromQuorumsIterator struct {
	Event *ContractBLSApkRegistryOperatorRemovedFromQuorums // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractBLSApkRegistryOperatorRemovedFromQuorums // Event containing the contract specifics and raw log
⋮----
// ContractBLSApkRegistryOperatorRemovedFromQuorums represents a OperatorRemovedFromQuorums event raised by the ContractBLSApkRegistry contract.
type ContractBLSApkRegistryOperatorRemovedFromQuorums struct {
	Operator      common.Address
	OperatorId    [32]byte
	QuorumNumbers []byte
	Raw           types.Log // Blockchain specific contextual infos
}
⋮----
// FilterOperatorRemovedFromQuorums is a free log retrieval operation binding the contract event 0xf843ecd53a563675e62107be1494fdde4a3d49aeedaf8d88c616d85346e3500e.
⋮----
// Solidity: event OperatorRemovedFromQuorums(address operator, bytes32 operatorId, bytes quorumNumbers)
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) FilterOperatorRemovedFromQuorums(opts *bind.FilterOpts) (*ContractBLSApkRegistryOperatorRemovedFromQuorumsIterator, error)
⋮----
// WatchOperatorRemovedFromQuorums is a free log subscription operation binding the contract event 0xf843ecd53a563675e62107be1494fdde4a3d49aeedaf8d88c616d85346e3500e.
⋮----
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) WatchOperatorRemovedFromQuorums(opts *bind.WatchOpts, sink chan<- *ContractBLSApkRegistryOperatorRemovedFromQuorums) (event.Subscription, error)
⋮----
// ParseOperatorRemovedFromQuorums is a log parse operation binding the contract event 0xf843ecd53a563675e62107be1494fdde4a3d49aeedaf8d88c616d85346e3500e.
⋮----
func (_ContractBLSApkRegistry *ContractBLSApkRegistryFilterer) ParseOperatorRemovedFromQuorums(log types.Log) (*ContractBLSApkRegistryOperatorRemovedFromQuorums, error)
````

## File: M2-contracts/bindings/ContractsRegistry/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractContractsRegistry
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// ContractContractsRegistryMetaData contains all meta data concerning the ContractContractsRegistry contract.
var ContractContractsRegistryMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"function\",\"name\":\"contractCount\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"contractNames\",\"inputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"contracts\",\"inputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"registerContract\",\"inputs\":[{\"name\":\"name\",\"type\":\"string\",\"internalType\":\"string\"},{\"name\":\"_contract\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"}]",
	Bin: "0x608080604052346015576104c1908161001a8239f35b5f80fdfe6080806040526004361015610012575f80fd5b5f3560e01c9081633ca6bb92146102f8575080637f3c2c28146100ca5780638736381a146100ad57638c5b838514610048575f80fd5b346100a95760203660031901126100a95760043567ffffffffffffffff81116100a95761007b6020913690600401610435565b8160405191805191829101835e5f90820190815281900382019020546040516001600160a01b039091168152f35b5f80fd5b346100a9575f3660031901126100a9576020600254604051908152f35b346100a95760403660031901126100a95760043567ffffffffffffffff81116100a9576100fb903690600401610435565b6024356001600160a01b038116908190036100a95760405182519060208401918083835e5f9082019081528190036020019020546001600160a01b03166102b3576020604051809285518091835e81015f815203019020906bffffffffffffffffffffffff60a01b8254161790556002545f52600160205260405f20815167ffffffffffffffff811161029f5761019282546103db565b601f811161025a575b50602092601f82116001146101fb57928192935f926101f0575b50508160011b915f199060031b1c19161790555b6002545f1981146101dc57600101600255005b634e487b7160e01b5f52601160045260245ffd5b0151905083806101b5565b601f19821693835f52805f20915f5b868110610242575083600195961061022a575b505050811b0190556101c9565b01515f1960f88460031b161c1916905583808061021d565b9192602060018192868501518155019401920161020a565b825f5260205f20601f830160051c81019160208410610295575b601f0160051c01905b81811061028a575061019b565b5f815560010161027d565b9091508190610274565b634e487b7160e01b5f52604160045260245ffd5b60405162461bcd60e51b815260206004820152601b60248201527f636f6e747261637420616c7265616479207265676973746572656400000000006044820152606490fd5b346100a95760203660031901126100a9576004355f52600160205260405f20905f825492610325846103db565b9081845260208401946001811690815f146103be575060011461037e575b8460408561035381870382610413565b8151928391602083525180918160208501528484015e5f828201840152601f01601f19168101030190f35b5f90815260208120939250905b8082106103a45750909150810160200161035382610343565b91926001816020925483858801015201910190929161038b565b60ff191686525050151560051b8201602001905061035382610343565b90600182811c92168015610409575b60208310146103f557565b634e487b7160e01b5f52602260045260245ffd5b91607f16916103ea565b90601f8019910116810190811067ffffffffffffffff82111761029f57604052565b81601f820112156100a95780359067ffffffffffffffff821161029f576040519261046a601f8401601f191660200185610413565b828452602083830101116100a957815f92602080930183860137830101529056fea264697066735822122039bd1953a252e76f7a405125ede13adb1de2eba416c1ab9e500173de92189b3c64736f6c634300081b0033",
}
⋮----
// ContractContractsRegistryABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractContractsRegistryMetaData.ABI instead.
var ContractContractsRegistryABI = ContractContractsRegistryMetaData.ABI
⋮----
// ContractContractsRegistryBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractContractsRegistryMetaData.Bin instead.
var ContractContractsRegistryBin = ContractContractsRegistryMetaData.Bin
⋮----
// DeployContractContractsRegistry deploys a new Ethereum contract, binding an instance of ContractContractsRegistry to it.
func DeployContractContractsRegistry(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *ContractContractsRegistry, error)
⋮----
// ContractContractsRegistryMethods is an auto generated interface around an Ethereum contract.
type ContractContractsRegistryMethods interface {
	ContractContractsRegistryCalls
	ContractContractsRegistryTransacts
	ContractContractsRegistryFilters
}
⋮----
// ContractContractsRegistryCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractContractsRegistryCalls interface {
	ContractCount(opts *bind.CallOpts) (*big.Int, error)

	ContractNames(opts *bind.CallOpts, arg0 *big.Int) (string, error)

	Contracts(opts *bind.CallOpts, arg0 string) (common.Address, error)
}
⋮----
// ContractContractsRegistryTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractContractsRegistryTransacts interface {
	RegisterContract(opts *bind.TransactOpts, name string, _contract common.Address) (*types.Transaction, error)
}
⋮----
// ContractContractsRegistryFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractContractsRegistryFilters interface {
}
⋮----
// ContractContractsRegistry is an auto generated Go binding around an Ethereum contract.
type ContractContractsRegistry struct {
	ContractContractsRegistryCaller     // Read-only binding to the contract
	ContractContractsRegistryTransactor // Write-only binding to the contract
	ContractContractsRegistryFilterer   // Log filterer for contract events
}
⋮----
ContractContractsRegistryCaller     // Read-only binding to the contract
ContractContractsRegistryTransactor // Write-only binding to the contract
ContractContractsRegistryFilterer   // Log filterer for contract events
⋮----
// ContractContractsRegistry implements the ContractContractsRegistryMethods interface.
var _ ContractContractsRegistryMethods = (*ContractContractsRegistry)(nil)
⋮----
// ContractContractsRegistryCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractContractsRegistryCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractContractsRegistryCaller implements the ContractContractsRegistryCalls interface.
var _ ContractContractsRegistryCalls = (*ContractContractsRegistryCaller)(nil)
⋮----
// ContractContractsRegistryTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractContractsRegistryTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractContractsRegistryTransactor implements the ContractContractsRegistryTransacts interface.
var _ ContractContractsRegistryTransacts = (*ContractContractsRegistryTransactor)(nil)
⋮----
// ContractContractsRegistryFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractContractsRegistryFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractContractsRegistryFilterer implements the ContractContractsRegistryFilters interface.
var _ ContractContractsRegistryFilters = (*ContractContractsRegistryFilterer)(nil)
⋮----
// ContractContractsRegistrySession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractContractsRegistrySession struct {
	Contract     *ContractContractsRegistry // Generic contract binding to set the session for
	CallOpts     bind.CallOpts              // Call options to use throughout this session
	TransactOpts bind.TransactOpts          // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractContractsRegistry // Generic contract binding to set the session for
CallOpts     bind.CallOpts              // Call options to use throughout this session
TransactOpts bind.TransactOpts          // Transaction auth options to use throughout this session
⋮----
// ContractContractsRegistryCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractContractsRegistryCallerSession struct {
	Contract *ContractContractsRegistryCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                    // Call options to use throughout this session
}
⋮----
Contract *ContractContractsRegistryCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                    // Call options to use throughout this session
⋮----
// ContractContractsRegistryTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractContractsRegistryTransactorSession struct {
	Contract     *ContractContractsRegistryTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                    // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractContractsRegistryTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                    // Transaction auth options to use throughout this session
⋮----
// ContractContractsRegistryRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractContractsRegistryRaw struct {
	Contract *ContractContractsRegistry // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractContractsRegistry // Generic contract binding to access the raw methods on
⋮----
// ContractContractsRegistryCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractContractsRegistryCallerRaw struct {
	Contract *ContractContractsRegistryCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractContractsRegistryCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractContractsRegistryTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractContractsRegistryTransactorRaw struct {
	Contract *ContractContractsRegistryTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractContractsRegistryTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractContractsRegistry creates a new instance of ContractContractsRegistry, bound to a specific deployed contract.
func NewContractContractsRegistry(address common.Address, backend bind.ContractBackend) (*ContractContractsRegistry, error)
⋮----
// NewContractContractsRegistryCaller creates a new read-only instance of ContractContractsRegistry, bound to a specific deployed contract.
func NewContractContractsRegistryCaller(address common.Address, caller bind.ContractCaller) (*ContractContractsRegistryCaller, error)
⋮----
// NewContractContractsRegistryTransactor creates a new write-only instance of ContractContractsRegistry, bound to a specific deployed contract.
func NewContractContractsRegistryTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractContractsRegistryTransactor, error)
⋮----
// NewContractContractsRegistryFilterer creates a new log filterer instance of ContractContractsRegistry, bound to a specific deployed contract.
func NewContractContractsRegistryFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractContractsRegistryFilterer, error)
⋮----
// bindContractContractsRegistry binds a generic wrapper to an already deployed contract.
func bindContractContractsRegistry(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractContractsRegistry *ContractContractsRegistryRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractContractsRegistry *ContractContractsRegistryRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractContractsRegistry *ContractContractsRegistryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// ContractCount is a free data retrieval call binding the contract method 0x8736381a.
//
// Solidity: function contractCount() view returns(uint256)
func (_ContractContractsRegistry *ContractContractsRegistryCaller) ContractCount(opts *bind.CallOpts) (*big.Int, error)
⋮----
var out []interface{}
⋮----
// ContractNames is a free data retrieval call binding the contract method 0x3ca6bb92.
⋮----
// Solidity: function contractNames(uint256 ) view returns(string)
func (_ContractContractsRegistry *ContractContractsRegistryCaller) ContractNames(opts *bind.CallOpts, arg0 *big.Int) (string, error)
⋮----
// Contracts is a free data retrieval call binding the contract method 0x8c5b8385.
⋮----
// Solidity: function contracts(string ) view returns(address)
func (_ContractContractsRegistry *ContractContractsRegistryCaller) Contracts(opts *bind.CallOpts, arg0 string) (common.Address, error)
⋮----
// RegisterContract is a paid mutator transaction binding the contract method 0x7f3c2c28.
⋮----
// Solidity: function registerContract(string name, address _contract) returns()
func (_ContractContractsRegistry *ContractContractsRegistryTransactor) RegisterContract(opts *bind.TransactOpts, name string, _contract common.Address) (*types.Transaction, error)
````

## File: M2-contracts/bindings/DelegationManager/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractDelegationManager
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// IDelegationManagerOperatorDetails is an auto generated low-level Go binding around an user-defined struct.
type IDelegationManagerOperatorDetails struct {
	DeprecatedEarningsReceiver common.Address
	DelegationApprover         common.Address
	StakerOptOutWindowBlocks   uint32
}
⋮----
// IDelegationManagerQueuedWithdrawalParams is an auto generated low-level Go binding around an user-defined struct.
type IDelegationManagerQueuedWithdrawalParams struct {
	Strategies []common.Address
	Shares     []*big.Int
	Withdrawer common.Address
}
⋮----
// IDelegationManagerWithdrawal is an auto generated low-level Go binding around an user-defined struct.
type IDelegationManagerWithdrawal struct {
	Staker      common.Address
	DelegatedTo common.Address
	Withdrawer  common.Address
	Nonce       *big.Int
	StartBlock  uint32
	Strategies  []common.Address
	Shares      []*big.Int
}
⋮----
// ISignatureUtilsSignatureWithExpiry is an auto generated low-level Go binding around an user-defined struct.
type ISignatureUtilsSignatureWithExpiry struct {
	Signature []byte
	Expiry    *big.Int
}
⋮----
// ContractDelegationManagerMetaData contains all meta data concerning the ContractDelegationManager contract.
var ContractDelegationManagerMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"_strategyManager\",\"type\":\"address\",\"internalType\":\"contractIStrategyManager\"},{\"name\":\"_slasher\",\"type\":\"address\",\"internalType\":\"contractISlasher\"},{\"name\":\"_eigenPodManager\",\"type\":\"address\",\"internalType\":\"contractIEigenPodManager\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"DELEGATION_APPROVAL_TYPEHASH\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"DOMAIN_TYPEHASH\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"MAX_STAKER_OPT_OUT_WINDOW_BLOCKS\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"MAX_WITHDRAWAL_DELAY_BLOCKS\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"STAKER_DELEGATION_TYPEHASH\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"beaconChainETHStrategy\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"calculateCurrentStakerDelegationDigestHash\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"calculateDelegationApprovalDigestHash\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_delegationApprover\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"approverSalt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"calculateStakerDelegationDigestHash\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_stakerNonce\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"calculateWithdrawalRoot\",\"inputs\":[{\"name\":\"withdrawal\",\"type\":\"tuple\",\"internalType\":\"structIDelegationManager.Withdrawal\",\"components\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"delegatedTo\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"withdrawer\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"nonce\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startBlock\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"shares\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}]}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"pure\"},{\"type\":\"function\",\"name\":\"completeQueuedWithdrawal\",\"inputs\":[{\"name\":\"withdrawal\",\"type\":\"tuple\",\"internalType\":\"structIDelegationManager.Withdrawal\",\"components\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"delegatedTo\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"withdrawer\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"nonce\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startBlock\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"shares\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}]},{\"name\":\"tokens\",\"type\":\"address[]\",\"internalType\":\"contractIERC20[]\"},{\"name\":\"middlewareTimesIndex\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"receiveAsTokens\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"completeQueuedWithdrawals\",\"inputs\":[{\"name\":\"withdrawals\",\"type\":\"tuple[]\",\"internalType\":\"structIDelegationManager.Withdrawal[]\",\"components\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"delegatedTo\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"withdrawer\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"nonce\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startBlock\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"shares\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}]},{\"name\":\"tokens\",\"type\":\"address[][]\",\"internalType\":\"contractIERC20[][]\"},{\"name\":\"middlewareTimesIndexes\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"},{\"name\":\"receiveAsTokens\",\"type\":\"bool[]\",\"internalType\":\"bool[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"cumulativeWithdrawalsQueued\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"decreaseDelegatedShares\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"shares\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"delegateTo\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"approverSignatureAndExpiry\",\"type\":\"tuple\",\"internalType\":\"structISignatureUtils.SignatureWithExpiry\",\"components\":[{\"name\":\"signature\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"approverSalt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"delegateToBySignature\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"stakerSignatureAndExpiry\",\"type\":\"tuple\",\"internalType\":\"structISignatureUtils.SignatureWithExpiry\",\"components\":[{\"name\":\"signature\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"approverSignatureAndExpiry\",\"type\":\"tuple\",\"internalType\":\"structISignatureUtils.SignatureWithExpiry\",\"components\":[{\"name\":\"signature\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"approverSalt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"delegatedTo\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"delegationApprover\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"delegationApproverSaltIsSpent\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"domainSeparator\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"eigenPodManager\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIEigenPodManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getDelegatableShares\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorShares\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getWithdrawalDelay\",\"inputs\":[{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"increaseDelegatedShares\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"shares\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"initialize\",\"inputs\":[{\"name\":\"initialOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_pauserRegistry\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"},{\"name\":\"initialPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"_minWithdrawalDelayBlocks\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"_strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"_withdrawalDelayBlocks\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"isDelegated\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"isOperator\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"minWithdrawalDelayBlocks\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"modifyOperatorDetails\",\"inputs\":[{\"name\":\"newOperatorDetails\",\"type\":\"tuple\",\"internalType\":\"structIDelegationManager.OperatorDetails\",\"components\":[{\"name\":\"__deprecated_earningsReceiver\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"delegationApprover\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"stakerOptOutWindowBlocks\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"operatorDetails\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIDelegationManager.OperatorDetails\",\"components\":[{\"name\":\"__deprecated_earningsReceiver\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"delegationApprover\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"stakerOptOutWindowBlocks\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"operatorShares\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"owner\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pause\",\"inputs\":[{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"pauseAll\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[{\"name\":\"index\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pauserRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pendingWithdrawals\",\"inputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"queueWithdrawals\",\"inputs\":[{\"name\":\"queuedWithdrawalParams\",\"type\":\"tuple[]\",\"internalType\":\"structIDelegationManager.QueuedWithdrawalParams[]\",\"components\":[{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"shares\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"},{\"name\":\"withdrawer\",\"type\":\"address\",\"internalType\":\"address\"}]}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32[]\",\"internalType\":\"bytes32[]\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"registerAsOperator\",\"inputs\":[{\"name\":\"registeringOperatorDetails\",\"type\":\"tuple\",\"internalType\":\"structIDelegationManager.OperatorDetails\",\"components\":[{\"name\":\"__deprecated_earningsReceiver\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"delegationApprover\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"stakerOptOutWindowBlocks\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]},{\"name\":\"metadataURI\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"renounceOwnership\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setMinWithdrawalDelayBlocks\",\"inputs\":[{\"name\":\"newMinWithdrawalDelayBlocks\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setPauserRegistry\",\"inputs\":[{\"name\":\"newPauserRegistry\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setStrategyWithdrawalDelayBlocks\",\"inputs\":[{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"withdrawalDelayBlocks\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"slasher\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractISlasher\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"stakerNonce\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"stakerOptOutWindowBlocks\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"strategyManager\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStrategyManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"strategyWithdrawalDelayBlocks\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"transferOwnership\",\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"undelegate\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"withdrawalRoots\",\"type\":\"bytes32[]\",\"internalType\":\"bytes32[]\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"unpause\",\"inputs\":[{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"updateOperatorMetadataURI\",\"inputs\":[{\"name\":\"metadataURI\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"MinWithdrawalDelayBlocksSet\",\"inputs\":[{\"name\":\"previousValue\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"},{\"name\":\"newValue\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorDetailsModified\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newOperatorDetails\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structIDelegationManager.OperatorDetails\",\"components\":[{\"name\":\"__deprecated_earningsReceiver\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"delegationApprover\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"stakerOptOutWindowBlocks\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorMetadataURIUpdated\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"metadataURI\",\"type\":\"string\",\"indexed\":false,\"internalType\":\"string\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorRegistered\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"operatorDetails\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structIDelegationManager.OperatorDetails\",\"components\":[{\"name\":\"__deprecated_earningsReceiver\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"delegationApprover\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"stakerOptOutWindowBlocks\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorSharesDecreased\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"staker\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"},{\"name\":\"shares\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorSharesIncreased\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"staker\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"},{\"name\":\"shares\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OwnershipTransferred\",\"inputs\":[{\"name\":\"previousOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Paused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"PauserRegistrySet\",\"inputs\":[{\"name\":\"pauserRegistry\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIPauserRegistry\"},{\"name\":\"newPauserRegistry\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIPauserRegistry\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StakerDelegated\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StakerForceUndelegated\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StakerUndelegated\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StrategyWithdrawalDelayBlocksSet\",\"inputs\":[{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"},{\"name\":\"previousValue\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"},{\"name\":\"newValue\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Unpaused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"WithdrawalCompleted\",\"inputs\":[{\"name\":\"withdrawalRoot\",\"type\":\"bytes32\",\"indexed\":false,\"internalType\":\"bytes32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"WithdrawalQueued\",\"inputs\":[{\"name\":\"withdrawalRoot\",\"type\":\"bytes32\",\"indexed\":false,\"internalType\":\"bytes32\"},{\"name\":\"withdrawal\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structIDelegationManager.Withdrawal\",\"components\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"delegatedTo\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"withdrawer\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"nonce\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startBlock\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"strategies\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"shares\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}]}],\"anonymous\":false}]",
	Bin: "0x6101006040523480156200001257600080fd5b5060405162005c4638038062005c46833981016040819052620000359162000140565b6001600160a01b0380841660805280821660c052821660a0526200005862000065565b50504660e0525062000194565b600054610100900460ff1615620000d25760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b60005460ff908116101562000125576000805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b03811681146200013d57600080fd5b50565b6000806000606084860312156200015657600080fd5b8351620001638162000127565b6020850151909350620001768162000127565b6040850151909250620001898162000127565b809150509250925092565b60805160a05160c05160e051615a1d6200022960003960006126a00152600081816105b10152818161102e015281816113aa01528181611c23015281816129f901528181613eac0152614398015260006107620152600081816104f901528181610ffc0152818161137801528181611cb701528181612ac601528181612c4901528181613fd2015261443e0152615a1d6000f3fe608060405234801561001057600080fd5b50600436106103425760003560e01c8063635bbd10116101b8578063b7f06ebe11610104578063cf80873e116100a2578063f16172b01161007c578063f16172b014610908578063f2fde38b1461091b578063f698da251461092e578063fabc1cbc1461093657600080fd5b8063cf80873e146108c1578063da8be864146108e2578063eea9064b146108f557600080fd5b8063c488375a116100de578063c488375a146107de578063c5e480db146107fe578063c94b5111146108a4578063ca661c04146108b757600080fd5b8063b7f06ebe14610784578063bb45fef2146107a7578063c448feb8146107d557600080fd5b8063886f1195116101715780639104c3191161014b5780639104c3191461070f57806399be81c81461072a578063a17884841461073d578063b13442711461075d57600080fd5b8063886f1195146106cb5780638da5cb5b146106de57806390041347146106ef57600080fd5b8063635bbd101461063657806365da1264146106495780636d70f7ae14610672578063715018a614610685578063778e55f31461068d5780637f548071146106b857600080fd5b806328a573ae116102925780634665bcda11610230578063597b36da1161020a578063597b36da146105e55780635ac86ab7146105f85780635c975abb1461061b57806360d7faed1461062357600080fd5b80634665bcda146105ac5780634fc40b61146105d3578063595c6a67146105dd57600080fd5b806339b70e381161026c57806339b70e38146104f45780633cdeb5e0146105335780633e28391d14610562578063433773821461058557600080fd5b806328a573ae146104ae57806329c77d4f146104c157806333404396146104e157600080fd5b8063132d4967116102ff57806316928365116102d957806316928365146104285780631bbce0911461046157806320606b701461047457806322bf40e41461049b57600080fd5b8063132d4967146103ef578063136439dd146104025780631522bf021461041557600080fd5b80630449ca391461034757806304a4f9791461036d5780630b9f487a146103945780630dd8dd02146103a75780630f589e59146103c757806310d67a2f146103dc575b600080fd5b61035a61035536600461484e565b610949565b6040519081526020015b60405180910390f35b61035a7f14bde674c9f64b2ad00eaaee4a8bed1fabef35c7507e3c5b9cfc9436909a2dad81565b61035a6103a23660046148b4565b6109ce565b6103ba6103b536600461484e565b610a90565b604051610364919061490f565b6103da6103d53660046149ac565b610df9565b005b6103da6103ea3660046149ff565b610f3e565b6103da6103fd366004614a23565b610ff1565b6103da610410366004614a64565b6110a8565b6103da610423366004614a7d565b6111e7565b61035a6104363660046149ff565b6001600160a01b0316600090815260996020526040902060010154600160a01b900463ffffffff1690565b61035a61046f366004614a23565b6111fb565b61035a7f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86681565b6103da6104a9366004614ae8565b611229565b6103da6104bc366004614a23565b61136d565b61035a6104cf3660046149ff565b609b6020526000908152604090205481565b6103da6104ef366004614b8f565b61141d565b61051b7f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b039091168152602001610364565b61051b6105413660046149ff565b6001600160a01b039081166000908152609960205260409020600101541690565b6105756105703660046149ff565b61155a565b6040519015158152602001610364565b61035a7f39111bc4a4d688e1f685123d7497d4615370152a8ee4a0593e647bd06ad8bb0b81565b61051b7f000000000000000000000000000000000000000000000000000000000000000081565b61035a6213c68081565b6103da61157a565b61035a6105f3366004614e8c565b611641565b610575610606366004614ec8565b606654600160ff9092169190911b9081161490565b60665461035a565b6103da610631366004614ef9565b611671565b6103da610644366004614a64565b61170c565b61051b6106573660046149ff565b609a602052600090815260409020546001600160a01b031681565b6105756106803660046149ff565b61171d565b6103da611757565b61035a61069b366004614f88565b609860209081526000928352604080842090915290825290205481565b6103da6106c6366004615069565b61176b565b60655461051b906001600160a01b031681565b6033546001600160a01b031661051b565b6107026106fd3660046150f9565b611997565b6040516103649190615183565b61051b73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b6103da610738366004615196565b611a71565b61035a61074b3660046149ff565b609f6020526000908152604090205481565b61051b7f000000000000000000000000000000000000000000000000000000000000000081565b610575610792366004614a64565b609e6020526000908152604090205460ff1681565b6105756107b53660046151cb565b609c60209081526000928352604080842090915290825290205460ff1681565b61035a609d5481565b61035a6107ec3660046149ff565b60a16020526000908152604090205481565b61086e61080c3660046149ff565b6040805160608082018352600080835260208084018290529284018190526001600160a01b03948516815260998352839020835191820184528054851682526001015493841691810191909152600160a01b90920463ffffffff169082015290565b6040805182516001600160a01b039081168252602080850151909116908201529181015163ffffffff1690820152606001610364565b61035a6108b23660046151f7565b611b43565b61035a62034bc081565b6108d46108cf3660046149ff565b611bfc565b604051610364929190615278565b6103ba6108f03660046149ff565b611fb4565b6103da61090336600461529d565b612478565b6103da6109163660046152f5565b612595565b6103da6109293660046149ff565b612626565b61035a61269c565b6103da610944366004614a64565b6126da565b609d54600090815b838110156109c657600060a1600087878581811061097157610971615311565b905060200201602081019061098691906149ff565b6001600160a01b03166001600160a01b03168152602001908152602001600020549050828111156109b5578092505b506109bf8161533d565b9050610951565b509392505050565b604080517f14bde674c9f64b2ad00eaaee4a8bed1fabef35c7507e3c5b9cfc9436909a2dad6020808301919091526001600160a01b038681168385015288811660608401528716608083015260a0820185905260c08083018590528351808403909101815260e0909201909252805191012060009081610a4c61269c565b60405161190160f01b602082015260228101919091526042810183905260620160408051808303601f19018152919052805160209091012098975050505050505050565b60665460609060019060029081161415610ac55760405162461bcd60e51b8152600401610abc90615358565b60405180910390fd5b6000836001600160401b03811115610adf57610adf614c31565b604051908082528060200260200182016040528015610b08578160200160208202803683370190505b50336000908152609a60205260408120549192506001600160a01b03909116905b85811015610dee57868682818110610b4357610b43615311565b9050602002810190610b55919061538f565b610b639060208101906153af565b9050878783818110610b7757610b77615311565b9050602002810190610b89919061538f565b610b9390806153af565b905014610c085760405162461bcd60e51b815260206004820152603860248201527f44656c65676174696f6e4d616e616765722e717565756557697468647261776160448201527f6c3a20696e707574206c656e677468206d69736d6174636800000000000000006064820152608401610abc565b33878783818110610c1b57610c1b615311565b9050602002810190610c2d919061538f565b610c3e9060608101906040016149ff565b6001600160a01b031614610cba5760405162461bcd60e51b815260206004820152603c60248201527f44656c65676174696f6e4d616e616765722e717565756557697468647261776160448201527f6c3a2077697468647261776572206d757374206265207374616b6572000000006064820152608401610abc565b610dbf3383898985818110610cd157610cd1615311565b9050602002810190610ce3919061538f565b610cf49060608101906040016149ff565b8a8a86818110610d0657610d06615311565b9050602002810190610d18919061538f565b610d2290806153af565b808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508e92508d9150889050818110610d6857610d68615311565b9050602002810190610d7a919061538f565b610d889060208101906153af565b8080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061283692505050565b838281518110610dd157610dd1615311565b602090810291909101015280610de68161533d565b915050610b29565b509095945050505050565b610e023361155a565b15610e885760405162461bcd60e51b815260206004820152604a60248201527f44656c65676174696f6e4d616e616765722e726567697374657241734f70657260448201527f61746f723a2063616c6c657220697320616c7265616479206163746976656c796064820152690819195b1959d85d195960b21b608482015260a401610abc565b610e923384612df6565b604080518082019091526060815260006020820152610eb43380836000612fe9565b336001600160a01b03167f8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e285604051610eed91906153f8565b60405180910390a2336001600160a01b03167f02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b67080908484604051610f3092919061544a565b60405180910390a250505050565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f91573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fb59190615479565b6001600160a01b0316336001600160a01b031614610fe55760405162461bcd60e51b8152600401610abc90615496565b610fee8161327f565b50565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614806110505750336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016145b61106c5760405162461bcd60e51b8152600401610abc906154e0565b6110758361155a565b156110a3576001600160a01b038084166000908152609a6020526040902054166110a181858585613376565b505b505050565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156110f0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611114919061553d565b6111305760405162461bcd60e51b8152600401610abc9061555a565b606654818116146111a95760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610abc565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b6111ef6133f1565b6110a18484848461344b565b6001600160a01b0383166000908152609b602052604081205461122085828686611b43565b95945050505050565b600054610100900460ff16158080156112495750600054600160ff909116105b806112635750303b158015611263575060005460ff166001145b6112c65760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610abc565b6000805460ff1916600117905580156112e9576000805461ff0019166101001790555b6112f38888613671565b6112fb61375b565b609755611307896137f2565b61131086613844565b61131c8585858561344b565b8015611362576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050505050505050565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614806113cc5750336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016145b6113e85760405162461bcd60e51b8152600401610abc906154e0565b6113f18361155a565b156110a3576001600160a01b038084166000908152609a6020526040902054166110a18185858561393e565b606654600290600490811614156114465760405162461bcd60e51b8152600401610abc90615358565b600260c95414156114995760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610abc565b600260c95560005b88811015611549576115398a8a838181106114be576114be615311565b90506020028101906114d091906155a2565b8989848181106114e2576114e2615311565b90506020028101906114f491906153af565b89898681811061150657611506615311565b9050602002013588888781811061151f5761151f615311565b905060200201602081019061153491906155b8565b6139b9565b6115428161533d565b90506114a1565b5050600160c9555050505050505050565b6001600160a01b039081166000908152609a602052604090205416151590565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa1580156115c2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115e6919061553d565b6116025760405162461bcd60e51b8152600401610abc9061555a565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b6000816040516020016116549190615649565b604051602081830303815290604052805190602001209050919050565b6066546002906004908116141561169a5760405162461bcd60e51b8152600401610abc90615358565b600260c95414156116ed5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610abc565b600260c9556116ff86868686866139b9565b5050600160c95550505050565b6117146133f1565b610fee81613844565b60006001600160a01b0382161580159061175157506001600160a01b038083166000818152609a6020526040902054909116145b92915050565b61175f6133f1565b61176960006137f2565b565b42836020015110156117ef5760405162461bcd60e51b815260206004820152604160248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f4279536960448201527f676e61747572653a207374616b6572207369676e6174757265206578706972656064820152601960fa1b608482015260a401610abc565b6117f88561155a565b156118815760405162461bcd60e51b815260206004820152604d60248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f4279536960448201527f676e61747572653a207374616b657220697320616c726561647920616374697660648201526c195b1e4819195b1959d85d1959609a1b608482015260a401610abc565b61188a8461171d565b6119165760405162461bcd60e51b815260206004820152605160248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f4279536960448201527f676e61747572653a206f70657261746f72206973206e6f7420726567697374656064820152703932b21034b71022b4b3b2b72630bcb2b960791b608482015260a401610abc565b6000609b6000876001600160a01b03166001600160a01b0316815260200190815260200160002054905060006119528783888860200151611b43565b6001600160a01b0388166000908152609b60205260409020600184019055855190915061198290889083906141a3565b61198e87878686612fe9565b50505050505050565b6060600082516001600160401b038111156119b4576119b4614c31565b6040519080825280602002602001820160405280156119dd578160200160208202803683370190505b50905060005b83518110156109c6576001600160a01b03851660009081526098602052604081208551909190869084908110611a1b57611a1b615311565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002054828281518110611a5657611a56615311565b6020908102919091010152611a6a8161533d565b90506119e3565b611a7a3361171d565b611afc5760405162461bcd60e51b815260206004820152604760248201527f44656c65676174696f6e4d616e616765722e7570646174654f70657261746f7260448201527f4d657461646174615552493a2063616c6c6572206d75737420626520616e206f6064820152663832b930ba37b960c91b608482015260a401610abc565b336001600160a01b03167f02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b67080908383604051611b3792919061544a565b60405180910390a25050565b604080517f39111bc4a4d688e1f685123d7497d4615370152a8ee4a0593e647bd06ad8bb0b6020808301919091526001600160a01b0387811683850152851660608301526080820186905260a08083018590528351808403909101815260c0909201909252805191012060009081611bb961269c565b60405161190160f01b602082015260228101919091526042810183905260620160408051808303601f190181529190528051602090910120979650505050505050565b6040516360f4062b60e01b81526001600160a01b03828116600483015260609182916000917f0000000000000000000000000000000000000000000000000000000000000000909116906360f4062b90602401602060405180830381865afa158015611c6c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c90919061565c565b6040516394f649dd60e01b81526001600160a01b03868116600483015291925060009182917f0000000000000000000000000000000000000000000000000000000000000000909116906394f649dd90602401600060405180830381865afa158015611d00573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611d2891908101906156d0565b9150915060008313611d3f57909590945092505050565b606080835160001415611df9576040805160018082528183019092529060208083019080368337505060408051600180825281830190925292945090506020808301908036833701905050905073beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac082600081518110611db457611db4615311565b60200260200101906001600160a01b031690816001600160a01b0316815250508481600081518110611de857611de8615311565b602002602001018181525050611fa7565b8351611e0690600161578a565b6001600160401b03811115611e1d57611e1d614c31565b604051908082528060200260200182016040528015611e46578160200160208202803683370190505b50915081516001600160401b03811115611e6257611e62614c31565b604051908082528060200260200182016040528015611e8b578160200160208202803683370190505b50905060005b8451811015611f2557848181518110611eac57611eac615311565b6020026020010151838281518110611ec657611ec6615311565b60200260200101906001600160a01b031690816001600160a01b031681525050838181518110611ef857611ef8615311565b6020026020010151828281518110611f1257611f12615311565b6020908102919091010152600101611e91565b5073beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac08260018451611f4a91906157a2565b81518110611f5a57611f5a615311565b60200260200101906001600160a01b031690816001600160a01b031681525050848160018451611f8a91906157a2565b81518110611f9a57611f9a615311565b6020026020010181815250505b9097909650945050505050565b60665460609060019060029081161415611fe05760405162461bcd60e51b8152600401610abc90615358565b611fe98361155a565b6120695760405162461bcd60e51b8152602060048201526044602482018190527f44656c65676174696f6e4d616e616765722e756e64656c65676174653a207374908201527f616b6572206d7573742062652064656c65676174656420746f20756e64656c656064820152636761746560e01b608482015260a401610abc565b6120728361171d565b156120e55760405162461bcd60e51b815260206004820152603d60248201527f44656c65676174696f6e4d616e616765722e756e64656c65676174653a206f7060448201527f657261746f72732063616e6e6f7420626520756e64656c6567617465640000006064820152608401610abc565b6001600160a01b0383166121615760405162461bcd60e51b815260206004820152603c60248201527f44656c65676174696f6e4d616e616765722e756e64656c65676174653a20636160448201527f6e6e6f7420756e64656c6567617465207a65726f2061646472657373000000006064820152608401610abc565b6001600160a01b038084166000818152609a6020526040902054909116903314806121945750336001600160a01b038216145b806121bb57506001600160a01b038181166000908152609960205260409020600101541633145b61222d5760405162461bcd60e51b815260206004820152603d60248201527f44656c65676174696f6e4d616e616765722e756e64656c65676174653a20636160448201527f6c6c65722063616e6e6f7420756e64656c6567617465207374616b65720000006064820152608401610abc565b60008061223986611bfc565b9092509050336001600160a01b0387161461228f57826001600160a01b0316866001600160a01b03167ff0eddf07e6ea14f388b47e1e94a0f464ecbd9eed4171130e0fc0e99fb4030a8a60405160405180910390a35b826001600160a01b0316866001600160a01b03167ffee30966a256b71e14bc0ebfc94315e28ef4a97a7131a9e2b7a310a73af4467660405160405180910390a36001600160a01b0386166000908152609a6020526040902080546001600160a01b0319169055815161231157604080516000815260208101909152945061246f565b81516001600160401b0381111561232a5761232a614c31565b604051908082528060200260200182016040528015612353578160200160208202803683370190505b50945060005b825181101561246d576040805160018082528183019092526000916020808301908036833750506040805160018082528183019092529293506000929150602080830190803683370190505090508483815181106123b9576123b9615311565b6020026020010151826000815181106123d4576123d4615311565b60200260200101906001600160a01b031690816001600160a01b03168152505083838151811061240657612406615311565b60200260200101518160008151811061242157612421615311565b60200260200101818152505061243a89878b8585612836565b88848151811061244c5761244c615311565b602002602001018181525050505080806124659061533d565b915050612359565b505b50505050919050565b6124813361155a565b156124ff5760405162461bcd60e51b815260206004820152604260248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f3a20737460448201527f616b657220697320616c7265616479206163746976656c792064656c65676174606482015261195960f21b608482015260a401610abc565b6125088361171d565b6125895760405162461bcd60e51b815260206004820152604660248201527f44656c65676174696f6e4d616e616765722e64656c6567617465546f3a206f7060448201527f657261746f72206973206e6f74207265676973746572656420696e2045696765606482015265372630bcb2b960d11b608482015260a401610abc565b6110a333848484612fe9565b61259e3361171d565b61261c5760405162461bcd60e51b815260206004820152604360248201527f44656c65676174696f6e4d616e616765722e6d6f646966794f70657261746f7260448201527f44657461696c733a2063616c6c6572206d75737420626520616e206f706572616064820152623a37b960e91b608482015260a401610abc565b610fee3382612df6565b61262e6133f1565b6001600160a01b0381166126935760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610abc565b610fee816137f2565b60007f00000000000000000000000000000000000000000000000000000000000000004614156126cd575060975490565b6126d561375b565b905090565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561272d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127519190615479565b6001600160a01b0316336001600160a01b0316146127815760405162461bcd60e51b8152600401610abc90615496565b6066541981196066541916146127ff5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610abc565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c906020016111dc565b60006001600160a01b0386166128cd5760405162461bcd60e51b815260206004820152605060248201527f44656c65676174696f6e4d616e616765722e5f72656d6f76655368617265734160448201527f6e6451756575655769746864726177616c3a207374616b65722063616e6e6f7460648201526f206265207a65726f206164647265737360801b608482015260a401610abc565b82516129575760405162461bcd60e51b815260206004820152604d60248201527f44656c65676174696f6e4d616e616765722e5f72656d6f76655368617265734160448201527f6e6451756575655769746864726177616c3a207374726174656769657320636160648201526c6e6e6f7420626520656d70747960981b608482015260a401610abc565b60005b8351811015612d04576001600160a01b038616156129b0576129b0868886848151811061298957612989615311565b60200260200101518685815181106129a3576129a3615311565b6020026020010151613376565b73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06001600160a01b03168482815181106129e0576129e0615311565b60200260200101516001600160a01b03161415612aa9577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663beffbb8988858481518110612a3957612a39615311565b60200260200101516040518363ffffffff1660e01b8152600401612a729291906001600160a01b03929092168252602082015260400190565b600060405180830381600087803b158015612a8c57600080fd5b505af1158015612aa0573d6000803e3d6000fd5b50505050612cfc565b846001600160a01b0316876001600160a01b03161480612b7b57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316639b4da03d858381518110612b0557612b05615311565b60200260200101516040518263ffffffff1660e01b8152600401612b3891906001600160a01b0391909116815260200190565b602060405180830381865afa158015612b55573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b79919061553d565b155b612c475760405162461bcd60e51b8152602060048201526084602482018190527f44656c65676174696f6e4d616e616765722e5f72656d6f76655368617265734160448301527f6e6451756575655769746864726177616c3a2077697468647261776572206d7560648301527f73742062652073616d652061646472657373206173207374616b657220696620908201527f746869726450617274795472616e7366657273466f7262696464656e2061726560a482015263081cd95d60e21b60c482015260e401610abc565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316638c80d4e588868481518110612c8957612c89615311565b6020026020010151868581518110612ca357612ca3615311565b60200260200101516040518463ffffffff1660e01b8152600401612cc9939291906157b9565b600060405180830381600087803b158015612ce357600080fd5b505af1158015612cf7573d6000803e3d6000fd5b505050505b60010161295a565b506001600160a01b0386166000908152609f60205260408120805491829190612d2c8361533d565b919050555060006040518060e00160405280896001600160a01b03168152602001886001600160a01b03168152602001876001600160a01b031681526020018381526020014363ffffffff1681526020018681526020018581525090506000612d9482611641565b6000818152609e602052604090819020805460ff19166001179055519091507f9009ab153e8014fbfb02f2217f5cde7aa7f9ad734ae85ca3ee3f4ca2fdd499f990612de290839085906157dd565b60405180910390a198975050505050505050565b6213c680612e0a60608301604084016157f6565b63ffffffff161115612ebf5760405162461bcd60e51b815260206004820152606c60248201527f44656c65676174696f6e4d616e616765722e5f7365744f70657261746f72446560448201527f7461696c733a207374616b65724f70744f757457696e646f77426c6f636b732060648201527f63616e6e6f74206265203e204d41585f5354414b45525f4f50545f4f55545f5760848201526b494e444f575f424c4f434b5360a01b60a482015260c401610abc565b6001600160a01b0382166000908152609960205260409081902060010154600160a01b900463ffffffff1690612efb90606084019084016157f6565b63ffffffff161015612f915760405162461bcd60e51b815260206004820152605360248201527f44656c65676174696f6e4d616e616765722e5f7365744f70657261746f72446560448201527f7461696c733a207374616b65724f70744f757457696e646f77426c6f636b732060648201527218d85b9b9bdd08189948191958dc99585cd959606a1b608482015260a401610abc565b6001600160a01b03821660009081526099602052604090208190612fb58282615833565b505060405133907ffebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac90611b379084906153f8565b606654600090600190811614156130125760405162461bcd60e51b8152600401610abc90615358565b6001600160a01b038085166000908152609960205260409020600101541680158015906130485750336001600160a01b03821614155b801561305d5750336001600160a01b03861614155b156131ca5742846020015110156130dc5760405162461bcd60e51b815260206004820152603760248201527f44656c65676174696f6e4d616e616765722e5f64656c65676174653a2061707060448201527f726f766572207369676e617475726520657870697265640000000000000000006064820152608401610abc565b6001600160a01b0381166000908152609c6020908152604080832086845290915290205460ff16156131765760405162461bcd60e51b815260206004820152603760248201527f44656c65676174696f6e4d616e616765722e5f64656c65676174653a2061707060448201527f726f76657253616c7420616c7265616479207370656e740000000000000000006064820152608401610abc565b6001600160a01b0381166000908152609c6020908152604080832086845282528220805460ff191660011790558501516131b79088908890859088906109ce565b90506131c8828287600001516141a3565b505b6001600160a01b038681166000818152609a602052604080822080546001600160a01b031916948a169485179055517fc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d87433049190a360008061322988611bfc565b9150915060005b825181101561136257613277888a85848151811061325057613250615311565b602002602001015185858151811061326a5761326a615311565b602002602001015161393e565b600101613230565b6001600160a01b03811661330d5760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610abc565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b038085166000908152609860209081526040808320938616835292905290812080548392906133ad9084906157a2565b92505081905550836001600160a01b03167f6909600037b75d7b4733aedd815442b5ec018a827751c832aaff64eba5d6d2dd848484604051610f30939291906157b9565b6033546001600160a01b031633146117695760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610abc565b8281146134d35760405162461bcd60e51b815260206004820152604a60248201527f44656c65676174696f6e4d616e616765722e5f7365745374726174656779576960448201527f746864726177616c44656c6179426c6f636b733a20696e707574206c656e67746064820152690d040dad2e6dac2e8c6d60b31b608482015260a401610abc565b8260005b818110156136695760008686838181106134f3576134f3615311565b905060200201602081019061350891906149ff565b6001600160a01b038116600090815260a1602052604081205491925086868581811061353657613536615311565b90506020020135905062034bc08111156135fa5760405162461bcd60e51b815260206004820152607360248201527f44656c65676174696f6e4d616e616765722e5f7365745374726174656779576960448201527f746864726177616c44656c6179426c6f636b733a205f7769746864726177616c60648201527f44656c6179426c6f636b732063616e6e6f74206265203e204d41585f5749544860848201527244524157414c5f44454c41595f424c4f434b5360681b60a482015260c401610abc565b6001600160a01b038316600081815260a160209081526040918290208490558151928352820184905281018290527f0e7efa738e8b0ce6376a0c1af471655540d2e9a81647d7b09ed823018426576d9060600160405180910390a1505050806136629061533d565b90506134d7565b505050505050565b6065546001600160a01b031615801561369257506001600160a01b03821615155b6137145760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610abc565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a26137578261327f565b5050565b604080518082018252600a81526922b4b3b2b72630bcb2b960b11b60209182015281517f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866818301527f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea81840152466060820152306080808301919091528351808303909101815260a0909101909252815191012090565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b62034bc08111156138fd5760405162461bcd60e51b815260206004820152607160248201527f44656c65676174696f6e4d616e616765722e5f7365744d696e5769746864726160448201527f77616c44656c6179426c6f636b733a205f6d696e5769746864726177616c446560648201527f6c6179426c6f636b732063616e6e6f74206265203e204d41585f5749544844526084820152704157414c5f44454c41595f424c4f434b5360781b60a482015260c401610abc565b609d5460408051918252602082018390527fafa003cd76f87ff9d62b35beea889920f33c0c42b8d45b74954d61d50f4b6b69910160405180910390a1609d55565b6001600160a01b0380851660009081526098602090815260408083209386168352929052908120805483929061397590849061578a565b92505081905550836001600160a01b03167f1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c848484604051610f30939291906157b9565b60006139c76105f387615896565b6000818152609e602052604090205490915060ff16613a485760405162461bcd60e51b815260206004820152604360248201526000805160206159c883398151915260448201527f645769746864726177616c3a20616374696f6e206973206e6f7420696e20717560648201526265756560e81b608482015260a401610abc565b609d544390613a5d60a0890160808a016157f6565b63ffffffff16613a6d919061578a565b1115613af55760405162461bcd60e51b815260206004820152605f60248201526000805160206159c883398151915260448201527f645769746864726177616c3a206d696e5769746864726177616c44656c61794260648201527f6c6f636b7320706572696f6420686173206e6f74207965742070617373656400608482015260a401610abc565b613b0560608701604088016149ff565b6001600160a01b0316336001600160a01b031614613b925760405162461bcd60e51b815260206004820152605060248201526000805160206159c883398151915260448201527f645769746864726177616c3a206f6e6c7920776974686472617765722063616e60648201526f1031b7b6b83632ba329030b1ba34b7b760811b608482015260a401610abc565b8115613c1457613ba560a08701876153af565b85149050613c145760405162461bcd60e51b815260206004820152604260248201526000805160206159c883398151915260448201527f645769746864726177616c3a20696e707574206c656e677468206d69736d61746064820152610c6d60f31b608482015260a401610abc565b6000818152609e60205260409020805460ff191690558115613d795760005b613c4060a08801886153af565b9050811015613d73574360a16000613c5b60a08b018b6153af565b85818110613c6b57613c6b615311565b9050602002016020810190613c8091906149ff565b6001600160a01b03168152602081019190915260400160002054613caa60a08a0160808b016157f6565b63ffffffff16613cba919061578a565b1115613cd85760405162461bcd60e51b8152600401610abc906158a2565b613d6b613ce860208901896149ff565b33613cf660a08b018b6153af565b85818110613d0657613d06615311565b9050602002016020810190613d1b91906149ff565b613d2860c08c018c6153af565b86818110613d3857613d38615311565b905060200201358a8a87818110613d5157613d51615311565b9050602002016020810190613d6691906149ff565b61435d565b600101613c33565b50614168565b336000908152609a60205260408120546001600160a01b0316905b613da160a08901896153af565b9050811015614165574360a16000613dbc60a08c018c6153af565b85818110613dcc57613dcc615311565b9050602002016020810190613de191906149ff565b6001600160a01b03168152602081019190915260400160002054613e0b60a08b0160808c016157f6565b63ffffffff16613e1b919061578a565b1115613e395760405162461bcd60e51b8152600401610abc906158a2565b73beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac0613e5b60a08a018a6153af565b83818110613e6b57613e6b615311565b9050602002016020810190613e8091906149ff565b6001600160a01b03161415613fd0576000613e9e60208a018a6149ff565b905060006001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016630e81073c83613edf60c08e018e6153af565b87818110613eef57613eef615311565b6040516001600160e01b031960e087901b1681526001600160a01b03909416600485015260200291909101356024830152506044016020604051808303816000875af1158015613f43573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613f67919061565c565b6001600160a01b038084166000908152609a6020526040902054919250168015613fc857613fc88184613f9d60a08f018f6153af565b88818110613fad57613fad615311565b9050602002016020810190613fc291906149ff565b8561393e565b50505061415d565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663c4623ea13389898581811061401257614012615311565b905060200201602081019061402791906149ff565b61403460a08d018d6153af565b8681811061404457614044615311565b905060200201602081019061405991906149ff565b61406660c08e018e6153af565b8781811061407657614076615311565b60405160e088901b6001600160e01b03191681526001600160a01b03968716600482015294861660248601529290941660448401526020909102013560648201526084019050600060405180830381600087803b1580156140d657600080fd5b505af11580156140ea573d6000803e3d6000fd5b505050506001600160a01b0382161561415d5761415d823361410f60a08c018c6153af565b8581811061411f5761411f615311565b905060200201602081019061413491906149ff565b61414160c08d018d6153af565b8681811061415157614151615311565b9050602002013561393e565b600101613d94565b50505b6040518181527fc97098c2f658800b4df29001527f7324bcdffcf6e8751a699ab920a1eced5b1d9060200160405180910390a1505050505050565b6001600160a01b0383163b156142bd57604051630b135d3f60e11b808252906001600160a01b03851690631626ba7e906141e3908690869060040161592a565b602060405180830381865afa158015614200573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906142249190615987565b6001600160e01b031916146110a35760405162461bcd60e51b815260206004820152605360248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a2045524331323731207369676e6174757265206064820152721d995c9a599a58d85d1a5bdb8819985a5b1959606a1b608482015260a401610abc565b826001600160a01b03166142d1838361449d565b6001600160a01b0316146110a35760405162461bcd60e51b815260206004820152604760248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a207369676e6174757265206e6f742066726f6d6064820152661039b4b3b732b960c91b608482015260a401610abc565b6001600160a01b03831673beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac014156144085760405162387b1360e81b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063387b1300906143d1908890889087906004016157b9565b600060405180830381600087803b1580156143eb57600080fd5b505af11580156143ff573d6000803e3d6000fd5b50505050614496565b60405163c608c7f360e01b81526001600160a01b03858116600483015284811660248301526044820184905282811660648301527f0000000000000000000000000000000000000000000000000000000000000000169063c608c7f390608401600060405180830381600087803b15801561448257600080fd5b505af1158015611362573d6000803e3d6000fd5b5050505050565b60008060006144ac85856144b9565b915091506109c681614529565b6000808251604114156144f05760208301516040840151606085015160001a6144e4878285856146e4565b94509450505050614522565b82516040141561451a576020830151604084015161450f8683836147d1565b935093505050614522565b506000905060025b9250929050565b600081600481111561453d5761453d6159b1565b14156145465750565b600181600481111561455a5761455a6159b1565b14156145a85760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606401610abc565b60028160048111156145bc576145bc6159b1565b141561460a5760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606401610abc565b600381600481111561461e5761461e6159b1565b14156146775760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b6064820152608401610abc565b600481600481111561468b5761468b6159b1565b1415610fee5760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b6064820152608401610abc565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083111561471b57506000905060036147c8565b8460ff16601b1415801561473357508460ff16601c14155b1561474457506000905060046147c8565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015614798573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b0381166147c1576000600192509250506147c8565b9150600090505b94509492505050565b6000806001600160ff1b038316816147ee60ff86901c601b61578a565b90506147fc878288856146e4565b935093505050935093915050565b60008083601f84011261481c57600080fd5b5081356001600160401b0381111561483357600080fd5b6020830191508360208260051b850101111561452257600080fd5b6000806020838503121561486157600080fd5b82356001600160401b0381111561487757600080fd5b6148838582860161480a565b90969095509350505050565b6001600160a01b0381168114610fee57600080fd5b80356148af8161488f565b919050565b600080600080600060a086880312156148cc57600080fd5b85356148d78161488f565b945060208601356148e78161488f565b935060408601356148f78161488f565b94979396509394606081013594506080013592915050565b6020808252825182820181905260009190848201906040850190845b818110156149475783518352928401929184019160010161492b565b50909695505050505050565b60006060828403121561496557600080fd5b50919050565b60008083601f84011261497d57600080fd5b5081356001600160401b0381111561499457600080fd5b60208301915083602082850101111561452257600080fd5b6000806000608084860312156149c157600080fd5b6149cb8585614953565b925060608401356001600160401b038111156149e657600080fd5b6149f28682870161496b565b9497909650939450505050565b600060208284031215614a1157600080fd5b8135614a1c8161488f565b9392505050565b600080600060608486031215614a3857600080fd5b8335614a438161488f565b92506020840135614a538161488f565b929592945050506040919091013590565b600060208284031215614a7657600080fd5b5035919050565b60008060008060408587031215614a9357600080fd5b84356001600160401b0380821115614aaa57600080fd5b614ab68883890161480a565b90965094506020870135915080821115614acf57600080fd5b50614adc8782880161480a565b95989497509550505050565b60008060008060008060008060c0898b031215614b0457600080fd5b8835614b0f8161488f565b97506020890135614b1f8161488f565b9650604089013595506060890135945060808901356001600160401b0380821115614b4957600080fd5b614b558c838d0161480a565b909650945060a08b0135915080821115614b6e57600080fd5b50614b7b8b828c0161480a565b999c989b5096995094979396929594505050565b6000806000806000806000806080898b031215614bab57600080fd5b88356001600160401b0380821115614bc257600080fd5b614bce8c838d0161480a565b909a50985060208b0135915080821115614be757600080fd5b614bf38c838d0161480a565b909850965060408b0135915080821115614c0c57600080fd5b614c188c838d0161480a565b909650945060608b0135915080821115614b6e57600080fd5b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b0381118282101715614c6957614c69614c31565b60405290565b604080519081016001600160401b0381118282101715614c6957614c69614c31565b604051601f8201601f191681016001600160401b0381118282101715614cb957614cb9614c31565b604052919050565b63ffffffff81168114610fee57600080fd5b80356148af81614cc1565b60006001600160401b03821115614cf757614cf7614c31565b5060051b60200190565b600082601f830112614d1257600080fd5b81356020614d27614d2283614cde565b614c91565b82815260059290921b84018101918181019086841115614d4657600080fd5b8286015b84811015614d6a578035614d5d8161488f565b8352918301918301614d4a565b509695505050505050565b600082601f830112614d8657600080fd5b81356020614d96614d2283614cde565b82815260059290921b84018101918181019086841115614db557600080fd5b8286015b84811015614d6a5780358352918301918301614db9565b600060e08284031215614de257600080fd5b614dea614c47565b9050614df5826148a4565b8152614e03602083016148a4565b6020820152614e14604083016148a4565b604082015260608201356060820152614e2f60808301614cd3565b608082015260a08201356001600160401b0380821115614e4e57600080fd5b614e5a85838601614d01565b60a084015260c0840135915080821115614e7357600080fd5b50614e8084828501614d75565b60c08301525092915050565b600060208284031215614e9e57600080fd5b81356001600160401b03811115614eb457600080fd5b614ec084828501614dd0565b949350505050565b600060208284031215614eda57600080fd5b813560ff81168114614a1c57600080fd5b8015158114610fee57600080fd5b600080600080600060808688031215614f1157600080fd5b85356001600160401b0380821115614f2857600080fd5b9087019060e0828a031215614f3c57600080fd5b90955060208701359080821115614f5257600080fd5b50614f5f8882890161480a565b909550935050604086013591506060860135614f7a81614eeb565b809150509295509295909350565b60008060408385031215614f9b57600080fd5b8235614fa68161488f565b91506020830135614fb68161488f565b809150509250929050565b600060408284031215614fd357600080fd5b614fdb614c6f565b905081356001600160401b0380821115614ff457600080fd5b818401915084601f83011261500857600080fd5b813560208282111561501c5761501c614c31565b61502e601f8301601f19168201614c91565b9250818352868183860101111561504457600080fd5b8181850182850137600081838501015282855280860135818601525050505092915050565b600080600080600060a0868803121561508157600080fd5b853561508c8161488f565b9450602086013561509c8161488f565b935060408601356001600160401b03808211156150b857600080fd5b6150c489838a01614fc1565b945060608801359150808211156150da57600080fd5b506150e788828901614fc1565b95989497509295608001359392505050565b6000806040838503121561510c57600080fd5b82356151178161488f565b915060208301356001600160401b0381111561513257600080fd5b61513e85828601614d01565b9150509250929050565b600081518084526020808501945080840160005b838110156151785781518752958201959082019060010161515c565b509495945050505050565b602081526000614a1c6020830184615148565b600080602083850312156151a957600080fd5b82356001600160401b038111156151bf57600080fd5b6148838582860161496b565b600080604083850312156151de57600080fd5b82356151e98161488f565b946020939093013593505050565b6000806000806080858703121561520d57600080fd5b84356152188161488f565b935060208501359250604085013561522f8161488f565b9396929550929360600135925050565b600081518084526020808501945080840160005b838110156151785781516001600160a01b031687529582019590820190600101615253565b60408152600061528b604083018561523f565b82810360208401526112208185615148565b6000806000606084860312156152b257600080fd5b83356152bd8161488f565b925060208401356001600160401b038111156152d857600080fd5b6152e486828701614fc1565b925050604084013590509250925092565b60006060828403121561530757600080fd5b614a1c8383614953565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b600060001982141561535157615351615327565b5060010190565b60208082526019908201527f5061757361626c653a20696e6465782069732070617573656400000000000000604082015260600190565b60008235605e198336030181126153a557600080fd5b9190910192915050565b6000808335601e198436030181126153c657600080fd5b8301803591506001600160401b038211156153e057600080fd5b6020019150600581901b360382131561452257600080fd5b6060810182356154078161488f565b6001600160a01b0390811683526020840135906154238261488f565b166020830152604083013561543781614cc1565b63ffffffff811660408401525092915050565b60208152816020820152818360408301376000818301604090810191909152601f909201601f19160101919050565b60006020828403121561548b57600080fd5b8151614a1c8161488f565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b60208082526037908201527f44656c65676174696f6e4d616e616765723a206f6e6c7953747261746567794d60408201527f616e616765724f72456967656e506f644d616e61676572000000000000000000606082015260800190565b60006020828403121561554f57600080fd5b8151614a1c81614eeb565b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b6000823560de198336030181126153a557600080fd5b6000602082840312156155ca57600080fd5b8135614a1c81614eeb565b600060018060a01b03808351168452806020840151166020850152806040840151166040850152506060820151606084015263ffffffff608083015116608084015260a082015160e060a085015261563060e085018261523f565b905060c083015184820360c08601526112208282615148565b602081526000614a1c60208301846155d5565b60006020828403121561566e57600080fd5b5051919050565b600082601f83011261568657600080fd5b81516020615696614d2283614cde565b82815260059290921b840181019181810190868411156156b557600080fd5b8286015b84811015614d6a57805183529183019183016156b9565b600080604083850312156156e357600080fd5b82516001600160401b03808211156156fa57600080fd5b818501915085601f83011261570e57600080fd5b8151602061571e614d2283614cde565b82815260059290921b8401810191818101908984111561573d57600080fd5b948201945b838610156157645785516157558161488f565b82529482019490820190615742565b9188015191965090935050508082111561577d57600080fd5b5061513e85828601615675565b6000821982111561579d5761579d615327565b500190565b6000828210156157b4576157b4615327565b500390565b6001600160a01b039384168152919092166020820152604081019190915260600190565b828152604060208201526000614ec060408301846155d5565b60006020828403121561580857600080fd5b8135614a1c81614cc1565b80546001600160a01b0319166001600160a01b0392909216919091179055565b813561583e8161488f565b6158488183615813565b5060018101602083013561585b8161488f565b6158658183615813565b50604083013561587481614cc1565b815463ffffffff60a01b191660a09190911b63ffffffff60a01b161790555050565b60006117513683614dd0565b6020808252606e908201526000805160206159c883398151915260408201527f645769746864726177616c3a207769746864726177616c44656c6179426c6f6360608201527f6b7320706572696f6420686173206e6f74207965742070617373656420666f7260808201526d207468697320737472617465677960901b60a082015260c00190565b82815260006020604081840152835180604085015260005b8181101561595e57858101830151858201606001528201615942565b81811115615970576000606083870101525b50601f01601f191692909201606001949350505050565b60006020828403121561599957600080fd5b81516001600160e01b031981168114614a1c57600080fd5b634e487b7160e01b600052602160045260246000fdfe44656c65676174696f6e4d616e616765722e5f636f6d706c6574655175657565a264697066735822122026b1fed484881843a1d9811e493fabdf693f068a2dfa3af9289c2a7fba74873e64736f6c634300080c0033",
}
⋮----
// ContractDelegationManagerABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractDelegationManagerMetaData.ABI instead.
var ContractDelegationManagerABI = ContractDelegationManagerMetaData.ABI
⋮----
// ContractDelegationManagerBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractDelegationManagerMetaData.Bin instead.
var ContractDelegationManagerBin = ContractDelegationManagerMetaData.Bin
⋮----
// DeployContractDelegationManager deploys a new Ethereum contract, binding an instance of ContractDelegationManager to it.
func DeployContractDelegationManager(auth *bind.TransactOpts, backend bind.ContractBackend, _strategyManager common.Address, _slasher common.Address, _eigenPodManager common.Address) (common.Address, *types.Transaction, *ContractDelegationManager, error)
⋮----
// ContractDelegationManagerMethods is an auto generated interface around an Ethereum contract.
type ContractDelegationManagerMethods interface {
	ContractDelegationManagerCalls
	ContractDelegationManagerTransacts
	ContractDelegationManagerFilters
}
⋮----
// ContractDelegationManagerCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractDelegationManagerCalls interface {
	DELEGATIONAPPROVALTYPEHASH(opts *bind.CallOpts) ([32]byte, error)

	DOMAINTYPEHASH(opts *bind.CallOpts) ([32]byte, error)

	MAXSTAKEROPTOUTWINDOWBLOCKS(opts *bind.CallOpts) (*big.Int, error)

	MAXWITHDRAWALDELAYBLOCKS(opts *bind.CallOpts) (*big.Int, error)

	STAKERDELEGATIONTYPEHASH(opts *bind.CallOpts) ([32]byte, error)

	BeaconChainETHStrategy(opts *bind.CallOpts) (common.Address, error)

	CalculateCurrentStakerDelegationDigestHash(opts *bind.CallOpts, staker common.Address, operator common.Address, expiry *big.Int) ([32]byte, error)

	CalculateDelegationApprovalDigestHash(opts *bind.CallOpts, staker common.Address, operator common.Address, _delegationApprover common.Address, approverSalt [32]byte, expiry *big.Int) ([32]byte, error)

	CalculateStakerDelegationDigestHash(opts *bind.CallOpts, staker common.Address, _stakerNonce *big.Int, operator common.Address, expiry *big.Int) ([32]byte, error)

	CalculateWithdrawalRoot(opts *bind.CallOpts, withdrawal IDelegationManagerWithdrawal) ([32]byte, error)

	CumulativeWithdrawalsQueued(opts *bind.CallOpts, arg0 common.Address) (*big.Int, error)

	DelegatedTo(opts *bind.CallOpts, arg0 common.Address) (common.Address, error)

	DelegationApprover(opts *bind.CallOpts, operator common.Address) (common.Address, error)

	DelegationApproverSaltIsSpent(opts *bind.CallOpts, arg0 common.Address, arg1 [32]byte) (bool, error)

	DomainSeparator(opts *bind.CallOpts) ([32]byte, error)

	EigenPodManager(opts *bind.CallOpts) (common.Address, error)

	GetDelegatableShares(opts *bind.CallOpts, staker common.Address) ([]common.Address, []*big.Int, error)

	GetOperatorShares(opts *bind.CallOpts, operator common.Address, strategies []common.Address) ([]*big.Int, error)

	GetWithdrawalDelay(opts *bind.CallOpts, strategies []common.Address) (*big.Int, error)

	IsDelegated(opts *bind.CallOpts, staker common.Address) (bool, error)

	IsOperator(opts *bind.CallOpts, operator common.Address) (bool, error)

	MinWithdrawalDelayBlocks(opts *bind.CallOpts) (*big.Int, error)

	OperatorDetails(opts *bind.CallOpts, operator common.Address) (IDelegationManagerOperatorDetails, error)

	OperatorShares(opts *bind.CallOpts, arg0 common.Address, arg1 common.Address) (*big.Int, error)

	Owner(opts *bind.CallOpts) (common.Address, error)

	Paused(opts *bind.CallOpts, index uint8) (bool, error)

	Paused0(opts *bind.CallOpts) (*big.Int, error)

	PauserRegistry(opts *bind.CallOpts) (common.Address, error)

	PendingWithdrawals(opts *bind.CallOpts, arg0 [32]byte) (bool, error)

	Slasher(opts *bind.CallOpts) (common.Address, error)

	StakerNonce(opts *bind.CallOpts, arg0 common.Address) (*big.Int, error)

	StakerOptOutWindowBlocks(opts *bind.CallOpts, operator common.Address) (*big.Int, error)

	StrategyManager(opts *bind.CallOpts) (common.Address, error)

	StrategyWithdrawalDelayBlocks(opts *bind.CallOpts, arg0 common.Address) (*big.Int, error)
}
⋮----
// ContractDelegationManagerTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractDelegationManagerTransacts interface {
	CompleteQueuedWithdrawal(opts *bind.TransactOpts, withdrawal IDelegationManagerWithdrawal, tokens []common.Address, middlewareTimesIndex *big.Int, receiveAsTokens bool) (*types.Transaction, error)

	CompleteQueuedWithdrawals(opts *bind.TransactOpts, withdrawals []IDelegationManagerWithdrawal, tokens [][]common.Address, middlewareTimesIndexes []*big.Int, receiveAsTokens []bool) (*types.Transaction, error)

	DecreaseDelegatedShares(opts *bind.TransactOpts, staker common.Address, strategy common.Address, shares *big.Int) (*types.Transaction, error)

	DelegateTo(opts *bind.TransactOpts, operator common.Address, approverSignatureAndExpiry ISignatureUtilsSignatureWithExpiry, approverSalt [32]byte) (*types.Transaction, error)

	DelegateToBySignature(opts *bind.TransactOpts, staker common.Address, operator common.Address, stakerSignatureAndExpiry ISignatureUtilsSignatureWithExpiry, approverSignatureAndExpiry ISignatureUtilsSignatureWithExpiry, approverSalt [32]byte) (*types.Transaction, error)

	IncreaseDelegatedShares(opts *bind.TransactOpts, staker common.Address, strategy common.Address, shares *big.Int) (*types.Transaction, error)

	Initialize(opts *bind.TransactOpts, initialOwner common.Address, _pauserRegistry common.Address, initialPausedStatus *big.Int, _minWithdrawalDelayBlocks *big.Int, _strategies []common.Address, _withdrawalDelayBlocks []*big.Int) (*types.Transaction, error)

	ModifyOperatorDetails(opts *bind.TransactOpts, newOperatorDetails IDelegationManagerOperatorDetails) (*types.Transaction, error)

	Pause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)

	PauseAll(opts *bind.TransactOpts) (*types.Transaction, error)

	QueueWithdrawals(opts *bind.TransactOpts, queuedWithdrawalParams []IDelegationManagerQueuedWithdrawalParams) (*types.Transaction, error)

	RegisterAsOperator(opts *bind.TransactOpts, registeringOperatorDetails IDelegationManagerOperatorDetails, metadataURI string) (*types.Transaction, error)

	RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

	SetMinWithdrawalDelayBlocks(opts *bind.TransactOpts, newMinWithdrawalDelayBlocks *big.Int) (*types.Transaction, error)

	SetPauserRegistry(opts *bind.TransactOpts, newPauserRegistry common.Address) (*types.Transaction, error)

	SetStrategyWithdrawalDelayBlocks(opts *bind.TransactOpts, strategies []common.Address, withdrawalDelayBlocks []*big.Int) (*types.Transaction, error)

	TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)

	Undelegate(opts *bind.TransactOpts, staker common.Address) (*types.Transaction, error)

	Unpause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)

	UpdateOperatorMetadataURI(opts *bind.TransactOpts, metadataURI string) (*types.Transaction, error)
}
⋮----
// ContractDelegationManagerFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractDelegationManagerFilters interface {
	FilterInitialized(opts *bind.FilterOpts) (*ContractDelegationManagerInitializedIterator, error)
	WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerInitialized) (event.Subscription, error)
	ParseInitialized(log types.Log) (*ContractDelegationManagerInitialized, error)

	FilterMinWithdrawalDelayBlocksSet(opts *bind.FilterOpts) (*ContractDelegationManagerMinWithdrawalDelayBlocksSetIterator, error)
	WatchMinWithdrawalDelayBlocksSet(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerMinWithdrawalDelayBlocksSet) (event.Subscription, error)
	ParseMinWithdrawalDelayBlocksSet(log types.Log) (*ContractDelegationManagerMinWithdrawalDelayBlocksSet, error)

	FilterOperatorDetailsModified(opts *bind.FilterOpts, operator []common.Address) (*ContractDelegationManagerOperatorDetailsModifiedIterator, error)
	WatchOperatorDetailsModified(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerOperatorDetailsModified, operator []common.Address) (event.Subscription, error)
	ParseOperatorDetailsModified(log types.Log) (*ContractDelegationManagerOperatorDetailsModified, error)

	FilterOperatorMetadataURIUpdated(opts *bind.FilterOpts, operator []common.Address) (*ContractDelegationManagerOperatorMetadataURIUpdatedIterator, error)
	WatchOperatorMetadataURIUpdated(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerOperatorMetadataURIUpdated, operator []common.Address) (event.Subscription, error)
	ParseOperatorMetadataURIUpdated(log types.Log) (*ContractDelegationManagerOperatorMetadataURIUpdated, error)

	FilterOperatorRegistered(opts *bind.FilterOpts, operator []common.Address) (*ContractDelegationManagerOperatorRegisteredIterator, error)
	WatchOperatorRegistered(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerOperatorRegistered, operator []common.Address) (event.Subscription, error)
	ParseOperatorRegistered(log types.Log) (*ContractDelegationManagerOperatorRegistered, error)

	FilterOperatorSharesDecreased(opts *bind.FilterOpts, operator []common.Address) (*ContractDelegationManagerOperatorSharesDecreasedIterator, error)
	WatchOperatorSharesDecreased(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerOperatorSharesDecreased, operator []common.Address) (event.Subscription, error)
	ParseOperatorSharesDecreased(log types.Log) (*ContractDelegationManagerOperatorSharesDecreased, error)

	FilterOperatorSharesIncreased(opts *bind.FilterOpts, operator []common.Address) (*ContractDelegationManagerOperatorSharesIncreasedIterator, error)
	WatchOperatorSharesIncreased(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerOperatorSharesIncreased, operator []common.Address) (event.Subscription, error)
	ParseOperatorSharesIncreased(log types.Log) (*ContractDelegationManagerOperatorSharesIncreased, error)

	FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractDelegationManagerOwnershipTransferredIterator, error)
	WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
	ParseOwnershipTransferred(log types.Log) (*ContractDelegationManagerOwnershipTransferred, error)

	FilterPaused(opts *bind.FilterOpts, account []common.Address) (*ContractDelegationManagerPausedIterator, error)
	WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerPaused, account []common.Address) (event.Subscription, error)
	ParsePaused(log types.Log) (*ContractDelegationManagerPaused, error)

	FilterPauserRegistrySet(opts *bind.FilterOpts) (*ContractDelegationManagerPauserRegistrySetIterator, error)
	WatchPauserRegistrySet(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerPauserRegistrySet) (event.Subscription, error)
	ParsePauserRegistrySet(log types.Log) (*ContractDelegationManagerPauserRegistrySet, error)

	FilterStakerDelegated(opts *bind.FilterOpts, staker []common.Address, operator []common.Address) (*ContractDelegationManagerStakerDelegatedIterator, error)
	WatchStakerDelegated(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerStakerDelegated, staker []common.Address, operator []common.Address) (event.Subscription, error)
	ParseStakerDelegated(log types.Log) (*ContractDelegationManagerStakerDelegated, error)

	FilterStakerForceUndelegated(opts *bind.FilterOpts, staker []common.Address, operator []common.Address) (*ContractDelegationManagerStakerForceUndelegatedIterator, error)
	WatchStakerForceUndelegated(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerStakerForceUndelegated, staker []common.Address, operator []common.Address) (event.Subscription, error)
	ParseStakerForceUndelegated(log types.Log) (*ContractDelegationManagerStakerForceUndelegated, error)

	FilterStakerUndelegated(opts *bind.FilterOpts, staker []common.Address, operator []common.Address) (*ContractDelegationManagerStakerUndelegatedIterator, error)
	WatchStakerUndelegated(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerStakerUndelegated, staker []common.Address, operator []common.Address) (event.Subscription, error)
	ParseStakerUndelegated(log types.Log) (*ContractDelegationManagerStakerUndelegated, error)

	FilterStrategyWithdrawalDelayBlocksSet(opts *bind.FilterOpts) (*ContractDelegationManagerStrategyWithdrawalDelayBlocksSetIterator, error)
	WatchStrategyWithdrawalDelayBlocksSet(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerStrategyWithdrawalDelayBlocksSet) (event.Subscription, error)
	ParseStrategyWithdrawalDelayBlocksSet(log types.Log) (*ContractDelegationManagerStrategyWithdrawalDelayBlocksSet, error)

	FilterUnpaused(opts *bind.FilterOpts, account []common.Address) (*ContractDelegationManagerUnpausedIterator, error)
	WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerUnpaused, account []common.Address) (event.Subscription, error)
	ParseUnpaused(log types.Log) (*ContractDelegationManagerUnpaused, error)

	FilterWithdrawalCompleted(opts *bind.FilterOpts) (*ContractDelegationManagerWithdrawalCompletedIterator, error)
	WatchWithdrawalCompleted(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerWithdrawalCompleted) (event.Subscription, error)
	ParseWithdrawalCompleted(log types.Log) (*ContractDelegationManagerWithdrawalCompleted, error)

	FilterWithdrawalQueued(opts *bind.FilterOpts) (*ContractDelegationManagerWithdrawalQueuedIterator, error)
	WatchWithdrawalQueued(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerWithdrawalQueued) (event.Subscription, error)
	ParseWithdrawalQueued(log types.Log) (*ContractDelegationManagerWithdrawalQueued, error)
}
⋮----
// ContractDelegationManager is an auto generated Go binding around an Ethereum contract.
type ContractDelegationManager struct {
	ContractDelegationManagerCaller     // Read-only binding to the contract
	ContractDelegationManagerTransactor // Write-only binding to the contract
	ContractDelegationManagerFilterer   // Log filterer for contract events
}
⋮----
ContractDelegationManagerCaller     // Read-only binding to the contract
ContractDelegationManagerTransactor // Write-only binding to the contract
ContractDelegationManagerFilterer   // Log filterer for contract events
⋮----
// ContractDelegationManager implements the ContractDelegationManagerMethods interface.
var _ ContractDelegationManagerMethods = (*ContractDelegationManager)(nil)
⋮----
// ContractDelegationManagerCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractDelegationManagerCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractDelegationManagerCaller implements the ContractDelegationManagerCalls interface.
var _ ContractDelegationManagerCalls = (*ContractDelegationManagerCaller)(nil)
⋮----
// ContractDelegationManagerTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractDelegationManagerTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractDelegationManagerTransactor implements the ContractDelegationManagerTransacts interface.
var _ ContractDelegationManagerTransacts = (*ContractDelegationManagerTransactor)(nil)
⋮----
// ContractDelegationManagerFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractDelegationManagerFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractDelegationManagerFilterer implements the ContractDelegationManagerFilters interface.
var _ ContractDelegationManagerFilters = (*ContractDelegationManagerFilterer)(nil)
⋮----
// ContractDelegationManagerSession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractDelegationManagerSession struct {
	Contract     *ContractDelegationManager // Generic contract binding to set the session for
	CallOpts     bind.CallOpts              // Call options to use throughout this session
	TransactOpts bind.TransactOpts          // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractDelegationManager // Generic contract binding to set the session for
CallOpts     bind.CallOpts              // Call options to use throughout this session
TransactOpts bind.TransactOpts          // Transaction auth options to use throughout this session
⋮----
// ContractDelegationManagerCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractDelegationManagerCallerSession struct {
	Contract *ContractDelegationManagerCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                    // Call options to use throughout this session
}
⋮----
Contract *ContractDelegationManagerCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                    // Call options to use throughout this session
⋮----
// ContractDelegationManagerTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractDelegationManagerTransactorSession struct {
	Contract     *ContractDelegationManagerTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                    // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractDelegationManagerTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                    // Transaction auth options to use throughout this session
⋮----
// ContractDelegationManagerRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractDelegationManagerRaw struct {
	Contract *ContractDelegationManager // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractDelegationManager // Generic contract binding to access the raw methods on
⋮----
// ContractDelegationManagerCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractDelegationManagerCallerRaw struct {
	Contract *ContractDelegationManagerCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractDelegationManagerCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractDelegationManagerTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractDelegationManagerTransactorRaw struct {
	Contract *ContractDelegationManagerTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractDelegationManagerTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractDelegationManager creates a new instance of ContractDelegationManager, bound to a specific deployed contract.
func NewContractDelegationManager(address common.Address, backend bind.ContractBackend) (*ContractDelegationManager, error)
⋮----
// NewContractDelegationManagerCaller creates a new read-only instance of ContractDelegationManager, bound to a specific deployed contract.
func NewContractDelegationManagerCaller(address common.Address, caller bind.ContractCaller) (*ContractDelegationManagerCaller, error)
⋮----
// NewContractDelegationManagerTransactor creates a new write-only instance of ContractDelegationManager, bound to a specific deployed contract.
func NewContractDelegationManagerTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractDelegationManagerTransactor, error)
⋮----
// NewContractDelegationManagerFilterer creates a new log filterer instance of ContractDelegationManager, bound to a specific deployed contract.
func NewContractDelegationManagerFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractDelegationManagerFilterer, error)
⋮----
// bindContractDelegationManager binds a generic wrapper to an already deployed contract.
func bindContractDelegationManager(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractDelegationManager *ContractDelegationManagerRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractDelegationManager *ContractDelegationManagerRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractDelegationManager *ContractDelegationManagerRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// DELEGATIONAPPROVALTYPEHASH is a free data retrieval call binding the contract method 0x04a4f979.
//
// Solidity: function DELEGATION_APPROVAL_TYPEHASH() view returns(bytes32)
func (_ContractDelegationManager *ContractDelegationManagerCaller) DELEGATIONAPPROVALTYPEHASH(opts *bind.CallOpts) ([32]byte, error)
⋮----
var out []interface{}
⋮----
// DOMAINTYPEHASH is a free data retrieval call binding the contract method 0x20606b70.
⋮----
// Solidity: function DOMAIN_TYPEHASH() view returns(bytes32)
func (_ContractDelegationManager *ContractDelegationManagerCaller) DOMAINTYPEHASH(opts *bind.CallOpts) ([32]byte, error)
⋮----
// MAXSTAKEROPTOUTWINDOWBLOCKS is a free data retrieval call binding the contract method 0x4fc40b61.
⋮----
// Solidity: function MAX_STAKER_OPT_OUT_WINDOW_BLOCKS() view returns(uint256)
func (_ContractDelegationManager *ContractDelegationManagerCaller) MAXSTAKEROPTOUTWINDOWBLOCKS(opts *bind.CallOpts) (*big.Int, error)
⋮----
// MAXWITHDRAWALDELAYBLOCKS is a free data retrieval call binding the contract method 0xca661c04.
⋮----
// Solidity: function MAX_WITHDRAWAL_DELAY_BLOCKS() view returns(uint256)
func (_ContractDelegationManager *ContractDelegationManagerCaller) MAXWITHDRAWALDELAYBLOCKS(opts *bind.CallOpts) (*big.Int, error)
⋮----
// STAKERDELEGATIONTYPEHASH is a free data retrieval call binding the contract method 0x43377382.
⋮----
// Solidity: function STAKER_DELEGATION_TYPEHASH() view returns(bytes32)
func (_ContractDelegationManager *ContractDelegationManagerCaller) STAKERDELEGATIONTYPEHASH(opts *bind.CallOpts) ([32]byte, error)
⋮----
// BeaconChainETHStrategy is a free data retrieval call binding the contract method 0x9104c319.
⋮----
// Solidity: function beaconChainETHStrategy() view returns(address)
func (_ContractDelegationManager *ContractDelegationManagerCaller) BeaconChainETHStrategy(opts *bind.CallOpts) (common.Address, error)
⋮----
// CalculateCurrentStakerDelegationDigestHash is a free data retrieval call binding the contract method 0x1bbce091.
⋮----
// Solidity: function calculateCurrentStakerDelegationDigestHash(address staker, address operator, uint256 expiry) view returns(bytes32)
func (_ContractDelegationManager *ContractDelegationManagerCaller) CalculateCurrentStakerDelegationDigestHash(opts *bind.CallOpts, staker common.Address, operator common.Address, expiry *big.Int) ([32]byte, error)
⋮----
// CalculateDelegationApprovalDigestHash is a free data retrieval call binding the contract method 0x0b9f487a.
⋮----
// Solidity: function calculateDelegationApprovalDigestHash(address staker, address operator, address _delegationApprover, bytes32 approverSalt, uint256 expiry) view returns(bytes32)
func (_ContractDelegationManager *ContractDelegationManagerCaller) CalculateDelegationApprovalDigestHash(opts *bind.CallOpts, staker common.Address, operator common.Address, _delegationApprover common.Address, approverSalt [32]byte, expiry *big.Int) ([32]byte, error)
⋮----
// CalculateStakerDelegationDigestHash is a free data retrieval call binding the contract method 0xc94b5111.
⋮----
// Solidity: function calculateStakerDelegationDigestHash(address staker, uint256 _stakerNonce, address operator, uint256 expiry) view returns(bytes32)
func (_ContractDelegationManager *ContractDelegationManagerCaller) CalculateStakerDelegationDigestHash(opts *bind.CallOpts, staker common.Address, _stakerNonce *big.Int, operator common.Address, expiry *big.Int) ([32]byte, error)
⋮----
// CalculateWithdrawalRoot is a free data retrieval call binding the contract method 0x597b36da.
⋮----
// Solidity: function calculateWithdrawalRoot((address,address,address,uint256,uint32,address[],uint256[]) withdrawal) pure returns(bytes32)
func (_ContractDelegationManager *ContractDelegationManagerCaller) CalculateWithdrawalRoot(opts *bind.CallOpts, withdrawal IDelegationManagerWithdrawal) ([32]byte, error)
⋮----
// CumulativeWithdrawalsQueued is a free data retrieval call binding the contract method 0xa1788484.
⋮----
// Solidity: function cumulativeWithdrawalsQueued(address ) view returns(uint256)
func (_ContractDelegationManager *ContractDelegationManagerCaller) CumulativeWithdrawalsQueued(opts *bind.CallOpts, arg0 common.Address) (*big.Int, error)
⋮----
// DelegatedTo is a free data retrieval call binding the contract method 0x65da1264.
⋮----
// Solidity: function delegatedTo(address ) view returns(address)
func (_ContractDelegationManager *ContractDelegationManagerCaller) DelegatedTo(opts *bind.CallOpts, arg0 common.Address) (common.Address, error)
⋮----
// DelegationApprover is a free data retrieval call binding the contract method 0x3cdeb5e0.
⋮----
// Solidity: function delegationApprover(address operator) view returns(address)
func (_ContractDelegationManager *ContractDelegationManagerCaller) DelegationApprover(opts *bind.CallOpts, operator common.Address) (common.Address, error)
⋮----
// DelegationApproverSaltIsSpent is a free data retrieval call binding the contract method 0xbb45fef2.
⋮----
// Solidity: function delegationApproverSaltIsSpent(address , bytes32 ) view returns(bool)
func (_ContractDelegationManager *ContractDelegationManagerCaller) DelegationApproverSaltIsSpent(opts *bind.CallOpts, arg0 common.Address, arg1 [32]byte) (bool, error)
⋮----
// DomainSeparator is a free data retrieval call binding the contract method 0xf698da25.
⋮----
// Solidity: function domainSeparator() view returns(bytes32)
func (_ContractDelegationManager *ContractDelegationManagerCaller) DomainSeparator(opts *bind.CallOpts) ([32]byte, error)
⋮----
// EigenPodManager is a free data retrieval call binding the contract method 0x4665bcda.
⋮----
// Solidity: function eigenPodManager() view returns(address)
func (_ContractDelegationManager *ContractDelegationManagerCaller) EigenPodManager(opts *bind.CallOpts) (common.Address, error)
⋮----
// GetDelegatableShares is a free data retrieval call binding the contract method 0xcf80873e.
⋮----
// Solidity: function getDelegatableShares(address staker) view returns(address[], uint256[])
func (_ContractDelegationManager *ContractDelegationManagerCaller) GetDelegatableShares(opts *bind.CallOpts, staker common.Address) ([]common.Address, []*big.Int, error)
⋮----
// GetOperatorShares is a free data retrieval call binding the contract method 0x90041347.
⋮----
// Solidity: function getOperatorShares(address operator, address[] strategies) view returns(uint256[])
func (_ContractDelegationManager *ContractDelegationManagerCaller) GetOperatorShares(opts *bind.CallOpts, operator common.Address, strategies []common.Address) ([]*big.Int, error)
⋮----
// GetWithdrawalDelay is a free data retrieval call binding the contract method 0x0449ca39.
⋮----
// Solidity: function getWithdrawalDelay(address[] strategies) view returns(uint256)
func (_ContractDelegationManager *ContractDelegationManagerCaller) GetWithdrawalDelay(opts *bind.CallOpts, strategies []common.Address) (*big.Int, error)
⋮----
// IsDelegated is a free data retrieval call binding the contract method 0x3e28391d.
⋮----
// Solidity: function isDelegated(address staker) view returns(bool)
func (_ContractDelegationManager *ContractDelegationManagerCaller) IsDelegated(opts *bind.CallOpts, staker common.Address) (bool, error)
⋮----
// IsOperator is a free data retrieval call binding the contract method 0x6d70f7ae.
⋮----
// Solidity: function isOperator(address operator) view returns(bool)
func (_ContractDelegationManager *ContractDelegationManagerCaller) IsOperator(opts *bind.CallOpts, operator common.Address) (bool, error)
⋮----
// MinWithdrawalDelayBlocks is a free data retrieval call binding the contract method 0xc448feb8.
⋮----
// Solidity: function minWithdrawalDelayBlocks() view returns(uint256)
func (_ContractDelegationManager *ContractDelegationManagerCaller) MinWithdrawalDelayBlocks(opts *bind.CallOpts) (*big.Int, error)
⋮----
// OperatorDetails is a free data retrieval call binding the contract method 0xc5e480db.
⋮----
// Solidity: function operatorDetails(address operator) view returns((address,address,uint32))
func (_ContractDelegationManager *ContractDelegationManagerCaller) OperatorDetails(opts *bind.CallOpts, operator common.Address) (IDelegationManagerOperatorDetails, error)
⋮----
// OperatorShares is a free data retrieval call binding the contract method 0x778e55f3.
⋮----
// Solidity: function operatorShares(address , address ) view returns(uint256)
func (_ContractDelegationManager *ContractDelegationManagerCaller) OperatorShares(opts *bind.CallOpts, arg0 common.Address, arg1 common.Address) (*big.Int, error)
⋮----
// Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
⋮----
// Solidity: function owner() view returns(address)
func (_ContractDelegationManager *ContractDelegationManagerCaller) Owner(opts *bind.CallOpts) (common.Address, error)
⋮----
// Paused is a free data retrieval call binding the contract method 0x5ac86ab7.
⋮----
// Solidity: function paused(uint8 index) view returns(bool)
func (_ContractDelegationManager *ContractDelegationManagerCaller) Paused(opts *bind.CallOpts, index uint8) (bool, error)
⋮----
// Paused0 is a free data retrieval call binding the contract method 0x5c975abb.
⋮----
// Solidity: function paused() view returns(uint256)
func (_ContractDelegationManager *ContractDelegationManagerCaller) Paused0(opts *bind.CallOpts) (*big.Int, error)
⋮----
// PauserRegistry is a free data retrieval call binding the contract method 0x886f1195.
⋮----
// Solidity: function pauserRegistry() view returns(address)
func (_ContractDelegationManager *ContractDelegationManagerCaller) PauserRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// PendingWithdrawals is a free data retrieval call binding the contract method 0xb7f06ebe.
⋮----
// Solidity: function pendingWithdrawals(bytes32 ) view returns(bool)
func (_ContractDelegationManager *ContractDelegationManagerCaller) PendingWithdrawals(opts *bind.CallOpts, arg0 [32]byte) (bool, error)
⋮----
// Slasher is a free data retrieval call binding the contract method 0xb1344271.
⋮----
// Solidity: function slasher() view returns(address)
func (_ContractDelegationManager *ContractDelegationManagerCaller) Slasher(opts *bind.CallOpts) (common.Address, error)
⋮----
// StakerNonce is a free data retrieval call binding the contract method 0x29c77d4f.
⋮----
// Solidity: function stakerNonce(address ) view returns(uint256)
func (_ContractDelegationManager *ContractDelegationManagerCaller) StakerNonce(opts *bind.CallOpts, arg0 common.Address) (*big.Int, error)
⋮----
// StakerOptOutWindowBlocks is a free data retrieval call binding the contract method 0x16928365.
⋮----
// Solidity: function stakerOptOutWindowBlocks(address operator) view returns(uint256)
func (_ContractDelegationManager *ContractDelegationManagerCaller) StakerOptOutWindowBlocks(opts *bind.CallOpts, operator common.Address) (*big.Int, error)
⋮----
// StrategyManager is a free data retrieval call binding the contract method 0x39b70e38.
⋮----
// Solidity: function strategyManager() view returns(address)
func (_ContractDelegationManager *ContractDelegationManagerCaller) StrategyManager(opts *bind.CallOpts) (common.Address, error)
⋮----
// StrategyWithdrawalDelayBlocks is a free data retrieval call binding the contract method 0xc488375a.
⋮----
// Solidity: function strategyWithdrawalDelayBlocks(address ) view returns(uint256)
func (_ContractDelegationManager *ContractDelegationManagerCaller) StrategyWithdrawalDelayBlocks(opts *bind.CallOpts, arg0 common.Address) (*big.Int, error)
⋮----
// CompleteQueuedWithdrawal is a paid mutator transaction binding the contract method 0x60d7faed.
⋮----
// Solidity: function completeQueuedWithdrawal((address,address,address,uint256,uint32,address[],uint256[]) withdrawal, address[] tokens, uint256 middlewareTimesIndex, bool receiveAsTokens) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) CompleteQueuedWithdrawal(opts *bind.TransactOpts, withdrawal IDelegationManagerWithdrawal, tokens []common.Address, middlewareTimesIndex *big.Int, receiveAsTokens bool) (*types.Transaction, error)
⋮----
// CompleteQueuedWithdrawals is a paid mutator transaction binding the contract method 0x33404396.
⋮----
// Solidity: function completeQueuedWithdrawals((address,address,address,uint256,uint32,address[],uint256[])[] withdrawals, address[][] tokens, uint256[] middlewareTimesIndexes, bool[] receiveAsTokens) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) CompleteQueuedWithdrawals(opts *bind.TransactOpts, withdrawals []IDelegationManagerWithdrawal, tokens [][]common.Address, middlewareTimesIndexes []*big.Int, receiveAsTokens []bool) (*types.Transaction, error)
⋮----
// DecreaseDelegatedShares is a paid mutator transaction binding the contract method 0x132d4967.
⋮----
// Solidity: function decreaseDelegatedShares(address staker, address strategy, uint256 shares) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) DecreaseDelegatedShares(opts *bind.TransactOpts, staker common.Address, strategy common.Address, shares *big.Int) (*types.Transaction, error)
⋮----
// DelegateTo is a paid mutator transaction binding the contract method 0xeea9064b.
⋮----
// Solidity: function delegateTo(address operator, (bytes,uint256) approverSignatureAndExpiry, bytes32 approverSalt) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) DelegateTo(opts *bind.TransactOpts, operator common.Address, approverSignatureAndExpiry ISignatureUtilsSignatureWithExpiry, approverSalt [32]byte) (*types.Transaction, error)
⋮----
// DelegateToBySignature is a paid mutator transaction binding the contract method 0x7f548071.
⋮----
// Solidity: function delegateToBySignature(address staker, address operator, (bytes,uint256) stakerSignatureAndExpiry, (bytes,uint256) approverSignatureAndExpiry, bytes32 approverSalt) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) DelegateToBySignature(opts *bind.TransactOpts, staker common.Address, operator common.Address, stakerSignatureAndExpiry ISignatureUtilsSignatureWithExpiry, approverSignatureAndExpiry ISignatureUtilsSignatureWithExpiry, approverSalt [32]byte) (*types.Transaction, error)
⋮----
// IncreaseDelegatedShares is a paid mutator transaction binding the contract method 0x28a573ae.
⋮----
// Solidity: function increaseDelegatedShares(address staker, address strategy, uint256 shares) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) IncreaseDelegatedShares(opts *bind.TransactOpts, staker common.Address, strategy common.Address, shares *big.Int) (*types.Transaction, error)
⋮----
// Initialize is a paid mutator transaction binding the contract method 0x22bf40e4.
⋮----
// Solidity: function initialize(address initialOwner, address _pauserRegistry, uint256 initialPausedStatus, uint256 _minWithdrawalDelayBlocks, address[] _strategies, uint256[] _withdrawalDelayBlocks) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) Initialize(opts *bind.TransactOpts, initialOwner common.Address, _pauserRegistry common.Address, initialPausedStatus *big.Int, _minWithdrawalDelayBlocks *big.Int, _strategies []common.Address, _withdrawalDelayBlocks []*big.Int) (*types.Transaction, error)
⋮----
// ModifyOperatorDetails is a paid mutator transaction binding the contract method 0xf16172b0.
⋮----
// Solidity: function modifyOperatorDetails((address,address,uint32) newOperatorDetails) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) ModifyOperatorDetails(opts *bind.TransactOpts, newOperatorDetails IDelegationManagerOperatorDetails) (*types.Transaction, error)
⋮----
// Pause is a paid mutator transaction binding the contract method 0x136439dd.
⋮----
// Solidity: function pause(uint256 newPausedStatus) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) Pause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// PauseAll is a paid mutator transaction binding the contract method 0x595c6a67.
⋮----
// Solidity: function pauseAll() returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) PauseAll(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// QueueWithdrawals is a paid mutator transaction binding the contract method 0x0dd8dd02.
⋮----
// Solidity: function queueWithdrawals((address[],uint256[],address)[] queuedWithdrawalParams) returns(bytes32[])
func (_ContractDelegationManager *ContractDelegationManagerTransactor) QueueWithdrawals(opts *bind.TransactOpts, queuedWithdrawalParams []IDelegationManagerQueuedWithdrawalParams) (*types.Transaction, error)
⋮----
// RegisterAsOperator is a paid mutator transaction binding the contract method 0x0f589e59.
⋮----
// Solidity: function registerAsOperator((address,address,uint32) registeringOperatorDetails, string metadataURI) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) RegisterAsOperator(opts *bind.TransactOpts, registeringOperatorDetails IDelegationManagerOperatorDetails, metadataURI string) (*types.Transaction, error)
⋮----
// RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
⋮----
// Solidity: function renounceOwnership() returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// SetMinWithdrawalDelayBlocks is a paid mutator transaction binding the contract method 0x635bbd10.
⋮----
// Solidity: function setMinWithdrawalDelayBlocks(uint256 newMinWithdrawalDelayBlocks) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) SetMinWithdrawalDelayBlocks(opts *bind.TransactOpts, newMinWithdrawalDelayBlocks *big.Int) (*types.Transaction, error)
⋮----
// SetPauserRegistry is a paid mutator transaction binding the contract method 0x10d67a2f.
⋮----
// Solidity: function setPauserRegistry(address newPauserRegistry) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) SetPauserRegistry(opts *bind.TransactOpts, newPauserRegistry common.Address) (*types.Transaction, error)
⋮----
// SetStrategyWithdrawalDelayBlocks is a paid mutator transaction binding the contract method 0x1522bf02.
⋮----
// Solidity: function setStrategyWithdrawalDelayBlocks(address[] strategies, uint256[] withdrawalDelayBlocks) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) SetStrategyWithdrawalDelayBlocks(opts *bind.TransactOpts, strategies []common.Address, withdrawalDelayBlocks []*big.Int) (*types.Transaction, error)
⋮----
// TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
⋮----
// Solidity: function transferOwnership(address newOwner) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
⋮----
// Undelegate is a paid mutator transaction binding the contract method 0xda8be864.
⋮----
// Solidity: function undelegate(address staker) returns(bytes32[] withdrawalRoots)
func (_ContractDelegationManager *ContractDelegationManagerTransactor) Undelegate(opts *bind.TransactOpts, staker common.Address) (*types.Transaction, error)
⋮----
// Unpause is a paid mutator transaction binding the contract method 0xfabc1cbc.
⋮----
// Solidity: function unpause(uint256 newPausedStatus) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) Unpause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// UpdateOperatorMetadataURI is a paid mutator transaction binding the contract method 0x99be81c8.
⋮----
// Solidity: function updateOperatorMetadataURI(string metadataURI) returns()
func (_ContractDelegationManager *ContractDelegationManagerTransactor) UpdateOperatorMetadataURI(opts *bind.TransactOpts, metadataURI string) (*types.Transaction, error)
⋮----
// ContractDelegationManagerInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the ContractDelegationManager contract.
type ContractDelegationManagerInitializedIterator struct {
	Event *ContractDelegationManagerInitialized // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerInitialized // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractDelegationManagerInitializedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractDelegationManagerInitializedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractDelegationManagerInitializedIterator) Close() error
⋮----
// ContractDelegationManagerInitialized represents a Initialized event raised by the ContractDelegationManager contract.
type ContractDelegationManagerInitialized struct {
	Version uint8
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
// Solidity: event Initialized(uint8 version)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterInitialized(opts *bind.FilterOpts) (*ContractDelegationManagerInitializedIterator, error)
⋮----
// WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerInitialized) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseInitialized(log types.Log) (*ContractDelegationManagerInitialized, error)
⋮----
// ContractDelegationManagerMinWithdrawalDelayBlocksSetIterator is returned from FilterMinWithdrawalDelayBlocksSet and is used to iterate over the raw logs and unpacked data for MinWithdrawalDelayBlocksSet events raised by the ContractDelegationManager contract.
type ContractDelegationManagerMinWithdrawalDelayBlocksSetIterator struct {
	Event *ContractDelegationManagerMinWithdrawalDelayBlocksSet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerMinWithdrawalDelayBlocksSet // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerMinWithdrawalDelayBlocksSet represents a MinWithdrawalDelayBlocksSet event raised by the ContractDelegationManager contract.
type ContractDelegationManagerMinWithdrawalDelayBlocksSet struct {
	PreviousValue *big.Int
	NewValue      *big.Int
	Raw           types.Log // Blockchain specific contextual infos
}
⋮----
Raw           types.Log // Blockchain specific contextual infos
⋮----
// FilterMinWithdrawalDelayBlocksSet is a free log retrieval operation binding the contract event 0xafa003cd76f87ff9d62b35beea889920f33c0c42b8d45b74954d61d50f4b6b69.
⋮----
// Solidity: event MinWithdrawalDelayBlocksSet(uint256 previousValue, uint256 newValue)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterMinWithdrawalDelayBlocksSet(opts *bind.FilterOpts) (*ContractDelegationManagerMinWithdrawalDelayBlocksSetIterator, error)
⋮----
// WatchMinWithdrawalDelayBlocksSet is a free log subscription operation binding the contract event 0xafa003cd76f87ff9d62b35beea889920f33c0c42b8d45b74954d61d50f4b6b69.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchMinWithdrawalDelayBlocksSet(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerMinWithdrawalDelayBlocksSet) (event.Subscription, error)
⋮----
// ParseMinWithdrawalDelayBlocksSet is a log parse operation binding the contract event 0xafa003cd76f87ff9d62b35beea889920f33c0c42b8d45b74954d61d50f4b6b69.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseMinWithdrawalDelayBlocksSet(log types.Log) (*ContractDelegationManagerMinWithdrawalDelayBlocksSet, error)
⋮----
// ContractDelegationManagerOperatorDetailsModifiedIterator is returned from FilterOperatorDetailsModified and is used to iterate over the raw logs and unpacked data for OperatorDetailsModified events raised by the ContractDelegationManager contract.
type ContractDelegationManagerOperatorDetailsModifiedIterator struct {
	Event *ContractDelegationManagerOperatorDetailsModified // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerOperatorDetailsModified // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerOperatorDetailsModified represents a OperatorDetailsModified event raised by the ContractDelegationManager contract.
type ContractDelegationManagerOperatorDetailsModified struct {
	Operator           common.Address
	NewOperatorDetails IDelegationManagerOperatorDetails
	Raw                types.Log // Blockchain specific contextual infos
}
⋮----
Raw                types.Log // Blockchain specific contextual infos
⋮----
// FilterOperatorDetailsModified is a free log retrieval operation binding the contract event 0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac.
⋮----
// Solidity: event OperatorDetailsModified(address indexed operator, (address,address,uint32) newOperatorDetails)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterOperatorDetailsModified(opts *bind.FilterOpts, operator []common.Address) (*ContractDelegationManagerOperatorDetailsModifiedIterator, error)
⋮----
var operatorRule []interface{}
⋮----
// WatchOperatorDetailsModified is a free log subscription operation binding the contract event 0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchOperatorDetailsModified(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerOperatorDetailsModified, operator []common.Address) (event.Subscription, error)
⋮----
// ParseOperatorDetailsModified is a log parse operation binding the contract event 0xfebe5cd24b2cbc7b065b9d0fdeb904461e4afcff57dd57acda1e7832031ba7ac.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseOperatorDetailsModified(log types.Log) (*ContractDelegationManagerOperatorDetailsModified, error)
⋮----
// ContractDelegationManagerOperatorMetadataURIUpdatedIterator is returned from FilterOperatorMetadataURIUpdated and is used to iterate over the raw logs and unpacked data for OperatorMetadataURIUpdated events raised by the ContractDelegationManager contract.
type ContractDelegationManagerOperatorMetadataURIUpdatedIterator struct {
	Event *ContractDelegationManagerOperatorMetadataURIUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerOperatorMetadataURIUpdated // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerOperatorMetadataURIUpdated represents a OperatorMetadataURIUpdated event raised by the ContractDelegationManager contract.
type ContractDelegationManagerOperatorMetadataURIUpdated struct {
	Operator    common.Address
	MetadataURI string
	Raw         types.Log // Blockchain specific contextual infos
}
⋮----
Raw         types.Log // Blockchain specific contextual infos
⋮----
// FilterOperatorMetadataURIUpdated is a free log retrieval operation binding the contract event 0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090.
⋮----
// Solidity: event OperatorMetadataURIUpdated(address indexed operator, string metadataURI)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterOperatorMetadataURIUpdated(opts *bind.FilterOpts, operator []common.Address) (*ContractDelegationManagerOperatorMetadataURIUpdatedIterator, error)
⋮----
// WatchOperatorMetadataURIUpdated is a free log subscription operation binding the contract event 0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchOperatorMetadataURIUpdated(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerOperatorMetadataURIUpdated, operator []common.Address) (event.Subscription, error)
⋮----
// ParseOperatorMetadataURIUpdated is a log parse operation binding the contract event 0x02a919ed0e2acad1dd90f17ef2fa4ae5462ee1339170034a8531cca4b6708090.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseOperatorMetadataURIUpdated(log types.Log) (*ContractDelegationManagerOperatorMetadataURIUpdated, error)
⋮----
// ContractDelegationManagerOperatorRegisteredIterator is returned from FilterOperatorRegistered and is used to iterate over the raw logs and unpacked data for OperatorRegistered events raised by the ContractDelegationManager contract.
type ContractDelegationManagerOperatorRegisteredIterator struct {
	Event *ContractDelegationManagerOperatorRegistered // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerOperatorRegistered // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerOperatorRegistered represents a OperatorRegistered event raised by the ContractDelegationManager contract.
type ContractDelegationManagerOperatorRegistered struct {
	Operator        common.Address
	OperatorDetails IDelegationManagerOperatorDetails
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
Raw             types.Log // Blockchain specific contextual infos
⋮----
// FilterOperatorRegistered is a free log retrieval operation binding the contract event 0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2.
⋮----
// Solidity: event OperatorRegistered(address indexed operator, (address,address,uint32) operatorDetails)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterOperatorRegistered(opts *bind.FilterOpts, operator []common.Address) (*ContractDelegationManagerOperatorRegisteredIterator, error)
⋮----
// WatchOperatorRegistered is a free log subscription operation binding the contract event 0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchOperatorRegistered(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerOperatorRegistered, operator []common.Address) (event.Subscription, error)
⋮----
// ParseOperatorRegistered is a log parse operation binding the contract event 0x8e8485583a2310d41f7c82b9427d0bd49bad74bb9cff9d3402a29d8f9b28a0e2.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseOperatorRegistered(log types.Log) (*ContractDelegationManagerOperatorRegistered, error)
⋮----
// ContractDelegationManagerOperatorSharesDecreasedIterator is returned from FilterOperatorSharesDecreased and is used to iterate over the raw logs and unpacked data for OperatorSharesDecreased events raised by the ContractDelegationManager contract.
type ContractDelegationManagerOperatorSharesDecreasedIterator struct {
	Event *ContractDelegationManagerOperatorSharesDecreased // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerOperatorSharesDecreased // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerOperatorSharesDecreased represents a OperatorSharesDecreased event raised by the ContractDelegationManager contract.
type ContractDelegationManagerOperatorSharesDecreased struct {
	Operator common.Address
	Staker   common.Address
	Strategy common.Address
	Shares   *big.Int
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
Raw      types.Log // Blockchain specific contextual infos
⋮----
// FilterOperatorSharesDecreased is a free log retrieval operation binding the contract event 0x6909600037b75d7b4733aedd815442b5ec018a827751c832aaff64eba5d6d2dd.
⋮----
// Solidity: event OperatorSharesDecreased(address indexed operator, address staker, address strategy, uint256 shares)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterOperatorSharesDecreased(opts *bind.FilterOpts, operator []common.Address) (*ContractDelegationManagerOperatorSharesDecreasedIterator, error)
⋮----
// WatchOperatorSharesDecreased is a free log subscription operation binding the contract event 0x6909600037b75d7b4733aedd815442b5ec018a827751c832aaff64eba5d6d2dd.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchOperatorSharesDecreased(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerOperatorSharesDecreased, operator []common.Address) (event.Subscription, error)
⋮----
// ParseOperatorSharesDecreased is a log parse operation binding the contract event 0x6909600037b75d7b4733aedd815442b5ec018a827751c832aaff64eba5d6d2dd.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseOperatorSharesDecreased(log types.Log) (*ContractDelegationManagerOperatorSharesDecreased, error)
⋮----
// ContractDelegationManagerOperatorSharesIncreasedIterator is returned from FilterOperatorSharesIncreased and is used to iterate over the raw logs and unpacked data for OperatorSharesIncreased events raised by the ContractDelegationManager contract.
type ContractDelegationManagerOperatorSharesIncreasedIterator struct {
	Event *ContractDelegationManagerOperatorSharesIncreased // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerOperatorSharesIncreased // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerOperatorSharesIncreased represents a OperatorSharesIncreased event raised by the ContractDelegationManager contract.
type ContractDelegationManagerOperatorSharesIncreased struct {
	Operator common.Address
	Staker   common.Address
	Strategy common.Address
	Shares   *big.Int
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
// FilterOperatorSharesIncreased is a free log retrieval operation binding the contract event 0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c.
⋮----
// Solidity: event OperatorSharesIncreased(address indexed operator, address staker, address strategy, uint256 shares)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterOperatorSharesIncreased(opts *bind.FilterOpts, operator []common.Address) (*ContractDelegationManagerOperatorSharesIncreasedIterator, error)
⋮----
// WatchOperatorSharesIncreased is a free log subscription operation binding the contract event 0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchOperatorSharesIncreased(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerOperatorSharesIncreased, operator []common.Address) (event.Subscription, error)
⋮----
// ParseOperatorSharesIncreased is a log parse operation binding the contract event 0x1ec042c965e2edd7107b51188ee0f383e22e76179041ab3a9d18ff151405166c.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseOperatorSharesIncreased(log types.Log) (*ContractDelegationManagerOperatorSharesIncreased, error)
⋮----
// ContractDelegationManagerOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the ContractDelegationManager contract.
type ContractDelegationManagerOwnershipTransferredIterator struct {
	Event *ContractDelegationManagerOwnershipTransferred // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerOwnershipTransferred // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerOwnershipTransferred represents a OwnershipTransferred event raised by the ContractDelegationManager contract.
type ContractDelegationManagerOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}
⋮----
// FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
// Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractDelegationManagerOwnershipTransferredIterator, error)
⋮----
var previousOwnerRule []interface{}
⋮----
var newOwnerRule []interface{}
⋮----
// WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
⋮----
// ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseOwnershipTransferred(log types.Log) (*ContractDelegationManagerOwnershipTransferred, error)
⋮----
// ContractDelegationManagerPausedIterator is returned from FilterPaused and is used to iterate over the raw logs and unpacked data for Paused events raised by the ContractDelegationManager contract.
type ContractDelegationManagerPausedIterator struct {
	Event *ContractDelegationManagerPaused // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerPaused // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerPaused represents a Paused event raised by the ContractDelegationManager contract.
type ContractDelegationManagerPaused struct {
	Account         common.Address
	NewPausedStatus *big.Int
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
// FilterPaused is a free log retrieval operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
// Solidity: event Paused(address indexed account, uint256 newPausedStatus)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterPaused(opts *bind.FilterOpts, account []common.Address) (*ContractDelegationManagerPausedIterator, error)
⋮----
var accountRule []interface{}
⋮----
// WatchPaused is a free log subscription operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerPaused, account []common.Address) (event.Subscription, error)
⋮----
// ParsePaused is a log parse operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParsePaused(log types.Log) (*ContractDelegationManagerPaused, error)
⋮----
// ContractDelegationManagerPauserRegistrySetIterator is returned from FilterPauserRegistrySet and is used to iterate over the raw logs and unpacked data for PauserRegistrySet events raised by the ContractDelegationManager contract.
type ContractDelegationManagerPauserRegistrySetIterator struct {
	Event *ContractDelegationManagerPauserRegistrySet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerPauserRegistrySet // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerPauserRegistrySet represents a PauserRegistrySet event raised by the ContractDelegationManager contract.
type ContractDelegationManagerPauserRegistrySet struct {
	PauserRegistry    common.Address
	NewPauserRegistry common.Address
	Raw               types.Log // Blockchain specific contextual infos
}
⋮----
Raw               types.Log // Blockchain specific contextual infos
⋮----
// FilterPauserRegistrySet is a free log retrieval operation binding the contract event 0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6.
⋮----
// Solidity: event PauserRegistrySet(address pauserRegistry, address newPauserRegistry)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterPauserRegistrySet(opts *bind.FilterOpts) (*ContractDelegationManagerPauserRegistrySetIterator, error)
⋮----
// WatchPauserRegistrySet is a free log subscription operation binding the contract event 0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchPauserRegistrySet(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerPauserRegistrySet) (event.Subscription, error)
⋮----
// ParsePauserRegistrySet is a log parse operation binding the contract event 0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParsePauserRegistrySet(log types.Log) (*ContractDelegationManagerPauserRegistrySet, error)
⋮----
// ContractDelegationManagerStakerDelegatedIterator is returned from FilterStakerDelegated and is used to iterate over the raw logs and unpacked data for StakerDelegated events raised by the ContractDelegationManager contract.
type ContractDelegationManagerStakerDelegatedIterator struct {
	Event *ContractDelegationManagerStakerDelegated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerStakerDelegated // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerStakerDelegated represents a StakerDelegated event raised by the ContractDelegationManager contract.
type ContractDelegationManagerStakerDelegated struct {
	Staker   common.Address
	Operator common.Address
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
// FilterStakerDelegated is a free log retrieval operation binding the contract event 0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304.
⋮----
// Solidity: event StakerDelegated(address indexed staker, address indexed operator)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterStakerDelegated(opts *bind.FilterOpts, staker []common.Address, operator []common.Address) (*ContractDelegationManagerStakerDelegatedIterator, error)
⋮----
var stakerRule []interface{}
⋮----
// WatchStakerDelegated is a free log subscription operation binding the contract event 0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchStakerDelegated(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerStakerDelegated, staker []common.Address, operator []common.Address) (event.Subscription, error)
⋮----
// ParseStakerDelegated is a log parse operation binding the contract event 0xc3ee9f2e5fda98e8066a1f745b2df9285f416fe98cf2559cd21484b3d8743304.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseStakerDelegated(log types.Log) (*ContractDelegationManagerStakerDelegated, error)
⋮----
// ContractDelegationManagerStakerForceUndelegatedIterator is returned from FilterStakerForceUndelegated and is used to iterate over the raw logs and unpacked data for StakerForceUndelegated events raised by the ContractDelegationManager contract.
type ContractDelegationManagerStakerForceUndelegatedIterator struct {
	Event *ContractDelegationManagerStakerForceUndelegated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerStakerForceUndelegated // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerStakerForceUndelegated represents a StakerForceUndelegated event raised by the ContractDelegationManager contract.
type ContractDelegationManagerStakerForceUndelegated struct {
	Staker   common.Address
	Operator common.Address
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
// FilterStakerForceUndelegated is a free log retrieval operation binding the contract event 0xf0eddf07e6ea14f388b47e1e94a0f464ecbd9eed4171130e0fc0e99fb4030a8a.
⋮----
// Solidity: event StakerForceUndelegated(address indexed staker, address indexed operator)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterStakerForceUndelegated(opts *bind.FilterOpts, staker []common.Address, operator []common.Address) (*ContractDelegationManagerStakerForceUndelegatedIterator, error)
⋮----
// WatchStakerForceUndelegated is a free log subscription operation binding the contract event 0xf0eddf07e6ea14f388b47e1e94a0f464ecbd9eed4171130e0fc0e99fb4030a8a.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchStakerForceUndelegated(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerStakerForceUndelegated, staker []common.Address, operator []common.Address) (event.Subscription, error)
⋮----
// ParseStakerForceUndelegated is a log parse operation binding the contract event 0xf0eddf07e6ea14f388b47e1e94a0f464ecbd9eed4171130e0fc0e99fb4030a8a.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseStakerForceUndelegated(log types.Log) (*ContractDelegationManagerStakerForceUndelegated, error)
⋮----
// ContractDelegationManagerStakerUndelegatedIterator is returned from FilterStakerUndelegated and is used to iterate over the raw logs and unpacked data for StakerUndelegated events raised by the ContractDelegationManager contract.
type ContractDelegationManagerStakerUndelegatedIterator struct {
	Event *ContractDelegationManagerStakerUndelegated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerStakerUndelegated // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerStakerUndelegated represents a StakerUndelegated event raised by the ContractDelegationManager contract.
type ContractDelegationManagerStakerUndelegated struct {
	Staker   common.Address
	Operator common.Address
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
// FilterStakerUndelegated is a free log retrieval operation binding the contract event 0xfee30966a256b71e14bc0ebfc94315e28ef4a97a7131a9e2b7a310a73af44676.
⋮----
// Solidity: event StakerUndelegated(address indexed staker, address indexed operator)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterStakerUndelegated(opts *bind.FilterOpts, staker []common.Address, operator []common.Address) (*ContractDelegationManagerStakerUndelegatedIterator, error)
⋮----
// WatchStakerUndelegated is a free log subscription operation binding the contract event 0xfee30966a256b71e14bc0ebfc94315e28ef4a97a7131a9e2b7a310a73af44676.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchStakerUndelegated(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerStakerUndelegated, staker []common.Address, operator []common.Address) (event.Subscription, error)
⋮----
// ParseStakerUndelegated is a log parse operation binding the contract event 0xfee30966a256b71e14bc0ebfc94315e28ef4a97a7131a9e2b7a310a73af44676.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseStakerUndelegated(log types.Log) (*ContractDelegationManagerStakerUndelegated, error)
⋮----
// ContractDelegationManagerStrategyWithdrawalDelayBlocksSetIterator is returned from FilterStrategyWithdrawalDelayBlocksSet and is used to iterate over the raw logs and unpacked data for StrategyWithdrawalDelayBlocksSet events raised by the ContractDelegationManager contract.
type ContractDelegationManagerStrategyWithdrawalDelayBlocksSetIterator struct {
	Event *ContractDelegationManagerStrategyWithdrawalDelayBlocksSet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerStrategyWithdrawalDelayBlocksSet // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerStrategyWithdrawalDelayBlocksSet represents a StrategyWithdrawalDelayBlocksSet event raised by the ContractDelegationManager contract.
type ContractDelegationManagerStrategyWithdrawalDelayBlocksSet struct {
	Strategy      common.Address
	PreviousValue *big.Int
	NewValue      *big.Int
	Raw           types.Log // Blockchain specific contextual infos
}
⋮----
// FilterStrategyWithdrawalDelayBlocksSet is a free log retrieval operation binding the contract event 0x0e7efa738e8b0ce6376a0c1af471655540d2e9a81647d7b09ed823018426576d.
⋮----
// Solidity: event StrategyWithdrawalDelayBlocksSet(address strategy, uint256 previousValue, uint256 newValue)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterStrategyWithdrawalDelayBlocksSet(opts *bind.FilterOpts) (*ContractDelegationManagerStrategyWithdrawalDelayBlocksSetIterator, error)
⋮----
// WatchStrategyWithdrawalDelayBlocksSet is a free log subscription operation binding the contract event 0x0e7efa738e8b0ce6376a0c1af471655540d2e9a81647d7b09ed823018426576d.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchStrategyWithdrawalDelayBlocksSet(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerStrategyWithdrawalDelayBlocksSet) (event.Subscription, error)
⋮----
// ParseStrategyWithdrawalDelayBlocksSet is a log parse operation binding the contract event 0x0e7efa738e8b0ce6376a0c1af471655540d2e9a81647d7b09ed823018426576d.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseStrategyWithdrawalDelayBlocksSet(log types.Log) (*ContractDelegationManagerStrategyWithdrawalDelayBlocksSet, error)
⋮----
// ContractDelegationManagerUnpausedIterator is returned from FilterUnpaused and is used to iterate over the raw logs and unpacked data for Unpaused events raised by the ContractDelegationManager contract.
type ContractDelegationManagerUnpausedIterator struct {
	Event *ContractDelegationManagerUnpaused // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerUnpaused // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerUnpaused represents a Unpaused event raised by the ContractDelegationManager contract.
type ContractDelegationManagerUnpaused struct {
	Account         common.Address
	NewPausedStatus *big.Int
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
// FilterUnpaused is a free log retrieval operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
// Solidity: event Unpaused(address indexed account, uint256 newPausedStatus)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterUnpaused(opts *bind.FilterOpts, account []common.Address) (*ContractDelegationManagerUnpausedIterator, error)
⋮----
// WatchUnpaused is a free log subscription operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerUnpaused, account []common.Address) (event.Subscription, error)
⋮----
// ParseUnpaused is a log parse operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseUnpaused(log types.Log) (*ContractDelegationManagerUnpaused, error)
⋮----
// ContractDelegationManagerWithdrawalCompletedIterator is returned from FilterWithdrawalCompleted and is used to iterate over the raw logs and unpacked data for WithdrawalCompleted events raised by the ContractDelegationManager contract.
type ContractDelegationManagerWithdrawalCompletedIterator struct {
	Event *ContractDelegationManagerWithdrawalCompleted // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerWithdrawalCompleted // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerWithdrawalCompleted represents a WithdrawalCompleted event raised by the ContractDelegationManager contract.
type ContractDelegationManagerWithdrawalCompleted struct {
	WithdrawalRoot [32]byte
	Raw            types.Log // Blockchain specific contextual infos
}
⋮----
Raw            types.Log // Blockchain specific contextual infos
⋮----
// FilterWithdrawalCompleted is a free log retrieval operation binding the contract event 0xc97098c2f658800b4df29001527f7324bcdffcf6e8751a699ab920a1eced5b1d.
⋮----
// Solidity: event WithdrawalCompleted(bytes32 withdrawalRoot)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterWithdrawalCompleted(opts *bind.FilterOpts) (*ContractDelegationManagerWithdrawalCompletedIterator, error)
⋮----
// WatchWithdrawalCompleted is a free log subscription operation binding the contract event 0xc97098c2f658800b4df29001527f7324bcdffcf6e8751a699ab920a1eced5b1d.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchWithdrawalCompleted(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerWithdrawalCompleted) (event.Subscription, error)
⋮----
// ParseWithdrawalCompleted is a log parse operation binding the contract event 0xc97098c2f658800b4df29001527f7324bcdffcf6e8751a699ab920a1eced5b1d.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseWithdrawalCompleted(log types.Log) (*ContractDelegationManagerWithdrawalCompleted, error)
⋮----
// ContractDelegationManagerWithdrawalQueuedIterator is returned from FilterWithdrawalQueued and is used to iterate over the raw logs and unpacked data for WithdrawalQueued events raised by the ContractDelegationManager contract.
type ContractDelegationManagerWithdrawalQueuedIterator struct {
	Event *ContractDelegationManagerWithdrawalQueued // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractDelegationManagerWithdrawalQueued // Event containing the contract specifics and raw log
⋮----
// ContractDelegationManagerWithdrawalQueued represents a WithdrawalQueued event raised by the ContractDelegationManager contract.
type ContractDelegationManagerWithdrawalQueued struct {
	WithdrawalRoot [32]byte
	Withdrawal     IDelegationManagerWithdrawal
	Raw            types.Log // Blockchain specific contextual infos
}
⋮----
// FilterWithdrawalQueued is a free log retrieval operation binding the contract event 0x9009ab153e8014fbfb02f2217f5cde7aa7f9ad734ae85ca3ee3f4ca2fdd499f9.
⋮----
// Solidity: event WithdrawalQueued(bytes32 withdrawalRoot, (address,address,address,uint256,uint32,address[],uint256[]) withdrawal)
func (_ContractDelegationManager *ContractDelegationManagerFilterer) FilterWithdrawalQueued(opts *bind.FilterOpts) (*ContractDelegationManagerWithdrawalQueuedIterator, error)
⋮----
// WatchWithdrawalQueued is a free log subscription operation binding the contract event 0x9009ab153e8014fbfb02f2217f5cde7aa7f9ad734ae85ca3ee3f4ca2fdd499f9.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) WatchWithdrawalQueued(opts *bind.WatchOpts, sink chan<- *ContractDelegationManagerWithdrawalQueued) (event.Subscription, error)
⋮----
// ParseWithdrawalQueued is a log parse operation binding the contract event 0x9009ab153e8014fbfb02f2217f5cde7aa7f9ad734ae85ca3ee3f4ca2fdd499f9.
⋮----
func (_ContractDelegationManager *ContractDelegationManagerFilterer) ParseWithdrawalQueued(log types.Log) (*ContractDelegationManagerWithdrawalQueued, error)
````

## File: M2-contracts/bindings/EigenPod/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractEigenPod
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// BeaconChainProofsBalanceContainerProof is an auto generated low-level Go binding around an user-defined struct.
type BeaconChainProofsBalanceContainerProof struct {
	BalanceContainerRoot [32]byte
	Proof                []byte
}
⋮----
// BeaconChainProofsBalanceProof is an auto generated low-level Go binding around an user-defined struct.
type BeaconChainProofsBalanceProof struct {
	PubkeyHash  [32]byte
	BalanceRoot [32]byte
	Proof       []byte
}
⋮----
// BeaconChainProofsStateRootProof is an auto generated low-level Go binding around an user-defined struct.
type BeaconChainProofsStateRootProof struct {
	BeaconStateRoot [32]byte
	Proof           []byte
}
⋮----
// BeaconChainProofsValidatorProof is an auto generated low-level Go binding around an user-defined struct.
type BeaconChainProofsValidatorProof struct {
	ValidatorFields [][32]byte
	Proof           []byte
}
⋮----
// IEigenPodCheckpoint is an auto generated low-level Go binding around an user-defined struct.
type IEigenPodCheckpoint struct {
	BeaconBlockRoot   [32]byte
	ProofsRemaining   *big.Int
	PodBalanceGwei    uint64
	BalanceDeltasGwei *big.Int
}
⋮----
// IEigenPodValidatorInfo is an auto generated low-level Go binding around an user-defined struct.
type IEigenPodValidatorInfo struct {
	ValidatorIndex      uint64
	RestakedBalanceGwei uint64
	LastCheckpointedAt  uint64
	Status              uint8
}
⋮----
// ContractEigenPodMetaData contains all meta data concerning the ContractEigenPod contract.
var ContractEigenPodMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"_ethPOS\",\"type\":\"address\",\"internalType\":\"contractIETHPOSDeposit\"},{\"name\":\"_eigenPodManager\",\"type\":\"address\",\"internalType\":\"contractIEigenPodManager\"},{\"name\":\"_GENESIS_TIME\",\"type\":\"uint64\",\"internalType\":\"uint64\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"receive\",\"stateMutability\":\"payable\"},{\"type\":\"function\",\"name\":\"GENESIS_TIME\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint64\",\"internalType\":\"uint64\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"activeValidatorCount\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"checkpointBalanceExitedGwei\",\"inputs\":[{\"name\":\"\",\"type\":\"uint64\",\"internalType\":\"uint64\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint64\",\"internalType\":\"uint64\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"currentCheckpoint\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIEigenPod.Checkpoint\",\"components\":[{\"name\":\"beaconBlockRoot\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"proofsRemaining\",\"type\":\"uint24\",\"internalType\":\"uint24\"},{\"name\":\"podBalanceGwei\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"balanceDeltasGwei\",\"type\":\"int128\",\"internalType\":\"int128\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"currentCheckpointTimestamp\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint64\",\"internalType\":\"uint64\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"eigenPodManager\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIEigenPodManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"ethPOS\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIETHPOSDeposit\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getParentBlockRoot\",\"inputs\":[{\"name\":\"timestamp\",\"type\":\"uint64\",\"internalType\":\"uint64\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"initialize\",\"inputs\":[{\"name\":\"_podOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"lastCheckpointTimestamp\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint64\",\"internalType\":\"uint64\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"podOwner\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"proofSubmitter\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"recoverTokens\",\"inputs\":[{\"name\":\"tokenList\",\"type\":\"address[]\",\"internalType\":\"contractIERC20[]\"},{\"name\":\"amountsToWithdraw\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"},{\"name\":\"recipient\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setProofSubmitter\",\"inputs\":[{\"name\":\"newProofSubmitter\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"stake\",\"inputs\":[{\"name\":\"pubkey\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"signature\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"depositDataRoot\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[],\"stateMutability\":\"payable\"},{\"type\":\"function\",\"name\":\"startCheckpoint\",\"inputs\":[{\"name\":\"revertIfNoBalance\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"validatorPubkeyHashToInfo\",\"inputs\":[{\"name\":\"validatorPubkeyHash\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIEigenPod.ValidatorInfo\",\"components\":[{\"name\":\"validatorIndex\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"restakedBalanceGwei\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"lastCheckpointedAt\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"status\",\"type\":\"uint8\",\"internalType\":\"enumIEigenPod.VALIDATOR_STATUS\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"validatorPubkeyToInfo\",\"inputs\":[{\"name\":\"validatorPubkey\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIEigenPod.ValidatorInfo\",\"components\":[{\"name\":\"validatorIndex\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"restakedBalanceGwei\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"lastCheckpointedAt\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"status\",\"type\":\"uint8\",\"internalType\":\"enumIEigenPod.VALIDATOR_STATUS\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"validatorStatus\",\"inputs\":[{\"name\":\"validatorPubkey\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"enumIEigenPod.VALIDATOR_STATUS\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"validatorStatus\",\"inputs\":[{\"name\":\"pubkeyHash\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"enumIEigenPod.VALIDATOR_STATUS\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"verifyCheckpointProofs\",\"inputs\":[{\"name\":\"balanceContainerProof\",\"type\":\"tuple\",\"internalType\":\"structBeaconChainProofs.BalanceContainerProof\",\"components\":[{\"name\":\"balanceContainerRoot\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"proof\",\"type\":\"bytes\",\"internalType\":\"bytes\"}]},{\"name\":\"proofs\",\"type\":\"tuple[]\",\"internalType\":\"structBeaconChainProofs.BalanceProof[]\",\"components\":[{\"name\":\"pubkeyHash\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"balanceRoot\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"proof\",\"type\":\"bytes\",\"internalType\":\"bytes\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"verifyStaleBalance\",\"inputs\":[{\"name\":\"beaconTimestamp\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"stateRootProof\",\"type\":\"tuple\",\"internalType\":\"structBeaconChainProofs.StateRootProof\",\"components\":[{\"name\":\"beaconStateRoot\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"proof\",\"type\":\"bytes\",\"internalType\":\"bytes\"}]},{\"name\":\"proof\",\"type\":\"tuple\",\"internalType\":\"structBeaconChainProofs.ValidatorProof\",\"components\":[{\"name\":\"validatorFields\",\"type\":\"bytes32[]\",\"internalType\":\"bytes32[]\"},{\"name\":\"proof\",\"type\":\"bytes\",\"internalType\":\"bytes\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"verifyWithdrawalCredentials\",\"inputs\":[{\"name\":\"beaconTimestamp\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"stateRootProof\",\"type\":\"tuple\",\"internalType\":\"structBeaconChainProofs.StateRootProof\",\"components\":[{\"name\":\"beaconStateRoot\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"proof\",\"type\":\"bytes\",\"internalType\":\"bytes\"}]},{\"name\":\"validatorIndices\",\"type\":\"uint40[]\",\"internalType\":\"uint40[]\"},{\"name\":\"validatorFieldsProofs\",\"type\":\"bytes[]\",\"internalType\":\"bytes[]\"},{\"name\":\"validatorFields\",\"type\":\"bytes32[][]\",\"internalType\":\"bytes32[][]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"withdrawRestakedBeaconChainETH\",\"inputs\":[{\"name\":\"recipient\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"amountWei\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"withdrawableRestakedExecutionLayerGwei\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint64\",\"internalType\":\"uint64\"}],\"stateMutability\":\"view\"},{\"type\":\"event\",\"name\":\"CheckpointCreated\",\"inputs\":[{\"name\":\"checkpointTimestamp\",\"type\":\"uint64\",\"indexed\":true,\"internalType\":\"uint64\"},{\"name\":\"beaconBlockRoot\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"validatorCount\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"CheckpointFinalized\",\"inputs\":[{\"name\":\"checkpointTimestamp\",\"type\":\"uint64\",\"indexed\":true,\"internalType\":\"uint64\"},{\"name\":\"totalShareDeltaWei\",\"type\":\"int256\",\"indexed\":false,\"internalType\":\"int256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"EigenPodStaked\",\"inputs\":[{\"name\":\"pubkey\",\"type\":\"bytes\",\"indexed\":false,\"internalType\":\"bytes\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"NonBeaconChainETHReceived\",\"inputs\":[{\"name\":\"amountReceived\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"ProofSubmitterUpdated\",\"inputs\":[{\"name\":\"prevProofSubmitter\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"newProofSubmitter\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"RestakedBeaconChainETHWithdrawn\",\"inputs\":[{\"name\":\"recipient\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"ValidatorBalanceUpdated\",\"inputs\":[{\"name\":\"validatorIndex\",\"type\":\"uint40\",\"indexed\":false,\"internalType\":\"uint40\"},{\"name\":\"balanceTimestamp\",\"type\":\"uint64\",\"indexed\":false,\"internalType\":\"uint64\"},{\"name\":\"newValidatorBalanceGwei\",\"type\":\"uint64\",\"indexed\":false,\"internalType\":\"uint64\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"ValidatorCheckpointed\",\"inputs\":[{\"name\":\"checkpointTimestamp\",\"type\":\"uint64\",\"indexed\":true,\"internalType\":\"uint64\"},{\"name\":\"validatorIndex\",\"type\":\"uint40\",\"indexed\":true,\"internalType\":\"uint40\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"ValidatorRestaked\",\"inputs\":[{\"name\":\"validatorIndex\",\"type\":\"uint40\",\"indexed\":false,\"internalType\":\"uint40\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"ValidatorWithdrawn\",\"inputs\":[{\"name\":\"checkpointTimestamp\",\"type\":\"uint64\",\"indexed\":true,\"internalType\":\"uint64\"},{\"name\":\"validatorIndex\",\"type\":\"uint40\",\"indexed\":true,\"internalType\":\"uint40\"}],\"anonymous\":false}]",
	Bin: "0x60e06040523480156200001157600080fd5b5060405162004ad038038062004ad0833981016040819052620000349162000142565b6001600160a01b03808416608052821660a0526001600160401b03811660c0526200005e62000067565b505050620001a1565b600054610100900460ff1615620000d45760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b60005460ff908116101562000127576000805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b03811681146200013f57600080fd5b50565b6000806000606084860312156200015857600080fd5b8351620001658162000129565b6020850151909350620001788162000129565b60408501519092506001600160401b03811681146200019657600080fd5b809150509250925092565b60805160a05160c0516148b26200021e60003960006105ff0152600081816102bd0152818161063a015281816106ec01528181610abf01528181610d6c015281816110f40152818161119c0152818161143c015281816118db01528181611a8401526131250152600081816104b8015261126701526148b26000f3fe60806040526004361061016a5760003560e01c80636fcd0e53116100d1578063c49074421161008a578063dda3346c11610064578063dda3346c1461058d578063ee94d67c146105ad578063f074ba62146105cd578063f2882461146105ed57600080fd5b8063c49074421461052d578063c4d66de81461054d578063d06d55871461056d57600080fd5b80636fcd0e53146104425780637439841f1461046f57806374cdd798146104a657806388676cad146104da5780639b4e4634146104fa578063b522538a1461050d57600080fd5b80634665bcda116101235780634665bcda146102ab57806347d28372146102df57806352396a591461039f57806358753357146103d557806358eaee79146103f55780636c0d2d5a1461042257600080fd5b8063039157d2146101a95780630b18ff66146101cb5780632340e8d3146102085780633474aa161461022c5780633f65cf191461026457806342ecff2a1461028457600080fd5b366101a4576040513481527f6fdd3dbdb173299608c0aa9f368735857c8842b581f8389238bf05bd04b3bf499060200160405180910390a1005b600080fd5b3480156101b557600080fd5b506101c96101c4366004613b66565b610621565b005b3480156101d757600080fd5b506033546101eb906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b34801561021457600080fd5b5061021e60395481565b6040519081526020016101ff565b34801561023857600080fd5b5060345461024c906001600160401b031681565b6040516001600160401b0390911681526020016101ff565b34801561027057600080fd5b506101c961027f366004613c24565b610a67565b34801561029057600080fd5b50603a5461024c90600160401b90046001600160401b031681565b3480156102b757600080fd5b506101eb7f000000000000000000000000000000000000000000000000000000000000000081565b3480156102eb57600080fd5b5061035b6040805160808101825260008082526020820181905291810182905260608101919091525060408051608081018252603c548152603d5462ffffff811660208301526001600160401b03630100000082041692820192909252600160581b909104600f0b606082015290565b6040516101ff91908151815260208083015162ffffff16908201526040808301516001600160401b031690820152606091820151600f0b9181019190915260800190565b3480156103ab57600080fd5b5061024c6103ba366004613cf2565b603b602052600090815260409020546001600160401b031681565b3480156103e157600080fd5b50603e546101eb906001600160a01b031681565b34801561040157600080fd5b50610415610410366004613d4e565b610dd6565b6040516101ff9190613dc7565b34801561042e57600080fd5b5061021e61043d366004613cf2565b610e3b565b34801561044e57600080fd5b5061046261045d366004613dd5565b610fef565b6040516101ff9190613dee565b34801561047b57600080fd5b5061041561048a366004613dd5565b600090815260366020526040902054600160c01b900460ff1690565b3480156104b257600080fd5b506101eb7f000000000000000000000000000000000000000000000000000000000000000081565b3480156104e657600080fd5b506101c96104f5366004613e44565b61109c565b6101c9610508366004613e61565b611191565b34801561051957600080fd5b50610462610528366004613d4e565b61133e565b34801561053957600080fd5b506101c9610548366004613ef4565b611431565b34801561055957600080fd5b506101c9610568366004613f20565b61166e565b34801561057957600080fd5b506101c9610588366004613f20565b611805565b34801561059957600080fd5b506101c96105a8366004614011565b611898565b3480156105b957600080fd5b50603a5461024c906001600160401b031681565b3480156105d957600080fd5b506101c96105e83660046140e2565b611a6b565b3480156105f957600080fd5b5061024c7f000000000000000000000000000000000000000000000000000000000000000081565b604051635ac86ab760e01b8152600660048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa158015610689573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106ad919061414a565b156106d35760405162461bcd60e51b81526004016106ca90614167565b60405180910390fd5b604051635ac86ab760e01b8152600860048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa15801561073b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061075f919061414a565b1561077c5760405162461bcd60e51b81526004016106ca90614167565b60006107c261078b85806141c4565b80806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250611ebe92505050565b6000818152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff16600281111561083157610831613d8f565b600281111561084257610842613d8f565b81525050905080604001516001600160401b0316876001600160401b0316116108d5576040805162461bcd60e51b81526020600482015260248101919091527f456967656e506f642e7665726966795374616c6542616c616e63653a2070726f60448201527f6f66206973206f6c646572207468616e206c61737420636865636b706f696e7460648201526084016106ca565b6001816060015160028111156108ed576108ed613d8f565b146109575760405162461bcd60e51b815260206004820152603460248201527f456967656e506f642e7665726966795374616c6542616c616e63653a2076616c604482015273696461746f72206973206e6f742061637469766560601b60648201526084016106ca565b61099b61096486806141c4565b80806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250611ee292505050565b610a1f5760405162461bcd60e51b815260206004820152604960248201527f456967656e506f642e7665726966795374616c6542616c616e63653a2076616c60448201527f696461746f72206d75737420626520736c617368656420746f206265206d61726064820152686b6564207374616c6560b81b608482015260a4016106ca565b610a31610a2b88610e3b565b87611f0c565b610a548635610a4087806141c4565b610a4d60208a018a61420d565b8651612067565b610a5e600061227e565b50505050505050565b6033546001600160a01b0316331480610a8a5750603e546001600160a01b031633145b610aa65760405162461bcd60e51b81526004016106ca90614253565b604051635ac86ab760e01b8152600260048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa158015610b0e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b32919061414a565b15610b4f5760405162461bcd60e51b81526004016106ca90614167565b8584148015610b5d57508382145b610bed5760405162461bcd60e51b815260206004820152605560248201527f456967656e506f642e7665726966795769746864726177616c43726564656e7460448201527f69616c733a2076616c696461746f72496e646963657320616e642070726f6f666064820152740e640daeae6e840c4ca40e6c2daca40d8cadccee8d605b1b608482015260a4016106ca565b603a546001600160401b03600160401b9091048116908a1611610c8d5760405162461bcd60e51b815260206004820152604c60248201527f456967656e506f642e7665726966795769746864726177616c43726564656e7460448201527f69616c733a207370656369666965642074696d657374616d7020697320746f6f60648201526b0819985c881a5b881c185cdd60a21b608482015260a4016106ca565b610c9f610c998a610e3b565b89611f0c565b6000805b87811015610d4257610d248a358a8a84818110610cc257610cc26142c7565b9050602002016020810190610cd791906142dd565b898985818110610ce957610ce96142c7565b9050602002810190610cfb919061420d565b898987818110610d0d57610d0d6142c7565b9050602002810190610d1f91906141c4565b612514565b610d2e908361431a565b915080610d3a81614332565b915050610ca3565b5060335460405163030b147160e61b81526001600160a01b039182166004820152602481018390527f00000000000000000000000000000000000000000000000000000000000000009091169063c2c51c4090604401600060405180830381600087803b158015610db257600080fd5b505af1158015610dc6573d6000803e3d6000fd5b5050505050505050505050505050565b600080610e1884848080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250612afa92505050565b600090815260366020526040902054600160c01b900460ff169150505b92915050565b6000610e4a611fff600c61434d565b610e5d6001600160401b0384164261436c565b10610ec65760405162461bcd60e51b815260206004820152603360248201527f456967656e506f642e676574506172656e74426c6f636b526f6f743a2074696d604482015272657374616d70206f7574206f662072616e676560681b60648201526084016106ca565b604080516001600160401b03841660208201526000918291720f3df6d732807ef1319fb7b8bb8522d0beac02910160408051601f1981840301815290829052610f0e916143b3565b600060405180830381855afa9150503d8060008114610f49576040519150601f19603f3d011682016040523d82523d6000602084013e610f4e565b606091505b5091509150818015610f61575060008151115b610fd35760405162461bcd60e51b815260206004820152603860248201527f456967656e506f642e676574506172656e74426c6f636b526f6f743a20696e7660448201527f616c696420626c6f636b20726f6f742072657475726e6564000000000000000060648201526084016106ca565b80806020019051810190610fe791906143cf565b949350505050565b6110176040805160808101825260008082526020820181905291810182905290606082015290565b600082815260366020908152604091829020825160808101845281546001600160401b038082168352600160401b8204811694830194909452600160801b810490931693810193909352906060830190600160c01b900460ff16600281111561108257611082613d8f565b600281111561109357611093613d8f565b90525092915050565b6033546001600160a01b03163314806110bf5750603e546001600160a01b031633145b6110db5760405162461bcd60e51b81526004016106ca90614253565b604051635ac86ab760e01b8152600660048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa158015611143573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611167919061414a565b156111845760405162461bcd60e51b81526004016106ca90614167565b61118d8261227e565b5050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146111d95760405162461bcd60e51b81526004016106ca906143e8565b346801bc16d674ec800000146112655760405162461bcd60e51b8152602060048201526044602482018190527f456967656e506f642e7374616b653a206d75737420696e697469616c6c792073908201527f74616b6520666f7220616e792076616c696461746f72207769746820333220656064820152633a3432b960e11b608482015260a4016106ca565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663228951186801bc16d674ec80000087876112a8612bf4565b8888886040518863ffffffff1660e01b81526004016112cc9695949392919061448e565b6000604051808303818588803b1580156112e557600080fd5b505af11580156112f9573d6000803e3d6000fd5b50505050507f606865b7934a25d4aed43f6cdb426403353fa4b3009c4d228407474581b01e23858560405161132f9291906144dd565b60405180910390a15050505050565b6113666040805160808101825260008082526020820181905291810182905290606082015290565b603660006113a985858080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250612afa92505050565b81526020808201929092526040908101600020815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b81049094169281019290925290916060830190600160c01b900460ff16600281111561141657611416613d8f565b600281111561142757611427613d8f565b9052509392505050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146114795760405162461bcd60e51b81526004016106ca906143e8565b611487633b9aca0082614507565b156115115760405162461bcd60e51b815260206004820152604e60248201527f456967656e506f642e776974686472617752657374616b6564426561636f6e4360448201527f6861696e4554483a20616d6f756e74576569206d75737420626520612077686f60648201526d1b194811ddd95a48185b5bdd5b9d60921b608482015260a4016106ca565b6000611521633b9aca008361451b565b6034549091506001600160401b0390811690821611156115da5760405162461bcd60e51b815260206004820152606260248201527f456967656e506f642e776974686472617752657374616b6564426561636f6e4360448201527f6861696e4554483a20616d6f756e74477765692065786365656473207769746860648201527f6472617761626c6552657374616b6564457865637574696f6e4c617965724777608482015261656960f01b60a482015260c4016106ca565b603480548291906000906115f89084906001600160401b031661452f565b92506101000a8154816001600160401b0302191690836001600160401b03160217905550826001600160a01b03167f8947fd2ce07ef9cc302c4e8f0461015615d91ce851564839e91cc804c2f49d8e8360405161165791815260200190565b60405180910390a26116698383612c39565b505050565b600054610100900460ff161580801561168e5750600054600160ff909116105b806116a85750303b1580156116a8575060005460ff166001145b61170b5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016106ca565b6000805460ff19166001179055801561172e576000805461ff0019166101001790555b6001600160a01b0382166117a15760405162461bcd60e51b815260206004820152603460248201527f456967656e506f642e696e697469616c697a653a20706f644f776e65722063616044820152736e6e6f74206265207a65726f206164647265737360601b60648201526084016106ca565b603380546001600160a01b0319166001600160a01b038416179055801561118d576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15050565b6033546001600160a01b0316331461182f5760405162461bcd60e51b81526004016106ca90614557565b603e54604080516001600160a01b03928316815291831660208301527ffb8129080a19d34dceac04ba253fc50304dc86c729bd63cdca4a969ad19a5eac910160405180910390a1603e80546001600160a01b0319166001600160a01b0392909216919091179055565b6033546001600160a01b031633146118c25760405162461bcd60e51b81526004016106ca90614557565b604051635ac86ab760e01b8152600560048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa15801561192a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061194e919061414a565b1561196b5760405162461bcd60e51b81526004016106ca90614167565b82518451146119f65760405162461bcd60e51b815260206004820152604b60248201527f456967656e506f642e7265636f766572546f6b656e733a20746f6b656e4c697360448201527f7420616e6420616d6f756e7473546f5769746864726177206d7573742062652060648201526a0e6c2daca40d8cadccee8d60ab1b608482015260a4016106ca565b60005b8451811015611a6457611a5283858381518110611a1857611a186142c7565b6020026020010151878481518110611a3257611a326142c7565b60200260200101516001600160a01b0316612d529092919063ffffffff16565b80611a5c81614332565b9150506119f9565b5050505050565b604051635ac86ab760e01b8152600760048201819052907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635ac86ab790602401602060405180830381865afa158015611ad3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611af7919061414a565b15611b145760405162461bcd60e51b81526004016106ca90614167565b603a54600160401b90046001600160401b031680611bc05760405162461bcd60e51b815260206004820152605860248201527f456967656e506f642e766572696679436865636b706f696e7450726f6f66733a60448201527f206d75737420686176652061637469766520636865636b706f696e7420746f2060648201527f706572666f726d20636865636b706f696e742070726f6f660000000000000000608482015260a4016106ca565b60408051608081018252603c54808252603d5462ffffff811660208401526001600160401b03630100000082041693830193909352600160581b909204600f0b606082015290611c109087612da4565b6000805b85811015611e645736878783818110611c2f57611c2f6142c7565b9050602002810190611c41919061459f565b80356000908152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff166002811115611cb257611cb2613d8f565b6002811115611cc357611cc3613d8f565b9052509050600181606001516002811115611ce057611ce0613d8f565b14611cec575050611e52565b856001600160401b031681604001516001600160401b031610611d10575050611e52565b600080611d2083898e3587612f20565b602089018051929450909250611d35826145b5565b62ffffff16905250606087018051839190611d519083906145d4565b600f0b905250611d618187614623565b84356000908152603660209081526040918290208651815492880151938801516001600160401b03908116600160801b0267ffffffffffffffff60801b19958216600160401b026001600160801b0319909516919092161792909217928316821781556060870151939950869390929091839160ff60c01b1990911668ffffffffffffffffff60801b1990911617600160c01b836002811115611e0657611e06613d8f565b021790555050835160405164ffffffffff90911691506001600160401b038a16907fa91c59033c3423e18b54d0acecebb4972f9ea95aedf5f4cae3b677b02eaf3a3f90600090a3505050505b80611e5c81614332565b915050611c14565b506001600160401b038084166000908152603b6020526040812080548493919291611e9191859116614623565b92506101000a8154816001600160401b0302191690836001600160401b03160217905550610a5e82613042565b600081600081518110611ed357611ed36142c7565b60200260200101519050919050565b600081600381518110611ef757611ef76142c7565b60200260200101516000801b14159050919050565b611f186003602061434d565b611f25602083018361420d565b905014611f9a5760405162461bcd60e51b815260206004820152603d60248201527f426561636f6e436861696e50726f6f66732e7665726966795374617465526f6f60448201527f743a2050726f6f662068617320696e636f7272656374206c656e67746800000060648201526084016106ca565b611fea611faa602083018361420d565b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525086925050843590506003613249565b61118d5760405162461bcd60e51b815260206004820152604260248201527f426561636f6e436861696e50726f6f66732e7665726966795374617465526f6f60448201527f743a20496e76616c696420737461746520726f6f74206d65726b6c652070726f60648201526137b360f11b608482015260a4016106ca565b600884146120e25760405162461bcd60e51b815260206004820152604e602482015260008051602061485d83398151915260448201527f724669656c64733a2056616c696461746f72206669656c64732068617320696e60648201526d0c6dee4e4cac6e840d8cadccee8d60931b608482015260a4016106ca565b60056120f06028600161431a565b6120fa919061431a565b61210590602061434d565b82146121735760405162461bcd60e51b8152602060048201526043602482015260008051602061485d83398151915260448201527f724669656c64733a2050726f6f662068617320696e636f7272656374206c656e6064820152620cee8d60eb1b608482015260a4016106ca565b60006121b186868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061326192505050565b9050600064ffffffffff83166121c96028600161431a565b600b901b17905061221485858080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508c9250869150859050613249565b6122745760405162461bcd60e51b815260206004820152603d602482015260008051602061485d83398151915260448201527f724669656c64733a20496e76616c6964206d65726b6c652070726f6f6600000060648201526084016106ca565b5050505050505050565b603a54600160401b90046001600160401b03161561231f5760405162461bcd60e51b815260206004820152605260248201527f456967656e506f642e5f7374617274436865636b706f696e743a206d7573742060448201527f66696e6973682070726576696f757320636865636b706f696e74206265666f72606482015271329039ba30b93a34b7339030b737ba3432b960711b608482015260a4016106ca565b603a54426001600160401b03908116911614156123a45760405162461bcd60e51b815260206004820152603f60248201527f456967656e506f642e5f7374617274436865636b706f696e743a2063616e6e6f60448201527f7420636865636b706f696e7420747769636520696e206f6e6520626c6f636b0060648201526084016106ca565b6034546000906001600160401b03166123c1633b9aca004761451b565b6123cb919061452f565b90508180156123e157506001600160401b038116155b156124545760405162461bcd60e51b815260206004820152603d60248201527f456967656e506f642e5f7374617274436865636b706f696e743a206e6f20626160448201527f6c616e636520617661696c61626c6520746f20636865636b706f696e7400000060648201526084016106ca565b6000604051806080016040528061246a42610e3b565b815260200160395462ffffff168152602001836001600160401b031681526020016000600f0b815250905042603a60086101000a8154816001600160401b0302191690836001600160401b031602179055506124c581613042565b805160208083015160405162ffffff90911681526001600160401b034216917f575796133bbed337e5b39aa49a30dc2556a91e0c6c2af4b7b886ae77ebef1076910160405180910390a3505050565b600080612553848480806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250611ebe92505050565b6000818152603660209081526040808320815160808101835281546001600160401b038082168352600160401b8204811695830195909552600160801b8104909416928101929092529394509192906060830190600160c01b900460ff1660028111156125c2576125c2613d8f565b60028111156125d3576125d3613d8f565b90525090506000816060015160028111156125f0576125f0613d8f565b146126815760405162461bcd60e51b8152602060048201526061602482015260008051602061483d83398151915260448201527f7469616c733a2076616c696461746f72206d75737420626520696e616374697660648201527f6520746f2070726f7665207769746864726177616c2063726564656e7469616c6084820152607360f81b60a482015260c4016106ca565b6001600160401b0380166126c786868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061350e92505050565b6001600160401b031614156127505760405162461bcd60e51b8152602060048201526055602482015260008051602061483d83398151915260448201527f7469616c733a2076616c696461746f72206d75737420626520696e207468652060648201527470726f63657373206f662061637469766174696e6760581b608482015260a4016106ca565b6001600160401b03801661279686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061353392505050565b6001600160401b03161461280e5760405162461bcd60e51b81526020600482015260446024820181905260008051602061483d833981519152908201527f7469616c733a2076616c696461746f72206d757374206e6f742062652065786960648201526374696e6760e01b608482015260a4016106ca565b612816612bf4565b61281f9061464e565b61285b86868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061354b92505050565b146128ca5760405162461bcd60e51b8152602060048201526045602482015260008051602061483d83398151915260448201527f7469616c733a2070726f6f66206973206e6f7420666f72207468697320456967606482015264195b941bd960da1b608482015260a4016106ca565b600061290886868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061356092505050565b90506129188a87878b8b8e612067565b6039805490600061292883614332565b9091555050603a54600090600160401b90046001600160401b03161561296057603a54600160401b90046001600160401b031661296d565b603a546001600160401b03165b6040805160808101825264ffffffffff8d1681526001600160401b03858116602083015283169181019190915290915060608101600190526000858152603660209081526040918290208351815492850151938501516001600160401b03908116600160801b0267ffffffffffffffff60801b19958216600160401b026001600160801b031990951691909216179290921792831682178155606084015190929091839160ff60c01b1990911668ffffffffffffffffff60801b1990911617600160c01b836002811115612a4357612a43613d8f565b02179055505060405164ffffffffff8c1681527f2d0800bbc377ea54a08c5db6a87aafff5e3e9c8fead0eda110e40e0c10441449915060200160405180910390a16040805164ffffffffff8c1681526001600160401b03838116602083015284168183015290517f0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df9181900360600190a1612aeb633b9aca006001600160401b03841661434d565b9b9a5050505050505050505050565b60008151603014612b835760405162461bcd60e51b815260206004820152604760248201527f456967656e506f642e5f63616c63756c61746556616c696461746f725075626b60448201527f657948617368206d75737420626520612034382d6279746520424c53207075626064820152666c6963206b657960c81b608482015260a4016106ca565b604051600290612b9a908490600090602001614672565b60408051601f1981840301815290829052612bb4916143b3565b602060405180830381855afa158015612bd1573d6000803e3d6000fd5b5050506040513d601f19601f82011682018060405250810190610e3591906143cf565b60408051600160f81b60208201526000602182015230606090811b6bffffffffffffffffffffffff1916602c8301529101604051602081830303815290604052905090565b80471015612c895760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a20696e73756666696369656e742062616c616e636500000060448201526064016106ca565b6000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114612cd6576040519150601f19603f3d011682016040523d82523d6000602084013e612cdb565b606091505b50509050806116695760405162461bcd60e51b815260206004820152603a60248201527f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260448201527f6563697069656e74206d6179206861766520726576657274656400000000000060648201526084016106ca565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663a9059cbb60e01b179052611669908490613578565b612db06005600361431a565b612dbb90602061434d565b612dc8602083018361420d565b905014612e4b5760405162461bcd60e51b8152602060048201526044602482018190527f426561636f6e436861696e50726f6f66732e76657269667942616c616e636543908201527f6f6e7461696e65723a2050726f6f662068617320696e636f7272656374206c656064820152630dccee8d60e31b608482015260a4016106ca565b606c612e9c612e5d602084018461420d565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250879250508535905084613249565b6116695760405162461bcd60e51b815260206004820152604960248201527f426561636f6e436861696e50726f6f66732e76657269667942616c616e63654360448201527f6f6e7461696e65723a20696e76616c69642062616c616e636520636f6e7461696064820152683732b910383937b7b360b91b608482015260a4016106ca565b83516020850151600091829182612f3887848861364a565b9050816001600160401b0316816001600160401b031614612fb257612f5d81836137c1565b6040805164ffffffffff861681526001600160401b038b8116602083015284168183015290519196507f0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df919081900360600190a15b6001600160401b0380821660208b0181905290891660408b01526130365760398054906000612fe0836146a1565b9091555050600260608a0152612ff5856146b8565b93508264ffffffffff16886001600160401b03167f2a02361ffa66cf2c2da4682c2355a6adcaa9f6c227b6e6563e68480f9587626a60405160405180910390a35b50505094509492505050565b602081015162ffffff166131c9576000633b9aca00826060015183604001516001600160401b031661307491906145d4565b600f0b61308191906146df565b60408301516034805492935090916000906130a69084906001600160401b0316614623565b82546101009290920a6001600160401b03818102199093169183160217909155603a8054600160401b81049092166001600160801b0319909216919091179055506000603c55603d80546001600160d81b031916905560335460405163030b147160e61b81526001600160a01b039182166004820152602481018390527f00000000000000000000000000000000000000000000000000000000000000009091169063c2c51c4090604401600060405180830381600087803b15801561316b57600080fd5b505af115801561317f573d6000803e3d6000fd5b5050603a546040518481526001600160401b0390911692507f525408c201bc1576eb44116f6478f1c2a54775b19a043bcfdc708364f74f8e44915060200160405180910390a25050565b8051603c556020810151603d8054604084015160608501516fffffffffffffffffffffffffffffffff16600160581b026fffffffffffffffffffffffffffffffff60581b196001600160401b039092166301000000026affffffffffffffffffffff1990931662ffffff9095169490941791909117169190911790555b50565b6000836132578685856137d9565b1495945050505050565b60008060028351613272919061451b565b90506000816001600160401b0381111561328e5761328e613f3d565b6040519080825280602002602001820160405280156132b7578160200160208202803683370190505b50905060005b828110156133be576002856132d2838361434d565b815181106132e2576132e26142c7565b6020026020010151868360026132f8919061434d565b61330390600161431a565b81518110613313576133136142c7565b6020026020010151604051602001613335929190918252602082015260400190565b60408051601f198184030181529082905261334f916143b3565b602060405180830381855afa15801561336c573d6000803e3d6000fd5b5050506040513d601f19601f8201168201806040525081019061338f91906143cf565b8282815181106133a1576133a16142c7565b6020908102919091010152806133b681614332565b9150506132bd565b506133ca60028361451b565b91505b81156134ea5760005b828110156134d7576002826133eb838361434d565b815181106133fb576133fb6142c7565b602002602001015183836002613411919061434d565b61341c90600161431a565b8151811061342c5761342c6142c7565b602002602001015160405160200161344e929190918252602082015260400190565b60408051601f1981840301815290829052613468916143b3565b602060405180830381855afa158015613485573d6000803e3d6000fd5b5050506040513d601f19601f820116820180604052508101906134a891906143cf565b8282815181106134ba576134ba6142c7565b6020908102919091010152806134cf81614332565b9150506133d6565b506134e360028361451b565b91506133cd565b806000815181106134fd576134fd6142c7565b602002602001015192505050919050565b6000610e3582600581518110613526576135266142c7565b6020026020010151613925565b6000610e3582600681518110613526576135266142c7565b600081600181518110611ed357611ed36142c7565b6000610e3582600281518110613526576135266142c7565b60006135cd826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b031661398c9092919063ffffffff16565b80519091501561166957808060200190518101906135eb919061414a565b6116695760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b60648201526084016106ca565b60006136586026600161431a565b61366390602061434d565b613670604084018461420d565b9050146136e15760405162461bcd60e51b81526020600482015260446024820181905260008051602061485d833981519152908201527f7242616c616e63653a2050726f6f662068617320696e636f7272656374206c656064820152630dccee8d60e31b608482015260a4016106ca565b60006136ee600485614764565b64ffffffffff169050613748613707604085018561420d565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508992505050602086013584613249565b6137a85760405162461bcd60e51b815260206004820152603e602482015260008051602061485d83398151915260448201527f7242616c616e63653a20496e76616c6964206d65726b6c652070726f6f66000060648201526084016106ca565b6137b683602001358561399b565b9150505b9392505050565b60006137ba6001600160401b03808416908516614788565b600083516000141580156137f85750602084516137f69190614507565b155b6138875760405162461bcd60e51b815260206004820152605460248201527f4d65726b6c652e70726f63657373496e636c7573696f6e50726f6f665368613260448201527f35363a2070726f6f66206c656e6774682073686f756c642062652061206e6f6e60648201527316bd32b9379036bab63a34b836329037b310199960611b608482015260a4016106ca565b604080516020808201909252848152905b8551811161391b576138ab600285614507565b6138de578151600052808601516020526020826040600060026107d05a03fa6138d357600080fd5b600284049350613909565b8086015160005281516020526020826040600060026107d05a03fa61390257600080fd5b6002840493505b61391460208261431a565b9050613898565b5051949350505050565b60f881901c60e882901c61ff00161760d882901c62ff0000161760c882901c63ff000000161764ff0000000060b883901c161765ff000000000060a883901c161766ff000000000000609883901c161767ff0000000000000060889290921c919091161790565b6060610fe784846000856139c8565b6000806139a96004846147d8565b6139b49060406147fc565b64ffffffffff169050610fe784821b613925565b606082471015613a295760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b60648201526084016106ca565b6001600160a01b0385163b613a805760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016106ca565b600080866001600160a01b03168587604051613a9c91906143b3565b60006040518083038185875af1925050503d8060008114613ad9576040519150601f19603f3d011682016040523d82523d6000602084013e613ade565b606091505b5091509150613aee828286613af9565b979650505050505050565b60608315613b085750816137ba565b825115613b185782518084602001fd5b8160405162461bcd60e51b81526004016106ca9190614829565b80356001600160401b0381168114613b4957600080fd5b919050565b600060408284031215613b6057600080fd5b50919050565b600080600060608486031215613b7b57600080fd5b613b8484613b32565b925060208401356001600160401b0380821115613ba057600080fd5b613bac87838801613b4e565b93506040860135915080821115613bc257600080fd5b50613bcf86828701613b4e565b9150509250925092565b60008083601f840112613beb57600080fd5b5081356001600160401b03811115613c0257600080fd5b6020830191508360208260051b8501011115613c1d57600080fd5b9250929050565b60008060008060008060008060a0898b031215613c4057600080fd5b613c4989613b32565b975060208901356001600160401b0380821115613c6557600080fd5b613c718c838d01613b4e565b985060408b0135915080821115613c8757600080fd5b613c938c838d01613bd9565b909850965060608b0135915080821115613cac57600080fd5b613cb88c838d01613bd9565b909650945060808b0135915080821115613cd157600080fd5b50613cde8b828c01613bd9565b999c989b5096995094979396929594505050565b600060208284031215613d0457600080fd5b6137ba82613b32565b60008083601f840112613d1f57600080fd5b5081356001600160401b03811115613d3657600080fd5b602083019150836020828501011115613c1d57600080fd5b60008060208385031215613d6157600080fd5b82356001600160401b03811115613d7757600080fd5b613d8385828601613d0d565b90969095509350505050565b634e487b7160e01b600052602160045260246000fd5b60038110613dc357634e487b7160e01b600052602160045260246000fd5b9052565b60208101610e358284613da5565b600060208284031215613de757600080fd5b5035919050565b60006080820190506001600160401b03808451168352806020850151166020840152806040850151166040840152506060830151613e2f6060840182613da5565b5092915050565b801515811461324657600080fd5b600060208284031215613e5657600080fd5b81356137ba81613e36565b600080600080600060608688031215613e7957600080fd5b85356001600160401b0380821115613e9057600080fd5b613e9c89838a01613d0d565b90975095506020880135915080821115613eb557600080fd5b50613ec288828901613d0d565b96999598509660400135949350505050565b6001600160a01b038116811461324657600080fd5b8035613b4981613ed4565b60008060408385031215613f0757600080fd5b8235613f1281613ed4565b946020939093013593505050565b600060208284031215613f3257600080fd5b81356137ba81613ed4565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f191681016001600160401b0381118282101715613f7b57613f7b613f3d565b604052919050565b60006001600160401b03821115613f9c57613f9c613f3d565b5060051b60200190565b600082601f830112613fb757600080fd5b81356020613fcc613fc783613f83565b613f53565b82815260059290921b84018101918181019086841115613feb57600080fd5b8286015b848110156140065780358352918301918301613fef565b509695505050505050565b60008060006060848603121561402657600080fd5b83356001600160401b038082111561403d57600080fd5b818601915086601f83011261405157600080fd5b81356020614061613fc783613f83565b82815260059290921b8401810191818101908a84111561408057600080fd5b948201945b838610156140a757853561409881613ed4565b82529482019490820190614085565b975050870135925050808211156140bd57600080fd5b506140ca86828701613fa6565b9250506140d960408501613ee9565b90509250925092565b6000806000604084860312156140f757600080fd5b83356001600160401b038082111561410e57600080fd5b61411a87838801613b4e565b9450602086013591508082111561413057600080fd5b5061413d86828701613bd9565b9497909650939450505050565b60006020828403121561415c57600080fd5b81516137ba81613e36565b6020808252603e908201527f456967656e506f642e6f6e6c795768656e4e6f745061757365643a20696e646560408201527f782069732070617573656420696e20456967656e506f644d616e616765720000606082015260800190565b6000808335601e198436030181126141db57600080fd5b8301803591506001600160401b038211156141f557600080fd5b6020019150600581901b3603821315613c1d57600080fd5b6000808335601e1984360301811261422457600080fd5b8301803591506001600160401b0382111561423e57600080fd5b602001915036819003821315613c1d57600080fd5b6020808252604e908201527f456967656e506f642e6f6e6c794f776e65724f7250726f6f665375626d69747460408201527f65723a2063616c6c6572206973206e6f7420706f64206f776e6572206f72207060608201526d3937b7b31039bab136b4ba3a32b960911b608082015260a00190565b634e487b7160e01b600052603260045260246000fd5b6000602082840312156142ef57600080fd5b813564ffffffffff811681146137ba57600080fd5b634e487b7160e01b600052601160045260246000fd5b6000821982111561432d5761432d614304565b500190565b600060001982141561434657614346614304565b5060010190565b600081600019048311821515161561436757614367614304565b500290565b60008282101561437e5761437e614304565b500390565b60005b8381101561439e578181015183820152602001614386565b838111156143ad576000848401525b50505050565b600082516143c5818460208701614383565b9190910192915050565b6000602082840312156143e157600080fd5b5051919050565b60208082526031908201527f456967656e506f642e6f6e6c79456967656e506f644d616e616765723a206e6f6040820152703a1032b4b3b2b72837b226b0b730b3b2b960791b606082015260800190565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6000815180845261447a816020860160208601614383565b601f01601f19169290920160200192915050565b6080815260006144a260808301888a614439565b82810360208401526144b48188614462565b905082810360408401526144c9818688614439565b915050826060830152979650505050505050565b602081526000610fe7602083018486614439565b634e487b7160e01b600052601260045260246000fd5b600082614516576145166144f1565b500690565b60008261452a5761452a6144f1565b500490565b60006001600160401b038381169083168181101561454f5761454f614304565b039392505050565b60208082526028908201527f456967656e506f642e6f6e6c79456967656e506f644f776e65723a206e6f74206040820152673837b227bbb732b960c11b606082015260800190565b60008235605e198336030181126143c557600080fd5b600062ffffff8216806145ca576145ca614304565b6000190192915050565b600081600f0b83600f0b600082128260016001607f1b03038213811516156145fe576145fe614304565b8260016001607f1b031903821281161561461a5761461a614304565b50019392505050565b60006001600160401b0380831681851680830382111561464557614645614304565b01949350505050565b80516020808301519190811015613b605760001960209190910360031b1b16919050565b60008351614684818460208801614383565b6001600160801b0319939093169190920190815260100192915050565b6000816146b0576146b0614304565b506000190190565b600081600f0b60016001607f1b03198114156146d6576146d6614304565b60000392915050565b60006001600160ff1b038184138284138082168684048611161561470557614705614304565b600160ff1b600087128281168783058912161561472457614724614304565b6000871292508782058712848416161561474057614740614304565b8785058712818416161561475657614756614304565b505050929093029392505050565b600064ffffffffff8084168061477c5761477c6144f1565b92169190910492915050565b600081600f0b83600f0b600081128160016001607f1b0319018312811516156147b3576147b3614304565b8160016001607f1b030183138116156147ce576147ce614304565b5090039392505050565b600064ffffffffff808416806147f0576147f06144f1565b92169190910692915050565b600064ffffffffff8083168185168183048111821515161561482057614820614304565b02949350505050565b6020815260006137ba602083018461446256fe456967656e506f642e5f7665726966795769746864726177616c43726564656e426561636f6e436861696e50726f6f66732e76657269667956616c696461746fa2646970667358221220f9f5d60682fdf4bd864fc835508826f6acc08906f8f542cf21a19958bf5c855064736f6c634300080c0033",
}
⋮----
// ContractEigenPodABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractEigenPodMetaData.ABI instead.
var ContractEigenPodABI = ContractEigenPodMetaData.ABI
⋮----
// ContractEigenPodBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractEigenPodMetaData.Bin instead.
var ContractEigenPodBin = ContractEigenPodMetaData.Bin
⋮----
// DeployContractEigenPod deploys a new Ethereum contract, binding an instance of ContractEigenPod to it.
func DeployContractEigenPod(auth *bind.TransactOpts, backend bind.ContractBackend, _ethPOS common.Address, _eigenPodManager common.Address, _GENESIS_TIME uint64) (common.Address, *types.Transaction, *ContractEigenPod, error)
⋮----
// ContractEigenPodMethods is an auto generated interface around an Ethereum contract.
type ContractEigenPodMethods interface {
	ContractEigenPodCalls
	ContractEigenPodTransacts
	ContractEigenPodFilters
}
⋮----
// ContractEigenPodCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractEigenPodCalls interface {
	GENESISTIME(opts *bind.CallOpts) (uint64, error)

	ActiveValidatorCount(opts *bind.CallOpts) (*big.Int, error)

	CheckpointBalanceExitedGwei(opts *bind.CallOpts, arg0 uint64) (uint64, error)

	CurrentCheckpoint(opts *bind.CallOpts) (IEigenPodCheckpoint, error)

	CurrentCheckpointTimestamp(opts *bind.CallOpts) (uint64, error)

	EigenPodManager(opts *bind.CallOpts) (common.Address, error)

	EthPOS(opts *bind.CallOpts) (common.Address, error)

	GetParentBlockRoot(opts *bind.CallOpts, timestamp uint64) ([32]byte, error)

	LastCheckpointTimestamp(opts *bind.CallOpts) (uint64, error)

	PodOwner(opts *bind.CallOpts) (common.Address, error)

	ProofSubmitter(opts *bind.CallOpts) (common.Address, error)

	ValidatorPubkeyHashToInfo(opts *bind.CallOpts, validatorPubkeyHash [32]byte) (IEigenPodValidatorInfo, error)

	ValidatorPubkeyToInfo(opts *bind.CallOpts, validatorPubkey []byte) (IEigenPodValidatorInfo, error)

	ValidatorStatus(opts *bind.CallOpts, validatorPubkey []byte) (uint8, error)

	ValidatorStatus0(opts *bind.CallOpts, pubkeyHash [32]byte) (uint8, error)

	WithdrawableRestakedExecutionLayerGwei(opts *bind.CallOpts) (uint64, error)
}
⋮----
// ContractEigenPodTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractEigenPodTransacts interface {
	Initialize(opts *bind.TransactOpts, _podOwner common.Address) (*types.Transaction, error)

	RecoverTokens(opts *bind.TransactOpts, tokenList []common.Address, amountsToWithdraw []*big.Int, recipient common.Address) (*types.Transaction, error)

	SetProofSubmitter(opts *bind.TransactOpts, newProofSubmitter common.Address) (*types.Transaction, error)

	Stake(opts *bind.TransactOpts, pubkey []byte, signature []byte, depositDataRoot [32]byte) (*types.Transaction, error)

	StartCheckpoint(opts *bind.TransactOpts, revertIfNoBalance bool) (*types.Transaction, error)

	VerifyCheckpointProofs(opts *bind.TransactOpts, balanceContainerProof BeaconChainProofsBalanceContainerProof, proofs []BeaconChainProofsBalanceProof) (*types.Transaction, error)

	VerifyStaleBalance(opts *bind.TransactOpts, beaconTimestamp uint64, stateRootProof BeaconChainProofsStateRootProof, proof BeaconChainProofsValidatorProof) (*types.Transaction, error)

	VerifyWithdrawalCredentials(opts *bind.TransactOpts, beaconTimestamp uint64, stateRootProof BeaconChainProofsStateRootProof, validatorIndices []*big.Int, validatorFieldsProofs [][]byte, validatorFields [][][32]byte) (*types.Transaction, error)

	WithdrawRestakedBeaconChainETH(opts *bind.TransactOpts, recipient common.Address, amountWei *big.Int) (*types.Transaction, error)
}
⋮----
// ContractEigenPodFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractEigenPodFilters interface {
	FilterCheckpointCreated(opts *bind.FilterOpts, checkpointTimestamp []uint64, beaconBlockRoot [][32]byte) (*ContractEigenPodCheckpointCreatedIterator, error)
	WatchCheckpointCreated(opts *bind.WatchOpts, sink chan<- *ContractEigenPodCheckpointCreated, checkpointTimestamp []uint64, beaconBlockRoot [][32]byte) (event.Subscription, error)
	ParseCheckpointCreated(log types.Log) (*ContractEigenPodCheckpointCreated, error)

	FilterCheckpointFinalized(opts *bind.FilterOpts, checkpointTimestamp []uint64) (*ContractEigenPodCheckpointFinalizedIterator, error)
	WatchCheckpointFinalized(opts *bind.WatchOpts, sink chan<- *ContractEigenPodCheckpointFinalized, checkpointTimestamp []uint64) (event.Subscription, error)
	ParseCheckpointFinalized(log types.Log) (*ContractEigenPodCheckpointFinalized, error)

	FilterEigenPodStaked(opts *bind.FilterOpts) (*ContractEigenPodEigenPodStakedIterator, error)
	WatchEigenPodStaked(opts *bind.WatchOpts, sink chan<- *ContractEigenPodEigenPodStaked) (event.Subscription, error)
	ParseEigenPodStaked(log types.Log) (*ContractEigenPodEigenPodStaked, error)

	FilterInitialized(opts *bind.FilterOpts) (*ContractEigenPodInitializedIterator, error)
	WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractEigenPodInitialized) (event.Subscription, error)
	ParseInitialized(log types.Log) (*ContractEigenPodInitialized, error)

	FilterNonBeaconChainETHReceived(opts *bind.FilterOpts) (*ContractEigenPodNonBeaconChainETHReceivedIterator, error)
	WatchNonBeaconChainETHReceived(opts *bind.WatchOpts, sink chan<- *ContractEigenPodNonBeaconChainETHReceived) (event.Subscription, error)
	ParseNonBeaconChainETHReceived(log types.Log) (*ContractEigenPodNonBeaconChainETHReceived, error)

	FilterProofSubmitterUpdated(opts *bind.FilterOpts) (*ContractEigenPodProofSubmitterUpdatedIterator, error)
	WatchProofSubmitterUpdated(opts *bind.WatchOpts, sink chan<- *ContractEigenPodProofSubmitterUpdated) (event.Subscription, error)
	ParseProofSubmitterUpdated(log types.Log) (*ContractEigenPodProofSubmitterUpdated, error)

	FilterRestakedBeaconChainETHWithdrawn(opts *bind.FilterOpts, recipient []common.Address) (*ContractEigenPodRestakedBeaconChainETHWithdrawnIterator, error)
	WatchRestakedBeaconChainETHWithdrawn(opts *bind.WatchOpts, sink chan<- *ContractEigenPodRestakedBeaconChainETHWithdrawn, recipient []common.Address) (event.Subscription, error)
	ParseRestakedBeaconChainETHWithdrawn(log types.Log) (*ContractEigenPodRestakedBeaconChainETHWithdrawn, error)

	FilterValidatorBalanceUpdated(opts *bind.FilterOpts) (*ContractEigenPodValidatorBalanceUpdatedIterator, error)
	WatchValidatorBalanceUpdated(opts *bind.WatchOpts, sink chan<- *ContractEigenPodValidatorBalanceUpdated) (event.Subscription, error)
	ParseValidatorBalanceUpdated(log types.Log) (*ContractEigenPodValidatorBalanceUpdated, error)

	FilterValidatorCheckpointed(opts *bind.FilterOpts, checkpointTimestamp []uint64, validatorIndex []*big.Int) (*ContractEigenPodValidatorCheckpointedIterator, error)
	WatchValidatorCheckpointed(opts *bind.WatchOpts, sink chan<- *ContractEigenPodValidatorCheckpointed, checkpointTimestamp []uint64, validatorIndex []*big.Int) (event.Subscription, error)
	ParseValidatorCheckpointed(log types.Log) (*ContractEigenPodValidatorCheckpointed, error)

	FilterValidatorRestaked(opts *bind.FilterOpts) (*ContractEigenPodValidatorRestakedIterator, error)
	WatchValidatorRestaked(opts *bind.WatchOpts, sink chan<- *ContractEigenPodValidatorRestaked) (event.Subscription, error)
	ParseValidatorRestaked(log types.Log) (*ContractEigenPodValidatorRestaked, error)

	FilterValidatorWithdrawn(opts *bind.FilterOpts, checkpointTimestamp []uint64, validatorIndex []*big.Int) (*ContractEigenPodValidatorWithdrawnIterator, error)
	WatchValidatorWithdrawn(opts *bind.WatchOpts, sink chan<- *ContractEigenPodValidatorWithdrawn, checkpointTimestamp []uint64, validatorIndex []*big.Int) (event.Subscription, error)
	ParseValidatorWithdrawn(log types.Log) (*ContractEigenPodValidatorWithdrawn, error)
}
⋮----
// ContractEigenPod is an auto generated Go binding around an Ethereum contract.
type ContractEigenPod struct {
	ContractEigenPodCaller     // Read-only binding to the contract
	ContractEigenPodTransactor // Write-only binding to the contract
	ContractEigenPodFilterer   // Log filterer for contract events
}
⋮----
ContractEigenPodCaller     // Read-only binding to the contract
ContractEigenPodTransactor // Write-only binding to the contract
ContractEigenPodFilterer   // Log filterer for contract events
⋮----
// ContractEigenPod implements the ContractEigenPodMethods interface.
var _ ContractEigenPodMethods = (*ContractEigenPod)(nil)
⋮----
// ContractEigenPodCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractEigenPodCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractEigenPodCaller implements the ContractEigenPodCalls interface.
var _ ContractEigenPodCalls = (*ContractEigenPodCaller)(nil)
⋮----
// ContractEigenPodTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractEigenPodTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractEigenPodTransactor implements the ContractEigenPodTransacts interface.
var _ ContractEigenPodTransacts = (*ContractEigenPodTransactor)(nil)
⋮----
// ContractEigenPodFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractEigenPodFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractEigenPodFilterer implements the ContractEigenPodFilters interface.
var _ ContractEigenPodFilters = (*ContractEigenPodFilterer)(nil)
⋮----
// ContractEigenPodSession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractEigenPodSession struct {
	Contract     *ContractEigenPod // Generic contract binding to set the session for
	CallOpts     bind.CallOpts     // Call options to use throughout this session
	TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractEigenPod // Generic contract binding to set the session for
CallOpts     bind.CallOpts     // Call options to use throughout this session
TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
⋮----
// ContractEigenPodCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractEigenPodCallerSession struct {
	Contract *ContractEigenPodCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts           // Call options to use throughout this session
}
⋮----
Contract *ContractEigenPodCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts           // Call options to use throughout this session
⋮----
// ContractEigenPodTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractEigenPodTransactorSession struct {
	Contract     *ContractEigenPodTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts           // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractEigenPodTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts           // Transaction auth options to use throughout this session
⋮----
// ContractEigenPodRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractEigenPodRaw struct {
	Contract *ContractEigenPod // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractEigenPod // Generic contract binding to access the raw methods on
⋮----
// ContractEigenPodCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractEigenPodCallerRaw struct {
	Contract *ContractEigenPodCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractEigenPodCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractEigenPodTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractEigenPodTransactorRaw struct {
	Contract *ContractEigenPodTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractEigenPodTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractEigenPod creates a new instance of ContractEigenPod, bound to a specific deployed contract.
func NewContractEigenPod(address common.Address, backend bind.ContractBackend) (*ContractEigenPod, error)
⋮----
// NewContractEigenPodCaller creates a new read-only instance of ContractEigenPod, bound to a specific deployed contract.
func NewContractEigenPodCaller(address common.Address, caller bind.ContractCaller) (*ContractEigenPodCaller, error)
⋮----
// NewContractEigenPodTransactor creates a new write-only instance of ContractEigenPod, bound to a specific deployed contract.
func NewContractEigenPodTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractEigenPodTransactor, error)
⋮----
// NewContractEigenPodFilterer creates a new log filterer instance of ContractEigenPod, bound to a specific deployed contract.
func NewContractEigenPodFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractEigenPodFilterer, error)
⋮----
// bindContractEigenPod binds a generic wrapper to an already deployed contract.
func bindContractEigenPod(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractEigenPod *ContractEigenPodRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractEigenPod *ContractEigenPodRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractEigenPod *ContractEigenPodRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// GENESISTIME is a free data retrieval call binding the contract method 0xf2882461.
//
// Solidity: function GENESIS_TIME() view returns(uint64)
func (_ContractEigenPod *ContractEigenPodCaller) GENESISTIME(opts *bind.CallOpts) (uint64, error)
⋮----
var out []interface{}
⋮----
// ActiveValidatorCount is a free data retrieval call binding the contract method 0x2340e8d3.
⋮----
// Solidity: function activeValidatorCount() view returns(uint256)
func (_ContractEigenPod *ContractEigenPodCaller) ActiveValidatorCount(opts *bind.CallOpts) (*big.Int, error)
⋮----
// CheckpointBalanceExitedGwei is a free data retrieval call binding the contract method 0x52396a59.
⋮----
// Solidity: function checkpointBalanceExitedGwei(uint64 ) view returns(uint64)
func (_ContractEigenPod *ContractEigenPodCaller) CheckpointBalanceExitedGwei(opts *bind.CallOpts, arg0 uint64) (uint64, error)
⋮----
// CurrentCheckpoint is a free data retrieval call binding the contract method 0x47d28372.
⋮----
// Solidity: function currentCheckpoint() view returns((bytes32,uint24,uint64,int128))
func (_ContractEigenPod *ContractEigenPodCaller) CurrentCheckpoint(opts *bind.CallOpts) (IEigenPodCheckpoint, error)
⋮----
// CurrentCheckpointTimestamp is a free data retrieval call binding the contract method 0x42ecff2a.
⋮----
// Solidity: function currentCheckpointTimestamp() view returns(uint64)
func (_ContractEigenPod *ContractEigenPodCaller) CurrentCheckpointTimestamp(opts *bind.CallOpts) (uint64, error)
⋮----
// EigenPodManager is a free data retrieval call binding the contract method 0x4665bcda.
⋮----
// Solidity: function eigenPodManager() view returns(address)
func (_ContractEigenPod *ContractEigenPodCaller) EigenPodManager(opts *bind.CallOpts) (common.Address, error)
⋮----
// EthPOS is a free data retrieval call binding the contract method 0x74cdd798.
⋮----
// Solidity: function ethPOS() view returns(address)
func (_ContractEigenPod *ContractEigenPodCaller) EthPOS(opts *bind.CallOpts) (common.Address, error)
⋮----
// GetParentBlockRoot is a free data retrieval call binding the contract method 0x6c0d2d5a.
⋮----
// Solidity: function getParentBlockRoot(uint64 timestamp) view returns(bytes32)
func (_ContractEigenPod *ContractEigenPodCaller) GetParentBlockRoot(opts *bind.CallOpts, timestamp uint64) ([32]byte, error)
⋮----
// LastCheckpointTimestamp is a free data retrieval call binding the contract method 0xee94d67c.
⋮----
// Solidity: function lastCheckpointTimestamp() view returns(uint64)
func (_ContractEigenPod *ContractEigenPodCaller) LastCheckpointTimestamp(opts *bind.CallOpts) (uint64, error)
⋮----
// PodOwner is a free data retrieval call binding the contract method 0x0b18ff66.
⋮----
// Solidity: function podOwner() view returns(address)
func (_ContractEigenPod *ContractEigenPodCaller) PodOwner(opts *bind.CallOpts) (common.Address, error)
⋮----
// ProofSubmitter is a free data retrieval call binding the contract method 0x58753357.
⋮----
// Solidity: function proofSubmitter() view returns(address)
func (_ContractEigenPod *ContractEigenPodCaller) ProofSubmitter(opts *bind.CallOpts) (common.Address, error)
⋮----
// ValidatorPubkeyHashToInfo is a free data retrieval call binding the contract method 0x6fcd0e53.
⋮----
// Solidity: function validatorPubkeyHashToInfo(bytes32 validatorPubkeyHash) view returns((uint64,uint64,uint64,uint8))
func (_ContractEigenPod *ContractEigenPodCaller) ValidatorPubkeyHashToInfo(opts *bind.CallOpts, validatorPubkeyHash [32]byte) (IEigenPodValidatorInfo, error)
⋮----
// ValidatorPubkeyToInfo is a free data retrieval call binding the contract method 0xb522538a.
⋮----
// Solidity: function validatorPubkeyToInfo(bytes validatorPubkey) view returns((uint64,uint64,uint64,uint8))
func (_ContractEigenPod *ContractEigenPodCaller) ValidatorPubkeyToInfo(opts *bind.CallOpts, validatorPubkey []byte) (IEigenPodValidatorInfo, error)
⋮----
// ValidatorStatus is a free data retrieval call binding the contract method 0x58eaee79.
⋮----
// Solidity: function validatorStatus(bytes validatorPubkey) view returns(uint8)
func (_ContractEigenPod *ContractEigenPodCaller) ValidatorStatus(opts *bind.CallOpts, validatorPubkey []byte) (uint8, error)
⋮----
// ValidatorStatus0 is a free data retrieval call binding the contract method 0x7439841f.
⋮----
// Solidity: function validatorStatus(bytes32 pubkeyHash) view returns(uint8)
func (_ContractEigenPod *ContractEigenPodCaller) ValidatorStatus0(opts *bind.CallOpts, pubkeyHash [32]byte) (uint8, error)
⋮----
// WithdrawableRestakedExecutionLayerGwei is a free data retrieval call binding the contract method 0x3474aa16.
⋮----
// Solidity: function withdrawableRestakedExecutionLayerGwei() view returns(uint64)
func (_ContractEigenPod *ContractEigenPodCaller) WithdrawableRestakedExecutionLayerGwei(opts *bind.CallOpts) (uint64, error)
⋮----
// Initialize is a paid mutator transaction binding the contract method 0xc4d66de8.
⋮----
// Solidity: function initialize(address _podOwner) returns()
func (_ContractEigenPod *ContractEigenPodTransactor) Initialize(opts *bind.TransactOpts, _podOwner common.Address) (*types.Transaction, error)
⋮----
// RecoverTokens is a paid mutator transaction binding the contract method 0xdda3346c.
⋮----
// Solidity: function recoverTokens(address[] tokenList, uint256[] amountsToWithdraw, address recipient) returns()
func (_ContractEigenPod *ContractEigenPodTransactor) RecoverTokens(opts *bind.TransactOpts, tokenList []common.Address, amountsToWithdraw []*big.Int, recipient common.Address) (*types.Transaction, error)
⋮----
// SetProofSubmitter is a paid mutator transaction binding the contract method 0xd06d5587.
⋮----
// Solidity: function setProofSubmitter(address newProofSubmitter) returns()
func (_ContractEigenPod *ContractEigenPodTransactor) SetProofSubmitter(opts *bind.TransactOpts, newProofSubmitter common.Address) (*types.Transaction, error)
⋮----
// Stake is a paid mutator transaction binding the contract method 0x9b4e4634.
⋮----
// Solidity: function stake(bytes pubkey, bytes signature, bytes32 depositDataRoot) payable returns()
func (_ContractEigenPod *ContractEigenPodTransactor) Stake(opts *bind.TransactOpts, pubkey []byte, signature []byte, depositDataRoot [32]byte) (*types.Transaction, error)
⋮----
// StartCheckpoint is a paid mutator transaction binding the contract method 0x88676cad.
⋮----
// Solidity: function startCheckpoint(bool revertIfNoBalance) returns()
func (_ContractEigenPod *ContractEigenPodTransactor) StartCheckpoint(opts *bind.TransactOpts, revertIfNoBalance bool) (*types.Transaction, error)
⋮----
// VerifyCheckpointProofs is a paid mutator transaction binding the contract method 0xf074ba62.
⋮----
// Solidity: function verifyCheckpointProofs((bytes32,bytes) balanceContainerProof, (bytes32,bytes32,bytes)[] proofs) returns()
func (_ContractEigenPod *ContractEigenPodTransactor) VerifyCheckpointProofs(opts *bind.TransactOpts, balanceContainerProof BeaconChainProofsBalanceContainerProof, proofs []BeaconChainProofsBalanceProof) (*types.Transaction, error)
⋮----
// VerifyStaleBalance is a paid mutator transaction binding the contract method 0x039157d2.
⋮----
// Solidity: function verifyStaleBalance(uint64 beaconTimestamp, (bytes32,bytes) stateRootProof, (bytes32[],bytes) proof) returns()
func (_ContractEigenPod *ContractEigenPodTransactor) VerifyStaleBalance(opts *bind.TransactOpts, beaconTimestamp uint64, stateRootProof BeaconChainProofsStateRootProof, proof BeaconChainProofsValidatorProof) (*types.Transaction, error)
⋮----
// VerifyWithdrawalCredentials is a paid mutator transaction binding the contract method 0x3f65cf19.
⋮----
// Solidity: function verifyWithdrawalCredentials(uint64 beaconTimestamp, (bytes32,bytes) stateRootProof, uint40[] validatorIndices, bytes[] validatorFieldsProofs, bytes32[][] validatorFields) returns()
func (_ContractEigenPod *ContractEigenPodTransactor) VerifyWithdrawalCredentials(opts *bind.TransactOpts, beaconTimestamp uint64, stateRootProof BeaconChainProofsStateRootProof, validatorIndices []*big.Int, validatorFieldsProofs [][]byte, validatorFields [][][32]byte) (*types.Transaction, error)
⋮----
// WithdrawRestakedBeaconChainETH is a paid mutator transaction binding the contract method 0xc4907442.
⋮----
// Solidity: function withdrawRestakedBeaconChainETH(address recipient, uint256 amountWei) returns()
func (_ContractEigenPod *ContractEigenPodTransactor) WithdrawRestakedBeaconChainETH(opts *bind.TransactOpts, recipient common.Address, amountWei *big.Int) (*types.Transaction, error)
⋮----
// Receive is a paid mutator transaction binding the contract receive function.
⋮----
// Solidity: receive() payable returns()
func (_ContractEigenPod *ContractEigenPodTransactor) Receive(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
return _ContractEigenPod.contract.RawTransact(opts, nil) // calldata is disallowed for receive function
⋮----
// ContractEigenPodCheckpointCreatedIterator is returned from FilterCheckpointCreated and is used to iterate over the raw logs and unpacked data for CheckpointCreated events raised by the ContractEigenPod contract.
type ContractEigenPodCheckpointCreatedIterator struct {
	Event *ContractEigenPodCheckpointCreated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodCheckpointCreated // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractEigenPodCheckpointCreatedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractEigenPodCheckpointCreatedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractEigenPodCheckpointCreatedIterator) Close() error
⋮----
// ContractEigenPodCheckpointCreated represents a CheckpointCreated event raised by the ContractEigenPod contract.
type ContractEigenPodCheckpointCreated struct {
	CheckpointTimestamp uint64
	BeaconBlockRoot     [32]byte
	ValidatorCount      *big.Int
	Raw                 types.Log // Blockchain specific contextual infos
}
⋮----
Raw                 types.Log // Blockchain specific contextual infos
⋮----
// FilterCheckpointCreated is a free log retrieval operation binding the contract event 0x575796133bbed337e5b39aa49a30dc2556a91e0c6c2af4b7b886ae77ebef1076.
⋮----
// Solidity: event CheckpointCreated(uint64 indexed checkpointTimestamp, bytes32 indexed beaconBlockRoot, uint256 validatorCount)
func (_ContractEigenPod *ContractEigenPodFilterer) FilterCheckpointCreated(opts *bind.FilterOpts, checkpointTimestamp []uint64, beaconBlockRoot [][32]byte) (*ContractEigenPodCheckpointCreatedIterator, error)
⋮----
var checkpointTimestampRule []interface{}
⋮----
var beaconBlockRootRule []interface{}
⋮----
// WatchCheckpointCreated is a free log subscription operation binding the contract event 0x575796133bbed337e5b39aa49a30dc2556a91e0c6c2af4b7b886ae77ebef1076.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) WatchCheckpointCreated(opts *bind.WatchOpts, sink chan<- *ContractEigenPodCheckpointCreated, checkpointTimestamp []uint64, beaconBlockRoot [][32]byte) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseCheckpointCreated is a log parse operation binding the contract event 0x575796133bbed337e5b39aa49a30dc2556a91e0c6c2af4b7b886ae77ebef1076.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) ParseCheckpointCreated(log types.Log) (*ContractEigenPodCheckpointCreated, error)
⋮----
// ContractEigenPodCheckpointFinalizedIterator is returned from FilterCheckpointFinalized and is used to iterate over the raw logs and unpacked data for CheckpointFinalized events raised by the ContractEigenPod contract.
type ContractEigenPodCheckpointFinalizedIterator struct {
	Event *ContractEigenPodCheckpointFinalized // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodCheckpointFinalized // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodCheckpointFinalized represents a CheckpointFinalized event raised by the ContractEigenPod contract.
type ContractEigenPodCheckpointFinalized struct {
	CheckpointTimestamp uint64
	TotalShareDeltaWei  *big.Int
	Raw                 types.Log // Blockchain specific contextual infos
}
⋮----
// FilterCheckpointFinalized is a free log retrieval operation binding the contract event 0x525408c201bc1576eb44116f6478f1c2a54775b19a043bcfdc708364f74f8e44.
⋮----
// Solidity: event CheckpointFinalized(uint64 indexed checkpointTimestamp, int256 totalShareDeltaWei)
func (_ContractEigenPod *ContractEigenPodFilterer) FilterCheckpointFinalized(opts *bind.FilterOpts, checkpointTimestamp []uint64) (*ContractEigenPodCheckpointFinalizedIterator, error)
⋮----
// WatchCheckpointFinalized is a free log subscription operation binding the contract event 0x525408c201bc1576eb44116f6478f1c2a54775b19a043bcfdc708364f74f8e44.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) WatchCheckpointFinalized(opts *bind.WatchOpts, sink chan<- *ContractEigenPodCheckpointFinalized, checkpointTimestamp []uint64) (event.Subscription, error)
⋮----
// ParseCheckpointFinalized is a log parse operation binding the contract event 0x525408c201bc1576eb44116f6478f1c2a54775b19a043bcfdc708364f74f8e44.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) ParseCheckpointFinalized(log types.Log) (*ContractEigenPodCheckpointFinalized, error)
⋮----
// ContractEigenPodEigenPodStakedIterator is returned from FilterEigenPodStaked and is used to iterate over the raw logs and unpacked data for EigenPodStaked events raised by the ContractEigenPod contract.
type ContractEigenPodEigenPodStakedIterator struct {
	Event *ContractEigenPodEigenPodStaked // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodEigenPodStaked // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodEigenPodStaked represents a EigenPodStaked event raised by the ContractEigenPod contract.
type ContractEigenPodEigenPodStaked struct {
	Pubkey []byte
	Raw    types.Log // Blockchain specific contextual infos
}
⋮----
Raw    types.Log // Blockchain specific contextual infos
⋮----
// FilterEigenPodStaked is a free log retrieval operation binding the contract event 0x606865b7934a25d4aed43f6cdb426403353fa4b3009c4d228407474581b01e23.
⋮----
// Solidity: event EigenPodStaked(bytes pubkey)
func (_ContractEigenPod *ContractEigenPodFilterer) FilterEigenPodStaked(opts *bind.FilterOpts) (*ContractEigenPodEigenPodStakedIterator, error)
⋮----
// WatchEigenPodStaked is a free log subscription operation binding the contract event 0x606865b7934a25d4aed43f6cdb426403353fa4b3009c4d228407474581b01e23.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) WatchEigenPodStaked(opts *bind.WatchOpts, sink chan<- *ContractEigenPodEigenPodStaked) (event.Subscription, error)
⋮----
// ParseEigenPodStaked is a log parse operation binding the contract event 0x606865b7934a25d4aed43f6cdb426403353fa4b3009c4d228407474581b01e23.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) ParseEigenPodStaked(log types.Log) (*ContractEigenPodEigenPodStaked, error)
⋮----
// ContractEigenPodInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the ContractEigenPod contract.
type ContractEigenPodInitializedIterator struct {
	Event *ContractEigenPodInitialized // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodInitialized // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodInitialized represents a Initialized event raised by the ContractEigenPod contract.
type ContractEigenPodInitialized struct {
	Version uint8
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
// Solidity: event Initialized(uint8 version)
func (_ContractEigenPod *ContractEigenPodFilterer) FilterInitialized(opts *bind.FilterOpts) (*ContractEigenPodInitializedIterator, error)
⋮----
// WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractEigenPodInitialized) (event.Subscription, error)
⋮----
// ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) ParseInitialized(log types.Log) (*ContractEigenPodInitialized, error)
⋮----
// ContractEigenPodNonBeaconChainETHReceivedIterator is returned from FilterNonBeaconChainETHReceived and is used to iterate over the raw logs and unpacked data for NonBeaconChainETHReceived events raised by the ContractEigenPod contract.
type ContractEigenPodNonBeaconChainETHReceivedIterator struct {
	Event *ContractEigenPodNonBeaconChainETHReceived // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodNonBeaconChainETHReceived // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodNonBeaconChainETHReceived represents a NonBeaconChainETHReceived event raised by the ContractEigenPod contract.
type ContractEigenPodNonBeaconChainETHReceived struct {
	AmountReceived *big.Int
	Raw            types.Log // Blockchain specific contextual infos
}
⋮----
Raw            types.Log // Blockchain specific contextual infos
⋮----
// FilterNonBeaconChainETHReceived is a free log retrieval operation binding the contract event 0x6fdd3dbdb173299608c0aa9f368735857c8842b581f8389238bf05bd04b3bf49.
⋮----
// Solidity: event NonBeaconChainETHReceived(uint256 amountReceived)
func (_ContractEigenPod *ContractEigenPodFilterer) FilterNonBeaconChainETHReceived(opts *bind.FilterOpts) (*ContractEigenPodNonBeaconChainETHReceivedIterator, error)
⋮----
// WatchNonBeaconChainETHReceived is a free log subscription operation binding the contract event 0x6fdd3dbdb173299608c0aa9f368735857c8842b581f8389238bf05bd04b3bf49.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) WatchNonBeaconChainETHReceived(opts *bind.WatchOpts, sink chan<- *ContractEigenPodNonBeaconChainETHReceived) (event.Subscription, error)
⋮----
// ParseNonBeaconChainETHReceived is a log parse operation binding the contract event 0x6fdd3dbdb173299608c0aa9f368735857c8842b581f8389238bf05bd04b3bf49.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) ParseNonBeaconChainETHReceived(log types.Log) (*ContractEigenPodNonBeaconChainETHReceived, error)
⋮----
// ContractEigenPodProofSubmitterUpdatedIterator is returned from FilterProofSubmitterUpdated and is used to iterate over the raw logs and unpacked data for ProofSubmitterUpdated events raised by the ContractEigenPod contract.
type ContractEigenPodProofSubmitterUpdatedIterator struct {
	Event *ContractEigenPodProofSubmitterUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodProofSubmitterUpdated // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodProofSubmitterUpdated represents a ProofSubmitterUpdated event raised by the ContractEigenPod contract.
type ContractEigenPodProofSubmitterUpdated struct {
	PrevProofSubmitter common.Address
	NewProofSubmitter  common.Address
	Raw                types.Log // Blockchain specific contextual infos
}
⋮----
Raw                types.Log // Blockchain specific contextual infos
⋮----
// FilterProofSubmitterUpdated is a free log retrieval operation binding the contract event 0xfb8129080a19d34dceac04ba253fc50304dc86c729bd63cdca4a969ad19a5eac.
⋮----
// Solidity: event ProofSubmitterUpdated(address prevProofSubmitter, address newProofSubmitter)
func (_ContractEigenPod *ContractEigenPodFilterer) FilterProofSubmitterUpdated(opts *bind.FilterOpts) (*ContractEigenPodProofSubmitterUpdatedIterator, error)
⋮----
// WatchProofSubmitterUpdated is a free log subscription operation binding the contract event 0xfb8129080a19d34dceac04ba253fc50304dc86c729bd63cdca4a969ad19a5eac.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) WatchProofSubmitterUpdated(opts *bind.WatchOpts, sink chan<- *ContractEigenPodProofSubmitterUpdated) (event.Subscription, error)
⋮----
// ParseProofSubmitterUpdated is a log parse operation binding the contract event 0xfb8129080a19d34dceac04ba253fc50304dc86c729bd63cdca4a969ad19a5eac.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) ParseProofSubmitterUpdated(log types.Log) (*ContractEigenPodProofSubmitterUpdated, error)
⋮----
// ContractEigenPodRestakedBeaconChainETHWithdrawnIterator is returned from FilterRestakedBeaconChainETHWithdrawn and is used to iterate over the raw logs and unpacked data for RestakedBeaconChainETHWithdrawn events raised by the ContractEigenPod contract.
type ContractEigenPodRestakedBeaconChainETHWithdrawnIterator struct {
	Event *ContractEigenPodRestakedBeaconChainETHWithdrawn // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodRestakedBeaconChainETHWithdrawn // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodRestakedBeaconChainETHWithdrawn represents a RestakedBeaconChainETHWithdrawn event raised by the ContractEigenPod contract.
type ContractEigenPodRestakedBeaconChainETHWithdrawn struct {
	Recipient common.Address
	Amount    *big.Int
	Raw       types.Log // Blockchain specific contextual infos
}
⋮----
Raw       types.Log // Blockchain specific contextual infos
⋮----
// FilterRestakedBeaconChainETHWithdrawn is a free log retrieval operation binding the contract event 0x8947fd2ce07ef9cc302c4e8f0461015615d91ce851564839e91cc804c2f49d8e.
⋮----
// Solidity: event RestakedBeaconChainETHWithdrawn(address indexed recipient, uint256 amount)
func (_ContractEigenPod *ContractEigenPodFilterer) FilterRestakedBeaconChainETHWithdrawn(opts *bind.FilterOpts, recipient []common.Address) (*ContractEigenPodRestakedBeaconChainETHWithdrawnIterator, error)
⋮----
var recipientRule []interface{}
⋮----
// WatchRestakedBeaconChainETHWithdrawn is a free log subscription operation binding the contract event 0x8947fd2ce07ef9cc302c4e8f0461015615d91ce851564839e91cc804c2f49d8e.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) WatchRestakedBeaconChainETHWithdrawn(opts *bind.WatchOpts, sink chan<- *ContractEigenPodRestakedBeaconChainETHWithdrawn, recipient []common.Address) (event.Subscription, error)
⋮----
// ParseRestakedBeaconChainETHWithdrawn is a log parse operation binding the contract event 0x8947fd2ce07ef9cc302c4e8f0461015615d91ce851564839e91cc804c2f49d8e.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) ParseRestakedBeaconChainETHWithdrawn(log types.Log) (*ContractEigenPodRestakedBeaconChainETHWithdrawn, error)
⋮----
// ContractEigenPodValidatorBalanceUpdatedIterator is returned from FilterValidatorBalanceUpdated and is used to iterate over the raw logs and unpacked data for ValidatorBalanceUpdated events raised by the ContractEigenPod contract.
type ContractEigenPodValidatorBalanceUpdatedIterator struct {
	Event *ContractEigenPodValidatorBalanceUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodValidatorBalanceUpdated // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodValidatorBalanceUpdated represents a ValidatorBalanceUpdated event raised by the ContractEigenPod contract.
type ContractEigenPodValidatorBalanceUpdated struct {
	ValidatorIndex          *big.Int
	BalanceTimestamp        uint64
	NewValidatorBalanceGwei uint64
	Raw                     types.Log // Blockchain specific contextual infos
}
⋮----
Raw                     types.Log // Blockchain specific contextual infos
⋮----
// FilterValidatorBalanceUpdated is a free log retrieval operation binding the contract event 0x0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df.
⋮----
// Solidity: event ValidatorBalanceUpdated(uint40 validatorIndex, uint64 balanceTimestamp, uint64 newValidatorBalanceGwei)
func (_ContractEigenPod *ContractEigenPodFilterer) FilterValidatorBalanceUpdated(opts *bind.FilterOpts) (*ContractEigenPodValidatorBalanceUpdatedIterator, error)
⋮----
// WatchValidatorBalanceUpdated is a free log subscription operation binding the contract event 0x0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) WatchValidatorBalanceUpdated(opts *bind.WatchOpts, sink chan<- *ContractEigenPodValidatorBalanceUpdated) (event.Subscription, error)
⋮----
// ParseValidatorBalanceUpdated is a log parse operation binding the contract event 0x0e5fac175b83177cc047381e030d8fb3b42b37bd1c025e22c280facad62c32df.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) ParseValidatorBalanceUpdated(log types.Log) (*ContractEigenPodValidatorBalanceUpdated, error)
⋮----
// ContractEigenPodValidatorCheckpointedIterator is returned from FilterValidatorCheckpointed and is used to iterate over the raw logs and unpacked data for ValidatorCheckpointed events raised by the ContractEigenPod contract.
type ContractEigenPodValidatorCheckpointedIterator struct {
	Event *ContractEigenPodValidatorCheckpointed // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodValidatorCheckpointed // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodValidatorCheckpointed represents a ValidatorCheckpointed event raised by the ContractEigenPod contract.
type ContractEigenPodValidatorCheckpointed struct {
	CheckpointTimestamp uint64
	ValidatorIndex      *big.Int
	Raw                 types.Log // Blockchain specific contextual infos
}
⋮----
// FilterValidatorCheckpointed is a free log retrieval operation binding the contract event 0xa91c59033c3423e18b54d0acecebb4972f9ea95aedf5f4cae3b677b02eaf3a3f.
⋮----
// Solidity: event ValidatorCheckpointed(uint64 indexed checkpointTimestamp, uint40 indexed validatorIndex)
func (_ContractEigenPod *ContractEigenPodFilterer) FilterValidatorCheckpointed(opts *bind.FilterOpts, checkpointTimestamp []uint64, validatorIndex []*big.Int) (*ContractEigenPodValidatorCheckpointedIterator, error)
⋮----
var validatorIndexRule []interface{}
⋮----
// WatchValidatorCheckpointed is a free log subscription operation binding the contract event 0xa91c59033c3423e18b54d0acecebb4972f9ea95aedf5f4cae3b677b02eaf3a3f.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) WatchValidatorCheckpointed(opts *bind.WatchOpts, sink chan<- *ContractEigenPodValidatorCheckpointed, checkpointTimestamp []uint64, validatorIndex []*big.Int) (event.Subscription, error)
⋮----
// ParseValidatorCheckpointed is a log parse operation binding the contract event 0xa91c59033c3423e18b54d0acecebb4972f9ea95aedf5f4cae3b677b02eaf3a3f.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) ParseValidatorCheckpointed(log types.Log) (*ContractEigenPodValidatorCheckpointed, error)
⋮----
// ContractEigenPodValidatorRestakedIterator is returned from FilterValidatorRestaked and is used to iterate over the raw logs and unpacked data for ValidatorRestaked events raised by the ContractEigenPod contract.
type ContractEigenPodValidatorRestakedIterator struct {
	Event *ContractEigenPodValidatorRestaked // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodValidatorRestaked // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodValidatorRestaked represents a ValidatorRestaked event raised by the ContractEigenPod contract.
type ContractEigenPodValidatorRestaked struct {
	ValidatorIndex *big.Int
	Raw            types.Log // Blockchain specific contextual infos
}
⋮----
// FilterValidatorRestaked is a free log retrieval operation binding the contract event 0x2d0800bbc377ea54a08c5db6a87aafff5e3e9c8fead0eda110e40e0c10441449.
⋮----
// Solidity: event ValidatorRestaked(uint40 validatorIndex)
func (_ContractEigenPod *ContractEigenPodFilterer) FilterValidatorRestaked(opts *bind.FilterOpts) (*ContractEigenPodValidatorRestakedIterator, error)
⋮----
// WatchValidatorRestaked is a free log subscription operation binding the contract event 0x2d0800bbc377ea54a08c5db6a87aafff5e3e9c8fead0eda110e40e0c10441449.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) WatchValidatorRestaked(opts *bind.WatchOpts, sink chan<- *ContractEigenPodValidatorRestaked) (event.Subscription, error)
⋮----
// ParseValidatorRestaked is a log parse operation binding the contract event 0x2d0800bbc377ea54a08c5db6a87aafff5e3e9c8fead0eda110e40e0c10441449.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) ParseValidatorRestaked(log types.Log) (*ContractEigenPodValidatorRestaked, error)
⋮----
// ContractEigenPodValidatorWithdrawnIterator is returned from FilterValidatorWithdrawn and is used to iterate over the raw logs and unpacked data for ValidatorWithdrawn events raised by the ContractEigenPod contract.
type ContractEigenPodValidatorWithdrawnIterator struct {
	Event *ContractEigenPodValidatorWithdrawn // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodValidatorWithdrawn // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodValidatorWithdrawn represents a ValidatorWithdrawn event raised by the ContractEigenPod contract.
type ContractEigenPodValidatorWithdrawn struct {
	CheckpointTimestamp uint64
	ValidatorIndex      *big.Int
	Raw                 types.Log // Blockchain specific contextual infos
}
⋮----
// FilterValidatorWithdrawn is a free log retrieval operation binding the contract event 0x2a02361ffa66cf2c2da4682c2355a6adcaa9f6c227b6e6563e68480f9587626a.
⋮----
// Solidity: event ValidatorWithdrawn(uint64 indexed checkpointTimestamp, uint40 indexed validatorIndex)
func (_ContractEigenPod *ContractEigenPodFilterer) FilterValidatorWithdrawn(opts *bind.FilterOpts, checkpointTimestamp []uint64, validatorIndex []*big.Int) (*ContractEigenPodValidatorWithdrawnIterator, error)
⋮----
// WatchValidatorWithdrawn is a free log subscription operation binding the contract event 0x2a02361ffa66cf2c2da4682c2355a6adcaa9f6c227b6e6563e68480f9587626a.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) WatchValidatorWithdrawn(opts *bind.WatchOpts, sink chan<- *ContractEigenPodValidatorWithdrawn, checkpointTimestamp []uint64, validatorIndex []*big.Int) (event.Subscription, error)
⋮----
// ParseValidatorWithdrawn is a log parse operation binding the contract event 0x2a02361ffa66cf2c2da4682c2355a6adcaa9f6c227b6e6563e68480f9587626a.
⋮----
func (_ContractEigenPod *ContractEigenPodFilterer) ParseValidatorWithdrawn(log types.Log) (*ContractEigenPodValidatorWithdrawn, error)
````

## File: M2-contracts/bindings/EigenPodManager/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractEigenPodManager
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// ContractEigenPodManagerMetaData contains all meta data concerning the ContractEigenPodManager contract.
var ContractEigenPodManagerMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"_ethPOS\",\"type\":\"address\",\"internalType\":\"contractIETHPOSDeposit\"},{\"name\":\"_eigenPodBeacon\",\"type\":\"address\",\"internalType\":\"contractIBeacon\"},{\"name\":\"_strategyManager\",\"type\":\"address\",\"internalType\":\"contractIStrategyManager\"},{\"name\":\"_slasher\",\"type\":\"address\",\"internalType\":\"contractISlasher\"},{\"name\":\"_delegationManager\",\"type\":\"address\",\"internalType\":\"contractIDelegationManager\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"addShares\",\"inputs\":[{\"name\":\"podOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"shares\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"beaconChainETHStrategy\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"createPod\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"delegationManager\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIDelegationManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"eigenPodBeacon\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIBeacon\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"ethPOS\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIETHPOSDeposit\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getPod\",\"inputs\":[{\"name\":\"podOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIEigenPod\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"hasPod\",\"inputs\":[{\"name\":\"podOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"initialize\",\"inputs\":[{\"name\":\"initialOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_pauserRegistry\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"},{\"name\":\"_initPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"numPods\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"owner\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"ownerToPod\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIEigenPod\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pause\",\"inputs\":[{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"pauseAll\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[{\"name\":\"index\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pauserRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"podOwnerShares\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"int256\",\"internalType\":\"int256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"recordBeaconChainETHBalanceUpdate\",\"inputs\":[{\"name\":\"podOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"sharesDelta\",\"type\":\"int256\",\"internalType\":\"int256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"removeShares\",\"inputs\":[{\"name\":\"podOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"shares\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"renounceOwnership\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setPauserRegistry\",\"inputs\":[{\"name\":\"newPauserRegistry\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"slasher\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractISlasher\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"stake\",\"inputs\":[{\"name\":\"pubkey\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"signature\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"depositDataRoot\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[],\"stateMutability\":\"payable\"},{\"type\":\"function\",\"name\":\"strategyManager\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStrategyManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"transferOwnership\",\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"unpause\",\"inputs\":[{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"withdrawSharesAsTokens\",\"inputs\":[{\"name\":\"podOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"destination\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"shares\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"event\",\"name\":\"BeaconChainETHDeposited\",\"inputs\":[{\"name\":\"podOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"BeaconChainETHWithdrawalCompleted\",\"inputs\":[{\"name\":\"podOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"shares\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"},{\"name\":\"nonce\",\"type\":\"uint96\",\"indexed\":false,\"internalType\":\"uint96\"},{\"name\":\"delegatedAddress\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"withdrawer\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"withdrawalRoot\",\"type\":\"bytes32\",\"indexed\":false,\"internalType\":\"bytes32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"NewTotalShares\",\"inputs\":[{\"name\":\"podOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newTotalShares\",\"type\":\"int256\",\"indexed\":false,\"internalType\":\"int256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OwnershipTransferred\",\"inputs\":[{\"name\":\"previousOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Paused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"PauserRegistrySet\",\"inputs\":[{\"name\":\"pauserRegistry\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIPauserRegistry\"},{\"name\":\"newPauserRegistry\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIPauserRegistry\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"PodDeployed\",\"inputs\":[{\"name\":\"eigenPod\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"podOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"PodSharesUpdated\",\"inputs\":[{\"name\":\"podOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"sharesDelta\",\"type\":\"int256\",\"indexed\":false,\"internalType\":\"int256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Unpaused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false}]",
	Bin: "0x6101206040523480156200001257600080fd5b50604051620031693803806200316983398101604081905262000035916200014b565b6001600160a01b0380861660805280851660a05280841660c05280831660e0528116610100526200006562000070565b5050505050620001cb565b600054610100900460ff1615620000dd5760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b60005460ff908116101562000130576000805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b03811681146200014857600080fd5b50565b600080600080600060a086880312156200016457600080fd5b8551620001718162000132565b6020870151909550620001848162000132565b6040870151909450620001978162000132565b6060870151909350620001aa8162000132565b6080870151909250620001bd8162000132565b809150509295509295909350565b60805160a05160c05160e05161010051612f286200024160003960008181610551015281816105fb01528181610b7901528181611313015281816117bf01526118af015260006104dd015260006102cf015260008181610263015281816112920152611e64015260006103af0152612f286000f3fe6080604052600436106101b75760003560e01c8063886f1195116100ec578063b13442711161008a578063ea4d3c9b11610064578063ea4d3c9b1461053f578063f2fde38b14610573578063f6848d2414610593578063fabc1cbc146105ce57600080fd5b8063b1344271146104cb578063beffbb89146104ff578063c2c51c401461051f57600080fd5b80639b4e4634116100c65780639b4e46341461044c5780639ba062751461045f578063a38406a314610495578063a6a509be146104b557600080fd5b8063886f1195146103e65780638da5cb5b146104065780639104c3191461042457600080fd5b8063595c6a671161015957806360f4062b1161013357806360f4062b1461035b578063715018a61461038857806374cdd7981461039d57806384d81062146103d157600080fd5b8063595c6a67146102f15780635ac86ab7146103065780635c975abb1461034657600080fd5b80631794bb3c116101955780631794bb3c14610231578063292b7b2b14610251578063387b13001461029d57806339b70e38146102bd57600080fd5b80630e81073c146101bc57806310d67a2f146101ef578063136439dd14610211575b600080fd5b3480156101c857600080fd5b506101dc6101d73660046120fc565b6105ee565b6040519081526020015b60405180910390f35b3480156101fb57600080fd5b5061020f61020a366004612128565b61085d565b005b34801561021d57600080fd5b5061020f61022c366004612145565b610910565b34801561023d57600080fd5b5061020f61024c36600461215e565b610a4f565b34801561025d57600080fd5b506102857f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b0390911681526020016101e6565b3480156102a957600080fd5b5061020f6102b836600461215e565b610b6e565b3480156102c957600080fd5b506102857f000000000000000000000000000000000000000000000000000000000000000081565b3480156102fd57600080fd5b5061020f610f82565b34801561031257600080fd5b5061033661032136600461219f565b606654600160ff9092169190911b9081161490565b60405190151581526020016101e6565b34801561035257600080fd5b506066546101dc565b34801561036757600080fd5b506101dc610376366004612128565b609b6020526000908152604090205481565b34801561039457600080fd5b5061020f611049565b3480156103a957600080fd5b506102857f000000000000000000000000000000000000000000000000000000000000000081565b3480156103dd57600080fd5b5061028561105d565b3480156103f257600080fd5b50606554610285906001600160a01b031681565b34801561041257600080fd5b506033546001600160a01b0316610285565b34801561043057600080fd5b5061028573beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac081565b61020f61045a36600461220b565b611147565b34801561046b57600080fd5b5061028561047a366004612128565b6098602052600090815260409020546001600160a01b031681565b3480156104a157600080fd5b506102856104b0366004612128565b611236565b3480156104c157600080fd5b506101dc60995481565b3480156104d757600080fd5b506102857f000000000000000000000000000000000000000000000000000000000000000081565b34801561050b57600080fd5b5061020f61051a3660046120fc565b611308565b34801561052b57600080fd5b5061020f61053a3660046120fc565b611547565b34801561054b57600080fd5b506102857f000000000000000000000000000000000000000000000000000000000000000081565b34801561057f57600080fd5b5061020f61058e366004612128565b61197b565b34801561059f57600080fd5b506103366105ae366004612128565b6001600160a01b0390811660009081526098602052604090205416151590565b3480156105da57600080fd5b5061020f6105e9366004612145565b6119f1565b6000336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146106415760405162461bcd60e51b81526004016106389061227f565b60405180910390fd5b6001600160a01b0383166106bd5760405162461bcd60e51b815260206004820152603a60248201527f456967656e506f644d616e616765722e6164645368617265733a20706f644f7760448201527f6e65722063616e6e6f74206265207a65726f20616464726573730000000000006064820152608401610638565b600082121561072b5760405162461bcd60e51b815260206004820152603460248201527f456967656e506f644d616e616765722e6164645368617265733a207368617265604482015273732063616e6e6f74206265206e6567617469766560601b6064820152608401610638565b610739633b9aca00836122f3565b156107ac5760405162461bcd60e51b815260206004820152603d60248201527f456967656e506f644d616e616765722e6164645368617265733a20736861726560448201527f73206d75737420626520612077686f6c65204777656920616d6f756e740000006064820152608401610638565b6001600160a01b0383166000908152609b6020526040812054906107d0848361231d565b6001600160a01b0386166000818152609b6020526040908190208390555191925090600080516020612eb38339815191529061080f9087815260200190565b60405180910390a2846001600160a01b03166000805160206125858339815191528260405161084091815260200190565b60405180910390a26108528282611b4d565b925050505b92915050565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156108b0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108d4919061235e565b6001600160a01b0316336001600160a01b0316146109045760405162461bcd60e51b81526004016106389061237b565b61090d81611b8f565b50565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610958573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061097c91906123c5565b6109985760405162461bcd60e51b8152600401610638906123e7565b60665481811614610a115760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610638565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b600054610100900460ff1615808015610a6f5750600054600160ff909116105b80610a895750303b158015610a89575060005460ff166001145b610aec5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610638565b6000805460ff191660011790558015610b0f576000805461ff0019166101001790555b610b1884611c86565b610b228383611cd8565b8015610b68576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610bb65760405162461bcd60e51b81526004016106389061227f565b6001600160a01b038316610c305760405162461bcd60e51b81526020600482015260476024820152600080516020612ed383398151915260448201527f546f6b656e733a20706f644f776e65722063616e6e6f74206265207a65726f206064820152666164647265737360c81b608482015260a401610638565b6001600160a01b038216610cad5760405162461bcd60e51b815260206004820152604a6024820152600080516020612ed383398151915260448201527f546f6b656e733a2064657374696e6174696f6e2063616e6e6f74206265207a65606482015269726f206164647265737360b01b608482015260a401610638565b6000811215610d1c5760405162461bcd60e51b81526020600482015260416024820152600080516020612ed383398151915260448201527f546f6b656e733a207368617265732063616e6e6f74206265206e6567617469766064820152606560f81b608482015260a401610638565b610d2a633b9aca00826122f3565b15610d9e5760405162461bcd60e51b815260206004820152604a6024820152600080516020612ed383398151915260448201527f546f6b656e733a20736861726573206d75737420626520612077686f6c6520476064820152691dd95a48185b5bdd5b9d60b21b608482015260a401610638565b6001600160a01b0383166000908152609b602052604081205490811215610f07576000610dca8261242f565b905080831115610e61576001600160a01b0385166000908152609b6020526040812055610df7818461244c565b9250846001600160a01b0316600080516020612eb383398151915282604051610e2291815260200190565b60405180910390a2846001600160a01b03166000805160206125858339815191526000604051610e5491815260200190565b60405180910390a2610f05565b6001600160a01b0385166000908152609b6020526040812054610e8590859061231d565b6001600160a01b0387166000818152609b6020526040908190208390555191925090600080516020612eb383398151915290610ec49087815260200190565b60405180910390a2856001600160a01b031660008051602061258583398151915282604051610ef591815260200190565b60405180910390a2505050505050565b505b6001600160a01b03848116600090815260986020526040908190205490516362483a2160e11b815285831660048201526024810185905291169063c490744290604401600060405180830381600087803b158015610f6457600080fd5b505af1158015610f78573d6000803e3d6000fd5b5050505050505050565b60655460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610fca573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fee91906123c5565b61100a5760405162461bcd60e51b8152600401610638906123e7565b600019606681905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b611051611dc2565b61105b6000611c86565b565b6066546000908190600190811614156110b45760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610638565b336000908152609860205260409020546001600160a01b0316156111365760405162461bcd60e51b815260206004820152603360248201527f456967656e506f644d616e616765722e637265617465506f643a2053656e64656044820152721c88185b1c9958591e481a185cc818481c1bd9606a1b6064820152608401610638565b6000611140611e1c565b9250505090565b6066546000906001908116141561119c5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610638565b336000908152609860205260409020546001600160a01b0316806111c5576111c2611e1c565b90505b6040516326d3918d60e21b81526001600160a01b03821690639b4e46349034906111fb908b908b908b908b908b9060040161248c565b6000604051808303818588803b15801561121457600080fd5b505af1158015611228573d6000803e3d6000fd5b505050505050505050505050565b6001600160a01b038082166000908152609860205260408120549091168061085757611301836001600160a01b031660001b60405180610940016040528061090e81526020016125a561090e9139604080516001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000166020820152808201919091526000606082015260800160408051601f19818403018152908290526112e69291602001612501565b60405160208183030381529060405280519060200120611f81565b9392505050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146113505760405162461bcd60e51b81526004016106389061227f565b60008112156113c75760405162461bcd60e51b815260206004820152603760248201527f456967656e506f644d616e616765722e72656d6f76655368617265733a20736860448201527f617265732063616e6e6f74206265206e656761746976650000000000000000006064820152608401610638565b6113d5633b9aca00826122f3565b1561144a576040805162461bcd60e51b81526020600482015260248101919091527f456967656e506f644d616e616765722e72656d6f76655368617265733a20736860448201527f61726573206d75737420626520612077686f6c65204777656920616d6f756e746064820152608401610638565b6001600160a01b0382166000908152609b602052604081205461146e908390612516565b905060008112156114ff5760405162461bcd60e51b815260206004820152604f60248201527f456967656e506f644d616e616765722e72656d6f76655368617265733a20636160448201527f6e6e6f7420726573756c7420696e20706f64206f776e657220686176696e672060648201526e6e656761746976652073686172657360881b608482015260a401610638565b6001600160a01b0383166000818152609b602052604090819020839055516000805160206125858339815191529061153a9084815260200190565b60405180910390a2505050565b6001600160a01b0380831660009081526098602052604090205483911633146115c25760405162461bcd60e51b815260206004820152602760248201527f456967656e506f644d616e616765722e6f6e6c79456967656e506f643a206e6f6044820152661d0818481c1bd960ca1b6064820152608401610638565b600260c95414156116155760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610638565b600260c9556001600160a01b0383166116b15760405162461bcd60e51b815260206004820152605260248201527f456967656e506f644d616e616765722e7265636f7264426561636f6e4368616960448201527f6e45544842616c616e63655570646174653a20706f644f776e65722063616e6e6064820152716f74206265207a65726f206164647265737360701b608482015260a401610638565b6116bf633b9aca0083612555565b156117585760405162461bcd60e51b815260206004820152605a60248201527f456967656e506f644d616e616765722e7265636f7264426561636f6e4368616960448201527f6e45544842616c616e63655570646174653a2073686172657344656c7461206d60648201527f75737420626520612077686f6c65204777656920616d6f756e74000000000000608482015260a401610638565b6001600160a01b0383166000908152609b60205260408120549061177c848361231d565b6001600160a01b0386166000908152609b602052604081208290559091506117a48383611b4d565b9050801561190c57600081121561186f576001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001663132d49678773beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06118038561242f565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526044820152606401600060405180830381600087803b15801561185257600080fd5b505af1158015611866573d6000803e3d6000fd5b5050505061190c565b604051631452b9d760e11b81526001600160a01b03878116600483015273beac0eeeeeeeeeeeeeeeeeeeeeeeeeeeeeebeac06024830152604482018390527f000000000000000000000000000000000000000000000000000000000000000016906328a573ae90606401600060405180830381600087803b1580156118f357600080fd5b505af1158015611907573d6000803e3d6000fd5b505050505b856001600160a01b0316600080516020612eb38339815191528660405161193591815260200190565b60405180910390a2856001600160a01b03166000805160206125858339815191528360405161196691815260200190565b60405180910390a25050600160c95550505050565b611983611dc2565b6001600160a01b0381166119e85760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610638565b61090d81611c86565b606560009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611a44573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a68919061235e565b6001600160a01b0316336001600160a01b031614611a985760405162461bcd60e51b81526004016106389061237b565b606654198119606654191614611b165760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610638565b606681905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c90602001610a44565b6000808313611b6d5760008213611b6657506000610857565b5080610857565b60008213611b8557611b7e8361242f565b9050610857565b611b7e8383612516565b6001600160a01b038116611c1d5760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610638565b606554604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1606580546001600160a01b0319166001600160a01b0392909216919091179055565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6065546001600160a01b0316158015611cf957506001600160a01b03821615155b611d7b5760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610638565b606681905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2611dbe82611b8f565b5050565b6033546001600160a01b0316331461105b5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610638565b6000609960008154611e2d90612569565b9091555060408051610940810190915261090e808252600091611ecc91839133916125a56020830139604080516001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000166020820152808201919091526000606082015260800160408051601f1981840301815290829052611eb89291602001612501565b604051602081830303815290604052611fdd565b60405163189acdbd60e31b81523360048201529091506001600160a01b0382169063c4d66de890602401600060405180830381600087803b158015611f1057600080fd5b505af1158015611f24573d6000803e3d6000fd5b50503360008181526098602052604080822080546001600160a01b0319166001600160a01b038816908117909155905192945092507f21c99d0db02213c32fff5b05cf0a718ab5f858802b91498f80d82270289d856a91a3919050565b604080516001600160f81b03196020808301919091526bffffffffffffffffffffffff193060601b1660218301526035820185905260558083018590528351808403909101815260759092019092528051910120600090611301565b600080844710156120305760405162461bcd60e51b815260206004820152601d60248201527f437265617465323a20696e73756666696369656e742062616c616e63650000006044820152606401610638565b825161207e5760405162461bcd60e51b815260206004820181905260248201527f437265617465323a2062797465636f6465206c656e677468206973207a65726f6044820152606401610638565b8383516020850187f590506001600160a01b0381166120df5760405162461bcd60e51b815260206004820152601960248201527f437265617465323a204661696c6564206f6e206465706c6f79000000000000006044820152606401610638565b949350505050565b6001600160a01b038116811461090d57600080fd5b6000806040838503121561210f57600080fd5b823561211a816120e7565b946020939093013593505050565b60006020828403121561213a57600080fd5b8135611301816120e7565b60006020828403121561215757600080fd5b5035919050565b60008060006060848603121561217357600080fd5b833561217e816120e7565b9250602084013561218e816120e7565b929592945050506040919091013590565b6000602082840312156121b157600080fd5b813560ff8116811461130157600080fd5b60008083601f8401126121d457600080fd5b50813567ffffffffffffffff8111156121ec57600080fd5b60208301915083602082850101111561220457600080fd5b9250929050565b60008060008060006060868803121561222357600080fd5b853567ffffffffffffffff8082111561223b57600080fd5b61224789838a016121c2565b9097509550602088013591508082111561226057600080fd5b5061226d888289016121c2565b96999598509660400135949350505050565b602080825260409082018190527f456967656e506f644d616e616765722e6f6e6c7944656c65676174696f6e4d61908201527f6e616765723a206e6f74207468652044656c65676174696f6e4d616e61676572606082015260800190565b634e487b7160e01b600052601260045260246000fd5b600082612302576123026122dd565b500690565b634e487b7160e01b600052601160045260246000fd5b600080821280156001600160ff1b038490038513161561233f5761233f612307565b600160ff1b839003841281161561235857612358612307565b50500190565b60006020828403121561237057600080fd5b8151611301816120e7565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b6000602082840312156123d757600080fd5b8151801515811461130157600080fd5b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b6000600160ff1b82141561244557612445612307565b5060000390565b60008282101561245e5761245e612307565b500390565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6060815260006124a0606083018789612463565b82810360208401526124b3818688612463565b9150508260408301529695505050505050565b6000815160005b818110156124e757602081850181015186830152016124cd565b818111156124f6576000828601525b509290920192915050565b60006120df61251083866124c6565b846124c6565b60008083128015600160ff1b85018412161561253457612534612307565b6001600160ff1b038401831381161561254f5761254f612307565b50500390565b600082612564576125646122dd565b500790565b600060001982141561257d5761257d612307565b506001019056fed4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe077098608060405260405161090e38038061090e83398101604081905261002291610460565b61002e82826000610035565b505061058a565b61003e83610100565b6040516001600160a01b038416907f1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e90600090a260008251118061007f5750805b156100fb576100f9836001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100c5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100e99190610520565b836102a360201b6100291760201c565b505b505050565b610113816102cf60201b6100551760201c565b6101725760405162461bcd60e51b815260206004820152602560248201527f455243313936373a206e657720626561636f6e206973206e6f74206120636f6e6044820152641d1c9858dd60da1b60648201526084015b60405180910390fd5b6101e6816001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156101b3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101d79190610520565b6102cf60201b6100551760201c565b61024b5760405162461bcd60e51b815260206004820152603060248201527f455243313936373a20626561636f6e20696d706c656d656e746174696f6e206960448201526f1cc81b9bdd08184818dbdb9d1c9858dd60821b6064820152608401610169565b806102827fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d5060001b6102de60201b6100641760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b60606102c883836040518060600160405280602781526020016108e7602791396102e1565b9392505050565b6001600160a01b03163b151590565b90565b6060600080856001600160a01b0316856040516102fe919061053b565b600060405180830381855af49150503d8060008114610339576040519150601f19603f3d011682016040523d82523d6000602084013e61033e565b606091505b5090925090506103508683838761035a565b9695505050505050565b606083156103c65782516103bf576001600160a01b0385163b6103bf5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610169565b50816103d0565b6103d083836103d8565b949350505050565b8151156103e85781518083602001fd5b8060405162461bcd60e51b81526004016101699190610557565b80516001600160a01b038116811461041957600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101561044f578181015183820152602001610437565b838111156100f95750506000910152565b6000806040838503121561047357600080fd5b61047c83610402565b60208401519092506001600160401b038082111561049957600080fd5b818501915085601f8301126104ad57600080fd5b8151818111156104bf576104bf61041e565b604051601f8201601f19908116603f011681019083821181831017156104e7576104e761041e565b8160405282815288602084870101111561050057600080fd5b610511836020830160208801610434565b80955050505050509250929050565b60006020828403121561053257600080fd5b6102c882610402565b6000825161054d818460208701610434565b9190910192915050565b6020815260008251806020840152610576816040850160208701610434565b601f01601f19169190910160400192915050565b61034e806105996000396000f3fe60806040523661001357610011610017565b005b6100115b610027610022610067565b610100565b565b606061004e83836040518060600160405280602781526020016102f260279139610124565b9392505050565b6001600160a01b03163b151590565b90565b600061009a7fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50546001600160a01b031690565b6001600160a01b0316635c60da1b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100fb9190610249565b905090565b3660008037600080366000845af43d6000803e80801561011f573d6000f35b3d6000fd5b6060600080856001600160a01b03168560405161014191906102a2565b600060405180830381855af49150503d806000811461017c576040519150601f19603f3d011682016040523d82523d6000602084013e610181565b606091505b50915091506101928683838761019c565b9695505050505050565b6060831561020d578251610206576001600160a01b0385163b6102065760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064015b60405180910390fd5b5081610217565b610217838361021f565b949350505050565b81511561022f5781518083602001fd5b8060405162461bcd60e51b81526004016101fd91906102be565b60006020828403121561025b57600080fd5b81516001600160a01b038116811461004e57600080fd5b60005b8381101561028d578181015183820152602001610275565b8381111561029c576000848401525b50505050565b600082516102b4818460208701610272565b9190910192915050565b60208152600082518060208401526102dd816040850160208701610272565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220d51e81d3bc5ed20a26aeb05dce7e825c503b2061aa78628027300c8d65b9d89a64736f6c634300080c0033416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c65644e2b791dedccd9fb30141b088cabf5c14a8912b52f59375c95c010700b8c6193456967656e506f644d616e616765722e77697468647261775368617265734173a26469706673582212206b9b768cf7ce0f37e8d357babcedd55bd2af814f80d3fd0be5b582cf161a2c4064736f6c634300080c0033",
}
⋮----
// ContractEigenPodManagerABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractEigenPodManagerMetaData.ABI instead.
var ContractEigenPodManagerABI = ContractEigenPodManagerMetaData.ABI
⋮----
// ContractEigenPodManagerBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractEigenPodManagerMetaData.Bin instead.
var ContractEigenPodManagerBin = ContractEigenPodManagerMetaData.Bin
⋮----
// DeployContractEigenPodManager deploys a new Ethereum contract, binding an instance of ContractEigenPodManager to it.
func DeployContractEigenPodManager(auth *bind.TransactOpts, backend bind.ContractBackend, _ethPOS common.Address, _eigenPodBeacon common.Address, _strategyManager common.Address, _slasher common.Address, _delegationManager common.Address) (common.Address, *types.Transaction, *ContractEigenPodManager, error)
⋮----
// ContractEigenPodManagerMethods is an auto generated interface around an Ethereum contract.
type ContractEigenPodManagerMethods interface {
	ContractEigenPodManagerCalls
	ContractEigenPodManagerTransacts
	ContractEigenPodManagerFilters
}
⋮----
// ContractEigenPodManagerCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractEigenPodManagerCalls interface {
	BeaconChainETHStrategy(opts *bind.CallOpts) (common.Address, error)

	DelegationManager(opts *bind.CallOpts) (common.Address, error)

	EigenPodBeacon(opts *bind.CallOpts) (common.Address, error)

	EthPOS(opts *bind.CallOpts) (common.Address, error)

	GetPod(opts *bind.CallOpts, podOwner common.Address) (common.Address, error)

	HasPod(opts *bind.CallOpts, podOwner common.Address) (bool, error)

	NumPods(opts *bind.CallOpts) (*big.Int, error)

	Owner(opts *bind.CallOpts) (common.Address, error)

	OwnerToPod(opts *bind.CallOpts, arg0 common.Address) (common.Address, error)

	Paused(opts *bind.CallOpts, index uint8) (bool, error)

	Paused0(opts *bind.CallOpts) (*big.Int, error)

	PauserRegistry(opts *bind.CallOpts) (common.Address, error)

	PodOwnerShares(opts *bind.CallOpts, arg0 common.Address) (*big.Int, error)

	Slasher(opts *bind.CallOpts) (common.Address, error)

	StrategyManager(opts *bind.CallOpts) (common.Address, error)
}
⋮----
// ContractEigenPodManagerTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractEigenPodManagerTransacts interface {
	AddShares(opts *bind.TransactOpts, podOwner common.Address, shares *big.Int) (*types.Transaction, error)

	CreatePod(opts *bind.TransactOpts) (*types.Transaction, error)

	Initialize(opts *bind.TransactOpts, initialOwner common.Address, _pauserRegistry common.Address, _initPausedStatus *big.Int) (*types.Transaction, error)

	Pause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)

	PauseAll(opts *bind.TransactOpts) (*types.Transaction, error)

	RecordBeaconChainETHBalanceUpdate(opts *bind.TransactOpts, podOwner common.Address, sharesDelta *big.Int) (*types.Transaction, error)

	RemoveShares(opts *bind.TransactOpts, podOwner common.Address, shares *big.Int) (*types.Transaction, error)

	RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

	SetPauserRegistry(opts *bind.TransactOpts, newPauserRegistry common.Address) (*types.Transaction, error)

	Stake(opts *bind.TransactOpts, pubkey []byte, signature []byte, depositDataRoot [32]byte) (*types.Transaction, error)

	TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)

	Unpause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)

	WithdrawSharesAsTokens(opts *bind.TransactOpts, podOwner common.Address, destination common.Address, shares *big.Int) (*types.Transaction, error)
}
⋮----
// ContractEigenPodManagerFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractEigenPodManagerFilters interface {
	FilterBeaconChainETHDeposited(opts *bind.FilterOpts, podOwner []common.Address) (*ContractEigenPodManagerBeaconChainETHDepositedIterator, error)
	WatchBeaconChainETHDeposited(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerBeaconChainETHDeposited, podOwner []common.Address) (event.Subscription, error)
	ParseBeaconChainETHDeposited(log types.Log) (*ContractEigenPodManagerBeaconChainETHDeposited, error)

	FilterBeaconChainETHWithdrawalCompleted(opts *bind.FilterOpts, podOwner []common.Address) (*ContractEigenPodManagerBeaconChainETHWithdrawalCompletedIterator, error)
	WatchBeaconChainETHWithdrawalCompleted(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerBeaconChainETHWithdrawalCompleted, podOwner []common.Address) (event.Subscription, error)
	ParseBeaconChainETHWithdrawalCompleted(log types.Log) (*ContractEigenPodManagerBeaconChainETHWithdrawalCompleted, error)

	FilterInitialized(opts *bind.FilterOpts) (*ContractEigenPodManagerInitializedIterator, error)
	WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerInitialized) (event.Subscription, error)
	ParseInitialized(log types.Log) (*ContractEigenPodManagerInitialized, error)

	FilterNewTotalShares(opts *bind.FilterOpts, podOwner []common.Address) (*ContractEigenPodManagerNewTotalSharesIterator, error)
	WatchNewTotalShares(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerNewTotalShares, podOwner []common.Address) (event.Subscription, error)
	ParseNewTotalShares(log types.Log) (*ContractEigenPodManagerNewTotalShares, error)

	FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractEigenPodManagerOwnershipTransferredIterator, error)
	WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
	ParseOwnershipTransferred(log types.Log) (*ContractEigenPodManagerOwnershipTransferred, error)

	FilterPaused(opts *bind.FilterOpts, account []common.Address) (*ContractEigenPodManagerPausedIterator, error)
	WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerPaused, account []common.Address) (event.Subscription, error)
	ParsePaused(log types.Log) (*ContractEigenPodManagerPaused, error)

	FilterPauserRegistrySet(opts *bind.FilterOpts) (*ContractEigenPodManagerPauserRegistrySetIterator, error)
	WatchPauserRegistrySet(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerPauserRegistrySet) (event.Subscription, error)
	ParsePauserRegistrySet(log types.Log) (*ContractEigenPodManagerPauserRegistrySet, error)

	FilterPodDeployed(opts *bind.FilterOpts, eigenPod []common.Address, podOwner []common.Address) (*ContractEigenPodManagerPodDeployedIterator, error)
	WatchPodDeployed(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerPodDeployed, eigenPod []common.Address, podOwner []common.Address) (event.Subscription, error)
	ParsePodDeployed(log types.Log) (*ContractEigenPodManagerPodDeployed, error)

	FilterPodSharesUpdated(opts *bind.FilterOpts, podOwner []common.Address) (*ContractEigenPodManagerPodSharesUpdatedIterator, error)
	WatchPodSharesUpdated(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerPodSharesUpdated, podOwner []common.Address) (event.Subscription, error)
	ParsePodSharesUpdated(log types.Log) (*ContractEigenPodManagerPodSharesUpdated, error)

	FilterUnpaused(opts *bind.FilterOpts, account []common.Address) (*ContractEigenPodManagerUnpausedIterator, error)
	WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerUnpaused, account []common.Address) (event.Subscription, error)
	ParseUnpaused(log types.Log) (*ContractEigenPodManagerUnpaused, error)
}
⋮----
// ContractEigenPodManager is an auto generated Go binding around an Ethereum contract.
type ContractEigenPodManager struct {
	ContractEigenPodManagerCaller     // Read-only binding to the contract
	ContractEigenPodManagerTransactor // Write-only binding to the contract
	ContractEigenPodManagerFilterer   // Log filterer for contract events
}
⋮----
ContractEigenPodManagerCaller     // Read-only binding to the contract
ContractEigenPodManagerTransactor // Write-only binding to the contract
ContractEigenPodManagerFilterer   // Log filterer for contract events
⋮----
// ContractEigenPodManager implements the ContractEigenPodManagerMethods interface.
var _ ContractEigenPodManagerMethods = (*ContractEigenPodManager)(nil)
⋮----
// ContractEigenPodManagerCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractEigenPodManagerCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractEigenPodManagerCaller implements the ContractEigenPodManagerCalls interface.
var _ ContractEigenPodManagerCalls = (*ContractEigenPodManagerCaller)(nil)
⋮----
// ContractEigenPodManagerTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractEigenPodManagerTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractEigenPodManagerTransactor implements the ContractEigenPodManagerTransacts interface.
var _ ContractEigenPodManagerTransacts = (*ContractEigenPodManagerTransactor)(nil)
⋮----
// ContractEigenPodManagerFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractEigenPodManagerFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractEigenPodManagerFilterer implements the ContractEigenPodManagerFilters interface.
var _ ContractEigenPodManagerFilters = (*ContractEigenPodManagerFilterer)(nil)
⋮----
// ContractEigenPodManagerSession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractEigenPodManagerSession struct {
	Contract     *ContractEigenPodManager // Generic contract binding to set the session for
	CallOpts     bind.CallOpts            // Call options to use throughout this session
	TransactOpts bind.TransactOpts        // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractEigenPodManager // Generic contract binding to set the session for
CallOpts     bind.CallOpts            // Call options to use throughout this session
TransactOpts bind.TransactOpts        // Transaction auth options to use throughout this session
⋮----
// ContractEigenPodManagerCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractEigenPodManagerCallerSession struct {
	Contract *ContractEigenPodManagerCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                  // Call options to use throughout this session
}
⋮----
Contract *ContractEigenPodManagerCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                  // Call options to use throughout this session
⋮----
// ContractEigenPodManagerTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractEigenPodManagerTransactorSession struct {
	Contract     *ContractEigenPodManagerTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                  // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractEigenPodManagerTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                  // Transaction auth options to use throughout this session
⋮----
// ContractEigenPodManagerRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractEigenPodManagerRaw struct {
	Contract *ContractEigenPodManager // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractEigenPodManager // Generic contract binding to access the raw methods on
⋮----
// ContractEigenPodManagerCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractEigenPodManagerCallerRaw struct {
	Contract *ContractEigenPodManagerCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractEigenPodManagerCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractEigenPodManagerTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractEigenPodManagerTransactorRaw struct {
	Contract *ContractEigenPodManagerTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractEigenPodManagerTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractEigenPodManager creates a new instance of ContractEigenPodManager, bound to a specific deployed contract.
func NewContractEigenPodManager(address common.Address, backend bind.ContractBackend) (*ContractEigenPodManager, error)
⋮----
// NewContractEigenPodManagerCaller creates a new read-only instance of ContractEigenPodManager, bound to a specific deployed contract.
func NewContractEigenPodManagerCaller(address common.Address, caller bind.ContractCaller) (*ContractEigenPodManagerCaller, error)
⋮----
// NewContractEigenPodManagerTransactor creates a new write-only instance of ContractEigenPodManager, bound to a specific deployed contract.
func NewContractEigenPodManagerTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractEigenPodManagerTransactor, error)
⋮----
// NewContractEigenPodManagerFilterer creates a new log filterer instance of ContractEigenPodManager, bound to a specific deployed contract.
func NewContractEigenPodManagerFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractEigenPodManagerFilterer, error)
⋮----
// bindContractEigenPodManager binds a generic wrapper to an already deployed contract.
func bindContractEigenPodManager(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractEigenPodManager *ContractEigenPodManagerRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractEigenPodManager *ContractEigenPodManagerRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractEigenPodManager *ContractEigenPodManagerRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// BeaconChainETHStrategy is a free data retrieval call binding the contract method 0x9104c319.
//
// Solidity: function beaconChainETHStrategy() view returns(address)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) BeaconChainETHStrategy(opts *bind.CallOpts) (common.Address, error)
⋮----
var out []interface{}
⋮----
// DelegationManager is a free data retrieval call binding the contract method 0xea4d3c9b.
⋮----
// Solidity: function delegationManager() view returns(address)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) DelegationManager(opts *bind.CallOpts) (common.Address, error)
⋮----
// EigenPodBeacon is a free data retrieval call binding the contract method 0x292b7b2b.
⋮----
// Solidity: function eigenPodBeacon() view returns(address)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) EigenPodBeacon(opts *bind.CallOpts) (common.Address, error)
⋮----
// EthPOS is a free data retrieval call binding the contract method 0x74cdd798.
⋮----
// Solidity: function ethPOS() view returns(address)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) EthPOS(opts *bind.CallOpts) (common.Address, error)
⋮----
// GetPod is a free data retrieval call binding the contract method 0xa38406a3.
⋮----
// Solidity: function getPod(address podOwner) view returns(address)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) GetPod(opts *bind.CallOpts, podOwner common.Address) (common.Address, error)
⋮----
// HasPod is a free data retrieval call binding the contract method 0xf6848d24.
⋮----
// Solidity: function hasPod(address podOwner) view returns(bool)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) HasPod(opts *bind.CallOpts, podOwner common.Address) (bool, error)
⋮----
// NumPods is a free data retrieval call binding the contract method 0xa6a509be.
⋮----
// Solidity: function numPods() view returns(uint256)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) NumPods(opts *bind.CallOpts) (*big.Int, error)
⋮----
// Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
⋮----
// Solidity: function owner() view returns(address)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) Owner(opts *bind.CallOpts) (common.Address, error)
⋮----
// OwnerToPod is a free data retrieval call binding the contract method 0x9ba06275.
⋮----
// Solidity: function ownerToPod(address ) view returns(address)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) OwnerToPod(opts *bind.CallOpts, arg0 common.Address) (common.Address, error)
⋮----
// Paused is a free data retrieval call binding the contract method 0x5ac86ab7.
⋮----
// Solidity: function paused(uint8 index) view returns(bool)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) Paused(opts *bind.CallOpts, index uint8) (bool, error)
⋮----
// Paused0 is a free data retrieval call binding the contract method 0x5c975abb.
⋮----
// Solidity: function paused() view returns(uint256)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) Paused0(opts *bind.CallOpts) (*big.Int, error)
⋮----
// PauserRegistry is a free data retrieval call binding the contract method 0x886f1195.
⋮----
// Solidity: function pauserRegistry() view returns(address)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) PauserRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// PodOwnerShares is a free data retrieval call binding the contract method 0x60f4062b.
⋮----
// Solidity: function podOwnerShares(address ) view returns(int256)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) PodOwnerShares(opts *bind.CallOpts, arg0 common.Address) (*big.Int, error)
⋮----
// Slasher is a free data retrieval call binding the contract method 0xb1344271.
⋮----
// Solidity: function slasher() view returns(address)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) Slasher(opts *bind.CallOpts) (common.Address, error)
⋮----
// StrategyManager is a free data retrieval call binding the contract method 0x39b70e38.
⋮----
// Solidity: function strategyManager() view returns(address)
func (_ContractEigenPodManager *ContractEigenPodManagerCaller) StrategyManager(opts *bind.CallOpts) (common.Address, error)
⋮----
// AddShares is a paid mutator transaction binding the contract method 0x0e81073c.
⋮----
// Solidity: function addShares(address podOwner, uint256 shares) returns(uint256)
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) AddShares(opts *bind.TransactOpts, podOwner common.Address, shares *big.Int) (*types.Transaction, error)
⋮----
// CreatePod is a paid mutator transaction binding the contract method 0x84d81062.
⋮----
// Solidity: function createPod() returns(address)
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) CreatePod(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Initialize is a paid mutator transaction binding the contract method 0x1794bb3c.
⋮----
// Solidity: function initialize(address initialOwner, address _pauserRegistry, uint256 _initPausedStatus) returns()
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) Initialize(opts *bind.TransactOpts, initialOwner common.Address, _pauserRegistry common.Address, _initPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// Pause is a paid mutator transaction binding the contract method 0x136439dd.
⋮----
// Solidity: function pause(uint256 newPausedStatus) returns()
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) Pause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// PauseAll is a paid mutator transaction binding the contract method 0x595c6a67.
⋮----
// Solidity: function pauseAll() returns()
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) PauseAll(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// RecordBeaconChainETHBalanceUpdate is a paid mutator transaction binding the contract method 0xc2c51c40.
⋮----
// Solidity: function recordBeaconChainETHBalanceUpdate(address podOwner, int256 sharesDelta) returns()
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) RecordBeaconChainETHBalanceUpdate(opts *bind.TransactOpts, podOwner common.Address, sharesDelta *big.Int) (*types.Transaction, error)
⋮----
// RemoveShares is a paid mutator transaction binding the contract method 0xbeffbb89.
⋮----
// Solidity: function removeShares(address podOwner, uint256 shares) returns()
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) RemoveShares(opts *bind.TransactOpts, podOwner common.Address, shares *big.Int) (*types.Transaction, error)
⋮----
// RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
⋮----
// Solidity: function renounceOwnership() returns()
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// SetPauserRegistry is a paid mutator transaction binding the contract method 0x10d67a2f.
⋮----
// Solidity: function setPauserRegistry(address newPauserRegistry) returns()
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) SetPauserRegistry(opts *bind.TransactOpts, newPauserRegistry common.Address) (*types.Transaction, error)
⋮----
// Stake is a paid mutator transaction binding the contract method 0x9b4e4634.
⋮----
// Solidity: function stake(bytes pubkey, bytes signature, bytes32 depositDataRoot) payable returns()
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) Stake(opts *bind.TransactOpts, pubkey []byte, signature []byte, depositDataRoot [32]byte) (*types.Transaction, error)
⋮----
// TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
⋮----
// Solidity: function transferOwnership(address newOwner) returns()
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
⋮----
// Unpause is a paid mutator transaction binding the contract method 0xfabc1cbc.
⋮----
// Solidity: function unpause(uint256 newPausedStatus) returns()
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) Unpause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// WithdrawSharesAsTokens is a paid mutator transaction binding the contract method 0x387b1300.
⋮----
// Solidity: function withdrawSharesAsTokens(address podOwner, address destination, uint256 shares) returns()
func (_ContractEigenPodManager *ContractEigenPodManagerTransactor) WithdrawSharesAsTokens(opts *bind.TransactOpts, podOwner common.Address, destination common.Address, shares *big.Int) (*types.Transaction, error)
⋮----
// ContractEigenPodManagerBeaconChainETHDepositedIterator is returned from FilterBeaconChainETHDeposited and is used to iterate over the raw logs and unpacked data for BeaconChainETHDeposited events raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerBeaconChainETHDepositedIterator struct {
	Event *ContractEigenPodManagerBeaconChainETHDeposited // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodManagerBeaconChainETHDeposited // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractEigenPodManagerBeaconChainETHDepositedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractEigenPodManagerBeaconChainETHDepositedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractEigenPodManagerBeaconChainETHDepositedIterator) Close() error
⋮----
// ContractEigenPodManagerBeaconChainETHDeposited represents a BeaconChainETHDeposited event raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerBeaconChainETHDeposited struct {
	PodOwner common.Address
	Amount   *big.Int
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
Raw      types.Log // Blockchain specific contextual infos
⋮----
// FilterBeaconChainETHDeposited is a free log retrieval operation binding the contract event 0x35a85cabc603f48abb2b71d9fbd8adea7c449d7f0be900ae7a2986ea369c3d0d.
⋮----
// Solidity: event BeaconChainETHDeposited(address indexed podOwner, uint256 amount)
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) FilterBeaconChainETHDeposited(opts *bind.FilterOpts, podOwner []common.Address) (*ContractEigenPodManagerBeaconChainETHDepositedIterator, error)
⋮----
var podOwnerRule []interface{}
⋮----
// WatchBeaconChainETHDeposited is a free log subscription operation binding the contract event 0x35a85cabc603f48abb2b71d9fbd8adea7c449d7f0be900ae7a2986ea369c3d0d.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) WatchBeaconChainETHDeposited(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerBeaconChainETHDeposited, podOwner []common.Address) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseBeaconChainETHDeposited is a log parse operation binding the contract event 0x35a85cabc603f48abb2b71d9fbd8adea7c449d7f0be900ae7a2986ea369c3d0d.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) ParseBeaconChainETHDeposited(log types.Log) (*ContractEigenPodManagerBeaconChainETHDeposited, error)
⋮----
// ContractEigenPodManagerBeaconChainETHWithdrawalCompletedIterator is returned from FilterBeaconChainETHWithdrawalCompleted and is used to iterate over the raw logs and unpacked data for BeaconChainETHWithdrawalCompleted events raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerBeaconChainETHWithdrawalCompletedIterator struct {
	Event *ContractEigenPodManagerBeaconChainETHWithdrawalCompleted // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodManagerBeaconChainETHWithdrawalCompleted // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodManagerBeaconChainETHWithdrawalCompleted represents a BeaconChainETHWithdrawalCompleted event raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerBeaconChainETHWithdrawalCompleted struct {
	PodOwner         common.Address
	Shares           *big.Int
	Nonce            *big.Int
	DelegatedAddress common.Address
	Withdrawer       common.Address
	WithdrawalRoot   [32]byte
	Raw              types.Log // Blockchain specific contextual infos
}
⋮----
Raw              types.Log // Blockchain specific contextual infos
⋮----
// FilterBeaconChainETHWithdrawalCompleted is a free log retrieval operation binding the contract event 0xa6bab1d55a361fcea2eee2bc9491e4f01e6cf333df03c9c4f2c144466429f7d6.
⋮----
// Solidity: event BeaconChainETHWithdrawalCompleted(address indexed podOwner, uint256 shares, uint96 nonce, address delegatedAddress, address withdrawer, bytes32 withdrawalRoot)
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) FilterBeaconChainETHWithdrawalCompleted(opts *bind.FilterOpts, podOwner []common.Address) (*ContractEigenPodManagerBeaconChainETHWithdrawalCompletedIterator, error)
⋮----
// WatchBeaconChainETHWithdrawalCompleted is a free log subscription operation binding the contract event 0xa6bab1d55a361fcea2eee2bc9491e4f01e6cf333df03c9c4f2c144466429f7d6.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) WatchBeaconChainETHWithdrawalCompleted(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerBeaconChainETHWithdrawalCompleted, podOwner []common.Address) (event.Subscription, error)
⋮----
// ParseBeaconChainETHWithdrawalCompleted is a log parse operation binding the contract event 0xa6bab1d55a361fcea2eee2bc9491e4f01e6cf333df03c9c4f2c144466429f7d6.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) ParseBeaconChainETHWithdrawalCompleted(log types.Log) (*ContractEigenPodManagerBeaconChainETHWithdrawalCompleted, error)
⋮----
// ContractEigenPodManagerInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerInitializedIterator struct {
	Event *ContractEigenPodManagerInitialized // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodManagerInitialized // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodManagerInitialized represents a Initialized event raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerInitialized struct {
	Version uint8
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
// Solidity: event Initialized(uint8 version)
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) FilterInitialized(opts *bind.FilterOpts) (*ContractEigenPodManagerInitializedIterator, error)
⋮----
// WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerInitialized) (event.Subscription, error)
⋮----
// ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) ParseInitialized(log types.Log) (*ContractEigenPodManagerInitialized, error)
⋮----
// ContractEigenPodManagerNewTotalSharesIterator is returned from FilterNewTotalShares and is used to iterate over the raw logs and unpacked data for NewTotalShares events raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerNewTotalSharesIterator struct {
	Event *ContractEigenPodManagerNewTotalShares // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodManagerNewTotalShares // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodManagerNewTotalShares represents a NewTotalShares event raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerNewTotalShares struct {
	PodOwner       common.Address
	NewTotalShares *big.Int
	Raw            types.Log // Blockchain specific contextual infos
}
⋮----
Raw            types.Log // Blockchain specific contextual infos
⋮----
// FilterNewTotalShares is a free log retrieval operation binding the contract event 0xd4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe077098.
⋮----
// Solidity: event NewTotalShares(address indexed podOwner, int256 newTotalShares)
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) FilterNewTotalShares(opts *bind.FilterOpts, podOwner []common.Address) (*ContractEigenPodManagerNewTotalSharesIterator, error)
⋮----
// WatchNewTotalShares is a free log subscription operation binding the contract event 0xd4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe077098.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) WatchNewTotalShares(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerNewTotalShares, podOwner []common.Address) (event.Subscription, error)
⋮----
// ParseNewTotalShares is a log parse operation binding the contract event 0xd4def76d6d2bed6f14d5cd9af73cc2913d618d00edde42432e81c09bfe077098.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) ParseNewTotalShares(log types.Log) (*ContractEigenPodManagerNewTotalShares, error)
⋮----
// ContractEigenPodManagerOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerOwnershipTransferredIterator struct {
	Event *ContractEigenPodManagerOwnershipTransferred // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodManagerOwnershipTransferred // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodManagerOwnershipTransferred represents a OwnershipTransferred event raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}
⋮----
Raw           types.Log // Blockchain specific contextual infos
⋮----
// FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
// Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractEigenPodManagerOwnershipTransferredIterator, error)
⋮----
var previousOwnerRule []interface{}
⋮----
var newOwnerRule []interface{}
⋮----
// WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
⋮----
// ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) ParseOwnershipTransferred(log types.Log) (*ContractEigenPodManagerOwnershipTransferred, error)
⋮----
// ContractEigenPodManagerPausedIterator is returned from FilterPaused and is used to iterate over the raw logs and unpacked data for Paused events raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerPausedIterator struct {
	Event *ContractEigenPodManagerPaused // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodManagerPaused // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodManagerPaused represents a Paused event raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerPaused struct {
	Account         common.Address
	NewPausedStatus *big.Int
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
Raw             types.Log // Blockchain specific contextual infos
⋮----
// FilterPaused is a free log retrieval operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
// Solidity: event Paused(address indexed account, uint256 newPausedStatus)
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) FilterPaused(opts *bind.FilterOpts, account []common.Address) (*ContractEigenPodManagerPausedIterator, error)
⋮----
var accountRule []interface{}
⋮----
// WatchPaused is a free log subscription operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerPaused, account []common.Address) (event.Subscription, error)
⋮----
// ParsePaused is a log parse operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) ParsePaused(log types.Log) (*ContractEigenPodManagerPaused, error)
⋮----
// ContractEigenPodManagerPauserRegistrySetIterator is returned from FilterPauserRegistrySet and is used to iterate over the raw logs and unpacked data for PauserRegistrySet events raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerPauserRegistrySetIterator struct {
	Event *ContractEigenPodManagerPauserRegistrySet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodManagerPauserRegistrySet // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodManagerPauserRegistrySet represents a PauserRegistrySet event raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerPauserRegistrySet struct {
	PauserRegistry    common.Address
	NewPauserRegistry common.Address
	Raw               types.Log // Blockchain specific contextual infos
}
⋮----
Raw               types.Log // Blockchain specific contextual infos
⋮----
// FilterPauserRegistrySet is a free log retrieval operation binding the contract event 0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6.
⋮----
// Solidity: event PauserRegistrySet(address pauserRegistry, address newPauserRegistry)
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) FilterPauserRegistrySet(opts *bind.FilterOpts) (*ContractEigenPodManagerPauserRegistrySetIterator, error)
⋮----
// WatchPauserRegistrySet is a free log subscription operation binding the contract event 0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) WatchPauserRegistrySet(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerPauserRegistrySet) (event.Subscription, error)
⋮----
// ParsePauserRegistrySet is a log parse operation binding the contract event 0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) ParsePauserRegistrySet(log types.Log) (*ContractEigenPodManagerPauserRegistrySet, error)
⋮----
// ContractEigenPodManagerPodDeployedIterator is returned from FilterPodDeployed and is used to iterate over the raw logs and unpacked data for PodDeployed events raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerPodDeployedIterator struct {
	Event *ContractEigenPodManagerPodDeployed // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodManagerPodDeployed // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodManagerPodDeployed represents a PodDeployed event raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerPodDeployed struct {
	EigenPod common.Address
	PodOwner common.Address
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
// FilterPodDeployed is a free log retrieval operation binding the contract event 0x21c99d0db02213c32fff5b05cf0a718ab5f858802b91498f80d82270289d856a.
⋮----
// Solidity: event PodDeployed(address indexed eigenPod, address indexed podOwner)
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) FilterPodDeployed(opts *bind.FilterOpts, eigenPod []common.Address, podOwner []common.Address) (*ContractEigenPodManagerPodDeployedIterator, error)
⋮----
var eigenPodRule []interface{}
⋮----
// WatchPodDeployed is a free log subscription operation binding the contract event 0x21c99d0db02213c32fff5b05cf0a718ab5f858802b91498f80d82270289d856a.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) WatchPodDeployed(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerPodDeployed, eigenPod []common.Address, podOwner []common.Address) (event.Subscription, error)
⋮----
// ParsePodDeployed is a log parse operation binding the contract event 0x21c99d0db02213c32fff5b05cf0a718ab5f858802b91498f80d82270289d856a.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) ParsePodDeployed(log types.Log) (*ContractEigenPodManagerPodDeployed, error)
⋮----
// ContractEigenPodManagerPodSharesUpdatedIterator is returned from FilterPodSharesUpdated and is used to iterate over the raw logs and unpacked data for PodSharesUpdated events raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerPodSharesUpdatedIterator struct {
	Event *ContractEigenPodManagerPodSharesUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodManagerPodSharesUpdated // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodManagerPodSharesUpdated represents a PodSharesUpdated event raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerPodSharesUpdated struct {
	PodOwner    common.Address
	SharesDelta *big.Int
	Raw         types.Log // Blockchain specific contextual infos
}
⋮----
Raw         types.Log // Blockchain specific contextual infos
⋮----
// FilterPodSharesUpdated is a free log retrieval operation binding the contract event 0x4e2b791dedccd9fb30141b088cabf5c14a8912b52f59375c95c010700b8c6193.
⋮----
// Solidity: event PodSharesUpdated(address indexed podOwner, int256 sharesDelta)
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) FilterPodSharesUpdated(opts *bind.FilterOpts, podOwner []common.Address) (*ContractEigenPodManagerPodSharesUpdatedIterator, error)
⋮----
// WatchPodSharesUpdated is a free log subscription operation binding the contract event 0x4e2b791dedccd9fb30141b088cabf5c14a8912b52f59375c95c010700b8c6193.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) WatchPodSharesUpdated(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerPodSharesUpdated, podOwner []common.Address) (event.Subscription, error)
⋮----
// ParsePodSharesUpdated is a log parse operation binding the contract event 0x4e2b791dedccd9fb30141b088cabf5c14a8912b52f59375c95c010700b8c6193.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) ParsePodSharesUpdated(log types.Log) (*ContractEigenPodManagerPodSharesUpdated, error)
⋮----
// ContractEigenPodManagerUnpausedIterator is returned from FilterUnpaused and is used to iterate over the raw logs and unpacked data for Unpaused events raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerUnpausedIterator struct {
	Event *ContractEigenPodManagerUnpaused // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractEigenPodManagerUnpaused // Event containing the contract specifics and raw log
⋮----
// ContractEigenPodManagerUnpaused represents a Unpaused event raised by the ContractEigenPodManager contract.
type ContractEigenPodManagerUnpaused struct {
	Account         common.Address
	NewPausedStatus *big.Int
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
// FilterUnpaused is a free log retrieval operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
// Solidity: event Unpaused(address indexed account, uint256 newPausedStatus)
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) FilterUnpaused(opts *bind.FilterOpts, account []common.Address) (*ContractEigenPodManagerUnpausedIterator, error)
⋮----
// WatchUnpaused is a free log subscription operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractEigenPodManagerUnpaused, account []common.Address) (event.Subscription, error)
⋮----
// ParseUnpaused is a log parse operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
func (_ContractEigenPodManager *ContractEigenPodManagerFilterer) ParseUnpaused(log types.Log) (*ContractEigenPodManagerUnpaused, error)
````

## File: M2-contracts/bindings/IAVSDirectory/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractIAVSDirectory
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// ISignatureUtilsSignatureWithSaltAndExpiry is an auto generated low-level Go binding around an user-defined struct.
type ISignatureUtilsSignatureWithSaltAndExpiry struct {
	Signature []byte
	Salt      [32]byte
	Expiry    *big.Int
}
⋮----
// ContractIAVSDirectoryMetaData contains all meta data concerning the ContractIAVSDirectory contract.
var ContractIAVSDirectoryMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"function\",\"name\":\"OPERATOR_AVS_REGISTRATION_TYPEHASH\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"calculateOperatorAVSRegistrationDigestHash\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"cancelSalt\",\"inputs\":[{\"name\":\"salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"deregisterOperatorFromAVS\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"domainSeparator\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"operatorSaltIsSpent\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"registerOperatorToAVS\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorSignature\",\"type\":\"tuple\",\"internalType\":\"structISignatureUtils.SignatureWithSaltAndExpiry\",\"components\":[{\"name\":\"signature\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"updateAVSMetadataURI\",\"inputs\":[{\"name\":\"metadataURI\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"event\",\"name\":\"AVSMetadataURIUpdated\",\"inputs\":[{\"name\":\"avs\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"metadataURI\",\"type\":\"string\",\"indexed\":false,\"internalType\":\"string\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorAVSRegistrationStatusUpdated\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"avs\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"status\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"enumIAVSDirectory.OperatorAVSRegistrationStatus\"}],\"anonymous\":false}]",
}
⋮----
// ContractIAVSDirectoryABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractIAVSDirectoryMetaData.ABI instead.
var ContractIAVSDirectoryABI = ContractIAVSDirectoryMetaData.ABI
⋮----
// ContractIAVSDirectoryMethods is an auto generated interface around an Ethereum contract.
type ContractIAVSDirectoryMethods interface {
	ContractIAVSDirectoryCalls
	ContractIAVSDirectoryTransacts
	ContractIAVSDirectoryFilters
}
⋮----
// ContractIAVSDirectoryCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractIAVSDirectoryCalls interface {
	OPERATORAVSREGISTRATIONTYPEHASH(opts *bind.CallOpts) ([32]byte, error)

	CalculateOperatorAVSRegistrationDigestHash(opts *bind.CallOpts, operator common.Address, avs common.Address, salt [32]byte, expiry *big.Int) ([32]byte, error)

	DomainSeparator(opts *bind.CallOpts) ([32]byte, error)

	OperatorSaltIsSpent(opts *bind.CallOpts, operator common.Address, salt [32]byte) (bool, error)
}
⋮----
// ContractIAVSDirectoryTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractIAVSDirectoryTransacts interface {
	CancelSalt(opts *bind.TransactOpts, salt [32]byte) (*types.Transaction, error)

	DeregisterOperatorFromAVS(opts *bind.TransactOpts, operator common.Address) (*types.Transaction, error)

	RegisterOperatorToAVS(opts *bind.TransactOpts, operator common.Address, operatorSignature ISignatureUtilsSignatureWithSaltAndExpiry) (*types.Transaction, error)

	UpdateAVSMetadataURI(opts *bind.TransactOpts, metadataURI string) (*types.Transaction, error)
}
⋮----
// ContractIAVSDirectoryFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractIAVSDirectoryFilters interface {
	FilterAVSMetadataURIUpdated(opts *bind.FilterOpts, avs []common.Address) (*ContractIAVSDirectoryAVSMetadataURIUpdatedIterator, error)
	WatchAVSMetadataURIUpdated(opts *bind.WatchOpts, sink chan<- *ContractIAVSDirectoryAVSMetadataURIUpdated, avs []common.Address) (event.Subscription, error)
	ParseAVSMetadataURIUpdated(log types.Log) (*ContractIAVSDirectoryAVSMetadataURIUpdated, error)

	FilterOperatorAVSRegistrationStatusUpdated(opts *bind.FilterOpts, operator []common.Address, avs []common.Address) (*ContractIAVSDirectoryOperatorAVSRegistrationStatusUpdatedIterator, error)
	WatchOperatorAVSRegistrationStatusUpdated(opts *bind.WatchOpts, sink chan<- *ContractIAVSDirectoryOperatorAVSRegistrationStatusUpdated, operator []common.Address, avs []common.Address) (event.Subscription, error)
	ParseOperatorAVSRegistrationStatusUpdated(log types.Log) (*ContractIAVSDirectoryOperatorAVSRegistrationStatusUpdated, error)
}
⋮----
// ContractIAVSDirectory is an auto generated Go binding around an Ethereum contract.
type ContractIAVSDirectory struct {
	ContractIAVSDirectoryCaller     // Read-only binding to the contract
	ContractIAVSDirectoryTransactor // Write-only binding to the contract
	ContractIAVSDirectoryFilterer   // Log filterer for contract events
}
⋮----
ContractIAVSDirectoryCaller     // Read-only binding to the contract
ContractIAVSDirectoryTransactor // Write-only binding to the contract
ContractIAVSDirectoryFilterer   // Log filterer for contract events
⋮----
// ContractIAVSDirectory implements the ContractIAVSDirectoryMethods interface.
var _ ContractIAVSDirectoryMethods = (*ContractIAVSDirectory)(nil)
⋮----
// ContractIAVSDirectoryCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractIAVSDirectoryCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractIAVSDirectoryCaller implements the ContractIAVSDirectoryCalls interface.
var _ ContractIAVSDirectoryCalls = (*ContractIAVSDirectoryCaller)(nil)
⋮----
// ContractIAVSDirectoryTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractIAVSDirectoryTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractIAVSDirectoryTransactor implements the ContractIAVSDirectoryTransacts interface.
var _ ContractIAVSDirectoryTransacts = (*ContractIAVSDirectoryTransactor)(nil)
⋮----
// ContractIAVSDirectoryFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractIAVSDirectoryFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractIAVSDirectoryFilterer implements the ContractIAVSDirectoryFilters interface.
var _ ContractIAVSDirectoryFilters = (*ContractIAVSDirectoryFilterer)(nil)
⋮----
// ContractIAVSDirectorySession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractIAVSDirectorySession struct {
	Contract     *ContractIAVSDirectory // Generic contract binding to set the session for
	CallOpts     bind.CallOpts          // Call options to use throughout this session
	TransactOpts bind.TransactOpts      // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractIAVSDirectory // Generic contract binding to set the session for
CallOpts     bind.CallOpts          // Call options to use throughout this session
TransactOpts bind.TransactOpts      // Transaction auth options to use throughout this session
⋮----
// ContractIAVSDirectoryCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractIAVSDirectoryCallerSession struct {
	Contract *ContractIAVSDirectoryCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                // Call options to use throughout this session
}
⋮----
Contract *ContractIAVSDirectoryCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                // Call options to use throughout this session
⋮----
// ContractIAVSDirectoryTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractIAVSDirectoryTransactorSession struct {
	Contract     *ContractIAVSDirectoryTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractIAVSDirectoryTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                // Transaction auth options to use throughout this session
⋮----
// ContractIAVSDirectoryRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractIAVSDirectoryRaw struct {
	Contract *ContractIAVSDirectory // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractIAVSDirectory // Generic contract binding to access the raw methods on
⋮----
// ContractIAVSDirectoryCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractIAVSDirectoryCallerRaw struct {
	Contract *ContractIAVSDirectoryCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractIAVSDirectoryCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractIAVSDirectoryTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractIAVSDirectoryTransactorRaw struct {
	Contract *ContractIAVSDirectoryTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractIAVSDirectoryTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractIAVSDirectory creates a new instance of ContractIAVSDirectory, bound to a specific deployed contract.
func NewContractIAVSDirectory(address common.Address, backend bind.ContractBackend) (*ContractIAVSDirectory, error)
⋮----
// NewContractIAVSDirectoryCaller creates a new read-only instance of ContractIAVSDirectory, bound to a specific deployed contract.
func NewContractIAVSDirectoryCaller(address common.Address, caller bind.ContractCaller) (*ContractIAVSDirectoryCaller, error)
⋮----
// NewContractIAVSDirectoryTransactor creates a new write-only instance of ContractIAVSDirectory, bound to a specific deployed contract.
func NewContractIAVSDirectoryTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractIAVSDirectoryTransactor, error)
⋮----
// NewContractIAVSDirectoryFilterer creates a new log filterer instance of ContractIAVSDirectory, bound to a specific deployed contract.
func NewContractIAVSDirectoryFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractIAVSDirectoryFilterer, error)
⋮----
// bindContractIAVSDirectory binds a generic wrapper to an already deployed contract.
func bindContractIAVSDirectory(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractIAVSDirectory *ContractIAVSDirectoryRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractIAVSDirectory *ContractIAVSDirectoryRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractIAVSDirectory *ContractIAVSDirectoryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// OPERATORAVSREGISTRATIONTYPEHASH is a free data retrieval call binding the contract method 0xd79aceab.
//
// Solidity: function OPERATOR_AVS_REGISTRATION_TYPEHASH() view returns(bytes32)
func (_ContractIAVSDirectory *ContractIAVSDirectoryCaller) OPERATORAVSREGISTRATIONTYPEHASH(opts *bind.CallOpts) ([32]byte, error)
⋮----
var out []interface{}
⋮----
// CalculateOperatorAVSRegistrationDigestHash is a free data retrieval call binding the contract method 0xa1060c88.
⋮----
// Solidity: function calculateOperatorAVSRegistrationDigestHash(address operator, address avs, bytes32 salt, uint256 expiry) view returns(bytes32)
func (_ContractIAVSDirectory *ContractIAVSDirectoryCaller) CalculateOperatorAVSRegistrationDigestHash(opts *bind.CallOpts, operator common.Address, avs common.Address, salt [32]byte, expiry *big.Int) ([32]byte, error)
⋮----
// DomainSeparator is a free data retrieval call binding the contract method 0xf698da25.
⋮----
// Solidity: function domainSeparator() view returns(bytes32)
func (_ContractIAVSDirectory *ContractIAVSDirectoryCaller) DomainSeparator(opts *bind.CallOpts) ([32]byte, error)
⋮----
// OperatorSaltIsSpent is a free data retrieval call binding the contract method 0x374823b5.
⋮----
// Solidity: function operatorSaltIsSpent(address operator, bytes32 salt) view returns(bool)
func (_ContractIAVSDirectory *ContractIAVSDirectoryCaller) OperatorSaltIsSpent(opts *bind.CallOpts, operator common.Address, salt [32]byte) (bool, error)
⋮----
// CancelSalt is a paid mutator transaction binding the contract method 0xec76f442.
⋮----
// Solidity: function cancelSalt(bytes32 salt) returns()
func (_ContractIAVSDirectory *ContractIAVSDirectoryTransactor) CancelSalt(opts *bind.TransactOpts, salt [32]byte) (*types.Transaction, error)
⋮----
// DeregisterOperatorFromAVS is a paid mutator transaction binding the contract method 0xa364f4da.
⋮----
// Solidity: function deregisterOperatorFromAVS(address operator) returns()
func (_ContractIAVSDirectory *ContractIAVSDirectoryTransactor) DeregisterOperatorFromAVS(opts *bind.TransactOpts, operator common.Address) (*types.Transaction, error)
⋮----
// RegisterOperatorToAVS is a paid mutator transaction binding the contract method 0x9926ee7d.
⋮----
// Solidity: function registerOperatorToAVS(address operator, (bytes,bytes32,uint256) operatorSignature) returns()
func (_ContractIAVSDirectory *ContractIAVSDirectoryTransactor) RegisterOperatorToAVS(opts *bind.TransactOpts, operator common.Address, operatorSignature ISignatureUtilsSignatureWithSaltAndExpiry) (*types.Transaction, error)
⋮----
// UpdateAVSMetadataURI is a paid mutator transaction binding the contract method 0xa98fb355.
⋮----
// Solidity: function updateAVSMetadataURI(string metadataURI) returns()
func (_ContractIAVSDirectory *ContractIAVSDirectoryTransactor) UpdateAVSMetadataURI(opts *bind.TransactOpts, metadataURI string) (*types.Transaction, error)
⋮----
// ContractIAVSDirectoryAVSMetadataURIUpdatedIterator is returned from FilterAVSMetadataURIUpdated and is used to iterate over the raw logs and unpacked data for AVSMetadataURIUpdated events raised by the ContractIAVSDirectory contract.
type ContractIAVSDirectoryAVSMetadataURIUpdatedIterator struct {
	Event *ContractIAVSDirectoryAVSMetadataURIUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIAVSDirectoryAVSMetadataURIUpdated // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractIAVSDirectoryAVSMetadataURIUpdatedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractIAVSDirectoryAVSMetadataURIUpdatedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractIAVSDirectoryAVSMetadataURIUpdatedIterator) Close() error
⋮----
// ContractIAVSDirectoryAVSMetadataURIUpdated represents a AVSMetadataURIUpdated event raised by the ContractIAVSDirectory contract.
type ContractIAVSDirectoryAVSMetadataURIUpdated struct {
	Avs         common.Address
	MetadataURI string
	Raw         types.Log // Blockchain specific contextual infos
}
⋮----
Raw         types.Log // Blockchain specific contextual infos
⋮----
// FilterAVSMetadataURIUpdated is a free log retrieval operation binding the contract event 0xa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c943713.
⋮----
// Solidity: event AVSMetadataURIUpdated(address indexed avs, string metadataURI)
func (_ContractIAVSDirectory *ContractIAVSDirectoryFilterer) FilterAVSMetadataURIUpdated(opts *bind.FilterOpts, avs []common.Address) (*ContractIAVSDirectoryAVSMetadataURIUpdatedIterator, error)
⋮----
var avsRule []interface{}
⋮----
// WatchAVSMetadataURIUpdated is a free log subscription operation binding the contract event 0xa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c943713.
⋮----
func (_ContractIAVSDirectory *ContractIAVSDirectoryFilterer) WatchAVSMetadataURIUpdated(opts *bind.WatchOpts, sink chan<- *ContractIAVSDirectoryAVSMetadataURIUpdated, avs []common.Address) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseAVSMetadataURIUpdated is a log parse operation binding the contract event 0xa89c1dc243d8908a96dd84944bcc97d6bc6ac00dd78e20621576be6a3c943713.
⋮----
func (_ContractIAVSDirectory *ContractIAVSDirectoryFilterer) ParseAVSMetadataURIUpdated(log types.Log) (*ContractIAVSDirectoryAVSMetadataURIUpdated, error)
⋮----
// ContractIAVSDirectoryOperatorAVSRegistrationStatusUpdatedIterator is returned from FilterOperatorAVSRegistrationStatusUpdated and is used to iterate over the raw logs and unpacked data for OperatorAVSRegistrationStatusUpdated events raised by the ContractIAVSDirectory contract.
type ContractIAVSDirectoryOperatorAVSRegistrationStatusUpdatedIterator struct {
	Event *ContractIAVSDirectoryOperatorAVSRegistrationStatusUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIAVSDirectoryOperatorAVSRegistrationStatusUpdated // Event containing the contract specifics and raw log
⋮----
// ContractIAVSDirectoryOperatorAVSRegistrationStatusUpdated represents a OperatorAVSRegistrationStatusUpdated event raised by the ContractIAVSDirectory contract.
type ContractIAVSDirectoryOperatorAVSRegistrationStatusUpdated struct {
	Operator common.Address
	Avs      common.Address
	Status   uint8
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
Raw      types.Log // Blockchain specific contextual infos
⋮----
// FilterOperatorAVSRegistrationStatusUpdated is a free log retrieval operation binding the contract event 0xf0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b41.
⋮----
// Solidity: event OperatorAVSRegistrationStatusUpdated(address indexed operator, address indexed avs, uint8 status)
func (_ContractIAVSDirectory *ContractIAVSDirectoryFilterer) FilterOperatorAVSRegistrationStatusUpdated(opts *bind.FilterOpts, operator []common.Address, avs []common.Address) (*ContractIAVSDirectoryOperatorAVSRegistrationStatusUpdatedIterator, error)
⋮----
var operatorRule []interface{}
⋮----
// WatchOperatorAVSRegistrationStatusUpdated is a free log subscription operation binding the contract event 0xf0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b41.
⋮----
func (_ContractIAVSDirectory *ContractIAVSDirectoryFilterer) WatchOperatorAVSRegistrationStatusUpdated(opts *bind.WatchOpts, sink chan<- *ContractIAVSDirectoryOperatorAVSRegistrationStatusUpdated, operator []common.Address, avs []common.Address) (event.Subscription, error)
⋮----
// ParseOperatorAVSRegistrationStatusUpdated is a log parse operation binding the contract event 0xf0952b1c65271d819d39983d2abb044b9cace59bcc4d4dd389f586ebdcb15b41.
⋮----
func (_ContractIAVSDirectory *ContractIAVSDirectoryFilterer) ParseOperatorAVSRegistrationStatusUpdated(log types.Log) (*ContractIAVSDirectoryOperatorAVSRegistrationStatusUpdated, error)
````

## File: M2-contracts/bindings/IBLSSignatureChecker/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractIBLSSignatureChecker
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// BN254G1Point is an auto generated low-level Go binding around an user-defined struct.
type BN254G1Point struct {
	X *big.Int
	Y *big.Int
}
⋮----
// BN254G2Point is an auto generated low-level Go binding around an user-defined struct.
type BN254G2Point struct {
	X [2]*big.Int
	Y [2]*big.Int
}
⋮----
// IBLSSignatureCheckerNonSignerStakesAndSignature is an auto generated low-level Go binding around an user-defined struct.
type IBLSSignatureCheckerNonSignerStakesAndSignature struct {
	NonSignerQuorumBitmapIndices []uint32
	NonSignerPubkeys             []BN254G1Point
	QuorumApks                   []BN254G1Point
	ApkG2                        BN254G2Point
	Sigma                        BN254G1Point
	QuorumApkIndices             []uint32
	TotalStakeIndices            []uint32
	NonSignerStakeIndices        [][]uint32
}
⋮----
// IBLSSignatureCheckerQuorumStakeTotals is an auto generated low-level Go binding around an user-defined struct.
type IBLSSignatureCheckerQuorumStakeTotals struct {
	SignedStakeForQuorum []*big.Int
	TotalStakeForQuorum  []*big.Int
}
⋮----
// ContractIBLSSignatureCheckerMetaData contains all meta data concerning the ContractIBLSSignatureChecker contract.
var ContractIBLSSignatureCheckerMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"function\",\"name\":\"blsApkRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIBLSApkRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"checkSignatures\",\"inputs\":[{\"name\":\"msgHash\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"referenceBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"nonSignerStakesAndSignature\",\"type\":\"tuple\",\"internalType\":\"structIBLSSignatureChecker.NonSignerStakesAndSignature\",\"components\":[{\"name\":\"nonSignerQuorumBitmapIndices\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"nonSignerPubkeys\",\"type\":\"tuple[]\",\"internalType\":\"structBN254.G1Point[]\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"quorumApks\",\"type\":\"tuple[]\",\"internalType\":\"structBN254.G1Point[]\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"apkG2\",\"type\":\"tuple\",\"internalType\":\"structBN254.G2Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"},{\"name\":\"Y\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"}]},{\"name\":\"sigma\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"quorumApkIndices\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"totalStakeIndices\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"nonSignerStakeIndices\",\"type\":\"uint32[][]\",\"internalType\":\"uint32[][]\"}]}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIBLSSignatureChecker.QuorumStakeTotals\",\"components\":[{\"name\":\"signedStakeForQuorum\",\"type\":\"uint96[]\",\"internalType\":\"uint96[]\"},{\"name\":\"totalStakeForQuorum\",\"type\":\"uint96[]\",\"internalType\":\"uint96[]\"}]},{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"delegation\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIDelegationManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"registryCoordinator\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIRegistryCoordinator\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"stakeRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStakeRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"event\",\"name\":\"StaleStakesForbiddenUpdate\",\"inputs\":[{\"name\":\"value\",\"type\":\"bool\",\"indexed\":false,\"internalType\":\"bool\"}],\"anonymous\":false}]",
}
⋮----
// ContractIBLSSignatureCheckerABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractIBLSSignatureCheckerMetaData.ABI instead.
var ContractIBLSSignatureCheckerABI = ContractIBLSSignatureCheckerMetaData.ABI
⋮----
// ContractIBLSSignatureCheckerMethods is an auto generated interface around an Ethereum contract.
type ContractIBLSSignatureCheckerMethods interface {
	ContractIBLSSignatureCheckerCalls
	ContractIBLSSignatureCheckerTransacts
	ContractIBLSSignatureCheckerFilters
}
⋮----
// ContractIBLSSignatureCheckerCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractIBLSSignatureCheckerCalls interface {
	BlsApkRegistry(opts *bind.CallOpts) (common.Address, error)

	CheckSignatures(opts *bind.CallOpts, msgHash [32]byte, quorumNumbers []byte, referenceBlockNumber uint32, nonSignerStakesAndSignature IBLSSignatureCheckerNonSignerStakesAndSignature) (IBLSSignatureCheckerQuorumStakeTotals, [32]byte, error)

	Delegation(opts *bind.CallOpts) (common.Address, error)

	RegistryCoordinator(opts *bind.CallOpts) (common.Address, error)

	StakeRegistry(opts *bind.CallOpts) (common.Address, error)
}
⋮----
// ContractIBLSSignatureCheckerTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractIBLSSignatureCheckerTransacts interface {
}
⋮----
// ContractIBLSSignatureCheckerFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractIBLSSignatureCheckerFilters interface {
	FilterStaleStakesForbiddenUpdate(opts *bind.FilterOpts) (*ContractIBLSSignatureCheckerStaleStakesForbiddenUpdateIterator, error)
	WatchStaleStakesForbiddenUpdate(opts *bind.WatchOpts, sink chan<- *ContractIBLSSignatureCheckerStaleStakesForbiddenUpdate) (event.Subscription, error)
	ParseStaleStakesForbiddenUpdate(log types.Log) (*ContractIBLSSignatureCheckerStaleStakesForbiddenUpdate, error)
}
⋮----
// ContractIBLSSignatureChecker is an auto generated Go binding around an Ethereum contract.
type ContractIBLSSignatureChecker struct {
	ContractIBLSSignatureCheckerCaller     // Read-only binding to the contract
	ContractIBLSSignatureCheckerTransactor // Write-only binding to the contract
	ContractIBLSSignatureCheckerFilterer   // Log filterer for contract events
}
⋮----
ContractIBLSSignatureCheckerCaller     // Read-only binding to the contract
ContractIBLSSignatureCheckerTransactor // Write-only binding to the contract
ContractIBLSSignatureCheckerFilterer   // Log filterer for contract events
⋮----
// ContractIBLSSignatureChecker implements the ContractIBLSSignatureCheckerMethods interface.
var _ ContractIBLSSignatureCheckerMethods = (*ContractIBLSSignatureChecker)(nil)
⋮----
// ContractIBLSSignatureCheckerCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractIBLSSignatureCheckerCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractIBLSSignatureCheckerCaller implements the ContractIBLSSignatureCheckerCalls interface.
var _ ContractIBLSSignatureCheckerCalls = (*ContractIBLSSignatureCheckerCaller)(nil)
⋮----
// ContractIBLSSignatureCheckerTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractIBLSSignatureCheckerTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractIBLSSignatureCheckerTransactor implements the ContractIBLSSignatureCheckerTransacts interface.
var _ ContractIBLSSignatureCheckerTransacts = (*ContractIBLSSignatureCheckerTransactor)(nil)
⋮----
// ContractIBLSSignatureCheckerFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractIBLSSignatureCheckerFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractIBLSSignatureCheckerFilterer implements the ContractIBLSSignatureCheckerFilters interface.
var _ ContractIBLSSignatureCheckerFilters = (*ContractIBLSSignatureCheckerFilterer)(nil)
⋮----
// ContractIBLSSignatureCheckerSession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractIBLSSignatureCheckerSession struct {
	Contract     *ContractIBLSSignatureChecker // Generic contract binding to set the session for
	CallOpts     bind.CallOpts                 // Call options to use throughout this session
	TransactOpts bind.TransactOpts             // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractIBLSSignatureChecker // Generic contract binding to set the session for
CallOpts     bind.CallOpts                 // Call options to use throughout this session
TransactOpts bind.TransactOpts             // Transaction auth options to use throughout this session
⋮----
// ContractIBLSSignatureCheckerCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractIBLSSignatureCheckerCallerSession struct {
	Contract *ContractIBLSSignatureCheckerCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                       // Call options to use throughout this session
}
⋮----
Contract *ContractIBLSSignatureCheckerCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                       // Call options to use throughout this session
⋮----
// ContractIBLSSignatureCheckerTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractIBLSSignatureCheckerTransactorSession struct {
	Contract     *ContractIBLSSignatureCheckerTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                       // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractIBLSSignatureCheckerTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                       // Transaction auth options to use throughout this session
⋮----
// ContractIBLSSignatureCheckerRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractIBLSSignatureCheckerRaw struct {
	Contract *ContractIBLSSignatureChecker // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractIBLSSignatureChecker // Generic contract binding to access the raw methods on
⋮----
// ContractIBLSSignatureCheckerCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractIBLSSignatureCheckerCallerRaw struct {
	Contract *ContractIBLSSignatureCheckerCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractIBLSSignatureCheckerCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractIBLSSignatureCheckerTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractIBLSSignatureCheckerTransactorRaw struct {
	Contract *ContractIBLSSignatureCheckerTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractIBLSSignatureCheckerTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractIBLSSignatureChecker creates a new instance of ContractIBLSSignatureChecker, bound to a specific deployed contract.
func NewContractIBLSSignatureChecker(address common.Address, backend bind.ContractBackend) (*ContractIBLSSignatureChecker, error)
⋮----
// NewContractIBLSSignatureCheckerCaller creates a new read-only instance of ContractIBLSSignatureChecker, bound to a specific deployed contract.
func NewContractIBLSSignatureCheckerCaller(address common.Address, caller bind.ContractCaller) (*ContractIBLSSignatureCheckerCaller, error)
⋮----
// NewContractIBLSSignatureCheckerTransactor creates a new write-only instance of ContractIBLSSignatureChecker, bound to a specific deployed contract.
func NewContractIBLSSignatureCheckerTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractIBLSSignatureCheckerTransactor, error)
⋮----
// NewContractIBLSSignatureCheckerFilterer creates a new log filterer instance of ContractIBLSSignatureChecker, bound to a specific deployed contract.
func NewContractIBLSSignatureCheckerFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractIBLSSignatureCheckerFilterer, error)
⋮----
// bindContractIBLSSignatureChecker binds a generic wrapper to an already deployed contract.
func bindContractIBLSSignatureChecker(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractIBLSSignatureChecker *ContractIBLSSignatureCheckerRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractIBLSSignatureChecker *ContractIBLSSignatureCheckerRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractIBLSSignatureChecker *ContractIBLSSignatureCheckerRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// BlsApkRegistry is a free data retrieval call binding the contract method 0x5df45946.
//
// Solidity: function blsApkRegistry() view returns(address)
func (_ContractIBLSSignatureChecker *ContractIBLSSignatureCheckerCaller) BlsApkRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
var out []interface{}
⋮----
// CheckSignatures is a free data retrieval call binding the contract method 0x6efb4636.
⋮----
// Solidity: function checkSignatures(bytes32 msgHash, bytes quorumNumbers, uint32 referenceBlockNumber, (uint32[],(uint256,uint256)[],(uint256,uint256)[],(uint256[2],uint256[2]),(uint256,uint256),uint32[],uint32[],uint32[][]) nonSignerStakesAndSignature) view returns((uint96[],uint96[]), bytes32)
func (_ContractIBLSSignatureChecker *ContractIBLSSignatureCheckerCaller) CheckSignatures(opts *bind.CallOpts, msgHash [32]byte, quorumNumbers []byte, referenceBlockNumber uint32, nonSignerStakesAndSignature IBLSSignatureCheckerNonSignerStakesAndSignature) (IBLSSignatureCheckerQuorumStakeTotals, [32]byte, error)
⋮----
// Delegation is a free data retrieval call binding the contract method 0xdf5cf723.
⋮----
// Solidity: function delegation() view returns(address)
func (_ContractIBLSSignatureChecker *ContractIBLSSignatureCheckerCaller) Delegation(opts *bind.CallOpts) (common.Address, error)
⋮----
// RegistryCoordinator is a free data retrieval call binding the contract method 0x6d14a987.
⋮----
// Solidity: function registryCoordinator() view returns(address)
func (_ContractIBLSSignatureChecker *ContractIBLSSignatureCheckerCaller) RegistryCoordinator(opts *bind.CallOpts) (common.Address, error)
⋮----
// StakeRegistry is a free data retrieval call binding the contract method 0x68304835.
⋮----
// Solidity: function stakeRegistry() view returns(address)
func (_ContractIBLSSignatureChecker *ContractIBLSSignatureCheckerCaller) StakeRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// ContractIBLSSignatureCheckerStaleStakesForbiddenUpdateIterator is returned from FilterStaleStakesForbiddenUpdate and is used to iterate over the raw logs and unpacked data for StaleStakesForbiddenUpdate events raised by the ContractIBLSSignatureChecker contract.
type ContractIBLSSignatureCheckerStaleStakesForbiddenUpdateIterator struct {
	Event *ContractIBLSSignatureCheckerStaleStakesForbiddenUpdate // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIBLSSignatureCheckerStaleStakesForbiddenUpdate // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractIBLSSignatureCheckerStaleStakesForbiddenUpdateIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractIBLSSignatureCheckerStaleStakesForbiddenUpdateIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractIBLSSignatureCheckerStaleStakesForbiddenUpdateIterator) Close() error
⋮----
// ContractIBLSSignatureCheckerStaleStakesForbiddenUpdate represents a StaleStakesForbiddenUpdate event raised by the ContractIBLSSignatureChecker contract.
type ContractIBLSSignatureCheckerStaleStakesForbiddenUpdate struct {
	Value bool
	Raw   types.Log // Blockchain specific contextual infos
}
⋮----
Raw   types.Log // Blockchain specific contextual infos
⋮----
// FilterStaleStakesForbiddenUpdate is a free log retrieval operation binding the contract event 0x40e4ed880a29e0f6ddce307457fb75cddf4feef7d3ecb0301bfdf4976a0e2dfc.
⋮----
// Solidity: event StaleStakesForbiddenUpdate(bool value)
func (_ContractIBLSSignatureChecker *ContractIBLSSignatureCheckerFilterer) FilterStaleStakesForbiddenUpdate(opts *bind.FilterOpts) (*ContractIBLSSignatureCheckerStaleStakesForbiddenUpdateIterator, error)
⋮----
// WatchStaleStakesForbiddenUpdate is a free log subscription operation binding the contract event 0x40e4ed880a29e0f6ddce307457fb75cddf4feef7d3ecb0301bfdf4976a0e2dfc.
⋮----
func (_ContractIBLSSignatureChecker *ContractIBLSSignatureCheckerFilterer) WatchStaleStakesForbiddenUpdate(opts *bind.WatchOpts, sink chan<- *ContractIBLSSignatureCheckerStaleStakesForbiddenUpdate) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseStaleStakesForbiddenUpdate is a log parse operation binding the contract event 0x40e4ed880a29e0f6ddce307457fb75cddf4feef7d3ecb0301bfdf4976a0e2dfc.
⋮----
func (_ContractIBLSSignatureChecker *ContractIBLSSignatureCheckerFilterer) ParseStaleStakesForbiddenUpdate(log types.Log) (*ContractIBLSSignatureCheckerStaleStakesForbiddenUpdate, error)
````

## File: M2-contracts/bindings/IERC20/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractIERC20
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// ContractIERC20MetaData contains all meta data concerning the ContractIERC20 contract.
var ContractIERC20MetaData = &bind.MetaData{
	ABI: "[{\"type\":\"function\",\"name\":\"allowance\",\"inputs\":[{\"name\":\"owner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"spender\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"approve\",\"inputs\":[{\"name\":\"spender\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"balanceOf\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"decimals\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"name\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"symbol\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"totalSupply\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"transfer\",\"inputs\":[{\"name\":\"to\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"transferFrom\",\"inputs\":[{\"name\":\"from\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"to\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"event\",\"name\":\"Approval\",\"inputs\":[{\"name\":\"owner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"spender\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"value\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Transfer\",\"inputs\":[{\"name\":\"from\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"to\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"value\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false}]",
}
⋮----
// ContractIERC20ABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractIERC20MetaData.ABI instead.
var ContractIERC20ABI = ContractIERC20MetaData.ABI
⋮----
// ContractIERC20Methods is an auto generated interface around an Ethereum contract.
type ContractIERC20Methods interface {
	ContractIERC20Calls
	ContractIERC20Transacts
	ContractIERC20Filters
}
⋮----
// ContractIERC20Calls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractIERC20Calls interface {
	Allowance(opts *bind.CallOpts, owner common.Address, spender common.Address) (*big.Int, error)

	BalanceOf(opts *bind.CallOpts, account common.Address) (*big.Int, error)

	Decimals(opts *bind.CallOpts) (uint8, error)

	Name(opts *bind.CallOpts) (string, error)

	Symbol(opts *bind.CallOpts) (string, error)

	TotalSupply(opts *bind.CallOpts) (*big.Int, error)
}
⋮----
// ContractIERC20Transacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractIERC20Transacts interface {
	Approve(opts *bind.TransactOpts, spender common.Address, amount *big.Int) (*types.Transaction, error)

	Transfer(opts *bind.TransactOpts, to common.Address, amount *big.Int) (*types.Transaction, error)

	TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, amount *big.Int) (*types.Transaction, error)
}
⋮----
// ContractIERC20Filterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractIERC20Filters interface {
	FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*ContractIERC20ApprovalIterator, error)
	WatchApproval(opts *bind.WatchOpts, sink chan<- *ContractIERC20Approval, owner []common.Address, spender []common.Address) (event.Subscription, error)
	ParseApproval(log types.Log) (*ContractIERC20Approval, error)

	FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*ContractIERC20TransferIterator, error)
	WatchTransfer(opts *bind.WatchOpts, sink chan<- *ContractIERC20Transfer, from []common.Address, to []common.Address) (event.Subscription, error)
	ParseTransfer(log types.Log) (*ContractIERC20Transfer, error)
}
⋮----
// ContractIERC20 is an auto generated Go binding around an Ethereum contract.
type ContractIERC20 struct {
	ContractIERC20Caller     // Read-only binding to the contract
	ContractIERC20Transactor // Write-only binding to the contract
	ContractIERC20Filterer   // Log filterer for contract events
}
⋮----
ContractIERC20Caller     // Read-only binding to the contract
ContractIERC20Transactor // Write-only binding to the contract
ContractIERC20Filterer   // Log filterer for contract events
⋮----
// ContractIERC20 implements the ContractIERC20Methods interface.
var _ ContractIERC20Methods = (*ContractIERC20)(nil)
⋮----
// ContractIERC20Caller is an auto generated read-only Go binding around an Ethereum contract.
type ContractIERC20Caller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractIERC20Caller implements the ContractIERC20Calls interface.
var _ ContractIERC20Calls = (*ContractIERC20Caller)(nil)
⋮----
// ContractIERC20Transactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractIERC20Transactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractIERC20Transactor implements the ContractIERC20Transacts interface.
var _ ContractIERC20Transacts = (*ContractIERC20Transactor)(nil)
⋮----
// ContractIERC20Filterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractIERC20Filterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractIERC20Filterer implements the ContractIERC20Filters interface.
var _ ContractIERC20Filters = (*ContractIERC20Filterer)(nil)
⋮----
// ContractIERC20Session is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractIERC20Session struct {
	Contract     *ContractIERC20   // Generic contract binding to set the session for
	CallOpts     bind.CallOpts     // Call options to use throughout this session
	TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractIERC20   // Generic contract binding to set the session for
CallOpts     bind.CallOpts     // Call options to use throughout this session
TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
⋮----
// ContractIERC20CallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractIERC20CallerSession struct {
	Contract *ContractIERC20Caller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts         // Call options to use throughout this session
}
⋮----
Contract *ContractIERC20Caller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts         // Call options to use throughout this session
⋮----
// ContractIERC20TransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractIERC20TransactorSession struct {
	Contract     *ContractIERC20Transactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts         // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractIERC20Transactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts         // Transaction auth options to use throughout this session
⋮----
// ContractIERC20Raw is an auto generated low-level Go binding around an Ethereum contract.
type ContractIERC20Raw struct {
	Contract *ContractIERC20 // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractIERC20 // Generic contract binding to access the raw methods on
⋮----
// ContractIERC20CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractIERC20CallerRaw struct {
	Contract *ContractIERC20Caller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractIERC20Caller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractIERC20TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractIERC20TransactorRaw struct {
	Contract *ContractIERC20Transactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractIERC20Transactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractIERC20 creates a new instance of ContractIERC20, bound to a specific deployed contract.
func NewContractIERC20(address common.Address, backend bind.ContractBackend) (*ContractIERC20, error)
⋮----
// NewContractIERC20Caller creates a new read-only instance of ContractIERC20, bound to a specific deployed contract.
func NewContractIERC20Caller(address common.Address, caller bind.ContractCaller) (*ContractIERC20Caller, error)
⋮----
// NewContractIERC20Transactor creates a new write-only instance of ContractIERC20, bound to a specific deployed contract.
func NewContractIERC20Transactor(address common.Address, transactor bind.ContractTransactor) (*ContractIERC20Transactor, error)
⋮----
// NewContractIERC20Filterer creates a new log filterer instance of ContractIERC20, bound to a specific deployed contract.
func NewContractIERC20Filterer(address common.Address, filterer bind.ContractFilterer) (*ContractIERC20Filterer, error)
⋮----
// bindContractIERC20 binds a generic wrapper to an already deployed contract.
func bindContractIERC20(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractIERC20 *ContractIERC20Raw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractIERC20 *ContractIERC20Raw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractIERC20 *ContractIERC20Raw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.
//
// Solidity: function allowance(address owner, address spender) view returns(uint256)
func (_ContractIERC20 *ContractIERC20Caller) Allowance(opts *bind.CallOpts, owner common.Address, spender common.Address) (*big.Int, error)
⋮----
var out []interface{}
⋮----
// BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
⋮----
// Solidity: function balanceOf(address account) view returns(uint256)
func (_ContractIERC20 *ContractIERC20Caller) BalanceOf(opts *bind.CallOpts, account common.Address) (*big.Int, error)
⋮----
// Decimals is a free data retrieval call binding the contract method 0x313ce567.
⋮----
// Solidity: function decimals() view returns(uint8)
func (_ContractIERC20 *ContractIERC20Caller) Decimals(opts *bind.CallOpts) (uint8, error)
⋮----
// Name is a free data retrieval call binding the contract method 0x06fdde03.
⋮----
// Solidity: function name() view returns(string)
func (_ContractIERC20 *ContractIERC20Caller) Name(opts *bind.CallOpts) (string, error)
⋮----
// Symbol is a free data retrieval call binding the contract method 0x95d89b41.
⋮----
// Solidity: function symbol() view returns(string)
func (_ContractIERC20 *ContractIERC20Caller) Symbol(opts *bind.CallOpts) (string, error)
⋮----
// TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
⋮----
// Solidity: function totalSupply() view returns(uint256)
func (_ContractIERC20 *ContractIERC20Caller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)
⋮----
// Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
⋮----
// Solidity: function approve(address spender, uint256 amount) returns(bool)
func (_ContractIERC20 *ContractIERC20Transactor) Approve(opts *bind.TransactOpts, spender common.Address, amount *big.Int) (*types.Transaction, error)
⋮----
// Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.
⋮----
// Solidity: function transfer(address to, uint256 amount) returns(bool)
⋮----
// TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
⋮----
// Solidity: function transferFrom(address from, address to, uint256 amount) returns(bool)
func (_ContractIERC20 *ContractIERC20Transactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, amount *big.Int) (*types.Transaction, error)
⋮----
// ContractIERC20ApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the ContractIERC20 contract.
type ContractIERC20ApprovalIterator struct {
	Event *ContractIERC20Approval // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIERC20Approval // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractIERC20ApprovalIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractIERC20ApprovalIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractIERC20ApprovalIterator) Close() error
⋮----
// ContractIERC20Approval represents a Approval event raised by the ContractIERC20 contract.
type ContractIERC20Approval struct {
	Owner   common.Address
	Spender common.Address
	Value   *big.Int
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterApproval is a free log retrieval operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
⋮----
// Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)
func (_ContractIERC20 *ContractIERC20Filterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*ContractIERC20ApprovalIterator, error)
⋮----
var ownerRule []interface{}
⋮----
var spenderRule []interface{}
⋮----
// WatchApproval is a free log subscription operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
⋮----
func (_ContractIERC20 *ContractIERC20Filterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *ContractIERC20Approval, owner []common.Address, spender []common.Address) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseApproval is a log parse operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
⋮----
func (_ContractIERC20 *ContractIERC20Filterer) ParseApproval(log types.Log) (*ContractIERC20Approval, error)
⋮----
// ContractIERC20TransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the ContractIERC20 contract.
type ContractIERC20TransferIterator struct {
	Event *ContractIERC20Transfer // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIERC20Transfer // Event containing the contract specifics and raw log
⋮----
// ContractIERC20Transfer represents a Transfer event raised by the ContractIERC20 contract.
type ContractIERC20Transfer struct {
	From  common.Address
	To    common.Address
	Value *big.Int
	Raw   types.Log // Blockchain specific contextual infos
}
⋮----
Raw   types.Log // Blockchain specific contextual infos
⋮----
// FilterTransfer is a free log retrieval operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
⋮----
// Solidity: event Transfer(address indexed from, address indexed to, uint256 value)
func (_ContractIERC20 *ContractIERC20Filterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*ContractIERC20TransferIterator, error)
⋮----
var fromRule []interface{}
⋮----
var toRule []interface{}
⋮----
// WatchTransfer is a free log subscription operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
⋮----
func (_ContractIERC20 *ContractIERC20Filterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *ContractIERC20Transfer, from []common.Address, to []common.Address) (event.Subscription, error)
⋮----
// ParseTransfer is a log parse operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
⋮----
func (_ContractIERC20 *ContractIERC20Filterer) ParseTransfer(log types.Log) (*ContractIERC20Transfer, error)
````

## File: M2-contracts/bindings/IndexRegistry/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractIndexRegistry
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// IIndexRegistryOperatorUpdate is an auto generated low-level Go binding around an user-defined struct.
type IIndexRegistryOperatorUpdate struct {
	FromBlockNumber uint32
	OperatorId      [32]byte
}
⋮----
// IIndexRegistryQuorumUpdate is an auto generated low-level Go binding around an user-defined struct.
type IIndexRegistryQuorumUpdate struct {
	FromBlockNumber uint32
	NumOperators    uint32
}
⋮----
// ContractIndexRegistryMetaData contains all meta data concerning the ContractIndexRegistry contract.
var ContractIndexRegistryMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"_registryCoordinator\",\"type\":\"address\",\"internalType\":\"contractIRegistryCoordinator\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"OPERATOR_DOES_NOT_EXIST_ID\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"currentOperatorIndex\",\"inputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"deregisterOperator\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"getLatestOperatorUpdate\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"operatorIndex\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIIndexRegistry.OperatorUpdate\",\"components\":[{\"name\":\"fromBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getLatestQuorumUpdate\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIIndexRegistry.QuorumUpdate\",\"components\":[{\"name\":\"fromBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"numOperators\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorListAtBlockNumber\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32[]\",\"internalType\":\"bytes32[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorUpdateAtIndex\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"operatorIndex\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"arrayIndex\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIIndexRegistry.OperatorUpdate\",\"components\":[{\"name\":\"fromBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getQuorumUpdateAtIndex\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"quorumIndex\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIIndexRegistry.QuorumUpdate\",\"components\":[{\"name\":\"fromBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"numOperators\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"initializeQuorum\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"registerOperator\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"registryCoordinator\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"totalOperatorsForQuorum\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"QuorumIndexUpdate\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"},{\"name\":\"newOperatorIndex\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"}],\"anonymous\":false}]",
	Bin: "0x60a060405234801561001057600080fd5b5060405161136138038061136183398101604081905261002f9161010c565b6001600160a01b0381166080528061004561004c565b505061013c565b600054610100900460ff16156100b85760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b60005460ff908116101561010a576000805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b60006020828403121561011e57600080fd5b81516001600160a01b038116811461013557600080fd5b9392505050565b60805161120361015e60003960008181610142015261085a01526112036000f3fe608060405234801561001057600080fd5b50600436106100b35760003560e01c8063890262451161007157806389026245146101b3578063a48bb0ac146101d3578063bd29b8cd146101e6578063caa3cd76146101f9578063e2e685801461020f578063f34109221461025557600080fd5b8062bff04d146100b857806312d1d74d146100e157806326d941f2146101155780632ed583e51461012a5780636d14a9871461013d5780638121906f1461017c575b600080fd5b6100cb6100c6366004610ebd565b610268565b6040516100d89190610f39565b60405180910390f35b6100f46100ef366004610fad565b61038a565b60408051825163ffffffff16815260209283015192810192909252016100d8565b610128610123366004610fe0565b6103d0565b005b6100f4610138366004610ffb565b6104b4565b6101647f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b0390911681526020016100d8565b61018f61018a366004610fe0565b61053a565b60408051825163ffffffff90811682526020938401511692810192909252016100d8565b6101c66101c1366004610fad565b610581565b6040516100d8919061103e565b61018f6101e1366004610fad565b6106eb565b6101286101f4366004610ebd565b610762565b610201600081565b6040519081526020016100d8565b61024061021d366004611076565b600160209081526000928352604080842090915290825290205463ffffffff1681565b60405163ffffffff90911681526020016100d8565b610240610263366004610fe0565b610830565b606061027261084f565b60008267ffffffffffffffff81111561028d5761028d6110a0565b6040519080825280602002602001820160405280156102b6578160200160208202803683370190505b50905060005b8381101561037f5760008585838181106102d8576102d86110b6565b919091013560f81c60008181526003602052604090205490925090508061031a5760405162461bcd60e51b8152600401610311906110cc565b60405180910390fd5b600061032583610905565b905061033c8984610337600185611137565b6109fe565b8085858151811061034f5761034f6110b6565b602002602001019063ffffffff16908163ffffffff168152505050505080806103779061115c565b9150506102bc565b5090505b9392505050565b60408051808201909152600080825260208201526103a88383610a88565b60408051808201909152815463ffffffff168152600190910154602082015290505b92915050565b6103d861084f565b60ff8116600090815260036020526040902054156104525760405162461bcd60e51b815260206004820152603160248201527f496e64657852656769737472792e63726561746551756f72756d3a2071756f72604482015270756d20616c72656164792065786973747360781b6064820152608401610311565b60ff166000908152600360209081526040808320815180830190925263ffffffff438116835282840185815282546001810184559286529390942091519101805492518416600160201b0267ffffffffffffffff199093169190931617179055565b604080518082019091526000808252602082015260ff8416600090815260026020908152604080832063ffffffff80881685529252909120805490918416908110610501576105016110b6565b600091825260209182902060408051808201909152600290920201805463ffffffff168252600101549181019190915290509392505050565b604080518082019091526000808252602082015261055782610ae0565b60408051808201909152905463ffffffff8082168352600160201b90910416602082015292915050565b6060600061058f8484610b22565b905060008163ffffffff1667ffffffffffffffff8111156105b2576105b26110a0565b6040519080825280602002602001820160405280156105db578160200160208202803683370190505b50905060005b8263ffffffff168110156106e2576105fa868287610c57565b82828151811061060c5761060c6110b6565b6020026020010181815250506000801b82828151811061062e5761062e6110b6565b602002602001015114156106d05760405162461bcd60e51b815260206004820152605d60248201527f496e64657852656769737472792e6765744f70657261746f724c69737441744260448201527f6c6f636b4e756d6265723a206f70657261746f7220646f6573206e6f7420657860648201527f6973742061742074686520676976656e20626c6f636b206e756d626572000000608482015260a401610311565b806106da8161115c565b9150506105e1565b50949350505050565b604080518082019091526000808252602082015260ff83166000908152600360205260409020805463ffffffff8416908110610729576107296110b6565b60009182526020918290206040805180820190915291015463ffffffff8082168352600160201b90910416918101919091529392505050565b61076a61084f565b60005b8181101561082a576000838383818110610789576107896110b6565b919091013560f81c6000818152600360205260409020549092509050806107c25760405162461bcd60e51b8152600401610311906110cc565b60ff8216600090815260016020908152604080832089845290915281205463ffffffff16906107f084610d2e565b905060006107fe8583610d68565b9050808914610812576108128186856109fe565b505050505080806108229061115c565b91505061076d565b50505050565b600061083b82610ae0565b54600160201b900463ffffffff1692915050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146109035760405162461bcd60e51b815260206004820152604d60248201527f496e64657852656769737472792e6f6e6c795265676973747279436f6f72646960448201527f6e61746f723a2063616c6c6572206973206e6f7420746865207265676973747260648201526c3c9031b7b7b93234b730ba37b960991b608482015260a401610311565b565b60008061091183610ae0565b805490915060009061093190600160201b900463ffffffff166001611177565b905061093e848383610d92565b60ff841660009081526002602052604081209061095c600184611137565b63ffffffff1681526020810191909152604001600020546103835760ff8416600090815260026020526040812090610995600184611137565b63ffffffff908116825260208083019390935260409182016000908120835180850190945243831684528385018281528154600180820184559284529590922093516002909502909301805463ffffffff19169490921693909317815591519101559392505050565b6000610a0a8383610a88565b9050610a1883838387610e32565b60ff83166000818152600160209081526040808320888452825291829020805463ffffffff191663ffffffff871690811790915582519384529083015285917f6ee1e4f4075f3d067176140d34e87874244dd273294c05b2218133e49a2ba6f6910160405180910390a250505050565b60ff8216600090815260026020908152604080832063ffffffff851684529091528120805490610ab960018361119f565b81548110610ac957610ac96110b6565b906000526020600020906002020191505092915050565b60ff81166000908152600360205260408120805490610b0060018361119f565b81548110610b1057610b106110b6565b90600052602060002001915050919050565b60ff8216600090815260036020526040812054805b8015610bca5760ff85166000908152600360205260408120610b5a60018461119f565b81548110610b6a57610b6a6110b6565b60009182526020918290206040805180820190915291015463ffffffff808216808452600160201b90920481169383019390935290925090861610610bb7576020015192506103ca915050565b5080610bc2816111b6565b915050610b37565b5060405162461bcd60e51b815260206004820152605560248201527f496e64657852656769737472792e5f6f70657261746f72436f756e744174426c60448201527f6f636b4e756d6265723a2071756f72756d20646964206e6f742065786973742060648201527430ba1033b4bb32b710313637b1b590373ab6b132b960591b608482015260a401610311565b60ff8316600090815260026020908152604080832063ffffffff86168452909152812054805b8015610d225760ff8616600090815260026020908152604080832063ffffffff891684529091528120610cb160018461119f565b81548110610cc157610cc16110b6565b600091825260209182902060408051808201909152600290920201805463ffffffff9081168084526001909201549383019390935290925090861610610d0f57602001519250610383915050565b5080610d1a816111b6565b915050610c7d565b50600095945050505050565b600080610d3a83610ae0565b8054909150600090610d5b90600190600160201b900463ffffffff16611137565b9050610383848383610d92565b600080610d758484610a88565b6001810154909150610d8a8585846000610e32565b949350505050565b81544363ffffffff90811691161415610dc957815463ffffffff8216600160201b0267ffffffff0000000019909116178255505050565b60ff83166000908152600360209081526040808320815180830190925263ffffffff438116835285811683850190815282546001810184559286529390942091519101805492518416600160201b0267ffffffffffffffff199093169190931617179055505050565b81544363ffffffff90811691161415610e51576001820181905561082a565b60ff93909316600090815260026020818152604080842063ffffffff968716855282528084208151808301909252438716825281830197885280546001808201835591865292909420905191909202909101805463ffffffff1916919094161783559251919092015550565b600080600060408486031215610ed257600080fd5b83359250602084013567ffffffffffffffff80821115610ef157600080fd5b818601915086601f830112610f0557600080fd5b813581811115610f1457600080fd5b876020828501011115610f2657600080fd5b6020830194508093505050509250925092565b6020808252825182820181905260009190848201906040850190845b81811015610f7757835163ffffffff1683529284019291840191600101610f55565b50909695505050505050565b803560ff81168114610f9457600080fd5b919050565b803563ffffffff81168114610f9457600080fd5b60008060408385031215610fc057600080fd5b610fc983610f83565b9150610fd760208401610f99565b90509250929050565b600060208284031215610ff257600080fd5b61038382610f83565b60008060006060848603121561101057600080fd5b61101984610f83565b925061102760208501610f99565b915061103560408501610f99565b90509250925092565b6020808252825182820181905260009190848201906040850190845b81811015610f775783518352928401929184019160010161105a565b6000806040838503121561108957600080fd5b61109283610f83565b946020939093013593505050565b634e487b7160e01b600052604160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b60208082526035908201527f496e64657852656769737472792e72656769737465724f70657261746f723a206040820152741c5d5bdc9d5b48191bd95cc81b9bdd08195e1a5cdd605a1b606082015260800190565b634e487b7160e01b600052601160045260246000fd5b600063ffffffff8381169083168181101561115457611154611121565b039392505050565b600060001982141561117057611170611121565b5060010190565b600063ffffffff80831681851680830382111561119657611196611121565b01949350505050565b6000828210156111b1576111b1611121565b500390565b6000816111c5576111c5611121565b50600019019056fea2646970667358221220acea91ba437e50f0c588190981097bc2640b1359b3e6cf4b1cb7b91e80300c9564736f6c634300080c0033",
}
⋮----
// ContractIndexRegistryABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractIndexRegistryMetaData.ABI instead.
var ContractIndexRegistryABI = ContractIndexRegistryMetaData.ABI
⋮----
// ContractIndexRegistryBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractIndexRegistryMetaData.Bin instead.
var ContractIndexRegistryBin = ContractIndexRegistryMetaData.Bin
⋮----
// DeployContractIndexRegistry deploys a new Ethereum contract, binding an instance of ContractIndexRegistry to it.
func DeployContractIndexRegistry(auth *bind.TransactOpts, backend bind.ContractBackend, _registryCoordinator common.Address) (common.Address, *types.Transaction, *ContractIndexRegistry, error)
⋮----
// ContractIndexRegistryMethods is an auto generated interface around an Ethereum contract.
type ContractIndexRegistryMethods interface {
	ContractIndexRegistryCalls
	ContractIndexRegistryTransacts
	ContractIndexRegistryFilters
}
⋮----
// ContractIndexRegistryCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractIndexRegistryCalls interface {
	OPERATORDOESNOTEXISTID(opts *bind.CallOpts) ([32]byte, error)

	CurrentOperatorIndex(opts *bind.CallOpts, arg0 uint8, arg1 [32]byte) (uint32, error)

	GetLatestOperatorUpdate(opts *bind.CallOpts, quorumNumber uint8, operatorIndex uint32) (IIndexRegistryOperatorUpdate, error)

	GetLatestQuorumUpdate(opts *bind.CallOpts, quorumNumber uint8) (IIndexRegistryQuorumUpdate, error)

	GetOperatorListAtBlockNumber(opts *bind.CallOpts, quorumNumber uint8, blockNumber uint32) ([][32]byte, error)

	GetOperatorUpdateAtIndex(opts *bind.CallOpts, quorumNumber uint8, operatorIndex uint32, arrayIndex uint32) (IIndexRegistryOperatorUpdate, error)

	GetQuorumUpdateAtIndex(opts *bind.CallOpts, quorumNumber uint8, quorumIndex uint32) (IIndexRegistryQuorumUpdate, error)

	RegistryCoordinator(opts *bind.CallOpts) (common.Address, error)

	TotalOperatorsForQuorum(opts *bind.CallOpts, quorumNumber uint8) (uint32, error)
}
⋮----
// ContractIndexRegistryTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractIndexRegistryTransacts interface {
	DeregisterOperator(opts *bind.TransactOpts, operatorId [32]byte, quorumNumbers []byte) (*types.Transaction, error)

	InitializeQuorum(opts *bind.TransactOpts, quorumNumber uint8) (*types.Transaction, error)

	RegisterOperator(opts *bind.TransactOpts, operatorId [32]byte, quorumNumbers []byte) (*types.Transaction, error)
}
⋮----
// ContractIndexRegistryFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractIndexRegistryFilters interface {
	FilterInitialized(opts *bind.FilterOpts) (*ContractIndexRegistryInitializedIterator, error)
	WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractIndexRegistryInitialized) (event.Subscription, error)
	ParseInitialized(log types.Log) (*ContractIndexRegistryInitialized, error)

	FilterQuorumIndexUpdate(opts *bind.FilterOpts, operatorId [][32]byte) (*ContractIndexRegistryQuorumIndexUpdateIterator, error)
	WatchQuorumIndexUpdate(opts *bind.WatchOpts, sink chan<- *ContractIndexRegistryQuorumIndexUpdate, operatorId [][32]byte) (event.Subscription, error)
	ParseQuorumIndexUpdate(log types.Log) (*ContractIndexRegistryQuorumIndexUpdate, error)
}
⋮----
// ContractIndexRegistry is an auto generated Go binding around an Ethereum contract.
type ContractIndexRegistry struct {
	ContractIndexRegistryCaller     // Read-only binding to the contract
	ContractIndexRegistryTransactor // Write-only binding to the contract
	ContractIndexRegistryFilterer   // Log filterer for contract events
}
⋮----
ContractIndexRegistryCaller     // Read-only binding to the contract
ContractIndexRegistryTransactor // Write-only binding to the contract
ContractIndexRegistryFilterer   // Log filterer for contract events
⋮----
// ContractIndexRegistry implements the ContractIndexRegistryMethods interface.
var _ ContractIndexRegistryMethods = (*ContractIndexRegistry)(nil)
⋮----
// ContractIndexRegistryCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractIndexRegistryCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractIndexRegistryCaller implements the ContractIndexRegistryCalls interface.
var _ ContractIndexRegistryCalls = (*ContractIndexRegistryCaller)(nil)
⋮----
// ContractIndexRegistryTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractIndexRegistryTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractIndexRegistryTransactor implements the ContractIndexRegistryTransacts interface.
var _ ContractIndexRegistryTransacts = (*ContractIndexRegistryTransactor)(nil)
⋮----
// ContractIndexRegistryFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractIndexRegistryFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractIndexRegistryFilterer implements the ContractIndexRegistryFilters interface.
var _ ContractIndexRegistryFilters = (*ContractIndexRegistryFilterer)(nil)
⋮----
// ContractIndexRegistrySession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractIndexRegistrySession struct {
	Contract     *ContractIndexRegistry // Generic contract binding to set the session for
	CallOpts     bind.CallOpts          // Call options to use throughout this session
	TransactOpts bind.TransactOpts      // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractIndexRegistry // Generic contract binding to set the session for
CallOpts     bind.CallOpts          // Call options to use throughout this session
TransactOpts bind.TransactOpts      // Transaction auth options to use throughout this session
⋮----
// ContractIndexRegistryCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractIndexRegistryCallerSession struct {
	Contract *ContractIndexRegistryCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                // Call options to use throughout this session
}
⋮----
Contract *ContractIndexRegistryCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                // Call options to use throughout this session
⋮----
// ContractIndexRegistryTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractIndexRegistryTransactorSession struct {
	Contract     *ContractIndexRegistryTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractIndexRegistryTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                // Transaction auth options to use throughout this session
⋮----
// ContractIndexRegistryRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractIndexRegistryRaw struct {
	Contract *ContractIndexRegistry // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractIndexRegistry // Generic contract binding to access the raw methods on
⋮----
// ContractIndexRegistryCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractIndexRegistryCallerRaw struct {
	Contract *ContractIndexRegistryCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractIndexRegistryCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractIndexRegistryTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractIndexRegistryTransactorRaw struct {
	Contract *ContractIndexRegistryTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractIndexRegistryTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractIndexRegistry creates a new instance of ContractIndexRegistry, bound to a specific deployed contract.
func NewContractIndexRegistry(address common.Address, backend bind.ContractBackend) (*ContractIndexRegistry, error)
⋮----
// NewContractIndexRegistryCaller creates a new read-only instance of ContractIndexRegistry, bound to a specific deployed contract.
func NewContractIndexRegistryCaller(address common.Address, caller bind.ContractCaller) (*ContractIndexRegistryCaller, error)
⋮----
// NewContractIndexRegistryTransactor creates a new write-only instance of ContractIndexRegistry, bound to a specific deployed contract.
func NewContractIndexRegistryTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractIndexRegistryTransactor, error)
⋮----
// NewContractIndexRegistryFilterer creates a new log filterer instance of ContractIndexRegistry, bound to a specific deployed contract.
func NewContractIndexRegistryFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractIndexRegistryFilterer, error)
⋮----
// bindContractIndexRegistry binds a generic wrapper to an already deployed contract.
func bindContractIndexRegistry(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractIndexRegistry *ContractIndexRegistryRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractIndexRegistry *ContractIndexRegistryRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractIndexRegistry *ContractIndexRegistryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// OPERATORDOESNOTEXISTID is a free data retrieval call binding the contract method 0xcaa3cd76.
//
// Solidity: function OPERATOR_DOES_NOT_EXIST_ID() view returns(bytes32)
func (_ContractIndexRegistry *ContractIndexRegistryCaller) OPERATORDOESNOTEXISTID(opts *bind.CallOpts) ([32]byte, error)
⋮----
var out []interface{}
⋮----
// CurrentOperatorIndex is a free data retrieval call binding the contract method 0xe2e68580.
⋮----
// Solidity: function currentOperatorIndex(uint8 , bytes32 ) view returns(uint32)
func (_ContractIndexRegistry *ContractIndexRegistryCaller) CurrentOperatorIndex(opts *bind.CallOpts, arg0 uint8, arg1 [32]byte) (uint32, error)
⋮----
// GetLatestOperatorUpdate is a free data retrieval call binding the contract method 0x12d1d74d.
⋮----
// Solidity: function getLatestOperatorUpdate(uint8 quorumNumber, uint32 operatorIndex) view returns((uint32,bytes32))
func (_ContractIndexRegistry *ContractIndexRegistryCaller) GetLatestOperatorUpdate(opts *bind.CallOpts, quorumNumber uint8, operatorIndex uint32) (IIndexRegistryOperatorUpdate, error)
⋮----
// GetLatestQuorumUpdate is a free data retrieval call binding the contract method 0x8121906f.
⋮----
// Solidity: function getLatestQuorumUpdate(uint8 quorumNumber) view returns((uint32,uint32))
func (_ContractIndexRegistry *ContractIndexRegistryCaller) GetLatestQuorumUpdate(opts *bind.CallOpts, quorumNumber uint8) (IIndexRegistryQuorumUpdate, error)
⋮----
// GetOperatorListAtBlockNumber is a free data retrieval call binding the contract method 0x89026245.
⋮----
// Solidity: function getOperatorListAtBlockNumber(uint8 quorumNumber, uint32 blockNumber) view returns(bytes32[])
func (_ContractIndexRegistry *ContractIndexRegistryCaller) GetOperatorListAtBlockNumber(opts *bind.CallOpts, quorumNumber uint8, blockNumber uint32) ([][32]byte, error)
⋮----
// GetOperatorUpdateAtIndex is a free data retrieval call binding the contract method 0x2ed583e5.
⋮----
// Solidity: function getOperatorUpdateAtIndex(uint8 quorumNumber, uint32 operatorIndex, uint32 arrayIndex) view returns((uint32,bytes32))
func (_ContractIndexRegistry *ContractIndexRegistryCaller) GetOperatorUpdateAtIndex(opts *bind.CallOpts, quorumNumber uint8, operatorIndex uint32, arrayIndex uint32) (IIndexRegistryOperatorUpdate, error)
⋮----
// GetQuorumUpdateAtIndex is a free data retrieval call binding the contract method 0xa48bb0ac.
⋮----
// Solidity: function getQuorumUpdateAtIndex(uint8 quorumNumber, uint32 quorumIndex) view returns((uint32,uint32))
func (_ContractIndexRegistry *ContractIndexRegistryCaller) GetQuorumUpdateAtIndex(opts *bind.CallOpts, quorumNumber uint8, quorumIndex uint32) (IIndexRegistryQuorumUpdate, error)
⋮----
// RegistryCoordinator is a free data retrieval call binding the contract method 0x6d14a987.
⋮----
// Solidity: function registryCoordinator() view returns(address)
func (_ContractIndexRegistry *ContractIndexRegistryCaller) RegistryCoordinator(opts *bind.CallOpts) (common.Address, error)
⋮----
// TotalOperatorsForQuorum is a free data retrieval call binding the contract method 0xf3410922.
⋮----
// Solidity: function totalOperatorsForQuorum(uint8 quorumNumber) view returns(uint32)
func (_ContractIndexRegistry *ContractIndexRegistryCaller) TotalOperatorsForQuorum(opts *bind.CallOpts, quorumNumber uint8) (uint32, error)
⋮----
// DeregisterOperator is a paid mutator transaction binding the contract method 0xbd29b8cd.
⋮----
// Solidity: function deregisterOperator(bytes32 operatorId, bytes quorumNumbers) returns()
func (_ContractIndexRegistry *ContractIndexRegistryTransactor) DeregisterOperator(opts *bind.TransactOpts, operatorId [32]byte, quorumNumbers []byte) (*types.Transaction, error)
⋮----
// InitializeQuorum is a paid mutator transaction binding the contract method 0x26d941f2.
⋮----
// Solidity: function initializeQuorum(uint8 quorumNumber) returns()
func (_ContractIndexRegistry *ContractIndexRegistryTransactor) InitializeQuorum(opts *bind.TransactOpts, quorumNumber uint8) (*types.Transaction, error)
⋮----
// RegisterOperator is a paid mutator transaction binding the contract method 0x00bff04d.
⋮----
// Solidity: function registerOperator(bytes32 operatorId, bytes quorumNumbers) returns(uint32[])
func (_ContractIndexRegistry *ContractIndexRegistryTransactor) RegisterOperator(opts *bind.TransactOpts, operatorId [32]byte, quorumNumbers []byte) (*types.Transaction, error)
⋮----
// ContractIndexRegistryInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the ContractIndexRegistry contract.
type ContractIndexRegistryInitializedIterator struct {
	Event *ContractIndexRegistryInitialized // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIndexRegistryInitialized // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractIndexRegistryInitializedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractIndexRegistryInitializedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractIndexRegistryInitializedIterator) Close() error
⋮----
// ContractIndexRegistryInitialized represents a Initialized event raised by the ContractIndexRegistry contract.
type ContractIndexRegistryInitialized struct {
	Version uint8
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
// Solidity: event Initialized(uint8 version)
func (_ContractIndexRegistry *ContractIndexRegistryFilterer) FilterInitialized(opts *bind.FilterOpts) (*ContractIndexRegistryInitializedIterator, error)
⋮----
// WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractIndexRegistry *ContractIndexRegistryFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractIndexRegistryInitialized) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractIndexRegistry *ContractIndexRegistryFilterer) ParseInitialized(log types.Log) (*ContractIndexRegistryInitialized, error)
⋮----
// ContractIndexRegistryQuorumIndexUpdateIterator is returned from FilterQuorumIndexUpdate and is used to iterate over the raw logs and unpacked data for QuorumIndexUpdate events raised by the ContractIndexRegistry contract.
type ContractIndexRegistryQuorumIndexUpdateIterator struct {
	Event *ContractIndexRegistryQuorumIndexUpdate // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIndexRegistryQuorumIndexUpdate // Event containing the contract specifics and raw log
⋮----
// ContractIndexRegistryQuorumIndexUpdate represents a QuorumIndexUpdate event raised by the ContractIndexRegistry contract.
type ContractIndexRegistryQuorumIndexUpdate struct {
	OperatorId       [32]byte
	QuorumNumber     uint8
	NewOperatorIndex uint32
	Raw              types.Log // Blockchain specific contextual infos
}
⋮----
Raw              types.Log // Blockchain specific contextual infos
⋮----
// FilterQuorumIndexUpdate is a free log retrieval operation binding the contract event 0x6ee1e4f4075f3d067176140d34e87874244dd273294c05b2218133e49a2ba6f6.
⋮----
// Solidity: event QuorumIndexUpdate(bytes32 indexed operatorId, uint8 quorumNumber, uint32 newOperatorIndex)
func (_ContractIndexRegistry *ContractIndexRegistryFilterer) FilterQuorumIndexUpdate(opts *bind.FilterOpts, operatorId [][32]byte) (*ContractIndexRegistryQuorumIndexUpdateIterator, error)
⋮----
var operatorIdRule []interface{}
⋮----
// WatchQuorumIndexUpdate is a free log subscription operation binding the contract event 0x6ee1e4f4075f3d067176140d34e87874244dd273294c05b2218133e49a2ba6f6.
⋮----
func (_ContractIndexRegistry *ContractIndexRegistryFilterer) WatchQuorumIndexUpdate(opts *bind.WatchOpts, sink chan<- *ContractIndexRegistryQuorumIndexUpdate, operatorId [][32]byte) (event.Subscription, error)
⋮----
// ParseQuorumIndexUpdate is a log parse operation binding the contract event 0x6ee1e4f4075f3d067176140d34e87874244dd273294c05b2218133e49a2ba6f6.
⋮----
func (_ContractIndexRegistry *ContractIndexRegistryFilterer) ParseQuorumIndexUpdate(log types.Log) (*ContractIndexRegistryQuorumIndexUpdate, error)
````

## File: M2-contracts/bindings/IRewardsCoordinator/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractIRewardsCoordinator
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// IRewardsCoordinatorDistributionRoot is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorDistributionRoot struct {
	Root                           [32]byte
	RewardsCalculationEndTimestamp uint32
	ActivatedAt                    uint32
	Disabled                       bool
}
⋮----
// IRewardsCoordinatorEarnerTreeMerkleLeaf is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorEarnerTreeMerkleLeaf struct {
	Earner          common.Address
	EarnerTokenRoot [32]byte
}
⋮----
// IRewardsCoordinatorOperatorDirectedRewardsSubmission is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorOperatorDirectedRewardsSubmission struct {
	StrategiesAndMultipliers []IRewardsCoordinatorStrategyAndMultiplier
	Token                    common.Address
	OperatorRewards          []IRewardsCoordinatorOperatorReward
	StartTimestamp           uint32
	Duration                 uint32
	Description              string
}
⋮----
// IRewardsCoordinatorOperatorReward is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorOperatorReward struct {
	Operator common.Address
	Amount   *big.Int
}
⋮----
// IRewardsCoordinatorRewardsMerkleClaim is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorRewardsMerkleClaim struct {
	RootIndex       uint32
	EarnerIndex     uint32
	EarnerTreeProof []byte
	EarnerLeaf      IRewardsCoordinatorEarnerTreeMerkleLeaf
	TokenIndices    []uint32
	TokenTreeProofs [][]byte
	TokenLeaves     []IRewardsCoordinatorTokenTreeMerkleLeaf
}
⋮----
// IRewardsCoordinatorRewardsSubmission is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorRewardsSubmission struct {
	StrategiesAndMultipliers []IRewardsCoordinatorStrategyAndMultiplier
	Token                    common.Address
	Amount                   *big.Int
	StartTimestamp           uint32
	Duration                 uint32
}
⋮----
// IRewardsCoordinatorStrategyAndMultiplier is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorStrategyAndMultiplier struct {
	Strategy   common.Address
	Multiplier *big.Int
}
⋮----
// IRewardsCoordinatorTokenTreeMerkleLeaf is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorTokenTreeMerkleLeaf struct {
	Token              common.Address
	CumulativeEarnings *big.Int
}
⋮----
// ContractIRewardsCoordinatorMetaData contains all meta data concerning the ContractIRewardsCoordinator contract.
var ContractIRewardsCoordinatorMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"function\",\"name\":\"CALCULATION_INTERVAL_SECONDS\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"GENESIS_REWARDS_TIMESTAMP\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"MAX_FUTURE_LENGTH\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"MAX_RETROACTIVE_LENGTH\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"MAX_REWARDS_DURATION\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"activationDelay\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"calculateEarnerLeafHash\",\"inputs\":[{\"name\":\"leaf\",\"type\":\"tuple\",\"internalType\":\"structIRewardsCoordinator.EarnerTreeMerkleLeaf\",\"components\":[{\"name\":\"earner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"earnerTokenRoot\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}]}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"pure\"},{\"type\":\"function\",\"name\":\"calculateTokenLeafHash\",\"inputs\":[{\"name\":\"leaf\",\"type\":\"tuple\",\"internalType\":\"structIRewardsCoordinator.TokenTreeMerkleLeaf\",\"components\":[{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"cumulativeEarnings\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"pure\"},{\"type\":\"function\",\"name\":\"checkClaim\",\"inputs\":[{\"name\":\"claim\",\"type\":\"tuple\",\"internalType\":\"structIRewardsCoordinator.RewardsMerkleClaim\",\"components\":[{\"name\":\"rootIndex\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"earnerIndex\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"earnerTreeProof\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"earnerLeaf\",\"type\":\"tuple\",\"internalType\":\"structIRewardsCoordinator.EarnerTreeMerkleLeaf\",\"components\":[{\"name\":\"earner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"earnerTokenRoot\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}]},{\"name\":\"tokenIndices\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"tokenTreeProofs\",\"type\":\"bytes[]\",\"internalType\":\"bytes[]\"},{\"name\":\"tokenLeaves\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.TokenTreeMerkleLeaf[]\",\"components\":[{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"cumulativeEarnings\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}]}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"claimerFor\",\"inputs\":[{\"name\":\"earner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"createAVSRewardsSubmission\",\"inputs\":[{\"name\":\"rewardsSubmissions\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.RewardsSubmission[]\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"createOperatorDirectedAVSRewardsSubmission\",\"inputs\":[{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorDirectedRewardsSubmissions\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.OperatorDirectedRewardsSubmission[]\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"operatorRewards\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.OperatorReward[]\",\"components\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"description\",\"type\":\"string\",\"internalType\":\"string\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"createRewardsForAllEarners\",\"inputs\":[{\"name\":\"rewardsSubmissions\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.RewardsSubmission[]\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"createRewardsForAllSubmission\",\"inputs\":[{\"name\":\"rewardsSubmission\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.RewardsSubmission[]\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"cumulativeClaimed\",\"inputs\":[{\"name\":\"claimer\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"currRewardsCalculationEndTimestamp\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"defaultOperatorSplitBips\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint16\",\"internalType\":\"uint16\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"disableRoot\",\"inputs\":[{\"name\":\"rootIndex\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"domainSeparator\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getCurrentClaimableDistributionRoot\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIRewardsCoordinator.DistributionRoot\",\"components\":[{\"name\":\"root\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"rewardsCalculationEndTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"activatedAt\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"disabled\",\"type\":\"bool\",\"internalType\":\"bool\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getCurrentDistributionRoot\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIRewardsCoordinator.DistributionRoot\",\"components\":[{\"name\":\"root\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"rewardsCalculationEndTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"activatedAt\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"disabled\",\"type\":\"bool\",\"internalType\":\"bool\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getDistributionRootAtIndex\",\"inputs\":[{\"name\":\"index\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIRewardsCoordinator.DistributionRoot\",\"components\":[{\"name\":\"root\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"rewardsCalculationEndTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"activatedAt\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"disabled\",\"type\":\"bool\",\"internalType\":\"bool\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getDistributionRootsLength\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorAVSSplit\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint16\",\"internalType\":\"uint16\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorPISplit\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint16\",\"internalType\":\"uint16\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getRootIndexFromHash\",\"inputs\":[{\"name\":\"rootHash\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"processClaim\",\"inputs\":[{\"name\":\"claim\",\"type\":\"tuple\",\"internalType\":\"structIRewardsCoordinator.RewardsMerkleClaim\",\"components\":[{\"name\":\"rootIndex\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"earnerIndex\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"earnerTreeProof\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"earnerLeaf\",\"type\":\"tuple\",\"internalType\":\"structIRewardsCoordinator.EarnerTreeMerkleLeaf\",\"components\":[{\"name\":\"earner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"earnerTokenRoot\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}]},{\"name\":\"tokenIndices\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"tokenTreeProofs\",\"type\":\"bytes[]\",\"internalType\":\"bytes[]\"},{\"name\":\"tokenLeaves\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.TokenTreeMerkleLeaf[]\",\"components\":[{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"cumulativeEarnings\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}]},{\"name\":\"recipient\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"processClaims\",\"inputs\":[{\"name\":\"claims\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.RewardsMerkleClaim[]\",\"components\":[{\"name\":\"rootIndex\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"earnerIndex\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"earnerTreeProof\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"earnerLeaf\",\"type\":\"tuple\",\"internalType\":\"structIRewardsCoordinator.EarnerTreeMerkleLeaf\",\"components\":[{\"name\":\"earner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"earnerTokenRoot\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}]},{\"name\":\"tokenIndices\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"tokenTreeProofs\",\"type\":\"bytes[]\",\"internalType\":\"bytes[]\"},{\"name\":\"tokenLeaves\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.TokenTreeMerkleLeaf[]\",\"components\":[{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"cumulativeEarnings\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}]},{\"name\":\"recipient\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"rewardsUpdater\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"setActivationDelay\",\"inputs\":[{\"name\":\"_activationDelay\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setClaimerFor\",\"inputs\":[{\"name\":\"claimer\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setDefaultOperatorSplit\",\"inputs\":[{\"name\":\"split\",\"type\":\"uint16\",\"internalType\":\"uint16\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setOperatorAVSSplit\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"avs\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"split\",\"type\":\"uint16\",\"internalType\":\"uint16\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setOperatorPISplit\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"split\",\"type\":\"uint16\",\"internalType\":\"uint16\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setRewardsForAllSubmitter\",\"inputs\":[{\"name\":\"_submitter\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_newValue\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setRewardsUpdater\",\"inputs\":[{\"name\":\"_rewardsUpdater\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"submitRoot\",\"inputs\":[{\"name\":\"root\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"rewardsCalculationEndTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"event\",\"name\":\"AVSRewardsSubmissionCreated\",\"inputs\":[{\"name\":\"avs\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"submissionNonce\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"},{\"name\":\"rewardsSubmissionHash\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"rewardsSubmission\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structIRewardsCoordinator.RewardsSubmission\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"ActivationDelaySet\",\"inputs\":[{\"name\":\"oldActivationDelay\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"},{\"name\":\"newActivationDelay\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"ClaimerForSet\",\"inputs\":[{\"name\":\"earner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"oldClaimer\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"claimer\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"DefaultOperatorSplitBipsSet\",\"inputs\":[{\"name\":\"oldDefaultOperatorSplitBips\",\"type\":\"uint16\",\"indexed\":false,\"internalType\":\"uint16\"},{\"name\":\"newDefaultOperatorSplitBips\",\"type\":\"uint16\",\"indexed\":false,\"internalType\":\"uint16\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"DistributionRootDisabled\",\"inputs\":[{\"name\":\"rootIndex\",\"type\":\"uint32\",\"indexed\":true,\"internalType\":\"uint32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"DistributionRootSubmitted\",\"inputs\":[{\"name\":\"rootIndex\",\"type\":\"uint32\",\"indexed\":true,\"internalType\":\"uint32\"},{\"name\":\"root\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"rewardsCalculationEndTimestamp\",\"type\":\"uint32\",\"indexed\":true,\"internalType\":\"uint32\"},{\"name\":\"activatedAt\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorAVSSplitBipsSet\",\"inputs\":[{\"name\":\"caller\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"avs\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"activatedAt\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"},{\"name\":\"oldOperatorAVSSplitBips\",\"type\":\"uint16\",\"indexed\":false,\"internalType\":\"uint16\"},{\"name\":\"newOperatorAVSSplitBips\",\"type\":\"uint16\",\"indexed\":false,\"internalType\":\"uint16\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorDirectedAVSRewardsSubmissionCreated\",\"inputs\":[{\"name\":\"caller\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"avs\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"operatorDirectedRewardsSubmissionHash\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"submissionNonce\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"},{\"name\":\"operatorDirectedRewardsSubmission\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structIRewardsCoordinator.OperatorDirectedRewardsSubmission\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"operatorRewards\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.OperatorReward[]\",\"components\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"description\",\"type\":\"string\",\"internalType\":\"string\"}]}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorPISplitBipsSet\",\"inputs\":[{\"name\":\"caller\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"activatedAt\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"},{\"name\":\"oldOperatorPISplitBips\",\"type\":\"uint16\",\"indexed\":false,\"internalType\":\"uint16\"},{\"name\":\"newOperatorPISplitBips\",\"type\":\"uint16\",\"indexed\":false,\"internalType\":\"uint16\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"RewardsClaimed\",\"inputs\":[{\"name\":\"root\",\"type\":\"bytes32\",\"indexed\":false,\"internalType\":\"bytes32\"},{\"name\":\"earner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"claimer\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"recipient\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"token\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIERC20\"},{\"name\":\"claimedAmount\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"RewardsForAllSubmitterSet\",\"inputs\":[{\"name\":\"rewardsForAllSubmitter\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"oldValue\",\"type\":\"bool\",\"indexed\":true,\"internalType\":\"bool\"},{\"name\":\"newValue\",\"type\":\"bool\",\"indexed\":true,\"internalType\":\"bool\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"RewardsSubmissionForAllCreated\",\"inputs\":[{\"name\":\"submitter\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"submissionNonce\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"},{\"name\":\"rewardsSubmissionHash\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"rewardsSubmission\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structIRewardsCoordinator.RewardsSubmission\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"RewardsSubmissionForAllEarnersCreated\",\"inputs\":[{\"name\":\"tokenHopper\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"submissionNonce\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"},{\"name\":\"rewardsSubmissionHash\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"rewardsSubmission\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structIRewardsCoordinator.RewardsSubmission\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"RewardsUpdaterSet\",\"inputs\":[{\"name\":\"oldRewardsUpdater\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newRewardsUpdater\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false}]",
}
⋮----
// ContractIRewardsCoordinatorABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractIRewardsCoordinatorMetaData.ABI instead.
var ContractIRewardsCoordinatorABI = ContractIRewardsCoordinatorMetaData.ABI
⋮----
// ContractIRewardsCoordinatorMethods is an auto generated interface around an Ethereum contract.
type ContractIRewardsCoordinatorMethods interface {
	ContractIRewardsCoordinatorCalls
	ContractIRewardsCoordinatorTransacts
	ContractIRewardsCoordinatorFilters
}
⋮----
// ContractIRewardsCoordinatorCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractIRewardsCoordinatorCalls interface {
	CALCULATIONINTERVALSECONDS(opts *bind.CallOpts) (uint32, error)

	GENESISREWARDSTIMESTAMP(opts *bind.CallOpts) (uint32, error)

	MAXFUTURELENGTH(opts *bind.CallOpts) (uint32, error)

	MAXRETROACTIVELENGTH(opts *bind.CallOpts) (uint32, error)

	MAXREWARDSDURATION(opts *bind.CallOpts) (uint32, error)

	ActivationDelay(opts *bind.CallOpts) (uint32, error)

	CalculateEarnerLeafHash(opts *bind.CallOpts, leaf IRewardsCoordinatorEarnerTreeMerkleLeaf) ([32]byte, error)

	CalculateTokenLeafHash(opts *bind.CallOpts, leaf IRewardsCoordinatorTokenTreeMerkleLeaf) ([32]byte, error)

	CheckClaim(opts *bind.CallOpts, claim IRewardsCoordinatorRewardsMerkleClaim) (bool, error)

	ClaimerFor(opts *bind.CallOpts, earner common.Address) (common.Address, error)

	CumulativeClaimed(opts *bind.CallOpts, claimer common.Address, token common.Address) (*big.Int, error)

	CurrRewardsCalculationEndTimestamp(opts *bind.CallOpts) (uint32, error)

	DefaultOperatorSplitBips(opts *bind.CallOpts) (uint16, error)

	DomainSeparator(opts *bind.CallOpts) ([32]byte, error)

	GetCurrentClaimableDistributionRoot(opts *bind.CallOpts) (IRewardsCoordinatorDistributionRoot, error)

	GetCurrentDistributionRoot(opts *bind.CallOpts) (IRewardsCoordinatorDistributionRoot, error)

	GetDistributionRootAtIndex(opts *bind.CallOpts, index *big.Int) (IRewardsCoordinatorDistributionRoot, error)

	GetDistributionRootsLength(opts *bind.CallOpts) (*big.Int, error)

	GetOperatorAVSSplit(opts *bind.CallOpts, operator common.Address, avs common.Address) (uint16, error)

	GetOperatorPISplit(opts *bind.CallOpts, operator common.Address) (uint16, error)

	GetRootIndexFromHash(opts *bind.CallOpts, rootHash [32]byte) (uint32, error)

	RewardsUpdater(opts *bind.CallOpts) (common.Address, error)
}
⋮----
// ContractIRewardsCoordinatorTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractIRewardsCoordinatorTransacts interface {
	CreateAVSRewardsSubmission(opts *bind.TransactOpts, rewardsSubmissions []IRewardsCoordinatorRewardsSubmission) (*types.Transaction, error)

	CreateOperatorDirectedAVSRewardsSubmission(opts *bind.TransactOpts, avs common.Address, operatorDirectedRewardsSubmissions []IRewardsCoordinatorOperatorDirectedRewardsSubmission) (*types.Transaction, error)

	CreateRewardsForAllEarners(opts *bind.TransactOpts, rewardsSubmissions []IRewardsCoordinatorRewardsSubmission) (*types.Transaction, error)

	CreateRewardsForAllSubmission(opts *bind.TransactOpts, rewardsSubmission []IRewardsCoordinatorRewardsSubmission) (*types.Transaction, error)

	DisableRoot(opts *bind.TransactOpts, rootIndex uint32) (*types.Transaction, error)

	ProcessClaim(opts *bind.TransactOpts, claim IRewardsCoordinatorRewardsMerkleClaim, recipient common.Address) (*types.Transaction, error)

	ProcessClaims(opts *bind.TransactOpts, claims []IRewardsCoordinatorRewardsMerkleClaim, recipient common.Address) (*types.Transaction, error)

	SetActivationDelay(opts *bind.TransactOpts, _activationDelay uint32) (*types.Transaction, error)

	SetClaimerFor(opts *bind.TransactOpts, claimer common.Address) (*types.Transaction, error)

	SetDefaultOperatorSplit(opts *bind.TransactOpts, split uint16) (*types.Transaction, error)

	SetOperatorAVSSplit(opts *bind.TransactOpts, operator common.Address, avs common.Address, split uint16) (*types.Transaction, error)

	SetOperatorPISplit(opts *bind.TransactOpts, operator common.Address, split uint16) (*types.Transaction, error)

	SetRewardsForAllSubmitter(opts *bind.TransactOpts, _submitter common.Address, _newValue bool) (*types.Transaction, error)

	SetRewardsUpdater(opts *bind.TransactOpts, _rewardsUpdater common.Address) (*types.Transaction, error)

	SubmitRoot(opts *bind.TransactOpts, root [32]byte, rewardsCalculationEndTimestamp uint32) (*types.Transaction, error)
}
⋮----
// ContractIRewardsCoordinatorFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractIRewardsCoordinatorFilters interface {
	FilterAVSRewardsSubmissionCreated(opts *bind.FilterOpts, avs []common.Address, submissionNonce []*big.Int, rewardsSubmissionHash [][32]byte) (*ContractIRewardsCoordinatorAVSRewardsSubmissionCreatedIterator, error)
	WatchAVSRewardsSubmissionCreated(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorAVSRewardsSubmissionCreated, avs []common.Address, submissionNonce []*big.Int, rewardsSubmissionHash [][32]byte) (event.Subscription, error)
	ParseAVSRewardsSubmissionCreated(log types.Log) (*ContractIRewardsCoordinatorAVSRewardsSubmissionCreated, error)

	FilterActivationDelaySet(opts *bind.FilterOpts) (*ContractIRewardsCoordinatorActivationDelaySetIterator, error)
	WatchActivationDelaySet(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorActivationDelaySet) (event.Subscription, error)
	ParseActivationDelaySet(log types.Log) (*ContractIRewardsCoordinatorActivationDelaySet, error)

	FilterClaimerForSet(opts *bind.FilterOpts, earner []common.Address, oldClaimer []common.Address, claimer []common.Address) (*ContractIRewardsCoordinatorClaimerForSetIterator, error)
	WatchClaimerForSet(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorClaimerForSet, earner []common.Address, oldClaimer []common.Address, claimer []common.Address) (event.Subscription, error)
	ParseClaimerForSet(log types.Log) (*ContractIRewardsCoordinatorClaimerForSet, error)

	FilterDefaultOperatorSplitBipsSet(opts *bind.FilterOpts) (*ContractIRewardsCoordinatorDefaultOperatorSplitBipsSetIterator, error)
	WatchDefaultOperatorSplitBipsSet(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorDefaultOperatorSplitBipsSet) (event.Subscription, error)
	ParseDefaultOperatorSplitBipsSet(log types.Log) (*ContractIRewardsCoordinatorDefaultOperatorSplitBipsSet, error)

	FilterDistributionRootDisabled(opts *bind.FilterOpts, rootIndex []uint32) (*ContractIRewardsCoordinatorDistributionRootDisabledIterator, error)
	WatchDistributionRootDisabled(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorDistributionRootDisabled, rootIndex []uint32) (event.Subscription, error)
	ParseDistributionRootDisabled(log types.Log) (*ContractIRewardsCoordinatorDistributionRootDisabled, error)

	FilterDistributionRootSubmitted(opts *bind.FilterOpts, rootIndex []uint32, root [][32]byte, rewardsCalculationEndTimestamp []uint32) (*ContractIRewardsCoordinatorDistributionRootSubmittedIterator, error)
	WatchDistributionRootSubmitted(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorDistributionRootSubmitted, rootIndex []uint32, root [][32]byte, rewardsCalculationEndTimestamp []uint32) (event.Subscription, error)
	ParseDistributionRootSubmitted(log types.Log) (*ContractIRewardsCoordinatorDistributionRootSubmitted, error)

	FilterOperatorAVSSplitBipsSet(opts *bind.FilterOpts, caller []common.Address, operator []common.Address, avs []common.Address) (*ContractIRewardsCoordinatorOperatorAVSSplitBipsSetIterator, error)
	WatchOperatorAVSSplitBipsSet(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorOperatorAVSSplitBipsSet, caller []common.Address, operator []common.Address, avs []common.Address) (event.Subscription, error)
	ParseOperatorAVSSplitBipsSet(log types.Log) (*ContractIRewardsCoordinatorOperatorAVSSplitBipsSet, error)

	FilterOperatorDirectedAVSRewardsSubmissionCreated(opts *bind.FilterOpts, caller []common.Address, avs []common.Address, operatorDirectedRewardsSubmissionHash [][32]byte) (*ContractIRewardsCoordinatorOperatorDirectedAVSRewardsSubmissionCreatedIterator, error)
	WatchOperatorDirectedAVSRewardsSubmissionCreated(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorOperatorDirectedAVSRewardsSubmissionCreated, caller []common.Address, avs []common.Address, operatorDirectedRewardsSubmissionHash [][32]byte) (event.Subscription, error)
	ParseOperatorDirectedAVSRewardsSubmissionCreated(log types.Log) (*ContractIRewardsCoordinatorOperatorDirectedAVSRewardsSubmissionCreated, error)

	FilterOperatorPISplitBipsSet(opts *bind.FilterOpts, caller []common.Address, operator []common.Address) (*ContractIRewardsCoordinatorOperatorPISplitBipsSetIterator, error)
	WatchOperatorPISplitBipsSet(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorOperatorPISplitBipsSet, caller []common.Address, operator []common.Address) (event.Subscription, error)
	ParseOperatorPISplitBipsSet(log types.Log) (*ContractIRewardsCoordinatorOperatorPISplitBipsSet, error)

	FilterRewardsClaimed(opts *bind.FilterOpts, earner []common.Address, claimer []common.Address, recipient []common.Address) (*ContractIRewardsCoordinatorRewardsClaimedIterator, error)
	WatchRewardsClaimed(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorRewardsClaimed, earner []common.Address, claimer []common.Address, recipient []common.Address) (event.Subscription, error)
	ParseRewardsClaimed(log types.Log) (*ContractIRewardsCoordinatorRewardsClaimed, error)

	FilterRewardsForAllSubmitterSet(opts *bind.FilterOpts, rewardsForAllSubmitter []common.Address, oldValue []bool, newValue []bool) (*ContractIRewardsCoordinatorRewardsForAllSubmitterSetIterator, error)
	WatchRewardsForAllSubmitterSet(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorRewardsForAllSubmitterSet, rewardsForAllSubmitter []common.Address, oldValue []bool, newValue []bool) (event.Subscription, error)
	ParseRewardsForAllSubmitterSet(log types.Log) (*ContractIRewardsCoordinatorRewardsForAllSubmitterSet, error)

	FilterRewardsSubmissionForAllCreated(opts *bind.FilterOpts, submitter []common.Address, submissionNonce []*big.Int, rewardsSubmissionHash [][32]byte) (*ContractIRewardsCoordinatorRewardsSubmissionForAllCreatedIterator, error)
	WatchRewardsSubmissionForAllCreated(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorRewardsSubmissionForAllCreated, submitter []common.Address, submissionNonce []*big.Int, rewardsSubmissionHash [][32]byte) (event.Subscription, error)
	ParseRewardsSubmissionForAllCreated(log types.Log) (*ContractIRewardsCoordinatorRewardsSubmissionForAllCreated, error)

	FilterRewardsSubmissionForAllEarnersCreated(opts *bind.FilterOpts, tokenHopper []common.Address, submissionNonce []*big.Int, rewardsSubmissionHash [][32]byte) (*ContractIRewardsCoordinatorRewardsSubmissionForAllEarnersCreatedIterator, error)
	WatchRewardsSubmissionForAllEarnersCreated(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorRewardsSubmissionForAllEarnersCreated, tokenHopper []common.Address, submissionNonce []*big.Int, rewardsSubmissionHash [][32]byte) (event.Subscription, error)
	ParseRewardsSubmissionForAllEarnersCreated(log types.Log) (*ContractIRewardsCoordinatorRewardsSubmissionForAllEarnersCreated, error)

	FilterRewardsUpdaterSet(opts *bind.FilterOpts, oldRewardsUpdater []common.Address, newRewardsUpdater []common.Address) (*ContractIRewardsCoordinatorRewardsUpdaterSetIterator, error)
	WatchRewardsUpdaterSet(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorRewardsUpdaterSet, oldRewardsUpdater []common.Address, newRewardsUpdater []common.Address) (event.Subscription, error)
	ParseRewardsUpdaterSet(log types.Log) (*ContractIRewardsCoordinatorRewardsUpdaterSet, error)
}
⋮----
// ContractIRewardsCoordinator is an auto generated Go binding around an Ethereum contract.
type ContractIRewardsCoordinator struct {
	ContractIRewardsCoordinatorCaller     // Read-only binding to the contract
	ContractIRewardsCoordinatorTransactor // Write-only binding to the contract
	ContractIRewardsCoordinatorFilterer   // Log filterer for contract events
}
⋮----
ContractIRewardsCoordinatorCaller     // Read-only binding to the contract
ContractIRewardsCoordinatorTransactor // Write-only binding to the contract
ContractIRewardsCoordinatorFilterer   // Log filterer for contract events
⋮----
// ContractIRewardsCoordinator implements the ContractIRewardsCoordinatorMethods interface.
var _ ContractIRewardsCoordinatorMethods = (*ContractIRewardsCoordinator)(nil)
⋮----
// ContractIRewardsCoordinatorCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractIRewardsCoordinatorCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractIRewardsCoordinatorCaller implements the ContractIRewardsCoordinatorCalls interface.
var _ ContractIRewardsCoordinatorCalls = (*ContractIRewardsCoordinatorCaller)(nil)
⋮----
// ContractIRewardsCoordinatorTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractIRewardsCoordinatorTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractIRewardsCoordinatorTransactor implements the ContractIRewardsCoordinatorTransacts interface.
var _ ContractIRewardsCoordinatorTransacts = (*ContractIRewardsCoordinatorTransactor)(nil)
⋮----
// ContractIRewardsCoordinatorFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractIRewardsCoordinatorFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractIRewardsCoordinatorFilterer implements the ContractIRewardsCoordinatorFilters interface.
var _ ContractIRewardsCoordinatorFilters = (*ContractIRewardsCoordinatorFilterer)(nil)
⋮----
// ContractIRewardsCoordinatorSession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractIRewardsCoordinatorSession struct {
	Contract     *ContractIRewardsCoordinator // Generic contract binding to set the session for
	CallOpts     bind.CallOpts                // Call options to use throughout this session
	TransactOpts bind.TransactOpts            // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractIRewardsCoordinator // Generic contract binding to set the session for
CallOpts     bind.CallOpts                // Call options to use throughout this session
TransactOpts bind.TransactOpts            // Transaction auth options to use throughout this session
⋮----
// ContractIRewardsCoordinatorCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractIRewardsCoordinatorCallerSession struct {
	Contract *ContractIRewardsCoordinatorCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                      // Call options to use throughout this session
}
⋮----
Contract *ContractIRewardsCoordinatorCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                      // Call options to use throughout this session
⋮----
// ContractIRewardsCoordinatorTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractIRewardsCoordinatorTransactorSession struct {
	Contract     *ContractIRewardsCoordinatorTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                      // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractIRewardsCoordinatorTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                      // Transaction auth options to use throughout this session
⋮----
// ContractIRewardsCoordinatorRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractIRewardsCoordinatorRaw struct {
	Contract *ContractIRewardsCoordinator // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractIRewardsCoordinator // Generic contract binding to access the raw methods on
⋮----
// ContractIRewardsCoordinatorCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractIRewardsCoordinatorCallerRaw struct {
	Contract *ContractIRewardsCoordinatorCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractIRewardsCoordinatorCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractIRewardsCoordinatorTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractIRewardsCoordinatorTransactorRaw struct {
	Contract *ContractIRewardsCoordinatorTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractIRewardsCoordinatorTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractIRewardsCoordinator creates a new instance of ContractIRewardsCoordinator, bound to a specific deployed contract.
func NewContractIRewardsCoordinator(address common.Address, backend bind.ContractBackend) (*ContractIRewardsCoordinator, error)
⋮----
// NewContractIRewardsCoordinatorCaller creates a new read-only instance of ContractIRewardsCoordinator, bound to a specific deployed contract.
func NewContractIRewardsCoordinatorCaller(address common.Address, caller bind.ContractCaller) (*ContractIRewardsCoordinatorCaller, error)
⋮----
// NewContractIRewardsCoordinatorTransactor creates a new write-only instance of ContractIRewardsCoordinator, bound to a specific deployed contract.
func NewContractIRewardsCoordinatorTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractIRewardsCoordinatorTransactor, error)
⋮----
// NewContractIRewardsCoordinatorFilterer creates a new log filterer instance of ContractIRewardsCoordinator, bound to a specific deployed contract.
func NewContractIRewardsCoordinatorFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractIRewardsCoordinatorFilterer, error)
⋮----
// bindContractIRewardsCoordinator binds a generic wrapper to an already deployed contract.
func bindContractIRewardsCoordinator(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// CALCULATIONINTERVALSECONDS is a free data retrieval call binding the contract method 0x9d45c281.
//
// Solidity: function CALCULATION_INTERVAL_SECONDS() view returns(uint32)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorCaller) CALCULATIONINTERVALSECONDS(opts *bind.CallOpts) (uint32, error)
⋮----
var out []interface{}
⋮----
// GENESISREWARDSTIMESTAMP is a free data retrieval call binding the contract method 0x131433b4.
⋮----
// Solidity: function GENESIS_REWARDS_TIMESTAMP() view returns(uint32)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorCaller) GENESISREWARDSTIMESTAMP(opts *bind.CallOpts) (uint32, error)
⋮----
// MAXFUTURELENGTH is a free data retrieval call binding the contract method 0x04a0c502.
⋮----
// Solidity: function MAX_FUTURE_LENGTH() view returns(uint32)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorCaller) MAXFUTURELENGTH(opts *bind.CallOpts) (uint32, error)
⋮----
// MAXRETROACTIVELENGTH is a free data retrieval call binding the contract method 0x37838ed0.
⋮----
// Solidity: function MAX_RETROACTIVE_LENGTH() view returns(uint32)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorCaller) MAXRETROACTIVELENGTH(opts *bind.CallOpts) (uint32, error)
⋮----
// MAXREWARDSDURATION is a free data retrieval call binding the contract method 0xbf21a8aa.
⋮----
// Solidity: function MAX_REWARDS_DURATION() view returns(uint32)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorCaller) MAXREWARDSDURATION(opts *bind.CallOpts) (uint32, error)
⋮----
// ActivationDelay is a free data retrieval call binding the contract method 0x3a8c0786.
⋮----
// Solidity: function activationDelay() view returns(uint32)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorCaller) ActivationDelay(opts *bind.CallOpts) (uint32, error)
⋮----
// CalculateEarnerLeafHash is a free data retrieval call binding the contract method 0x149bc872.
⋮----
// Solidity: function calculateEarnerLeafHash((address,bytes32) leaf) pure returns(bytes32)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorCaller) CalculateEarnerLeafHash(opts *bind.CallOpts, leaf IRewardsCoordinatorEarnerTreeMerkleLeaf) ([32]byte, error)
⋮----
// CalculateTokenLeafHash is a free data retrieval call binding the contract method 0xf8cd8448.
⋮----
// Solidity: function calculateTokenLeafHash((address,uint256) leaf) pure returns(bytes32)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorCaller) CalculateTokenLeafHash(opts *bind.CallOpts, leaf IRewardsCoordinatorTokenTreeMerkleLeaf) ([32]byte, error)
⋮----
// CheckClaim is a free data retrieval call binding the contract method 0x5e9d8348.
⋮----
// Solidity: function checkClaim((uint32,uint32,bytes,(address,bytes32),uint32[],bytes[],(address,uint256)[]) claim) view returns(bool)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorCaller) CheckClaim(opts *bind.CallOpts, claim IRewardsCoordinatorRewardsMerkleClaim) (bool, error)
⋮----
// ClaimerFor is a free data retrieval call binding the contract method 0x2b9f64a4.
⋮----
// Solidity: function claimerFor(address earner) view returns(address)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorCaller) ClaimerFor(opts *bind.CallOpts, earner common.Address) (common.Address, error)
⋮----
// CumulativeClaimed is a free data retrieval call binding the contract method 0x865c6953.
⋮----
// Solidity: function cumulativeClaimed(address claimer, address token) view returns(uint256)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorCaller) CumulativeClaimed(opts *bind.CallOpts, claimer common.Address, token common.Address) (*big.Int, error)
⋮----
// CurrRewardsCalculationEndTimestamp is a free data retrieval call binding the contract method 0x4d18cc35.
⋮----
// Solidity: function currRewardsCalculationEndTimestamp() view returns(uint32)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorCaller) CurrRewardsCalculationEndTimestamp(opts *bind.CallOpts) (uint32, error)
⋮----
// DefaultOperatorSplitBips is a free data retrieval call binding the contract method 0x63f6a798.
⋮----
// Solidity: function defaultOperatorSplitBips() view returns(uint16)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorCaller) DefaultOperatorSplitBips(opts *bind.CallOpts) (uint16, error)
⋮----
// DomainSeparator is a free data retrieval call binding the contract method 0xf698da25.
⋮----
// Solidity: function domainSeparator() view returns(bytes32)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorCaller) DomainSeparator(opts *bind.CallOpts) ([32]byte, error)
⋮----
// GetCurrentClaimableDistributionRoot is a free data retrieval call binding the contract method 0x0e9a53cf.
⋮----
// Solidity: function getCurrentClaimableDistributionRoot() view returns((bytes32,uint32,uint32,bool))
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorCaller) GetCurrentClaimableDistributionRoot(opts *bind.CallOpts) (IRewardsCoordinatorDistributionRoot, error)
⋮----
// GetCurrentDistributionRoot is a free data retrieval call binding the contract method 0x9be3d4e4.
⋮----
// Solidity: function getCurrentDistributionRoot() view returns((bytes32,uint32,uint32,bool))
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorCaller) GetCurrentDistributionRoot(opts *bind.CallOpts) (IRewardsCoordinatorDistributionRoot, error)
⋮----
// GetDistributionRootAtIndex is a free data retrieval call binding the contract method 0xde02e503.
⋮----
// Solidity: function getDistributionRootAtIndex(uint256 index) view returns((bytes32,uint32,uint32,bool))
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorCaller) GetDistributionRootAtIndex(opts *bind.CallOpts, index *big.Int) (IRewardsCoordinatorDistributionRoot, error)
⋮----
// GetDistributionRootsLength is a free data retrieval call binding the contract method 0x7b8f8b05.
⋮----
// Solidity: function getDistributionRootsLength() view returns(uint256)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorCaller) GetDistributionRootsLength(opts *bind.CallOpts) (*big.Int, error)
⋮----
// GetOperatorAVSSplit is a free data retrieval call binding the contract method 0xe063f81f.
⋮----
// Solidity: function getOperatorAVSSplit(address operator, address avs) view returns(uint16)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorCaller) GetOperatorAVSSplit(opts *bind.CallOpts, operator common.Address, avs common.Address) (uint16, error)
⋮----
// GetOperatorPISplit is a free data retrieval call binding the contract method 0x4b943960.
⋮----
// Solidity: function getOperatorPISplit(address operator) view returns(uint16)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorCaller) GetOperatorPISplit(opts *bind.CallOpts, operator common.Address) (uint16, error)
⋮----
// GetRootIndexFromHash is a free data retrieval call binding the contract method 0xe810ce21.
⋮----
// Solidity: function getRootIndexFromHash(bytes32 rootHash) view returns(uint32)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorCaller) GetRootIndexFromHash(opts *bind.CallOpts, rootHash [32]byte) (uint32, error)
⋮----
// RewardsUpdater is a free data retrieval call binding the contract method 0xfbf1e2c1.
⋮----
// Solidity: function rewardsUpdater() view returns(address)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorCaller) RewardsUpdater(opts *bind.CallOpts) (common.Address, error)
⋮----
// CreateAVSRewardsSubmission is a paid mutator transaction binding the contract method 0xfce36c7d.
⋮----
// Solidity: function createAVSRewardsSubmission(((address,uint96)[],address,uint256,uint32,uint32)[] rewardsSubmissions) returns()
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorTransactor) CreateAVSRewardsSubmission(opts *bind.TransactOpts, rewardsSubmissions []IRewardsCoordinatorRewardsSubmission) (*types.Transaction, error)
⋮----
// CreateOperatorDirectedAVSRewardsSubmission is a paid mutator transaction binding the contract method 0x9cb9a5fa.
⋮----
// Solidity: function createOperatorDirectedAVSRewardsSubmission(address avs, ((address,uint96)[],address,(address,uint256)[],uint32,uint32,string)[] operatorDirectedRewardsSubmissions) returns()
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorTransactor) CreateOperatorDirectedAVSRewardsSubmission(opts *bind.TransactOpts, avs common.Address, operatorDirectedRewardsSubmissions []IRewardsCoordinatorOperatorDirectedRewardsSubmission) (*types.Transaction, error)
⋮----
// CreateRewardsForAllEarners is a paid mutator transaction binding the contract method 0xff9f6cce.
⋮----
// Solidity: function createRewardsForAllEarners(((address,uint96)[],address,uint256,uint32,uint32)[] rewardsSubmissions) returns()
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorTransactor) CreateRewardsForAllEarners(opts *bind.TransactOpts, rewardsSubmissions []IRewardsCoordinatorRewardsSubmission) (*types.Transaction, error)
⋮----
// CreateRewardsForAllSubmission is a paid mutator transaction binding the contract method 0x36af41fa.
⋮----
// Solidity: function createRewardsForAllSubmission(((address,uint96)[],address,uint256,uint32,uint32)[] rewardsSubmission) returns()
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorTransactor) CreateRewardsForAllSubmission(opts *bind.TransactOpts, rewardsSubmission []IRewardsCoordinatorRewardsSubmission) (*types.Transaction, error)
⋮----
// DisableRoot is a paid mutator transaction binding the contract method 0xf96abf2e.
⋮----
// Solidity: function disableRoot(uint32 rootIndex) returns()
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorTransactor) DisableRoot(opts *bind.TransactOpts, rootIndex uint32) (*types.Transaction, error)
⋮----
// ProcessClaim is a paid mutator transaction binding the contract method 0x3ccc861d.
⋮----
// Solidity: function processClaim((uint32,uint32,bytes,(address,bytes32),uint32[],bytes[],(address,uint256)[]) claim, address recipient) returns()
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorTransactor) ProcessClaim(opts *bind.TransactOpts, claim IRewardsCoordinatorRewardsMerkleClaim, recipient common.Address) (*types.Transaction, error)
⋮----
// ProcessClaims is a paid mutator transaction binding the contract method 0x4596021c.
⋮----
// Solidity: function processClaims((uint32,uint32,bytes,(address,bytes32),uint32[],bytes[],(address,uint256)[])[] claims, address recipient) returns()
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorTransactor) ProcessClaims(opts *bind.TransactOpts, claims []IRewardsCoordinatorRewardsMerkleClaim, recipient common.Address) (*types.Transaction, error)
⋮----
// SetActivationDelay is a paid mutator transaction binding the contract method 0x58baaa3e.
⋮----
// Solidity: function setActivationDelay(uint32 _activationDelay) returns()
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorTransactor) SetActivationDelay(opts *bind.TransactOpts, _activationDelay uint32) (*types.Transaction, error)
⋮----
// SetClaimerFor is a paid mutator transaction binding the contract method 0xa0169ddd.
⋮----
// Solidity: function setClaimerFor(address claimer) returns()
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorTransactor) SetClaimerFor(opts *bind.TransactOpts, claimer common.Address) (*types.Transaction, error)
⋮----
// SetDefaultOperatorSplit is a paid mutator transaction binding the contract method 0xa50a1d9c.
⋮----
// Solidity: function setDefaultOperatorSplit(uint16 split) returns()
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorTransactor) SetDefaultOperatorSplit(opts *bind.TransactOpts, split uint16) (*types.Transaction, error)
⋮----
// SetOperatorAVSSplit is a paid mutator transaction binding the contract method 0xdcbb03b3.
⋮----
// Solidity: function setOperatorAVSSplit(address operator, address avs, uint16 split) returns()
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorTransactor) SetOperatorAVSSplit(opts *bind.TransactOpts, operator common.Address, avs common.Address, split uint16) (*types.Transaction, error)
⋮----
// SetOperatorPISplit is a paid mutator transaction binding the contract method 0xb3dbb0e0.
⋮----
// Solidity: function setOperatorPISplit(address operator, uint16 split) returns()
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorTransactor) SetOperatorPISplit(opts *bind.TransactOpts, operator common.Address, split uint16) (*types.Transaction, error)
⋮----
// SetRewardsForAllSubmitter is a paid mutator transaction binding the contract method 0x0eb38345.
⋮----
// Solidity: function setRewardsForAllSubmitter(address _submitter, bool _newValue) returns()
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorTransactor) SetRewardsForAllSubmitter(opts *bind.TransactOpts, _submitter common.Address, _newValue bool) (*types.Transaction, error)
⋮----
// SetRewardsUpdater is a paid mutator transaction binding the contract method 0x863cb9a9.
⋮----
// Solidity: function setRewardsUpdater(address _rewardsUpdater) returns()
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorTransactor) SetRewardsUpdater(opts *bind.TransactOpts, _rewardsUpdater common.Address) (*types.Transaction, error)
⋮----
// SubmitRoot is a paid mutator transaction binding the contract method 0x3efe1db6.
⋮----
// Solidity: function submitRoot(bytes32 root, uint32 rewardsCalculationEndTimestamp) returns()
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorTransactor) SubmitRoot(opts *bind.TransactOpts, root [32]byte, rewardsCalculationEndTimestamp uint32) (*types.Transaction, error)
⋮----
// ContractIRewardsCoordinatorAVSRewardsSubmissionCreatedIterator is returned from FilterAVSRewardsSubmissionCreated and is used to iterate over the raw logs and unpacked data for AVSRewardsSubmissionCreated events raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorAVSRewardsSubmissionCreatedIterator struct {
	Event *ContractIRewardsCoordinatorAVSRewardsSubmissionCreated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIRewardsCoordinatorAVSRewardsSubmissionCreated // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractIRewardsCoordinatorAVSRewardsSubmissionCreatedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractIRewardsCoordinatorAVSRewardsSubmissionCreatedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractIRewardsCoordinatorAVSRewardsSubmissionCreatedIterator) Close() error
⋮----
// ContractIRewardsCoordinatorAVSRewardsSubmissionCreated represents a AVSRewardsSubmissionCreated event raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorAVSRewardsSubmissionCreated struct {
	Avs                   common.Address
	SubmissionNonce       *big.Int
	RewardsSubmissionHash [32]byte
	RewardsSubmission     IRewardsCoordinatorRewardsSubmission
	Raw                   types.Log // Blockchain specific contextual infos
}
⋮----
Raw                   types.Log // Blockchain specific contextual infos
⋮----
// FilterAVSRewardsSubmissionCreated is a free log retrieval operation binding the contract event 0x450a367a380c4e339e5ae7340c8464ef27af7781ad9945cfe8abd828f89e6281.
⋮----
// Solidity: event AVSRewardsSubmissionCreated(address indexed avs, uint256 indexed submissionNonce, bytes32 indexed rewardsSubmissionHash, ((address,uint96)[],address,uint256,uint32,uint32) rewardsSubmission)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) FilterAVSRewardsSubmissionCreated(opts *bind.FilterOpts, avs []common.Address, submissionNonce []*big.Int, rewardsSubmissionHash [][32]byte) (*ContractIRewardsCoordinatorAVSRewardsSubmissionCreatedIterator, error)
⋮----
var avsRule []interface{}
⋮----
var submissionNonceRule []interface{}
⋮----
var rewardsSubmissionHashRule []interface{}
⋮----
// WatchAVSRewardsSubmissionCreated is a free log subscription operation binding the contract event 0x450a367a380c4e339e5ae7340c8464ef27af7781ad9945cfe8abd828f89e6281.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) WatchAVSRewardsSubmissionCreated(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorAVSRewardsSubmissionCreated, avs []common.Address, submissionNonce []*big.Int, rewardsSubmissionHash [][32]byte) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseAVSRewardsSubmissionCreated is a log parse operation binding the contract event 0x450a367a380c4e339e5ae7340c8464ef27af7781ad9945cfe8abd828f89e6281.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) ParseAVSRewardsSubmissionCreated(log types.Log) (*ContractIRewardsCoordinatorAVSRewardsSubmissionCreated, error)
⋮----
// ContractIRewardsCoordinatorActivationDelaySetIterator is returned from FilterActivationDelaySet and is used to iterate over the raw logs and unpacked data for ActivationDelaySet events raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorActivationDelaySetIterator struct {
	Event *ContractIRewardsCoordinatorActivationDelaySet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIRewardsCoordinatorActivationDelaySet // Event containing the contract specifics and raw log
⋮----
// ContractIRewardsCoordinatorActivationDelaySet represents a ActivationDelaySet event raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorActivationDelaySet struct {
	OldActivationDelay uint32
	NewActivationDelay uint32
	Raw                types.Log // Blockchain specific contextual infos
}
⋮----
Raw                types.Log // Blockchain specific contextual infos
⋮----
// FilterActivationDelaySet is a free log retrieval operation binding the contract event 0xaf557c6c02c208794817a705609cfa935f827312a1adfdd26494b6b95dd2b4b3.
⋮----
// Solidity: event ActivationDelaySet(uint32 oldActivationDelay, uint32 newActivationDelay)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) FilterActivationDelaySet(opts *bind.FilterOpts) (*ContractIRewardsCoordinatorActivationDelaySetIterator, error)
⋮----
// WatchActivationDelaySet is a free log subscription operation binding the contract event 0xaf557c6c02c208794817a705609cfa935f827312a1adfdd26494b6b95dd2b4b3.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) WatchActivationDelaySet(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorActivationDelaySet) (event.Subscription, error)
⋮----
// ParseActivationDelaySet is a log parse operation binding the contract event 0xaf557c6c02c208794817a705609cfa935f827312a1adfdd26494b6b95dd2b4b3.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) ParseActivationDelaySet(log types.Log) (*ContractIRewardsCoordinatorActivationDelaySet, error)
⋮----
// ContractIRewardsCoordinatorClaimerForSetIterator is returned from FilterClaimerForSet and is used to iterate over the raw logs and unpacked data for ClaimerForSet events raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorClaimerForSetIterator struct {
	Event *ContractIRewardsCoordinatorClaimerForSet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIRewardsCoordinatorClaimerForSet // Event containing the contract specifics and raw log
⋮----
// ContractIRewardsCoordinatorClaimerForSet represents a ClaimerForSet event raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorClaimerForSet struct {
	Earner     common.Address
	OldClaimer common.Address
	Claimer    common.Address
	Raw        types.Log // Blockchain specific contextual infos
}
⋮----
Raw        types.Log // Blockchain specific contextual infos
⋮----
// FilterClaimerForSet is a free log retrieval operation binding the contract event 0xbab947934d42e0ad206f25c9cab18b5bb6ae144acfb00f40b4e3aa59590ca312.
⋮----
// Solidity: event ClaimerForSet(address indexed earner, address indexed oldClaimer, address indexed claimer)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) FilterClaimerForSet(opts *bind.FilterOpts, earner []common.Address, oldClaimer []common.Address, claimer []common.Address) (*ContractIRewardsCoordinatorClaimerForSetIterator, error)
⋮----
var earnerRule []interface{}
⋮----
var oldClaimerRule []interface{}
⋮----
var claimerRule []interface{}
⋮----
// WatchClaimerForSet is a free log subscription operation binding the contract event 0xbab947934d42e0ad206f25c9cab18b5bb6ae144acfb00f40b4e3aa59590ca312.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) WatchClaimerForSet(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorClaimerForSet, earner []common.Address, oldClaimer []common.Address, claimer []common.Address) (event.Subscription, error)
⋮----
// ParseClaimerForSet is a log parse operation binding the contract event 0xbab947934d42e0ad206f25c9cab18b5bb6ae144acfb00f40b4e3aa59590ca312.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) ParseClaimerForSet(log types.Log) (*ContractIRewardsCoordinatorClaimerForSet, error)
⋮----
// ContractIRewardsCoordinatorDefaultOperatorSplitBipsSetIterator is returned from FilterDefaultOperatorSplitBipsSet and is used to iterate over the raw logs and unpacked data for DefaultOperatorSplitBipsSet events raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorDefaultOperatorSplitBipsSetIterator struct {
	Event *ContractIRewardsCoordinatorDefaultOperatorSplitBipsSet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIRewardsCoordinatorDefaultOperatorSplitBipsSet // Event containing the contract specifics and raw log
⋮----
// ContractIRewardsCoordinatorDefaultOperatorSplitBipsSet represents a DefaultOperatorSplitBipsSet event raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorDefaultOperatorSplitBipsSet struct {
	OldDefaultOperatorSplitBips uint16
	NewDefaultOperatorSplitBips uint16
	Raw                         types.Log // Blockchain specific contextual infos
}
⋮----
Raw                         types.Log // Blockchain specific contextual infos
⋮----
// FilterDefaultOperatorSplitBipsSet is a free log retrieval operation binding the contract event 0xe6cd4edfdcc1f6d130ab35f73d72378f3a642944fb4ee5bd84b7807a81ea1c4e.
⋮----
// Solidity: event DefaultOperatorSplitBipsSet(uint16 oldDefaultOperatorSplitBips, uint16 newDefaultOperatorSplitBips)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) FilterDefaultOperatorSplitBipsSet(opts *bind.FilterOpts) (*ContractIRewardsCoordinatorDefaultOperatorSplitBipsSetIterator, error)
⋮----
// WatchDefaultOperatorSplitBipsSet is a free log subscription operation binding the contract event 0xe6cd4edfdcc1f6d130ab35f73d72378f3a642944fb4ee5bd84b7807a81ea1c4e.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) WatchDefaultOperatorSplitBipsSet(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorDefaultOperatorSplitBipsSet) (event.Subscription, error)
⋮----
// ParseDefaultOperatorSplitBipsSet is a log parse operation binding the contract event 0xe6cd4edfdcc1f6d130ab35f73d72378f3a642944fb4ee5bd84b7807a81ea1c4e.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) ParseDefaultOperatorSplitBipsSet(log types.Log) (*ContractIRewardsCoordinatorDefaultOperatorSplitBipsSet, error)
⋮----
// ContractIRewardsCoordinatorDistributionRootDisabledIterator is returned from FilterDistributionRootDisabled and is used to iterate over the raw logs and unpacked data for DistributionRootDisabled events raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorDistributionRootDisabledIterator struct {
	Event *ContractIRewardsCoordinatorDistributionRootDisabled // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIRewardsCoordinatorDistributionRootDisabled // Event containing the contract specifics and raw log
⋮----
// ContractIRewardsCoordinatorDistributionRootDisabled represents a DistributionRootDisabled event raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorDistributionRootDisabled struct {
	RootIndex uint32
	Raw       types.Log // Blockchain specific contextual infos
}
⋮----
Raw       types.Log // Blockchain specific contextual infos
⋮----
// FilterDistributionRootDisabled is a free log retrieval operation binding the contract event 0xd850e6e5dfa497b72661fa73df2923464eaed9dc2ff1d3cb82bccbfeabe5c41e.
⋮----
// Solidity: event DistributionRootDisabled(uint32 indexed rootIndex)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) FilterDistributionRootDisabled(opts *bind.FilterOpts, rootIndex []uint32) (*ContractIRewardsCoordinatorDistributionRootDisabledIterator, error)
⋮----
var rootIndexRule []interface{}
⋮----
// WatchDistributionRootDisabled is a free log subscription operation binding the contract event 0xd850e6e5dfa497b72661fa73df2923464eaed9dc2ff1d3cb82bccbfeabe5c41e.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) WatchDistributionRootDisabled(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorDistributionRootDisabled, rootIndex []uint32) (event.Subscription, error)
⋮----
// ParseDistributionRootDisabled is a log parse operation binding the contract event 0xd850e6e5dfa497b72661fa73df2923464eaed9dc2ff1d3cb82bccbfeabe5c41e.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) ParseDistributionRootDisabled(log types.Log) (*ContractIRewardsCoordinatorDistributionRootDisabled, error)
⋮----
// ContractIRewardsCoordinatorDistributionRootSubmittedIterator is returned from FilterDistributionRootSubmitted and is used to iterate over the raw logs and unpacked data for DistributionRootSubmitted events raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorDistributionRootSubmittedIterator struct {
	Event *ContractIRewardsCoordinatorDistributionRootSubmitted // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIRewardsCoordinatorDistributionRootSubmitted // Event containing the contract specifics and raw log
⋮----
// ContractIRewardsCoordinatorDistributionRootSubmitted represents a DistributionRootSubmitted event raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorDistributionRootSubmitted struct {
	RootIndex                      uint32
	Root                           [32]byte
	RewardsCalculationEndTimestamp uint32
	ActivatedAt                    uint32
	Raw                            types.Log // Blockchain specific contextual infos
}
⋮----
Raw                            types.Log // Blockchain specific contextual infos
⋮----
// FilterDistributionRootSubmitted is a free log retrieval operation binding the contract event 0xecd866c3c158fa00bf34d803d5f6023000b57080bcb48af004c2b4b46b3afd08.
⋮----
// Solidity: event DistributionRootSubmitted(uint32 indexed rootIndex, bytes32 indexed root, uint32 indexed rewardsCalculationEndTimestamp, uint32 activatedAt)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) FilterDistributionRootSubmitted(opts *bind.FilterOpts, rootIndex []uint32, root [][32]byte, rewardsCalculationEndTimestamp []uint32) (*ContractIRewardsCoordinatorDistributionRootSubmittedIterator, error)
⋮----
var rootRule []interface{}
⋮----
var rewardsCalculationEndTimestampRule []interface{}
⋮----
// WatchDistributionRootSubmitted is a free log subscription operation binding the contract event 0xecd866c3c158fa00bf34d803d5f6023000b57080bcb48af004c2b4b46b3afd08.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) WatchDistributionRootSubmitted(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorDistributionRootSubmitted, rootIndex []uint32, root [][32]byte, rewardsCalculationEndTimestamp []uint32) (event.Subscription, error)
⋮----
// ParseDistributionRootSubmitted is a log parse operation binding the contract event 0xecd866c3c158fa00bf34d803d5f6023000b57080bcb48af004c2b4b46b3afd08.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) ParseDistributionRootSubmitted(log types.Log) (*ContractIRewardsCoordinatorDistributionRootSubmitted, error)
⋮----
// ContractIRewardsCoordinatorOperatorAVSSplitBipsSetIterator is returned from FilterOperatorAVSSplitBipsSet and is used to iterate over the raw logs and unpacked data for OperatorAVSSplitBipsSet events raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorOperatorAVSSplitBipsSetIterator struct {
	Event *ContractIRewardsCoordinatorOperatorAVSSplitBipsSet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIRewardsCoordinatorOperatorAVSSplitBipsSet // Event containing the contract specifics and raw log
⋮----
// ContractIRewardsCoordinatorOperatorAVSSplitBipsSet represents a OperatorAVSSplitBipsSet event raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorOperatorAVSSplitBipsSet struct {
	Caller                  common.Address
	Operator                common.Address
	Avs                     common.Address
	ActivatedAt             uint32
	OldOperatorAVSSplitBips uint16
	NewOperatorAVSSplitBips uint16
	Raw                     types.Log // Blockchain specific contextual infos
}
⋮----
Raw                     types.Log // Blockchain specific contextual infos
⋮----
// FilterOperatorAVSSplitBipsSet is a free log retrieval operation binding the contract event 0x48e198b6ae357e529204ee53a8e514c470ff77d9cc8e4f7207f8b5d490ae6934.
⋮----
// Solidity: event OperatorAVSSplitBipsSet(address indexed caller, address indexed operator, address indexed avs, uint32 activatedAt, uint16 oldOperatorAVSSplitBips, uint16 newOperatorAVSSplitBips)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) FilterOperatorAVSSplitBipsSet(opts *bind.FilterOpts, caller []common.Address, operator []common.Address, avs []common.Address) (*ContractIRewardsCoordinatorOperatorAVSSplitBipsSetIterator, error)
⋮----
var callerRule []interface{}
⋮----
var operatorRule []interface{}
⋮----
// WatchOperatorAVSSplitBipsSet is a free log subscription operation binding the contract event 0x48e198b6ae357e529204ee53a8e514c470ff77d9cc8e4f7207f8b5d490ae6934.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) WatchOperatorAVSSplitBipsSet(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorOperatorAVSSplitBipsSet, caller []common.Address, operator []common.Address, avs []common.Address) (event.Subscription, error)
⋮----
// ParseOperatorAVSSplitBipsSet is a log parse operation binding the contract event 0x48e198b6ae357e529204ee53a8e514c470ff77d9cc8e4f7207f8b5d490ae6934.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) ParseOperatorAVSSplitBipsSet(log types.Log) (*ContractIRewardsCoordinatorOperatorAVSSplitBipsSet, error)
⋮----
// ContractIRewardsCoordinatorOperatorDirectedAVSRewardsSubmissionCreatedIterator is returned from FilterOperatorDirectedAVSRewardsSubmissionCreated and is used to iterate over the raw logs and unpacked data for OperatorDirectedAVSRewardsSubmissionCreated events raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorOperatorDirectedAVSRewardsSubmissionCreatedIterator struct {
	Event *ContractIRewardsCoordinatorOperatorDirectedAVSRewardsSubmissionCreated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIRewardsCoordinatorOperatorDirectedAVSRewardsSubmissionCreated // Event containing the contract specifics and raw log
⋮----
// ContractIRewardsCoordinatorOperatorDirectedAVSRewardsSubmissionCreated represents a OperatorDirectedAVSRewardsSubmissionCreated event raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorOperatorDirectedAVSRewardsSubmissionCreated struct {
	Caller                                common.Address
	Avs                                   common.Address
	OperatorDirectedRewardsSubmissionHash [32]byte
	SubmissionNonce                       *big.Int
	OperatorDirectedRewardsSubmission     IRewardsCoordinatorOperatorDirectedRewardsSubmission
	Raw                                   types.Log // Blockchain specific contextual infos
}
⋮----
Raw                                   types.Log // Blockchain specific contextual infos
⋮----
// FilterOperatorDirectedAVSRewardsSubmissionCreated is a free log retrieval operation binding the contract event 0xfc8888bffd711da60bc5092b33f677d81896fe80ecc677b84cfab8184462b6e0.
⋮----
// Solidity: event OperatorDirectedAVSRewardsSubmissionCreated(address indexed caller, address indexed avs, bytes32 indexed operatorDirectedRewardsSubmissionHash, uint256 submissionNonce, ((address,uint96)[],address,(address,uint256)[],uint32,uint32,string) operatorDirectedRewardsSubmission)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) FilterOperatorDirectedAVSRewardsSubmissionCreated(opts *bind.FilterOpts, caller []common.Address, avs []common.Address, operatorDirectedRewardsSubmissionHash [][32]byte) (*ContractIRewardsCoordinatorOperatorDirectedAVSRewardsSubmissionCreatedIterator, error)
⋮----
var operatorDirectedRewardsSubmissionHashRule []interface{}
⋮----
// WatchOperatorDirectedAVSRewardsSubmissionCreated is a free log subscription operation binding the contract event 0xfc8888bffd711da60bc5092b33f677d81896fe80ecc677b84cfab8184462b6e0.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) WatchOperatorDirectedAVSRewardsSubmissionCreated(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorOperatorDirectedAVSRewardsSubmissionCreated, caller []common.Address, avs []common.Address, operatorDirectedRewardsSubmissionHash [][32]byte) (event.Subscription, error)
⋮----
// ParseOperatorDirectedAVSRewardsSubmissionCreated is a log parse operation binding the contract event 0xfc8888bffd711da60bc5092b33f677d81896fe80ecc677b84cfab8184462b6e0.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) ParseOperatorDirectedAVSRewardsSubmissionCreated(log types.Log) (*ContractIRewardsCoordinatorOperatorDirectedAVSRewardsSubmissionCreated, error)
⋮----
// ContractIRewardsCoordinatorOperatorPISplitBipsSetIterator is returned from FilterOperatorPISplitBipsSet and is used to iterate over the raw logs and unpacked data for OperatorPISplitBipsSet events raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorOperatorPISplitBipsSetIterator struct {
	Event *ContractIRewardsCoordinatorOperatorPISplitBipsSet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIRewardsCoordinatorOperatorPISplitBipsSet // Event containing the contract specifics and raw log
⋮----
// ContractIRewardsCoordinatorOperatorPISplitBipsSet represents a OperatorPISplitBipsSet event raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorOperatorPISplitBipsSet struct {
	Caller                 common.Address
	Operator               common.Address
	ActivatedAt            uint32
	OldOperatorPISplitBips uint16
	NewOperatorPISplitBips uint16
	Raw                    types.Log // Blockchain specific contextual infos
}
⋮----
Raw                    types.Log // Blockchain specific contextual infos
⋮----
// FilterOperatorPISplitBipsSet is a free log retrieval operation binding the contract event 0xd1e028bd664486a46ad26040e999cd2d22e1e9a094ee6afe19fcf64678f16f74.
⋮----
// Solidity: event OperatorPISplitBipsSet(address indexed caller, address indexed operator, uint32 activatedAt, uint16 oldOperatorPISplitBips, uint16 newOperatorPISplitBips)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) FilterOperatorPISplitBipsSet(opts *bind.FilterOpts, caller []common.Address, operator []common.Address) (*ContractIRewardsCoordinatorOperatorPISplitBipsSetIterator, error)
⋮----
// WatchOperatorPISplitBipsSet is a free log subscription operation binding the contract event 0xd1e028bd664486a46ad26040e999cd2d22e1e9a094ee6afe19fcf64678f16f74.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) WatchOperatorPISplitBipsSet(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorOperatorPISplitBipsSet, caller []common.Address, operator []common.Address) (event.Subscription, error)
⋮----
// ParseOperatorPISplitBipsSet is a log parse operation binding the contract event 0xd1e028bd664486a46ad26040e999cd2d22e1e9a094ee6afe19fcf64678f16f74.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) ParseOperatorPISplitBipsSet(log types.Log) (*ContractIRewardsCoordinatorOperatorPISplitBipsSet, error)
⋮----
// ContractIRewardsCoordinatorRewardsClaimedIterator is returned from FilterRewardsClaimed and is used to iterate over the raw logs and unpacked data for RewardsClaimed events raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorRewardsClaimedIterator struct {
	Event *ContractIRewardsCoordinatorRewardsClaimed // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIRewardsCoordinatorRewardsClaimed // Event containing the contract specifics and raw log
⋮----
// ContractIRewardsCoordinatorRewardsClaimed represents a RewardsClaimed event raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorRewardsClaimed struct {
	Root          [32]byte
	Earner        common.Address
	Claimer       common.Address
	Recipient     common.Address
	Token         common.Address
	ClaimedAmount *big.Int
	Raw           types.Log // Blockchain specific contextual infos
}
⋮----
Raw           types.Log // Blockchain specific contextual infos
⋮----
// FilterRewardsClaimed is a free log retrieval operation binding the contract event 0x9543dbd55580842586a951f0386e24d68a5df99ae29e3b216588b45fd684ce31.
⋮----
// Solidity: event RewardsClaimed(bytes32 root, address indexed earner, address indexed claimer, address indexed recipient, address token, uint256 claimedAmount)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) FilterRewardsClaimed(opts *bind.FilterOpts, earner []common.Address, claimer []common.Address, recipient []common.Address) (*ContractIRewardsCoordinatorRewardsClaimedIterator, error)
⋮----
var recipientRule []interface{}
⋮----
// WatchRewardsClaimed is a free log subscription operation binding the contract event 0x9543dbd55580842586a951f0386e24d68a5df99ae29e3b216588b45fd684ce31.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) WatchRewardsClaimed(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorRewardsClaimed, earner []common.Address, claimer []common.Address, recipient []common.Address) (event.Subscription, error)
⋮----
// ParseRewardsClaimed is a log parse operation binding the contract event 0x9543dbd55580842586a951f0386e24d68a5df99ae29e3b216588b45fd684ce31.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) ParseRewardsClaimed(log types.Log) (*ContractIRewardsCoordinatorRewardsClaimed, error)
⋮----
// ContractIRewardsCoordinatorRewardsForAllSubmitterSetIterator is returned from FilterRewardsForAllSubmitterSet and is used to iterate over the raw logs and unpacked data for RewardsForAllSubmitterSet events raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorRewardsForAllSubmitterSetIterator struct {
	Event *ContractIRewardsCoordinatorRewardsForAllSubmitterSet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIRewardsCoordinatorRewardsForAllSubmitterSet // Event containing the contract specifics and raw log
⋮----
// ContractIRewardsCoordinatorRewardsForAllSubmitterSet represents a RewardsForAllSubmitterSet event raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorRewardsForAllSubmitterSet struct {
	RewardsForAllSubmitter common.Address
	OldValue               bool
	NewValue               bool
	Raw                    types.Log // Blockchain specific contextual infos
}
⋮----
// FilterRewardsForAllSubmitterSet is a free log retrieval operation binding the contract event 0x4de6293e668df1398422e1def12118052c1539a03cbfedc145895d48d7685f1c.
⋮----
// Solidity: event RewardsForAllSubmitterSet(address indexed rewardsForAllSubmitter, bool indexed oldValue, bool indexed newValue)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) FilterRewardsForAllSubmitterSet(opts *bind.FilterOpts, rewardsForAllSubmitter []common.Address, oldValue []bool, newValue []bool) (*ContractIRewardsCoordinatorRewardsForAllSubmitterSetIterator, error)
⋮----
var rewardsForAllSubmitterRule []interface{}
⋮----
var oldValueRule []interface{}
⋮----
var newValueRule []interface{}
⋮----
// WatchRewardsForAllSubmitterSet is a free log subscription operation binding the contract event 0x4de6293e668df1398422e1def12118052c1539a03cbfedc145895d48d7685f1c.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) WatchRewardsForAllSubmitterSet(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorRewardsForAllSubmitterSet, rewardsForAllSubmitter []common.Address, oldValue []bool, newValue []bool) (event.Subscription, error)
⋮----
// ParseRewardsForAllSubmitterSet is a log parse operation binding the contract event 0x4de6293e668df1398422e1def12118052c1539a03cbfedc145895d48d7685f1c.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) ParseRewardsForAllSubmitterSet(log types.Log) (*ContractIRewardsCoordinatorRewardsForAllSubmitterSet, error)
⋮----
// ContractIRewardsCoordinatorRewardsSubmissionForAllCreatedIterator is returned from FilterRewardsSubmissionForAllCreated and is used to iterate over the raw logs and unpacked data for RewardsSubmissionForAllCreated events raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorRewardsSubmissionForAllCreatedIterator struct {
	Event *ContractIRewardsCoordinatorRewardsSubmissionForAllCreated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIRewardsCoordinatorRewardsSubmissionForAllCreated // Event containing the contract specifics and raw log
⋮----
// ContractIRewardsCoordinatorRewardsSubmissionForAllCreated represents a RewardsSubmissionForAllCreated event raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorRewardsSubmissionForAllCreated struct {
	Submitter             common.Address
	SubmissionNonce       *big.Int
	RewardsSubmissionHash [32]byte
	RewardsSubmission     IRewardsCoordinatorRewardsSubmission
	Raw                   types.Log // Blockchain specific contextual infos
}
⋮----
// FilterRewardsSubmissionForAllCreated is a free log retrieval operation binding the contract event 0x51088b8c89628df3a8174002c2a034d0152fce6af8415d651b2a4734bf270482.
⋮----
// Solidity: event RewardsSubmissionForAllCreated(address indexed submitter, uint256 indexed submissionNonce, bytes32 indexed rewardsSubmissionHash, ((address,uint96)[],address,uint256,uint32,uint32) rewardsSubmission)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) FilterRewardsSubmissionForAllCreated(opts *bind.FilterOpts, submitter []common.Address, submissionNonce []*big.Int, rewardsSubmissionHash [][32]byte) (*ContractIRewardsCoordinatorRewardsSubmissionForAllCreatedIterator, error)
⋮----
var submitterRule []interface{}
⋮----
// WatchRewardsSubmissionForAllCreated is a free log subscription operation binding the contract event 0x51088b8c89628df3a8174002c2a034d0152fce6af8415d651b2a4734bf270482.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) WatchRewardsSubmissionForAllCreated(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorRewardsSubmissionForAllCreated, submitter []common.Address, submissionNonce []*big.Int, rewardsSubmissionHash [][32]byte) (event.Subscription, error)
⋮----
// ParseRewardsSubmissionForAllCreated is a log parse operation binding the contract event 0x51088b8c89628df3a8174002c2a034d0152fce6af8415d651b2a4734bf270482.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) ParseRewardsSubmissionForAllCreated(log types.Log) (*ContractIRewardsCoordinatorRewardsSubmissionForAllCreated, error)
⋮----
// ContractIRewardsCoordinatorRewardsSubmissionForAllEarnersCreatedIterator is returned from FilterRewardsSubmissionForAllEarnersCreated and is used to iterate over the raw logs and unpacked data for RewardsSubmissionForAllEarnersCreated events raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorRewardsSubmissionForAllEarnersCreatedIterator struct {
	Event *ContractIRewardsCoordinatorRewardsSubmissionForAllEarnersCreated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIRewardsCoordinatorRewardsSubmissionForAllEarnersCreated // Event containing the contract specifics and raw log
⋮----
// ContractIRewardsCoordinatorRewardsSubmissionForAllEarnersCreated represents a RewardsSubmissionForAllEarnersCreated event raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorRewardsSubmissionForAllEarnersCreated struct {
	TokenHopper           common.Address
	SubmissionNonce       *big.Int
	RewardsSubmissionHash [32]byte
	RewardsSubmission     IRewardsCoordinatorRewardsSubmission
	Raw                   types.Log // Blockchain specific contextual infos
}
⋮----
// FilterRewardsSubmissionForAllEarnersCreated is a free log retrieval operation binding the contract event 0x5251b6fdefcb5d81144e735f69ea4c695fd43b0289ca53dc075033f5fc80068b.
⋮----
// Solidity: event RewardsSubmissionForAllEarnersCreated(address indexed tokenHopper, uint256 indexed submissionNonce, bytes32 indexed rewardsSubmissionHash, ((address,uint96)[],address,uint256,uint32,uint32) rewardsSubmission)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) FilterRewardsSubmissionForAllEarnersCreated(opts *bind.FilterOpts, tokenHopper []common.Address, submissionNonce []*big.Int, rewardsSubmissionHash [][32]byte) (*ContractIRewardsCoordinatorRewardsSubmissionForAllEarnersCreatedIterator, error)
⋮----
var tokenHopperRule []interface{}
⋮----
// WatchRewardsSubmissionForAllEarnersCreated is a free log subscription operation binding the contract event 0x5251b6fdefcb5d81144e735f69ea4c695fd43b0289ca53dc075033f5fc80068b.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) WatchRewardsSubmissionForAllEarnersCreated(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorRewardsSubmissionForAllEarnersCreated, tokenHopper []common.Address, submissionNonce []*big.Int, rewardsSubmissionHash [][32]byte) (event.Subscription, error)
⋮----
// ParseRewardsSubmissionForAllEarnersCreated is a log parse operation binding the contract event 0x5251b6fdefcb5d81144e735f69ea4c695fd43b0289ca53dc075033f5fc80068b.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) ParseRewardsSubmissionForAllEarnersCreated(log types.Log) (*ContractIRewardsCoordinatorRewardsSubmissionForAllEarnersCreated, error)
⋮----
// ContractIRewardsCoordinatorRewardsUpdaterSetIterator is returned from FilterRewardsUpdaterSet and is used to iterate over the raw logs and unpacked data for RewardsUpdaterSet events raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorRewardsUpdaterSetIterator struct {
	Event *ContractIRewardsCoordinatorRewardsUpdaterSet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIRewardsCoordinatorRewardsUpdaterSet // Event containing the contract specifics and raw log
⋮----
// ContractIRewardsCoordinatorRewardsUpdaterSet represents a RewardsUpdaterSet event raised by the ContractIRewardsCoordinator contract.
type ContractIRewardsCoordinatorRewardsUpdaterSet struct {
	OldRewardsUpdater common.Address
	NewRewardsUpdater common.Address
	Raw               types.Log // Blockchain specific contextual infos
}
⋮----
Raw               types.Log // Blockchain specific contextual infos
⋮----
// FilterRewardsUpdaterSet is a free log retrieval operation binding the contract event 0x237b82f438d75fc568ebab484b75b01d9287b9e98b490b7c23221623b6705dbb.
⋮----
// Solidity: event RewardsUpdaterSet(address indexed oldRewardsUpdater, address indexed newRewardsUpdater)
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) FilterRewardsUpdaterSet(opts *bind.FilterOpts, oldRewardsUpdater []common.Address, newRewardsUpdater []common.Address) (*ContractIRewardsCoordinatorRewardsUpdaterSetIterator, error)
⋮----
var oldRewardsUpdaterRule []interface{}
⋮----
var newRewardsUpdaterRule []interface{}
⋮----
// WatchRewardsUpdaterSet is a free log subscription operation binding the contract event 0x237b82f438d75fc568ebab484b75b01d9287b9e98b490b7c23221623b6705dbb.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) WatchRewardsUpdaterSet(opts *bind.WatchOpts, sink chan<- *ContractIRewardsCoordinatorRewardsUpdaterSet, oldRewardsUpdater []common.Address, newRewardsUpdater []common.Address) (event.Subscription, error)
⋮----
// ParseRewardsUpdaterSet is a log parse operation binding the contract event 0x237b82f438d75fc568ebab484b75b01d9287b9e98b490b7c23221623b6705dbb.
⋮----
func (_ContractIRewardsCoordinator *ContractIRewardsCoordinatorFilterer) ParseRewardsUpdaterSet(log types.Log) (*ContractIRewardsCoordinatorRewardsUpdaterSet, error)
````

## File: M2-contracts/bindings/ISlasher/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractISlasher
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// ISlasherMiddlewareTimes is an auto generated low-level Go binding around an user-defined struct.
type ISlasherMiddlewareTimes struct {
	StalestUpdateBlock    uint32
	LatestServeUntilBlock uint32
}
⋮----
// ContractISlasherMetaData contains all meta data concerning the ContractISlasher contract.
var ContractISlasherMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"function\",\"name\":\"canSlash\",\"inputs\":[{\"name\":\"toBeSlashed\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"slashingContract\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"canWithdraw\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"withdrawalStartBlock\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"middlewareTimesIndex\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"contractCanSlashOperatorUntilBlock\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"serviceContract\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"delegation\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIDelegationManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"freezeOperator\",\"inputs\":[{\"name\":\"toBeFrozen\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"getCorrectValueForInsertAfter\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"updateBlock\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getMiddlewareTimesIndexServeUntilBlock\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"index\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getMiddlewareTimesIndexStalestUpdateBlock\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"index\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"isFrozen\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"latestUpdateBlock\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"serviceContract\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"middlewareTimesLength\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"operatorToMiddlewareTimes\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"arrayIndex\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structISlasher.MiddlewareTimes\",\"components\":[{\"name\":\"stalestUpdateBlock\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"latestServeUntilBlock\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"operatorWhitelistedContractsLinkedListEntry\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"node\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"},{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"operatorWhitelistedContractsLinkedListSize\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"optIntoSlashing\",\"inputs\":[{\"name\":\"contractAddress\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"recordFirstStakeUpdate\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"serveUntilBlock\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"recordLastStakeUpdateAndRevokeSlashingAbility\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"serveUntilBlock\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"recordStakeUpdate\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"updateBlock\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"serveUntilBlock\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"insertAfter\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"resetFrozenStatus\",\"inputs\":[{\"name\":\"frozenAddresses\",\"type\":\"address[]\",\"internalType\":\"address[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"strategyManager\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStrategyManager\"}],\"stateMutability\":\"view\"},{\"type\":\"event\",\"name\":\"FrozenStatusReset\",\"inputs\":[{\"name\":\"previouslySlashedAddress\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"MiddlewareTimesAdded\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"index\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"},{\"name\":\"stalestUpdateBlock\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"},{\"name\":\"latestServeUntilBlock\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorFrozen\",\"inputs\":[{\"name\":\"slashedOperator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"slashingContract\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OptedIntoSlashing\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"contractAddress\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"SlashingAbilityRevoked\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"contractAddress\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"contractCanSlashOperatorUntilBlock\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"}],\"anonymous\":false}]",
}
⋮----
// ContractISlasherABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractISlasherMetaData.ABI instead.
var ContractISlasherABI = ContractISlasherMetaData.ABI
⋮----
// ContractISlasherMethods is an auto generated interface around an Ethereum contract.
type ContractISlasherMethods interface {
	ContractISlasherCalls
	ContractISlasherTransacts
	ContractISlasherFilters
}
⋮----
// ContractISlasherCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractISlasherCalls interface {
	CanSlash(opts *bind.CallOpts, toBeSlashed common.Address, slashingContract common.Address) (bool, error)

	ContractCanSlashOperatorUntilBlock(opts *bind.CallOpts, operator common.Address, serviceContract common.Address) (uint32, error)

	Delegation(opts *bind.CallOpts) (common.Address, error)

	GetCorrectValueForInsertAfter(opts *bind.CallOpts, operator common.Address, updateBlock uint32) (*big.Int, error)

	GetMiddlewareTimesIndexServeUntilBlock(opts *bind.CallOpts, operator common.Address, index uint32) (uint32, error)

	GetMiddlewareTimesIndexStalestUpdateBlock(opts *bind.CallOpts, operator common.Address, index uint32) (uint32, error)

	IsFrozen(opts *bind.CallOpts, staker common.Address) (bool, error)

	LatestUpdateBlock(opts *bind.CallOpts, operator common.Address, serviceContract common.Address) (uint32, error)

	MiddlewareTimesLength(opts *bind.CallOpts, operator common.Address) (*big.Int, error)

	OperatorToMiddlewareTimes(opts *bind.CallOpts, operator common.Address, arrayIndex *big.Int) (ISlasherMiddlewareTimes, error)

	OperatorWhitelistedContractsLinkedListEntry(opts *bind.CallOpts, operator common.Address, node common.Address) (bool, *big.Int, *big.Int, error)

	OperatorWhitelistedContractsLinkedListSize(opts *bind.CallOpts, operator common.Address) (*big.Int, error)

	StrategyManager(opts *bind.CallOpts) (common.Address, error)
}
⋮----
// ContractISlasherTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractISlasherTransacts interface {
	CanWithdraw(opts *bind.TransactOpts, operator common.Address, withdrawalStartBlock uint32, middlewareTimesIndex *big.Int) (*types.Transaction, error)

	FreezeOperator(opts *bind.TransactOpts, toBeFrozen common.Address) (*types.Transaction, error)

	OptIntoSlashing(opts *bind.TransactOpts, contractAddress common.Address) (*types.Transaction, error)

	RecordFirstStakeUpdate(opts *bind.TransactOpts, operator common.Address, serveUntilBlock uint32) (*types.Transaction, error)

	RecordLastStakeUpdateAndRevokeSlashingAbility(opts *bind.TransactOpts, operator common.Address, serveUntilBlock uint32) (*types.Transaction, error)

	RecordStakeUpdate(opts *bind.TransactOpts, operator common.Address, updateBlock uint32, serveUntilBlock uint32, insertAfter *big.Int) (*types.Transaction, error)

	ResetFrozenStatus(opts *bind.TransactOpts, frozenAddresses []common.Address) (*types.Transaction, error)
}
⋮----
// ContractISlasherFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractISlasherFilters interface {
	FilterFrozenStatusReset(opts *bind.FilterOpts, previouslySlashedAddress []common.Address) (*ContractISlasherFrozenStatusResetIterator, error)
	WatchFrozenStatusReset(opts *bind.WatchOpts, sink chan<- *ContractISlasherFrozenStatusReset, previouslySlashedAddress []common.Address) (event.Subscription, error)
	ParseFrozenStatusReset(log types.Log) (*ContractISlasherFrozenStatusReset, error)

	FilterMiddlewareTimesAdded(opts *bind.FilterOpts) (*ContractISlasherMiddlewareTimesAddedIterator, error)
	WatchMiddlewareTimesAdded(opts *bind.WatchOpts, sink chan<- *ContractISlasherMiddlewareTimesAdded) (event.Subscription, error)
	ParseMiddlewareTimesAdded(log types.Log) (*ContractISlasherMiddlewareTimesAdded, error)

	FilterOperatorFrozen(opts *bind.FilterOpts, slashedOperator []common.Address, slashingContract []common.Address) (*ContractISlasherOperatorFrozenIterator, error)
	WatchOperatorFrozen(opts *bind.WatchOpts, sink chan<- *ContractISlasherOperatorFrozen, slashedOperator []common.Address, slashingContract []common.Address) (event.Subscription, error)
	ParseOperatorFrozen(log types.Log) (*ContractISlasherOperatorFrozen, error)

	FilterOptedIntoSlashing(opts *bind.FilterOpts, operator []common.Address, contractAddress []common.Address) (*ContractISlasherOptedIntoSlashingIterator, error)
	WatchOptedIntoSlashing(opts *bind.WatchOpts, sink chan<- *ContractISlasherOptedIntoSlashing, operator []common.Address, contractAddress []common.Address) (event.Subscription, error)
	ParseOptedIntoSlashing(log types.Log) (*ContractISlasherOptedIntoSlashing, error)

	FilterSlashingAbilityRevoked(opts *bind.FilterOpts, operator []common.Address, contractAddress []common.Address) (*ContractISlasherSlashingAbilityRevokedIterator, error)
	WatchSlashingAbilityRevoked(opts *bind.WatchOpts, sink chan<- *ContractISlasherSlashingAbilityRevoked, operator []common.Address, contractAddress []common.Address) (event.Subscription, error)
	ParseSlashingAbilityRevoked(log types.Log) (*ContractISlasherSlashingAbilityRevoked, error)
}
⋮----
// ContractISlasher is an auto generated Go binding around an Ethereum contract.
type ContractISlasher struct {
	ContractISlasherCaller     // Read-only binding to the contract
	ContractISlasherTransactor // Write-only binding to the contract
	ContractISlasherFilterer   // Log filterer for contract events
}
⋮----
ContractISlasherCaller     // Read-only binding to the contract
ContractISlasherTransactor // Write-only binding to the contract
ContractISlasherFilterer   // Log filterer for contract events
⋮----
// ContractISlasher implements the ContractISlasherMethods interface.
var _ ContractISlasherMethods = (*ContractISlasher)(nil)
⋮----
// ContractISlasherCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractISlasherCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractISlasherCaller implements the ContractISlasherCalls interface.
var _ ContractISlasherCalls = (*ContractISlasherCaller)(nil)
⋮----
// ContractISlasherTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractISlasherTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractISlasherTransactor implements the ContractISlasherTransacts interface.
var _ ContractISlasherTransacts = (*ContractISlasherTransactor)(nil)
⋮----
// ContractISlasherFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractISlasherFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractISlasherFilterer implements the ContractISlasherFilters interface.
var _ ContractISlasherFilters = (*ContractISlasherFilterer)(nil)
⋮----
// ContractISlasherSession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractISlasherSession struct {
	Contract     *ContractISlasher // Generic contract binding to set the session for
	CallOpts     bind.CallOpts     // Call options to use throughout this session
	TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractISlasher // Generic contract binding to set the session for
CallOpts     bind.CallOpts     // Call options to use throughout this session
TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
⋮----
// ContractISlasherCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractISlasherCallerSession struct {
	Contract *ContractISlasherCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts           // Call options to use throughout this session
}
⋮----
Contract *ContractISlasherCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts           // Call options to use throughout this session
⋮----
// ContractISlasherTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractISlasherTransactorSession struct {
	Contract     *ContractISlasherTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts           // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractISlasherTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts           // Transaction auth options to use throughout this session
⋮----
// ContractISlasherRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractISlasherRaw struct {
	Contract *ContractISlasher // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractISlasher // Generic contract binding to access the raw methods on
⋮----
// ContractISlasherCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractISlasherCallerRaw struct {
	Contract *ContractISlasherCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractISlasherCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractISlasherTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractISlasherTransactorRaw struct {
	Contract *ContractISlasherTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractISlasherTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractISlasher creates a new instance of ContractISlasher, bound to a specific deployed contract.
func NewContractISlasher(address common.Address, backend bind.ContractBackend) (*ContractISlasher, error)
⋮----
// NewContractISlasherCaller creates a new read-only instance of ContractISlasher, bound to a specific deployed contract.
func NewContractISlasherCaller(address common.Address, caller bind.ContractCaller) (*ContractISlasherCaller, error)
⋮----
// NewContractISlasherTransactor creates a new write-only instance of ContractISlasher, bound to a specific deployed contract.
func NewContractISlasherTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractISlasherTransactor, error)
⋮----
// NewContractISlasherFilterer creates a new log filterer instance of ContractISlasher, bound to a specific deployed contract.
func NewContractISlasherFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractISlasherFilterer, error)
⋮----
// bindContractISlasher binds a generic wrapper to an already deployed contract.
func bindContractISlasher(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractISlasher *ContractISlasherRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractISlasher *ContractISlasherRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractISlasher *ContractISlasherRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// CanSlash is a free data retrieval call binding the contract method 0xd98128c0.
//
// Solidity: function canSlash(address toBeSlashed, address slashingContract) view returns(bool)
func (_ContractISlasher *ContractISlasherCaller) CanSlash(opts *bind.CallOpts, toBeSlashed common.Address, slashingContract common.Address) (bool, error)
⋮----
var out []interface{}
⋮----
// ContractCanSlashOperatorUntilBlock is a free data retrieval call binding the contract method 0x6f0c2f74.
⋮----
// Solidity: function contractCanSlashOperatorUntilBlock(address operator, address serviceContract) view returns(uint32)
func (_ContractISlasher *ContractISlasherCaller) ContractCanSlashOperatorUntilBlock(opts *bind.CallOpts, operator common.Address, serviceContract common.Address) (uint32, error)
⋮----
// Delegation is a free data retrieval call binding the contract method 0xdf5cf723.
⋮----
// Solidity: function delegation() view returns(address)
func (_ContractISlasher *ContractISlasherCaller) Delegation(opts *bind.CallOpts) (common.Address, error)
⋮----
// GetCorrectValueForInsertAfter is a free data retrieval call binding the contract method 0x723e59c7.
⋮----
// Solidity: function getCorrectValueForInsertAfter(address operator, uint32 updateBlock) view returns(uint256)
func (_ContractISlasher *ContractISlasherCaller) GetCorrectValueForInsertAfter(opts *bind.CallOpts, operator common.Address, updateBlock uint32) (*big.Int, error)
⋮----
// GetMiddlewareTimesIndexServeUntilBlock is a free data retrieval call binding the contract method 0x7259a45c.
⋮----
// Solidity: function getMiddlewareTimesIndexServeUntilBlock(address operator, uint32 index) view returns(uint32)
func (_ContractISlasher *ContractISlasherCaller) GetMiddlewareTimesIndexServeUntilBlock(opts *bind.CallOpts, operator common.Address, index uint32) (uint32, error)
⋮----
// GetMiddlewareTimesIndexStalestUpdateBlock is a free data retrieval call binding the contract method 0x1874e5ae.
⋮----
// Solidity: function getMiddlewareTimesIndexStalestUpdateBlock(address operator, uint32 index) view returns(uint32)
func (_ContractISlasher *ContractISlasherCaller) GetMiddlewareTimesIndexStalestUpdateBlock(opts *bind.CallOpts, operator common.Address, index uint32) (uint32, error)
⋮----
// IsFrozen is a free data retrieval call binding the contract method 0xe5839836.
⋮----
// Solidity: function isFrozen(address staker) view returns(bool)
func (_ContractISlasher *ContractISlasherCaller) IsFrozen(opts *bind.CallOpts, staker common.Address) (bool, error)
⋮----
// LatestUpdateBlock is a free data retrieval call binding the contract method 0xda16e29b.
⋮----
// Solidity: function latestUpdateBlock(address operator, address serviceContract) view returns(uint32)
func (_ContractISlasher *ContractISlasherCaller) LatestUpdateBlock(opts *bind.CallOpts, operator common.Address, serviceContract common.Address) (uint32, error)
⋮----
// MiddlewareTimesLength is a free data retrieval call binding the contract method 0xa49db732.
⋮----
// Solidity: function middlewareTimesLength(address operator) view returns(uint256)
func (_ContractISlasher *ContractISlasherCaller) MiddlewareTimesLength(opts *bind.CallOpts, operator common.Address) (*big.Int, error)
⋮----
// OperatorToMiddlewareTimes is a free data retrieval call binding the contract method 0x282670fc.
⋮----
// Solidity: function operatorToMiddlewareTimes(address operator, uint256 arrayIndex) view returns((uint32,uint32))
func (_ContractISlasher *ContractISlasherCaller) OperatorToMiddlewareTimes(opts *bind.CallOpts, operator common.Address, arrayIndex *big.Int) (ISlasherMiddlewareTimes, error)
⋮----
// OperatorWhitelistedContractsLinkedListEntry is a free data retrieval call binding the contract method 0x855fcc4a.
⋮----
// Solidity: function operatorWhitelistedContractsLinkedListEntry(address operator, address node) view returns(bool, uint256, uint256)
func (_ContractISlasher *ContractISlasherCaller) OperatorWhitelistedContractsLinkedListEntry(opts *bind.CallOpts, operator common.Address, node common.Address) (bool, *big.Int, *big.Int, error)
⋮----
// OperatorWhitelistedContractsLinkedListSize is a free data retrieval call binding the contract method 0xe921d4fa.
⋮----
// Solidity: function operatorWhitelistedContractsLinkedListSize(address operator) view returns(uint256)
func (_ContractISlasher *ContractISlasherCaller) OperatorWhitelistedContractsLinkedListSize(opts *bind.CallOpts, operator common.Address) (*big.Int, error)
⋮----
// StrategyManager is a free data retrieval call binding the contract method 0x39b70e38.
⋮----
// Solidity: function strategyManager() view returns(address)
func (_ContractISlasher *ContractISlasherCaller) StrategyManager(opts *bind.CallOpts) (common.Address, error)
⋮----
// CanWithdraw is a paid mutator transaction binding the contract method 0x8105e043.
⋮----
// Solidity: function canWithdraw(address operator, uint32 withdrawalStartBlock, uint256 middlewareTimesIndex) returns(bool)
func (_ContractISlasher *ContractISlasherTransactor) CanWithdraw(opts *bind.TransactOpts, operator common.Address, withdrawalStartBlock uint32, middlewareTimesIndex *big.Int) (*types.Transaction, error)
⋮----
// FreezeOperator is a paid mutator transaction binding the contract method 0x38c8ee64.
⋮----
// Solidity: function freezeOperator(address toBeFrozen) returns()
func (_ContractISlasher *ContractISlasherTransactor) FreezeOperator(opts *bind.TransactOpts, toBeFrozen common.Address) (*types.Transaction, error)
⋮----
// OptIntoSlashing is a paid mutator transaction binding the contract method 0xf73b7519.
⋮----
// Solidity: function optIntoSlashing(address contractAddress) returns()
func (_ContractISlasher *ContractISlasherTransactor) OptIntoSlashing(opts *bind.TransactOpts, contractAddress common.Address) (*types.Transaction, error)
⋮----
// RecordFirstStakeUpdate is a paid mutator transaction binding the contract method 0x175d3205.
⋮----
// Solidity: function recordFirstStakeUpdate(address operator, uint32 serveUntilBlock) returns()
func (_ContractISlasher *ContractISlasherTransactor) RecordFirstStakeUpdate(opts *bind.TransactOpts, operator common.Address, serveUntilBlock uint32) (*types.Transaction, error)
⋮----
// RecordLastStakeUpdateAndRevokeSlashingAbility is a paid mutator transaction binding the contract method 0x0ffabbce.
⋮----
// Solidity: function recordLastStakeUpdateAndRevokeSlashingAbility(address operator, uint32 serveUntilBlock) returns()
func (_ContractISlasher *ContractISlasherTransactor) RecordLastStakeUpdateAndRevokeSlashingAbility(opts *bind.TransactOpts, operator common.Address, serveUntilBlock uint32) (*types.Transaction, error)
⋮----
// RecordStakeUpdate is a paid mutator transaction binding the contract method 0xc747075b.
⋮----
// Solidity: function recordStakeUpdate(address operator, uint32 updateBlock, uint32 serveUntilBlock, uint256 insertAfter) returns()
func (_ContractISlasher *ContractISlasherTransactor) RecordStakeUpdate(opts *bind.TransactOpts, operator common.Address, updateBlock uint32, serveUntilBlock uint32, insertAfter *big.Int) (*types.Transaction, error)
⋮----
// ResetFrozenStatus is a paid mutator transaction binding the contract method 0x7cf72bba.
⋮----
// Solidity: function resetFrozenStatus(address[] frozenAddresses) returns()
func (_ContractISlasher *ContractISlasherTransactor) ResetFrozenStatus(opts *bind.TransactOpts, frozenAddresses []common.Address) (*types.Transaction, error)
⋮----
// ContractISlasherFrozenStatusResetIterator is returned from FilterFrozenStatusReset and is used to iterate over the raw logs and unpacked data for FrozenStatusReset events raised by the ContractISlasher contract.
type ContractISlasherFrozenStatusResetIterator struct {
	Event *ContractISlasherFrozenStatusReset // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractISlasherFrozenStatusReset // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractISlasherFrozenStatusResetIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractISlasherFrozenStatusResetIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractISlasherFrozenStatusResetIterator) Close() error
⋮----
// ContractISlasherFrozenStatusReset represents a FrozenStatusReset event raised by the ContractISlasher contract.
type ContractISlasherFrozenStatusReset struct {
	PreviouslySlashedAddress common.Address
	Raw                      types.Log // Blockchain specific contextual infos
}
⋮----
Raw                      types.Log // Blockchain specific contextual infos
⋮----
// FilterFrozenStatusReset is a free log retrieval operation binding the contract event 0xd4cef0af27800d466fcacd85779857378b85cb61569005ff1464fa6e5ced69d8.
⋮----
// Solidity: event FrozenStatusReset(address indexed previouslySlashedAddress)
func (_ContractISlasher *ContractISlasherFilterer) FilterFrozenStatusReset(opts *bind.FilterOpts, previouslySlashedAddress []common.Address) (*ContractISlasherFrozenStatusResetIterator, error)
⋮----
var previouslySlashedAddressRule []interface{}
⋮----
// WatchFrozenStatusReset is a free log subscription operation binding the contract event 0xd4cef0af27800d466fcacd85779857378b85cb61569005ff1464fa6e5ced69d8.
⋮----
func (_ContractISlasher *ContractISlasherFilterer) WatchFrozenStatusReset(opts *bind.WatchOpts, sink chan<- *ContractISlasherFrozenStatusReset, previouslySlashedAddress []common.Address) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseFrozenStatusReset is a log parse operation binding the contract event 0xd4cef0af27800d466fcacd85779857378b85cb61569005ff1464fa6e5ced69d8.
⋮----
func (_ContractISlasher *ContractISlasherFilterer) ParseFrozenStatusReset(log types.Log) (*ContractISlasherFrozenStatusReset, error)
⋮----
// ContractISlasherMiddlewareTimesAddedIterator is returned from FilterMiddlewareTimesAdded and is used to iterate over the raw logs and unpacked data for MiddlewareTimesAdded events raised by the ContractISlasher contract.
type ContractISlasherMiddlewareTimesAddedIterator struct {
	Event *ContractISlasherMiddlewareTimesAdded // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractISlasherMiddlewareTimesAdded // Event containing the contract specifics and raw log
⋮----
// ContractISlasherMiddlewareTimesAdded represents a MiddlewareTimesAdded event raised by the ContractISlasher contract.
type ContractISlasherMiddlewareTimesAdded struct {
	Operator              common.Address
	Index                 *big.Int
	StalestUpdateBlock    uint32
	LatestServeUntilBlock uint32
	Raw                   types.Log // Blockchain specific contextual infos
}
⋮----
Raw                   types.Log // Blockchain specific contextual infos
⋮----
// FilterMiddlewareTimesAdded is a free log retrieval operation binding the contract event 0x1b62ba64c72d01e41a2b8c46e6aeeff728ef3a4438cf1cac3d92ee12189d5649.
⋮----
// Solidity: event MiddlewareTimesAdded(address operator, uint256 index, uint32 stalestUpdateBlock, uint32 latestServeUntilBlock)
func (_ContractISlasher *ContractISlasherFilterer) FilterMiddlewareTimesAdded(opts *bind.FilterOpts) (*ContractISlasherMiddlewareTimesAddedIterator, error)
⋮----
// WatchMiddlewareTimesAdded is a free log subscription operation binding the contract event 0x1b62ba64c72d01e41a2b8c46e6aeeff728ef3a4438cf1cac3d92ee12189d5649.
⋮----
func (_ContractISlasher *ContractISlasherFilterer) WatchMiddlewareTimesAdded(opts *bind.WatchOpts, sink chan<- *ContractISlasherMiddlewareTimesAdded) (event.Subscription, error)
⋮----
// ParseMiddlewareTimesAdded is a log parse operation binding the contract event 0x1b62ba64c72d01e41a2b8c46e6aeeff728ef3a4438cf1cac3d92ee12189d5649.
⋮----
func (_ContractISlasher *ContractISlasherFilterer) ParseMiddlewareTimesAdded(log types.Log) (*ContractISlasherMiddlewareTimesAdded, error)
⋮----
// ContractISlasherOperatorFrozenIterator is returned from FilterOperatorFrozen and is used to iterate over the raw logs and unpacked data for OperatorFrozen events raised by the ContractISlasher contract.
type ContractISlasherOperatorFrozenIterator struct {
	Event *ContractISlasherOperatorFrozen // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractISlasherOperatorFrozen // Event containing the contract specifics and raw log
⋮----
// ContractISlasherOperatorFrozen represents a OperatorFrozen event raised by the ContractISlasher contract.
type ContractISlasherOperatorFrozen struct {
	SlashedOperator  common.Address
	SlashingContract common.Address
	Raw              types.Log // Blockchain specific contextual infos
}
⋮----
Raw              types.Log // Blockchain specific contextual infos
⋮----
// FilterOperatorFrozen is a free log retrieval operation binding the contract event 0x444a84f512816ae7be8ed8a66aa88e362eb54d0988e83acc9d81746622b3ba51.
⋮----
// Solidity: event OperatorFrozen(address indexed slashedOperator, address indexed slashingContract)
func (_ContractISlasher *ContractISlasherFilterer) FilterOperatorFrozen(opts *bind.FilterOpts, slashedOperator []common.Address, slashingContract []common.Address) (*ContractISlasherOperatorFrozenIterator, error)
⋮----
var slashedOperatorRule []interface{}
⋮----
var slashingContractRule []interface{}
⋮----
// WatchOperatorFrozen is a free log subscription operation binding the contract event 0x444a84f512816ae7be8ed8a66aa88e362eb54d0988e83acc9d81746622b3ba51.
⋮----
func (_ContractISlasher *ContractISlasherFilterer) WatchOperatorFrozen(opts *bind.WatchOpts, sink chan<- *ContractISlasherOperatorFrozen, slashedOperator []common.Address, slashingContract []common.Address) (event.Subscription, error)
⋮----
// ParseOperatorFrozen is a log parse operation binding the contract event 0x444a84f512816ae7be8ed8a66aa88e362eb54d0988e83acc9d81746622b3ba51.
⋮----
func (_ContractISlasher *ContractISlasherFilterer) ParseOperatorFrozen(log types.Log) (*ContractISlasherOperatorFrozen, error)
⋮----
// ContractISlasherOptedIntoSlashingIterator is returned from FilterOptedIntoSlashing and is used to iterate over the raw logs and unpacked data for OptedIntoSlashing events raised by the ContractISlasher contract.
type ContractISlasherOptedIntoSlashingIterator struct {
	Event *ContractISlasherOptedIntoSlashing // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractISlasherOptedIntoSlashing // Event containing the contract specifics and raw log
⋮----
// ContractISlasherOptedIntoSlashing represents a OptedIntoSlashing event raised by the ContractISlasher contract.
type ContractISlasherOptedIntoSlashing struct {
	Operator        common.Address
	ContractAddress common.Address
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
Raw             types.Log // Blockchain specific contextual infos
⋮----
// FilterOptedIntoSlashing is a free log retrieval operation binding the contract event 0xefa9fb38e813d53c15edf501e03852843a3fed691960523391d71a092b3627d8.
⋮----
// Solidity: event OptedIntoSlashing(address indexed operator, address indexed contractAddress)
func (_ContractISlasher *ContractISlasherFilterer) FilterOptedIntoSlashing(opts *bind.FilterOpts, operator []common.Address, contractAddress []common.Address) (*ContractISlasherOptedIntoSlashingIterator, error)
⋮----
var operatorRule []interface{}
⋮----
var contractAddressRule []interface{}
⋮----
// WatchOptedIntoSlashing is a free log subscription operation binding the contract event 0xefa9fb38e813d53c15edf501e03852843a3fed691960523391d71a092b3627d8.
⋮----
func (_ContractISlasher *ContractISlasherFilterer) WatchOptedIntoSlashing(opts *bind.WatchOpts, sink chan<- *ContractISlasherOptedIntoSlashing, operator []common.Address, contractAddress []common.Address) (event.Subscription, error)
⋮----
// ParseOptedIntoSlashing is a log parse operation binding the contract event 0xefa9fb38e813d53c15edf501e03852843a3fed691960523391d71a092b3627d8.
⋮----
func (_ContractISlasher *ContractISlasherFilterer) ParseOptedIntoSlashing(log types.Log) (*ContractISlasherOptedIntoSlashing, error)
⋮----
// ContractISlasherSlashingAbilityRevokedIterator is returned from FilterSlashingAbilityRevoked and is used to iterate over the raw logs and unpacked data for SlashingAbilityRevoked events raised by the ContractISlasher contract.
type ContractISlasherSlashingAbilityRevokedIterator struct {
	Event *ContractISlasherSlashingAbilityRevoked // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractISlasherSlashingAbilityRevoked // Event containing the contract specifics and raw log
⋮----
// ContractISlasherSlashingAbilityRevoked represents a SlashingAbilityRevoked event raised by the ContractISlasher contract.
type ContractISlasherSlashingAbilityRevoked struct {
	Operator                           common.Address
	ContractAddress                    common.Address
	ContractCanSlashOperatorUntilBlock uint32
	Raw                                types.Log // Blockchain specific contextual infos
}
⋮----
Raw                                types.Log // Blockchain specific contextual infos
⋮----
// FilterSlashingAbilityRevoked is a free log retrieval operation binding the contract event 0x9aa1b1391f35c672ed1f3b7ece632f4513e618366bef7a2f67b7c6bc1f2d2b14.
⋮----
// Solidity: event SlashingAbilityRevoked(address indexed operator, address indexed contractAddress, uint32 contractCanSlashOperatorUntilBlock)
func (_ContractISlasher *ContractISlasherFilterer) FilterSlashingAbilityRevoked(opts *bind.FilterOpts, operator []common.Address, contractAddress []common.Address) (*ContractISlasherSlashingAbilityRevokedIterator, error)
⋮----
// WatchSlashingAbilityRevoked is a free log subscription operation binding the contract event 0x9aa1b1391f35c672ed1f3b7ece632f4513e618366bef7a2f67b7c6bc1f2d2b14.
⋮----
func (_ContractISlasher *ContractISlasherFilterer) WatchSlashingAbilityRevoked(opts *bind.WatchOpts, sink chan<- *ContractISlasherSlashingAbilityRevoked, operator []common.Address, contractAddress []common.Address) (event.Subscription, error)
⋮----
// ParseSlashingAbilityRevoked is a log parse operation binding the contract event 0x9aa1b1391f35c672ed1f3b7ece632f4513e618366bef7a2f67b7c6bc1f2d2b14.
⋮----
func (_ContractISlasher *ContractISlasherFilterer) ParseSlashingAbilityRevoked(log types.Log) (*ContractISlasherSlashingAbilityRevoked, error)
````

## File: M2-contracts/bindings/IStrategy/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractIStrategy
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// ContractIStrategyMetaData contains all meta data concerning the ContractIStrategy contract.
var ContractIStrategyMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"function\",\"name\":\"deposit\",\"inputs\":[{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"explanation\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"shares\",\"inputs\":[{\"name\":\"user\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"sharesToUnderlying\",\"inputs\":[{\"name\":\"amountShares\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"sharesToUnderlyingView\",\"inputs\":[{\"name\":\"amountShares\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"totalShares\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"underlyingToShares\",\"inputs\":[{\"name\":\"amountUnderlying\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"underlyingToSharesView\",\"inputs\":[{\"name\":\"amountUnderlying\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"underlyingToken\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIERC20\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"userUnderlying\",\"inputs\":[{\"name\":\"user\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"userUnderlyingView\",\"inputs\":[{\"name\":\"user\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"withdraw\",\"inputs\":[{\"name\":\"recipient\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"amountShares\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"event\",\"name\":\"ExchangeRateEmitted\",\"inputs\":[{\"name\":\"rate\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StrategyTokenSet\",\"inputs\":[{\"name\":\"token\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIERC20\"},{\"name\":\"decimals\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false}]",
}
⋮----
// ContractIStrategyABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractIStrategyMetaData.ABI instead.
var ContractIStrategyABI = ContractIStrategyMetaData.ABI
⋮----
// ContractIStrategyMethods is an auto generated interface around an Ethereum contract.
type ContractIStrategyMethods interface {
	ContractIStrategyCalls
	ContractIStrategyTransacts
	ContractIStrategyFilters
}
⋮----
// ContractIStrategyCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractIStrategyCalls interface {
	Explanation(opts *bind.CallOpts) (string, error)

	Shares(opts *bind.CallOpts, user common.Address) (*big.Int, error)

	SharesToUnderlyingView(opts *bind.CallOpts, amountShares *big.Int) (*big.Int, error)

	TotalShares(opts *bind.CallOpts) (*big.Int, error)

	UnderlyingToSharesView(opts *bind.CallOpts, amountUnderlying *big.Int) (*big.Int, error)

	UnderlyingToken(opts *bind.CallOpts) (common.Address, error)

	UserUnderlyingView(opts *bind.CallOpts, user common.Address) (*big.Int, error)
}
⋮----
// ContractIStrategyTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractIStrategyTransacts interface {
	Deposit(opts *bind.TransactOpts, token common.Address, amount *big.Int) (*types.Transaction, error)

	SharesToUnderlying(opts *bind.TransactOpts, amountShares *big.Int) (*types.Transaction, error)

	UnderlyingToShares(opts *bind.TransactOpts, amountUnderlying *big.Int) (*types.Transaction, error)

	UserUnderlying(opts *bind.TransactOpts, user common.Address) (*types.Transaction, error)

	Withdraw(opts *bind.TransactOpts, recipient common.Address, token common.Address, amountShares *big.Int) (*types.Transaction, error)
}
⋮----
// ContractIStrategyFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractIStrategyFilters interface {
	FilterExchangeRateEmitted(opts *bind.FilterOpts) (*ContractIStrategyExchangeRateEmittedIterator, error)
	WatchExchangeRateEmitted(opts *bind.WatchOpts, sink chan<- *ContractIStrategyExchangeRateEmitted) (event.Subscription, error)
	ParseExchangeRateEmitted(log types.Log) (*ContractIStrategyExchangeRateEmitted, error)

	FilterStrategyTokenSet(opts *bind.FilterOpts) (*ContractIStrategyStrategyTokenSetIterator, error)
	WatchStrategyTokenSet(opts *bind.WatchOpts, sink chan<- *ContractIStrategyStrategyTokenSet) (event.Subscription, error)
	ParseStrategyTokenSet(log types.Log) (*ContractIStrategyStrategyTokenSet, error)
}
⋮----
// ContractIStrategy is an auto generated Go binding around an Ethereum contract.
type ContractIStrategy struct {
	ContractIStrategyCaller     // Read-only binding to the contract
	ContractIStrategyTransactor // Write-only binding to the contract
	ContractIStrategyFilterer   // Log filterer for contract events
}
⋮----
ContractIStrategyCaller     // Read-only binding to the contract
ContractIStrategyTransactor // Write-only binding to the contract
ContractIStrategyFilterer   // Log filterer for contract events
⋮----
// ContractIStrategy implements the ContractIStrategyMethods interface.
var _ ContractIStrategyMethods = (*ContractIStrategy)(nil)
⋮----
// ContractIStrategyCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractIStrategyCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractIStrategyCaller implements the ContractIStrategyCalls interface.
var _ ContractIStrategyCalls = (*ContractIStrategyCaller)(nil)
⋮----
// ContractIStrategyTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractIStrategyTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractIStrategyTransactor implements the ContractIStrategyTransacts interface.
var _ ContractIStrategyTransacts = (*ContractIStrategyTransactor)(nil)
⋮----
// ContractIStrategyFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractIStrategyFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractIStrategyFilterer implements the ContractIStrategyFilters interface.
var _ ContractIStrategyFilters = (*ContractIStrategyFilterer)(nil)
⋮----
// ContractIStrategySession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractIStrategySession struct {
	Contract     *ContractIStrategy // Generic contract binding to set the session for
	CallOpts     bind.CallOpts      // Call options to use throughout this session
	TransactOpts bind.TransactOpts  // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractIStrategy // Generic contract binding to set the session for
CallOpts     bind.CallOpts      // Call options to use throughout this session
TransactOpts bind.TransactOpts  // Transaction auth options to use throughout this session
⋮----
// ContractIStrategyCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractIStrategyCallerSession struct {
	Contract *ContractIStrategyCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts            // Call options to use throughout this session
}
⋮----
Contract *ContractIStrategyCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts            // Call options to use throughout this session
⋮----
// ContractIStrategyTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractIStrategyTransactorSession struct {
	Contract     *ContractIStrategyTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts            // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractIStrategyTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts            // Transaction auth options to use throughout this session
⋮----
// ContractIStrategyRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractIStrategyRaw struct {
	Contract *ContractIStrategy // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractIStrategy // Generic contract binding to access the raw methods on
⋮----
// ContractIStrategyCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractIStrategyCallerRaw struct {
	Contract *ContractIStrategyCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractIStrategyCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractIStrategyTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractIStrategyTransactorRaw struct {
	Contract *ContractIStrategyTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractIStrategyTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractIStrategy creates a new instance of ContractIStrategy, bound to a specific deployed contract.
func NewContractIStrategy(address common.Address, backend bind.ContractBackend) (*ContractIStrategy, error)
⋮----
// NewContractIStrategyCaller creates a new read-only instance of ContractIStrategy, bound to a specific deployed contract.
func NewContractIStrategyCaller(address common.Address, caller bind.ContractCaller) (*ContractIStrategyCaller, error)
⋮----
// NewContractIStrategyTransactor creates a new write-only instance of ContractIStrategy, bound to a specific deployed contract.
func NewContractIStrategyTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractIStrategyTransactor, error)
⋮----
// NewContractIStrategyFilterer creates a new log filterer instance of ContractIStrategy, bound to a specific deployed contract.
func NewContractIStrategyFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractIStrategyFilterer, error)
⋮----
// bindContractIStrategy binds a generic wrapper to an already deployed contract.
func bindContractIStrategy(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractIStrategy *ContractIStrategyRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractIStrategy *ContractIStrategyRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractIStrategy *ContractIStrategyRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// Explanation is a free data retrieval call binding the contract method 0xab5921e1.
//
// Solidity: function explanation() view returns(string)
func (_ContractIStrategy *ContractIStrategyCaller) Explanation(opts *bind.CallOpts) (string, error)
⋮----
var out []interface{}
⋮----
// Shares is a free data retrieval call binding the contract method 0xce7c2ac2.
⋮----
// Solidity: function shares(address user) view returns(uint256)
func (_ContractIStrategy *ContractIStrategyCaller) Shares(opts *bind.CallOpts, user common.Address) (*big.Int, error)
⋮----
// SharesToUnderlyingView is a free data retrieval call binding the contract method 0x7a8b2637.
⋮----
// Solidity: function sharesToUnderlyingView(uint256 amountShares) view returns(uint256)
func (_ContractIStrategy *ContractIStrategyCaller) SharesToUnderlyingView(opts *bind.CallOpts, amountShares *big.Int) (*big.Int, error)
⋮----
// TotalShares is a free data retrieval call binding the contract method 0x3a98ef39.
⋮----
// Solidity: function totalShares() view returns(uint256)
func (_ContractIStrategy *ContractIStrategyCaller) TotalShares(opts *bind.CallOpts) (*big.Int, error)
⋮----
// UnderlyingToSharesView is a free data retrieval call binding the contract method 0xe3dae51c.
⋮----
// Solidity: function underlyingToSharesView(uint256 amountUnderlying) view returns(uint256)
func (_ContractIStrategy *ContractIStrategyCaller) UnderlyingToSharesView(opts *bind.CallOpts, amountUnderlying *big.Int) (*big.Int, error)
⋮----
// UnderlyingToken is a free data retrieval call binding the contract method 0x2495a599.
⋮----
// Solidity: function underlyingToken() view returns(address)
func (_ContractIStrategy *ContractIStrategyCaller) UnderlyingToken(opts *bind.CallOpts) (common.Address, error)
⋮----
// UserUnderlyingView is a free data retrieval call binding the contract method 0x553ca5f8.
⋮----
// Solidity: function userUnderlyingView(address user) view returns(uint256)
func (_ContractIStrategy *ContractIStrategyCaller) UserUnderlyingView(opts *bind.CallOpts, user common.Address) (*big.Int, error)
⋮----
// Deposit is a paid mutator transaction binding the contract method 0x47e7ef24.
⋮----
// Solidity: function deposit(address token, uint256 amount) returns(uint256)
func (_ContractIStrategy *ContractIStrategyTransactor) Deposit(opts *bind.TransactOpts, token common.Address, amount *big.Int) (*types.Transaction, error)
⋮----
// SharesToUnderlying is a paid mutator transaction binding the contract method 0xf3e73875.
⋮----
// Solidity: function sharesToUnderlying(uint256 amountShares) returns(uint256)
func (_ContractIStrategy *ContractIStrategyTransactor) SharesToUnderlying(opts *bind.TransactOpts, amountShares *big.Int) (*types.Transaction, error)
⋮----
// UnderlyingToShares is a paid mutator transaction binding the contract method 0x8c871019.
⋮----
// Solidity: function underlyingToShares(uint256 amountUnderlying) returns(uint256)
func (_ContractIStrategy *ContractIStrategyTransactor) UnderlyingToShares(opts *bind.TransactOpts, amountUnderlying *big.Int) (*types.Transaction, error)
⋮----
// UserUnderlying is a paid mutator transaction binding the contract method 0x8f6a6240.
⋮----
// Solidity: function userUnderlying(address user) returns(uint256)
func (_ContractIStrategy *ContractIStrategyTransactor) UserUnderlying(opts *bind.TransactOpts, user common.Address) (*types.Transaction, error)
⋮----
// Withdraw is a paid mutator transaction binding the contract method 0xd9caed12.
⋮----
// Solidity: function withdraw(address recipient, address token, uint256 amountShares) returns()
func (_ContractIStrategy *ContractIStrategyTransactor) Withdraw(opts *bind.TransactOpts, recipient common.Address, token common.Address, amountShares *big.Int) (*types.Transaction, error)
⋮----
// ContractIStrategyExchangeRateEmittedIterator is returned from FilterExchangeRateEmitted and is used to iterate over the raw logs and unpacked data for ExchangeRateEmitted events raised by the ContractIStrategy contract.
type ContractIStrategyExchangeRateEmittedIterator struct {
	Event *ContractIStrategyExchangeRateEmitted // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIStrategyExchangeRateEmitted // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractIStrategyExchangeRateEmittedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractIStrategyExchangeRateEmittedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractIStrategyExchangeRateEmittedIterator) Close() error
⋮----
// ContractIStrategyExchangeRateEmitted represents a ExchangeRateEmitted event raised by the ContractIStrategy contract.
type ContractIStrategyExchangeRateEmitted struct {
	Rate *big.Int
	Raw  types.Log // Blockchain specific contextual infos
}
⋮----
Raw  types.Log // Blockchain specific contextual infos
⋮----
// FilterExchangeRateEmitted is a free log retrieval operation binding the contract event 0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8.
⋮----
// Solidity: event ExchangeRateEmitted(uint256 rate)
func (_ContractIStrategy *ContractIStrategyFilterer) FilterExchangeRateEmitted(opts *bind.FilterOpts) (*ContractIStrategyExchangeRateEmittedIterator, error)
⋮----
// WatchExchangeRateEmitted is a free log subscription operation binding the contract event 0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8.
⋮----
func (_ContractIStrategy *ContractIStrategyFilterer) WatchExchangeRateEmitted(opts *bind.WatchOpts, sink chan<- *ContractIStrategyExchangeRateEmitted) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseExchangeRateEmitted is a log parse operation binding the contract event 0xd2494f3479e5da49d386657c292c610b5b01df313d07c62eb0cfa49924a31be8.
⋮----
func (_ContractIStrategy *ContractIStrategyFilterer) ParseExchangeRateEmitted(log types.Log) (*ContractIStrategyExchangeRateEmitted, error)
⋮----
// ContractIStrategyStrategyTokenSetIterator is returned from FilterStrategyTokenSet and is used to iterate over the raw logs and unpacked data for StrategyTokenSet events raised by the ContractIStrategy contract.
type ContractIStrategyStrategyTokenSetIterator struct {
	Event *ContractIStrategyStrategyTokenSet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractIStrategyStrategyTokenSet // Event containing the contract specifics and raw log
⋮----
// ContractIStrategyStrategyTokenSet represents a StrategyTokenSet event raised by the ContractIStrategy contract.
type ContractIStrategyStrategyTokenSet struct {
	Token    common.Address
	Decimals uint8
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
Raw      types.Log // Blockchain specific contextual infos
⋮----
// FilterStrategyTokenSet is a free log retrieval operation binding the contract event 0x1c540707b00eb5427b6b774fc799d756516a54aee108b64b327acc55af557507.
⋮----
// Solidity: event StrategyTokenSet(address token, uint8 decimals)
func (_ContractIStrategy *ContractIStrategyFilterer) FilterStrategyTokenSet(opts *bind.FilterOpts) (*ContractIStrategyStrategyTokenSetIterator, error)
⋮----
// WatchStrategyTokenSet is a free log subscription operation binding the contract event 0x1c540707b00eb5427b6b774fc799d756516a54aee108b64b327acc55af557507.
⋮----
func (_ContractIStrategy *ContractIStrategyFilterer) WatchStrategyTokenSet(opts *bind.WatchOpts, sink chan<- *ContractIStrategyStrategyTokenSet) (event.Subscription, error)
⋮----
// ParseStrategyTokenSet is a log parse operation binding the contract event 0x1c540707b00eb5427b6b774fc799d756516a54aee108b64b327acc55af557507.
⋮----
func (_ContractIStrategy *ContractIStrategyFilterer) ParseStrategyTokenSet(log types.Log) (*ContractIStrategyStrategyTokenSet, error)
````

## File: M2-contracts/bindings/MockAvsServiceManager/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractMockAvsServiceManager
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// BN254G1Point is an auto generated low-level Go binding around an user-defined struct.
type BN254G1Point struct {
	X *big.Int
	Y *big.Int
}
⋮----
// BN254G2Point is an auto generated low-level Go binding around an user-defined struct.
type BN254G2Point struct {
	X [2]*big.Int
	Y [2]*big.Int
}
⋮----
// IBLSSignatureCheckerNonSignerStakesAndSignature is an auto generated low-level Go binding around an user-defined struct.
type IBLSSignatureCheckerNonSignerStakesAndSignature struct {
	NonSignerQuorumBitmapIndices []uint32
	NonSignerPubkeys             []BN254G1Point
	QuorumApks                   []BN254G1Point
	ApkG2                        BN254G2Point
	Sigma                        BN254G1Point
	QuorumApkIndices             []uint32
	TotalStakeIndices            []uint32
	NonSignerStakeIndices        [][]uint32
}
⋮----
// IBLSSignatureCheckerQuorumStakeTotals is an auto generated low-level Go binding around an user-defined struct.
type IBLSSignatureCheckerQuorumStakeTotals struct {
	SignedStakeForQuorum []*big.Int
	TotalStakeForQuorum  []*big.Int
}
⋮----
// IRewardsCoordinatorOperatorDirectedRewardsSubmission is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorOperatorDirectedRewardsSubmission struct {
	StrategiesAndMultipliers []IRewardsCoordinatorStrategyAndMultiplier
	Token                    common.Address
	OperatorRewards          []IRewardsCoordinatorOperatorReward
	StartTimestamp           uint32
	Duration                 uint32
	Description              string
}
⋮----
// IRewardsCoordinatorOperatorReward is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorOperatorReward struct {
	Operator common.Address
	Amount   *big.Int
}
⋮----
// IRewardsCoordinatorRewardsSubmission is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorRewardsSubmission struct {
	StrategiesAndMultipliers []IRewardsCoordinatorStrategyAndMultiplier
	Token                    common.Address
	Amount                   *big.Int
	StartTimestamp           uint32
	Duration                 uint32
}
⋮----
// IRewardsCoordinatorStrategyAndMultiplier is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorStrategyAndMultiplier struct {
	Strategy   common.Address
	Multiplier *big.Int
}
⋮----
// ISignatureUtilsSignatureWithSaltAndExpiry is an auto generated low-level Go binding around an user-defined struct.
type ISignatureUtilsSignatureWithSaltAndExpiry struct {
	Signature []byte
	Salt      [32]byte
	Expiry    *big.Int
}
⋮----
// ContractMockAvsServiceManagerMetaData contains all meta data concerning the ContractMockAvsServiceManager contract.
var ContractMockAvsServiceManagerMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"_registryCoordinator\",\"type\":\"address\",\"internalType\":\"contractIRegistryCoordinator\"},{\"name\":\"_avsDirectory\",\"type\":\"address\",\"internalType\":\"contractIAVSDirectory\"},{\"name\":\"_rewardsCoordinator\",\"type\":\"address\",\"internalType\":\"contractIRewardsCoordinator\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"avsDirectory\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"blsApkRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIBLSApkRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"checkSignatures\",\"inputs\":[{\"name\":\"msgHash\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"referenceBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"params\",\"type\":\"tuple\",\"internalType\":\"structIBLSSignatureChecker.NonSignerStakesAndSignature\",\"components\":[{\"name\":\"nonSignerQuorumBitmapIndices\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"nonSignerPubkeys\",\"type\":\"tuple[]\",\"internalType\":\"structBN254.G1Point[]\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"quorumApks\",\"type\":\"tuple[]\",\"internalType\":\"structBN254.G1Point[]\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"apkG2\",\"type\":\"tuple\",\"internalType\":\"structBN254.G2Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"},{\"name\":\"Y\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"}]},{\"name\":\"sigma\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"quorumApkIndices\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"totalStakeIndices\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"nonSignerStakeIndices\",\"type\":\"uint32[][]\",\"internalType\":\"uint32[][]\"}]}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIBLSSignatureChecker.QuorumStakeTotals\",\"components\":[{\"name\":\"signedStakeForQuorum\",\"type\":\"uint96[]\",\"internalType\":\"uint96[]\"},{\"name\":\"totalStakeForQuorum\",\"type\":\"uint96[]\",\"internalType\":\"uint96[]\"}]},{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"createAVSRewardsSubmission\",\"inputs\":[{\"name\":\"rewardsSubmissions\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.RewardsSubmission[]\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"createOperatorDirectedAVSRewardsSubmission\",\"inputs\":[{\"name\":\"operatorDirectedRewardsSubmissions\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.OperatorDirectedRewardsSubmission[]\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"operatorRewards\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.OperatorReward[]\",\"components\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"description\",\"type\":\"string\",\"internalType\":\"string\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"delegation\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIDelegationManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"deregisterOperatorFromAVS\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"getOperatorRestakedStrategies\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address[]\",\"internalType\":\"address[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getRestakeableStrategies\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address[]\",\"internalType\":\"address[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"initialize\",\"inputs\":[{\"name\":\"_initialOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"owner\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"registerOperatorToAVS\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorSignature\",\"type\":\"tuple\",\"internalType\":\"structISignatureUtils.SignatureWithSaltAndExpiry\",\"components\":[{\"name\":\"signature\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"registryCoordinator\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIRegistryCoordinator\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"renounceOwnership\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"rewardsInitiator\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"setClaimerFor\",\"inputs\":[{\"name\":\"claimer\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setRewardsInitiator\",\"inputs\":[{\"name\":\"newRewardsInitiator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setStaleStakesForbidden\",\"inputs\":[{\"name\":\"value\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"stakeRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStakeRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"staleStakesForbidden\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"transferOwnership\",\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"trySignatureAndApkVerification\",\"inputs\":[{\"name\":\"msgHash\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"apk\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"apkG2\",\"type\":\"tuple\",\"internalType\":\"structBN254.G2Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"},{\"name\":\"Y\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"}]},{\"name\":\"sigma\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}],\"outputs\":[{\"name\":\"pairingSuccessful\",\"type\":\"bool\",\"internalType\":\"bool\"},{\"name\":\"siganatureIsValid\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"updateAVSMetadataURI\",\"inputs\":[{\"name\":\"_metadataURI\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OwnershipTransferred\",\"inputs\":[{\"name\":\"previousOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"RewardsInitiatorUpdated\",\"inputs\":[{\"name\":\"prevRewardsInitiator\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"newRewardsInitiator\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StaleStakesForbiddenUpdate\",\"inputs\":[{\"name\":\"value\",\"type\":\"bool\",\"indexed\":false,\"internalType\":\"bool\"}],\"anonymous\":false}]",
	Bin: "0x6101808060405234610254576060816140878038038091610020828561038a565b8339810103126102545780516001600160a01b03811691828203610254576020810151906001600160a01b038216820361025457604001516001600160a01b038116810361025457604051636830483560e01b815291602083600481885afa928315610260575f93610369575b5060805260a0528160c05260e0525f5460ff8160081c166103145760ff808216106102da575b5061010052604051636830483560e01b8152602081600481855afa918215610260576004926020925f916102ad575b5061012052604051632efa2ca360e11b815292839182905afa908115610260575f9161026b575b50610140526101205160405163df5cf72360e01b815290602090829060049082906001600160a01b03165afa908115610260575f9161021a575b5061016052604051613ca690816103e1823960805181818161065801528181610e6101528181610f16015261270b015260a051818181610c0601528181610ce601526111c4015260c051818181610e3101528181611558015281816126db0152612b19015260e0518181816115f40152612b6501526101005181818161048f0152818161069c01528181611e5801528181611f4b01526125160152610120518181816106140152818161226901526123c70152610140518181816105d001526121a50152610160518181816110a8015261205e0152f35b90506020813d602011610258575b816102356020938361038a565b8101031261025457516001600160a01b0381168103610254575f610143565b5f80fd5b3d9150610228565b6040513d5f823e3d90fd5b90506020813d6020116102a5575b816102866020938361038a565b8101031261025457516001600160a01b0381168103610254575f610109565b3d9150610279565b6102cd9150833d85116102d3575b6102c5818361038a565b8101906103c1565b5f6100e2565b503d6102bb565b60ff90811916175f557f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498602060405160ff8152a15f6100b3565b60405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608490fd5b61038391935060203d6020116102d3576102c5818361038a565b915f61008d565b601f909101601f19168101906001600160401b038211908210176103ad57604052565b634e487b7160e01b5f52604160045260245ffd5b9081602091031261025457516001600160a01b0381168103610254579056fe60806040526004361015610011575f80fd5b5f3560e01c8063171f1d5b1461018457806333cfb7b71461017f5780633bc28c8c1461017a578063416c7e5e146101755780635df4594614610170578063683048351461016b5780636b3aa72e146101665780636d14a987146101615780636efb46361461015c578063715018a6146101575780638da5cb5b146101525780639926ee7d1461014d578063a0169ddd14610148578063a20b99bf14610143578063a364f4da1461013e578063a98fb35514610139578063b98d090814610134578063c4d66de81461012f578063df5cf7231461012a578063e481af9d14610125578063f2fde38b14610120578063fc299dee1461011b5763fce36c7d14610116575f80fd5b6111ab565b611183565b6110f2565b6110d7565b611093565b610f9e565b610f7c565b610eca565b610e0d565b610ccd565b610bde565b610b42565b610ac9565b610a6e565b6109d9565b610687565b610643565b6105ff565b6105bb565b61045d565b610424565b6103ec565b610331565b634e487b7160e01b5f52604160045260245ffd5b604081019081106001600160401b038211176101b857604052565b610189565b606081019081106001600160401b038211176101b857604052565b90601f801991011681019081106001600160401b038211176101b857604052565b60405190610209610100836101d8565b565b604051906102096040836101d8565b9061020960405192836101d8565b60409060e319011261025157604051906102418261019d565b60e4358252610104356020830152565b5f80fd5b91908260409103126102515760405161026d8161019d565b6020808294803584520135910152565b9080601f8301121561025157604051916102986040846101d8565b82906040810192831161025157905b8282106102b45750505090565b81358152602091820191016102a7565b906080606319830112610251576040516102dd8161019d565b60206102f882946102ef81606461027d565b845260a461027d565b910152565b91906080838203126102515760206102f86040519261031b8461019d565b60408496610329838261027d565b86520161027d565b34610251576101203660031901126102515760043560403660231901126102515761038960409182516103638161019d565b60243581526044356020820152610379366102c4565b9061038336610228565b926112bd565b8251911515825215156020820152f35b6001600160a01b0381160361025157565b60206040818301928281528451809452019201905f5b8181106103cd5750505090565b82516001600160a01b03168452602093840193909201916001016103c0565b346102515760203660031901126102515761042061041460043561040f81610399565b611539565b604051918291826103aa565b0390f35b346102515760203660031901126102515761045160043561044481610399565b61044c613369565b6133c1565b005b8015150361025157565b346102515760203660031901126102515760043561047a81610453565b604051638da5cb5b60e01b81526020816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa9081156105ac575f91610571575b506001600160a01b031633036104e0576104519061341f565b60405162461bcd60e51b815260206004820152605c60248201527f424c535369676e6174757265436865636b65722e6f6e6c79436f6f7264696e6160448201527f746f724f776e65723a2063616c6c6572206973206e6f7420746865206f776e6560648201527f72206f6620746865207265676973747279436f6f7264696e61746f7200000000608482015260a490fd5b90506020813d6020116105a4575b8161058c602093836101d8565b81010312610251575161059e81610399565b5f6104c7565b3d915061057f565b6113b2565b5f91031261025157565b34610251575f366003190112610251576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610251575f366003190112610251576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610251575f366003190112610251576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610251575f366003190112610251576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b6044359063ffffffff8216820361025157565b359063ffffffff8216820361025157565b6001600160401b0381116101b85760051b60200190565b9080601f8301121561025157813561071d816106ef565b9261072b60405194856101d8565b81845260208085019260051b82010192831161025157602001905b8282106107535750505090565b60208091610760846106de565b815201910190610746565b81601f82011215610251578035610781816106ef565b9261078f60405194856101d8565b81845260208085019260061b8401019281841161025157602001915b8383106107b9575050505090565b60206040916107c88486610255565b8152019201916107ab565b9080601f830112156102515781356107ea816106ef565b926107f860405194856101d8565b81845260208085019260051b820101918383116102515760208201905b83821061082457505050505090565b81356001600160401b0381116102515760209161084687848094880101610706565b815201910190610815565b91909161018081840312610251576108676101f9565b9281356001600160401b0381116102515781610884918401610706565b845260208201356001600160401b03811161025157816108a591840161076b565b602085015260408201356001600160401b03811161025157816108c991840161076b565b60408501526108db81606084016102fd565b60608501526108ed8160e08401610255565b60808501526101208201356001600160401b0381116102515781610912918401610706565b60a08501526101408201356001600160401b0381116102515781610937918401610706565b60c08501526101608201356001600160401b0381116102515761095a92016107d3565b60e0830152565b90602080835192838152019201905f5b81811061097e5750505090565b82516001600160601b0316845260209384019390920191600101610971565b9291906109d460209160408652826109c082516040808a01526080890190610961565b910151868203603f19016060880152610961565b930152565b34610251576080366003190112610251576004356024356001600160401b03811161025157366023820112156102515780600401356001600160401b03811161025157366024828401011161025157610a306106cb565b90606435936001600160401b038511610251576024610a56610a5e963690600401610851565b940190611d7b565b906104206040519283928361099d565b34610251575f36600319011261025157610a86613369565b603380546001600160a01b031981169091555f906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b34610251575f366003190112610251576033546040516001600160a01b039091168152602090f35b6001600160401b0381116101b857601f01601f191660200190565b929192610b1882610af1565b91610b2660405193846101d8565b829481845281830111610251578281602093845f960137010152565b3461025157604036600319011261025157600435610b5f81610399565b602435906001600160401b03821161025157606060031983360301126102515760405190610b8c826101bd565b82600401356001600160401b038111610251578301366023820112156102515761045193610bc66044923690602460048201359101610b0c565b845260248101356020850152013560408301526126d5565b34610251575f602036600319011261025157600435610bfc81610399565b610c04613369565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690813b156102515760405163a0169ddd60e01b81526001600160a01b039091166004820152905f908290602490829084905af180156105ac57610c6f575080f35b61045191505f906101d8565b906020600319830112610251576004356001600160401b0381116102515760040182601f82011215610251578035926001600160401b038411610251576020808301928560051b010111610251579190565b3461025157610cdb36610c7b565b90610ce46136c8565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316915f5b818110610d685750823b1561025157610d44925f9283604051809681958294634e5cd2fd60e11b84523060048501612926565b03925af180156105ac57610d5457005b80610d625f610451936101d8565b806105b1565b915f93915f915b610d87610d7d8684846127d3565b60408101906127f5565b9050831015610dc3576001610db981976020610db187610dab610d7d8c8a8a6127d3565b9061282a565b0135906114bf565b9301929550610d6f565b9390929460019250610e0790610df1813088610dec6020610de6898c33956127d3565b0161283a565b61375c565b86610e026020610de686898b6127d3565b6137a5565b01610d11565b34610251575f602036600319011261025157600435610e2b81610399565b610e5f337f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031614612648565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690813b15610251576040516351b27a6d60e11b81526001600160a01b039091166004820152905f908290602490829084905af180156105ac57610c6f575080f35b34610251575f6020366003190112610251576004356001600160401b038111610251573660238201121561025157610f0c903690602481600401359101610b0c565b610f14613369565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156102515760405163a98fb35560e01b8152915f918391829084908290610f6a9060048301612a96565b03925af180156105ac57610c6f575080f35b34610251575f36600319011261025157602060ff609754166040519015158152f35b3461025157602036600319011261025157600435610fbb81610399565b61100b5f5491610fef610fd9610fd58560ff9060081c1690565b1590565b80948195611085575b8115611065575b50612aa7565b82611000600160ff195f5416175f55565b61104e575b8061384f565b61101157005b61101f61ff00195f54165f55565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1005b61106061010061ff00195f5416175f55565b611005565b303b15915081611077575b505f610fe9565b60ff1660011490505f611070565b600160ff8216109150610fe2565b34610251575f366003190112610251576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b34610251575f36600319011261025157610420610414612b0a565b346102515760203660031901126102515760043561110f81610399565b611117613369565b6001600160a01b0381161561112f5761045190613680565b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b34610251575f366003190112610251576065546040516001600160a01b039091168152602090f35b34610251576111b936610c7b565b906111c26136c8565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316915f5b8181106112215750823b1561025157610d44925f928360405180968195829463fce36c7d60e01b845260048401612d59565b806112506112376020610de66001958789612d37565b6040611244848789612d37565b0135903090339061375c565b6112796112636020610de6848789612d37565b86604061127185888a612d37565b0135916137a5565b016111ef565b634e487b7160e01b5f52603260045260245ffd5b9060028110156112a45760051b0190565b61127f565b634e487b7160e01b5f52601260045260245ffd5b61139961137661139f9561137061136985875160208901518a515160208c51015160208d016020815151915101519189519360208b0151956040519760208901998a5260208a015260408901526060880152608087015260a086015260c085015260e084015261010083015261134081610120840103601f1981018352826101d8565b5190207f30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f0000001900690565b8096612e72565b90612eb8565b9261137061138b611385612f40565b94613037565b91611394613153565b612e72565b9161319d565b9091565b90816020910312610251575190565b6040513d5f823e3d90fd5b9081602091031261025157516001600160c01b03811681036102515790565b90816020910312610251575160ff811681036102515790565b604051906114046020836101d8565b5f808352366020840137565b9061141a826106ef565b61142760405191826101d8565b8281528092611438601f19916106ef565b0190602036910137565b8051156112a45760200190565b9081518110156112a4570160200190565b634e487b7160e01b5f52601160045260245ffd5b906001820180921161148257565b611460565b906002820180921161148257565b906003820180921161148257565b906004820180921161148257565b906005820180921161148257565b9190820180921161148257565b6001600160601b0381160361025157565b90816040910312610251576020604051916114f78361019d565b805161150281610399565b8352015161150f816114cc565b602082015290565b80518210156112a45760209160051b010190565b5f1981146114825760010190565b6040516309aa152760e11b81526001600160a01b0391821660048201527f000000000000000000000000000000000000000000000000000000000000000090911690602081602481855afa9081156105ac576115b9916020915f916118b8575b506040518093819263871ef04960e01b8352600483019190602083019252565b0381855afa9081156105ac575f91611889575b506001600160c01b0316908115908115611826575b5061181a576115ef906132cb565b5f91907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690835b81518510156116cb57611674602061165161164b61163d898761144f565b516001600160f81b03191690565b60f81c90565b604051633ca5a5f560e01b815260ff909116600482015291829081906024820190565b0381875afa80156105ac57600192611693925f9261169b575b506114bf565b94019361161f565b6116bd91925060203d81116116c4575b6116b581836101d8565b8101906113a3565b905f61168d565b503d6116ab565b6116d6919450611410565b925f905f5b8151811015611814576116f461164b61163d838561144f565b604051633ca5a5f560e01b815260ff8216600482015290602082602481895afa9182156105ac575f926117f4575b50905f915b818310611739575050506001016116db565b604080516356e4026d60e11b815260ff83166004820152602481018590529396929391929190816044818b5afa9182156105ac576117b88b6117a9836117a36117976001986117bd985f916117c6575b50516001600160a01b031690565b6001600160a01b031690565b92611517565b6001600160a01b039091169052565b61152b565b95019190611727565b6117e7915060403d81116117ed575b6117df81836101d8565b8101906114dd565b5f611789565b503d6117d5565b61180d91925060203d81116116c4576116b581836101d8565b905f611722565b50505050565b506118236113f5565b90565b604051639aa1653d60e01b81529150602090829060049082905afa80156105ac5760ff915f9161185a575b5016155f6115e1565b61187c915060203d602011611882575b61187481836101d8565b8101906113dc565b5f611851565b503d61186a565b6118ab915060203d6020116118b1575b6118a381836101d8565b8101906113bd565b5f6115cc565b503d611899565b6118cf9150823d84116116c4576116b581836101d8565b5f611599565b604051906118e28261019d565b60606020838281520152565b156118f557565b60405162461bcd60e51b815260206004820152603760248201525f516020613c515f395f51905f5260448201527f7265733a20656d7074792071756f72756d20696e7075740000000000000000006064820152608490fd5b1561195457565b60405162461bcd60e51b815260206004820152604160248201525f516020613c515f395f51905f5260448201527f7265733a20696e7075742071756f72756d206c656e677468206d69736d6174636064820152600d60fb1b608482015260a490fd5b156119bd57565b60a460405162461bcd60e51b815260206004820152604460248201525f516020613c515f395f51905f5260448201527f7265733a20696e707574206e6f6e7369676e6572206c656e677468206d69736d6064820152630c2e8c6d60e31b6084820152fd5b15611a2857565b60405162461bcd60e51b815260206004820152603c60248201525f516020613c515f395f51905f5260448201527f7265733a20696e76616c6964207265666572656e636520626c6f636b000000006064820152608490fd5b5f1981019190821161148257565b15611a9557565b608460405162461bcd60e51b815260206004820152604060248201525f516020613c515f395f51905f5260448201527f7265733a206e6f6e5369676e65725075626b657973206e6f7420736f727465646064820152fd5b908210156112a4570190565b15611aff57565b60405162461bcd60e51b815260206004820152606660248201525f516020613c515f395f51905f5260448201527f7265733a205374616b6552656769737472792075706461746573206d7573742060648201527f62652077697468696e207769746864726177616c44656c6179426c6f636b732060848201526577696e646f7760d01b60a482015260c490fd5b90816020910312610251575167ffffffffffffffff19811681036102515790565b15611bb457565b60405162461bcd60e51b815260206004820152606160248201525f516020613c515f395f51905f5260448201527f7265733a2071756f72756d41706b206861736820696e2073746f72616765206460648201527f6f6573206e6f74206d617463682070726f76696465642071756f72756d2061706084820152606b60f81b60a482015260c490fd5b908160209103126102515751611823816114cc565b906001600160601b03809116911603906001600160601b03821161148257565b15611c7857565b60405162461bcd60e51b815260206004820152604360248201525f516020613c515f395f51905f5260448201527f7265733a2070616972696e6720707265636f6d70696c652063616c6c206661696064820152621b195960ea1b608482015260a490fd5b15611ce357565b60405162461bcd60e51b815260206004820152603960248201525f516020613c515f395f51905f5260448201527f7265733a207369676e617475726520697320696e76616c6964000000000000006064820152608490fd5b60049163ffffffff60e01b9060e01b1681520160208251919201905f5b818110611d655750505090565b8251845260209384019390920191600101611d58565b949392909193611d896118d5565b50611d958515156118ee565b60408401515185148061263a575b8061262c575b8061261e575b611db89061194d565b611dca602085015151855151146119b6565b611de163ffffffff431663ffffffff841610611a21565b611de961020b565b5f81525f602082015292611dfb6118d5565b611e0487611410565b6020820152611e1287611410565b8152611e1c6118d5565b92611e2b602088015151611410565b8452611e3b602088015151611410565b602085810191909152604051639aa1653d60e01b815290816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa80156105ac57611ea4915f916125ff575b50611e9f368b87610b0c565b61345d565b985f965b6020890151805189101561202057602088611f15611f0b8c611f038f96868e611ee8611ed5868095611517565b5180515f526020015160205260405f2090565b611ef58484840151611517565b5282611fed575b0151611517565b519551611517565b5163ffffffff1690565b6040516304ec635160e01b8152600481019490945263ffffffff9182166024850152166044830152816064816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa9182156105ac576113708a611fc28f611fbb8f8460208f92611fb293611faa8460019e611fc89e5f91611fd0575b508f8060c01b03169251611517565b520151611517565b51938d51611517565b51166134e4565b90613515565b970196611ea8565b611fe79150863d81116118b1576118a381836101d8565b5f611f9b565b61201b611ffd8484840151611517565b516120148484015161200e87611a80565b90611517565b5110611a8e565b611efc565b509095979496506120359198939299506135fb565b9161204260975460ff1690565b9081156125f7576040516318891fd760e31b81526020816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa9081156105ac575f916125d8575b5091905b5f925b818410612101575050505050926120da6120d56120ce6120fb95856120ed98608060606020990151920151926112bd565b9190611c71565b611cdc565b0151604051928391602083019586611d3b565b03601f1981018352826101d8565b51902090565b92989596909399919794878b888c888d6124d5575b611f0b8260a061216461164b6121568461216c97612150612142611ed58f9c604060209f9e0151611517565b67ffffffffffffffff191690565b9b611aec565b356001600160f81b03191690565b970151611517565b604051631a2f32ab60e21b815260ff95909516600486015263ffffffff9182166024860152166044840152826064816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa9081156105ac57612230611f0b8f958f906122288f978f96848f61222260c09661221b848f60209f90611efc6121569960409361164b9c5f916124a7575b5067ffffffffffffffff19918216911614611bad565b5190612eb8565b9c611aec565b960151611517565b604051636414a62b60e11b815260ff94909416600485015263ffffffff9182166024850152166044830152816064816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa9081156105ac576122bd918c8f925f92612483575b5060206122af92930151611517565b906001600160601b03169052565b6122ea8c6122af8c6122e36122d6826020860151611517565b516001600160601b031690565b9251611517565b5f985f5b60208a01515181101561246a578b8d61232c8961231f61164b612156868f896123179151611517565b519487611aec565b60ff161c60019081161490565b61233b575b50506001016122ee565b8a8a6123c3859f948f968661237d8f9360e0612374611f0b95602061236c61164b612156839f6123839c8991611aec565b9a0151611517565b519b0151611517565b51611517565b60405163795f4a5760e11b815260ff909316600484015263ffffffff93841660248401526044830196909652919094166064850152839081906084820190565b03817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa9081156105ac578f612429908f936001959486955f92612434575b506117a36122af929351936124246122d68487611517565b611c51565b019a90508b8d612331565b6122af925061245c6117a39160203d8111612463575b61245481836101d8565b810190611c3c565b925061240c565b503d61244a565b5093919796996001919699509a94929a0192919061209d565b6122af92506124a0602091823d81116124635761245481836101d8565b92506122a0565b60206124c892503d81116124ce575b6124c081836101d8565b810190611b8c565b5f612205565b503d6124b6565b61251294506124ef925061164b9161215691602095611aec565b60405163124d062160e11b815260ff909116600482015291829081906024820190565b03817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa80156105ac5760208961216c8f938f60a08f9761164b6121568f8f90612150612142611ed58f60408b96918f61259990611f0b9f8a956121649e5f926125af575b5063ffffffff612593929316926114bf565b11611af8565b5050505050509750505050505092935050612116565b6020612593935063ffffffff916125d1913d81116116c4576116b581836101d8565b9250612581565b6125f1915060203d6020116116c4576116b581836101d8565b5f612096565b5f919061209a565b612618915060203d6020116118825761187481836101d8565b5f611e93565b5060e0840151518514611daf565b5060c0840151518514611da9565b5060a0840151518514611da3565b1561264f57565b60405162461bcd60e51b815260206004820152605260248201527f536572766963654d616e61676572426173652e6f6e6c7952656769737472794360448201527f6f6f7264696e61746f723a2063616c6c6572206973206e6f742074686520726560648201527133b4b9ba393c9031b7b7b93234b730ba37b960711b608482015260a490fd5b612709337f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031614612648565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031691823b15610251575f928392604051948580948193639926ee7d60e01b835260018060a01b0316600483015260406024830152604061277e82516060604486015260a48501906127af565b91602081015160648501520151608483015203925af180156105ac576127a15750565b80610d625f610209936101d8565b805180835260209291819084018484015e5f828201840152601f01601f1916010190565b91908110156112a45760051b8101359060be1981360301821215610251570190565b903590601e198136030182121561025157018035906001600160401b03821161025157602001918160061b3603831361025157565b91908110156112a45760061b0190565b3561182381610399565b9035601e19823603018112156102515701602081359101916001600160401b038211610251578160061b3603831361025157565b916020908281520191905f5b8181106128915750505090565b90919260408060019286356128a581610399565b848060a01b031681526001600160601b0360208801356128c4816114cc565b166020820152019401929101612884565b9035601e19823603018112156102515701602081359101916001600160401b03821161025157813603831361025157565b908060209392818452848401375f828201840152601f01601f1916010190565b6001600160a01b0390911681526040602082018190528101839052600583901b810160609081019383923684900360be1901925f91908101905b838310612971575050505050505090565b90919293949596605f19828203018352873586811215610251578701906129a961299b8380612844565b60c0845260c0840191612878565b9160208101356129b881610399565b6001600160a01b03166020838101919091526129d76040830183612844565b848603604086015280865294909101935f5b818110612a6257505050612a51600193602093612a4384612a1d612a1060608998016106de565b63ffffffff166060850152565b612a39612a2c608083016106de565b63ffffffff166080850152565b60a08101906128d5565b9160a0818503910152612906565b990193019301919594939290612960565b9091946040806001928835612a7681610399565b848060a01b031681526020890135602082015201960191019190916129e9565b9060206118239281815201906127af565b15612aae57565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b604051639aa1653d60e01b81527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690602081600481855afa80156105ac5760ff915f91612d18575b50168015612d0e577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316905f9081905b808310612cca5750612ba59150611410565b925f905f5b604051639aa1653d60e01b8152602081600481895afa80156105ac5760ff915f91612cac575b5016811015612ca557604051633ca5a5f560e01b815260ff821660048201819052602082602481895afa9182156105ac575f92612c85575b50905f915b818310612c1f57505050600101612baa565b604080516356e4026d60e11b815260ff83166004820152602481018590529396929391929190816044818b5afa9182156105ac576117b88b6117a9836117a3611797600198612c7c985f916117c65750516001600160a01b031690565b95019190612c0d565b612c9e91925060203d81116116c4576116b581836101d8565b905f612c08565b5092505050565b612cc4915060203d81116118825761187481836101d8565b5f612bd0565b604051633ca5a5f560e01b815260ff84166004820152909190602081602481885afa80156105ac57600192612d05925f9261169b57506114bf565b92019190612b93565b50506118236113f5565b612d31915060203d6020116118825761187481836101d8565b5f612b5b565b91908110156112a45760051b81013590609e1981360301821215610251570190565b909180602083016020845252604082019260408260051b8401019381935f91609e1984360301915b858410612d92575050505050505090565b90919293949596603f19828203018352873590848212156102515760208091886001940190608063ffffffff612e1982612ddd612dcf8780612844565b60a0885260a0880191612878565b9587810135612deb81610399565b8a8060a01b0316888701526040810135604087015283612e0d606083016106de565b166060870152016106de565b16910152990193019401929195949390612d81565b60405190612e3b8261019d565b5f6020838281520152565b60405190610180612e5781846101d8565b368337565b60405190612e6b6020836101d8565b6020368337565b91906040906060612e81612e2e565b9485926020855192612e9385856101d8565b8436853780518452015160208301528482015260076107cf195a01fa15612eb657565bfe5b602092916080604092612ec9612e2e565b95869381865193612eda86866101d8565b85368637805185520151828401528051868401520151606082015260066107cf195a01fa8015612eb65715612f0b57565b60405162461bcd60e51b815260206004820152600d60248201526c1958cb5859190b59985a5b1959609a1b6044820152606490fd5b604051612f4c8161019d565b6040908151612f5b83826101d8565b8236823781526020825191612f7084846101d8565b8336843701528051612f8282826101d8565b7f198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c281527f1800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed6020820152815190612fd883836101d8565b7f275dc4a288d1afb3cbb1ac09187524c7db36395df7be3b99e673b13a075a65ec82527f1d9befcd05a5323e6da4d435f3b617cdb3af83285c2df711ef39c01571827f9d602083015261302d835193846101d8565b8252602082015290565b5f516020613c315f395f51905f529061304e612e2e565b505f919006602060c0835b61314e575f935f516020613c315f395f51905f526003818681818009090860405161308485826101d8565b8436823784818560405161309882826101d8565b813682378381528360208201528360408201528560608201527f0c19139cb84c680a6e14116da060561765e05aa45a1c72a34f082305b61f3f5260808201525f516020613c315f395f51905f5260a082015260056107cf195a01fa8015612eb65761310290613b71565b519161314e575f516020613c315f395f51905f528280091461313957505f516020613c315f395f51905f5260015f94089293613059565b9293505061314561020b565b92835282015290565b6112a9565b61315b612e2e565b506040516131688161019d565b600181526002602082015290565b9060068202918083046006149015171561148257565b90600c8110156112a45760051b0190565b939290916131ab604061021a565b94855260208501526131bd604061021a565b91825260208201526131cd612e46565b925f5b600281106131fa575050506020610180926131e9612e5c565b93849160086201d4c0fa9151151590565b80613206600192613176565b6132108285611293565b515161321c828961318c565b5260206132298386611293565b51015161323e61323883611474565b8961318c565b526132498286611293565b51515161325861323883611487565b5261326e6132668387611293565b515160200190565b5161327b61323883611495565b5260206132888387611293565b51015151613298613238836114a3565b526132c46132be6132b760206132ae868a611293565b51015160200190565b51926114b1565b8861318c565b52016131d0565b61ffff6132d7826134e4565b166132e181610af1565b906132ef60405192836101d8565b8082526132fe601f1991610af1565b013660208301375f5f5b825182108061335e575b15613357576001811b8416613330575b61332b9061152b565b613308565b90600161332b9160ff60f81b8460f81b165f1a61334d828761144f565b5301919050613322565b5050905090565b506101008110613312565b6033546001600160a01b0316330361337d57565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b606554604080516001600160a01b038084168252841660208201529192917fe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e39190a16001600160a01b03166001600160a01b03199190911617606555565b60207f40e4ed880a29e0f6ddce307457fb75cddf4feef7d3ecb0301bfdf4976a0e2dfc91151560ff196097541660ff821617609755604051908152a1565b90600161346b60ff93613944565b928392161b11156134795790565b60405162461bcd60e51b815260206004820152603f60248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206269746d61702065786365656473206d61782076616c7565006064820152608490fd5b805f915b6134f0575090565b5f1981018181116114825761ffff9116911661ffff81146114825760010190806134e8565b9061351e612e2e565b5061ffff8116906102008210156135c357600182146135be5761353f61020b565b5f81525f602082015292906001905f925b61ffff831685101561356457505050505090565b600161ffff831660ff86161c81161461359e575b60016135946135898360ff94612eb8565b9460011b61fffe1690565b9401169291613550565b9460016135946135896135b38960ff95612eb8565b989350505050613578565b505090565b60405162461bcd60e51b815260206004820152601060248201526f7363616c61722d746f6f2d6c6172676560801b6044820152606490fd5b613603612e2e565b50805190811580613674575b156136305750506040516136246040826101d8565b5f81525f602082015290565b60205f516020613c315f395f51905f52910151065f516020613c315f395f51905f52035f516020613c315f395f51905f528111611482576040519161302d8361019d565b5060208101511561360f565b603380546001600160a01b039283166001600160a01b0319821681179092559091167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3565b6065546001600160a01b031633036136dc57565b60405162461bcd60e51b815260206004820152604c60248201527f536572766963654d616e61676572426173652e6f6e6c7952657761726473496e60448201527f69746961746f723a2063616c6c6572206973206e6f742074686520726577617260648201526b32399034b734ba34b0ba37b960a11b608482015260a490fd5b6040516323b872dd60e01b60208201526001600160a01b039283166024820152929091166044830152606480830193909352918152610209916137a06084836101d8565b613a9f565b604051636eb1769f60e11b81523060048201526001600160a01b0383166024820152602081806044810103816001600160a01b0386165afa9081156105ac57610209946137a0926137fc925f9161383057506114bf565b60405163095ea7b360e01b60208201526001600160a01b0394909416602485015260448085019190915283526064836101d8565b613849915060203d6020116116c4576116b581836101d8565b5f61168d565b9060ff5f5460081c16156138695761044c61020992613680565b60405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608490fd5b156138c957565b60405162461bcd60e51b815260206004820152604760248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206f72646572656442797465734172726179206973206e6f74206064820152661bdc99195c995960ca1b608482015260a490fd5b906101008251116139b4578151156139af5761397261396861164b61163d85611442565b60ff600191161b90565b6001905b83518210156139aa5760019061399561396861164b61163d868961144f565b906139a18183116138c2565b17910190613976565b925050565b5f9150565b60a460405162461bcd60e51b815260206004820152604460248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206f7264657265644279746573417272617920697320746f6f206064820152636c6f6e6760e01b6084820152fd5b90816020910312610251575161182381610453565b15613a4757565b60405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608490fd5b60018060a01b03169060405190613ab76040836101d8565b602082527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65646020830152823b15613b2c575f81613b07948260208195519301915af1613b01613bbd565b90613bec565b805180613b12575050565b81602080613b27936102099501019101613a2b565b613a40565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b15613b7857565b60405162461bcd60e51b815260206004820152601a60248201527f424e3235342e6578704d6f643a2063616c6c206661696c7572650000000000006044820152606490fd5b3d15613be7573d90613bce82610af1565b91613bdc60405193846101d8565b82523d5f602084013e565b606090565b90919015613bf8575090565b815115613c085750805190602001fd5b60405162461bcd60e51b815260206004820152908190613c2c9060248301906127af565b0390fdfe30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47424c535369676e6174757265436865636b65722e636865636b5369676e617475a264697066735822122092782c9294c5e48f82ff26cc81a3995d2bf3ea297fb8023a8c0c3a50f2aa876364736f6c634300081b0033",
}
⋮----
// ContractMockAvsServiceManagerABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractMockAvsServiceManagerMetaData.ABI instead.
var ContractMockAvsServiceManagerABI = ContractMockAvsServiceManagerMetaData.ABI
⋮----
// ContractMockAvsServiceManagerBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractMockAvsServiceManagerMetaData.Bin instead.
var ContractMockAvsServiceManagerBin = ContractMockAvsServiceManagerMetaData.Bin
⋮----
// DeployContractMockAvsServiceManager deploys a new Ethereum contract, binding an instance of ContractMockAvsServiceManager to it.
func DeployContractMockAvsServiceManager(auth *bind.TransactOpts, backend bind.ContractBackend, _registryCoordinator common.Address, _avsDirectory common.Address, _rewardsCoordinator common.Address) (common.Address, *types.Transaction, *ContractMockAvsServiceManager, error)
⋮----
// ContractMockAvsServiceManagerMethods is an auto generated interface around an Ethereum contract.
type ContractMockAvsServiceManagerMethods interface {
	ContractMockAvsServiceManagerCalls
	ContractMockAvsServiceManagerTransacts
	ContractMockAvsServiceManagerFilters
}
⋮----
// ContractMockAvsServiceManagerCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractMockAvsServiceManagerCalls interface {
	AvsDirectory(opts *bind.CallOpts) (common.Address, error)

	BlsApkRegistry(opts *bind.CallOpts) (common.Address, error)

	CheckSignatures(opts *bind.CallOpts, msgHash [32]byte, quorumNumbers []byte, referenceBlockNumber uint32, params IBLSSignatureCheckerNonSignerStakesAndSignature) (IBLSSignatureCheckerQuorumStakeTotals, [32]byte, error)

	Delegation(opts *bind.CallOpts) (common.Address, error)

	GetOperatorRestakedStrategies(opts *bind.CallOpts, operator common.Address) ([]common.Address, error)

	GetRestakeableStrategies(opts *bind.CallOpts) ([]common.Address, error)

	Owner(opts *bind.CallOpts) (common.Address, error)

	RegistryCoordinator(opts *bind.CallOpts) (common.Address, error)

	RewardsInitiator(opts *bind.CallOpts) (common.Address, error)

	StakeRegistry(opts *bind.CallOpts) (common.Address, error)

	StaleStakesForbidden(opts *bind.CallOpts) (bool, error)

	TrySignatureAndApkVerification(opts *bind.CallOpts, msgHash [32]byte, apk BN254G1Point, apkG2 BN254G2Point, sigma BN254G1Point) (struct {
		PairingSuccessful bool
		SiganatureIsValid bool
	}, error)
⋮----
// ContractMockAvsServiceManagerTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractMockAvsServiceManagerTransacts interface {
	CreateAVSRewardsSubmission(opts *bind.TransactOpts, rewardsSubmissions []IRewardsCoordinatorRewardsSubmission) (*types.Transaction, error)

	CreateOperatorDirectedAVSRewardsSubmission(opts *bind.TransactOpts, operatorDirectedRewardsSubmissions []IRewardsCoordinatorOperatorDirectedRewardsSubmission) (*types.Transaction, error)

	DeregisterOperatorFromAVS(opts *bind.TransactOpts, operator common.Address) (*types.Transaction, error)

	Initialize(opts *bind.TransactOpts, _initialOwner common.Address) (*types.Transaction, error)

	RegisterOperatorToAVS(opts *bind.TransactOpts, operator common.Address, operatorSignature ISignatureUtilsSignatureWithSaltAndExpiry) (*types.Transaction, error)

	RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

	SetClaimerFor(opts *bind.TransactOpts, claimer common.Address) (*types.Transaction, error)

	SetRewardsInitiator(opts *bind.TransactOpts, newRewardsInitiator common.Address) (*types.Transaction, error)

	SetStaleStakesForbidden(opts *bind.TransactOpts, value bool) (*types.Transaction, error)

	TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)

	UpdateAVSMetadataURI(opts *bind.TransactOpts, _metadataURI string) (*types.Transaction, error)
}
⋮----
// ContractMockAvsServiceManagerFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractMockAvsServiceManagerFilters interface {
	FilterInitialized(opts *bind.FilterOpts) (*ContractMockAvsServiceManagerInitializedIterator, error)
	WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractMockAvsServiceManagerInitialized) (event.Subscription, error)
	ParseInitialized(log types.Log) (*ContractMockAvsServiceManagerInitialized, error)

	FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractMockAvsServiceManagerOwnershipTransferredIterator, error)
	WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractMockAvsServiceManagerOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
	ParseOwnershipTransferred(log types.Log) (*ContractMockAvsServiceManagerOwnershipTransferred, error)

	FilterRewardsInitiatorUpdated(opts *bind.FilterOpts) (*ContractMockAvsServiceManagerRewardsInitiatorUpdatedIterator, error)
	WatchRewardsInitiatorUpdated(opts *bind.WatchOpts, sink chan<- *ContractMockAvsServiceManagerRewardsInitiatorUpdated) (event.Subscription, error)
	ParseRewardsInitiatorUpdated(log types.Log) (*ContractMockAvsServiceManagerRewardsInitiatorUpdated, error)

	FilterStaleStakesForbiddenUpdate(opts *bind.FilterOpts) (*ContractMockAvsServiceManagerStaleStakesForbiddenUpdateIterator, error)
	WatchStaleStakesForbiddenUpdate(opts *bind.WatchOpts, sink chan<- *ContractMockAvsServiceManagerStaleStakesForbiddenUpdate) (event.Subscription, error)
	ParseStaleStakesForbiddenUpdate(log types.Log) (*ContractMockAvsServiceManagerStaleStakesForbiddenUpdate, error)
}
⋮----
// ContractMockAvsServiceManager is an auto generated Go binding around an Ethereum contract.
type ContractMockAvsServiceManager struct {
	ContractMockAvsServiceManagerCaller     // Read-only binding to the contract
	ContractMockAvsServiceManagerTransactor // Write-only binding to the contract
	ContractMockAvsServiceManagerFilterer   // Log filterer for contract events
}
⋮----
ContractMockAvsServiceManagerCaller     // Read-only binding to the contract
ContractMockAvsServiceManagerTransactor // Write-only binding to the contract
ContractMockAvsServiceManagerFilterer   // Log filterer for contract events
⋮----
// ContractMockAvsServiceManager implements the ContractMockAvsServiceManagerMethods interface.
var _ ContractMockAvsServiceManagerMethods = (*ContractMockAvsServiceManager)(nil)
⋮----
// ContractMockAvsServiceManagerCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractMockAvsServiceManagerCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractMockAvsServiceManagerCaller implements the ContractMockAvsServiceManagerCalls interface.
var _ ContractMockAvsServiceManagerCalls = (*ContractMockAvsServiceManagerCaller)(nil)
⋮----
// ContractMockAvsServiceManagerTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractMockAvsServiceManagerTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractMockAvsServiceManagerTransactor implements the ContractMockAvsServiceManagerTransacts interface.
var _ ContractMockAvsServiceManagerTransacts = (*ContractMockAvsServiceManagerTransactor)(nil)
⋮----
// ContractMockAvsServiceManagerFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractMockAvsServiceManagerFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractMockAvsServiceManagerFilterer implements the ContractMockAvsServiceManagerFilters interface.
var _ ContractMockAvsServiceManagerFilters = (*ContractMockAvsServiceManagerFilterer)(nil)
⋮----
// ContractMockAvsServiceManagerSession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractMockAvsServiceManagerSession struct {
	Contract     *ContractMockAvsServiceManager // Generic contract binding to set the session for
	CallOpts     bind.CallOpts                  // Call options to use throughout this session
	TransactOpts bind.TransactOpts              // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractMockAvsServiceManager // Generic contract binding to set the session for
CallOpts     bind.CallOpts                  // Call options to use throughout this session
TransactOpts bind.TransactOpts              // Transaction auth options to use throughout this session
⋮----
// ContractMockAvsServiceManagerCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractMockAvsServiceManagerCallerSession struct {
	Contract *ContractMockAvsServiceManagerCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                        // Call options to use throughout this session
}
⋮----
Contract *ContractMockAvsServiceManagerCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                        // Call options to use throughout this session
⋮----
// ContractMockAvsServiceManagerTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractMockAvsServiceManagerTransactorSession struct {
	Contract     *ContractMockAvsServiceManagerTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                        // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractMockAvsServiceManagerTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                        // Transaction auth options to use throughout this session
⋮----
// ContractMockAvsServiceManagerRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractMockAvsServiceManagerRaw struct {
	Contract *ContractMockAvsServiceManager // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractMockAvsServiceManager // Generic contract binding to access the raw methods on
⋮----
// ContractMockAvsServiceManagerCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractMockAvsServiceManagerCallerRaw struct {
	Contract *ContractMockAvsServiceManagerCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractMockAvsServiceManagerCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractMockAvsServiceManagerTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractMockAvsServiceManagerTransactorRaw struct {
	Contract *ContractMockAvsServiceManagerTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractMockAvsServiceManagerTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractMockAvsServiceManager creates a new instance of ContractMockAvsServiceManager, bound to a specific deployed contract.
func NewContractMockAvsServiceManager(address common.Address, backend bind.ContractBackend) (*ContractMockAvsServiceManager, error)
⋮----
// NewContractMockAvsServiceManagerCaller creates a new read-only instance of ContractMockAvsServiceManager, bound to a specific deployed contract.
func NewContractMockAvsServiceManagerCaller(address common.Address, caller bind.ContractCaller) (*ContractMockAvsServiceManagerCaller, error)
⋮----
// NewContractMockAvsServiceManagerTransactor creates a new write-only instance of ContractMockAvsServiceManager, bound to a specific deployed contract.
func NewContractMockAvsServiceManagerTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractMockAvsServiceManagerTransactor, error)
⋮----
// NewContractMockAvsServiceManagerFilterer creates a new log filterer instance of ContractMockAvsServiceManager, bound to a specific deployed contract.
func NewContractMockAvsServiceManagerFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractMockAvsServiceManagerFilterer, error)
⋮----
// bindContractMockAvsServiceManager binds a generic wrapper to an already deployed contract.
func bindContractMockAvsServiceManager(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// AvsDirectory is a free data retrieval call binding the contract method 0x6b3aa72e.
//
// Solidity: function avsDirectory() view returns(address)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerCaller) AvsDirectory(opts *bind.CallOpts) (common.Address, error)
⋮----
var out []interface{}
⋮----
// BlsApkRegistry is a free data retrieval call binding the contract method 0x5df45946.
⋮----
// Solidity: function blsApkRegistry() view returns(address)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerCaller) BlsApkRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// CheckSignatures is a free data retrieval call binding the contract method 0x6efb4636.
⋮----
// Solidity: function checkSignatures(bytes32 msgHash, bytes quorumNumbers, uint32 referenceBlockNumber, (uint32[],(uint256,uint256)[],(uint256,uint256)[],(uint256[2],uint256[2]),(uint256,uint256),uint32[],uint32[],uint32[][]) params) view returns((uint96[],uint96[]), bytes32)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerCaller) CheckSignatures(opts *bind.CallOpts, msgHash [32]byte, quorumNumbers []byte, referenceBlockNumber uint32, params IBLSSignatureCheckerNonSignerStakesAndSignature) (IBLSSignatureCheckerQuorumStakeTotals, [32]byte, error)
⋮----
// Delegation is a free data retrieval call binding the contract method 0xdf5cf723.
⋮----
// Solidity: function delegation() view returns(address)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerCaller) Delegation(opts *bind.CallOpts) (common.Address, error)
⋮----
// GetOperatorRestakedStrategies is a free data retrieval call binding the contract method 0x33cfb7b7.
⋮----
// Solidity: function getOperatorRestakedStrategies(address operator) view returns(address[])
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerCaller) GetOperatorRestakedStrategies(opts *bind.CallOpts, operator common.Address) ([]common.Address, error)
⋮----
// GetRestakeableStrategies is a free data retrieval call binding the contract method 0xe481af9d.
⋮----
// Solidity: function getRestakeableStrategies() view returns(address[])
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerCaller) GetRestakeableStrategies(opts *bind.CallOpts) ([]common.Address, error)
⋮----
// Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
⋮----
// Solidity: function owner() view returns(address)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerCaller) Owner(opts *bind.CallOpts) (common.Address, error)
⋮----
// RegistryCoordinator is a free data retrieval call binding the contract method 0x6d14a987.
⋮----
// Solidity: function registryCoordinator() view returns(address)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerCaller) RegistryCoordinator(opts *bind.CallOpts) (common.Address, error)
⋮----
// RewardsInitiator is a free data retrieval call binding the contract method 0xfc299dee.
⋮----
// Solidity: function rewardsInitiator() view returns(address)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerCaller) RewardsInitiator(opts *bind.CallOpts) (common.Address, error)
⋮----
// StakeRegistry is a free data retrieval call binding the contract method 0x68304835.
⋮----
// Solidity: function stakeRegistry() view returns(address)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerCaller) StakeRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// StaleStakesForbidden is a free data retrieval call binding the contract method 0xb98d0908.
⋮----
// Solidity: function staleStakesForbidden() view returns(bool)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerCaller) StaleStakesForbidden(opts *bind.CallOpts) (bool, error)
⋮----
// TrySignatureAndApkVerification is a free data retrieval call binding the contract method 0x171f1d5b.
⋮----
// Solidity: function trySignatureAndApkVerification(bytes32 msgHash, (uint256,uint256) apk, (uint256[2],uint256[2]) apkG2, (uint256,uint256) sigma) view returns(bool pairingSuccessful, bool siganatureIsValid)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerCaller) TrySignatureAndApkVerification(opts *bind.CallOpts, msgHash [32]byte, apk BN254G1Point, apkG2 BN254G2Point, sigma BN254G1Point) (struct
⋮----
// CreateAVSRewardsSubmission is a paid mutator transaction binding the contract method 0xfce36c7d.
⋮----
// Solidity: function createAVSRewardsSubmission(((address,uint96)[],address,uint256,uint32,uint32)[] rewardsSubmissions) returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) CreateAVSRewardsSubmission(opts *bind.TransactOpts, rewardsSubmissions []IRewardsCoordinatorRewardsSubmission) (*types.Transaction, error)
⋮----
// CreateOperatorDirectedAVSRewardsSubmission is a paid mutator transaction binding the contract method 0xa20b99bf.
⋮----
// Solidity: function createOperatorDirectedAVSRewardsSubmission(((address,uint96)[],address,(address,uint256)[],uint32,uint32,string)[] operatorDirectedRewardsSubmissions) returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) CreateOperatorDirectedAVSRewardsSubmission(opts *bind.TransactOpts, operatorDirectedRewardsSubmissions []IRewardsCoordinatorOperatorDirectedRewardsSubmission) (*types.Transaction, error)
⋮----
// DeregisterOperatorFromAVS is a paid mutator transaction binding the contract method 0xa364f4da.
⋮----
// Solidity: function deregisterOperatorFromAVS(address operator) returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) DeregisterOperatorFromAVS(opts *bind.TransactOpts, operator common.Address) (*types.Transaction, error)
⋮----
// Initialize is a paid mutator transaction binding the contract method 0xc4d66de8.
⋮----
// Solidity: function initialize(address _initialOwner) returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) Initialize(opts *bind.TransactOpts, _initialOwner common.Address) (*types.Transaction, error)
⋮----
// RegisterOperatorToAVS is a paid mutator transaction binding the contract method 0x9926ee7d.
⋮----
// Solidity: function registerOperatorToAVS(address operator, (bytes,bytes32,uint256) operatorSignature) returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) RegisterOperatorToAVS(opts *bind.TransactOpts, operator common.Address, operatorSignature ISignatureUtilsSignatureWithSaltAndExpiry) (*types.Transaction, error)
⋮----
// RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
⋮----
// Solidity: function renounceOwnership() returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// SetClaimerFor is a paid mutator transaction binding the contract method 0xa0169ddd.
⋮----
// Solidity: function setClaimerFor(address claimer) returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) SetClaimerFor(opts *bind.TransactOpts, claimer common.Address) (*types.Transaction, error)
⋮----
// SetRewardsInitiator is a paid mutator transaction binding the contract method 0x3bc28c8c.
⋮----
// Solidity: function setRewardsInitiator(address newRewardsInitiator) returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) SetRewardsInitiator(opts *bind.TransactOpts, newRewardsInitiator common.Address) (*types.Transaction, error)
⋮----
// SetStaleStakesForbidden is a paid mutator transaction binding the contract method 0x416c7e5e.
⋮----
// Solidity: function setStaleStakesForbidden(bool value) returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) SetStaleStakesForbidden(opts *bind.TransactOpts, value bool) (*types.Transaction, error)
⋮----
// TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
⋮----
// Solidity: function transferOwnership(address newOwner) returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
⋮----
// UpdateAVSMetadataURI is a paid mutator transaction binding the contract method 0xa98fb355.
⋮----
// Solidity: function updateAVSMetadataURI(string _metadataURI) returns()
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerTransactor) UpdateAVSMetadataURI(opts *bind.TransactOpts, _metadataURI string) (*types.Transaction, error)
⋮----
// ContractMockAvsServiceManagerInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the ContractMockAvsServiceManager contract.
type ContractMockAvsServiceManagerInitializedIterator struct {
	Event *ContractMockAvsServiceManagerInitialized // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractMockAvsServiceManagerInitialized // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractMockAvsServiceManagerInitializedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractMockAvsServiceManagerInitializedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractMockAvsServiceManagerInitializedIterator) Close() error
⋮----
// ContractMockAvsServiceManagerInitialized represents a Initialized event raised by the ContractMockAvsServiceManager contract.
type ContractMockAvsServiceManagerInitialized struct {
	Version uint8
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
// Solidity: event Initialized(uint8 version)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerFilterer) FilterInitialized(opts *bind.FilterOpts) (*ContractMockAvsServiceManagerInitializedIterator, error)
⋮----
// WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractMockAvsServiceManagerInitialized) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerFilterer) ParseInitialized(log types.Log) (*ContractMockAvsServiceManagerInitialized, error)
⋮----
// ContractMockAvsServiceManagerOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the ContractMockAvsServiceManager contract.
type ContractMockAvsServiceManagerOwnershipTransferredIterator struct {
	Event *ContractMockAvsServiceManagerOwnershipTransferred // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractMockAvsServiceManagerOwnershipTransferred // Event containing the contract specifics and raw log
⋮----
// ContractMockAvsServiceManagerOwnershipTransferred represents a OwnershipTransferred event raised by the ContractMockAvsServiceManager contract.
type ContractMockAvsServiceManagerOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}
⋮----
Raw           types.Log // Blockchain specific contextual infos
⋮----
// FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
// Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractMockAvsServiceManagerOwnershipTransferredIterator, error)
⋮----
var previousOwnerRule []interface{}
⋮----
var newOwnerRule []interface{}
⋮----
// WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractMockAvsServiceManagerOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
⋮----
// ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerFilterer) ParseOwnershipTransferred(log types.Log) (*ContractMockAvsServiceManagerOwnershipTransferred, error)
⋮----
// ContractMockAvsServiceManagerRewardsInitiatorUpdatedIterator is returned from FilterRewardsInitiatorUpdated and is used to iterate over the raw logs and unpacked data for RewardsInitiatorUpdated events raised by the ContractMockAvsServiceManager contract.
type ContractMockAvsServiceManagerRewardsInitiatorUpdatedIterator struct {
	Event *ContractMockAvsServiceManagerRewardsInitiatorUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractMockAvsServiceManagerRewardsInitiatorUpdated // Event containing the contract specifics and raw log
⋮----
// ContractMockAvsServiceManagerRewardsInitiatorUpdated represents a RewardsInitiatorUpdated event raised by the ContractMockAvsServiceManager contract.
type ContractMockAvsServiceManagerRewardsInitiatorUpdated struct {
	PrevRewardsInitiator common.Address
	NewRewardsInitiator  common.Address
	Raw                  types.Log // Blockchain specific contextual infos
}
⋮----
Raw                  types.Log // Blockchain specific contextual infos
⋮----
// FilterRewardsInitiatorUpdated is a free log retrieval operation binding the contract event 0xe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e3.
⋮----
// Solidity: event RewardsInitiatorUpdated(address prevRewardsInitiator, address newRewardsInitiator)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerFilterer) FilterRewardsInitiatorUpdated(opts *bind.FilterOpts) (*ContractMockAvsServiceManagerRewardsInitiatorUpdatedIterator, error)
⋮----
// WatchRewardsInitiatorUpdated is a free log subscription operation binding the contract event 0xe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e3.
⋮----
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerFilterer) WatchRewardsInitiatorUpdated(opts *bind.WatchOpts, sink chan<- *ContractMockAvsServiceManagerRewardsInitiatorUpdated) (event.Subscription, error)
⋮----
// ParseRewardsInitiatorUpdated is a log parse operation binding the contract event 0xe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e3.
⋮----
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerFilterer) ParseRewardsInitiatorUpdated(log types.Log) (*ContractMockAvsServiceManagerRewardsInitiatorUpdated, error)
⋮----
// ContractMockAvsServiceManagerStaleStakesForbiddenUpdateIterator is returned from FilterStaleStakesForbiddenUpdate and is used to iterate over the raw logs and unpacked data for StaleStakesForbiddenUpdate events raised by the ContractMockAvsServiceManager contract.
type ContractMockAvsServiceManagerStaleStakesForbiddenUpdateIterator struct {
	Event *ContractMockAvsServiceManagerStaleStakesForbiddenUpdate // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractMockAvsServiceManagerStaleStakesForbiddenUpdate // Event containing the contract specifics and raw log
⋮----
// ContractMockAvsServiceManagerStaleStakesForbiddenUpdate represents a StaleStakesForbiddenUpdate event raised by the ContractMockAvsServiceManager contract.
type ContractMockAvsServiceManagerStaleStakesForbiddenUpdate struct {
	Value bool
	Raw   types.Log // Blockchain specific contextual infos
}
⋮----
Raw   types.Log // Blockchain specific contextual infos
⋮----
// FilterStaleStakesForbiddenUpdate is a free log retrieval operation binding the contract event 0x40e4ed880a29e0f6ddce307457fb75cddf4feef7d3ecb0301bfdf4976a0e2dfc.
⋮----
// Solidity: event StaleStakesForbiddenUpdate(bool value)
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerFilterer) FilterStaleStakesForbiddenUpdate(opts *bind.FilterOpts) (*ContractMockAvsServiceManagerStaleStakesForbiddenUpdateIterator, error)
⋮----
// WatchStaleStakesForbiddenUpdate is a free log subscription operation binding the contract event 0x40e4ed880a29e0f6ddce307457fb75cddf4feef7d3ecb0301bfdf4976a0e2dfc.
⋮----
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerFilterer) WatchStaleStakesForbiddenUpdate(opts *bind.WatchOpts, sink chan<- *ContractMockAvsServiceManagerStaleStakesForbiddenUpdate) (event.Subscription, error)
⋮----
// ParseStaleStakesForbiddenUpdate is a log parse operation binding the contract event 0x40e4ed880a29e0f6ddce307457fb75cddf4feef7d3ecb0301bfdf4976a0e2dfc.
⋮----
func (_ContractMockAvsServiceManager *ContractMockAvsServiceManagerFilterer) ParseStaleStakesForbiddenUpdate(log types.Log) (*ContractMockAvsServiceManagerStaleStakesForbiddenUpdate, error)
````

## File: M2-contracts/bindings/OperatorStateRetriever/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractOperatorStateRetriever
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// OperatorStateRetrieverCheckSignaturesIndices is an auto generated low-level Go binding around an user-defined struct.
type OperatorStateRetrieverCheckSignaturesIndices struct {
	NonSignerQuorumBitmapIndices []uint32
	QuorumApkIndices             []uint32
	TotalStakeIndices            []uint32
	NonSignerStakeIndices        [][]uint32
}
⋮----
// OperatorStateRetrieverOperator is an auto generated low-level Go binding around an user-defined struct.
type OperatorStateRetrieverOperator struct {
	Operator   common.Address
	OperatorId [32]byte
	Stake      *big.Int
}
⋮----
// ContractOperatorStateRetrieverMetaData contains all meta data concerning the ContractOperatorStateRetriever contract.
var ContractOperatorStateRetrieverMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"function\",\"name\":\"getBatchOperatorFromId\",\"inputs\":[{\"name\":\"registryCoordinator\",\"type\":\"address\",\"internalType\":\"contractIRegistryCoordinator\"},{\"name\":\"operatorIds\",\"type\":\"bytes32[]\",\"internalType\":\"bytes32[]\"}],\"outputs\":[{\"name\":\"operators\",\"type\":\"address[]\",\"internalType\":\"address[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getBatchOperatorId\",\"inputs\":[{\"name\":\"registryCoordinator\",\"type\":\"address\",\"internalType\":\"contractIRegistryCoordinator\"},{\"name\":\"operators\",\"type\":\"address[]\",\"internalType\":\"address[]\"}],\"outputs\":[{\"name\":\"operatorIds\",\"type\":\"bytes32[]\",\"internalType\":\"bytes32[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getCheckSignaturesIndices\",\"inputs\":[{\"name\":\"registryCoordinator\",\"type\":\"address\",\"internalType\":\"contractIRegistryCoordinator\"},{\"name\":\"referenceBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"nonSignerOperatorIds\",\"type\":\"bytes32[]\",\"internalType\":\"bytes32[]\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structOperatorStateRetriever.CheckSignaturesIndices\",\"components\":[{\"name\":\"nonSignerQuorumBitmapIndices\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"quorumApkIndices\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"totalStakeIndices\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"},{\"name\":\"nonSignerStakeIndices\",\"type\":\"uint32[][]\",\"internalType\":\"uint32[][]\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorState\",\"inputs\":[{\"name\":\"registryCoordinator\",\"type\":\"address\",\"internalType\":\"contractIRegistryCoordinator\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple[][]\",\"internalType\":\"structOperatorStateRetriever.Operator[][]\",\"components\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"stake\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorState\",\"inputs\":[{\"name\":\"registryCoordinator\",\"type\":\"address\",\"internalType\":\"contractIRegistryCoordinator\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"\",\"type\":\"tuple[][]\",\"internalType\":\"structOperatorStateRetriever.Operator[][]\",\"components\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"stake\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getQuorumBitmapsAtBlockNumber\",\"inputs\":[{\"name\":\"registryCoordinator\",\"type\":\"address\",\"internalType\":\"contractIRegistryCoordinator\"},{\"name\":\"operatorIds\",\"type\":\"bytes32[]\",\"internalType\":\"bytes32[]\"},{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}],\"stateMutability\":\"view\"}]",
	Bin: "0x608060405234801561001057600080fd5b50611e03806100206000396000f3fe608060405234801561001057600080fd5b50600436106100625760003560e01c806331b36bd9146100675780633563b0d1146100905780634d2b57fe146100b05780634f739f74146100d05780635c155662146100f0578063cefdc1d414610110575b600080fd5b61007a6100753660046113fa565b610131565b60405161008791906114e8565b60405180910390f35b6100a361009e366004611524565b61024d565b604051610087919061167f565b6100c36100be3660046116f8565b6106e3565b6040516100879190611747565b6100e36100de3660046117df565b6107f8565b60405161008791906118d7565b6101036100fe366004611992565b610f22565b60405161008791906119f5565b61012361011e366004611a2d565b6110ea565b604051610087929190611a64565b606081516001600160401b0381111561014c5761014c611391565b604051908082528060200260200182016040528015610175578160200160208202803683370190505b50905060005b825181101561024657836001600160a01b03166313542a4e8483815181106101a5576101a5611a85565b60200260200101516040518263ffffffff1660e01b81526004016101d891906001600160a01b0391909116815260200190565b602060405180830381865afa1580156101f5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102199190611a9b565b82828151811061022b5761022b611a85565b602090810291909101015261023f81611aca565b905061017b565b5092915050565b60606000846001600160a01b031663683048356040518163ffffffff1660e01b8152600401602060405180830381865afa15801561028f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102b39190611ae5565b90506000856001600160a01b0316639e9923c26040518163ffffffff1660e01b8152600401602060405180830381865afa1580156102f5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103199190611ae5565b90506000866001600160a01b0316635df459466040518163ffffffff1660e01b8152600401602060405180830381865afa15801561035b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061037f9190611ae5565b9050600086516001600160401b0381111561039c5761039c611391565b6040519080825280602002602001820160405280156103cf57816020015b60608152602001906001900390816103ba5790505b50905060005b87518110156106d75760008882815181106103f2576103f2611a85565b0160200151604051638902624560e01b815260f89190911c6004820181905263ffffffff8a16602483015291506000906001600160a01b03871690638902624590604401600060405180830381865afa158015610453573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261047b9190810190611b02565b905080516001600160401b0381111561049657610496611391565b6040519080825280602002602001820160405280156104e157816020015b60408051606081018252600080825260208083018290529282015282526000199092019101816104b45790505b508484815181106104f4576104f4611a85565b602002602001018190525060005b81518110156106c1576040518060600160405280876001600160a01b03166347b314e885858151811061053757610537611a85565b60200260200101516040518263ffffffff1660e01b815260040161055d91815260200190565b602060405180830381865afa15801561057a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061059e9190611ae5565b6001600160a01b031681526020018383815181106105be576105be611a85565b60200260200101518152602001896001600160a01b031663fa28c6278585815181106105ec576105ec611a85565b60209081029190910101516040516001600160e01b031960e084901b168152600481019190915260ff8816602482015263ffffffff8f166044820152606401602060405180830381865afa158015610648573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061066c9190611b92565b6001600160601b031681525085858151811061068a5761068a611a85565b602002602001015182815181106106a3576106a3611a85565b602002602001018190525080806106b990611aca565b915050610502565b50505080806106cf90611aca565b9150506103d5565b50979650505050505050565b606081516001600160401b038111156106fe576106fe611391565b604051908082528060200260200182016040528015610727578160200160208202803683370190505b50905060005b825181101561024657836001600160a01b031663296bb06484838151811061075757610757611a85565b60200260200101516040518263ffffffff1660e01b815260040161077d91815260200190565b602060405180830381865afa15801561079a573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107be9190611ae5565b8282815181106107d0576107d0611a85565b6001600160a01b03909216602092830291909101909101526107f181611aca565b905061072d565b6108236040518060800160405280606081526020016060815260200160608152602001606081525090565b6000876001600160a01b031663683048356040518163ffffffff1660e01b8152600401602060405180830381865afa158015610863573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108879190611ae5565b90506108b46040518060800160405280606081526020016060815260200160608152602001606081525090565b6040516361c8a12f60e11b81526001600160a01b038a169063c391425e906108e4908b9089908990600401611bbb565b600060405180830381865afa158015610901573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526109299190810190611c05565b81526040516340e03a8160e11b81526001600160a01b038316906381c075029061095b908b908b908b90600401611cbc565b600060405180830381865afa158015610978573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526109a09190810190611c05565b6040820152856001600160401b038111156109bd576109bd611391565b6040519080825280602002602001820160405280156109f057816020015b60608152602001906001900390816109db5790505b50606082015260005b60ff8116871115610e33576000856001600160401b03811115610a1e57610a1e611391565b604051908082528060200260200182016040528015610a47578160200160208202803683370190505b5083606001518360ff1681518110610a6157610a61611a85565b602002602001018190525060005b86811015610d335760008c6001600160a01b03166304ec63518a8a85818110610a9a57610a9a611a85565b905060200201358e88600001518681518110610ab857610ab8611a85565b60200260200101516040518463ffffffff1660e01b8152600401610af59392919092835263ffffffff918216602084015216604082015260600190565b602060405180830381865afa158015610b12573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b369190611ce5565b90506001600160c01b038116610bde5760405162461bcd60e51b815260206004820152605c60248201527f4f70657261746f7253746174655265747269657665722e676574436865636b5360448201527f69676e617475726573496e64696365733a206f70657261746f72206d7573742060648201527f6265207265676973746572656420617420626c6f636b6e756d62657200000000608482015260a40160405180910390fd5b8a8a8560ff16818110610bf357610bf3611a85565b6001600160c01b03841692013560f81c9190911c600190811614159050610d2057856001600160a01b031663dd9846b98a8a85818110610c3557610c35611a85565b905060200201358d8d8860ff16818110610c5157610c51611a85565b6040516001600160e01b031960e087901b1681526004810194909452919091013560f81c60248301525063ffffffff8f166044820152606401602060405180830381865afa158015610ca7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ccb9190611d0e565b85606001518560ff1681518110610ce457610ce4611a85565b60200260200101518481518110610cfd57610cfd611a85565b63ffffffff9092166020928302919091019091015282610d1c81611aca565b9350505b5080610d2b81611aca565b915050610a6f565b506000816001600160401b03811115610d4e57610d4e611391565b604051908082528060200260200182016040528015610d77578160200160208202803683370190505b50905060005b82811015610df85784606001518460ff1681518110610d9e57610d9e611a85565b60200260200101518181518110610db757610db7611a85565b6020026020010151828281518110610dd157610dd1611a85565b63ffffffff9092166020928302919091019091015280610df081611aca565b915050610d7d565b508084606001518460ff1681518110610e1357610e13611a85565b602002602001018190525050508080610e2b90611d2b565b9150506109f9565b506000896001600160a01b0316635df459466040518163ffffffff1660e01b8152600401602060405180830381865afa158015610e74573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e989190611ae5565b60405163354952a360e21b81529091506001600160a01b0382169063d5254a8c90610ecb908b908b908e90600401611d4b565b600060405180830381865afa158015610ee8573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610f109190810190611c05565b60208301525098975050505050505050565b60606000846001600160a01b031663c391425e84866040518363ffffffff1660e01b8152600401610f54929190611d75565b600060405180830381865afa158015610f71573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610f999190810190611c05565b9050600084516001600160401b03811115610fb657610fb6611391565b604051908082528060200260200182016040528015610fdf578160200160208202803683370190505b50905060005b85518110156110e057866001600160a01b03166304ec635187838151811061100f5761100f611a85565b60200260200101518786858151811061102a5761102a611a85565b60200260200101516040518463ffffffff1660e01b81526004016110679392919092835263ffffffff918216602084015216604082015260600190565b602060405180830381865afa158015611084573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110a89190611ce5565b6001600160c01b03168282815181106110c3576110c3611a85565b6020908102919091010152806110d881611aca565b915050610fe5565b5095945050505050565b604080516001808252818301909252600091606091839160208083019080368337019050509050848160008151811061112557611125611a85565b60209081029190910101526040516361c8a12f60e11b81526000906001600160a01b0388169063c391425e906111619088908690600401611d75565b600060405180830381865afa15801561117e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526111a69190810190611c05565b6000815181106111b8576111b8611a85565b60209081029190910101516040516304ec635160e01b81526004810188905263ffffffff87811660248301529091166044820181905291506000906001600160a01b038916906304ec635190606401602060405180830381865afa158015611224573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112489190611ce5565b6001600160c01b03169050600061125e8261127c565b90508161126c8a838a61024d565b9550955050505050935093915050565b606060008061128a84611348565b61ffff166001600160401b038111156112a5576112a5611391565b6040519080825280601f01601f1916602001820160405280156112cf576020820181803683370190505b5090506000805b8251821080156112e7575061010081105b1561133e576001811b93508584161561132e578060f81b83838151811061131057611310611a85565b60200101906001600160f81b031916908160001a9053508160010191505b61133781611aca565b90506112d6565b5090949350505050565b6000805b82156113735761135d600184611d94565b909216918061136b81611dab565b91505061134c565b92915050565b6001600160a01b038116811461138e57600080fd5b50565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f191681016001600160401b03811182821017156113cf576113cf611391565b604052919050565b60006001600160401b038211156113f0576113f0611391565b5060051b60200190565b6000806040838503121561140d57600080fd5b823561141881611379565b91506020838101356001600160401b0381111561143457600080fd5b8401601f8101861361144557600080fd5b8035611458611453826113d7565b6113a7565b81815260059190911b8201830190838101908883111561147757600080fd5b928401925b8284101561149e57833561148f81611379565b8252928401929084019061147c565b80955050505050509250929050565b600081518084526020808501945080840160005b838110156114dd578151875295820195908201906001016114c1565b509495945050505050565b6020815260006114fb60208301846114ad565b9392505050565b63ffffffff8116811461138e57600080fd5b803561151f81611502565b919050565b60008060006060848603121561153957600080fd5b833561154481611379565b92506020848101356001600160401b038082111561156157600080fd5b818701915087601f83011261157557600080fd5b81358181111561158757611587611391565b611599601f8201601f191685016113a7565b915080825288848285010111156115af57600080fd5b80848401858401376000848284010152508094505050506115d260408501611514565b90509250925092565b600081518084526020808501808196508360051b810191508286016000805b86811015611671578385038a52825180518087529087019087870190845b8181101561165c57835180516001600160a01b031684528a8101518b8501526040908101516001600160601b03169084015292890192606090920191600101611618565b50509a87019a955050918501916001016115fa565b509298975050505050505050565b6020815260006114fb60208301846115db565b600082601f8301126116a357600080fd5b813560206116b3611453836113d7565b82815260059290921b840181019181810190868411156116d257600080fd5b8286015b848110156116ed57803583529183019183016116d6565b509695505050505050565b6000806040838503121561170b57600080fd5b823561171681611379565b915060208301356001600160401b0381111561173157600080fd5b61173d85828601611692565b9150509250929050565b6020808252825182820181905260009190848201906040850190845b818110156117885783516001600160a01b031683529284019291840191600101611763565b50909695505050505050565b60008083601f8401126117a657600080fd5b5081356001600160401b038111156117bd57600080fd5b6020830191508360208260051b85010111156117d857600080fd5b9250929050565b600080600080600080608087890312156117f857600080fd5b863561180381611379565b9550602087013561181381611502565b945060408701356001600160401b038082111561182f57600080fd5b818901915089601f83011261184357600080fd5b81358181111561185257600080fd5b8a602082850101111561186457600080fd5b60208301965080955050606089013591508082111561188257600080fd5b5061188f89828a01611794565b979a9699509497509295939492505050565b600081518084526020808501945080840160005b838110156114dd57815163ffffffff16875295820195908201906001016118b5565b6000602080835283516080828501526118f360a08501826118a1565b905081850151601f198086840301604087015261191083836118a1565b9250604087015191508086840301606087015261192d83836118a1565b60608801518782038301608089015280518083529194508501925084840190600581901b8501860160005b8281101561198457848783030184526119728287516118a1565b95880195938801939150600101611958565b509998505050505050505050565b6000806000606084860312156119a757600080fd5b83356119b281611379565b925060208401356001600160401b038111156119cd57600080fd5b6119d986828701611692565b92505060408401356119ea81611502565b809150509250925092565b6020808252825182820181905260009190848201906040850190845b8181101561178857835183529284019291840191600101611a11565b600080600060608486031215611a4257600080fd5b8335611a4d81611379565b92506020840135915060408401356119ea81611502565b828152604060208201526000611a7d60408301846115db565b949350505050565b634e487b7160e01b600052603260045260246000fd5b600060208284031215611aad57600080fd5b5051919050565b634e487b7160e01b600052601160045260246000fd5b6000600019821415611ade57611ade611ab4565b5060010190565b600060208284031215611af757600080fd5b81516114fb81611379565b60006020808385031215611b1557600080fd5b82516001600160401b03811115611b2b57600080fd5b8301601f81018513611b3c57600080fd5b8051611b4a611453826113d7565b81815260059190911b82018301908381019087831115611b6957600080fd5b928401925b82841015611b8757835182529284019290840190611b6e565b979650505050505050565b600060208284031215611ba457600080fd5b81516001600160601b03811681146114fb57600080fd5b63ffffffff84168152604060208201819052810182905260006001600160fb1b03831115611be857600080fd5b8260051b8085606085013760009201606001918252509392505050565b60006020808385031215611c1857600080fd5b82516001600160401b03811115611c2e57600080fd5b8301601f81018513611c3f57600080fd5b8051611c4d611453826113d7565b81815260059190911b82018301908381019087831115611c6c57600080fd5b928401925b82841015611b87578351611c8481611502565b82529284019290840190611c71565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b63ffffffff84168152604060208201526000611cdc604083018486611c93565b95945050505050565b600060208284031215611cf757600080fd5b81516001600160c01b03811681146114fb57600080fd5b600060208284031215611d2057600080fd5b81516114fb81611502565b600060ff821660ff811415611d4257611d42611ab4565b60010192915050565b604081526000611d5f604083018587611c93565b905063ffffffff83166020830152949350505050565b63ffffffff83168152604060208201526000611a7d60408301846114ad565b600082821015611da657611da6611ab4565b500390565b600061ffff80831681811415611dc357611dc3611ab4565b600101939250505056fea26469706673582212206396da5fd7e0f964f7f11d83756e47d0cabaa0c2ffbbdb3dd4568f69a4e8130064736f6c634300080c0033",
}
⋮----
// ContractOperatorStateRetrieverABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractOperatorStateRetrieverMetaData.ABI instead.
var ContractOperatorStateRetrieverABI = ContractOperatorStateRetrieverMetaData.ABI
⋮----
// ContractOperatorStateRetrieverBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractOperatorStateRetrieverMetaData.Bin instead.
var ContractOperatorStateRetrieverBin = ContractOperatorStateRetrieverMetaData.Bin
⋮----
// DeployContractOperatorStateRetriever deploys a new Ethereum contract, binding an instance of ContractOperatorStateRetriever to it.
func DeployContractOperatorStateRetriever(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *ContractOperatorStateRetriever, error)
⋮----
// ContractOperatorStateRetrieverMethods is an auto generated interface around an Ethereum contract.
type ContractOperatorStateRetrieverMethods interface {
	ContractOperatorStateRetrieverCalls
	ContractOperatorStateRetrieverTransacts
	ContractOperatorStateRetrieverFilters
}
⋮----
// ContractOperatorStateRetrieverCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractOperatorStateRetrieverCalls interface {
	GetBatchOperatorFromId(opts *bind.CallOpts, registryCoordinator common.Address, operatorIds [][32]byte) ([]common.Address, error)

	GetBatchOperatorId(opts *bind.CallOpts, registryCoordinator common.Address, operators []common.Address) ([][32]byte, error)

	GetCheckSignaturesIndices(opts *bind.CallOpts, registryCoordinator common.Address, referenceBlockNumber uint32, quorumNumbers []byte, nonSignerOperatorIds [][32]byte) (OperatorStateRetrieverCheckSignaturesIndices, error)

	GetOperatorState(opts *bind.CallOpts, registryCoordinator common.Address, quorumNumbers []byte, blockNumber uint32) ([][]OperatorStateRetrieverOperator, error)

	GetOperatorState0(opts *bind.CallOpts, registryCoordinator common.Address, operatorId [32]byte, blockNumber uint32) (*big.Int, [][]OperatorStateRetrieverOperator, error)

	GetQuorumBitmapsAtBlockNumber(opts *bind.CallOpts, registryCoordinator common.Address, operatorIds [][32]byte, blockNumber uint32) ([]*big.Int, error)
}
⋮----
// ContractOperatorStateRetrieverTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractOperatorStateRetrieverTransacts interface {
}
⋮----
// ContractOperatorStateRetrieverFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractOperatorStateRetrieverFilters interface {
}
⋮----
// ContractOperatorStateRetriever is an auto generated Go binding around an Ethereum contract.
type ContractOperatorStateRetriever struct {
	ContractOperatorStateRetrieverCaller     // Read-only binding to the contract
	ContractOperatorStateRetrieverTransactor // Write-only binding to the contract
	ContractOperatorStateRetrieverFilterer   // Log filterer for contract events
}
⋮----
ContractOperatorStateRetrieverCaller     // Read-only binding to the contract
ContractOperatorStateRetrieverTransactor // Write-only binding to the contract
ContractOperatorStateRetrieverFilterer   // Log filterer for contract events
⋮----
// ContractOperatorStateRetriever implements the ContractOperatorStateRetrieverMethods interface.
var _ ContractOperatorStateRetrieverMethods = (*ContractOperatorStateRetriever)(nil)
⋮----
// ContractOperatorStateRetrieverCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractOperatorStateRetrieverCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractOperatorStateRetrieverCaller implements the ContractOperatorStateRetrieverCalls interface.
var _ ContractOperatorStateRetrieverCalls = (*ContractOperatorStateRetrieverCaller)(nil)
⋮----
// ContractOperatorStateRetrieverTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractOperatorStateRetrieverTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractOperatorStateRetrieverTransactor implements the ContractOperatorStateRetrieverTransacts interface.
var _ ContractOperatorStateRetrieverTransacts = (*ContractOperatorStateRetrieverTransactor)(nil)
⋮----
// ContractOperatorStateRetrieverFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractOperatorStateRetrieverFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractOperatorStateRetrieverFilterer implements the ContractOperatorStateRetrieverFilters interface.
var _ ContractOperatorStateRetrieverFilters = (*ContractOperatorStateRetrieverFilterer)(nil)
⋮----
// ContractOperatorStateRetrieverSession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractOperatorStateRetrieverSession struct {
	Contract     *ContractOperatorStateRetriever // Generic contract binding to set the session for
	CallOpts     bind.CallOpts                   // Call options to use throughout this session
	TransactOpts bind.TransactOpts               // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractOperatorStateRetriever // Generic contract binding to set the session for
CallOpts     bind.CallOpts                   // Call options to use throughout this session
TransactOpts bind.TransactOpts               // Transaction auth options to use throughout this session
⋮----
// ContractOperatorStateRetrieverCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractOperatorStateRetrieverCallerSession struct {
	Contract *ContractOperatorStateRetrieverCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                         // Call options to use throughout this session
}
⋮----
Contract *ContractOperatorStateRetrieverCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                         // Call options to use throughout this session
⋮----
// ContractOperatorStateRetrieverTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractOperatorStateRetrieverTransactorSession struct {
	Contract     *ContractOperatorStateRetrieverTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                         // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractOperatorStateRetrieverTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                         // Transaction auth options to use throughout this session
⋮----
// ContractOperatorStateRetrieverRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractOperatorStateRetrieverRaw struct {
	Contract *ContractOperatorStateRetriever // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractOperatorStateRetriever // Generic contract binding to access the raw methods on
⋮----
// ContractOperatorStateRetrieverCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractOperatorStateRetrieverCallerRaw struct {
	Contract *ContractOperatorStateRetrieverCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractOperatorStateRetrieverCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractOperatorStateRetrieverTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractOperatorStateRetrieverTransactorRaw struct {
	Contract *ContractOperatorStateRetrieverTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractOperatorStateRetrieverTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractOperatorStateRetriever creates a new instance of ContractOperatorStateRetriever, bound to a specific deployed contract.
func NewContractOperatorStateRetriever(address common.Address, backend bind.ContractBackend) (*ContractOperatorStateRetriever, error)
⋮----
// NewContractOperatorStateRetrieverCaller creates a new read-only instance of ContractOperatorStateRetriever, bound to a specific deployed contract.
func NewContractOperatorStateRetrieverCaller(address common.Address, caller bind.ContractCaller) (*ContractOperatorStateRetrieverCaller, error)
⋮----
// NewContractOperatorStateRetrieverTransactor creates a new write-only instance of ContractOperatorStateRetriever, bound to a specific deployed contract.
func NewContractOperatorStateRetrieverTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractOperatorStateRetrieverTransactor, error)
⋮----
// NewContractOperatorStateRetrieverFilterer creates a new log filterer instance of ContractOperatorStateRetriever, bound to a specific deployed contract.
func NewContractOperatorStateRetrieverFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractOperatorStateRetrieverFilterer, error)
⋮----
// bindContractOperatorStateRetriever binds a generic wrapper to an already deployed contract.
func bindContractOperatorStateRetriever(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractOperatorStateRetriever *ContractOperatorStateRetrieverRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractOperatorStateRetriever *ContractOperatorStateRetrieverRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractOperatorStateRetriever *ContractOperatorStateRetrieverRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// GetBatchOperatorFromId is a free data retrieval call binding the contract method 0x4d2b57fe.
//
// Solidity: function getBatchOperatorFromId(address registryCoordinator, bytes32[] operatorIds) view returns(address[] operators)
func (_ContractOperatorStateRetriever *ContractOperatorStateRetrieverCaller) GetBatchOperatorFromId(opts *bind.CallOpts, registryCoordinator common.Address, operatorIds [][32]byte) ([]common.Address, error)
⋮----
var out []interface{}
⋮----
// GetBatchOperatorId is a free data retrieval call binding the contract method 0x31b36bd9.
⋮----
// Solidity: function getBatchOperatorId(address registryCoordinator, address[] operators) view returns(bytes32[] operatorIds)
func (_ContractOperatorStateRetriever *ContractOperatorStateRetrieverCaller) GetBatchOperatorId(opts *bind.CallOpts, registryCoordinator common.Address, operators []common.Address) ([][32]byte, error)
⋮----
// GetCheckSignaturesIndices is a free data retrieval call binding the contract method 0x4f739f74.
⋮----
// Solidity: function getCheckSignaturesIndices(address registryCoordinator, uint32 referenceBlockNumber, bytes quorumNumbers, bytes32[] nonSignerOperatorIds) view returns((uint32[],uint32[],uint32[],uint32[][]))
func (_ContractOperatorStateRetriever *ContractOperatorStateRetrieverCaller) GetCheckSignaturesIndices(opts *bind.CallOpts, registryCoordinator common.Address, referenceBlockNumber uint32, quorumNumbers []byte, nonSignerOperatorIds [][32]byte) (OperatorStateRetrieverCheckSignaturesIndices, error)
⋮----
// GetOperatorState is a free data retrieval call binding the contract method 0x3563b0d1.
⋮----
// Solidity: function getOperatorState(address registryCoordinator, bytes quorumNumbers, uint32 blockNumber) view returns((address,bytes32,uint96)[][])
func (_ContractOperatorStateRetriever *ContractOperatorStateRetrieverCaller) GetOperatorState(opts *bind.CallOpts, registryCoordinator common.Address, quorumNumbers []byte, blockNumber uint32) ([][]OperatorStateRetrieverOperator, error)
⋮----
// GetOperatorState0 is a free data retrieval call binding the contract method 0xcefdc1d4.
⋮----
// Solidity: function getOperatorState(address registryCoordinator, bytes32 operatorId, uint32 blockNumber) view returns(uint256, (address,bytes32,uint96)[][])
func (_ContractOperatorStateRetriever *ContractOperatorStateRetrieverCaller) GetOperatorState0(opts *bind.CallOpts, registryCoordinator common.Address, operatorId [32]byte, blockNumber uint32) (*big.Int, [][]OperatorStateRetrieverOperator, error)
⋮----
// GetQuorumBitmapsAtBlockNumber is a free data retrieval call binding the contract method 0x5c155662.
⋮----
// Solidity: function getQuorumBitmapsAtBlockNumber(address registryCoordinator, bytes32[] operatorIds, uint32 blockNumber) view returns(uint256[])
func (_ContractOperatorStateRetriever *ContractOperatorStateRetrieverCaller) GetQuorumBitmapsAtBlockNumber(opts *bind.CallOpts, registryCoordinator common.Address, operatorIds [][32]byte, blockNumber uint32) ([]*big.Int, error)
````

## File: M2-contracts/bindings/RegistryCoordinator/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractRegistryCoordinator
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// BN254G1Point is an auto generated low-level Go binding around an user-defined struct.
type BN254G1Point struct {
	X *big.Int
	Y *big.Int
}
⋮----
// BN254G2Point is an auto generated low-level Go binding around an user-defined struct.
type BN254G2Point struct {
	X [2]*big.Int
	Y [2]*big.Int
}
⋮----
// IBLSApkRegistryPubkeyRegistrationParams is an auto generated low-level Go binding around an user-defined struct.
type IBLSApkRegistryPubkeyRegistrationParams struct {
	PubkeyRegistrationSignature BN254G1Point
	PubkeyG1                    BN254G1Point
	PubkeyG2                    BN254G2Point
}
⋮----
// IRegistryCoordinatorOperatorInfo is an auto generated low-level Go binding around an user-defined struct.
type IRegistryCoordinatorOperatorInfo struct {
	OperatorId [32]byte
	Status     uint8
}
⋮----
// IRegistryCoordinatorOperatorKickParam is an auto generated low-level Go binding around an user-defined struct.
type IRegistryCoordinatorOperatorKickParam struct {
	QuorumNumber uint8
	Operator     common.Address
}
⋮----
// IRegistryCoordinatorOperatorSetParam is an auto generated low-level Go binding around an user-defined struct.
type IRegistryCoordinatorOperatorSetParam struct {
	MaxOperatorCount        uint32
	KickBIPsOfOperatorStake uint16
	KickBIPsOfTotalStake    uint16
}
⋮----
// IRegistryCoordinatorQuorumBitmapUpdate is an auto generated low-level Go binding around an user-defined struct.
type IRegistryCoordinatorQuorumBitmapUpdate struct {
	UpdateBlockNumber     uint32
	NextUpdateBlockNumber uint32
	QuorumBitmap          *big.Int
}
⋮----
// ISignatureUtilsSignatureWithSaltAndExpiry is an auto generated low-level Go binding around an user-defined struct.
type ISignatureUtilsSignatureWithSaltAndExpiry struct {
	Signature []byte
	Salt      [32]byte
	Expiry    *big.Int
}
⋮----
// IStakeRegistryStrategyParams is an auto generated low-level Go binding around an user-defined struct.
type IStakeRegistryStrategyParams struct {
	Strategy   common.Address
	Multiplier *big.Int
}
⋮----
// ContractRegistryCoordinatorMetaData contains all meta data concerning the ContractRegistryCoordinator contract.
var ContractRegistryCoordinatorMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"_serviceManager\",\"type\":\"address\",\"internalType\":\"contractIServiceManager\"},{\"name\":\"_stakeRegistry\",\"type\":\"address\",\"internalType\":\"contractIStakeRegistry\"},{\"name\":\"_blsApkRegistry\",\"type\":\"address\",\"internalType\":\"contractIBLSApkRegistry\"},{\"name\":\"_indexRegistry\",\"type\":\"address\",\"internalType\":\"contractIIndexRegistry\"},{\"name\":\"_socketRegistry\",\"type\":\"address\",\"internalType\":\"contractISocketRegistry\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"OPERATOR_CHURN_APPROVAL_TYPEHASH\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"PUBKEY_REGISTRATION_TYPEHASH\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"blsApkRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIBLSApkRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"calculateOperatorChurnApprovalDigestHash\",\"inputs\":[{\"name\":\"registeringOperator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"registeringOperatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"operatorKickParams\",\"type\":\"tuple[]\",\"internalType\":\"structIRegistryCoordinator.OperatorKickParam[]\",\"components\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}]},{\"name\":\"salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"churnApprover\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"createQuorum\",\"inputs\":[{\"name\":\"operatorSetParams\",\"type\":\"tuple\",\"internalType\":\"structIRegistryCoordinator.OperatorSetParam\",\"components\":[{\"name\":\"maxOperatorCount\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"kickBIPsOfOperatorStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"},{\"name\":\"kickBIPsOfTotalStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"}]},{\"name\":\"minimumStake\",\"type\":\"uint96\",\"internalType\":\"uint96\"},{\"name\":\"strategyParams\",\"type\":\"tuple[]\",\"internalType\":\"structIStakeRegistry.StrategyParams[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"deregisterOperator\",\"inputs\":[{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"ejectOperator\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"ejectionCooldown\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"ejector\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getCurrentQuorumBitmap\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint192\",\"internalType\":\"uint192\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperator\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIRegistryCoordinator.OperatorInfo\",\"components\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"status\",\"type\":\"uint8\",\"internalType\":\"enumIRegistryCoordinator.OperatorStatus\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorFromId\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorId\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorSetParams\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIRegistryCoordinator.OperatorSetParam\",\"components\":[{\"name\":\"maxOperatorCount\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"kickBIPsOfOperatorStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"},{\"name\":\"kickBIPsOfTotalStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOperatorStatus\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"enumIRegistryCoordinator.OperatorStatus\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getQuorumBitmapAtBlockNumberByIndex\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"index\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint192\",\"internalType\":\"uint192\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getQuorumBitmapHistoryLength\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getQuorumBitmapIndicesAtBlockNumber\",\"inputs\":[{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"operatorIds\",\"type\":\"bytes32[]\",\"internalType\":\"bytes32[]\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getQuorumBitmapUpdateByIndex\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"index\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIRegistryCoordinator.QuorumBitmapUpdate\",\"components\":[{\"name\":\"updateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"nextUpdateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"quorumBitmap\",\"type\":\"uint192\",\"internalType\":\"uint192\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"indexRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIIndexRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"initialize\",\"inputs\":[{\"name\":\"_initialOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_churnApprover\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_ejector\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_pauserRegistry\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"},{\"name\":\"_initialPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"_operatorSetParams\",\"type\":\"tuple[]\",\"internalType\":\"structIRegistryCoordinator.OperatorSetParam[]\",\"components\":[{\"name\":\"maxOperatorCount\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"kickBIPsOfOperatorStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"},{\"name\":\"kickBIPsOfTotalStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"}]},{\"name\":\"_minimumStakes\",\"type\":\"uint96[]\",\"internalType\":\"uint96[]\"},{\"name\":\"_strategyParams\",\"type\":\"tuple[][]\",\"internalType\":\"structIStakeRegistry.StrategyParams[][]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"isChurnApproverSaltUsed\",\"inputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"lastEjectionTimestamp\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"numRegistries\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"owner\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pause\",\"inputs\":[{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"pauseAll\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[{\"name\":\"index\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pauserRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pubkeyRegistrationMessageHash\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"quorumCount\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"quorumUpdateBlockNumber\",\"inputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"registerOperator\",\"inputs\":[{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"socket\",\"type\":\"string\",\"internalType\":\"string\"},{\"name\":\"params\",\"type\":\"tuple\",\"internalType\":\"structIBLSApkRegistry.PubkeyRegistrationParams\",\"components\":[{\"name\":\"pubkeyRegistrationSignature\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"pubkeyG1\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"pubkeyG2\",\"type\":\"tuple\",\"internalType\":\"structBN254.G2Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"},{\"name\":\"Y\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"}]}]},{\"name\":\"operatorSignature\",\"type\":\"tuple\",\"internalType\":\"structISignatureUtils.SignatureWithSaltAndExpiry\",\"components\":[{\"name\":\"signature\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"registerOperatorWithChurn\",\"inputs\":[{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"socket\",\"type\":\"string\",\"internalType\":\"string\"},{\"name\":\"params\",\"type\":\"tuple\",\"internalType\":\"structIBLSApkRegistry.PubkeyRegistrationParams\",\"components\":[{\"name\":\"pubkeyRegistrationSignature\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"pubkeyG1\",\"type\":\"tuple\",\"internalType\":\"structBN254.G1Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"Y\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"pubkeyG2\",\"type\":\"tuple\",\"internalType\":\"structBN254.G2Point\",\"components\":[{\"name\":\"X\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"},{\"name\":\"Y\",\"type\":\"uint256[2]\",\"internalType\":\"uint256[2]\"}]}]},{\"name\":\"operatorKickParams\",\"type\":\"tuple[]\",\"internalType\":\"structIRegistryCoordinator.OperatorKickParam[]\",\"components\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}]},{\"name\":\"churnApproverSignature\",\"type\":\"tuple\",\"internalType\":\"structISignatureUtils.SignatureWithSaltAndExpiry\",\"components\":[{\"name\":\"signature\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"operatorSignature\",\"type\":\"tuple\",\"internalType\":\"structISignatureUtils.SignatureWithSaltAndExpiry\",\"components\":[{\"name\":\"signature\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"registries\",\"inputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"renounceOwnership\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"serviceManager\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIServiceManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"setChurnApprover\",\"inputs\":[{\"name\":\"_churnApprover\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setEjectionCooldown\",\"inputs\":[{\"name\":\"_ejectionCooldown\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setEjector\",\"inputs\":[{\"name\":\"_ejector\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setOperatorSetParams\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"operatorSetParams\",\"type\":\"tuple\",\"internalType\":\"structIRegistryCoordinator.OperatorSetParam\",\"components\":[{\"name\":\"maxOperatorCount\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"kickBIPsOfOperatorStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"},{\"name\":\"kickBIPsOfTotalStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setPauserRegistry\",\"inputs\":[{\"name\":\"newPauserRegistry\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"socketRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractISocketRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"stakeRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStakeRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"transferOwnership\",\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"unpause\",\"inputs\":[{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"updateOperators\",\"inputs\":[{\"name\":\"operators\",\"type\":\"address[]\",\"internalType\":\"address[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"updateOperatorsForQuorum\",\"inputs\":[{\"name\":\"operatorsPerQuorum\",\"type\":\"address[][]\",\"internalType\":\"address[][]\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"updateSocket\",\"inputs\":[{\"name\":\"socket\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"event\",\"name\":\"ChurnApproverUpdated\",\"inputs\":[{\"name\":\"prevChurnApprover\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"newChurnApprover\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"EjectorUpdated\",\"inputs\":[{\"name\":\"prevEjector\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"newEjector\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorDeregistered\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorRegistered\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorSetParamsUpdated\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"indexed\":true,\"internalType\":\"uint8\"},{\"name\":\"operatorSetParams\",\"type\":\"tuple\",\"indexed\":false,\"internalType\":\"structIRegistryCoordinator.OperatorSetParam\",\"components\":[{\"name\":\"maxOperatorCount\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"kickBIPsOfOperatorStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"},{\"name\":\"kickBIPsOfTotalStake\",\"type\":\"uint16\",\"internalType\":\"uint16\"}]}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorSocketUpdate\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"socket\",\"type\":\"string\",\"indexed\":false,\"internalType\":\"string\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OwnershipTransferred\",\"inputs\":[{\"name\":\"previousOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Paused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"PauserRegistrySet\",\"inputs\":[{\"name\":\"pauserRegistry\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIPauserRegistry\"},{\"name\":\"newPauserRegistry\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIPauserRegistry\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"QuorumBlockNumberUpdated\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"indexed\":true,\"internalType\":\"uint8\"},{\"name\":\"blocknumber\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Unpaused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false}]",
	Bin: "0x6101e06040523480156200001257600080fd5b50604051620062ef380380620062ef833981016040819052620000359162000240565b604080518082018252601681527f4156535265676973747279436f6f7264696e61746f7200000000000000000000602080830191825283518085018552600681526576302e302e3160d01b908201529151902060e08190527f6bda7e3f385e48841048390444cced5cc795af87758af67622e5f4f0882c4a996101008190524660a081815285517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f818701819052818801959095526060810193909352608080840192909252308382018190528651808503909201825260c09384019096528051940193909320909252919052610120526001600160a01b038086166101405280851661018052808416610160528083166101a05281166101c0526200015a62000165565b5050505050620002c0565b600054610100900460ff1615620001d25760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b60005460ff908116101562000225576000805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b03811681146200023d57600080fd5b50565b600080600080600060a086880312156200025957600080fd5b8551620002668162000227565b6020870151909550620002798162000227565b60408701519094506200028c8162000227565b60608701519093506200029f8162000227565b6080870151909250620002b28162000227565b809150509295509295909350565b60805160a05160c05160e05161010051610120516101405161016051610180516101a0516101c051615f15620003da6000396000818161085b015261250a0152600081816106c60152818161117c0152818161201101528181612ea6015281816136d60152613ca401526000818161060b01528181611f9c0152818161244401528181612e260152818161362d0152818161388c0152613c230152600081816105d101528181610f2301528181611fda01528181612da801528181612f8e01528181613004015281816135ad0152613d2001526000818161051501528181612cfe01526134eb01526000613f2701526000613f7601526000613f5101526000613eaa01526000613ed401526000613efe0152615f156000f3fe608060405234801561001057600080fd5b50600436106102f05760003560e01c80635df459461161019d578063a50857bf116100e9578063d75b4c88116100a2578063ea32afae1161007c578063ea32afae14610856578063f2fde38b1461087d578063fabc1cbc14610890578063fd39105a146108a357600080fd5b8063d75b4c881461078d578063dd8283f3146107a0578063e65797ad146107b357600080fd5b8063a50857bf1461070f578063a96f783e14610722578063c391425e1461072b578063ca0de8821461074b578063ca4f2d9714610772578063d72d8dd61461078557600080fd5b8063871ef049116101565780639aa1653d116101305780639aa1653d1461068f5780639b5d177b146106ae5780639e9923c2146106c15780639feab859146106e857600080fd5b8063871ef0491461065b578063886f11951461066e5780638da5cb5b1461068757600080fd5b80635df45946146105cc5780636347c900146105f357806368304835146106065780636e3b17db1461062d578063715018a61461064057806384ca52131461064857600080fd5b8063249a0c421161025c5780633c2a7f4c11610215578063595c6a67116101ef578063595c6a671461058a5780635ac86ab7146105925780635b0b829f146105b15780635c975abb146105c457600080fd5b80633c2a7f4c146105375780635140a548146105575780635865c60c1461056a57600080fd5b8063249a0c42146104a457806328f61b31146104c4578063296bb064146104d757806329d1e0c3146104ea5780632cdd1e86146104fd5780633998fdd31461051057600080fd5b806310d67a2f116102ae57806310d67a2f146103b9578063125e0584146103cc57806313542a4e146103ec578063136439dd146104155780631478851f146104285780631eb812da1461045b57600080fd5b8062cf2ab5146102f557806303fd34921461030a57806304ec63511461033d578063054310e6146103685780630cf4b767146103935780630d3f2134146103a6575b600080fd5b610308610303366004614a27565b6108df565b005b61032a610318366004614a68565b60009081526098602052604090205490565b6040519081526020015b60405180910390f35b61035061034b366004614a93565b6109f5565b6040516001600160c01b039091168152602001610334565b609d5461037b906001600160a01b031681565b6040516001600160a01b039091168152602001610334565b6103086103a1366004614bb2565b610bce565b6103086103b4366004614a68565b610c78565b6103086103c7366004614c27565b610c85565b61032a6103da366004614c27565b609f6020526000908152604090205481565b61032a6103fa366004614c27565b6001600160a01b031660009081526099602052604090205490565b610308610423366004614a68565b610d35565b61044b610436366004614a68565b609a6020526000908152604090205460ff1681565b6040519015158152602001610334565b61046e610469366004614c44565b610e79565b60408051825163ffffffff908116825260208085015190911690820152918101516001600160c01b031690820152606001610334565b61032a6104b2366004614c77565b609b6020526000908152604090205481565b609e5461037b906001600160a01b031681565b61037b6104e5366004614a68565b610f0a565b6103086104f8366004614c27565b610f96565b61030861050b366004614c27565b610fa7565b61037b7f000000000000000000000000000000000000000000000000000000000000000081565b61054a610545366004614c27565b610fb8565b6040516103349190614c92565b610308610565366004614cea565b611037565b61057d610578366004614c27565b611510565b6040516103349190614d8d565b610308611584565b61044b6105a0366004614c77565b6001805460ff9092161b9081161490565b6103086105bf366004614e12565b611650565b60015461032a565b61037b7f000000000000000000000000000000000000000000000000000000000000000081565b61037b610601366004614a68565b611671565b61037b7f000000000000000000000000000000000000000000000000000000000000000081565b61030861063b366004614e46565b61169b565b6103086117b1565b61032a610656366004614efd565b6117c5565b610350610669366004614a68565b61180f565b60005461037b906201000090046001600160a01b031681565b61037b61181a565b60965461069c9060ff1681565b60405160ff9091168152602001610334565b6103086106bc366004615096565b611833565b61037b7f000000000000000000000000000000000000000000000000000000000000000081565b61032a7f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de681565b61030861071d36600461518f565b611b5d565b61032a60a05481565b61073e610739366004615237565b611cd3565b60405161033491906152dc565b61032a7f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a81565b610308610780366004615326565b611d8c565b609c5461032a565b61030861079b36600461540c565b611df3565b6103086107ae3660046155bf565b611e06565b6108226107c1366004614c77565b60408051606080820183526000808352602080840182905292840181905260ff9490941684526097825292829020825193840183525463ffffffff8116845261ffff600160201b8204811692850192909252600160301b9004169082015290565b60408051825163ffffffff16815260208084015161ffff908116918301919091529282015190921690820152606001610334565b61037b7f000000000000000000000000000000000000000000000000000000000000000081565b61030861088b366004614c27565b6120ff565b61030861089e366004614a68565b612175565b6108d26108b1366004614c27565b6001600160a01b031660009081526099602052604090206001015460ff1690565b6040516103349190615693565b600154600290600490811614156109115760405162461bcd60e51b8152600401610908906156a1565b60405180910390fd5b60005b828110156109ef576000848483818110610930576109306156d8565b90506020020160208101906109459190614c27565b6001600160a01b03811660009081526099602090815260408083208151808301909252805482526001810154949550929390929183019060ff16600281111561099057610990614d55565b60028111156109a1576109a1614d55565b905250805190915060006109b4826122d1565b905060006109ca826001600160c01b031661233a565b90506109d7858583612406565b505050505080806109e790615704565b915050610914565b50505050565b6000838152609860205260408120805482919084908110610a1857610a186156d8565b600091825260209182902060408051606081018252929091015463ffffffff808216808552600160201b8304821695850195909552600160401b9091046001600160c01b03169183019190915290925085161015610b045760405162461bcd60e51b815260206004820152605a60248201527f526567436f6f72642e67657451756f72756d4269746d61704174426c6f636b4e60448201527f756d6265724279496e6465783a2071756f72756d4269746d617055706461746560648201527f2069732066726f6d20616674657220626c6f636b4e756d626572000000000000608482015260a401610908565b602081015163ffffffff161580610b2a5750806020015163ffffffff168463ffffffff16105b610bc25760405162461bcd60e51b815260206004820152605b60248201527f526567436f6f72642e67657451756f72756d4269746d61704174426c6f636b4e60448201527f756d6265724279496e6465783a2071756f72756d4269746d617055706461746560648201527f2069732066726f6d206265666f726520626c6f636b4e756d6265720000000000608482015260a401610908565b60400151949350505050565b60013360009081526099602052604090206001015460ff166002811115610bf757610bf7614d55565b14610c5b5760405162461bcd60e51b815260206004820152602e60248201527f526567436f6f72642e757064617465536f636b65743a206f70657261746f722060448201526d1b9bdd081c9959da5cdd195c995960921b6064820152608401610908565b33600090815260996020526040902054610c7590826124f3565b50565b610c806125af565b60a055565b600060029054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610cd8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cfc919061571f565b6001600160a01b0316336001600160a01b031614610d2c5760405162461bcd60e51b81526004016109089061573c565b610c758161260e565b60005460405163237dfb4760e11b8152336004820152620100009091046001600160a01b0316906346fbf68e90602401602060405180830381865afa158015610d82573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610da69190615786565b610dc25760405162461bcd60e51b8152600401610908906157a8565b60015481811614610e3b5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610908565b600181905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b60408051606081018252600080825260208201819052918101919091526000838152609860205260409020805483908110610eb657610eb66156d8565b600091825260209182902060408051606081018252919092015463ffffffff8082168352600160201b820416938201939093526001600160c01b03600160401b909304929092169082015290505b92915050565b6040516308f6629d60e31b8152600481018290526000907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906347b314e890602401602060405180830381865afa158015610f72573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f04919061571f565b610f9e6125af565b610c7581612713565b610faf6125af565b610c758161277c565b6040805180820190915260008082526020820152610f046110327f2bd82124057f0913bc3b772ce7b83e8057c1ad1f3510fc83778be20f10ec5de6846040516020016110179291909182526001600160a01b0316602082015260400190565b604051602081830303815290604052805190602001206127e5565b612833565b600154600290600490811614156110605760405162461bcd60e51b8152600401610908906156a1565b60006110a884848080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152505060965460ff1691506128c39050565b905084831461110d5760405162461bcd60e51b81526020600482015260386024820152600080516020615ec083398151915260448201527f6d3a20696e707574206c656e677468206d69736d6174636800000000000000006064820152608401610908565b60005b8381101561150757600085858381811061112c5761112c6156d8565b919091013560f81c9150369050600089898581811061114d5761114d6156d8565b905060200281019061115f91906157f0565b6040516379a0849160e11b815260ff8616600482015291935091507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063f341092290602401602060405180830381865afa1580156111cb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111ef9190615839565b63ffffffff16811461127d5760405162461bcd60e51b815260206004820152605a6024820152600080516020615ec083398151915260448201527f6d3a206e756d626572206f662075706461746564206f70657261746f7273206460648201527f6f6573206e6f74206d617463682071756f72756d20746f74616c000000000000608482015260a401610908565b6000805b828110156114a657600084848381811061129d5761129d6156d8565b90506020020160208101906112b29190614c27565b6001600160a01b03811660009081526099602090815260408083208151808301909252805482526001810154949550929390929183019060ff1660028111156112fd576112fd614d55565b600281111561130e5761130e614d55565b90525080519091506000611321826122d1565b905060016001600160c01b03821660ff8b161c8116146113975760405162461bcd60e51b81526020600482015260396024820152600080516020615ec083398151915260448201527f6d3a206f70657261746f72206e6f7420696e2071756f72756d000000000000006064820152608401610908565b856001600160a01b0316846001600160a01b0316116114325760405162461bcd60e51b815260206004820152605c6024820152600080516020615ec083398151915260448201527f6d3a206f70657261746f7273206172726179206d75737420626520736f72746560648201527f6420696e20617363656e64696e672061646472657373206f7264657200000000608482015260a401610908565b5061149083838f8f8d908e60016114499190615856565b926114569392919061586e565b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525061240692505050565b5090925061149f905081615704565b9050611281565b5060ff84166000818152609b6020908152604091829020439081905591519182527f46077d55330763f16269fd75e5761663f4192d2791747c0189b16ad31db07db4910160405180910390a2505050508061150090615704565b9050611110565b50505050505050565b60408051808201909152600080825260208201526001600160a01b0382166000908152609960209081526040918290208251808401909352805483526001810154909183019060ff16600281111561156a5761156a614d55565b600281111561157b5761157b614d55565b90525092915050565b60005460405163237dfb4760e11b8152336004820152620100009091046001600160a01b0316906346fbf68e90602401602060405180830381865afa1580156115d1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115f59190615786565b6116115760405162461bcd60e51b8152600401610908906157a8565b600019600181905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b6116586125af565b8161166281612954565b61166c83836129c1565b505050565b609c818154811061168157600080fd5b6000918252602090912001546001600160a01b0316905081565b6116a3612a67565b6001600160a01b0383166000908152609f602090815260408083204290556099825280832080548251601f87018590048502810185019093528583529093909290916117109187908790819084018382808284376000920191909152505060965460ff1691506128c39050565b9050600061171d836122d1565b905060018085015460ff16600281111561173957611739614d55565b14801561174e57506001600160c01b03821615155b801561176c575061176c6001600160c01b0383811690831681161490565b15611507576115078787878080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250612ad992505050565b6117b96125af565b6117c36000612f1a565b565b60006118057f4d404e3276e7ac2163d8ee476afa6a41d1f68fb71f2d8b6546b24e55ce01b72a878787878760405160200161101796959493929190615898565b9695505050505050565b6000610f04826122d1565b600061182e6064546001600160a01b031690565b905090565b60018054600091908116141561185b5760405162461bcd60e51b8152600401610908906156a1565b8389146118d05760405162461bcd60e51b815260206004820152603960248201527f526567436f6f72642e72656769737465724f70657261746f725769746843687560448201527f726e3a20696e707574206c656e677468206d69736d61746368000000000000006064820152608401610908565b60006118dc3388612f6c565b905061193c33828888808060200260200160405190810160405280939291908181526020016000905b82821015611931576119226040830286013681900381019061591d565b81526020019060010190611905565b50505050508761309d565b600061198333838e8e8e8e8080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508c9250613214915050565b905060005b8b811015611b4e576000609760008f8f858181106119a8576119a86156d8565b919091013560f81c82525060208082019290925260409081016000208151606081018352905463ffffffff811680835261ffff600160201b8304811695840195909552600160301b90910490931691810191909152845180519193509084908110611a1557611a156156d8565b602002602001015163ffffffff161115611b3b57611ab68e8e84818110611a3e57611a3e6156d8565b9050013560f81c60f81b60f81c84604001518481518110611a6157611a616156d8565b60200260200101513386602001518681518110611a8057611a806156d8565b60200260200101518d8d88818110611a9a57611a9a6156d8565b905060400201803603810190611ab0919061591d565b86613764565b611b3b898984818110611acb57611acb6156d8565b9050604002016020016020810190611ae39190614c27565b8f8f8590866001611af49190615856565b92611b019392919061586e565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250612ad992505050565b5080611b4681615704565b915050611988565b50505050505050505050505050565b600180546000919081161415611b855760405162461bcd60e51b8152600401610908906156a1565b6000611b913385612f6c565b90506000611bda33838b8b8b8b8080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508c9250613214915050565b51905060005b88811015611cc75760008a8a83818110611bfc57611bfc6156d8565b919091013560f81c600081815260976020526040902054855191935063ffffffff169150849084908110611c3257611c326156d8565b602002602001015163ffffffff161115611cb45760405162461bcd60e51b815260206004820152603960248201527f526567436f6f72642e72656769737465724f70657261746f723a206f7065726160448201527f746f7220636f756e742065786365656473206d6178696d756d000000000000006064820152608401610908565b5080611cbf81615704565b915050611be0565b50505050505050505050565b6060600082516001600160401b03811115611cf057611cf0614acb565b604051908082528060200260200182016040528015611d19578160200160208202803683370190505b50905060005b8351811015611d8457611d4b85858381518110611d3e57611d3e6156d8565b6020026020010151613a4f565b828281518110611d5d57611d5d6156d8565b63ffffffff9092166020928302919091019091015280611d7c81615704565b915050611d1f565b509392505050565b6001805460029081161415611db35760405162461bcd60e51b8152600401610908906156a1565b61166c3384848080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250612ad992505050565b611dfb6125af565b61166c838383613b76565b600054610100900460ff1615808015611e265750600054600160ff909116105b80611e405750303b158015611e40575060005460ff166001145b611ea35760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610908565b6000805460ff191660011790558015611ec6576000805461ff0019166101001790555b82518451148015611ed8575081518351145b611f375760405162461bcd60e51b815260206004820152602a60248201527f526567436f6f72642e696e697469616c697a653a20696e707574206c656e67746044820152690d040dad2e6dac2e8c6d60b31b6064820152608401610908565b611f4089612f1a565b611f4a8686613d82565b611f5388612713565b611f5c8761277c565b609c80546001818101835560008381527faf85b9071dfafeac1409d3f1d19bafc9bc7c37974cde8df0ee6168f0086e539c92830180546001600160a01b037f000000000000000000000000000000000000000000000000000000000000000081166001600160a01b03199283161790925585548085018755850180547f0000000000000000000000000000000000000000000000000000000000000000841690831617905585549384019095559190920180547f000000000000000000000000000000000000000000000000000000000000000090921691909316179091555b84518110156120ad5761209b85828151811061205a5761205a6156d8565b6020026020010151858381518110612074576120746156d8565b602002602001015185848151811061208e5761208e6156d8565b6020026020010151613b76565b806120a581615704565b91505061203c565b5080156120f4576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050505050505050565b6121076125af565b6001600160a01b03811661216c5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610908565b610c7581612f1a565b600060029054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156121c8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121ec919061571f565b6001600160a01b0316336001600160a01b03161461221c5760405162461bcd60e51b81526004016109089061573c565b60015419811960015419161461229a5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610908565b600181905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c90602001610e6e565b600081815260986020526040812054806122ee5750600092915050565b6000838152609860205260409020612307600183615939565b81548110612317576123176156d8565b600091825260209091200154600160401b90046001600160c01b03169392505050565b606060008061234884613e72565b61ffff166001600160401b0381111561236357612363614acb565b6040519080825280601f01601f19166020018201604052801561238d576020820181803683370190505b5090506000805b8251821080156123a5575061010081105b156123fc576001811b9350858416156123ec578060f81b8383815181106123ce576123ce6156d8565b60200101906001600160f81b031916908160001a9053508160010191505b6123f581615704565b9050612394565b5090949350505050565b60018260200151600281111561241e5761241e614d55565b1461242857505050565b81516040516333567f7f60e11b81526000906001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016906366acfefe9061247d9088908690889060040161599d565b6020604051808303816000875af115801561249c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124c091906159cd565b90506001600160c01b038116156124ec576124ec856124e7836001600160c01b031661233a565b612ad9565b5050505050565b6040516378219b3f60e11b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063f043367e9061254190859085906004016159f6565b600060405180830381600087803b15801561255b57600080fd5b505af115801561256f573d6000803e3d6000fd5b50505050817fec2963ab21c1e50e1e582aa542af2e4bf7bf38e6e1403c27b42e1c5d6e621eaa826040516125a39190615a0f565b60405180910390a25050565b336125b861181a565b6001600160a01b0316146117c35760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610908565b6001600160a01b03811661269c5760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610908565b600054604080516001600160a01b03620100009093048316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1600080546001600160a01b03909216620100000262010000600160b01b0319909216919091179055565b609d54604080516001600160a01b03928316815291831660208301527f315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c910160405180910390a1609d80546001600160a01b0319166001600160a01b0392909216919091179055565b609e54604080516001600160a01b03928316815291831660208301527f8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc9910160405180910390a1609e80546001600160a01b0319166001600160a01b0392909216919091179055565b6000610f046127f2613e9d565b8360405161190160f01b6020820152602281018390526042810182905260009060620160405160208183030381529060405280519060200120905092915050565b604080518082019091526000808252602082015260008080612863600080516020615ea083398151915286615a38565b90505b61286f81613fc4565b9093509150600080516020615ea08339815191528283098314156128a9576040805180820190915290815260208101919091529392505050565b600080516020615ea0833981519152600182089050612866565b6000806128cf84614046565b9050808360ff166001901b1161294d5760405162461bcd60e51b815260206004820152603f60248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206269746d61702065786365656473206d61782076616c7565006064820152608401610908565b9392505050565b60965460ff90811690821610610c755760405162461bcd60e51b815260206004820152602c60248201527f526567436f6f72642e71756f72756d4578697374733a2071756f72756d20646f60448201526b195cc81b9bdd08195e1a5cdd60a21b6064820152608401610908565b60ff8216600081815260976020908152604091829020845181548684018051888701805163ffffffff90951665ffffffffffff199094168417600160201b61ffff938416021767ffff0000000000001916600160301b95831695909502949094179094558551918252518316938101939093525116918101919091527f3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac906060016125a3565b609e546001600160a01b031633146117c35760405162461bcd60e51b815260206004820152602f60248201527f526567436f6f72642e6f6e6c79456a6563746f723a2063616c6c65722069732060448201526e3737ba103a34329032b532b1ba37b960891b6064820152608401610908565b6001600160a01b0382166000908152609960205260409020805460018083015460ff166002811115612b0d57612b0d614d55565b14612b805760405162461bcd60e51b815260206004820152603860248201527f526567436f6f72642e5f646572656769737465724f70657261746f723a206f7060448201527f657261746f72206973206e6f74207265676973746572656400000000000000006064820152608401610908565b609654600090612b9490859060ff166128c3565b90506000612ba1836122d1565b90506001600160c01b038216612c125760405162461bcd60e51b815260206004820152603060248201527f526567436f6f72642e5f646572656769737465724f70657261746f723a20626960448201526f0746d61702063616e6e6f7420626520360841b6064820152608401610908565b612c296001600160c01b0383811690831681161490565b612ca95760405162461bcd60e51b8152602060048201526044602482018190527f526567436f6f72642e5f646572656769737465724f70657261746f723a206f70908201527f657261746f72206973206e6f74207265676973746572656420666f722071756f60648201526372756d7360e01b608482015260a401610908565b6001600160c01b0382811619821616612cc284826141d3565b6001600160c01b038116612d915760018501805460ff191660021790556040516351b27a6d60e11b81526001600160a01b0388811660048301527f0000000000000000000000000000000000000000000000000000000000000000169063a364f4da90602401600060405180830381600087803b158015612d4257600080fd5b505af1158015612d56573d6000803e3d6000fd5b50506040518692506001600160a01b038a1691507f396fdcb180cb0fea26928113fb0fd1c3549863f9cd563e6a184f1d578116c8e490600090a35b60405163f4e24fe560e01b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063f4e24fe590612ddf908a908a90600401615a4c565b600060405180830381600087803b158015612df957600080fd5b505af1158015612e0d573d6000803e3d6000fd5b505060405163bd29b8cd60e01b81526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016925063bd29b8cd9150612e5f9087908a906004016159f6565b600060405180830381600087803b158015612e7957600080fd5b505af1158015612e8d573d6000803e3d6000fd5b505060405163bd29b8cd60e01b81526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016925063bd29b8cd9150612edf9087908a906004016159f6565b600060405180830381600087803b158015612ef957600080fd5b505af1158015612f0d573d6000803e3d6000fd5b5050505050505050505050565b606480546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6040516309aa152760e11b81526001600160a01b0383811660048301526000917f0000000000000000000000000000000000000000000000000000000000000000909116906313542a4e90602401602060405180830381865afa158015612fd7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612ffb9190615a70565b905080610f04577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663bf79ce58848461303c87610fb8565b6040518463ffffffff1660e01b815260040161305a93929190615a89565b6020604051808303816000875af1158015613079573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061294d9190615a70565b6020808201516000908152609a909152604090205460ff16156131385760405162461bcd60e51b815260206004820152604760248201527f526567436f6f72642e5f766572696679436875726e417070726f76657253696760448201527f6e61747572653a20636875726e417070726f7665722073616c7420616c726561606482015266191e481d5cd95960ca1b608482015260a401610908565b42816040015110156131c25760405162461bcd60e51b815260206004820152604760248201527f526567436f6f72642e5f766572696679436875726e417070726f76657253696760448201527f6e61747572653a20636875726e417070726f766572207369676e617475726520606482015266195e1c1a5c995960ca1b608482015260a401610908565b602080820180516000908152609a909252604091829020805460ff19166001179055609d549051918301516109ef926001600160a01b039092169161320d91889188918891906117c5565b8351614393565b61323860405180606001604052806060815260200160608152602001606081525090565b600061328086868080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152505060965460ff1691506128c39050565b9050600061328d886122d1565b90506001600160c01b0382166132fc5760405162461bcd60e51b815260206004820152602e60248201527f526567436f6f72642e5f72656769737465724f70657261746f723a206269746d60448201526d061702063616e6e6f7420626520360941b6064820152608401610908565b8082166001600160c01b03161561338c5760405162461bcd60e51b815260206004820152604860248201527f526567436f6f72642e5f72656769737465724f70657261746f723a206f70657260448201527f61746f7220616c7265616479207265676973746572656420666f7220736f6d656064820152672071756f72756d7360c01b608482015260a401610908565b60a0546001600160a01b038a166000908152609f60205260409020546001600160c01b03838116908516179142916133c49190615856565b106134375760405162461bcd60e51b815260206004820152603a60248201527f526567436f6f72642e5f72656769737465724f70657261746f723a206f70657260448201527f61746f722063616e6e6f742072657265676973746572207965740000000000006064820152608401610908565b61344189826141d3565b60016001600160a01b038b1660009081526099602052604090206001015460ff16600281111561347357613473614d55565b14613596576040805180820182528a8152600160208083018281526001600160a01b038f166000908152609990925293902082518155925183820180549394939192909160ff1916908360028111156134ce576134ce614d55565b021790555050604051639926ee7d60e01b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169150639926ee7d90613523908d908990600401615b08565b600060405180830381600087803b15801561353d57600080fd5b505af1158015613551573d6000803e3d6000fd5b5050505061355f89876124f3565b60405189906001600160a01b038c16907fe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe90600090a35b604051631fd93ca960e11b81526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690633fb27952906135e6908d908c908c90600401615b7c565b600060405180830381600087803b15801561360057600080fd5b505af1158015613614573d6000803e3d6000fd5b5050604051632550477760e01b81526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001692506325504777915061366a908d908d908d908d90600401615ba1565b6000604051808303816000875af1158015613689573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526136b19190810190615c2d565b60408087019190915260208601919091525162bff04d60e01b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169062bff04d9061370e908c908c908c90600401615c90565b6000604051808303816000875af115801561372d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526137559190810190615caa565b84525050509695505050505050565b6020808301516001600160a01b0380821660008181526099909452604090932054919290871614156137eb5760405162461bcd60e51b815260206004820152602a60248201527f526567436f6f72642e5f76616c6964617465436875726e3a2063616e6e6f742060448201526931b43ab9371039b2b63360b11b6064820152608401610908565b8760ff16846000015160ff161461386a5760405162461bcd60e51b815260206004820152603c60248201527f526567436f6f72642e5f76616c6964617465436875726e3a2071756f72756d4e60448201527f756d626572206e6f74207468652073616d65206173207369676e6564000000006064820152608401610908565b604051635401ed2760e01b81526004810182905260ff891660248201526000907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690635401ed2790604401602060405180830381865afa1580156138db573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906138ff9190615d43565b905061390b818561454d565b6001600160601b0316866001600160601b0316116139a55760405162461bcd60e51b815260206004820152604b60248201527f526567436f6f72642e5f76616c6964617465436875726e3a20696e636f6d696e60448201527f67206f70657261746f722068617320696e73756666696369656e74207374616b60648201526a32903337b91031b43ab93760a91b608482015260a401610908565b6139af8885614571565b6001600160601b0316816001600160601b0316106120f45760405162461bcd60e51b815260206004820152605160248201527f526567436f6f72642e5f76616c6964617465436875726e3a2063616e6e6f742060448201527f6b69636b206f70657261746f722077697468206d6f7265207468616e206b69636064820152706b424950734f66546f74616c5374616b6560781b608482015260a401610908565b600081815260986020526040812054815b81811015613ae1576001613a748284615939565b613a7e9190615939565b92508463ffffffff16609860008681526020019081526020016000208463ffffffff1681548110613ab157613ab16156d8565b60009182526020909120015463ffffffff1611613acf575050610f04565b80613ad981615704565b915050613a60565b5060405162461bcd60e51b815260206004820152605e60248201527f526567436f6f72642e67657451756f72756d4269746d6170496e64657841744260448201527f6c6f636b4e756d6265723a206e6f206269746d61702075706461746520666f7560648201527f6e6420666f72206f70657261746f7220617420626c6f636b4e756d6265720000608482015260a401610908565b60965460ff1660c08110613bdf5760405162461bcd60e51b815260206004820152602a60248201527f526567436f6f72642e63726561746551756f72756d3a206d61782071756f72756044820152691b5cc81c995858da195960b21b6064820152608401610908565b613bea816001615d60565b6096805460ff191660ff9290921691909117905580613c0981866129c1565b60405160016296b58960e01b031981526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063ff694a7790613c5c90849088908890600401615d85565b600060405180830381600087803b158015613c7657600080fd5b505af1158015613c8a573d6000803e3d6000fd5b505060405163136ca0f960e11b815260ff841660048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031692506326d941f29150602401600060405180830381600087803b158015613cf257600080fd5b505af1158015613d06573d6000803e3d6000fd5b505060405163136ca0f960e11b815260ff841660048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031692506326d941f29150602401600060405180830381600087803b158015613d6e57600080fd5b505af11580156120f4573d6000803e3d6000fd5b6000546201000090046001600160a01b0316158015613da957506001600160a01b03821615155b613e2b5760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610908565b600181905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2613e6e8261260e565b5050565b6000805b8215610f0457613e87600184615939565b9092169180613e9581615dfe565b915050613e76565b6000306001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016148015613ef657507f000000000000000000000000000000000000000000000000000000000000000046145b15613f2057507f000000000000000000000000000000000000000000000000000000000000000090565b50604080517f00000000000000000000000000000000000000000000000000000000000000006020808301919091527f0000000000000000000000000000000000000000000000000000000000000000828401527f000000000000000000000000000000000000000000000000000000000000000060608301524660808301523060a0808401919091528351808403909101815260c0909201909252805191012090565b60008080600080516020615ea08339815191526003600080516020615ea083398151915286600080516020615ea083398151915288890909089050600061403a827f0c19139cb84c680a6e14116da060561765e05aa45a1c72a34f082305b61f3f52600080516020615ea083398151915261458b565b91959194509092505050565b6000610100825111156140cf5760405162461bcd60e51b8152602060048201526044602482018190527f4269746d61705574696c732e6f72646572656442797465734172726179546f42908201527f69746d61703a206f7264657265644279746573417272617920697320746f6f206064820152636c6f6e6760e01b608482015260a401610908565b81516140dd57506000919050565b600080836000815181106140f3576140f36156d8565b0160200151600160f89190911c81901b92505b84518110156141ca57848181518110614121576141216156d8565b0160200151600160f89190911c1b91508282116141b65760405162461bcd60e51b815260206004820152604760248201527f4269746d61705574696c732e6f72646572656442797465734172726179546f4260448201527f69746d61703a206f72646572656442797465734172726179206973206e6f74206064820152661bdc99195c995960ca1b608482015260a401610908565b918117916141c381615704565b9050614106565b50909392505050565b60008281526098602052604090205480614278576000838152609860209081526040808320815160608101835263ffffffff43811682528185018681526001600160c01b03808a16958401958652845460018101865594885295909620915191909201805495519351909416600160401b026001600160401b03938316600160201b0267ffffffffffffffff1990961691909216179390931716919091179055505050565b6000838152609860205260408120614291600184615939565b815481106142a1576142a16156d8565b600091825260209091200180549091504363ffffffff908116911614156142e55780546001600160401b0316600160401b6001600160c01b038516021781556109ef565b805463ffffffff438116600160201b81810267ffffffff0000000019909416939093178455600087815260986020908152604080832081516060810183529485528483018481526001600160c01b03808c1693870193845282546001810184559286529390942094519401805493519151909216600160401b026001600160401b0391861690960267ffffffffffffffff199093169390941692909217179190911691909117905550505050565b6001600160a01b0383163b156144ad57604051630b135d3f60e11b808252906001600160a01b03851690631626ba7e906143d390869086906004016159f6565b602060405180830381865afa1580156143f0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906144149190615e20565b6001600160e01b0319161461166c5760405162461bcd60e51b815260206004820152605360248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a2045524331323731207369676e6174757265206064820152721d995c9a599a58d85d1a5bdb8819985a5b1959606a1b608482015260a401610908565b826001600160a01b03166144c1838361463a565b6001600160a01b03161461166c5760405162461bcd60e51b815260206004820152604760248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a207369676e6174757265206e6f742066726f6d6064820152661039b4b3b732b960c91b608482015260a401610908565b6020810151600090612710906145679061ffff1685615e4a565b61294d9190615e79565b6040810151600090612710906145679061ffff1685615e4a565b6000806145966149a7565b61459e6149c5565b602080825281810181905260408201819052606082018890526080820187905260a082018690528260c08360056107d05a03fa92508280156145df576145e1565bfe5b508261462f5760405162461bcd60e51b815260206004820152601a60248201527f424e3235342e6578704d6f643a2063616c6c206661696c7572650000000000006044820152606401610908565b505195945050505050565b60008060006146498585614656565b91509150611d84816146c6565b60008082516041141561468d5760208301516040840151606085015160001a61468187828585614881565b945094505050506146bf565b8251604014156146b757602083015160408401516146ac86838361496e565b9350935050506146bf565b506000905060025b9250929050565b60008160048111156146da576146da614d55565b14156146e35750565b60018160048111156146f7576146f7614d55565b14156147455760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606401610908565b600281600481111561475957614759614d55565b14156147a75760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606401610908565b60038160048111156147bb576147bb614d55565b14156148145760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b6064820152608401610908565b600481600481111561482857614828614d55565b1415610c755760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b6064820152608401610908565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08311156148b85750600090506003614965565b8460ff16601b141580156148d057508460ff16601c14155b156148e15750600090506004614965565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015614935573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b03811661495e57600060019250925050614965565b9150600090505b94509492505050565b6000806001600160ff1b0383168161498b60ff86901c601b615856565b905061499987828885614881565b935093505050935093915050565b60405180602001604052806001906020820280368337509192915050565b6040518060c001604052806006906020820280368337509192915050565b60008083601f8401126149f557600080fd5b5081356001600160401b03811115614a0c57600080fd5b6020830191508360208260051b85010111156146bf57600080fd5b60008060208385031215614a3a57600080fd5b82356001600160401b03811115614a5057600080fd5b614a5c858286016149e3565b90969095509350505050565b600060208284031215614a7a57600080fd5b5035919050565b63ffffffff81168114610c7557600080fd5b600080600060608486031215614aa857600080fd5b833592506020840135614aba81614a81565b929592945050506040919091013590565b634e487b7160e01b600052604160045260246000fd5b604051606081016001600160401b0381118282101715614b0357614b03614acb565b60405290565b604080519081016001600160401b0381118282101715614b0357614b03614acb565b604051601f8201601f191681016001600160401b0381118282101715614b5357614b53614acb565b604052919050565b60006001600160401b03831115614b7457614b74614acb565b614b87601f8401601f1916602001614b2b565b9050828152838383011115614b9b57600080fd5b828260208301376000602084830101529392505050565b600060208284031215614bc457600080fd5b81356001600160401b03811115614bda57600080fd5b8201601f81018413614beb57600080fd5b614bfa84823560208401614b5b565b949350505050565b6001600160a01b0381168114610c7557600080fd5b8035614c2281614c02565b919050565b600060208284031215614c3957600080fd5b813561294d81614c02565b60008060408385031215614c5757600080fd5b50508035926020909101359150565b803560ff81168114614c2257600080fd5b600060208284031215614c8957600080fd5b61294d82614c66565b815181526020808301519082015260408101610f04565b60008083601f840112614cbb57600080fd5b5081356001600160401b03811115614cd257600080fd5b6020830191508360208285010111156146bf57600080fd5b60008060008060408587031215614d0057600080fd5b84356001600160401b0380821115614d1757600080fd5b614d23888389016149e3565b90965094506020870135915080821115614d3c57600080fd5b50614d4987828801614ca9565b95989497509550505050565b634e487b7160e01b600052602160045260246000fd5b60038110614d8957634e487b7160e01b600052602160045260246000fd5b9052565b815181526020808301516040830191614da890840182614d6b565b5092915050565b803561ffff81168114614c2257600080fd5b600060608284031215614dd357600080fd5b614ddb614ae1565b90508135614de881614a81565b8152614df660208301614daf565b6020820152614e0760408301614daf565b604082015292915050565b60008060808385031215614e2557600080fd5b614e2e83614c66565b9150614e3d8460208501614dc1565b90509250929050565b600080600060408486031215614e5b57600080fd5b8335614e6681614c02565b925060208401356001600160401b03811115614e8157600080fd5b614e8d86828701614ca9565b9497909650939450505050565b60006001600160401b03821115614eb357614eb3614acb565b5060051b60200190565b600060408284031215614ecf57600080fd5b614ed7614b09565b9050614ee282614c66565b81526020820135614ef281614c02565b602082015292915050565b600080600080600060a08688031215614f1557600080fd5b8535614f2081614c02565b945060208681013594506040808801356001600160401b03811115614f4457600080fd5b8801601f81018a13614f5557600080fd5b8035614f68614f6382614e9a565b614b2b565b81815260069190911b8201840190848101908c831115614f8757600080fd5b928501925b82841015614fad57614f9e8d85614ebd565b82529284019290850190614f8c565b999c989b5098996060810135995060800135979650505050505050565b60006101008284031215614fdd57600080fd5b50919050565b60008083601f840112614ff557600080fd5b5081356001600160401b0381111561500c57600080fd5b6020830191508360208260061b85010111156146bf57600080fd5b60006060828403121561503957600080fd5b615041614ae1565b905081356001600160401b0381111561505957600080fd5b8201601f8101841361506a57600080fd5b61507984823560208401614b5b565b825250602082013560208201526040820135604082015292915050565b60008060008060008060008060006101a08a8c0312156150b557600080fd5b89356001600160401b03808211156150cc57600080fd5b6150d88d838e01614ca9565b909b50995060208c01359150808211156150f157600080fd5b6150fd8d838e01614ca9565b90995097508791506151128d60408e01614fca565b96506101408c013591508082111561512957600080fd5b6151358d838e01614fe3565b90965094506101608c013591508082111561514f57600080fd5b61515b8d838e01615027565b93506101808c013591508082111561517257600080fd5b5061517f8c828d01615027565b9150509295985092959850929598565b60008060008060008061016087890312156151a957600080fd5b86356001600160401b03808211156151c057600080fd5b6151cc8a838b01614ca9565b909850965060208901359150808211156151e557600080fd5b6151f18a838b01614ca9565b90965094508491506152068a60408b01614fca565b935061014089013591508082111561521d57600080fd5b5061522a89828a01615027565b9150509295509295509295565b6000806040838503121561524a57600080fd5b823561525581614a81565b91506020838101356001600160401b0381111561527157600080fd5b8401601f8101861361528257600080fd5b8035615290614f6382614e9a565b81815260059190911b820183019083810190888311156152af57600080fd5b928401925b828410156152cd578335825292840192908401906152b4565b80955050505050509250929050565b6020808252825182820181905260009190848201906040850190845b8181101561531a57835163ffffffff16835292840192918401916001016152f8565b50909695505050505050565b6000806020838503121561533957600080fd5b82356001600160401b0381111561534f57600080fd5b614a5c85828601614ca9565b6001600160601b0381168114610c7557600080fd5b600082601f83011261538157600080fd5b81356020615391614f6383614e9a565b82815260069290921b840181019181810190868411156153b057600080fd5b8286015b8481101561540157604081890312156153cd5760008081fd5b6153d5614b09565b81356153e081614c02565b8152818501356153ef8161535b565b818601528352918301916040016153b4565b509695505050505050565b600080600060a0848603121561542157600080fd5b61542b8585614dc1565b9250606084013561543b8161535b565b915060808401356001600160401b0381111561545657600080fd5b61546286828701615370565b9150509250925092565b600082601f83011261547d57600080fd5b8135602061548d614f6383614e9a565b828152606092830285018201928282019190878511156154ac57600080fd5b8387015b858110156154cf576154c28982614dc1565b84529284019281016154b0565b5090979650505050505050565b600082601f8301126154ed57600080fd5b813560206154fd614f6383614e9a565b82815260059290921b8401810191818101908684111561551c57600080fd5b8286015b848110156154015780356155338161535b565b8352918301918301615520565b600082601f83011261555157600080fd5b81356020615561614f6383614e9a565b82815260059290921b8401810191818101908684111561558057600080fd5b8286015b848110156154015780356001600160401b038111156155a35760008081fd5b6155b18986838b0101615370565b845250918301918301615584565b600080600080600080600080610100898b0312156155dc57600080fd5b6155e589614c17565b97506155f360208a01614c17565b965061560160408a01614c17565b955061560f60608a01614c17565b94506080890135935060a08901356001600160401b038082111561563257600080fd5b61563e8c838d0161546c565b945060c08b013591508082111561565457600080fd5b6156608c838d016154dc565b935060e08b013591508082111561567657600080fd5b506156838b828c01615540565b9150509295985092959890939650565b60208101610f048284614d6b565b60208082526019908201527f5061757361626c653a20696e6465782069732070617573656400000000000000604082015260600190565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b6000600019821415615718576157186156ee565b5060010190565b60006020828403121561573157600080fd5b815161294d81614c02565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b60006020828403121561579857600080fd5b8151801515811461294d57600080fd5b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b6000808335601e1984360301811261580757600080fd5b8301803591506001600160401b0382111561582157600080fd5b6020019150600581901b36038213156146bf57600080fd5b60006020828403121561584b57600080fd5b815161294d81614a81565b60008219821115615869576158696156ee565b500190565b6000808585111561587e57600080fd5b8386111561588b57600080fd5b5050820193919092039150565b600060c08201888352602060018060a01b03808a16828601526040898187015260c0606087015283895180865260e088019150848b01955060005b818110156158fd578651805160ff16845286015185168684015295850195918301916001016158d3565b505060808701989098525050505060a09091019190915250949350505050565b60006040828403121561592f57600080fd5b61294d8383614ebd565b60008282101561594b5761594b6156ee565b500390565b6000815180845260005b818110156159765760208185018101518683018201520161595a565b81811115615988576000602083870101525b50601f01601f19169290920160200192915050565b60018060a01b03841681528260208201526060604082015260006159c46060830184615950565b95945050505050565b6000602082840312156159df57600080fd5b81516001600160c01b038116811461294d57600080fd5b828152604060208201526000614bfa6040830184615950565b60208152600061294d6020830184615950565b634e487b7160e01b600052601260045260246000fd5b600082615a4757615a47615a22565b500690565b6001600160a01b0383168152604060208201819052600090614bfa90830184615950565b600060208284031215615a8257600080fd5b5051919050565b6001600160a01b03841681526101608101615ab1602083018580358252602090810135910152565b615acb606083016040860180358252602090810135910152565b60406080850160a084013760e0820160008152604060c0860182375060006101208301908152835190526020909201516101409091015292915050565b60018060a01b0383168152604060208201526000825160606040840152615b3260a0840182615950565b90506020840151606084015260408401516080840152809150509392505050565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6001600160a01b03841681526040602082018190526000906159c49083018486615b53565b60018060a01b0385168152836020820152606060408201526000611805606083018486615b53565b600082601f830112615bda57600080fd5b81516020615bea614f6383614e9a565b82815260059290921b84018101918181019086841115615c0957600080fd5b8286015b84811015615401578051615c208161535b565b8352918301918301615c0d565b60008060408385031215615c4057600080fd5b82516001600160401b0380821115615c5757600080fd5b615c6386838701615bc9565b93506020850151915080821115615c7957600080fd5b50615c8685828601615bc9565b9150509250929050565b8381526040602082015260006159c4604083018486615b53565b60006020808385031215615cbd57600080fd5b82516001600160401b03811115615cd357600080fd5b8301601f81018513615ce457600080fd5b8051615cf2614f6382614e9a565b81815260059190911b82018301908381019087831115615d1157600080fd5b928401925b82841015615d38578351615d2981614a81565b82529284019290840190615d16565b979650505050505050565b600060208284031215615d5557600080fd5b815161294d8161535b565b600060ff821660ff84168060ff03821115615d7d57615d7d6156ee565b019392505050565b60006060820160ff8616835260206001600160601b03808716828601526040606081870152838751808652608088019150848901955060005b81811015615dee57865180516001600160a01b031684528601518516868401529585019591830191600101615dbe565b50909a9950505050505050505050565b600061ffff80831681811415615e1657615e166156ee565b6001019392505050565b600060208284031215615e3257600080fd5b81516001600160e01b03198116811461294d57600080fd5b60006001600160601b0380831681851681830481118215151615615e7057615e706156ee565b02949350505050565b60006001600160601b0380841680615e9357615e93615a22565b9216919091049291505056fe30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47526567436f6f72642e7570646174654f70657261746f7273466f7251756f7275a2646970667358221220307187e79582c006632779f3f22aae3770293ab464d35484326624b926c86eaa64736f6c634300080c0033",
}
⋮----
// ContractRegistryCoordinatorABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractRegistryCoordinatorMetaData.ABI instead.
var ContractRegistryCoordinatorABI = ContractRegistryCoordinatorMetaData.ABI
⋮----
// ContractRegistryCoordinatorBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractRegistryCoordinatorMetaData.Bin instead.
var ContractRegistryCoordinatorBin = ContractRegistryCoordinatorMetaData.Bin
⋮----
// DeployContractRegistryCoordinator deploys a new Ethereum contract, binding an instance of ContractRegistryCoordinator to it.
func DeployContractRegistryCoordinator(auth *bind.TransactOpts, backend bind.ContractBackend, _serviceManager common.Address, _stakeRegistry common.Address, _blsApkRegistry common.Address, _indexRegistry common.Address, _socketRegistry common.Address) (common.Address, *types.Transaction, *ContractRegistryCoordinator, error)
⋮----
// ContractRegistryCoordinatorMethods is an auto generated interface around an Ethereum contract.
type ContractRegistryCoordinatorMethods interface {
	ContractRegistryCoordinatorCalls
	ContractRegistryCoordinatorTransacts
	ContractRegistryCoordinatorFilters
}
⋮----
// ContractRegistryCoordinatorCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractRegistryCoordinatorCalls interface {
	OPERATORCHURNAPPROVALTYPEHASH(opts *bind.CallOpts) ([32]byte, error)

	PUBKEYREGISTRATIONTYPEHASH(opts *bind.CallOpts) ([32]byte, error)

	BlsApkRegistry(opts *bind.CallOpts) (common.Address, error)

	CalculateOperatorChurnApprovalDigestHash(opts *bind.CallOpts, registeringOperator common.Address, registeringOperatorId [32]byte, operatorKickParams []IRegistryCoordinatorOperatorKickParam, salt [32]byte, expiry *big.Int) ([32]byte, error)

	ChurnApprover(opts *bind.CallOpts) (common.Address, error)

	EjectionCooldown(opts *bind.CallOpts) (*big.Int, error)

	Ejector(opts *bind.CallOpts) (common.Address, error)

	GetCurrentQuorumBitmap(opts *bind.CallOpts, operatorId [32]byte) (*big.Int, error)

	GetOperator(opts *bind.CallOpts, operator common.Address) (IRegistryCoordinatorOperatorInfo, error)

	GetOperatorFromId(opts *bind.CallOpts, operatorId [32]byte) (common.Address, error)

	GetOperatorId(opts *bind.CallOpts, operator common.Address) ([32]byte, error)

	GetOperatorSetParams(opts *bind.CallOpts, quorumNumber uint8) (IRegistryCoordinatorOperatorSetParam, error)

	GetOperatorStatus(opts *bind.CallOpts, operator common.Address) (uint8, error)

	GetQuorumBitmapAtBlockNumberByIndex(opts *bind.CallOpts, operatorId [32]byte, blockNumber uint32, index *big.Int) (*big.Int, error)

	GetQuorumBitmapHistoryLength(opts *bind.CallOpts, operatorId [32]byte) (*big.Int, error)

	GetQuorumBitmapIndicesAtBlockNumber(opts *bind.CallOpts, blockNumber uint32, operatorIds [][32]byte) ([]uint32, error)

	GetQuorumBitmapUpdateByIndex(opts *bind.CallOpts, operatorId [32]byte, index *big.Int) (IRegistryCoordinatorQuorumBitmapUpdate, error)

	IndexRegistry(opts *bind.CallOpts) (common.Address, error)

	IsChurnApproverSaltUsed(opts *bind.CallOpts, arg0 [32]byte) (bool, error)

	LastEjectionTimestamp(opts *bind.CallOpts, arg0 common.Address) (*big.Int, error)

	NumRegistries(opts *bind.CallOpts) (*big.Int, error)

	Owner(opts *bind.CallOpts) (common.Address, error)

	Paused(opts *bind.CallOpts, index uint8) (bool, error)

	Paused0(opts *bind.CallOpts) (*big.Int, error)

	PauserRegistry(opts *bind.CallOpts) (common.Address, error)

	PubkeyRegistrationMessageHash(opts *bind.CallOpts, operator common.Address) (BN254G1Point, error)

	QuorumCount(opts *bind.CallOpts) (uint8, error)

	QuorumUpdateBlockNumber(opts *bind.CallOpts, arg0 uint8) (*big.Int, error)

	Registries(opts *bind.CallOpts, arg0 *big.Int) (common.Address, error)

	ServiceManager(opts *bind.CallOpts) (common.Address, error)

	SocketRegistry(opts *bind.CallOpts) (common.Address, error)

	StakeRegistry(opts *bind.CallOpts) (common.Address, error)
}
⋮----
// ContractRegistryCoordinatorTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractRegistryCoordinatorTransacts interface {
	CreateQuorum(opts *bind.TransactOpts, operatorSetParams IRegistryCoordinatorOperatorSetParam, minimumStake *big.Int, strategyParams []IStakeRegistryStrategyParams) (*types.Transaction, error)

	DeregisterOperator(opts *bind.TransactOpts, quorumNumbers []byte) (*types.Transaction, error)

	EjectOperator(opts *bind.TransactOpts, operator common.Address, quorumNumbers []byte) (*types.Transaction, error)

	Initialize(opts *bind.TransactOpts, _initialOwner common.Address, _churnApprover common.Address, _ejector common.Address, _pauserRegistry common.Address, _initialPausedStatus *big.Int, _operatorSetParams []IRegistryCoordinatorOperatorSetParam, _minimumStakes []*big.Int, _strategyParams [][]IStakeRegistryStrategyParams) (*types.Transaction, error)

	Pause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)

	PauseAll(opts *bind.TransactOpts) (*types.Transaction, error)

	RegisterOperator(opts *bind.TransactOpts, quorumNumbers []byte, socket string, params IBLSApkRegistryPubkeyRegistrationParams, operatorSignature ISignatureUtilsSignatureWithSaltAndExpiry) (*types.Transaction, error)

	RegisterOperatorWithChurn(opts *bind.TransactOpts, quorumNumbers []byte, socket string, params IBLSApkRegistryPubkeyRegistrationParams, operatorKickParams []IRegistryCoordinatorOperatorKickParam, churnApproverSignature ISignatureUtilsSignatureWithSaltAndExpiry, operatorSignature ISignatureUtilsSignatureWithSaltAndExpiry) (*types.Transaction, error)

	RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

	SetChurnApprover(opts *bind.TransactOpts, _churnApprover common.Address) (*types.Transaction, error)

	SetEjectionCooldown(opts *bind.TransactOpts, _ejectionCooldown *big.Int) (*types.Transaction, error)

	SetEjector(opts *bind.TransactOpts, _ejector common.Address) (*types.Transaction, error)

	SetOperatorSetParams(opts *bind.TransactOpts, quorumNumber uint8, operatorSetParams IRegistryCoordinatorOperatorSetParam) (*types.Transaction, error)

	SetPauserRegistry(opts *bind.TransactOpts, newPauserRegistry common.Address) (*types.Transaction, error)

	TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)

	Unpause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)

	UpdateOperators(opts *bind.TransactOpts, operators []common.Address) (*types.Transaction, error)

	UpdateOperatorsForQuorum(opts *bind.TransactOpts, operatorsPerQuorum [][]common.Address, quorumNumbers []byte) (*types.Transaction, error)

	UpdateSocket(opts *bind.TransactOpts, socket string) (*types.Transaction, error)
}
⋮----
// ContractRegistryCoordinatorFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractRegistryCoordinatorFilters interface {
	FilterChurnApproverUpdated(opts *bind.FilterOpts) (*ContractRegistryCoordinatorChurnApproverUpdatedIterator, error)
	WatchChurnApproverUpdated(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorChurnApproverUpdated) (event.Subscription, error)
	ParseChurnApproverUpdated(log types.Log) (*ContractRegistryCoordinatorChurnApproverUpdated, error)

	FilterEjectorUpdated(opts *bind.FilterOpts) (*ContractRegistryCoordinatorEjectorUpdatedIterator, error)
	WatchEjectorUpdated(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorEjectorUpdated) (event.Subscription, error)
	ParseEjectorUpdated(log types.Log) (*ContractRegistryCoordinatorEjectorUpdated, error)

	FilterInitialized(opts *bind.FilterOpts) (*ContractRegistryCoordinatorInitializedIterator, error)
	WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorInitialized) (event.Subscription, error)
	ParseInitialized(log types.Log) (*ContractRegistryCoordinatorInitialized, error)

	FilterOperatorDeregistered(opts *bind.FilterOpts, operator []common.Address, operatorId [][32]byte) (*ContractRegistryCoordinatorOperatorDeregisteredIterator, error)
	WatchOperatorDeregistered(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorOperatorDeregistered, operator []common.Address, operatorId [][32]byte) (event.Subscription, error)
	ParseOperatorDeregistered(log types.Log) (*ContractRegistryCoordinatorOperatorDeregistered, error)

	FilterOperatorRegistered(opts *bind.FilterOpts, operator []common.Address, operatorId [][32]byte) (*ContractRegistryCoordinatorOperatorRegisteredIterator, error)
	WatchOperatorRegistered(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorOperatorRegistered, operator []common.Address, operatorId [][32]byte) (event.Subscription, error)
	ParseOperatorRegistered(log types.Log) (*ContractRegistryCoordinatorOperatorRegistered, error)

	FilterOperatorSetParamsUpdated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractRegistryCoordinatorOperatorSetParamsUpdatedIterator, error)
	WatchOperatorSetParamsUpdated(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorOperatorSetParamsUpdated, quorumNumber []uint8) (event.Subscription, error)
	ParseOperatorSetParamsUpdated(log types.Log) (*ContractRegistryCoordinatorOperatorSetParamsUpdated, error)

	FilterOperatorSocketUpdate(opts *bind.FilterOpts, operatorId [][32]byte) (*ContractRegistryCoordinatorOperatorSocketUpdateIterator, error)
	WatchOperatorSocketUpdate(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorOperatorSocketUpdate, operatorId [][32]byte) (event.Subscription, error)
	ParseOperatorSocketUpdate(log types.Log) (*ContractRegistryCoordinatorOperatorSocketUpdate, error)

	FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractRegistryCoordinatorOwnershipTransferredIterator, error)
	WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
	ParseOwnershipTransferred(log types.Log) (*ContractRegistryCoordinatorOwnershipTransferred, error)

	FilterPaused(opts *bind.FilterOpts, account []common.Address) (*ContractRegistryCoordinatorPausedIterator, error)
	WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorPaused, account []common.Address) (event.Subscription, error)
	ParsePaused(log types.Log) (*ContractRegistryCoordinatorPaused, error)

	FilterPauserRegistrySet(opts *bind.FilterOpts) (*ContractRegistryCoordinatorPauserRegistrySetIterator, error)
	WatchPauserRegistrySet(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorPauserRegistrySet) (event.Subscription, error)
	ParsePauserRegistrySet(log types.Log) (*ContractRegistryCoordinatorPauserRegistrySet, error)

	FilterQuorumBlockNumberUpdated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractRegistryCoordinatorQuorumBlockNumberUpdatedIterator, error)
	WatchQuorumBlockNumberUpdated(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorQuorumBlockNumberUpdated, quorumNumber []uint8) (event.Subscription, error)
	ParseQuorumBlockNumberUpdated(log types.Log) (*ContractRegistryCoordinatorQuorumBlockNumberUpdated, error)

	FilterUnpaused(opts *bind.FilterOpts, account []common.Address) (*ContractRegistryCoordinatorUnpausedIterator, error)
	WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorUnpaused, account []common.Address) (event.Subscription, error)
	ParseUnpaused(log types.Log) (*ContractRegistryCoordinatorUnpaused, error)
}
⋮----
// ContractRegistryCoordinator is an auto generated Go binding around an Ethereum contract.
type ContractRegistryCoordinator struct {
	ContractRegistryCoordinatorCaller     // Read-only binding to the contract
	ContractRegistryCoordinatorTransactor // Write-only binding to the contract
	ContractRegistryCoordinatorFilterer   // Log filterer for contract events
}
⋮----
ContractRegistryCoordinatorCaller     // Read-only binding to the contract
ContractRegistryCoordinatorTransactor // Write-only binding to the contract
ContractRegistryCoordinatorFilterer   // Log filterer for contract events
⋮----
// ContractRegistryCoordinator implements the ContractRegistryCoordinatorMethods interface.
var _ ContractRegistryCoordinatorMethods = (*ContractRegistryCoordinator)(nil)
⋮----
// ContractRegistryCoordinatorCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractRegistryCoordinatorCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractRegistryCoordinatorCaller implements the ContractRegistryCoordinatorCalls interface.
var _ ContractRegistryCoordinatorCalls = (*ContractRegistryCoordinatorCaller)(nil)
⋮----
// ContractRegistryCoordinatorTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractRegistryCoordinatorTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractRegistryCoordinatorTransactor implements the ContractRegistryCoordinatorTransacts interface.
var _ ContractRegistryCoordinatorTransacts = (*ContractRegistryCoordinatorTransactor)(nil)
⋮----
// ContractRegistryCoordinatorFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractRegistryCoordinatorFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractRegistryCoordinatorFilterer implements the ContractRegistryCoordinatorFilters interface.
var _ ContractRegistryCoordinatorFilters = (*ContractRegistryCoordinatorFilterer)(nil)
⋮----
// ContractRegistryCoordinatorSession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractRegistryCoordinatorSession struct {
	Contract     *ContractRegistryCoordinator // Generic contract binding to set the session for
	CallOpts     bind.CallOpts                // Call options to use throughout this session
	TransactOpts bind.TransactOpts            // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractRegistryCoordinator // Generic contract binding to set the session for
CallOpts     bind.CallOpts                // Call options to use throughout this session
TransactOpts bind.TransactOpts            // Transaction auth options to use throughout this session
⋮----
// ContractRegistryCoordinatorCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractRegistryCoordinatorCallerSession struct {
	Contract *ContractRegistryCoordinatorCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                      // Call options to use throughout this session
}
⋮----
Contract *ContractRegistryCoordinatorCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                      // Call options to use throughout this session
⋮----
// ContractRegistryCoordinatorTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractRegistryCoordinatorTransactorSession struct {
	Contract     *ContractRegistryCoordinatorTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                      // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractRegistryCoordinatorTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                      // Transaction auth options to use throughout this session
⋮----
// ContractRegistryCoordinatorRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractRegistryCoordinatorRaw struct {
	Contract *ContractRegistryCoordinator // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractRegistryCoordinator // Generic contract binding to access the raw methods on
⋮----
// ContractRegistryCoordinatorCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractRegistryCoordinatorCallerRaw struct {
	Contract *ContractRegistryCoordinatorCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractRegistryCoordinatorCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractRegistryCoordinatorTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractRegistryCoordinatorTransactorRaw struct {
	Contract *ContractRegistryCoordinatorTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractRegistryCoordinatorTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractRegistryCoordinator creates a new instance of ContractRegistryCoordinator, bound to a specific deployed contract.
func NewContractRegistryCoordinator(address common.Address, backend bind.ContractBackend) (*ContractRegistryCoordinator, error)
⋮----
// NewContractRegistryCoordinatorCaller creates a new read-only instance of ContractRegistryCoordinator, bound to a specific deployed contract.
func NewContractRegistryCoordinatorCaller(address common.Address, caller bind.ContractCaller) (*ContractRegistryCoordinatorCaller, error)
⋮----
// NewContractRegistryCoordinatorTransactor creates a new write-only instance of ContractRegistryCoordinator, bound to a specific deployed contract.
func NewContractRegistryCoordinatorTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractRegistryCoordinatorTransactor, error)
⋮----
// NewContractRegistryCoordinatorFilterer creates a new log filterer instance of ContractRegistryCoordinator, bound to a specific deployed contract.
func NewContractRegistryCoordinatorFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractRegistryCoordinatorFilterer, error)
⋮----
// bindContractRegistryCoordinator binds a generic wrapper to an already deployed contract.
func bindContractRegistryCoordinator(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// OPERATORCHURNAPPROVALTYPEHASH is a free data retrieval call binding the contract method 0xca0de882.
//
// Solidity: function OPERATOR_CHURN_APPROVAL_TYPEHASH() view returns(bytes32)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) OPERATORCHURNAPPROVALTYPEHASH(opts *bind.CallOpts) ([32]byte, error)
⋮----
var out []interface{}
⋮----
// PUBKEYREGISTRATIONTYPEHASH is a free data retrieval call binding the contract method 0x9feab859.
⋮----
// Solidity: function PUBKEY_REGISTRATION_TYPEHASH() view returns(bytes32)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) PUBKEYREGISTRATIONTYPEHASH(opts *bind.CallOpts) ([32]byte, error)
⋮----
// BlsApkRegistry is a free data retrieval call binding the contract method 0x5df45946.
⋮----
// Solidity: function blsApkRegistry() view returns(address)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) BlsApkRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// CalculateOperatorChurnApprovalDigestHash is a free data retrieval call binding the contract method 0x84ca5213.
⋮----
// Solidity: function calculateOperatorChurnApprovalDigestHash(address registeringOperator, bytes32 registeringOperatorId, (uint8,address)[] operatorKickParams, bytes32 salt, uint256 expiry) view returns(bytes32)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) CalculateOperatorChurnApprovalDigestHash(opts *bind.CallOpts, registeringOperator common.Address, registeringOperatorId [32]byte, operatorKickParams []IRegistryCoordinatorOperatorKickParam, salt [32]byte, expiry *big.Int) ([32]byte, error)
⋮----
// ChurnApprover is a free data retrieval call binding the contract method 0x054310e6.
⋮----
// Solidity: function churnApprover() view returns(address)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) ChurnApprover(opts *bind.CallOpts) (common.Address, error)
⋮----
// EjectionCooldown is a free data retrieval call binding the contract method 0xa96f783e.
⋮----
// Solidity: function ejectionCooldown() view returns(uint256)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) EjectionCooldown(opts *bind.CallOpts) (*big.Int, error)
⋮----
// Ejector is a free data retrieval call binding the contract method 0x28f61b31.
⋮----
// Solidity: function ejector() view returns(address)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) Ejector(opts *bind.CallOpts) (common.Address, error)
⋮----
// GetCurrentQuorumBitmap is a free data retrieval call binding the contract method 0x871ef049.
⋮----
// Solidity: function getCurrentQuorumBitmap(bytes32 operatorId) view returns(uint192)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) GetCurrentQuorumBitmap(opts *bind.CallOpts, operatorId [32]byte) (*big.Int, error)
⋮----
// GetOperator is a free data retrieval call binding the contract method 0x5865c60c.
⋮----
// Solidity: function getOperator(address operator) view returns((bytes32,uint8))
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) GetOperator(opts *bind.CallOpts, operator common.Address) (IRegistryCoordinatorOperatorInfo, error)
⋮----
// GetOperatorFromId is a free data retrieval call binding the contract method 0x296bb064.
⋮----
// Solidity: function getOperatorFromId(bytes32 operatorId) view returns(address)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) GetOperatorFromId(opts *bind.CallOpts, operatorId [32]byte) (common.Address, error)
⋮----
// GetOperatorId is a free data retrieval call binding the contract method 0x13542a4e.
⋮----
// Solidity: function getOperatorId(address operator) view returns(bytes32)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) GetOperatorId(opts *bind.CallOpts, operator common.Address) ([32]byte, error)
⋮----
// GetOperatorSetParams is a free data retrieval call binding the contract method 0xe65797ad.
⋮----
// Solidity: function getOperatorSetParams(uint8 quorumNumber) view returns((uint32,uint16,uint16))
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) GetOperatorSetParams(opts *bind.CallOpts, quorumNumber uint8) (IRegistryCoordinatorOperatorSetParam, error)
⋮----
// GetOperatorStatus is a free data retrieval call binding the contract method 0xfd39105a.
⋮----
// Solidity: function getOperatorStatus(address operator) view returns(uint8)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) GetOperatorStatus(opts *bind.CallOpts, operator common.Address) (uint8, error)
⋮----
// GetQuorumBitmapAtBlockNumberByIndex is a free data retrieval call binding the contract method 0x04ec6351.
⋮----
// Solidity: function getQuorumBitmapAtBlockNumberByIndex(bytes32 operatorId, uint32 blockNumber, uint256 index) view returns(uint192)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) GetQuorumBitmapAtBlockNumberByIndex(opts *bind.CallOpts, operatorId [32]byte, blockNumber uint32, index *big.Int) (*big.Int, error)
⋮----
// GetQuorumBitmapHistoryLength is a free data retrieval call binding the contract method 0x03fd3492.
⋮----
// Solidity: function getQuorumBitmapHistoryLength(bytes32 operatorId) view returns(uint256)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) GetQuorumBitmapHistoryLength(opts *bind.CallOpts, operatorId [32]byte) (*big.Int, error)
⋮----
// GetQuorumBitmapIndicesAtBlockNumber is a free data retrieval call binding the contract method 0xc391425e.
⋮----
// Solidity: function getQuorumBitmapIndicesAtBlockNumber(uint32 blockNumber, bytes32[] operatorIds) view returns(uint32[])
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) GetQuorumBitmapIndicesAtBlockNumber(opts *bind.CallOpts, blockNumber uint32, operatorIds [][32]byte) ([]uint32, error)
⋮----
// GetQuorumBitmapUpdateByIndex is a free data retrieval call binding the contract method 0x1eb812da.
⋮----
// Solidity: function getQuorumBitmapUpdateByIndex(bytes32 operatorId, uint256 index) view returns((uint32,uint32,uint192))
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) GetQuorumBitmapUpdateByIndex(opts *bind.CallOpts, operatorId [32]byte, index *big.Int) (IRegistryCoordinatorQuorumBitmapUpdate, error)
⋮----
// IndexRegistry is a free data retrieval call binding the contract method 0x9e9923c2.
⋮----
// Solidity: function indexRegistry() view returns(address)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) IndexRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// IsChurnApproverSaltUsed is a free data retrieval call binding the contract method 0x1478851f.
⋮----
// Solidity: function isChurnApproverSaltUsed(bytes32 ) view returns(bool)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) IsChurnApproverSaltUsed(opts *bind.CallOpts, arg0 [32]byte) (bool, error)
⋮----
// LastEjectionTimestamp is a free data retrieval call binding the contract method 0x125e0584.
⋮----
// Solidity: function lastEjectionTimestamp(address ) view returns(uint256)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) LastEjectionTimestamp(opts *bind.CallOpts, arg0 common.Address) (*big.Int, error)
⋮----
// NumRegistries is a free data retrieval call binding the contract method 0xd72d8dd6.
⋮----
// Solidity: function numRegistries() view returns(uint256)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) NumRegistries(opts *bind.CallOpts) (*big.Int, error)
⋮----
// Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
⋮----
// Solidity: function owner() view returns(address)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) Owner(opts *bind.CallOpts) (common.Address, error)
⋮----
// Paused is a free data retrieval call binding the contract method 0x5ac86ab7.
⋮----
// Solidity: function paused(uint8 index) view returns(bool)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) Paused(opts *bind.CallOpts, index uint8) (bool, error)
⋮----
// Paused0 is a free data retrieval call binding the contract method 0x5c975abb.
⋮----
// Solidity: function paused() view returns(uint256)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) Paused0(opts *bind.CallOpts) (*big.Int, error)
⋮----
// PauserRegistry is a free data retrieval call binding the contract method 0x886f1195.
⋮----
// Solidity: function pauserRegistry() view returns(address)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) PauserRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// PubkeyRegistrationMessageHash is a free data retrieval call binding the contract method 0x3c2a7f4c.
⋮----
// Solidity: function pubkeyRegistrationMessageHash(address operator) view returns((uint256,uint256))
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) PubkeyRegistrationMessageHash(opts *bind.CallOpts, operator common.Address) (BN254G1Point, error)
⋮----
// QuorumCount is a free data retrieval call binding the contract method 0x9aa1653d.
⋮----
// Solidity: function quorumCount() view returns(uint8)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) QuorumCount(opts *bind.CallOpts) (uint8, error)
⋮----
// QuorumUpdateBlockNumber is a free data retrieval call binding the contract method 0x249a0c42.
⋮----
// Solidity: function quorumUpdateBlockNumber(uint8 ) view returns(uint256)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) QuorumUpdateBlockNumber(opts *bind.CallOpts, arg0 uint8) (*big.Int, error)
⋮----
// Registries is a free data retrieval call binding the contract method 0x6347c900.
⋮----
// Solidity: function registries(uint256 ) view returns(address)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) Registries(opts *bind.CallOpts, arg0 *big.Int) (common.Address, error)
⋮----
// ServiceManager is a free data retrieval call binding the contract method 0x3998fdd3.
⋮----
// Solidity: function serviceManager() view returns(address)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) ServiceManager(opts *bind.CallOpts) (common.Address, error)
⋮----
// SocketRegistry is a free data retrieval call binding the contract method 0xea32afae.
⋮----
// Solidity: function socketRegistry() view returns(address)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) SocketRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// StakeRegistry is a free data retrieval call binding the contract method 0x68304835.
⋮----
// Solidity: function stakeRegistry() view returns(address)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorCaller) StakeRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// CreateQuorum is a paid mutator transaction binding the contract method 0xd75b4c88.
⋮----
// Solidity: function createQuorum((uint32,uint16,uint16) operatorSetParams, uint96 minimumStake, (address,uint96)[] strategyParams) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) CreateQuorum(opts *bind.TransactOpts, operatorSetParams IRegistryCoordinatorOperatorSetParam, minimumStake *big.Int, strategyParams []IStakeRegistryStrategyParams) (*types.Transaction, error)
⋮----
// DeregisterOperator is a paid mutator transaction binding the contract method 0xca4f2d97.
⋮----
// Solidity: function deregisterOperator(bytes quorumNumbers) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) DeregisterOperator(opts *bind.TransactOpts, quorumNumbers []byte) (*types.Transaction, error)
⋮----
// EjectOperator is a paid mutator transaction binding the contract method 0x6e3b17db.
⋮----
// Solidity: function ejectOperator(address operator, bytes quorumNumbers) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) EjectOperator(opts *bind.TransactOpts, operator common.Address, quorumNumbers []byte) (*types.Transaction, error)
⋮----
// Initialize is a paid mutator transaction binding the contract method 0xdd8283f3.
⋮----
// Solidity: function initialize(address _initialOwner, address _churnApprover, address _ejector, address _pauserRegistry, uint256 _initialPausedStatus, (uint32,uint16,uint16)[] _operatorSetParams, uint96[] _minimumStakes, (address,uint96)[][] _strategyParams) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) Initialize(opts *bind.TransactOpts, _initialOwner common.Address, _churnApprover common.Address, _ejector common.Address, _pauserRegistry common.Address, _initialPausedStatus *big.Int, _operatorSetParams []IRegistryCoordinatorOperatorSetParam, _minimumStakes []*big.Int, _strategyParams [][]IStakeRegistryStrategyParams) (*types.Transaction, error)
⋮----
// Pause is a paid mutator transaction binding the contract method 0x136439dd.
⋮----
// Solidity: function pause(uint256 newPausedStatus) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) Pause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// PauseAll is a paid mutator transaction binding the contract method 0x595c6a67.
⋮----
// Solidity: function pauseAll() returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) PauseAll(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// RegisterOperator is a paid mutator transaction binding the contract method 0xa50857bf.
⋮----
// Solidity: function registerOperator(bytes quorumNumbers, string socket, ((uint256,uint256),(uint256,uint256),(uint256[2],uint256[2])) params, (bytes,bytes32,uint256) operatorSignature) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) RegisterOperator(opts *bind.TransactOpts, quorumNumbers []byte, socket string, params IBLSApkRegistryPubkeyRegistrationParams, operatorSignature ISignatureUtilsSignatureWithSaltAndExpiry) (*types.Transaction, error)
⋮----
// RegisterOperatorWithChurn is a paid mutator transaction binding the contract method 0x9b5d177b.
⋮----
// Solidity: function registerOperatorWithChurn(bytes quorumNumbers, string socket, ((uint256,uint256),(uint256,uint256),(uint256[2],uint256[2])) params, (uint8,address)[] operatorKickParams, (bytes,bytes32,uint256) churnApproverSignature, (bytes,bytes32,uint256) operatorSignature) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) RegisterOperatorWithChurn(opts *bind.TransactOpts, quorumNumbers []byte, socket string, params IBLSApkRegistryPubkeyRegistrationParams, operatorKickParams []IRegistryCoordinatorOperatorKickParam, churnApproverSignature ISignatureUtilsSignatureWithSaltAndExpiry, operatorSignature ISignatureUtilsSignatureWithSaltAndExpiry) (*types.Transaction, error)
⋮----
// RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
⋮----
// Solidity: function renounceOwnership() returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// SetChurnApprover is a paid mutator transaction binding the contract method 0x29d1e0c3.
⋮----
// Solidity: function setChurnApprover(address _churnApprover) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) SetChurnApprover(opts *bind.TransactOpts, _churnApprover common.Address) (*types.Transaction, error)
⋮----
// SetEjectionCooldown is a paid mutator transaction binding the contract method 0x0d3f2134.
⋮----
// Solidity: function setEjectionCooldown(uint256 _ejectionCooldown) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) SetEjectionCooldown(opts *bind.TransactOpts, _ejectionCooldown *big.Int) (*types.Transaction, error)
⋮----
// SetEjector is a paid mutator transaction binding the contract method 0x2cdd1e86.
⋮----
// Solidity: function setEjector(address _ejector) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) SetEjector(opts *bind.TransactOpts, _ejector common.Address) (*types.Transaction, error)
⋮----
// SetOperatorSetParams is a paid mutator transaction binding the contract method 0x5b0b829f.
⋮----
// Solidity: function setOperatorSetParams(uint8 quorumNumber, (uint32,uint16,uint16) operatorSetParams) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) SetOperatorSetParams(opts *bind.TransactOpts, quorumNumber uint8, operatorSetParams IRegistryCoordinatorOperatorSetParam) (*types.Transaction, error)
⋮----
// SetPauserRegistry is a paid mutator transaction binding the contract method 0x10d67a2f.
⋮----
// Solidity: function setPauserRegistry(address newPauserRegistry) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) SetPauserRegistry(opts *bind.TransactOpts, newPauserRegistry common.Address) (*types.Transaction, error)
⋮----
// TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
⋮----
// Solidity: function transferOwnership(address newOwner) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
⋮----
// Unpause is a paid mutator transaction binding the contract method 0xfabc1cbc.
⋮----
// Solidity: function unpause(uint256 newPausedStatus) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) Unpause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// UpdateOperators is a paid mutator transaction binding the contract method 0x00cf2ab5.
⋮----
// Solidity: function updateOperators(address[] operators) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) UpdateOperators(opts *bind.TransactOpts, operators []common.Address) (*types.Transaction, error)
⋮----
// UpdateOperatorsForQuorum is a paid mutator transaction binding the contract method 0x5140a548.
⋮----
// Solidity: function updateOperatorsForQuorum(address[][] operatorsPerQuorum, bytes quorumNumbers) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) UpdateOperatorsForQuorum(opts *bind.TransactOpts, operatorsPerQuorum [][]common.Address, quorumNumbers []byte) (*types.Transaction, error)
⋮----
// UpdateSocket is a paid mutator transaction binding the contract method 0x0cf4b767.
⋮----
// Solidity: function updateSocket(string socket) returns()
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorTransactor) UpdateSocket(opts *bind.TransactOpts, socket string) (*types.Transaction, error)
⋮----
// ContractRegistryCoordinatorChurnApproverUpdatedIterator is returned from FilterChurnApproverUpdated and is used to iterate over the raw logs and unpacked data for ChurnApproverUpdated events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorChurnApproverUpdatedIterator struct {
	Event *ContractRegistryCoordinatorChurnApproverUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorChurnApproverUpdated // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractRegistryCoordinatorChurnApproverUpdatedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractRegistryCoordinatorChurnApproverUpdatedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractRegistryCoordinatorChurnApproverUpdatedIterator) Close() error
⋮----
// ContractRegistryCoordinatorChurnApproverUpdated represents a ChurnApproverUpdated event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorChurnApproverUpdated struct {
	PrevChurnApprover common.Address
	NewChurnApprover  common.Address
	Raw               types.Log // Blockchain specific contextual infos
}
⋮----
Raw               types.Log // Blockchain specific contextual infos
⋮----
// FilterChurnApproverUpdated is a free log retrieval operation binding the contract event 0x315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c.
⋮----
// Solidity: event ChurnApproverUpdated(address prevChurnApprover, address newChurnApprover)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterChurnApproverUpdated(opts *bind.FilterOpts) (*ContractRegistryCoordinatorChurnApproverUpdatedIterator, error)
⋮----
// WatchChurnApproverUpdated is a free log subscription operation binding the contract event 0x315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchChurnApproverUpdated(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorChurnApproverUpdated) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseChurnApproverUpdated is a log parse operation binding the contract event 0x315457d8a8fe60f04af17c16e2f5a5e1db612b31648e58030360759ef8f3528c.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseChurnApproverUpdated(log types.Log) (*ContractRegistryCoordinatorChurnApproverUpdated, error)
⋮----
// ContractRegistryCoordinatorEjectorUpdatedIterator is returned from FilterEjectorUpdated and is used to iterate over the raw logs and unpacked data for EjectorUpdated events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorEjectorUpdatedIterator struct {
	Event *ContractRegistryCoordinatorEjectorUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorEjectorUpdated // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorEjectorUpdated represents a EjectorUpdated event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorEjectorUpdated struct {
	PrevEjector common.Address
	NewEjector  common.Address
	Raw         types.Log // Blockchain specific contextual infos
}
⋮----
Raw         types.Log // Blockchain specific contextual infos
⋮----
// FilterEjectorUpdated is a free log retrieval operation binding the contract event 0x8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc9.
⋮----
// Solidity: event EjectorUpdated(address prevEjector, address newEjector)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterEjectorUpdated(opts *bind.FilterOpts) (*ContractRegistryCoordinatorEjectorUpdatedIterator, error)
⋮----
// WatchEjectorUpdated is a free log subscription operation binding the contract event 0x8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc9.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchEjectorUpdated(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorEjectorUpdated) (event.Subscription, error)
⋮----
// ParseEjectorUpdated is a log parse operation binding the contract event 0x8f30ab09f43a6c157d7fce7e0a13c003042c1c95e8a72e7a146a21c0caa24dc9.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseEjectorUpdated(log types.Log) (*ContractRegistryCoordinatorEjectorUpdated, error)
⋮----
// ContractRegistryCoordinatorInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorInitializedIterator struct {
	Event *ContractRegistryCoordinatorInitialized // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorInitialized // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorInitialized represents a Initialized event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorInitialized struct {
	Version uint8
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
// Solidity: event Initialized(uint8 version)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterInitialized(opts *bind.FilterOpts) (*ContractRegistryCoordinatorInitializedIterator, error)
⋮----
// WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorInitialized) (event.Subscription, error)
⋮----
// ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseInitialized(log types.Log) (*ContractRegistryCoordinatorInitialized, error)
⋮----
// ContractRegistryCoordinatorOperatorDeregisteredIterator is returned from FilterOperatorDeregistered and is used to iterate over the raw logs and unpacked data for OperatorDeregistered events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorOperatorDeregisteredIterator struct {
	Event *ContractRegistryCoordinatorOperatorDeregistered // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorOperatorDeregistered // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorOperatorDeregistered represents a OperatorDeregistered event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorOperatorDeregistered struct {
	Operator   common.Address
	OperatorId [32]byte
	Raw        types.Log // Blockchain specific contextual infos
}
⋮----
Raw        types.Log // Blockchain specific contextual infos
⋮----
// FilterOperatorDeregistered is a free log retrieval operation binding the contract event 0x396fdcb180cb0fea26928113fb0fd1c3549863f9cd563e6a184f1d578116c8e4.
⋮----
// Solidity: event OperatorDeregistered(address indexed operator, bytes32 indexed operatorId)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterOperatorDeregistered(opts *bind.FilterOpts, operator []common.Address, operatorId [][32]byte) (*ContractRegistryCoordinatorOperatorDeregisteredIterator, error)
⋮----
var operatorRule []interface{}
⋮----
var operatorIdRule []interface{}
⋮----
// WatchOperatorDeregistered is a free log subscription operation binding the contract event 0x396fdcb180cb0fea26928113fb0fd1c3549863f9cd563e6a184f1d578116c8e4.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchOperatorDeregistered(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorOperatorDeregistered, operator []common.Address, operatorId [][32]byte) (event.Subscription, error)
⋮----
// ParseOperatorDeregistered is a log parse operation binding the contract event 0x396fdcb180cb0fea26928113fb0fd1c3549863f9cd563e6a184f1d578116c8e4.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseOperatorDeregistered(log types.Log) (*ContractRegistryCoordinatorOperatorDeregistered, error)
⋮----
// ContractRegistryCoordinatorOperatorRegisteredIterator is returned from FilterOperatorRegistered and is used to iterate over the raw logs and unpacked data for OperatorRegistered events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorOperatorRegisteredIterator struct {
	Event *ContractRegistryCoordinatorOperatorRegistered // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorOperatorRegistered // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorOperatorRegistered represents a OperatorRegistered event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorOperatorRegistered struct {
	Operator   common.Address
	OperatorId [32]byte
	Raw        types.Log // Blockchain specific contextual infos
}
⋮----
// FilterOperatorRegistered is a free log retrieval operation binding the contract event 0xe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe.
⋮----
// Solidity: event OperatorRegistered(address indexed operator, bytes32 indexed operatorId)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterOperatorRegistered(opts *bind.FilterOpts, operator []common.Address, operatorId [][32]byte) (*ContractRegistryCoordinatorOperatorRegisteredIterator, error)
⋮----
// WatchOperatorRegistered is a free log subscription operation binding the contract event 0xe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchOperatorRegistered(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorOperatorRegistered, operator []common.Address, operatorId [][32]byte) (event.Subscription, error)
⋮----
// ParseOperatorRegistered is a log parse operation binding the contract event 0xe8e68cef1c3a761ed7be7e8463a375f27f7bc335e51824223cacce636ec5c3fe.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseOperatorRegistered(log types.Log) (*ContractRegistryCoordinatorOperatorRegistered, error)
⋮----
// ContractRegistryCoordinatorOperatorSetParamsUpdatedIterator is returned from FilterOperatorSetParamsUpdated and is used to iterate over the raw logs and unpacked data for OperatorSetParamsUpdated events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorOperatorSetParamsUpdatedIterator struct {
	Event *ContractRegistryCoordinatorOperatorSetParamsUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorOperatorSetParamsUpdated // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorOperatorSetParamsUpdated represents a OperatorSetParamsUpdated event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorOperatorSetParamsUpdated struct {
	QuorumNumber      uint8
	OperatorSetParams IRegistryCoordinatorOperatorSetParam
	Raw               types.Log // Blockchain specific contextual infos
}
⋮----
// FilterOperatorSetParamsUpdated is a free log retrieval operation binding the contract event 0x3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac.
⋮----
// Solidity: event OperatorSetParamsUpdated(uint8 indexed quorumNumber, (uint32,uint16,uint16) operatorSetParams)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterOperatorSetParamsUpdated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractRegistryCoordinatorOperatorSetParamsUpdatedIterator, error)
⋮----
var quorumNumberRule []interface{}
⋮----
// WatchOperatorSetParamsUpdated is a free log subscription operation binding the contract event 0x3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchOperatorSetParamsUpdated(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorOperatorSetParamsUpdated, quorumNumber []uint8) (event.Subscription, error)
⋮----
// ParseOperatorSetParamsUpdated is a log parse operation binding the contract event 0x3ee6fe8d54610244c3e9d3c066ae4aee997884aa28f10616ae821925401318ac.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseOperatorSetParamsUpdated(log types.Log) (*ContractRegistryCoordinatorOperatorSetParamsUpdated, error)
⋮----
// ContractRegistryCoordinatorOperatorSocketUpdateIterator is returned from FilterOperatorSocketUpdate and is used to iterate over the raw logs and unpacked data for OperatorSocketUpdate events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorOperatorSocketUpdateIterator struct {
	Event *ContractRegistryCoordinatorOperatorSocketUpdate // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorOperatorSocketUpdate // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorOperatorSocketUpdate represents a OperatorSocketUpdate event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorOperatorSocketUpdate struct {
	OperatorId [32]byte
	Socket     string
	Raw        types.Log // Blockchain specific contextual infos
}
⋮----
// FilterOperatorSocketUpdate is a free log retrieval operation binding the contract event 0xec2963ab21c1e50e1e582aa542af2e4bf7bf38e6e1403c27b42e1c5d6e621eaa.
⋮----
// Solidity: event OperatorSocketUpdate(bytes32 indexed operatorId, string socket)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterOperatorSocketUpdate(opts *bind.FilterOpts, operatorId [][32]byte) (*ContractRegistryCoordinatorOperatorSocketUpdateIterator, error)
⋮----
// WatchOperatorSocketUpdate is a free log subscription operation binding the contract event 0xec2963ab21c1e50e1e582aa542af2e4bf7bf38e6e1403c27b42e1c5d6e621eaa.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchOperatorSocketUpdate(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorOperatorSocketUpdate, operatorId [][32]byte) (event.Subscription, error)
⋮----
// ParseOperatorSocketUpdate is a log parse operation binding the contract event 0xec2963ab21c1e50e1e582aa542af2e4bf7bf38e6e1403c27b42e1c5d6e621eaa.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseOperatorSocketUpdate(log types.Log) (*ContractRegistryCoordinatorOperatorSocketUpdate, error)
⋮----
// ContractRegistryCoordinatorOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorOwnershipTransferredIterator struct {
	Event *ContractRegistryCoordinatorOwnershipTransferred // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorOwnershipTransferred // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorOwnershipTransferred represents a OwnershipTransferred event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}
⋮----
Raw           types.Log // Blockchain specific contextual infos
⋮----
// FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
// Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractRegistryCoordinatorOwnershipTransferredIterator, error)
⋮----
var previousOwnerRule []interface{}
⋮----
var newOwnerRule []interface{}
⋮----
// WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
⋮----
// ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseOwnershipTransferred(log types.Log) (*ContractRegistryCoordinatorOwnershipTransferred, error)
⋮----
// ContractRegistryCoordinatorPausedIterator is returned from FilterPaused and is used to iterate over the raw logs and unpacked data for Paused events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorPausedIterator struct {
	Event *ContractRegistryCoordinatorPaused // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorPaused // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorPaused represents a Paused event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorPaused struct {
	Account         common.Address
	NewPausedStatus *big.Int
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
Raw             types.Log // Blockchain specific contextual infos
⋮----
// FilterPaused is a free log retrieval operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
// Solidity: event Paused(address indexed account, uint256 newPausedStatus)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterPaused(opts *bind.FilterOpts, account []common.Address) (*ContractRegistryCoordinatorPausedIterator, error)
⋮----
var accountRule []interface{}
⋮----
// WatchPaused is a free log subscription operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorPaused, account []common.Address) (event.Subscription, error)
⋮----
// ParsePaused is a log parse operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParsePaused(log types.Log) (*ContractRegistryCoordinatorPaused, error)
⋮----
// ContractRegistryCoordinatorPauserRegistrySetIterator is returned from FilterPauserRegistrySet and is used to iterate over the raw logs and unpacked data for PauserRegistrySet events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorPauserRegistrySetIterator struct {
	Event *ContractRegistryCoordinatorPauserRegistrySet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorPauserRegistrySet // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorPauserRegistrySet represents a PauserRegistrySet event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorPauserRegistrySet struct {
	PauserRegistry    common.Address
	NewPauserRegistry common.Address
	Raw               types.Log // Blockchain specific contextual infos
}
⋮----
// FilterPauserRegistrySet is a free log retrieval operation binding the contract event 0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6.
⋮----
// Solidity: event PauserRegistrySet(address pauserRegistry, address newPauserRegistry)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterPauserRegistrySet(opts *bind.FilterOpts) (*ContractRegistryCoordinatorPauserRegistrySetIterator, error)
⋮----
// WatchPauserRegistrySet is a free log subscription operation binding the contract event 0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchPauserRegistrySet(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorPauserRegistrySet) (event.Subscription, error)
⋮----
// ParsePauserRegistrySet is a log parse operation binding the contract event 0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParsePauserRegistrySet(log types.Log) (*ContractRegistryCoordinatorPauserRegistrySet, error)
⋮----
// ContractRegistryCoordinatorQuorumBlockNumberUpdatedIterator is returned from FilterQuorumBlockNumberUpdated and is used to iterate over the raw logs and unpacked data for QuorumBlockNumberUpdated events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorQuorumBlockNumberUpdatedIterator struct {
	Event *ContractRegistryCoordinatorQuorumBlockNumberUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorQuorumBlockNumberUpdated // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorQuorumBlockNumberUpdated represents a QuorumBlockNumberUpdated event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorQuorumBlockNumberUpdated struct {
	QuorumNumber uint8
	Blocknumber  *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}
⋮----
Raw          types.Log // Blockchain specific contextual infos
⋮----
// FilterQuorumBlockNumberUpdated is a free log retrieval operation binding the contract event 0x46077d55330763f16269fd75e5761663f4192d2791747c0189b16ad31db07db4.
⋮----
// Solidity: event QuorumBlockNumberUpdated(uint8 indexed quorumNumber, uint256 blocknumber)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterQuorumBlockNumberUpdated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractRegistryCoordinatorQuorumBlockNumberUpdatedIterator, error)
⋮----
// WatchQuorumBlockNumberUpdated is a free log subscription operation binding the contract event 0x46077d55330763f16269fd75e5761663f4192d2791747c0189b16ad31db07db4.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchQuorumBlockNumberUpdated(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorQuorumBlockNumberUpdated, quorumNumber []uint8) (event.Subscription, error)
⋮----
// ParseQuorumBlockNumberUpdated is a log parse operation binding the contract event 0x46077d55330763f16269fd75e5761663f4192d2791747c0189b16ad31db07db4.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseQuorumBlockNumberUpdated(log types.Log) (*ContractRegistryCoordinatorQuorumBlockNumberUpdated, error)
⋮----
// ContractRegistryCoordinatorUnpausedIterator is returned from FilterUnpaused and is used to iterate over the raw logs and unpacked data for Unpaused events raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorUnpausedIterator struct {
	Event *ContractRegistryCoordinatorUnpaused // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractRegistryCoordinatorUnpaused // Event containing the contract specifics and raw log
⋮----
// ContractRegistryCoordinatorUnpaused represents a Unpaused event raised by the ContractRegistryCoordinator contract.
type ContractRegistryCoordinatorUnpaused struct {
	Account         common.Address
	NewPausedStatus *big.Int
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
// FilterUnpaused is a free log retrieval operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
// Solidity: event Unpaused(address indexed account, uint256 newPausedStatus)
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) FilterUnpaused(opts *bind.FilterOpts, account []common.Address) (*ContractRegistryCoordinatorUnpausedIterator, error)
⋮----
// WatchUnpaused is a free log subscription operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractRegistryCoordinatorUnpaused, account []common.Address) (event.Subscription, error)
⋮----
// ParseUnpaused is a log parse operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
func (_ContractRegistryCoordinator *ContractRegistryCoordinatorFilterer) ParseUnpaused(log types.Log) (*ContractRegistryCoordinatorUnpaused, error)
````

## File: M2-contracts/bindings/ServiceManagerBase/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractServiceManagerBase
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// IRewardsCoordinatorOperatorDirectedRewardsSubmission is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorOperatorDirectedRewardsSubmission struct {
	StrategiesAndMultipliers []IRewardsCoordinatorStrategyAndMultiplier
	Token                    common.Address
	OperatorRewards          []IRewardsCoordinatorOperatorReward
	StartTimestamp           uint32
	Duration                 uint32
	Description              string
}
⋮----
// IRewardsCoordinatorOperatorReward is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorOperatorReward struct {
	Operator common.Address
	Amount   *big.Int
}
⋮----
// IRewardsCoordinatorRewardsSubmission is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorRewardsSubmission struct {
	StrategiesAndMultipliers []IRewardsCoordinatorStrategyAndMultiplier
	Token                    common.Address
	Amount                   *big.Int
	StartTimestamp           uint32
	Duration                 uint32
}
⋮----
// IRewardsCoordinatorStrategyAndMultiplier is an auto generated low-level Go binding around an user-defined struct.
type IRewardsCoordinatorStrategyAndMultiplier struct {
	Strategy   common.Address
	Multiplier *big.Int
}
⋮----
// ISignatureUtilsSignatureWithSaltAndExpiry is an auto generated low-level Go binding around an user-defined struct.
type ISignatureUtilsSignatureWithSaltAndExpiry struct {
	Signature []byte
	Salt      [32]byte
	Expiry    *big.Int
}
⋮----
// ContractServiceManagerBaseMetaData contains all meta data concerning the ContractServiceManagerBase contract.
var ContractServiceManagerBaseMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"function\",\"name\":\"avsDirectory\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"createAVSRewardsSubmission\",\"inputs\":[{\"name\":\"rewardsSubmissions\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.RewardsSubmission[]\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"createOperatorDirectedAVSRewardsSubmission\",\"inputs\":[{\"name\":\"operatorDirectedRewardsSubmissions\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.OperatorDirectedRewardsSubmission[]\",\"components\":[{\"name\":\"strategiesAndMultipliers\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.StrategyAndMultiplier[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"operatorRewards\",\"type\":\"tuple[]\",\"internalType\":\"structIRewardsCoordinator.OperatorReward[]\",\"components\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"name\":\"startTimestamp\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"duration\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"description\",\"type\":\"string\",\"internalType\":\"string\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"deregisterOperatorFromAVS\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"getOperatorRestakedStrategies\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address[]\",\"internalType\":\"address[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getRestakeableStrategies\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address[]\",\"internalType\":\"address[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"owner\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"registerOperatorToAVS\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorSignature\",\"type\":\"tuple\",\"internalType\":\"structISignatureUtils.SignatureWithSaltAndExpiry\",\"components\":[{\"name\":\"signature\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"renounceOwnership\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"rewardsInitiator\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"setClaimerFor\",\"inputs\":[{\"name\":\"claimer\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setRewardsInitiator\",\"inputs\":[{\"name\":\"newRewardsInitiator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"transferOwnership\",\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"updateAVSMetadataURI\",\"inputs\":[{\"name\":\"_metadataURI\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OwnershipTransferred\",\"inputs\":[{\"name\":\"previousOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"RewardsInitiatorUpdated\",\"inputs\":[{\"name\":\"prevRewardsInitiator\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"newRewardsInitiator\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false}]",
}
⋮----
// ContractServiceManagerBaseABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractServiceManagerBaseMetaData.ABI instead.
var ContractServiceManagerBaseABI = ContractServiceManagerBaseMetaData.ABI
⋮----
// ContractServiceManagerBaseMethods is an auto generated interface around an Ethereum contract.
type ContractServiceManagerBaseMethods interface {
	ContractServiceManagerBaseCalls
	ContractServiceManagerBaseTransacts
	ContractServiceManagerBaseFilters
}
⋮----
// ContractServiceManagerBaseCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractServiceManagerBaseCalls interface {
	AvsDirectory(opts *bind.CallOpts) (common.Address, error)

	GetOperatorRestakedStrategies(opts *bind.CallOpts, operator common.Address) ([]common.Address, error)

	GetRestakeableStrategies(opts *bind.CallOpts) ([]common.Address, error)

	Owner(opts *bind.CallOpts) (common.Address, error)

	RewardsInitiator(opts *bind.CallOpts) (common.Address, error)
}
⋮----
// ContractServiceManagerBaseTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractServiceManagerBaseTransacts interface {
	CreateAVSRewardsSubmission(opts *bind.TransactOpts, rewardsSubmissions []IRewardsCoordinatorRewardsSubmission) (*types.Transaction, error)

	CreateOperatorDirectedAVSRewardsSubmission(opts *bind.TransactOpts, operatorDirectedRewardsSubmissions []IRewardsCoordinatorOperatorDirectedRewardsSubmission) (*types.Transaction, error)

	DeregisterOperatorFromAVS(opts *bind.TransactOpts, operator common.Address) (*types.Transaction, error)

	RegisterOperatorToAVS(opts *bind.TransactOpts, operator common.Address, operatorSignature ISignatureUtilsSignatureWithSaltAndExpiry) (*types.Transaction, error)

	RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

	SetClaimerFor(opts *bind.TransactOpts, claimer common.Address) (*types.Transaction, error)

	SetRewardsInitiator(opts *bind.TransactOpts, newRewardsInitiator common.Address) (*types.Transaction, error)

	TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)

	UpdateAVSMetadataURI(opts *bind.TransactOpts, _metadataURI string) (*types.Transaction, error)
}
⋮----
// ContractServiceManagerBaseFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractServiceManagerBaseFilters interface {
	FilterInitialized(opts *bind.FilterOpts) (*ContractServiceManagerBaseInitializedIterator, error)
	WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractServiceManagerBaseInitialized) (event.Subscription, error)
	ParseInitialized(log types.Log) (*ContractServiceManagerBaseInitialized, error)

	FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractServiceManagerBaseOwnershipTransferredIterator, error)
	WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractServiceManagerBaseOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
	ParseOwnershipTransferred(log types.Log) (*ContractServiceManagerBaseOwnershipTransferred, error)

	FilterRewardsInitiatorUpdated(opts *bind.FilterOpts) (*ContractServiceManagerBaseRewardsInitiatorUpdatedIterator, error)
	WatchRewardsInitiatorUpdated(opts *bind.WatchOpts, sink chan<- *ContractServiceManagerBaseRewardsInitiatorUpdated) (event.Subscription, error)
	ParseRewardsInitiatorUpdated(log types.Log) (*ContractServiceManagerBaseRewardsInitiatorUpdated, error)
}
⋮----
// ContractServiceManagerBase is an auto generated Go binding around an Ethereum contract.
type ContractServiceManagerBase struct {
	ContractServiceManagerBaseCaller     // Read-only binding to the contract
	ContractServiceManagerBaseTransactor // Write-only binding to the contract
	ContractServiceManagerBaseFilterer   // Log filterer for contract events
}
⋮----
ContractServiceManagerBaseCaller     // Read-only binding to the contract
ContractServiceManagerBaseTransactor // Write-only binding to the contract
ContractServiceManagerBaseFilterer   // Log filterer for contract events
⋮----
// ContractServiceManagerBase implements the ContractServiceManagerBaseMethods interface.
var _ ContractServiceManagerBaseMethods = (*ContractServiceManagerBase)(nil)
⋮----
// ContractServiceManagerBaseCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractServiceManagerBaseCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractServiceManagerBaseCaller implements the ContractServiceManagerBaseCalls interface.
var _ ContractServiceManagerBaseCalls = (*ContractServiceManagerBaseCaller)(nil)
⋮----
// ContractServiceManagerBaseTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractServiceManagerBaseTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractServiceManagerBaseTransactor implements the ContractServiceManagerBaseTransacts interface.
var _ ContractServiceManagerBaseTransacts = (*ContractServiceManagerBaseTransactor)(nil)
⋮----
// ContractServiceManagerBaseFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractServiceManagerBaseFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractServiceManagerBaseFilterer implements the ContractServiceManagerBaseFilters interface.
var _ ContractServiceManagerBaseFilters = (*ContractServiceManagerBaseFilterer)(nil)
⋮----
// ContractServiceManagerBaseSession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractServiceManagerBaseSession struct {
	Contract     *ContractServiceManagerBase // Generic contract binding to set the session for
	CallOpts     bind.CallOpts               // Call options to use throughout this session
	TransactOpts bind.TransactOpts           // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractServiceManagerBase // Generic contract binding to set the session for
CallOpts     bind.CallOpts               // Call options to use throughout this session
TransactOpts bind.TransactOpts           // Transaction auth options to use throughout this session
⋮----
// ContractServiceManagerBaseCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractServiceManagerBaseCallerSession struct {
	Contract *ContractServiceManagerBaseCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                     // Call options to use throughout this session
}
⋮----
Contract *ContractServiceManagerBaseCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                     // Call options to use throughout this session
⋮----
// ContractServiceManagerBaseTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractServiceManagerBaseTransactorSession struct {
	Contract     *ContractServiceManagerBaseTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                     // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractServiceManagerBaseTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                     // Transaction auth options to use throughout this session
⋮----
// ContractServiceManagerBaseRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractServiceManagerBaseRaw struct {
	Contract *ContractServiceManagerBase // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractServiceManagerBase // Generic contract binding to access the raw methods on
⋮----
// ContractServiceManagerBaseCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractServiceManagerBaseCallerRaw struct {
	Contract *ContractServiceManagerBaseCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractServiceManagerBaseCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractServiceManagerBaseTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractServiceManagerBaseTransactorRaw struct {
	Contract *ContractServiceManagerBaseTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractServiceManagerBaseTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractServiceManagerBase creates a new instance of ContractServiceManagerBase, bound to a specific deployed contract.
func NewContractServiceManagerBase(address common.Address, backend bind.ContractBackend) (*ContractServiceManagerBase, error)
⋮----
// NewContractServiceManagerBaseCaller creates a new read-only instance of ContractServiceManagerBase, bound to a specific deployed contract.
func NewContractServiceManagerBaseCaller(address common.Address, caller bind.ContractCaller) (*ContractServiceManagerBaseCaller, error)
⋮----
// NewContractServiceManagerBaseTransactor creates a new write-only instance of ContractServiceManagerBase, bound to a specific deployed contract.
func NewContractServiceManagerBaseTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractServiceManagerBaseTransactor, error)
⋮----
// NewContractServiceManagerBaseFilterer creates a new log filterer instance of ContractServiceManagerBase, bound to a specific deployed contract.
func NewContractServiceManagerBaseFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractServiceManagerBaseFilterer, error)
⋮----
// bindContractServiceManagerBase binds a generic wrapper to an already deployed contract.
func bindContractServiceManagerBase(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractServiceManagerBase *ContractServiceManagerBaseRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractServiceManagerBase *ContractServiceManagerBaseRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractServiceManagerBase *ContractServiceManagerBaseRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// AvsDirectory is a free data retrieval call binding the contract method 0x6b3aa72e.
//
// Solidity: function avsDirectory() view returns(address)
func (_ContractServiceManagerBase *ContractServiceManagerBaseCaller) AvsDirectory(opts *bind.CallOpts) (common.Address, error)
⋮----
var out []interface{}
⋮----
// GetOperatorRestakedStrategies is a free data retrieval call binding the contract method 0x33cfb7b7.
⋮----
// Solidity: function getOperatorRestakedStrategies(address operator) view returns(address[])
func (_ContractServiceManagerBase *ContractServiceManagerBaseCaller) GetOperatorRestakedStrategies(opts *bind.CallOpts, operator common.Address) ([]common.Address, error)
⋮----
// GetRestakeableStrategies is a free data retrieval call binding the contract method 0xe481af9d.
⋮----
// Solidity: function getRestakeableStrategies() view returns(address[])
func (_ContractServiceManagerBase *ContractServiceManagerBaseCaller) GetRestakeableStrategies(opts *bind.CallOpts) ([]common.Address, error)
⋮----
// Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
⋮----
// Solidity: function owner() view returns(address)
func (_ContractServiceManagerBase *ContractServiceManagerBaseCaller) Owner(opts *bind.CallOpts) (common.Address, error)
⋮----
// RewardsInitiator is a free data retrieval call binding the contract method 0xfc299dee.
⋮----
// Solidity: function rewardsInitiator() view returns(address)
func (_ContractServiceManagerBase *ContractServiceManagerBaseCaller) RewardsInitiator(opts *bind.CallOpts) (common.Address, error)
⋮----
// CreateAVSRewardsSubmission is a paid mutator transaction binding the contract method 0xfce36c7d.
⋮----
// Solidity: function createAVSRewardsSubmission(((address,uint96)[],address,uint256,uint32,uint32)[] rewardsSubmissions) returns()
func (_ContractServiceManagerBase *ContractServiceManagerBaseTransactor) CreateAVSRewardsSubmission(opts *bind.TransactOpts, rewardsSubmissions []IRewardsCoordinatorRewardsSubmission) (*types.Transaction, error)
⋮----
// CreateOperatorDirectedAVSRewardsSubmission is a paid mutator transaction binding the contract method 0xa20b99bf.
⋮----
// Solidity: function createOperatorDirectedAVSRewardsSubmission(((address,uint96)[],address,(address,uint256)[],uint32,uint32,string)[] operatorDirectedRewardsSubmissions) returns()
func (_ContractServiceManagerBase *ContractServiceManagerBaseTransactor) CreateOperatorDirectedAVSRewardsSubmission(opts *bind.TransactOpts, operatorDirectedRewardsSubmissions []IRewardsCoordinatorOperatorDirectedRewardsSubmission) (*types.Transaction, error)
⋮----
// DeregisterOperatorFromAVS is a paid mutator transaction binding the contract method 0xa364f4da.
⋮----
// Solidity: function deregisterOperatorFromAVS(address operator) returns()
func (_ContractServiceManagerBase *ContractServiceManagerBaseTransactor) DeregisterOperatorFromAVS(opts *bind.TransactOpts, operator common.Address) (*types.Transaction, error)
⋮----
// RegisterOperatorToAVS is a paid mutator transaction binding the contract method 0x9926ee7d.
⋮----
// Solidity: function registerOperatorToAVS(address operator, (bytes,bytes32,uint256) operatorSignature) returns()
func (_ContractServiceManagerBase *ContractServiceManagerBaseTransactor) RegisterOperatorToAVS(opts *bind.TransactOpts, operator common.Address, operatorSignature ISignatureUtilsSignatureWithSaltAndExpiry) (*types.Transaction, error)
⋮----
// RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
⋮----
// Solidity: function renounceOwnership() returns()
func (_ContractServiceManagerBase *ContractServiceManagerBaseTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// SetClaimerFor is a paid mutator transaction binding the contract method 0xa0169ddd.
⋮----
// Solidity: function setClaimerFor(address claimer) returns()
func (_ContractServiceManagerBase *ContractServiceManagerBaseTransactor) SetClaimerFor(opts *bind.TransactOpts, claimer common.Address) (*types.Transaction, error)
⋮----
// SetRewardsInitiator is a paid mutator transaction binding the contract method 0x3bc28c8c.
⋮----
// Solidity: function setRewardsInitiator(address newRewardsInitiator) returns()
func (_ContractServiceManagerBase *ContractServiceManagerBaseTransactor) SetRewardsInitiator(opts *bind.TransactOpts, newRewardsInitiator common.Address) (*types.Transaction, error)
⋮----
// TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
⋮----
// Solidity: function transferOwnership(address newOwner) returns()
func (_ContractServiceManagerBase *ContractServiceManagerBaseTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
⋮----
// UpdateAVSMetadataURI is a paid mutator transaction binding the contract method 0xa98fb355.
⋮----
// Solidity: function updateAVSMetadataURI(string _metadataURI) returns()
func (_ContractServiceManagerBase *ContractServiceManagerBaseTransactor) UpdateAVSMetadataURI(opts *bind.TransactOpts, _metadataURI string) (*types.Transaction, error)
⋮----
// ContractServiceManagerBaseInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the ContractServiceManagerBase contract.
type ContractServiceManagerBaseInitializedIterator struct {
	Event *ContractServiceManagerBaseInitialized // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractServiceManagerBaseInitialized // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractServiceManagerBaseInitializedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractServiceManagerBaseInitializedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractServiceManagerBaseInitializedIterator) Close() error
⋮----
// ContractServiceManagerBaseInitialized represents a Initialized event raised by the ContractServiceManagerBase contract.
type ContractServiceManagerBaseInitialized struct {
	Version uint8
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
// Solidity: event Initialized(uint8 version)
func (_ContractServiceManagerBase *ContractServiceManagerBaseFilterer) FilterInitialized(opts *bind.FilterOpts) (*ContractServiceManagerBaseInitializedIterator, error)
⋮----
// WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractServiceManagerBase *ContractServiceManagerBaseFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractServiceManagerBaseInitialized) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractServiceManagerBase *ContractServiceManagerBaseFilterer) ParseInitialized(log types.Log) (*ContractServiceManagerBaseInitialized, error)
⋮----
// ContractServiceManagerBaseOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the ContractServiceManagerBase contract.
type ContractServiceManagerBaseOwnershipTransferredIterator struct {
	Event *ContractServiceManagerBaseOwnershipTransferred // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractServiceManagerBaseOwnershipTransferred // Event containing the contract specifics and raw log
⋮----
// ContractServiceManagerBaseOwnershipTransferred represents a OwnershipTransferred event raised by the ContractServiceManagerBase contract.
type ContractServiceManagerBaseOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}
⋮----
Raw           types.Log // Blockchain specific contextual infos
⋮----
// FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
// Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (_ContractServiceManagerBase *ContractServiceManagerBaseFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractServiceManagerBaseOwnershipTransferredIterator, error)
⋮----
var previousOwnerRule []interface{}
⋮----
var newOwnerRule []interface{}
⋮----
// WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractServiceManagerBase *ContractServiceManagerBaseFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractServiceManagerBaseOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
⋮----
// ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractServiceManagerBase *ContractServiceManagerBaseFilterer) ParseOwnershipTransferred(log types.Log) (*ContractServiceManagerBaseOwnershipTransferred, error)
⋮----
// ContractServiceManagerBaseRewardsInitiatorUpdatedIterator is returned from FilterRewardsInitiatorUpdated and is used to iterate over the raw logs and unpacked data for RewardsInitiatorUpdated events raised by the ContractServiceManagerBase contract.
type ContractServiceManagerBaseRewardsInitiatorUpdatedIterator struct {
	Event *ContractServiceManagerBaseRewardsInitiatorUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractServiceManagerBaseRewardsInitiatorUpdated // Event containing the contract specifics and raw log
⋮----
// ContractServiceManagerBaseRewardsInitiatorUpdated represents a RewardsInitiatorUpdated event raised by the ContractServiceManagerBase contract.
type ContractServiceManagerBaseRewardsInitiatorUpdated struct {
	PrevRewardsInitiator common.Address
	NewRewardsInitiator  common.Address
	Raw                  types.Log // Blockchain specific contextual infos
}
⋮----
Raw                  types.Log // Blockchain specific contextual infos
⋮----
// FilterRewardsInitiatorUpdated is a free log retrieval operation binding the contract event 0xe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e3.
⋮----
// Solidity: event RewardsInitiatorUpdated(address prevRewardsInitiator, address newRewardsInitiator)
func (_ContractServiceManagerBase *ContractServiceManagerBaseFilterer) FilterRewardsInitiatorUpdated(opts *bind.FilterOpts) (*ContractServiceManagerBaseRewardsInitiatorUpdatedIterator, error)
⋮----
// WatchRewardsInitiatorUpdated is a free log subscription operation binding the contract event 0xe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e3.
⋮----
func (_ContractServiceManagerBase *ContractServiceManagerBaseFilterer) WatchRewardsInitiatorUpdated(opts *bind.WatchOpts, sink chan<- *ContractServiceManagerBaseRewardsInitiatorUpdated) (event.Subscription, error)
⋮----
// ParseRewardsInitiatorUpdated is a log parse operation binding the contract event 0xe11cddf1816a43318ca175bbc52cd0185436e9cbead7c83acc54a73e461717e3.
⋮----
func (_ContractServiceManagerBase *ContractServiceManagerBaseFilterer) ParseRewardsInitiatorUpdated(log types.Log) (*ContractServiceManagerBaseRewardsInitiatorUpdated, error)
````

## File: M2-contracts/bindings/StakeRegistry/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractStakeRegistry
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// IStakeRegistryStakeUpdate is an auto generated low-level Go binding around an user-defined struct.
type IStakeRegistryStakeUpdate struct {
	UpdateBlockNumber     uint32
	NextUpdateBlockNumber uint32
	Stake                 *big.Int
}
⋮----
// IStakeRegistryStrategyParams is an auto generated low-level Go binding around an user-defined struct.
type IStakeRegistryStrategyParams struct {
	Strategy   common.Address
	Multiplier *big.Int
}
⋮----
// ContractStakeRegistryMetaData contains all meta data concerning the ContractStakeRegistry contract.
var ContractStakeRegistryMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"_registryCoordinator\",\"type\":\"address\",\"internalType\":\"contractIRegistryCoordinator\"},{\"name\":\"_delegationManager\",\"type\":\"address\",\"internalType\":\"contractIDelegationManager\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"MAX_WEIGHING_FUNCTION_LENGTH\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"WEIGHTING_DIVISOR\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"addStrategies\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"_strategyParams\",\"type\":\"tuple[]\",\"internalType\":\"structIStakeRegistry.StrategyParams[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"delegation\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIDelegationManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"deregisterOperator\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"getCurrentStake\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint96\",\"internalType\":\"uint96\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getCurrentTotalStake\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint96\",\"internalType\":\"uint96\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getLatestStakeUpdate\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIStakeRegistry.StakeUpdate\",\"components\":[{\"name\":\"updateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"nextUpdateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"stake\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getStakeAtBlockNumber\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint96\",\"internalType\":\"uint96\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getStakeAtBlockNumberAndIndex\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"index\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint96\",\"internalType\":\"uint96\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getStakeHistory\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple[]\",\"internalType\":\"structIStakeRegistry.StakeUpdate[]\",\"components\":[{\"name\":\"updateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"nextUpdateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"stake\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getStakeHistoryLength\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getStakeUpdateAtIndex\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"index\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIStakeRegistry.StakeUpdate\",\"components\":[{\"name\":\"updateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"nextUpdateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"stake\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getStakeUpdateIndexAtBlockNumber\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getTotalStakeAtBlockNumberFromIndex\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"index\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint96\",\"internalType\":\"uint96\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getTotalStakeHistoryLength\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getTotalStakeIndicesAtBlockNumber\",\"inputs\":[{\"name\":\"blockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint32[]\",\"internalType\":\"uint32[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getTotalStakeUpdateAtIndex\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"index\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIStakeRegistry.StakeUpdate\",\"components\":[{\"name\":\"updateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"nextUpdateBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"stake\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"initializeQuorum\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"minimumStake\",\"type\":\"uint96\",\"internalType\":\"uint96\"},{\"name\":\"_strategyParams\",\"type\":\"tuple[]\",\"internalType\":\"structIStakeRegistry.StrategyParams[]\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"minimumStakeForQuorum\",\"inputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint96\",\"internalType\":\"uint96\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"modifyStrategyParams\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"strategyIndices\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"},{\"name\":\"newMultipliers\",\"type\":\"uint96[]\",\"internalType\":\"uint96[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"registerOperator\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint96[]\",\"internalType\":\"uint96[]\"},{\"name\":\"\",\"type\":\"uint96[]\",\"internalType\":\"uint96[]\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"registryCoordinator\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"removeStrategies\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"indicesToRemove\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setMinimumStakeForQuorum\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"minimumStake\",\"type\":\"uint96\",\"internalType\":\"uint96\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"strategiesPerQuorum\",\"inputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"strategyParams\",\"inputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"strategyParamsByIndex\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"index\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIStakeRegistry.StrategyParams\",\"components\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint96\",\"internalType\":\"uint96\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"strategyParamsLength\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"updateOperatorStake\",\"inputs\":[{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"operatorId\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"quorumNumbers\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint192\",\"internalType\":\"uint192\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"weightOfOperatorForQuorum\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"operator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint96\",\"internalType\":\"uint96\"}],\"stateMutability\":\"view\"},{\"type\":\"event\",\"name\":\"MinimumStakeForQuorumUpdated\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"indexed\":true,\"internalType\":\"uint8\"},{\"name\":\"minimumStake\",\"type\":\"uint96\",\"indexed\":false,\"internalType\":\"uint96\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OperatorStakeUpdate\",\"inputs\":[{\"name\":\"operatorId\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"},{\"name\":\"stake\",\"type\":\"uint96\",\"indexed\":false,\"internalType\":\"uint96\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"QuorumCreated\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"indexed\":true,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StrategyAddedToQuorum\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"indexed\":true,\"internalType\":\"uint8\"},{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StrategyMultiplierUpdated\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"indexed\":true,\"internalType\":\"uint8\"},{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"},{\"name\":\"multiplier\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StrategyRemovedFromQuorum\",\"inputs\":[{\"name\":\"quorumNumber\",\"type\":\"uint8\",\"indexed\":true,\"internalType\":\"uint8\"},{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"}],\"anonymous\":false}]",
	Bin: "0x60c06040523480156200001157600080fd5b50604051620033c8380380620033c8833981016040819052620000349162000065565b6001600160a01b0391821660a05216608052620000a4565b6001600160a01b03811681146200006257600080fd5b50565b600080604083850312156200007957600080fd5b825162000086816200004c565b602084015190925062000099816200004c565b809150509250929050565b60805160a0516132e9620000df6000396000818161037a01528181611a470152611b7901526000818161052901526118a801526132e96000f3fe608060405234801561001057600080fd5b50600436106101e55760003560e01c80639f3ccf651161010f578063c8294c56116100a2578063f2be94ae11610071578063f2be94ae1461054b578063f851e1981461055e578063fa28c62714610571578063ff694a771461058457600080fd5b8063c8294c56146104d6578063d5eccc05146104e9578063dd9846b9146104fc578063df5cf7231461052457600080fd5b8063bc9a40c3116100de578063bc9a40c314610474578063bd29b8cd14610487578063c46778a51461049a578063c601527d146104c357600080fd5b80639f3ccf65146103ee578063ac6bfb0314610401578063adc804da14610421578063b6904b781461046157600080fd5b80634bd26e091161018757806366acfefe1161015657806366acfefe1461034a5780636d14a987146103755780637c172347146103b457806381c07502146103ce57600080fd5b80634bd26e09146102e55780635401ed27146103155780635e5a6775146103285780635f1f2d771461033757600080fd5b806320b66298116101c357806320b662981461026c57806325504777146102815780632cd95940146102a25780633ca5a5f5146102c257600080fd5b80630491b41c146101ea57806308732461146102205780631f9b74e014610241575b600080fd5b61020d6101f8366004612803565b60ff1660009081526001602052604090205490565b6040519081526020015b60405180910390f35b61023361022e36600461281e565b610597565b604051610217929190612848565b61025461024f36600461287f565b6105e0565b6040516001600160601b039091168152602001610217565b61027f61027a3660046128fa565b610602565b005b61029461028f3660046129bb565b610860565b604051610217929190612a5a565b6102b56102b0366004612a7f565b610a78565b6040516102179190612aab565b61020d6102d0366004612803565b60ff1660009081526003602052604090205490565b61020d6102f3366004612a7f565b600091825260026020908152604080842060ff93909316845291905290205490565b610254610323366004612a7f565b610b17565b61020d670de0b6b3a764000081565b61027f610345366004612bb4565b610b30565b61035d6103583660046129bb565b610e78565b6040516001600160c01b039091168152602001610217565b61039c7f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b039091168152602001610217565b6103bc602081565b60405160ff9091168152602001610217565b6103e16103dc366004612c70565b610f17565b6040516102179190612cc2565b61039c6103fc36600461281e565b611157565b61041461040f366004612d00565b61118f565b6040516102179190612d33565b61043461042f36600461281e565b611227565b6040805182516001600160a01b031681526020928301516001600160601b03169281019290925201610217565b61041461046f36600461281e565b6112a1565b61027f610482366004612d7f565b611330565b61027f610495366004612da9565b611351565b6102546104a8366004612803565b6000602081905290815260409020546001600160601b031681565b61027f6104d1366004612e75565b6113c3565b6102546104e4366004612ec2565b6113df565b6102546104f7366004612803565b61145d565b61050f61050a366004612efe565b6114b0565b60405163ffffffff9091168152602001610217565b61039c7f000000000000000000000000000000000000000000000000000000000000000081565b610254610559366004612f3a565b6114c5565b61041461056c366004612a7f565b61155a565b61025461057f366004612efe565b61163f565b61027f610592366004612f7c565b6116a0565b600360205281600052604060002081815481106105b357600080fd5b6000918252602090912001546001600160a01b0381169250600160a01b90046001600160601b0316905082565b6000826105ec816117cb565b60006105f88585611847565b5095945050505050565b61060a611a45565b84610614816117cb565b838061068f576040805162461bcd60e51b81526020600482015260248101919091527f5374616b6552656769737472792e6d6f6469667953747261746567795061726160448201527f6d733a206e6f20737472617465677920696e64696365732070726f766964656460648201526084015b60405180910390fd5b8281146107045760405162461bcd60e51b815260206004820152603960248201527f5374616b6552656769737472792e6d6f6469667953747261746567795061726160448201527f6d733a20696e707574206c656e677468206d69736d61746368000000000000006064820152608401610686565b60ff87166000908152600360205260408120905b828110156108555785858281811061073257610732612fd9565b90506020020160208101906107479190612fef565b8289898481811061075a5761075a612fd9565b905060200201358154811061077157610771612fd9565b9060005260206000200160000160146101000a8154816001600160601b0302191690836001600160601b031602179055508860ff167f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75838a8a858181106107da576107da612fd9565b90506020020135815481106107f1576107f1612fd9565b6000918252602090912001546001600160a01b031688888581811061081857610818612fd9565b905060200201602081019061082d9190612fef565b60405161083b929190612848565b60405180910390a28061084d81613020565b915050610718565b505050505050505050565b60608061086b611b6e565b6000836001600160401b0381111561088557610885612b23565b6040519080825280602002602001820160405280156108ae578160200160208202803683370190505b5090506000846001600160401b038111156108cb576108cb612b23565b6040519080825280602002602001820160405280156108f4578160200160208202803683370190505b50905060005b85811015610a6a57600087878381811061091657610916612fd9565b919091013560f81c915061092b9050816117cb565b600080610938838d611847565b91509150806109d55760405162461bcd60e51b815260206004820152605b60248201527f5374616b6552656769737472792e72656769737465724f70657261746f723a2060448201527f4f70657261746f7220646f6573206e6f74206d656574206d696e696d756d207360648201527f74616b6520726571756972656d656e7420666f722071756f72756d0000000000608482015260a401610686565b60006109e28c8585611c21565b9050828786815181106109f7576109f7612fd9565b60200260200101906001600160601b031690816001600160601b031681525050610a218482611ea1565b868681518110610a3357610a33612fd9565b60200260200101906001600160601b031690816001600160601b031681525050505050508080610a6290613020565b9150506108fa565b509097909650945050505050565b600082815260026020908152604080832060ff851684528252808320805482518185028101850190935280835260609492939192909184015b82821015610b0a576000848152602090819020604080516060810182529185015463ffffffff8082168452600160201b82041683850152600160401b90046001600160601b031690820152825260019092019101610ab1565b5050505090505b92915050565b600080610b24848461155a565b60400151949350505050565b610b38611a45565b81610b42816117cb565b815180610bb75760405162461bcd60e51b815260206004820152603d60248201527f5374616b6552656769737472792e72656d6f7665537472617465676965733a2060448201527f6e6f20696e646963657320746f2072656d6f76652070726f76696465640000006064820152608401610686565b60ff841660009081526003602090815260408083206004909252822090915b83811015610e6f578660ff167f31fa2e2cd280c9375e13ffcf3d81e2378100186e4058f8d3ddb690b82dcd31f784888481518110610c1657610c16612fd9565b602002602001015181548110610c2e57610c2e612fd9565b600091825260209182902001546040516001600160a01b0390911681520160405180910390a28660ff167f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a7584888481518110610c8c57610c8c612fd9565b602002602001015181548110610ca457610ca4612fd9565b600091825260208083209190910154604080516001600160a01b039092168252918101929092520160405180910390a282548390610ce49060019061303b565b81548110610cf457610cf4612fd9565b9060005260206000200183878381518110610d1157610d11612fd9565b602002602001015181548110610d2957610d29612fd9565b600091825260209091208254910180546001600160a01b0319166001600160a01b03909216918217815591546001600160601b03600160a01b9182900416021790558254839080610d7c57610d7c613052565b60008281526020812082016000199081019190915501905581548290610da49060019061303b565b81548110610db457610db4612fd9565b9060005260206000200160009054906101000a90046001600160a01b031682878381518110610de557610de5612fd9565b602002602001015181548110610dfd57610dfd612fd9565b9060005260206000200160006101000a8154816001600160a01b0302191690836001600160a01b0316021790555081805480610e3b57610e3b613052565b600082815260209020810160001990810180546001600160a01b031916905501905580610e6781613020565b915050610bd6565b50505050505050565b6000610e82611b6e565b6000805b838110156105f8576000858583818110610ea257610ea2612fd9565b919091013560f81c9150610eb79050816117cb565b600080610ec4838b611847565b9150915080610ee65760009150600160ff84161b6001600160c01b0386161794505b6000610ef38a8585611c21565b9050610eff8482611ea1565b50505050508080610f0f90613020565b915050610e86565b60606000826001600160401b03811115610f3357610f33612b23565b604051908082528060200260200182016040528015610f5c578160200160208202803683370190505b50905060005b8381101561114c576000858583818110610f7e57610f7e612fd9565b919091013560f81c9150610f939050816117cb565b60ff81166000908152600160205260408120805463ffffffff8a169290610fbc57610fbc612fd9565b60009182526020909120015463ffffffff1611156110685760405162461bcd60e51b815260206004820152605b60248201527f5374616b6552656769737472792e676574546f74616c5374616b65496e64696360448201527f65734174426c6f636b4e756d6265723a2071756f72756d20686173206e6f207360648201527f74616b6520686973746f727920617420626c6f636b4e756d6265720000000000608482015260a401610686565b60ff8116600090815260016020526040812054905b818110156111365760ff8316600090815260016020819052604090912063ffffffff8b16916110ac848661303b565b6110b6919061303b565b815481106110c6576110c6612fd9565b60009182526020909120015463ffffffff16116111245760016110e9828461303b565b6110f3919061303b565b85858151811061110557611105612fd9565b602002602001019063ffffffff16908163ffffffff1681525050611136565b8061112e81613020565b91505061107d565b505050808061114490613020565b915050610f62565b5090505b9392505050565b6004602052816000526040600020818154811061117357600080fd5b6000918252602090912001546001600160a01b03169150829050565b60408051606081018252600080825260208083018290528284018290528582526002815283822060ff881683529052919091208054839081106111d4576111d4612fd9565b600091825260209182902060408051606081018252929091015463ffffffff8082168452600160201b82041693830193909352600160401b9092046001600160601b031691810191909152949350505050565b604080518082019091526000808252602082015260ff8316600090815260036020526040902080548390811061125f5761125f612fd9565b6000918252602091829020604080518082019091529101546001600160a01b0381168252600160a01b90046001600160601b0316918101919091529392505050565b604080516060810182526000808252602080830182905282840182905260ff8616825260019052919091208054839081106112de576112de612fd9565b600091825260209182902060408051606081018252929091015463ffffffff8082168452600160201b82041693830193909352600160401b9092046001600160601b0316918101919091529392505050565b611338611a45565b81611342816117cb565b61134c838361201b565b505050565b611359611b6e565b60005b818110156113bd57600083838381811061137857611378612fd9565b919091013560f81c915061138d9050816117cb565b600061139b86836000611c21565b90506113a78282611ea1565b50505080806113b590613020565b91505061135c565b50505050565b6113cb611a45565b816113d5816117cb565b61134c8383612084565b60ff8316600090815260016020526040812080548291908490811061140657611406612fd9565b600091825260209182902060408051606081018252919092015463ffffffff8082168352600160201b820416938201939093526001600160601b03600160401b90930492909216908201529050610b2481856124c7565b60ff8116600090815260016020819052604082208054909161147e9161303b565b8154811061148e5761148e612fd9565b600091825260209091200154600160401b90046001600160601b031692915050565b60006114bd848484612641565b949350505050565b600082815260026020908152604080832060ff8816845290915281208054829190849081106114f6576114f6612fd9565b600091825260209182902060408051606081018252919092015463ffffffff8082168352600160201b820416938201939093526001600160601b03600160401b9093049290921690820152905061154d81866124c7565b6040015195945050505050565b6040805160608082018352600080835260208084018290528385018290528682526002815284822060ff871683528152848220548551938401865282845290830182905293820152909190816115b3579150610b119050565b600085815260026020908152604080832060ff8816845290915290206115da60018461303b565b815481106115ea576115ea612fd9565b600091825260209182902060408051606081018252919092015463ffffffff8082168352600160201b820416938201939093526001600160601b03600160401b90930492909216908201529250610b11915050565b600083815260026020908152604080832060ff861684529091528120611666858585612641565b63ffffffff168154811061167c5761167c612fd9565b600091825260209091200154600160401b90046001600160601b0316949350505050565b6116a8611b6e565b60ff8316600090815260016020526040902054156117265760405162461bcd60e51b815260206004820152603560248201527f5374616b6552656769737472792e696e697469616c697a6551756f72756d3a2060448201527471756f72756d20616c72656164792065786973747360581b6064820152608401610686565b6117308382612084565b61173a838361201b565b505060ff166000908152600160208181526040808420815160608101835263ffffffff438116825281850187815293820187815283549687018455928752939095209451949093018054915193516001600160601b0316600160401b02600160401b600160a01b0319948416600160201b0267ffffffffffffffff1990931695909316949094171791909116179055565b60ff81166000908152600160205260409020546118445760405162461bcd60e51b815260206004820152603160248201527f5374616b6552656769737472792e71756f72756d4578697374733a2071756f726044820152701d5b48191bd95cc81b9bdd08195e1a5cdd607a1b6064820152608401610686565b50565b6000806000806118668660ff1660009081526003602052604090205490565b604080518082019091526000808252602082015290915060ff871660009081526004602081905260408083209051639004134760e01b81526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016926390041347926118db928c9201613068565b600060405180830381865afa1580156118f8573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261192091908101906130c7565b905060005b83811015611a115760ff8916600090815260036020526040902080548290811061195157611951612fd9565b60009182526020808320604080518082019091529201546001600160a01b0381168352600160a01b90046001600160601b031690820152835190945083908390811061199f5761199f612fd9565b602002602001015111156119ff57670de0b6b3a764000083602001516001600160601b03168383815181106119d6576119d6612fd9565b60200260200101516119e89190613157565b6119f29190613176565b6119fc9086613198565b94505b80611a0981613020565b915050611925565b50505060ff8616600090815260208190526040902054919350506001600160601b03908116908316101590505b9250929050565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316638da5cb5b6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611aa3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ac791906131c3565b6001600160a01b0316336001600160a01b031614611b6c5760405162461bcd60e51b815260206004820152605660248201527f5374616b6552656769737472792e6f6e6c79436f6f7264696e61746f724f776e60448201527f65723a2063616c6c6572206973206e6f7420746865206f776e6572206f6620746064820152753432903932b3b4b9ba393ca1b7b7b93234b730ba37b960511b608482015260a401610686565b565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614611b6c5760405162461bcd60e51b815260206004820152604c60248201527f5374616b6552656769737472792e6f6e6c795265676973747279436f6f72646960448201527f6e61746f723a2063616c6c6572206973206e6f7420746865205265676973747260648201526b3ca1b7b7b93234b730ba37b960a11b608482015260a401610686565b600083815260026020908152604080832060ff86168452909152812054819080611ce557600086815260026020908152604080832060ff891684528252808320815160608101835263ffffffff43811682528185018681526001600160601b03808c16958401958652845460018101865594885295909620915191909201805495519351909416600160401b02600160401b600160a01b0319938316600160201b0267ffffffffffffffff1990961691909216179390931716919091179055611e47565b600086815260026020908152604080832060ff891684529091528120611d0c60018461303b565b81548110611d1c57611d1c612fd9565b600091825260209091200180546001600160601b03600160401b909104811694509091508516831415611d555760009350505050611150565b80544363ffffffff90811691161415611d8f578054600160401b600160a01b031916600160401b6001600160601b03871602178155611e45565b805467ffffffff000000001916600160201b4363ffffffff90811682810293909317845560008a815260026020908152604080832060ff8d168452825280832081516060810183529687528683018481526001600160601b038d81169389019384528254600181018455928652939094209651960180549351915196851667ffffffffffffffff1990941693909317931690930291909117600160401b600160a01b031916600160401b93909216929092021790555b505b6040805160ff871681526001600160601b038616602082015287917f2f527d527e95d8fe40aec55377743bb779087da3f6d0d08f12e36444da62327d910160405180910390a2611e9782856127a7565b9695505050505050565b60ff821660009081526001602081905260408220805491839190611ec5908461303b565b81548110611ed557611ed5612fd9565b9060005260206000200190508360001415611f045754600160401b90046001600160601b03169150610b119050565b8054600090611f2390600160401b90046001600160601b0316866127bf565b82549091504363ffffffff90811691161415611f60578154600160401b600160a01b031916600160401b6001600160601b03831602178255612012565b815463ffffffff438116600160201b81810267ffffffff000000001990941693909317855560ff8916600090815260016020818152604080842081516060810183529586528583018581526001600160601b03808b169388019384528254958601835591865292909420945194909201805491519251909316600160401b02600160401b600160a01b031992861690960267ffffffffffffffff19909116939094169290921792909217169190911790555b95945050505050565b60ff82166000818152602081815260409182902080546bffffffffffffffffffffffff19166001600160601b03861690811790915591519182527f26eecff2b70b0a71104ff4d940ba7162d23a95c248771fc487a7be17a596b3cf910160405180910390a25050565b60008151116120e95760405162461bcd60e51b8152602060048201526038602482015260008051602061329483398151915260448201527f3a206e6f20737472617465676965732070726f766964656400000000000000006064820152608401610686565b805160ff83166000908152600360209081526040909120549061210c83836131e0565b111561217c5760405162461bcd60e51b8152602060048201526045602482015260008051602061329483398151915260448201527f3a20657863656564204d41585f5745494748494e475f46554e4354494f4e5f4c60648201526408a9c8ea8960db1b608482015260a401610686565b60005b828110156124c05760005b61219482846131e0565b811015612275578482815181106121ad576121ad612fd9565b6020026020010151600001516001600160a01b0316600360008860ff1660ff16815260200190815260200160002082815481106121ec576121ec612fd9565b6000918252602090912001546001600160a01b031614156122635760405162461bcd60e51b815260206004820152603d602482015260008051602061329483398151915260448201527f3a2063616e6e6f74206164642073616d652073747261746567792032780000006064820152608401610686565b8061226d81613020565b91505061218a565b50600084828151811061228a5761228a612fd9565b6020026020010151602001516001600160601b03161161230f5760405162461bcd60e51b8152602060048201526046602482015260008051602061329483398151915260448201527f3a2063616e6e6f74206164642073747261746567792077697468207a65726f206064820152651dd95a59da1d60d21b608482015260a401610686565b60ff85166000908152600360205260409020845185908390811061233557612335612fd9565b602090810291909101810151825460018101845560009384528284208251928401516001600160601b0316600160a01b026001600160a01b039093169290921791015560ff871682526004905260409020845185908390811061239a5761239a612fd9565b6020908102919091018101515182546001810184556000938452919092200180546001600160a01b0319166001600160a01b03909216919091179055835160ff8616907f10565e56cacbf32eca267945f054fec02e59750032d113d3302182ad967f54049086908490811061241157612411612fd9565b602090810291909101810151516040516001600160a01b0390911681520160405180910390a28460ff167f11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a7585838151811061246e5761246e612fd9565b60200260200101516000015186848151811061248c5761248c612fd9565b6020026020010151602001516040516124a6929190612848565b60405180910390a2806124b881613020565b91505061217f565b5050505050565b816000015163ffffffff168163ffffffff16101561256c5760405162461bcd60e51b815260206004820152605660248201527f5374616b6552656769737472792e5f76616c69646174655374616b655570646160448201527f74654174426c6f636b4e756d6265723a207374616b6555706461746520697320606482015275333937b69030b33a32b910313637b1b5a73ab6b132b960511b608482015260a401610686565b602082015163ffffffff1615806125925750816020015163ffffffff168163ffffffff16105b61263d5760405162461bcd60e51b815260206004820152606a60248201527f5374616b6552656769737472792e5f76616c69646174655374616b655570646160448201527f74654174426c6f636b4e756d6265723a2074686572652069732061206e65776560648201527f72207374616b6555706461746520617661696c61626c65206265666f726520626084820152693637b1b5a73ab6b132b960b11b60a482015260c401610686565b5050565b600083815260026020908152604080832060ff86168452909152812054805b80156126e257600086815260026020908152604080832060ff89168452909152902063ffffffff85169061269560018461303b565b815481106126a5576126a5612fd9565b60009182526020909120015463ffffffff16116126d0576126c760018261303b565b92505050611150565b806126da816131f8565b915050612660565b5060405162461bcd60e51b815260206004820152608160248201527f5374616b6552656769737472792e5f6765745374616b65557064617465496e6460448201527f6578466f724f70657261746f724174426c6f636b4e756d6265723a206e6f207360648201527f74616b652075706461746520666f756e6420666f72206f70657261746f72496460848201527f20616e642071756f72756d4e756d62657220617420626c6f636b206e756d626560a4820152603960f91b60c482015260e401610686565b60006111506001600160601b0380851690841661320f565b6000808212156127e3576127d28261324e565b6127dc908461326b565b9050610b11565b6127dc8284613198565b803560ff811681146127fe57600080fd5b919050565b60006020828403121561281557600080fd5b611150826127ed565b6000806040838503121561283157600080fd5b61283a836127ed565b946020939093013593505050565b6001600160a01b039290921682526001600160601b0316602082015260400190565b6001600160a01b038116811461184457600080fd5b6000806040838503121561289257600080fd5b61289b836127ed565b915060208301356128ab8161286a565b809150509250929050565b60008083601f8401126128c857600080fd5b5081356001600160401b038111156128df57600080fd5b6020830191508360208260051b8501011115611a3e57600080fd5b60008060008060006060868803121561291257600080fd5b61291b866127ed565b945060208601356001600160401b038082111561293757600080fd5b61294389838a016128b6565b9096509450604088013591508082111561295c57600080fd5b50612969888289016128b6565b969995985093965092949392505050565b60008083601f84011261298c57600080fd5b5081356001600160401b038111156129a357600080fd5b602083019150836020828501011115611a3e57600080fd5b600080600080606085870312156129d157600080fd5b84356129dc8161286a565b93506020850135925060408501356001600160401b038111156129fe57600080fd5b612a0a8782880161297a565b95989497509550505050565b600081518084526020808501945080840160005b83811015612a4f5781516001600160601b031687529582019590820190600101612a2a565b509495945050505050565b604081526000612a6d6040830185612a16565b82810360208401526120128185612a16565b60008060408385031215612a9257600080fd5b82359150612aa2602084016127ed565b90509250929050565b6020808252825182820181905260009190848201906040850190845b81811015612b1757612b0483855163ffffffff808251168352806020830151166020840152506001600160601b0360408201511660408301525050565b9284019260609290920191600101612ac7565b50909695505050505050565b634e487b7160e01b600052604160045260246000fd5b604080519081016001600160401b0381118282101715612b5b57612b5b612b23565b60405290565b604051601f8201601f191681016001600160401b0381118282101715612b8957612b89612b23565b604052919050565b60006001600160401b03821115612baa57612baa612b23565b5060051b60200190565b60008060408385031215612bc757600080fd5b612bd0836127ed565b91506020808401356001600160401b03811115612bec57600080fd5b8401601f81018613612bfd57600080fd5b8035612c10612c0b82612b91565b612b61565b81815260059190911b82018301908381019088831115612c2f57600080fd5b928401925b82841015612c4d57833582529284019290840190612c34565b80955050505050509250929050565b803563ffffffff811681146127fe57600080fd5b600080600060408486031215612c8557600080fd5b612c8e84612c5c565b925060208401356001600160401b03811115612ca957600080fd5b612cb58682870161297a565b9497909650939450505050565b6020808252825182820181905260009190848201906040850190845b81811015612b1757835163ffffffff1683529284019291840191600101612cde565b600080600060608486031215612d1557600080fd5b612d1e846127ed565b95602085013595506040909401359392505050565b815163ffffffff9081168252602080840151909116908201526040808301516001600160601b03169082015260608101610b11565b80356001600160601b03811681146127fe57600080fd5b60008060408385031215612d9257600080fd5b612d9b836127ed565b9150612aa260208401612d68565b600080600060408486031215612dbe57600080fd5b8335925060208401356001600160401b03811115612ca957600080fd5b600082601f830112612dec57600080fd5b81356020612dfc612c0b83612b91565b82815260069290921b84018101918181019086841115612e1b57600080fd5b8286015b84811015612e6a5760408189031215612e385760008081fd5b612e40612b39565b8135612e4b8161286a565b8152612e58828601612d68565b81860152835291830191604001612e1f565b509695505050505050565b60008060408385031215612e8857600080fd5b612e91836127ed565b915060208301356001600160401b03811115612eac57600080fd5b612eb885828601612ddb565b9150509250929050565b600080600060608486031215612ed757600080fd5b612ee0846127ed565b9250612eee60208501612c5c565b9150604084013590509250925092565b600080600060608486031215612f1357600080fd5b83359250612f23602085016127ed565b9150612f3160408501612c5c565b90509250925092565b60008060008060808587031215612f5057600080fd5b612f59856127ed565b9350612f6760208601612c5c565b93969395505050506040820135916060013590565b600080600060608486031215612f9157600080fd5b612f9a846127ed565b9250612fa860208501612d68565b915060408401356001600160401b03811115612fc357600080fd5b612fcf86828701612ddb565b9150509250925092565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561300157600080fd5b61115082612d68565b634e487b7160e01b600052601160045260246000fd5b60006000198214156130345761303461300a565b5060010190565b60008282101561304d5761304d61300a565b500390565b634e487b7160e01b600052603160045260246000fd5b60006040820160018060a01b03808616845260206040818601528286548085526060870191508760005282600020945060005b818110156130b957855485168352600195860195928401920161309b565b509098975050505050505050565b600060208083850312156130da57600080fd5b82516001600160401b038111156130f057600080fd5b8301601f8101851361310157600080fd5b805161310f612c0b82612b91565b81815260059190911b8201830190838101908783111561312e57600080fd5b928401925b8284101561314c57835182529284019290840190613133565b979650505050505050565b60008160001904831182151516156131715761317161300a565b500290565b60008261319357634e487b7160e01b600052601260045260246000fd5b500490565b60006001600160601b038083168185168083038211156131ba576131ba61300a565b01949350505050565b6000602082840312156131d557600080fd5b81516111508161286a565b600082198211156131f3576131f361300a565b500190565b6000816132075761320761300a565b506000190190565b60008083128015600160ff1b85018412161561322d5761322d61300a565b6001600160ff1b03840183138116156132485761324861300a565b50500390565b6000600160ff1b8214156132645761326461300a565b5060000390565b60006001600160601b038381169083168181101561328b5761328b61300a565b03939250505056fe5374616b6552656769737472792e5f6164645374726174656779506172616d73a2646970667358221220917a1b70375c0f80661be231d4fa91ad79e385c50ec1433637cbf1097b5b984d64736f6c634300080c0033",
}
⋮----
// ContractStakeRegistryABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractStakeRegistryMetaData.ABI instead.
var ContractStakeRegistryABI = ContractStakeRegistryMetaData.ABI
⋮----
// ContractStakeRegistryBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractStakeRegistryMetaData.Bin instead.
var ContractStakeRegistryBin = ContractStakeRegistryMetaData.Bin
⋮----
// DeployContractStakeRegistry deploys a new Ethereum contract, binding an instance of ContractStakeRegistry to it.
func DeployContractStakeRegistry(auth *bind.TransactOpts, backend bind.ContractBackend, _registryCoordinator common.Address, _delegationManager common.Address) (common.Address, *types.Transaction, *ContractStakeRegistry, error)
⋮----
// ContractStakeRegistryMethods is an auto generated interface around an Ethereum contract.
type ContractStakeRegistryMethods interface {
	ContractStakeRegistryCalls
	ContractStakeRegistryTransacts
	ContractStakeRegistryFilters
}
⋮----
// ContractStakeRegistryCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractStakeRegistryCalls interface {
	MAXWEIGHINGFUNCTIONLENGTH(opts *bind.CallOpts) (uint8, error)

	WEIGHTINGDIVISOR(opts *bind.CallOpts) (*big.Int, error)

	Delegation(opts *bind.CallOpts) (common.Address, error)

	GetCurrentStake(opts *bind.CallOpts, operatorId [32]byte, quorumNumber uint8) (*big.Int, error)

	GetCurrentTotalStake(opts *bind.CallOpts, quorumNumber uint8) (*big.Int, error)

	GetLatestStakeUpdate(opts *bind.CallOpts, operatorId [32]byte, quorumNumber uint8) (IStakeRegistryStakeUpdate, error)

	GetStakeAtBlockNumber(opts *bind.CallOpts, operatorId [32]byte, quorumNumber uint8, blockNumber uint32) (*big.Int, error)

	GetStakeAtBlockNumberAndIndex(opts *bind.CallOpts, quorumNumber uint8, blockNumber uint32, operatorId [32]byte, index *big.Int) (*big.Int, error)

	GetStakeHistory(opts *bind.CallOpts, operatorId [32]byte, quorumNumber uint8) ([]IStakeRegistryStakeUpdate, error)

	GetStakeHistoryLength(opts *bind.CallOpts, operatorId [32]byte, quorumNumber uint8) (*big.Int, error)

	GetStakeUpdateAtIndex(opts *bind.CallOpts, quorumNumber uint8, operatorId [32]byte, index *big.Int) (IStakeRegistryStakeUpdate, error)

	GetStakeUpdateIndexAtBlockNumber(opts *bind.CallOpts, operatorId [32]byte, quorumNumber uint8, blockNumber uint32) (uint32, error)

	GetTotalStakeAtBlockNumberFromIndex(opts *bind.CallOpts, quorumNumber uint8, blockNumber uint32, index *big.Int) (*big.Int, error)

	GetTotalStakeHistoryLength(opts *bind.CallOpts, quorumNumber uint8) (*big.Int, error)

	GetTotalStakeIndicesAtBlockNumber(opts *bind.CallOpts, blockNumber uint32, quorumNumbers []byte) ([]uint32, error)

	GetTotalStakeUpdateAtIndex(opts *bind.CallOpts, quorumNumber uint8, index *big.Int) (IStakeRegistryStakeUpdate, error)

	MinimumStakeForQuorum(opts *bind.CallOpts, arg0 uint8) (*big.Int, error)

	RegistryCoordinator(opts *bind.CallOpts) (common.Address, error)

	StrategiesPerQuorum(opts *bind.CallOpts, arg0 uint8, arg1 *big.Int) (common.Address, error)

	StrategyParams(opts *bind.CallOpts, arg0 uint8, arg1 *big.Int) (struct {
		Strategy   common.Address
		Multiplier *big.Int
	}, error)
⋮----
// ContractStakeRegistryTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractStakeRegistryTransacts interface {
	AddStrategies(opts *bind.TransactOpts, quorumNumber uint8, _strategyParams []IStakeRegistryStrategyParams) (*types.Transaction, error)

	DeregisterOperator(opts *bind.TransactOpts, operatorId [32]byte, quorumNumbers []byte) (*types.Transaction, error)

	InitializeQuorum(opts *bind.TransactOpts, quorumNumber uint8, minimumStake *big.Int, _strategyParams []IStakeRegistryStrategyParams) (*types.Transaction, error)

	ModifyStrategyParams(opts *bind.TransactOpts, quorumNumber uint8, strategyIndices []*big.Int, newMultipliers []*big.Int) (*types.Transaction, error)

	RegisterOperator(opts *bind.TransactOpts, operator common.Address, operatorId [32]byte, quorumNumbers []byte) (*types.Transaction, error)

	RemoveStrategies(opts *bind.TransactOpts, quorumNumber uint8, indicesToRemove []*big.Int) (*types.Transaction, error)

	SetMinimumStakeForQuorum(opts *bind.TransactOpts, quorumNumber uint8, minimumStake *big.Int) (*types.Transaction, error)

	UpdateOperatorStake(opts *bind.TransactOpts, operator common.Address, operatorId [32]byte, quorumNumbers []byte) (*types.Transaction, error)
}
⋮----
// ContractStakeRegistryFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractStakeRegistryFilters interface {
	FilterMinimumStakeForQuorumUpdated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractStakeRegistryMinimumStakeForQuorumUpdatedIterator, error)
	WatchMinimumStakeForQuorumUpdated(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryMinimumStakeForQuorumUpdated, quorumNumber []uint8) (event.Subscription, error)
	ParseMinimumStakeForQuorumUpdated(log types.Log) (*ContractStakeRegistryMinimumStakeForQuorumUpdated, error)

	FilterOperatorStakeUpdate(opts *bind.FilterOpts, operatorId [][32]byte) (*ContractStakeRegistryOperatorStakeUpdateIterator, error)
	WatchOperatorStakeUpdate(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryOperatorStakeUpdate, operatorId [][32]byte) (event.Subscription, error)
	ParseOperatorStakeUpdate(log types.Log) (*ContractStakeRegistryOperatorStakeUpdate, error)

	FilterQuorumCreated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractStakeRegistryQuorumCreatedIterator, error)
	WatchQuorumCreated(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryQuorumCreated, quorumNumber []uint8) (event.Subscription, error)
	ParseQuorumCreated(log types.Log) (*ContractStakeRegistryQuorumCreated, error)

	FilterStrategyAddedToQuorum(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractStakeRegistryStrategyAddedToQuorumIterator, error)
	WatchStrategyAddedToQuorum(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryStrategyAddedToQuorum, quorumNumber []uint8) (event.Subscription, error)
	ParseStrategyAddedToQuorum(log types.Log) (*ContractStakeRegistryStrategyAddedToQuorum, error)

	FilterStrategyMultiplierUpdated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractStakeRegistryStrategyMultiplierUpdatedIterator, error)
	WatchStrategyMultiplierUpdated(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryStrategyMultiplierUpdated, quorumNumber []uint8) (event.Subscription, error)
	ParseStrategyMultiplierUpdated(log types.Log) (*ContractStakeRegistryStrategyMultiplierUpdated, error)

	FilterStrategyRemovedFromQuorum(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractStakeRegistryStrategyRemovedFromQuorumIterator, error)
	WatchStrategyRemovedFromQuorum(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryStrategyRemovedFromQuorum, quorumNumber []uint8) (event.Subscription, error)
	ParseStrategyRemovedFromQuorum(log types.Log) (*ContractStakeRegistryStrategyRemovedFromQuorum, error)
}
⋮----
// ContractStakeRegistry is an auto generated Go binding around an Ethereum contract.
type ContractStakeRegistry struct {
	ContractStakeRegistryCaller     // Read-only binding to the contract
	ContractStakeRegistryTransactor // Write-only binding to the contract
	ContractStakeRegistryFilterer   // Log filterer for contract events
}
⋮----
ContractStakeRegistryCaller     // Read-only binding to the contract
ContractStakeRegistryTransactor // Write-only binding to the contract
ContractStakeRegistryFilterer   // Log filterer for contract events
⋮----
// ContractStakeRegistry implements the ContractStakeRegistryMethods interface.
var _ ContractStakeRegistryMethods = (*ContractStakeRegistry)(nil)
⋮----
// ContractStakeRegistryCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractStakeRegistryCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractStakeRegistryCaller implements the ContractStakeRegistryCalls interface.
var _ ContractStakeRegistryCalls = (*ContractStakeRegistryCaller)(nil)
⋮----
// ContractStakeRegistryTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractStakeRegistryTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractStakeRegistryTransactor implements the ContractStakeRegistryTransacts interface.
var _ ContractStakeRegistryTransacts = (*ContractStakeRegistryTransactor)(nil)
⋮----
// ContractStakeRegistryFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractStakeRegistryFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractStakeRegistryFilterer implements the ContractStakeRegistryFilters interface.
var _ ContractStakeRegistryFilters = (*ContractStakeRegistryFilterer)(nil)
⋮----
// ContractStakeRegistrySession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractStakeRegistrySession struct {
	Contract     *ContractStakeRegistry // Generic contract binding to set the session for
	CallOpts     bind.CallOpts          // Call options to use throughout this session
	TransactOpts bind.TransactOpts      // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractStakeRegistry // Generic contract binding to set the session for
CallOpts     bind.CallOpts          // Call options to use throughout this session
TransactOpts bind.TransactOpts      // Transaction auth options to use throughout this session
⋮----
// ContractStakeRegistryCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractStakeRegistryCallerSession struct {
	Contract *ContractStakeRegistryCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                // Call options to use throughout this session
}
⋮----
Contract *ContractStakeRegistryCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                // Call options to use throughout this session
⋮----
// ContractStakeRegistryTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractStakeRegistryTransactorSession struct {
	Contract     *ContractStakeRegistryTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractStakeRegistryTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                // Transaction auth options to use throughout this session
⋮----
// ContractStakeRegistryRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractStakeRegistryRaw struct {
	Contract *ContractStakeRegistry // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractStakeRegistry // Generic contract binding to access the raw methods on
⋮----
// ContractStakeRegistryCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractStakeRegistryCallerRaw struct {
	Contract *ContractStakeRegistryCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractStakeRegistryCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractStakeRegistryTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractStakeRegistryTransactorRaw struct {
	Contract *ContractStakeRegistryTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractStakeRegistryTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractStakeRegistry creates a new instance of ContractStakeRegistry, bound to a specific deployed contract.
func NewContractStakeRegistry(address common.Address, backend bind.ContractBackend) (*ContractStakeRegistry, error)
⋮----
// NewContractStakeRegistryCaller creates a new read-only instance of ContractStakeRegistry, bound to a specific deployed contract.
func NewContractStakeRegistryCaller(address common.Address, caller bind.ContractCaller) (*ContractStakeRegistryCaller, error)
⋮----
// NewContractStakeRegistryTransactor creates a new write-only instance of ContractStakeRegistry, bound to a specific deployed contract.
func NewContractStakeRegistryTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractStakeRegistryTransactor, error)
⋮----
// NewContractStakeRegistryFilterer creates a new log filterer instance of ContractStakeRegistry, bound to a specific deployed contract.
func NewContractStakeRegistryFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractStakeRegistryFilterer, error)
⋮----
// bindContractStakeRegistry binds a generic wrapper to an already deployed contract.
func bindContractStakeRegistry(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractStakeRegistry *ContractStakeRegistryRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractStakeRegistry *ContractStakeRegistryRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractStakeRegistry *ContractStakeRegistryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// MAXWEIGHINGFUNCTIONLENGTH is a free data retrieval call binding the contract method 0x7c172347.
//
// Solidity: function MAX_WEIGHING_FUNCTION_LENGTH() view returns(uint8)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) MAXWEIGHINGFUNCTIONLENGTH(opts *bind.CallOpts) (uint8, error)
⋮----
var out []interface{}
⋮----
// WEIGHTINGDIVISOR is a free data retrieval call binding the contract method 0x5e5a6775.
⋮----
// Solidity: function WEIGHTING_DIVISOR() view returns(uint256)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) WEIGHTINGDIVISOR(opts *bind.CallOpts) (*big.Int, error)
⋮----
// Delegation is a free data retrieval call binding the contract method 0xdf5cf723.
⋮----
// Solidity: function delegation() view returns(address)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) Delegation(opts *bind.CallOpts) (common.Address, error)
⋮----
// GetCurrentStake is a free data retrieval call binding the contract method 0x5401ed27.
⋮----
// Solidity: function getCurrentStake(bytes32 operatorId, uint8 quorumNumber) view returns(uint96)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetCurrentStake(opts *bind.CallOpts, operatorId [32]byte, quorumNumber uint8) (*big.Int, error)
⋮----
// GetCurrentTotalStake is a free data retrieval call binding the contract method 0xd5eccc05.
⋮----
// Solidity: function getCurrentTotalStake(uint8 quorumNumber) view returns(uint96)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetCurrentTotalStake(opts *bind.CallOpts, quorumNumber uint8) (*big.Int, error)
⋮----
// GetLatestStakeUpdate is a free data retrieval call binding the contract method 0xf851e198.
⋮----
// Solidity: function getLatestStakeUpdate(bytes32 operatorId, uint8 quorumNumber) view returns((uint32,uint32,uint96))
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetLatestStakeUpdate(opts *bind.CallOpts, operatorId [32]byte, quorumNumber uint8) (IStakeRegistryStakeUpdate, error)
⋮----
// GetStakeAtBlockNumber is a free data retrieval call binding the contract method 0xfa28c627.
⋮----
// Solidity: function getStakeAtBlockNumber(bytes32 operatorId, uint8 quorumNumber, uint32 blockNumber) view returns(uint96)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetStakeAtBlockNumber(opts *bind.CallOpts, operatorId [32]byte, quorumNumber uint8, blockNumber uint32) (*big.Int, error)
⋮----
// GetStakeAtBlockNumberAndIndex is a free data retrieval call binding the contract method 0xf2be94ae.
⋮----
// Solidity: function getStakeAtBlockNumberAndIndex(uint8 quorumNumber, uint32 blockNumber, bytes32 operatorId, uint256 index) view returns(uint96)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetStakeAtBlockNumberAndIndex(opts *bind.CallOpts, quorumNumber uint8, blockNumber uint32, operatorId [32]byte, index *big.Int) (*big.Int, error)
⋮----
// GetStakeHistory is a free data retrieval call binding the contract method 0x2cd95940.
⋮----
// Solidity: function getStakeHistory(bytes32 operatorId, uint8 quorumNumber) view returns((uint32,uint32,uint96)[])
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetStakeHistory(opts *bind.CallOpts, operatorId [32]byte, quorumNumber uint8) ([]IStakeRegistryStakeUpdate, error)
⋮----
// GetStakeHistoryLength is a free data retrieval call binding the contract method 0x4bd26e09.
⋮----
// Solidity: function getStakeHistoryLength(bytes32 operatorId, uint8 quorumNumber) view returns(uint256)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetStakeHistoryLength(opts *bind.CallOpts, operatorId [32]byte, quorumNumber uint8) (*big.Int, error)
⋮----
// GetStakeUpdateAtIndex is a free data retrieval call binding the contract method 0xac6bfb03.
⋮----
// Solidity: function getStakeUpdateAtIndex(uint8 quorumNumber, bytes32 operatorId, uint256 index) view returns((uint32,uint32,uint96))
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetStakeUpdateAtIndex(opts *bind.CallOpts, quorumNumber uint8, operatorId [32]byte, index *big.Int) (IStakeRegistryStakeUpdate, error)
⋮----
// GetStakeUpdateIndexAtBlockNumber is a free data retrieval call binding the contract method 0xdd9846b9.
⋮----
// Solidity: function getStakeUpdateIndexAtBlockNumber(bytes32 operatorId, uint8 quorumNumber, uint32 blockNumber) view returns(uint32)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetStakeUpdateIndexAtBlockNumber(opts *bind.CallOpts, operatorId [32]byte, quorumNumber uint8, blockNumber uint32) (uint32, error)
⋮----
// GetTotalStakeAtBlockNumberFromIndex is a free data retrieval call binding the contract method 0xc8294c56.
⋮----
// Solidity: function getTotalStakeAtBlockNumberFromIndex(uint8 quorumNumber, uint32 blockNumber, uint256 index) view returns(uint96)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetTotalStakeAtBlockNumberFromIndex(opts *bind.CallOpts, quorumNumber uint8, blockNumber uint32, index *big.Int) (*big.Int, error)
⋮----
// GetTotalStakeHistoryLength is a free data retrieval call binding the contract method 0x0491b41c.
⋮----
// Solidity: function getTotalStakeHistoryLength(uint8 quorumNumber) view returns(uint256)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetTotalStakeHistoryLength(opts *bind.CallOpts, quorumNumber uint8) (*big.Int, error)
⋮----
// GetTotalStakeIndicesAtBlockNumber is a free data retrieval call binding the contract method 0x81c07502.
⋮----
// Solidity: function getTotalStakeIndicesAtBlockNumber(uint32 blockNumber, bytes quorumNumbers) view returns(uint32[])
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetTotalStakeIndicesAtBlockNumber(opts *bind.CallOpts, blockNumber uint32, quorumNumbers []byte) ([]uint32, error)
⋮----
// GetTotalStakeUpdateAtIndex is a free data retrieval call binding the contract method 0xb6904b78.
⋮----
// Solidity: function getTotalStakeUpdateAtIndex(uint8 quorumNumber, uint256 index) view returns((uint32,uint32,uint96))
func (_ContractStakeRegistry *ContractStakeRegistryCaller) GetTotalStakeUpdateAtIndex(opts *bind.CallOpts, quorumNumber uint8, index *big.Int) (IStakeRegistryStakeUpdate, error)
⋮----
// MinimumStakeForQuorum is a free data retrieval call binding the contract method 0xc46778a5.
⋮----
// Solidity: function minimumStakeForQuorum(uint8 ) view returns(uint96)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) MinimumStakeForQuorum(opts *bind.CallOpts, arg0 uint8) (*big.Int, error)
⋮----
// RegistryCoordinator is a free data retrieval call binding the contract method 0x6d14a987.
⋮----
// Solidity: function registryCoordinator() view returns(address)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) RegistryCoordinator(opts *bind.CallOpts) (common.Address, error)
⋮----
// StrategiesPerQuorum is a free data retrieval call binding the contract method 0x9f3ccf65.
⋮----
// Solidity: function strategiesPerQuorum(uint8 , uint256 ) view returns(address)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) StrategiesPerQuorum(opts *bind.CallOpts, arg0 uint8, arg1 *big.Int) (common.Address, error)
⋮----
// StrategyParams is a free data retrieval call binding the contract method 0x08732461.
⋮----
// Solidity: function strategyParams(uint8 , uint256 ) view returns(address strategy, uint96 multiplier)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) StrategyParams(opts *bind.CallOpts, arg0 uint8, arg1 *big.Int) (struct
⋮----
// StrategyParamsByIndex is a free data retrieval call binding the contract method 0xadc804da.
⋮----
// Solidity: function strategyParamsByIndex(uint8 quorumNumber, uint256 index) view returns((address,uint96))
func (_ContractStakeRegistry *ContractStakeRegistryCaller) StrategyParamsByIndex(opts *bind.CallOpts, quorumNumber uint8, index *big.Int) (IStakeRegistryStrategyParams, error)
⋮----
// StrategyParamsLength is a free data retrieval call binding the contract method 0x3ca5a5f5.
⋮----
// Solidity: function strategyParamsLength(uint8 quorumNumber) view returns(uint256)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) StrategyParamsLength(opts *bind.CallOpts, quorumNumber uint8) (*big.Int, error)
⋮----
// WeightOfOperatorForQuorum is a free data retrieval call binding the contract method 0x1f9b74e0.
⋮----
// Solidity: function weightOfOperatorForQuorum(uint8 quorumNumber, address operator) view returns(uint96)
func (_ContractStakeRegistry *ContractStakeRegistryCaller) WeightOfOperatorForQuorum(opts *bind.CallOpts, quorumNumber uint8, operator common.Address) (*big.Int, error)
⋮----
// AddStrategies is a paid mutator transaction binding the contract method 0xc601527d.
⋮----
// Solidity: function addStrategies(uint8 quorumNumber, (address,uint96)[] _strategyParams) returns()
func (_ContractStakeRegistry *ContractStakeRegistryTransactor) AddStrategies(opts *bind.TransactOpts, quorumNumber uint8, _strategyParams []IStakeRegistryStrategyParams) (*types.Transaction, error)
⋮----
// DeregisterOperator is a paid mutator transaction binding the contract method 0xbd29b8cd.
⋮----
// Solidity: function deregisterOperator(bytes32 operatorId, bytes quorumNumbers) returns()
func (_ContractStakeRegistry *ContractStakeRegistryTransactor) DeregisterOperator(opts *bind.TransactOpts, operatorId [32]byte, quorumNumbers []byte) (*types.Transaction, error)
⋮----
// InitializeQuorum is a paid mutator transaction binding the contract method 0xff694a77.
⋮----
// Solidity: function initializeQuorum(uint8 quorumNumber, uint96 minimumStake, (address,uint96)[] _strategyParams) returns()
func (_ContractStakeRegistry *ContractStakeRegistryTransactor) InitializeQuorum(opts *bind.TransactOpts, quorumNumber uint8, minimumStake *big.Int, _strategyParams []IStakeRegistryStrategyParams) (*types.Transaction, error)
⋮----
// ModifyStrategyParams is a paid mutator transaction binding the contract method 0x20b66298.
⋮----
// Solidity: function modifyStrategyParams(uint8 quorumNumber, uint256[] strategyIndices, uint96[] newMultipliers) returns()
func (_ContractStakeRegistry *ContractStakeRegistryTransactor) ModifyStrategyParams(opts *bind.TransactOpts, quorumNumber uint8, strategyIndices []*big.Int, newMultipliers []*big.Int) (*types.Transaction, error)
⋮----
// RegisterOperator is a paid mutator transaction binding the contract method 0x25504777.
⋮----
// Solidity: function registerOperator(address operator, bytes32 operatorId, bytes quorumNumbers) returns(uint96[], uint96[])
func (_ContractStakeRegistry *ContractStakeRegistryTransactor) RegisterOperator(opts *bind.TransactOpts, operator common.Address, operatorId [32]byte, quorumNumbers []byte) (*types.Transaction, error)
⋮----
// RemoveStrategies is a paid mutator transaction binding the contract method 0x5f1f2d77.
⋮----
// Solidity: function removeStrategies(uint8 quorumNumber, uint256[] indicesToRemove) returns()
func (_ContractStakeRegistry *ContractStakeRegistryTransactor) RemoveStrategies(opts *bind.TransactOpts, quorumNumber uint8, indicesToRemove []*big.Int) (*types.Transaction, error)
⋮----
// SetMinimumStakeForQuorum is a paid mutator transaction binding the contract method 0xbc9a40c3.
⋮----
// Solidity: function setMinimumStakeForQuorum(uint8 quorumNumber, uint96 minimumStake) returns()
func (_ContractStakeRegistry *ContractStakeRegistryTransactor) SetMinimumStakeForQuorum(opts *bind.TransactOpts, quorumNumber uint8, minimumStake *big.Int) (*types.Transaction, error)
⋮----
// UpdateOperatorStake is a paid mutator transaction binding the contract method 0x66acfefe.
⋮----
// Solidity: function updateOperatorStake(address operator, bytes32 operatorId, bytes quorumNumbers) returns(uint192)
func (_ContractStakeRegistry *ContractStakeRegistryTransactor) UpdateOperatorStake(opts *bind.TransactOpts, operator common.Address, operatorId [32]byte, quorumNumbers []byte) (*types.Transaction, error)
⋮----
// ContractStakeRegistryMinimumStakeForQuorumUpdatedIterator is returned from FilterMinimumStakeForQuorumUpdated and is used to iterate over the raw logs and unpacked data for MinimumStakeForQuorumUpdated events raised by the ContractStakeRegistry contract.
type ContractStakeRegistryMinimumStakeForQuorumUpdatedIterator struct {
	Event *ContractStakeRegistryMinimumStakeForQuorumUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStakeRegistryMinimumStakeForQuorumUpdated // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractStakeRegistryMinimumStakeForQuorumUpdatedIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractStakeRegistryMinimumStakeForQuorumUpdatedIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractStakeRegistryMinimumStakeForQuorumUpdatedIterator) Close() error
⋮----
// ContractStakeRegistryMinimumStakeForQuorumUpdated represents a MinimumStakeForQuorumUpdated event raised by the ContractStakeRegistry contract.
type ContractStakeRegistryMinimumStakeForQuorumUpdated struct {
	QuorumNumber uint8
	MinimumStake *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}
⋮----
Raw          types.Log // Blockchain specific contextual infos
⋮----
// FilterMinimumStakeForQuorumUpdated is a free log retrieval operation binding the contract event 0x26eecff2b70b0a71104ff4d940ba7162d23a95c248771fc487a7be17a596b3cf.
⋮----
// Solidity: event MinimumStakeForQuorumUpdated(uint8 indexed quorumNumber, uint96 minimumStake)
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) FilterMinimumStakeForQuorumUpdated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractStakeRegistryMinimumStakeForQuorumUpdatedIterator, error)
⋮----
var quorumNumberRule []interface{}
⋮----
// WatchMinimumStakeForQuorumUpdated is a free log subscription operation binding the contract event 0x26eecff2b70b0a71104ff4d940ba7162d23a95c248771fc487a7be17a596b3cf.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) WatchMinimumStakeForQuorumUpdated(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryMinimumStakeForQuorumUpdated, quorumNumber []uint8) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseMinimumStakeForQuorumUpdated is a log parse operation binding the contract event 0x26eecff2b70b0a71104ff4d940ba7162d23a95c248771fc487a7be17a596b3cf.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) ParseMinimumStakeForQuorumUpdated(log types.Log) (*ContractStakeRegistryMinimumStakeForQuorumUpdated, error)
⋮----
// ContractStakeRegistryOperatorStakeUpdateIterator is returned from FilterOperatorStakeUpdate and is used to iterate over the raw logs and unpacked data for OperatorStakeUpdate events raised by the ContractStakeRegistry contract.
type ContractStakeRegistryOperatorStakeUpdateIterator struct {
	Event *ContractStakeRegistryOperatorStakeUpdate // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStakeRegistryOperatorStakeUpdate // Event containing the contract specifics and raw log
⋮----
// ContractStakeRegistryOperatorStakeUpdate represents a OperatorStakeUpdate event raised by the ContractStakeRegistry contract.
type ContractStakeRegistryOperatorStakeUpdate struct {
	OperatorId   [32]byte
	QuorumNumber uint8
	Stake        *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}
⋮----
// FilterOperatorStakeUpdate is a free log retrieval operation binding the contract event 0x2f527d527e95d8fe40aec55377743bb779087da3f6d0d08f12e36444da62327d.
⋮----
// Solidity: event OperatorStakeUpdate(bytes32 indexed operatorId, uint8 quorumNumber, uint96 stake)
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) FilterOperatorStakeUpdate(opts *bind.FilterOpts, operatorId [][32]byte) (*ContractStakeRegistryOperatorStakeUpdateIterator, error)
⋮----
var operatorIdRule []interface{}
⋮----
// WatchOperatorStakeUpdate is a free log subscription operation binding the contract event 0x2f527d527e95d8fe40aec55377743bb779087da3f6d0d08f12e36444da62327d.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) WatchOperatorStakeUpdate(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryOperatorStakeUpdate, operatorId [][32]byte) (event.Subscription, error)
⋮----
// ParseOperatorStakeUpdate is a log parse operation binding the contract event 0x2f527d527e95d8fe40aec55377743bb779087da3f6d0d08f12e36444da62327d.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) ParseOperatorStakeUpdate(log types.Log) (*ContractStakeRegistryOperatorStakeUpdate, error)
⋮----
// ContractStakeRegistryQuorumCreatedIterator is returned from FilterQuorumCreated and is used to iterate over the raw logs and unpacked data for QuorumCreated events raised by the ContractStakeRegistry contract.
type ContractStakeRegistryQuorumCreatedIterator struct {
	Event *ContractStakeRegistryQuorumCreated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStakeRegistryQuorumCreated // Event containing the contract specifics and raw log
⋮----
// ContractStakeRegistryQuorumCreated represents a QuorumCreated event raised by the ContractStakeRegistry contract.
type ContractStakeRegistryQuorumCreated struct {
	QuorumNumber uint8
	Raw          types.Log // Blockchain specific contextual infos
}
⋮----
// FilterQuorumCreated is a free log retrieval operation binding the contract event 0x831a9c86c45bb303caf3f064be2bc2b9fd4ecf19e47c4ac02a61e75dabfe55b4.
⋮----
// Solidity: event QuorumCreated(uint8 indexed quorumNumber)
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) FilterQuorumCreated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractStakeRegistryQuorumCreatedIterator, error)
⋮----
// WatchQuorumCreated is a free log subscription operation binding the contract event 0x831a9c86c45bb303caf3f064be2bc2b9fd4ecf19e47c4ac02a61e75dabfe55b4.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) WatchQuorumCreated(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryQuorumCreated, quorumNumber []uint8) (event.Subscription, error)
⋮----
// ParseQuorumCreated is a log parse operation binding the contract event 0x831a9c86c45bb303caf3f064be2bc2b9fd4ecf19e47c4ac02a61e75dabfe55b4.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) ParseQuorumCreated(log types.Log) (*ContractStakeRegistryQuorumCreated, error)
⋮----
// ContractStakeRegistryStrategyAddedToQuorumIterator is returned from FilterStrategyAddedToQuorum and is used to iterate over the raw logs and unpacked data for StrategyAddedToQuorum events raised by the ContractStakeRegistry contract.
type ContractStakeRegistryStrategyAddedToQuorumIterator struct {
	Event *ContractStakeRegistryStrategyAddedToQuorum // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStakeRegistryStrategyAddedToQuorum // Event containing the contract specifics and raw log
⋮----
// ContractStakeRegistryStrategyAddedToQuorum represents a StrategyAddedToQuorum event raised by the ContractStakeRegistry contract.
type ContractStakeRegistryStrategyAddedToQuorum struct {
	QuorumNumber uint8
	Strategy     common.Address
	Raw          types.Log // Blockchain specific contextual infos
}
⋮----
// FilterStrategyAddedToQuorum is a free log retrieval operation binding the contract event 0x10565e56cacbf32eca267945f054fec02e59750032d113d3302182ad967f5404.
⋮----
// Solidity: event StrategyAddedToQuorum(uint8 indexed quorumNumber, address strategy)
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) FilterStrategyAddedToQuorum(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractStakeRegistryStrategyAddedToQuorumIterator, error)
⋮----
// WatchStrategyAddedToQuorum is a free log subscription operation binding the contract event 0x10565e56cacbf32eca267945f054fec02e59750032d113d3302182ad967f5404.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) WatchStrategyAddedToQuorum(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryStrategyAddedToQuorum, quorumNumber []uint8) (event.Subscription, error)
⋮----
// ParseStrategyAddedToQuorum is a log parse operation binding the contract event 0x10565e56cacbf32eca267945f054fec02e59750032d113d3302182ad967f5404.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) ParseStrategyAddedToQuorum(log types.Log) (*ContractStakeRegistryStrategyAddedToQuorum, error)
⋮----
// ContractStakeRegistryStrategyMultiplierUpdatedIterator is returned from FilterStrategyMultiplierUpdated and is used to iterate over the raw logs and unpacked data for StrategyMultiplierUpdated events raised by the ContractStakeRegistry contract.
type ContractStakeRegistryStrategyMultiplierUpdatedIterator struct {
	Event *ContractStakeRegistryStrategyMultiplierUpdated // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStakeRegistryStrategyMultiplierUpdated // Event containing the contract specifics and raw log
⋮----
// ContractStakeRegistryStrategyMultiplierUpdated represents a StrategyMultiplierUpdated event raised by the ContractStakeRegistry contract.
type ContractStakeRegistryStrategyMultiplierUpdated struct {
	QuorumNumber uint8
	Strategy     common.Address
	Multiplier   *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}
⋮----
// FilterStrategyMultiplierUpdated is a free log retrieval operation binding the contract event 0x11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75.
⋮----
// Solidity: event StrategyMultiplierUpdated(uint8 indexed quorumNumber, address strategy, uint256 multiplier)
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) FilterStrategyMultiplierUpdated(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractStakeRegistryStrategyMultiplierUpdatedIterator, error)
⋮----
// WatchStrategyMultiplierUpdated is a free log subscription operation binding the contract event 0x11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) WatchStrategyMultiplierUpdated(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryStrategyMultiplierUpdated, quorumNumber []uint8) (event.Subscription, error)
⋮----
// ParseStrategyMultiplierUpdated is a log parse operation binding the contract event 0x11a5641322da1dff56a4b66eaac31ffa465295ece907cd163437793b4d009a75.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) ParseStrategyMultiplierUpdated(log types.Log) (*ContractStakeRegistryStrategyMultiplierUpdated, error)
⋮----
// ContractStakeRegistryStrategyRemovedFromQuorumIterator is returned from FilterStrategyRemovedFromQuorum and is used to iterate over the raw logs and unpacked data for StrategyRemovedFromQuorum events raised by the ContractStakeRegistry contract.
type ContractStakeRegistryStrategyRemovedFromQuorumIterator struct {
	Event *ContractStakeRegistryStrategyRemovedFromQuorum // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStakeRegistryStrategyRemovedFromQuorum // Event containing the contract specifics and raw log
⋮----
// ContractStakeRegistryStrategyRemovedFromQuorum represents a StrategyRemovedFromQuorum event raised by the ContractStakeRegistry contract.
type ContractStakeRegistryStrategyRemovedFromQuorum struct {
	QuorumNumber uint8
	Strategy     common.Address
	Raw          types.Log // Blockchain specific contextual infos
}
⋮----
// FilterStrategyRemovedFromQuorum is a free log retrieval operation binding the contract event 0x31fa2e2cd280c9375e13ffcf3d81e2378100186e4058f8d3ddb690b82dcd31f7.
⋮----
// Solidity: event StrategyRemovedFromQuorum(uint8 indexed quorumNumber, address strategy)
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) FilterStrategyRemovedFromQuorum(opts *bind.FilterOpts, quorumNumber []uint8) (*ContractStakeRegistryStrategyRemovedFromQuorumIterator, error)
⋮----
// WatchStrategyRemovedFromQuorum is a free log subscription operation binding the contract event 0x31fa2e2cd280c9375e13ffcf3d81e2378100186e4058f8d3ddb690b82dcd31f7.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) WatchStrategyRemovedFromQuorum(opts *bind.WatchOpts, sink chan<- *ContractStakeRegistryStrategyRemovedFromQuorum, quorumNumber []uint8) (event.Subscription, error)
⋮----
// ParseStrategyRemovedFromQuorum is a log parse operation binding the contract event 0x31fa2e2cd280c9375e13ffcf3d81e2378100186e4058f8d3ddb690b82dcd31f7.
⋮----
func (_ContractStakeRegistry *ContractStakeRegistryFilterer) ParseStrategyRemovedFromQuorum(log types.Log) (*ContractStakeRegistryStrategyRemovedFromQuorum, error)
````

## File: M2-contracts/bindings/StrategyManager/binding.go
````go
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
⋮----
package contractStrategyManager
⋮----
import (
	"errors"
	"math/big"
	"strings"

	ethereum "github.com/ethereum/go-ethereum"
	"github.com/ethereum/go-ethereum/accounts/abi"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/event"
)
⋮----
"errors"
"math/big"
"strings"
⋮----
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
⋮----
// Reference imports to suppress errors if they are not otherwise used.
var (
	_ = errors.New
	_ = big.NewInt
	_ = strings.NewReader
	_ = ethereum.NotFound
	_ = bind.Bind
	_ = common.Big1
	_ = types.BloomLookup
	_ = event.NewSubscription
	_ = abi.ConvertType
)
⋮----
// ContractStrategyManagerMetaData contains all meta data concerning the ContractStrategyManager contract.
var ContractStrategyManagerMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"_delegation\",\"type\":\"address\",\"internalType\":\"contractIDelegationManager\"},{\"name\":\"_eigenPodManager\",\"type\":\"address\",\"internalType\":\"contractIEigenPodManager\"},{\"name\":\"_slasher\",\"type\":\"address\",\"internalType\":\"contractISlasher\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"DEPOSIT_TYPEHASH\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"DOMAIN_TYPEHASH\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"addShares\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"shares\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"addStrategiesToDepositWhitelist\",\"inputs\":[{\"name\":\"strategiesToWhitelist\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"thirdPartyTransfersForbiddenValues\",\"type\":\"bool[]\",\"internalType\":\"bool[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"delegation\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIDelegationManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"depositIntoStrategy\",\"inputs\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"shares\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"depositIntoStrategyWithSignature\",\"inputs\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"},{\"name\":\"amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"expiry\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"signature\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[{\"name\":\"shares\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"domainSeparator\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"eigenPodManager\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIEigenPodManager\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getDeposits\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"},{\"name\":\"\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"initialize\",\"inputs\":[{\"name\":\"initialOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"initialStrategyWhitelister\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_pauserRegistry\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"},{\"name\":\"initialPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"nonces\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"owner\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pause\",\"inputs\":[{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"pauseAll\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[{\"name\":\"index\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pauserRegistry\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"removeShares\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"shares\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"removeStrategiesFromDepositWhitelist\",\"inputs\":[{\"name\":\"strategiesToRemoveFromWhitelist\",\"type\":\"address[]\",\"internalType\":\"contractIStrategy[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"renounceOwnership\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setPauserRegistry\",\"inputs\":[{\"name\":\"newPauserRegistry\",\"type\":\"address\",\"internalType\":\"contractIPauserRegistry\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setStrategyWhitelister\",\"inputs\":[{\"name\":\"newStrategyWhitelister\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setThirdPartyTransfersForbidden\",\"inputs\":[{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"value\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"slasher\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractISlasher\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"stakerStrategyList\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"stakerStrategyListLength\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"stakerStrategyShares\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"strategyIsWhitelistedForDeposit\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"strategyWhitelister\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"thirdPartyTransfersForbidden\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"transferOwnership\",\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"unpause\",\"inputs\":[{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"withdrawSharesAsTokens\",\"inputs\":[{\"name\":\"recipient\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"strategy\",\"type\":\"address\",\"internalType\":\"contractIStrategy\"},{\"name\":\"shares\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"contractIERC20\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"event\",\"name\":\"Deposit\",\"inputs\":[{\"name\":\"staker\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"token\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIERC20\"},{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"},{\"name\":\"shares\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OwnershipTransferred\",\"inputs\":[{\"name\":\"previousOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Paused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"PauserRegistrySet\",\"inputs\":[{\"name\":\"pauserRegistry\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIPauserRegistry\"},{\"name\":\"newPauserRegistry\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIPauserRegistry\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StrategyAddedToDepositWhitelist\",\"inputs\":[{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StrategyRemovedFromDepositWhitelist\",\"inputs\":[{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StrategyWhitelisterChanged\",\"inputs\":[{\"name\":\"previousAddress\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"newAddress\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Unpaused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newPausedStatus\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"UpdatedThirdPartyTransfersForbidden\",\"inputs\":[{\"name\":\"strategy\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"contractIStrategy\"},{\"name\":\"value\",\"type\":\"bool\",\"indexed\":false,\"internalType\":\"bool\"}],\"anonymous\":false}]",
	Bin: "0x6101006040523480156200001257600080fd5b506040516200338a3803806200338a833981016040819052620000359162000140565b6001600160a01b0380841660805280831660a052811660c0526200005862000065565b50504660e0525062000194565b600054610100900460ff1615620000d25760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b60005460ff908116101562000125576000805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b6001600160a01b03811681146200013d57600080fd5b50565b6000806000606084860312156200015657600080fd5b8351620001638162000127565b6020850151909350620001768162000127565b6040850151909250620001898162000127565b809150509250925092565b60805160a05160c05160e0516131a0620001ea60003960006114bb0152600061046e0152600061028501526000818161051a01528181610b8401528181610ed101528181610f250152611a7101526131a06000f3fe608060405234801561001057600080fd5b50600436106102065760003560e01c80638da5cb5b1161011a578063c6656702116100ad578063df5cf7231161007c578063df5cf72314610515578063e7a050aa1461053c578063f2fde38b1461054f578063f698da2514610562578063fabc1cbc1461056a57600080fd5b8063c6656702146104c9578063cbc2bd62146104dc578063cf756fdf146104ef578063df5b35471461050257600080fd5b8063b1344271116100e9578063b134427114610469578063b5d8b5b814610490578063c4623ea1146104a3578063c608c7f3146104b657600080fd5b80638da5cb5b1461040157806394f649dd14610412578063967fc0d2146104335780639b4da03d1461044657600080fd5b80635ac86ab71161019d5780637a7e0d921161016c5780637a7e0d92146103675780637ecebe0014610392578063886f1195146103b25780638b8aac3c146103c55780638c80d4e5146103ee57600080fd5b80635ac86ab7146103015780635c975abb14610334578063663c1de41461033c578063715018a61461035f57600080fd5b80634665bcda116101d95780634665bcda1461028057806348825e94146102bf5780634e5a4263146102e6578063595c6a67146102f957600080fd5b806310d67a2f1461020b578063136439dd1461022057806320606b701461023357806332e89ace1461026d575b600080fd5b61021e6102193660046129e8565b61057d565b005b61021e61022e366004612a05565b610639565b61025a7f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86681565b6040519081526020015b60405180910390f35b61025a61027b366004612a34565b610778565b6102a77f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b039091168152602001610264565b61025a7f4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea922481565b61021e6102f4366004612b3d565b610a66565b61021e610a9e565b61032461030f366004612b76565b609854600160ff9092169190911b9081161490565b6040519015158152602001610264565b60985461025a565b61032461034a3660046129e8565b60d16020526000908152604090205460ff1681565b61021e610b65565b61025a610375366004612b99565b60cd60209081526000928352604080842090915290825290205481565b61025a6103a03660046129e8565b60ca6020526000908152604090205481565b6097546102a7906001600160a01b031681565b61025a6103d33660046129e8565b6001600160a01b0316600090815260ce602052604090205490565b61021e6103fc366004612bc7565b610b79565b6033546001600160a01b03166102a7565b6104256104203660046129e8565b610bd2565b604051610264929190612c08565b60cb546102a7906001600160a01b031681565b6103246104543660046129e8565b60d36020526000908152604090205460ff1681565b6102a77f000000000000000000000000000000000000000000000000000000000000000081565b61021e61049e366004612cd1565b610d52565b61021e6104b1366004612d13565b610ec6565b61021e6104c4366004612d64565b610f1a565b61021e6104d73660046129e8565b610fd2565b6102a76104ea366004612db7565b610fe3565b61021e6104fd366004612d13565b61101b565b61021e610510366004612de3565b61114f565b6102a77f000000000000000000000000000000000000000000000000000000000000000081565b61025a61054a366004612bc7565b611378565b61021e61055d3660046129e8565b611441565b61025a6114b7565b61021e610578366004612a05565b6114f5565b609760009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156105d0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105f49190612e4f565b6001600160a01b0316336001600160a01b03161461062d5760405162461bcd60e51b815260040161062490612e6c565b60405180910390fd5b61063681611651565b50565b60975460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610681573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106a59190612eb6565b6106c15760405162461bcd60e51b815260040161062490612ed3565b6098548181161461073a5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e70617573653a20696e76616c696420617474656d70742060448201527f746f20756e70617573652066756e6374696f6e616c69747900000000000000006064820152608401610624565b609881905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d906020015b60405180910390a250565b6098546000908190600190811614156107cf5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610624565b600260655414156108225760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610624565b60026065556001600160a01b038816600090815260d3602052604090205460ff16156108c95760405162461bcd60e51b815260206004820152604a60248201527f53747261746567794d616e616765722e6465706f736974496e746f537472617460448201527f656779576974685369676e61747572653a207468697264207472616e736665726064820152691cc8191a5cd8589b195960b21b608482015260a401610624565b4284101561094b5760405162461bcd60e51b815260206004820152604360248201527f53747261746567794d616e616765722e6465706f736974496e746f537472617460448201527f656779576974685369676e61747572653a207369676e617475726520657870696064820152621c995960ea1b608482015260a401610624565b6001600160a01b03858116600081815260ca602090815260408083205481517f4337f82d142e41f2a8c10547cd8c859bddb92262a61058e77842e24d9dea922493810193909352908201939093528b84166060820152928a16608084015260a0830189905260c0830182905260e0830187905290916101000160408051601f1981840301815291815281516020928301206001600160a01b038a16600090815260ca9093529082206001850190559150610a036114b7565b60405161190160f01b6020820152602281019190915260428101839052606201604051602081830303815290604052805190602001209050610a46888288611748565b610a52888c8c8c611907565b60016065559b9a5050505050505050505050565b60cb546001600160a01b03163314610a905760405162461bcd60e51b815260040161062490612f1b565b610a9a8282611ad6565b5050565b60975460405163237dfb4760e11b81523360048201526001600160a01b03909116906346fbf68e90602401602060405180830381865afa158015610ae6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b0a9190612eb6565b610b265760405162461bcd60e51b815260040161062490612ed3565b600019609881905560405190815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2565b610b6d611b44565b610b776000611b9e565b565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610bc15760405162461bcd60e51b815260040161062490612f85565b610bcc838383611bf0565b50505050565b6001600160a01b038116600090815260ce60205260408120546060918291908167ffffffffffffffff811115610c0a57610c0a612a1e565b604051908082528060200260200182016040528015610c33578160200160208202803683370190505b50905060005b82811015610cc4576001600160a01b038616600090815260cd6020908152604080832060ce9092528220805491929184908110610c7857610c78612fe3565b60009182526020808320909101546001600160a01b031683528201929092526040019020548251839083908110610cb157610cb1612fe3565b6020908102919091010152600101610c39565b5060ce6000866001600160a01b03166001600160a01b031681526020019081526020016000208181805480602002602001604051908101604052809291908181526020018280548015610d4057602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311610d22575b50505050509150935093505050915091565b60cb546001600160a01b03163314610d7c5760405162461bcd60e51b815260040161062490612f1b565b8060005b81811015610bcc5760d16000858584818110610d9e57610d9e612fe3565b9050602002016020810190610db391906129e8565b6001600160a01b0316815260208101919091526040016000205460ff1615610ebe57600060d16000868685818110610ded57610ded612fe3565b9050602002016020810190610e0291906129e8565b6001600160a01b031681526020810191909152604001600020805460ff19169115159190911790557f4074413b4b443e4e58019f2855a8765113358c7c72e39509c6af45fc0f5ba030848483818110610e5d57610e5d612fe3565b9050602002016020810190610e7291906129e8565b6040516001600160a01b03909116815260200160405180910390a1610ebe848483818110610ea257610ea2612fe3565b9050602002016020810190610eb791906129e8565b6000611ad6565b600101610d80565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610f0e5760405162461bcd60e51b815260040161062490612f85565b610bcc84848484611d4c565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610f625760405162461bcd60e51b815260040161062490612f85565b604051636ce5768960e11b81526001600160a01b03858116600483015282811660248301526044820184905284169063d9caed1290606401600060405180830381600087803b158015610fb457600080fd5b505af1158015610fc8573d6000803e3d6000fd5b5050505050505050565b610fda611b44565b61063681611fd9565b60ce6020528160005260406000208181548110610fff57600080fd5b6000918252602090912001546001600160a01b03169150829050565b600054610100900460ff161580801561103b5750600054600160ff909116105b806110555750303b158015611055575060005460ff166001145b6110b85760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610624565b6000805460ff1916600117905580156110db576000805461ff0019166101001790555b6110e3612042565b60c9556110f083836120d9565b6110f985611b9e565b61110284611fd9565b8015611148576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b5050505050565b60cb546001600160a01b031633146111795760405162461bcd60e51b815260040161062490612f1b565b8281146112025760405162461bcd60e51b815260206004820152604b60248201527f53747261746567794d616e616765722e61646453747261746567696573546f4460448201527f65706f73697457686974656c6973743a206172726179206c656e67746873206460648201526a0de40dcdee840dac2e8c6d60ab1b608482015260a401610624565b8260005b818110156113705760d1600087878481811061122457611224612fe3565b905060200201602081019061123991906129e8565b6001600160a01b0316815260208101919091526040016000205460ff1661136857600160d1600088888581811061127257611272612fe3565b905060200201602081019061128791906129e8565b6001600160a01b031681526020810191909152604001600020805460ff19169115159190911790557f0c35b17d91c96eb2751cd456e1252f42a386e524ef9ff26ecc9950859fdc04fe8686838181106112e2576112e2612fe3565b90506020020160208101906112f791906129e8565b6040516001600160a01b03909116815260200160405180910390a161136886868381811061132757611327612fe3565b905060200201602081019061133c91906129e8565b85858481811061134e5761134e612fe3565b90506020020160208101906113639190612ff9565b611ad6565b600101611206565b505050505050565b6098546000908190600190811614156113cf5760405162461bcd60e51b815260206004820152601960248201527814185d5cd8589b194e881a5b99195e081a5cc81c185d5cd959603a1b6044820152606401610624565b600260655414156114225760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610624565b600260655561143333868686611907565b600160655595945050505050565b611449611b44565b6001600160a01b0381166114ae5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610624565b61063681611b9e565b60007f00000000000000000000000000000000000000000000000000000000000000004614156114e8575060c95490565b6114f0612042565b905090565b609760009054906101000a90046001600160a01b03166001600160a01b031663eab66d7a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611548573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061156c9190612e4f565b6001600160a01b0316336001600160a01b03161461159c5760405162461bcd60e51b815260040161062490612e6c565b60985419811960985419161461161a5760405162461bcd60e51b815260206004820152603860248201527f5061757361626c652e756e70617573653a20696e76616c696420617474656d7060448201527f7420746f2070617573652066756e6374696f6e616c69747900000000000000006064820152608401610624565b609881905560405181815233907f3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c9060200161076d565b6001600160a01b0381166116df5760405162461bcd60e51b815260206004820152604960248201527f5061757361626c652e5f73657450617573657252656769737472793a206e657760448201527f50617573657252656769737472792063616e6e6f7420626520746865207a65726064820152686f206164647265737360b81b608482015260a401610624565b609754604080516001600160a01b03928316815291831660208301527f6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6910160405180910390a1609780546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b0383163b1561186757604051630b135d3f60e11b808252906001600160a01b03851690631626ba7e90611788908690869060040161306e565b602060405180830381865afa1580156117a5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117c99190613087565b6001600160e01b031916146118625760405162461bcd60e51b815260206004820152605360248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a2045524331323731207369676e6174757265206064820152721d995c9a599a58d85d1a5bdb8819985a5b1959606a1b608482015260a401610624565b505050565b826001600160a01b031661187b83836121bf565b6001600160a01b0316146118625760405162461bcd60e51b815260206004820152604760248201527f454950313237315369676e61747572655574696c732e636865636b5369676e6160448201527f747572655f454950313237313a207369676e6174757265206e6f742066726f6d6064820152661039b4b3b732b960c91b608482015260a401610624565b6001600160a01b038316600090815260d16020526040812054849060ff166119ad5760405162461bcd60e51b815260206004820152604d60248201527f53747261746567794d616e616765722e6f6e6c7953747261746567696573576860448201527f6974656c6973746564466f724465706f7369743a207374726174656779206e6f60648201526c1d081dda1a5d195b1a5cdd1959609a1b608482015260a401610624565b6119c26001600160a01b0385163387866121e3565b6040516311f9fbc960e21b81526001600160a01b038581166004830152602482018590528616906347e7ef24906044016020604051808303816000875af1158015611a11573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a3591906130b1565b9150611a4386858785611d4c565b604051631452b9d760e11b81526001600160a01b0387811660048301528681166024830152604482018490527f000000000000000000000000000000000000000000000000000000000000000016906328a573ae90606401600060405180830381600087803b158015611ab557600080fd5b505af1158015611ac9573d6000803e3d6000fd5b5050505050949350505050565b604080516001600160a01b038416815282151560208201527f77d930df4937793473a95024d87a98fd2ccb9e92d3c2463b3dacd65d3e6a5786910160405180910390a16001600160a01b0391909116600090815260d360205260409020805460ff1916911515919091179055565b6033546001600160a01b03163314610b775760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610624565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600081611c655760405162461bcd60e51b815260206004820152603e60248201527f53747261746567794d616e616765722e5f72656d6f76655368617265733a207360448201527f68617265416d6f756e742073686f756c64206e6f74206265207a65726f2100006064820152608401610624565b6001600160a01b03808516600090815260cd602090815260408083209387168352929052205480831115611cf75760405162461bcd60e51b815260206004820152603360248201527f53747261746567794d616e616765722e5f72656d6f76655368617265733a20736044820152720d0c2e4ca82dadeeadce840e8dede40d0d2ced606b1b6064820152608401610624565b6001600160a01b03808616600090815260cd602090815260408083209388168352929052208382039081905590831415611d3f57611d35858561223d565b6001915050611d45565b60009150505b9392505050565b6001600160a01b038416611dc85760405162461bcd60e51b815260206004820152603960248201527f53747261746567794d616e616765722e5f6164645368617265733a207374616b60448201527f65722063616e6e6f74206265207a65726f2061646472657373000000000000006064820152608401610624565b80611e345760405162461bcd60e51b815260206004820152603660248201527f53747261746567794d616e616765722e5f6164645368617265733a207368617260448201527565732073686f756c64206e6f74206265207a65726f2160501b6064820152608401610624565b6001600160a01b03808516600090815260cd6020908152604080832093861683529290522054611f45576001600160a01b038416600090815260ce602090815260409091205410611f065760405162461bcd60e51b815260206004820152605060248201527f53747261746567794d616e616765722e5f6164645368617265733a206465706f60448201527f73697420776f756c6420657863656564204d41585f5354414b45525f5354524160648201526f0a88a8eb2be9892a6a8be988a9c8ea8960831b608482015260a401610624565b6001600160a01b03848116600090815260ce602090815260408220805460018101825590835291200180546001600160a01b0319169184169190911790555b6001600160a01b03808516600090815260cd6020908152604080832093861683529290529081208054839290611f7c9084906130e0565b9091555050604080516001600160a01b03868116825285811660208301528416818301526060810183905290517f7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a969181900360800190a150505050565b60cb54604080516001600160a01b03928316815291831660208301527f4264275e593955ff9d6146a51a4525f6ddace2e81db9391abcc9d1ca48047d29910160405180910390a160cb80546001600160a01b0319166001600160a01b0392909216919091179055565b604080518082018252600a81526922b4b3b2b72630bcb2b960b11b60209182015281517f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866818301527f71b625cfad44bac63b13dba07f2e1d6084ee04b6f8752101ece6126d584ee6ea81840152466060820152306080808301919091528351808303909101815260a0909101909252815191012090565b6097546001600160a01b03161580156120fa57506001600160a01b03821615155b61217c5760405162461bcd60e51b815260206004820152604760248201527f5061757361626c652e5f696e697469616c697a655061757365723a205f696e6960448201527f7469616c697a6550617573657228292063616e206f6e6c792062652063616c6c6064820152666564206f6e636560c81b608482015260a401610624565b609881905560405181815233907fab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d9060200160405180910390a2610a9a82611651565b60008060006121ce858561242f565b915091506121db8161249f565b509392505050565b604080516001600160a01b0385811660248301528416604482015260648082018490528251808303909101815260849091019091526020810180516001600160e01b03166323b872dd60e01b179052610bcc90859061265a565b6001600160a01b038216600090815260ce6020526040812054905b81811015612358576001600160a01b03848116600090815260ce602052604090208054918516918390811061228f5761228f612fe3565b6000918252602090912001546001600160a01b03161415612350576001600160a01b038416600090815260ce6020526040902080546122d0906001906130f8565b815481106122e0576122e0612fe3565b60009182526020808320909101546001600160a01b03878116845260ce909252604090922080549190921691908390811061231d5761231d612fe3565b9060005260206000200160006101000a8154816001600160a01b0302191690836001600160a01b03160217905550612358565b600101612258565b818114156123e05760405162461bcd60e51b815260206004820152604960248201527f53747261746567794d616e616765722e5f72656d6f766553747261746567794660448201527f726f6d5374616b657253747261746567794c6973743a207374726174656779206064820152681b9bdd08199bdd5b9960ba1b608482015260a401610624565b6001600160a01b038416600090815260ce602052604090208054806124075761240761310f565b600082815260209020810160001990810180546001600160a01b031916905501905550505050565b6000808251604114156124665760208301516040840151606085015160001a61245a8782858561272c565b94509450505050612498565b8251604014156124905760208301516040840151612485868383612819565b935093505050612498565b506000905060025b9250929050565b60008160048111156124b3576124b3613125565b14156124bc5750565b60018160048111156124d0576124d0613125565b141561251e5760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606401610624565b600281600481111561253257612532613125565b14156125805760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606401610624565b600381600481111561259457612594613125565b14156125ed5760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b6064820152608401610624565b600481600481111561260157612601613125565b14156106365760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b6064820152608401610624565b60006126af826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166128529092919063ffffffff16565b80519091501561186257808060200190518101906126cd9190612eb6565b6118625760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610624565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08311156127635750600090506003612810565b8460ff16601b1415801561277b57508460ff16601c14155b1561278c5750600090506004612810565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa1580156127e0573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b03811661280957600060019250925050612810565b9150600090505b94509492505050565b6000806001600160ff1b0383168161283660ff86901c601b6130e0565b90506128448782888561272c565b935093505050935093915050565b60606128618484600085612869565b949350505050565b6060824710156128ca5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610624565b6001600160a01b0385163b6129215760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610624565b600080866001600160a01b0316858760405161293d919061313b565b60006040518083038185875af1925050503d806000811461297a576040519150601f19603f3d011682016040523d82523d6000602084013e61297f565b606091505b509150915061298f82828661299a565b979650505050505050565b606083156129a9575081611d45565b8251156129b95782518084602001fd5b8160405162461bcd60e51b81526004016106249190613157565b6001600160a01b038116811461063657600080fd5b6000602082840312156129fa57600080fd5b8135611d45816129d3565b600060208284031215612a1757600080fd5b5035919050565b634e487b7160e01b600052604160045260246000fd5b60008060008060008060c08789031215612a4d57600080fd5b8635612a58816129d3565b95506020870135612a68816129d3565b9450604087013593506060870135612a7f816129d3565b92506080870135915060a087013567ffffffffffffffff80821115612aa357600080fd5b818901915089601f830112612ab757600080fd5b813581811115612ac957612ac9612a1e565b604051601f8201601f19908116603f01168101908382118183101715612af157612af1612a1e565b816040528281528c6020848701011115612b0a57600080fd5b8260208601602083013760006020848301015280955050505050509295509295509295565b801515811461063657600080fd5b60008060408385031215612b5057600080fd5b8235612b5b816129d3565b91506020830135612b6b81612b2f565b809150509250929050565b600060208284031215612b8857600080fd5b813560ff81168114611d4557600080fd5b60008060408385031215612bac57600080fd5b8235612bb7816129d3565b91506020830135612b6b816129d3565b600080600060608486031215612bdc57600080fd5b8335612be7816129d3565b92506020840135612bf7816129d3565b929592945050506040919091013590565b604080825283519082018190526000906020906060840190828701845b82811015612c4a5781516001600160a01b031684529284019290840190600101612c25565b5050508381038285015284518082528583019183019060005b81811015612c7f57835183529284019291840191600101612c63565b5090979650505050505050565b60008083601f840112612c9e57600080fd5b50813567ffffffffffffffff811115612cb657600080fd5b6020830191508360208260051b850101111561249857600080fd5b60008060208385031215612ce457600080fd5b823567ffffffffffffffff811115612cfb57600080fd5b612d0785828601612c8c565b90969095509350505050565b60008060008060808587031215612d2957600080fd5b8435612d34816129d3565b93506020850135612d44816129d3565b92506040850135612d54816129d3565b9396929550929360600135925050565b60008060008060808587031215612d7a57600080fd5b8435612d85816129d3565b93506020850135612d95816129d3565b9250604085013591506060850135612dac816129d3565b939692955090935050565b60008060408385031215612dca57600080fd5b8235612dd5816129d3565b946020939093013593505050565b60008060008060408587031215612df957600080fd5b843567ffffffffffffffff80821115612e1157600080fd5b612e1d88838901612c8c565b90965094506020870135915080821115612e3657600080fd5b50612e4387828801612c8c565b95989497509550505050565b600060208284031215612e6157600080fd5b8151611d45816129d3565b6020808252602a908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526939903ab73830bab9b2b960b11b606082015260800190565b600060208284031215612ec857600080fd5b8151611d4581612b2f565b60208082526028908201527f6d73672e73656e646572206973206e6f74207065726d697373696f6e6564206160408201526739903830bab9b2b960c11b606082015260800190565b60208082526044908201527f53747261746567794d616e616765722e6f6e6c7953747261746567795768697460408201527f656c69737465723a206e6f742074686520737472617465677957686974656c6960608201526339ba32b960e11b608082015260a00190565b602080825260409082018190527f53747261746567794d616e616765722e6f6e6c7944656c65676174696f6e4d61908201527f6e616765723a206e6f74207468652044656c65676174696f6e4d616e61676572606082015260800190565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561300b57600080fd5b8135611d4581612b2f565b60005b83811015613031578181015183820152602001613019565b83811115610bcc5750506000910152565b6000815180845261305a816020860160208601613016565b601f01601f19169290920160200192915050565b8281526040602082015260006128616040830184613042565b60006020828403121561309957600080fd5b81516001600160e01b031981168114611d4557600080fd5b6000602082840312156130c357600080fd5b5051919050565b634e487b7160e01b600052601160045260246000fd5b600082198211156130f3576130f36130ca565b500190565b60008282101561310a5761310a6130ca565b500390565b634e487b7160e01b600052603160045260246000fd5b634e487b7160e01b600052602160045260246000fd5b6000825161314d818460208701613016565b9190910192915050565b602081526000611d45602083018461304256fea2646970667358221220146c1ad6a1401bc2b1ccfbd918ffe061fc17a66e735e4302fa116fe5ef4afbd664736f6c634300080c0033",
}
⋮----
// ContractStrategyManagerABI is the input ABI used to generate the binding from.
// Deprecated: Use ContractStrategyManagerMetaData.ABI instead.
var ContractStrategyManagerABI = ContractStrategyManagerMetaData.ABI
⋮----
// ContractStrategyManagerBin is the compiled bytecode used for deploying new contracts.
// Deprecated: Use ContractStrategyManagerMetaData.Bin instead.
var ContractStrategyManagerBin = ContractStrategyManagerMetaData.Bin
⋮----
// DeployContractStrategyManager deploys a new Ethereum contract, binding an instance of ContractStrategyManager to it.
func DeployContractStrategyManager(auth *bind.TransactOpts, backend bind.ContractBackend, _delegation common.Address, _eigenPodManager common.Address, _slasher common.Address) (common.Address, *types.Transaction, *ContractStrategyManager, error)
⋮----
// ContractStrategyManagerMethods is an auto generated interface around an Ethereum contract.
type ContractStrategyManagerMethods interface {
	ContractStrategyManagerCalls
	ContractStrategyManagerTransacts
	ContractStrategyManagerFilters
}
⋮----
// ContractStrategyManagerCalls is an auto generated interface that defines the call methods available for an Ethereum contract.
type ContractStrategyManagerCalls interface {
	DEPOSITTYPEHASH(opts *bind.CallOpts) ([32]byte, error)

	DOMAINTYPEHASH(opts *bind.CallOpts) ([32]byte, error)

	Delegation(opts *bind.CallOpts) (common.Address, error)

	DomainSeparator(opts *bind.CallOpts) ([32]byte, error)

	EigenPodManager(opts *bind.CallOpts) (common.Address, error)

	GetDeposits(opts *bind.CallOpts, staker common.Address) ([]common.Address, []*big.Int, error)

	Nonces(opts *bind.CallOpts, arg0 common.Address) (*big.Int, error)

	Owner(opts *bind.CallOpts) (common.Address, error)

	Paused(opts *bind.CallOpts, index uint8) (bool, error)

	Paused0(opts *bind.CallOpts) (*big.Int, error)

	PauserRegistry(opts *bind.CallOpts) (common.Address, error)

	Slasher(opts *bind.CallOpts) (common.Address, error)

	StakerStrategyList(opts *bind.CallOpts, arg0 common.Address, arg1 *big.Int) (common.Address, error)

	StakerStrategyListLength(opts *bind.CallOpts, staker common.Address) (*big.Int, error)

	StakerStrategyShares(opts *bind.CallOpts, arg0 common.Address, arg1 common.Address) (*big.Int, error)

	StrategyIsWhitelistedForDeposit(opts *bind.CallOpts, arg0 common.Address) (bool, error)

	StrategyWhitelister(opts *bind.CallOpts) (common.Address, error)

	ThirdPartyTransfersForbidden(opts *bind.CallOpts, arg0 common.Address) (bool, error)
}
⋮----
// ContractStrategyManagerTransacts is an auto generated interface that defines the transact methods available for an Ethereum contract.
type ContractStrategyManagerTransacts interface {
	AddShares(opts *bind.TransactOpts, staker common.Address, token common.Address, strategy common.Address, shares *big.Int) (*types.Transaction, error)

	AddStrategiesToDepositWhitelist(opts *bind.TransactOpts, strategiesToWhitelist []common.Address, thirdPartyTransfersForbiddenValues []bool) (*types.Transaction, error)

	DepositIntoStrategy(opts *bind.TransactOpts, strategy common.Address, token common.Address, amount *big.Int) (*types.Transaction, error)

	DepositIntoStrategyWithSignature(opts *bind.TransactOpts, strategy common.Address, token common.Address, amount *big.Int, staker common.Address, expiry *big.Int, signature []byte) (*types.Transaction, error)

	Initialize(opts *bind.TransactOpts, initialOwner common.Address, initialStrategyWhitelister common.Address, _pauserRegistry common.Address, initialPausedStatus *big.Int) (*types.Transaction, error)

	Pause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)

	PauseAll(opts *bind.TransactOpts) (*types.Transaction, error)

	RemoveShares(opts *bind.TransactOpts, staker common.Address, strategy common.Address, shares *big.Int) (*types.Transaction, error)

	RemoveStrategiesFromDepositWhitelist(opts *bind.TransactOpts, strategiesToRemoveFromWhitelist []common.Address) (*types.Transaction, error)

	RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

	SetPauserRegistry(opts *bind.TransactOpts, newPauserRegistry common.Address) (*types.Transaction, error)

	SetStrategyWhitelister(opts *bind.TransactOpts, newStrategyWhitelister common.Address) (*types.Transaction, error)

	SetThirdPartyTransfersForbidden(opts *bind.TransactOpts, strategy common.Address, value bool) (*types.Transaction, error)

	TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)

	Unpause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)

	WithdrawSharesAsTokens(opts *bind.TransactOpts, recipient common.Address, strategy common.Address, shares *big.Int, token common.Address) (*types.Transaction, error)
}
⋮----
// ContractStrategyManagerFilterer is an auto generated interface that defines the log filtering methods available for an Ethereum contract.
type ContractStrategyManagerFilters interface {
	FilterDeposit(opts *bind.FilterOpts) (*ContractStrategyManagerDepositIterator, error)
	WatchDeposit(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerDeposit) (event.Subscription, error)
	ParseDeposit(log types.Log) (*ContractStrategyManagerDeposit, error)

	FilterInitialized(opts *bind.FilterOpts) (*ContractStrategyManagerInitializedIterator, error)
	WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerInitialized) (event.Subscription, error)
	ParseInitialized(log types.Log) (*ContractStrategyManagerInitialized, error)

	FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractStrategyManagerOwnershipTransferredIterator, error)
	WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
	ParseOwnershipTransferred(log types.Log) (*ContractStrategyManagerOwnershipTransferred, error)

	FilterPaused(opts *bind.FilterOpts, account []common.Address) (*ContractStrategyManagerPausedIterator, error)
	WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerPaused, account []common.Address) (event.Subscription, error)
	ParsePaused(log types.Log) (*ContractStrategyManagerPaused, error)

	FilterPauserRegistrySet(opts *bind.FilterOpts) (*ContractStrategyManagerPauserRegistrySetIterator, error)
	WatchPauserRegistrySet(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerPauserRegistrySet) (event.Subscription, error)
	ParsePauserRegistrySet(log types.Log) (*ContractStrategyManagerPauserRegistrySet, error)

	FilterStrategyAddedToDepositWhitelist(opts *bind.FilterOpts) (*ContractStrategyManagerStrategyAddedToDepositWhitelistIterator, error)
	WatchStrategyAddedToDepositWhitelist(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerStrategyAddedToDepositWhitelist) (event.Subscription, error)
	ParseStrategyAddedToDepositWhitelist(log types.Log) (*ContractStrategyManagerStrategyAddedToDepositWhitelist, error)

	FilterStrategyRemovedFromDepositWhitelist(opts *bind.FilterOpts) (*ContractStrategyManagerStrategyRemovedFromDepositWhitelistIterator, error)
	WatchStrategyRemovedFromDepositWhitelist(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerStrategyRemovedFromDepositWhitelist) (event.Subscription, error)
	ParseStrategyRemovedFromDepositWhitelist(log types.Log) (*ContractStrategyManagerStrategyRemovedFromDepositWhitelist, error)

	FilterStrategyWhitelisterChanged(opts *bind.FilterOpts) (*ContractStrategyManagerStrategyWhitelisterChangedIterator, error)
	WatchStrategyWhitelisterChanged(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerStrategyWhitelisterChanged) (event.Subscription, error)
	ParseStrategyWhitelisterChanged(log types.Log) (*ContractStrategyManagerStrategyWhitelisterChanged, error)

	FilterUnpaused(opts *bind.FilterOpts, account []common.Address) (*ContractStrategyManagerUnpausedIterator, error)
	WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerUnpaused, account []common.Address) (event.Subscription, error)
	ParseUnpaused(log types.Log) (*ContractStrategyManagerUnpaused, error)

	FilterUpdatedThirdPartyTransfersForbidden(opts *bind.FilterOpts) (*ContractStrategyManagerUpdatedThirdPartyTransfersForbiddenIterator, error)
	WatchUpdatedThirdPartyTransfersForbidden(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerUpdatedThirdPartyTransfersForbidden) (event.Subscription, error)
	ParseUpdatedThirdPartyTransfersForbidden(log types.Log) (*ContractStrategyManagerUpdatedThirdPartyTransfersForbidden, error)
}
⋮----
// ContractStrategyManager is an auto generated Go binding around an Ethereum contract.
type ContractStrategyManager struct {
	ContractStrategyManagerCaller     // Read-only binding to the contract
	ContractStrategyManagerTransactor // Write-only binding to the contract
	ContractStrategyManagerFilterer   // Log filterer for contract events
}
⋮----
ContractStrategyManagerCaller     // Read-only binding to the contract
ContractStrategyManagerTransactor // Write-only binding to the contract
ContractStrategyManagerFilterer   // Log filterer for contract events
⋮----
// ContractStrategyManager implements the ContractStrategyManagerMethods interface.
var _ ContractStrategyManagerMethods = (*ContractStrategyManager)(nil)
⋮----
// ContractStrategyManagerCaller is an auto generated read-only Go binding around an Ethereum contract.
type ContractStrategyManagerCaller struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
contract *bind.BoundContract // Generic contract wrapper for the low level calls
⋮----
// ContractStrategyManagerCaller implements the ContractStrategyManagerCalls interface.
var _ ContractStrategyManagerCalls = (*ContractStrategyManagerCaller)(nil)
⋮----
// ContractStrategyManagerTransactor is an auto generated write-only Go binding around an Ethereum contract.
type ContractStrategyManagerTransactor struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractStrategyManagerTransactor implements the ContractStrategyManagerTransacts interface.
var _ ContractStrategyManagerTransacts = (*ContractStrategyManagerTransactor)(nil)
⋮----
// ContractStrategyManagerFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type ContractStrategyManagerFilterer struct {
	contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
⋮----
// ContractStrategyManagerFilterer implements the ContractStrategyManagerFilters interface.
var _ ContractStrategyManagerFilters = (*ContractStrategyManagerFilterer)(nil)
⋮----
// ContractStrategyManagerSession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type ContractStrategyManagerSession struct {
	Contract     *ContractStrategyManager // Generic contract binding to set the session for
	CallOpts     bind.CallOpts            // Call options to use throughout this session
	TransactOpts bind.TransactOpts        // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractStrategyManager // Generic contract binding to set the session for
CallOpts     bind.CallOpts            // Call options to use throughout this session
TransactOpts bind.TransactOpts        // Transaction auth options to use throughout this session
⋮----
// ContractStrategyManagerCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type ContractStrategyManagerCallerSession struct {
	Contract *ContractStrategyManagerCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                  // Call options to use throughout this session
}
⋮----
Contract *ContractStrategyManagerCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts                  // Call options to use throughout this session
⋮----
// ContractStrategyManagerTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type ContractStrategyManagerTransactorSession struct {
	Contract     *ContractStrategyManagerTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                  // Transaction auth options to use throughout this session
}
⋮----
Contract     *ContractStrategyManagerTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts                  // Transaction auth options to use throughout this session
⋮----
// ContractStrategyManagerRaw is an auto generated low-level Go binding around an Ethereum contract.
type ContractStrategyManagerRaw struct {
	Contract *ContractStrategyManager // Generic contract binding to access the raw methods on
}
⋮----
Contract *ContractStrategyManager // Generic contract binding to access the raw methods on
⋮----
// ContractStrategyManagerCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type ContractStrategyManagerCallerRaw struct {
	Contract *ContractStrategyManagerCaller // Generic read-only contract binding to access the raw methods on
}
⋮----
Contract *ContractStrategyManagerCaller // Generic read-only contract binding to access the raw methods on
⋮----
// ContractStrategyManagerTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type ContractStrategyManagerTransactorRaw struct {
	Contract *ContractStrategyManagerTransactor // Generic write-only contract binding to access the raw methods on
}
⋮----
Contract *ContractStrategyManagerTransactor // Generic write-only contract binding to access the raw methods on
⋮----
// NewContractStrategyManager creates a new instance of ContractStrategyManager, bound to a specific deployed contract.
func NewContractStrategyManager(address common.Address, backend bind.ContractBackend) (*ContractStrategyManager, error)
⋮----
// NewContractStrategyManagerCaller creates a new read-only instance of ContractStrategyManager, bound to a specific deployed contract.
func NewContractStrategyManagerCaller(address common.Address, caller bind.ContractCaller) (*ContractStrategyManagerCaller, error)
⋮----
// NewContractStrategyManagerTransactor creates a new write-only instance of ContractStrategyManager, bound to a specific deployed contract.
func NewContractStrategyManagerTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractStrategyManagerTransactor, error)
⋮----
// NewContractStrategyManagerFilterer creates a new log filterer instance of ContractStrategyManager, bound to a specific deployed contract.
func NewContractStrategyManagerFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractStrategyManagerFilterer, error)
⋮----
// bindContractStrategyManager binds a generic wrapper to an already deployed contract.
func bindContractStrategyManager(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error)
⋮----
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_ContractStrategyManager *ContractStrategyManagerRaw) Call(opts *bind.CallOpts, result *[]interface
⋮----
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_ContractStrategyManager *ContractStrategyManagerRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// Transact invokes the (paid) contract method with params as input values.
func (_ContractStrategyManager *ContractStrategyManagerRaw) Transact(opts *bind.TransactOpts, method string, params ...interface
⋮----
// DEPOSITTYPEHASH is a free data retrieval call binding the contract method 0x48825e94.
//
// Solidity: function DEPOSIT_TYPEHASH() view returns(bytes32)
func (_ContractStrategyManager *ContractStrategyManagerCaller) DEPOSITTYPEHASH(opts *bind.CallOpts) ([32]byte, error)
⋮----
var out []interface{}
⋮----
// DOMAINTYPEHASH is a free data retrieval call binding the contract method 0x20606b70.
⋮----
// Solidity: function DOMAIN_TYPEHASH() view returns(bytes32)
func (_ContractStrategyManager *ContractStrategyManagerCaller) DOMAINTYPEHASH(opts *bind.CallOpts) ([32]byte, error)
⋮----
// Delegation is a free data retrieval call binding the contract method 0xdf5cf723.
⋮----
// Solidity: function delegation() view returns(address)
func (_ContractStrategyManager *ContractStrategyManagerCaller) Delegation(opts *bind.CallOpts) (common.Address, error)
⋮----
// DomainSeparator is a free data retrieval call binding the contract method 0xf698da25.
⋮----
// Solidity: function domainSeparator() view returns(bytes32)
func (_ContractStrategyManager *ContractStrategyManagerCaller) DomainSeparator(opts *bind.CallOpts) ([32]byte, error)
⋮----
// EigenPodManager is a free data retrieval call binding the contract method 0x4665bcda.
⋮----
// Solidity: function eigenPodManager() view returns(address)
func (_ContractStrategyManager *ContractStrategyManagerCaller) EigenPodManager(opts *bind.CallOpts) (common.Address, error)
⋮----
// GetDeposits is a free data retrieval call binding the contract method 0x94f649dd.
⋮----
// Solidity: function getDeposits(address staker) view returns(address[], uint256[])
func (_ContractStrategyManager *ContractStrategyManagerCaller) GetDeposits(opts *bind.CallOpts, staker common.Address) ([]common.Address, []*big.Int, error)
⋮----
// Nonces is a free data retrieval call binding the contract method 0x7ecebe00.
⋮----
// Solidity: function nonces(address ) view returns(uint256)
func (_ContractStrategyManager *ContractStrategyManagerCaller) Nonces(opts *bind.CallOpts, arg0 common.Address) (*big.Int, error)
⋮----
// Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
⋮----
// Solidity: function owner() view returns(address)
func (_ContractStrategyManager *ContractStrategyManagerCaller) Owner(opts *bind.CallOpts) (common.Address, error)
⋮----
// Paused is a free data retrieval call binding the contract method 0x5ac86ab7.
⋮----
// Solidity: function paused(uint8 index) view returns(bool)
func (_ContractStrategyManager *ContractStrategyManagerCaller) Paused(opts *bind.CallOpts, index uint8) (bool, error)
⋮----
// Paused0 is a free data retrieval call binding the contract method 0x5c975abb.
⋮----
// Solidity: function paused() view returns(uint256)
func (_ContractStrategyManager *ContractStrategyManagerCaller) Paused0(opts *bind.CallOpts) (*big.Int, error)
⋮----
// PauserRegistry is a free data retrieval call binding the contract method 0x886f1195.
⋮----
// Solidity: function pauserRegistry() view returns(address)
func (_ContractStrategyManager *ContractStrategyManagerCaller) PauserRegistry(opts *bind.CallOpts) (common.Address, error)
⋮----
// Slasher is a free data retrieval call binding the contract method 0xb1344271.
⋮----
// Solidity: function slasher() view returns(address)
func (_ContractStrategyManager *ContractStrategyManagerCaller) Slasher(opts *bind.CallOpts) (common.Address, error)
⋮----
// StakerStrategyList is a free data retrieval call binding the contract method 0xcbc2bd62.
⋮----
// Solidity: function stakerStrategyList(address , uint256 ) view returns(address)
func (_ContractStrategyManager *ContractStrategyManagerCaller) StakerStrategyList(opts *bind.CallOpts, arg0 common.Address, arg1 *big.Int) (common.Address, error)
⋮----
// StakerStrategyListLength is a free data retrieval call binding the contract method 0x8b8aac3c.
⋮----
// Solidity: function stakerStrategyListLength(address staker) view returns(uint256)
func (_ContractStrategyManager *ContractStrategyManagerCaller) StakerStrategyListLength(opts *bind.CallOpts, staker common.Address) (*big.Int, error)
⋮----
// StakerStrategyShares is a free data retrieval call binding the contract method 0x7a7e0d92.
⋮----
// Solidity: function stakerStrategyShares(address , address ) view returns(uint256)
func (_ContractStrategyManager *ContractStrategyManagerCaller) StakerStrategyShares(opts *bind.CallOpts, arg0 common.Address, arg1 common.Address) (*big.Int, error)
⋮----
// StrategyIsWhitelistedForDeposit is a free data retrieval call binding the contract method 0x663c1de4.
⋮----
// Solidity: function strategyIsWhitelistedForDeposit(address ) view returns(bool)
func (_ContractStrategyManager *ContractStrategyManagerCaller) StrategyIsWhitelistedForDeposit(opts *bind.CallOpts, arg0 common.Address) (bool, error)
⋮----
// StrategyWhitelister is a free data retrieval call binding the contract method 0x967fc0d2.
⋮----
// Solidity: function strategyWhitelister() view returns(address)
func (_ContractStrategyManager *ContractStrategyManagerCaller) StrategyWhitelister(opts *bind.CallOpts) (common.Address, error)
⋮----
// ThirdPartyTransfersForbidden is a free data retrieval call binding the contract method 0x9b4da03d.
⋮----
// Solidity: function thirdPartyTransfersForbidden(address ) view returns(bool)
func (_ContractStrategyManager *ContractStrategyManagerCaller) ThirdPartyTransfersForbidden(opts *bind.CallOpts, arg0 common.Address) (bool, error)
⋮----
// AddShares is a paid mutator transaction binding the contract method 0xc4623ea1.
⋮----
// Solidity: function addShares(address staker, address token, address strategy, uint256 shares) returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) AddShares(opts *bind.TransactOpts, staker common.Address, token common.Address, strategy common.Address, shares *big.Int) (*types.Transaction, error)
⋮----
// AddStrategiesToDepositWhitelist is a paid mutator transaction binding the contract method 0xdf5b3547.
⋮----
// Solidity: function addStrategiesToDepositWhitelist(address[] strategiesToWhitelist, bool[] thirdPartyTransfersForbiddenValues) returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) AddStrategiesToDepositWhitelist(opts *bind.TransactOpts, strategiesToWhitelist []common.Address, thirdPartyTransfersForbiddenValues []bool) (*types.Transaction, error)
⋮----
// DepositIntoStrategy is a paid mutator transaction binding the contract method 0xe7a050aa.
⋮----
// Solidity: function depositIntoStrategy(address strategy, address token, uint256 amount) returns(uint256 shares)
func (_ContractStrategyManager *ContractStrategyManagerTransactor) DepositIntoStrategy(opts *bind.TransactOpts, strategy common.Address, token common.Address, amount *big.Int) (*types.Transaction, error)
⋮----
// DepositIntoStrategyWithSignature is a paid mutator transaction binding the contract method 0x32e89ace.
⋮----
// Solidity: function depositIntoStrategyWithSignature(address strategy, address token, uint256 amount, address staker, uint256 expiry, bytes signature) returns(uint256 shares)
func (_ContractStrategyManager *ContractStrategyManagerTransactor) DepositIntoStrategyWithSignature(opts *bind.TransactOpts, strategy common.Address, token common.Address, amount *big.Int, staker common.Address, expiry *big.Int, signature []byte) (*types.Transaction, error)
⋮----
// Initialize is a paid mutator transaction binding the contract method 0xcf756fdf.
⋮----
// Solidity: function initialize(address initialOwner, address initialStrategyWhitelister, address _pauserRegistry, uint256 initialPausedStatus) returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) Initialize(opts *bind.TransactOpts, initialOwner common.Address, initialStrategyWhitelister common.Address, _pauserRegistry common.Address, initialPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// Pause is a paid mutator transaction binding the contract method 0x136439dd.
⋮----
// Solidity: function pause(uint256 newPausedStatus) returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) Pause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// PauseAll is a paid mutator transaction binding the contract method 0x595c6a67.
⋮----
// Solidity: function pauseAll() returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) PauseAll(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// RemoveShares is a paid mutator transaction binding the contract method 0x8c80d4e5.
⋮----
// Solidity: function removeShares(address staker, address strategy, uint256 shares) returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) RemoveShares(opts *bind.TransactOpts, staker common.Address, strategy common.Address, shares *big.Int) (*types.Transaction, error)
⋮----
// RemoveStrategiesFromDepositWhitelist is a paid mutator transaction binding the contract method 0xb5d8b5b8.
⋮----
// Solidity: function removeStrategiesFromDepositWhitelist(address[] strategiesToRemoveFromWhitelist) returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) RemoveStrategiesFromDepositWhitelist(opts *bind.TransactOpts, strategiesToRemoveFromWhitelist []common.Address) (*types.Transaction, error)
⋮----
// RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
⋮----
// Solidity: function renounceOwnership() returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
⋮----
// SetPauserRegistry is a paid mutator transaction binding the contract method 0x10d67a2f.
⋮----
// Solidity: function setPauserRegistry(address newPauserRegistry) returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) SetPauserRegistry(opts *bind.TransactOpts, newPauserRegistry common.Address) (*types.Transaction, error)
⋮----
// SetStrategyWhitelister is a paid mutator transaction binding the contract method 0xc6656702.
⋮----
// Solidity: function setStrategyWhitelister(address newStrategyWhitelister) returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) SetStrategyWhitelister(opts *bind.TransactOpts, newStrategyWhitelister common.Address) (*types.Transaction, error)
⋮----
// SetThirdPartyTransfersForbidden is a paid mutator transaction binding the contract method 0x4e5a4263.
⋮----
// Solidity: function setThirdPartyTransfersForbidden(address strategy, bool value) returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) SetThirdPartyTransfersForbidden(opts *bind.TransactOpts, strategy common.Address, value bool) (*types.Transaction, error)
⋮----
// TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
⋮----
// Solidity: function transferOwnership(address newOwner) returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
⋮----
// Unpause is a paid mutator transaction binding the contract method 0xfabc1cbc.
⋮----
// Solidity: function unpause(uint256 newPausedStatus) returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) Unpause(opts *bind.TransactOpts, newPausedStatus *big.Int) (*types.Transaction, error)
⋮----
// WithdrawSharesAsTokens is a paid mutator transaction binding the contract method 0xc608c7f3.
⋮----
// Solidity: function withdrawSharesAsTokens(address recipient, address strategy, uint256 shares, address token) returns()
func (_ContractStrategyManager *ContractStrategyManagerTransactor) WithdrawSharesAsTokens(opts *bind.TransactOpts, recipient common.Address, strategy common.Address, shares *big.Int, token common.Address) (*types.Transaction, error)
⋮----
// ContractStrategyManagerDepositIterator is returned from FilterDeposit and is used to iterate over the raw logs and unpacked data for Deposit events raised by the ContractStrategyManager contract.
type ContractStrategyManagerDepositIterator struct {
	Event *ContractStrategyManagerDeposit // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStrategyManagerDeposit // Event containing the contract specifics and raw log
⋮----
contract *bind.BoundContract // Generic contract to use for unpacking event data
event    string              // Event name to use for unpacking event data
⋮----
logs chan types.Log        // Log channel receiving the found contract events
sub  ethereum.Subscription // Subscription for errors, completion and termination
done bool                  // Whether the subscription completed delivering logs
fail error                 // Occurred error to stop iteration
⋮----
// Next advances the iterator to the subsequent event, returning whether there
// are any more events found. In case of a retrieval or parsing error, false is
// returned and Error() can be queried for the exact failure.
func (it *ContractStrategyManagerDepositIterator) Next() bool
⋮----
// If the iterator failed, stop iterating
⋮----
// If the iterator completed, deliver directly whatever's available
⋮----
// Iterator still in progress, wait for either a data or an error event
⋮----
// Error returns any retrieval or parsing error occurred during filtering.
func (it *ContractStrategyManagerDepositIterator) Error() error
⋮----
// Close terminates the iteration process, releasing any pending underlying
// resources.
func (it *ContractStrategyManagerDepositIterator) Close() error
⋮----
// ContractStrategyManagerDeposit represents a Deposit event raised by the ContractStrategyManager contract.
type ContractStrategyManagerDeposit struct {
	Staker   common.Address
	Token    common.Address
	Strategy common.Address
	Shares   *big.Int
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
Raw      types.Log // Blockchain specific contextual infos
⋮----
// FilterDeposit is a free log retrieval operation binding the contract event 0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96.
⋮----
// Solidity: event Deposit(address staker, address token, address strategy, uint256 shares)
func (_ContractStrategyManager *ContractStrategyManagerFilterer) FilterDeposit(opts *bind.FilterOpts) (*ContractStrategyManagerDepositIterator, error)
⋮----
// WatchDeposit is a free log subscription operation binding the contract event 0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) WatchDeposit(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerDeposit) (event.Subscription, error)
⋮----
// New log arrived, parse the event and forward to the user
⋮----
// ParseDeposit is a log parse operation binding the contract event 0x7cfff908a4b583f36430b25d75964c458d8ede8a99bd61be750e97ee1b2f3a96.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) ParseDeposit(log types.Log) (*ContractStrategyManagerDeposit, error)
⋮----
// ContractStrategyManagerInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the ContractStrategyManager contract.
type ContractStrategyManagerInitializedIterator struct {
	Event *ContractStrategyManagerInitialized // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStrategyManagerInitialized // Event containing the contract specifics and raw log
⋮----
// ContractStrategyManagerInitialized represents a Initialized event raised by the ContractStrategyManager contract.
type ContractStrategyManagerInitialized struct {
	Version uint8
	Raw     types.Log // Blockchain specific contextual infos
}
⋮----
Raw     types.Log // Blockchain specific contextual infos
⋮----
// FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
// Solidity: event Initialized(uint8 version)
func (_ContractStrategyManager *ContractStrategyManagerFilterer) FilterInitialized(opts *bind.FilterOpts) (*ContractStrategyManagerInitializedIterator, error)
⋮----
// WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerInitialized) (event.Subscription, error)
⋮----
// ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) ParseInitialized(log types.Log) (*ContractStrategyManagerInitialized, error)
⋮----
// ContractStrategyManagerOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the ContractStrategyManager contract.
type ContractStrategyManagerOwnershipTransferredIterator struct {
	Event *ContractStrategyManagerOwnershipTransferred // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStrategyManagerOwnershipTransferred // Event containing the contract specifics and raw log
⋮----
// ContractStrategyManagerOwnershipTransferred represents a OwnershipTransferred event raised by the ContractStrategyManager contract.
type ContractStrategyManagerOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}
⋮----
Raw           types.Log // Blockchain specific contextual infos
⋮----
// FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
// Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (_ContractStrategyManager *ContractStrategyManagerFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractStrategyManagerOwnershipTransferredIterator, error)
⋮----
var previousOwnerRule []interface{}
⋮----
var newOwnerRule []interface{}
⋮----
// WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
⋮----
// ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) ParseOwnershipTransferred(log types.Log) (*ContractStrategyManagerOwnershipTransferred, error)
⋮----
// ContractStrategyManagerPausedIterator is returned from FilterPaused and is used to iterate over the raw logs and unpacked data for Paused events raised by the ContractStrategyManager contract.
type ContractStrategyManagerPausedIterator struct {
	Event *ContractStrategyManagerPaused // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStrategyManagerPaused // Event containing the contract specifics and raw log
⋮----
// ContractStrategyManagerPaused represents a Paused event raised by the ContractStrategyManager contract.
type ContractStrategyManagerPaused struct {
	Account         common.Address
	NewPausedStatus *big.Int
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
Raw             types.Log // Blockchain specific contextual infos
⋮----
// FilterPaused is a free log retrieval operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
// Solidity: event Paused(address indexed account, uint256 newPausedStatus)
func (_ContractStrategyManager *ContractStrategyManagerFilterer) FilterPaused(opts *bind.FilterOpts, account []common.Address) (*ContractStrategyManagerPausedIterator, error)
⋮----
var accountRule []interface{}
⋮----
// WatchPaused is a free log subscription operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerPaused, account []common.Address) (event.Subscription, error)
⋮----
// ParsePaused is a log parse operation binding the contract event 0xab40a374bc51de372200a8bc981af8c9ecdc08dfdaef0bb6e09f88f3c616ef3d.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) ParsePaused(log types.Log) (*ContractStrategyManagerPaused, error)
⋮----
// ContractStrategyManagerPauserRegistrySetIterator is returned from FilterPauserRegistrySet and is used to iterate over the raw logs and unpacked data for PauserRegistrySet events raised by the ContractStrategyManager contract.
type ContractStrategyManagerPauserRegistrySetIterator struct {
	Event *ContractStrategyManagerPauserRegistrySet // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStrategyManagerPauserRegistrySet // Event containing the contract specifics and raw log
⋮----
// ContractStrategyManagerPauserRegistrySet represents a PauserRegistrySet event raised by the ContractStrategyManager contract.
type ContractStrategyManagerPauserRegistrySet struct {
	PauserRegistry    common.Address
	NewPauserRegistry common.Address
	Raw               types.Log // Blockchain specific contextual infos
}
⋮----
Raw               types.Log // Blockchain specific contextual infos
⋮----
// FilterPauserRegistrySet is a free log retrieval operation binding the contract event 0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6.
⋮----
// Solidity: event PauserRegistrySet(address pauserRegistry, address newPauserRegistry)
func (_ContractStrategyManager *ContractStrategyManagerFilterer) FilterPauserRegistrySet(opts *bind.FilterOpts) (*ContractStrategyManagerPauserRegistrySetIterator, error)
⋮----
// WatchPauserRegistrySet is a free log subscription operation binding the contract event 0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) WatchPauserRegistrySet(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerPauserRegistrySet) (event.Subscription, error)
⋮----
// ParsePauserRegistrySet is a log parse operation binding the contract event 0x6e9fcd539896fca60e8b0f01dd580233e48a6b0f7df013b89ba7f565869acdb6.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) ParsePauserRegistrySet(log types.Log) (*ContractStrategyManagerPauserRegistrySet, error)
⋮----
// ContractStrategyManagerStrategyAddedToDepositWhitelistIterator is returned from FilterStrategyAddedToDepositWhitelist and is used to iterate over the raw logs and unpacked data for StrategyAddedToDepositWhitelist events raised by the ContractStrategyManager contract.
type ContractStrategyManagerStrategyAddedToDepositWhitelistIterator struct {
	Event *ContractStrategyManagerStrategyAddedToDepositWhitelist // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStrategyManagerStrategyAddedToDepositWhitelist // Event containing the contract specifics and raw log
⋮----
// ContractStrategyManagerStrategyAddedToDepositWhitelist represents a StrategyAddedToDepositWhitelist event raised by the ContractStrategyManager contract.
type ContractStrategyManagerStrategyAddedToDepositWhitelist struct {
	Strategy common.Address
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
// FilterStrategyAddedToDepositWhitelist is a free log retrieval operation binding the contract event 0x0c35b17d91c96eb2751cd456e1252f42a386e524ef9ff26ecc9950859fdc04fe.
⋮----
// Solidity: event StrategyAddedToDepositWhitelist(address strategy)
func (_ContractStrategyManager *ContractStrategyManagerFilterer) FilterStrategyAddedToDepositWhitelist(opts *bind.FilterOpts) (*ContractStrategyManagerStrategyAddedToDepositWhitelistIterator, error)
⋮----
// WatchStrategyAddedToDepositWhitelist is a free log subscription operation binding the contract event 0x0c35b17d91c96eb2751cd456e1252f42a386e524ef9ff26ecc9950859fdc04fe.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) WatchStrategyAddedToDepositWhitelist(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerStrategyAddedToDepositWhitelist) (event.Subscription, error)
⋮----
// ParseStrategyAddedToDepositWhitelist is a log parse operation binding the contract event 0x0c35b17d91c96eb2751cd456e1252f42a386e524ef9ff26ecc9950859fdc04fe.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) ParseStrategyAddedToDepositWhitelist(log types.Log) (*ContractStrategyManagerStrategyAddedToDepositWhitelist, error)
⋮----
// ContractStrategyManagerStrategyRemovedFromDepositWhitelistIterator is returned from FilterStrategyRemovedFromDepositWhitelist and is used to iterate over the raw logs and unpacked data for StrategyRemovedFromDepositWhitelist events raised by the ContractStrategyManager contract.
type ContractStrategyManagerStrategyRemovedFromDepositWhitelistIterator struct {
	Event *ContractStrategyManagerStrategyRemovedFromDepositWhitelist // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStrategyManagerStrategyRemovedFromDepositWhitelist // Event containing the contract specifics and raw log
⋮----
// ContractStrategyManagerStrategyRemovedFromDepositWhitelist represents a StrategyRemovedFromDepositWhitelist event raised by the ContractStrategyManager contract.
type ContractStrategyManagerStrategyRemovedFromDepositWhitelist struct {
	Strategy common.Address
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
// FilterStrategyRemovedFromDepositWhitelist is a free log retrieval operation binding the contract event 0x4074413b4b443e4e58019f2855a8765113358c7c72e39509c6af45fc0f5ba030.
⋮----
// Solidity: event StrategyRemovedFromDepositWhitelist(address strategy)
func (_ContractStrategyManager *ContractStrategyManagerFilterer) FilterStrategyRemovedFromDepositWhitelist(opts *bind.FilterOpts) (*ContractStrategyManagerStrategyRemovedFromDepositWhitelistIterator, error)
⋮----
// WatchStrategyRemovedFromDepositWhitelist is a free log subscription operation binding the contract event 0x4074413b4b443e4e58019f2855a8765113358c7c72e39509c6af45fc0f5ba030.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) WatchStrategyRemovedFromDepositWhitelist(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerStrategyRemovedFromDepositWhitelist) (event.Subscription, error)
⋮----
// ParseStrategyRemovedFromDepositWhitelist is a log parse operation binding the contract event 0x4074413b4b443e4e58019f2855a8765113358c7c72e39509c6af45fc0f5ba030.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) ParseStrategyRemovedFromDepositWhitelist(log types.Log) (*ContractStrategyManagerStrategyRemovedFromDepositWhitelist, error)
⋮----
// ContractStrategyManagerStrategyWhitelisterChangedIterator is returned from FilterStrategyWhitelisterChanged and is used to iterate over the raw logs and unpacked data for StrategyWhitelisterChanged events raised by the ContractStrategyManager contract.
type ContractStrategyManagerStrategyWhitelisterChangedIterator struct {
	Event *ContractStrategyManagerStrategyWhitelisterChanged // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStrategyManagerStrategyWhitelisterChanged // Event containing the contract specifics and raw log
⋮----
// ContractStrategyManagerStrategyWhitelisterChanged represents a StrategyWhitelisterChanged event raised by the ContractStrategyManager contract.
type ContractStrategyManagerStrategyWhitelisterChanged struct {
	PreviousAddress common.Address
	NewAddress      common.Address
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
// FilterStrategyWhitelisterChanged is a free log retrieval operation binding the contract event 0x4264275e593955ff9d6146a51a4525f6ddace2e81db9391abcc9d1ca48047d29.
⋮----
// Solidity: event StrategyWhitelisterChanged(address previousAddress, address newAddress)
func (_ContractStrategyManager *ContractStrategyManagerFilterer) FilterStrategyWhitelisterChanged(opts *bind.FilterOpts) (*ContractStrategyManagerStrategyWhitelisterChangedIterator, error)
⋮----
// WatchStrategyWhitelisterChanged is a free log subscription operation binding the contract event 0x4264275e593955ff9d6146a51a4525f6ddace2e81db9391abcc9d1ca48047d29.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) WatchStrategyWhitelisterChanged(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerStrategyWhitelisterChanged) (event.Subscription, error)
⋮----
// ParseStrategyWhitelisterChanged is a log parse operation binding the contract event 0x4264275e593955ff9d6146a51a4525f6ddace2e81db9391abcc9d1ca48047d29.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) ParseStrategyWhitelisterChanged(log types.Log) (*ContractStrategyManagerStrategyWhitelisterChanged, error)
⋮----
// ContractStrategyManagerUnpausedIterator is returned from FilterUnpaused and is used to iterate over the raw logs and unpacked data for Unpaused events raised by the ContractStrategyManager contract.
type ContractStrategyManagerUnpausedIterator struct {
	Event *ContractStrategyManagerUnpaused // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStrategyManagerUnpaused // Event containing the contract specifics and raw log
⋮----
// ContractStrategyManagerUnpaused represents a Unpaused event raised by the ContractStrategyManager contract.
type ContractStrategyManagerUnpaused struct {
	Account         common.Address
	NewPausedStatus *big.Int
	Raw             types.Log // Blockchain specific contextual infos
}
⋮----
// FilterUnpaused is a free log retrieval operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
// Solidity: event Unpaused(address indexed account, uint256 newPausedStatus)
func (_ContractStrategyManager *ContractStrategyManagerFilterer) FilterUnpaused(opts *bind.FilterOpts, account []common.Address) (*ContractStrategyManagerUnpausedIterator, error)
⋮----
// WatchUnpaused is a free log subscription operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerUnpaused, account []common.Address) (event.Subscription, error)
⋮----
// ParseUnpaused is a log parse operation binding the contract event 0x3582d1828e26bf56bd801502bc021ac0bc8afb57c826e4986b45593c8fad389c.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) ParseUnpaused(log types.Log) (*ContractStrategyManagerUnpaused, error)
⋮----
// ContractStrategyManagerUpdatedThirdPartyTransfersForbiddenIterator is returned from FilterUpdatedThirdPartyTransfersForbidden and is used to iterate over the raw logs and unpacked data for UpdatedThirdPartyTransfersForbidden events raised by the ContractStrategyManager contract.
type ContractStrategyManagerUpdatedThirdPartyTransfersForbiddenIterator struct {
	Event *ContractStrategyManagerUpdatedThirdPartyTransfersForbidden // Event containing the contract specifics and raw log

	contract *bind.BoundContract // Generic contract to use for unpacking event data
	event    string              // Event name to use for unpacking event data

	logs chan types.Log        // Log channel receiving the found contract events
	sub  ethereum.Subscription // Subscription for errors, completion and termination
	done bool                  // Whether the subscription completed delivering logs
	fail error                 // Occurred error to stop iteration
}
⋮----
Event *ContractStrategyManagerUpdatedThirdPartyTransfersForbidden // Event containing the contract specifics and raw log
⋮----
// ContractStrategyManagerUpdatedThirdPartyTransfersForbidden represents a UpdatedThirdPartyTransfersForbidden event raised by the ContractStrategyManager contract.
type ContractStrategyManagerUpdatedThirdPartyTransfersForbidden struct {
	Strategy common.Address
	Value    bool
	Raw      types.Log // Blockchain specific contextual infos
}
⋮----
// FilterUpdatedThirdPartyTransfersForbidden is a free log retrieval operation binding the contract event 0x77d930df4937793473a95024d87a98fd2ccb9e92d3c2463b3dacd65d3e6a5786.
⋮----
// Solidity: event UpdatedThirdPartyTransfersForbidden(address strategy, bool value)
func (_ContractStrategyManager *ContractStrategyManagerFilterer) FilterUpdatedThirdPartyTransfersForbidden(opts *bind.FilterOpts) (*ContractStrategyManagerUpdatedThirdPartyTransfersForbiddenIterator, error)
⋮----
// WatchUpdatedThirdPartyTransfersForbidden is a free log subscription operation binding the contract event 0x77d930df4937793473a95024d87a98fd2ccb9e92d3c2463b3dacd65d3e6a5786.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) WatchUpdatedThirdPartyTransfersForbidden(opts *bind.WatchOpts, sink chan<- *ContractStrategyManagerUpdatedThirdPartyTransfersForbidden) (event.Subscription, error)
⋮----
// ParseUpdatedThirdPartyTransfersForbidden is a log parse operation binding the contract event 0x77d930df4937793473a95024d87a98fd2ccb9e92d3c2463b3dacd65d3e6a5786.
⋮----
func (_ContractStrategyManager *ContractStrategyManagerFilterer) ParseUpdatedThirdPartyTransfersForbidden(log types.Log) (*ContractStrategyManagerUpdatedThirdPartyTransfersForbidden, error)
````

## File: M2-contracts/script/input/31337/ops_addresses.json
````json
{
    "communityMultisig": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
    "pauser": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
    "churner": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
    "ejector": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"
}
````

## File: M2-contracts/script/output/31337/eigenlayer_deployment_output.json
````json
{
  "addresses": {
    "avsDirectory": "0x0165878A594ca255338adfa4d48449f69242Eb8F",
    "avsDirectoryImplementation": "0x9A676e781A523b5d0C0e43731313A708CB607508",
    "baseStrategyImplementation": "0xa85233C63b9Ee964Add6F2cffe00Fd84eb32338f",
    "delegationManager": "0xDc64a140Aa3E981100a9becA4E685f962f0cF6C9",
    "delegationManagerImplementation": "0xA51c1fc2f0D1a1b8494Ed1FE312d7C3a78Ed91C0",
    "eigenLayerPauserReg": "0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0",
    "eigenLayerProxyAdmin": "0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512",
    "eigenPodBeacon": "0xB7f8BC63BbcaD18155201308C8f3540b07f84F5e",
    "eigenPodImplementation": "0x610178dA211FEF7D417bC0e6FeD39F05609AD788",
    "eigenPodManager": "0x2279B7A0a67DB372996a5FaB50D91eAA73d2eBe6",
    "eigenPodManagerImplementation": "0x959922bE3CAee4b8Cd9a407cc3ac1C251C2007B1",
    "emptyContract": "0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9",
    "numStrategiesDeployed": 0,
    "rewardsCoordinator": "0x8A791620dd6260079BF849Dc5567aDC3F2FdC318",
    "rewardsCoordinatorImplementation": "0x9A9f2CCfdE556A7E9Ff0848998Aa4a0CFD8863AE",
    "slasher": "0xa513E6E4b8f2a923D98304ec87F64353C4D5C853",
    "slasherImplementation": "0x0B306BF915C4d645ff596e518fAf3F9669b97016",
    "strategies": {
      "WETH": "0x7a2088a1bFc9d81c55368AE168C2C02570cB814F"
    },
    "strategyManager": "0x5FC8d32690cc91D4c39d9d3abcBD16989F875707",
    "strategyManagerImplementation": "0x0DCd1Bf9A1b36cE34237eEaFef220932846BCD82",
    "token": {
      "tokenProxyAdmin": "0x0000000000000000000000000000000000000000",
      "EIGEN": "0x0000000000000000000000000000000000000000",
      "bEIGEN": "0x0000000000000000000000000000000000000000",
      "EIGENImpl": "0x0000000000000000000000000000000000000000",
      "bEIGENImpl": "0x0000000000000000000000000000000000000000",
      "eigenStrategy": "0x0000000000000000000000000000000000000000",
      "eigenStrategyImpl": "0x0000000000000000000000000000000000000000"
    }
  },
  "chainInfo": {
    "chainId": 31337,
    "deploymentBlock": 1
  },
  "parameters": {
    "communityMultisig": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
    "executorMultisig": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
    "operationsMultisig": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
    "pauserMultisig": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
    "timelock": "0x0000000000000000000000000000000000000000"
  }
}
````

## File: M2-contracts/script/output/31337/mockAvs_deployment_output.json
````json
{
  "addresses": {
    "mockAvsServiceManager": "0xc3e53F4d16Ae77Db1c982e75a937B9f60FE63690",
    "mockAvsServiceManagerImplementation": "0x0000000000000000000000000000000000000000",
    "operatorStateRetriever": "0x95401dc811bb5740090279Ba06cfA8fcF6113778",
    "proxyAdmin": "0xE6E340D132b5f46d1e472DebcD681B2aBc16e57E",
    "registryCoordinator": "0x9E545E3C0baAB3E08CdfD552C960A1050f373042",
    "registryCoordinatorImplementation": "0x36C02dA8a0983159322a80FFE9F24b1acfF8B570"
  }
}
````

## File: M2-contracts/script/output/31337/token_and_strategy_deployment_output.json
````json
{
  "addresses": {
    "erc20mock": "0x7bc06c482DEAd17c0e297aFbC32f6e63d3846650",
    "erc20mockstrategy": "0xFD471836031dc5108809D173A067e8486B9047A3"
  }
}
````

## File: M2-contracts/script/parsers/ConfigsReadWriter.sol
````
// SPDX-License-Identifier: BUSL-1.1
⋮----
import "eigenlayer-middleware/src/interfaces/IRegistryCoordinator.sol";
import "eigenlayer-contracts/src/contracts/strategies/StrategyBase.sol";
⋮----
import "forge-std/Script.sol";
import "forge-std/StdJson.sol";
⋮----
contract ConfigsReadWriter is Script {
// Forge scripts best practice: https://book.getfoundry.sh/tutorials/best-practices#scripts
// inputFileName should not contain the .json extension, we add it automatically
function readInput(
⋮----
function readOutput(
⋮----
function writeOutput(
````

## File: M2-contracts/script/parsers/EigenlayerContractsParser.sol
````
// SPDX-License-Identifier: UNLICENSED
⋮----
import "@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol";
import "eigenlayer-contracts/src/contracts/permissions/PauserRegistry.sol";
⋮----
import {IAVSDirectory} from "eigenlayer-contracts/src/contracts/interfaces/IAVSDirectory.sol";
import {IDelegationManager} from "eigenlayer-contracts/src/contracts/interfaces/IDelegationManager.sol";
import {IStrategyManager, IStrategy} from "eigenlayer-contracts/src/contracts/interfaces/IStrategyManager.sol";
import {ISlasher} from "eigenlayer-contracts/src/contracts/interfaces/ISlasher.sol";
import {StrategyBaseTVLLimits} from "eigenlayer-contracts/src/contracts/strategies/StrategyBaseTVLLimits.sol";
import {IRewardsCoordinator} from "eigenlayer-contracts/src/contracts/interfaces/IRewardsCoordinator.sol";
⋮----
import {ConfigsReadWriter} from "./ConfigsReadWriter.sol";
import "forge-std/StdJson.sol";
⋮----
contract EigenlayerContractsParser is ConfigsReadWriter {
function _loadEigenlayerDeployedContracts()
⋮----
// Eigenlayer contracts
````

## File: M2-contracts/script/parsers/MockAvsContractsParser.sol
````
// SPDX-License-Identifier: UNLICENSED
⋮----
import {RegistryCoordinator} from "eigenlayer-middleware/src/RegistryCoordinator.sol";
import {OperatorStateRetriever} from "eigenlayer-middleware/src/OperatorStateRetriever.sol";
⋮----
import "../../src/MockAvsServiceManager.sol";
⋮----
import {ConfigsReadWriter} from "./ConfigsReadWriter.sol";
import "forge-std/StdJson.sol";
⋮----
contract MockAvsContractsParser is ConfigsReadWriter {
function _loadMockAvsDeployedContracts()
⋮----
// Eigenlayer contracts
````

## File: M2-contracts/script/parsers/TokensAndStrategiesContractsParser.sol
````
// SPDX-License-Identifier: UNLICENSED
⋮----
import "@openzeppelin/contracts/interfaces/IERC20.sol";
import {IStrategyManager, IStrategy} from "eigenlayer-contracts/src/contracts/interfaces/IStrategyManager.sol";
⋮----
import {ConfigsReadWriter} from "./ConfigsReadWriter.sol";
import "forge-std/StdJson.sol";
⋮----
// TODO: support more than one token/strategy pair (dee deployTokensAndStrategies script)
contract TokenAndStrategyContractsParser is ConfigsReadWriter {
function _loadTokenAndStrategyContracts()
⋮----
// Token and Strategy contracts
````

## File: M2-contracts/script/DeployMockAvs.s.sol
````
// SPDX-License-Identifier: UNLICENSED
⋮----
import "./DeployMockAvsRegistries.s.sol";
import "forge-std/console.sol";
⋮----
// forge script script/DeployMockAvs.s.sol --rpc-url $RPC_URL --private-key $PRIVATE_KEY --etherscan-api-key $ETHERSCAN_API_KEY --broadcast --verify
contract DeployMockAvs is DeployMockAvsRegistries {
⋮----
function run() public virtual {
// The ContractsRegistry contract should always be deployed at this address on anvil
// it's the address of the contract created at nonce 0 by the first anvil account (0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266)
⋮----
// Deploy proxy admin for ability to upgrade proxy contracts
// Note: can't deploy ProxyAdmin in setUp function, b/c its owner is not set correctly if so.
//       not sure why...
````

## File: M2-contracts/script/DeployMockAvsRegistries.s.sol
````
// SPDX-License-Identifier: UNLICENSED
⋮----
import "@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol";
import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
import "eigenlayer-contracts/src/contracts/permissions/PauserRegistry.sol";
⋮----
import {IDelegationManager} from "eigenlayer-contracts/src/contracts/interfaces/IDelegationManager.sol";
import {IStrategyManager, IStrategy} from "eigenlayer-contracts/src/contracts/interfaces/IStrategyManager.sol";
import {ISlasher} from "eigenlayer-contracts/src/contracts/interfaces/ISlasher.sol";
import "eigenlayer-contracts/src/test/mocks/EmptyContract.sol";
⋮----
import "eigenlayer-middleware/src/RegistryCoordinator.sol" as blsregcoord;
import {IServiceManager} from "eigenlayer-middleware/src/interfaces/IServiceManager.sol";
import {IBLSApkRegistry, IIndexRegistry, IStakeRegistry, ISocketRegistry} from "eigenlayer-middleware/src/RegistryCoordinator.sol";
import {BLSApkRegistry} from "eigenlayer-middleware/src/BLSApkRegistry.sol";
import {IndexRegistry} from "eigenlayer-middleware/src/IndexRegistry.sol";
import {StakeRegistry} from "eigenlayer-middleware/src/StakeRegistry.sol";
import {SocketRegistry} from "eigenlayer-middleware/src/SocketRegistry.sol";
import {OperatorStateRetriever} from "eigenlayer-middleware/src/OperatorStateRetriever.sol";
⋮----
import {MockAvsContracts} from "./parsers/MockAvsContractsParser.sol";
import {EigenlayerContracts, EigenlayerContractsParser} from "./parsers/EigenlayerContractsParser.sol";
import {ConfigsReadWriter} from "./parsers/ConfigsReadWriter.sol";
import {MockAvsServiceManager} from "../src/MockAvsServiceManager.sol";
import {ContractsRegistry} from "../src/ContractsRegistry.sol";
⋮----
import "forge-std/Script.sol";
import "forge-std/StdJson.sol";
⋮----
contract DeployMockAvsRegistries is
⋮----
// MockAvs contracts
⋮----
function _loadAvsOpsAddresses(
⋮----
function _deploymockAvsRegistryContracts(
⋮----
// deploy pauser registry
⋮----
/**
         * First, deploy upgradeable proxy contracts that **will point** to the implementations. Since the implementation contracts are
         * not yet deployed, we give these proxies an empty contract as the initial implementation, to act as if they have no code.
         */
⋮----
// Second, deploy the *implementation* contracts, using the *proxy contracts* as inputs
⋮----
// for each quorum to setup, we need to define
// quorumsOperatorSetParams, quorumsMinimumStake, and quorumsStrategyParams
⋮----
// hard code these for now
⋮----
// set to 0 for every quorum
⋮----
// We don't setup up any quorums so this is commented out for now
// (since deployedStrategyArray doesn't exist)
// for (uint i = 0; i < numQuorums; i++) {
//     quorumsStrategyParams[i] = new IStakeRegistry.StrategyParams[](numStrategies);
//     for (uint j = 0; j < numStrategies; j++) {
//         quorumsStrategyParams[i][j] = IStakeRegistry.StrategyParams({
//             strategy: deployedStrategyArray[j],
//             // setting this to 1 ether since the divisor is also 1 ether
//             // therefore this allows an operator to register with even just 1 token
//             // see https://github.com/Layr-Labs/eigenlayer-middleware/blob/m2-mainnet/src/StakeRegistry.sol#L484
//             //    weight += uint96(sharesAmount * strategyAndMultiplier.multiplier / WEIGHTING_DIVISOR);
//             multiplier: 1 ether
//         });
//     }
// }
⋮----
0, // 0 initialPausedStatus means everything unpaused
⋮----
// WRITE JSON DATA
⋮----
// serialize all the data
⋮----
function _writeContractsToRegistry(
````

## File: M2-contracts/script/DeployTokensStrategiesCreateQuorums.s.sol
````
// SPDX-License-Identifier: UNLICENSED
⋮----
import "@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol";
import "eigenlayer-contracts/src/contracts/permissions/PauserRegistry.sol";
⋮----
import {IStrategyManager, IStrategy} from "eigenlayer-contracts/src/contracts/interfaces/IStrategyManager.sol";
import {StrategyBaseTVLLimits} from "eigenlayer-contracts/src/contracts/strategies/StrategyBaseTVLLimits.sol";
⋮----
import "eigenlayer-middleware/src/interfaces/IStakeRegistry.sol";
import "eigenlayer-middleware/src/RegistryCoordinator.sol" as regcoord;
⋮----
import {MockERC20, IERC20} from "../src/MockERC20.sol";
import "./parsers/EigenlayerContractsParser.sol";
import "./parsers/MockAvsContractsParser.sol";
import {ContractsRegistry} from "../src/ContractsRegistry.sol";
⋮----
import "forge-std/Script.sol";
import "forge-std/StdJson.sol";
⋮----
contract DeployTokensStrategiesCreateQuorums is
⋮----
function run() external {
// hardcoded as first contract deployed by anvil's 0th account
// (generated from mnemonic "test test test test test test test test test test test junk")
// 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 (sk = 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80)
⋮----
strat = IStrategy(0x5C8b55722f421556a2AAfb7A3EA63d4c3e514312); /// Whitelisted stETH strat
mockToken = IERC20(0x3F1c547b21f65e10480dE3ad8E19fAAC46C95034); /// stETH
⋮----
function _deployErc20AndStrategyAndWhitelistStrategy(
⋮----
// TODO(samlaf): any reason why we are using the strategybase with tvl limits instead of just using strategybase?
// the maxPerDeposit and maxDeposits below are just arbitrary values.
⋮----
1_000 ether, // maxPerDeposit
1_000 ether, // maxDeposits
⋮----
// WRITE JSON DATA
// TODO: support more than one token/strategy pair
⋮----
function _createQuorum(
⋮----
// for each quorum to setup, we need to define
// quorumsOperatorSetParams, quorumsMinimumStake, and quorumsStrategyParams
⋮----
// hardcoded for now
⋮----
// setting this to 1 ether since the divisor is also 1 ether
// therefore this allows an operator to register with even just 1 token
// see https://github.com/Layr-Labs/eigenlayer-middleware/blob/m2-mainnet/src/StakeRegistry.sol#L484
//    weight += uint96(sharesAmount * strategyAndMultiplier.multiplier / WEIGHTING_DIVISOR);
````

## File: M2-contracts/script/RegisterOperatorsWithEigenlayer.s.sol
````
// SPDX-License-Identifier: UNLICENSED
⋮----
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
⋮----
import "forge-std/StdJson.sol";
⋮----
import "./parsers/TokensAndStrategiesContractsParser.sol";
import "./parsers/EigenlayerContractsParser.sol";
import {ConfigsReadWriter} from "./parsers/ConfigsReadWriter.sol";
⋮----
// This script registers a bunch of operators with eigenlayer
// We don't register with eigencert/eigenda because events are not registered in saved anvil state, so we need to register
// them at runtime whenver we start anvil for a test or localnet.
contract RegisterOperators is
⋮----
function setUp() public {
⋮----
function run() external {
⋮----
// Allocate eth to operators
⋮----
// Allocate tokens to operators
⋮----
// Register operators with EigenLayer
⋮----
address delegationApprover = address(0); // anyone can delegate to this operator
⋮----
// setting token=address(0) will allocate eth
function _allocateEthOrErc20(
````

## File: M2-contracts/src/ContractsRegistry.sol
````
// SPDX-License-Identifier: MIT
⋮----
// ContractsRegistry store the address of all the contracts deployed for eigenlayer and avss
// It is used for testing purpose only, so that we can retrieve the addresses without having to store them in a json file
// This way integration testing against an anvil chain (started with a saved db) is self-contained
// ASSUMPTION: right now we deploy this contract as the first deployment (nonce=0) using the first anvil address
// 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 to make sure it's always at the address 0x5FbDB2315678afecb367f032d93F642f64180aa3
// forge create src/ContractsRegistry.sol:ContractsRegistry --rpc-url $RPC_URL  --private-key $PRIVATE_KEY
contract ContractsRegistry {
⋮----
function registerContract(string memory name, address _contract) public {
// we treat redeploys as a bug since this is only meant to be used for testing.
// If new contracts need to be deployed just start from a fresh anvil state.
````

## File: M2-contracts/src/MockAvsServiceManager.sol
````
// SPDX-License-Identifier: UNLICENSED
⋮----
import {IAVSDirectory} from "eigenlayer-contracts/src/contracts/interfaces/IAVSDirectory.sol";
import {IRewardsCoordinator} from "eigenlayer-contracts/src/contracts/interfaces/IRewardsCoordinator.sol";
⋮----
import {IRegistryCoordinator} from "eigenlayer-middleware/src/interfaces/IRegistryCoordinator.sol";
import {IBLSSignatureChecker} from "eigenlayer-middleware/src/interfaces/IBLSSignatureChecker.sol";
import {ServiceManagerBase} from "eigenlayer-middleware/src/ServiceManagerBase.sol";
import {BLSSignatureChecker} from "eigenlayer-middleware/src/BLSSignatureChecker.sol";
⋮----
contract MockAvsServiceManager is ServiceManagerBase, BLSSignatureChecker {
⋮----
function initialize(address _initialOwner) external initializer {
// TODO: setting _rewardsInitializer to be _initialOwner for now.
````

## File: M2-contracts/src/MockERC20.sol
````
// SPDX-License-Identifier: UNLICENSED
⋮----
import {ERC20, IERC20} from "@openzeppelin/contracts/token/ERC20/ERC20.sol";
⋮----
contract MockERC20 is ERC20("Mock Token", "MCK") {
function mint(address account, uint256 amount) public {
⋮----
/// WARNING: Vulnerable, bypasses allowance check. Do not use in production!
function transferFrom(
````

## File: M2-contracts/.gitignore
````
# Compiler files
cache/
out/

# Ignores development broadcast logs
!/broadcast
/broadcast/*/31337/
/broadcast/**/dry-run/

# Docs
docs/

# Dotenv file
.env
````

## File: M2-contracts/abigen-with-interfaces.Dockerfile
````dockerfile
# use the below command to build this docker image locally
# docker build -t abigen-with-interfaces -f abigen-with-interfaces.Dockerfile .
FROM golang:1.21 as build

# this installs our fork of abigen with also creates interfaces for the binding structs
# See https://github.com/ethereum/go-ethereum/pull/28279
RUN apt update && \
    apt install git -y && \
    git clone https://github.com/samlaf/go-ethereum.git && \
    cd go-ethereum/cmd/abigen && \
    git checkout issue-28278/abigen-interfaces && \
    go build .


FROM debian:latest
COPY --from=build /go/go-ethereum/cmd/abigen/abigen /usr/local/bin/abigen
ENTRYPOINT [ "abigen"]
````

## File: M2-contracts/foundry.toml
````toml
[profile.default]
src = "src"
out = "out"
libs = ["lib"]
solc_version = '0.8.27'
via-ir = true
optimizer = true
optimizer_runs = 200
remappings = [
    "@openzeppelin-upgrades-v4.9.0/=lib/eigenlayer-middleware/lib/eigenlayer-contracts/lib/openzeppelin-contracts-upgradeable-v4.9.0/",
    "@openzeppelin-upgrades/=lib/eigenlayer-middleware/lib/openzeppelin-contracts-upgradeable/",
    "@openzeppelin-v4.9.0/=lib/eigenlayer-middleware/lib/eigenlayer-contracts/lib/openzeppelin-contracts-v4.9.0/",
    "@openzeppelin/=lib/eigenlayer-middleware/lib/openzeppelin-contracts/",
    "ds-test/=lib/eigenlayer-middleware/lib/ds-test/src/",
    "eigenlayer-contracts/=lib/eigenlayer-middleware/lib/eigenlayer-contracts/",
    "eigenlayer-middleware/=lib/eigenlayer-middleware/",
    "forge-std/=lib/forge-std/src/",
    "openzeppelin-contracts-upgradeable/=lib/eigenlayer-middleware/lib/openzeppelin-contracts-upgradeable/",
    "openzeppelin-contracts/=lib/eigenlayer-middleware/lib/openzeppelin-contracts/",
]
fs_permissions = [{ access = "read-write", path = "./" }]

# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
````

## File: M2-contracts/generate-bindings.sh
````bash
#!/bin/bash

set -o errexit -o nounset -o pipefail

# cd to the directory of this script so that this can be run from anywhere
script_path=$(
    cd "$(dirname "${BASH_SOURCE[0]}")"
    pwd -P
)

# build abigen-with-interfaces docker image if it doesn't exist
if [[ "$(docker images -q abigen-with-interfaces 2>/dev/null)" == "" ]]; then
    docker build -t abigen-with-interfaces -f abigen-with-interfaces.Dockerfile $script_path
fi

# TODO: refactor this function.. it got really ugly with the dockerizing of abigen
function create_binding {
    contract_dir=$1
    contract=$2
    binding_dir=$3
    echo $contract
    mkdir -p $binding_dir/${contract}
    contract_json="$contract_dir/out/${contract}.sol/${contract}.json"
    solc_abi=$(cat ${contract_json} | jq -r '.abi')
    solc_bin=$(cat ${contract_json} | jq -r '.bytecode.object')

    mkdir -p data
    echo ${solc_abi} >data/tmp.abi
    echo ${solc_bin} >data/tmp.bin

    rm -f $binding_dir/${contract}/binding.go
    docker run -v $(realpath $binding_dir):/home/binding_dir -v .:/home/repo abigen-with-interfaces --bin=/home/repo/data/tmp.bin --abi=/home/repo/data/tmp.abi --pkg=contract${contract} --out=/home/binding_dir/${contract}/binding.go
    rm -rf data/tmp.abi data/tmp.bin
}

path=$1
echo "Generating bindings for contracts in path: $path"
cd "$path"
pwd

contracts=$2
bindings_path=$3

forge build
echo "Generating bindings for contracts: $contracts"
for contract in $contracts; do
    sleep 1 # this is a hack to fix the issue with abigen randomly failing for some contracts
    create_binding . "$contract" "$bindings_path"
done
````

## File: metrics/collectors/economic/economic_test.go
````go
package economic
⋮----
import (
	"context"
	"math/big"
	"testing"

	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"

	"github.com/prometheus/client_golang/prometheus/testutil"
	"github.com/stretchr/testify/assert"
	"go.uber.org/mock/gomock"

	"github.com/Layr-Labs/eigensdk-go/testutils"
	"github.com/Layr-Labs/eigensdk-go/types"
)
⋮----
"context"
"math/big"
"testing"
⋮----
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
⋮----
"github.com/prometheus/client_golang/prometheus/testutil"
"github.com/stretchr/testify/assert"
"go.uber.org/mock/gomock"
⋮----
"github.com/Layr-Labs/eigensdk-go/testutils"
"github.com/Layr-Labs/eigensdk-go/types"
⋮----
const registeredOpAddress = "0xb81b18c988bfc7d131fca985a9c531f325e98a2f"
⋮----
type fakeELReader struct {
	registeredOperators map[common.Address]bool
}
⋮----
func newFakeELReader() *fakeELReader
⋮----
func (f *fakeELReader) OperatorIsFrozen(ctx context.Context, operatorAddr common.Address) (bool, error)
⋮----
type fakeAVSRegistryReader struct {
	operatorId types.OperatorId
	stakes     map[types.QuorumNum]*big.Int
}
⋮----
func (f *fakeAVSRegistryReader) GetOperatorId(opts *bind.CallOpts, operatorAddr common.Address) ([32]byte, error)
⋮----
func (f *fakeAVSRegistryReader) GetOperatorStakeInQuorumsOfOperatorAtCurrentBlock(
	opts *bind.CallOpts,
	operatorId types.OperatorId,
) (map[types.QuorumNum]*big.Int, error)
⋮----
func newFakeAVSRegistryReader() *fakeAVSRegistryReader
⋮----
func TestEconomicCollector(t *testing.T)
⋮----
// 1 for eigen_slashing_status, and 2 for eigen_registered_stakes (1 per quorum)
⋮----
// Comment by shrimalmadhur: A lot has changed recently and I am not sure yet how to fix this test but I am just
// fixing to make sure
// core contract bindings works and we fix unblock slashing release.
// We will come back at this and fix it.
//assert.Equal(t, 3, count)
````

## File: metrics/collectors/economic/economic.go
````go
// Package collectors contains custom prometheus collectors that are not just simple instrumented metrics
package economic
⋮----
import (
	"errors"
	"strconv"

	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/types"
	"github.com/Layr-Labs/eigensdk-go/utils"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/prometheus/client_golang/prometheus"
)
⋮----
"errors"
"strconv"
⋮----
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/types"
"github.com/Layr-Labs/eigensdk-go/utils"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/prometheus/client_golang/prometheus"
⋮----
type eLReader interface {
}
⋮----
type avsRegistryReader interface {
	GetOperatorId(opts *bind.CallOpts, operatorAddr common.Address) ([32]byte, error)

	GetOperatorStakeInQuorumsOfOperatorAtCurrentBlock(
		opts *bind.CallOpts,
		operatorId types.OperatorId,
	) (map[types.QuorumNum]types.StakeAmount, error)
}
⋮----
// Collector exports the economic metrics listed at
//
//	https://docs.eigenlayer.xyz/eigenlayer/avs-guides/spec/metrics/metrics-prom-spec#economics-metrics
⋮----
// these are metrics that are exported not via instrumentation, but instead by proxying
// a call to the relevant eigenlayer contracts
// Collector should be registered in the same prometheus registry that is passed to metrics.NewEigenMetrics
// so that they are exported on the same port
type Collector struct {
	// TODO(samlaf): we use a chain as the backend for now, but should eventually move to a subgraph
	elReader          eLReader
	avsRegistryReader avsRegistryReader
	logger            logging.Logger
	// params to query the metrics for
	operatorAddr common.Address
	operatorId   types.OperatorId
	quorumNames  map[types.QuorumNum]string
	// metrics
	// TODO(samlaf): I feel like eigenlayer-core metrics like slashingStatus and delegatedShares, which are not avs
	// specific,
	// should not be here, and should instead be collected by some eigenlayer-cli daemon or something, since
	// otherwise every avs will be exporting these same metrics for no reason.

	// slashingStatus is 1 when the operator has been slashed, and 0 otherwise
	slashingStatus *prometheus.Desc
	// registeredStake is the current stake of the operator in the avs registry contract's view
	// stake is a weighted linear combination of strategyManager shares in different strategies
	// stakes are updated by calling updateStakes() on the StakeRegistry contract, which pulls the
	// current strategy shares from the strategyManager contracts
	// eg. suppose the avs has defined an ethLST quorum consisting of stETH, rETH, and cbETH, with each weighted 1
	// (a decentralization focused avs might want to give more weight to rETH for eg, but we'll keep it simple)
	// if the operator has 100 stETH, 200 rETH, and 300 cbETH delegated in the strategyManager, then it's
	// registeredStake on the StakeRegistry contract will be 600. If a staker queues a withdrawal of its 300 cbETH,
	// then the operator's registeredStake will remain 600 until updateStakes() is called, at which point it will
	// drop to the correct value of 300.
	registeredStake *prometheus.Desc

	// TODO(samlaf): Removing this as not part of avs node spec anymore.
	// delegatedShares is the total shares delegated to the operator in each strategy
	// strategies are currently token specific, and we have one for cbETH, rETH, and stETH,
	// but they will eventually be more generic and could support multiple tokens
	// right now, 1 token deposit = 1 share
	// delegatedShares *prometheus.Desc
}
⋮----
// TODO(samlaf): we use a chain as the backend for now, but should eventually move to a subgraph
⋮----
// params to query the metrics for
⋮----
// metrics
// TODO(samlaf): I feel like eigenlayer-core metrics like slashingStatus and delegatedShares, which are not avs
// specific,
// should not be here, and should instead be collected by some eigenlayer-cli daemon or something, since
// otherwise every avs will be exporting these same metrics for no reason.
⋮----
// slashingStatus is 1 when the operator has been slashed, and 0 otherwise
⋮----
// registeredStake is the current stake of the operator in the avs registry contract's view
// stake is a weighted linear combination of strategyManager shares in different strategies
// stakes are updated by calling updateStakes() on the StakeRegistry contract, which pulls the
// current strategy shares from the strategyManager contracts
// eg. suppose the avs has defined an ethLST quorum consisting of stETH, rETH, and cbETH, with each weighted 1
// (a decentralization focused avs might want to give more weight to rETH for eg, but we'll keep it simple)
// if the operator has 100 stETH, 200 rETH, and 300 cbETH delegated in the strategyManager, then it's
// registeredStake on the StakeRegistry contract will be 600. If a staker queues a withdrawal of its 300 cbETH,
// then the operator's registeredStake will remain 600 until updateStakes() is called, at which point it will
// drop to the correct value of 300.
⋮----
// TODO(samlaf): Removing this as not part of avs node spec anymore.
// delegatedShares is the total shares delegated to the operator in each strategy
// strategies are currently token specific, and we have one for cbETH, rETH, and stETH,
// but they will eventually be more generic and could support multiple tokens
// right now, 1 token deposit = 1 share
// delegatedShares *prometheus.Desc
⋮----
var _ prometheus.Collector = (*Collector)(nil)
⋮----
func NewCollector(
	elReader eLReader,
	avsRegistryReader avsRegistryReader,
	avsName string,
	logger logging.Logger,
	operatorAddr common.Address,
	quorumNames map[types.QuorumNum]string,
) *Collector
⋮----
// we don't fetch operatorId here because operator might not yet be registered (and hence not have an
// operatorId) we cache operatorId dynamically in the collect function() inside, which allows constructing
// collector before registering operator
⋮----
// TODO(samlaf): would be nice to have avs_name as a variable label
⋮----
// no avs_name label since slashing is not avs specific
⋮----
// delegatedShares: prometheus.NewDesc(
// 	"eigen_delegated_shares",
// 	"Operator delegated shares in <strategy>, in units of <unit> (wei, gwei, or eth).",
// 	// each strategy has a single token for now (eg. stETH, rETH, cbETH), so we add the token label for now
// 	[]string{"strategy", "unit", "token"},
// 	prometheus.Labels{},
// ),
⋮----
// Describe function for the exported slashingIncurredTotal and balanceTotal metrics
// see https://github.com/prometheus/client_golang/blob/v1.16.0/prometheus/collector.go#L27
// Describe is implemented with DescribeByCollect. That's possible because the
// Collect method will always return the same two metrics with the same two
// descriptors.
func (ec *Collector) Describe(ch chan<- *prometheus.Desc)
⋮----
// ch <- ec.delegatedShares
⋮----
// initialize the operatorId if it hasn't already been initialized
func (ec *Collector) initOperatorId() error
⋮----
// Collect function for the exported slashingIncurredTotal and balanceTotal metrics
⋮----
// collect just makes jsonrpc calls to the slasher and delegationManager and then creates
// constant metrics with the results
func (ec *Collector) Collect(ch chan<- prometheus.Metric)
⋮----
// collect registeredStake metric
⋮----
// probably should start using the avsregistry service instead of avsRegistryReader so that we can
// swap out backend for a subgraph eventually
⋮----
// collect delegatedShares metric
// for _, strategyAddr := range ec.strategyAddrs {
// 	sharesWei, err := ec.elReader.GetOperatorSharesInStrategy(context.Background(), ec.operatorAddr, strategyAddr)
// 	if err != nil {
// 		ec.logger.Error("Failed to get shares", "err", err)
// 	} else {
// 		// We'll emit all 3 units in case this is needed for whatever reason
// 		// might want to change this behavior if this is emitting too many metrics
// 		sharesWeiFloat, _ := sharesWei.Float64()
// 		// TODO(samlaf): add the token name.. probably need to have a hardcoded dict per env (mainnet, goerli, etc)? Is
// 		it really that important..?
//		ch <- prometheus.MustNewConstMetric(ec.delegatedShares, prometheus.GaugeValue,
// 		sharesWeiFloat, strategyAddr.String(), "wei", "token")
⋮----
// 		sharesGweiFloat, _ := sharesWei.Div(sharesWei, big.NewInt(1e9)).Float64()
// 		ch <- prometheus.MustNewConstMetric(ec.delegatedShares, prometheus.GaugeValue, sharesGweiFloat,
// 		strategyAddr.String(), "gwei", "token")
⋮----
// 		sharesEtherFloat, _ := sharesWei.Div(sharesWei, big.NewInt(1e18)).Float64()
// 		ch <- prometheus.MustNewConstMetric(ec.delegatedShares, prometheus.GaugeValue, sharesEtherFloat,
// 		strategyAddr.String(), "ether", "token")
// 	}
// }
````

## File: metrics/collectors/rpc_calls/rpc_calls_test.go
````go
package rpccalls
⋮----
import (
	"testing"

	"github.com/prometheus/client_golang/prometheus"
	"github.com/prometheus/client_golang/prometheus/testutil"
	"github.com/stretchr/testify/assert"
)
⋮----
"testing"
⋮----
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/testutil"
"github.com/stretchr/testify/assert"
⋮----
func TestRpcCallsCollector(t *testing.T)
⋮----
// TODO(samlaf): not sure how to test histogram values.. there's no mention of histograms in
//               https://pkg.go.dev/github.com/prometheus/client_golang/prometheus/testutil
// assert.Equal(t, 1.0, testutil.ToFloat64(suite.metrics.rpcRequestDurationSeconds))
````

## File: metrics/collectors/rpc_calls/rpc_calls.go
````go
package rpccalls
⋮----
import (
	"github.com/Layr-Labs/eigensdk-go/types"
	"github.com/prometheus/client_golang/prometheus"
	"github.com/prometheus/client_golang/prometheus/promauto"
)
⋮----
"github.com/Layr-Labs/eigensdk-go/types"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
⋮----
type CollectorInterface interface {
	ObserveRPCRequestDurationSeconds(duration float64, method, clientVersion string)
	AddRPCRequestTotal(method, clientVersion string)
}
⋮----
// Collector contains instrumented metrics that should be incremented by the avs node using the methods below
// it is used by the eigensdk's instrumented_client, but can also be used by avs teams to instrument their own client
// if it differs from ours.
type Collector struct {
	rpcRequestDurationSeconds *prometheus.HistogramVec
	rpcRequestTotal           *prometheus.CounterVec
}
⋮----
// NewCollector returns an rpccalls Collector that collects metrics for json-rpc calls
func NewCollector(avsName string, reg prometheus.Registerer) *Collector
⋮----
// client_version is the client name and its current version. We don't separate them because
// this string is returned as a single string by the web3_clientVersion jsonrpc call
// which doesn't follow any standardized format so not possible to parse it...
// https://ethereum.org/en/developers/docs/apis/json-rpc/#web3_clientversion
⋮----
// ObserveRPCRequestDurationSeconds observes the duration of a json-rpc request
func (c *Collector) ObserveRPCRequestDurationSeconds(duration float64, method, clientVersion string)
⋮----
// AddRPCRequestTotal adds a json-rpc request to the total number of requests
func (c *Collector) AddRPCRequestTotal(method, clientVersion string)
````

## File: metrics/eigenmetrics_example_test.go
````go
// We make this package metrics_test instead of metrics because the goal of this file is just to
// have an example of how to use the EigenMetrics struct. Given that AVS teams will be importing
// the metrics package to construct their own EigenMetrics struct, we want to mimic that here.
// This way the example shows for eg. `metrics.NewEigenMetrics` instead of just `NewEigenMetrics`.
package metrics_test
⋮----
import (
	"context"
	"fmt"
	"os"

	"github.com/Layr-Labs/eigensdk-go/chainio/clients"
	"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/metrics"
	"github.com/Layr-Labs/eigensdk-go/metrics/collectors/economic"
	rpccalls "github.com/Layr-Labs/eigensdk-go/metrics/collectors/rpc_calls"
	"github.com/Layr-Labs/eigensdk-go/types"
	"github.com/ethereum/go-ethereum/crypto"
	"github.com/prometheus/client_golang/prometheus"
)
⋮----
"context"
"fmt"
"os"
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients"
"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/metrics"
"github.com/Layr-Labs/eigensdk-go/metrics/collectors/economic"
rpccalls "github.com/Layr-Labs/eigensdk-go/metrics/collectors/rpc_calls"
"github.com/Layr-Labs/eigensdk-go/types"
"github.com/ethereum/go-ethereum/crypto"
"github.com/prometheus/client_golang/prometheus"
⋮----
// ExampleEigenMetrics is a testable example (https://go.dev/blog/examples), so tests skip it.
// It's purpose is to show up on godocs to give example of how to construct the and work with the EigenMetrics struct.
// It needs to be in a _test so that it's hidden from normal compilation, but still tested in tests so that
// we are forced to update it and keep it in sync with the code when we make refactors or code changes.
func ExampleEigenMetrics()
⋮----
// get the Writer for the EL contracts
⋮----
// We must register the economic metrics separately because they are exported metrics (from jsonrpc or subgraph
// calls)
// and not instrumented metrics: see https://prometheus.io/docs/instrumenting/writing_clientlibs/#overall-structure
⋮----
// use instrumentedEthClient as you would a normal ethClient
````

## File: metrics/eigenmetrics_test.go
````go
package metrics
⋮----
import (
	"context"
	"io"
	"net/http"
	"testing"
	"time"

	"github.com/Layr-Labs/eigensdk-go/testutils"

	"github.com/prometheus/client_golang/prometheus"
	"github.com/prometheus/client_golang/prometheus/testutil"

	"github.com/stretchr/testify/assert"
	"github.com/stretchr/testify/suite"
)
⋮----
"context"
"io"
"net/http"
"testing"
"time"
⋮----
"github.com/Layr-Labs/eigensdk-go/testutils"
⋮----
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/testutil"
⋮----
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/suite"
⋮----
type MetricsTestSuite struct {
	suite.Suite
	reg     *prometheus.Registry
	metrics *EigenMetrics
}
⋮----
// this runs before all tests to initialize reg and metrics
func (suite *MetricsTestSuite) SetupTest()
⋮----
// create and start the metrics server
⋮----
// here we just check that the metrics server is running and that the metrics are being emitted
func (suite *MetricsTestSuite) TestEigenMetricsServerIntegration()
⋮----
// we wait a little bit to make sure the server is running without errors
⋮----
// We only check for "eigen_performance_score" since it's the only metric that doesn't have a label
// the other metrics have labels (they are vectors) so they don't appear in the output unless we use them once at
// least
⋮----
// The below tests are very pedantic but at least show how avs teams can make use of
// the prometheus testutil package to test their metrics code in more involved scenarios
// See https://pkg.go.dev/github.com/prometheus/client_golang@v1.16.0/prometheus/testutil
⋮----
func (suite *MetricsTestSuite) TestAddEigenFeeEarnedTotal()
⋮----
func (suite *MetricsTestSuite) TestSetEigenPerformanceScore()
⋮----
// In order for 'go test' to run this suite, we need to create
// a normal test function and pass our suite to suite.Run
func TestMetricsTestSuite(t *testing.T)
````

## File: metrics/eigenmetrics.go
````go
// Package metrics implements the avs node prometheus metrics spec:
// https://docs.eigenlayer.xyz/eigenlayer/avs-guides/spec/metrics/metrics-prom-spec
package metrics
⋮----
import (
	"context"
	"net/http"
	"time"

	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/types"
	"github.com/Layr-Labs/eigensdk-go/utils"

	"github.com/prometheus/client_golang/prometheus"
	"github.com/prometheus/client_golang/prometheus/promauto"
	"github.com/prometheus/client_golang/prometheus/promhttp"
)
⋮----
"context"
"net/http"
"time"
⋮----
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/types"
"github.com/Layr-Labs/eigensdk-go/utils"
⋮----
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
"github.com/prometheus/client_golang/prometheus/promhttp"
⋮----
// EigenMetrics contains instrumented metrics that should be incremented by the avs node using the methods below
type EigenMetrics struct {
	ipPortAddress string
	logger        logging.Logger
	// metrics
	// fees are not yet turned on, so these should just be 0 for the time being
	feeEarnedTotal   *prometheus.CounterVec
	performanceScore prometheus.Gauge
}
⋮----
// metrics
// fees are not yet turned on, so these should just be 0 for the time being
⋮----
var _ Metrics = (*EigenMetrics)(nil)
⋮----
// NewEigenMetrics Follows the structure from
// https://pkg.go.dev/github.com/prometheus/client_golang/prometheus#hdr-A_Basic_Example
// TODO(samlaf): I think each avs runs in a separate docker bridge network.
// In order for prometheus to scrape the metrics does the address need to be 0.0.0.0:port to accept connections from
// other networks?
func NewEigenMetrics(avsName, ipPortAddress string, reg prometheus.Registerer, logger logging.Logger) *EigenMetrics
⋮----
func (m *EigenMetrics) initMetrics()
⋮----
// Performance score starts as 100, and goes down if node doesn't perform well
⋮----
// TODO(samlaf): should we initialize the feeEarnedTotal? This would require the user to pass in a list of tokens
// for which to initialize the metric same for rpcRequestDurationSeconds and rpcRequestTotal... we could initialize
// them to be 0 on every json-rpc... but is that really necessary?
⋮----
// AddEigenFeeEarnedTotal adds the fee earned to the total fee earned metric
func (m *EigenMetrics) AddFeeEarnedTotal(amount float64, token string)
⋮----
// SetPerformanceScore sets the performance score of the node
func (m *EigenMetrics) SetPerformanceScore(score float64)
⋮----
// Start creates an http handler for reg and starts the prometheus server in a goroutine, listening at m.ipPortAddress.
// reg needs to be the prometheus registry that was passed in the NewEigenMetrics constructor
func (m *EigenMetrics) Start(ctx context.Context, reg prometheus.Gatherer) <-chan error
⋮----
// shutdown server on context done
````

## File: metrics/metrics.go
````go
package metrics
⋮----
import (
	"context"

	"github.com/prometheus/client_golang/prometheus"
)
⋮----
"context"
⋮----
"github.com/prometheus/client_golang/prometheus"
⋮----
// Metrics is the interface for the EigenMetrics server
// it only wraps 2 of the 6 methods required by the spec
// (https://docs.eigenlayer.xyz/eigenlayer/avs-guides/spec/metrics/metrics-prom-spec)
// the others are implemented by the economics and rpc_calls collectors,
// and need to be registered with the metrics server prometheus registry
type Metrics interface {
	AddFeeEarnedTotal(amount float64, token string)
	SetPerformanceScore(score float64)
	Start(ctx context.Context, reg prometheus.Gatherer) <-chan error
}
````

## File: metrics/noop_metrics.go
````go
package metrics
⋮----
import (
	"context"

	"github.com/prometheus/client_golang/prometheus"
)
⋮----
"context"
⋮----
"github.com/prometheus/client_golang/prometheus"
⋮----
type NoopMetrics struct{}
⋮----
// enforce that NoopMetrics implements Metrics interface
var _ Metrics = (*NoopMetrics)(nil)
⋮----
func NewNoopMetrics() *NoopMetrics
⋮----
func (m *NoopMetrics) AddFeeEarnedTotal(amount float64, token string)
func (m *NoopMetrics) SetPerformanceScore(score float64)
func (m *NoopMetrics) Start(ctx context.Context, reg prometheus.Gatherer) <-chan error
````

## File: metrics/README.md
````markdown
# Eigen Metrics

This package implements the eigenlayer avs node spec [eigen metrics](https://docs.eigenlayer.xyz/category/metrics).

For an example of how to use this package, see [eigen-metrics-example](./eigenmetrics_example_test.go)
````

## File: nodeapi/nodeapi_example_test.go
````go
package nodeapi_test
⋮----
import (
	"fmt"
	"os"

	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/nodeapi"
)
⋮----
"fmt"
"os"
⋮----
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/nodeapi"
⋮----
func ExampleNodeApi()
⋮----
// register a service with the nodeApi. This could be a db, a cache, a queue, etc.
// see https://docs.eigenlayer.xyz/eigenlayer/avs-guides/spec/api/#get-eigennodeservices
⋮----
// this starts the nodeApi server in a goroutine, so no need to wrap it in a go func
⋮----
// ... do other stuff
⋮----
// Whenever needed, update the health of the nodeApi or of its backing services
````

## File: nodeapi/nodeapi_test.go
````go
package nodeapi
⋮----
import (
	"io"
	"net/http"
	"net/http/httptest"
	"testing"
	"time"

	"github.com/Layr-Labs/eigensdk-go/testutils"

	"github.com/stretchr/testify/assert"
)
⋮----
"io"
"net/http"
"net/http/httptest"
"testing"
"time"
⋮----
"github.com/Layr-Labs/eigensdk-go/testutils"
⋮----
"github.com/stretchr/testify/assert"
⋮----
var logger = testutils.GetTestLogger()
var testNodeApi = NewNodeApi("testAvs", "v0.0.1", "localhost:8080", logger)
⋮----
// just making sure that the nodeapi starts without any errors
func TestStart(t *testing.T)
⋮----
// consider it a pass if no errors received after 3 seconds
⋮----
func TestNodeHandler(t *testing.T)
⋮----
func TestHealthHandler(t *testing.T)
⋮----
func TestServicesHandler(t *testing.T)
⋮----
func TestServiceHealthHandler(t *testing.T)
````

## File: nodeapi/nodeapi.go
````go
package nodeapi
⋮----
// Implementation of https://docs.eigenlayer.xyz/eigenlayer/avs-guides/spec/api/#api-versioning
⋮----
import (
	"context"
	"encoding/json"
	"fmt"
	"net/http"
	"os"
	"os/signal"
	"strings"
	"syscall"

	"github.com/Layr-Labs/eigensdk-go/logging"
)
⋮----
"context"
"encoding/json"
"fmt"
"net/http"
"os"
"os/signal"
"strings"
"syscall"
⋮----
"github.com/Layr-Labs/eigensdk-go/logging"
⋮----
const (
	baseUrl = "/eigen"
	// Spec version is the version of the avs node spec that this node is implementing
	// see https://docs.eigenlayer.xyz/eigenlayer/avs-guides/spec/api/#api-versioning
	specSemVer = "v0.0.1"
)
⋮----
// Spec version is the version of the avs node spec that this node is implementing
// see https://docs.eigenlayer.xyz/eigenlayer/avs-guides/spec/api/#api-versioning
⋮----
type NodeHealth int
⋮----
const (
	Healthy          NodeHealth = iota
	PartiallyHealthy            // either initializing or some backing services are not healthy
	Unhealthy
)
⋮----
PartiallyHealthy            // either initializing or some backing services are not healthy
⋮----
type ServiceStatus string
⋮----
const (
	ServiceStatusUp           ServiceStatus = "Up"
	ServiceStatusDown         ServiceStatus = "Down"
	ServiceStatusInitializing ServiceStatus = "Initializing"
)
⋮----
type nodeService struct {
	Id          string        `json:"id"`
	Name        string        `json:"name"`
	Description string        `json:"description"`
	Status      ServiceStatus `json:"status"`
}
⋮----
type NodeApi struct {
	avsNodeName   string
	avsNodeSemVer string
	health        NodeHealth
	nodeServices  []nodeService
	ipPortAddr    string
	logger        logging.Logger
}
⋮----
func NewNodeApi(avsNodeName, avsNodeSemVer, IpPortAddr string, logger logging.Logger) *NodeApi
⋮----
func (api *NodeApi) UpdateHealth(health NodeHealth)
⋮----
func (api *NodeApi) RegisterNewService(serviceId, serviceName, serviceDescription string, serviceStatus ServiceStatus)
⋮----
func (api *NodeApi) UpdateServiceStatus(serviceId string, serviceStatus ServiceStatus) error
⋮----
func (api *NodeApi) DeregisterService(serviceId string) error
⋮----
// Start starts the node api server in a goroutine
func (api *NodeApi) Start() <-chan error
⋮----
// Note: You'll need to extract the service_ID from the URL
// /node/services/{service_ID}/health
⋮----
// https://docs.eigenlayer.xyz/eigenlayer/avs-guides/spec/api/#get-eigennode
func (api *NodeApi) nodeHandler(w http.ResponseWriter, r *http.Request)
⋮----
// https://docs.eigenlayer.xyz/eigenlayer/avs-guides/spec/api/#get-eigennodehealth
func (api *NodeApi) healthHandler(w http.ResponseWriter, r *http.Request)
⋮----
// 200 - Node is healthy
⋮----
// 206 - Node is partially healthy. It is either initializing or some backing services are not healthy.
⋮----
// 503 - Node is unhealthy or having issues.
⋮----
// we still return unhealthy if we don't know the health status, to prevent caller from hanging
⋮----
// https://docs.eigenlayer.xyz/eigenlayer/avs-guides/spec/api/#get-eigennodeservices
func (api *NodeApi) servicesHandler(w http.ResponseWriter, r *http.Request)
⋮----
// https://docs.eigenlayer.xyz/eigenlayer/avs-guides/spec/api/#get-eigennodeservicesservice_idhealth
func (api *NodeApi) serviceHealthHandler(w http.ResponseWriter, r *http.Request)
⋮----
// find the service
⋮----
// if the service has not been registered, return 404
⋮----
func run(logger logging.Logger, httpServer *http.Server) <-chan error
⋮----
func jsonResponse(w http.ResponseWriter, data interface
````

## File: nodeapi/README.md
````markdown
# Node Api

This package implements the eigenlayer avs node spec [node-api](https://docs.eigenlayer.xyz/eigenlayer/avs-guides/spec/api/).

For an example of how to use this package, see [node-api-example](./nodeapi_example_test.go#L8)
````

## File: services/avsregistry/avsregistry_chaincaller_test.go
````go
package avsregistry
⋮----
import (
	"context"
	"encoding/hex"
	"errors"

	"math/big"
	"reflect"
	"testing"

	"github.com/Layr-Labs/eigensdk-go/crypto/bls"
	"github.com/Layr-Labs/eigensdk-go/internal/fakes"
	"github.com/Layr-Labs/eigensdk-go/testutils"
	"github.com/Layr-Labs/eigensdk-go/types"

	"github.com/ethereum/go-ethereum/common"
)
⋮----
"context"
"encoding/hex"
"errors"
⋮----
"math/big"
"reflect"
"testing"
⋮----
"github.com/Layr-Labs/eigensdk-go/crypto/bls"
"github.com/Layr-Labs/eigensdk-go/internal/fakes"
"github.com/Layr-Labs/eigensdk-go/testutils"
"github.com/Layr-Labs/eigensdk-go/types"
⋮----
"github.com/ethereum/go-ethereum/common"
⋮----
type fakeOperatorInfoService struct {
	operatorInfo types.OperatorInfo
}
⋮----
func newFakeOperatorInfoService(operatorInfo types.OperatorInfo) *fakeOperatorInfoService
⋮----
func (f *fakeOperatorInfoService) GetOperatorInfo(
	ctx context.Context,
	operator common.Address,
) (operatorInfo types.OperatorInfo, operatorFound bool)
⋮----
func TestAvsRegistryServiceChainCaller_GetOperatorPubkeys(t *testing.T)
⋮----
var defaultInput = struct {
		OperatorAddr types.OperatorAddr `json:"operator_address"`
		OperatorId   string             `json:"operator_id"`
	}{
		OperatorAddr: common.HexToAddress("0x1"),
		OperatorId:   "0000000000000000000000000000000000000000000000000000000000000001",
	}
⋮----
// TODO(samlaf): add error test cases
var tests = []struct {
		name             string
		operator         *fakes.TestOperator
		queryOperatorId  types.OperatorId
		wantErr          error
		wantOperatorInfo types.OperatorInfo
	}{
		{
			name:             "should return operator info",
			operator:         &testOperator1,
			queryOperatorId:  testOperator1.OperatorId,
			wantErr:          nil,
			wantOperatorInfo: testOperator1.OperatorInfo,
		},
	}
⋮----
// Create mocks
⋮----
// Create a new instance of the avsregistry service
⋮----
// Call the GetOperatorPubkeys method with the test operator address
⋮----
func TestAvsRegistryServiceChainCaller_GetOperatorsAvsState(t *testing.T)
⋮----
// read input from JSON if available, otherwise use default values
var defaultInput = struct {
		QuorumNumbers types.QuorumNums `json:"quorum_numbers"`
		BlockNum      uint32           `json:"block_num"`
	}{
		QuorumNumbers: types.QuorumNums{1},
		BlockNum:      1,
	}
⋮----
var tests = []struct {
		name                      string
		queryQuorumNumbers        types.QuorumNums
		queryBlockNum             types.BlockNum
		wantErr                   error
		wantOperatorsAvsStateDict map[types.OperatorId]types.OperatorAvsState
		operator                  *fakes.TestOperator
	}{
		{
			name:               "should return operatorsAvsState",
			queryQuorumNumbers: testData.Input.QuorumNumbers,
			operator:           &testOperator1,
			queryBlockNum:      testData.Input.BlockNum,
			wantErr:            nil,
			wantOperatorsAvsStateDict: map[types.OperatorId]types.OperatorAvsState{
				testOperator1.OperatorId: {
					OperatorId:     testOperator1.OperatorId,
					OperatorInfo:   testOperator1.OperatorInfo,
					StakePerQuorum: map[types.QuorumNum]types.StakeAmount{1: big.NewInt(123)},
					BlockNumber:    testData.Input.BlockNum,
				},
			},
		},
	}
⋮----
func TestAvsRegistryServiceChainCaller_GetQuorumsAvsState(t *testing.T)
⋮----
var tests = []struct {
		name                    string
		queryQuorumNumbers      types.QuorumNums
		queryBlockNum           types.BlockNum
		wantErr                 error
		wantQuorumsAvsStateDict map[types.QuorumNum]types.QuorumAvsState
		operator                *fakes.TestOperator
	}{
		{
			name:               "should return operatorsAvsState",
			queryQuorumNumbers: types.QuorumNums{1},
			operator:           &testOperator1,
			queryBlockNum:      1,
			wantErr:            nil,
			wantQuorumsAvsStateDict: map[types.QuorumNum]types.QuorumAvsState{
				1: {
					QuorumNumber: types.QuorumNum(1),
					TotalStake:   big.NewInt(123),
					AggPubkeyG1:  bls.NewG1Point(big.NewInt(1), big.NewInt(1)),
					BlockNumber:  1,
				},
			},
		},
	}
````

## File: services/avsregistry/avsregistry_chaincaller.go
````go
package avsregistry
⋮----
import (
	"context"
	"fmt"
	"math/big"

	opstateretriever "github.com/Layr-Labs/eigensdk-go/contracts/bindings/OperatorStateRetriever"
	"github.com/ethereum/go-ethereum/common"

	"github.com/Layr-Labs/eigensdk-go/crypto/bls"
	"github.com/Layr-Labs/eigensdk-go/logging"
	opinfoservice "github.com/Layr-Labs/eigensdk-go/services/operatorsinfo"
	"github.com/Layr-Labs/eigensdk-go/types"
	"github.com/Layr-Labs/eigensdk-go/utils"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
)
⋮----
"context"
"fmt"
"math/big"
⋮----
opstateretriever "github.com/Layr-Labs/eigensdk-go/contracts/bindings/OperatorStateRetriever"
"github.com/ethereum/go-ethereum/common"
⋮----
"github.com/Layr-Labs/eigensdk-go/crypto/bls"
"github.com/Layr-Labs/eigensdk-go/logging"
opinfoservice "github.com/Layr-Labs/eigensdk-go/services/operatorsinfo"
"github.com/Layr-Labs/eigensdk-go/types"
"github.com/Layr-Labs/eigensdk-go/utils"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
⋮----
type avsRegistryReader interface {
	GetOperatorsStakeInQuorumsAtBlock(
		opts *bind.CallOpts,
		quorumNumbers types.QuorumNums,
		blockNumber types.BlockNum,
	) ([][]opstateretriever.OperatorStateRetrieverOperator, error)

	GetOperatorFromId(
		opts *bind.CallOpts,
		operatorId types.OperatorId,
	) (common.Address, error)

	GetCheckSignaturesIndices(
		opts *bind.CallOpts,
		referenceBlockNumber uint32,
		quorumNumbers types.QuorumNums,
		nonSignerOperatorIds []types.OperatorId,
	) (opstateretriever.OperatorStateRetrieverCheckSignaturesIndices, error)
}
⋮----
// AvsRegistryServiceChainCaller is a wrapper around Reader that transforms the data into
// nicer golang types that are easier to work with
type AvsRegistryServiceChainCaller struct {
	avsRegistryReader
	operatorInfoService opinfoservice.OperatorsInfoService
	logger              logging.Logger
}
⋮----
var _ AvsRegistryService = (*AvsRegistryServiceChainCaller)(nil)
⋮----
func NewAvsRegistryServiceChainCaller(
	reader avsRegistryReader,
	operatorInfoService opinfoservice.OperatorsInfoService,
	logger logging.Logger,
) *AvsRegistryServiceChainCaller
⋮----
func (ar *AvsRegistryServiceChainCaller) GetOperatorsAvsStateAtBlock(
	ctx context.Context,
	quorumNumbers types.QuorumNums,
	blockNumber types.BlockNum,
) (map[types.OperatorId]types.OperatorAvsState, error)
⋮----
// Get operator state for each quorum by querying BLSOperatorStateRetriever (this call is why this service
// implementation is called ChainCaller)
⋮----
func (ar *AvsRegistryServiceChainCaller) GetQuorumsAvsStateAtBlock(
	ctx context.Context,
	quorumNumbers types.QuorumNums,
	blockNumber types.BlockNum,
) (map[types.QuorumNum]types.QuorumAvsState, error)
⋮----
// only include operators that have a stake in this quorum
⋮----
func (ar *AvsRegistryServiceChainCaller) getOperatorInfo(
	ctx context.Context,
	operatorId types.OperatorId,
) (types.OperatorInfo, error)
````

## File: services/avsregistry/avsregistry_fake.go
````go
package avsregistry
⋮----
import (
	"context"
	"errors"
	"math/big"

	opstateretriever "github.com/Layr-Labs/eigensdk-go/contracts/bindings/OperatorStateRetriever"
	"github.com/Layr-Labs/eigensdk-go/crypto/bls"
	"github.com/Layr-Labs/eigensdk-go/types"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
)
⋮----
"context"
"errors"
"math/big"
⋮----
opstateretriever "github.com/Layr-Labs/eigensdk-go/contracts/bindings/OperatorStateRetriever"
"github.com/Layr-Labs/eigensdk-go/crypto/bls"
"github.com/Layr-Labs/eigensdk-go/types"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
⋮----
type FakeAvsRegistryService struct {
	operators map[types.BlockNum]map[types.OperatorId]types.OperatorAvsState
}
⋮----
func NewFakeAvsRegistryService(blockNum types.BlockNum, operators []types.TestOperator) *FakeAvsRegistryService
⋮----
var _ AvsRegistryService = (*FakeAvsRegistryService)(nil)
⋮----
func (f *FakeAvsRegistryService) GetOperatorsAvsStateAtBlock(
	ctx context.Context,
	quorumNumbers types.QuorumNums,
	blockNumber types.BlockNum,
) (map[types.OperatorId]types.OperatorAvsState, error)
⋮----
func (f *FakeAvsRegistryService) GetQuorumsAvsStateAtBlock(
	ctx context.Context,
	quorumNumbers types.QuorumNums,
	blockNumber types.BlockNum,
) (map[types.QuorumNum]types.QuorumAvsState, error)
⋮----
// only include operators that have a stake in this quorum
⋮----
func (f *FakeAvsRegistryService) GetCheckSignaturesIndices(
	opts *bind.CallOpts, referenceBlockNumber types.BlockNum,
	quorumNumbers types.QuorumNums, nonSignerOperatorIds []types.OperatorId,
) (opstateretriever.OperatorStateRetrieverCheckSignaturesIndices, error)
````

## File: services/avsregistry/avsregistry.go
````go
package avsregistry
⋮----
import (
	"context"

	opstateretriever "github.com/Layr-Labs/eigensdk-go/contracts/bindings/OperatorStateRetriever"
	"github.com/Layr-Labs/eigensdk-go/types"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
)
⋮----
"context"
⋮----
opstateretriever "github.com/Layr-Labs/eigensdk-go/contracts/bindings/OperatorStateRetriever"
"github.com/Layr-Labs/eigensdk-go/types"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
⋮----
// AvsRegistryServicemService is a service that indexes the Avs Registry contracts and provides a way to query for
// operator state
// at certain blocks, including operatorIds, pubkeys, and staking status in each quorum.
type AvsRegistryService interface {
	// GetOperatorsAvsState returns the state of an avs wrt to a list of quorums at a certain block.
	// The state includes the operatorId, pubkey, and staking amount in each quorum.
	GetOperatorsAvsStateAtBlock(
		ctx context.Context,
		quorumNumbers types.QuorumNums,
		blockNumber types.BlockNum,
	) (map[types.OperatorId]types.OperatorAvsState, error)
	// GetQuorumsAvsStateAtBlock returns the aggregated data for a list of quorums at a certain block.
	// The aggregated data includes the aggregated pubkey and total stake in each quorum.
	// This information is derivable from the Operators Avs State (returned from GetOperatorsAvsStateAtBlock), but this
	// function is provided for convenience.
	GetQuorumsAvsStateAtBlock(
		ctx context.Context,
		quorumNumbers types.QuorumNums,
		blockNumber types.BlockNum,
	) (map[types.QuorumNum]types.QuorumAvsState, error)
	// GetCheckSignaturesIndices returns the registry indices of the nonsigner operators specified by
	// nonSignerOperatorIds who were registered at referenceBlockNumber.
	GetCheckSignaturesIndices(
		opts *bind.CallOpts,
		referenceBlockNumber types.BlockNum,
		quorumNumbers types.QuorumNums,
		nonSignerOperatorIds []types.OperatorId,
	) (opstateretriever.OperatorStateRetrieverCheckSignaturesIndices, error)
}
⋮----
// GetOperatorsAvsState returns the state of an avs wrt to a list of quorums at a certain block.
// The state includes the operatorId, pubkey, and staking amount in each quorum.
⋮----
// GetQuorumsAvsStateAtBlock returns the aggregated data for a list of quorums at a certain block.
// The aggregated data includes the aggregated pubkey and total stake in each quorum.
// This information is derivable from the Operators Avs State (returned from GetOperatorsAvsStateAtBlock), but this
// function is provided for convenience.
⋮----
// GetCheckSignaturesIndices returns the registry indices of the nonsigner operators specified by
// nonSignerOperatorIds who were registered at referenceBlockNumber.
````

## File: services/bls_aggregation/blsagg_test.go
````go
package blsagg
⋮----
import (
	"context"
	"crypto/sha256"
	"encoding/json"
	"log/slog"
	"math/big"
	"os"
	"testing"
	"time"

	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/ethclient"

	"github.com/Layr-Labs/eigensdk-go/chainio/clients"
	"github.com/Layr-Labs/eigensdk-go/chainio/clients/elcontracts"
	"github.com/Layr-Labs/eigensdk-go/chainio/utils"
	avssm "github.com/Layr-Labs/eigensdk-go/contracts/bindings/MockAvsServiceManager"
	regcoord "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RegistryCoordinator"
	"github.com/Layr-Labs/eigensdk-go/crypto/bls"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/services/avsregistry"
	"github.com/Layr-Labs/eigensdk-go/services/operatorsinfo"
	"github.com/Layr-Labs/eigensdk-go/testutils"
	"github.com/Layr-Labs/eigensdk-go/types"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/crypto"
	"github.com/stretchr/testify/require"
)
⋮----
"context"
"crypto/sha256"
"encoding/json"
"log/slog"
"math/big"
"os"
"testing"
"time"
⋮----
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/ethclient"
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients"
"github.com/Layr-Labs/eigensdk-go/chainio/clients/elcontracts"
"github.com/Layr-Labs/eigensdk-go/chainio/utils"
avssm "github.com/Layr-Labs/eigensdk-go/contracts/bindings/MockAvsServiceManager"
regcoord "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RegistryCoordinator"
"github.com/Layr-Labs/eigensdk-go/crypto/bls"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/services/avsregistry"
"github.com/Layr-Labs/eigensdk-go/services/operatorsinfo"
"github.com/Layr-Labs/eigensdk-go/testutils"
"github.com/Layr-Labs/eigensdk-go/types"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/crypto"
"github.com/stretchr/testify/require"
⋮----
// TestBlsAgg is a suite of test that tests the main aggregation logic of the aggregation service
// it don't check any of the indices fields because those are just provided as a convenience to the caller
// and aren't related to the main logic which we actually need to test
// they are gotten from a call to the chain at the end of the aggregation so we should test that elsewhere
func TestBlsAgg(t *testing.T)
⋮----
// we hardcode this for now, until we implement this feature properly
// 1 second seems to be enough for tests to pass. Currently takes 5s to run all tests
⋮----
// append something to the taskResponseBytes to make it different
⋮----
type mockTaskResponse struct {
		Value int
	}
⋮----
taskResponse := mockTaskResponse{123} // Initialize with appropriate data
⋮----
// Compute the TaskResponseDigest as the SHA-256 sum of the TaskResponse
⋮----
// each key is added twice because both operators stake on two quorums
⋮----
// initialize 2 concurrent tasks
⋮----
// we don't know which of task1 or task2 responses will be received first
⋮----
// Note the quorums is {0, 1}, but operator id 1 just stake 0.
⋮----
// Note the quorums is {0, 1}, but operator id 1 just stake 0.
⋮----
// Note the quorums is {0, 1}, but operator id 2 just stake 1.
⋮----
// this is an edge case as typically we would send new tasks and listen for task responses in a for select loop
// but this test makes sure the context deadline exceeded can get us out of a deadlock
⋮----
// this should timeout because the task goroutine is blocked on the response channel (since we only listen
// for it below)
⋮----
taskResponse := mockTaskResponse{123} // Initialize with appropriate data
⋮----
// quorum has already been reached, but window should still be open
⋮----
// quorum has already been reached, window will be open and receiving signature until the task expires
⋮----
// quorum has already been reached, next signatures should not be aggregated
// this should timeout as the task goroutine is blocked on the response channel
⋮----
func TestIntegrationBlsAgg(t *testing.T)
⋮----
// read input from JSON if available, otherwise use default values
var defaultInput = struct {
			QuorumNumbers              types.QuorumNums                 `json:"quorum_numbers"`
			QuorumThresholdPercentages types.QuorumThresholdPercentages `json:"quorum_threshold_percentages"`
			BlsPrivKey                 string                           `json:"bls_key"`
		}{
			QuorumNumbers:              types.QuorumNums{0},
			QuorumThresholdPercentages: types.QuorumThresholdPercentages{100},
			BlsPrivKey:                 "0x1",
		}
⋮----
// define operator ecdsa and bls private keys
⋮----
// create avs clients to interact with contracts deployed on anvil
⋮----
// create aggregation service
⋮----
// register operator
⋮----
var quorumNumbersU32 []uint32
⋮----
// Register operator
⋮----
// create the task related parameters: RBN, quorumThresholdPercentages, taskIndex and taskResponse
⋮----
// need to advance chain by 1 block because of the check in signatureChecker where RBN must be < current block
// number
⋮----
// initialize the task
⋮----
// compute the signature and send it to the aggregation service
⋮----
// wait for the response from the aggregation service and check the signature
⋮----
// create quorum
⋮----
func newBlsKeyPairPanics(hexKey string) *bls.KeyPair
⋮----
func (blsAggServiceResp *BlsAggregationServiceResponse) toNonSignerStakesAndSignature() avssm.IBLSSignatureCheckerTypesNonSignerStakesAndSignature
````

## File: services/bls_aggregation/blsagg.go
````go
package blsagg
⋮----
import (
	"context"
	"errors"
	"fmt"
	"math/big"
	"sort"
	"time"

	"github.com/Layr-Labs/eigensdk-go/crypto/bls"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/services/avsregistry"
	"github.com/Layr-Labs/eigensdk-go/types"
	"github.com/Layr-Labs/eigensdk-go/utils"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
)
⋮----
"context"
"errors"
"fmt"
"math/big"
"sort"
"time"
⋮----
"github.com/Layr-Labs/eigensdk-go/crypto/bls"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/services/avsregistry"
"github.com/Layr-Labs/eigensdk-go/types"
"github.com/Layr-Labs/eigensdk-go/utils"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
⋮----
var (
	// TODO: refactor these errors to use a custom struct with taskIndex field instead of wrapping taskIndex in the
	// error string directly.
	//       see https://go.dev/blog/go1.13-errors
	TaskInitializationErrorFn = func(err error, taskIndex types.TaskIndex) error {
⋮----
// TODO: refactor these errors to use a custom struct with taskIndex field instead of wrapping taskIndex in the
// error string directly.
//       see https://go.dev/blog/go1.13-errors
⋮----
// BlsAggregationServiceResponse is the response from the bls aggregation service
type BlsAggregationServiceResponse struct {
	Err                error                    // if Err is not nil, the other fields are not valid
	TaskIndex          types.TaskIndex          // unique identifier of the task
	TaskResponse       types.TaskResponse       // the task response that was signed
	TaskResponseDigest types.TaskResponseDigest // digest of the task response that was signed
	// The below 8 fields are the data needed to build the IBLSSignatureChecker.NonSignerStakesAndSignature struct
	// users of this service will need to build the struct themselves by converting the bls points
	// into the BN254.G1/G2Point structs that the IBLSSignatureChecker expects
	// given that those are different for each AVS service manager that individually inherits BLSSignatureChecker
	NonSignersPubkeysG1          []*bls.G1Point
	QuorumApksG1                 []*bls.G1Point
	SignersApkG2                 *bls.G2Point
	SignersAggSigG1              *bls.Signature
	NonSignerQuorumBitmapIndices []uint32
	QuorumApkIndices             []uint32
	TotalStakeIndices            []uint32
	NonSignerStakeIndices        [][]uint32
}
⋮----
Err                error                    // if Err is not nil, the other fields are not valid
TaskIndex          types.TaskIndex          // unique identifier of the task
TaskResponse       types.TaskResponse       // the task response that was signed
TaskResponseDigest types.TaskResponseDigest // digest of the task response that was signed
// The below 8 fields are the data needed to build the IBLSSignatureChecker.NonSignerStakesAndSignature struct
// users of this service will need to build the struct themselves by converting the bls points
// into the BN254.G1/G2Point structs that the IBLSSignatureChecker expects
// given that those are different for each AVS service manager that individually inherits BLSSignatureChecker
⋮----
// aggregatedOperators is meant to be used as a value in a map
// map[taskResponseDigest]aggregatedOperators
type aggregatedOperators struct {
	// aggregate g2 pubkey of all operatos who signed on this taskResponseDigest
	signersApkG2 *bls.G2Point
	// aggregate signature of all operators who signed on this taskResponseDigest
	signersAggSigG1 *bls.Signature
	// aggregate stake of all operators who signed on this header for each quorum
	signersTotalStakePerQuorum map[types.QuorumNum]*big.Int
	// set of OperatorId of operators who signed on this header
	signersOperatorIdsSet map[types.OperatorId]bool
}
⋮----
// aggregate g2 pubkey of all operatos who signed on this taskResponseDigest
⋮----
// aggregate signature of all operators who signed on this taskResponseDigest
⋮----
// aggregate stake of all operators who signed on this header for each quorum
⋮----
// set of OperatorId of operators who signed on this header
⋮----
// TaskSignature contains the data required to process and verify a new signature for a task response.
type TaskSignature struct {
	// unique identifier of the task associated with this signature
	taskIndex types.TaskIndex
	// response data that has been signed
	taskResponse types.TaskResponse
	// BLS cryptographic signature for the task response
	blsSignature *bls.Signature
	// id of the operator who signed the task response
	operatorId types.OperatorId
}
⋮----
// unique identifier of the task associated with this signature
⋮----
// response data that has been signed
⋮----
// BLS cryptographic signature for the task response
⋮----
// id of the operator who signed the task response
⋮----
// NewTaskSignature creates a new instance of TaskSignature
func NewTaskSignature(
	taskIndex types.TaskIndex,
	taskResponse types.TaskResponse,
	blsSignature *bls.Signature,
	operatorId types.OperatorId,
) TaskSignature
⋮----
// TaskMetadata encapsulates the necessary parameters to initialize a task
type TaskMetadata struct {
	// index of the task
	taskIndex types.TaskIndex
	// block the task was created
	taskCreatedBlock uint32
	// quorum numbers which should respond to the task
	quorumNumbers types.QuorumNums
	// threshold percentages required for each quorum
	quorumThresholdPercentages types.QuorumThresholdPercentages
	// time before expiry of the task response aggregation
	timeToExpiry time.Duration
	// time window to collect signatures after reaching quorum, defaults to 0 if not specified
	windowDuration time.Duration
}
⋮----
// index of the task
⋮----
// block the task was created
⋮----
// quorum numbers which should respond to the task
⋮----
// threshold percentages required for each quorum
⋮----
// time before expiry of the task response aggregation
⋮----
// time window to collect signatures after reaching quorum, defaults to 0 if not specified
⋮----
func NewTaskMetadata(
	taskIndex types.TaskIndex,
	taskCreatedBlock uint32,
	quorumNumbers types.QuorumNums,
	quorumThresholdPercentages types.QuorumThresholdPercentages,
	timeToExpiry time.Duration,
) TaskMetadata
⋮----
windowDuration:             0, // Default to 0
⋮----
func (t TaskMetadata) WithWindowDuration(windowDuration time.Duration) TaskMetadata
⋮----
// BlsAggregationService is the interface provided to avs aggregator code for doing bls aggregation
// Currently its only implementation is the BlsAggregatorService, so see the comment there for more details
type BlsAggregationService interface {
	// InitializeNewTask creates a new task goroutine meant to process new signed task responses for that task
	// (that are sent via ProcessNewSignature) and adds a channel to a.taskChans to send the signed task responses to
	// it. The quorumNumbers and quorumThresholdPercentages set the requirements for this task to be considered
	// complete, which
	// happens when a particular TaskResponseDigest (received via the a.taskChans[taskIndex]) has been signed by signers
	// whose stake in each of the listed quorums adds up to at least quorumThresholdPercentages[i] of the total stake in
	// that quorum.
	// Once the quorum is reached, the task is still open for a window of `windowDuration` time (default 0) to receive
	// more signatures, before sending the aggregation response through the aggregatedResponsesC channel.
	// If the task expiration is reached before the window finishes, the task response will still be sent to the
	// aggregatedResponsesC channel.
	InitializeNewTask(
		metadata TaskMetadata,
	) error

	// ProcessNewSignature processes a new signature over a taskResponseDigest for a particular taskIndex by a
	// particular operator It verifies that the signature is correct and returns an error if it is not, and then
	// aggregates the signature and stake of
	// the operator with all other signatures for the same taskIndex and taskResponseDigest pair.
	// Note: This function currently only verifies signatures over the taskResponseDigest directly, so avs code needs to
	// verify that the digest passed to ProcessNewSignature is indeed the digest of a valid taskResponse (that is,
	// BlsAggregationService does not verify semantic integrity of the taskResponses)
	ProcessNewSignature(
		ctx context.Context,
		task TaskSignature,
	) error

	// GetResponseChannel returns the single channel that meant to be used as the response channel
	// Any task that is completed (see the completion criterion in the comment above InitializeNewTask)
	// will be sent on this channel along with all the necessary information to call BLSSignatureChecker onchain
	GetResponseChannel() <-chan BlsAggregationServiceResponse
}
⋮----
// InitializeNewTask creates a new task goroutine meant to process new signed task responses for that task
// (that are sent via ProcessNewSignature) and adds a channel to a.taskChans to send the signed task responses to
// it. The quorumNumbers and quorumThresholdPercentages set the requirements for this task to be considered
// complete, which
// happens when a particular TaskResponseDigest (received via the a.taskChans[taskIndex]) has been signed by signers
// whose stake in each of the listed quorums adds up to at least quorumThresholdPercentages[i] of the total stake in
// that quorum.
// Once the quorum is reached, the task is still open for a window of `windowDuration` time (default 0) to receive
// more signatures, before sending the aggregation response through the aggregatedResponsesC channel.
// If the task expiration is reached before the window finishes, the task response will still be sent to the
// aggregatedResponsesC channel.
⋮----
// ProcessNewSignature processes a new signature over a taskResponseDigest for a particular taskIndex by a
// particular operator It verifies that the signature is correct and returns an error if it is not, and then
// aggregates the signature and stake of
// the operator with all other signatures for the same taskIndex and taskResponseDigest pair.
// Note: This function currently only verifies signatures over the taskResponseDigest directly, so avs code needs to
// verify that the digest passed to ProcessNewSignature is indeed the digest of a valid taskResponse (that is,
// BlsAggregationService does not verify semantic integrity of the taskResponses)
⋮----
// GetResponseChannel returns the single channel that meant to be used as the response channel
// Any task that is completed (see the completion criterion in the comment above InitializeNewTask)
// will be sent on this channel along with all the necessary information to call BLSSignatureChecker onchain
⋮----
// BlsAggregatorService is a service that performs BLS signature aggregation for an AVS' tasks
// Assumptions:
//  1. BlsAggregatorService only verifies digest signatures, so avs code needs to verify that the digest
//     passed to ProcessNewSignature is indeed the digest of a valid taskResponse
//     (see the comment above checkSignature for more details)
//  2. BlsAggregatorService is VERY generic and makes very few assumptions about the tasks structure or
//     the time at which operators will send their signatures. It is mostly suitable for offchain computation
//     oracle (a la truebit) type of AVS, where tasks are sent onchain by users sporadically, and where
//     new tasks can start even before the previous ones have finished aggregation.
//     AVSs like eigenDA that have a much more controlled task submission schedule and where new tasks are
//     only submitted after the previous one's response has been aggregated and responded onchain, could have
//     a much simpler AggregationService without all the complicated parallel goroutines.
type BlsAggregatorService struct {
	handler  ServiceHandler
	receiver <-chan BlsAggregationServiceResponse
}
⋮----
var _ BlsAggregationService = (*BlsAggregatorService)(nil)
⋮----
func (a *BlsAggregatorService) InitializeNewTask(
	metadata TaskMetadata,
) error
⋮----
func (a *BlsAggregatorService) ProcessNewSignature(
	ctx context.Context,
	task TaskSignature,
) error
⋮----
func (a *BlsAggregatorService) GetResponseChannel() <-chan BlsAggregationServiceResponse
⋮----
type BlsAggregatorBuilder struct {
	avsRegistryService avsregistry.AvsRegistryService
	logger             logging.Logger

	hashFunction types.TaskResponseHashFunction
}
⋮----
func NewBlsAggregatorBuilder(
	avsRegistryService avsregistry.AvsRegistryService,
	hashFunction types.TaskResponseHashFunction,
	logger logging.Logger,
) *BlsAggregatorBuilder
⋮----
// NewBlsAggregatorService creates a new BlsAggregatorService
// avsRegistryService is the AVS registry service to use
// hashFunction is the hash function to use to compute the taskResponseDigest from the taskResponse
// logger is the logger to use
//
// An example of hashFunction is the one defined in blsagg_test.go:
// ```go
⋮----
//	hashFunction := func(taskResponse types.TaskResponse) (types.TaskResponseDigest, error) {
//		taskResponseBytes, err := json.Marshal(taskResponse)
//		if err != nil {
//			return types.TaskResponseDigest{}, err
//		}
//		return types.TaskResponseDigest(sha256.Sum256(taskResponseBytes)), nil
//	}
⋮----
// ```
func NewBlsAggregatorService(
	avsRegistryService avsregistry.AvsRegistryService,
	hashFunction types.TaskResponseHashFunction,
	logger logging.Logger,
) *BlsAggregatorService
⋮----
// Instantiate builder and save handler and receiver.
⋮----
// The service handler is a structure used to use the service without the complexity of it.
type ServiceHandler struct {
	//This channels are used to send messages (requests) to the service.
	taskInitC         chan<- initializeTaskRequest
	processSignatureC chan<- processSignatureRequest
}
⋮----
//This channels are used to send messages (requests) to the service.
⋮----
type initializeTaskRequest struct {
	metadata TaskMetadata
	errC     chan<- error
}
⋮----
type processSignatureRequest struct {
	metadata TaskSignature
	errC     chan<- error
}
⋮----
// This function starts the service thread, initializing the aggregateResponses, initializeTask and processSignature
// channels, passing them to the run method (where the main loop is executed) and returns the service handler an the
// aggregate receiver channel to interact with the service thread.
func (a *BlsAggregatorBuilder) Start() (ServiceHandler, <-chan BlsAggregationServiceResponse)
⋮----
// Create channels to handle requests
⋮----
// Note: here we return the channel instead of a type with a receive function (different than rust
// implementation) because for users is more useful to use select on the channel directly instead
// of running a thread on a goroutine and using other channel
⋮----
// Here is executed the main loop, where the requests are received from the initialize task and process signature
// channels, executing the corresponding logic in each case. The aggregated responses channel is passed to the
// single task aggregator goroutine, where the initialization of the task is done an notified.
// The loop ends if one of the request channels is closed.
func (a *BlsAggregatorBuilder) run(
	initializeTaskChannel <-chan initializeTaskRequest,
	processSignatureChannel <-chan processSignatureRequest,
	aggResponsesC chan<- BlsAggregationServiceResponse,
)
⋮----
// InitializeNewTask sends to the service thread a request to process new signed task responses for that task
// (that are sent via ProcessNewSignature).
⋮----
// The metadata parameter contains:
//   - taskIndex: Unique identifier for the task
//   - taskCreatedBlock: Block number at which the task was created
//   - quorumNumbers: 	Quorum numbers which should respond to the task
//   - quorumThresholdPercentages: Threshold percentage required per quorum
//   - timeToExpiry: Time before expiry of the task response aggregation
//   - windowDuration: Additional time window to collect signatures after reaching quorum (default 0)
⋮----
// The quorumNumbers and quorumThresholdPercentages set the requirements for this task to be considered complete, which
// happens when a particular TaskResponseDigest (received via the a.taskChans[taskIndex]) has been signed by signers
// whose stake in each of the listed quorums adds up to at least quorumThresholdPercentages[i] of the total stake in
// that quorum.
// Once the quorum is reached, the task is still open for a window of `windowDuration` time (default 0) to receive more
// signatures, before sending the aggregation response through the aggregatedResponsesC channel.
// If the task expiration is reached before the window finishes, the task response will still be sent to the
// aggregatedResponsesC channel.
⋮----
// ProcessNewSignature sends to the service thread a request to process a new signature for a previous initialize task.
⋮----
//   - taskResponse: Response data that has been signed
//   - blsSignature: BLS cryptographic signature for the task response
//   - operatorId: id of the operator who signed the task response
⋮----
// The last three attributes are used to make the response digest.
⋮----
// Doing this we let the goroutine consume the result of the operation, but allow
// the operation to end early if the context is cancelled
⋮----
func (a *BlsAggregatorBuilder) singleTaskAggregatorGoroutineFunc(
	metadata TaskMetadata,
	signedTaskRespsC <-chan types.SignedTaskResponseDigest,
	aggregatedResponsesC chan<- BlsAggregationServiceResponse,
)
⋮----
// TODO(samlaf): instead of taking a TTE, we should take a block as input
// and monitor the chain and only close the task goroutine when that block is reached
⋮----
// The windowTimer is initialized to be longer than the taskExpiredTimer as it will
// be overwritten once the stake threshold is met
⋮----
var lastSignedTaskResponseDigest types.SignedTaskResponseDigest
var lastDigestAggregatedOperators aggregatedOperators
var lastTaskResponseDigest types.TaskResponseDigest
⋮----
// compute the taskResponseDigest using the hash function
⋮----
// this error should never happen, because we've already hashed the taskResponse in verifySignature,
// but keeping here in case the verifySignature implementation ever changes or some catastrophic bug
// happens..
⋮----
// check if the operator has already signed for this digest
⋮----
// return the err (or nil) to the operator, and then proceed to do aggregation logic asynchronously (when no
// error)
⋮----
// after verifying signature we aggregate its sig and pubkey, and update the signed stake amount
⋮----
// first operator to sign on this digest
⋮----
// for each quorum the operator has stake in, the signature is aggregated
// see
// https://github.com/Layr-Labs/eigenlayer-middleware/blob/7d49b5181b09198ed275783453aa082bb3766990/src/BLSSignatureChecker.sol#L161-L168
⋮----
// we've already verified that the operator is part of the task's quorum, so we don't need checks
// here
⋮----
// if we haven't seen this quorum before, initialize its signed stake to 0
// possible if previous operators who sent us signatures were not part of this quorum
⋮----
// update the buffer variables to be used when the window timer fires
⋮----
// update the aggregatedOperatorsDict. Note that we need to assign the whole struct value at once,
// because of https://github.com/golang/go/issues/3117
⋮----
func (a *BlsAggregatorBuilder) sendAggregatedResponse(
	operatorsAvsStateDict map[types.OperatorId]types.OperatorAvsState,
	taskIndex types.TaskIndex,
	taskCreatedBlock uint32,
	signedTaskResponseDigest types.SignedTaskResponseDigest,
	digestAggregatedOperators aggregatedOperators,
	quorumNumbers types.QuorumNums,
	taskResponseDigest types.TaskResponseDigest,
	quorumApksG1 []*bls.G1Point,
	aggregatedResponsesC chan<- BlsAggregationServiceResponse,
)
⋮----
// the contract requires a sorted nonSignersOperatorIds
⋮----
// verifySignature verifies that a signature is valid against the operator pubkey stored in the
// operatorsAvsStateDict for that particular task
func (a *BlsAggregatorBuilder) verifySignature(
	taskIndex types.TaskIndex,
	signedTaskResponseDigest types.SignedTaskResponseDigest,
	operatorsAvsStateDict map[types.OperatorId]types.OperatorAvsState,
) error
⋮----
// verify that the msg actually came from the correct operator
⋮----
// if the operator signs a digest that is not the digest of the TaskResponse submitted in ProcessNewTask
// then the signature will not be verified
⋮----
// checkIfStakeThresholdsMet checks at least quorumThresholdPercentage of stake
// has signed for each quorum.
func checkIfStakeThresholdsMet(
	logger logging.Logger,
	signedStakePerQuorum map[types.QuorumNum]*big.Int,
	totalStakePerQuorum map[types.QuorumNum]*big.Int,
	quorumThresholdPercentagesMap map[types.QuorumNum]types.QuorumThresholdPercentage,
) bool
⋮----
// signedStakePerQuorum not contain the quorum,
// this case means signedStakePerQuorum has not signed for each quorum.
// even the total stake for this quorum is zero.
⋮----
// Note this case should not happen.
// The `totalStakePerQuorum` is got from the contract, so if we not found the
// totalStakeByQuorum, that means the code have a bug.
⋮----
// we check that signedStake >= totalStake * quorumThresholdPercentage / 100
// to be exact (and do like the contracts), we actually check that
// signedStake * 100 >= totalStake * quorumThresholdPercentage
⋮----
func cloneStakePerQuorumMap(stakes map[types.QuorumNum]types.StakeAmount) map[types.QuorumNum]types.StakeAmount
````

## File: services/operatorsinfo/operatorsinfo_inmemory_test.go
````go
package operatorsinfo
⋮----
import (
	"context"

	"log/slog"
	"math/big"
	"os"
	"reflect"
	"testing"
	"time"

	"github.com/ethereum/go-ethereum/event"

	blsapkreg "github.com/Layr-Labs/eigensdk-go/contracts/bindings/BLSApkRegistry"
	regcoord "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RegistryCoordinator"
	"github.com/Layr-Labs/eigensdk-go/crypto/bls"
	"github.com/Layr-Labs/eigensdk-go/internal/fakes"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/types"

	"github.com/ethereum/go-ethereum/common"
	gethtypes "github.com/ethereum/go-ethereum/core/types"
)
⋮----
"context"
⋮----
"log/slog"
"math/big"
"os"
"reflect"
"testing"
"time"
⋮----
"github.com/ethereum/go-ethereum/event"
⋮----
blsapkreg "github.com/Layr-Labs/eigensdk-go/contracts/bindings/BLSApkRegistry"
regcoord "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RegistryCoordinator"
"github.com/Layr-Labs/eigensdk-go/crypto/bls"
"github.com/Layr-Labs/eigensdk-go/internal/fakes"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/types"
⋮----
"github.com/ethereum/go-ethereum/common"
gethtypes "github.com/ethereum/go-ethereum/core/types"
⋮----
type fakeAVSRegistrySubscriber struct {
	pubkeyRegistrationEventC   chan *blsapkreg.ContractBLSApkRegistryNewPubkeyRegistration
	operatorSocketUpdateEventC chan *regcoord.ContractRegistryCoordinatorOperatorSocketUpdate
	eventSubscription          *fakeEventSubscription
}
⋮----
func newFakeAVSRegistrySubscriber(
	eventSubscription *fakeEventSubscription,
	pubkeyRegistrationEventC chan *blsapkreg.ContractBLSApkRegistryNewPubkeyRegistration,
	operatorSocketUpdateEventC chan *regcoord.ContractRegistryCoordinatorOperatorSocketUpdate,
) *fakeAVSRegistrySubscriber
⋮----
func (f *fakeAVSRegistrySubscriber) SubscribeToNewPubkeyRegistrations() (chan *blsapkreg.ContractBLSApkRegistryNewPubkeyRegistration, event.Subscription, error)
⋮----
func (f *fakeAVSRegistrySubscriber) SubscribeToOperatorSocketUpdates() (chan *regcoord.ContractRegistryCoordinatorOperatorSocketUpdate, event.Subscription, error)
⋮----
type fakeEventSubscription struct {
	errC chan error
}
⋮----
func newFakeEventSubscription(
	errC chan error) *fakeEventSubscription
⋮----
func (f *fakeEventSubscription) Err() <-chan error
⋮----
func (f *fakeEventSubscription) Unsubscribe()
⋮----
func TestGetOperatorInfo(t *testing.T)
⋮----
// Define tests
var tests = []struct {
		name                       string
		operator                   *fakes.TestOperator
		pubkeyRegistrationEventC   chan *blsapkreg.ContractBLSApkRegistryNewPubkeyRegistration
		operatorSocketUpdateEventC chan *regcoord.ContractRegistryCoordinatorOperatorSocketUpdate
		eventErrC                  chan error
		queryOperatorAddr          common.Address
		wantOperatorFound          bool
		wantOperatorInfo           types.OperatorInfo
	}{
		{
			name:              "should return false if operator not found",
			queryOperatorAddr: testOperator1.OperatorAddr,
			wantOperatorFound: false,
			wantOperatorInfo:  types.OperatorInfo{},
		},
		{
			name:              "should return operator info found via query",
			operator:          &testOperator1,
			queryOperatorAddr: testOperator1.OperatorAddr,
			wantOperatorFound: true,
			wantOperatorInfo:  testOperator1.OperatorInfo,
		},
		{
			name:                       "should return operator info found via subscription",
			queryOperatorAddr:          testOperator1.OperatorAddr,
			pubkeyRegistrationEventC:   pubkeyRegistrationEventC,
			operatorSocketUpdateEventC: operatorSocketUpdateEventC,
			wantOperatorFound:          true,
			wantOperatorInfo:           testOperator1.OperatorInfo,
		},
	}
⋮----
// Create mocks
⋮----
// Create a new instance of the operatorpubkeys service
⋮----
) // need to give it time to process the subscription events.. not sure if there's a better way to do this.
⋮----
// Call the GetOperatorPubkeys method with the test operator address
````

## File: services/operatorsinfo/operatorsinfo_inmemory.go
````go
package operatorsinfo
⋮----
import (
	"context"
	"errors"
	"math/big"
	"sync"

	blsapkreg "github.com/Layr-Labs/eigensdk-go/contracts/bindings/BLSApkRegistry"
	regcoord "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RegistryCoordinator"
	"github.com/ethereum/go-ethereum/event"
	"golang.org/x/sync/errgroup"

	"github.com/Layr-Labs/eigensdk-go/crypto/bls"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/types"
	"github.com/Layr-Labs/eigensdk-go/utils"
	"github.com/ethereum/go-ethereum/common"
)
⋮----
"context"
"errors"
"math/big"
"sync"
⋮----
blsapkreg "github.com/Layr-Labs/eigensdk-go/contracts/bindings/BLSApkRegistry"
regcoord "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RegistryCoordinator"
"github.com/ethereum/go-ethereum/event"
"golang.org/x/sync/errgroup"
⋮----
"github.com/Layr-Labs/eigensdk-go/crypto/bls"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/types"
"github.com/Layr-Labs/eigensdk-go/utils"
"github.com/ethereum/go-ethereum/common"
⋮----
var defaultLogFilterQueryBlockRange = big.NewInt(10_000)
⋮----
type avsRegistryReader interface {
	QueryExistingRegisteredOperatorSockets(
		ctx context.Context,
		startBlock *big.Int,
		stopBlock *big.Int,
		blockRange *big.Int,
	) (map[types.OperatorId]types.Socket, error)

	QueryExistingRegisteredOperatorPubKeys(
		ctx context.Context,
		startBlock *big.Int,
		stopBlock *big.Int,
		blockRange *big.Int,
	) ([]types.OperatorAddr, []types.OperatorPubkeys, error)
}
⋮----
type avsRegistrySubscriber interface {
	SubscribeToNewPubkeyRegistrations() (chan *blsapkreg.ContractBLSApkRegistryNewPubkeyRegistration, event.Subscription, error)
	SubscribeToOperatorSocketUpdates() (chan *regcoord.ContractRegistryCoordinatorOperatorSocketUpdate, event.Subscription, error)
}
⋮----
// OperatorsInfoServiceInMemory is a stateful goroutine (see https://gobyexample.com/stateful-goroutines)
// implementation of OperatorsInfoService that listen for the NewPubkeyRegistration and OperatorSocketUpdate events
// using a websocket connection
// to an eth client and stores the pubkeys/sockets in memory. Another possible implementation is using a mutex
// (https://gobyexample.com/mutexes) instead. We can switch to that if we ever find a good reason to.
//
// Warning: this service should probably not be used in production. Haven't done a thorough analysis of all the clients
// but there is still an open PR about an issue with ws subscription on geth:
// https://github.com/ethereum/go-ethereum/issues/23845
type OperatorsInfoServiceInMemory struct {
	logFilterQueryBlockRange *big.Int
	avsRegistrySubscriber    avsRegistrySubscriber
	avsRegistryReader        avsRegistryReader
	logger                   logging.Logger
	queryC                   chan<- query
	errG                     *errgroup.Group
	// queried via the queryC channel, so don't need mutex to access
	pubkeyDict       map[common.Address]types.OperatorPubkeys
	operatorAddrToId map[common.Address]types.OperatorId
	socketDict       map[types.OperatorId]types.Socket
}
⋮----
// queried via the queryC channel, so don't need mutex to access
⋮----
type query struct {
	operatorAddr common.Address
	// channel through which to receive the resp
	respC chan<- resp
}
⋮----
// channel through which to receive the resp
⋮----
type resp struct {
	// TODO: possible for socket to be empty string if haven't received the event yet... would be a crazy race condition
	// though.
	operatorInfo types.OperatorInfo
	// false if operators were not present in the pubkey dict
	operatorExists bool
}
⋮----
// TODO: possible for socket to be empty string if haven't received the event yet... would be a crazy race condition
// though.
⋮----
// false if operators were not present in the pubkey dict
⋮----
type Opts struct {
	StartBlock *big.Int
	StopBlock  *big.Int
}
⋮----
var _ OperatorsInfoService = (*OperatorsInfoServiceInMemory)(nil)
⋮----
// NewOperatorsInfoServiceInMemory constructs a OperatorsInfoServiceInMemory and starts it in a goroutine.
// It takes a context as argument because the "backfilling" of the database is done inside this constructor,
// so we wait for all past NewPubkeyRegistration/OperatorSocketUpdate events to be queried and the db to be filled
// before returning the service.
// The constructor is thus following a RAII-like pattern, of initializing the serving during construction.
// Using a separate initialize() function might lead to some users forgetting to call it and the service not behaving
// properly.
func NewOperatorsInfoServiceInMemory(
	ctx context.Context,
	avsRegistrySubscriber avsRegistrySubscriber,
	avsRegistryReader avsRegistryReader,
	logFilterQueryBlockRange *big.Int,
	opts Opts,
	logger logging.Logger,
) *OperatorsInfoServiceInMemory
⋮----
// We use this waitgroup to wait on the initialization of the inmemory pubkey dict,
// which requires querying the past events of the pubkey registration contract
⋮----
func (ops *OperatorsInfoServiceInMemory) runService(
	ctx context.Context,
	queryC <-chan query,
	wg *sync.WaitGroup,
	opts Opts,
) error
⋮----
// TODO(samlaf): we should probably save the service in the logger itself and add it automatically to all logs
⋮----
// The constructor can return after we have backfilled the db by querying the events of operators that have
// registered with the blsApkRegistry
// before the block at which we started the ws subscription above
⋮----
// TODO(samlaf): should we do anything here? Seems like this only happens when the aggregator is
// shutting down and we want graceful exit
⋮----
// Receive a query from GetOperatorPubkeys
⋮----
func (ops *OperatorsInfoServiceInMemory) queryPastRegisteredOperatorEventsAndFillDb(
	ctx context.Context,
	opts Opts,
) error
⋮----
// Querying with nil startBlock and stopBlock will return all events. It doesn't matter if we query some events that
// we will receive again in the websocket,
// since we will just overwrite the pubkey dict with the same values.
⋮----
var alreadyRegisteredOperatorAddrs []common.Address
var alreadyRegisteredOperatorPubkeys []types.OperatorPubkeys
var pubkeysErr error
⋮----
// we make both Queries in parallel because they take time and we don't want to wait for one to finish before
// starting the other
⋮----
var socketsMap map[types.OperatorId]types.Socket
var socketsErr error
⋮----
// we print each socket info on a separate line because slog for some reason doesn't pass map keys via their
// LogValue() function, so operatorId (of custom type Bytes32) prints as a byte array instead of its hex
// representation from LogValue()
// passing the Bytes32 directly to a slog log statements does call LogValue() and prints the hex representation
⋮----
// Fill the pubkeydict db with the operators and pubkeys found
⋮----
// TODO(samlaf): we might want to also add an async version of this method that returns a channel of operator pubkeys?
func (ops *OperatorsInfoServiceInMemory) GetOperatorInfo(
	ctx context.Context,
	operator common.Address,
) (operatorPubkeys types.OperatorInfo, operatorFound bool)
⋮----
func (ops *OperatorsInfoServiceInMemory) updateSocketMapping(operatorId types.OperatorId, socket types.Socket)
````

## File: services/operatorsinfo/operatorsinfo_subgraph_test.go
````go
package operatorsinfo
⋮----
import (
	"context"
	"testing"

	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/types"
	"github.com/ethereum/go-ethereum/common"
	"github.com/shurcooL/graphql"
	"github.com/stretchr/testify/assert"
)
⋮----
"context"
"testing"
⋮----
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/types"
"github.com/ethereum/go-ethereum/common"
"github.com/shurcooL/graphql"
"github.com/stretchr/testify/assert"
⋮----
type mockGraphQLQuerier struct {
	QueryFn func(ctx context.Context, q any, variables map[string]any) error
}
⋮----
func (m mockGraphQLQuerier) Query(ctx context.Context, q any, variables map[string]any) error
⋮----
func TestIndexedChainState_GetIndexedOperatorState(t *testing.T)
````

## File: services/operatorsinfo/operatorsinfo_subgraph.go
````go
package operatorsinfo
⋮----
import (
	"context"
	"encoding/hex"
	"errors"
	"fmt"

	"github.com/Layr-Labs/eigensdk-go/crypto/bls"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/types"
	"github.com/consensys/gnark-crypto/ecc/bn254"
	"github.com/ethereum/go-ethereum/common"
	"github.com/shurcooL/graphql"
)
⋮----
"context"
"encoding/hex"
"errors"
"fmt"
⋮----
"github.com/Layr-Labs/eigensdk-go/crypto/bls"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/types"
"github.com/consensys/gnark-crypto/ecc/bn254"
"github.com/ethereum/go-ethereum/common"
"github.com/shurcooL/graphql"
⋮----
QueryOperatorByAddressGql struct {
		Operator IndexedOperatorInfoGql `graphql:"operator(address: $address)"`
	}
OperatorsInfoServiceSubgraph struct {
		logger logging.Logger
		client GraphQLQuerier
		name   string
	}
SocketUpdates struct {
		Socket graphql.String
	}
IndexedOperatorInfoGql struct {
		Address    graphql.String
		PubkeyG1_X graphql.String   `graphql:"pubkeyG1_X"`
		PubkeyG1_Y graphql.String   `graphql:"pubkeyG1_Y"`
		PubkeyG2_X []graphql.String `graphql:"pubkeyG2_X"`
		PubkeyG2_Y []graphql.String `graphql:"pubkeyG2_Y"`
		// Socket is the socket address of the operator, in the form "host:port"
		SocketUpdates []SocketUpdates `graphql:"socketUpdates(first: 1, orderBy: blockNumber, orderDirection: desc)"`
	}
⋮----
// Socket is the socket address of the operator, in the form "host:port"
⋮----
IndexedOperatorInfo struct {
		// PubKeyG1 and PubKeyG2 are the public keys of the operator, which are retrieved from the
		// EigenDAPubKeyCompendium smart contract
		PubkeyG1 *G1Point
		PubkeyG2 *G2Point
		// Socket is the socket address of the operator, in the form "host:port"
		Socket string
	}
⋮----
// PubKeyG1 and PubKeyG2 are the public keys of the operator, which are retrieved from the
// EigenDAPubKeyCompendium smart contract
⋮----
G2Point struct {
		*bn254.G2Affine
	}
G1Point struct {
		*bn254.G1Affine
	}
GraphQLQuerier interface {
		Query(ctx context.Context, q any, variables map[string]any) error
	}
⋮----
var _ OperatorsInfoService = (*OperatorsInfoServiceSubgraph)(nil)
⋮----
// NewOperatorsInfoServiceSubgraph constructs a OperatorsInfoServiceSubgraph and starts it in a goroutine.
// It takes a context as argument because the "backfilling" of the database is done inside this constructor,
// so we wait for all past NewPubkeyRegistration/OperatorSocketUpdate events to be queried and the db to be filled
// before returning the service.
// The constructor is thus following a RAII-like pattern, of initializing the serving during construction.
// Using a separate initialize() function might lead to some users forgetting to call it and the service not behaving
// properly.
func NewOperatorsInfoServiceSubgraph(
	ctx context.Context,
	client GraphQLQuerier,
	logger logging.Logger,
) *OperatorsInfoServiceSubgraph
⋮----
// TODO(samlaf): we might want to also add an async version of this method that returns a channel of operator pubkeys?
func (ops *OperatorsInfoServiceSubgraph) GetOperatorInfo(
	ctx context.Context,
	operator common.Address,
) (operatorPubkeys types.OperatorInfo, operatorFound bool)
⋮----
func (ops *OperatorsInfoServiceSubgraph) getIndexedOperatorInfoByOperatorId(
	ctx context.Context,
	operator common.Address,
) (*types.OperatorInfo, error)
⋮----
var (
		query     QueryOperatorByAddressGql
		variables = map[string]any{
			"id": graphql.String(fmt.Sprintf("0x%s", hex.EncodeToString(operator[:]))),
⋮----
func convertIndexedOperatorInfoGqlToOperatorInfo(operator *IndexedOperatorInfoGql) (*types.OperatorInfo, error)
````

## File: services/operatorsinfo/operatorsinfo.go
````go
package operatorsinfo
⋮----
import (
	"context"

	"github.com/Layr-Labs/eigensdk-go/types"
	"github.com/ethereum/go-ethereum/common"
)
⋮----
"context"
⋮----
"github.com/Layr-Labs/eigensdk-go/types"
"github.com/ethereum/go-ethereum/common"
⋮----
// OperatorsInfoService is a service that indexes the BLSApkRegistry contract and provides a way to query for operator
// pubkeys.
// Currently BLSApkRegistry only stores the hash of the G1 and G2 pubkeys, so this service needs to listen to the
// event NewPubkeyRegistration(address indexed operator, BN254.G1Point pubkeyG1, BN254.G2Point pubkeyG2)
// and store the actual pubkeys, so that AVS aggregators can get the pubkeys of the operators registered with their AVS.
//
// TODO: having this service as a separate service (instead of merged with avsregistry service) is a vestige of the past
// when we had a separate blsPublicKeyCompendium shared contract between all AVSs. We should eventually merge this back
// into avsregistry.
type OperatorsInfoService interface {
	// GetOperatorInfo returns the info of the operator with the given address.
	// it returns operatorFound=false if the operator is not found.
	GetOperatorInfo(ctx context.Context, operator common.Address) (operatorInfo types.OperatorInfo, operatorFound bool)
}
⋮----
// GetOperatorInfo returns the info of the operator with the given address.
// it returns operatorFound=false if the operator is not found.
````

## File: services/README.md
````markdown
# Services

eigensdk services are high level APIs that provide backend like functionality for avs nodes and aggregators processes. We provide the following suite of services as soon as possible:

- [operator pubkeys service](./operatorpubkeys/)
  - this service simply indexes the [NewPubkeyRegistration](https://github.com/Layr-Labs/eigenlayer-middleware/blob/9aa6eb543fe38db6e41516f89f15b654ad4d6bf4/src/interfaces/IBLSApkRegistry.sol#L38) events and provides a single endpoint to query for the registered G1 and G2 pubkeys of a given operator address.
  - this service is needed for aggregators to get the pubkey of their registered operators so as to verify their signatures
- Registry service
  - this service will index the events on the [avs registry contracts](https://github.com/Layr-Labs/eigenlayer-middleware) and provide endpoints to query for the registered avs nodes, their stake at past blocks, operator id, etc.
  - this service is needed to be able to check that an eigenlayer operator was registered at a specific block and that the stake threshold had been met for an aggregate bls signature
- Signature aggregation service
  - this service will provide endpoints to aggregate operator signatures for various avs tasks
  - this service will aggregate signatures in the background and return an aggregated bls signature once it reached a threshold (this will require using the registry service to get operator stakes)
````

## File: signer/bls/cerberus/cerberus_test.go
````go
package cerberus
⋮----
import (
	"testing"

	"github.com/stretchr/testify/assert"
)
⋮----
"testing"
⋮----
"github.com/stretchr/testify/assert"
⋮----
// TODO: add test for cerberus when the docker is released
⋮----
func TestOperatorId(t *testing.T)
````

## File: signer/bls/cerberus/cerberus.go
````go
package cerberus
⋮----
import (
	"context"
	"encoding/hex"
	"time"

	"google.golang.org/grpc"
	"google.golang.org/grpc/credentials"
	"google.golang.org/grpc/credentials/insecure"
	"google.golang.org/grpc/metadata"

	sdkBls "github.com/Layr-Labs/eigensdk-go/crypto/bls"
	"github.com/Layr-Labs/eigensdk-go/signer/bls/types"
	"github.com/Layr-Labs/eigensdk-go/utils"
	"github.com/consensys/gnark-crypto/ecc/bn254"

	v1 "github.com/Layr-Labs/cerberus-api/pkg/api/v1"
)
⋮----
"context"
"encoding/hex"
"time"
⋮----
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
"google.golang.org/grpc/credentials/insecure"
"google.golang.org/grpc/metadata"
⋮----
sdkBls "github.com/Layr-Labs/eigensdk-go/crypto/bls"
"github.com/Layr-Labs/eigensdk-go/signer/bls/types"
"github.com/Layr-Labs/eigensdk-go/utils"
"github.com/consensys/gnark-crypto/ecc/bn254"
⋮----
v1 "github.com/Layr-Labs/cerberus-api/pkg/api/v1"
⋮----
type Config struct {
	URL          string
	PublicKeyHex string

	SignerAPIKey string

	// Optional: in case if your signer uses local keystore
	Password string

	EnableTLS       bool
	TLSCertFilePath string

	SigningTimeout time.Duration
}
⋮----
// Optional: in case if your signer uses local keystore
⋮----
type Signer struct {
	signerClient v1.SignerClient
	kmsClient    v1.KeyManagerClient
	pubKeyHex    string
	password     string
	signerAPIKey string
}
⋮----
func New(cfg Config) (Signer, error)
⋮----
func (s Signer) Sign(ctx context.Context, msg []byte) ([]byte, error)
⋮----
// Pass the API key to the signer client
⋮----
func (s Signer) SignG1(ctx context.Context, msg []byte) ([]byte, error)
⋮----
func (s Signer) GetOperatorId() (string, error)
⋮----
var point bn254.G1Affine
⋮----
func (s Signer) GetPublicKeyG1() string
⋮----
func (s Signer) GetPublicKeyG2() string
````

## File: signer/bls/local/testdata/test.bls.json
````json
{"pubKey":"E([12918441400833609239596509389345925094276410981682612875742259377217210587702,11932086071418014723502613555349302846398037390325467678628891156883964756680])","crypto":{"cipher":"aes-128-ctr","ciphertext":"42b29d79554441b3c08936a1796929196e59ba9328feaa10441c91be51afd987","cipherparams":{"iv":"13857599ccf21566a5fb960290c20722"},"kdf":"scrypt","kdfparams":{"dklen":32,"n":262144,"p":1,"r":8,"salt":"c0d4f3214d3774751072ca6952a38e4096d6f1131bd60a945e75a2a1e80b5715"},"mac":"49af4e5cdee5089bfbb396fa30cb8ece4e2e57485d2f61e67ef218f0ff7cda07"}}
````

## File: signer/bls/local/local_test.go
````go
package local
⋮----
import (
	"context"
	"encoding/hex"
	"testing"

	"github.com/stretchr/testify/assert"
)
⋮----
"context"
"encoding/hex"
"testing"
⋮----
"github.com/stretchr/testify/assert"
⋮----
// empty password for local testing
const password = ""
⋮----
func TestOperatorId(t *testing.T)
⋮----
func TestPublicKeyG1(t *testing.T)
⋮----
func TestPublicKeyG2(t *testing.T)
⋮----
func TestSign(t *testing.T)
````

## File: signer/bls/local/local.go
````go
package local
⋮----
import (
	"context"
	"encoding/hex"

	sdkBls "github.com/Layr-Labs/eigensdk-go/crypto/bls"
	"github.com/Layr-Labs/eigensdk-go/signer/bls/types"
)
⋮----
"context"
"encoding/hex"
⋮----
sdkBls "github.com/Layr-Labs/eigensdk-go/crypto/bls"
"github.com/Layr-Labs/eigensdk-go/signer/bls/types"
⋮----
type Config struct {
	Path     string
	Password string
}
⋮----
type Signer struct {
	key *sdkBls.KeyPair
}
⋮----
func New(cfg Config) (*Signer, error)
⋮----
func (s Signer) Sign(ctx context.Context, msg []byte) ([]byte, error)
⋮----
var data [32]byte
⋮----
func (s Signer) SignG1(ctx context.Context, msg []byte) ([]byte, error)
⋮----
func (s Signer) GetOperatorId() (string, error)
⋮----
func (s Signer) GetPublicKeyG1() string
⋮----
func (s Signer) GetPublicKeyG2() string
````

## File: signer/bls/privatekey/privatekey_test.go
````go
package privatekey
⋮----
import (
	"context"
	"encoding/hex"
	"testing"

	"github.com/stretchr/testify/assert"
)
⋮----
"context"
"encoding/hex"
"testing"
⋮----
"github.com/stretchr/testify/assert"
⋮----
const privateKey = "13718104057011380243349384062412322292853638010146548074368241565852610884213"
⋮----
func TestOperatorId(t *testing.T)
⋮----
func TestPublicKeyG1(t *testing.T)
⋮----
func TestPublicKeyG2(t *testing.T)
⋮----
func TestSign(t *testing.T)
````

## File: signer/bls/privatekey/privatekey.go
````go
package privatekey
⋮----
import (
	"context"
	"encoding/hex"

	sdkBls "github.com/Layr-Labs/eigensdk-go/crypto/bls"
	"github.com/Layr-Labs/eigensdk-go/signer/bls/types"
)
⋮----
"context"
"encoding/hex"
⋮----
sdkBls "github.com/Layr-Labs/eigensdk-go/crypto/bls"
"github.com/Layr-Labs/eigensdk-go/signer/bls/types"
⋮----
type Config struct {
	PrivateKey string
}
⋮----
type Signer struct {
	key *sdkBls.KeyPair
}
⋮----
func New(cfg Config) (*Signer, error)
⋮----
func (s Signer) Sign(ctx context.Context, msg []byte) ([]byte, error)
⋮----
var data [32]byte
⋮----
func (s Signer) SignG1(ctx context.Context, msg []byte) ([]byte, error)
⋮----
func (s Signer) GetOperatorId() (string, error)
⋮----
func (s Signer) GetPublicKeyG1() string
⋮----
func (s Signer) GetPublicKeyG2() string
````

## File: signer/bls/types/errors.go
````go
package types
⋮----
import "errors"
⋮----
var (
	ErrInvalidMessageLength = errors.New("invalid message length. must be 32 bytes")
````

## File: signer/bls/types/types.go
````go
package types
⋮----
type SignerType string
⋮----
const (
	// Local signer type
	Local SignerType = "local"
	// Cerberus signer type
	Cerberus SignerType = "cerberus"
	// PrivateKey signer type
	PrivateKey SignerType = "privatekey"
)
⋮----
// Local signer type
⋮----
// Cerberus signer type
⋮----
// PrivateKey signer type
⋮----
type SignerConfig struct {
	// PrivateKey is the private key of the signer
	PrivateKey string

	// Type of the signer
	SignerType SignerType

	// Params for local signer
	// Path to the key file
	Path string
	// Password to decrypt the key file
	Password string

	// Params for cerberus signer
	// CerberusUrl of the cerberus signer
	CerberusUrl string
	// PublicKeyHex is the public key of the cerberus signer
	PublicKeyHex string
	// CerberusPassword is the password to encrypt the key if cerberus using local keystore
	CerberusPassword string
	// EnableTLS enables TLS for the cerberus signer
	EnableTLS bool
	// TLSCertFilePath is the path to the TLS cert file
	TLSCertFilePath string
	// CerberusAPIKey is the API key for the cerberus signer
	CerberusAPIKey string
}
⋮----
// PrivateKey is the private key of the signer
⋮----
// Type of the signer
⋮----
// Params for local signer
// Path to the key file
⋮----
// Password to decrypt the key file
⋮----
// Params for cerberus signer
// CerberusUrl of the cerberus signer
⋮----
// PublicKeyHex is the public key of the cerberus signer
⋮----
// CerberusPassword is the password to encrypt the key if cerberus using local keystore
⋮----
// EnableTLS enables TLS for the cerberus signer
⋮----
// TLSCertFilePath is the path to the TLS cert file
⋮----
// CerberusAPIKey is the API key for the cerberus signer
````

## File: signer/bls/signer.go
````go
package bls
⋮----
import (
	"context"

	"github.com/Layr-Labs/eigensdk-go/signer/bls/cerberus"
	"github.com/Layr-Labs/eigensdk-go/signer/bls/local"
	"github.com/Layr-Labs/eigensdk-go/signer/bls/privatekey"
	"github.com/Layr-Labs/eigensdk-go/signer/bls/types"
)
⋮----
"context"
⋮----
"github.com/Layr-Labs/eigensdk-go/signer/bls/cerberus"
"github.com/Layr-Labs/eigensdk-go/signer/bls/local"
"github.com/Layr-Labs/eigensdk-go/signer/bls/privatekey"
"github.com/Layr-Labs/eigensdk-go/signer/bls/types"
⋮----
type Signer interface {
	// Sign signs the message using the BLS signature scheme
	Sign(ctx context.Context, msg []byte) ([]byte, error)

	// SignG1 signs the message using the BLS signature scheme
	// This message is assumed to be already mapped to G1 point
	SignG1(ctx context.Context, msg []byte) ([]byte, error)

	// GetOperatorId returns the operator ID of the signer.
	// This is hash of the G1 public key of the signer
	GetOperatorId() (string, error)

	GetPublicKeyG1() string

	GetPublicKeyG2() string
}
⋮----
// Sign signs the message using the BLS signature scheme
⋮----
// SignG1 signs the message using the BLS signature scheme
// This message is assumed to be already mapped to G1 point
⋮----
// GetOperatorId returns the operator ID of the signer.
// This is hash of the G1 public key of the signer
⋮----
// NewSigner creates a new Signer instance based on the provided configuration.
// It supports different types of signers, such as Local and Cerberus.
//
// Parameters:
//   - cfg: A SignerConfig struct that contains the configuration for the signer.
⋮----
// Returns:
//   - Signer: An instance of the Signer interface.
//   - error: An error if the signer type is invalid or if there is an issue creating the signer.
func NewSigner(cfg types.SignerConfig) (Signer, error)
````

## File: signer/go.mod
````
module github.com/Layr-Labs/eigensdk-go/signer

go 1.23.0

toolchain go1.23.4

replace github.com/Layr-Labs/eigensdk-go => ../../eigensdk-go

require (
	github.com/Layr-Labs/cerberus-api v0.0.2-0.20250117193600-e69c5e8b08fd
	github.com/Layr-Labs/eigensdk-go v0.1.13
	github.com/consensys/gnark-crypto v0.18.0
	github.com/stretchr/testify v1.10.0
	google.golang.org/grpc v1.64.1
)

require (
	github.com/bits-and-blooms/bitset v1.22.0 // indirect
	github.com/crate-crypto/go-eth-kzg v1.3.0 // indirect
	github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/deckarep/golang-set/v2 v2.8.0 // indirect
	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
	github.com/ethereum/c-kzg-4844/v2 v2.1.1 // indirect
	github.com/ethereum/go-ethereum v1.15.11 // indirect
	github.com/ethereum/go-verkle v0.2.2 // indirect
	github.com/fsnotify/fsnotify v1.9.0 // indirect
	github.com/google/uuid v1.6.0 // indirect
	github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
	github.com/holiman/uint256 v1.3.2 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/supranational/blst v0.3.15 // indirect
	golang.org/x/crypto v0.39.0 // indirect
	golang.org/x/net v0.38.0 // indirect
	golang.org/x/sync v0.15.0 // indirect
	golang.org/x/sys v0.33.0 // indirect
	golang.org/x/text v0.26.0 // indirect
	google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
	google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
	google.golang.org/protobuf v1.36.6 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)
````

## File: signerv2/mockdata/dummy.key.json
````json
{
    "crypto": {
        "cipher": "aes-128-ctr",
        "cipherparams": {
            "iv": "6087dab2f9fdbbfaddc31a909735c1e6"
        },
        "ciphertext": "5318b4d5bcd28de64ee5559e671353e16f075ecae9f99c7a79a38af5f869aa46",
        "kdf": "pbkdf2",
        "kdfparams": {
            "c": 262144,
            "dklen": 32,
            "prf": "hmac-sha256",
            "salt": "ae3cd4e7013836a3df6bd7241b12db061dbe2c6785853cce422d148a624ce0bd"
        },
        "mac": "517ead924a9d0dc3124507e3393d175ce3ff7c1e96529c6c555ce9e51205e9b2"
    },
    "id": "3198bc9c-6672-5ab3-d995-4942343ae5b6",
    "version": 3
}
````

## File: signerv2/config.go
````go
package signerv2
⋮----
import "crypto/ecdsa"
⋮----
type Config struct {
	PrivateKey   *ecdsa.PrivateKey
	KeystorePath string
	Password     string
	Endpoint     string
	Address      string
}
⋮----
func (c Config) IsPrivateKeySigner() bool
⋮----
func (c Config) IsLocalKeystoreSigner() bool
⋮----
func (c Config) IsWeb3Signer() bool
````

## File: signerv2/kms_signer_test.go
````go
package signerv2_test
⋮----
import (
	"context"
	"fmt"
	"math/big"
	"os"
	"testing"

	eigenkms "github.com/Layr-Labs/eigensdk-go/aws/kms"
	"github.com/Layr-Labs/eigensdk-go/chainio/clients/wallet"
	"github.com/Layr-Labs/eigensdk-go/chainio/txmgr"
	"github.com/Layr-Labs/eigensdk-go/signerv2"
	"github.com/Layr-Labs/eigensdk-go/testutils"
	"github.com/Layr-Labs/eigensdk-go/utils"

	"github.com/aws/aws-sdk-go-v2/service/kms/types"

	"github.com/ethereum/go-ethereum/common"
	gtypes "github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/crypto"
	"github.com/ethereum/go-ethereum/ethclient"
	"github.com/ethereum/go-ethereum/rpc"

	"github.com/stretchr/testify/assert"

	"github.com/testcontainers/testcontainers-go"
)
⋮----
"context"
"fmt"
"math/big"
"os"
"testing"
⋮----
eigenkms "github.com/Layr-Labs/eigensdk-go/aws/kms"
"github.com/Layr-Labs/eigensdk-go/chainio/clients/wallet"
"github.com/Layr-Labs/eigensdk-go/chainio/txmgr"
"github.com/Layr-Labs/eigensdk-go/signerv2"
"github.com/Layr-Labs/eigensdk-go/testutils"
"github.com/Layr-Labs/eigensdk-go/utils"
⋮----
"github.com/aws/aws-sdk-go-v2/service/kms/types"
⋮----
"github.com/ethereum/go-ethereum/common"
gtypes "github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/ethclient"
"github.com/ethereum/go-ethereum/rpc"
⋮----
"github.com/stretchr/testify/assert"
⋮----
"github.com/testcontainers/testcontainers-go"
⋮----
var (
	mappedLocalstackPort string
	keyMetadata          *types.KeyMetadata
	anvilEndpoint        string
	localstack           testcontainers.Container
	anvil                testcontainers.Container
	rpcClient            *rpc.Client
)
⋮----
func TestMain(m *testing.M)
⋮----
func setup() error
⋮----
var err error
⋮----
func teardown()
⋮----
func TestSignTransactionWithKmsSigner(t *testing.T)
⋮----
// read input from JSON if available, otherwise use default values
var defaultInput = struct {
		ChainID big.Int        `json:"chain_id"`
		Nonce   uint64         `json:"nonce"`
		To      common.Address `json:"to"`
		Value   big.Int        `json:"value"`
	}{
		ChainID: *big.NewInt(0),
		Nonce:   0,
		To:      zeroAddr,
		Value:   *big.NewInt(1_000_000_000_000_000_000),
	}
````

## File: signerv2/kms_signer.go
````go
package signerv2
⋮----
import (
	"bytes"
	"context"
	"crypto/ecdsa"
	"encoding/hex"
	"errors"
	"math/big"

	eigenkms "github.com/Layr-Labs/eigensdk-go/aws/kms"
	"github.com/aws/aws-sdk-go-v2/service/kms"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/crypto"
	"github.com/ethereum/go-ethereum/crypto/secp256k1"
)
⋮----
"bytes"
"context"
"crypto/ecdsa"
"encoding/hex"
"errors"
"math/big"
⋮----
eigenkms "github.com/Layr-Labs/eigensdk-go/aws/kms"
"github.com/aws/aws-sdk-go-v2/service/kms"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/crypto/secp256k1"
⋮----
var secp256k1N = crypto.S256().Params().N
var secp256k1HalfN = new(big.Int).Div(secp256k1N, big.NewInt(2))
⋮----
func NewKMSSigner(ctx context.Context, svc *kms.Client, pk *ecdsa.PublicKey, keyId string, chainID *big.Int) SignerFn
⋮----
// KMSSignerFn returns a SignerFn that uses a KMS key to sign transactions
// Heavily taken from https://github.com/welthee/go-ethereum-aws-kms-tx-signer
// It constructs R and S values from KMS, and constructs the recovery id (V) by trying to recover with both 0 and 1
// values:
// ref: https://github.com/aws-samples/aws-kms-ethereum-accounts?tab=readme-ov-file#the-recovery-identifier-v
//
// Its V value is 0/1 instead of 27/28 because `types.LatestSignerForChainID` expects 0/1 which turns it into 27/28
func KMSSignerFn(
	ctx context.Context,
	svc *kms.Client,
	pk *ecdsa.PublicKey,
	keyId string,
	chainID *big.Int,
) (bind.SignerFn, error)
⋮----
// Adjust S value from signature according to Ethereum standard
⋮----
func getEthereumSignature(expectedPublicKeyBytes []byte, txHash []byte, r []byte, s []byte) ([]byte, error)
⋮----
func adjustSignatureLength(buffer []byte) []byte
````

## File: signerv2/README.md
````markdown
# Signer v2

Signerv2 is a module for signing messages. It provides a simple and unified way to produce cryptographic signatures.
Signers instantiated from this module is required to create some SDK transaction managers (see [`NewPrivateKeyWallet`](../chainio/clients/wallet/privatekey_wallet.go) and [`NewSimpleTxManager`](../chainio/txmgr/simple.go)/[`NewGeometricTxnManager`](../chainio/txmgr/geometric/geometric.go)).

## Features

- Sign messages using raw private keys
- Sign messages using encrypted keystores
- Sign messages using a remote signer (web3 or KMS)

### Comparison to Old Signer

In comparison to the old signer, Signerv2 offers:

- New signing mechanisms
- A simplified API for easier extension

### Using SignerFromConfig

SignerV2 introduces `SignerFromConfig`

The `SignerFromConfig` function allows you to create a signer function based on a configuration.
This configuration specifies whether to use a private key signer, a local keystore signer, or a remote web3 signer.

```go
package main

import (
    "github.com/Layr-Labs/eigensdk-go/signerv2"
)

func main() {
    config := signerv2.Config{
        // ...initialize your configuration...
    }
    chainID := // Set your chain ID
    signerFn, signerAddr, err := signerv2.SignerFromConfig(config, chainID)
    if err != nil {
        // Handle error
        return
    }
    // Use signerFn and signerAddr as needed
}
```

Internally, `SignerFromConfig` calls different signer functions depending on the config it receives: `PrivateKeySignerFn`, `KeyStoreSignerFn`, or `Web3SignerFn`.
Those functions are also available to users.

### KMSSignerFn

This module includes support for signing messages using a Key Management Service (KMS) key.  Use `KMSSignerFn` to create a signer for KMS-managed keys.

## Upgrade from Signer (v1)

`NewPrivateKeySigner` and `NewPrivateKeyFromKeystoreSigner` functions should be upgraded to use the new `SignerFromConfig` and a `Config` with a `PrivateKey`, or `KeystorePath` and `Password`, respectively.

The functionality given by the `Signer` interface and `BasicSigner` type was redesigned into the [`wallet`](../chainio/clients/wallet) and [`txmgr`](../chainio/txmgr) modules.
After generating a `SignerFn` as specified in ["UsingSignerFromConfig"](#using-signerfromconfig), you can generate a transaction manager via `NewPrivateKeyWallet` and `NewSimpleTxManager` (or `NewGeometricTxnManager` for geometric gas pricing)
````

## File: signerv2/signer_test.go
````go
package signerv2_test
⋮----
import (
	"context"
	"math/big"
	"testing"

	"github.com/Layr-Labs/eigensdk-go/signerv2"
	"github.com/Layr-Labs/eigensdk-go/testutils"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/crypto"
	"github.com/stretchr/testify/require"
)
⋮----
"context"
"math/big"
"testing"
⋮----
"github.com/Layr-Labs/eigensdk-go/signerv2"
"github.com/Layr-Labs/eigensdk-go/testutils"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto"
"github.com/stretchr/testify/require"
⋮----
func TestPrivateKeySignerFn(t *testing.T)
⋮----
// Verify the sender address of the signed transaction
⋮----
func TestKeyStoreSignerFn(t *testing.T)
⋮----
func TestWeb3SignerFn(t *testing.T)
````

## File: signerv2/signer.go
````go
package signerv2
⋮----
import (
	"context"
	"crypto/ecdsa"
	"errors"
	"math/big"

	sdkEcdsa "github.com/Layr-Labs/eigensdk-go/crypto/ecdsa"
	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/crypto"
)
⋮----
"context"
"crypto/ecdsa"
"errors"
"math/big"
⋮----
sdkEcdsa "github.com/Layr-Labs/eigensdk-go/crypto/ecdsa"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto"
⋮----
type SignerFn func(ctx context.Context, address common.Address) (bind.SignerFn, error)
⋮----
func PrivateKeySignerFn(privateKey *ecdsa.PrivateKey, chainID *big.Int) (bind.SignerFn, error)
⋮----
func KeyStoreSignerFn(path string, password string, chainID *big.Int) (bind.SignerFn, error)
⋮----
// Web3SignerFn creates a signer function that uses a remote signer
// It exposes `eth_SignTransaction` endpoint which return rlp
// encoded signed tx
func Web3SignerFn(remoteSignerUrl string) (bind.SignerFn, error)
⋮----
func SignerFromConfig(c Config, chainID *big.Int) (SignerFn, common.Address, error)
⋮----
var signer SignerFn
var senderAddress common.Address
var err error
````

## File: signerv2/web3_signer.go
````go
package signerv2
⋮----
import (
	"bytes"
	"encoding/hex"
	"encoding/json"
	"fmt"
	"net/http"

	"github.com/Layr-Labs/eigensdk-go/utils"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/core/types"
	"github.com/ethereum/go-ethereum/rlp"
	"github.com/google/uuid"
)
⋮----
"bytes"
"encoding/hex"
"encoding/json"
"fmt"
"net/http"
⋮----
"github.com/Layr-Labs/eigensdk-go/utils"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/rlp"
"github.com/google/uuid"
⋮----
// JsonRpcRequest is a struct for JSON RPC 2.0 request
// See: https://www.jsonrpc.org/specification
type JsonRpcRequest struct {
	JsonRPC string      `json:"jsonrpc"`
	Method  string      `json:"method"`
	Params  interface{} `json:"params"`
⋮----
type Web3SignerClient interface {
	SignTransaction(from common.Address, tx *types.Transaction) (*types.Transaction, error)
}
⋮----
// Web3Signer is a client for a remote signer
// It currently implements `eth_signTransaction` method of Consensys Web3 Signer
// Reference: https://docs.web3signer.consensys.io/reference/api/json-rpc#eth_signtransaction
type Web3Signer struct {
	url    string
	client http.Client
}
⋮----
func NewWeb3SignerClient(url string) Web3SignerClient
⋮----
func (r Web3Signer) SignTransaction(
	from common.Address,
	tx *types.Transaction,
) (*types.Transaction, error)
⋮----
var result map[string]interface{}
⋮----
var signedTx types.Transaction
````

## File: testutils/testclients/testclients.go
````go
package testclients
⋮----
import (
	"context"
	"os"
	"testing"

	"github.com/Layr-Labs/eigensdk-go/chainio/clients"
	"github.com/Layr-Labs/eigensdk-go/chainio/clients/avsregistry"
	"github.com/Layr-Labs/eigensdk-go/chainio/clients/elcontracts"
	"github.com/Layr-Labs/eigensdk-go/chainio/clients/wallet"
	"github.com/Layr-Labs/eigensdk-go/chainio/txmgr"
	"github.com/Layr-Labs/eigensdk-go/logging"
	"github.com/Layr-Labs/eigensdk-go/metrics"
	"github.com/Layr-Labs/eigensdk-go/signerv2"
	"github.com/Layr-Labs/eigensdk-go/testutils"
	"github.com/Layr-Labs/eigensdk-go/utils"
	"github.com/ethereum/go-ethereum/crypto"
	"github.com/ethereum/go-ethereum/ethclient"
	"github.com/prometheus/client_golang/prometheus"
	"github.com/stretchr/testify/require"
)
⋮----
"context"
"os"
"testing"
⋮----
"github.com/Layr-Labs/eigensdk-go/chainio/clients"
"github.com/Layr-Labs/eigensdk-go/chainio/clients/avsregistry"
"github.com/Layr-Labs/eigensdk-go/chainio/clients/elcontracts"
"github.com/Layr-Labs/eigensdk-go/chainio/clients/wallet"
"github.com/Layr-Labs/eigensdk-go/chainio/txmgr"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/Layr-Labs/eigensdk-go/metrics"
"github.com/Layr-Labs/eigensdk-go/signerv2"
"github.com/Layr-Labs/eigensdk-go/testutils"
"github.com/Layr-Labs/eigensdk-go/utils"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/ethclient"
"github.com/prometheus/client_golang/prometheus"
"github.com/stretchr/testify/require"
⋮----
// Starts an anvil container and builds the ChainIO Clients for testing.
func BuildTestClients(t *testing.T) (*clients.Clients, string)
⋮----
// Starts an anvil container and builds the ChainIO ReadClients for read-only testing.
func BuildTestReadClients(t *testing.T) (*clients.ReadClients, string)
⋮----
// Creates a testing ChainWriter from an httpEndpoint, private key and config.
// This is needed because the existing testclients.BuildTestClients returns a
// ChainReader with a null rewardsCoordinator, which is required for some of the tests.
func NewTestChainReaderFromConfig(
	httpEndpoint string,
	config elcontracts.Config,
) (*elcontracts.ChainReader, error)
⋮----
// ChainWriter with a null rewardsCoordinator, which is required for some of the tests.
func NewTestChainWriterFromConfig(
	httpEndpoint string,
	privateKeyHex string,
	config elcontracts.Config,
) (*elcontracts.ChainWriter, error)
⋮----
func NewTestTxManager(httpEndpoint string, privateKeyHex string) (*txmgr.SimpleTxManager, error)
⋮----
// Creates an avsRegistry testing ChainWriter from an httpEndpoint, private key and config.
⋮----
func NewTestAvsRegistryWriterFromConfig(
	httpEndpoint string,
	privateKeyHex string,
	config avsregistry.Config,
) (*avsregistry.ChainWriter, error)
⋮----
// Creates a testing AVSRegistrer ChainReader from an httpEndpoint, private key and config.
func NewTestAvsRegistryReaderFromConfig(
	httpEndpoint string,
	config avsregistry.Config,
) (*avsregistry.ChainReader, error)
````

## File: testutils/anvil.go
````go
package testutils
⋮----
import (
	"context"
	"fmt"
	"log"
	"log/slog"
	"os/exec"
	"path/filepath"
	"runtime"

	"github.com/ethereum/go-ethereum/ethclient"

	"github.com/ethereum/go-ethereum/accounts/abi/bind"
	"github.com/ethereum/go-ethereum/common"
	"github.com/testcontainers/testcontainers-go"
	"github.com/testcontainers/testcontainers-go/wait"

	contractreg "github.com/Layr-Labs/eigensdk-go/contracts/bindings/ContractsRegistry"
)
⋮----
"context"
"fmt"
"log"
"log/slog"
"os/exec"
"path/filepath"
"runtime"
⋮----
"github.com/ethereum/go-ethereum/ethclient"
⋮----
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/testcontainers/testcontainers-go"
"github.com/testcontainers/testcontainers-go/wait"
⋮----
contractreg "github.com/Layr-Labs/eigensdk-go/contracts/bindings/ContractsRegistry"
⋮----
const (
	ANVIL_FIRST_ADDRESS      = "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"
	ANVIL_FIRST_PRIVATE_KEY  = "ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80"
	ANVIL_SECOND_ADDRESS     = "0x70997970C51812dc3A010C7d01b50e0d17dc79C8"
	ANVIL_SECOND_PRIVATE_KEY = "59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d"
	ANVIL_THIRD_ADDRESS      = "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC"
	ANVIL_THIRD_PRIVATE_KEY  = "5de4111afa1a4b94908f83103eb1f1706367c2e68ca870fc3fb9a804cdab365a"
)
⋮----
func StartAnvilContainer(anvilStateFileName string) (testcontainers.Container, error)
⋮----
FileMode:          0644, // Adjust the FileMode according to your requirements
⋮----
// Still need to advance the chain by at least 1 block b/c some tests need to query the latest block,
// and the blocks dumped/loaded by anvil don't contain full transactions, which leads to panics in tests.
// See https://github.com/foundry-rs/foundry/issues/8213, which will hopefully get fixed soon.
⋮----
// This function is for M2 functionality
func StartM2AnvilContainer(anvilStateFileName string) (testcontainers.Container, error)
⋮----
type ContractAddresses struct {
	ServiceManager         common.Address
	RegistryCoordinator    common.Address
	OperatorStateRetriever common.Address
	DelegationManager      common.Address
	Erc20MockStrategy      common.Address
	RewardsCoordinator     common.Address
	PermissionController   common.Address
}
⋮----
func GetContractAddressesFromContractRegistry(ethHttpUrl string) (mockAvsContracts ContractAddresses)
⋮----
// The ContractsRegistry contract should always be deployed at this address on anvil
// it's the address of the contract created at nonce 0 by the first anvil account
// (0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266)
⋮----
func GetM2ContractAddressesFromContractRegistry(ethHttpUrl string) (mockAvsContracts ContractAddresses)
⋮----
func AdvanceChainByNBlocks(n int, anvilEndpoint string)
⋮----
// see https://book.getfoundry.sh/reference/anvil/#custom-methods
⋮----
// Prefer this function over AdvanceChainByNBlocks b/c it doesn't require cast to be installed on the host machine,
// whereas this one doesn't.
func AdvanceChainByNBlocksExecInContainer(ctx context.Context, n int, anvilC testcontainers.Container)
⋮----
type TestConfig struct {
	AnvilStateFileName string
	LogLevel           slog.Level
}
⋮----
func GetDefaultTestConfig() TestConfig
````

## File: testutils/crypto.go
````go
package testutils
⋮----
import (
	"crypto/ecdsa"

	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/crypto"
)
⋮----
"crypto/ecdsa"
⋮----
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/crypto"
⋮----
func NewEcdsaSkAndAddress() (*ecdsa.PrivateKey, common.Address, error)
⋮----
func ZeroAddress() *common.Address
````

## File: testutils/localstack.go
````go
package testutils
⋮----
import (
	"context"
	"fmt"

	"github.com/Layr-Labs/eigensdk-go/aws"
	"github.com/Layr-Labs/eigensdk-go/utils"
	"github.com/aws/aws-sdk-go-v2/service/kms"
	"github.com/aws/aws-sdk-go-v2/service/kms/types"
	"github.com/testcontainers/testcontainers-go"
	"github.com/testcontainers/testcontainers-go/wait"
)
⋮----
"context"
"fmt"
⋮----
"github.com/Layr-Labs/eigensdk-go/aws"
"github.com/Layr-Labs/eigensdk-go/utils"
"github.com/aws/aws-sdk-go-v2/service/kms"
"github.com/aws/aws-sdk-go-v2/service/kms/types"
"github.com/testcontainers/testcontainers-go"
"github.com/testcontainers/testcontainers-go/wait"
⋮----
const LocalStackPort = "4566"
⋮----
func StartLocalstackContainer(name string) (testcontainers.Container, error)
⋮----
func NewKMSClient(localStackPort string) (*kms.Client, error)
⋮----
func CreateKMSKey(localStackPort string) (*types.KeyMetadata, error)
````

## File: testutils/logger.go
````go
package testutils
⋮----
import (
	"log/slog"
	"os"

	"github.com/Layr-Labs/eigensdk-go/logging"
)
⋮----
"log/slog"
"os"
⋮----
"github.com/Layr-Labs/eigensdk-go/logging"
⋮----
func GetTestLogger() logging.Logger
````

## File: testutils/logging.go
````go
package testutils
⋮----
import (
	"log/slog"
	"os"

	"github.com/Layr-Labs/eigensdk-go/logging"
)
⋮----
"log/slog"
"os"
⋮----
"github.com/Layr-Labs/eigensdk-go/logging"
⋮----
// NewTestLogger is just a utility function to create a logger for testing
// It returns an slog textHandler logger that outputs to os.Stdout, with source code information and debug level
func NewTestLogger() logging.Logger
⋮----
// we don't use colors because the test output panel in vscode doesn't support them
````

## File: testutils/test_data.go
````go
package testutils
⋮----
import (
	"encoding/json"
	"log"
	"os"
	"path/filepath"
)
⋮----
"encoding/json"
"log"
"os"
"path/filepath"
⋮----
// Test data for generic loading of JSON data files.
type TestData[T any] struct {
	Input T `json:"input"`
}
⋮----
// Create a new instance of `TestData` with the given input data.
func NewTestData[T any](defaultInput T) TestData[T]
⋮----
var testData TestData[T]
````

## File: types/avs.go
````go
package types
⋮----
import (
	"log/slog"

	"github.com/Layr-Labs/eigensdk-go/crypto/bls"
)
⋮----
"log/slog"
⋮----
"github.com/Layr-Labs/eigensdk-go/crypto/bls"
⋮----
type TaskResponseHashFunction func(taskResponse TaskResponse) (TaskResponseDigest, error)
⋮----
type SignedTaskResponseDigest struct {
	TaskResponse                TaskResponse
	BlsSignature                *bls.Signature
	OperatorId                  OperatorId
	SignatureVerificationErrorC chan<- error `json:"-"` // removed from json because channels are not marshallable
}
⋮----
SignatureVerificationErrorC chan<- error `json:"-"` // removed from json because channels are not marshallable
⋮----
func (strd SignedTaskResponseDigest) LogValue() slog.Value
````

## File: types/basic.go
````go
package types
⋮----
// This file defines internal types that have custom LogValues (for go's slog), to make debugging easier
⋮----
import (
	"encoding/hex"
	"log/slog"
)
⋮----
"encoding/hex"
"log/slog"
⋮----
// make TaskResponseDigests print as hex encoded strings instead of a sequence of bytes
type Bytes32 [32]byte
⋮----
func (m Bytes32) LogValue() slog.Value
⋮----
func (m *Bytes32) UnderlyingType() [32]byte
````

## File: types/constants.go
````go
package types
⋮----
const EigenPromNamespace = "eigen"
````

## File: types/errors.go
````go
package types
⋮----
import (
	"errors"
	"fmt"
)
⋮----
"errors"
"fmt"
⋮----
var (
	ErrInvalidOperatorAddress           = errors.New("invalid operator address")
````

## File: types/operator_metadata_test.go
````go
package types
⋮----
import (
	"testing"

	"github.com/Layr-Labs/eigensdk-go/utils"

	"github.com/stretchr/testify/assert"
)
⋮----
"testing"
⋮----
"github.com/Layr-Labs/eigensdk-go/utils"
⋮----
"github.com/stretchr/testify/assert"
⋮----
func TestOperatorMetadata(t *testing.T)
⋮----
var tests = []struct {
		name          string
		metadata      OperatorMetadata
		expectedError error
	}{
		{
			name: "Valid metadata with twitter.com url",
			metadata: OperatorMetadata{
				Name:        "Ethereum Utopia",
				Description: "Madhur's first operator is best in this world+&~#$—%’“”",
				Logo:        "https://goerli-operator-metadata.s3.amazonaws.com/eigenlayer.png",
				Twitter:     "https://twitter.com/test",
				Website:     "https://test.com",
			},
		},
		{
			name: "Valid metadata with twitter.com url with /",
			metadata: OperatorMetadata{
				Name:        "test",
				Description: "test",
				Logo:        "https://goerli-operator-metadata.s3.amazonaws.com/eigenlayer.png",
				Twitter:     "https://twitter.com/test/",
				Website:     "https://test.com",
			},
		},
		{
			name: "Valid metadata with x.com twitter url",
			metadata: OperatorMetadata{
				Name:        "test",
				Description: "test",
				Logo:        "https://goerli-operator-metadata.s3.amazonaws.com/eigenlayer.png",
				Twitter:     "https://x.com/test",
				Website:     "https://test.com",
			},
		},
		{
			name: "Invalid metadata - no name",
			metadata: OperatorMetadata{
				Name:        "",
				Description: "test",
				Logo:        "https://goerli-operator-metadata.s3.amazonaws.com/eigenlayer.png",
				Twitter:     "https://twitter.com/test",
				Website:     "https://test.com",
			},
			expectedError: utils.WrapError(ErrInvalidName, utils.ErrEmptyText),
		},
		{
			name: "Invalid metadata - name has js script",
			metadata: OperatorMetadata{
				Name:        "<script> alert('test') </script>",
				Description: "test",
				Logo:        "https://goerli-operator-metadata.s3.amazonaws.com/eigenlayer.png",
				Twitter:     "https://twitter.com/test",
				Website:     "https://test.com",
			},
			expectedError: utils.WrapError(ErrInvalidName, utils.ErrInvalidText),
		},
		{
			name: "Invalid metadata - no description",
			metadata: OperatorMetadata{
				Name:        "test",
				Description: "",
				Logo:        "https://goerli-operator-metadata.s3.amazonaws.com/eigenlayer.png",
				Twitter:     "https://twitter.com/test",
				Website:     "https://test.com",
			},
			expectedError: utils.WrapError(ErrInvalidDescription, utils.ErrEmptyText),
		},
		{
			name: "Invalid metadata - wrong image format",
			metadata: OperatorMetadata{
				Name:        "test",
				Description: "My operator",
				Logo:        "https://test.com/test.svg",
				Twitter:     "https://twitter.com/test",
				Website:     "https://test.com",
			},
			expectedError: utils.ErrInvalidImageExtension,
		},
		{
			name: "Invalid metadata - invalid mime type with correct extension",
			metadata: OperatorMetadata{
				Name:        "test",
				Description: "My operator",
				Logo:        "https://goerli-operator-metadata.s3.amazonaws.com/cat.png",
				Twitter:     "https://twitter.com/test",
				Website:     "https://test.com",
			},
			expectedError: utils.ErrInvalidImageMimeType,
		},
		{
			name: "Invalid metadata - name > 500 characters",
			metadata: OperatorMetadata{
				Name:        "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.",
				Description: "test",
				Logo:        "https://goerli-operator-metadata.s3.amazonaws.com/eigenlayer.png",
				Twitter:     "https://twitter.com/test",
				Website:     "https://test.com",
			},
			expectedError: utils.WrapError(ErrInvalidName, utils.ErrTextTooLong(utils.TextCharsLimit)),
		},
		{
			name: "Invalid metadata - description > 500 characters",
			metadata: OperatorMetadata{
				Name:        "test",
				Description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.",
				Logo:        "https://goerli-operator-metadata.s3.amazonaws.com/eigenlayer.png",
				Twitter:     "https://twitter.com/test",
				Website:     "https://test.com",
			},
			expectedError: utils.WrapError(ErrInvalidDescription, utils.ErrTextTooLong(utils.TextCharsLimit)),
		},
		{
			name: "Invalid metadata - no logo",
			metadata: OperatorMetadata{
				Name:        "test",
				Description: "test",
				Logo:        "",
				Twitter:     "https://twitter.com/test",
				Website:     "https://test.com",
			},
			expectedError: ErrLogoRequired,
		},
		{
			name: "Invalid url - FTP url",
			metadata: OperatorMetadata{
				Name:        "test",
				Description: "test",
				Logo:        "https://goerli-operator-metadata.s3.amazonaws.com/eigenlayer.png",
				Twitter:     "ftp://twitter.com/test",
				Website:     "https://test.com",
			},
			expectedError: utils.WrapError(ErrInvalidTwitterUrl, utils.ErrInvalidTwitterUrlRegex),
		},
		{
			name: "Invalid metadata - invalid logo no extension",
			metadata: OperatorMetadata{
				Name:        "test",
				Description: "test",
				Logo:        "https://test.com/test",
				Twitter:     "https://twitter.com/test",
				Website:     "https://test.com",
			},
			expectedError: utils.ErrInvalidImageExtension,
		},
		{
			name: "Invalid metadata - invalid website url #1",
			metadata: OperatorMetadata{
				Name:        "test",
				Description: "test",
				Logo:        "https://goerli-operator-metadata.s3.amazonaws.com/eigenlayer.png",
				Twitter:     "https://twitter.com/test",
				Website:     "https",
			},
			expectedError: utils.WrapError(ErrInvalidWebsiteUrl, utils.ErrInvalidUrl),
		},
		{
			name: "Invalid metadata - invalid website url #2",
			metadata: OperatorMetadata{
				Name:        "test",
				Description: "test",
				Logo:        "https://goerli-operator-metadata.s3.amazonaws.com/eigenlayer.png",
				Twitter:     "https://twitter.com/test",
				Website:     "https:/test.com",
			},
			expectedError: utils.WrapError(ErrInvalidWebsiteUrl, utils.ErrInvalidUrl),
		},
		{
			name: "Invalid metadata - invalid website url #3",
			metadata: OperatorMetadata{
				Name:        "test",
				Description: "test",
				Logo:        "https://goerli-operator-metadata.s3.amazonaws.com/eigenlayer.png",
				Twitter:     "https://twitter.com/test",
				Website:     "ps://test.com",
			},
			expectedError: utils.WrapError(ErrInvalidWebsiteUrl, utils.ErrInvalidUrl),
		},
		{
			name: "Invalid metadata - invalid twitter url #1",
			metadata: OperatorMetadata{
				Name:        "test",
				Description: "test",
				Logo:        "https://goerli-operator-metadata.s3.amazonaws.com/eigenlayer.png",
				Twitter:     "http",
				Website:     "https://test.com",
			},
			expectedError: utils.WrapError(ErrInvalidTwitterUrl, utils.ErrInvalidUrl),
		},
		{
			name: "Invalid metadata - invalid twitter url #2",
			metadata: OperatorMetadata{
				Name:        "test",
				Description: "test",
				Logo:        "https://goerli-operator-metadata.s3.amazonaws.com/eigenlayer.png",
				Twitter:     "ht://twitter.com/test",
				Website:     "https://test.com",
			},
			expectedError: utils.WrapError(ErrInvalidTwitterUrl, utils.ErrInvalidTwitterUrlRegex),
		},
		{
			name: "Invalid metadata - invalid twitter url #3",
			metadata: OperatorMetadata{
				Name:        "test",
				Description: "test",
				Logo:        "https://goerli-operator-metadata.s3.amazonaws.com/eigenlayer.png",
				Twitter:     "https:/twitt",
				Website:     "https://test.com",
			},
			expectedError: utils.WrapError(ErrInvalidTwitterUrl, utils.ErrInvalidUrl),
		},
		{
			name: "Invalid metadata - invalid twitter url #4 - not twitter url",
			metadata: OperatorMetadata{
				Name:        "test",
				Description: "test",
				Logo:        "https://goerli-operator-metadata.s3.amazonaws.com/eigenlayer.png",
				Twitter:     "https://facebook.com/test",
				Website:     "https://test.com",
			},
			expectedError: utils.WrapError(ErrInvalidTwitterUrl, utils.ErrInvalidTwitterUrlRegex),
		},
	}
````

## File: types/operator_metadata.go
````go
package types
⋮----
import (
	"github.com/Layr-Labs/eigensdk-go/utils"
)
⋮----
"github.com/Layr-Labs/eigensdk-go/utils"
⋮----
// OperatorMetadata is the metadata operator uploads while registering
// itself to EigenLayer
type OperatorMetadata struct {

	// Name of the operator
	// It is a required field
	Name string `yaml:"name" json:"name"`

	// Website of the operator
	// It is a required field
	Website string `yaml:"website" json:"website"`

	// Description of the operator. There is a 200-character limit
	// It is a required field
	Description string `yaml:"description" json:"description"`

	// Logo of the operator. This should be a link to a image file
	// which is publicly accessible
	// It is a required field
	Logo string `yaml:"logo" json:"logo"`

	// Twitter handle of the operator
	// It is an optional field
	Twitter string `yaml:"twitter" json:"twitter"`
}
⋮----
// Name of the operator
// It is a required field
⋮----
// Website of the operator
⋮----
// Description of the operator. There is a 200-character limit
⋮----
// Logo of the operator. This should be a link to a image file
// which is publicly accessible
⋮----
// Twitter handle of the operator
// It is an optional field
⋮----
func (om *OperatorMetadata) Validate() error
````

## File: types/operator_test.go
````go
package types
⋮----
import (
	"errors"
	"testing"

	"github.com/Layr-Labs/eigensdk-go/utils"

	"github.com/stretchr/testify/assert"
)
⋮----
"errors"
"testing"
⋮----
"github.com/Layr-Labs/eigensdk-go/utils"
⋮----
"github.com/stretchr/testify/assert"
⋮----
func TestOperatorValidate(t *testing.T)
⋮----
var tests = []struct {
		name                    string
		operator                Operator
		metadataURLresponseCode int
		operatorMetadata        OperatorMetadata
		wantErr                 bool
		expectedErr             error
	}{
		{
			name: "successful operator validation",
			operator: Operator{
				Address:                   "0xd5e099c71b797516c10ed0f0d895f429c2781142",
				DelegationApproverAddress: "0xd5e099c71b797516c10ed0f0d895f429c2781142",
				MetadataUrl:               "https://madhur-test-public.s3.us-east-2.amazonaws.com/metadata.json",
			},
			wantErr: false,
		},
		{
			name: "valid operator validation - ZeroAddress delegation approver address",
			operator: Operator{
				Address:                   "0xd5e099c71b797516c10ed0f0d895f429c2781142",
				DelegationApproverAddress: ZeroAddress,
				MetadataUrl:               "https://madhur-test-public.s3.us-east-2.amazonaws.com/metadata.json",
			},
			wantErr: false,
		},
		{
			name: "failed operator validation - empty metadata url",
			operator: Operator{
				Address:                   "0xd5e099c71b797516c10ed0f0d895f429c2781142",
				DelegationApproverAddress: "0xd5e099c71b797516c10ed0f0d895f429c2781142",
				MetadataUrl:               "",
			},
			wantErr:     true,
			expectedErr: utils.WrapError(ErrInvalidMetadataUrl, utils.ErrEmptyUrl),
		},
		{
			name: "failed operator validation - localhost metadata url",
			operator: Operator{
				Address:                   "0xd5e099c71b797516c10ed0f0d895f429c2781142",
				DelegationApproverAddress: "0xd5e099c71b797516c10ed0f0d895f429c2781142",
				MetadataUrl:               "http://localhost:8080/metadata.json",
			},
			wantErr:     true,
			expectedErr: utils.WrapError(ErrInvalidMetadataUrl, utils.ErrUrlPointingToLocalServer),
		},
		{
			name: "failed operator validation - 127.0.0.1 metadata url",
			operator: Operator{
				Address:                   "0xd5e099c71b797516c10ed0f0d895f429c2781142",
				DelegationApproverAddress: "0xd5e099c71b797516c10ed0f0d895f429c2781142",
				MetadataUrl:               "http://127.0.0.1:8080/metadata.json",
			},
			wantErr:     true,
			expectedErr: utils.WrapError(ErrInvalidMetadataUrl, utils.ErrUrlPointingToLocalServer),
		},
		{
			// TODO: avoid doing a real request in the test
			name: "failed operator validation - bad metadata",
			operator: Operator{
				Address:                   "0xd5e099c71b797516c10ed0f0d895f429c2781142",
				DelegationApproverAddress: "0xd5e099c71b797516c10ed0f0d895f429c2781142",
				MetadataUrl:               "https://github.com/layr-labs/-non-existent-repo/metadata.json",
			},
			wantErr: true,
			expectedErr: utils.WrapError(
				ErrReadingMetadataUrlResponse,
				errors.New("error fetching url: 404 Not Found"),
			),
		},
		{
			name: "failed operator validation - wrong operator address",
			operator: Operator{
				Address:                   "0xa",
				DelegationApproverAddress: "0xd5e099c71b797516c10ed0f0d895f429c2781142",
				MetadataUrl:               "https://madhur-test-public.s3.us-east-2.amazonaws.com/metadata.json",
			},
			wantErr:     true,
			expectedErr: ErrInvalidOperatorAddress,
		},
		{
			name: "failed operator validation - wrong DelegationApproverAddress address",
			operator: Operator{
				Address:                   "0xd5e099c71b797516c10ed0f0d895f429c2781142",
				DelegationApproverAddress: "0x12",
				MetadataUrl:               "https://madhur-test-public.s3.us-east-2.amazonaws.com/metadata.json",
			},
			wantErr:     true,
			expectedErr: ErrInvalidDelegationApproverAddress,
		},
	}
⋮----
// TODO: avoid doing a real request in the test
````

## File: types/operator.go
````go
package types
⋮----
import (
	"encoding/json"
	"fmt"
	"log/slog"
	"math/big"

	"github.com/Layr-Labs/eigensdk-go/crypto/bls"
	"github.com/Layr-Labs/eigensdk-go/utils"
	"github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/common/math"
	"github.com/ethereum/go-ethereum/crypto"

	apkreg "github.com/Layr-Labs/eigensdk-go/contracts/bindings/BLSApkRegistry"
)
⋮----
"encoding/json"
"fmt"
"log/slog"
"math/big"
⋮----
"github.com/Layr-Labs/eigensdk-go/crypto/bls"
"github.com/Layr-Labs/eigensdk-go/utils"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/math"
"github.com/ethereum/go-ethereum/crypto"
⋮----
apkreg "github.com/Layr-Labs/eigensdk-go/contracts/bindings/BLSApkRegistry"
⋮----
const (
	ZeroAddress = "0x0000000000000000000000000000000000000000"
)
⋮----
// Operator represents EigenLayer's view of an operator
type Operator struct {
	// Address of the operator
	Address string `yaml:"address" json:"address"`

	// If set, the delegation approver's signature is required when delegating to another operator
	DelegationApproverAddress string `yaml:"delegation_approver_address" json:"delegation_approver_address"`

	// MetadataUrl URL where operator metadata is stored
	MetadataUrl string `yaml:"metadata_url" json:"metadata_url"`

	// AllocationDelay is the delay in seconds where an operator is allowed to change allocation
	// This can only be set once by the operator. Once set this can't be changed
	AllocationDelay uint32 `yaml:"allocation_delay" json:"allocation_delay"`
}
⋮----
// Address of the operator
⋮----
// If set, the delegation approver's signature is required when delegating to another operator
⋮----
// MetadataUrl URL where operator metadata is stored
⋮----
// AllocationDelay is the delay in seconds where an operator is allowed to change allocation
// This can only be set once by the operator. Once set this can't be changed
⋮----
// Operator represents EigenLayer's view of an M2 operator. The differebce between this and slashing version is the
// StakerOptOutWindowBlocks field only in M2 Operator, and the AllocationDelay field only in slashing one.
type M2Operator struct {
	// Address of the operator
	Address string `yaml:"address" json:"address"`

	// If set, the delegation approver's signature is required when delegating to another operator
	DelegationApproverAddress string `yaml:"delegation_approver_address" json:"delegation_approver_address"`

	// A minimum delay enforced between the operator tries to register for a service and the operator completing
	// registration for the service. Note that for a specific operator, this value cannot be decreased after init.
	StakerOptOutWindowBlocks uint32 `yaml:"staker_opt_out_window_blocks" json:"staker_opt_out_window_blocks"`

	// MetadataUrl URL where operator metadata is stored
	MetadataUrl string `yaml:"metadata_url" json:"metadata_url"`
}
⋮----
// A minimum delay enforced between the operator tries to register for a service and the operator completing
// registration for the service. Note that for a specific operator, this value cannot be decreased after init.
⋮----
func (o Operator) Validate() error
⋮----
// Socket represents the operator's socket address, which is registered onchain
// TODO: this could have multiple formats... do we really want to use a custom type for this?
// it could be ip:port, or just port, or ip:port:port if 2 ports are needed (like in eigenda's cast)
// or whatever an avs decides to use
type Socket string
⋮----
func (s Socket) String() string
⋮----
type OperatorInfo struct {
	Socket  Socket
	Pubkeys OperatorPubkeys
}
⋮----
type OperatorPubkeys struct {
	// G1 signatures are used to verify signatures onchain (since G1 is cheaper to verify onchain via precompiles)
	G1Pubkey *bls.G1Point
	// G2 is used to verify signatures offchain (signatures are on G1)
	G2Pubkey *bls.G2Point
}
⋮----
// G1 signatures are used to verify signatures onchain (since G1 is cheaper to verify onchain via precompiles)
⋮----
// G2 is used to verify signatures offchain (signatures are on G1)
⋮----
func (op OperatorPubkeys) ToContractPubkeys() (apkreg.BN254G1Point, apkreg.BN254G2Point)
⋮----
// ECDSA address of the operator
⋮----
// OperatorId is the ID of an operator, defined by the AVS registry
// It is the hash of the operator's G1 pubkey
⋮----
func OperatorIdFromG1Pubkey(pubkey *bls.G1Point) OperatorId
⋮----
func OperatorIdFromContractG1Pubkey(pubkey apkreg.BN254G1Point) OperatorId
⋮----
func OperatorIdFromKeyPair(keyPair *bls.KeyPair) OperatorId
⋮----
func G1PubkeyFromContractG1Pubkey(pubkey apkreg.BN254G1Point) *bls.G1Point
⋮----
type QuorumNums []QuorumNum
⋮----
func (q QuorumNums) LogValue() slog.Value
⋮----
func (q QuorumNums) UnderlyingType() []uint8
⋮----
type QuorumNum uint8
⋮----
type QuorumThresholdPercentages []QuorumThresholdPercentage
⋮----
type QuorumThresholdPercentage uint8
⋮----
// AvsOperator represents the operator state in AVS registries
type OperatorAvsState struct {
	OperatorId   OperatorId
	OperatorInfo OperatorInfo
	// Stake of the operator for each quorum
	StakePerQuorum map[QuorumNum]StakeAmount
	BlockNumber    BlockNum
}
⋮----
// Stake of the operator for each quorum
⋮----
var (
	maxNumberOfQuorums uint8 = 192
)
⋮----
func BitmapToQuorumIds(bitmap *big.Int) []QuorumNum
⋮----
// loop through each index in the bitmap to construct the array
⋮----
type QuorumAvsState struct {
	QuorumNumber QuorumNum
	TotalStake   StakeAmount
	AggPubkeyG1  *bls.G1Point
	BlockNumber  BlockNum
}
⋮----
type OperatorSetIds []OperatorSetId
⋮----
type OperatorSetId uint32
````

## File: types/test.go
````go
package types
⋮----
import "github.com/Layr-Labs/eigensdk-go/crypto/bls"
⋮----
type TestOperator struct {
	OperatorId     OperatorId
	StakePerQuorum map[QuorumNum]StakeAmount
	BlsKeypair     *bls.KeyPair
	Socket         Socket
}
````

## File: utils/errors.go
````go
package utils
⋮----
import (
	"errors"
	"fmt"
	"strings"
)
⋮----
"errors"
"fmt"
"strings"
⋮----
var (
	ErrInvalidUrl          = errors.New("invalid url")
⋮----
func TypedErr(e interface
⋮----
func WrapError(mainErr interface
⋮----
var main, sub error
⋮----
// Some times the wrap will wrap a nil error
````

## File: utils/utils_test.go
````go
package utils
⋮----
import (
	"math/big"
	"net/http"
	"net/http/httptest"
	"strings"
	"testing"

	gethcommon "github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/crypto"
	"github.com/stretchr/testify/assert"
)
⋮----
"math/big"
"net/http"
"net/http/httptest"
"strings"
"testing"
⋮----
gethcommon "github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/crypto"
"github.com/stretchr/testify/assert"
⋮----
func TestEcdsaPrivateKeyToAddress(t *testing.T)
⋮----
func TestRoundUpDivideBig(t *testing.T)
⋮----
func TestReadPublicURL(t *testing.T)
⋮----
// Serve different content based on the request URL
⋮----
w.Write(make([]byte, 1024)) //nolint:errcheck
⋮----
w.Write(make([]byte, 2*1024*1024)) //nolint:errcheck
⋮----
func TestIsImageURL(t *testing.T)
⋮----
// Create an httptest server that serves a valid PNG image
⋮----
w.Write(pngData) //nolint:errcheck
⋮----
func TestIsValidEthereumAddress(t *testing.T)
⋮----
func TestCheckIfValidTwitterURL(t *testing.T)
⋮----
func TestCheckIfUrlIsValid(t *testing.T)
⋮----
func TestValidateText(t *testing.T)
⋮----
func TestValidateRawGithubUrl(t *testing.T)
⋮----
func TestAdd0x(t *testing.T)
⋮----
func TestTrim0x(t *testing.T)
````

## File: utils/utils.go
````go
package utils
⋮----
import (
	"crypto/ecdsa"
	"errors"
	"net/url"
	"strings"
	"time"

	"math/big"

	gethcommon "github.com/ethereum/go-ethereum/common"
	"github.com/ethereum/go-ethereum/crypto"

	"fmt"
	"io"
	"net/http"
	"path/filepath"
	"regexp"
)
⋮----
"crypto/ecdsa"
"errors"
"net/url"
"strings"
"time"
⋮----
"math/big"
⋮----
gethcommon "github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/crypto"
⋮----
"fmt"
"io"
"net/http"
"path/filepath"
"regexp"
⋮----
const (
	PngMimeType = "image/png"

	TextRegex = `^[a-zA-Z0-9 +.,;:?!'’"“”\-_/()\[\]~&#$—%]+$`
⋮----
// Limit Http response to 1 MB
⋮----
var (
	// ImageExtensions List of common image file extensions
	// Only support PNG for now to reduce surface area of image validation
	// We do NOT want to support formats like SVG since they can be used for javascript injection
	// If we get pushback on only supporting png, we can support jpg, jpeg, gif, etc. later
	ImageExtensions = []string{".png"}

	// Regular expression to ethereum address
	ethAddrPattern = regexp.MustCompile("^0x[0-9a-fA-F]{40}$")
⋮----
// ImageExtensions List of common image file extensions
// Only support PNG for now to reduce surface area of image validation
// We do NOT want to support formats like SVG since they can be used for javascript injection
// If we get pushback on only supporting png, we can support jpg, jpeg, gif, etc. later
⋮----
// Regular expression to ethereum address
⋮----
// Regular expression to validate text
⋮----
// Regular expression to validate URLs
⋮----
func EcdsaPrivateKeyToAddress(privateKey *ecdsa.PrivateKey) (gethcommon.Address, error)
⋮----
// RoundUpDivideBig divides two positive big.Int numbers and rounds up the result.
// Panics if `b` is zero.
// Result is undefined for negative numbers.
//
// Deprecated: this function is deprecated and will be removed in the future.
func RoundUpDivideBig(a, b *big.Int) *big.Int
⋮----
func IsValidEthereumAddress(address string) bool
⋮----
func ReadPublicURL(url string) ([]byte, error)
⋮----
// Allow no redirects
⋮----
// allow images of up to 1 MiB
⋮----
// We are doing this because errors.Is(err) check doesn't work for this
// since MaxBytesError has pointer receiver. Not sure what is the correct
// way to do this.
⋮----
func CheckIfValidTwitterURL(twitterURL string) error
⋮----
// Basic validation
⋮----
// Check if the URL matches the regular expression
⋮----
func CheckBasicURLValidation(rawUrl string) error
⋮----
// Check if the URL is valid
⋮----
func CheckIfUrlIsValid(rawUrl string) error
⋮----
func IsImageURL(urlString string) error
⋮----
// Parse the URL
⋮----
// Extract the path component from the URL
⋮----
// Get the file extension
⋮----
// Check if the extension is in the list of image extensions
⋮----
func ValidateText(text string) error
⋮----
func ValidateRawGithubUrl(url string) error
⋮----
func Add0x(address string) string
⋮----
func Trim0x(address string) string
````

## File: .gitignore
````
# IDE related
.idea/

# Tests
coverage.html
coverage.out

# Misc
**/.DS_Store
````

## File: .gitmodules
````
[submodule "contracts/lib/eigenlayer-middleware"]
	path = contracts/lib/eigenlayer-middleware
	url = git@github.com:Layr-Labs/eigenlayer-middleware.git
[submodule "contracts/lib/forge-std"]
    path = contracts/lib/forge-std
    url = git@github.com:foundry-rs/forge-std
[submodule "M2-contracts/lib/eigenlayer-middleware"]
	path = M2-contracts/lib/eigenlayer-middleware
	url = git@github.com:Layr-Labs/eigenlayer-middleware.git
[submodule "M2-contracts/lib/forge-std"]
	path = M2-contracts/lib/forge-std
	url = git@github.com:foundry-rs/forge-std
````

## File: CHANGELOG.md
````markdown
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Each version will have a separate `Breaking Changes` section as well. To describe in how to upgrade from one version to another if needed

## [Unreleased]

### Security 🔒

### Added 🎉

### Breaking Changes 🛠

### Deprecated ⚠️

* Deprecated `RoundUpDivideBig` from the `utils` module in [#340](https://github.com/Layr-Labs/eigensdk-go/pull/340)

### Removed 🗑

### Documentation 📚

* Fixed broken link in documentation and updated "Modules" section in [#641](https://github.com/Layr-Labs/eigensdk-go/pull/641)

### Other Changes

* Bump middleware contracts version up to [v1.3.1](https://github.com/Layr-Labs/eigenlayer-middleware/releases/tag/v1.3.1) in [#744](https://github.com/Layr-Labs/eigensdk-go/pull/744).

* chore: bump dependencies in [#739](https://github.com/Layr-Labs/eigensdk-go/pull/739)
  * `go.mod`
    * github.com/consensys/gnark-crypto from `v0.16.0` to `v0.18.0`
    * github.com/lmittmann/tint from `v1.0.4` to `v1.1.2`
    * github.com/testcontainers/testcontainers-go from `v0.35.0` to `v0.37.0`
    * github.com/urfave/cli/v2 from `v2.27.5` to `v2.27.7`
    * go.uber.org/mock from `v0.4.0` to `v0.5.2`
    * golang.org/x/crypto from `v0.35.0` to `v0.39.0`
    * golang.org/x/sync from `v0.11.0` to `v0.15.0`

  * `signer/go.mod`
    * go from `1.21.13` to `1.23.0`
    * toolchain from `go1.22.5` to `go1.23.4`
    * github.com/consensys/gnark-crypto from `v0.12.1` to `v0.18.0`
    * github.com/stretchr/testify from `v1.9.0` to `v1.10.0`

* added rewards utilities integration test by @maximopalopoli in [#608](https://github.com/Layr-Labs/eigensdk-go/pull/608)
* fixed expired timer handling in bls aggregation service in [#616](https://github.com/Layr-Labs/eigensdk-go/pull/616)
* use the eigenlayer contracts repository bindings instead of creating them by @maximopalopoli in [#668](https://github.com/Layr-Labs/eigensdk-go/pull/668)
* Added unit tests to the `utils` module by @estensen in [#340](https://github.com/Layr-Labs/eigensdk-go/pull/340)

## [0.3.0] - 2025-03-19

### Added 🎉

* feat: new BLS aggregation service interface by @maximopalopoli in <https://github.com/Layr-Labs/eigensdk-go/pull/578>
  * The new interface implies starting the service before using it, interact with it using a handler and receiving the aggregated responses in a separate channel.
  * An example using the interface is:

    ```Go
    // initialize service
    blsAgg := NewBlsAggregatorBuilder(fakeAvsRegistryService, hashFunction, logger)
    handler, aggResponsesC := blsAgg.Start()

    // Initialize task
    metadata := NewTaskMetadata(taskIndex, blockNum, quorumNumbers, quorumThresholdPercentages, tasksTimeToExpiry)
    err := handler.InitializeNewTask(metadata)

    // Process signature
    taskSignature := NewTaskSignature(taskIndex, taskResponse, blsSig, testOperator1.OperatorId)
    err = handler.ProcessNewSignature(
      context.Background(),
      taskSignature,
    )

    // Receive responses
    aggregationServiceResponse := <-aggResponsesC
    ```

* Added field `DontUseAllocationManager` to bindings configuration structs
  * feat: make SDK compatible with mainnet contracts by @MegaRedHand in <https://github.com/Layr-Labs/eigensdk-go/pull/464>
  * Added field `DontUseAllocationManager` to `BuildAllConfig` by @MegaRedHand in [#580](https://github.com/Layr-Labs/eigensdk-go/pull/580)
  * fix: propagate `DontUseAllocationManager` flag between builders configs by @maximopalopoli in [#581](https://github.com/Layr-Labs/eigensdk-go/pull/581)
* feat: add missing contract addresses on `BuildAllConfig` by @MegaRedHand in <https://github.com/Layr-Labs/eigensdk-go/pull/558>
* Added `AnvilC` field to `clients.Clients` struct by @maximopalopoli in [#585](https://github.com/Layr-Labs/eigensdk-go/pull/585)
* Added `IsOperatorRegisteredWithAvs`, `GetAVSRegistrar` methods to elcontracts chain reader and and `SetAVSRegistrar` to chain writer by @maximopalopoli in [#585](https://github.com/Layr-Labs/eigensdk-go/pull/585)
  * An example for `IsOperatorRegisteredWithAvs` would be the following:

    ```go
      // Given an operator registered to a M2 Quorum
      isOperator, err := clients.ElChainReader.IsOperatorRegisteredWithAvs(ctx, operatorAddress, avsAddress)
      assert.NoError(t, err)
      assert.Equal(t, isOperator, true) // Assuming is registered
    ```

  * An example for `GetAVSRegistrar` would be the following:

    ```go
      avsRegistrar, err := clients.ElChainReader.GetAVSRegistrar(context.Background(), avsAddress)
      assert.NoError(t, err)
    ```

  * An example for `SetAVSRegistrar` would be the following:

    ```go
      // Usually the AVSRegistrar is the registryCoordinator
      receipt, err := clients.ElChainWriter.SetAVSRegistrar(context.Background(), avsAddress, contractAddrs.RegistryCoordinator, true)
      require.NoError(t, err)
      require.Equal(t, gethtypes.ReceiptStatusSuccessful, receipt.Status)
    ```

* Added `RegisterAsOperatorPreSlashing` to register an operator in M2 workflows by @maximopalopoli in [#595](https://github.com/Layr-Labs/eigensdk-go/pull/595)
  * A use example would be the following:

    ```go
      operator :=
        types.M2Operator{
          Address:                   fundedAccount,
          DelegationApproverAddress: "0xd5e099c71b797516c10ed0f0d895f429c2781142",
          StakerOptOutWindowBlocks:  100,
          MetadataUrl:               "https://madhur-test-public.s3.us-east-2.amazonaws.com/metadata.json",
        }

      receipt, err := clients.ElChainWriter.RegisterAsOperatorPreSlashing(context.Background(), operator, true)
      assert.NoError(t, err)
      assert.True(t, receipt.Status == 1)
    ```

  This PR also introduces the `M2Operator` type

* Added support for registering operators in operator sets with churn approval in [#596](https://github.com/Layr-Labs/eigensdk-go/pull/596)
  * We added the fields `ChurnApprovalEcdsaPrivateKey` and `OperatorKickParams` to `elcontracts.RegistrationRequest`. Specifying the first one makes the `ChainWriter.RegisterForOperatorSets` function sign a churn approval for the operator registration, making the AVS eject operators specified by the other field to make space for the registering operator.

    ```go
    request := elcontracts.RegistrationRequest{
      // ...old fields are required...
      ChurnApprovalEcdsaPrivateKey: /* ECDSA key of the AVS churn approver */,
      OperatorKickParams:  /* which operators to kick for each registering quorum */,
    }
    receipt, err := chainWriter.RegisterForOperatorSets(
      context.Background(),
      registryCoordinatorAddress,
      request,
    )
    ```

* Introduces two new functions for `elcontracts.chainReader` from core contracts [v1.3.0-rc.0 release](https://github.com/Layr-Labs/eigenlayer-contracts/releases/tag/v1.3.0) by @maximopalopoli in [#602](https://github.com/Layr-Labs/eigensdk-go/pull/602)
  * `IsOperatorSlashable`

    ```go
      isSlashable, err := chainReader.IsOperatorSlashable(
        context.Background(),
        operatorAddress,
        operatorSet,
      )
      require.NoError(t, err)
    ```

  * `GetAllocatedStake`

    ```go
      allocatedStakes, err = chainReader.GetAllocatedStake(
        context.Background(),
        operatorSet,
        operatorAddresses,
        strategyAddresses,
      )
      require.NoError(t, err)
    ```

* feat: added `setMinimumStakeForQuorum` by @Sidu28 in <https://github.com/Layr-Labs/eigensdk-go/pull/554>
* feat: added `StakeRegistryStorage` functions by @Sidu28 in <https://github.com/Layr-Labs/eigensdk-go/pull/555>
* feat: added `BlsApkRegistryStorage` functions by @Sidu28 in <https://github.com/Layr-Labs/eigensdk-go/pull/556>
* feat: added `AllocationManagerStorage` functions by @Sidu28 in <https://github.com/Layr-Labs/eigensdk-go/pull/563>
* feat: added `DelegationManagerStorage` functions by @Sidu28 in <https://github.com/Layr-Labs/eigensdk-go/pull/564>
* feat: added `ServiceManagerBase.getRestakeableStrategies` wrapper by @MegaRedHand in <https://github.com/Layr-Labs/eigensdk-go/pull/559>
* feat: added `ServiceManagerBase.createOperatorDirectedAVSRewardsSubmission` wrapper by @MegaRedHand in <https://github.com/Layr-Labs/eigensdk-go/pull/>561
* feat: added new method `registerOperatorWithChurn` by @damiramirez in <https://github.com/Layr-Labs/eigensdk-go/pull/566>
* feat: added method `ModifyStrategyParams` by @damiramirez in <https://github.com/Layr-Labs/eigensdk-go/pull/570>
* feat: added new method `AddStrategies` by @damiramirez in <https://github.com/Layr-Labs/eigensdk-go/pull/568>
* feat: added `ServiceManagerBase.getOperatorRestakedStrategies` wrapper by @MegaRedHand in <https://github.com/Layr-Labs/eigensdk-go/pull/560>
* feat: added method `RemoveStrategies` by @damiramirez in <https://github.com/Layr-Labs/eigensdk-go/pull/569>
* feat: added `updateAVSMetadataURI` wrapper by @MegaRedHand in <https://github.com/Layr-Labs/eigensdk-go/pull/553>
* feat: added `ServiceManagerBase.createAVSRewardsSubmission` wrapper by @MegaRedHand in <https://github.com/Layr-Labs/eigensdk-go/pull/557>
* feat: Add `RewardsCoordinatorStorage` functions by @Sidu28 in <https://github.com/Layr-Labs/eigensdk-go/pull/565>

### Changed

* Fixed BLS aggregation for multiple quorums by @TomasArrachea in [#394](https://github.com/Layr-Labs/eigensdk-go/pull/394)
* fix: change PR url in Changelog workflow by @maximopalopoli in [#575](https://github.com/Layr-Labs/eigensdk-go/pull/575)
* chore: use utils WrapError function instead of fmt's Errorf by @pablodeymo and @maximopalopoli in <https://github.com/Layr-Labs/eigensdk-go/pull/579>

### Breaking Changes 🛠

* refactor: encapsulate parameters into `TaskSignature` in [#487](https://github.com/Layr-Labs/eigensdk-go/pull/487)

  * Introduced `TaskSignature` struct to encapsulate parameters related to task signatures:
  * Updated `ProcessNewSignature` to accept a `TaskSignature` struct instead of multiple parameters.

    ```go
    // BEFORE
    blsAggServ.ProcessNewSignature(
        context.Background(),
        taskIndex,
        taskResponse,
        blsSigOp1,
        testOperator1.OperatorId,
    )
    
    // AFTER
    taskSignature := NewTaskSignature(taskIndex, taskResponse, blsSig, testOperator1.OperatorId)

    blsAggServ.ProcessNewSignature(
        context.Background(),
        taskSignature,
    )
    ```
  
* refactor: update interface on `bls aggregation` in [#485](https://github.com/Layr-Labs/eigensdk-go/pull/485).
  * Introduces a new struct `TaskMetadata` with a constructor `NewTaskMetadata` to initialize a new task and a method `WithWindowDuration` to set the window duration.
  * Refactors `InitializeNewTask` and `singleTaskAggregatorGoroutineFunc` to accept a `TaskMetadata` struct instead of multiple parameters.

    ```go
    // BEFORE
    blsAggServ := NewBlsAggregatorService(fakeAvsRegistryService, hashFunction, logger)

    blsAggServ.InitializeNewTask(
        taskIndex,
        blockNum,
        quorumNumbers,
        quorumThresholdPercentages,
        tasksTimeToExpiry,
    )
    
    // AFTER
    blsAggServ := NewBlsAggregatorService(fakeAvsRegistryService, hashFunction, logger)

    metadata := NewTaskMetadata(taskIndex, blockNum, quorumNumbers, quorumThresholdPercentages, tasksTimeToExpiry)
    blsAggServ.InitializeNewTask(metadata)
    ```

  * Removes `InitializeNewTaskWithWindow` since `windowDuration` can now be set in `TaskMetadata`.

    ```go
    // BEFORE
    blsAggServ := NewBlsAggregatorService(fakeAvsRegistryService, hashFunction, logger)
    err = blsAggServ.InitializeNewTaskWithWindow(
        taskIndex,
        blockNum,
        quorumNumbers,
        quorumThresholdPercentages,
        timeToExpiry,
        windowDuration,
    )

    // AFTER
    blsAggServ := NewBlsAggregatorService(fakeAvsRegistryService, hashFunction, logger)

    metadata := NewTaskMetadata(
        taskIndex,
        blockNum,
        quorumNumbers,
        quorumThresholdPercentages,
        tasksTimeToExpiry,
    ).WithWindowDuration(windowDuration)
    blsAggServ.InitializeNewTask(metadata)
    ```

* In elcontracts, `ChainReader.IsOperatorRegisteredWithOperatorSet` no longer queries the `AVSDirectory`, and so now only works for operator sets by @maximopalopoli in [#585](https://github.com/Layr-Labs/eigensdk-go/pull/585)
  * To query if an operator is registered to an M2 quorum you should now use `chainReader.IsOperatorRegisteredWithAvs`, which queries the `AVSDirectory`.
* `egnaddrs` utility now works with slashing release middleware contracts and, in that case, the returned service manager will be the zero address, unless the `--service-manager` is specified by @maximopalopoli in [#585](https://github.com/Layr-Labs/eigensdk-go/pull/585).
* The `elcontracts.NewChainWriter` function now receives an additional parameter, the delegation manager address by @maximopalopoli in [#595](https://github.com/Layr-Labs/eigensdk-go/pull/595).

* Renamed `SetAccountIdentifier` to `SetAvs` [#597](https://github.com/Layr-Labs/eigensdk-go/pull/597)
  * The underlying call was renamed in [the v1.1.1 eigenlayer-middleware release](https://github.com/Layr-Labs/eigenlayer-middleware/releases/tag/v1.1.1-testnet-slashing).

* Added bindings for M2 contracts by @maximopalopoli in [595](https://github.com/Layr-Labs/eigensdk-go/pull/595)
  * The M2 bindings are available at `github.com/Layr-Labs/eigensdk-goM2-contracts/bindings`. Users that wish to use an old version of a binding should change the `contracts` part of the import for `M2-contracts`:

    ```go
      // slashing bindings import
      // import "github.com/Layr-Labs/eigensdk-go/contracts/bindings/RegistryCoordinator"

      // M2 bindings import
      import "github.com/Layr-Labs/eigensdk-go/M2-contracts/bindings/RegistryCoordinator"
    ```

* Updated bindings to the [v1.4.0-testnet-holesky](https://github.com/Layr-Labs/eigenlayer-middleware/releases/tag/v1.4.0-testnet-holesky) release of middleware.
  * Bump middleware contracts version up to [v1.3.0-rc.0](https://github.com/Layr-Labs/eigenlayer-middleware/releases/tag/v1.3.0-rc.0) by @maximopalopoli in [#605](https://github.com/Layr-Labs/eigensdk-go/pull/605).
  * Bump middleware contracts version up to [v1.4.0-testnet-holesky](https://github.com/Layr-Labs/eigenlayer-middleware/releases/tag/v1.4.0-testnet-holesky) by @maximopalopoli in [#606](https://github.com/Layr-Labs/eigensdk-go/pull/606).

### Removed 🗑

* Removed `IsOperatorSetQuorum` method of avsRegistry chain reader by @maximopalopoli in [#585](https://github.com/Layr-Labs/eigensdk-go/pull/585)
  * This function was removed in [the v1.1.1 eigenlayer-middleware release](https://github.com/Layr-Labs/eigenlayer-middleware/releases/tag/v1.1.1-testnet-slashing).

### Other Changes

* chore: remove duplicated function by @MegaRedHand in <https://github.com/Layr-Labs/eigensdk-go/pull/426>
* fix: respect context in new signature call by @MegaRedHand in <https://github.com/Layr-Labs/eigensdk-go/pull/502>
* ci: add job to enforce updates to the changelog by @ricomateo in <https://github.com/Layr-Labs/eigensdk-go/pull/483>
* test: `avsregistry` add new tests cases for reader methods by @damiramirez in <https://github.com/Layr-Labs/eigensdk-go/pull/458>
* chore(deps): bump github.com/ethereum/go-ethereum from 1.14.0 to 1.15.0 by @dependabot in <https://github.com/Layr-Labs/eigensdk-go/pull/543>
* chore(deps): bump github.com/ethereum/go-ethereum from 1.14.0 to 1.14.13 in /signer by @dependabot in <https://github.com/Layr-Labs/eigensdk-go/pull/490>
* chore(deps): bump github.com/testcontainers/testcontainers-go from 0.30.0 to 0.35.0 by @dependabot in <https://github.com/Layr-Labs/eigensdk-go/pull/590>
* chore(deps): bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.5 by @dependabot in <https://github.com/Layr-Labs/eigensdk-go/pull/431>
* chore(deps): bump github.com/prometheus/client_golang from 1.19.0 to 1.20.5 by @dependabot in <https://github.com/Layr-Labs/eigensdk-go/pull/432>
* chore(deps): bump github.com/consensys/gnark-crypto from 0.14.0 to 0.16.0 by @dependabot in <https://github.com/Layr-Labs/eigensdk-go/pull/573>

------------

Changes made previous to v0.3.0 weren't tracked by this changelog.
````

## File: CODE_OF_CONDUCT.md
````markdown
# EigenLabs Code of Conduct

## Preamble

The EigenLabs Community was created to foster an open, innovative and inclusive community around open source development.
To clarify expected behaviour in our communities we have adopted the Contributor Covenant. This code of conduct
has been adopted by many other open source communities and we feel it expresses our values well. 

## Our Pledge

We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic status,
nationality, personal appearance, race, religion, or sexual identity
and orientation.

We pledge to act and interact in ways that contribute to an open, welcoming,
diverse, inclusive, and healthy community.

## Our Standards

Examples of behavior that contributes to a positive environment for our
community include:

* Demonstrating empathy and kindness toward other people
* Being respectful of differing opinions, viewpoints, and experiences
* Giving and gracefully accepting constructive feedback
* Accepting responsibility and apologizing to those affected by our mistakes,
  and learning from the experience
* Focusing on what is best not just for us as individuals, but for the
  overall community
* Be friendly and patient

Examples of unacceptable behavior include:

* The use of sexualized language or imagery, and sexual attention or
  advances of any kind
* Trolling, insulting or derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or email
  address, without their explicit permission
* Other conduct which could reasonably be considered inappropriate in a
  professional setting

## Enforcement Responsibilities

Community leaders are responsible for clarifying and enforcing our standards of
acceptable behavior and will take appropriate and fair corrective action in
response to any behavior that they deem inappropriate, threatening, offensive,
or harmful.

Community leaders have the right and responsibility to remove, edit, or reject
comments, commits, code, wiki edits, issues, and other contributions that are
not aligned to this Code of Conduct, and will communicate reasons for moderation
decisions when appropriate.

## Scope

This Code of Conduct applies within all community spaces, and also applies when
an individual is officially representing the community in public spaces.
Examples of representing our community include using an official e-mail address,
posting via an official social media account, or acting as an appointed
representative at an online or offline event.

## Contributing

Read carefully our Contributing Guidelines to know how to contribute properly in our
project. Members and maintainers must adhere to some rules regarding to pull requests
reviews and creation of issues and pull requests:

* During code reviews do not comment on coding standards and styles -focus on algorithmical,
structural or naming issues-, help to solve problem.
* When creating an issue or a pull request, follow the templates provided by the repository and
fill in the indicated items correctly. If you do not want to use a template, open a blank issue/PR
and make sure that in its description is not missing any information requested by the templates. Help
the community to get to know your work better.

make sure your description is not missing any information requested by the templates

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
support@eigenlabs.org.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
reporter of any incident.

## Enforcement Guidelines

Community leaders will follow these Community Impact Guidelines in determining
the consequences for any action they deem in violation of this Code of Conduct:

### 1. Correction

**Community Impact**: Use of inappropriate language or other behavior deemed
unprofessional or unwelcome in the community.

**Consequence**: A private, written warning from community leaders, providing
clarity around the nature of the violation and an explanation of why the
behavior was inappropriate. A public apology may be requested.

### 2. Warning

**Community Impact**: A violation through a single incident or series
of actions.

**Consequence**: A warning with consequences for continued behavior. No
interaction with the people involved, including unsolicited interaction with
those enforcing the Code of Conduct, for a specified period of time. This
includes avoiding interactions in community spaces as well as external channels
like social media. Violating these terms may lead to a temporary or
permanent ban.

### 3. Temporary Ban

**Community Impact**: A serious violation of community standards, including
sustained inappropriate behavior.

**Consequence**: A temporary ban from any sort of interaction or public
communication with the community for a specified period of time. No public or
private interaction with the people involved, including unsolicited interaction
with those enforcing the Code of Conduct, is allowed during this period.
Violating these terms may lead to a permanent ban.

### 4. Permanent Ban

**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior,  harassment of an
individual, or aggression toward or disparagement of classes of individuals.

**Consequence**: A permanent ban from any sort of public interaction within
the community.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 2.0, available at
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.

Community Impact Guidelines were inspired by [Mozilla's code of conduct
enforcement ladder](https://github.com/mozilla/diversity).

[homepage]: https://www.contributor-covenant.org

For answers to common questions about this code of conduct, see the FAQ at
https://www.contributor-covenant.org/faq. Translations are available at
https://www.contributor-covenant.org/translations.
````

## File: CONTRIBUTING.md
````markdown
# Contributing to eigensdk-go


### Code of Conduct

Have you read the [code of conduct](https://github.com/Layr-Labs/eigensdk-go/blob/main/CODE_OF_CONDUCT.md)?

## Bugs and Feature Request

Before you make your changes, check to see if an [issue](https://github.com/Layr-Labs/eigensdk-go/issues) exists already for the change you want to make.

### Don't see your issue? Open one

If you spot something new, open an issue using a [template](https://github.com/Layr-Labs/eigensdk-go/issues/new/choose). We'll use the issue to have a conversation about the problem you want to fix.

### Open a Pull Request
Before making a pull request, please fork the repository and create a new branch.

When you're done making changes and you'd like to propose them for review, use the pull request template to open your PR (pull request).

If your PR is not ready for review and merge because you are still working on it, please convert it to draft and add to it the label `wip` (work in progress). This label allows to filter correctly the rest of PR not `wip`. 

### Do you intend to add a new feature or change an existing one?

Suggest your change by opening an issue and starting a discussion.

### Improving Issues and PR

Please add, if possible, a reviewer, assignees and labels to your issue and PR.

## DOs and DON'Ts

Please do:

* **DO** give priority to the current style of the project or file you're changing even if it diverges from the general guidelines.
* **DO** include tests when adding new features. When fixing bugs, start with adding a test that highlights how the current behavior is broken.
* **DO** especially follow our rules in the [Contributing](https://github.com/Layr-Labs/eigensdk-go/blob/master/CODE_OF_CONDUCT.md#contributing) section of our code of conduct.
* **DO** write idiomatic golang code 

Please do not:

* **DON'T** fill the issues and PR descriptions vaguely. The elements in the templates are there for a good reason. Help the team. 
* **DON'T** surprise us with big pull requests. Instead, file an issue and start a discussion so we can agree on a direction before you invest a large amount of time.

## Branch Naming

Branch names must follow `kebab-case` pattern. Follow the pattern `feature/<name>` or `fix/<name>` `(folder/<name>)` when it is possible and add issue reference if applicable.

## Commit Naming

Commits must follow the `<type>(<scope>): <subject>` pattern, as stated in the [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/)

## Security Bugs
Please report security vulnerabilities to security@eigenlabs.org. Do NOT report security bugs via Github Issues.
````

## File: go.mod
````
module github.com/Layr-Labs/eigensdk-go

go 1.23.0

require (
	github.com/aws/aws-sdk-go-v2 v1.26.1
	github.com/aws/aws-sdk-go-v2/credentials v1.17.11
	github.com/cenkalti/backoff/v4 v4.3.0
	github.com/consensys/gnark-crypto v0.18.0
	github.com/ethereum/go-ethereum v1.15.11
	github.com/google/uuid v1.6.0
	github.com/lmittmann/tint v1.1.2
	github.com/prometheus/client_golang v1.22.0
	github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466
	github.com/stretchr/testify v1.10.0
	github.com/testcontainers/testcontainers-go v0.37.0
	github.com/urfave/cli/v2 v2.27.7
	go.uber.org/mock v0.5.2
	go.uber.org/zap v1.27.0
	golang.org/x/crypto v0.39.0
	golang.org/x/sync v0.15.0
)

require (
	dario.cat/mergo v1.0.2 // indirect
	github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
	github.com/Layr-Labs/eigenlayer-contracts v1.4.2
	github.com/Microsoft/go-winio v0.6.2 // indirect
	github.com/aws/aws-sdk-go-v2/config v1.27.11
	github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.1 // indirect
	github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.5 // indirect
	github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.5 // indirect
	github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
	github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 // indirect
	github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.7 // indirect
	github.com/aws/aws-sdk-go-v2/service/kms v1.31.0
	github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.28.6
	github.com/aws/aws-sdk-go-v2/service/sso v1.20.5 // indirect
	github.com/aws/aws-sdk-go-v2/service/ssooidc v1.23.4 // indirect
	github.com/aws/aws-sdk-go-v2/service/sts v1.28.6 // indirect
	github.com/aws/smithy-go v1.20.2 // indirect
	github.com/beorn7/perks v1.0.1 // indirect
	github.com/bits-and-blooms/bitset v1.22.0 // indirect
	github.com/cespare/xxhash/v2 v2.3.0 // indirect
	github.com/containerd/errdefs v1.0.0 // indirect
	github.com/containerd/errdefs/pkg v0.3.0 // indirect
	github.com/containerd/log v0.1.0 // indirect
	github.com/containerd/platforms v0.2.1 // indirect
	github.com/cpuguy83/dockercfg v0.3.2 // indirect
	github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
	github.com/crate-crypto/go-eth-kzg v1.3.0 // indirect
	github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/deckarep/golang-set/v2 v2.8.0 // indirect
	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
	github.com/distribution/reference v0.6.0 // indirect
	github.com/docker/docker v28.2.2+incompatible // indirect
	github.com/docker/go-connections v0.5.0 // indirect
	github.com/docker/go-units v0.5.0 // indirect
	github.com/ebitengine/purego v0.8.4 // indirect
	github.com/ethereum/c-kzg-4844/v2 v2.1.1 // indirect
	github.com/ethereum/go-verkle v0.2.2 // indirect
	github.com/felixge/httpsnoop v1.0.4 // indirect
	github.com/fsnotify/fsnotify v1.9.0 // indirect
	github.com/go-logr/logr v1.4.3 // indirect
	github.com/go-logr/stdr v1.2.2 // indirect
	github.com/go-ole/go-ole v1.3.0 // indirect
	github.com/gogo/protobuf v1.3.2 // indirect
	github.com/golang-jwt/jwt v3.2.2+incompatible
	github.com/gorilla/websocket v1.5.3 // indirect
	github.com/holiman/uint256 v1.3.2 // indirect
	github.com/klauspost/compress v1.18.0 // indirect
	github.com/kylelemons/godebug v1.1.0 // indirect
	github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35 // indirect
	github.com/magiconair/properties v1.8.10 // indirect
	github.com/moby/docker-image-spec v1.3.1 // indirect
	github.com/moby/go-archive v0.1.0 // indirect
	github.com/moby/patternmatcher v0.6.0 // indirect
	github.com/moby/sys/atomicwriter v0.1.0 // indirect
	github.com/moby/sys/sequential v0.6.0 // indirect
	github.com/moby/sys/user v0.4.0 // indirect
	github.com/moby/sys/userns v0.1.0 // indirect
	github.com/moby/term v0.5.2 // indirect
	github.com/morikuni/aec v1.0.0 // indirect
	github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
	github.com/opencontainers/go-digest v1.0.0 // indirect
	github.com/opencontainers/image-spec v1.1.1 // indirect
	github.com/pkg/errors v0.9.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
	github.com/prometheus/client_model v0.6.2 // indirect
	github.com/prometheus/common v0.64.0 // indirect
	github.com/prometheus/procfs v0.16.1 // indirect
	github.com/russross/blackfriday/v2 v2.1.0 // indirect
	github.com/shirou/gopsutil v3.21.11+incompatible // indirect
	github.com/shirou/gopsutil/v4 v4.25.5 // indirect
	github.com/sirupsen/logrus v1.9.3 // indirect
	github.com/supranational/blst v0.3.15 // indirect
	github.com/tklauser/go-sysconf v0.3.15 // indirect
	github.com/tklauser/numcpus v0.10.0 // indirect
	github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
	github.com/yusufpapurcu/wmi v1.2.4 // indirect
	go.opentelemetry.io/auto/sdk v1.1.0 // indirect
	go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
	go.opentelemetry.io/otel v1.36.0 // indirect
	go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect
	go.opentelemetry.io/otel/metric v1.36.0 // indirect
	go.opentelemetry.io/otel/trace v1.36.0 // indirect
	go.opentelemetry.io/proto/otlp v1.0.0 // indirect
	go.uber.org/multierr v1.11.0 // indirect
	golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
	golang.org/x/sys v0.33.0 // indirect
	google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
	google.golang.org/protobuf v1.36.6 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)
````

## File: LICENSE
````
Business Source License 1.1

License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
"Business Source License" is a trademark of MariaDB Corporation Ab.

-----------------------------------------------------------------------------

Parameters

Licensor:             Layr Labs, Inc.

Licensed Work:        EigenSDK Go
                      The Licensed Work is (c) 2023 Layr Labs, Inc.

Additional Use Grant:

You may additionally use any of the software included in the following repositories
[here](https://docs.google.com/spreadsheets/d/1PlJRow5C0GMqXZlIxRm5CEnkhH-gMV1wIdq1pCfbZco/edit?usp=sharing)
(“Additional Use Grant Software”) for production commercial uses, but only if such
uses are (i) built on or using the EigenLayer Protocol or EigenDA, and (ii) not
Competing Uses. 

“Competing Use” means any use of the Additional Use Grant Software in any product,
protocol, application or service that is made available to third parties and that
(i) substitutes for use of EigenLayer Protocol or EigenDA, (ii) offers the same or
substantially similar functionality as the EigenLayer Protocol or EigenDA or
(iii) is built on or using a protocol with substantially similar functionality as
the EigenLayer Protocol.

EigenLayer Protocol means the restaking protocol as further described in the
documentation [here](https://docs.eigenlayer.xyz/), as updated from time to time. 

EigenDA means the data availability protocol built on top of the EigenLayer
Protocol as further described in the documentation
[here](https://docs.eigenlayer.xyz/eigenda/overview), as updated from time to time. 

Change Dates:

- All commits at or prior to commit 2bab9cc006a52173e4c042ad12d268ad9ef96a15
(i.e. committed to this repository on or before May 9, 2024) have a
change date of 2025-09-29 (September 29th, 2025)
- All commits after 2bab9cc006a52173e4c042ad12d268ad9ef96a15 (i.e. committed to this
repository after May 9, 2024) have a change date of 2027-05-01 (May 1st, 2027)

Change License:       MIT

-----------------------------------------------------------------------------

Terms

The Licensor hereby grants you the right to copy, modify, create derivative
works, redistribute, and make non-production use of the Licensed Work. The
Licensor may make an Additional Use Grant, above, permitting limited
production use.

Effective on the Change Date, or the fourth anniversary of the first publicly
available distribution of a specific version of the Licensed Work under this
License, whichever comes first, the Licensor hereby grants you rights under
the terms of the Change License, and the rights granted in the paragraph
above terminate.

If your use of the Licensed Work does not comply with the requirements
currently in effect as described in this License, you must purchase a
commercial license from the Licensor, its affiliated entities, or authorized
resellers, or you must refrain from using the Licensed Work.

All copies of the original and modified Licensed Work, and derivative works
of the Licensed Work, are subject to this License. This License applies
separately for each version of the Licensed Work and the Change Date may vary
for each version of the Licensed Work released by Licensor.

You must conspicuously display this License on each original or modified copy
of the Licensed Work. If you receive the Licensed Work in original or
modified form from a third party, the terms and conditions set forth in this
License apply to your use of that work.

Any use of the Licensed Work in violation of this License will automatically
terminate your rights under this License for the current and all other
versions of the Licensed Work.

This License does not grant you any right in any trademark or logo of
Licensor or its affiliates (provided that you may use a trademark or logo of
Licensor as expressly required by this License).

TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
TITLE.

MariaDB hereby grants you permission to use this License’s text to license
your works, and to refer to it using the trademark "Business Source License",
as long as you comply with the Covenants of Licensor below.

-----------------------------------------------------------------------------

Covenants of Licensor

In consideration of the right to use this License’s text and the "Business
Source License" name and trademark, Licensor covenants to MariaDB, and to all
other recipients of the licensed work to be provided by Licensor:

1. To specify as the Change License the GPL Version 2.0 or any later version,
   or a license that is compatible with GPL Version 2.0 or a later version,
   where "compatible" means that software provided under the Change License can
   be included in a program with software provided under GPL Version 2.0 or a
   later version. Licensor may specify additional Change Licenses without
   limitation.

2. To either: (a) specify an additional grant of rights to use that does not
   impose any additional restriction on the right granted in this License, as
   the Additional Use Grant; or (b) insert the text "None".

3. To specify a Change Date.

4. Not to modify this License in any other way.

-----------------------------------------------------------------------------

Notice

The Business Source License (this document, or the "License") is not an Open
Source license. However, the Licensed Work will eventually be made available
under an Open Source License, as stated in this License.
````

## File: Makefile
````
############################# HELP MESSAGE #############################
# Make sure the help command stays first, so that it's printed by default when `make` is called without arguments

GO_LINES_IGNORED_DIRS=contracts
GO_PACKAGES=./chainio/... ./crypto/... ./logging/... \
	./types/... ./utils/... ./signer/... ./cmd/... \
	./signerv2/... ./aws/... ./internal/... ./metrics/... \
	./nodeapi/... ./cmd/... ./services/... ./testutils/...
GO_FOLDERS=$(shell echo ${GO_PACKAGES} | sed -e "s/\.\///g" | sed -e "s/\/\.\.\.//g")

.PHONY: help
help:
	@grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

.PHONY: mocks
mocks: ## generates mocks
	go install go.uber.org/mock/mockgen@v0.5.2
	go generate ./...

.PHONY: tests
tests: ## runs all tests
	go test -race ./... -timeout=15m

.PHONY: tests-cover
tests-cover: ## run all tests with test coverge
	go test -race ./... -coverprofile=coverage.out -covermode=atomic -v -count=1
	go tool cover -html=coverage.out -o coverage.html
	open coverage.html

godoc-port = 6060
.PHONY: godoc
godoc: ## runs godoc server and opens in browser
	@echo "Starting godoc server on port $(godoc-port)..."
	@-godoc -http=:$(godoc-port) & echo $$! > godoc.pid
	@echo "Godoc server started!"
	@echo "Opening localhost page..."
	@sleep 1 # wait for godoc to start
	@open http://localhost:$(godoc-port)/pkg/github.com/Layr-Labs/eigensdk-go/ || xdg-open http://localhost:$(godoc-port)/pkg/github.com/Layr-Labs/eigensdk-go/
	@echo "Press CTRL+C to stop the godoc server..."
	@# The trap command ensures that, when the script exits (e.g., due to CTRL+C), it will kill the godoc process using the PID saved in the godoc.pid file.
	@# The read varname command will keep the make command running (waiting for input) until you press CTRL+C.
	@trap 'kill `cat godoc.pid` && rm -f godoc.pid' EXIT; read varname

.PHONY: fmt
fmt: ## formats all go files
	go fmt ./...
	make format-lines

.PHONY: format-lines
format-lines: ## formats all go files with golines
	go install github.com/segmentio/golines@latest
	golines -w -m 120 --ignore-generated --shorten-comments --ignored-dirs=${GO_LINES_IGNORED_DIRS} ${GO_FOLDERS}

.PHONY: lint
lint: ## runs all linters
	go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
	golangci-lint run ./...


___BINDINGS___: ## 

core_default := "DelegationManager RewardsCoordinator StrategyManager EigenPod EigenPodManager IStrategy AVSDirectory AllocationManager PermissionController"
core_location := "./lib/eigenlayer-middleware/lib/eigenlayer-contracts"
core_bindings_location := "../../../../bindings"

middleware_default := "RegistryCoordinator SlashingRegistryCoordinator IndexRegistry OperatorStateRetriever StakeRegistry BLSApkRegistry SocketRegistry IBLSSignatureChecker ServiceManagerBase IERC20"
middleware_location := "./lib/eigenlayer-middleware"
middleware_bindings_location := "../../bindings"

sdk_default := "MockAvsServiceManager ContractsRegistry MockERC20"
sdk_location := "."
sdk_bindings_location := "./bindings"

# To generate bindings for specific contracts, run `make core-bindings contracts="DelegationManager IRewardsCoordinator"`
.PHONY: core-bindings ## generates core contracts bindings
core-bindings: ## generates core bindings
	@echo "Starting core bindings generation"
ifneq ($(contracts),)
	@echo "Contracts: $(contracts)"
	cd contracts && ./generate-bindings.sh $(core_location) $(contracts) $(core_bindings_location)
else
	@echo "Contracts: $(core_default)"
	cd contracts && ./generate-bindings.sh $(core_location) $(core_default) $(core_bindings_location)
endif

# To generate bindings for specific contracts, run `make middleware-bindings contracts="RegistryCoordinator"`
.PHONY: middleware-bindings ## generates middleware contracts bindings
middleware-bindings: ## generates middleware bindings
	@echo "Starting middleware bindings generation"
ifneq ($(contracts),)
	@echo "Contracts: $(contracts)"
	cd contracts && ./generate-bindings.sh $(middleware_location) $(contracts) $(middleware_bindings_location)
else
	@echo "Contracts: $(middleware_default)"
	cd contracts && ./generate-bindings.sh $(middleware_location) $(middleware_default) $(middleware_bindings_location)
endif

# To generate bindings for specific contracts, run `make sdk-bindings contracts="MockAvsServiceManager"`
.PHONY: sdk-bindings ## generates sdk contracts bindings
sdk-bindings: ## generates sdk bindings
	@echo "Starting sdk bindings generation"
ifneq ($(contracts),)
	@echo "Contracts: $(contracts)"
	cd contracts && ./generate-bindings.sh $(sdk_location) $(contracts) $(sdk_bindings_location)
else
	@echo "Contracts: $(middleware_default)"
	cd contracts && ./generate-bindings.sh $(sdk_location) $(sdk_default) $(sdk_bindings_location)
endif

.PHONY: bindings
bindings: ## generates all contract bindings
	rm -rf contracts/bindings/* && make core-bindings middleware-bindings sdk-bindings


___CONTRACTS___: ## 

.PHONY: deploy-contracts-to-anvil-and-save-state
deploy-contracts-to-anvil-and-save-state: ##
	./contracts/anvil/deploy-contracts-save-anvil-state.sh

deploy-M2-contracts-to-anvil-and-save-state: ##
	./M2-contracts/anvil/deploy-contracts-save-anvil-state.sh

.PHONY: start-anvil-with-contracts-deployed
start-anvil-with-contracts-deployed: ## 
	./contracts/anvil/start-anvil-chain-with-el-and-avs-deployed.sh

start-anvil-with-M2-contracts-deployed: ## 
	./M2-contracts/anvil/start-anvil-chain-with-el-and-avs-deployed.sh

# M2 Bindings
M2_core_default := "DelegationManager IRewardsCoordinator ISlasher StrategyManager EigenPod EigenPodManager IStrategy IAVSDirectory"
M2_middleware_default := "RegistryCoordinator IndexRegistry OperatorStateRetriever StakeRegistry BLSApkRegistry IBLSSignatureChecker ServiceManagerBase IERC20"
M2_sdk_default := "MockAvsServiceManager ContractsRegistry"

# To generate bindings for specific contracts, run `make core-bindings contracts="DelegationManager IRewardsCoordinator"`
.PHONY: M2-core-bindings ## generates core contracts bindings
M2-core-bindings: ## generates core bindings
	@echo "Starting core bindings generation"
ifneq ($(contracts),)
	@echo "Contracts: $(contracts)"
	cd M2-contracts && ./generate-bindings.sh $(core_location) $(contracts) $(core_bindings_location)
else
	@echo "Contracts: $(M2_core_default)"
	cd M2-contracts && ./generate-bindings.sh $(core_location) $(M2_core_default) $(core_bindings_location)
endif

# To generate bindings for specific contracts, run `make middleware-bindings contracts="RegistryCoordinator"`
.PHONY: M2-middleware-bindings ## generates middleware contracts bindings
M2-middleware-bindings: ## generates middleware bindings
	@echo "Starting middleware bindings generation"
ifneq ($(contracts),)
	@echo "Contracts: $(contracts)"
	cd M2-contracts && ./generate-bindings.sh $(middleware_location) $(contracts) $(middleware_bindings_location)
else
	@echo "Contracts: $(M2_middleware_default)"
	cd M2-contracts && ./generate-bindings.sh $(middleware_location) $(M2_middleware_default) $(middleware_bindings_location)
endif

# To generate bindings for specific contracts, run `make sdk-bindings contracts="MockAvsServiceManager"`
.PHONY: M2-sdk-bindings ## generates sdk contracts bindings
M2-sdk-bindings: ## generates sdk bindings
	@echo "Starting sdk bindings generation"
ifneq ($(contracts),)
	@echo "Contracts: $(contracts)"
	cd M2-contracts && ./generate-bindings.sh $(sdk_location) $(contracts) $(sdk_bindings_location)
else
	@echo "Contracts: $(M2_sdk_default)"
	cd M2-contracts && ./generate-bindings.sh $(sdk_location) $(M2_sdk_default) $(sdk_bindings_location)
endif

.PHONY: M2-bindings
M2-bindings: ## generates all contract bindings
	rm -rf M2-contracts/bindings/* && make M2-core-bindings M2-middleware-bindings M2-sdk-bindings
````

## File: README.md
````markdown
![Unit Tests](https://github.com/Layr-Labs/eigensdk-go/actions/workflows/unit-tests.yml/badge.svg)
![Linter](https://github.com/Layr-Labs/eigensdk-go/actions/workflows/golangci-lint.yml/badge.svg)
![Go Coverage](https://github.com/Layr-Labs/eigensdk-go/wiki/coverage.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/Layr-Labs/eigensdk-go)](https://goreportcard.com/report/github.com/Layr-Labs/eigensdk-go)




## EigenSDK
This SDK provides a set of primitive Go modules for developing AVSs on EigenLayer.

## Installation
```
go get github.com/Layr-Labs/eigensdk-go
```

## Modules
We support following modules right now.
> **_NOTE:_** All modules are in active development and interfaces might change.

* [Logging](./logging)
* [ECDSA Signer](./signerv2)
* [BLS Signer](./signer)
* [ChainIO](./chainio)
* [Services](./services)

## Development
Clone the repo
```
git clone https://github.com/Layr-Labs/eigensdk-go.git
```
Initialize git submodules
```
git submodule update --init
```

Follow the [contribution guidelines](CONTRIBUTING.md) to contribute to eigensdk-go

## Branches

For consistency with [eigenlayer-middleware](https://github.com/Layr-Labs/eigenlayer-middleware) and [eigenlayer-contracts](https://github.com/Layr-Labs/eigenlayer-contracts) repos, we no longer use the `master` branch and instead use `dev` as the default branch, which will track as closely as possible the `dev` branch of eigenlayer-middleware (which in turn tracks the `dev` branch of eigenlayer-contracts). This convention will also be followed for other important branches. For eg, the m2-mainnet branch of this repo will track the m2-mainnet branch of eigenlayer-middleware (which tracks the unfortunately named mainnet branch of eigenlayer-contracts), and same with the testnet-holesky branch.

## Security Bugs
Please report security vulnerabilities to security@eigenlabs.org. Do NOT report security bugs via Github Issues.

## Disclaimer
🚧 EigenSDK-go is under active development and has not been audited. EigenSDK-go is rapidly being upgraded, features may be added, removed or otherwise improved or modified and interfaces will have breaking changes. EigenSDK-go should be used only for testing purposes and not in production. EigenSDK-go is provided "as is" and Eigen Labs, Inc. does not guarantee its functionality or provide support for its use in production. 🚧
````
